@charset "utf-8";
/* RESET */
*, ::before, ::after {
    margin: 0;
    padding: 0;
    border: 0 solid transparent;
    outline: 0 solid transparent;
    box-shadow: 0 0 0 transparent;
    font-family: inherit;
    text-shadow: 0 0 0 transparent;
    box-sizing: border-box;
    background: transparent none center center no-repeat;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
i, em, address {
    font-style: inherit;
}
u, s, ins, del {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
input, mark {
    color: inherit;
    font: inherit;
}
label, button, a {
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: inherit;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
}
select::-ms-expand {
display:none
}
input, select, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type=checkbox], [type=radio] {
    display: none;
}
img:only-child {
    margin: auto;
    display: block;
    max-width: 100%;
}
fieldset {
    min-width: 0;
}


/* HACK */
_:-ms-fullscreen, :root button {
overflow:visible
} /* Only works in IE10 이상 (IE11도 포함)*/
input::-webkit-input-placeholder {
color:#a9a9a9 !important;
}
input:-ms-input-placeholder {
color:#a9a9a9 !important;
}
#warp {
    min-width: 1400px;
}
#consult .formWrap {
    position: absolute;
    top: 140px;
    width: 406px
}
#consult .formWrap input, #consult .formWrap select {
    background-color: #fff;
}
#consult .formWrap .formRow:nth-child(2) {
    margin-top: 0;
}
#consult .formWrap h4 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 400;
    color: #020219;
}
#consult .formWrap .formPhone select+div {
    padding-left: 0;
}
#consult .form .submit {
    background-color: #224ec3;
}
#consult .tit_section {
    display: block;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 400;
    color: #020219
}
#consult .desc_section {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #0d43a9;
    letter-spacing: -.05em
}


#consult_m .formWrap {
 background-color: #e6f1fd;
}
#consult_m .formWrap input, #consult_m .formWrap select {
    background-color: #fff;
}
#consult_m .formWrap .formRow:nth-child(2) {
    margin-top: 0;
}
#consult_m .formWrap h4 {
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 400;
    color: #020219;
}
#consult_m .formWrap .formPhone select+div {
    padding-left: 0;
}
#consult_m .form .submit {
    background-color: #ff4527;
}
#consult_m .tit_section {
    display: block;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 400;
    color: #020219
}
#consult_m .desc_section {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #0d43a9;
    letter-spacing: -.05em
}




/* CLASS */
.hidden {
    display: none;
}
.fixed {
    position: fixed !important;
}
.bold {
    font-weight: 900;
}
.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td.ellipsis, th.ellipsis {
    display: table-cell;
}
.clamp2 {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.clamp3 {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.inner:after, .clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both
}
.screen_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px
} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.cover {
    display: block;
    text-indent: -9999px;
    background-size: cover !important;
}
.contain {
    display: block;
    text-indent: -9999px;
    background-size: contain !important;
}
.justify {
    text-align: justify;
}
/*GLOBAL*/
b, strong {
    font-weight: 700;
}
html, body {
    width: 100%;
    height: 100%;
}
#wrap {
    overflow: hidden;
    visibility: hidden;
    color: #000013;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
}
#wrap ~ .popWrap {
    overflow: hidden;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
.inner {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
/* Start : 입력폼 컴포넌트 */
.form {
    width: 100%;
}
.form input {
    padding: 15px 0 10px;
    cursor: auto;
}
.form input, .form select, .form button {
    float: left;
    clear: both;
    width: 100%;
    height: 60px;
    color: #1c1f28;
    font-size: 16px;
    letter-spacing: -0.03em;
    border-radius: 6px;
    background-color: transparent;
}
.form input, .form select {
    padding-left: 20px;
    border: 1px solid #d6dbe0;
    color: #000;
}
.form input:focus, .form select:focus {
    border: 1px solid royalblue;
}


.form textarea {
    padding: 15px 0 10px;
    cursor: auto;
}
.form itextarea {
    float: left;
    clear: both;
    width: 100%;
    height: 60px;
    color: #1c1f28;
    font-size: 16px;
    letter-spacing: -0.03em;
    border-radius: 6px;
    background-color: transparent;
}
.form textarea {
    padding-left: 20px;
    border: 1px solid #d6dbe0;
    color: #000;
}
.form textarea {
    border: 1px solid royalblue;
}







.form .formRow {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
}
.form .formRow svg, .form .formRow .formIco {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    font-size: 36px;
    color: #858585;
    background-size: contain;
}
.form .formRow label {
    position: relative;
    display: inline-block;
    width: 100%;
}
.form .formRow label::before, .form .formRow label::after {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -8px;
    color: #bbb;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    transition: top 0.4s, font-size 0.4s;
    pointer-events: none;
}
.form .formRow label.active::before, .form .formRow label.active::after {
    top: 20%;
    font-size: 14px;
}
.form .formRow svg~label::before, .form .formRow .formIco~label::before {
    left: 50px;
}
.form .formRow svg~label::after, .form .formRow .formIco~label::after {
    left: 50px;
}
.form .formRow svg~label input, .form .formRow .formIco~label input, .form .formRow svg~input, .form .formRow .formIco~input {
    text-indent: 30px;
}
.form .formRow ::placeholder {
color: #bbb;
font-weight: 500;
letter-spacing: -0.03em;
}
.form .formRow ::-webkit-input-placeholder {
color: #bbb;
font-weight: 500;
letter-spacing: -0.03em;
}
.form .formRow :-ms-input-placeholder {
color: #bbb;
font-weight: 500;
letter-spacing: -0.03em;
}
.form .formRow :-moz-input-placeholder {
color: #bbb;
font-weight: 500;
letter-spacing: -0.03em;
}
.form .formRow+.formRow {
    margin-top: 5px;
}
.form .formRow :only-child {
    width: 100%;
}
#wrap[style*=visible] .form .formRow label::before {
    visibility: visible;
}
#wrap[style*=visible] .form .formRow label.active::before {
    visibility: hidden;
}
#wrap[style*=visible] .form .formRow label::after {
    visibility: hidden;
}
#wrap[style*=visible] .form .formRow label.active::after {
    visibility: visible;
}
.form .formName {
    position: relative;
    clear: none;
    width: 64%;
}


.form .formRow.formGender {
    clear: none;
    margin-top: 0;
    margin-left: 1.3%;
    width: 34.7%;
}
.form .formGender label {
    float: left;
    width: 50%;
}
.form .formGender label i {
    display: block;
    height: 60px;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 60px;
    border-width: 1px;
    border-color: #d6dbe0;
    background-color: #ffffff;
}
.form .formGender label :checked~i {
    color: #fff;
    background-color: #25258c;
}
.form .formGender label:nth-child(1) i {
    border-radius: 6px 0 0 6px;
}
.form .formGender label:nth-child(2) i {
    border-radius: 0 6px 6px 0;
}

#wrap[style*=visible] .form .formBirth label::before {
    visibility: visible;
}

.form .formPhone label {
    float: left;
    width: 100%;
}

#wrap[style*=visible] .form .formPhone label::before {
    visibility: visible;
}

.form .formPhone .phone {
    float: left;
    width: 29.2%;
    border-radius: 6px;
}
.form .formPhone select.phone {
    background-image: url(/images/ico_s.png);
    background-position: 85% 53%;
    background-size: 16px;
}
.form .formPhone input.phone {
    width: 400px;
}
.form .formPhone .endNumber {
    float: right;
    position: relative;
    width: 69.4%;
}
.form .formPhone .endNumber input {
    width: 100%;
}
.form .formPhone button {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    clear: none;
    width: 70px;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #25258c;
}
.form .agreeText {
    float: left;
    position: relative;
    color: #7b828a;
    font-size: 14px;
    line-height: 1.2;
}
.form .formCheck {
}
.form .formCheck label {
    display: none;
    float: left;
    clear: none;
    width: 100%;
}
#wrap[style*=visible] .form .formCheck label::before {
    visibility: visible;
}
#wrap[style*=visible] .form .formCheck label::after {
    content: "인증번호";
    visibility: hidden;
}
.form .formCheck button[name=otp] {
    display: none;
    float: left;
    clear: none;
    width: 19.2%;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #25258c;
}
.form .formCheck input[name=check] {
    float: left;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.form .formAgree {
    position: relative;
}
.form .formAgree .agreement {
    float: left;
    width: auto;
}
.form .formRow.formAgree .agreement span::before {
    content: "";
    float: left;
    margin: 1px 10px 1px 1px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: url(/images/ico01.png);
    background-size: 90%;
}
.form .formRow.formAgree .agreement :checked~span::before {
    background-image: url(/images/ico02.png);
}
.form .formRow.formAgree .agreement span::after {
    content: "개인정보수집·이용에 관한 동의";
    float: left;
    padding-bottom: 3px;
    height: 26px;
    font-size: 1rem;
    letter-spacing: -.05em
}
.form .formAgree i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    text-indent: 0;
    text-align: center;
    line-height: 24px;
    border-width: 1px;
    border-color: #d7d7d7;
    border-radius: 1000px;
    background-color: #fff;
    cursor: pointer;
}
.form .passedMessage {
    display: none;
    float: left;
    margin-top: 10px;
    color: #13890a;
    font-size: 14px;
}
.form .submit {
    display: block;
    position: relative;
    margin: 10px auto 0;
    height: 57px;
    padding: 0 35px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    background-color: #25258c
}
.form.pending .submit {
    background-color: #ddd;
    pointer-events: none;
}
.form .submit.clicked {
    background-color: #999
}
.form.clicked .submit {
    background-color: #999 !important;
}
.form[data-check=true] .formPhone input.phone {
    width: 100%;
    border-radius: 7px 0 0 7px;
}
.form[data-check=true] .formPhone input.phone {
    padding-right: 70px;
}
.form[data-check=true] .formPhone input.phone:focus {
    border-right: 0;
}
.form[data-check=true] .formPhone button {
    display: block;
}
.form[data-passed=true] .check, .form[data-check=true][data-passed=true] .passedMessage {
    display: block;
}



/* 모바일 view */
	
.pc {
    display: block
}
.m {
    display: none
}

@media(max-width:1024px) {
.pc {
    display: none
}
.m {
    display: block
}
}


/* 오른쪽 베너 */
.right_baner {
    position: fixed;
    top: 100px;
    right: 30px;
    width: 79px;
    background-color: #FFFFFF
}

@media (max-width:1400px) {
.right_baner {
    display: none;
}
}
.foot {
    width: 100%;
    height: 374px;
    text-align: center;
    letter-spacing: 0px;
    background-color: rgb(42, 44, 53);
}
.foot ul {
    width: 1200px;
    text-align: left;
    overflow: hidden;
    padding-top: 50px;
    margin-left: calc(50% - 600px);
}
.foot ul::after {
    clear: both;
    display: block;
    content: "";
}
.foot ul li {
    float: left;
}
.foot ul li.foot_right {
    margin-left: 140px;
}
.foot ul li > h3 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
}
.foot ul li > p {
    color: rgb(255, 255, 255);
    line-height: 26px;
    padding-top: 35px;
    font-size: 14px;
    font-weight: 400;
}
.foot ol {
    width: 1200px;
    text-align: left;
    overflow: hidden;
    padding-top: 50px;
    margin-left: calc(50% - 600px);
}
.foot ol::after {
    clear: both;
    display: block;
    content: "";
}
.foot ol li {
    float: left;
}
.foot ol li p {
    color: rgb(240, 240, 240);
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 45px;
}
