@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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@import url("https://use.typekit.net/phm8ubk.css");

@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");
}
@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

 
body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.4;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
  color: rgb(25,25,25);
}
.pfair{
  font-family: "Playfair Display", serif !important;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.udy{
  font-family: "utile-display", sans-serif !important;
}
.sbag{
  font-family: 'SBAggroB', 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 .gnb .depth1:hover > .depth1_a::after{
  width: 90%;
}
.gnb_nav .ham_open .bar{background-color: rgb(81, 170, 152);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: rgb(81, 170, 152);}
.all_gnb_nav p.depth1_a::after{background-color: rgb(81, 170, 152);}
.all_gnb_nav .depth2 a:hover {color: rgb(81, 170, 152);}
/* 헤더컬러 */

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.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; background: #fff;}
.header.scr, .header.sub {
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center; max-width: 1440px;}
.header .logo img {display: block; max-width: 275px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center; gap: 40px;}
.gnb_nav .gnb {display: flex; gap: 40px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {position: relative; white-space: nowrap; top : 2px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.41px;
  color: rgb(25, 25, 25);
}
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: rgb(142, 78, 81);
  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);}
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; 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);}

.mobile{
  display: none !important;
}
body br.alw{
  display: block !important;
}

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

}

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

	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.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 .sub_tit {
  font-size: 55px;
  color: #fff;
}
.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 {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


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

/* subtop */

.main-wrap{
  /* margin-top: 100px; */
}
.main-sec{
  position: relative;
  width: 100%;
  padding: 150px 0;
}
.main-sec01{
  width: 100%;
  position: relative;
  height: 83vh;
  min-height: 600px;
  background: url(/html/img/main_banner_bg01.jpg) no-repeat center / cover;
}

.main-video{
  height: auto !important;
  min-height: initial !important;
  background: none !important;
  max-height: 95vh;
  overflow: hidden;
}
.iframebox {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.iframebox::before{
  content: "";
  display: block;
  opacity: 0.5;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.iframebox > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none !important;
  opacity: 0;
  z-index: 1;
}
.iframebox > iframe.on{
  opacity: 1;
}
.main-sec01 .txtbox{
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.main-sec01 .txtbox h3{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
  margin-bottom: 14px;
}
.main-sec01 .txtbox h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -1.76px;
  color: rgb(25, 25, 25);
}
.main-sec01 .txtbox h2 b{
  font-weight: 500;
}

.main-sec01.main-video .iframebox {
  background: url(/html/img/main_thumnail.png) no-repeat center / cover;
}
.main-sec01.main-video{
}
.main-video.main-sec01 .txtbox{
  bottom: 160px;
}
.main-video.main-sec01 .txtbox *{
  color: #fff;
}

.main-sec-titbox{
  margin-bottom: 88px;
}
.main-sec-titbox .top-txt{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  color: rgb(81, 170, 152);
  margin-bottom: 4px;
}
.main-sec-titbox h2{
  font-size: 48px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.main-sec-titbox .bottom-txt{
  font-size: 17px;
  font-weight: normal;
  color: rgb(29, 29, 29);
  margin-top: 24px;
}
.main-sec02 .con-wrap .con-line{
  display: flex;
}
.main-sec02 .con-wrap .con-line > li{
  flex: 1;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-sec02 .con-wrap .con-line > li > a{
  display: block;
  width: 100%;
  height: auto;
}
.main-sec02 .con-wrap .con-line > li.con-li1{
  background: url(/html/img/main-sec02-bg01.png) no-repeat center / cover;
  background-color: #FDEEEE;
}
.main-sec02 .con-wrap .con-line > li.con-li2{
  background: url(/html/img/main-sec02-bg02.png) no-repeat center / cover;
  background-color: #FFECE0;
}
.main-sec02 .con-wrap .con-line > li.con-li3{
  background: url(/html/img/main-sec02-bg03.png) no-repeat center / cover;
  background-color: #FFF6D9;
}
.main-sec02 .con-wrap .con-line > li.con-li4{
  background: url(/html/img/main-sec02-bg04.png) no-repeat center / cover;
  background-color: #E4F0DE;
}
.main-sec02 .con-wrap .con-line > li .conbox{
  padding: 60px 20px;
  text-align: center;
}
.main-sec02 .con-wrap .con-line > li .conbox .top-txtbox{
  text-align: center;
  margin-bottom: 128px;
}
.main-sec02 .con-wrap .con-line > li .conbox .top-txtbox p{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(25, 25, 25);
  margin-bottom: 8px;
}
.main-sec02 .con-wrap .con-line > li .conbox .top-txtbox h3{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgb(25, 25, 25);
}
.main-sec02 .con-wrap .con-line > li .conbox > h4{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  color: rgb(25, 25, 25);
  margin-bottom: 160px;
}
.linkbox1{
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.linkbox1 > a,
.linkbox1 > p
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;

  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
  border: solid 1px rgb(94, 94, 94);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.linkbox1 img{
  display: block;
  width: 14px;
}
.main-sec02 .con-wrap .con-line > li.con-li1:hover{
  background-color: #FFDEDE;
}
.main-sec02 .con-wrap .con-line > li.con-li2:hover{
  background-color: #FFE0CD;
}
.main-sec02 .con-wrap .con-line > li.con-li3:hover{
  background-color: #FFF1C4;
}
.main-sec02 .con-wrap .con-line > li.con-li4:hover{
  background-color: #DDFBCC;
}
.main-sec02 .con-wrap .con-line > li:hover .linkbox1 a,
.main-sec02 .con-wrap .con-line > li:hover .linkbox1 p{
  background: #fff;
  border: 1px solid #fff;
}

.main-sec03{
  background-color: #426841;
}
.main-sec03 .main-sec-titbox *{
  color: #fff;
}
.main-event-swiper{
  position: relative;
}
.main-event-swiper .swiper-wrapper{
  align-items: center;
  min-height: 650px;
  position: relative;
}
.main-event-swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-event-swiper .swiper-slide.swiper-slide-prev{
  justify-content: flex-end;
}
.main-event-swiper .swiper-slide.swiper-slide-next{
  justify-content: flex-start;
}
/* .main-event-swiper .swiper-slide > a{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  width: 570px;
  transition: all 0.5s linear;
} */
.main-event-swiper .swiper-slide a{display: block;}
.main-event-swiper .swiper-slide .conbox{
  display: inline-block;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  width: 570px;
  transition: all 0.5s linear;
  margin: 0 auto;
}
.main-event-swiper .swiper-slide .conbox .imgbox{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main-event-swiper .swiper-slide .conbox .imgbox img{
  width: 100%;
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
/* .main-event-swiper .swiper-slide a:hover .conbox .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
} */
.main-event-swiper .swiper-slide .conbox:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.main-event-swiper .swiper-slide .conbox p{
  transition-delay: 0.3s;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0;
  transition: all 0.5s linear;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* .main-event-swiper .swiper-slide.swiper-slide-active > a{
  width: 100%;
  transition-delay: 0.3s;
} */
.main-event-swiper .swiper-slide.swiper-slide-active .conbox{
  width: 100%;
  transition-delay: 0.3s;
}
.main-event-swiper .swiper-slide.swiper-slide-active .conbox p{
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.main-event-pagingbtn-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 55%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 2;
}
.main-event-pagingbtn-wrap > div{
  cursor: pointer;
  width: 75px;
}
.main-event-pagination{
  height: 8px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-event-pagination .swiper-pagination-bullet{
  margin: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 100% !important;
  opacity: 0.3 !important;
  background-color: rgb(255,255,255) !important;
  transition: all 0.3s ease-in-out;
}
.main-event-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 70px !important;
  border-radius: 999px !important;
  opacity: 1 !important;
}

.product-con-wrap .con-line{
  display: flex;
  flex-wrap: wrap;
}
.product-con-wrap .con-line > li{
  width: 33.3333333%;
  position: relative;
}
.product-con-wrap .con-line > li .imgbox{
  position: relative;
  z-index: 1;
}
.product-con-wrap .con-line > li .imgbox img{
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  object-fit: cover;
}
.product-con-wrap .con-line > li .txtbox{
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 35px;
}
.product-con-wrap .con-line > li.txt-top .txtbox{
  bottom: initial;
  top: 40px;
}
.product-con-wrap .con-line > li .txtbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.48px;
  margin-bottom: 4px;
  color: rgb(94, 94, 94);
   transition: all 0.3s ease-in-out;
}
.product-con-wrap .con-line > li .txtbox h3{
  font-size: 44px;
  font-weight: 600;
  line-height: 1.18;
  color: rgb(160, 160, 160);
   transition: all 0.3s ease-in-out;
}
.product-con-wrap .con-line > li.txt-top .txtbox h3{
  color: rgb(113, 113, 113);
}
.product-con-wrap .con-line > li:not(.txt-top):hover .txtbox p{
  color: rgb(51, 51, 51);
}
.product-con-wrap .con-line > li:not(.txt-top):hover .txtbox h3{
  color: rgb(79, 71, 64);
}
.product-con-wrap .con-line > li.txt-top:hover p{
  color: rgb(102, 102, 102);
}
.product-con-wrap .con-line > li.txt-top:hover h3{
  color: rgb(164, 139, 107);
}
.product-con-wrap .con-line > li:hover .imgbox img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.product-con-wrap .con-line > li .plusicon{
  margin-top: 12px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 1px rgb(241, 235, 227);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-con-wrap .con-line > li .plusicon img{
  width: 9px;
  display: block;
}

.main-sec05{
  background-color: rgb(66, 104, 65);
}
.main-sec05 .main-sec-titbox *{
  color: #fff;
}
.facilities-swiper-wrapper{
  position: relative;
}
.facilities-swiper .swiper-slide img{
  opacity: 0.28;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.facilities-swiper .swiper-slide.swiper-slide-active img{
  opacity: 1;
}
.facilities-swiper-wrapper .facilities-paging-btnwrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: calc(71.4285714% + 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.facilities-swiper-wrapper .facilities-paging-btnwrap > div{
  cursor: pointer;
  width: 56px;
}
b{
  font-weight: bold;
}
@media(max-width:2100px){
  .main-event-swiper .swiper-wrapper{
    min-height: 483px;
  }
}

@media(max-width:1600px){
  .main-event-pagingbtn-wrap{
    width: 65%;
  }

  .facilities-swiper-wrapper .facilities-paging-btnwrap{
    width: calc(70% + 42px);
  }
  .facilities-swiper-wrapper .facilities-paging-btnwrap > div{
    width: 40px;
  }
}
@media(max-width:1200px){
  .main-event-pagingbtn-wrap{
    width: 68%;
  }
}
@media(max-width:1024px){
  .main-wrap{
    margin-top: 80px;
  }
  .main-sec{
    padding: 60px 0;
  }
  .main-sec01{
    height: 60vh;
    min-height: 400px;
    background: url(/html/img/main_banner_bg01.jpg) no-repeat 20% center / cover;
  }
  .main-sec01 .txtbox{
    bottom: initial;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
  }
  .main-video.main-sec01 .txtbox{
    bottom: 20px;
    top: initial;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: left;
  }
 
  .main-sec01 .txtbox h3{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .main-sec01 .txtbox h2{
    font-size: 32px;
    letter-spacing: -0.76px;
  }
  .main-sec01 .txtbox h2 b {
    font-weight: bold;
  }
  .main-video.main-sec01 .txtbox h3{
    margin-bottom: 6px;
    font-size: 14px;
  }
  .main-video.main-sec01 .txtbox h2{
    font-size: 20px;
  }

  .main-sec-titbox{
    margin-bottom: 30px;
  }
  .main-sec-titbox .top-txt{
    font-size: 14px;
    margin-bottom: 3px;
  }
  .main-sec-titbox h2{
    font-size: 24px;
  }
  .main-sec-titbox .bottom-txt{
    font-size: 16px;
    margin-top: 16px;
  }

  .main-sec02 .inner{
    padding: 0;
  }
  .main-sec02 .main-sec-titbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-sec02 .con-wrap .con-line{
    flex-wrap: wrap;
  }
  .main-sec02 .con-wrap .con-line > li{
    flex: none;
    width: 50%;
    display: block;
    position: relative;
  }
  .main-sec02 .con-wrap .con-line > li .conbox{
    padding: 40px 20px;
  }
  .main-sec02 .con-wrap .con-line > li .conbox .top-txtbox{
    margin-bottom: 30px;
  }
  .main-sec02 .con-wrap .con-line > li .conbox .top-txtbox p{
    margin-bottom: 6px;
  }
  .main-sec02 .con-wrap .con-line > li .conbox .top-txtbox h3{
    font-size: 20px;
  }
  .main-sec02 .con-wrap .con-line > li .conbox > h4{
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .main-sec02 .con-wrap .con-line > li .conbox > h4 br{
    display: none;
  }
  .linkbox1 > a,
  .linkbox1 > p
  {
    gap: 6px;
    padding: 8px 16px;
  }
  .main-sec02 .con-wrap .con-line > li .conbox .linkbox1{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
  }

  .main-event-swiper .swiper-wrapper{
    min-height: initial;
  }
  .main-event-swiper .swiper-slide{
  }
  .main-event-swiper .swiper-slide.swiper-slide-prev{
    justify-content: center;
  }
  .main-event-swiper .swiper-slide.swiper-slide-next{
    justify-content: center;
  }
  .main-event-swiper .swiper-slide > a{
    border-radius: 16px;
    width: 100%;
  }
  .main-event-swiper .swiper-slide .conbox p{
    font-size: 18px;
    padding: 20px 16px;
    height: auto;
  }
  .main-event-swiper .swiper-slide.swiper-slide-active .conbox p{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-event-pagingbtn-wrap{
    display: none;
  }
  .main-event-pagination{
    height: 6px;
    margin-top: 40px;
    gap: 6px;
  }
  .main-event-pagination .swiper-pagination-bullet{
    width: 6px !important;
    height: 6px !important;
  }
  .main-event-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px !important;
  }

  .product-con-wrap .con-line > li{
    width: 50%;
  }
  .product-con-wrap .con-line > li .imgbox img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
  }
  .product-con-wrap .con-line > li .txtbox{
    left: 20px;
    bottom: 30px;
  }
  .product-con-wrap .con-line > li.txt-top .txtbox{
    bottom: initial;
    top: 30px;
  }
  .product-con-wrap .con-line > li .txtbox p{
    font-size: 15px;
    margin-bottom: 3px;
    color: rgb(51, 51, 51);
  }
  .product-con-wrap .con-line > li .txtbox h3{
    font-size: 20px;
    color: rgb(79, 71, 64);
  }
  .product-con-wrap .con-line > li.txt-top .txtbox h3{
    color: rgb(164, 139, 107);
  }
  .product-con-wrap .con-line > li.txt-top p{
    color: rgb(102, 102, 102);
  }
  .product-con-wrap .con-line > li .plusicon{
    margin-top: 8px;
    width: 24px;
    height: 24px;
  }
  .product-con-wrap .con-line > li .plusicon img{
    width: 7px;
  }
  .facilities-swiper-wrapper .facilities-paging-btnwrap{
    width: calc(100% + 20px);
  }
  .facilities-swiper-wrapper .facilities-paging-btnwrap > div{
    width: 36px;
  }
  
}

@media(max-width:767px){
  .product-con-wrap .con-line > li{
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .product-con-wrap .con-line > li.con-li6{
    order: 6;
  }
  .product-con-wrap .con-line > li.con-li7{
    order: 8;
  }
  .product-con-wrap .con-line > li.con-li8{
    order: 7;
  }
  .product-con-wrap .con-line > li.con-li9{
    order: 9;
  }
}

/* main */


.mk-p{
  padding-left: 14px;
  position: relative; 

  font-size: 18px;
  font-weight: normal;
  line-height: 1.42;
  color: rgb(25, 25, 25);
}
.mk-p::before{
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: rgb(25,25,25);
  border-radius: 100%;
}
.root_daum_roughmap{width:100% !important;height: 100% !important;}
.root_daum_roughmap .map,
.root_daum_roughmap .wrap_map
{width: 100%;height: 483px !important;}
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont,
.root_daum_roughmap .map_border
{
  display: none !important;
}


.foot-map-sec  .inner{
  padding-top: 140px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(217, 217, 217);
}
.foot-map-sec .con-line{
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.foot-map-sec .con-line > .map-li{
  width: 58%;
}
.foot-map-sec .con-line > .info-li{
  width: calc(42% - 60px);
}
.foot-map-sec .con-line > .info-li .info-wrap > h3{
  font-size: 33.3px;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(25, 25, 25);
  margin-bottom: 24px;
}
.foot-map-sec .con-line > .info-li .info-wrap .top-txtbox{
  margin-bottom: 24px;
}
.foot-map-sec .con-line > .info-li .info-wrap .top-txtbox .top-txt{
  margin-bottom: 3px;
}
.foot-map-sec .con-line > .info-li .info-wrap .top-txtbox .bottom-txt{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
  color: rgba(51, 51, 51, 0.7);
}
.foot-map-sec .con-line > .info-li .info-wrap .map-btn-line{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.foot-map-sec .con-line > .info-li .info-wrap .map-btn-line > div{
  width: 150px;
}
.foot-map-sec .con-line > .info-li .info-wrap .map-btn-line > div a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  gap: 10px;
  border-radius: 4px;
  border: solid 1px rgb(209, 209, 209);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: rgb(25, 25, 25);
  transition: all 0.3s ease-in-out;
}
.naver-mapbtn a:hover{
  border: 1px solid #5BCE36 !important;
}
.kakao-mapbtn a:hover{
  border: 1px solid #F9E000 !important;
}
.foot-map-sec .con-line > .info-li .info-wrap .map-btn-line a img{
  width: 31px;
  display: block;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 38px;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line:last-child{
  margin-bottom: 0;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line > .tit{
  width: 70px;

  font-size: 16px;
  font-weight: bold;
  color: rgb(25, 25, 25);
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line > .txt{
  width: calc(100% - 80px);
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.tel-line > .txt{
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: rgb(25, 25, 25);
  position: relative;
  top: -7px;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line > .txt{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line{
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line > .subtit{
  width: 85px;

  font-size: 16px;
  font-weight: normal;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line > .time-txt{
  width: calc(100% - 95px);

  font-size: 16px;
  font-weight: bold;
  color: rgb(25, 25, 25);
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(1) > .subtit,
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(3) > .subtit
{
  width: 65px;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(1) > .time-txt,
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(3) > .time-txt
{
  width: calc(100% - 75px);
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .time-h{
  width: 100%;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .time-h p{
  font-size: 13.3px;
  font-weight: 500;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line{
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px rgb(221, 221, 221);
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line a img{
  display: block;
  width: 20px;
}
.foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line a:hover{
  top: -10px;
}

.foot-bottom{
  padding-top: 40px;
  padding-bottom: 200px;
}
.foot-bottom .top-agr-area{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 40px;
}
.foot-bottom .top-agr-area > a{
  font-size: 15.2px;
  font-weight: normal;
  color: rgb(25, 25, 25);
}
.foot-bottom .foot-bottom-info-wrap .logo{
  width: 275px;
  margin-bottom: 24px;
}
.foot-bottom .foot-bottom-info-wrap .txtbox{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 16px;
}
.foot-bottom .foot-bottom-info-wrap .txtbox p{
  font-size: 13.3px;
  font-weight: normal;
  color: rgb(25, 25, 25);
}
.copyright{
  font-size: 12.4px;
  font-weight: normal;
  color: rgba(0, 0, 0,0.5);
}

@media(max-width:1600px){
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.tel-line > .txt{
    font-size: 30px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line > .txt{
    gap: 6px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line{
    width: 100%;
    gap: 6px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line > .subtit{
    width: 85px;
    font-size: 15px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line > .time-txt{
    width: calc(100% - 91px);
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(1) > .subtit,
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(3) > .subtit
  {
    width: 85px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(1) > .time-txt,
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.time-line .time-small-line:nth-child(3) > .time-txt
  {
    width: calc(100% - 91px);
  }
}

@media(max-width:1024px){
  .mk-p{
    padding-left: 12px;
    font-size: 16px;
  }
  .mk-p::before{
    top: 8px;
  }
  .root_daum_roughmap .map,
  .root_daum_roughmap .wrap_map
  {height: 300px !important;}
  .foot-map-sec  .inner{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .foot-map-sec .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-map-sec .con-line > .map-li{
    width: 100%;
  }
  .foot-map-sec .con-line > .info-li{
    width: 100%;
  }
  .foot-map-sec .con-line > .info-li .info-wrap > h3{
    font-size: 20px;
    margin-bottom: 14px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .top-txtbox{
    margin-bottom: 14px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .top-txtbox .bottom-txt{
    font-size: 13px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .map-btn-line{
    gap: 6px;
    margin-bottom: 30px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .map-btn-line > div{
    width: calc(50% - 3px);
    max-width: 200px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .map-btn-line > div a{
    padding: 3px 6px;
    gap: 6px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .map-btn-line a img{
    width: 28px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line{
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line > .tit{
    width: 100%;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line > .txt{
    width: 100%;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-con-line.tel-line > .txt{
    font-size: 24px;
    top: 0px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line{
    gap: 6px;
    flex-wrap: wrap;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line a{
    width: 32px;
    height: 32px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line a img{
    width: 16px;
  }
  .foot-map-sec .con-line > .info-li .info-wrap .bottom-con-wrap .bottom-sns-line a:hover{
    top: -0px;
  }
  
  .foot-bottom{
    padding-top: 30px;
  }
  .foot-bottom .top-agr-area{
    gap: 6px 10px;
    margin-bottom: 30px;
  }
  .foot-bottom .top-agr-area > a{
    font-size: 15px;
  }
  .foot-bottom .foot-bottom-info-wrap .logo{
    width: 200px;
  }
  .foot-bottom .foot-bottom-info-wrap .txtbox{
    gap: 5px;
    flex-wrap: wrap;
  }
  .foot-bottom .foot-bottom-info-wrap .txtbox p{
    font-size: 13px;
    width: 100%;
  }
  .copyright{
    font-size: 12px;
  }
}

/* footer */

.quick-wrap{
  position: fixed;
  bottom: 170px;
  right: 25px;
  z-index: 99;
  width: 70px;
  padding: 6px 10px 11px;
  border-radius: 999px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.quick-wrap ul li a{
  display: block;
  width: 100%;
  padding-bottom: 4px;
  padding-top: 16px;
  border-bottom: 1px solid rgb(209, 209, 209);
}
.quick-wrap ul li a .iconbox{
  width: 24px;
  margin: 0 auto;
  margin-bottom: 4px;
}
.quick-wrap ul li a p{
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: rgb(51, 51, 51);
}
.quick-wrap ul li a:hover p{
  color: rgb(81, 170, 152);
}
.top-btn{
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  background-color: rgb(231, 211, 201);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  cursor: pointer;
}
.top-btn:hover{
  background-color: #FFDEDE;
}
.top-btn img{
  display: block;
  width: 15px;
}

@media(max-width:1024px){
  .quick-wrap{
    bottom: 65px;
    right: 15px;
    width: 50px;
    padding: 10px 5px;
  }
  .quick-wrap ul li a{
    padding-bottom: 3px;
    padding-top: 10px;
  }
  .quick-wrap ul li a .iconbox{
    width: 18px;
    margin-bottom: 3px;
  }
  .top-btn{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 5px;
  }
  .top-btn img{
    width: 10px;
  }
}

/* quick */


.bottom-floating{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: rgb(231, 211, 201);
  z-index: 99;
}
.bottom-floating form .con-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-floating form .con-line > .left{
  width: calc(100% - 258px);
  display: flex;
  align-items: center;
  gap: 40px;
}
.bottom-floating form .con-line > .right{
  width: 258px;
}
.bottom-floating form .con-line > .left .ipt-line{
  display: flex;
  align-items: center;
  gap: 14px;
  width: 73%;
}
.bottom-floating form .con-line > .left .ipt-line > .n-ipt{
  max-width: 250px;
  width: 100%;
}
.bottom-floating form .con-line > .left .ipt-line > .n-ipt:last-child{
  max-width: 350px;
}
.n-ipt{
  padding: 21px 14px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.15px;
  color: rgba(25, 25, 25, 1);
}
.n-ipt2{
  border: solid 1px #ddd;
  background: #fff;
}
textarea.n-ipt{
  resize: none;
}
.n-ipt::placeholder{
  color: rgba(25, 25, 25, 0.6);
}
.bottom-floating form .con-line > .left .agrbox{
  width: 27%;
}
.agrbox{
  position: relative;
  width: 100%;
  max-width: 152px;
}
.agrbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.agrbox label{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.28px;
  cursor: pointer;

  display: flex;
  align-items: center;
  gap: 10px;
}
.agrbox label .box{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  position: relative;
}
.agrbox label .box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 80%;
  opacity: 0;
}
.agrbox input:checked + label .box{
  background: #426841;
}
.agrbox input:checked + label .box img{
  opacity: 1;
}

.submitbox button{
  border: none;
  outline: none;
  padding: 21px 0 ;
  border-radius: 5px;
  background-color: rgb(66, 104, 65);
  width: 100%;
  text-align: center;

  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.15px;
  color: rgb(255, 255, 255);
}
.submitbox button:hover{
  text-decoration: underline;
}

.closebtn{
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.mb-floating{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 13px 0;
  text-align: center;
  background: #426841;
  z-index: 999;
  cursor: pointer;
}
.mb-floating p{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media(min-width:1025px){
  .bottom-floating{
    display: block !important;
  }
}

@media(max-width:1024px){
  .bottom-floating{
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    bottom: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: transparent;
    z-index: 999999;
    display: none;
  }
  .bottom-floating .inner{
    max-width: 500px;
    width: calc(100% - 30px);
    background: rgb(231, 211, 201);
    padding-top: 40px;
    padding-bottom: 40px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);

  }
  .bottom-floating .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .bottom-floating form .con-line{
    flex-wrap: wrap;
    gap: 12px;
  }
  .bottom-floating form .con-line > .left{
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
  }
  .bottom-floating form .con-line > .right{
    width: 100%;
  }
  .bottom-floating form .con-line > .left .ipt-line{
    gap: 6px;
    width: 100%;
    flex-wrap: wrap;
  }
  .bottom-floating form .con-line > .left .ipt-line > .n-ipt{
    max-width: 100%;
    width: calc(50% - 3px);
  }
  .bottom-floating form .con-line > .left .ipt-line > .n-ipt:last-child{
    max-width: 100%;
    width: 100%;
  }
  .n-ipt{
    padding: 12px 15px;
  }
  .bottom-floating form .con-line > .left .agrbox{
    width: 100%;
  }
  .agrbox label{
    gap: 6px;
  }
  .agrbox label .box{
    width: 16px;
    height: 16px;
  }
  .submitbox button{
    padding: 12px 0 ;
  }
}

/* bottom-floating */

.sub_visual.none {
  display: none;
}

.bo_inner{
  padding-top: 100px;
  padding-bottom: 100px;
}



/* 팝업 */
.main_popup{display: none;
  /* position: absolute; */
  position: fixed;
  top: 0;left: 0;width: 100%;height: 100vh;z-index: 999999;}
.main_popup .popup_bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);}
.main_popup .popup_bg .popup_wrap{position: absolute;top: 60px;left: 50%;width: 90%;max-width: 770px;transform: translateX(-50%);}
.main_popup .popup_bg .popup_wrap .con_box{display: flex;flex-wrap: wrap;}
.main_popup .popup_bg .popup_wrap .con_box .popup_img{width: 80%;overflow: hidden;}
.main_popup .popup_bg .popup_wrap .con_box .popup_pagi{display: flex;flex-direction: column;width: 20%;background-color: #eee;}
.main_popup .popup_bg .popup_wrap .con_box .popup_pagi .swiper-pagination-bullet{flex: 1;max-height: 10%;display: flex;justify-content: center;align-items: center;width: 100%;border-radius: unset;background: #fff;opacity: 1;padding: 10px;border-bottom: #ccc solid 1px;}
.main_popup .popup_bg .popup_wrap .con_box .popup_pagi .swiper-pagination-bullet span{font-size: 15px;font-weight: 400;color: #191919;text-align: center;}
.main_popup .popup_bg .popup_wrap .con_box .popup_pagi .swiper-pagination-bullet-active{background: #426841;}
.main_popup .popup_bg .popup_wrap .con_box .popup_pagi .swiper-pagination-bullet-active span{color: #fff;}

.main_popup .popup_bg .popup_wrap .pop_close{display: flex;justify-content: space-between;align-items: center;padding: 5px 12px;background-color: #191919;}
.main_popup .popup_bg .popup_wrap .pop_close span{font-size: 16px;font-weight: 400;color: #fff;cursor: pointer;}
.main_popup .popup_bg .popup_wrap .pop_close span.close_once{font-size: 24px;}

@media screen and (max-width:768px) {
  .main_popup .popup_bg .popup_wrap .con_box .popup_img{width: 100%;}
  .main_popup .popup_bg .popup_wrap .con_box .popup_pagi{flex-direction: row;width: 100%; display: none;}
  .main_popup .popup_bg .popup_wrap .con_box .popup_pagi .swiper-pagination-bullet{flex: 1;min-width: 25%;max-height: unset;border-right: #ccc solid 1px;border-bottom: unset;padding: 20px 10px;}
  .main_popup .popup_bg .popup_wrap .con_box .popup_pagi .swiper-pagination-bullet:nth-child(n + 7){border-top: #ccc solid 1px;}
  .main_popup .popup_bg .popup_wrap .con_box .popup_pagi .swiper-pagination-bullet span{font-size: 14px;}

  .main_popup .popup_bg .popup_wrap .pop_close span{font-size: 15px;}
}

/* main_pop */

.page_fst{
  padding: 100px 0 250px;
} 
.sub-top.none{
  display: none;
}
.sub-top{
  margin-bottom: 90px;
}
.sub-top .txtbox{
  text-align: center;
  margin-bottom: 88px;
}
.sub-top .txtbox p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(62, 97, 61);
  margin-bottom: 4px;
}
.sub-top .txtbox h2{
  font-size: 48px;
  font-weight: bold;
  line-height: 1.25;
  color: rgb(0, 0, 0);
}
.sub-top .imgbox{
  width: 100%;
  height: 400px;
  background-image: url(/html/img/subtop_img01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-top .imgbox.sv01{
  background-image: url(/html/img/subtop_img01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox.sv01-1{
  background-image: url(/html/img/subtop_img01-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox.sv01-3{
  background-image: url(/html/img/subtop_img01-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox.sv02-4{
  background-image: url(/html/img/subtop_img02-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox.sv03{
  background-image: url(/html/img/subtop_img03-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox.sv04{
  background-image: url(/html/img/subtop_img04-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox.sv05{
  background-image: url(/html/img/subtop_img05-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox.sv06{
  background-image: url(/html/img/subtop_img06-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub-top .imgbox.fixed{
  background-attachment: fixed; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-top .imgbox .ab-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20vw;
}
.sub-top .imgbox .ab-txt span{
  font-size: 80px;
  font-weight: bold;
  color: rgba(62, 127, 129,0.34);
  width: 290px;
}
.sub-top .imgbox.sv05 .ab-txt span{
  width: auto;
  color: rgba(99,99,99,0.34);
}
.sub-top .imgbox.sv06 .ab-txt span{
  color: rgba(73,73,73,0.34);
  width: auto;
}
.sub-top .imgbox.sv05 .ab-txt span:first-child{
  position: relative;
  left: 10%;
}
.sub-top .imgbox.sv05 .ab-txt span:last-child{
  position: relative;
  left: -5%;
}

.sub-top .imgbox.sv02-4 .ab-txt span,
.sub-top .imgbox.txt-color2 .ab-txt span
{
  color: rgba(152, 152, 152,0.34);
}
.sub-top .imgbox.sv04 .ab-txt span,
.sub-top .imgbox.txt-color3 .ab-txt span{
  color: rgba(98, 135, 164, 0.34);
}

.sub-ft1{
  font-size: 50px;
  font-weight: 400;
}
.sub-ft2{
  font-size: 40px;
  font-weight: 400;
}
.sub-ft3{
  font-size: 32px;
  font-weight: 400;
}
.sub-ft4{
  font-size: 17px;
  font-weight: 400;
}
.sub-ft5{
  font-size: 16px;
  font-weight: 400;
}
.middle-txt{
  font-size: 22px;
  font-weight: 400;
}
b{
  font-weight: bold;
}
.sub-sec{
  width: 100%;
  position: relative;
  padding: 160px 0;
}
.sub-sec:first-child{
  padding-top: 0;  
}
.sub-sec:last-child{
  padding-bottom: 0;
}
.sub-sec .inner{
  max-width: 1320px;
}
.cm-secbg1::before{
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(247, 240, 236) 96%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.text-center{
  text-align: center !important;
}
.sec-titbox{
  margin-bottom: 88px;
}
.sec-titbox h3{
  font-weight: 500;
}
.sec-titbox p{
  margin-top: 20px;
}

@media(max-width:1024px){
  .page_fst{
    padding: 50px 0 120px;
  } 
  .sub-top{
    margin-bottom: 60px;
  }
  .sub-top .txtbox{
    margin-bottom: 30px;
  }
  .sub-top .txtbox p{
    font-size: 16px;
    margin-bottom: 3px;
  }
  .sub-top .txtbox h2{
    font-size: 32px;
  }
  .sub-top .imgbox{
    height: 240px;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }
  .sub-top .imgbox .ab-txt{
    gap: 20px;
    padding: 0 40px;
    justify-content: space-between;
    width: 100%;
  }
  .sub-top .imgbox .ab-txt span{
    font-size: 32px;
    width: auto;
  }

  .sub-ft1{
    font-size: 28px;
  }
  .sub-ft2{
    font-size: 28px;
  }
  .sub-ft3{
    font-size: 18px;
  }
  .sub-ft4{
    font-size: 16px;
  }
  .sub-ft5{
    font-size: 15px;
  }

  .middle-txt{
    font-size: 17px;
  }
  b{
    font-weight: bold;
  }
  .sub-sec{
    padding: 80px 0;
  }
  .cm-secbg1::before{
    height: 150px;
  }
  
  .sec-titbox{
    margin-bottom: 30px;
  }
  .sec-titbox p{
    margin-top: 8px;
  }
  .sec-titbox p br{
    display: none;
  }
}

@media(max-width:767px){
  .sub-top .imgbox.sv05 .ab-txt span:first-child{
    left: 0%;
  }
  .sub-top .imgbox.sv05 .ab-txt span:last-child{
    left: 0%;
  }
  .sub-top .imgbox.sv05 .ab-txt{
    flex-wrap: wrap;
    gap: 10px;
  }
   .sub-top .imgbox.sv05 .ab-txt span{
    width: 100%;
    text-align: center;
   }
}

@media(max-width:350px){
  .sub-top .imgbox{
    height: 160px;
  }
  .sub-top .imgbox .ab-txt span{
    font-size: 24px;
  }
}

/* sub_common */

.sub01-1-sec01.sub-sec{
  padding-top: 80px;
}
.br-con-line{
  display: flex;
  align-items: center;
}
.br-con-line > .img{
  width: 498px;
}
.br-con-line > .txt{
  width: calc(100% - 498px);
}
.br-con-line > .img .imgbox{
  position: relative;
  padding-left: 77px;
}
.br-con-line > .img .imgbox .sub-txt{
  width: 212px;
  height: 212px;
  border-radius: 100%;
  background: url(/html/img/lg-bgicon.png) no-repeat center / cover;
  position: absolute;
  bottom: -79px;
  left: 0;
}
.br-con-line > .img .imgbox .sub-txt .sub-txt-smallbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.br-con-line > .img .imgbox .sub-txt .txt1{
  color: rgb(160, 199, 159);
  margin-bottom: 6px;
}
.br-con-line > .img .imgbox .sub-txt .txt2,
.br-con-line > .img .imgbox .sub-txt .txt3,
.br-con-line > .img .imgbox .sub-txt .txt2 b
{
  color: #fff;
}
.br-con-line > .txt .txtbox{
  padding-left: 60px;
  position: relative;
}
.br-con-line > .txt .txtbox .name{
  font-size: 150px;
  font-weight: bold;
  color: rgba(231, 211, 201,0.34);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%,-80%);
  -webkit-transform: translate(35%,-80%);
  white-space: nowrap;
}
.br-con-line > .txt .txtbox h3{
  position: relative;
  padding-bottom: 29px;
  margin-bottom: 38px;
}
.br-con-line > .txt .txtbox h3::after{
  content: "";
  display: block;
  width: 99999999999%;
  height: 3px;
  background-color: rgb(231, 211, 201);
  position: absolute;
  bottom: 0;
  left: -160px;
}
.br-con-line > .txt .txtbox .sub-txtbox p{
  padding-left: 37px;
  position: relative;
  margin-bottom: 4px;
}
.br-con-line > .txt .txtbox .sub-txtbox p::before{
  content: "";
  width: 26px;
  height: 26px;
  background: url(/html/img/chk-icon.svg) no-repeat center / 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.br-con-line > .txt .txtbox .sub-txtbox p:last-child{
  margin-bottom: 0;
}

@media(max-width:1024px){
  .sub01-1-sec01.sub-sec{
    padding-top: 0px;
  }
  .br-con-line{
    flex-wrap: wrap;
    gap: 20px;
  }
  .br-con-line > .img{
    width: 100%;
  }
  .br-con-line > .txt{
    width: 100%;
  }
  .br-con-line > .img .imgbox{
    padding-left: 0px;
    text-align: center;
  }
  .br-con-line > .img .imgbox img{
    max-width: 500px;
    width: 100%;
  }
  .br-con-line > .img .imgbox .sub-txt{
    width: 100%;
    height: auto;
    border-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: rgb(66, 104, 65);
    position: relative;
    bottom: 0px;
    margin-top: 0px;
  }
  .br-con-line > .img .imgbox .sub-txt .sub-txt-smallbox{
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    padding: 20px 10px;
  }
  .br-con-line > .img .imgbox .sub-txt .txt1{
    margin-bottom: 4px;
  }
  .br-con-line > .txt .txtbox{
    padding-left: 0px;
  }
  .br-con-line > .txt .txtbox .name{
    font-size: 32px;
    transform: translate(15%,-125%);
    -webkit-transform: translate(15%,-125%);
  }
  .br-con-line > .txt .txtbox h3{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .br-con-line > .txt .txtbox h3::after{
    height: 2px;
  }
  .br-con-line > .txt .txtbox .sub-txtbox p{
    padding-left: 24px;
  }
  .br-con-line > .txt .txtbox .sub-txtbox p::before{
    width: 18px;
    height: 18px;
    top: 5px;
  }
}

@media(max-width:767px){
  .br-con-line > .txt .txtbox .name{
    font-size: 7vw;
  }
}


/* sub01_1 */

.sub-footer{
  padding: 88px 0;
  background: url(/html/img/nft-bg-ver2.jpg) no-repeat center / cover;
  position: relative;
  width: 100%;
}
.sub-footer .txtbox h3{
  /* color: #fff; */
  color: #684947;;
  margin-bottom: 60px;
  text-align: center;
}
.sub-footer .txtbox h3 b,
.subft-linkbox *
{
  /* color: rgb(255, 255, 255); */
  color: #684947;
}
.subft-linkbox{
  display: flex;
  justify-content: center;
}
.subft-linkbox a{
  display: block;
  width: 140px;
  letter-spacing: -0.36px;
  text-align: center;
  /* color: rgb(255, 255, 255); */
  color: #684947;
  border-radius: 999px;
  padding: 12px 0;
  border: 1px solid #684947;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.subft-linkbox a:hover{
  background: #684947;
  color: #fff;
}
.subft-linkbox a:hover b{
  color: #fff;
}

@media(max-width:1024px){
  .sub-footer{
    padding: 60px 0;
  }
  .sub-footer .txtbox h3{
    margin-bottom: 30px;
  }
  .subft-linkbox a{
    width: 120px;
  }
}
@media(max-width:767px){
  .sub-footer .txtbox h3 br{
    display: none;
  }
}


/* sub_footer */

.qs-popup-wrap{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999;
}
.qs-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.qs-popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 12px;
  padding: 60px 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.qs-popup-wrap .popup-box .popup-closebtn{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.qs-popup-wrap .popup-box .contents > h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.qs-popup-wrap .popup-box .contents .iptbox{
  margin-bottom: 10px;
}
.qs-popup-wrap .popup-box .contents .iptbox .n-ipt{
  border: 1px solid #ddd;
  width: 100%;
}
.qs-popup-wrap .popup-box .contents .iptbox textarea.n-ipt{
  height: 150px;
  overflow-y: auto;
}
.qs-popup-wrap .popup-box .contents .submitbox{
  margin-top: 40px;
}

@media(max-width:1024px){
  .qs-popup-wrap .popup-box{
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .qs-popup-wrap .popup-box .popup-closebtn{
    top: 15px;
    right: 20px;
    font-size: 24px;
  }
  .qs-popup-wrap .popup-box .contents > h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .qs-popup-wrap .popup-box .contents .iptbox{
    margin-bottom: 6px;
  }
  .qs-popup-wrap .popup-box .contents .iptbox textarea.n-ipt{
    height: 120px;
  }
  .qs-popup-wrap .popup-box .contents .submitbox{
    margin-top: 30px;
  }
  
}

/* popup */

.sub01-2-sec01 .root_daum_roughmap .map,
.sub01-2-sec01 .root_daum_roughmap .wrap_map
{height: 558px !important;}

.sub-mapbtn-line{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sub-mapbtn-line > div{
  width: 150px;
}
.sub-mapbtn-line > div a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  gap: 10px;
  border-radius: 4px;
  border: solid 1px rgb(209, 209, 209);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: rgb(25, 25, 25);
  transition: all 0.3s ease-in-out;
}
.sub-mapbtn-line a img{
  width: 31px;
  display: block;
}
.sub01-2-sec01 .con-line{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.sub01-2-sec01 .con-line > .left{
  width: calc(53% - 30px);
}
.sub01-2-sec01 .con-line > .right{
  width: calc(47% - 30px);
}

.sub01-2-sec01 .con-line > .right .conbox > h3{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid rgb(25,25,25);
}
.sub01-2-sec01 .con-line > .right .conbox .infobox_tit{
  display: flex;
  align-items: center;
  gap: 9px;

  font-size: 18px;
  font-weight: bold;
  line-height: 1.42;
  color: rgb(25, 25, 25);
}
.sub01-2-sec01 .con-line > .right .conbox .infobox_tit img{
  width: 26px;
}
.sub01-2-sec01 .con-line > .right .conbox .add_infobox{
  margin-bottom: 36px;
}
.sub01-2-sec01 .con-line > .right .conbox .add_infobox p{
  margin-top: 3px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.58;
  color: rgba(51, 51, 51, 0.7);
}
.sub01-2-sec01 .con-line > .right .conbox .tel_infobox{
  margin-bottom: 32px;
}
.sub01-2-sec01 .con-line > .right .conbox .tel_infobox > h2{
  margin-top: 16px;
  font-size: 55px;
  font-weight: bold;
  text-align: left;
  color: rgb(66, 104, 65);
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox > h4{
  margin-bottom: 24px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline{
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline-box{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline > li{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(25, 25, 25);
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline > li.tit{
  width: 90px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline > li.txt{
  font-weight: bold;
  width: calc(100% - 90px);
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .gday{
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
}

@media(max-width:1250px){
  .sub01-2-sec01 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub01-2-sec01 .con-line > .left{
    width: 100%;
  }
  .sub01-2-sec01 .con-line > .right{
    width: 100%;
  }
}

@media(max-width:1024px){
  .sub01-2-sec01 .root_daum_roughmap .map,
.sub01-2-sec01 .root_daum_roughmap .wrap_map
{height: 300px !important;}

.sub-mapbtn-line{
  gap: 6px;
  margin-bottom: 30px;
}
.sub-mapbtn-line > div{
  width: calc(50% - 3px);
}
.sub-mapbtn-line > div a{
  padding: 3px 8px;
  gap: 6px;
}
.sub-mapbtn-line a img{
  width: 28px;
}

.sub01-2-sec01 .con-line > .right .conbox > h3{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgb(25,25,25);
}
.sub01-2-sec01 .con-line > .right .conbox .infobox_tit{
  gap: 6px;
}
.sub01-2-sec01 .con-line > .right .conbox .add_infobox{
  margin-bottom: 28px;
}
.sub01-2-sec01 .con-line > .right .conbox .add_infobox p{
  margin-bottom: 12px;
}
.sub01-2-sec01 .con-line > .right .conbox .tel_infobox{
  margin-bottom: 28px;
}
.sub01-2-sec01 .con-line > .right .conbox .tel_infobox > h2{
  margin-top: 10px;
  font-size: 32px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox > h4{
  margin-bottom: 12px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline{
  width: 100%;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline-box{
  gap: 10px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline > li{
  font-size: 15px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline > li.tit{
  width: 80px;
}
.sub01-2-sec01 .con-line > .right .conbox .time_infobox .time-subline > li.txt{
  width: calc(100% - 80px);
}
}

/* sub01_2 */

.page-subcategory{
  margin-bottom: 88px;
  display: flex;
  justify-content: center;
}
.page-subcategory ul{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-subcategory ul li a{
  display: block;
  width: 200px;
  text-align: center;

  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: -0.44px;
  color: rgb(149, 149, 149);
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(149,149,149);
}
.page-subcategory ul li.active a,
.page-subcategory ul li a:hover
{
  color: rgb(51, 51, 51);
}

@media(max-width:1024px){
  .page-subcategory{
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .page-subcategory ul{
    gap: 6px;
    width: 100%;
  }
  .page-subcategory ul li{
    width: calc(50% - 3px);
  }
  .page-subcategory ul li a{
    width: 100%;
    font-size: 18px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

/* common */

.page-tit{
  text-align: center;
  margin-bottom: 88px;
}
.page-tit > h3{
  padding-bottom: 26px;
  margin-bottom: 24px;
  position: relative; 
  font-weight: 700;
}
.page-tit > h3::after{
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #E7D3C9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.page-tit > .sub-txt h4{
  margin-bottom: 16px;
  font-weight: 700;
}

.sub02-1 .section01 .con-line,
.cm-conline1
{
  display: flex;
  align-items: flex-end;
}
.sub02-1 .section01 .con-line > .img,
.cm-conline1 > .img
{
  width: 510px;
}
.sub02-1 .section01 .con-line > .txt,
.cm-conline1 > .txt
{
  width: calc(100% - 510px); 
  position: relative;
}
.sub02-1 .section01 .con-line > .txt::after,
.cm-conline1 > .txt::after
{
  content: "";
  display: none; 
  /* display: block; */
  width: 200000%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  background: rgba(66, 104, 65, 1);
}
.sub02-1 .section01 .con-line > .img img,
.cm-conline1 > .img img
{
  display: block;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
}
.sub02-1 .section01 .con-line > .txt .txtbox,
.cm-conline1 > .txt .txtbox
{
  padding-top: 120px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 20px;
  background: rgba(66, 104, 65, 1);
  border-top-left-radius: 150px;
}
.sub02-1 .section01 .con-line > .txt .txtbox *,
.cm-conline1 > .txt .txtbox *
{
  color: #fff;
}
.sub02-1 .section01 .con-line > .txt .txtbox > h3,
.cm-conline1 > .txt .txtbox > h3
{
  margin-bottom: 16px;
  font-weight: 700;
}
.cm-conline1 > .txt .txtbox > h3 i{
  font-style: normal;
  font-weight: 400;
}
.sub02-1 .section01 .con-line > .txt .txtbox > p,
.cm-conline1 > .txt .txtbox p
{
  margin-bottom: 28px;
}

.cm-conline1 > .txt .bottom-txtbox2{
  margin-top: 60px;
}
.cm-conline1 > .txt .bottom-txtbox2 > h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: rgb(155, 207, 153);
  margin-bottom: 14px;
}
.cm-conline1 > .txt .bottom-txtbox2 > p{
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  margin-bottom: 3px;
}
.cm-conline1 > .txt .bottom-txtbox2 > p::before{
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cm-conline1 > .txt .bottom-txtbox3 p{
  margin-bottom: 8px;
  position: relative;
  padding-left: 40px;

  font-size: 22px;
  font-weight: normal;
  color: rgba(255, 255, 255,0.8);
}
.cm-conline1 > .txt .bottom-txtbox3 p img{
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.cm-conline1 > .txt .bottom-txtbox3 p:last-child{
  margin-bottom: 0;
}

.cm-conline1 > .txt .bottom-txtbox2 > p:last-child{
  margin-bottom: 0;
}

.sub02-1 .section01 .con-line > .txt .txtbox .subtxt,
.cm-conline1 > .txt .txtbox .subtxt
{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.sub02-1 .section01 .con-line > .txt .txtbox .subtxt:last-child,
.cm-conline1 > .txt .txtbox .subtxt:last-child
{
  margin-bottom: 0;
}
.sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .tit,
.cm-conline1 > .txt .txtbox .subtxt > .tit
{
  color: rgba(155, 207, 153, 1) !important;
  font-size: 20px;
  font-weight: 700;
  width: 112px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .tit img,
.cm-conline1 > .txt .txtbox .subtxt > .tit img
{
  display: block;
  width: 30px;
}
.sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .txt,
.cm-conline1 > .txt .txtbox .subtxt > .txt
{
  font-size: 20px;
  font-weight: 400;
  width: calc(100% - 122px);
}
.cm-conline1 > .txt .txtbox .subtxt .txt{
}

.sub02-1 .section01 .con-line.wide-con-line > .txt .txtbox .subtxt > .tit,
.cm-conline1 > .txt .txtbox .subtxt > .tit
{
  width: 142px;
}
.sub02-1 .section01 .con-line.wide-con-line > .txt .txtbox .subtxt > .txt,
.cm-conline1 > .txt .txtbox .subtxt > .txt
{
  width: calc(100% - 152px);
}
.cm-conline1 > .txt .txtbox .subtxt > .txt > p{
  margin-bottom: 0 !important;
}
.cm-conline1 .img-line img{
  display: block;
  max-width: 354px;
  width: 100%;
  margin-bottom: 5px;
}
.cm-conline1 .img-line p{
  font-size: 18px;
  opacity: 0.8;
  font-weight: 400;
}

.sub02-1 .sec02,
.cm-sec01
{
  background: url(/html/img/sub02_1_4_sec02_bg.jpg) no-repeat center 20% / cover;
  overflow: hidden;
}
.sub02-3-1-sec04{
  background: url(/html/img/sub02-3-1-sec04-bg.jpg) no-repeat center 20% / cover;
}
.sub02-3-2-sec03{
  background: url(/html/img/sub02-3-2-sec03-bg.jpg) no-repeat center 20% / cover;
}
.sub02-2-1 .sec02{
  background: url(/html/img/sub02-2-1-sec02-bg.jpg) no-repeat center 20% / cover;
}
.sub02-1.sub02-1-4 .sec02{
  background: url(/html/img/sub02_1_4_sec02_bg.jpg) no-repeat center 20% / cover;
}
.sub02-1.sub02-1-3 .sec02{
  background: url(/html/img/sub02_1_3_sec02_bg.jpg) no-repeat center 20% / cover;
}
.sub02-1.sub02-1-2 .sec02{
  background: url(/html/img/sub02_1_2_sec02_bg.jpg) no-repeat center 20% / cover;
}
.sub02-1.sub02-1-1 .sec02{
  background: url(/html/img/sub02_1_1_sec02_bg.jpg) no-repeat center 20% / cover;
}
.sub02-2-2 .sec11{
  background: url(/html/img/sub02-2-2-sec11-bg.jpg) no-repeat center 20% / cover;
}
.sub02-2-3 .sec02{
    background: url(/html/img/sub02-2-3-sec02-bg.jpg) no-repeat center 20% / cover;
}
.sub03-1-1 .sec05{
  background: url(/html/img/sub03_1_1_sec05-bg.jpg) no-repeat center 20% / cover;
}
.sub03-1-2 .sec04{
  background: url(/html/img/sub03-1-2-sec04-bg.jpg) no-repeat center 20% / cover;
}
.sub03-1-3 .sec04{
  background: url(/html/img/sub03-1-3-sec04-bg.jpg) no-repeat center 20% / cover;
}
.sub03-1-4 .sec04{
  background: url(/html/img/sub03-1-4-sec04-bg.png) no-repeat center 20% / cover;
}
.sub03-2-1 .sec03{
  background: url(/html/img/sub03-2-1-sec03-bg.jpg) no-repeat center 20% / cover;
}
.sub03-2-2 .sec04{
  background: url(/html/img/sub03-2-2-sec03-bg.jpg) no-repeat center 20% / cover;
}
.sub03-2-2 .sec06{
  background: url(/html/img/sub03-2-2-sec06-bg.jpg) no-repeat center 20% / cover;
}
.sub03-3-1 .sec04{
  background: url(/html/img/sub03-1-3-sec04-bg.jpg) no-repeat center 20% / cover;
}

.sub03-4-1 .sec05{
  background: url(/html/img/sub03-4-1-sec05-bg.jpg) no-repeat center 20% / cover;
}
.sub03-5-1 .sec03{
  background: url(/html/img/sub03-5-1-sec03-bg.png) no-repeat center 20% / cover;
}
.sub03-6-1 .sec04{
  background: url(/html/img/sub03-6-1-sec05-bg.jpg) no-repeat center 20% / cover;
}
.sub-wrap .sub04-cm-sec01-ver2{
  background: url(/html/img/sub04-1-1-sec04-bg.jpg) no-repeat center 20% / cover;
}
.sub-04-1-4 .sec04{
  background: url(/html/img/sub04-1-4-sec04-bg.png) no-repeat center 20% / cover;
}
.sub-04-1-5 .sec05{
  background: url(/html/img/sub04-1-5-sec05-bg.jpg) no-repeat center 20% / cover;
}
.sub04-2-1 .sec04{
  background: url(/html/img/sub04-2-1-sec04-bg.jpg) no-repeat center 20% / cover;
}
.sub04-2-4 .sec06{
  background: url(/html/img/sub04-2-4-sec06-bg.png) no-repeat center 20% / cover;
}
.sub05-2-1 .sec05{
  background: url(/html/img/sub05-2-1-sec05-bg.jpg) no-repeat center 20% / cover;
}


.cm-sec01{
  padding: 150px 0 !important;
}
.sub02-1 .sec02 .left-txt,
.cm-sec01 .left-txt
{
  position: absolute;
  top: 50%;
  left: 8vw;
  font-size: 9vw;
  font-style: normal;
  font-weight: 700;
  transform: translate(-50%,-50%) rotate(-90deg);
  -webkit-transform: translate(-50%,-50%) rotate(-90deg);
  color: #fff;
}
.sub02-1 .sec02 .con-line,
.cm-sec01 .con-line
{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.sub02-1 .sec02 .con-line > .left,
.cm-sec01 .con-line > .left
{
  width: calc(100% - 780px);
}
.sub02-1 .sec02 .con-line > .right,
.cm-sec01 .con-line > .right
{
  width: 750px;
}
.sub02-1 .sec02 .con-line > .right .txt-listbox ul li,
.cm-sec01 .con-line > .right .txt-listbox ul li
{
  margin-bottom: 10px;
  padding: 15px 20px 15px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
}
.sub02-1 .sec02 .con-line > .right .txt-listbox ul li:last-child,
.cm-sec01 .con-line > .right .txt-listbox ul li:last-child
{
  margin-bottom: 0;
}
.sub02-1 .sec02 .con-line > .right .txt-listbox ul li .num,
.cm-sec01 .con-line > .right .txt-listbox ul li .num
{
  font-weight: 700;
  width: 25px;
}
.sub02-1 .sec02 .con-line > .right .txt-listbox ul li .txt,
.cm-sec01 .con-line > .right .txt-listbox ul li .txt
{
  width: calc(100% - 45px);
}
.cm-sec01 .con-line > .right .txt-listbox ul li .txt .txt-tit{
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  display: block;
}
.cm-sec01 .con-line > .right .txt-listbox ul li .txt .small-txt{
  font-size: 18px;
  font-weight: 400;
}
.cm-sec01-ver2 .con-line{
  flex-wrap: wrap;
  gap: 88px;
}
.cm-sec01-ver2 .con-line > .left{
  width: 100%;
}
.cm-sec01 .con-line > .left p{
  margin-top: 20px;
}
.cm-sec01-ver2 .con-line > .right{
  width: 750px;
}

.sub02-1 .sec03 .inner > h3,
.cm-sec04 .inner > h3
{
  margin-bottom: 88px; 
}
.sub02-1 .sec03 .inner .imgbox,
.cm-sec04 .inner .imgbox
{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.sub02-1 .sec03 .conbox .img,
.cm-sec04 .conbox img
{
  margin-bottom: 30px;
}
.sub02-1 .sec03 .conbox .txtbox p,
.cm-sec04 .conbox .txtbox p
{
  border-radius: 9999px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}
.sub02-1 .sec03 .conbox .txtbox p:last-child,
.cm-sec04 .conbox .txtbox p:last-child
{
  margin-bottom: 0;
}
.grbg{
  background: #f3f3f3;
  padding-bottom: 150px !important;
}

.sub02-1 .sec04 .inner > h3{
  margin-bottom: 88px;
}
.sub02-1 .sec04 .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 36px 20px;
}
.sub02-1 .sec04 .con-line > li{
  width: calc(50% - 10px);
  background: #426841;
  position: relative;
  overflow: hidden;
}
.sub02-1 .sec04 .con-line > li .imgbox{
  position: relative;
  z-index: 2;
}
.sub02-1 .sec04 .con-line > li::after{
  content: "";
  display: block;
  font-size: 7.5vw;
  font-style: normal;
  font-weight: 900;
  color: rgba(255,255,255,0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-20%,20%);
  line-height: 1;
  -webkit-transform: translate(-20%,20%);
}
.sub02-1 .sec04 .con-line > li:nth-child(1)::after{
  content: "01";
}
.sub02-1 .sec04 .con-line > li:nth-child(2)::after{
  content: "02";
}
.sub02-1 .sec04 .con-line > li:nth-child(3)::after{
  content: "03";
}
.sub02-1 .sec04 .con-line > li:nth-child(4)::after{
  content: "04";
}
.sub02-1 .sec04 .con-line > li .txtbox{
  position: relative;
  z-index: 1;
  padding: 38px 0;
  text-align: center;
}
.sub02-1 .sec04 .con-line > li .txtbox h3{
  margin-bottom: 12px;
  color: #fff;
}
.sub02-1 .sec04 .con-line > li .txtbox p{
  color: rgba(255,255,255,0.8);
}

.caution-sec .cau-tit{
  text-align: center;
  margin-bottom: 34px;
}
.caution-sec .con-wrap{
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
.caution-sec .con-wrap .con-line{
  display: flex;
  align-items: center;
  gap: 40px;
}
.caution-sec .con-wrap .con-line > .img{
  width: 420px;
}
.caution-sec .con-wrap .con-line > .txt{
  width: calc(100% - 460px);
}
.caution-sec .con-wrap .con-line > .txt .txtbox p{
  position: relative;
  padding-left: 40px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.44px;
  color: rgb(51, 51, 51);
  margin-bottom: 20px;
}
.caution-sec .con-wrap .con-line > .txt .txtbox p:last-child{
  margin-bottom: 0;
}
.caution-sec .con-wrap .con-line > .txt .txtbox p img{
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media(max-width:1600px){
  .sub02-1 .section01 .con-line > .img,
  .cm-conline1 > .img
  {
    width: 400px;
  }
  .sub02-1 .section01 .con-line > .txt,
  .cm-conline1 > .txt
  {
    width: calc(100% - 400px);
  }
  .sub02-1 .section01 .con-line > .txt .txtbox > p br,
  .cm-conline1 > .txt .txtbox p br
  {
    display: none;
  }

  .sub02-1 .sec02 .con-line > .left,
  .cm-sec01 .con-line > .left
  {
    width: calc(100% - 680px);
  }
  .sub02-1 .sec02 .con-line > .right,
  .cm-sec01 .con-line > .right
  {
    width: 650px;
  }

}
@media(max-width:1024px){
  .cm-sec01{
    padding: 60px 0 !important;
  }
  .page-tit{
    margin-bottom: 30px;
  }
  .page-tit > h3{
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .page-tit > h3::after{
    width: 30px;
    height: 1px;
  }
  .page-tit > .sub-txt h4{
    margin-bottom: 8px;
  }
  
  .sub02-1 .section01 .con-line,
  .cm-conline1
  {
    flex-wrap: wrap;
  }
  .sub02-1 .section01 .con-line > .img,
  .cm-conline1 > .img
  {
    width: 100%;
  }
  .sub02-1 .section01 .con-line > .txt,
  .cm-conline1 > .txt
  {
    width: 100%;
  }
  .sub02-1 .section01 .con-line > .txt::after,
  .cm-conline1 > .txt::after
  {
    display: none;
  }
  .sub02-1 .section01 .con-line > .img img,
  .cm-conline1 > .img img
  {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .sub02-1 .section01 .con-line > .txt .txtbox,
  .cm-conline1 > .txt .txtbox
  {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 12px;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    min-height: auto;
  }
  .sub02-1 .section01 .con-line > .txt .txtbox > h3,
  .cm-conline1 > .txt .txtbox > h3
  {
    margin-bottom: 12px;
  }
  .sub02-1 .section01 .con-line > .txt .txtbox > p,
  .cm-conline1 > .txt .txtbox > p
  {
    margin-bottom: 20px;
  }
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt,
  .cm-conline1 > .txt .txtbox .subtxt
  {
    gap: 8px;
    margin-bottom: 8px;
  }
  .cm-conline1 > .txt .bottom-txtbox2{
    margin-top: 30px;
  }
  .cm-conline1 > .txt .bottom-txtbox2 > h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cm-conline1 > .txt .bottom-txtbox2 > p{
    padding-left: 12px;
    font-size: 16px;
  }

  .cm-conline1 > .txt .bottom-txtbox3 p{
    margin-bottom: 4px;
    padding-left: 20px;
    font-size: 16px;
  }
  .cm-conline1 > .txt .bottom-txtbox3 p img{
    top: 2px;
    width: 16px;
  }
  .cm-conline1 .img-line img{
    width: 80%;
    margin-bottom: 4px;
  }
  .cm-conline1 .img-line p{
    font-size: 15px;
  }

  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .tit,
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .tit
  {
    font-size: 16px;
    width: 90px;
    gap: 6px;
  }
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .tit img,
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .tit img
  {
    width: 24px;
  }
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .txt,
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .txt
  {
    font-size: 15px;
    width: calc(100% - 98px);
  }
  .page-tit > .sub-txt p br{
    display: none;
  }
  .sub02-1 .section01 .con-line.wide-con-line > .txt .txtbox .subtxt > .tit,
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .tit
  {
    width: 112px;
  }
  .sub02-1 .section01 .con-line.wide-con-line > .txt .txtbox .subtxt > .txt,
  .sub02-1 .section01 .con-line > .txt .txtbox .subtxt > .txt
  {
    width: calc(100% - 120px);
  }


  .sub02-1 .sec02,
  .cm-sec01
  {
    background: url(/html/img/sub02_1_4_sec02_bg.jpg) no-repeat 60% center / cover;
    background-position: 60% center;
  }
  .sub02-3-1-sec04{
    background: #f3f3f3 url(/html/img/sub02-3-1-sec04-bg.jpg) no-repeat center 60% / cover;
  }
  .sub02-3-2-sec03{
    background: url(/html/img/sub02-3-2-sec03-bg.jpg) no-repeat center 60% / cover;
  }
  .sub02-1 .sec02 .left-txt,
  .cm-sec01 .left-txt
  {
    left: 5px;
    font-size: 20vw;
    top: 12px;
    color: rgba(255,255,255,0.5);
    transform: translate(-50%,0) rotate(-90deg);
    -webkit-transform: translate(-50%,0%) rotate(-90deg);
  }
  .sub02-1 .sec02 .con-line > .left,
  .cm-sec01 .con-line > .left
  {
    width: 100%;
  }
  .sub02-1 .sec02 .con-line > .right,
  .cm-sec01 .con-line > .right
  {
    width: 100%;;
  }
  .sub02-1 .sec02 .con-line > .right .txt-listbox ul li,
  .cm-sec01 .con-line > .right .txt-listbox ul li
  {
    margin-bottom: 5px;
    padding: 10px 12px;
    gap: 10px;
  }
  .sub02-1 .sec02 .con-line > .right .txt-listbox ul li .num,
  .cm-sec01 .con-line > .right .txt-listbox ul li .num
  {
    /* width: 20px; */
    display: none;
  }
  .sub02-1 .sec02 .con-line > .right .txt-listbox ul li .txt,
  .cm-sec01 .con-line > .right .txt-listbox ul li .txt
  {
    /* width: calc(100% - 30px); */
    width: 100%;
  }

  .sub02-1 .sec03 .conbox .img,
  .cm-sec04 .conbox .img
  {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 100%;
    overflow: hidden;
  }
  .sub02-1 .sec03 .inner > h3,
  .cm-sec04 .inner > h3
  {
    margin-bottom: 30px; 
  }
  .sub02-1 .sec03 .conbox .txtbox p,
  .cm-sec04 .conbox .txtbox p
  {
    padding: 8px 12px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3px;
  }

  .grbg{
    padding-bottom: 100px !important;
  }


  .sub02-1 .sec04 .inner > h3{
    margin-bottom: 30px;
  }
  .sub02-1 .sec04 .con-line{
    gap: 10px;
  }
  .sub02-1 .sec04 .con-line > li{
    width: calc(50% - 5px);
  }
  .sub02-1 .sec04 .con-line > li::after{
    font-size: 12vw;
  }
  .sub02-1 .sec04 .con-line > li .txtbox{
    padding: 24px 0;
  }
  .sub02-1 .sec04 .con-line > li .txtbox h3{
    margin-bottom: 8px;
  }
  .sub02-1 .sec04 .con-line > li .txtbox p{
    color: rgba(255,255,255,0.8);
    font-size: 15px !important;
  }

  


  .caution-sec .cau-tit{
    margin-bottom: 30px;
    font-size: 24px !important;
  }
  .caution-sec .con-wrap{
    padding: 30px 20px;
  }
  .caution-sec .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .caution-sec .con-wrap .con-line > .img{
    width: 100%;
  }
  .caution-sec .con-wrap .con-line > .txt{
    width: 100%;
  }
  .caution-sec .con-wrap .con-line > .txt .txtbox p{
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .caution-sec .con-wrap .con-line > .txt .txtbox p img{
    width: 16px;
    top: 2px;
  }

  .cm-sec01 .con-line > .left p{
    margin-top: 12px;
  }
  .cm-sec01 .con-line > .left p br{
    display: none;
  }

  .sub-wrap .sub04-cm-sec01-ver2{
    background: #f8f8f8;
  }

}

@media(max-width:320px){
  .sub02-1 .sec04 .con-line > li{
    width: 100%;
  }
}

/* sub02_1 */

.cm-con-line1{
  display: flex;
  justify-content: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.cm-con-line1 > li{
  max-width: 450px;
  width: 100%;
}
.cm-con-line1.half > li{
  max-width: 100%;
  width: calc(50% - 20px);
}
.cm-con-line1 > li .imgbox{
  text-align: center;
  margin-bottom: 20px;
}
.cm-con-line1 > li .txtbox{
  text-align: center;
}
.cm-con-line1 > li .txtbox h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: rgb(51, 51, 51);
}
.cm-con-line1 > li .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgb(51, 51, 51);
  margin-top: 8px;
}
.sec-titbox {
  margin-bottom: 88px;
}


@media(max-width:1024px){
  .cm-con-line1{
    gap: 10px;
  }
  .cm-con-line1 > li{
    max-width: 100%;
    width: calc(50% - 5px);
  }
  .cm-con-line1 > li .imgbox{
    margin-bottom: 12px;
  }
  .cm-con-line1 > li .txtbox h3{
    font-size: 20px;
  }
  .cm-con-line1 > li .txtbox p{
    font-size: 16px;
    margin-top: 6px;
  }
  .cm-con-line1 > li .txtbox p br{
    display: none;
  }
  .cm-con-line1.half > li{
    width: calc(50% - 5px);
  }

  .sec-titbox {
    margin-bottom: 30px;
  }
  

  .cm-sec01-ver2 .con-line{
    gap: 30px;
  }
  .cm-sec01-ver2 .con-line > .left{
    width: 100%;
  }
  .cm-sec01-ver2 .con-line > .right{
    width: 100%;
  }
  .cm-sec01 .con-line > .right .txt-listbox ul li .txt .small-txt{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .cm-con-line1{
    gap: 30px;
  }
  .cm-con-line1 > li{
    width: 100%;
  }
  .cm-con-line1.half > li{
    width: 100%;
  }
}


/* cmcon */


.sub02-4-1-sec02 .con-line{
  display: flex;
  background: #fff;
}
.sub02-4-1-sec02 .con-line > li{
  flex: 1;
}
.sub02-4-1-sec02 .con-line > .right .img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sub02-4-1-sec02 .con-line > .left .txtbox{
  padding: 100px 50px 100px 100px;
}
.sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox{
  margin-bottom: 56px;
}
.sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox:last-child{
  margin-bottom: 0;
}
.sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: rgb(51, 51, 51);
  margin-bottom: 8px;
}
.sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgb(51, 51, 51);
}
.sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox p span{
  display: block;
  margin-bottom: 3px;
}
.sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox p span:last-child{
  margin-bottom: 0;
}

.sub02-4-1-sec03 .con-line{
  display: flex;
  gap: 26px;
  position: relative;
}
.sub02-4-1-sec03 .con-line::after{
  content: "";
  display: block;
  width: calc(75% + 13px);
  height: 1px;
  border-bottom: dotted 1px rgb(148,189,147);
  position: absolute;
  bottom: 12.5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.sub02-4-1-sec03 .con-line.con-five::after{
  width: calc(80% + 13px);
}
.sub02-4-1-sec03 .con-line.con-three::after{
  width: calc(40% + 13px);
}
.sub02-4-1-sec03 .con-line.con-two::after{
  width: calc(20% + 13px);
}

.sub02-4-1-sec03 .con-line > li{
  flex: 1;
  position: relative;
  padding-bottom: 65px;
}
.sub03-3-1 .sub02-4-1-sec03 .con-line{
  justify-content: center;
}
.sub03-3-1 .sub02-4-1-sec03 .con-line > li{
  flex: none;
  width: calc(20% - (104px / 5));
}

.sub02-4-1-sec03 .con-line > li::after{

}
.sub02-4-1-sec03 .con-line > li::before{
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(/html/img/gr-circle.svg) no-repeat center / 100%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}

.sub02-4-1-sec03 .con-line > li .txtbox{
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.sub02-4-1-sec03 .con-line > li .txtbox p{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: rgb(51, 51, 51);
}
.sub02-4-1-sec03 .bottom-arrow{
  max-width: 240px;
  width: 100%;
  margin: 88px auto;
}
.sub02-4-1-sec03 .con-line2{
  display: flex;
  gap: 26px;
  align-items: center;
}
.sub02-4-1-sec03 .con-line2 > .arrow{
  width: 55px;
}
.sub02-4-1-sec03 .con-line2 > .txt{
  width: calc(50% - (107px / 2));
}
.sub02-4-1-sec03 .con-line2 > .txt.full{
  width: 100%;
  max-width: 1100px;
}
.js-center{
  justify-content: center;
}
.sub02-4-1-sec03 .con-line2 > .txt p{
  background-color: rgb(110, 177, 109);
  text-align: center;
  padding: 26px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 9999px;
}

.sub02-4-1-sec04 .sec-titbox{
  position: relative;
}
.sub02-4-1-sec04 .sec-titbox .titimg{
  max-width: 193px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 0;
}
.sub02-4-1-sec04 .sec-titbox h2{
  position: relative;
  z-index: 1;
}

.sub02-4-1-sec04 .conbox{
  padding: 100px 80px;
  border-radius: 50px;
  background-color: rgb(255, 255, 255);
}
.sub02-4-1-sec04 .conbox .con-line{
  display: flex;
  align-items: center;
  gap: 50px;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgb(231, 211, 201);;
}
.sub02-4-1-sec04 .conbox .con-line > .left{
  width: calc(55% - 25px);
}
.sub02-4-1-sec04 .conbox .con-line > .right{
  width: calc(45% - 25px);
}
.sub02-4-1-sec04 .conbox .con-line > .left .wegovy-imgbox{
  max-width: 397px;
  width: 100%;
  margin-bottom: 40px;
}
.sub02-4-1-sec04 .conbox .con-line > .left .con-txtline{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.sub02-4-1-sec04 .conbox .con-line > .left .con-txtline:last-child{
  margin-bottom: 0;
}
.sub02-4-1-sec04 .conbox .con-line > .left .con-txtline .tit{
  width: 120px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.22px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 16px 0;
  border-radius: 9999px;
  background-color: rgb(32, 32, 32);
}
.sub02-4-1-sec04 .conbox .con-line > .left .con-txtline .txt{
  width: calc(100% - 132px);
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.22px;
  color: rgb(51, 51, 51);
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox > h3{
  margin-bottom: 80px;
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li{
  width: calc(33.333% - (40px / 3));
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox{
  position: relative;
  width: 100%;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox .txt{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.22px;
  color: rgb(0, 0, 0);
  padding: 0 20px;
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li.odd .line2-smbox{
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(248,248,248);
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li.even .line2-smbox{
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox .num{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);

  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 0.93;
  letter-spacing: -0.6px;
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li.odd .line2-smbox .num{
  color: rgb(212, 184, 170);
  border: 1px solid #d1d1d1;
  background: #fff;
}
.sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li.even .line2-smbox .num{
  color: rgb(255, 255, 255);
  background-color: rgb(212, 184, 170);
}
.sub02-4-1-sec04 .bottom-txtbox{
  text-align: center;
  margin-top: 40px;
}
.sub02-4-1-sec04 .bottom-txtbox p{
  font-size: 22px;
  font-weight: 400;
}


.cm-sec02 .conwrap{
  padding: 120px;
  border-top: solid 6px rgb(110, 176, 109);
  background-color: rgb(248, 248, 248);
  position: relative;
}
.cm-sec02 .conwrap .con-line{
  display: flex;
}
.cm-sec02 .conwrap .con-line > li{
  flex: 1;
}
.cm-sec02 .conwrap .con-line:nth-child(2n) > .img{
  order: 0;
}
.cm-sec02 .conwrap .con-line:nth-child(2n) > .txt{
  order: 1;
}
.cm-sec02 .conwrap .con-line > .txt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(255, 255, 255);
}
.cm-sec02 .conwrap .con-line > .img img{
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.cm-sec02 .conwrap .con-line > .txt .txtbox{
  padding: 0 60px;
}
.cm-sec02 .conwrap .con-line > .txt .txtbox .step{
  margin-bottom: 16px;
}
.cm-sec02 .conwrap .con-line > .txt .txtbox .step span{
  display: inline-block;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: normal;
  color: rgb(255, 255, 255);
  border-radius: 999px;
  background-color: rgb(110, 176, 109);
}
.cm-sec02 .conwrap .con-line > .txt .txtbox .txt-p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgb(51, 51, 51);
}

.sub02-4-1-sec06.sub-sec{
  background: url(/html/img/sub02-4-1-sec06-bg.jpg) no-repeat center 20% / cover;
  padding-bottom: 150px;
}

@media(max-width:1600px){
  .sub02-4-1-sec02 .con-line > .left .txtbox{
    padding: 50px 30px 50px;
  }
  .sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox{
    margin-bottom: 30px;
  }
}

@media(max-width:1024px){
  .sub02-4-1-sec02 .con-line{
    flex-wrap: wrap;
  }
  .sub02-4-1-sec02 .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub02-4-1-sec02 .con-line > .left .txtbox{
    padding: 40px 20px;
  }
  .sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox{
    margin-bottom: 20px;
  }
  .sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox h3{
    font-size: 18px;
    margin-bottom: 6px;
  }
  .sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox p{
    font-size: 16px;
  }
  .sub02-4-1-sec02 .con-line > .left .txtbox .small-txtbox p span{
    margin-bottom: 2px;
  }
  
  
  .sub02-4-1-sec03 .con-line{
    gap: 30px 10px;
    flex-wrap: wrap;
  }
  .sub02-4-1-sec03 .con-line::after{
    display: none;
  }
  
  .sub02-4-1-sec03 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    padding-bottom: 0px;
  }
  .sub03-3-1 .sub02-4-1-sec03 .con-line > li{
    width: calc(50% - 5px);
  }
  .sub02-4-1-sec03 .con-line > li::before{
    display: none;
  }
  .sub02-4-1-sec03 .con-line > li .txtbox{
    margin-top: 16px;
  }
  .sub02-4-1-sec03 .con-line > li .txtbox p{
    font-size: 16px;
  }
  .sub02-4-1-sec03 .bottom-arrow{
    max-width: 160px;
    margin: 40px auto;
  }
  .sub02-4-1-sec03 .con-line2{
    gap: 10px;
  }
  .sub02-4-1-sec03 .con-line2 > .arrow{
    width: 30px;
  }
  .sub02-4-1-sec03 .con-line2 > .txt{
    width: calc(50% - (50px / 2));
  }
  .sub02-4-1-sec03 .con-line2 > .txt p{
    padding: 13px 0;
    font-size: 18px;
  }
  .sub02-4-1-sec03 .con-line2 > .txt.full p{
    border-radius: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub02-4-1-sec03 .con-line2 > .txt.full p br{
    display: none;
  }


  .sub02-4-1-sec04 .sec-titbox .titimg{
    max-width: 140px;
  }
  .sub02-4-1-sec04 .conbox{
    padding: 40px 20px;
    border-radius: 20px;
  }
  .sub02-4-1-sec04 .conbox .con-line{
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sub02-4-1-sec04 .conbox .con-line > .left{
    width: 100%;
    order: 1;
  }
  .sub02-4-1-sec04 .conbox .con-line > .right{
    width: 100%;
    order: 0;
  }
  .sub02-4-1-sec04 .conbox .con-line > .left .wegovy-imgbox{
    max-width: 397px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .sub02-4-1-sec04 .conbox .con-line > .left .con-txtline{
    gap: 8px;
    margin-bottom: 8px;
  }
  .sub02-4-1-sec04 .conbox .con-line > .left .con-txtline .tit{
    width: 90px;
    font-size: 18px;
    padding: 10px 0;
  }
  .sub02-4-1-sec04 .conbox .con-line > .left .con-txtline .txt{
    width: calc(100% - 98px);
    font-size: 16px;
  }
  .sub02-4-1-sec04 .conbox .bottom-smallconbox > h3{
    margin-bottom: 50px;
  }
  .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2{
    gap: 30px 10px;
  }
  .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li{
    width: calc(50% - 5px);
  }
  .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox{
    height: 80px;
  }
  .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox .txt{
    font-size: 16px;
    padding: 0 5px;
  }
  .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox .num{
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .sub02-4-1-sec04 .bottom-txtbox{
    margin-top: 20px;
  }
  .sub02-4-1-sec04 .bottom-txtbox p{
    font-size: 16px;
  }

  .cm-sec02 .conwrap{
    padding: 40px 20px;
    border-top: solid 2px rgb(110, 176, 109);
  }
  .cm-sec02 .conwrap .con-line{
    flex-wrap: wrap;
  }
  .cm-sec02 .conwrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .cm-sec02 .conwrap .con-line:nth-child(2n - 1) > .img{
    order: 0;
  }
  .cm-sec02 .conwrap .con-line:nth-child(2n - 1) > .txt{
    order: 1;
  }
  .cm-sec02 .conwrap .con-line > .img img{
    height: auto;
  }
  .cm-sec02 .conwrap .con-line > .txt .txtbox .step{
    margin-bottom: 12px;
    margin-top: 30px;
  }
  .cm-sec02 .conwrap .con-line > .txt .txtbox{
    padding: 0 20px;
  }
  .cm-sec02 .conwrap .con-line > .txt .txtbox .step span{
    padding: 6px 16px;
    font-size: 16px;
  }
  .cm-sec02 .conwrap .con-line > .txt .txtbox .txt-p{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cm-sec02 .conwrap .con-line > .txt .txtbox .txt-p br{
    display: none;
  }

  .sub02-4-1-sec06.sub-sec{
    background: url(/html/img/sub02-4-1-sec06-bg.jpg) no-repeat center 60% / cover;
    padding-bottom: 60px ;
  }
}

@media(max-width:350px){
  .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2{
    gap: 30px;
  }
  .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li{
    width: 100%;
  }
}

/* sub02-4-1 */

.sub02-3-1-sec02 .con-line,
.cm0231-con-line2
{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 26px;
  max-width: 954px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
.sub03-2-1 .sec02 .con-line,
.cm0231-con-line2
{
  max-width: 1000px;
}
.cm0231-con-line3{
  max-width: 100%;
}
.sub02-3-1-sec02 .con-line1{
  margin-bottom: 40px;
}
.sub02-3-1-sec02 .con-line > li,
.cm0231-con-line2 > li
{
  flex: none !important;
  width: calc(33.33% - (52px / 3));
}
.cm0231-con-line3 > li{
  width: calc(25% - (78px / 4));
}
.sub02-3-1-sec02 .con-line > li p,
.cm0231-con-line2 > li p
{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: rgb(51, 51, 51);
  margin-top: 20px;
}
.sub02-3-1-sec02 .con-line > li p b,
.cm0231-con-line2 > li p b
{
  display: block;
  margin-bottom: 4px;
}
.sub03-2-1 .sec02 .con-line > li p,
.cm0231-con-line2 > li p
{
  font-weight: 400 !important;
}

.cm-line2{
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}
.cm-line2 > .left{
  width: calc(55% - 30px);
  position: relative;
  z-index: 1;
}
.cm-line2 > .right{
  width: calc(45% - 30px);
  position: relative;
  z-index: 0;
}
.cm-line2 > .left .txtbox{
  margin-bottom: 56px;
}
.cm-line2 > .left .txtbox h3{
  font-weight: bold;
  margin-bottom: 16px;
}
.cm-line2 > .left .txtbox h3 span{
  color: rgb(207, 110, 103);
}
.cm-line2 > .left .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgb(51, 51, 51);
}
.cm-line2 > .left .bottom-conbox > h3{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.44px;
  color: rgb(25, 25, 25);
  margin-bottom: 16px;
}
.cm-line2 > .left .bottom-conbox .txt-line{
  display: flex;
  margin-bottom: 10px;
}
.cm-line2 > .left .bottom-conbox .txt-line:last-child{
  margin-bottom: 0;
}
.cm-line2 > .left .bottom-conbox .txt-line > .num{
  width: 100px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.44px;
  color: rgb(25, 25, 25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: solid 1px rgba(0, 0, 0, 0.8);
}
.cm-line2 > .left .bottom-conbox .txt-line > .txt{
  width: calc(100% - 100px);

  font-size: 22px;
  letter-spacing: -0.44px;
  color: rgb(51, 51, 51);
  padding: 20px 32px;
  border-radius: 1000px;
  border: solid 1px rgba(0, 0, 0, 0.3);
}

.cm-line2 > .right .img-wrap{
  position: relative;
  width: 100%;
  height: 709px;
}
.cm-line2 > .right .imgbox,
.cm-line2 > .right .imgbox2
{
  position:absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cm-line2 > .right .imgbox{
  overflow: hidden;
  border-radius: 300px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.cm-line2 > .right .imgbox2{
  z-index: 0;
}
.cm-line2 > .right .imgbox img,
.cm-line2 > .right .imgbox2 img
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 200%;
  max-width: 200%;
}

.cm-line2.sm > .right .imgbox img,
.cm-line2.sm > .right .imgbox2 img{
  width: 130%;
}

.sub02-3-2-sec02 .cm-line2 > .right .imgbox img,
.sub02-3-2-sec02 .cm-line2 > .right .imgbox2 img{
  width: 130%;
  max-width: 130%; 
  left: 40%;
  top: 53%;
}
.sub02-3-1-sec03 .sec-titbox{
  position: relative;
  z-index: 5;
}


@media(max-width:1600px){
  .cm-line2 > .right .img-wrap{
    height: 550px;
  }
}
@media(max-width:1024px){
  .sub02-3-1-sec02 .con-line,
  .cm0231-con-line2
  {
    gap: 20px 10px;
  }
  .sub02-3-1-sec02 .con-line > li,
  .cm0231-con-line2 > li
  {
    width: calc(50% - (5px));
  }
  .sub02-3-1-sec02 .con-line > li p,
  .cm0231-con-line2 > li p
  {
    font-size: 16px;
    margin-top: 12px;
  }
  .sub02-3-1-sec02 .con-line1{
   margin-bottom: 20px;
  }
  .sub03-2-1 .sec02 .con-line > li,
  .cm0231-con-line2 > li
  {
    width: 100%;
  }
  .sub03-2-1 .sec02 .con-line > li .imgbox{text-align: center;}



  .cm-line2{
    gap: 30px;
  }
  .cm-line2 > .left{
    width: 100%;
    order: 1;
  }
  .cm-line2 > .right{
    width: 100%;
    order: 0;
  }
  .cm-line2 > .left .txtbox{
    margin-bottom: 30px;
  }
  .cm-line2 > .left .txtbox h3{
    margin-bottom: 12px;
  }
  .cm-line2 > .left .txtbox p{
    font-size: 16px;
  }
  .cm-line2 > .left .bottom-conbox > h3{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .cm-line2 > .left .bottom-conbox .txt-line{
    margin-bottom: 6px;
    flex-wrap: wrap;
  }
  .cm-line2 > .left .bottom-conbox .txt-line > .num{
    font-size: 15px;
    width: 50px;
    display: none;
  }
  .cm-line2 > .left .bottom-conbox .txt-line > .txt{
    /* width: calc(100% - 50px); */
    width: 100%;
    border-radius: 12px;
  
    font-size: 16px;
    padding: 12px 15px;
  }
  .cm-line2 > .right .img-wrap{
    height: 500px;
  }
  .cm-line2 > .right .imgbox{
    border-radius: 180px;
  }
  .cm-line2 > .right .imgbox img,
  .cm-line2 > .right .imgbox2 img
  {
    top: -10%;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    width: 170%;
  }
  .sub02-3-2-sec02 .cm-line2 > .right .imgbox img,
  .sub02-3-2-sec02 .cm-line2 > .right .imgbox2 img{
    width: 120%;
    max-width: 120%; 
    left: 40%;
    top: -10%;
  }

  .cm-line2.sm > .right .imgbox img,
  .cm-line2.sm > .right .imgbox2 img{
    width: 105%;
  }
  .cm-line2.sm > .right .img-wrap{
    height: 850px;
  }
}

@media(max-width:767px){
  .cm-line2 > .right .img-wrap{
    height: 400px;
  }
  .cm-line2 > .left .txtbox p br{
    display: none;
  }

  .cm-line2.sm > .right .img-wrap{
    height: 600px;
  }
  .sub05-1-1 .sec04 .cm0231-con-line2{
    gap: 44px;
  }
  .sub05-1-1 .sec04 .con-line > li{
    width: 100%;
  }
}

@media(max-width:600px){
  .cm-line2.sm > .right .img-wrap{
    height: 450px;
  }
  .cm-line2.sm > .right .imgbox img,
  .cm-line2.sm > .right .imgbox2 img{
    width: 120%;
  }
}
@media(max-width:450px){
  .cm-line2.sm > .right .img-wrap{
    height: 350px;
  }
}

@media(max-width:350px){
  .cm-line2 > .right .img-wrap{
    height: 300px;
  }
  .cm-line2.sm > .right .img-wrap{
    height: 280px;
  }
}

/* sub02-3-1 */

.cm-sec03 .con-line{
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cm-sec03 .con-line > .txt{
  width: calc(55% - 5px);
}
.cm-sec03 .con-line > .img{
  width: calc(45% - 5px);
}
.cm-sec03 .con-line > .txt .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 28px;
}
.cm-sec03 .con-line > .txt .txtbox h3 span{
  color: rgb(207, 110, 103);
}
.cm-sec03 .con-line > .txt .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgb(0, 0, 0);
  margin-bottom: 16px;
}
.cm-sec03 .con-line > .txt .txtbox p:last-child{
  margin-bottom: 0;
}
.cm-sec03 .con-line > .img .imgbox{
  position: relative;
}
.cm-sec03 .con-line > .img .imgbox img{
  position: relative;
  z-index: 1;
}

.cm-sec03 .con-line > .img .imgbox h3{
  opacity: 0.3;
  background: linear-gradient(280deg, rgb(207, 110, 103) 0%, rgb(255, 216, 216) 100%);
  font-size: 100px;
  font-size: 5.3vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0,-70%);
  -webkit-transform: rotate(0,-70%);
}

@media(max-width:1024px){
  .cm-sec03 .con-line{
    gap: 30px;
  }
  .cm-sec03 .con-line > .txt{
    width: 100%;
    order: 1;
  }
  .cm-sec03 .con-line > .img{
    width: 100%;
    order: 0;
  }
  .cm-sec03 .con-line > .txt .txtbox h3{
    font-size: 24px;
    margin-bottom: 14px;
  }
  .cm-sec03 .con-line > .txt .txtbox p{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .cm-sec03 .con-line > .txt .txtbox p br{
    display: none;
  }
  .cm-sec03 .con-line > .img .imgbox{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .cm-sec03 .con-line > .img .imgbox h3{
    font-size: 7.3vw;
  }
}

/* cm-sec03 */

.cm-sec05{
  background: #f1f1f1;
  padding-bottom: 0 !important;
}
.sub02-2-1 .sec04{
  background: url(/html/img/sub02-2-1-sec04-bg.jpg) no-repeat center / cover;
}
.cm-sec05 .con-line{
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.cm-sec05 .con-line > .left{
  width: calc(60% - 24px);
  padding-bottom: 165px;
}
.cm-sec05 .con-line > .right{
  width: 40%;
}
.cm-titbox{
  position: relative;
  margin-bottom: 78px;
}
.cm-titbox .titimg{
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0,-70%);
  -webkit-transform: translate(0,-70%);
  max-width: 265px;
  width: 100%;
}
.cm-titbox  h3{
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 24px;
}
.cm-titbox p{
  font-size: 30px;
  font-weight: 700;
}
.cm-titbox  p span{
  color: rgba(207, 110, 103, 1);
}
.cm-chk-txtbox .chk-area{
  padding: 60px;
  border-radius: 30px;
  background: rgba(255,255,255,0.8);

  box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.14);
}
.cm-chk-txtbox .chk-area p{
  position: relative;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.44px;
  margin-bottom: 10px;
}
.cm-chk-txtbox .chk-area p img{
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
}
.cm-chk-txtbox .chk-area p:last-child{
  margin-bottom: 0;
}
@media(max-width:1024px){
  .cm-sec05 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .cm-sec05 .con-line > .left{
    width: 100%;
    padding-bottom: 0px;
  }
  .cm-sec05 .con-line > .right{
    width: 100%;
  }
  .cm-titbox{
    margin-bottom: 30px;
  }
  .cm-titbox .titimg{
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    max-width: 180px;
  }
  .cm-titbox  h3{
    font-size: 24px;
    padding-bottom: 16px;
  }
  .cm-titbox p{
    font-size: 18px;
  }
  .cm-chk-txtbox .chk-area{
    padding: 20px;
    border-radius: 20px;
  }
  .cm-chk-txtbox .chk-area p{
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .cm-chk-txtbox .chk-area p img{
    width: 16px;
    top: 2px;
  }
  .cm-sec05 .con-line > .right .imgbox{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}

/* cm-sec05 */

.grbg2{
  background: #F8F8F8;
}
.cm-sec06{
  padding: 150px 0 !important;
}
.sec-titbox2{
  margin-bottom: 78px;
}
.sec-titbox2 h3{
  margin-bottom: 20px;
}
.sec-titbox2 h3 span,
.sec-titbox2 h3 span b
{
  color: rgb(207, 110, 103);
}
.cm-sec06 .con-line{
  text-align: center;
  padding: 50px 0;
}
.cm-sec06 .con-line > li{
  display: inline-block;
  position: relative;
}
.cm-sec06 .con-line.plus > li::after{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/html/img/plusicon.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  z-index: 99;
}
.cm-sec06 .con-line.plus > li:last-child::after{
  display: none;
}
.cm-sec06 .con-line > li .conbox{
  width: 260px;
  height: 260px;
  position: relative;
}
.cm-sec06 .con-line > li .conbox::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  /* background: linear-gradient(to right, #CF6E67, #DAA09C); */
  background: linear-gradient(to right, #CF7069, #D27973);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
}
.cm-sec06 .con-line > li .conbox p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  font-weight: bold;
  letter-spacing: -0.88px;
  text-align: center;
  color: rgb(255, 255, 255);
  z-index: 2;
  width: calc(100% + 20px);
}
.cm-sec06 .con-line > li:nth-child(2) .conbox::before{
  background: linear-gradient(to right, #D27973, #D3827C);
}
.cm-sec06 .con-line > li:nth-child(3) .conbox::before{
  background: linear-gradient(to right, #D3827C, #D68C87);
}
.cm-sec06 .con-line > li:nth-child(4) .conbox::before{
  background: linear-gradient(to right, #D68C87, #DAA09C);
}

@media(max-width:1024px){
  .cm-sec06{
    padding: 60px 0 !important;
  }
  .sec-titbox2{
    margin-bottom: 30px;
  }
  .sec-titbox2 h3{
    margin-bottom: 12px;
    font-size: 28px !important;
  }
  .sec-titbox2 p br{
    display: none;
  }
  .cm-sec06 .con-line{
    padding: 0px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .cm-sec06 .con-line > li{
    width: calc(50% - 2px);
    display: block;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cm-sec06 .con-line > li:nth-child(1),
  .cm-sec06 .con-line > li:nth-child(4)
  {
    background: #CF7069;
  }
  .cm-sec06 .con-line > li:nth-child(2),
  .cm-sec06 .con-line > li:nth-child(3)
  {
    background: #D3827C;
  }
  /* .cm-sec06 .con-line > li:nth-child(3){
    background: #D68C87;
  }
  .cm-sec06 .con-line > li:nth-child(4){
    background: #DAA09C;
  } */
  .cm-sec06 .con-line > li .conbox{
    width: 100%;
    height: auto;
    padding: 30px 12px;
  }
  .cm-sec06 .con-line > li .conbox::before{
    display: none;
  }
  .cm-sec06 .con-line > li .conbox p{
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    letter-spacing: -0.44px;
    width: 100%;
  }

  .cm-sec06 .con-line.plus > li:nth-child(2n)::after{
    display: none;
  }
  .cm-sec06 .con-line.plus > li::after{
    width: 30px;
    height: 30px;
    display: none;
  }
}

/* cm-sec06 */

.cm-sec07 .con-line{
  display: flex;
  gap: 20px;
}
.cm-sec07 .con-line > li{
  flex: 1;
}
.cm-sec07 .con-line > li .txtbox{
  margin-top: 20px;
  text-align: center;
}
.cm-sec07 .con-line > li .txtbox .num{
  font-size: 22px;
  font-weight: bold;
  color: rgb(25, 25, 25);
  margin-bottom: 4px;
}
.cm-sec07 .multy-con-box{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.cm-sec07 .multy-con-box .con-line{
  margin-bottom: 80px;
}
.cm-sec07 .multy-con-box .con-line:last-child{
  margin-bottom: 0;
}
.cm-sec07 .multy-con-box .multy-con-tit{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
.cm-sec07 .multy-con-box .multy-con-tit span{
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 30px;
  font-weight: 700;
  background: #CF6E67;
  color: #fff;
}

@media(max-width:1024px){
  .cm-sec07 .con-line{
    gap: 30px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cm-sec07 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .cm-sec07 .con-line > li .txtbox{
    margin-top: 16px;
  }
  .cm-sec07 .con-line > li .txtbox .num{
    font-size: 15px;
    margin-bottom: 3px;
  }

  .cm-sec07 .multy-con-box .con-line{
    margin-bottom: 40px;
  }
  .cm-sec07 .multy-con-box .multy-con-tit{
    margin-bottom: 20px;
  }
  .cm-sec07 .multy-con-box .multy-con-tit span{
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 600;
  }
}

@media(max-width:767px){
  .cm-sec07 .con-line > li .txtbox br{
    display: none;
  }
}

/* cm-sec07 */

.cm-sec08{
  background: #f1f1f1;
  padding: 150px 0 !important;
}
.sub02-2-1 .sec07{
  background: url(/html/img/sub02-2-1-sec07-bg.jpg) no-repeat center / cover;
}
.cm-sec08 .con-line{
  display: flex;
  gap: 20px;
}
.cm-sec08 .con-line > li{
  flex: 1;
}
.cm-sec08 .con-line > li .conbox .subject{
  padding: 13px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  color: rgb(255, 255, 255);
  background-color: rgb(207, 110, 103);
}
.cm-sec08 .con-line > li .conbox .txtbox{
  height: 166px;
  overflow-y: auto;
  background: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-sec08 .con-line > li .conbox .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  text-align: center;
  color: rgba(25, 25, 25,0.8);
}

@media(max-width:1024px){
  .cm-sec08{
    padding: 60px 0 !important;
  }
  .cm-sec08 .con-line{
    gap: 20px 10px;
    flex-wrap: wrap;
  }
  .cm-sec08 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .cm-sec08 .con-line > li .conbox .subject{
    padding: 8px 0;
    font-size: 18px;
  }
  .cm-sec08 .con-line > li .conbox .txtbox{
    height: 120px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .cm-sec08 .con-line > li .conbox .txtbox p{
    font-size: 16px;
  }
}

@media(max-width:350px){
  .cm-sec08 .con-line > li{
    width: 100%;
  }
  .cm-sec08 .con-line > li .conbox .txtbox{
    height: auto;
    padding: 20px 12px;
  }
}

/* cm-sec08 */

.cm-sec09{
  background: #f1f1f1;
  padding: 150px 0 !important;
}
.sub02-2-2 .sec03{
  background: url(/html/img/sub02-2-2-sec03-bg.jpg) no-repeat center / cover;
}
.sub02-2-2 .sec06{
  background: url(/html/img/sub02-2-2-sec06-bg.jpg) no-repeat center / cover;
}
.sub02-2-2 .sec09{
  background: url(/html/img/sub02-2-2-sec09-bg.jpg) no-repeat center / cover;
}
.sub02-2-2 .sec03 .con-line > li:nth-child(1) .conbox .iconbox img{
  width: 60%;
}
.sub02-2-2 .sec03 .con-line > li:nth-child(2) .conbox .iconbox img{
  width: 60%;
}
.sub02-2-2 .sec06 .con-line > li:nth-child(2) .conbox .iconbox img{
  width: 90%;
}
.sub02-2-2 .sec06 .con-line > li:nth-child(4) .conbox .iconbox img{
  width: 90%;
}

.cm-sec09 .con-line{
  display: flex;
  gap: 20px;
}
.cm-sec09 .con-line > li{
  flex: 1;
}
.cm-sec09 .con-line > li .conbox{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  background: #fff;
}
.cm-sec09 .con-line > li .conbox .num{
  width: 80px;
  height: 60px;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-40%);
  -webkit-transform: translate(-50%,-40%);
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: rgb(207, 110, 103);
}
.cm-sec09 .con-line > li .conbox .iconbox{
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 16px;
}
.cm-sec09 .con-line > li .conbox .iconbox img{
  max-height: 90px;
  object-fit: cover;
}

.cm-sec09 .con-line > li .conbox .txtbox{
  text-align: center;
}
.cm-sec09 .con-line > li .conbox .txtbox p{

}
.cm-sec09 .con-line > li .conbox .con-smallbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
@media(max-width:1024px){
  .cm-sec09{
    padding: 60px 0 !important;
  }
  .cm-sec09 .con-line{
    gap: 30px 10px;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .cm-sec09 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .cm-sec09 .con-line > li .conbox{
    padding-bottom: 0;
    height: auto;
    padding: 50px 0 30px;
  }
  .cm-sec09 .con-line > li .conbox .con-smallbox{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
  }
  .cm-sec09 .con-line > li .conbox .num{
    width: 60px;
    height: 40px;
    font-size: 15px;
  }
  .cm-sec09 .con-line > li .conbox .iconbox{
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }
}

@media(max-width:767px){
  .cm-sec09 .con-line > li .conbox{
    border-radius: 12px;
  }
}
@media(max-width:350px){
  .cm-sec09 .con-line > li{
    width: 100%;
  }
}

/* cm-sec09 */

.cm-sec10 .con-wrap .con-line{
  display: flex;
  gap: 48px;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 40px;
}
.cm-sec10 .con-wrap .con-line:last-child{
  margin-bottom: 0;
}
.cm-sec10 .con-wrap .con-line > .img{
  width: 300px;
}
.cm-sec10 .con-wrap .con-line > .txt{
  width: calc(100% - 340px);
}
.cm-sec10 .con-wrap .con-line > .txt h3{
  font-size: 22px;
  font-weight: 600;
  color: rgb(25, 25, 25);
  margin-bottom: 20px;
}
.cm-sec10 .con-wrap .con-line > .txt p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: rgb(51, 51, 51);
  margin-bottom: 26px;
}
.cm-sec10 .con-wrap .con-line > .txt .tag-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cm-sec10 .con-wrap .con-line > .txt .tag-line span{
  display: block;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  color: rgb(219, 149, 136);
  text-align: center;
  background-color: rgb(254, 238, 235);
  padding: 8px 13px;
}

@media(max-width:767px){
  .cm-sec10 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    background: transparent;
  }
  .cm-sec10 .con-wrap .con-line > .img{
    width: 100%;
    position: relative;
  }
  .cm-sec10 .con-wrap .con-line > .img img{
    display: block;
    position: relative;
    z-index: 1;
  }
  .cm-sec10 .con-wrap .con-line > .img::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 30%;
    background: #fff;
    position: absolute;
  }
  .cm-sec10 .con-wrap .con-line > .txt{
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
  }
  .cm-sec10 .con-wrap .con-line > .txt h3{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .cm-sec10 .con-wrap .con-line > .txt p{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cm-sec10 .con-wrap .con-line > .txt p br{
    display: none;
  }
  .cm-sec10 .con-wrap .con-line > .txt .tag-line{
    gap: 6px;
  }
  .cm-sec10 .con-wrap .con-line > .txt .tag-line span{
    font-size: 15px;
    padding: 6px 8px;
  }
}


/* cm-sec10 */

.pbg{
  background-color: rgb(255, 245, 245);
}
.cm-sec11 .con-line{
  display: flex;
  gap: 20px;
}
.cm-sec11 .con-line > li{
  flex: 1;
  position: relative;
}
.cm-sec11 .con-line > li .imgbox{
  position: relative;
  z-index: 2;
}
.cm-sec11 .con-line > li .txtbox{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px 10px;
}
.cm-sec11 .con-line > li .txtbox::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 20px);
  top: -20px;
  left: 0;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  position: absolute;
}
.cm-sec11 .con-line > li .txtbox .num{
  font-weight: bold;
  font-size: 22px;
  color: rgb(25, 25, 25);
  margin-bottom: 4px;
}
.cm-sec11 .con-line > li .txtbox > p{
  position: relative;
  z-index: 3;
}
@media(max-width:1024px){
  .cm-sec11 .con-line{
    gap: 20px 10px;
    flex-wrap: wrap;
  }
  .cm-sec11 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .cm-sec11 .con-line > li .txtbox{
    padding: 20px 10px;
  }
  .cm-sec11 .con-line > li .txtbox::before{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .cm-sec11 .con-line > li .txtbox .num{
    font-size: 15px;
    margin-bottom: 4px;
  }
  .cm-sec11 .con-line > li .txtbox p br{
    display: none;
  }
}
@media(max-width:767px){
  .cm-sec11 .con-line > li{
    width: 100%;
  }
}

/* cm-sec11 */

.cm-sec12 .con-line{
  display: flex;
  gap: 40px;
}
.cm-sec12 .con-line > li{
  flex: 1;
  position: relative;
}
.cm-sec12 .con-line > li .txtbox{
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 60px);
  height: auto;
}
.cm-sec12 .con-line > li .txtbox .tit b{
  color: #fff;
}
.cm-sec12 .con-line > li .txtbox .text{
  margin-top: 4px;

  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgba(255, 255, 255,0.8);
}

@media(max-width:1024px){
  .cm-sec12 .con-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .cm-sec12 .con-line > li{
    flex: none;
    width: 100%;
    position: relative;
  }
  .cm-sec12 .con-line > li .txtbox{
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .cm-sec12 .con-line > li .txtbox .text{
    font-size: 16px;
  }
}

/* cm-sec12 */



/* sub02-2-1 */


.cm-sec09.cm-sec09-ver2 .con-line > li .conbox{
  padding-bottom: 0;
  border-radius: 20px;
  padding: 60px 20px 40px;
  height: auto;
}
.cm-sec09.cm-sec09-ver2 .con-line > li .conbox .con-smallbox{
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}


@media(max-width:1024px){
  .cm-sec09.cm-sec09-ver2 .con-line > li .conbox{
    border-radius: 12px;
    padding: 40px 20px 30px;
  }
}
@media(max-width:767px){
  .cm-sec09.cm-sec09-ver2 .con-line > li{
    width: 100%;
  }
}

/* cm-sec09-ver2 */

.cm-sec13{
  padding: 150px 0 !important; 
}
.cm-sec13 .con-wrap{
  padding: 80px;
  border-radius: 30px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
}
.cm-sec13 .con-line{
  display: flex;
  gap: 80px;
  align-items: center;
}
.cm-sec13 .con-line > .img{
  width: calc(47% - 20px);
}
.cm-sec13 .con-line > .txt{
  width: calc(53% - 60px);
}
.cm-sec13 .con-line > .txt .txtbox{
  margin-bottom: 24px;
}
.cm-sec13 .con-line > .txt .txtbox:last-child{
  margin-bottom: 0;
}
.cm-sec13 .con-line > .txt .txtbox h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: rgb(65, 197, 104);
}
.cm-sec13 .con-line > .txt .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgb(51, 51, 51);
}
.green{
 color: rgb(65, 197, 104);
}
.orange{
  color: rgb(235, 91, 37);
}
.blue{
  color: rgb(0, 130, 221);
}
.pink{
  color: rgb(219, 78, 173);
}

@media(max-width:1600px){
  .cm-sec13 .con-wrap{
    padding: 60px 30px;
  }
}

@media(max-width:1024px){
  .cm-sec13{
    padding: 60px 0 !important; 
  }
  .cm-sec13 .con-wrap{
    padding: 40px 20px;
    border-radius: 20px;
  }
  .cm-sec13 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .cm-sec13 .con-line > .img{
    width: 100%;
  }
  .cm-sec13 .con-line > .txt{
    width: 100%;
  }
  .cm-sec13 .con-line > .txt .txtbox{
    margin-bottom: 16px;
  }
  .cm-sec13 .con-line > .txt .txtbox h3{
    font-size: 18px;
    margin-bottom: 4px;
  }
  .cm-sec13 .con-line > .txt .txtbox p{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .cm-sec13 .con-line > .txt .txtbox p br{
    display: none;
  }
}

/* cm-sec13 */

.cm-sec14{
  padding: 150px 0 !important;
}
.cm-sec14 .con-line{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.cm-sec14 .con-line > .left{
  width: 350px;
}
.cm-sec14 .con-line > .right{
  width: calc(100% - 380px);
}
.cm-sec14 .con-line > .right .con-subline{
  display: flex;
  gap: 40px;
}
.cm-sec14 .con-line > .right .con-subline > li{
  flex: 1;
}
.cm-sec14 .con-line > .right .con-subline > li .conbox .con-titbox{
  margin-bottom: 20px;
}
.cm-sec14 .con-line > .right .con-subline > li .conbox .con-titbox p{
  font-size: 22px;
  font-weight: 400;
  color: rgba(25,25,25,0.8);
  margin-top: 6px;
}
.cm-sec14 .con-line > .right .con-subline > li .con-bottom-box{
  padding: 30px 20px;
  padding-bottom: 0;
  border-radius: 20px;
  background: #FFF;
}
.cm-sec14 .con-line > .right .con-subline > li .con-bottom-box .p-txt{
  margin-bottom: 40px;
}
.cm-sec14 .con-line > .right .con-subline > li .con-bottom-box .p-txt p{
  color: #CF6E67;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}
.cm-sec14 .con-line > .right .con-subline > li .con-bottom-box .p-txt p:last-child{
  margin-bottom: 0;
}
.cm-sec14 .con-line > .right .con-subline > li .con-bottom-box .p-txt p::before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #CF6E67;
  position: absolute;
  top: 11px;
  left: 0;
}


@media(max-width:1024px){
  .cm-sec14{
    padding: 60px 0 !important;
  }
  .cm-sec14 .con-line{
    gap: 0;
  }
  .cm-sec14 .con-line > .left{
    width: 100%;
  }
  .cm-sec14 .con-line > .right{
    width: 100%;
  }
  .cm-sec14 .con-line > .right .con-subline{
    gap: 10px;
    flex-wrap: wrap;
  }
  .cm-sec14 .con-line > .right .con-subline > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .cm-sec14 .con-line > .right .con-subline > li .conbox .con-titbox{
    margin-bottom: 12px;
  }
  .cm-sec14 .con-line > .right .con-subline > li .conbox .con-titbox p{
    font-size: 16px;
    margin-top: 4px;
  }
  .cm-sec14 .con-line > .right .con-subline > li .con-bottom-box{
    padding: 20px 10px;
    border-radius: 16px;
  }
  .cm-sec14 .con-line > .right .con-subline > li .con-bottom-box .p-txt{
    margin-bottom: 20px;
  }
  .cm-sec14 .con-line > .right .con-subline > li .con-bottom-box .p-txt p{
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
  }
  .cm-sec14 .con-line > .right .con-subline > li .con-bottom-box .p-txt p::before{
    top: 7px;
  }
  .cm-sec14 .con-line > .right .con-subline > li .conbox .con-titbox p br{
    display: none;
  }
}

@media(max-width:767px){
  .cm-sec14 .con-line > .right .con-subline{
    gap: 20px;
  }
  .cm-sec14 .con-line > .right .con-subline > li{
    width: 100%;
  }
  .cm-sec14 .con-line > .right .con-subline > li .conbox{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .cm-sec14 .con-line > .right .con-subline > li .conbox .con-titbox{
    width: 100%;
    order: 1;
  }
  .cm-sec14 .con-line > .right .con-subline > li .conbox .con-bottom-box{
    width: 100%;
    order: 0;
  }
}

/* cm-sec14 */

.sub03-1-1 .sec04 .cm-line2 > .right,
.cm-line2-1 > .right
{
  order: 0;
}
.sub03-1-1 .sec04 .cm-line2 > .left,
.cm-line2-1 > .left
{
  order: 1;
}
.sub03-1-1 .sec04 .cm-line2 > .right .imgbox img, 
.sub03-1-1 .sec04 .cm-line2 > .right .imgbox2 img
{
  max-width: 120%;
  width: 120%;
}
.sub03-1-1 .sec04 .cm-line2 > .right .img-wrap{
  height: 600px;
}


@media(max-width:1024px){
  .sub03-1-1 .sec04 .cm-line2 > .right .img-wrap{
    height: 800px;
  }
  .sub03-1-1 .sec04 .cm-line2 > .right .imgbox img, 
  .sub03-1-1 .sec04 .cm-line2 > .right .imgbox2 img{
    max-width: 105%;
    width: 105%;
  }
}

@media(max-width:767px){
  .sub03-1-1 .sec04 .cm-line2 > .right .img-wrap{
    height: 500px;
  }
}

@media(max-width:450px){
  .sub03-1-1 .sec04 .cm-line2 > .right .img-wrap{
    height: 320px;
  }
}
@media(max-width:310px){
  .sub03-1-1 .sec04 .cm-line2 > .right .img-wrap{
    height: 290px;
  }
}

/* sub03-1-1 */



/* sub03-1-2 */

.cm-sec15 .con-line{
  display: flex;
  gap: 20px;
}
.cm-sec15 .con-line > li{
  flex: 1;
  padding-top: 70px;
  padding-bottom: 50px;
  border-radius: 30px;
  border: 1px solid #CF6E67;
  background: #FFF;
  position: relative;
}
.cm-sec15 .con-line > li .top{
  position: absolute;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 24px;
  background: #CF6E67;
  color: #fff;
  border-radius: 9999px;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 80%;
  text-align: center;
}
.cm-sec15 .con-line > li .imgbox{
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
}
.cm-sec15 .con-line > li:nth-child(2) .imgbox{
  width: 100%;
  padding: 0 50px;
  max-width: 345px;
}

@media(max-width:1024px){
  .cm-sec15 .con-line{
    gap: 40px 10px;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .cm-sec15 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    padding-top: 50px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .cm-sec15 .con-line > li .top{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    width: 90%;
    max-width: 325px;
  }
  .cm-sec15 .con-line > li:nth-child(2) .imgbox{
    padding: 0 20px;
  }
}

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

/* cm-sec15 */

.sub03-1-3 .sec03 .cm-line2 > .right .img-wrap{
  height: 630px;
}
.sub03-1-3 .sec03 .cm-line2 > .right .imgbox img,
.sub03-1-3 .sec03 .cm-line2 > .right .imgbox2 img{
  width: 130%;
}
@media(max-width:1024px){
  .sub03-1-3 .sec03 .cm-line2 > .right .img-wrap{
    height: 700px;
  }
  .sub03-1-3 .sec03 .cm-line2 > .right .imgbox img,
  .sub03-1-3 .sec03 .cm-line2 > .right .imgbox2 img{
    width: 110%;
  }
}

@media(max-width:767px){
  .sub03-1-3 .sec03 .cm-line2 > .right .img-wrap{
    height: 400px;
  }
}


@media(max-width:430px){
  .sub03-1-3 .sec03 .cm-line2 > .right .img-wrap{
    height: 300px;
  }
  .sub03-1-3 .sec03 .cm-line2 > .right .imgbox img,
  .sub03-1-3 .sec03 .cm-line2 > .right .imgbox2 img{
    width: 120%;
  }
}

@media(max-width:350px){
  .sub03-1-3 .sec03 .cm-line2 > .right .img-wrap{
    height: 250px;
  }
}

/* sub03-1-3 */

.sub03-2-1 .sec02,
.sub03-2-2 .sec02
{
  padding-top: 0 !important;
}

.sub03-2-1 .cm-sec03{padding-bottom: 0;}
.sub03-2-1 .cm-sec03 .con-line{justify-content: space-between;}
.sub03-2-1 .cm-sec03 .con-line > .img{width: calc(40% - 5px);}
.sub03-2-1 .cm-sec03 .con-line > .img .imgbox h3{right: unset;left: -65%;text-align: left;transform: unset;}
.sub03-2-1 .cm-sec09.sec06{background-color: #FFF5F5;}
.sub03-2-1 .cm-sec09.sec06 .con-line > li .conbox{border-radius: 20px;border: #D1D1D1 solid 1px;}
.sub03-2-1 .cm-sec09.sec06 .con-line > li .conbox .txtbox p + p{margin-top: 14px;}
.sub03-2-1 .sec04 .cm-line2 > .right{order: 0;}
.sub03-2-1 .sec04 .cm-line2 > .left{order: 1;}
.sub03-2-1 .cm-line2 > .right .imgbox img{width: 105%;max-width: 105%;}
.sub03-2-1 .cm-line2 > .right .imgbox2 img{width: 140%;max-width: 140%;}
.sub03-2-1 .cm-sec09.sec09{background: url(/html/img/dual_bg.jpg) no-repeat center/cover;}

@media(max-width:1024px){
  .sub03-2-1 .cm-sec03{padding-bottom: 80px;}
  .sub03-2-1 .cm-sec03 .con-line > .img{width: 100%;}
  .sub03-2-1 .cm-sec03 .con-line > .img .imgbox h3{position: unset;font-size: 8.5vw;}
  .sub03-2-1 .cm-sec09.sec06 .con-line > li .conbox .txtbox p + p{margin-top: 8px;}
  .sub03-2-1 .cm-line2 > .right .imgbox2 img{width: 120%;max-width: 120%;}
  .sub03-2-1 .cm-sec09.sec09 .con-line > li .conbox{border-radius: 12px;}
}
@media(max-width:768px){
  .sub03-2-1 .cm-sec09.sec06 .con-line > li{width: 100%;}
  .sub03-2-1 .cm-sec09.sec09 .con-line > li{width: 100%;}
}
@media(max-width:320px){
  .sub03-2-1 .cm-sec09.sec06 .con-line > li .conbox .txtbox p{padding: 0 10px;}
  .sub03-2-1 .cm-sec09.sec06 .con-line > li .conbox .txtbox p br{display: none;}
}

/* sub03-2-1 */

.cm-sec16 .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 27px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.cm-sec16 .con-line > li{
  width: calc(33.33% - (54px / 3));
}
.cm-sec16 .con-line > li .imgbox{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.cm-sec16 .con-line > li .imgbox img{
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.cm-sec16 .con-line > li .txtbox{
  text-align: center;
}
.cm-sec16 .con-line > li .txtbox p{
  font-size: 22px;
  font-weight: 700;
}

@media(max-width:1024px){
  .cm-sec16 .con-line{
    gap: 20px 10px;
  }
  .cm-sec16 .con-line > li{
    width: calc(50% - 5px);
  }
  .cm-sec16 .con-line > li .imgbox{
    margin-bottom: 12px;
  }
  .cm-sec16 .con-line > li .txtbox p{
    font-size: 18px;
    font-weight: 600;
  }
}

/* cm-sec16 */

.sec-cm-txtbox1{
  display: flex;
  justify-content: center;
  margin-bottom: 88px;
}
.sec-cm-txtbox1 p{
  padding: 20px 80px;
  border-radius: 999px;
  background: #F8F8F8;
}
.sec-cm-txtbox1 p span{
  font-size: 22px;
  font-weight: 400;
}
.pt0{
  padding-top: 0 !important;
}
.p0{
  padding: 0 !important;
}
.bdt-inner{
  padding-top: 150px;
  border-top: 1px solid rgba(204,204,204,0.88);
}

@media(max-width:1024px){
  .sec-cm-txtbox1{
    margin-bottom: 30px;
  }
  .sec-cm-txtbox1 p{
    padding: 10px 20px;
  }
  .sec-cm-txtbox1 p span{
    font-size: 16px;
  }
  .bdt-inner{
    padding-top: 60px;
  }
}

/* sec-cm-txtbox01 */

.cm-sec17 .con-line{
  display: flex;
  align-items: center;
  gap: 60px;
}
.cm-sec17 .con-line > .right{
   width: calc(40% - 60px);
   display: flex;
   justify-content: flex-end;
}
.cm-sec17 .con-line > .left{
  width: calc(60% - 60px);
}
.cm-sec17 .con-line > .right .conbox .con-smbox{
  border-radius: 8px;
  overflow: hidden;
  background: #F8F8F8;
  margin-bottom: 20px;
  max-width: 414px;
  width: 100%;
}
.cm-sec17 .con-line > .right .conbox .con-smbox:last-child{
  margin-bottom: 0;
}
.cm-sec17 .con-line > .right .conbox .con-smbox h3{
  font-size: 22px;
  font-weight: 600;
  padding: 16px 0;
  text-align: center;
  border-radius: 8px;
  background: #EAEAEA;
}
.cm-sec17 .con-line > .right .conbox .con-smbox .subtxt{
  padding: 20px 40px;
}
.cm-sec17 .con-line > .right .conbox .con-smbox .subtxt p{
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-left: 12px;
}
.cm-sec17 .con-line > .right .conbox .con-smbox .subtxt p::before{
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cm-sec17 .con-line > .right .conbox .con-smbox .subtxt p:last-child{
  margin-bottom: 0;
}
.cm-sec17 .con-line > .right .conbox .bottom-arrow{
  text-align: center;
  margin-bottom: 20px;
}
.cm-sec17 .con-line > .right .conbox .con-smbox.active h3{
  background: #E6938D;
  color: #fff; 
}

@media(max-width:1024px){
  .cm-sec17 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .cm-sec17 .con-line > .right{
    width: 100%;
    justify-content: flex-start;
  }
  .cm-sec17 .con-line > .left{
    width: 100%;
  }
  .cm-sec17 .con-line > .right .conbox{
    width: 100%;
  }
  .cm-sec17 .con-line > .right .conbox .con-smbox{
    margin-bottom: 10px;
    max-width: 100%;
  }
  .cm-sec17 .con-line > .right .conbox .con-smbox h3{
    font-size: 20px;
    padding: 10px 0;
  }
  .cm-sec17 .con-line > .right .conbox .con-smbox .subtxt{
    padding: 20px 10px;
  }
  .cm-sec17 .con-line > .right .conbox .con-smbox .subtxt p{
    font-size: 16px;
    padding-left: 10px;
  }
  .cm-sec17 .con-line > .right .conbox .bottom-arrow{
    margin-bottom: 10px;
  }
}

/* cm-sec16 */

.sub03-6-1 .sec03 .con-bottom-wrap{
  margin-top: 150px;
}
.sub03-6-1 .sec03 .con-bottom-wrap .imgbox img{
  width: 100%;
}

@media(max-width:1024px){
  .sub03-6-1 .sec03 .con-bottom-wrap{
    margin-top: 60px;
  }
}

/* sub03-6-1 */


/* sub03_7_1 */
.sub03-7-1 .sub02-4-1-sec03 .con-line > li{padding: 0;}
.sub03-7-1 .sub02-4-1-sec03 .con-line::after, 
.sub03-7-1 .sub02-4-1-sec03 .con-line > li::before{display: none;}
.sub03-7-1 .tatoo_color{background-color: #F8F8F8;border-radius: 20px;margin-top: 90px;padding: 40px;}
.sub03-7-1 .tatoo_color h4{font-size: 30px;font-weight: 700;color: #191919;text-align: center;}
.sub03-7-1 .tatoo_color h4 b{color: #CF6E67;}
.sub03-7-1 .tatoo_color p{font-size: 22px;font-weight: 400;color: #000;text-align: center;line-height: 1.4;margin-top: 20px;}
.sub03-7-1 .tatoo_color p b{font-weight: 700;}
.sub03-7-1 .tatoo_color .color{display: flex;gap: 10px;justify-content: center;flex-wrap: wrap;margin-top: 20px;}
.sub03-7-1 .tatoo_color .color > li{font-size: 22px;font-weight: 400;color: #fff;padding: 10px 20px;border-radius: 999px;}
.sub03-7-1 .tatoo_color .color > li.blk{background-color: #191919;}
.sub03-7-1 .tatoo_color .color > li.gry{background-color: #929292;}
.sub03-7-1 .tatoo_color .color > li.bl{background-color: #296CE8;}
.sub03-7-1 .tatoo_color .color > li.grn{background-color: #08A600;}
.sub03-7-1 .tatoo_color .color > li.org{background-color: #FF4E4E;}
.sub03-7-1 .tatoo_color .color > li.rd{background-color: #FA9C19;}
.sub03-7-1 .tatoo_color .color > li.ylw{background-color: #FFC628;}

@media(max-width:1024px){
  .sub03-7-1 .tatoo_color{margin-top: 60px;padding: 30px 20px;}
  .sub03-7-1 .tatoo_color h4{font-size: 20px;}
  .sub03-7-1 .tatoo_color p{font-size: 16px;margin-top: 16px;}
  .sub03-7-1 .tatoo_color p br{display: none;}
  .sub03-7-1 .tatoo_color .color{gap: 8px;margin-top: 16px;}
  .sub03-7-1 .tatoo_color .color > li{font-size: 15px;padding: 6px 12px;}
}

/* sub03-7-1- */

@media(max-width:1024px){
  .sub-04-1-1 .sec03 .sec-titbox,
  .sub-04-1-2 .sec03 .sec-titbox{
    margin-bottom: 50px;
  }
}

/* sub04-1 */

.cm-sec18 .con-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.cm-sec18 .con-wrap.half{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 100%;
}
.cm-sec18 .con-wrap.half .con-txtbox{
  width: calc(50% - 10px);
  margin-bottom: 0 !important;
}
.cm-sec18 .con-wrap .con-txtbox{
  display: flex;
  align-items: flex-start;
  padding: 25px 20px;
  gap: 20px;

  border-radius: 999px;
  background: #F8F8F8;
  margin-bottom: 20px;
}
.cm-sec18 .con-wrap .con-txtbox:last-child{
  margin-bottom: 0;
}
.cm-sec18 .con-wrap .con-txtbox img{
  display: block;
  width: 25px;
  position: relative;
  top: 2px;
}
.cm-sec18 .con-wrap .con-txtbox p,
.cm-sec18 .con-wrap .con-txtbox .right
{
  font-size: 22px;
  font-weight: 400;
  width: calc(100% - 45px);
}
.cm-sec18 .con-wrap .con-txtbox .right{
  display: flex;
  align-items: center;
  gap: 10px;
}
.cm-sec18 .con-wrap .con-txtbox .right > .tit{
  width: 180px;
}
.cm-sec18 .con-wrap .con-txtbox .right > .txt{
  width: calc(100% - 190px);
}

@media(max-width:1024px){
  .cm-sec18 .con-wrap .con-txtbox{
    padding: 20px 15px;
    gap: 8px;
    border-radius: 12px;
    margin-bottom: 10px;
  }
  .cm-sec18 .con-wrap .con-txtbox img{
    width: 20px;
    top: 1px;
  }
  .cm-sec18 .con-wrap .con-txtbox p,
  .cm-sec18 .con-wrap .con-txtbox .right
  {
    font-size: 16px;
    width: calc(100% - 28px);
  }

  .cm-sec18 .con-wrap .con-txtbox .right{
    gap: 6px;
    flex-wrap: wrap;
  }
  .cm-sec18 .con-wrap .con-txtbox .right > .tit{
    width: 100%;
  }
  .cm-sec18 .con-wrap .con-txtbox .right > .txt{
    width: 100%;
  }

  .cm-sec18 .con-wrap.half{
    gap: 10px;
  }
  .cm-sec18 .con-wrap.half .con-txtbox{
    width: calc(50% - 5px);
  }
}
@media(max-width:767px){
  .cm-sec18 .con-wrap.half .con-txtbox{
    width: 100%;
  }
}

/* cm-sec18 */

.cm-sec19 .con-wrap .con-txtbox{
  display: flex;
  padding: 32px 40px;
  align-items: center;
  gap: 30px;
  border-radius: 16px;
  background: #F8F8F8;
  margin-bottom: 20px;
}
.cm-sec19 .con-wrap .con-txtbox:last-child{
  margin-bottom: 0;
}
.cm-sec19 .con-wrap:not(.con-wrap2) .con-txtbox:last-child{
  background: #F8F8F8 url(/html/img/sub04-1-3-sec02-conbg.png) no-repeat right bottom / 20%;
}
.cm-sec19 .con-wrap .con-txtbox > .tit{
  width: 170px;
}
.cm-sec19 .con-wrap .con-txtbox > .txt{
  width: calc(100% - 200px);
}
.cm-sec19 .con-wrap .con-txtbox > div,
.cm-sec19 .con-wrap .con-txtbox > div p{
  font-size: 22px;
  font-weight: 400;
}
.cm-sec19 .con-wrap .con-txtbox .border-bt{
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.cm-sec19 .con-wrap .con-txtbox .subtxtbox{
  margin-top: 10px;
}
.cm-sec19 .con-wrap .con-txtbox .subtxtbox > p{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 3px;
}
.cm-sec19 .con-wrap .con-txtbox .subtxtbox > p:last-child{
  margin-bottom: 0;
}
.cm-sec19 .con-wrap .con-txtbox .tit-subline{
  display: flex;
  align-items: center;
  gap: 20px; 
}
.cm-sec19 .con-wrap .con-txtbox .tit-subline .num{
  width: 58px;
  height: 58px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #D4B8AA;
}
.cm-sec19 .con-wrap .con-txtbox .tit-subline .dsc{
  width: calc(100% - 78px);
}
.cm-sec19 .con-wrap2 .con-txtbox > .tit{
  width: 350px;
}
.cm-sec19 .con-wrap2 .con-txtbox > .txt{
  width: calc(100% - 380px);
}

@media(max-width:1024px){
  .cm-sec19 .con-wrap .con-txtbox{
    padding: 20px 15px;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .cm-sec19 .con-wrap .con-txtbox > .tit{
    width: 100% !important;
  }
  .cm-sec19 .con-wrap .con-txtbox > .txt{
    width: 100% !important;
  }
  .cm-sec19 .con-wrap .con-txtbox .tit-subline{
    gap: 12px; 
  }
  .cm-sec19 .con-wrap .con-txtbox .tit-subline .num{
    width: 40px;
    height: 40px;
  }
  .cm-sec19 .con-wrap .con-txtbox .tit-subline .dsc{
    width: calc(100% - 52px);
  }
  .cm-sec19 .con-wrap .con-txtbox > div,
  .cm-sec19 .con-wrap .con-txtbox > div p{
    font-size: 17px;
  }
  .cm-sec19 .con-wrap .con-txtbox .border-bt{
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .cm-sec19 .con-wrap .con-txtbox .subtxtbox{
    margin-top: 6px;
  }
  .cm-sec19 .con-wrap .con-txtbox .subtxtbox > p{
    font-size: 15px;
    margin-bottom: 2px;
  }
}

/* cm-sec19 */

.sub-04-1-4 .sec04.cm-sec01 .con-line > .right .txt-listbox ul li,
.sub-04-1-5 .sec05.cm-sec01 .con-line > .right .txt-listbox ul li
{
  align-items: flex-start;
}
.sub-04-1-4 .sec04.cm-sec01 .con-line > .right .txt-listbox ul li br{
  display: none;
}

.sub-04-1-4 .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox{
  min-height: 120px;
}
.sub-04-1-4 .sub02-4-1-sec04 .conbox .bottom-smallconbox .con-line2 > li .line2-smbox br{
  display: none;
}

@media(max-width:1024px){
  .sub-04-1-4 .sec04{
    background: #CFCFD9;
  }
  .sub-04-1-5 .sec05,
  .sub04-2-1 .sec04,
  .sub05-2-1 .sec05
  {
    background: #CFCFD9;
  }
  .sub-04-1-5 .sec02 .sec-titbox p br{
    display: none;
  }
}

/* sub04-1 */

.sub02-4-1-sec03.noborder .con-line::after,
.sub02-4-1-sec03.noborder .con-line > li::before{
  display: none;
}
.sub02-4-1-sec03.noborder .con-line > li{
  padding-bottom: 0 !important;
}
.sub04-2-3 .sec02 .con-line{
  max-width: 1200px;
}
.sub04-2-3 .sec02 .con-line > li{
  width: calc(25% - (78px / 4));
}
.sub04-2-3 .sec02 .img-wrap{
  max-width: 960px;
  width: 100%;
  margin:  0 auto;
  margin-bottom: 120px;
}
.sub04-2-4 .sec02 .img-wrap{
  max-width: 869px;
  width: 100%;
  margin: 0 auto;
}
.sub04-2-4 .sec03 .img-wrap{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.sub04-2-4 .sec03 .bottom-txt{
  text-align: center;
  margin-top: 40px;
}
.bottom-txt{
  margin-top: 40px;
}
.bb-txtbox{
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 999px;
  background: #333;
  color: #fff;
  margin-top: 20px;
}
.sub04-4-1 .sec04 .con-line{
  gap: 60px 26px;
}

@media(max-width:1024px){
  .sub04-2-3 .sec02 .img-wrap{
    margin-bottom: 60px;
  }
  .sub04-2-4 .sec03 .bottom-txt{
    margin-top: 20px;
  }
  .bottom-txt{
    margin-top: 20px;
  }
  .bb-txtbox{
    padding: 6px 0;
    font-size: 15px;
    margin-top: 12px;
  }
  .sub04-4-1 .sec04 .con-line{
    gap: 30px 10px;
  }

  .sub04-2-3 .sec02 .con-line > li{
    width: calc(50% - 5px);
  }
}
@media(max-width:767px){
  .sub04-4-1 .sec04 .con-line{
    gap: 30px;
  }
  .sub04-4-1 .sec04 .con-line > li{
    width: 100% !important;
  }
  .sub04-2-3 .sec02 .con-line > li br{
    display: none;
  }
}
@media(max-width:350px){
  .sub04-2-3 .sec02 .con-line > li{
    width: 100%;
  }
}

/* sub04-2 */


.sub05-2-1 .sec02 .con-line2{
  margin-top: 90px;
}
@media(max-width:1024px){
  .sub05-2-1 .sec02 .con-line2{
    margin-top: 30px;
  }
  .sub05-2-1 .sec02 .con-line{
    gap: 30px 10px;
  }
  .sub05-2-1 .sec02 .con-line > li{
    width: calc(50% - 5px);
  }
}
@media(max-width:350px){
  .sub05-2-1 .sec02 .con-line > li{
    width: 100%;
  }
}

.cm-sec20 .con-wrap .con-line{
  display: flex;
  align-items: center;
}
.cm-sec20 .con-wrap .con-line > li{
  flex: 1;
}
.cm-sec20 .con-wrap .con-line > li .txtbox{
  padding-left: 20px;
  padding-right: 20px;
}
.cm-sec20 .con-wrap .con-line > li .txtbox h3{
  margin-bottom: 20px;
}
.cm-sec20 .con-wrap .con-line > li .txtbox p{
  font-size: 22px;
  font-weight: 400;
}
.cm-sec20 .con-wrap .con-line.odd > .img{
  order: 1;
}
.cm-sec20 .con-wrap .con-line.odd > .txt{
  order: 0;
}
.cm-sec20 .con-wrap .con-line.even > .txt .txtbox{
  padding-left: 60px;
}
.cm-sec20 .con-wrap .con-line > li.img{
  position: relative;
}
.cm-sec20 .con-wrap .con-line > li.img span{
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #6EB06D;
}


@media(max-width:1024px){
  .cm-sec20 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .cm-sec20 .con-wrap .con-line:last-child{
    margin-bottom: 0;
  }
  .cm-sec20 .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .cm-sec20 .con-wrap .con-line > li .txtbox{
    padding-left: 0px;
    padding-right: 0px;
  }
  .cm-sec20 .con-wrap .con-line > li .txtbox h3{
    margin-bottom: 12px;
  }
  .cm-sec20 .con-wrap .con-line > li .txtbox p{
    font-size: 16px;
  }
  .cm-sec20 .con-wrap .con-line.odd > .img{
    order: 0;
  }
  .cm-sec20 .con-wrap .con-line.odd > .txt{
    order: 1;
  }
  .cm-sec20 .con-wrap .con-line.even > .txt .txtbox{
    padding-left: 0px;
  }
  .cm-sec20 .con-wrap .con-line > li.img span{
    font-size: 16px;
    font-weight: 600;
    padding: 6px 10px;
  }
}


@media(max-width:992px){
  .cm-sec20 .con-wrap .con-line > li .txtbox p br{
    display: none;
  }
}

/* cm-sec20 */

.sub05-3-1 .sec02 .img-wrap{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.sub05-3-1 .sec03{
  background: url(/html/img/sub05-3-1-sec03-bg.jpg) no-repeat center right / cover;
}
.sub05-3-1 .sec03 .sec-titbox2{
  margin-bottom: 60px;
}
.sub05-3-1 .sec03 .txtbox{
  padding: 40px 60px;
  border-radius: 30px;
  background: rgba(255,255,255,0.8);
  box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.14);
  max-width: 660px;
  width: 100%;
}
.sub05-3-1 .sec03 .txtbox h3{
  margin-bottom: 16px;
}
.sub05-3-1 .sec03 .txtbox p{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sub05-3-1 .sec03 .txtbox p:last-child{
  margin-bottom: 0;
}

@media(max-width:1024px){
  .sub05-3-1 .sec03{
    background: url(/html/img/sub05-3-1-sec03-bg.jpg) no-repeat center left / cover;
  }
  .sub05-3-1 .sec03 .sec-titbox2{
    margin-bottom: 30px;
  }
  .sub05-3-1 .sec03 .txtbox{
    padding: 20px;
    border-radius: 16px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.14);
  }
  .sub05-3-1 .sec03 .txtbox h3{
    margin-bottom: 8px;
  }
  .sub05-3-1 .sec03 .txtbox p{
    font-size: 16px;
    margin-bottom: 4px;
  }
  .sub05-3-1 .sec03 .txtbox p br{
    display: none;
  }
}

/* sub05-3-1 */

.cm-sec21 .con-wrap .con-line{
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.cm-sec21 .con-wrap .con-line:last-child{
  margin-bottom: 0;
}
.cm-sec21 .con-wrap .con-line > li{
  flex: 1;
}
.cm-sec21 .con-wrap .con-line.even > .img{
  order: 1;
}
.cm-sec21 .con-wrap .con-line.even > .txt{
  order: 0;
}
.cm-sec21 .con-wrap .con-line.even > .txt .txtbox{
  padding-right: 20px;
}
.cm-sec21 .con-wrap .con-line.odd > .txt .txtbox{
  padding-left: 20px;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox > h3{
  margin-bottom: 10px;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox > .plus-list{
  margin-bottom: 20px;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox > .plus-list span{
  font-size: 22px;
  font-weight: 600;
  color: #CF6E67;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox > p{
  font-size: 18px;
  font-weight: 400;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap{
  margin-top: 48px;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline:last-child{
  margin-bottom: 0;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .tit{
  display: flex;
  align-items: center;
  gap: 8px;
  width: 108px;  
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .tit img{
  width: 30px;
  display: block;
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .tit p{
  width: calc(100% - 38px);
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .txt{
  width: calc(100% - 118px);
}
.cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > li p{
  font-size: 18px;
  font-weight: 400;
}

@media(max-width:1024px){
  .cm-sec21 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .cm-sec21 .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .cm-sec21 .con-wrap .con-line.even > .img{
    order: 0;
  }
  .cm-sec21 .con-wrap .con-line.even > .txt{
    order: 1;
  }
  .cm-sec21 .con-wrap .con-line.even > .txt .txtbox{
    padding-right: 0px;
  }
  .cm-sec21 .con-wrap .con-line.odd > .txt .txtbox{
    padding-left: 0px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox > h3{
    margin-bottom: 8px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox > .plus-list{
    margin-bottom: 16px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox > .plus-list span{
    font-size: 17px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox > .plus-list span br,
  .cm-sec21 .con-wrap .con-line > .txt .txtbox > p br
  {
    display: none;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox > p{
    font-size: 16px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap{
    margin-top: 16px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline{
    gap: 6px;
    margin-bottom: 7px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .tit{
    gap: 6px;
    width: 100px;  
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .tit img{
    width: 24px;
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .tit p{
    width: calc(100% - 30px);
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > .txt{
    width: calc(100% - 106px);
  }
  .cm-sec21 .con-wrap .con-line > .txt .txtbox .bottom-line-wrap .con-subline > li p{
    font-size: 16px;
  }
}

/* cm-sec21 */

.sub06-2-1-sec01 .page-tit h3{
  font-weight: 400;
}