@font-face {
  font-family: 'SCDream4';
  src: url('../font/SCDream4.woff') format('woff'),
       url('../font/SCDream4.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: auto;
}
body {
  margin: 0;
  padding: 0;
  min-width: 1280px;
  background-color: #fbfbf6;
  font-family: 'Pretendard', Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 100vh;
}

a {
  text-decoration: none; /* ���� ���� */
  color: inherit;         /* �θ� �ؽ�Ʈ ���� ��� */
  cursor: pointer;        /* ���콺 Ŀ���� �հ��� ������� */
}

.inner {
  position: relative;
  max-width: 1600px;
  width:98%;
  margin: 0 auto;
}

header {
  height: 115px;
  border-bottom: 1px solid #e3e3da;
}

header .inner {
  display: flex;
  height: 115px;
  justify-content: space-between;
  align-items: center;
}

.gnb {
  display: flex;
  align-items: center;
        width: 100%;
    justify-content: space-between;
}

.gnb ul {
  display: flex;
  gap: 50px;
    width: 84%;
    justify-content: center;
}

.gnb ul li a {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size:18px;
    font-family: 'SCDream4';
}

.gnb ul li.on a,
.gnb ul li a:hover {
  color: #a5a582;
}

.gnb_ov {
  display: none;
  position: absolute; /* �ʿ� �� ���� */
      top: 115px;
    left: 0;
    background: #ff9600;
    width: 100%;
}

.gnb_ov .in_box{padding:15px 0;text-align: right; width: 60vw; display: flex;   justify-content: flex-end; gap: 25px;}
.gnb_ov .in_box span{display:inline-block; color:#fff;    font-size: 10px; margin: 3px 0 0 0;}
.gnb_ov .in_box a{font-size:18px; color:#fff;}

.btn-centerguide {
  display: inline-block;
  min-width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ff9600;
  border-radius: 30px;
  color: #ff9600 !important;
}

.btn-youtube {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../imgs/youtube.png) no-repeat center;
    background-size:100%;
    position: relative;
    z-index: 9;
}

.btn-blog {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 17px;
  background: url(../imgs/blog_naver.png) no-repeat center;
    background-size:100%;
}

.btn-view {
  padding: 26px 45px;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid #ff9600;
  color: #ff9600;
}

.btn-view2 {
  padding: 29px 45px;
  font-size: 20px;
  background-color:#ff9600;
  border: 1px solid #ff9600;
  color: #fff;
}

.btn-kakaotalk {
  width: 490px;
  height: 56px;
  border: 0;
  background: url(../imgs/kakaotalk.png) no-repeat center;
}

.btn-kakaotalk.gangnam{ background: url(../imgs/kakaotalk_gangnam.png) no-repeat center;}
.btn-kakaotalk.mun{ background: url(../imgs/kakaotalk_mun.png) no-repeat center;}
.btn-kakaotalk.jamsil{ background: url(../imgs/kakaotalk_jamsil.png) no-repeat center;}
.btn-kakaotalk.werae{ background: url(../imgs/kakaotalk_werae.png) no-repeat center;}

.btn-pin {
  width: 30px;
  height: 37px;
  background: url(../imgs/ico_pin.png) no-repeat center;
  border: 0;
}

.container {
  padding-bottom: 200px;
}

.top-ment {
  padding: 90px 0 70px;
  text-align: center;
}

.top-text0 {
  font-size: 40px;
  font-weight: 100;
}

.top-text0 span {
  color: #ff9600;
  font-weight: 400;
}

.top-text1 {
  color: #ff9600;
  font-family: 'Times New Roman';
  font-size: 30px;
}

.top-text2 {
  margin-top: 45px;
  font-size: 45px;
  font-weight: 100;
    line-height: 1.2
}

.top-text3 {
  line-height: 50px;
  margin-top: 35px;
  font-size: 35px;
  font-weight: 100;
}

.top-text2 span,
.top-text3 span {
  font-weight: 400;
}

/* main */
.main-image {
  text-align: center;
}

.main-inner {
  max-width: 1600px;
  width:98%;
  margin: 0 auto;
}

.main-inner img{
width:100%;
}

.main-image .ment1 {
  line-height: 1.3;
  margin-top: 90px;
  font-size: 28px;
}

.main-image .ment2 {
  margin-top: 50px;
  font-size: 35px;
  font-weight: 400;
}

.main-center {
  margin-top: 200px;
}

.main-center ul {
  display: flex;
  gap: 11px;
}

.main-center .title {
  margin-top: 28px;
  font-size: 30px;
  font-weight: 100;
}

.main-center .title span {
  font-weight: 400;
}

.main-center .btn-set {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}

.main-lesson {
  position: relative;
  margin: 233px 0 200px;
  display: flex;
  justify-content: space-between;
}

.main-lesson .btn-link {
  position: absolute;
  left: 0;
  bottom: 0;
}

.lesson-list h3 {
  font-size: 45px;
  font-weight: 300;
}

.lesson-list h3 span {
  font-weight: 400;
}

.lesson-list h3 em {
  font-weight: 100;
}

.lesson-list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
  font-size: 23px;
  font-weight: 400;
}

.lesson-list ul li {
  position: relative;
  padding-left: 65px;
}

.lesson-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 40px;
  height: 2px;
  background-color: #ff9600;
}

.lesson-image .object {
  display: flex;
  gap: 11px;
}

.lesson-image p {
  margin-top: 50px;
  font-size: 35px;
  font-weight: 200;
}

.main-special {
  position: relative;
  padding: 112px 0 155px;
  background-color: #f2eee8;
}

.main-special .main-inner {
  display: flex;
  justify-content: space-between;
}

.special-list {
  position: relative;
}

.special-list .btn-link {
  position: absolute;
  bottom: -60px;
}

.special-list h3 {
  font-size: 45px;
  font-weight: 300;
}

.special-list h3 span {
  font-weight: 400;
}

.special-list h3 em {
  font-weight: 100;
}

.special-list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
  font-size: 23px;
  font-weight: 400;
}

.special-list ul li {
  position: relative;
  padding-left: 65px;
}

.special-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.special-list ul li.ico1::before {
  background-image: url(../imgs/ico_special_01.png);
}

.special-list ul li.ico2::before {
  background-image: url(../imgs/ico_special_02.png);
}

.special-list ul li.ico3::before {
  background-image: url(../imgs/ico_special_03.png);
}

.special-list ul li.ico4::before {
  background-image: url(../imgs/ico_special_04.png);
}

.special-list ul li.ico5::before {
  background-image: url(../imgs/ico_special_05.png);
}

.special-list ul li.ico6::before {
  background-image: url(../imgs/ico_special_06.png);
}

.special-list ul li.ico7::before {
  background-image: url(../imgs/ico_special_07.png);
}

.special-list ul li.ico8::before {
  background-image: url(../imgs/ico_special_08.png);
}

.special-swiper {
  display: flex;
  gap: 30px;
  width: 945px;
  padding-bottom: 55px !important;
}

.special-swiper .object {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
}

.special-swiper .object .comment {
  min-height: 196px;
  padding: 35px 30px;
  background-color: #fff;
}

.special-swiper .object .comment .title {
  font-size: 35px;
  font-weight: 500;
}

.special-swiper .object .comment ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 34px;
}

.special-swiper .object .comment ul li {
  position: relative;
  padding-left: 24px;
  line-height: 25px;
  font-size: 18px;
}

.special-swiper .object .comment ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #ff9600;
  border-radius: 100%;
}

.special-swiper .swiper-pagination .swiper-pagination-bullet,
.gallery-swiper .swiper-pagination .swiper-pagination-bullet,
.swiper-youtube .swiper-pagination .swiper-pagination-bullet,
.concert-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 125px;
  height: 4px;
  margin: 0 !important;
  border-radius: 3px;
  background: #fff;
  opacity: 1;
}

.special-swiper .swiper-pagination .swiper-pagination-bullet-active,
.gallery-swiper .swiper-pagination .swiper-pagination-bullet-active,
.swiper-youtube .swiper-pagination .swiper-pagination-bullet-active,
.concert-swiper .swiper-pagination .swiper-pagination-bullet-active{
  background: #ff9600;
}

.special-image p {
  margin-top: 50px;
  font-size: 35px;
  font-weight: 200;
}

.main-reivew {
  padding-top: 160px;
  text-align: center;
}

.main-reivew.type02 {
  padding-top: 85px;

}

.main-reivew.type02 .btn-view {
  /*margin-bottom: 200px;*/ min-width:347px;
}

.main-reivew .title {
  font-size: 45px;
  font-weight: 300;
}

.main-reivew .tab {
  display: flex;
  justify-content: center;
  gap: 55px;
  margin-top: 75px;
  font-size: 25px;
}

.main-reivew .tab .on {
  color: #ff9600;
  text-decoration: underline;
}

.main-reivew .tab>div {
  cursor: pointer;
}

.main-reivew .tab>div:hover {
  color: #ff9600;
  text-decoration: underline;
}

.main-reivew .review-preview {
  display: none;
}
.main-reivew .review-preview.on {
  display: block;
}
.main-reivew .tab div {
  cursor: pointer;
}
.main-reivew .tab .on {
  color: #ff9600;
  text-decoration: underline;
}





.review-preview {
  overflow: hidden;
  max-width: 1600px;
  width:98%;
  margin: 60px auto 0;
}

.review-swiper {
  width: 1600px;
}

.review-swiper img {
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(233, 230, 230, .35);
}

.review-preview .btn-set {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  height: 47px;
  gap: 11px;
}

.review-preview .btn-set a {
  height: 45px;
  line-height: 45px;
  padding: 0 60px;
  box-sizing: border-box;
  font-size: 18px;
}

.main-concert {
  margin-top: 200px;
}

.main-concert h3 {
  font-size: 35px;
  font-weight: 100;
}

.main-concert p {
  line-height: 35px;
  margin-top: 40px;
  font-size: 25px;
  font-weight: 300;
}

.concert-swiper {
  overflow: hidden;
  margin-top: 80px;
    padding-bottom: 55px !important;
}
.concert-swiper .swiper-slide img{width:100%;}

.concert-swiper .swiper-slide {
 
}




.youtube-list {
  margin-top: 50px;
}

.main-youtube {
  overflow: hidden;
  max-width: 1600px;
  margin-top: 180px;
}

.main-youtube h3 {
  font-size: 45px;
  font-weight: 100;
}

.main-youtube .header {
  display: flex;
  justify-content: space-between;
}
.main-youtube .movie iframe{width:100%;}

.main-youtube p {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 100;
  display:none;
}

.main-youtube p span {
  font-weight: 300;
}

.swiper-youtube {
  position: relative;
  padding-bottom: 55px !important;
}

/* button */
.btn-type01 {
  display: flex;
  align-items: center;
  padding: 10px 22px;
  background-color: #ff9600;
  color: #fff;
  border-radius: 5px;
  font-weight: 400;
  text-decoration: none;
}

.btn-type02 {
  padding: 10px 22px;
  color: #ff9600;
  border-radius: 5px;
  border: 1px solid #ff9600;
  font-weight: 400;
  text-decoration: none;
}

.btn-link {
  display: block;
  height: 30px;
  padding-top: 2px;
  padding-left: 40px;
  background: url(../imgs/blt_arrow.png) no-repeat left top;
  background-size: 22px 22px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  color: #000;
}

.btn-detail-blog {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding-left: 60px;
  color: #31b449;
  text-decoration: none;
  background: url(../imgs/blog_naver.png) no-repeat left center;
  font-size: 20px;
  font-weight: 300;
}

/* about */
.about {
  height: 266px;
  padding: 66px 0;
  background-color: #f2eee8;
  box-sizing: border-box;
}

.lesson .inner,
.about .inner {
  max-width: 1186px;
}

.about .title {
  height: 30px;
  padding-left: 50px;
  font-family: 'Times New Roman';
  font-size: 25px;
  background: url(../imgs/blt_arrow.png) left top no-repeat;
}

.about .p1 {
  margin-top: 44px;
  font-size: 30px;
  font-weight: 300;
}

.about .p1 span {
  font-weight: 500;
}

.about .p2 {
  margin-top: 22px;
  font-size: 23px;
  font-weight: 300;
}

.about-content {
  max-width: 1020px;
  margin: 0 auto;
  padding: 116px 0 0;
}

.txt-tp01 {
  font-size: 30px;
  letter-spacing: -1.6px;
  font-weight: 400;
}

.txt-tp02 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 200;
}

.txt-tp02 span {
  font-weight: 400;
}

.txt-tp03 {
  font-size: 35px;
  line-height: 45px;
}

.txt-tp03 span {
  font-weight: 400;
}

.txt-tp04 {
  font-size: 40px;
  font-weight: 100;
}

.txt-tp04 span {
  font-weight: 300;
}

.about-content .img-set {
  display: flex;
  justify-content: space-between;
  margin-top: 167px;
}

.about-content .img-set .righty {
  text-align: right;
}

.lesson_desc_text.inquiry {
  display: flex;
  justify-content: space-between;
}

.inquiry-form {
  width: 490px;
}

.inquiry-form .box {
  display: flex;
  align-items: center;
  margin-top: 19px;
  padding: 15px 25px;
  border: 1px solid #bbac96;
}

.inquiry-form .box:first-of-type {
  margin-top: 0;
}

.inquiry-form .box.textarea {
  display: block;
}

.inquiry-form .box.textarea label {
  display: block;
  margin-bottom: 10px;
}

.inquiry-form .box.textarea textarea {
  width: 100%;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 74%;
  min-height: 23px;
  outline: none;
  border: 0;
  font-size: 23px;
  font-family: 'Pretendard';
}

.inquiry-form label {
  min-width: 100px;
  display: inline-block;
  font-size: 23px;
  color: #645b4e;
}

.inquiry-form button {
  background-color: #ff9600;
  color: #fff;
  border: 0;
  width: 100%;
  height: 56px;
  margin-top: 20px;
  font-size: 23px;
  font-weight: 400;
    cursor: pointer;
}

.inquiry-form .btn_submit{
  background-color: #ff9600;
  color: #fff;
  border: 0;
  width: 100%;
  height: 56px;
  margin-top: 20px;
  font-size: 23px;
  font-weight: 400;
  cursor:pointer;
}

/* lesson */
.lesson .title {
  position: relative;
  padding-bottom: 38px;
  font-size: 40px;
  font-weight: 100;
  border-bottom: 1px solid #000;
    color:#ff9600;
}

.lesson .title span {
  font-weight: 300;
}

.lesson .title .btn-detail-blog {
  position: absolute;
  right: 0;

}

.title-box {
  display: inline-block;
  padding: 13px 30px;
  font-size: 30px;
  background-color: #c5b59b;
  color: #fff;
  border-radius: 5px;
}

.lesson_desc {
  display: flex;
  gap: 43px;
  margin-top: 60px;
}

.lesson_desc_text {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(233, 230, 230, .35);
  ;
}

.lesson_desc_text img {
  margin-bottom: 50px;
}

.lesson_desc_text .cnt p {
  line-height: 1.3;
  font-size: 28px;
  font-weight: 400;
}

.lesson_desc_text .cnt ul {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.lesson_desc_text .cnt ul li {
  position: relative;
  padding-left: 24px;
  line-height: 25px;
  font-size: 20px;
}

.lesson_desc_text .cnt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #ff9600;
  border-radius: 100%;
}

.lesson_desc_text .cnt:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f1f1f1;
}

.lesson_desc_text .tit {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-weight: 400;
  color: #c3b6a2;
}

.lesson_desc_text .tit img {
  margin: 0;
}

.lesson_desc_text.type02 {
  margin-top: 40px;
  padding-top: 43px;
  background-color: rgba(255, 255, 255, .6);
}

.lesson_desc_text.type02 .cnt {
  margin-top: 0;
  padding-top: 35px;
  border-top: 0;
}

.lesson_desc_text.type02 .cnt ul {
  margin-top: 0;
}

.lesson_desc .lefty {
  width: 573px;
}

.lesson.adult {
  padding-bottom: 90px;
  background-color: #f6f3ee;
}

.lesson.adult.type02 {
  background-color: transparent;
}

.lesson.adult .title {
  padding-top: 100px;
  border: 0;
}

.adult_box {
  position: relative;
  padding: 65px 55px;
  border: 1px solid #ff9600;
}

.adult_box .tit {
  padding-left: 53px;
  font-size: 35px;
  font-weight: 300;
  background: url(../imgs/blt_arrow.png) no-repeat left center;
}

.adult_box .warning {
  display: inline-flex;
  align-items: center;
  margin-top: 45px;
  height: 44px;
  padding: 0 44px;
  background-color: #ff9600;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.adult_box .circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 147px;
  line-height: 35px;
  right: 30px;
  top: -73px;
  background-color: #ff9600;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.adult_box .btn-detail-blog {
  margin-top: 70px; display:none;
}

.lesson.adult.type02 .adult_box {
  border-color: #121111;
}

.lesson.adult.type02 .adult_box .circle {
  background-color: #c3a985;
}

.lesson-photo {
  margin-top: 105px;
  box-shadow: 10px 10px 10px rgba(233, 230, 230, .35);
}

.lesson-photo .caption {
  height: 90px;
  line-height: 90px;
  padding-left: 30px;
  background-color: #fff;
  font-size: 27px;
}

.lesson_video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(2, 1fr);*/
  gap: 30px;
}

.lesson.special .title-center {
  margin-top: 75px;
  font-size: 40px;
  text-align: center;
  font-weight: 200;
    color:#ff9600;
}

.lesson.special .title-center span {
  font-weight: 300;
}

.lesson.special .title-center2{text-align: center; font-weight:600;font-size: 24px;
    line-height: 40px; margin:30px 0 0 0;}

.special-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 2px solid #ff9600;
  border-radius: 100%;
}

.special-ico img {
  margin: 0;
}

.lesson.special .lesson_desc_text .special-desc-tit {
  font-size: 28px;
}

.lesson.special .lesson_desc_text>p {
  line-height: 30px;
  margin: 20px 0 30px;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: -1px;
}

.lesson.special .lesson_desc_text .cnt.first {
  margin-top: 30px;
  padding: 0;
  border: 0;
}

.lesson_desc_text .cnt ul.hori {
  flex-direction: row;
}

.special_note {
  margin-top: 200px;
  text-align: center;
}

.special-caption {
  color: #ff9600;
  font-weight: 400;
  font-size: 25px;
}

.main-concert.special {
  text-align: center;
}

.main-concert.special h3 {
  font-size: 40px;
  font-weight: 100;
}

.main-concert.special h3 span {
  font-weight: 300;
}

.special-play {
     display: grid;
    grid-template-columns: 1fr 1fr;
  margin: 120px auto 0;
  gap: 30px;    max-width: 1186px;
}
.special-play .item{}

.franchise_desc p.title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 !important;
  font-weight: 400 !important;
  padding-bottom: 36px;
  border: 0;
}

.franchise_desc .desc_text {
  line-height: 35px !important;
  margin-top: 0 !important;
  padding-left: 50px;
  font-size: 20px !important;
  color: #393838;
}

.franchise_desc .point {
  padding-left: 50px;
  font-size: 25px;
  color: #000;
  font-weight: 400;
}

.franchise_desc hr {
  height: 1px;
  margin: 60px 0;
  background-color: #bbac96;
  border: none;
}



.tab_lesson{    display: grid;    grid-template-columns: 1fr 1fr 1fr;    margin:100px auto 30px;    border-top: 1px solid #bfb28e;     border-bottom: 1px solid #bfb28e; max-width:1186px; }
.tab_lesson a{    height: 60px;font-size:20px;  font-weight: 400;    text-align: center;    display: flex;  align-items: center;
    justify-content: center; color:#000; border-right:1px solid #bfb28e;}
.tab_lesson a:nth-child(1){border-left:1px solid #bfb28e;}
.tab_lesson a{text-decoration: none}
.tab_lesson a.ov{background-color: #bfb28e;    color: #fff;}



.principle .tit {
  padding-left: 48px;
  font-size: 30px;
  font-weight: 400;
  background: url(../imgs/blt_arrow.png) no-repeat left center;
  color: #000;
}

.principle .image {
  padding: 40px 0 20px;
  text-align: center;
}

.principle-list li .tlt {
  color: #bcb09f;
  font-size: 30px;
  font-weight: 400;
}

.principle-list li .tlt span {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-right: 25px;
  color: #000;
  text-align: center;
  background-color: #f2eee8;
  border-radius: 100%;
  font-size: 25px;
}

.principle-list li ul {
  margin: 28px 0 0 80px;
}

.principle-list li ul li {
  position: relative;
  margin-top: 0;
  padding-left: 20px;
  line-height: 40px;
  font-size: 22px;
  font-weight: 300;
}

.principle-list li ul li:first-child {
  margin-top: 0;
}

.principle-list li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}

.principle-list li .point {
  margin-top: 33px;
  padding-left: 80px;
  font-size: 25px;
  font-weight: 400;
}

.principle-list li {
  margin-top: 100px;
}

.principle-list li:first-child {
  margin-top: 0;
}

.principle-list li .desc {
  line-height: 35px;
  padding-left: 85px;
  font-size: 22px;
}

.principle-list li .li-point {
  font-size: 25px;
}

.principle-list li .li-point span {
  margin-left: 20px;
  font-size: 18px;
  color: #737373;
}

.principle-step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 65px;
  margin-top: 70px;
}

.principle-step li {
  position: relative;
  height: 210px;
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 12px;
}

.principle-step li:nth-child(1):after,
.principle-step li:nth-child(2):after,
.principle-step li:nth-child(4):after,
.principle-step li:nth-child(5):after,
.principle-step li:nth-child(7):after,
.principle-step li:nth-child(8):after {
  content: "";
  position: absolute;
  right: -42px;
  top: 50%;
  width: 16px;
  height: 18px;
  background: url(../imgs/ico_arrow_r.png) no-repeat center;
  transform: translateY(-50%);
}

.principle-step li:nth-child(9):after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 16px;
  height: 18px;
  background: url(../imgs/ico_arrow_r.png) no-repeat center;
  transform: rotate(90deg);
}

.principle-step li .sn {
  font-size: 22px;
  color: #a29a8f;
}

.principle-step li .tlt {
  line-height: 35px;
  margin-top: 30px;
  font-size: 23px;
}

.principle-step li .desc {
  line-height: 25px;
  margin-top: 20px;
  font-size: 17px;
  color: #393838;
}

.principle-step+.open {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  margin-top: 65px;
  background-color: #ff9600;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  border-radius: 10px;
}

.center .inner {
  max-width: 1186px;
}

.center .tab {
  display: flex;
  justify-content: space-between;
  height: 72px;
  margin-top: 30px;
}

.center .tab button {
  width: 100%;
  border: 1px solid #bfb28e;
  border-left: 0;
  background-color: transparent;
  font-size: 25px;
  font-weight: 400;
}

.center .tab button:hover,
.center .tab button.on {
  background-color: #bfb28e;
  color: #fff;
}

.center .tab button:first-child {
  border-left: 1px solid #bfb28e;
}

.center .in_box,
.center .center-gallery {
  display: none;
}
.center .in_box.on,
.center .center-gallery.on {
  display: block;
}
.center .tab button.on {
  
}


.center .lesson_desc .lesson_desc_text {
  width: 614px;
}

.center-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.center-popup-layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  padding: 0px;
  background: #fbfbf6;
  transform: translate(-50%, -50%);
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

}

.center-popup-layer.active,
.center-popup-overlay.active {
  display: block;
}

.center-popup-layer .inner{width:100%;}
.center-popup-layer .inner .title1{background: #bdb292; color:#fff; text-align: center; font-size: 18px; padding:15px 0; position: relative;}
.center-popup-layer .inner .title1 .btn-close{    background: none;
    border: 0;
    font-size: 28px;
    padding: 0;
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 23px;
    top: 8px;}
.center-popup-layer .inner .in_link{    padding: 25px 20px 20px 20px;}
.center-popup-layer .inner .in_link a{    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #f19b38;
    background: #fff;
    border-radius: 3px;
    margin: 0 0 12px 0;}

.center-popup-layer .inner .in_link a:hover{background:#f19b38; color:#fff;}


.lesson_desc_text.center .title {
  padding-bottom: 32px;
  font-size: 33px;
  font-weight: 400;
  border-bottom: 2px solid #000;
}

.location {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 40px;
  padding-bottom: 40px;
}

.location li {
  display: flex;
  position: relative;
  padding-left: 15px;
}

.location li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #ff9600;
  border-radius: 100%;
}

.location li .btn-pin {
  position: absolute;
  right: 0;
  top: 0;
}

.location li .t {
  min-width: 100px;
  font-size: 22px;
  font-weight: 400;
}

.location li .txt {
  line-height: 30px;
  font-size: 19px;
  font-weight: 200;
}

.center-sns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 37px;
  padding-top: 37px;
  border-top: 1px solid #cfcfcd;
}

.center-sns img {
  display: block;
  margin-bottom: 0;
}

.center-sns a {
  width: 70px;
  text-align: center;
  font-size: 15px;
  color: #3c1d1e;
  text-decoration: none;
}

.center-sns a span {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 13px;
}

.center-sns a .blog_naver {
  background: url(../imgs/ico_blog_naver.png) no-repeat center;
}

.center-sns a .instagram {
  background: url(../imgs/ico_instagram.png) no-repeat center;
        background-size: 100%;
}

.center-sns a .youtube {
  background: url(../imgs/ico_youtube.png) no-repeat center;
}


.center-sns a .navertalk {
  background: url(../imgs/ico_navertalk.png) no-repeat center;
}

.center-sns a .reservation {
  background: url(../imgs/ico_reservation.png) no-repeat center;
}

.center-sns2 {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px;}
.center-sns2 img{margin:0; width:100%;}


.center-info{text-align: right; margin:40px 0 0 0;}
.center-info .title{font-size: 20px; font-weight: 600; margin:0 0 10px 0;}
.center-info .text{font-size: 16px; line-height: 25px;}

.center-map {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
}
.center-map iframe{ display:none; width:100%; height:555px;}
.center-map > div {
  position: relative;       /* ? canvas ���� ��ġ ���� ���� */
  width: 100%;
  height: 500px;            /* ? �ʼ�! ������ ���� �� ���� */
}


.conveniences {
  margin-top: 117px;
}

.conveniences ul {
   display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 37px;
}

.conveniences ul li {
  width: 100%;
  height: 143px;
  padding: 30px 0 0 22px;
  border-radius: 10px;
  background-color: #f6f3ee;
  font-size: 25px;
  font-weight: 400;
  box-sizing: border-box;
}

.conveniences ul li img {
  display: block;
  margin-bottom: 20px;
}

.center-video {
  margin-top: 185px;
  text-align: center;
}

.center-video .top-text3 {
  font-size: 40px;
}

.center-video .add-text {
  line-height: 40px;
  margin-top: 30px;
  font-size: 25px;
  color: #676767;
}

.center-video-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 897px;
  height: 468px;
  margin: 80px auto 0;
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  overflow:hidden;
}

.center-video-area iframe{width: 100%;  height: 468px;}

.center-gallery {
  margin-top: 180px;
  overflow: hidden;
}

.center-gallery-contents img{border-radius:10px;}

.center-gallery h3 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.gallery-swiper {
  margin-top: 70px;
        position: relative;
    padding-bottom: 55px;
}

.gallery-swiper .swiper-slide {
  /*width: 845px !important;*/
}

.gallery-swiper .swiper-slide img{width:100%;}

.price {
  display: flex;
  justify-content: space-between;
  margin-top: 77px;
  padding: 40px 45px;
  background-color: #f7f6f0;
  border-radius: 15px;
}

.price .title {
  position: relative;
  width: 400px;
  height: 345px;
  padding: 40px 45px;
  background-color: #fdaf17;
  border-radius: 15px;
  font-size: 50px;
  box-sizing: border-box;
}

.price .title .kor {
  font-weight: 400;
}

.price .title .eng {
  position: absolute;
  bottom: 35px;
  font-weight: 300;
  color: #fff;
}

.price .title .eng span {
  font-weight: 100;
}

.price .desc {
  width: 605px;
  padding-left: 95px;
}

.price .desc .tit {
  font-size: 40px;
  font-weight: 400;
}

.price .desc .tit span {
  color: #fdaf17;
}

.price .desc ul {
  margin-top: 50px;
}

.price .desc ul li {
  position: relative;
  margin-top: 15px;
  padding-left: 26px;
  color: #575757;
  font-size: 22px;
}

.price .desc ul li:first-child {
  margin-top: 0;
}

.price .desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background-color: #ff9600;
  border-radius: 100%;
}

.price .desc .text {
  margin-top: 60px;
  line-height: 35px;
  font-size: 23px;
}



.price-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.price-popup-content {
  background: #fff;
  padding: 50px 30px 30px 30px;
  width: 80%;
  max-width: 730px;
  position: relative;
}

.price-popup-content .btn-close {
  position: absolute;
  top: 5px;
  right: 23px;
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
}

.price-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-tabs .tab {
  flex: 1;
  padding: 10px;
  border: 1px solid #bfb28e;
  cursor: pointer;
  background: #fff;
  text-align: center;
  transition: 0.3s;
    font-size: 16px;
        margin: 0 -1px;
}

.price-tabs .tab.active {
  background:#bfb28e;
  color:#fff;
}

.price-popup-content .tab-content {
  display: none;
}

.price-popup-content .tab-content.active {
  display: block;
}


.price-popup-content .tab-content .inbox{    padding: 30px 0;    max-height: 65vh;    overflow-y: auto;}
.price-popup-content .tab-content .inbox .title1{text-align: center; font-size:35px;font-weight: 600;}
.price-popup-content .tab-content .inbox .title1 span{color:#fdaf17;}
.price-popup-content .tab-content .inbox .title2{text-align: center; font-size: 20px; line-height:30px;    margin: 20px 30px;}
.price-popup-content .tab-content .inbox .inbox_table{}
.price-popup-content .tab-content .inbox .inbox_table .sale{color:#cc0000;}
.price-popup-content .tab-content .inbox .inbox_table table{border-collapse: collapse;  width: 100%;  border: 1px solid #fff;}
.price-popup-content .tab-content .inbox .inbox_table th, .price-popup-content .tab-content .inbox .inbox_table td {
  border: 1px solid #fff;
  text-align: center;    vertical-align: middle;
}
.price-popup-content .tab-content .inbox .inbox_table tbody tr:nth-child(1) td:nth-child(1){background:#fff4e5}
.price-popup-content .tab-content .inbox .inbox_table tbody tr:nth-child(2) td:nth-child(1){background:#ffeacc}
.price-popup-content .tab-content .inbox .inbox_table tbody tr:nth-child(3) td:nth-child(1){background:#ffd599}
.price-popup-content .tab-content .inbox .inbox_table tbody tr:nth-child(4) td:nth-child(1){background:#ffc066}
.price-popup-content .tab-content .inbox .inbox_table tbody tr:nth-child(5) td:nth-child(1){background:#ffab33}
.price-popup-content .tab-content .inbox .inbox_table tbody tr:nth-child(6) td:nth-child(1){background:#ff9600}

.price-popup-content .tab-content .inbox .inbox_table td{background:#f8f8f8; padding:15px; font-size:16px;    font-weight: 400;}
.price-popup-content .tab-content .inbox .inbox_table th{font-size: 16px; background:#2e2e2e; color:#fff;    padding: 15px 0;}

.price-popup-content .tab-content .inbox .inbox_con1{text-align: center; background: #fbfbf6; border-radius: 10px;    padding: 70px 0;}
.price-popup-content .tab-content .inbox .inbox_con1 .text1{font-size:35px;font-weight: 600; margin:0 0 15px 0;}
.price-popup-content .tab-content .inbox .inbox_con1 .text2{font-size: 20px; line-height: 1.2;}
.price-popup-content .tab-content .inbox .inbox_con2{text-align: center; background: #fbfbf6; border-radius: 10px;    padding: 20px 30px;    display: flex;    justify-content: flex-start;    gap: 20px; margin:30px 0 30px;}
.price-popup-content .tab-content .inbox .inbox_con2 .in_title{font-size: 25px; font-weight: 600;}
.price-popup-content .tab-content .inbox .inbox_con2 .in_text1{font-size:18px; line-height: 1.6; text-align: left;}
.price-popup-content .tab-content .inbox .inbox_con2 .in_text1 li{position: relative;    padding: 0 0 0 15px;}
.price-popup-content .tab-content .inbox .inbox_con2 .in_text1 li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px; /* �� ũ�� */
  line-height: 1;
  color: #333; /* �� ���� */
}


.event .inner{   display: grid;
  grid-template-columns: repeat(3, 1fr); /* ���� 3ĭ */
  gap: 45px;}
.event .box{   }
.event .box .foto{cursor: pointer;}

.event .box .foto {
  width: 100%;
  aspect-ratio: 1 / 1; /* ���簢�� ���� */
  overflow: hidden;
  position: relative;
}

.event .box .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* ���� �����ϰ� �� ä��� */
  object-position: center center; /* ��� ���� */
  display: block;
}

.event .box img{width:100%;}
.event .box .text{text-align: center; font-size: 30px; margin:20px 0 0 0;}



/* margin padding */
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.align-center {
  text-align: center;
}

/* bullet */
.blt-01 {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../imgs/blt_check.png) no-repeat;
}

/* color */
.c_txt {
  color: #454343;
}

/* table */
.tbl {
  width: 100%;
  border: 1px solid #ff9600;
}

.tbl th,
.tbl td {
  border: 1px solid #ff9600;
}

.tbl thead th {
  height: 66px;
  color: #ff9600;
  font-size: 25px;
  vertical-align: middle;
  font-weight: 400;
}

.tbl tbody td {
  line-height: 40px;
  padding: 60px 0 60px 30px;
  font-size: 25px;
  color: #4d4d4d;
}

.tbl tbody th {
  line-height: 55px;
  padding-left: 65px;
  font-size: 32px;
  color: #4d4d4d;
  font-weight: 400;
  text-align: left;
}

.tbl-price {
  width: 872px;
  margin: 88px auto 0;
}

.tbl-price thead th {
  height: 53px;
  background-color: #2d2d2d;
  border: 1px solid #fbfbf6;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
}

.tbl-price tbody td {
  height: 72px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fbfbf6;
  background-color: #f4f4ef;
  font-size: 18px;
}

.tbl-price tbody td.m1 {
  background-color: #fbf1dd;
}

.tbl-price tbody td.m2 {
  background-color: #fce7c5;
}

.tbl-price tbody td.m3 {
  background-color: #fdd394;
}

.tbl-price tbody td.m4 {
  background-color: #fdbe62;
}

.tbl-price tbody td.m5 {
  background-color: #feaa31;
}

.tbl-price tbody td.m6 {
  background-color: #ff9600;
}

/* footer */
footer {
  padding: 50px 0 45px;
  background-color: #f7f4ee;
        text-align: center;
}

footer .inner{text-align: left;}

footer ul {
  display: flex;
    justify-content: center;
  margin-top: 12px;
  gap: 25px;
  font-weight: 400;
}

footer ul:first-of-type {
  margin-top: 40px;
}

footer a {
  text-decoration: none;
  color: #000;
}

footer .link {
  position: absolute;
  right: 0;
  bottom: 0;
}

footer .link a {
  display: block;
  height: 30px;
  padding-left: 40px;
  background: url(../imgs/blt_arrow.png) no-repeat left top;
  font-size: 24px;
  font-weight: 300;
}

footer .link a:first-of-type {
  margin-bottom: 10px;
}

footer .link_info{display: flex; gap:10px;    justify-content: flex-start; margin:20px 0 0 0;}
footer .link_info2{font-size: 14px; line-height: 20px; margin:20px 0;}
footer .link_info2 span{margin:0 10px;}
footer .link_info3{font-size: 13px; }

.quick{width:68px; position: fixed;bottom:30px; right:30px;z-index: 9999;}
.quick img{width:100%; margin:10px 0 0 0;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); border-radius:100px;}
.quick .q_top{position:relative; z-index: 9;}

.branch-links {
  position: fixed;
  bottom: 55px;
  right: 110px;
  display: none; /* �⺻ ���� */
  z-index: 9999;
}

.branch-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.branch-links li {
  border:1px solid #ff6c00;
    border-radius: 5px;
    background:#fff;
        text-align: center;
    padding: 8px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
}

.branch-links2 {
      position: absolute;
    top: 95px;
    right: 0px;
  display: none; /* �⺻ ���� */
  z-index: 9999;
}

.branch-links2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
    display: block;
        width: 100%;
}

.branch-links2 li {
  border:0px solid #ff6c00;
    border-radius: 100px;
    background:#d6cdba;
        text-align: center;
    padding: 8px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
}

.branch-links2 li a{color: #fff !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;}



.link_info_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.link_info_popup h3{font-size: 22px; line-height: 35px; margin: 0 0 30px 0;}
.link_info_popup .name{font-size: 25px; font-weight: 600;    text-align: left; margin: 0 0 20px 0;}
.link_info_popup .popup-content {
    background-color:#f7f7f7;
    padding: 60px 55px;
    border-radius: 10px;
    width: 490px;
    text-align: center;
}
.link_info_popup .popup-content p{    max-height: 250px;  overflow-y: auto; margin: 25px 0; text-align: left;font-size: 14px;
    line-height: 20px;}
.link_info_popup .popup-content p b{margin: 0px 0 5px; display: block;}
.link_info_popup .popup-content input {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-size: 18px;
}
.link_info_popup .popup-content button {
    padding: 10px;
    background-color: #ff9600;
    color: white;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 20px;
    width:100%;
}
.link_info_popup .popup-content button:hover {
    background-color:  #ff9600;
}


.q_blog{position: relative; bottom:198px;}
.q_reservation2 {
    position: relative;
    bottom: 118px;}

.t_blog{}
.t_blog .triggerButton img{width:55%;}

.radial {margin-top:0;}
.radial {
  position: relative;
  margin-top: 100px;
  .triggerButton {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #4B40CC;
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.2);*/
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    i {
      transition: all 0.2s ease-in-out;
    }
  }
  .radialMenu {
    --width: 270px;
    width: var(--width);
    height: var(--width);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .radialItem {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #fff;
      border-radius: 50%;
      background-color: #232E50;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.2);
      text-decoration: none;
      transition: .25s;
      &:hover {
        transition-delay: 0s;
        background-color: darken(#232E50, 5);
      }
    }
  }
  &.active {
    .triggerButton {
      i {
        transform: rotateZ(135deg) translate(-1px, 3px);
      }
    }
    .radialItem {
      --angle: 0deg;
      --star-angle: 0deg;
      --point-size: 60px;
      --countItem: 8;
      
      /* we subtract the point size to place point inside circle */
      --radius: calc((var(--width) / 2) - (var(--point-size) / 2));
      --x: calc(var(--radius) * cos(var(--angle) + var(--star-angle)));
        --y: calc(var(--radius) * sin(var(--angle) + var(--star-angle)));

      /* position point at center of circle with radius. We add x and y values to move to edge of circle. */
      top: calc(var(--radius) + var(--y) + (var(--point-size) / 2));
      left: calc(var(--radius) + var(--x) + (var(--point-size) / 2));
      
      // Style
      width: var(--point-size);
      height: var(--point-size);
      &:nth-child(1) {
        --angle: calc((360deg / var(--countItem)) * 0);
        transition-delay: 0.05s;
      }
      &:nth-child(2) {
        --angle: calc((360deg / var(--countItem)) * 1);
        transition-delay: 0.1s;
      }
      &:nth-child(3) {
        --angle: calc((360deg / var(--countItem)) * 2);
        transition-delay: 0.15s;
      }
      &:nth-child(4) {
        --angle: calc((360deg / var(--countItem)) * 3);
        transition-delay: 0.20s;
      }
      &:nth-child(5) {
        --angle: calc((360deg / var(--countItem)) * 4);
        transition-delay: 0.25s;
      }
      &:nth-child(6) {
        --angle: calc((360deg / var(--countItem)) * 5);
        transition-delay: 0.30s;
      }
      &:nth-child(7) {
        --angle: calc((360deg / var(--countItem)) * 6);
        transition-delay: 0.35s;
      }
      &:nth-child(8) {
        --angle: calc((360deg / var(--countItem)) * 7);
        transition-delay: 0.40s;
      }
    }
  }
}

.radial {
  &.circle-center {
    .triggerButton {
      background-color: #89d8d3;
      background-image: linear-gradient(135deg, #89d8d3 0%, #03c8a8 74%);
    }
    .radialItem {
      a {
        background-image: linear-gradient(135deg, #40e495, #2bb673);
        &:hover {
          transform: translateY(-5px);
        }
      }
    }
  }
  &.half-top {
    position: relative;
    margin-top: 400px;
    // position: absolute;
    // z-index: 20;
    // top: 80%;
    // left: 50%;
    // border-radius: 50%;
    // background: transparent;
    // transform: translate(-50%, -50%);
    &.active {
      .radialItem {
        --angle: 0deg;
        --star-angle: 180deg;
        --point-size: 60px;
        --countItem: 8;
        // Style
        width: var(--point-size);
        height: var(--point-size);
        &:nth-child(1) {
          --angle: calc((360deg / var(--countItem)) * 0);
          transition-delay: 0.05s;
        }
        &:nth-child(2) {
          --angle: calc((360deg / var(--countItem)) * 1);
          transition-delay: 0.1s;
        }
        &:nth-child(3) {
          --angle: calc((360deg / var(--countItem)) * 2);
          transition-delay: 0.15s;
        }
        &:nth-child(4) {
          --angle: calc((360deg / var(--countItem)) * 3);
          transition-delay: 0.20s;
        }
        &:nth-child(5) {
          --angle: calc((360deg / var(--countItem)) * 4);
          transition-delay: 0.25s;
        }
      }
    }
    .triggerButton {
      background: rgb(251,33,117);
      background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
    }
    .radialItem {
      a {
        background: #ed6ea0;
        background-image: linear-gradient(135deg, #ed6ea0, #f7186a);
        &:hover {
          transform: translateY(-5px);
        }
      }
    }
  }
  &.half-bottom {
    position: relative;
    margin-top: 0px;
    // position: absolute;
    // z-index: 20;
    // top: 100%;
    // left: 50%;
    // border-radius: 50%;
    // background: transparent;
    // transform: translate(-50%, -50%);
    &.active {
      .radialItem {
        --angle: 0deg;
        --star-angle: 0deg;
        --point-size: 42px;
        --countItem: 8;
        // Style
        width: var(--point-size);
        height: var(--point-size);
        &:nth-child(1) {
          --angle: calc((360deg / var(--countItem)) * 0);
          transition-delay: 0.05s;
        }
        &:nth-child(2) {
          --angle: calc((360deg / var(--countItem)) * 1);
          transition-delay: 0.1s;
        }
        &:nth-child(3) {
          --angle: calc((360deg / var(--countItem)) * 2);
          transition-delay: 0.15s;
        }
        &:nth-child(4) {
          --angle: calc((360deg / var(--countItem)) * 3);
          transition-delay: 0.20s;
        }
        &:nth-child(5) {
          --angle: calc((360deg / var(--countItem)) * 4);
          transition-delay: 0.25s;
        }
      }
    }
    .triggerButton {
      background: #d8cdb8;
      /*background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);*/
                transform: translate(-100%, -51%);width: 45px;            height: 45px;
    }
      .radialMenu{     --width: 180px;       transform: translate(-62%, -50%);  }
      .radialItem {width:40px; height:40px;}
    .radialItem {
      a {
        transform: scale(1);
          font-size:11px;
          line-height: 14px;
          text-align:center;
        background: #d8cdb8;
        box-shadow: none;
        /*background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);*/
        &:hover {
          /*transform: scale(1.2);*/
        }
      }
    }
  }
  &.quarter-left {
    position: relative;
    margin-top: 0px;
    // position: absolute;
    // z-index: 20;
    // top: 100%;
    // left: 50%;
    // border-radius: 50%;
    // background: transparent;
    // transform: translate(-50%, -50%);
    &.active {
      .radialItem {
        --angle: 0deg;
        --star-angle: 180deg;
        --point-size: 60px;
        --countItem: 8;
        // Style
        width: var(--point-size);
        height: var(--point-size);
        &:nth-child(1) {
          --angle: calc((65deg / var(--countItem)) * 1);
          transition-delay: 0.05s;
        }
        &:nth-child(2) {
          --angle: calc((405deg / var(--countItem)) * 1);
          transition-delay: 0.1s;
        }
        &:nth-child(3) {
          --angle: calc((385deg / var(--countItem)) * 2);
          transition-delay: 0.15s;
        }
          &:nth-child(4) {
          --angle: calc((-95deg / var(--countItem)) * 3);
          transition-delay: 0.20s;
        }
      }
    }
    .triggerButton {
      background-color: #67d52e;
      /*background-image: linear-gradient(135deg, #1fd1f9 0%, #b621fe 74%);*/
    }
      
      .triggerButton img{width:60%; border-radius:0;box-shadow:none;}
      .radialMenu.active{z-index:1;}
    .radialItem {
      a {
          text-align: center;
        font-size:14px;
        /*transform: scale(1);*/
          background:#67d52e;
        /*background: rgb(96,9,240);
        background: linear-gradient(-135deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);*/
        &:hover {
          /*transform: scale(1.2);*/
        }
      }
    }
  }
    
    
    
&.quarter-left2 {
    position: relative;
    margin-top: 0px;
    // position: absolute;
    // z-index: 20;
    // top: 100%;
    // left: 50%;
    // border-radius: 50%;
    // background: transparent;
    // transform: translate(-50%, -50%);
    &.active {
      .radialItem {
        --angle: 0deg;
        --star-angle: 180deg;
        --point-size: 60px;
        --countItem: 8;
        // Style
        width: var(--point-size);
        height: var(--point-size);
        &:nth-child(1) {
          --angle: calc((-180deg / var(--countItem)) * 1);
          transition-delay: 0.05s;
        }
        &:nth-child(2) {
          --angle: calc((110deg / var(--countItem)) * 1);
          transition-delay: 0.1s;
        }
        &:nth-child(3) {
          --angle: calc((200deg / var(--countItem)) * 2);
          transition-delay: 0.15s;
        }
          &:nth-child(4) {
          --angle: calc((-155deg / var(--countItem)) * 3);
          transition-delay: 0.20s;
        }
      }
    }
    .radialMenu{        --width: 310px;}
    .triggerButton {
      background-color: #fff;
      /*background-image: linear-gradient(135deg, #1fd1f9 0%, #b621fe 74%);*/
    }
      
      .triggerButton img{width:100%; margin:0; border-radius:0;box-shadow:none;}
      
    .radialItem {
      a {
          text-align: center;
        font-size:14px;
        /*transform: scale(1);*/
          background:#ff9600;
        /*background: rgb(96,9,240);
        background: linear-gradient(-135deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);*/
        &:hover {
          /*transform: scale(1.2);*/
        }
      }
    }
  }
    
  &.quarter-right {
    position: relative;
    margin-top: 1200px;
    // position: absolute;
    // z-index: 20;
    // top: 100%;
    // left: 50%;
    // border-radius: 50%;
    // background: transparent;
    // transform: translate(-50%, -50%);
    &.active {
      .radialItem {
        --angle: 0deg;
        --star-angle: 270deg;
        --point-size: 60px;
        --countItem: 8;
        // Style
        width: var(--point-size);
        height: var(--point-size);
        &:nth-child(1) {
          --angle: calc((360deg / var(--countItem)) * 0);
          transition-delay: 0.05s;
        }
        &:nth-child(2) {
          --angle: calc((360deg / var(--countItem)) * 1);
          transition-delay: 0.1s;
        }
        &:nth-child(3) {
          --angle: calc((360deg / var(--countItem)) * 2);
          transition-delay: 0.15s;
        }
      }
    }
    .triggerButton {
      background-image: linear-gradient(-45deg, #009245, #D9E021);
    }
    .radialItem {
      a {
        transform: scale(1.1);
        background: rgb(96,9,240);
        background-image: linear-gradient(135deg, #25aae1, #2bb673);
        &:hover {
          transform: scale(0.8);
        }
      }
    }
  }
}