@charset "utf-8";
@import url('layout_base.css');
/* @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); */
@font-face {
    font-family: 'nanumsquare-b';
    src: url('font/nanumsquareb-webfont.woff2') format('woff2'),
         url('font/nanumsquareb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-eb';
    src: url('font/nanumsquareeb-webfont.woff2') format('woff2'),
         url('font/nanumsquareeb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-l';
    src: url('font/nanumsquarel-webfont.woff2') format('woff2'),
         url('font/nanumsquarel-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-r';
    src: url('font/nanumsquarer-webfont.woff2') format('woff2'),
         url('font/nanumsquarer-webfont.woff') format('woff');
    font-style: normal;
}


/* 초기화 */
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,label {margin:0; padding:0; outline:none; border:none; word-break:keep-all; -webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {display:block;}
dl,ul,ol,menu,li,dt,dd {list-style:none; border:none; }
body,div,p,li,a,th,td,input,label,select,textarea,button {font-family: 'nanumsquare-r', sans-serif; color:#3c3c3c;}
input,select,textarea,button {vertical-align:middle; -webkit-border-radius:0;}
* {box-sizing:border-box;}
h1, h2, h3, h4, h5, h6, dt {font-weight:normal; line-height:1;}
button {border:0 none; background-color:transparent; cursor:pointer;}
label {vertical-align:middle; }
img {vertical-align:top; border:0;}
a {text-decoration:none;}
b, strong {font-weight:600;}
address,em {font-style:normal; font-weight:normal;}
table {table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%;}
caption {overflow:hidden; height:0px; font-size:0px; line-height:0px;}
hr {display:none;}
html {background-color: #fffffc;}

/* 건너뛰기 링크(접근성) */
.skipnavi {position:absolute; left:0; top:-50px; text-indent:-9999px; font-size:0; width:100%; z-index:999; }
.skipnavi li a:focus,
.skipnavi li a:active {position:absolute; left:0; top:50px; display:block; width:100%; padding:5px 0; text-align:center; text-indent:0px; font-size:12px; font-weight:500; background:#f2f2f2;}
.hdd, legend {font-size:0; width:0; height:0; line-height:0; text-indent:-9999px; overflow:hidden; position:absolute; left:0; top:0;}

/* 인풋, 셀렉트 */
input[type="text"], 
input[type="password"], 
input[type="tel"], 
input[type="number"], 
input[type="email"] {-webkit-appearance:none; border:1px solid #bfc7d0; height:48px; line-height:48px; font-size:14px; width:100%; text-indent:5px; vertical-align:middle;}
input[type="file"] {width:100%; font-size:14px;}
input[type="file"]::-webkit-file-upload-button {appearance:none; -webkit-appearance:none;-moz-appearance:none; box-sizing:border-box; border:1px solid #bfc7d0;}
input[type="file"]::-ms-value {border:1px solid #bfc7d0; background:#fff;}
input[type="file"]::-ms-browse {border:1px solid #bfc7d0; background:#eee;}

input[type=checkbox].css-checkbox {position:absolute; left:-9999px;}
input[type=checkbox].css-checkbox + label {display:inline-block; padding:4px 0 4px 36px; background:url('../img/checkbox.png') no-repeat 0 0; background-size:24px auto; line-height:1.3;}
input[type=checkbox].css-checkbox:checked + label {background-position:0 -42px;}

input[type=radio].css-radio {position:absolute; left:-9999px;}
input[type=radio].css-radio + label {display:inline-block; padding-left:28px; height:23px; background:url('../img/radio.png') no-repeat 0 0; background-size:23px auto; line-height:1.3; 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	}
input[type=radio].css-radio:checked + label {background-position:0 -178px;}

select {-webkit-appearance: none; -moz-appearance: none; appearance: none; height:30px; padding:0 35px 0 10px; border:1px solid #cfcfcf; background:#fff url(../img/ico_select.png) no-repeat right center; font-size:14px; color:#333;}
select::-ms-expand {display: none;}
select {background:none IE8+9;}

textarea {-webkit-appearance:none; width:100%; padding:5px; border:1px solid #bfc7d0; line-height:23px; resize:none; font-size:14px;}

::-webkit-input-placeholder{color:#888;}
:-ms-input-placeholder {color:#888;}

/* 버튼 */
.btn_wrap, .popbtn_wrap {text-align: center; font-size:0;}
.btn_acc {display: inline-block; width: 280px; height: 60px; line-height: 60px; text-align: center; border: 2px solid #23a638; border-radius: 30px; font-weight: 800; font-size:28px; color:#23a638;}
.btn_acc .ic {display: inline-block; width: 22px; height: 32px; margin-right:22px; background: url(../img/ico_pen.png) no-repeat; vertical-align: text-bottom;}
.btn_login {display: inline-block; width: 100%; height: 48px; line-height: 48px; text-align: center; background: #64b721; font-family:'nanumsquare-eb'; font-size: 20px; color:#fff;}

/* common */
.box_inner {width:960px; margin:0 auto;}
.clear:after {content:''; display: block; clear:both;}

/* header */
.utiltop_wrap {background: #e6f0f8;}
.utiltop_list {text-align: right;}
.utiltop_list li {display: inline-block; margin-left:25px;}
.utiltop_list li a {display: inline-block; height:28px; line-height: 30px; padding-left:16px; background: url(../img/ico_home.png) no-repeat 0 50% / 11px auto; font-family:'nanumsquare-b'; font-size:12px; color:#787878; vertical-align: middle;}
.utiltop_list li + li a {background: url(../img/ico_link.png) no-repeat 0 50% / 12px auto;}
.header_top {margin-top: 38px;}
header h1 {float: left; margin-right:24px;}
header h1 a {display: block; width: 180px; height: 55px; background: url(../img/logo.png) 0 0 / 180px no-repeat; text-indent: -9000px; overflow: hidden;}
.sub_header {float: left; width: 150px; font-family:'nanumsquare-b'; font-size:17px; line-height: 21px; padding-top: 5px;}
.sub_header span {display: block; font-family:'nanumsquare-eb';}
header .util {float: right; margin-top: 7px;}
header .util li {float: left;}
header .util li a {display: block;  padding-left: 56px; margin-left: 40px; font-family:'nanumsquare-b'; font-size:13px; color:#8c96a0; letter-spacing:-1px;}
header .util li a span {display: block; padding-top:5px; font-family:'nanumsquare-eb'; font-size: 16px; color:#3c3c3c;}
header .util li:nth-child(1) a {background: url(../img/ico_phone.png) no-repeat 0 50%;}
header .util li:nth-child(2) a {background: url(../img/ico_talk.png) no-repeat 0 50%;}
header .util li:nth-child(3) a {background: url(../img/ico_tel.png) no-repeat 0 50%;}
nav {position: relative; margin-top: 20px !important;}
nav .gnb {padding-left: 5px; background: #337abc; border-radius:24px;}
nav .gnb li {float: left;}
nav .gnb li a {display: inline-block; padding:0 24px; height: 48px; line-height: 48px; font-size: 17px; color:#fff;}
nav .acc_error {position: absolute; right:26px; top:10px; text-align: right; font-size:14px; color:#fcff31;}
nav .acc_error span {display: block; font-weight: bold; color:#fcff31;}

/* container */
.guide_area {}
.guide_area .intro_txt {text-align: center; margin-top: 69px; font-size:30px; letter-spacing:-1px;}
.guide_area .main_txt {text-align: center; margin-top: 26px; font-weight: 800; font-size:45px; letter-spacing:-1px;}
.guide_area .main_txt span {color: #23a638;}
.guide_area .img_main {display: block; margin:49px auto 0;width: 600px;}
.guide_area .definition_txt {text-align: center; margin-top: 45px;}
.guide_area .definition_txt dt span {display: inline-block; padding:8px 15px; border-radius: 100px; background: #326a9e; font-weight: 500; font-size:21px; color:#ffff6e;}
.guide_area .definition_txt dd {margin-top: 18px; font-weight: normal; font-size: 19px;}
.guide_area .definition_txt dd span {display: block; padding-top:5px; color:#888;}
.guide_area .btn_wrap {margin: 38px auto 0;}

.proc_area {margin-top: 80px; padding:61px 0 80px; background: #f5fbf5;}
.tit_main {position: relative; text-align: center; padding-bottom:20px; font-weight: 800; font-size:32px;}
.tit_main.t_color01 {color: #b8d3ff;}
.tit_main.t_color01 span {background: #6b82a9;}
.tit_main span {display: inline-block; width:24px; height:2px; background: #c2ced7; position: absolute; bottom:0; left:50%; transform:translateX(-30px);}
.tit_main span + span {display: inline-block; width:4px; height:4px; border-radius:2px; background: #c2ced7; position: absolute; bottom:-1px; left:50%; transform:translateX(-50%);}
.tit_main span + span + span {display: inline-block; width:24px; height:2px; background: #c2ced7; position: absolute; bottom:0; left:50%; transform:translateX(6px);}
.proc_list {margin:45px auto 0; box-shadow: 0 5px 20px rgba(10,30,50,0.1); border-radius: 15px;}
.proc_list li {position: relative; float:left; width: 25%; text-align: center; padding-top:170px; height: 280px; border-right:2px solid #f2f5f7;}
.proc_list li:last-child {border-right: none;}
.proc_list li:nth-child(1) {background: #fff url(../img/picto_proc1.png) no-repeat 50% 50px; border-radius: 15px 0 0 15px;}
.proc_list li:nth-child(2) {background: #fff url(../img/picto_proc2.png) no-repeat 50% 46px;}
.proc_list li:nth-child(3) {background: #fff url(../img/picto_proc3.png) no-repeat 50% 47px;}
.proc_list li:nth-child(4) {background: #fff url(../img/picto_proc4.png) no-repeat 50% 25px; border-radius: 0 15px 15px 0;}
.proc_list li:after {content:''; display: inline-block; width: 40px; height: 40px; background: url(../img/ico_proc.png) no-repeat ; position: absolute; left: -20px; top:120px;}
.proc_list li:first-child:after {display: none;}
.proc_list li h3 {font-weight: 800; font-size: 19px; color: #64b721;}
.proc_list li .txt {padding-top:21px; font-size: 15px; letter-spacing: -1px; font-weight: bold; line-height: 20px;}
.caution_area {padding:80px 0 0 0;}
.caution_area .caution_list {padding:45px 0 0 345px; background: url(../img/caution.png) no-repeat 0 50%;}
.caution_area .caution_list li {position: relative; margin-bottom: 20px; padding: 15px; background: #f9f8f4; font-weight: bold; font-size: 17px; border-radius: 10px;}
.caution_area .caution_list li:before {content:''; width:20px; height:10px; background: #f9f8f4; transform: rotate(-25deg) skew(50deg); position: absolute; left: -9px; top: 17px;}
.caution_area .caution_list li:last-child {margin-bottom: 0;}
.caution_area .caution_list li span {color:#23a638;}
.notice_area {padding:61px 0 80px; background: #506382; margin-top: -45px;}
.allmenu {width: 960px; margin: 29px auto 0; text-align: right; margin-bottom: 15px;}
.allmenu a {font-size: 15px; color:#f4f4f4;background-color: #5977a7;padding: 5px 10px;border-radius: 100px;}
.notice_list {width: 960px; margin:0 auto;}
.notice_list li {height: 55px; line-height: 55px; padding-left:15px;  margin-top: -1px; border-top: 1px solid #5f7596; border-bottom: 1px solid #5f7596;}
.notice_list li a {position: relative; display: block; width:100%; padding-right:30px; text-overflow:ellipsis; font-weight: normal; white-space: nowrap; overflow:hidden; font-size: 17px; color: #e7f0ff;}
.notice_list li a:before {content:''; display: inline-block; width: 4px; height: 4px; border-radius:2px; background: #b8d3ff; margin-right:10px; position: relative; top:-3px;}
.notice_list li a:after  {content:''; display: inline-block; width: 5px; height: 9px; background: url(../img/ico_rightArrow.png) no-repeat 0 0; position: absolute; right: 12px; top:50%; transform:translateY(-50%);}

/* footer */
footer {}
.foot_menu {text-align: center; padding-top:27px;}
.foot_menu li {display: inline-block;}
.foot_menu li a {position: relative; display: inline-block; padding:0 12px; font-family: 'nanumsquare-b'; font-size: 15px;}
.foot_menu li a:after {content:''; display: inline-block; width: 1px; height: 10px; background: #e6e6e6; position: absolute; right: 0; top:2px;}
.foot_menu li:last-child a:after {display: none;}
.foot2 {width: 960px; margin:30px auto;}
.foot2 .tit_foot {float: left; width: 120px; height: 50px; background: url(../img/footer_logo.png) no-repeat 0 0 / 120px auto; text-indent: -9000px; margin-right: 80px;}
.foot2 address {float: left; width:700px; font-family: 'nanumsquare-b'; font-size: 14px; color: #8c96a0; padding-top: 10px;}
.foot2 .copy {float: left; width:290px; font-family: 'nanumsquare-b'; font-size: 12px; color: #8c96a0; padding-top: 3px;}

/* login */
section.header {width: 360px; text-align: center; margin:74px auto 0;}
section.header h1 a {display: inline-block; width: 180px; height: 55px; background: url(../img/logo-big.png) no-repeat 0 0; background-size: 180px auto; text-indent: -9000px;}
section.header .login_tit {width: 280px; height: 48px; line-height: 48px; margin:50px auto 0; border-radius: 24px; background: #337abc; font-size:24px; color:#fff;}
.login_area {width: 360px; text-align: center; margin:60px auto 0;}
.login_list {}
.login_list li {}
.login_list li input[type=text],
.login_list li input[type=password] {padding-left:49px; border-color:#36424e; font-size:20px;}
.login_list li input[type=text] {background: url(../img/ico_login.png) no-repeat 16px 12px / 16px auto;}
.login_list li input[type=text]::placeholder,
.login_list li input[type=password]::placeholder {color:#c2ced7;}
.login_list li.pwd {margin-top: 12px;}
.login_list li.pwd input[type=password] {background: url(../img/ico_login.png) no-repeat 16px -55px / 16px auto;}
.login_list li.btn {margin-top:24px;}
.login_list li.check_line {float: left; margin-top: 30px;}
.login_list li.check_line input[type=checkbox] + label {font-weight: 600; font-size:16px;}
.login_list li.allim {float: right; margin-top: 30px; vertical-align: middle;}
.login_list li.allim a {position: relative; display: inline-block; width: 120px; height: 36px; padding-top:11px; padding-right:20px; border-radius:18px; background: #e2e8ec; font-weight: 600; font-size: 15px; vertical-align: top;}
.login_list li.allim a .ic {display: inline-block; width: 28px; height: 28px; margin-left:5px; border-radius:14px; background: #fff url(../img/ico_login.png) no-repeat 50% -134px / 15px auto; position: absolute; top:4px; right:4px;}

/* popup */
.popup_area {position: fixed; left: 0; top: 0; width: 100%; height: 100%;}
.popup_base {position: relative; width:384px; margin:300px auto 0; box-shadow:0 16px 60px rgba(75,95,109, 0.24);}
.popup_base .tit_pop {height: 70px; line-height: 70px; text-align: center; border-bottom: 1px solid #edf1f5; font-family: 'nanumsquare-b'; font-size: 24px; color: #337abc;}
.popup_inner {padding:30px 20px 70px;}
.popup_inner .allim {text-align: center; font-family: 'nanumsquare-b'; font-size: 20px;}
.popup_inner .allim .ic {display: inline-block; width: 22px; height: 28px; margin-right: 10px; background: url(../img/ico_login.png) no-repeat 0 -201px / 22px auto; vertical-align: middle; position: relative; top: -5px;}
.popup_inner .num {margin-top: 20px; text-align: center; font-family: 'nanumsquare-eb'; font-size: 32px; color: #cf0c27;}
.popup_base .popClose {position: absolute; right:16px; bottom:16px;}
.popup_base .popClose a {font-size: 16px;}
.popup_base .popClose a .ic {display: inline-block; width: 28px; height: 28px; margin-left: 10px; border-radius:14px; background: #e2e8ec url(../img/btn_popClose.png) no-repeat center center / 12px auto; vertical-align: middle; position: relative; top: -3px;}
