@charset "UTF-8";

@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src: local("Pretendard Black"), url("../webfont/Pretendard-Black.woff2") format("woff2"), url("../webfont/Pretendard-Black.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard ExtraBold"), url("../webfont/Pretendard-ExtraBold.woff2") format("woff2"), url("../webfont/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard Bold"), url("../webfont/Pretendard-Bold.woff2") format("woff2"), url("../webfont/Pretendard-Bold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"), url("../webfont/Pretendard-SemiBold.woff2") format("woff2"), url("../webfont/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Medium"), url("../webfont/Pretendard-Medium.woff2") format("woff2"), url("../webfont/Pretendard-Medium.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard Regular"), url("../webfont/Pretendard-Regular.woff2") format("woff2"), url("../webfont/Pretendard-Regular.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Light"), url("../webfont/Pretendard-Light.woff2") format("woff2"), url("../webfont/Pretendard-Light.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src: local("Pretendard ExtraLight"), url("../webfont/Pretendard-ExtraLight.woff2") format("woff2"), url("../webfont/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Thin"), url("../webfont/Pretendard-Thin.woff2") format("woff2"), url("../webfont/Pretendard-Thin.woff") format("woff");
}

/*! reset */
* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    word-break: break-all;
    box-sizing: border-box;
}

html {
    font-size: 10rem;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    font-weight: 400;
    font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", arial, verdana, sans-serif;
    word-break: keep-all;
    word-wrap: break-word;
    letter-spacing: 0;
}

@media (max-width: 374px) {
    html {
        font-size: calc(10px + 6 * (100vw - 375px) / 375);
    }
}

@media (min-width: 375px) and (max-width: 500px) {
    html {
        font-size: calc(10px + 20 * (100vw - 375px) / 500);
    }
}

@media (min-width: 501px) or (orientation: landscape) {
    html {
        font-size: 10px;
    }
}

body {
    background-color: #ffffff;
    color: #666;
    line-height: 1.5;
}
/*
img {
    border: 0;
    border-style: none;
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
*/
button {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

button,
input,
select,
optgroup,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0;
}

legend {
    color: #000;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

caption,
hr,
legend {
    width: 0px;
    height: 0px;
    font-size: 1px;
    text-indent: -9999em;
    line-height: 0;
}

/*
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Text-level semantics
  ========================================================================== */
/*
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/*
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Forms
  ========================================================================== */
/*
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/*
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/*
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/*
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/*
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/*
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/*
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
  ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/* Misc
  ========================================================================== */
/*
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/*
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* CSS Document */
em {
    font: inherit;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

p,
form {
    margin: 0;
    padding: 0;
}

ul,
dl {
    margin: 0;
    list-style: none;
    padding: 0;
}

dl dt {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    list-style: none;
    padding: 0;
}

ol li {
    margin: 0;
    list-style: none;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hidden {
    display: none;
}

strong {
    font-weight: normal;
}

pre {
    font-family: "Pretendard";
    word-break: break-all;
}

table th {
    font-weight: 400;
}

fieldset {
    border: none;
}

fieldset legend {
    display: none;
}

table caption {
    display: none;
}

hr {
    display: none;
}

a {
    color: #222;
    text-decoration: none;
}

button {
    border: 0;
    background: none;
    font-family: "Pretendard";
    cursor: pointer;
    padding: 0;
}

button span {
    position: relative;
}
/*
select {
    display: inline-block;
    border: 1px solid #d6d6d6;
    color: #767676;
    font-family: "Pretendard";
    font-size: 1.2rem;
    vertical-align: middle;
    cursor: pointer;
}

option {
    display: block !important;
    cursor: pointer;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.2rem;
    -webkit-shadow: none;
    border: 1px solid #bbb;
    color: #2b2b2b;
    width: 100%;
    padding: 10rem;
    font-family: "Pretendard";
    box-sizing: border-box;
}

input[type=text],
input[type=password] {
    border: solid 1px #d6d6d6;
    padding: 5rem 10rem;
    vertical-align: middle;
    font-family: "Pretendard";
    color: #2b2b2b;
    font-size: 16rem;
    -webkit-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=radio] {
    vertical-align: middle;
}

input[type=check] {
    vertical-align: middle;
}

input[type=file] {
    vertical-align: middle;
    width: 300rem;
    border: 1px solid #d4d4d4;
}

input[type=date] {
    font-family: "Pretendard";
}

input[type=text]::-ms-clear {
    display: none;
}

button[type=submit] {
    box-sizing: content-box;
    cursor: pointer;
}

input[type=submit] {
    font-family: "Pretendard";
    cursor: pointer;
    box-sizing: content-box;
}
*/
.skip_menu,
.hide {
    display: none;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.border_none {
    border: none !important;
    background-image: none;
}

ul li.border_none {
    border: none;
    background-image: none;
}

td.align_left {
    text-align: left;
    padding-left: 10rem !important;
}

.alignl {
    text-align: left !important;
}

.touchDis {
    touch-action: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.touchDis2 {
    touch-action: none;
    overflow: hidden;
    position: relative;
}

.hdtext {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    color: transparent;
    position: absolute;
    top: 0;
    left: -999999999rem;
}

:root {
    --calendar-highlight-sub: #FFF1F1;
    --fontSize-small: bn_rem(12);
    --fontSize-medium: bn_rem(14);
    --fontSize-large: bn_rem(16);
    --font-color-main: #333;
    --font-color-gray6: #666;
    --font-color-gray9: #999;
    --fontWeight-bold: 700;
    --fontWeight-semiBold: 600;
    --fontWeight-medium: 500;
    --color-black: #333;
    --color-sky: #01C5FD;
    --color-main: #FF555F;
    --color-pink: #EE68E1;
    --color-sub-blue: #4EAAFF;
}

/* respon item */
.pc_item {
    display: none !important;
}

.pc_initem {
    display: none !important;
}

.mb_item {
    display: block !important;
}

.mb_initem {
    display: inline-block !important;
}

/* margin */
.res_ml0 {
    margin-left: 0 !important;
}

.res_ml10 {
    margin-left: 1rem !important;
}

.res_ml20 {
    margin-left: 2rem !important;
}

.res_mt0 {
    margin-top: 0 !important;
}

.res_mt10 {
    margin-top: 1rem !important;
}

.res_mt15 {
    margin-top: 1.5rem !important;
}

.res_mt20 {
    margin-top: 2rem !important;
}

.res_mt24 {
    margin-top: 2.4rem !important;
}

.res_mt30 {
    margin-top: 3rem !important;
}

.res_mt40 {
    margin-top: 4rem !important;
}

.res_mt50 {
    margin-top: 5rem !important;
}

.res_mt80 {
    margin-top: 8rem !important;
}

.res_mb0 {
    margin-bottom: 0 !important;
}

.res_mb10 {
    margin-bottom: 1rem !important;
}

.res_mb16 {
    margin-bottom: 1.6rem !important;
}

.res_mb20 {
    margin-bottom: 2rem !important;
}

.res_mb24 {
    margin-bottom: 2.4rem !important;
}

.res_mb30 {
    margin-bottom: 3rem !important;
}

.res_mb36 {
    margin-bottom: 3.6rem !important;
}

.res_mb40 {
    margin-bottom: 4rem !important;
}

.res_mb50 {
    margin-bottom: 5rem !important;
}

.res_mb60 {
    margin-bottom: 6rem !important;
}

/* padding */
.res_p0 {
    padding: 0 !important;
}

.res_pt0 {
    padding-top: 0 !important;
}

.res_pt6 {
    padding-top: 0.6rem !important;
}

.res_pt10 {
    padding-top: 1rem !important;
}

.res_pt16 {
    padding-top: 1.6rem !important;
}

.res_pt20 {
    padding-top: 2rem !important;
}

.res_pt24 {
    padding-top: 2.4rem !important;
}

.res_pt30 {
    padding-top: 3rem !important;
}

.res_pt40 {
    padding-top: 4rem !important;
}

.res_pt50 {
    padding-top: 5rem !important;
}

.res_pb0 {
    padding-bottom: 0 !important;
}

.res_pb10 {
    padding-bottom: 1rem !important;
}

.res_pb16 {
    padding-bottom: 1.6rem !important;
}

.res_pb20 {
    padding-bottom: 2rem !important;
}

.res_pb24 {
    padding-bottom: 2.4rem !important;
}

.res_pb30 {
    padding-bottom: 3rem !important;
}

.res_pb40 {
    padding-bottom: 4rem !important;
}

.res_pb50 {
    padding-bottom: 5rem !important;
}

.res_pl0 {
    padding-left: 0 !important;
}

.res_pl10 {
    padding-left: 1rem !important;
}

.res_pl20 {
    padding-left: 2rem !important;
}

.res_pl30 {
    padding-left: 3rem !important;
}

.res_pl40 {
    padding-left: 4rem !important;
}

.res_pl50 {
    padding-left: 5rem !important;
}

.res_pr20 {
    padding-right: 2rem !important;
}

/* guide */
.guide_body {
    background: #f5f5f5;
}

.guide_page {
    padding: 3rem;
    font-size: 1.6rem;
}

.guide_big_title {
    font-weight: 600;
    margin-bottom: 3rem;
    color: #222;
}

.guide_item {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.guide_item:last-of-type {
    margin-bottom: 0;
}

.guide_item_title {
    font-size: 1.8rem;
    font-weight: 600;
}

.guide_item_content {
    margin-top: 1.5rem;
}

.component_group {
    margin-bottom: 3rem;
}

/* text */
.text_cloudy {
    color: #999999 !important;
}

.text_cloudy * {
    color: #999999 !important;
}

.text_cloudy.dot_guide_list>li:before {
    background: #999 !important;
}

.text_cloudy.dot_guide_list.type02 {
    background: #F4F4F4;
    border-radius: 0.8rem;
    padding: 2rem;
    text-align: left;
    margin-top: 3.2rem;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
}

.emp_color_sky {
    color: #1A85DF !important;
}

.emp_color_sky * {
    color: #1A85DF !important;
}

.emp_color_red {
    color: #FF555F !important;
}

.emp_color_red * {
    color: #FF555F !important;
}

.emp_color_purple {
    color: var(--color-main) !important;
}

.emp_color_purple * {
    color: var(--color-main) !important;
}

.emp_bold {
    font-weight: 700 !important;
}

.emp_bold * {
    font-weight: 700 !important;
}

.linebox {
    border-top: 0.8rem solid #F6F6F6;
    padding: 0rem 2rem 0rem 2rem;
    margin: 4rem -2rem 0;
}

.linebox.type1 {
    margin-bottom: 4rem;
}

.indent_guide_bullet {
    flex: 0;
    white-space: nowrap;
    margin-right: 0.3rem;
}

.fs12 {
    font-size: 1.2rem !important;
}

.fs12 * {
    font-size: 1.2rem !important;
}

.fs14 {
    font-size: 1.4rem !important;
}

.fs14 * {
    font-size: 1.4rem !important;
}

.border_B {
    border-bottom: 0.1rem solid #E9E9E9;
}

/* loading */
.loader {
    border: 0.2rem solid #fff;
    display: block;
    border-radius: 50%;
    border-top: 0.2rem solid #1A85DF !important;
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    /* Safari */
    animation: spin 1.1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 공통 alert confirm */
.btn_guide {
    display: inline-block;
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
    border: 0.1rem solid #ddd;
}

.design_popup_wrap,
.design_modal_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    min-width: 28rem;
    overflow: hidden;
    display: none;
}

.design_popup_wrap.active,
.design_modal_wrap.active {
    display: block;
}

.design_popup_wrap.active.motion .bg_design_modal,
.design_modal_wrap.active.motion .bg_design_modal {
    background: rgba(0, 0, 0, 0.65);
}

.design_popup_wrap.active.motion .design_modal,
.design_modal_wrap.active.motion .design_modal {
    transform: translateY(0);
    opacity: 1;
}

.design_modal_wrap {
    z-index: 10000000;
}

.design_modal_wrap.active {
    display: block;
}

.design_modal_wrap.active.motion .bg_design_modal {
    background: rgba(0, 0, 0, 0.65);
}

.design_modal_wrap.active.motion .design_modal {
    transform: translateY(0);
    opacity: 1;
    border-radius: 2rem;
    max-width: 90%;
}

.btn_dmsm_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #333;
    padding: 0 2rem;
    margin-bottom: 2.4rem;
}

.btn_dmsm_wrap a {
    display: inline-flex;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    background: var(--color-main);
    height: 4.8rem;
    border: 1px solid #e5e5e5;
    padding: 1.6rem 1rem;
    border-radius: 0.8rem;
    justify-content: center;
    align-items: center;
}

.btn_dmsm_wrap a:first-of-type {
    margin-right: 1.5rem;
}

.btn_dmsm_wrap a.btn_dmsmcancel {
    color: #333;
    background: #fff;
}

.bg_design_modal,
.bg_design_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    transition: 0.5s;
}

.design_modal_w {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.design_modal {
    background: #fff;
    position: relative;
    overflow: hidden;
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0;
    min-width: 30rem;
}

.design_modal_tit {
    padding: 2.5rem 2rem 0 2rem;
    display: block;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
}

.design_modal_subtit {
    font-weight: 500;
    font-size: 1.4rem;
    color: #666;
}

.design_modal_subtit em {
    color: #FF3B6D;
}

.design_modal_cont_w {
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    min-height: 3.6rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
}

.design_modal_cont_w .list_group {
    margin-top: 0;
}

.design_modal_cont_w .list_group .list_item {
    font-size: 1.2rem;
}

.design_modal_cont_w .list_group .list_item+.list_item {
    margin-top: 0.2rem;
}

.design_modal_cont_w .design_modal_text {
    text-align: center;
    color: #333;
}

/* 공통 popup */
#samplePopup .flow_boxtab_wrap::before {
    content: none;
}

.popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 28rem;
    overflow: hidden;
    flex-wrap: wrap;
}

.popup_wrap.active {
    display: flex;
    align-items: center;
    /* S : 231127 : dim > display:block 추가 */
    /* E : 231127 : dim > display:block 추가 */
}

.popup_wrap.active.motion .popup_item {
    opacity: 1;
    transform: translateY(0);
}

.popup_wrap.active.motion .bg_dim {
    opacity: 0.6;
    display: block;
}

.popup_wrap.active.motion .botpos_vlayer {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0.125rem 0.125rem 0.875rem 0.125rem rgba(64, 64, 64, 0.3);
}

.popup_wrap.type2 {
    align-items: flex-end;
    overflow: hidden;
}

.popup_wrap.type2 .popup_item {
    background-color: transparent;
}

.popup_wrap.type3 .box_block_title_row {
    margin-top: 3.4rem;
}

.popup_wrap.type3 .box_block_title_row:first-child {
    margin-top: 0;
}

.popup_wrap.type3 .box_block_title {
    font-size: 1.6rem;
}

.popup_wrap.type3 .tab_group .tab_item {
    margin: 0 0.8rem 0.8rem 0;
}

.popup_wrap.teleport {
    position: absolute;
    width: 0;
    height: auto;
    padding: 0;
    top: auto;
    left: auto;
    overflow: visible;
    display: none;
}

.popup_wrap.teleport.active {
    display: block;
    /* S : 231127 : dim 필요없는 팝업을 위한 display : none; */
    /* E : 231127 : dim 필요없는 팝업을 위한 display : none; */
}

.popup_wrap.teleport.active .bg_dim {
    display: none;
}

.popup_wrap.teleport .popup_item {
    transition: none;
    left: 0;
    position: relative !important;
}

@media (max-width: 1180px) {
    .popup_wrap.teleport {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
        display: none;
        align-items: center;
        justify-content: center;
        min-width: 28rem;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .popup_wrap.teleport.active {
        display: flex;
        align-items: center;
    }

    .popup_wrap.teleport.active.motion .popup_item {
        opacity: 1;
        transform: translateY(0);
    }

    .popup_wrap.teleport.active.motion .bg_dim {
        opacity: 0.6;
    }

    .popup_wrap.teleport.active.motion .botpos_vlayer {
        opacity: 1;
        transform: translateY(0);
        box-shadow: 0.125rem 0.125rem 0.875rem 0.125rem rgba(64, 64, 64, 0.3);
    }

    .popup_wrap.teleport.type2 {
        align-items: flex-end;
        overflow: hidden;
    }

    .popup_wrap.teleport.type2 .popup_item {
        background-color: transparent;
    }

    .popup_wrap.teleport.type3 .box_block_title_row {
        margin-top: 3.4rem;
    }

    .popup_wrap.teleport.type3 .box_block_title_row:first-child {
        margin-top: 0;
    }

    .popup_wrap.teleport.type3 .box_block_title {
        font-size: 1.6rem;
    }

    .popup_wrap.teleport.type3 .tab_group .tab_item {
        margin: 0 0.8rem 0.8rem 0;
    }

    .popup_wrap.teleport .popup_item .full_type {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        height: 100%;
        transition: 0.4s;
    }
}

.popup_item {
    box-sizing: border-box;
    z-index: 20;
    max-width: 60rem;
    margin: 3rem auto;
    max-height: calc(100% - 6rem);
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0rem 0.4rem 1rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
    transform: translateY(20%);
}

.popup_item.no_transition {
    transition: 0s;
    opacity: 1;
    transform: none;
}

.popup_item.notice_type {
    margin: 0;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.popup_item.full_type,
.popup_item.size_type2,
.popup_item.size_type3 {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    height: 100%;
}

.popup_item.left_type .popup_titlelow {
    text-align: left;
}

.popup_item.left_type .btn_popup_close {
    left: unset;
    right: 0rem;
}

.popup_item.right_type .title_else_layer {
    justify-content: end;
    right: 2rem;
}

.popup_item .caution_msg {
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: 1rem;
    display: block;
    max-width: 62rem;
}

.layer_wrap_parent.has_active_multi .bg_dim {
    visibility: hidden;
}

.layer_wrap_parent.has_active_multi .popup_wrap.active.active_first .bg_dim {
    visibility: visible;
}

.bg_dim {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background: #000;
    opacity: 0;
    transition: 0.5s;
}

.bg_dim.no_transition {
    transition: 0s;
    opacity: 0.7;
    transform: none;
}

.popup_titlelow {
    min-height: 6.4rem;
    text-align: center;
    flex: 0;
    padding: 0 2rem 0;
    position: relative;
}

.popup_titlelow .middle_icon {
    width: 1.8rem;
    height: 1.8rem;
}

.popup_titlelow .middle_icon.icon_back2 {
    background-position: left center;
}

.popup_title {
    min-height: 6.4rem;
    font-size: 1.8rem;
    color: #2b2b2b;
    padding: 0.5rem 0;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
}

.popup_title .form_input_item .form_input {
    height: 3.7rem;
}

.popup_contentlow {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    flex: 1;
    font-size: 1.2rem;
    color: #222;
}

.popup_contentlow.res_mt {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.popup_contentlow.flex_type {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_contentlow.flex_type .pcont_inwrap {
    width: 100%;
    text-align: center;
    padding: 7rem 0;
}

.pcont_inwrap {
    padding: 3rem 2rem 6rem;
}

.pcont_inwrap.type2 {
    padding: 0;
}

.pcont_inwrap.type3 {
    padding: 0 2rem 6rem;
}

.btn_popup_close {
    display: inline-block;
    width: 6.4rem;
    height: 6.4rem;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    font-size: 0;
    line-height: 0;
}

.btn_popup_close:before,
.btn_popup_close:after {
    width: 2.4rem;
    height: 0.15rem;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #222;
    margin: -0.075rem 0 0 -1.5rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.btn_popup_close:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.btn_popup_close:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.btn_popup_close.pos2 {
    left: 1rem;
    right: auto;
}

.title_else_layer {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    height: 100%;
}

.title_else_layer>* {
    margin-right: 1rem;
}

.title_else_layer>*:last-child {
    margin-right: 0;
}

.title_else_layer.type2 {
    padding-right: 1.5rem;
}

.btn_header_ico {
    width: 6rem;
    height: 6rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 2.4rem auto;
}

.btn_header_ico.ico_refresh {
    background-image: url("./icon/icon_refresh.png");
}

.btn_header_ico.ico_menu {
    background-image: url("./icon/icon_main_menu_dark.png");
}

.botpos_vlayer {
    background: #fff;
    width: 100%;
    max-height: 100%;
    border-radius: 1.7rem 1.7rem 0 0;
    transform: translateY(100%);
    transition: 0.4s;
    position: relative;
    z-index: 15;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    opacity: 0;
}

.botpos_vlayer .botpos_vtitlow {
    text-align: left;
    justify-content: flex-start;
    min-height: 5.3rem;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem 2rem;
}

.botpos_vlayer .botpos_vtit {
    font-size: 1.8rem;
    color: #222222;
    line-height: 1;
    font-weight: 700;
}

.botpos_vlayer .btn_closeitem {
    top: 0;
    right: 0.5rem;
    left: auto;
}

.botpos_vtitlow {
    flex: 0;
    display: flex;
    min-height: 5.5rem;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
    padding: 1rem 2rem;
}

.botpos_vtit {
    font-size: 1.8rem;
    line-height: 1;
    color: #222;
    text-align: center;
    font-weight: 700;
}

.botpos_vcontlow {
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem 3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.botpos_vcontlow.type2 {
    padding: 1.2rem 2rem 6rem;
}

.botpos_vcontlow.type3 {
    padding-top: 0;
}

.botpos_vcontlow.type4 {
    padding: 3rem 2rem 3rem;
}

.botpos_vcontlow>* {
    width: 100%;
}

.botpos_vfixlow.define_other {
    padding: 0 2rem;
}

.btn_closeitem {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    top: 1.2rem;
    left: 0.4rem;
    font-size: 0;
    line-height: 0;
}

.btn_closeitem:before,
.btn_closeitem:after {
    width: 2.2rem;
    height: 0.2rem;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #222;
    margin: -0.05rem 0 0 -1.2rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

.btn_closeitem:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.btn_closeitem:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media (min-width: 1180px) {
    .popup_wrap {
        box-sizing: border-box;
        padding: 2rem;
    }

    .popup_wrap.type2 {
        padding: 4rem 0 0 0;
        align-items: flex-start;
    }

    .popup_item.full_type {
        background: none;
        vertical-align: top;
        max-width: 40rem;
        max-height: 100%;
        border-radius: 1rem;
        overflow: hidden;
        height: auto;
    }

    .popup_item.full_type .popup_titlelow,
    .popup_item.full_type .popup_contentlow {
        background: #fff;
    }

    .popup_item.full_type .popup_btnlow {
        background: #fff;
    }

    .popup_item.size_type2 {
        max-height: calc(100% + 61rem);
        max-width: 60rem;
        height: auto;
        margin: 3rem auto;
    }

    .popup_item.size_type3 {
        max-width: 60rem;
        min-height: 35rem;
        height: 80%;
        margin: 3rem auto;
    }

    .popup_item.size_type4 {
        max-width: 40rem;
        min-height: 35rem;
        height: 80%;
        margin: 3rem auto;
    }

    .popup_item.size_type5 {
        max-width: 40rem;
        min-height: 58rem;
        height: 80%;
        margin: 3rem auto;
    }

    .popup_item.size_type6 {
        max-width: 40rem;
        height: auto;
        border-radius: 1rem;
        margin: 3rem auto;
    }

    .botpos_vlayer {
        background: #fff;
        max-width: 60rem;
        max-height: calc(100% - 2rem);
        border-radius: 1rem;
        z-index: 15;
        box-sizing: border-box;
        overflow: hidden;
    }

    .botpos_vlayer .btn_closeitem {
        top: 0;
        right: 0.5rem;
        left: auto;
    }

    input[type=radio]:focus,
    input[type=checkbox]:focus {
        border: 1px solid var(--color-main) !important;
    }
}

/* // 공통 popup */
/* form */
::-webkit-input-placeholder {
    color: #999;
}

::-moz-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

::input-placeholder {
    color: #999;
}

.textarea_size {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    overflow: hidden;
    resize: none;
    border: 0.1rem solid #ddd;
}

.form_input_unit {
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
}

.component_title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

img.data_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

input.props_item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box;
    border-radius: 0.4rem;
    width: 2rem;
    height: 2rem;
    background: url("./icon/icon_checkbox.png") no-repeat 0 0/100% auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

input.props_item:checked {
    background-position: 0 100%;
}

input[type=radio].props_item {
    background-image: url("./icon/icon_radio.png");
    border-radius: 100%;
}

input.form_input {
    height: 4.6rem;
    background: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.9rem;
    line-height: 1;
    font-size: 1.4rem;
    border: 0.1rem solid #e5e5e5;
    line-height: 1;
    color: #333;
    font-weight: 700;
}

input.form_input.calendar {
    background: url("./icon/input_icon_calendar.png") no-repeat 100% 50%/3.25rem auto;
    padding-right: 3.5rem;
    border-bottom-color: #d6d6d6;
}

input.form_input.clock {
    background: url("./icon/icon_clock.png") no-repeat 100% 50%/1.6rem auto;
    padding-right: 3.5rem;
}

input.form_input:focus {
    border-color: #222;
}

.form_input_item {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 0.1rem solid #E5E5E5;
    border-radius: 0.8rem;
    padding-right: 0.9rem;
    /* IE의 경우 */
    /* 크롬의 경우 */
}

.form_input_item.type2 {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 0.9rem 0 1.6rem;
}

.form_input_item.edit_mode {
    border-color: #222;
}

.form_input_item.edit_mode .btn_input_reset {
    display: inline-block;
}

.form_input_item input.form_input {
    height: 4.4rem;
    border: 0;
}

.form_input_item input.form_input::-moz-placeholder {
    color: #999;
}

.form_input_item input.form_input::placeholder {
    color: #999;
}

.form_input_item.focus {
    border-color: #222;
}

.form_input_item.box_type {
    border: 0.1rem solid #e5e5e5;
    border-radius: 0.4rem;
}

.form_input_item.disabled {
    background: #F3F3F3;
    border-color: #e5e5e5;
    color: #e5e5e5;
}

.form_input_item.disabled .form_input {
    background: #F3F3F3;
    border-color: #e5e5e5;
    color: #e5e5e5;
}

.form_input_item.disabled .form_input::-moz-placeholder {
    color: #e5e5e5;
}

.form_input_item.disabled .form_input::placeholder {
    color: #e5e5e5;
}

.form_input_item.top_search {
    border-color: rgba(233, 233, 233, 0.8509803922);
}

.form_input_item.top_search .form_input::-moz-placeholder {
    color: #e5e5e5;
}

.form_input_item.top_search .form_input::placeholder {
    color: #e5e5e5;
}

.form_input_item.top_search.focus {
    border-color: #222;
}

.form_input_item input::-ms-clear,
.form_input_item input::-ms-reveal {
    display: none;
}

.form_input_item input::-webkit-search-decoration,
.form_input_item input::-webkit-search-cancel-button,
.form_input_item input::-webkit-search-results-button,
.form_input_item input::-webkit-search-results-decoration {
    display: none;
}

.form_input_item_wrap .warn_copy {
    display: none;
}

.form_input_item_wrap.warn .form_input_item,
.form_input_item_wrap.warn input.form_input {
    border-color: #FF3B6D;
}

.form_input_item_wrap.warn .warn_copy {
    display: block;
}

.form_input_item_wrap.warn .form_input_item:after {
    display: block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url("./icon/icon_error.png") no-repeat 0 0/100% auto;
    border-radius: 100%;
}

.form_input_item_wrap.fx_input {
    font-size: 0;
}

.form_input_item_wrap.fx_input .form_input_item {
    display: inline-flex;
}

.form_input_item_wrap.fx_input .form_input_item:first-child {
    width: 40%;
    padding-right: 0;
}

.form_input_item_wrap.fx_input .form_input_item:first-child input {
    padding-right: 0;
}

.form_input_item_wrap.fx_input .form_input_item:last-of-type {
    width: 60%;
}

.form_input_item_wrap.fx_input .form_input_item:last-of-type input {
    padding-left: 0;
}

.form_input_item_wrap .fv_flex {
    display: flex;
    justify-content: space-between;
}

.form_input_item_wrap .fv_flex .form_input_text {
    display: flex;
    align-items: center;
}

.form_input_item_wrap .fv_flex .form_input_text_copy {
    font-size: 1.8rem;
    color: #999999;
}

.form_input_item_wrap .fv_flex .form_input_item:last-of-type {
    width: 50%;
}

.form_input_item_wrap .fv_flex .form_input {
    text-transform: uppercase;
}

.warn_copy {
    color: #FF3B6D;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}

.essential_information {
    color: #FF3B6D;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}

.input_control_group {
    display: flex;
    align-items: center;
}

.btn_input_reset {
    width: 1.6rem;
    height: 1.6rem;
    background: url("./icon/icon_reset.png") no-repeat 0 0/cover;
    border-radius: 100%;
    display: none;
}

select.form_select {
    border: 0.1rem solid #E9E9E9;
    font-size: 1.4rem;
    height: 4.6rem;
    padding: 0 4rem 0 1.6rem;
    box-sizing: border-box;
    font-family: "Pretendard";
    border-radius: 0.4rem;
    box-sizing: border-box;
    background: #fff url("./icon/icon_select.png") no-repeat 100% 50%/3.1rem auto;
    line-height: 4.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

select.form_select::-ms-value {
    background: none;
    color: #222;
}

select.form_select::-ms-expand {
    display: none;
}

select.form_select::-ms-value {
    background: none;
    color: #222;
}

select.form_select:focus {
    border-color: #222;
}

select.form_select:disabled {
    background-color: #f7f7f7;
    color: #999999;
    opacity: 1;
}

.auto_word_layer.auto_mode {
    display: block;
}

.auto_word_layer.auto_scroll_show {
    opacity: 1;
}

.auto_word_layer {
    z-index: 10;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    width: 100%;
    border: 0.1rem solid #E9E9E9;
    border-radius: 0.8rem;
    box-sizing: border-box;
    background: #fff;
    display: none;
    opacity: 0;
}

.auto_word_list_wrap {
    overflow: overlay;
    position: relative;
}

.auto_word_list {
    padding: 0.4rem;
}

.auto_word_item {
    font-size: 1.3rem;
    display: block;
    color: #868E96;
    padding: 0.6rem 0.5rem;
}

.auto_word_item:hover {
    background: #f0f9fc;
}

.auto_word_item.disabled {
    background: #f2f5f5;
    color: #adb3b3;
    cursor: default;
}

.combo_item {
    position: relative;
}

.combo_item.active .combo_target {
    border-color: #01C5FD;
}

.combo_target {
    font-size: 1.4rem;
    box-sizing: border-box;
    min-width: 16.2rem;
    color: #4C5353;
    padding: 1.2rem 4.2rem 1.1rem 1.4rem;
    border: 0.1rem solid #E9E9E9;
    border-radius: 0.4rem;
    display: block;
    background: #fff;
    position: relative;
}

.combo_target:after {
    display: block;
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    border-bottom: 0.1rem solid #222;
    border-right: 0.1rem solid #222;
    position: absolute;
    top: 50%;
    right: 1.7rem;
    transform: rotate(45deg);
    margin-top: -0.7rem;
}

.combo_option_group {
    display: none;
    position: relative;
    overflow: hidden;
    z-index: 20;
    background: #FFFFFF;
    width: 100%;
    border: 0.1rem solid #E9E9E9;
    border-radius: 0.5rem;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
}

.combo_option_group.active {
    display: block;
}

.combo_option_scroll {
    overflow: overlay;
    position: relative;
}

.combo_option_list {
    padding: 0.7rem;
}

.combo_option {
    font-family: "Roboto", "Pretendard";
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #868E96;
    display: block;
    padding: 0.5rem 0.7rem;
}

.combo_option:hover {
    background: #f0f9fc;
}

.combo_option.disabled {
    background: #f2f5f5;
    color: #adb3b3;
    cursor: default;
}

/* // form */
/* accordion */
.accordion_ui_wrap.type02 .acc_bar_else_data {
    font-size: 1.4rem;
    color: #666;
}

.accordion_ui_wrap.type02 .accordion_bar {
    padding: 2.5rem 2.5rem 2.5rem 0;
}

.accordion_ui_wrap.type02 .accordion_bar:after {
    right: 0.4rem;
    border-right: 0.2rem solid #333;
    border-bottom: 0.2rem solid #333;
    width: 1rem;
    height: 1rem;
}

.accordion_ui_wrap.type02 .accordion_content {
    padding: 0;
}

.accordion_ui_wrap.type02 .block_form_vitem+.block_form_vitem {
    margin-top: 2.4rem;
}

.accordion_ui_wrap.type02 .res_pt0::after {
    top: 0;
}

.accordion_ui_wrap.dtype2 .accordion_content {
    border-top: 1px solid #000;
    padding: 1.5rem;
}

.accordion_ui_wrap.dtype2 .accordion_item {
    border: 1px solid #D9D9D9;
    border-radius: 0.4rem;
    padding: 0;
    margin-bottom: 0.8rem;
}

.accordion_ui_wrap.dtype2 .accordion_item:last-of-type {
    margin-bottom: 0;
}

.accordion_ui_wrap.dtype2 .accordion_item.active .accordion_bar:after {
    top: 2.7rem;
}

.accordion_ui_wrap.dtype2 .accordion_item .acc_bar_title {
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
}

.accordion_ui_wrap.dtype2 .accordion_item .acc_bar_else_data {
    font-weight: 500;
}

.accordion_ui_wrap.dtype2 .accordion_item.active {
    border-color: var(--color-main);
}

.accordion_ui_wrap.dtype2 .accordion_item.active .accordion_content {
    border-top-color: var(--color-main);
}

.accordion_ui_wrap.dtype2 .accordion_item.active .acc_bar_title {
    font-weight: 600;
}

.accordion_ui_wrap.dtype2 .accordion_bar {
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
}

.accordion_ui_wrap.dtype2 .accordion_bar:after {
    top: 50%;
    right: 2rem;
    margin-top: -0.7rem;
}

.accordion_ui_wrap.type03 .accordion_item.active>.accordion_bar:after {
    top: 2.45rem;
}

.accordion_ui_wrap.type03 .accordion_bar {
    padding: 1.75rem 2rem;
}

.accordion_ui_wrap.type03 .accordion_bar::after {
    top: 2.15rem;
}

.accordion_item.active>.accordion_bar:after {
    transform: rotate(225deg);
    top: 3.2rem;
}

.accordion_item.active>.accordion_content {
    display: block;
}

.accordion_item.active .res_pt0::after {
    top: 0.7rem;
}

.accordion_bar {
    padding: 2.5rem 2rem 2.5rem 2rem;
    display: block;
    position: relative;
}

.accordion_bar:after {
    display: block;
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-right: 0.15rem solid #666;
    border-bottom: 0.15rem solid #666;
    transform: rotate(45deg);
    position: absolute;
    top: 2.4rem;
    right: 2.3rem;
}

.accordion_bar_in {
    display: flex;
    align-items: center;
}

.acc_bar_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.accordion_content {
    padding: 0 2rem 2.4rem;
    display: none;
}

.accordion_content.notpa {
    padding: 0 !important;
}

.acc_bar_else_data {
    flex: 1;
    min-width: 0;
    font-size: 1.4rem;
    color: #666;
    font-weight: 500;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1em;
    height: auto;
    margin-left: 1rem;
}

/* // accordion */
/* 숙소 사진, 객실 사진 팝업 img_box */
.photo_prototype_wrap .img_box {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.photo_prototype_wrap .img_box .tag {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0.7rem 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.4rem;
}

.photo_prototype_wrap .img_box .tag p {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.photo_prototype_wrap .img_box img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 67/44;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1180px) {
    .photo_prototype_wrap .img_box img {
        aspect-ratio: 7/4;
    }
}

/* // 숙소 사진, 객실 사진 팝업 img_box */
/* swiper */
.swiper_detail_long .pagination_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.swiper_detail_long .swiper-pagination-bullets {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
}

.swiper_detail_long .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper_detail_long .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem;
    height: 1rem;
}

.swiper_detail_long .indicator_group {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
}

.swiper_detail_long .indicator_group .swiper-pagination-total {
    color: #999;
}

.swiper_wrap_detailView .swiper_thumbs_main .swiper-pagination-fraction {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: auto;
    right: 0.8rem;
    bottom: 0.8rem;
    z-index: 1;
}

.swiper_wrap_detailView .swiper_thumbs_sub .swiper-slide {
    opacity: 0.4;
}

.swiper_wrap_detailView .swiper_thumbs_sub a {
    position: relative;
    height: 0;
    padding-bottom: 66.6666666667%;
    overflow: hidden;
}

.swiper_wrap_detailView .swiper_thumbs_sub img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.swiper_wrap_detailView .swiper_thumbs_sub .swiper-wrapper {
    margin-top: 0.8rem;
}

.swiper_wrap_detailView .swiper_thumbs_sub .swiper-slide-thumb-active {
    opacity: 1;
}

/* // swiper */
/* 호텔 예약 완료 */
/* design 대배너*/
.btn_wrap {
    text-align: center;
}

.btn_wrap.type01 {
    padding: 0 1.8rem 4rem;
    background: #144566;
}

.btn_wrap.type01 .btn_linkbox {
    background-color: #222;
    border-radius: 0 0 1rem 1rem;
}

.btn_wrap.type02 {
    padding: 0 1.8rem 3.7rem;
    background: #9c6547;
}

.btn_wrap.type02 .btn_linkbox {
    background-color: #352319;
    border-radius: 1rem;
}

.btn_wrap .btn_linkbox {
    width: 100%;
    box-sizing: border-box;
    height: 5.6rem;
    font-size: 1.7rem;
}

.btn_wrap .btn_linkbox .btn_linkbox_in {
    color: #fff;
    line-height: 5.6rem;
}

/* pc design 대배너*/
@media (min-width: 768px) {
    .btn_wrap .btn_linkbox {
        height: 11.2rem;
        font-size: 3.4rem;
    }

    .btn_wrap .btn_linkbox .btn_linkbox_in {
        color: #fff;
        line-height: 11.2rem;
    }

    .btn_wrap.type01 .btn_linkbox {
        border-radius: 0 0 2rem 2rem;
    }

    .btn_wrap.type02 .btn_linkbox {
        border-radius: 2rem;
    }
}

/* 호텔 예약 (비회원예약, 결제에 취소 수수료)*/
.product_getitem_g {
    letter-spacing: -0.03em;
}

.product_getitem_title {
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
}

.product_getitem_sub {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
}

.product_while_box {
    display: flex;
    align-items: center;
    text-align: center;
    border: 0.1rem solid #E9E9E9;
    border-radius: 0.8rem;
    padding: 1.6rem 2rem;
    margin: 2rem 0;
}

.product_while_long {
    flex: 1;
    min-width: 0;
}

.product_while_label {
    font-size: 1.2rem;
    color: #999;
    font-weight: 500;
}

.product_while_value {
    font-size: 1.8rem;
    color: #222;
    font-weight: 600;
}

.product_while_sub {
    font-size: 1.2rem;
    color: #222;
    font-weight: 500;
}

.product_while_short {
    flex: 0;
    white-space: nowrap;
}

.product_while_short .badge_item.radius_08 {
    font-weight: 500;
}

.product_detail_data {
    font-size: 1.4rem;
    color: #333;
    font-weight: 500;
}

.product_detail_table_row {
    margin: 1.6rem 0 2.4rem 0;
    letter-spacing: -0.03em;
}

.product_detail_tr {
    display: flex;
    justify-content: space-between;
}

.product_detail_tr+.product_detail_tr {
    margin-top: 1rem;
}

.product_detail_label {
    font-size: 1.3rem;
    color: #999999;
    font-weight: 500;
}

.text_data_list {
    display: flex;
}

.text_data_list li {
    position: relative;
}

.text_data_list li:after {
    display: block;
    content: "";
    width: 0.1rem;
    height: 1rem;
    background: #E9E9E9;
    position: absolute;
    right: -1rem;
    top: 0.7rem;
}

.text_data_list li:last-of-type:after {
    display: none;
}

.text_data_list li+li {
    margin-left: 2rem;
}

.text_data {
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
}

.product_detail_btn_row,
.get_data_btn_row {
    border: 0.1rem solid #E9E9E9;
    border-radius: 0.4rem;
    width: 5.6rem;
    text-align: center;
}

.product_detail_btn_row .btn_quad,
.get_data_btn_row .btn_quad {
    padding: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    letter-spacing: -0.03em;
    font-size: 1.4rem;
    color: #222;
    border: none;
}

.block_form_title {
    font-size: 1.8rem;
    color: #1A85DF;
    font-weight: 600;
}

.field_vform_item.form_textarea_item {
    margin-bottom: 1rem;
}

.field_vform_item select.form_select {
    color: #222;
    font-size: 1.4rem;
}

.boxprops_item.total_props_item .boxprops_label {
    font-size: 1.6rem;
}

.vform_list li {
    margin-top: 1.6rem;
}

.vform_list .vform_label_row {
    font-size: 1.4rem;
    color: #222;
    margin-bottom: 0.8rem;
    letter-spacing: -0.03em;
}

.emp_color_red2 {
    font-size: 1.4rem;
    color: #FF5A5F;
    font-weight: 700;
}

.text_history_list {
    margin-top: 1rem;
}

.text_history_list li {
    margin-bottom: 1rem;
}

.text_history_item {
    display: flex;
    justify-content: space-between;
}

.text_hisdata {
    font-size: 1.2rem;
    color: #999;
    display: flex;
    align-items: center;
}

.text_hisdata.type02 {
    color: #222;
    font-weight: 500;
}

.big_icon {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.big_icon[class*=ico_] {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}

.big_icon.ico_location {
    background-image: url("./icon/icon_color_location.png");
}

.big_icon.ico_kakao {
    background-image: url("./icon/icon_kakao.png");
}

.big_icon.ico_face {
    background-image: url("./icon/icon_facebook.png");
}

.big_icon.ico_copy {
    background-image: url("./icon/icon_link.png");
}

.middle_icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.middle_icon.icon_menu {
    background-image: url(./icon/icon_menu_off.png);
}

.middle_icon.icon_menu.active {
    background-image: url(./icon/icon_menu_on.png);
}

.middle_icon.icon_menu_white {
    background-image: url(./icon/icon_menu_white.png);
}

.middle_icon.icon_menu2 {
    background-image: url(./icon/icon_menu2_off.png);
}

.middle_icon.icon_menu2.active {
    background-image: url(./icon/icon_menu2_on.png);
}

.middle_icon.icon_search {
    background-image: url(./icon/icon_search_off.png);
}

.middle_icon.icon_search.active {
    background-image: url(./icon/icon_search_on.png);
}

.middle_icon.icon_back {
    background-image: url(./icon/icon_back.png);
}

.middle_icon.icon_back2 {
    background-image: url(./icon/icon_history_back.png);
    background-size: auto 100%;
}

.middle_icon.icon_back_white {
    background-image: url(./icon/icon_back_white.png);
}

.middle_icon.icon_back_white2 {
    background-image: url(./icon/icon_back_white2.png);
}

.middle_icon.icon_next {
    background-image: url(./icon/icon_next.png);
}

.middle_icon.icon_share {
    background-image: url(./icon/icon_share.png);
}

.middle_icon.icon_share_white {
    background-image: url(./icon/icon_share_white.png);
}

.middle_icon.icon_close {
    background-image: url(./icon/icon_close.png);
}

.middle_icon.icon_refresh {
    background-image: url(./icon/icon_refresh.png);
}

.middle_icon.icon_refresh_black {
    background-image: url(./icon/icon_refresh_black.png);
}

.middle_icon.icon_overnight {
    background-image: url(./icon/icon_overnight.png);
}

.middle_icon.icon_voucher {
    background-image: url(./icon/icon_voucher.png);
}

.middle_icon.icon_tune {
    background-image: url(./icon/icon_tune.png);
}

.middle_icon.icon_sauna {
    background-image: url(./icon/icon_sauna.png);
}

.middle_icon.icon_fitness {
    background-image: url(./icon/icon_fitness.png);
}

.middle_icon.icon_swimming_in {
    background-image: url(./icon/icon_swimming_in.png);
}

.middle_icon.icon_swimming_out {
    background-image: url(./icon/icon_swimming_out.png);
}

.middle_icon.icon_vaccine_01 {
    background-image: url(./icon/icon_vaccine_01.png);
}

.middle_icon.icon_vaccine_02 {
    background-image: url(./icon/icon_vaccine_02.png);
}

.middle_icon.icon_24front {
    background-image: url(./icon/icon_fac_05.png);
}

.middle_icon.icon_childrens_pool {
    background-image: url(./icon/icon_fac_06.png);
}

.middle_icon.icon_concierge_services {
    background-image: url(./icon/icon_fac_07.png);
}

.middle_icon.icon_Multilingual {
    background-image: url(./icon/icon_fac_08.png);
}

.middle_icon.icon_warn_line_bk {
    background-image: url(./icon/icon_warn_line_bk.png);
}

.middle_icon.icon_warn {
    background-image: url(./icon/icon_warn.png);
}

.small_icon {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.small_icon.icon_calendar {
    background-image: url(./icon/icon_calendar_off.png);
}

.small_icon.icon_calendar.active {
    background-image: url(./icon/icon_calendar_on.png);
}

.small_icon.icon_location {
    background-image: url(./icon/icon_location_off.png);
}

.small_icon.icon_location.active {
    background-image: url(./icon/icon_location_on.png);
}

.small_icon.icon_menu {
    background-image: url(./icon/icon_menu_off.png);
}

.small_icon.icon_menu.active {
    background-image: url(./icon/icon_menu_on.png);
}

.small_icon.icon_menu_white {
    background-image: url(./icon/icon_menu_white.png);
}

.small_icon.icon_menu2 {
    background-image: url(./icon/icon_menu2_off.png);
}

.small_icon.icon_menu2.active {
    background-image: url(./icon/icon_menu2_on.png);
}

.small_icon.icon_back {
    background-image: url(./icon/icon_back.png);
}

.small_icon.icon_filter {
    background-image: url(./icon/icon_filter.png);
}

.small_icon.icon_next {
    background-image: url(./icon/icon_next.png);
}

.small_icon.icon_user {
    background-image: url(./icon/icon_user.png);
}

.small_icon.icon_hotel {
    background-image: url(./icon/icon_hotel.png);
}

.small_icon.icon_map {
    background-image: url(./icon/icon_map.png);
}

.small_icon.icon_car {
    background-image: url(./icon/icon_car.png);
}

.small_icon.icon_shopping {
    background-image: url(./icon/icon_shopping.png);
}

.small_icon.icon_food {
    background-image: url(./icon/icon_food.png);
}

.small_icon.icon_tune {
    background-image: url(./icon/icon_tune.png);
}

.small_icon.icon_tune2 {
    background-image: url(./icon/icon_tune2.png);
}

.small_icon.icon_zoom {
    background-image: url(./icon/icon_maximize.png);
}

.small_icon.icon_download_white {
    background-image: url(./icon/icon_download_white.png);
}

.small_icon.icon_more {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
}

.small_icon.icon_more::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.1rem;
    height: 1.1rem;
    background-color: #222;
}

.small_icon.icon_more::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 0.1rem;
    height: 1.1rem;
    background-color: #222;
}

.small_icon.icon_arrow {
    background-image: url(./icon/icon_arrow.png);
}

.small_icon.icon_arrow.active {
    transform: rotate(180deg);
}

.small_icon.icon_fill_location {
    background-image: url(./icon/icon_location_fill_off.png);
}

.small_icon.icon_fill_location.active {
    background-image: url(./icon/icon_location_fill_on.png);
}

.small_icon.icon_fill_location_white {
    background-image: url(./icon/icon_fill_location_white.png);
}

.small_icon.icon_fill_clock {
    background-image: url(./icon/icon_clock.png);
}

.small_icon.icon_fill_check01 {
    background-image: url(./icon/icon_check.png);
}

.small_icon.icon_fill_check02 {
    background-image: url(./icon/icon_check_2.png);
}

.small_icon.icon_fill_check03 {
    background-image: url(./icon/icon_check_3.png);
}

.small_icon.icon_fill_union {
    background-image: url(./icon/icon_union_off.png);
}

.small_icon.icon_fill_union.active {
    background-image: url(./icon/icon_union_on.png);
}

.small_icon.icon_fill_calendar {
    background-image: url(./icon/icon_calendar_fill_off.png);
}

.small_icon.icon_fill_calendar.active {
    background-image: url(./icon/icon_calendar_fill_on.png);
}

.small_icon.icon_fill_calendar_fill_white {
    background-image: url(./icon/icon_calendar_fill_white.png);
}

.small_icon.icon_error {
    background-image: url(./icon/icon_error.png);
}

.small_icon.icon_checkin {
    background-image: url(./icon/icon_checkin.png);
}

.small_icon.icon_checkout {
    background-image: url(./icon/icon_checkout.png);
}

.small_icon.icon_error03 {
    background-image: url(./icon/icon_error03.png);
}

.pagination_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination_group a {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
}

.pagination_group a+a {
    margin-left: 0.6rem;
}

.pagination_group a.active {
    width: 1rem;
    height: 1rem;
}

.pagination_group.page_style02 a {
    width: 0.9rem;
    height: 0.9rem;
    background: #E9E9E9;
}

.pagination_group.page_style02 a.active {
    background: #01C5FD;
}

.indicator_group {
    padding: 0.4rem 0.8rem;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1.6rem;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: -0.048rem;
    line-height: 1;
}

.indicator_group span {
    height: 1.6rem;
    vertical-align: middle;
}

.indicator_group span.total_page {
    color: #999;
}

.indicator_group .icon_zoom {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    background: url(./icon/icon_maximize.png) no-repeat center center/100% auto;
}

.tab_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab_group .tab_item {
    padding: 1.7rem 0;
    display: block;
    position: relative;
    width: 33.3%;
    text-align: center;
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.048rem;
}

.tab_group .tab_item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #E9E9E9;
}

.tab_group .tab_item.active {
    color: var(--color-main);
    font-weight: 600;
}

.tab_group .tab_item.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: var(--color-main);
}

.tab_group.tab_style_02 {
    display: block;
}

.tab_group.tab_style_02 .tab_item {
    padding: 0.8rem 1.2rem;
    display: inline-block;
    width: initial;
    background: #FFFFFF;
    border: 0.1rem solid #D9D9D9;
    border-radius: 5rem;
    color: #666;
    font-size: 1.3rem;
    font-weight: 500;
}

.tab_group.tab_style_02 .tab_item::before {
    display: none;
}

.tab_group.tab_style_02 .tab_item.active {
    background: var(--color-main);
    color: #fff;
    border-color: var(--color-main);
    font-weight: 700;
}

.tab_group.tab_style_02 .tab_item.active::before {
    display: none;
}

.tab_group.tab_style_02 .tab_item.active2 {
    background: var(--color-black);
    color: #fff;
    border-color: var(--color-black);
    font-weight: 700;
}

.tab_group.tab_style_02 .tab_item.active2::before {
    display: none;
}

.tab_group.tab_style_02 .tab_item span {
    color: var(--color-main);
}

.tab_group.tab_style_03 {
    position: relative;
}

.tab_group.tab_style_03::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.1rem;
    height: 2rem;
    background: #D9D9D9;
}

.tab_group.tab_style_03 .tab_item {
    padding: 1.85rem 0;
    width: 50%;
}

.tab_group.tab_style_04 {
    width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: scroll;
}

.tab_group.tab_style_04 .tab_item {
    padding: 1rem 1.9rem;
    width: initial;
}

.tab_group.img_style {
    margin: 0 -2rem;
    padding-left: 2rem;
}

.tab_group.img_style .tab_item {
    padding: 0.4rem 1.7rem 0.4rem 0.4rem;
    display: flex;
    align-items: center;
    width: initial;
    background: #FFFFFF;
    border: 0.1rem solid #D9D9D9;
    border-radius: 3.5rem;
    color: #999999;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
}

.tab_group.img_style .tab_item::before {
    display: none;
}

.tab_group.img_style .tab_item.active {
    background: var(--color-main);
    color: #fff;
    border-color: var(--color-main);
    font-weight: 700;
}

.tab_group.img_style .tab_item.active::before {
    display: none;
}

.tab_group.img_style .tab_item .tab_img_g {
    margin-right: 0.6rem;
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.tab_group.img_style .tab_item .tab_img_g img {
    width: 100%;
}

.tab_group.anchor_tab {
    position: absolute;
    top: 0;
}

.tab_group.anchor_tab .tab_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_group.tab_style_06 {
    background: none;
}

.tab_group.tab_style_06 .tab_item {
    width: 33.3333333333%;
    height: 5.6rem;
    background-color: #F2F2F2;
    font-size: 1.2rem;
    font-weight: 600;
    color: #666666;
    line-height: 1.3;
}

.tab_group.tab_style_06 .tab_item::before {
    display: none;
}

.tab_group.tab_style_06 .tab_item.active {
    color: #ffffff;
    background: var(--color-main);
    border: none;
}

.frame_group {
    position: relative;
}

.frame_group::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13%;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.frame_group .frame_box {
    white-space: nowrap;
    overflow-x: scroll;
    font-size: 0;
    overflow: scroll;
}

.frame_item {
    padding: 1rem 1.9rem;
    display: inline-flex;
    line-height: 1;
    border: 0.1rem solid #333;
    border-radius: 3rem;
    font-weight: 500;
    font-size: 1.3rem;
    color: #333;
}

.frame_item[class*=icon_] {
    padding: 1rem 1.9rem 1rem 3.7rem;
    position: relative;
}

.frame_item[class*=icon_]::before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
}

.frame_item.icon_fill_union::before {
    background: url(./icon/icon_union_off.png) no-repeat 0 0/100% auto;
}

.frame_item.icon_fill_union.active::before {
    background: url(./icon/icon_union_white.png) no-repeat 0 0/100% auto;
}

.frame_item.icon_fill_location::before {
    background: url(./icon/icon_location_fill_off.png) no-repeat 0 0/100% auto;
}

.frame_item.icon_fill_location.active::before {
    background: url(./icon/icon_fill_location_white.png) no-repeat 0 0/100% auto;
}

.frame_item.icon_fill_calendar::before {
    background: url(./icon/icon_calendar_fill_off.png) no-repeat 0 0/100% auto;
}

.frame_item.icon_fill_calendar.active::before {
    background: url(./icon/icon_calendar_fill_white.png) no-repeat 0 0/100% auto;
}

.frame_item.icon_menu::before {
    background: url(./icon/icon_menu2_off.png) no-repeat 0 0/100% auto;
}

.frame_item.icon_menu.active::before {
    background: url(./icon/icon_menu2_white.png) no-repeat 0 0/100% auto;
}

.frame_item .num {
    margin-left: 0.3rem;
    display: inline-block;
    color: #FF5A5F;
}

.frame_item+.frame_item {
    margin-left: 0.5rem;
}

.tag_reset {
    margin-top: -1rem;
    position: absolute;
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 2;
}

.tag_reset .middle_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background-size: 2rem auto;
}

.badge_item {
    padding: 0 0.8rem;
    display: inline-flex;
    align-items: center;
    height: 2.4rem;
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -0.048rem;
    color: #FFFFFF;
    background: #222;
    box-sizing: border-box;
    word-break: keep-all;
    margin-right: 0.4rem;
}

.badge_item[class*=radius_] {
    border-radius: 1.5rem;
}

.badge_item[class*=badge_r] {
    border-radius: 0.4rem;
    color: #fff;
}

.badge_item.radius_01 {
    color: #fff;
    background: #6265E6;
    border-radius: 6rem;
}

.badge_item.badge_r01 {
    background: #E4F2FF;
    color: #4EAAFF;
}

.badge_item.badge_r02 {
    background: #DDF3ED;
    color: #1EB88A;
}

.badge_item.badge_r03 {
    background: #FF3B6D;
}

.badge_item.badge_r04 {
    background: #FF5A5F;
}

.badge_item.badge_r05 {
    background: #FFF5E2;
    color: #FFAF1A;
}

.badge_item.radius_02 {
    background: #FF5A5F;
}

.badge_item.radius_03 {
    background: #1A85DF;
}

.badge_item.radius_04 {
    background: #12B68D;
}

.badge_item.radius_05 {
    background: #FF3B6D;
}

.badge_item.radius_07 {
    padding: 0;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.048rem;
    color: var(--color-main);
    background-color: transparent;
}

.badge_item.radius_08 {
    padding: 0 0.8rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.2rem;
}

.badge_item.radius_09 {
    background: #FF555F;
    padding: 0.6rem 0.6rem 0.5rem 0.8rem;
    height: 2.3rem;
    line-height: 1rem;
    border-radius: 1rem 0rem 0.6rem 0rem;
}

.badge_item.transparent_01 {
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    line-height: inherit;
    background-color: rgba(51, 51, 51, 0.6980392157);
    font-size: 1rem;
    font-weight: 500;
    padding: 0.8rem 0.9rem 0.8rem 2.4rem;
    border-radius: 0rem 0.4rem 0rem 0rem;
}

.badge_item.transparent_01::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.8rem;
    background-image: url("./theme/ico_check_white.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    width: 1.2rem;
    height: 0.7rem;
}

.badge_item[class*=square_] {
    padding: 0 1rem;
    border-radius: 0.2rem;
    height: 2.4rem;
    line-height: 2.4rem;
}

.badge_item.square_01 {
    padding: 0 0.8rem 0 1.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #E1F5FA url(./icon/icon_badge_01.png) no-repeat 0.4rem center/0.7rem auto;
    color: #1A85DF;
    font-weight: 600;
}

.badge_item.square_02 {
    font-size: 1.2rem;
    border-radius: 0;
}

.badge_item.square_03 {
    background: #999999;
    font-size: 1.2rem;
    border-radius: 0;
}

.badge_item.square_04 {
    padding: 0 2.3rem 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background: #FF555F url(./icon/icon_check.png) no-repeat right 0.6rem center/1.2rem auto;
}

.badge_item.square_05 {
    padding: 0 0.6rem 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background: #666;
}

.badge_item.square_06 {
    padding: 0 2.3rem 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background: #1A85DF url(./icon/icon_check_2.png) no-repeat right 0.6rem center/1.2rem auto;
}

.badge_item.square_07 {
    padding: 0 2.3rem 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background: var(--color-main) url(./icon/icon_check_3.png) no-repeat right 0.6rem center/1.2rem auto;
}

.badge_item.square_08 {
    padding: 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background: #FF555F;
}

.badge_item.square_09 {
    padding: 0 0.6rem 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background: #999;
}

.badge_item.square_10 {
    padding: 0 0.6rem 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background: #12B68D;
}

.badge_item.square_11 {
    font-size: 1.2rem;
    background: #6265E6;
    border-radius: 0;
}

.badge_item.square_12 {
    font-size: 1.2rem;
    background: #FF555F;
    border-radius: 0;
}

.badge_item.square_13 {
    font-size: 1.2rem;
    background: #9867FF;
    border-radius: 0.4rem;
}

.badge_item.square_14 {
    font-size: 1.2rem;
    background: #14B58B;
    border-radius: 0.4rem;
}

.badge_item.square_15 {
    font-size: 1.2rem;
    background: #323845;
    border-radius: 0.4rem;
}

.badge_item.square_16 {
    font-size: 1rem;
    background: #FF50A4;
    border-radius: 0.4rem;
}

.badge_item.square_17 {
    font-size: 1rem;
    background: #FF555F;
    border-radius: 0.4rem;
}

.badge_item.square_18 {
    font-size: 1rem;
    background: #323845;
    border-radius: 0.4rem;
}

.badge_item.square_19 {
    font-size: 1rem;
    background: #4EAAFF;
    border-radius: 0.4rem;
}

.badge_item.square_20 {
    padding: 0 0.8rem 0 0.8rem;
    font-size: 1.2rem;
    background: #5B62FF;
    color: #fff;
    border-radius: 0.4rem;
}

.badge_item.square_21 {
    padding: 0.6rem 2.1rem 0.6rem 0.8rem;
    font-size: 1.2rem;
    background: #FF3B6D;
    color: #fff;
    border-radius: 0.4rem;
    position: relative;
}

.badge_item.square_21::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background-image: url("../../static/images/icon/icon_badge_check.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
}

.badge_item.square_22 {
    padding: 0 0.8rem 0 0.8rem;
    font-size: 1.2rem;
    background: #FF9040;
    color: #fff;
    border-radius: 0.4rem;
}

.badge_item.square_23 {
    padding: 0 0.8rem 0 0.8rem;
    font-size: 1.2rem;
    background: #707278;
    color: #fff;
    border-radius: 0.4rem;
}

.badge_item.square_24 {
    padding: 0 0.8rem 0 0.8rem;
    font-size: 1.2rem;
    background: #999999;
    color: #fff;
    border-radius: 0.4rem;
}

.badge_item.square_25 {
    padding: 0.6rem 2.1rem 0.6rem 0.8rem;
    font-size: 1.2rem;
    background: #1A85DF;
    color: #fff;
    border-radius: 0.4rem;
    position: relative;
}

.badge_item.square_25::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background-image: url("../../static/images/icon/icon_badge_check_2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
}

.badge_item.square_26 {
    padding: 0.6rem 2.1rem 0.6rem 0.8rem;
    font-size: 1.2rem;
    background: #FF555F;
    color: #fff;
    border-radius: 0.4rem;
    position: relative;
}

.badge_item.square_26::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background-image: url("../../static/images/icon/icon_badge_check.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
}

.badge_item.square_27 {
    padding: 0 0.8rem 0 0.8rem;
    font-size: 1.2rem;
    background: #4EAAFF;
    color: #fff;
    border-radius: 0.4rem;
}

.badge_item.square_28 {
    padding: 0 0.8rem 0 0.8rem;
    font-size: 1.2rem;
    background: #333333;
    color: #fff;
    border-radius: 0.4rem;
}

.badge_item_small {
    padding: 0.4rem 0.6rem;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -0.03rem;
    color: #FFFFFF;
    background: #222;
    box-sizing: border-box;
    word-break: keep-all;
    margin-right: 0.2rem;
}

.badge_item_small[class*=square_] {
    padding: 0 0.6rem;
    border-radius: 0.4rem;
    height: 2rem;
    line-height: 2rem;
}

.badge_item_small.square_16 {
    background: #FF50A4;
}

.badge_item_small.square_17 {
    background: #FF555F;
}

.badge_item_small.square_18 {
    background: #323845;
}

.badge_item_small.square_19 {
    background: #4EAAFF;
}

.btn_item {
    padding: 1.6rem 2.4rem;
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.048rem;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.6rem;
    color: #333;
    border: 1px solid #e5e5e5;
}

.btn_item span {
    padding-right: 2.5rem;
    position: relative;
}

.btn_item span::before {
    content: "";
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.btn_item.item01 {
    color: #fff;
    background: #FF555F;
}

.btn_item.btn_down {
    background: var(--color-main);
    color: #fff;
}

.btn_item.btn_down span::before {
    background-image: url(./icon/icon_download_white.png);
}

.btn_item.btn_arrow_white {
    background: var(--color-main);
    color: #fff;
}

.btn_item.btn_arrow_white span {
    padding-right: 1.8rem;
}

.btn_item.btn_arrow_white span::before {
    top: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.1rem solid #fff;
    border-bottom: 0.1rem solid #fff;
    transform: rotate(-45deg);
}

.btn_item.btn_more {
    position: relative;
    display: flex;
    justify-content: center;
    height: 5.6rem;
    background: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
    border-radius: 0.8rem;
    padding: 2rem 0;
}

.btn_item.btn_more span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    padding-right: 0;
    margin-left: -2.2rem;
}

.btn_item.btn_more span::before {
    display: none;
}

.btn_item.btn_more span::after {
    content: "";
    display: block;
    position: absolute;
    right: -2.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background: url(./icon/icon_more2.png) no-repeat center/contain;
}

.btn_item.btn_more .icon_more {
    vertical-align: top;
}

.btn_item.btn_arrow {
    position: relative;
    display: flex;
    justify-content: center;
    height: 5.6rem;
    background: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
    border-radius: 0.8rem;
    padding: 2rem 0;
    margin-top: 0.8rem;
}

.btn_item.btn_arrow span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    padding-right: 0;
}

.btn_item.btn_arrow span::before {
    display: none;
}

.btn_item.btn_arrow span::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.8rem;
    background: url(./icon/icon_arrow_more1.png) no-repeat center/contain;
}

.btn_item.btn_arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5.6rem;
    transform: translateX(-50%);
    width: 101%;
    height: 6rem;
    background: linear-gradient(to top, #fff 25%, rgba(255, 255, 255, 0) 90%);
    z-index: 10;
}

.btn_item.btn_arrow.open,
.btn_item.btn_arrow.active {
    margin-top: 2.4rem;
}

.btn_item.btn_arrow.open span::after,
.btn_item.btn_arrow.active span::after {
    background: url(./icon/icon_arrow_more2.png) no-repeat center/contain;
}

.btn_item.btn_arrow.open::before,
.btn_item.btn_arrow.active::before {
    display: none;
}

.btn_item.btn_arrow .more-txt {
    display: flex;
}

.btn_item.btn_arrow .close-txt {
    display: none;
}

.btn_item.btn_arrow.active .more-txt {
    display: none;
}

.btn_item.btn_arrow.active .close-txt {
    display: flex;
}

.btn_item.btn_primary {
    padding: 1.3rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    background: #F2F2F2;
    border-color: #F2F2F2;
}

.btn_item.btn_primary.active {
    background: var(--color-main);
    border-color: var(--color-main);
}

.btn_item.btn_purple {
    padding: 1.4rem 7rem 1.4rem 3rem;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    border-color: var(--color-main);
    background: var(--color-main);
    border-radius: 0.6rem;
}

.btn_item.btn_purple span {
    padding-right: 4rem;
    position: relative;
}

.btn_item.btn_purple span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(./icon/icon_back_white.png) no-repeat center center/100% auto;
}

.btn_item .small_icon {
    margin-left: 0.8rem;
    vertical-align: middle;
}

.btn_item.style_02 {
    padding: 0 2rem;
    display: flex;
    align-items: center;
    text-align: left;
    height: 5.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    border-color: #222;
    border-radius: 0.6rem;
}

.btn_item.style_02 .tag_item {
    margin-left: 0.8rem;
}

.btn_item.style_02 .right_text {
    margin-left: auto;
    padding-right: 0;
    display: inline-block;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: -0.048rem;
    color: #999;
}

.btn_item.style_02.arrow {
    padding: 1rem 2rem;
    display: inline-flex;
    position: relative;
    align-items: baseline;
    border: none;
    background: #F4F4F4;
    font-weight: 500;
    font-size: 1.2rem;
    color: #222;
}

.btn_item.style_02.arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.4rem;
    right: 2.1rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.1rem solid #222;
    border-bottom: 0.1rem solid #222;
    transform: rotate(-45deg);
}

.btn_item.style_02.arrow em {
    margin: 0 0.3rem;
    font-weight: 700;
    font-size: 1.4rem;
}

.btn_item.style_02+.style_02 {
    margin-top: 0.8rem;
}

.btn_item.btn_cancle {
    margin-top: 0.4rem;
    color: var(--color-main);
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: underline;
    text-underline-position: under;
    background: #fff;
    border: none;
}

.btn_item.size2 {
    padding: 1.4rem 0;
}

.btn_item.style_03 {
    padding: 0;
    display: block;
    text-align: center;
    height: 3.6rem;
    line-height: 3.6rem;
    font-weight: 600;
    font-size: 1.3rem;
    border-color: #222;
    border-radius: 0.6rem;
    border-color: #e5e5e5;
}

.btn_item.style_03+.style_03 {
    margin-top: 0.8rem;
}

.btn_gray {
    padding: 1.1rem 1.7rem;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.048rem;
    color: #222;
    border-radius: 6rem;
    border: 0.1rem solid #E9E9E9;
}

.btn_gray.btn_arrow {
    padding: 1.1rem 2.8rem 1.1rem 1.7rem;
    position: relative;
    width: auto;
    font-size: 1.2rem;
}

.btn_gray.btn_arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.3rem;
    right: 1.55rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.15rem solid #222;
    border-bottom: 0.15rem solid #222;
    transform: rotate(-45deg);
}

.btn_white {
    padding: 1.1rem 2rem;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.048rem;
    color: #222;
    border-radius: 0.4rem;
    border: 0.1rem solid #F3F3F3;
}

.btn_white.btn_arrow {
    padding: 1.1rem 2.8rem 1.1rem 1.7rem;
    position: relative;
    width: auto;
    font-size: 1.2rem;
    border-radius: 6rem;
}

.btn_white.btn_arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.3rem;
    right: 1.55rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.15rem solid #222;
    border-bottom: 0.15rem solid #222;
    transform: rotate(-45deg);
}

.btn_black {
    padding: 1.15rem 2rem;
    display: inline-block;
    font-size: 1.3rem;
    position: relative;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.048rem;
    color: #fff;
    background: #222;
    border-radius: 0.4rem;
}

.btn_black.btn_small {
    padding: 0.6rem 0.8rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.btn_black.btn_middle {
    padding: 0.8rem 1.6rem;
    font-weight: 600;
    font-size: 1.4rem;
}

.btn_black.btn_arrow {
    padding-right: 2rem;
    width: auto;
}

.btn_black.btn_arrow:after {
    display: block;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    transform: rotate(135deg);
    position: absolute;
    top: 0.9rem;
    right: 0.8rem;
    border-left: 0.1rem solid #fff;
    border-top: 0.1rem solid #fff;
}

.btn_black.type2 {
    font-size: 1.1rem;
    font-weight: 400;
}

.btn_black.type3 {
    font-size: 1.2rem;
    font-weight: 500;
}

.blue_btn {
    padding: 1.05rem 1.6rem;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.048rem;
    color: #fff;
    background: var(--color-main);
    border: 0.1rem solid var(--color-main);
    border-radius: 6rem;
}

.btn_list {
    padding-right: 1.1rem;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.048rem;
    color: var(--color-main);
}

.btn_list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.15rem solid var(--color-main);
    border-bottom: 0.15rem solid var(--color-main);
    transform: rotate(-45deg);
}

.btn_list::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
}

.btn_list.icon_hotel::before {
    background: url(./icon/icon_hotel.png) no-repeat 0 0/100% auto;
}

.btn_list.icon_location::before {
    background: url(./icon/icon_location_on.png) no-repeat 0 0/100% auto;
}

.btn_list.icon_food::before {
    background: url(./icon/icon_food.png) no-repeat 0 0/100% auto;
}

.btn_list.icon_car::before {
    background: url(./icon/icon_car.png) no-repeat 0 0/100% auto;
}

.btn_list.icon_shopping::before {
    background: url(./icon/icon_shopping.png) no-repeat 0 0/100% auto;
}

.btn_cls {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    background: url(./icon/icon_close02.png) no-repeat 0 0/100% auto;
}

.btn_cls.is_disable {
    background: url(./icon/icon_close03.png) no-repeat 0 0/100% auto;
}

.btn_tooltip {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    background: url(./icon/icon_tooltip02.png) no-repeat 0 0/100% auto;
}

.btn_tooltip_wrap {
    position: relative;
}

.tooltip_box {
    display: none;
    width: 55vw;
    max-width: 20.8rem;
    position: absolute;
    bottom: 3rem;
    left: -4.4rem;
    background: var(--color-main);
    padding: 0.8rem 1rem;
    border-radius: 0.6rem;
}

.tooltip_box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.8rem;
    left: 4.7rem;
    width: 0;
    height: 0;
    border-bottom: 1rem solid transparent;
    border-top: 1rem solid #FF555F;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
}

.tooltip_box.active {
    display: block;
}

.tooltip_box_txt {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.emp_btn {
    display: block;
    background: var(--color-main);
    border-radius: 10rem;
    text-align: center;
    padding: 1.3rem;
    line-height: 1;
}

.emp_btn.black_type {
    background-color: #222;
}

@media (min-width: 1180px) {

    .btn_item.btn_more,
    .btn_item.btn_arrow {
        font-size: 1.8rem;
        letter-spacing: -0.036rem;
    }
}

.tag_item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.8rem;
    height: 2.4rem;
    line-height: 2.4rem;
    background: #F4F4F4;
    border-radius: 0.4rem;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: -0.048rem;
    color: #999;
}

.tag_item.tag_style_01 {
    padding: 0 0.6rem;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: 1rem;
    color: #fff;
    background: #21C6FC;
    border-radius: 1.2rem;
    white-space: nowrap;
}

.tag_item.tag_style_02 {
    color: #1A85DF;
}

.tag_item.tag_style_03 {
    color: #FF555F;
}

.tag_item.tag_style_04 {
    color: #222;
}

.tag_item.tag_kakao {
    padding: 0;
    width: 4.6rem;
    height: 2rem;
    background: url(./tag_kakao.png) no-repeat 0 0/100% auto;
}

.tag_item.tag_naver {
    padding: 0;
    width: 4.6rem;
    height: 2rem;
    background: url(./tag_naverpay.png) no-repeat 0 0/100% auto;
}

.contents_bar {
    width: calc(100% + 4rem);
    margin: 3rem 0 3rem -2rem;
    height: 1rem;
    background: #EEE;
}

.contents_bar.style_02 {
    margin: 3rem 0 2rem -2rem;
}

.touchmode .frame_group .tag_reset {
    margin-top: 0;
}

.touchmode .btn_item.btn_more {
    display: flex;
    justify-content: center;
}

.touchmode .card_bigbanner_container .pagination_wrap {
    display: none;
}

.touchmode .swiper_general_container .swiper {
    display: flex;
    padding-bottom: 3rem;
}

.touchmode .swiper_general_container .pagination_wrap {
    display: flex;
}

.touchmode .multi_list_container .thumbnail_multi_data_list {
    flex-direction: column;
    height: auto;
}

.touchmode .multi_list_container .thumbnail_multi_data_list>li+li {
    margin-top: 2rem;
}

.touchmode .thumbnail_banner_data_list_wrap .thumbnail_banner_data_list {
    flex-direction: column;
}

.touchmode .thumbnail_banner_data_list_wrap .thumbnail_banner_data_list>li {
    width: auto;
    margin-bottom: 3.2rem;
}

.form_input_item.is_show {
    justify-content: space-between;
}

.form_input_item.is_show .btn_input_reset {
    display: block;
}

.form_input_item.is_show .form_input {
    width: 90%;
}

.fv_cell.warn .form_textarea_item {
    border-color: #EA4754;
}

.form_textarea_item .form_textarea {
    padding: 1.2rem 1.6rem;
    height: 7.2rem;
    background: #FFFFFF;
    border: 0.1rem solid #D9D9D9;
    resize: none;
    font-size: 1.6rem;
}

.form_textarea_item.focus .form_textarea {
    border-color: #222;
}

.form_textarea_item.form_style02 .form_textarea {
    height: 12rem;
}

.form_textarea_item.form_style03 .form_textarea {
    height: 15rem;
}

.list_group {
    margin-top: 2rem;
}

.list_group .list_item {
    padding-left: 1.1rem;
    display: block;
    position: relative;
    font-weight: 500;
    line-height: 1.4;
    color: #666;
    letter-spacing: -0.048rem;
    font-size: 1.3rem;
}

.list_group .list_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background-color: #999;
}

.list_group .list_item+.list_item {
    margin-top: 0.4rem;
}

.list_group .list_item.no_type {
    padding-left: 0;
}

.list_group .list_item.no_type::before {
    display: none;
}

.table_group {
    padding: 0;
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
    border: 0.1rem solid #E9E9E9;
    border-radius: 1rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
    color: #222;
    overflow: hidden;
    /* 취소 및 예약 규정 테이블 (cancelReserveDetailPopup, totiCancelReservePopup) */
}

.table_group th {
    padding: 0;
    height: 5.4rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    background: #EFF2F9;
    border-bottom: 0.1rem solid #E9E9E9;
}

.table_group th+th {
    border-left: 0.1rem solid #E9E9E9;
}

.table_group td {
    padding: 0;
    height: 5.4rem;
    border-bottom: 0.1rem solid #E9E9E9;
}

.table_group td.warn {
    color: #FF5A5F;
}

.table_group td+td {
    border-left: 0.1rem solid #E9E9E9;
}

.table_group td b {
    font-weight: 600;
}

.table_group tbody tr:last-child td {
    border-bottom: none;
}

.table_group+.list_group .list_item {
    padding-right: 0.4rem;
    padding-left: 1.5rem;
}

.table_group+.list_group .list_item::before {
    left: 0.4rem;
}

.table_group.type02 th {
    background: #f1f1f1;
    font-size: 1.4rem;
    font-weight: 400;
}

.table_group.type02 td {
    font-size: 1.4rem;
    font-weight: 400;
}

.table_group.type02 td.warn {
    font-weight: 700;
}

.check_list {
    padding: 0 1.6rem 0 1.6rem;
}

.check_list.radio {
    padding: 0;
}

.check_list.radio .check_item label {
    padding-left: 1.6rem !important;
    cursor: pointer;
}

.check_list.radio .check_item::before {
    display: none;
}

.check_list+.total_props_item {
    margin-top: 1.6rem;
}

.check_list+.total_props_item label {
    color: #222;
    cursor: pointer;
}

.check_list li+li {
    margin-top: 1.6rem;
}

.check_list.type02 {
    padding: 0;
}

.check_list.type02 .check_item {
    justify-content: space-between;
}

.check_list.type02 .check_item label {
    font-size: 1.4rem;
    font-weight: 500;
}

.check_list.type02 .check_item .cnt_sub_tit {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
}

.check_list.type02 .check_item .text_count {
    font-size: 1.3rem;
    font-weight: 600;
    color: #666;
}

.check_list.type02 .check_item .text_count .count {
    color: #222;
}

.check_list.type02 li+li {
    margin-top: 2.4rem;
}

.check_list.agree_form_list {
    padding-left: 1.6rem;
}

.check_list.agree_form_list .check_item label {
    margin-left: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666;
}

.check_list.agree_form_list .check_item input[type=checkbox]:checked+label {
    color: #333;
}

.check_list.agree_form_list .check_item input[type=checkbox]:focus {
    border: none !important;
}

.check_list.agree_form_list .check_item .btn_tailagree {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.check_list.agree_form_list .check_item .btn_tailagree::before {
    border-right-color: #666;
    border-bottom-color: #666;
}

.check_item {
    display: flex;
    position: relative;
}

.check_item .btn_tailagree {
    display: block;
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
}

.check_item .btn_tailagree::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 0.15rem solid #B3B3B3;
    border-bottom: 0.15rem solid #B3B3B3;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.check_item .props_item {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
}

.box_contents {
    margin-top: 1.6rem;
    padding: 1.5rem 1.6rem;
    background: #F2F2F2;
    border-radius: 0.4rem;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: -0.048rem;
    color: #222;
}

.box_contents.warn {
    color: #FF5A5F;
}

.box_contents+.box_contents {
    margin-top: 0.8rem;
}

.box_contents:last-child {
    margin-bottom: 1.3rem;
}

.information_list .information_item {
    display: flex;
    align-items: center;
}

.information_list .information_item .info_tit {
    padding: 0;
    width: 10rem;
    font-weight: 500;
    font-size: 1.4rem;
    color: #222;
}

.information_list .information_item .info_tit.style_02 {
    width: 17rem;
}

.information_list .information_item .info_desc {
    font-weight: 700;
    font-size: 1.3rem;
    color: #222;
}

.information_list .information_item+.information_item {
    margin-top: 2.5rem;
}

.information_list+.sub_cnt_tit {
    margin-top: 3rem;
}

.text_box {
    padding: 0.8rem 4rem 1.2rem 4rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.3rem;
    color: #666;
}

.text_box .box_desc+.box_desc {
    margin-top: 1rem;
}

.text_box+.btn_area {
    margin-top: 3.2rem;
}

.warn_text {
    font-weight: 500;
    font-size: 1.4rem;
    color: #FF5A5F;
    letter-spacing: -0.048rem;
}

.warn_text+.btn_gray {
    margin-top: 0.8rem;
    border-color: #F3F3F3;
}

.gray_box {
    padding: 1.5rem;
    background: #F4F4F4;
    border-radius: 0.8rem;
    font-weight: 500;
    font-size: 1.3rem;
    color: #222;
}

.gray_box .list_group {
    margin-top: 0;
}

.gray_box+.contents_box {
    margin-top: 3rem;
}

.gray_box+.btn_more {
    margin-top: 2rem;
}

.gray_box.emp_medium {
    font-size: 1.4rem;
}

.gray_box.type02 {
    background: #f2f2f2;
}

.contents_box {
    margin-top: 3rem;
}

.contents_box.mt_0 {
    margin-top: 0;
}

.contents_box .contents_tit {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #222;
}

.contents_box .contents_tit+.table_group {
    margin-top: 1.6rem;
}

.contents_box .contents_desc {
    font-weight: 500;
    font-size: 1.4rem;
    color: #666;
}

.contents_box .contents_desc.warn {
    color: #FF5A5F;
}

.contents_box .list_contents {
    margin-top: 2rem;
}

.contents_box .list_contents .contents_dot {
    margin-top: 1rem;
    padding-left: 1.5rem;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #666;
    letter-spacing: -0.0048rem;
}

.contents_box .list_contents .contents_dot::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 0.4rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #666;
}

.complete_top {
    padding-top: 12rem;
    padding-bottom: 2rem;
    background: url(./icon/icon_complete.png) no-repeat center top 4rem/7.2rem 7.2rem;
    text-align: center;
}

.complete_top .complete_text {
    font-weight: 600;
    font-size: 1.8rem;
    color: #222;
    letter-spacing: -0.048rem;
}

.form_group .form_title {
    margin-bottom: 1.6rem;
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    color: #222;
}

.form_group+.form_group {
    margin-top: 2.4rem;
}

.form_group+.form_view_table {
    margin-top: 2.4rem;
}

.rs-container * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rs-container {
    font-family: Arial, Helvetica, sans-serif;
    height: 4.5rem;
    position: relative;
}

.rs-container .rs-bg,
.rs-container .rs-selected {
    background-color: #eee;
    border: 0.1rem solid #ededed;
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0.5rem;
    width: 100%;
    border-radius: 0.3rem;
}

.rs-container .rs-selected {
    background-color: #00b3bc;
    border: 0.1rem solid #00969b;
    transition: all 0.2s linear;
    width: 0;
}

.rs-container.disabled .rs-selected {
    background-color: #ccc;
    border-color: #bbb;
}

.rs-container .rs-pointer {
    background-color: #fff;
    border: 0.1rem solid #bbb;
    border-radius: 0.4rem;
    cursor: pointer;
    height: 2rem;
    left: -1rem;
    position: absolute;
    top: 0;
    transition: all 0.2s linear;
    width: 3rem;
    box-shadow: inset 0 0 0.1rem #FFF, inset 0 0.1rem 0.6rem #ebebeb, 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.rs-container.disabled .rs-pointer {
    border-color: #ccc;
    cursor: default;
}

.rs-container .rs-pointer::after,
.rs-container .rs-pointer::before {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.9rem;
    background-color: #ddd;
    left: 1.2rem;
    top: 0.5rem;
}

.rs-container .rs-pointer::after {
    left: auto;
    right: 1.2rem;
}

.rs-container.sliding .rs-pointer,
.rs-container.sliding .rs-selected {
    transition: none;
}

.rs-container .rs-scale {
    left: 0;
    position: absolute;
    top: 0.5rem;
    white-space: nowrap;
}

.rs-container .rs-scale span {
    float: left;
    position: relative;
}

.rs-container .rs-scale span::before {
    background-color: #ededed;
    content: "";
    height: 0.8rem;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 0.1rem;
}

.rs-container.rs-noscale span::before {
    display: none;
}

.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
    display: block;
}

.rs-container .rs-scale span:last-child {
    margin-left: -0.1rem;
    width: 0;
}

.rs-container .rs-scale span ins {
    color: #333;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 2rem;
    text-decoration: none;
}

.rs-container.disabled .rs-scale span ins {
    color: #999;
}

.rs-tooltip {
    color: #333;
    width: auto;
    min-width: 6rem;
    height: 3rem;
    background: #fff;
    border: 0.1rem solid #00969b;
    border-radius: 0.3rem;
    position: absolute;
    transform: translate(-50%, -3.5rem);
    left: 1.3rem;
    text-align: center;
    font-size: 1.3rem;
    padding: 0.6rem 0;
}

.rs-container.disabled .rs-tooltip {
    border-color: #ccc;
    color: #999;
}

/* range slider api layout */
.slider-container {
    margin-top: 2.2rem;
    padding: 0 0.5rem;
}

.rs-selected {
    height: 0.8rem;
}

.rs-container {
    margin-left: -0.5rem;
}

.rs-container .rs-pointer {
    top: -0.1rem;
    z-index: 5;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.rs-container .rs-pointer::before {
    width: 3.4rem;
    height: 3.4rem;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../../static/images/icon/ico_range_thumbs.png") no-repeat 50% 50%/100% auto;
    box-sizing: border-box;
}

.rs-container .rs-pointer::after {
    display: none;
}

.rs-container .rs-selected {
    height: 0.8rem;
    background-color: var(--color-main);
    border: none;
    border-radius: 0.8rem 0 0 0.8rem;
    z-index: 2;
}

.rs-container .rs-scale {
    display: flex;
}

.rs-container .rs-scale span {
    float: none;
}

.rs-container .rs-scale span::before {
    display: none;
}

.range_type_oneway .rs-container .rs-scale span::before {
    display: block;
    top: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #DEDEDE;
}

.rs-container .rs-bg {
    left: 0.5rem;
    height: 0.8rem;
    background-color: #DEDEDE;
    border-radius: 0.8rem;
}

.rs-tooltip {
    left: 1.2rem;
    transform: translate(-50%, 2rem);
    min-width: auto;
    border: none;
    color: var(--color-main);
    background-color: transparent;
    font-size: 1.3rem;
    font-weight: 600;
}

.range_type_oneway .rs-tooltip::after {
    content: "세";
    position: absolute;
}

.range_type_twoway .rs-tooltip {
    opacity: 0;
}

[data-name=range_charge_max] {
    display: inline-block;
    text-align: right;
}

#dateCallPopup .pcont_inwrap {
    padding-bottom: 0;
}

#dateCallPopup02 .pcont_inwrap {
    padding-bottom: 0;
}

.mbsc-calendar-grid-item {
    margin: 0;
    padding-top: 0;
}

.mbsc-ios.mbsc-datepicker-inline {
    border: none;
}

.mbsc-datepicker .mbsc-calendar-grid {
    padding: 0;
    overflow-x: hidden;
}

#dateCallPopup .mbsc-calendar-header {
    display: none;
}

#dateCallPopup02 .mbsc-calendar-header {
    display: none;
}

@media (min-width: 1180px) {
    #dateCallPopup .mbsc-calendar-header {
        display: block;
    }

    #dateCallPopup02 .mbsc-calendar-header {
        display: block;
    }

    .mbsc-calendar-controls {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }

    .mbsc-calendar-controls .mbsc-calendar-title,
    .mbsc-calendar-controls .mbsc-button-icon {
        color: #222;
        font-weight: var(--fontWeight-bold);
        letter-spacing: -0.03em;
    }

    .mbsc-calendar-title-wrapper {
        position: relative;
    }

    .mbsc-calendar-title-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
    }

    #dateCallPopup .pcont_inwrap {
        padding-bottom: 3rem;
    }

    #dateCallPopup02 .pcont_inwrap {
        padding-bottom: 3rem;
    }

    .mbsc-calendar-button:nth-of-type(2n+1) {
        padding-right: 0.5em;
        padding-left: 0;
    }

    .mbsc-calendar-button:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 0.5em;
    }
}

.mbsc-ios.mbsc-page {
    background: none;
}

#datepicker,
#datepicker_single {
    display: none;
}

.mbsc-calendar-grid-row {
    flex-direction: column;
}

.mbsc-calendar-day-inner {
    border: none;
}

.mbsc-ios.mbsc-range-hover::before {
    border: none;
    height: auto;
    top: auto;
}

.mbsc-ios.mbsc-range-hover-start.mbsc-ltr::before,
.mbsc-ios.mbsc-range-hover-end.mbsc-rtl::before {
    left: 0;
    margin-left: 0;
    border-radius: 0;
}

.mbsc-calendar-grid .mbsc-calendar-table {
    width: 100%;
    margin: 0;
}

.mbsc-calendar-month-title {
    display: none;
}

.calendar-year-wrap {
    display: flex;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: var(--fontWeight-bold);
    letter-spacing: -0.03em;
    justify-content: center;
}

.mbsc-calendar-table {
    order: 2;
}

.mbsc-calendar-week-days {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.mbsc-ios.mbsc-calendar-week-day {
    color: var(--font-color-gray6);
    font-size: var(--fontSize-medium);
    font-weight: var(--fontWeight-medium);
}

.mbsc-calendar-row {
    height: 5rem;
}

.mbsc-ios.mbsc-calendar-today {
    color: #000;
    position: relative;
}

.mbsc-ios.mbsc-calendar-today::after {
    content: "Today";
    position: absolute;
    left: -0.3rem;
    bottom: -0.6rem;
    color: #FF5A5F;
    font-size: var(--fontSize-small);
}

.mbsc-selected .mbsc-ios.mbsc-calendar-today::after {
    content: "";
}

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
    background-color: var(--color-main);
    border-color: transparent;
    font-size: var(--fontSize-medium) !important;
    opacity: 1;
}

.mbsc-ios.mbsc-range-day:after {
    background-color: var(--calendar-highlight-sub);
    height: 3rem;
    top: 0;
}

.mbsc-selected {
    position: relative;
}

.mbsc-selected::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    margin: auto;
    color: var(--color-main);
    font-size: var(--fontSize-small);
}

.mbsc-selected.mbsc-range-day-end::before {
    content: "종료일";
}

.mbsc-selected.mbsc-range-day-start::before {
    content: "시작일";
}

.mbsc-calendar-cell {
    font-weight: var(--fontWeight-medium);
}

.mbsc-calendar-cell.holiday-cell {
    color: #FF5A5F;
}

.mbsc-calendar-cell.holiday-cell .mbsc-calendar-label-text {
    color: #666666;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
}

.mbsc-calendar-cell.holiday-cell .mbsc-ios.mbsc-calendar-label-background {
    background: none;
}

.mbsc-calendar-cell.mbsc-range-day-start .mbsc-calendar-label-text,
.mbsc-calendar-cell.mbsc-range-day-end .mbsc-calendar-label-text {
    display: none;
}

.mbsc-range-day {
    font-weight: var(--fontWeight-bold);
}

.mbsc-disabled .mbsc-calendar-cell-text {
    opacity: 1;
    color: #D9D9D9;
}

.mbsc-ios.mbsc-calendar-day-text {
    width: 3rem !important;
    height: 3rem !important;
    margin: auto !important;
    line-height: 1 !important;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

.mbsc-ios.mbsc-calendar-label-text {
    text-align: center;
    font-size: var(--fontSize-small);
}

.mbsc-calendar-row .mbsc-calendar-cell:nth-child(7n),
.mbsc-calendar-row .mbsc-calendar-cell:nth-child(7n+1) {
    color: #FF5A5F;
}

.popup_wrap.type2 .mbsc-calendar-header {
    display: block;
    margin-bottom: 0.4rem;
}

.popup_wrap.type2 #datepicker_single {
    display: none;
}

.popup_wrap.type2 .mbsc-datepicker {
    margin: 1.4rem 0 0.1rem;
    padding: 0;
}

.popup_wrap.type2 .mbsc-datepicker .mbsc-calendar {
    padding-bottom: 0;
}

.popup_wrap.type2 .mbsc-datepicker .mbsc-calendar-slide {
    padding: 0;
}

.popup_wrap.type2 .mbsc-calendar-button-prev {
    order: 1;
}

.popup_wrap.type2 .mbsc-calendar-title-wrapper {
    position: relative;
    order: 2;
    justify-content: center;
    letter-spacing: -0.03rem;
}

.popup_wrap.type2 .mbsc-calendar-title-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: 10;
}

.popup_wrap.type2 .mbsc-calendar-title {
    padding: 0 0.2rem;
}

.popup_wrap.type2 .mbsc-calendar-button-next {
    order: 3;
}

.popup_wrap.type2 .mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: #222;
    font-weight: 700;
}

.popup_wrap.type2 .mbsc-ios.mbsc-calendar-controls {
    padding: 0;
}

.popup_wrap.type2 .mbsc-calendar-label-text {
    overflow: initial;
    text-overflow: initial;
    white-space: normal;
    line-height: 1.2;
    letter-spacing: -0.048rem;
}

.popup_wrap.type2 .mbsc-ios.mbsc-calendar-today::after {
    content: "";
}

.popup_wrap.single_type .mbsc-datepicker {
    margin: 0;
    padding: 0;
    display: block;
}

.datepicker_time {
    display: none;
}

/* ================ PC 일경우 ================ */
@media (min-width: 1180px) {
    .badge_item {
        height: 2.4rem !important;
        line-height: 1.2rem !important;
        padding: 0.9rem 0.9rem 0.9rem 1.2rem;
        font-size: 1.2rem !important;
        border-radius: 1rem 0rem 0.6rem 0rem;
        font-weight: 500;
        background-color: #FF555f;
    }

    .badge_item.radius_07 {
        font-size: 1.6rem !important;
    }

    .badge_item.radius_08 {
        border-radius: 1rem 0rem 0.6rem 0rem;
    }

    .badge_item.radius_09 {
        padding: 0.9rem 0.9rem 0.9rem 1.2rem;
        height: 3.2rem !important;
        font-weight: 500;
    }

    .badge_item.square_02 {
        height: 2.6rem !important;
        line-height: 2.6rem !important;
    }

    .badge_item.square_03 {
        height: 2.6rem !important;
        line-height: 2.6rem !important;
    }

    .badge_item.square_11 {
        height: 2.6rem !important;
        line-height: 2.6rem !important;
    }

    .badge_item.square_12 {
        height: 2.6rem !important;
        line-height: 2.6rem !important;
    }

    .badge_item.square_13 {
        height: 2.6rem !important;
        line-height: 2.6rem !important;
    }

    .badge_item.square_14 {
        height: 2.6rem !important;
        line-height: 2.6rem !important;
    }

    .pc_item {
        display: block !important;
    }

    .pc_initem {
        display: inline-block !important;
    }

    .mb_item {
        display: none !important;
    }

    .mb_initem {
        display: none !important;
    }

    .check_list.type02 .check_item .text_count {
        font-size: 1.5rem;
    }

    .check_item label {
        font-size: 1.7rem;
    }

    .btn_item.btn_primary {
        font-size: 1.6rem;
    }

    .btn_item.btn_cancle {
        font-size: 1.4rem;
    }

    .information_list .information_item .info_tit {
        font-size: 1.7rem;
    }

    .information_list .information_item .info_desc {
        font-size: 1.7rem;
    }

    .text_box {
        font-size: 1.7rem;
    }

    .warn_text {
        font-size: 1.6rem;
    }

    .btn_gray {
        font-size: 1.5rem;
    }

    .btn_gray.btn_arrow::before {
        top: 1.4rem;
    }

    .contents_box .contents_tit {
        font-size: 1.8rem;
    }

    .contents_box .contents_desc {
        font-size: 1.5rem;
    }

    .contents_box .list_contents .contents_dot {
        font-size: 1.5rem;
    }

    .complete_top .complete_text {
        font-size: 2rem;
    }

    .popup_title {
        font-size: 1.8rem;
    }

    /* 호텔 예약 (비회원예약, 결제에 취소 수수료)*/
    .product_getitem_title {
        font-size: 2.6rem;
    }

    .product_getitem_sub {
        font-size: 1.5rem;
    }

    .product_while_label,
    .product_while_sub {
        font-size: 1.5rem;
    }

    .product_while_value {
        font-size: 2.2rem;
    }

    .product_detail_data {
        font-size: 1.6rem;
    }

    .product_detail_label {
        font-size: 1.6rem;
    }

    .vform_list .vform_label_row {
        font-size: 1.7rem;
    }

    .text_data {
        font-size: 1.6rem;
    }

    .emp_color_red2 {
        font-size: 1.7rem;
    }

    .text_hisdata {
        font-size: 1.5rem;
    }

    .form_input_item_wrap .fv_flex .form_input_item:last-of-type {
        width: 54%;
    }

    .design_modal_w.flex_b {
        padding-bottom: 300px;
        align-items: flex-end;
    }

    .design_modal_w.flex_b {
        padding-bottom: 300px;
        align-items: flex-end;
    }

    .popup_item .caution_msg {
        font-size: 1.6rem;
    }
}

.scroll_smooth {
    scroll-behavior: smooth;
}

.fadeout {
    opacity: 0;
    animation: fade-out 0.5s;
    animation-fill-mode: forwards;
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.loader-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
}

.loader-wrap .loader-view {
    width: 8rem;
    height: 8rem;
}

.front_body #main_header {
    display: block;
}

.front_body.main #main_header {
    display: block;
    position: absolute;
}

.front_body.main #main_header .header_box {
    position: fixed;
}

@media (min-width: 1180px) {
    #main_header {
        display: block;
    }
}

@media (min-width: 1180px) {
    .front_body.main #main_header {
        position: absolute;
    }

    .front_body.main #main_header .header_box {
        position: fixed;
    }
}

@media (min-width: 1180px) {
    #main_header ::-webkit-scrollbar {
        display: none;
    }

    #main_header {
        position: absolute;
        z-index: 999;
    }

    #main_header .header_box {
        position: fixed;
        background-color: #ffffff;
        min-height: 6.4rem;
        width: 100%;
        top: 0;
    }

    #main_header .sticky_wrapper {
        padding: 1.6rem 0rem 1.6rem 2rem;
    }

    #main_header .sticky_wrapper .tab_container {
        display: flex;
    }

    #main_header .sticky_wrapper .tab_container .logo_img_wrap {
        background-color: #ffffff;
        width: 10rem;
        margin-right: 0.8rem;
    }

    #main_header .sticky_wrapper .tab_container .scroll-box {
        display: flex;
        overflow: hidden;
    }

    #main_header .sticky_wrapper .tab_container .scroll-box .tabmenu-container {
        display: flex;
        align-items: center;
        overflow: auto;
    }

    #main_header .sticky_wrapper .tab_container .scroll-box .tabmenu {
        white-space: nowrap;
        padding: 0.4rem 1.6rem;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        color: #999999;
    }

    #main_header .sticky_wrapper .tab_container .scroll-box .tabmenu.active {
        color: #333333;
        background-color: #F6F6F6;
        border-radius: 3rem;
    }

    #main_header .my_page {
        display: none;
    }
}

@media (min-width: 1180px) {
    .front_body.sticky #main_header {
        position: relative;
        margin: 0 auto;
    }

    .front_body.sticky #main_header .header_box {
        position: relative;
    }
}

#main_header ::-webkit-scrollbar {
    display: none;
}

#main_header {
    position: static;
    z-index: 999;
    margin: 0 auto;
}

#main_header .header_box {
    position: static;
    background-color: #ffffff;
    min-height: 6.4rem;
    width: 100%;
    top: 0;
}

#main_header .page_wrap {
    overflow: visible;
}

#main_header .main_contents {
    padding: 0 0 0.8rem;
}

#main_header .sticky_wrapper {
    padding: 1.6rem 0rem 1.6rem 2rem;
}

#main_header .sticky_wrapper .tab_container {
    display: flex;
}

#main_header .sticky_wrapper .tab_container .logo_img_wrap {
    background-color: #ffffff;
    width: 10rem;
    margin-right: 0.8rem;
}

#main_header .sticky_wrapper .tab_container .logo_img_wrap div[class$=logo] {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10rem 3rem;
    width: 10rem;
    height: 3rem;
}

#main_header .sticky_wrapper .tab_container .logo_img_wrap .logo {
    background-image: url(././logo_benepia.png);
}

#main_header .sticky_wrapper .tab_container .logo_img_wrap .bs_logo {
    background-image: url(././logo_vacationshop.png);
}

#main_header .sticky_wrapper .tab_container .scroll-box {
    display: flex;
    overflow: hidden;
}

#main_header .sticky_wrapper .tab_container .scroll-box .tabmenu-container {
    display: flex;
    align-items: center;
    overflow: auto;
}

#main_header .sticky_wrapper .tab_container .scroll-box .tabmenu {
    white-space: nowrap;
    padding: 0.4rem 1.6rem;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    color: #999999;
}

#main_header .sticky_wrapper .tab_container .scroll-box .tabmenu.active {
    color: #333333;
    background-color: #F6F6F6;
    border-radius: 3rem;
}

#main_header .my_page {
    display: none;
}

@media (min-width: 1180px) {
    #main_header {
        max-width: 118rem;
    }

    #main_header .tab_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #main_header .tab_container .my_page {
        display: block;
    }

    #main_header .tab_container .mypage_container {
        display: flex;
        align-items: center;
    }

    #main_header .tab_container .mypage_container p {
        font-weight: 400;
        font-size: 1.4rem;
        color: #333333;
        padding-left: 0.6rem;
    }

    #main_header .tab_container .my_page_icon {
        background-image: url(./mypage_icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1.8rem 1.8rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    #main_header .sticky_wrapper {
        max-width: 118rem;
        margin: 0 auto;
        padding: 1.6rem 2rem;
    }
}

:root {
    --calendar-highlight-sub: #EFF2F9;
    --fontSize-small: bn_rem(12);
    --fontSize-medium: bn_rem(14);
    --fontSize-large: bn_rem(16);
    --font-color-main: #333;
    --font-color-gray6: #666;
    --font-color-gray9: #999;
    --fontWeight-bold: 700;
    --fontWeight-semiBold: 600;
    --fontWeight-medium: 500;
    --color-black: #333;
    --color-sky: #01C5FD;
    --color-main: #FF555F;
    --color-pink: #EE68E1;
    --color-sub-blue: #4EAAFF;
}

.card_banner_item_row {
    margin: 0 0rem;
}

.main_sharply_lodging .thumbnail_guide_data_row .sec_tit {
    font-weight: 700;
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 2rem;
}

.main_sharply_lodging .thumbnail_banner_data_list>li {
    margin-bottom: 2.4rem;
}

.main_sharply_lodging .thumbnail_banner_data_list>li:last-child {
    margin-bottom: 0rem;
}

.main_sharply_lodging .thumbnail_banner_data_list .thumbnail_banner_imgcols {
    flex: 0 0 auto;
}

.main_sharply_lodging .thumbnail_banner_data_list .thumbnail_banner_imgcols .thumbnail_banner_img_g {
    width: 11.2rem;
    height: 11.2rem;
    border-radius: 0;
    border: none;
}

.main_sharply_lodging .thumbnail_multi_data_list .thumbnail_banner_imgcols {
    flex: 0 0 auto;
}

.main_sharply_lodging .thumbnail_multi_data_list .thumbnail_banner_imgcols .thumbnail_banner_img_g {
    width: 11.2rem;
    height: 11.2rem;
    border-radius: 0;
    border: none;
}

.main_sharply_lodging .detail_product_spec_wrap {
    background: none;
    width: 100%;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_block {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 1.4rem;
}

.main_sharply_lodging .detail_product_spec_wrap .col_txt_top {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.main_sharply_lodging .detail_product_spec_wrap .col_txt_bottom {
    display: flex;
    margin-top: auto;
    padding: 0;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_keyword_g {
    margin-bottom: 0.4rem;
    line-height: 1.1rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_keyword_g .keyword_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #999999;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    line-height: 1.82rem;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02rem;
    height: auto !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1em;
    height: auto;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_optional_g {
    margin-bottom: 0.6rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_optional {
    font-size: 1.2rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star {
    margin-top: 0;
    line-height: 1.2rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star:before {
    width: 1.1rem;
    height: 1rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star .optional_count {
    font-weight: 500;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star .optional_count span {
    font-weight: 400;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g {
    margin-top: 0;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .price_before_row {
    line-height: 1.68rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .strike_text {
    font-weight: 400;
    font-size: 1.2rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .price_percent {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 700;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .price_obj_g {
    line-height: 2.24rem;
}

.main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .price_obj_g .price_obj_main {
    font-weight: 700;
    font-size: 1.6rem;
}

.main_sharply_lodging .btn_item {
    margin-top: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_sharply_lodging .btn_item span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.6rem;
}

.main_sharply_lodging .btn_item span::before {
    background-size: 1.6rem 1.6rem;
    background-image: url(./icon/icon_more.png);
}

.attention_now_lodging .emp_top_copy {
    margin-bottom: 2rem;
}

.attention_now_lodging .swiper {
    overflow: visible;
}

.attention_now_lodging .cardquad_thum_row {
    padding-bottom: 12rem;
}

.attention_now_lodging .cardquad_spec_row {
    display: flex;
    padding: 1.2rem 1.4rem;
    height: 14.3rem;
}

.attention_now_lodging .main_guide_col {
    display: flex;
    flex-direction: column;
}

.attention_now_lodging .col_txt_top {
    flex-direction: column;
}

.attention_now_lodging .col_txt_bottom {
    display: flex;
    margin-top: auto;
}

.attention_now_lodging .attention_col_type {
    width: 16.3rem;
    height: 26.3rem;
}

.attention_now_lodging .main_guide_keyword_g {
    margin-bottom: 0.6rem;
    line-height: 1.1rem;
}

.attention_now_lodging .main_guide_optional.ico_star {
    margin-top: 0px;
    line-height: 1.2rem;
}

.attention_now_lodging .main_guide_optional.ico_star::before {
    width: 1.1rem;
    height: 1rem;
}

.attention_now_lodging .keyword_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #999999;
}

.attention_now_lodging .main_guide_title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.4rem;
    line-height: 1.82rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.2em;
    height: auto;
}

.attention_now_lodging .optional_count {
    font-weight: 500;
    font-size: 1.2rem;
}

.attention_now_lodging .optional_count span {
    font-weight: 400;
}

.attention_now_lodging .main_guide_price_g {
    margin-top: 0rem;
}

.attention_now_lodging .main_guide_price_g .strike_text {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.44rem;
}

.attention_now_lodging .main_guide_price_g .price_before_row {
    margin-bottom: 0.4rem;
}

.attention_now_lodging .price_current_row {
    line-height: 1.6rem;
}

.attention_now_lodging .price_current_row .price_percent {
    font-size: 1.6rem;
}

.attention_now_lodging .price_current_row .price_obj_main {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
}

.serve_banner_container .mb_initem {
    height: 9rem;
}

.serve_banner_container .swiper_counter_layer {
    bottom: 1rem;
    right: 2rem;
}

.autumn_hocation .emp_top_copy {
    margin-bottom: 2rem;
}

.autumn_hocation .swiper {
    overflow: visible;
}

.autumn_hocation .cardquad_thum_row {
    padding-bottom: 18rem;
}

.autumn_hocation .cardquad_spec_row {
    display: flex;
    padding: 1.4rem 1.6rem;
    height: 16.8rem;
}

.autumn_hocation .main_guide_col {
    display: flex;
    flex-direction: column;
}

.autumn_hocation .col_txt_top {
    flex-direction: column;
}

.autumn_hocation .col_txt_bottom {
    display: flex;
    margin-top: auto;
}

.autumn_hocation .attention_col_type {
    width: 29rem;
    height: 34.8rem;
}

.autumn_hocation .main_guide_keyword_g {
    margin-bottom: 0.2rem;
    line-height: 1.54rem;
}

.autumn_hocation .main_guide_optional.ico_star {
    margin-top: 0px;
    line-height: 1.4rem;
}

.autumn_hocation .main_guide_optional.ico_star::before {
    width: 1.4rem;
    height: 1.3rem;
    margin-right: 0.05rem;
}

.autumn_hocation .keyword_txt {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.54rem;
    color: #999999;
}

.autumn_hocation .main_guide_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.6rem;
    line-height: 2.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.2em;
    height: auto;
}

.autumn_hocation .optional_count {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.autumn_hocation .optional_count span {
    font-weight: 400;
}

.autumn_hocation .main_guide_price_g {
    margin-top: 0rem;
}

.autumn_hocation .main_guide_price_g .strike_text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.96rem;
}

.autumn_hocation .price_percent {
    line-height: 1.8rem;
    font-size: 1.8rem;
}

.autumn_hocation .price_obj_main {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    line-height: 2.52rem;
}

.attention_now_lodging.pension .emp_top_copy {
    padding-top: 3.2rem;
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 3.2rem;
    line-height: 140%;
}

.attention_now_lodging.pension .pension_bg {
    background-image: url(./sample/pension_bg_sample.jpg);
    background-repeat: no-repeat;
    background-size: 100% 24.6rem;
    width: 100%;
    max-width: 118rem;
    height: 24.6rem;
    margin: 0rem -2rem;
    position: absolute;
    z-index: -1;
}

.necessarily_new_hotel .thumbnail_guide_data_row .sec_tit {
    font-weight: 700;
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 2rem;
}

.necessarily_new_hotel .thumbnail_banner_data_list>li {
    margin-bottom: 2.4rem;
}

.necessarily_new_hotel .thumbnail_banner_data_list>li:last-child {
    margin-bottom: 0rem;
}

.necessarily_new_hotel .thumbnail_banner_imgcols {
    flex: 0 0 auto;
}

.necessarily_new_hotel .thumbnail_banner_imgcols .thumbnail_banner_img_g {
    width: 11.2rem;
    height: 11.2rem;
    border-radius: 1rem;
    border: none;
    overflow: hidden;
}

.necessarily_new_hotel .detail_product_spec_wrap {
    display: flex;
    padding: 0 1.4rem;
    height: 11.2rem;
}

.necessarily_new_hotel .main_guide_block {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.necessarily_new_hotel .main_guide_col {
    display: flex;
    flex-direction: column;
}

.necessarily_new_hotel .col_txt_top {
    flex-direction: column;
}

.necessarily_new_hotel .col_txt_bottom {
    display: flex;
    margin-top: auto;
}

.necessarily_new_hotel .main_guide_keyword_g {
    margin-bottom: 0.4rem;
    line-height: 1.1rem;
}

.necessarily_new_hotel .main_guide_keyword_g .keyword_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #999999;
}

.necessarily_new_hotel .main_guide_title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.4rem;
    line-height: 1.82rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.2em;
    height: auto;
}

.necessarily_new_hotel .main_guide_optional_g {
    margin-bottom: 0.6rem;
}

.necessarily_new_hotel .main_guide_optional {
    font-size: 1.2rem;
}

.necessarily_new_hotel .main_guide_optional.ico_star {
    margin-top: 0;
    line-height: 1.2rem;
}

.necessarily_new_hotel .main_guide_optional.ico_star:before {
    width: 1.1rem;
    height: 1rem;
}

.necessarily_new_hotel .main_guide_optional.ico_star .optional_count {
    font-weight: 500;
}

.necessarily_new_hotel .main_guide_optional.ico_star .optional_count span {
    font-weight: 400;
}

.necessarily_new_hotel .main_guide_price_g {
    margin-top: 0;
}

.necessarily_new_hotel .main_guide_price_g .price_before_row {
    line-height: 1.68rem;
}

.necessarily_new_hotel .main_guide_price_g .strike_text {
    font-weight: 400;
    font-size: 1.2rem;
}

.necessarily_new_hotel .main_guide_price_g .price_percent {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.necessarily_new_hotel .main_guide_price_g .price_obj_g {
    line-height: 2.24rem;
}

.necessarily_new_hotel .main_guide_price_g .price_obj_g .price_obj_main {
    font-weight: 700;
    font-size: 1.6rem;
}

.necessarily_new_hotel .btn_item {
    margin-top: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.necessarily_new_hotel .btn_item span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.6rem;
}

.necessarily_new_hotel .btn_item span::before {
    background-size: 1.6rem 1.6rem;
    background-image: url(./icon/icon_more.png);
}

.nowaday_hot_lodging .thumbnail_guide_data_row .sec_tit {
    font-weight: 700;
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 2rem;
}

.nowaday_hot_lodging .thumbnail_banner_data_list>li {
    margin-bottom: 2.4rem;
}

.nowaday_hot_lodging .thumbnail_banner_data_list>li:last-child {
    margin-bottom: 0rem;
}

.nowaday_hot_lodging .thumbnail_banner_data {
    flex-direction: column;
}

.nowaday_hot_lodging .thumbnail_banner_imgcols {
    flex: 0 0 auto;
}

.nowaday_hot_lodging .thumbnail_banner_imgcols .thumbnail_banner_img_g {
    width: 33.5rem;
    height: 22rem;
    border-radius: 1rem;
    border: none;
    overflow: hidden;
}

.nowaday_hot_lodging .detail_product_spec_wrap {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.nowaday_hot_lodging .main_guide_block {
    margin: 0;
    padding: 1.2rem 0.4rem 0rem 0.4rem;
    display: flex;
    flex-direction: column;
}

.nowaday_hot_lodging .cardquad_spec_row {
    display: flex;
    padding: 1.2rem 1.4rem;
    height: 14.3rem;
}

.nowaday_hot_lodging .main_guide_col {
    display: flex;
    flex-direction: column;
}

.nowaday_hot_lodging .col_txt_top {
    flex-direction: column;
}

.nowaday_hot_lodging .col_txt_bottom {
    display: flex;
    margin-top: auto;
}

.nowaday_hot_lodging .main_guide_keyword_g {
    margin-bottom: 0.4rem;
    line-height: 1.54rem;
}

.nowaday_hot_lodging .main_guide_keyword_g .keyword_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #999999;
}

.nowaday_hot_lodging .main_guide_title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
    line-height: 2.52rem;
    margin-bottom: 1rem;
    letter-spacing: -0.02rem;
    width: 32.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.2em;
    height: auto;
}

.nowaday_hot_lodging .main_guide_optional_g {
    margin-bottom: 0.6rem;
}

.nowaday_hot_lodging .main_guide_optional {
    font-size: 1.2rem;
}

.nowaday_hot_lodging .main_guide_optional.ico_star {
    margin-top: 0;
    line-height: 1.4rem;
}

.nowaday_hot_lodging .main_guide_optional.ico_star:before {
    width: 1.4rem;
    height: 1.4rem;
}

.nowaday_hot_lodging .main_guide_optional.ico_star .optional_count {
    font-weight: 500;
    font-size: 1.4rem;
}

.nowaday_hot_lodging .main_guide_optional.ico_star .optional_count span {
    font-weight: 400;
}

.nowaday_hot_lodging .main_guide_price_g {
    margin-top: 0rem;
}

.nowaday_hot_lodging .main_guide_price_g .price_before_row {
    line-height: 2.52rem;
}

.nowaday_hot_lodging .main_guide_price_g .strike_text {
    font-weight: 400;
    font-size: 1.4rem;
}

.nowaday_hot_lodging .main_guide_price_g .price_percent {
    font-size: 1.8rem;
    line-height: 1.6rem;
}

.nowaday_hot_lodging .main_guide_price_g .price_obj_g {
    line-height: 2.52rem;
}

.nowaday_hot_lodging .main_guide_price_g .price_obj_g .price_obj_main {
    font-weight: 700;
    font-size: 1.8rem;
}

.nowaday_hot_lodging .btn_item {
    margin-top: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nowaday_hot_lodging .btn_item span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.6rem;
}

.nowaday_hot_lodging .btn_item span::before {
    background-size: 1.6rem 1.6rem;
    background-image: url(./icon/icon_more.png);
}

.main_announcement_bar {
    margin-top: 3.2rem;
}

.main_announcement_bar .main_guide_banner_label {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #666666;
    padding: 0.15rem 0rem;
    background: #FFFFFF;
    font-weight: 400;
    line-height: 1.671rem;
    box-sizing: border-box;
    margin-bottom: 3.2rem;
}

.main_announcement_bar .main_guide_banner_label .text {
    margin-left: 1rem;
}

.main_announcement_bar .main_guide_banner_label:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    display: flex;
    margin-right: auto;
    width: 1.5rem;
    height: 2rem;
    background: url("./icon/icon_review_next.png") no-repeat 0 0/100% auto;
}

.main_announcement_bar .main_guide_banner_label .badge_item {
    margin-right: 0rem;
}

.main_announcement_bar .main_guide_banner_label .badge_item.noti_badge {
    background-color: #FFEFF0;
    color: #FF555F;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
    width: 3.7rem;
    height: 2rem;
}

.cardquad_render_zone .cardquad_render_top_row .sec_tit {
    font-weight: 700;
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 2rem;
}

.cardquad_render_zone .region_tab_menu {
    display: flex;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.cardquad_render_zone .region_tab_menu .tabmenu_scroll_container {
    display: flex;
    align-items: center;
    overflow: auto;
}

.cardquad_render_zone .region_tab_menu .region_tab_button {
    white-space: nowrap;
    padding: 1rem 1.8rem;
    font-size: 1.4rem;
    border-radius: 3rem;
    border: 1px solid #e5e5e5;
    font-style: normal;
    font-weight: 500;
    color: #666666;
    margin: 0rem 0.5rem 0rem 0rem;
}

.cardquad_render_zone .region_tab_menu .region_tab_button.active {
    font-weight: 700;
    color: #ffffff;
    background-color: #333333;
    padding: 1rem 1.8rem;
    border-radius: 3rem;
    margin: 0rem 0.5rem;
}

.cardquad_render_zone .region_tab_menu .region_tab_button:first-child {
    margin-left: 0rem;
}

.cardquad_render_zone .region_tab_menu ::-webkit-scrollbar {
    display: none;
}

.cardquad_render_zone .cardquad_render_list {
    margin: 0rem;
}

.cardquad_render_zone .cardquad_render_list li {
    padding: 0rem 0.9rem 0.9rem 0rem;
    flex: 0 0 auto;
    width: auto;
}

.cardquad_render_zone .cardquad_render_list li:nth-child(even) {
    padding-right: 0rem;
}

.cardquad_render_zone .cardquad_render_list li .cardquad_render_list_container {
    width: 16.3rem;
    height: 100%;
}

.cardquad_render_zone .cardquad_render_list .cardquad_thum_row {
    padding-bottom: 12rem;
}

.cardquad_render_zone .cardquad_render_list .cardquad_thum_row .thum_layer_group {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: 2;
    justify-content: flex-start;
}

.cardquad_render_zone .detail_product_spec_wrap {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 14.3rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1.2rem 1.4rem;
    height: 100%;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_col {
    display: flex;
    flex-direction: column;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .col_txt_top {
    flex-direction: column;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .col_txt_bottom {
    display: flex;
    margin-top: auto;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_keyword_g {
    margin-bottom: 0.4rem;
    line-height: 1.1rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_keyword_g .keyword_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #999999;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_title {
    font-weight: 700;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.82rem;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02rem;
    width: 13.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 1.2em;
    height: auto;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_optional_g {
    margin-bottom: 0rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_optional {
    font-size: 1.2rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_optional.ico_star {
    margin-bottom: 0rem;
    margin-top: 0rem;
    line-height: 1.4rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_optional.ico_star:before {
    width: 1.1rem;
    height: 1rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_optional.ico_star .optional_count {
    font-weight: 500;
    font-size: 1.2rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_optional.ico_star .optional_count span {
    font-weight: 400;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_price_g {
    margin-top: 0;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_price_g .price_before_row {
    line-height: 1.44rem;
    padding-bottom: 0.4rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_price_g .strike_text {
    font-weight: 400;
    font-size: 1.2rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_price_g .price_percent {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_price_g .price_obj_g {
    line-height: 1.6rem;
}

.cardquad_render_zone .detail_product_spec_wrap .main_guide_block .main_guide_price_g .price_obj_g .price_obj_main {
    font-weight: 700;
    font-size: 1.6rem;
}

.main_time_deal .attention_row_type {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.main_time_deal .timedeal_wrap .timedeal_list_item {
    display: flex;
}

.main_time_deal .timedeal_wrap .timedeal_list_item .timedeal_desc_row {
    margin-left: 1.6rem;
    padding: 0.8rem 0rem;
    display: flex;
}

.main_time_deal .main_guide_col {
    display: flex;
    flex-direction: column;
}

.main_time_deal .col_txt_top {
    flex-direction: column;
}

.main_time_deal .col_txt_bottom {
    display: flex;
    margin-top: auto;
}

.main_time_deal .main_guide_price_g {
    margin-top: 0;
}

.main_time_deal .keyword_txt {
    font-weight: 500;
    color: #999999;
    line-height: 1.96rem;
    font-size: 1.1rem;
}

.main_time_deal .main_guide_keyword_g {
    margin-bottom: 0.5rem;
}

.main_time_deal .keyword_sub {
    font-weight: 400;
    font-size: 1.2rem;
    color: #333333;
}

.main_time_deal .price_percent {
    font-size: 1.8rem;
}

.main_time_deal .price_obj_main {
    color: #333333;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4rem;
}

.main_time_deal .timedeal_thum_row {
    background-image: url(./sample/timedeal_img_sample1.png);
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16rem;
    height: 16rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.main_time_deal .n_countdown {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding: 1.8rem 1.6rem;
    background: rgba(0, 0, 0, 0.8);
    width: 48rem;
    height: 5.8rem;
    border-radius: 0 0 1.2rem 1.2rem;
}

.main_time_deal .n_countdown .countdown_d {
    padding-right: 0.6rem;
}

.main_time_deal .n_countdown .countdown_text {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
    color: #999999;
    padding-left: 0.6rem;
}

.main_time_deal .n_countdown img {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.6rem;
}

.main_time_deal .main_guide_title {
    font-size: 1.8rem;
    line-height: 1.4rem;
    margin-bottom: 0.5rem;
}

.main_time_deal .strike_text {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.main_time_deal .thumbnail_banner_data_list_wrap .thumbnail_banner_data_list>li {
    flex: 1 1 100%;
    width: 100%;
}

.main_time_deal .thumbnail_banner_imgcols {
    flex: 1 1 auto;
}

.main_time_deal .thumbnail_banner_imgcols .thumbnail_banner_img_g {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.main_time_deal .thumbnail_banner_imgcols .thumbnail_banner_img_g img {
    width: 48rem;
    height: 32rem;
}

.main_time_deal .thumbnail_banner_textcols {
    flex: 1 1 auto;
}

.main_time_deal .timedeal_text_tit {
    width: 14rem;
    height: 3.8rem;
    border-radius: 0.8rem;
    background-color: #333333;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0.8rem 1.8rem;
    margin-bottom: 2rem;
    display: none;
}

/* ================ PC 일경우 ================ */
@media (min-width: 1180px) {
    .main_contents .linebox {
        display: none;
    }

    .main_time_deal .emp_top_copy {
        display: none;
    }

    .main_time_deal .attention_row_type {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .main_time_deal .timedeal_wrap .timedeal_list_item {
        display: flex;
    }

    .main_time_deal .timedeal_wrap .timedeal_list_item .timedeal_desc_row {
        margin-left: 4rem;
        padding: 1.6rem 0rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .main_time_deal .col_txt_top {
        padding-bottom: 6rem;
    }

    .main_time_deal .main_guide_price_g {
        margin-top: 0;
    }

    .main_time_deal .keyword_txt {
        font-weight: 500;
        color: #999999;
        line-height: 1.96rem;
    }

    .main_time_deal .main_guide_keyword_g {
        margin-bottom: 0.5rem;
    }

    .main_time_deal .keyword_sub {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.24rem;
        color: #333333;
    }

    .main_time_deal .price_percent {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }

    .main_time_deal .price_obj_main {
        color: #333333;
        font-weight: 700;
        font-size: 3.2rem;
        line-height: 4.48rem;
    }

    .main_time_deal .timedeal_thum_row {
        background-image: url(./sample/timedeal_img_sample1.png);
        background-position: left center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 48rem;
        height: 32rem;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .main_time_deal .n_countdown {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        color: #ffffff;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 2.2rem;
        padding: 1.8rem 1.6rem;
        background: rgba(0, 0, 0, 0.8);
        width: 48rem;
        height: 5.8rem;
        border-radius: 0 0 1.2rem 1.2rem;
    }

    .main_time_deal .n_countdown .countdown_d {
        padding-right: 0.6rem;
    }

    .main_time_deal .n_countdown .countdown_text {
        font-weight: 400;
        font-size: 2rem;
        line-height: 2rem;
        color: #999999;
        padding-left: 0.6rem;
    }

    .main_time_deal .n_countdown img {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 0.6rem;
    }

    .main_time_deal .main_guide_title {
        font-size: 3.4rem;
        line-height: 4.76rem;
        margin-bottom: 0.5rem;
    }

    .main_time_deal .strike_text {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.24rem;
    }

    .main_time_deal .thumbnail_banner_data_list_wrap .thumbnail_banner_data_list>li {
        flex: 1 1 100%;
        width: 100%;
    }

    .main_time_deal .thumbnail_banner_imgcols {
        flex: 1 1 auto;
    }

    .main_time_deal .thumbnail_banner_imgcols .thumbnail_banner_img_g {
        display: block;
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .main_time_deal .thumbnail_banner_imgcols .thumbnail_banner_img_g img {
        width: 48rem;
        height: 32rem;
    }

    .main_time_deal .thumbnail_banner_textcols {
        flex: 1 1 auto;
    }

    .main_time_deal .timedeal_text_tit {
        width: 14rem;
        height: 3.8rem;
        border-radius: 0.8rem;
        background-color: #333333;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 2rem;
        line-height: 2rem;
        text-align: center;
        padding: 0.8rem 1.8rem;
        margin-bottom: 2rem;
        display: block;
    }

    .main_sharply_lodging {
        padding: 0 2.5rem;
    }

    .main_sharply_lodging .thumbnail_guide_data_row .sec_tit {
        font-size: 2.4rem;
    }

    .main_sharply_lodging .thumbnail_banner_data_list>li {
        margin-bottom: 2rem;
        padding: 0;
    }

    .main_sharply_lodging .thumbnail_banner_data_list>li:last-child {
        margin-bottom: 0rem;
    }

    .main_sharply_lodging .thumbnail_banner_data_list .thumbnail_banner_imgcols {
        flex: 0 0 auto;
    }

    .main_sharply_lodging .thumbnail_banner_data_list .thumbnail_banner_imgcols .thumbnail_banner_img_g {
        width: 14rem;
        height: 14rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_block {
        padding: 0 2rem 0 1.6rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_keyword_g {
        margin-bottom: 0.5rem;
        line-height: 1.3rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_keyword_g .keyword_txt {
        font-size: 1.3rem;
        font-weight: 400;
        color: #999999;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_title {
        font-size: 1.8rem;
        font-weight: 700;
        color: #333;
        line-height: 1.3rem;
        margin-bottom: 0.4rem;
        letter-spacing: -0.036rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        line-height: 1em;
        height: auto;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_optional_g {
        margin-bottom: 0.6rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_optional {
        font-size: 1.2rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star {
        margin-top: 0;
        line-height: 1.2rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star:before {
        width: 1.4rem;
        height: 1.4rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star .optional_count {
        font-weight: 500;
        font-size: 1.5rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_optional.ico_star .optional_count span {
        font-weight: 400;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .price_before_row .strike_text {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .price_current_row .price_percent {
        font-size: 2rem;
        line-height: 1.6rem;
        font-weight: 700;
    }

    .main_sharply_lodging .detail_product_spec_wrap .main_guide_price_g .price_current_row .price_obj_g .price_obj_main {
        font-size: 2rem;
        line-height: 1.4rem;
    }

    .main_sharply_lodging .btn_item {
        display: none;
    }

    .attention_now_lodging {
        padding: 0 2.5rem;
    }

    .attention_now_lodging .cardquad_thum_row {
        padding-bottom: 12rem;
        height: 19.2rem;
    }

    .attention_now_lodging .cardquad_spec_row {
        display: flex;
        padding: 1.6rem 2rem 2rem;
        height: 19.2rem;
    }

    .attention_now_lodging .attention_col_type {
        width: 27rem;
        height: 38.4rem;
        margin-right: 2rem;
    }

    .attention_now_lodging .main_guide_keyword_g {
        margin-bottom: 0.6rem;
        line-height: 1.1rem;
    }

    .attention_now_lodging .main_guide_optional.ico_star {
        margin-top: 0px;
        line-height: 1.2rem;
    }

    .attention_now_lodging .main_guide_optional.ico_star::before {
        width: 1.4rem;
        height: 1.4rem;
    }

    .attention_now_lodging .keyword_txt {
        font-size: 1.4rem;
        font-weight: 400;
        color: #999999;
    }

    .attention_now_lodging .main_guide_title {
        font-size: 2rem;
        font-weight: 700;
        color: #333333;
        line-height: 2rem;
        margin: 1.2rem 0;
    }

    .attention_now_lodging .optional_count {
        font-weight: 500;
        font-size: 1.6rem;
    }

    .attention_now_lodging .optional_count span {
        font-weight: 400;
    }

    .attention_now_lodging .main_guide_price_g {
        margin-top: 0rem;
    }

    .attention_now_lodging .main_guide_price_g .strike_text {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 1.2rem;
    }

    .attention_now_lodging .main_guide_price_g .price_before_row {
        margin-bottom: 0.4rem;
    }

    .attention_now_lodging .price_current_row {
        line-height: 1.6rem;
        margin-top: 1rem;
    }

    .attention_now_lodging .price_current_row .price_percent {
        font-size: 2.4rem;
    }

    .attention_now_lodging .price_current_row .price_obj_main {
        font-size: 2.4rem;
        font-weight: 700;
        color: #333333;
    }

    .autumn_hocation {
        padding: 0 2.5rem;
    }

    .autumn_hocation .emp_top_copy {
        margin-bottom: 2rem;
    }

    .autumn_hocation .cardquad_list_item {
        height: auto;
        min-width: 3.6rem;
    }

    .autumn_hocation .attention_col_type.type02 {
        width: 36rem;
        height: 39.4rem;
        margin-right: 3rem;
    }

    .autumn_hocation .cardquad_thum_row {
        padding-bottom: 18rem;
    }

    .autumn_hocation .cardquad_spec_row {
        display: flex;
        padding: 1.4rem 1.6rem;
        height: 19.2rem;
    }

    .autumn_hocation .main_guide_col {
        display: flex;
        flex-direction: column;
    }

    .autumn_hocation .col_txt_top {
        flex-direction: column;
    }

    .autumn_hocation .col_txt_bottom {
        display: flex;
        margin-top: auto;
    }

    .autumn_hocation .main_guide_keyword_g {
        margin-bottom: 0.2rem;
        line-height: 1.54rem;
    }

    .autumn_hocation .main_guide_optional.ico_star {
        margin-top: 0px;
        line-height: 1.4rem;
    }

    .autumn_hocation .main_guide_optional.ico_star::before {
        width: 1.4rem;
        height: 1.4rem;
        margin-right: 0.05rem;
    }

    .autumn_hocation .keyword_txt {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4rem;
        color: #999999;
    }

    .autumn_hocation .main_guide_title {
        font-size: 2rem;
        margin-bottom: 0.6rem;
        line-height: 1.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        line-height: 1.4em;
        height: auto;
    }

    .autumn_hocation .optional_count {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.4rem;
    }

    .autumn_hocation .optional_count span {
        font-weight: 400;
    }

    .autumn_hocation .main_guide_price_g {
        margin-top: 0rem;
    }

    .autumn_hocation .main_guide_price_g .strike_text {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.96rem;
    }

    .autumn_hocation .price_percent {
        line-height: 1.8rem;
        font-size: 1.8rem;
    }

    .autumn_hocation .price_obj_main {
        font-size: 1.8rem;
        font-weight: 700;
        color: #333333;
        line-height: 2.52rem;
    }

    .attention_now_lodging.pension .emp_top_copy {
        padding-top: 4rem;
        color: #fff;
        font-size: 3.4rem;
        margin-bottom: 3.9rem;
        line-height: 140%;
    }

    .attention_now_lodging.pension .pension_bg {
        background-image: url(./sample/pension_bg_pc_sample.jpg);
        background-repeat: no-repeat;
        background-size: 100% 31.9rem;
        width: 100%;
        max-width: 118rem;
        height: 31.9rem;
        margin: 0rem -2rem;
        position: absolute;
        z-index: -1;
    }

    .nowaday_hot_lodging {
        padding: 0 2.5rem;
    }

    .nowaday_hot_lodging .thumbnail_banner_data_list.type02 {
        padding: 0;
    }

    .nowaday_hot_lodging .thumbnail_banner_imgcols {
        flex: 0 0 auto;
    }

    .nowaday_hot_lodging .thumbnail_banner_imgcols .thumbnail_banner_img_g {
        width: 36rem;
        height: 24rem;
    }

    .nowaday_hot_lodging .main_guide_block {
        padding: 1.2rem 0 0 0;
        height: 17.3rem;
        display: flex;
    }

    .nowaday_hot_lodging .main_guide_keyword_g .keyword_txt {
        font-size: 1.4rem;
        line-height: 140%;
    }

    .nowaday_hot_lodging .main_guide_title {
        font-size: 2rem;
        letter-spacing: -0.032rem;
        line-height: 140%;
    }

    .nowaday_hot_lodging .main_guide_optional.ico_star:before {
        width: 1.4rem;
        height: 1.4rem;
    }

    .nowaday_hot_lodging .main_guide_optional.ico_star .optional_count {
        font-size: 1.6rem;
    }

    .nowaday_hot_lodging .main_guide_price_g {
        display: flex;
        margin-top: auto;
    }

    .nowaday_hot_lodging .main_guide_price_g .strike_text {
        font-size: 1.8rem;
    }

    .nowaday_hot_lodging .main_guide_price_g .price_percent {
        font-size: 2.4rem;
    }

    .nowaday_hot_lodging .main_guide_price_g .price_obj_g {
        line-height: 2.52rem;
    }

    .nowaday_hot_lodging .main_guide_price_g .price_obj_g .price_obj_main {
        font-weight: 700;
        font-size: 2.4rem;
    }

    .nowaday_hot_lodging .btn_item {
        display: none;
    }

    .cardquad_render_zone {
        padding: 0 2.5rem;
    }

    .cardquad_render_zone .cardquad_render_top_row .sec_tit {
        font-size: 2.4rem;
    }

    .cardquad_render_zone .region_tab_menu .region_tab_button {
        padding: 1.2rem 3.2rem;
        font-size: 1.6rem;
    }

    .cardquad_render_zone .region_tab_menu .region_tab_button.active {
        padding: 1.2rem 3.2rem;
    }

    .cardquad_render_zone .cardquad_render_list li {
        width: 25%;
    }

    .cardquad_render_zone .cardquad_render_list li .cardquad_render_list_container {
        width: 27rem;
    }

    .cardquad_render_zone .cardquad_render_list li .cardquad_render_list_container .cardquad_thum_row {
        padding-bottom: 12rem;
        height: 19.2rem;
    }

    .cardquad_render_zone .cardquad_render_list .detail_product_spec_wrap {
        height: 19.2rem;
    }

    .cardquad_render_zone .cardquad_render_list .detail_product_spec_wrap .main_guide_block .main_guide_keyword_g .keyword_txt {
        font-size: 1.4rem;
        font-weight: 400;
        color: #999999;
    }

    .cardquad_render_zone .cardquad_render_list .detail_product_spec_wrap .main_guide_block .main_guide_title {
        font-size: 2rem;
        font-weight: 700;
        color: #333333;
        line-height: 2rem;
        margin: 1.2rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        line-height: 1.2em;
        height: auto;
    }

    .cardquad_render_zone .cardquad_render_list .cardquad_spec_row {
        display: flex;
        padding: 1.6rem 2rem 2rem;
        height: 19.2rem;
    }

    .cardquad_render_zone .cardquad_render_list .attention_col_type {
        width: 27rem;
        height: 38.4rem;
        margin-right: 2rem;
    }

    .cardquad_render_zone .cardquad_render_list .main_guide_keyword_g {
        margin-bottom: 0.6rem;
        line-height: 1.1rem;
    }

    .cardquad_render_zone .cardquad_render_list .optional_count {
        font-weight: 500;
        font-size: 1.6rem;
    }

    .cardquad_render_zone .cardquad_render_list .optional_count span {
        font-weight: 400;
    }

    .cardquad_render_zone .cardquad_render_list .main_guide_price_g {
        margin-top: 0rem;
    }

    .cardquad_render_zone .cardquad_render_list .main_guide_price_g .strike_text {
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 1.2rem;
    }

    .cardquad_render_zone .cardquad_render_list .main_guide_price_g .price_before_row {
        margin-bottom: 0.4rem;
    }

    .cardquad_render_zone .cardquad_render_list .price_current_row {
        line-height: 1.6rem;
        margin-top: 1rem;
    }

    .cardquad_render_zone .cardquad_render_list .price_current_row .price_percent {
        font-size: 2.4rem;
    }

    .cardquad_render_zone .cardquad_render_list .price_current_row .price_obj_main {
        font-size: 2.4rem;
        font-weight: 700;
        color: #333333;
    }
}