@media screen and (max-width:767px) {


.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}


/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* header */
#header{position: fixed;border-bottom: 1px solid #ddd;padding-bottom: 30px;}
#header .inner{display: flex;align-items: center; justify-content: space-between;height: 40px;}
#header h1 a img{width: 90px;}
#header .left{display: flex;align-items: center;gap:40px;}
#header ul.gnb{position: absolute;left: 0;bottom: 0; width: 100%; height: 30px;display: flex;align-items: center;justify-content: center;gap:32px;border-top: 1px solid #ddd;}
#header ul.gnb li a{font-size: 11px; color: #333;}

#header .right{display: flex;gap:10px;align-items: center;}
#header .right .log_wrap{display: flex;gap:10px;align-items: center;}
#header .right .log_wrap a.log_btn{font-size: 11px; color: #333;}
#header .right .log_wrap a.join_btn{display: flex;align-items: center; justify-content: center;width: 58px; height: 21px; font-size: 11px; color: #333;border:1px solid #ddd; border-radius:18px;}
#header .right a.online_btn{display: flex;align-items: center; justify-content: center;width: 58px; height: 21px; font-size: 11px; color: #fff;border-radius:18px;background: var(--gra01);}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;padding: 135px 0px 70px;}
#visual_wrap .txt_wrap p{font-size: 25px; line-height: 35px; color: #333; font-weight: 500;text-align: center;}
#visual_wrap .txt_wrap strong{display: block;font-size: 35px; line-height: 42px; color: #333; font-weight: 700;text-align: center;margin: 12px 0 30px;}
#visual_wrap .txt_wrap a{display: flex;align-items: center; justify-content: center;width: 170px; height: 30px; font-size: 11px; color: #fff; border-radius:30px;margin: 0 auto; background: var(--gra01);}

#visual_wrap .visual_slide{position: relative;width: calc(100% - 30px);margin: 40px auto 0;/* border:4px solid #000; */ border-radius:6px;}
#visual_wrap ul.visual .img_wrap{position:relative; width:100%; padding-bottom:63.625%;}
#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:22px;align-items: center;position: absolute;left: 50%;transform:translateX(-50%); bottom: 20px;}
#visual_wrap ul.slick-dots li{position: relative;width: 8px; height: 8px; 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: 20px; height: 20px; 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: 54%;transform:translateY(-50%);font-size: 50px; color: var(--co01); opacity: .1; font-weight: 800;text-transform:uppercase;}
#visual_wrap .bg_wrap .bg01{position: absolute;bottom: 130px;right: -55px;width: 200px;z-index: -1;}
#visual_wrap .bg_wrap .bg02{position: absolute;bottom: 95px;left: -10px;width: 130px;}
#visual_wrap .bg_wrap .bg03{position: absolute;top: 0; right: 0;width: 506px;}

/* section */
.section{line-height: 1;}
.section .sec_tit01 em{display: flex;align-items: center;gap:7px;font-size: 12px; color: var(--co01); font-weight: 700; margin-bottom: 15px;}
.section .sec_tit01 p{font-size: 20px; color: #333; font-weight: 700; line-height: 27px;}
.section .sec_tit01 span{display: block;font-size: 12px; color: #666; line-height: 16px; margin-top: 12px;}
.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_mob.png)center no-repeat; width: 555px; height: 866px; background-size: cover;z-index: -1;}
#section01 .box_wrap{display: flex;gap:10px;flex-wrap:wrap;}
#section01 .box_wrap .box{width: calc((100% - 10px) / 2); height: 174px; padding: 15px 20px; border-radius:10px; box-shadow: 6px 6px 12px rgba(0,0,0,.15); background: #fff;}
#section01 .box_wrap .box .icon{margin-bottom: 10px;}
#section01 .box_wrap .box .icon img{width: 32px;}
#section01 .box_wrap .box .txt p{font-size: 14px; color: #333; font-weight: 700;}
#section01 .box_wrap .box .txt span{display: block;font-size: 12px; color: #666; line-height: 16px;margin-top: 5px;word-break:keep-all;}
#section01 .box_wrap .box .txt span br{display: none;}

/* section02 */
#section02{padding: 70px 0px;}
#section02 .inner{display: flex;justify-content: space-between;flex-wrap:wrap;gap:30px;}
#section02 .sec_tit01.sec_tit01 em img{width: 14px;}
#section02 .sec_tit01 br{display: block;}
#section02 .sec_tit01 i{display: none;}
#section02 .box_wrap{display: flex;flex-wrap:wrap;gap:10px;width: 100%;}
#section02 .box_wrap .box{width: calc((100% - 10px) / 2); padding: 20px 15px; border-radius:10px;background: rgba(66,107,194,.08);}
#section02 .box_wrap .box:nth-child(2n){transform:translateY(0px);}
#section02 .box_wrap .box em{display: flex;align-items: center; justify-content: center;width: 38px; height: 18px; border-radius:13px; border:2px solid var(--co01);font-size: 12px; color: var(--co01); font-weight: 700; background: #fff; margin-bottom: 20px;}
#section02 .box_wrap .box p{font-size: 14px; color: #333; font-weight: 700;}
#section02 .box_wrap .box span{display: block;font-size: 12px; color: #666; line-height: 16px; margin-top: 10px;letter-spacing: -0.3px;}
#section02 .box_wrap .box span br{display: none;}
#section02 .box_wrap .box .icon{margin-top: 15px;}
#section02 .box_wrap .box .icon img{margin-left: auto;height: 33px;}

/* section03 */
#section03{position: relative;}
#section03::after{content:'';position: absolute;top: 40%;right: -55px;transform:translateY(-48%); background: url(../../images/new_2026/main/sec03_bg01_mob.png)center no-repeat; width: 204px; height: 218px; background-size: cover; animation:sec03Ani 30s linear infinite;z-index: -1;}
@keyframes sec03Ani{
0%{transform:translateY(-48%) rotate(0); }
100%{transform:translateY(-54%) rotate(360deg);}
}
#section03 .inner{display: flex;align-items: center;flex-direction: column-reverse;gap:30px;width: 100%;padding: 0;}
#section03 .slide_wrap{width: 100%;}
#section03 .slide_wrap ul li{position: relative;}
#section03 .slide_wrap ul li .img_wrap img{width: calc(100% - 10px);}
#section03 .slide_wrap ul li .txt{position: absolute;bottom: 30px; right: 35px;z-index: 10;}
#section03 .slide_wrap ul li .txt p{font-size: 14px; color: #fff; font-weight: 700;}
#section03 .slide_wrap ul li .txt em{position: absolute;bottom: -10px; right: -15px;font-size: 60px; color: rgba(255,255,255,.1); font-weight: 700;width: max-content;}

#section03 .txt_wrap{width: 100%;padding-left: 2.6%;}
#section03 .txt_wrap span br{display: none;}
#section03 .txt_wrap span i{display: block;}
#section03 .txt_wrap .btn_wrap{display: flex;gap:5px;margin-top: 25px;}
#section03 .txt_wrap .btn_wrap button{display: flex;align-items: center; justify-content: center;width: 32px; height: 32px; border-radius:50%; border:1px solid #ddd; box-shadow:3px 3px 12px rgba(0,0,0,.08);transition:.3s; background: #fff;}
#section03 .txt_wrap .btn_wrap button img{width: 6px;}
#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: 70px 0;}
#section04 .sec_tit01 em img{width: 11px;}
#section04 .sec_tit01 span br{display: none;}
#section04 .sec_tit01 span i{display: block;}
#section04 .box_wrap{display: flex;flex-wrap:wrap;gap:10px; margin-top: 30px;}
#section04 .box_wrap .box{position: relative;width: calc((100% - 10px) / 2); height: 64px; padding: 15px;background: #f7f7f7; border-radius:12px;}
#section04 .box_wrap .box p{font-size: 14px; line-height: 20px; color: #333; font-weight: 700; margin-bottom: 0px;}
#section04 .box_wrap .box p i{display: block;}
#section04 .box_wrap .box span{display: none;font-size: 14px; color: #666; line-height: 21px;letter-spacing: -0.3px;}
#section04 .box_wrap .box span br{display: none;}
#section04 .box_wrap .box a{position: absolute;top: 50%;right: 15px;transform:translateY(-50%);bottom: initial; left: initial;display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #e7e7e7; border-radius:50%;	}
#section04 .box_wrap .box a img{transition:.4s ease;width: 10px;}
#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: 20px;font-weight: 600;color: #fff;margin-bottom: 5px;}
#section04 .pop_box .pop{padding: 30px;background: #fff; border-radius:20px;width: 1300px;min-height: 300px;max-width:100%;}

/* section05 */
#section05{padding: 35px 0;background: #f0f3fa;}
#section05 .inner{display: flex;flex-direction: column;gap:20px;}
#section05 .sec_tit01{position: relative;width: 100%;padding-top: 15px;}
#section05 .sec_tit01::after{content:'';position: absolute;left: 0; top: 0;width: 25px; height: 2px; background: var(--co01);}
#section05 .sec_tit01 span{margin-top: 0;}
#section05 .box_wrap{display: flex;gap:10px;width: 100%;flex-wrap:wrap;}
#section05 .box_wrap .box{position: relative;width: 100%;border-radius:10px; background: #fff;transition:.3s;}
#section05 .box_wrap .box a{display: block;padding: 25px 15px 15px; }
#section05 .box_wrap .box p{font-size: 14px; color: #333; font-weight: 700;}
#section05 .box_wrap .box span{display: block;font-size: 12px; color: #666; line-height: 1; margin-top: 15px;}
#section05 .box_wrap .box span br{display: none;}
#section05 .box_wrap .box .icon{position: absolute;top: 15px; right: 15px;}
#section05 .box_wrap .box .icon img{width: 29px;}
#section05 .box_wrap .box:hover{transform:translate(0,0);box-shadow: 5px 5px 10px rgba(0,0,0,.1);}

/* section06 */
#section06{padding: 70px 0; background: #f7f7f7;}
#section06 .sec_tit01 span i{display: none;}
#section06 .sec_tit01 span b{display: block;}
#section06 .sec_tit01 em img{width: 12px;}
#section06 .box_wrap{display: flex;gap:15px; margin-top: 25px;flex-wrap:wrap;}
#section06 .box_wrap .box{width: calc((100% - 15px) / 2); border:2px solid #26d7f8; border-radius:10px; background: #fff;padding: 15px 0 0; box-shadow:6px 6px 12px rgba(0,0,0,.15);transition:.4s ease;overflow: hidden;}
#section06 .box_wrap .box:hover{transform:translateY(0px);box-shadow:6px 6px 12px rgba(0,0,0,.25);}
#section06 .box_wrap .box em{display: flex;align-items: center; justify-content: center;width: 85px; height: 25px; background: #26d7f8; border-radius:20px; margin: 0 auto 30px;font-size: 14px; color: #fff; font-weight: 700;}
#section06 .box_wrap .box p{position: relative;font-size: 14px; color: #333; font-weight: 700;text-align: center;padding-bottom: 22px; margin-bottom: 15px;}
#section06 .box_wrap .box p::after{content:'';position: absolute;bottom: 0; left: 50%;transform:translateX(-50%); background: url(../../images/new_2026/main/sec05_icon01_mob.png)center no-repeat; width: 8px; height: 8px; background-size: cover;}
#section06 .box_wrap .box p b{font-weight: 700;color: #26d7f8;}
#section06 .box_wrap .box strong{display: block;font-size: 12px; color: #333;text-align: center;font-weight: 700;margin-bottom: 20px;}
#section06 .box_wrap .box strong span{color: #999999;}
#section06 .box_wrap .box a{display: flex; align-items: center; justify-content: center;width: 100%; height: 36px; background: #26d7f8;font-size: 14px; 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: 70px 0; background: url(../../images/new_2026/main/sec06_bg01_mob.png)center no-repeat; background-size: cover;}
#section07 .sec_tit01 em img{width: 14px;}
#section07 .box_wrap{display: flex;flex-wrap:wrap; margin-top: 20px;}
#section07 .box_wrap .box{display: flex;align-items: center;gap:10px;width: calc(100% / 2);height: 50px;border-bottom: 1px solid #ddd;}
#section07 .box_wrap .box .icon img{width: 25px;}
#section07 .box_wrap .box p{font-size: 11px; color: #666; line-height: 15px;width: calc(100% - 35px);padding-right: 15px;word-break:break-word;}
#section07 .box_wrap .box p br{display: none;}

#section07 .box_wrap02{display: flex;gap:10px;flex-wrap:wrap;margin-top: 55px;}
#section07 .box_wrap02 .box{width: 100%;}

#section07 .box_wrap02 .box01{padding: 20px;background: #f7f7f7; border-radius:6px;}
#section07 .box_wrap02 .box01 .txt_wrap{display: flex;align-items: flex-end; justify-content: space-between;}
#section07 .box_wrap02 .box01 p{font-size: 14px; color: #333; font-weight: 700;}
#section07 .box_wrap02 .box01 strong{display: block;font-size: 20px; color: var(--co01);margin: 14px 0px 10px;}
#section07 .box_wrap02 .box01 span{font-size: 12px; color: #666;}
#section07 .box_wrap02 .box01 .txt_wrap .icon img{width: 33px;}
#section07 .box_wrap02 .box01 .btn_wrap{display: flex;gap:5px; margin-top: 20px;}
#section07 .box_wrap02 .box01 .btn_wrap a{display: flex; align-items: center;justify-content: center;gap:4px;width: calc((100% - 10px) / 3); height: 32px; font-size: 12px; color: #333; border-radius:4px; border:1px solid #ddd; background: #fff;}
#section07 .box_wrap02 .box01 .btn_wrap a img{width: 15px;}

#section07 .box_wrap02 .box02{background: url(../../images/new_2026/main/sec07_bg01_tab.png)center no-repeat; background-size: cover;padding: 33px 0; border-radius:10px;}
#section07 .box_wrap02 .box02 strong{display: block;font-size: 12px; color: #fff; font-weight: 700;text-align: center;}
#section07 .box_wrap02 .box02 p{font-size: 18px; line-height: 24px; color: #fff; font-weight: 700;text-align: center;margin: 8px 0px 10px;}
#section07 .box_wrap02 .box02 p i{display: block;}
#section07 .box_wrap02 .box02 span{display: block;font-size: 12px; 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: 15px 0;border-bottom: 1px solid #444;}
#footer .f_top .a_wrap{display: flex;gap:10px;}
#footer .f_top .a_wrap a{font-size: 11px; color: #999;}
#footer .f_top .a_wrap a.pri_btn{color: #fbfdff;}
#footer .f_top p{font-size: 11px; color: #999;}

#footer .f_bot{padding: 25px 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:10px;}
#footer .f_bot .f_logo_wrap img{height: 20px;}
#footer .f_bot address{margin-top: 15px;}
#footer .f_bot address p{font-size: 11px; color: #999; line-height: 16px;}
#footer .f_bot address p i{display: inline-block;width: 15px;}
#footer .f_bot address p i:nth-of-type(2),
#footer .f_bot address p i:nth-of-type(3),
#footer .f_bot address p i:nth-of-type(5){display: block;width: 0; height: 0; padding: 0;margin: 0;}
#footer .f_bot address p br{display: none;}
#footer .f_bot address p b{display: block;}
#footer .f_bot address p.copy{font-size: 11px; color: #444;margin-top: 10px;}

/* ===sub====================================== */
input.chk_st01{display: none;}
input.chk_st01 + label{position: relative;padding-left: 20px;font-size: 13px; color: #666;}
input.chk_st01 + label::after{content:'';position: absolute;left: 0; top: 50%;transform:translateY(-50%); width: 14px; height: 14px; 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:2px;}

h3.h3_tit01{position: relative;font-size: 18px; color: #333; font-weight: 700;padding-left: 13px; margin-bottom: 15px;}
h3.h3_tit01::after{content:'';position: absolute;left: 0; top: 1px;width: 2px; height: 14px; 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: 11px; color: #333; font-weight: 700;padding: 10px; background: #f7f7f7;word-break: break-word;}
table.tbl01 td{font-size: 11px; color: #333; padding: 10px ;}

table.tbl01 td input[type="text"]{width: 100%; height: 30px;padding: 0 5px;font-size: 12px; color: #999; border:1px solid #ddd; border-radius:2px;}
table.tbl01 td input[type="text"]::placeholder{font-size: 11px; color: #fff;}
table.tbl01 td input[type="text"]:focus{outline:0;}

table.tbl01 td a.btn01{display: flex;align-items: center;justify-content: center; width: 60px; height: 20px; font-size: 9px; background: #666; color: #fff; border-radius:4px;margin-left: auto;}

.btn_wrap_st01{display: flex;align-items: center; justify-content: center;gap:5px; margin-top: 40px;}	
.btn_wrap_st01 a{display: flex; align-items: center;justify-content: center;width: 100px; height: 35px; border-radius:25px;font-size: 13px; }
.btn_wrap_st01 a.btn01{color: #333;background: #eee;}
.btn_wrap_st01 a.btn02{color: #fff; background: var(--co01);}

/* login */
.login_wrap{padding: 40px 0;line-height: 1; background: #f7f7f7;}
.login_wrap .login_con{display: flex;flex-direction: column-reverse;align-items: center;gap:20px;width: 1000px; max-width: 100%; padding: 20px; border-radius:12px; border:1px solid #ddd;margin: 0 auto; background: #fff;}
.login_wrap .login_con .left{width: 100%;padding: 20px;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: 16px; color: #333;font-weight: 700; margin-bottom: 12px;}
.login_wrap .login_con .left .txt span{display: block;font-size: 13px; color: #666; line-height: 1.6;	}
.login_wrap .login_con .left ul{margin-top: 20px;}
.login_wrap .login_con .left ul li{display: flex;align-items: center;gap:4px;font-size: 12px; color: #426bc2; line-height: 1.8;font-weight: 600;}
.login_wrap .login_con .left ul li img{width: 10px;}
.login_wrap .login_con .left .img_wrap{margin-top: 30px;}
.login_wrap .login_con .left .img_wrap img{display: block;box-shadow: 6px 6px 12px rgba(64,63,63,.1);max-width: 100%;margin: 0 auto;}

.login_wrap .login_con .right{width: 100%;}
.login_wrap .login_con .right .tit{padding-bottom: 15px; margin-bottom: 15px;border-bottom: 1px solid #ddd;}
.login_wrap .login_con .right .tit img{display: block; margin: 0 auto;width: 100px;}
.login_wrap .login_con .right .input_wrap ul li:not(:last-child){margin-bottom: 12px;}
.login_wrap .login_con .right .input_wrap ul li p{font-size: 13px; 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: 35px; background: #f6f6f6; border-radius:6px;padding: 0 10px;}
.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: 13px; 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: 12px;}
.login_wrap .login_con .right a.sign_btn{display: flex;align-items: center;justify-content: center;width: 100%; height: 35px; border-radius:6px; background: var(--co01);font-size: 13px; color: #fff; font: 600;margin-top: 20px;}

/* join */
.join_wrap{padding: 50px 0px 80px; line-height: 1;}
.join_wrap .inner{padding: 0 2.6%;}
.join_wrap .join_nav{display: flex;gap:50px; align-items: center; justify-content: center; background: #f0f3fa; border-radius:10px; padding: 20px 15px; margin-bottom: 40px;}
.join_wrap .join_nav .icon:not(:first-child) p::after{content:'';position: absolute;right: 36px;top: -25px;width: 60px;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;width: 36px;}
.join_wrap .join_nav .icon p{position: relative;font-size: 12px; color: #999;text-align: center;font-weight: 700; margin-top: 6px;z-index: 1;}
.join_wrap .join_nav .icon.on p{color: var(--co01);}

.join_wrap .con:not(:last-child){margin-bottom: 40px;}
.join_wrap .con .txt_box{border-top: 2px solid #666;border-bottom: 1px solid #ddd;}

.join_wrap .con .tit{display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: column; margin-bottom: 15px;gap:10px;}
.join_wrap .con .tit h3.h3_tit01{margin-bottom: 0;}
.join_wrap .con .tit span{display: block;font-size: 12px; color: #666; line-height: 1.4;}

.join_wrap.join01 .con01 .box_wrap .box{display: flex;align-items: center;flex-wrap:wrap;padding: 15px 0;}
.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% - 110px);font-size: 13px; color: #333; font-weight: 600;}
.join_wrap.join01 .con01 .box_wrap .box .btn{display: flex;align-items: center;justify-content: center;width: 110px;height: auto;padding: 0 10px;background: transparent;}
.join_wrap.join01 .con01 .box_wrap .box .btn a{display: flex;align-items: center;justify-content: center; width: 70px; height: 20px; font-size: 12px; color: #fff; background: #666; border-radius:4px;}
.join_wrap.join01 .con01 .box_wrap .box .chk{width: 100%;padding: 0px;margin-top: 10px;}

.join_wrap.join01 .con02 .txt_box{padding: 20px 0;}
.join_wrap.join01 .con02 .scr_wrap{height: 200px;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: 13px; color: #333; font-weight: 700;margin-bottom: 15px;}
.join_wrap.join01 .con02 .scr_wrap .txt p{font-size: 12px; color: #666; line-height: 1.6;}

.join_wrap.join01 .con03 table.tbl01 .col01{width: 75px;}
.join_wrap.join01 .con03 table.tbl01 .col02{}
.join_wrap.join01 .con03 em.sub_txt{display: block;font-size: 11px;  color: #bf0000; font-weight: 600; margin-top: 10px; line-height: 1.3;}

.join_wrap.join02 .con table.tbl01 .col01{width: 75px;}
.join_wrap.join02 .con table.tbl01 input[type="text"].input01{width: 100px;}
.join_wrap.join02 .con table.tbl01 input[type="text"].input02{width: 100%;}
.join_wrap.join02 .con table.tbl01 .flex_box{display: flex;align-items: center;gap:5px;flex-wrap:wrap;}
.join_wrap.join02 .con table.tbl01 td em{display: block;font-size: 11px; line-height: 1.2;color: #bf0000; margin-top: 2px;}


.join_wrap.join04 .con .txt_box{padding: 30px 0; margin-bottom: 40px;}
.join_wrap.join04 .con .txt_box .icon{margin-bottom: 20px;}
.join_wrap.join04 .con .txt_box .icon img{display: block;margin: 0 auto;width: 60px;}
.join_wrap.join04 .con .txt_box p{font-size: 15px; color: #333; font-weight: 700;text-align: center;}
.join_wrap.join04 .con .txt_box span{display: block;font-size: 12px; color: #666; line-height: 1.6;text-align: center; margin-top: 12px;}

.join_wrap.join04 .con .box_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.join_wrap.join04 .con .box_wrap .box{width: calc((100% - 10px) / 2); border:1px solid #ddd; border-radius:10px; 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: 15px 10px;}
.join_wrap.join04 .con .box_wrap .box .txt p{font-size: 12px; color: #666; line-height: 1.6;text-align: center;}
.join_wrap.join04 .con .box_wrap .box .txt p em{display: block;color: #bf0000;}
.join_wrap.join04 .con .box_wrap .box .txt p br{display: none;}

}