/* 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=Play:wght@400;700&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;} */

.center{text-align:center;}
.pc_img {display:block;}
.mob_img {display:none;}
.pc {display:block;}
.mob {display:none;}


:root {
  --co01: #098bed;
  --co02: #0054a6;
}

::selection{background: var(--co02);color: #f5f5f5;}

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

.fp{font-family: "Play", sans-serif;}

@media screen and (max-width:1600px) {
.inner{width: 100%; padding: 0 2.6%; margin: 0 auto; max-width:100%;}
}

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

#header .gnb{display: flex;}
#header .gnb > li{position: relative;padding: 41px 30px;}
#header .gnb > li::after{content:'';position: absolute; left: 50%;bottom: 0; transform:translateX(-50%);width: 0px; height: 2px; background: var(--co01);transition:.4s;}
#header .gnb > li.on::after{width: 220px;}
#header .gnb span a{display: block;font-size: 18px; color: #222; font-weight: 500;}
#header .gnb .lnb_sub{position: absolute; top: 100px; left: 50%; transform:translateX(-50%);z-index: 100; width: 220px; }
#header .gnb .lnb_sub ul{display: none;	box-shadow: 4px 4px 12px rgba(0,0,0,.25);}
#header .gnb .lnb_sub ul li a{display: flex; align-items: center; justify-content: center;height: 50px;color: #666;font-size: 16px;text-align: center;background: rgba(255,255,255,.9);transition:.4s;}
#header .gnb .lnb_sub ul li:hover a{background: rgba(255,255,255,1);}
#header .gnb .lnb_sub ul li:not(:last-child){margin-bottom: 1px;}

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

/* visual_wrap */
#visual_wrap{position: relative; line-height: 1;}
#visual_wrap .txt_wrap{position: absolute; width: 100%; bottom: 100px;overflow: hidden;}
#visual_wrap .txt_wrap .inner{transform: translateY(50%);transition: all 1.5s cubic-bezier(0.420, 0.000, 0.580, 1.000);opacity: 0;}
#visual_wrap .txt_wrap strong{display: block;font-size: 40px; line-height: 60px; color: #fff;font-weight: 700;}
#visual_wrap .txt_wrap p{font-size: 24px; color: #fff; font-weight: 500;margin-top: 30px;}
#visual_wrap ul li.slick-active .txt_wrap .inner{transform: translateY(0%);opacity: 1;}

#visual_wrap .arr_wrap{position: absolute; bottom: 100px;right: 160px;display: flex;gap:10px;}
#visual_wrap .arr_wrap button{transition:.4s;}
#visual_wrap .arr_wrap button:hover{opacity: .7;}

/* section */
.section{padding: 150px 0;line-height: 1;}
.section .sec_tit{}
.section .sec_tit span{display: block;font-size: 24px; color: var(--co01); font-weight: 700; margin-bottom: 20px;text-transform:uppercase;}
.section .sec_tit p{font-size: 60px; color: #222; font-weight: 500; line-height: 90px;}

/* section01 */
#section01{position: relative;}
#section01 .bg01{position: absolute;left: 0;bottom: -260px;z-index: -1;}
#section01 .bg02{position: absolute;right: 0; bottom: 0;z-index: -1;}
#section01 .con_wrap{display: flex;gap:80px;}
#section01 .con_wrap .con{width: calc((100% - 80px) / 2);}
#section01 .con_wrap .con .tit{margin-bottom: 45px;}
#section01 .con_wrap .con .tit p{font-size: 50px; color: #222; font-weight: 700;}

#section01 .con_wrap .con01 .txt_wrap .txt01{display: flex; justify-content: space-between;align-items: center;padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px dashed #ddd;}
#section01 .con_wrap .con01 .txt_wrap .txt01 .icon{display: flex;align-items: center; gap:30px;}
#section01 .con_wrap .con01 .txt_wrap .txt01 strong{font-size: 35px; color: #222; font-weight: 700;}
#section01 .con_wrap .con01 .txt_wrap .txt01 a{display: flex; gap:30px; align-items: center; font-size: 24px; color: #222; font-weight: 700;}
#section01 .con_wrap .con01 ul.txt02 li{display: flex;}
#section01 .con_wrap .con01 ul.txt02 li:not(:last-child){margin-bottom: 30px;}
#section01 .con_wrap .con01 ul.txt02 li p{position: relative;font-size: 24px; color: #222; font-weight: 700; padding-left: 25px;width: 175px;transform: translateY(5px);}
#section01 .con_wrap .con01 ul.txt02 li p::after{content:'';position: absolute; top: 8px; left: 0; width: 6px; height: 6px; background: #ddd; border-radius:50%;}
#section01 .con_wrap .con01 ul.txt02 li span{display: block;font-size: 18px; color: #666; line-height: 32px;}

#section01 .con_wrap .con02 .txt_wrap{margin-bottom: 70px;}
#section01 .con_wrap .con02 .txt_wrap p{font-size: 30px;color: #666; font-weight: 700;line-height: 46px;}
#section01 .con_wrap .con02 ul.btn_wrap{display: flex; display: flex; flex-wrap:wrap;gap:20px;}
#section01 .con_wrap .con02 ul.btn_wrap li{width: calc((100% - 20px) / 2); border:1px solid #ddd; border-radius:12px; background: #fff; transition:.4s;}
#section01 .con_wrap .con02 ul.btn_wrap li:hover{border:1px solid var(--co02)}
#section01 .con_wrap .con02 ul.btn_wrap li a{display: flex; align-items: center; justify-content: space-between;height: 100px;padding: 0 30px;}
#section01 .con_wrap .con02 ul.btn_wrap li .txt{display: flex; align-items: center;gap:30px;}
#section01 .con_wrap .con02 ul.btn_wrap li p{font-size: 24px; color: #222; font-weight: 700;transition:.4s;}
#section01 .con_wrap .con02 ul.btn_wrap li:hover p{color: var(--co02);}

/*section02*/
#section02{background: url(/assets/images/main/sec02_bg01_pc.jpg)center no-repeat; background-size: cover;padding: 0;}
#section02 .sec_tit p{font-size: 50px; color: #fff; line-height: 65px;}
#section02 .con_wrap{display: flex;}
#section02 .con_wrap .con01{width: 62%;padding: 150px 80px 150px 160px;}
#section02 .con_wrap .con01 .btn_wrap{display: flex;gap:40px;}
#section02 .con_wrap .con01 .btn_wrap a{position: relative;display: block; width: 450px; height: 500px; padding: 60px 50px; background: url(/assets/images/main/sec02_img01_pc.jpg)center no-repeat;background-size: cover; border-radius:30px;transition:.4s; box-shadow:4px 4px 12px rgba(0,0,0,.25);}
#section02 .con_wrap .con01 .btn_wrap a:nth-child(2){background: url(/assets/images/main/sec02_img02_pc.jpg)center no-repeat;background-size: cover; }
#section02 .con_wrap .con01 .btn_wrap a:hover{background-position-x: left;}
#section02 .con_wrap .con01 .btn_wrap a em{position: absolute; bottom:50px; right: 50px;transition:.3s;}
#section02 .con_wrap .con01 .btn_wrap a:hover em{transform:rotate(-45deg);}

#section02 .con_wrap .con02{position: relative;width: 38%;padding: 150px 80px;background: var(--co01);z-index: 1;}
#section02 .con_wrap .con02 strong{display: block;font-size: 50px;color: #fff;margin-bottom: 60px;}

#section02 .con_wrap .con02 .video_wrap{position:relative; width:100%; padding-bottom:69.25%; overflow: hidden; border-radius:20px;box-shadow: 4px 4px 12px rgba(0, 0, 0, .25);}
#section02 .con_wrap .con02 .video_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

#section02 .con_wrap .con02 .bg01 em{display: block;background: url(/assets/images/main/sec02_bg02_pc.png)left no-repeat;width: 100%;height: 100%;}
#section02 .con_wrap .con02 .bg02 em{display: block;background: url(/assets/images/main/sec02_bg03_pc.png)right no-repeat;width: 100%;height: 100%;margin-left: auto;}

#section02 .con_wrap .con02 .bg01{position: absolute;bottom: 154px; right: 0;  width: 471px; height: 257px;z-index: -1;}
#section02 .con_wrap .con02 .bg02{position: absolute;right: 80px;bottom: 0; width: 437px; height: 163px;z-index: -1;}


/*section03*/
#section03{position: relative;overflow: hidden;}
#section03 .bg01{position: absolute;left: 0;top: 0;left: -350px;top: -420px;z-index: -1;}
#section03 .bg02{position: absolute;right: -500px;bottom: -400px;}

#section03 .inner{display: flex;gap:80px;}
#section03 .con{width: calc((100% - 80px) / 2);}
#section03 .con .tit{display: flex; align-items: center; justify-content: space-between;padding-bottom: 50px;}
#section03 .con .tit p{font-size: 50px; color: #222; font-weight: 700;}
#section03 .con .tit .con01_arr{display: flex; gap:10px;}
#section03 .con .tit .con01_arr button{display: flex; align-items: center; justify-content: center;width: 50px; height: 50px;border:1px solid #ddd; border-radius:50%;transition:.3s;}
#section03 .con .tit .con01_arr button:hover{opacity: .7;}
#section03 .con .tit .con01_arr button.prev img{transform:rotate(180deg);}

#section03 .con01 .slide_wrap{border-top: 2px solid #222;	}
#section03 .con01 .slide_wrap .cal_wrap ul{display: flex;flex-wrap:wrap;}
#section03 .con01 .slide_wrap .cal_wrap ul li{position: relative;width: 50%;border-bottom: 1px solid #ddd;transition:.3s;}
#section03 .con01 .slide_wrap .cal_wrap ul li:hover{background: #f4fafe;}
#section03 .con01 .slide_wrap .cal_wrap ul li:nth-child(1)::after,
#section03 .con01 .slide_wrap .cal_wrap ul li:nth-child(3)::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: calc(100% - 80px); background: #ddd;}
#section03 .con01 .slide_wrap .cal_wrap ul li a{display: block;padding: 40px 20px 30px 30px;}
#section03 .con01 .slide_wrap .cal_wrap ul li em.date{display: flex; align-items: center; justify-content: center; height: 34px; padding: 0 16px;font-size: 18px; color: #fff; font-weight: 700; background: var(--co02); border-radius: 17px;width: fit-content; margin-bottom: 30px;}
#section03 .con01 .slide_wrap .cal_wrap ul li p{font-size: 20px; color: #222; font-weight: 700;margin-bottom: 10px;}
#section03 .con01 .slide_wrap .cal_wrap ul li span{position: relative;display: block;font-size: 18px; color: #666; line-height: 32px;padding-left: 12px;}
#section03 .con01 .slide_wrap .cal_wrap ul li span::after{content:'-';position: absolute; left: 0; top: 0;}

#section03 .con02 .tit a{display: flex; align-items: center; gap:30px;font-size: 24px; color: #222;font-weight: 700;}
#section03 .con02 ul li{position: relative;background: #f5f5f5; border-radius: 12px;transition:.4s;}
#section03 .con02 ul li:hover{opacity: .7;}
#section03 .con02 ul li:not(:last-child){margin-bottom: 15px;}
#section03 .con02 ul li a{display: flex; align-items: center; height: 120px;}
#section03 .con02 ul li .date{position: relative;width: 114px;text-align: center;}
#section03 .con02 ul li .date::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 2px; height: 30px; background: #ddd;}
#section03 .con02 ul li .date span{display: block;font-size: 16px; color: #222;margin-bottom: 7px;font-weight: 700;}
#section03 .con02 ul li .date p{font-size: 28px; color: var(--co01);font-weight: 700;}
#section03 .con02 ul li strong{display: block;width: calc(100% - 114px);font-size: 20px; color: #333; font-weight: 700;padding: 0 200px 0 40px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section03 .con02 ul li em{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: #fff; border-radius:50%;}

/* section04 */
#section04{padding: 90px 0 100px;background: #f4fafe;}
#section04 .inner{display: flex;}

#section04 .con01{padding-top: 10px;width: calc((100% - 613px) / 2);}
#section04 .con01 .tit{display: flex;align-items: center; justify-content: space-between; margin-bottom: 20px;}
#section04 .con01 .tit p{font-size: 20px; font-weight: 700;color: #222;margin-top: 12px;}
#section04 .con01 .tit a{transition:.3s;}
#section04 .con01 .tit a:hover{transform:rotate(-45deg);}
#section04 .con01 .txt strong{display: block;font-size: 35px; color: var(--co01); font-weight: 700;margin-bottom: 15px;}
#section04 .con01 .txt p{font-size: 16px; color: #666; line-height: 26px;}
#section04 .con01 .icon{margin-top: 12px;}
#section04 .con01 .icon a{display: block;margin-left: auto;width: fit-content;}

#section04 .con01-1{padding-right: 40px;border-right: 1px solid #ddd;}
#section04 .con01-2{padding-left: 40px;}

#section04 .con02{width: 533px;margin-left: 80px;padding: 40px; border-radius:12px; background: url(/assets/images/main/sec04_bg01_pc.jpg)center no-repeat; background-size: cover;}
#section04 .con02 span{display: block;font-size: 20px; color: #fff; font-weight: 700;}
#section04 .con02 strong{display: block;font-size: 35px; color: #fff; font-weight: 700;margin: 20px 0px 30px;}
#section04 .con02 ul li{position: relative;font-size: 18px; color: #fff;padding-left: 20px;}
#section04 .con02 ul li:not(:last-child){margin-bottom: 15px;}
#section04 .con02 ul li::after{content:'';position: absolute; left: 0; top: 0;width: 4px; height: 4px; background: #fff; border-radius:50%;}

/* banner_wrap */
#banner_wrap{padding: 20px 0;line-height: 1;border-top: 1px solid #ddd;}
#banner_wrap .inner{display: flex;gap:40px; align-items: center;}
#banner_wrap .slide_wrap{width: calc(100% - 150px);}
#banner_wrap .arr_wrap{display: flex;gap:10px;width: 110px;}
#banner_wrap .arr_wrap button{display: flex;align-items: center; justify-content: center; border:1px solid #ddd; width: 50px; height: 50px; border-radius:50%;transition:.4s;}
#banner_wrap .arr_wrap button:hover{opacity: .7;}
#banner_wrap .arr_wrap .prev{transform:rotate(180deg);}
#banner_wrap ul li{margin-right: 25px; border-radius:8px; border:1px solid #ddd;overflow: hidden;transition:.4s;}
#banner_wrap ul li:hover{opacity: .7;}
#banner_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:27.273%;}
#banner_wrap ul li .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%;}

/* footer */
#footer{padding: 50px 0;border-top: 1px solid #ddd;}
#footer .inner{display: flex;justify-content: space-between;}
#footer .f_logo{display: block;margin-bottom: 30px;}
#footer address p{font-size: 16px; line-height: 32px;color: #666;}
#footer address p b{display: inline-block; margin: 0 15px;font-size: 12px;}
#footer p.copy{font-size: 16px; color: #999; margin-top: 50px;}
#footer .old_btn{display: flex; align-items: center; justify-content: center; width: 200px; height: 45px; border-radius: 6px; font-size: 16px; color: #fff; background: var(--co02);}
#footer .sns_wrap{display: flex;gap:20px;margin-top: 45px;}
#footer .sns_wrap a{display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #999; border-radius:50%; transition:.4s;}
#footer .sns_wrap a:hover{background: var(--co02);}
#footer .sns_wrap a:nth-child(1) img{transform: translateY(2px);}
#footer .sns_wrap a:nth-child(2) img{transform: translateX(1px);}
#footer .sns_wrap a:nth-child(4) img{transform: translateY(1px);}


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

#sub_container .inner{display: flex;gap:110px;}
#sub_container .contop{width: 300px;}

#sub_contents{width: calc(100% - 410px);padding: 80px 0px 90px;}
#sub_contents .sub_tit{display: flex; align-items: center; justify-content: space-between;padding-bottom: 26px; margin-bottom: 40px; border-bottom: 1px solid #ddd; line-height: 1;}
#sub_contents .sub_tit h3{font-size: 40px; color: #222; font-weight: 700;}
#sub_contents .sub_tit ul.sub_nav{display: flex;gap:30px;align-items: center;}
#sub_contents .sub_tit ul.sub_nav li{position: relative;font-size: 16px; color: #999;}
#sub_contents .sub_tit ul.sub_nav li:not(:last-child)::after{content:''; position: absolute; right: -19px;top: 50%; transform:translateY(-50%);background: url(/assets/images/sub/sub_nav_arr_pc.png)center no-repeat; width: 6px; height: 7px; background-size: cover;}

.tab_menu_pc{transform:translateY(-50px); border-radius:30px; overflow: hidden; box-shadow: 3px 3px 16px rgba(0,0,0,.15);line-height: 1;}
.tab_menu_pc .top{position: relative;display: flex;align-items: center;justify-content: center;width: 300px; height: 150px;background: linear-gradient(45deg,rgba(9, 139, 237, 1) 0%, rgba(0, 84, 166, 1) 100%);}
.tab_menu_pc .top h3{font-size: 30px; color: #fff; font-weight: 700;text-align: center;}
.tab_menu_pc .top::after{content:'';position: absolute; bottom: -15px; right: 0; background: url(/assets/images/sub/sub_tit_bg01_pc.png)center no-repeat; width: 91px; height: 97px; background-size: cover;}
.tab_menu_pc .menu_wrap{padding: 18px 30px 60px 30px;}
.tab_menu_pc .menu_wrap .dep02 h3{border-bottom: 1px solid #ddd;}
.tab_menu_pc .menu_wrap .dep02 h3 > a{position: relative;display: flex; align-items: center; height: 60px; font-size: 18px; color: #666;font-weight: 400;}
.tab_menu_pc .menu_wrap .dep02 h3.on > a,
.tab_menu_pc .menu_wrap .dep02 h3.active > a{color: var(--co01);font-weight: 700;}
.tab_menu_pc .menu_wrap .dep02 h3 > a::after{content:'';position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 20px; height: 20px; background: url(/assets/images/sub/tab_arr_pc.png)center no-repeat #f5f5f5; background-size: 6px; border-radius:4px;}
.tab_menu_pc .menu_wrap .dep02 h3.on > a::after,
.tab_menu_pc .menu_wrap .dep02 h3.active > a::after{background: url(/assets/images/sub/tab_arr_on02_pc.png)center no-repeat var(--co01);}
.tab_menu_pc .menu_wrap .dep02 h3.on03 > a::after{background: url(/assets/images/sub/tab_arr_on_pc.png)center no-repeat var(--co01);}

.tab_menu_pc .menu_wrap ul.dep03{display: none;padding: 20px 0;border-top: 1px solid #ddd;}
.tab_menu_pc .menu_wrap ul.dep03 li:not(:last-child){margin-bottom: 15px;}
.tab_menu_pc .menu_wrap ul.dep03 li a{position: relative;padding-left: 12px;font-size: 16px; color: #999;font-weight: 400;}
.tab_menu_pc .menu_wrap ul.dep03 li a::after{content:'-';position: absolute; left: 0; top: 0;}
.tab_menu_pc .menu_wrap ul.dep03 li.on a{color: var(--co01);}
.tab_menu_pc .menu_wrap .dep02 h3.on ul.dep03{display: block;}

.tab_menu_mob{display: none;}

.depth03_wrap{display: none;}

/* 공통 */
h3.h3_tit01{position: relative;font-size: 30px; color: #222; font-weight: 700;padding-left: 50px; margin-bottom: 35px;}
h3.h3_tit01::after{content:'';position: absolute;left: 0; top: -7px;background: url(/assets/images/sub/txt_icon01.png)center no-repeat; background-size: cover; width: 42px; height: 46px;}

h4.h4_tit01{position: relative;font-size: 24px; color: #222; font-weight: 700;margin-bottom: 30px; padding-left: 20px;}
h4.h4_tit01::after{content:'';position: absolute;left: 0; top: 2px; width: 3px; height: 20px; background: var(--co01);}
h4.h4_tit01 span{display: inline-block;font-size: 18px;color: var(--co01);}

.chk_st01{display: none;}
.chk_st01 + label{position: relative;font-size: 18px; color: #666;padding-left: 26px;}
.chk_st01 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 18px; height: 18px; border:1px solid #ddd; border-radius:4px;}
.chk_st01:checked+ label::after{background: url(/assets/images/sub/chk_icon01.png)center no-repeat var(--co01); background-size: 11px;border:1px solid var(--co01);}

.chk_st02{display: none;}
.chk_st02 + label{position: relative;font-size: 18px; color: #666;padding-left: 29px;}
.chk_st02 + label::after{content:'';position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 18px; height: 18px; border:1px solid #ddd; border-radius:50%;}
.chk_st02:checked+ label::after{border:5px solid var(--co01);}

table.tbl01{width: 100%;border-top: 2px solid #222;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 18px; padding: 15px 30px; color: #222; font-weight: 700; background: #f5f5f5;}
table.tbl01 td{font-size: 18px; padding: 15px 20px;color: #666;text-align: center;}

/* 온라인폼 */
.online_wrap_st01{line-height: 1;}
.online_wrap_st01 .top_txt{margin-bottom: 40px;}
.online_wrap_st01 .top_txt ul li{position: relative;padding-left: 20px;font-size: 18px; color: #666;line-height: 1.3;}
.online_wrap_st01 .top_txt ul li:not(:last-child){margin-bottom: 10px;}
.online_wrap_st01 .top_txt ul li::after{content:'';position: absolute;left: 0;top: 8px; width: 6px; height: 6px; background: #ddd; border-radius:50%;}

.online_wrap_st01 table.online_tbl01{width: 100%; border-top: 2px solid #222;}
.online_wrap_st01 table.online_tbl01 .col01{width: 300px;}
.online_wrap_st01 table.online_tbl01 .col02{width: calc(100% - 300px);}
.online_wrap_st01 table.online_tbl01 tr{border-bottom: 1px solid #ddd;}
.online_wrap_st01 table.online_tbl01 th{font-size: 18px; padding: 20px; color: #222; font-weight: 700; background: #f5f5f5;text-align: left;}
.online_wrap_st01 table.online_tbl01 th b{color: var(--co01);}
.online_wrap_st01 table.online_tbl01 td{padding: 20px;}
.online_wrap_st01 table.online_tbl01 td input[type="text"]{font-size: 15px; color: #666;	border:1px solid #ddd; height: 46px; border-radius:6px;padding: 0px 20px;}
.online_wrap_st01 table.online_tbl01 td input[type="text"]:focus{outline:0;}
.online_wrap_st01 table.online_tbl01 td input[type="text"].input01{width: 365px;}
.online_wrap_st01 table.online_tbl01 td input[type="text"].input02{width: 100%;}

.online_wrap_st01 table.online_tbl01 td .chk_wrap{display: flex;flex-wrap:wrap;gap:10px 30px;}

.online_wrap_st01 table.online_tbl01 td .pri_wrap{padding: 20px;border:1px solid #ddd; border-radius: 6px; height: 200px;overflow-y: scroll; margin-bottom: 20px;}
.online_wrap_st01 table.online_tbl01 td .pri_wrap strong{display: block;font-size: 18px; color: #222; font-weight: 700;margin-bottom: 10px;}
.online_wrap_st01 table.online_tbl01 td .pri_wrap p{font-size: 16px; color: #666; line-height: 28px;white-space: pre-wrap;}

.online_wrap_st01 table.online_tbl01 td .date_wrap{display: flex;gap:10px;}
.online_wrap_st01 table.online_tbl01 td input[type="date"]{font-size: 15px; color: #666;	border:1px solid #ddd; width: 200px; height: 46px; border-radius:6px;padding: 0px 20px;}
.online_wrap_st01 table.online_tbl01 td input[type="date"]:focus{outline:0;}

.online_wrap_st01 table.online_tbl01 td select{font-size: 15px; color: #666;	border:1px solid #ddd;width: 200px; height: 46px; border-radius:6px;padding: 0px 20px;}
.online_wrap_st01 table.online_tbl01 td select:focus{outline:0;}

.online_wrap_st01 .btn_wrap01{display: flex;align-items: center; justify-content: center;gap:10px; margin-top: 60px;}
.online_wrap_st01 .btn_wrap01 a{display: flex; align-items: center; justify-content: center;width: 180px; height: 54px; border:1px solid #ddd; border-radius:6px;font-size: 18px; color: #222;}
.online_wrap_st01 .btn_wrap01 a.btn02{color: #fff; background: var(--co01); border:1px solid var(--co01);}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con01{width: 100%; height: 400px; border-radius:30px;margin-bottom: 80px;overflow: hidden;}
.sub0101_wrap .con01 img{width: 100%; height: 100%; object-fit:cover;}
.sub0101_wrap .con02 strong{display: block;font-size: 30px;line-height: 46px; font-weight: 700;color: #222; margin-bottom: 30px;}
.sub0101_wrap .con02 strong b{-webkit-text-fill-color: rgba(26, 26, 26, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);background-size: 0% 100%;font-weight: 700;}
.sub0101_wrap .con02 p{font-size: 18px; color: #666; line-height: 32px;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con_wrap{display: flex;gap:60px;}
.sub0102_wrap .con_wrap .img_con{width: 400px;}
.sub0102_wrap .con_wrap .img_wrap{position:relative; width:100%; padding-bottom:125%;overflow: hidden; border-radius:30px;}
.sub0102_wrap .con_wrap .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;}
.sub0102_wrap .con_wrap .img_con .tit{position: relative;margin-top: 30px;line-height: 32px;}
.sub0102_wrap .con_wrap .img_con .tit::after{content:'';position: absolute; left: 0; top: 6px;width: 3px; height: 20px; background: var(--co01);}
.sub0102_wrap .con_wrap .img_con .tit p{display: flex;flex-wrap: wrap;gap:0px 6px;font-size: 24px; color: #222; font-weight: 700;padding-left: 20px;}
.sub0102_wrap .con_wrap .img_con .tit p span{display: inline-block;font-size: 18px;color: var(--co01);}

.sub0102_wrap .con_wrap .txt_con{width: calc(100% - 460px);}
.sub0102_wrap .con_wrap .txt_con strong{display: block;font-size: 30px; line-height: 46px;color: #222; font-weight: 700; margin-bottom: 30px;}
.sub0102_wrap .con_wrap .txt_con strong b{-webkit-text-fill-color: rgba(26, 26, 26, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);background-size: 0% 100%;font-weight: 700;}
.sub0102_wrap .con_wrap .txt_con .txt p{font-size: 18px; color: #666; line-height: 32px;}
.sub0102_wrap .con_wrap .txt_con .txt p:not(:last-child){margin-bottom: 20px;}

/* sub0103 */
.sub0103_wrap{line-height: 1;}
.sub0103_wrap .con01{background: url(/assets/images/sub/sub0103_img01.jpg)center no-repeat; background-size: cover; width: 100%; height: 400px; background-attachment: fixed;border-radius:30px;}
.sub0103_wrap .con02{margin-top: 70px;}
.sub0103_wrap .con02 strong{display: block;font-size: 30px; line-height: 46px;font-weight: 700;color: #222;margin-bottom: 35px;}
.sub0103_wrap .con02 strong b{-webkit-text-fill-color: rgba(26, 26, 26, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);background-size: 0% 100%;font-weight: 700;}
.sub0103_wrap .con02 .txt p{font-size: 18px; color: #666; line-height: 32px;}
.sub0103_wrap .con02 .txt p:not(:last-child){margin-bottom: 25px;}
.sub0103_wrap .con02 .txt02{background: #f5f5f5;padding: 35px 40px; border:1px dashed #ddd; border-radius:12px;margin: 35px 0;}
.sub0103_wrap .con02 .txt02 p{font-size: 18px; color: #666; line-height: 32px;}
.sub0103_wrap .con02 .txt02 b{display: block;font-size: 18px; color: #222; font-weight: 700;text-align: right;margin-top: 15px;}

/* sub0104 */
.sub0104_wrap{line-height: 1;}
.sub0104_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0104_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;gap:30px;}
.sub0104_wrap .con01 .box_wrap .box{position: relative; width: calc((100% - 60px) / 3);}
.sub0104_wrap .con01 .box_wrap .box .num{position: absolute;top: 20px; left: 20px;display: flex;align-items: center; justify-content: center;width: 30px; height: 30px; background: var(--co01); font-size: 18px; font-weight: 700; color: #fff; z-index: 100; border-radius:4px;}
.sub0104_wrap .con01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:63.83%;background: #f5f5f5; border-radius:12px; overflow: hidden;}
.sub0104_wrap .con01 .box_wrap .box .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%;}
.sub0104_wrap .con01 .box_wrap .box .txt_wrap{margin-top: 25px;}
.sub0104_wrap .con01 .box_wrap .box .txt_wrap p{font-size: 18px; color: #222;line-height: 32px;font-weight: 700;} 
.sub0104_wrap .con01 .box_wrap .box .txt_wrap span{display: block;font-size: 16px;color: #999;line-height: 28px; margin-top: 5px;} 

.sub0104_wrap .con02 .img_con{padding: 35px;border:1px solid #ddd; border-radius:30px; margin-bottom: 40px;}
.sub0104_wrap .con02 .img_con img{display: block; margin: 0 auto; max-width: 100%;}
.sub0104_wrap .con02 .txt_con .box:not(:last-child){margin-bottom: 35px;}
.sub0104_wrap .con02 .txt_con .box ul li{display: flex;}
.sub0104_wrap .con02 .txt_con .box ul li:not(:last-child){margin-bottom: 30px;}
.sub0104_wrap .con02 .txt_con .box ul li p{position: relative;width: 145px;font-size: 20px; color: #222; font-weight: 700;padding-left: 25px;}
.sub0104_wrap .con02 .txt_con .box ul li p::after{content:'';position: absolute;left: 0; top: 7px; width: 6px; height: 6px; background: #ddd; border-radius:50%;}
.sub0104_wrap .con02 .txt_con .box ul li span{display: flex;flex-wrap:wrap;gap:15px 0px; width: calc(100% - 145px);font-size: 18px; color: #666;}
.sub0104_wrap .con02 .txt_con .box ul li span b{position: relative;display: inline-block;font-weight: 400;padding-left: 25px;}
.sub0104_wrap .con02 .txt_con .box ul li span b:first-child{padding-left: 0;}
.sub0104_wrap .con02 .txt_con .box ul li span b:not(:first-child)::before{content:'';position: absolute; top: 50%; left: 9px; transform:translateY(-50%);  background: url(/assets/images/sub/sub_nav_arr_pc.png) center no-repeat; width: 6px;height: 7px;background-size: cover;}

.sub0104_wrap .con02 .txt_con .sub_txt{display: flex;align-items: center;gap:10px;margin-top: 40px;padding: 10px 30px; background: #f5f5f5; border-radius:12px;}
.sub0104_wrap .con02 .txt_con .sub_txt p{font-size: 18px; color: #666;}
.sub0104_wrap .con02 .txt_con .sub_txt p strong{color: #222; font-weight: 700;}

/* sub0106 */
.sub0106_wrap{line-height: 1;}

.sub0106_wrap .top_txt{padding: 30px 40px; border-radius:12px;margin-bottom: 45px;background: #f5f5f5;}
.sub0106_wrap .top_txt p{font-size: 20px; color: #333; font-weight: 700;}
.sub0106_wrap .top_txt span{display: block;font-size: 18px;color: #666; margin-top: 15px;}

.sub0106_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0106_wrap .con .btn_box{display: flex;gap:20px;}
.sub0106_wrap .con .btn_box .btn{width: calc((100% - 80px) / 5);}
.sub0106_wrap .con .btn_box .btn a{display: block;position:relative; width:100%; padding-bottom:100%;overflow: hidden;}
.sub0106_wrap .con .btn_box .btn a 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;}
.sub0106_wrap .con .btn_box .btn a:hover img{transform:scale(1.05);}
.sub0106_wrap .con .btn_box .btn .txt{margin-top: 20px;}
.sub0106_wrap .con .btn_box .btn .txt p{position: relative;font-size: 18px; color: #666; line-height: 32px;padding-left: 20px;}
.sub0106_wrap .con .btn_box .btn .txt p::after{content:'';position: absolute; left: 0; top: 12px;width: 6px; height: 6px;background: #ddd; border-radius:50%;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con:not(:last-child){margin-bottom: 100px;}

.sub0201_wrap .con .sub_txt{padding: 25px 40px; background: #f5f5f5; border-radius:12px;}
.sub0201_wrap .con .sub_txt p{font-size: 18px; color: #222; font-weight: 700;}
.sub0201_wrap .con .sub_txt strong{font-weight: 700;}
.sub0201_wrap .con .sub_txt span{color: #666;font-weight: 400;}

.sub0201_wrap .con ul{margin: 40px 0;}
.sub0201_wrap .con ul li{display: flex;gap:30px;}
.sub0201_wrap .con ul li:not(:last-child){margin-bottom: 30px;}
.sub0201_wrap .con ul li p{position: relative;padding-left: 25px; font-size: 20px; color: #222; font-weight: 700;}
.sub0201_wrap .con ul li p::after{content:'';position: absolute; left: 0; top: 7px;width: 6px; height: 6px; background: #ddd; border-radius:50%;}
.sub0201_wrap .con ul li span{font-size: 18px; color: #666;}

.sub0201_wrap .con01 .box_wrap{display: flex;gap:30px;}
.sub0201_wrap .con01 .box_wrap .box{width: calc((100% - 30px) / 2);}
.sub0201_wrap .con01 .box_wrap .box .tit{margin-bottom: 30px;}
.sub0201_wrap .con01 .box_wrap .box .tit h4.h4_tit01{margin-bottom: 20px;}
.sub0201_wrap .con01 .box_wrap .box .tit span{font-size: 18px; color: #666;}
.sub0201_wrap .con01 .box_wrap .box img{display: block;width: 100%; border-radius:12px;}

.sub0201_wrap .con02 table.tbl01 td{text-align: left;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con01 .map_wrap{position:relative; width:100%; padding-bottom:33.613%;border-radius:30px;overflow: hidden;}
.sub0301_wrap .con01 .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0301_wrap .con01 .txt_wrap{display: flex;align-items: center;justify-content: center;gap:20px;border-radius:30px; background: var(--co01);padding: 20px;}
.sub0301_wrap .con01 .txt_wrap p{font-size: 20px;color: #fff;font-weight: 700;}

.sub0301_wrap .con02{margin-top: 90px;}
.sub0301_wrap .con02 .tit_wrap{display: flex; gap:30px;align-items: center; margin-bottom: 35px;}
.sub0301_wrap .con02 .tit_wrap h3.h3_tit01{margin-bottom: 0;}
.sub0301_wrap .con02 .btn_wrap{display: flex;gap:10px;}
.sub0301_wrap .con02 .btn_wrap a{display: flex; align-items: center; justify-content: center;font-size: 18px;width: 200px; height: 50px; background: var(--co01); color: #fff; font-weight: 600;}

.sub0301_wrap .con02 ul{display: flex;border-top: 2px solid #222;}
.sub0301_wrap .con02 ul li{display: flex;align-items: flex-start;width: 50%;padding: 30px 20px;border-bottom: 1px solid #ddd;}
.sub0301_wrap .con02 ul li .tit{display: flex;align-items: center;gap:12px;width: 150px;}
.sub0301_wrap .con02 ul li .tit .icon{display: flex;align-items: center;justify-content: center;width: 50px; height: 50px; border-radius:50%; background: #f5f5f5;}
.sub0301_wrap .con02 ul li .tit p{font-size: 20px; color: #222; font-weight: 700;}
.sub0301_wrap .con02 ul li .txt{width: calc(100% - 150px);transform: translateY(8px);}
.sub0301_wrap .con02 ul li .txt p{font-size: 18px; color: #666; line-height: 32px;}
.sub0301_wrap .con02 ul li .txt p b{color: var(--co01); font-weight: 700;}

.sub0301_wrap .con02 ul li.li02{width: 100%;}

.sub0301_wrap .con02 ul li .p_wrap p{display: flex;gap:20px;padding: 20px 0;border-bottom: 1px dashed #ddd;}
.sub0301_wrap .con02 ul li .p_wrap p:first-child{padding-top: 0;}
.sub0301_wrap .con02 ul li .p_wrap p:last-child{border-bottom: 0;padding-bottom: 0;}
.sub0301_wrap .con02 ul li .p_wrap p em{display: flex;align-items: center; justify-content: center; width: 30px; height: 30px; font-size: 18px; color: #fff; font-weight: 700; background: var(--co01); border-radius:4px;}
.sub0301_wrap .con02 ul li .p_wrap p span{display: block;font-size: 18px; color: #666; line-height: 32px;width: calc(100% - 50px);}

.sub0301_wrap .con03{margin-top: 100px;}
.sub0301_wrap .con03 .img_box{display: flex;gap:100px; justify-content: center;}
.sub0301_wrap .con03 .img_box .img{width: calc((100% - 100px) / 2);}
.sub0301_wrap .con03 .img_box .img img{width: 100%;}

/* sub0701 */
.sub0701_wrap{line-height: 1;}
.sub0701_wrap .con:not(:last-child){margin-bottom: 80px;}
.sub0701_wrap .con01{display: flex;justify-content: space-between;align-items: center;}
.sub0701_wrap .con01 .txt strong{display: block;font-size: 20px; color: #222; font-weight: 700;}
.sub0701_wrap .con01 .txt p{font-size: 18px; color: #666; margin-top: 15px;}
.sub0701_wrap .con01 a{display: flex; align-items: center; justify-content: center; width: 240px; height: 54px; font-size: 18px; color: #fff; background: var(--co01); border-radius:6px;}

.sub0701_wrap .con02 .box_wrap{display: flex;gap:30px;}
.sub0701_wrap .con02 .box_wrap .box{width: calc((100% - 30px) / 2);}
.sub0701_wrap .con02 .box_wrap .box .box01{padding: 30px 40px; background: #f5f5f5; border-radius:12px;}
.sub0701_wrap .con02 .box_wrap .box .box01 .icon{display: flex;align-items: center;gap:10px;}
.sub0701_wrap .con02 .box_wrap .box .box01 .icon p{font-size: 24px; color: #222; font-weight: 700;}
.sub0701_wrap .con02 .box_wrap .box .box01 .icon span{font-size: 18px; color: #666;}
.sub0701_wrap .con02 .box_wrap .box .box01 strong{display: block;font-size: 30px; color: var(--co01);margin-top: 20px; font-weight: 700;}

.sub0701_wrap .con02 .box_wrap .box .box02{display: flex;align-items: center;padding: 30px 0;background: #f5f5f5; border-radius:12px;}
.sub0701_wrap .con02 .box_wrap .box .box02 .icon{width: 50%;}
.sub0701_wrap .con02 .box_wrap .box .box02 .icon:first-child{border-right: 1px solid #ddd;}
.sub0701_wrap .con02 .box_wrap .box .box02 a{display: flex;flex-direction: column;align-items: center;justify-content: center;gap:15px;}
.sub0701_wrap .con02 .box_wrap .box .box02 p{font-size: 18px; color: #222;text-align: center;}

.sub0701_wrap .con03 img{width: 100%; border-radius:30px;}

/* sub0801 */
.sub0801_wrap{line-height: 1;}
.sub0801_wrap .con01 .txt{margin-bottom: 25px;}
.sub0801_wrap .con01 .txt p{font-size: 18px; color: #666; line-height: 32px;}
.sub0801_wrap .con01 .a_wrap{display: flex;gap:10px;}
.sub0801_wrap .con01 a.n_btn{display: flex; align-items: center; justify-content: center; gap:10px; width: 240px; height: 54px; font-size: 18px; color: #fff; background: #25b604; border-radius:6px;}
.sub0801_wrap .con01 a.old_btn{display: flex; align-items: center; justify-content: center; width: 240px; height: 54px; border-radius: 6px; font-size: 18px; color: #fff; background: var(--co02);}

.sub0801_wrap .con02{margin-top: 100px;}
.sub0801_wrap .con02 ul{margin-bottom: 30px;}
.sub0801_wrap .con02 ul li{position: relative;padding-left: 22px; font-size: 18px; color: #666; }
.sub0801_wrap .con02 ul li:not(:last-child){margin-bottom: 12px;}
.sub0801_wrap .con02 ul li::after{content:'';position: absolute; left: 0; top: 6px;width: 6px; height: 6px; background: #ddd; border-radius:50%;}
.sub0801_wrap .con02 .box_wrap{display: flex;gap:10px; flex-wrap:wrap;}
.sub0801_wrap .con02 .box_wrap .box{width: calc((100% - 50px) / 6);}
.sub0801_wrap .con02 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.sub0801_wrap .con02 .box_wrap .box .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;}


/* sub0901 */
.sub0901_wrap table.tbl01 .col01{width: 200px;}
.sub0901_wrap table.tbl01 .col02{width: calc((100% - 200px) / 3);}
.sub0901_wrap table.tbl01 .col03{width: calc((100% - 200px) / 3);}
.sub0901_wrap table.tbl01 .col04{width: calc((100% - 200px) / 3);}
.sub0901_wrap table.tbl01 td a{display: flex;align-items: center; justify-content: center;font-size: 16px;color: #666;width: 110px; height: 34px; border-radius: 6px; margin: 0 auto; border:1px solid #ddd;}

/* sub0901_login */
.sub0901_login{line-height: 1;}
.sub0901_login .tit{position: relative;padding: 30px 0; margin-bottom: 40px; border-bottom: 1px solid #ddd;}
.sub0901_login .tit::after{content:'';position: absolute; bottom: -2px; left: 50%; transform:translateX(-50%);width: 60px; height: 3px; background: var(--co01);}
.sub0901_login .tit p{font-size: 30px; color: #333; font-weight: 700;text-align: center;}
.sub0901_login .log_wrap{width: 530px;margin: 0 auto;}
.sub0901_login .log_wrap .input{display: flex;align-items: center;}
.sub0901_login .log_wrap .input:not(:last-child){margin-bottom: 15px;}
.sub0901_login .log_wrap .input p{font-size: 18px; color: #222; font-weight: 700;width: 90px;}
.sub0901_login .log_wrap .input input[type="text"]{width: calc(100% - 90px); height: 48px; border:1px solid #ddd; border-radius: 6px;font-size: 15px; color: #666;padding: 0px 20px;}
.sub0901_login .log_wrap .input input[type="text"]:focus{outline:0;}
.sub0901_login .log_btn{display: flex;align-items: center; justify-content: center;width: 530px; height: 60px;margin: 30px auto 0; font-size: 17px; color: #fff; font-weight: 700; border-radius:30px; background: var(--co01);}

.main_notice_no_data{text-align:center; line-height:525px; font-size:16px;}
.main_calendar_no_data{text-align:center; line-height:525px; font-size:16px;}