/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}


.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #534439;
  --co02: #3a2020;
  --co03: #c7a58b;
}

::selection{color: #fff; background: var(--co01); }

.fc{font-family: "Cormorant", serif;}
.fn{font-family: "Noto Serif KR", serif;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 1600px; margin: 0 auto; max-width:100%;}
.inner02{width: 1800px; margin: 0 auto; max-width:100%;}

@media screen and (max-width:1650px) {
.inner,
.inner02{width: 100%; padding: 0 2.6%;}
}


/* header */
#header{position: fixed;top: 0; left: 0; width: 100%;line-height: 1; background: #fff;z-index: 9000;border-bottom: 1px solid #f5f5f5;}
#header .inner{display: flex;align-items: center; justify-content: space-between;width: 100%;height: 100px;padding: 0 60px;}
#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 41px 45px;z-index: 1000;}
#header .gnb > li:last-child{padding-right: 0;}
#header .gnb > li span a{position: relative;}
#header .gnb > li span a::after{content:'';opacity: 0;position: absolute; right: -10px;top: -7px; width: 22px; height: 22px; border-radius:50%; background: rgba(199,165,139,.3);transition:.5s;}
#header .gnb > li.on span a::after{opacity: 1;}
#header .gnb span a{display: block;font-size: 22px; color: var(--co01); font-weight: 700;font-family: "Cormorant", serif;}
#header .gnb .lnb_sub{display: none;position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; padding-top: 10px;}
#header .gnb > li:last-child .lnb_sub{left: 60%; }
#header .gnb .lnb_sub ul{padding: 30px 0px;width: 240px; background: rgba(255,255,255,.9); border-radius:12px;}
#header .gnb .lnb_sub ul li a{display: block;color: #666;font-size: 18px;text-align: center;font-weight: 500;transition:.5s;}
#header .gnb .lnb_sub ul li:hover a{color: var(--co01);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 25px;}

@media screen and (max-width:1440px) {
#header .gnb > li{padding: 41px 30px;}
}

.nav_btn{display: none;}
.navigation{display: none;}

#visual_wrap{position: relative;line-height: 1;margin-top: 100px;}
#visual_wrap .txt_wrap{position: absolute; width: 100%; top: 50%; transform:translateY(-50%);}
#visual_wrap .txt_wrap span{opacity: 0;display: block;font-size: 30px;color: #fff; font-weight: 700;transition:2s; transition-delay:.5s;}
#visual_wrap .txt_wrap p{opacity: 0;font-size: 45px; color: #fff; line-height: 65px; margin-top: 30px;transition:1s; transition-delay:1s;}
#visual_wrap .txt_wrap p b{font-weight: 700;}

#visual_wrap ul.visual li.slick-active .txt_wrap span{opacity: 1;}
#visual_wrap ul.visual li.slick-active .txt_wrap p{opacity: 1;}

#visual_wrap .slide_items{position: absolute;bottom: 80px;width: 100%;}
#visual_wrap .slide_items .inner{display: flex;gap:20px; align-items: center;}
#visual_wrap .slide_items .progress{position: relative;}
#visual_wrap .slide_items .progress .numcount{display: flex;align-items: center;gap:180px;transform: translateY(-3px);}
#visual_wrap .slide_items .progress span{font-size: 30px; color: #fff; font-weight: 700;}
#visual_wrap .slide_items .progress .dots_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);text-indent: -9999px; width: 150px; height: 2px; background: rgba(255,255,255,.5);}
#visual_wrap .slide_items .progress .dots_wrap li{position: absolute; left: 0;top: 0;width: 0%; height: 100%;background: #fff;}
#visual_wrap .slide_items .progress .dots_wrap li.slick-active{animation: visAni01 5s ease forwards;}
#visual_wrap .slide_items .arr_wrap{display: flex;align-items: center;gap:10px;}
@keyframes visAni01{
0%{width: 0%;}
100%{width: 100%;}
}

#visual_wrap .scroll{position: absolute;bottom: 80px; right: 160px;}
#visual_wrap .scroll img:not(:last-child){margin-bottom: 5px; opacity: .5;}

/* section */
.section{line-height: 1; padding: 160px 0;}
.section .sec_tit{margin-bottom: 65px;}
.section .sec_tit strong{display: block;font-size: 80px; color: var(--co01);font-weight: 500; line-height: 98px;}
.section .sec_tit span{display: block;font-size: 24px; color: var(--co03); margin-top: 60px; line-height: 36px;font-weight: 700;}
.section .sec_tit p{font-size: 20px; color: #666; line-height: 32px; }
.section .sec_tit .txt{margin-top: 20px;}
.section .sec_tit .txt p:not(:last-child){margin-bottom: 20px;}

input[type="radio"].ra_st01{display: none;}
input[type="radio"].ra_st01 + label{position: relative;	padding-left: 30px;font-size: 18px; color: #222;}
input[type="radio"].ra_st01 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 20px; height: 20px; border:1px solid #ddd; border-radius:50%;}
input[type="radio"]:checked.ra_st01 + label::after{border:5px solid var(--co03)}

input[type="checkbox"].chk_st01{display: none;}
input[type="checkbox"].chk_st01 + label{position: relative;font-size: 16px; color: #666;padding-left: 28px;}
input[type="checkbox"].chk_st01 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 18px; height: 18px; border:1px solid #ddd; border-radius:4px;}
input[type="checkbox"].chk_st01:checked + label::after{content:'✓';background: var(--co03);text-align: center;color: #fff; border:1px solid var(--co03)}

input[type="radio"].chk_st02{display: none;}
input[type="radio"].chk_st02 + label{position: relative;font-size: 16px; color: #333;padding-left: 26px;}
input[type="radio"].chk_st02 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 18px; height: 18px; border:1px solid #ddd; border-radius:50%;}
input[type="radio"].chk_st02:checked + label::after{content:'';border:5px solid var(--co03)}

/* section01 */
#section01{position: relative;/* background: url(/assets/images/main/sec01_bg01_pc.jpg)center no-repeat; background-size: cover; */}
#section01 svg.bg01{position: absolute; top: 0; right: 0;width: 942px;height: 430px;z-index: -1;}
#section01 svg.bg02{position: absolute; bottom: 0; left: 0;width: 472px;height: 978px;z-index: -1;}
#section01 .st0{fill: none;stroke: #F7F2EE;stroke-width: 6;stroke-miterlimit: 10;stroke-dasharray: 4000;stroke-dashoffset: 4000;}
#section01 .st1{fill: none;stroke: #F7F2EE;stroke-width: 6;stroke-miterlimit: 10;stroke-dasharray: 4000;stroke-dashoffset: 4000;}
#section01 svg.bg01.on .st0{animation: draw01 10s ease forwards;}
@keyframes draw01 {
	to{stroke-dashoffset: 0;}
}

#section01 svg.bg02.on .st1{animation: draw01 10s ease forwards;}
@keyframes draw01 {
	to{stroke-dashoffset: 0;}
}
	
#section01 .inner{width: 100%;}
#section01 .sec_tit{text-align: center;}
#section01 .more_btn{position: relative;display: flex; align-items: center; gap:12px;font-size: 24px; color: var(--co01);font-weight: 700;margin: 40px auto 0; width: fit-content;}
#section01 .more_btn em{position: relative;z-index: 1;}
#section01 .more_btn em::after{content:'';position: absolute;left: 0px;bottom: 6px;width: 20px; height: 8px; background: url(/assets/images/main/more_btn01-1_pc.png)center no-repeat;z-index: -1;}
#section01 .more_btn em img{transition:.4s;}
#section01 .more_btn:hover em img{transform: translateX(20px);opacity: 0;}
#section01 .con{width: 1800px; height: 700px; border-radius:120px;overflow: hidden;margin: 0 auto;}
#section01 .con img{width: 100%; height: 100%; object-fit:cover;}

@media screen and (max-width:1600px) {
#section01 .con{width: 100%;}
}

/* section02 */
#section02{background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section02 .tit{display: flex;align-items: flex-end; justify-content: space-between; margin-bottom: 60px;}
#section02 .tit span{display: block;font-size: 30px; font-weight: 700; color: var(--co03); margin-bottom: 20px;}
#section02 .tit p{font-size: 50px; color: var(--co01); line-height: 75px; font-weight: 500;}
#section02 .tit p b{color: var(--co03); font-weight: 500;}
#section02 .arr_wrap.pc_arr{display: flex;gap:10px;}
#section02 .arr_wrap.mob_arr{display: none;}

#section02 .slide_wrap{margin-bottom: 80px;}
#section02 .slide_wrap .img_wrap{position:relative; width:100%; padding-bottom:40.625%;overflow: hidden; border-radius:120px;}
#section02 .slide_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section02 .slick-dots{position: absolute; left: 50%; bottom: 40px; transform:translateX(-50%);display: flex;align-items: center; justify-content: center;gap:28px;}
#section02 .slick-dots li{position: relative;width: 12px; height: 12px; border-radius:50%; background: rgba(255,255,255,.5);text-indent: -9999px;transition:.4s; cursor:pointer;}
#section02 .slick-dots li::after{content:''; position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); opacity: 0; width: 32px; height: 32px; border:2px solid #fff; border-radius:50%;transition:.4s;}
#section02 .slick-dots li.slick-active{background: #fff;}
#section02 .slick-dots li.slick-active::after{opacity: 1;}

#section02 .con{display: flex;align-items: center;}
#section02 .con .img_box{width: 50%; border-radius:225px;}
#section02 .con .img_box img{width: 100%; height: 100%; object-fit:cover;}

#section02 .con .txt_box{width: 50%;padding-left: 80px;}
#section02 .con .txt_box strong{position: relative;display: block; width: fit-content;font-size: 50px;	color: var(--co01); font-weight: 500; margin-bottom: 45px;}
#section02 .con .txt_box strong::after{content:'';position: absolute;top: 50%;transform:translateY(-50%);left: calc(100% + 30px); width: 0px; height: 2px; background: var(--co03);transition:1s;}
#section02 .con .txt_box strong.on::after{width: 60px;}
#section02 .con .txt_box .txt p{font-size: 20px; color: #666; line-height: 32px;}
#section02 .con .txt_box .txt p:not(:last-child){margin-bottom: 20px;}

/* section03 */
#section03{background: url(/assets/images/main/sec03_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section03 .inner{display: flex; align-items: center; justify-content: space-between;}
#section03 .txt_box{padding-right: 50px;}

/*section04*/
#section04{position: relative;background: url(/assets/images/main/sec04_bg01_pc.jpg)center no-repeat; background-size: cover;padding-top: 240px; padding-bottom: 0;}
#section04 .sec_tit strong{color: var(--co03);}
#section04 .sec_tit p{color: #aaa;}

#section04 .tab-menu-wrap{display: flex; gap:80px; justify-content: flex-end;flex-direction: column;position: absolute;right: 0; top: 0;width: 322px; height: 100%; border-left: 1px solid rgba(255,255,255,.2);padding: 155px 58px;}
#section04 .tab-menu-wrap a{display: block;font-size: 50px; color: #aaa;font-weight:500;}
#section04 .tab-menu-wrap a.on{color: var(--co03);}

#section04 .slide_wrap{width: calc(100% - 322px);}
#section04 .slide_wrap ul li{display: flex;align-items: flex-end;}
#section04 .slide_wrap ul li .img_box{width: 56.9%;}
#section04 .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:61.458%; overflow: hidden; border-radius: 0 160px 60px 0;}
#section04 .slide_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

#section04 .slide_wrap ul li .txt_box{width: 43.1%;padding:0px 80px 100px;}
#section04 .slide_wrap ul li .txt_box strong{display: block;font-size: 50px; color: #fff; font-weight: 500; margin-bottom: 40px;}
#section04 .slide_wrap ul li .txt_box p{font-size: 20px;color: #aaa; line-height: 32px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word;}
#section04 .slide_wrap ul li .txt_box .arr_wrap{display: flex;align-items: center;gap:30px; margin-top: 80px;}

@media screen and (max-width:1550px) {
#section04 .slide_wrap{width: calc(100% - 250px);}
#section04 .slide_wrap ul li .txt_box{padding: 0px 50px 50px;}
#section04 .tab-menu-wrap{width: 250px;padding: 155px 30px;}
#section04 .tab-menu-wrap a{font-size: 42px;}

}

/* section05 */
#section05{position: relative;}
#section05 .bg_txt{position: absolute;left: 0;bottom: 190px;width: max-content;z-index: -1;}
#section05 .bg_txt p{font-size: 150px; color: rgba(83,68,57,.1);font-weight: 700;}

#section05 .con01{display: flex;align-items: center;padding-left: 160px; margin-bottom: 60px;}
#section05 .con01 .sec_tit{width: 50%;}
#section05 .con01 .img_box{width: 50%; height: 600px; border-radius:160px 0 0 60px; overflow: hidden;}
#section05 .con01 .img_box img{width: 100%; height: 100%; object-fit:cover;}

#section05 .con02{display: flex;gap:60px;}
#section05 .con02 .img_box{border-radius:120px;overflow: hidden;}
#section05 .con02 .img_box.img01{width: 63%;height: 395px;}
#section05 .con02 .img_box.img02{width: 34.8%;height: 620px;}
#section05 .con02 .img_box img{width: 100%; height: 100%; object-fit:cover;}

@media screen and (max-width:1600px) {
#section05 .con01{padding-left: 2.6%;}
}

/* section06 */
#section06{padding: 0 0 160px;}
#section06 .online_wrap{display: flex;border:1px solid #ddd; border-radius:60px;}
#section06 .online_wrap .img{width: 640px; height: 100%;}
#section06 .online_wrap .img img{width: 100%; height: 100%; object-fit:cover;}

#section06 .online_wrap .con{width: calc(100% - 640px);padding: 60px;}
#section06 .online_wrap .con .tit_wrap{margin-bottom: 60px;}
#section06 .online_wrap .con .tit_wrap strong{display: block;font-size: 50px; color: var(--co01);text-align: center;font-weight: 500;}
#section06 .online_wrap .con .tit_wrap p{text-align: center;font-size: 20px; color: var(--co03); font-weight: 700; margin-top: 35px;}
#section06 .online_wrap .con .ra_wrap{display: flex;gap:40px;margin-bottom: 30px;}

#section06 .online_wrap .con .input_wrap{display: flex;flex-wrap:wrap;gap:30px 40px;}
#section06 .online_wrap .con .input_wrap .input{width: calc((100% - 40px) / 2);}
#section06 .online_wrap .con .input_wrap .input p{font-size: 18px; color: #222;margin-bottom: 20px;}
#section06 .online_wrap .con .input_wrap .input p b{font-weight: 400;color: var(--co03);}
#section06 .online_wrap .con .input_wrap .input input{width: 100%; height: 50px; padding: 0 20px; font-size: 16px; color: #222; border:1px solid #ddd; border-radius:6px;}
#section06 .online_wrap .con .input_wrap .input input::placeholder{font-size: 16px; color: #aaa;}
#section06 .online_wrap .con .input_wrap .input input:focus{outline:0;}
#section06 .online_wrap .con .input_wrap .input select{width: 100%; height: 50px; padding: 0 20px; font-size: 16px; color: #aaa; border:1px solid #ddd; border-radius:6px; background: url(/assets/images/main/select_icon01_pc.png)center right 20px no-repeat; background-size: 12px; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section06 .online_wrap .con .input_wrap .input select:focus{outline:0;}
#section06 .online_wrap .con .input_wrap .date_wrap{display: flex;gap:10px;}
#section06 .online_wrap .con .input_wrap .date_wrap input[type="date"]{width: calc((100% - 10px) / 2);}
#section06 .online_wrap .con .input_wrap .date_wrap select{width: calc((100% - 10px) / 2);}
#section06 .online_wrap .con .input_wrap .input02{width: 100%;}
#section06 .online_wrap .con .input_wrap .input textarea{width: 100%; height: 180px; border:1px solid #ddd; border-radius:6px;resize:none;font-size: 16px; color: #222;padding: 20px;}
#section06 .online_wrap .con .input_wrap .input textarea::placeholder{font-size: 16px; color: #aaa;}
#section06 .online_wrap .con .input_wrap .input textarea:focus{outline:0;}

#section06 .online_wrap .con .pri_wrap{display: flex;align-items: center; justify-content: center;gap:5px;margin: 30px 0 40px;}
#section06 .online_wrap .con .pri_wrap .pri_pop_btn{font-size: 16px; color: #222; font-weight: 400;cursor: pointer;}

#section06 .online_wrap .con .btn_wrap{display: flex;align-items: center; justify-content: center;}
#section06 .online_wrap .con .btn_wrap a{display: flex; align-items: center; justify-content: center; width: 220px; height: 60px; font-size: 18px; color: #fff; background: var(--co03); border-radius:30px;}

/* section07 */
#section07{background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section07 .inner{display: flex;}
#section07 .con{width: 50%;}
#section07 .con .map_wrap{position:relative; width:100%; padding-bottom:67.5%;border-radius:60px; overflow: hidden; box-shadow: 3px 3px 20px rgba(0,0,0,.15);}
#section07 .con .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

#section07 .txt_con{padding-left: 80px;}
#section07 .txt_con .tit{margin-bottom: 60px;}
#section07 .txt_con .tit span{display: block;font-size: 30px; color: var(--co03); font-weight: 700;}
#section07 .txt_con .tit strong{display: block;font-size: 50px; color: var(--co01); font-weight: 500; margin: 40px 0px;}
#section07 .txt_con .tit p{font-size: 20px; color: #666;}
#section07 .txt_con .txt_wrap .txt:not(:last-child){margin-bottom: 40px;}
#section07 .txt_con .txt_wrap .txt strong{display: flex; align-items: center;gap:20px; font-size: 20px; color: var(--co01);font-weight: 700; margin-bottom: 20px;}
#section07 .txt_con .txt_wrap .txt ul li:not(:last-child){margin-bottom: 20px;}
#section07 .txt_con .txt_wrap .txt ul li span{display: block;font-size: 18px; color: #009946; font-weight: 700;}
#section07 .txt_con .txt_wrap .txt ul li span b{display: inline-block; width: 26px; height: 26px; line-height: 26px; font-size: 16px; margin-right: 5px;color: #fff; font-weight: 700; background: #009946; border-radius:50%;text-align: center;}
#section07 .txt_con .txt_wrap .txt ul li p{font-size: 18px; color: #666; margin-top: 10px;}

#section07 .txt_con .txt_wrap .txt02 ul li:not(:last-child){margin-bottom: 15px;}
#section07 .txt_con .txt_wrap .txt02 ul li p{margin-top: 0;}
#section07 .txt_con .txt_wrap .txt02 ul li p b{color: #222; font-weight: 700; }

.quick_menu{position: fixed; bottom: 100px; right: 60px;line-height: 1;z-index: 8000;}
.quick_menu .quick{position: relative;}
.quick_menu .quick:not(:last-child){margin-bottom: 10px;}
.quick_menu .quick a{display: flex; align-items: center; justify-content: center;gap:10px;flex-direction: column; width: 70px; height: 70px; border-radius:50%;	 box-shadow: 3px 3px 12px rgba(0,0,0,.25);}
.quick_menu .quick a:not(.top_btn) img{width: 100%;}
.quick_menu .quick a.top_btn{font-size: 16px; color: #fff; font-weight: 500;background: #333;}
.quick_menu .quick ul.q02{display: none;position: absolute; right: 80px;top: 50%; transform:translateY(-50%);}
.quick_menu .quick ul.q02 li:not(:last-child){margin-bottom: 4px;}
.quick_menu .quick ul.q02 li a{display: flex; align-items: center; justify-content: center; width: 200px; height: 48px; border-radius:24px; font-size: 16px; color: var(--co02); font-weight: 700; border:1px solid #ddd; background: #fff;}

/* pri_pop */
.pri_pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);z-index: 9999;line-height: 1;}
.pri_pop_wrap .pop_box_wrap{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);}
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 24px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 30px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 20px; height: 3px; background: #fff;}
.pri_pop_wrap .pop_box{width: 1000px; height: 397px;background: #fff; border-radius:12px;padding: 40px 35px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 18px; color: #999;line-height: 30px;white-space:pre-wrap;}

.pri_pop_wrap .pop_box .txt::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-track {background: rgba(33, 122, 244, 0);  /*스크롤바 뒷 배경 색상*/}


/* footer */
#footer{line-height: 1; background: #fff;padding: 80px 0px 40px; border-top: 1px solid #ddd;}
#footer .f_top{display: flex;justify-content: space-between;padding-bottom: 80px;}
#footer .f_top .left{display: flex;}
#footer .f_top .left .f_logo{display: block;margin-right: 150px;}
#footer .f_top .left .txt{margin-right: 50px;}
#footer .f_top .left .txt p{font-size: 18px; color: #333; font-weight: 700;}
#footer .f_top .left .txt strong{display: block;font-size: 30px; color: #333; font-weight: 700;margin: 35px 0px 20px;}
#footer .f_top .left .txt span{display: block;font-size: 16px; line-height: 24px; color: #999;}

#footer .f_top .right{display: flex;gap:80px; align-items: flex-start;}
#footer .f_top .right .a_wrap a{display: block;font-size: 18px; color: #333; font-weight: 700;}
#footer .f_top .right .a_wrap a:not(:last-child){margin-bottom: 35px;}
#footer .f_top .right .sns_wrap{display: flex;align-items: center;gap:40px;}

#footer .f_bot{padding-top: 40px; border-top: 1px solid #ddd;}
#footer .f_bot address{font-size: 16px; color: #666;line-height: 32px;}
#footer .f_bot address i{display: inline-block; width: 30px;}
#footer .f_bot p.copy{font-size: 16px; color: #888; font-weight: 500;margin-top: 20px;}

/*==sub=================================================================*/
#sub_visual_wrap{position: relative;line-height: 1;margin-top: 100px;}
#sub_visual_wrap > p{height: 450px;}
#sub_visual_wrap .sub_con{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);text-align: center; width: 100%;z-index: 100;}
#sub_visual_wrap .sub_con .txt_wrap h2{font-size: 80px; color: #fff; font-weight: 700;}
#sub_visual_wrap .sub_con ul.sub_nav{display: flex; align-items: center; justify-content: center; gap:64px; margin-top: 40px;}
#sub_visual_wrap .sub_con ul.sub_nav > li{position: relative;font-size: 18px; color: #fff;}
#sub_visual_wrap .sub_con ul.sub_nav > li:not(:last-child)::after{content:'';position: absolute; right: -32px; top: 50%; transform:translateY(-50%); width: 4px; height: 4px;background: rgba(255,255,255,.8); border-radius:50%;}
#sub_visual_wrap .sub_con ul.sub_nav > li p{position: relative; cursor:pointer;}
#sub_visual_wrap .sub_con ul.sub_nav > li:not(:first-child) p{padding-right: 20px;}
#sub_visual_wrap .sub_con ul.sub_nav > li:not(:first-child) p::after{content:'';position: absolute; right: 0; top: 50%;transform:translateY(-50%); background: url(/assets/images/sub/tab_arr.png)center no-repeat; width: 7px; height: 4px; background-size: cover;}
#sub_visual_wrap .sub_con ul.sub_nav li ul.depth_wrap{display: none;position: absolute;top: 28px;left: 50%;transform:translateX(-50%); width: max-content;min-width: 150px; box-shadow: 6px 6px 12px rgba(0,0,0,.15);}
#sub_visual_wrap .sub_con ul.sub_nav li ul.depth_wrap li a{display: flex;align-items: center;height: 40px;background: #fff;padding: 0 16px;font-size: 16px; color: #666;}
#sub_visual_wrap .sub_con ul.sub_nav li ul.depth_wrap li.on a{background: #eee4dc;}
#sub_visual_wrap .sub_con ul.sub_nav li.dep01 ul.depth_wrap{width: 200px;}

#sub_contents{padding: 100px 0px 120px;}
#sub_contents.no_pb{padding-bottom: 0;}
#sub_contents .inner{width: 1400px;}
#sub_contents .contop{line-height: 1;margin-bottom: 70px;}
#sub_contents .contop h2{font-size: 60px; color: #333; font-weight: 600;text-align: center;}

/* 공통 */
h2.h2_tit01{font-size: 60px; color: #333; font-weight: 600;margin-bottom: 70px;text-align: center;}

.txt_box_st01{position: relative;padding: 35px 0 75px;text-align: center;}
.txt_box_st01::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%); width: 40px; height: 3px; background: var(--co01);}
.txt_box_st01 strong{display: block;font-size: 24px; color: var(--co01);margin-bottom: 10px;}
.txt_box_st01 p{font-size: 18px; color: #666; line-height: 32px;}

table.tbl01{width: 100%;table-layout: fixed; border-top: 2px solid var(--co01);}
table.tbl01 th{font-size: 18px; color: #333; font-weight: 500;padding: 15px;background: #f5f5f5;}
table.tbl01 th span{font-size: 16px; color: #666;}
table.tbl01 td{font-size: 18px;color: #666;padding: 15px;border:1px solid #ddd;text-align: center;}
table.tbl01 td:first-child{border-left: 0;}
table.tbl01 td:last-child{border-right: 0;}
table.tbl01 td img{display: block;}
table.tbl01 td.td_left{text-align: left;}

table.tbl02{width: 100%;table-layout: fixed; border-top: 2px solid var(--co01);}
table.tbl02 tr{border-bottom: 1px solid #ddd;transition:.3s;}
table.tbl02 tr:not(:first-child):hover{background: #f6f6f6;}
table.tbl02 th{font-size: 17px; color: #333; font-weight: 700;padding: 14px;}
table.tbl02 th span{font-size: 17px; color: #666;}
table.tbl02 td{font-size: 16px;color: #666;padding: 14px;text-align: center;}
table.tbl02 td img{display: block;}
table.tbl02 td.td_left{text-align: left;}

table.tbl02 td .answer_color01{display: flex;align-items: center; justify-content: center;width: 80px; height: 30px; background: var(--co03); color: #fff;font-size: 15px;margin: 0 auto;}
table.tbl02 td .answer_color02{display: flex;align-items: center; justify-content: center;width: 80px; height: 30px; border:1px solid var(--co03); background: #fff;font-size: 15px;color: var(--co03);margin: 0 auto;}

.calendar01 .month{display: flex;align-items: center; justify-content: center;gap:40px; margin-bottom: 50px;}
.calendar01 .month strong{font-size: 35px; color: #333; font-weight: 700;}
.calendar01 .tbl_wrap .top{ margin-bottom: 20px;}
.calendar01 .tbl_wrap .top ul{display: flex;align-items: center;justify-content: flex-end;gap:15px;}
.calendar01 .tbl_wrap .top ul li{display: flex;align-items: center;gap:5px;font-size: 18px; color: #333;}
.calendar01 .tbl_wrap .top em.tag01{display: block; width: 18px; height: 18px; border-radius:4px; background: #db0000;}
.calendar01 .tbl_wrap .top em.tag02{display: block; width: 18px; height: 18px; border-radius:4px; background: #fff; border:1px solid #ddd;}
.calendar01 .tbl_wrap .top em.tag03{display: flex;align-items: center; justify-content: center; width: 18px; height: 18px; border-radius:4px; background: var(--co01);}
.calendar01 .tbl_wrap .top em.outdoor{display: block; width: 18px; height: 18px; border-radius:4px; background: #10a14c;}
.calendar01 .tbl_wrap table{table-layout: fixed;width: 100%;}
.calendar01 .tbl_wrap table th{font-size: 18px; padding: 15px; color: #333; font-weight: 500;border:1px solid #ddd;}
.calendar01 .tbl_wrap table td{font-size: 18px; min-height: 60px;padding: 10px 15px; color: var(--co01); font-weight: 500;border:1px solid #ddd;text-align: center;}

.calendar01 .tbl_wrap table th.co01{font-size: 20px; color: #fff; background: var(--co01);border:0;}
.calendar01 .tbl_wrap table th.co02{background: #f3ece6;}

.calendar01 .tbl_wrap table td .tag01{display: block; margin: 0 auto; width: 18px; height: 18px;border-radius:4px; background: #db0000;pointer-events: none;}
.calendar01 .tbl_wrap table td .tag02{display: block; margin: 0 auto; width: 18px; height: 18px; background: url(/assets/images/sub/cal_icon01.png)center no-repeat; background-size: cover;}
.calendar01 .tbl_wrap table td.outdoor .tag01{background: #10a14c;}
.calendar01 .tbl_wrap table td span{display: block;font-size: 16px; color: var(--co03);text-align: center;font-weight: 700;margin-top: 5px;margin-bottom: 5px;line-height: 1;}

.calendar01 .tbl_wrap table td input.tag02{display: none;}
.calendar01 .tbl_wrap table td input.tag02 + label{display: block;width: 18px; height: 18px; border:1px solid #ddd;border-radius:4px;margin: 0 auto;}
.calendar01 .tbl_wrap table td input:checked.tag02 + label{background: url(/assets/images/sub/chk_icon01.png)center no-repeat var(--co01); background-size: 11px; border:1px solid var(--co01);}

ul.ul_txt_st01 li{position: relative;font-size: 18px; color: #666; line-height: 32px;padding-left: 20px;}
ul.ul_txt_st01 li:not(:last-child){margin-bottom: 0px;}
ul.ul_txt_st01 li::after{content:'';position: absolute;left: 0; top: 13px;width: 5px; height: 5px; border-radius:50%; background: var(--co03); }

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{position: relative;width: 100%; height: 350px; border-radius:30px; overflow: hidden;}
.sub0101_wrap .con01 img{position: absolute;top: -50%;width: 100%; height: 700px; object-fit:cover;}
.sub0101_wrap .con02{position: relative;display: flex;padding: 0 80px; margin-top: 70px; background: url(/assets/images/sub/sub0101_bg01.png)right bottom  no-repeat; padding-bottom: 120px;}
.sub0101_wrap .con02 .tit{width: 480px;}
.sub0101_wrap .con02 .tit p{font-size: 50px; color: var(--co03); font-weight: 700; line-height: 80px;}
.sub0101_wrap .con02 .txt{width: calc(100% - 480px);}
.sub0101_wrap .con02 .txt p{font-size: 18px; color: #666; line-height: 32px;}
.sub0101_wrap .con02 .txt p:not(:last-child){margin-bottom: 20px;}
.sub0101_wrap .con02 .txt .bot{margin-top: 45px;}
.sub0101_wrap .con02 .txt .bot p{position: relative;padding-left: 20px;font-size: 20px; color: var(--co01); font-weight: 500;}
.sub0101_wrap .con02 .txt .bot p::after{content:'';position: absolute; top: 9px; left: 0; width: 3px; height: 16px;background: var(--co01);}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .depth03{display: flex; margin-bottom: 60px;}
.sub0102_wrap .depth03 li{flex:1;}
.sub0102_wrap .depth03 a{display: flex;align-items: center;justify-content: center;height: 60px;font-size: 18px;color: #666; border:1px solid #ddd;}
.sub0102_wrap .depth03 li:nth-child(1) a{border-radius:30px 0 0 30px;border-right: 0;}
.sub0102_wrap .depth03 li:nth-child(2) a{border-radius: 0 30px 30px 0;}
.sub0102_wrap .depth03 li.on a{background: var(--co03); border:1px solid var(--co03);color: #fff;font-weight: 700;}
.sub0102_wrap .con01 img{max-width: 100%;}

/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con01 .txt_wrap{display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}
.sub0103_wrap .con01 .txt_wrap .txt strong{position: relative;display: block;font-size: 24px; color: var(--co01); font-weight: 700; padding: 30px 0 20px;}
.sub0103_wrap .con01 .txt_wrap .txt strong::after{content:'';position: absolute; top: 0; left: 0; width: 40px; height: 3px; background: var(--co01);}
.sub0103_wrap .con01 .txt_wrap .txt p{font-size: 20px; color: #333; }
.sub0103_wrap .con01 .txt_wrap a{display: flex; align-items: center; justify-content: center;font-size: 18px; color: #666;width: 180px; height: 54px; border:1px solid #ddd;transition:.5s;}
.sub0103_wrap .con01 .txt_wrap a:hover{background: var(--co03);color: #fff;border:1px solid var(--co03);}

.sub0103_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:35.714%;}
.sub0103_wrap .con01 .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub0103_wrap .con02{margin-top: 20px;}
.sub0103_wrap .con02 .box_wrap .box{display: flex;gap:80px;padding: 60px 40px;}
.sub0103_wrap .con02 .box_wrap .box:nth-child(2){border-top: 1px solid #ddd;}
.sub0103_wrap .con02 .box_wrap .box .icon{display: flex;align-items: center; justify-content: center;width: 80px; height: 80px; border-radius:8px; background: #d2b7a2;}
.sub0103_wrap .con02 .box_wrap .box .txt{width: calc(100% - 160px);}
.sub0103_wrap .con02 .box_wrap .box strong{display: block;font-size: 24px;color: var(--co01);font-weight: 700;margin-bottom: 30px;}
.sub0103_wrap .con02 .box_wrap .box ul li{display: flex;font-size: 18px; color: #666;line-height: 1.4;}
.sub0103_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 5px;}
.sub0103_wrap .con02 .box_wrap .box ul li p{width: calc(100% - 150px);transform: translateY(4px);}
.sub0103_wrap .con02 .box_wrap .box ul li em{display: inline-block;width: 140px; height: 34px; border:2px solid #009946; color: #009946;font-size: 16px; text-align: center;font-weight: 700;line-height: 32px; border-radius:17px;margin-right: 10px;}	
.sub0103_wrap .con02 .box_wrap .box ul li b{font-weight: 700;color: #222;}

/*sub0201*/
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con01{display: flex;gap:80px; margin-bottom: 120px;}
.sub0201_wrap .con01 .img_con{width: 520px;}
.sub0201_wrap .con01 .img_con img{width: 100%;}
.sub0201_wrap .con01 .txt_con{width: calc(100% - 600px);}
.sub0201_wrap .con01 .txt_con ul li{display: flex;align-items: center;justify-content: space-between;padding: 35px 0;border-bottom: 1px solid #ddd;}
.sub0201_wrap .con01 .txt_con ul li:first-child{border-top: 1px solid #ddd;}
.sub0201_wrap .con01 .txt_con ul li strong{display: block;font-size: 24px;font-weight: 700;color: var(--co01);margin-bottom: 15px;}
.sub0201_wrap .con01 .txt_con ul li p{font-size: 18px; color: #666; line-height: 32px;}
.sub0201_wrap .con01 .txt_con ul li em{font-size: 80px;color: rgba(199,165,139,.5);font-weight: 700;}

.sub0201_wrap .con02 ul{display: flex;flex-wrap:wrap;border-top: 2px solid var(--co03);}
.sub0201_wrap .con02 ul li{position: relative;width: 50%;padding: 60px 0; border-bottom: 1px solid #ddd;}
.sub0201_wrap .con02 ul li:nth-child(2n-1)::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 1px; height: calc(100% - 120px); background: #ddd;}
.sub0201_wrap .con02 ul li em{display: flex;align-items: center;justify-content: center; width: 180px; height: 48px; font-size: 18px; color: #fff; background: var(--co03); border-radius:24px; margin-bottom: 20px;margin-left: 60px;}
.sub0201_wrap .con02 ul li .p_wrap{margin-left: 60px;}
.sub0201_wrap .con02 ul li p{font-size: 18px; color: #666;}
.sub0201_wrap .con02 ul li p:not(:last-child){margin-bottom: 15px;}

/*sub0202,3*/
.sub0202_wrap{line-height: 1;}
.sub0202_wrap .list_wrap ul{display: flex;flex-wrap:wrap;border-top: 1px solid #ddd;}
.sub0202_wrap .list_wrap ul li{display: flex;align-items: center;gap:40px;width: 50%;padding: 40px 0;border-bottom: 1px solid #ddd;}
.sub0202_wrap .list_wrap ul li .img_con{width: 270px;}
.sub0202_wrap .list_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:62.963%;}
.sub0202_wrap .list_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0202_wrap .list_wrap ul li .txt_con{width: calc(100% - 310px);}
.sub0202_wrap .list_wrap ul li .txt_con strong{display: block;font-size: 24px; color: var(--co01); font-weight: 700; margin-bottom: 10px;}
.sub0202_wrap .list_wrap ul li .txt_con span{display: block;font-size: 18px; color: var(--co03); font-weight: 800;}
.sub0202_wrap .list_wrap ul li .txt_con p{font-size: 18px; color: #666; line-height: 28px;margin-top: 20px;}
.sub0202_wrap .list_wrap ul li .txt_con p i{display: block;}
.sub0202_wrap .list_wrap .view_btn{display: flex; align-items: center;  border:1px solid #ddd; width: fit-content; height: 54px;padding: 0 30px; font-size: 18px; color: #666; margin: 80px auto 0;transition:.5s;}
.sub0202_wrap .list_wrap .view_btn:hover{background: var(--co03); color: #fff; border:1px solid var(--co03);}

/* sub0204 */
.sub0204_wrap{line-height: 1;}
.sub0204_wrap .box_wrap{display: flex;flex-wrap:wrap;gap:85px 40px;}
.sub0204_wrap .box_wrap .box{position: relative;width: calc((100% - 40px) / 2); border:1px solid #ddd; padding: 55px 40px 65px;}
.sub0204_wrap .box_wrap .box strong{position: absolute; display: flex; align-items: center;justify-content: center;top: -25px; left: 50%;transform:translateX(-50%); width: 180px; height: 48px; background: var(--co03); font-size: 18px;color: #fff; border-radius:24px;font-weight: 400;}
.sub0204_wrap .box_wrap .box ul li{display: flex;align-items: center; justify-content: space-between;}
.sub0204_wrap .box_wrap .box ul li:not(:last-child){margin-bottom: 20px;}
.sub0204_wrap .box_wrap .box ul li p{font-size: 18px; color: #333; font-weight: 700;}
.sub0204_wrap .box_wrap .box ul li p span{color: #666;font-weight: 400;}
.sub0204_wrap .box_wrap .box ul li p span b{color: #333; font-weight: 400;}
.sub0204_wrap .box_wrap .box ul li em{font-size: 18px; color: var(--co03);font-family: "Noto Serif KR", serif;font-weight: 800;}

/* sub0205 */
.sub0205_wrap{line-height: 1;}
.sub0205_wrap.sub0202_wrap .list_wrap ul li{position: relative;width: 100%;}
.sub0205_wrap.sub0202_wrap .list_wrap .view_btn{position: absolute; right: 0; top: 50%; transform:translateY(-50%);margin-top: 0;}

.sub0205_wrap .con02{margin-top: 120px;}
.sub0205_wrap .con02 .box_wrap{display: flex;justify-content: center;flex-wrap:wrap; border-top: 2px solid var(--co03); border-bottom: 1px solid #ddd;padding: 60px 0;}
.sub0205_wrap .con02 .box_wrap .box{width: 50%;}
.sub0205_wrap .con02 .box_wrap .box strong{display: flex; align-items: center; justify-content: center;width: 180px; height: 48px; background: var(--co03); border-radius:24px;font-size: 18px;color: #fff; font-weight: 400;margin: 0 auto 20px;}
.sub0205_wrap .con02 .box_wrap .box ul li{font-size: 18px; color: #666; line-height: 32px; text-align: center;}
.sub0205_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 5px;}

/* sub0206 */
.sub0206_wrap{line-height: 1;}
.sub0206_wrap .list_wrap ul{display: flex;flex-wrap:wrap;gap:80px 70px;}
.sub0206_wrap .list_wrap ul li{display: flex;align-items: center;gap:40px;width: calc((100% - 70px) / 2)}
.sub0206_wrap .list_wrap ul li .img_con{width: 270px;border:1px solid #ddd;}
.sub0206_wrap .list_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:129.63%;}
.sub0206_wrap .list_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0206_wrap .list_wrap ul li .txt_con{width: calc(100% - 310px);}
.sub0206_wrap .list_wrap ul li .txt_con strong{display: block;font-size: 24px; color: var(--co01);font-weight: 700;line-height: 32px;}
.sub0206_wrap .list_wrap ul li .txt_con span{display: block;font-size: 18px; color: var(--co03); font-weight: 400;margin-top: 10px;}
.sub0206_wrap .list_wrap ul li .txt_con em{display: block;font-size: 18px;color: var(--co03); font-weight: 800; margin-top: 40px;}
.sub0206_wrap .list_wrap .view_btn{display: flex; align-items: center;  border:1px solid #ddd; width: fit-content; height: 54px;padding: 0 30px; font-size: 18px; color: #666; margin: 80px auto 0;transition:.5s;}
.sub0206_wrap .list_wrap .view_btn:hover{background: var(--co03); color: #fff; border:1px solid var(--co03);}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con:not(:last-child){margin-bottom: 120px;}

.sub0301_wrap .con01 .img_slide01{position: relative;}
.sub0301_wrap .con01 .img_slide01 .img_wrap{position:relative; width:100%; padding-bottom:39.286%;overflow: hidden; border-radius:30px;}
.sub0301_wrap .con01 .img_slide01 .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0301_wrap .con01 .img_slide01 .txt_wrap{display: flex;align-items: center; justify-content: center;position: absolute; left: 0; bottom: 0;width: 100%; height: 70px; border-radius:30px; background: rgba(83,68,57,.9);}
.sub0301_wrap .con01 .img_slide01 .txt_wrap p{font-size: 24px;font-weight: 600;color: #fff;}
.sub0301_wrap .con01 .slick-prev{position: absolute; top: 50%;left: 30px;transform:translateY(-50%); background: url(/assets/images/sub/slide_prev01.png)center no-repeat; width: 80px; height: 80px;z-index: 100; text-indent: -9999px;}
.sub0301_wrap .con01 .slick-next{position: absolute; top: 50%;right: 30px;transform:translateY(-50%); background: url(/assets/images/sub/slide_next01.png)center no-repeat; width: 80px; height: 80px;z-index: 100; text-indent: -9999px;}
.sub0301_wrap .con01 .dots_wrap{margin-top: 40px;}
.sub0301_wrap .con01 .dots_wrap ul{display: flex; justify-content: flex-end;}
.sub0301_wrap .con01 .dots_wrap ul li{position: relative;display: flex; align-items: center; justify-content: center;width: 60px;padding-bottom: 12px;border-bottom: 1px solid var(--co03);}
.sub0301_wrap .con01 .dots_wrap ul li button{font-size: 20px; color: var(--co03); font-weight: 500;font-family: "Noto Serif KR", serif;transition:.4s;}
.sub0301_wrap .con01 .dots_wrap ul li:nth-child(-n+9) button::before{content:'0';}
.sub0301_wrap .con01 .dots_wrap ul li::after{content:'';position: absolute;left: 0;bottom: -2px;width: 0%; height: 2px; background: var(--co01);transition:1s;}
.sub0301_wrap .con01 .dots_wrap ul li.slick-active::after{width: 100%;}
.sub0301_wrap .con01 .dots_wrap ul li.slick-active button{color: var(--co01);font-weight: 700;}

.sub0301_wrap .con02 .box_wrap{border-top: 1px solid #ddd;}
.sub0301_wrap .con02 .box_wrap .box{display: flex;border-bottom: 1px solid #ddd; padding: 35px 0;}
.sub0301_wrap .con02 .box_wrap .box em{position: relative;display: block;padding-left: 100px;width: 345px;font-size: 50px; color: var(--co03);font-weight: 700;}
.sub0301_wrap .con02 .box_wrap .box em::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 60px; height: 3px; background: var(--co03);}
.sub0301_wrap .con02 .box_wrap .box p{width: calc(100% - 345px);font-size: 18px; color: #666; line-height: 32px;}
.sub0301_wrap .con02 .sub_txt{padding: 20px;margin-top: 30px; background: #f5f5f5; border-radius:12px;}
.sub0301_wrap .con02 .sub_txt p{font-size: 18px;color: var(--co01); font-weight: 700;text-align: center;}

.sub0301_wrap .con03 table.tbl01 .col01{width: 200px;}
.sub0301_wrap .con03 table.tbl01 .col02{width: 200px;}
.sub0301_wrap .con03 table.tbl01 .col03{width: 200px;}
.sub0301_wrap .con03 table.tbl01 .col04{width: 240px;}
.sub0301_wrap .con03 table.tbl01 .col05{width: 150px;}
.sub0301_wrap .con03 table.tbl01 .col06{width: 150px;}
.sub0301_wrap .con03 table.tbl01 .col07{}
.sub0301_wrap .con03 table.tbl01 ul li{display: flex;align-items: center;justify-content: center;gap:10px;}
.sub0301_wrap .con03 table.tbl01 ul li strong{color: var(--co01);}
.sub0301_wrap .con03 .sub_txt{margin-top:20px;}
.sub0301_wrap .con03 .sub_txt p {font-size: 16px; line-height: 24px; color: #333;}

.sub0301_wrap .con03 table.tbl01.pc_tbl{display: table;}
.sub0301_wrap .con03 .mob_tbl_wrap{display: none;}

.sub0301_wrap .con04 .box_wrap{display: flex;justify-content: center;flex-wrap:wrap; border-top: 2px solid var(--co03); border-bottom: 1px solid #ddd;padding: 60px 0;}
.sub0301_wrap .con04 .box_wrap .box{width: 50%;}
.sub0301_wrap .con04 .box_wrap .box strong{display: flex; align-items: center; justify-content: center;width: 180px; height: 48px; background: var(--co03); border-radius:24px;font-size: 18px;color: #fff; font-weight: 400;margin: 0 auto 20px;}
.sub0301_wrap .con04 .box_wrap .box ul li{font-size: 18px; color: #666; line-height: 32px; text-align: center;}
.sub0301_wrap .con04 .box_wrap .box ul li:not(:last-child){margin-bottom: 5px;}

/* sub0303 */
.sub0303_wrap .calendar01 .tbl_wrap table{margin-bottom: 40px;}
.sub0303_wrap .calendar01 .tbl_wrap table td{position: relative;color: #222;}
.sub0303_wrap .calendar01 .tbl_wrap table td a.on_btn{display: block;}
.sub0303_wrap .calendar01 .tbl_wrap table td a.on_btn img{display: block;margin: 0 auto;}
.sub0303_wrap .calendar01 .tbl_wrap table td .on_txt{display: none;position: absolute; top: calc(100% - 10px);left: 50%;transform:translateX(-50%);width: 250px; border:1px solid #ddd; border-radius:6px; background: #f5f5f5; box-shadow:4px 4px 10px rgba(0,0,0,.08);z-index: 1000;}
.sub0303_wrap .calendar01 .tbl_wrap table td .on_txt p{font-size: 14px; color: #333; line-height: 20px;padding: 6px 20px;}
.sub0303_wrap .calendar01 .tbl_wrap a.btn01{display: flex;align-items: center; justify-content: center;width: 180px; height: 54px;font-size: 18px; color: #666;margin: 80px auto 0; border:1px solid #ddd;transition:.4s;}
.sub0303_wrap .calendar01 .tbl_wrap a.btn01:hover{background: var(--co01);color: #fff; border:1px solid var(--co01);}

.sub0303_wrap .con03{display: flex;gap:20px; padding-top: 120px;}
.sub0303_wrap .con03 .opt_wrap{width: calc(100% - 500px);padding: 40px; border:1px solid #ddd;}
.sub0303_wrap .con03 .opt_wrap .tit{margin-bottom: 30px;}
.sub0303_wrap .con03 .opt_wrap .tit strong{display: block;font-size: 24px; color:var(--co01);}

.sub0303_wrap .con03 .opt_wrap .box table{width: 100%;}
.sub0303_wrap .con03 .opt_wrap .box table .col01{width: 26%;}
.sub0303_wrap .con03 .opt_wrap .box table .col02{width: 52%;}
.sub0303_wrap .con03 .opt_wrap .box table .col03{width: 22%;}
.sub0303_wrap .con03 .opt_wrap .box table th{font-size: 16px; padding: 12px;color: #333; font-weight: 700;border:1px solid #ddd;background: #f5f5f5;}

.sub0303_wrap .con03 .opt_wrap .box table .color01{color: var(--co03);}
.sub0303_wrap .con03 .opt_wrap .box table .bg_color01{background: #f5f5f5;}
.sub0303_wrap .con03 .opt_wrap .box table .bg_color02{background: #f3ece6;}

.sub0303_wrap .con03 .opt_wrap .box table td{font-size: 16px; padding: 12px;color: #333; font-weight: 700;border:1px solid #ddd;}
.sub0303_wrap .con03 .opt_wrap .box table td.td_center{text-align: center;}
.sub0303_wrap .con03 .opt_wrap .box table td span{font-weight: 400;}
.sub0303_wrap .con03 .opt_wrap .box table td b{font-weight: 700;}
.sub0303_wrap .con03 .opt_wrap .box table td .qty_wrap{display: flex;align-items: center; justify-content: center;gap:10px;}
.sub0303_wrap .con03 .opt_wrap .box table td .qty_wrap input[type="text"]{width: 60px; height: 28px;border:1px solid #ddd;color: #666;padding: 0px 10px;text-align: center;}
.sub0303_wrap .con03 .opt_wrap .box table td .qty_wrap input[type="text"]:focus{outline:0;}
.sub0303_wrap .con03 .opt_wrap .box table td .ra_wrap{display: flex; align-items: center;gap:20px;margin-bottom: 3px;}

.sub0303_wrap .con03 .opt_wrap .sub_txt{margin-top: 20px;}
.sub0303_wrap .con03 .opt_wrap .sub_txt p{font-size: 16px; line-height: 24px;color: #333;}

.sub0303_wrap .con03 .res_wrap{width: 480px;}
.sub0303_wrap .con03 .res_wrap .box{padding: 40px; background: #f5f5f5;}
.sub0303_wrap .con03 .res_wrap .box strong{display: block;font-size: 24px; color: var(--co01);font-weight: 700; margin-bottom: 35px;}
.sub0303_wrap .con03 .res_wrap .box p{font-size: 16px; color: #333; font-weight: 700}
.sub0303_wrap .con03 .res_wrap .box .span_wrap{margin-top: 15px;}
.sub0303_wrap .con03 .res_wrap .box span{display: block;font-size: 16px; color: #666;}
.sub0303_wrap .con03 .res_wrap .box span:not(:last-child){margin-bottom: 10px;}
.sub0303_wrap .con03 .res_wrap .box b{font-size: 20px; font-weight: 700; color: var(--co03);}
.sub0303_wrap .con03 .res_wrap .box .txt01{display: flex;align-items: center;gap:20px;}
.sub0303_wrap .con03 .res_wrap .box .txt02{margin-top: 30px;}
.sub0303_wrap .con03 .res_wrap .res_btn{display: flex; align-items: center; justify-content: center;width: 100%;height: 54px; background: #333;font-size: 18px; color: #fff; margin-top: 10px;}

.sub0303_dw_pop{display: none;position: fixed; top: 0; left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,.5);z-index: 9999;}
.sub0303_dw_pop .pop_box{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); background: #fff;padding: 50px 30px;}
.sub0303_dw_pop .pop_box .tit{position: relative;padding-bottom: 30px; margin-bottom: 40px;border-bottom: 1px solid #ddd;}
.sub0303_dw_pop .pop_box .tit::after{content:'';position: absolute; left: 50%; bottom: -2px; transform:translateX(-50%);width: 50px; height: 3px; background: var(--co01);} 
.sub0303_dw_pop .pop_box .tit strong{display: block;text-align: center;font-size: 35px; color: #333; font-weight: 700;}
.sub0303_dw_pop .pop_box .btn_wrap{display: flex;gap:10px;}
.sub0303_dw_pop .pop_box .btn_wrap a{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:14px; font-size: 16px; color: #fff;width: 265px; height: 140px;border-radius:12px; background: var(--co01);}

/* sub0304 */
.sub0304_wrap{line-height: 1;}
.sub0304_wrap .con{padding: 40px 20px;border-bottom: 1px solid #ddd;}
.sub0304_wrap .con:first-child{border-top: 1px solid #ddd;}
.sub0304_wrap .con .tit{display: flex;align-items: center;gap:20px;margin-bottom: 25px;}
.sub0304_wrap .con .tit strong{font-size: 24px; color: var(--co01); font-weight: 700;}
.sub0304_wrap .con .tit span{font-size: 18px; color: var(--co03);}
.sub0304_wrap .con ul.ul_txt_st01 li .txt01{padding-left: 22px;}
.sub0304_wrap .con ul.ul_txt_st01 li .txt01 span{display: block; color: var(--co03);}

.sub0304_wrap .dw_btn{display: flex; align-items: center; justify-content: center; gap:10px; width: 330px; height: 54px; font-size: 18px; color: #666; border:1px solid #ddd; margin: 80px auto 0 ;}

/* sub0401 */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0401_wrap .con01 .txt_wrap{position: relative; padding-top: 50px; margin-bottom: 80px;}
.sub0401_wrap .con01 .txt_wrap::after{content:'';position: absolute;top: 0; left: 50%; transform:translateX(-50%);width: 40px; height: 3px; background: var(--co01);}
.sub0401_wrap .con01 .txt_wrap strong{display: block;text-align: center;font-size: 24px; line-height: 36px;font-weight: 700; margin-bottom: 10px; color: var(--co01);}
.sub0401_wrap .con01 .txt_wrap p{font-size: 18px; line-height: 28px;text-align: center;color: var(--co01);}
.sub0401_wrap .con01 .img_wrap{position: relative;width: 100%; height: 550px; border-radius:30px; overflow: hidden;}
.sub0401_wrap .con01 .img_wrap img{position: absolute;top: -50%;width: 100%; height:  960px; object-fit:cover;}

.sub0401_wrap .con02{display: flex; }
.sub0401_wrap .con02 .tit{width: 350px;}
.sub0401_wrap .con02 .tit p{position: relative;font-size: 50px;color: var(--co03); font-weight: 700;padding-left: 100px;}
.sub0401_wrap .con02 .tit p::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 60px; height: 3px; background: var(--co03);}
.sub0401_wrap .con02 .tbl{width: calc(100% - 350px);}
.sub0401_wrap .con02 .tbl table.tbl01 .col01{width: 270px;}
.sub0401_wrap .con02 .tbl table.tbl01 .col02{width: calc(100% - 270px);}
.sub0401_wrap .con02 .tbl table.tbl01 tr:nth-child(2) td{border-top:0;}
.sub0401_wrap .con02 .tbl table.tbl01 td:nth-child(2){text-align: left;}
.sub0401_wrap .con02 .tbl table.tbl01 td p.co01{color: var(--co01);font-weight: 700;}

/* sub0402 */
.sub0402_wrap{line-height: 1;}
.sub0402_wrap .con:not(:first-child){margin-top: 120px;}
.sub0402_wrap .con01 ul li{display: flex;align-items: center;padding: 35px 0;border-bottom: 1px solid #ddd;}
.sub0402_wrap .con01 ul li:first-child{border-top: 1px solid #ddd;}
.sub0402_wrap .con01 ul li .tit{width: 508px;}
.sub0402_wrap .con01 .tit p{position: relative;font-size: 50px;color: var(--co03); font-weight: 700;padding-left: 100px;}
.sub0402_wrap .con01 .tit p::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 60px; height: 3px; background: var(--co03);}
.sub0402_wrap .con01 ul li .txt{width: calc(100% - 508px);}
.sub0402_wrap .con01 ul li .txt p{font-size: 18px; color: #666; line-height: 32px;}

.sub0402_wrap .con02 .tit{position: relative;padding-left: 100px; padding-right: 100px;margin: 0 auto 60px; width: fit-content;}
.sub0402_wrap .con02 .tit::before{content:'';position: absolute;position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 60px; height: 3px; background: var(--co03);}
.sub0402_wrap .con02 .tit::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 60px; height: 3px; background: var(--co03);}
.sub0402_wrap .con02 .tit p{font-size: 50px; color: var(--co01); font-weight: 700;}

.sub0402_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;gap:40px;}
.sub0402_wrap .con02 .box_wrap .box{position: relative;padding: 40px;padding-bottom: 90px;width: calc((100% - 80px) / 3); border:1px solid var(--co03);}
.sub0402_wrap .con02 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:68.5%; border:1px solid #ddd; }
.sub0402_wrap .con02 .box_wrap .box .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0402_wrap .con02 .box_wrap .box .txt_wrap .txt{margin: 40px 0px 30px;}
.sub0402_wrap .con02 .box_wrap .box .txt_wrap .txt strong{display: block;font-size: 24px; color: var(--co01); font-weight: 700;text-align: center;}
.sub0402_wrap .con02 .box_wrap .box .txt_wrap .txt p{font-size: 18px; color: var(--co01);text-align: center; margin-top: 15px;}
.sub0402_wrap .con02 .box_wrap .box em{position: absolute;bottom: 40px; left: 50%; transform:translateX(-50%);display: block;width: calc(100% - 80px);font-size: 18px; color: var(--co03);padding-top: 30px;text-align: center;font-weight: 800;border-top: 1px solid var(--co03);}

.sub0402_wrap .con.con03{width: 100%;margin-top: 30px;padding: 25px; background: #f5f5f5; border-radius:12px;}
.sub0402_wrap .con03 p{font-size: 18px; color: var(--co01); font-weight: 700;text-align: center;}

/* sub0403 */
.sub0403_wrap{line-height: 1;}
.sub0403_wrap .txt_wrap{position: relative;padding-top: 40px; margin-bottom: 80px;}
.sub0403_wrap .txt_wrap::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%);width: 40px; height: 3px; background: var(--co01);}
.sub0403_wrap .txt_wrap p{font-size: 18px; color: #666;line-height: 32px;text-align: center;}
.sub0403_wrap .box_wrap{display: flex;flex-wrap:wrap;gap:30px;}
.sub0403_wrap .box_wrap .box{width: calc((100% - 60px) / 3);}
.sub0403_wrap .box_wrap .box a{display: block;padding: 30px 40px; border:1px solid #ddd;transition:.5s;}
.sub0403_wrap .box_wrap .box a:hover{background: #f5f5f5; border:1px solid #f5f5f5;}
.sub0403_wrap .box_wrap .box .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid var(--co03);}
.sub0403_wrap .box_wrap .box .top .txt{width: calc(100% - 100px);}
.sub0403_wrap .box_wrap .box .top .txt p{display: block;font-size: 24px; color: var(--co01); font-weight: 700;}
.sub0403_wrap .box_wrap .box .top .txt span{display: block;font-size: 18px; color: var(--co03); margin-top: 15px;}
.sub0403_wrap .box_wrap .box .top em{display: flex; align-items: center;gap:10px;width: 90px;font-size: 18px; color: #666;}
.sub0403_wrap .box_wrap .box strong{display: block;font-size: 24px; color: var(--co01);font-weight: 700;text-align: center;margin-bottom: 10px;}
.sub0403_wrap .box_wrap .box strong span{display: block;font-size: 16px; text-align: center;color: var(--co03);font-weight: 400; margin-top: 10px;}

/*sub0405*/
.sub0405_wrap{line-height: 1;}
.sub0405_wrap .con01{display: flex;gap:20px; margin-bottom: 80px;}
.sub0405_wrap .con01 .cal_tab{width: 480px; background: #f5f5f5; border-radius:12px; padding: 40px;}
.sub0405_wrap .con01 .cal_tab .top{display: flex;align-items: center; justify-content: center;gap:40px;margin-bottom: 30px;}
.sub0405_wrap .con01 .cal_tab .top strong{font-size: 35px;color: #333;}
.sub0405_wrap .con01 .cal_tab .tab_wrap{display: flex;flex-wrap:wrap;gap:5px;}
.sub0405_wrap .con01 .cal_tab .tab_wrap a{display: flex; align-items: center; justify-content: center;width: calc((100% - 15px) / 4); height: 58px; background: #fff;font-size: 16px; color: #333; font-weight: 700;border:1px solid #ddd; border-radius:12px;}
.sub0405_wrap .con01 .cal_tab .tab_wrap a.none{background: #ddd;color: #aaa;pointer-events: none;}
.sub0405_wrap .con01 .cal_tab .tab_wrap a.on{background: var(--co01); border:1px solid var(--co01); color: #fff;}

.sub0405_wrap .con01 .cal_tab .tab_wrap table{width: 100%;table-layout: fixed;}
.sub0405_wrap .con01 .cal_tab .tab_wrap table th{font-size: 20px; color: #222; font-weight: 700;padding-bottom: 10px;}
.sub0405_wrap .con01 .cal_tab .tab_wrap table td{padding: 2px;}
.sub0405_wrap .con01 .cal_tab .tab_wrap table a{width: 100%; height: 36px; border-radius:6px;}

.sub0405_wrap .con01 .txt_wrap{width: calc(100% - 500px); padding: 50px; border:1px solid #ddd; border-radius: 0 0 12px 12px; border-top: 2px solid var(--co01);}
.sub0405_wrap .con01 .txt_wrap strong{display: block;font-size: 24px; color: #333; font-weight: 700; margin-bottom: 30px;}
.sub0405_wrap .con01 .txt_wrap ul li{position: relative;font-size: 18px;padding-left: 20px; color: #666; line-height: 1.5;}
.sub0405_wrap .con01 .txt_wrap ul li::after{content:'';position: absolute;left: 0; top: 11px; background: var(--co03); width: 5px; height: 5px; border-radius:50%;}
.sub0405_wrap .con01 .txt_wrap ul li:not(:last-child){margin-bottom: 5px;}
.sub0405_wrap .con01 .txt_wrap ul li b{color: var(--co01);font-weight: 700;}

/*sub0405_2*/
.sub0405_2_wrap{line-height: 1;}
.sub0405_2_wrap .con:not(:last-child){margin-bottom: 120px;}
.sub0405_2_wrap .con strong.tit{position: relative;display: block;font-size: 50px; color: var(--co03);padding-left: 100px; margin-bottom: 40px;}
.sub0405_2_wrap .con strong.tit::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%);width: 60px; height: 3px; background: var(--co03);}
.sub0405_2_wrap .con .txt_box{padding: 30px;border:1px solid #ddd;}
.sub0405_2_wrap .con .txt_box p{font-size: 16px; color: #666; line-height: 28px;white-space: pre-wrap;}
.sub0405_2_wrap .con .chk_wrap{margin-top: 20px;}

.sub0405_2_wrap table.tbl01 .col01{width: 400px;}
.sub0405_2_wrap table.tbl01 .col02{width: calc(100% - 400px);}
.sub0405_2_wrap table.tbl01 th{border-bottom: 1px solid #ddd;}
.sub0405_2_wrap table.tbl01 td .flex_wrap{display: flex;align-items: center;gap:30px;}
.sub0405_2_wrap table.tbl01 td .flex_wrap em{display: inline-block;width: 18px; height: 18px; line-height: 18px; background: var(--co03); border-radius:50%;margin-right: 10px;font-size: 14px; color: #fff; font-weight: 700;text-align: center;}
.sub0405_2_wrap table.tbl01 td span{display: block;font-size: 16px; color: var(--co03);}
.sub0405_2_wrap ul.ul_txt_st01{margin-top: 40px;}
.sub0405_2_wrap ul.ul_txt_st01 li b{color: var(--co01);font-weight: 700;}
.sub0405_2_wrap ul.ul_txt_st01 li span{color: var(--co03);}

.sub0405_2_wrap .submit_btn{display: flex; align-items: center; justify-content: center;width: 180px; height: 54px;font-size: 18px; background: #333; color: #fff;margin: 80px auto 0;}
/*.sub0405_2_wrap .sub_txt{margin-top:20px;}
.sub0405_2_wrap .sub_txt p {font-size: 16px; line-height: 24px; color: var(--co03);}*/

/*sub0405_3*/
.sub0405_3_wrap{line-height: 1;}
.sub0405_3_wrap .con01{margin-bottom: 80px;}
.sub0405_3_wrap .con01 p{text-align: center;font-size: 18px; color: var(--co01); line-height: 36px;}
.sub0405_3_wrap .con01 span{display: block;font-size: 18px; color: var(--co03); line-height: 36px;text-align: center;}
.sub0405_3_wrap .con02 .input_wrap{display: flex;flex-wrap:wrap;gap:30px 40px;}
.sub0405_3_wrap .con02 .input_wrap .input{width: calc((100% - 40px) / 2);}
.sub0405_3_wrap .con02 .input_wrap .input02{width: 100%;}
.sub0405_3_wrap .con02 .input_wrap .input p{font-size: 18px; color: #222; margin-bottom: 20px;}
.sub0405_3_wrap .con02 .input_wrap .input p b{font-weight: 400;color: var(--co03);}
.sub0405_3_wrap .con02 .input_wrap .input input[type="text"]{width: 100%;height: 50px;font-size: 16px;color: #333;border:1px solid #ddd; border-radius:6px;padding: 0 20px;}
.sub0405_3_wrap .con02 .input_wrap .input input[type="text"]::placeholder{font-size: 16px; color: #aaaa;}
.sub0405_3_wrap .con02 .input_wrap .input input[type="text"]:focus{outline:0;}
.sub0405_3_wrap .con02 .input_wrap .input textarea{width: 100%; height: 220px;font-size: 16px;color: #333;border:1px solid #ddd; border-radius:6px;padding: 20px;resize:none;}
.sub0405_3_wrap .con02 .input_wrap .input textarea::placeholder{font-size: 16px; color: #aaaa;}
.sub0405_3_wrap .con02 .input_wrap .input textarea:focus{outline:0;}

.sub0405_3_wrap .con02 .input_wrap .input .txt{display: flex;align-items: center;width: 100%;min-height: 50px;line-height: 1.6;font-size: 16px;color: #333;border:1px solid #ddd; border-radius:6px;padding: 11px 20px;}

.sub0405_3_wrap .submit_btn{display: flex; align-items: center; justify-content: center;width: 180px; height: 54px;font-size: 18px; background: #333; color: #fff;margin: 80px auto 0;}

/*sub0501*/
.sub0501_wrap{line-height: 1;}
.sub0501_wrap.sub0206_wrap .list_wrap ul li .txt_con p{font-size: 18px; color: #666;line-height: 1.5; margin-top: 35px;}
.sub0501_wrap.sub0206_wrap .list_wrap ul li .txt_con em{margin-top: 5px;}
.sub0501_wrap .sub_txt{padding: 20px;margin-top: 30px; background: #f5f5f5; border-radius:12px;}
.sub0501_wrap .sub_txt p{font-size: 18px;color: var(--co01); font-weight: 700;text-align: center; line-height:1.5;}
.sub0501_wrap .sub_txt p span{color:#c7a58b;}

.sub0501_view_wrap .view_wrap{width: 930px;margin: 0 auto;}
.sub0501_view_wrap .view_wrap ul{display: flex;flex-wrap:wrap;gap:80px 70px;}
.sub0501_view_wrap .view_wrap ul li{display: flex;justify-content: center;gap:60px;width: 100%; align-items:flex-start;}
.sub0501_view_wrap .view_wrap ul li .img_con{width: 450px;border:1px solid #ddd;}
.sub0501_view_wrap .view_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:129.63%;}
.sub0501_view_wrap .view_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.sub0501_view_wrap .view_wrap ul li .txt_con{ padding-top:60px;}
.sub0501_view_wrap .view_wrap ul li .txt_con strong{display: block;font-size: 28px; color: var(--co01);font-weight: 700;line-height: 1.5;}
.sub0501_view_wrap .view_wrap ul li .txt_con span{display: block;font-size: 20px; color: var(--co03); font-weight: 400;margin-top: 10px;}
.sub0501_view_wrap .view_wrap ul li .txt_con p{font-size: 20px; color: #666;line-height: 1.5; margin-top: 35px;}
.sub0501_view_wrap .view_wrap ul li .txt_con em{display: block;font-size: 22px;color: var(--co03); font-weight: 800; margin-top: 40px;}

.sub0501_view_wrap .edit_wrap{padding: 40px;margin-top: 80px;font-size: 18px; color: #666;line-height: 1.5;  background: #f5f5f5;width: 100%;min-height: 500px;}

/* sub0603_online */
.sub0603_online_wrap{line-height: 1;}
.sub0603_online_wrap .input_wrap{display: flex;flex-wrap:wrap;gap:30px 40px;}
.sub0603_online_wrap .input_wrap .input{width: calc((100% - 40px) / 2);}
.sub0603_online_wrap .input_wrap .input.input02{width: 100%;}
.sub0603_online_wrap .input_wrap .input p{font-size: 18px; color: #222;margin-bottom: 20px;}
.sub0603_online_wrap .input_wrap .input p b{color: var(--co03);font-weight: 400;}
.sub0603_online_wrap .input_wrap .input input[type="text"]{width: 100%;height: 50px;font-size: 16px; color: #aaa;border:1px solid #ddd; border-radius:6px;padding: 0px 20px;}
.sub0603_online_wrap .input_wrap .input input[type="text"]::placeholder{font-size: 16px; color: #aaa;}
.sub0603_online_wrap .input_wrap .input input[type="text"]:focus{outline:0;}
.sub0603_online_wrap .input_wrap .input textarea{width: 100%;height: 220px;font-size: 16px; color: #aaa;border:1px solid #ddd; border-radius:6px;padding: 20px;}
.sub0603_online_wrap .input_wrap .input textarea::placeholder{font-size: 16px; color: #aaa;}
.sub0603_online_wrap .input_wrap .input textarea:focus{outline:0;}
.sub0603_online_wrap .btn_wrap{display: flex; justify-content: center;gap:10px;margin-top: 60px;}
.sub0603_online_wrap .btn_wrap a{display: flex; align-items: center; justify-content: center;width: 180px; height: 54px;font-size: 18px; color: #333; border:1px solid #333;}
.sub0603_online_wrap .btn_wrap a.btn02{color: #fff; background: #333;}