/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* Common **********************************************************************/ 
html,body {width:100%; }
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;display: block;}
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;}

*,html,body{scroll-behavior: smooth;}

.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: #426bc2;
	--co02: #091f5b;
	--gra01: linear-gradient(90deg,rgba(66, 107, 194, 1) 0%, rgba(9, 31, 91, 1) 100%);;
}

::selection{color: #fff; background: var(--co01);}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%;  margin: 0 auto; overflow: hidden;min-width: 1400px;word-break: break-word;}
.inner{width: 1180px; margin: 0 auto; max-width:100%;}

/* header */
#header{position: fixed;top: 0;left: 0;width: 100%;border-bottom: 1px solid #ddd; background: #fff;z-index: 7000; box-shadow:0px 0px 20px rgba(0,0,0,.1);}
#header .inner{display: flex;align-items: center; justify-content: space-between;height: 80px;}
#header .left{display: flex;align-items: center;gap:40px;}
#header ul.gnb{display: flex;align-items: center;gap:40px;}
#header ul.gnb li a{font-size: 17px; color: #333;}

#header .right{display: flex;gap:10px;align-items: center;}
#header .right .log_wrap{display: flex;gap:23px;align-items: center;}
#header .right .log_wrap a.log_btn{font-size: 17px; color: #333;}
#header .right .log_wrap a.join_btn{display: flex;align-items: center; justify-content: center;width: 100px; height: 36px; font-size: 17px; color: #333;border:1px solid #ddd; border-radius:18px;}
#header .right a.online_btn{display: flex;align-items: center; justify-content: center;width: 100px; height: 36px; font-size: 17px; color: #fff;border-radius:18px;background: var(--gra01);}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;padding: 280px 0px 120px;}
#visual_wrap .txt_wrap p{font-size: 50px; line-height: 70px; color: #333; font-weight: 500;text-align: center;}
#visual_wrap .txt_wrap strong{display: block;font-size: 70px; color: #333; font-weight: 700;text-align: center;margin: 30px 0 70px;}
#visual_wrap .txt_wrap a{display: flex;align-items: center; justify-content: center;width: 270px; height: 60px; font-size: 17px; color: #fff; border-radius:30px;margin: 0 auto; background: var(--gra01);}

#visual_wrap .visual_slide{position: relative;width: 800px;margin: 80px auto 0;/* border:6px solid #000; */border-radius:15px; overflow: hidden;}
#visual_wrap ul.visual .img_wrap{position:relative; width:100%; padding-bottom:63.625%;background: #fff;}
#visual_wrap ul.visual .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;}
#visual_wrap ul.slick-dots{display: flex;gap:30px;align-items: center;position: absolute;left: 50%;transform:translateX(-50%); bottom: 30px;}
#visual_wrap ul.slick-dots li{position: relative;width: 10px; height: 10px; background: #bbb; border-radius:50%; text-indent: -9999px;transition:.4s;}
#visual_wrap ul.slick-dots li::after{content:'';position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%); width: 24px; height: 24px; background: var(--co02); opacity: 0; border-radius:50%;transition:.4s;}
#visual_wrap ul.slick-dots li.slick-active{background: var(--co02);}
#visual_wrap ul.slick-dots li.slick-active::after{opacity: .5;}

#visual_wrap .bg_wrap p{position: absolute;right: 0; top: 61%;transform:translateY(-50%);font-size: 200px; color: var(--co01); opacity: .1; font-weight: 800;text-transform:uppercase;}
#visual_wrap .bg_wrap .bg01{position: absolute;bottom: 260px;right: 355px;z-index: -1;}
#visual_wrap .bg_wrap .bg02{position: absolute;bottom: 200px;left: 370px;}
#visual_wrap .bg_wrap .bg03{position: absolute;top: 0; right: 0;z-index: -2;}

/* section */
.section{line-height: 1;}
.section .sec_tit01 em{display: flex;align-items: center;gap:10px;font-size: 17px; color: var(--co01); font-weight: 700; margin-bottom: 35px;}
.section .sec_tit01 p{font-size: 40px; color: #333; font-weight: 700; line-height: 60px;}
.section .sec_tit01 span{display: block;font-size: 17px; color: #666; line-height: 28px; margin-top: 20px;}
.section .sec_tit01 span b.red{color: #b51010;font-weight: 700;}
.section .sec_tit01 span b.co01{color: var(--co02);font-weight: 700;}

.section .sec_tit01.center{text-align: center;}
.section .sec_tit01.center em{justify-content: center;}


/* section01 */
#section01{position: relative;}
#section01::after{content:'';position: absolute;left: 0;top: 70%;transform:translateY(-50%);background: url(../../images/new_2026/main/sec01_bg01_pc.png)center no-repeat; width: 813px; height: 1338px; background-size: cover;z-index: -1;}
#section01 .box_wrap{display: flex;gap:20px;}
#section01 .box_wrap .box{width: calc((100% - 60px) / 4); height: 314px; padding: 30px 28px; border-radius:12px; box-shadow: 6px 6px 12px rgba(0,0,0,.15); background: #fff;}
#section01 .box_wrap .box .icon{margin-bottom: 30px;}
#section01 .box_wrap .box .txt p{font-size: 22px; color: #333; font-weight: 700;}
#section01 .box_wrap .box .txt span{display: block;font-size: 17px; color: #666; line-height: 28px;margin-top: 18px;}

/* section02 */
#section02{padding: 250px 0px 120px;}
#section02 .inner{display: flex;justify-content: space-between;}
#section02 .box_wrap{display: flex;flex-wrap:wrap;gap:30px;width: 580px;}
#section02 .box_wrap .box{width: 275px; padding: 40px 30px; border-radius:12px;background: rgba(66,107,194,.08);}
#section02 .box_wrap .box:nth-child(2n){transform:translateY(-120px);}
#section02 .box_wrap .box em{display: flex;align-items: center; justify-content: center;width: 60px; height: 26px; border-radius:13px; border:2px solid var(--co01);font-size: 17px; color: var(--co01); font-weight: 700; background: #fff; margin-bottom: 30px;}
#section02 .box_wrap .box p{font-size: 22px; color: #333; font-weight: 700;}
#section02 .box_wrap .box span{display: block;font-size: 17px; color: #666; line-height: 28px; margin-top: 25px;letter-spacing: -0.3px;}
#section02 .box_wrap .box .icon{margin-top: 30px;}
#section02 .box_wrap .box .icon img{margin-left: auto;}

/* section03 */
#section03{position: relative;}
#section03::after{content:'';position: absolute;top: 50%;right: -60px; transform:translateY(-48%); background: url(../../images/new_2026/main/sec03_bg01_pc.png)center no-repeat; width: 364px; height: 388px; background-size: cover; animation:sec03Ani 30s linear infinite;}
@keyframes sec03Ani{
0%{transform:translateY(-48%) rotate(0); }
100%{transform:translateY(-54%) rotate(360deg);}
}
#section03 .inner{display: flex;align-items: center;width: 100%;}
#section03 .slide_wrap{width: 1020px;}
#section03 .slide_wrap ul li{position: relative;}
#section03 .slide_wrap ul li .img_wrap img{width: 100%;}
#section03 .slide_wrap ul li .txt{position: absolute;bottom: 60px; right: 120px;z-index: 10;}
#section03 .slide_wrap ul li .txt p{font-size: 30px; color: #fff; font-weight: 700;}
#section03 .slide_wrap ul li .txt em{position: absolute;bottom: -40px; right: -60px;font-size: 160px; color: rgba(255,255,255,.1); font-weight: 700;width: max-content;}

#section03 .txt_wrap{width: calc(100% - 1020px);padding-left: 100px;}
#section03 .txt_wrap .btn_wrap{display: flex;gap:10px;margin-top: 55px;}
#section03 .txt_wrap .btn_wrap button{display: flex;align-items: center; justify-content: center;width: 70px; height: 70px; border-radius:50%; border:1px solid #ddd; box-shadow:3px 3px 12px rgba(0,0,0,.08);transition:.3s;}
#section03 .txt_wrap .btn_wrap button:hover{background: var(--co02); border:1px solid var(--co02);}
#section03 .txt_wrap .btn_wrap button:hover img{filter:brightness(10);}

/* section04 */
#section04{padding: 120px 0;}
#section04 .box_wrap{display: flex;flex-wrap:wrap;gap:20px; margin-top: 60px;}
#section04 .box_wrap .box{position: relative;width: calc((100% - 60px) / 4); height: 302px; padding: 40px 20px 40px 30px;background: #f7f7f7; border-radius:12px;}
#section04 .box_wrap .box p{font-size: 22px; color: #333; font-weight: 700; margin-bottom: 25px;}
#section04 .box_wrap .box span{display: block;font-size: 17px; color: #666; line-height: 28px;letter-spacing: -0.3px;}
#section04 .box_wrap .box a{position: absolute;bottom: 40px; left: 30px;display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: #e7e7e7; border-radius:50%;	}
#section04 .box_wrap .box a img{transition:.4s ease;}
#section04 .box_wrap .box a:hover img{transform:rotate(90deg);}

#section04 .pop_wrap{display: none;position: fixed;top: 0; left: 0; background: rgba(0,0,0,.5);z-index: 8000; width: 100%; height: 100vh;}
#section04 .pop_box{position: absolute;top: 50%; left: 50%;transform:translate(-50%,-50%); max-width: calc(100% - 2.6%);}
#section04 .pop_box .pop_x{display: block;margin-left: auto;font-size: 30px;font-weight: 600;color: #fff;margin-bottom: 10px;}
#section04 .pop_box .pop{padding: 50px;background: #fff; border-radius:20px;width: 1300px;min-height: 500px;max-width:100%;}

/* section05 */
#section05{padding: 60px 0;background: #f0f3fa;}
#section05 .inner{display: flex;}
#section05 .sec_tit01{position: relative;width: 410px;padding-top: 30px;}
#section05 .sec_tit01::after{content:'';position: absolute;left: 0; top: 0;width: 40px; height: 3px; background: var(--co01);}
#section05 .sec_tit01 span{margin-top: 0;}
#section05 .box_wrap{display: flex;gap:20px;width: calc(100% - 410px);}
#section05 .box_wrap .box{position: relative;width: calc((100% - 40px) / 3);border-radius:12px; background: #fff;transition:.3s;}
#section05 .box_wrap .box a{display: block;padding: 30px 20px 20px; }
#section05 .box_wrap .box p{font-size: 22px; color: #333; font-weight: 700;}
#section05 .box_wrap .box span{display: block;font-size: 17px; color: #666; line-height: 28px; margin-top: 25px;}
#section05 .box_wrap .box .icon{position: absolute;top: 20px; right: 20px;}
#section05 .box_wrap .box:hover{transform:translate(-5px,-5px);box-shadow: 5px 5px 10px rgba(0,0,0,.1);}

/* section06 */
#section06{padding: 120px 0; background: #f7f7f7;}
#section06 .box_wrap{display: flex;gap:40px; margin-top: 60px;}
#section06 .box_wrap .box{width: calc((100% - 120px) / 4); border:2px solid #26d7f8; border-radius:12px; background: #fff;padding: 30px 0 0; box-shadow:6px 6px 12px rgba(0,0,0,.15);transition:.4s ease;overflow: hidden;}
#section06 .box_wrap .box:hover{transform:translateY(-10px);box-shadow:6px 6px 12px rgba(0,0,0,.25);}
#section06 .box_wrap .box em{display: flex;align-items: center; justify-content: center;width: 140px; height: 40px; background: #26d7f8; border-radius:20px; margin: 0 auto 40px;font-size: 22px; color: #fff; font-weight: 700;}
#section06 .box_wrap .box p{position: relative;font-size: 22px; color: #333; font-weight: 700;text-align: center;padding-bottom: 35px; margin-bottom: 25px;}
#section06 .box_wrap .box p::after{content:'';position: absolute;bottom: 0; left: 50%;transform:translateX(-50%); background: url(../../images/new_2026/main/sec05_icon01_pc.png)center no-repeat; width: 12px; height: 12px; background-size: cover;}
#section06 .box_wrap .box p b{font-weight: 700;color: #26d7f8;}
#section06 .box_wrap .box strong{display: block;font-size: 17px; color: #333;text-align: center;font-weight: 700;margin-bottom: 40px;}
#section06 .box_wrap .box strong span{color: #999999;}
#section06 .box_wrap .box a{display: flex; align-items: center; justify-content: center;width: 100%; height: 60px; background: #26d7f8;font-size: 22px; color: #fff; font-weight: 700;}

#section06 .box_wrap .box02{border:2px solid #797ffb;}
#section06 .box_wrap .box02 em{background: #797ffb;}
#section06 .box_wrap .box02 p b{color: #797ffb;}
#section06 .box_wrap .box02 a{background: #797ffb;}

#section06 .box_wrap .box03{border:2px solid #01a9f2;}
#section06 .box_wrap .box03 em{background: #01a9f2;}
#section06 .box_wrap .box03 p b{color: #01a9f2;}
#section06 .box_wrap .box03 a{background: #01a9f2;}

#section06 .box_wrap .box04{border:2px solid #005fbb;}
#section06 .box_wrap .box04 em{background: #005fbb;}
#section06 .box_wrap .box04 p b{color: #005fbb;}
#section06 .box_wrap .box04 a{background: #005fbb;}

/* section07 */
#section07{padding: 120px 0; background: url(../../images/new_2026/main/sec06_bg01.png)center no-repeat; background-size: cover;}
#section07 .box_wrap{display: flex;flex-wrap:wrap; margin-top: 40px;}
#section07 .box_wrap .box{display: flex;align-items: center;gap:20px;width: calc(100% / 3);height: 100px;border-bottom: 1px solid #ddd;}
#section07 .box_wrap .box p{font-size: 17px; color: #666; line-height: 28px;}

#section07 .box_wrap02{display: flex;gap:40px;margin-top: 100px;}
#section07 .box_wrap02 .box{width: calc((100% - 40px) / 2);}

#section07 .box_wrap02 .box01{padding: 40px;background: #f7f7f7; border-radius:12px;}
#section07 .box_wrap02 .box01 .txt_wrap{display: flex;align-items: flex-end; justify-content: space-between;}
#section07 .box_wrap02 .box01 p{font-size: 22px; color: #333; font-weight: 700;}
#section07 .box_wrap02 .box01 strong{display: block;font-size: 40px; color: var(--co01);margin: 30px 0px 20px;}
#section07 .box_wrap02 .box01 span{font-size: 17px; color: #666;}
#section07 .box_wrap02 .box01 .btn_wrap{display: flex;gap:12px; margin-top: 30px;}
#section07 .box_wrap02 .box01 .btn_wrap a{display: flex; align-items: center;justify-content: center;gap:10px;width: calc((100% - 24px) / 3); height: 54px; font-size: 17px; color: #333; border-radius:8px; border:1px solid #ddd; background: #fff;}

#section07 .box_wrap02 .box02{background: url(../../images/new_2026/main/sec07_bg01.png)center no-repeat; background-size: cover;padding: 85px 0; border-radius:12px;}
#section07 .box_wrap02 .box02 strong{display: block;font-size: 17px; color: #fff; font-weight: 700;text-align: center;}
#section07 .box_wrap02 .box02 p{font-size: 28px; color: #fff; font-weight: 700;text-align: center;margin: 20px 0px 40px;}
#section07 .box_wrap02 .box02 span{display: block;font-size: 17px; color: #fff;text-align: center;}

/* footer */
#footer{background: #222; line-height: 1;}
#footer .f_top{display: flex;align-items: center;justify-content: space-between;padding: 30px 0;border-bottom: 1px solid #444;}
#footer .f_top .a_wrap{display: flex;gap:33px;}
#footer .f_top .a_wrap a{font-size: 17px; color: #999;}
#footer .f_top .a_wrap a.pri_btn{color: #fbfdff;}
#footer .f_top p{font-size: 17px; color: #999;}

#footer .f_bot{padding: 40px 0;}
#footer .f_bot .f_logo_wrap{display: flex;align-items: center; justify-content: space-between;}
#footer .f_bot .f_logo_wrap .logo_wrap{display: flex; align-items: center;gap:20px;}
#footer .f_bot address{margin-top: 25px;}
#footer .f_bot address p{font-size: 16px; color: #999; line-height: 28px;}
#footer .f_bot address p i{display: inline-block;width: 15px;}
#footer .f_bot address p.copy{font-size: 16px; color: #444;margin-top: 20px;}

/* ===sub====================================== */
input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;padding-left: 26px;font-size: 16px; color: #666;}
input.chk_st01 + label::after{content:'';position: absolute;left: 0; top: 50%;transform:translateY(-50%); width: 16px; height: 16px; border:1px solid #ddd;}
input.chk_st01:checked + label::after{background: url(../../images/new_2026/sub/login_icon05.png)center no-repeat; background-size: cover;border:0;}

input.chk_st01.br + label::after{border-radius:4px;}

h3.h3_tit01{position: relative;font-size: 25px; color: #333; font-weight: 700;padding-left: 20px; margin-bottom: 20px;}
h3.h3_tit01::after{content:'';position: absolute;left: 0; top: 2px;width: 3px; height: 20px; background: var(--co01);}

table.tbl01{width: 100%;table-layout: fixed;border-top: 2px solid #333;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 16px; color: #333; font-weight: 700;padding: 10px 15px; background: #f7f7f7;}
table.tbl01 td{font-size: 16px; color: #333; padding: 10px 15px;}

table.tbl01 td input[type="text"]{width: 100%; height: 34px;padding: 0 10px;font-size: 14px; color: #999; border:1px solid #ddd; border-radius:4px;}
table.tbl01 td input[type="text"]::placeholder{font-size: 14px; color: #999;}
table.tbl01 td input[type="text"]:focus{outline:0;}

table.tbl01 td input[type="password"]{width: 100%; height: 34px;padding: 0 10px;font-size: 14px; color: #999; border:1px solid #ddd; border-radius:4px;}
table.tbl01 td input[type="password"]::placeholder{font-size: 14px; color: #999;}
table.tbl01 td input[type="password"]:focus{outline:0;}

table.tbl01 td a.btn01{display: flex;align-items: center;justify-content: center; width: 75px; height: 24px; font-size: 11px; background: #666; color: #fff; border-radius:4px;}

.btn_wrap_st01{display: flex;align-items: center; justify-content: center;gap:10px; margin-top: 60px;}	
.btn_wrap_st01 a{display: flex; align-items: center;justify-content: center;width: 160px; height: 50px; border-radius:25px;font-size: 17px; }
.btn_wrap_st01 a.btn01{color: #333;background: #eee;}
.btn_wrap_st01 a.btn02{color: #fff; background: var(--co01);}

/* login */
.login_wrap{padding: 130px 0;line-height: 1; background: #f7f7f7;}
.login_wrap .login_con{display: flex;align-items: center;gap:70px;width: 1000px; padding: 30px; border-radius:12px; border:1px solid #ddd;margin: 0 auto; background: #fff;}
.login_wrap .login_con .left{width: 400px;padding: 40px;background: url(../../images/new_2026/sub/login_bg01.png)center no-repeat; background-size: cover; border-radius:12px;}
.login_wrap .login_con .left .txt{}
.login_wrap .login_con .left .txt p{font-size: 22px; color: #333;font-weight: 700; margin-bottom: 15px;}
.login_wrap .login_con .left .txt span{display: block;font-size: 16px; color: #666; line-height: 26px;	}
.login_wrap .login_con .left ul{margin-top: 25px;}
.login_wrap .login_con .left ul li{display: flex;align-items: center;gap:6px;font-size: 16px; color: #426bc2; line-height: 28px;font-weight: 600;}
.login_wrap .login_con .left .img_wrap{margin-top: 90px;}
.login_wrap .login_con .left .img_wrap img{box-shadow: 6px 6px 12px rgba(64,63,63,.1);}

.login_wrap .login_con .right{width: calc(100% - 470px);}
.login_wrap .login_con .right .tit{padding-bottom: 30px; margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.login_wrap .login_con .right .tit img{display: block; margin: 0 auto;}
.login_wrap .login_con .right .input_wrap ul li:not(:last-child){margin-bottom: 20px;}
.login_wrap .login_con .right .input_wrap ul li p{font-size: 16px; color: #333; font-weight: 600; margin-bottom: 10px;}
.login_wrap .login_con .right .input_wrap ul li .input{display: flex;gap:10px;align-items: center;width: 100%; height: 44px; background: #f6f6f6; border-radius:6px;padding: 0 15px;}
.login_wrap .login_con .right .input_wrap ul li .input input[type="text"],
.login_wrap .login_con .right .input_wrap ul li .input input[type="password"]{width: calc(100% - 25px); background: transparent; border:0;font-size: 15px; color: #666;}

.login_wrap .login_con .right .input_wrap ul li .input input[type="text"]:focus,
.login_wrap .login_con .right .input_wrap ul li .input input[type="password"]:focus{outline:0;}

.login_wrap .login_con .right .chk_wrap{margin-top: 20px;}
.login_wrap .login_con .right a.sign_btn{display: flex;align-items: center;justify-content: center;width: 100%; height: 44px; border-radius:6px; background: var(--co01);font-size: 16px; color: #fff; font: 600;margin-top: 30px;}

/* join */
.join_wrap{padding: 60px 0px 100px; line-height: 1;}
.join_wrap .inner{padding: 0 90px;}
.join_wrap .join_nav{display: flex;gap:140px; align-items: center; justify-content: center; background: #f0f3fa; border-radius:12px; padding: 35px; margin-bottom: 60px;}
.join_wrap .join_nav .icon:not(:first-child) p::after{content:'';position: absolute;right: 42px;top: -36px;width: 160px;height: 2px; background: #ddd;z-index: -1;}
.join_wrap .join_nav .icon.on p::after{background: var(--co01);}
.join_wrap .join_nav .icon img{position: relative;display: block; margin: 0 auto;z-index: 10;}
.join_wrap .join_nav .icon p{position: relative;font-size: 16px; color: #999;text-align: center;font-weight: 700; margin-top: 15px;z-index: 1;}
.join_wrap .join_nav .icon.on p{color: var(--co01);}

.join_wrap .con:not(:last-child){margin-bottom: 60px;}
.join_wrap .con .txt_box{border-top: 2px solid #666;border-bottom: 1px solid #ddd;}

.join_wrap .con .tit{display: flex;align-items: flex-end;justify-content: space-between; margin-bottom: 20px;}
.join_wrap .con .tit h3.h3_tit01{margin-bottom: 0;}
.join_wrap .con .tit span{font-size: 15px; color: #666;}

.join_wrap.join01 .con01 .box_wrap .box{display: flex;align-items: center;}
.join_wrap.join01 .con01 .box_wrap .box:not(:last-child){border-bottom: 1px solid #ddd;}
.join_wrap.join01 .con01 .box_wrap .box p{width: calc(100% - 380px);font-size: 16px; color: #333; font-weight: 600;}
.join_wrap.join01 .con01 .box_wrap .box .btn{display: flex;align-items: center;justify-content: center;width: 110px;height: 55px;padding: 0 20px;background: #f0f3fa;}
.join_wrap.join01 .con01 .box_wrap .box .btn a{display: flex;align-items: center;justify-content: center; width: 70px; height: 24px; font-size: 12px; color: #fff; background: #666; border-radius:4px;}
.join_wrap.join01 .con01 .box_wrap .box .chk{width: 270px;padding: 0px 20px;}

.join_wrap.join01 .con02 .txt_box{padding: 20px 0;}
.join_wrap.join01 .con02 .scr_wrap{height: 310px;overflow-y: scroll;}
.join_wrap.join01 .con02 .scr_wrap::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.join_wrap.join01 .con02 .scr_wrap::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.join_wrap.join01 .con02 .scr_wrap::-webkit-scrollbar-track {background: transparent;  /*스크롤바 뒷 배경 색상*/}
.join_wrap.join01 .con02 .scr_wrap .txt:not(:last-child){margin-bottom: 25px;}
.join_wrap.join01 .con02 .scr_wrap .txt strong{display: block;font-size: 16px; color: #333; font-weight: 700;margin-bottom: 15px;}
.join_wrap.join01 .con02 .scr_wrap .txt p{font-size: 15px; color: #666; line-height: 22px;}

.join_wrap.join01 .con03 table.tbl01 .col01{width: 180px;}
.join_wrap.join01 .con03 table.tbl01 .col02{}
.join_wrap.join01 .con03 em.sub_txt{display: block;font-size: 15px;  color: #bf0000; font-weight: 600; margin-top: 10px;}

.join_wrap.join02 .con table.tbl01 .col01{width: 180px;}
.join_wrap.join02 .con table.tbl01 input[type="text"].input01{width: 120px;}
.join_wrap.join02 .con table.tbl01 input[type="text"].input02{width: 290px;}
.join_wrap.join02 .con table.tbl01 .flex_box{display: flex;align-items: center;gap:5px;}
.join_wrap.join02 .con table.tbl01 td em{display: block;font-size: 12px; line-height: 14px;color: #bf0000; margin-top: 2px;}


.join_wrap.join04 .con .txt_box{padding: 40px 0; margin-bottom: 60px;}
.join_wrap.join04 .con .txt_box .icon{margin-bottom: 20px;}
.join_wrap.join04 .con .txt_box .icon img{display: block;margin: 0 auto;}
.join_wrap.join04 .con .txt_box p{font-size: 22px; color: #333; font-weight: 700;text-align: center;}
.join_wrap.join04 .con .txt_box span{display: block;font-size: 16px; color: #666; line-height: 26px;text-align: center; margin-top: 15px;}

.join_wrap.join04 .con .box_wrap{display: flex;gap:15px;}
.join_wrap.join04 .con .box_wrap .box{width: calc((100% - 60px) / 5); border:1px solid #ddd; border-radius:12px; overflow: hidden;}
.join_wrap.join04 .con .box_wrap .box .img{border-bottom: 1px solid #ddd;}
.join_wrap.join04 .con .box_wrap .box .img img{max-width: 100%;}
.join_wrap.join04 .con .box_wrap .box .txt{padding: 25px 24px;}
.join_wrap.join04 .con .box_wrap .box .txt p{font-size: 15px; color: #666; line-height: 22px;text-align: center;}
.join_wrap.join04 .con .box_wrap .box .txt p em{display: block;color: #bf0000;}

