@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=Play:wght@400;700&display=swap');

@font-face {
    font-family: 'InkLiquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-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', 'sans-serif';
  word-break: keep-all;
}
 
.cmt{
  font-family: "Cormorant", serif !important;
}
.play{
  font-family: "Play", sans-serif !important;
}
.mts{
  /* font-family: 'Montserrat', sans-serif !important; */
}
.inner{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* 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);
}

/* 헤더컬러 */

.header{
  background: #fff;
}
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
  /* background: #fff; */
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0.2); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);
  background: rgba(255,255,255.1);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
position: relative;
z-index: 99;
}
.header .logo img {display: block; max-width: 105px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 30px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 15px; 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: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 160px; 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: 5px 2rem; word-break: keep-all;

  font-size: 13.5px;
  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: 10px;
}

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



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


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 14px;
}
.right-btn-area > div{
  width: 30px;
  cursor: pointer;
}
.ham_open{
  display: none;
}

@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;
  }
  .gnb_nav .gnb{
    gap: 20px;
  }
  .gnb_nav .gnb .depth1_a{
    font-size: 14px;
  }
}

@media(min-width:1201px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1200px){
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .right-btn-area{
    display: flex;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;} 
	.header .logo img {width: 95px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);
  display: block;
  }
	.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{
    width: 20px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: rgb(51, 139, 73);
  }
}
@media screen and (max-width: 768px){

	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  header .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 {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  position: relative;
  z-index: 5;
}
.subtop-con-wrap{
  width: 100%;
  padding: 180px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv02-2{
  background-image: url(/html/img/sub_visual02-2.jpg);
}
.sub_visual.sv02-3{
  background-image: url(/html/img/sub_visual02-3.jpg);
}
.sub_visual.sv02-4{
  background-image: url(/html/img/sub_visual02-4.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual.sv06 {
  background-image: url(/html/img/sub_visual06.jpg);
}
.sub_visual.sv07 {
  background-image: url(/html/img/sub_visual07.jpg);
}
.sub_visual.sv08 {
  background-image: url(/html/img/sub_visual08.jpg);
}
.sub_visual .sub_tit {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.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: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 500px;
  width: 100%;  
  background-color: rgba(25, 25, 25, 0.5);
}
.sub_nav_ul {
  display: flex;
  width: 100%;
}
.sub_nav_ul > li {
  position: relative;
}
.sub_nav_ul > li::after{
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgba(204, 204, 204,0.3);
  position: absolute;
  top: 50%;
  right: -0.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sub_nav_ul > li:last-child::after{
  display: none;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.sub_nav_ul .home a img{
  max-width: 40px;
  display: block;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: calc(50% - 30px);
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);

}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 8px;
  height: 15px;
  background: url(/html/img/icon_drop.svg) no-repeat center; position: absolute;
  top: 50%;
  right: 20px;
  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;
  font-size: 16px;
  font-weight: 400;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


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

/* 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;
}
.loading-wrap.main-loading-wrap{
  display: block;
  background: rgba(0, 0, 0,1);
}

@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-sec{
  padding: 100px 0;
}
.main-sec02{
  padding-top: 200px;
}
.main-sec02 .con-line{
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-sec02 .con-line > .left{
  width: 450px;
}
.main-sec02 .con-line > .right{
  width: calc(100% - 460px);
}
.main-sec02 .con-line > .left .titbox{
  margin-bottom: 60px;
}
.main-sec02 .con-line > .left .titbox .top-entxt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
}
.main-sec02 .con-line > .left .titbox > h2{
  font-size: 75px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  margin-top: 16px;
  margin-bottom: 32px;
}
.main-sec02 .con-line > .left .titbox .bottom-txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}
.cm-linkbtn01 a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border-radius: 999px;
  width: 280px;
  border: solid 3px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  gap: 20px;
}
.cm-linkbtn01 a:hover{
  background-color: rgb(221, 221, 221);
}
.cm-linkbtn01 a .txt{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: rgba(51, 51, 51, 0.8);
}
.cm-linkbtn01 a img{
  width: 32px;
}
.main-sec02 .inner{
  z-index: 2;
}
.main-sec02 .con-line > .right .con-subline{
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
}
.main-sec02 .con-line > .right .con-subline > li{
  width: calc(40% - 15px);
  border-radius: 32px;
  overflow: hidden;
}
.main-sec02 .con-line > .right .con-subline > li .conbox{
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.main-sec02 .con-line > .right .con-subline > li .conbox .back{
  background: rgba(0, 0, 0, 0.30);
  transition: all 0.3s ease-in-out;
}
.main-sec02 .con-line > .right .con-subline > li .conbox:hover .back{
  filter: blur(10px);
  -webkit-filter: blur(10px);
}
.main-sec02 .con-line > .right .con-subline > li .conbox .txtbox{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  z-index: 2;
}
.main-sec02 .con-line > .right .con-subline > li .conbox .txtbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.main-sec02 .con-line > .right .con-subline > li .conbox .txtbox h3{
  margin-top: 12px;
  margin-bottom: 12px;

  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.main-sec02 .con-line > .right .con-subline > li .conbox .txtbox .icon img{
  width: 32px;
}
.main-sec02 .con-line > .right .con-subline.bottom{
  margin-top: 28px;
  left: calc(20% - 15px);
}
.txt-swiper{
  position: absolute;
  bottom: 120px;
  left: 0;
}
.txt-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.txt-swiper .swiper-wrapper p{
  font-size: 180px;
  font-weight: bold;
  line-height: 0.83;
  letter-spacing: -0.8px;
  color: rgba(0, 0, 0,0.08);
}
.txt-swiper .swiper-wrapper .swiper-slide{
  width: auto;
}

.main-sec03 .titbox{
  margin-bottom: 88px;
}
.main-sec03 .titbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  margin-top: 18px;
}
.main-sec03 .titbox h2{
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
}
.main-sec03 .con-wrap .con-line{
  display: flex;
}
.main-sec03 .con-wrap .con-line > li{
  flex: 1;
  overflow: hidden;
}
.main-sec03 .con-wrap .con-line > li:first-child{
  border-bottom-left-radius: 64px;
}
.main-sec03 .con-wrap .con-line > li:last-child{
  border-top-right-radius: 64px;
}
.main-sec03 .con-wrap .con-line > li .conbox{
  width: 100%;
  display: block;
  position: relative;
}
.main-sec03 .con-wrap .con-line > li .conbox::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.main-sec03 .con-wrap .con-line > li .back{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.main-sec03 .con-wrap .con-line > li .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.main-sec03 .con-wrap .con-line > li .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  margin-bottom: 16px;
}
.main-sec03 .con-wrap .con-line > li .txtbox p{
  position: relative;
}
.main-sec03 .con-wrap .con-line > li .txtbox p .txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.main-sec03 .con-wrap .con-line > li .txtbox p .hv-icon{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.main-sec03 .con-wrap .con-line > li .conbox:hover .txtbox p .hv-icon{
  opacity: 1;
}
.main-sec03 .con-wrap .con-line > li .conbox:hover .txtbox p .txt{
  opacity: 0;
}
.main-sec03 .con-wrap .con-line > li .conbox:hover::before{
  opacity: 1;
}

.main-sec04 .inner{
  max-width: 1520px;
}
.main-sec04 .tit-line{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 88px;
  padding-left: 20px;
  padding-right: 20px;
}
.main-sec04 .tit-line .titbox{
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sec04 .tit-line .titbox h2{
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
}
.main-sec04 .tit-line .titbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(102, 102, 102);
}


.pd-swiper .swiper-slide .conbox{
  border-bottom-right-radius: 60px;
  border: 1px solid #eee;
  background-color: rgb(255, 255, 255);
  display: block;
  box-shadow: 7.6px 7.6px 7px 0 rgba(0, 0, 0, 0.05);
}

.pd-swiper .swiper-slide .conbox .imgbox{
  padding: 4px;
}
.pd-swiper .swiper-slide .conbox .txtbox{
  padding: 32px 20px 48px 40px;
}
.pd-swiper .swiper-slide .conbox .txtbox h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(51, 51, 51);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pd-swiper .swiper-slide .conbox:hover .cm-linkbtn02 > div .txt{
  text-decoration: underline;
}
.pd-swiper .swiper-slide .conbox .txtbox p{
  margin-top: 18px;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.8px;
  color: rgb(153, 153, 153);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 48px;
}
.cm-linkbtn02 a,
.cm-linkbtn02 > div
{
  display: flex;
  align-items: center;
  gap: 12px;
}
.cm-linkbtn02 a .txt,
.cm-linkbtn02 > div .txt
{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgba(51, 51, 51, 0.8);
}
.cm-linkbtn02 a img,
.cm-linkbtn02 > div img
{
  width: 32px;
}
.pd-swiper-controll{
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 60px;
  align-items: center;
}
.pd-swiper-controll .swiper1-paging{
  display: flex;
  align-items: center;
  gap: 14px;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: rgb(51, 51, 51);
  width: auto;
}
.pd-swiper-controll .swiper1-paging .endnum{
  color: rgba(0, 0, 0, 0.2);
}
.pd-swiper-controll .swiper1-paging .bar{
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
  width: 124px;
  height: 2px;
}
.pd-swiper-controll .swiper1-paging .bar > span{
  width: 0;
  height: 100%;
  background-color: rgb(65, 183, 155);
  position: absolute;
  top: 0;
  left: 0;
}
.pd-swiper-controll  .swiper1-pause{
  width: 13px;
  height: 13px;
  position: relative;
  cursor: pointer;
}
.pd-swiper-controll  .swiper1-pause img{
  position: absolute;
  top: 0;
  left: 0;
}
.pd-swiper-controll  .swiper1-pause img.play,
.pd-swiper-controll  .swiper1-pause.stop img.pause
{
  opacity: 0;
}
.pd-swiper-controll  .swiper1-pause.stop img.play{
  opacity: 1;
}

.main-sec04{
  padding: 100px 0 200px;
}
.main-sec05{
  background: url(/html/img/main-sec05-bg.jpg) no-repeat center / cover;
  padding: 150px 0;
}
.main-sec05 .tit-line{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 88px;
}
.main-sec05 .tit-line .titbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  margin-bottom: 18px;
}
.main-sec05 .tit-line .titbox h2{
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.main-sec05 .tit-line .cert-paging{
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-sec05 .tit-line .cert-paging> div{
  width: 60px;
  cursor: pointer;
}
.cert-swiper{
  overflow: hidden;
}
.cert-swiper .swiper-slide .imgbox{
  cursor: url(/html/img/cert-cursor.svg) 2 2, auto;
  background: #fff; 
}
.cert-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.cert-popup-wrap .bg{
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cert-popup-wrap .popup-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 500px;
  z-index: 2;
  padding: 0 15px;
}
.cert-popup-wrap .popup-box{
  width: auto;
}
.cert-popup-wrap .popup-box img{
  max-height: 80vh;
}
.cert-popup-wrap .popup-box .close-x{
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  z-index: 1;
}

.tabcontent {
  display: none;
}
.tabcontent.first{
  display: block;
}
.main-sec06{
  padding: 200px 0;
}
.main-sec06 .con-line{
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.main-sec06 .con-line > li{
  width: calc(50% - 24px);
  width: 100%;
  /* left 없음 */
}
.main-sec06 .con-line > li.left .tit-line{
  display: flex;
  justify-content: space-between;
  gap: 10px; 
  margin-bottom: 26px;
}
.sec06-contit{
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.main-sec06 .con-line > li.left .tit-line .left-tit{
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.main-sec06 .con-line > li.left .tit-line .left-tit .tabs-button-line{
  display: flex;
}
.main-sec06 .con-line > li.left .tit-line .left-tit .tabs-button-line button{
  width: 107px;
  outline: none;
  border: none;
  background: #fff;
  text-align: center;
  padding: 10px 5px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  border-bottom: solid 3px transparent;
}
.main-sec06 .con-line > li.left .tit-line .left-tit .tabs-button-line button.active{
  border-bottom: solid 3px rgb(0, 0, 0);
  color: rgb(25, 25, 25);
}
.main-sec06 .con-line > li.left .tit-line .plus-btn a{
  display: block;
  text-align: center;
  padding: 18px 17px;
  border-radius: 8px;
  border: solid 1px rgb(0, 0, 0);
}
.main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper{
  padding: 35px 40px;
  border-radius: 20px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
}
.main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list{
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: solid 1px rgb(238, 238, 238);
}
.main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list .date{
  width: 116px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.8px;
  color: rgb(102, 102, 102);
  padding: 22px 0;
}
.main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list .subject{
  width: calc(100% - 126px);
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(17, 17, 17);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 22px 0;
}
.main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list:hover .subject{
  text-decoration: underline;
}

.quick-frm-wrapper{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: rgb(25,25,25);
  margin-top: 12px;
}
.q-ipt
{
  padding: 24px 20px;
  background-color: rgb(245, 245, 245);
  border: none;
  width: 100%;
}
textarea.q-ipt{
  resize: none;
  height: 140px;
  overflow-y: auto;
}
.quick-frm-wrapper input::placeholder{
  color: rgb(175, 175, 175);
}
.quick-inq-toptxt{
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(102, 102, 102);
  margin-bottom: 8px;
}
.quick-frm-wrapper .frm-ipt-box{
  margin-bottom: 12px;
}
.quick-frm-wrapper .frm-ipt-box.last{
  margin-bottom: 6px;
}
.quick-frm-wrapper .frm-ipt-box .half-line{
  display: flex;
  gap: 12px;
}
.quick-frm-wrapper .frm-ipt-box .half-line > div{
  flex: 1;
}
.quick-frm-wrapper .agr-box{
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 20px;
}
.quick-frm-wrapper .agr-box label{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(152, 152, 152);
  cursor: pointer;
}
.main-quick-submitbtn button{
  outline: none;
  border: none;
  border-radius: 8px;
  background-color: rgb(42, 121, 210);
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 18px 0;
}

@media(max-width:1600px){
  .main-sec02 .con-line > .right .con-subline > li{
    width: calc(45% - 15px);
  }
  .main-sec02 .con-line > .right .con-subline.bottom{
    left: 5%;
  }
  .main-sec06 .con-line{
    gap: 20px;
  }

}

@media(min-width:1025px){
  .pd-swiper{
    overflow: hidden;
    padding: 0 20px; 
    padding-bottom: 8px;
  }
}

@media(max-width:1024px){
  .main-sec{
    padding: 60px 0;
  }
  .main-sec02{
    padding-top: 60px;
  }
  .main-sec02 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .main-sec02 .con-line > .left{
    width: 100%;
  }
  .main-sec02 .con-line > .right{
    width: 100%;
  }
  .main-sec02 .con-line > .left .titbox{
    margin-bottom: 20px;
  }
  .main-sec02 .con-line > .left .titbox .top-entxt{
    font-size: 15px;
  }
  .main-sec02 .con-line > .left .titbox > h2{
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .main-sec02 .con-line > .left .titbox .bottom-txt{
    font-size: 16px;
  }
  .cm-linkbtn01 a{
    padding: 10px 6px;
    width: 230px;
    border: solid 2px rgb(221, 221, 221);
    gap: 14px;
  }
  .cm-linkbtn01 a .txt{
    font-size: 16px;
  }
  .cm-linkbtn01 a img{
    width: 28px;
  }
  .main-sec02 .con-line > .right .con-subline{
    gap: 10px;
    flex-wrap: wrap;
  }
  .main-sec02 .con-line > .right .con-subline > li{
    width: calc(50% - 5px);
    border-radius: 24px;
  }
  .main-sec02 .con-line > .right .con-subline > li .conbox .back{
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: blur(0) !important;
    -webkit-filter: blur(0) !important;
  }
  .main-sec02 .con-line > .right .con-subline > li .conbox::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .main-sec02 .con-line > .right .con-subline > li .conbox .txtbox{
    padding: 0px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
  .main-sec02 .con-line > .right .con-subline > li .conbox .txtbox p{
    font-size: 16px;
  }
  .main-sec02 .con-line > .right .con-subline > li .conbox .txtbox h3{
    margin-top: 8px;
    margin-bottom: 14px;

    font-size: 20px;
  }
  .main-sec02 .con-line > .right .con-subline > li .conbox .txtbox .icon img{
    width: 28px;
  }
  .main-sec02 .con-line > .right .con-subline.bottom{
    margin-top: 10px;
    left: 0%;
  }
  .txt-swiper{
    bottom: 0px;
  }
  .txt-swiper .swiper-wrapper p{
    font-size: 16vw;
  }

  .main-sec03 .titbox{
    margin-bottom: 40px;
  }
  .main-sec03 .titbox p{
    font-size: 15px;
    margin-top: 10px;
  }
  .main-sec03 .titbox h2{
    font-size: 24px;
  }
  .main-sec03 .con-wrap .con-line{
    flex-wrap: wrap;
  }
  .main-sec03 .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .main-sec03 .con-wrap .con-line > li:first-child{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 30px;
  }
  .main-sec03 .con-wrap .con-line > li:last-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
  }
  .main-sec03 .con-wrap .con-line > li .conbox::before{
    opacity: 1;
  }
  .main-sec03 .con-wrap .con-line > li .back{
    height: 220px;
  }
  .main-sec03 .con-wrap .con-line > li .txtbox{
  }
  .main-sec03 .con-wrap .con-line > li .txtbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .main-sec03 .con-wrap .con-line > li .txtbox p{
    padding-bottom: 44px;
  }
  .main-sec03 .con-wrap .con-line > li .txtbox p .txt{
    font-size: 16px;
  }
  .main-sec03 .con-wrap .con-line > li .txtbox p .hv-icon{
    position: absolute;
    top: initial;
    bottom: 0;
    opacity: 1;
    width: 30px;
  }
  .main-sec03 .con-wrap .con-line > li .conbox:hover .txtbox p .txt{
    opacity: 1;
  }

  .main-sec04 .tit-line{
    margin-bottom: 60px;
  }
  .main-sec04 .tit-line .titbox{
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-sec04 .tit-line .titbox h2{
    width: 100%;
    font-size: 24px;
  }
  .main-sec04 .tit-line .titbox p{
    font-size: 16px;
    width: 100%;
  }
  .pd-swiper .swiper-slide .conbox{
    border-bottom-right-radius: 30px;
  }
  .pd-swiper .swiper-slide .conbox .imgbox{
    padding: 2px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox{
    padding: 20px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox h3{
    font-size: 18px;
  }
  .pd-swiper .swiper-slide .conbox .txtbox p{
    margin-top: 8px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .cm-linkbtn02 a,
  .cm-linkbtn02 > div
  {
    gap: 8px;
  }
  .cm-linkbtn02 a .txt,
  .cm-linkbtn02 > div .txt
  {
    font-size: 16px;
  }
  .cm-linkbtn02 a img,
  .cm-linkbtn02 > div img
  {
    width: 28px;
  }
  .pd-swiper-controll{
    gap: 12px;
    margin-top: 30px;
  }
  .pd-swiper-controll .swiper1-paging{
    gap: 6px;
    font-size: 14px;
  }
  .pd-swiper-controll .swiper1-paging .bar{
    width: 90px;
  }

  .cert-popup-wrap .popup-box img{
    max-height: 70vh;
  }
  .cert-popup-wrap .popup-box .close-x{
    font-size: 24px;
  }

  .main-sec04{
    padding: 60px 0;
    padding-top: 0;
  }
  .main-sec05{
    padding: 60px 0;
  }
  .main-sec05 .tit-line{
    margin-bottom: 30px;
  }
  .main-sec05 .tit-line .titbox p{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .main-sec05 .tit-line .titbox h2{
    font-size: 24px;
  }
  .main-sec05 .tit-line .cert-paging{
    gap: 6px;
  }
  .main-sec05 .tit-line .cert-paging> div{
    width: 30px;
  }


  .main-sec06{
    padding: 60px 0;
  }
  .main-sec06 .con-line{
    gap: 60px;
    flex-wrap: wrap;
  }
  .main-sec06 .con-line > li{
    flex: none;
    width: 100%;
  }
  .main-sec06 .con-line > li.left .tit-line{
    margin-bottom: 20px;
    align-items: flex-end;
  }
  .sec06-contit{
    font-size: 24px;
  }
  .main-sec06 .con-line > li.left .tit-line .left-tit{
    gap: 20px;
  }
  .main-sec06 .con-line > li.left .tit-line .left-tit .tabs-button-line{
    flex-wrap: wrap;
  }
  .main-sec06 .con-line > li.left .tit-line .left-tit .tabs-button-line button{
    width: auto;
    padding: 5px 15px;
    font-size: 16px;
    border-bottom: solid 2px transparent;
  }
  .main-sec06 .con-line > li.left .tit-line .left-tit .tabs-button-line button.active{
    border-bottom: solid 2px rgb(0, 0, 0);
  }
  .main-sec06 .con-line > li.left .tit-line .plus-btn a{
    padding: 10px 8px;
  }
  .main-sec06 .con-line > li.left .tit-line .plus-btn a img{
    width: 16px;
  }
  .main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper{
    padding: 20px;
  }
  .main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list{
    gap: 6px;
  }
  .main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list .date{
    width: 70px;
    font-size: 14px;
    padding: 12px 0;
  }
  .main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list .subject{
    width: calc(100% - 76px);
    font-size: 16px;
    padding: 12px 0;
  }
  .quick-frm-wrapper{
    font-size: 15px;
    margin-top: 6px;
  }
  .q-ipt
  {
    padding: 12px 15px;
  }
  textarea.q-ipt{
    height: 100px;
  }
  .quick-inq-toptxt{
    font-size: 15px;
    margin-bottom: 4px;
  }
  .quick-frm-wrapper .frm-ipt-box{
    margin-bottom: 6px;
  }
  .quick-frm-wrapper .frm-ipt-box.last{
    margin-bottom: 3px;
  }
  .quick-frm-wrapper .frm-ipt-box .half-line{
    gap: 6px;
    flex-wrap: wrap;
  }
  .quick-frm-wrapper .frm-ipt-box .half-line > div{
    flex: none;
    width: 100%;
  }
  .quick-frm-wrapper .agr-box label{
    font-size: 14px;
  }
  .main-quick-submitbtn button{
    font-size: 16px;
    padding: 10px 0;
  }
  
}

@media(max-width:767px){
  .main-sec02 .con-line > .right .con-subline > li .conbox .back{
    height: 180px;
  }
  .main-sec03 .con-wrap .con-line > li .back{
    height: 200px;
  }
}

@media(max-width:340px){
  .main-sec06 .con-line > li.left .tit-line .left-tit{
    flex-wrap: wrap;
  }
  .main-sec06 .con-line > li.left .tit-line .left-tit > h2,
  .main-sec06 .con-line > li.left .tit-line .left-tit .tabs-button-line
  {
    width: 100%;
  }
  .main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list .date{
    display: none;
  }
  .main-sec06 .con-line > li.left .tab-content-wrap .board-wrapper .board-list .subject{
    width: 100%;
  }
}

/* main */

.foot-wrap, .foot-sec01{
  width: 100%;
  position: relative;
}
.foot-sec01{
  padding: 70px 0 48px;
  background-color: rgb(247, 247, 247);
}
.foot-sec01 .foot-sec01-top-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 29px;
  border-bottom: 1px solid rgba(64, 64, 64,0.12);
}
.foot-sec01 .foot-sec01-top-line .foot-logo{
  width: 100px;
}
.foot-sec01 .foot-sec01-top-line .foot-navi-line{
  display: flex;
  gap: 46px;
  align-items: center;
}
.foot-sec01 .foot-sec01-top-line .foot-navi-line > a{
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.foot-sec01-info-wrapper .con-line{
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(64, 64, 64,0.12);
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.foot-sec01-info-wrapper .con-line > li .infobox > h3{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(51, 51, 51);
  margin-bottom: 12px;
}
.foot-sec01-info-wrapper .con-line > li .infobox .info-p{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-bottom: 8px;
}
.foot-sec01-info-wrapper .con-line > li .infobox .info-p .tit{
  color: rgb(170, 170, 170);
}
.foot-sec01-info-wrapper .con-line > li .infobox .half{
  display: flex;
  gap: 38px;
  align-items: center;
}
.copyright{
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(136, 136, 136);
}

@media(max-width:1024px){
  .foot-sec01{
    padding: 40px 0;
  }
  .foot-sec01 .foot-sec01-top-line{
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .foot-sec01 .foot-sec01-top-line .foot-logo{
    width: 80px;
  }
  .foot-sec01 .foot-sec01-top-line .foot-navi-line{
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
  .foot-sec01 .foot-sec01-top-line .foot-navi-line > a{
    font-size: 14px;
  }
  .foot-sec01-info-wrapper .con-line{
    padding-bottom: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .foot-sec01-info-wrapper .con-line > li .infobox > h3{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .foot-sec01-info-wrapper .con-line > li .infobox .info-p{
    gap: 6px;
    font-size: 13px;
    margin-bottom: 6px;
  }
  .foot-sec01-info-wrapper .con-line > li .infobox .half{
    gap: 6px;
    flex-wrap: wrap;
  }
  .foot-sec01-info-wrapper .con-line > li .infobox .half > div{
    width: 100%;
  }
}

@media(max-width:767px){
  .foot-sec01 .foot-sec01-top-line .foot-navi-line{
    display: none;
  }
  .foot-sec01 .foot-sec01-top-line{
    border: none;
    margin-bottom: 0;
  }
  .foot-sec01-info-wrapper .con-line > li .infobox .info-p{
    margin-bottom: 4px;
  }
}

/* footer */

.sub-sec, .sub-wrap{
  width: 100%;
  position: relative;
}
.text-center{
  text-align: center !important;
}
.sub-sec{
  padding: 150px 0;
}
.sub-sec2{
  padding: 75px 0;
}
.page-titbox{
  margin-bottom: 60px;
}
.page-titbox h2{
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
}
.page-titbox h3{
  margin-top: 36px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}
.page-titbox p{
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}
.page-titbox.white *{
  color: #fff;
}
.mobile{
  display: none;
}
.grbg{
  background-color: rgb(245, 245, 245);
}
.sec-tit2{
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgb(0, 0, 0);
}

@media(max-width:1024px){
  .sub-sec{
    padding: 80px 0;
  }
  .sub-sec2{
    padding: 60px 0;
  }
  .page-titbox{
    margin-bottom: 30px;
  }
  .page-titbox h2{
    font-size: 28px;
  }
  .page-titbox h3{
    margin-top: 18px;
    font-size: 18px;
  }
  .page-titbox p{
    margin-top: 8px;
    font-size: 15px;
  }

  .sec-tit2{
    margin-bottom: 40px;
    font-size: 24px;
  }
}

@media(max-width:767px){
  .page-titbox p br{
    display: none;
  }
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
}

/* sub-common */

.sub01-2-sec01 .page-titbox{
  margin-bottom: 136px;
}
.sub01-2-sec01 .con-wrap{
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.sub01-2-sec01 .con-wrap .con-line{
  display: flex;
  gap: 40px;
  justify-content: center;
}
.sub01-2-sec01 .con-wrap .con-line > li{
  /* flex: 1; */
  width: calc(33.33% - (80px / 3));
  height: 230px;
  position: relative;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.11);
  background-color: rgb(255, 255, 255);
}
.sub01-2-sec01 .con-wrap .con-line > li:nth-child(2){
  /* top: -76px; */
}
.sub01-2-sec01 .con-wrap .con-line > li .conbox{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.sub01-2-sec01 .con-wrap .con-line > li .conbox .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.sub01-2-sec01 .con-wrap .con-line > li .conbox .txtbox h4{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.sub01-2-sec01 .con-wrap .con-line > li .conbox .txtbox h3{
  margin-top: 4px;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: rgb(237, 29, 35);
}
.sub01-2-sec01 .con-wrap .con-line > li .conbox .bg-txt{
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgba(0, 0, 0,0.08);
  white-space: nowrap;
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
}
/*  */
.sub01-2-sec01 .bottom-con-wrap{
  margin-top: 120px;
}
.sub01-2-sec01 .bottom-con-wrap .tit{
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 60px;
}
.sub01-2-sec01 .bottom-con-wrap .con-line2{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.sub01-2-sec01 .bottom-con-wrap .con-line2 > li{
  width: calc(33.333% - (80px / 3));
  background: #FFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.11);
}

/*  */

.sub01-2-sec02{
  background: url(/html/img/sub01-2-sec02-bg.jpg) no-repeat center / cover;
}
.sub01-2-sec02 .page-titbox{
  margin-bottom: 80px;
}
.sub01-2-sec02 .con-wrap .con-line{
  display: flex;
  gap: 62px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sub01-2-sec02 .con-wrap .con-line > li{
  width: 200px;
}
.sub01-2-sec02 .con-wrap .con-line > li .iconbox{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.sub01-2-sec02 .con-wrap .con-line > li .txtbox{
  text-align: center;
}
.sub01-2-sec02 .con-wrap .con-line > li .txtbox p{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}

.sub01-2-sec03 .page-titbox{
  margin-bottom: 153px;
}
.sub01-2-sec03 .con-wrap .con-line{
  display: flex;
  gap: 40px;
}
.sub01-2-sec03 .con-wrap .con-line > li{
  flex: 1;
  position: relative;
}
.sub01-2-sec03 .con-wrap .con-line > li.li1{
  background: url(/html/img/sub01-2-sec03-img01.jpg) no-repeat center / cover;
  top: -73px;
}
.sub01-2-sec03 .con-wrap .con-line > li.li2{
  background: url(/html/img/sub01-2-sec03-img02.jpg) no-repeat center / cover;
}
.sub01-2-sec03 .con-wrap .con-line > li.li3{
  background: url(/html/img/sub01-2-sec03-img03.jpg) no-repeat center / cover;
  top: -73px;
}
.sub01-2-sec03 .con-wrap .con-line > li.li4{
  background: url(/html/img/sub01-2-sec03-img04.jpg) no-repeat center / cover;
}
.sub01-2-sec03 .con-wrap .con-line > li .conbox{
  width: 100%;
  height: 350px;
  position: relative;
}
.sub01-2-sec03 .con-wrap .con-line > li .conbox .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.sub01-2-sec03 .con-wrap .con-line > li .conbox .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.sub01-2-sec03 .con-wrap .con-line > li .conbox .txtbox p{
  margin-top: 16px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.sub01-2-sec03 .con-wrap .bottom-txt{
  text-align: center;
  margin-top: 80px;
}
.sub01-2-sec03 .con-wrap .bottom-txt p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}

@media(max-width:1200px){
  .sub01-2-sec02 .con-wrap .con-line > li{
    width: 160px;
  }
}

@media(max-width:1024px){
  .sub01-2-sec01 .page-titbox{
    margin-bottom: 30px;
  }
  .sub01-2-sec01 .con-wrap .con-line{
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 10px;
  }
  .sub01-2-sec01 .con-wrap .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    height: 200px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
  }
  .sub01-2-sec01 .con-wrap .con-line > li:nth-child(2){
    top: 0px;
  }
  .sub01-2-sec01 .con-wrap .con-line > li .conbox .txtbox h4{
    font-size: 18px;
  }
  .sub01-2-sec01 .con-wrap .con-line > li .conbox .txtbox h3{
    margin-top: 6px;
    font-size: 24px;
  }
  .sub01-2-sec01 .con-wrap .con-line > li .conbox .bg-txt{
    font-size: 40px;
    bottom: -7%;
  }

  .sub01-2-sec02 .page-titbox{
    margin-bottom: 40px;
  }
  .sub01-2-sec02 .con-wrap .con-line{
    gap: 20px;
  }
  .sub01-2-sec02 .con-wrap .con-line > li{
    width: calc(25% - (60px / 3));
    transition-delay: 0s !important;
  }
  .sub01-2-sec02 .con-wrap .con-line > li .iconbox{
    margin-bottom: 12px;
  }
  .sub01-2-sec02 .con-wrap .con-line > li .txtbox p{
    font-size: 16px;
  }

  .sub01-2-sec03 .page-titbox{
    margin-bottom: 40px;
  }
  .sub01-2-sec03 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 10px;
  }
  .sub01-2-sec03 .con-wrap .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .sub01-2-sec03 .con-wrap .con-line > li.li1{
    top: 0;
  }
  .sub01-2-sec03 .con-wrap .con-line > li.li3{
    top: 0;
  }
  .sub01-2-sec03 .con-wrap .con-line > li .conbox{
    height: 250px;
  }
  .sub01-2-sec03 .con-wrap .con-line > li .conbox .txtbox h3{
    font-size: 20px;
  }
  .sub01-2-sec03 .con-wrap .con-line > li .conbox .txtbox p{
    margin-top: 8px;
    font-size: 15px;
  }
  .sub01-2-sec03 .con-wrap .bottom-txt{
    margin-top: 30px;
  }
  .sub01-2-sec03 .con-wrap .bottom-txt p{
    font-size: 15px;
  }


  .sub01-2-sec01 .bottom-con-wrap{
    margin-top: 60px;
  }
  .sub01-2-sec01 .bottom-con-wrap .tit{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sub01-2-sec01 .bottom-con-wrap .con-line2{
    gap: 10px;
  }
  .sub01-2-sec01 .bottom-con-wrap .con-line2 > li{
    width: calc(50% - 5px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
  }
}

@media(max-width:767px){
  .sub01-2-sec01 .con-wrap .con-line > li{
    height: 140px;
  }
  .sub01-2-sec01 .con-wrap .con-line > li .conbox .bg-txt{
    bottom: -10%;
  }
  .sub01-2-sec02 .con-wrap .con-line{
    gap: 30px 10px;
  }
  .sub01-2-sec02 .con-wrap .con-line > li{
    width: calc(50% - 5px);
  }
  .sub01-2-sec03 .con-wrap .bottom-txt p br{
    display: none;
  }
}

/* sub01_2 */


.sub02-1-sec01 .con-wrap .con-line{
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.sub02-1-sec01 .con-wrap .con-line > li.left{
  width: calc(38% - 15px);

  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.sub02-1-sec01 .con-wrap .con-line > li.right{
  width: calc(62% - 15px);
}
.sub02-1-sec01 .con-wrap .con-line > li.left .swiper,
.sub02-1-sec01 .con-wrap .con-line > li.left .mySwiper{
  overflow: hidden;
}
.sub02-1-sec01 .con-wrap .con-line > li.left .swiper .swiper-slide .imgbox{
  border-radius: 20px;
  overflow: hidden;
}
.sub02-1-sec01 .con-wrap .con-line > li.left .mySwiper{
  margin-top: 20px;
}
.sub02-1-sec01 .con-wrap .con-line > li.left .mySwiper .swiper-slide .imgbox{
  opacity: 0.2;
  border-radius: 20px;
}
.sub02-1-sec01 .con-wrap .con-line > li.left .mySwiper .swiper-slide.swiper-slide-thumb-active .imgbox{
  opacity: 1;
}

.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-titbox{
  margin-bottom: 38px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-titbox h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-titbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-top: 18px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap{
  padding: 59px 60px;
  border-radius: 18px;
  background-color: rgb(245, 245, 245);
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
  margin-bottom: 16px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .subject{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 4px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .pd-dsc{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-bottom: 18px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .spec-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 17px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .spec-line .tit{
  width: 80px;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .spec-line .txt{
  width: calc(100% - 90px);
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .inq-btn-box{
  margin-top: 40px;
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .inq-btn-box a{
  display: block;
  text-align: center;
  padding: 19px 15px;
  border-radius: 8px;
  background-color: rgb(42, 121, 210);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .inq-btn-box a:hover{
  text-decoration: underline;
}

/* .sub02-1-sec02{
  padding-top: 0;
}
.sub02-1-sec02 .inner{
  padding-top: 150px;
  border-top: 1px solid rgb(221, 221, 221);
}
.sub02-1-sec02 .inner > .tit{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  margin-bottom: 56px;
}
.sub02-1-sec02 .con-line{
  display: flex;
  gap: 40px;
}
.sub02-1-sec02 .con-line > li{
  flex: 1;
}
.sub02-1-sec02 .con-line > li .conbox{
  width: 100%;
  border-radius: 8px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  padding: 40px;
  height: 194px;
}
.sub02-1-sec02 .con-line > li .conbox .txtbox h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 12px;
}
.sub02-1-sec02 .con-line > li .conbox .txtbox p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
} */


.sub02-1-sec01-new .page-titbox{
  margin-bottom: 88px;
}
.sub02-1-sec01-new .inner > .tit{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  margin-bottom: 56px;
}
.sub02-1-sec01-new .con-line2{
  display: flex;
  gap: 40px;
}
.sub02-1-sec01-new .con-line2 > li{
  flex: 1;
}
.sub02-1-sec01-new .con-line2 > li .conbox{
  width: 100%;
  border-radius: 8px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  padding: 40px;
  height: 244px;
  display: block;
  position: relative;
}
.sub02-1-sec01-new .con-line2 > li .conbox .iconbox{
  position: absolute;
  top: 40px;
  right: 40px;
  width: 28px;
}
.sub02-1-sec01-new .con-line2 > li .conbox .txtbox h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 12px;
}
.sub02-1-sec01-new .con-line2 > li .conbox .txtbox p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}


.sub02-1-sec05{
  padding-top: 0;
}
.sub02-1-sec05 .con-line{
  display: flex;
  gap: 44px;
  align-items: flex-start;
}
.sub02-1-sec05 .con-line > li{
  flex: 1;
} 
.sub02-1-sec05 .con-line > li.left{
  order: 1;
}
.sub02-1-sec05 .con-line > li.right{
  order: 0;
}
.sub02-1-sec05 .con-line > li .sec-tit2{
  margin-bottom: 20px;
  text-align: left;
}
.sub02-1-sec05 .con-line > li .conbox .imgbox1{
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sub02-1-sec05 .con-line > li .conbox .imgbox2{
  width: 100%;
  border-radius: 10px;
  border: solid 1px rgb(209, 209, 209);
  padding: 20px;
}
.sub02-1-sec05 .con-line > li .conbox .imgbox2 img{
  display: block;
  width: 310px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.sub02-1-sec05 .con-line > li .conbox .imgbox2 p{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgb(0, 0, 0);
}
.sub02-1-sec05 .con-line > li .conbox .img-line{
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.sub02-1-sec05 .con-line > li .conbox .img-line > .img-box{
  width: calc(50% - 16px);
  height: 280px;
  border-radius: 10px;
  border: solid 1px rgb(221, 221, 221);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub02-1-sec05 .con-line > li .conbox .img-line > .img-box:first-child img{
  width: 95%;
}
.sub02-1-sec05 .con-line > li .conbox .img-line > .img-box:last-child img{
  width: 90%;
}

@media(max-width:1600px){
  /* .sub02-1-sec02 .con-line{
    gap: 20px;
  }
  .sub02-1-sec02 .con-line > li .conbox{
    padding: 40px 20px;
    height: 180px;
  }
  .sub02-1-sec02 .con-line > li .conbox .txtbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sub02-1-sec02 .con-line > li .conbox .txtbox p{
    font-size: 16px;
  } */

  .sub02-1-sec01-new .con-line2{
    gap: 20px;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox{
    padding: 40px 20px;
    height: 180px;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox .iconbox{
    right: 20px;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox .txtbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox .txtbox p{
    font-size: 16px;
  }
}

@media(max-width:1024px){
  .sub02-1-sec01 .con-wrap .con-line{
    flex-wrap: wrap;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.left{
    width: 100%;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.left br{
    display: none;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right{
    width: 100%;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.left .swiper .swiper-slide .imgbox{
    border-radius: 12px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.left .mySwiper{
    margin-top: 6px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.left .mySwiper .swiper-slide .imgbox{
    border-radius: 12px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap{
    padding: 30px 20px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .subject{
    font-size: 24px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .pd-dsc{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .spec-line{
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .spec-line .tit{
    width: 70px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .spec-line .txt{
    width: calc(100% - 90px);
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .inq-btn-box{
    margin-top: 30px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap .inq-btn-box a{
    padding: 12px 15px;
    font-size: 16px;
  }
  .sub02-1-sec01{
    padding-bottom: 75px;
  }

  .sub02-1-sec01 .con-wrap .con-line > li.left{
    font-size: 24px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-titbox{
    margin-bottom: 20px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-titbox h3{
    font-size: 20px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-titbox p{
    font-size: 16px;
    margin-top: 8px;
  }
  .sub02-1-sec01 .con-wrap .con-line > li.right .pd-stat-wrap h4{
    font-size: 18px;
    margin-bottom: 8px;
  }

  /* .sub02-1-sec02 .inner{
    padding-top: 75px;
  }
  .sub02-1-sec02 .inner > .tit{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sub02-1-sec02 .con-line{
    flex-wrap: wrap;
    gap: 10px;
  }
  .sub02-1-sec02 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .sub02-1-sec02 .con-line > li .conbox{
    padding: 20px;
    height: 140px;
  }
  .sub02-1-sec02 .con-line > li .conbox .txtbox h3{
    font-size: 18px;
    margin-bottom: 6px;
  }
  .sub02-1-sec02 .con-line > li .conbox .txtbox p{
    font-size: 15px;
  } */

  .sub02-1-sec01-new .inner > .tit{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sub02-1-sec01-new .con-line2{
    flex-wrap: wrap;
    gap: 10px;
  }
  .sub02-1-sec01-new .con-line2 > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .sub02-1-sec01-new .con-line2 > li .conbox{
    padding: 20px;
    height: 140px;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox .iconbox{
    top: 20px;
    width: 26px;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox .txtbox h3{
    font-size: 18px;
    margin-bottom: 6px;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox .txtbox p{
    font-size: 15px;
  }

  .sub02-1-sec04{
    padding-bottom: 75px;
  }

  .sub02-1-sec05 .con-line{
    gap: 40px;
    flex-wrap: wrap;
  }
  .sub02-1-sec05 .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub02-1-sec05 .con-line > li .conbox .imgbox1{
    border-radius: 12px;
    margin-bottom: 10px;
  }
  .sub02-1-sec05 .con-line > li .conbox .imgbox2 img{
    width: 80%;
    max-width: 250px;
    margin-bottom: 6px;
  }
  .sub02-1-sec05 .con-line > li .conbox .imgbox2 p{
    font-size: 16px;
  }
  .sub02-1-sec05 .con-line > li .conbox .img-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .sub02-1-sec05 .con-line > li .conbox .img-line > .img-box{
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .sub02-1-sec05 .con-line > li .conbox .img-line > .img-box:first-child img{
    width: 100%;
    max-width: 320px;
  }
  .sub02-1-sec05 .con-line > li .conbox .img-line > .img-box:last-child img{
    width: 100%;
    max-width: 320px;
  }

}

@media(max-width:767px){
  /* .sub02-1-sec02 .con-line > li{
    width: 100%;
  }
  .sub02-1-sec02 .con-line > li .conbox{
    height: auto;
    text-align: center;
  } */

  .sub02-1-sec01-new .con-line2 > li{
    width: 100%;
  }
  .sub02-1-sec01-new .con-line2 > li .conbox{
    height: auto;
    text-align: center;
  }
}

/* sub02-1 */

.sub07-1-sec01{
  padding-bottom: 0 !important;
}
.sub07-1-sec02{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sub07-1-sec01 .page-titbox{
  margin-bottom: 80px;
}
.sub07-1-sec01 .con-wrap{
  padding-top: 73px;
}
.sub07-1-sec01 .con-wrap .con-line{
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.sub07-1-sec01 .con-wrap .con-line > li{
  flex: 1;
  height: 350px;
  border-radius: 20px;
  border: solid 1px rgb(221, 221, 221);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sub07-1-sec01 .con-wrap .con-line > li:nth-child(2n + 1){
  top: -73px;
}
.sub07-1-sec01 .con-wrap .con-line > li .conbox{
  width: 100%;
  padding: 0 20px;
}
.sub07-1-sec01 .con-wrap .con-line > li .conbox .iconbox{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 64px;
}
.sub07-1-sec01 .con-wrap .con-line > li .conbox .txtbox{
  text-align: center;
}
.sub07-1-sec01 .con-wrap .con-line > li .conbox .txtbox h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 16px;
}
.sub07-1-sec01 .con-wrap .con-line > li .conbox .txtbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}

.sub07-1-sec02{
 
}
.sub07-1-sec02 .imgbox{
  background: url(/html/img/sub07-1-img06.jpg) no-repeat center/ cover;
  border-radius: 30px;
}
.sub07-1-sec02 .txtbox{
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 60px;
  padding-top: 272px;
}
.sub07-1-sec02 .txtbox p{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgba(255, 255, 255,0.4);
}
.sub07-1-sec02 .txtbox h3{
  margin-top: 12px; 
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 1.1;
  color: rgba(255, 255, 255,0.4);
}

.cm-tit-line1{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 69px;
}
.cm-tit-line1 .titbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}
.cm-tit-line1 .titbox h2{
  margin-top: 16px;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  line-height: 1.1;
}
.cm-tit-line1 .sub-titbox{
  margin-top: 20px;
}
.cm-tit-line1 .sub-titbox h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.cm-tit-line1 .sub-titbox p{
  margin-top: 36px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}

.cm-sec01.sub07-1-sec03{
  padding-top: 150px;
}
.cm-sec01{
  padding-bottom: 270px;
  padding-top: 90px;
}
.cm-sec01:last-child{
  padding-bottom: 350px;
}
.cm-con-wrap1 .cont-line{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.cm-con-wrap1 .cont-line > li{
  flex: 1;
  position: relative;
}
.cm-con-wrap1 .cont-line > li:nth-child(2){
  top: 183px;
}
.cm-con-wrap1 .cont-line > li .conbox .imgbox{
  margin-bottom: 20px;
}
.cm-con-wrap1 .cont-line > li .conbox .txtbox{
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.cm-con-wrap1 .cont-line > li .conbox .txtbox .num{
  width: 44px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(42, 121, 210);
}
.cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox{
  width: calc(100% - 76px);
}
.cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 16px;
}
.cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
}

@media(max-width:1600px){
  .cm-sec01{
    padding-bottom: 150px;
  }
  .cm-con-wrap1 .cont-line{
    gap: 30px;
  }
  .cm-con-wrap1 .cont-line > li:nth-child(2){
    top: 60px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox{
    gap: 20px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .num{
    width: 40px;
    font-size: 16px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox{
    width: calc(100% - 60px);
  }
}

@media(max-width:1300px){
  .cm-tit-line1{
    margin-bottom: 60px;
  }
  .cm-tit-line1 .titbox,
  .cm-tit-line1 .sub-titbox
  {
    width: 100%;
  }
  .cm-tit-line1 .sub-titbox{
    margin-top: 0;
  }
  .cm-tit-line1 .titbox p{
    font-size: 16px;
  }
  .cm-tit-line1 .titbox h2{
    margin-top: 6px;
    font-size: 40px;
  }
  .cm-tit-line1 .sub-titbox h3{
    font-size: 20px;
  }
  .cm-tit-line1 .sub-titbox p{
    margin-top: 12px;
    font-size: 16px;
  }

}

@media(max-width:1200px){
  .sub07-1-sec01 .con-wrap .con-line > li{
    height: 300px;
  }
  .sub07-1-sec01 .con-wrap .con-line > li .conbox .txtbox h3{
    font-size: 24px;
  }
  .sub07-1-sec01 .con-wrap .con-line > li .conbox .iconbox{
    margin-bottom: 40px;
  }
}

@media(max-width:1024px){
  .sub07-1-sec01 .page-titbox{
    margin-bottom: 40px;
  }
  .sub07-1-sec01 .con-wrap{
    padding-top: 0px;
  }
  .sub07-1-sec01 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .sub07-1-sec01 .con-wrap .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    height: 250px;
    transition-delay: 0s !important;
  }
  .sub07-1-sec01 .con-wrap .con-line > li:nth-child(2n + 1){
    top: 0;
  }
  .sub07-1-sec01 .con-wrap .con-line > li .conbox .iconbox{
    width: 60px;
    height: 60px;
    margin-bottom: 32px;
  }
  .sub07-1-sec01 .con-wrap .con-line > li .conbox .txtbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sub07-1-sec01 .con-wrap .con-line > li .conbox .txtbox p{
    font-size: 16px;
  }

  .sub07-1-sec02 .txtbox{
    padding-top: 120px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub07-1-sec02 .txtbox *{
    color: rgba(255,255,255,0.7);
  }
  .sub07-1-sec02 .txtbox p{
    font-size: 15px;
  }
  .sub07-1-sec02 .txtbox h3{
    font-size: 8vw;
  }


  .cm-tit-line1{
    margin-bottom: 40px;
  }
  .cm-tit-line1 .titbox p{
    font-size: 14px;
  }
  .cm-tit-line1 .titbox h2{
    font-size: 24px;
  }
  .cm-tit-line1 .sub-titbox h3{
    font-size: 20px;
  }
  .cm-tit-line1 .sub-titbox p{
    margin-top: 10px;
  }
  .cm-tit-line1 .sub-titbox p br{
    display: none;
  }


  .cm-sec01.sub07-1-sec03{
    padding-top: 60px;
  }
  .cm-sec01{
    padding-bottom: 60px;
    padding-top: 80px;
  }
  .cm-sec01{
    padding-bottom: 60px;
  }
  .cm-sec01:last-child{
    padding-bottom: 120px;
  }
  .cm-con-wrap1 .cont-line{
    gap: 30px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cm-con-wrap1 .cont-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .cm-con-wrap1 .cont-line > li:nth-child(2){
    top: 0;
  }
  .cm-con-wrap1 .cont-line > li .conbox .imgbox{
    margin-bottom: 10px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox{
    gap: 10px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .num{
    width: 30px;
    font-size: 16px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox{
    width: calc(100% - 40px);
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox h3{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox p{
    font-size: 16px;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox p br{
    display: none;
  }
}

@media(max-width:767px){
  .sub07-1-sec01 .con-wrap .con-line > li{
    height: 180px;
  }
  .sub07-1-sec01 .con-wrap .con-line > li .conbox .iconbox{
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
  }

  .cm-con-wrap1 .cont-line > li .conbox .txtbox .num{
    display: none;
  }
  .cm-con-wrap1 .cont-line > li .conbox .txtbox .sub-txtbox{
    width: 100%;
  }
}

@media(max-width:350px){
  .cm-con-wrap1 .cont-line > li{
    width: 100%;
  }
}

/* sub07-1 */


.sub03-cat-line{
  margin-bottom: 100px;
}
.sub03-cat-line .con-line{
  display: flex;
  gap: 10px;
}
.sub03-cat-line .con-line > li{
  /* width: calc(25% - (30px / 4)); */
  flex: 1;
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub03-cat-line.one .con-line{
  justify-content: center;
}
.sub03-cat-line.one .con-line > li{
  width: calc(33.33% - (20px / 3));
  flex: none;
}
.sub03-cat-line .con-line > li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sub03-cat-line .con-line > li.active,
.sub03-cat-line .con-line > li:hover
{
  background: linear-gradient(116deg, #0E0E0E 2.13%, #6E6E6E 68.02%);
}
.sub03-cat-line .con-line > li.active a,
.sub03-cat-line .con-line > li:hover a{
  color: #fff;
}

@media(max-width:1024px){
  .sub03-cat-line{
    margin-bottom: 60px;
  }
  .sub03-cat-line .con-line{
    flex-wrap: wrap;
    gap: 4px;
  }
  .sub03-cat-line .con-line > li{
    flex: none !important;
    width: calc(50% - 2px) !important;
  }
  .sub03-cat-line.on .con-line > li{
    width: 100% !important;
  }
  .sub03-cat-line .con-line > li a{
    padding: 8px 10px;
    font-size: 15px;
  }
}

/* sub03 */

.sub01-1-sec01 .page-titbox{
  margin-bottom: 80px;
}
.page-titbox .sub01-1-subtxt1{
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-top: 40px;
}
.page-titbox .sub01-1-subtxt2{
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-top: 6px;
}

.sub01-1-sec01 .half-line{
  padding-bottom: 85px;
}
.half-line{
  display: flex;
  gap: 20px;
}
.half-line > .imgbox{
  flex: 1;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.sub01-1-sec01 .half-line .imgbox:last-child{
  bottom: -85px;
}
.sub01-1-sec01 .bottom-txtbox{
  text-align: center;
  margin-top: 80px;
}
.sub01-1-sec01 .bottom-txtbox p{
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-bottom: 18px;
}
.sub01-1-sec01 .bottom-txtbox p:last-child{
  margin-bottom: 80px;
}
.sub01-1-sec01 .bottom-txtbox p:first-child{
  color: rgb(25, 25, 25);
}
.sub01-1-sec01 .ceo-sign p{
  font-size: 20px;
  font-weight: bold;
  color: rgb(62, 62, 62);
}
.sub01-1-sec01 .ceo-sign h3{
  font-family: 'InkLiquid', 'serif' !important;
  margin-top: 10px;

  font-size: 52px;
  font-weight: normal;
  color: rgb(25, 25, 25);
}

@media(max-width:1024px){
  .sub01-1-sec01 .page-titbox{
    margin-bottom: 30px;
  }
  .page-titbox .sub01-1-subtxt1{
    font-size: 16px;
    margin-top: 20px;
  }
  .page-titbox .sub01-1-subtxt2{
    font-size: 18px;
    margin-top: 3px;
  }
  .sub01-1-sec01 .half-line{
    padding-bottom: 30px;
  }
  .half-line{
    gap: 6px;
  }
  .half-line > .imgbox{
    border-radius: 20px;
  }
  .sub01-1-sec01 .half-line .imgbox:last-child{
    bottom: -30px;
  }
  .sub01-1-sec01 .bottom-txtbox{
    margin-top: 30px;
  }
  .sub01-1-sec01 .bottom-txtbox p{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sub01-1-sec01 .bottom-txtbox p:last-child{
    margin-bottom: 30px;
  }
  .sub01-1-sec01 .ceo-sign p{
    font-size: 16px;
  }
  .sub01-1-sec01 .ceo-sign h3{
    margin-top: 6px;
    font-size: 32px;
  }
  .sub01-1-sec01 .bottom-txtbox p br{
    display: none;
  }
}

@media(max-width:767px){
  .half-line{
    gap: 6px;
    flex-wrap: wrap;
  }
  .half-line > .imgbox{
    flex: none;
    width: 100%;
    bottom: 0 !important;
  }
}

/* sub01-1 */

.video-wrap {
  width: 100%;
}

.video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 여백 없이 꽉 채우고 싶으면 유지, 여백 허용이면 contain */
}

.sub04-1-1 .video-wrap{
  margin-bottom: 80px;
}

@media(max-width:1024px){
  .sub04-1-1 .video-wrap{
    margin-bottom: 30px;
  }
}

/* sub04-1-1 */


.bo_inner{
  padding-top: 150px;
  padding-bottom: 150px;
}
#bo_cate{
  margin-bottom: 100px;
}
#bo_cate #bo_cate_ul{
  display: flex;
  gap: 10px;
}
#bo_cate #bo_cate_ul > li{
  /* width: calc(25% - (30px / 4)); */
  flex: 1;
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#bo_cate.one #bo_cate_ul{
  justify-content: center;
}
#bo_cate.one #bo_cate_ul > li{
  width: calc(33.33% - (20px / 3));
  flex: none;
}
#bo_cate #bo_cate_ul > li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}
#bo_cate #bo_cate_ul > li a#bo_cate_on,
#bo_cate #bo_cate_ul > li:hover
{
  background: linear-gradient(116deg, #0E0E0E 2.13%, #6E6E6E 68.02%);
}
#bo_cate #bo_cate_ul > li a#bo_cate_on,
#bo_cate #bo_cate_ul > li:hover a{
  color: #fff;
}

#ca_name option:last-child{
  display: none !important;
}

@media(max-width:1024px){
  .bo_inner{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #bo_cate{
    margin-bottom: 60px;
  }
  #bo_cate #bo_cate_ul{
    flex-wrap: wrap;
    gap: 4px;
  }
  #bo_cate #bo_cate_ul > li{
    flex: none !important;
    width: calc(50% - 2px) !important;
  }
  #bo_cate.one #bo_cate_ul > li{
    width: 100% !important;
  }
  #bo_cate #bo_cate_ul > li a{
    padding: 8px 10px;
    font-size: 15px;
  }
}


/* board */

.sub05-2-sec01 .imgbox{
  max-width: 986px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.sub05-2-sec01 .imgbox img{
  display: inline-block;
}
.sub05-2-sec01 .imgbox img.mobile{
  display: none;
  max-width: 320px;
}
.sub05-2-sec01{
  padding-bottom: 0 !important;
}
.sub05-2-sec01 .inner{
  padding-bottom: 150px;
  border-bottom: 1px solid rgb(217, 217, 217);
}
.sec-titbox{
  margin-bottom: 80px;
}
.sec-titbox .top-txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-bottom: 6px;
}
.sec-titbox h2{
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 24px;
}
.sec-titbox h5{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.sec-titbox .bottom-txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-top: 12px;
}

@media(max-width:1024px){
  .sub05-2-sec01 .inner{
    padding-bottom: 60px;
  }
  .sec-titbox{
    margin-bottom: 30px;
  }
  .sec-titbox .top-txt{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .sec-titbox h2{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .sec-titbox h5{
    font-size: 16px;
  }
  .sec-titbox .bottom-txt{
    font-size: 15px;
    margin-top: 6px;
  }
}

@media(max-width:767px){
  .sec-titbox h5 br,
  .sec-titbox .bottom-txt br
  {
    display: none;
  }
  .sub05-2-sec01 .imgbox img.mobile{
    display: inline-block !important;
  }
}

@media(max-width:350px){
  .sub05-2-sec01 .imgbox img.mobile{
    max-width: 100%;
  }
}

/* sub05-2 */

.sub05-1-sec01{
  padding-bottom: 0 !important;
}
.sub05-1-sec02{
  padding-top: 60px !important;
  padding-bottom: 75px !important;
} 
.sub05-1-sec02{
  padding-top: 75px !important;
} 
.sub05-1-sec01 .img-line{
  display: flex;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
  margin-bottom: 40px;
}
.sub05-1-sec01 .img-line .imgbox{
  flex: 1;
}
.sub05-1-sec01 .bottom-imgbox{
  text-align: center;
}
.sub05-1-sec01 .bottom-imgbox img{
  max-width: 1085px;
  width: 100%;
}
.sub05-1-sec01 .bottom-imgbox p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-top: 60px;
}
.sub05-1-sec02 .con-wrap1{
  margin-bottom: 60px;
  padding: 80px;
  padding-top: 52px;
  border-radius: 20px;
  background-color: rgb(245, 245, 245);
  text-align: center;
}
.sub05-1-sec02 .con-wrap1 h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 36px;
}
.sub05-1-sec02 .con-wrap1 .imgbox{
  text-align: center;
  padding: 93px 20px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
}
.sub05-1-sec02 .con-wrap1 .imgbox img{
  max-width: 1005px;
  width: 100%;
}
/*  */

.sub05-1-sec02 .con-wrap2{
  margin-top: 60px;
}
.sub05-1-sec02 .con-wrap2 .conbox{
  text-align: center;
}
.sub05-1-sec02 .con-wrap2 .conbox .top-txt{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  margin-bottom: 60px;
}
.sub05-1-sec02 .con-wrap2 .conbox .imgbox{
  text-align: center;
}
.sub05-1-sec02 .con-wrap2 .conbox .imgbox img{
  max-width: 787px;
  width: 100%;
}

.sub05-1-sec02 .con-wrap3{
  margin-top: 60px;
}
.sub05-1-sec02 .con-wrap3 .img-line1{
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sub05-1-sec02 .con-wrap3 .img-line1 .imgbox:first-child{
  width: calc(58% - 16px);
}
.sub05-1-sec02 .con-wrap3 .img-line1 .imgbox:last-child{
  width: calc(42% - 16px);
}
.sub05-1-sec02 .con-wrap3 .img-line2{
  display: flex;
  gap: 10px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.sub05-1-sec02 .con-wrap3 .img-line2 .imgbox{
  border-radius: 20px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  width: calc(25% - (20px / 3));
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sub05-1-sec02 .con-wrap3 .img-line2 .imgbox:first-child{
  width: calc(50% - (20px / 3));
}

.sub05-1-sec03 .tit{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  text-align: center;
  margin-bottom: 60px;
}
.sub05-1-sec03 .con-line1{
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.sub05-1-sec03 .con-line1 > li{
  flex: 1;
  border-radius: 8px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.sub05-1-sec03 .con-line1 > li .txtbox{
  padding: 40px;
}
.sub05-1-sec03 .con-line1 > li h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 14px;
}
.cm-sub-txtbox1 h4{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: rgb(85, 85, 85);
  position: relative;
  padding-left: 13px;
  margin-bottom: 16px;
}
.cm-sub-txtbox1 h4:last-child{
  margin-bottom: 0;
}
.cm-sub-txtbox1 h4::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgb(217, 217, 217);
  position: absolute;
  top: 7px;
  left: 0;
}
.cm-sub-txtbox1 h4 span{
  display: block;
  position: relative;
  font-weight: normal;
  padding-left: 10px;
  margin-top: 4px;
}
.cm-sub-txtbox1 h4 span::before{
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sub05-1-sec03 .img-line1{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.sub05-1-sec03 .img-line1 > .img-wrap1{
  width: 208px;
}
.sub05-1-sec03 .img-line1 > .img-wrap1 .imgbox{
  margin-bottom: 14px;
}
.sub05-1-sec03 .img-line1 > .img-wrap1 .imgbox:last-child{
  margin-bottom: 0;
}
.sub05-1-sec03 .img-line1 > .img-wrap2{
  width: calc(100% - 268px);
}
/*  */
.sub05-1-sec03 .inner2{
  margin-top: 150px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.sub05-1-sec03 .con-line2{
  margin-bottom: 60px;
  display: flex;
  gap: 16px;
  align-items: flex-start; 
}
.sub05-1-sec03 .con-line2 > .left{
  width: calc(42% - 8px);
  text-align: center;
}
.sub05-1-sec03 .con-line2 > .left .imgbox img{
  max-width: 600px;
  width: 100%;
}
.sub05-1-sec03 .con-line2 > .right{
  width: calc(58% - 8px);
}
.sub05-1-sec03 .con-line2 > .right .con-line2-conbox{
  width: 100%;
  padding: 50px 60px;
  border-radius: 18px;
  background-color: rgb(245, 245, 245);
}
.sub05-1-sec03 .con-line2 > .right .con-line2-conbox h3{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
  margin-bottom: 18px;
}
.sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);

  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line > .left {
  width: 120px;
  font-weight: bold;
}
.sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line > .right{
  width: calc(100% - 130px);
}
.sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line > .right > p{
  margin-bottom: 8px;
}
.sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line > .right > p:last-child{
  margin-bottom: 0;
}
.sub05-1-sec03 .img-line2{
  display: flex;
  gap: 10px;
  margin-bottom: 150px;
}
.sub05-1-sec03 .img-line2 > .imgbox{
  flex: 1;
}

.sub05-1-sec03 .tit2{
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgb(0, 0, 0);
  padding-top: 150px;
  padding-bottom: 60px;
}
.cm-stat1-wrap table{
  width: 100%;
  border-spacing: 0;

  font-size: 16px;
  font-weight: normal;
  color: rgb(51, 51, 51);
  letter-spacing: -0.67px;
  border-bottom: solid 1px rgb(51, 51, 51);
}
.cm-stat1-wrap table tr th,
.cm-stat1-wrap table tr td{
  padding: 16px 10px;
}
.cm-stat1-wrap table thead tr th{
  background-color: rgb(159, 160, 160);
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.cm-stat1-wrap table tr th:first-child,
.cm-stat1-wrap table tr td:first-child
{
  text-align: center;
}
.cm-stat1-wrap table tr.even td{
  background-color: rgb(244, 244, 244);
}
.cm-stat1-wrap table .col-num{
  width: 7%;
}
.cm-stat1-wrap table .col-content{
  width: 93%;
}

@media(max-width:1024px){
  .sub05-1-sec01 .img-line{
    gap: 5px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub05-1-sec01 .img-line .imgbox{
    flex: none;
    max-width: 250px;
    width: 100%;
  }
  .sub05-1-sec01 .bottom-imgbox p{
    font-size: 16px;
    margin-top: 16px;
  }
  .sub05-1-sec02 .con-wrap1{
    margin-bottom: 30px;
    padding: 40px 20px;
    padding-top: 20px;
  }
  .sub05-1-sec02 .con-wrap1 h3{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sub05-1-sec02 .con-wrap1 .imgbox{
    padding: 40px 20px;
  }

  .sub05-1-sec02 .con-wrap2{
    margin-top: 30px;
  }
  .sub05-1-sec02 .con-wrap2 .conbox .top-txt{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sub05-1-sec02 .con-wrap2 .conbox .top-txt br{
    display: none;
  }
  .sub05-1-sec02 .con-wrap3{
    margin-top: 30px;
  }
  .sub05-1-sec02 .con-wrap3 .img-line1{
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
  .sub05-1-sec02 .con-wrap3 .img-line1 .imgbox:first-child{
    width: calc(58% - 5px);
  }
  .sub05-1-sec02 .con-wrap3 .img-line1 .imgbox:last-child{
    width: calc(42% - 5px);
  }
  .sub05-1-sec02 .con-wrap3 .img-line2{
    flex-wrap: wrap;
    gap: 4px;
  }
  .sub05-1-sec02 .con-wrap3 .img-line2 .imgbox{
    width: calc(50% - 2px);
  }
  .sub05-1-sec02 .con-wrap3 .img-line2 .imgbox:first-child{
    width: 100%;
  }

  .sub05-1-sec03 .tit{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sub05-1-sec03 .con-line1{
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
  .sub05-1-sec03 .con-line1 > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .sub05-1-sec03 .con-line1 > li .txtbox{
    padding: 20px;
  }
  .sub05-1-sec03 .con-line1 > li h3{
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 7px;
  }
  .cm-sub-txtbox1 h4{
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 12px;
  }
  .cm-sub-txtbox1 h4::before{
    width: 4px;
    height: 4px;
    top: 5px;
  }
  .cm-sub-txtbox1 h4 span{
    padding-left: 9px;
    margin-top: 3px;
  }
  .sub05-1-sec03 .img-line1{
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub05-1-sec03 .img-line1 > .img-wrap1{
    width: 100%;
    max-width: 416px;
    display: flex;
    gap: 10px;
  }
  .sub05-1-sec03 .img-line1 > .img-wrap1 .imgbox{
    margin-bottom: 0px;
    flex: 1;
  }
  .sub05-1-sec03 .img-line1 > .img-wrap2{
    width: 100%;
  }

  .sub05-1-sec03 .inner2{
    margin-top: 60px;
  }
  .sub05-1-sec03 .con-line2{
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sub05-1-sec03 .con-line2 > .left{
    width: 100%;
  }
  .sub05-1-sec03 .con-line2 > .right{
    width: 100%;
  }
  .sub05-1-sec03 .con-line2 > .right .con-line2-conbox{
    padding: 40px 20px;
  }
  .sub05-1-sec03 .con-line2 > .right .con-line2-conbox h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line{
    gap: 5px;
    margin-bottom: 5px;
    padding: 12px 20px;
    font-size: 16px;
  }
  .sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line > .left {
    width: 100px;
  }
  .sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line > .right{
    width: calc(100% - 105px);
  }
  .sub05-1-sec03 .con-line2 > .right .con-line2-conbox .sub-txt-line > .right > p{
    margin-bottom: 4px;
  }
  .sub05-1-sec03 .img-line2{
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub05-1-sec03 .img-line2 > .imgbox{
    flex: none;
    width: calc(50% - 5px);
  }

  .sub05-1-sec03 .tit2{
    font-size: 24px;
    padding-top: 60px;
  }
  .cm-stat1-wrap table{
    font-size: 15px;
  }
  .cm-stat1-wrap table tr th,
  .cm-stat1-wrap table tr td{
    padding: 12px 5px;
  }
  .cm-stat1-wrap table .col-num{
    width: 40px;
  }
  .cm-stat1-wrap table .col-content{
    width: calc(100% - 40px);
  }
}


@media(max-width:767px){
  .sub05-1-sec01 .bottom-imgbox p br,
  .sub05-1-sec02 .con-wrap1 h3 br,
  .sub05-1-sec03 .tit br
  {
    display: none;
  }
  .sub05-1-sec01 .img-line .imgbox{
    max-width: 100%;
    width: calc(50% - 2.5px);
  }
  .sub05-1-sec03 .con-line1 > li{
    width: 100%;
  }
}

/* sub05-1 */

@media(max-width:1024px){
  .sub01-4 .page-titbox h3 br{
    display: none;
  }
}

/* sub01-4 */


.map-box{height: 445px !important;}
.map-box .wrap_map{height: 100% !important;}
.map-box .root_daum_roughmap{width:100% !important;height: 100% !important;}
.map-box .map{width: 100%;height: 445px !important;}
.map-box .map_border{display: none;}
.map-wrapper{
  margin-bottom: 60px;
}
.map-wrapper:last-child{
  margin-bottom: 0;
}
.map-txtline{
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 20px;
  border-bottom: solid 1px rgb(209, 209, 209);
}
.map-txtline > .left{
  width: 213px;
}
.map-txtline > .right{
  width: calc(100% - 253px);
}
.map-txtline > .left h3{
  width: 100%;
  padding: 10px 10px;
  border-radius: 20px;
  background-color: rgb(42, 121, 210);

  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.map-txtline > .right .right-line{
  display: flex;
  align-items: center;
  gap: 6px; 
}
.map-txtline > .right .right-line > .tit-smallbox{
  display: flex;
  align-items: center;
  gap: 6px;
  width: 130px;

  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.44px;
  color: rgb(51, 51, 51);
}
.map-txtline > .right .right-line > .tit-smallbox img{
  width: 26px;
}
.map-txtline > .right .right-line > .tit-smallbox b{
  width: calc(100% - 32px);
}
.map-txtline > .right .right-line > .txt-smallbox{
  width: calc(100% - 136px);
}
.map-txtline > .right .right-line > .txt-smallbox p{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.44px;
  color: rgb(51, 51, 51);
}

@media(max-width:1024px){
  .map-box{height: 300px !important;}
  .map-box .map{height: 300px !important;}
  .map-wrapper{
    margin-bottom: 40px;
  }
  .map-txtline{
    gap: 10px;
    margin-top: 24px;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .map-txtline > .left{
    width: 100%;
  }
  .map-txtline > .right{
    width: 100%;
  }
  .map-txtline > .left h3{
    padding: 6px;
    font-size: 18px;
    max-width: 200px;
  }
  .map-txtline > .right .right-line{
    gap: 4px; 
  }
  .map-txtline > .right .right-line > .tit-smallbox{
    gap: 4px;
    width: 100px;
    font-size: 16px;
  }
  .map-txtline > .right .right-line > .tit-smallbox img{
    width: 20px;
  }
  .map-txtline > .right .right-line > .tit-smallbox b{
    width: calc(100% - 24px);
  }
  .map-txtline > .right .right-line > .txt-smallbox{
    width: calc(100% - 104px);
  }
  .map-txtline > .right .right-line > .txt-smallbox p{
    font-size: 16px;
  }
}

/* sub01-5 */


.sub04-swiper-wrapper{
  text-align: center;
  overflow: hidden;
}
.sub04-swiper-wrapper .tit{
  color: #191919;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 60px;
}
.mySwiper2-wrap{
  position: relative;
  margin-bottom: 20px;
}
.sub04-swiper-wrapper .mySwiper2{
  position: relative;
  width: calc(100% - 260px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
}
.myswiper2-slide-prev,
.myswiper2-slide-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  width: 120px;
  z-index: 2;
}
.myswiper2-slide-prev{
  left: 0px;
}
.myswiper2-slide-next{
  right: 0px;
}
.mySwiper{
  width: calc(100% - 260px);
  margin: 0 auto;
  overflow: hidden;
}
.mySwiper .swiper-slide .imgbox{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.mySwiper .swiper-slide .imgbox::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  transition: all 0.3s ease-in-out;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active .imgbox::after
{
  background: rgba(255,255,255,0);
}

@media(max-width:1024px){
  .sub04-swiper-wrapper .tit{
    color: #191919;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .mySwiper2-wrap{
    margin-bottom: 10px;
  }
  .sub04-swiper-wrapper .mySwiper2{
    width: 100%;
    border-radius: 20px;
  }
  .myswiper2-slide-prev,
  .myswiper2-slide-next{
    width: 60px;
  }
  .myswiper2-slide-prev{
    left: 15px;
  }
  .myswiper2-slide-next{
    right: 15px;
  }
  .mySwiper{
    width: 100%;
  }
  .mySwiper .swiper-slide .imgbox{
    border-radius: 15px;
  }
}

/* sub04 swiper */

.sub01-3-sec01 .con-wrap .con-line{
  display: flex;
  align-items: flex-start;
  gap: 80px;  
}
.sub01-3-sec01 .con-wrap .con-line > .img{
  width: 520px;
}
.sub01-3-sec01 .con-wrap .con-line > .right{
  width: calc(100% - 600px);
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox{
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px rgb(209, 209, 209);
}
.sub01-3-sec01 .con-wrap .con-line:last-child > .right .txtbox{
  margin-bottom: 0;
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox h3{
  font-size: 65px;
  font-weight: 800;
  letter-spacing: -1.3px;
  color: rgb(237, 29, 35);
  margin-bottom: 20px;
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line{
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;

  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line:last-child{
  margin-bottom: 0;
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line > .year{
  width: 150px;
  font-weight: bold;
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line > .txt{
  width: calc(100% - 150px);
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line > .txt span{
  display: block;
  margin-bottom: 40px;
}
.sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line > .txt span:last-child{
  margin-bottom: 0;
}

@media(max-width:1600px){
  .sub01-3-sec01 .con-wrap .con-line{
    gap: 40px;  
  }
  .sub01-3-sec01 .con-wrap .con-line > .img{
    width: 400px;
  }
  .sub01-3-sec01 .con-wrap .con-line > .right{
    width: calc(100% - 440px);
  }
}

@media(max-width:1024px){
  .sub01-3-sec01 .con-wrap .con-line{
    gap: 20px;
    flex-wrap: wrap;  
  }
  .sub01-3-sec01 .con-wrap .con-line > .img{
    width: 100%;
  }
  .sub01-3-sec01 .con-wrap .con-line > .right{
    width: 100%;;
  }
  .sub01-3-sec01 .con-wrap .con-line > .right .txtbox{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .sub01-3-sec01 .con-wrap .con-line > .right .txtbox h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line{
    margin-bottom: 5px;
    font-size: 16px;
  }
  .sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line > .year{
    width: 80px;
  }
  .sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line > .txt{
    width: calc(100% - 80px);
  }
  .sub01-3-sec01 .con-wrap .con-line > .right .txtbox .sub-txtbox .sub-txt-line > .txt span{
    margin-bottom: 5px;
  }
}

/* sub01-3 */

.third-img-line{
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.third-img-line > div{
  width: calc(33.33% - (40px / 3));
}
.sub03-1-1 .sub-sec:not(:last-child){
  padding-bottom: 75px;
}
.sub03-1-1 .sub-sec:not(:first-child){
  padding-top: 75px;
}

@media(max-width:1024px){
  .third-img-line{
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .third-img-line > div{
    width: calc(50% - 3px);
  }

  .sub03-1-1 .sub-sec:not(:last-child){
    padding-bottom: 60px;
  }
  .sub03-1-1 .sub-sec:not(:first-child){
    padding-top: 60px;
  }
}

/* sub03-1-1 */

.cm-con-wrap2 .con-line{
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 30px;
  background-color: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  gap: 60px;
}
.cm-con-wrap2 .con-line:last-child{
  margin-bottom: 0;
}
.cm-con-wrap2 .con-line > .img{
  width: calc(42% - 30px);
}
.cm-con-wrap2 .con-line > .txt{
  width: calc(58% - 30px);
}
.cm-con-wrap2 .con-line > .txt .txtbox h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  color: rgb(25, 25, 25);
  margin-bottom: 24px;
}
.mk-txtbox{
  position: relative;
}
.mk-txtbox.half{
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.mk-txtbox.half > p{
  width: calc(50% - 15px);
}
.mk-txtbox > p{
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px; 
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(62, 62, 62);
}
.mk-txtbox > p::before{
  content: "";
  width: 16px;
  height: 23px;
  background: url(../img/mk-icon.svg) no-repeat center / 100%;
  position: absolute;
  top: -4px;
  left: 0;
}
.mk-txtbox > p:last-child{
  margin-bottom: 0;
}

.sub02-2-sec02{
  padding-top: 0 !important;
}
.sub02-2-sec02 .inner{
  padding-top: 150px;
  border-top: 1px solid rgb(209, 209, 209);
}
.sub02-2-sec02 .inner .sec-tit{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-bottom: 60px;
}

.cm-con-wrap3 .con-line{
  display: flex;
  gap: 60px 36px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cm-con-wrap3 .con-line > li{
  width: calc(50% - 18px);
}
.cm-con-wrap3 .con-line:last-child{
  margin-bottom: 0;
}
.cm-con-wrap3 .con-line > li .tit{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}

@media(max-width:1024px){
  .cm-con-wrap2 .con-line{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .cm-con-wrap2 .con-line > .img{
    width: 100%;
    text-align: center;
  }
  .cm-con-wrap2 .con-line > .txt{
    width: 100%;
  }
  .cm-con-wrap2 .con-line > .txt .txtbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .mk-txtbox > p{
    padding-left: 18px;
    margin-bottom: 4px; 
    font-size: 16px;
  }
  .mk-txtbox.half{
    gap: 0 10px;
  }
  .mk-txtbox.half > p{
    width: 100%;
  }
  .mk-txtbox > p br{
    display: none;
  }
  .mk-txtbox > p::before{
    width: 12px;
    height: 17px;
    top: -2px;
  }

  .sub02-2-sec02 .inner{
    padding-top: 60px;
  }
  .sub02-2-sec02 .inner .sec-tit{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cm-con-wrap3 .con-line{
    gap: 30px 10px;
  }
  .cm-con-wrap3 .con-line > li{
    width: calc(50% - 5px);
  }
  .cm-con-wrap3 .con-line > li .tit{
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media(max-width:640px){
  .cm-con-wrap3 .con-line > li{
    width: 100%;
  }
}

/* sub02-2~4 */

.sub02-3-sec02 .con-line{
  display: flex;
  gap: 40px;
}
.sub02-3-sec02 .con-line > li{
  flex: 1;
  border-radius: 30px;
  background-color: rgb(245, 245, 245);
}
.sub02-3-sec02 .con-line > li .conbox{
  padding: 50px;
}
.sub02-3-sec02 .con-line > li .conbox .iconbox img{
  max-width: 98px;
  width: 100%;
}
.sub02-3-sec02 .con-line > li .conbox .txtbox{
  margin-top: 48px;
}
.sub02-3-sec02 .con-line > li .conbox .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
}
.sub02-3-sec02 .con-line > li .conbox .txtbox .en{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(25, 25, 25);
  margin-bottom: 20px;
}
.sub02-3-sec02 .con-line > li .conbox .txtbox .sub-txtbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(62, 62, 62);
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.sub02-3-sec02 .con-line > li .conbox .txtbox .sub-txtbox :last-child{
  margin-bottom: 0;
}
.sub02-3-sec02 .con-line > li .conbox .txtbox .sub-txtbox p::before{
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sub02-3-sec01{
  background-color: rgb(245, 245, 245);
}
.sub02-3-sec01 .cm-con-wrap2 .con-line{
  background: rgb(255,255,255); 
}
.sub02-3-sec03 .con-line{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px 24px;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.sub02-3-sec03 .con-line > li{
  width: calc(33.33% - (48px / 3));
}
.sub02-3-sec03 .con-line > li .conbox .subject{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: rgb(25, 25, 25);
  margin-top: 24px;
}

@media(max-width:1024px){
  .sub02-3-sec02 .con-line{
    gap: 30px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sub02-3-sec02 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    border-radius: 10px;
  }
  .sub02-3-sec02 .con-line > li .conbox{
    padding: 30px 20px;
  }
  .sub02-3-sec02 .con-line > li .conbox .iconbox img{
    max-width: 60px;
  }
  .sub02-3-sec02 .con-line > li .conbox .txtbox{
    margin-top: 20px;
  }
  .sub02-3-sec02 .con-line > li .conbox .txtbox h3{
    font-size: 20px;
  }
  .sub02-3-sec02 .con-line > li .conbox .txtbox .en{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .sub02-3-sec02 .con-line > li .conbox .txtbox .sub-txtbox p{
    font-size: 16px;
    margin-bottom: 3px;
  }

  .sub02-3-sec03 .con-line{
    gap: 30px 10px;
  }
  .sub02-3-sec03 .con-line > li{
    width: calc(50% - 5px);
  }
  .sub02-3-sec03 .con-line > li .conbox .subject{
    font-size: 16px;
    margin-top: 16px;
  }

}

@media(max-width:767px){
  .sub02-3-sec02 .con-line > li{
    width: 100%;
  }
}

/* sub02-3 추가내용 */


.cm-con-wrap4 .con-line{
  display: flex;
  gap: 20px;
}
.cm-con-wrap4 .con-line > li{
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  height: 450px;
  position: relative;
}
.cm-con-wrap4 .con-line > li .conbox{
  width: 100%;
}
.cm-con-wrap4 .con-line > li .conbox .txtbox{
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: calc(100% - 90px);
}
.cm-con-wrap4 .con-line > li .conbox .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.cm-con-wrap4 .con-line > li .conbox .txtbox .en{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.cm-con-wrap4 .con-line > li .conbox .txtbox .sub-txtbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(255, 255, 255);
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.cm-con-wrap4 .con-line > li .conbox .txtbox .sub-txtbox :last-child{
  margin-bottom: 0;
}
.cm-con-wrap4 .con-line > li .conbox .txtbox .sub-txtbox p::before{
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sub01-6-sec01 .cm-con-wrap4 .con-line > li:nth-child(1){
  background: url(../img/sub01-6-img01.jpg) no-repeat center / cover;
}
.sub01-6-sec01 .cm-con-wrap4 .con-line > li:nth-child(2){
  background: url(../img/sub01-6-img02.jpg) no-repeat center / cover;
}

.sub01-6-sec02{
  background: url(../img/sub01-6-sec02-bg.jpg) no-repeat center / cover;
}
.sub01-6-sec02 .con-line{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.sub01-6-sec02 .con-line > .left{
  width: 500px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -1.2px;
  color: rgb(255, 255, 255);
}
.sub01-6-sec02 .con-line > .right{
  width: calc(100% - 520px);
}
.sub01-6-sec02 .con-line > .right .con-wrap .con-box{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 32px 40px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.sub01-6-sec02 .con-line > .right .con-wrap .con-box:last-child{
  margin-bottom: 0;
}
.sub01-6-sec02 .con-line > .right .con-wrap .con-box > .icon{
  width: 32px;
}
.sub01-6-sec02 .con-line > .right .con-wrap .con-box > .txt{
  width: calc(100% - 42px);
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(30, 30, 30);
}

.sub01-6-sec03 .tit{
  font-size: 60px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  margin-bottom: 60px;
}
.sub01-6-sec03 .con-wrap .con-line{
  display: flex;
  gap: 40px;
}
.sub01-6-sec03 .con-wrap .con-line > li{
  flex: 1;
}
.sub01-6-sec03 .con-wrap{
  margin-bottom: 80px;
}
.sub01-6-sec03 .bottom-txtbox p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgb(0, 0, 0);
}

@media(max-width:1024px){
  .cm-con-wrap4 .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .cm-con-wrap4 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    border-radius: 20px;
    height: 350px;
  }
  .cm-con-wrap4 .con-line > li .conbox .txtbox{
    bottom: 20px;
    left: 20px;
    max-width: calc(100% - 30px);
  }
  .cm-con-wrap4 .con-line > li .conbox .txtbox h3{
    font-size: 20px;
  }
  .cm-con-wrap4 .con-line > li .conbox .txtbox .en{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .cm-con-wrap4 .con-line > li .conbox .txtbox .sub-txtbox p{
    font-size: 16px;
    margin-bottom: 3px;
  }
  .sub01-6-sec02 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub01-6-sec02 .con-line > .left{
    width: 100%;
    font-size: 24px;
    line-height: 1.35;
  }
  .sub01-6-sec02 .con-line > .right{
    width: 100%;
  }
  .sub01-6-sec02 .con-line > .right .con-wrap .con-box{
    gap: 8px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .sub01-6-sec02 .con-line > .right .con-wrap .con-box > .icon{
    width: 28px;
  }
  .sub01-6-sec02 .con-line > .right .con-wrap .con-box > .txt{
    width: calc(100% - 36px);
    font-size: 16px;
  }

  .sub01-6-sec03 .tit{
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 30px;
  }
  .sub01-6-sec03 .con-wrap .con-line{
    gap: 10px;
  }
  .sub01-6-sec03 .con-wrap{
    margin-bottom: 30px;
  }
  .sub01-6-sec03 .bottom-txtbox p{
    font-size: 16px;
  }

}

@media(max-width:767px){
  .cm-con-wrap4 .con-line > li{
    width: 100%;
  }
  .sub01-6-sec03 .bottom-txtbox p br{
    display: none;
  }
  .sub01-6-sec03 .con-wrap .con-line{
    flex-wrap: wrap;
  }
  .sub01-6-sec03 .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
}

/* sub01-6 */