@charset "utf-8";

body {
    background-color: #eff2f8
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

/* ——————————————————————————
 * header
/* —————————————————————————— */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9991;
    transform: translateY(0);
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transform: translateY(0px);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    color: #000;
}

.scrolled #header {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.down #header {
    transform: translateY(-55px);
}

#header h1 {
    height: 54px;
    line-height: 54px;
    text-align: center;
    padding: 0 18px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

#header h1 .logo {
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#header h1 .logo a {
    display: block;
}

#header h1 .logo img {
    width: auto;
    height: 30px;
}

#header h1 a.category_tit,
#header h1 span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 12px;
    line-height: 40px;
    margin-top: 9px
}

#header h1 a.category_tit:before {
    content: '';
    width: 6px;
    height: 3px;
    display: inline-block;
    background: url("../img/ico_dropdown.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5px
}

#header .l_menu,
#header .r_menu {
    position: absolute;
    top: 0
}

#header .l_menu {
    left: 8px
}

#header .r_menu {
    right: 8px
}

#header .l_menu li,
#header .r_menu li {
    float: left
}

#header .l_menu li a,
#header .r_menu li a {
    width: 30px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: relative
}

#header .l_menu li a:before,
#header .r_menu li a:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 20px;
    color: #222
}

#header .r_menu li a em.cnt {
    display: inline-block;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 700;
    background: #213760;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 11px;
    right: 0;
}

/* hd_scroll_menu */
#header .hd_scroll_menu {
    background-color: #213760;
    background-image: linear-gradient(-180deg, #091636 0%, #213760 100%);
    background-image: -webkit-linear-gradient(-180deg, #091636 0%, #213760 100%);
}

#header .hd_scroll_menu ul {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

#header .hd_scroll_menu ul li {
    flex: 0 0 auto;
}

#header .hd_scroll_menu ul li a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    line-height: 46px;
    width: 100%;
    height: 100%;
}

#header .hd_scroll_menu ul li.active a {
    font-weight: 700;
    color: #fff;
}

#header .hd_scroll_menu ul li.active a:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
}


.main_cate_floating {
    width: 130px;
    display: inline-block;
    background: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -5px;
    -webkit-opacity: 1;
    z-index: 30;
    box-shadow: 0 5px 5px rgb(0, 0, 0, 5%);
}

.main_cate_floating:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    margin-top: -4.5px;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.main_cate_floating p {
    animation: text_gradients 10s ease infinite;
    background: -webkit-linear-gradient(-135deg, #091636 0%, #213760 10%, #091636 20%, #213760 30%, #3394aa 40%, #213760 50%, #3394aa 60%, #213760 70%, #3394aa 80%, #213760 90%, #3394aa 100%);
    background: linear-gradient(-135deg, #091636 0%, #213760 10%, #091636 20%, #213760 30%, #3394aa 40%, #213760 50%, #3394aa 60%, #213760 70%, #3394aa 80%, #213760 90%, #3394aa 100%);
    -webkit-background-clip: text;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.025em;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
    font-family: 'Noto Sans KR', sans-serif;
}

/* animation */
.-spring_y {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    animation-name: spring_y;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    -webkit-animation-name: spring_y;
    -webkit-animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: normal;
}

@keyframes spring_y {
    0% {
        transform: translate(-50%, 0px)
    }
    80% {
        transform: translate(-50%, 0px)
    }
    85% {
        transform: translate(-50%, -4px)
    }
    90% {
        transform: translate(-50%, 0px)
    }
    95% {
        transform: translate(-50%, -4px)
    }
    100% {
        transform: translate(-50%, 0px)
    }
}

@-webkit-keyframes spring_y {
    0% {
        transform: translate(-50%, 0px)
    }
    80% {
        transform: translate(-50%, 0px)
    }
    85% {
        transform: translate(-50%, -4px)
    }
    90% {
        transform: translate(-50%, 0px)
    }
    95% {
        transform: translate(-50%, -4px)
    }
    100% {
        transform: translate(-50%, 0px)
    }
}

@-webkit-keyframes text_gradients {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes text_gradients {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

/* ——————————————————————————
 * container
/* —————————————————————————— */
#container {
    padding: 50px 0 0
}

.sub_top {
    position: relative;
    padding: 0 45px 0 43px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
    background: #fff;
}

.all_page_prev {
    display: block;
    font-size: 16px;
    color: #aaa;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.sub_top .sub_top_left .sb_tit {
    display: block;
    padding: 16px 0;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
}

/* ——————————————————————————
 * footer
/* —————————————————————————— */
#footer {
    position: relative;
    background: #212529;
}

/* ft_link */
#footer .ft_link {
    padding: 0 18px;
    background: #212529
}

#footer .ft_link ul li {
    position: relative
}

#footer .ft_link ul li:before {
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    padding-right: 18px;
    background: rgba(255, 255, 255, 0.05)
}

#footer .ft_link ul li:first-child:before {
    display: none
}

#footer .ft_link ul li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    padding: 15px 0;
    font-weight: 700
}

#footer .ft_link ul li a:before {
    content: "\ea36";
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5)
}

#footer .ft_link ul li.cs a {
    padding: 32px 0 20px
}

#footer .ft_link ul li.cs a:before {
    display: none
}

#footer .ft_link ul li.cs h3 {
    font-size: 15px;
    font-weight: 700
}

#footer .ft_link ul li.cs em {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .ft_link ul li.cs p {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-top: 6px;
    letter-spacing: 0;
    font-weight: 700
}

/* ft_info */
#footer .ft_info {
    padding: 0 18px
}

#footer .ft_info .ft_accd {
    position: relative
}

#footer .ft_info .ft_accd ul li .tit a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7)
}

#footer .ft_info .ft_accd ul li.active .tit a {
    border-radius: 10px 10px 0 0
}

#footer .ft_info .ft_accd ul li .tit a:after,
#footer .ft_info .ft_accd ul li .tit a:before {
    display: block;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

#footer .ft_info .ft_accd ul li .tit a:before {
    right: 2px
}

#footer .ft_info .ft_accd ul li .tit a:after {
    right: 7px
}

#footer .ft_info .ft_accd ul li .tit a:after,
#footer .ft_info .ft_accd ul li.active .tit a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#footer .ft_info .ft_accd ul li .tit a:before,
#footer .ft_info .ft_accd ul li.active .tit a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#footer .ft_info .ft_accd ul li .cont {
    padding: 0 0 20px
}

#footer .ft_info .ft_accd ul li .cont dl {
    padding: 3px 0 0
}

#footer .ft_info .ft_accd ul li .cont dl dd,
#footer .ft_info .ft_accd ul li .cont dl dt {
    float: left;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -0.025em
}

#footer .ft_info .ft_accd ul li .cont dl dt {
    width: 32%
}

#footer .ft_info .ft_accd ul li .cont dl dd {
    width: 68%;
    color: rgba(255, 255, 255, 0.3)
}

#footer .ft_info .ft_accd ul li .cont dl dd a {
    color: rgba(255, 255, 255, 0.3)
}

/* ft_copy */
#footer .ft_copy {
    padding: 14px 18px;
    color: rgba(255, 255, 255, 0.15);
    background: #1a1e21;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase
}


/* ——————————————————————————
 * bottom_fix
/* —————————————————————————— */
.scrolled .bottom_fix .bar {
    bottom: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.scrolled .bottom_fix .floating {
    right: 8px;
    opacity: 1 !important;
    visibility: visible !important;
}

.scrolled.lastScroll .bottom_fix .bar {
    bottom: -74px;
    visibility: visible !important;
    opacity: 1 !important;
}

.scrolled.lastScroll .bottom_fix .floating {
    right: -54px;
    opacity: 0 !important;
    visibility: hidden !important;
}

.bottom_fix {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9980
}

/* bar */
.bottom_fix .bar {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -74px;
    opacity: 0;
    visibility: hidden;
    z-index: 9980;
    padding: 0 0 0 55px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    background-color: #213760;
    background: linear-gradient(-45deg, #091636, #213760);
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px;
    background-size: 250% 250%;
    animation: callBoxBg 3.2s ease infinite;

    /* 아이폰X 하단 대응 */
    padding-bottom: calc(env(safe-area-inset-bottom));
}

@keyframes callBoxBg {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.bottom_fix .btn_menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bottom_fix .btn_menu a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.bottom_fix .bar .btn_menu span {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.bottom_fix .bar ul li {
    width: 50%;
    float: left;
    position: relative;
}

.bottom_fix .bar ul li:first-child:before {
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
    position: absolute;
    top: 12px;
    bottom: 12px;
    right: 0;
}

.bottom_fix .bar ul.ico_menu li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.bottom_fix .bar ul.ico_menu li a span {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

/* floating */
.bottom_fix .floating {
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    position: fixed;
    right: -54px;
    bottom: 80px;
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);

    /* 아이폰X 하단 대응 */
    bottom: calc(env(safe-area-inset-bottom) + 80px);
}

.bottom_fix .floating .btn_business,
.bottom_fix .floating .btn_partnership,
.bottom_fix .floating .btn_set_item {
    width: 46px;
    height: 46px;
    border-radius: 40%;
    background: #213760;
    background-image: linear-gradient(-180deg, #091636 0%, #213760 100%);
    background-image: -webkit-linear-gradient(-180deg, #091636 0%, #213760 100%);
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    padding-top: 7px;
}

.bottom_fix .floating a,
.bottom_fix .floating button {
    display: block;
    margin-top: 5px
}

.bottom_fix .floating .btn_top {
    width: 46px;
    height: 46px;
    border-radius: 40%;
    background: rgba(39, 39, 39, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.bottom_fix .floating .btn_top i {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: -2px
}

.bottom_fix .floating .btn_kakao {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #FFDE00;
}

.bottom_fix .floating .btn_kakao i {
    display: block;
    font-size: 25px;
    color: #000;
}

/* bar_view */
.bottom_fix .bar_view {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
    border-top: rgba(0, 0, 0, 0.1)
}

.bottom_fix .bar_view .view_botom ul {
    padding: 8px 4px
}

.bottom_fix .bar_view .view_botom ul li {
    width: 50%;
    padding: 0 4px
}

.bottom_fix .bar_view .view_botom li a {
    padding: 0
}

.bottom_fix .bar_view .view_botom li a span {
    font-size: 20px
}

/* list_bottom */
.bottom_fix .list_bottom {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    /* 아이폰X 하단 대응 */
    bottom: calc(env(safe-area-inset-bottom) + 80px);
}

.bottom_fix .list_bottom > ul {
    height: 40px;
    line-height: 38px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2em;
    overflow: hidden
}

.bottom_fix .list_bottom > ul > li {
    float: left
}

.bottom_fix .list_bottom > ul > li.filter a {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding: 0 15px 0 20px;
    border-right: 1px solid #eee
}

.bottom_fix .list_bottom > ul > li.filter.on a:before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #213760;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 8px
}

.bottom_fix .list_bottom > ul > li.filter a span {
    width: 14px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric {
    border: none;
    background: transparent
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .label {
    position: relative;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 38px;
    height: 38px;
    padding: 0 20px 0 15px
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .label:before {
    content: "\ea2b";
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    vertical-align: bottom;
    margin-right: 6px
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .button {
    display: none
}


/* ——————————————————————————
 * 카테고리
/* —————————————————————————— */
.category #container {
    padding: 0 !important
}

#aside {
    min-height: 640px;
    padding-left: 70px
}

#aside .aside_close {
    width: 40px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: fixed;
    top: 0;
    right: 8px;
    z-index: 9999
}

#aside .aside_close:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 22px;
    color: #111
}

/* icon_menu */
#aside .icon_menu {
    width: 70px;
    padding: 30px 14px 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #213760;
    z-index: 10
}

#aside .icon_menu li {
    margin-top: 8px
}

#aside .icon_menu li:first-child {
    margin-top: 0
}

#aside .icon_menu li a {
    width: 42px;
    height: 42px;
    position: relative;
    text-align: center;
    font-size: 0;
    display: block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.08);
    border-radius: 42%;
    padding: 12px
}

#aside .icon_menu li i {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

#aside .icon_menu li a em.cnt {
    display: inline-block;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    border-radius: 9px;
    font-weight: 700;
    background: #213760;
    color: #fff;
    padding: 0 4px;
    letter-spacing: -0.02em;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -4px
}

/* nev */
#aside .nev {
    position: relative;
    padding: 68px 48px
}

#aside .category_menu > li a {
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 48px;
    color: #111;
    letter-spacing: -0.05em
}

#aside .other_menu {
    position: relative;
    padding: 10px 0;
    margin-top: 15px
}

#aside .other_menu:after,
#aside .other_menu:before {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    top: 0
}

#aside .other_menu:after {
    top: auto;
    bottom: 0
}

#aside .other_menu li a {
    display: inline-block;
    font-size: 15px;
    line-height: 29px
}

/* ——————————————————————————
 * 확인사항
/* —————————————————————————— */
.rental_info_wrap {
    padding: 20px;
    font-size: 0;
    background: #fff;
}

.rental_info h3 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}

.rental_info ul li {
    font-size: 12px;
    position: relative;
    margin-top: 6px;
    word-break: keep-all;
    padding-left: 8px;
    line-height: 1.4;
    color: #888;
    letter-spacing: -0.025em;
}

.rental_info ul li:before {
    content: '';
    width: 4px;
    height: 1px;
    display: inline-block;
    background: #888;
    position: absolute;
    top: 7px;
    left: 0;
}