@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

@font-face {
    font-family: 'JoseonBoldMyongjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

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

:root {
  --color-point : rgb(42,121,210);
}
body{
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
body.pinkbg{
  background: #F3BEB0;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
br.alw{
  display: block !important;
}
.cmt{
  font-family: "Cormorant", serif !important;
}
.jsft{
  font-family: 'JoseonBoldMyongjo', serif !important;
}

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

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

/* 헤더컬러 */

.header{
}
.header.on,
.header.scr,
.header.sub
{
  background: #fff;
}
.header.on .logo img.black,
.header.scr .logo img.black,
.header.sub .logo img.black
{
  display: block;
}
.header.on .logo img.white,
.header.scr .logo img.white,
.header.sub .logo img.white
{
  display: none;
}
.header.on .gnb_nav .gnb .depth1_a,
.header.scr .gnb_nav .gnb .depth1_a,
.header.sub .gnb_nav .gnb .depth1_a
{
  color: #000;
}
.header.on .gnb_nav .gnb,
.header.scr .gnb_nav .gnb,
.header.sub .gnb_nav .gnb
{
  gap: 90px;
}
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
  /* background: #fff; */
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0.2); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}

.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
position: relative;
z-index: 99;
max-width: 2480px;
padding: 0 46px;
}
.header .logo img {display: block; max-width: 180px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.header .logo img.black{
  display: none;
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 72px; margin-right: 0px; transition: all 0.3s ease-in-out;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;
color: #fff;
}
/* 메뉴 호버타입1 */
/* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);} */
/* 메뉴 호버타입1 */
/* 메뉴 호버타입2 */
 .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-point);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after
{opacity: 1;} 
/* 메뉴 호버타입2 */
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
display: none;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 150px; padding: 20px 0; font-size: 16px; text-align: center; line-height: 1.3;  transform: translateX(-50%); transform-origin: top; position: absolute; top: calc(100% + 1px); left: 50%; z-index: -1;
display: none;
}
.gnb_nav .snb .depth2 a {display: block; padding: 7.5px 5px; word-break: keep-all;

  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.67px;
  text-align: center;
  color: rgb(25, 25, 25);
}
.header .snb > h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

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

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



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


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-golink-btn{
  display: block;
  width: 100px;
  border-radius: 9999px;
  text-align: center;
  padding: 6px 0;
  font-size: 15px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 15, 15);
}
.right-btn-area > div{
  width: 30px;
  cursor: pointer;
}
.mobile{
  display: none !important;
}

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

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

@media(max-width:1400px){
  .header.on .gnb_nav .gnb,
  .header.scr .gnb_nav .gnb,
  .header.sub .gnb_nav .gnb
  {
    gap: 60px;
  }
  .gnb_nav .gnb{
    gap: 48px;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1200px){
  .header .logo img.black{
    display: block !important;
  }
  .header .logo img.white{
    display: none !important;
  }
  .header{
    background: #fff !important;
  }

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

  .right-btn-area{
    gap: 16px;
  }
  .right-btn-area > div{
    width: 20px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: var(--color-point);
  }
}
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }

	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  header .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.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 */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}
.main-banner-swiper{
  width: 100%;
  position: relative;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
}
.main-banner-swiper .swiper-slide01,
.main-banner-swiper .swiper-slide
{
  background: url(/html/img/main-visual01.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide02{
  background: url(/html/img/main-visual02.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide03{
  background: url(/html/img/main-visual03.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide04{
  background: url(/html/img/main-visual04.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide .txtbox{
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.main-banner-swiper .swiper-slide .txtbox h2{
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1.6px;
  color: rgb(255, 255, 255);
  font-family: "Cormorant", serif !important;
}
.main-banner-tool{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
}
.main-banner-tool .swiper1-pause{
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.main-banner-tool .swiper1-pause img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.main-banner-tool .swiper1-pause img.play,
.main-banner-tool .swiper1-pause.stop img.pause
{
  opacity: 0;
}
.main-banner-tool .swiper1-pause.stop img.play{
  opacity: 1;
}
.main-banner-tool .swiper1-paging{
  display: flex;
  align-items: center;
  gap: 4px; 
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  border-radius: 0;
  opacity: 0.3;
  background: #fff;
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 0.7;
}

@media(max-width:1024px){
  .main-banner-swiper{
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
  }
  .main-banner-swiper .swiper-slide .txtbox{
    top: calc(50% + 40px);
  }
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .main-banner-tool{
    bottom: 30px;
    gap: 3px;
  }
  .main-banner-tool .swiper1-pause{
    width: 20px;
    height: 20px;
  }
  .main-banner-tool .swiper1-paging{
    gap: 3px; 
  }
  .main-banner-tool .swiper1-paging .swiper-pagination-bullet{
    width: 20px;
    height: 1px;
  }
}

/* main */


/* 팝업 */

.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  display: none;
}
.popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
}
.popup-wrap .popup-box{
  max-width: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 24px;
}
.popup-wrap .popup-box .close-x{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup-wrap .popup-box .titbox{
  margin-bottom: 24px;
  padding-right: 32px;
}
.popup-wrap .popup-box .titbox h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(24, 29, 39);
  margin-bottom: 20px;
}
.popup-wrap .popup-box .titbox p{
  font-size: 16px;
  font-weight: normal;
  color: rgb(83, 88, 98);
}
.popup-wrap .popup-box .titbox .prv-txt-box{
  max-height: 50vh;
  overflow-y: auto;
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.popup-wrap .popup-box .titbox .prv-txt-box::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}


@media(max-width:1024px){
  .popup-wrap .popup-box{
    max-width: 600px;
    width: calc(100% - 30px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .popup-wrap .popup-box .close-x{
    top: 20px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
  .popup-wrap .popup-box .titbox{
    margin-bottom: 16px;
    padding-right: 28px;
  }
  .popup-wrap .popup-box .titbox h3{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .popup-wrap .popup-box .titbox p{
    font-size: 14px;
  }
}


/* 로딩프레임 */

.loading-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 9999999;
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}


.loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #FFF;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #ffffff;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 45px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

/* 퀵버튼 */

/* Fixed button */
.fixed_btns{display: flex;flex-direction: column;gap: 8px;position: fixed;bottom: 5%;right: 30px;z-index: 999;width: 68px;}
.fixed_btns .fixed_button{position: relative;border-radius: 41.1%;box-shadow: 0 0 20px rgb(0, 0, 0, 0.08);}
.fixed_btns .fixed_button > img{width: 68px;}
.fixed_btns .fixed_button .fixed_hover{position: absolute;top: 0;right: 0;width: 0;height: 100%;transition: width 0.3s;overflow: hidden;}
.fixed_btns .fixed_button .fixed_hover img{position: absolute;top: 0;right: 0;height: 100%;}
.fixed_btns .fixed_button .call_hover img{min-width: 205px;}
.fixed_btns .fixed_button:hover .call_hover{width: 205px;}
.fixed_btns .fixed_button .kakao_hover img{min-width: 168px;}
.fixed_btns .fixed_button:hover .kakao_hover{width: 168px;}

.fixed_btns .fixed_button:hover .fixed_hover2{
  width: 205px;
}
.fixed_btns .fixed_button:hover .fixed_hover3{
  width: 205px;
}
.fixed_btns .fixed_button .fixed_hover2 img,
.fixed_btns .fixed_button .fixed_hover3 img
{min-width: 205px;}

@media screen and (max-width: 1024px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 12px;width: 60px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 182px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 182px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 148px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 148px;}

}
@media screen and (max-width: 768px) {
  .fixed_btns{gap: 8px;bottom: 3%;right: 8px;width: 45px;}
  .fixed_btns .fixed_button .call_hover img,
  .fixed_btns .fixed_button .fixed_hover2 img,
  .fixed_btns .fixed_button .fixed_hover3 img
  {min-width: 136px;}
  .fixed_btns .fixed_button:hover .call_hover{width: 136px;}
  .fixed_btns .fixed_button .kakao_hover img{min-width: 112px;}
  .fixed_btns .fixed_button:hover .kakao_hover{width: 112px;}

}

/*  */

.main-sec01{
  min-height: 600px;
  height: 100vh;
  background: url(/html/img/main-banner-bg.jpg) no-repeat center / cover; 
  position: relative;
  overflow: hidden;
}
.main-sec01 .bottom-txt-line{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 2560px;
  width: 100%;
  padding: 0 60px;
}
.main-sec01 .bottom-txt-line .con-line{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-end;
}
.main-sec01 .bottom-txt-line .con-line > li *{
  color: #fff;
}
.main-sec01 .bottom-txt-line .con-line > .left h2{
  font-size: 80px;
  font-weight: normal;
  margin-bottom: 36px;
}
.main-sec01 .bottom-txt-line .con-line > .left p{
  font-size: 24px;
  font-weight: normal;
}
.main-sec01 .bottom-txt-line .con-line > .right p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
}
.text-center{
  text-align: center;
}
.main-sec02{
  padding-top: 230px;
  padding-bottom: 230px;
  height: auto;
}
.main-sec02 .titbox h2{
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  color: rgb(15, 15, 15);
  margin-bottom: 40px;
}
.main-sec02 .titbox p{
  font-size: 15px;
  font-weight: normal;
  color: rgb(73, 73, 78);
  margin-bottom: 80px;
}
.main-sec02 .titbox a{
  display: block;
  margin: 0 auto;
  width: 176px;
  background-color: rgb(15, 15, 15);
  border-radius: 999px;
  text-align: center;
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.main-sec02 .titbox a:hover{
  background-color: rgb(110,72,36);
}
.main-sec02 .blank{
  width: 100%;
  height: 200px;
}
.sec02-img-bigobx{
  width: 100%;
  height: 702px;
  position: sticky;
  top: 200px;
  margin-top: 186px;
}
.sec02-img-bigobx::after{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 126px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgb(221, 221, 221);
}
.main-sec02 .sec02-imgbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0%;
  height: 100%;
  max-width: calc(100% - 120px);
  transition: all 0.3s linear;
  background: url(/html/img/main-sec02-img.jpg) no-repeat center / cover;
  z-index: 2;
}
.main-sec02 .sec02-imgbox.show{
  width: 100%;
}

.main-sec03-inner{
  width: 100%;
  position: sticky;
  top: calc(100px + 5vw);
  overflow: hidden;
}
.main-sec03 .con-wrap{
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.main-sec03 .con-wrap .con-bigbox{
  display: inline-block;
  width: 100%;
}
.main-sec03 .con-wrap .con-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-sec03 .con-wrap .con-line > li{
  position: relative;
}
.main-sec03 .con-wrap .con-line > .left{
  width: 40%;
}
.main-sec03 .con-wrap .con-line > .right{
  width: 60%;
  max-width: 1040px;
}
.main-sec03 .con-wrap .con-line > .left .titbox{
  padding-left: 10vw; 
}
.main-sec03 .con-wrap .con-bigbox:not(.con-bigbox1) .con-line > .left .titbox{
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  opacity: 0;
  transition: all 0.6s linear;
}
.main-sec03 .con-wrap.on1 .con-bigbox.con-bigbox2 .con-line > .left .titbox{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.main-sec03 .con-wrap.on2 .con-bigbox.con-bigbox3 .con-line > .left .titbox{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.main-sec03 .con-wrap .con-line > .left .titbox p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.35;
  color: rgb(29, 29, 31);
}
.main-sec03 .con-wrap .con-line > .left .titbox h2{
  font-size: 60px;
  font-weight: normal;
  color: rgb(29, 29, 31);
  margin-bottom: 40px;
}
.main-sec03 .con-wrap .con-line > .left .titbox h5{
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.78;
  text-align: left;
  color: rgb(73, 73, 78);
}
.main-sec03 .con-wrap .con-line > .left .titbox a{
  display: block;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 12px 15px;
  width: 150px;
  background-color: rgb(29, 29, 31);
  transition: all 0.3s ease-in-out;
}
.main-sec03 .con-wrap .con-line > .left .titbox a:hover{
  background-color: rgb(110,72,36);
}
.main-sec03 .con-wrap .con-line > .right .conbox{
  padding-right: 120px;
}
.main-sec03 .con-wrap .con-line > .right .imgbox{
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  transform: translateX(0);
}
.main-sec03 .blank1,
.main-sec03 .blank2
{
  width: 100%;
  height: 1905px;
}
.main-sec03 .blank-default{
  width: 100%;
  height: calc(220px + 5vw);
}
.main-sec03 .mb-inner{
  display: none;
}
.mb-br{
  display: none;
}

@media(max-width:1600px){
  .main-sec03 .con-wrap .con-line > .left .titbox{
    padding-left: 5vw;
  }
  .main-sec03 .con-wrap .con-line > .right .conbox{
    padding-right: 5vw;
  }
}

@media(max-width:1400px){
  .main-sec01 .bottom-txt-line{
    padding: 0 20px;
  }

  .main-sec01 .bottom-txt-line .con-line > .left h2{
    font-size: 60px;
    margin-bottom: 20px;
  }
  .main-sec01 .bottom-txt-line .con-line > .left p{
    font-size: 20px;
  }
  .main-sec01 .bottom-txt-line .con-line > .right p{
    font-size: 16px;
  }
}

@media(max-width:1200px){
  .main-sec03 .con-wrap .con-line{
    gap: 30px;
  }
  .main-sec03 .con-wrap .con-line > .left{
    width: calc(45% - 15px);
  }
  .main-sec03 .con-wrap .con-line > .right{
    width: calc(55% - 15px);
  }

}

@media(max-width:1024px){
  .main-sec01{
    min-height: 400px;
    height: 80vh;
  }
  .main-sec01 .bottom-txt-line{
    bottom: 30px;
  }
  .main-sec01 .bottom-txt-line .con-line > li{
    width: 100%;
  }
  .main-sec01 .bottom-txt-line .con-line > .left h2{
    font-size: 32px;
    margin-bottom: 8px;
  }
  .main-sec01 .bottom-txt-line .con-line > .left p{
    font-size: 18px;
  }
  .main-sec01 .bottom-txt-line .con-line > .right p{
    font-size: 15px;
  }
  .main-sec02 .blank{
    height: 50px;
  }


  .main-sec03-inner{
    display: none;
  }
  .main-sec03 .blank1,
  .main-sec03 .blank2,
  .main-sec03 .blank-default{
    display: none;
  }

  .main-sec03 .mb-inner{
    display: block;
  }
  .main-sec03-mb-swiper{
    overflow: hidden;
  }
  .main-sec03-mb-swiper .swiper-slide .imgbox{
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .main-sec03-mb-swiper .swiper-slide .titbox{
    text-align: center;
  }
  .main-sec03-mb-swiper .swiper-slide .titbox p{
    font-size: 15px;
  }
  .main-sec03-mb-swiper .swiper-slide .titbox h2{
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 20px;
  }
  .main-sec03-mb-swiper .swiper-slide .titbox h5{
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: rgb(73, 73, 78);
  }
  .main-sec03-mb-swiper .swiper-slide .titbox a{
    display: block;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    width: 150px;
    background-color: rgb(29, 29, 31);
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
  }
  .main-sec03-swiper-pagingnum{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 60px;
  }
  .main-sec02{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .main-sec02 .titbox h2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec02-img-bigobx{
    margin-top: 120px;
  }
  .sec02-img-bigobx::after{
    height: calc(100% + 60px);
  }
  .sec02-img-bigobx{
    height: 500px;
    top: 120px;
  }
  .main-sec02 .sec02-imgbox{
    max-width: 100%;
  }
  .mb-br{
    display: block;
  }
}

@media(max-width:450px){
  .main-sec01 .bottom-txt-line .con-line > .right p br{
    display: none;
  }
  .main-sec02 .titbox p br{
    display: none;
  }
}

@media(max-width:350px){
  .main-sec01 .bottom-txt-line .con-line > .left h2{
    font-size: 28px;
  }
  .main-sec01 .bottom-txt-line .con-line > .left p{
    font-size: 16px;
  }
  .main-sec01 .bottom-txt-line .con-line > .right p{
    font-size: 14px;
  }
}

/* main */


.foot-wrap{
  width: 100%;
  position: relative;
  height: auto;
  padding: 0 60px;
  margin-top: 150px;
}
.foot-wrap .inner{
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #49494e;
  padding: 28px 20px;
  max-width: 2560px;
}
.foot-wrap .con-line{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.foot-wrap .con-line > .left .foot-logobox img{
  display: block;
  width: 128px;
}
.foot-wrap .con-line > .right .infobox .info-txtbox{
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center; 
  justify-content: flex-end;
  margin-bottom: 8px;
}
.foot-wrap .con-line > .right .infobox .info-txtbox p{
  font-size: 14px;
  font-weight: 300;
  color: #49494e;
}
.foot-wrap .con-line > .right .infobox .info-txtbox p b{
  font-weight: bold;
}
.foot-wrap .con-line > .right .infobox .copyright{
  text-align: right;
  margin-top: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #1d1d1f;
}

@media(max-width:1024px){
  .foot-wrap{
    padding: 0;
    margin-top: 60px;
  }
  .foot-wrap .con-line > .left,
  .foot-wrap .con-line > .right{
    width: 100%;
  }
  .foot-wrap .con-line > .left .foot-logobox img{
    width: 100px;
    margin: 0 auto;
  }
  .foot-wrap .con-line > .right .infobox .info-txtbox{
    gap: 6px;
    justify-content: center;
    margin-bottom: 6px;
  }
  .foot-wrap .con-line > .right .infobox .info-txtbox p{
    font-size: 13px;
  }
  .foot-wrap .con-line > .right .infobox .copyright{
    text-align: center;
    margin-top: 36px;
    font-size: 13px;
  }
}

/* footer */

/* main-wrap */

.sub-wrap{
  padding: 120px 0;
}
.sub01-1-sec01{
  padding-bottom: 240px;
}
.sub01-1-sec01 .inner{
  max-width: 2560px;
  padding: 0 60px;
}
.sub01-1-sec01 .top-txtbox{
  text-align: center;
  margin-bottom: 60px;
}
.sub01-1-sec01 .top-txtbox h2{
  font-size: 181px;
  font-size: 9.5vw;
  font-weight: bold;
  color: rgb(29, 29, 31);
  padding-bottom: 18px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(73, 73, 78);
}
.sub01-1-sec01 .top-txtbox p{
  font-size: 40px;
  font-weight: normal;
  color: rgb(29, 29, 31);
}
.sub01-1-sec01 .bottom-txtbox{
  text-align: center;
  margin-top: 240px;
}
.sub01-1-sec01 .bottom-txtbox p{
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: rgb(29, 29, 31);
  margin-bottom: 120px;
}
.sub01-1-sec01 .bottom-txtbox p:last-child{
  margin-bottom: 0;
}
.sub01-1-sec02{
  overflow: hidden;
  padding: 240px 0;
  background: url(/html/img/sub01-1-sec02-bg.jpg) no-repeat center / cover;
}
.sub01-1-sec02 .top-txt{
  margin-bottom: 80px;
}
.sub01-1-sec02 .top-txt h2{
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(29, 29, 31);
}
.sub01-1-sec02 .con-line{
  display: flex;
  align-items: flex-start;
}
.sub01-1-sec02 .con-line > li{
  width: 25%;
  height: 420px;
  position: relative;
}
.sub01-1-sec02 .con-line > li .conbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 420px;
  height: 420px;
  border: solid 1px rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub01-1-sec02 .con-line > li .conbox p{
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: rgb(255, 255, 255);
}

.sub01-1{
  padding-bottom: 0;
}
.sub01-1-sec03{
  padding-top: 36px;
  overflow: hidden;
  padding-bottom: 120px;
}
.sub01-1-sec03 .txt-swiper{
  padding-bottom: 36px;
}
.sub01-1-sec03 .bottom-txt{
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: rgb(29, 29, 31);
}
.txt-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.txt-swiper .swiper-wrapper .swiper-slide{
  width: auto;
}
.txt-swiper .swiper-wrapper .swiper-slide p{
  font-size: 380px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}

@media(max-width:2200px){
  .sub01-1-sec01 .top-txtbox h2{
    font-size: 9vw;
  }
}

@media(max-width:1800px){
  .txt-swiper .swiper-wrapper .swiper-slide p{
    font-size: 15vw;
  }
}

@media(max-width:1600px){
  .sub01-1-sec02 .con-line > li .conbox{
    width: 390px;
    height: 390px;
  }
}

@media(max-width:1250px){
  .sub01-1-sec02 .con-line > li .conbox{
    width: 320px;
    height: 320px;
  }
}

@media(max-width:1100px){
  .sub01-1-sec02 .con-line > li .conbox{
    width: 280px;
    height: 280px;
  }
}

@media(max-width:1024px){
  .sub-wrap{
    padding: 80px 0;
  }
  .sub01-1-sec01{
    padding-bottom: 80px;
  }
  .sub01-1-sec01 .inner{
    padding: 0 20px;
  }
  .sub01-1-sec01 .top-txtbox{
    margin-bottom: 30px;
  }
  .sub01-1-sec01 .top-txtbox h2{
    font-size: 40px;
    padding-bottom: 16px;
    margin-bottom: 17px;
  }
  .sub01-1-sec01 .top-txtbox p{
    font-size: 20px;
  }
  .sub01-1-sec01 .bottom-txtbox{
    margin-top: 60px;
  }
  .sub01-1-sec01 .bottom-txtbox p{
    font-size: 18px;
    margin-bottom: 30px;
  }

  .sub01-1-sec02{
    padding: 80px 0;
  }
  .sub01-1-sec02 .top-txt{
    margin-bottom: 30px;
  }
  .sub01-1-sec02 .top-txt h2{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(29, 29, 31);
  }
  .sub01-1-sec02 .con-line{
    flex-wrap: wrap;
    gap: 6px;
  }
  .sub01-1-sec02 .con-line > li{
    width: calc(50% - 3px);
    height: auto;
    transition-delay: 0s !important;
  }
  .sub01-1-sec02 .con-line > li .conbox{
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-radius: 20px;
  }
  .sub01-1-sec02 .con-line > li .conbox p{
    font-size: 18px;
  }

  .sub01-1-sec03{
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .sub01-1-sec03 .txt-swiper{
    padding-bottom: 20px;
  }
  .sub01-1-sec03 .bottom-txt{
    font-size: 20px;
  }
  .txt-swiper .swiper-wrapper .swiper-slide p{
    font-size: 13vw;
  }
}

@media(max-width:767px){
  .sub01-1-sec01 .top-txtbox h2{
    font-size: 32px;
  }
  .sub01-1-sec01 .top-txtbox p{
    font-size: 18px;
  }
  .sub01-1-sec01 .bottom-txtbox p{
    font-size: 16px;
  }

  .sub01-1-sec02 .top-txt h2{
    font-size: 24px;
  }
  .sub01-1-sec02 .con-line > li .conbox p{
    font-size: 16px;
  }
  .sub01-1-sec03 .bottom-txt{
    font-size: 18px;
  }
}


@media(max-width:360px){
  .sub01-1-sec01 .top-txtbox h2{
    font-size: 8vw;
  }
}

@media(max-width:330px){
  .sub01-1-sec02 .top-txt h2 br{
    display: none;
  }
  .sub01-1-sec02 .con-line > li{
    width: 100%;
  }
}

/* sub01-1 */

.sub01-2{
  padding-top: 0;
}
.sub01-2-sec01{
  height: 2500px;
  padding-top: 0px;
} 
.sub01-2-sec01 .inner{
  max-width: 1700px;
  position: sticky;
  top: 100px;
  padding-top: 0px; 
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
} 
.sub01-2-sec01 .inner .con-wrap{
  width: 100%;
}
.sub01-2-sec01 .con-line{
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: flex-start;
  padding-right: 160px;
}
.sub01-2-sec01 .con-line > .left{
  max-width: calc(40% - 50px);
}
.sub01-2-sec01 .con-line > .right{
  max-width: calc(60% - 50px);
}
.sub01-2-sec01 .con-line > .left .titbox h2{
  font-size: 100px;
  font-weight: bold;
  line-height: 1.12;
  color: rgb(29, 29, 31);
  margin-bottom: 76px;
}
.sub01-2-sec01 .con-line > .left .titbox p span{
  display: inline-block;
  padding: 15px 80px;
  border-radius: 9999px;
  text-align: center;

  font-size: 28px;
  font-weight: bold;
  color: rgb(29, 29, 31);
  background-color: rgb(243, 190, 176);
}
.sub01-2-sec01 .con-line > .right .txtbox p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: rgb(29, 29, 31);
  margin-bottom: 28px;
}
.sub01-2-sec01 .con-line > .right .txtbox p:last-child{
  margin-bottom: 0;
}
.sub01-2-sec01 .con-wrap{
  position: relative;
  padding-top: 60px;
}
.sub01-2-sec01 .con-wrap::before{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: rgb(73, 73, 78);
  position: absolute;
  top: 0;
  left: 0;
}
.sub01-2-sec01 .scale-bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 0px;
  height: 0px;
  min-width: 80px;
  min-height: 340px;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 100px);
  background: url(/html/img/sub01-2-img01.jpg) no-repeat center / cover;
  transition: all 0.3s linear;
}
.sub01-2-sec01 .scale-bg::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.sub01-2-sec01 .scale-bg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 240px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.sub01-2-sec01.on1 .scale-bg::after{
  opacity: 1;
}
.sub01-2-sec01.on2 .scale-bg img{
  opacity: 1;
}
.sub01-2-sec01 .scale-bg::before{
  content: "";
  border: 0px solid rgb(243, 190, 176);
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.6s ease-in-out;
}
.sub01-2-sec01.on3 .scale-bg::before{
  border: 60px solid rgb(243, 190, 176);
}
.sub01-2-sec01 .mb-scale-bg,
.mb-scale-bg-wrapper
{
  display: none;
}


@media(max-width:2200px){
  .sub01-2-sec01{
    height: 2000px;
  }
}

@media(max-width:1600px){
  .sub01-2-sec01 .con-line{
    gap: 50px;
    padding-right: 20px;
  }
  .sub01-2-sec01 .con-line > .left{
    max-width: calc(40% - 25px);
  }
  .sub01-2-sec01 .con-line > .right{
    max-width: calc(60% - 25px);
  }
  .sub01-2-sec01 .con-line > .left .titbox h2{
    font-size: 68px;
    margin-bottom: 32px;
  }
  .sub01-2-sec01 .con-line > .left .titbox p span{
    padding: 15px 50px;
    font-size: 24px;
  }
  .sub01-2-sec01 .con-line > .right .txtbox p{
    font-size: 18px;
    margin-bottom: 24px;
  }
  .sub01-2-sec01 .con-wrap{
    padding-top: 40px;
  }
  .sub01-2-sec01.on3 .scale-bg::before{
    border: 40px solid rgb(243, 190, 176);
  }
}

@media(max-width:1024px){
  .sub01-2-sec01{
    height: auto;
  } 
  .sub01-2-sec01 .inner{
    top: 0px;
    height: auto;
    display: block;
    padding-top: 80px;
    position: relative;
  } 
  .sub01-2-sec01 .con-line{
    gap: 30px;
    padding-right: 0px;
    flex-wrap: wrap;
  }
  .sub01-2-sec01 .con-line > .left{
    max-width: 100%;
    width: 100%;
  }
  .sub01-2-sec01 .con-line > .right{
    max-width: 100%;
    width: 100%;
  }
  .sub01-2-sec01 .con-line > .left .titbox h2{
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .sub01-2-sec01 .con-line > .left .titbox p span{
    width: 240px;
    padding: 15px 20px;
    font-size: 18px;
  }
  .sub01-2-sec01 .con-line > .right .txtbox p{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .sub01-2-sec01 .con-wrap{
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .sub01-2-sec01 .con-wrap::before{
    width: 60px;
  }
  .sub01-2-sec01 .con-wrap .scale-bg{
    display: none;
  }
  .sub01-2-sec01 .scale-bg{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    width: 0;
    height: calc(100vh - 80px) !important;
    min-width: 0;
    min-height: 400px;
    max-width: 100%;
    max-height: calc(100vh - 80px);
  }
  .sub01-2-sec01 .scale-bg img{
    max-width: 200px;
  }
  .sub01-2-sec01.on3 .scale-bg::before{
    border: 10px solid rgb(243, 190, 176);
  }
  .sub01-2-sec01 .mb-scale-bg,
  .mb-scale-bg-wrapper
  {
    display: block;
  }
  .mb-scale-bg-wrapper{
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
  }
}

/* sub01-2 */

.sub01-3{
  padding-top: 0;
}
.sub01-3-sec01 .inner{
  max-width: 2560px;
  padding: 0 60px;
}
.sub01-3-sec01 .con-line{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sub01-3-sec01 .con-line > .left{
  width: calc(40% - 15px);
}
.sub01-3-sec01 .con-line > .right{
  width: calc(60% - 15px);
}
.sub01-3-sec01 .con-line > .left .titbox{
  padding-left: 100px;
  padding-top: 120px;
}
.sub01-3-sec01 .con-line > .left .titbox h2{
  font-size: 100px;
  font-weight: bold;
  color: rgb(0,0,0);
  margin-bottom: 72px;
}
.sub01-3-sec01 .con-line > .left .titbox .sub-titbox h4{
  font-size: 28px;
  font-weight: bold;
  color: rgb(29, 29, 31);
  margin-bottom: 26px;
}
.sub01-3-sec01 .con-line > .left .titbox .sub-titbox p{
  font-size: 20px;
  font-weight: 500;
  color: rgb(73, 73, 78);
  margin-bottom: 18px;
}
.sub01-3-sec01 .con-line > .left .titbox .sub-titbox p:last-child{
  margin-bottom: 0;
}
.sub01-3-sec01 .con-line > .right .sub-line{
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.sub01-3-sec01 .con-line > .right .sub-line > li{
  flex: 1;
  position: relative;
}
.sub01-3-sec01 .con-line > .right .sub-line > li:nth-child(2):after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -28.5px;
  background: #F3F3F3;
} 
.sub01-3-sec01 .con-line > .right .sub-line > li:nth-child(2):before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -28.5px;
  background: #F3F3F3;
  transition: all 0.3s ease-in-out;
} 
.sub01-3-sec01 .con-line > .right .sub-line > li:last-child::after{
  display: none;
}
.sub01-3-sec01 .con-line > .right .sub-line > li:nth-child(2){
  padding-top: 226px;
}

.sub01-3-sec02{
  padding-top: 240px;
}
.sub01-3-sec02 .inner-top{
  max-width: 1300px;
  display: flex;
  justify-content: flex-end;
}
.sub01-3-sec02 .con-line{
  display: flex;
  align-items: center;
  gap: 120px;
}
.sub01-3-sec02 .con-line > li{
  font-size: 60px;
  font-weight: bold;
  line-height: 1.33;
  color: rgb(29, 29, 31);
  position: relative;
  padding-bottom: 30px;
}
.sub01-3-sec02 .con-line > li.left{
  text-align: right;
}
.sub01-3-sec02 .con-line > li.right{
  text-align: left;
}
.sub01-3-sec02 .con-line > li.left::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -60.5px;
  background: #F3F3F3;
}


.sub01-3-sec02 .imgbox1{
  max-width: 2560px;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: url(/html/img/sub01-3-img04.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 160px;
}
.sub01-3-sec02 .imgbox2{
  width: 100%;
  height: 420px;
  background: url(/html/img/sub01-3-img05.jpg) no-repeat center / cover;
  margin-bottom: 40px;
}
.sub01-3-sec02 .bottom-con-line{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.sub01-3-sec02 .bottom-con-line > li h3{
  font-size: 28px;
  font-weight: normal;
  color: rgb(29, 29, 31);
}

.pinkbg .sub01-3-sec02 .con-line > li.left::after,
.pinkbg .sub01-3-sec01 .con-line > .right .sub-line > li:nth-child(2):before,
.pinkbg .sub01-3-sec01 .con-line > .right .sub-line > li:nth-child(2):after
{
  background: rgba(29,29,31,0.2);
}

@media(max-width:1600px){
  .sub01-3-sec01 .con-line > .left .titbox{
    padding-left: 0;
  }
  .sub01-3-sec01 .con-line > .left{
    width: 400px;
  }
  .sub01-3-sec01 .con-line > .right{
    width: calc(100% - 430px);
  }
  .sub01-3-sec01 .con-line > .right .sub-line{
    gap: 20px;
  }
  .sub01-3-sec01 .con-line > .right .sub-line > li::after,
  .sub01-3-sec01 .con-line > .right .sub-line > li::before
  {
    display: none !important;
  }

  .sub01-3-sec01 .con-line > .left .titbox h2{
    font-size: 80px;
    margin-bottom: 40px;
  }
  .sub01-3-sec01 .con-line > .left .titbox .sub-titbox h4{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sub01-3-sec01 .con-line > .left .titbox .sub-titbox p{
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media(max-width:1450px){
  .sub01-3-sec01 .inner{
    padding: 0 20px;
  }
}

@media(max-width:1200px){
  .sub01-3-sec01 .con-line > .left{
    width: 100%;
  }
  .sub01-3-sec01 .con-line > .right{
    width: 100%;
  }
}

@media(max-width:1024px){
  .sub01-3-sec01 .con-line > .left .titbox{
    padding-top: 80px; 
  }
  .sub01-3-sec01 .con-line > .left .titbox{
    padding-left: 0px;
  }
  .sub01-3-sec01 .con-line > .left .titbox h2{
    font-size: 32px;
    margin-bottom: 24px;
  }
  .sub01-3-sec01 .con-line > .left .titbox .sub-titbox h4{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sub01-3-sec01 .con-line > .left .titbox .sub-titbox p{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sub01-3-sec01 .con-line > .right .sub-line{
    flex-wrap: wrap;
    gap: 10px;
  }
  .sub01-3-sec01 .con-line > .right .sub-line > li{
    flex: 1;
  }
  .sub01-3-sec01 .con-line > .right .sub-line > li:nth-child(2){
    padding-top: 0px;
  }


  .sub01-3-sec02{
    padding-top: 120px;
  }
  .sub01-3-sec02 .con-line{
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .sub01-3-sec02 .con-line > li{
    width: 100%;
    font-size: 32px;
    padding-bottom: 0px;
  }
  .sub01-3-sec02 .con-line > li br{
    display: none;
  }
  .sub01-3-sec02 .con-line > li.left{
    text-align: left;
  }
  .sub01-3-sec02 .con-line > li.left::after{
    display: none;
  }

  .sub01-3-sec02 .imgbox1{
    height: 60vh;
    min-height: 400px;
    margin-bottom: 60px;
  }
  .sub01-3-sec02 .imgbox2{
    height: 220px;
    margin-bottom: 20px;
  }
  .sub01-3-sec02 .bottom-con-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .sub01-3-sec02 .bottom-con-line > li h3{
    font-size: 18px;
  }

}

@media(max-width:767px){
  .sub01-3-sec01 .con-line > .right .sub-line{
    gap: 4px;
  }
  .sub01-3-sec01 .con-line > .right .sub-line > li{
    flex: none;
    width: calc(50% - 2px);
    transition-delay: 0s !important;
  }
}

@media(max-width:370px){
  .sub01-3-sec01 .con-line > .left .titbox .sub-titbox p br{
    display: none;
  } 
}

/* sub01-3 */

.sub01-4-sec01{
  height: auto;
}
.sub01-4-sec01 .scale-bg{
  background: url(/html/img/sub01-4-img01.jpg) no-repeat center / cover;
}
.sub01-4-sec01 .con-line{
  gap: 80px;
  padding-right: 120px;
}
.sub01-4-sec01 .con-line > .left{
  max-width: calc(46% - 40px);
}
.sub01-4-sec01 .con-line > .right{
  max-width: calc(54% - 40px);
}

.sub01-4-sec01 .scale-bg::before{
  display: none  !important;
}
.sub01-4-sec01 .mb-scale-bg{
  display: none;
}
.sub01-2-sec01.on1 .scale-bg::after{
  opacity: 1;
}
.sub01-4-sec01 .bottom-con-big-wrapper{
  padding-bottom: 150px;
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.sub01-4-sec01.on4 .bottom-con-big-wrapper{
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.sub01-4-sec01 .bottom-con-big-wrapper .bottom-con-inner{
  position: relative;
  z-index: 2;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.sub01-4-sec01 .bottom-con-big-wrapper .top-titbox{
  margin-bottom: 98px;
}
.sub01-4-sec01 .bottom-con-big-wrapper .top-titbox h2{
  font-size: 40px;
  font-weight: normal;
  color: rgb(255, 255, 255);
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-wrapper{
  padding-left: 230px;
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-line{
  display: flex;
  gap: 28px;
  padding-left: 74px;
  position: relative;
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-line::before{
  content: "Journey";
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform: rotate(-90deg) translateY(-100%);
  font-size: 28px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box{
  flex: 1;
  height: 370px;
  mix-blend-mode: multiply;
  border-radius: 26px;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(29, 29, 31, 0.4), rgba(29, 29, 31, 0.4));
  position: relative;
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  padding: 40px 60px;
  width: 100%;
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox *{
  color: #fff;
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox h3{
  font-size: 48px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-bottom: 116px;
}
.sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox p{
  font-size: 28px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.sub01-4-sec02{
  padding-top: 120px;
  overflow: hidden;
  background-color: rgb(243, 190, 176);
}
.sub01-4-sec02 .inner{
  max-width: 1600px;
  padding-bottom: 485px;
}
.sub01-4-sec02 .tit-line{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.sub01-4-sec02 .tit-line > .left-titbox p{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(29, 29, 31);
}
.sub01-4-sec02 .tit-line > .right-txtbox p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
  color: rgb(29, 29, 31);
}
.sub01-4-sec02 .bottom-txt{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  -webkit-transform: translate(-50%, 30%);
  width: 100%;
  line-height: 1;
}
.sub01-4-sec02 .bottom-txt p{
  font-size: 628px;
  font-weight: 900;
  color: rgba(255, 255, 255,0.1);
}

@media(max-width:2000px){
  .sub01-4-sec02 .bottom-txt p{
    font-size: 35vw;
  }
}

@media(max-width:1300px){
  .sub01-4-sec01 .con-line{
    gap: 20px;
    padding-right: 0px;
  }
  .sub01-4-sec01 .con-line > .left{
    max-width: calc(46% - 10px);
  }
  .sub01-4-sec01 .con-line > .right{
    max-width: calc(54% - 10px);
  }
}

@media(max-width:1024px){
  .sub01-4-sec01 .con-line{
    gap: 30px;
  }
  .sub01-4-sec01 .con-line > .left{
    max-width: 100%;
    width: 100%;
  }
  .sub01-4-sec01 .con-line > .right{
    max-width: 100%;
    width: 100%;
  }
  .sub01-4-sec01 .con-line > .left .titbox p span{
    max-width: 100%;
    width: auto;
  }
  .sub01-4-sec01 .mb-scale-bg
  {
    display: block;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
    opacity: 1;
    transition: initial;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    background: url(/html/img/sub01-3-img04.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .bottom-con-inner{
    z-index: 2;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .top-titbox{
    margin-bottom: 30px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .top-titbox h2{
    font-size: 24px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-wrapper{
    padding-left: 0px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line{
    gap: 20px;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-top: 0px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line::before{
    font-size: 18px;
    color: rgb(255,255,255);
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box{
    flex: none;
    width: calc(50% - 10px);
    height: auto;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox{
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    padding: 40px 20px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox h3{
    font-size: 40px;
    margin-bottom: 24px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox p{
    font-size: 20px;
  }

  .sub01-4-sec02{
    padding-top: 80px;
  }
  .sub01-4-sec02 .inner{
    padding-bottom: 240px;
  }
  .sub01-4-sec02 .tit-line > div{
    width: 100%;
  }
  .sub01-4-sec02 .tit-line > .left-titbox p{
    font-size: 24px;
  }
  .sub01-4-sec02 .tit-line > .right-txtbox p{
    font-size: 18px;
    text-align: left;
  }
  .sub01-4-sec02 .bottom-txt p{
    font-size: 39vw;
    text-align: center;
  }
}

@media(max-width:767px){
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line{
    gap: 6px;
    padding-left: 10px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line::before{
    font-size: 16px;
    top: 40px;
    left: -20px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box{
    width: calc(50% - 3px);
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox{
    padding: 30px 15px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox h3{
    font-size: 28px;
  }
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box .txtbox p{
    font-size: 16px;
  }
  .sub01-4-sec02 .inner{
    padding-bottom: 120px;
  }

  .sub01-4-sec02 .tit-line > .left-titbox p{
    font-size: 20px;
  }
  .sub01-4-sec02 .tit-line > .right-txtbox p{
    font-size: 16px;
  }
}

@media(max-width:345px){
  .sub01-4-sec01 .bottom-con-big-wrapper .q-line > .q-box{
    width: 100%;
  }
  .sub01-4-sec02 .tit-line > .left-titbox p br,
  .sub01-4-sec02 .tit-line > .right-txtbox p br
  {
    display: none;
  }
}

/* sub01-4 */

.sub02-1{
  overflow: hidden;
}
.sub02-1-sec01{
}
.sub02-1-sec01 .con-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  height: calc(100vh - 100px);
  max-height: 853px;
}
.sub02-1-sec01 .con-wrap .con-bigbox h3{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > span{
  display: block;
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .txt{
  font-size: 60px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox{
  position: relative;
  width: 320px;
  height: 320px;
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: showImages 2s steps(1) infinite; /* 총 4장 × 0.5초 = 2s */
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox img:nth-child(1) {
  animation-delay: 0s;
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox img:nth-child(2) {
  animation-delay: 0.5s;
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox img:nth-child(3) {
  animation-delay: 1s;
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox img:nth-child(4) {
  animation-delay: 1.5s;
}
@keyframes showImages {
  0%   { opacity: 1; }
  24.9% { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}
.sub02-1-sec01 .con-wrap .con-bigbox h3 > .txt .txt-it{
  display: inline-block;
}

.sub02-1-sec02{
  padding: 240px 0;
  background-color: rgb(106, 137, 93);
  transition: all 0.3s ease-in-out;
}
.sub02-1-sec02.on{
  background: rgb(255,255,255);
}
.sub02-1-sec02 .con-wrap .con-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.sub02-1-sec02 .con-wrap .con-line > .left .imgbox01 img,
.sub02-1-sec02 .con-wrap .con-line > .right .bottom-imgbox img
{
  max-width: 600px;
  width: 100%;
}
.sub02-1-sec02 .con-wrap .con-line > li .bottom-txtbox{
  margin-top: 80px;
}
.sub02-1-sec02 .con-wrap .con-line > li .bottom-txtbox p{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: rgb(29, 29, 31);
}
.sub02-1-sec02 .con-wrap .con-line > li .txtbox h3{
  font-size: 60px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub02-1-sec02 .con-wrap .con-line > li .txtbox p{
  margin-top: 56px;

  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: rgb(29, 29, 31);
}
.sub02-1-sec02 .con-wrap .con-line > .right .bottom-imgbox{
  margin-top: 358px; 
}
.sub02-1-sec02 .con-wrap .con-line .mobile-bottom-imgline{
  display: flex;
  gap: 10px;
  display: none;
}
.sub02-1-sec02 .con-wrap .con-line .mobile-bottom-imgline img{
  display: block;
  width: calc(50% - 5px);
}

@media(max-width:1600px){
  .sub02-1-sec01 .con-wrap .con-bigbox h3 > .txt{
    font-size: 5vw;
  }
  .sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox{
    width: 29vw;
    height: 29vw;
  }
}

@media(max-width:1400px){
  .sub02-1-sec02 .con-wrap .con-line > .left .imgbox01 img,
  .sub02-1-sec02 .con-wrap .con-line > .right .bottom-imgbox img{
    max-width: 550px;
  }
}

@media(max-width:1300px){
  .sub02-1-sec02 .con-wrap .con-line > .left .imgbox01 img,
  .sub02-1-sec02 .con-wrap .con-line > .right .bottom-imgbox img{
    max-width: 440px;
  }
}

@media(max-width:1024px){
  .sub02-1-sec01{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sub02-1-sec01 .con-wrap{
    min-height: 400px;
    height: auto;
  }
  .sub02-1-sec01 .con-wrap .con-bigbox h3{
    gap: 14px;
  }

  .sub02-1-sec02{
    padding: 120px 0;
  }
  .sub02-1-sec02 .con-wrap .con-line > .left {
    order: 1;
    width: 100%;
  }
  .sub02-1-sec02 .con-wrap .con-line > .right{
    order: 0;
    width: 100%;
  }
  .sub02-1-sec02 .con-wrap .con-line > .left .imgbox01,
  .sub02-1-sec02 .con-wrap .con-line > .right .bottom-imgbox
  {
    display: none;
  }
  .sub02-1-sec02 .con-wrap .con-line > li .bottom-txtbox{
    margin-top: 20px;
  }
  .sub02-1-sec02 .con-wrap .con-line > li .bottom-txtbox p{
    font-size: 16px;
  }
  .sub02-1-sec02 .con-wrap .con-line > li .txtbox h3{
    font-size: 24px;
  }
  .sub02-1-sec02 .con-wrap .con-line > li .txtbox p{
    margin-top: 20px;

    font-size: 16px;
  }
  .sub02-1-sec02 .con-wrap .con-line > .right .bottom-imgbox{
    margin-top: 20px; 
  }
  .sub02-1-sec02 .con-wrap .con-line .mobile-bottom-imgline{
    display: flex;
    margin-top: 30px;
  }
}

@media(max-width:767px){
  .sub02-1-sec02 .con-wrap .con-line > li .txtbox p br{
    display: none;
  }
}

@media(max-width:500px){
  .sub02-1-sec01 .con-wrap .con-bigbox h3 > .txt{
    font-size: 28px;
  }
  .sub02-1-sec01 .con-wrap .con-bigbox h3 > .txt .txt-it{
    display: none;
  }
  .sub02-1-sec01 .con-wrap .con-bigbox h3{
    flex-wrap: wrap;
  }
  .sub02-1-sec01 .con-wrap .con-bigbox h3 > span{
    width: 100%;
    text-align: center;
  }
  .sub02-1-sec01 .con-wrap .con-bigbox h3 > .imgbox{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .sub02-1-sec01 .con-wrap .con-bigbox{
    width: 100%;
  }
}

/* sub02-1 */

.cm-subtop01{
  height: calc(100vh - 100px);
  max-height: 837px;
  min-height: 500px;
  width: 100%;
  position: relative;
  background: url(/html/img/sub02-2-topbg.jpg) no-repeat center / cover;
}
.cm-subtop01.sub04-4-subtop{
  background: url(/html/img/sub04-4-img01.jpg) no-repeat center / cover;
}
.cm-subtop01.sub06-1-subtop{
  background: url(/html/img/sub06-1-img01.jpg) no-repeat center / cover;
}
.cm-subtop01 .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.cm-subtop01 .txtbox p{
  font-size: 20px;
  font-weight: normal;
  color: rgb(255, 255, 255);
}
.cm-subtop01 .txtbox h2{
  margin-top: 18px;
  font-size: 60px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.cm-titbox01{
  margin-bottom: 240px;
}
.cm-titbox01 h2{
  font-size: 60px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.cm-titbox01 p{
  margin-top: 56px;
  font-size: 28px;
  font-weight: 500;
  color: rgb(29, 29, 31);
}

@media(max-width:1600px){
  .cm-titbox01{
    margin-bottom: 120px;
  }
  .cm-titbox01 h2{
    font-size: 52px;
  }
  .cm-titbox01 p{
    margin-top: 40px;
    font-size: 24px;
  }
}

@media(max-width:1024px){
  .cm-subtop01{
    height: 200px;
    min-height: initial;
  }
  .cm-subtop01 .txtbox p{
    font-size: 15px;
  }
  .cm-subtop01 .txtbox h2{
    margin-top: 8px;
    font-size: 32px;
  }

  .cm-titbox01{
    margin-bottom: 30px;
  }
  .cm-titbox01 h2{
    font-size: 24px;
  }
  .cm-titbox01 p{
    margin-top: 12px;
    font-size: 16px;
  }
}

@media(max-width:767px){
  .cm-titbox01 p br{
    display: none;
  }
}

/* subtop01 */


.sub02-2-sec01{
  padding: 240px 0;
  background-color: rgb(106, 137, 93);
  transition: all 0.3s ease-in-out;
}
.sub02-2-sec01.on{
  background-color: rgb(255,255,255);
}
.sub02-2-swiper-inner{
  max-width: 2560px;
  width: calc(100% - 120px);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.sub02-2-swiper-inner .swiper-wrapper .swiper-slide .imgbox{
  margin-bottom: 26px;
}
.sub02-2-swiper-inner .swiper-wrapper .swiper-slide .txtbox h3{
  font-size: 28px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub02-2-swiper-inner .swiper-wrapper .swiper-slide .txtbox h4{
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub02-2-swiper-inner .swiper-wrapper .swiper-slide .txtbox p{
  margin-top: 15px;
  font-size: 15px;
  font-weight: normal;
  color: rgb(73, 73, 78);
} 

@media(max-width:1024px){
  .sub02-2-sec01{
    padding: 120px 0;
  }
  .sub02-2-swiper-inner{d
    width: calc(100% - 40px);
  }
  .sub02-2-swiper-inner .swiper-wrapper .swiper-slide .imgbox{
    margin-bottom: 12px;
  }
  .sub02-2-swiper-inner .swiper-wrapper .swiper-slide .txtbox{
    text-align: center;
  }
  .sub02-2-swiper-inner .swiper-wrapper .swiper-slide .txtbox h3{
    font-size: 20px;
  }
  .sub02-2-swiper-inner .swiper-wrapper .swiper-slide .txtbox h4{
    margin-top: 4px;
    font-size: 16px;
  }
  .sub02-2-swiper-inner .swiper-wrapper .swiper-slide .txtbox p{
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: rgb(73, 73, 78);
  } 
  .sub02-2-swiper-inner{
    width: calc(100% - 40px);
  }
}

/* sub02-2 */

.sub03-1-sec01 .sub03-top-inner{
  position: sticky;
  top: 100px;
  max-width: 2560px;
  width: 100%;
  max-height: calc(100vh - 100px);
  margin: 0 auto;
  overflow: hidden;
}
.sub03-1-sec01 .sub03-top-inner .con-line{
  display: flex;
  align-items: flex-start;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .left{
  width: 58%;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .left img{
  width: 100%;
  height: calc(100vh - 80px);
  max-height: 837px;
  object-fit: cover;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .right{
  width: 42%;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox{
  padding-top: 200px;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2{
  font-size: 120px;
  font-weight: bold;
  color: rgb(29, 29, 31);
  transform: translateX(-11%);
  -webkit-transform: translateX(-11%);
  margin-bottom: 56px;
  display: inline-block;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2 span{
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}
.sub03-3 .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2{
  transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  width: calc(115% - 20px);
}

.sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p{
  font-size: 20px;
  font-weight: 500;
  color: rgb(73, 73, 78);
  padding-left: 83px;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p > span{
  display: block;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p .en1{
  font-size: 24px;
  font-weight: bold;
}
.sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p .en2{
  font-size: 22px;
  margin-bottom: 20px;
}
.sub03-bottom-warpper{
  background-color: rgb(152, 189, 215);
  position: relative;
  z-index: 2;
  padding: 240px 0;
}
.sub03-bottom-warpper .sub03-bottom-inner{
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 120px;
  overflow: hidden;
}
.sub03-bottom-warpper .titbox{
  margin-bottom: 108px;
}
.sub03-bottom-warpper .titbox h2{
  font-size: 100px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub03-bottom-warpper .con-line{
  display: flex;
  align-items: flex-start;
}
.sub03-bottom-warpper .con-line > .left{
  width: 330px;
}
.sub03-bottom-warpper .con-line > .right{
  width: calc(100% - 330px);
}
.sub03-bottom-warpper .con-line > .left .txtbox p{
  font-size: 28px;
  font-weight: 500;
  color: rgb(29, 29, 31);
}
.sub03-bottom-warpper .con-line > .right .img-line{
  display: flex;
  gap: 20px;
}
.sub03-bottom-warpper .con-line > .right .img-line > .imgbox{
  flex: 1;
}
.sub03-bottom-warpper .con-line > .right .img-line.mobile-line{
  display: none;
}


@media screen and (max-height: 600px) and (min-width: 1025px) {
  .sub03-1-sec01 .sub03-top-inner{
    position: relative;
    top: 0px;
    max-height: initial;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .left img{
    height: auto;
  }
}

@media(max-width:1900px){
  .sub03-3 .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2{
    width: auto;
  }

  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2{
    font-size: 100px;
  }
}

@media(max-width:1700px){
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox{
    padding-top: 120px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2{
    font-size: 6vw;
    margin-bottom: 30px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p{
    font-size: 18px;
    padding-left: 50px;
  }
  .sub03-bottom-warpper .sub03-bottom-inner{
    padding: 0 60px;
  }

  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p .en1{
    font-size: 22px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p .en2{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .left{
    width: 55%;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right{
    width: 45%;
  }
}

@media(max-width:1024px){
  .sub03-1-sec01{
    padding-top: 80px;
  }
  .sub03-1-sec01 .sub03-top-inner{
    position: relative;
    top: 0px;
    max-height: initial;
    padding-bottom: 80px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .left{
    width: 100%;
    order: 1;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .left img{
    height: auto;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right{
    width: 100%;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox{
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2{
    font-size: 32px;
    transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
    margin-bottom: 24px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox h2 span{
    font-size: 14px;
    text-align: left;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p{
    font-size: 16px;
    padding-left: 0px;
    letter-spacing: -0.6px;
  }
  .sub03-bottom-warpper{
    padding: 80px 0;
  }
  .sub03-bottom-warpper .sub03-bottom-inner{
    padding: 0 20px;
  }
  .sub03-bottom-warpper .titbox{
    margin-bottom: 30px;
  }
  .sub03-bottom-warpper .titbox h2{
    font-size: 24px;
  }
  .sub03-bottom-warpper .con-line{
    flex-wrap: wrap;
  }
  .sub03-bottom-warpper .con-line > .left{
    width: 100%;
    order: 1;
  }
  .sub03-bottom-warpper .con-line > .right{
    width: 100%;
    order: 0;
  }
  .sub03-bottom-warpper .con-line > .left .txtbox p{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
  }
  .sub03-bottom-warpper .con-line > .right .img-line{
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub03-bottom-warpper .con-line > .right .img-line > .imgbox{
    flex: 1;
  }
  .sub03-5 .sub03-bottom-warpper .con-line > .right .img-line > .imgbox{
    flex: none;
    width: calc(50% - 5px);
  }

  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p .en1{
    font-size: 18px;
  }
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p .en2{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .sub03-bottom-warpper .con-line > .right .img-line{
    display: none;
  }
  .sub03-bottom-warpper .con-line > .right .img-line.mobile-line,
  .sub03-bottom-warpper .con-line > .right .img-line:last-child
  {
    display: flex;
  }
}

@media(max-width:355px){
  .sub03-1-sec01 .sub03-top-inner .con-line > .right .titbox p br{
    display: none;
  }
}

@media(max-width:350px){
  .sub03-bottom-warpper .con-line > .right .img-line{
    flex-wrap: wrap;
  }
  .sub03-bottom-warpper .con-line > .right .img-line > .imgbox{
    width: 100%;
    flex: none;
  }
}



/* sub03 */ 

.page-ready{
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/html/img/page-ready-bg.jpg) no-repeat center / cover;
  height: calc(100vh - 100px);
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.page-ready video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-width: 500%;
  width: 120%;
}
.page-ready > a{
  position: relative;
  z-index: 2;
}
.page-ready .imgbox{
  max-width: 400px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media(max-width:1024px){
  .page-ready{
    height: calc(100vh - 80px);
    min-height: 400px;
  }
  .page-ready .imgbox{
    max-width: 260px;
  }
}

/* pageready */

.sub04-1-sec01{
  overflow: hidden;
}
.sub04-1-sec01 .inner{
  max-width: 1920px;
  padding: 0 60px;
}
.sub04-1-sec01 .sub04-1-img-inner{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sub04-1-sec01 .cm-titbox01{
  margin-bottom: 80px;
}
.sub04-1-sec01 .cm-titbox01 p{
  margin-top: 16px;
}

@media(max-width:1024px){
  .sub04-1-sec01 .inner{
    padding: 0 20px;
  }
  .sub04-1-sec01 .cm-titbox01{
    margin-bottom: 30px;
  }
  .sub04-1-sec01 .cm-titbox01 p{
    margin-top: 8px;
  }
}

/* sub04-1~2 */

.sub04-4-sec02{
  background-color: rgb(116, 47, 40);
  padding: 240px 0;
}
.sub04-4-sec02 .sub04-4-inner{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-right: 60px;
  position: relative;
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top{
  margin-bottom: 240px;
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top.last{
  margin-bottom: 0;
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line{
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left{
  width: calc(62% - 40px);
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .right{
  width: calc(38% - 40px);
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > li img{
  width: 100%;
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left .imgbox2{
  display: flex;
  justify-content: flex-end;
  margin-top: 440px;
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left .imgbox2 img{
  width: calc(100% - 160px);
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top01 .con-line .titbox{
  padding-top: 80px;
  display: flex;
  justify-content: flex-end;
}
.sub04-4-sec02 .sub04-4-inner .con-line .titbox h2{
  font-size: 60px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.sub04-4-sec02 .sub04-4-inner .con-line .titbox p{
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  color: rgb(238, 238, 238);
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .right .bottom-imgbox{
  margin-top: 317px;
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top02 .titbox{
  padding-left: 160px; 
}
.sub04-4-sec02 .sub04-4-inner .conwrap-top02 .con-line > .left .imgbox2{
  overflow: hidden;
}
.sub04-4-sec02 .sub04-4-inner .mb-imgline{
  display: none;
}

@media(max-width:1600px){
  .sub04-4-sec02 .sub04-4-inner{
    padding-right: 40px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top{
    margin-bottom: 160px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line{
    gap: 40px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left{
    width: calc(62% - 20px);
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .right{
    width: calc(38% - 20px);
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .right .bottom-imgbox{
    margin-top: 150px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left .imgbox2{
    margin-top: 200px;
  }
}

@media(max-width:1024px){
  .sub04-4-sec02{
    padding: 80px 0;
  }
  .sub04-4-sec02 .sub04-4-inner{
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top{
    margin-bottom: 80px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left .imgbox2{
    margin-top: 60px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .right .bottom-imgbox{
    margin-top: 60px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left .imgbox2 img{
    width: 90%;
  }

  .sub04-4-sec02 .sub04-4-inner .conwrap-top02 .titbox{
    padding-left: 0px; 
  }
  .sub04-4-sec02 .sub04-4-inner .con-line .titbox h2{
    font-size: 24px;
  }
  .sub04-4-sec02 .sub04-4-inner .con-line .titbox p{
    margin-top: 10px;
    font-size: 16px;
  }
}

@media(max-width:767px){
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line{
    gap: 10px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left{
    width: calc(50% - 5px);
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .right{
    width: calc(50% - 5px);
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .con-line > .left .imgbox2{
    margin-top: 10px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top02 .con-line > .left .imgbox2 img{
    width: 100%;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .con-line .titbox{
    padding-top: 30px;
  }
}

@media(max-width:620px){
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .con-line > .left,
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .con-line > .right .bottom-imgbox,
  .sub04-4-sec02 .sub04-4-inner .conwrap-top02 .con-line > .right,
  .sub04-4-sec02 .sub04-4-inner .conwrap-top02 .con-line > .left .imgbox2{
    display: none;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .right,
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line > .left{
    width: 100%;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .con-line .titbox{
    justify-content: flex-start;
    padding-top: 0;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top .con-line .titbox{
    margin-bottom: 40px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .mb-imgline{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .mb-imgline > div{
    flex: 1;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .mb-imgline > div .mb-imgbox{
    margin-bottom: 10px;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .mb-imgline > div .mb-imgbox:last-child{
    margin-bottom: 0;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top02 .mb-imgline{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
  }
  .sub04-4-sec02 .sub04-4-inner .conwrap-top02 .mb-imgline > .mb-imgbox{
    flex: 1;
  }
}

@media(max-width:520px){
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .mb-imgline{
    column-width: 40vw;
  }
}
 
@media(max-width:350px){
  .sub04-4-sec02 .sub04-4-inner .conwrap-top02 .mb-imgline > .mb-imgbox,
  .sub04-4-sec02 .sub04-4-inner .conwrap-top01 .mb-imgline > div
  {
    flex: none;
    width: 100%;
  }
  
}


/* sub04-4 */

.sub04-5 .inner{
  max-width: 1920px;
  padding: 0 60px;
}
.sub04-5 .cm-titbox01 p{
  margin-top: 16px;
}
.sub04-5 .cm-titbox01{
  margin-bottom: 40px;
}
.sub04-5-sec01{
  padding-bottom: 120px;
}
.sub04-5-sec01 .con-wrap .con-line{
  display: flex;
  border: solid 1px rgb(221, 221, 221);
  border-right: none;
}

.sub04-5-sec01 .con-wrap .con-line > li{
  flex: 1;
  border-right: 1px solid rgb(221,221,221);
}
.sub04-5-sec01 .con-wrap .con-line > li .conbox{
  padding: 60px;
}
.sub04-5-sec01 .con-wrap .con-line > li .conbox .iconbox{
  width: 80px;
  margin-bottom: 102px;
}
.sub04-5-sec01 .con-wrap .con-line > li .conbox .txtbox h3{
  font-size: 24px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub04-5-sec01 .con-wrap .con-line > li .conbox .txtbox p{
  font-size: 15px;
  font-weight: normal;
  color: rgb(73, 73, 78);
  margin-top: 16px;
}

.sub04-5-sec02{
  padding-top: 120px;
}
.sub04-5-sec02 .con-wrap .con-line{
  display: flex;
  gap: 24px;
}
.sub04-5-sec02 .con-wrap .con-line > li{
  border: solid 1px rgb(221, 221, 221);
  flex: 1;
}
.sub04-5-sec02 .con-wrap .con-line > li .txtbox{
  padding: 28px 40px;
}
.sub04-5-sec02 .con-wrap .con-line > li .txtbox h3{
  font-size: 24px;
  font-weight: bold;
  color: rgb(29, 29, 31);
  margin-bottom: 6px;
}
.sub04-5-sec02 .con-wrap .con-line > li .txtbox p{
  font-size: 15px;
  font-weight: normal;
  color: rgb(73, 73, 78);
}

@media(max-width:1600px){
  .sub04-5-sec01 .con-wrap .con-line > li .conbox{
    padding-left: 30px;
    padding-right: 30px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .iconbox{
    margin-bottom: 68px;
  }

  .sub04-5 .inner{
    padding: 0 20px;
  }
}

@media(max-width:1200px){
  .sub04-5-sec01 .con-wrap .con-line > li .conbox{
    padding-left: 18px;
    padding-right: 18px;
  }

  .sub04-5-sec01 .con-wrap .con-line{
    flex-wrap: wrap;
    border-bottom: none;
  }
  .sub04-5-sec01 .con-wrap .con-line > li{
    flex: none;
    width: 50%;
    border-right: 1px solid rgb(221,221,221) !important;
    border-bottom: 1px solid rgb(221,221,221);
  }
}


@media(max-width:1024px){
  .sub04-5-sec01{
    padding-bottom: 40px;
  }
  .sub04-5 .cm-titbox01 p{
    margin-top: 8px;
  }
  .sub04-5 .cm-titbox01{
    margin-bottom: 30px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox{
    padding: 40px 20px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .iconbox{
    width: 50px;
    margin-bottom: 30px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .txtbox h3{
    font-size: 20px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .txtbox p{
    margin-top: 10px;
  }

  .sub04-5-sec02{
    padding-top: 40px;
  }
  .sub04-5-sec02 .con-wrap .con-line{
    gap: 10px;
  }
  .sub04-5-sec02 .con-wrap .con-line > li .txtbox{
    padding: 12px 15px;
  }
  .sub04-5-sec02 .con-wrap .con-line > li .txtbox h3{
    font-size: 17px;
    margin-bottom: 5px;
  }
  .sub04-5-sec02 .con-wrap .con-line > li .txtbox p{
    font-size: 14px;
  }
}

@media(max-width:767px){
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .txtbox p br{
    display: none;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox{
    padding: 30px 15px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .txtbox p{
    font-size: 14px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .iconbox{
    width: 40px;
    margin-bottom: 20px;
  }
  .sub04-5-sec01 .con-wrap .con-line > li .conbox .txtbox p{
    margin-top: 6px;
  }

  .sub04-5-sec02 .con-wrap .con-line{
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub04-5-sec02 .con-wrap .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
}

@media(max-width:350px){
  .sub04-5-sec01 .con-wrap .con-line > li{
    width: 100%;
  }
}

@media(max-width:340px){
  .sub04-5-sec02 .con-wrap .con-line > li{
    width: 100%;
  }
}

/* sub04-5 */

.sub04-6{
  overflow: hidden;
}
.sub04-6-sec01{
  padding-bottom: 120px;
}
.sub04-6 .inner{
  max-width: 1920px;
  padding: 0 60px;
}
.sub04-6 .cm-titbox01{
  margin-bottom: 40px;
}
.sub04-6-sec01 .imgbox{
  margin-bottom: 28px;
  height: 555px;
  width: 100%;
  background: url(/html/img/sub04-6-img01.jpg) no-repeat center / cover;
}
.sub04-6-sec01 .txt-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.sub04-6-sec01 .txt-line > .left h3{
  font-size: 28px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub04-6-sec01 .txt-line > .right .txtbox p{
  font-size: 20px;
  font-weight: 500;
  color: rgb(29, 29, 31);
  line-height: 1.4;
}

.sub04-6-sec02{
  padding-top: 120px;
}
.sub04-6-sec02 .con-wrap .con-line{
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
.sub04-6-sec02 .con-wrap .con-line > li{
  width: calc(50% - 10px);
}
.sub04-6-sec02 .con-wrap .con-line > li .half-line{
  display: flex;
  gap: 20px;
}
.sub04-6-sec02 .con-wrap .con-line > li .half-line > img{
  display: block;
  width: calc(50% - 10px);
}

@media(max-width:1600px){
  .sub04-6 .inner{
    padding: 0 20px;
  }
  .sub04-6-sec01 .imgbox{
    height: 450px;
  }
}

@media(max-width:1024px){
  .sub04-6-sec01{
    padding-bottom: 40px;
  }
  .sub04-6 .cm-titbox01{
    margin-bottom: 30px;
  }
  .sub04-6-sec01 .imgbox{
    margin-bottom: 20px;
    height: 300px;
  }
  .sub04-6-sec01 .txt-line{
    gap: 10px;
  }
  .sub04-6-sec01 .txt-line > li{
    width: 100%;
  }
  .sub04-6-sec01 .txt-line > .left h3{
    font-size: 20px;
  }
  .sub04-6-sec01 .txt-line > .right .txtbox p{
    font-size: 16px;
  }

  .sub04-6-sec02{
    padding-top: 40px;
  }
  .sub04-6-sec02 .con-wrap .con-line{
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .sub04-6-sec02 .con-wrap .con-line > li{
    width: calc(50% - 4px);
  }
  .sub04-6-sec02 .con-wrap .con-line > li .half-line{
    flex-wrap: wrap;
    gap: 8px;
  }
  .sub04-6-sec02 .con-wrap .con-line > li .half-line > img{
    width: calc(50% - 4px);
  }
}

@media(max-width:860px){
  .sub04-6-sec01 .txt-line > .right .txtbox p br{
    display: none;
  }
}

@media(max-width:767px){
  .sub04-6-sec01 .imgbox{
    height: 220px;
  }
  .sub04-6-sec02 .con-wrap .con-line > li{
    width: 100%;
  }
}

/* sub04-6 */

.bo_inner{
  max-width: 1920px;
  padding: 0 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.bo_inner .page-tit{
  font-size: 60px;
  font-weight: bold;
  color: rgb(29, 29, 31);
  margin-bottom: 52px;
}

#bo_cate {
  margin-top: 40px !important;
  margin-bottom: 28px !important;
}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1;
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: flex-start;
}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {
  display: block !important;
  padding: 0 !important;
}
#bo_cate a {
  display:block;
  line-height:1.5 !important;
  padding:14px 24px !important;
  border-radius:0px !important;
  border:1px solid rgb(221, 221, 221) !important;
  font-size: 18px;
  font-weight: normal;
  color: rgb(29, 29, 31) !important;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {
  text-decoration:none;
  background-color: rgb(29, 29, 31) !important;
  color:#fff !important;
}
#bo_cate #bo_cate_on {
  z-index:2;
  background:rgb(29, 29, 31) !important;
  color:#fff !important;
  font-weight:400 !important;
  border:1px solid rgb(29, 29, 31) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
}
#bo_v_con{
  font-size: 16px;
}

@media(max-width:1600px){
  .bo_inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:1024px){
  .bo_inner{
    padding: 80px 20px;
  }
  .bo_inner .page-tit{
    font-size: 32px;
    margin-bottom: 30px;
  }

  #bo_cate {
    margin-top: 20px !important;
    margin-bottom: 14px !important;
  }
  #bo_cate ul {
  gap: 6px;
  }
  #bo_cate a {
    padding:10px 16px !important;
    font-size: 16px;
  }
}

/* board */

.sub06-1-sec02{
  padding: 240px 0 160px;
  background-color: rgb(19, 19, 20);
  transition: all 0.3s ease-in-out;
}
.sub06-1-sec02 .inner{
  max-width: 1920px;
  padding: 0 60px;
}
.sub06-1-sec02 .cm-titbox01{
  margin-bottom: 240px;
  text-align: center;
}
.sub06-1-sec02 .cm-titbox01 *{
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.sub06-1-sec02 .bottom-txt-line{
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sub06-1-sec02 .bottom-txt-line > .left h3{
  font-size: 28px;
  font-weight: bold;
  color: rgb(255,255,255);
  transition: all 0.3s ease-in-out;
}
.sub06-1-sec02 .bottom-txt-line > .right p{
  font-size: 20px;
  font-weight: 500;
  color: rgb(255,255,255);
}
.sub06-1-sec02.on{
  background-color: rgb(255, 255, 255);
}
.sub06-1-sec02.on .bottom-txt-line > .left h3{
  color: rgb(25,25,25);
}
.sub06-1-sec02.on .bottom-txt-line > .right p{
  color: rgb(25,25,25);
}
.sub06-1-sec02.on .cm-titbox01 *{
  color: rgb(25,25,25);
}

@media(max-width:1600px){
  .sub06-1-sec02 .cm-titbox01{
    margin-bottom: 120px;
  }
}

@media(max-width:1024px){
  .sub06-1-sec02{
    padding: 80px 0 120px;
  }
  .sub06-1-sec02 .inner{
    padding: 0 20px;
  }
  .sub06-1-sec02 .cm-titbox01{
    margin-bottom: 60px;
  }
  .sub06-1-sec02 .bottom-txt-line{
    margin-top: 12px;
    gap: 10px;
  }
  .sub06-1-sec02 .bottom-txt-line > div{
    width: 100%;
  }
  .sub06-1-sec02 .bottom-txt-line > .left h3{
    font-size: 20px;
  }
  .sub06-1-sec02 .bottom-txt-line > .right p{
    font-size: 15px;
  }
}

@media(max-width:767px){
  .sub06-1-sec02.on .bottom-txt-line > .right p br{
    display: none;
  }
}

/* sub06-1 */

.sub06-2-sec01 .con-wrapper{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sub06-2-sec01 .con-bigbox{
  margin-bottom: 160px;
}
.sub06-2-sec01 .con-bigbox:last-child{
  margin-bottom: 0;
}
.sub06-2-sec01 .con-bigbox .con-line{
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.sub06-2-sec01 .con-bigbox .con-line > .txt{
  width: calc(37.5% - 15px);
}
.sub06-2-sec01 .con-bigbox .con-line > .img{
  width: calc(62.5% - 15px);
}
.sub06-2-sec01 .con-bigbox .con-line.even > .txt{
  order: 1;
}
.sub06-2-sec01 .con-bigbox .con-line.even > .img{
  order: 0;
}
.sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox{
  padding-top: 120px;
  padding-left: 160px;
}
.sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox h2{
  font-size: 60px;
  font-weight: bold;
  color: rgb(29, 29, 31);
}
.sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox h4{
  font-size: 24px;
  font-weight: bold;
  color: rgb(29, 29, 31);
  margin-top: 24px;
}
.sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox p{
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(73, 73, 78);
}

@media(max-width:1600px){
  .sub06-2-sec01 .con-bigbox{
    margin-bottom: 80px;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox{
    padding-top: 80px;
    padding-left: 80px;
  }
}

@media(max-width:1400px){
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox{
    padding-left: 50px;
  }
}

@media(max-width:1024px){
  .sub06-2-sec01 .con-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
  }
  .sub06-2-sec01 .con-bigbox{
    margin-bottom: 60px;
    width: calc(50% - 5px);
  }
  .sub06-2-sec01 .con-bigbox .con-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt{
    width: 100%;
    order: 1 !important;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .img{
    width: 100%;
    order: 0 !important;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox{
    padding-top: 0px;
  }
  .sub06-2-sec01 .con-bigbox .con-line.odd > .txt > .txtbox{
    padding-left: 20px;
    padding-right: 5px;
  }
  .sub06-2-sec01 .con-bigbox .con-line.even > .txt > .txtbox{
    padding-left: 5px;
    padding-right: 20px;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox h2{
    font-size: 24px;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox h4{
    font-size: 17px;
    margin-top: 12px;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox p{
    margin-top: 6px;
    font-size: 15px;
  }
}

@media(max-width:767px){
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox p br{
    display: none;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox h4{
    font-size: 16px;
  }
  .sub06-2-sec01 .con-bigbox .con-line > .txt .txtbox p{
    font-size: 14px;
    margin-top: 4px;
  }
}

@media(max-width:350px){
  .sub06-2-sec01 .con-bigbox{
    width: 100%;
  }
}

/* sub06-2 */

.sub07-2-sec01 .tit-line{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.sub07-2-sec01 .tit-line > .left h3{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(29, 29, 31);
}
.sub07-2-sec01 .tit-line > .right p{
  font-size: 28px;
  font-weight: 500;
  color: rgb(29, 29, 31);
}
.map-wrap{
  width: 100%;
  height: 720px;
  position: relative;
  background: #f1f1f1;
}
.map-wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub07-2-sec01 .add-line{
  margin-top: 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.sub07-2-sec01 .add-line > .txtbox{
  width: calc(50% - 20px);
  padding-top: 20px;
  border-top: 2px solid rgb(29, 29, 31);
}
.sub07-2-sec01 .add-line > .txtbox h3{
  font-size: 20px;
  font-weight: normal;
  color: rgb(29, 29, 31);
}
.sub07-2-sec01 .add-line > .txtbox p{
  margin-top: 6px;
  font-size: 20px;
  font-weight: normal;
  color: rgb(29, 29, 31);
}

@media(max-width:1600px){
  .map-wrap{
    height: 500px;
  }
}

@media(max-width:1024px){
  .sub07-2-sec01 .tit-line{
    gap: 12px;
    margin-bottom: 30px;
  }
  .sub07-2-sec01 .tit-line > .left h3{
    font-size: 24px;
  }
  .sub07-2-sec01 .tit-line > .right p{
    font-size: 16px;
  }
  .map-wrap{
    height: 300px;
  }
  .sub07-2-sec01 .add-line{
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .sub07-2-sec01 .add-line > .txtbox{
    width: calc(50% - 10px);
    padding-top: 16px;
    border-top: 1px solid rgb(29, 29, 31);
  }
  .sub07-2-sec01 .add-line > .txtbox h3{
    font-size: 18px;
  }
  .sub07-2-sec01 .add-line > .txtbox p{
    margin-top: 4px;
    font-size: 16px;
  }
}

@media(max-width:500px){
  .sub07-2-sec01 .add-line{
    gap: 10px;
  }
  .sub07-2-sec01 .add-line > .txtbox{
    width: calc(50% - 5px);
  }
  .sub07-2-sec01 .tit-line > .left h3{
    font-size: 20px;
  }
  .sub07-2-sec01 .tit-line > .left h3 br{
    display: none;
  }
}

@media(max-width:350px){
  .sub07-2-sec01 .add-line{
    gap: 30px;
  }
  .sub07-2-sec01 .add-line > .txtbox{
    width: 100%;
  }
}

/* sub07-2 */