
/* 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;}
}

.swiper-pagination-bullet-active {background: #F54748 !important;}

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: #F54748; 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: #F54748;}
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: #F54748;}

@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) {}


/* 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 {text-align: center;}
.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: #A5A5A5; font-size: 18px; font-weight: 600; margin-bottom: 5px;}
.main .selfArti .surveyBox .surveySwiper .surveyItem .survey-step .current{color: #F54748;}
.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; line-height: 23px;}
.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 #F54748;}
.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: #F54748; 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) {}


/* lawyerArti */
.main .lawyerArti {position: relative; padding: 200px 0 0; max-height: 1080px; background: url('/assets/img/main/lawyerArti/bg.jpg') no-repeat right/cover;}
.main .lawyerArti::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);}
.main .lawyerArti .inner {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.main .lawyerArti .mainTitleBox {position: relative; text-align: center;}
.main .lawyerArti .mainTitleBox .title {color: #fff; font-size: 60px; font-weight: 500;}
.main .lawyerArti .mainTitleBox .title b {font-weight: 800;}
.main .lawyerArti .mainTitleBox .content {color: #E0E0E0; margin-top: 15px;}
.main .lawyerArti .mainTitleBox .imgBox{padding: 0 20px;}
.main .lawyerArti .mainTitleBox .imgBox img {width: 100%;}

@media screen and (max-width: 1000px) {
    .main .lawyerArti {padding: 15vw 0 0;}
    .main .lawyerArti .mainTitleBox .title {font-size: 40px;}
}
@media screen and (max-width: 650px) {
    .main .lawyerArti .mainTitleBox .title {font-size: 7.22vw;}
}
@media screen and (max-width: 400px) {}


/* caseArti */
.main .caseArti {background: #fff; padding: 80px 0;}
.main .caseArti .inner {max-width: 1280px; width: 100%; margin: 0 auto;}
.main .caseArti .mainTitleBox {position: relative; text-align: center;}
.main .caseArti .mainTitleBox .imgTitle-pc {display: block;}
.main .caseArti .mainTitleBox .imgTitle-mo {display: none;}
.main .caseArti .contentBox {width: 100%; margin-top: 50px; padding: 0 20px;}
.main .caseArti .contentBox ul.list {display: flex; align-items: flex-start; width: 100%; max-width: 100%;}
.main .caseArti .contentBox ul.list li {margin-left: -10%; position: relative; z-index: 1;}
.main .caseArti .contentBox ul.list li:first-child {margin-left: 0;}
.main .caseArti .contentBox ul.list li img {width: 100%; display: block; }
.main .caseArti .buttonBox {margin-top: 50px; text-align: center;}
.main .caseArti .buttonBox .btn {background: #E7E7E7; color: #767676; font-size: 30px; font-weight: 500; border-radius: 15px; padding: 20px 50px;}

@media screen and (max-width: 1000px) {
    .main .caseArti .mainTitleBox .imgTitle-pc {display: none;}
    .main .caseArti .mainTitleBox .imgTitle-mo {display: block;}
    .main .caseArti .buttonBox .btn {font-size: 3vw; padding: 2vw 5vw;}
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 400px) {}


/* introduceArti */
.main .introduceArti {background: #F6F6F6; padding: 80px 0;}
.main .introduceArti .inner {max-width: 1280px; width: 100%; margin: 0 auto;}
.main .introduceArti .mainTitleBox {position: relative; text-align: center;}
.main .introduceArti .mainTitleBox .title {color: #111111; font-size: 48px; font-weight: 500;}
.main .introduceArti .mainTitleBox .title b {font-weight: 800;}
.main .introduceArti .contentBox {width: 100%; margin-top: 50px; padding: 0 20px;}
.main .introduceArti .contentBox .container {display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 20px; width: 100%; align-items: center;}
.main .introduceArti .contentBox .container > div {width: 100%;}
.main .introduceArti .contentBox .container .imgBox {border-radius: 15px; overflow: hidden;}
.main .introduceArti .contentBox .container .imgBox img {width: 100%;}
.main .introduceArti .contentBox .container .descBox {height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.main .introduceArti .contentBox .container .descBox .txtBox {background: #fff; border-radius: 30px; padding: 50px;}
.main .introduceArti .contentBox .container .descBox .txtBox .header {color: #F54748; font-size: 26px; font-weight: 600; margin-bottom: 40px;}
.main .introduceArti .contentBox .container .descBox .txtBox .body {color: #000000; font-size: 18px; font-weight: 400; line-height: 22px;}
.main .introduceArti .contentBox .container .descBox .buttonBox {display: flex; gap: 20px;}
.main .introduceArti .contentBox .container .descBox .buttonBox .btn {background: #E7E7E7; color: #767676; font-size: 18px; font-weight: 500; border-radius: 15px; padding: 20px 0; width: 100%; display: block; text-align: center;}

@media screen and (max-width: 1000px) {
    .main .introduceArti {padding: 15vw 0;}
    .main .introduceArti .mainTitleBox .title {font-size: 30px;}

    .main .introduceArti .contentBox .container {grid-template-columns: 1fr;}
    .main .introduceArti .contentBox .container .descBox {gap: 20px;}
}
@media screen and (max-width: 650px) {
    .main .introduceArti .mainTitleBox .title {font-size: 5.5vw;}
    
    .main .introduceArti .contentBox .container .descBox .txtBox {padding: 5vw;}
    .main .introduceArti .contentBox .container .descBox .txtBox .header {font-size: 4.2vw; margin-bottom: 4vw;}
    .main .introduceArti .contentBox .container .descBox .txtBox .body {font-size: 2.8vw;}
    .main .introduceArti .contentBox .container .descBox .buttonBox {display: flex; flex-direction: column; align-items: center; gap: 10px;}
    .main .introduceArti .contentBox .container .descBox .buttonBox .btn {font-size: 3.1vw; padding: 3vw 0; width: 50%;}
}
@media screen and (max-width: 400px) {}


/* boardHeaderArti */
.main .boardHeaderArti {position: relative; padding: 200px 0; max-height: 1080px; background: url('/assets/img/sub/board-bg.jpg') no-repeat right/cover;}
.main .boardHeaderArti::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6);}
.main .boardHeaderArti .inner {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.main .boardHeaderArti .mainTitleBox {position: relative; text-align: center;}
.main .boardHeaderArti .mainTitleBox .title {color: #fff; font-size: 60px;}
.main .boardHeaderArti .mainTitleBox .content {color: #E0E0E0; margin-top: 15px;}

@media screen and (max-width: 1000px) {
    .main .boardHeaderArti {padding: 15vw 0;}
    .main .boardHeaderArti .mainTitleBox .title {font-size: 40px;}
}
@media screen and (max-width: 650px) {
    .main .boardHeaderArti .mainTitleBox .title {font-size: 7.22vw;}
}
@media screen and (max-width: 400px) {}


/* boardBodyArti */
.main .boardBodyArti {background: #ffffff; padding: 80px 0;}
.main .boardBodyArti .inner {max-width: 1280px; width: 100%; margin: 0 auto; padding: 0px 20px;}
.main .boardBodyArti .inner .contentBox .searchBox {text-align: center;}
.main .boardBodyArti .inner .contentBox .searchBox .formBox {position: relative; display: inline-block; max-width: 540px; width: 100%; background: #F5F5F5; padding: 20px 15px; border-radius: 15px; overflow: hidden;}
.main .boardBodyArti .inner .contentBox .searchBox .formBox .inputBox {width: 100%;}
.main .boardBodyArti .inner .contentBox .searchBox .formBox .inputBox input[type=text] {width: 100%; background: transparent; border: 0; font-size: 18px;}
.main .boardBodyArti .inner .contentBox .searchBox .formBox .buttonBox {position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.main .boardBodyArti .inner .contentBox .searchBox .formBox .buttonBox input[type=submit] {background-image: url(/assets/img/sub/search-btn.png); background-position: 0px 0px; background-repeat: no-repeat; width: 30px; height: 30px; border: 0px; cursor: pointer; outline: 0; font-size: 0; background-color: transparent;}
.main .boardBodyArti .inner .contentBox .listBox {margin-top: 40px;}
.main .boardBodyArti .inner .contentBox .listBox ul.list {display: flex; flex-wrap: wrap; align-items: center; gap: 1%;}
.main .boardBodyArti .inner .contentBox .listBox ul.list .item {width: 24%; margin-top: 30px;}
.main .boardBodyArti .inner .contentBox .listBox ul.list .item .itemLink {display: block;}
.main .boardBodyArti .inner .contentBox .listBox ul.list .item .imgBox {position: relative;}
.main .boardBodyArti .inner .contentBox .listBox ul.list .item .imgBox .labelBox {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70%;}
.main .boardBodyArti .inner .contentBox .listBox ul.list .item .imgBox img {width: 100%;}
.main .boardBodyArti .inner .contentBox .listBox ul.list .item .titleBox {margin-top: 20px; text-align: center; font-size: 18px; font-weight: 400; color: #111111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main .boardBodyArti .inner .contentBox .pagination {margin-top: 50px; text-align: center;}
.main .boardBodyArti .inner .contentBox .pagination nav {display: inline-block;}
.main .boardBodyArti .inner .contentBox .pagination ul {display: flex; gap: 20px;}
.main .boardBodyArti .inner .contentBox .pagination ul li {font-size: 16px; font-weight: 400; color: #111111;}
.main .boardBodyArti .inner .contentBox .pagination ul li .active {color: #F54748;}
.main .boardBodyArti .inner .contentBox .pagination ul li.arrow {color: #A9A9A9;}
.main .boardBodyArti .inner .contentBox .pagination ul li.arrow.disabled {display: none;}

.main .boardBodyArti .inner .contentBox .viewBox {display: flex; flex-wrap: wrap; gap:5%;}
.main .boardBodyArti .inner .contentBox .viewBox .detailBox {width: 70%}
.main .boardBodyArti .inner .contentBox .viewBox .detailBox .labelBox {font-size: 26px; color: #A9A9A9;}
.main .boardBodyArti .inner .contentBox .viewBox .detailBox .titleBox {font-size: 48px; color: #111111; margin-top: 10px;}
.main .boardBodyArti .inner .contentBox .viewBox .detailBox .dateBox {font-size: 18px; color: #111111; margin-top: 10px;}
.main .boardBodyArti .inner .contentBox .viewBox .detailBox .contents {margin-top: 50px;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox {width: 25%;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox img {width: 100%;}

.main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox {display: flex; gap:4%; margin-top: 30px;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .prevBox, .main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .nextBox {width: 48%; color: #A9A9A9;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .prevBox a, .main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .nextBox a { display: flex; align-items: center; gap: 5px;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .nextBox a {justify-content: end;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .prevBox a .arrow, .main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .nextBox a .arrow {width: 10%;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .nextBox a .arrow {text-align: right;}
.main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .prevBox a .text, .main .boardBodyArti .inner .contentBox .viewBox .etcBox .otherPostBox .nextBox a .text {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media screen and (max-width: 1000px) {
    .main .boardBodyArti {padding: 15vw 0;}
    .main .boardBodyArti .inner .contentBox .listBox {margin-top: 10px;}
    .main .boardBodyArti .inner .contentBox .listBox ul.list {gap: 2%;}
    .main .boardBodyArti .inner .contentBox .listBox ul.list .item {width: 49%; margin-top: 5vw;}

    .main .boardBodyArti .inner .contentBox .viewBox .detailBox .titleBox {font-size: 40px;}
    .main .boardBodyArti .inner .contentBox .viewBox .detailBox .labelBox {font-size: 18px;}
    .main .boardBodyArti .inner .contentBox .viewBox .detailBox .dateBox {font-size: 4.18vw;}
}
@media screen and (max-width: 650px) {
    .main .boardBodyArti .inner .contentBox .searchBox .formBox .inputBox input[type=text] {font-size: 4.48vw;}
    .main .boardBodyArti .inner .contentBox .listBox ul.list .item .titleBox {font-size: 4.48vw;}
    .main .boardBodyArti .inner .contentBox .pagination ul li {font-size: 4.2vw;}

    .main .boardBodyArti .inner .contentBox .viewBox .detailBox {width: 100%}
    .main .boardBodyArti .inner .contentBox .viewBox .etcBox {width: 100%; margin-top: 50px;}
    .main .boardBodyArti .inner .contentBox .viewBox .detailBox .titleBox {font-size: 7.22vw;}
    .main .boardBodyArti .inner .contentBox .viewBox .detailBox .labelBox {font-size: 4.48vw;}
}
@media screen and (max-width: 400px) {
    .main .boardBodyArti .inner .contentBox .searchBox .formBox .inputBox input[type=text] {font-size: 4.7vw;}
    .main .boardBodyArti .inner .contentBox .listBox ul.list .item .titleBox {font-size: 4.7vw;}
    .main .boardBodyArti .inner .contentBox .pagination ul li {font-size: 4.3vw;}
}