/*############################################
# Main
############################################*/
@media (max-width: 991px) {
    .top_bnr {
        display: none;
    }
    .pop-layer {
        display: none !important;
    }
}
/*===========================================
# 메인 슬라이더 - Slick
===========================================*/
#mainSliderMB,
#mainSlider {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 515px;*/ /* 배경이미지 사용 시 높이 */
}
#mainSliderMB .main-slider, 
#mainSlider .main-slider, 
#mainSliderMB .main-slide, 
#mainSlider .main-slide, 
#mainSliderMB .slick-list,  
#mainSlider .slick-list,  
#mainSliderMB .slick-track,
#mainSlider .slick-track {
    height: 100%;
}
.main-slide {
    position: relative;
}

.main-slide-img {
    /*width: 100%;
    height: 100%;
    background-size:cover !important;*/ /* 배경이미지 사용 시 */
}
.main-slide-img img {
    margin: 0 auto;
}
.main-slide-img-m {
    /*display: none;*/
    /*background-size: cover !important;*/ /* 배경이미지 사용 시 */
}

/* 텍스트 */
.main-slide-info {
    position: absolute;
    left: calc(50% - 600px);
    top: 100px;
    z-index: 3;
    color: #000;
    width: 1200px;
    display: none;
}
.main-slide-info .main-slide-txt1 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.main-slide-info .main-slide-txt2 {
    margin-bottom: 50px;
    font-size: 3.5rem;
    font-weight: 500;
}
.main-slide-info .main-slide-btn {
    display: inline-block;
    padding: 15px 6%;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.3);
    font-size: 1.125rem;
    color: #333;
}

/* 버튼 */
#mainSliderMB .slick-dots,
#mainSlider .slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30px;
}
#mainSliderMB .slick-dots li,
#mainSlider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
#mainSliderMB .slick-dots li button,
#mainSlider .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
#mainSliderMB .slick-dots li.slick-active button,
#mainSlider .slick-dots li.slick-active button {
    background-color: #f18200;
}

/* 화살표 */
#mainSliderMB .slick-arrow,
#mainSlider .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    border: 1px solid;
    border-color: rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    border-radius: 50%;
    z-index: 9;
    font-size: 0;
    outline: none;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
#mainSliderMB .slick-arrow:hover,
#mainSlider .slick-arrow:hover {
    border-color: #222;
    color: #222;
}
#mainSliderMB .slick-arrow.slick-prev,
#mainSlider .slick-arrow.slick-prev {
    left: 100px;
    background: transparent;
}
#mainSliderMB .slick-arrow.slick-prev::before,
#mainSlider .slick-arrow.slick-prev::before {
    content: '\e5c4';
    font-family: 'Material Icons';
    font-size: 2rem;
}
#mainSliderMB .slick-arrow.slick-next,
#mainSlider .slick-arrow.slick-next{
    right: 100px;
    background: transparent;
}
#mainSliderMB .slick-arrow.slick-next::before,
#mainSlider .slick-arrow.slick-next::before {
    content: '\e5c8';
    font-family: 'Material Icons';
    font-size: 2rem;
}

@media (max-width: 991px) {
    #mainSliderMB,
    #mainSlider {
        /*height: 300px;*/ /* 배경이미지 사용 시 높이 */
    }
    .main-slide-img {
        /*display: none;*/
    }
    .main-slide-img-m {
        /*display: block;*/
        width: 100%;
        height: 100%;
    }
}

/*===========================================
# 이벤트 슬라이더 - Slick
===========================================*/
#eventSlider {
    padding: 50px 0;
    background: #eee;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.event-header {
    position: relative;
    margin-bottom: 30px;
}

.event-header .event-title {
    font-weight: 700;
    color: #222;
    text-align: center;
}
.event-header .event-title::after {
    content: "";
    height: 3px;
    width: 60px;
    display: block;
    margin: 20px auto;
    background: #f18200;
}

.event-header a {
    position: absolute;
    right: 0;
    top: 40px;
    display: inline-block;
    padding: 10px 15px;
    font-size: .875rem;
    font-weight: 700;
    width: auto;
}

.event-header a i {
    vertical-align: text-bottom;
    font-size: 18px;
}

.event-slide {
    margin: 10px;
}

.event-slide-link {
    display: block;
    border: solid 1px #ddd;
    color: #222;
    background: #fff;
}

.event-slide-link:hover {
    color: #de002b;
}

/* 텍스트 */
.event-slide-info {
    padding: 20px;
    text-align: center;
}
.event-slide-info .event-slide-txt1 {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #222;
}
.event-slide-info .event-slide-txt2 {
    margin-bottom: 10px;
    font-size: .875rem;
    color: #555;
}
.event-slide-info .event-slide-txt2 span {
    display: inline-block;
    padding: 3px 12px;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    background: #de002b;
    text-align: center;
    border-radius: 15px;
}

/* 화살표 */
#eventSlider .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    border: 2px solid;
    border-color: rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.2);
    border-radius: 50%;
    z-index: 9;
    font-size: 0;
    outline: none;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
#eventSlider .slick-arrow:hover {
    border-color: #555;
    color: #555;
}
#eventSlider .slick-arrow.slick-prev {
    left: calc(50% - 640px);
    background: transparent;
}
#eventSlider .slick-arrow.slick-prev::before {
    content: '\e5cb';
    font-family: 'Material Icons';
    font-size: 2rem;
}
#eventSlider .slick-arrow.slick-next{
    right: calc(50% - 640px);
    background: transparent;
}
#eventSlider .slick-arrow.slick-next::before {
    content: '\e5cc';
    font-family: 'Material Icons';
    font-size: 2rem;
}
@media (max-width: 575px) {
    #eventSlider {
        padding: 30px 0;
    }
    .event-header {
        margin-bottom: 35px;
    }
    .event-header .event-title {
        font-size: 1.25rem;
    }
    .event-header .event-title::after {
        content: "";
        height: 3px;
        width: 50px;
        display: block;
        margin: 15px auto;
        background: #f18200;
    }
    .event-header a {
        top: 50px;
        font-size: .75rem;
    }
    .event-slide-info .event-slide-txt1 {
        font-size: 1rem;
    }
    #eventSlider .slick-arrow {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        border: solid 1px #ddd;
        color: #777;
        border-radius: 50%;
        z-index: 9;
        font-size: 0;
        outline: none;
        -webkit-transition-duration: 0.3s; /* Safari */
        transition-duration: 0.3s;
    }
    #eventSlider .slick-arrow.slick-prev {
        left: 0;
        background: rgba(255,255,255,.75);
    }
    #eventSlider .slick-arrow.slick-prev::before {
        content: '\e5cb';
        font-family: 'Material Icons';
        font-size: 1.5rem;
    }
    #eventSlider .slick-arrow.slick-next{
        right: 0;
        background: rgba(255,255,255,.75);
    }
    #eventSlider .slick-arrow.slick-next::before {
        content: '\e5cc';
        font-family: 'Material Icons';
        font-size: 1.5rem;
    }
}

/*===========================================
# 메인 배너
===========================================*/
.main-banner {
    padding: 50px 0;
    color: #fff;
    background: url(../images/main_banner_bg.jpg) center right;
    background-attachment: fixed;
}
.main-banner h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -1px;
}
.main-banner h3 {
    letter-spacing: -0.5px;
}
.main-banner-button {
    display: inline-block;
    font-size: 1.125rem;
    color: rgba(255,255,255,0.7);
    padding: 10px 50px;
    margin-top: 20px;
    border: solid 1px rgba(255,255,255,0.7);
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.main-banner-button:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}
.main-banner-button span {
    vertical-align: top;
}
.main-banner-button i {
    font-size: 1.25rem;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .main-banner h1 {
        font-size: 2rem;
    }
    .main-banner h3 {
        font-size: 1rem;
    }
    .main-banner-button {
        padding: 7px 20px 5px;
        margin-top: 20px;
        font-size: 1rem;
    }
    .main-banner-button i {
        font-size: 1rem;
        line-height: 1.3;
    }
}

/*===========================================
# 상품 목록 헤더
===========================================*/
.main-goods {
    padding: 50px 0 30px;
}

.goods-header {
    position: relative;
    margin-bottom: 40px;
}

.goods-header h3 {
    font-weight: 700;
    color: #222;
    text-align: center;
}
.goods-header h3::after {
    content: "";
    height: 3px;
    width: 60px;
    display: block;
    margin: 20px auto;
    background: #de002b;
}

.goods-header a {
    position: absolute;
    right: 0;
    top: 40px;
    display: inline-block;
    padding: 10px 15px;
    font-size: .875rem;
    font-weight: 700;
    width: auto;
}

.goods-header a i {
    vertical-align: text-bottom;
    font-size: 18px;
}

@media(max-width:767px){
    .main-goods {
        padding: 30px 0;
    }
    .goods-header {
        margin-bottom: 45px;
    }
    .goods-header h3 {
        font-size: 1.25rem;
    }
    .goods-header h3::after {
        content: "";
        height: 3px;
        width: 50px;
        display: block;
        margin: 15px auto;
        background: #de002b;
    }
    .goods-header a {
        top: 50px;
        font-size: .75rem;
    }
}


/*############################################
# Sub
############################################*/

/*===========================================
# Contents
===========================================*/
#contents {
    padding: 10px 0 30px;
}
#contents .form-control {
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
#contents .form-control:focus {
    border-color: #999;
    background: #fafafa;
}

.contents-banner {
    margin-right: -5px;
    margin-left: -5px;
}
.contents-title {
    position: relative;
    margin: 0 -5px 50px -5px;
    text-align: center;
}
.contents-title h3 {
    margin-top: 40px;
    font-weight: 700;
    color: #222;
}
.contents-title h3::after {
    content: "";
    height: 3px;
    width: 60px;
    display: block;
    margin: 20px auto;
    background: #de002b;
}
.contents-category {
    margin-bottom: 20px;
}
.contents-category ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    border: solid 1px #ddd;
}
.contents-category li {
    padding: 11px 0;
    text-align: center;
}
.contents-category li a {
    padding: 10px 30px;
    border-right: solid 1px #ddd;
    font-weight: 700;
    color: #999;
}
.contents-category li a:hover {
    background: #f5f5f5;
    color: #222;
}
.contents-category li.active a {
    color: #fff;
    background: #de002b;
}

@media(max-width:767px){
    #contents {
        padding: 0 0 30px;
    }
    .contents-banner {
        margin-right: -15px;
        margin-left: -15px;
    }
    .contents-title {
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .contents-title h3 {
        margin-top: 30px;
        font-size: 1.5rem;
    }
    .contents-title h3::after {
        content: "";
        height: 3px;
        width: 50px;
        display: block;
        margin: 15px auto;
        background: #de002b;
    }
    .contents-category ul {
        font-size: .875rem;
        margin-right: -15px;
        margin-left: -15px;
    }
    .contents-category li {
        padding: 9px 0;
    }
    .contents-category li a {
        padding: 10px 8px;
        border-right: none;
    }
}

/*===========================================
# 상품 목록
===========================================*/

/* 상품검색 필터 */
.prod-filter-wrap {
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px;
}
@media(max-width:767px){
    .prod-filter-wrap {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.prod-filter-wrap > div.position-relative:first-child {
    border-top: 1px solid #e0e0e0;
}
.prod-filter-wrap > div.position-relative {
    padding: 0 0 10px 140px;
    border: 1px solid #e0e0e0;
    border-top: none;
    background-color: #f5f5f5;
}
@media(max-width:767px){
    .prod-filter-wrap > div.position-relative {
        padding: 0 0 10px 100px;
    }
}
.position-relative {
    position: relative !important;
}
.prod-filter-wrap .filter-tit {
    position: absolute;
    left: 15px;
    top: 13px;
    margin-bottom: 0;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    vertical-align: middle;
}
.prod-filter-wrap .filter-list {
    vertical-align: middle;
}
.prod-filter-wrap .filter-list .filter-chk {
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
}
.filter-chk input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    background: url(/welrix/images/input-bg.png) no-repeat 0 -20px;
    background-size: 40px auto;
    outline: none;
}
.filter-chk input[type="checkbox"]:checked {
    background-position: -20px -20px;
}
.filter-chk label {
    position: relative;
    font-size: 14px;
    margin: 0;
    padding-left: 5px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}


.goods-list {
}
.goods-list .col-6,
.goods-list .col-lg-4 {
    padding: 0 10px 20px;
}
.goods-wrapper {
    border: solid 1px #ddd;
    background: #fff;
    text-align: center;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.goods-wrapper:hover {
    border: solid 1px #de002b;
}
.goods-link {
    display: block;
}
.goods-thumb {
    position: relative;
}
.sticker-left {
    position: absolute;
    top: 20px;
    left: 10px;
}
.sticker-left img {
    display: block;
    margin-bottom: 5px;
}
.sticker-right {
    position: absolute;
    top: 20px;
    right: 10px;
}
.sticker-right img {
    display: block;
    margin-bottom: 5px;
}
.goods-title {
    margin: 10px 20px 0;    
    min-height: 81px;
}
.goods-title h4 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #222;
}
.goods-title p {
    font-size: .875rem;
    color: #777;
    overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; line-height: 1.3rem; max-height: 2.6rem;
}
.goods-info {
    margin: 25px 20px 10px;
    padding-top: 10px;
    border-top: solid 1px #eee;
}
.goods-info .pay,
.goods-info .pay-card {
    margin-bottom: 15px;
}
.goods-info .pay .col-md-6:nth-child(1),
.goods-info .pay-card .col-md-6:nth-child(1) {
    text-align: left;
}
.goods-info .pay .col-md-6:nth-child(1) span,
.goods-info .pay-card .col-md-6:nth-child(1) span {
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    color: #555;
}
.goods-info .pay .col-md-6:nth-child(1) span::before,
.goods-info .pay-card .col-md-6:nth-child(1) span::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 7px;
    background: #ccc;
    border-radius: 3px;
    vertical-align: middle;
}
.goods-info .pay .col-md-6:nth-child(2),
.goods-info .pay-card .col-md-6:nth-child(2) {
    text-align: right;
    color: #555;
}
.goods-info .pay .col-md-6:nth-child(2) span,
.goods-info .pay-card .col-md-6:nth-child(2) span {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
}
.goods-action {
    margin: 30px 0;
}
.goods-action a {
    display: inline-block;
    padding: 10px 0;
    width: calc(50% - 20px);
    color: #999;
    /*background: #eee;*/
    border: 1px solid #999;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.goods-action a.action-left {
    color: #fff;
    background: #de002b;
    border: none;
}
.goods-action a i {
    font-size: 1.25rem;
    vertical-align: middle;
}

@media(max-width:991px){
    .goods-wrapper:hover {
        border: solid 1px #ddd;
    }
}

@media(max-width:767px){
    .goods-list .col-6 {
        padding: 0;
    }
    .goods-list .col-6:nth-child(even) {
        margin-left: -1px;
    }
    .goods-list .col-6:nth-child(1) .goods-wrapper,
    .goods-list .col-6:nth-child(2) .goods-wrapper {
        border-top-color: #ddd;
    }
    .goods-list .goods-wrapper {
        border-top-color: #fff;
    }
    .goods-wrapper:hover {
        border: solid 1px #ddd;
        border-top-color: #fff;
    }
    .sticker-left {
        width: 35px;
    }
    .sticker-right {
        max-width: 45%;
        /*width: 35px;*/
    }
    .goods-title {
        margin: 0 10px;
    }
    .goods-title h4 {
        font-size: 1rem;
    }
    .goods-title p {
        font-size: .75rem;
    }
    .goods-info {
        margin: 15px 10px 0;
        padding-top: 0;
        border-top: solid 1px #eee;
        font-size: .875rem;
    }
    .goods-info .pay,
    .goods-info .pay-card {
        margin-bottom: 5px;
    }
    .goods-info .pay .col-md-6:nth-child(1) span::before,
    .goods-info .pay-card .col-md-6:nth-child(1) span::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 4px;
        margin-right: 5px;
        background: #ccc;
        border-radius: 2px;
        vertical-align: middle;
    }
    .goods-info .pay .col-md-6:nth-child(2) span,
    .goods-info .pay-card .col-md-6:nth-child(2) span {
        font-size: 1.75rem;
        font-weight: 700;
    }
    .goods-action {
        margin: 25px 0;
    }
    .goods-action a {
        padding: 7px 0;
        width: calc(50% - 10px);
        font-size: .875rem;
    }
    .goods-action a i {
        display: none;
    }
}

/*===========================================
# 상품 보기 - 요약
===========================================*/
.goods-summary {
    margin-top: 30px;
}
.goods-image-slide {
    border: solid 1px #ddd;
}
.goods-thumb-slider {
    margin-top: 20px;
}
.goods-thumb-slide {
    outline: none;
}
.goods-thumb-slide:hover {
    cursor: pointer;
}
.goods-thumb-slide.slick-current {
    border: solid 1px #ff8d83;
}
.goods-thumb-slide img {
    margin: 0 auto;
}
.goods-overview .title {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #222;
    margin: 20px 0;
}
.goods-overview .feature {
    font-size: .875rem;
    margin-bottom: 30px;
    margin-left: 20px;
}
.goods-overview .feature li {
    margin-bottom: 5px;
}
.goods-overview .spec {
    padding: 5px 0 0;
    border-top: solid 2px #222;
    background: #fafafa;
}
.goods-overview .spec dl {
    margin: 0;
    border-bottom: solid 1px #eee;
}
.goods-overview .spec dt {
    float: left;
    font-weight: 700;
    color: #222;
    padding: 8px 0 5px;
    margin-left: 10px;
}
.goods-overview .spec dd {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: .875rem;
    line-height: 1.7;
    margin-left: 120px;
    padding: 7px 30px 5px 0;
    overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; word-wrap:break-word;
}
.goods-overview .pay dl {
    margin: 0;
    border-bottom: solid 1px #eee;
    clear: both;
    overflow: hidden;
}
.goods-overview .pay dt {
    float: left;
    font-size: 1.125rem;
    font-weight: 700;
    color: #222;
    padding: 35px 0 5px;
    margin-left: 10px;
}
.goods-overview .pay dt a {
    display: inline-block;
    padding: 3px 15px;
    background: #222;
    border-radius: 30px;
    font-size: .75rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.goods-overview .pay dd {
    float: right;
    padding: 20px 30px 20px 0;
    font-size: 1.125rem;
    color: #222;
}
.goods-overview .pay dd strong {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 2rem;
    letter-spacing: -1px;
}
.goods-overview .action {
    padding: 30px 0 50px;
}
.goods-overview .action .col,
.goods-contents .action .col {
    padding: 0 5px;
}
.goods-overview .action .btn-rental,
.goods-contents .action .btn-rental {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    background: #de002b;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.goods-overview .action .btn-counsel,
.goods-contents .action .btn-counsel {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    background: #f18200;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.goods-overview .action .btn-kko,
.goods-contents .action .btn-kko {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    background: #f1b300;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.goods-overview .action .btn-regist,
.goods-contents .action .btn-regist {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    background: #de002b;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.goods-summary .total-pay {
    padding: 30px 50px 20px;
    margin-bottom: 50px;
    background: #fafafa;
    border: solid 1px #ddd;
}
.goods-summary .total-pay .row {
    margin-bottom: 10px;
}
.goods-summary .total-pay strong {
    display: inline-block;
    width: 80px; /* 열맞춤 */
    font-weight: 700;
    color: #222;
}

/*===========================================
# 상품 보기 - 상세
===========================================*/
.goods-detail {
}

/* 탭메뉴 */
.goods-nav {
    position: relative;
    padding-top: 10px;
}
.navbar-goods {
    position: absolute;
    width: 100%;
    top: 0;
    padding-bottom: 10px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-goods.sticked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.navbar-goods.stacked {
    top: 56px; /* 메인 메뉴 높이 */
}
.navbar-goods .nav {
    width: 100%;
    background: #fff;
    border-bottom: solid 2px #de002b;
    text-align: center;
}
.navbar-goods .nav .nav-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.navbar-goods .nav .nav-item.second {
    flex:  0 0 50%;
    max-width: 50%;
}
.navbar-goods .nav .nav-link {
    padding: 10px 0;
    margin: 0 0 0 -1px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #999;
    border: solid 1px #ddd;
    border-bottom: none;
    background: #fafafa;
}
.navbar-goods .nav .nav-link.active {
    position: relative;
    border: solid 2px #de002b;
    border-bottom: none;
    color: #de002b;
    background: #fff;
}
.navbar-goods .nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

/* 상세 내용 */
.goods-contents .content {
    padding-top: 79px; /* 정방향 탭과의 거리 30px */
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.goods-contents .content.spacing { /* 역방향 탭과의 거리 30px */
    padding-top: 135px;
}
.goods-contents .action {
    padding: 50px 0 0;
}

@media (max-width: 991px) {
    /*===========================================
    # 상품 보기 - 요약
    ===========================================*/
    .goods-summary {
        margin-top: 5px;
    }
    .goods-summary .container {
        padding: 0;
    }
    .goods-summary .row {
        margin: 0;
    }
    .goods-summary .col-lg-6 {
        padding: 0 5px;
    }
    .goods-thumb-slider {
        margin-top: 10px;
    }
    .goods-overview {
        margin-top: 30px;
    }
    .goods-overview .goods-sticker {
        display: inline-block;
        width: 40px;
        margin-left: 5px;
    }
    .goods-overview .title {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 20px 0;
        padding: 0 10px;
    }
    .goods-overview .spec dt {
        padding: 6px 0 0;
    }
    .goods-overview .spec dd {
        padding: 5px 30px 0 0;
    }
    .goods-overview .pay dt {
        padding: 24px 0 5px;
        letter-spacing: -0.5px;
    }
    .goods-overview .pay dd {
        padding: 20px 15px 20px 0;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: -0.5px;
    }
    .goods-overview .pay dd strong {
        font-size: 1.25rem;
    }
    .goods-overview .action .btn-rental,
    .goods-overview .action .btn-kko,
    .goods-overview .action .btn-regist,
    .goods-overview .action .btn-counsel {
        padding: 10px 0;
        font-size: 1.125rem;
    }
    .goods-summary .total-pay {
        padding: 20px 10px 10px;
    }

    /*===========================================
    # 상품 보기 - 상세
    ===========================================*/
    .navbar-goods.sticked {
        left: auto;
    }
    .navbar-goods.stacked {
        top: 115px; /* 메인 메뉴 높이 */
    }
    .goods-contents .content {
        padding-top: 79px; /* 정방향 탭과의 거리 50px */
    }
    .goods-contents .content.spacing { /* 역방향 탭과의 거리 50px */
        padding-top: 194px;
    }
}

/*===========================================
# 리뷰 목록
===========================================*/
.review-list {
    text-align: center;
}
.review-list table {
    border-bottom: solid 1px #ddd;
}
.review-list .table thead th {
    border-top: solid 2px #222;
    border-bottom: solid 1px #ddd;
}
.review-list th,
.review-list td {
    border-bottom: solid 1px #ddd;
    vertical-align: middle;
}
.review-list tbody {
    font-family: 'Nanum Gothic', sans-serif;
}
.review-col-title {
    text-align: left;
}
.review-col-title .review-category {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: solid 1px #ddd;
    font-weight: 700;
}
.review-list .action {
    margin: 40px 0 20px;
    text-align: center;
}
.review-list .btn-write {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    background: #f18200;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.review-list .pagination,
.event-list .pagination {
    display: block;
    text-align: center;
}
.review-list li,
.event-list li {
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    border: solid 1px #ddd;
    border-radius: 20px;
    color: #222;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
}
.review-list li a,
.event-list li a {
    padding: 0 7px;
}
.review-list li:hover,
.event-list li:hover {
    border: none;
    border: solid 1px #222;
    background: #222;
    color: #fff;
}
.review-list li i,
.event-list li i {
    font-size: 1.22rem;
    vertical-align: text-top;
}
.review-list li.disabled,
.event-list li.disabled,
.review-list li.disabled a,
.event-list li.disabled a {
    pointer-events: none;
    background-color: #ddd;
    border:#fff;
    color: #fff
}

.event-list li.first i:last-child,
.review-list li.first i:last-child {
    margin-left: -13px;
}
.event-list li.last i:first-child,
.review-list li.last i:first-child {
    margin-right: -13px;
}
@media (max-width: 991px) {
    .review-list th {
        font-size: .875rem;
        padding: 10px 0;
    }
    .review-list td {
        font-size: .75rem;
        padding: 10px 0;
    }
    .review-list .review-col-number {
        width: 50px;
    }
    .review-list .review-col-title {
        letter-spacing: -0.5px;
    }
    .review-list .review-col-writer {
        width: 50px;
    }
    .review-list .review-col-read {
        width: 50px;
    }
    .review-col-title .col.mx-auto {
        margin-top: 5px;
    }
    .review-col-title .review-category {
        padding-right: 5px;
        margin-right: 5px;
    }
    .review-list .btn-write {
        width: 200px;
        padding: 10px 0;
        font-size: 1rem;
    }
}

/*===========================================
# 이벤트 목록
===========================================*/
.event-list .col-sm-6 {
    margin-bottom: 30px;
}
.event-list .col-sm-6 h5 {
    padding: 10px 10px 0;
    font-weight: 700;
    color: #222;
}
.event-list .col-sm-6 p {
    padding: 0 10px;
    font-family: 'Nanum Gothic', sans-serif;
}
@media (max-width: 991px) {
}
/*===========================================
# 리뷰 보기
===========================================*/
.review-view {
}
.review-view .col-sm-12 {
    padding: 15px 20px;
    border-top: solid 2px #222;
    border-bottom: solid 1px #ddd;
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
}
.review-view .col-sm-2 {
    padding: 10px 0;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    font-weight: 700;
    color: #222;
    text-align: center;
}
.review-view .col-sm-10 {
    padding: 10px 20px;
    border-bottom: solid 1px #ddd;
}
.review-view .col-sm-10 p {
    line-height: 1.6;
}
.review-view .image {
    padding: 50px 0;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}
.review-view .action {
    margin: 40px 0 0;
    text-align: center;
}
.review-view .btn-write {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    background: #de002b;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.review-view .btn-edit,
.review-view .btn-list {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    border: solid 1px #ddd;
    border-radius: 30px;
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {
    .review-view .col-sm-12 {
        font-size: 1.125rem;
    }
    .review-view .col-sm-2,
    .review-view .col-sm-10 {
        font-size: .875rem;
    }
    .review-view .col-sm-10 p {
        line-height: 1.4;
    }
    .review-view .image {
        padding: 0;
    }
    .review-view .btn-write,
    .review-view .btn-edit,
    .review-view .btn-list {
        width: 100px;
        padding: 10px 0;
        font-size: 1rem;
    }
}

/*===========================================
# 리뷰 작성
===========================================*/
.review-write {
}
.review-write .form-wrapper {
    /*padding: 50px 150px;*/
    /*background: #f5f5f5;*/
    border-top: solid 2px #222;
    /*border-bottom: solid 1px #ddd;*/
}
.review-write .row {
    padding: 10px 0;
    margin: 0;
    border-bottom: solid 1px #ddd;
}
.review-write .col-sm-3 {
    padding-left: 80px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #222;
}
.review-write .col-sm-3.col-password {
    padding-left: 15px;
}
.review-write .action {
    margin: 40px 0 0;
    text-align: center;
}
.review-write .btn-write {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    background: #de002b;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.review-write .btn-list {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    border: solid 1px #ddd;
    border-radius: 30px;
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {
    .review-write .form-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        font-size: 1rem;
    }
    .review-write .col-sm-3 {
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .review-write .btn-write,
    .review-write .btn-list {
        width: 150px;
        padding: 10px 0;
        font-size: 1rem;
    }
}

/*===========================================
# 가입신청
===========================================*/
.rental-write .form-wrapper {
    /*padding: 50px 80px;*/
    /*background: #f5f5f5;*/
    border-top: solid 2px #222;
    /*border-bottom: solid 1px #ddd;*/
}
.rental-write .row {
    padding: 10px 0;
    margin: 0;
    border-bottom: solid 1px #ddd;
}
.rental-write .col-sm-3 {
    padding-left: 20px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #222;
}
.rental-write .col-sm-9 .row {
    padding: 0;
    margin-right: -15px;
    margin-left: -15px;
    border: none;
}
.rental-write .col-md-auto {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
}
.rental-write .col {
    padding: 0 10px;
    margin-top: 8px;
}
#counsel-agree {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
#collapsePrivacy {
    padding: 20px 0;
}
#privacy-info {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    color: #555;
}
.rental-write .action {
    margin: 40px 0 0;
    text-align: center;
}
.rental-write .btn-write {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    background: #de002b;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {
    .rental-write .form-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        font-size: 1rem;
    }
    .rental-write .col-sm-3 {
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .rental-write .col-sm-9 {
        font-size: .875rem;
    }
    .rental-write .col-sm-9 label {
        letter-spacing: -0.5px;
    }
    .rental-write .col-md-auto {
        font-size: 1.25rem;
    }
    .rental-write .col {
        padding: 0;
    }
    .rental-write .btn-write {
        width: 200px;
        padding: 10px 0;
        font-size: 1rem;
    }
}

/*===========================================
# 가입신청 결과
===========================================*/
.rental-done-box {
    padding: 50px 0;
    background: #fafafa;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    text-align: center;
}
.rental-done-icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: solid 3px #eecece;
    color: #dc8688;

}
.rental-done-icon i {
    font-size: 6rem;
}
.rental-done-box h3 {
    margin-top: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #222;
}
.rental-done-box h3 span {
    font-weight: 700;
    color: #de002b;
}
.rental-done-box p {
    margin-top: 20px;
}
.rental-done-box h4 {
    margin-top: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #222;
}
.rental-done-box strong {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 700;
    color: #c5595b;
}
.rental-done .action {
    margin: 40px 0 0;
    text-align: center;
}
.rental-done .btn-list {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    border: solid 1px #ddd;
    border-radius: 30px;
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {
    .rental-done-box {
        padding: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .rental-done-icon {
        width: 100px;
        height: 100px;
    }
    .rental-done-icon i {
        font-size: 5.5rem;
    }
    .rental-done-box h3 {
        margin-top: 20px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .rental-done .btn-list {
        width: 200px;
        padding: 10px 0;
        font-size: 1rem;
    }
}


/*===========================================
# 이벤트 보기
===========================================*/
.evnet-view {
}
.evnet-view .row {
    padding: 30px 0;
    border-top: solid 2px #222;
    border-bottom: solid 1px #ddd;
}
.evnet-view .col {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
}
.evnet-view .col-md-auto {
    margin-top: 8px;
    font-family: 'Nanum Gothic', sans-serif;
}
.evnet-view .image {
    padding: 50px 0;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}
.evnet-view .action {
    margin: 40px 0 0;
    text-align: center;
}
.evnet-view .btn-list {
    display: inline-block;
    width: 250px;
    padding: 12px 0;
    border: solid 1px #ddd;
    border-radius: 30px;
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 991px) {
    .evnet-view .row {
        padding: 15px 0;
    }
    .evnet-view .col {
        font-size: 1.25rem;
    }
    .evnet-view .image {
        padding: 0;
    }
    .evnet-view .btn-list {
        width: 100px;
        padding: 10px 0;
        font-size: 1rem;
    }
}

/*===========================================
# 제휴카드
===========================================*/
@media (max-width: 991px) {
    .affiliate-card-info {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/*===========================================
# 개인정보보호방침
===========================================*/
.privacy-box {
    padding: 50px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.privacy-box p {
    line-height: 1.6;
}
.privacy-box h5 {
    margin: 50px 0 10px;
    color: #222;
}
.privacy-box h5 span {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: #f18200;
    border-radius: 50%;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.privacy-box li {
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
    line-height: 1.6;
}
.privacy-box li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 3px;
    height: 3px;
    background: #f18200;
}

@media (max-width: 991px) {
    .privacy-box {
        padding: 40px 10px;
    }
    .privacy-box p {
        font-size: .875rem;
        line-height: 1.5;
    }
    .privacy-box h5 {
        font-size: 1.125rem;
        margin: 40px 0 10px;
    }
    .privacy-box h5 span {
        width: 25px;
        height: 25px;
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .privacy-box li {
        font-size: .875rem;
        line-height: 1.5;
    }
}

@media (max-width: 1200px) {
    .container.header_container {
        padding:0;
    }
}


h2.header_consellor {font-weight: bold;letter-spacing: -1.5px;}
h2.header_consellor img {margin: 18px 10px 0 10px;}
h2.header_consellor .header_consellor_top {color: #3b3b3b;font-size:0.7em;}
h2.header_consellor .header_consellor_bottom {color: #e43659;}


@media(max-width:767px){
    
.goods-action a {width: 94%;margin: 2.5px 5px;}
.goods-action { margin-bottom: 2.5px }
}

select#term {
    margin-top: 3px;
    width: 300px;
    height: 48px;
    font-size: 1em;
    font-weight: bold;
    color: #5f5f5f;
    padding-left:22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 30px) calc(100% + -15px), calc(100% - 20px) calc(100% + -15px);
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    select#term {
        margin-top: -7px;
    }
    .pay dl.term_choose > dd {
        padding-bottom:7px;
    }
}

p.total_price {
    font-weight: bold;
    font-size: 1.2em;
    color: #1b1b1b;
    letter-spacing: -0.5px;
}

.mobile_menu_wrap {display: inline-block;background-color:#f6f6f6;text-align: center; padding: 20px 10px;letter-spacing: -1.5px;}
.mobile_menu_wrap ul {padding: 0 13px;}
.mobile_menu_wrap li {margin-bottom: 10px;font-size: 0.85em;font-size: 0.9em;word-break: keep-all; padding: 0 5px;}
.mobile_menu_wrap .mobile_circle {margin-bottom: 5px;width: 100%; padding: 50% 0;background-repeat: no-repeat;background-position: center;background-size: 100%;}
.main-slide-img-m img {width: 100%;}

div.extra-nav div.row > div.col > ul > li.top_menu2_li a {padding: 16px 0 16px 12px; font-size: 0.8rem;}
nav.navbar.navbar-mobile .extra-nav .tel {font-size: 1.09rem; padding: 11.5px 25px 11.5px 0;}


/*GIFTS*/

.tabs-content {
    padding-top:20px;
}
    
.giftbox .gift_group_wrap ul {
    padding-top: 20px;
}
.giftbox .gift_group_wrap li {
    position: relative;
    float: left;
    padding: 3px;
    margin-top:35px;
}
.giftbox .gift_group_wrap {
    overflow: hidden;
    margin: 20px 0 0 0;
}
.giftbox .gift_group_wrap h2 {
    margin: 40px 0 20px 0;
    color: #000;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}
.giftbox li > div {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
}
.giftbox .gift_number {
    position: absolute;
    top: -35px;
    left: calc(50% - 50px);
    width: 100px;
    height: 70px;
    padding: 8px 0 15px 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.giftpopup .giftbox .gift_number {
    position: absolute;
    top: -35px;
    left: 35px;
    width: 120px;
    height: 70px;
    padding: 17px 0 10px 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.giftbox .gift_number strong {
    font-size: 16px;
    font-weight: 800;
}
.giftbox .gift_number span {
    font-size: 18px;
}
.giftbox .photo {
    display: block;
    margin: 10px 0 0 0;
    cursor: pointer;
}

.giftbox img, h3.text{
    max-width: 100%;
    text-align: center;
}
.giftbox .photo img {
    width: 100%;
}
.giftbox div > p.title {
    height: 120px;
    border: none;
    font-size: 16px;
}

.giftbox .gift_detail {
    overflow-y: hidden;
}


.giftbox{margin: 0px 0 40px 0}
.giftbox > div > img {width: 100%}
.giftbox p img{width: 100%}
.giftbox .tabs_menu{overflow: hidden;margin: 10px 0 0 0; background:#ffffff;}
.giftbox .tabs_menu li{float: left;padding: 10px 0;width: 25%;border-bottom: 4px solid #ffffff;box-shadow:0 4px 0 #efefef;font-size: 24px;letter-spacing: -0.5px;text-align: center;font-weight:bold;cursor:pointer;}
/*.giftbox .tabs_menu li:last-child{border: none}*/
.giftbox .tabs_menu li.active{border-bottom: 8px solid #a20033;}
.giftbox .tabs_menu li.active a{color: #a20033;font-weight: 800;}
.giftbox .tabs_menu a{display:inline-block;width:100%;color: #000}

/*.tabs_menu{overflow: hidden;width: 100%;;margin: 34px 0 10px;padding: 10px 36.091%;border: 1px solid #ddd;border-radius: 5px}

.tabs_menu li {cursor:pointer; float: left;height: 32px;margin: 0 0 0 0px;padding: 0 11px 0 12px;background: #fff;line-height: 32px;text-align: center}
.tabs_menu li a {color: #999;font-size: 15px;font-weight: 800;letter-spacing: -0.5px}
.tabs_menu li a::after{content: "";display: inline-block;margin:0 0 0 20px; width:1px; height:10px;background:#ccc}
.tabs_menu li:last-child a::after {content: unset;}
.tabs_menu li.active a{color: #A50034;font-weight: 800}
.tabs_menu li.active a:hover{color: #A50034;font-weight: 800}*/

.giftbox div > p.title {
    padding: 12px 8%;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 145%;
    height: 120px;
    border: none;
    font-size: 16px;
}

.wrap-sticky > nav.navbar {
    border-right: 3px solid #fff0;
    border-left: 3px solid #fff0;
    border-bottom: 3px solid #fff0;
}

.mobile_brand_wrap .row > div > a {
    background-color: #c8c8c8;
    padding: 30px;
    text-align: center;
    margin-top: 15px;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 2em;
}
.mobile_brand_wrap .row > div:last-child > a {
    margin-bottom: 15px;
}

.modify{border:1px solid #999;background:#999;color:#fff}


.recent {margin-bottom: 30px;}
.recent_box {border: 1px solid #ddd;border-radius: 5px 5px 0 0;}
.recent_box li {padding: 10px;margin: 0 25px;border-bottom: 1px solid #ddd;}
.recent_box li:last-child {border-bottom: none;} 
.recent_footer {border: 1px solid #ddd;border-top:none;border-radius: 0 0 5px 5px;background-color: #f5f5f5;padding: 25px;}  
.ac {color: #e51937;font-weight: 700;}
.btn_order {
    padding: 8px 30px 8px 30px;
    background: #e51937;
    border: 1px solid #e51937;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.btn_more {
    padding: 8px 30px 8px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

/* 모바일 슬라이드 메뉴 */
.mobile_header_menu {border-top: 1px solid #ddd;}
.mobile_header_menu ul {overflow-x: auto; height: 37px;}
.mobile_header_menu ul::-webkit-scrollbar {-webkit-appearance: none;}
.mobile_header_menu ul::-webkit-scrollbar:vertical {width: 0px;}
.mobile_header_menu ul::-webkit-scrollbar:horizontal {height: 6px;}
.mobile_header_menu ul::-webkit-scrollbar-thumb {background: #de002b; border-radius: 10px; border: 1.5px solid #e9e9e9;}
.mobile_header_menu ul::-webkit-scrollbar-track {background: #cccccc70; border-radius: 10px;}
.mobile_header_menu .mobile_header_menu_item {line-height: 32px; margin: 0 12px; font-weight: bold; font-size: 13px;}
.mobile_header_menu .mobile_header_menu_item a {color: #000;}
.mobile_header_menu .mobile_header_menu_item.active a {color: #de002b;}

/* 상단 고정 */
.new-sticked {position: fixed !important; width: 100% !important; z-index: 10000 !important;}
.top-line.new-sticked {top: 0;}
.brand-header.new-sticked {top: 3px; background: #fff;}
.wrap-sticky nav.navbar.bootsnav.hiding {-webkit-transform: none; -moz-transform: none; transform: none;}
.bootsnav.new-sticked {top: 126px !important;}
@media (max-width: 991px) {
    .bootsnav.new-sticked {top: 0 !important;}
}