@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');

@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
}



body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.4;
  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;
}
img{
  max-width: 100%;
}

.inner{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.gnb_nav .gnb {display: flex; gap: 60px; margin-right: 0px;}

.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;
padding: 0 10px;
}

.gnb_nav .gnb .depth1:hover > .depth1_a,
.gnb_nav .gnb .depth1.active > .depth1_a
{color: rgb(0, 177, 176);}

.gnb_nav .gnb .depth1_a {font-size: 20px; position: relative; white-space: nowrap; top : 2px;
color: #fff;
}

.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: rgb(0, 177, 176); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.ham_open {width: 26px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
  display: none;
  }

.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px; background-color: rgb(0, 177, 176);}

.gnb_nav .snb .depth2 a:hover {color: rgb(0, 177, 176);
}

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: rgb(0, 177, 176); position: absolute; top: 0; right: 0; cursor: pointer;}

.gnb_nav .snb {width: auto; min-width: 250px; padding: 30px 0; font-size: 18px; text-align: center; line-height: 1.3;  transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .3s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;
height: 250px;
}

.all_gnb_nav .depth2 a:hover {color: rgb(0, 177, 176);}

.all_gnb_nav .active p.depth1_a{
  color: rgb(0, 177, 176);
}

/* common */
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%;  border-bottom: 1px solid rgb(255,255,255,0.3); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; max-width: 212px; position: relative; top: 0px;}
.gnb_nav {display: flex; align-items: center;}


.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}


.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;
font-size: 16px;
font-weight: 400;
line-height: 2;
}
.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 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: 700; 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 .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);}

.header .logo .on{
  display: none;
}
.header.scr .logo .on{
  display: block;
}
.header.scr .logo .normal{
  display: none;
}
.header.scr, .header:hover{
  background: #fff;
}
.header.scr .gnb_nav .gnb .depth1_a,
.header:hover .gnb_nav .gnb .depth1_a
{
  color: rgb(34, 34, 34);
}
.header:hover .logo .on{
  display: block;
}
.header:hover .logo .normal{
  display: none;
}
.header-mouseenter-bg{
  position: absolute;
  top: 101px;
  left: 0;
  width: 100%;
  height: 250px;
  background: #fff;
  z-index: 0;
  display: none;
}
.header .inner{
  z-index: 1;
}
.header:hover{
  border-bottom: 1px solid rgb(238, 238, 238);
}

.mobile{
  display: none !important;
}

@media(max-width:1600px){
  .gnb_nav .gnb{
    gap: 25px;
  }
  .gnb_nav .gnb .depth1_a{
    font-size: 18px;
  }
}

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

}

@media(max-width:1100px){
  .gnb_nav .gnb{
    gap: 15px;
  }
}
@media screen and (max-width: 1024px){
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;
  background: #fff;
  }
  .header .logo .on{
    display: block;
  }
  .header .logo .normal{
    display: none;
  }
	.header .logo img {width: 160px;}
	.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: 15px 20px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;}
	.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: 15px;
  font-size: 16px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px){

	.ham_open {width: 28px; height: 20px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 15px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px;
  }

	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  /* margin-top: 100px; */
}
.sub_visual {
  position: relative;
  display: flex;
  align-items: center;
  height: 480px;
  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.png);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.png);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.png);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.png);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.png);
}
.sub_visual.sv06 {
  background-image: url(/html/img/sub_visual06.png);
}
.sub_visual .sub_tit {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.sub_visual .page_info{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 24px;
}
.sub_visual .page_info span{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.sub_visual .page_info span::before{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/html/img/sv_arrow.png) no-repeat center/cover;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
}
.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 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  background-color: #fff;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  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: 100%;
}
.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: flex;
  width: 100%;
}
.sub_nav_ul .drop_menu li {
  flex: 1;
}
.sub_nav_ul .drop_menu li + li {
  /* border-top: 1px solid #ebebeb; */
}
.sub_nav_ul .drop_menu li a {
  position: relative;
  display: block;
  padding: 0 15px ;
  word-break: keep-all;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 70px;
  transition: color .2s;
}
.sub_nav_ul .drop_menu li:nth-child(n + 2) a::before{
 content: '';
 display: block;
 width: 3px;
 height: 3px;
 position: absolute;
 top: 50%;
 left: 0;
 border-radius: 50%;
 background-color: #00B1B0;
}
.sub_nav_ul .drop_menu li:hover a {
  color: #00B1B0;
  font-weight: 600;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
.subtop-con-wrap{
  padding: 60px 0 100px;
}
.sub_visual{
  height: 320px;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_visual .page_info{
  gap: 20px;
  padding-top: 20px;
}
.sub_visual .page_info > a > img{
  width: 18px;
  height: 18px;
}
.sub_visual .page_info span{
  font-size: 16px;
}
.sub_visual .page_info span::before{
  width: 12px;
  height: 12px;
  left: -15px;
}


}
@media(max-width:768px){
  .sub_visual{
    height: 280px;
  }
  
  .sub_nav {
    transform: translateX(-50%);
    border-radius: 8px 8px 0 0;
  }
  
  .sub_nav_ul .drop_menu{
    flex-wrap: wrap;
  }
  .sub_nav_ul .drop_menu li {
    flex: unset;
    width: 50%;
  }
  .sub_nav_ul .drop_menu li a {
    padding: 0 10px ;
    font-size: 14px;
    line-height: 40px;
  }
  .sub_nav_ul .drop_menu li:nth-child(3n) a::before{
    display: none;
  }
  
}

/* subtop */

.main-wrap, .main-sec, .main-banner{
  width: 100%;
  position: relative;
}
.main-banner .main-swiper{
  height: 830px;
}
.main-banner .main-swiper .swiper-slide1{
  background: url(../img/main-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-banner .main-swiper .swiper-slide2{
  background: url(../img/main-bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-banner .main-swiper .swiper-slide3{
  background: url(../img/main-bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-banner .main-swiper .swiper-slide .txtbox{
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.main-banner .main-swiper .swiper-slide .txtbox *{
  color: #fff;
}
.main-banner .main-swiper .swiper-slide .txtbox h2{
  font-size: 74px;
  font-weight: 300;
  letter-spacing: -2.96px;
  text-align: center;
  color: rgb(255, 255, 255);
  /* padding-bottom: 24px; */
  line-height: 1.1;

  transition: all 0.8s;
  position: relative;
  opacity: 0;
  top: 40px;
}
.main-banner .main-swiper .swiper-slide .txtbox span{
  font-weight: 800;
  display: block;
}
.main-banner .main-swiper .swiper-slide .txtbox p{
  font-size: 23px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.46px;
  color: rgba(255, 255, 255,0.7);

  transition: all 0.8s;
  transition-delay: 0.2s;
  position: relative;
  top: 40px;
  opacity: 0;
}
 
.main-banner .main-swiper .swiper-slide.swiper-slide-active .txtbox p,
.main-banner .main-swiper .swiper-slide.swiper-slide-active .txtbox h2
{
  opacity: 1;
  top: 0;
}


.main-sec.sec01 .scrolldown{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9;
 }
 .main-sec.sec01 .scrolldown .imgbox{
  padding-bottom: 4px;
  text-align: center;
 }
 .main-sec.sec01 .scrolldown p{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-align: center;
  color: #fff;
  padding-top: 4px;
  position: relative;
 }
 .main-sec.sec01 .scrolldown a {
  position: relative;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-align: center;
  color: #fff;
  padding-top: 55px;
 }
 .main-sec.sec01 .scrolldown a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.main-sec.sec01 .scrolldown a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.main-sec.sec01 .scrolldown a span:nth-of-type(2) {
  top: 8px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.main-sec.sec01 .scrolldown a span:nth-of-type(3) {
  top: 16px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.main-sec02{
  padding: 120px 0 130px;
}

.main-sec02 .main-sec02-titbox{
  margin-bottom: 48px;
}
.main-sec02 .main-sec02-titbox h2{
  font-size: 55px;
  font-weight: 800;
  letter-spacing: normal;
  padding-bottom: 20px;
  color: rgb(33, 37, 37);
}
.main-sec02 .main-sec02-titbox h2 span{
  color: rgb(0, 177, 176);
}
.main-sec02 .main-sec02-titbox p{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.66px;
  color: rgb(99, 102, 102);
}
.main-sec02 .con-line{
  display: flex;
  gap: 12px;
}
.main-sec02 .con-line li{
  flex: 1;
}
.main-sec02 .con-line li .conbox .imgbox{
  margin-bottom: 32px;
}
.main-sec02 .con-line li .conbox .imgbox img{
  display: block;
  width: 100%;
}
.main-sec02 .con-line li .conbox .txtbox h2{
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.32px;
  color: rgb(0, 0, 0);
  padding-bottom: 16px;
}
.main-sec02 .con-line li .conbox .txtbox p{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: -0.54px;
  color: rgb(51, 51, 51);
  padding-bottom: 40px;
}
.main-sec02 .con-line li .conbox .txtbox .link-a{
 
}
.main-sec02 .con-line li .conbox .txtbox .link-a a{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;

  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.6px;
  color: rgb(17, 17, 17);
}
.main-sec02 .con-line li .conbox .txtbox .link-a a:hover{
  text-decoration: underline;
}
.main-sec02 .con-line li .conbox .txtbox .link-a a img{
  max-width: 27px;
  width: 100%;
}

.main-sec03{
  padding-bottom: 60px; 
}
.main-sec03 .main-sec03-inner{
  position: relative;
}
.main-sec03 .con-line{
  display: flex;
  align-items: flex-start;
}
.main-sec03 .con-line .img{
  width: 56%;
  background: url(../img/main-sec03-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 578px;
}
.main-sec03 .con-line .txt{
  width: 44%;
  position: relative;
  left: -13vw;
  top: 72px;
}
.main-sec03 .con-line .txt .txtbox{
  padding: 85px 80px;
  background: #fff;
  border-top-left-radius: 62px;
}
.main-sec03 .con-line .txt .txtbox p{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.6px;
  color: rgb(0, 177, 176);
  padding-bottom: 32px;
}
.main-sec03 .con-line .txt .txtbox h2{
  font-size: 40px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -1.2px;
  color: rgb(33, 37, 37);
  padding-bottom: 24px;
}
.main-sec03 .con-line .txt .txtbox h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.54px;
  color: rgb(119, 119, 119);
  padding-bottom: 44px;
}
.main-sec03 .con-line .txt .txtbox .link-a{

}
.main-sec03 .con-line .txt .txtbox .link-a a{
  display: flex;
  align-items: center;
  gap: 17px;

  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.6px;
  color: rgb(17, 17, 17);
}
.main-sec03 .con-line .txt .txtbox .link-a img{
  max-width: 67px;
  width: 100%;
}

.main-sec04{
  background: url(../img/main-sec04-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0; 
}

.main-sec04 .con-line{
  display: flex;
  align-items: center;
  gap: 56px;
}
.main-sec04 .con-line > li{
  flex: 1;
}
.map-area{
  height: 613px;
}
.map-area .root_daum_roughmap, .map-area .root_daum_roughmap .wrap_map{
  height: 100% !important;
}

.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline{
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:last-child{
  width: 270px;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:last-child img{
  max-width: 270px;
  width: 100%;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child{
  width: calc(100% - 280px);
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child h2{
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgb(38, 38, 38);
  padding-bottom: 16px;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child h2 img{
  max-width: 67px;
  width: 100%;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child h3{
  font-size: 55px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1.1px;
  color: rgb(38, 38, 38);
  padding-bottom: 14px;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt{
  display: flex;
  gap: 9px;
  padding-bottom: 12px;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt.last{
  padding-bottom: 0;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt .icon{
  width: 23px;
  position: relative;
  top: 2px;
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt div{
  width: calc(100% - 32px);
}
.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt div .txt{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  color: rgb(60, 60, 60);
  display: block;
}

.main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt div .txt2{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  color:  rgb(136, 136, 136);
  display: block;
}
.main-sec04 .con-line li.txt .txt-conwrap .formbox{
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
}
.main-sec04 .con-line li.txt .txt-conwrap .formbox::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../img/border-dotted.svg);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.main-sec04 .con-line li.txt .txt-conwrap .formbox > form > h2{
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1.44px;
  color: rgb(38, 38, 38);
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.main-sec04 .con-line li.txt .txt-conwrap .formbox > form > h2 span{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.7px;
  color: rgb(38, 38, 38);
  position: relative;
  top: -4px;
}
.main-sec04 .con-line li.txt .txt-conwrap .formbox .form-conline{
  display: flex;
  gap: 10px;
}
.main-sec04 .con-line li.txt .txt-conwrap .formbox .form-conline li{
  flex: 1;
}
.iptbox{
  padding: 16px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  display: flex;
  gap: 30px;
}
.iptbox h2{
  width: 55px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.32px;
  color: rgb(34, 34, 34);
}
.iptbox .n-ipt{
  background: none;
  outline: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #000;
}
.iptbox:last-child{
  margin-bottom: 0;
}
.iptbox .n-ipt::placeholder{
  color: rgb(194, 194, 194);
}
.iptbox textarea.n-ipt{
  height: 85px;
  overflow-y: auto;
}
.main-sec04 .con-line li.txt .txt-conwrap .formbox .form-conline2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
}
.frm-labelbox{
  position: relative;
}
.frm-labelbox input{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-labelbox label{
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  cursor: pointer;
}
.frm-labelbox input:checked + label .box{
  background-color: #00B1B0;
}

.frm-labelbox label .box{
  width: 22px;
  height: 22px;
  background: rgb(142,142,142);
  position: relative;
  border-radius: 5px;
}
.frm-labelbox label .box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 80%;
  opacity: 0;
}
.frm-labelbox input:checked + label .box img{
  opacity: 1;
}
.frm-labelbox label .txt{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: rgb(152, 152, 152);
}
.main-submitbtn{
  display: block;
  width: 272px;
  height: auto;
  text-align: center;
  background-color: rgb(44, 169, 177);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.36px;
  color: rgb(255, 255, 255);
  padding: 16px 0;
  overflow: hidden;
  outline: none;
  border: none;
}
.main-submitbtn:hover{
  text-decoration: underline;
}

.main-sec05{
  padding: 44px 0;
}
.main-sec05 .con-line{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.main-sec05 .con-line > li{
  flex: 1;
}

@media(max-width:1600px){
  .main-sec03 .con-line .img{
    width: 50%;
    height: 450px;
  }
  .main-sec03 .con-line .txt{
    width: 50%;
  }
  .main-sec02 .con-line li .conbox .txtbox p br{
    display: none;
  }
}

@media(max-width:1355px){
  .main-sec03 .con-line .txt .txtbox h3 br{
    display: none;
  }
}

@media(max-width:1200px){
  .main-sec03{
    padding-top: 60px;
  }
  .main-sec03 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-sec03 .con-line .img{
    width: 100%;
    height: 250px;
  }
  .main-sec03 .con-line .txt{
    width: 100%;
    left: 0;
    top: 0;
  }
  .main-sec03 .con-line .txt .txtbox{
    padding: 0 20px;
    border-top-left-radius: 0px;
  }
  .main-sec03 .con-line .txt .txtbox p{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 16px;
  }
  .main-sec03 .con-line .txt .txtbox h2{
    font-size: 24px;
    padding-bottom: 12px;
  }
  .main-sec03 .con-line .txt .txtbox h3{
    font-size: 16px;
    padding-bottom: 30px;
  }

  .main-sec03 .con-line .txt .txtbox .link-a a{
    gap: 8px;
  
    font-size: 16px;
    font-weight: 600;
  }
  .main-sec03 .con-line .txt .txtbox .link-a img{
    max-width: 46px;
  }
  
}

@media(max-width:1024px){
  .main-banner .main-swiper{
    height: 600px;
  }
  .main-banner .main-swiper .swiper-slide .txtbox h2{
    font-size: 40px;
    letter-spacing: -0.96px;
    /* padding-bottom: 16px; */
    line-height: 1.3;
  }
  .main-banner .main-swiper .swiper-slide .txtbox p{
    font-size: 16px;
  }


  .main-sec02{
    padding: 60px 0;
  }
  
  .main-sec02 .main-sec02-titbox{
    margin-bottom: 30px;
  }
  .main-sec02 .main-sec02-titbox h2{
    font-size: 24px;
    padding-bottom: 12px;
  }
  .main-sec02 .main-sec02-titbox p{
    font-size: 15px;
  }
  .main-sec02 .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .main-sec02 .con-line li{
    flex: none;
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .main-sec02 .con-line li .conbox .imgbox{
    margin-bottom: 24px;
  }
  .main-sec02 .con-line li .conbox .txtbox h2{
    font-size: 22px;
    padding-bottom: 12px;
  }
  .main-sec02 .con-line li .conbox .txtbox p{
    font-size: 14px;
    padding-bottom: 20px;
  }
  .main-sec02 .con-line li .conbox .txtbox p br{
    display: none;
  }
  .main-sec02 .con-line li .conbox .txtbox .link-a a{
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .main-sec02 .con-line li .conbox .txtbox .link-a a img{
    max-width: 24px;
  }

  .main-sec03 .con-line .txt .txtbox h3{
    font-size: 15px;
  }


  .main-sec04{
    padding: 60px 0; 
  }
  
  .main-sec04 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-sec04 .con-line > li{
    flex: none;
    width: 100%;
  }
  .map-area{
    height: 300px;
  }
  
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline{
    gap: 0px;
    flex-wrap: wrap;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:last-child{
    display: none;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child{
    width: 100%;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child h2{
    gap: 8px;
    font-size: 20px;
    padding-bottom: 12px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child h2 img{
    max-width: 45px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child h3{
    font-size: 22px;
    padding-bottom: 16px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt{
    gap: 6px;
    padding-bottom: 8px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt.last{
    padding-bottom: 0;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt .icon{
    width: 16px;
    top: 1px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt div{
    width: calc(100% - 26px);
  }
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt div .txt{
    font-size: 15px;
  }
  
  .main-sec04 .con-line li.txt .txt-conwrap .txtbox .top-con-subline li:first-child .ic-txt div .txt2{
    font-size: 15px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .formbox{
    padding-top: 30px;
    margin-top: 30px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .formbox > form > h2{
    font-size: 22px;
    padding-bottom: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .formbox > form > h2 span{
    font-size: 13px;
    width: 100%;
    display: block;
    top: 0;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .formbox .form-conline{
    flex-wrap: wrap;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .formbox .form-conline li{
    flex: none;
    width: 100%;
  }
  .iptbox{
    padding: 12px 16px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .iptbox h2{
    font-size: 15px;
    width: 45px;
  }
  .iptbox .n-ipt{
    font-size: 14px;
  }
  .iptbox textarea.n-ipt{
    height: 100px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .formbox .form-conline2{
    padding-top: 12px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-sec04 .con-line li.txt .txt-conwrap .formbox .form-conline2 > li{
    width: 100%;
  }
  .frm-labelbox label{
    gap: 6px;
  }
  .frm-labelbox label .box{
    width: 18px;
    height: 18px;
  }
  .frm-labelbox label .txt{
    font-size: 13px;
  }
  .main-submitbtn{
    width: 170px;
    font-size: 16px;
    padding: 10px 0;
  }


  .main-sec05{
    padding: 30px 0 20px;
  }
  .main-sec05 .con-line{
    flex-wrap: wrap;
    gap: 9px;
  }
  .main-sec05 .con-line > li{
    flex: none;
    width: calc(33.33% - 6px);
    margin-bottom: 10px;
  }
}

@media(max-width:767px){
  .main-banner .main-swiper .swiper-slide .txtbox h2{
    font-size: 30px;
  }
  .main-banner .main-swiper .swiper-slide .txtbox p{
    font-size: 15px;
  }

  .main-sec02 .con-line li .conbox .txtbox h2{
    font-size: 20px;
  }
}

@media(max-width:340px){
  .main-banner .main-swiper .swiper-slide .txtbox h2{
    font-size: 8vw;
  }
  .main-banner .main-swiper .swiper-slide .txtbox p{
    font-size: 13px;
  }
}

/* main */

.foot-wrap{
  width: 100%;
  height: auto;
  position: relative;
  background-color: rgb(28, 30, 38);
  padding: 66px 0 38px;
}
.foot-wrap .con-line1{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 51px;
  border-bottom: 1px solid rgb(49, 51, 58);
}
.foot-wrap .con-line1 .left{
  width: calc(100% - 300px);
}
.foot-wrap .con-line1 .right{
  width: 290px;
}
.foot-wrap .con-line1 .left .foot-logo{
  max-width: 170px;
  width: 100%;
  padding-bottom: 32px;
}
.foot-wrap .con-line1 .left .foot-info-p{
  padding-bottom: 15px; 
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.foot-wrap .con-line1 .left .foot-info-p:last-child{
  padding-bottom: 0;
}
.foot-wrap .con-line1 .left .foot-info-p span{
  margin-right: 11px;

  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  color: rgb(160, 161, 167);
}
.foot-wrap .con-line1 .left .foot-info-p span:last-child{
  margin-right: 0;
}
.foot-wrap .con-line1 .right .foot-telbox h3{
  font-size: 41px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.82px;
  color: rgb(76, 210, 219);
  padding-bottom: 8px;
  padding-top: 30px;
}
.foot-wrap .con-line1 .right .foot-telbox h3 span{
  font-size: 17px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  display: block;
}
.foot-wrap .con-line1 .right .foot-telbox p{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  color: rgb(160, 161, 167);
}

.foot-wrap .con-line2{
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-self: center;
  padding-top: 34px;
}
.foot-wrap .con-line2 .right{
  width: 324px;
}
.foot-wrap .con-line2 .left{
  width: calc(100% - 324px);
  font-size: 14px;
  letter-spacing: -0.28px;
  text-align: left;
  color: rgb(159, 160, 166);
}
.foot-wrap .con-line2 .right{
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.foot-wrap .con-line2 .right a{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  color: rgb(160, 161, 167);
}


@media(max-width:1024px){
  .foot-wrap{
    padding: 30px 0;
  }
  .foot-wrap .con-line1{
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
  }
  .foot-wrap .con-line1 .left{
    width: 100%;
  }
  .foot-wrap .con-line1 .right{
    width: 100%;
  }
  .foot-wrap .con-line1 .left .foot-logo{
    max-width: 140px;
    padding-bottom: 16px;
  }
  .foot-wrap .con-line1 .left .foot-info-p{
    padding-bottom: 5px; 
    gap: 5px;
  }
  .foot-wrap .con-line1 .left .foot-info-p span{
    margin-right: 0px;
    font-size: 14px;
  }
  .foot-wrap .con-line1 .right .foot-telbox h3{
    font-size: 20px;
    padding-bottom: 6px;
    padding-top: 0px;
  }
  .foot-wrap .con-line1 .right .foot-telbox h3 span{
    font-size: 15px;
  }
  
  .foot-wrap .con-line2{
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .foot-wrap .con-line2 .right{
    width: 100%;
    order: 0;
  }
  .foot-wrap .con-line2 .left{
    order: 1;
    width: 100%;
    font-size: 13px;
  }
  .foot-wrap .con-line2 .right{
    gap: 12px;
  }
  .foot-wrap .con-line2 .right a{
    font-size: 13px;
  }
  
}

/* footer */

.board-titbox{
  text-align: center;
  padding-bottom: 48px;
}
.board-titbox h2{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: normal;
  color: #333333;
  padding-bottom: 15px;
}
.board-titbox p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.8px;
  color: #555555;
}
@media screen and (max-width:1024px) {
  .board-titbox{
    padding-bottom: 30px;
  }
  .board-titbox h2{
    font-size: 28px;
    padding-bottom: 12px;
  }
  .board-titbox p{
    font-size: 16px;
  }
}


.bo_inner{padding-top: 80px;padding-bottom: 160px;}
.bo_inner #bo_v_info{border-bottom: none;}
#bo_list tbody tr{border-left: #fff solid 2px;}

@media screen and (max-width:1024px) {
  .bo_inner{padding-top: 60px;padding-bottom: 120px;}
}
@media screen and (max-width:768px) {
  .bo_inner{padding-top: 40px;padding-bottom: 80px;}
}


.inquiry-frm-wrap{
  width: 100%;
  height: auto;
  position: relative;
}
.inquiry-frm-wrap .inquiry-top-txt{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: -0.32px;
  color: rgb(70, 70, 70);

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding-bottom: 12px;
}
.inquiry-frm-wrap .inquiry-top-txt span{
  font-weight: 600;
  letter-spacing: -0.64px;
  color: rgb(18, 178, 177);
}
.inquiry-frm-wrap .inquiry-iptbox{
  display: flex;

  border-bottom: 1px solid rgb(240, 240, 240);
}
.inquiry-frm-wrap .inquiry-file-iptbox{
  border-bottom: 1px solid rgb(240,240,240);
}
.inquiry-frm-wrap .inquiry-iptbox.first{
  border-top: 2px solid #000;
}
.inquiry-frm-wrap .inquiry-iptbox .inq-labelbox,
.inquiry-file-iptbox .file-lefttit
{
  width: 210px;
  display: flex;
  align-items: center;
  border-right: 1px solid  rgb(240, 240, 240);
  padding: 15px 0;
}
.inquiry-frm-wrap .inquiry-iptbox .inquiry-label,
.inquiry-file-iptbox .file-lefttit span
{
  width: 100%;
  padding-left: 28px;
  display: flex;
  align-items: center;
  gap: 8px; 

  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.34px;
  color: rgb(51, 51, 51);
}
.inquiry-frm-wrap .inquiry-iptbox .inquiry-label span{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  color: rgb(18, 178, 177);
}
.inquiry-frm-wrap .inquiry-iptbox .inq-iptbox{
  width: calc(100% - 210px);
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.inquiry-frm-wrap .inquiry-iptbox .inquiry-ipt{
  border-radius: 6px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  outline: none;
  width: 100%;
  height: auto;


  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.48px;
  padding: 16px 23px;
}
.inquiry-frm-wrap .inquiry-iptbox .inquiry-ipt::placeholder{
  color: rgb(152, 152, 152);
}
.inquiry-frm-wrap .inquiry-iptbox textarea.inquiry-ipt{
  resize: none;
  height: 250px;
  overflow-y: auto;
}
.inquiry-frm-wrap .inquiry-file-iptbox{
  display: flex;
  flex-wrap: wrap;
}
.inquiry-frm-wrap .inquiry-file-iptbox .file-iptline{
  width: calc(100% - 210px);
  position: relative;
  padding: 15px 20px;
}
.inquiry-frm-wrap .inquiry-file-iptbox .file-iptline input{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.inquiry-frm-wrap .inquiry-file-iptbox .file-iptline > div{
  display: flex;
  gap: 10px;
}
.inquiry-frm-wrap .inquiry-file-iptbox .file-iptline > div .file-value{
  padding: 16px 23px;
  border-radius: 6px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: rgb(152, 152, 152);
  width: calc(100% - 150px);
}
.inquiry-frm-wrap .inquiry-file-iptbox .file-iptline.active div .file-value{
  color: #222;
}
.inquiry-frm-wrap .inquiry-file-iptbox .file-iptline > div .inquiry-file-label{
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  background-color: #656565;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.inquiry-frm-wrap .inquiry-file-iptbox .file-iptline > div .inquiry-file-label:hover{
  background-color: #505050;
  text-decoration: underline;
}

.inquiry-frm-wrap .inquiry-privacybox{
  padding-top: 56px;
}
.inquiry-frm-wrap .inquiry-privacybox > h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.72px;
  color: rgb(51, 51, 51);
  padding-bottom: 20px;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox{
  padding: 33px 37px;
  border: solid 1px rgb(221, 221, 221);
  height: 150px;
  overflow-y: auto;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox > h3{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.39px;
  color: rgb(51, 51, 51);
  padding-bottom: 28px;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox > div > p{
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.54 !important;
  letter-spacing: -0.39px !important;
  color: rgb(102, 102, 102) !important;
}

.inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox::-webkit-scrollbar {
  width: 2px;
  background-color: rgb(209, 209, 209);
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox::-webkit-scrollbar-thumb {
  background-color: rgb(92, 91, 91);
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line{
  position: relative;
  padding: 25px 40px;
  border: 1px solid rgb(221,221,221);
  border-top: none;
  background-color: rgb(248, 248, 248);
  margin-bottom: 70px;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line input{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line label{
  display: flex;
  gap: 6px;
  align-items: center;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.32px;
  color: #8E8E8E;
  cursor: pointer;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line label span{
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line label span img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line label span .checked{
  opacity: 0;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line input:checked + label span .n-chcked{
  opacity: 0;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line input:checked + label span .checked{
  opacity: 1;
}
.inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line input:checked + label{
 
  color: rgb(51, 51, 51);
}

.inquiry-submitbox{
  display: flex;
  justify-content: center;
  width: 100%;
}
.inquiry-submitbox button{
  outline: none;
  border: none;
  border-radius: 9999px;
  background-color: #00B1B0;

  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
  text-align: center;

  width: 264px;
  padding: 24px 0;
  transition: background-color 0.3s;
}
.inquiry-submitbox button:hover{
  background-color: #009F9F;
  text-decoration: underline;
}

@media screen and (max-width:1024px) {
  .inquiry-frm-wrap .inquiry-top-txt{
    font-size: 14px;
  }
  .inquiry-frm-wrap .inquiry-iptbox{
    flex-wrap: wrap;
  }
  .inquiry-frm-wrap .inquiry-iptbox.first{
    border-top: 1px solid #000;
  }
  .inquiry-frm-wrap .inquiry-iptbox .inq-labelbox,
  .inquiry-file-iptbox .file-lefttit
  {
    width: 100px;
    padding: 10px 0;
  }
  .inquiry-frm-wrap .inquiry-iptbox .inquiry-label,
  .inquiry-file-iptbox .file-lefttit span
  {
    padding-left: 10px;
    gap: 3px; 
    font-size: 14px;
  }
  .inquiry-frm-wrap .inquiry-iptbox .inquiry-label span{
    font-size: 15px;
  }
  .inquiry-frm-wrap .inquiry-iptbox .inq-iptbox{
    padding: 10px 15px;
    width: calc(100% - 100px);
  }
  .inquiry-frm-wrap .inquiry-iptbox .inquiry-ipt{
    font-size: 15px;
    padding: 10px 15px;
  }
  .inquiry-frm-wrap .inquiry-iptbox textarea.inquiry-ipt{
    height: 150px;
  }
  .inquiry-frm-wrap .inquiry-file-iptbox .file-iptline{
    width: calc(100% - 100px);
    padding: 10px 15px;
  }
  .inquiry-frm-wrap .inquiry-file-iptbox .file-iptline > div{
    gap: 6px;
  }
  .inquiry-frm-wrap .inquiry-file-iptbox .file-iptline > div .file-value{
    padding: 10px 15px;
    font-size: 15px;
    width: calc(100% - 80px);
  }
  .inquiry-frm-wrap .inquiry-file-iptbox .file-iptline > div .inquiry-file-label{
    font-size: 15px;
    border-radius: 6px;
    background-color: rgb(101, 101, 101);
    width: 74px;
  }
  .inquiry-frm-wrap .inquiry-privacybox{
    padding-top: 30px;
  }
  .inquiry-frm-wrap .inquiry-privacybox > h3{
    font-size: 16px;
    padding-bottom: 16px;
  }
  .inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox{
    padding: 30px 15px;
    height: 160px;
  }
  .inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox > h3{
    font-size: 12px;
    padding-bottom: 20px;
  }
  .inquiry-frm-wrap .inquiry-privacybox .inquiry-privacy-contentbox > div > p{
    font-size: 12px !important;
  }
  .inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line{
    padding: 10px 15px;
    margin-bottom: 50px;
  }
  .inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line label{
    font-size: 15px;
  }
  .inquiry-frm-wrap .inquiry-privacybox .inquiry-agr-line label span{
    width: 16px;
    height: 16px;
  }
  .inquiry-submitbox button{
    font-size: 18px;
    width: 100%;
    padding: 16px 0;
  }
}


.bo_inner #bo_v_con{
  margin: 0;
  line-height: 1.5;
  padding-top: 120px;
  padding-bottom: 60px;
  text-align: center;
}
.bo_inner #bo_v_con p img,
.bo_inner #bo_v_con img
{
  margin: 0;
  margin-bottom: 10px;
}
.bo_inner #bo_v_img img{
  display: block;
  width: 100%;
}

@media screen and (max-width:1024px) {
  .bo_inner #bo_v_con{
    padding-top: 60px;
  }
}


.bo-inq-stat{
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-spacing: 0;
}
.bo-inq-stat tr{
}
.bo-inq-stat tr:last-child th,
.bo-inq-stat tr:last-child td
{
  border-bottom: none;
}
.bo-inq-stat tr th{
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  text-align-last: left;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}
.bo-inq-stat tr td{
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 100px);
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}


.p-popup-wrap{
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;

  display: none;
}
.p-popup-wrap .popupbox{
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background: #fff;
}
.p-popup-wrap .popupbox .popup-titline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 25px;
  background: #00B1B0 ;
}
.p-popup-wrap .popupbox .popup-titline h3{
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}
.p-popup-wrap .popupbox .popup-titline .popup-close{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.p-popup-wrap .popupbox .popup-content{
  padding: 30px 25px;
  background: #fff;
  max-height: 50vh;
  overflow-y: auto;
}
.p-popup-wrap .popupbox .popup-content::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.p-popup-wrap .popupbox .popup-content::-webkit-scrollbar-thumb {
  background-color: rgb(92, 91, 91);
}
.p-popup-wrap .popupbox .popup-content p,
.p-popup-wrap .popupbox .popup-content,
.p-popup-wrap .popupbox .popup-content div
{
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}


@media(max-width:1024px){
  .p-popup-wrap .popupbox{
    width: calc(100% - 40px);
  }
  .p-popup-wrap .popupbox .popup-titline{
    padding: 16px 15px;
  }
  .p-popup-wrap .popupbox .popup-titline h3{
    font-size: 16px;
  }
  .p-popup-wrap .popupbox .popup-titline .popup-close{
    font-size: 24px;
  }
  .p-popup-wrap .popupbox .popup-content{
    padding: 30px 15px;
  }
  .p-popup-wrap .popupbox .popup-content p,
  .p-popup-wrap .popupbox .popup-content,
  .p-popup-wrap .popupbox .popup-content div
  {
    font-size: 14px !important;
  }
} 