@charset "utf-8";
/* 폰트 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/esamanru/esamanru.css');

/* ******************* *
* GLOBAL
* ******************* */
:root {
    --font-Pretendard: "Pretendard Variable", sans-serif;
    --font-esamanru: "esamanru";
    --color-main: #5677E3;
    --color-acc: #3C549F;
    --color1: #3B6DEB;

}

html, body {font-size: 20px;font-family: var(--font-Pretendard);letter-spacing: -0.038rem;line-height: 1.4;word-break: keep-all;word-wrap: break-word;color:#000;touch-action: auto;overscroll-behavior: auto;text-size-adjust:100%;overflow-x: hidden;} 
body {background: #2A2C30;}
.cinner {max-width: 1200px;width: 90%;margin: 0 auto;}
.line-br {display: block;}

@media all and (max-width: 1024px) { 
    html, body { font-size: 18px; } 
	.cinner {width: auto;margin: 0 30px;}
}
@media all and (max-width: 640px){
    .cinner {margin: 0 20px;} 
}

/* scroll Bar */
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb { background-color: var(--color-main); }
body::-webkit-scrollbar-track { background-color: #f9f9f9; }



/* ******************* *
* HEADER
* ******************* */
#header {border-bottom: 1px solid rgba(255,255,255,.2);box-sizing: border-box;position: relative;}
.header__top {padding: 30px 0 20px;border-bottom: 1px solid rgba(255,255,255,.2);box-sizing: border-box;}
.header__top .cinner {display: flex;justify-content: space-between;align-items: center;height: 100%;}
.header__top .total-search {max-width: 450px;width: 100%;height: 50px;border: 2px solid #fff;box-sizing: border-box;border-radius: 25px;}
#totalSch {width: 100%;height: 100%;}
#totalSch > form {display: flex;align-items: center;width: 100%;height: 100%;position: relative;}
#totalSch > form > #sch_stx {flex: 1 1 100%;height: 100%;padding: 7px 55px 7px 25px;border: 0;background: transparent;color: #fff;font-size: 18px;}
#totalSch > form > #sch_submit {flex: 0 0 auto;width: 20px;height: 20px;border: 0;background: transparent url(../img/common/ico-search.svg) 0 0 no-repeat;position: absolute;top: 0;right: 28px;bottom: 0;margin: auto;}

.header__bot {display: flex;justify-content: space-between;align-items: center;gap: 100px;height: 55px;}
.nav__btn {flex: 0 0 auto;height: 100%;aspect-ratio: 1 / 1;border: 0;background: var(--color-main) url(../img/common/ico-menu_all.svg) center no-repeat;}
#main-nav {width: 100%;height: 100%;}
.main-nav__depth1 {height: 100%;}
.main-nav__depth1 .mn-ul1 {display: flex;justify-content: space-between;align-items: center;height: 100%;gap: 60px;}
.main-nav__depth1 .mn-li1 {height: 100%;position: relative;}
.main-nav__depth1 .mn-a1 {display: flex;align-items: center;width: 100%;height: 100%;color: #fff;font-family: var(--font-esamanru);font-size: 18px;font-weight: 300;position: relative;transition: .35s;}
.main-nav__depth1 .mn-a1::after {content: '';display: block;width: 100%;height: 2px;background: var(--color-main);position: absolute;bottom: 0;opacity: 0;transition: .35s;}
.main-nav__depth1 .mn-a1.active,
.main-nav__depth1 .mn-a1:hover {color: var(--color-main);}
.main-nav__depth1 .mn-a1.active::after,
.main-nav__depth1 .mn-a1:hover::after {opacity: 1;}
.main-nav__depth2 {min-width: 200px;position: absolute;top: calc(100% - 10px);left: 50%;transform: translateX(-50%);visibility: hidden;opacity: 0;transition: .35s;}
.main-nav__depth2 .mn-ul2 {width: 100%;padding: 10px 15px;border: 2px solid var(--color-main);border-radius: 10px;box-sizing: border-box;background: #fff;position: absolute;top: calc(100% - 4px);left: 50%;transform: translateX(-50%);}
.main-nav__depth2 .mn-a2 {display: block;padding: 5px 0 5px 15px;color: #555;font-family: var(--font-esamanru);font-size: 16px;font-weight: 300;position: relative;transition: .35s;}
.main-nav__depth2 .mn-a2::before {content: '';display: block;width: 5px;height: 2px;background: #555;position: absolute;top: 0;left: 0;bottom: 0;margin: auto;}
.main-nav__depth2 .mn-a2:hover {color: var(--color-main);}
.main-nav__depth2 .mn-a2:hover::before {background: var(--color-main);}
.main-nav__depth3 {display: none;}
.gnb_1dli_over .main-nav__depth2 {visibility: visible;opacity: 1;}

#mTotalSearch,
#moNavBtn {display: none;}
@media all and (max-width: 1199px){
	.header__bot {gap: 70px;}
	.main-nav__depth1 .mn-ul1 {gap: 50px;}
}
@media (max-width: 1024px){
    .header__bot .nav__btn,
	.main-nav__depth2,
    .total-search #sch_stx,
    .total-search #sch_submit {display: none;}
    
    .header__top {padding: 0;height: 80px;}
    .header__top .header__logo > a > img {margin: 0 auto;}
    .header__top .total-search {width: auto;height: auto;border: 0;position: relative;}
    .header__top #moSchBtnCont {width: 21px;aspect-ratio: 1 / 1;}
    .header__top #moSchBtnCont > .moSchBtn {width: 100%;height: 100%;background: transparent url(../img/common/ico-search.svg) center no-repeat;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;cursor: pointer;}
    .header__top #moSchBtnCont > .moSchBtn_close {display: none;width: 100%;height: 100%;position: relative;}
    .header__top #moSchBtnCont > .moSchBtn_close::before,
    .header__top #moSchBtnCont > .moSchBtn_close::after {content: '';display: block;width: 100%;height: 2px;background: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
    .header__top #moSchBtnCont > .moSchBtn_close::before {transform: rotate(45deg);}
    .header__top #moSchBtnCont > .moSchBtn_close::after {transform: rotate(-45deg);}
	.main-nav__depth1 .mn-ul1 {/* justify-content: center; */gap: 20px;max-width: 460px;width: 100%;margin: 0 auto;}
	.main-nav__depth1 .mn-li1:last-child {display: none;}
	.main-nav__depth1 .mn-a1 {font-size: 14px;}
    #moNavBtn {display: block;width: 25px;height: 17px;background-color: transparent;}

    #mTotalSearch {width: 100%;height: 80px;background: #2A2C30;position: absolute;top: 80px;left: 0;right: 0;margin: auto;z-index: 999;}
    #mTotalSearch .cinner {height: 100%;}
    #mTotalSearch .mtotal-search {display: flex;align-items: center;width: 100%;height: 100%;padding: 15px 0;}
    #mTotalSearch .mtotal-search form {display: flex;align-items: center;gap: 20px;width: 100%;height: 100%;position: relative;}
    #mTotalSearch .mtotal-search form > #sch_stx {padding: 7px 15px;border-radius: 10px;background: #fff;color: #000;}
    #mTotalSearch .mtotal-search form > #sch_submit {position: relative;top: auto;right: auto;}
}
@media all and (max-width: 768px){
    .header__top .header__logo > a > img {width: 200px;}
}
@media all and (max-width: 640px){
	.header__top {padding: 0;height: 70px;}
	.main-nav__depth1 .mn-ul1 {justify-content: space-between;max-width: 365px;width: 100%;margin: 0 auto;}
	#mTotalSearch {height: 70px;top: 70px}
	#mTotalSearch .mtotal-search form > #sch_stx {font-size: 16px;}
}
@media all and (max-width: 500px){
	.header__bot {margin: 0 10px;}
}
@media all and (max-width: 360px){
	.main-nav__depth1 .mn-ul1 {justify-content: center;gap: 15px;}
	.main-nav__depth1 .mn-a1 {font-size: 13px;}
}


/* ******************* *
* SIDEBAR
* ******************* */
#sidebar {max-width: 500px;width: 100%;height: 100%;padding: 30px;box-sizing: border-box;background: #2A2C30;position: fixed;top: 0;right: -500px;z-index: 9999;transition: .35s ease;overflow-y: auto;}
#sidebar.active {right: 0;}
.sidebar__header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.sidebar__header > .logo {width: 220px;}
.sidebar__header > .logo > a {display: block;width: 100%;}
.sidebar__header > .sidebar-btn_close {display: block;width: 40px;aspect-ratio: 1 / 1;border: 0;background: no-repeat;position: relative;}
.sidebar__header > .sidebar-btn_close::before,
.sidebar__header > .sidebar-btn_close::after {content: '';display: block;width: 100%;height: 3px;background: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.sidebar__header > .sidebar-btn_close::before {transform: rotate(45deg);}
.sidebar__header > .sidebar-btn_close::after {transform: rotate(-45deg);}
.sidebar__cont {max-height: calc(100% - 75px);height: 100%;padding-right: 10px;overflow-y: scroll;}
.sidebar__cont::-webkit-scrollbar {width: 4px;}
.sidebar__cont::-webkit-scrollbar-thumb {background-color: #595959;border-radius: 2px;}
.sidebar__cont::-webkit-scrollbar-track {background-color: transparent;}

.sidebar__menu {/* height: 100%; */}
.sidebar__menu_depth1 {/* height: 100%; */}
.sidebar__menu_depth1 a {color: #fff;font-family: var(--font-esamanru);font-size: 18px;font-weight: 300;transition: .35s;}
.sidebar__menu_depth1 a:hover {color: var(--color-main);}
.sidebar__menu_depth1 .mn-ul1 {/* height: 100%; */}
.sidebar__menu_depth1 .mn-li1 {padding: 12px 10px;border-top: 1px solid rgba(255,255,255,.3);position: relative;}
.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2) >.toggle-arrow {display: block;width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;position: absolute;top: 29px;right: 10px;transform: translateY(-50%) rotate(135deg);cursor: pointer;transition: transform 0.3s ease-in-out;}
.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2).active > .toggle-arrow {transform: rotate(-45deg);}
.sidebar__menu_depth1 .mn-a1 {font-size: 18px;}
.sidebar__menu_depth2 {/* max-height: 0; *//* overflow: hidden; *//* transition: max-height 0.3s ease-in-out; */}
.sidebar__menu_depth2 .mn-li2 {padding: 10px;border-bottom: 1px solid rgba(255,255,255,.3);position: relative;}
.sidebar__menu_depth2 .mn-li2:last-child {border-bottom: 0;}
.sidebar__menu_depth2 .mn-li2:has(.sidebar__menu_depth3) > .toggle-arrow {display: block;width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;position: absolute;top: 29px;right: 10px;transform: translateY(-50%) rotate(135deg);cursor: pointer;transition: transform 0.3s ease-in-out;}
.sidebar__menu_depth2 .mn-li2:has(.sidebar__menu_depth3).active > .toggle-arrow {transform: rotate(-45deg);}
.sidebar__menu_depth2 .mn-a2 {font-size: 18px;}
.sidebar__menu_depth3 {/* max-height: 0; *//* overflow: hidden; *//* transition: max-height 0.3s ease-in-out; */}
.sidebar__menu_depth3 .mn-li3 {/* padding: 5px 0; */}
.sidebar__menu_depth3 .mn-a3 {color: #808080;font-size: 15px;}

 /* 뉴스/커뮤니티 2차 메뉴명 가리기 */
.sidebar__menu_depth1 .mn-li1:last-child {padding: 0;}
.sidebar__menu_depth1 .mn-li1:last-child .mn-a1,
.sidebar__menu_depth1 .mn-li1:last-child > .toggle-arrow {display: none;}
.sidebar__menu_depth1 .mn-li1:last-child .sidebar__menu_depth2 {max-height: max-content;}

@media all and (max-width: 1024px){
	#sidebar {right: auto;left: -500px;}
	#sidebar.active {right: auto;left: 0;}
}
@media all and (max-width: 640px){
    .sidebar__header > .sidebar-btn_close {width: 30px;}
}



/* ******************* *
* FOOTER
* ******************* */
.footer__link {background: #3B3B3B;}
.footer__link ul {display: flex;align-items: center;gap: 0 14px;min-height: 50px;padding: 11px 0;box-sizing: border-box;}
.footer__link ul > li:not(:last-child) {padding-right: 14px;position: relative;}
.footer__link ul > li:not(:last-child)::after {content: '';display: block;width: 1px;height: 12px;background: #D9D9D9;position: absolute;top: 10px;right: 0;}
.footer__link ul > li > a {color: #fff;font-size: 15px;font-weight: 400;}
.footer__link ul > li > a.privacy-txt {color: #91AAFF;font-weight: 600;}
.footer__cont {padding: 40px 0 100px;}
.footer__cont > .cinner {display: flex;justify-content: space-between;align-items: center;}
.footer__info .info-wrap {display: flex;flex-direction: column;gap: 3px 0;margin-bottom: 20px;}
.footer__info .info-wrap > .info {display: flex;gap: 0 15px;}
.footer__info .info-wrap > .info > li {color: #fff;font-size: 17px;}
.footer__info .info-wrap > .info > li > address {font-style: normal;}
.footer__info .info-wrap > .info > li em {padding-right: 5px;color: #fff;font-size: 16px;font-weight: 600;font-style: normal;}
.footer__copy > p {color: #747474;font-size: 15px;}
.footer__logo {flex: 0 0 auto;width: 256px;}
.footer__logo > img {max-width: 100%;}

@media all and (max-width: 1199px){
	.footer__info .info-wrap > .info > li {font-size: 16px;}
}
@media all and (max-width: 1024px){
	.footer__cont {padding: 40px 0 60px;}
	.footer__cont > .cinner {flex-direction: column-reverse;align-items: normal;gap: 20px;}
	.footer__logo {width: 220px;}
	.footer__info .info-wrap > .info > li {font-size: 14px;}
	.footer__copy > p {font-size: 12px;}
}
@media all and (max-width: 640px){
	.footer__logo {width: 180px;}
	.footer__info .info-wrap > .info {flex-wrap: wrap;gap: 3px 10px;}
}
@media all and (max-width: 480px){
	.footer__link ul {gap: 0 8px;flex-wrap: wrap;min-height: 40px;padding: 6px 0;}
	.footer__link ul > li:not(:last-child) {padding-right: 8px;}
	.footer__link ul > li > a {font-size: 12px;}
	.footer__link ul > li:not(:last-child)::after {height: 10px;}
}
@media all and (max-width: 350px){
	.footer__link ul > li > a {font-size: 10px;}
}
/* footer 끝 */



/* ******************* *
* 빠른 견적 상담(팝업)
* ******************* */
.consult-popup {position: fixed;left: 0; top: 0;width: 100%; height: 100%;background: rgba(0,0,0,0.6);display: none;justify-content: center;align-items: center;z-index: 9999;}
.consult-popup .popup-inner {background: #fff;padding: 30px;width: 90%;max-width: 500px;border-radius: 12px;position: relative;}
.consult-popup .popup-close {display: block;width: 28px;aspect-ratio: 1 / 1;border: none;background: none;position: absolute;bottom: calc(100% + 10px);right: 0;cursor: pointer;}
.consult-popup .popup-close::before,
.consult-popup .popup-close::after {content: '';display: block;width: 100%;height: 3px;background: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.consult-popup .popup-close::before {transform: rotate(45deg);}
.consult-popup .popup-close::after {transform: rotate(-45deg);}
.consult-popup .title {margin-bottom: 20px;font-family: var(--font-esamanru);font-size: 1.50em;font-weight: 500;text-align: center;}
.consult-popup .title > span {color: var(--color1);}
.consult-popup .frm-in > ul {display: flex;flex-direction: column;gap: 15px;margin-bottom: 15px;}
.consult-popup .frm-in > ul > li {display: flex;align-items: center;gap: 10px;}
.consult-popup .frm-in > ul > li > .label {flex: 0 0 auto;width: 60px;font-family: var(--font-esamanru);font-size: 18px;font-weight: 300;}
.consult-popup .frm-in > ul > li > .cont {width: 100%;}
.consult-popup .frm-in > ul > li > .label {flex: 0 0 auto;width: 60px;font-family: var(--font-esamanru);font-size: 18px;font-weight: 300;}
.consult-popup .frm-in > ul > li > .cont > input[type=text] {width: 100%;height: 45px;padding: 6px 16px;border: 1px solid #E9E9E9;border-radius: 5px;box-sizing: border-box;color: #333;font-size: 18px;font-weight: 500;}
.consult-popup .frm-in > ul > li > .cont > input[type=text]::placeholder {color: #AEAEAE;font-size: 15px;font-weight: 400;}
.consult-popup .frm-in > ul > li > .cont > p {font-family: var(--font-esamanru);font-size: 18px;font-weight: 300;}
.consult-popup .frm-in .agree-box {display: flex;justify-content: space-between;align-items: center;}
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } 
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"] + label {display: flex;align-items: center;margin-bottom: 0;padding-left: 22px;color: #000;font-size: 15px;position: relative;cursor: pointer;} 
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"] + label:before,
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"] + label:after {content: ''; display: block; box-sizing: border-box; position: absolute; top: -1px; bottom: 0; margin: auto;} 
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"] + label:before {border-radius: 2px;width: 15px;height: 15px;border: 1px solid #ebebeb;box-sizing: border-box;border-radius: 2px;background: #fff;left: 0;} 
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"] + label:after {border: 2px solid #fff;border-top: 0;border-right: 0;width: 9px;height: 5px;transform: rotate(-45deg);margin: 11px 0 0 0;opacity: 0;top: -5px;left: 3px;} 
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"]:checked + label:before {background: var(--color-main);} 
.consult-popup .frm-in .agree-box > .cont >input[type="checkbox"]:checked + label:after {opacity: 1;transition: .35s linear;} 
.consult-popup .frm-in .agree-box > a {color: var(--color1);font-size: 15px;font-weight: 700;}
.consult-popup .btn-submit {display: block;width: 100%;height: 50px;margin: 40px auto 0;border: 0;border-radius: 5px;background: #3E4045;color: #fff;font-size: 18px;font-weight: 600;}

@media all and (max-width: 640px){
    .consult-popup .popup-inner {padding: 30px 20px;}
    .consult-popup .frm-in > ul > li > .label {width: 44px;font-size: 16px;}
    .consult-popup .frm-in > ul > li > .cont > input[type=text] {height: 40px;padding: 6px 10px;font-size: 16px;}
    .consult-popup .frm-in > ul > li > .cont > input[type=text]::placeholder {font-size: 14px;}
    .consult-popup .frm-in > ul > li > .cont > p {font-size: 17px;}
    
}



/* ******************* *
* 이용후기(최신글)
* ******************* */
.review-swiper-cont {position: relative;}
.review-swiper {position: relative;overflow: hidden;}
.review-swiper .swiper-slide {border-radius: 10px;overflow: hidden;}
.review-swiper .swiper-slide .img-cont {position: relative;}
.review-swiper .swiper-slide .img-cont > .img {position: relative;}
.review-swiper .swiper-slide .img-cont > .img::before {content: '';display: block;width: 0;padding-top: 59.65%;}
.review-swiper .swiper-slide .img-cont > .img > img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.review-swiper .swiper-slide .img-cont > .tag {max-height: 30px;padding: 5px 12px;border-radius: 5px;box-sizing: border-box;background: var(--color1);color: #fff;font-size: 15px;font-weight: 600;position: absolute;top: 10px;right: 10px;}
.review-swiper .swiper-slide .info-cont {padding: 20px 20px 35px;box-sizing: border-box;background: #FFF;}
.review-swiper .swiper-slide .info-cont > .title-cont {display: flex;justify-content: space-between;align-items: center;gap: 10px;margin-bottom: 20px;}
.review-swiper .swiper-slide .info-cont > .title-cont > .title {width: 100%;}
.review-swiper .swiper-slide .info-cont > .title-cont > .title > .tit {color: #111;font-weight: 700;display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 1;}
.review-swiper .swiper-slide .info-cont > .title-cont > .title > .name {color: #606060;font-size: 15px;}
.review-swiper .swiper-slide .info-cont > .title-cont > .rate {flex: 0 0 auto;width: 73px;}
.review-swiper .swiper-slide .info-cont > .dsec > p {min-height: 42px;color: #606060;font-size: 15px;display: -ms-flexbox;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;}
.review-swiper .empty {width: 100% !important;padding: 50px 0;color: #fff;font-size: 18px;text-align: center;}

.review-swiper-ctrls {display: flex;align-items: center;width: 100%;}
.review-swiper-ctrls button {display: block;width: 54px;height: 54px;border: 1px solid #EBEBEB;border-radius: 50%;box-sizing: border-box;background: #fff;position: absolute;top: 0;bottom: 0;margin: auto;z-index: 1;}
.review-swiper-ctrls button:after {content: '';display: block;border-width: 3px;border-style: solid;border-color: transparent var(--color1) var(--color1) transparent;border-radius: 3px;box-sizing: border-box;width: 30%;height: 30%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.review-swiper-ctrls .btn-prev {right: calc(100% - 20px);}
.review-swiper-ctrls .btn-prev:after {transform: rotate(135deg) translate(-10%, -10%);}
.review-swiper-ctrls .btn-next {left: calc(100% - 20px);}
.review-swiper-ctrls .btn-next:after {transform: rotate(-45deg) translate(-10%, -10%);}
.review-swiper-ctrls button.swiper-button-lock {display: none;}
.review-swiper-cont .btn-more {display: flex;justify-content: center;align-items: center;max-width: 190px;height: 50px;margin: 0 auto;border: 2px solid #fff;border-radius: 25px;box-sizing: border-box;color: #fff;font-size: 18px;font-weight: 500;text-align: center;transition: .35s;}
.review-swiper-cont .btn-more:hover {background: #fff;color: #2A2C30;}

@media all and (max-width: 1024px){
    .review-swiper-ctrls button {width: 45px;height: 45px;}
}



/* ******************* *
* SUB PAGE
* ******************* */
.sub-page {width: 100%;margin-top: 50px;margin-bottom: 150px;}
.sub-page .page-tit {margin-bottom: 50px;}
.sub-page .page-tit .tit {color: #fff;font-size: 2.30em;font-weight: 600;text-align: center;}
.sub-page .page__contents {width: 100%;}

.sub-visual__img {position: relative;}
.sub-visual__img::before {content: '';display: block;width: 0;padding-top: 19.80%;}
.sub-visual__img > img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.sub-visual__cont {display: flex;align-items: center;justify-content: center;flex: 0 1 auto;width: 100%;height: 100%;z-index: 1;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.sub-visual__cont .title {color: #fff;font-size: 2.0em;font-weight: 500;text-align: center;}
.sub-visual__cont .location {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 10px 30px;margin-top: 10px;}
.sub-visual__cont .location > li {position:relative;}
.sub-visual__cont .location > li > a {color: #fff;text-align: center;}
.sub-visual__cont .location > li.home > a {display: block;width: 24px;}
.sub-visual__cont .location > li:not(:last-child)::after {content:'';display:block;width: 8px;aspect-ratio: 1 / 1;border-top: 1px solid #fff;border-right: 1px solid #fff;box-sizing: border-box;position: absolute;top: 50%;right: -15px;transform: rotate(45deg) translateY(-50%);}




/* 뉴스/커뮤니티 메뉴 cnavi 사용 */
.cinner:has(#cnavi) {display: flex;gap: 50px;margin-top:  50px;}
.cinner:has(#cnavi) > .sub-page {max-width: calc(100% - 270px);margin-top: 0;}
.cinner:has(#cnavi) .page-tit {margin-bottom: 10px;}
.cinner:has(#cnavi) .page-tit > .tit {font-family: var(--font-esamanru);font-size: 1.50em;font-weight: 500;text-align: left;}

#cnavi {flex: 0 0 auto;width: 220px;}
.cnavi__list {width: 100%;height: 100%;margin: 0 auto;border: 1px solid rgba(255,255,255,.1);border-radius: 15px 15px 5px 5px;box-sizing: border-box;overflow: hidden;}
.cnavi__list .cn-dl1 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 120px;border-radius: 15px;background: var(--color1);color: #fff;font-family: var(--font-esamanru);font-size: 1.10em;font-weight: 500;}
.cnavi__list .cn-dl2 {padding: 20px;border-bottom: 1px solid rgba(255,255,255,.1);box-sizing: border-box;}
.cnavi__list .cn-dl2 .tit {display: block;width: 100%;height: 100%;box-sizing: border-box;color: #fff;font-family: var(--font-esamanru);font-size: .90em;font-weight: 500;}
.cnavi__list .cn-dl2 .tit.active {color: var(--color1);}
.cnavi__list .cn-dl3 {padding-left: 10px;box-sizing: border-box;}
.cnavi__list .cn-dl3 > ul > li > a {color: rgba(255,255,255,.7);font-size: 16px;position: relative;}
.cnavi__list .cn-dl3 > ul > li > a::before {content: '- ';}
.cnavi__list .cn-dl3 > ul > li.active> a::before {color: var(--color1);}
.cnavi__list .cn-dl3 > ul > li.active> a > span {color: var(--color1);text-decoration: underline;text-underline-offset: 4px;}

@media all and (max-width: 1199px){
	#cnavi {display: none;}
	.cinner:has(#cnavi) > .sub-page {max-width: none;}
}



/* 개인정보처리방침 시작 */
[class*=privacy_con] {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: calc(100% - 40px);max-width: 1200px;height: calc(100% - 40px);max-height: 600px;z-index: 999999;background: #2A2C30;border: 1px solid var(--color-main);box-sizing: border-box;}
[class*=privacy_con] .top{height: 70px;width: 100%;background: var(--color-main);text-align: center;position: relative;top: 0;left: 0;}
[class*=privacy_con] .top p{line-height: 70px;color: #fff;font-family: var(--font-Pretendard);font-size:20px;font-weight: bold;}
[class*=privacy_con] .top span{position: absolute;top: 0;right: 0;height: 100%;width: auto;aspect-ratio: auto 1 / 1;cursor: pointer;}
[class*=privacy_con] .top span::after{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;position: absolute;}
[class*=privacy_con] .top span::before{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(-45deg);top: 50%;left: 50%;position: absolute;}
[class*=privacy_con] #privacy{border: 1px solid #4f4d4d;width: calc(100% - 140px);height: calc(100% - 210px);overflow-y: auto;margin: 70px auto 0;padding: 20px;}
[class*=privacy_con] #privacy>b{display: block; margin-bottom: 20px; word-break: keep-all; font-size:17px; color: #000000;}
[class*=privacy_con] #privacy>.list{}
[class*=privacy_con] #privacy>.list li{display: flex; align-items: flex-start; line-height: 22px;margin-bottom: 10px;}
[class*=privacy_con] #privacy>.list li span{display: block;word-break: keep-all;margin-right: 10px; color: #666666;font-size:17px;}
[class*=privacy_con] #privacy>.list li p{display: block;word-break: keep-all; color: #666666;font-size:17px;}
[class*=privacy_con] #privacy>.list_con{margin-top: 30px;}
[class*=privacy_con] #privacy>.list_con li{margin-bottom: 30px;}
[class*=privacy_con] #privacy>.list_con li:last-child{margin-bottom:0px;}
[class*=privacy_con] #privacy>.list_con li>b{word-break: keep-all;display: flex;align-items: flex-start;line-height: 22px;margin-bottom: 10px;font-family: var(--font-pretendard);font-size:20px;}
[class*=privacy_con] #privacy>.list_con li>b span{display: block;word-break: keep-all;margin-right: 10px;}
[class*=privacy_con] #privacy>.list_con li p{display: block;word-break: keep-all;color: #000;font-family: var(--font-pretendard);font-weight: 500;font-size:17px;margin-bottom: 10px;line-height: 20px;}
[class*=privacy_con] #privacy>.list_con li>span{display: block;word-break: keep-all; color: #666666; font-size:15px;margin-bottom: 10px;}
[class*=privacy_con] #privacy .date_wrap{margin-top: 100px;}
[class*=privacy_con] #privacy .date_wrap p{display: block;word-break: keep-all;font-size: 15px;font-weight: 500;color: #000;}

@media all and (max-width : 1199px){
    [class*=privacy_con] #privacy{ width: calc(100% - 70px); height: calc(100% - 140px); margin: 35px auto 0;}
}
@media all and (max-width : 1024px){
    [class*=privacy_con] .top{height: 50px;}
    [class*=privacy_con] .top p{line-height: 50px;}
}
@media all and (max-width : 640px){
    [class*=privacy_con] #privacy{width: 100%; height: calc(100% - 40px); margin: 0 auto; border: unset;}
}
/* 개인정보처리방침 끝 */