@charset "UTF-8";
#skipNav {
    position: relative;
}
#skipNav a {
    display: block;
    position: absolute;
    left: 0;
    top: -300px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
    z-index: 200;
}
#skipNav a:focus, #skipNav a:hover {
    top: 0px;
}
.wrapper {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    position: relative;
}
.header {
    width: 100%;
    height: 14rem;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.header > div {
    width: 120rem;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.header > div.header-default {
    height: 10rem;
}
.header-default .header-logo {
    padding-top: 1rem;
}
.header-default .header-util {
    padding-top: 3.6rem;
}
.header > div.header-util-top {
    width: 120rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
.header > div.header-util-top a {
    position: relative;
    font-size: 1.3rem;
    color:#999;
}
.header > div.header-util-top a + a {
    margin-left: 4rem;
}
.header > div.header-util-top a:not(:first-of-type)::before {
    content: '';
    display: block;
    width: 0.1rem;
    height: 1.4rem;
    position: absolute;
    bottom: 0;
    left: -2rem;
    border-left: 1px solid #eee;
    pointer-events: none;
}
.header-logo h1 a {
    display: block;
    width: 10rem;
    height: 6.5rem;
    background: url(/webassets/img/pc/header-logo.png) 0 0 no-repeat;
    background-size: contain;
}
.header-logo h1 a span,
.header-util ul li a span:not(.cart-circle),
.header-util ul li button span:not(.cart-circle) {
    clip:rect(0 0 0 0);
    clip-path:inset(50%);
    width:1px;
    height:1px;
    overflow:hidden;
    position:absolute;
    white-space:nowrap;
}
.nav > ul,
.header-util ul {
    display: flex;
    justify-content: center;
}
.nav > ul li {
    display: flex;
    flex-direction: column;
}
.nav ul li a,
.nav ul li button {
    padding: 0 3rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #111;
}
.nav > ul > li > a {
    height: 10rem;
    line-height: 10rem;
}
.nav ul li a:hover,
.nav ul li button:hover,
.nav ul li a:focus,
.nav ul li button:focus,
.nav ul li a.active,
.nav ul li button.active {
    color: #1490ef;
}
.nav [class^=menu-] {
    display: none;
    position: absolute;
    top: 12rem;
}
.header.active::before {
    content: '';
    display: flex;
    width: 100%;
    height: 31rem;
    position: absolute;
    /* top: 10rem; */
    top: 14rem;
    left: 0;
    background-color: #fff;
    z-index: 0;
}
.nav.active::before {
    content: '';
    display: flex;
    width: 100%;
    height: 31rem;
    position: absolute;
    top: 10rem;
    left: 0;
    background-color: #fff;
    z-index: 0;
}
.nav.active [class^=menu-] {
    display: block;
}
.nav.active [class^=menu-]  {
	animation-duration: 0.7s;
	animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0s;
}
.nav [class^=menu-] li a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.43;
    letter-spacing: -0.42px;
    color: #111;
}

.header-util ul li {
    padding: 0 0.8rem;
}
.header-util ul li:first-of-type {
    padding-right: 1.4rem;
}
.header-util ul li:last-of-type {
    padding-right: 0;
}
.header-util [class^="btn-header"] {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    position: relative;
    margin: auto;
}
.header-util .btn-header-cart {
    background: url(/webassets/img/pc/btn-header-cart.svg) 0 0 no-repeat;
}
.header-util .btn-header-cart .cart-circle {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: -0.4rem;
    right: -0.6rem;
    line-height: 1.7rem;
    font-size: 1.1rem;
    font-weight: 800;
    color:#fff;
    text-align: center;
    background: #ff754a;
    border-radius: 50%;
    z-index: 1;
}
.header-util .btn-header-search {
    background: url(/webassets/img/pc/btn-header-search.svg) 0 0 no-repeat;
}
.header-util .btn-header-allmenu {
    background: url(/webassets/img/pc/btn-header-allmenu.svg) 0 0 no-repeat;
}
/* .header > div.nav-all {
    width: 100%;
    padding: 3rem 0;
    background-color: #fff;
    border: 1px red solid;
    position: absolute;
    top: 14rem;
} */
.container {
    padding: 14rem 0 12rem;
    position: relative;
    min-height: calc(100vh - 24rem);
    background-color: #f8f8f8;
}
.container > .contents-header {
    width: 100%;
    height: 31rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
}
.contents-header h2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #111;
}
.contents-header .h2-copy {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    color: #111;
}
.contents-header .form-group-tab {
    margin-top: 6rem;
    width: auto;
}
.contents-header .form-group-tab .form-group {
    width: auto;
    margin: 0 3rem;
    position: relative;
}
.contents-header .form-group-tab .form-group:not(:first-of-type)::before {
    content: '';
    width: 0.1rem;
    height: 2rem;
    position: absolute;
    top: 0.2rem;
    left: -3rem;
    border-left: 1px solid #ddd;
}
.contents-header .form-group-tab .form-group label {
    height: auto;
    padding: 0 0 1.8rem;
}
.contents-header .form-group-tab .form-group [type=radio] + label::before {
    border-radius: 0;
    border-width: 0;
}
.contents-header .form-group-tab .form-group input:checked + label::before {
    width: 100%;
    border-width: 0 0 0.4rem 0;
    background-color: #fff;
}
.contents-header .form-group-tab .form-group label span {
    font-size: 1.8rem;
    font-weight: 700;
    color: #999;
}
.container > .contents {
    position: relative;
    padding: 0;
    /* animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.1s;
    animation-name: fadeIn; *//* ej */
}
.contents .contents-box {
    position: relative;
    width: 84rem;
    margin: 10rem auto 0;
    padding: 8rem;
    border-radius: 3rem;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.contents .contents-box + .contents-box {
    margin-top: 6rem;
}
.contents .contents-box .hgroup {
    margin-top: -1rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #111;
}
.contents-box .hgroup h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #111;
    position: relative;
}
.contents .contents-box .hgroup + .terms-list {
    margin-top: 6rem;
}

.contents .contents-box.encarBox {
	width: 130rem;
}

.contents > .btn-wrap {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents > .btn-wrap > button + button{
    margin-left: 1rem;
}
.contents > .btn-wrap .btn.xl {
    width: 24rem;
    height: 6rem;
    border-radius: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
}
/* .contents > .btn-wrap .btn.xl:disabled {
    background-color: #ccc;
} */
.contents > .btn-wrap .btn.xl.stroke {
    background-color: #fff;
    border: 0.1rem solid #ddd;
    color:#999;
}
.contents > .btn-wrap .btn.stroke03 {
    background-color: #fff;
    border: 0.1rem solid #1490ef;
    color: #1490ef;
}

.footer {
    position: relative;
    height: 16rem;
}
.footer > div {
    width: 120rem;
    position: relative;
    margin: auto;
    padding: 3.6rem 0;
    display: flex;
}
.footer .footer-logo {
    width: 5.2rem;
}
.footer .footer-info {
    width: calc(100% - 5.2rem);
    padding: 0 0 0 4rem;
}
.footer-info a,
.footer-info span,
.footer-info .copyright,
.footer-info .family-info {
    line-height: 1.86;
}
.footer-info ul {
    display: flex;
    width: 100%;
}
.footer-info ul li {
    padding: 0 1.5rem;
    position: relative;
}
.footer-info ul li:first-of-type {
    padding-left: 0;
}
.footer-info .info li,
.footer-info .info li a {
    font-size: 1.4rem;
    line-height: 1.86;
    letter-spacing: -0.42px;
    color: #999;
}
.footer-info .info li::after {
    top: 0.9rem;
}
.footer-info a {
    display: block;
    font-size: 1.4rem;
    color: #999;
}
.footer-info ul li::after {
    content: '';
    width: 0.1rem;
    height: 1.2rem;
    border-left: 0.1rem solid #999;
    position: absolute;
    top: 0.8rem;
    right: 0;
}
.footer-info ul li:last-of-type::after {
    display: none;
}
.footer-info address {
    margin-top: 1rem;
}
.footer-info address span {
    margin-right: 2rem;
    font-size: 14px;
    font-style: normal;
    color: #999;
}
.footer-info .copyright {
    font-size: 14px;
    color: #999;
}
.footer-info .family-info {
    margin-top: 3rem;
    font-size: 14px;
    color: #999;
}




.st-wrap .container > .contents,
.has-map .container {
    padding-top: 0;
    padding-bottom: 0;
}
/* .nav-side {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 10;
} */
/* .nav-bottom {
    width: 100%;
    height: 6rem;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    flex-wrap: nowrap;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px -1.5px 3.5px 0 rgba(51, 51, 51, 0.1);
} */




.bottomsheets {
    width: 100%;
    min-height: 50vh;
    max-height: 80vh;
    overflow-y: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 10;
    transform: translate3d(0, 100%, 0);
}
.modal-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    flex-direction: column;
    z-index: 30;
}
.modal-wrap .modal-tit {
    width: calc(100% - 6.8rem);
    height: 3rem;
    line-height: 3rem;
    margin: 0;
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    font-size: 2rem;
}
.modal-wrap .modal-wrap-con {
    overflow-y: auto;
}
.modal-wrap .modal-wrap-con .contract-scroll-y {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.alert-wrap {
    width: auto;
    min-width: 80vw;
    height: auto;
    min-height: 30vh;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.dim {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color:#000000;
    opacity: 0.4 !important;
    z-index: 4;
}
.dim.show {
    display: block;
}
/* dim fade in&out opacity custom */
.dim.animate__fadeIn {-webkit-animation-name:fadeInDim;animation-name:fadeInDim}
.dim.animate__fadeOut{-webkit-animation-name:fadeOutDim;animation-name:fadeOutDim}
@-webkit-keyframes fadeInDim{0%{opacity:0}to{opacity:0.4}}
@keyframes fadeInDim{0%{opacity:0}to{opacity:0.4}}
@-webkit-keyframes fadeOutDim{0%{opacity:0.4}to{opacity:0}}
@keyframes fadeOutDim{0%{opacity:0.4}to{opacity:0}}


/* Modals */
.modal.modal-left .modal-content, .modal.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.modal-left .modal-content, .modal.modal-right .modal-content, .modal.modal-top .modal-content, .modal.modal-full .modal-content {
    border-radius: 0;
    border: none;
}
.modal.modal-bottom .modal-content {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 1.5rem 1.5rem 0 0;
    border: #e9e9e9;
}
.modal.modal-bottom .modal-content.has-footer {
    padding-bottom: 6rem;
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog, .modal.modal-top .modal-dialog, .modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}
.modal.modal-left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.modal-left .modal-body, .modal.modal-right .modal-body {
    max-height: calc(100vh - 13.5rem);
    padding: 0 2rem 4rem;
}
.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* outline: 0; */
}
.modal.alert,
.modal.confirm,
.modal.notice,
.modal-dialog-dim-light,
.modal.pop {
    z-index: 1060;
    background: rgba(0,0,0,.1);
}
.modal.size-harp{
	width : 50%;
	left : 25%;
}
.modal.size-harp.modal-rounded .modal-content{
    border-radius: 3rem;
}
.modal.alert .modal-content,
.modal.confirm .modal-content {
    border-radius: 3rem;
}
.modal.notice .modal-content {
    border-radius: 1.5rem;
}
.modal.notice.pc .modal-content {
    border-radius: 1.2rem;
}
.modal.notice.pc .modal-dialog {
    max-width: 46rem;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /* outline: 0; */
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: auto;
    pointer-events: none;
}
.modal.pop .modal-dialog {
    max-width: 67rem;
}
.modal.alert .modal-dialog,
.modal.confirm .modal-dialog {
    width: 38rem;
    min-width: 38rem;
}
/* @media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
} */
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 4rem 2rem;
}
.modal-title {
    width: calc(100% - 3.2rem);
    margin-top: -1rem;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #111;
    line-height: 1.5;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal .modal-header .close,
.modal.modal-bottom .modal-header .close {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    background: #fff url(/webassets/img/pc/btn-x.svg) center center no-repeat;
    background-size: 2.4rem;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.modal.modal-bottom .modal-header .close span {
    clip:rect(0 0 0 0); clip-path:inset(50%); width:1px; height:1px; overflow:hidden; position:absolute; white-space:nowrap;
}
.modal.modal-bottom .modal-header {
    padding: 1.2rem 2rem 3rem;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 4rem 4rem 2rem;
    max-height: calc(100vh - 22.5rem);
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-body.overflow-hidden {
    overflow: hidden;
}
.modal-body.overflow-hidden [data-simplebar] {
    width: calc(100% + 2rem);
    overflow: hidden;
    margin:0 auto;
}
.modal-body.overflow-hidden .pd-wrap [data-simplebar],
.modal-body.overflow-hidden .pd-wrap .scroll-y {
    height: calc(85rem - 17.5rem - 16.5rem);/* ie11 */
    max-height: calc(85rem - 17.5rem - 16.5rem);
}
.modal-body.overflow-hidden [data-simplebar] .simplebar-content {
    padding-right: 2rem;
}
.simplebar-track:hover .simplebar-scrollbar {
    opacity: 1;
}
.simplebar-scrollbar {
    background: #eee;
    opacity: 1;
}
.simplebar-track .simplebar-scrollbar.visible {
    opacity: 1;
}
.modal-content.has-footer .modal-body {
    padding: 4.8rem 3rem;
    max-height: calc(100vh - 21rem);
}
/* .modal.confirm .modal-body {
    padding: 0 2rem 4rem;
} */
.modal.notice .modal-body {
    padding: 0;
}

.modal.confirm .modal-body .confirm-text,
.modal.alert .modal-body .confirm-text {
    width: 100%;
    min-height: 4.6rem;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    text-align: center;
    line-height: 1.75;
    letter-spacing: -0.05em;
    word-break: keep-all;
}
.modal.confirm .modal-body .confirm-desc,
.modal.alert .modal-body .confirm-desc {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    text-align: center;
    letter-spacing: -0.03em;
    padding: 1rem 0 0;
}
.modal-body > *:first-child {
    margin-top: 0;
}
.modal-footer {
    height: 10rem;
    padding: 2rem 2rem 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
}
/* .modal-footer>* {
} */
.modal-footer button {
    /* flex: 1 0 50%; */
    min-width: 12.8rem;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 2.5rem;
    margin: 0 0.5rem;
    padding: 0 5rem;
}
.modal-footer button.btn-secondary {
    background-color: #fff;
    color: #999 !important;
    border: 1px solid #ddd;
}
.modal-footer button.btn-primary:disabled {
    color: #cccc;
    background-color: #f4f4f4;
}
.modal-footer button.btn-secondary:disabled {
    color: #cccc !important;
    border-top: 1px #ccc solid;
}
/* .modal.alert .modal-footer button,
.modal.confirm .modal-footer button {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 700;
}*/
.modal.alert .modal-footer button.btn-secondary,
.modal.confirm .modal-footer button.btn-secondary {
    border: 1px solid #ddd;
}
/* .modal.confirm .modal-footer button {
    width: 50%;
}*/
.fade:not(.show) {
    opacity: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.nav-side {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.nav-side.animate__animated.show {
    animation-name: slideInRight;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal .dim {
    z-index: 0;
}
.show {
    display: block;
}
.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}
.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}
.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.modal.modal-top .modal-dialog, .modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.modal.modal-left.fade.show .modal-dialog {
    left: 0;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.pop .modal-dialog.modal-xl-56 {
    max-width: 56rem;
}
.modal.pop .modal-dialog.modal-xl-56 .modal-content {
    height: 50rem;
}
.modal.pop .modal-dialog.modal-xl-56.auto-height .modal-content {
    height: auto;
}
.modal.pop .modal-dialog.modal-xl-89 {
    max-width: 89rem;
}
.modal.pop .modal-dialog.modal-xl-92 {
    max-width: 92rem;
}
.modal.pop .modal-dialog.modal-xl-78 {
    max-width: 78rem;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal.modal-top .modal-content, .modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-top .modal-body, .modal.modal-bottom .modal-body {
    padding: 0 2rem 4rem 2rem;
}

.modal.modal-bottom .modal-body > *:last-child.form-wrap {
    margin-bottom: 0;
}

.modal.modal-bottom .modal-handle-bar {
    height:3rem;
    width: 100%;
    position: relative;
}
.modal.modal-bottom .modal-handle-bar::after {
    content: '';
    width: 6rem;
    height: 0.6rem;
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    margin-left: -3rem;
    border-radius: 0.3rem;
    background-color: #ddd;
}
.modal.modal-bottom .modal-handle-pseudo {
    width: 6rem;
    height: 0.6rem;
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    margin-left: -3rem;
    border-radius: 0.3rem;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}
.modal.modal-bottom.parking-bottom .modal-handle-pseudo {
    display: none;
}
.modal.modal-bottom.parking-bottom .modal-handle-bar {
    visibility: hidden;
    height: 1.8rem;
}
.modal.modal-bottom.parking-bottom .modal-body {
    padding-bottom: 3rem;
}
.modal.fade.show .modal-dialog-dim {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* pointer-events: all; */
}
.modal.modal-bottom .modal-header .close,
.modal.modal-bottom.on-bottom .modal-header .close.hidden {
    visibility: hidden;
}
/* bottom sheets on bottom sheets */
.modal.modal-bottom.on-bottom .modal-header .close {
    visibility: visible;
}
.modal.modal-bottom.on-bottom .modal-header {
    padding-top: 3rem;
}
.modal.modal-bottom.on-bottom .modal-handle-bar {
    display: none;
}
.modal.modal-bottom.on-bottom .modal-content {
    border-radius: 0;
}
/* bottom sheets without close event function */
.modal.modal-bottom.no-event .modal-dialog-dim {
    pointer-events: none;
}
.modal.modal-bottom.no-event .modal-handle-pseudo {
    pointer-events: none;
}
.modal.modal-bottom.no-event .modal-handle-bar {
    pointer-events: none;
}
.modal.modal-bottom.no-event .modal-handle-bar::after {
    display: none;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body,
.modal.modal-full .modal-body,
.modal.confirm .modal-header + .modal-body {
    max-height: calc(100vh - 9.5rem);
    padding: 0 2rem 4rem;
}
.modal.modal-left .modal-content.has-footer .modal-body,
.modal.modal-right .modal-content.has-footer .modal-body,
.modal.modal-full .modal-content.has-footer .modal-body {
    max-height: calc(100vh - 13.5rem);
    padding: 0 2rem 4rem;
}
.modal.alert .modal-body,
.modal.confirm .modal-body {
    padding: 5rem 0 0;
    max-height: calc(100vh - 13rem);
}
.modal.alert .modal-footer,
.modal.confirm .modal-footer {
    height: auto;
    padding: 4rem 0 3rem;
}
/* PC Popup */
.modal.pop .modal-content {
    border-radius: 3rem;
    /* box-shadow: 0 0.2rem 2.4rem 0 rgba(0, 0, 0, 0.08); */
}
.modal.pop .modal-header {
    position: relative;
}
.modal.pop .modal-header::after {
    content: '';
    display: block;
    width: calc(100% - 8rem);
    height: 0.1rem;
    border-top: 1px solid #111;
    position: absolute;
    bottom: 0;
    left: 4rem;
}
.modal.pop .modal-body {
    max-height: calc(85rem - 17.5rem);
}

.d-none {
    display: none!important;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.btn-primary {
    color: #fff;
    background-color: #1490ef;
    border-color: #1490ef;
}
.btn-secondary {
    color: #777 !important;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}
.btn-secondary-w {
    color: #111;
    background-color: #fff;
    border-color: #e9e9e9;
}
.btn-primary:disabled,
.btn-secondary:disabled {
    color: #ccc;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.modal.modal-full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.modal.modal-full .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal-backdrop.show {
    opacity: .5;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

/* 금융소비자 보호에 관한 법률 */
.modal-body.law {
    padding: 4.8rem 2rem;
}
.modal .modal-body.law .close-area {
    position: relative;
    margin-bottom: 1rem;
}
.modal .modal-body.law .close-area .btn-close {
    background: transparent;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    position: absolute;
    right: 0;
    top: -3rem;
    background-image: url(/webassets/img/pc/btn-close-popup.svg);
    background-size: 1.8rem auto;
    background-position: center;
}

/* serial section */
.section + .section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.section + .section:last-of-type {
    margin-bottom: 0;
}

/* header components */
.header h1, .header .h1 {
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #111;
    text-align: center;
    font-weight: 400;
}
/* .header > div {
    display: flex;
    min-width: 3rem;
}
.header > div > * + * {
    margin-left: 1rem;
} */
[class^='header-btn-'] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    box-shadow: none;
    background: 50% 50% no-repeat;
}
.header-btn-history {
    background-image: url(/webassets/img/pc/header-btn-history.svg);
    background-position: 0 center;
    background-size: 2.2rem auto
}
.header-btn-home {
    background-image: url(/webassets/img/pc/header-btn-home.svg);
    background-position: 100% center;
    background-size: 2.2rem auto;

}
.header-btn-cart {
    background-image: url(/webassets/img/pc/cart.svg);
    background-size: 2.2rem auto;
    background-position: 0.2rem 0.7rem;
}
.header-btn-cart .cart-circle {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.4rem;
    font-size: 0.8rem;
    color:#ffffff;
    letter-spacing: -0.05em;
    text-align: center;
    background: #ee2617 url(/webassets/img/pc/cart-ea.svg) 50% 50% no-repeat;
    background-size: contain;
    border-radius: 50%;
}
/* .header-btn-menu {}
.header-btn-x {} */

/* setting header components */
.settings {
    padding-bottom: 4rem;
}
.settings .section + .section {
    margin-top: 4rem;
}
.settings .section {
    padding: 0 2rem;
}
.settings .section > .box {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% + 4rem);
    padding: 1.6rem 2rem;
    background: #fff;
    color: #666666;
    font-size: 1.4rem;
    overflow: hidden;
    margin-left: -2rem;
    border-bottom: 0;
    margin-top: 1.6rem;
}
.settings .section:first-of-type {
    margin-top: 2rem;
}
.settings .hgroup {
    position: relative;
    height: 6rem;
    background: #fff;
}
.settings .hgroup h1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #111;
}
.settings .header-btn-history {
    position: absolute;
    top: 50%;
    left: 1.4rem;
    transform: translateY(-50%);
    box-shadow: none;
}

.settings .btn {
    background: #fff;
    color: #111;
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
    border: 0.1rem solid #666666;
    border-radius: 0.4rem;
    width: 100%;
}
.settings h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
}
.settings h2 + .desc {
    padding-top: 1.6rem;
    color: #666666;
}
.settings .section.withdrawal {

margin-top: 6rem;
}
.settings .menu-list {
    margin-top: 1.6rem;
}
.settings .alter + .menu-list {
    margin-top: 0;
}
.settings .menu-list:before {
    display: none;
}
.settings .menu-list li.box {
    padding: 1.5rem 2rem;
}
.settings .menu-list li.box .desc {
    margin-top: 0.3rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.settings .desc a.link {
    text-decoration: underline;
    border-bottom: none;
}
.settings a.link.underline {
    text-decoration: underline;
}
.settings .txt-link {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
}
.settings .version {
    color: #001113;
}

/* side components : setting layer */
.side-btn-x {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
}

/* bottom navigation components */
/* .nav-bottom > div {
    width: 100%;
} */
/* .nav-bottom-btn {
    width: 100%;
    height: 100%;
    min-width: 6rem;
    min-height: 6rem;
    padding: 0 !important;
    position: relative;
    flex-direction: column;
    font-size: 1rem;
    background: #fff;
}
.nav-bottom-btn span {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #999;
}
.nav-bottom-btn:hover span,
.nav-bottom-btn.active span {
    color: #111;
    font-weight: 700;
}
.nav-bottom-btn::before {
    content: '';
    width: 3.6rem;
    height: 2.8rem;
    min-width: 6rem;
    display: block;
}
.nav-bottom-btn.home::before {
    background:url(/webassets/img/pc/nav-bottom-home.png) center center no-repeat;
    background-size: contain;
}
.nav-bottom-btn.home:hover::before,
.nav-bottom-btn.home.active::before {
    background-image:url(/webassets/img/pc/nav-bottom-home-on.png);
}
.nav-bottom-btn.buy::before {
    background:url(/webassets/img/pc/nav-bottom-buy.png) center center no-repeat;
    background-size: contain;
}
.nav-bottom-btn.buy:hover::before,
.nav-bottom-btn.buy.active::before {
    background-image:url(/webassets/img/pc/nav-bottom-buy-on.png);
}
.nav-bottom-btn.loan::before {
    background:url(/webassets/img/pc/nav-bottom-loan.png) center center no-repeat;
    background-size: contain;
}
.nav-bottom-btn.loan:hover::before,
.nav-bottom-btn.loan.active::before {
    background-image:url(/webassets/img/pc/nav-bottom-loan-on.png);
}
.nav-bottom-btn.garage::before {
    background:url(/webassets/img/pc/nav-bottom-garage.png) center center no-repeat;
    background-size: contain;
}
.nav-bottom-btn.garage:hover::before,
.nav-bottom-btn.garage.active::before {
    background-image:url(/webassets/img/pc/nav-bottom-garage-on.png);
}
.nav-bottom-btn.setting::before {
    background:url(/webassets/img/pc/nav-bottom-setting.png) center center no-repeat;
    background-size: contain;
}
.nav-bottom-btn.setting:hover::before,
.nav-bottom-btn.setting.active::before {
    background-image:url(/webassets/img/pc/nav-bottom-setting-on.png);
} */
/* bottom sheets components */
.bottomsheets-tit {
    width: calc(100% - 6.8rem);
    height: 3rem;
    margin: 0;
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    font-size: 2rem;
    line-height: 3rem;
}
.bottomsheets-btn-o {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
}
.bottomsheets-btn-x {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
}

/* modal popup components */
/* .modal-btn-o {

} */
.modal-btn-x {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    z-index: 31;
}

/* alert popup components */
/* .alert-btn-o {

} */
.alert-btn-x {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
}

/* 오은주 - 설정에서 재지정 */
.modal-wrap {
    overflow-y: auto;
}
.bottomsheets {
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 0;
    min-height: 10vh;
}
.bottomsheets-content {
    width: 100%;
    height: 100%;
    padding: 0 1.4rem;
}
.bottomsheets .btn-wrap {
    width: 100%;
    position: absolute;
    bottom : 0;
    left: 0;
}
.alert-wrap {
    flex-direction: column;
    text-align: center;
}
.alert-wrap .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
}
.alert-wrap .btn-wrap .btn {
    width: 100%;
}

/* 20211213 개발요청 메인 바틈시트 to 페이지 */
.pg-popup {
    position: relative;
}
.pg-popup .header {
    padding-top:3rem;
    padding-bottom:2rem;
    position: static;
    height: 8rem;
}
.pg-popup .container {
    padding: 0;
    min-height: auto;
}
.pg-popup .container > .contents {
    padding-top: 0;
}
.pg-popup .form-group label span {
    margin-left: 0;
}
.pg-popup .basic-slide .swiper-pagination {
    position: fixed;
    bottom: 7rem;
}
.pg-popup .form-group.weekchk .chk-small,
.pg-popup .set-cookie button.close span {
    color: #111;
    font-size: 1.4rem !important;
    padding-left: 0;
    opacity: 1;
    font-weight: 400;
}
.pg-popup .set-cookie button.close {
    opacity: 1;
}
.pg-popup .set-cookie {
    width: 100%;
    padding:1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
}
.pg-popup .set-cookie .form-group .chk-small::before,
.pg-popup .set-cookie .form-group .chk-small::after {
    display: none;
}