@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
    font-family: 'DAEAM_LEE_TAE_JOON';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/DAEAM_LEE_TAE_JOON.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* ========================================== RESET */
body {overflow-x: hidden !important; font-family: 'Pretendard', sans-serif; line-height: 1; color: #02251f; 
    word-break: keep-all;}
body.hidden {overflow: hidden !important;}
* {margin: 0; padding: 0; box-sizing: border-box;}
ul,ol {list-style: none;}
hr {display: none;}
h1 {margin: 0;}
a {text-decoration: none; color: #fff;}
b {font-weight: 700;}
button {border: none; background: none; cursor: pointer;
    font-family: 'Pretendard', sans-serif;}
img {border: none;}
html {font-size: 0.625em;}
.clear:after {content: ""; clear: both; display: block;}
.blind {position: absolute; top: -9999px; left: -9999px;}
table {width: 100%; border-spacing: 0;}
table caption {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}
.pc {display: none;}
i.img, i.icon {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
}
.font-bt {font-family: 'DAEAM_LEE_TAE_JOON';}
input, select{font-family: 'Pretendard', sans-serif; }
.ls {letter-spacing: -0.05rem;}
/* ================================================ MOBILE */
/* =============== HEADER */
main {padding-top: 55px;}
.navWrap {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 55px;
    /* border-bottom: 1px solid #ddd; */
    z-index: 999;
    transition: .35s;
    background: #fff;
}
.navWrap h1 {padding-top: 4px;}
.navWrap h1 a {
    display: block;
    height: 46px;
    margin: 0 auto;
    background: url(../../img/logo.png) no-repeat center/contain;
    text-indent: -9999px;
    overflow: hidden;
    transition: .65s;
}
.navWrap button {
    position: absolute;
    top: 50%; left: 4.533%; transform: translateY(-50%);
    width: 26px; height: 22px;
}
.navWrap button span {
    display: block;
    width: 100%; height: 3px;
    background: #6a6a6a;
    transition: .35s;
    border-radius: 6px;
}
.navWrap button span:nth-child(2) {margin: 6px 0; width: 21px;}

/* ======= NAV */
.nav-before {
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    content: '';
    top: 55px; left: 0;
    width: 100vw; height: calc(100vh - 55px);
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.navInner {
    visibility: hidden;
    transform: translateX(100%);
    position: absolute;
    top: 55px; right: 0;
    width: 78.66%; height: calc(100vh - 55px);
    z-index: 2;
}
.gnb {
    /* height: 73vh; */
    height: 34vh;
    overflow-y: scroll;
}
.gnb > li > a {
    position: relative;
    display: block;
    padding: 20px 8.666%;
    font-size: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #d3d3d3;
    color: #111727;
}
.gnb > li > a:after {
    position: absolute;
    content: '';
    right: 18px; top: 50%; transform: translateY(-50%);
    width: 13px; height: 8px;
    background: url(../..resources/img/icon_arrow_down.png) no-repeat center/contain;
}
.gnb > li > a.on:after {background-image: url(../..resources/img/icon_gnb-arrow_on.png);}
.lnb {display: none;}
.lnb li a {
    display: block;
    padding: 18px 10.466%;
    font-size: 1.6rem; color: #062502;
}
.lnb li a.pc {display: none;}
.lnb li a:before {
    display: inline-block;
    content: '';
    margin-right: 6px;
}

/* ======= navWrap.active */
.navWrap.scroll, .navWrap.active {
    background: #fff;
    /* border-bottom: 1px solid #dbdbdb; */
}
.navWrap.active button span {position: absolute; width: 100%;}
.navWrap.active button span:nth-child(2) {opacity: 0;}
.navWrap.active button span:first-child {transform: rotate(-45deg);}
.navWrap.active button span:last-child {transform: rotate(45deg);}
/* === navWrap.active NAV */
.navWrap.active .nav-before {
    visibility: visible;
    transform: scaleX(1);
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navWrap.active .navInner {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: 1s .1s;
    background: #fff;
}

/* ============= FOOTER === */
footer {background: #111727;}
.footer-inner {padding: 28px 4.533%;}
.footer-inner .logo-box img {
    height: 46px;
    filter: brightness(0) invert(1);
}
.footer-inner .info-box {margin: 25px 0 18px;}
.footer-inner .info-box p {font-size: 1.5rem; color: #a6a6a6;}
.footer-inner .info-box p:nth-child(n+2) {margin-top: 16px;}
.footer-inner .copy-box {
    font-size: 1.2rem; color: #777; margin-top: 10px;
}

/* ====================== QUICK_BTNS */
#quick-btns {
	position: fixed;
	bottom: 26px; right: 14px;
	z-index: 99;
}
#quick-btns.dev {
	opacity: 0;
	transition: .5s;
}
#quick-btns.dev li a {pointer-events: none;}
#quick-btns li:nth-child(n+2) {margin-top: 8px;}
#quick-btns li a {
	position: relative;
	display: block;
	width: 52px; height: 52px;
	border-radius: 100%;
	background: #ffdd00;
	box-shadow: 2px 3px 6px 0px rgb(56 56 56 / 20%);
}
#quick-btns li a img {
	position: absolute;
	top: 50%; left: 50%; transform: translate(-50%,-50%);
	height: 21px;
}
#quick-btns li.call a {background: #45c4b0;}
#quick-btns li.kakao a img {height: 31px;}
/* ============= SUBCOMMON === */
/* ======= VISUAL-INNER === */
.sub-visual-inner {
    position: relative;
    margin-top: 155px;
    height: 255px;
    background: url(../../img/list_bg.png) no-repeat center/cover;
}
.sub-visual-inner.rev {
    background-image: url(../../img/m_review_bg.png);
}
.sub-visual-inner.inq {
    background-image: url(../../img/m_inquire_bg.png);
}
.sub-visual-inner.not {
    background-image: url(../../img/m_notice_bg.png);
}
.sub-visual-inner:before,
.sub-visual-inner:after {
    position: absolute;
    content: '';
    top: 0; left: 0;
    width: 34.62%; height: 100%;
    background: #161d35;
    transform-origin: left;
    transform: scaleX(1);
} 
.sub-visual-inner:after {
    left: auto; right: 0;
    transform-origin: right;
}
#visual.loaded .sub-visual-inner:before,
#visual.loaded .sub-visual-inner:after {
    transform: scaleX(0);
    transition: all .8s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-visual-inner .txt-box {
    position: absolute;
    left: 50%; top: -45px; transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}
.sub-visual-inner .txt-box .eng {
    display: block;
    /* margin-bottom: 7px; */
    /* margin-bottom:-10px; */
    font-size: 1.5rem; color: #919191;
}
.sub-visual-inner .txt-box h3{
    font-size: 3rem; color: #fff;
    font-weight: 900;
    text-shadow: 3px 4px 5.39px rgba(27, 27, 27, 0.17);
    margin-top: 15px;
}
.sub-visual-inner .txt-box :is(.eng, h3) {
    opacity: 0;
    transform: translateY(30px);
} 
#visual.loaded .sub-visual-inner .txt-box :is(.eng, h3) {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s .2s;
} 
#visual.loaded .sub-visual-inner .txt-box h3 {transition-delay: .4s !important;} 
.sub-visual-inner .snb-area {
    position: absolute;
    bottom: 0; left: 50%; transform: translate(-50%,50%);
    width: calc(100% - 32px); height: 50px;
    padding: 0 25px;
    background: #161d35;
}
.sub-visual-inner .snb-area :is(.page-depth1, .snb li) {display: none;}
.sub-visual-inner .snb-area .snb .now-page {
    display: block;
}
/* .sub-visual-inner .snb-area .snb {margin-top:0px;} */
.sub-visual-inner .snb-area .snb li a {
    display: block;
    font-size: 1.6rem; color: #919191;
    line-height: 49px;
    border-bottom: 1px solid #edd;
}
/* ======= COMMON-INNER === */
.sub-common-inner {padding: 60px 16px 90px;}
/* ===== title-area === */
.sub-common-inner .title-area {
    margin-bottom: 26px;
    text-align: center;
}
.sub-common-inner .title-area h3 {
    margin-bottom: 5px;
    font-size: 2.6rem;
    font-weight: 900;
}
.sub-common-inner .title-area .cont {font-size: 1.6rem;}
/* ===== paging === */
.sub-common-inner .paging-area {margin-top: 36px;}
.sub-common-inner .paging-area ul {
    display: flex;
    justify-content: center;
}
.sub-common-inner .paging-area ul li {width: 34px;}
.sub-common-inner .paging-area ul li:nth-child(n+2) {margin-left: 4px;}
.sub-common-inner .paging-area ul li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    height: 34px;
    line-height: 33px;
    text-align: center;
    color: #f5f5f5;
}
.sub-common-inner .paging-area ul li.active a {
    color: #fff;
    font-weight: 700;
}
.sub-common-inner .paging-area ul li.active a:after {
    position: absolute;
    content: '';
    left: 50%; bottom: 0; transform: translateX(-50%);
    width: 24px; height: 2px;
    background: #fff;
}
.sub-common-inner .paging-area ul li.page-arrow a {line-height: 37px;}
.sub-common-inner .paging-area ul li.next-page a img {transform: rotate(180deg);}
.sub-common-inner .paging-area ul li a img {width: 18px;}
.sub-common-inner .paging-area ul .page-most-arrow a img {width: 17px;}

/* 회원가입 , 로그인 */
.navWrap .join_wrap{
    display: flex;
    justify-content: center;
    gap: 0 15px;
    font-size: 1.7rem;
    padding: 20px 8.666%;
}
.navWrap .join_wrap a{
    width: 50%;
    text-align: center;
    display: block;
    padding: 15px;
    border: 1px solid #d3d3d3;
    font-weight: 700;
    color: #666;
}


/* ================================================ PC */
@media screen and (min-width:1084px){
    /* ========================================== RESET */
    .pc {display: block;}
    .mobile {display: none !important;}
    /* =============== HEADER */
    main {padding-top: 100px;}
    .navWrap {width: 100%; height: 100px;}
    .navWrap button {display: none;}
    .navWrap h1 {
        position: absolute;
        width: 206px; height: 34px;
        top: 14px; left: 70px;
        padding: 0;
    }
    .navWrap h1 a {
        position: relative;
        height: 74px;
        margin: 0;
        z-index: 10;
        background-image: url(../../img/logo_w.png);
    }
    /* 회원가입 , 로그인 */
    .navWrap .join_wrap {
        position: absolute;
        top: 5px;
        right: -140px;
        padding: 0;
    }
    .navWrap .join_wrap{
        display: flex;
        justify-content: center;
        gap: 0 5px;
        font-size: 1.7rem;
        padding: 20px 8.666%;
    }
    .navWrap .join_wrap a{
        text-align: center;
        display: block;
        padding: 15px;
        border: none;
        width: 170px;
        border-radius: 20px;
        background: #d9dee8;
        font-weight: 700;
        color: #161616;
    }


    /* ======= navWrap.active */
    .navWrap.scroll, .navWrap.active {
        background: #111727;
    }
    .navWrap.sub.scroll, .navWrap.sub.active {
        background: #000;
    }

    /* ======= NAV */
    .nav-before {display: none;}
    .navInner {
        visibility: visible;
        transform: translateX(0);
        position: static;
        width: auto; height: auto;
        background: none;
    }
    .gnb {
        width: 560px; height: auto;
        margin: 0 auto;
        overflow-y: visible;
    }
    .navInner.sub{
        background: #161d35;
    }
    .gnb > li {
        width: 19%;
        float: left;
        text-align: center;
    }
    .gnb > li > a {
        width: auto; height: 100px;
        padding: 0;
        line-height: 99px;
        font-size: 1.7rem;
        font-weight: 700;
        border-bottom: none;
        color: #fff;
    }
    .gnb > li > a:after {display: none;}
    .lnbWrap {
        display: none;
        position: absolute;
        top: 100px; left: 0;
        width: 100vw; height: 350px;
        background: #f5f5f5;
        z-index: -1;
    }
    .gnb > li:first-child .lnb {border-left: 1px solid #dbdbdb;}
    .lnb {
        width: 100%; height: 350px;
        padding-top: 15px;
        background: #f5f5f5;
        border-right: 1px solid #dbdbdb;
    }
    .lnb.active {
        border-top: 4px solid #0068b7;
        background: #fff;
    }
    .lnb li a {
        display: block;
        height: 50px;
        padding: 0;
        font-size: 1.6rem; color: #02251f;
        font-weight: 300;
        line-height: 49px;
        text-align: center;
    }
    .lnb li a:hover {
        color: #02251f;
        font-weight: 700;
    }
	.lnb li a.pc {display: block;}
    .lnb li a:before {display: none;}

    /* ============= FOOTER === */
    .footer-inner {
        padding: 50px 0 43px;
        width: 1200px;
        margin: 0 auto;
    }
    .footer-inner .logo-box img {
       height: 60px;
    }
    .footer-inner .info-box {
        margin: 25px 0 37px;
    }
    .footer-inner .info-box p {
        float: left;
        font-size: 1.6rem;
    }
    .footer-inner .info-box p:nth-child(n+2) {margin: 0;}
    .footer-inner .info-box p:nth-child(n+3) {margin-top: 15px;}
    .footer-inner .info-box p:nth-child(n+2) {margin-left: 26px;}
    .footer-inner .info-box p:nth-child(3) {clear: both; margin-left: 0;}
    .footer-inner .copy-box {font-size: 1.4rem;}

	/* ====================== QUICK_BTNS */
	#quick-btns {bottom: 54px; right: 32px;}
	#quick-btns li a {width: 75px; height: 75px;}
	#quick-btns li a img {height: 30px;}
	#quick-btns li.kakao a img {height: 38px;}

	/* ========== quickBar */
	/* #quickBar {
		position: absolute;
		top: 180px; right: 76px;
		padding-bottom: 6px;
		width: 96px;
		background: #fff;
		border-radius: 16px;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,.12);
		z-index: 99;
	}
	#quickBar .call {
		padding: 13px 0 23px;
		font-size: 1.6rem; color: #fff;
		text-align: center;
		background: #73b240;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		white-space: pre-line;
	}
	#quickBar .call span {
		display: inline-block;
		margin-left: 3px;
		width: 20px; height: 20px;
		vertical-align: middle;
		background: url(resources/img/icon_quick-call.png) no-repeat center/contain;
	}
	#quickBar .call b {
		display: block;
		margin-top: 3px;
		font-size: 2.9rem;
		line-height: 1.1;
	}
	#quickBar .page:nth-child(2) {margin-top: 16px;}
	#quickBar .page a {
		display: block;
		font-size: 1.6rem;
		padding: 8px 0 18px;
		text-align: center;
	}
	#quickBar .page a:hover {opacity: .6;}
	#quickBar .page i.icon {
		display: block;
		margin: 0 auto 12px;
		width: 34px; height: 35px;
		background: url(resources/img/icon_quick-bar.png) no-repeat center/contain;
	}
	#quickBar .kakao i.icon {
		width: 36px; height: 36px;
		background-image: url(resources/img/icon_kakaoCh.png);
	}
	#call-pass {display: none;} */
    /* ============= SUBCOMMON === */
    /* ======= VISUAL-INNER === */
    .sub-visual-inner {
        margin-top: 282px;
        height: 500px;
        background-image: url(../../img/list_bg.png);
    }
    .sub-visual-inner.rev {
        background-image: url(../../img/review_bg.png);
    }
    .sub-visual-inner.inq {
        background-image: url(../../img/inquire_bg.png);
    }
    .sub-visual-inner.not {
        background-image: url(../../img/notice_bg.png);
    }
    .sub-visual-inner .txt-box {top: -115px;}
    .sub-visual-inner .txt-box .eng {
        font-size: 3rem;
    }
    .sub-visual-inner .txt-box h3 {font-size: 10rem;}
    .sub-visual-inner .snb-area {
        position: absolute;
        display: flex;
        bottom: 0; left: 50%; transform: translate(-50%, 0);
        width: 1200px; height: 150px;
        margin: 0 auto;
        padding: 0 0 0 75px;
        justify-content: space-between;
        z-index: 3;
        border-bottom:none;
    }
    .sub-visual-inner .snb-area:before {
        position: absolute;
        top: 101px; left: 75px;
        content: '';
        width: 100vw; height: 1px;
        background: #cfd7d7;
    }
    .sub-visual-inner .snb-area:after {
        position: absolute;
        top: 0; right: 0; transform: translateX(100%);
        content: '';
        width: 50vw; height: 100%;
        background: #161d35;
        z-index: -1;
    }
    .sub-visual-inner .snb-area :is(.page-depth1, .snb li) {
        display: block; 
        margin-top: -2px;
    }
    .sub-visual-inner .snb-area .page-depth1 {
        font-size: 2.5rem; color: #919191;
        font-weight: 700;
        line-height: 149px;
    }
    .sub-visual-inner .snb-area .snb {display: flex;}
    .sub-visual-inner .snb-area .snb li a {
        position: relative;
        padding: 0 30px;
        font-size: 2rem;
        line-height: 149px;
        border-bottom: 0;
    }
    .sub-visual-inner .snb-area .snb .now-page a {color: var(--point);}
    .sub-visual-inner .snb-area .snb .now-page a:after {
        position: absolute;
        bottom: 46px; left: 0;
        content: '';
        width: 100%; height: 2px;
        background: var(--point);
    }
    /* ======= COMMON-INNER === */
    .sub-common-inner {
        padding: 99px 0 120px;
        width: 1200px;
        margin: 0 auto;
    }
    /* ===== title-area === */
    .sub-common-inner .title-area {margin-bottom: 47px;}
    .sub-common-inner .title-area h3 {
        margin-bottom: 15px;
        font-size: 3.6rem;
    }
    .sub-common-inner .title-area .cont {font-size: 1.6rem;}
    /* ===== paging === */
    .sub-common-inner .paging-area {margin-top: 52px;}
    .sub-common-inner .paging-area ul li {width: 36px;}
    .sub-common-inner .paging-area ul li:nth-child(n+2) {margin-left: 5px;}
    .sub-common-inner .paging-area ul li a {
        height: 36px;
        line-height: 35px;
    }

    /* ===== deco === */
    #gallery,
    #notice,
    #inquire,
    #Viewpage{
        position: relative;
        z-index: 99;
    }

    #gallery:before,
    #gallery:after,
    #notice:before,
    #notice:after,
    #inquire:before,
    #inquire:after,
    #Viewpage:before,
    #Viewpage:after{
        position: absolute;
        content: '';
    }
    #gallery:before,
    #notice:before,
    #inquire:before,
    #Viewpage:before{
        top: 350px;
        left: -15px;
        width: 434px;
        height: 347px;
        background: url(../../img/deco_cloud.png) no-repeat center / contain;
    }
    #gallery:after,
    #notice:after,
    #inquire:after,
    #Viewpage:after{
        top: 50px;
        right: -15px;
        width: 434px;
        height: 347px;
        background: url(../../img/deco_cloud2.png) no-repeat center / contain;
    }

    .gallery-inner,
    .board-inner,
    .inquire-inner,
    .view-inner{
        position: relative;
        z-index: 99;
    }
    .gallery-inner:after,
    .board-inner:after,
    .view-inner:after{
        position: absolute;
        content: '';
        bottom: 0;
        right: -60%;
        width: 773px;
        height: 250px;
        background: url(../../img/deco_cloud3.png) no-repeat center / contain;
    }
    .inquire-inner:after{
        position: absolute;
        content: '';
        bottom: 0;
        right: -100%;
        width: 773px;
        height: 250px;
        background: url(../../img/deco_cloud3.png) no-repeat center / contain;
    }
}


@media screen and (min-width:1440px){
    .gnb {width: 844px;}
    .gnb > li > a {font-size: 1.8rem;}
   
}

@media screen and (max-width: 1300px) {
    .sub-common-inner{
        width: auto;
        padding-left: 4.533%;
        padding-right: 4.533%;
    }
}



/* 약관 버튼 그룹 */
.terms-box {
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* 약관 버튼 스타일 */
.terms-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.terms-btn:hover {
    background: #fff;
    color: #111;
}