/* 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');
}/* 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;}
/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */
@font-face {
    font-family: 'BookkMyungjo-Lt';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}.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: #be9a6c;
  --co02: #013dfd;
  --co03: #081f5c;
}::selection{background: var(--co03); color: #fff;}
/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1550px;  margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 1500px; margin: 0 auto; max-width:100%;}
.fb{font-family: 'BookkMyungjo-Lt';}
/*header*/
#header{position: fixed;top: 0;left: 0;line-height: 1;width: 100%;z-index: 7000;transition:.4s;}
#header .inner{display: flex;align-items: center; justify-content: space-between; height: 100px;}
#header h1 a{display: block; background: url(/assets/images/main/main_logo01_pc.png)center no-repeat; width: 153px; height: 68px; background-size: cover;transition:.4s;transition:.4s;}
#header ul.gnb_wrap{display: flex;align-items: center;gap:100px;}
#header ul.gnb_wrap li a{font-size: 18px; color: #fff; font-weight: 500;transition:.4s;}
.nav_btn{position: relative;width: 43px; height: 23px;}
.nav_btn span{position: absolute;display: block;background: #fff;height: 3px;width: 35px;transition:.4s;}
.nav_btn span::after{content:'';position: absolute; top: 0; left: -8px;width: 3px; height: 3px; background: #fff; transition:.4s;}
.nav_btn span:nth-child(1){right: 0; top: 0;}
.nav_btn span:nth-child(3){right: 0; bottom: 0;}.nav_btn span:nth-child(2){right: 0; top: 50%; transform:translateY(-50% + 0.5px);}
.navigation{display: none;position: fixed;top: 100px;left: 0; width: 100%; height: 100vh; background: #fff;z-index: 7000; line-height: 1;}
.navigation ul{display: flex;justify-content: center;padding: 190px 0;width: 100%;}
.navigation ul li:first-child{border-left: 1px solid #ddd;}
.navigation ul li{flex:1;border-right: 1px solid #ddd;}
.navigation ul li h3{position: relative;	padding-bottom: 48px;}
.navigation ul li h3::after{content:'';position: absolute;bottom: 0;left: 50%; transform:translateX(-50%); width: 8px; height: 8px; background: var(--co01); border-radius:50%;}
.navigation ul li h3 a{display: block;font-size: 35px; color: #222; font-weight: 700;text-align: center;}
.navigation ul li .menu a{display: block;font-size: 24px; color: #999; font-weight: 700;text-align: center;margin-top: 40px;transition:.4s;}
.navigation ul li .menu a:hover{color: var(--co01);}
#header.fixed{background: #fff;border-bottom: 1px solid #ddd;}
#header.fixed h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat; background-size: cover;}
#header.fixed ul.gnb_wrap li a{color: #222;}
#header.fixed .nav_btn span{background: #222;}
#header.fixed .nav_btn span::after{background: #222;}
#header.nav{background: #fff;}
#header.nav h1 a{background: url(/assets/images/main/main_logo02_pc.png)center no-repeat; background-size: cover;}
#header.nav ul.gnb_wrap li a{opacity: 0;pointer-events: none;}
#header.nav .nav_btn span:nth-child(1){top: 10px;transform:rotate(45deg);background: #222;}
#header.nav .nav_btn span:nth-child(2){opacity: 0;}
#header.nav .nav_btn span:nth-child(3){bottom: 10px;transform:rotate(-45deg);background: #222;}
#header.nav .nav_btn span::after{opacity: 0;}
/*visual_wrap*/
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .vis_con{position: absolute; top: 50%; left: 50%;width: 100%; transform:translate(-50%,-50%);}
#visual_wrap .vis_con .inner{display: flex;gap:100px;align-items: center;}
#visual_wrap .cer_con{display: flex; flex-wrap:wrap;gap:20px;width: 700px;}
#visual_wrap .cer_con .img_box{width: 220px;background: #fff;}
#visual_wrap .cer_con .img_box:nth-child(1){margin-left: 100px;}
#visual_wrap .cer_con .img_box:nth-child(2){margin-right: 100px;}
#visual_wrap .cer_con .img_wrap{position:relative; width:100%; padding-bottom:127.273%;}
#visual_wrap .cer_con .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%;}
#visual_wrap .txt_con{width: calc(100% - 800px);}
#visual_wrap .txt_con .txt01 span{display: block;font-size: 30px; color: #fff;font-weight: 400;}
#visual_wrap .txt_con .txt01 strong{display: block;font-size: 60px; color: #fff;font-weight: 500; line-height: 85px;margin-top: 30px;}
#visual_wrap .txt_con .txt01 strong b{position: relative;font-weight: 500;}
#visual_wrap .txt_con .txt01 strong b::after{content:'';position: absolute; bottom: -2px; left: -10px; width: 0; height: 22px; background: var(--co01); opacity: .7;z-index: -1;transition:1s;}
#visual_wrap .txt_con .txt01 strong b.on::after{width: calc(100% + 20px); }
#visual_wrap .txt_con .txt02{margin-top: 60px;}
#visual_wrap .txt_con .txt02 ul{display: flex;}
#visual_wrap .txt_con .txt02 ul li{width: 325px;}
#visual_wrap .txt_con .txt02 ul li:nth-child(2){padding-left: 50px;border-left: 1px solid rgba(255,255,255,.2);}
#visual_wrap .txt_con .txt02 ul li span{display: block;font-size: 20px; color: #fff;font-weight: 500; margin-bottom: 40px;}
#visual_wrap .txt_con .txt02 ul li p{font-size: 35px; color: #fff;}
#visual_wrap .txt_con .txt02 ul li p strong{font-size: 70px;font-weight: 500;}
#visual_wrap .slick-prev{position: absolute; top: 50%; left: 125px; transform:translateY(-50%); background: url(/assets/images/main/vis_prev_pc.png)center no-repeat; width: 36px; height: 68px; background-size: cover;text-indent:-9999px;z-index: 100;}
#visual_wrap .slick-next{position: absolute; top: 50%; right: 125px; transform:translateY(-50%); background: url(/assets/images/main/vis_next_pc.png)center no-repeat; width: 36px; height: 68px; background-size: cover;text-indent:-9999px;z-index: 100;}
#visual_wrap .slick-dots{display: flex;align-items: center;gap:20px;position: absolute; left: 50%; bottom: 65px; transform:translateX(-50%);}
#visual_wrap .slick-dots li{position: relative;width: 8px; height: 8px; background: rgba(255,255,255,.3);text-indent: -9999px; border-radius:50%;transition:.3s;}
#visual_wrap .slick-dots li::after{content:'';opacity: 0;position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 18px; height: 18px; border:2px solid var(--co02); border-radius:50%;transition:.3s;}
#visual_wrap .slick-dots li.slick-active{background: var(--co02);}
#visual_wrap .slick-dots li.slick-active::after{opacity: 1;}
@media screen and (max-width:1890px) {
#visual_wrap .slick-prev{left: 10px;}
#visual_wrap .slick-next{right: 10px;}
}/* section */
.section{line-height: 1;padding: 150px 0;}
.section .sec_tit{margin-bottom: 50px;}
.section .sec_tit span{display: block;font-size: 20px; color: var(--co02); font-weight: 700; margin-bottom: 30px;}
.section .sec_tit p{font-size: 55px; line-height: 75px; color: #222;}
.section .sec_tit p b{font-weight: 700;}
/* section01 */
#section01{padding: 250px 0px 90px;}
#section01 .txt_wrap span{display: block;font-size: 35px; color: #222;text-align: center;}
#section01 .txt_wrap span b{color: var(--co02);}
#section01 .txt_wrap strong{display: block;font-size: 60px; color: #222; font-weight: 500;margin-top: 40px;text-align: center;}
/* section02 */
#section02{position: relative;}
#section02 .bg_img{position: absolute;bottom: 0;left: 60px;z-index: -1;}
#section02 .inner{display: flex;gap:90px;}
#section02 .txt_wrap{width: calc(100% - 1100px);}
#section02 .search_wrap{width: 100%;}
#section02 .search_wrap .search{display: flex;align-items: center;height: 55px;border-bottom: 1px solid #ddd;}
#section02 .search_wrap input[type="text"]{width: calc(100% - 55px);font-size: 18px; color: #666;border:0;background: transparent;}
#section02 .search_wrap input[type="text"]::placeholder{font-size: 18px; color: #666;}
#section02 .search_wrap input[type="text"]:focus{outline:0;}
#section02 .search_wrap .search_btn{width: 55px;}
#section02 .search_wrap .search_btn img{margin-left: auto;}
#section02 .cat_wrap{display: flex;flex-wrap:wrap;gap:10px;margin-top: 40px;}
#section02 .cat_wrap a{display: flex; align-items: center; height: 40px;border:1px solid #ddd;padding: 0 20px;font-size: 16px; color: #666; text-transform:uppercase;transition:.4s;}
#section02 .cat_wrap a:hover{color: #fff; color: var(--co03);border:1px solid var(--co03);}
#section02 .slide_wrap{width: 1010px;}
#section02 .slide_wrap .slick-list{width: calc(100% + 10px); padding-bottom: 50px;}
#section02 ul.sec02_slide li{margin-right: 10px;border:1px solid #ddd; box-shadow:4px 4px 6px rgba(51,51,51,.12);transition:.5s;}
#section02 ul.sec02_slide li:hover{opacity: .8;}
#section02 ul.sec02_slide li .tit{display: flex; align-items: center; justify-content: center; height: 54px; background: var(--co03);}
#section02 ul.sec02_slide li .tit strong{font-size: 18px; color: #fff; font-weight: 700;}
#section02 ul.sec02_slide li .txt{padding: 50px 40px;}
#section02 ul.sec02_slide li .txt p{font-size: 20px; color: #222; font-weight: 700; line-height: 34px; padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ddd;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
#section02 ul.sec02_slide li .txt span{display: block;height: 130px;font-size: 16px; color: #666; line-height: 26px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word;}
#section02 ul.sec02_slide li .txt em{display: block;font-size: 16px; color: #999;margin-top: 30px;}
#section02 .sec02_item{display: flex;align-items: center;gap:40px;}
#section02 .sec02_item .arr_wrap{display: flex;gap:10px;}
#section02 .sec02_item .arr_wrap button{display: flex;align-items: center;justify-content: center;width: 50px; height: 50px; border-radius:50%; border:1px solid #ddd;transition:.4s;}
#section02 .sec02_item .arr_wrap button:hover{background: var(--co03); border:1px solid var(--co03);}
#section02 .sec02_item .arr_wrap button:hover img{filter:brightness(10);}
#section02 .progress{position:relative; width:calc(100% - 150px); height:3px; background:#ddd;}
#section02 .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:var(--co03); transition:0.5s;}
/*section03*/
#section03{padding: 0;background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat;background-size: cover;background-attachment: fixed;}
#section03 .inner{display: flex;align-items: center;}
#section03 .sec_tit span{color: #fff;}
#section03 .sec_tit p{color: #fff;}
#section03 .txt_wrap{width: 630px;padding: 150px 0;}
#section03 .search_wrap{width: 400px;}
#section03 .search_wrap .search{display: flex;align-items: center;height: 55px;border-bottom: 1px solid #fff;}
#section03 .search_wrap input[type="text"]{width: calc(100% - 55px);font-size: 18px; background: transparent; color: #fff;border:0;}
#section03 .search_wrap input[type="text"]::placeholder{font-size: 18px; color: #fff;}
#section03 .search_wrap input[type="text"]:focus{outline:0;}
#section03 .search_wrap .search_btn{width: 55px;}
#section03 .search_wrap .search_btn img{margin-left: auto;}
#section03 .more_btn{display: flex; align-items: center; justify-content: center;width: 230px; height: 60px; border:1px solid #fff;font-size: 18px; color: #fff;margin-top: 160px;transition:.4s;}
#section03 .more_btn:hover{background: var(--co01); color: #fff; border:1px solid var(--co01);}
#section03 .qna_wrap{width: calc(100% - 630px);padding: 150px 0 150px 80px; height: 100%;border-left: 1px solid rgba(255,255,255,.2);}
#section03 .qna_wrap ul{border-top: 1px solid rgba(255,255,255,.5);}
#section03 .qna_wrap ul li{padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.5);}
#section03 .qna_wrap ul li .q_wrap{position: relative;display: flex;align-items: center;gap:30px;cursor:pointer;}
#section03 .qna_wrap ul li .q_wrap strong{display: flex; align-items: center; justify-content: center;width: 60px; height: 60px;font-size: 22px; color: #fff; font-weight: 700; border-radius:50%; background: rgba(255,255,255,.1);}
#section03 .qna_wrap ul li .q_wrap p{width: calc(100% - 140px);font-size: 22px; color: #fff; font-weight: 600;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  line-height: 1.4;}
#section03 .qna_wrap ul li .q_wrap em{position: absolute; top: 50%; right: 0; transform:translateY(-50%);transition:.4s;}
#section03 .qna_wrap ul li .a_wrap{display: none;padding: 20px 60px 0px 90px;}
#section03 .qna_wrap ul li .a_wrap p{font-size: 16px; color: #fff; line-height: 26px;}
#section03 .qna_wrap ul li .q_wrap.on em{transform:translateY(-50%) rotate(180deg);}
/* section04 */
#section04{position: relative;}
#section04 .bg_wrap{display: flex;flex-direction: column;justify-content: flex-end;position: absolute; left: 0; bottom: 0;width: 960px; height: 450px;background: #f5f5f5; z-index: -1;}
#section04 .bg_wrap p{font-size: 160px; color: #fff; font-weight: 700;text-transform:uppercase;}
#section04 .inner{display: flex; align-items: center;}
#section04 .sec_tit{width: 480px;}
#section04 .video_box{width: calc(100% - 480px);}
#section04 .video_wrap{position:relative; width:100%; padding-bottom:56.373%;overflow: hidden; border-radius:30px; box-shadow: 6px 6px 20px rgba(0,0,0,.25);}
#section04 .video_wrap img,
#section04 .video_wrap video,
#section04 .video_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;}
/* section05 */
#section05{background: url(/assets/images/main/sec04_bg01_pc.jpg)center no-repeat;background-size: cover;background-attachment: fixed;}
#section05 .inner{display: flex;align-items: center;}
#section05 .txt_wrap{width: 50%;padding-right: 80px;}
#section05 .txt_wrap .add_wrap .num{display: flex;align-items: center;gap:20px; margin-bottom: 40px;}
#section05 .txt_wrap .add_wrap .num p{font-size: 35px; color: var(--co03);font-weight: 700;}
#section05 .txt_wrap .add_wrap .add{display: flex;align-items: center;gap:20px;margin-bottom: 30px;} 
#section05 .txt_wrap .add_wrap .add p{font-size: 22px; color: #222; font-weight: 700;}
#section05 .txt_wrap .map_wrap{position:relative; width:100%; padding-bottom:44.776%; border-radius:12px; overflow: hidden; box-shadow: 3px 3px 12px rgba(0,0,0,.15);}
#section05 .txt_wrap .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;}
#section05 .online_wrap{width: 50%;padding-left: 40px;}
#section05 .online_wrap strong{position: relative;display: block;font-size: 22px; color: #222; font-weight: 700;padding-left: 18px; margin-bottom: 40px;}
#section05 .online_wrap strong::after{content:'';position: absolute; left: 0;top: 50%; transform:translateY(-50%); width: 3px; height: 18px; background: var(--co02);}
#section05 .online_wrap .input_wrap{display: flex; flex-wrap:wrap;gap:20px 10px;}
#section05 .online_wrap .input_wrap .input{position: relative;width: calc((100% - 10px) / 2);}
#section05 .online_wrap .input_wrap .input02{position: relative;width: 100%;}
#section05 .online_wrap .input_wrap input[type="text"]{width: 100%; height: 60px;background: #fff; border:1px solid #ddd;font-size: 18px; color: #999;padding: 0 20px;}
#section05 .online_wrap .input_wrap input[type="text"]:focus{outline:0;}
#section05 .online_wrap .input_wrap input[type="text"] + label{position: absolute;left: 20px;top: 50%; transform:translateY(-50%);font-size: 18px; color: #999;transition:.5s;}
#section05 .online_wrap .input_wrap input[type="text"] + label b{color: #ec353a; font-weight: 400;} 
#section05 .online_wrap .input_wrap input[type="text"]:focus + label {opacity: 0;}
#section05 .online_wrap .input_wrap input[type="text"]:valid + label {opacity: 0;}
#section05 .online_wrap .input_wrap select{width: 100%;height: 60px;border:1px solid #ddd;font-size: 18px; color: #999;padding: 0 20px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/main/select_icon01_pc.png)center right 20px no-repeat #fff; background-size: 17px;}
#section05 .online_wrap .input_wrap select:focus{outline:0;}
#section05 .online_wrap .input_wrap textarea{width: 100%;height: 180px;background: #fff; border:1px solid #ddd;font-size: 18px; color: #999;padding: 20px 15px;}
#section05 .online_wrap .input_wrap textarea + label{position: absolute;left: 15px; top: 20px;font-size: 18px; color: #999;transition:.5s;}
#section05 .online_wrap .input_wrap textarea + label b{color: #ec353a; font-weight: 400;}
#section05 .online_wrap .input_wrap textarea:focus{outline:0;}
#section05 .online_wrap .input_wrap .textarea.filled label{opacity: 0;}
#section05 .online_wrap .input_wrap .textarea.focused label{opacity: 0;}
#section05 .online_wrap .check_wrap{display: flex; align-items: center;gap:6px;margin-top: 20px;}
#section05 .online_wrap .check_wrap input[type="checkbox"]{display: none;}
#section05 .online_wrap .check_wrap input[type="checkbox"] + label{position: relative;padding-left: 28px;font-size: 18px; color: #666;}
#section05 .online_wrap .check_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 0; width: 18px; height: 18px; border:1px solid #ddd; border-radius:50%;}
#section05 .online_wrap .check_wrap input[type="checkbox"]:checked + label::after{border:5px solid var(--co02);}
#section05 .online_wrap .check_wrap .pro_pop_btn{font-size: 18px; color: #222; font-weight: 500; cursor:pointer;}
#section05 .online_wrap .online_btn{display: flex; align-items: center; justify-content: center;width: 100%;height: 60px; font-size: 18px; color: #fff; background: var(--co02); margin-top: 40px;}
.quick_wrap{position: fixed;bottom: 80px; right: 60px; z-index: 8000; line-height: 1;}
.quick_wrap ul li{display: flex;align-items: center; justify-content: center;width: 56px; height: 56px; border-radius:50px; box-shadow:3px 3px 12px rgba(0,0,0,.15);margin-left: auto; cursor:pointer;}
.quick_wrap ul li:not(:last-child){margin-bottom: 12px;}
.quick_wrap ul li.q01{background: var(--co02);transition:.5s;}
.quick_wrap ul li.q01 p{width: 0;overflow: hidden;padding-left: 0px;font-size: 18px; color: #fff;font-weight: 600;transition:.5s;}
.quick_wrap ul li.q01 p span{display: block;width: max-content;}
.quick_wrap ul li.q01 p span a{color: #fff;}
.quick_wrap ul li.q01.on{width: 200px;}
.quick_wrap ul li.q01.on p{width: auto;padding-left: 15px;}
.quick_wrap ul li.top_btn{background: #222;}
/* footer */
#footer{line-height: 1;border-top: 1px solid #ddd;}
#footer .f_top{display: flex;justify-content: space-between;padding: 80px 0 60px;}
#footer .f_top .f_logo{margin-bottom: 55px;}
#footer .f_top .f_logo p{font-size: 18px; color: var(--co01); font-weight: 700; margin-top: 12px;}
#footer .f_top address p{font-size: 20px;color: #222; margin-bottom: 25px;}
#footer .f_top address strong{font-size: 18px; color: #222; }
#footer .f_top address strong span{display: inline-block;font-size: 18px; color: #999; font-weight: 700;margin-right: 12px;}
#footer .f_top address strong i{display: inline-block;width: 30px;}
#footer .f_top .phone{display: flex; align-items: center;gap:20px;justify-content: flex-end;}
#footer .f_top .phone p{font-size: 35px; color: var(--co03); font-weight: 700;}
#footer .f_top .link_btn{display: flex; align-items: center;justify-content: center;width: 260px; height: 80px;font-size: 18px; color: #fff; font-weight: 500;margin-left: auto;margin-top: 30px; border-radius:8px; background: url(/assets/images/main/f_img01_pc.png)center no-repeat; background-size: cover;transition:.4s;}
#footer .f_top .link_btn:hover{letter-spacing:2px;}
#footer .f_bot{display: flex;align-items: center; justify-content: space-between;padding: 25px 0px 20px; border-top: 1px solid #ddd;}
#footer .f_bot p.copy{font-size: 18px; color: #999;}
#footer .f_bot .sns_wrap{display: flex;gap:20px;}
#footer .f_bot .sns_wrap a{display: flex; align-items: center; justify-content: center;width: 32px; height: 32px; background: #aaa; border-radius:50%;transition:.4s;}
#footer .f_bot .sns_wrap a:hover{background: var(--co03);}
/* ====sub=============================== */
#sub_visual_wrap{position: relative; line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);}
#sub_visual_wrap .txt_wrap h3{font-size: 60px; color: #fff; font-weight: 700;text-align: center;}
#sub_visual_wrap .txt_wrap ul.sub_nav{display: flex;align-items: center; justify-content: center;gap:45px; margin-top: 35px;}
#sub_visual_wrap .txt_wrap ul.sub_nav li{position: relative;font-size: 18px; color: #fff;}
#sub_visual_wrap .txt_wrap ul.sub_nav li:not(:last-child)::after{content:'';position: absolute;top: 50%; right: -25px;transform:translateY(-50%);width: 5px; height: 5px; border-radius:50%; background: rgba(255,255,255,.5);}
#sub_contents{padding: 100px 0;}
#sub_contents.pb0{padding-bottom: 0;}	
#sub_contents .contop{line-height: 1;margin-bottom: 50px;}
#sub_contents .contop h3{font-size: 50px; color: #222; font-weight: 700;text-align: center;}
.tab_menu_pc{display: block;position: absolute;bottom: 0;left: 0;width: 100%;}
.tab_menu_pc ul{display: flex;align-items: center;justify-content: center;gap:120px;height: 80px;background: rgba(255,255,255,.8);}
.tab_menu_pc ul li a{position: relative;font-size: 20px; color: #222; font-weight: 500;padding: 27px 0;transition:.4s;}
.tab_menu_pc ul li a::after{content:'';position: absolute; bottom: 0; left: 50%; transform:translateX(-50%);width: 0%;height: 3px; background: var(--co02);transition:.4s;}
.tab_menu_pc ul li.on a{color: var(--co02);}
.tab_menu_pc ul li.on a::after{width: 100%;}
.tab_menu_pc ul li:hover a{color: var(--co02);}
.tab_menu_pc ul li:hover a::after{width: 100%;}
.tab_menu_mob{display: none;}
/* 공통 */
h3.h3_tit01{position: relative;padding-left: 60px;margin-bottom: 60px;font-size: 45px; color: #222; font-weight: 700;}
h3.h3_tit01::after{content:'';position: absolute;left: 0;top: 0;background: url(/assets/images/sub/txt_icon01.png); width: 41px; height: 45px; background-size: cover;}
h4.h4_tit01{font-size: 35px; color: #222;font-weight: 700; margin-bottom: 40px;}
input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;font-size: 18px; color: #666;padding-left: 30px;}
input.chk_st01 + label::after{content:'';position: absolute;left: 0; top: 0;width: 18px; height: 18px; border-radius:50%; border:1px solid #ddd;}
input.chk_st01:checked + label::after{border:5px solid var(--co03);}
/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{position: relative;margin-bottom: 100px;}
.sub0101_wrap .con01 .txt_wrap{position: absolute; bottom: 60px;left: 0;width: 100%;}
.sub0101_wrap .con01 .txt_wrap .inner{display: flex;justify-content: space-between;align-items: flex-end;}
.sub0101_wrap .con01 .txt_wrap .txt01{position: relative;}
.sub0101_wrap .con01 .txt_wrap .txt01 p{font-size: 45px; color: #fff; font-weight: 700;line-height: 65px;}
.sub0101_wrap .con01 .txt_wrap .txt02{padding: 40px 45px;background: #fff;transform: translateY(150px) translateX(10px);}
.sub0101_wrap .con01 .txt_wrap .txt02 strong{display: block;font-size: 22px; color: #222; margin-bottom: 20px;}
.sub0101_wrap .con01 .txt_wrap .txt02 p{font-size: 18px; color: #666; line-height: 28px;}
.sub0101_wrap .con{padding: 100px 0;}
.sub0101_wrap .con02 .box_wrap{display: flex;}
.sub0101_wrap .con02 .box_wrap .box{flex:1;padding: 45px 0px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(1){padding-right: 45px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(2){padding: 45px 55px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(3){padding-left: 45px;}
.sub0101_wrap .con02 .box_wrap .box:not(:last-child){border-right: 1px solid #ddd;}
.sub0101_wrap .con02 .box_wrap .box .tit{position: relative;padding-top: 30px;}
.sub0101_wrap .con02 .box_wrap .box em{position: absolute;top: 0; left: -25px;font-size: 80px; color: #f5f5f5; font-weight: 700;z-index: -1;}
.sub0101_wrap .con02 .box_wrap .box strong{display: block;font-size: 22px; color: #222; line-height: 36px;margin-bottom: 15px;}
.sub0101_wrap .con02 .box_wrap .box p{font-size: 18px; color: #666; line-height: 28px;}
.sub0101_wrap .con03 .box_wrap{display: flex;}
.sub0101_wrap .con03 .box_wrap:nth-child(2n){flex-direction: row-reverse;}
.sub0101_wrap .con03 .box_wrap .img_box{width: 50%;}
.sub0101_wrap .con03 .box_wrap .txt_box{width: 50%;padding: 85px 80px;}
.sub0101_wrap .con03 .box_wrap .txt_box p{position: relative;font-size: 35px; color: #222; font-weight: 700;padding-top: 45px;}
.sub0101_wrap .con03 .box_wrap .txt_box p::after{content:'';position: absolute;left: 0; top: 0; width: 50px; height: 5px;background: var(--co02);}
.sub0101_wrap .con03 .box_wrap .txt_box span{display: block;font-size: 22px; color: #666;margin-top: 25px;}
.sub0101_wrap .con04{background: #f7f9ff;}
.sub0101_wrap .con04 .inner{display: flex;}
.sub0101_wrap .con04 .txt_wrap{width: 50%;}
.sub0101_wrap .con04 .txt_wrap .tit{margin-bottom: 50px;}
.sub0101_wrap .con04 .txt_wrap .tit strong{display: block;font-size: 35px; color: #222; font-weight: 700;}
.sub0101_wrap .con04 .txt_wrap .tit p{font-size: 18px; color: #666; line-height: 28px; margin-top: 20px;}
.sub0101_wrap .con04 .txt_wrap .txt strong{display: block;font-size: 22px; color: var(--co02);margin-bottom: 20px;}
.sub0101_wrap .con04 .txt_wrap .txt ul li:not(:last-child){margin-bottom: 10px;}
.sub0101_wrap .con04 .txt_wrap .txt ul li{display: flex;align-items: center;gap:10px;font-size: 18px; color: #222;font-weight: 700;}
.sub0101_wrap .con04 .img_wrap{width: 50%;}
/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con01{display: flex;margin-bottom: 60px;}
.sub0102_wrap .con01 .txt_wrap{width: 50%;background: url(/assets/images/sub/sub0102_view_bg01.png)bottom right 80px no-repeat var(--co03);padding: 130px 80px;background-size: 180px;}
.sub0102_wrap .con01 .txt_wrap .tit{position: relative;padding-bottom: 40px; margin-bottom: 30px;}
.sub0102_wrap .con01 .txt_wrap .tit::after{content:'';position: absolute;left: 0;bottom: 0;width: 30px; height: 3px; background: #fff;}
.sub0102_wrap .con01 .txt_wrap .tit p{font-size: 35px;color: #fff;font-weight: 700;}
.sub0102_wrap .con01 .txt_wrap .tit p strong{display: inline-block;font-size: 45px;color: #fff;margin-right: 15px;font-weight: 700;}
.sub0102_wrap .con01 .txt_wrap ul li{font-size: 18px; color: #fff;}
.sub0102_wrap .con01 .txt_wrap ul li:not(:last-child){margin-bottom: 20px;}
.sub0102_wrap .con01 .img_wrap{width: 50%;background: #f7f9ff;}
.sub0102_wrap .con01 .img_wrap img{display: block;margin: 0 auto;}
.sub0102_wrap .con01 .view_btn{display: flex; align-items: center; justify-content: center;width: 200px; height: 60px; margin-top: 60px; border:1px solid #fff;font-size: 18px; color: #fff;transition:.4s;}
.sub0102_wrap .con01 .view_btn:hover{background: #fff; color: var(--co03);}
.sub0102_wrap .con02 ul.list_wrap{display: flex; flex-wrap:wrap;gap:60px;}
.sub0102_wrap .con02 ul.list_wrap li{width: calc((100% - 120px) / 3);}
.sub0102_wrap .con02 ul.list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:126.087%;background: #f7f9ff;overflow: hidden;}
.sub0102_wrap .con02 ul.list_wrap 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%;transition:.4s;}
.sub0102_wrap .con02 ul.list_wrap li:hover .img_wrap img{transform:scale(1.05);}
.sub0102_wrap .con02 ul.list_wrap li .txt_wrap{margin-top: 40px;}
.sub0102_wrap .con02 ul.list_wrap li .txt_wrap p{font-size: 35px; color: #222;text-align: center; font-weight: 700;}
/* sub0102_view */
.sub0102_view_wrap{line-height: 1;}
.sub0102_view_wrap .con{padding: 100px 0;}
.sub0102_view_wrap .con01 .img_con{position: relative;}
.sub0102_view_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:38.667%;}
.sub0102_view_wrap .con01 .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;}
.sub0102_view_wrap .con01 .txt_wrap{position: absolute;bottom: 0; left: 0; padding: 80px;}
.sub0102_view_wrap .con01 .txt_wrap p{font-size: 35px;color: #fff;font-weight: 700;}
.sub0102_view_wrap .con01 .txt_wrap p strong{display: inline-block;font-size: 45px; color: #fff;font-weight: 700;margin-right: 13px;}
.sub0102_view_wrap .con01 .txt_wrap span{position: relative;display: block;font-size: 18px; color: #fff; font-weight: 700; padding-top: 35px; margin-top: 40px;}
.sub0102_view_wrap .con01 .txt_wrap span::after{content:'';position: absolute; left: 0; top: 0;width: 30px; height: 3px; background: #fff;}
.sub0102_view_wrap .con02 .box_wrap{display: flex;flex-wrap:wrap;border-top: 2px solid var(--co03);}
.sub0102_view_wrap .con02 .box_wrap .box{width: 50%;padding: 60px 40px;border-bottom: 1px solid #ddd;}
.sub0102_view_wrap .con02 .box_wrap .box .tit{position: relative;padding-top: 45px; margin-bottom: 30px;}
.sub0102_view_wrap .con02 .box_wrap .box .tit::after{content:'';position: absolute;left: 0;top: 0;width: 50px; height: 5px; background: var(--co02);}
.sub0102_view_wrap .con02 .box_wrap .box .tit p{font-size: 35px; color: #222; font-weight: 700;}
.sub0102_view_wrap .con02 .box_wrap .box ul li{position: relative;padding-left: 20px;font-size: 18px; color: #666; line-height: 1.5;}
.sub0102_view_wrap .con02 .box_wrap .box ul li::after{content:'';position: absolute;left: 0; top: 11px; width: 5px; height: 5px; border-radius:50%; background: var(--co03);}
.sub0102_view_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 10px;}
.sub0102_view_wrap .con03{background: #f7f9ff;}
.sub0102_view_wrap .con03 .slide_wrap .slick-list{width: calc(100% + 10px); padding-bottom: 50px;}
.sub0102_view_wrap .con03 ul.sec02_slide li{margin-right: 10px;border:1px solid #ddd; box-shadow:4px 4px 6px rgba(51,51,51,.12);transition:.5s;}
.sub0102_view_wrap .con03 ul.sec02_slide li:hover{opacity: .8;}
.sub0102_view_wrap .con03 ul.sec02_slide li .tit{display: flex; align-items: center; justify-content: center; height: 54px; background: var(--co03);}
.sub0102_view_wrap .con03 ul.sec02_slide li .tit strong{font-size: 18px; color: #fff; font-weight: 700;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt{padding: 50px 40px; background: #fff;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt p{font-size: 20px; color: #222; font-weight: 700; line-height: 34px; padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ddd;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt span{display: block;height: 130px;font-size: 16px; color: #666; line-height: 26px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0102_view_wrap .con03 ul.sec02_slide li .txt em{display: block;font-size: 16px; color: #999;margin-top: 30px;}
.sub0102_view_wrap .con03 .sec02_item{display: flex;align-items: center;gap:40px;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap{display: flex;gap:10px;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button{display: flex;align-items: center;justify-content: center;width: 50px; height: 50px; border-radius:50%; border:1px solid #ddd;transition:.4s; background: #fff;}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button:hover{background: var(--co03); border:1px solid var(--co03);}
.sub0102_view_wrap .con03 .sec02_item .arr_wrap button:hover img{filter:brightness(10);}
.sub0102_view_wrap .con03 .progress{position:relative; width:calc(100% - 150px); height:3px; background:#ddd;}
.sub0102_view_wrap .con03 .progress .slider__label { position:absolute; left:0; top:50%; transform:translateY(-50%); width:0; height:100%; background:var(--co03); transition:0.5s;}
.sub0102_view_wrap .con03 a.more_btn{display: flex; align-items: center; justify-content: center; margin: 85px auto 0;width: 230px; height: 60px;background: #fff;border:1px solid #ddd;font-size: 18px; color: #222;transition:.4s;}
.sub0102_view_wrap .con03 a.more_btn:hover{background: var(--co03); color: #fff; border:1px solid var(--co03)}
/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con01{margin-bottom: 105px;}
.sub0103_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:30%; margin-bottom: 60px;}
.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 .con01 .txt_wrap{display: flex;align-items: center;gap:30px;}
.sub0103_wrap .con01 .txt_wrap em{display: flex;align-items: center; justify-content: center;width: 120px; height: 44px; background: #f7f9ff; border-radius:22px; color: var(--co02);font-size: 18px; font-weight: 700;}
.sub0103_wrap .con01 .txt_wrap p{font-size: 30px; color: #222; font-weight: 500;}
.sub0103_wrap .con02 .box_wrap{display: flex;}
.sub0103_wrap .con02 .box_wrap .box{display: flex;align-items: center;gap:30px;width: 50%;}
.sub0103_wrap .con02 .box_wrap .box .icon{display: flex; align-items: center; justify-content: center;flex-direction: column;gap:10px;width: 130px; height: 130px; border-radius:50%; background: #f7f9ff;}
.sub0103_wrap .con02 .box_wrap .box .icon p{font-size: 18px; color: var(--co02); font-weight: 500;}
.sub0103_wrap .con02 .box_wrap .box .txt em{display: flex;align-items: center; justify-content: center;width: 80px; height: 30px; background: #4aba70; border-radius:15px;font-size: 18px; color: #fff;font-weight: 500; margin-bottom: 20px;}
.sub0103_wrap .con02 .box_wrap .box .txt p{font-size: 18px; color: #666;}
.sub0103_wrap .con02 .box_wrap .box .txt span{display: block;font-size: 18px; color: var(--co02);margin-top: 12px;}
/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .search_wrap{display: flex;justify-content: flex-end;margin-bottom: 60px;}
.sub0201_wrap .search_wrap .search{display: flex;align-items: center;width: 400px;border-bottom: 1px solid #ddd;}
.sub0201_wrap .search_wrap .search input[type="text"]{width: calc(100% - 30px);font-size: 18px; color: #999;border:0;height: 56px;}
.sub0201_wrap .search_wrap .search input[type="text"]::placeholder{font-size: 18px; color: #999;}
.sub0201_wrap .search_wrap .search input[type="text"]:focus{outline:0;}
.sub0201_wrap .search_wrap .search a.search_btn{width: 30px;}
.sub0201_wrap .search_wrap .search a.search_btn img{display: block; margin-left: auto;}
.sub0201_wrap .cate_wrap{display: flex;border:1px solid #ddd;}
.sub0201_wrap .cate_wrap a{display: flex;align-items: center;justify-content: center;flex:1;height: 54px;font-size: 18px; color: #666;transition:.4s;}
.sub0201_wrap .cate_wrap a:not(:last-child){border-right: 1px solid #ddd;}
.sub0201_wrap .cate_wrap a.on{background: var(--co03);color: #fff;font-weight: 700;}
.sub0201_wrap .cate_wrap a:hover{background: var(--co03);color: #fff;}
.sub0201_wrap ul.list_wrap{display: flex;flex-wrap:wrap;gap:40px; margin-top: 80px;}
.sub0201_wrap ul.list_wrap li{width: calc((100% - 120px) / 4);border:1px solid #ddd; transition:.5s;}
.sub0201_wrap ul.list_wrap li:hover{opacity: .8;}
.sub0201_wrap ul.list_wrap li .tit{display: flex; align-items: center; justify-content: center; height: 54px; background: var(--co03);}
.sub0201_wrap ul.list_wrap li .tit strong{font-size: 18px; color: #fff; font-weight: 700;}
.sub0201_wrap ul.list_wrap li .txt{padding: 40px 40px 50px; background: #fff;}
.sub0201_wrap ul.list_wrap li .txt p{font-size: 20px; color: #222; font-weight: 700; line-height: 34px; padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #ddd;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0201_wrap ul.list_wrap li .txt span{display: block;height: 130px;font-size: 16px; color: #666; line-height: 26px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-wrap:break-word;}
.sub0201_wrap ul.list_wrap li .txt em{display: block;font-size: 16px; color: #999;margin-top: 30px;}
/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .con01{background: url(/assets/images/sub/sub0501_img01.jpg)center no-repeat; background-size: cover;height: 450px; background-attachment: fixed; margin-bottom: 60px;}
.sub0501_wrap .con02 .input_wrap{display: flex;flex-wrap:wrap;gap:30px 40px;}
.sub0501_wrap .con02 .input_wrap .input{display: flex;width: calc((100% - 40px) / 2);}
.sub0501_wrap .con02 .input_wrap .input02{width: 100%;}
.sub0501_wrap .con02 .input_wrap .input p{width: 150px;font-size: 20px; color: #222; font-weight: 700;transform: translateY(20px);}
.sub0501_wrap .con02 .input_wrap .input p b{color: #ec353a;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]{width: calc(100% - 150px); height: 58px; border:1px solid #ddd; padding: 0px 20px;font-size: 18px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]::placeholder{font-size: 18px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input input[type="text"]:focus{outline:0;}
.sub0501_wrap .con02 .input_wrap .input select{width: calc(100% - 150px); height: 58px; border:1px solid #ddd; padding: 0px 20px;font-size: 18px; color: #999;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/sub/select_icon01.png)center right 20px no-repeat; background-size: 18px;}
.sub0501_wrap .con02 .input_wrap .input select:focus{outline:0;}
.sub0501_wrap .con02 .input_wrap .input textarea{width: calc(100% - 150px); height: 200px; border:1px solid #ddd; padding: 20px;font-size: 18px; color: #999;resize:none;}
.sub0501_wrap .con02 .input_wrap .input textarea::placeholder{font-size: 18px; color: #999;}
.sub0501_wrap .con02 .input_wrap .input textarea:focus{outline:0;}
.sub0501_wrap .con02 .chk_wrap{display: flex;align-items: center; justify-content: center;margin-top: 30px;gap:7px;}
.sub0501_wrap .con02 .chk_wrap .pri_pop_btn{font-size: 18px;color: #222; cursor:pointer;font-weight: 500;}
.sub0501_wrap .con02 .submit_btn{display: flex;align-items: center; justify-content: center;width: 300px; height: 60px;margin: 60px auto 0; background: var(--co03);font-size: 18px;color: #fff;}