@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Scoredream';
    font-weight: 200;
    src: url('/html/font/SCDream2.woff2') format('woff2');
    src: url('/html/font/SCDream2.woff') format('woff');
    font-weight: 200;
}




body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Noto Sans KR', 'sans-serif';
  word-break: keep-all;
}
 
.cmt{
  font-family: "Cormorant", serif !important;
}
.gmk,
.gmk *
{
  font-family: "GMarketSans", 'sans-serif' !important;
}
.ism,
.ism *
{
  font-family: "Instrument Serif", serif !important;
}
.scd,
.scd *
{
  font-family: "Scoredream", serif !important;
}
.prtd,
.prtd *
{
  font-family: "Pretendard", serif !important;
}

.mts{
  /* font-family: 'Montserrat', sans-serif !important; */
}
.inner{
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.bo-inner{padding: 200px 20px;}

img{max-width: 100%;}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .ham_open .bar{background-color: #7b12af;}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: #7b12af;}
.all_gnb_nav p.depth1_a::after{background-color: #7b12af;}
.all_gnb_nav .depth2 a:hover {color: #7b12af;}
.gnb_nav .snb .depth2.on a{
  color: #7b12af;
}
.all_gnb_nav .depth2.on > a
{
  color: #7b12af;
}

/* 헤더컬러 */

.header{
}
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0.2); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.on {
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);
  background: #fff;

}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
position: relative;
z-index: 99;
max-width: 1800px;
}
.header .logo img {display: block; max-width: 207px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.header.inq_head .logo img,
.header.inq_head .language_btn button img,
.header.inq_head .ham_open > img{filter: brightness(0) invert(1);}
.header.inq_head .gnb_nav .gnb .depth1_a,
.header.inq_head .mb-btn-area a{color: #fff;}

.header.inq_head.on .logo img,
.header.inq_head.on .language_btn button img,
.header.inq_head.on .ham_open > img,
.header.inq_head.scr .logo img,
.header.inq_head.scr .language_btn button img,
.header.inq_head.scr .ham_open > img{filter: unset;}

.header.inq_head.on .gnb_nav .gnb .depth1_a,
.header.inq_head.on .mb-btn-area a,
.header.inq_head.scr .gnb_nav .gnb .depth1_a,
.header.inq_head.scr .mb-btn-area a{color: rgb(41,41,41);}


.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 40px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;
color: rgb(41,41,41);
}
/* 메뉴 호버타입1 */
/* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);} */
/* 메뉴 호버타입1 */
/* 메뉴 호버타입2 */
 .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #7b12af;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after
{opacity: 1;} 
/* 메뉴 호버타입2 */
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
display: none;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 150px; padding: 40px 0; font-size: 16px; text-align: center; line-height: 1.3;  transform: translateX(-50%); transform-origin: top; position: absolute; top: calc(100% + 1px); left: 50%; z-index: -1;
display: none;
}
.gnb_nav .snb .depth2 a {display: block; padding: 5px 2rem; word-break: keep-all;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(25, 25, 25);
}
.header .snb > h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

.header.on .snb {
  /* opacity: 1; transform: translateX(-50%); height: auto; */
}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .logo img{filter: unset !important;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px;  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

.all-toggle-wrap{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 40px 0;
  height: 250px;
}
.header.on .all-toggle-wrap{
  /* opacity: 1;
  height: auto; */
}
.all-toggle-wrap .n-inner{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1520px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.all-toggle-wrap .n-inner > .left-img{
  width: 568px;
  position: relative;
}
.all-toggle-wrap .n-inner > .left-img img{
  padding-left: 100px;
  padding-right: 40px;
  width: 100%;
  display: block;
}
.all-toggle-wrap .n-inner > .left-img::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0,0,0,0.5);
  display: none;
}
.all_gnb_nav .gnb li .snb{
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2{
  display: none;
}



/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 14px;
}
.lang-btn-area ul{
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-btn-area ul li a{
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-btn-area ul li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mb-btn-area{
  font-size: 14.6px;
  font-weight: 500;
  letter-spacing: -1.02px;
  color: rgb(41, 41, 41);
}
.mb-btn-area a:hover{
  text-decoration: underline;
}
header .language_btn{
  display: none;
}



@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}

@media(max-width:1600px){
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  }
  .gnb_nav .gnb{
    gap: 40px;
  }
  .gnb_nav .snb .depth2 a{
    font-size: 14px;
  }
  .header .logo img{
    width: 160px;
  }
  .lang-btn-area ul li a{
    width: 32px;
    height: 32px;
  }

  .lang-btn-area{
    display: none;
  }
  header .language_btn{
    display: block;
  }
  .right-btn-area .language_btn{
    order: 0;
  }
  .right-btn-area .mb-btn-area{
    order: 1;
  }
  .all-toggle-wrap{
    height: 200px;
    padding: 25px 0;
  }
  .gnb_nav .snb{
    padding: 25px 0;
  }
}

@media screen and (max-width: 1300px){
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .ham_open{
    display: flex;
  }
  .header{
    height: 100px;
  }
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;
  width: 25px;
  height: 25px;
  }
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }


  .right-btn-area > div{
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: #7b12af;
  }

  .right-btn-area .lang-btn-area{
    order: 1;
  }
  .right-btn-area .mb-btn-area{
    order: 0;
  }
  .right-btn-area .language_btn{
    order: 2;
  }
  .right-btn-area .ham_open{
    order: 3;
  }
}

@media(max-width:1024px){
  .bo-inner{padding: 80px 20px 100px;}

  .header {height: 80px;}
	.header .logo img {width: 150px;}
  .right-btn-area{
    gap: 8px;
  }
  .right-btn-area > div{
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: #7b12af;
  }
  .lang-btn-area ul li a{
    width: 24px;
    height: 24px;
  }
  .mb-btn-area{
    font-size: 13px;
  }
}
@media screen and (max-width: 768px){

	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;max-width: 220px;}
  .all_menu_wrap .logo{width: calc(100% - 50px);}
  .all_menu_wrap .logo a{display: inline-block;width: 100%;}
  .all_menu_wrap .logo img{width: 100%;max-width: 150px;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);overflow-y: auto;}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  header .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

@media(max-width:767px){
}
@media(max-width:350px){
  .header .logo img{
    width: 130px;
  }
  .all_menu_wrap .logo img{
    max-width: 130px;
    width: 100%;
  }
  .right-btn-area{
    gap: 5px;
  }
}
/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
/* #sub_container {
  margin-top: 100px;
} */
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .sub_tit {
  font-size: 55px;
  color: #fff;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  /* #sub_container {
    margin-top: 80px;
  } */
.subtop-con-wrap{
  padding: 60px 0;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_nav_ul {
  font-size: 16px;
}
.sub_nav_ul .home{
  display: none;
}
.sub_nav_ul .home.nostr{
  display: flex;
}
.sub_nav_ul .home a{
  width: 50px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 50%;
}
.sub_nav_ul .depth_p {
  padding: 15px 10px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}
.main-banner-swiper{
  width: 100%;
  position: relative;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
}
.main-banner-swiper .swiper-slide01,
.main-banner-swiper .swiper-slide
{
  background: url(/html/img/main-visual01.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide02{
  background: url(/html/img/main-visual02.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide03{
  background: url(/html/img/main-visual03.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide04{
  background: url(/html/img/main-visual04.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide .txtbox{
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.main-banner-swiper .swiper-slide .txtbox h2{
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1.6px;
  color: rgb(255, 255, 255);
  font-family: "Cormorant", serif !important;
}
.main-banner-tool{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
}
.main-banner-tool .swiper1-pause{
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.main-banner-tool .swiper1-pause img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.main-banner-tool .swiper1-pause img.play,
.main-banner-tool .swiper1-pause.stop img.pause
{
  opacity: 0;
}
.main-banner-tool .swiper1-pause.stop img.play{
  opacity: 1;
}
.main-banner-tool .swiper1-paging{
  display: flex;
  align-items: center;
  gap: 4px; 
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  border-radius: 0;
  opacity: 0.3;
  background: #fff;
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 0.7;
}

@media(max-width:1024px){
  .main-banner-swiper{
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
  }
  .main-banner-swiper .swiper-slide .txtbox{
    top: calc(50% + 40px);
  }
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .main-banner-tool{
    bottom: 30px;
    gap: 3px;
  }
  .main-banner-tool .swiper1-pause{
    width: 20px;
    height: 20px;
  }
  .main-banner-tool .swiper1-paging{
    gap: 3px; 
  }
  .main-banner-tool .swiper1-paging .swiper-pagination-bullet{
    width: 20px;
    height: 1px;
  }
}

/* main */


/* 팝업 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  margin-bottom: 24px;
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box{
  max-height: 50vh;
  overflow-y: auto;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    margin-bottom: 16px;
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 14px;
  }
}


/* 로딩프레임 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* 퀵버튼 */

/* Fixed button */
.fixed_btns{display: flex;flex-direction: column;gap: 8px;position: fixed;bottom: 5%;right: 30px;z-index: 999;width: 68px;}
.fixed_btns .fixed_button{position: relative;border-radius: 41.1%;box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);}
.fixed_btns .fixed_button > img{width: 68px;}
.fixed_btns .fixed_button .fixed_hover{position: absolute;top: 0;right: 0;width: 0;height: 100%;transition: width 0.3s;overflow: hidden;}
.fixed_btns .fixed_button .fixed_hover img{position: absolute;top: 0;right: 0;height: 100%;}
.fixed_btns .fixed_button .call_hover img{min-width: 205px;}
.fixed_btns .fixed_button:hover .call_hover{width: 205px;}
.fixed_btns .fixed_button .kakao_hover img{min-width: 168px;}
.fixed_btns .fixed_button:hover .kakao_hover{width: 168px;}

.fixed_btns .fixed_button:hover .fixed_hover2{
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3{
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img
{min-width: 205px;}

@media screen and (max-width: 1024px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 12px;width: 60px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 182px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 182px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 148px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 148px;}

}
@media screen and (max-width: 768px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 8px;width: 45px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 136px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 136px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 112px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 112px;}

}

.cm-txt-grd1{
  background: linear-gradient(to right, rgba(152, 139, 251, 1), rgb(152, 16, 215)) !important;
  -webkit-background-clip: text !important;   
  -webkit-text-fill-color: transparent !important; 
  background-clip: text !important;    
  color: transparent !important;  
}
.cm-txt-grd2{
  background: linear-gradient(to right, rgb(152, 132, 249), rgb(152, 22, 216));
  -webkit-background-clip: text !important;   
  -webkit-text-fill-color: transparent !important; 
  background-clip: text !important;    
  color: transparent !important;  
}
.cm-txt-grd3{
  background: linear-gradient(to left, rgb(152, 134, 249), rgb(152, 22, 216));
  -webkit-background-clip: text !important;   
  -webkit-text-fill-color: transparent !important; 
  background-clip: text !important;    
  color: transparent !important;  
}
.mobile{
  display: none;
}
@media(max-width:1024px){
  .mobile{
    display: block;
  }
  .pc{
    display: none;
  }
}

/* 컬러 */

.main-sec,.main-wrap{
  width: 100%;
  position: relative;
}

.main-sec01{
  background: url(/html/img/main-banner-bg.jpg) no-repeat center / cover;
  position: relative;
  height: 100vh;
  min-height: 500px;
  max-height: 937px;
  overflow: hidden;
}
.main-sec01 .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  z-index: 1;
}
.main-sec01 .txtbox h2{
  font-size: 89px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -6.68px;
  color: rgb(41, 41, 41);
  position: relative;
}
.circle-text-pt{
  position: relative;
}
.circle-text-wrap{
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-27%,-27%);
  -webkit-transform: translate(-27%,-27%);
}
.circle-text-wrap svg{
  display: block;
  width: 100%;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
.circle-txt *
{
  font-size: 13px;
  font-weight: 500;
  color: rgb(152, 131, 248);
  fill:rgb(152,131,248);
  letter-spacing:1.6px;
}
.main-sec01 .txtbox h2 span{
  display: block;
  font-weight: bold;
}
.main-sec01 .txtbox p{
  font-size: 25.8px;
  font-weight: 200;
  letter-spacing: -1.29px;
  color: rgb(41, 41, 41);
  margin-top: 12px;
}
.main-sec01 .bg-imgbox{
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 1903px;
  width: 100%;
  z-index: 0;
  min-height: 400px;
}
.main-sec01 .bg-imgbox .bg-big-box{
  display: flex;
  justify-content: flex-end;
}
.main-sec01 .bg-imgbox .bg-model-img{
  position: relative;
  width: 50%;
  max-width: 800px;
}
.main-sec01 .bg-imgbox .ring{
  width: 73%;
  aspect-ratio: 1 / 1;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: -15px;
}
.main-sec01 .bg-imgbox .ring .ring .circle{
  width: 95%;
  height: 95%;
  display: block;
}
.main-sec01 .bg-imgbox .ring .track,
.main-sec01 .bg-imgbox .ring .progress{
  stroke-width: 2px;
}
.main-sec01 .bg-imgbox .ring .track{
  stroke: #fff;
}
.main-sec01 .bg-imgbox .ring .progress{
  stroke: url(#strokeGrad);
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 75 100;
  stroke-dashoffset: 75;
  animation-delay: 0.4s;
}
.start .main-sec01 .bg-imgbox .ring .progress{
  animation: draw 0.9s ease-out forwards;
  animation-delay: 0.4s;
}
.start .main-sec01 .bg-imgbox .ring .arrow{
  opacity: 1;
}
.main-sec01 .bg-imgbox .ring .arrow{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10%,-50%);
  -webkit-transform: translate(10%,-50%);
  width: 42px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transition-delay: 1.1s;
}
@keyframes draw { to { stroke-dashoffset: 0; } }

.main-sec01 .bg-imgbox .bg-circle{
  position: absolute;
  top: 40%;
  right: 0vw;
  transform: translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  width: 55%;
}

/* main-sec01 */

.main-sec02{
  background: url(/html/img/main-sec02-bg.jpg) top center / cover;
  padding: 180px 0;
}
.main-sec02 .main-sec02-con01{
  margin-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.main-sec02 .main-sec02-con01 .inner{
  z-index: 2;
  padding-top: 280px;
  padding-bottom: 250px;
}
.main-sec02 .main-sec02-con01 h2{
  font-size: 61.5px;
  font-weight: 300;
  letter-spacing: -5.84px;
  color: rgb(255, 255, 255);
}
.main-sec02 .main-sec02-con01 h2 .cm-txt-grd2{
  display: block;
  font-size: 107.5px;
  font-weight: bold;
  letter-spacing: -3.76px;
  margin-top: 0px;
}
.circle-text-wrap.black-text .circle-txt,
.circle-text-wrap.black-text .circle-txt *
{
  font-size: 16.5px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  color: rgb(25,25,25);
  fill: rgb(25,25,25);
}
.circle-text-wrap.black-text svg{
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
.main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox{
  position: relative;
  max-width: 1450px;
  width: 75%;
  overflow: hidden;
  left: 4%;
}
.main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox .top{
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
  position: relative;
}
.main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox .top .back{
  position: relative;
  z-index: 2;
}
.main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox .top .img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  width: calc(100% - 3vw);
  height: 130%;
  object-fit: cover;
  transition: transform 0.1s linear; /* 부드럽게 */
  will-change: transform; /* 성능 개선 */
}
.main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox .bottom{
  width: 100%;
}

.main-sec02 .main-sec02-con02{overflow: hidden;padding-bottom: 150px;}
.main-sec02-con02 .titbox{
  text-align: center;
  margin-bottom: 150px;
}
.main-sec02-con02 .titbox p{
  font-size: 45.5px;
  font-weight: 300;
  letter-spacing: -3.41px;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-bottom: 12px;
}
.main-sec02-con02 .titbox h2{
  font-size: 69px;
  font-weight: bold;
  letter-spacing: -5.18px;
  color: rgb(255, 255, 255);
}
.main-sec02-con02 .con-line{
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: center;
  position: relative;
}
.main-sec02-con02 .con-line > li{
  position: relative;
  width: 25%;
}
.main-sec02-con02 .inner-box{
  max-width: 1860px;
  width: 100%;
  position: relative;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.main-sec02-con02 .con-line > li:nth-child(1) .conbox{
  transform: scale(1) ;
}
.main-sec02-con02 .con-line > li:nth-child(2) .conbox{
  transform: scale(1.2) translateX(-12%);
}
.main-sec02-con02 .con-line > li:nth-child(3) .conbox{
  transform: scale(1.4) ;
}
.main-sec02-con02 .con-line > li:nth-child(4) .conbox{
  transform: scale(1.2) translateX(12%);
}
.main-sec02-con02 .con-line > li:nth-child(5) .conbox{
  transform: scale(1);
}
.main-sec02-con02 .con-line > li:nth-child(1),
.main-sec02-con02 .con-line > li:nth-child(5)
{
  z-index: 0;
}
.main-sec02-con02 .con-line > li:nth-child(2),
.main-sec02-con02 .con-line > li:nth-child(4){
  z-index: 1;
}
.main-sec02-con02 .con-line > li:nth-child(3){
  z-index: 2;
}
.main-sec02-con02 .con-line > li .conbox{
  border-radius: 40px;
  box-shadow: 10.4px 27.1px 97.9px 5.2px rgba(123, 123, 123, 0.36);
  background-color: rgb(255, 255, 255);
  padding: 20px;
  margin: 0 auto;
}
.main-sec02-con02 .con-line > li .conbox .imgbox{
  position: relative;
  margin-bottom: 36px;
}
.main-sec02-con02 .con-line > li .conbox .imgbox > img{
  display: block;
  width: 100%;
  border-radius: 40px;
}
.main-sec02-con02 .con-line > li .conbox .event{
  display: block;
  width: 140px;
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
}
.main-sec02-con02 .con-line > li:nth-child(1) .event,
.main-sec02-con02 .con-line > li:nth-child(5) .event{
  width: 100px;
}
.main-sec02-con02 .con-line > li:nth-child(2) .event,
.main-sec02-con02 .con-line > li:nth-child(4) .event{
  width: 120px;
}
.main-sec02-con02 .con-line > li .conbox .txtbox{
  text-align: center;
  margin-bottom: 20px;
}
.main-sec02-con02 .con-line > li .conbox .txtbox h3{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.78px;
  color: rgb(17, 17, 17);
  font-family: "GMarketSans", 'sans-serif' !important;
}
.main-sec02-con02 .con-line > li .conbox .txtbox h3 span{
  font-family: "GMarketSans", 'sans-serif' !important;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.26px;
  color: rgb(152, 23, 216);
}

/* slide */

.event-swiper{
}
.event-swiper .swiper-slide .conbox{
  border-radius: 40px;
  box-shadow: 10.4px 27.1px 97.9px 5.2px rgba(123, 123, 123, 0.36);
  background-color: rgb(255, 255, 255);
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
.event-swiper.on .swiper-slide{
  transition: transform 0.5s linear;
  transition-delay: 0.2s;
  transform: scale(1) translateX(0);
}
.event-swiper.on .swiper-slide.swiper-slide-active{
  transform: scale(1.3) translateX(0);
}
.event-swiper.on .swiper-slide.swiper-slide-next
{
  transform: scale(1.15) translateX(12%);
}
.event-swiper.on .swiper-slide.swiper-slide-prev{
  transform: scale(1.15) translateX(-12%);
}
.event-swiper .swiper-slide
{
  z-index: 0;
}
.event-swiper .swiper-slide.swiper-slide-next,
.event-swiper .swiper-slide.swiper-slide-prev{
  z-index: 1;
}
.event-swiper .swiper-slide.swiper-slide-active{
  z-index: 2;
}
.event-swiper .swiper-slide .conbox .imgbox{
  position: relative;
  margin-bottom: 36px;
}
.event-swiper .swiper-slide .conbox .imgbox > img{
  display: block;
  width: 100%;
  border-radius: 40px;
}
.event-swiper .swiper-slide .event{
  display: block;
  width: 140px;
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
}
.event-swiper .swiper-slide .txtbox{
  text-align: center;
  margin-bottom: 20px;
}
.event-swiper .swiper-slide .txtbox h3{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.78px;
  color: rgb(17, 17, 17);
  font-family: "GMarketSans", 'sans-serif' !important;
}
.event-swiper .swiper-slide .txtbox h3 span{
  font-family: "GMarketSans", 'sans-serif' !important;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.26px;
  color: rgb(152, 23, 216);
}

/* slide */

.main-sec02-con03{
  margin-top: 200px;
}
.main-sec02-con03 .inner-box{
  max-width: 1700px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.main-sec02-con03 .con-line{
  display: flex;
  align-items: flex-start;
  gap: 44px;
}
.main-sec02-con03 .con-line > li{
  flex: 1;
}
.main-sec02-con03 .titbox{
  margin-bottom: 40px;
}
.main-sec02-con03 .titbox p{
  font-size: 45.5px;
  font-weight: 300;
  letter-spacing: -3.41px;
  color: rgb(0, 0, 0);
  margin-bottom: 12px;
}
.main-sec02-con03 .titbox h2{
  font-size: 69px;
  font-weight: bold;
  letter-spacing: -5.18px;
  color: rgb(255, 255, 255);
}
.main-sec02-con03 .titbox h2 a{
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  background: linear-gradient(to right, rgba(152, 139, 251, 1), rgb(152, 16, 215));
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.56px;
  text-align: center;
  color: rgb(255, 255, 255);
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.main-sec02-con03 .titbox h2 a .arrow{
  position: relative;
  top: 2px;
}
.main-sec02-con03 .titbox h2 a:hover{
  border: 1px solid #fff;
}
/* main-sec02 */

.main-sec03{
  padding: 244px 0;
  background: url(/html/img/main-sec03-bg.jpg) left center / cover;
  overflow: hidden;
}
.main-sec03 .inner{
  z-index: 1;
}
.main-sec03 .titbox{
  margin-bottom: 60px;
  text-align: center;
  max-width: 835px;
  width: 100%;
}
.main-sec03 .titbox h3{
  font-size: 68px;
  font-weight: bold;
  letter-spacing: -2.38px;
  color: rgb(254, 254, 254);
}
.main-sec03 .con-line{
  max-width: 835px;
  width: 100%;
  display: flex;
  gap: 32px;
}
.main-sec03 .con-line > li{
  flex: 1;
  border-radius: 35px;
  background-color: rgba(255, 255, 255,0.15);
}
.main-sec03 .con-line > li .conbox{
  padding: 52px 20px;
  text-align: center;
}
.main-sec03 .con-line > li .conbox .num{
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -1.35px;
  color: rgb(255, 254, 254);
  padding-bottom: 25px;
  margin-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.main-sec03 .con-line > li .conbox .txt p{
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -1.23px;
  color: rgb(255, 254, 254);
}
.main-sec03 .bg2-innerbox{
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 1920px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main-sec03 .bg2-innerbox .imgbox{
  max-width: 1149px;
  width: 60%;
}

/* main-sec03 */

@media(max-width:1920px){
  .main-sec02 .main-sec02-con01 .inner{
    padding-top: 14vw;
    padding-bottom: 13vw;
  }
}

@media(max-width:1600px){
  .main-sec01 .txtbox h2{
    font-size: 72px;
    letter-spacing: -4.68px;
  }
  .main-sec01 .txtbox p{
    font-size: 24px;
    letter-spacing: -0.79px;
    margin-top: 8px;
    padding-left: 20px;
  }
  .main-sec01 .bg-imgbox{
    bottom: 0;
  }
  .main-sec01 .bg-imgbox .bg-model-img{
    width: 100%;
    max-width: 650px;
  }
  .main-sec01 .bg-imgbox .ring{
    top: 30px;
    left: -10px;
  }
  .main-sec01 .bg-imgbox .ring .arrow{
    width: 36px;
    transform: translate(7%,-50%);
    -webkit-transform: translate(7%,-50%);
  }

  .circle-text-pt{
    padding-left: 20px;
    padding-top: 20px;
  }
  .circle-text-wrap{
    width: 100px;
    height: 100px;
    transform: translate(-10%,-10%);
    -webkit-transform: translate(-10%,-10%);
  }
  .circle-txt *
  {
    font-size: 11px;
    letter-spacing:1.4px;
  }

  .main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox{
    width: 85%;
  }
  .main-sec02 .main-sec02-con01 h2{
    font-size: 50px;
  }
  .main-sec02 .main-sec02-con01 h2 .cm-txt-grd2{
    font-size: 80px;
  }
  

  .main-sec02-con02 .con-line > li .conbox .event{
    width: 120px;
    right: 20px;
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
  }
  .main-sec02-con02 .con-line > li:nth-child(1) .event,
  .main-sec02-con02 .con-line > li:nth-child(5) .event{
    width: 80px;
  }
  .main-sec02-con02 .con-line > li:nth-child(2) .event,
  .main-sec02-con02 .con-line > li:nth-child(4) .event{
    width: 120px;
  }

  .event-swiper .swiper-slide .conbox .event{
    right: 20px;
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
  }


  .main-sec02-con03{
    margin-top: 100px;
  }
  /* main-sec02 */

  .main-sec03 .bg2-innerbox .imgbox{
    width: 70%;
    left: 5%;
    position: relative;
  }
  .main-sec03 .titbox{
    max-width: 700px;
  }
  .main-sec03 .titbox h3{
    font-size: 52px;
    letter-spacing: -1.38px;
  }
  .main-sec03 .con-line{
    max-width: 700px;
    gap: 16px;
  }
  .main-sec03 .con-line > li{
    border-radius: 28px;
  }
  .main-sec03 .con-line > li .conbox{
    padding: 40px 20px;
  }
}

@media(max-width:1400px){
  .main-sec03 .bg2-innerbox .imgbox{
    width: 75%;
    left: 10%;
  }
}


@media(max-width:1300px){
  .main-sec01 .bg-imgbox .bg-model-img{
    width: 550px;
  }
  .main-sec01 .bg-imgbox .ring .arrow{
    width: 36px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
  }
  .main-sec03{
    padding: 120px 0;
  }
}

@media(max-width:1200px){
  .main-sec01{
    height: auto;
    min-height: 300px;
    max-height: initial;
  }
  .main-sec01 .txtbox{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    padding: 180px 0 20px;
  }
  .main-sec01 .txtbox h2{
    font-size: 46px;
    letter-spacing: -1.68px;
    font-weight: 400;
  }
  .main-sec01 .txtbox p{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.69px;
    margin-top: 6px;
  }
  .main-sec01 .bg-imgbox{
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    min-height: 200px;
  }
  .main-sec01 .bg-imgbox .bg-big-box{
    justify-content: flex-end;
  }
  .main-sec01 .bg-imgbox .bg-model-img{
    width: 80%;
  }
  .main-sec01 .bg-imgbox .ring{
    top: 2vw;
    left: -1vw;
  }
  .main-sec01 .bg-imgbox .ring .arrow{
    width: 28px;
    transform: translate(20%,-50%);
    -webkit-transform: translate(20%,-50%);
  }
  .main-sec01 .bg-imgbox .bg-circle{
    right: initial;
    left: 10vw;
    width: 100%;
  }
  /* main-sec01 */
}

@media(max-width:1024px){
  .main-sec02{
    padding: 120px 0;
  }
  .main-sec02 .main-sec02-con01{
    margin-bottom: 100px;
  }
  .main-sec02 .main-sec02-con01 .inner{
    padding-top: 10vw;
    padding-bottom: 23vw;
  }
  .main-sec02 .main-sec02-con01 h2{
    font-size: 32px;
    letter-spacing: -0.84px;
  }
  .main-sec02 .main-sec02-con01 h2 .cm-txt-grd2{
    font-size: 60px;
    letter-spacing: -1.76px;
  }
  .circle-text-wrap.black-text .circle-txt,
  .circle-text-wrap.black-text .circle-txt *
  {
    font-size: 14px;
  }
  .main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox{
    width: 85%;
    left: 0%;
  }
  .main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox .top{
    width: 80%;
  }

  .main-sec02 .main-sec02-con02{padding-bottom: 60px;}
  .main-sec02-con02 .titbox{
    margin-bottom: 30px;
  }
  .main-sec02-con02 .titbox p{
    font-size: 20px;
    letter-spacing: -1.41px;
    margin-bottom: 6px;
  }
  .main-sec02-con02 .titbox h2{
    font-size: 28px;
    letter-spacing: -0.18px;
  }
  .main-sec02-con02 .con-line{
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
  }
  .main-sec02-con02 .con-line > li{
    width: calc(50% - 3px);
    transition-delay: 0s !important;
  }
  .main-sec02-con02 .con-line > li .conbox{
    border-radius: 20px;
    box-shadow: 5.4px 13.1px 26.9px 3.2px rgba(123, 123, 123, 0.36);
    padding: 20px;
    transform: scale(1) translateX(0) !important;
  }
  .main-sec02-con02 .con-line > li .conbox .imgbox{
    margin-bottom: 18px;
  }
  .main-sec02-con02 .con-line > li .conbox .imgbox > img{
    border-radius: 20px;
  }
  .main-sec02-con02 .con-line > li .conbox .event{
    width: 30% !important;
    right: 10px;
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
  }
  .main-sec02-con02 .con-line > li .conbox .txtbox{
    margin-bottom: 0px;
  }
  .main-sec02-con02 .con-line > li .conbox .txtbox h3{
    font-size: 16px;
  }
  .main-sec02-con02 .con-line > li .conbox .txtbox h3 span{
    font-size: 20px;
    display: block;
  }

  .event-swiper .swiper-slide{
    transform: scale(1) translateX(0) !important;
  }
  .event-swiper .swiper-slide .conbox{
    border-radius: 20px;
    box-shadow: 5.4px 13.1px 26.9px 3.2px rgba(123, 123, 123, 0.36);
    padding: 20px;
    transform: scale(1) translateX(0) !important;
  }
  .event-swiper .swiper-slide .conbox .imgbox{
    margin-bottom: 18px;
  }
  .event-swiper .swiper-slide .conbox .imgbox > img{
    border-radius: 20px;
  }
  .event-swiper .swiper-slide .conbox .event{
    width: 30% !important;
    right: 10px;
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
  }
  .event-swiper .swiper-slide .conbox .txtbox{
    margin-bottom: 0px;
  }
  .event-swiper .swiper-slide .conbox .txtbox h3{
    font-size: 16px;
  }
  .event-swiper .swiper-slide .conbox .txtbox h3 span{
    font-size: 20px;
    display: block;
  }


  .main-sec02-con03{
    margin-top: 100px;
  }
  .main-sec02-con03 .con-line{
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
  }
  .main-sec02-con03 .con-line > li{
    flex: none;
    width: calc(50% - 3px);
  }
  .main-sec02-con03 .titbox{
    margin-bottom: 30px;
    text-align: center;
  }
  .main-sec02-con03 .titbox p{
    font-size: 20px;
    letter-spacing: -1.41px;
    margin-bottom: 6px;
  }
  .main-sec02-con03 .titbox h2{
    font-size: 28px;
    letter-spacing: -0.18px;
  }
  .main-sec02-con03 .titbox h2 a{
    padding: 5px 8px;
    display: block;
    width: 180px;
    margin: 0 auto;
    margin-top: 12px;
  }
  /* main-sec02 */

  .main-sec03{
    padding: 60px 0 120px;
  }
  .main-sec03 .titbox{
    margin-bottom: 30px;
    max-width: 100%;
  }
  .main-sec03 .titbox h3{
    font-size: 28px;
    letter-spacing: -1.38px;
  }
  .main-sec03 .con-line{
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }
  .main-sec03 .con-line > li{
    flex: none;
    width: calc(50% - 3px);
    border-radius: 20px;
    background-color: rgba(255, 255, 255,0.6);
    transition-delay: 0s !important;
  }
  .main-sec03 .con-line > li .conbox{
    padding: 30px 20px;
  }
  .main-sec03 .con-line > li .conbox .num{
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
  .main-sec03 .con-line > li .conbox .txt p{
    font-size: 16px;
    letter-spacing: -0.23px;
  }
  .main-sec03 .bg2-innerbox .imgbox{
    width: 40%;
  }
  .main-sec02-con03 .con-line > li{
    transition-delay: 0s !important;
  }
  /* main-sec03 */


}

@media(max-width:992px){
  .main-sec01 .bg-imgbox .bg-circle{
    left: 4vw;
  }
}

@media(max-width:800px){
  .main-sec01 .bg-imgbox .ring .arrow{
    width: 3vw;
    left: 1vw;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
  }
}

@media(max-width:767px){
  .main-sec01 .bg-imgbox .bg-circle{
    left: 0vw;
  }

  .main-sec01 .txtbox{
    padding: 120px 0 20px;
  }
  .main-sec01 .txtbox h2{
    font-size: 32px;
  }
  .main-sec01 .txtbox p{
    font-size: 18px;
  }
  .main-sec02{
    padding: 60px 0;
  }
  .main-sec02 .main-sec02-con01 .inner{
    padding-top: 0;
    padding-bottom: 0px;
  }
  .main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox .imgbox{
    width: 100%;
  }
  .main-sec02 .main-sec02-con01 .main-sec02-con01-imgbox{
    position: relative;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    justify-content: center;
  }
  .main-sec02 .main-sec02-con01 h2{
    font-size: 22px;
  }
  .main-sec02 .main-sec02-con01 h2 .cm-txt-grd2{
    font-size: 32px;
  }

  .main-sec02-con03 .con-line{
    gap: 20px;
  }
  .main-sec02-con03 .con-line > li{
    width: 100%;
  }

  /* main-sec02 */

  .main-sec03 .con-line > li{
    width: 100%;
  }
  .main-sec03 .con-line > li .conbox .num{
    font-size: 24px;
  }
  .main-sec03 .bg2-innerbox .imgbox{
    width: auto;
  }
  .main-sec03 .bg2-innerbox .imgbox img{
    height: 250px;
  }

  /* main-sec03 */
}

@media(max-width:500px){
  .main-sec03{
    padding-bottom: 180px;
  }
  .main-sec03 .bg2-innerbox .imgbox{
  }
  .main-sec03 .bg2-innerbox .imgbox img{
    /* height: 42vw; */
    height: 210px;
  }
}

@media(max-width:320px){
  .main-sec01 .txtbox h2{
    font-size: 27px;
  }
  .main-sec01 .txtbox p{
    font-size: 16px;
  }
}

/* main */

b{
  font-weight: bold;
}
.foot-wrap,
.foot-wrap > section{
  width: 100%;
  position: relative;
  z-index: 999;
}

.foot-sec01{
  background-color: rgb(17, 17, 17);
}
.foot-sec01 .con-line{
  display: flex;
}
.foot-sec01 .con-line > li{
  flex: 1;
}
.foot-sec01 .con-line > li.left .map-wrap{
  height: 687px;
}
.foot-sec01 .con-line > li.left .map-wrap{height: 687px;}
.foot-sec01 .con-line > li.left .map-wrap .wrap_map{height: 100%;}
.foot-sec01 .con-line > li.left .map-wrap .root_daum_roughmap{width:100% !important;height: 100% !important;}
.foot-sec01 .con-line > li.left .map-wrap .map{width: 100%;height: 687px;}
.foot-sec01 .con-line > li.left .map-wrap .map_border{display: none;}
.foot-sec01 .con-line > li.right{
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-sec01 .con-line > li.right .txtbox{
  width: 100%;
  padding-left: 120px;
  padding-right: 40px;
}
.foot-sec01 .con-line > li.right .txtbox > h2{
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -1.9px;
  color: rgb(148, 127, 248);
  margin-bottom: 40px;
}
.foot-sec01 .con-line > li.right .txtbox > h3{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.54px;
  color: rgb(255, 254, 254);
  margin-bottom: 28px;
}
.foot-sec01 .con-line > li.right .txtbox .infobox{
  margin-bottom: 28px;
}
.foot-sec01 .con-line > li.right .txtbox .infobox > div{
  margin-bottom: 28px;
}
.foot-sec01 .con-line > li.right .txtbox .infobox p,
.foot-sec01 .con-line > li.right .txtbox .infobox .info-subline
{
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -0.35px;
  color: rgb(255, 254, 254);
}
.foot-sec01 .con-line > li.right .txtbox .infobox .info-subline > li{
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.foot-sec01 .con-line > li.right .txtbox .infobox .info-subline > li:last-child{
  margin-bottom: 0;
}
.foot-sec01 .con-line > li.right .txtbox .infobox .info-subline > li > .tit{
  width: 90px;
}
.foot-sec01 .con-line > li.right .txtbox .infobox .info-subline > li > .txt{
  width: calc(100% - 90px);
}
.foot-sec01 .con-line > li.right .txtbox .infobox >div:last-child{
  margin-bottom: 0;
}
.foot-sec01 .con-line > li.right .txtbox .mark-imgbox{
  width: 37px;
  margin-bottom: 88px;
}
.foot-sec01 .con-line > li.right .txtbox .copyright{
  font-size: 13px;
  font-weight: 200;
  line-height: 1.54;
  color: rgb(255, 254, 254);
}

@media(max-width:1024px){
  .foot-sec01 .con-line{
    flex-wrap: wrap;
  }
  .foot-sec01 .con-line > li{
    flex: none;
    width: 100%;
  }
  .foot-sec01 .con-line > li.left .map-wrap{
    height: 300px;
  }
  .foot-sec01 .con-line > li.left .map-wrap{height: 300px;}
  .foot-sec01 .con-line > li.left .map-wrap .map{height: 300px;}
  .foot-sec01 .con-line > li.right{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .foot-sec01 .con-line > li.right .txtbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .foot-sec01 .con-line > li.right .txtbox > h2{
    font-size: 24px;
    letter-spacing: -0.9px;
    margin-bottom: 10px;
  }
  .foot-sec01 .con-line > li.right .txtbox > h3{
    font-size: 16px;
    margin-bottom: 28px;
  }
  .foot-sec01 .con-line > li.right .txtbox .infobox{
    margin-bottom: 14px;
  }
  .foot-sec01 .con-line > li.right .txtbox .infobox > div{
    margin-bottom: 14px;
  }
  .foot-sec01 .con-line > li.right .txtbox .infobox p,
  .foot-sec01 .con-line > li.right .txtbox .infobox .info-subline
  {
    font-size: 13px;
  }
  .foot-sec01 .con-line > li.right .txtbox .infobox .info-subline > li{
    margin-bottom: 4px;
  }
  .foot-sec01 .con-line > li.right .txtbox .infobox .info-subline > li > .tit{
    width: 80px;
  }
  .foot-sec01 .con-line > li.right .txtbox .infobox .info-subline > li > .txt{
    width: calc(100% - 90px);
  }
  .foot-sec01 .con-line > li.right .txtbox .mark-imgbox{
    width: 30px;
    margin-bottom: 30px;
  }
  .foot-sec01 .con-line > li.right .txtbox .copyright{
    font-size: 12px;
  }
}

/* footer */

.inq-floting-wrap{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.foot-sec02{
  padding: 28px 0 50px;
  background-color: rgb(0, 0, 0);
}
.foot-sec02 .foot-bottom-inner{
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.foot-sec02 .foot-bottom-inner .con-line{
  display: flex;
  align-items: center;
  gap: 20px 36px;
  flex-wrap: wrap; 
}
.foot-sec02 .foot-bottom-inner .con-line > .logo{
  width: 159px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line{
  display: flex;
  align-items: center;
  gap: 28px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left{
  display: flex;
  gap: 8px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box{
  position: relative;
  width: 135px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select{
  width: 100%;
  height: 100%;
  padding: 12px 13px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: rgb(25,25,25);
  border: none;
  outline: none;
  border-radius: 7px;
  background: #fff url("/html/img/sel-arrow-icon.svg") no-repeat right 12px center;
  background-size: 16px auto;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select:focus{
  position: absolute;
  height: 500%;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 0;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select option,
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select optgroup{
  padding: 6px 5px;
  background-color: #fff;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select option:hover{
  background-color: #9817D9;
  color: #fff;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box select optgroup{
  font-weight: 600;
}

.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box input{
  width: 100%;
  padding: 12px 13px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  text-align: left;
  color: rgb(25,25,25);
  border: none;
  outline: none;
  background: #fff;
  border-radius: 7px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box input::placeholder{
  color: rgb(123, 123, 123);
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox:last-child{
  margin-bottom: 0;
}
.foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox label{
  display: inline-block;
  gap: unset;
  padding: unset;

  font-size: 11px;
  font-weight: 300;
  color: rgb(255, 254, 254);
  cursor: pointer;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; 
} 
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn{
  border: none;
  outline: none;
  padding: 14px 0;
  text-align: center;
  border-radius: 7px;
  background-color: rgb(152, 23, 216);
  font-size: 13px;
  font-weight: normal;
  color: rgb(255, 254, 254);
  width: 135px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a{
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  color: rgb(38, 38, 38);
  padding: 8.4px 0;
  border-radius: 7px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a img{
  width: 28px;
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a.kakao{
  background-color: rgb(255, 232, 18);
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a.insta{
  color: #fff;
  background-color: rgb(206, 55, 162);
}
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn:hover,
.foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a:hover{
  border: 2px solid #fff;
}


@media(max-width:1300px){
  .foot-sec02 .foot-bottom-inner .con-line{
    gap: 20px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line{
    gap: 14px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box{
    width: 100px;
  }
}
@media(max-width:1200px){
  .foot-sec02{
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.7);
    display: none;
  }
  .mobile-bottom-floting{
    display: block;
  }
  .foot-sec02 .foot-bottom-inner .con-line{
    gap: 20px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .logo{
    width: 159px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line{
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left{
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .left .foot-ipt-box input{
    padding: 10px 10px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .frm-li .frm-line > .right > .chk-iptbox{
    gap: 6px;
    margin-bottom: 4px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li{
    width: 100%;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line{
    gap: 10px; 
  } 
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn{
    padding: 10px 0;
    width: 100%;
    border: 1px solid transparent;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a{
    width: calc(50% - 5px);
    padding: 10px 0;
    border: 1px solid transparent;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a img{
    width: 22px;
  }
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > .foot-submitbtn:hover,
  .foot-sec02 .foot-bottom-inner .con-line > .sns-li .sns-line > a:hover{
    border: 1px solid #fff;
  }
}

@media(max-width:1024px){
  .foot-sec02 .foot-bottom-inner{
    display: none;
  }
}

/* foot-sec02 */

.quick-inq-fixed{
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 1140px;
  width: calc(100% - 40px);
  z-index: 998;
  padding: 16px 0;
  border-radius: 15px;
  background: linear-gradient(to right, rgb(152, 136, 250), rgb(152, 18, 215));
}
.quick-inq-fixed .con-line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 0 20px;
}
.quick-inq-fixed .con-line > .tit{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.7px;
  color: rgb(255, 255, 255);
  width: 114px;
}
.quick-inq-fixed .con-line > .frm-li{
  width: calc(90% - 253px);
}
.quick-inq-fixed .con-line > .frm-li .frm-line{
  display: flex;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
.quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box{
  width: calc(33.33% - (50px / 3));
  position: relative;
}
.quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box::after{
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: rgb(208, 208, 208);
  position: absolute;
  top: 50%;
  right: -0.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box:last-child::after{
  display: none;
}
.quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box input{
  width: 100%;
  padding: 10px 15px 8px;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: -0.39px;
  color: rgba(51, 51, 51, 1);
  outline: none;
  border: none;
  position: relative;
}
.quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box.last::after{
  display: none;
}
.quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box input::placeholder{
  color: rgba(51, 51, 51, 0.5);
}
.quick-inq-fixed .con-line > .frm-li .frm-line .inq-submitbtn{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: rgb(0, 0, 0);
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  padding: 10px 0 8px;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: -0.39px;
  color: rgb(255, 255, 255);
  position: relative;
  left: 1px;
}
.quick-inq-fixed .con-line > .agr-li{
  width: 140px;
  position: relative;
}
.quick-inq-fixed .con-line > .agr-li::before{
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: -18.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.quick-inq-fixed .con-line > .agr-li .chk-iptbox{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.quick-inq-fixed .con-line > .agr-li .chk-iptbox:last-child{
  margin-bottom: 0;
}
.quick-inq-fixed .con-line > .agr-li .chk-iptbox label{
  cursor: pointer;
  font-size: 11px;
  font-weight: 300;
  color: rgb(255, 254, 254);
}
.quick-inq-fixed .bg{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 0;
}
.quick-inq-fixed form{
  position: relative;
  z-index: 1;
}
.quick-inq-fixed form .x-btn-icon{
  display: none;
}
.quick-inq-popbtn{
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: calc(100% - 30px);
  text-align: center;
  background: #000;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  border-radius: 12px;
  display: none;
  z-index: 998;
  cursor: pointer;
}

@media(max-width:1024px){
  .quick-inq-fixed{
    padding: 10px 0;
    border-radius: 12px;
  }
  .quick-inq-fixed .con-line{
    gap: 20px;
  }
  .quick-inq-fixed .con-line > .tit{
    font-size: 20px;
    width: 90px;
  }
  .quick-inq-fixed .con-line > .frm-li{
    width: calc(100% - 253px);
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box{
    width: calc(33.33% - (46px / 3));
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box input{
    padding: 8px 10px 6px;
    font-size: 14px;
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line .inq-submitbtn{
    width: 46px;
    padding: 8px 0 6px;
    font-size: 14px;
  }
  .quick-inq-fixed .con-line > .agr-li{
    width: 131px;
  }
  .quick-inq-fixed .con-line > .agr-li::before{
    left: -10.5px;
  }
  .quick-inq-fixed .con-line > .agr-li .chk-iptbox{
    gap: 6px;
    margin-bottom: 4px;
  }
}

@media(max-width:767px){
  .quick-inq-fixed{
    position: fixed;
    bottom: initial;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
    display: none;
  }
  .quick-inq-fixed form{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 30px 20px;
    border-radius: 12px;
    max-width: 1024px;
    width: calc(100% - 30px);
    background: linear-gradient(to right, rgb(152, 136, 250), rgb(152, 18, 215));
  }
  .quick-inq-fixed form .x-btn-icon{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 24px;
    right: 20px;
    cursor: pointer;
    display: block;
  }
  .quick-inq-fixed .con-line{
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }
  .quick-inq-fixed .con-line > .tit{
    font-size: 20px;
    width: 100%;
  }
  .quick-inq-fixed .con-line > .frm-li{
    width: 100%;
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line{
    flex-wrap: wrap;
    background: transparent;
    gap: 4px;
    border-radius: 0;
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box::after{
    display: none;
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line .ipt-box input{
    padding: 8px 15px 6px;
    font-size: 15px;
  }
  .quick-inq-fixed .con-line > .frm-li .frm-line .inq-submitbtn{
    width: 100%;
    font-size: 16px;
    left: 0;
  }
  .quick-inq-fixed .con-line > .agr-li{
    width: 100%;
  }
  .quick-inq-fixed .con-line > .agr-li::before{
    display: none;
  }
  .quick-inq-fixed .con-line > .agr-li .chk-iptbox{
    gap: 6px;
    margin-bottom: 6px;
  }
  .quick-inq-fixed .bg{
    display: block;
  }
  .quick-inq-fixed .con-line > .agr-li .inq-submitbtn{
    outline: none;
    border: none;
    width: 100%;
    text-align: center;
    padding: 10px 0 8px;
    border-radius: 8px;
    background-color: rgb(0, 0, 0);
    font-size: 15.5px;
    font-weight: 500;
    letter-spacing: -0.39px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
  }
  .quick-inq-popbtn{
    display: block;
  }
}

/* quick-inquiry */

.bo_inner{
  padding: 180px 20px;
  max-width: 1340px;
}
.bo_inner .board-subject{
  font-size: 85.1px;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: -6.39px;
  text-align: center;
  margin-bottom: 80px;
}
.bo_inner .board_desc{font-size: 24px;font-weight: 300;color: #000;text-align: center;line-height: 1.5;letter-spacing: -0.06em;padding-bottom: 100px;}

@media(max-width:1024px){
  .bo_inner{
    padding: 80px 20px;
  }
  .bo_inner .board-subject{
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: -1.39px;
  }
  .bo_inner .board_desc{font-size: 16px;padding-bottom: 40px;}
}

/* board */

.mobile-bottom-floting{
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, rgba(62,9,103), rgb(88,12,136));
  display: none;
}
.mobile-bottom-floting .con-wrapper .con-line{
  display: flex;
}
.mobile-bottom-floting .con-wrapper .con-line > li{
  flex: 1;
  border-right: 1px solid rgba(255,255,255,0.22);
}
.mobile-bottom-floting .con-wrapper .con-line > li:last-child{
  border: none;
}
.mobile-bottom-floting .con-wrapper .con-line > li a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 3px 10px;
}
.mobile-bottom-floting .con-wrapper .con-line > li a img{
  display: block;
  width: 40px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.mobile-bottom-floting .con-wrapper .con-line > li a .txt{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.68px;
  color: rgb(255, 255, 255);
}

@media(max-width:1024px){
  .mobile-bottom-floting{
    display: block;
  }
}

@media(max-width:767px){
  .mobile-bottom-floting .con-wrapper .con-line > li a{
    padding: 10px 3px 6px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a img{
    width: 22px;
    margin-bottom: 4px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a .txt{
    font-size: 14px;
  }
}

@media(max-width:350px){
  .mobile-bottom-floting .con-wrapper .con-line > li a img{
    width: 20px;
  }
  .mobile-bottom-floting .con-wrapper .con-line > li a .txt{
    font-size: 4vw;
  }
}

/* foot-bottom-flotaing */

.cm-sub-top1{
  height: 100vh;
  min-height: 720px;
  background: url(/html/img/inq-top-bg.jpg) no-repeat center / cover;
  /* padding: 300px 0; */
}
.cm-sub-top1 > .inner{
  top: 50%;
  transform: translateY(-50%);
}
.tag-line > p{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.tag-line > p span{
  position: relative;
  display: block;
  padding: 6px 29px;

  font-size: 31.5px;
  font-weight: 500;
  letter-spacing: -2.52px;
  background: linear-gradient(to top, rgba(235, 226, 192, 1), rgb(236, 205, 120)), linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
  color: rgb(255, 255, 255);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tag-line > p span::before,
.tag-line > p span::after{
  content: "";
  display: block;
  width: 26px;
  height: 53px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.tag-line > p span::before{
  left: 0;
  background: url(/html/img/mark-left.png) no-repeat center / 100%;
}
.tag-line > p span::after{
  right: 0;
  background: url(/html/img/mark-right.png) no-repeat center / 100%;
}
.page-cat-navi-wrap{
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.page-cat-navi-wrap .con-line{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgb(243, 243, 243);
  border-radius: 9999px;
  overflow: hidden;
}
.page-cat-navi-wrap .con-line > li a{
  display: block;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1.2px;
  text-align: center;
  color: rgb(170, 170, 170);
  padding: 18px 94px;
}
.page-cat-navi-wrap .con-line > li.active a{
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, rgb(152, 24, 217), rgb(152, 128, 247));
}
.page-cat-navi-wrap .con-line > li a:hover{
  text-decoration: underline;
}

.cm-sub-top1 .tit{
  margin-top: 24px;
  font-size: 67.5px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -3.71px;
  color: rgb(255, 255, 255);
}
.cm-sub-top1 .tit span{
  display: block;
  font-weight: bold;
}

@media(max-width:1024px){
  .cm-sub-top1{
    height: auto;
    min-height: unset;
    padding: 120px 0;
  }
  .cm-sub-top1 > .inner{
    top: unset;
    transform: unset;
  }
  
  .tag-line > p{
    gap: 4px 16px;
    /* justify-content: center; */
  }
  .tag-line > p span{
    padding: 2px 10px;
    font-size: 16px;
    letter-spacing: -0.52px;
  }
  .tag-line > p span::before,
  .tag-line > p span::after{
    /* width: 19px; */
    /* height: 40px; */
    width: 10px;
    height: 20px;
  }
  .cm-sub-top1 .tit{
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1.71px;
    /* text-align: center; */
  }
  .cm-sub-top1 .tit span{
    margin: 0 auto;
  }

  .page-cat-navi-wrap{
    margin-top: 20px;
  }
  .page-cat-navi-wrap .con-line{
    border-radius: 0px;
    background: transparent;
    gap: 4px;
  }
  .page-cat-navi-wrap .con-line > li a{
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: -0.2px;
    padding: 6px 12px;
    text-align: center;
    background: rgb(243, 243, 243);
    border-radius: 12px;
  }
}

/* cmsub-top1 */










.btn_submit{background: #9817D9;}
.btn_submit:hover{background: #7b12af;}
#reg_result{background: transparent !important;}
#reg_result .reg_result_p{color: #9817D9 !important;}
.reg_btn_submit{background: #9817D9 !important;}
#reg_result .result_txt{text-align: center !important;}
#mb_confirm p strong{color: #9817D9 !important;}
.mbskin{max-width: 360px !important;width: 100% !important;}

/* 회원 버튼 */
.member_box{position: absolute;top: 20px;right: 40px;display: flex;gap: 20px;z-index: 11;}
.member_box > li a{font-size: 16px;font-weight: 400;color: #000;}
.member_box > li a.log_btn{color: #9817D9;}
.member_box > li a:hover{text-decoration: underline;}

@media(max-width:1024px){
  .member_box{top: 10px;right: 20px;gap: 16px;}
  .member_box > li a{font-size: 15px;}
}

.board-btn-wrap{
  padding: 2rem 0;
}
.board-btn-wrap.sub-btn-wrap a, 
.board-btn-wrap.sub-btn-wrap button{
  display: block;
  font-size: 16px;
}

.sub-btn-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 1rem;
}
.sub-btn-wrap.center{
  justify-content: center;
}

.sub-btn-wrap a,
.sub-btn-wrap button {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  padding: 0 20px;
  min-width: 150px;
  border: 0;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.sub-btn-wrap .cancel {
  border: 1px solid #e0e0e0;
}

.sub-btn-wrap .submit {
  color: #fff;
  border-color: #9817D9;
  background: #9817D9;
}

@media(max-width:1024px){
  .sub-btn-wrap a,
  .sub-btn-wrap button {
    font-size: 15px;
    line-height: 40px;
    min-width: 120px;
  }
}




/* 팝업 */
.main_popup{display: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.main_popup.on{display: block;}
.main_popup .popup_bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 11;}
.main_popup .popup_wrap{position: absolute;top: 100px;left: 10%;width: 90%;max-width: 500px;/* transform: translateX(-50%); */ z-index: 22;}
.main_popup .popup_wrap .con_box{position: relative;display: flex;flex-wrap: wrap;}
.main_popup .popup_wrap .con_box .popup_img{width: 100%;overflow: hidden;}

.main_popup .popup_wrap .popup_pagi{display: flex;flex-wrap: wrap;width: 100%;background-color: #eee;}
.main_popup .popup_wrap .popup_pagi.pagi_mo{display: none;}
.main_popup .popup_wrap .popup_pagi .swiper-pagination-bullet{flex: 1;min-width: 25%;height: 40px;display: flex;justify-content: center;align-items: center;border-radius: unset;background: #fff;opacity: 1;padding: 10px;border-left: #ccc solid 1px;border-top: #ccc solid 1px;}
.main_popup .popup_wrap .popup_pagi .swiper-pagination-bullet span{display: block;width: 100%;font-size: 15px;font-weight: 400;color: #191919;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main_popup .popup_wrap .popup_pagi .swiper-pagination-bullet-active{background: #7b12af;}
.main_popup .popup_wrap .popup_pagi .swiper-pagination-bullet-active span{color: #fff;}

.main_popup .popup_wrap .pop_close{display: flex;justify-content: space-between;align-items: center;padding: 5px 12px;background-color: #191919;}
.main_popup .popup_wrap .pop_close span{font-size: 16px;font-weight: 400;color: #fff;cursor: pointer;}
.main_popup .popup_wrap .pop_close .right{display: flex;gap: 8px;justify-content: space-between;align-items: center;width: 100%;}
.main_popup .popup_wrap .pop_close span.close_once{font-size: 24px;}

@media screen and (max-width:768px) {
  .main_popup .popup_wrap{left: 50%;transform: translateX(-50%);}
  .main_popup .popup_wrap .con_box .popup_img{width: 100%;}

  .main_popup .popup_wrap .popup_pagi{width: auto;gap: 8px;justify-content: center;background-color: transparent;}
  .main_popup .popup_wrap .popup_pagi.pagi_pc{display: none;}
  .main_popup .popup_wrap .popup_pagi.pagi_mo{display: flex;}
  .main_popup .popup_wrap .popup_pagi .swiper-pagination-bullet{flex: unset;min-width: unset;width: 10px;height: 10px;border-radius: 50%;background-color: #ccc;padding: 0;z-index: 22;border: unset;}
  .main_popup .popup_wrap .popup_pagi .swiper-pagination-bullet-active{background-color: #7b12af;}
  .main_popup .popup_wrap .popup_pagi .swiper-pagination-bullet span{display: none;}

  .main_popup .popup_wrap .pop_close span{font-size: 14px;}
  .main_popup .popup_wrap .pop_close .right{width: auto;}
}

/* main_pop */




#video-section{
  position: relative;
  height: 200vh;
  padding-bottom: 200px;
}
#video-section .video-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

#video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  z-index: 11;
}
#video-section .video-wrapper::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 22;
}

@media screen and (max-width:1024px) {
  #video-section{
    height: 60vh;
    padding-bottom: 0;
  }
  #video-section .video-wrapper {
    height: 50vh;
  }
}



.register-tel .n-ipt{
  width: 100%;
  border: solid 1px rgba(138, 138, 138,0.5);
  outline: none;
  background: #fff;
  padding: 8px;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: -1.28px;
  color: rgb(25,25,25);
}
.register-tel select.n-ipt{
  appearance: none;
  -webkit-appearance: none; /* 사파리, 크롬 하위버전용 */
  -moz-appearance: none; /* 사파리, 크롬 하위버전용 */
  position: relative;
  background: #fff url("/html/img/sel-arrow-icon.svg") no-repeat right 12px center;
  background-size: 16px auto;
}
.register-tel .n-ipt::placeholder{
  color: rgb(138, 138, 138);
}


.register-tel div{margin-bottom: 0 !important;}
.register-tel label{margin-bottom: 0 !important;}

.register-tel .n-ipt-line{
  margin-bottom: 32px;
}
.register-tel .n-ipt-line > .tit{
  font-family: "Noto Sans KR", sans-serif !important;
  width: 200px;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -1.35px;
  color: rgb(71, 71, 71);
}
.register-tel .n-ipt-line > .tit .star{
  color: #9817D8;
}
.register-tel .tel-line{
  display: flex;
  align-items: center;
  gap: 10px 9px;
  flex-wrap: wrap;
}
.register-tel .tel-line .tel-ipt-line{
  display: flex;
  align-items: center;
  gap: 9px;
}
.register-tel .tel-line .tel-ipt-line > .n-iptbox{
  width: 100px;
}
.register-tel .tel-line .sms-agr-line{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}
.register-tel .tel-line .sms-agr-line input{
  position: relative;
  top: -1px;
}
.register-tel .tel-line .sms-agr-line label{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1.28px;
  color: rgb(71, 71, 71);
  cursor: pointer;
  transition: color 0.3s;
}
.register-tel .tel-line .sms-agr-line label:hover{
  color: #9817D8;
}


.register-tel .sms-btn{ 
  background-color: rgb(102, 13, 150);
  outline: none;
  border: none;
  width: 64px;
  padding: 6px 0 8px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.26px;
  color: rgb(255, 255, 255);
}
.register-tel .sms-cert-result-line{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 9px;
}
.register-tel .sms-cert-result-line .n-iptbox{
  min-width: 318px;
}
