@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://use.typekit.net/phm8ubk.css");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://use.typekit.net/wqc6dbk.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square-neo.css');


:root {
  --white: #ffffff;
  --black: #191919;
  --primary: #F172AC;
}

.marc{font-family: 'Marcellus', sans-serif !important;}
.utile{font-family: 'utile-display', sans-serif !important;}
.neo{font-family: 'NanumSquareNeoExtraBold', sans-serif !important;}


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: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}

.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.utit{
  font-family: "utile-display", sans-serif !important;
}
.inner{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.bo_inner{
  padding-bottom: 150px;
}
img{
  max-width: 100%;
}

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

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {
  border-bottom: 1px solid  #ccc;
  background: rgba(255,255,255,1);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
  max-width: 2560px;
  padding-left: 80px;
  padding-right: 80px;
}
.header .logo img {display: block; max-width: 140px; position: relative;
  /* top: 4px; */
  /* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 44px; 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; font-weight:400;position: relative; white-space: nowrap; top : 2px;color: rgb(33,33,33)}
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: rgb(33,33,33);
  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);}

.right-tool-line{
  display: flex;
  gap: 20px;
  align-items: center;
}
.ham_tool2{
  width: 24px;
}
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
  display: flex;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.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 .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.2; 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);}

@media screen and (max-width: 1415px){

}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1199px){
  .header .inner {padding:0 30px}
  .gnb_nav .gnb {gap:0 30px}
}

@media screen and (max-width: 1024px){
  .ham_tool2{
    display: none;
  }
  /* .header{
    background: #fff;
  } */
  .header .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .ham_open{
    display: flex;
  }
  .header {height: 80px;}
  .header .logo img {width: 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;
  }
}
@media screen and (max-width: 768px){
  .bo_inner{
    padding-bottom: 100px;
  }
  
  .ham_open {width: 22px;}
  .all_menu_wrap {width: 95%;}
  .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);}
  .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 */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  position: relative;
}
.subtop-con-wrap{
  width: 100%;
  padding: 268px 0 220px;
}
.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.sv06 {
  background-image: url(/html/img/sub_visual06.jpg);
}
.sub_visual .sub_tit {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.sub_visual .subtop-txtbox p{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.24px;
  color: rgb(255, 255, 255);
  margin-top: 12px;
  text-align: center;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
  .subtop-con-wrap{
    padding: 60px 0 100px;
  }
  .sub_visual .sub_tit {
    font-size: 30px;
  }
  .sub_visual .subtop-txtbox p{
    letter-spacing: 0.5px;
    margin-top: 6px;
    font-size: 20px;
  }
}

/* subtop */


/* subnavi */
.sub_nav{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}
.sub_nav .sub_nav_ul{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.sub_nav .sub_nav_ul > li{
  position: relative;
  min-width: 170px;
}
.sub_nav .sub_nav_ul > li > p,
.sub_nav .sub_nav_ul > li > a
{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.32px;
  text-align: left;
  color: rgb(255, 255, 255);
  padding: 10px 13px;

  position: relative;
  cursor: pointer;
  border: solid 1px rgb(158, 158, 158);
  border-radius: 5px;
  overflow: hidden;
  display: block;
  width: 100%;
  transition: border 0.3s ease-in-out;
}
.sub_nav .sub_nav_ul > li .drop_menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  left: 0;
  background: #fff;
  border-radius: 5px;
  border: solid 1px rgb(158, 158, 158);
  display: none;
}
.sub_nav .sub_nav_ul > li .drop_menu li{
}
.sub_nav .sub_nav_ul > li .drop_menu li a{
  font-size: 15px;
  font-weight: 400;
  color: rgb(33,33,33);
  display: block;
  border-bottom: 1px solid rgb(158, 158, 158);
  padding: 16px 7px 16px 15px;
}
.sub_nav .sub_nav_ul > li .drop_menu li:last-child a{
  border-bottom: none;
}
.sub_nav .sub_nav_ul > li > p::after{
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  background: url(/html/img/down-icon-normal.svg) no-repeat center / 40%;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.sub_nav .sub_nav_ul > li:last-child p::after,
.sub_nav .sub_nav_ul > li > p:hover::after
{
  opacity: 1;
}
.sub_nav .sub_nav_ul > li > p.on::after{
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.sub_nav .sub_nav_ul > li > p.on,
.sub_nav .sub_nav_ul > li > a:hover,
.sub_nav .sub_nav_ul > li:last-child p,
.sub_nav .sub_nav_ul > li > p:hover
{
  border: solid 1px rgb(206, 206, 206);
}

@media(max-width:1024px){
  .sub_nav{
    bottom: 15px;
  }
  .sub_nav .sub_nav_ul{
    gap: 5px;
  }
  .sub_nav .sub_nav_ul > li{
    min-width: initial;
    flex: 1;
  }
  .sub_nav .sub_nav_ul > li.home{
    display: none;
  }
  .sub_nav .sub_nav_ul > li > p,
  .sub_nav .sub_nav_ul > li > a
  {
    font-size: 14px;
    padding: 6px 10px;
  }
  .sub_nav .sub_nav_ul > li .drop_menu li a{
    font-size: 14px;
    padding: 12px 5px 12px 10px;
  }
  .sub_nav .sub_nav_ul > li > p::after{
    width: 15px;
    height: 17px;
    right: 10px;
  }
}

@media(max-width:350px){
  .sub_nav .sub_nav_ul > li{
    min-width: initial;
    flex: none;
    width: 100%;
  }
}

/* subnavi */

.foot-wrap, .foot-wrap > section{
  width: 100%;
  position: relative;
  z-index: 99;
}
.foot-wrap .foot-top{
  background-color: rgb(248, 248, 248);
}
.foot-wrap .foot-top .con-line{
  display: flex;
  align-items: center;
}
.foot-wrap .foot-top .con-line > li{
  flex: 1;
}
.foot-wrap .foot-top .con-line > li.left .conbox{
  padding-left: calc((100vw - 1440px) / 2);
}
.foot-wrap .foot-top .con-line > li .map-area,
.foot-wrap .foot-top .con-line > li .map-area .root_daum_roughmap .wrap_map{
  height: 100vh !important;
  min-height: 800px;
}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-tit{

}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-tit h2{
  font-size: 80px;
  font-weight: 500;
  text-align: left;
  color: rgb(25, 25, 25);
  margin-bottom: 20px;
}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-tit p{
  font-size: 24px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-tit p span{
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0,0.4);
}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-tel{
  padding: 56px 0;
}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-tel p{
  font-size: 24px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin-bottom: 4px;
}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-tel h3{
  font-size: 50px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.foot-wrap .foot-top .con-line > li.left .conbox .txt-time h2{
  font-size: 80px;
  font-weight: 500;
  color: rgb(25, 25, 25);
}
/* top */
.foot-wrap .foot-bottom{
  padding: 60px 0 80px;
  background-color: rgb(255, 255, 255);
}
.foot-wrap .foot-bottom .sns-line{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.foot-wrap .foot-bottom .sns-line a img{
  max-width: 40px;
  display: block;
}
.foot-wrap .foot-bottom .foot-info .logobox{
  margin-bottom: 20px;
}
.foot-wrap .foot-bottom .foot-info .logobox img{
  display: block;
  width: 132px;
}
.foot-wrap .foot-bottom .foot-info .info-txtline{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.foot-wrap .foot-bottom .foot-info .info-txtline span{
  font-size: 18px;
  font-weight: normal;
  color: rgb(136, 136, 136);
}
.copyright{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.41px;
  color: rgba(136, 136, 136,0.6);
  margin-top: 20px;
}

/* bottom */


@media(max-width:1024px){
  .foot-wrap .foot-top .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-wrap .foot-top .con-line > li{
    flex: none;
    width: 100%;
  }
  .foot-wrap .foot-top .con-line > li.left{
    order: 1;
    padding-bottom: 30px;
  }
  .foot-wrap .foot-top .con-line > li.right{
    order: 0;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .foot-wrap .foot-top .con-line > li .map-area,
  .foot-wrap .foot-top .con-line > li .map-area .root_daum_roughmap .wrap_map{
    height: 400px !important;
    min-height: initial;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox .txt-tit h2{
    font-size: 28px;
    margin-bottom: 12px;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox .txt-tit p{
    font-size: 16px;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox .txt-tit p span{
    margin-top: 6px;
    font-size: 14px;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox .txt-tel{
    padding: 30px 0;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox .txt-tel p{
    font-size: 16px;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox .txt-tel h3{
    font-size: 24px;
  }
  .foot-wrap .foot-top .con-line > li.left .conbox .txt-time h2{
    font-size: 28px;
  }
  /* top */

  .foot-wrap .foot-bottom{
    padding: 50px 0;
  }
  .foot-wrap .foot-bottom .sns-line{
    gap: 6px;
    margin-bottom: 12px;
  }
  .foot-wrap .foot-bottom .sns-line a img{
    max-width: 30px;
  }
  .foot-wrap .foot-bottom .foot-info .logobox{
    margin-bottom: 12px;
  }
  .foot-wrap .foot-bottom .foot-info .logobox img{
    width: 100px;
  }
  .foot-wrap .foot-bottom .foot-info .info-txtline{
    gap: 6px;
  }
  .foot-wrap .foot-bottom .foot-info .info-txtline span{
    font-size: 14px;
    display: block;
    width: 100%;
  }
  .copyright{
    font-size: 13px;
    margin-top: 16px;
  }
  /* bottom */
}

/* footer */

.sub-wrap{
  min-height: 600px;
  width: 100%;
  position: relative;
  /* margin-top: 120px; */
}

.page-titline{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.page-titline > h2{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.72px;
  color: rgb(14, 14, 14);
  width: calc(100% - 75px);
  border-bottom: 1px solid rgb(206, 206, 206);
  padding-bottom: 16px;
}
.page-titline > p{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: rgb(14, 14, 14);
  width: 75px;
  text-align: center;
  border-bottom: 1px solid rgb(14,14,14);

  display: flex;
  align-items: center;
  justify-content: center;
}

.map-area{
  width: 100%;
  height: 500px;
}
.map-area .wrap_map{
  height: 100%;
}
.map-area .root_daum_roughmap{
  width:100% !important;
  height: 100% !important;
}
.map-area .map{
  width: 100%;
  /* height: 500px; */
}
.map-area .root_daum_roughmap .wrap_map{
  height: 500px;
}
.root_daum_roughmap .cont{
  display: none !important;
}

.timeline-wrap .con-timeline{
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 4px;
}
.timeline-wrap .con-timeline:last-child{
  margin-bottom: 0;
}
.timeline-wrap .con-timeline > .tit{
  width: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timeline-wrap .con-timeline > .tit span{
  font-size: 24px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.timeline-wrap .con-timeline > .txt{
  font-family: "utile-display", sans-serif !important;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.43;
  color: rgb(0, 0, 0);
}
.time-bottom-txt{
  font-size: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0,0.4);
  margin-top: 16px;
}

@media(max-width:1024px){
  .sub-wrap{
    margin-top: 80px;
  }

  .page-titline{
    margin-bottom: 40px;
  }
  .page-titline > h2{
    font-size: 28px;
    width: calc(100% - 65px);
    padding-bottom: 10px;
  }
  .page-titline > p{
    font-size: 12px;
    width: 65px;
  }


  .timeline-wrap .con-timeline{
    gap: 16px;
  }
  .timeline-wrap .con-timeline > .tit{
    width: 70px;
  }
  .timeline-wrap .con-timeline > .tit span{
    font-size: 16px;
  }
  .timeline-wrap .con-timeline > .txt{
    font-size: 16px;
  }
  .time-bottom-txt{
    font-size: 14px;
    margin-top: 8px;
  }
}


@media(max-width:350px){
  .page-titline > h2{
    font-size: 32px;
    width: 100%;
  }
  .page-titline > p{
    display: none;
  }
}

/* sub_common */

.btn_black {display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:44px;border-radius:8px;background:var(--black);color:var(--white);font-size:16px;font-weight:600}
.quick_menu {position:fixed;bottom:60px;right:60px;z-index:100}
.quick_menu ul {display:flex;flex-direction:column;align-items:center;gap:10px;}
.quick_menu ul li {position:relative}
.quick_menu ul li > .btn {display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:80px;width:80px;height:80px;box-shadow:0 10px 20px rgba(10,13,18,.1);transition:all .2s}
.quick_menu ul li > .btn:not(.go_top)::before {content:'';display:block;width:0;height:0;background:rgba(0,0,0,.2);border-radius:100px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;transition:all .4s}
.quick_menu ul li > .btn img {position:relative;z-index:3}
.quick_menu ul li > .btn:hover::before {width:100%;height:100%}
.quick_menu ul li > .btn.go_top {background:var(--black)}
.quick_menu ul li > .btn.reserv{background: linear-gradient(180deg,rgba(255, 181, 248, 1) 0%, rgba(255, 102, 240, 1) 100%);}
.quick_menu ul li > .btn.reserv img{transition: opacity 0.4s;}
.quick_menu ul li > .btn.reserv:hover img{opacity: 0;}
.quick_menu ul li > .btn.reserv::before{display: none;}

.quick_menu ul li > .btn .letter_box{display: flex;justify-content: center;align-items: center;position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:9;width: 100%;height: 100%;border-radius: 50%;font-size: 17px;font-weight: 700;color: #fff;text-align: center;opacity: 0;transition: opacity 0.4s;}
.quick_menu ul li > .btn:hover .letter_box{opacity: 1;}

.inquiry_pop {display:none;width:370px;padding:24px;border-radius:8px;background:var(--white);position:absolute;right:calc(100% + 36px);bottom:0;box-shadow:0 20px 24px rgba(10,13,18,.1)}
.inquiry_pop .pop_close {position:absolute;top:20px;right:20px;z-index:1;
outline: none;background: #fff;border: none;
}
.inquiry_pop .tit_box .tit {display:block;font-size:22px;font-weight:600}
.inquiry_pop .tit_box p {font-size:16px;color:#535862;line-height:1.4;margin-top:8px}
.inquiry_pop .form {margin-top:24px}
.inquiry_pop .form .input_box + .input_box {margin-top:10px}
.inquiry_pop .form .input_box input {width:100%;height:48px;border:solid 1px #D1D1D1;border-radius:8px;padding:0 12px;font-size:14px;font-weight:500;transition:all .2s}
.inquiry_pop .form .input_box input:focus {border-color:var(--black);outline:none;box-shadow:none}
.inquiry_pop .chk_box {margin-top:25px}
.inquiry_pop .chk_box + .chk_box {margin-top:6px}
.inquiry_pop .chk_box input {display:none}
.inquiry_pop .chk_box input:checked + label::before {border:0;background:var(--black) url('/html/img/check.svg') no-repeat center/100%}
.inquiry_pop .chk_box label {font-size:14px;position:relative;padding-left:30px;cursor:pointer}
.inquiry_pop .chk_box label::before {content:'';display:block;width:20px;height:20px;border:solid 1px #D1D1D1;border-radius:8px;position:absolute;top:-2px;left:0}
.inquiry_pop .btn_wrap {margin-top:20px}

.sub_nav_last {padding:0 20px;margin:90px 0}
.sub_nav_last ul {display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}
.sub_nav_last ul li {max-width:200px;width:100%}
.sub_nav_last ul li > * {display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:60px;border:solid 1px #CECECE;border-radius:10px;font-size:18px;font-weight:500;color:#1E1E1E;transition:all .2s}
.sub_nav_last ul li > *:hover {border-color:#1E1E1E}
.sub_nav_last ul li.on a {background:linear-gradient(-60deg, #0E0E0E, #6E6E6E);border:0;color:var(--white)}

@media screen and (max-width: 1200px){
  .header .inner {padding:0 30px}
  .gnb_nav .gnb {gap:0 30px}

  .quick_menu {right:30px;bottom:40px}
  .quick_menu ul li > .btn {width:60px;height:60px}
  .quick_menu ul li > .btn img {width:32px}
  .quick_menu ul li > .btn.go_top img {width:18px}

  .quick_menu ul li > .btn .letter_box{font-size: 16px;}
}

@media screen and (max-width: 1024px){
  .sub_nav_last {margin:40px 0}
  .sub_nav_last ul li {max-width:140px}
  .sub_nav_last ul li > * {height:44px;font-size:14px;border-radius:5px}
}

@media screen and (max-width: 768px){
  .quick_menu {right:10px;bottom:20px}
  .quick_menu ul li > .btn {width:50px;height:50px}
  .quick_menu ul li > .btn img {width:24px}
  .quick_menu ul li > .btn.go_top img {width:14px}

  .quick_menu ul li > .btn .letter_box{font-size: 15px;}
}

@media screen and (max-width: 500px){
  .inquiry_pop {position:fixed;bottom:20px;right:25px;width:calc(100% - 50px);max-width:370px;z-index:10}
  .inquiry_pop .pop_close {display:flex;align-items:center;width:22px;height:22px}
  .inquiry_pop .pop_close svg {width:100%}

  .sub_nav_last ul {gap:8px}
  .sub_nav_last ul li {width:calc((100% - 16px)/3)}
  .sub_nav_last ul li > * {height:38px}
}


/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 30px 0;
  text-align: center;
  display: block;
  float: inherit;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg_page,
.pg_current,
.qa_page {
  display: inline-block;
  vertical-align: middle;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page,
.qa_page {
  background-color: #fff; /* border:0; */
  color: #777;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  min-width: 32px;
  text-decoration: none; /* border-radius:0;  */
  margin: 0;
}
.pg_page:hover {
  background-color: #F172AC;
  color: #fff;
  border: 1px solid #eee;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  /* background: url("../img/btn_first.gif") no-repeat 50% 50%; */
  padding: 0;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  /* background: url("../img/btn_prev.gif") no-repeat 50% 50%; */
  padding: 0;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  /* background: url("../img/btn_end.gif") no-repeat 50% 50%; */
  padding: 0;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  /* background: url("../img/btn_next.gif") no-repeat 50% 50%; */
  padding: 0;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: rgba(145, 158, 171, 0.5);
}

.pg_current {
  display: inline-block;
  /* border:none; */
  background: #F172AC;
  border: 1px solid #eee;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  min-width: 32px;

  /* border-radius:0; */
}
span.sound_only {
  display: none;
}
.bbs-view-image img {
  max-width: 100%;
  height: auto;
}

/*  */


.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;
        }

/* loading */

/* loading */



/* 팝업 */
@media screen and (max-width:768px) {
  .hd_pops_con {
    width: 100% !important;
    height: fit-content !important;
  }
  .hd_pops_con p {
    font-size: 0;
  }
  .hd_pops {
    width: calc(100vw - 20px) !important;
    max-width: 450px;
    left: 10px !important;
  }
}
