._fnctWrap{line-height: 1.5;}
.tab_box{margin-bottom: 80px;}
.btn-apply {display: flex; justify-content: center; align-items: center; min-width: 130px; padding: 12px 20px; border-radius: 5px; font-family:'HG Regular'; font-size: 16px; cursor: pointer;}
.btn-apply.small {padding: 8px 17px;}
.btn-apply.tiny {display: inline-block; min-width: 50px; padding: 8px 17px; font-size: 14px;}
.btn-apply.color1 {background: #1174ff; color: #fff;}
.btn-apply.color1:hover {background: #0b64e0;}
.btn-apply.color2 {background: #9f9f9f; color: #fff;}
.btn-apply.color2:hover {background: #727272;}
.btn-apply.color3 {background: #00b5ad; color: #fff;}
.btn-apply.color3:hover {background: #018b85;}
.btn-apply.color4 {background: #00429e; color: #fff;}
.btn-apply.color4:hover {background: #003074;}
.btn-apply.color5 {background: #262626; color: #fff;}
.btn-apply.color5:hover {background: #000000;}
.btn-apply.color6 {background: #fff; border: 1px solid #333333; color: #333333;}
.btn-apply.color6:hover {border: 1px solid #003074; color: #003074;}
.btn-apply.color6 i {display: flex; align-items: center;}
.btn-apply.color6 i::before {content: ''; display: inline-block; width: 17px; height: 18px; margin-right: 7px; background: url('../images/ic-btn-home.png') no-repeat center;}
.btn-apply.color7 {background: #fe9019; color: #fff;}
.btn-apply.color7:hover {background: #d4750e;}

@media screen and (max-width: 1000px) {
    .btn-apply.tiny{padding: 2px 5px; font-size: 13px;}
}

.cm-check {position: relative;}
.cm-check input {position: absolute; opacity: 0;}
.cm-check span {display: inline-block; position: relative; font-size: 15px; color: #333333; font-family: pr; letter-spacing: 0;}
.cm-check span::before {content: ""; position: absolute;}

.cm-check.style1 span {padding-left: 40px; font-size: 18px; color: #333333;}
.cm-check.style1 span::before {left: 0; top: 2px; width: 25px; height: 25px; border: 1px solid #9B9B9B; border-radius: 4px; background: #fff;}
.cm-check.style1 input:focus + span::before {border-color: #333;}
.cm-check.style1 input:focus:checked + span::before {border-color: #333;}
.cm-check.style1 input:checked + span::before {background: #186DDE url("../images/ic-check-on.png") no-repeat center; border-color: #186DDE;}
.cm-check.style1 input:checked + span {color: #000;}

@media screen and (max-width: 1024px) {
	.cm-check.style1 span {font-size: 17px;}
	.cm-check.style1 span::before {top: 1px;}
}

.apply-agree {border: 1px solid #e1e1e1;}
.apply-agree .agree-info {padding: 45px;}
.apply-agree .agree-info .subject strong {font-family:'SBA Medium'; font-size: 22px; color: #042e6f;}
.apply-agree .info-list > ul > li {position: relative; display: flex; flex-wrap: wrap; padding-left: 35px; padding-bottom: 10px;}
.apply-agree .info-list > ul > li .num {position: absolute; left: 0; top: 3px; display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; margin-right: 15px; background: #555555; border-radius: 5px; font-size: 12px; color: #fff;}
.apply-agree .dot-list {width: 100%;}
.apply-agree .dot-list > ul > li {position: relative; padding-left: 20px;}
.apply-agree .dot-list > ul > li::after {content: ''; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 100%; background: #222222;}
.apply-agree .agree-box {display: flex; justify-content: center; align-items: center; padding: 37px 10px; background: #f7f7f7;}

@media screen and (max-width: 1024px) {
	.apply-agree .agree-info .subject strong {font-size: 20px;}
	.apply-agree .agree-info .subject {font-size: 16px;}
	.apply-agree .agree-info .noti {font-size: 16px;}
	.apply-agree .info-list > ul > li {font-size: 16px;}
}

@media screen and (max-width: 768px) {
	.apply-agree .agree-info {font-size: 30px;}
}

.apply-form .subject {display: flex; justify-content: space-between; align-items: flex-end;}
.apply-form .subject.end {justify-content: flex-end;}
.apply-form .subject .objHeading_h2 {margin-top: 0;}
.apply-form .subject .noti {font-size: 14px; color: #d6001e;}
.apply-form .box {border-top: 2px solid #3176d0;}
.apply-form .row {display: flex;}
.apply-form .row .title {display: flex; align-items: start; flex-shrink: 0; width: 240px; min-height: 71px; padding-left: 30px; background: #f5f7f9; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; padding-top: 20px;}
/* .apply-form .row .title strong{font-family: "HG Medium";} */
.apply-form .row .title .must {position: relative; top: 2px; display: block; width: 8px; height: 8px; margin-left: 10px; background: url('../images/ic-must.png') no-repeat center; text-indent: -99999px;}
.apply-form .row .insert {display: flex; align-items: center; flex-grow: 1; flex-wrap: wrap; padding: 15px 0; padding-left: 30px; border-bottom: 1px solid #e1e1e1;}
.apply-form .row .insert .inp {width: 100%; height: 40px; padding: 0 15px; border: 1px solid #cccccc; border-radius: 5px; font-family: 'HG Regular'; font-size: 15px; color: #333;}
.apply-form .row .insert .inp.max115 {max-width: 115px;}
.apply-form .row .insert .inp.max230 {max-width: 230px;}
.apply-form .row .insert .inp.max320 {max-width: 320px;}
.apply-form .row .insert .inp.max400 {max-width: 400px;}
.apply-form .row .insert .inp.max670 {max-width: 670px;}
.apply-form .row .insert .sel {height: 40px; padding: 0 70px 0 20px; background: url('../images/ic-form-sel.png') no-repeat calc(100% - 10px) center;  border: 1px solid #cccccc; border-radius: 5px; font-family: 'HG Regular'; font-size: 15px; color: #666666; appearance: none;}
.apply-form .row .insert .flex {display: flex; align-items: center; width: 100%;}
.apply-form .row .insert .space {padding: 0 10px;}
.apply-form .row .insert .noti {font-size: 14px; color: #666666;}
.apply-form .row .insert .noti2 {font-size: 14px; color: #d6001e;}
.apply-form .buttons {display: flex; justify-content: center; align-items: center;}

@media screen and (max-width: 1024px) {
	.apply-form .row {flex-direction: column;}
	.apply-form .row .title {width: 100%; border-right: 0; font-size: 16px; padding-top: 22px;}
}

.apply-result {display: flex; flex-direction: column; align-items: center; padding: 60px 30px; background: #f7f7f7 url('../images/bg-check.png') no-repeat right top;}
.apply-result .subject strong {font-family:'SBA Medium'; font-size: 30px; color: #042e6f;}
.apply-result .desc {margin-top: 20px;}
.apply-result .desc strong {font-size: 20px; color: #222222;}
.apply-result .buttons {display: flex; align-items: center; margin-top: 40px;}

@media screen and (max-width: 1024px) {
	.apply-result .subject strong {font-size: 25px;}
	.apply-result .desc strong {font-size: 18px;}
}

@media screen and (max-width: 768px) {
	.apply-result .desc strong {font-size: 15px;}
}

.apply-check {display: flex; flex-direction: column; align-items: center; padding: 60px 30px; background: #f7f7f7 url('../images/bg-check.png') no-repeat right top;}
.apply-check .desc {margin-top: 30px;}
.apply-check .desc strong {font-size: 20px; color: #222222;}
.apply-check .form {display: flex; justify-content: center; align-items: center; width: 100%; max-width: 540px; margin-top: 40px;}
.apply-check .form.mg {margin-top: 10px;}
.apply-check .form em {flex-shrink: 0; width: 140px; font-size: 18px; color: #050505;}
.apply-check .form .inp {width: 100%; height: 40px; padding: 0 15px; border: 1px solid #cccccc; border-radius: 5px; font-family: 'HG Regular'; font-size: 15px; color: #333;}
.apply-check .form .inp.max320 {max-width: 320px;}
.apply-check .form .inp.max400 {max-width: 400px;}
.apply-check .form .inp.max670 {max-width: 670px;}
.apply-check .form .sel {height: 40px; padding: 0 60px 0 20px; background: #fff url('../images/ic-form-sel.png') no-repeat calc(100% - 10px) center;  border: 1px solid #cccccc; border-radius: 5px; font-family: 'HG Regular'; font-size: 15px; color: #666666; appearance: none;}
.apply-check .form .write {display: flex; align-items: center; flex-grow: 1; margin-left: 20px;}
.apply-check .form .space {padding: 0 10px;}
.apply-check .buttons {margin-top: 40px;}

@media screen and (max-width: 1024px) {
	.apply-check .desc strong {font-size: 18px;}
}

@media screen and (max-width: 768px) {
	.apply-check .form em {width: 100px;}
	.apply-check .form .sel {padding: 0 40px 0 20px;}
	.apply-check .desc strong {font-size: 15px;}
}

.apply-table { position: relative;}
.apply-table:after { content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #fff; }
.apply-table table { position: relative; }
.apply-table table:after { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 2px; background: #003377 }
.apply-table thead th { padding: 18px 10px; background: #f8f8f8; border-bottom: 1px solid #8b9099; font-size: 16px; font-weight: 400; color: #121212;}
.apply-table tbody { display: table-header-group; }
.apply-table tbody::after { content:''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #8a8a8a; }
.apply-table tbody td { padding: 11px 19px; background:#fff; border-bottom: 1px solid #e2e2e2; font-size: 16px; text-align: center; color: #121212; }
.apply-table .align-l { text-align: left !important; }
.apply-table .align-c { text-align: center !important; }
.apply-table .align-r { text-align: right !important; }
.apply-table .align-t { vertical-align: top !important; }
.apply-table .col-name strong{background-image: linear-gradient(#000000, #000000); background-repeat: no-repeat; background-position: left 0 bottom 0; background-size: 0 1px; transition: background-size .5s; font-size: 16px; color: #555555;}
.apply-table .col-name a:hover strong{background-size: 100% 1px;}

@media screen and (max-width: 1000px){
	.apply-table { overflow-x: hidden; min-height: 130px; }
	.apply-table.on { min-height: auto; }
	.apply-table table { width: 100%; display: block;}
	.apply-table.on:after { display: none; }
	.apply-table thead th,
	.apply-table tbody th,
	.apply-table tbody td { font-size: 17px; }

    .apply-table thead{display: none;}
    .apply-table tbody{display: block; width: 100%;}
    .apply-table tbody tr{display: block; width: 100%; text-align: left; padding: 15px 0;}
    .apply-table tbody td{display: inline-block; font-size: 13px; color: #888888; border: 0; padding: 0 15px; position: relative;}
    .apply-table tbody td::after{content:""; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; background-color: #555555;}
    .apply-table tbody td:first-child{display: none;}
    .apply-table tbody td:last-child::after{display: none;}
    .apply-table tbody .col-name{width: 100%; display: block; font-size: 16px; margin-bottom: 10px; color: #555555;}
    .apply-table tbody .col-name::after{display: none;}

}

.apply-paging {display: flex; justify-content: center; align-items: center; margin-top: 50px;}
.apply-paging .control {display: flex; justify-content: center; align-items: center; width: 35px; height: 35px;  text-indent: -99999px;}
.apply-paging .control.first {background: url('../images/ic-paging-first.png') no-repeat center;}
.apply-paging .control.prev10 {background: url('../images/ic-paging-prev10.png') no-repeat center;}
.apply-paging .control.prev {background: url('../images/ic-paging-prev.png') no-repeat center;}
.apply-paging .control.next {background: url('../images/ic-paging-next.png') no-repeat center;}
.apply-paging .control.next10 {background: url('../images/ic-paging-next10.png') no-repeat center;}
.apply-paging .control.last {background: url('../images/ic-paging-last.png') no-repeat center;}
.apply-paging .page-num {display: flex; justify-content: center; align-items: center;}
.apply-paging .page-num li {margin: 0 2px;}
.apply-paging .page-num span,
.apply-paging .page-num a {display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; background: #f5f5f5; border-radius: 3px; font-size: 16px; color: #555555;}
.apply-paging .page-num .on span,
.apply-paging .page-num .on a {background-color: #0066b3; color: #fff;}
.apply-paging .page-state {display: none;}

@media screen and (max-width: 768px){
	.apply-paging .page-num {display: none;}
	.apply-paging .page-state {display: flex; font-size: 25px;}
	.apply-paging .page-state .now {font-family: 'HG Bold'; color: #1174ff;}
}

.password_check_view{visibility: hidden; opacity: 0; display: none; transition: all .5s;}
.password_check_view.active{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); z-index: 100; visibility: visible; opacity: 1; display: table;}
.password_check_view .password_check_inner{display: table-cell; vertical-align: middle;}
.password_check_view .password_check_box{max-width: 700px; margin: 0 auto; background-color: white;}
.password_check_view .password_check_header{display: flex; flex-wrap: wrap; justify-content: space-between; background-color: #0066b3; padding: 10px 20px;}
.password_check_view .password_check_header h1{font-size: 16px; color: white; font-family: "HG Regular";}
.password_check_view .password_check_header .password_check_close{width: 25px; height: 25px; text-indent: -9999px; background: url(../images/user_service_close.png) no-repeat center center / cover;}
.password_check_view .password_check_content {text-align: center; padding: 50px 0;}
.password_check_view .password_check_content .input-text{border: 1px solid #eaeaea; background-color: white; padding: 5px 10px; border-radius: 5px; font-size: 16px; font-family: "HG Regular"; margin-right: 5px;}
.password_check_view .password_check_content .confirm-button{border: 0; border: 1px solid #121212; padding: 4px 10px; font-size: 16px; color: #121212; background-color: white; border-radius: 5px; cursor: pointer; transition: all .5s;}
.password_check_view .password_check_content .confirm-button:hover{background-color: #121212; color: white;}

/***** Paging *****/
._fnctWrap ._paging{text-align: center; margin-top: 40px;}
._fnctWrap ._paging ._inner {overflow: hidden;position: relative;height: 38px;display: inline-block;zoom:1;_display: block;}
._fnctWrap ._paging ._inner a,._paging ._inner li,._paging ._inner p,._paging ._inner span,._paging ._inner strong,._paging ._inner ul {float: left;}
._fnctWrap ._paging ._inner a._first,._paging ._inner a._last,._paging ._inner a._listNext,._paging ._inner a._listPrev,._paging ._inner a._next,._paging ._inner a._prev {font-size: 0;text-indent: -5000px;}
._fnctWrap ._paging ._inner a,._fnctWrap ._paging ._inner strong {width: 35px;height: 35px;line-height: 35px;border-width: 1px;border-style: solid;border-color: #cdcdcd;text-align: center;margin: 0 1px;}
._fnctWrap ._paging ._inner ul{display:inline-block;margin:0 10px;}
._fnctWrap ._paging ._inner ul li{float:left;margin:0 2px;}
._fnctWrap ._paging ._inner ul li a{background-color: #F5F5F5 !important;border:none !important; color: #fff;border-radius:5px; color:#555; font-family: 'HG Regular'; position: relative;}
._fnctWrap ._paging ._inner ul li a:hover {background:#e2e2e2 !important;}
._fnctWrap ._paging ._inner .pg-arrow{border:1px solid #ccc;width: 35px;height: 35px;}
._fnctWrap ._paging ._inner ._first{background: url(./../images/first-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._prev{background: url(./../images/prev-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listPrev{background: url(./../images/prev-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listNext{background: url(./../images/next-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._next{background: url(./../images/next-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._last{background: url(./../images/last-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner li strong{border:none !important; border-radius:5px; background:#0066b3; color:#fff; font-family: 'HG Medium';}
._fnctWrap ._paging ._inner ._pageState{display: none;padding: 0 1em}

@media screen and (min-width:1201px){
._fnctWrap ._paging{padding-bottom:50px;}
}

@media screen and (max-width:767px){
	._fnctWrap ._paging ._inner ._pageState {display: block; font-size: 18px; font-family: 'HG Regular'; color:#121212; line-height: 35px;}
	._fnctWrap ._paging ._inner ._curPage {position: relative; color:#1265d3;}
	._fnctWrap ._paging ._inner ._curPage::after {content:'/'; display:inline-block; margin:0 5px; color:#121212; font-family: 'HG Regular'; }
	._fnctWrap ._paging ._inner ul {display: none;}
	._fnctWrap .paging a{width:28px !important;height: 28px !important;font-size:13px;line-height: 25px;}
}
