/* 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=Work+Sans:ital,wght@0,100..900;1,100..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;}

/* input {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/

.list {border-top:2px solid #1c1815; border-bottom:1px solid #1c1815;}


/*멤버스킨*/
.title{font-size:15px; font-weight:bold;}

/*테이블*/
.tbl_type,.tbl_type th,.tbl_type td{border:0}
.tbl_type{width:100%;border-bottom:1px solid #e2e2e5; }
.tbl_type th{padding:10px 0 10px 0;border-top:2px solid #383d4a; font-weight:bold; border-bottom:1px solid #e2e2e5;}
.tbl_type p{font-size:11px; color:#b6b7bc;}
.tbl_type td{padding:7px 0 7px 0;border-top:1px solid #e5e5e5;color:#4c4c4c; border-bottom:none; border-top:none; line-height:18px;}

.tbl_type2,.tbl_type2 th,.tbl_type2 td{border:0}
.tbl_type2{width:100%;border-bottom:1px solid #e7e7e7; }
.tbl_type2 th{padding:10px 0 10px 0; background:#f9f9f9; text-align:center;}
.tbl_type2 p{font-size:11px; color:#b6b7bc;}
.tbl_type2 td{padding:10px 0 10px 10px; border-bottom:none; border-top:none; line-height:18px;}


/*로그인스킨*/
#login_wrap{background: #f5f5f5;padding: 50px;line-height: 1;}
#login_wrap h2{text-align: center; font-size: 36px;color: #333; font-weight: 700;margin-bottom: 30px;}
#login_wrap .input_con .input{display: flex; gap:20px;align-items: center; justify-content: center;width: 530px;background: #fff;padding: 0 20px; height: 50px;margin: 0 auto;}
#login_wrap .input_con .input:not(:last-child){margin: 0 auto 10px;}
#login_wrap .input_con .input .icon{display:flex; gap:10px; justify-content:center;}
#login_wrap .input_con .input img{display: block;}
#login_wrap .input_con .input p{font-size:16px; color:var(--co01); font-weight:600;}
#login_wrap .input_con .input input[type="text"]{width: calc(100% - 50px);border:0;background: #fff;font-size: 17px; color: #999;}
#login_wrap .input_con .input input[type="text"]::placeholder{font-size: 17px; color: #999;}
#login_wrap .input_con .input input[type="text"]:focus{outline:0;}
#login_wrap .input_con .input input[type="password"]{width: calc(100% - 50px);border:0;background: #fff;font-size: 17px; color: #999;}
#login_wrap .input_con .input input[type="password"]::placeholder{font-size: 17px; color: #999;}
#login_wrap .input_con .input input[type="password"]:focus{outline:0;}
#login_wrap a.log_btn{display: flex;align-items: center; justify-content: center;width: 530px; height: 60px; margin: 20px auto 0; background: var(--co01);font-size: 17px; color: #fff; font-weight: 700;}

/* 정보수정 스킨*/
#pw_wrap{position: relative;width: 100%; line-height: 1;}
#pw_wrap .login_box{width: 600px;margin: 0 auto;}
#pw_wrap .login_box .logo{margin-bottom: 60px;}
#pw_wrap .login_box .logo img{display: block;margin: 0 auto;}
#pw_wrap .login_box .box{display: flex;align-items: center;flex-wrap:wrap;}
#pw_wrap .login_box .box:not(:last-child){margin-bottom: 20px;}
#pw_wrap .login_box .box p{width: 150px;font-size: 18px; color: #333; font-weight: 700;margin-bottom: 14px;}
#pw_wrap .login_box .box .input{position: relative;width: calc(100% - 150px);}
#pw_wrap .login_box .box span{display: block;width: 100%;text-align: right;	}
#pw_wrap .login_box .box input{width: 100%; height: 50px; border:1px solid #ddd; background: #fff ;padding: 0px 60px 0 20px;font-size: 16px; color: #999;}
#pw_wrap .login_box .box input:-webkit-autofill {background-color: #fff !important;-webkit-box-shadow: 0 0 0 1000px white inset !important; /* 자동완성 배경 없애기 */-webkit-text-fill-color: #999 !important; /* 글자색 강제 */}
#pw_wrap .login_box .box input::placeholder{font-size: 16px; color: #999;}
#pw_wrap .login_box .box input[type="text"]{color: #333; font-weight: 500;}
#pw_wrap .login_box .box input[type="text"]:focus{outline:0;}
#pw_wrap .login_box .box input[type="password"]{background-color: #fff !important;color: #999 !important;-webkit-text-fill-color: #999 !important; /* 크롬 자동완성 색상 고정 */transition: background-color 5000s ease-in-out 0s; /* 자동완성 배경색 방지 */}
#pw_wrap .login_box .box input[type="password"]::placeholder{color: #999;}
#pw_wrap .login_box .box .input .eye{position: absolute; right: 20px; top: 50%; transform:translateY(-50%); display: block; background: url(/assets/images/sub/eye.png)center no-repeat;width: 21px; height: 21px; background-size: cover; cursor:pointer;}
#pw_wrap .login_box .box .input.active .eye{background: url(/assets/images/sub/eye_on.png)center no-repeat;width: 18px; height: 14px; background-size: cover; }
#pw_wrap .login_box .log_btn{display: flex;  align-items: center; justify-content: center;width: 100%; background: var(--co01);height: 60px;font-size: 18px; color: #fff; font-weight: 700;margin: 20px 0;}
#pw_wrap .login_box .bot{display: flex;align-items: center;justify-content: space-between;}
#pw_wrap .login_box .bot .chk input[type="checkbox"]{display: none;}
#pw_wrap .login_box .bot .chk input[type="checkbox"] + label{position: relative;padding-left: 28px;font-size: 16px; color: #666;}
#pw_wrap .login_box .bot .chk input[type="checkbox"] + label::after{content:''; position: absolute;left: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 18px; border:1px solid #ddd;}
#pw_wrap .login_box .bot .chk input[type="checkbox"]:checked + label::after{border:5px solid var(--co01);}
#pw_wrap .login_box .bot .a_wrap{display: flex;}
#pw_wrap .login_box .bot .a_wrap a{font-size: 16px; color: #666;padding: 0 15px;}
#pw_wrap .login_box .bot .a_wrap a:not(:last-child){border-right: 1px solid #ddd;}

/* 마이페이지 스킨 */
.mypage_wrap{border-top: 2px solid #333;line-height: 1;}
.mypage_wrap ul li{display: flex;align-items: center;border-bottom: 1px solid #ddd;padding: 20px 0px;min-height: 90px;}
.mypage_wrap ul li p{padding-left: 20px; width: 200px;font-size: 17px; color: #333; font-weight: 700;}
.mypage_wrap ul li .input_wrap{display: flex;/* align-items: center; */ gap:10px;width: calc(100% - 200px);font-size: 17px; color: #666;font-weight: 400;}
.mypage_wrap ul li .input_wrap input[type="text"]{width: 400px;height: 50px;border:1px solid #ddd;padding: 0 15px;font-size: 15px; color: #999;}
.mypage_wrap ul li .input_wrap input[type="text"]::placeholder{font-size: 15px; color: #999;}
.mypage_wrap ul li .input_wrap input[type="text"]:focus{outline:0;}
.mypage_wrap ul li .input_wrap input[type="password"]{width: 400px;height: 50px;border:1px solid #ddd;padding: 0 15px;font-size: 15px; color: #999;}
.mypage_wrap ul li .input_wrap input[type="password"]::placeholder{font-size: 15px; color: #999;}
.mypage_wrap ul li .input_wrap input[type="password"]:focus{outline:0;}
.mypage_wrap ul li .input_wrap button.re_btn{display: flex;align-items: center; justify-content: center;width: 160px; height: 50px;font-size: 16px;background: #666; color: #fff;}

.mypage_wrap .btn_wrap{display: flex; align-items: center; justify-content: center;gap:10px;margin-top: 60px; }
.mypage_wrap .btn_wrap a{display: flex; align-items: center; justify-content: center;width: 200px; height: 60px;font-size: 17px; color: #333; font-weight: 700; border:1px solid #333;}
.mypage_wrap .btn_wrap a.btn01{color: #fff; background: #333;}

/*회원가입 스킨*/
.inWrap {width:98%;  border:1px solid #353638; border-width:1px 0; padding:30px 0;}
.inWrap.type1 { padding:50px 0;}
.inWrap.type2 { padding:0;}
.inWrap.type3 { padding:5px 0; border-bottom-width:0;}
.inWrap.width1 { width:680px !important; margin:0 auto;}
.tbox1 { border:1px solid #cdcdcd; }
.tbox1 .boxTit { padding:20px 20px 10px; color:#333; font-weight:700; font-size:16px;}
.tbox1 .txt_scroll { height:200px; padding:0 20px; overflow-y:auto;}
.txt_type { line-height:25px; font-size:13px; color:#666;}
.agreement input{vertical-align:middle; border:none;}
.btnType { display:inline-block; position:relative; transition:all 0.3s;}
.btnType.btn1 { height:30px; line-height:28px; padding:0 45px; font-size:13px;}
.btnType.btn1.color2 {border:1px solid #333; background:#333; cursor:pointer; }
.btnWrap input{color:#fff;}

.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: #f6872b;
  --co02: #0d3699;
  --co03: #5464af;
}

::selection{color: #fff; background: #f6872b;}

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

#header{line-height: 1;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 90px;}
#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 37px 60px;}
#header .gnb span a{display: block;font-size: 20px; color: #333; font-weight: 600;}
#header .gnb .lnb_sub{position: absolute; top: 92px; left: 50%; transform:translateX(-50%);z-index: 100; width: 220px; background: #fff;}
#header .gnb .lnb_sub ul{display: none;padding: 35px 0px;border-top: 3px solid var(--co01);}
#header .gnb .lnb_sub ul li a{display: block;color: #888;font-size: 18px;text-align: center;transition:.3s;}
#header .gnb .lnb_sub ul li:hover a{font-weight: 700; color: var(--co01);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 33px;}
#header .h_right .log_wrap{display: flex;gap:10px;}
#header .h_right a{display: flex; align-items: center; justify-content: center;gap:7px;padding: 0 22px; height: 40px;border:1px solid #ddd; border-radius:4px;font-size: 17px; color: #666; font-weight: 500;transition:.3s;}
#header .h_right a img{transition:.1s;}
#header .h_right a:hover{color: #fff; background: var(--co01); border:1px solid var(--co01);}
#header .h_right a:hover img{filter: brightness(100);}

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

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; width: 100%; top: 50%; transform:translateY(-50%);}
#visual_wrap .txt_wrap .txt{width: 420px;}
#visual_wrap .txt_wrap p{position: relative;font-size: 58px;color: #333; font-weight: 500; line-height: 86px;}
#visual_wrap .txt_wrap p.typing-txt{display: none;}
#visual_wrap .txt_wrap p.typing em.cursor{content:'';position: absolute; right: -20px; bottom: 6px; width: 2px; height: 58px;background: transparent; animation: visAni01 .5s linear infinite;}

@keyframes visAni01{
0%{background: #333;}
50%{background: transparent;}
100%{background: #333;}
}

#visual_wrap .txt_wrap strong{display: inline-block;font-weight: 800; }
#visual_wrap .btn_wrap{position: absolute; width: 100%; bottom: 50px;right: 0;}
#visual_wrap .btn_wrap ul{width: fit-content; margin-left: auto;}
#visual_wrap .btn_wrap ul li:not(:last-child){margin-bottom: 10px;}
#visual_wrap .btn_wrap ul li a{display: flex;align-items: center; justify-content: center; flex-direction: column;gap:9px;width: 95px; height: 95px;border-radius:50%; box-shadow: 1px 1px 6px rgba(54,53,51,.25);background: #363635;}
#visual_wrap .btn_wrap ul li img{transition:.3s;}
#visual_wrap .btn_wrap ul li p{font-size: 14px; color: #fff; font-weight: 600;}
#visual_wrap .btn_wrap ul li:hover img{transform:rotateY(180deg);}

/* section */
.section{line-height: 1;}
.section .sec_tit{margin-bottom: 40px;}
.section .sec_tit p{font-size: 45px; color: #333; font-weight: 700;text-align: center;}
.section .sec_tit span{display: block;font-size: 20px; color: #888; margin-top: 30px;text-align: center;}

/* section01 */
#section01{padding-top: 80px;}
#section01 ul{display: flex;gap:20px;}
#section01 ul li{position: relative;width: calc((100% - 60px) / 4); border-radius:12px;overflow: hidden;}
#section01 ul li:nth-child(1){background: var(--co03);}
#section01 ul li:nth-child(2){background: #00b3b0;}
#section01 ul li:nth-child(3){background: var(--co01);}
#section01 ul li:nth-child(4){background: #7bc24c;}
#section01 ul li a{display: flex; justify-content: space-between; flex-direction: column; height: 255px; padding: 40px 30px 30px;}
#section01 ul li .icon{position: absolute; bottom: 30px; right: 30px;}
#section01 ul li p{font-size: 28px; color: #fff; font-weight: 700;margin-bottom: 16px;}
#section01 ul li span{display: block;font-size: 17px; color: #fff; line-height: 28px;}
#section01 ul li .arr{position: relative;display: flex; align-items: center; justify-content: center;width: 50px; height: 50px; background: #fff; border-radius:50%; box-shadow: 1px 1px 6px rgba(54,53,51,.25);overflow: hidden;}
#section01 ul li .arr img{transition:.3s;}
#section01 ul li .arr .h_arr{position: absolute; top: 50%; left: -50%; transform:translate(-50%,-50%);transition:.3s;}
#section01 ul li .icon img{transition:.3s;}

#section01 ul li:hover .icon img{transform:scale(1.8);}
#section01 ul li:hover .arr > img{transform:translateX(150%);}
#section01 ul li:hover .arr .h_arr{left: 50%; }

/* section02 */
#section02{padding: 100px 0px;}
#section02 ul{display: flex;gap:40px;}
#section02 ul li{width: calc((100% - 80px) / 3);background: #f5f5f5; border-radius:12px;transition:.3s;}
#section02 ul li a{display: block;padding: 40px;}
#section02 ul li .icon{width: fit-content;margin:0 auto 30px;}
#section02 ul li .txt_wrap p{font-size: 24px; color: #333; font-weight: 700;text-align: center;}
#section02 ul li .txt_wrap span{display: block;font-size: 17px; color: #888; text-align: center;margin-top: 10px;}
#section02 ul li .txt_wrap em{display: block;font-size: 17px; color: var(--co01); font-weight: 700;text-align: center;margin-top: 20px;}
#section02 ul li:hover{transform:translateY(5px);}

/*footer*/
#footer{padding: 60px 0px;background: #222;}
#footer .inner{display: flex;justify-content: space-between;}
#footer strong{display: block;font-size: 22px; color: #fff; font-weight: 500;margin-bottom: 25px;}
#footer address p{font-size: 17px; color: #888; line-height: 32px;}
#footer address p i{display: inline-block; width: 2px; height: 12px; background: #666;margin: 0 10px;}	
#footer address p.copy{margin-top: 15px;}

/* =====sub==================================================== */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
#sub_visual_wrap .txt_wrap h3{font-size: 45px;color: #333; font-weight: 700;text-align: center;}

#sub_contents{padding: 100px 0px 120px;}
#sub_contents .inner{display: flex;gap:60px;}

#sub_contents .sub_container{width: calc(100% - 340px);}
#sub_contents .sub_container .contop{display: flex;align-items: flex-end;justify-content: space-between;line-height: 1;padding-bottom: 30px; margin-bottom: 60px;border-bottom: 1px solid #ddd;}
#sub_contents .sub_container .contop h3{font-size: 36px; color: #333; font-weight: 700;}
#sub_contents .sub_container .contop ul.sub_nav{display: flex;gap:25px;align-items: center;}
#sub_contents .sub_container .contop ul.sub_nav li{position: relative;font-size: 17px; color: #888;}
#sub_contents .sub_container .contop ul.sub_nav li:not(:last-child)::after{content:'';position: absolute; right: -14px; top: 50%; transform:translateY(-50%);width: 4px; height: 4px; background: #ddd; border-radius:50%;}

/* tab_menu */
.tab_menu{width: 280px;line-height: 1;}
.tab_menu .top_tit{position: relative;width: 100%; height: 150px; background: url(/assets/images/sub/sub_tab_bg01_pc.png)center no-repeat; background-size: cover; border-radius:20px 20px 0 0;}
.tab_menu .top_tit h3{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);font-size: 28px; color: #fff; font-weight: 700;width: 100%; text-align: center;}
.tab_menu ul{padding: 0 20px 20px 20px;border-radius: 0 0 20px 20px; border:1px solid #ddd;}
.tab_menu ul li:not(:last-child){border-bottom: 1px solid #ddd;}
.tab_menu ul li a{position: relative;display: flex; align-items: center;height: 55px;padding-left: 10px;font-size: 17px; color: #333;}
.tab_menu ul li a::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%); background: url(/assets/images/sub/sub_tab_arr01_pc.png)center no-repeat #fff; border:1px solid #ddd; width: 25px; height: 25px; background-size: 10px;transition:.3s; border-radius:6px;}
.tab_menu ul li.on{border-bottom: 2px solid var(--co02);}
.tab_menu ul li.on a{font-weight: 700;color: var(--co02);}
.tab_menu ul li.on a::after{background: url(/assets/images/sub/sub_tab_arr01_on_pc.png)center no-repeat var(--co02); border:1px solid var(--co02);}
.tab_menu ul li:hover a::after{background: url(/assets/images/sub/sub_tab_arr01_on_pc.png)center no-repeat var(--co02); border:1px solid var(--co02);}

.tab_menu_mob{display: none;}

/* 공통 */
h2.h2_tit01{font-size: 36px; color: #333; font: 700;margin-bottom: 50px;}

h3.h3_tit01{position: relative;font-size: 28px; color: #333; font-weight: 700;padding-left: 24px;margin-bottom: 50px;}
h3.h3_tit01::after{content:''; position: absolute; left: 0; top: 2px; background: url(/assets/images/sub/text_icon01_pc.png)center no-repeat; width: 4px; height: 26px; background-size: cover;}

h3.h3_tit01.mb2{margin-bottom: 30px;}

table.tbl01{width: 100%;border-top: 2px solid #333;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 tr th{padding: 12px;font-size: 17px; color: #333; font-weight: 500;background: #f5f5f5;}
table.tbl01 tr td{padding: 20px 10px;font-size: 17px; color: #666;text-align: center;}

ul.list01 li{position: relative;font-size: 17px; color: #666;padding-left: 20px;line-height: 1.5;}
ul.list01 li::after{content:'';position: absolute; left: 0; top: 11px; width: 4px; height: 4px;background: var(--co01); border-radius:50%;}
ul.list01 li:not(:last-child){margin-bottom: 10px;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{display: flex;justify-content: flex-end;gap:330px;align-items: flex-end;width: 100%; height: 310px;background: #f5f5f5;border-radius:20px;padding: 0px 60px; margin-bottom: 60px;}
.sub0101_wrap .con01 .txt{position: relative;padding: 20px 0px 60px;}
.sub0101_wrap .con01 .txt::after{content:'';position: absolute; right: 0; top: 0; width: 380px; height: 2px; background:var(--co03);}
.sub0101_wrap .con01 .txt span{display: block;font-size: 17px; font-weight: 700;text-align: right;margin-bottom: 10px; color: var(--co03);}
.sub0101_wrap .con01 .txt p{text-align: right;font-size: 24px;font-weight: 700;color: #333;}

.sub0101_wrap .con02{display: flex;gap:40px;}
.sub0101_wrap .con02 .txt_wrap{margin: 0 auto; width: fit-content;}
.sub0101_wrap .con02 .txt_wrap .tit{position: relative;padding-bottom: 20px; margin-bottom: 20px;border-bottom: 1px solid #ddd;}
.sub0101_wrap .con02 .txt_wrap .tit::after{content:'';position: absolute; left: 0; bottom: -2px; width: 70px; height: 3px; background: var(--co03);}
.sub0101_wrap .con02 .txt_wrap .tit p{font-size: 28px; color: #333; font-weight: 700; line-height: 40px;}
.sub0101_wrap .con02 .txt_wrap .txt p{font-size: 17px; color: #666; line-height: 28px;}
.sub0101_wrap .con02 .txt_wrap .txt p:not(:last-child){margin-bottom: 20px;}
.sub0101_wrap .con02 .txt_wrap .txt strong{display: block;margin-top: 20px;font-size: 17px; color: #333; font-weight: 700;}
.sub0101_wrap .con02 .txt_wrap .txt strong b{display: inline-block; font-size: 24px; color: #333; font-weight: 700;padding-left: 20px;}

/* sub0102 */
.sub0102_wrap{position: relative;line-height: 1;}
.sub0102_wrap::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%); width: 1px; height: 100%; background: #ddd; z-index: -1;}
.sub0102_wrap .con02{position: relative;margin-top: 40px;margin-bottom: 30px;}
.sub0102_wrap .con03{position: relative;}
.sub0102_wrap .con03.con03-1{margin-bottom: 50px;padding-top: 30px;}
.sub0102_wrap .con03.con03-1::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%); width: 550px; height: 160px; border:1px solid #ddd;z-index: -1;}

.sub0102_wrap .box01{display: flex;align-items: center; justify-content: center;width: 460px; height: 60px;margin: 0 auto;background: url(/assets/images/sub/sub0201_bg01.png)bottom right 20px no-repeat var(--co03); border-radius:6px;}
.sub0102_wrap .box01:not(:last-child){margin: 0 auto 20px;}
.sub0102_wrap .box01 p{font-size: 20px; font-weight: 700; color: #fff;text-align: center;}

.sub0102_wrap .box02{display: flex;align-items: center; justify-content: center;width: fit-content; padding: 0 55px; height: 60px;margin: 0 auto;background: url(/assets/images/sub/sub0201_bg02.png)bottom right 20px no-repeat #f5f6fa; border-radius:6px;}
.sub0102_wrap .box02 p{font-size: 20px; font-weight: 600; color: #333;text-align: center;}

.sub0102_wrap .box03{display: flex; align-items: center; justify-content: center;width: 180px; height: 56px; border: 2px solid var(--co03); border-radius:6px;}
.sub0102_wrap .box03 p{font-size: 17px; color: #333; font-weight: 600;}

.sub0102_wrap .con02 > .box02:first-child{margin-bottom: 40px;}
.sub0102_wrap .con02 > .box02:last-child{margin-top: 20px;}
.sub0102_wrap .con02 .box_wrap{position: relative;}
.sub0102_wrap .con02 .box_wrap02{width: 100%;height: 60px;}
.sub0102_wrap .con02 .box_wrap02::after{content:'';position: absolute; left: 0;top: 50%; transform:translateY(-50%); width: 50%; height: 1px; background: #ddd;z-index: -1;}
.sub0102_wrap .con02 .box_wrap02{position: absolute; left: 0;transform: translateY(-50px);}
.sub0102_wrap .con02 .box_wrap02 .box02{margin: 0;}
.sub0102_wrap .con02 .box_wrap .txt01{display: flex;align-items: center; gap:15px;position: absolute; left: 690px;top: 50%; transform:translateY(-50%);width: max-content;}
.sub0102_wrap .con02 .box_wrap .txt01 p{font-size: 17px; color: #333; font-weight: 600;}

.sub0102_wrap .con03{display: flex;gap:40px;}
.sub0102_wrap .con03 .box_wrap{width: calc((100% - 40px) / 2);}
.sub0102_wrap .con03 .box_wrap .box03{margin: 0 auto 20px;background: #fff;}

.sub0102_wrap .con03 .txt_con{padding: 20px; border:1px solid #ddd; background: #fff; border-radius:6px;}
.sub0102_wrap .con03 .txt_con strong{display: flex; align-items: center; justify-content: center;width: 100%; height: 40px;font-size: 17px; color: #333;font-weight: 600;background: #f5f6fa;margin-bottom: 30px;}
.sub0102_wrap .con03 .txt_con ul{display: flex;flex-wrap:wrap;gap:10px 0;}
.sub0102_wrap .con03 .txt_con ul li{position: relative;font-size: 17px; color: #333; font-weight: 700;width: 33.33%;padding-left: 20px;}
.sub0102_wrap .con03 .txt_con ul li::after{content:'';position: absolute; left: 0; top: 5px; width: 4px; height: 4px; border-radius:50%; background: var(--co03);}

.sub0102_wrap .con03-2 .box_wrap{width: 100%;}
.sub0102_wrap .con03-2 .txt_con ul li{width: calc(100% / 5);}
.sub0102_wrap .con03-2 .txt_con02{margin-top: 10px;}
.sub0102_wrap .con03-2 .txt_con02 ul li{width: 100%;padding-left: 0;text-align: center;}
.sub0102_wrap .con03-2 .txt_con02 ul li::after{display: none;}




/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0103_wrap .con .box:not(:last-child){margin-bottom: 50px;}
.sub0103_wrap .con .box .logo_wrap{display: flex;gap:40px;}
.sub0103_wrap .con .box .logo_wrap .logo{width: calc((100% - 40px) / 2); }
.sub0103_wrap .con .box .logo_wrap .img_wrap{position:relative; width:100%; padding-bottom:49.02%;border:1px solid #ddd; border-radius:12px;}
.sub0103_wrap .con .box .logo_wrap .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%;}
.sub0103_wrap .con02 .txt_box{padding: 25px;border:5px solid #f5f5f5; border-radius:12px;}
.sub0103_wrap .con02 .txt_box p{position: relative;font-size: 17px; line-height: 28px; color: #666;}
.sub0103_wrap .con02 .txt_box p:not(:last-child){margin-bottom: 12px;}
.sub0103_wrap .con02 .txt_box02 p{padding-left: 25px;}
.sub0103_wrap .con02 .txt_box02 p::after{content:'ㅡ,';position: absolute; left: 0; top: 0px;font-size: 17px; line-height: 28px; color: #666;}
.sub0103_wrap .con02 .logo{display: block; margin: 0px auto; width:fit-content;}

/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0104_wrap .con .ul01 li{border:1px solid #ddd;border-bottom: 0;}
.sub0104_wrap .con .ul01 li:not(:last-child){margin-bottom: 10px;}
.sub0104_wrap .con .ul01 li .li_tit{position: relative;display: flex;align-items: center;padding: 30px 50px;border-bottom: 1px solid #ddd;cursor:pointer;}
.sub0104_wrap .con .ul01 li .li_tit::after{content:'';position: absolute; right: 38px; top: 50%; transform:translateY(-50%) rotate(133deg); width: 18px; height: 2px; background: #999;transition:.3s;}
.sub0104_wrap .con .ul01 li .li_tit::before{content:'';position: absolute; right: 50px; top: 50%; transform:translateY(-50%) rotate(45deg); width: 18px; height: 2px; background: #999;transition:.3s;}
.sub0104_wrap .con .ul01 li .li_tit.on::after{transform:translateY(-50%) rotate(-133deg);}
.sub0104_wrap .con .ul01 li .li_tit.on::before{transform:translateY(-50%) rotate(-45deg); }
.sub0104_wrap .con .ul01 li .li_tit em{display: block;width: 120px;font-size: 18px; color: #666; font-weight: 600;}
.sub0104_wrap .con .ul01 li .li_tit p{width: calc(100% - 120px); font-size: 18px; color: #333; font-weight: 600;}

.sub0104_wrap .con .ul01 li .li_txt{display: none;padding: 30px 50px;border-bottom: 1px solid #ddd;}
.sub0104_wrap .con .ul01 li .li_txt .txt_wrap:not(:last-child){margin-bottom: 30px;}
.sub0104_wrap .con .ul01 li .li_txt .txt:not(:last-child){margin-bottom: 20px;}
.sub0104_wrap .con .ul01 li .li_txt strong{display: block;font-size: 18px; color: #333; font-weight: 600;line-height: 1.7; text-align: center;}
.sub0104_wrap .con .ul01 li .li_txt p{font-size: 17px; color: #333; line-height: 1.7;}
.sub0104_wrap .con .ul01 li .li_txt span{display: block;font-size: 16px; color: #333; line-height: 1.7;}
.sub0104_wrap .con .ul01 li .li_txt span.txtSt01{padding-left: 20px;}
.sub0104_wrap .con .ul01 li .li_txt span.txtSt02{padding-left: 40px;}
.sub0104_wrap .con .ul01 li .li_txt span.txtSt03{padding-left: 60px;}

.sub0104_wrap .con .ul02 li{position: relative; font-size: 18px; color: #333; line-height: 1.6;padding-left:30px;}
.sub0104_wrap .con .ul02 li:not(:last-child){margin-bottom: 20px;}
.sub0104_wrap .con .ul02 li::after{content:'';position: absolute; left: 0; top: 7px; width: 13px; height: 13px; border-radius:50%; background: #bbb;}

.sub0104_wrap .con table.tbl01 tr th{border:1px solid #ddd;}
.sub0104_wrap .con table.tbl01 tr td{text-align: left;border:1px solid #ddd;padding: 15px 20px;}

.sub0104_wrap .con table.tbl01.center tr td{text-align: center;}
.sub0104_wrap .con table.tbl01 tr.center td{text-align: center;}
.sub0104_wrap .con table.tbl01 tr td.center{text-align: center;}

.sub0104_wrap .con .tit01{text-align: center;color: #333;font-size: 22px;font-weight: 700;margin-bottom: 20px;}
.sub0104_wrap .con .l_txt{font-size: 16px; color: #333;text-align: left;margin-bottom: 10px;}
.sub0104_wrap .con .r_txt{font-size: 16px; color: #333;text-align: right;margin-bottom: 10px;}
.sub0104_wrap .con .top_txt{font-size: 17px; color: #333; line-height: 1.7;margin-bottom: 50px;}

/* sub0401 */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .list_wrap ul{display: flex; flex-wrap:wrap;gap:80px;}
.sub0401_wrap .list_wrap ul li{width: calc((100% - 240px) / 4);}
.sub0401_wrap .list_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:127.66%;overflow: hidden;transition:.3s; border:1px solid transparent;}
.sub0401_wrap .list_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;transition:.5s;}
.sub0401_wrap .list_wrap ul li .img_wrap img.no_img{width: auto; height: auto;object-fit:initial;}
.sub0401_wrap .list_wrap ul li:hover .img_wrap{border:1px solid var(--co01);}
.sub0401_wrap .list_wrap ul li:hover .img_wrap img{transform:scale(1.1);}
.sub0401_wrap .list_wrap ul li .txt_wrap{margin-top: 20px;}
.sub0401_wrap .list_wrap ul li .txt_wrap p{font-size: 20px; color: #333; font-weight: 700;text-align: center;}
.sub0401_wrap .list_wrap ul li .txt_wrap p em{display: inline-block;font-size: 17px; color: var(--co01); font-weight: 700; margin-right: 10px;}

/* sub0403 */
.sub0403_wrap{line-height: 1;}
.sub0403_wrap table.tbl01 tr th:first-child{border-right: 1px solid #ddd;}
.sub0403_wrap table.tbl01 tr td:first-child{border-right: 1px solid #ddd;}

/* sub0408 */
.sub0408_wrap{line-height: 1;}
.sub0408_wrap table.tbl01 tr td a.view_btn{color: #333; font-weight: 500;}
.sub0408_wrap table.tbl01 tr td .stat{display: flex;align-items: center; justify-content: center;width: 120px; height: 45px; background: var(--co01);font-size: 17px; color: #fff;margin: 0 auto;}
.sub0408_wrap table.tbl01 tr td .stat.fin{background: var(--co03);}
.sub0408_wrap table.tbl01 tr td a.result_btn{display: flex;align-items: center; justify-content: center;width: 120px; height: 45px; background: #333;font-size: 17px;color: #fff;margin: 0 auto;}

.sub0408_wrap .btn_wrap01{display: flex; align-items: center; justify-content: center;gap:20px;margin-top: 60px;}
.sub0408_wrap .btn_wrap01 a{display: flex; align-items: center; justify-content: center;width: 120px; height: 45px;font-size: 17px; border:1px solid #333; background: #333; color: #fff;}
.sub0408_wrap .btn_wrap01 a.list_btn{color: #333;background: #fff;}

/* view */
.sub0408_wrap .view_wrap .con01{margin-bottom: 100px;}
.sub0408_wrap .view_wrap .con01 .tit{padding: 15px 20px;border-top: 2px solid #333;border-bottom: 1px solid #ddd;}
.sub0408_wrap .view_wrap .con01 .tit p{font-size: 17px; color: #333; font-weight: 700;line-height: 1.5;}
.sub0408_wrap .view_wrap .con01 .txt{padding: 25px 20px;border-bottom: 1px solid #ddd;}
.sub0408_wrap .view_wrap .con01 .txt p{font-size: 17px; color: #666; line-height: 28px;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box:not(:last-child){margin-bottom: 40px;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .q_txt{margin-bottom: 20px;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .q_txt p{font-size: 17px; color: #333; font-weight: 700;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .a_txt{padding: 25px 10px;border-top: 2px solid #333; border-bottom: 1px solid #ddd;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .a_txt .chk:not(:last-child){margin-bottom: 20px;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .a_txt .chk input[type="radio"]{display: none;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .a_txt .chk input[type="radio"] + label{position: relative;padding-left: 30px;font-size: 17px; color: #666;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .a_txt .chk input[type="radio"] + label::after{content:'';position: absolute; left: 0; top: 0; width: 20px; height: 20px; border:1px solid #ddd; border-radius:50%;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .a_txt .chk input[type="radio"]:checked + label::after{border:5px solid var(--co01);}

/* result */
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li{display: flex;align-items: center;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li:not(:last-child){margin-bottom: 20px;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li p{width: 50%;font-size: 17px; color: #666;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li .progress_bar{position: relative;display: flex;align-items: center;gap:15px;width: 50%;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li .progress_bar .progress{appearance: none;width: 450px;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li .progress_bar .progress::-webkit-progress-bar {background: #fff;height: 12px;overflow: hidden;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li .progress_bar .progress::-webkit-progress-value{background: var(--co01);height: 12px;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li .progress_bar em{position: absolute; top: 50%; transform:translateY(-50%);font-size: 14px; color: var(--co01); font-weight: 500;}

/* sub0409 */
.sub0409_wrap{line-height: 1;}
.cal_wrap .cal_btn_wrap{display: flex;align-items: center; justify-content: space-between;margin-bottom: 40px;}
.cal_wrap .cal_btn_wrap .year{display: flex; align-items: center;gap:30px;}
.cal_wrap .cal_btn_wrap .year button{display: flex;align-items: center; justify-content: center;width: 40px; height: 40px; border:1px solid #ddd; border-radius:50%; }
.cal_wrap .cal_btn_wrap .year button img{display: block;}
.cal_wrap .cal_btn_wrap .year strong{font-size: 36px; color: #333; font-weight: 700; }
.cal_wrap .cal_btn_wrap .month{display: flex;flex-wrap:wrap;}
.cal_wrap .cal_btn_wrap .month a{display: flex;align-items: center; justify-content: center; width: 54px; height: 36px; border-radius:18px;font-size: 17px; color: #999; font-weight: 700;}
.cal_wrap .cal_btn_wrap .month a.on{color: #fff; background: var(--co01);}
.cal_wrap table{width: 100%; table-layout: fixed;border-top: 2px solid #333;}
.cal_wrap table tr th{padding: 10px;font-size: 17px; color: #333; font-weight: 500;background: #f5f5f5;}
.cal_wrap table tr td{padding: 12px;border:1px solid #ddd;}

.cal_wrap table tr th:first-child,
.cal_wrap table tr td:first-child em{color: #ff3434;}
.cal_wrap table tr th:last-child,
.cal_wrap table tr td:last-child em{color: #0049a3;}

.cal_wrap table tr td:first-child{border-left: 0;}
.cal_wrap table tr td:last-child{border-right: 0;}
.cal_wrap table tr td.td_none{opacity: .5;}

.cal_wrap table tr td em{display: block;font-size: 17px; color: #333; font-weight: 500;}
.cal_wrap table tr td ul{margin-top: 5px;}
.cal_wrap table tr td ul li{width: 100%;height: 36px;}
.cal_wrap table tr td ul li:not(:last-child){margin-bottom: 4px;}
.cal_wrap table tr td ul li p{font-size: 14px;font-weight: 500;display: flex; align-items: center; justify-content: center;width: 100%;height: 100%;}
.cal_wrap table tr td ul li.ap01 p{ color: #00b3b0; border:1px solid #ddd; background: #e5f7f7;cursor:pointer;}
.cal_wrap table tr td ul li.ap02 p{ color: var(--co03); border:1px solid #ddd; background: #eeeff7;cursor:pointer;}
.cal_wrap table tr td ul li.ap03 p{ color: #999; border:1px solid #ddd; background: #eee;cursor:pointer;}

.cal_wrap table tr td ul li.re01 p{color: #0000f1;background: #f5f5f5;}
.cal_wrap table tr td ul li.re02 p{color: #e90000;background: #f5f5f5;}

.sub0409_wrap .pop_wrap{display: none;position: fixed; top: 0; left: 0;width: 100%; height: 100vh; background: rgba(0,0,0,.4);z-index: 9999;line-height: 1;}
.sub0409_wrap .pop_wrap .pop_box{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%); width: 800px; height: auto; padding: 60px; background: #fff; border-radius:12px;}
.sub0409_wrap .pop_wrap .pop_box button.pop_x_btn{position: absolute;right: 0; top: -55px;}
.sub0409_wrap .pop_wrap .pop_box span{display: block;font-size: 20px; color: #999; font-weight: 700;text-align: center;}
.sub0409_wrap .pop_wrap .pop_box p{display: block;font-size: 28px; color: #333; font-weight: 700;text-align: center;margin-top: 20px;}
.sub0409_wrap .pop_wrap .pop_box .btn_wrap{display: flex;align-items: center; justify-content: center;gap:5px; margin-top: 50px;}
.sub0409_wrap .pop_wrap .pop_box .btn_wrap a{display: flex; align-items: center; justify-content: center;width: 160px; height: 45px;font-size: 17px; color: #fff; background: #333;border:1px solid #333;}
.sub0409_wrap .pop_wrap .pop_box .btn_wrap a.pop_x_btn{color: #333;background: #fff;}

