/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
 }
/* Common **********************************************************************/ 
html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
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: 'Noto Sans KR'; 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;}

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

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


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

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

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


/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: flex; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:50%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:47.27%;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}


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

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

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

#header{position: relative;line-height: 1;z-index: 5000;}
#header .inner{display: flex;width: 1800px;align-items:center; justify-content: space-between;height: 120px;}

#header .right_box{display: flex;gap:30px;align-items:center;}
#header .right_box .login_box{display: flex;gap:20px;}
#header .right_box .login_box a{color: #888;font-size: 15px;}
#header .right_box .lang_box{display: flex;gap:20px;align-items:center;justify-content: center;width: 180px;height: 50px;background: #50ff00;}
#header .right_box .lang_box a{font-size: 15px;color: #222;}
#header .right_box .lang_box a.on{color: #007fff;}
#header .right_box {display: none;}
#header .btn_box{display: none;}

/* gnb */
#nav{position: relative; margin-right: 300px;}
#nav .main_menu{display:flex;align-items: center;}
#nav .main_menu > li{position:relative;height: 100%;}
/* #nav .main_menu > li > a{display: block;width: 160px;text-align: center;font-size:17px;color:#222;height: 100%;font-weight:400;position:relative;line-height: 120px;} */
#nav .main_menu > li > a {display: flex;width: 180px;text-align: center;font-size:17px;color:#222;height: 120px;font-weight:400;position:relative;line-height: 1;align-items: center;justify-content: center; flex-direction: column; gap: 12px;}
#nav .main_menu > li > a i {font-style: normal; font-size: 15px; color: #555;}
#nav .main_menu > li.on > a{background: #50ff00;}
#nav .main_menu > li > a span{width:20px;height:2px;background:#007fff;position:absolute;bottom:0px;left:50%;transform: translate(-50%, 0);opacity:0;z-index: 1200;}
#nav .main_menu > li.on span{opacity:1;}

#nav .main_menu li ul{position:absolute;width:100%; padding:30px 0; background-color:#50ff00;top:100%;z-index:1000;left: 50%;transform: translate(-50%, 0); display:none;}
#nav .main_menu .on ul{display:block;}
#nav .main_menu li ul li{margin-bottom:30px;text-align:center;}
#nav .main_menu li ul li:last-child { margin-bottom:0;}
#nav .main_menu li ul li a{color:#666;font-size:15px;width:100%;transition:.2s;line-height: 1.4;}
#nav .main_menu li ul li a:hover{color: #222;}



.navigation{display: none;}

#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .inner{position: absolute;top: 50%;left: 50%;transform:translate(-50% , -50%); display: flex; justify-content: space-evenly; align-items: center; }
/* #visual_wrap .inner .img_box{position: relative;margin-bottom: 95px;}
#visual_wrap .inner .img_box:after{content:'';position: absolute;left: 0;bottom: -58px;width: 100px;height: 3px;background: #fff;opacity: .7;} */
/* #visual_wrap .inner .txt_box{display: flex;align-items:center; justify-content: space-between;} */
#visual_wrap .inner .txt_box .txt01 p{font-size: 17px;color: #fff;line-height: 28px;margin-bottom: 28px;}
#visual_wrap .inner .txt_box .txt01 span{font-size: 12px;color: #fff;font-weight: 300;}
#visual_wrap .inner .txt_box ul{display: flex;gap:10px;}
#visual_wrap .inner .txt_box ul li a{display: flex;justify-content:center;align-items:center;width: 120px;height: 120px;border-radius:50%;background: #fff;color: #007fff;font-size: 20px;font-weight: 700;text-align: center;}

/* 공통 */
.main_tit{display: flex;align-items:center; justify-content: space-between;line-height: 1;margin-bottom: 60px;}
.main_tit h2{font-size: 40px;color: #222;font-weight: 700;}
.main_tit h2 span{color: #007fff;}

.main_list01{border-top: 2px solid #222;}
.main_list01 li{border-bottom: 1px dashed #ddd;}
.main_list01 li a{display: flex;height: 51px; padding: 0 10px;justify-content: space-between;align-items:center;}

#section01{line-height: 1;padding: 90px 0;background: #f1f8ff;}
#section01 .main_tit{margin-bottom: 55px;}
#section01 .inner{display: flex;gap:40px;}
#section01 .con{width: calc((100% - 40px)/2);}
#section01 .con01 .box{display: flex; gap:20px; /* justify-content: space-between; */}
#section01 .con01 .box a{display: flex;gap:0 10px;padding: 30px 20px 20px 20px;width: calc((100% - 20px)/2);;height: 272px;background: #50ff00;flex-direction: column; justify-content: space-between;}
#section01 .con01 .box a p{color: #007fff;font-size: 24px;font-weight: 700;}
#section01 .con01 .box a .txt01{display: flex;align-items:flex-end;gap:7px;}
#section01 .con01 .box a .txt01 span{font-size: 15px;font-weight: 300;color: #007fff;line-height: 20px;}
#section01 .con01 .box a .txt01 img{position: relative;top: -5px;}
#section01 .con01 .box a:nth-child(2) {background:#007fff;}
#section01 .con01 .box a:nth-child(2) p {color:#50ff00;}
#section01 .con01 .box a:nth-child(2) .txt01 span {color:#50ff00;}

#section01 .con02 .main_list01 li a p{font-size: 16px;color: #555;width: calc(100% - 110px);white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }
#section01 .con02 .main_list01 li a span{font-size: 15px;color: #999;}


#section02{line-height: 1;padding-bottom: 80px;background: #f1f8ff;}
#section02 .inner{position: relative;}
#section02 .slick-list { width:calc(100% + 20px);}
#section02 .slide01_pc li{width: 335px;margin-right: 20px;}
#section02 ul li a .img_box{position:relative; width:100%; padding-bottom:59.701%;margin-bottom: 20px;}
#section02 ul li a .img_box img{position:absolute; left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#section02 ul li a .txt p{font-size: 16px;color: #222;margin-bottom: 15px;white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }
#section02 ul li a .txt span{font-size: 15px;font-weight: 300;color: #666;}
#section02 .slide01_tab{display: none;}
#section02 .slide01_mob{display: none;}
#section02 .prev01_pc{position: absolute;top: 60%;transform:translateY(-50%);left: -70px;}
#section02 .next01_pc{position: absolute;top: 60%;transform:translateY(-50%);right: -70px;}


#section03{line-height: 1;padding: 90px 0 80px;}
#section03 .inner{display: flex;gap:40px;}
#section03 .con{width: calc((100% - 40px)/2);}
#section03 .con01 .main_list01 a .txt01{display: flex;gap:20px;width: calc(100% - 90px);align-items:center;}
#section03 .con01 .main_list01 a .txt01 p{width: calc(100% - 50px);font-size: 16px;color: #555;white-space: nowrap; overflow:hidden;text-overflow: ellipsis; }

#section03 .con02 .box01{margin-bottom: 40px;}
#section03 .con02 .box01 ul{padding: 5px 20px;background: #ebebeb;}
#section03 .con02 .box01 ul li{display: flex;padding: 15px 0;border-bottom: 1px dashed #fff;align-items:center;}
#section03 .con02 .box01 ul li .img_box{display: flex;gap:5px;align-items:center;width: 167px;}
#section03 .con02 .box01 ul li .img_box span{color: #777;font-weight: 700;font-size: 14px;}
#section03 .con02 .box01 ul li p{font-size: 14px;color: #999;line-height: 21px;}
#section03 .con02 .box02{display: flex;}
#section03 .con02 .box02 ul{display: flex;width: 320px;}
#section03 .con02 .box02 ul li{width: 50%;}
#section03 .con02 .box02 ul li a{display: block;position: relative;height: 216px;background: #50ff00;}
#section03 .con02 .box02 ul li:nth-child(2) a{background: #007fff;}
#section03 .con02 .box02 ul li a .txt{position: absolute;top: 20px;left: 20px;}
#section03 .con02 .box02 ul li a .txt span{font-size: 15px;font-weight: 700;color: #007fff;}
#section03 .con02 .box02 ul li a .txt p{margin-top: 8px;font-size: 24px;font-weight: 700;color: #007fff;}
#section03 .con02 .box02 ul li a .ico_box{position: absolute;right: 20px;bottom: 20px;}
#section03 .con02 .box02 ul li:nth-child(2) a .txt span{color: #50ff00;}
#section03 .con02 .box02 ul li:nth-child(2) a .txt p{color: #50ff00;}
#section03 .con02 .box02 .txt_box{width: calc(100% - 320px);height: 216px;background: #8f8f8f;padding: 30px 20px;color: #fff;font-weight: 400;font-size: 16px;}
#section03 .con02 .box02 .txt_box strong{display: block;font-size: 18px;margin-bottom: 10px;font-weight: 400;}
#section03 .con02 .box02 .txt_box p{line-height: 25px;margin-bottom: 30px;}
#section03 .con02 .box02 .txt_box .txt01{display: flex;}
#section03 .con02 .box02 .txt_box .txt01:nth-child(3){margin-bottom: 15px;}
#section03 .con02 .box02 .txt_box .txt01 span{display: block;width: 80px;}


#section04{padding: 50px 0;background: #f8f8f8;}
#section04 .inner{position: relative;}
#section04 .slick-list { width:calc(100% + 40px);}
#section04 .slide02 li{width: 249px;margin-right: 40px;}
#section04 .slide02 li a{display: block;position:relative; width:100%; padding-bottom:40.161%;}
#section04 .slide02 li a img{position:absolute; left:0; right:0;  top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%}
#section04 .prev02{position: absolute;left: -56px;top: 50%;transform:translateY(-50%);}
#section04 .next02{position: absolute;right: -56px;top: 50%;transform:translateY(-50%);}


#footer{line-height: 1;padding: 50px 0 60px;background: #222;}
#footer .inner{display: flex;gap:70px;width: 1800px;}
#footer address{padding-top: 10px;}
#footer address ul{display: flex;gap:40px;margin-bottom: 20px;}
#footer address ul li a{position: relative;font-size: 16px;color: #fff;}
#footer address ul li a:after{content:'';position: absolute;right: -20px;top: 5px;width: 2px;height: 15px;background: #fff;opacity: .5;}
#footer address ul li:last-child  a:after{display: none;}
#footer address p{line-height: 32px;font-size: 13px;color: #999;margin-bottom: 17px;}
#footer address p span{display: inline-block;margin: 0 20px;width: 2px;height: 10px;background: #999;}


/* sub */

#sub_visual_wrap { position:relative;}
#sub_visual_wrap .txt_wrap { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); text-align:center; line-height:1;}
#sub_visual_wrap .txt_wrap h2 { margin-bottom:35px; font-size:40px; color:#fff; font-weight:600;}
#sub_visual_wrap .txt_wrap .sub_list { display:flex;align-items:center;gap:80px;justify-content: center;}
#sub_visual_wrap .txt_wrap .sub_list li { position:relative;font-size:17px; color:#fff; font-weight:300;}
#sub_visual_wrap .txt_wrap .sub_list li::before { content:''; position:absolute; right:-46px; top:4px; width:8px; height:12px; background:url(/images/sub/sub_ico01_pc.png) left center no-repeat;}
#sub_visual_wrap .txt_wrap .sub_list li:last-child::before{display: none;}

/* tab_menu */
.tab_menu {position: relative;display: block; width:100%; height:72px;background: linear-gradient(to right, #007fff 30%, #FFF 70%);border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.tab_menu .inner{position:relative; display: flex; height:70px;background:#fff;}
.tab_menu .on .arrow02{background: url(/images/sub/sub_ico05_pc.png)center no-repeat;}
.tab_menu .home{display: block;width: 80px; height: 70px; background: url(/images/sub/sub_ico02_pc.png)center no-repeat #007fff;}
.tab_menu .menu {display: flex;width: calc(100% - 80px); height:100%;}
.tab_menu .menu > li{position:relative; min-width:300px; height:100%; background:url("/images/sub/sub_ico03_pc.png") center right 30px no-repeat; background-size:15px auto;}
.tab_menu .menu > li.on {background:url("/images/sub/sub_ico04_pc.png") center right 30px no-repeat; background-size:15px auto;}
.tab_menu .menu > li > a {display:flex; align-items:center;padding: 0 40px 0 30px; width:100%; height:100%; font-size: 17px; color:#222; font-weight: 500; text-indent:0;border-right:1px solid #ddd ;}
.tab_menu .menu > li ul {display:none; position:absolute;width:100%; top:100%; left:0; background-color:#fff;z-index:100;box-shadow:3px 3px 15px 0px rgba(0,0,0,.1);}
.tab_menu .menu > li ul li a {display:flex;align-items: center;transition:.2s;height: 55px;font-size:17px; color:#777; line-height:1.3; font-weight: 500;padding:0 30px;border: 1px solid transparent;word-break:keep-all;}
.tab_menu .menu > li ul li.on a{border: 1px solid #92ff92;color: #222;}
.tab_menu .menu > li ul li:hover a{border: 1px solid #92ff92;color: #222;}


/* depth03 */
.depth03_box{margin-bottom: 80px;}
.depth03_box .inner .depth03{display: flex;gap:20px;justify-content: center;}
.depth03_box h4 a{display: block;width: 200px;height: 50px;border: 1px solid #999;text-align: center;line-height: 48px;color: #666;font-size: 17px;}
.depth03_box h4.on a{background: #50ff00;border: 1px solid #50ff00;color: #333;}

#sub_contents{padding: 100px 0;}
#sub_contents .contop h3{font-weight: 700;font-size: 50px;line-height: 1;margin-bottom: 80px;text-align: center;color: #222;}
#sub_contents.inner_none > .inner{width: 100%;}

/* sub 공통 */
.h5_tit_span {font-size:17px;color:#888;font-weight:500;}
h5.h5_tit {font-size:40px;font-weight:700;color:#222;}
h6.h6_tit {position:relative;padding-right:40px;font-size:30px;color:#222;}
h6.h6_tit:before {position:absolute;right:0;top:50%;transform:translateY(-50%);content:'';width:calc(100% - 400px);height:1px;background:#222;}

/* sub0101 */
.sub0101_wrap .con {margin-top:100px;}
.sub0101_wrap .con:first-child {margin-top:0;}
.sub0101_wrap .con .con_wrap {display:flex;gap:90px;background:url(/images/sub/sub0101_bg.png)no-repeat left bottom;}
.sub0101_wrap .con .con_wrap .img_wrap {position:relative;}
.sub0101_wrap .con .con_wrap .img_wrap:before {position:absolute;left:20px;top:20px;content:'';background:url(/images/sub/sub0101_img_bg.png)no-repeat center;width:420px;height:572px;z-index:-1;}
.sub0101_wrap .con .con_wrap .img_wrap > img {box-shadow:4px 4px 10px rgba(0,0,0,0.05);border-radius:5px;}
.sub0101_wrap .con .con_wrap .txt_wrap .p_tit {position:relative;padding-left:60px;font-size:40px;font-weight:600;color:#222;}
.sub0101_wrap .con .con_wrap .txt_wrap .p_tit:before {position:absolute;left:0;top:0;content:'';background:url(/images/sub/sub0101_icon.png)no-repeat center;width:40px;height:32px;}
.sub0101_wrap .con .con_wrap .txt_wrap .p_tit > span {color:#007fff;}
.sub0101_wrap .con .con_wrap .txt_wrap .p_wrap {margin:40px 0 60px;}
.sub0101_wrap .con .con_wrap .txt_wrap .p_wrap > p {font-size:17px;color:#333;margin-top:30px;font-weight:400;}
.sub0101_wrap .con .con_wrap .txt_wrap .p_sign {text-align:right;font-size:17px;color:#222;font-weight:500;}

.sub0101_wrap .con .img_box {margin-top:40px;}
.sub0101_wrap .con .img_box > img {width:100%;}

/* sub0102 */
.sub0102_wrap .con {margin-top:100px;}
.sub0102_wrap .con:first-child {margin-top:0;}
.sub0102_wrap .con:nth-child(2) {border-bottom:1px solid #ddd;padding-bottom:100px;}
.sub0102_wrap .con p {word-break:keep-all;}
.sub0102_wrap .con .h6_tit01 {font-size:30px;color:#222;}
.sub0102_wrap .con .p_sub {font-size:17px;color:#555;padding-top:60px;}
.sub0102_wrap .con .p_sub01 {padding-top: 30px;}
.sub0102_wrap .con .box_wrap {margin-top:40px;display:flex;gap:40px;}
.sub0102_wrap .con .box_wrap .boxcon {width:calc(100% - 20px);border:1px solid #222;border-radius:10px;padding:40px;}
.sub0102_wrap .con .box_wrap .boxcon .p_tit {font-size:20px;color:#222;font-weight:600;}
.sub0102_wrap .con .box_wrap .boxcon .p_txt {font-size:17px;color:#555;padding-top:15px;}
.sub0102_wrap .con .box_wrap .boxcon .e_box {margin-top: 30px;}

.sub0102_wrap .con .con_top {background:url(/images/sub/sub0102_bg.jpg)no-repeat center right;height:340px;display:flex;align-items: center;padding-left:80px; padding-left: 50px; flex-direction: column; gap: 20px; justify-content: center;}
.sub0102_wrap .con .con_top > p {font-size:25px;color:#fff;}
.sub0102_wrap .con .con_top > p > span {position:relative;z-index:2;}
.sub0102_wrap .con .con_top > p > span:before {position:absolute;left:-5px;top:3px;content:'';width:calc(100% + 10px);height:34px;background:rgba(255,255,255,0.2);z-index:1;}

.sub0102_wrap .con .con_wrap {margin-top:60px;display:flex;}
.sub0102_wrap .con .con_wrap > h5 {width:290px;}
.sub0102_wrap .con .con_wrap .p_wrap {width:calc(100% - 290px);}
.sub0102_wrap .con .con_wrap .p_wrap > p {font-size:17px;color:#555;padding-top:40px;}
.sub0102_wrap .con .con_wrap .p_wrap > p:first-child {padding-top:0;}
.sub0102_wrap .con .con_wrap .p_wrap > p > span {color:#007fff;}

.sub0102_wrap .con .con_box {margin-top:60px;display:flex;flex-wrap:wrap;gap:80px 40px;}
.sub0102_wrap .con .con_box02 {gap:40px 20px;}
.sub0102_wrap .con .con_box03 {gap:10px;}

.sub0102_wrap .con .con_box .p_tit {font-size:20px;color:#222;font-weight:600;padding-bottom:20px;}
.sub0102_wrap .con .con_box .p_tit em {font-weight: 600; font-size: 18px; margin-left: 10px;}
.sub0102_wrap .con .con_box .p_txt {font-size:15px;color:#444;}
.sub0102_wrap .con .con_box .box01 {width:calc(50% - 20px);display:flex;height:200px;border-top:2px solid #007fff;}
.sub0102_wrap .con .con_box .box01 .tit_box {position:relative;width:200px;background:#007fff;display:flex;justify-content:center;align-items:center;border-radius:0 0 20px 0;}
.sub0102_wrap .con .con_box .box01 .tit_box > span {position:absolute;left:-20px;top:-30px;font-size:80px;color:rgba(255,255,255,0.2);font-weight:900;}
.sub0102_wrap .con .con_box .box01 .tit_box > p {position:relative;padding-top:10px;font-size:26px;color:#50ff00;font-weight:600;}
.sub0102_wrap .con .con_box .box01 .tit_box > p:before {position:absolute;left:50%;top:0;transform:translateX(-50%);content:'';width:20px;height:2px;background:#50ff00;}
.sub0102_wrap .con .con_box .box01 .txt_box {width: calc(100% - 200px); padding: 35px 40px;}
.sub0102_wrap .con .con_box .box02 {position:relative;width:calc(33% - 10px);background:#f5f5f5;padding:60px 40px 40px;border-radius:0 0 20px 0;}
.sub0102_wrap .con .con_box .box02 .num {position:absolute;left:20px;top:-20px;background:#50ff00;width:50px;height:50px;font-size:20px;font-weight:600;color:#007fff;border-radius:50%;display:flex;justify-content:center;align-items:center;}
.sub0102_wrap .con .con_box .box03 {position:relative;padding-left:20px;width:100%;display:flex;align-items:center;border:1px solid #ddd;border-radius:50px; gap: 40px; height: auto; padding: 15px 20px;}
.sub0102_wrap .con .con_box .box03 .num {position:absolute;left:5px;top:5px;content:'';width:120px;height:50px;background:#50ff00;border-radius:50px;font-size:20px;color:#007fff;font-weight:600;display:flex;justify-content:center;align-items:center;}
.sub0102_wrap .con .con_box .box03:nth-child(even) .num {background:#007fff;color:#50ff00;}
.sub0102_wrap .con .con_box .box03 em {font-size: 17px; color: #444; position: relative; word-break:keep-all;}
.sub0102_wrap .con .con_box .box03:nth-child(4) em  { width: calc(100% - 680px);}
.sub0102_wrap .con .con_box .box03 em::before {position: absolute; content:""; background: #ccc; width: 2px; height: 20px; left:-20px; top: 50%; transform: translateY(-50%); }
.sub0102_wrap .con .con_box01 .p_txt:last-child {margin-top: 10px;}
.sub0102_wrap .con .con_box .box02 .p_txt:last-child {margin-top: 20px;}


/* sub0103 */
.sub0103_wrap .con .con_wrap .conbox {padding:30px 0;display:flex;align-items: flex-start;gap:150px;border-top:2px solid #007fff;margin-bottom:80px;}
.sub0103_wrap .con .con_wrap .conbox:last-child {margin-bottom:0;}
.sub0103_wrap .con .con_wrap .conbox h6 {position:relative;font-size:40px;color:#007fff;}
.sub0103_wrap .con .con_wrap .conbox h6:before {position:absolute;left:0;bottom:0;content:'';width:100%;height:25px;background:#50ff00;z-index:-1;}
.sub0103_wrap .con .con_wrap .conbox h6.e_tit {font-size: 28px; text-align: center; margin-top: 5px;}
.sub0103_wrap .con .con_wrap .conbox h6.e_tit:before {position:absolute;left:0;bottom:0;content:'';width:100%;height:20px;background:#50ff00;z-index:-1;}
.sub0103_wrap .con .con_wrap .conbox .box_wrap {width: calc(100% - 380px);}
.sub0103_wrap .con .con_wrap .conbox .ul_box {margin-top:30px;}
.sub0103_wrap .con .con_wrap .conbox .ul_box > li {position:relative;padding-left:100px;font-size:17px;color:#222;font-weight:500;margin-bottom:10px; word-break:keep-all;}
.sub0103_wrap .con .con_wrap .conbox .ul_box > li:last-child {margin-bottom:0;}
.sub0103_wrap .con .con_wrap .conbox .ul_box > li span {position:absolute;left:0;color:#666;font-weight:400;}

/* sub0104 */
.rules_wrap > ul > li {opacity:0; word-break:keep-all;}
.rules_wrap.on > ul > li {opacity:1;}
.rules{width:100%; margin-bottom:10px;  }
.rules:last-child {margin-bottom:0;}
.rules .ptit {width:100%; height:70px; line-height:70px; background:#fff url(/images/sub/rule_btn.png) no-repeat 98% 27px; background-size:20px; cursor:pointer;  border:1px solid #ebebeb; overflow:hidden;}
.rules .ptit.on {background:#007fff url(/images/sub/rule_btn02.png) no-repeat 98% 27px; background-size:20px;}
.rules .ptit.on span {color:#50ff00;}
.rules .ptit.on p {color:#50ff00;}
.rules .ptit span {float:left; display:block;   color:#999; font-size:15px; line-height:70px; font-weight:500;  margin-left:30px; }
.rules .ptit p {float:left; font-size:18px; font-weight:normal; color:#222 ;padding-left:20px; }
.rules .ptxt {display:none; background:#f9f9f9;  overflow:hidden; width:100%; padding:25px 30px; border:1px solid #007fff;border-top:none;}
.rules .ptxt .guide_type1 li span	{color:#007fff; display:block; margin-top:10px; margin-bottom:5px;}

.guide_type1 > li{margin-bottom:10px;  font-size:15px; color:#444;}
.guide_type1 > li:last-child {margin-bottom:0;}
.guide_type2{padding-left:10px; margin-top:5px; margin-bottom:10px;}
.guide_type2 > li{margin-bottom:3px;  font-size:15px; color:#777;}
.guide_type2 > li:last-child {margin-bottom:0;}

/* sub0105 */
.sub0105_wrap .con .txt_box {display:flex;justify-content: flex-end;}
.sub0105_wrap .con .box_wrap {width:900px;padding:60px;background:#007fff;margin-top:-120px;}
.sub0105_wrap .con .box_wrap .txt_wrap p {font-size:24px;color:#50ff00;font-weight:600;}
.sub0105_wrap .con .box_wrap .txt_wrap p span {font-size:17px;font-weight:400;}
.sub0105_wrap .con .box_wrap .txt_wrap > p:first-child {padding:30px 0 10px 0;}
.sub0105_wrap .con .box_wrap .txt_wrap .p_wrap {display:flex;align-items: center;gap:60px;}

/* sub0201 */
.sub0201_wrap .con .img_wrap > img {width:100%;}

/* sub0501 */
.sub0501_wrap .con {margin-top:100px;}
.sub0501_wrap .con:first-child {margin-top:0;}
.sub0501_wrap .con .p_txt,.sub0501_wrap .con .ul_txt li {position:relative;padding-left:20px;word-break:keep-all;}
.sub0501_wrap .con .p_txt span,.sub0501_wrap .con .ul_txt li span {position:absolute;left:0;}
.sub0501_wrap .con .h5_tit {margin-bottom:60px;}
.sub0501_wrap .con .p_wrap {margin-bottom:60px;}
.sub0501_wrap .con .p_wrap:last-child {margin-bottom:0;}
.sub0501_wrap .con .p_tit {font-size:24px;color:#007fff;font-weight:600;padding-bottom:20px;}
.sub0501_wrap .con .p_txt, .sub0501_wrap .con .p_txt01 {font-size:17px;color:#222;}
.sub0501_wrap .con .ul_txt {padding:20px;}
.sub0501_wrap .con .ul_txt > li {font-size:17px;color:#555;}
.sub0501_wrap .con .box {display:flex;background:#f5f5f5;}
.sub0501_wrap .con .box .tit {position:relative;font-size:17px;color:#007fff;font-weight:600;padding:60px 40px 40px 60px;background:#50ff00;border-radius:0 0 20px 0;}
.sub0501_wrap .con .box .tit:before {position:absolute;left:40px;top:40px;content:'';width:14px;height:14px;background:#007fff;}
.sub0501_wrap .con .box .tit span {font-size:20px;}
.sub0501_wrap .con .box .txt {padding:40px;}
.sub0501_wrap .con .box .txt > li {display:flex;padding-top:10px;}
.sub0501_wrap .con .box .txt > li:first-child {padding-top:0;}
.sub0501_wrap .con .box .txt > li .p01 {font-size:17px;color:#222;font-weight:600;width:140px;}
.sub0501_wrap .con .box .txt > li .p02 {position:relative;padding-left:40px;font-size:17px;color:#666;}
.sub0501_wrap .con .box .txt > li .p02:before {position:absolute;left:0;top:10px;content:'';width:1px;height:12px;background:#999;}
.sub0501_wrap .con .box02 {display:flex;background:#007fff;padding:20px 40px;margin-top:20px;}
.sub0501_wrap .con .box02 .p03 {font-size:20px;color:#50ff00;font-weight:600;width:230px;}
.sub0501_wrap .con .box02 .p04 {position:relative;padding-left:40px;font-size:17px;color:#fff;}
.sub0501_wrap .con .box02 .p04:before {position:absolute;left:0;top:10px;content:'';width:1px;height:12px;background:#fff;}

.sub0501_wrap ul.down_btn {display: flex; gap: 15px; margin-top: 100px;}
.sub0501_wrap ul.down_btn li a {height: 46px; background: #007fff; color: #fff; font-size: 17px; font-weight: 500; width: 370px; display: flex; gap: 15px; justify-content: center; align-items :center; border-radius: 10px;}
.sub0501_wrap .con02 {margin-top :20px;}

/* sub0502 - 회원가입 */ 
.join_wrap{line-height: 1;}
.join_wrap .box{margin-top: 40px;}
.join_wrap .box ul{display: flex; flex-wrap:wrap;width: 100%; /* border:1px solid #c1c1c1;  */border-top: 1px solid #222;}
.join_wrap .box ul li{display: flex;border-bottom:1px solid #c1c1c1;width: 100%;}
.join_wrap .box ul li .input_wrap{display: flex; height: 80px;width: calc(100% / 3);}
.join_wrap .box ul li .input_wrap .input_box{padding: 20px;width: calc(100% - 125px);}
.join_wrap .box ul li .input_wrap .input_box input[type="text"]{border:1px solid #ddd; height: 40px;width: 100%;}
.join_wrap .box ul li .input_wrap p{width: 125px;background: #fafafa;font-size: 16px; color: #222; font-weight: 500;text-align: center; line-height: 78px;border-left: 1px solid #c1c1c1;border-right: 1px solid #c1c1c1;}
.join_wrap .box ul li .input_wrap p em{color: #fe0000;vertical-align: middle;}
.join_wrap .box ul li .input_wrap .input_box b{display: inline-block; font-size: 16px; color: #888; font-weight: 400;}
.join_wrap .box ul li .input_wrap01 .input_box{font-size: 15px; color: #222; font-weight: 400;line-height: 2.4;}
.join_wrap .box ul li .input_wrap02{min-height: 105px;height: auto;}
.join_wrap .box ul li .input_wrap02 p{line-height: 103px;}
.join_wrap .box ul li .input_wrap02 .input_box span{display: block; font-size: 14px; margin-top: 15px; color: #888;	}
.join_wrap .box ul li .input_wrap03{width: calc(100% / 2);}
.join_wrap .box ul li:nth-child(4) .input_wrap03:nth-child(2) .input_box{justify-content: end;}
.join_wrap .box ul li .input_wrap03 .input_box{display: flex; align-items: center;gap: 5px;flex-wrap: wrap;}
.join_wrap .box ul li .input_wrap03 .input_box input[type="text"]{width: calc((100% - 70px) / 3);}
.join_wrap .box ul li:nth-child(4) .input_wrap03 .input_box input[type="text"]{/* width: calc((100% - 32px) / 3); */}
.join_wrap .box ul li:nth-child(4) .input_wrap03:nth-child(2) .input_box input[type="text"]{width: calc((100% - 31px) / 3);}
.join_wrap .box ul li .input_wrap03 .input_box label{font-size: 16px; color: #888; margin-right: 40px;}
.join_wrap .box ul li .input_wrap03 select{width: calc((100% - 200px) / 3); border:1px solid #ddd; height: 40px;font-size: 16px; color: #888;margin-left: 5px;}
.join_wrap .box ul li .input_wrap03 select.mail_sel{width: calc((100% - 55px) / 3); }
.join_wrap .box ul li .input_wrap03 span#join_email_result{font-size: 12px;margin-bottom: 2px;}
.join_wrap .box ul li .input_wrap04{height: auto;width: 100%;flex-wrap: wrap;}
.join_wrap .box ul li .input_wrap04 p{/* line-height: 160px; */}
.join_wrap .box ul li .input_wrap04 .input_box{display: flex;gap: 10px;width: auto;align-items: center;flex-wrap: wrap;}
.join_wrap .box ul li .input_wrap04 .input_box_wrap{width: calc(100% - 125px);height: -webkit-fill-available;}
.join_wrap .box ul li .input_wrap04 .input_box b{width: 120px;}
.join_wrap .box ul li .input_wrap04 .input_box b:nth-of-type(2){width: 40px;}
.join_wrap .box ul li .input_wrap04 .input_box:nth-child(1){border-bottom:1px solid #eee;}
.join_wrap .box ul li .input_wrap04 .input_box:nth-child(1) input[type="text"]:nth-of-type(1){width: calc(100% - 505px);}
.join_wrap .box ul li .input_wrap04 .input_box:nth-child(1) input[type="text"]:nth-of-type(2){width: 315px;}
.join_wrap .box ul li .input_wrap04 .input_box:nth-child(2) input[type="text"]:nth-of-type(1){width: 150px;}
.join_wrap .box ul li .input_wrap04 .input_box:nth-child(2) input[type="text"]:nth-of-type(2){width: calc(100% - 330px);}
.join_wrap .box ul li .input_wrap04 .input_box:nth-child(2) input[type="text"]:nth-of-type(3){width: calc(100% - 250px);margin-left: 130px;}
.join_wrap .box ul li .input_wrap04 button.addr_btn{width: 120px; height: 40px; color: #fff; background: #666;text-align: center;}

.join_wrap .box02{display: flex;flex-direction: column;align-items: end;}
.join_wrap .box02 .add_btn{display: block;margin-top: 10px;width: 120px; height: 40px; text-align: center; color: #fff; line-height: 40px;background: #666;font-size: 16px;}
.join_wrap .box02 ul li .input_wrap{height: auto;width: 100%;}
/* .join_wrap .box02 ul li .input_wrap p{height: 160px;line-height: 158px;} */
.join_wrap .box02 ul li .input_wrap p{height: 350px;line-height: 350px;}
.join_wrap .box02 ul li .input_wrap .con{width: 200px;border-right: 1px solid #c1c1c1;}
.join_wrap .box02 ul li .input_wrap .con:nth-of-type(2){width: 320px;}
.join_wrap .box02 ul li .input_wrap .con:nth-of-type(3){width: 255px;}
.join_wrap .box02 ul li .input_wrap .con:nth-of-type(4){width: 250px;}
.join_wrap .box02 ul li .input_wrap .con:nth-of-type(5){width: 250px;}
.join_wrap .box02 ul li .input_wrap .con p{width: 100%;height: 40px;line-height: 40px;border:none;border-bottom:1px solid #c1c1c1;}
.join_wrap .box02 ul li .input_wrap .input_box{padding: 10px;width: 100%;}
.join_wrap .box02 ul li .input_wrap .input_box:nth-of-type(1){border-bottom: 1px solid #c1c1c1;}
.join_wrap .box02 ul li .input_wrap .input_box:nth-of-type(2){border-bottom: 1px solid #c1c1c1;}
.join_wrap .box02 ul li .input_wrap .input_box:nth-of-type(3){border-bottom: 1px solid #c1c1c1;}
.join_wrap .box02 ul li .input_wrap .input_box:nth-of-type(4){border-bottom: 1px solid #c1c1c1;}
.join_wrap .box02 ul li .input_wrap .input_box input{} 
.join_wrap .box02-2 ul li .input_wrap .con:nth-of-type(2){width: calc(100% - 200px);}

.join_wrap .box03 ul li .input_wrap{width: 100%;height: 100%;}
.join_wrap .box03 ul li:nth-child(2) .input_wrap p{height: auto; }
.join_wrap .box03 ul li .input_wrap .input_box{display: flex;gap:20px 40px; flex-wrap:wrap;width: 100%;align-items: center;}
.join_wrap .box03 .input_box .input_chk label{font-size: 16px; color: #888;vertical-align: bottom;margin-left: 5px;}

.join_wrap .btn_wrap{margin: 60px auto 0px; width: 300px; height: 60px; background: #007fff;}
.join_wrap .btn_wrap a{display: block;line-height: 60px; text-align: center;}
.join_wrap .btn_wrap a input{border:none;background: none;font-size: 17px; font-weight: 500;color: #fff; }

/* sub0601 */
.sub0601_wrap .con .con_wrap {width:100%;height:350px;background:url(/images/sub/sub0601_img.jpg)no-repeat center;}
.sub0601_wrap .con .con_wrap .txt_wrap {display:flex;justify-content: flex-end;}
.sub0601_wrap .con .con_wrap .txt_wrap .txt_box {background:url(/images/sub/sub0601_logo.png)no-repeat right 60px bottom 60px #50ff00;width:500px;height:350px;padding:60px;border-radius:50px 0 0 0 ;}
.sub0601_wrap .con .con_wrap .txt_wrap .txt_box > p {position:relative;padding-top:20px;font-size:17px;color:#007fff;}
.sub0601_wrap .con .con_wrap .txt_wrap .txt_box > p:before {position:absolute;left:0;top:0;content:'';width:30px;height:2px;background:#007fff;}
.sub0601_wrap .con .con_wrap .txt_wrap .txt_box > p > span {font-size:24px;font-weight:600;}

/* sub0701 */
.sub0701_wrap .con01 ul{padding: 5px 20px;background: #ebebeb;}
.sub0701_wrap .con01 ul li{display: flex;padding: 15px 0;border-bottom: 1px dashed #fff;align-items:center;}
.sub0701_wrap .con01 ul li .img_box{display: flex;gap:20px;align-items:center;width: 240px;}
.sub0701_wrap .con01 ul li .img_box span{color: #777;font-weight: 700;font-size: 16px;}
.sub0701_wrap .con01 ul li p{width:calc(100% - 260px); font-size: 16px;color: #999;line-height: 21px;}
.sub0701_wrap .con01 ul li p br{display:none;}

/* e_wrap 영문 공통*/
.e_wrap {margin-top: 120px;}
.e_wrap .tit_top h3 {font-weight: 700;font-size: 50px;line-height: 1;margin-bottom: 80px;text-align: center;color: #222;}
.mt0 {margin-top: 0 !important;}