/* 
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
*/
/* 
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out;
*/

@import url(./fonts.css);

html,body,div,ul,li,p,h3,h1,h2,h4,h5{padding:0;margin:0;line-height:1}
ul,li{list-style:none}
a{text-decoration:none;color:#000}
optgroup,select,button{cursor:pointer}
input::-webkit-input-placeholder{color:#AAAAAA;font-weight:400}
textarea::-webkit-input-placeholder{color:#AAAAAA;font-weight:400}
input::-ms-input-placeholder{color:#AAAAAA;font-weight:400}
textarea::-ms-input-placeholder{color:#AAAAAA;font-weight:400}
input::-moz-placeholder{color:#AAAAAA;font-weight:400}
textarea::-moz-placeholder{color:#AAAAAA;font-weight:400}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset;}
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}
input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}
select::-ms-expand{display:none}
select{-moz-appearance:none;-webkit-appearance:none;appearance:none}
img{vertical-align:top}
body{width:100%;position:relative;box-sizing:border-box;min-height: 100vh;}
caption{display:none}
*{margin:0;padding:0;text-decoration:none;-webkit-text-size-adjust:none;outline:0;-webkit-appearance:none; -webkit-tap-highlight-color:transparent; -webkit-font-smoothing:antialiased}
*{font-family: nanumsquare, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;line-height:1em;color:#000;box-sizing: border-box;font-weight: normal;letter-spacing: -0.02em;}
i,em {line-height: inherit;font-style: normal}
.blind {display: none  !important;}
span,i,strong,q {font-size: inherit;font-weight: inherit;line-height: inherit;color: inherit; letter-spacing: inherit; font-family: inherit;}
q::before,q::after {content: none;}
b {font-size: inherit;font-weight: 500;line-height: inherit;color: inherit; letter-spacing: inherit; font-family: inherit;}
table {width: 100%;table-layout: fixed;border-collapse: collapse;border-spacing: 0;}

@-webkit-keyframes showUp {
0% {opacity: 0;-webkit-transform: translateY(20px)}
100% {opacity: 1;-webkit-transform: translateY(0)}
}

@keyframes showUp {
0% {opacity: 0;transform: translateY(20px)}
100% {opacity: 1;transform: translateY(0)}
}

@-webkit-keyframes showOpacity {
0% {opacity: 0;}
100% {opacity: 1;}
}

@keyframes showOpacity {
0% {opacity: 0;}
100% {opacity: 1;}
}

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#header .inner {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1104px;
    padding: 0 40px;
    box-sizing: border-box;
}

#header .inner a {
    display: block;
    width: 149px;
}

#header .inner a img {
    width: 100%;
    display: block;
}

.sub .inner {
    width: 100%;
    max-width: 1104px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

.content .inner {
    width: 100%;
    max-width: 1104px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.form_wrap .form_row + .form_row {
    margin-top: 10px;
}

.form_wrap .form_row {
    display: flex;
}

.form_wrap .form_col {
    flex: 1;
    display: flex;
}

.form_wrap .form_col + .form_col {
    margin-left: 60px;
}

.form_wrap .form_row .label {
    flex: 84px 0 0;
}

.form_wrap .form_row .label p {
    line-height: 36px;
    font-size: 17px;
    color: #141414;
	margin-left: 10px;
}

.form_wrap .form_row .field {
    flex: 1;
}

.form_wrap input[type=text],
.form_wrap input[type=date],
.form_wrap input[type=search],
.form_wrap input[type=number],
.form_wrap select {
    width: 100%;
    border: 1px solid #B3B4B4;
    line-height: 36px;
    height: 38px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 16px;
	
}

.form_wrap input[type=text] + label,
.form_wrap input[type=date] + label,
.form_wrap input[type=search] + label,
.form_wrap input[type=number] + label {
    display: none;
}

.form_wrap.form_type_bg input[type=text],
.form_wrap.form_type_bg input[type=date],
.form_wrap.form_type_bg input[type=search],
.form_wrap.form_type_bg input[type=number],
.form_wrap.form_type_bg select {
    background-color: #defcfa;
    border-color: #defcfa;
}

.form_wrap.with_btn {
    padding-right: 141px;
    position: relative;
}

.form_wrap.with_btn button {
    position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 100%;
    border-radius: 0 0 0px 0;
    border: none;
    background-color: #0087be;
    font-size: 20px;
    color: #FFFFFF;
}

.select_wrap {
    position: relative;
}

.select_wrap::after {
    content: "";
    width: 11px;
    height: 20px;
    background-image: url(../images/assets/ico-angle-select.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.checkbox_wrap input[type=checkbox] {
    display: none;
}

.checkbox_wrap input[type=checkbox] + label {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}

.checkbox_wrap input[type=checkbox] + label::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 0;
}

.checkbox_wrap input[type=checkbox]:checked + label::before {
    background-image: url(../images/ico-checkbox-checked.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-color: #0087be;
    border-color: #0087be;
}

.radio_wrap input[type=radio] {
    display: none;
}

.radio_wrap input[type=radio] + label {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}

.radio_wrap input[type=radio] + label::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

.radio_wrap input[type=radio]:checked + label::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #ED1B2E;
    display: block;
    position: absolute;
    top: 9px;
    left: 5px;
    border-radius: 50%;
}

.btn_large {
    display: inline-block;
    vertical-align: top;
    line-height: 74px;
    border-radius: 5px;
    background-color: #000;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 45px;
    padding-right: 93px;
    position: relative;
}

.btn_large::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 50px;
    height: 42px;
    background-image: url(../images/ico_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn_small {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    border-radius: 74px;
    background-color: #000;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 22px;
    padding-right: 59px;
    position: relative;
}

.btn_small::after {
    content: "PDF";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 39px;
    height: 18px;
    line-height: 18px;
    border-radius: 0 39px 39px 0;
    font-size: 12px;
    background-color: #ED1B2E;
}

.pill_text {
    display: inline-block;
    background-color: #000000;
    line-height: 35px;
    color: #fff;
    padding-right: 16px;
    border-radius: 0 0 12px 0;
}

.pill_text i {
    display: inline-block;
    vertical-align: top;
    background-color: #0087be;
    color: #fff;
    padding: 0 16px;
    margin-right: 16px;
}

.box_tit {
    display: block;
    font-size: 32px;
    line-height: 35px;
    color: #1E1E1E;
    font-weight: bold;
}

.box_tit b {
    color: #0087be;
}