@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://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..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");
} */

:root {
  --color-point : rgb(42,121,210);
}
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", serif;
  word-break: keep-all;
}
.karla{
  font-family: "Karla", sans-serif !important;
}
.playfair{
  font-family: "Playfair", serif !important;
}
 
.cmt{
  font-family: "Cormorant", serif !important;
}

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

.main-wrap br.mo{display: none;}

@media screen and (max-width:1024px){
  .main-wrap br.mo{display: block;}
}

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

/* 헤더컬러 */

.header{
  background: #fff;
}
.header.sub-header{
  background: transparent;
}
.header.on{
  background: #fff !important;
}
.header *{
  font-family: 'Karla', 'sans-serif' !important;
  /* background: #fff; */
}
.header {width: 100%; border-bottom: solid 1px rgb(229, 229, 229); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {
  border-bottom: solid 1px rgb(229, 229, 229);
  background: #fff;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
  padding-right: 0;
position: relative;
z-index: 99;
max-width: 2560px;
}
.header .logo{
  padding-left: 80px;
}
.header .logo img {display: block; max-width: 200px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 80px; 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: #000;
}
/* 메뉴 호버타입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: var(--color-point);
  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: 100px;
  height: 100px;
  padding: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: flex;
  border-left: solid 1px rgb(229, 229, 229);
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 180px; padding: 20px 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: 4px 2rem; word-break: keep-all;

  font-size: 15px;
  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 .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: 20px 0;
  height: 380px;
}
.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;}

@media screen and (max-width: 1600px){
  .header .snb > h2{
  }
  .gnb_nav .snb{
    padding: 20px 0;
  }

  .all-toggle-wrap{
    padding: 20px 0;
  }
  .all-toggle-wrap .n-inner{
    gap: 20px;
  }
  .all-toggle-wrap .n-inner > .left-img{
    width: 500px;
  }
  .all-toggle-wrap .n-inner > .left-img img{
    padding-left: 80px;
    padding-right: 30px;
  }
  .header .logo{
    padding-left: 0px;
  }
  .gnb_nav .gnb{
    gap: 32px;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .right-btn-area{
    display: flex;
  }
  .ham_open{
    display: flex;
    width: 80px;
    height: 80px;
  }
	.header {height: 80px;}
	.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: 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{
    gap: 8px;
  }
  .right-btn-area > div{
  }
  .ham_open{
    padding: 20px;
  }
  .ham_open img{
    max-width: 30px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: rgb(51, 139, 73);
  }
}
@media screen and (max-width: 768px){

  .header .inner{
    padding-right: 20px;
  }
	.ham_open {width: 22px;
  border: none;
  padding: 0;
  }
	.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 .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

/* 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;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 240px 0 200px;
  text-align: center;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual03.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: 80px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.sub_visual .subtop-txtbox p{
  margin-top: 16px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.24px;
  color: rgb(255, 255, 255);
}
.sub_visual .subtop-txtbox p br{display: none;}
.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;
  font-size: 16px;
  margin-top: 6px;
}
.sub_visual .subtop-txtbox p br{display: block;}
.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;}

}

/* 메인 */

.main-wrap{
  margin-top: 100px;
}
.main-sec01{
  position: relative;
  height: auto;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}
.main-sec01 .video-box{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: rgb(230, 230, 230);
}
.main-sec01 .video-box video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.main-sec01 .video-box video.mobile{display: none;}
.main-sec01 .video-box .bg-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sec01 .txtbox{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  z-index: 2;
}
.main-sec01 .txtbox p{
  font-size: 24px;
  font-weight: bold;
  color: rgb(85, 85, 85);
  color: rgb(255,255,255);
  margin-bottom: 28px;
}
.main-sec01 .txtbox h2{
  margin-bottom: 66px;
  font-size: 70px;
  font-weight: bold;
  color: rgb(87, 87, 87);
  color: rgb(255,255,255);
}
.main-sec01 .txtbox h2 span{
  color: rgb(207, 128, 0);
}
.main-sec01 .txtbox .play-icon{
  width: 56px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  position: relative;
}
.main-sec01 .txtbox .play-icon .play,
.main-sec01 .txtbox .play-icon.on .pause{
  display: none;
}
.main-sec01 .txtbox .play-icon.on .play{
  display: block;
}

.scrolldown{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.scrolldown > .bar{
  width: 1px;
  height: 100px;
  position: relative;
  background-color: rgba(255, 255, 255,0.5);
}
.scrolldown > .bar::before{
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,1);
  animation: scrollbarFill 1.5s ease-in-out infinite;
}
.scrolldown > p{
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.36px;
  color: rgb(255, 255, 255);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  width: 24px;
  white-space: nowrap;
  margin-top: 10px;
}
@keyframes scrollbarFill {
  0% {
    height: 0%;
    top: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0%;
    top: 100%;
  }
}

.main-sec02{
  background: url(../img/main-sec02-bg_1.jpg) no-repeat center / cover;
  padding-top: 67px;
  padding-bottom: 0;
}
.main-sec02 .txtbox{
  text-align: center;
  margin-bottom: 52px;
}
.main-sec02 .txtbox h3{
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -1px;
  color: rgb(255,255,255);
}
.main-sec02 .txtbox h3 span{
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -8px;
  display: block;
}
.main-sec02 .imgbox{
  text-align: center;
}
.main-sec02 .imgbox img{
  display: inline-block;
  max-width: 987px;
  width: 100%;
}
.main-sec02 .imgbox img.mo{display: none;}

.main-sec03{
  padding-top: 148px;
  background: url(../img/main-sec03-secbg.jpg) no-repeat top center / cover;
}
.main-sec03 .main-sec03-inner{
  max-width: 1940px;
}
.main-sec .titbox{
  text-align: center;
  margin-bottom: 80px;
}
.main-sec .titbox p{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 30px;
  text-align: center;
  color: rgb(135, 135, 135);
  margin-bottom: 2px;
}
.main-sec .titbox h2{
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}
.main-sec .titbox .bottom-txt{
  font-size: 30px;
  font-weight: 500;
  color: rgb(76, 76, 76);
  margin-top: 16px;
}
.main-sec .titbox h2 .tag{
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  background: #136B6C;
  padding: 2px 5px;
  min-width: 115px;
  margin-right: 4px;
}
.main-sec03 .con-line{
  display: flex;
  gap: 14px;
}
.main-sec03 .con-line > li{
  flex: 1;
}
.main-sec03 .con-line > li .conbox{
  position: relative;
  background: rgb(7,81,61);
}
.main-sec03 .con-line > li .conbox .txtbox{
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.main-sec03 .con-line > li .conbox .txtbox h3{
  font-size: 50px;
  font-weight: 600;
  line-height: 1.16;
  color: rgb(255, 255, 255);
}
.main-sec03 .con-line > li .conbox .link-a{
  display: block;
  max-width: 428px;
  width: 90%;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
  background: #F46F20;
  z-index: 2;
}
.main-sec03 .con-line > li .conbox .link-a:hover{
  text-decoration: underline;
}
.main-sec03 .con-line > li .conbox .simbol{
  position: absolute;
  top: 16px;
  right: 15px;
  max-width: 187px;
  width: 30%;
  z-index: 1;
}

.main-sec04{
  background: url(../img/main-sec04-bg.jpg) no-repeat top center / cover;
  padding-top: 120px;
}
.main-sec04-inner{
  max-width: 1640px;
}
.main-sec04 .con-line{
  display: flex;
  gap: 30px;
}
.main-sec04 .con-line > li{
  flex: 1;
  background-color: rgba(217, 217, 217,0.5);
}
.main-sec04 .con-line > li .conbox{
  position: relative;
}
.main-sec04 .con-line > li .conbox .txtbox{
  padding: 11px 26px 25px 26px;
  min-height: 320px;
}
.main-sec04 .con-line > li .conbox .txtbox h3{
  background: linear-gradient(to right, rgb(3, 106, 51) 0%, rgb(20, 149, 110) 100%);
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 7px;
}
.main-sec04 .con-line > li .conbox .txtbox p{
  font-size: 25px;
  font-weight: 600;
  color: rgb(47, 47, 47);
  padding-top: 8px;
}
.main-sec04 .con-line > li .conbox .link-a{
  margin-top: 80px;
  width: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  border: solid 1px rgb(0, 0, 0);
  position: absolute;
  bottom: 24px;
  left: 32px;
}
.main-sec04 .con-line > li .conbox .link-a img{
  display: block;
  width: 12px;
}
.main-sec04 .con-line > li .conbox .link-a:hover{
  text-decoration: underline;
}

.main-sec05{
  padding: 180px 0;
}
.main-sec05 .inner{max-width: 1640px;}
.main-sec05-titbox{
  padding-left: 25px;
  padding-bottom: 44px;
}
.main-sec05-titbox p{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.7px;
  padding-left: 95px;
  position: relative;
  color: #F46F20;
}
.main-sec05-titbox p::before{
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #F46F20;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main-sec05-titbox h2{
  color: #1E1E1E;
  font-size: 50px;
  font-weight: 600;
}

.blog-swiper-wrapper{
  position: relative;
}
.blog-swiper-wrapper .blog-prevbtn,
.blog-swiper-wrapper .blog-nextbtn
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  width: 56px;
  outline: none;
  border: none;
  background: transparent;
  z-index: 2;
  background: rgb(255,255,255);
  border-radius: 100%;
}
.blog-swiper-wrapper .blog-prevbtn{
  left: -117px;
}
.blog-swiper-wrapper .blog-nextbtn{
  right: -117px;
}
.blog-swiper-wrapper .blog-swiper{
  overflow: hidden;
}
.blog-swiper-wrapper .blog-swiper .swiper-slide .txtbox{
  padding: 54px 28px;
  border: 10px solid rgb(19,107,108);
}
.blog-swiper-wrapper .blog-swiper .swiper-slide .txtbox .subject{
  font-size: 30px;
  font-weight: 900;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
.blog-swiper-wrapper .blog-swiper .swiper-slide .txtbox .tag-p{
  font-size: 25px;
  font-weight: 900;
  color: rgb(19, 107, 108);
  font-family: "Playfair", serif !important;
}

@media(max-width:1700px){
  .blog-swiper-wrapper .blog-prevbtn{
    left: 20px;
  }
  .blog-swiper-wrapper .blog-nextbtn{
    right: 20px;
  }
}

@media(max-width:1600px){
  .main-sec03 .con-line > li .conbox .txtbox{
    top: 30px;
  }
  .main-sec03 .con-line > li .conbox .txtbox h3{
    font-size: 40px;
  }
  .main-sec04 .con-line{
    gap: 12px;
  }
  .main-sec04 .con-line > li .conbox .txtbox p{
    font-size: 22px;
  }
}

@media(max-width:1024px){
  .main-wrap{
    margin-top: 80px;
  }
  .main-sec01{
    max-height: calc(100vh - 100px);
  }
  .main-sec01 .video-box{
    /* width: 250%; */
    padding-bottom: 140.625%;
  }
  .main-sec01 .txtbox p{
    font-size: 18px;
    margin-bottom: 14px;
  }
  .main-sec01 .txtbox p b{
    display: block;
  }
  .main-sec01 .txtbox h2{
    margin-bottom: 30px;
    font-size: 32px;
  }
  .main-sec01 .txtbox .play-icon{
    width: 32px;
  }
  .scrolldown{
    gap: 2px;
  }
  .scrolldown > .bar{
    width: 1px;
    height: 70px;
  }
  .scrolldown > p{
    font-size: 14px;
    width: 20px;
    margin-top: 5px;
  }

  .main-sec02{
    padding-top: 60px;
    padding-bottom: 0;
  }
  .main-sec02 .txtbox{
    margin-bottom: 40px;
  }
  .main-sec02 .txtbox h3{
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  .main-sec02 .txtbox h3 span{
    font-size: 28px;
    letter-spacing: -1.2px;
  }
  .main-sec02 .imgbox img.pc{display: none;}
  .main-sec02 .imgbox img.mo{display: inline-block;}


  .main-sec03{
    padding-top: 80px;
  }
  .main-sec .titbox{
    margin-bottom: 30px;
  }
  .main-sec .titbox p{
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 6px;
  }
  .main-sec .titbox h2{
    font-size: 26px;
  }
  .main-sec .titbox .bottom-txt{
    font-size: 16px;
    margin-top: 8px;
  }
  .main-sec .titbox h2 .tag{
    border-radius: 12px;
    padding: 2px 4px;
    min-width: 60px;
    margin-right: 3px;
  }
  .main-sec03 .con-line{
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-sec03 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .main-sec03 .con-line > li .conbox{
  }
  .main-sec03 .con-line > li .conbox .txtbox{
    top: 4vw;
  }
  .main-sec03 .con-line > li .conbox .txtbox h3{
    font-size: 22px;
    line-height: 1.35;
  }
  .main-sec03 .con-line > li .conbox .link-a{
    bottom: 20px;
    font-size: 16px;
    padding: 12px 0;
  }
  .main-sec03 .con-line > li .conbox .simbol{
    top: 10px;
    right: 10px;
  }

  .main-sec04{
    padding-top: 80px;
  }
  .main-sec04 .con-line{
    gap: 6px;
    flex-wrap: wrap;
  }
  .main-sec04 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .main-sec04 .con-line > li .conbox .txtbox{
    padding: 12px;
    min-height: 200px;
  }
  .main-sec04 .con-line > li .conbox .txtbox h3{
    font-size: 20px;
    padding: 6px;
  }
  .main-sec04 .con-line > li .conbox .txtbox p{
    font-size: 16px;
    padding-top: 6px;
  }
  .main-sec04 .con-line > li .conbox .link-a{
    margin-top: 30px;
    width: 120px;
    padding: 6px 16px;
    font-size: 16px;
    bottom: 20px;
    left: 12px;
  }

  .main-sec05{
    padding: 60px 0;
  }
  .main-sec05-titbox{
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .main-sec05-titbox p{
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
  }
  .main-sec05-titbox p::before{
    display: none;
  }
  .main-sec05-titbox h2{
    font-size: 24px;
  }

  .blog-swiper-wrapper .blog-prevbtn,
  .blog-swiper-wrapper .blog-nextbtn
  {
    width: 40px;
  }
  .blog-swiper-wrapper .blog-prevbtn{
    left: 12px;
  }
  .blog-swiper-wrapper .blog-nextbtn{
    right: 12px;
  }
  .blog-swiper-wrapper .blog-swiper .swiper-slide .txtbox{
    padding: 20px 20px;
    border: 4px solid rgb(19,107,108);
  }
  .blog-swiper-wrapper .blog-swiper .swiper-slide .txtbox .subject{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blog-swiper-wrapper .blog-swiper .swiper-slide .txtbox .tag-p{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .main-sec03 .con-line > li{
    width: 100%;
  }
  .main-sec03 .con-line > li .conbox .txtbox{
    top: 12vw;
  }
  .main-sec04 .con-line > li{
    width: 100%;
  }
  .main-sec04 .con-line > li .conbox .link-a{
    position: relative;
    bottom: initial;
    left: initial;
    margin-bottom: 20px;
    margin-left: 12px;
  }
  .main-sec04 .con-line > li .conbox .txtbox{
    min-height: initial;
  }

  .main-sec01 .video-box{
    /* width: 250%; */
    padding-bottom: 170.5%;
  }
  .main-sec01 .video-box video.pc{display: none;}
  .main-sec01 .video-box video.mobile{display: block;}

  .main-sec02 .imgbox{
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
}

@media(max-width:320px){
  .main-sec01 .txtbox .play-icon{
    display: none;
  }
}

/* main */

.foot-wrap,
.foot-sec{
  position: relative;
  width: 100%;
}
.foot-sec01{
  background: url(../img/foot-sec01-bg.jpg) no-repeat center / cover;
  z-index: 3;
}
.foot-sec01 .foot-sec01-inner{
  max-width: 2560px;
}
.foot-sec01 .con-line{
  display: flex;
}
.foot-sec01 .con-line > li{
  flex: 1;
  position: relative;
}
.foot-sec01 .con-line > .left{
  display: flex;
  justify-content: flex-end;
}
.foot-sec01 .con-line > .left .conbox{
  padding: 100px 0;
  max-width: 800px;
  width: 100%;
  border-left: 1px solid rgb(52, 105, 142);
  position: relative;
  z-index: 2;
}
.foot-sec01 .con-line > .left .simbol{
  position: absolute;
  bottom: 0;
  right: 20px;
  transform: translateY(15%);
  -webkit-transform: translateY(15%);
  max-width: 278px;
  width: 100%;
  opacity: 0.2;
}
.foot-sec01 .con-line > .left .conbox .info-box1{
  padding-left: 76px;
  padding-right: 20px;
  padding-bottom: 44px;
  margin-bottom: 52px;
  border-bottom: 1px solid rgb(52,105,142);
}
.foot-sec01 .con-line > .left .conbox .info-box1 h2{
  font-size: 52px;
  font-weight: bold;
  color: rgb(244, 111, 32);
  margin-bottom: 20px;
}
.foot-sec01 .con-line > .left .conbox .info-box1 .bottom-txt h3{
  font-size: 26px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.foot-sec01 .con-line > .left .conbox .info-box1 .bottom-txt p{
  font-size: 22px;
  font-weight: normal;
  color: rgb(156, 180, 197);
  margin-top: 4px;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .info-box2-smallbox{
  margin-bottom: 88px;
  padding-left: 76px;
  padding-right: 20px;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .info-box2-smallbox:last-child{
  margin-bottom: 0;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .subtit{
  font-size: 28px;
  font-weight: 600;
  color: rgb(244, 111, 32);
  margin-bottom: 16px;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .time-line{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .time-line:last-child{
  margin-bottom: 0;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .time-line > .tit{
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: rgb(255,255,255);
  width: 180px;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .time-line > .txt{
  font-size: 28px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: calc(100% - 190px);
}
.foot-sec01 .con-line > .left .conbox .info-box2 .time-line > .txt.full{
  width: 100%;
}
.foot-sec01 .con-line > .left .conbox .info-box2 .time-line > .txt.playfair{
  font-size: 42px;
}

.map_box{height: 100%;}
.map_box .cont,
.map_box .wrap_controllers,
.map_box .map_border
{
  display: none;
}
.map_box .wrap_map{height: 100% !important;}
.map_box .root_daum_roughmap{width:100% !important;height: 100% !important;}
.map_box .map{width: 100%;height: 842px;}

.foot-sec02{
  padding: 112px 0;
  background-color: rgb(226, 226, 226);
}
.foot-sec02 .foot-sec02-inner{
  max-width: 1920px;
  padding: 0 50px;
}
.foot-sec02 .con-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.foot-sec02 .con-line > .left .foot-infobox p{
  margin-bottom: 5px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.foot-sec02 .con-line > .left .foot-infobox p:last-child{
  margin-bottom: 0;
}
.foot-sec02 .con-line > .left .foot-infobox p > span{
  display: block;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: rgb(4, 4, 4);
}
.foot-sec02 .con-line > .left .foot-infobox p > span::after{
  content: "|";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  display: block;
}
.foot-sec02 .con-line > .left .foot-infobox p > span:last-child::after{
  display: none;
}
.foot-sec02 .con-line > .right .foot-contact-infobox h3{
  font-size: 24px;
  font-weight: bold;
  color: rgb(6, 6, 6);
}
.foot-sec02 .con-line > .right .foot-contact-infobox h2{
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: rgb(0, 0, 0);
  line-height: 1;
}
.foot-sec02 .con-line > .right .foot-contact-infobox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.16px;
  color: rgb(0, 0, 0);
}

@media(max-width:1600px){
  .foot-sec01 .con-line > .left .conbox .info-box2 .info-box2-smallbox{
    margin-bottom: 40px;
  }
  .foot-sec02 .foot-sec02-inner{
    padding: 0 20px;
  }
}

@media(max-width:1024px){
  .foot-sec01{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot-sec01 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-sec01 .con-line > li{
    flex: none;
    width: 100%;
  }
  .foot-sec01 .con-line > .left{
    justify-content: flex-start;
    order: 1;
  }
  .foot-sec01 .con-line > .right{
    order: 0;
  }
  .foot-sec01 .con-line > .left .conbox{
    padding: 0;
    max-width: 100%;
    border-left:none;
  }
  .foot-sec01 .con-line > .left .conbox .info-box1{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box1 h2{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box1 .bottom-txt h3{
    font-size: 15px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box1 .bottom-txt p{
    font-size: 15px;
    margin-top: 2px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box2 .info-box2-smallbox{
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box2 .subtit{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box2 .time-line{
    gap: 6px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box2 .time-line > .tit{
    font-size: 15px;
    letter-spacing: 0.7px;
    width: 110px;
  }
  .foot-sec01 .con-line > .left .conbox .info-box2 .time-line > .txt{
    font-size: 15px;
    width: calc(100% - 120px);
  }
  .foot-sec01 .con-line > .left .conbox .info-box2 .time-line > .txt.playfair{
    font-size: 15px;
  }
  .map_box{height: 300px;}
  .map_box .map{height: 300px;}

  .foot-sec02{
    padding: 30px 0;
  }
  .foot-sec02 .con-line{
    gap: 30px;
  }
  .foot-sec02 .con-line > .left .foot-infobox p{
    margin-bottom: 4px;
    gap: 4px;
  }
  .foot-sec02 .con-line > .left .foot-infobox p > span{
    font-size: 14px;
    width: 100%;
  }
  .foot-sec02 .con-line > .left .foot-infobox p > span::after{
    display: none;
  }
  .foot-sec02 .con-line > .right .foot-contact-infobox h3{
    font-size: 14px;
  }
  .foot-sec02 .con-line > .right .foot-contact-infobox h2{
    font-size: 16px;
  }
  .foot-sec02 .con-line > .right .foot-contact-infobox p{
    font-size: 13px;
  }

  .foot-sec01 .con-line > .left .simbol{
    width: 30%;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
  }
}

/* tail */

.right-quick-wrap{
  position: fixed;
  bottom: 6vw;
  right: 20px;
  width: 100px;
  z-index: 999;
  background: #fff;
}
.right-quick-wrap .quick-tit{
  text-align: center;
  padding: 6px 0;
  background-color: rgb(35, 35, 35);
}
.right-quick-wrap .quick-tit img{
  display: inline-block;
  max-width: 52px;
  width: 100%;
}
.right-quick-wrap .quick-con-wrap .quick-conbox{
  display: block;
  padding: 20px 10px;
  border-top: 1px solid #D1D1D1;
  text-align: center;
}
.right-quick-wrap .quick-con-wrap .quick-conbox:first-child{
  border: none;
}
.right-quick-wrap .quick-con-wrap .quick-conbox .iconbox img{
  display: inline-block;
  max-width: 40px;
  width: 100%;
}
.right-quick-wrap .quick-con-wrap .quick-conbox p{
  font-size: 14px;
  font-weight: 500;
  color: rgb(85, 85, 85);
  text-align: center;
  margin-top: 6px;
}
.right-quick-wrap .quick-con-wrap .quick-conbox:hover p{
  text-decoration: underline;
}
.right-quick-wrap .top-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border: none;
  outline: none;
  background-color: rgb(19, 107, 108);
}
.right-quick-wrap .top-btn img{
  width: 40px;
}

@media(max-width:1024px){
  .right-quick-wrap{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
  }
  .right-quick-wrap .quick-tit img{
    max-width: 42px;
  }
  .right-quick-wrap .quick-con-wrap .quick-conbox{
    padding: 10px 5px;
  }
  .right-quick-wrap .quick-con-wrap .quick-conbox .iconbox img{
    max-width: 30px;
  }
  .right-quick-wrap .quick-con-wrap .quick-conbox p{
    font-size: 13px;
    margin-top: 4px;
  }
  .right-quick-wrap .top-btn{
    height: 50px;
  }
  .right-quick-wrap .top-btn img{
    width: 20px;
  }

}

@media(max-width:768px){
  .right-quick-wrap .quick-tit{
    display: none;
  }
  .right-quick-wrap{
    right: initial;
    left: 0;
    width: 100%;
  }
  .right-quick-wrap .quick-con-wrap{
    display: flex;
  }
  .right-quick-wrap .quick-con-wrap .quick-conbox{
    flex: 1;
  }
  .right-quick-wrap .top-btn{
    display: none;
  }
}

@media(max-width:360px){
  .right-quick-wrap .quick-con-wrap .quick-conbox .iconbox img{
    max-width: 24px;
  }
  .right-quick-wrap .quick-con-wrap .quick-conbox p{
    font-size: 12px;
  }
}

/* quick */