@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
html {
    height: 100%;
}

body {
    height: 100%;
}

#wrap {
    width: 100%;
    /* min-height:100%;*/
    position: relative;
    background: #fff;
}


/* 기본 게시판 view */

table.bbs_default {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.bbs_default.view tr:first-child th,
table.bbs_default.view tr:first-child td {
    border-top: 3px solid #fbac2d;
}

table.bbs_default.view th {
    width: 20%;
    padding: 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    background: #f8f8f8;
    font-weight: 600;
    text-align: center;
}

table.bbs_default.view td {
    padding: 15px 10px 15px 25px;
    border-bottom: 1px solid #d9d9d9;
}

table.bbs_default.view thead tr:first-child th {
    border-top: 3px solid #005baa;
    border-bottom: 1px solid #aaa
}

table.bbs_default.view .subject td {
    font-weight: 700
}

table.bbs_default.view .subject.delete .subject_text {
    font-weight: 400;
    color: #888
}

table.bbs_default.view .delete .delete_info {
    font-size: 0.9em;
    color: #2e84d1
}

table.bbs_default.view .bbs_content {
    min-height: 150px;
    text-align: left
}

table.bbs_default.view .bbs_content img {
    max-width: 640px;
    height: auto;
}

table.bbs_default.view .bbs_content .photo_area {
    margin-bottom: 25px;
    text-align: center;
}

table.bbs_default.view .bbs_content .photo_view {
    position: relative;
    width: auto;
    margin: 15px auto;
    font-size: 0;
    line-height: 0;
}

table.bbs_default.view .bbs_content .photo_view .photo_wrap {
    display: inline-block;
    position: relative;
}

table.bbs_default.view .bbs_content .photo_view img {
    max-width: 640px;
    max-height: 480px;
    padding: 5px;
    border: 1px solid #eee
}

table.bbs_default.view .bbs_content .photo_zoom {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 7px;
    right: 7px;
    z-index: 10;
    width: 25px;
    height: 25px;
    padding: 6px;
    background: url("/common/images/board/mask.png");
    font-size: 12px;
}

table.bbs_default.view .bbs_content .photo_zoom a {
    display: block;
    width: 25px;
    height: 25px;
    background: url('/common/images/board/bbs_icon.png') no-repeat 0 -200px;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
}

table.bbs_default.view ul.view_attach {}

table.bbs_default.view ul.view_attach li {
    margin: 1px 0
}

table.bbs_default.view ul.view_attach li img {
    margin-right: 5px;
}

table.bbs_default.view ul.view_attach li .file_size {
    margin-left: 10px;
    font-size: 11px;
    letter-spacing: -1px;
    font-family: 'dotum';
    color: #2e84d1
}

table.bbs_default.view ul.view_attach li .download_num {
    margin-left: 10px;
    font-size: 11px;
    letter-spacing: -1px;
    font-family: 'dotum';
    color: #2e84d1
}

table.bbs_default.view .bbs_attach_preview {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 8px;
    border: 1px solid #686868;
    background: #686868;
    color: #fff;
    font-size: 0.9em;
    vertical-align: middle
}

table.bbs_default.view .bbs_attach_preview .ico_preview {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 1px 10px;
    background: #fff url("/common/images/board/bbs_icon.png") no-repeat -95px -46px;
    vertical-align: top
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/common/overlay.png') repeat;
    z-index: 500;
}

.overlay02 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/common/overlay.png') repeat;
    z-index: 250;
}

.overlay03 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/common/overlay_03.png') repeat;
    z-index: 500;
}

.region {
    width: 200px;
    padding: .8em .5em;
    border: 1px solid #db4734;
    /*margin-left: 10px;*/
    font-family: inherit;
    background: url('/images/common/icon/icon_select_arrow.png') no-repeat 95% 50%;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #db4734;
}

.region::-ms-expand {
    display: none;
}

.rentner_apply {
    margin-top: 30px;
}

#mainVisual,
#subVisual,
#container,
#foot {
    width: 100%;
    position: relative;
}

#mainnav {
    position: fixed;
    z-index: 500;
}

.inner {
    position: relative;
    margin-top: 20px;
    width: 50%;
    padding: 0 0vw;
    margin: 0 auto;
    box-sizing: border-box;
}

.inner:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.inner2 {
    position: relative;
    margin-top: 20px;
    width: 100%;
    padding: 0 0vw;
    margin: 0 auto;
    box-sizing: border-box;
}

.btn_search2 {
    display: inline-block;
    width: 50px;
    height: 40px;
    border: none;
    background: #db4734;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 4px !important;
}

.box__item-wrap .box__button-wrap {
    margin-top: 16px;
}

.box__button-wrap {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.box__button-wrap .gds-action-button {
    overflow: hidden;
    width: 232px;
    padding: 0;
}

.gds-action-button {
    display: inline-block;
    box-sizing: border-box;
    min-width: 232px;
    height: 50px;
    padding: 0 22px;
    font-size: 14px;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    font-weight: 500;
    line-height: 44px;
    border-radius: 22px;
    border-color: #e0e0e0;
    background-color: #fff;
    color: #e0e0e0;
    border-width: 1px;
    border-style: solid;
}

.box__button-wrap span {
    color: #232323;
    margin: 0;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}


/*.gds-action-button:hover {
    display: inline-block;
    box-sizing: border-box;
    min-width: 232px;
    height: 50px;
    padding: 0 22px;
    font-size: 14px;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR,sans-serif,'Helvetica',Helvetica, AppleGothic, Sans-serif;
    font-weight: 500;
    line-height: 44px;
    border-radius: 22px;
    border-color: #db4734;
    background-color: #fff;
    color: #fff;
    border-width: 1px;
    border-style: solid;
}


.box__button-wrap span:hover {color: #db4734; margin: 0; font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR,sans-serif,'Helvetica',Helvetica, AppleGothic, Sans-serif;}

*/

.gds-icon {
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: -1px 0 1px 0;
    background-image: url(3f5ee19….png);
    background-image: url(2ded8e6….svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 480px 440px;
}

#wrap.sub .sub_title {
    position: relative;
    width: 100%;
    padding: 0 5%;
    line-height: 52px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

#wrap.sub .sub_title .search {
    position: absolute;
    right: 5%;
    top: 0;
    margin-top: -1px;
}

.pc {
    display: block !important;
}

.tablet {
    display: none !important;
}

.mobile {
    display: none !important;
}

.tabmo {
    display: none !important;
}

img.tablet_img {
    display: none;
}

img.tabmo_img {
    display: none;
}

img.mobile_img {
    display: none;
}


/*header*/

#header {
    width: 50%;
    margin: 0 auto;
    height: 68px;
    z-index: 300;
    background: #fff;
}

#header:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.headerWrap {
    position: relative;
    max-width: 1820px;
    padding: 0vw;
}

.headerWrap .btn_menu {
    display: none;
}

.headerWrap h1 {
    position: absolute;
    top: 18px;
    left: 0px;
}

.headerWrap .newlogo {
    margin-top: 150px;
    width: 100%;
    margin-left: 0px;
    font-size: 15px;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #222;
}

.headerWrap h1 .logo_b {
    display: block;
}

.headerWrap h1 .logo_t {
    display: none;
}

.headerWrap h1 .logo_s {
    display: none;
}

.headerWrap .UtilWrap {
    float: right;
    padding-top: 15px;
}

.headerWrap .inner {
    margin-top: 20px;
    position: relative;
}

.headerWrap .UtilWrap .mem_profile {
    float: left;
    margin-right: 40px;
    line-height: 35px;
}

.headerWrap .UtilWrap .mem_profile p {
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    vertical-align: middle;
}

.headerWrap .UtilWrap .mem_profile p:first-child {
    padding-left: 0;
}

.headerWrap .UtilWrap .SearchArea {
    position: relative;
    float: right;
    width: 500px;
    border: 1px solid #e6e6e6;
    border-radius: 0.1rem;
    background-color: #f8f8f8;
}

.headerWrap .UtilWrap .SearchArea input.text {
    width: 100%;
    height: 35px;
    padding-right: 20px;
    border: none;
    background-color: #f8f8f8;
}

.headerWrap .UtilWrap .SearchArea input.text::placeholder {
    opacity: 0;
}

.headerWrap .UtilWrap .SearchArea input.text::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0;
}

.headerWrap .UtilWrap .SearchArea input.text:-moz-placeholder {
    /* Firefox 4 - 18 */
    opacity: 0;
}

.headerWrap .UtilWrap .SearchArea input.text::-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    opacity: 0;
}

.headerWrap .UtilWrap .SearchArea input.text::-ms-input-placeholder {
    /* Edge */
    opacity: 0;
}

.headerWrap .UtilWrap .SearchArea input.text:-ms-input-placeholder {
    /* Edge */
    opacity: 0;
}

.headerWrap .UtilWrap .SearchArea .btn_search {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    width: 20px;
    height: 35px;
    padding: 0;
    background: url('/images/common/btn/btn_search.png') no-repeat center center;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 10;
    cursor: pointer;
}

.headerWrap .UtilWrap .SearchArea .btn_search_close {
    display: none;
}

.headerWrap .UtilWrap .top_util {
    float: left;
    padding-left: 40px;
}

.headerWrap .UtilWrap .top_util ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.headerWrap .UtilWrap .top_util ul li {
    float: right;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
}

.headerWrap .UtilWrap .top_util ul li:first-child {
    margin-left: 0;
}

.headerWrap .UtilWrap .top_util ul li a {
    color: #222;
}

.headerWrap .UtilWrap .top_util ul li.myorder {
    padding-left: 18px;
    background: url('/images/common/icon/icon_buy.png') no-repeat 0 center;
}

.headerWrap .UtilWrap .top_util ul li.cscenter {
    padding-left: 18px;
    padding-top: 3px;
    background: url('/images/common/icon/cscenter.png') no-repeat 0 center;
}

.headerWrap .UtilWrap .top_util ul li.myinfo {
    padding-left: 29px;
    padding-top: 3px;
    background: url('/images/common/btn_mymy.svg') no-repeat 0 center;
    cursor: pointer
}

.headerWrap .UtilWrap .top_util ul li.logout {
    padding-left: 20px;
    padding-top: 3px;
    background: url('/images/common/icon/icon_logout.png') no-repeat 0 center;
}


/* AllMenu */

#Menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    */ height: 100%;
    background: #fff;
    /* border-right: 1px solid #e5e5e5;*/
    vertical-align: top;
    z-index: 250;
}

#Menu .menuWrap {
    padding-top: 130px;
}

#Menu .menuWrap .main_nav>li {
    line-height: 41px;
    font-size: 17px;
    font-weight: 600;
}

#Menu .menuWrap>.main_nav>li>a {
    color: #222;
}

#Menu .menuWrap>.main_nav>li:hover>a,
#Menu .menuWrap>.main_nav>li.on>a {
    color: #db4734;
    text-decoration: underline;
}

#Menu .menuWrap .main_nav li a {
    display: block;
    margin: 0 18px 0 50px;
}

#Menu .menuWrap>.main_nav li .sub_nav li a {
    font-size: 0.95em;
    font-weight: 500;
    margin: 0 18px 0 70px;
    line-height: 1.7em
}

#Menu .menuWrap>.main_nav li .sub_nav li a:hover {
    text-decoration: underline
}

#Menu .menu_util,
#Menu .mem_profile,
#Menu .btn_logout,
#Menu .btn_menu_close {
    display: none;
}


/* gnb */


/* 메인비주얼 */

#mainVisual {
    float: left;
    width: 63.5%;
    height: 29.9vw;
    position: relative;
    overflow: hidden;
}

#mainVisual li img {
    width: 100%;
    height: 29.9vw;
    vertical-align: top;
}


/*메인비주얼 블릿*/

#mainVisual .bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

#mainVisual .bx-pager-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#mainVisual .bx-pager-item .bx-pager-link {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 6px;
    background: #fff;
    border-radius: 100%;
    vertical-align: top;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -mox-opacity: 0.5;
}

#mainVisual .bx-pager-item .bx-pager-link.active {
    opacity: 1;
    filter: alpha(opacity=1);
    -mox-opacity: 1;
}


/*main contents*/

.mainvisualCon {
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

.mainvisualCon .main_banner {
    float: left;
    width: 36.5%;
}

.mainvisualCon .main_banner ul li {
    width: 100%;
}

.mainvisualCon .main_banner ul li img {
    width: 100%;
    height: 14.95vw;
    vertical-align: top;
}

.mainConWrap h2 {
    padding-bottom: 10px;
    text-align: left;
    color: #222;
    font-size: 20px;
}

.mainConWrap .mob {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: left;
    color: #222;
}

.mainConWrap .mob .mob_left {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #222;
}

.mainConWrap .mob .mob_left h2 {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #222;
}

.mainConWrap .mob .mob_right {
    display: inline-block;
    line-height: 45px;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #232323;
    float: right;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.mainConWrap .mob .hidden {
    display: none !important;
}

.mainConWrap .mob .current {
    display: block !important;
}

.mainConWrap .mainProducts {
    padding-bottom: 3vw;
}

.mainConWrap .section {
    padding-top: 0vw;
    padding-bottom: 50px;
}

.mainConWrap .section.bg {
    background: #f0f0f0;
}

.mainConWrap #shop {
    position: relative;
}

.mainConWrap #shop.thumb .swiper-button {
    position: absolute;
    top: 50%;
    display: block;
    width: 21px;
    height: 40px;
    margin-top: -20px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 50;
}

.mainConWrap #shop.thumb .swiper-button.swiper-button-prev {
    left: -50px;
    background: url('/images/main/slide_l.png') no-repeat 0 0;
}

.mainConWrap #shop.thumb .swiper-button.swiper-button-next {
    right: -50px;
    background: url('/images/main/slide_r.png') no-repeat 0 0;
}

.movieWrap {
    width: 100%;
    position: relative;
}

.movie {
    width: 50%;
    margin: 0 auto;
    height: 100%;
    z-index: 300;
    background: #fff;
}

.bnnerWrap {
    width: 100%;
    position: relative;
    background: #fff;
}

.bnner {
    width: 50%;
    margin: 0 auto;
    z-index: 300;
    background: #ebeaea;
}

.bnner span {
    display: block;
    text-align: center;
}

.bnner .handwrite {
    font-family: 'Yellowtail', cursive;
    width: fit-content;
    font-size: 32px;
    color: #DB4632;
    transform: scale(1.3, 1);
    font-weight: 500;
    margin: 0 auto;
}

.bnner .handwrite::after {
    content: "";
    display: block;
    background: #FEC841;
    height: 14px;
    margin: -21px auto 0;
}

.bnner .button {
    background: #DB4632;
    color: white;
    width: fit-content;
    margin: 15px auto 5px;
    padding: 4px 20px;
    border-radius: 20px;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 2px 2px 2px #aaa;
}

.bnner p {
    text-align: center;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 25px;
    color: #d84734;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

.bnner p a {
    color: #db4734;
    font-size: 18px;
}

.bnner img {
    display: block;
    margin: 0 auto;
}

.bannerWrap {
    width: 100%;
    position: relative;
    background: #fff;
}

.banner {
    /* width: 50%; */
    margin: 0 auto;
    z-index: 300;
    background: #fff;
}

.banner p {
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 25px;
    color: #d84734;
}

.banner img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.banner ul {
    margin-top: 0px;
    /* padding-bottom: 50px; */
}

.banner li {
    width: 49%;
    display: inline-block;
    position: relative;
    background: #fff;
}

.bannerWrap .swiper-button {
    font-size: 0
}

.bannerWrap .swiper-button-prev {
    margin-left: -50px;
}

.bannerWrap .swiper-button-next {
    margin-right: -50px;
}

.eventBanner {
    margin-bottom: 50px
}

.eventBanner ul {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.eventBanner li {
    width: 49%;
}

.eventBanner li:first-child {
    margin-right: 1%
}

.eventBanner li img {
    width: 100%
}

.liveWrap {
    width: 100%;
    position: relative;
    /*background: #ffc6d6;background: #fef9e6;*/
}

.liveWrap h2 {
    color: #e02e8e;
    font-size: 20px;
    text-align: center;
}

.live {
    width: 50%;
    margin: 0 auto;
    z-index: 300;
    background: #ffc6d6;
    padding: 30px;
}

.live img {
    display: block;
    margin: 0 auto;
}

.liveline {
    width: 50%;
    height: 100px;
    border: 2px solid #e02e8e;
    background-color: #fff;
    border-radius: 0.4rem;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url('/images/main/where_bn2.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

.live p {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-top: 45px;
    padding-bottom: 20px;
    color: #e02e8e;
}

.liveline .left {
    display: inline-block;
    width: 30%;
    float: left;
}

.liveline .left img {
    display: inline-block;
}

.liveline .right {
    display: inline-block;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #e02e8e;
    width: 50%;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}

.liveline .right>a {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #e02e8e;
}


/* 해시태그*/

.tab_hashtag ul {
    display: flex;
    flex-wrap: wrap;
}

.tab_hashtag ul li {
    border: 1px solid #aaa;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 10px;
    margin-right: 4px;
    cursor: pointer;
    margin-bottom: 6px
}

.tab_hashtag ul li.current {
    border: 1px solid #aaa;
    background-color: #333;
    padding: 2px 8px;
    font-size: 12px;
    color: white;
    border-radius: 10px;
    margin-right: 4px;
    cursor: pointer;
    margin-bottom: 6px
}


/* 검색영역 */

.main-search-contain {
    margin: 10px 15px 0 15px;
    position: relative;
}

.search-bottom-btn .search-bar {
    width: 100%;
    border-radius: 10px;
    background: #fff url("/images/common/icon_search.png") no-repeat 15px 50%;
    background-size: 22px;
}

.main-search-contain .search-icons a {
    display: inline
}

.main-search-contain .search-icons a img {
    height: 27px;
    width: 27px;
    padding-left: 10px;
}

.main-search-contain .search-icons {
    position: absolute;
    top: 0;
    right: 15px;
    text-align: left;
    height: 45px;
    line-height: 68px;
}

.main-search-contain input[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    font-size: 15px;
    color: #333;
    padding: 0 15px 0 48px;
    border: 0;
    background: none;
}

.main-search-contain .search-icons2 a {
    display: inline
}

.main-search-contain .search-icons2 a img {
    height: 27px;
    width: 27px;
    padding-left: 8px;
    padding-top: 8px;
}

.main-search-contain .search-icons2 {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: left;
    height: 60px;
    line-height: 60px;
}

.prdSearchArea {
    position: relative;
    padding: 12px 1.2vw;
    background: #f3f3f7;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    font-size: 0;
    z-index: 60;
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.prdSearchArea .prdSelects {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.prdSearchArea select,
.prdSearchArea input,
.prdSearchArea>div {
    display: inline-block;
    vertical-align: top;
}

.prdSearchArea select,
.prdSearchArea input.text,
.prdSearchArea .select_facility .selectType01 {
    padding: 0 0 0 10px;
    height: 55px;
    border-color: #dfdfdf;
    border-radius: 4px;
    font-size: 13px;
    color: #555;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
}

.prdSearchArea>select,
.prdSearchArea>input,
.prdSearchArea .dateWrap,
.prdSearchArea .select_facility {
    margin-left: 0.5%;
}

.prdSearchArea select.category {
    width: 11%;
    margin-left: 0;
}

.prdSearchArea select.area {
    width: 13.5%;
}

.prdSearchArea select.num {
    width: 15%;
}

.prdSearchArea .dateWrap {
    width: 13%;
}

.prdSearchArea input.text {
    width: 100%;
    margin-left: 0;
}

.prdSearchArea .dateWrap {
    position: relative;
}

.prdSearchArea .dateWrap .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    padding: 18px;
    cursor: pointer;
}

.prdSearchArea .select_facility {
    width: 17%;
}

.prdSearchArea .select_facility .selectType01 {
    display: inline-block;
    width: 100%;
    border: 1px solid #dfdfdf;
    text-align: left;
    line-height: 55px;
    box-sizing: border-box;
}

.prdSearchArea .checkArea {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 30px 0;
    background: #f3f3f7;
    border-bottom: 1px solid #dfdfdf;
    z-index: 50;
}

.prdSearchArea .checkArea dl {
    margin-top: 30px;
    text-align: left;
    overflow: hidden;
}

.prdSearchArea .checkArea dl:first-child {
    margin-top: 0;
}

.prdSearchArea .checkArea dl dt {
    float: left;
    width: 100px;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.prdSearchArea .checkArea dl dd {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    color: #555;
    overflow: hidden;
    line-height: 28px;
}

.prdSearchArea .checkArea dl dd label {
    float: left;
    width: 11.111111111111%;
}

.prdSearchArea .checkArea dl dd input {
    margin-left: 0;
    vertical-align: middle;
}

.frdSearchArea {
    position: relative;
    padding: 0px 0px 10px 0px;
    background: #f3f3f7;
    /*border-bottom: 1px solid #eee;*/
    text-align: center;
    font-size: 0;
    z-index: 60;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.frdSearchArea select,
.frdSearchArea input,
.frdSearchArea>div {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.frdSearchArea select,
.frdSearchArea input.text,
.frdSearchArea .select_facility .selectType01 {
    padding: 0 0 0 10px;
    height: 45px;
    border-color: #dfdfdf;
    border-radius: 4px;
    font-size: 17px;
    color: #555;
}

.frdSearchArea>select,
.frdSearchArea>input,
.frdSearchArea .dateWrap,
.frdSearchArea .select_facility {
    margin-left: 0.5%;
}

.frdSearchArea select.category {
    width: 11%;
    margin-left: 0;
}

.frdSearchArea select.area {
    width: 13.5%;
}

.frdSearchArea select.num {
    width: 8%;
}

.frdSearchArea .dateWrap {
    width: 30%;
}

.frdSearchArea .line {
    display: inline-block;
    margin-left: 10px;
}

.frdSearchArea input.text {
    width: 100%;
    margin-left: 0;
}

.frdSearchArea .dateWrap {
    position: relative;
}

.frdSearchArea .dateWrap .ui-datepicker-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    padding: 13px;
    cursor: pointer;
}

.frdSearchArea .select_facility {
    width: 17%;
}

.frdSearchArea .select_facility .selectType01 {
    display: inline-block;
    width: 100%;
    border: 1px solid #dfdfdf;
    text-align: left;
    line-height: 55px;
    box-sizing: border-box;
}

.frdSearchArea .checkArea {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 30px 0;
    background: #f3f3f7;
    border-bottom: 1px solid #dfdfdf;
    z-index: 50;
}

.frdSearchArea .checkArea dl {
    margin-top: 30px;
    text-align: left;
    overflow: hidden;
}

.frdSearchArea .checkArea dl:first-child {
    margin-top: 0;
}

.frdSearchArea .checkArea dl dt {
    float: left;
    width: 100px;
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.frdSearchArea .checkArea dl dd {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    color: #555;
    overflow: hidden;
    line-height: 28px;
}

.frdSearchArea .checkArea dl dd label {
    float: left;
    width: 11.111111111111%;
}

.frdSearchArea .checkArea dl dd input {
    margin-left: 0;
    vertical-align: middle;
}


/* ListStyle */

.ListType01 li {
    position: relative;
    padding-left: 10px;
    line-height: 24px;
}

.ListType01 li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.ListType02 {
    margin-top: -1.5%;
    margin-bottom: 100px;
    overflow: hidden;
}

.ListType02 li {
    position: relative;
    float: left;
    width: 32.33333333333%;
    margin-left: 1.5%;
    margin-top: 1.5%;
}

.ListType02 li:nth-child(3n-2) {
    margin-left: 0;
}

.ListType02 li img {
    width: 100%;
    height: 200px;
}

.ListType02 li span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    z-index: 1;
    line-height: 36px;
}

.ListType03 {
    margin-top: -1.5%;
    margin-bottom: 100px;
    overflow: hidden;
}

.ListType03 li {
    position: relative;
    float: left;
    width: 32.33333333333%;
    margin-left: 1.5%;
    margin-top: 1.5%;
    overflow: hidden;
    cursor: pointer;
}

.ListType03 li:nth-child(3n-2) {
    margin-left: 0;
}

.ListType03 li img {
    width: 100%;
    height: 200px;
}

.ListType03 li span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    z-index: 1;
    line-height: 36px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ListType03 li:after {
    content: '';
    position: absolute;
    top: calc(100% - 36px);
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ListType03 li:hover:after {
    top: 0;
}

.ListType03 li:hover span {
    bottom: 50%;
    margin-bottom: -45px;
}

.ListType03 li:hover span:before {
    content: '';
    display: block;
    width: 100%;
    height: 45px;
    background: url('/images/common/icon/icon_more.png') no-repeat center top;
}


/* SelectStyle */

.selectType01 {
    background: #fff url('/images/common/icon/icon_select_arrow.png') no-repeat;
    background-position: calc(100% - 18px) center;
    border-radius: 0;
    -webkit-border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.selectType01::-ms-expand {
    display: none;
}

.selectType01.on {
    background-image: url('/images/common/icon/icon_select_arrow_on.png');
}


/* LayerStyle */

.LayerType01 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 740px;
    height: 715px;
    margin-left: -370px;
    margin-top: -357.5px;
    background: #fff;
    z-index: 550;
}

.LayerType01 .LayerTitleArea {
    position: relative;
    padding: 0 30px;
    background: #f5f5f5;
    line-height: 58px;
}

.LayerType01 .LayerTitleArea strong {
    display: block;
    font-size: 21px;
    font-weight: 400;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

.point_buytable {
    margin: 20px 0 20px 0px;
    padding: 15px;
    border-top: 1px solid #db4734;
    border-bottom: 1px solid #db4734;
}

.LayerType01 .LayerTitleArea .btn_close {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    background: url('/images/common/btn/btn_close.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    z-index: -9999px;
}

.LayerType01 .LayerContents {
    height: calc(100% - 88px);
    padding: 30px;
    box-sizing: border-box;
    overflow-y: auto;
}

.LayerType01 .LayerContents img {
    width: 100%;
}

.LayerType01 .LayerContents p {
    padding-top: 25px;
    line-height: 24px;
    letter-spacing: -0.2px;
}


/* LayerStyle */

.LayerType400 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 740px;
    height: 715px;
    margin-left: -370px;
    margin-top: -357.5px;
    background: #fff;
    z-index: 550;
}

.LayerType400 .LayerTitleArea {
    position: relative;
    padding: 0 30px;
    background: #222;
    line-height: 58px;
}

.LayerType400 .LayerTitleArea strong {
    display: block;
    font-size: 21px;
    font-weight: 400;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #fff;
}

.LayerType400 .LayerTitleArea .btn_close {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    background: url('/images/common/btn/btn_close2.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    z-index: -9999px;
}

.LayerType400 .LayerContents {
    height: calc(100% - 88px);
    padding: 30px;
    box-sizing: border-box;
    overflow-y: auto;
}

.LayerType400 .LayerContents img {
    width: 100%;
}

.LayerType400 .LayerContents p {
    padding-top: 25px;
    line-height: 24px;
    letter-spacing: -0.2px;
}


/* TableStyle */

.TableType01 {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: 1px solid #000;
    box-sizing: border-box;
}

.TableType01:first-child {
    margin-top: 0;
}

.TableType01 .category-check-box {
    padding: 20px;
    text-align: left;
}

.TableType01 .category-check-box label,
.TableType01 .category-check-box strong {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.TableType01 .category-check-box label input.checkbox {
    margin-right: 10px;
}

.TableType01 .category-check-box .btn_refresh {
    float: right;
}

.TableType01 .table-list {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #dfdfdf;
    box-sizing: border-box;
    table-layout: fixed;
    text-align: left;
}

.TableType01 .table-list3 {
    position: relative;
    display: table;
    width: 65%;
    padding: 20px;
    border-top: 1px solid #dfdfdf;
    box-sizing: border-box;
    table-layout: fixed;
    text-align: left;
}

.TableType01 .table-list2 {
    position: relative;
    display: table;
    width: 100%;
    padding: 5px 0px 5px 10px;
    border-top: 1px solid #dfdfdf;
    box-sizing: border-box;
    table-layout: fixed;
    text-align: left;
}

.TableType01 .table-list2 p {
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
}

.TableType01 .table-list.checked {
    background: #fcf4f4;
}

.TableType01 .table-list .prdWrap {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}

.TableType01 .table-list .checkarea {
    display: table-cell;
    width: 13px;
    padding-right: 15px;
    vertical-align: top;
}

.TableType01 .table-list .prdBox {
    display: table-cell;
    padding-right: 15px;
    vertical-align: top;
    box-sizing: border-box;
}

.TableType01 .table-list .prdBox .prdCon {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.TableType01 .table-list .prdBox .prd_thumb {
    display: table-cell;
    width: 210px;
    vertical-align: top;
}

.TableType01 .table-list .prdBox .prd_thumb img {
    width: 100%;
    height: 144px;
}

.TableType01 .table-list .prdBox .prd_info {
    display: table-cell;
    padding-left: 50px;
    vertical-align: top;
}

.TableType01 .table-list .prdBox .prd_info dl {
    width: 100%;
    overflow: hidden;
    line-height: 36px;
    font-size: 15px;
}

.TableType01 .table-list .prdBox .prd_info dl dt {
    float: left;
    width: 108px;
}

.TableType01 .table-list .prdBox .prd_info dl dd {
    float: left;
    width: calc(100% - 108px);
    color: #222;
}

.TableType01 .table-list .priceWrap {
    display: table-cell;
    width: 40%;
    padding-top: 10px;
    vertical-align: top;
}

.TableType01 .table-list .priceWrap .amountWrap {
    display: table-cell;
    width: 180px;
    vertical-align: top;
}

.TableType01 .table-list .priceWrap .amountWrap p {
    font-size: 16px;
    text-align: center;
    color: #222;
    line-height: 32px;
}

.TableType01 .table-list .priceWrap .point {
    display: table-cell;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    text-align: center;
    vertical-align: top;
    line-height: 32px;
}

.TableType01 .table-list .btn_delete01 {
    position: absolute;
    top: 10px;
    right: 20px;
}

.TableType01 .table-list .nodata {
    padding: 175px 0;
    text-align: center;
}

.TableType03 {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-top-color: #000;
}

.TableType03 thead th,
.TableType03 tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 25px;
}

.TableType03 thead th:first-child,
.TableType03 tbody td:first-child {
    border-left: none;
}

.TableType03 thead th {
    font-weight: 600;
    color: #222;
}

.TableType03 tfoot td {
    padding: 15px 0;
    background: #f8f8f8;
    text-align: center;
    color: #222;
    line-height: 25px;
}

.TableType04 {
    width: 100%;
    border-top: 1px solid #000;
}

.TableType04 thead th,
.TableType04 tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}

.TableType04 thead th {
    font-weight: 600;
    color: #222;
}

.TableType04 tbody tr:hover {
    background: #f8f8f8;
}

.TableType04.csTable tbody tr {
    cursor: pointer;
}


/* 제품 리스트 갤러리형 */

#shop.thumb2 ul {
    margin-top: -50px;
    font-size: 0;
}

#shop.thumb ul {
    margin-top: -50px;
    font-size: 0;
}

#shop.thumb ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

#shop.thumb li {
    display: inline-block;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 50px;
    vertical-align: top;
}

#shop.thumb li:nth-child(4n) {
    margin-right: 0;
}

#shop.thumb li .prd_thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 8vw;
    border-radius: 10px;
}

#shop.thumb li .prd_thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

#shop.thumb li .prd_thumb .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 0.4rem 0;
    background-color: #fbac2d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    font-weight: 700;
}

#shop.thumb li img {
    width: 100%;
    height: 100%;
    transition: all 2.0s ease;
    -moz-transition: all 2.0s ease;
    -ms-transition: all 2.0s ease;
    -webkit-transition: all 2.0s ease;
    -o-transition: all 2.0s ease;
    object-fit: cover;
}


/* 제품 리스트 갤러리형 */

#event.thumb2 ul {
    margin-top: -50px;
    font-size: 0;
}

#event.thumb ul {
    margin-top: -50px;
    font-size: 0;
}

#event.thumb ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

#event.thumb li {
    display: inline-block;
    width: 46%;
    margin-right: 2%;
    margin-top: 50px;
    vertical-align: top;
}


/*
  #event.thumb li:nth-child(4n) {
    display: inline-block;
    width: 46%;
    margin-left: 2%;
    margin-top: 50px;
    vertical-align: top;
  }*/

#event.thumb li .prd_thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

#event.thumb li .prd_thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

#event.thumb li .prd_thumb .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 0.4rem 0;
    /*background-color: #fbac2d;*/
    background-color: #fbac2d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    font-weight: 700;
}

#event.thumb li img {
    width: 100%;
    height: 100%;
    transition: all 2.0s ease;
    -moz-transition: all 2.0s ease;
    -ms-transition: all 2.0s ease;
    -webkit-transition: all 2.0s ease;
    -o-transition: all 2.0s ease;
    object-fit: cover;
}

#event .prd_info .prd_name {
    padding-top: 10px;
    font-size: 14px;
    color: #222;
}

#event .prd_info .percent {
    display: block;
    padding-top: 12px;
    font-size: 21px;
    font-weight: 500;
    color: #db4734;
}

#event .prd_info .price {
    display: block;
    margin-left: 0px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

#event .btnArea {
    margin-top: 15px;
}

#event .btnArea .btn_cs_write {
    font-family: 'Montserrat', 'Nanum Gothic', '돋움', Dotum, Helvetica, AppleGothic, Sans-serif;
    color: #666;
    background: #db4734;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    width: 80px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

#allphoto.thumb li .prd_thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 13vw;
    border-radius: 5px;
}

#allphoto.thumb li .prd_thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

#allphoto.thumb li .prd_thumb .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 0.4rem 0;
    /*background-color: #fbac2d;*/
    background-color: #fbac2d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    font-weight: 700;
}

#allphoto.thumb li img {
    width: 100%;
    height: 100%;
    transition: all 2.0s ease;
    -moz-transition: all 2.0s ease;
    -ms-transition: all 2.0s ease;
    -webkit-transition: all 2.0s ease;
    -o-transition: all 2.0s ease;
    object-fit: cover;
}

#allphoto .prd_info .prd_name {
    padding-top: 10px;
    font-size: 14px;
    color: #222;
}

#allphoto .prd_info .percent {
    display: block;
    padding-top: 12px;
    font-size: 21px;
    font-weight: 500;
    color: #db4734;
}

#allphoto .prd_info .price {
    display: block;
    margin-left: 0px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

#allphoto .btnArea {
    margin-top: 15px;
}

#allphoto .btnArea .btn_cs_write {
    font-family: 'Montserrat', 'Nanum Gothic', '돋움', Dotum, Helvetica, AppleGothic, Sans-serif;
    color: #666;
    background: #db4734;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    width: 80px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

#travel.thumb ul {
    /* margin-top: -50px; */
    font-size: 0;
}

#travel.thumb ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

#travel.thumb li {
    display: inline-block;
    width: 15%;
    margin-right: 2%;
    margin-top: 50px;
    vertical-align: top;
}

#travel.thumb li:nth-child(-n+6) {
    margin-top: 0;
}

#travel.thumb li:nth-child(6n) {
    margin-right: 0;
}

#travel.thumb li .prd_thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 8vw;
    border-radius: 5px;
}

#travel.thumb li .prd_thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

#travel.thumb li .prd_thumb .no2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    border-radius: 0.4rem 0;
    /*background-color: #ffc641;*/
    background-color: #ff8123;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}

#travel.thumb li img {
    width: 100%;
    height: 100%;
    border-radius: 10%;
    transition: all 2.0s ease;
    -moz-transition: all 2.0s ease;
    -ms-transition: all 2.0s ease;
    -webkit-transition: all 2.0s ease;
    -o-transition: all 2.0s ease;
    object-fit: cover;
}

#travel .prd_info {
    padding-top: 15px;
}

#travel .prd_info .category {
    display: block;
}

#travel .prd_info .category .icon_area {
    display: inline-block;
    height: 23px;
    padding: 0 7px;
    background: #fbac2d;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    vertical-align: top;
}

#travel .prd_info .prd_name {
    padding-top: 0px;
    font-size: 14px;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

#travel .prd_info .percent {
    display: block;
    padding-top: 12px;
    font-size: 21px;
    font-weight: 500;
    color: #db4734;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

#travel .prd_info .price {
    /*display: block;*/
    margin-left: 10px;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

#travel .prd_info .detail {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #999;
}

#travel.thumb li:hover .prd_name {
    text-decoration: underline;
}

#travel.thumb li.swiper-slide:nth-child(4n) {
    margin-right: 2%;
}

#travel.thumb li.nodata {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}

#travel .prd_info .rating img {
    width: 15px
}

#travel .prd_info .rating .score {
    font-weight: 500;
    font-size: 17px
}

#travel .prd_info .rating {
    margin-top: 5px
}

.mainConWrap #key {
    position: relative;
}

#key.thumb ul {
    margin-top: -30px;
    font-size: 0;
}

#key.thumb ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

#key.thumb li {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    margin-top: 30px;
    vertical-align: top;
}

#key.thumb li:nth-child(4n) {
    margin-right: 0;
}

#key.thumb li .prd_thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 11vw;
    border-radius: 5px;
    margin-top: 5px;
}

#key.thumb li .prd_thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

#key.thumb li .prd_thumb .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 0.4rem 0;
    background-color: #de2c44;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    font-weight: 700;
}

#key.thumb li img {
    width: 100%;
    height: 100%;
    transition: all 2.0s ease;
    -moz-transition: all 2.0s ease;
    -ms-transition: all 2.0s ease;
    -webkit-transition: all 2.0s ease;
    -o-transition: all 2.0s ease;
    object-fit: cover;
}

#key .prd_info {
    padding-top: 10px;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

#key .prd_info .prd_name {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}

#key .prd_info .category {
    display: block;
}


/*
#shop.thumb li:hover .prd_thumb img,
#shop.thumb li:hover .prd_thumb img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=2.0, M12=0, M21=0, M22=2.0, SizingMethod='auto expand')";
    /* IE8 */

filter: progid: DXImageTransform.Microsoft.Matrix(M11=2.0,
M12=0,
M21=0,
M22=2.0,
SizingMethod='auto expand');

/* IE6 and 7 */


}

/*
#shop.thumb li .prd_thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 103, 166, 0.6);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -mox-opacity: 0;
}

#shop.thumb li:hover .prd_thumb:after {
    opacity: 1;
    filter: alpha(opacity=1);
    -mox-opacity: 1;
}
*/
#hotel_list li:hover .prd_thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/common/prd_over_txt.png') no-repeat center center;
    background-color: rgba(27, 103, 166, 0.6);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -mox-opacity: 0;
}
#mall_list li:hover .prd_thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/common/shop_over_txt.png') no-repeat center center;
    background-color: rgba(27, 103, 166, 0.6);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -mox-opacity: 0;
}
#shop .prd_info {
    /*padding-top: 20px;*/
}
#shop .prd_info .category {
    display: block;
    margin-top: 15px;
}
#shop .prd_info .category .icon_area {
    display: inline-block;
    height: 23px;
    padding: 0 7px;
    background: #db4734;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    vertical-align: top;
}
#shop .prd_info .prd_name {
    padding-top: 10px;
    font-size: 14px;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}
#shop .prd_info .prd_name2 {
    padding-top: 10px;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}
#shop .prd_info .prd_name3 {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    /*padding-top: 20px;*/
    
    padding-top: 0px;
    font-size: 16px;
    color: #222;
    line-height: 30px;
}
#shop .prd_info .percent {
    display: block;
    padding-top: 12px;
    font-size: 21px;
    font-weight: 500;
    color: #db4734;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}
#shop .prd_info .price {
    /*display: block;*/
    
    margin-left: 0px;
    padding-top: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}
#shop .prd_info .detail {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    color: #999;
}
#shop.thumb li:hover .prd_name {
    text-decoration: underline;
}
#shop.thumb li.swiper-slide:nth-child(4n) {
    margin-right: 2%;
}
#shop.thumb li.nodata {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}
#shop .prd_info .rating img {
    width: 15px
}
#shop .prd_info .rating .score {
    font-weight: 500;
    font-size: 17px
}
#shop .prd_info .rating {
    margin-top: 5px
}

/* pagearea */
.PageArea {
    margin-top: 50px;
    text-align: center;
    font-size: 0;
}
.PageArea a {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    font-size: 15px;
    line-height: 48px;
    color: #888;
    vertical-align: top;
    overflow: hidden;
}
.PageArea a.on {
    border: 1px solid #000;
    margin-right: 1px;
    color: #000;
}
.PageArea a.arrow_p {
    margin-right: 20px;
}
.PageArea a.arrow_n {
    margin-left: 20px;
}
#shop .PageArea {
    margin-top: 100px;
}

/* 제품 상세 */
#shop.view .ProductView {
    border-top: 1px solid #000;
    overflow: hidden;
}
#shop.view .ProductView .prdthumbArea {
    float: left;
    width: 46%;
    overflow: hidden;
}
#shop.view .ProductView .prdthumbArea .prdthumb li img {
    width: 100%;
}
#shop.view .ProductView .prdthumbArea .prdthumb2 li img {
    width: 640px;
    height: 520px;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs {
    position: relative;
    margin-top: 1.2%;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs li {
    position: relative;
    cursor: pointer;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs li.swiper-slide-thumb-active:after {
    border: 4px solid #fbac2d;
    background: none;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs li img {
    width: 100%;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs .prd_thumb_button {
    position: absolute;
    top: 0;
    width: 2vw;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs .prd_thumb_button.prd-button-prev {
    left: 0;
    background: url('/images/common/btn/prd_thumb_prev.png') no-repeat center center;
    background-size: 100%;
}
#shop.view .ProductView .prdthumbArea .gallery-thumbs .prd_thumb_button.prd-button-next {
    right: 0;
    background: url('/images/common/btn/prd_thumb_next.png') no-repeat center center;
    background-size: 100%;
}
#shop.view .ProductView .PrdInfo {
    float: right;
    width: 54%;
    padding: 10px 0 0 5%;
    box-sizing: border-box;
}
#shop.view .ProductView .PrdInfo .PrdInfoCon {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
#shop.view .ProductView .PrdInfo .itemIcon {
    padding-top: 0;
}
#shop.view .ProductView .PrdInfo .itemIcon .icon_area02 {
    display: inline-block;
    height: 26px;
    padding: 0 8px;
    background: #db4734;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    vertical-align: top;
}
#shop.view .ProductView .PrdInfo .prdSubject {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    display: inline-block;
    padding-top: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #222;
}
#shop.view .ProductView .up_info {
    padding: 4px 0;
    font-size: 14px;
}
#shop.view .ProductView .up_info.address {
    font-weight: 500;
}
#shop.view .ProductView .up_info.address a {
    font-weight: 700;
    padding-left: 5px;
    color: #db4734
}
.title_star .review_score {
    font-weight: 600;
}
.title_star .fa-star {
    font-size: 16px;
    color: #FF912C;
    font-family: "Font Awesome 5 Free";
}
#shop.view .ProductView .PrdInfo .prdDeatilTxt {
    display: block;
    padding-top: 5px;
    color: #555;
}
#shop.view .ProductView .PrdInfo .price {
    display: inline-block;
    padding-top: 22px;
    font-size: 30px;
    font-weight: 500;
    color: #222;
}
#shop.view .ProductView .PrdInfo .percent {
    display: block;
    padding-top: 12px;
    font-size: 30px;
    font-weight: 500;
    color: #db4734;
}
#shop.view .ProductView .PrdInfo .InfoSection {
    padding: 15px 0;
}
#shop.view .ProductView .PrdInfo .InfoSection table {
    width: 100%;
    table-layout: fixed;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody th,
#shop.view .ProductView .PrdInfo .InfoSection table tbody td {
    padding-top: 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody td .view_intro {
    line-height: 20px;
    font-weight: 500;
    font-size: 13px
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody tr:first-child th,
#shop.view .ProductView .PrdInfo .InfoSection table tbody tr:first-child td {
    padding-top: 0;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody th {
    width: 130px;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody th span {
    padding-left: 24px;
}
#shop.view .ProductView .PrdInfo .address span {
    padding-left: 24px;
    background: url('/images/common/icon/icon_address.png') no-repeat 0 center;
    background-size: contain
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody th.star_rate span {
    background: url('/images/common/icon/star.png') no-repeat 0 center;
    background-size: contain
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody th.phone span {
    background: url('/images/common/icon/icon_phone.png') no-repeat 0 center;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody th.time span {
    background: url('/images/common/icon/icon_checkinout.png') no-repeat 0 center;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody td {
    color: #222;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody td .coupon {
    display: inline-block;
    float: left;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody td .coupon .couponbox {
    border: 1px solid #2e8de5;
    width: 100%;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    padding: 2px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: #2e8de5;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody td .coupon :hover {
    display: inline-block;
    float: left;
    background-color: #2e8de5;
    color: #fff;
}
#shop.view .ProductView .PrdInfo .InfoSection table tbody td.FacilityIconArea {
    font-size: 0;
}

/* 추가 2022-02-23 */
#shop.view .InfoSection td.GolfFacility span {
    height: auto;
    padding: 4px 8px;
}
#shop.view .InfoSection td.GolfFacility span img {
    height: 32px;
}
#shop.view .ProductView .PrdInfo .price-Spa {
    margin-top: 10px;
    font-size: 18px;
}
#shop.view .ProductView .PrdInfo .price-Spa b {
    font-size: 20px;
    color: #ff2a2a;
}

/* 제품상세 추가 :2022-01-24 */
.product_info_box {
    padding-top: 10px;
}
.product_info_box table {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-top-color: #000;
    box-sizing: border-box;
}
.product_info_box table thead th {
    padding: 19px 20px;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #222;
}
.product_info_box table tbody th {
    /*padding: 0 20px;*/
    
    padding: 10px 10px;
    background: #f8f8f8;
    line-height: 35px;
    vertical-align: top;
    font-weight: normal;
    font-size: 15px;
}
.product_info_box table tbody td {
    padding: 10px 20px;
    background: #fff;
    line-height: 35px;
    vertical-align: top;
}
.product_info_box .shopNumber {
    display: flex;
}
.product_info_box .shopNumber button,
.product_info_box .shopNumber #productQty {
    height: 40px;
    margin: 10px 2px;
}
.product_info_box .shopNumber button {
    width: 40px;
}
.product_info_box .shopNumber button .material-icons {
    font-size: 20px;
    color: #222;
}
.product_info_box .shopNumber #productQty {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100px
}
.product_info_box table tbody td ul {
    padding-top: 5px;
}
.product_info_box table tbody td ul li {
    padding-top: 15px;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
.product_info_box table tbody td ul li:first-child {
    padding-top: 0;
}
.product_info_box table tfoot th,
.product_info_box table tfoot td {
    padding: 22px 20px;
    border-top: 1px solid #dfdfdf;
    background: #fff;
}
.product_info_box table tfoot th {
    width: 100px;
    padding-right: 0 !important;
    font-weight: 600;
    color: #222;
    text-align: left;
}
.product_info_box table tfoot td {
    padding-left: 0 !important;
    font-size: 24px;
    font-weight: 600;
    color: #ff2a2a;
    text-align: right;
}
.newtravel {
    margin-top: 40px;
    display: block;
    border: 1px solid #d1caf4;
    background: #fafaff;
    height: 56px;
    box-sizing: border-box;
    border-radius: 2px;
    line-height: 56px;
}
.newtravel .sale {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #2e2e2e;
    padding-left: 15px;
}
.newtravel .sale .text_name {
    color: #2e8de5;
}
.newtravel .sale .money_name {
    color: #db4734;
    font-weight: 600;
}
.newtravel .coupon {
    display: inline-block;
    float: right;
    padding: 9px;
}
.newtravel .coupon .couponbox {
    border: 1px solid #2e8de5;
    width: 80px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    padding: 2px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.newtravel .coupon .couponbox a {
    color: #2e8de5;
}
.newtravel .coupon img {
    float: right;
    padding: 12px 15px 3px 11px;
}
#shop.view .ReservationTable {
    margin-top: 20px;
}
#shop.view .ReservationTable h3 {
    padding-bottom: 10px;
}
#shop.view .ReservationTable .tbl_res {
    width: 100%;
    border-top: 1px solid #000;
    table-layout: fixed;
}
#shop.view .ReservationTable .tbl_res>thead th {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    text-align: center;
    color: #222;
    line-height: 24px;
}
#shop.view .ReservationTable .tbl_res>thead th.name {
    width: 15%;
}
#shop.view .ReservationTable .tbl_res>thead th.num {
    /*width: 10%;*/
}
#shop.view .ReservationTable .tbl_res>thead th.type {
    width: 22%;
}
#shop.view .ReservationTable .tbl_res>thead th.btn {
    width: 11%;
}
#shop.view .ReservationTable .tbl_res>tbody>tr>td {
    /*padding: 17px 0;*/
    
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #222;
    text-align: center;
    line-height: 22px;
}
#shop.view .ReservationTable .tbl_res>tbody>tr>td>em {
    display: none;
}
#shop.view .ReservationTable .tbl_res>tbody>tr>td.subject {
    font-weight: 600;
}
#shop.view .ReservationTable .tbl_res>tbody>tr>td .fee li {
    display: inline-block;
    padding: 0 12px;
    vertical-align: middle;
}
#shop.view .ReservationTable .tbl_res>tbody>tr>td.res_booking_wrap {
    display: block;
    padding: 40px 4%;
    background: #f3f3f7;
}
#shop.view .ReservationTable .tbl_res>tbody>tr.on>td {
    /*background: #f3f3f7;*/
}
#shop.view .ReservationTable .res_booking {
    position: relative;
    display: block;
    overflow: hidden;
}
#shop.view .ReservationTable .res_detail {
    width: 100%;
    /*border-top: 1px solid #000;*/
}
#shop.view .ReservationTable .res_detail .preview_img {
    position: relative;
    overflow: hidden;
}
#shop.view .ReservationTable .res_detail .preview_img li {
    vertical-align: top;
}
#shop.view .ReservationTable .res_detail .preview_img li img {
    width: 100%;
    vertical-align: top;
}
#shop.view .ReservationTable .res_detail .preview_wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 370px;
    margin-left: -185px;
    z-index: 50;
}
#shop.view .ReservationTable .res_detail .room-preview-thumbs .slick-slide {
    padding: 4px;
}
#shop.view .ReservationTable .res_detail .room-preview-thumbs li {
    position: relative;
    height: 46px;
    cursor: pointer;
    vertical-align: top;
}
#shop.view .ReservationTable .res_detail .room-preview-thumbs li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
}
#shop.view .ReservationTable .res_detail .room-preview-thumbs .slick-current li:after {
    border: 3px solid #fbac2d;
    background: none;
}
#shop.view .ReservationTable .res_detail .room-preview-thumbs li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#shop.view .ReservationTable .res_detail .preview_wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 20px;
    margin-top: -10px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 10;
    cursor: pointer;
}
#shop.view .ReservationTable .res_detail .preview_wrap .slick-arrow.slick-prev {
    left: -22px;
    background: url('/images/common/btn/btn_fac_prev.png') no-repeat center center;
    background-size: 100%;
}
#shop.view .ReservationTable .res_detail .preview_wrap .slick-arrow.slick-next {
    right: -22px;
    background: url('/images/common/btn/btn_fac_next.png') no-repeat center center;
    background-size: 100%;
}
#shop.view .ReservationTable .res_detail .TableType01 {
    overflow: hidden;
}
#shop.view .ReservationTable .res_detail .TableType01.mg0 {
    margin-top: 0;
    border-top: none;
}
#shop.view .ReservationTable .res_detail .add_mem_info {
    font-size: 14px;
    line-height: 20px;
}
#shop.view .ReservationTable .res_detail .add_mem_info ul {
    padding-bottom: 10px;
}
#shop.view .ReservationTable .res_detail .add_mem_info ul li {
    display: inline-block;
    padding-left: 35px;
    font-size: 14px;
    color: #222;
    vertical-align: top;
}
#shop.view .ReservationTable .res_detail .add_mem_info ul li:first-child {
    padding-left: 0;
}
#shop.view .ReservationTable .res_detail .add_mem_infos ul li {
    display: block;
    font-size: 15px;
    color: #222;
    line-height: 30px;
    vertical-align: top;
    font-family: Montserrat, "Nanum Gothic", 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
}
#shop.view .ReservationTable .res_detail .add_mem_infos ul li:first-child {
    padding-left: 0;
}
#shop.view .ReservationTable .res_detail .calendar {
    float: left;
    width: 49%;
}
#shop.view .ReservationTable .res_detail .calendar .Date {
    margin-bottom: 20px;
    text-align: center;
}
#shop.view .ReservationTable .res_detail .calendar .Date b {
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}
#shop.view .ReservationTable .res_detail .calendar .Date a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #c6c6c6;
    font-size: 13px;
    font-family: '돋움', Dotum, Sans-serif;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 30px;
}
#shop.view .ReservationTable .res_detail .calendar .Date a.month_prev {
    text-indent: -3px;
}
#shop.view .ReservationTable .res_detail .calendar .Date a.month_next {
    text-indent: 3px;
}
#shop.view .ReservationTable .res_detail .calendar .Date a:hover {
    background: #db4734;
    color: #fff;
}
#shop.view .ReservationTable .res_detail .calendar_table {
    width: 100%;
}
#shop.view .ReservationTable .res_detail .calendar_table thead th {
    width: 14.2857142857%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #f1f1f1;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
}
#shop.view .ReservationTable .res_detail .calendar_table .sun,
#shop.view .ReservationTable .res_detail .calendar_table .sun a {
    color: #eb160c;
}
#shop.view .ReservationTable .res_detail .calendar_table .sat,
#shop.view .ReservationTable .res_detail .calendar_table .sat a {
    color: #005bac;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    font-size: 14px;
    color: #222;
    text-align: center;
    line-height: 45px;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td:first-child {
    border-left: 1px solid #ececec;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td a {
    display: block;
    color: #222;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td.none a {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -mox-opacity: 0.3;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td.on a,
#shop.view .ReservationTable .res_detail .calendar_table tbody td:hover a {
    background: #db4734;
    color: #fff;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td.none:hover a {
    background: inherit;
    color: inherit;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td.today a {
    background: #606060;
    color: #fff;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td.today:hover a {
    background: #373760;
    color: #fff;
}
#shop.view .ReservationTable .res_detail .calendar_table tbody td.selected a {
    background: #666;
    color: #fff;
}
#shop.view .ReservationTable .res_detail .checkr_form {
    width: 100%;
    padding-top: 0px;
    display: inline-block;
}
#shop.view .ReservationTable .res_detail .checkr_form table {
    width: 100%;
}
#shop.view .ReservationTable .res_detail .checkr_form table th {
    width: 74px;
    padding-top: 10px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}
#shop.view .ReservationTable .res_detail .checkr_form table td {
    padding-top: 10px;
    vertical-align: middle;
}
#shop.view .ReservationTable .res_detail .checkr_form table tr:first-child th,
#shop.view .ReservationTable .res_detail .checkr_form table tr:first-child td {
    padding-top: 0;
}
#shop.view .ReservationTable .res_detail .checkr_form table td input.text,
#shop.view .ReservationTable .res_detail .checkr_form table td select {
    width: 85%;
}
#shop.view .ReservationTable .res_detail .checkr_form table td input::placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .checkr_form table td input::-moz-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .checkr_form table td input:-moz-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .checkr_form table td input::-webkit-input-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .checkr_form table td input::-ms-input-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .checkr_form table td input:-ms-input-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .checkr_form table td select {
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#shop.view .ReservationTable .res_detail .reser_form {
    float: right;
    width: 42%;
    padding-top: 60px;
}
#shop.view .ReservationTable .res_detail .reser_form table {
    width: 100%;
}
#shop.view .ReservationTable .res_detail .reser_form table th {
    width: 104px;
    padding-top: 10px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}
#shop.view .ReservationTable .res_detail .reser_form table td {
    padding-top: 10px;
    vertical-align: middle;
}
#shop.view .ReservationTable .res_detail .reser_form table tr:first-child th,
#shop.view .ReservationTable .res_detail .reser_form table tr:first-child td {
    padding-top: 0;
}
#shop.view .ReservationTable .res_detail .reser_form table td input.text,
#shop.view .ReservationTable .res_detail .reser_form table td select {
    width: 100%;
}
#shop.view .ReservationTable .res_detail .reser_form table td input::placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .reser_form table td input::-moz-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .reser_form table td input:-moz-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .reser_form table td input::-webkit-input-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .reser_form table td input::-ms-input-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .reser_form table td input:-ms-input-placeholder {
    color: #999;
}
#shop.view .ReservationTable .res_detail .reser_form table td select {
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#shop.view .ReservationTable .res_detail .reser_check_area .table-list {
    padding: 30px 20px;
}
#shop.view .ReservationTable .res_detail .reser_form table td select.selectHalf {
    /*  width: 49.5%;*/
}
#shop.view .ReservationTable .payment_info_box {
    width: 30.5%;
    padding-left: 0;
    margin-left: 1.5%;
}
#shop.view .ReservationTable .payment_info_box.bottom {
    top: inherit !important;
    bottom: 0 !important;
}
#shop.view .ReservationTable .payment_info_box table {
    margin-bottom: 10px
}
#shop.view .ReservationTable .payment_info_box table tbody th {
    padding-left: 20px;
    background: #f8f8f8;
    font-size: 4px;
    font-weight: 400;
    color: #222;
    text-align: left;
}
#shop.view .ReservationTable .payment_info_box table tbody td {
    padding-left: 0;
    font-family: Montserrat, "Nanum Gothic", 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #222;
}
#shop.view .ReservationTable .payment_info_box table tfoot td {
    font-size: 30px;
}
.pricenormal .box {
    display: block;
    color: #222;
    font-weight: 500;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 25px;
}
.pricenormal .box .percent {
    display: inline-block;
    padding-bottom: 5px;
    color: #db4734;
    font-size: 21px;
    font-weight: 700;
}
.pricenormal .box .won {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #222;
    font-size: 21px;
}
.pricenormal .box .room {
    display: inline-block;
    padding-bottom: 5px;
    color: #222;
    font-size: 21px;
    font-weight: 600;
}
.prdBtnBox {
    margin-top: 2%;
    font-size: 0;
}
.prdBtnBox a,
.prdBtnBox input {
    width: 49.5%;
    margin-left: 1%;
}
.prdBtnBox a:first-child,
.prdBtnBox input:first-child {
    margin-left: 0;
}
#shop.view .BookDetail .prdsection {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}
#shop.view .BookDetail .prdsection h2 {
    margin-bottom: 6px
}
#shop.view .BookDetail .PrdQuick {
    margin-bottom: 40px;
}
#shop.view .BookDetail .PrdQuick ul {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
#shop.view .BookDetail .PrdQuick ul li {
    float: left;
    border-top: 1px solid #eee;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    width: 100%
}
#shop.view .BookDetail .PrdQuick ul li.on {
    border-color: #222;
    font-weight: 600;
}
#shop.view .BookDetail .PrdQuick ul li a {
    display: block;
}
#shop.view .BookDetail .PrdQuick ul li.on a {
    color: #222;
}
#shop.view .BookDetail .ordQuick {
    margin-bottom: 40px;
}
#shop.view .BookDetail .ordQuick ul {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
#shop.view .BookDetail .ordQuick ul li {
    float: left;
    width: 33%;
    border-top: 1px solid #eee;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
}
#shop.view .BookDetail .ordQuick ul li.on {
    border-color: #222;
    font-weight: 600;
}
#shop.view .BookDetail .ordQuick ul li a {
    display: block;
}
#shop.view .BookDetail .ordQuick ul li.on a {
    color: #222;
}
#shop.view .BookDetail .yrdQuick {
    margin-bottom: 0px;
    margin-top: 30px;
}
#shop.view .BookDetail .yrdQuick ul {
    background-color: #f3f3f7;
    /* border-bottom: 1px solid #eee;*/
    
    overflow: hidden;
}
#shop.view .BookDetail .yrdQuick ul li {
    float: left;
    width: 25%;
    border-top: 1px solid #eee;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #222;
}
#shop.view .BookDetail .yrdQuick ul li.on {
    border-color: #222;
    font-weight: 600;
}
#shop.view .BookDetail .yrdQuick ul li a {
    display: block;
}
#shop.view .BookDetail .yrdQuick ul li.on a {
    color: #222;
}
#shop.view .BookDetail .prdsection .DetailBox {
    line-height: 24px;
}
#shop.view .BookDetail .prdsection .DetailBox img {
    vertical-align: top;
    width: 100%;
}
#shop.view .BookDetail .prdsection .location_detail .lc_info {
    margin-bottom: 20px;
    overflow: hidden;
}
#shop.view .BookDetail .prdsection .location_detail .lc_info li {
    float: left;
    padding-left: 25px;
    margin-left: 40px;
}
#shop.view .BookDetail .prdsection .location_detail .lc_info li:first-child {
    margin-left: 0;
}
#shop.view .BookDetail .prdsection .location_detail .lc_info li.address {
    background: url('/images/common/icon/icon_address.png') no-repeat 0 center;
}
#shop.view .BookDetail .prdsection .location_detail .lc_info li.phone {
    background: url('/images/common/icon/icon_phone.png') no-repeat 0 center;
}
#shop.view .BookDetail .prdsection .locationArea #map {
    width: 100%;
    height: 405px;
}
#shop.spaView .BookDetail .PrdQuick ul li {
    width: 50%;
}
.highlight {
    margin-bottom: 5%;
}
.highlight #shop.thumb {
    padding-bottom: 10px;
}
.highlight #shop.thumb li .prd_thumb {
    height: 12vw
}
.highlight #shop.thumb li {
    border: 3px solid #00DF98;
    border-radius: 13px;
    background-color: #edfff9;
}
.highlight #shop .prd_info {
    padding: 5px 15px 15px;
}
.highlight #shop.thumb li .prd_thumb .no {
    background: none;
    top: 10px;
    left: 10px;
    font-size: 13px;
}
.highlight #shop.thumb li .prd_thumb .no .material-icons {
    color: #00DF98;
}

/*sub contents*/
#container {
    width: 100%;
    border-top: 1px solid #eee;
}
#contents {
    position: relative;
    /*padding-left: 221px;*/
}

/* 서브메뉴 */
#SNB {
    margin-bottom: 55px;
}
#SNB ul {
    border-bottom: 1px solid #222;
}
#SNB ul:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}
#SNB ul li {
    float: left;
    width: 180px;
    height: 50px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-bottom: none;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
}
#SNB ul li a {
    display: block;
    font-weight: 600;
}
#SNB ul li.on {
    border-color: #222;
}
#SNB ul li.on a {
    background: #fff;
    padding-bottom: 1px;
    color: #222;
}

/*contents*/
.contentsWrap {
    /* max-width:1700px; */
    
    width: 50%;
    padding: 40px 0vw;
    margin: 0 auto;
}
.contentsArea {
    padding: 0px;
    min-height: 500px
}
.TitleArea {
    position: relative;
    overflow: hidden;
}
.TitleArea h3 {
    float: left;
    font-size: 24px;
    font-weight: 400;
    color: #222;
}
.TitleArea h3 img {
    width: 100%;
}
.TitleArea02 {
    position: relative;
    margin-bottom: -16px;
    overflow: hidden;
}
.TitleArea02 h3 {
    float: left;
    font-size: 24px;
    font-weight: 400;
    color: #222;
}
.TitleArea04 h3 {
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #222;
}
.TitleArea02 h4 {
    font-size: 24px;
    font-weight: 400;
    color: #222;
}
.TitleArea02 .selectType01 {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 125px;
}
.TitleArea .info {
    float: left;
    padding-left: 5px;
    padding-top: 15px;
    font-size: 14px;
}
.contentsArea .section {
    padding-top: 45px;
}
.contentsArea .section:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}
.contentsArea .section .info_txt02 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
}
.section_TitleArea {
    margin-bottom: 15px;
    overflow: hidden;
}
.section_TitleArea h4 {
    float: left;
    font-size: 24px;
    font-weight: 400;
    color: #222;
}
.section_TitleArea .btnarea {
    float: right;
}
.sectionj_TitleArea {
    margin-bottom: 15px;
    overflow: hidden;
}
.sectionj_TitleArea h4 {
    float: left;
    font-size: 21px;
    font-weight: 400;
    color: #222;
}
.sectionj_TitleArea .btnarea {
    float: right;
}
.sectionj .agree_con {
    overflow: auto;
    padding: 20px;
    height: 200px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    line-height: 24px;
    box-sizing: border-box;
}
.sectionj .agree_check_area {
    padding-top: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.sectionj .agree_check_area .All_check {
    color: #000;
}
.sectionj .agree_check_area label {
    /*padding-left: 25px;*/
    
    padding-left: 0px;
}
.sectionj .agree_check_area label:first-child {
    padding-left: 0;
}

/* 장바구니 */
.OrderStep {
    float: right;
    padding-top: 15px;
}
.OrderStep ul {
    overflow: hidden;
}
.OrderStep ul li {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #999;
    letter-spacing: 0.25px;
}
.OrderStep ul li:first-child {
    padding-left: 0;
}
.OrderStep ul li.on {
    color: #222;
}
.OrderStep ul li.dots {
    letter-spacing: 1px;
}
#order {
    position: relative;
}
#order .orderInfo {
    width: 72%;
}
#order .payment_info_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 27%;
    padding-left: 5px;
    box-sizing: border-box;
}
#order .payment_info_box table {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-top-color: #000;
    box-sizing: border-box;
}
#order .payment_info_box table thead th {
    padding: 19px 20px;
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #222;
}
#order .payment_info_box table tbody tr:first-child th,
#order .payment_info_box table tbody tr:first-child td,
#order .payment_info_box table tbody tr td.pdt {
    padding-top: 15px;
}
#order .payment_info_box table tbody tr:last-child th,
#order .payment_info_box table tbody tr:last-child td,
#order .payment_info_box table tbody td.point_info {
    padding-bottom: 15px;
}
#order .payment_info_box table tbody td {
    padding: 0 20px;
    background: #f8f8f8;
    line-height: 35px;
    vertical-align: top;
    font-size: 15px;
}
#order .payment_info_box table tbody td.pay_guide {
    font-size: 14px;
}
#order .payment_info_box table tbody td ul {
    padding-top: 5px;
}
#order .payment_info_box table tbody td ul li {
    padding-top: 15px;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
#order .payment_info_box table tbody td ul li:first-child {
    padding-top: 0;
}
#order .payment_info_box table tbody td.point_info {
    border-bottom: 1px solid #dfdfdf;
}
#order .payment_info_box table tbody td.point_info dl {
    width: 100%;
    overflow: hidden;
}
#order .payment_info_box table tbody td.point_info dl dt {
    float: left;
    width: 115px;
    color: #222;
}
#order .payment_info_box table tbody td.point_info dl dd {
    float: left;
    width: calc(100% - 115px);
    color: #222;
}
#order .payment_info_box table tbody td.point_info dl dd input.text {
    width: 100%;
}
#order .payment_info_box table tfoot th,
#order .payment_info_box table tfoot td {
    padding: 22px 20px;
    border-top: 1px solid #dfdfdf;
    background: #fff;
}
#order .payment_info_box table tfoot th {
    width: 70px;
    padding-right: 0 !important;
    font-weight: 600;
    color: #222;
    text-align: left;
}
#order .payment_info_box table tfoot td {
    padding-left: 0 !important;
    font-size: 21px;
    font-weight: 600;
    color: #ff2a2a;
    text-align: right;
}
#order .payment_info_box .payment-btnarea p {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
#order .payment_info_box .payment-btnarea a,
#order .payment_info_box .payment-btnarea input {
    margin-top: 10px;
}
#order .prdBtnBox {
    display: none;
}

/*구매약관*/
#order .payment_info_box .payment-agree-box {
    padding: 20px 0 10px;
    margin-top: 10px;
    border: 1px solid #dfdfdf;
}
#order .payment_info_box .payment-agree-box label {
    display: block;
    margin: 0 0 10px 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1;
}
#order .payment_info_box .payment-agree-box textarea.textarea {
    margin: 0 10px;
    width: 95%;
    height: 83px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 22px;
    resize: none;
    padding: 0;
}

/* 주문/결제 */
.TableType02_wrap {
    padding: 30px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px
}
.TableType02_wrap label {
    margin-right: 20px;
    font-size: 14px;
    line-height: 1;
}
.TableType02_wrap label input.radio {
    margin-right: 5px;
}
.TableType02_wrap .TableType02 {
    width: 100%;
    table-layout: fixed;
}
.TableType02 tbody th {
    width: 110px;
    font-weight: 500;
    font-size: 15px;
}
.TableType02 tbody th,
.TableType02 tbody td {
    padding-top: 15px;
    text-align: left;
    line-height: 40px;
    vertical-align: top;
}
.TableType02 tbody tr:first-child th,
.TableType02 tbody tr:first-child td {
    padding-top: 0;
}
.TableType02 tbody td {
    color: #222;
}
.TableType02 tbody td input.text {
    width: 415px;
}
.TableType02 tbody td input.text.disabled {
    background: #f8f8f8;
}
.TableType02 tbody td textarea {
    width: 100%;
}
.TableType02 tbody td .NumArea {
    font-size: 0;
}
.TableType02 tbody td .NumArea select.phone,
.TableType02 tbody td .NumArea input.phone {
    border-style: solid;
    border-color: #ccc;
    color: #222;
    width: 125px;
    font-weight: 300;
}
.TableType02 tbody td .NumArea select.selectType01 {
    background-position: calc(100% - 10px) center;
}
.TableType02 tbody td .NumArea .hyp {
    display: inline-block;
    width: 20px;
    font-size: 14px;
    text-align: center;
    color: #222;
    vertical-align: middle;
}
.TableType02 tbody td .EmailArea {
    font-size: 0;
}
.TableType02 tbody td .EmailArea input.text {
    width: 195px;
}
.TableType02 tbody td .EmailArea .at {
    display: inline-block;
    width: 25px;
    font-size: 14px;
    text-align: center;
    color: #222;
    vertical-align: middle;
}
.TableType02 tbody td .EmailArea select {
    display: block;
    width: 415px;
    margin-top: 10px;
}
.TableType02 tbody td input.mem_post {
    width: 125px;
}
.TableType02 tbody td input.name {
    width: 99%
}
.TableType02 tbody td input.btn_address {
    margin: 0 4px;
}
.TableType02 tbody td input.mem_add1 {
    width: 344px;
}
.TableType02 tbody td input.mem_add2 {
    width: 566px;
    margin-top: 10px;
}
.TableType02 tbody td .info_txt {
    padding-top: 8px;
    color: #888;
}
.TableType02.view tbody th {
    width: 155px;
    line-height: inherit;
}
.TableType02.view tbody td {
    line-height: inherit;
}
.TableType02.view {
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
}
.TableType02.view:first-child {
    padding-top: 0;
    border-top: none;
}
.TableType02.view:last-child {
    padding-bottom: 0;
}
.TableType002_wrap {
    padding: 30px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px
}
.AddressList li {
    margin-top: 5px;
    border: 1px solid #dfdfdf;
}
.AddressList li:first-child {
    margin-top: 0;
}
.AddressList li label {
    position: relative;
    display: block;
    padding: 20px;
    margin-right: 0;
}
.AddressList li label.radio_on:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
}
.AddressList li .AddressArea {
    display: inline-block;
    width: 450px;
    padding-left: 10px;
    vertical-align: top;
}
.AddressList li .AddressArea strong {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    color: #222;
}
#order.payment .TableType02 tbody th,
#order.payment .TableType02 tbody td {
    padding-top: 10px;
}
#order.payment .TableType02 tbody tr:first-child th,
#order.payment .TableType02 tbody tr:first-child td {
    padding-top: 0;
}
#order.payment .agree_con {
    padding: 20px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
    line-height: 24px;
    box-sizing: border-box;
}
#order.payment .agree_con p {
    font-family: Montserrat, "Nanum Gothic", 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
}
#order.payment .agree_check_area {
    padding-top: 15px;
    overflow: hidden;
}

/*#order.payment .agree_check_area .floatR {
    margin-right: 230px;
}*/
#order.payment .agree_check_area .All_check {
    color: #000;
}
#order.payment .agree_check_area label {
    /*padding-left: 25px;*/
    
    padding-left: 0px;
}
#order.payment .agree_check_area label:first-child {
    padding-left: 0;
}

/* 주문완료 / 주문실패 */
#order.order_complete .orderInfo {
    width: 100%;
}

/* #order .TableType02_wrap.bg {background:url('/images/common/table_bg.png') no-repeat right bottom;} */
.precautions {
    margin-top: 15px;
}
.precautions ul li {
    padding-left: 24px;
    margin-top: 4px;
    background: url('/images/common/icon/icon_caut.png') no-repeat 0 4px;
    color: #222;
    line-height: 22px;
}
.precautions ul li:first-child {
    margin-top: 0;
}
.InfoBox_01 {
    padding: 75px 20px;
    border: 1px solid #dfdfdf;
    border-top-color: #000;
    text-align: center;
}
.InfoBox_01 p {
    font-size: 18px;
    color: #222;
    line-height: 24px;
}
.InfoBox_01 p.complete_txt {
    padding-top: 90px;
    background: url('/images/common/icon/icon_complete.png') no-repeat center top;
}
#order.order_fail .orderInfo {
    width: 100% !important;
}
.InfoBox_01 p.fail_txt {
    padding-top: 90px;
    background: url('/images/common/icon/icon_fail.png') no-repeat center top;
}

/* 예약내역 */
.order_table_wrap .table_header {
    border-top: 1px solid #000;
}
.order_table_wrap .table_header ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.order_table_wrap .table_header ul li {
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #222;
    line-height: 60px;
}
.order_table_wrap .table_header ul li.col2 {
    width: 142px;
}
.order_table_wrap .table_header ul li.col3 {
    width: 245px;
}
.order_table_wrap .table_header ul li.col4 {
    width: 180px;
}
.my_order_state {
    margin-bottom: 20px
}

/* .order_table_wrap .table_header ul li.col6 {width:135px;}
.order_table_wrap .table_header ul li.col7 {width:95px;} */
.my_order_state .order_state_box {
    display: table;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}
.my_order_state .order_state_box:first-child {
    margin-top: 0;
}
.my_order_state .order_state_box .nodata {
    text-align: center;
    line-height: 410px;
}
.my_order_state .order_state_box .prdWrap {
    display: table-cell;
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .prdBox {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #eee;
    font-size: 15px;
    line-height: 22px;
    table-layout: fixed;
}
.my_order_state .order_state_box .prdWrap .prdBox:first-child {
    border-top: none;
}
.my_order_state .order_state_box .prdWrap .prdBox .prdCon {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .prdBox .prdDetail {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.my_order_state .order_state_box .prdWrap .prdBox .prd_thumb {
    display: table-cell;
    width: 162px;
    vertical-align: top;
}
.my_order_state .order_state_box .prdWrap .prdBox .prd_thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    /*border-radius: 5px;*/
    
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .prdBox .prdDetail .prd_info {
    padding-top: 0px;
}
.my_order_state .order_state_box .prdWrap .prdBox .prd_info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    box-sizing: border-box;
}
.my_order_state .order_state_box .prdWrap .prdBox .prd_info .prd_name {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.my_order_state .order_state_box .prdWrap .prdBox .prd_info .point {
    display: none;
}
.my_order_state .order_state_box .prdWrap .prdBox .prd_info .c_date {
    display: none;
}
.my_order_state .order_state_box .prdWrap .price {
    display: table-cell;
    width: 142px;
    text-align: center;
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .period {
    display: table-cell;
    width: 245px;
    text-align: center;
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .date {
    display: table-cell;
    width: 135px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .apply_state {
    display: table-cell;
    width: 95px;
    font-weight: 600;
    text-align: center;
    color: #222;
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .order_state {
    display: table-cell;
    width: 160px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
}
.my_order_state .order_state_box .prdWrap .order_state strong {
    display: block;
    padding-bottom: 5px;
}
.my_order_state .order_state_box .prdWrap .order_state a,
.my_order_state .order_state_box .prdWrap .order_state input {
    margin: 2px auto 0;
}
.my_order_state .order_state_box .prdWrap .torder_state {
    display: flex;
    width: 270px;
    /*padding: 0 10px;*/
    
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    vertical-align: middle;
    height: 160px;
}
.my_order_state .order_state_box .prdWrap .torder_state .btn_state_area {
    display: flex;
    justify-content: center;
}
.my_order_state .order_state_box .prdWrap .torder_state .btn_state_area button {
    cursor: pointer
}
.my_order_state .order_state_box .prdWrap .torder_state .btn_state_area .btn_s_blackLine {
    border: 1px solid #000;
    background: #fff;
    font-size: 12px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-right: 5px
}
.my_order_state .order_state_box .prdWrap .torder_state strong {
    display: block;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    text-align: right;
    /* padding-right: 60px; */
}
.my_order_state .order_state_box .prdWrap .torder_state strong .percent {
    display: inline-block;
    padding-bottom: 5px;
    color: #db4734;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
}
.my_order_state .order_state_box .prdWrap .torder_state strong .won {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #222;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
}

/* 예약내역 - 상세보기 */
#order.myorderdetail .orderInfo {
    width: 100%;
}
#order .orderInfo .prd_order_num {
    width: 100%;
    padding: 0 20px;
    margin-bottom: -20px;
    background: #f3f3f3;
    line-height: 60px;
    box-sizing: border-box;
    overflow: hidden;
}
#order .orderInfo .prd_order_num p {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
#order .orderInfo .prd_order_num p span {
    display: inline-block;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    vertical-align: top;
}
#order .orderInfo .prd_order_num p.info {
    float: right;
    font-size: 14px;
}
#Member .TableType01 .table-list .prdWrap {
    width: 58%;
}
.TableType01 .table-list .order_state {
    display: table-cell;
    width: 150px;
    padding-top: 15px;
    padding-right: 30px;
    text-align: center;
}
.TableType01 .table-list .order_state strong {
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
}
.TableType01 .table-list .order_state a,
.TableType01 .table-list .order_state input {
    margin: 2px auto 0;
}
.TableType01 .table-list .order_state .c_date {
    display: block;
    padding-top: 5px;
    font-size: 14px;
}
.TableType01 .reason {
    width: 96%;
    background: #fafafa;
    padding: 10px 2%;
    font-size: 14px;
    line-height: 22px;
}

/* 내 정보 */
#Member.meminfo .TableType01 {
    border-bottom: none;
}
#Member.meminfo .TableType02 tbody th,
#Member.meminfo .TableType02 tbody td {
    padding-top: 10px;
}
#Member.meminfo .TableType02 tbody tr:first-child th,
#Member.meminfo .TableType02 tbody tr:first-child td {
    padding-top: 0;
}
#Member.meminfo .TableType02 tbody th {
    width: 140px;
}
.btn_buypoint {
    width: 40%;
    display: block;
    margin: 5px auto;
}

/* .tbl_buypoint input {
width: 90%;
line-height: 25px;
border: none;
border-bottom: 1px solid #dcdcdc;
-webkit-appearance: none;
-webkit-border-radius: 0;
} */
.point_table .tbl_buypoint {
    margin: 10px 0 2px
}
.point_table h4 {
    font-weight: 600
}
.point_table table {
    width: 100%;
    margin: 10px 0 30px;
    font-size: 14px;
    font-family: Montserrat, "Nanum Gothic", 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
}
.point_table table th,
.point_table table td {
    padding: 8px 10px;
    border-collapse: separate;
    box-sizing: border-box;
    text-align: center;
}
.point_table table th {
    background: #f4f4f4;
    font-weight: 600
}
.point_table table tbody td {
    border: 1px solid #dfdfdf;
}
#Member.meminfo .point_table table tfoot td {
    background-color: #fff;
    color: #333;
    font-weight: 600;
    border: 1px solid #dfdfdf;
    text-align: right;
}
.point_table table caption {
    display: block
}

/* 내 포인트현황 */
#Member.mypoint .point_box {
    float: left;
    width: 48.5%;
    margin-left: 3%;
}
#Member.mypoint .point_box:first-child {
    margin-left: 0;
}
#Member.mypoint .total_point {
    padding: 20px;
    border-top: 1px solid #dfdfdf;
}
#Member.mypoint .total_point dl {
    overflow: hidden;
    line-height: 34px;
}
#Member.mypoint .total_point dl dt {
    float: left;
    width: 160px;
}
#Member.mypoint .total_point dl dd {
    float: left;
    width: calc(100% - 160px);
    color: #222;
}
#Member.mypoint .total_point .usable {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
#Member.mypoint .total_point .usable dl dt {
    font-weight: 600;
    color: #222;
}
#Member.mypoint .total_point .usable dl dd {
    font-weight: 600;
}
#Member.mypoint .TableType03 thead th.date {
    width: 200px;
}
#Member.mypoint .TableType04 thead th.date {
    width: 20%;
    min-width: 200px;
}
#Member.mypoint .TableType04 thead th.point {
    width: 20%;
    min-width: 200px;
}

/* 로그인 */
.LoginWrap {
    width: 100%;
    height: 100%;
    /*background: url('/images/common/login_bg.jpg') no-repeat center center;*/
    
    background-size: cover;
}
.LoginWrap .LoginBox {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 310px;
    margin-left: -195px;
    margin-top: -216px;
    padding: 40px;
    text-align: center;
    border: 1px solid #eee;
    /*background-color: rgba(1.2, 0, 0, 0.5)*/
}
.LoginWrap .LoginBox .logo {
    width: 50%;
}
.LoginWrap .LoginBox table {
    width: 100%;
    margin-top: 30px;
}
.LoginWrap .LoginBox table td {
    padding-top: 10px;
    text-align: center;
}
.LoginWrap .LoginBox table tr:first-child td {
    padding-top: 0;
}
.LoginWrap .LoginBox table td input.text,
.LoginWrap .LoginBox table td button {
    width: 100%;
    /*transition: all 500ms linear 50ms;
    -webkit-transition: all 500ms linear 50ms;*/
}
.LoginWrap .LoginBox table td button:hover,
.LoginWrap .LoginBox table td button:focus {
    background-color: #fdaf03;
}
.LoginWrap .LoginBox table td input.text {
    height: 50px;
    background: none;
    border-color: #bbb;
    color: #222;
}
.LoginWrap .LoginBox table td input::placeholder {
    color: #ddd;
}
.LoginWrap .LoginBox table td input::-moz-placeholder {
    color: #ddd;
}
.LoginWrap .LoginBox table td input:-moz-placeholder {
    color: #ddd
}
.LoginWrap .LoginBox table td input::-webkit-input-placeholder {
    color: #ddd;
}
.LoginWrap .LoginBox table td input::-ms-input-placeholder {
    color: #ddd;
}
.LoginWrap .LoginBox table td input:-ms-input-placeholder {
    color: #ddd;
}
.LoginWrap .LoginBox table td .btn_login {
    height: 56px;
    border: none;
    background: #db4734;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 56px;
}
.LoginWrap .LoginBox table td input:focus {
    box-shadow: 2px 2px 5px #777;
    background: rgb(255, 255, 255, .9);
    color: #333
}
.LoginWrap .LoginBox table td input:focus::placeholder {
    color: #333
}
.LoginWrap .LoginBox table td label {
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    font-size: 14px;
    color: #222;
    display: inline-block;
    margin-right: 10px;
}
.LoginWrap .LoginBox table td label img {
    width: 55px;
    margin: 50px 5px;
}
.LoginWrap #ChangePw table td label {
    position: absolute;
    left: -9999px;
}

/* 비밀번호 변경 */

/* 검색결과 */
#search .result_txt {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #222;
}
#search .prd_list_section {
    margin-top: 60px;
}

/* 이용약관/개인정보처리방침 */
.policy .policy_box {
    height: 800px;
    padding: 30px;
    border: 1px solid #dfdfdf;
    background: #f8f8f8;
    line-height: 25px;
    overflow-y: scroll;
    font-size: 15px;
}
.comp .comp_box {
    height: 100%;
    background: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #222;
}
.comp .comp_box img {
    position: relative;
    width: 100%;
    vertical-align: top;
}
.comp .comp_box .vid-company_bg {
    width: 100%
}
.comp .comp_box p {
    float: right;
    font-size: 18px;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #222;
}
.agreementbox {
    margin: 10px auto 0;
}
.agreementbox th,
.agreementbox td {
    padding: 8px 10px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    font-size: 14px;
    font-weight: 500;
}
.agreementbox tr:first-child th,
.agreementbox tr:first-child td {
    border-top: 1px solid #666;
}
.agreementbox tr th:first-child,
.agreementbox tr td:first-child {
    border-left: 1px solid #666;
}
.agreementbox tr th {
    width: 20px;
    text-align: center;
}
.agreementbox.agreementbox02 tr th {
    width: 40px;
}

/*foot*/
#footer {
    background-color: #f2f2f2;
    width: 100%;
    border-top: 1px solid #eee;
}
.footerWrap {
    width: 50%;
    position: relative;
    margin: 0 auto;
    padding: 45px 1vw;
    font-size: 14px;
    overflow: hidden;
}
.footerWrap h2 {
    float: left;
}
.footerWrap .footCon {
    float: left;
    width: calc(100% - 237px);
    padding: 0 40px;
    line-height: 24px;
    box-sizing: border-box;
}
.footerWrap .footCon h2 {
    display: none;
}
.footerWrap .f_util ul {
    padding: 5px 3px 20px 1px;
    overflow: hidden;
}
.footerWrap .f_util ul li {
    float: left;
    padding-left: 13px;
    padding-bottom: 10px;
    display: inline-block;
}
.footerWrap .f_util ul>li>a {
    color: #919191;
    font-size: 12px;
    padding: 5px;
    line-height: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}
.footerWrap .f_util ul li:first-child {
    padding-left: 0;
}
.footerWrap .f_util ul li strong {
    padding-left: 2px;
    font-weight: 800;
}
.footerWrap address span {
    padding-right: 12px;
}
.footerWrap address span:last-child {
    padding-right: 0;
}
.footerWrap .copy {
    font-size: 11px;
    font-weight: 300;
    color: #999;
    line-height: 14px;
}
.footerWrap .btn_top {
    position: absolute;
    top: 55px;
    right: 5vw;
    display: block;
    width: 19px;
    height: 35px;
    margin-top: -17.5px;
    background: url('/images/common/btn/btn_top.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.footerWrap h2 img {
    max-width: 160px
}

/* 고객센터 게시판 */
.csCenter .btnArea {
    margin-top: 15px;
}
.csCenter .btnArea::after {
    content: "";
    display: block;
    clear: both;
}
.csCenter .btnArea .btn_cs_write {
    font-family: 'Montserrat', 'Nanum Gothic', '돋움', Dotum, Helvetica, AppleGothic, Sans-serif;
    color: #666;
    background: #db4734;
    border-radius: 4px;
    color: #fff;
    height: 30px;
    width: 80px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}
#facility .btnArea .btn_cs_write {
    font-family: 'Montserrat', 'Nanum Gothic', '돋움', Dotum, Helvetica, AppleGothic, Sans-serif;
    color: #666;
    background: #db4734;
    border-radius: 4px;
    color: #fff;
    height: 40px;
    width: 80px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}
#facility .btnArea .btn_cs_move {
    background: #555;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    color:#fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto;
}
.writeArea #writeTitle,
.writeArea #writeText,
.viewArea .viewTitle,
.viewArea .viewText {
    padding: 15px;
    box-sizing: border-box;
}
.writeArea #writeTitle,
.writeArea #writeText {
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #eee;
}
.writeArea #writeText textarea {
    resize: none;
}
.writeArea #writeTitle {
    border-top: 1px solid #000;
}
.writeArea #writeTitle input::placeholder,
.writeArea #writeText textarea::placeholder {
    color: #999
}
.writeArea #writeTitle input,
.writeArea #writeText textarea {
    border: None;
    width: 100%
}
.viewArea .viewTitle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: #111
}
.viewArea .viewText {
    height: auto;
    max-height: 1000px;
    overflow-y: scroll;
    border: 1px solid #eee;
    color: #111;
    line-height: 1.45rem;
}
.viewArea .viewText::-webkit-scrollbar {
    width: 5px;
    background-color: #eee;
}
.viewArea .viewText::-webkit-scrollbar-thumb {
    background-color: #999
}
.viewArea .viewInfo {
    font-size: 14px;
    text-align: right;
    padding: 20px 0 7px;
}
.viewArea .viewAnswer {
    padding: 20px;
    background: #fafafa;
}
#onp_qna {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
#onp_qna h4.ui-state-active {
    background: rgb(161, 99, 107);
    border-color: rgb(161, 99, 107)
}
s #onp_qna p {
    text-align: left;
}

/*============================================================*/

/*======================= PC 1750 px ~ =======================*/

/*============================================================*/
@media only screen and (max-width:1750px) {}

/*============================================================*/

/*======================= PC 1700 px ~ =======================*/

/*============================================================*/
@media only screen and (max-width:1700px) {
    /* 예약내역 - 상세보기 */
    
    .TableType01 .table-list .order_state {
        padding-right: 0;
    }
}

/*============================================================*/

/*======================= PC 1600 px ~ =======================*/

/*============================================================*/
@media only screen and (max-width:1600px) {
    /* 검색영역 */
    
    .prdSearchArea>select,
    .prdSearchArea>input,
    .prdSearchArea .dateWrap,
    .prdSearchArea .select_facility {
        margin-left: 0.5%;
    }
    
    .prdSearchArea select.category {
        width: 20%;
    }
    
    .prdSearchArea select.area {
        width: 21%;
    }
    
    .prdSearchArea select.num {
        width: 14%;
    }
    
    .prdSearchArea .dateWrap {
        width: 21%;
    }
    
    .prdSearchArea .select_facility {
        width: 62%;
        margin-left: 0;
        margin-top: 5px;
    }
    /* .prdSearchArea .btn_search,
    .prdSearchArea .btn_map {
        margin-top: 5px;
    }
     */
    
    .prdSearchArea .checkArea {
        top: 180px;
    }
    
    .prdSearchArea .checkArea dl dd label {
        width: 20%;
    }
    /* 제품 상세 */
    
    #shop.view .ReservationTable .res_detail {
        width: 100%;
    }
    
    #shop.view .ReservationTable .res_detail .calendar {
        float: none;
        width: 100%;
    }
    
    #shop.view .ReservationTable .res_detail .reser_form {
        float: none;
        width: 100%;
        padding-top: 30px;
    }
    
    #shop.view .ReservationTable .res_detail .calendar_table tbody td {
        line-height: 4vw;
    }
    
    #shop.view .ReservationTable .payment_info_box {
        width: 36.5%;
    }
    /* 장바구니 */
    
    #order .orderInfo {
        width: 65%;
    }
    
    #order .payment_info_box {
        width: 35%;
        padding-left: 20px;
    }
    
    .TableType01 .table-list .prdBox .prd_info {
        padding-left: 30px;
    }
    
    .TableType01 .table-list .prdBox .prd_info dl dt {
        width: 90px;
    }
    
    .TableType01 .table-list .prdBox .prd_info dl dd {
        width: calc(100% - 90px);
    }
    
    .TableType01 .table-list .prdWrap {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .TableType01 .table-list .priceWrap {
        display: block;
        width: 100%;
        padding-left: 28px;
        box-sizing: border-box;
    }
    
    .TableType01 .table-list .priceWrap .point {
        text-align: right;
    }
    
    .TableType01 .table-list .btn_delete01 {
        top: 20px;
    }
    /* 주문/결제 */
    
    .TableType02 tbody td input.mem_add1 {
        display: block;
        width: 415px;
        margin-top: 10px;
    }
    
    .TableType02 tbody td input.mem_add2 {
        width: 415px;
    }
    /* 예약내역 */
    
    .order_table_wrap .table_header ul li.col2,
    .order_table_wrap .table_header ul li.col3,
    .my_order_state .order_state_box .prdWrap .price,
    .my_order_state .order_state_box .prdWrap .period,
    .my_order_state .order_state_box .prdWrap .apply_state {
        display: none;
    }
    
    .my_order_state .order_state_box .prdWrap .prdBox .prd_info .point {
        display: block;
    }
    
    .order_table_wrap .table_header ul li.col4,
    .my_order_state .order_state_box .prdWrap .order_state {
        width: 140px;
        padding: 0;
    }
    /* 예약내역 - 상세보기 */
    
    #Member .TableType01 .table-list .prdBox {
        padding-right: 105px;
    }
    
    #Member .TableType01 .table-list .prdWrap {
        width: 100%;
    }
    
    #Member .TableType01 .table-list .priceWrap02 {
        width: 100%;
    }
    
    .TableType01 .table-list .order_state {
        position: absolute;
        top: 30px;
        right: 0;
        display: block;
        width: 130px;
        padding-top: 0;
    }
}

/*============================================================*/

/*======================= PC 1400 px ~ =======================*/

/*============================================================*/
@media only screen and (max-width:1400px) {
    /*header*/
    
    .headerWrap .UtilWrap {
        padding-top: 15px;
    }
    
    .headerWrap .UtilWrap .mem_profile {
        position: absolute;
        top: 0;
        right: 2.5vw;
        margin-right: 0;
    }
}

/*============================================================*/

/*======================= PC 1280 px ~ =======================*/

/*============================================================*/
@media only screen and (max-width:1280px) {
    /*header*/
    
    .headerWrap .UtilWrap {
        padding-top: 15px;
    }
    
    .headerWrap .UtilWrap .mem_profile {
        position: absolute;
        top: 0;
        right: 2.5vw;
        margin-right: 0;
    }
    
    #SNB ul li {
        float: left;
        width: 130px;
        height: 50px;
        background: #f8f8f8;
        border: 1px solid #f8f8f8;
        border-bottom: none;
        text-align: center;
        line-height: 50px;
        box-sizing: border-box;
    }
    /* 메인비주얼 */
    
    #mainVisual {
        float: none;
        width: 100%;
        height: auto;
    }
    
    #mainVisual li img {
        height: auto;
    }
    /*main contents*/
    
    .mainvisualCon .main_banner {
        width: 100%;
    }
    
    .mainvisualCon .main_banner ul {
        overflow: hidden;
    }
    
    .mainvisualCon .main_banner ul li {
        float: left;
        width: 50%;
    }
    
    .mainvisualCon .main_banner ul li img {
        height: 19.4vw;
    }
    
    .mainConWrap .slider_section .pc {
        display: none !important;
    }
    
    .mainConWrap .slider_section .tablet {
        display: block !important;
    }
    
    .mainConWrap #shop.thumb .swiper-button.swiper-button-prev {
        left: -40px;
    }
    
    .mainConWrap #shop.thumb .swiper-button.swiper-button-next {
        right: -40px;
    }
    /* 제품 리스트 갤러리형 */
    
    #shop.thumb ul {
        margin-top: -50px;
    }
    
    #shop.thumb li {
        width: 32%;
        margin-top: 50px;
    }
    
    #shop.thumb li:nth-child(4n) {
        margin-right: 2%;
    }
    
    #shop.thumb li:nth-child(3n) {
        margin-right: 0;
    }
    
    #shop.thumb li.swiper-slide:nth-child(4n),
    #shop.thumb li.swiper-slide:nth-child(3n) {
        margin-right: 2%;
    }
    /* pagearea */
    
    .PageArea a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    
    .PageArea a img {
        width: 100%;
    }
    /* 제품 상세 */
    
    #shop.view .ProductView .prdthumbArea {
        width: 50%;
    }
    
    #shop.view .ProductView .PrdInfo {
        float: right;
        width: 45%;
        padding: 30px 0 0 0;
    }
    
    #shop.view .ProductView .PrdInfo .prdDeatilTxt {
        padding-top: 20px;
    }
    
    #shop.view .ReservationTable .tbl_res>thead th.num {
        width: 18%;
    }
    
    #shop.view .ReservationTable .tbl_res>thead th.type {
        width: 25%;
    }
    
    #shop.view .ReservationTable .res_detail {
        width: 100%;
    }
    
    #shop.view .ReservationTable .res_detail .calendar_table tbody td {
        line-height: 5vw;
    }
    
    #shop.view .ReservationTable .payment_info_box {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    
    서브메뉴 */ #SNB ul li {
        width: 20%;
        font-size: 13px
    }
    /* 장바구니 */
    
    #order .orderInfo {
        width: 100%;
    }
    
    #order .payment_info_box {
        position: inherit;
        width: 100%;
        top: 0 !important;
        margin-top: 45px;
        padding-left: 0;
    }
    
    #order .payment_info_box .payment-btnarea {
        margin-top: 10px;
        overflow: hidden;
    }
    
    #order .payment_info_box .payment-btnarea a,
    #order .payment_info_box .payment-btnarea input {
        float: right;
        width: 49.5%;
        height: 60px;
        margin-top: 0;
        margin-left: 1%;
        font-size: 18px;
        line-height: 58px;
    }
    
    #order .payment_info_box .payment-btnarea .btn_grayLine {
        margin-left: 0;
    }
    /* 주문/결제 */
    
    #order .payment_info_box .payment-btnarea p {
        padding: 10px 0 20px;
    }
    /* 예약내역 */
    
    .my_order_state .order_state_box .prdWrap .prdBox .prd_info .c_date {
        display: inline-block;
    }
}

/* 멤버십 서비스 목록 */
#membership ul li {
    width: 94%;
    border: 1px solid #999;
    padding: 20px;
    overflow: hidden;
}
#membership .mbship_thumb {
    width: 260px;
    height: 172px;
    border: 1px solid red;
    float: left;
    overflow: hidden
}
#membership .mbship_thumb img {
    width: 100%;
}
#membership .mbship_txt {
    width: 55%;
    float: left;
    padding: 15px 30px
}
#membership .mbship_txt .mbship_name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}

/* 멤버십 페이지:20190620 */
.mbship_view .dt_tit {
    color: red
}
.mbship_view .dt_price {
    font-size: 30px
}
.mbship_view .dent_table {
    content: "";
    display: block;
    clear: both;
}
.dent_table table {
    display: inline-block;
    border-collapse: collapse;
    margin: 0 10px
}
.dent_table table td {
    border: 1px solid black;
    padding: 10px
}
.dent_table table th {
    border: 1px solid black;
    padding: 10px
}
.mbship_view .mbship_tit {
    font-size: 25px;
    margin: 25px 0 15px
}
.dent_table p {
    clear: both;
}
.txt_accent {
    font-size: 25px;
}
.mbship_anchor {
    display: block;
    background: #3B7CCA;
    width: 20px;
    width: 60%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    margin: 50px auto 0;
    font-weight: 600;
    color: white;
    transition: all 0.3s
}
.mbship_anchor:hover {
    background: #1D3E65
}
.mbship_view {
    text-align: center
}
.dent_sml_txt {
    font-size: 11px
}

/* 통이미지 페이지 */
.mbship_view .mobile_img {
    display: none
}

/* 자동차보험 */
#car_insure_table th {
    border: 1px solid black;
    padding: 5px;
    background: #f1f1f1
}
#car_insure_table td {
    border: 1px solid black;
    padding: 5px
}
#car_insure_table table {
    border-collapse: collapse;
    width: 70%;
}
#car_insure_table table td {
    font-weight: 300
}
#car_insurance_view li {
    font-weight: 300
}
#car_insurance_view p {
    font-weight: 300
}
#car_insurance_view .car_insur_tit {
    font-size: 18px;
    font-weight: 500;
    color: #B80C22;
    margin: 18px 0 7px
}
#car_insurance_view .txt_orange {
    color: #fb6300
}
#car_insurance_view {
    text-align: left
}
#car_insurance_view div {
    text-align: left
}

/* 신차구입 */
.newcar_form {
    width: 780px;
    margin: 0;
    border: 1px solid #DD3E5C;
    padding: 15px 0;
    margin-top: 15px;
    text-align: Center
}
.newcar_form tr {
    height: 50px
}
.newcar_form th {
    width: 200px
}
.newcar_form td {
    border: none
}
.newcar_form td input[type="text"] {
    width: 90%;
    height: 40px;
    padding: 0 10px
}
.newcar_form td input[type="radio"] {
    margin-left: 15px
}
.newcar_form button {
    padding: 12px 150px;
    display: inline;
    transition: all .2s
}
.newcar_form button:hover {
    background: #DD3E5C;
    color: #fff
}
#newcar_conts {
    text-align: left
}
#newcar_conts h4 {
    text-align: left
}
#newcar_conts p {
    text-align: left
}
#newcar_conts li {
    text-align: left
}
#newcar_conts p,
li {
    font-family: Montserrat, "Nanum Gothic", 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
    font-size: 15px;
    line-height: 20px
}
#newcar_conts h4 {
    font-size: 25px;
    color: #DD3E5C;
    margin: 30px 0 15px
}
#newcar_conts ol span {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c
}
#newcar_conts ul p {
    margin-left: 40px
}
.full-category-btn {
    margin: 10px 0;
    padding: 10px 25px;
    border: 1px solid #AAA;
    background: #fff;
}
hr {
    display: block;
    border: 1px solid #AAA;
}
.sub-category::after {
    clear: both;
    content: "";
    display: block;
}
.sub-category .sub {
    float: left;
    width: 16.667%;
}
.sub-category .sub>a {
    font-weight: 600;
    display: block;
    padding: 10px 0;
}
.sub-category .sub a:hover {
    text-decoration: underline;
    color: #db4734
}
.sub-category .sub ul li>a {
    display: block;
    padding: 5px 0;
}
.frame.crazy {
    overflow: hidden;
    padding: 0 3%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 53px;
    z-index: 90;
    min-width: 100%;
    border-bottom: 1px solid #dfdfdf;
}
.frame.crazy ul {
    overflow: hidden;
    min-width: 100%;
    text-align: center;
}
.frame.crazy ul li {
    float: left;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 5% 0 4% 0;
    margin-right: 20px;
}
.frame.crazy ul li a {
    display: block;
    font-size: 3.6vw;
}
.frame.crazy ul li a img {
    vertical-align: top;
}
.frame.crazy ul li.active {
    border-bottom: 3px solid #0387db;
}
.frame.crazy ul li.active a {
    color: #0387db;
    font-weight: 600;
}
.gnb-category {
    margin: 0 auto;
}
.gnb-category::after {
    clear: both;
    content: "";
    display: block;
    margin: 0 auto;
}
.gnb-category .sub {
    margin: 0 auto;
    float: left;
    margin-right: 30px;
    height: 40px;
}

/*
.active{
    display: block;
    color: #fd3617;
    border-bottom: 4px solid #db4734;    
}*/
.gnb-category ul {
    overflow: hidden;
    min-width: 100%;
    text-align: center;
}
.gnb-category ul li {
    float: left;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 5% 0 4% 0;
    margin-right: 20px;
}
.gnb-category .sub>a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
}
.gnb-category .sub a:hover {
    border-bottom: 4px solid #db4734;
    color: #fd3617;
}
.gnb-category .sub ul li>a {
    display: block;
    padding: 5px 0;
}
.full-category {
    position: absolute;
    top: 40px;
    display: none;
    width: 90%;
    border: 1px solid #AAA;
    background: #FFF;
    min-height: 350px;
    transition: .3s ease;
}
.full-category.on {
    display: block;
}
.full-category>ul {
    float: left;
    width: 15.667%;
    padding: 10px;
}
.full-category>ul>li>a {
    font-weight: 600;
    display: block;
    padding: 10px 0;
}
.full-category li a:hover {
    text-decoration: underline;
}
.full-category li ul li>a {
    display: block;
    padding: 5px 0;
}
.nodata:hover {
    transform: none;
}
.sub-cate {
    display: flex;
    /* margin-left: 15px;*/
    
    padding-top: 10px;
}
.sub-cate>.sub>a {
    padding: 2px;
    margin-right: 4px
}
.container {
    width: 100%;
}
.tab-content {
    display: none;
    background: #fff;
    padding: 5px 1px;
}
.tab-content.current {
    display: inherit;
}
ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}
ul.tabs p {
    margin-top: 5px;
    text-align: center;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #222;
}
ul.tabs li {
    /*width: 10%;*/
    
    background: none;
    color: #48a2ff;
    display: inline-block;
    padding: 15px 7px;
    cursor: pointer;
}
ul.tabs .circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #ddeaff;
    border: 3px solid #ddeaff;
}
ul.tabs li:hover .circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #ddeaff;
    border: 3px solid #fbac2d;
}
ul.tabs .circle img {
    width: 40%;
    display: inline-block;
    padding: 17px 20px;
    cursor: pointer;
}
ul.tabs li.current {
    color: #222;
}
ul.tabs li.current p {
    text-align: center;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
    color: #48a2ff;
}

/* 리스트 갯수 */
.TitleArea {
    /*display: flex;*/
    
    margin-bottom: 10px;
}
.TitleArea>select {
    position: absolute;
    right: 0;
    height: 100%;
}
@media only screen and (max-width: 520px) {
    .TitleArea {
        display: block;
    }
    
    .TitleArea>select {
        margin: 15px 0px 15px 0px;
        width: 100%;
        height: 30px;
    }
}

/* 리스트 갯수 끝 */
.shopTable .res_detail .product table {
    width: 100%;
}
.shopTable .res_detail .product table th {
    width: 104px;
    padding-top: 10px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}
.shopTable .res_detail .product table td {
    padding-top: 10px;
    vertical-align: middle;
}
.shopTable .res_detail .product table tr:first-child th,
.shopTable .res_detail .product table tr:first-child td {
    padding-top: 0;
}
.shopTable .res_detail .product table td input.text,
.shopTable .res_detail .product table td select {
    width: 100%;
}
.shopTable .res_detail .product table td input::placeholder {
    color: #999;
}
.shopTable .res_detail .product table td input::-moz-placeholder {
    color: #999;
}
.shopTable .res_detail .product table td input:-moz-placeholder {
    color: #999;
}
.shopTable .res_detail .product table td input::-webkit-input-placeholder {
    color: #999;
}
.shopTable .res_detail .product table td input::-ms-input-placeholder {
    color: #999;
}
.shopTable .res_detail .product table td input:-ms-input-placeholder {
    color: #999;
}
.shopTable .res_detail .product table td select {
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yanoljaSearchArea {
    width: 100%;
    margin-bottom: 30px;
    background: white
}
.yanoljaSearchArea h2 {
    margin-bottom: 5%
}
.yanoljaSearchArea h2 img {
    width: 30%
}
.yanoljaSearchArea select {
    width: 100%
}
.areaSelect {
    background: white;
    margin: 1% 0;
    border: 1px solid #ccc
}
.areaSelect::after {
    display: block;
    content: "";
    clear: both
}
.areaSelect .bigArea::after {
    display: block;
    clear: both;
    content: "";
}
.areaSelect .smallArea::after {
    display: block;
    content: "";
    clear: both
}
.areaSelect .bigArea {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
.areaSelect .bigArea li:nth-child(odd) .smallArea {}
.areaSelect .bigArea li:nth-child(even) .smallArea {
    margin-left: -100%
}
.areaSelect .bigArea>li {
    border-bottom: 1px solid #ccc;
    width: 50%;
    box-sizing: border-box;
    font-size: 0.9em;
    text-indent: 10%;
}
.areaSelect .bigArea>li:last-child {
    border-bottom: none
}
.areaSelect .bigArea>li:nth-last-child(2) {
    border-bottom: none
}
.areaSelect .bigArea li a {
    font-weight: 400;
    line-height: 38px;
    width: 100%
}
.areaSelect .bigArea>li a.bold {
    font-weight: 600
}
.areaSelect .smallArea {
    clear: both;
    width: 200%;
    margin-top: 1px;
    flex-wrap: wrap;
    display: flex;
    border-top: 1px solid #ddd
}
.areaSelect .smallArea li {
    width: 50%
}
.areaSelect .smallArea li a {
    font-weight: 400;
    width: 100%;
    display: inline-block
}
.areaSelect .smallArea li a {
    background: #F7F9F9;
    padding: 0 9%;
    box-sizing: border-box;
    font-size: 0.83em;
    margin-left: -10%;
}
#yanolja_srchWrap .dateWrap {
    position: relative;
    margin: 1% 0;
    cursor: pointer
}
#yanolja_srchWrap .dateWrap img {
    position: absolute;
    width: 23px;
    top: 20%;
    right: 3%;
}
#yanolja_srchWrap .dateWrap input {
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
#yanolja_srchWrap .btn_search {
    background: #FF3478;
    line-height: 50px;
    height: 50px;
    width: 25%;
    margin-top: 2%
}
.result_sort {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    margin-bottom: 2%;
}
.result_sort .resultNO {
    font-weight: 600;
}
.result_sort select {
    float: right
}
.tab_cjmoving {
    width: 100%;
    border: 1px solid black;
    margin-bottom: 30px
}
.tab_cjmoving li {
    width: 49%;
    overflow: hidden;
    display: inline-block;
    font-size: 1.1em;
    line-height: 2.2em;
    height: 2.2em;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.tab_cjmoving li:first-child {
    border-right: 1px solid black
}
.tab_cjmoving li:hover {
    color: #1476CD;
    font-weight: bold
}
.tab_cjmoving li.active {
    color: #1476CD;
    font-weight: bold
}
.tab_content h3 {
    margin-bottom: 20px
}
.tab_councel li {
    width: 24.5%;
    display: inline-block
}
#gaonmall .TitleArea {
    width: 100%;
    height: 250px;
    background: url('/images/shopping/gaon_bg.jpg') center 54%;
    background-size: cover;
    text-align: center;
    padding: 20px;
    box-sizing: border-box
}
.shopping_web .TitleArea h3 {
    font-size: 2em;
    float: none;
    color: white
}
.shopping_web .TitleArea p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.03em;
    color: white
}
.shop_txt {
    text-align: left;
    padding-left: 3%
}
.shop_txt h4 {
    font-size: 1.7em;
    margin: 45px 0 15px;
    padding-bottom: 6px;
    font-weight: 500;
    text-indent: 20px;
}
#gaonmall .shop_txt h4 {
    color: #E4718A;
    border-bottom: 1px solid #e4718a;
}
#gifticon .shop_txt h4 {
    color: #8C5421;
    border-bottom: 1px solid #8C5421
}
.shop_txt li {
    font-size: 1.1em;
    line-height: 1.9em;
}
.shop_txt ul li:before {
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 8px;
    background: url("/images/common/icon/li_check.png") center;
    background-size: contain;
}
#gaonmall .shop_txt li span {
    font-weight: 600;
    padding-right: 15px;
    color: #AB5568
}
#gifticon .shop_txt li span {
    font-weight: 600;
    padding-right: 15px;
    color: #8C5421
}
.shopping_web {
    padding: 4%
}
.shopping_web .shop_title {
    display: block;
}
#gaonmall .shop_title {
    text-align: left;
    color: white
}
#gifticon .TitleArea {
    width: 100%;
    height: 250px;
    background: url('/images/shopping/gifticon_bg.jpg') center 54%;
    background-size: cover;
    text-align: right;
    padding: 20px;
    box-sizing: border-box
}
#gifticon .shop_txt p {
    font-weight: 600;
    background: #8C5421;
    margin: 10px 0;
    color: white;
    padding: 8px
}
#btn_zipcode {
    display: inline-block;
    font-size: 14px;
    padding: 9px;
    margin-left: 2%
}
.order_period {
    padding: 3% 0
}
.order_period input {
    height: 32px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0 10px
}
.order_period span {
    font-weight: bold;
    margin-right: 3%
}
.order_period button {
    display: inline-block;
    height: 36px;
    padding: 0 16px;
    background-color: #fbac2d;
    color: white;
    font-weight: 500
}
.point_status .btn_coupon {
    font-size: 13px;
    padding: 3px 9px;
    background: white;
    color: #2e8de5;
    margin: 0 auto;
    border: 1px solid #2e8de5;
    height: 25px;
    line-height: 15px;
    font-family: Montserrat, "Nanum Gothic", 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
}
#carehealth_tit {
    background-image: url("http://hyundai.julgigo.com//images/lifestyle/care_bg.jpg");
    color: white;
    background-size: cover;
    width: 100%;
    padding: 60px 20px;
    margin-bottom: 5%;
    box-sizing: border-box;
    font-size: 1.1em;
    line-height: 1.5em
}
#carehealth_tit p {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 4%
}
#flight_frame iframe {
    width: 1500px;
    height: 900px
}
#shop.view .ProductView .PrdInfo .title_btns {
    display: flex;
    justify-content: flex-end;
}
#shop.view .ProductView .PrdInfo .title_btns div {
    margin-left: 5px
}
#shop.view .ProductView .PrdInfo .fprint-count label {
    display: block;
}
#shop.view .ProductView .PrdInfo .fprint-count label input {
    display: none;
}
#shop.view .ProductView .PrdInfo .fprint-count label input+i {
    display: block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background: url("/images/common/heart_off.png") no-repeat left top;
    background-size: contain;
    margin-right: 5px;
}
#shop.view .ProductView .PrdInfo .fprint-count label input:checked+i {
    background: url("/images/common/heart_on.png") no-repeat left top;
    background-size: contain;
}
#shop.view .ProductView .PrdInfo .fprint-share {
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background: url("/images/common/i_share.png") no-repeat left top;
    background-size: contain;
    margin-right: 5px;
    cursor: pointer;
}
#shop.view .ProductView .PrdInfo .fprint-share img {
    max-width: 100%
}
.recruit .recruit_tab ul {
    display: flex;
    justify-content: space-between;
}
.recruit .recruit_tab ul li {
    font-weight: 500;
    font-size: 15px;
    width: 30%;
    border: 1px solid #686868;
    text-align: center;
    border-radius: 18px;
    line-height: 36px;
    cursor: pointer;
}
.recruit .recruit_tab ul li.checked {
    background-color: #686868;
    color: #fff;
}
.recruit div {
    text-align: center;
    margin: 50px auto;
}
.recruit .recruit_table table {
    border-collapse: collapse;
}
.recruit .recruit_table table td,
.recruit .recruit_table table th {
    font-size: 14px;
    border: 1px solid #333;
    padding: 8px;
}
.recruit .recruit_table table th {
    background: #4c4c4c;
    color: #fff
}
.recruit_3 {
    font-size: 20px;
    font-weight: 600;
    color: #db4734;
    font-family: 'GmarketSansMedium', NotoSans, Noto Sans CJK KR, sans-serif, 'Helvetica', Helvetica, AppleGothic, Sans-serif;
}
.recruit h5 {
    text-align: center;
    font-size: 22px;
}
.recruit h5 img {
    width: 120px;
    vertical-align: middle;
}
.recruit .recruit_2 {
    font-size: 17px;
    font-weight: 600
}
.recruit .recruit_2 strong {
    font-weight: 800;
    font-size: 19px
}
.recruit h4 {
    text-align: center;
    font-size: 32px;
}
.recruit .TableType02_wrap {
    width: 100%;
    box-sizing: border-box;
}
.recruit .TableType02_wrap th,
.recruit .TableType02_wrap td {
    font-weight: 400;
    text-align: left;
}
.recruit .TableType02_wrap th {
    min-width: 120px
}
.recruit .TableType02_wrap td div {
    text-align: left;
    margin: 0;
}
.recruit .TableType02_wrap td .address input {
    margin-bottom: 5px
}
.recruit .TableType02_wrap .recruit_selct input {
    width: 25%;
}
.recruit .TableType02_wrap .btn_search5 {
    width: fit-content
}
.recruit .TableType02_wrap #sample2_postcode {
    width: 25%;
}
.recruit .TableType02_wrap td>input {
    width: 100%
}
.recruit .TableType02_wrap td>textarea {
    width: 100%;
    heighT: 300px;
}
.LoginModal .LoginBox {
    z-index: 99;
    background-color: #fff;
}
.LoginModal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 97;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul>li.star {
    display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 1.6em;
    /* Change the size of the stars */
    
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}
.rating-stars {
    display: flex;
    justify-content: space-between;
}

/*view 내 리뷰 영역*/
.overall_star {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.overall_star .review_score {
    font-size: 25px;
    margin-left: 10px;
}
.review_list .rev_li_item {
    border-bottom: 1px solid #eee;
    padding: 20px 0
}
.review_list .rev_title {
    font-size: 18px;
    font-weight: 600;
}
.review_list .rev_name {
    font-size: 12px;
    float: right
}
.review_list .rev_room {
    font-size: 13px;
    background: #f0f0f0;
    padding: 5px 15px;
    border-radius: 6px;
    margin: 10px 0
}
.review_list .rev_cont {
    font-size: 14px;
    line-height: 1.2rem;
}
.rev_imgArea {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.rev_imgArea img {
    max-width: 32%;
    max-height: 150px;
}
.review_list .rev_li_item #stars li i {
    font-size: 1em;
}
.review_list .rev_li_item .rating-stars {
    margin-top: 10px;
}
.rev_title .rev_date {
    float: right;
    font-size: 14px;
    font-weight: 400;
}
#shop.thumb .partner_List {
    margin-top: 0
}
#shop.thumb .partner_List li {
    width: 23.5%;
    margin-bottom: 10px;
    margin-top: 0
}
#shop.thumb .partner_List li .prd_thumb {
    height: 9vw
}
#shop.thumb .partner_List li .prd_thumb img {
    width: 100%;
    object-fit: cover;
}
.partner_List li .prd_txt {
    font-size: 0.8em
}