@charset 'euc-kr';

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
*,p,span,h1,h3,h4 {font-family: 'NanumSquare', sans-serif !important;}
* {box-sizing: border-box;}
body{line-height: 1.4;font-size: 13px;font-family: 'Spoqa Han Sans','Noto Sans Korean','Nanum Gothic', 'Sans-serif';}
a, a:active, a:visited {
    text-decoration: none;
    color: inherit;
}
body {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.container {max-width: 640px; margin: 0 auto;}
.container-fluid {width: 100%;}
.header {width: 100%;float: left;}
.all-menu a{display: block;width: 19px;height: 19px;background-position: 0px 0px;}

.common-ico-default{background-image: url(../images/ico-other.png);background-repeat: no-repeat;}
.head-top {display: table;width: 100%;text-align: center;padding: 8px 30px 9px; vertical-align: middle;border-bottom: 1px solid #dfdfdf;}
.head-top h1{display: table-cell;font-size: 16px; color: #565656; font-weight: bold}
.head-top h1 img {width: 20px; position: relative; top: 4px; margin-right: 3px}

.header-bottom p {
    text-align: center;
    padding: 10px;
    font-size: 1.1em;
    font-weight: 700;
}
.header-bottom {width: 100%;}
.header-bottom h1 {
    font-size: 16px;
    margin-top: 0;
    color: #333;
    padding: 10px 30px 10px;
    letter-spacing: -1px;
    font-family: 'Malgun Gothic', sans-serif !important;
    font-weight: bold;
}
.header-bottom h1 img {width: 20px; position: relative; top: 4px; margin-right: 3px}
.header-bottom .fa-prev:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 22px;
    background: url(../images/ico_fa_prev.png) no-repeat 0 0;
}
.header-bottom .fa-prev {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    color: #fff;
    z-index: 10;
    width: 17px;
    height: 22px;
}

.mainWrap-bg {
    background: url("../images/bg_p.jpg") no-repeat center center;
    background-size: cover;
    height: 75vh;
    margin-bottom: 20px;
    border: 15px solid #0660b1;
    border-bottom: 15px solid #00adee;
}

.mainWrap{ 
    padding: 50px 15px 70px;
    text-align:left;
    letter-spacing: -2px;
}
.mainWrap p{
    font-size: 1.3rem;
    font-weight: 800;
    text-shadow: #fff 0 0 20px;
    margin-bottom: 10px;  
}

.highlight {
    background: rgba(255,255,255,.5);
}

.lighter {
    font-weight: 400;
}

.mainWrap p img {
    width: 40px;
    margin-right: 10px;
    position: relative;
    top: 12px;
}

.mainWrap h4 {
    color: #0083cb;
    font-size: 1.6rem;
    font-weight: 500;
}

.mainWrap h2 {
    font-weight: 500;
    font-size: 2.4rem;
    text-shadow: #fff 0 0 20px;
    color: #0083cb;
    margin-bottom: 10px;
    letter-spacing: -4px;
}
.mainWrap h2 > span{
    font-weight: 800;
}

.mainWrap .btn{
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
    background: #fff;
    font-size: 1.06rem;
    color: #002e5a;
    text-align:left;
    font-weight: 800;
    position:relative;
    border: 2px solid #0083cb;
    border-radius: 5px
}
.m-text{
    display: none;
}

.sns-link * {
    vertical-align: top;
}
.sns-link {float: right; margin-top: 5px; padding-right: 5px;}
.sns-link li {margin-right: 5px;float: left;}

.sns-link li a {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    line-height: 26px;
    background: url(../images/ico_page_util.png) no-repeat 0 0;
}
.sns-link .facebook a {
    background-position: 0 0;
}

.sr-only {display: none;}
.sns-link .twitter a {
    background-position: 0 -50px;
}
.contents{padding: 10px; float: left;}
.cont-box {font-size: 13px;    margin-bottom: 20px; width: 100%;}
.infor-top {
    padding: 8px 12px 11px 12px;
    border: 1px solid #e8e9ee;
}
.infor-top + .cont-box-blue {
    width: 100%;
    margin-bottom: 0;
    padding: 12px;
    font-size: 13px;
    color: #1e5894;
    background-color: #f7f8fa;
    border: 1px solid #e8e9ee;
    border-top: none;
    border-radius: 0;
    box-sizing: border-box;
}
.infor-top li {
    display: block;
    margin: 7px 0 0 0;
    padding-left: 120px;
    text-indent: -120px;
}
.infor-top li .count{
    color: red;
}
.infor-top li .b-gray {
    position: relative;
    margin-right: 20px;
    padding: 0 10px 0 21px;
    font-size: 13px;
    color: #797979;
    height: 25px;
    line-height: 25px;
     vertical-align: middle;
    width: 90px;
}
.infor-top li .b-gray:before {
    position: absolute;
    display: block;
    content: ' ';
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../images/ico_b_gray.gif) no-repeat 0 0;
}
.infor-top li .b-gray.bulid:before{background-position: 0 -16px;}
.infor-top li .b-gray:after {
    position: absolute;
    display: block;
    content: ' ';
    right: 0;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #ceced0;
}
.infor-top li span {
    text-indent: 0;
    vertical-align: middle;
    display: inline-block;
}


.contents h2 {
    margin: 0 auto 10px;
    font-size: 18px;
    font-weight: 600;
}
.tbl-list {
    font-size: 13px;
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
}
.tbl-list.border th {
    font-weight: normal;
}
.tbl-list th {
    color: #333;
    padding: 9px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #d3d3d3;
}
.tbl-list tbody tr:first-child td {
    border-top: 0;
}
.info-detail .info-table td {
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
}
.tbl-list.border td {
    border-top: 1px solid #d3d3d3;
}
.tbl-list td {
    border-top: 1px solid #e9e9e9;
    padding: 7px 0;
    background: #fff;
    text-align: center;
}
.btn-list {
    margin: 20px 0 0 0;
    text-align: center;
}
.ibtn.navy {
    background: #0e3b64;
}
.ibtn.large {
    padding: 1px;
}
.ibtn {
    margin-right: 4px;
}
.ibtn, .ibtn * {
    position: relative;
    margin: 0;
    padding: 0;
    display: -moz-inline-stack;
    display: inline-block;
    text-decoration: none !important;
    border: 0;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: top;
    overflow: visible;
    color: #fff;
    text-align: center;
}
.ibtn.large * {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    min-width: 106px;
    padding: 0 20px;
}




/*±âº»Á¤º¸*/

.info-detail h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #3b3b3b;
}
.info-detail .desc-box {
    padding: 5px 10px 15px;
    border-bottom: 1px solid #d3d3d3;
}
.info-detail .desc-box li {
    line-height: 1.8;
    text-indent: -15px;
    padding-left: 15px;
}

.info-detail h4 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.2;
    background: url(../images/ico_bul_cercle.png) no-repeat left center;
    padding-left: 18px;
}
.desc2 {
    color: #1f5c9b;
    margin: 10px 0;
}
.info-detail .accept-step2 {
    margin: 20px 0;
}
.info-detail .accept-step2 li:first-child {
    padding-top: 0;
    background: none;
}
.info-detail .accept-step2 li p {
    border: 1px solid #e2e3e7;
}
.info-detail .accept-step2 li p .step-tit {
    font-size: 14px;
    width: 50px;
    margin: 0;
    padding: 10px;
    color: #232323;
    text-align: center;
    background-color: #e2e3e7;
    box-sizing: border-box;
}
.info-detail .accept-step2 li p .step-search {
    padding: 7px 10px;
}
.info-detail .accept-step2 li p > * {
    display: table-cell;
    vertical-align: middle;
}
.info-detail .accept-step2 li p .step-search a {
    display: block;
    margin: 3px 0 3px 5px;
    padding: 2px 13px 2px 26px;
    font-size: 12px;
    color: #232323;
    border: 1px solid #c2c2c2;
    background: url(/2017/img/page/as_ico_organ.gif) no-repeat 10px 50%;
    border-radius: 3px;
    box-sizing: border-box;
    text-decoration: none;
}
.info-detail .accept-step2 li p > * {
    display: table-cell;
    vertical-align: middle;
}
.info-detail .accept-step2 li {
    padding-top: 10px;
    background: url(../images/ico_step_arrow.png) no-repeat 22px top;
}

.info-detail h4 + ul strong {
    display: block;
    color: #275bae;
    font-weight: normal;
}
.info-detail .sub-list {
    margin: 0px 0 10px 10px;
}
.info-detail .sub-list li {
    text-indent: -8px;
    padding-left: 10px;
}
.info-detail h4 + ul li {
    line-height: 1.8;
}
.sub-list > li > p {
    padding-left: 10px;
}
.info-detail h4 + ul {
    margin-top: 10px;
}
.info-detail h4 + ul strong:before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #275bae;
    margin: 0 5px 3px 0;
}
.form-box {
	float:left;
	width:100%; margin:0 auto; padding:10px;
}
.form-top-title {font-size: 16px; font-weight: 600; background: url('../images/arrow.jpg')no-repeat left center; background-size: 16px; text-indent: 20px; margin-bottom: 10px;}
.form-box:after {clear:both;}
.fm-box-in {max-width:640px; margin:0 auto; overflow:hidden;background: #FFF;}
.form-title {
	display:block; position:relative; float:left;
	width:100%; width:100%; padding:0;
	color:#FFF; text-align:center;
}
.form-title img {width:100%;}
.form-title h4 {margin-top:0; margin-bottom:10px; font-size:32px; font-weight:600;}
.form-title span {
	display:inline-block;
	width:100%; margin-bottom:0px;
	font-size:20px; font-weight:400; line-height:1;
}
.form-title span em {font-weight:700;}
.form-title p{
	display:inline-block;
	margin-bottom:0; margin-bottom:10px;
	font-size:18px; line-height:1;
}

.form-box-inner {float:left; width:100%; margin:0 auto;}

.form-box-tb-out {
    overflow:hidden;
    border-top:2px solid #007fc5;
}
.form-box-tb {width:100%; margin:0 auto; color:#444;}
.form-box-tb th {
    width: 70px;
    max-width: 100px;
    padding: 4px 6px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
}
.form-box-tb th .fa {margin-right: 4px; font-size: 16px; vertical-align: middle;}
.form-box-tb td {padding: 4px 6px;border-bottom: 1px solid #ccc;}

.form-box-tb input[type="text"], textarea, select {
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    background: none;
    height: 35px;
}
.form-box-tb select {padding-left: 3px;}
.form-box-tb input[type="text"]:focus,
.form-box-tb input[type="tel"]:focus,
.form-box-tb select:focus {
	border-style:solid; border-color:#66afe9; outline:0;
	transition:border-color ease-in-out .15s;
}
.form-box-tb textarea:focus {
	border-width:1px; border-style:solid; border-color:#66afe9; outline:0;
}
.form-box-tb input[name="M_name"] {width:100%;}

.form-box-tb select[name="M_phone1"],
.form-box-tb input[name="M_phone2"],
.form-box-tb input[name="M_phone3"] {
	float:left;
	width:calc(100% / 3 - 3px); height:42px; margin-right:4px; overflow:hidden;
    padding-left: 3px; padding-right: 3px;text-align: center;
	border-width:1px; border-style:solid; border-color: #eaeaea;background:none;
}
.form-box-tb input[name="M_phone3"] {margin-right:0;}
.f-icon {margin-right:10px; vertical-align:middle;}

textarea.form-info {
	width:100%; min-height:86px; margin:0px;vertical-align: middle;
	border:1px solid #eaeaea;
	font-size:14px; font-family:'Spoqa Han Sans','³ª´®°íµñ','Nanum Gothic','¸¼Àº °íµñ','Malgun Gothic','µ¸¿ò',Dotum,'±¼¸²',Gulim,Helvetica,sans-serif!important; line-height:1.4;
	resize:none;
}
textarea.form-info.blue-box {border-color:#d5d5d5;}
    textarea.form-info.blue-box:focus {
	border-width:1px; border-style:solid; border-color:#66afe9; outline:0;
	transition:border-color ease-in-out .15s;
}
textarea.form-data {
	width:100%; min-height:86px;
	border-width:1px; border-style:solid; border-color:#eaeaea;
	font-size:14px; line-height:1.4;
	resize:none;
}
.select-box {
    border-width: 1px;
}
span.checkbox-span {
    margin-bottom:0px!important;display: inline-block;
}
.form-info-agree span {
    font-weight: 600;
    margin-left: 7px;display: inline-block;
}
.txt-center {
    display: inline-block;
    text-align: center;
}
.form-agree-box {margin-bottom: 10px;}
textarea.form-data:focus {border-color:#66afe9;}
p.form-info-agree {padding:5px 0;text-align: center;}
/*
p.form-info-agree label {margin-left:5px; color:#333; font-size:12px; cursor:pointer;}
p.form-info-agree strong {color:#333; font-size:13px;}
p.form-info-agree input[type="radio"] {vertical-align:middle; cursor:pointer;}
*/
td.copyright {text-align:right;}
td.copyright span.c-txt {color:#333;}

.submit-btn {
	display:block;
	width:100%; height:40px; margin:0 auto; margin-top:5px; margin-bottom: 10px; background:#0e3b64;
	color:#fff!important; font-size:14px; font-weight:600; text-align:center; line-height:40px;
}

.width100 {float:left; width:100%;}
.img100 {max-width:100%;}
.red-txt {
    color: red;  
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 800;
}
.red-txt2 {
    color: red !important; 
    font-weight: 800 !important;
}
.footer {
    background: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px 15px 10px;
    float: left;
    width: 100%;
    letter-spacing: 0;
    color: #888888;
}
.footer .txt{ padding: 20px 5px 0 5px; border-top: 1px solid #eee; text-align: left; font-size: 10px}
.footer p {margin: 20px 0;}
.f-logo  {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}
.f-logo li {display: inline-block;  padding-right: 12px;vertical-align: top;}
.f-logo li:last-child {padding-right: 0;}
.f-logo li img {height: 30px;}
textarea.agreement {line-height: 1.5; font-size: 12px; width: 100%}
.btn-show {font-weight: 600; color: #275bae; margin-left: 5px;}
.magic-radio + label:before, .magic-checkbox + label:before {
    border-color:#e6e6e6!important;
    border-radius: 0!important;
}
@media screen and (min-width:501px) {
    .mainWrap {
        padding: 50px 10%;
    }
}
@media (max-width:768px) {
.news-head h2.head-headline {font-size:24px; line-height:31px; font-weight:500}
.header-bottom p {position: absolute; top: 55px; left: 50%; transform: translate(-50%,0);}
}
@media screen and (max-width: 500px){
    .mainWrap-bg{
        background: url("../images/bg_m.jpg") no-repeat;
        background-size: cover;
        background-position: 80% 50%;
        height: 100vh;
    }
    .m-text{
        display: contents;
        display: table-row;
    }

    .p-text{
        display: none;
    }
}
@media (max-width:400px) {
.news-issue ul li {
	max-width:310px; overflow:hidden;
	text-overflow:ellipsis; white-space:nowrap;
}

    .logo img {padding-top: 7px; height: auto;}
    
}


.wrap{
    width: 100%;
    height: auto;
    float: left;
}
.linkWrap{
    padding: 15px 10px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}
.linkWrap ul li{
    display: inline-block;
    margin: 5px 7px;
}
.linkWrap ul li img{
    width: auto;
    height: 25px;
}
.linkWrap ul.link2 li img{
    height: 20px;
}
footer{
    clear: both;
    text-align: center;
    font-size: 0.625rem;
    color: #bbb;
    padding: 15px 10px;
}

.text_box {
    width: calc(100% - 40px) !important;
}

.text_box_text {
    width: 40px !important;
    text-align: left
}


.table1 {
    margin: 0 0 35px;
    font-size: .9em;
    letter-spacing: -1px;
}

.backslash {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="gray" /></svg>');
    text-align: left !important; 
}
.backslash div { 
    text-align: right; 
}
.table1 table {
    border-collapse: collapse;
    border: 2px solid #175996;
    width: 100%;
}  
.table1 th, .table1 td {
    border: 1px solid gray;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.table1 td span {
    color: red;
    font-weight: 700;
}

.table1 th {
    font-size: 1.2em;
    font-weight: 900;
    background-color: #175996;
    padding: 10px 0;
    color: #fff;
}

.table1 tr:nth-child(1) {
    background-color: #E3F2FD;
    font-weight: 900;
}

.table1 tr td:nth-child(1) {
    font-weight: 900;
}

.sendSms{
    /*width: calc(100% - 81px);*/
    height: auto;
    float: right;
    margin-top: 5px;
}
.sendSms input{
    width: calc(100% / 3 * 2 - 2px);
    height: 40px;
    line-height: 40px;
    float: left;
    border: 1px solid #ddd;
    padding: 0 5px;
}
.sendSms input + span{
    width: calc(100% / 3 - 8px);
    height: 40px;
    line-height: 40px;
    float: left;
    border: 1px solid #ddd;
    margin-left: 10px;
    text-align: center;
    background: #eee;
    font-size: 0.875rem;
    cursor: pointer;
}
.wrap4{width: 25%; float: left; margin: 10px 0;}
.wrap4 input[type=radio], .wrap2 input[type=radio], .wrap3 input[type=radio] {position: relative; top: 3px}

.wrap2{width: 50%; float: left; margin: 10px 0;}
.wrap3{width: 33%; float: left; margin: 10px 0;}
@media screen and (max-width: 485px) {
    .wrap4 {
        width: 50%;
        margin: 0;
    }
}