 @charset "UTF-8";
/*!
 * Wayplus(beckrok)
 */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-gothic.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-myeongjo.css');
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square.css');
@import url('/font/pretendard/static/pretendard.css');
@import url('/font/euljiro/euljiro.css');
@import url('/font/Cafe24Oneprettynight/Cafe24Oneprettynight.css');
@font-face {font-family: 'SEBANG_Gothic_Bold';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'Red Hat Display';src: url('/font/RedHatDisplay/RedHatDisplay-Light.ttf') format('woff2');font-weight: 300;}
@font-face {font-family: 'Red Hat Display';src: url('/font/RedHatDisplay/RedHatDisplay-Regular.ttf') format('woff2');font-weight: 400;}
@font-face {font-family: 'Red Hat Display';src: url('/font/RedHatDisplay/RedHatDisplay-Medium.ttf') format('woff2');font-weight: 500;}
@font-face {font-family: 'Red Hat Display';src: url('/font/RedHatDisplay/RedHatDisplay-SemiBold.ttf') format('woff2');font-weight: 600;}
@font-face {font-family: 'Red Hat Display';src: url('/font/RedHatDisplay/RedHatDisplay-Bold.ttf') format('woff2');font-weight: 700;}
@font-face {font-family: 'Red Hat Display';src: url('/font/RedHatDisplay/RedHatDisplay-ExtraBold.ttf') format('woff2');font-weight: 800;}
@font-face {font-family: 'Red Hat Display';src: url('/font/RedHatDisplay/RedHatDisplay-Black.ttf') format('woff2');font-weight: 900;}

:root {
    --thema-color: #D52F3D;
    --thema-sub-color: #329FFF;
    --thema-bg-color: #443B36;
    --default-font-color: #333333;
    --default-light-color: #666666;
    --default-border-color: #D9D9D9;
    --default-positive-color: #2785F5;
    --default-negative-color: #DF3D31;
}

:root {font-size:14px;color:var(--default-font-color);font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans Kr", system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;}
body, button, input, select, ul, ol, li {padding:0; margin:0;}
ul {list-style: none;}
a {color: inherit; text-decoration: none;}

.btn{outline: none !important; box-shadow: none !important;}
.btn:focus{outline: none !important; box-shadow: none !important;}
.btn[disabled='disabled']{cursor: not-allowed! important;}

.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

/* 페이지 레이아웃 */
.wrap {width:100%;min-height:calc(100vh - 297px); margin: 0px auto;overflow:hidden;position:relative;}
.contents {max-width:1280px;width:calc(100% - 40px);margin:0 auto;}
.contents-right {max-width:1280px;width:calc(100% - 40px);margin:0 auto;}
.contents-right-full {max-width:1600px;width:calc(100% - MAX(calc((100% - 1280px)/2), 20px)); margin-left:MAX(calc((100% - 1280px)/2), 20px) !important;}
.header-space {margin-top:100px;}

@media screen and (max-width: 1024px) {
    .contents-right {margin-left:20px;width: calc(100% - 20px);}
}
@media screen and (max-width: 768px) {
    .contents {width: calc(100% - 30px);}
    .contents-right {margin-left:15px;width: calc(100% - 15px);}
    .header-space {margin-top:80px;}
}
@media screen and (max-width: 480px) {
    .header-space {margin-top:50px;}
}
@media screen and (max-width: 320px) {
}



/*
 공통 아이콘
 */
.way-icon {display: inline-block;height:1.25rem;background-repeat:no-repeat;background-position:50%; background-size: 100% 100%;vertical-align:text-top;}
.way-nav-icon {display:inline-block;width:1.25rem;height:1.5rem;background-repeat:no-repeat;background-position:50%;background-size: 100% 100%;}
.wi-dotdotdot {background-image: url("/images/icon/dotdotdot.svg");}
.wi-bell {background-image: url("/images/icon/bell.svg");}
.wi-expand {background-image: url("/images/icon/expand.svg");}
.wi-compress {background-image: url("/images/icon/expand.svg");}
.wi-logout {background-image: url("/images/icon/logout.svg");}
.wi-dashboard {background-image: url("/images/icon/dashboard.svg");}
.nav-item.active .wi-dashboard, .nav-link.active .wi-dashboard {background-image: url("/images/icon/dashboard_active.svg");}
.wi-board {background-image: url("/images/icon/board.svg");}
.nav-item.active .wi-board, .nav-link.active .wi-board {background-image: url("/images/icon/board_active.svg");}
.wi-info {background-image: url("/images/icon/info.svg");}
.nav-item.active .wi-info, .nav-link.active .wi-info {background-image: url("/images/icon/info_active.svg");}
.wi-submenu {background-image: url("/images/icon/submenu.svg");}
.nav-item.active .wi-submenu, .nav-link.active .wi-submenu {background-image: url("/images/icon/submenu_active.svg");}
.wi-content-editor {background-image: url("/images/icon/content-editor.svg");}
.nav-item.active .wi-content-editor, .nav-link.active .wi-content-editor {background-image: url("/images/icon/content-editor_active.svg");}
.wi-mainpage {background-image: url("/images/icon/mainpage.svg");}
.nav-item.active .wi-mainpage, .nav-link.active .wi-mainpage {background-image: url("/images/icon/mainpage_active.svg");}
.wi-setting {background-image: url("/images/icon/setting.svg");}
.nav-item.active .wi-setting, .nav-link.active .wi-setting {background-image: url("/images/icon/setting_active.svg");}
.wi-members {background-image: url("/images/icon/members.svg");}
.nav-item.active .wi-members, .nav-link.active .wi-members {background-image: url("/images/icon/members_active.svg");}
.wi-payments {background-image: url("/images/icon/payments.svg");}
.nav-item.active .wi-payments, .nav-link.active .wi-payments {background-image: url("/images/icon/payments_active.svg");}
.wi-product {background-image: url("/images/icon/product.svg");}
.nav-item.active .wi-product, .nav-link.active .wi-product {background-image: url("/images/icon/product_active.svg");}
.wi-question {background-image: url("/images/icon/question.svg");}
.nav-item.active .wi-question, .nav-link.active .wi-question {background-image: url("/images/icon/question_active.svg");}
.wi-place {background-image: url("/images/icon/place.svg");}
.nav-item.active .wi-place, .nav-link.active .wi-place {background-image: url("/images/icon/place_active.svg");}

.wi-calendar {background-image: url("/images/icon/calendar.svg"); width: 16px;}
.wi-calendar.w {background-image: url("/images/icon/calendar_w.svg"); width: 16px; padding: 0 10px; margin: 0 3px;}
.wi-horse {background-image: url("/images/icon/horse.svg");}
.wi-member {background-image: url("/images/icon/icon_member.svg");width: 20px;}
.wi-member-plus {background-image: url("/images/icon/icon_member_plus.svg");width: 20px;}

.wi-search {background-image: url("/images/icon/search.svg");}
.wi-photo {background-image: url("/images/icon/icon-photo.svg");}
.wi-delete {background-image: url("/images/icon/icon-delete.svg");}

.wi-dash-reserv {background-image: url("/images/icon/dash-reserv.svg");}
.wi-dash-1on1 {background-image: url("/images/icon/dash-1on1.svg");}
.wi-dash-cancel {background-image: url("/images/icon/dash-cancel.svg");}
.wi-dash-estimate {background-image: url("/images/icon/dash-estimate.svg");}
.card-icon {width:2rem;height:2rem;float:right;}


.svg-icon {display:inline-block;width:25px;height:100%;}
.svg-icon16 {display:inline-block;width:16px;height:16px;}
.svg-icon30 {display:inline-block;width:30px;height:30px;}
.icon-search {background: url("/images/icon/search.svg") center /21px no-repeat;}
.icon-user {background: url("/images/icon/mypage.svg") center /21px no-repeat;}
.icon-hamburger {background: url("/images/icon/hamburger.svg") center /21px no-repeat;}
.icon-link {background: url("/images/icons/icon_link.svg") 0 0 no-repeat; display: inline-block; width:22px;height: 22px;margin-left: 5px;}
.icon-exclamation {background: url("/images/icons/icon_exclamation.svg") 0 0 no-repeat; display: inline-block; width:21px;height: 20px;padding-right: 10px;}
.icon-exclamation-red {background: url("/images/icons/icon_exclamation-red.svg") 0 0 no-repeat; display: inline-block; width:19px;height: 19px;padding-right: 10px;}
.icon-calendar {background: url("/images/icons/calendar.svg") 0 0 no-repeat; display: inline-block; width:19px;height: 19px;padding-right: 10px;}
.icon-compas {background: url("/images/icons/icon_compas.svg") 0 0 no-repeat; display: inline-block; width:19px;height: 19px;padding-right: 10px;}
.icon-x {background: url("/images/icons/icon-x.svg") 0 0 no-repeat; display: inline-block; width:20px;height: 20px;}

.icon-minus {background: url("/images/icons/icon_minus.svg") 0 0 no-repeat; }
.icon-plus  {background: url("/images/icons/icon_plus.svg") 0 0 no-repeat; }
.icon-plus-n  {background: url("/images/icons/icon_plus_n1.svg") 0 0 no-repeat; }
.icon-fold-down {background: url("/images/icons/icon_fold_down.svg") 0 5px no-repeat;display: inline-block; width:14px;height: 15px;cursor: pointer; margin-left: 10px;}
.icon-fold-right {background: url("/images/icons/icon_fold_right.svg") 0 0 no-repeat;display: inline-block; width:14px;height: 15px;cursor: pointer; margin-left: 10px;}
.icon-back {background: url("/images/icons/icon_back.svg") 0 0 no-repeat; display: inline-block; width:30px;height: 30px;cursor: pointer; margin-left: 10px;}
.icon-stop  {background: url("/images/icons/icon_stop.svg") 0 0 no-repeat; display: inline-block; width:10px;height: 12px;cursor: pointer;margin-left: 14px;}
.icon-play  {background: url("/images/icons/icon_play.svg") 0 0 no-repeat; display: inline-block; width:10px;height: 12px;cursor: pointer;margin-left: 14px;}
.icon-btn-all  {background: url("/images/icons/icon_btn_all.svg") 0 0 no-repeat; display: inline-block; width:22px;height: 22px;cursor: pointer;margin-right: 14px;}
.icon-btn-del  {background: url("/images/icons/icon_btn_del.svg") 0 0 no-repeat; display: inline-block; width:22px;height: 22px;cursor: pointer;margin-right: 14px;}
.icon-btn-del-n  {background: url("/images/icons/icon_del_n1.svg") 0 0 no-repeat;display: inline-block; width:30px;height: 30px;cursor: pointer; }

.icon-mypage1 {background: url("/images/icons/icon_mypage1.svg") 0 0 no-repeat; display: inline-block; width:70px;height: 70px;}
.icon-mypage2 {background: url("/images/icons/icon_mypage2.svg") 0 0 no-repeat; display: inline-block; width:70px;height: 70px;}
.icon-mypage3 {background: url("/images/icons/icon_mypage3.svg") 0 0 no-repeat; display: inline-block; width:70px;height: 70px;}
.icon-mypage4 {background: url("/images/icons/icon_mypage4.svg") 0 0 no-repeat; display: inline-block; width:70px;height: 70px;}

.icon-cart {background: url("/images/icons/icon_cart.svg") 0 0 no-repeat; display: inline-block; width:20px;height: 21px;}


/*
 * Header
 */
.header {width:100%;z-index:1000;position: sticky;overflow: hidden;background-color: #fff;height: 106px;top:0;left:0;border-bottom:1px solid #CCCCCC;}
.header-justify {width:100%;border-bottom:1px solid #cccccc;overflow:hidden;}
.header-justify-content {display:flex;width:calc(100% - 20px);max-width:1280px;padding:20px 0;height:66px; margin:0 auto;justify-content: space-between;}
.header-logo {width:160px;height:69px;}
.header-logo-image {width:138px;height:69px;object-fit: contain;}
.header-menu-list {list-style:none; padding:0;margin:0;display:flex;justify-content:space-evenly;line-height:69px;height:69px;}
.header-menu-list a {color:#111;text-decoration:none;font-weight:700;font-size:1.285rem;word-break: keep-all;}
.header-list-button {margin-left:75px;padding:0 5px;}
.header-list-button.hide {display:none;}
.header-list-button:hover {cursor:pointer;opacity:0.8;}
.header-list-button:first-child {margin-left:0;}
.header-list-button.fit {margin-left:5px;}
.header-list-button .active {color:#0056b3;}
.header-list-button .more {padding:21px 0 10px;line-height:1.5;text-align:right;}
.header-list-button .more li:hover {opacity:1;}
.header-short-list {list-style:none;padding:0;margin:0;text-align:right;display:none;list-style:none;}
.header-short-list i:hover {cursor:pointer;opacity:0.8;}

.header-user-list {list-style:none;padding:0;margin:0;display:flex;line-height:69px;height:69px;}
.header-user-list li {margin-left:27px;}
.header-user-list a {color:#333;text-decoration:none;font-weight:500;font-size:16px;line-height: 15px; text-transform: capitalize;font-style: normal;}

.header-submenu-area {display:block;width:100%;height:100vh;background-color:#23241F; position: fixed;right:-100%;top: 0;transition: all 0.3s;overflow-y:auto;}
.header-submenu-area.active {right:0;}
.header-submenu-area .title {height:90px;padding:0 15px;border-bottom:1px solid #4F4F4F;}
.header-submenu-area .title .ham-logo-image {width:85px;height:30px;object-fit: contain;margin-top:10px;}
.header-submenu-area .title .icon-x {position: absolute; right: 15px; top:20px;}
.header-submenu-area a {color:inherit;text-decoration:none;}
.header-submenu-area .submenu-justify {display:flex;flex-wrap:wrap;width:100%;margin:0 auto;overflow: hidden;flex-direction: column;color: #FFFFFF;}
.header-submenu-area .submenus {position: relative;border-bottom: 1px solid #4F4F4F;line-height:50px;padding:0;text-indent:15px;}
.header-submenu-area .icon-fold-right{position: absolute;top:18px;right: 10px;}
.header-submenu-area .submenu-member {padding:20px 0;list-style:none; display:flex;border-bottom: 1px solid #4F4F4F;color:#AAAAAA;}
.header-submenu-area .submenu-member li {display:inline-block; padding:0;margin:0;font-size:1.1rem;}
.header-submenu-area .submenu-member li:after {position: relative;top: -1px;content: "|";margin: 0 12px;font-weight: 300;padding-left: 3px;font-size: 0.9rem;}
.header-submenu-area .submenu-member li:hover {cursor:pointer;color:#CCCCCC;}
.header-submenu-area .submenu-member li:first-child {font-weight:600;text-indent: 15px;}
.header-submenu-area .submenu-member li:last-child:after {content: none;margin:0;}

.header-submenu-area .submenu-head {font-size:1.2rem;font-weight:500;}
.header-submenu-area .submenu-item-list {margin:0;list-style:none;padding:0;background-color:#0B0B0B;}
.header-submenu-area .submenu-item-list .submenu-item {font-size:1.25rem;line-height:36px;font-weight:500;}
.header-submenu-area .submenu-item-list .submenu-item:first-child {padding-top:10px;}
.header-submenu-area .submenu-item-list .submenu-item:last-child {padding-bottom:10px;}
.header-submenu-area .submenu-footer {position:relative;color: #FFFFFF;font-weight:500;line-height:21px;padding:50px 15px;}
.header-submenu-area .submenu-footer .policy-list {padding:0;list-style:none; display:flex;margin:0 0 20px 0;}
.header-submenu-area .submenu-footer .policy-list li {display:inline-block; padding:0;margin:0;font-size:1.1rem;}
.header-submenu-area .submenu-footer .policy-list li:after {position: relative;top: -1px;content: "|";margin: 0 12px;font-weight: 300;padding-left: 3px;font-size: 0.9rem;}
.header-submenu-area .submenu-footer .policy-list li:hover {cursor:pointer;color:#CCCCCC;}
.header-submenu-area .submenu-footer .policy-list li:first-child {font-weight:600;}
.header-submenu-area .submenu-footer .policy-list li:last-child:after {content: none;margin:0;}
.header-submenu-area .submenu-footer .sns-link {top:25px;}
.header-submenu-area .submenu-footer .sns-link .sns-icon {background-color:transparent;}


.header .icon-hamburger{background-size:25px;}
.header.home {background-color: transparent;box-shadow:none;height:0;overflow:visible;position:relative;}
.header.home .header-justify {border-bottom: none;}
.header.home .header-menu-list a {color:#FFFFFF;}
.header.home .header-user-list a {color:#FFFFFF;}
.header.home .header-logo-image {-webkit-filter:grayscale(100%) brightness(100);filter:grayscale(100%) brightness(100);}
.header.home .icon-hamburger {background-size:25px;-webkit-filter:brightness(100);filter:brightness(100);}
.header-submenu-area .title .ham-logo-image {-webkit-filter:brightness(100);filter:brightness(100);}


.sub_route {display: flex;margin: 0px auto;max-width: 1280px;width: calc(100% - 40px);position: relative;height: 0;z-index: 111;top:68px;}
.sub_route div {padding-right: 15px;}

@media screen and (max-width: 1024px) {
    .header-list-button {margin-left:5vw;}
	.header-menu-list a{font-size: 1.1rem;}
	.header-user-list a{font-size: 1rem;}
    .header-user-list li {margin-left:2vw;}
}
@media screen and (max-width: 960px) {
    .header-list-button {margin-left:4vw;}
    .header-user-list li {margin-left:1.5vw;}
}
@media screen and (max-width: 768px) {
    .wrap {min-height: calc(100vh - 298px);}
    .header {height: 60px;}
    .header-justify-content {height: 40px;padding:10px 0;}
    .header-logo {width:150px;height:40px;}
    .header-logo-image {width:95px;height:30px;object-fit: contain;}
    .header-menu-list,.header-user-list {display:none;height:inherit;}
    .header-short-list {display: flex;justify-content:right;width:calc(100% - 150px);}
}
@media screen and (max-width: 480px) {
    .header-list-button {font-size: 15px;}
}
@media screen and (max-width: 320px) {

}

/*
 * Search Bar
 */
.header-search-box {display:none;width:100%;height:400px;background-color:#999999;overflow: hidden;position:relative;z-index:100;}
.search-title {padding:0 20px;width:calc(100% - 40px);height:60px;margin:150px auto 0;text-align:center;}
.search-find-text {font-family: 'SEBANG_Gothic_Bold', Pretendard, -apple-system, BlinkMacSystemFont, 'Noto Sans Kr', system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;color: white;font-size: 23px;line-height: 60px;margin-right: 30px;min-width:270px;}
.search-input-group{display:inline-block;width:calc(100% - 600px); max-width:700px; line-height:50px;}
.search-input {border:none;height:50px;padding:5px 60px 5px 20px;width:calc(100% - 80px);font-size:16px;}
.input-overlay-button {float: right;position: relative;top: -54px;right: 10px;height: 48px;width: 40px;border: none;background: rgba(255,255,255,1) url("/images/icon/search.svg") 0 50% /32px no-repeat;}
.input-overlay-button:hover {cursor:pointer;}

@media screen and (max-width: 960px) {
    .search-title {margin-top:120px;height:120px;}
    .search-find-text {width:100%;display:block;}
    .search-input-group {width:calc(100% - 80px);}
}

@media screen and (max-width: 768px) {
    .search-find-text {font-size:21px;line-height:50px;}
    .search-input {height:40px;font-size:15px;}
    .input-overlay-button {top:-45px;height:40px;width:40px; background: rgba(255,255,255,1) url("/images/icon/search.svg") 0 50% /27px no-repeat;}
}

@media screen and (max-width: 480px) {
    .header-search-box {height:320px;}
    .search-title {margin-top:100px;width:calc(100% - 20px);padding:0 10px;}
    .search-find-text {display:block;font-size:18px;line-height:40px;margin:0;text-align:center;}
    .search-input {height:35px;font-size:14px; padding-right:40px;width:calc(100% - 60px);}
    .input-overlay-button {top:-40px;right:0; height:35px;width:35px; background: rgba(255,255,255,1) url("/images/icon/search.svg") 0 50% /20px no-repeat;}
}

@media screen and (max-width: 320px) {
    .header-search-box {height:300px;}
    .search-title {margin-top:90px;width:100%;padding:0;}
    .search-input {padding:5px 20px;width:calc(100% - 40px);}
}

/* Floating */
.quick_menu {position: fixed;right: 30px; bottom: 30px;z-index: 1001;}
.quick_menu li {width: 85px;padding-top:55px;height: 30px;border-radius: 15px;background-color: #262626;text-align: center;color: #fff;font-size: 15px;font-weight: 600;}
.quick_menu li:hover {background-color: #363636;cursor:pointer;}
.quick_naver {margin-bottom: 15px;background: url("/images/jhorse/icon/naver.svg") 50% 15px no-repeat;}
.quick_calendar {margin-bottom: 15px; background: url("/images/jhorse/icon/quick_calendar.svg") 50% 15px no-repeat;}
.quick_exclamation {margin-bottom: 15px; background: url("/images/jhorse/icon/quick_exclamation.svg") 50% 15px no-repeat;}

 @media screen and (max-width: 768px) {
     .quick_menu {display:none;}
 }

/* 팝업 기능 */
.popup-layer {z-index:1000;position:absolute;top:100px;left:20px;width:452px;height:542px;max-width:100%;overflow:hidden;}
.popup-layer .popup-notice {height:540px;width:450px;max-width:100%;border:1px solid #CCCCCC;display:none;}
.popup-layer .popup-notice.pc {display:block;}
.popup-layer .popup-notice .popup-content {width:450px;max-width:100%;height:500px;background-color:#ffffff;}
.popup-layer .popup-notice .popup-content .popup-image {aspect-ratio:9/10;width:100%;margin:0 auto;object-fit:fill;}
.popup-layer .popup-notice .popup-content .popup-text {width:calc(100% - 2rem);height: calc(500px - 2rem);padding:1rem; margin:0 auto;overflow-y:scroll;}
.popup-layer .popup-notice .popup-control {display: flex;width:calc(100% - 10px);justify-content: space-evenly;padding:5px;background-color:#444444;}
.popup-layer .popup-notice .popup-control-button {border:none; padding:3px; background-color: transparent; color:#fff;}
.popup-layer .popup-notice .popup-control-button:hover {cursor:pointer;color:#999;}
.popup-layer .popup-notice .popup-guide {display:block;position:relative;top:calc(-50% - 30px);background-color: #dddddd;}
.popup-layer .popup-notice .popup-guide .guide-left{float:left;margin-left:10px;}
.popup-layer .popup-notice .popup-guide .guide-right{float:right;margin-right:10px;}
.popup-layer .popup-notice .popup-page-guide {border-radius:50%;height:30px;width:30px;border:1px solid #dddddd;opacity:0.9;background:#FFFFFF;}
.popup-layer .popup-notice .popup-page-guide:hover {opacity:1;border-color:#cccccc;}
.popup-layer .popup-notice .popup-page-guide img {height:100%;width:100%;}

.popup-notice-bar {z-index:1000;width:100%;height:101px;max-width:100%;overflow:hidden;}
.popup-notice-bar .popup-bar {width:100%;overflow:hidden;}
.popup-notice-bar .popup-bar .popup-content {width:100%;text-align:center;margin:0 auto;border-bottom:1px solid #cccccc;}
.popup-notice-bar .popup-bar .popup-control .popup-control-button{background-color:transparent;color:#888888;padding-left:2rem;margin-left:1rem;font-size:0.75rem;border:none;}
.popup-notice-bar .popup-bar .popup-control .popup-control-button:hover {cursor:pointer;color:#444444;}
.popup-notice-bar .popup-bar .popup-guide {}
.popup-notice-bar .popup-bar .popup-guide .guide-left{float:left;margin-left:10px;}
.popup-notice-bar .popup-bar .popup-guide .guide-right{float:right;margin-right:10px;}
.popup-notice-bar .popup-bar .popup-page-guide {height:20px;width:20px;border:none;opacity:0.9;background:#FFFFFF;}
.popup-notice-bar .popup-bar .popup-page-guide:hover {opacity:1;border-color:#cccccc;cursor:pointer;}
.popup-notice-bar .popup-bar .popup-page-guide img {height:100%;width:100%;}
.popup-notice-bar.pc .popup-bar {height: 101px;}
.popup-notice-bar.pc .popup-bar .popup-content {height: 80px;}
.popup-notice-bar.pc .popup-bar .popup-content .popup-image {height:80px;object-fit:contain;}
.popup-notice-bar.pc .popup-bar .popup-control {height: 20px;display:flex;justify-content:right;}

.popup-notice-bar.mobile {height:141px;display:none;}
.popup-notice-bar.mobile .popup-bar {height: 141px;}
.popup-notice-bar.mobile .popup-bar .popup-content {height: 120px;}
.popup-notice-bar.mobile .popup-bar .popup-content .popup-image {height:120px;object-fit:contain;}
.popup-notice-bar.mobile .popup-bar .popup-control {height: 20px;display:flex;justify-content:right;}

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
    .popup-layer .popup-notice.pc {display:none;}
    .popup-layer .popup-notice.mobile {display:block;}
    .popup-notice-bar.pc {display:none;}
    .popup-notice-bar.mobile {height:141px;display:block;}
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {

}


/*
 * Page Navigator
 */
.pagination {display: flex;list-style:none;padding:50px 0;justify-content:center;align-items: center;}
.dataTables_paginate .pagination {padding:0;}
.page-group-item-btn {cursor:pointer;padding:5px;text-align:center;}
.page-group-item-btn.disabled {cursor:inherit;opacity:0.5;}
.page-guide-icon {height:27px;object-fit:cover;vertical-align:text-top;}
.page-group-item-btn.next {}
.page-group-item-btn.last {}
.page-group-item-btn.prev {}
.page-group-item-btn.first {}
.page-group-item-num {color:#888888;padding:5px;min-width:30px;text-align:center;}
.page-group-item-num.active {font-weight:700;color:#1177EE;}
.page-group-item-num a {color:inherit;text-decoration:none;}


.page-item {color:#00000099;}
.page-item.active {color:#5F7DFF;}
.page-item.disabled {cursor:initial;}
.page-link {position: relative;display: block;padding:5px;line-height:14px;text-decoration: none;color:inherit;}
.page-link .current-page-no{font-weight:700;}
.page-link .total-page-no{}
.disabled a {cursor:initial;}
.page-item-arrow .page-guide-icon {fill:#00000099;}
.page-item-arrow.disabled {cursor: initial;}
.page-item-arrow.disabled .page-guide-icon:hover {opacity:0.5;}

.dataTables_paginate .page-item {}
.dataTables_paginate .page-item .page-link {border:none;background-color:transparent;color:#888888;}
.dataTables_paginate .page-item.active .page-link {border:none;background-color:transparent;color:#222222;font-weight:700;}


.sub-paging .page-item-arrow {padding:2px 5px;cursor:pointer;}
/* SVG Color Override
.page-item-arrow .page-guide-icon:hover {fill:#5F7DFF; filter: invert(44%) sepia(53%) saturate(1756%) hue-rotate(210deg) brightness(98%) contrast(105%);}
.page-item-arrow.disabled .page-guide-icon:hover {fill:#00000099; filter: inherit;}
*/

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {

}


/*
 * footer
 */
.footer {display: flex;width:100%;background-color:#444444;color:#FFFFFF;min-height:190px;}
.footer a {text-decoration:none;color:inherit;}
.footer-justify {width:calc(100% - 30px);max-width:1280px;margin:0 auto;}
.footer-policy {font-size:1.1rem; padding:0 0 15px 0;overflow:hidden;display:flex;justify-content: space-between;}
.footer-policy-list {display:block;padding:20px 0 0 0;margin:0;line-height:30px;text-overflow:ellipsis;white-space: nowrap;}
.footer-policy-list li {display:inline-block; padding:0;margin:0;}
.footer-policy-list li:after {position: relative;top: -1px;content: "|";margin: 0 12px;font-weight: 300;padding-left: 3px;font-size: 0.9rem;}
.footer-policy-list li:hover {cursor:pointer;color:#CCCCCC;}
.footer-policy-list li:first-child {font-weight:600;}
.footer-policy-list li:last-child:after {content: none;margin:0;}
.sns-link {display:flex;justify-content:right;list-style:none;}
.sns-link .sns-icon {width: 50px;height:50px;background-color:#272727;}
.sns-link .sns-icon a {display:block;width: 50px;height:50px;}
.sns-link .sns-icon.instagram {background:url("/images/icon/instagram.svg") center /25px #272727 no-repeat;}
.sns-link .sns-icon.instagram:hover {cursor:pointer;background-color:#965841;}

.footer-info {display: flex;justify-content: space-between;}
.footer-info .company-title {font-size:18px;font-weight:700;line-height:1.5;margin-bottom:15px;}
.footer-textarea {padding:10px 0;overflow:hidden;width:calc(50% - 10px);}
.footer-company-description {max-width:1280px;margin:0 auto;}
.footer-item-list {display:block;list-style:none;padding:0;margin:0;line-height:1.5;}
.footer-item-list li {display:inline-block;margin-right:10px;font-weight: 400;}
.footer-item-list li:last-child:after {content:none;margin:0;}
.footer-item-list li.maps {background-color:#1F1F1F;border:1px solid #1F1F1F;border-radius:2px;width:50px;font-size:0.9rem;text-align:center;line-height:21px;margin-right:0;}
.footer-item-list li.maps:hover {cursor:pointer;color:#965841;border-color: #FFFFFF;background-color:#FFFFFF;}
.footer-copyright {font-size:0.9rem;color:#CCCCCC;margin:20px 0;}
.footer-cs {width:calc(50% - 10px);padding:10px 0;}
.footer-cs-tel {line-height:1.5;}
.footer-cs-tel .title {margin-right:5px;font-weight:600;}
.footer-cs-tel .text {font-weight:400;}
.footer-cs-info {font-size:0.85rem;}
.footer-cs-info .title {display:inline-block;width:60px;text-align:center; background-color: #3D3D3D;border-radius:15px;padding:5px 10px;margin-right:10px;}
.footer-cs-info .time {display:inline-block;width:calc(100% - 95px);vertical-align:text-top;font-size:15px;}
.footer-alert {color:#555555;font-size:13px;word-break: keep-all;}

@media screen and (max-width: 768px) {
    .footer-info {flex-direction: column;}
    .footer-textarea {width: 100%;}
    .footer-cs {width: 100%;}
    .footer-textarea {max-width:unset;font-size:14px;font-weight:400;}
    .footer-info .company-title {font-size:16px;margin-bottom:10px;}
    .footer-copyright {margin-top:10px;}

    .sns-link {position: absolute;right: 0;}
}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 320px) {

}

@media print {
    .no-print, .no-print * {display:none !important;}
}
