:root {
	--mustard: #d1a300;
	--lightmustard: #fff6d6;
	/*--burgundy: #7a002a;*/
	--burgundy: #e60013;	/* logo color */
	--indigo: #282452;
	--lightindigo: #777497;
}

.eng { font-family: "Archivo", sans-serif; }

@media screen and (max-width: 922px) {
    .ui-datepicker-bg {
        display:none;
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.7);
        z-index: 700
    }

    .ui-datepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        -ms-transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        width: 80%;
        height: auto;
        margin: 5px auto 0;
        font: 9pt Arial, sans-serif;
        z-index: 701 !important
    }
}

.ui-datepicker {
    width: 300px
}

.ui-datepicker table {
    background-color: rgba(0,0,0,0.07);
    margin: 0;
    padding-bottom: 2.5px
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border: none;
    padding: .8em 0
}

.ui-datepicker .ui-datepicker-title select {
    margin: 1px 2%;
    font-family: Roboto,sans-serif
}

.ui-datepicker-year,.ui-datepicker-month {
    padding-left: 5px;
    background-image: url(../../images/common/img_select_style1.png);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #d2d2d2
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    top: 12px
}

.ui-datepicker-calendar thead tr {
    background-color: #fff
}

.ui-datepicker td {
    padding: 2.5px 1px 0 1px
}

.ui-datepicker td span,.ui-datepicker td a {
    text-align: center;
    color: #666666
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    background-color: transparent;
    border: none
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 0
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    background-color: #007fff
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .25;
    filter: Alpha(Opacity=25)
}

.block-revealer__content {
    opacity: 0
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0
}

[data-scrollani="slideUp"] {
    opacity: 0;
    transform: translate3d(0, 30px, 0)
}

[data-scrollani="slideDown"] {
    opacity: 0;
    transform: translate3d(0, -30px, 0)
}

[data-scrollani="scaleDown"] {
    transform: scale(1.1)
}

[data-scrollani="fadeIn"] {
    opacity: 0
}

[data-scrollani="leftToRight"] {
    opacity: 0;
    transform: translate3d(-30px, 0, 0)
}

[data-scrollani="rightToLeft"] {
    opacity: 0;
    transform: translate3d(30px, 0, 0)
}

.btn-xs,.btn-sm,.btn-sm-55,.btn-sm-form,.btn-sm-order,.btn-full-sm,.btn-sm-auto,.btn-sm-full,.btn-md,.btn-lg,.btn-full-lg,.btn-xl,.btn-full,.btn-full-55,.btn-full-xl,.btn-popup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 8px;
    border: none;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    transition: all .2s linear;
    cursor: pointer
}

.btn-xs {
    width: 70px;
    height: 25px;
    font-size: 13px
}

.btn-sm {
    width: 100px;
    min-width: 100px;
    height: 37px;
    font-size: 14px
}

.btn-sm-55 {
    width: 100px;
    min-width: 100px;
    height: 55px;
    font-size: 14px
}

.btn-sm-form {
    width: 100px;
    min-width: 100px;
    height: 55px;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .btn-sm-form {
        height:37px
    }
}

.btn-sm-order {
    line-height: 1.2;
    width: 100%;
    min-width: 100px;
    min-height: 37px;
    padding: 6px 10px;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .btn-sm-order {
        width:124px;
        min-width: 124px
    }
}

[data-lang="ko"] .btn-sm-order {
    width: 100px;
    min-width: 100px
}

.btn-full-sm {
    width: 100%;
    height: 42px;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .btn-full-sm {
        width:100px;
        height: 37px
    }
}

.btn-sm-auto {
    width: auto;
    min-width: 100px;
    height: 37px;
    font-size: 14px
}

.btn-sm-full {
    width: 100px;
    min-width: 100px;
    height: 37px;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .btn-sm-full {
        width:100%
    }
}

.btn-md {
    width: 150px;
    height: 50px;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    line-height: 1.75
}

@media screen and (min-width: 992px) {
    .btn-md {
        width: 180px;
        height: 60px;
        font-size: 18px;
        line-height: 1.56
    }
}

.btn-lg {
    width: 265px;
    height: 40px;
    font-size: 15px;
    font-weight: 500
}

.btn-full-lg {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 500
}

.btn-xl {
    width: 200px;
    height: 50px;
    font-size: 15px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .btn-xl {
        height:55px
    }
}

.btn-full {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .btn-full {
        height:55px
    }
}

.btn-full-55 {
    width: 100%;
    height: 55px;
    font-size: 14px
}

.btn-full-xl {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .btn-full-xl {
        width:200px;
        height: 55px
    }
}

.btn-popup {
    width: 200px;
    max-width: 200px;
    height: 50px;
    font-size: 15px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .btn-popup {
        height:55px
    }
}

.btn-point {
    background-color: var(--burgundy);
    color: #fff !important
}

.btn-point:disabled {
    background-color: var(--indigo)
}

.btn-st1 {
    border: 1px solid var(--indigo);
    background-color: #eee;
    color: #222 !important
}

.btn-outline-point-st1 {
    position: relative;
    border: 1px solid var(--burgundy);
    color: var(--burgundy) !important;
    background-color: transparent;
    transition: .3s;
    overflow: hidden
}

.btn-outline-point-st1 span {
    position: relative
}

.btn-outline-point-st1::before,.btn-outline-point-st1::after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 0;
    left: 50%;
    top: 50%;
    width: 200%;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform-origin: left
}

.btn-outline-point-st1::before {
    transition: all .5s 0s;
    background: var(--burgundy)
}

.btn-outline-point-st1:after {
    background: #fff7dd;
    background: -moz-linear-gradient(top, #fff7dd 0%, #e5d8a0 49%, #dbcd7d 51%, var(--burgundy) 100%);
    background: -webkit-linear-gradient(top, #fff7dd 0%, #e5d8a0 49%, #dbcd7d 51%, var(--burgundy) 100%);
    background: linear-gradient(to bottom, #fff7dd 0%, #e5d8a0 49%, #dbcd7d 51%, var(--burgundy) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7dd', endColorstr='$primary_E82324', GradientType=0);
    opacity: 0
}

@media screen and (min-width: 992px) {
    .btn-outline-point-st1:hover {
        color:#fff !important;
        background-color: var(--burgundy)
    }

    .btn-outline-point-st1:hover::before {
        height: 700%
    }

    .btn-outline-point-st1:hover::after {
        top: 600%;
        height: 200%;
        opacity: 1;
        transition: all .6s .25s
    }
}

.btn-outline-point-st1:disabled {
    border: none;
    color: #fff !important;
    background-color: #d6d6e3;
    pointer-events: none
}

.btn-outline-point-st2 {
    position: relative;
    border: 1px solid var(--indigo);
    /*color: var(--burgundy) !important;*/
    background-color: var(--indigo);
    transition: .3s;
    overflow: hidden;
	margin: 0px 0 10px;
}

.btn-outline-point-st2 span {
    position: relative
}

.btn-outline-point-st2::before,.btn-outline-point-st2::after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 0;
    left: 50%;
    top: 50%;
    width: 200%;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform-origin: left
}

.btn-outline-point-st2::before {
    background: transparent;
    transition: all .7s 0s
}

.btn-outline-point-st2:after {
    background: #fff7dd;
    background: -moz-linear-gradient(top, #fff7dd 0%, #e5d8a0 49%, #dbcd7d 51%, transparent 100%);
    background: -webkit-linear-gradient(top, #fff7dd 0%, #e5d8a0 49%, #dbcd7d 51%, transparent 100%);
    background: linear-gradient(to bottom, #fff7dd 0%, #e5d8a0 49%, #dbcd7d 51%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7dd', endColorstr='$primary_E82324', GradientType=0);
    opacity: 0
}

@media screen and (min-width: 992px) {
    .btn-outline-point-st2:hover {
        border:1px solid var(--indigo);
        color: #fff !important;
        background-color: transparent;
    }

    .btn-outline-point-st2:hover::before {
        height: 700%
    }

    .btn-outline-point-st2:hover::after {
        top: 600%;
        height: 200%;
        opacity: 1;
        transition: all 1s .3s
    }
}

.btn-outline-point-st2:disabled {
    border: 1px solid #a0a0b1;
    color: #a0a0b1 !important;
    background-color: transparent;
    pointer-events: none
}

.btn-outline-st1 {
    border: 1px solid #d6d6e3;
    background-color: #fff;
    color: #6d6d7e !important
}

@media screen and (min-width: 992px) {
    .btn-outline-st1:hover {
        color:var(--indigo) !important;
        border: 1px solid var(--indigo) !important
    }
}

.btn-outline-st1:disabled {
    border: none;
    color: #d6d6e3 !important;
    background-color: var(--lightmustard) !important;
    pointer-events: none
}

.btn-outline-st2 {
    border: 1px solid #222;
    background-color: #fff;
    color: #222 !important
}

.btn-text-icon {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 29px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: var(--burgundy);
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .btn-text-icon {
        padding-right:42px
    }
}

@media screen and (min-width: 1200px) {
    .btn-text-icon {
        font-size:20px;
        line-height: 1.6
    }
}

.btn-text-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    z-index: 9;
    border-radius: 100%;
    transition: all .5s;
    transform-origin: center top;
    background-color: var(--burgundy)
}

@media screen and (min-width: 992px) {
    .btn-text-icon::after {
        width:30px;
        height: 30px;
        margin-left: 12px
    }
}

.btn-text-icon .icon-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    background-size: 8px auto;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/common/btn-arrow-icon-fff.svg)
}

@media screen and (min-width: 992px) {
    .btn-text-icon .icon-arrow {
        width:30px;
        height: 30px;
        background-size: 10px auto
    }
}

@media screen and (min-width: 992px) {
    .btn-text-icon:hover::after {
        transform:scale(1.33) translate(0, -50%)
    }
}

.btn-group,.btn-group-wrap {
    display: flex;
    justify-content: center;
    margin: -5px;
    padding-top: 20px;
    overflow: hidden;
    text-align: center
}

.btn-group>*,.btn-group-wrap>* {
    margin: 5px
}

.btn-group {
    flex-wrap: nowrap
}

.btn-group-wrap {
    flex-wrap: wrap
}

.loadmore-btn-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.loadmore-btn-wrap[data-auto-click="false"] {
    cursor: pointer
}

.loadmore-btn-wrap[data-showstyle="spinner"] {
    padding: 100px 0;
    font-size: 10px
}

.loadmore-btn-wrap[data-showstyle="moreBtnPageNum"] {
    margin-top: 50px;
    height: 55px
}

.loadmore-btn-wrap[data-showstyle="moreBtnPageNum"] [class*="spinner-st"] {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    opacity: 0
}

.loadmore-btn-wrap[data-showstyle="moreBtnPageNum"] .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 55px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    font-family: "Roboto", "Noto Sans CJKKR", sans-serif
}

.loadmore-btn-wrap[data-showstyle="moreBtnPageNum"] .btn-more .page-num {
    margin-left: 5px;
    letter-spacing: 1px
}

.loadmore-btn-wrap[data-showstyle="moreBtnPageNum"] .btn-more .page-num .current::after {
    display: inline-block;
    content: "/"
}

.loadmore-btn-wrap[data-showstyle="moreBtnPageNum"].is-loading .btn-more {
    display: none
}

.loadmore-btn-wrap[data-showstyle="moreBtnPageNum"].is-loading [class*="spinner-st"] {
    display: block;
    opacity: 1
}

html.modal-open {
    overflow: hidden
}

body {
    position: relative;
    font-family: "Pretendard", sans-serif;
    min-width: 320px;
    overflow-x: hidden
}

body.goods-panel-open {
    overflow: hidden
}

[data-lang="en"] body {
    font-family: "Archivo", sans-serif
}

[data-lang="ja"] body *,[data-lang="zh"] body * {
    word-break: normal !important
}

[data-lang="ja"] body {
    font-family: "Noto Sans JP", "Noto Sans CJKKR", sans-serif
}

[data-lang="zh"] body {
    font-family: "Noto Sans SC", "Noto Sans CJKKR", sans-serif
}

.page-wrap {
    position: relative;
    /*padding-top: 65px*/
	padding-top: 120px
}

#cooperation-info-body .page-wrap {
	padding-top:65px
}

#kidscafe-experience-body .page-wrap {
	padding-top:120px
}

@media screen and (min-width: 992px) {
    .page-wrap {
        padding-top:80px
    }

	#company-company-body .page-wrap {
		padding-top:150px
	}

	#kidscafe-experience-body .page-wrap {
		padding-top:230px
	}
}

.main-nav .page-wrap,.business-nav .page-wrap {
    padding-top: 0
}

.common-title-wrap .sub-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.75;
    color: var(--burgundy)
}

@media screen and (min-width: 992px) {
    .common-title-wrap .sub-title {
        margin-bottom:40px;
        font-size: 20px;
        line-height: 1.6
    }
}

.common-title-wrap .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.33;
    color: var(--indigo)
}

@media screen and (min-width: 992px) {
    .common-title-wrap .title {
        font-size:3.62727vw
    }
}

@media screen and (min-width: 1600px) {
    .common-title-wrap .title {
        font-size:58px
    }
}

@media screen and (min-width: 992px) {
    .common-title-wrap .title {
        line-height:1.38
    }
}

.common-title-wrap .desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #6d6d7e
}

@media screen and (min-width: 992px) {
    .common-title-wrap .desc {
        font-size:20px
    }
}

.common-title-wrap.sm-title .title {
    font-size: 26px;
    line-height: 1.46
}

@media screen and (min-width: 992px) {
    .common-title-wrap.sm-title .title {
        font-size:2.4567vw
    }
}

@media screen and (min-width: 1600px) {
    .common-title-wrap.sm-title .title {
        font-size:46px
    }
}

@media screen and (min-width: 992px) {
    .common-title-wrap.sm-title .title {
        line-height:1.41
    }
}

.common-title-wrap.sm-title .desc {
    margin-top: 15px
}

@media screen and (min-width: 992px) {
    .common-title-wrap.sm-title .desc {
        margin-top:20px
    }
}

.common-sub-title-wrap .sub-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.75;
    color: var(--burgundy)
}

@media screen and (min-width: 992px) {
    .common-sub-title-wrap .sub-title {
        margin-bottom:20px;
        font-size: 20px;
        line-height: 1.6
    }
}

.common-sub-title-wrap .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.43;
    color: var(--indigo)
}

@media screen and (min-width: 992px) {
    .common-sub-title-wrap .title {
        font-size:2.8768vw
    }
}

@media screen and (min-width: 1600px) {
    .common-sub-title-wrap .title {
        font-size:46px
    }
}

@media screen and (min-width: 992px) {
    .common-sub-title-wrap .title {
        line-height:1.41
    }
}

.common-sub-title-wrap .desc {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #6d6d7e
}

@media screen and (min-width: 992px) {
    .common-sub-title-wrap .desc {
        margin-top:40px;
        font-size: 18px;
        line-height: 1.6
    }
}

@media screen and (min-width: 1200px) {
    .common-sub-title-wrap .desc {
        font-size:20px
    }
}

b,strong {
    font-family: "Pretendard", sans-serif
}

.point-color {
    color: var(--burgundy) !important
}

.divider-line {
    width: 100%;
    height: 1px;
    background-color: var(--indigo);
    border: none;
    margin: 0
}

.text-underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

[data-scrollani="imgBg"] .img-wrap {
    position: relative;
    overflow: hidden
}

[data-scrollani="imgBg"] .img-wrap.primary::after {
    background-color: var(--burgundy)
}

[data-scrollani="imgBg"] .img-wrap.sub::after {
    background-color: var(--lightindigo)
}

[data-scrollani="imgBg"] .img-wrap.purpose::after {
    background-color: var(--lightmustard)
}

[data-scrollani="imgBg"] .img-wrap.student::after {
    background-color: var(--lightindigo)
}

[data-scrollani="imgBg"] .img-wrap.aniOn .img {
    animation: fadeIn-animation .2s .45s forwards
}

[data-scrollani="imgBg"] .img-wrap.aniOn::after {
    animation: imgBgAni .8s .1s ease-in-out
}

[data-scrollani="imgBg"] .img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

[data-scrollani="imgBg"] .img-wrap .img {
    opacity: 0
}

.map-wrap {
    position: relative
}

.map-wrap img {
    width: 100%
}

.map-wrap .img-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.map-wrap .lottie-map-m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .map-wrap .lottie-map-m {
        display:none !important
    }
}

.map-wrap .lottie-map-pc {
    display: none
}

@media screen and (min-width: 768px) {
    .map-wrap .lottie-map-pc {
        display:block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%
    }
}

@-webkit-keyframes scrollDown-animation {
    0% {
        transform: translate(-50%, 8px)
    }

    50% {
        transform: translate(-50%, 15px)
    }

    100% {
        transform: translate(-50%, 8px)
    }
}

@-moz-keyframes scrollDown-animation {
    0% {
        transform: translate(-50%, 8px)
    }

    50% {
        transform: translate(-50%, 15px)
    }

    100% {
        transform: translate(-50%, 8px)
    }
}

@-o-keyframes scrollDown-animation {
    0% {
        transform: translate(-50%, 8px)
    }

    50% {
        transform: translate(-50%, 15px)
    }

    100% {
        transform: translate(-50%, 8px)
    }
}

@keyframes scrollDown-animation {
    0% {
        transform: translate(-50%, 8px)
    }

    50% {
        transform: translate(-50%, 15px)
    }

    100% {
        transform: translate(-50%, 8px)
    }
}

.btn-scroll-down {
    display: inline-flex;
    cursor: pointer
}

.btn-scroll-down .icon-scroll-down {
    position: relative;
    width: 19px;
    height: 27px;
    margin-right: 10px;
    background-image: url(../../images/main/icon-scrolldown-fff.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.btn-scroll-down .icon-scroll-down::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #FFF;
    animation: scrollDown-animation 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

.btn-scroll-down.sub .icon-scroll-down {
    background-image: url(../../images/page/business/icon-scrolldown.svg)
}

.btn-scroll-down.sub .icon-scroll-down::after {
    background-color: #6d6d7e
}

.btn-scroll-down.sub .text {
    color: #6d6d7e
}

.btn-scroll-down .text {
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    line-height: 1.56;
    color: #FFF
}

.page-content-wrap {
    padding-bottom: 80px
}
/*
@media screen and (min-width: 992px) {
    .page-content-wrap {
        padding-bottom:250px
    }
}
*/
#privacy-privacy-body .page-content-wrap,#cookie-cookie-body .page-content-wrap {
    padding-top: 50px
}

@media screen and (min-width: 992px) {
    #privacy-privacy-body .page-content-wrap,#cookie-cookie-body .page-content-wrap {
        padding-top:100px
    }
}

#company-company-body .page-content-wrap {
    padding-top: 0px
}

#cooperation-info-page .page-content-wrap {
    padding-top: 0px
}


@media screen and (min-width: 992px) {
    #company-company-body .page-content-wrap {
        padding-bottom:0;
		padding-top: 0
    }

	#company-intro-body .page-content-wrap {
		padding-bottom:0;
		padding-top:150px;
	}

	#kidscafe-info-body .page-content-wrap {
		padding-bottom:0;
		padding-top:150px;
	}
}

@media screen and (min-width: 992px) {
    #notice-notice-body .page-content-wrap {
        padding-bottom:200px
    }
}

#business-business-body .page-content-wrap,#sustainability-sustainability-body .page-content-wrap,#original-original-body .page-content-wrap,#premium-premium-body .page-content-wrap,#metal-metal-body .page-content-wrap,#base-base-body .page-content-wrap,#kidscafe-info-page .page-content-wrap,#cooperation-info-page .page-content-wrap {
    padding-bottom: 0
}

footer { padding-top: 40px; color: var(--indigo); background-color: #d6d6e3; }

@media screen and (min-width: 992px) {
    footer {
        /*padding:110px 0*/
		padding: 80px 0 110px
    }
}

footer .footer-top {
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    footer .footer-top {
        display:flex;
        justify-content: space-between;
        margin-bottom: 20px
    }
}

footer .footer-top .footer-title { margin-bottom: 20px; font-size: 26px; line-height: 1.46; }
footer .footer-top .footer-title span { display: block; }
footer .footer-top .footer-title span:not(:first-child) { font-size: 26px; line-height: 1.2; }
footer .footer-top .footer-title span:first-child { margin-bottom: 20px; }

@media screen and (min-width: 992px) {
    footer .footer-top .footer-title {
        margin-bottom:40px;
        font-size: 42px;
        line-height: 1.43
    }
}

footer .footer-top .partner-wrap { margin-bottom: 0px; }
footer .footer-top .partner-wrap a span { font-size: 0; }
footer .footer-top .partner-wrap a span::after { z-index: 3; }
footer .footer-top .partner-wrap a img { position: relative; z-index: 2; }
footer .footer-top .logo-wrap { width: 200px; }
footer .footer-top .logo-wrap img {  }

footer .footer-top .footer-menu .footer-menu-list:not(:last-child) {
    margin-bottom: 10px
}

footer .footer-top .footer-menu .footer-menu-list .text {
    font-size: 22px;
    line-height: 1.5;
    text-align: right;
    color: var(--indigo);
    transition: color .4s
}

footer .footer-top .footer-menu .footer-menu-list.on .text {
    color: #fff
}

@media screen and (min-width: 992px) {
    footer .footer-top .footer-menu .footer-menu-list:hover .text {
        color:#fff
    }
}

footer .btn-promax {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6
}

@media screen and (min-width: 992px) {
    footer .btn-promax {
        margin-bottom:23px;
        font-size: 18px;
        line-height: 1.56
    }
}

footer .btn-promax::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

footer .btn-promax::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../../images/common/icon-arrow-footer.svg) no-repeat center/contain
}

@media screen and (min-width: 992px) {
    footer .footer-content {
        display:flex;
        justify-content: space-between
    }
}

footer .footer-content .info-items {
    margin-bottom: 10px
}

@media screen and (min-width: 992px) {
    footer .footer-content .info-items {
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 5px;
        max-width: 1115px;
        margin-top: -5px
    }
}

footer .footer-content .info-items .item {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.6
}

@media screen and (min-width: 992px) {
    footer .footer-content .info-items .item {
        margin-bottom:5px;
        font-size: 16px;
        line-height: 1.75
    }
}

footer .footer-content .info-items .item:not(:last-child) { margin-bottom: 3px; }
footer .footer-content .info-items .item.logo-wrap { margin-right: 0; margin-bottom: 20px; width: 100%; }
footer .footer-content .info-items .item.logo-wrap span { font-size: 0; }
footer .footer-content .info-items .item.logo-wrap .cont { max-width: 200px; }
footer .footer-content .info-items .item.logo-wrap .title { margin: 0; }

@media screen and (min-width: 992px) {
    /*footer .footer-content .info-items .item:not(:first-child, :last-child) {
        margin-right: 25px;
    }*/
	footer .footer-content .info-items .item:not(:last-child) {
        margin-right: 25px;
    }
}

footer .footer-content .info-items .title {
    flex: none;
    margin-right: 10px;
    color: var(--indigo);
}

@media screen and (min-width: 992px) {
    footer .footer-content .info-items .title {
        margin-right:5px
    }
}

footer .footer-content .info-items .cont {
    flex: 1 1 100%;
    color: var(--indigo);
}

footer .footer-content .copyright {
    font-size: 15px;
    line-height: 1.6;
    color: var(--indigo);
}

@media screen and (min-width: 992px) {
    footer .footer-content .copyright {
        font-size:16px;
        line-height: 1.75
    }
}

footer .footer-content .footer-link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(214,214,227,0.3)
}

@media screen and (min-width: 992px) {
    footer .footer-content .footer-link-wrap {
        flex:none;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 0;
        margin-top: 0;
        border-top: none
    }
}

footer .footer-content .footer-link-wrap { display: flex; flex-direction: row; height: max-content; }
footer .footer-content .footer-link-wrap .link-txt { position: relative; width: 30px; height: 30px; font-size: 15px; line-height: 1.6; color: var(--indigo); }
footer .footer-content .footer-link-wrap .link-txt > span { font-size: 0px; }
footer .footer-content .footer-link-wrap .link-txt > i { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 30px; }
footer .footer-content .footer-link-wrap .link-txt > i::before { width: 100%; height: 100%; transition: all 0.3s; transition: all 0.3s; }
footer .footer-content .footer-link-wrap .link-txt:hover > i::before { width: 100%; height: 100%; color: var(--mustard); }

footer .footer-content .footer-link-wrap .link-txt:not(:last-child) {
    margin-right: 30px
}

@media screen and (min-width: 992px) {
    footer .footer-content .footer-link-wrap .link-txt:not(:last-child) {
        margin-right: 5px;
    }
}

footer .footer-btns {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    z-index: 500
}

@media screen and (min-width: 768px) {
    footer .footer-btns {
        width:70px;
        height: 70px
    }
}

#goods-view-body footer .footer-btns {
    bottom: 80px
}

@media screen and (min-width: 1830px) {
    footer .footer-btns {
        right:calc(50% - 888px)
    }
}

footer .footer-btns.bottom-fixed {
    position: absolute;
    top: -55px
}

@media screen and (min-width: 768px) {
    footer .footer-btns.bottom-fixed {
        top:-85px
    }
}

#goods-view-body footer .footer-btns.bottom-fixed {
    bottom: 80px
}

footer .footer-btns>* {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    outline: none;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    footer .footer-btns>* {
        width:70px;
        height: 70px
    }
}

footer .footer-btns>*.btn-top {
    border: 1px solid var(--indigo);
    background-color: rgba(255,255,255,0.8);
    font-size: 10px;
    font-family: "Pretendard", sans-serif;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    footer .footer-btns>*.btn-top {
        font-size:14px
    }
}

@-webkit-keyframes slideUp-animation {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideUp-animation {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes slideUp-animation {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideUp-animation {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideDown-animation {
    from {
        transform: translate3d(0, -20px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideDown-animation {
    from {
        transform: translate3d(0, -20px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes slideDown-animation {
    from {
        transform: translate3d(0, -20px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideDown-animation {
    from {
        transform: translate3d(0, -20px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeIn-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn-animation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut-animation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut-animation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes fadeOut-animation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut-animation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes scaleZoomIn-animation {
    from {
        opacity: 0;
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes scaleZoomIn-animation {
    from {
        opacity: 0;
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-o-keyframes scaleZoomIn-animation {
    from {
        opacity: 0;
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes scaleZoomIn-animation {
    from {
        opacity: 0;
        transform: scale(0.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes scaleZoomOut-animation {
    from {
        opacity: 0;
        transform: scale(1.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-moz-keyframes scaleZoomOut-animation {
    from {
        opacity: 0;
        transform: scale(1.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-o-keyframes scaleZoomOut-animation {
    from {
        opacity: 0;
        transform: scale(1.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes scaleZoomOut-animation {
    from {
        opacity: 0;
        transform: scale(1.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes imgBgAni {
    0% {
        left: 0;
        width: 0%
    }

    50% {
        left: 0;
        width: 105%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

@-moz-keyframes imgBgAni {
    0% {
        left: 0;
        width: 0%
    }

    50% {
        left: 0;
        width: 105%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

@-o-keyframes imgBgAni {
    0% {
        left: 0;
        width: 0%
    }

    50% {
        left: 0;
        width: 105%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

@keyframes imgBgAni {
    0% {
        left: 0;
        width: 0%
    }

    50% {
        left: 0;
        width: 105%
    }

    100% {
        left: 100%;
        width: 0%
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.modal-open .select2-dropdown {
    z-index: 1600
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__options::-webkit-scrollbar {
    width: 4px
}

.select2-results__options::-webkit-scrollbar-track {
    background: var(--indigo);
    border-radius: 10px
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #999
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2js[data-select2-size='sm'],.select2Link[data-select2-size='sm'] {
    width: 120px;
    height: 37px;
    border: 1px solid var(--indigo);
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    padding: 9px
}

.select2js[data-select2-size='md'],.select2Link[data-select2-size='md'] {
    width: 170px;
    height: 37px;
    border: 1px solid var(--indigo);
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    padding: 9px
}

@media screen and (min-width: 768px) {
    .select2js[data-select2-size='md'],.select2Link[data-select2-size='md'] {
        padding:9px;
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .select2js[data-select2-size='md'],.select2Link[data-select2-size='md'] {
        padding:9px;
        font-size: 14px
    }
}

@media screen and (min-width: 1200px) {
    .select2js[data-select2-size='md'],.select2Link[data-select2-size='md'] {
        padding:9px;
        font-size: 14px
    }
}

.select2js[data-select2-size='order-request'],.select2Link[data-select2-size='order-request'] {
    width: 100%;
    height: 55px;
    border: 1px solid var(--indigo);
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    padding: 9px
}

@media screen and (min-width: 768px) {
    .select2js[data-select2-size='order-request'],.select2Link[data-select2-size='order-request'] {
        height:37px;
        padding: 9px;
        font-size: 14px
    }
}

.select2-container--style1 {
    min-height: 37px;
    color: #222
}

.select-field-response .select2-container--style1 .select2-selection--single {
    height: 55px
}

@media screen and (min-width: 768px) {
    .select-field-response .select2-container--style1 .select2-selection--single {
        height:37px
    }
}

.select2-container--style1 .select2-selection--single {
    display: flex;
    align-items: center;
    height: 37px;
    padding: 9px;
    border: 1px solid var(--indigo);
    background-color: #fff;
    outline: 0
}

@media screen and (min-width: 992px) {
    .select2-container--style1 .select2-selection--single {
        padding:9px
    }
}

.invalid .select2-container--style1 .select2-selection--single {
    border-color: var(--burgundy)
}

.select2-container--style1 .select2-selection--single .select2-selection__rendered {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    padding-right: 20px
}

@media screen and (min-width: 992px) {
    .select2-container--style1 .select2-selection--single .select2-selection__rendered {
        font-size:14px
    }
}

.select2-container--style1 .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    clear: right;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--style1 .select2-selection--single .select2-selection__placeholder {
    color: #666
}

.select2-container--style1 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 35px;
    height: calc(100% - 2px);
    border: none
}

.select2-container--style1 .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    width: 12px;
    height: 8px;
    top: 50%;
    left: 50%;
    background-image: url(../../images/common/btn_select_arrow_000.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 413px) {
    .select2-container--style1 .select2-selection--single .select2-selection__arrow b {
        height:6px
    }
}

.select2-container--style1.select2-container--open .select2-selection--single {
    border: 1px solid #222
}

.select2-container--style1.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    transform-origin: 28% 28%
}

.select2-container--style1.select2-order-request .select2-selection--single {
    height: 55px;
    min-height: 55px
}

@media screen and (min-width: 768px) {
    .select2-container--style1.select2-order-request .select2-selection--single {
        height:37px;
        min-height: 37px
    }
}

.select2-container--style1 .select2-selection--multiple {
    min-height: 37px;
    padding: 9px;
    background-color: #fff;
    border: 1px solid var(--indigo);
    font-size: 0;
    outline: 0;
    cursor: text
}

.select2-container--style1 .select2-selection--multiple:focus {
    border: 1px solid #222
}

.select2-container--style1 .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 0
}

.select2-container--style1 .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    max-width: 100%
}

.select2-container--style1 .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
    max-width: 100%;
    margin-top: 0
}

.select2-container--style1 .select2-selection--multiple .select2-selection__clear {
    float: right;
    margin-top: 6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer
}

.select2-container--style1 .select2-selection--multiple .select2-selection__choice {
    float: left;
    max-width: 100%;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    background-color: #e4e4e4;
    border: 1px solid var(--indigo);
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default
}

.select2-container--style1 .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--style1 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--style1.select2-container--open .select2-selection--multiple {
    border: 1px solid #222
}

.select2-container--style1.select2-sm .select2-selection--multiple {
    padding: 9px
}

.select2-container--style1.select2-md .select2-selection--multiple {
    padding: 9px
}

.select2-container--style1.select2-order-request .select2-selection--multiple {
    height: 55px;
    min-height: 55px;
    padding: 9px
}

.select2-container--style1.select2-container--disabled .select2-selection__placeholder {
    color: #666
}

.select2-container--style1.select2-container--disabled .select2-selection {
    background-color: #f2f2f2;
    cursor: default
}

.select2-container--style1 .select2-search--dropdown .select2-search__field {
    min-height: 37px;
    border: 1px solid var(--indigo);
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    outline: 0
}

@media screen and (min-width: 992px) {
    .select2-container--style1 .select2-search--dropdown .select2-search__field {
        font-size:14px
    }
}

.select2-container--style1 .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
    height: 100%;
    line-height: 1.5;
    padding: 10px 0;
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222
}

@media screen and (min-width: 992px) {
    .select2-container--style1 .select2-search--inline .select2-search__field {
        font-size:14px
    }
}

.select2-container--style1 .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0
}

.select2-container--style1 .select2-dropdown--above {
    border-bottom: none
}

.select2-container--style1 .select2-dropdown--below {
    border-top: none
}

.select2-container--style1 .select2-results>.select2-results__options {
    overflow-y: auto;
    max-height: 185px
}

.select2-container--style1 .select2-results__option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 37px;
    line-height: 1.5;
    padding: 9px;
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    transition: color .2s;
    word-break: break-all
}

@media screen and (min-width: 992px) {
    .select2-container--style1 .select2-results__option {
        padding:9px;
        font-size: 14px
    }
}

.select2-container--style1 .select2-results__option[role=group] {
    padding: 0
}

.select2-container--style1 .select2-results__option[aria-disabled=true] {
    color: #ccc
}

.select2-container--style1 .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2;
    color: #222
}

.select2-container--style1 .select2-results__option[aria-selected=true] {
    background-color: var(--burgundy);
    color: #fff
}

.select2-container--style1 .select2-results__group {
    cursor: default;
    display: block;
    padding: 9px
}

@media screen and (min-width: 992px) {
    .select2-container--style1 .select2-results__group {
        padding:9px
    }
}

.select2-container--style1.select2-container--open .select2-dropdown {
    border-color: #222
}

.select2-container--style1.select2-sm {
    width: 120px !important;
    min-height: 37px
}

.select2-container--style1.select2-sm .select2-results>.select2-results__options {
    max-height: 185px
}

.select2-container--style1.select2-sm .select2-results__option {
    min-height: 37px
}

.select2-container--style1.select2-md {
    width: 170px !important;
    min-height: 37px
}

.select2-container--style1.select2-md .select2-results>.select2-results__options {
    max-height: 185px
}

.select2-container--style1.select2-md .select2-results__option {
    min-height: 37px
}

@media screen and (min-width: 768px) {
    .select2-container--style1.select2-md {
        width:170px !important;
        min-height: 37px
    }

    .select2-container--style1.select2-md .select2-results>.select2-results__options {
        max-height: 185px
    }

    .select2-container--style1.select2-md .select2-results__option {
        min-height: 37px
    }
}

@media screen and (min-width: 992px) {
    .select2-container--style1.select2-md {
        width:170px !important;
        min-height: 37px
    }

    .select2-container--style1.select2-md .select2-results>.select2-results__options {
        max-height: 185px
    }

    .select2-container--style1.select2-md .select2-results__option {
        min-height: 37px
    }
}

@media screen and (min-width: 1200px) {
    .select2-container--style1.select2-md {
        width:170px !important;
        min-height: 37px
    }

    .select2-container--style1.select2-md .select2-results>.select2-results__options {
        max-height: 185px
    }

    .select2-container--style1.select2-md .select2-results__option {
        min-height: 37px
    }
}

.select2-container--style1.select2-order-request {
    width: 100% !important;
    min-height: 55px
}

.select2-container--style1.select2-order-request .select2-results>.select2-results__options {
    max-height: 275px
}

.select2-container--style1.select2-order-request .select2-results__option {
    min-height: 55px
}

@media screen and (min-width: 768px) {
    .select2-container--style1.select2-order-request {
        width:100% !important;
        min-height: 37px
    }

    .select2-container--style1.select2-order-request .select2-results>.select2-results__options {
        max-height: 185px
    }

    .select2-container--style1.select2-order-request .select2-results__option {
        min-height: 37px
    }
}

.select2js[data-select2-size='sm'],.select2Link[data-select2-size='sm'] {
    height: 37px;
    border: 1px solid var(--indigo);
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    padding: 5px 30px 5px 10px
}

.select2-container--board {
    min-height: 37px;
    color: #222
}

.select2-container--board .select2-selection--single {
    display: flex;
    align-items: center;
    height: 37px;
    padding: 5px 30px 5px 10px;
    border: 1px solid var(--indigo);
    background-color: #fff;
    outline: 0
}

@media screen and (min-width: 992px) {
    .select2-container--board .select2-selection--single {
        padding:5px 30px 5px 10px
    }
}

.form-group.invalid .select2-container--board .select2-selection--single {
    border-color: red
}

.select2-container--board .select2-selection--single .select2-selection__rendered {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    padding-right: 0;
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px
}

@media screen and (min-width: 413px) {
    .select2-container--board .select2-selection--single .select2-selection__rendered {
        padding-right:20px
    }
}

@media screen and (min-width: 992px) {
    .select2-container--board .select2-selection--single .select2-selection__rendered {
        font-size:14px
    }
}

.select2-container--board .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    clear: right;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--board .select2-selection--single .select2-selection__placeholder {
    color: #666
}

.select2-container--board .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 35px;
    height: calc(100% - 2px);
    border: none
}

.select2-container--board .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    width: 12px;
    height: 8px;
    top: 50%;
    left: 50%;
    background-image: url(../../images/common/btn_select_arrow_ababab.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transform: translate(-50%, -50%)
}

.select2-container--board.select2-container--open .select2-selection--single {
    border: 1px solid var(--indigo)
}

.select2-container--board.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    transform-origin: 28% 28%
}

.select2-container--board .select2-selection--multiple {
    min-height: 37px;
    padding: 5px 30px 5px 10px;
    background-color: #fff;
    border: 1px solid var(--indigo);
    font-size: 0;
    outline: 0;
    cursor: text
}

.select2-container--board .select2-selection--multiple:focus {
    border: 1px solid var(--indigo)
}

.select2-container--board .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding-top: 1px;
    padding-bottom: 0
}

.select2-container--board .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    max-width: 100%
}

.select2-container--board .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
    max-width: 100%;
    margin-top: 0
}

.select2-container--board .select2-selection--multiple .select2-selection__clear {
    float: right;
    margin-top: 6px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer
}

.select2-container--board .select2-selection--multiple .select2-selection__choice {
    float: left;
    max-width: 100%;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    background-color: #e4e4e4;
    border: 1px solid var(--indigo);
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default
}

.select2-container--board .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--board .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--board.select2-container--open .select2-selection--multiple {
    border: 1px solid var(--indigo)
}

.select2-container--board.select2-sm .select2-selection--multiple {
    padding: 5px 30px 5px 10px
}

.select2-container--board.select2-container--disabled .select2-selection__placeholder {
    color: #222
}

.select2-container--board.select2-container--disabled .select2-selection {
    background-color: #f8f8f8;
    cursor: default
}

.select2-container--board .select2-search--dropdown .select2-search__field {
    min-height: 37px;
    border: 1px solid var(--indigo);
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    outline: 0
}

@media screen and (min-width: 992px) {
    .select2-container--board .select2-search--dropdown .select2-search__field {
        font-size:14px
    }
}

.select2-container--board .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
    height: 100%;
    line-height: 1.5;
    padding: 10px 0;
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222
}

@media screen and (min-width: 992px) {
    .select2-container--board .select2-search--inline .select2-search__field {
        font-size:14px
    }
}

.select2-container--board .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0
}

.select2-container--board .select2-dropdown--above {
    border-bottom: none
}

.select2-container--board .select2-dropdown--below {
    border-top: none
}

.select2-container--board .select2-results>.select2-results__options {
    overflow-y: auto;
    max-height: 185px
}

.select2-container--board .select2-results__option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 37px;
    line-height: 1.5;
    padding: 5px 30px 5px 10px;
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    color: #222;
    transition: color .2s;
    word-break: break-all
}

@media screen and (min-width: 992px) {
    .select2-container--board .select2-results__option {
        padding:5px 30px 5px 10px;
        font-size: 14px
    }
}

.select2-container--board .select2-results__option[role=group] {
    padding: 0
}

.select2-container--board .select2-results__option[aria-disabled=true] {
    color: #ddd
}

.select2-container--board .select2-results__option--highlighted[aria-selected] {
    background-color: #f8f8f8;
    color: #222
}

.select2-container--board .select2-results__option[aria-selected=true] {
    background-color: #f8f8f8;
    color: #222
}

.select2-container--board .select2-results__group {
    cursor: default;
    display: block;
    padding: 5px 30px 5px 10px
}

@media screen and (min-width: 992px) {
    .select2-container--board .select2-results__group {
        padding:5px 30px 5px 10px
    }
}

.select2-container--board.select2-container--open .select2-dropdown {
    border-color: var(--indigo)
}

.select2-container--board.select2-sm {
    width: !important;
    min-height: 37px
}

.select2-container--board.select2-sm .select2-results>.select2-results__options {
    max-height: 185px
}

.select2-container--board.select2-sm .select2-results__option {
    height: 37px
}

.form-header {
    min-height: 20px
}

.form-header .neces {
    order: 2;
    flex: none;
    align-self: flex-end;
    bottom: 0;
    right: 0;
    margin-top: 5px;
    margin-left: auto;
    font-size: 14px;
    color: #666
}

@media screen and (min-width: 544px) {
    .form-header .neces {
        position:absolute
    }
}

@media screen and (min-width: 544px) {
    .form-header .neces ~ * {
        padding-right:100px
    }
}

.icon-neces::after {
    content: "*";
    display: inline-block;
    margin-left: 2px;
    margin-right: 3px
}

.icon-hyphen {
    width: 12px;
    text-align: center
}

.icon-hyphen::before {
    content: '-';
    display: inline-block
}

.form-group.file-attach-board .form-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .form-group.zipcode-wrap .form-content {
        position:relative;
        display: flex
    }
}

.form-group.zipcode-wrap .form-content [class*="radio-tag"] {
    padding-top: 6px
}

@media screen and (min-width: 1200px) {
    .form-group.zipcode-wrap .form-content [class*="radio-tag"] {
        position:absolute;
        top: 50%;
        right: 0;
        padding-top: 0;
        transform: translate(100%, -50%)
    }
}

.form-group.marketagree-wrap .form-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.form-group.marketagree-wrap .btn-more {
    font-size: 14px;
    text-decoration: underline;
    color: #222
}

.form-group[data-column="mem_data_birthday"] {
    flex-wrap: nowrap;
    align-items: center
}

.form-group[data-column="mem_data_birthday"] .flex-row>[class*="col"] {
    position: relative
}

.form-group[data-column="mem_data_birthday"] input {
    padding-right: 30px
}

.form-group[data-column="mem_data_birthday"] .text {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 14px;
    color: #666;
    transform: translateY(-50%)
}

.form-group[data-column="mem_data_gender"] .flex-row {
    margin: 0 !important;
    border: 1px solid var(--indigo)
}

.form-group[data-column="mem_data_gender"] .ten-col-auto {
    width: 50%;
    padding: 0 !important
}

.form-group[data-column="mem_data_gender"] .ten-col-auto:first-child {
    border-right: 1px solid var(--indigo)
}

.form-group[data-column="mem_data_gender"] label {
    width: 100%;
    height: 55px
}

.form-group[data-column="mem_data_gender"] .custom-checked {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer
}

.form-group[data-column="mem_data_gender"] .custom-checked::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: #f2f2f2
}

.form-group[data-column="mem_data_gender"] .custom-checked::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #fff !important
}

.form-group[data-column="mem_data_gender"] .text {
    display: flex !important;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    color: #aaa
}

.form-group[data-column="mem_data_gender"] input[type=radio]:checked ~ .text {
    color: #000;
    cursor: default
}

.form-group[data-column="mem_data_gender"].invalid .flex-row {
    border-color: var(--burgundy)
}

.necessary-txt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666
}

.add_data_wrap {
    width: 100%
}

.add_data_wrap .file-img-custom input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.add_data_wrap .datepicker {
    background-image: url(../../images/admin/common_calendar_icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 38px 37px;
    cursor: pointer
}

.form-postscript {
    display: block;
    text-align: left;
    margin-top: 5px;
    font-size: 13px;
    color: #666
}

.invalid .form-postscript {
    color: var(--burgundy) !important
}

:not([data-noti-type='tooltip']) .invalid .valid_input,:not([data-noti-type='tooltip']) .invalid .valid_input_notempty {
    border: 1px solid var(--burgundy) !important
}

[data-noti-type='tooltip'] .invalid .valid_input,[data-noti-type='tooltip'] .invalid .valid_input_notempty {
    border: none !important
}

.validWrap {
    position: relative
}

.form-tolltip {
    display: inline-block;
    padding: 8px 11px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 13px;
    color: #666;
    z-index: 500
}

.form-tolltip .tolltip-icon {
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px
}

.invalid .form-tolltip {
    background-color: #ffedee;
    border-color: #ffa8ab !important;
    color: var(--burgundy)
}

.extra-form {
    display: none
}

.extra-form.show {
    display: block
}

.board-contact-st2 .extra-form .form-title.is-hide {
    opacity: 0;
    transition: .25s
}

.board-contact-st2 .extra-form .form-title.ani-on.is-hide {
    opacity: 1
}

.form-header-st1 .form-header {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    line-height: 1.5;
    margin-bottom: 12px;
    font-family: "Pretendard", sans-serif
}

.form-header-st1 .form-header-title {
    flex: 1 1 0px;
    font-size: 15px;
    font-weight: 500;
    color: #000
}

.form-header-st1 .form-header-title .form-header-desc {
    display: block;
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .form-header-st1 .form-header-title .form-header-desc {
        margin-left:5px;
        display: inline
    }
}

.form-header-st1 .form-header-desc {
    flex: 1 1 auto;
    width: 100%;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    letter-spacing: 0
}

.form-header-st2 .form-header {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    .form-header-st2 .form-header {
        margin-bottom:30px
    }
}

.form-header-st2 .form-header-title {
    font-family: "Pretendard", sans-serif;
    font-weight: 500
}

@media screen and (min-width: 992px) {
    .form-header-st2 .form-header-title {
        font-size:18px
    }
}

.form-header-st2 .form-header-desc {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0
}

.form-body-st1 .form-body {
    position: relative;
    border-top: 1px solid #000
}

.form-body-st1 .form-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--indigo)
}

.form-body-st2 .form-body {
    border-top: 1px solid var(--indigo)
}

.form-body-st3 .form-body {
    position: relative
}

@media screen and (min-width: 768px) {
    .form-body-st3 .form-body {
        border-top:1px solid #000
    }
}

.form-body-st3 .form-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--indigo)
}

@media screen and (max-width: 767.98px) {
    .form-body-st3 .form-body::after {
        content:none
    }

    #order-request .form-body-st3 .form-body::after {
        content: none
    }
}

.form-group-st1 {
    background-color: #fff
}

.form-group-st1 .form-group {
    display: flex;
    font-size: 14px;
    color: #222
}

.form-group-st1 .form-title {
    display: flex;
    padding: 19px 8px;
    width: 105px;
    min-width: 105px;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .form-group-st1 .form-title {
        width:170px;
        padding: 20px
    }
}

.form-group-st1 .form-content {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 400px;
    min-height: 58px;
    padding: 10px 5px;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .form-group-st1 .form-content {
        padding:10px
    }
}

.form-group-st1 .form-content>.flex-row {
    flex: 1 1 100%;
    margin-top: -3px;
    margin-bottom: -3px
}

.form-group-st1 .form-content>.flex-row [class*="col"] {
    padding-top: 3px;
    padding-bottom: 3px
}

.form-group-st1 .form-content .desc {
    font-size: 13px;
    color: #666
}

.form-group-st1.form-read-only .form-group:not(:last-child) {
    border-bottom: 1px solid var(--indigo)
}

.form-group-st1.form-read-only .form-content {
    max-width: 560px
}

.form-group-st2 .form-group {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--indigo)
}

.form-group-st2 .form-group.border-none {
    border-top: none
}

.form-group-st2 .form-title {
    flex: none;
    display: flex;
    align-items: center;
    width: 90px;
    line-height: 1.3;
    padding: 15px 10px;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 400
}

@media screen and (min-width: 544px) {
    .form-group-st2 .form-title {
        width:120px
    }
}

@media screen and (min-width: 992px) {
    .form-group-st2 .form-title {
        width:200px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.form-group-st2 .form-content {
    flex-wrap: wrap;
    flex: 1 1 100%;
    width: 0%;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .form-group-st2 .form-content {
        padding-right:15px;
        padding-left: 15px
    }
}

.form-group-st2 .form-content>*:not(.flex-row) {
    width: 100%
}

.form-group-st2 .form-content>.flex-row {
    flex: 1 1 100%;
    margin-top: -3px;
    margin-bottom: -3px
}

.form-group-st2 .form-content>.flex-row [class*="col"] {
    padding-top: 3px;
    padding-bottom: 3px
}

.form-group-st3 .form-body {
    position: relative;
    margin-bottom: -25px
}

@media screen and (min-width: 768px) {
    .form-group-st3 .form-body {
        margin-bottom:-30px
    }
}

.form-group-st3 .form-group {
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .form-group-st3 .form-group {
        margin-bottom:30px
    }
}

.form-group-st3 .form-title {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-align: left
}

.form-group-st3 .form-content>*:not(.flex-row) {
    width: 100%
}

.form-group-st3 .form-content>.flex-row {
    flex: 1 1 100%;
    margin-top: -3px;
    margin-bottom: -3px
}

.form-group-st3 .form-content>.flex-row [class*="col"] {
    padding-top: 3px;
    padding-bottom: 3px
}

.form-group-st4 .form-body {
    margin-bottom: -25px
}

@media screen and (min-width: 768px) {
    .form-group-st4 .form-body {
        margin-bottom:-40px
    }
}

.form-group-st4 .form-group {
    position: relative;
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .form-group-st4 .form-group {
        margin-bottom:40px
    }
}

.form-group-st4 .form-title {
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 16px;
    line-height: 1.75;
    transform-origin: left;
    transition: .25s;
    color: #a0a0b1
}

.form-group-st4 .form-title label {
    cursor: pointer
}

.form-group-st4 .form-title.ani-on {
    transform: scale(0.8) translateY(-37px)
}

.form-group-st4 .form-content textarea {
    padding-top: 24px;
    height: 130px
}

.form-group-st4 .form-content>*:not(.flex-row) {
    width: 100%
}

.form-group-st4 .form-content>.flex-row {
    flex: 1 1 100%;
    margin-top: -3px;
    margin-bottom: -3px
}

.form-group-st4 .form-content>.flex-row [class*="col"] {
    padding-top: 3px;
    padding-bottom: 3px
}

.form-group-st5 .form-group {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--indigo)
}

.form-group-st5 .form-group.border-none {
    border-top: none
}

.form-group-st5 .form-title {
    display: flex;
    align-items: center;
    width: 90px;
    line-height: 1.3;
    padding: 15px 10px;
    background-color: #f8f8f8;
    font-size: 15px
}

@media screen and (min-width: 544px) {
    .form-group-st5 .form-title {
        width:120px
    }
}

@media screen and (min-width: 992px) {
    .form-group-st5 .form-title {
        width:200px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.form-group-st5 .form-content {
    flex-wrap: wrap;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 15px;
    line-height: 1.5
}

@media screen and (min-width: 992px) {
    .form-group-st5 .form-content {
        padding-right:20px;
        padding-left: 20px
    }
}

.form-group-st5 .form-content>*:not(.flex-row) {
    width: 100%
}

.form-group-st5 .form-content>.flex-row {
    flex: 1 1 100%;
    margin-top: -3px;
    margin-bottom: -3px
}

.form-group-st5 .form-content>.flex-row [class*="col"] {
    padding-top: 3px;
    padding-bottom: 3px
}

.form-group-st6 {
    background-color: #fff
}

.form-group-st6 .form-group {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #222
}

.form-group-st6 .form-group:not(:last-child) {
    padding-bottom: 24px
}

@media screen and (min-width: 768px) {
    .form-group-st6 .form-group:not(:last-child) {
        padding-bottom:0
    }
}

@media screen and (min-width: 768px) {
    .form-group-st6 .form-group {
        flex-direction:row
    }
}

@media screen and (max-width: 767.98px) {
    #order-request .form-group-st6 .form-group:last-child .form-content {
        padding-bottom:0
    }
}

.form-group-st6 .form-title {
    flex: none;
    display: flex;
    padding-bottom: 6px;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .form-group-st6 .form-title {
        width:170px;
        padding: 18px 24px
    }
}

.form-group-st6 .form-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .form-group-st6 .form-content {
        width:100%;
        max-width: 400px;
        min-height: 58px;
        padding: 10px 5px
    }
}

@media screen and (min-width: 992px) {
    .form-group-st6 .form-content {
        padding:10px
    }
}

.form-group-st6 .form-content>.flex-row {
    flex: 1 1 100%;
    margin-top: -3px;
    margin-bottom: -3px
}

.form-group-st6 .form-content>.flex-row [class*="col"] {
    padding-top: 3px;
    padding-bottom: 3px
}

.form-group-st6.form-read-only .form-group:not(:last-child) {
    border-bottom: 1px solid var(--indigo)
}

.form-group-st6.form-read-only .form-content {
    max-width: 560px
}

.form-field-st1 input[type="text"],.form-field-st1 input[type="password"],.form-field-st1 input[type="num"],.form-field-st1 input[type="tel"],.form-field-st1 input[type="email"],.form-field-st1 select,.form-field-st1 textarea,.form-field-st2 input[type="text"],.form-field-st2 input[type="password"],.form-field-st2 input[type="num"],.form-field-st2 input[type="tel"],.form-field-st2 input[type="email"],.form-field-st2 select,.form-field-st2 textarea,.form-field-st3 input[type="text"],.form-field-st3 input[type="password"],.form-field-st3 input[type="num"],.form-field-st3 input[type="tel"],.form-field-st3 input[type="email"],.form-field-st3 select,.form-field-st3 textarea,.form-field-st4 input[type="text"],.form-field-st4 input[type="password"],.form-field-st4 input[type="num"],.form-field-st4 input[type="tel"],.form-field-st4 input[type="email"],.form-field-st4 select,.form-field-st4 textarea,.form-field-st5 input[type="text"],.form-field-st5 input[type="password"],.form-field-st5 input[type="num"],.form-field-st5 input[type="tel"],.form-field-st5 input[type="email"],.form-field-st5 select,.form-field-st5 textarea,.form-field-st6 input[type="text"],.form-field-st6 input[type="password"],.form-field-st6 input[type="num"],.form-field-st6 input[type="tel"],.form-field-st6 input[type="email"],.form-field-st6 select,.form-field-st6 textarea,.form-field-st7 input[type="text"],.form-field-st7 input[type="password"],.form-field-st7 input[type="num"],.form-field-st7 input[type="tel"],.form-field-st7 input[type="email"],.form-field-st7 select,.form-field-st7 textarea {
    width: 100%;
    border: none;
    outline: none
}

.form-field-st1 input[type="text"],.form-field-st1 input[type="password"],.form-field-st1 input[type="num"],.form-field-st1 input[type="tel"],.form-field-st1 input[type="email"],.form-field-st1 select,.form-field-st1 textarea {
    border: 1px solid var(--indigo);
    height: 37px;
    line-height: 1.5;
    padding: 0 10px;
    font-size: 14px
}

.form-field-st1 input[type="text"]:-ms-input-placeholder,.form-field-st1 input[type="password"]:-ms-input-placeholder,.form-field-st1 input[type="num"]:-ms-input-placeholder,.form-field-st1 input[type="tel"]:-ms-input-placeholder,.form-field-st1 input[type="email"]:-ms-input-placeholder,.form-field-st1 select:-ms-input-placeholder,.form-field-st1 textarea:-ms-input-placeholder {
    color: #a0a0b1
}

.form-field-st1 input[type="text"]::-ms-input-placeholder,.form-field-st1 input[type="password"]::-ms-input-placeholder,.form-field-st1 input[type="num"]::-ms-input-placeholder,.form-field-st1 input[type="tel"]::-ms-input-placeholder,.form-field-st1 input[type="email"]::-ms-input-placeholder,.form-field-st1 select::-ms-input-placeholder,.form-field-st1 textarea::-ms-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st1 input[type="text"]:-moz-placeholder,.form-field-st1 input[type="password"]:-moz-placeholder,.form-field-st1 input[type="num"]:-moz-placeholder,.form-field-st1 input[type="tel"]:-moz-placeholder,.form-field-st1 input[type="email"]:-moz-placeholder,.form-field-st1 select:-moz-placeholder,.form-field-st1 textarea:-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st1 input[type="text"]::-moz-placeholder,.form-field-st1 input[type="password"]::-moz-placeholder,.form-field-st1 input[type="num"]::-moz-placeholder,.form-field-st1 input[type="tel"]::-moz-placeholder,.form-field-st1 input[type="email"]::-moz-placeholder,.form-field-st1 select::-moz-placeholder,.form-field-st1 textarea::-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st1 input[type="text"]::-webkit-input-placeholder,.form-field-st1 input[type="password"]::-webkit-input-placeholder,.form-field-st1 input[type="num"]::-webkit-input-placeholder,.form-field-st1 input[type="tel"]::-webkit-input-placeholder,.form-field-st1 input[type="email"]::-webkit-input-placeholder,.form-field-st1 select::-webkit-input-placeholder,.form-field-st1 textarea::-webkit-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st1 input[type="text"]::placeholder,.form-field-st1 input[type="password"]::placeholder,.form-field-st1 input[type="num"]::placeholder,.form-field-st1 input[type="tel"]::placeholder,.form-field-st1 input[type="email"]::placeholder,.form-field-st1 select::placeholder,.form-field-st1 textarea::placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st1 input[type="text"][readonly],.form-field-st1 input[type="text"]:disabled,.form-field-st1 input[type="password"][readonly],.form-field-st1 input[type="password"]:disabled,.form-field-st1 input[type="num"][readonly],.form-field-st1 input[type="num"]:disabled,.form-field-st1 input[type="tel"][readonly],.form-field-st1 input[type="tel"]:disabled,.form-field-st1 input[type="email"][readonly],.form-field-st1 input[type="email"]:disabled,.form-field-st1 select[readonly],.form-field-st1 select:disabled,.form-field-st1 textarea[readonly],.form-field-st1 textarea:disabled {
    background-color: #f2f2f2;
    color: #666;
    pointer-events: none;
    cursor: default
}

.form-field-st1 select {
    padding: 0 20px 0 10px;
    background-image: url(../../images/common/btn_select_arrow_000.svg);
    background-repeat: no-repeat;
    background-position: right 4px bottom 50%;
    background-size: 9px 5px
}

@media screen and (min-width: 544px) {
    .form-field-st1 select {
        background-position:right 5px bottom 50%;
        background-size: 10px 7px
    }
}

@media screen and (min-width: 768px) {
    .form-field-st1 select {
        padding:0 35px 0 10px;
        background-position: right 10px bottom 50%
    }
}

.form-field-st1 textarea {
    max-width: initial;
    height: 100px;
    padding: 10px;
    resize: none
}

.form-field-st1 .selectize-control {
    font-size: 0
}

.form-field-st1 .selectize-control .selectize-input {
    border-radius: 0;
    box-shadow: none;
    border-color: var(--indigo)
}

.form-field-st2 input[type="text"],.form-field-st2 input[type="password"],.form-field-st2 input[type="num"],.form-field-st2 input[type="tel"],.form-field-st2 input[type="email"],.form-field-st2 select,.form-field-st2 textarea {
    border: 1px solid var(--indigo);
    height: 50px;
    line-height: 1.5;
    padding: 10px;
    background-color: transparent;
    font-size: 15px
}

.form-field-st2 input[type="text"]:-ms-input-placeholder,.form-field-st2 input[type="password"]:-ms-input-placeholder,.form-field-st2 input[type="num"]:-ms-input-placeholder,.form-field-st2 input[type="tel"]:-ms-input-placeholder,.form-field-st2 input[type="email"]:-ms-input-placeholder,.form-field-st2 select:-ms-input-placeholder,.form-field-st2 textarea:-ms-input-placeholder {
    color: #a0a0b1
}

.form-field-st2 input[type="text"]::-ms-input-placeholder,.form-field-st2 input[type="password"]::-ms-input-placeholder,.form-field-st2 input[type="num"]::-ms-input-placeholder,.form-field-st2 input[type="tel"]::-ms-input-placeholder,.form-field-st2 input[type="email"]::-ms-input-placeholder,.form-field-st2 select::-ms-input-placeholder,.form-field-st2 textarea::-ms-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st2 input[type="text"]:-moz-placeholder,.form-field-st2 input[type="password"]:-moz-placeholder,.form-field-st2 input[type="num"]:-moz-placeholder,.form-field-st2 input[type="tel"]:-moz-placeholder,.form-field-st2 input[type="email"]:-moz-placeholder,.form-field-st2 select:-moz-placeholder,.form-field-st2 textarea:-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st2 input[type="text"]::-moz-placeholder,.form-field-st2 input[type="password"]::-moz-placeholder,.form-field-st2 input[type="num"]::-moz-placeholder,.form-field-st2 input[type="tel"]::-moz-placeholder,.form-field-st2 input[type="email"]::-moz-placeholder,.form-field-st2 select::-moz-placeholder,.form-field-st2 textarea::-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st2 input[type="text"]::-webkit-input-placeholder,.form-field-st2 input[type="password"]::-webkit-input-placeholder,.form-field-st2 input[type="num"]::-webkit-input-placeholder,.form-field-st2 input[type="tel"]::-webkit-input-placeholder,.form-field-st2 input[type="email"]::-webkit-input-placeholder,.form-field-st2 select::-webkit-input-placeholder,.form-field-st2 textarea::-webkit-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st2 input[type="text"]::placeholder,.form-field-st2 input[type="password"]::placeholder,.form-field-st2 input[type="num"]::placeholder,.form-field-st2 input[type="tel"]::placeholder,.form-field-st2 input[type="email"]::placeholder,.form-field-st2 select::placeholder,.form-field-st2 textarea::placeholder {
    color: #a0a0b1;
    font-size: inherit
}

@media screen and (min-width: 768px) {
    .form-field-st2 input[type="text"],.form-field-st2 input[type="password"],.form-field-st2 input[type="num"],.form-field-st2 input[type="tel"],.form-field-st2 input[type="email"],.form-field-st2 select,.form-field-st2 textarea {
        height:55px
    }
}

.form-field-st2 input[type="text"][readonly],.form-field-st2 input[type="text"]:disabled,.form-field-st2 input[type="password"][readonly],.form-field-st2 input[type="password"]:disabled,.form-field-st2 input[type="num"][readonly],.form-field-st2 input[type="num"]:disabled,.form-field-st2 input[type="tel"][readonly],.form-field-st2 input[type="tel"]:disabled,.form-field-st2 input[type="email"][readonly],.form-field-st2 input[type="email"]:disabled,.form-field-st2 select[readonly],.form-field-st2 select:disabled,.form-field-st2 textarea[readonly],.form-field-st2 textarea:disabled {
    background-color: #f2f2f2;
    color: #666;
    pointer-events: none;
    cursor: default
}

.form-field-st2 input[type="text"]:focus,.form-field-st2 input[type="password"]:focus,.form-field-st2 input[type="num"]:focus,.form-field-st2 input[type="tel"]:focus,.form-field-st2 input[type="email"]:focus,.form-field-st2 select:focus,.form-field-st2 textarea:focus {
    border-color: var(--burgundy)
}

.form-field-st2 textarea {
    resize: none;
    height: 130px;
    line-height: 1.67
}

.form-field-st2 select {
    overflow: hidden
}

.form-field-st2 button,.form-field-st2 .select2-container--style1 .select2-selection--single {
    height: 50px
}

@media screen and (min-width: 768px) {
    .form-field-st2 button,.form-field-st2 .select2-container--style1 .select2-selection--single {
        height:55px
    }
}

.form-field-st3 input[type="text"],.form-field-st3 input[type="password"],.form-field-st3 input[type="num"],.form-field-st3 input[type="tel"],.form-field-st3 input[type="email"],.form-field-st3 select,.form-field-st3 textarea {
    height: 57px;
    padding: 20px 15px;
    font-size: 15px;
    letter-spacing: -0.02em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #000 transparent
}

.form-field-st3 input[type="text"]:-ms-input-placeholder,.form-field-st3 input[type="password"]:-ms-input-placeholder,.form-field-st3 input[type="num"]:-ms-input-placeholder,.form-field-st3 input[type="tel"]:-ms-input-placeholder,.form-field-st3 input[type="email"]:-ms-input-placeholder,.form-field-st3 select:-ms-input-placeholder,.form-field-st3 textarea:-ms-input-placeholder {
    color: #a0a0b1
}

.form-field-st3 input[type="text"]::-ms-input-placeholder,.form-field-st3 input[type="password"]::-ms-input-placeholder,.form-field-st3 input[type="num"]::-ms-input-placeholder,.form-field-st3 input[type="tel"]::-ms-input-placeholder,.form-field-st3 input[type="email"]::-ms-input-placeholder,.form-field-st3 select::-ms-input-placeholder,.form-field-st3 textarea::-ms-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st3 input[type="text"]:-moz-placeholder,.form-field-st3 input[type="password"]:-moz-placeholder,.form-field-st3 input[type="num"]:-moz-placeholder,.form-field-st3 input[type="tel"]:-moz-placeholder,.form-field-st3 input[type="email"]:-moz-placeholder,.form-field-st3 select:-moz-placeholder,.form-field-st3 textarea:-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st3 input[type="text"]::-moz-placeholder,.form-field-st3 input[type="password"]::-moz-placeholder,.form-field-st3 input[type="num"]::-moz-placeholder,.form-field-st3 input[type="tel"]::-moz-placeholder,.form-field-st3 input[type="email"]::-moz-placeholder,.form-field-st3 select::-moz-placeholder,.form-field-st3 textarea::-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st3 input[type="text"]::-webkit-input-placeholder,.form-field-st3 input[type="password"]::-webkit-input-placeholder,.form-field-st3 input[type="num"]::-webkit-input-placeholder,.form-field-st3 input[type="tel"]::-webkit-input-placeholder,.form-field-st3 input[type="email"]::-webkit-input-placeholder,.form-field-st3 select::-webkit-input-placeholder,.form-field-st3 textarea::-webkit-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st3 input[type="text"]::placeholder,.form-field-st3 input[type="password"]::placeholder,.form-field-st3 input[type="num"]::placeholder,.form-field-st3 input[type="tel"]::placeholder,.form-field-st3 input[type="email"]::placeholder,.form-field-st3 select::placeholder,.form-field-st3 textarea::placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st3 input[type="text"]:focus,.form-field-st3 input[type="password"]:focus,.form-field-st3 input[type="num"]:focus,.form-field-st3 input[type="tel"]:focus,.form-field-st3 input[type="email"]:focus,.form-field-st3 select:focus,.form-field-st3 textarea:focus {
    border-color: #eb3a18;
    outline: none
}

.form-field-st3 textarea {
    height: 135px;
    padding: 15px;
    resize: none;
    padding: 15px
}

.form-field-st3 .check-label {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555
}

.form-field-st4 input[type="text"],.form-field-st4 input[type="password"],.form-field-st4 input[type="num"],.form-field-st4 input[type="tel"],.form-field-st4 input[type="email"],.form-field-st4 select,.form-field-st4 textarea {
    height: 67px;
    padding-top: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--indigo);
    font-size: 16px
}

.form-field-st4 input[type="text"]:-ms-input-placeholder,.form-field-st4 input[type="password"]:-ms-input-placeholder,.form-field-st4 input[type="num"]:-ms-input-placeholder,.form-field-st4 input[type="tel"]:-ms-input-placeholder,.form-field-st4 input[type="email"]:-ms-input-placeholder,.form-field-st4 select:-ms-input-placeholder,.form-field-st4 textarea:-ms-input-placeholder {
    color: #a0a0b1
}

.form-field-st4 input[type="text"]::-ms-input-placeholder,.form-field-st4 input[type="password"]::-ms-input-placeholder,.form-field-st4 input[type="num"]::-ms-input-placeholder,.form-field-st4 input[type="tel"]::-ms-input-placeholder,.form-field-st4 input[type="email"]::-ms-input-placeholder,.form-field-st4 select::-ms-input-placeholder,.form-field-st4 textarea::-ms-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st4 input[type="text"]:-moz-placeholder,.form-field-st4 input[type="password"]:-moz-placeholder,.form-field-st4 input[type="num"]:-moz-placeholder,.form-field-st4 input[type="tel"]:-moz-placeholder,.form-field-st4 input[type="email"]:-moz-placeholder,.form-field-st4 select:-moz-placeholder,.form-field-st4 textarea:-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st4 input[type="text"]::-moz-placeholder,.form-field-st4 input[type="password"]::-moz-placeholder,.form-field-st4 input[type="num"]::-moz-placeholder,.form-field-st4 input[type="tel"]::-moz-placeholder,.form-field-st4 input[type="email"]::-moz-placeholder,.form-field-st4 select::-moz-placeholder,.form-field-st4 textarea::-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st4 input[type="text"]::-webkit-input-placeholder,.form-field-st4 input[type="password"]::-webkit-input-placeholder,.form-field-st4 input[type="num"]::-webkit-input-placeholder,.form-field-st4 input[type="tel"]::-webkit-input-placeholder,.form-field-st4 input[type="email"]::-webkit-input-placeholder,.form-field-st4 select::-webkit-input-placeholder,.form-field-st4 textarea::-webkit-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st4 input[type="text"]::placeholder,.form-field-st4 input[type="password"]::placeholder,.form-field-st4 input[type="num"]::placeholder,.form-field-st4 input[type="tel"]::placeholder,.form-field-st4 input[type="email"]::placeholder,.form-field-st4 select::placeholder,.form-field-st4 textarea::placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st4 input[type="text"]:focus,.form-field-st4 input[type="password"]:focus,.form-field-st4 input[type="num"]:focus,.form-field-st4 input[type="tel"]:focus,.form-field-st4 input[type="email"]:focus,.form-field-st4 select:focus,.form-field-st4 textarea:focus {
    outline: none
}

.form-field-st4 textarea {
    height: 50px;
    line-height: 1.57;
    resize: none
}

.form-field-st5 input[type="text"],.form-field-st5 input[type="password"],.form-field-st5 input[type="num"],.form-field-st5 input[type="tel"],.form-field-st5 input[type="email"],.form-field-st5 select,.form-field-st5 textarea {
    border: 1px solid var(--indigo);
    height: 37px;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.05em
}

.form-field-st5 input[type="text"]:-ms-input-placeholder,.form-field-st5 input[type="password"]:-ms-input-placeholder,.form-field-st5 input[type="num"]:-ms-input-placeholder,.form-field-st5 input[type="tel"]:-ms-input-placeholder,.form-field-st5 input[type="email"]:-ms-input-placeholder,.form-field-st5 select:-ms-input-placeholder,.form-field-st5 textarea:-ms-input-placeholder {
    color: #a0a0b1
}

.form-field-st5 input[type="text"]::-ms-input-placeholder,.form-field-st5 input[type="password"]::-ms-input-placeholder,.form-field-st5 input[type="num"]::-ms-input-placeholder,.form-field-st5 input[type="tel"]::-ms-input-placeholder,.form-field-st5 input[type="email"]::-ms-input-placeholder,.form-field-st5 select::-ms-input-placeholder,.form-field-st5 textarea::-ms-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st5 input[type="text"]:-moz-placeholder,.form-field-st5 input[type="password"]:-moz-placeholder,.form-field-st5 input[type="num"]:-moz-placeholder,.form-field-st5 input[type="tel"]:-moz-placeholder,.form-field-st5 input[type="email"]:-moz-placeholder,.form-field-st5 select:-moz-placeholder,.form-field-st5 textarea:-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st5 input[type="text"]::-moz-placeholder,.form-field-st5 input[type="password"]::-moz-placeholder,.form-field-st5 input[type="num"]::-moz-placeholder,.form-field-st5 input[type="tel"]::-moz-placeholder,.form-field-st5 input[type="email"]::-moz-placeholder,.form-field-st5 select::-moz-placeholder,.form-field-st5 textarea::-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st5 input[type="text"]::-webkit-input-placeholder,.form-field-st5 input[type="password"]::-webkit-input-placeholder,.form-field-st5 input[type="num"]::-webkit-input-placeholder,.form-field-st5 input[type="tel"]::-webkit-input-placeholder,.form-field-st5 input[type="email"]::-webkit-input-placeholder,.form-field-st5 select::-webkit-input-placeholder,.form-field-st5 textarea::-webkit-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st5 input[type="text"]::placeholder,.form-field-st5 input[type="password"]::placeholder,.form-field-st5 input[type="num"]::placeholder,.form-field-st5 input[type="tel"]::placeholder,.form-field-st5 input[type="email"]::placeholder,.form-field-st5 select::placeholder,.form-field-st5 textarea::placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st5 input[type="text"][readonly],.form-field-st5 input[type="text"]:disabled,.form-field-st5 input[type="password"][readonly],.form-field-st5 input[type="password"]:disabled,.form-field-st5 input[type="num"][readonly],.form-field-st5 input[type="num"]:disabled,.form-field-st5 input[type="tel"][readonly],.form-field-st5 input[type="tel"]:disabled,.form-field-st5 input[type="email"][readonly],.form-field-st5 input[type="email"]:disabled,.form-field-st5 select[readonly],.form-field-st5 select:disabled,.form-field-st5 textarea[readonly],.form-field-st5 textarea:disabled {
    background-color: #f2f2f2;
    color: #666;
    pointer-events: none;
    cursor: default
}

.form-field-st5 select {
    padding: 0 20px 0 10px;
    background-image: url(../../images/common/btn_select_arrow_000.svg);
    background-repeat: no-repeat;
    background-position: right 4px bottom 50%;
    background-size: 9px 5px
}

@media screen and (min-width: 544px) {
    .form-field-st5 select {
        background-position:right 5px bottom 50%;
        background-size: 10px 7px
    }
}

@media screen and (min-width: 768px) {
    .form-field-st5 select {
        padding:0 35px 0 10px;
        background-position: right 10px bottom 50%
    }
}

.form-field-st5 textarea {
    max-width: initial;
    height: 100px;
    padding: 10px;
    resize: none
}

.form-field-st5 .selectize-control {
    font-size: 0
}

.form-field-st5 .selectize-control .selectize-input {
    border-radius: 0;
    box-shadow: none;
    border-color: var(--indigo)
}

.form-field-st6 input[type="text"],.form-field-st6 input[type="password"],.form-field-st6 input[type="num"],.form-field-st6 input[type="tel"],.form-field-st6 input[type="email"],.form-field-st6 select,.form-field-st6 textarea {
    border: 1px solid var(--indigo);
    height: 55px;
    line-height: 1.57;
    padding: 0 10px;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .form-field-st6 input[type="text"],.form-field-st6 input[type="password"],.form-field-st6 input[type="num"],.form-field-st6 input[type="tel"],.form-field-st6 input[type="email"],.form-field-st6 select,.form-field-st6 textarea {
        height:37px
    }
}

.form-field-st6 input[type="text"]:-ms-input-placeholder,.form-field-st6 input[type="password"]:-ms-input-placeholder,.form-field-st6 input[type="num"]:-ms-input-placeholder,.form-field-st6 input[type="tel"]:-ms-input-placeholder,.form-field-st6 input[type="email"]:-ms-input-placeholder,.form-field-st6 select:-ms-input-placeholder,.form-field-st6 textarea:-ms-input-placeholder {
    color: #a0a0b1
}

.form-field-st6 input[type="text"]::-ms-input-placeholder,.form-field-st6 input[type="password"]::-ms-input-placeholder,.form-field-st6 input[type="num"]::-ms-input-placeholder,.form-field-st6 input[type="tel"]::-ms-input-placeholder,.form-field-st6 input[type="email"]::-ms-input-placeholder,.form-field-st6 select::-ms-input-placeholder,.form-field-st6 textarea::-ms-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st6 input[type="text"]:-moz-placeholder,.form-field-st6 input[type="password"]:-moz-placeholder,.form-field-st6 input[type="num"]:-moz-placeholder,.form-field-st6 input[type="tel"]:-moz-placeholder,.form-field-st6 input[type="email"]:-moz-placeholder,.form-field-st6 select:-moz-placeholder,.form-field-st6 textarea:-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st6 input[type="text"]::-moz-placeholder,.form-field-st6 input[type="password"]::-moz-placeholder,.form-field-st6 input[type="num"]::-moz-placeholder,.form-field-st6 input[type="tel"]::-moz-placeholder,.form-field-st6 input[type="email"]::-moz-placeholder,.form-field-st6 select::-moz-placeholder,.form-field-st6 textarea::-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st6 input[type="text"]::-webkit-input-placeholder,.form-field-st6 input[type="password"]::-webkit-input-placeholder,.form-field-st6 input[type="num"]::-webkit-input-placeholder,.form-field-st6 input[type="tel"]::-webkit-input-placeholder,.form-field-st6 input[type="email"]::-webkit-input-placeholder,.form-field-st6 select::-webkit-input-placeholder,.form-field-st6 textarea::-webkit-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st6 input[type="text"]::placeholder,.form-field-st6 input[type="password"]::placeholder,.form-field-st6 input[type="num"]::placeholder,.form-field-st6 input[type="tel"]::placeholder,.form-field-st6 input[type="email"]::placeholder,.form-field-st6 select::placeholder,.form-field-st6 textarea::placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st6 input[type="text"][readonly],.form-field-st6 input[type="text"]:disabled,.form-field-st6 input[type="password"][readonly],.form-field-st6 input[type="password"]:disabled,.form-field-st6 input[type="num"][readonly],.form-field-st6 input[type="num"]:disabled,.form-field-st6 input[type="tel"][readonly],.form-field-st6 input[type="tel"]:disabled,.form-field-st6 input[type="email"][readonly],.form-field-st6 input[type="email"]:disabled,.form-field-st6 select[readonly],.form-field-st6 select:disabled,.form-field-st6 textarea[readonly],.form-field-st6 textarea:disabled {
    background-color: #f2f2f2;
    color: #666;
    pointer-events: none;
    cursor: default
}

.form-field-st6 select {
    padding: 0 20px 0 10px;
    background-image: url(../../images/common/btn_select_arrow_000.svg);
    background-repeat: no-repeat;
    background-position: right 4px bottom 50%;
    background-size: 9px 5px
}

@media screen and (min-width: 544px) {
    .form-field-st6 select {
        background-position:right 5px bottom 50%;
        background-size: 10px 7px
    }
}

@media screen and (min-width: 768px) {
    .form-field-st6 select {
        padding:0 35px 0 10px;
        background-position: right 10px bottom 50%
    }
}

.form-field-st6 textarea {
    max-width: initial;
    height: 100px;
    padding: 10px;
    resize: none
}

.form-field-st6 .selectize-control {
    font-size: 0
}

.form-field-st6 .selectize-control .selectize-input {
    border-radius: 0;
    box-shadow: none;
    border-color: var(--indigo)
}

@media screen and (max-width: 767.98px) {
    .form-field-st6 .btn-uploadfile {
        width:75px;
        height: 75px;
        border: 1px solid #ddd;
        background-image: url(../../images/common/review_icon_plus.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        font-size: 0;
        z-index: 1;
        cursor: pointer
    }
}

.form-field-st7 input[type="text"],.form-field-st7 input[type="password"],.form-field-st7 input[type="num"],.form-field-st7 input[type="tel"],.form-field-st7 input[type="email"],.form-field-st7 select,.form-field-st7 textarea {
    border: 1px solid var(--indigo);
    height: 37px;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.05em
}

.form-field-st7 input[type="text"]:-ms-input-placeholder,.form-field-st7 input[type="password"]:-ms-input-placeholder,.form-field-st7 input[type="num"]:-ms-input-placeholder,.form-field-st7 input[type="tel"]:-ms-input-placeholder,.form-field-st7 input[type="email"]:-ms-input-placeholder,.form-field-st7 select:-ms-input-placeholder,.form-field-st7 textarea:-ms-input-placeholder {
    color: #a0a0b1
}

.form-field-st7 input[type="text"]::-ms-input-placeholder,.form-field-st7 input[type="password"]::-ms-input-placeholder,.form-field-st7 input[type="num"]::-ms-input-placeholder,.form-field-st7 input[type="tel"]::-ms-input-placeholder,.form-field-st7 input[type="email"]::-ms-input-placeholder,.form-field-st7 select::-ms-input-placeholder,.form-field-st7 textarea::-ms-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st7 input[type="text"]:-moz-placeholder,.form-field-st7 input[type="password"]:-moz-placeholder,.form-field-st7 input[type="num"]:-moz-placeholder,.form-field-st7 input[type="tel"]:-moz-placeholder,.form-field-st7 input[type="email"]:-moz-placeholder,.form-field-st7 select:-moz-placeholder,.form-field-st7 textarea:-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st7 input[type="text"]::-moz-placeholder,.form-field-st7 input[type="password"]::-moz-placeholder,.form-field-st7 input[type="num"]::-moz-placeholder,.form-field-st7 input[type="tel"]::-moz-placeholder,.form-field-st7 input[type="email"]::-moz-placeholder,.form-field-st7 select::-moz-placeholder,.form-field-st7 textarea::-moz-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st7 input[type="text"]::-webkit-input-placeholder,.form-field-st7 input[type="password"]::-webkit-input-placeholder,.form-field-st7 input[type="num"]::-webkit-input-placeholder,.form-field-st7 input[type="tel"]::-webkit-input-placeholder,.form-field-st7 input[type="email"]::-webkit-input-placeholder,.form-field-st7 select::-webkit-input-placeholder,.form-field-st7 textarea::-webkit-input-placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st7 input[type="text"]::placeholder,.form-field-st7 input[type="password"]::placeholder,.form-field-st7 input[type="num"]::placeholder,.form-field-st7 input[type="tel"]::placeholder,.form-field-st7 input[type="email"]::placeholder,.form-field-st7 select::placeholder,.form-field-st7 textarea::placeholder {
    color: #a0a0b1;
    font-size: inherit
}

.form-field-st7 input[type="text"][readonly],.form-field-st7 input[type="text"]:disabled,.form-field-st7 input[type="password"][readonly],.form-field-st7 input[type="password"]:disabled,.form-field-st7 input[type="num"][readonly],.form-field-st7 input[type="num"]:disabled,.form-field-st7 input[type="tel"][readonly],.form-field-st7 input[type="tel"]:disabled,.form-field-st7 input[type="email"][readonly],.form-field-st7 input[type="email"]:disabled,.form-field-st7 select[readonly],.form-field-st7 select:disabled,.form-field-st7 textarea[readonly],.form-field-st7 textarea:disabled {
    background-color: #f2f2f2;
    color: #666;
    pointer-events: none;
    cursor: default
}

.form-field-st7 select {
    padding: 0 20px 0 10px;
    background-image: url(../../images/common/btn_select_arrow_000.svg);
    background-repeat: no-repeat;
    background-position: right 4px bottom 50%;
    background-size: 9px 5px
}

@media screen and (min-width: 544px) {
    .form-field-st7 select {
        background-position:right 5px bottom 50%;
        background-size: 10px 7px
    }
}

@media screen and (min-width: 768px) {
    .form-field-st7 select {
        padding:0 35px 0 10px;
        background-position: right 10px bottom 50%
    }
}

.form-field-st7 textarea {
    max-width: initial;
    height: 100px;
    padding: 10px;
    resize: none
}

.form-field-st7 .selectize-control {
    font-size: 0
}

.form-field-st7 .selectize-control .selectize-input {
    border-radius: 0;
    box-shadow: none;
    border-color: var(--indigo)
}

.ckbx-tag-st1,.ckbx-tag-st2,.ckbx-img-st1,.ckbx-img-st2,.ckbx-tag-num,.radio-tag-bd,.radio-tag-st1,.radio-tag-st2,.radio-tag-num .radio-tag,.radio-img-st1 {
    display: inline-flex;
    align-items: center;
    position: relative
}

.ckbx-tag-st1 .custom-checked,.ckbx-tag-st2 .custom-checked,.ckbx-img-st1 .custom-checked,.ckbx-img-st2 .custom-checked,.ckbx-tag-num .custom-checked,.radio-tag-bd .custom-checked,.radio-tag-st1 .custom-checked,.radio-tag-st2 .custom-checked,.radio-tag-num .radio-tag .custom-checked,.radio-img-st1 .custom-checked {
    display: inline-block;
    flex: none;
    position: relative;
    cursor: pointer
}

.ckbx-tag-st1 .custom-checked::before,.ckbx-tag-st2 .custom-checked::before,.ckbx-img-st1 .custom-checked::before,.ckbx-img-st2 .custom-checked::before,.ckbx-tag-num .custom-checked::before,.radio-tag-bd .custom-checked::before,.radio-tag-st1 .custom-checked::before,.radio-tag-st2 .custom-checked::before,.radio-tag-num .radio-tag .custom-checked::before,.radio-img-st1 .custom-checked::before,.ckbx-tag-st1 .custom-checked::after,.ckbx-tag-st2 .custom-checked::after,.ckbx-img-st1 .custom-checked::after,.ckbx-img-st2 .custom-checked::after,.ckbx-tag-num .custom-checked::after,.radio-tag-bd .custom-checked::after,.radio-tag-st1 .custom-checked::after,.radio-tag-st2 .custom-checked::after,.radio-tag-num .radio-tag .custom-checked::after,.radio-img-st1 .custom-checked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.ckbx-tag-st1 .custom-checked+.text,.ckbx-tag-st2 .custom-checked+.text,.ckbx-img-st1 .custom-checked+.text,.ckbx-img-st2 .custom-checked+.text,.ckbx-tag-num .custom-checked+.text,.radio-tag-bd .custom-checked+.text,.radio-tag-st1 .custom-checked+.text,.radio-tag-st2 .custom-checked+.text,.radio-tag-num .radio-tag .custom-checked+.text,.radio-img-st1 .custom-checked+.text {
    flex: 0 1 auto;
    display: inline-block;
    align-items: center;
    word-break: break-all
}

.ckbx-tag-st1 input,.ckbx-tag-st2 input,.ckbx-img-st1 input,.ckbx-img-st2 input,.ckbx-tag-num input,.radio-tag-bd input,.radio-tag-st1 input,.radio-tag-st2 input,.radio-tag-num .radio-tag input,.radio-img-st1 input {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.ckbx-tag-st1 input[type=radio]:checked ~ .custom-checked:after,.ckbx-tag-st2 input[type=radio]:checked ~ .custom-checked:after,.ckbx-img-st1 input[type=radio]:checked ~ .custom-checked:after,.ckbx-img-st2 input[type=radio]:checked ~ .custom-checked:after,.ckbx-tag-num input[type=radio]:checked ~ .custom-checked:after,.radio-tag-bd input[type=radio]:checked ~ .custom-checked:after,.radio-tag-st1 input[type=radio]:checked ~ .custom-checked:after,.radio-tag-st2 input[type=radio]:checked ~ .custom-checked:after,.radio-tag-num .radio-tag input[type=radio]:checked ~ .custom-checked:after,.radio-img-st1 input[type=radio]:checked ~ .custom-checked:after,.ckbx-tag-st1 input[type=checkbox]:checked ~ .custom-checked:after,.ckbx-tag-st2 input[type=checkbox]:checked ~ .custom-checked:after,.ckbx-img-st1 input[type=checkbox]:checked ~ .custom-checked:after,.ckbx-img-st2 input[type=checkbox]:checked ~ .custom-checked:after,.ckbx-tag-num input[type=checkbox]:checked ~ .custom-checked:after,.radio-tag-bd input[type=checkbox]:checked ~ .custom-checked:after,.radio-tag-st1 input[type=checkbox]:checked ~ .custom-checked:after,.radio-tag-st2 input[type=checkbox]:checked ~ .custom-checked:after,.radio-tag-num .radio-tag input[type=checkbox]:checked ~ .custom-checked:after,.radio-img-st1 input[type=checkbox]:checked ~ .custom-checked:after {
    display: block
}

.ckbx-tag-st1 input[type=radio]:disabled ~ .custom-checked,.ckbx-tag-st2 input[type=radio]:disabled ~ .custom-checked,.ckbx-img-st1 input[type=radio]:disabled ~ .custom-checked,.ckbx-img-st2 input[type=radio]:disabled ~ .custom-checked,.ckbx-tag-num input[type=radio]:disabled ~ .custom-checked,.radio-tag-bd input[type=radio]:disabled ~ .custom-checked,.radio-tag-st1 input[type=radio]:disabled ~ .custom-checked,.radio-tag-st2 input[type=radio]:disabled ~ .custom-checked,.radio-tag-num .radio-tag input[type=radio]:disabled ~ .custom-checked,.radio-img-st1 input[type=radio]:disabled ~ .custom-checked,.ckbx-tag-st1 input[type=checkbox]:disabled ~ .custom-checked,.ckbx-tag-st2 input[type=checkbox]:disabled ~ .custom-checked,.ckbx-img-st1 input[type=checkbox]:disabled ~ .custom-checked,.ckbx-img-st2 input[type=checkbox]:disabled ~ .custom-checked,.ckbx-tag-num input[type=checkbox]:disabled ~ .custom-checked,.radio-tag-bd input[type=checkbox]:disabled ~ .custom-checked,.radio-tag-st1 input[type=checkbox]:disabled ~ .custom-checked,.radio-tag-st2 input[type=checkbox]:disabled ~ .custom-checked,.radio-tag-num .radio-tag input[type=checkbox]:disabled ~ .custom-checked,.radio-img-st1 input[type=checkbox]:disabled ~ .custom-checked {
    cursor: default
}

.ckbx-tag-st1 input[type=radio]:disabled ~ .text,.ckbx-tag-st2 input[type=radio]:disabled ~ .text,.ckbx-img-st1 input[type=radio]:disabled ~ .text,.ckbx-img-st2 input[type=radio]:disabled ~ .text,.ckbx-tag-num input[type=radio]:disabled ~ .text,.radio-tag-bd input[type=radio]:disabled ~ .text,.radio-tag-st1 input[type=radio]:disabled ~ .text,.radio-tag-st2 input[type=radio]:disabled ~ .text,.radio-tag-num .radio-tag input[type=radio]:disabled ~ .text,.radio-img-st1 input[type=radio]:disabled ~ .text,.ckbx-tag-st1 input[type=checkbox]:disabled ~ .text,.ckbx-tag-st2 input[type=checkbox]:disabled ~ .text,.ckbx-img-st1 input[type=checkbox]:disabled ~ .text,.ckbx-img-st2 input[type=checkbox]:disabled ~ .text,.ckbx-tag-num input[type=checkbox]:disabled ~ .text,.radio-tag-bd input[type=checkbox]:disabled ~ .text,.radio-tag-st1 input[type=checkbox]:disabled ~ .text,.radio-tag-st2 input[type=checkbox]:disabled ~ .text,.radio-tag-num .radio-tag input[type=checkbox]:disabled ~ .text,.radio-img-st1 input[type=checkbox]:disabled ~ .text {
    cursor: default
}

.ckbx-tag-st1 .text,.ckbx-tag-st2 .text,.ckbx-img-st1 .text,.ckbx-img-st2 .text,.ckbx-tag-num .text,.radio-tag-bd .text,.radio-tag-st1 .text,.radio-tag-st2 .text,.radio-tag-num .radio-tag .text,.radio-img-st1 .text {
    cursor: pointer
}

.ckbx-tag-st1 .custom-checked {
    width: 15px;
    height: 15px;
    margin-top: 4px;
    align-self: flex-start
}

.ckbx-tag-st1 .custom-checked:before {
    background-color: #fff;
    border: 1px solid #ccc
}

.ckbx-tag-st1 .custom-checked:after {
    display: none;
    width: 7px;
    height: 7px;
    margin-top: 4px;
    margin-left: 4px;
    background-color: #444
}

.ckbx-tag-st1 input[type=radio]:disabled ~ .custom-checked::before,.ckbx-tag-st1 input[type=checkbox]:disabled ~ .custom-checked::before {
    background-color: #f9f9f9
}

.ckbx-tag-st1 .text {
    line-height: 1.6;
    padding-left: 10px;
    font-size: 14px
}

.ckbx-tag-st2 .custom-checked {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 39px;
    padding: 10px 15px;
    border-radius: 80px
}

@media screen and (min-width: 768px) {
    .ckbx-tag-st2 .custom-checked {
        max-height:67px;
        padding: 20px 30px
    }
}

.ckbx-tag-st2 .custom-checked:before {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 1px solid var(--indigo);
    transition: border-color .25s
}

.ckbx-tag-st2 input[type=radio]:checked ~ .custom-checked:before,.ckbx-tag-st2 input[type=checkbox]:checked ~ .custom-checked:before {
    border-color: var(--burgundy);
    background-color: rgba(231,34,35,0.1)
}

.ckbx-tag-st2 input[type=radio]:checked ~ .custom-checked:after,.ckbx-tag-st2 input[type=checkbox]:checked ~ .custom-checked:after {
    display: none
}

.ckbx-tag-st2 input[type=radio]:checked ~ .custom-checked .text,.ckbx-tag-st2 input[type=checkbox]:checked ~ .custom-checked .text {
    color: var(--burgundy)
}

.ckbx-tag-st2 input[type=radio]:disabled ~ .custom-checked .text,.ckbx-tag-st2 input[type=checkbox]:disabled ~ .custom-checked .text {
    cursor: default;
    color: #ddd
}

.ckbx-tag-st2 .text {
    position: relative;
    z-index: 1;
    font-size: 13px
}

@media screen and (min-width: 768px) {
    .ckbx-tag-st2 .text {
        font-size:18px
    }
}

.ckbx-img-st1 .custom-checked {
    width: 24px;
    height: 24px
}

@media screen and (min-width: 992px) {
    .ckbx-img-st1 .custom-checked {
        width:26px;
        height: 26px
    }
}

.ckbx-img-st1 .custom-checked:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-image: url(../../images/common/icon-cxbx-unchecked.svg);
    background-size: cover
}

.ckbx-img-st1 .custom-checked:after {
    display: none;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../../images/common/icon-cxbx-checked.svg);
    background-size: cover
}

.ckbx-img-st1 input[type=radio]:disabled ~ .custom-checked::before,.ckbx-img-st1 input[type=checkbox]:disabled ~ .custom-checked::before {
    background-image: url(../../images/common/icon-cxbx-unchecked.svg)
}

.ckbx-img-st1 input[type=radio]:disabled ~ .custom-checked:after,.ckbx-img-st1 input[type=checkbox]:disabled ~ .custom-checked:after {
    display: none
}

.ckbx-img-st1 .text {
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #6d6d7e
}

@media screen and (min-width: 992px) {
    .ckbx-img-st1 .text {
        padding-left:14px;
        font-size: 18px;
        line-height: 1.56
    }
}

.ckbx-img-st2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 35px;
    border-radius: 100px;
    font-size: 16px;
    transition: border-color .2s;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .ckbx-img-st2 {
        height:41px;
        font-size: 18px
    }
}

.ckbx-img-st2 .custom-checked {
    position: absolute;
    left: 12px;
    width: 14px;
    height: 14px
}

.ckbx-img-st2 .custom-checked:before {
    width: 100%;
    height: 100%;
    background-image: url(../../images/common/img_checkbox_off.svg);
    background-size: cover
}

.ckbx-img-st2 .custom-checked:after {
    display: none;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../../images/common/img_checkbox_on.svg);
    background-size: cover
}

.ckbx-img-st2 input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 1;
    transition: all .2s
}

.ckbx-img-st2 input[type=checkbox],.ckbx-img-st2 input[type=radio] {
    border: 1px solid #ddd
}

.ckbx-img-st2 input[type=checkbox]:checked,.ckbx-img-st2 input[type=radio]:checked {
    border-color: var(--burgundy)
}

.ckbx-img-st2 input[type=checkbox]:checked ~ .text,.ckbx-img-st2 input[type=radio]:checked ~ .text {
    color: var(--burgundy)
}

.ckbx-img-st2 input[type=checkbox]:disabled ~ .custom-checked:before,.ckbx-img-st2 input[type=radio]:disabled ~ .custom-checked:before {
    background-image: url(../../images/common/img_checkbox_disabled.svg)
}

.ckbx-img-st2 input[type=checkbox]:disabled ~ .text,.ckbx-img-st2 input[type=radio]:disabled ~ .text {
    color: #ddd
}

.ckbx-img-st2 .text {
    padding-left: 34px;
    padding-right: 12px;
    font-size: 14px;
    color: #222
}

.ckbx-tag-num {
    counter-reset: numbering
}

.ckbx-tag-num .ckbx-tag {
    display: inline-flex;
    align-items: center
}

.ckbx-tag-num .custom-checked {
    width: 30px;
    height: 30px
}

.ckbx-tag-num .custom-checked:before {
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.ckbx-tag-num .custom-checked:after {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    counter-increment: numbering;
    content: counter(numbering);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    font-family: "Noto Sans CJKKR", sans-serif;
    text-align: center;
    color: #777
}

.ckbx-tag-num input[type=radio]:checked ~ .custom-checked:before,.ckbx-tag-num input[type=checkbox]:checked ~ .custom-checked:before {
    background-color: var(--burgundy);
    border-color: var(--burgundy)
}

.ckbx-tag-num input[type=radio]:checked ~ .custom-checked:after,.ckbx-tag-num input[type=checkbox]:checked ~ .custom-checked:after {
    color: #fff
}

.ckbx-tag-num input[type=radio]:disabled ~ .custom-checked::before,.ckbx-tag-num input[type=checkbox]:disabled ~ .custom-checked::before {
    background-color: #f9f9f9
}

.ckbx-tag-num .text {
    line-height: 1.6;
    padding-left: 10px;
    font-size: 14px;
    color: #222
}

.radio-tag-bd .custom-checked {
    width: 16px;
    height: 16px
}

.radio-tag-bd .custom-checked:before {
    border-radius: 50%;
    border: 1px solid var(--indigo);
    background-color: #fff
}

.radio-tag-bd .custom-checked::after {
    display: none;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--burgundy);
    transform: translate(-50%, -50%)
}

.radio-tag-bd input[type=radio]:checked ~ .custom-checked:after,.radio-tag-bd input[type=checkbox]:checked ~ .custom-checked:after {
    background-color: #555
}

.radio-tag-bd input[type=radio]:disabled ~ .custom-checked::after,.radio-tag-bd input[type=checkbox]:disabled ~ .custom-checked::after {
    background-color: #f9f9f9
}

.radio-tag-bd input[type=radio]:disabled ~ .custom-checked::before,.radio-tag-bd input[type=checkbox]:disabled ~ .custom-checked::before {
    background-color: #f9f9f9
}

.radio-tag-bd .text {
    padding-left: 10px;
    font-size: 14px;
    color: #222
}

.radio-tag-st1 .custom-checked {
    top: 1px;
    width: 16px;
    height: 16px
}

.radio-tag-st1 .custom-checked:before {
    border-radius: 50%;
    border: 1px solid var(--indigo);
    background-color: #fff
}

.radio-tag-st1 .custom-checked::after {
    display: none;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--burgundy);
    transform: translate(-50%, -50%)
}

.radio-tag-st1 input[type=radio]:checked ~ .custom-checked:after,.radio-tag-st1 input[type=checkbox]:checked ~ .custom-checked:after {
    background-color: #555
}

.radio-tag-st1 input[type=radio]:disabled ~ .custom-checked::after,.radio-tag-st1 input[type=checkbox]:disabled ~ .custom-checked::after {
    background-color: #f9f9f9
}

.radio-tag-st1 input[type=radio]:disabled ~ .custom-checked::before,.radio-tag-st1 input[type=checkbox]:disabled ~ .custom-checked::before {
    background-color: #f9f9f9
}

.radio-tag-st1 .text {
    padding-left: 10px;
    font-size: 14px;
    color: #222
}

.radio-tag-st2 .custom-checked {
    width: 20px;
    height: 20px
}

.radio-tag-st2 .custom-checked:before {
    border-radius: 50%;
    border: 1px solid var(--indigo);
    background-color: #fff
}

.radio-tag-st2 input[type=radio]:checked ~ .custom-checked::before,.radio-tag-st2 input[type=checkbox]:checked ~ .custom-checked::before {
    border-color: var(--burgundy)
}

.radio-tag-st2 input[type=radio]:checked ~ .custom-checked::after,.radio-tag-st2 input[type=checkbox]:checked ~ .custom-checked::after {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: var(--burgundy);
    transform: translate(-50%, -50%)
}

.radio-tag-st2 input[type=radio]:disabled ~ .custom-checked::before,.radio-tag-st2 input[type=checkbox]:disabled ~ .custom-checked::before {
    background-color: #f9f9f9
}

.radio-tag-st2 input[type=radio]:disabled ~ .custom-checked::after,.radio-tag-st2 input[type=checkbox]:disabled ~ .custom-checked::after {
    width: 50%;
    height: 50%;
    margin-top: 50%;
    margin-left: 50%;
    border-radius: 50%;
    background-color: var(--indigo);
    transform: translate(-50%, -50%)
}

.radio-tag-st2 .text {
    padding-left: 10px;
    font-size: 14px
}

.radio-tag-num {
    counter-reset: numbering
}

.radio-tag-num .radio-tag .custom-checked {
    width: 30px;
    height: 30px
}

.radio-tag-num .radio-tag .custom-checked:before {
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.radio-tag-num .radio-tag .custom-checked:after {
    counter-increment: numbering;
    content: counter(numbering);
    border-radius: 50%;
    font-family: "Noto Sans CJKKR", sans-serif;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #777
}

.radio-tag-num .radio-tag input[type=checkbox]:checked ~ .custom-checked:before,.radio-tag-num .radio-tag input[type=radio]:checked ~ .custom-checked:before {
    border: none;
    background-color: var(--burgundy)
}

.radio-tag-num .radio-tag input[type=checkbox]:checked ~ .custom-checked:after,.radio-tag-num .radio-tag input[type=radio]:checked ~ .custom-checked:after {
    color: #fff
}

.radio-tag-num .radio-tag input[type=checkbox]:checked ~ .text,.radio-tag-num .radio-tag input[type=radio]:checked ~ .text {
    color: var(--burgundy)
}

.radio-tag-num .radio-tag input[type=checkbox]:disabled ~ .custom-checked:before,.radio-tag-num .radio-tag input[type=radio]:disabled ~ .custom-checked:before {
    background-color: #f9f9f9
}

.radio-tag-num .radio-tag input[type=checkbox]:disabled ~ .custom-checked:after,.radio-tag-num .radio-tag input[type=radio]:disabled ~ .custom-checked:after {
    color: #ddd
}

.radio-tag-num .radio-tag .text {
    line-height: 1.6;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Noto Sans CJKKR", sans-serif;
    color: #222
}

.radio-img-st1 {
    counter-reset: numbering
}

.radio-img-st1 .custom-checked {
    width: 24px;
    height: 24px
}

.radio-img-st1 .custom-checked:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../../images/common/img_checkbox_off.svg);
    background-size: cover
}

.radio-img-st1 .custom-checked:after {
    display: none;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../../images/common/img_checkbox_on.svg);
    background-size: cover
}

.radio-img-st1 input[type=radio]:disabled ~ .custom-checked::before,.radio-img-st1 input[type=checkbox]:disabled ~ .custom-checked::before {
    background-image: url(../../images/common/img_checkbox_disabled.svg)
}

.radio-img-st1 input[type=radio]:disabled ~ .custom-checked:after,.radio-img-st1 input[type=checkbox]:disabled ~ .custom-checked:after {
    display: none
}

.radio-img-st1 .text {
    line-height: 1.6;
    padding-left: 10px;
    font-size: 14px;
    color: #222
}

#alert_modal {
    z-index: 1500
}

.alert-modal {
    background-color: rgba(0,0,0,0.1)
}

.alert-modal .modal-dialog {
    max-width: 540px
}

.alert-modal .modal-dialog.modal-lg {
    max-width: 560px
}

.alert-modal .modal-content {
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.alert-modal .modal-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    border-bottom: 0;
    font-size: 15px;
    color: #000
}

@media screen and (min-width: 768px) {
    .alert-modal .modal-header {
        padding:35px 50px 20px
    }
}

.alert-modal .modal-header .modal-title {
    line-height: 1.3;
    font-size: 15px;
    font-weight: 500
}

.alert-modal .modal-header[class*="icon-"]:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -5px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: 50%
}

.alert-modal .modal-header.icon-coupon:before {
    background-size: 22px 18px;
    background-image: url(../../images/modal/popup_icon_coupon.svg)
}

.alert-modal .modal-header.icon-cart:before {
    background-image: url(../../images/goods/goods_cart_icon.svg)
}

.alert-modal .modal-header.icon-share:before {
    background-image: url(../../images/goods/icon_share_000.svg)
}

.alert-modal .modal-body {
    line-height: 1.67;
    padding: 0 20px 20px;
    font-size: 15px;
    color: #222;
    text-align: center
}

@media screen and (min-width: 768px) {
    .alert-modal .modal-body {
        padding:0 50px 40px
    }
}

.alert-modal .modal-body-title {
    display: block;
    line-height: 1.3;
    font-size: 18px;
    font-family: "Pretendard", sans-serif;
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 768px) {
    .alert-modal .modal-body-title {
        font-size:20px
    }
}

.alert-modal .modal-body-subtitle {
    display: block;
    margin-top: 3px;
    line-height: 1.62;
    font-size: 14px;
    color: #666
}

.alert-modal .modal-notice {
    margin-top: 6px;
    font-size: 13px;
    color: #666
}

.alert-modal .modal-footer {
    border: 0;
    padding: 0 20px 20px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .alert-modal .modal-footer {
        padding-bottom:40px
    }
}

.alert-modal .modal-footer [class*="btn-group"] {
    padding-top: 0
}

.alert-modal .btn-close {
    width: 37px;
    height: 37px;
    margin-top: -8px;
    margin-left: auto;
    margin-right: -8px;
    padding: 0;
    background: transparent url(../../images/modal/popup_close_btn.svg) no-repeat center/18px;
    font-size: 0;
    cursor: pointer
}

.alert-modal .modal-cart {
    display: block;
    width: 45px;
    height: 45px;
    margin: -32px auto 15px;
    background-image: url(../../images/modal/goods_cart_icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 45px 43px
}

.alert-modal .leave-textarea {
    border: 1px solid var(--indigo);
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
    outline: none
}

.alert-modal .leave-textarea:-ms-input-placeholder {
    color: #c4c4c4
}

.alert-modal .leave-textarea::-ms-input-placeholder {
    color: #c4c4c4;
    font-size: inherit
}

.alert-modal .leave-textarea:-moz-placeholder {
    color: #c4c4c4;
    font-size: inherit
}

.alert-modal .leave-textarea::-moz-placeholder {
    color: #c4c4c4;
    font-size: inherit
}

.alert-modal .leave-textarea::-webkit-input-placeholder {
    color: #c4c4c4;
    font-size: inherit
}

.alert-modal .leave-textarea::placeholder {
    color: #c4c4c4;
    font-size: inherit
}

.alert-modal .coupon-in {
    width: 100%;
    height: 55px;
    max-width: 100%;
    padding: 20px 10px;
    font-size: 14px;
    border: 1px solid var(--indigo);
    color: #666;
    outline: none
}

.alert-modal #promptForm .prompt_text {
    margin-bottom: 20px
}

.alert-modal #promptForm input {
    width: 100%;
    max-width: 248px;
    margin: 0 auto;
    text-align: center
}

@media screen and (min-width: 768px) {
    .alert-modal #promptForm input {
        max-width:350px
    }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=60bb45ed7f646d5435eb7deb75e95ad3)
 * Config saved to config.json and https://gist.github.com/60bb45ed7f646d5435eb7deb75e95ad3
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 992px) {
    .modal.screen-center .modal-dialog {
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%)
    }

    .modal.screen-center.in .modal-dialog {
        transform: translate(-50%, -50%)
    }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto
}

.modal-content {
    position: relative;
    min-width: 320px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,0.6)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: 1
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-title {
    margin: 0
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }
}

.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,.modal-header:after,.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

[id*='modal-info'] .modal-dialog {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    [id*='modal-info'] .modal-dialog {
        max-width:565px
    }
}

[id*='modal-info'] .modal-content {
    border: none;
    border-radius: 0
}

[id*='modal-info'] .modal-content .modal-body {
    padding: 18px 20px
}

@media screen and (min-width: 768px) {
    [id*='modal-info'] .modal-content .modal-body {
        padding:38px 50px
    }
}

[id*='modal-info'] .modal-content .modal-body .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: initial;
    border: 0;
    outline: 0;
    background-color: transparent;
    background-image: url(../../images/modal/popup_close_btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    [id*='modal-info'] .modal-content .modal-body .btn-close {
        top:39px;
        right: 50px
    }
}

[id*='modal-info'] .modal-content .modal-footer {
    border-top: none;
    padding: 0 20px 30px
}

@media screen and (min-width: 768px) {
    [id*='modal-info'] .modal-content .modal-footer {
        padding:0 50px 40px
    }
}

#video-modal {
    padding-right: 0 !important
}

#video-modal .modal-dialog {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 18px;
    background-color: rgba(0,0,0,0.4)
}

@media screen and (min-width: 768px) {
    #video-modal .modal-dialog {
        display:flex;
        align-items: center;
        justify-content: center;
        padding: 0 60px
    }
}

@media screen and (min-width: 1720px) {
    #video-modal .modal-dialog {
        padding:0 calc((100% - 1600px) / 2)
    }
}

#video-modal .modal-content {
    display: table-cell;
    width: 100%;
    max-width: 1332px;
    border: none;
    text-align: center;
    background-color: transparent;
    vertical-align: middle;
    box-shadow: none
}

@media screen and (min-width: 768px) {
    #video-modal .modal-content {
        display:block
    }
}

#video-modal .modal-content .video {
    width: 100% !important;
    margin: 0 auto
}

#video-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../images/modal/popup_close_btn_fff.svg);
    cursor: pointer
}

@media screen and (min-width: 768px) {
    #video-modal .btn-close {
        top:-52px;
        right: 0
    }
}

#goodsInfoModal .modal-dialog {
    max-width: 760px
}

#goodsInfoModal .modal-body {
    text-align: left
}

#goodsInfoModal .goods-detail-img-wrap {
    flex: none;
    width: 260px;
    height: 260px
}

#goodsInfoModal .goods-detail-info-wrap {
    flex: 1 1 0;
    width: 100%;
    padding-left: 24px
}

#goodsInfoModal .goods-detail-info-wrap .goods-price {
    padding-top: 4px;
    padding-bottom: 0
}

#goodsInfoModal .goods-detail-info-wrap .goods-price .discount-price {
    font-size: 15px;
    line-height: 1.47
}

#goodsInfoModal .goods-detail-info-wrap .goods-price .normal-price {
    font-size: 13px;
    line-height: 1.62
}

#goodsInfoModal .goods-detail-info-wrap .goods-option {
    padding-top: 22px
}

#goodsInfoModal .goods-detail-info-wrap .added-goods-wrap {
    padding-top: 12px
}

#goodsInfoModal .goods-detail-info-wrap .goods-total {
    margin-top: 24px
}

#goodsInfoModal .goods-detail-info-wrap .goods-total .title {
    color: #000
}

#sampleModal {
    padding-right: 0 !important
}

@media screen and (min-width: 1200px) {
    #sampleModal {
        padding-right:10px !important
    }
}

#sampleModal .modal-dialog {
    min-height: 100%;
    max-width: 544px;
    padding: 0;
    transition: none
}

@media screen and (min-width: 992px) {
    #sampleModal .modal-dialog {
        display:flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        max-width: 992px
    }
}

@media screen and (min-width: 1200px) {
    #sampleModal .modal-dialog {
        max-width:1138px !important
    }
}

#sampleModal .modal-content {
    width: 100%;
    background-color: #fff
}

@media screen and (max-width: 991.98px) {
    #sampleModal .modal-content {
        min-height:100vh
    }
}

#sampleModal .modal-header {
    position: relative;
    padding: 0
}

#sampleModal .modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background: url(../../images/modal/popup_close_btn.svg) no-repeat center/contain;
    z-index: 1
}

#sampleModal .modal-body {
    position: relative;
    padding: 0
}

@media screen and (min-width: 992px) {
    #sampleModal .modal-body {
        display:flex;
        height: 100%
    }

    #sampleModal .modal-body>* {
        width: 50%
    }
}

#sampleModal .img-wrap {
    overflow: hidden
}

#sampleModal .img-wrap .img {
    padding-top: calc(489 / 496 * 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (min-width: 1200px) {
    #sampleModal .img-wrap .img {
        padding-top:calc(489 / 569 * 100%)
    }
}

#sampleModal .info-wrap {
    position: relative;
    height: 489px;
    padding: 4.68994vw;
    text-align: left;
    overflow: hidden
}

@media screen and (min-width: 1920px) {
    #sampleModal .info-wrap {
        padding:90px
    }
}

#sampleModal .info-wrap .info-top {
    margin-bottom: 30px
}

#sampleModal .info-wrap .info-top .position {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.375;
    color: #a3a3a3
}

#sampleModal .info-wrap .info-top .name-wrap {
    display: flex
}

#sampleModal .info-wrap .info-top .name-wrap .name {
    line-height: 1.15;
    font-size: 40px
}

#sampleModal .info-wrap .info-top .name-wrap .category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 15px;
    margin: auto 0 7px 15px;
    border-radius: 12px;
    background-color: #a3a3a3;
    font-size: 16px;
    text-align: center;
    color: #fff
}

#sampleModal .info-wrap .desc-wrap {
    height: 206px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.44
}

#sampleModal .arrow-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 7.50626vw;
    bottom: 3.33611vw;
    width: 80px;
    z-index: 1
}

@media screen and (min-width: 1200px) {
    #sampleModal .arrow-wrap {
        right:90px;
        bottom: 40px
    }
}

#sampleModal .arrow-wrap .arrow {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer
}

#sampleModal .arrow-wrap .arrow.prev {
    background-image: url(../../images/common/common_arrow_icon_left.svg)
}

#sampleModal .arrow-wrap .arrow.next {
    background-image: url(../../images/common/common_arrow_icon_right.svg)
}

#sampleModal .arrow-wrap .arrow.disable {
    opacity: 0.2;
    filter: grayscale(40%);
    pointer-events: none;
    cursor: default
}

#process_modal {
    padding: 60px 18px !important
}

@media screen and (min-width: 992px) {
    #process_modal {
        padding:145px 60px !important
    }
}

@media screen and (min-width: 1720px) {
    #process_modal {
        padding:145px calc((100% - 1600px) / 2) !important
    }
}

#process_modal .btn-close {
    position: absolute;
    max-width: 1220px;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: initial;
    border: 0;
    outline: 0;
    background-color: transparent;
    background-image: url(../../images/modal/popup_close_btn_fff.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    #process_modal .btn-close {
        top:80px;
        right: 60px
    }
}

@media screen and (min-width: 1340px) {
    #process_modal .btn-close {
        right:calc((100% - 1220px) / 2)
    }
}

#process_modal .modal-dialog {
    max-width: 1220px;
    padding: 0
}

#process_modal .modal-body {
    padding: 40px 20px
}

@media screen and (min-width: 992px) {
    #process_modal .modal-body {
        padding:100px
    }
}

#process_modal .title {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.46;
    text-align: center;
    color: var(--indigo)
}

@media screen and (min-width: 992px) {
    #process_modal .title {
        margin-bottom:60px;
        font-size: 36px;
        line-height: 1.33
    }
}

#process_modal img {
    width: 100%
}

.photo-reivew-wrap .photo-review-contain {
    padding-top: 26px
}

.photo-reivew-wrap .review-title-wrap {
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .photo-reivew-wrap .review-title-wrap {
        display:flex;
        justify-content: space-between
    }
}

.photo-reivew-wrap .review-title-wrap .rating-wrap {
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .photo-reivew-wrap .review-title-wrap .rating-wrap {
        order:2;
        padding-top: 3px
    }
}

.photo-reivew-wrap .review-title-wrap .contain {
    flex: 1 1 0px
}

@media screen and (min-width: 768px) {
    .photo-reivew-wrap .review-title-wrap .contain {
        order:1
    }
}

.photo-reivew-wrap .review-title-wrap .photo-review-title {
    font-weight: 500;
    color: #000
}

.photo-reivew-wrap .review-title-wrap .photo-review-subtitle {
    margin-top: 2px;
    color: #666
}

.photo-reivew-wrap .review-name-wrap {
    display: flex;
    align-items: center;
    padding: 10px 0 20px
}

.photo-reivew-wrap .review-name-wrap .name {
    font-weight: 700;
    margin-right: 12px
}

.photo-reivew-wrap .review-name-wrap .date {
    color: #aaa
}

.photo-reivew-wrap .review-text {
    font-size: 13px;
    line-height: 1.62;
    color: #666
}

.photo-reivew-wrap .photoReviewSlide {
    background-color: #000;
    max-height: 275px;
    margin: 0 20px
}

@media screen and (min-width: 768px) {
    .photo-reivew-wrap .photoReviewSlide {
        margin:0;
        max-height: 400px
    }
}

.photo-reivew-wrap .photoReviewSlide .photo-review-viewimg {
    width: 100%;
    height: 275px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media screen and (min-width: 768px) {
    .photo-reivew-wrap .photoReviewSlide .photo-review-viewimg {
        height:400px
    }
}

.photo-reivew-wrap .photoReviewSlide .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    z-index: 1;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .photo-reivew-wrap .photoReviewSlide .slick-arrow {
        width:65px;
        height: 47px
    }
}

.photo-reivew-wrap .photoReviewSlide .slick-arrow.slick-prev {
    left: 0;
    background-image: url(../../images/modal/modal_photoslide_arrow_left.svg)
}

.photo-reivew-wrap .photoReviewSlide .slick-arrow.slick-next {
    right: 0;
    background-image: url(../../images/modal/modal_photoslide_arrow_right.svg)
}

.photo-reivew-wrap .photoReviewSlide .slick-arrow .slick-disable {
    opacity: 50%
}

.photo-reivew-wrap .slick-initialized .slick-slide {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    outline: none
}

.slide-modal .slick-track {
    display: table;
    width: 100%
}

.slide-modal .slick-track .slick-slide {
    display: table-cell;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    float: none;
    vertical-align: middle;
    outline: none
}

.slide-modal .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

@media screen and (min-width: 768px) {
    .slide-modal .slick-dots {
        bottom:-30px
    }
}

.slide-modal .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    cursor: pointer
}

.slide-modal .slick-dots li:first-child {
    margin-left: 0
}

.slide-modal .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 0;
    padding: 0;
    background-color: #ddd;
    border: 0;
    border-radius: 50%;
    outline: none;
    font-size: 0;
    color: transparent;
    cursor: pointer
}

.slide-modal .slick-dots li.slick-active button {
    background-color: #0948c0
}

.slide-modal .slick-arrow {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    width: 50px;
    height: 75px;
    line-height: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    animation: fadeOut-animationvs 1s 2s forwards
}

@media screen and (min-width: 768px) {
    .slide-modal .slick-arrow {
        width:60px;
        height: 105px;
        animation: none
    }
}

.slide-modal .slick-arrow:before {
    content: "";
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.slide-modal .slick-prev {
    left: -25px
}

.slide-modal .slick-prev:before {
    background-image: url(../../images/common/img_slide_prev.png)
}

@media screen and (min-width: 768px) {
    .slide-modal .slick-prev {
        left:-50px
    }
}

.slide-modal .slick-next {
    right: -25px
}

.slide-modal .slick-next:before {
    background-image: url(../../images/common/img_slide_next.png)
}

@media screen and (min-width: 768px) {
    .slide-modal .slick-next {
        right:-50px
    }
}

.slide-modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open .slide-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.slide-modal .modal-dialog {
    position: relative;
    width: auto;
    padding: 0 15px;
    margin: 10px
}

@media screen and (min-width: 768px) {
    .slide-modal .modal-dialog {
        padding:0 50px;
        max-width: 100%;
        margin: 0 auto
    }
}

.slide-modal .modal-dialog .modalContent {
    position: relative;
    background-color: transparent;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.slide-modal .modal-dialog .modalContent .btnClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-image: url(../../images/modal/btn_slidemodal_close.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 100;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .slide-modal .modal-dialog .modalContent .btnClose {
        top:15px;
        right: 15px;
        width: 35px;
        height: 35px
    }
}

.slide-modal .modal-dialog .modalContent img {
    max-height: 100vh;
    margin: 0 auto
}

.slide-modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    opacity: .5;
    display: none
}

.slide-modal-bg .slideModalSpinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

[id*='popup_'] {
    position: fixed;
    width: 100%;
    height: auto !important;
    background-color: #f6f6f6;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    cursor: move
}

@media screen and (max-width: 767.98px) {
    [id*='popup_'] {
        position:absolute;
        left: 50% !important;
        width: 95% !important;
        transform: translateX(-50%)
    }
}

[id*='popup_'] .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 767.98px) {
    [id*='popup_'] .bg-img {
        width:100% !important
    }
}

[id*='popup_'] .bg-img.bg-noimg {
    padding-top: 100%
}

[id*='popup_'].fadeIn {
    opacity: 0
}

[id*='popup_'] .popup-bottom-wrap {
    display: flex;
    border: 1px solid var(--indigo);
    background-color: #fff;
    cursor: pointer
}

[id*='popup_'] .popup-bottom-wrap .btn-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    color: #333
}

[id*='popup_'] .popup-bottom-wrap .btn-txt:first-child {
    border-right: 1px solid #ddd
}

.review-write-wrap .default-review-form {
    font-size: 14px;
    text-align: left
}

.default-review-form .review-inputs-group {
    margin-top: 20px;
    border-top: 1px solid #222
}

.default-review-form .review-inputs-group .review-inputs-wrap {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid var(--indigo)
}

#review-form .default-review-form .review-inputs-group .review-inputs-wrap {
    align-items: center;
    min-height: 50px
}

.default-review-form .review-inputs-group .review-inputs-title {
    flex: none;
    align-self: flex-start;
    width: 85px;
    color: #000;
    line-height: 1.58
}

@media screen and (min-width: 768px) {
    .default-review-form .review-inputs-group .review-inputs-title {
        padding-left:20px
    }
}

@media screen and (min-width: 992px) {
    .default-review-form .review-inputs-group .review-inputs-title {
        width:100px
    }
}

.default-review-form .review-inputs-group .review-inputs-desc {
    flex: 1 1 0px;
    padding: 0 12px;
    line-break: anywhere
}

.default-review-form .review-inputs-group textarea {
    display: block;
    width: 100%;
    height: 120px;
    line-height: 1.57;
    border: 0;
    color: #222;
    resize: none;
    outline: none
}

.default-review-form .review-inputs-group textarea:-ms-input-placeholder {
    color: #666
}

.default-review-form .review-inputs-group textarea::-ms-input-placeholder {
    color: #666;
    font-size: inherit
}

.default-review-form .review-inputs-group textarea:-moz-placeholder {
    color: #666;
    font-size: inherit
}

.default-review-form .review-inputs-group textarea::-moz-placeholder {
    color: #666;
    font-size: inherit
}

.default-review-form .review-inputs-group textarea::-webkit-input-placeholder {
    color: #666;
    font-size: inherit
}

.default-review-form .review-inputs-group textarea::placeholder {
    color: #666;
    font-size: inherit
}

.default-review-form .review-inputs-group .text-counter {
    text-align: right
}

.default-review-form .review-inputs-group .select2-container {
    margin-bottom: 5px
}

.default-review-form .review-inputs-group .select2-container:last-child {
    margin-bottom: 0
}

.default-review-form .review-inputs-group .file-attach-modal {
    padding: 12px 0;
    border-bottom: 1px solid var(--indigo)
}

@media screen and (min-width: 768px) {
    .default-review-form .review-inputs-group .file-attach-modal {
        padding:12px 20px 20px
    }
}

.default-review-form .review-inputs-group .file-attach-modal .title-wrap {
    width: 100%;
    margin-bottom: 13px;
    padding-left: 0
}

.default-review-form .review-inputs-group .file-attach-modal .title-wrap .sub-title {
    display: inline-block;
    margin-left: 10px;
    color: #999
}

.default-review-form .review-inputs-group .file-attach-modal .content-wrap {
    min-height: 86px
}

.default-review-form .review-inputs-group .file-attach-modal .btn-uploadfile {
    width: 75px;
    height: 75px;
    border: 1px solid var(--indigo);
    background-image: url(../../images/common/review_icon_plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    z-index: 1;
    cursor: pointer
}

.default-review-form .review-inputs-group .file-attach-modal .btn-uploadfile:disabled {
    border: 1px solid var(--indigo);
    background-color: #eee;
    background-image: url(../../images/common/review_icon_plus_disabled.svg)
}

.default-review-form .review-inputs-group .review-inputs-wrap.qna {
    display: block;
    padding: 6px 0
}

.default-review-form .review-inputs-group .review-inputs-wrap.qna .review-inputs-qna {
    display: flex;
    align-items: center
}

.default-review-form .review-inputs-group .review-inputs-wrap.qna .review-inputs-qna:not(:last-child) {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid var(--indigo)
}

.default-review-form .review-inputs-group .review-inputs-wrap.qna .review-inputs-qna .review-inputs-title {
    padding: 10px 0 10px
}

@media screen and (min-width: 768px) {
    .default-review-form .review-inputs-group .review-inputs-wrap.qna .review-inputs-qna .review-inputs-title {
        padding:10px 0 10px 20px
    }
}

.default-review-form .rating-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 22px
}

.default-review-form .stored-file-wrap {
    margin: -4.5px
}

@media screen and (min-width: 768px) {
    .default-review-form .stored-file-wrap {
        margin:-5.5px -2.5px
    }
}

.default-review-form .stored-file-wrap .btn-uploadfile,.default-review-form .stored-file-wrap .preview-wrap {
    margin: 4.5px
}

@media screen and (min-width: 768px) {
    .default-review-form .stored-file-wrap .btn-uploadfile,.default-review-form .stored-file-wrap .preview-wrap {
        margin:5.5px 2.5px
    }
}

.default-review-form .review-info-wrap {
    margin-top: 10px
}

.default-review-form .review-info-wrap .review-info {
    position: relative;
    margin-bottom: 4px;
    padding: 0 10px;
    line-height: 1.43;
    color: #999
}

.default-review-form .review-info-wrap .review-info:before {
    content: '-';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.default-review-form .review-btn-wrap {
    padding: 20px 0 0;
    font-size: 0;
    text-align: center
}

.default-review-form .review-btn-wrap .btn {
    width: 85px;
    height: 35px;
    line-height: normal;
    margin: 0 3px;
    font-size: 11px;
    color: #000
}

.default-review-form .cus-btn-wrap {
    height: 40px
}

.review-selected {
    text-align: left
}

.review-selected .review-selected-list {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0 23px;
    align-items: center;
    border-bottom: 1px solid var(--indigo)
}

.review-selected .review-selected-list:first-child {
    border-top: 1px solid #222
}

@media screen and (min-width: 768px) {
    .review-selected .review-selected-list {
        flex-wrap:nowrap
    }
}

.review-selected .review-item-wrap {
    width: 100%;
    line-height: 1.5;
    font-size: 14px
}

.review-selected .review-item-wrap .item-title {
    margin-bottom: 2px;
    font-weight: 500;
    color: #000
}

.review-selected .review-item-wrap .item-options {
    color: #666
}

.review-selected .review-item-wrap .item-date {
    margin-top: 12px;
    color: #aaa
}

.review-selected .review-list-btn-wrap {
    margin-left: auto
}

.sns-modal-wrap .sns-share-wrap {
    display: flex;
    height: 50px
}

.sns-modal-wrap .sns-share-wrap .sns-share-list {
    margin-right: 20px
}

.sns-modal-wrap .sns-share-wrap .share-icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center
}

.sns-modal-wrap .sns-share-wrap .share-icon.kakaotalk {
    background-image: url(../../images/modal/share_icon_kakaotalk.svg)
}

.sns-modal-wrap .sns-share-wrap .share-icon.facebook {
    background-image: url(../../images/modal/share_icon_facebook.svg)
}

.sns-modal-wrap .sns-share-wrap .share-icon.kakaostory {
    background-image: url(../../images/modal/share_icon_kakaostory.svg)
}

.sns-modal-wrap .sns-share-wrap .share-icon.twitter {
    background-image: url(../../images/modal/share_icon_twitter.svg)
}

.sns-modal-wrap .sns-share-wrap .share-icon.pinterest {
    background-image: url(../../images/modal/share_icon_pinterest.svg)
}

.sns-modal-wrap .sns-share-url {
    width: 100%;
    height: 37px;
    margin-top: 20px;
    padding: 0 37px 0 12px;
    border: none;
    border-bottom: 1px solid var(--indigo);
    background: url(../../images/modal/share_icon_copy.svg) no-repeat right center;
    font-size: 12px;
    color: #666;
    text-align: left;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .sns-modal-wrap .sns-share-url {
        font-size:14px
    }
}

.sns-modal-wrap .tooltip {
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 2px 8px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .5s
}

.sns-modal-wrap .tooltip:after {
    content: '';
    position: absolute;
    left: 22px;
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(0,0,0,0.5);
    border-width: 5px 5px 0
}

.sns-modal-wrap .tooltip.on {
    opacity: 1
}

[data-slick="true"] {
    visibility: hidden
}

.slick-dots {
    display: flex !important
}

.slick-dots li {
    font-size: 0;
    color: transparent
}

.slick-dots li:not(:last-child) {
    margin-right: 10px
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer
}

.slick-dots li.slick-active button {
    background-color: var(--burgundy)
}

.swiper {
    visibility: visible
}

.swiper-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    overflow: hidden
}

.swiper-pagination.swiper-pagination-bullets {
    order: 2;
    margin: 0 13px
}

@media screen and (min-width: 992px) {
    .swiper-pagination.swiper-pagination-bullets {
        margin:0 25px
    }
}

.swiper-pagination.swiper-pagination-bullets ~ .swiper-button-prev {
    order: 1
}

.swiper-pagination.swiper-pagination-bullets ~ .swiper-button-next {
    order: 3
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ddd;
    opacity: 1
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--burgundy)
}

.swiper-pagination.swiper-pagination-fraction {
    order: 2;
    width: auto;
    margin: 0 13px
}

@media screen and (min-width: 992px) {
    .swiper-pagination.swiper-pagination-fraction {
        margin:0 25px
    }
}

.swiper-pagination.swiper-pagination-fraction>* {
    min-width: 18px
}

.swiper-pagination.swiper-pagination-fraction ~ .swiper-button-prev {
    order: 1
}

.swiper-pagination.swiper-pagination-fraction ~ .swiper-button-next {
    order: 3
}

.swiper-pagination.swiper-pagination-progressbar {
    width: 100%;
    height: 2px;
    margin-right: 20px;
    background-color: #ddd
}

@media screen and (min-width: 992px) {
    .swiper-pagination.swiper-pagination-progressbar {
        margin-right:60px
    }
}

.swiper-pagination.swiper-pagination-progressbar ~ .swiper-button-prev {
    margin-right: 18px
}

@media screen and (min-width: 992px) {
    .swiper-pagination.swiper-pagination-progressbar ~ .swiper-button-prev {
        margin-right:30px
    }
}

.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--burgundy)
}

.swiper-pagination.swiper-pagination-custom {
    justify-content: center;
    text-align: center
}

.swiper-pagination.swiper-pagination-custom .custom-fraction .current {
    color: var(--burgundy)
}

[class*="swiper-button-"] {
    flex: none;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px 20px;
    transition: .3s;
    outline: none
}

[class*="swiper-button-"].swiper-button-disabled {
    opacity: 1
}

[class*="swiper-button-"]::after {
    display: none
}

.swiper-button-next {
    background-image: url(../../images/common/common_arrow_icon_right.svg)
}

.swiper-button-next.swiper-button-disabled {
    opacity: 0.3 !important
}

.swiper-button-prev {
    background-image: url(../../images/common/common_arrow_icon_left.svg)
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0.3 !important
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background-color: var(--burgundy)
}

@media screen and (min-width: 992px) {
    .swiper-scrollbar .swiper-scrollbar-drag {
        cursor:grab
    }
}

.rp-table .rp-thead .rp-th {
    vertical-align: middle
}

.td-block {
    display: block
}

@media screen and (min-width: 768px) {
    .td-block {
        display:table-cell
    }
}

.rp-table-st1 .rp-table {
    border-top: 1px solid #222;
    color: #222
}

.rp-table-st1 .rp-thead {
    display: none
}

@media screen and (min-width: 768px) {
    .rp-table-st1 .rp-thead {
        display:table;
        width: 100%;
        border-bottom: 1px solid var(--indigo)
    }
}

.rp-table-st1 .rp-tbody {
    border-bottom: 1px solid var(--indigo)
}

@media screen and (min-width: 768px) {
    .rp-table-st1 .rp-th {
        display:table-cell;
        height: 50px;
        padding: 18px 5px;
        font-size: 14px
    }
}

.rp-table-st1 .rp-tr {
    display: block;
    border-bottom: 1px solid var(--indigo)
}

@media screen and (min-width: 768px) {
    .rp-table-st1 .rp-tr {
        display:table;
        width: 100%;
        table-layout: fixed
    }
}

.rp-table-st1 .rp-tr:first-child {
    border-top: none
}

.rp-table-st1 .rp-tr:last-child {
    border-bottom: none
}

.rp-table-st1 .rp-td {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    background-color: transparent
}

@media screen and (min-width: 768px) {
    .rp-table-st1 .rp-td {
        display:table-cell;
        width: 100%;
        min-height: 50px;
        padding: 20px 5px;
        vertical-align: middle
    }
}

.rp-table-st1 .rp-td.td-block {
    display: block
}

@media screen and (min-width: 768px) {
    .rp-table-st1 .rp-td.td-block {
        display:table-cell
    }
}

.rp-table-st2 .rp-table {
    color: #222
}

.rp-table-st2 .rp-thead {
    display: none
}

@media screen and (min-width: 768px) {
    .rp-table-st2 .rp-thead {
        display:table;
        width: 100%;
        border-top: 1px solid #222
    }
}

@media screen and (min-width: 768px) {
    .rp-table-st2 .rp-th {
        display:table-cell;
        padding: 17px 5px;
        font-size: 14px
    }
}

html:not(.mobile) ::-webkit-scrollbar {
    width: 10px
}

html:not(.mobile) ::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

html:not(.mobile) ::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #ddd
}

html:not(.mobile) ::-webkit-scrollbar-thumb:hover {
    background-color: var(--burgundy)
}

html:not(.mobile) {
    scrollbar-3dLight-Color: #ddd;
    scrollbar-arrow-color:#ddd;scrollbar-base-color:#eee;scrollbar-Face-Color:#f2f2f2;scrollbar-Track-Color:#fff;scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color:#ddd;scrollbar-Shadow-Color:#f2f2f2}

.acoList .acoItem {
    position: relative;
    cursor: pointer
}

.acoList .acoItem .icon-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url(../../images/common/btn_select_arrow_ababab.svg) no-repeat center/contain
}

.acoList.open .acoItem .icon-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.acoList .acoContent {
    display: none
}

.aco-wrap-st1 .write-info {
    display: inline-flex;
    font-size: 14px
}

.aco-wrap-st1 .write-info .username {
    margin-right: 10px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.05em
}

.aco-wrap-st1 .write-info .date {
    color: #aaa
}

.aco-wrap-st1 .qna-list {
    border-top: 1px solid var(--indigo)
}

.aco-wrap-st1 .qna-list:last-child {
    border-bottom: 1px solid var(--indigo)
}

.aco-wrap-st1 .title-item {
    position: relative;
    padding: 24px 34px 24px 0;
    line-height: 1.62;
    font-size: 13px;
    color: #666
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .title-item {
        display:flex;
        align-items: center;
        padding: 24px 80px 24px 47px
    }
}

.aco-wrap-st1 .title-item .qna-info-wrap {
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .title-item .qna-info-wrap {
        margin-bottom:0;
        width: 76px
    }
}

.aco-wrap-st1 .title-item .write-info {
    margin-left: 10px
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .title-item .write-info {
        margin-left:0;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .title-item .text-wrap {
        flex:1 1 0%;
        padding-left: 47px;
        min-width: 0
    }
}

.aco-wrap-st1 .title-item .option-info {
    margin-bottom: 8px;
    line-height: 1.5;
    color: var(--burgundy)
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .title-item .icon-arrow {
        right:47px !important
    }
}

.aco-wrap-st1 .title-item .reply-state {
    display: inline-block;
    height: 30px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    color: #222
}

.aco-wrap-st1 .title-item .reply-state.complete {
    background-color: var(--burgundy);
    color: #fff
}

.aco-wrap-st1 .title-item .reply-state.wait {
    background-color: #ddd
}

.aco-wrap-st1 .title-item.secret-cmt {
    cursor: default !important
}

.aco-wrap-st1 .title-item.secret-cmt .content::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url(../../images/goods/icon-lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle
}

@media screen and (min-width: 992px) {
    .aco-wrap-st1 .title-item.secret-cmt .content::before {
        margin-right:6px
    }
}

.aco-wrap-st1 .title-item.my-cmt {
    cursor: pointer !important
}

.aco-wrap-st1 .content-item {
    border-top: 1px solid var(--indigo);
    line-height: 1.62;
    font-size: 13px;
    color: #666;
    background-color: #f2f2f2
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .content-item {
        padding:0 47px
    }
}

.aco-wrap-st1 .content-item .question-wrap {
    padding: 24px 12px
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .content-item .question-wrap {
        padding-left:0
    }
}

.aco-wrap-st1 .content-item .answer-wrap {
    padding: 28px 12px 24px 36px;
    border-top: 1px solid var(--indigo);
    background: url(../../images/goods/icon-reply.svg) no-repeat 12px 24px/12px 18px
}

@media screen and (min-width: 768px) {
    .aco-wrap-st1 .content-item .answer-wrap {
        padding-left:24px;
        background-position-x: 0
    }
}

.aco-wrap-st1 .content-item .answer-wrap .write-info {
    margin-bottom: 12px
}

.aco-wrap-st1 .content-item .edit-btn-wrap {
    display: flex;
    margin-top: 14px;
    font-size: 14px;
    color: #222
}

.aco-wrap-st1 .content-item .edit-btn-wrap>* {
    padding: 0;
    line-height: 1.57;
    cursor: pointer
}

.aco-wrap-st1 .content-item .edit-btn-wrap>*:not(:last-child) {
    position: relative;
    margin-right: 20px
}

.aco-wrap-st1 .content-item .edit-btn-wrap>*:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -11px;
    width: 1px;
    height: 12px;
    background-color: #555;
    transform: translateY(-50%)
}

@media screen and (max-width: 767.98px) {
    #my-qna .aco-wrap-st1 .qna-list:last-child {
        border-bottom:0
    }
}

#my-qna .aco-wrap-st1 .qna-list-inner {
    margin-bottom: 12px;
    padding: 17px 12px 12px;
    border: 1px solid var(--indigo);
    border-top: 0
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .qna-list-inner {
        margin-bottom:0;
        padding: 0;
        border: 0
    }
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .title-item-wrap {
        display:flex;
        align-items: center;
        padding: 16px 0
    }
}

#my-qna .aco-wrap-st1 .title-item-wrap .gds-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--indigo)
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .title-item-wrap .gds-wrap {
        width:40%;
        padding-bottom: 0;
        border-bottom: 0;
        padding-left: 10px;
        text-align: left
    }
}

@media screen and (min-width: 1200px) {
    #my-qna .aco-wrap-st1 .title-item-wrap .gds-wrap {
        width:30%
    }
}

#my-qna .aco-wrap-st1 .title-item-wrap .gds-img {
    flex: none;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (min-width: 992px) {
    #my-qna .aco-wrap-st1 .title-item-wrap .gds-img {
        width:100px
    }
}

#my-qna .aco-wrap-st1 .title-item-wrap .gds-img:before {
    content: '';
    display: block;
    padding-top: 100%
}

#my-qna .aco-wrap-st1 .title-item-wrap .gds-info {
    padding-left: 12px;
    flex: 1 1 0%;
    min-width: 0
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .title-item-wrap .gds-info {
        padding-right:12px
    }
}

#my-qna .aco-wrap-st1 .title-item-wrap .gds-info .gds-title {
    display: block;
    margin-bottom: 4px;
    line-height: 1.57;
    font-size: 14px;
    color: #222
}

@media screen and (min-width: 992px) {
    #my-qna .aco-wrap-st1 .title-item-wrap .gds-info .gds-title:hover {
        color:var(--burgundy)
    }
}

#my-qna .aco-wrap-st1 .title-item-wrap .gds-info .gds-option {
    line-height: 1.5;
    font-size: 13px;
    color: #666
}

#my-qna .aco-wrap-st1 .title-item {
    padding-top: 12px;
    padding-bottom: 12px
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .title-item {
        flex:1 1 0%;
        padding: 12px 60px 12px 12px;
        min-width: 0
    }
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .title-item .text-wrap {
        padding-left:0;
        max-width: 100%;
        text-align: left
    }
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .title-item .icon-arrow {
        right:32px !important
    }
}

#my-qna .aco-wrap-st1 .content-item {
    border-top: 0
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .content-item {
        margin-bottom:0;
        padding-left: 50%;
        padding-right: 60px;
        border-top: 1px solid var(--indigo);
        text-align: left
    }
}

@media screen and (min-width: 1200px) {
    #my-qna .aco-wrap-st1 .content-item {
        padding-left:30%
    }
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .content-item .question-wrap {
        padding-left:12px
    }
}

@media screen and (min-width: 768px) {
    #my-qna .aco-wrap-st1 .content-item .answer-wrap {
        padding-left:36px;
        background-position-x: 12px
    }
}

.bread-crumb-st1 {
    width: 100%;
    margin: 0px 0 60px;
    font-size: 15px;
    line-height: 1.6;
    color: #6d6d7e
}

@media screen and (min-width: 992px) {
    .bread-crumb-st1 {
        /*margin:4.37774vw 0 9.38086vw;*/
		margin: 150px 0 150px;
        font-size: 18px;
        line-height: 1.67
    }
}

@media screen and (min-width: 1600px) {
    .bread-crumb-st1 {
        /*margin:90px 0 150px*/
		margin: 150px 0 80px
    }
}

#notice-notice-body .bread-crumb-st1 {
    margin: 50px 0 40px
}

@media screen and (min-width: 992px) {
    #notice-notice-body .bread-crumb-st1 {
        margin:90px 0 100px
    }
}

#original-original-body .bread-crumb-st1,#premium-premium-body .bread-crumb-st1,#metal-metal-body .bread-crumb-st1 {
    margin-bottom: 25px
}

@media screen and (min-width: 992px) {
    #original-original-body .bread-crumb-st1,#premium-premium-body .bread-crumb-st1,#metal-metal-body .bread-crumb-st1 {
        margin-bottom:50px
    }
}

.bread-crumb-st1 .list-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (max-width: 991.98px) {
    .bread-crumb-st1 .list-wrap {
        margin-bottom:10px
    }
}

.bread-crumb-st1 .list {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 24px
}

@media screen and (min-width: 992px) {
    .bread-crumb-st1 .list {
        height:60px
    }
}

.bread-crumb-st1 .list a {
    display: flex;
    align-items: center;
    height: 100%
}

.bread-crumb-st1 .list:not(:last-child) {
    padding-right: 21px
}

@media screen and (min-width: 992px) {
    .bread-crumb-st1 .list:not(:last-child) {
        padding-right:32px
    }
}

.bread-crumb-st1 .list:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 16px;
    height: 16px;
    background: url(../../images/common/icon-breadcrumb-arrow.svg) no-repeat center/contain;
    transform: translateY(-50%)
}

@media screen and (min-width: 992px) {
    .bread-crumb-st1 .list:not(:last-child):after {
        right:8px
    }
}

.bread-crumb-st2 {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    z-index: 1
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 {
        font-size:15px
    }
}

.bread-crumb-st2 .list-wrap {
    display: flex
}

.bread-crumb-st2 .list {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 40px
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .list {
        height:50px
    }
}

.bread-crumb-st2 .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.bread-crumb-st2 .list.arrow {
    margin: 0 15px
}

.bread-crumb-st2 .list:not(:last-child) {
    padding-right: 20px
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .list:not(:last-child) {
        padding-right:0
    }
}

.bread-crumb-st2 .list:not(:last-child):after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 16px;
    height: 16px;
    background: url(../../images/common/common_arrow_icon_right.svg) no-repeat center/contain;
    transform: translateY(-50%)
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .list:not(:last-child):after {
        content:none;
        right: 7px
    }
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .list.home {
        width:60px !important;
        border-left: 1px solid #ddd
    }
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .list.depth-1 {
        position:relative;
        width: 230px;
        border-right: 1px solid #ddd
    }
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .list .btn-current-page {
        width:100%;
        height: 100%;
        padding: 0 20px;
        text-align: left;
        border: none;
        outline: none;
        background-color: #f9f9f9;
        cursor: pointer
    }

    .bread-crumb-st2 .list .btn-current-page i {
        right: 20px
    }
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .depth-2-wrap {
        position:absolute;
        top: 51px;
        width: 100%;
        display: none
    }
}

@media screen and (min-width: 992px) {
    .bread-crumb-st2 .depth-2-wrap .depth-2 {
        display:flex;
        flex-direction: column;
        height: 50px;
        background-color: #f9f9f9;
        -webkit-transition: background-color .3s;
        transition: background-color .3s
    }

    .bread-crumb-st2 .depth-2-wrap .depth-2 a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .bread-crumb-st2 .depth-2-wrap .depth-2:not(:last-child) {
        border-bottom: 1px solid #eee
    }

    .bread-crumb-st2 .depth-2-wrap .depth-2.on,.bread-crumb-st2 .depth-2-wrap .depth-2:hover {
        background-color: #ddd
    }
}

.bread-crumb-st3 {
    position: relative;
    top: 0;
    height: 45px;
    font-size: 13px;
    color: #fff
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 {
        height:50px;
        font-size: 14px
    }
}

.bread-crumb-st3 .bread-crumb-inner {
    background-color: #02388b
}

.bread-crumb-st3 .bread-crumb-inner.fixed {
    width: 100%;
    top: 55px
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .bread-crumb-inner.fixed {
        top:0
    }
}

.bread-crumb-st3 .list-wrap {
    display: flex
}

.bread-crumb-st3 .list {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 40px
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .list {
        height:50px
    }
}

.bread-crumb-st3 .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.bread-crumb-st3 .list.home {
    width: 45px;
    border-left: 1px solid #7087ac
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .list.home {
        width:50px;
        border-left: 1px solid #7087ac
    }
}

.bread-crumb-st3 .list.home img {
    width: 15px
}

.bread-crumb-st3 .list.depth-1 {
    position: relative;
    float: left;
    border-right: 1px solid #7087ac
}

.bread-crumb-st3 .list.depth-1.left {
    width: calc(50% - 22.5px);
    color: #7087ac
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .list.depth-1.left {
        width:200px
    }
}

.bread-crumb-st3 .list.depth-1.right {
    width: calc(50% - 22.5px)
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .list.depth-1.right {
        width:200px
    }
}

.bread-crumb-st3 .list.depth-1.right .btn-current-page {
    background-color: #002f76
}

.bread-crumb-st3 .list.depth-2 {
    padding: 0 20px;
    background-color: #02388b;
    color: #fff;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .list.depth-2 {
        padding:0 20px;
        -webkit-transition: background-color .5s;
        transition: background-color .5s
    }
}

.bread-crumb-st3 .list.depth-2.on,.bread-crumb-st3 .list.depth-2:hover {
    background-color: #002f76;
    color: #fff
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .list .logo {
        width:0;
        border-right: none;
        transition: width .6s ease;
        -webkit-transition: width .6s ease
    }
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .list .logo img {
        position:relative;
        top: 5px
    }
}

.bread-crumb-st3 .btn-current-page {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-align: left;
    border: none;
    outline: none;
    background-color: #02388b;
    color: #fff;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .btn-current-page {
        width:100%;
        padding: 0 20px;
        text-align: left;
        border: none;
        outline: none
    }
}

.bread-crumb-st3 .btn-current-page .text {
    max-width: 80%
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .btn-current-page .text {
        max-width:90%
    }
}

.bread-crumb-st3 .btn-current-page i {
    font-size: 20px;
    right: 20px
}

.bread-crumb-st3 .drop-menu {
    position: absolute;
    top: 40px;
    width: 100%;
    display: none
}

@media screen and (min-width: 992px) {
    .bread-crumb-st3 .drop-menu {
        top:50px
    }
}

.calc-wrap-st1 {
    display: flex;
    padding: 0;
    font-size: 0
}

.calc-wrap-st1>* {
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid var(--indigo);
    background-size: 11px;
    border-right: none;
    color: #666;
    text-align: center
}

.calc-wrap-st1 [class*="_num"] {
    width: 30px;
    font-size: 11px;
    color: #666;
    pointer-events: none
}

.calc-wrap-st1 .option-calc {
    cursor: pointer;
    font-size: 10px;
    vertical-align: middle
}

.calc-wrap-st1 .option-calc.minus {
    background-image: url(../../images/common/btn_calc_minus.svg)
}

.calc-wrap-st1 .option-calc.minus.round {
    border-radius: 10px 0 0 10px
}

.calc-wrap-st1 .option-calc.plus {
    border-right: 1px solid var(--indigo);
    background-image: url(../../images/common/btn_calc_plus.svg)
}

.calc-wrap-st1 .option-calc.plus.round {
    border-radius: 0 10px 10px 0
}

.calc-wrap-st1.calc-soldout {
    position: relative;
    display: inline-block;
    color: var(--indigo)
}

.calc-wrap-st1.calc-soldout:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(119,119,119,0.1)
}

.calc-wrap-st1.calc-soldout * {
    color: var(--indigo) !important
}

.calc-wrap-st1.calc-soldout .option-calc.minus {
    background-image: url(../../images/common/btn_calc_minus_gray.svg)
}

.calc-wrap-st1.calc-soldout .option-calc.plus {
    background-image: url(../../images/common/btn_calc_plus_gray.svg)
}

.total-cmnt-cnt {
    margin-bottom: 15px
}

.cmnt-list-st1 {
    border-top: 1px solid #222
}

.cmnt-list-st1 .no-reviews {
    padding: 68px 0;
    text-align: center
}

.cmnt-list-st1>li {
    border-bottom: 1px solid var(--indigo)
}

.cmnt-list-st1>li .cmnt {
    padding: 10px 10px 20px
}

@media screen and (min-width: 992px) {
    .cmnt-list-st1>li .cmnt {
        padding:20px
    }
}

.cmnt-list-st1>li .cmnt-title {
    margin-bottom: 16px
}

.cmnt-list-st1>li .cmnt-title .name {
    margin-right: 8px;
    vertical-align: middle
}

.cmnt-list-st1>li .cmnt-title .date {
    color: #aaa;
    vertical-align: middle
}

.cmnt-list-st1>li .cmnt-title .rating-wrap {
    vertical-align: middle
}

.cmnt-list-st1>li .cmnt-imgs {
    margin-bottom: 13px
}

.cmnt-list-st1>li .cmnt-imgs .imgs {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.cmnt-list-st1>li .cmnt-imgs .imgs button {
    padding: 5px
}

.cmnt-list-st1>li .cmnt-imgs .imgs .img {
    display: block;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer
}

.cmnt-list-st1>li .cmnt-content {
    color: #555
}

.cmnt-imgs+.cmnt-list-st1>li .cmnt-content {
    margin-top: 13px
}

.cmnt-list-st1>li .cmnt-btns {
    flex: none;
    display: flex;
    margin-top: 15px
}

@media screen and (min-width: 544px) {
    .cmnt-list-st1>li .cmnt-btns {
        flex-direction:row;
        align-items: center;
        justify-content: space-between
    }
}

.cmnt-list-st1>li .cmnt-btns .modify-btns {
    padding: 0;
    margin-top: auto
}

.cmnt-list-st1>li .modify-btns {
    flex: none;
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-top: 15px;
    line-height: 1
}

.cmnt-list-st1>li .modify-btns>* {
    line-height: 1.2;
    display: inline-flex;
    align-items: center
}

.cmnt-list-st1>li .modify-btns>*:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background-color: #555
}

.cmnt-list-st1>li .modify-btns>button {
    flex: none;
    cursor: pointer;
    color: #222;
    height: 22px
}

.cmnt-list-st1>li .like-btn {
    margin-left: auto;
    color: #555
}

@media screen and (max-width: 543.98px) {
    .cmnt-list-st1>li .like-btn {
        text-align:right
    }
}

.cmnt-list-st1>li .like-btn .btnLike {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    border: 1px solid #aaa;
    border-radius: 12.5px;
    min-width: 55px;
    padding: 0 14px;
    height: 25px;
    color: #666;
    cursor: pointer
}

.cmnt-list-st1>li .like-btn .btnLike.is-active {
    border-color: #ed1c24;
    color: #ed1c24
}

.cmnt-list-st1>li .like-btn .btnLike i {
    flex: none;
    margin-right: 3px
}

.cmnt-list-st1>li .like-btn .btnLike span {
    height: 100%
}

.cmnt-list-st1>li .answer {
    background-color: #f8f8f8;
    padding: 16px 13px 16px 30px;
    background-image: url(../../images/goods/icon-reply.svg);
    background-repeat: no-repeat;
    background-position: 14px 17px
}

@media screen and (min-width: 992px) {
    .cmnt-list-st1>li .answer {
        padding:22px 16px 25px 40px;
        background-position: 20px 22px
    }
}

.cmnt-list-st1>li .answer .cmnt-title strong {
    color: var(--burgundy)
}

.cmnt-list-st1>li .answer .cmnt-content {
    color: #666
}

.cmnt-list-st2 {
    border-top: 1px solid var(--indigo);
    line-height: 1.58;
    font-size: 14px;
    color: #222
}

.cmnt-list-st2 .no-reviews {
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
    color: #666
}

@media screen and (min-width: 992px) {
    .cmnt-list-st2 .no-reviews {
        padding:68px 0;
        font-size: 15px
    }
}

.cmnt-list-st2>li {
    border-bottom: 1px solid var(--indigo)
}

.cmnt-list-st2>li .cmnt {
    padding: 24px 0 20px
}

.cmnt-list-st2>li .cmnt-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

@media screen and (min-width: 992px) {
    .cmnt-list-st2>li .cmnt-title {
        margin-bottom:10px
    }
}

.cmnt-list-st2>li .cmnt-title .name-wrap {
    display: flex;
    align-items: center
}

.cmnt-list-st2>li .cmnt-title .name {
    margin-right: 8px;
    font-weight: 700
}

.cmnt-list-st2>li .cmnt-title .date {
    color: #aaa;
    vertical-align: middle
}

.cmnt-list-st2>li .cmnt-option {
    margin-bottom: 24px;
    font-size: 12px;
    color: var(--burgundy)
}

@media screen and (min-width: 992px) {
    .cmnt-list-st2>li .cmnt-option {
        font-size:14px
    }
}

.cmnt-list-st2>li .cmnt-imgs {
    margin-bottom: 21px
}

.cmnt-list-st2>li .cmnt-imgs .imgs {
    display: flex;
    flex-wrap: wrap;
    margin: -3px
}

@media screen and (min-width: 992px) {
    .cmnt-list-st2>li .cmnt-imgs .imgs {
        margin:-6px
    }
}

.cmnt-list-st2>li .cmnt-imgs .imgs>* {
    padding: 3px
}

@media screen and (min-width: 992px) {
    .cmnt-list-st2>li .cmnt-imgs .imgs>* {
        padding:6px
    }
}

.cmnt-list-st2>li .cmnt-imgs .imgs .img {
    display: block;
    width: 63px;
    height: 63px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer
}

@media screen and (min-width: 992px) {
    .cmnt-list-st2>li .cmnt-imgs .imgs .img {
        width:76px;
        height: 76px
    }
}

.cmnt-list-st2>li .cmnt-content {
    line-height: 1.62;
    font-size: 13px;
    color: #666;
    word-break: break-all
}

.cmnt-imgs+.cmnt-list-st2>li .cmnt-content {
    margin-top: 13px
}

.cmnt-list-st2>li .cmnt-btns {
    flex: none;
    display: flex;
    margin-top: 15px
}

@media screen and (min-width: 544px) {
    .cmnt-list-st2>li .cmnt-btns {
        flex-direction:row;
        align-items: center;
        justify-content: space-between
    }
}

.cmnt-list-st2>li .cmnt-btns .modify-btns {
    padding: 0;
    margin-top: auto
}

.cmnt-list-st2>li .modify-btns {
    flex: none;
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-top: 15px;
    line-height: 1
}

.cmnt-list-st2>li .modify-btns>* {
    line-height: 1.2;
    display: inline-flex;
    align-items: center
}

.cmnt-list-st2>li .modify-btns>*:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background-color: #555
}

.cmnt-list-st2>li .modify-btns>button {
    flex: none;
    cursor: pointer;
    color: #222;
    height: 22px
}

.cmnt-list-st2>li .like-btn {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 13px;
    color: #222
}

.cmnt-list-st2>li .like-btn .btnLike {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    border: 1px solid #aaa;
    border-radius: 12.5px;
    min-width: 55px;
    padding: 0 14px;
    font-size: 14px;
    height: 25px;
    color: #666;
    cursor: pointer
}

.cmnt-list-st2>li .like-btn .btnLike.is-active {
    border-color: #ed1c24;
    color: #ed1c24
}

.cmnt-list-st2>li .like-btn .btnLike i {
    flex: none;
    margin-right: 3px
}

.cmnt-list-st2>li .like-btn .btnLike span {
    height: 100%
}

.cmnt-list-st2>li .answer {
    padding: 28px 48px 25px;
    background-image: url(../../images/goods/icon-reply.svg);
    background-repeat: no-repeat;
    background-position: 24px 23px;
    background-color: #f2f2f2
}

.cmnt-list-st2>li .answer .cmnt-title {
    margin-bottom: 9px
}

.cmnt-list-st2>li .answer .cmnt-title .name {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #222
}

.cmnt-list-st2>li .answer .cmnt-title .name .date {
    margin-left: 12px;
    font-weight: 400;
    color: #aaa
}

.cmnt-list-st2>li .answer .cmnt-content {
    color: #666
}

.fileAttach .stored-file-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px
}

.fileAttach .stored-file-wrap .btn-uploadfile {
    flex: none;
    margin: 5px
}

.fileAttach .stored-file-wrap .preview-wrap {
    flex: none;
    margin: 5px
}

.fileAttach .stored-file-wrap .preview-wrap .preview-wrap-list {
    position: relative;
    width: 73.5px
}

.fileAttach .stored-file-wrap .preview-wrap .preview-wrap-list .preview-wrap-list-img .img {
    display: block;
    width: 73.5px;
    height: 73.5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.fileAttach .stored-file-wrap .preview-wrap .preview-wrap-list .preview-wrap-list-text {
    margin-top: 3px;
    font-size: 11px;
    color: #888
}

.fileAttach .stored-file-wrap .preview-wrap .preview-wrap-list .preview-wrap-list-btn label {
    height: 100%
}

.fileAttach .stored-file-wrap .preview-wrap .preview-wrap-list .preview-del-file,.fileAttach .stored-file-wrap .preview-wrap .preview-wrap-list .preview-del-file_check {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
    background: url(../../images/board/board_write_icon_close.svg) no-repeat center/contain;
    cursor: pointer
}

.fileAttach .stored-file-wrap .preview-wrap .preview-wrap-list .preview-del-file_check input[type=checkbox] {
    display: none
}

.file-attach-board .btn-uploadfile {
    margin-top: 5px
}

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

.mypage-notice-wrap {
    margin-bottom: 24px;
    padding: 24px 12px;
    border: 1px solid var(--indigo)
}

@media screen and (min-width: 768px) {
    .mypage-notice-wrap {
        display:flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 48px;
        padding: 12px 48px
    }
}

.mypage-notice-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .mypage-notice-title {
        width:158px;
        margin-bottom: 0
    }
}

.mypage-notice-title:before {
    content: "\f06a";
    display: inline-block;
    margin-right: 7px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

@media screen and (min-width: 768px) {
    .mypage-notice-title:before {
        font-size:16px
    }
}

.mypage-notice-list {
    font-size: 14px;
    color: #999
}

@media screen and (min-width: 768px) {
    .mypage-notice-list {
        flex:1 1 0%;
        padding: 8px 0 8px 24px;
        border-left: 1px solid var(--indigo)
    }
}

.mypage-notice-list li {
    position: relative;
    padding-left: 10px;
    line-height: 1.43
}

.mypage-notice-list li:not(:last-child) {
    margin-bottom: 4px
}

.mypage-notice-list li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0
}

.no-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px
}

.no-result .icon-noresult {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.no-result .desc {
    line-height: 1.4;
    font-size: 12px;
    color: #555
}

.no-result {
    height: 215px;
    border-top: 1px solid var(--indigo);
    border-bottom: 1px solid var(--indigo);
    text-align: center
}

@media screen and (min-width: 768px) {
    .no-result {
        height:255px
    }
}

.no-result .icon-noresult {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    background-image: url(../../images/board/board_lists_icon_no_result_01.svg)
}

.no-result .title {
    line-height: 1.5;
    font-size: 20px
}

.no-result .title+.desc {
    margin-top: 4px
}

@media screen and (min-width: 768px) {
    .no-result .title+.desc {
        margin-top:8px
    }
}

.no-result .desc {
    line-height: 1.58;
    font-size: 14px;
    color: #666
}

[class*="pagination-st"] .paging-wrap {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%
}

[class*="pagination-st"] .page-item {
    flex: 0 1 auto
}

[class*="pagination-st"] .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

[class*="pagination-st"] .page-link span {
    display: inline-block
}

[class*="pagination-st"] .btn-item-start .icon-arrow,[class*="pagination-st"] .btn-item-prev .icon-arrow,[class*="pagination-st"] .btn-item-next .icon-arrow,[class*="pagination-st"] .btn-item-end .icon-arrow {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 55%;
    text-indent: -9999px
}

.pagination-st1 .paging-wrap .page-item {
    min-width: 20px;
    height: 24px;
    margin: 0 6px
}

.pagination-st1 .paging-wrap .page-item.active .page-link {
    font-weight: bold;
    color: var(--burgundy)
}

.pagination-st1 .paging-wrap .page-item.active .page-link span::after {
    display: block;
    background-color: var(--burgundy)
}

.pagination-st1 .paging-wrap .page-link {
    font-family: "Roboto", "Noto Sans CJKKR", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.pagination-st1 .paging-wrap .page-link span {
    position: relative;
    line-height: 1.15
}

.pagination-st1 .paging-wrap .page-link span::after {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #999;
    transform: translateX(-50%)
}

.pagination-st1 .paging-wrap .page-link:hover {
    background-color: #fff;
    color: var(--burgundy)
}

.pagination-st1 .paging-wrap .page-link:disabled {
    opacity: .5
}

.pagination-st1 .paging-wrap .btn-item-start .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_start.png)
}

.pagination-st1 .paging-wrap .btn-item-prev .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_prev.png)
}

.pagination-st1 .paging-wrap .btn-item-next .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_next.png)
}

.pagination-st1 .paging-wrap .btn-item-end .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_end.png)
}

.pagination-st2 .paging-wrap .page-item {
    width: 35px;
    height: 35px;
    margin: 0 2.5px;
    border-radius: 50%;
    overflow: hidden
}

.pagination-st2 .paging-wrap .page-item.active .page-link {
    color: #fff;
    background-color: var(--burgundy)
}

.pagination-st2 .paging-wrap .page-link {
    font-size: 16px;
    color: #999;
    letter-spacing: 0.03em;
    transition: .2s
}

.pagination-st2 .paging-wrap .page-link:disabled {
    opacity: .5
}

.pagination-st2 .paging-wrap [class*="btn-item-"]:hover .page-link {
    background-color: initial
}

.pagination-st2 .paging-wrap .btn-item-start .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_start.svg);
    background-size: contain
}

.pagination-st2 .paging-wrap .btn-item-prev .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_prev.svg);
    background-size: contain
}

.pagination-st2 .paging-wrap .btn-item-next .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_next.svg);
    background-size: contain
}

.pagination-st2 .paging-wrap .btn-item-end .icon-arrow {
    background-image: url(../../images/board/pagination_icon_arrow_end.svg);
    background-size: contain
}

.rating-wrap {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    line-height: 1
}

.rating-wrap::after {
    content: "";
    display: block;
    clear: both
}

[class*="rating-stars-st"] {
    border: none;
    float: left
}

[class*="rating-stars-st"] input {
    display: none
}

[class*="rating-stars-st"] label {
    position: relative;
    float: right;
    font-size: 0;
    color: #ddd
}

[class*="rating-stars-st"] label:before {
    content: "★";
    display: inline-block;
    margin: 1px;
    font-family: "Noto Sans CJKKR", sans-serif;
    cursor: pointer
}

[class*="rating-stars-st"] .half:before {
    content: "★";
    position: absolute;
    overflow: hidden
}

[class*="rating-stars-st"] input:checked ~ label,[class*="rating-stars-st"]:not(:checked) label:hover,[class*="rating-stars-st"]:not(:checked) label:hover ~ label {
    color: var(--burgundy)
}

[class*="rating-stars-st"] input:checked+label:hover,[class*="rating-stars-st"].rating-stars>input:checked ~ label:hover,[class*="rating-stars-st"] label:hover ~ input:checked ~ label,[class*="rating-stars-st"] input:checked ~ label:hover ~ label {
    color: var(--burgundy)
}

[class*="rating-stars-st"].read-only {
    pointer-events: none
}

[class*="rating-stars-st"].color-point label,[class*="rating-stars-st"].color-point input:checked ~ label,[class*="rating-stars-st"].color-point:not(:checked) label:hover,[class*="rating-stars-st"].color-point:not(:checked) label:hover ~ label {
    color: var(--burgundy)
}

[class*="rating-stars-st"].color-point input:checked+label:hover,[class*="rating-stars-st"].color-point.rating-stars>input:checked ~ label:hover,[class*="rating-stars-st"].color-point label:hover ~ input:checked ~ label,[class*="rating-stars-st"].color-point input:checked ~ label:hover ~ label {
    color: var(--burgundy)
}

.rating-text {
    margin-left: 6px;
    font-size: 14px;
    color: #aaa
}

.rating-stars-st1 label:before {
    width: 15px;
    font-size: 15px
}

.rating-stars-st1 label.half:before {
    width: 7px
}

.rating-stars-st2 label:before {
    content: "\f005";
    margin: 0.5px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

@media screen and (min-width: 992px) {
    .rating-stars-st2 label:before {
        font-size:12px
    }
}

.rating-stars-st2 label.half:before {
    content: "\f089"
}

.rating-stars-st3 label:before {
    content: "\f005";
    margin: 0.5px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@media screen and (min-width: 992px) {
    .rating-stars-st3 label:before {
        font-size:12px
    }
}

.rating-stars-st3 label.half:before {
    content: "\f089"
}

.rating-stars-st3>input:checked ~ label:before,.rating-stars-st3:not(:checked)>label:hover:before,.rating-stars-st3:not(:checked)>label:hover ~ label:before {
    font-weight: 900
}

.spinner-st1 {
    width: 50px;
    height: 40px
}

.spinner-st1 [class*="rect"] {
    background-color: var(--burgundy);
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner-st1 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner-st1 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.spinner-st1 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.spinner-st1 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@-moz-keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@-o-keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1)
    }
}

.spinner-st2 {
    width: 40px;
    height: 40px
}

.spinner-st2 [class*="sk-cube"] {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.spinner-st2 .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.spinner-st2 .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.spinner-st2 .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.spinner-st2 .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.spinner-st2 .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.spinner-st2 .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.spinner-st2 .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.spinner-st2 .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.spinner-st2 .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,70%,100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

.nav-tabs-st1 {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .nav-tabs-st1 {
        margin-bottom:48px
    }
}

@media screen and (min-width: 768px) {
    #my-order-list .nav-tabs-st1 {
        margin-bottom:20px
    }
}

#info .nav-tabs-st1 {
    margin-bottom: 48px
}

.nav-tabs-st1 .tab-wrap {
    position: relative;
    width: 100%;
    padding: 0 15px;
    overflow: visible !important;
    border-bottom: 1px solid var(--indigo)
}

.nav-tabs-st1 .tab-wrap .tab-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #000
}

@media screen and (min-width: 992px) {
    .nav-tabs-st1 .tab-wrap .tab-item {
        font-size:15px
    }
}

.nav-tabs-st1 .tab-wrap .tab-item.tab-active {
    position: relative;
    color: var(--burgundy)
}

.nav-tabs-st1 .tab-wrap .tab-item.tab-active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--burgundy)
}

.nav-tabs-st1 .tab-wrap .tab-item>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 38px;
    padding: 0 10px 15px;
    line-height: 1.2;
    text-align: center
}

@media screen and (min-width: 992px) {
    .nav-tabs-st1 .tab-wrap .tab-item>* {
        padding:0 15px 15px
    }
}

.nav-tabs-st1 .tab-wrap:not(.swiperTab) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

.nav-tabs-st1 .tab-wrap:not(.swiperTab) .tab-item {
    flex: 0 1 auto;
    cursor: pointer
}

.nav-tabs-st1 .tab-wrap.swiperTab {
    display: block;
    text-align: center;
    background-color: #fff
}

.nav-tabs-st1 .tab-wrap.swiperTab .tab-inner {
    display: inline-flex;
    flex-wrap: nowrap;
    margin: 0 auto
}

.nav-tabs-st1 .tab-wrap.swiperTab .tab-item {
    flex: none;
    width: auto
}

.nav-tabs-st1 .tab-wrap.swiperTab::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -50%;
    left: 0;
    width: 15px;
    height: 100%;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
    transform: rotate(-180deg) translateY(-50%)
}

@media screen and (min-width: 768px) {
    .nav-tabs-st1 .tab-wrap.swiperTab::before {
        width:20px
    }
}

.nav-tabs-st1 .tab-wrap.swiperTab::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    width: 15px;
    height: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%)
}

@media screen and (min-width: 768px) {
    .nav-tabs-st1 .tab-wrap.swiperTab::after {
        width:20px
    }
}

.nav-tabs-st2 {
    position: relative;
    overflow: hidden
}

.nav-tabs-st2 .tab-wrap {
    position: relative;
    width: 100%;
    overflow: visible !important;
    border-bottom: 1px solid #eee
}

.nav-tabs-st2 .tab-wrap .tab-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #bbb
}

.nav-tabs-st2 .tab-wrap .tab-item.tab-active {
    color: #222
}

.nav-tabs-st2 .tab-wrap .tab-item.tab-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--burgundy)
}

.nav-tabs-st2 .tab-wrap .tab-item>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 45px;
    padding: 0 15px;
    line-height: 1.2;
    text-align: center
}

.nav-tabs-st2 .tab-wrap:not(.swiperTab) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.nav-tabs-st2 .tab-wrap:not(.swiperTab) .tab-item {
    flex: 0 1 auto;
    cursor: pointer
}

.nav-tabs-st2 .tab-wrap.swiperTab {
    display: block;
    text-align: left
}

.nav-tabs-st2 .tab-wrap.swiperTab .tab-inner {
    display: inline-flex;
    flex-wrap: nowrap
}

.nav-tabs-st2 .tab-wrap.swiperTab .tab-item {
    flex: none;
    width: auto
}

.nav-tabs-st3 {
    margin-bottom: 45px
}

@media screen and (min-width: 992px) {
    .nav-tabs-st3 {
        margin-bottom:80px
    }
}

#original-original-body .nav-tabs-st3,#premium-premium-body .nav-tabs-st3,#metal-metal-body .nav-tabs-st3 {
    margin-bottom: 60px
}

@media screen and (min-width: 992px) {
    #original-original-body .nav-tabs-st3,#premium-premium-body .nav-tabs-st3,#metal-metal-body .nav-tabs-st3 {
        margin-bottom:9.38086vw
    }
}

@media screen and (min-width: 1600px) {
    #original-original-body .nav-tabs-st3,#premium-premium-body .nav-tabs-st3,#metal-metal-body .nav-tabs-st3 {
        margin-bottom:150px
    }
}

.nav-tabs-st3 .tab-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 992px) {
    .nav-tabs-st3 .tab-inner {
        flex-direction:row
    }
}

.nav-tabs-st3 .tab-item {
    padding-right: 10px;
    cursor: pointer
}

.nav-tabs-st3 .tab-item:not(:last-child) {
    margin-bottom: 5px
}

@media screen and (min-width: 992px) {
    .nav-tabs-st3 .tab-item:not(:last-child) {
        padding-right:16px;
        margin-right: 34px;
        margin-bottom: 0
    }
}

.nav-tabs-st3 .tab-item .list {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    color: #a0a0b1;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid
}

@media screen and (min-width: 992px) {
    .nav-tabs-st3 .tab-item .list {
        font-size:22px;
        line-height: 1.64
    }
}

.nav-tabs-st3 .tab-item .num {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px;
    line-height: 1.17
}

@media screen and (min-width: 992px) {
    .nav-tabs-st3 .tab-item .num {
        right:-16px;
        font-size: 16px;
        line-height: 1.0625
    }
}

.nav-tabs-st3 .tab-item.tab-active .list {
    color: var(--burgundy);
    border-bottom-color: var(--burgundy)
}

.nav-tabs-st3 .tab-item.tab-active .num {
    color: var(--burgundy)
}

.nav-tabs-st4 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid var(--burgundy);
    background-color: var(--lightmustard);
    box-shadow: 0px 5px 15px rgba(49,49,63,0.15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .4s
}

.nav-tabs-st4.tab-fixed {
    top: 65px;
    height: auto;
    opacity: 1;
    z-index: 10;
    visibility: visible;
    pointer-events: initial
}

.nav-tabs-st4 .tab-item {
    flex: none;
    width: auto;
    padding-right: 10px;
    padding: 0 10px 0 18px;
    cursor: pointer
}

.nav-tabs-st4 .tab-item:not(:last-child) {
    margin-right: 2px
}

.nav-tabs-st4 .tab-item:last-child {
    margin-right: 18px
}

.nav-tabs-st4 .tab-item .list {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #a0a0b1;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid
}

.nav-tabs-st4 .tab-item .num {
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 12px;
    line-height: 1.17
}

.nav-tabs-st4 .tab-item.tab-active .list {
    color: var(--burgundy);
    border-bottom-color: var(--burgundy)
}

.nav-tabs-st4 .tab-item.tab-active .num {
    color: var(--burgundy)
}

.tab-content-wrap {
    position: relative;
    height: auto;
    transition: height .3s
}

.tab-content-wrap .tab-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.tab-content-wrap .tab-content.tab-active {
    height: auto;
    visibility: visible
}

#print-view-vars {
    position: relative;
    position: fixed;
    top: 0;
    right: -600px;
    width: 600px;
    height: 100vh;
    background-color: #f8f8f8;
    border-left: 1px solid #ddd;
    line-height: 1.4;
    font-size: 14px;
    font-family: "Dotum", sans-serif;
    font-weight: 200;
    z-index: 1500;
    transition: right 0.3s
}

#print-view-vars>ul {
    padding: 20px;
    height: 100%;
    overflow-y: scroll
}

#print-view-vars ul li {
    position: relative
}

#print-view-vars ul li.has-list {
    cursor: pointer
}

#print-view-vars ul li.has-list>p:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 9px;
    background: url(../../images/common/btn_select_arrow_000.svg) no-repeat center/contain;
    transform: rotate(-90deg)
}

#print-view-vars ul li.has-list.aco-open>p:before {
    transform: rotate(0deg)
}

#print-view-vars ul li.has-list>p span:last-child {
    color: green
}

#print-view-vars ul li p {
    padding-left: 20px
}

#print-view-vars ul li p>* {
    margin-right: 7px
}

#print-view-vars ul li p small {
    font-size: 13px
}

#print-view-vars ul li p span {
    word-break: break-all
}

#print-view-vars ul li p span:nth-of-type(1) {
    font-weight: bold
}

#print-view-vars ul li p span:nth-of-type(2) {
    color: #888
}

#print-view-vars ul li p span:last-child {
    color: red
}

#print-view-vars ul li p+ul {
    padding-left: 30px
}

#print-view-vars>ul>li.has-list:before {
    left: -20px
}

#print-view-vars.open {
    right: 0
}

#print-view-vars.open .open-btn i {
    transform: rotate(180deg)
}

#print-view-vars .open-btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 150px;
    right: 0;
    width: 30px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 1500;
    cursor: pointer
}

#codeigniter_profiler {
    position: relative
}

#codeigniter_profiler .open-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -35px;
    right: 20px;
    width: 80px;
    height: 35px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 900;
    cursor: pointer
}

#codeigniter_profiler .inner-wrap {
    display: none;
    overflow: hidden;
    padding: 10px
}

#codeigniter_profiler.open .open-btn i {
    transform: rotate(180deg)
}

#codeigniter_profiler.open .inner-wrap {
    display: block
}
