0/* 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;}

.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: #c7b48b;
}

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

#header{position: relative;z-index: 7000;line-height: 1;}
#header .inner{display: flex;align-items: center;justify-content: space-between; height: 100px;}

#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 41px 50px;}
#header .gnb span a{display: block;font-size: 18px; color: #333; font-weight: 500;}
#header .gnb .lnb_sub{position: absolute; top: 97px; left: 50%; transform:translateX(-50%);z-index: 100; width: 240px; }
#header .gnb .lnb_sub ul{display: none;border-top: 3px solid var(--co01);}
#header .gnb .lnb_sub ul li a{display: flex; align-items: center;justify-content: center; height: 58px;line-height: 1.4;color: #fff;font-size: 17px;text-align: center;background: rgba(0,0,0,.6);transition:.3s;}
#header .gnb .lnb_sub ul li a:hover{background: #fff; color: #333;}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 1px;}

#header .right_wrap{display: flex;align-items: center;gap:30px;}
#header .right_wrap .lan_wrap{position: relative;font-size: 16px; color: #666;font-weight: 600;padding-left: 15px;}
#header .right_wrap .lan_wrap em{display: flex;align-items: center;gap:10px;cursor:pointer;font-weight: 600;}
#header .right_wrap .lan_wrap em img{transition:.3s;}
#header .right_wrap .lan_wrap em.on img{transform:rotate(180deg);}
#header .right_wrap .lan_wrap ul{display: none;position: absolute;left: 0;top: calc(100% + 10px);padding: 10px 15px; background: #fff;width: 100%;border-radius: 10px;box-shadow: 10px 10px 10px rgba(0, 0, 0, .1); z-index:9999;}
#header .right_wrap .lan_wrap ul li a{color: #666;line-height: 1.5;transition:.3s;}
#header .right_wrap .lan_wrap ul li a:hover{opacity: .6;}

/* navi */
.nav_btn{display: none;}
.navigation{display: none;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;left: 0; top: 50%;transform:translateY(-50%);width: 100%;}
#visual_wrap .txt_wrap span{display: block;font-size: 26px; font-weight: 700;color: var(--co01); margin-bottom: 30px;}
#visual_wrap .txt_wrap p{font-size: 35px; color: #fff; font-weight: 700;line-height: 1.4;}
#visual_wrap ul.slick-dots{position: absolute;left: 50%;bottom: 70px; transform:translateX(-50%);display: flex;gap:38px;}
#visual_wrap ul.slick-dots li{position: relative;width: 4px; height: 4px; background: rgba(255,255,255,.5);text-indent: -9999px; border-radius:50%;transition:.3s;}
#visual_wrap ul.slick-dots li::after{content:'';opacity: 0;position: absolute;left: 50%; top: 50%; transform:translate(-50%,-50%); width: 24px; height: 24px; border:2px solid #fff; border-radius:50%;transition:.3s;} 
#visual_wrap ul.slick-dots li.slick-active{background: #fff;}
#visual_wrap ul.slick-dots li.slick-active::after{opacity: 1;}

/* section */
.section{line-height: 1;padding: 120px 0;}
.sec_tit01{margin-bottom: 50px;}
.sec_tit01 .tit span{display: block;font-size: 18px; color: var(--co01);font-weight: 700;margin-bottom: 15px;}
.sec_tit01 .tit p{font-size: 30px; color: #333; line-height: 1.5; font-weight: 700;}
.sec_tit01 .txt{margin-top: 30px;}
.sec_tit01 .txt p{font-size: 18px; line-height: 30px;color: #666;}

/* section01 */
#section01{position: relative;}
#section01 .sec_tit01{margin-bottom: 0;}
#section01 .inner{display: flex;gap:80px; align-items: center;}
#section01 .bg{position: absolute;right: 0; bottom: -30px;font-size: 200px; color: #f7f7f7; font-weight: 700;z-index: -1;text-transform:uppercase;}
#section01 .img_wrap{width: 620px;}
#section01 .img_wrap img{width: 100%;}
#section01 .txt_wrap{width: calc(100% - 700px);}

/* section02 */
#section02{position: relative;background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section02 .box_wrap{display: flex;gap:60px;}
#section02 .box_wrap .box{width: calc((100% - 120px) / 3); border-top: 2px solid #000;}
#section02 .box_wrap .box a{display: flex;flex-direction: column;justify-content: space-between;height: 100%;padding-top: 40px;}
#section02 .box_wrap .box .tit{position: relative;margin-bottom: 30px;}
#section02 .box_wrap .box .tit p{width: calc(100% - 40px);font-size: 20px; color: #333; font-weight: 700; line-height: 1.6;}
#section02 .box_wrap .box .tit em{position: absolute; top: 0; right: 0;}
#section02 .box_wrap .box .tit span{display: block;font-size: 15px; color: #666; line-height: 1.6;margin-top: 15px;}
#section02 .box_wrap .box .img img{width: 100%; box-shadow: 0px 0px 8px rgba(0,0,0,.15);}

/* section03 */
#section03{background: url(/assets/images/main/sec03_bg01_pc.jpg)center bottom no-repeat; background-size: 100%;}
#section03 .inner{display: flex;align-items: center;}
#section03 .left{width: 50%;margin-right: 60px;}
#section03 .left .map_con .tel{display: flex;align-items: center;justify-content: center;gap:20px; width: 220px; height: 60px; background: var(--co01);border-radius:30px;}
#section03 .left .map_con .tel a{font-size: 20px; color: #fff; font-weight: 700; }
#section03 .left .map_con .map_wrap{position:relative; width:100%; padding-bottom:50%;margin-top: 30px; border:1px solid #ddd; border-radius:12px; overflow: hidden;}
#section03 .left .map_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;}

#section03 .right{width: 50%;}
#section03 .online_wrap .input:not(:last-child){margin-bottom: 20px;}
#section03 .online_wrap .input p{font-size: 18px; color: #333; margin-bottom: 20px;}
#section03 .online_wrap .input p em{color: var(--co01);}
#section03 .online_wrap .input input[type="text"]{width: 100%; height: 48px; background: #f7f7f7; border:0;font-size: 16px; color: #999;padding: 0 20px;}
#section03 .online_wrap .input input[type="text"]::placeholder{color: #999;}
#section03 .online_wrap .input textarea{width: 100%; height: 188px; background: #f7f7f7; border:0;font-size: 16px; color: #999;padding: 20px; resize:none;}

#section03 .chk_wrap{margin-top: 20px;}
#section03 .chk_wrap input[type="checkbox"]{display: none;}
#section03 .chk_wrap input[type="checkbox"] + label{position: relative;padding-left: 30px;font-size: 18px; color: #666; }
#section03 .chk_wrap input[type="checkbox"] + label em{font-weight: 500;color: #222;cursor:pointer}
#section03 .chk_wrap input[type="checkbox"] + label em b{font-weight: 500; border-bottom: 1px solid #222;}
#section03 .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 1px; width: 18px; height: 18px; border:1px solid #ddd;}

#section03 .chk_wrap input[type="checkbox"]:checked + label{}
#section03 .chk_wrap input[type="checkbox"]:checked + label::after{content:'✓';background:var(--co01); border:1px solid var(--co01); color: #fff;text-align: center; line-height: 16px;}

#section03 a.submit_btn{display: flex;align-items: center;justify-content: center; height: 60px; background: #333; color: #fff;font-size: 18px; margin-top: 20px;}

/* 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{padding: 80px 0;background: #222; line-height: 1;}
#footer .inner{position: relative;display: flex;align-items: flex-end;justify-content: space-between;}
#footer .left .f_logo{display: block; width: fit-content;}
#footer .left .a_wrap{display: flex;gap:25px;margin: 40px 0px 30px;}
#footer .left .a_wrap a{font-size: 18px; color: #fff; font-weight: 700;}
#footer .left address p{font-size: 18px; color: #fff; line-height: 32px;}
#footer .left address p em{font-size: 14px;vertical-align: middle;}
#footer .left p.copy{font-size: 16px; color: #999; margin-top: 16px;}

#footer .right{padding: 35px 40px; border-radius:20px; background: rgba(255,255,255,.04);}
/* #footer .right .top{margin-bottom: 30px;} */
#footer .right .top span{display: block;font-size: 16px; color: #fff; margin-bottom: 20px;}
#footer .right .top p{font-size: 35px; color: #fff; font-weight: 700;}
#footer .right .bot p{font-size: 16px; color: #fff; line-height: 28px;}

#footer .top_btn{position: fixed;bottom: 80px;right: 160px;display: none;width: 62px;height: 62px;border-radius: 12px; border:1px solid #fff;mix-blend-mode: exclusion;}
#footer .top_btn img{display: block;position: absolute; transform:translateX(-50%);left: 50%;top: 15px;}

/* =====sub==================================== */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; width: 100%; transform:translate(-50%,-50%);}
#sub_visual_wrap .txt_wrap span{display: block;font-size: 20px; color: var(--co01);text-align: center; font-weight: 700;}
#sub_visual_wrap .txt_wrap p{font-size: 60px; color: #fff;font-weight: 700;text-align: center; margin-top: 40px;}

.tab_menu{position: absolute;bottom: 0;left: 0;width: 100%;}
.tab_menu .inner{}
.tab_menu	ul{display: flex; background: var(--co01);}
.tab_menu	ul li{position: relative;flex:1;}
.tab_menu	ul li:not(:last-child)::after{content:'';position: absolute;width: 2px; height: 30px; background: #ebe3d3; top: 50%; right: 0; transform:translateY(-50%);opacity: .5;}
.tab_menu	ul li a{display: flex;align-items: center;justify-content: center;height: 80px;font-size: 20px; color: #ebe3d3; font-weight: 500;}
.tab_menu	ul li.on a{color: #fff;font-weight: 700;}
.tab_menu em{display: none;}

#sub_contents{padding: 120px 0;}
#sub_contents .contop{line-height: 1; margin-bottom: 80px;}
#sub_contents .contop h3{font-size: 40px; color: #333; font-weight: 700;text-align: center;}

/* 공통 */
a.more_btn_st01{display: flex;align-items: center;justify-content: center;gap:30px;width: 260px; height: 60px; border-radius:30px; background: var(--co01);font-size: 18px; color: #fff;font-weight: 700;}

h3.h3_tit01{position: relative;font-size: 35px; color: #333; font-weight: 700;margin-bottom: 30px;}

ul.ul_st01 li{position: relative;padding-left: 20px;font-size: 18px; line-height: 32px;color: #666;}
ul.ul_st01 li::after{content:'';position: absolute; left: 0; top: 14px; width: 5px; height: 5px; background: var(--co01);}

/* sub_list */
.sub_list_wrap{line-height: 1;}
.sub_list_wrap ul.sub_list{display: flex;flex-wrap:wrap;gap:70px 40px;}
.sub_list_wrap ul.sub_list li{width: calc((100% - 120px) / 4);}
.sub_list_wrap ul.sub_list li .img_wrap{position:relative; width:100%; padding-bottom:100%;border:1px solid #ddd; border-radius:12px;overflow: hidden;}
.sub_list_wrap ul.sub_list 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;}
.sub_list_wrap ul.sub_list li .txt_wrap{display: flex;align-items: flex-end; justify-content: space-between;position: relative;margin-top: 30px;padding-top: 25px;}
.sub_list_wrap ul.sub_list li .txt_wrap::after{content:'';position: absolute; top: 0; left: 0;width: 30px; height: 3px; background: var(--co01);}
.sub_list_wrap ul.sub_list li .txt_wrap p{font-size: 22px; color: #333; font-weight: 700;width: calc(100% - 115px);white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sub_list_wrap ul.sub_list li .txt_wrap span{display: flex;align-items: center; gap:10px; font-size: 18px;color: #999;}
.sub_list_wrap ul.sub_list li .txt_wrap span img{transition:.3s;}
.sub_list_wrap ul.sub_list li:hover .txt_wrap span img{transform:rotate(90deg);}

/* sub_view */
.sub_view_wrap{line-height: 1;}
.sub_view_wrap .search_wrap{display: flex;align-items: center; justify-content: space-between;width: 1000px;border-bottom: 3px solid #333;margin: 0 auto 70px;padding-bottom: 20px;}
.sub_view_wrap .search_wrap input[type="text"]{width: calc(100% - 130px);border:0;font-size: 18px; color: #999;}
.sub_view_wrap .search_wrap input[type="text"]::placeholder{font-size: 18px; color: #999;}
.sub_view_wrap .search_wrap input[type="text"]:focus{outline:0;}
.sub_view_wrap .search_wrap .btn_wrap{display: flex;align-items: center;justify-content: flex-end;gap:35px;width: 130px;}

.sub_view_wrap .con{margin-bottom: 100px;}
.sub_view_wrap .con .p_wrap p{font-size: 18px; color: #666; line-height: 28px;}
.sub_view_wrap .con .flex_con{display: flex;}
.sub_view_wrap .con .flex_con .p_wrap{position: relative;flex:1;padding: 0px 40px;}
.sub_view_wrap .con .flex_con .p_wrap:not(:last-child)::after{content:'';position: absolute; top: 50%;transform:translateY(-50%); right: 0; width: 1px; height: 110px; background: #ddd;}
.sub_view_wrap .con .flex_con .p_wrap strong{display: block;font-size: 22px; color: #333; font-weight: 700;text-align: center;margin-bottom: 15px;}
.sub_view_wrap .con .flex_con .p_wrap p{text-align: center;}

.sub_view_wrap .con .img_con{padding: 40px;border-radius:20px; border:1px solid #ddd;}
.sub_view_wrap .con .img_con img{display: block;margin: 0 auto; max-width: 100%;}

.sub_view_wrap a.back_btn{display: flex; gap: 20px; align-items: center; justify-content: center; width: 200px; height: 54px; background: var(--co01);font-size: 18px; color: #fff;padding: 0 20px; margin: 0 auto;}

.sub_view_wrap .con01{display: flex; align-items: center; justify-content: flex-end;gap:150px;}
.sub_view_wrap .con01 .img_box{width: 500px;border:1px solid #ddd;border-radius:12px;}
.sub_view_wrap .con01 .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.sub_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%;}

.sub_view_wrap .con01 .txt_box{width: 50%;}
.sub_view_wrap .con01 .txt_box .tit{position: relative;padding-bottom: 40px;margin-bottom: 60px;border-bottom: 1px solid #ddd;}
.sub_view_wrap .con01 .txt_box .tit::after{content:'';position: absolute; left: 0; bottom: -2px; width: 60px; height: 3px; background: var(--co01);}
.sub_view_wrap .con01 .txt_box .tit span{display: block;font-size: 18px; color: var(--co01); font-weight: 700;margin-bottom: 20px;text-transform:uppercase;}
.sub_view_wrap .con01 .txt_box .tit p{font-size: 65px; color: #333; font-weight: 700;} 


/* sub0101 */
.sub0101_wrap{line-height: 1; background: url(/assets/images/sub/sub0101_bg01.png)left bottom 180px no-repeat; }
.sub0101_wrap .con01 .tit{margin-bottom: 50px;	}
.sub0101_wrap .con01 .tit p{font-size: 32px; color: var(--co01); line-height: 45px;font-weight: 700;}
.sub0101_wrap .con01 .img{background: url(/assets/images/sub/sub0101_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed; height: 400px; border-radius:20px;}

.sub0101_wrap .con02{margin-top: 60px;}
.sub0101_wrap .con02 .txt_wrap{width: 50%; margin-left: auto;}
.sub0101_wrap .con02 .txt_wrap strong{display: block;font-size: 24px; color: #333; font-weight: 700;line-height: 40px;}
.sub0101_wrap .con02 .txt_wrap p{font-size: 18px; color: #333; font-weight: 500; line-height: 36px;margin-top: 40px;}
.sub0101_wrap .con02 .txt_wrap a.more_btn_st01{margin-top: 70px;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con_wrap{position: relative;}
.sub0102_wrap .con_wrap::after{content:'';position: absolute;top: 50px; left: 509px;width: 1px; height: calc(100% - 50px);border-right: 1px solid #ddd;z-index: -1;}
.sub0102_wrap .flex_wrap{display: flex;}
.sub0102_wrap .flex_wrap .left{position: relative;width: 510px;padding-bottom: 110px;}
.sub0102_wrap .flex_wrap .left::after{}
.sub0102_wrap .flex_wrap .left span{display: block;font-size: 18px; color: var(--co01);margin-bottom: 12px;font-weight: 700;}
.sub0102_wrap .flex_wrap .left p{font-size: 60px; color: #333; font-weight: 700;}

.sub0102_wrap .flex_wrap:first-child .right{margin-top: 20px;}
.sub0102_wrap .flex_wrap .right{width: calc(100% - 510px);padding-top: 10px;}
.sub0102_wrap .flex_wrap{margin-bottom: 140px;}
.sub0102_wrap .flex_wrap .right .his_wrap .his{display: flex;}
.sub0102_wrap .flex_wrap .right .his_wrap .his:not(:last-child){margin-bottom: 70px;}
.sub0102_wrap .flex_wrap .right .his_wrap .his .year{position: relative;font-size: 36px; color: #bbb; font-weight: 700;width: 240px;padding-left: 95px;transition:.3s;}
.sub0102_wrap .flex_wrap .right .his_wrap .his .year::before{content:''; position: absolute;left: -5px;top: 15px;width: 9px; height: 9px; background: #bbb; border-radius:50%;transition:.3s;}
.sub0102_wrap .flex_wrap .right .his_wrap .his .year::after{content:'';position: absolute;left: -9px;top: 11px;width: 17px; height: 17px; background: #bbb; border-radius:50%;opacity: .3;transition:.3s;}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul{width: calc(100% - 240px);}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul li{position: relative;font-size: 18px; color: #999;font-weight: 500;padding-left: 20px;transition:.3s; line-height: 1.5;}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul li:not(:last-child){margin-bottom: 25px;}
.sub0102_wrap .flex_wrap .right .his_wrap .his ul li::after{content:'•';position: absolute;left: 0; top: 0;}

.sub0102_wrap .flex_wrap .right .his_wrap .his.on .year{color: var(--co01);}
.sub0102_wrap .flex_wrap .right .his_wrap .his.on .year::before{background: var(--co01);}
.sub0102_wrap .flex_wrap .right .his_wrap .his.on .year::after{background: var(--co01);}
.sub0102_wrap .flex_wrap .right .his_wrap .his.on ul li{color: #333;}

/* sub0105 */
.sub0105_wrap{line-height: 1;}
.sub0105_wrap .map_wrap{position:relative; width:100%; padding-bottom:35.714286%;}
.sub0105_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;}

.sub0105_wrap .txt_wrap{display: flex;align-items: center; margin-top: 60px;}
.sub0105_wrap .txt_wrap .left{width: 50%;line-height: 1.5;}
.sub0105_wrap .txt_wrap .left ul li{display: flex;}
.sub0105_wrap .txt_wrap .left ul li:not(:last-child){margin-bottom: 15px;}
.sub0105_wrap .txt_wrap .left ul li span{display: block;width: 100px;font-size: 18px; color: var(--co01);font-weight: 700;}
.sub0105_wrap .txt_wrap .left ul li p{width: calc(100% - 100px);font-size: 18px; color: #333; font-weight: 500;}
.sub0105_wrap .txt_wrap .right{width: 50%;}
.sub0105_wrap .txt_wrap .right .btn_wrap{display: flex;gap:20px;}
.sub0105_wrap .txt_wrap .right .btn_wrap a{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:16px; width: calc((100% - 40px) / 3);height: 120px; border-radius:12px; border:2px solid var(--co01);}
.sub0105_wrap .txt_wrap .right .btn_wrap p{font-size: 18px; color: var(--co01);font-weight: 500;text-align: center;}

/*sub02*/
.sub02_wrap{line-height: 1;}
.sub02_wrap img{display: block; margin: 0 auto; max-width: 100%;}

/* sub0402 */
.sub0402_wrap{line-height: 1;}
.sub0402_wrap .online_wrap{padding-bottom: 40px;border-bottom: 1px solid #ddd;}
.sub0402_wrap .online_wrap .input_wrap{display: flex;}
.sub0402_wrap .online_wrap .input_wrap:not(:last-child){margin-bottom: 20px;}
.sub0402_wrap .online_wrap .input_wrap p{width: 200px;font-size: 18px; color: #333; line-height: 60px;}
.sub0402_wrap .online_wrap .input_wrap p em{color: var(--co01);}
.sub0402_wrap .online_wrap .input_wrap .input{width: calc(100% - 200px);}
.sub0402_wrap .online_wrap .input_wrap .input input[type="text"]{width: 200px;height: 60px; background: #f7f7f7; border:0;padding: 0 20px;font-size: 16px; color: #333;}
.sub0402_wrap .online_wrap .input_wrap .input input[type="text"]::placeholder{color: #999;}
.sub0402_wrap .online_wrap .input_wrap .input select{width: 200px;height: 60px; background: url(/assets/images/sub/select_icon01.png)right 20px center no-repeat #f7f7f7; border:0;padding: 0 20px;font-size: 16px; color: #333; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
.sub0402_wrap .online_wrap .input_wrap .input textarea{width: 100%;height: 200px; background: #f7f7f7; border:0;padding: 20px;font-size: 16px; color: #333; resize:none;}
.sub0402_wrap .online_wrap .input_wrap .input span{display: block;font-size: 16px; color: #333;}
.sub0402_wrap .online_wrap .input_wrap .input input[type="file"]{width: 100%;height: 60px; background: #f7f7f7; border:0;padding: 0 20px;font-size: 16px; color: #333;line-height: 62px;}

.sub0402_wrap .online_wrap .input_wrap .input.flex{display: flex;gap:10px;align-items: center;}
.sub0402_wrap .online_wrap .input_wrap .input.w02 input[type="text"]{width: 500px;}
.sub0402_wrap .online_wrap .input_wrap .input.w03 input[type="text"]{width: 100%;}

.sub0402_wrap .bot_wrap{display: flex;justify-content: space-between; margin-top: 40px;}
.sub0402_wrap .chk_wrap input[type="checkbox"]{display: none;}
.sub0402_wrap .chk_wrap input[type="checkbox"] + label{position: relative;padding-left: 30px;font-size: 18px; color: #666; }
.sub0402_wrap .chk_wrap input[type="checkbox"] + label em{font-weight: 500;color: #222;cursor:pointer}
.sub0402_wrap .chk_wrap input[type="checkbox"] + label em b{font-weight: 500; border-bottom: 1px solid #222;}
.sub0402_wrap .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 1px; width: 18px; height: 18px; border:1px solid #ddd;}

.sub0402_wrap .chk_wrap input[type="checkbox"]:checked + label{}
.sub0402_wrap .chk_wrap input[type="checkbox"]:checked + label::after{content:'✓';background:var(--co01); border:1px solid var(--co01); color: #fff;text-align: center; line-height: 16px;}





