﻿/*Swiper ios 깜빡임 현상 해결 */
.swiper-slide { -webkit-transform: translateZ(0); -o-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -webkit-backface-visibility:hidden; transform: translateZ(0); } .swiper-wrapper { -webkit-backface-visibility:hidden; -webkit-transform-style: preserve-3d; }

/* 일본어 문자 밀리는 현상 해결 */
.ja * {
	word-break: break-word !important;
}
.ja .swiper-pagination-total {
	word-break: keep-all !important;
}

@font-face {
    font-family: 'Wemakeprice-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Wemakeprice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+AC00-D7A3,U+0061-007A,U+0041-005A,U+0030-0039
}

.overflow-hidden {
	overflow: hidden;	
}

/*ANIMATION*/
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@-webkit-keyframes navbar-bg-in {
    0% {
        d: path(" M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");

    }

    50% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }

    100% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }
}

@-webkit-keyframes navbar-bg-out {
    0% {
        d: path("M540,1080H0V0h540c0,179.85,0,359.7,0,539.54C540,719.7,540,899.85,540,1080z");
    }

    50% {
        d: path("M540,1080H0V0h540c-40.28,124.78-85.13,311.48-85,541C455.13,769.53,499.81,955.48,540,1080z");
    }

    100% {
        d: path("M540,1080H0V0h540c31.96,142.05,60.09,325.94,60,541C599.91,755.16,571.87,938.34,540,1080z");
    }
}

@-webkit-keyframes svg-morph {
    0% {
        d: path("m244.333332,38.437499c26.666664,-1.666666 125.666662,0.999995 195.333325,50.33333c69.666663,49.333335 -39.666664,141.666664 -70.666664,174.229164c-31,32.5625 -176.999993,107.437507 -234.999993,76.437507c-58,-31 73.666665,-107.000001 49,-190.4375c-24.666665,-83.437499 34.666668,-108.895835 61.333332,-110.562501z");
    }

    100% {
        d: path("m244.333332,38.437499c58.666669,50.333342 24.666647,101.000011 94.33331,150.333346c69.666663,49.333335 71.333353,156.666666 14.333349,175.229163c-57.000004,18.562498 -160.999991,6.437492 -218.999991,-24.562508c-58,-31 -109.333363,-174.000012 -70.000018,-236.437507c39.333345,-62.437496 121.666681,-114.895836 180.33335,-64.562494z");
    }
}

@-webkit-keyframes preloader-svg {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }

    50% {
        d: path("M0,230 C305.333333,100 625.333333,0 960,0 C1294.66667,0 1614.66667,100 1920,300 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,960 305.333333,1080 0,1080 L0,230 Z");
    }

    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}

@-webkit-keyframes preloader-inner {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes page-transition {
    0% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,980 1294.66667,930 960,930 C625.333333,930 305.333333,980 0,1080 L0,0 Z");
    }

    100% {
        d: path("M0,0 C305.333333,0 625.333333,0 960,0 C1294.66667,0 1614.66667,0 1920,0 L1920,1080 C1614.66667,1080 1294.66667,1080 960,1080 C625.333333,1080 305.333333,1080 0,1080 L0,0 Z");
    }
}


/* GLOBAL */
/* HTML ELEMENTS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

body {
    font-family: 'Noto Sans JP', 'Noto Sans KR', sans-serif;
    font-size: 17px;
    line-height: 1;
    color: #080808;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Wemakeprice-Regular';
    font-weight: 400;
}

.ja h1,
.ja h2,
.ja h3,
.ja h4,
.ja h5,
.ja h6 {
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #080808;
    cursor: pointer;
}

li {
    list-style: none;
    color: #080808;
}

img {
    max-width: 100%;
}
input {
    border-radius: 0 ;
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
}


input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

button {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0 40px;
    border: none;
    background: #080808;
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

select {
    position: relative;
    border: 1px solid #cecece;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/resource/out/img/icon_select_arrow_s_grey.png) no-repeat 95% center;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.smooth-scroll {
    overflow-x: hidden;
}

/* COMMON */
.toast-msg-wrapper {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0,0,0,0.6);
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding:15px 25px;
    border-radius: 80px;
    z-index: 100;
    display:none;
}

.hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.mobile {
    display: none;
}

.bg-colour {
    background: #fffbf7;
}

/* CONTENT SECTION */
.content-section {
    width: 100%;
    display: block;
    padding: 120px 0 90px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.content-section .container {
    position: relative;
    z-index: 1;
}

.content-section .container-fluid {
    position: relative;
    z-index: 1;
}

.bottom-white {
    position: relative;
}

.bottom-white:before {
    content: "";
    width: 100%;
    height: 140px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottom-white:before .container {
    position: relative;
    z-index: 1;
}

/* SECTION TITLE */
.section-title {
    width: 100%;
    margin-bottom: 60px;
}

.section-title h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 52px;
    line-height: 62px;
    word-break: keep-all;
}

.section-title h2 b {
    color: #c9ab81;
}

.section-title p {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    word-break: keep-all;
    color: #999;
}

.section-title strong {
    color: #c9ab81;
}

/* TEXT BOX */
.text-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.text-box h2 {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    font-size: 56px;
}

.text-box h3 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 46px;
}

.text-box p {
    width: 100%;
    font-size: 20px;
}

/* SEARCH INPUT*/
.search-input button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
    display: none;
}

.search-input button span {
    position: absolute;
    display: block;
    background: #080808;
    transform: rotate(45deg);
    transition: .25s ease-in-out;
}

.search-input button span:last-child {
    transform: rotate(-45deg);
}

/* CIRCLE BUTTON */
.text-center .circle-button {
    margin: 0 auto;
}

.circle-button {
    width: 158px;
    height: 158px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #080808;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}

.circle-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #080808;
    border-radius: 50%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* CUSTOM LINK */
.custom-link {
    display: inline-block;
    position: relative;
    letter-spacing: 3px;
}

.custom-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 0;
    transition: width 0s ease, background .25s ease;
}

.custom-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -8px;
    height: 3px;
    width: 0;
    background: #c9ab81;
    transition: width .25s ease;
}

/* SPACING */
.no-bottom-spacing {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* LOCOMOTIVE */
.no-transform {
    transform: none !important;
}

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

/* PRELOADER */
.preloader {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
    overflow: hidden;
}

.preloader .inner {
    display: inline-block;
    position: relative;
    z-index: 1;
    animation-name: preloader-inner;
    animation-duration: 0.8s;
    transition: all ease 0.8s;
}

.preloader .inner figure {
    width: 200px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}

.preloader .inner figure img {
    height: 70px;
}

.preloader .inner small {
    width: 100%;
    display: block;
    color: #fff;
    font-family: 'Wemakeprice-Regular';
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.preloader .inner .progress-bar {
    background: none;
}

.preloader svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: #080808;
}

.preloader svg path {
    animation-name: preloader-svg;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 0.7s;
    animation-play-state: paused;
    animation-fill-mode: forwards;
}

/* BEFORE PAGE LOADED */
.navbar {
	display:none;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.20s;
}
.navbar.show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	
}

.slider {
    transform: scale(1.4);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.25s;
    opacity: 0;
}

.page-header {
    transform: scale(1.4);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.25s;
    opacity: 0;
}

/* PAGE LOADED */
.page-loaded .preloader {
    top: 100%;
}

.page-loaded .preloader .inner {
    transform: translateY(50px);
    opacity: 0;
}

.page-loaded .preloader svg path {
    animation-play-state: running;
}
/*
.page-loaded .navbar {
    transform: translateY(0);
}
*/
.page-loaded .slider {
    transform: scale(1);
    opacity: 1;
}

.page-loaded .page-header {
    transform: scale(1);
    opacity: 1;
}

/*PAGE TRANSITION*/
.page-transition {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    overflow: hidden;
}

.page-transition.active {
    top: 0;
}

.page-transition.active svg path {
    animation-name: page-transition;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.page-transition svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    fill: #080808;
}

/* NAVBAR */
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 72px;
    z-index: 9;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.navbar .logo-rental {
    width: 203px;
    height: 60px;
    display: inline-block;
    z-index: 10;
}

.navbar .logo-rental a {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/resource/out/img/logo_rental_renwal_wht.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.25s ease-in-out;
}
.navbar.blk-txt .logo-rental a, .navbar.search .logo-rental a {
	background-image: url(/resource/out/img/logo_rental_renwal_blk.png);
}

.navbar .site-menu {
    margin-left: auto;
}

.navbar .site-menu ul {
    margin: 0;
    padding: 0;
}

.navbar .site-menu .site-gnb > li {
    position: relative;
    float: left;
    width: 125px;
}

.navbar .site-menu .site-gnb > li > a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 60px;
    font-size: 17px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    transition: .25s ease-in-out;
    color: #fff;
}
.navbar.blk-txt .site-menu .site-gnb > li > a, .navbar.search .site-menu .site-gnb > li > a {
	color: #000;
}

.navbar .noneclk {
    cursor: default;
}

.navbar .noneclk span {
    display: none;
}

.navbar .site-menu .site-gnb .site-gnb-sub {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 200px;
    display: none;
}

.navbar .site-menu .site-gnb .site-gnb-sub li {
    width: 100%;
    display: block;
}

.navbar .site-menu .site-gnb .site-gnb-sub li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
    transition: .25s ease-in-out;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
}
.navbar.blk-txt .site-menu .site-gnb .site-gnb-sub li a, .navbar.search .site-menu .site-gnb .site-gnb-sub li a {
	color: #000;
}

.navbar .site-menu .site-gnb .site-gnb-sub li:first-child {
    padding-top: 10px;
}


.navbar .site-menu .site-gnb > li > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    height: 3px;
    width: 0;
    transition: width 0s ease, background .25s ease;
}

.navbar .site-menu .site-gnb > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    background: #b361ff;
    height: 3px;
    width: 0;
    transition: width .25s ease;
}

.navbar .site-lang {
    margin: 0;
    padding: 0;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    width: 120px;
}

.navbar .site-lang li {
    line-height: 60px;
}

.navbar .site-lang li a {
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: 500;
    transition: .25s ease-in-out;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
}
.navbar.blk-txt .site-lang li a, .navbar.search .site-lang li a {
	color: #000;
}

.navbar .search-button {
    height: 30px;
    width: 30px;
    margin-left: 20px;
    display: inline-block;
}

.navbar .search-button div {
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.navbar .search-button .search-def {
    background-image: url(/resource/out/img/icon_search_wht.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    
}
.navbar.blk-txt .search-button .search-def, .navbar.search .search-button .search-def {
	background-image: url(/resource/out/img/icon_search_blk.png);
}

.navbar .search-button .search-close {
    position: relative;
    display: none;
}

.navbar .search-button .search-close span {
    position: absolute;
    top: 13px;
    width: 100%;
    height: 3px;
    display: block;
    background: #b361ff;
    transform: rotate(-45deg);
    border-radius: 1px;
    transition: .25s ease-in-out;
}

.navbar .search-button .search-close span:last-child {
    transform: rotate(45deg);
}

.navbar .hamburger-menu {
    margin-left: 30px;
    display: inline-block;
    cursor: pointer;
    display: none;
}

.navbar .nav-login a {
    line-height: 60px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 20px;
    transition: .25s ease-in-out;
    font-family: 'Noto Sans KR', sans-serif;
    color: #fff;
}
.navbar.blk-txt .nav-login a, .navbar.search .nav-login a {
	color: #000;	
}
.navbar .make-ex {
	cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    height: 35px;
    margin-left: 20px;
    box-sizing: border-box;
    border-radius: 34px;
    border: solid 2px #fff;
    background: transparent;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.navbar .make-ex a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
	transition: color .15s ease-in-out;
}
.navbar .make-ex:hover {
	background: #fff;
}
.navbar .make-ex:hover a {
	color: #000;	
}
.navbar .navbar-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 1;
    background: rgba(0,0,0,.7);
    backdrop-filter: saturate(200%) blur(15px);
    z-index: -1;
    transition: .25s ease-in-out;
}
.navbar .navbar-bg.hide {
	opacity: 0;
}
.navbar.blk-txt .navbar-bg, .navbar.search .navbar-bg {
	background: rgba(255,255,255,.7);
}
.navbar .navbar-bg.on{
    height: 250px;
    opacity: 1;
} 
.navbar .navbar-bg svg {
    display: none;
}
.navbar .navbar-bg-m {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    opacity: 1;
    background: rgba(0,0,0,.7);
    backdrop-filter: saturate(200%) blur(15px);
    z-index: -2;
    transition: .25s ease-in-out;
}
.navbar .navbar-bg-m.hide {
	opacity: 0;
}

/* SEARCH BOX */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: #fff;
    align-items: center;
    display: none;
}

.search-box .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.search-box .container .form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
}

.search-box .container .form.on {
    top: 120px;
    transform: translate(-50%, 0);
    transition: .25s;
}

.search-box .container .form h2 {
    width: 100%;
    display: block;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 30px;
}

.search-box .container .form .search-input-box {
    width: 70%;
    display: flex;
}

.search-box .container .form .search-input {
    position: relative;
    flex-grow: 1;
}

.search-box .container .form input[type="search"] {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    padding: 0;
    padding-right: 70px;
}

.search-box .container .form .search-input button {
    width: 60px;
    height: 60px;
}

.search-box .container .form .search-input button span {
    top: 28px;
    left: 15px;
    width: 30px;
    height: 3px;
    background: #080808;
}

.search-box .container .form input[type="search"]:focus {
    border-bottom: 2px solid #b361ff;
}

.search-box .container .form .search-input-box > button {
    margin-left: 30px;
    height: 60px;
    line-height: 60px;
    flex-shrink: 0;
}

.search-box .container .search-events {
    position: absolute;
    top: 300px;
    width: 100%;
    display: none;
}

.search-box .container .search-events ul {
    width: 100%;
    height: calc(100vh - 300px);
    height: -webkit-calc(100vh - 300px);
    height: -moz-calc(100vh - 300px);
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: auto;
    padding-bottom: 50px;
}

.search-box .container .search-events ul::-webkit-scrollbar {
    width: 8px;
}

.search-box .container .search-events ul::-webkit-scrollbar-thumb {
    background: #b361ff;
    border-radius: 5px;
}

.search-box .container .search-events ul::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 5px;
}

.search-box .container .search-events ul li {
    margin: 0;
    padding: 0 15px;
    margin-top: 30px;
    list-style: none;
    text-align: center;
}

.search-box .container .search-events ul li:nth-child(-n+4) {
    margin-top: 0;
}

.search-box .container .search-events ul li .search-thumb {
    width: 100%;
    height: 180px;
    margin: 0 auto;
}

.search-box .container .search-events .search-thumb {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.search-box .container .search-events ul li p {
    width: 100%;
    display: block;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    word-break: keep-all;
}

.search-box .container .search-events ul li p span {
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 2px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 2px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #080808 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
}

.search-box .container .search-events ul li small {
    width: 100%;
    display: block;
    opacity: 0.7;
}


/* SUB PAGE HEADER */
.page-header {
    width: 100%;
    height: 420px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background: url(/resource/out/img/page_header_bg.jpg) no-repeat center;
}

.page-header h2 {
	width: 100%;
	color: #fff;
	text-align: center;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    position: relative;
}

/* POPUP COMMON */
/* SVC_INTRO_PAGETEM */
.slide-box {
    position: relative;
}

.image-box-carousel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.image-box-carousel .swiper-slide {
    padding: 0 15px;
}

.image-box-carousel .tem-thumb {
    width: 100%;
    height: 550px;
    display: block;
    margin-bottom: 50px;
    position: relative;
}

.image-box-carousel .tem-thumb:before {
    content: "";
    width: 1px;
    height: 64px;
    background: #111;
    position: absolute;
    left: calc(50% - 0.5px);
    left: -webkit-calc(50% - 0.5px);
    left: -moz-calc(50% - 0.5px);
    bottom: -48px;
}

.tem-basic .tem-thumb {
    background: url(/resource/out/img/theme_basic.jpg) no-repeat;
    background-size: cover;
}

.tem-dark .tem-thumb {
    background: url(/resource/out/img/theme_dark.jpg) no-repeat;
    background-size: cover;
}

.tem-square .tem-thumb {
    background: url(/resource/out/img/theme_square.jpg) no-repeat;
    background-size: cover;
}

.tem-soon .tem-thumb {
    background: #000 url(/resource/out/img/theme_coming_soon.jpg) no-repeat center;
    background-size: cover;
}

.image-box-carousel .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
    text-align: center;
}

.image-box-carousel .content-box h3 {
    width: 100%;
    display: block;
    font-size: 30px;
    margin: 20px 0 15px;
}

.slide-box .slide-btn {
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    transition: .25s ease-in-out;
    padding: 0;
    opacity: .2;
    z-index: 1;
}

#svc_intro_pagetem .slide-box .slide-btn {
    top: 40%;
}

.arr-lft {
    left: -3.5%;
    background: url(/resource/out/img/icon_chevron_lft_blk.svg) no-repeat center;
}

.arr-rgt {
    right: -3.5%;
    background: url(/resource/out/img/icon_chevron_rgt_blk.svg) no-repeat center;
}

/* SVC_PROCURACY */
.d-procuracy .text-box {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    word-break: keep-all;
}

.d-procuracy .text-box > b {
    font-family: 'Wemakeprice-Regular';
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}

.d-procuracy .text-box > b strong {
    color: #b361ff;
    font-size: 28px;
    margin-left: 5px;
}

.d-procuracy .text-box > b::after {
    content: " ";
    width: 30px;
    height: 3px;
    background: #080808;
    display: block;
    margin-top: 20px;
}

.d-procuracy .text-box p {
    width: 80%;
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.d-procuracy .text-box p a {
    font-weight: 600
}

.d-procuracy .text-box small {
    margin-top: 50px;
    font-size: 16px;
}

.d-procuracy .text-box .go-to-query {
    position: absolute;
    bottom: 50%;
    right: 5%;
    transform: translateY(50%);
}

/* POPUP-CUSTOM */
.popup-custom .section-title p {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 30px;
    color: #080808;
}

.popup-custom .section-title p b {
    color: #b361ff;
}


.popup-custom .custom-eg .col-lg-4 {
    padding-top: 280px;
}

.popup-custom .custom-01 {
    background: url(/resource/out/img/custom_01.png) no-repeat;
    background-size: 300px;
    background-position: center 0;
}

.popup-custom .custom-02 {
    background: url(/resource/out/img/custom_02.png) no-repeat;
    background-size: 300px;
    background-position: center 0;
}

.popup-custom .custom-03 {
    background: url(/resource/out/img/custom_03.png) no-repeat;
    background-size: 300px;
    background-position: center 0;
}

.popup-custom .col-lg-4 p {
    font-size: 16px;
    line-height: 24px;
}

.popup-custom .d-cus-warn {
    margin-top: 50px;
}

.popup-custom .d-cus-warn small {
    display: block;
    line-height: 20px;
}

/* POPUP CONTROL */
b.popup {
    display: inline-block;
    background: url(/resource/out/img/icon_more_blk.svg) no-repeat center;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.popup-con {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1350px;
    padding: 0 5%;
    background: #fff;
    z-index: 91;
}

.close-btn {
    position: absolute;
    transition: .25s ease-in-out;
}

.close-btn span {
    position: absolute;
    background: #080808;
    display: block;
    transform: rotate(45deg);
    border-radius: 10px;
    transition: .25s ease-in-out;
}

.close-btn span:last-child {
    transform: rotate(-45deg);
}

.popup-con .popup-close {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.popup-con .popup-close span {
    left: 13px;
    top: 23px;
    width: 24px;
    height: 2px;
}

.detail-popup {
    padding: 50px 0;
}

.detail-popup .section-title {
    margin-bottom: 50px;
}

.detail-popup .section-title h2 {
    font-size: 42px;
    line-height: 1;
}

.detail-popup .section-title h2::after {
    content: " ";
    width: 120px;
    height: 3px;
    border-radius: 5px;
    background: #080808;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

/* POPUP_PAGETEM */
#popup_pagetem .image-box-carousel .tem-thumb {
    height: 420px;
}

#popup_pagetem .d-pagetem .slide-box .slide-btn {
    top: 35%;
}

#popup_pagetem .arr-lft {
    left: -4%;
}

#popup_pagetem .arr-rgt {
    right: -4%;
}

/* POPUP_PPROCURACY */
#popup_procuracy .d-procuracy .text-box > b {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

#popup_procuracy .d-procuracy .text-box > b::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

#popup_procuracy .d-procuracy .text-box .go-to-query {
    right: 0;
    bottom: 13%;
    transform: translateY(0);
}

/* EXHIBITION COMMON */
.exhibition-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.exhibition-box .exhi-thumb {
    width: 100%;
    display: block;
    position: relative;
    opacity: 0;
    overflow: hidden;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.exhibition-box.is-inview .exhi-thumb {
    opacity: 1;
    transform: scale(1);
}

.exhibition-box figure * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.exhibition-box .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.exhibition-box h3 {
    width: 100%;
    display: block;
    font-size: 25px;
    line-height: 42px;
    word-break: keep-all;
    margin: 10px 0 20px;
}

.exhibition-box .content-box h3 a {
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #080808 2px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
}


.exhibition-box p {
    width: 100%;
    line-height: 20px;
    display: block;
    margin: 0;
    font-size: 17px;
    color: #666
}

.ex-sec-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.ex-sec-title .section-title {
    margin: 0;
    flex-shrink: 0;
    margin-bottom: 40px;
}

.content-section .exhi-sum {
    display: flex;
    flex-direction: row;
}

.exhi-sum li {
    text-indent: 28px;
    font-size: 17px;
    line-height: 24px;
}

.exhi-sum li.exhi-sum-arts {
    background: url(/resource/out/img/icon_cnt_art_blk.svg) no-repeat 0 2px;
    background-size: 20px;
}

.exhi-sum li.exhi-sum-exs {
    background: url(/resource/out/img/icon_rental_blk.svg) no-repeat 0 0;
    background-size: 23px;
}

.exhi-sum li.exhi-sum-visits {
    background: url(/resource/out/img/icon_cnt_user_blk.svg) no-repeat 0 1px;
    background-size: 20px;
}

.exhi-sum li:nth-child(2) {
    margin: 0px 30px;
}

.exhi-sum li b {
    color: #b361ff;
}

.exhi-list-search {
    position: relative;
    margin-left: auto;
    display: flex;
    padding-left: 46px;
    width: 33.3%;
}

.exhi-list-search .exhi-list-form {
    position: relative;
    width: calc(100% - 35px);
    display: flex;
    justify-items: stretch;
    border-bottom: 1px solid #999;
    font-size: 16px;
    color: #999;
}

.exhi-list-search .exhi-list-form .exhi-search-filter {
    width: 80px;
    flex-shrink: 0;
    padding-left: 5px;
    border: none;
    background: url(/resource/out/img/icon_select_arrow_s_grey.png) no-repeat 95% center;
    color: #080808;
}

.exhi-list-search .exhi-list-form input[type="search"] {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    border: none;
    padding-left: 12px;
    padding-right: 28px;
    background: rgba(255,255,255,1);
}

.exhi-list-search .exhi-list-form button {
    position: absolute;
    right: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    padding: 0;
    background: url(/resource/out/img/icon_search_grey.svg) no-repeat center;
}

.exhi-list-search .exhi-view-filter, .filter-choice {
    font-size: 14px;
}

.exhi-list-search .exhi-view-filter .filter-btn {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    background: #b361ff url(/resource/out/img/icon_filter_wht.png) no-repeat center;
    background-size: 18px;
    cursor: pointer;
}


.filter-choice .filter-close {
    position: absolute;
    right: 5px;
    top: 17px;
    width: 20px;
    height: 20px;
    cursor: pointer;

}

.filter-choice .filter-close span {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 2px;
    background: #ccc;
    display: block;
    border-radius: 2px;
    transform: rotate(45deg);
}

.filter-choice .filter-close span:last-child {
    transform: rotate(-45deg);
}

.filter-choice {
	display: none;
    position: absolute;
    right: 0;
    top: 38px;
    width: calc(100% - 126px);
    z-index: 10;
    background: #fff;
    padding: 20px;
    box-shadow: 5px 9px 40px 0px rgba(0, 0, 0, 0.3);
}

.filter-choice h3,
.filter-choice h4 {
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}

.filter-choice h3 {
    padding-left: 28px;
    font-size: 16px;
    margin-bottom: 30px;
    background: url(/resource/out/img/icon_filter_blk.png) no-repeat 0 center;
}

.filter-choice h4 {
    margin-bottom: 10px;
}

.filter-choice .alignment-btn {
    position: relative;
    width: 100%;
    height: 36px;
    display: flex;
}

.filter-choice .alignment-btn::after {
    content: " ";
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #b361ff;

}

.filter-choice .alignment-btn div {
    width: 50%;
    text-align: center;
    border: 1px solid #999;
    color: #999;
    line-height: 34px;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.filter-choice .alignment-btn div:first-child {
    border-right: none;
}

.filter-choice .alignment-btn div:last-child {
    border-left: none;
}

.filter-choice .alignment-btn div.on {
    border-color: #b361ff;
    color: #b361ff;
}

.filter-choice .exhi-type-choice {
    margin: 20px 0 30px;
}

.filter-choice .exhi-type-filter {
    height: 36px;
    line-height: 34px;
    width: 100%;
    padding-left: 12px;
    color: #999;
    border-color: #999;
    transition: .25s ease-in-out;
}

.filter-choice .exhi-type-filter.on {
    border-color: #b361ff;
    color: #b361ff;
    background-image: url(/resource/out/img/icon_select_arrow_s_pp.png);
}

.filter-choice .filter-apply {
    display: flex;
    justify-content: space-between;
}

.filter-choice .filter-apply div {
    width: 46%;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.filter-choice .filter-apply div.filter-remove {
    border: 1px solid #080808;
}


.filter-choice .filter-apply div.filter-submit {
    background: #b361ff;
    color: #fff;
}

.filter-choice .filter-apply {
    display: flex;
    justify-content: space-between;
}

.filter-choice .filter-apply div {
    width: 46%;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.filter-choice .filter-apply div.filter-remove {
    border: 1px solid #080808;
}


.filter-choice .filter-apply div.filter-submit {
    background: #b361ff;
    color: #fff;
}

.exhi-private .exhi-thumb {
    background: url(/resource/out/img/list_thumb02.jpg) no-repeat center;
    background-size: cover;
}

/* PAGINATION */
.pagination {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.pagination .page-item.active .page-link {
    background: #080808;
    border-color: transparent;
    color: #fff;
}

.pagination .page-item .page-link {
    /*min-width: 60px;*/
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 0 !important;
    padding: 0 20px;
    color: #080808;
}
.pagination .page-item.disabled .page-link {
	color: #9c9c9c;
}

/* SVC TRIAL */
.svc-trial-banner {
    background: url(/resource/out/img/trial_middle_banner.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
}

.svc-trial-banner .col-12 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.svc-trial-banner .banner-box {
    width: 100%;
    padding: 90px 0;
    position: relative;
    text-align: left;
    color: #fff;
}

.svc-trial-banner .banner-box p {
    font-size: 22px;
}

.svc-trial-banner .banner-box p b {
    font-size: 26px;
    font-family: 'Wemakeprice-Regular';
}

.svc-trial-banner .banner-box h2 {
    font-size: 60px;
    margin-top: 20px;
}

.svc-trial-banner .banner-box .go-to-join {
    position: absolute;
    bottom: 50%;
    right: 5%;
    transform: translateY(50%);
}

.svc-trial-banner .go-to-join .circle-button {
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.svc-trial-banner .go-to-join .circle-button:before {
    border-color: #fff;
}


/* INDEX */
/* SLIDER */
.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.slider .container-fluid {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    margin: 0 60px;
}

.slider .slider-images {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.slider .slider-images .swiper-slide {
    position: relative;
    background-size: cover !important;
}

.slider .slider-images .swiper-slide.ssl01 {
    background: url(/resource/out/img/main_slider_ss01.jpg) no-repeat center;
}

.slider .slider-images .swiper-slide.ssl02 {
    background: url(/resource/out/img/main_slider_ss02.jpg) no-repeat 0 center;
}

.slider .slider-images .swiper-slide.ssl03 {
    background: url(/resource/out/img/main_slider_ss03.jpg) no-repeat 0 center;
}

.slider .slider-images .swiper-slide.ssl04{
    background: url(/resource/out/img/main_slider_ss04.jpg) no-repeat 0 center;
}

.slider .slider-texts {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.slider .slider-texts .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider .slider-texts .swiper-slide h2 {
    font-size: 72px;
    line-height: 90px;
    margin-bottom: 40px;
    color: #fff;
}

.slider .slider-texts .swiper-slide p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    padding-left: 30px;
    border-left: 3px solid #080808;
    margin-left: 10px;
    color: #fff;
    border-left-color: #fff;
    
}


/*
.slider .swiper-fraction {
    width: 200px;
    color: #fff;
}

.slider .swiper-fraction span {
    width: 22px;
    display: inline-block;
    color: #080808;
    font-weight: 700;
}

.slider .swiper-fraction span:before {
    content: "0";
}

.slider .swiper-fraction .swiper-pagination-current {
    margin-right: 122px;
}

.slider .swiper-pagination-progressbar {
    top: auto;
    bottom: 60px;
    left: 50px;
    width: 100px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #080808;
}

.slider .slider-nav {
    display: flex;
    height: 70px;
    margin-top: -70px;
    position: relative;
    position: relative;
    z-index: 3;
}

.slider .slider-nav .button-prev,
.slider .slider-nav .button-next {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    cursor: pointer;
    transform: translateY(-18px);
    border-radius: 50%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slider .slider-nav .button-prev {
    margin-left: auto;
    margin-right: 20px;
    background: #fff url(/resource/out/img/icon_arrow_light_up_blk.svg) no-repeat center 12px;
    background-size: 30px;
}

.slider .slider-nav .button-next {
    background: #fff url(/resource/out/img/icon_arrow_light_down_blk.svg) no-repeat center 15px;
    background-size: 30px;
}
*/

/* PLAY NOW */
.play-now {
    width: 250px;
    height: 250px;
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    z-index: 4;
    overflow: hidden;
}

.play-now .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    transform: translate(-32%, -53%);
}

.play-now text {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    fill: #fff;
}

.play-now svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* slider color controls*/
/*.slider .slider-texts .swiper-slide.txt-ssl01 h2 {
    color: #fff;
}

.slider .slider-texts .swiper-slide.txt-ssl01 p {
    color: #fff;
    border-left-color: #fff;
}

.slider .slider-texts .swiper-slide.txt-ssl01 .play-now .play-btn {
    border-color: transparent transparent transparent #fff;
}

.slider .slider-texts .swiper-slide.txt-ssl01 .play-now text {
    fill: #fff
}


.slider .slider-texts .swiper-slide.txt-ssl02 h2 {
    color: #fff;
}

.slider .slider-texts .swiper-slide.txt-ssl02 p {
    color: #fff;
    border-left-color: #fff;
}

.slider .slider-texts .swiper-slide.txt-ssl02 .play-now .play-btn {
    border-color: transparent transparent transparent #fff;
}*/

.slider .slider-texts .swiper-slide.txt-ssl01 .play-now text {
    letter-spacing: 2.5px;
}



.slider .slider-nav {
    display: flex;
    align-items: center;
    height: 70px;
    position: relative;
    bottom: 100px;
    z-index: 3;
}

.slider .swiper-pagination-progressbar {
    left: 45px;
    width: 100px;
    height: 2px;
    background: rgba(0, 0, 0, 0.3);
}

.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}

.slider .swiper-fraction {
    width: 170px;
    color: #fff;
}

.slider .swiper-fraction span {
    width: 22px;
    display: block;
    float: left;
    color: #fff;
    font-weight: 700;
}

.slider .swiper-fraction span:before {
    content: "0";
}

.slider .swiper-fraction .swiper-pagination-current {
    margin-right: 126px;
}

.slider .slider-nav .button-prev,
.slider .slider-nav .button-next {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slider .slider-nav .button-prev {
    margin-left: auto;
    margin-right: 20px;
    background: #fff url(/resource/out/img/icon_arrow_light_up_blk.svg) no-repeat center 12px;
    background-size: 30px;
}

.slider .slider-nav .button-next {
    background: #fff url(/resource/out/img/icon_arrow_light_down_blk.svg) no-repeat center 15px;
    background-size: 30px;
}
/* SIDE ICON LIST */
.side-icon-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.side-icon-list.right-side {
    padding-left: 80px;
}

.side-icon-list ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.side-icon-list ul li {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}

.side-icon-list ul li:last-child {
    margin-bottom: 0;
}

.side-icon-list ul li span {
    width: 44px;
    height: 44px;
    float: left;
    display: block;
    margin-bottom: 0;
    margin-right: 20px
}

.side-icon-list ul li .content {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    display: inline-block;
    margin-top: 10px;
}

.side-icon-list ul li .content h4 {
    width: 100%;
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.side-icon-list ul li .content p {
    width: 100%;
    line-height: 32px;
    font-size: 17px;
    display: block;
    margin: 20px 0;
    color: #666;
}

.side-icon-list ul li .content p strong {
    color: #080808;
}

.side-icon-list ul li .content a {
    display: inline-block;
    text-decoration: underline;
}

/* INDEX SVCBRIEF */
#index_svcbrief {
    padding-top: 0;
}

#index_svcbrief .section-title {
    margin-bottom: 50px;
}

#index_svcbrief .section-title h2 {
    font-size: 32px;
    line-height: 48px;
}

#index_svcbrief .side-image {
    width: 100%;
    height: 100vh;
    background: url(/resource/out/img/index_breif.jpg) no-repeat center;
    background-size: cover;
}

#index_svcbrief .index-svc li {
    width: 100%;
    margin-bottom: 35px;
    align-items: center;
}

#index_svcbrief .index-svc li span {
    width: 90px;
    height: 90px;
    display: block;
    float: left;
    flex-shrink: 0;
}

#index_svcbrief .index-svc .indexsvc-multi span {
    background: url(/resource/out/img/indexsvc_multi.png) no-repeat center;
    background-size: 70px;
}

#index_svcbrief .index-svc .indexsvc-concept span {
    background: url(/resource/out/img/indexsvc_concept.png) no-repeat center;
    background-size: 70px;
}

#index_svcbrief .index-svc .indexsvc-gnotes span {
    background: url(/resource/out/img/indexsvc_gnotes.png) no-repeat center;
    background-size: 70px;
}


#index_svcbrief .index-svc .content {
    width: auto;
    float: left;
}

#index_svcbrief .index-svc .content h3 {
    font-size: 22px;
    font-weight: 700;
}

#index_svcbrief .index-svc .content h3 strong {
    color: #b361ff;
}

#index_svcbrief .index-svc .content p {
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    word-break: keep-all;
}

#index_svcbrief .side-icon-list {
    width: 90%;
    max-width: 720px;
}

#index_svcbrief .svc-go-btn {
    margin: 0 auto;
}

/* INDEX GUIDE */
.image-icon-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 185px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.image-icon-box.is-inview .content-image img {
    opacity: 1;
    transform: scale(1);
}

.image-icon-box * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.image-icon-box .icon {
    width: 72px;
    height: 72px;
    background: #000000;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 1;
    font-size: 16px;
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-icon-box .icon b {
    font-size: 24px;
    margin-top: 8px;
}

.image-icon-box .content-image {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
}

.image-icon-box .content-image img {
    width: 100%;
    display: block;
    opacity: 0;
    transform: scale(1.2);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.image-icon-box .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 50px 10%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.image-icon-box .content-box .expand {
    width: 100%;
    max-height: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.image-icon-box .content-box h3 {
    width: 100%;
    display: block;
    font-size: 34px;
    margin-bottom: 0;
    line-height: 36px;
}

.image-icon-box .content-box p {
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    word-break: keep-all;
}

.in-guide-btn {
    display: block;
    margin: 50px auto;
    width: 210px;
    text-align: center;
}

.in-guide-btn a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    background: #080808;
    color: #fff;
    line-height: 70px;
    transition: background 0.25s ease;
}


/* INDEX RECOMMAND */
#index_recommand {
    padding-bottom: 0;
}

#index_recommand .index-recom-wrap {
    flex-wrap: wrap;
    flex-flow: row-reverse;
}

/* SIDE IMAGE */
.index-recom-left .side-image {
    position: relative;
}

.index-recom-video {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}

#index_recom_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-height: 840px;
}

.index-recom-left .go-to-rpage {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: 3;
    opacity: 0;
    transition: 0.25s ease-in-out;
}

.index-recom-left .go-to-rpage .circle-button {
    line-height: 26px;
    color: #fff;
    border-color: #fff;
}

.index-recom-video .go-to-rpage .circle-button i {
    display: none;
}

.go-to-rpage .circle-button:before {
    border-color: #fff;
}

.index-recom-video .dim {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0;
    transition: 0.25s ease-in-out;
}

.index-recom-left .recom-vid-titles {
    position: absolute;
    bottom: 125px;
    left: 8%;
    z-index: 3;
    max-width: 85%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.recom-vid-titles p {
    line-height: 24px;
    padding: 10px 20px;
    background: #080808;
    margin-bottom: 10px;
    font-size: 16px;
}

.recom-vid-titles h3 {
    position: relative;
    line-height: 36px;
    font-size: 26px;
    padding: 13px 20px 10px;
    background: #080808;
    word-break: keep-all;
    display: flex;
    align-items: flex-start;
}

.recom-vid-titles h3 span .exhi-grp {
    width: 26px;
    height: 26px;
    margin-left: 5px;
    margin-bottom: -6px;
    background: url(/resource/out/img/icon_group_link_wht.svg) no-repeat 6px 6px;
    background-size: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.index-recom-left .side-icon-list {
    margin-top: 40px;
}


.index-recom-left .side-icon-list ul {
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    margin: 0 auto;
}

.index-recom-left .side-icon-list ul li {
    width: auto;
    align-items: flex-end;
    margin-bottom: 0px;
}

.index-recom-left .side-icon-list ul li span {
    width: 44px;
    height: 44px;
    margin-right: 20px;
    flex-shrink: 0;
}

#index_recommand .recom-main-details .recom-md-viewcnt span {
    background: url(/resource/out/img/index_recom_view_blk.png) no-repeat center;
    background-size: 44px;
}

#index_recommand .recom-main-details .recom-md-aworkcnt span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
}

#index_recommand .recom-main-details .recom-md-artistcnt span {	
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
}

#index_recommand .recom-main-details .recom-md-aworkcnt span.type_1 {
	background-image: url(/resource/out/img/index_recom_arts_blk.png);
}
#index_recommand .recom-main-details .recom-md-artistcnt span.type_1 {
	background-image: url(/resource/out/img/index_recom_artists_blk.png);
}
#index_recommand .recom-main-details .recom-md-aworkcnt span.type_2 {
	background-image: url(/resource/out/img/index_recom_contents_blk.png);
}
#index_recommand .recom-main-details .recom-md-artistcnt span.type_2 {
	background-image: url(/resource/out/img/index_recom_presenter_blk.png);
}
#index_recommand .recom-main-details .recom-md-aworkcnt span.type_3 {
	background-image: url(/resource/out/img/index_recom_creates_blk.png);
}
#index_recommand .recom-main-details .recom-md-artistcnt span.type_3 {
	background-image: url(/resource/out/img/index_recom_students_blk.png);
}
#index_recommand .recom-main-details .recom-md-aworkcnt span.type_4 {
	background-image: url(/resource/out/img/index_recom_products_blk.png);
}
#index_recommand .recom-main-details .recom-md-artistcnt span.type_4 {
	background-image: url(/resource/out/img/index_recom_ents_blk.png);
}

.index-recom-left .side-icon-list ul li .content {
    width: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
}

.index-recom-left .side-icon-list ul li .content h4 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #666;
}

.index-recom-left .side-icon-list ul li .content p {
    font-family: 'Wemakeprice-Regular';
    line-height: 48px;
    font-size: 36px;
    margin: 0;
    color: #b361ff;
    font-weight: 500
}

/* SIDE ARTS */
.side-arts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #080808;
    color: #fff;
    padding: 100px 5% 100px 8%;
    z-index: 1;
}

.side-arts .titles {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.side-arts .titles p {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
    color: #999;
}

.side-arts .titles h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 50px;
    word-break: keep-all;
}

.side-arts .index-recom-list {
    position: relative;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    max-width: 620px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.side-arts .index-recom-list li {
    position: relative;
    width: 47%;
    height: 160px;
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    cursor: pointer;
}

.index-recom-list li .recom-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: border .25s ease-in-out;
    -moz-transition: border .25s ease-in-out;
    -ms-transition: border .25s ease-in-out;
    -o-transition: border .25s ease-in-out;
    transition: border .25s ease-in-out;
}

.index-recom-list li.list-on .recom-dim {
    background: none;
    border: 3px solid #fff;
    -webkit-transition: border .25s ease-in-out;
    -moz-transition: border .25s ease-in-out;
    -ms-transition: border .25s ease-in-out;
    -o-transition: border .25s ease-in-out;
    transition: border .25s ease-in-out;
}

.index-recom-list li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.side-arts .index-recom-list .go-to-current {
    overflow: visible;
}

.index-recom-list .go-to-current .circle-button {
    position: absolute;
    right: -6%;
    bottom: 10px;
    border-color: #fff;
    color: #fff;
}

.index-recom-list .go-to-current .circle-button::before {
    border-color: #fff;
}

.index-recom-list .go-to-current .circle-button i {
    display: none;
}

/* INDEX PRICE */
#index_price {
    padding: 110px 0 210px;
}

#index_price .row {
    flex-direction: row-reverse;
    align-items: flex-start;
}

#index_price .section-title {
    margin-top: -100px;
    padding-left: 90px;
}

#index_price .section-title p {
    margin-left: 2px;
}

#index_price .inp-table {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.inp-table .prc-detail {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    box-shadow: -2px 2px 35.72px 2.28px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.inp-table .prc-detail ul {
    border-bottom: 1px solid #ccc;
}

.inp-table .prc-basic {
    width: 44.5%;
    height: 440px;
    background: #7a7a7a;
    border-radius: 5px;
    margin-right: 25px;
    margin-top: 45px;
    padding: 0 25px;
    box-shadow: -2px 2px 35.72px 2.28px rgba(0, 0, 0, 0.09);
}

.inp-table .prc-basic h3 {
    font-size: 32px;
    color: #ccc;
    line-height: 77px;
    letter-spacing: 1px;
}

.inp-table .prc-basic .prc-detail {
    padding: 40px 0;
}

.inp-table .prc-basic .prc-detail span {
    width: 100%;
    height: 90px;
    background: url(/resource/out/img/price_table_b_pe.png) no-repeat center;
    background-size: contain;
    opacity: .6;
}

.inp-table .prc-basic .prc-detail ul {
    padding: 40px 45px;
}

.inp-table .prc-basic .prc-detail ul li {
    line-height: 28px;
    font-size: 18px;
    color: #666;
}

.inp-table .prc-basic .prc-detail h4 {
    font-size: 36px;
    font-weight: 500;
    color: #666;
    margin-top: 30px;
}

.inp-table .prc-premium {
    width: 49.5%;
    height: 520px;
    background: #b361ff;
    border-radius: 5px;
    padding: 0 30px;
    box-shadow: -29px 27px 32px 8px rgba(0, 0, 0, 0.2);
}

.inp-table .prc-premium h3 {
    font-size: 32px;
    color: #fff;
    line-height: 77px;
    font-weight: bold;
    letter-spacing: 2px;
}

.inp-table .prc-premium .prc-detail {
    padding: 45px 0;
}

.inp-table .prc-premium .prc-detail span {
    width: 100%;
    height: 100px;
    background: url(/resource/out/img/price_table_p_pe.png) no-repeat center;
    background-size: contain;
}

.inp-table .prc-premium .prc-detail ul {
    padding: 40px 50px;
}

.inp-table .prc-premium .prc-detail ul li {
    line-height: 36px;
    font-size: 22px;
}

.inp-table .prc-premium .prc-detail h4 {
    font-size: 48px;
    font-weight: bold;
    margin-top: 40px;
}

#index_price .inp-table .prc-noti {
    position: absolute;
    bottom: -120px;
}

#index_price .prc-noti small {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 300;
}

.go-svc-btn {
    width: 210px;
    line-height: 70px;
    margin-left: 90px;
    margin-top: -120px;
}

.go-svc-btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    background: #080808;
    color: #fff;
    text-align: center;
    transition: .25s ease-in-out;
}

#index_price .inp-bg-c-s {
    position: absolute;
    left: 10%;
    bottom: -40px;
    width: 375px;
    height: 375px;
    background: url(/resource/out/img/bg-circle-small.png) no-repeat center;
    background-size: contain;
}

#index_price .inp-bg-c-m {
    position: absolute;
    right: 28%;
    top: -60px;
    width: 500px;
    height: 500px;
    background: url(/resource/out/img/bg-circle-medium.png) no-repeat center;
    background-size: contain;
}

#index_price .inp-bg-c-l {
    position: absolute;
    right: -10%;
    bottom: -150px;
    width: 690px;
    height: 690px;
    background: url(/resource/out/img/bg-circle-large.png) no-repeat center;
    background-size: contain;
}

/* INDEX TRIAL */
#index_trial {
    padding: 50px 0;
}

/* VIDEO BG */
.video-bg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.video-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #080808;
    z-index: 1;
    opacity: 0.6;
}

.video-bg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}


/* CTA BOX */
.cta-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin: 50px 0;
}

.cta-box .sub-title {
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 3px;
}

.cta-box h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 72px;
    line-height: 90px;
}

.cta-box h2 strong {
    font-weight: 600;
}

/* BASIC BUTTON */
.col-12.text-center .basic-button {
    margin-top: 50px;
}

.basic-button {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    border: 1px solid #fff;

    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.basic-button::before {
    content: " ";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.cta-box .basic-button {
    margin: 0 auto;
    margin-top: 50px;
}


/* INDEX POPULAR */
#index_popular .section-title {
    margin-bottom: 40px;
}

#index_popular .exhibition-box {
    cursor: pointer;
}

#index_popular .exhibition-box .exhi-title {
    font-size: 22px;
    line-height: 36px;
}

.exhi-pop-box .exhi-thumb {
    width: 100%;
    height: 210px;
    background: url(/resource/out/img/list_thumb01.jpg) no-repeat center;
    background-size: cover;
}

.index-pop-wrap .exhi-pop-box:nth-child(2) .exhi-thumb {
    background: url(/resource/out/img/list_thumb03.jpg) no-repeat center;
    background-size: cover;
}

.index-pop-wrap .exhi-pop-box:nth-child(3) .exhi-thumb {
    background: url(/resource/out/img/list_thumb04.jpg) no-repeat center;
    background-size: cover;
}

.index-pop-wrap .exhi-pop-box:nth-child(4) .exhi-thumb {
    background: url(/resource/out/img/list_thumb05.jpg) no-repeat center;
    background-size: cover;
}

#index_popular .circle-button {
    margin: 70px auto 0;
}

/* FOOTER */
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eaeaea;
}

.footer > .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .footer-lft {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.footer .footer-policy li {
    float: left;
    margin-right: 25px;
    cursor: pointer;
    transition: .25s ease-in-out;
    color: #444;
}

.footer .footer-policy li:last-child {
    margin-right: 0;
}

.footer .footer-copy {
    display: inline-block;
    margin-top: 20px;
    color: #666;
}


.footer .footer-rgt {
    display: flex;
    flex-direction: row;
}

.footer .footer-social {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-social li {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.footer .footer-social li:nth-child(2) {
    margin: 0 20px;
}

.footer .footer-social li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: 1;
    transition: .25s ease-in-out;
}

.footer .footer-social li.ft-ig a {
    background: url(/resource/out/img/icon_instagram.png) no-repeat center;
    background-size: 30px;
}

.footer .footer-social li.ft-fb a {
    background: url(/resource/out/img/icon_facebook.png) no-repeat center;
    background-size: 30px;
}

.footer .footer-social li.ft-yt a {
    background: url(/resource/out/img/icon_youtube.png) no-repeat center;
    background-size: 30px;
}


.footer .ft-family-site {
    position: relative;
    width: 160px;
    height: 32px;
    margin-left: 30px;
}

.footer .ft-family-site button {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #d6d6d6;
    background: none;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
    padding-left: 15px;
    line-height: 30px;
    color: #444;
    font-weight: 400;
}

.footer .ft-family-site button span {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    display: block;
    background: url(/resource/out/img/icon_arrow_light_down_grey.svg) no-repeat center 7px;
    background-size: 15px;
    transition: .25s ease-in-out;
}

.footer .ft-family-site.on button {
    border-bottom: none;
}

.footer .ft-family-site.on button span {
    transform: rotate(180deg);
    transition: .25s ease-in-out;
    background-position: center 10px;
}

.footer .ft-family-list {
    position: absolute;
    top: 31px;
    left: 0px;
    border: 1px solid #d6d6d6;
    border-top: none;
    width: 100%;
    display: none;
}

.footer .ft-family-list li {
    width: 100%;
}

.footer .ft-family-list li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: 15px;
    line-height: 30px;
    color: #444;
    background: #fff;
    transition: 0.25s ease;
}

.footer .footer-legal {
    width: 100%;
    border-top: double 10px #f7f7f7;
    padding: 30px 0;
}

.footer .footer-legal .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .footer-legal span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    line-height: 20px;
    word-break: keep-all;
    white-space: nowrap;
}

.footer .footer-legal span::after {
    content: "|";
    margin: 0 5px;
}

.footer .footer-legal span:last-child::after {
    content: " ";
}

/* RESPONSIVE MEDIUM  */
@media all and (max-width: 1199px) {
	#btn_make_ex {
		display: none !important;
	}
    .pc {
        display: none
    }

    /* CONTAINER max-width: 1199px */
    .container {
        padding-right: var(--bs-gutter-x, 2.75rem);
        padding-left: var(--bs-gutter-x, 2.75rem);
    }

    /* CONTENT SECTION max-width: 1199px */
    .content-section {
        padding: 90px 0 110px;
    }

    section.content-section:nth-last-of-type(1) {
        padding-bottom: 90px;
    }

    /* SECTION TITLE max-width: 1199px */
    .section-title {
        width: 100%;
        margin-bottom: 60px;
    }

    
    /* CIRCLE BUTTON max-width: 1199px */
    .circle-button {
        width: 130px;
        height: 130px;
    }

    /* NAVBAR max-width: 1199px */
    .navbar.active .logo-rental a {
   	    background-image: url(/resource/out/img/logo_rental_renwal_wht.png);
    }
    
    .navbar .navbar-bg {
        position: fixed;
        width: 83%;
        max-width: 600px;
        height: 101vh;
        left: -100%;
        top: 0px;
        color: #fff;
        background: none;
        backdrop-filter: none;
        z-index: -1;
        transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    }
    .navbar.blk-txt .navbar-bg, .navbar.search .navbar-bg {
    	background: none;
    }
	.navbar .navbar-bg.hide {
		height: 101vh;
		opacity: 1;
	}

    .navbar .navbar-bg svg {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        fill: #080808;
        display: block;
    }

    .navbar .navbar-bg svg path {
        animation-name: navbar-bg-out;
        -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }

    .navbar.active .navbar-bg {
        left: 0;
    }

    .navbar.active .navbar-bg svg path {
        animation-name: navbar-bg-in;
        -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
    
    .navbar .navbar-bg-m {
    	height: 100px;
    }
    .navbar.blk-txt .navbar-bg-m, .navbar.search .navbar-bg-m {
    	background: rgba(255,255,255,.7);
    }

    .navbar .site-menu {
        position: absolute;
        top: 180px;
        left: -100%;
        width: 80%;
        max-width: 350px;
        margin: 0;
        margin-top: auto;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .navbar.active .site-menu {
        left: 72px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .navbar .site-menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar .site-menu .site-gnb > li {
        width: auto;
        margin-bottom: 25px;
        transition: 0.5s ease-in-out;
    }

    .navbar .site-menu .site-gnb > li > a {
        line-height: 62px;
        font-size: 36px;
        text-align: left;
        font-weight: 700;
        transition: 0.25s ease-in-out;
        font-family: 'Wemakeprice-Regular';
    }
    
    .navbar.blk-txt .site-menu .site-gnb > li > a, .navbar.search .site-menu .site-gnb > li > a,
    .navbar.blk-txt .site-menu .site-gnb .site-gnb-sub li a, .navbar.search .site-menu .site-gnb .site-gnb-sub li a {
    	color: #fff;
    }

    .navbar .noneclk {
        cursor: pointer;
    }

    .navbar .noneclk span {
        position: absolute;
        top: 12px;
        width: 36px;
        height: 36px;
        display: inline-block;
        background: url(/resource/out/img/icon_chevron_lft_wht.svg) no-repeat center;
        background-size: 32px;
        transform: rotate(-90deg);
        margin-left: 8px;
    }

    .navbar .site-menu .site-gnb > li.accorToggle {
        transition: 0.3s ease-in-out;
    }

    .navbar .site-menu .site-gnb > li > a.accorToggle {
        color: #b361ff !important;
    }

    .navbar .site-menu .site-gnb > li > a.accorToggle span {
        top: 9px;
        background: url(/resource/out/img/icon_chevron_lft_pe.svg) no-repeat center;
        background-size: 32px;
        transform: rotate(-270deg);
    }

    .navbar .site-menu .site-gnb .site-gnb-sub {
        position: static;
        width: auto;
        height: auto;
        top: auto;
        left: auto;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub li {
        display: block;
        width: auto;
        margin-top: 20px;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub li:first-child {
        padding-top: 0px;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub li a {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
        font-family: 'Wemakeprice-Regular';
    }

    .navbar .site-menu .site-gnb > li > a:before,
    .navbar .site-menu .site-gnb > li > a:after{
        content: none;
    }

    .navbar .site-lang {
        position: absolute;
        top: calc(100vh - 163px);
        left: -100%;
        margin: 0;
        margin-top: auto;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .navbar.active .site-lang {
        left: 72px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .navbar .site-lang li {
        line-height: 45px;
    }

    .navbar .site-lang li a {
        text-align: left;
    }
    .navbar.blk-txt .site-lang li a, .navbar.search .site-lang li a {
    	color: #fff;
    }
    

    .navbar .search-button {
        margin-left: auto;
    }

    .navbar .nav-login {
        position: absolute;
        top: 100px;
        left: -100%;
        width: 220px;
        opacity: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .navbar.active .nav-login {
        left: 72px;
        opacity: 1;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .navbar .nav-login a {
        color: #ccc;
        font-size: 18px;
        line-height: 1;
        margin-left: 30px;
    }
    .navbar.blk-txt .nav-login a, .navbar.search .nav-login a {
    	color: #ccc;
    }
    .navbar .nav-login a:first-child {
        margin-left: 0;
    }
    .navbar .nav-login a:nth-child(2){
        position: relative;
    }
    .navbar .nav-login a:nth-child(2)::before{
        position: absolute;
        content: "|";
        left: -20px;
    }

    /* HAMBURGER max-width: 1199px */
    .navbar .hamburger-menu {
        display: block;
    }

    .navbar .hamburger path {
        -webkit-transform: translate3d(0, 0, 0);
        fill: transparent;
        stroke-width: 2px;
        stroke: #fff;
        stroke-linecap: round;
        transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    }
    
    .navbar.blk-txt .hamburger path, .navbar.search .hamburger path {
    	stroke: #000; 
    }

    .navbar .hamburger path.line-center {
        padding: 10px 0;
    }

    .navbar.active .hamburger .line-center {
        -moz-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    .navbar.active .hamburger .line-top {
        -moz-transform: rotate(45deg) translateX(6px) translateY(-9px);
        -webkit-transform: rotate(45deg) translateX(6px) translateY(-9px);
        -o-transform: rotate(45deg) translateX(6px) translateY(-9px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(-9px);
        transform: rotate(45deg) translateX(6px) translateY(-9px);
    }

    .navbar.active .hamburger .line-bottom {
        -moz-transform: rotate(-45deg) translateX(-15px) translateY(0px);
        -webkit-transform: rotate(-45deg) translateX(-15px) translateY(0px);
        -o-transform: rotate(-45deg) translateX(-15px) translateY(0px);
        -ms-transform: rotate(-45deg) translateX(-15px) translateY(0px);
        transform: rotate(-45deg) translateX(-15px) translateY(0px);
    }

    /* SEARCH BOX max-width: 1199px */
    .search-box .container .search-events ul{
        height: calc(100vh - 383px);
        height: -webkit-calc(100vh - 383px);
        height: -moz-calc(100vh - 383px);
    }
    

    /* SUB PAGE HEADER max-width: 1199px */
    

    /* POPUP COMMON max-width: 1199px */
    /* SVC_INTRO_PAGETEM max-width: 1199px */
    .image-box-carousel .swiper-slide {
        padding: 0 10px;
    }

    .image-box-carousel .tem-thumb {
        height: 360px;
    }

    #svc_intro_pagetem .slide-box .slide-btn {
        top: 40%;
    }

    #svc_intro_pagetem .arr-lft {
        left: -3.5%;
    }

    #svc_intro_pagetem .arr-rgt {
        right: -3.5%;
    }


    /* POPUP-CUSTOM max-width: 1199px */
    .popup-custom .custom-eg {
        height: 60vh;
        overflow: auto;
        -ms-overflow-style: none;
        padding: 0 5%;
        flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
    }

    .popup-custom .custom-eg::-webkit-scrollbar {
        display: none;
    }

    .popup-custom .custom-eg .col-lg-4 {
        width: 380px;
        padding-top: 400px;
        margin-bottom: 70px;
    }
    
    .popup-custom .custom-01,
    .popup-custom .custom-02,
    .popup-custom .custom-03 {
        background-size: 100%;
        background-position: 0 0;
    }
    
    .popup-custom .custom-eg .col-lg-4.custom-03 {
    	margin-bottom: 0;
    }

    .popup-custom .d-cus-warn {
        margin-top: 50px;
    }

    /* POPUP_PAGETEM max-width: 1199px */
    #popup_pagetem .image-box-carousel .tem-thumb {
        height: 260px;
    }

    #popup_pagetem .d-pagetem .slide-box .slide-btn {
        top: 31%;
    }

    #popup_pagetem .arr-lft {
        left: -6%;
    }

    #popup_pagetem .arr-rgt {
        right: -6%;
    }

    /* POPUP_PPROCURACY max-width: 1199px */
    .d-procuracy .text-box p {
        width: 75%;
    }

    #popup_procuracy .d-procuracy .text-box .go-to-query {
        right: 0;
        bottom: 20%;
    }

    
    /* EXHIBITION COMMON max-width: 1199px */
    .exhibition-box {
        padding: 0 !important;
    }

    .exhibition-box .content-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .exhibition-box h3 {
        font-size: 22px;
        line-height: 32px;
        margin: 15px 0;
    }

    .exhibition-box p {
        font-size: 15px;
    }

    .ex-sec-title {
        align-items: flex-end;
    }

    .ex-sec-title .section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .content-section .exhi-sum {
        flex-direction: column;
        margin-top: 0;
    }

    .exhi-sum li {
        text-indent: 30px;
    }

    .exhi-sum li:nth-child(2) {
        margin: 10px 0;
    }

    .exhi-sum li.exhi-sum-arts {
        background-position: 1px 1px;
        background-size: 22px;
    }

    .exhi-sum li.exhi-sum-exs {
        background-position: 0 0;
        background-size: 24px;
    }

    .exhi-sum li.exhi-sum-visits {
        background-position: 1px 1px;
        background-size: 22px;
    }

    .exhi-sum li b {
        margin-left: 10px;
    }

    .exhi-sum li.exhi-sum-visits b {
        margin-left: 25px;
    }
    
    .exhi-list-search {
        width: 320px;
        padding-left: 0;
    }

    .filter-choice {
        width: 100%;
    }


    /* SVC TRIAL max-width: 1199px */
    .svc-trial-banner .banner-box h2 {
        font-size: 46px;
        margin-top: 20px;
        word-break: keep-all;
        line-height: 50px;
    }

    .svc-trial-banner .banner-box p {
        font-size: 20px;
    }

    .svc-trial-banner .banner-box p b {
        font-size: 24px;
        margin-right: 10px;
    }

    .svc-trial-banner .go-to-join .circle-button {
        font-size: 17px;
        line-height: 24px;
    }

    /* INDEX max-width: 1199px */
    /* SLIDER max-width: 1199px */
    .slider {
        height: calc(var(--vh, 1vh) * 100);
    }    
    .slider .slider-texts .sl-txt-box {
        margin-bottom: 20%;
    }

    .slider .slider-texts .swiper-slide h2 {
        line-height: 100px;
        margin-bottom: 30px;
    }

    .slider .slider-images .swiper-slide.ssl02{
        background-position: 10%
    }
    
    .slider .slider-images .swiper-slide.ssl03{
        background-position: 25%
    }
    
    /* PLAY NOW max-width: 1199px */
    .play-now {
        bottom: 15%;
    }

    .play-now .play-btn {
        transform: translate(-35%, -50%);
    }

    /* IMAGE BOX max-width: 1199px */
    .image-box {
        width: 100%;
        display: block;
        margin: 0;
        position: relative;
        overflow: hidden;
    }

    .image-box.is-inview div {
        opacity: 1;
        transform: scale(1);
    }

    .image-box div {
        width: 100%;
        opacity: 0;
        transform: scale(1.2);
        transition-duration: 0.7s;
        -webkit-transition-duration: 0.7s;
        transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    }


    /* SIDE ICON LIST max-width: 1199px */
    .side-icon-list.right-side {
        padding-left: 30px;
    }

    .side-icon-list ul li {
        display: flex;
        margin-bottom: 50px;
        padding: 0;
        list-style: none;
    }

    .side-icon-list ul li:last-child {
        margin-bottom: 0;
    }

    .side-icon-list ul li span {
        width: 44px;
        height: 44px;
        float: left;
        display: block;
        margin-bottom: 0;
        margin-right: 20px
    }

    .side-icon-list ul li .content {
        width: calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        display: inline-block;
        margin-top: 10px;
    }

    .side-icon-list ul li .content h4 {
        width: 100%;
        display: block;
        font-size: 22px;
        font-weight: 700;
    }

    .side-icon-list ul li .content p {
        width: 100%;
        line-height: 32px;
        font-size: 17px;
        display: block;
        margin: 20px 0;
        color: #666;
    }

    .side-icon-list ul li .content p strong {
        color: #080808;
    }

    .side-icon-list ul li .content a {
        display: inline-block;
        text-decoration: underline;
    }

    /* INDEX SVCBRIEF max-width: 1199px */
    #index_svcbrief {
        padding-bottom: 0;
    }

    #index_svcbrief .side-image {
        height: 870px;
    }

    #index_svcbrief .index-svc li span {
        width: 50px;
        height: 50px;
    }
    
    #index_svcbrief .index-svc .indexsvc-multi span,
    #index_svcbrief .index-svc .indexsvc-concept span,
    #index_svcbrief .index-svc .indexsvc-gnotes span {
        background-size: 45px;
    }

    #index_svcbrief .index-svc .content h3 {
        font-size: 18px;
    }

    #index_svcbrief .index-svc .content p {
        font-size: 16px;
        margin-top: 5px;
    }


    /* INDEX GUIDE max-width: 1199px */
    .image-icon-box {
        padding-bottom: 0px;
    }

    .image-icon-box .icon {
    	top: 15px;
    	left: 15px;
        width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .image-icon-box .icon b {
        font-size: 20px;
        margin-top: 3px;
    }

    .image-icon-box .content-box h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .image-icon-box .content-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .image-icon-box .content-box {
        padding: 40px 10%;
        position: static;
    }

    .image-icon-box .content-box .expand {
        max-height: none;
        height: auto;
    }

    .in-guide-btn {
        margin-bottom: 0;
    }

    /* INDEX RECOMMAND max-width: 1199px */
    /* SIDE IMAGE max-width: 1199px */
    .index-recom-video {
        height: 420px
    }

    #index_recom_con {
        max-height: 450px;
    }

    .index-recom-left .go-to-rpage {
        opacity: 1;
        bottom: 20px;
        right: 20px;
        transform: translate(0);
        margin: 0 auto;
    }

    .index-recom-left .go-to-rpage .circle-button {
        width: 140px;
        height: 40px;
        border-radius: 50px;
        font-size: 14px;
        color: #080808;
        background: rgba(255, 255, 255, .6) url(/resource/out/img/icon_external_grey.svg) no-repeat 16px center;
        background-size: 16px;
        text-indent: 22px;
    }

    .index-recom-left .go-to-rpage .circle-button span {
        line-height: 38px;
    }

    .index-recom-left .go-to-rpage .circle-button br {
        display: none;
    }

    .go-to-rpage .circle-button:before {
        content: none;
    }

    .index-recom-video .dim {
        display: none;
    }

    .index-recom-left .recom-vid-titles {
        position: static;
        max-width: 100%;
        padding: 0 5%;
        margin-top: 30px;
    }

    .recom-vid-titles p {
        background: none;
        font-weight: 500;
        color: #999;
        padding: 0;
        line-height: 1;
    }

    .recom-vid-titles h3 {
    	font-size: 24px;
    	line-height: 36px;
        background: none;
        font-weight: 600;
        color: #080808;
        padding: 0;
    }

    .recom-vid-titles h3 span .exhi-grp {
        margin-bottom: -5px;
        margin-left: 8px;
        background-image: url(/resource/out/img/icon_group_link_blk.svg);
        border-color: #080808;
    }


    .index-recom-left .side-icon-list {
        margin-top: 30px;
    }


    .index-recom-left .side-icon-list ul {
        max-width: 100%;
        padding: 0 5%;
    }

    .index-recom-left .side-icon-list ul li span {
        width: 40px;
        height: 40px;
    }

	#index_recommand .recom-main-details .recom-md-viewcnt span,
    #index_recommand .recom-main-details .recom-md-aworkcnt span,
    #index_recommand .recom-main-details .recom-md-artistcnt span {
        background-size: 40px;
    }
    
    .index-recom-left .side-icon-list ul li .content h4 {
        font-size: 16px;
    }

    .index-recom-left .side-icon-list ul li .content p {
        line-height: 30px;
        font-size: 24px;
    }


    /* SIDE ARTS max-width: 1199px */
    .side-arts {
        padding: 60px 8% 60px 10%;
    }

    .side-arts .titles {
        margin-bottom: 35px;
    }

    .side-arts .titles p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .side-arts .index-recom-list li {
        height: 120px;
    }

    .side-arts .index-recom-list .go-to-current .circle-button {
        bottom: -20px;
    }


    /* INDEX PRICE max-width: 1199px */
    #index_price {
        padding: 90px 0 180px;
    }

    #index_price .row {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    #index_price .section-title {
        padding-left: 50px;
        margin-top: -100px;
    }

    #index_price .section-title small {
        word-break: keep-all;
    }

    #index_price .section-title small:last-child {
        margin-top: 10px;
    }

    .inp-table .prc-basic {
        height: 330px;
        margin-top: 50px;
        padding: 0 15px;
    }

    .inp-table .prc-basic h3 {
        line-height: 60px;
    }

    .inp-table .prc-basic .prc-detail {
        padding: 20px 0;
    }

    .inp-table .prc-basic .prc-detail span {
        width: 100%;
        height: 60px;
        opacity: .6;
    }

    .inp-table .prc-basic .prc-detail ul {
        width: 100%;
        padding: 30px 20px;
    }

    .inp-table .prc-basic .prc-detail ul li {
        font-size: 16px;
    }

    .inp-table .prc-basic .prc-detail h4 {
        font-size: 30px;
        margin-top: 25px;
    }

    .inp-table .prc-premium {
        height: 420px;
        padding: 0 20px;
    }

    .inp-table .prc-premium h3 {
        line-height: 62px;
    }

    .inp-table .prc-premium .prc-detail {
        padding: 30px 0;
    }

    .inp-table .prc-premium .prc-detail span {
        height: 70px;
    }

    .inp-table .prc-premium .prc-detail ul {
        width: 100%;
        padding: 30px 0px;
    }

    .inp-table .prc-premium .prc-detail ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .inp-table .prc-premium .prc-detail h4 {
        font-size: 42px;
        margin-top: 30px;
    }

    #index_price .inp-table .prc-noti {
        bottom: -100px;
    }

    .go-svc-btn {
        margin-left: 50px;
    }

    #index_price .inp-bg-c-s {
        left: -15%;
        bottom: -50px;
        width: 300px;
        height: 300px;
    }

    #index_price .inp-bg-c-m {
        right: 15%;
        top: -100px;
        width: 400px;
        height: 400px;
    }

    #index_price .inp-bg-c-l {
        right: -25%;
        bottom: -150px;
        width: 500px;
        height: 500px;
    }
}

/* RESPONSIVE TABLET  */
@media all and (max-width: 991px) {
	.toast-msg-wrapper {
		left: calc(50% - 10px);
    	top: 10%;
	   	bottom: unset;
	}
	
    .tablet-l {
        display: none;
    }

    .mobile {
        display: block;
    }

    /* SEARCH BOX max-width: 991px */
    .search-box .container .form h2 {
        font-size: 35px;
    }

    .search-box .container .form button {
        margin-left: 20px;
    }

    .search-box .container .search-events ul li:nth-child(4) {
        margin-top: 30px;
    }
    
    .exhi-list-search {
        width: 50%;
        padding-left: 12px;
    }

    .exhi-list-search .exhi-list-form {
        width: calc(100% - 35px);
    }

    .exhi-list-search .exhi-list-form .exhi-search-filter {
        width: 70px;
    }

    .filter-choice {
        width: calc(100% - 12px);
    }

    /* SUB PAGE HEADER max-width: 991px */
    .page-header {
    	height: 320px;
    }
    

    /* POPUP COMMON max-width: 991px */
    /* SVC_INTRO_PAGETEM max-width: 991px */
    .d-pagetem .section-title {
        text-align: center;
    }

	.image-box-carousel .tem-thumb {
        height: 405px;
    }

    #svc_intro_pagetem .slide-box .slide-btn {
        top: 38%;
    }

    #svc_intro_pagetem .arr-lft {
        left: -5.5%;
    }

    #svc_intro_pagetem .arr-rgt {
        right: -5.5%;
    }

    /* SVC_PROCURACY max-width: 991px */
    .d-procuracy .text-box > b {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .d-procuracy .text-box > b::after {
        content: " ";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        margin-top: 25px;
    }

    .d-procuracy .text-box p {
        margin-top: 40px;
    }

    .d-procuracy .text-box .go-to-query {
        right: 0;
        bottom: 15%;
        transform: translateY(0);
    }

    /* POPUP-CUSTOM max-width: 991px */
    .popup-custom .custom-eg .col-lg-4.custom-02 {
        margin-top: 0px;
        margin-left: 0;
    }

    /* POPUP_PAGETEM max-width: 991px */
    #popup_pagetem .image-box-carousel .tem-thumb {
        height: 330px;
    }

    #popup_pagetem .d-pagetem .slide-box .slide-btn {
        top: 33%;
    }

    #popup_pagetem .arr-lft {
        left: -8%;
    }

    #popup_pagetem .arr-rgt {
        right: -8%;
    }

    /* POPUP_PPROCURACY max-width: 991px */
    #popup_procuracy .d-procuracy .text-box {
        padding-bottom: 180px;
    }

    #popup_procuracy .d-procuracy .text-box p {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    #popup_procuracy .d-procuracy .text-box small {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }

    #popup_procuracy .d-procuracy .text-box .go-to-query {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
    }

    /* SVC TRIAL max-width: 991px */
    .svc-trial-banner .banner-box {
        text-align: center;
        padding: 70px 0 160px;
    }

    .svc-trial-banner .banner-box p {
        font-size: 18px;
    }

    .svc-trial-banner .banner-box p b {
        font-size: 20px;
    }

    .svc-trial-banner .banner-box .go-to-join {
        right: 50%;
        bottom: 50px;
        transform: translate(50%, 0);
    }

    .svc-trial-banner .go-to-join .circle-button {
        border-radius: 0;
        width: 210px;
        font-size: 16px;
        height: 60px;
    }

    .svc-trial-banner .go-to-join .circle-button::before {
        width:calc(100% + 2px);
        height:calc(100% + 2px);
        border-radius: 0;
    }

    .svc-trial-banner .go-to-join .circle-button br {
        display: none;
    }

    /* PAGINATION max-width: 991px */
    .pagination .page-item {
        margin-right: 20px;
    }

    .pagination .page-item:last-child {
        margin-right: 0;
    }

    .pagination .page-numbering {
        width: auto;
        padding: 0 20px;
        line-height: 40px;
        font-size: 20px;
    }

    .pagination .page-item .page-link {
        height: 40px;
        width: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: #080808;
        color: #fff;
        background-size: 18px;
    }

    .pagination .page-item.go-first .page-link {
        background: #080808 url(/resource/out/img/icon_chevorn_dbl_lft_wht.svg) no-repeat center;
        background-size: 18px;
    }

    .pagination .page-item.go-prev .page-link {
        background: #080808 url(/resource/out/img/icon_chevron_lft_wht.svg) no-repeat center;
        background-size: 18px;
    }

    .pagination .page-item.go-next .page-link {
        background: #080808 url(/resource/out/img/icon_chevron_rgt_wht.svg) no-repeat center;
        background-size: 18px;
    }

    .pagination .page-item.go-last .page-link {
        background: #080808 url(/resource/out/img/icon_chevron_dbl_rgt_wht.svg) no-repeat center;
        background-size: 18px;
    }

    /* SLIDER max-width: 991px */
    .slider .slider-texts .swiper-slide h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .slider .slider-texts .swiper-slide p {
        border-width: 2px;
        padding-left: 20px;
    }

	 /* PLAY NOW max-width: 991px */
    .slider .slider-nav .button-prev,
    .slider .slider-nav .button-next {
        width: 50px;
        height: 50px;
    }

    .slider .slider-nav .button-prev{
        background-size: 25px;
        background-position: center 11px;
    }

    .slider .slider-nav .button-next{
        background-size: 25px;
        background-position: center 14px;
    }


    .side-icon-list.right-side {
        padding: 0;
    }


    /* INDEX SVCBRIEF max-width: 991px */
    #index_svcbrief .row {
        flex-direction: column-reverse;
    }

    #index_svcbrief .side-image {
        height: 720px;
    }

    #index_svcbrief .col-lg-6 {
        padding: 0;
    }

    #index_svcbrief .side-icon-list {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
    }

    #index_svcbrief .section-title {
        margin-top: 90px;
    }

    #index_svcbrief .section-title h2 {
        text-align: center;
    }

    #index_svcbrief .index-svc {
        width: auto;
        margin: 0 auto 30px;
    }

    #index_svcbrief .index-svc .content p {
        font-size: 16px;
        margin-top: 5px;
    }

    #index_svcbrief .svc-go-btn {
        margin-bottom: 70px;
    }


    /* INDEX GUIDE max-width: 991px */
    .in-guide-btn {
        margin: 30px auto;
    }

    .image-icon-box .icon {
        top: 20px;
        left: 20px;
    }


    /* INDEX RECOMMAND max-width: 991px */
    #index_recommand .index-recom-wrap {
        flex-flow: column;
    }

    /* SIDE IMAGE max-width: 991px */
    .index-recom-left {
        padding-bottom: 90px;
        background: #080808
    }

    .index-recom-video {
        width: 84%;
        height: 420px;
        margin: 0 auto;
    }

    #index_recom_con {
        max-height: 600px;
    }

    .index-recom-left .go-to-rpage .circle-button {
        margin-top: 0px;
    }

    .index-recom-left .recom-vid-titles {
        padding: 0 8%;
    }

    .recom-vid-titles h3 {
        color: #fff
    }

    .recom-vid-titles h3 span .exhi-grp {
        background-image: url(/resource/out/img/icon_group_link_wht.svg);
        border-color: #fff;
    }

    .index-recom-left .side-icon-list ul {
        padding: 0 8%;
    }

    .index-recom-left .side-icon-list ul li .content h4 {
        color: #999;
    }

    #index_recommand .recom-main-details .recom-md-viewcnt span {
        background-image: url(/resource/out/img/index_recom_view_wht.png)
    }
    #index_recommand .recom-main-details .recom-md-aworkcnt span.type_1 {
		background-image: url(/resource/out/img/index_recom_arts_wht.png);
	}
	#index_recommand .recom-main-details .recom-md-artistcnt span.type_1 {
		background-image: url(/resource/out/img/index_recom_artists_wht.png);
	}
	#index_recommand .recom-main-details .recom-md-aworkcnt span.type_2 {
		background-image: url(/resource/out/img/index_recom_contents_wht.png);
	}
	#index_recommand .recom-main-details .recom-md-artistcnt span.type_2 {
		background-image: url(/resource/out/img/index_recom_presenter_wht.png);
	}
	#index_recommand .recom-main-details .recom-md-aworkcnt span.type_3 {
		background-image: url(/resource/out/img/index_recom_creates_wht.png);
	}
	#index_recommand .recom-main-details .recom-md-artistcnt span.type_3 {
		background-image: url(/resource/out/img/index_recom_students_wht.png);
	}
	#index_recommand .recom-main-details .recom-md-aworkcnt span.type_4 {
		background-image: url(/resource/out/img/index_recom_products_wht.png);
	}
	#index_recommand .recom-main-details .recom-md-artistcnt span.type_4 {
		background-image: url(/resource/out/img/index_recom_ents_wht.png);
	}

    


    /* SIDE ARTS max-width: 991px */
    .side-arts {
        padding: 60px 8% 30px;
    }

    .side-arts .titles {
        margin-bottom: 20px;
    }

    .side-arts .titles p {
        font-size: 15px;
    }

    .side-arts .titles h2 {
        font-size: 32px
    }

    .side-arts .index-recom-list {
        width: 100%;
        max-width: none;
    }

    .side-arts .index-recom-list li {
        width: 18%;
        height: 80px;
        display: inline-block;
        margin: 0;
        margin-right: 2.5%;
    }

    .side-arts .index-recom-list li:nth-child(5) {
        margin-right: 0;
    }

    .side-arts .index-recom-list .go-to-current {
        position: absolute;
        top: -60px;
        right: 0;
        margin-right: 0;
        width: auto;
    }

    .side-arts .index-recom-list .go-to-current .circle-button {
        bottom: auto;
        top: 10px;
        right: 0;
        border-radius: 0;
        width: 131px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        border: none;
        font-weight: 500;
        padding-right: 16px;
        border-bottom: 1px solid #b361ff;
        color: #b361ff;
        background: url(/resource/out/img/icon_chevron_dbl_rgt_pe.svg) no-repeat 100% 3px;
        background-size: 14px;
    }

    .side-arts .index-recom-list .go-to-current .circle-button br {
        display: none;
    }

    .index-recom-list .go-to-current .circle-button:before {
        content: none;
    }


    /* INDEX PRICE max-width: 991px */
    #index_price {
        padding-bottom: 120px;
    }

    #index_price .row {
        flex-direction: column;
    }

    #index_price .section-title {
        text-align: center;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .inp-table .prc-basic {
        height: 380px;
        margin-top: 37px;
        padding: 0 25px;
    }

    .inp-table .prc-basic h3 {
        line-height: 62px;
    }

    .inp-table .prc-basic .prc-detail {
        padding: 30px 0;
    }

    .inp-table .prc-basic .prc-detail span {
        height: 70px;
        opacity: 1;
    }

    .inp-table .prc-basic .prc-detail ul {
        padding: 30px 0;
    }

    .inp-table .prc-basic .prc-detail ul li {
        font-size: 20px;
        line-height: 30px;
        color: #080808;
    }

    .inp-table .prc-basic .prc-detail h4 {
        font-size: 42px;
        margin-top: 25px;
    }

    .inp-table .prc-premium {
        padding: 0 25px;
    }

    #index_price .inp-table .prc-noti {
        bottom: -100px;
    }

    .go-svc-btn {
        margin: 150px auto 0;
    }

    #index_price .inp-bg-c-s {
        display: none;
    }

    #index_price .inp-bg-c-m {
        right: auto;
        left: -15%;
        top: 90px;
        width: 450px;
        height: 450px;
        transform: rotate(-90deg);
    }


    /* INDEX TRIAL max-width: 991px */
    #index_trial {
        padding: 10px 0;
    }

    /* CTA BOX max-width: 991px */
    .cta-box h2 {
        font-size: 48px;
        line-height: 60px;
    }

    /* INDEX POPULAR max-width: 991px */
    #index_popular .section-title {
        margin-bottom: 30px;
    }

    #index_popular .exhibition-box {
        margin-bottom: 30px;
    }

    #index_popular .exhibition-box .exhi-title {
        font-size: 22px;
        line-height: 36px;
    }

    .exhi-pop-box .exhi-thumb {
        width: 100%;
        height: 210px;
    }

    #index_popular .circle-button {
        margin: 30px auto 0;
    }

    /* FOOTER max-width: 991px */
    .footer .footer-rgt {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-social {
        width: 150px;
        margin-bottom: 15px;
    }

    .footer .footer-social li:nth-child(2) {
        margin: 0 auto;
    }

    .footer .ft-family-site {
        margin-left: 0;
    }

    .footer .footer-legal span {
        font-size: 12px;
        letter-spacing: 0;
        white-space: inherit;
    }

    /* PAGINATION max-width: 991px */
    .pagination .page-item {
        margin-right: 20px;
    }

    .pagination .page-item:last-child {
        margin-right: 0;
    }

    .pagination .page-numbering {
        width: auto;
        padding: 0 20px;
        line-height: 40px;
        font-size: 20px;
    }

    .pagination .page-item .page-link {
        height: 40px;
        width: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: #080808;
        color: #fff;
        background-size: 18px;
    }
}

/* RESPONSIVE MOBILE */
@media all and (max-width: 767px) {
    .tablet {
        display: none;
    }
    
    .navbar .navbar-bg-m {
    	height: 80px;
    }

    /* CONTAINER max-width: 767px */
    .container {
        padding-right: var(--bs-gutter-x, 1.75rem);
        padding-left: var(--bs-gutter-x, 1.75rem);
    }

    /* CONTENT SECTION max-width: 767px */
    .content-section {
        padding: 70px 0 90px;
    }

    section.content-section:nth-last-of-type(1) {
        padding-bottom: 70px;
    }

    /* SECTION TITLE max-width: 767px */
    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section-title p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

    /* PRELOADER max-width: 767px */
    .preloader {
        background: #080808;
    }

    /*PAGE TRANSITION max-width: 767px */
    .page-transition {
        background: #080808;
    }

    /*NAVBAR max-width: 767px */
    .navbar {
        padding: 25px 0;
        padding-right: var(--bs-gutter-x, 1.75rem);
        padding-left: var(--bs-gutter-x, 1.75rem);
    }

    .navbar .logo-rental {
        order: 2;
        margin: 0 auto;
        width: 160px;
        height: 30px;
    }

    .navbar .site-menu {
        top: 180px;
        z-index: 12;
    }

    .navbar.active .site-menu {
        left: 10%;
    }

    .navbar .site-menu .site-gnb > li {
        margin-bottom: 25px;
    }

    .navbar .site-menu .site-gnb > li > a {
        line-height: 36px;
        font-size: 28px;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub {
        height: auto;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub li {
        width: 100%;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub li a {
        font-size: 20px;
        line-height: 28px;
    }

    .navbar .noneclk span {
        top: 2px;
        width: 30px;
        height: 30px;
        background-size: 25px;
        margin-left: 5px;
    }

    .navbar .site-menu .site-gnb > li > a.accorToggle span {
        top: 2px;
        background-size: 25px;
    }

    .navbar .site-lang {
        z-index: 12;
    }

    .navbar.active .site-lang {
        left: 10%;
        z-index: 12;
    }

    .navbar .nav-login {
        z-index: 12;
    }

    .navbar.active .nav-login {
        left: 10%;
    }

    .navbar .search-button {
        margin-left: 0;
    }

    .navbar .hamburger-menu {
        margin-left: 0px;
        order: 3;
    }

    .navbar .logo_menu {
        position: absolute;
        top: 30px;
        left: -100%;
        z-index: 12;
        width: 210px;
        height: 30px;
        display: block;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .navbar.active .logo_menu {
        left: 10%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .logo_menu a {
        width: 100%;
        height: 100%;
        display: block;
        background: url(/resource/out/img/logo_rental_renwal_wht.png) no-repeat center;
        background-size: contain;
    }

	.navbar .navbar-bg {
        z-index: 11;
    }
    
    /* CIRCLE-BUTTON max-width: 767px */
    .circle-button:before {
        top: -3px;
        left: -3px;
    }

    /* SUB PAGE HEADER max-width: 767px */
    .page-header {
        height: 240px;
    }

    .page-header h2 {
        font-size: 36px;
    }

    /* POPUP COMMON max-width: 767px */
    /* SVC_INTRO_PAGETEM max-width: 767px */
    .image-box-carousel .tem-thumb {
        height: 300px;
    }

    .image-box-carousel figure:before {
        height: 50px;
        bottom: -38px;
    }

    .image-box-carousel .content-box h3 {
        font-size: 24px;
        margin: 10px 0;
    }

    #svc_intro_pagetem .slide-box .slide-btn {
        top: auto;
        bottom: 5px;
    }

    #svc_intro_pagetem .arr-lft {
        left: 0;
    }

    #svc_intro_pagetem .arr-rgt {
        right: 0;
    }

    /* SVC_PROCURACY max-width: 767px */
    .d-procuracy {
        padding-bottom: 150px;
    }

    .d-procuracy .text-box > b {
        font-size: 18px;
        line-height: 30px;
    }

    .d-procuracy .text-box > b br {
        display: none;
    }

    .d-procuracy .text-box > b strong {
        font-size: 20px;
    }

    .d-procuracy .text-box p {
        width: 100%;
        text-align: center;
        margin-top: 40px;
        font-size: 16px;
    }

    .d-procuracy .text-box .go-to-query {
        right: 50%;
        bottom: -170px;
        transform: translate(50%, 0);
    }

    #svc_procuracy.d-procuracy .text-box .go-to-query {
        position: static;
        margin: 0 auto;
        margin-top: 50px;
        transform: translate(0);
    }


    /* POPUP-CUSTOM max-width: 767px */
    .popup-custom .section-title p {
        font-size: 14px;
    }

    .popup-custom .section-title p br {
        display: none;
    }

    .popup-custom .custom-eg {
        overflow: visible
    }

    .popup-custom .custom-eg .col-lg-4 {
        width: 300px;
        padding-top: 290px;
        margin-bottom: 30px;
    }

    .popup-custom .col-lg-4 p {
        font-size: 14px;
        line-height: 20px;
    }

    .popup-custom .d-cus-warn small {
        font-size: 12px;
    }

    /* POPUP CONTROL max-width: 767px */
    .popup-con {
    	top: 0;
    	left: 0;
        width: 100%;
        height: 100%;
        padding: 50px 5%;
        transform: translate(0);
    }

    .detail-popup {
        position: relative;
        height: calc(100vh - 100px);
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        padding: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
    }

    .detail-popup .container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .detail-popup::-webkit-scrollbar {
        display: none;
    }

    .detail-popup .section-title {
        margin-bottom: 30px;
    }

    .detail-popup .section-title p {
        margin-bottom: 10px;
    }

    .detail-popup .section-title h2 {
        width: 100%;
        font-size: 26px;
    }

    /* POPUP_PAGETEM max-width: 767px */
    #popup_pagetem .image-box-carousel .tem-thumb {
        height: 55vh;
    }

    #popup_pagetem .image-box-carousel .tem-thumb:before {
        height: 40px;
        bottom: -15px;
    }

    #popup_pagetem .image-box-carousel .tem-thumb {
        margin-bottom: 30px;
    }

    #popup_pagetem .d-pagetem .slide-box .slide-btn {
        top: auto;
        bottom: 5px;
    }

    #popup_pagetem .arr-lft {
        left: 0%;
    }

    #popup_pagetem .arr-rgt {
        right: 0%;
    }

    /* POPUP_PPROCURACY max-width: 767px */
    #popup_procuracy .d-procuracy .text-box > b {
        padding: 0 5%;
        padding-bottom: 20px;
        margin-bottom: 30px
    }

    #popup_procuracy .d-procuracy .text-box p {
        font-size: 14px;
    }


    #popup_procuracy .d-procuracy .text-box small {
        width: 230px;
        font-size: 12px;
        line-height: 20px;
    }

    /* SVC TRIAL max-width: 767px */
    .svc-trial-banner .banner-box{
        padding: 60px 0 150px;
    }
    
    .svc-trial-banner .banner-box h2 {
        font-size: 36px;
        margin-top: 15px;
    }

     .svc-trial-banner .go-to-join .circle-button{
        height: 50px;
        font-size: 14px;
    }

    /* EXHIBITION COMMON max-width: 767px */
    .ex-sec-title {
        margin-bottom: 30px;
    }

    .exhi-sum li {
        font-size: 16px;
    }

    .exhi-sum li:nth-child(2) {
        margin: 10px 0;
    }

    .exhi-sum li.exhi-sum-arts {
        background-position: 0 1px;
        background-size: 20px;
    }

    .exhi-sum li.exhi-sum-exs {
        background-position: 0 0;
        background-size: 22px;
    }

    .exhi-sum li.exhi-sum-visits {
        background-size: 20px;
    }

    .exhi-sum li b {
        margin-left: 10px;
    }

    .exhi-sum li.exhi-sum-visits b {
        margin-left: 25px;
    }

    .exhi-list-search {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .exhi-list-search .exhi-list-form {
        width: calc(100% - 46px);
    }

    .exhi-list-search .exhi-list-form input[type="search"] {
        padding-left: 10px;
        padding-right: 28px;
    }

    .exhi-list-search .exhi-list-form button {
        top: 6px;
        width: 20px;
        height: 20px;
    }

    .exhi-list-search .exhi-view-filter, .filter-choice {
        font-size: 16px;
    }

    .exhi-list-search .exhi-view-filter .filter-btn {
        width: 36px;
        height: 36px;
        margin-left: 10px;
        background-size: 22px;
    }

    .filter-choice .filter-close {
        right: var(--bs-gutter-x, 1.75rem);
        top: 20px;
        width: 30px;
        height: 30px;
    }

    .filter-choice {
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        padding: 30px var(--bs-gutter-x, 1.75rem) 54px;
        /*box-shadow: none;*/
    }

    .filter-choice h3 {
        font-size: 18px;
    }

    .filter-choice h4 {
        margin-bottom: 10px;
    }

    .filter-choice .alignment-btn {
        height: 40px;
    }

    .filter-choice .alignment-btn div {
        line-height: 38px;
    }


    .filter-choice .exhi-type-choice {
        margin: 30px 0 40px;
    }

    .filter-choice .exhi-type-filter {
        height: 40px;
        line-height: 39px;
        padding-left: 15px;
    }

    .filter-choice .filter-apply div {
        line-height: 50px;
    }


    .filter-choice .filter-apply div {
        line-height: 50px;
    }

    /* PAGINATION max-width: 767px */
    .pagination .page-item {
        margin-right: 15px;
    }

    .pagination .page-numbering {
        padding: 0 10px;
        line-height: 30px;
        font-size: 16px;
    }

    .pagination .page-item .page-link {
        height: 30px;
        width: 30px;
    }

    .pagination .page-item.go-first .page-link,
    .pagination .page-item.go-prev .page-link,
    .pagination .page-item.go-next .page-link,
    .pagination .page-item.go-last .page-link {
        background-size: 14px;
    }

    /* SLIDER max-width: 767px */
    .slider .container-fluid {
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        margin: 0 15px;
    }    
    
    .slider .slider-texts .sl-txt-box {
        margin-bottom: 45%;
    }
    
    .slider .slider-texts .swiper-slide h2 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 30px;
        word-break: keep-all;
    }

    .slider .slider-texts .swiper-slide p {
        width: 85%;
        font-size: 16px;
        line-height: 26px;
        
        word-break: keep-all;
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    .slider .slider-texts .swiper-slide p br {
        display: none;
    }

    .slider .slider-nav {
        bottom: 80px;
    }

    .slider .swiper-pagination,
    .slider .swiper-fraction {
        display: none;
    }
    
    .slider .slider-nav .button-prev,
    .slider .slider-nav .button-next {
        width: 45px;
        height: 45px;
    }

    .slider .slider-nav .button-prev{
        background-size: 20px;
        margin-right: 10px;
    }
    
    .slider .slider-images .swiper-slide.ssl02{
        background-position: 32%
    }
    
    .slider .slider-images .swiper-slide.ssl03{
        background-position: 59%;
    }

    .slider .slider-nav .button-next{
        background-size: 20px;
    }    
    
    /* PLAY NOW max-width: 767px */
    .play-now {
        width: 180px;
        height: 180px;
    }

    .play-now .play-btn {
        border-width: 12px 0 12px 20px;
    }


    /* SEARCH BOX max-width: 767px */
    .search-box .container .form.on {
        top: 80px;
        transform: translate(-50%, 0);
    }

    .search-box .container .form h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .search-box .container .form .search-input-box {
        width: 100%;
        padding: 0 15px;
    }

    .search-box .container .form input[type="search"] {
        width: 100%;
        margin-bottom: 0;
        height: 45px;
        line-height: 45px;
        padding-right: 40px;
        font-size: 16px;
        background: rgb(255,255,255);
    }

    .search-box .container .form .search-input button {
        width: 45px;
        height: 45px;
    }

    .search-box .container .form .search-input button span {
        top: 21px;
        left: 11px;
        width: 25px;
        height: 2px;
    }


    .search-box .container .form .search-input-box > button {
        margin-left: 0px;
        padding: 0 20px;
        line-height: 45px;
        height: 45px;
        font-size: 14px;
    }

    .search-box .container .search-events ul li:nth-child(n+2) {
        margin-top: 30px;
    }

    .search-box .container .search-events {
        top: 196px;
    }

    .search-box .container .search-events ul {
        height: calc(100vh - 279px);
        height: -webkit-calc(100vh - 279px);
        height: -moz-calc(100vh - 279px);
        -ms-overflow-style: none;
    }

    .search-box .container .search-events ul::-webkit-scrollbar {
        display: none;
    }

    .search-box .container .search-events ul li {
        width: 100%;
    }

    .search-box .container .search-events ul li p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .search-box .container .search-events ul li small {
        font-size: 14px;
    }

    /* INDEX SVCBRIEF max-width: 767px */
    #index_svcbrief .section-title {
        margin-top: 50px;
    }

    #index_svcbrief .section-title h2 {
        font-size: 26px;
        line-height: 40px;
    }

    #index_svcbrief .side-image {
        height: 420px;
    }

    #index_svcbrief .index-svc .content p {
        line-height: 24px;
        margin-top: 10px;
    }


    /* INDEX GUIDE max-width: 767px */
    .image-icon-box .content-box {
        padding: 20px 15%;
    }

    .image-icon-box .content-box .expand {
        max-height: none;
        height: auto;
    }

    .image-icon-box .icon {
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .image-icon-box .icon b {
        font-size: 14px;
    }

    .image-icon-box .content-box h3 {
        font-size: 22px;
    }

    .image-icon-box .content-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .in-guide-btn {
        width: 180px;
        height: 55px;
        margin-bottom: 0;
    }

    .in-guide-btn a {
        line-height: 55px;
        font-size: 16px;
    }

    /* INDEX RECOMMAND max-width: 767px */
    /* SIDE IMAGE max-width: 767px */
    .index-recom-video {
        width: 100%;
        height: 320px;
    }

    #index_recom_con {
        max-height: 450px;
    }

    /* SIDE ARTS max-width: 767px */
    .side-arts {
        padding: 50px 5% 30px;
    }

    .side-arts .titles {
        margin-bottom: 20px;
    }

    .side-arts .titles p {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .side-arts .titles h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .side-arts .index-recom-list li {
        height: 60px;
    }

    .side-arts .index-recom-list .go-to-current {
        top: -45px;
    }


    /* INDEX PRICE max-width: 767px */
    #index_price {
        padding: 90px 0;
    }

    #index_price .section-title {
        text-align: center;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .inp-table .prc-basic {
        height: 380px;
        margin-top: 37px;
        padding: 0 25px;
    }

    .inp-table .prc-basic h3 {
        line-height: 62px;
    }

    .inp-table .prc-basic .prc-detail {
        padding: 30px 0;
    }

    .inp-table .prc-basic .prc-detail span {
        height: 70px;
        opacity: 1;
    }

    .inp-table .prc-basic .prc-detail ul li {
        font-size: 20px;
        line-height: 30px;
        color: #080808;
    }

    .inp-table .prc-basic .prc-detail h4 {
        font-size: 42px;
        margin-top: 25px;
    }

    .inp-table .prc-premium {
        padding: 0 25px;
    }

    #index_price .inp-table .prc-noti {
        bottom: -100px;
    }

    .go-svc-btn {
        line-height: 55px;
        width: 180px;
    }

    .go-svc-btn a {
        font-size: 16px;
    }

    #index_price .inp-bg-c-s {
        display: none;
    }

    #index_price .inp-bg-c-m {
        right: auto;
        left: -15%;
        top: 90px;
        width: 450px;
        height: 450px;
        transform: rotate(-90deg);
    }


    /* INDEX TRIAL max-width: 767px */

    /* CTA BOX max-width:767px */
    .cta-box .basic-button {
        height: 55px;
        line-height: 62px;
        font-size: 16px;
    }

    /* INDEX POPULAR max-width: 767px */
    #index_popular .exhibition-box .exhi-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    
    /* FOOTER max-width: 767px */
    .footer > .container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .footer .footer-policy li {
        font-size: 14px;
    }

    .footer .footer-copy {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer .footer-rgt {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .footer .footer-social {
        width: auto;
        height: 40px;
        margin-bottom: 0px;
    }

    .footer .footer-social li {
        width: 40px;
        height: 40px;
    }

    .footer .footer-social li:nth-child(2) {
        margin: 0 20px;
    }

    .footer .footer-social li.ft-fb a,
    .footer .footer-social li.ft-ig a,
    .footer .footer-social li.ft-yt a {
        background-size: 40px;
    }

    .footer .ft-family-site {
        height: 40px;
        margin-left: 0;
    }

    .footer .ft-family-site button span {
        width: 40px;
        background-position: center 11px;
    }

    .footer .ft-family-site.on button span {
        background-position: center 13px;
    }

    .footer .ft-family-list {
        position: absolute;
        top: 40px;
        left: 0px;
    }

    .footer .ft-family-list li a {
        line-height: 40px;
    }

}

@media all and (max-width:575px) {

    /* NAVBAR max-width:575px */
    .navbar {
        padding: 25px 30px;
    }

    .navbar .site-menu {
        top: 130px;
    }

    .navbar .site-menu .site-gnb > li {
        margin-bottom: 20px;
    }

    .navbar .site-menu .site-gnb > li > a {
        line-height: 32px;
        font-size: 26px;
    }
    .navbar.blk-txt .site-menu .site-gnb > li > a, .navbar.search .site-menu .site-gnb > li > a {
    	color: #fff;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub {
        height: auto;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub li {
        width: 100%;
    }

    .navbar .site-menu .site-gnb .site-gnb-sub li a {
        font-size: 18px;
        line-height: 20px;
    }
    
    .navbar.blk-txt .site-menu .site-gnb .site-gnb-sub li a, .navbar.search .site-menu .site-gnb .site-gnb-sub li a {
    	color: #fff;
    }

    .navbar .noneclk span {
        top: 5px;
        width: 20px;
        height: 20px;
        background-size: 20px;
        margin-left: 5px;
    }

    .navbar .site-menu .site-gnb > li > a.accorToggle span {
        background-size: 20px;
        top: 4px;
    }

    .navbar .site-lang li a {
        font-size: 17px;
    }

    .navbar .nav-login {
        top: 80px;
    }
    
    .navbar .nav-login a {
        font-size: 14px;
    }

    .navbar .logo_menu {
        top: 30px;
        width: 150px;
        height: 20px;
    }

    /* POPUP COMMON max-width: 575px*/
    /* SVC_INTRO_PAGETEM max-width: 575px */
    .image-box-carousel .tem-thumb {
        height: 55vh;
    }

    .image-box-carousel tem-thumb:before {
        height: 40px;
        bottom: -30px;
    }

    .image-box-carousel .content-box h3 {
        font-size: 24px;
        margin-top: 0;
    }


    .d-pagetem .slide-box .slide-btn {
        top: auto;
        bottom: -5px;
    }

    .d-pagetem .arr-lft {
        left: 0;
    }

    .d-pagetem .arr-rgt {
        right: 0;
    }

    /* SVC_INTRO_PAGETEM max-width: 575px */
    .image-box-carousel .tem-thumb {
        height: 55vh;
    }

    .image-box-carousel tem-thumb:before {
        height: 40px;
        bottom: -30px;
    }

    .image-box-carousel .content-box h3 {
        font-size: 24px;
        margin-top: 0;
    }

    #popup_pagetem .d-pagetem .slide-box button {
        top: auto;
        bottom: 3px;
    }

    .d-pagetem .arr-lft {
        left: 0;
    }

    .d-pagetem .arr-rgt {
        right: 0;
    }

	/* SVC TRIAL max-width: 575px */
    .svc-trial-banner .banner-box p{
        font-size: 13px;
    }
    .svc-trial-banner .banner-box p b{
        font-size: 15px;
        margin-right: 3px;
    }

    .svc-trial-banner .banner-box h2{
        font-size: 30px;
        line-height: 42px;
    }

    /* INDEX GUIDE max-width: 575px */
    .image-icon-box .content-box {
        padding: 20px 10%;
    }

    /* INDEX RECOMMAND max-width: 575px */
    /* SIDE IMAGE max-width: 575px */
    .index-recom-video {
        height: 220px;
    }

    #index_recom_con {
        max-height: 330px;
    }

    .index-recom-left .go-to-rpage {
        bottom: 15px;
        right: 15px;
    }

    .index-recom-left .go-to-rpage .circle-button {
        width: 40px;
        background-position: center;
    }

    .index-recom-left .go-to-rpage .circle-button span {
        display: none;
    }


    .index-recom-left .side-icon-list ul li {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .index-recom-left .side-icon-list ul li span {
        margin: 0;
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .index-recom-left .side-icon-list ul li .content p {
        font-size: 24px;
        line-height: 36px;
    }

    .index-recom-left .side-icon-list ul li .content h4 {
        font-size: 14px;
    }

    #index_recommand .recom-main-details .recom-md-viewcnt span {
        background-size: 30px;
    }

    #index_recommand .recom-main-details .recom-md-aworkcnt span {
        background-size: 30px;
    }

    #index_recommand .recom-main-details .recom-md-artistcnt span {
        background-size: 30px;
    }

    /* SIDE ARTS max-width: 575px */
    .side-arts {
        padding: 50px 8% 30px;
    }

    .side-arts .index-recom-list .go-to-current {
        top: -45px;
    }
    
    .side-arts .titles{
        margin-bottom: 45px;
    }
    
    .side-arts .index-recom-list .go-to-current .circle-button{
        top: 10px;
    }


    /* INDEX PRICE max-width: 575px */
    #index_price {
        padding-bottom: 70px;
    }

    .inp-table .prc-detail {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .inp-table .prc-basic {
        height: 250px;
        width: 100%;
        margin: 0px;
    }

    .inp-table .prc-basic h3 {
        font-size: 28px;
        line-height: 52px;
    }

    .inp-table .prc-basic .prc-detail span {
        width: 100px;
        margin-right: 15px;
    }

    .inp-table .prc-basic .prc-detail ul {
        width: auto;
        border-bottom: none;
        padding: 0;
    }

    .inp-table .prc-basic .prc-detail ul li {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .inp-table .prc-basic .prc-detail h4 {
        width: 100%;
        border-top: 1px solid #999;
        padding-top: 25px;
        color: #080808;
    }

    .inp-table .prc-premium {
        width: 100%;
        height: 270px;
        margin-top: 60px;
    }

    .inp-table .prc-premium h3 {
        font-size: 28px;
        line-height: 52px;
    }

    .inp-table .prc-premium .prc-detail {
        padding: 25px 0;
    }

    .inp-table .prc-premium .prc-detail span {
        width: 100px;
        margin-right: 15px;
    }

    .inp-table .prc-premium .prc-detail ul {
        width: auto;
        border-bottom: none;
        padding: 0;
    }

    .inp-table .prc-premium .prc-detail ul li {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .inp-table .prc-premium .prc-detail h4 {
        width: 100%;
        border-top: 1px solid #999;
        padding-top: 25px;
    }

    #index_price .inp-table .prc-noti {
        bottom: -90px;
    }

    #index_price .inp-table .prc-noti small {
        font-size: 13px;
    }

    .go-svc-btn {
        margin-top: 120px;
    }

    #index_price .inp-bg-c-m {
        left: -20%;
        top: 60px;
        width: 380px;
        height: 380px;
    }

    /* INDEX TRIAL max-width: 575px */
    /* CTA BOX max-width:575px */
    .cta-box .sub-title {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .cta-box h2 {
        font-size: 32px;
        line-height: 52px;
    }

    .cta-box .basic-button {
        margin-top: 30px;
    }  

    /* FOOTER max-width: 575px */
    .footer .footer-policy li {
        line-height: 32px;
        margin-right: 20px;
    }

    .footer .footer-copy {
        max-width: 230px;
        line-height: 24px;
    }

    .footer .footer-rgt {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .footer .footer-social {
        margin-bottom: 30px;
    }

    .footer .ft-family-site {
        width: 100%;
        margin-left: 0;
    }

}

@media all and (max-width:374px) {

    .navbar .site-lang {
        top: calc(100vh - 140px);
    }
    
    
    /* SLIDER max-width: 374px */
    .slider .slider-texts .swiper-slide h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .slider .slider-texts .sl-txt-box {
        margin-bottom: 55%;
    }

    .play-now {
        width: 150px;
        height: 150px;
        bottom: 12%;
    }
    
    /* INDEX PRICE max-width: 374px */
    .inp-table .prc-basic {
        height: 230px;
        padding: 0 20px;
    }

    .inp-table .prc-basic .prc-detail {
        padding: 20px 0;
    }

    .inp-table .prc-basic .prc-detail span {
        width: 70px;
        margin-right: 10px;
    }

    .inp-table .prc-basic .prc-detail ul li {
        line-height: 22px;
    }

    .inp-table .prc-basic .prc-detail h4 {
        padding-top: 20px;
    }

    .inp-table .prc-premium {
        height: 250px;
        padding: 0 20px;
    }

    .inp-table .prc-premium .prc-detail {
        padding: 20px 0;
    }

    .inp-table .prc-premium .prc-detail span {
        width: 80px;
        margin-right: 10px;
    }

    .inp-table .prc-premium .prc-detail ul li {
        line-height: 22px;
    }

    .inp-table .prc-premium .prc-detail h4 {
        padding-top: 20px;
    }

    #index_price .inp-table .prc-noti {
        bottom: -110px;
    }

    .go-svc-btn {
        margin-top: 150px;
    }
}


/* HOVER CONTROL */
@media (hover: hover) and (pointer: fine) {
	button:hover {
        background: #b361ff;
    }

    .circle-button:hover {
        text-decoration: none;
    }

    .circle-button:hover:before {
        left: 0;
        top: 0;
        opacity: 0;
    }

    .custom-link:hover {
        text-decoration: none;
    }

    .custom-link:hover:before {
        width: 50%;
        background: #c9ab81;
        transition: width .25s ease;
    }

    .custom-link:hover:after {
        width: 100%;
        background: transparent;
        transition: all 0s ease;
    }

    .navbar .site-menu .site-gnb > li:hover > a:before {
        width: 60%;
        background: #b361ff;
        transition: width .25s ease;
    }

    .navbar .site-menu .site-gnb > li:hover > a:after {
        width: 10%;
        background: transparent;
        transition: all 0s ease;
    }

    .navbar .site-menu .site-gnb-sub li a:hover,
    .navbar.blk-txt .site-menu .site-gnb-sub li a:hover, .navbar.search .site-menu .site-gnb-sub li a:hover {
        color: #b361ff;
    }

    .navbar .site-lang li a:hover {
        color: #b361ff;
    }

    .navbar .search-button .search-def:hover {
        background: url(/resource/out/img/icon_search_pe.png) no-repeat center;
        background-size: 25px;
    }

    .navbar .search-button .search-close:hover span {
        background: #080808;
    }

    .navbar .nav-login a:hover {
        color: #b361ff;
    }
    
    .search-box .container .form .search-input button:hover {
        background: none;
    }

    .search-box .container .form .search-input button:hover span {
        background: #b361ff;
    }

    .search-box .container .search-events ul li a:hover p span {
        background-size: 100% 100%;
        text-decoration: none;
    }
    
    .filter-choice .filter-apply div.filter-remove:hover,
    .filter-choice .filter-apply div.filter-submit:hover {
        background: #080808;
        color: #fff;
    }

    .slide-box .slide-btn:hover {
        opacity: .5;
        background-color: rgba(255, 255, 255, 0);
    }

    b.popup:hover {
        background: url(/resource/out/img/icon_more_pe.svg) no-repeat center;
    }

    .close-btn:hover {
        background: #080808;
    }

    .close-btn:hover span {
        background: #fff;
    }

    .exhibition-box:hover .content-box h3 a {
        background-size: 100% 100%;
        text-decoration: none;
    }

    .pagination .page-item .page-link:hover {
        text-decoration: none;
    }

    .slider .slider-nav .button-prev:hover {
        background: #080808 url(/resource/out/img/icon_arrow_light_up_pe.svg) no-repeat center 12px;
        background-size: 30px;
    }

    .slider .slider-nav .button-next:hover {
        background: #080808 url(/resource/out/img/icon_arrow_light_down_pe.svg) no-repeat center 15px;
        background-size: 30px;
    }

    .image-icon-box:hover .content-box .expand {
        max-height: 170px;
    }

    .image-icon-box:hover .content-box p {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .in-guide-btn a:hover {
        background: #b361ff;
    }

    .index-recom-video:hover .go-to-rpage {
        opacity: 1;
    }

    .index-recom-video:hover .dim {
        opacity: .5;
    }

    .go-svc-btn a:hover {
        background: #b361ff;
    }


    .basic-button:hover {
        background: #b361ff;
        border-color: #b361ff;
    }

    .basic-button:hover::before {
        top: 0;
        left: 0;
        border-color: #b361ff;
    }

    .footer .footer-social li:hover a {
        opacity: .7;
    }

    .footer .ft-family-list li:hover a {
        background: #ccc;
    }
}
@media (hover: hover) and (pointer: fine) and (max-width:991px){
    .slider .slider-nav .button-prev:hover,
    .slider .slider-nav .button-next:hover {
        background-size: 25px;
    }
}
@media (hover: hover) and (pointer: fine) and (max-width:767px){
    .slider .slider-nav .button-prev:hover,
    .slider .slider-nav .button-next:hover{
        background-size: 20px;
    }
}













/* GROUP */
/* GROUP EXHIBITION MAP */
.group-exhibition-map {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2050;
    overflow: auto;
    font-family: 'DM Sans', 'Noto Sans KR', sans-serif;
}

.group-exhibition-map::-webkit-scrollbar {
    display: none;
}

.group-exhibition-map .center-box {
    max-width: 1320px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.group-exhibition-map .grp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.group-exhibition-map .grp-header .center-box {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
    background: #fff;
}

.group-exhibition-map .logo-rental-sub {
    height: 36px;
    font-size: 30px;
    line-height: 36px;
    padding-left: 70px;
    color: #b361ff;
    background: url(/img/rental/rental_logo_pe.svg) no-repeat 0 center;
}

.group-exhibition-map .close-btn {
    position: relative;
    transition: .25s ease-in-out;
    width: 46px;
    height: 46px;
    margin-left: auto;
    cursor: pointer;
}

.group-exhibition-map .close-btn span {
    position: absolute;
    top: 21px;
    left: 8px;
    width: 30px;
    height: 3px;
    background: #999;
    display: block;
    transform: rotate(45deg);
    border-radius: 10px;
    transition: .25s ease-in-out;
}

.group-exhibition-map .close-btn span:last-child {
    transform: rotate(-45deg);
}

.group-exhibition-map .grp-title-box {
    display: flex;
    flex-direction: column;
    padding-top: 90px;
}

.group-exhibition-map .grp-title {
	color: #080808;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 30px;
}

.group-exhibition-map .grp-title b {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: -4px;
    background: #080808 url(/img/rental/icon_group_link_wht.svg) no-repeat center;
    background-size: 16px;
    transition: .25s ease-in-out;
    cursor: pointer;
}

.group-exhibition-map .grp-detail {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.grp-search {
    position: sticky;
    top: 86px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 10px 0 20px;
    background: #fff;
    z-index: 100;
}

.grp-search .grp-title {
    font-size: 16px;
    width: 100%;
    flex-shrink: 0;
    line-height: 24px;
    margin-bottom: 10px;
    display: none;
}

.grp-search .grp-title b {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-bottom: -5px;
    background-size: 10px;
}

.grp-search .grp-total-view {
	color: #080808;
    font-size: 16px;
}

.grp-search .group-search-box {
    margin-left: auto;
}

.grp-search .group-search-box .group-search-input {
    position: relative;
    float: left;
}

.grp-search .group-search-box .group-search-input input {
    width: 200px;
    border: none;
    border-bottom: 1px solid #999;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 32px;
    font-family: 'DM Sans', 'Noto Sans KR', sans-serif;
}

.group-exhibition-map input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

.group-exhibition-map input[type="search"]::-ms-clear,
.group-exhibition-map input[type="search"]::-ms-reveal {
    display: none;
}

.group-exhibition-map input[type="search"]::-webkit-search-decoration,
.group-exhibition-map input[type="search"]::-webkit-search-cancel-button,
.group-exhibition-map input[type="search"]::-webkit-search-results-button,
.group-exhibition-map input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.group-exhibition-map input[type="search"]:focus {
    outline: none;
}

.group-exhibition-map .grp-search .group-search-box .group-search-input input[type="search"]:focus {
    border-bottom: 1px solid #b361ff;
}

.group-exhibition-map .grp-search .group-search-box .group-search-input button[type="reset"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    display: none;
    cursor: pointer;
}

.group-exhibition-map .grp-search .group-search-box .group-search-input button[type="reset"] span {
    position: absolute;
    left: 6px;
    top: 14px;
    width: 16px;
    height: 2px;
    display: block;
    background: #999;
    transform: rotate(45deg);
}

.group-exhibition-map .grp-search .group-search-box .group-search-input button[type="reset"] span:last-child {
    transform: rotate(-45deg);
}

.group-exhibition-map .grp-search .group-search-box button[type="button"] {
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(/img/rental/icon_search_grey.svg) no-repeat center;
    background-size: 20px;
    cursor: pointer;
}

.group-exhibition-map .grp-search .group-search-box button[type="button"].on {
    background: url(/img/rental/icon_search_pe.svg) no-repeat center;
    background-size: 20px;
}

.group-exhibition-map .grp-search .grp-search-mobile {
    display: none;
}


.group-exhibition-map .grp-events {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.grp-events .grp-exhi-box {
    width: 32%;
    height: 240px;
    margin-top: 25px;
    margin-right: 2%
}

.grp-events .grp-no-result {
	color: #080808;
	width: 100%;
	text-align: center;
	line-height: 300px;
}
.group-exhibition-map.grp-dark .grp-events .grp-no-result {
	color: #fff;
}

.grp-events .grp-exhi-box:nth-child(3n) {
    margin-right: 0;
}

.grp-events .grp-exhi-box:nth-child(-n+3) {
    margin-top: 0;
}

.grp-exhi-box .grp-thumb {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.grp-exhi-box .grp-thumb a {
    position: relative;
    width: 100%;
    height: 100%;
}

.grp-exhi-box .grp-thumb a .grp-exhi-info {
    position: absolute;
    top: 190px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-top: 0;
    background: rgba(0, 0, 0, .6);
    transition: .25s ease-in-out;
}

.grp-exhi-box .grp-thumb a .grp-exhi-info .grp-exhi-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grp-exhi-box .grp-thumb a .grp-exhi-info .grp-exhi-detail {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grp-exhi-box .grp-thumb a .border-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* DARK MODE */
.group-exhibition-map.grp-dark{
    background: #080808;
}

.group-exhibition-map.grp-dark .grp-header .center-box{
    background: #080808;
}

.group-exhibition-map.grp-dark .grp-title {
    color: #fff;
}

.group-exhibition-map.grp-dark .grp-title b{
    background: #fff url(/img/rental/icon_group_link_blk.svg) no-repeat center;
    background-size: 16px;
}

.group-exhibition-map.grp-dark .grp-search .grp-title b {
    background-size: 10px;
}

.group-exhibition-map.grp-dark .grp-detail{
    color: #ccc;
}

.group-exhibition-map.grp-dark .grp-search{
    background: #080808;
}

.group-exhibition-map.grp-dark .grp-search .grp-total-view {
    color: #fff;
}

.group-exhibition-map.grp-dark .grp-search .group-search-box .group-search-input input{
    background: #080808;
    color: #fff;
    border-color: #fff;
}




@media all and (max-width: 1399px) {
    .group-exhibition-map .center-box {
        max-width: 1140px;
    }
}


@media all and (max-width: 1199px) {
    /* GROUP EXHIBITION MAP max-width: 1199px */

    .group-exhibition-map .close-btn span {
        left: auto;
        right: 0;
    }

    .group-exhibition-map .center-box {
        max-width: 960px;
    }

    .group-exhibition-map .grp-events {
        padding-bottom: 50px;
    }

    .grp-events .grp-exhi-box {
        width: 49%;
        margin-top: 25px;
        margin-right: 2%;
    }
    
    .grp-events .grp-exhi-box:nth-child(3n) {
        margin-right: 2%;
    }

    .grp-events .grp-exhi-box:nth-child(2n) {
        margin-right: 0;
    }
    
    .grp-events .grp-exhi-box:nth-child(-n+3) {
        margin-top: 0;
    }

    .grp-events .grp-exhi-box:nth-child(3) {
        margin-top: 25px;
    }

}

@media all and (max-width: 991px) {

    /* GROUP EXHIBITION MAP max-width: 991px */

    .group-exhibition-map .center-box {
        max-width: 720px;
    }

    .grp-exhi-box .grp-thumb a .grp-exhi-info .grp-exhi-detail {
        -webkit-line-clamp: 3;
    }

}

@media all and (max-width:767px) {

    /* GROUP EXHIBITION MAP max-width: 767px */
    .group-exhibition-map .center-box {
        max-width: 540px;
    }
    
    .group-exhibition-map .grp-header .center-box {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .group-exhibition-map .close-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 52px;
        height: 51px;
        margin-left: 0;
    }

    .group-exhibition-map .close-btn span {
        width: 26px;
        right: var(--bs-gutter-x, .75rem);
        top: 24px;

    }

    .grp-search-mobile {
        cursor: pointer;
        position: relative;
        margin-left: auto;
        margin-right: 40px;
        width: 30px;
        height: 30px;
        background: url(/img/rental/icon_search_grey.svg) no-repeat center;
        background-size: 24px;
        flex-shrink: 0;
    }

    .group-exhibition-map .close-btn.searchOn {
        right: 0;
        background: #080808;
    }
    
    .group-exhibition-map .close-btn.searchOn span {
        background: #fff;
    }

    .group-exhibition-map .grp-title-box {
        padding-top: 50px;
    }

    .group-exhibition-map .logo-rental-sub {
        height: 24px;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        padding-left: 45px;
    }

    .group-exhibition-map .grp-title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .group-exhibition-map .grp-title b {
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background-size: 10px;
    }

    .group-exhibition-map .grp-detail {
        font-size: 14px;
        line-height: 23px;
    }

    .group-exhibition-map .grp-search {
        top: 50px;
    }

    .group-exhibition-map .grp-search .grp-title {
        font-size: 14px;
        width: 100%;
        flex-shrink: 0;
        line-height: 24px;
        margin-bottom: 10px;
        display: none;
    }

    .group-exhibition-map .grp-search .grp-title b {
        width: 17px;
        height: 17px;
        margin-left: 5px;
        margin-bottom: -4px;
        background-size: 9px;
    }

    .group-exhibition-map .grp-search .grp-total-view {
        width: 100%;
        font-size: 14px;
    }

    .group-exhibition-map .grp-search .group-search-box {
        position: fixed;
        top: 50px;
        left: 0;
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 0;
        display: none;
        background: #080808;
        z-index: 100;
    }

    .group-exhibition-map .grp-search .group-search-box .group-search-input {
        width: calc(100% - 30px);
    }

    .group-exhibition-map .grp-search .group-search-box .group-search-input input {
        width: 100%;
        padding-left: 0;
        float: left;
        background: none;
        border-color: #fff;
        color: #fff;
    }

    .group-exhibition-map .grp-search .group-search-box .group-search-input input::placeholder {
        color: #fff;
    }

    .group-exhibition-map .grp-search .group-search-box button[type="button"] {
        background: url(/img/rental/icon_search_wht.svg) no-repeat center;
        background-size: 24px;
    }
    
    .group-exhibition-map .grp-search .group-search-box button[type="button"].on {
        background-size: 24px;
    }
    
    
    .grp-events .grp-exhi-box {
        width: 100%;
        margin-top: 25px;
        margin-right: 0;
    }
    
    .grp-events .grp-exhi-box:nth-child(3n) {
        margin-right: 0;
    }

    
    .grp-events .grp-exhi-box:nth-child(2) {
        margin-top: 25px;
    }

    .grp-exhi-box .grp-thumb a .grp-exhi-info {
        top: 200px;
        padding: 20px;
        padding-top: 0;
    }

    .grp-exhi-box .grp-thumb a .grp-exhi-info .grp-exhi-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 15px;
    }
    
    .grp-search .group-search-box .group-search-input button[type="reset"] span{
        background: #fff;
    }
    
    
    /* DARK MODE */
    .group-exhibition-map.grp-dark .close-btn.searchOn{
        background: #fff;
    }
    
    .group-exhibition-map.grp-dark .close-btn.searchOn span {
        background: #080808;
    }
    
    .group-exhibition-map.grp-dark .grp-title b{
        background-size: 10px;
    }
    
    .group-exhibition-map.grp-dark .grp-search .group-search-box{
        background: #fff
    }
    
    .group-exhibition-map.grp-dark .grp-search .group-search-box .group-search-input input{
        background: #fff;
        color: #080808;
        border-color: #080808;
    }
    
    .group-exhibition-map.grp-dark .grp-search .group-search-box .group-search-input input::placeholder {
        color: #999;
    }
    
    .group-exhibition-map.grp-dark .grp-search .group-search-box button[type="button"] {
        background: url(/img/rental/icon_search_blk.svg) no-repeat center;
        background-size: 24px;
    }
    
    .group-exhibition-map.grp-dark .grp-search .group-search-box button[type="button"].on {
        background: url(/img/rental/icon_search_pe.svg) no-repeat center;
        background-size: 24px;
    }
    
    .group-exhibition-map.grp-dark .grp-search .group-search-box .group-search-input button[type="reset"],
    .group-exhibition-map .grp-search .group-search-box .group-search-input button[type="reset"] {
    	display: none !important;
    }
    
    .group-exhibition-map.grp-dark .grp-search .group-search-box .group-search-input button[type="reset"] span{
        background: #999;
    }
    
}

@media all and (max-width:575px) {
    .grp-events .grp-exhi-box {
        height: 210px;
        margin-top: 15px;
    }

    .grp-events .grp-exhi-box:nth-child(2),
    .grp-events .grp-exhi-box:nth-child(3) {
        margin-top: 15px;
    }

    .grp-exhi-box .grp-thumb a .grp-exhi-info {
        top: 170px;
    }

}

/* HOVER CONTROL */
@media (hover: hover) and (pointer: fine) {
    .group-exhibition-map .close-btn:hover {
        background: #b361ff;
    }

    .group-exhibition-map .close-btn:hover span {
        background: #fff;
    }

    .group-exhibition-map .grp-title b:hover {
        background-color: #b361ff;
    }

    .grp-exhi-box .grp-thumb a:hover .grp-exhi-info {
        top: 0;
        padding-top: 30px;
    }

    .grp-exhi-box .grp-thumb a:hover .grp-exhi-info .grp-exhi-title {
        display: block;
        line-height: 28px;
        color: #b361ff;
    }

    .grp-exhi-box .grp-thumb a:hover .border-box {
        border: 7px solid #b361ff;
    }

    .close-btn:hover {
        background: #080808;
    }

    .close-btn:hover span {
        background: #fff;
    }

}
@media all and (min-width: 1200px) {
	#btn_login {
		display: none !important;
	}
}