
/* size */
@media screen and (max-width: 1250px) {} /* tablet */
@media screen and (max-width: 650px) {} /* mobile */

/* default */
*{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color : inherit;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'Pretendard', 'sans-serif'; font-weight:400; font-size: 16px; letter-spacing: -0.04em; color: #000; padding:0 !important;}
section{ display:block; overflow: hidden;}
a{ color:inherit;}

.mBr {display: none;}

@media screen and (max-width: 650px) { 
    .pBr {display: none;}
    .mBr {display: block;}
}

input[type="radio"] {position: absolute; overflow: hidden; display: none;}
input[type="radio"] + label {font-size: 18px; display: block;}
input[type="radio"] + label .radio-ico {display:inline-block; width: 28px; height: 28px; font-size: 0; vertical-align: middle; background: url('/assets/img/main/selfArti/check-icon.png') no-repeat; background-size: 100% 100%;}
input[type="radio"]:checked + label .radio-ico {background: url('/assets/img/main/selfArti/check-icon-on.png') no-repeat; background-size: 100% 100%;}
@media screen and (max-width: 1000px) { 
    input[type="radio"] + label {font-size: 3.89vw;}
    input[type="radio"] + label .radio-ico {width: 24px; height: 24px;}
}

/* header */
header{position: fixed; left:0; top:0; width:100%; padding: 21px 0; background: rgba(0, 0, 0, 0.50); z-index: 999; transition: all 0.3s;}
header .inner{display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 98px 0 58px;}
header .logo {width: 205px; height: 63px;}
header .topMenuSec .menuListWrap {display: flex; justify-content: space-between;}
header .topMenuSec .menuListWrap .btnWrap .clickToCall {display: block; background: #2EA4FF; color: #ffffff; font-size: 24px; font-weight: 600; letter-spacing: -1.4px; padding: 8px 20px; border-radius: 25px;}

@media screen and (max-width: 650px) { 
    header {padding: 8px 0;}
    header .inner {padding: 0 17px 0 13px;}
    header .logo {width: 146px; height: 45px;}
    header .topMenuSec .menuListWrap .btnWrap .clickToCall {font-size: 5vw; letter-spacing: -1px; padding: 1.3vw 20px;}
}

/* popup */
.popupBox {position: absolute; z-index: 9999;}
.popupBox .popup {position:absolute; background: #fff;}
.popupBox .popup img {display: block;}
.popupBox .closeWrap {font-size: 18px;background-color: #ededed;padding: 0px 0px 0px 30px;line-height: 67px;}
.popupBox .popupCloseBtn {font-weight:700;font-size: 23px;}
.popupBox .closeWrap input[type='checkbox'] {width: 35px;height: 35px;vertical-align: middle; margin:-4px 0 0 0;}

@media screen and (max-width: 1060px) { 
    .popupBox {width: 100%;}
    .popupBox .popup img {max-width: max-content; width: 100%;}
    .popupBox .popup {top: 50px !important; left: 50% !important; width: 90%; transform: translateX(-50%);}
    .popupBox .closeWrap {font-size: 15px; line-height: 45px; padding: 0 0 0 20px;}
    .popupBox .popupCloseBtn {font-size: 18px;}
    .popupBox .closeWrap input[type='checkbox'] {width: 22px; height: 22px;}
}
/* footer */
footer {background: #fff; border-top: 1px solid #B8B8B8;}
footer .inner {max-width: 1280px; width: 100%; margin: 0 auto; padding: 50px 20px 100px; display: flex; flex-wrap: wrap; justify-content: space-between; font-weight: 400;}
footer .inner .footer-item {flex: 1 0 0%;}
footer .inner .fs-1 {font-size: 15px;}
footer .inner .fs-2 {font-size: 25px;}
footer .inner .f-b {font-weight: 600;}
footer .inner .call {padding: 10px 0;}
footer .inner .call span {color: #2EA4FF;}
footer .inner .tip {color: #767676;}
footer .inner .list {margin-top: 25px;}
footer .inner .list .tr {display: flex; margin-top: 15px;}
footer .inner .list .tr .td {padding-left: 20px;}
footer .popupBtnBox {text-align: right;}
footer .popupBtnBox button {margin: 0; padding: 0; padding-left: 20px; background-color: transparent; outline: none; border: none;}

@media screen and (max-width: 650px) {
    footer .inner {padding: 50px 20px 100px;}
    footer .inner .footer-item {flex: 0 0 auto; width: 100%;}
    footer .inner .fs-1 {font-size: 14px;}

    footer .inner .list .tr .th {width: 30%;}
    footer .inner .list .tr .td {width: 70%; word-break: keep-all;}
    footer .popupBtnBox {margin-top: 30px; text-align: left;}
    footer .popupBtnBox button {padding-left: 0; padding-right: 20px;}
}

/* fixBtm */
.fixBtm {display: none; position: fixed; left: 0; bottom: 0; width: 100vw; height: 50px; background: #1B1917;  z-index: 999;}
.fixBtm .btn {flex: 1;  display: flex; justify-content: center; align-items: center; color: #FFF; font-family: "Spoqa Han Sans Neo"; font-size: 18px; font-weight: 700; background-color: transparent; border: none; outline: none;}
.fixBtm .clickToChat {border-right: 1px solid #fff;}
@media screen and (max-width: 650px) { 
    .fixBtm {display: flex;}
}

/* 개인정보처리방침 팝업 */
.privacyPopupSec{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); z-index: 999; display: flex; align-items: center; justify-content: center;  opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s;}
.privacyPopupSec.show{ opacity: 1; visibility: visible;}
.privacyPopupSec .popupContentArti{ border-radius: 20px; overflow: hidden; width: 90%; margin: 0 auto;}
.privacyPopupSec#termsPopup .popupContentArti{ max-width: 1150px; margin: 0 auto;}
.privacyPopupSec .popupContentArti .titleBox{ display: flex; justify-content: space-between; padding: 25px 50px; background-color: #0E6EB8; color: #fff;}
.privacyPopupSec .popupContentArti .titleBox .txt{ font-size: 25px; font-weight: 700; }
.privacyPopupSec .popupContentArti .titleBox .closeBtn{ background-color: transparent; border: none;}
.privacyPopupSec .popupContentArti .contentBox{ font-size: 18px; font-weight: 300; padding: 25px 0; padding-right: 6px; background-color: #fff;}
.privacyPopupSec .popupContentArti .contentBox b{ font-weight: 700;}
.privacyPopupSec .popupContentArti .contentBox .contentBoxInner { max-height: 60vh; padding: 0 40px; overflow-y: scroll;}
.privacyPopupSec .popupContentArti .contentBox .contentBoxInner::-webkit-scrollbar { width: 8px;}
.privacyPopupSec .popupContentArti .contentBox .contentBoxInner::-webkit-scrollbar-thumb { border-radius: 100px; background: #DADADA;}
.privacyPopupSec .popupContentArti .contentBox .contentBoxInner::-webkit-scrollbar-track { background-color: #F5F5F5; border-radius: 100px;}

@media screen and (max-width: 1000px) { 
    .privacyPopupSec .popupContentArti{ border-radius: 10px;}
    .privacyPopupSec .popupContentArti .titleBox{ align-items: start; padding: 20px;}
    .privacyPopupSec .popupContentArti .titleBox .txt{ font-size: 28px;}
    .privacyPopupSec .popupContentArti .titleBox .closeBtn .icon{ width: 12px;}
    .privacyPopupSec .popupContentArti .contentBox{ font-size: 15px; padding: 28px 0; padding-right: 6px;}
    .privacyPopupSec .popupContentArti .contentBox .contentBoxInner { padding: 0 30px;}
}

/* PC 하단 플로팅 상담신청 [PC] */
.applyPcSec{position: relative; display: flex; align-items: center; justify-content: center;} 
.applyPcSec .inner{position: fixed; bottom: 0; width: 100%; height: 54px; padding: 11px 0; background: #242424; z-index: 999; transition: bottom 0.5s;}
.applyPcSec .inner.hide{bottom: -110px;}
.applyPcSec form, .applyPcSec .applyBox {height: 100%;}
.applyPcSec .applyBox .iptList{display: flex; max-width: 557px; height: 100%; margin: 0 auto;}
.applyPcSec .applyBox .iptList > li {height: 100%;}
.applyPcSec .applyBox .iptList > li.inputLi{width: 53.5%;}
.applyPcSec .applyBox .iptList > li.inputLi .ipt{width: 100%; height: 100%; color: #000; text-align: center; font-family: "Noto Sans KR"; font-size: 12px; font-weight: 400; padding: 8px 10px 7px 10px; background: #FFF; border: none;}
.applyPcSec .applyBox .iptList > li.inputLi .ipt::placeholder {color: #777777;}
.applyPcSec .applyBox .iptList > li.inputLi .ipt::-webkit-input-placeholder {color: #777777;}
.applyPcSec .applyBox .iptList > li.inputLi .ipt::-ms-input-placeholder {color: #777777;}
.applyPcSec .applyBox .iptList > li.inputLi .ipt::-webkit-input-placeholder {color: #777777;}
.applyPcSec .applyBox .iptList > li.inputLi .ipt::-ms-input-placeholder {color: #777777;}
.applyPcSec .applyBox .iptList > li.inputLi .ipt:focus-visible{outline: none !important;}
.applyPcSec .applyBox .iptList > li.chkLi{display: flex; align-items: end; width: 22.27%; padding-left: 1.9%;}
.applyPcSec .applyBox .iptList > li.chkLi label {cursor: pointer;}
.applyPcSec label input[type="checkbox"]{display: none;}
.applyPcSec label input[type="checkbox"] + .txt{position: relative; display: flex; align-items: center; gap: 2px; color: #A5A5A5; font-size: 10px; font-weight: 400;}
.applyPcSec label input[type="checkbox"] + .txt::before{ content:''; position: relative; width: 14px; height: 14px; border-radius: 5px; left: 0; background-image: url('/assets/img/common/quickCheckBefore.png'); background-size: 10.5px 10.5px; background-repeat: no-repeat; background-position: center;}
.applyPcSec label input[type="checkbox"]:checked + .txt::before{ background-image: url('/assets/img/common/quickCheckAfter.png');}
.applyPcSec label input[type="checkbox"]:checked + .txt{ color: #ffff;}
.applyPcSec .applyBox .iptList > li.btnLi{width: 24.23%;}
.applyPcSec .applyBox .iptList > li.btnLi .submitBtn{width: 100%; height: 100%; color: #FFF; text-align: center; font-size: 17px; font-weight: 700;letter-spacing: -1px; border: none; border-radius: 100px; background: #2EA4FF;}

@media screen and (max-width: 1200px) { 
    .applyPcSec{ display: none;}
}

/* ===================== 메인 ===================== */
.main .mainTitleBox .title {font-size: 48px; font-weight: 700; line-height: 130%; letter-spacing: -2.5%; word-break: keep-all;}
.main .mainTitleBox .title .fw-light {font-weight: 400;}
.main .mainTitleBox .content {font-size: 26px; font-weight: 500; line-height: 150%; letter-spacing: -2.5%;}

@media screen and (max-width: 1000px) {
    .main .mainTitleBox .title {font-size: 40px;}
    .main .mainTitleBox .content {font-size: 18px;}
}
@media screen and (max-width: 650px) {
    .main .mainTitleBox .title {font-size: 7.22vw;}
    .main .mainTitleBox .content {font-size: 4.48vw;}
}
@media screen and (max-width: 400px) {}


/* bannerArti */
.main .bannerArti {position: relative; height: 100vh; max-height: 1080px; background: url('/assets/img/main/bannerArti/bg.jpg') no-repeat right/cover;}
.main .bannerArti::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);}
.main .bannerArti .inner {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.main .bannerArti .mainTitleBox {position: relative; text-align: center;}
.main .bannerArti .mainTitleBox .title {color: #fff; font-size: 60px;}
.main .bannerArti .mainTitleBox .content {color: #E0E0E0; margin-top: 15px;}

@media screen and (max-width: 1000px) {
    .main .bannerArti .mainTitleBox .title {font-size: 40px;}
}
@media screen and (max-width: 650px) {
    .main .bannerArti .mainTitleBox .title {font-size: 7.22vw;}
}
@media screen and (max-width: 400px) {}


/* kindArti */
.main .kindArti {background: #fff; padding: 80px 0;}
.main .kindArti .inner {max-width: 1280px; width: 100%; margin: 0 auto;}
.main .kindArti .list {display: flex; flex-wrap: wrap;}
.main .kindArti .list li {flex: 1 0 0%; padding: 0 10px;}
.main .kindArti .list li .kind-img-area {border: 1px solid #E1E1E1; border-radius: 13px; position: relative; width: 100%; padding-top: 100%;}
.main .kindArti .list li .kind-img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;display: flex; align-items: center; justify-content: center;}
.main .kindArti .list li .kind-title {margin-top: 10px; text-align: center; font-size: 18px; color: #000;}

@media screen and (max-width: 1000px) {
    .main .kindArti .list li {flex: 0 0 auto; width: 25%;}
    .main .kindArti .list li:nth-child(5), .main .kindArti .list li:nth-child(6), .main .kindArti .list li:nth-child(7), .main .kindArti .list li:nth-child(8) {margin-top: 20px;}
}
@media screen and (max-width: 650px) {
    .main .kindArti .list li {flex: 0 0 auto; width: 33.33333333%;}
    .main .kindArti .list li:nth-child(4), .main .kindArti .list li:nth-child(5), .main .kindArti .list li:nth-child(6), .main .kindArti .list li:nth-child(7), .main .kindArti .list li:nth-child(8) {margin-top: 20px;}
    .main .kindArti .list li .kind-title {font-size: 3.88vw;}
}
@media screen and (max-width: 400px) {}


/* profileArti */
.main .profileArti {background: #fff; padding: 120px 0 150px;}
.main .profileArti .inner {max-width: 1280px; width: 100%; margin: 0 auto; padding: 0px 20px;}
.main .profileArti .contentBox {display: flex; flex-wrap: wrap; align-items: center; margin-top: 30px;}
.main .profileArti .contentBox .contentItem {flex: 0 0 auto; width: 50%;}
.main .profileArti .contentBox .contentItem:nth-child(1) {padding-right: 20px;}
.main .profileArti .contentBox .contentItem:nth-child(2) {padding-left: 20px;}
.main .profileArti .contentBox .contentItem img {width: 100%;}
.main .profileArti .contentBox .contentItem .profile-name {font-size: 30px; font-weight: 700;}
.main .profileArti .contentBox .contentItem .profile-desc {margin-top: 20px;}
.main .profileArti .contentBox .contentItem .profile-desc ul li {margin-bottom: 12px; color: #111111; font-size: 18px; font-weight: 400;}
.main .profileArti .contentBox .contentItem .btn-area {display: flex; flex-wrap: wrap; align-items: center; margin-top: 30px;}
.main .profileArti .contentBox .contentItem .btn-area .btn-item {flex: 0 0 auto; width: 50%; }
.main .profileArti .contentBox .contentItem .btn-area .btn-item:nth-child(1) {padding-right: 15px;}
.main .profileArti .contentBox .contentItem .btn-area .btn-item:nth-child(2) {padding-left: 15px;}
.main .profileArti .contentBox .contentItem .btn-area .btn {background: #E7E7E7; border-radius: 15px; color: #767676; font-size: 18px; font-weight: 600; text-align: center; padding: 21.5px 0;}
.main .profileArti .contentBox .contentItem .btn-area .btn a {display: block;}
.main .profileArti .bannerBox {margin-top: 70px;}
.main .profileArti .bannerBox .list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.main .profileArti .bannerBox .list li {flex: 0 0 auto; width: 24%;}
.main .profileArti .bannerBox .list li img {width: 100%;}
.main .profileArti .bannerBox .list li .banner-img-mo {display: none;}
.main .profileArti .bannerBox .list li .banner-title {font-size: 24px; font-weight: 600; margin-top: 15px; color: #111111;}
.main .profileArti .bannerBox .list li .banner-desc {font-size: 18px; font-weight: 400; margin-top: 10px; color: #767676;}


@media screen and (max-width: 1000px) {
    .main .profileArti {background: #fff; padding: 50px 0 80px;}
    .main .profileArti .contentBox .contentItem {flex: 0 0 auto; width: 100%;}
    .main .profileArti .contentBox .contentItem:nth-child(1) {padding-right: 0;}
    .main .profileArti .contentBox .contentItem:nth-child(2) {padding-left: 0;}
    .main .profileArti .contentBox .contentItem .profile-box {margin-top: 20px;}
    .main .profileArti .contentBox .contentItem .profile-name {font-size: 28px;}
    .main .profileArti .contentBox .contentItem .profile-desc ul li {font-size: 18px;}
    .main .profileArti .contentBox .contentItem .btn-area .btn {font-size: 20px;}
    .main .profileArti .bannerBox .list li {flex: 0 0 auto; width: 49%;}
    .main .profileArti .bannerBox .list li:nth-child(3), .main .profileArti .bannerBox .list li:nth-child(4) {margin-top: 30px;}
}
@media screen and (max-width: 650px) {
    .main .profileArti .contentBox .contentItem .profile-name {font-size: 5.6vw;}
    .main .profileArti .contentBox .contentItem .profile-desc ul li {font-size: 3.9vw;}
    .main .profileArti .contentBox .contentItem .btn-area .btn-item {flex: 0 0 auto; width: 100%; }
    .main .profileArti .contentBox .contentItem .btn-area .btn-item:nth-child(1) {padding-right: 0;}
    .main .profileArti .contentBox .contentItem .btn-area .btn-item:nth-child(2) {padding-left: 0; margin-top: 10px;}
    .main .profileArti .contentBox .contentItem .btn-area .btn {font-size: 3.9vw;}
    .main .profileArti .bannerBox {margin-top: 40px;}
    .main .profileArti .bannerBox .list li {flex: 0 0 auto; width: 100%;}
    .main .profileArti .bannerBox .list li:nth-child(2), .main .profileArti .bannerBox .list li:nth-child(3), .main .profileArti .bannerBox .list li:nth-child(4) {margin-top: 30px;}
    .main .profileArti .bannerBox .list li .banner-img-pc {display: none;}
    .main .profileArti .bannerBox .list li .banner-img-mo {display: block;}
    .main .profileArti .bannerBox .list li .banner-title {font-size: 4.48vw;}
    .main .profileArti .bannerBox .list li .banner-desc {font-size: 3.48vw;}
}
@media screen and (max-width: 400px) {}


/* selfArti */
.main .selfArti {background: #F6F6F6; padding: 120px 0;}
.main .selfArti .inner {max-width: 1280px; width: 100%; margin: 0 auto; padding: 0px 20px;}
.main .selfArti .mainTitleBox .content {color: #959595; margin-top: 15px;}
.main .selfArti .surveyBox {margin-top: 50px; width: 45%;}
.main .selfArti .surveyBox .surveySwiper {position: relative; height: 595px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem {background: #fff; border-radius: 15px; padding: 30px 20px; position: relative;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .blur-disabled {display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(1px); z-index: 999; border-radius: 15px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem.on .blur-disabled {display: none; }
.main .selfArti .surveyBox .surveySwiper .surveyItem .survey-step {color: #2EA4FF; font-size: 18px; font-weight: 600; margin-bottom: 5px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .survey-title {color: #111111; font-size: 26px; font-weight: 500;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .survey-sub-title {color: #111111; font-size: 18px; font-weight: 400; margin-top: 15px; word-break: keep-all;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .item-box {margin-top: 20px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .radio-input {margin-top: 12px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .radio-input:first-child {margin-top: 0;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .radio-input input[type="radio"] + label {border: 1px solid #E1E1E1; border-radius: 15px; padding: 15px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .radio-input input[type="radio"]:checked + label {border: 1px solid #2EA4FF;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .radio-input input[type="radio"] + label .radio-ico{margin-right: 12px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .text-input {border: 1px solid #E1E1E1; border-radius: 15px; padding: 15px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .text-input input[type="text"], .main .selfArti .surveyBox .surveySwiper .surveyItem .text-input input[type="tel"] {font-size: 18px; border: 0;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .btn-box {position: fixed; bottom: 30px; left: 0; width: 100%; text-align: center;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .btn-box button {width: calc(100% - 40px); border: 0; border-radius: 15px; color: #767676; font-size: 18px; padding: 20px 0;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .btn-box button.on {background: #2EA4FF; color: #fff;}

@media screen and (max-width: 1000px) {
    .main .selfArti {padding: 50px 0;}
    .main .selfArti .surveyBox {margin-top: 20px; width: 100%; overflow: hidden;}
    .main .selfArti .surveyBox .surveySwiper {padding-bottom: 40px;}
    .main .selfArti .surveyBox .surveySwiper .surveyItem .survey-step {font-size: 4.18vw;}
    .main .selfArti .surveyBox .surveySwiper .surveyItem .survey-title {font-size: 5vw;}
    .main .selfArti .surveyBox .surveySwiper .surveyItem .survey-sub-title {font-size: 4.18vw;}
    .main .selfArti .surveyBox .surveySwiper .surveyItem .text-input input[type="text"] {font-size: 14px;}
    .main .selfArti .surveyBox .surveySwiper .surveyItem .btn-box button {font-size: 3.89vw;}
}
@media screen and (max-width: 650px) {
    .main .selfArti .mainTitleBox .content {font-size: 4.16vw;}
}
@media screen and (max-width: 400px) {}
