@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=Noto+Sans+KR:wght@100..900&display=swap');

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


body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Noto Sans KR', 'sans-serif';
  word-break: keep-all;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
img{
  max-width: 100%;
}

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

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

.gnb_nav .gnb .depth1:hover > .depth1_a,
.gnb_nav .gnb .depth1.active > .depth1_a
{color: #01AFC8;}

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

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

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

.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px; background-color: #fff;}

.gnb_nav .snb .depth2 a:hover {color: #01AFC8;}

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: #01AFC8; position: absolute; top: 0; right: 0; cursor: pointer;}

.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid #01AFC8; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}

.all_gnb_nav .depth2 a:hover {color: #01AFC8;}

.all_gnb_nav .active p.depth1_a{
  color: #01AFC8;
}

.sec-maintit{
  font-size: 65px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: -6.17px;
  color: rgb(255, 255, 255);
}
.sec-con-maintit{
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -4.75px;
}
.sec-con-content{
  font-size: 23px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -1.72px;
}
.sec-titlebox .sec-con-maintit{
  padding-bottom: 27px;
}
.sec-con-desc{
  font-size: 28px;
  font-weight: 400;
  color: #393939;
  text-align: center;
  letter-spacing: -0.06em;
  line-height: 1.5;
  margin-top: 40px;
}


@media(max-width:1024px){
  .sec-maintit{
    font-size: 36px;
    letter-spacing: -0.8px;
  }
  .sec-con-maintit{
    font-size: 36px;
    letter-spacing: -0.65px;
  }
  .sec-con-content{
    font-size: 18px;
  }
  .sec-titlebox .sec-con-maintit{
    padding-bottom: 28px;
  }
}

@media(max-width:767px){
  .sec-maintit{
    font-size: 26px;
  }
  .sec-con-maintit{
    font-size: 28px;
  }
  .sec-con-content{
    font-size: 15px;
  }
  .sec-titlebox .sec-con-maintit{
    padding-bottom: 12px;
  }
}

/* common */
.header *{
  font-family: 'Noto Sans KR', 'sans-serif';
}
.header {width: 100%; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s; }

/* .header.scr, .header.sub {border-color: #C6C6C6;} */
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
max-width: 100%;
width: calc(100% - 96px);
position: relative;
border-bottom: 1px solid #FCFDFE;
padding: 0;
}
.header.scr{
  background: rgba(0,0,0,0.7);
}
.header.scr .inner{
  border-bottom: none;
}

.header .logo img {display: block; max-width: 212px; position: relative; top: 0px;}
.gnb_nav {display: flex; align-items: center;}


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


.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

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

@media(max-width:1700px){
  .header .inner{
    width: calc(100% - 40px);
  }
  .gnb_nav .gnb{
    gap: 40px;
  }

}

@media screen and (max-width: 1415px){
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  }
}
@media(max-width:1250px){
  .gnb_nav .gnb{
    gap: 30px;
  }
}

@media(max-width:1150px){
  .header .logo img{
    max-width: 180px;
  }
  .gnb_nav .gnb{
    gap: 20px;
  }
}

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

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

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


/* header */

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


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

.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */


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

.main-banner{
  width: 100%;
  height: auto;
  background: url(../img/main-banner-bg.jpg) no-repeat center / cover;
  position: relative;
}
.main-banner .main-tit{
  text-align: center;
  padding: 0 20px;
  padding-top: 360px;
  padding-bottom: 180px;
  font-size: 97px;
  font-weight: 100;
  line-height: 1.19;
  letter-spacing: -9.7px;
  color: rgb(252, 253, 254);
}
.main-banner .main-banner-bottomcon{
  padding: 0 45px;
}
.main-banner .main-banner-bottomcon .con-line{
  display: flex;
  align-items: flex-start;
}
.main-banner .main-banner-bottomcon .con-line > li{
  flex: 1;
  border-left: 1px solid #fff;
}
.main-banner .main-banner-bottomcon .con-line > li:last-child{
  border-right: 1px solid #fff;
}
.main-banner .main-banner-bottomcon .con-line > li .conbox{
  padding-left: 37px;
  padding-right: 37px;
  padding-bottom: 100px;
}
.main-banner .main-banner-bottomcon .con-line > li .conbox > h2{
  font-size: 52px;
  font-weight: 200;
  line-height: 1.19;
  letter-spacing: -5.2px;
  color: rgb(252, 253, 254);
  padding-bottom: 24px;
}
.main-banner .main-banner-bottomcon .con-line > li .conbox > p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -1.5px;
  color: rgb(240, 241, 242);
  padding-bottom: 30px;
}
.main-banner .main-banner-bottomcon .con-line > li .conbox > .link-a a{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -1.35px;
  color: rgb(1, 175, 200);
  transition: all 0.3s ease-in-out;
}
.main-banner .main-banner-bottomcon .con-line > li .conbox > .link-a a:hover{
  text-decoration: underline;
  color: #fff;
}
.main-banner .main-banner-bottomcon .con-line > li .conbox > .link-a a span{
  font-weight: 300;
}


.main-sec03 .con-line{
  display: flex;
}
.main-sec03 .con-line > li{
  width: 50%;
}
.main-sec03 .con-line .txt{
  background-color: rgb(1, 175, 200);
}
.main-sec03 .con-line1 .txt{
  padding: 120px 84px 100px 15px;
}
.main-sec03 .con-line2 .txt{
  padding: 120px 15px 63px 84px;
}
.main-sec03 .con-line .txt p{
  padding-bottom: 24px;
}
.main-sec03 .con-line .txt p span{
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.05px;
  color: rgb(1, 175, 200);
  text-align: center;
  padding: 7px 0 10px;
  width: 131px;
  background: #fff;
  border-radius: 9999px;
}
.main-sec03 .con-line .txt h2{
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -4.75px;
  color: rgb(255, 255, 255);
  padding-bottom: 36px;
}
.main-sec03 .con-line .txt h2 span{
  font-weight: 500;
}
.main-sec03 .con-line1 .txt{
  text-align: right;
}
.main-sec03 .con-line1 .txt .con-subline > li p{
  text-align-last: left;
}

.main-sec03 .con-line .txt .con-subline{
  display: flex;
  gap: 40px;
  padding-bottom: 44px;
}
.main-sec03 .con-line1 .txt .con-subline{
  justify-content: flex-end;
}
.main-sec03 .con-line .txt .con-subline > li{
  width: 220px;
}
.main-sec03 .con-line .txt .con-subline > li p{
  color: #fff;
  padding-top: 21px;
  border-top: 1px solid #fff;
}
.main-sec03 .con-line1 .img{
  background: url(../img/main-sec03-img01.jpg) no-repeat center center / cover;
}
.main-sec03 .con-line2 .img{
  background: url(../img/main-sec03-img02.jpg) no-repeat center center / cover;
}
.main-sec03 .con-line .main-sec03-linkBtn{
  display: flex;
}
.main-sec03 .con-line1 .main-sec03-linkBtn{
  justify-content: flex-end;
}
.main-sec03 .con-line .main-sec03-linkBtn a{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.7px;
  color: rgb(255, 255, 255);
}
.main-sec03 .con-line .main-sec03-linkBtn a:hover{
  text-decoration: underline;
}

.main-sec05{
  padding: 230px 0;
}
.main-sec05 .con-line{
  display: flex;
  gap: 68px;
}
.main-sec05 .con-line > li{
  width: calc(50% - 34px);
}
.main-sec05 .con-line1{
  padding-bottom: 143px;
}

.main-sec05 .con-line1 > li.img{
  background: url(../img/main-sec05-img01.jpg) no-repeat center center / cover;
}
.main-sec05 .con-line2 > li.img{
  background: url(../img/main-sec05-img02.jpg) no-repeat center center / cover;
}
.main-sec05 .con-line1 > li.txt .con-txtbox{
  text-align: left;
}
.main-sec05 .con-line2 > li.txt .con-txtbox{
  text-align: right;
}
.main-sec05 .con-line > li.txt .con-txtbox h2{
  font-size: 50px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: -4.75px;
  color: rgb(1, 175, 200);
}
.main-sec05 .con-line > li.txt .con-txtbox h2 span{
  font-weight: bold;
}
.main-sec05 .con-line > li.txt .con-txtbox{
  padding: 174px 0 144px;
}
.main-sec05 .con-line1 > li.txt .con-txtbox h2{
  padding-bottom: 73px; 
}
.main-sec05 .con-line2 > li.txt .con-txtbox h2{
  padding-bottom: 36px; 
}
.main-sec05 .con-line2 > li.txt .con-txtbox p{
  font-size: 23px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -1.72px;
  color: rgb(91, 91, 91);
}
.main-sec05 .con-line > li.txt .con-txtbox .con-subline{
  display: flex;
  gap: 40px;
}
.main-sec05 .con-line > li.txt .con-txtbox .con-subline li{
  width: 240px;
}
.main-sec05 .con-line > li.txt .con-txtbox .con-subline li p{
  padding-top: 21px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -1.72px;
  color: rgb(91, 91, 91);
  border-top: 1px solid rgb(1, 175, 200);
}

.main-sec06{
  padding: 145px 0;
  background-color: rgb(243, 243, 243);
}
.main-sec06 .main-sec06-inner{
  padding-left: 375px;
  padding-left: 19vw;
  display: flex;
  align-items: center;
}
.main-sec06 .main-sec06-txt{
  width: 156px;
  position: relative;
  z-index: 5;
}
.main-sec06 .main-sec06-swiper{
  width: calc(100% - 156px);
  overflow: hidden;
}
.main-sec06 .main-sec06-txt h2{
  font-size: 50px;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: -3.75px;
  color: rgb(1, 175, 200);
  padding-bottom: 15px;

  white-space: nowrap;
}
.main-sec06 .main-sec06-txt .main-sec06-paging{
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sec06 .main-sec06-txt .main-sec06-paging > div{
  cursor: pointer;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -3.75px;
  color: rgb(1, 175, 200);
  font-family: 'ONE-Mobile-Title', sans-serif !important;
}

@media(max-width:1600px){
  .main-banner .main-tit{
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .main-banner .main-banner-bottomcon{
    padding: 0 20px;
  }

  .main-sec03 .con-line .txt h2{
    font-size: 40px;
  }
  .main-sec03 .con-line .txt .con-subline,
  .main-sec05 .con-line > li.txt .con-txtbox .con-subline
  {
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-sec03 .con-line .txt .con-subline > li,
  .main-sec05 .con-line > li.txt .con-txtbox .con-subline li
  {
    width: calc(33.33% - 13.334px);
  }
  .main-sec03 .con-line .txt .con-subline > li p,
  .main-sec05 .con-line > li.txt .con-txtbox .con-subline li p
  {
    font-size: 16px !important;
  }
  .main-sec06 .main-sec06-inner{
    padding-left: 50px;
  }
}

@media(max-width:1380px){
  .main-sec05 .con-line > li.txt .con-txtbox .con-subline li p br,
  .main-sec03 .con-line .txt .con-subline > li p br{
    display: none;
  }
}

@media(max-width:1024px){
  .main-banner .main-tit{
    padding-top: 180px;
    padding-bottom: 80px;
    font-size: 56px;
    text-align: left;
  }
  .main-banner .main-banner-bottomcon .con-line{
    flex-wrap: wrap;
  }
  .main-banner .main-banner-bottomcon .con-line > li{
    flex: none;
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  .main-banner .main-banner-bottomcon .con-line > li:nth-child(1),
  .main-banner .main-banner-bottomcon .con-line > li:nth-child(3){
    border-right: 1px solid #fff;
  }
  .main-banner .main-banner-bottomcon .con-line > li:nth-child(3),
  .main-banner .main-banner-bottomcon .con-line > li:nth-child(4){
    border-bottom: none;
  }
  .main-banner .main-banner-bottomcon .con-line > li:nth-child(4){
    border-right: none;
  }
  .main-banner .main-banner-bottomcon .con-line > li .conbox{
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 209px;
  }
  .main-banner .main-banner-bottomcon .con-line > li .conbox > h2{
    font-size: 32px;
    padding-bottom: 12px;
  }
  .main-banner .main-banner-bottomcon .con-line > li .conbox > p{
    font-size: 16px;
    padding-bottom: 25px;
  }
  .main-banner .main-banner-bottomcon .con-line > li .conbox > .link-a a{
    font-size: 16px;
  }

  .main-sec03 .con-line{
    flex-wrap: wrap;
  }
  .main-sec03 .con-line > li{
    width: 100%;
  }
  .main-sec03 .con-line1 .txt{
    padding: 60px 20px;
  }
  .main-sec03 .con-line2 .txt{
    padding: 60px 20px;
  }
  .main-sec03 .con-line .txt p{
    padding-bottom: 8px;
  }
  .main-sec03 .con-line .txt p span{
    font-size: 18px;
    padding: 5px 0 8px;
    width: 100px;
  }
  .main-sec03 .con-line .txt h2{
    font-size: 24px;
    letter-spacing: -1.75px;
    padding-bottom: 34px;
  }
  .main-sec03 .con-line .txt .con-subline{
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .main-sec03 .con-line1 .txt .con-subline{
    justify-content: flex-start;
  }
  .main-sec03 .con-line .txt .con-subline > li{
    width: calc(50% - 8px)
  }
  .main-sec03 .con-line .txt .con-subline > li p{
    padding-top: 16px;
  }
  .main-sec03 .con-line1 .img{
    height: 400px;
  }
  .main-sec03 .con-line2 .img{
    height: 400px;
  }
  .main-sec03 .con-line1 .main-sec03-linkBtn{
    justify-content: flex-start;
  }
  .main-sec03 .con-line .main-sec03-linkBtn a{
    font-size: 18px;
  }
  .main-sec03 .con-line1 .img{
    order: 0;
  }
  .main-sec03 .con-line1 .txt{
    order: 1;
  }
  .main-sec03 .con-line1 .txt{
    text-align: left;
  }
  .main-sec03 .con-line .txt .con-subline > li p{
    font-size: 15px !important;
  }

  .main-sec05{
    padding: 60px 0;
  }
  .main-sec05 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .main-sec05 .con-line > li{
    width: 100%;
  }
  .main-sec05 .con-line1{
    padding-bottom: 60px;
  }
  .main-sec05 .con-line > li.img{
    height: 300px;
  }
  .main-sec05 .con-line2 > li.txt .con-txtbox{
    text-align: left;
  }
  .main-sec05 .con-line > li.txt .con-txtbox h2{
    font-size: 36px;
    letter-spacing: -0.75px;
  }
  .main-sec05 .con-line > li.txt .con-txtbox{
    padding: 0;
    padding-bottom: 60px;
  }
  .main-sec05 .con-line1 > li.txt .con-txtbox h2 br{
    display: none;
  }
  .main-sec05 .con-line2 > li.txt .con-txtbox h2 br{
    display: none;
  }
  .main-sec05 .con-line2 > li.txt .con-txtbox h2{
    padding-bottom: 18px; 
  }
  .main-sec05 .con-line2 > li.txt .con-txtbox p{
    font-size: 15px;
    letter-spacing: -0.72px;
  }
  .main-sec05 .con-line > li.txt .con-txtbox .con-subline{
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-sec05 .con-line > li.txt .con-txtbox .con-subline li{
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .main-sec05 .con-line > li.txt .con-txtbox .con-subline li p{
    padding-top: 16px;
    font-size: 15px !important;
    letter-spacing: -0.72px;
  }
  
  .main-sec05 .con-line > li.img{
    order: 0;
  }
  .main-sec05 .con-line > li.txt{
    order: 1;
  }
  .main-sec05 .con-line > li.txt .con-txtbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .main-sec06{
    padding: 60px 0;
  }
  .main-sec06 .main-sec06-inner{
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }  
  .main-sec06 .main-sec06-txt{
    width: 100%;
    z-index: 1;
  } 
  .main-sec06 .main-sec06-swiper{
    width: 100%;
  }
  .main-sec06 .main-sec06-txt h2{
    font-size: 28px;
    letter-spacing: -0.75px;
    padding-bottom: 20px;
    white-space: initial;
  }
  .main-sec06 .main-sec06-txt .main-sec06-paging{
    gap: 16px;
  }
  .main-sec06 .main-sec06-txt .main-sec06-paging > div{
    font-size: 28px;
    letter-spacing: -0.75px;
  }
  .main-sec06-txt{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}


@media(max-width:767px){
  .main-banner{
    background: none;
  }
  .main-banner .main-tit{
    background: url(../img/main-banner-bg.jpg) no-repeat center / cover;
  }
  .main-banner .main-banner-bottomcon{
    padding: 0;
  }
  .main-banner .main-tit{
    padding-bottom: 120px;
    font-size: 36px;
    letter-spacing: -0.5px;
  }
  .main-banner .main-banner-bottomcon .con-line > li{
    width: 100%;
  }
  .main-banner .main-banner-bottomcon .con-line > li .conbox{
    padding: 30px 20px !important;
    background: #01AFC8;
    height: auto !important;
  }
  .main-banner .main-banner-bottomcon .con-line > li .conbox > .link-a a{
    color: #fff;
  }
  .main-banner .main-banner-bottomcon .con-line > li:nth-child(3){
    border-bottom: 1px solid #fff;
  }

  .main-sec03 .con-line2 .img{
    height: 300px;
  }
}

/* main */


.side-quick-wrap{
  width: 120px;
  height: auto;
  border-radius: 58px;
  background-color: rgb(1, 175, 200);
  position: fixed;
  bottom: 5vh;
  right: 43px;
  z-index: 99;

  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.side-quick-wrap.off{
  opacity: 0;
}
.side-quick-wrap.off.off-hidden{
  display: none;
}



.side-quick-wrap .side-quick-box{
  padding: 0 18px;
}
.side-quick-wrap ul li a{
  display: block;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -1.28px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 33px 0 36px;
  border-bottom: 1px solid #fff;
}
.side-quick-wrap ul li:last-child a{
  border-bottom: none;
  padding-bottom: 42px;
}

@media(min-width:1025px){
  .mobile{
    display: none !important;
  }
}

@media(max-width:1600px){

  .side-quick-wrap{
    width: 90px;
    border-radius: 30px;
    bottom: 30px;
    right: 15px;
  }
  .side-quick-wrap .side-quick-box{
    padding: 0 15px;
  }
  .side-quick-wrap ul li a{
    font-size: 15px;
    letter-spacing: -0.68px;
    padding: 13px 0 18px;
  }
  .side-quick-wrap ul li:last-child a{
    padding-bottom: 21px;
  }
}

@media(max-width:1024px){
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
}

.footer-wrap{
  background-color: rgb(1, 175, 200);
  width: 100%;
  height: auto;
  position: relative;
  z-index: 999;
}
.footer-wrap .con-line{
  display: flex;
}
.footer-wrap .con-line > li{
  flex: 1;
  overflow: hidden;
  position: relative;
}
.footer-wrap .con-line > li.img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #E6E8EC;
}
.footer-wrap .con-line > li.img img{
}

 
.footer-wrap .con-line > li.txt .conbox .top-txtbox h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -2.2px;
  color: rgb(255, 255, 255);
  padding-bottom: 28px;
  font-family: "gmarket", sans-serif !important;
}
.footer-wrap .con-line > li.txt .conbox{
  padding: 80px 100px 70px 85px;
}
.footer-wrap .con-line > li.txt .conbox .top-txtbox p{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.22px;
  color: #fff;
}
.footer-wrap .con-line > li.txt .conbox .top-txtbox p .fw500{
  line-height: 1.38;
  color: rgb(255, 255, 255);
  letter-spacing: -1.21px;
  font-size: 21.3px;
  font-weight: normal;
  letter-spacing: -0.32px;
}
.footer-wrap .con-line > li.txt .conbox .top-txtbox p .fw600{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.38px;
  color: rgb(255, 255, 255);
}
.footer-wrap .con-line > li.txt .conbox .top-txtbox{
  padding-bottom: 44px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox{
  padding-bottom: 75px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline{
  display: flex;
  gap: 44px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline > li{
  flex: 1;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div{
  display: flex;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:first-child .sub-txtbox > div p:first-child{
  width: 60px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:first-child .sub-txtbox > div p:last-child{
  width: calc(100% - 60px);
  padding-left: 14px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:first-child .sub-txtbox > div p:last-child .fw400{
  font-weight: 400;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:last-child .sub-txtbox > div p:first-child{
  width: 100px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:last-child .sub-txtbox > div p:last-child{
  width: calc(100% - 100px);
  padding-left: 14px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div{
  border-bottom: 1px solid #fff;
  padding: 8px 0;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div p:first-child{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.88px;
  text-align: left;
  color: rgb(243, 243, 243);

  display: flex;
  justify-content: space-between;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:last-child .sub-txtbox > div p:first-child{
  display: block;
  padding-left: 1px;
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div p:last-child{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1.56px;
  color: rgb(243, 243, 243);
}
.footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div p:last-child .lw-el{
  letter-spacing: -0.2px;
}
.footer-wrap .con-line > li.txt .conbox .copyright{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.07px;
  color: rgb(255, 255, 255);
}

@media(min-width:1921px){
  .footer-wrap .con-line > li.txt{
    display: flex;
    align-items: center;
  }
}

@media(max-width:1200px){
  .footer-wrap .con-line{
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .footer-wrap .con-line > li.txt .conbox .top-txtbox h2{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .footer-wrap .con-line > li.txt .conbox{
    padding: 30px 20px;
  }
  .footer-wrap .con-line > li.txt .conbox .top-txtbox p{
    font-size: 13px;
  }
  .footer-wrap .con-line > li.txt .conbox .top-txtbox p .fw500{
    font-size: 15px;
    letter-spacing: -0.71px;
  }
  .footer-wrap .con-line > li.txt .conbox .top-txtbox p .fw600{
    font-size: 18px;
    letter-spacing: -0.71px;
  }
  .footer-wrap .con-line > li.txt .conbox .top-txtbox{
    padding-bottom: 30px;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox{
    padding-bottom: 30px;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline{
    gap: 0px;
    flex-wrap: wrap;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline > li{
    width: 100%;
    flex: none;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:first-child .sub-txtbox > div p:first-child{
    width: 100px;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:first-child .sub-txtbox > div p:last-child{
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:last-child .sub-txtbox > div p:first-child{
    width: 100px;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:last-child .sub-txtbox > div p:last-child{
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div{
    padding: 7px 0;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div p:first-child{
    font-size: 14px;
    justify-content: flex-start;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li:last-child .sub-txtbox > div p:first-child{
    padding-left: 0px;
  }
  .footer-wrap .con-line > li.txt .conbox .bottom-txtbox .con-subline li .sub-txtbox > div p:last-child{
    font-size: 14px;
  }
  .footer-wrap .con-line > li.txt .conbox .copyright{
    font-size: 13px;
  }
  
}



/* footer */

.cm-sec01{
  padding-top: 260px;
  padding-bottom: 210px;
}

.cm-sec01 .cm-sec01-titbox{
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.cm-sec01 .cm-sec01-titbox .cm-sec01-tit{
  font-size: 60px;
  font-weight: 100;
  line-height: 1.33;
  letter-spacing: -5.7px;
  color: rgb(18, 26, 31);
  padding-bottom: 130px;
  position: relative;
}
.cm-sec01 .cm-sec01-titbox .cm-sec01-tit::after{
  content: "";
  display: block;
  width: 80%;
  min-width: 900px;
  height: 1px;
  background-color: rgb(91, 91, 91);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cm-sec01 .cm-sec01-titbox .cm-sec01-tit span{
  font-weight: 500;
  color: rgb(1, 175, 200);
}
.cm-sec01 .cm-sec01-titbox p{
  font-size: 43.6px;
  letter-spacing: -1.53px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -2.59px;
  color: rgb(91, 91, 91);
}
.cm-sec01 .cm-sec01-titbox p span{
  font-size: 27.2px;
  letter-spacing: -2.59px;
}
.cm-sec01 .cm-sec01-titbox .director-imgbox{
  width: 447px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cm-sec01 .cm-sec01-conbox{
  padding: 49px 0 55px 180px;
  background-color: rgb(1, 175, 200);
  width: calc(100% + 180px);
  position: relative;
  left: -180px;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.cm-sec01 .cm-sec01-conbox::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  background-color: rgb(1, 175, 200);
}
.cm-sec01 .cm-sec01-conbox > h3{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -2.47px;
  color: rgb(252, 253, 254);
  padding-bottom: 16px;
}
.cm-sec01 .cm-sec01-conbox ul li p{
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -2.38px;
  text-align: left;
  color: rgb(252, 253, 254);
  padding-bottom: 12px;
}
.cm-sec01 .cm-sec01-conbox ul{
  display: flex;
  gap: 282px;
}

.sub-wrap, .sub-sec{
  width: 100%;
  height: auto;
  position: relative;
}

@media(max-width:1024px){
  .cm-sec01{
    padding-top: 130px;
    padding-bottom: 80px;
  }
  
  .cm-sec01 .cm-sec01-titbox{
    padding-bottom: 40px;
  }
  .cm-sec01 .cm-sec01-titbox .cm-sec01-tit{
    font-size: 28px;
    letter-spacing: -1.7px;
    padding-bottom: 40px;
  }
  .cm-sec01 .cm-sec01-titbox .cm-sec01-tit::after{
    min-width: initial;
  }
  .cm-sec01 .cm-sec01-titbox p{
    font-size: 20px;
    letter-spacing: -0.59px;
  }
  .cm-sec01 .cm-sec01-titbox p span{
    font-size: 16px;
    letter-spacing: -0.59px;
  }
  .cm-sec01 .cm-sec01-titbox .director-imgbox{
    width: 300px;
  }

  .cm-sec01 .cm-sec01-conbox{
    padding: 34px 20px 30px 20px;
    width: calc(100% + 40px);
    left: -20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .cm-sec01 .cm-sec01-conbox::before{
    display: none;
  }
  .cm-sec01 .cm-sec01-conbox > h3{
    font-size: 22px;
    letter-spacing: -1.47px;
    padding-bottom: 12px;
  }
  .cm-sec01 .cm-sec01-conbox ul li p{
    font-size: 15px;
    letter-spacing: -0.38px;
    padding-bottom: 4px;
  }
  .cm-sec01 .cm-sec01-conbox ul{
    gap: 150px;
  }
  
}

@media(max-width:767px){
  .cm-sec01 .cm-sec01-conbox ul{
    gap: 30px;
  }
  .cm-sec01 .cm-sec01-titbox .director-imgbox{
    width: 200px;
  }
}
@media(max-width:550px){
  .cm-sec01 .cm-sec01-titbox .cm-sec01-tit{
    padding-bottom: 170px;
  }
  .cm-sec01 .cm-sec01-titbox .director-imgbox{
    right: -20px;
  }
}

@media(max-width:450px){
  .cm-sec01 .cm-sec01-conbox ul{
    flex-wrap: wrap;
    gap: 0px;
  }
  .cm-sec01 .cm-sec01-conbox ul li {
    width: 100%;
  }
}

@media(max-width:350px){
  .cm-sec01 .cm-sec01-titbox .cm-sec01-tit{
    font-size: 24px;
    padding-bottom: 120px;
  }
  .cm-sec01 .cm-sec01-titbox .cm-sec01-tit br{
    display: none;
  }
  .cm-sec01 .cm-sec01-titbox .director-imgbox{
    width: 160px;
  }
  .cm-sec01 .cm-sec01-titbox p{
    font-size: 18px;
  }
  .cm-sec01 .cm-sec01-titbox p span{
    font-size: 14px;
  }
}




.cm2-sec{
  padding-top: 210px;
  padding-bottom: 210px;
}

.sub02-sec01{
  padding-top: 270px;
  padding-bottom: 170px;
}

.cm2-sec .sec-tit{
  font-size: 50px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -4.75px;
  color: rgb(1, 175, 200);
  padding-bottom: 100px;
}
.cm2-sec .con-line{
  display: flex;
  gap: 31px;
}
.cm2-sec .con-line > li{
  flex: 1;
}
.cm2-sec .con-line > li .conbox .num{
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -3.33px;
  color: rgb(1, 175, 200);
  padding-bottom: 15px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgb(1, 175, 200);
  font-family: "gmarket", sans-serif !important;
}
.cm2-sec .con-line > li .conbox .txt{
  font-size: 23px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: rgb(0, 0, 0);
}

@media(max-width:1024px){
  .cm2-sec{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .sub02-sec01{
    padding-top: 130px;
    padding-bottom: 80px;
  }
  
  .cm2-sec .sec-tit{
    font-size: 32px;
    letter-spacing: -1.75px;
    padding-bottom: 50px;
  }
  .cm2-sec .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .cm2-sec .con-line > li{
    flex: none;
    width: calc(50% - 15px);
  }
  .cm2-sec .con-line > li .conbox .num{
    font-size: 22px;
    letter-spacing: -1.33px;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  .cm2-sec .con-line > li .conbox .txt{
    font-size: 18px;
    letter-spacing: -0.3px;
  }
  
}

@media(max-width:767px){
  .cm2-sec .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .cm2-sec .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .cm2-sec .con-line > li .conbox .txt{
    font-size: 16px;
  }
  .cm2-sec .con-line > li .conbox .txt br{
    display: none;
  }
}


.cm3-sec .con-line{
  display: flex;
}
.cm3-sec .con-line > li{
  flex: 1;
}
.sub02-sec03 .con-line1 > li.bg{
  background: url(../img/sub02-sec02-img01.jpg) no-repeat center / cover;
}
.sub02-sec03 .con-line2 > li.bg{
  background: url(../img/sub02-sec02-img02.jpg) no-repeat center / cover;
}
.sub02-sec03 .con-line3 > li.bg{
  background: url(../img/sub02-sec02-img03.jpg) no-repeat center / cover;
}
.sub02-sec03 .con-line4 > li.bg{
  background: url(../img/sub02-sec02-img04.jpg) no-repeat center / cover;
}

.cm3-sec.sub02-sec03-new .con-line1 > li.bg{
  background: url(../img/sub02-sec02-img01-new2.jpg) no-repeat center / cover;
}
.cm3-sec.sub02-sec03-new .con-line2 > li.bg{
  background: url(../img/sub02-sec02-img02-new2.jpg) no-repeat center / cover;
}
.cm3-sec.sub02-sec03-new .con-line3 > li.bg{
  background: url(../img/sub02-sec02-img03-new2.jpg) no-repeat center / cover;
}
.cm3-sec.sub02-sec03-new .con-line4 > li.bg{
  background: url(../img/sub02-sec02-img04-new2.jpg) no-repeat center / cover;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.cm3-sec .con-line > li.bg .conbox{
  padding-top: 168px;
  padding-bottom: 170px;
}
.cm3-sec .con-line.odd > li.bg .conbox{
  padding-right: 96px;
  padding-left: 20px;
  text-align: right;
}
.cm3-sec .con-line.odd > li.txtcon .conbox{
  padding-left: 96px;
  padding-right: 20px;
  text-align: left;
}
.cm3-sec .con-line.even > li.bg{
  order: 1;
}
.cm3-sec .con-line.even > li.txtcon{
  order: 0;
}
.cm3-sec .con-line.even > li.bg .conbox{
  padding-left: 96px;
  padding-right: 20px;
  text-align: left;
}
.cm3-sec .con-line.even > li.txtcon .conbox{
  padding-right: 96px;
  padding-left: 20px;
  text-align: right;
}
.cm3-sec .con-line > li.bg .conbox h3{
  font-size: 50px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -4.75px;
  color: rgb(255, 255, 255);
  padding-bottom: 60px;
}
.cm3-sec .con-line > li.bg .conbox p{
  font-size: 23px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: rgb(255, 255, 255);
}
.cm3-sec .con-line > li.txtcon .conbox .con-subline{
}
.cm3-sec .con-line > li.txtcon .conbox .con-subline > li{
  width: 100%;
  padding-bottom: 23px;
  padding-top: 20px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -2.66px;
  color: rgb(1, 175, 200);
  border-bottom: 1px solid rgba(18, 26, 31,0.6);
}
.cm3-sec .con-line > li.txtcon{
  display: flex;
  align-items: center;
}
.cm3-sec .con-line > li.txtcon .conbox{
  max-width: calc(557px + 96px);
  width: 100%;
}
.cm3-sec .con-line.even > li.txtcon {
  justify-content: flex-end;
}

.cm3-sec .con-line.even > li.bg .conbox .con-smallbox{
  padding-top: 54px;
}
.cm3-sec .con-line.even > li.bg .conbox .con-smallbox > h4{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -2.47px;
  color: rgb(249, 250, 251);
  padding-bottom: 33px;
}
.cm3-sec .con-line.even > li.bg .conbox .con-smallbox .con-subline{
  display: flex;
  gap: 18.8px;
}
.cm3-sec .con-line.even > li.bg .conbox .con-smallbox .con-subline > li{
  flex: 1;
  padding-top: 12px;
  font-size: 17.2px;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: -1.72px;
  color: rgb(255, 255, 255);
  border-top: 1px solid rgb(249, 250, 251);
}

.cm3-sec.sub02-sec03-new .txtcon{
  padding-top: 120px;
  padding-bottom: 120px;
}
.cm3-sec.sub02-sec03-new .txtcon .top-txtbox{
  margin-bottom: 54px;
}
.cm3-sec.sub02-sec03-new .txtcon .top-txtbox h3{
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -4.75px;
  color: #01AFC8;
  padding-bottom: 12px;
}
.cm3-sec.sub02-sec03-new .txtcon .top-txtbox p{
  font-size: 23px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: #0D060D;
}
.cm3-sec.sub02-sec03-new .con-line > li.txtcon .conbox .con-subline{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cm3-sec.sub02-sec03-new .con-line > li.txtcon .conbox .con-subline > li{
  padding-bottom: 17px;
  padding-top: 0;
  width: calc(50% - (33px / 2));
}


.cm3-sec.sub02-sec03-new .txtcon .con-subline > li:first-child,
.cm3-sec.sub02-sec03-new .txtcon .con-subline > li:nth-child(3){
  margin-right: 18px;
}

.cm3-sec.sub02-sec03-new.cm3-sec .con-line > li.txtcon .conbox{
  max-width: 800px;
}

@media(max-width:1600px){
  .cm3-sec .con-line > li.bg .conbox h3{
    font-size: 40px;
  }
}

@media(max-width:1060px){
  .cm3-sec .con-line > li.bg .conbox p br{
    display: none;
  }
}

@media(max-width:1024px){
  .cm3-sec .con-line{
    flex-wrap: wrap;
  }
  .cm3-sec .con-line > li{
    flex: none;
    width: 100%;
  }
  .cm3-sec .con-line > li.bg .conbox{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cm3-sec .con-line.odd > li.bg .conbox{
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .cm3-sec .con-line.odd > li.txtcon .conbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm3-sec .con-line.even > li.bg{
    order: 0;
  }
  .cm3-sec .con-line.even > li.txtcon{
    order: 1;
  }
  .cm3-sec .con-line.even > li.bg .conbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm3-sec .con-line.even > li.txtcon .conbox{
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .cm3-sec .con-line > li.bg .conbox h3{
    font-size: 24px;
    letter-spacing: -1.75px;
    padding-bottom: 20px;
  }
  .cm3-sec .con-line > li.bg .conbox p{
    font-size: 16px;
    letter-spacing: -1.3px;
  }
  .cm3-sec .con-line > li.txtcon{
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .cm3-sec .con-line > li.txtcon .conbox .con-subline > li{
    padding-bottom: 13px;
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: -0.66px;
  }
  .cm3-sec .con-line > li.txtcon .conbox{
    max-width: 100%;
    position: relative;
  }
  .cm3-sec .con-line.even > li.txtcon {
    justify-content: flex-start;
  }



  .cm3-sec .con-line.even > li.bg .conbox .con-smallbox{
    padding-top: 30px;
  }
  .cm3-sec .con-line.even > li.bg .conbox .con-smallbox > h4{
    font-size: 18px;
    letter-spacing: -1.47px;
    padding-bottom: 20px;
  }
  .cm3-sec .con-line.even > li.bg .conbox .con-smallbox .con-subline{
    flex-wrap: wrap;
    gap: 10px;
  }
  .cm3-sec .con-line.even > li.bg .conbox .con-smallbox .con-subline > li{
    flex: none;
    width: calc(50% - 5px);
    margin-bottom: 20px;
    padding-top: 8px;
    font-size: 15px;
    letter-spacing: -0.72px;
  }



  .cm3-sec.sub02-sec03-new .txtcon{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cm3-sec.sub02-sec03-new .txtcon .top-txtbox{
    margin-bottom: 30px;
  }
  .cm3-sec.sub02-sec03-new .txtcon .top-txtbox h3{
    font-size: 24px;
    letter-spacing: -1.75px;
    padding-bottom: 10px;
  }
  .cm3-sec.sub02-sec03-new .txtcon .top-txtbox p{
    font-size: 16px;
    letter-spacing: -1.3px;
  }
  .cm3-sec.sub02-sec03-new .con-line > li.txtcon .conbox .con-subline{
    gap: 10px;
  }
  .cm3-sec.sub02-sec03-new .con-line > li.txtcon .conbox .con-subline > li{
    padding-bottom: 13px;
    width: 100%;
  }
  .cm3-sec.sub02-sec03-new .txtcon .con-subline > li:first-child,
  .cm3-sec.sub02-sec03-new .txtcon .con-subline > li:nth-child(3){
    margin-right: 0;
  }
  
  .cm3-sec.sub02-sec03-new.cm3-sec .con-line > li.txtcon .conbox{
    max-width: 100%;
  }
  .cm3-sec.sub02-sec03-new .con-line > li.bg{
    height: 300px;
  }
  .cm3-sec.sub02-sec03-new .con-line4 > li.bg{
    border-left: none;
    border-bottom: 1px solid #ccc;
  }
}

@media(max-width:767px){
  .cm3-sec .con-line > li.bg .conbox p br{
    display: none;
  }
}

@media(max-width:410px){
  .sub02-sec03 .con-line > li.bg .conbox p br{
    display: none;
  }
}

@media(max-width:310px){
  .cm3-sec .con-line > li.bg .conbox h3{
    font-size: 22px;
  }
  .cm3-sec .con-line > li.bg .conbox h3 br{
    display: none;
  }
}

.cm4-sec{
  padding: 160px 0 186px;
  background-color: rgb(145, 145, 156);
}
.cm4-sec .sec-tit{
  font-size: 50px;
  font-weight: normal;
  line-height: 1.34;
  letter-spacing: -4.75px;
  text-align: center;
  color: rgb(252, 253, 254);
  padding-bottom: 112px;
}
.cm4-sec .con-wrap{
  width: 100%;
  height: auto;
  position: relative;
}

.cm4-sec .con-wrap .con-line{
  display: flex;
  gap: 43px;
  padding-top: 22px;
  border-top: 1px solid rgba(252, 253, 254,0.6);
}
.cm4-sec .con-wrap .con-line .conbox > h3{
  font-size: 30px;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.75px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding-bottom: 26px;
}
.cm4-sec .con-wrap .con-line .conbox > h3 span{
  display: block;
  padding-top: 8px;

  font-size: 23px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: rgb(255, 255, 255);
}
.cm4-sec .con-wrap .con-line .conbox > .imgbox,
.cm4-sec .con-wrap .con-line .conbox > .imgbox2
{
  text-align: center;
}
.cm4-sec .con-wrap .con-line .conbox > .imgbox2{
  margin-top: 70px;
}
.cm4-sec .con-wrap .con-line > li{
  flex: 1;
}
.cm4-sec .con-wrap > .cm4-sec-con-title{
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -3.33px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding-bottom: 35px;
}
.cm4-sec .con-wrap2{
  padding-top: 120px;
}
.cm4-sec .con-wrap .bottom-txt{
  text-align: center;
  padding-top: 50px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -2px;
  color: rgb(255, 255, 255);
}


@media(max-width:1024px){
  .cm4-sec{
    padding: 80px 0;
  }
  .cm4-sec .sec-tit{
    font-size: 28px;
    letter-spacing: -1.75px;
    padding-bottom: 50px;
  }
  .cm4-sec .con-wrap{
  }
  
  .cm4-sec .con-wrap .con-line{
    gap: 10px;
    padding-top: 16px;
  }
  .cm4-sec .con-wrap .con-line .conbox > h3{
    font-size: 20px;
    padding-bottom: 12px;
  }
  .cm4-sec .con-wrap .con-line .conbox > .imgbox2{
    margin-top: 10px;
  }

  .cm4-sec .con-wrap > .cm4-sec-con-title{
    font-size: 24px;
    letter-spacing: -1.33px;
    padding-bottom: 20px;
  }
  .cm4-sec .con-wrap2{
    padding-top: 60px;
  }

  .cm4-sec .con-wrap .con-line .conbox > h3 span{
    padding-top: 4px;
  
    font-size: 16px;
    letter-spacing: -1.3px;
  }

  .cm4-sec .con-wrap .bottom-txt{
    padding-top: 30px;
    font-size: 14px;
    letter-spacing: -1px;
  }
}


.cm5-sec .con-wrap .con-line{
  display: flex;
}
.cm5-sec .con-wrap .con-line > li{
  flex: 1;
}.cm5-sec .con-wrap .con-line > li.txtli{
  display: flex;
  align-items: center;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox{
  width: 100%;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox{
  padding-left: 84px;
  padding-right: 84px;
}
.cm5-sec .con-wrap .con-line > li.imgli img{
  width: 100%;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox h3{
  font-size: 50px;
  font-weight: normal;
  line-height: 1.34;
  letter-spacing: -4.75px;
  color: rgb(1, 175, 200);
  padding-bottom: 24px;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox h3.fst{
  padding-bottom: 35px;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt1{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -2.47px;
  color: rgb(102, 102, 102);
  padding-bottom: 40px;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt1 span{
  display: block;
  padding-bottom: 5px;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt1 span:last-child{
  padding-bottom: 0px;
}
.cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt2{
  font-size: 23px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: rgb(102, 102, 102);
}
.cm5-sec .con-wrap .con-line.even li.txtli{
  order: 1;
}
.cm5-sec .con-wrap .con-line.even li.imgli{
  order: 0;
}
.cm5-sec .con-wrap .con-line.odd li.txtli{
  text-align: right;
}
@media(max-width:1600px){
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox{
    padding-left: 50px;
    padding-right: 50px;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt2 br{
    display: none;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt2{
    font-size: 20px;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt1{
    font-size: 23px;
    padding-bottom: 25px;
  }
}
@media(max-width:1024px){
  .cm5-sec .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .cm5-sec .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .cm5-sec .con-wrap .con-line > li.imgli img{
    width: 100%;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox h3{
    font-size: 28px;
    letter-spacing: -1.75px;
    padding-bottom: 16px;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox h3.fst{
    padding-bottom: 16px;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt1{
    font-size: 20px;
    letter-spacing: -0.47px;
    padding-bottom: 8px;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt1 span{
    padding-bottom: 3px;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt2{
    font-size: 16px;
    letter-spacing: -1.3px;
  }
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt2 br{
    display: none;
  }
  .cm5-sec .con-wrap .con-line.odd li.txtli{
    order: 1;
  }
  .cm5-sec .con-wrap .con-line.odd li.imgli{
    order: 0;
  }
  .cm5-sec .con-wrap .con-line.odd li.txtli{
    text-align: left;
  }
  .cm5-sec .con-wrap .con-line{
    padding-bottom: 60px;
  }
  .cm5-sec .con-wrap .con-line:last-child{
    padding-bottom: 0;
  }
  .cm5-sec{
    padding-bottom: 80px;
  }
}

@media(max-width:330px){
  .cm5-sec .con-wrap .con-line > li.txtli .txtbox .txt1{
    font-size: 16px;
  }
}

.cm6-sec{
  padding: 210px 0 240px;
}
.cm6-sec .sec-con-maintit{
  color: rgb(1, 175, 200);
  margin-bottom: 90px;
}
.cm6-sec .con-line{
  display: flex;
  gap: 47px;
}
.cm6-sec .con-line > li{
  flex: 1;
}
.cm6-sec .con-line > li .conbox h3{
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -3.33px;
  color: rgb(1, 175, 200);
  padding-bottom: 17px;
  border-bottom: 1px solid  rgb(1, 175, 200);
  margin-bottom: 26px;
}
.cm6-sec .con-line > li .conbox p{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: rgb(0, 0, 0);
}

@media(max-width:1024px){
  .cm6-sec{
    padding: 80px 0;
  }
  .cm6-sec .sec-con-maintit{
    color: rgb(1, 175, 200);
    margin-bottom: 40px;
  }
  .cm6-sec .con-line{
    flex-wrap: wrap;
    gap: 10px;
  }
  .cm6-sec .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .cm6-sec .con-line > li .conbox h3{
    font-size: 22px;
    letter-spacing: -1.33px;
    padding-bottom: 12px;
    margin-bottom: 9px;
  }
  .cm6-sec .con-line > li .conbox p{
    font-size: 16px;
    letter-spacing: -1.3px;
  }
}

.cm7-sec{
  padding: 210px 0 190px;
}
.cm7-sec .sec-con-maintit{
  padding-bottom: 111px;
  color: rgb(1, 175, 200);
}
.cm7-sec .con-line{
  display: flex;
  gap: 30px; 
}
.cm7-sec .con-line li{
  flex: 1;
}
.cm7-sec .con-line li .conbox .num{
  font-size: 58.5px;
  font-weight: 300;
  letter-spacing: -5.55px;
  color: rgb(1, 175, 200);
  font-family: "gmarket", sans-serif !important;
  padding-bottom: 13px;
}
.cm7-sec .con-line li .conbox h3{
  font-size: 38px;
  font-weight: 200;
  line-height: 1.27;
  letter-spacing: -4px;
  color: rgb(0, 0, 0);
  padding-bottom: 27px;
  margin-bottom: 30px;
  border-bottom: 1px solid  rgb(0, 0, 0);
}
.cm7-sec .con-line li .conbox .txt{
  font-size: 22px;
  font-weight: 200;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: rgb(0, 0, 0);
}

@media(max-width:1600px){
  .cm7-sec .con-line li .conbox h3{
    font-size: 32px;
  }
  .cm7-sec .con-line li .conbox .txt{
    font-size: 18px;
  }
  .cm7-sec .con-line li .conbox .txt br{
    /* display: none; */
  }
}

@media(max-width:1024px){
  .cm7-sec{
    padding: 80px 0;
  }
  .cm7-sec .sec-con-maintit{
    padding-bottom: 50px;
  }
  .cm7-sec .con-line{
    flex-wrap: wrap;
    gap: 10px;
  }
  .cm7-sec .con-line li{
    flex: none;
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .cm7-sec .con-line li .conbox .num{
    font-size: 24px;
    letter-spacing: -1.55px;
    padding-bottom: 8px;
  }
  .cm7-sec .con-line li .conbox h3{
    font-size: 28px;
    letter-spacing: -1px;
    padding-bottom: 16px;
    margin-bottom: 19px;
  }
  .cm7-sec .con-line li .conbox .txt{
    font-size: 16px;
    letter-spacing: -1.3px;
  }
  .cm7-sec .con-line li .conbox .txt br{
    display: none;
  }
}


/* common-sec */



.sub01-sec02{
  padding: 120px 0 85px;
  background: url(../img/sub01-sec02-bg.jpg) no-repeat center / cover;
}
.sub01-sec02 .sec-tit{
  font-size: 50px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -5.75px;
  color: rgb(255, 255, 255);
  margin-bottom: 54px;
}
.sub01-sec02 .sec-tit span{
  font-weight: bold;
}
.sub01-sec02 .con-line{
  display: flex;
  gap: 40px;
}
.sub01-sec02 .con-line > li{
  width: calc(32% - (80px / 3));
}
.sub01-sec02 .con-line > li.right{
  width: 36%;
}
.sub01-sec02 .con-line > li:first-child .conbox{
  margin-right: 30px;
}
.sub01-sec02 .con-line > .left{
  margin-top: 22px;
}
.sub01-sec02 .con-line > .left .conbox{
  width: 100%;
}
.sub01-sec02 .con-line > .left .conbox h3{
  font-size: 33px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: -3.14px;
  color: rgb(252, 253, 254);
  padding-bottom: 21px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.sub01-sec02 .con-line > .left .conbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: -1.73px;
  color: rgb(255, 255, 255);
}
.sub01-sec02 .con-line > .left .conbox p span{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -2.3px;
  display: block;
}
.sub01-sec02 .con-line > .right .conbox{
  width: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 22px 30px;
}
.sub01-sec02 .con-line > .right .conbox h3{
  font-size: 33px;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: -3.14px;
  color: rgb(1, 175, 200);
  padding-bottom: 21px;
  margin-bottom: 22px;
  border-bottom: 1px solid  rgb(1, 175, 200);
}
.sub01-sec02 .con-line > .right .conbox p{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -1.73px;
  color: rgb(18, 26, 31);
}

.sub01-sec03{
  padding: 188px 0 248px;
}
.sub01-sec03 .sub01-sec03-bottom-inner{
  max-width: 1480px;
  padding: 0 20px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.sub01-sec03 .sub01-sec03-bottom-inner .sub01-sec03-con-wrap{
  position: relative;
}
.sub01-sec03 .sub01-sec03-bottom-inner .sub01-sec03-con-wrap::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  height: calc(100% + 500px);
  background-color: rgba(0, 0, 0,0.3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.sub01-sec03 .sub01-sec03-tit{
  margin-bottom: 100px;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.33;
  letter-spacing: -5.7px;
  text-align: left;
  color: rgb(0, 0, 0);
}
.sub01-sec03 .sub01-sec03-tit span{
  font-weight: 600;
  color: rgb(1, 175, 200);
}
.sub01-sec03 .con-line{
  display: flex;
  gap: 94px;
  padding-bottom: 20px;
  min-height: 400px;
}
.sub01-sec03 .con-line > li{
  flex: 1;
}
.sub01-sec03 .con-line > li img{
  max-width: 550px;
  width: 100%;
}
.sub01-sec03 .con-line.odd > .img{
  text-align: right;
}
.sub01-sec03 .con-line.even > .img{
  order: 1;
  text-align: left;
}
.sub01-sec03 .con-line.even > .txt{
  order: 0;
  text-align: right;
}
.sub01-sec03 .con-line > li.txt{
  display: flex;
  align-items: center;
}
.sub01-sec03 .con-line > li.txt .conbox{
  width: 100%;
}
.sub01-sec03 .con-line > li.txt .conbox h3{
  font-size: 50px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -4.75px;
  color: rgb(1, 175, 200);
  padding-bottom: 24px;
}
.sub01-sec03 .con-line > li.txt .conbox p{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -1.73px;
  color: rgb(91, 91, 91);
}


@media(max-width:1600px){
  .sub01-sec03 .con-line > li.txt .conbox p br{
    display: none;
  }
}
@media(max-width:1024px){
  .sub01-sec02{
    padding: 80px 0;
  }
  .sub01-sec02 .sec-tit{
    font-size: 32px;
    letter-spacing: -1.75px;
    margin-bottom: 40px;
  }
  .sub01-sec02 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .sub01-sec02 .con-line > li{
    width: 100%;
  }
  .sub01-sec02 .con-line > li.right{
    width: 100%;
  }
  .sub01-sec02 .con-line > li:first-child .conbox{
    margin-right: 0px;
  }
  .sub01-sec02 .con-line > .left{
    margin-top: 0px;
  }
  .sub01-sec02 .con-line > .left .conbox{
    max-width: 100%;
  }
  .sub01-sec02 .con-line > .left .conbox h3{
    font-size: 22px;
    letter-spacing: -0.34px;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  .sub01-sec02 .con-line > .left .conbox p{
    font-size: 16px;
    letter-spacing: -0.73px;
  }
  .sub01-sec02 .con-line > .left .conbox p span{
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  .sub01-sec02 .con-line > .right .conbox{
    max-width: 100%;
    border-radius: 20px;
    padding: 20px 15px;
  }
  .sub01-sec02 .con-line > .right .conbox h3{
    font-size: 22px;
    letter-spacing: -0.34px;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
  .sub01-sec02 .con-line > .right .conbox p{
    font-size: 16px;
    letter-spacing: -0.73px;
  }
  .sub01-sec02 .con-line > .right .conbox p br,
  .sub01-sec02 .con-line > .left .conbox p br{
    display: none;
  }

  .sub01-sec03{
    padding: 80px 0;
  }
  .sub01-sec03 .sub01-sec03-bottom-inner .sub01-sec03-con-wrap::before{
    display: none;
  }
  .sub01-sec03 .sub01-sec03-tit{
    margin-bottom: 60px;
    font-size: 36px;
    letter-spacing: -1.7px;
    text-align: center;
  }
  .sub01-sec03 .con-line{
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 80px;
    min-height: initial;
  }
  .sub01-sec03 .con-line > li{
    flex: none;
    width: 100%;
    text-align: center;
  }
  .sub01-sec03 .con-line > li img{
    max-width: 400px;
    margin: 0 auto;
  }
  .sub01-sec03 .con-line > li.img{
    border: 1px solid #ccc;
  }
  .sub01-sec03 .con-line.odd > .img{
    text-align: center;
  }
  .sub01-sec03 .con-line.even > .img{
    order: 0;
    text-align: center;
  }
  .sub01-sec03 .con-line.even > .txt{
    order: 1;
    text-align: center;
  }
  .sub01-sec03 .con-line > li.txt .conbox h3{
    font-size: 24px;
    letter-spacing: -1.75px;
    padding-bottom: 12px;
  }
  .sub01-sec03 .con-line > li.txt .conbox p{
    font-size: 16px;
    letter-spacing: -0.73px;
  }
}

@media(max-width:767px){
  .sub01-sec02 .sec-tit{
    font-size: 28px;
  }
}

@media(max-width:400px){
  .sub01-sec02 .sec-tit{
    font-size: 24px;
  }
}

@media(max-width:350px){
  .sub01-sec02 .sec-tit br{
    display: none;
  }
}

/* sub01 */

.sub03-sec0{
  padding: 170px 0 190px; 
}
.sub03-sec0 .con-line{
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.sub03-sec0 .con-line > .txt{
  width: calc(100% - 410px);
}
.sub03-sec0 .con-line > .img{
  width: 400px;
}
.sub03-sec0 .con-line > .txt h2{
  font-size: 50px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -5.75px;
  color: rgb(0, 0, 0);
  margin-bottom: 32px;
}
.sub03-sec0 .con-line > .txt h2 span{
  font-weight: 600;
  color: rgb(1, 175, 200);
}
.sub03-sec0 .con-line > .txt p{
  font-size: 26px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -2.7px;
  color: rgb(0, 0, 0);
}
.sub03-sec0 .con-line > .txt p span{
  font-weight: normal;
  color: rgb(1, 175, 200);
}


.sub03-sec01{
  padding: 260px 0 153px;
  background: rgb(243, 243, 243);
}
.sub03-sec01 .sec-con-maintit{
  padding-bottom: 73px;
  color: rgb(1, 175, 200);
  text-align: center;
}
.sub03-sec01 .imgbox{
  padding-bottom: 10px;
  text-align: center;
}
.sub03-sec01 .imgbox .mobile{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.sub03-sec01 .bottom-txtbox{
  text-align: center;
}
.sub03-sec01 .bottom-txtbox h4{
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -3.8px;
  color: rgb(1, 175, 200);
  padding-bottom: 10px;
}
.sub03-sec01 .bottom-txtbox p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -2.4px;
  color: rgb(1, 175, 200);
}

.sub03-sec02{
  padding: 144px 0 130px;
}
.sub03-sec02 .sec-con-maintit{
  color: rgb(1, 175, 200);
  text-align: center;
  padding-bottom: 56px;
}
.sub03-sec02 .imgbox{
  text-align: center;
}
.sub03-sec02 .imgbox .mobile{
  max-width: 700px;
  width: 100%;
}
.sub03-sec03{
  background: rgb(243, 243, 243);
}
.sub03-sec04{
  padding: 163px 0 204px;
  background-color: rgb(1, 175, 200);
}
.sub03-sec04 .sec-titlebox *{
  color: #fff;
}
.sub03-sec04 .sec-titlebox{
  padding-bottom: 72px;
  text-align: center;
}
.sub03-sec04 .con-line{
  display: flex;
  gap: 70px;
}
.sub03-sec04 .con-line > li{
  position: relative;
  flex: 1;
}
.sub03-sec04 .con-line > li::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgb(252, 253, 254);
  position: absolute;
  top: 0;
  right: -35.5px;
}
.sub03-sec04 .con-line > li .conbox{
  text-align: center;
}
.sub03-sec04 .con-line > li .conbox .num{
  font-family: "gmarket", sans-serif !important;
  font-size: 58.5px;
  font-weight: 300;
  letter-spacing: -5.55px;
  color: rgb(255, 255, 255);
  padding-bottom: 18px;
  padding-top: 48px;
}
.sub03-sec04 .con-line > li .conbox h3{
  font-size: 35.4px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -3.54px;
  color: rgb(255, 255, 255);
  padding-bottom: 90px;
}

.sub03-sec05 .sec-titlebox{
  padding-bottom: 105px;
  text-align: center;
}
.sub03-sec05 .sec-titlebox *{
  color: #fff;
}

@media(max-width:1024px){
  .sub03-sec0{
    padding: 80px 0; 
  }
  .sub03-sec0 .con-line{
    flex-wrap: wrap;
    gap: 40px;
  }
  .sub03-sec0 .con-line > .txt{
    width: 100%;
    order: 1;
  }
  .sub03-sec0 .con-line > .img{
    width: 100%;
   
    order: 0;
  }
  .sub03-sec0 .con-line > .img img{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .sub03-sec0 .con-line > .txt h2{
    font-size: 28px;
    letter-spacing: -1.75px;
    margin-bottom: 16px;
  }
  .sub03-sec0 .con-line > .txt h2 br{
    display: none;
  }
  .sub03-sec0 .con-line > .txt p{
    font-size: 18px;
    letter-spacing: -0.7px;
  }



  .sub03-sec01{
    padding: 130px 0 80px;
  }
  .sub03-sec01 .sec-con-maintit{
    padding-bottom: 40px;
  }
  .sub03-sec01 .imgbox{
    padding-bottom: 12px;
  }
  .sub03-sec01 .bottom-txtbox h4{
    font-size: 24px;
    letter-spacing: -0.8px;
    padding-bottom: 6px;
  }
  .sub03-sec01 .bottom-txtbox p{
    font-size: 16px;
    letter-spacing: -0.4px;
  }


  .sub03-sec02{
    padding: 80px 0;
  }
  .sub03-sec02 .sec-con-maintit{
    padding-bottom: 30px;
  }





  .sub03-sec04 .sec-titlebox{
    padding-bottom: 60px;
  }
  .sub03-sec04 .con-line{
    flex-wrap: wrap;
    gap: 37px;
  }
  .sub03-sec04 .con-line > li{
    flex: none;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid  rgb(252, 253, 254);
  }
  .sub03-sec04 .con-line > li::after{
    display: none;
  }
  .sub03-sec04 .con-line > li .conbox .num{
    font-size: 28px;
    letter-spacing: -1.55px;
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .sub03-sec04 .con-line > li .conbox h3{
    font-size: 24px;
    letter-spacing: -1.54px;
    padding-bottom: 30px;
  }

  .sub03-sec05 .sec-titlebox{
    padding-bottom: 60px;
  }
  .sub03-sec05 .sec-titlebox .sec-con-maintit{
    padding-bottom: 10px;
  }
}

@media(max-width:767px){
  .sub03-sec04 .sec-titlebox br{
    display: none;
  }

  .sub03-sec0 .con-line > .img img{
    width: 90%;
  }
}

/* sub03 */


.sub04-sec01{
  padding: 280px 0 191px;
}
.sub04-sec01 .con-line{
  display: flex;
  gap: 18px; 
}
.sub04-sec01 .con-line li{
  flex: 1;
}
.sub04-sec01 .con-line li:first-child h2{
  font-size: 60px;
  font-weight: 100;
  line-height: 1.33;
  letter-spacing: -5.7px;
  color: rgb(0, 0, 0);
}
.sub04-sec01 .con-line li:first-child h2 span{
  font-weight: normal;
  color: rgb(1, 175, 200);
}
.sub04-sec01 .con-line li:last-child .txtbox p{
  font-size: 22px;
  line-height: 1.61;
  letter-spacing: -2.3px;
  font-weight: 300;
  color: rgb(0, 0, 0);
}
.sub04-sec01 .con-line li:last-child .txtbox p span{
  display: block;
  padding-top: 25px;
  font-weight: normal;
  color: rgb(1, 175, 200);
  line-height: 1.61;
}
.sub04-sec04 .con-line1 > li.bg{
  background: url(../img/sub04-sec04-img01.jpg) no-repeat center / cover;
}

@media(max-width:1600px){
  .sub04-sec01 .con-line li:last-child .txtbox p br{
    display: none;
  }
}

@media(max-width:1024px){
  .sub04-sec01{
    padding: 130px 0 80px;
  }
  .sub04-sec01 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub04-sec01 .con-line li{
    width: 100%;
    flex: none;
  }
  .sub04-sec01 .con-line li:first-child h2{
    font-size: 32px;
    letter-spacing: -0.7px;
  }
  .sub04-sec01 .con-line li:last-child .txtbox p{
    font-size: 18px;
    letter-spacing: -1.3px;
  }
  .sub04-sec01 .con-line li:last-child .txtbox p span{
    padding-top: 12px;
  }
  .sub04-sec01 .con-line li:last-child .txtbox p br{
    display: none;
  }
  .sub03-sec04{
    padding: 80px 0;
  }
  .sub04-sec03{
    border-top: 1px solid rgb(1, 175, 200);
  }
}

@media(max-width:500px){
  .cm7-sec.sub04-sec05 .con-line li{
    width: 100%;
  }
}

/* sub04 */

.sub05-sec03{
  padding: 225px 0 220px;
  background-color: rgb(1, 175, 200);
}
.sub05-sec03 .sec-tit{
  color: #fff;
}
.sub05-sec03 .con-line > li *{
  color: #fff !important;
  border-color: #fff !important;
}

.cm2-sec.sub05-sec03 .con-line > li .conbox .txt{
  font-size: 28px;
}

.sub05-sec04 {
  padding: 212px 0 192px;
}
.sub05-sec04 .sec-titlebox{
  text-align: center;
  margin-bottom: 80px;
}
.sub05-sec04 .sec-titlebox h2{
  color: rgb(1, 175, 200);
}
.sub05-sec04 .con-line{
  display: flex;
  gap: 24px;
}
.sub05-sec04 .con-line > li{
  flex: 1;
  border-radius: 30px;
  background-color: rgb(1, 175, 200);

  display: flex;
  align-items: center;
}
.sub05-sec04 .con-line > li .conbox{
  padding: 56px 20px;
  text-align: center;
  width: 100%;
}
.sub05-sec04 .con-line > li .conbox h4{
  font-size: 32.6px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: -3.26px;
  color: rgb(249, 250, 251);
}
.sub05-sec04 .con-line > li .conbox h4 span{
  display: block;
  font-size: 24px;
  letter-spacing: -2.4px;
  padding-top: 12px;
}

@media(max-width:1024px){
  .cm2-sec.sub05-sec03 .con-line > li .conbox .txt{
    font-size: 16px;
  }


  .sub05-sec03{
    padding: 80px 0;
  }

  
  .sub05-sec04 {
    padding: 80px 0;
  }
  .sub05-sec04 .sec-titlebox{
    margin-bottom: 40px;
  }
  .sub05-sec04 .con-line{
    flex-wrap: wrap;
  }
  .sub05-sec04 .con-line > li{
    flex: none;
    width: 100%;
    border-radius: 20px;
  }
  .sub05-sec04 .con-line > li .conbox{
    padding: 30px 15px;
  }
  .sub05-sec04 .con-line > li .conbox h4{
    font-size: 20px;
    letter-spacing: -1.26px;
  }
  .sub05-sec04 .con-line > li .conbox h4 span{
    font-size: 16px;
    letter-spacing: -0.7px;
    padding-top: 6px;
  }
  .sub05-sec04 .sec-titlebox h2 br{
    display: none;
  }
}

/* sub05 */

.sub06-sec02{
  padding-top: 30px;
  padding-bottom: 180px;
}
.sub06-sec02 .con-line{
  display: flex;
}
.sub06-sec02 .con-line > li{
  flex: 1;
}
.sub06-sec02 .con-line > li.titli .sec-titlebox .sec-con-maintit{
  color: rgb(1, 175, 200);
}
.sub06-sec02 .con-line > li.conli .con-subline{
  padding-left: 11px;
}
.sub06-sec02 .con-line > li.conli .con-subline li{
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -2.57px;
  color: rgb(249, 250, 251);
  padding: 10px 25px 13px;
  background-color: rgb(1, 175, 200);
  margin-bottom: 20px;
}
.sub06-sec02 .con-line > li.conli .con-subline li:last-child{
  margin-bottom: 0;
}

.sub06-sec03 .con-line1 > li.bg{
  background: url(../img/sub06-sec03-img01.jpg) no-repeat center / cover;
}

.sub06-sec04 .sec-titlebox{
  text-align: center;
  padding-bottom: 90px;
}
.sub06-sec04 .sec-titlebox *{
  color: #fff;
}


@media(max-width:1024px){
  .sub06-sec02{
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid rgb(1, 175, 200);
  }
  .sub06-sec02 .con-line{
    gap: 50px;
    flex-wrap: wrap;
  }
  .sub06-sec02 .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub06-sec02 .con-line > li.conli .con-subline{
    padding-left: 0px;
  }
  .sub06-sec02 .con-line > li.conli .con-subline li{
    font-size: 16px;
    letter-spacing: -0.57px;
    padding: 7px 15px 10px;
    margin-bottom: 10px;
  }

  .sub06-sec04 .sec-titlebox{
    padding-bottom: 40px;
  }
}

@media(max-width:767px){
  .sub06-sec04 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 40px;
  }
  .sub06-sec04.cm4-sec .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
}

/* sub06 */

.cm2-sec .con-line > li .conbox .num{
  font-family: 'Noto Sans KR', 'sans-serif' !important;
}
.sub07-sec03 .sec-con-maintit{
  padding-bottom: 30px;
}
.sub07-sec03 .sec-titlebox{
  margin-bottom: 70px;
}

.sub07-sec03 .con-line li .conbox .num{
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 17px;
}
.sub07-sec03 .con-line li .conbox .txt{
  font-size: 36px;
  font-weight: 200;
  line-height: 1.34;
  letter-spacing: -3.8px;
  color: rgb(0, 0, 0);
}

.sub07-sec04 .con-line .conbox h3{
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -2.28px;
  color: rgb(255, 255, 255);
  padding-bottom: 15px;
}
.cm2-sec.sub07-sec04  .con-line > li .conbox .txt{
  font-size: 22px;
}

@media(max-width:1300px){
  .sub07-sec04 .con-line .conbox h3{
    font-size: 28px;
  }
  .cm2-sec.sub07-sec04  .con-line > li .conbox .txt br{
    display: none;
  }
}

@media(max-width:1024px){
  .sub07-sec03 .sec-con-maintit{
    padding-bottom: 16px;
  }
  .sub07-sec03 .sec-titlebox{
    margin-bottom: 40px;
  }
  
  .sub07-sec03 .con-line li .conbox .num{
    padding-bottom: 12px;
    margin-bottom: 13px;
  }
  .sub07-sec03 .con-line li .conbox .txt{
    font-size: 16px;
    letter-spacing: -0.8px;
  }

  .sub07-sec04 .con-line .conbox h3{
    font-size: 24px;
    letter-spacing: -1.28px;
    padding-bottom: 8px;
  }
  .cm2-sec.sub07-sec04  .con-line > li .conbox .txt{
    font-size: 15px;
  }
  .cm2-sec.sub07-sec04  .con-line{
    gap: 30px;
  }
  .cm2-sec.sub07-sec04  .con-line > li{
    width: 100%;
  }
}

/* sub07 */

.sub08-sec01{
  padding: 278px 0 210px;
}
.sub08-sec01 .sec-con-maintit{
  text-align: center;
  color: rgb(1, 175, 200);
  padding-bottom: 100px;
}
.sub08-sec01 .con-line{
  display: flex;
}
.sub08-sec01 .con-line li{
  flex: 1;
}
.sub08-sec01 .con-line li .conbox{
  text-align: center;
}
.sub08-sec01 .con-line li .conbox .circle{
  display: block;
  width: 22px;
  height: 22px;
  background-color: rgb(1, 175, 200);
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.sub08-sec01 .con-line li .conbox p{
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -3.33px;
  color: rgb(1, 175, 200);
}

.sub08-sec02 .con-line1 > li.bg{
  background: url(../img/sub08-sec02-img01.jpg) no-repeat center / cover;
}
.sub08-sec02 .con-line2 > li.bg{
  background: url(../img/sub08-sec02-img02.jpg) no-repeat center / cover;
}
.sub08-sec02 .con-line3 > li.bg{
  background: url(../img/sub08-sec02-img03.jpg) no-repeat center / cover;
}
.sub08-sec02 .con-line4 > li.bg{
  background: url(../img/sub08-sec02-img04.jpg) no-repeat center / cover;
}

@media(max-width:1024px){
  .sub08-sec01{
    padding: 130px 0 80px;
  }
  .sub08-sec01 .sec-con-maintit{
    padding-bottom: 50px;
  }
  .sub08-sec01 .con-line{
    gap: 20px;
  }
  .sub08-sec01 .con-line li .conbox .circle{
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
  }
  .sub08-sec01 .con-line li .conbox p{
    font-size: 16px;
    letter-spacing: -1.33px;
  }
}

@media(max-width:767px){
  .sub08-sec01 .con-line{
    gap: 8px;
  }

  .sub08-sec01 .con-line li .conbox .circle{
    width: 12px;
    height: 12px;
  }
}

@media(max-width:400px){
  .sub08-sec01 .con-line li .conbox p{
    font-size: 14px;
  }
}

/* sub08 */


.sub09-sec01{
  padding: 280px 0 152px;
}
.sub09-sec01 .sec-titlebox{
  padding-bottom: 100px;
}
.sub09-sec01 .sec-titlebox h2{
  color: rgb(1, 175, 200);
}
.sub09-sec01 .con-line{
  display: flex;
  gap: 58px;
  flex-wrap: wrap;
}
.sub09-sec01 .con-line > li{
  width: calc(33.33% - (116px / 3));
  margin-bottom: 30px;
}
.sub09-sec01 .con-line > li .conbox h3{
  background-color: rgb(1, 175, 200);
  padding: 8px 15px 13px 26px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -3.33px;
  text-align: left;
  color: rgb(249, 250, 251);
}
.sub09-sec01 .con-line > li .conbox p{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -2.3px;
  color: rgb(0, 0, 0);
  padding-top: 28px;
}

.sub09-sec03{
  background-color: rgb(1, 175, 200);
}
.sub09-sec03 .sec-con-maintit{
  color: #fff;
  font-weight: normal;
}
.sub09-sec03 .con-line li .conbox *{
  color: #fff !important;
}
.sub09-sec03 .con-line li .conbox .txt{
  font-size: 32px;
  font-weight: 500;
  border-top: 1px solid rgb(252, 253, 254);
  padding-top: 26px;
}
.sub09-sec04 .con-line li .conbox .txt{
  font-size: 38px;
  font-weight: 200;
  border-top: 1px solid rgba(0, 0, 0,0.5);
  padding-top: 17px;
}

.sub09-sec05{
  background-color: rgb(243, 243, 243);
  padding: 153px 0 159px;
}
.sub09-sec05 .sec-con-maintit{
  padding-bottom: 56px;
  text-align: center;
  color: rgb(1, 175, 200);
}

@media(max-width:1024px){
  .sub09-sec01{
    padding: 130px 0 80px;
  }
  .sub09-sec01 .sec-titlebox{
    padding-bottom: 50px;
  }
  .sub09-sec01 .con-line{
    gap: 30px;
  }
  .sub09-sec01 .con-line > li{
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  .sub09-sec01 .con-line > li .conbox h3{
    padding: 5px 15px 10px;
    font-size: 20px;
    letter-spacing: -1.33px;
  }
  .sub09-sec01 .con-line > li .conbox p{
    font-size: 16px;
    letter-spacing: -1.3px;
    padding-top: 16px;
  }


  .sub09-sec03 .con-line li .conbox .txt{
    font-size: 16px;
    padding-top: 15px;
  }
  .sub09-sec04 .con-line li .conbox .txt{
    font-size: 16px;
    padding-top:15px;
  }

  .sub09-sec05{
    padding: 80px 0;
  }
  .sub09-sec05 .sec-con-maintit{
    padding-bottom: 30px;
  }
  
  
}

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

  .hd_pops{
    left: 5% !important;
  }
  .hd_pops_con{
    width: 100% !important;
    height: auto !important;
  }
  #hd_pop{
    width: 90% !important;
  }

}



/* sub09 */












/* sub05 sec5 */
.sub05-sec05 {background-color: #f0f0f0;padding: 220px 0;}
.sub05-sec05 .inner{max-width: 1580px;}
.sub05-sec05 .sec-titlebox h2{color: rgb(1, 175, 200);text-align: center;}
.sub05-sec05 .benefit_box{position: relative;margin-top: 150px;padding: 160px 120px 60px;background-color: #fff;border-radius: 70px;}
.sub05-sec05 .benefit_box h3{position: absolute;top: 0;left: 50%;font-size: 40px;font-weight: 500;color: #fff;text-align: center;padding: 24px 60px;background-color: #01afc8;border-radius: 999px;transform: translate(-50%, -50%);}
.sub05-sec05 .benefit_box .detail > li{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 60px 0 30px;border-bottom: #8e8e8e solid 1px;}
.sub05-sec05 .benefit_box .detail > li .tit{width: 32.3%;font-size: 39px;font-weight: 700;color: #01afc8;}
.sub05-sec05 .benefit_box .detail > li .con{width: 64.61%;font-size: 30px;font-weight: 400;color: #393939;}
.sub05-sec05 .benefit_box .img_box{display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;margin-top: 100px;}
.sub05-sec05 .benefit_box .img_box img{width: calc(33.333% - (40px / 3));}

@media screen and (max-width:1400px) {
  .sub05-sec05 {padding: 200px 0;}
  .sub05-sec05 .benefit_box{margin-top: 120px;padding: 140px 100px 40px;border-radius: 40px;}
  .sub05-sec05 .benefit_box h3{font-size: 36px;padding: 22px 56px;}
  .sub05-sec05 .benefit_box .detail > li{padding: 50px 0 25px;}
  .sub05-sec05 .benefit_box .detail > li .tit{font-size: 30px;}
  .sub05-sec05 .benefit_box .detail > li .con{font-size: 24px;}
  .sub05-sec05 .benefit_box .img_box{gap: 18px;margin-top: 80px;}
  .sub05-sec05 .benefit_box .img_box img{width: calc(33.333% - 12px);}
}
@media screen and (max-width:1024px) {
  .sub05-sec05 {padding: 150px 0;}
  .sec-con-desc{font-size: 24px;margin-top: 20px;}
  .sub05-sec05 .benefit_box{margin-top: 80px;padding: 100px 60px 40px;}
  .sub05-sec05 .benefit_box h3{font-size: 30px;padding: 20px 40px;}
  .sub05-sec05 .benefit_box .detail > li{padding: 40px 0 20px;}
  .sub05-sec05 .benefit_box .detail > li .tit{font-size: 26px;}
  .sub05-sec05 .benefit_box .detail > li .con{font-size: 20px;}
  .sub05-sec05 .benefit_box .img_box{margin-top: 60px;}
}
@media screen and (max-width:768px) {
  .sub05-sec05 {padding: 100px 0;}
  .sec-con-desc{font-size: 18px;}
  .sub05-sec05 .benefit_box{margin-top: 60px;padding: 60px 20px 30px;}
  .sub05-sec05 .benefit_box h3{width: 94%;font-size: 24px;padding: 16px 32px;}
  .sub05-sec05 .benefit_box .detail > li{padding: 20px 0;}
  .sub05-sec05 .benefit_box .detail > li .tit{width: 100%;font-size: 20px;}
  .sub05-sec05 .benefit_box .detail > li .con{width: 100%;font-size: 16px;}
  .sub05-sec05 .benefit_box .img_box{margin-top: 40px;}
  .sub05-sec05 .benefit_box .img_box img{width: calc(50% - 9px);}
}
@media screen and (max-width:360px) {
  .sub05-sec05 .benefit_box .img_box img{width: 100%;}
}





/* sub05 sec9 */
.sub05-sec06 {background-color: #91919c;padding: 180px 0 200px;}
.sub05-sec06 .sec-titlebox h2{color: #fff;text-align: center;}
.sub05-sec06 .before_after{display: flex;gap: 40px;flex-wrap: wrap;margin-top: 100px;border-top: #cacbd0 solid 1px;}
.sub05-sec06 .before_after > li{width: calc(50% - 20px);}
.sub05-sec06 .before_after > li h3{font-size: 30px;font-weight: 500;color: #fff;text-align: center;padding: 30px 0;}

@media screen and (max-width:1024px) {
  .sub05-sec06 {padding: 150px 0;}
}
@media screen and (max-width:768px) {
  .sub05-sec06 {padding: 80px 0;}
  .sub05-sec06 .before_after{margin-top: 40px;border-top: unset;}
  .sub05-sec06 .before_after > li{width: 100%;border-top: #cacbd0 solid 1px;}
  .sub05-sec06 .before_after > li h3{font-size: 20px;padding: 12px 0;}
}