@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap{background: #f5f5f5;padding: 40px 15px;line-height: 1;}
#login_wrap h2{text-align: center; font-size: 20px;color: #333; font-weight: 700;margin-bottom: 20px;}
#login_wrap .input_con .input{display: flex;gap:15px;align-items: center; justify-content: center;width: 100%;background: #fff;padding: 0 10px; height: 40px;margin: 0 auto;}
#login_wrap .input_con .input:not(:last-child){margin: 0 auto 5px;}
#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:12px; color:var(--co01); font-weight:600;}
#login_wrap .input_con .input input[type="text"]{width: calc(100% - 50px);border:0;background: #fff;font-size: 13px; color: #999;}
#login_wrap .input_con .input input[type="text"]::placeholder{font-size: 13px; 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: 13px; color: #999;}
#login_wrap .input_con .input input[type="password"]::placeholder{font-size: 13px; 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: 100%; height: 40px; margin: 10px auto 0; background: var(--co01);font-size: 14px; color: #fff; font-weight: 700;}

/* 정보수정 스킨*/
#pw_wrap{position: relative;width: 100%; line-height: 1;}
#pw_wrap .login_box{width: 100%;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: 100px;font-size: 13px; color: #333; font-weight: 700;margin-bottom: 0px;}
#pw_wrap .login_box .box .input{position: relative;width: calc(100% - 100px);}
#pw_wrap .login_box .box span{display: block;width: 100%;text-align: right;	}
#pw_wrap .login_box .box input{width: 100%; height: 35px; border:1px solid #ddd; background: #fff ;padding: 0px 50px 0 10px;font-size: 12px; 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: 13px; 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: 10px; top: 50%; transform:translateY(-50%) scale(0.8); 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: 40px;font-size: 14px; 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: 14px; 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: 10px 0px;min-height: 50px;}
.mypage_wrap ul li p{padding-left: 10px; width: 120px;font-size: 13px; color: #333; font-weight: 700;}
.mypage_wrap ul li .input_wrap{display: flex;align-items: center; gap:5px;width: calc(100% - 80px);font-size: 12px; color: #666;font-weight: 400;}
.mypage_wrap ul li .input_wrap input[type="text"]{width: calc(100% - 85px);height: 35px;border:1px solid #ddd;padding: 0 15px;font-size: 13px; color: #999;}
.mypage_wrap ul li .input_wrap input[type="text"]::placeholder{font-size: 13px; color: #999;}
.mypage_wrap ul li .input_wrap input[type="text"]:focus{outline:0;}
.mypage_wrap ul li .input_wrap input[type="password"]{width:100%; height: 35px;border:1px solid #ddd;padding: 0 15px;font-size: 13px; color: #999;}
.mypage_wrap ul li .input_wrap input[type="password"]::placeholder{font-size: 13px; 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: 80px; height: 35px;font-size: 13px;background: #666; color: #fff;}

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

.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; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

#header{position: relative;line-height: 1;z-index: 7000;}
#header .inner{display: flex; align-items: center; justify-content: space-between;height: 50px;}
#header h1 a img{width: 35px;}
#header .gnb{display: none;}
#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{display: flex; align-items: center; gap:10px;}
#header .h_right .log_wrap{display: flex;gap:5px;}
#header .h_right a{display: flex; align-items: center; justify-content: center;gap:5px;padding: 0 10px; height: 25px;border:1px solid #ddd; border-radius:3px;font-size: 11px; color: #666; font-weight: 500;transition:.3s;}
#header .h_right a img{transition:.1s;width: 10px;}
#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: block;position: relative;width: 18px; height: 12px;}
.nav_btn::before{content:'';position: absolute; right: 0; top: 0; width: 100%; height: 2px; background: #333;transition:.3s;}
.nav_btn::after{content:'';position: absolute; right: 0; bottom: 0; width: 100%; height: 2px; background: #333;transition:.3s;}
.nav_btn span{display: block; position: absolute; right: 0; top: 50%;transform:translateY(-50%); width: 100%; height: 2px; background: #333;transition:.3s;}

/* nav */
#header.nav .nav_btn::before{transform: rotate(45deg) translate(4px, 4px);}
#header.nav .nav_btn::after{transform: rotate(-45deg) translate(3px, -3px);}
#header.nav .nav_btn span{width: 0;}
.navigation{position:absolute;top: 50px;z-index:5000;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 4000;line-height: 1;}
.navigation.on{display:block;}
.navigation h3{height:46px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3.active a:after{background:url(/assets/images/main/nav_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3.on a:after{;background:url(/assets/images/main/nav_top_tab.png)center no-repeat;background-size:cover ;}
.navigation h3 a{position: relative;height:46px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 10px;color:#222;font-size:14px;font-weight: 600;}
.navigation h3.on a,
.navigation h3.active a,
.navigation h3.hover a{font-weight: 500;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 10px;width: 13px;height: 8px;background:url(/assets/images/main/nav_bt_tab.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:20px 0;background:#f6f6f6;border-top:2px solid var(--co01);border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 18px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#888;font-size:13px;border:none;font-weight: 400;padding-left: 10px; word-break:keep-all;}
.navigation ul li.on a{color: var(--co01);font-weight: 700; }
.navi_bg{display: none;position: absolute;top: 50px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

#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: 202px;}
#visual_wrap .txt_wrap p{position: relative;font-size: 28px;color: #333; font-weight: 500; line-height: 40px;}
#visual_wrap .txt_wrap p.typing-txt{display: none;}
#visual_wrap .txt_wrap p.typing em.cursor{content:'';position: absolute; right: -10px; bottom: 3px; width: 2px; height: 28px;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: 30px;right: 0;}
#visual_wrap .btn_wrap ul{width: fit-content; margin-left: auto;}
#visual_wrap .btn_wrap ul li:not(:last-child){margin-bottom: 5px;}
#visual_wrap .btn_wrap ul li a{display: flex;align-items: center; justify-content: center; flex-direction: column;gap:9px;width: 40px; height: 40px;border-radius:50%; box-shadow: 1px 1px 6px rgba(54,53,51,.25);background: #363635;}
#visual_wrap .btn_wrap ul li .icon{display: none;}
#visual_wrap .btn_wrap ul li img{transition:.3s; height: 32px;}
#visual_wrap .btn_wrap ul li p{font-size: 10px; color: #fff; font-weight: 600;}
#visual_wrap .btn_wrap ul li p span{display: none;}
#visual_wrap .btn_wrap ul li:hover img{transform:rotateY(180deg);}

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

/* section01 */
#section01{padding-top: 40px;}
#section01 ul{display: flex;gap:10px;flex-wrap:wrap;}
#section01 ul li{position: relative;width: calc((100% - 10px) / 2); border-radius:8px;overflow: hidden;}
#section01 ul li:nth-child(1){background: #5464af;}
#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: 150px; padding: 20px 12px 15px;}
#section01 ul li .icon{position: absolute; bottom: 13px; right: 13px;}
#section01 ul li p{font-size: 18px; color: #fff; font-weight: 700;margin-bottom: 8px;}
#section01 ul li span{display: block;font-size: 12px; color: #fff; line-height: 18px;}
#section01 ul li span br{display: none;}
#section01 ul li span i{display: block;}
#section01 ul li .arr{position: relative;display: flex; align-items: center; justify-content: center;width: 27px; height: 27px; background: #fff; border-radius:50%; box-shadow: 1px 1px 6px rgba(54,53,51,.25);overflow: hidden;}
#section01 ul li .arr img{transition:.3s;width: 13px;}
#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;height: 38px;}	

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

/* section02 */
#section02{padding: 60px 0px;}
#section02 ul{display: flex;gap:10px; flex-wrap:wrap;}
#section02 ul li{width: 100%;background: #f5f5f5; border-radius:8px;transition:.3s;}
#section02 ul li a{display: flex; flex-direction: row-reverse;align-items: center; justify-content: space-between;padding: 20px;}
#section02 ul li:nth-child(1) .icon{transform: translateX(-10px);}
#section02 ul li:nth-child(2) .icon{transform: translateX(-10px);}
#section02 ul li .icon{width: fit-content;margin:0;}
#section02 ul li .icon img{height: 42px;}
#section02 ul li .txt_wrap p{font-size: 16px; color: #333; font-weight: 700;text-align: left;}
#section02 ul li .txt_wrap span{display: block;height: auto;font-size: 12px; line-height: 1; color: #888; text-align: left;margin-top: 10px;}
#section02 ul li .txt_wrap em{display: block;font-size: 12px; color: var(--co01); font-weight: 700;text-align: left;margin-top: 15px;}
#section02 ul li .txt_wrap i{display: none;}
#section02 ul li:hover{transform:translateY(5px);}

/*footer*/
#footer{padding: 30px 0px;background: #222;}
#footer .inner{display: flex;justify-content: center; align-items: center; flex-direction: column-reverse;gap:20px;}
#footer strong{display: block;font-size: 16px; color: #fff; font-weight: 500;margin-bottom: 15px;text-align: center;}
#footer address p{font-size: 12px; color: #888; line-height: 20px;text-align: center;}
#footer address p i{display: block; width: 0px; height: 0px; background: #666;margin: 0 ;}	
#footer address p.copy{margin-top: 10px;}
#footer .f_logo img{width: 35px;}

/* =====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: 25px;color: #333; font-weight: 700;text-align: center;}

#sub_contents{padding: 40px 0px 60px;}
#sub_contents .inner{display: block;gap:0px;}

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

/* tab_menu */
.tab_menu{display: none;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: block;width:100%; height:40px; line-height: 1;border-bottom: 1px solid #ddd;}
.tab_menu_mob .inner{position:relative; display: flex; width: 100%; height:100%;padding: 0;}
.tab_menu_mob .menu {display: flex; width:calc(100%); height:100%;background:#fff; }
.tab_menu_mob .menu > li {position:relative;flex:1; height:100%;}
.tab_menu_mob .menu > li.menulink01{border-right: 1px solid #ddd;}
.tab_menu_mob .menu > li::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%);width: 8px; height: 5px; background: url(/assets/images/sub/sub_tab_arr01_mob.png)center no-repeat; background-size: cover;transition:.3s;}
.tab_menu_mob .menu > li.on::after{transform:translateY(-50%) rotate(180deg);}
.tab_menu_mob .menu > li > a {display:flex; align-items:center; padding: 0 10px; width:100%; height:100%; font-size: 12px; color:#333; font-weight: 700; line-height:1; box-sizing:border-box; word-break:keep-all;}
.tab_menu_mob .menu > li ul {display:none; position:absolute; width:100%; top:102%; left:0px; padding:15px 0; box-sizing:content-box; background-color:#fff; z-index:10;box-shadow: 4px 4px 8px rgba(0,0,0,.15);}
.tab_menu_mob .menu > li ul li ~ li { margin-top:15px;}
.tab_menu_mob .menu > li ul li a {display:flex; align-items:center; position:relative; width:100%; font-size:12px; color:#888;  font-weight: 400;padding:0 10px; box-sizing:border-box; line-height:1.2;transition:.3s}
.tab_menu_mob .menu > li ul li.on a{color: var(--co02);font-weight: 700;}

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

h3.h3_tit01{position: relative;font-size: 18px; color: #333; font-weight: 700;padding-left: 12px;margin-bottom: 30px;}
h3.h3_tit01::after{content:''; position: absolute; left: 0; top: 0px; background: url(/assets/images/sub/text_icon01_mob.png)center no-repeat; width: 3px; height: 18px; background-size: cover;}

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

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

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

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{display: flex;justify-content: center;gap:20px;flex-direction: column;align-items: center;width: 100%; height: auto;background: #f5f5f5;border-radius:6px;padding: 20px; margin-bottom: 30px;}
.sub0101_wrap .con01 .img img{width: 160px;}
.sub0101_wrap .con01 .txt{position: relative;padding: 20px 20px 10px;}
.sub0101_wrap .con01 .txt::after{content:'';position: absolute; right: initial; left: 50%; transform:translateX(-50%);top: 0; width: 100%; height: 2px; background:var(--co03);}
.sub0101_wrap .con01 .txt span{display: block;font-size: 13px; font-weight: 700;text-align: right;margin-bottom: 10px; color: var(--co03);}
.sub0101_wrap .con01 .txt p{text-align: right;font-size: 15px;font-weight: 700;color: #333;}

.sub0101_wrap .con02{display: flex;justify-content: center; align-items: center;flex-direction: column;gap:20px;}
.sub0101_wrap .con02 .txt_wrap{width: 100%;}
.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: -1px; width: 50px; height: 2px; background: var(--co03);}
.sub0101_wrap .con02 .txt_wrap .tit p{font-size: 20px; color: #333; font-weight: 700; line-height: 1.6;}
.sub0101_wrap .con02 .txt_wrap .txt p{font-size: 13px; color: #666; line-height: 1.6;}
.sub0101_wrap .con02 .txt_wrap .txt p:not(:last-child){margin-bottom: 10px;}
.sub0101_wrap .con02 .txt_wrap .txt p br{display: none;}
.sub0101_wrap .con02 .txt_wrap .txt strong{display: block;margin-top: 10px;font-size: 13px; color: #333; font-weight: 700;}
.sub0101_wrap .con02 .txt_wrap .txt strong b{display: inline-block; font-size: 18px; color: #333; font-weight: 700;padding-left: 10px;}
.sub0101_wrap .con02 .img_wrap{width: 100%;max-width: 300px;}
.sub0101_wrap .con02 .img_wrap img{width: 100%;}

/* 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: 20px;margin-bottom: 15px;}
.sub0102_wrap .con03{position: relative;}
.sub0102_wrap .con03.con03-1{margin-bottom: 30px;padding-top: 15px;}
.sub0102_wrap .con03.con03-1::after{content:'';position: absolute; top: 0; left: 50%; transform:translateX(-50%); width: 51%; height: 50px; border:1px solid #ddd;border-bottom: 0px;z-index: -1;}

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

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

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

.sub0102_wrap .con02 > .box02:first-child{margin-bottom: 20px;}
.sub0102_wrap .con02 > .box02:last-child{margin-top: 10px;}
.sub0102_wrap .con02 .box_wrap{position: relative;}
.sub0102_wrap .con02 .box_wrap02{width: 100%;height: 45px;}
.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(-35px);}
.sub0102_wrap .con02 .box_wrap02 .box02{margin: 0;padding: 0 22px;}
.sub0102_wrap .con02 .box_wrap .txt01{display: flex;align-items: center; gap:5px;position: absolute; left: initial;top: 50%; transform:translateY(-50%);width: max-content;margin-right: -165px;right: 50%;}
.sub0102_wrap .con02 .box_wrap .txt01 p{font-size: 10px; color: #333; font-weight: 600;line-height: 13px;}
.sub0102_wrap .con02 .box_wrap .txt01 p i{display: block;}
.sub0102_wrap .con02 .box_wrap .txt01 img{width: 14px;}

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

.sub0102_wrap .con03 .txt_con{padding: 10px 10px 15px; border:1px solid #ddd; background: #fff; border-radius:4px;}
.sub0102_wrap .con03 .txt_con strong{display: flex; align-items: center; justify-content: center;width: 100%; height: 25px;font-size: 10px; color: #333;font-weight: 600;background: #f5f6fa;margin-bottom: 15px;}
.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: 10px; color: #333; font-weight: 700;width: 50%;padding-left: 8px;}
.sub0102_wrap .con03 .txt_con ul li::after{content:'';position: absolute; left: 0; top: 4px; width: 2px; height: 2px; 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% / 4);}
.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: 50px;}
.sub0103_wrap .con .box:not(:last-child){margin-bottom: 30px;}
.sub0103_wrap .con .box .logo_wrap{display: flex;gap:10px;}
.sub0103_wrap .con .box .logo_wrap .logo{width: calc((100% - 10px) / 2); }
.sub0103_wrap .con .box .logo_wrap .img_wrap{position:relative; width:100%; padding-bottom:49.02%;border:1px solid #ddd; border-radius:6px;}
.sub0103_wrap .con .box .logo_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:15vw; max-width:100%; max-height:100%;}
.sub0103_wrap .con02 .txt_box{padding: 20px;border:3px solid #f5f5f5; border-radius:6px;}
.sub0103_wrap .con02 .txt_box p{position: relative;font-size: 13px; line-height: 1.6; color: #666;}
.sub0103_wrap .con02 .txt_box p:not(:last-child){margin-bottom: 10px;}
.sub0103_wrap .con02 .txt_box02 p{padding-left: 20px;}
.sub0103_wrap .con02 .txt_box02 p::after{content:'ㅡ,';position: absolute; left: 0; top: 0px;font-size: 13px; line-height: 1.6; color: #666;}
.sub0103_wrap .con02 .logo{display: block; margin: 0px auto; width:fit-content;}
.sub0103_wrap .con02 .logo img{width: 250px;}

/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .con:not(:last-child){margin-bottom: 80px;}
.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: 15px 20px;border-bottom: 1px solid #ddd;cursor:pointer;}
.sub0104_wrap .con .ul01 li .li_tit::after{content:'';position: absolute; right: 10px; top: 50%; transform:translateY(-50%) rotate(133deg); width: 10px; height: 1px; background: #999;transition:.3s;}
.sub0104_wrap .con .ul01 li .li_tit::before{content:'';position: absolute; right: 17px; top: 50%; transform:translateY(-50%) rotate(45deg); width: 10px; height: 1px; 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: 80px;font-size: 13px; color: #666; font-weight: 600;}
.sub0104_wrap .con .ul01 li .li_tit p{width: calc(100% - 80px); font-size: 13px; color: #333; font-weight: 600;}

.sub0104_wrap .con .ul01 li .li_txt{display: none;padding: 15px 20px;border-bottom: 1px solid #ddd;}
.sub0104_wrap .con .ul01 li .li_txt .txt_wrap:not(:last-child){margin-bottom: 20px;}
.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: 13px; color: #333; font-weight: 600;line-height: 1.7; text-align: center;}
.sub0104_wrap .con .ul01 li .li_txt p{font-size: 12px; color: #333; line-height: 1.7;}
.sub0104_wrap .con .ul01 li .li_txt span{display: block;font-size: 11px; color: #333; line-height: 1.7;}
.sub0104_wrap .con .ul01 li .li_txt span.txtSt01{padding-left: 12px;}
.sub0104_wrap .con .ul01 li .li_txt span.txtSt02{padding-left: 24px;}
.sub0104_wrap .con .ul01 li .li_txt span.txtSt03{padding-left: 26px;}

.sub0104_wrap .con .ul02 li{position: relative; font-size: 13px; color: #333; line-height: 1.6;padding-left:18px;}
.sub0104_wrap .con .ul02 li:not(:last-child){margin-bottom: 12px;}
.sub0104_wrap .con .ul02 li::after{content:'';position: absolute; left: 0; top: 5px; width: 8px; height: 8px; 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: 5px 10px;}

.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 h3.h3_tit01.mb2{margin-bottom: 20px;}
.sub0104_wrap .con .tit01{text-align: center;color: #333;font-size: 15px;font-weight: 700;margin-bottom: 15px;}
.sub0104_wrap .con .l_txt{font-size: 12px; color: #333;text-align: left;margin-bottom: 10px;}
.sub0104_wrap .con .r_txt{font-size: 12px; color: #333;text-align: right;margin-bottom: 10px;}
.sub0104_wrap .con .top_txt{font-size: 13px; color: #333; line-height: 1.7;margin-bottom: 15px;}
.sub0104_wrap .con .top_txt br{display: none;}

/* sub0401 */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .list_wrap ul{display: flex; flex-wrap:wrap;gap:20px;}
.sub0401_wrap .list_wrap ul li{width: calc((100% - 20px) / 2);}
.sub0401_wrap .list_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:127.66%;overflow: hidden;}
.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: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: 16px; color: #333; font-weight: 700;text-align: center;}
.sub0401_wrap .list_wrap ul li .txt_wrap p em{display: inline-block;font-size: 15px; color: var(--co01); font-weight: 700; margin-right: 10px;}

/* sub0408 */
.sub0408_wrap{line-height: 1;}
.sub0408_wrap table.tbl01 tr th.mob_none{display: none;}
.sub0408_wrap table.tbl01 tr td.mob_none{display: none;}
.sub0408_wrap table.tbl01 tr td a.view_btn{color: #333; font-weight: 500;}
.sub0408_wrap table.tbl01 tr td a.view_btn span{display: block;color: #999; font-size: 11px;}
.sub0408_wrap table.tbl01 tr td .stat{display: flex;align-items: center; justify-content: center;width: 50px; height: 30px; background: var(--co01);font-size: 11px; color: #fff;margin: 0 auto;}
.sub0408_wrap table.tbl01 tr td .stat.fin{background: #5464af;}
.sub0408_wrap table.tbl01 tr td a.result_btn{display: flex;align-items: center; justify-content: center;width: 50px; height: 30px; background: #333;font-size: 11px;color: #fff;margin: 0 auto;}

.sub0408_wrap .btn_wrap01{display: flex; align-items: center; justify-content: center;gap:10px;margin-top: 40px;}
.sub0408_wrap .btn_wrap01 a{display: flex; align-items: center; justify-content: center;width: 80px; height: 35px;font-size: 14px; 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: 50px;}
.sub0408_wrap .view_wrap .con01 .tit{padding: 10px 10px;border-top: 2px solid #333;border-bottom: 1px solid #ddd;}
.sub0408_wrap .view_wrap .con01 .tit p{font-size: 13px; color: #333; font-weight: 700;line-height: 1.5;}
.sub0408_wrap .view_wrap .con01 .txt{padding: 15px 10px;border-bottom: 1px solid #ddd;}
.sub0408_wrap .view_wrap .con01 .txt p{font-size: 12px; color: #666; line-height: 1.6}
.sub0408_wrap .view_wrap .con02 .box_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .q_txt{margin-bottom: 10px;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .q_txt p{font-size: 13px; color: #333; font-weight: 700;}
.sub0408_wrap .view_wrap .con02 .box_wrap .box .a_txt{padding: 15px 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: 15px;}
.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: 20px;font-size: 12px; 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: 12px; height: 12px; 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:3px solid var(--co01);}

/* result */
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li{display: flex;align-items: center;flex-wrap:wrap;gap:10px;}
.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: 100%;font-size: 13px; 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: 100%;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li .progress_bar .progress{appearance: none;width: 100%;}
.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: 10px;}
.sub0408_wrap .result_wrap .con02 .box_wrap .box .a_txt ul li .progress_bar em{position: absolute; top: 50%; transform:translateY(-50%);font-size: 12px; color: var(--co01); font-weight: 500;}

/* sub0409 */
.sub0409_wrap{line-height: 1;}

.cal_wrap .cal_btn_wrap{display: flex;flex-wrap:wrap;align-items: center;gap:15px; justify-content: space-between;margin-bottom: 20px;}
.cal_wrap .cal_btn_wrap .year{display: flex; justify-content: center; align-items: center;gap:15px;width: 100%;}
.cal_wrap .cal_btn_wrap .year button{display: flex;align-items: center; justify-content: center;width: 30px; height: 30px; border:1px solid #ddd; border-radius:50%; }
.cal_wrap .cal_btn_wrap .year button img{display: block;width: 6px;}
.cal_wrap .cal_btn_wrap .year strong{font-size: 22px; color: #333; font-weight: 700; }
.cal_wrap .cal_btn_wrap .month{display: flex;flex-wrap:wrap;width: 100%;}
.cal_wrap .cal_btn_wrap .month a{display: flex;align-items: center; justify-content: center; width: calc(100% / 6); height: 25px; border-radius:12px;font-size: 12px; 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: 4px;font-size: 13px; color: #333; font-weight: 500;background: #f5f5f5;}
.cal_wrap table tr td{padding: 5px;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: 13px; color: #333; font-weight: 500;}
.cal_wrap table tr td ul{margin-top: 3px;}
.cal_wrap table tr td ul li{width: 100%;height: 38px;}
.cal_wrap table tr td ul li:not(:last-child){margin-bottom: 4px;}
.cal_wrap table tr td ul li p{font-size: 10px;font-weight: 500;display: flex; align-items: center; justify-content: center;width: 100%;height: 100%;text-align: center;}
.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: #5464af; border:1px solid #ddd; background: #eeeff7;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: calc(100% - 5.2%); max-width: 800px; height: auto; padding: 40px; background: #fff; border-radius:12px;}
.sub0409_wrap .pop_wrap .pop_box button.pop_x_btn{position: absolute;right: 0; top: -40px;}
.sub0409_wrap .pop_wrap .pop_box button.pop_x_btn img{width: 18px;}
.sub0409_wrap .pop_wrap .pop_box span{display: block;font-size: 15px; color: #999; font-weight: 700;text-align: center;}
.sub0409_wrap .pop_wrap .pop_box p{display: block;font-size: 18px; color: #333; font-weight: 700;text-align: center;margin-top: 10px;}
.sub0409_wrap .pop_wrap .pop_box .btn_wrap{display: flex;align-items: center; justify-content: center;gap:5px; margin-top: 30px;line-height: 1.4;}
.sub0409_wrap .pop_wrap .pop_box .btn_wrap a{display: flex; align-items: center; justify-content: center;width: 120px; height: 35px;font-size: 14px; color: #fff; background: #333;border:1px solid #333;}
.sub0409_wrap .pop_wrap .pop_box .btn_wrap a.pop_x_btn{color: #333;background: #fff;}

}