/* BASIC css start */
/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap');

/* BASIC css start */
/* 메인 롤링 배너 */
.sliderWrap {
    position: relative;
    min-width: 1024px;
    height: 700px;
    overflow: hidden
}

.sliderWrap .sliderArea {
    margin-left: -960px;
    position: absolute;
    top: 12px;
    left: 50%;
    width: 1920px;
    height: 700px
}

.sliderWrap .sliderArea img {
    width: 100%;
}

.sliderArea .bx-pager {
    position: absolute;
    bottom: 20px;
    left: 0; right: 0;
    z-index: 60;
    text-align: center; }

.bx-pager-link {
    box-shadow: 2px 1px 0px 0px #ddd;}

.sliderArea .bx-pager-item {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    margin-bottom: -20px;}

.sliderArea .bx-pager-link {
    display: inline-block;
    width: 50px;
    height: 5px;
    font-size: 0;
    margin: 5px;
    background-color: #ffd348;
    text-weight: bold;
    border-radius: 20px;}

.sliderArea .bx-pager-link.active {
    width: 100px;
    background-color: rgba(235, 117, 46, 1);
    border-radius: 20px;}

.sliderArea .bx-controls-direction {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 60;
    text-align: center;
    opacity: 0;
    text-weight: bold;}

.sliderArea:hover .bx-controls-direction {
    opacity: 1.0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;}

.sliderArea .bx-prev,.sliderArea .bx-next {
    position: absolute;
    top: 0;
    margin-top: -25px;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    width: 50px;    height: 50px;
    color: #eb752e;}

.sliderArea .bx-prev i,.sliderArea .bx-next i {
    line-height: 50px;}

.sliderArea .bx-prev i,.sliderArea .bx-next i {
    line-height: 50px;}
.sliderArea .bx-prev {left: 0;margin-left: -500px;}

.sliderArea .bx-next { right: 0; margin-right: -500px;}

.sliderArea .bx-prev:hover,
.sliderArea .bx-next:hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: rgba(235, 117, 46, 1);
    color: #fff;
}

/*
@media screen and (max-width: 1600px) and (min-width: 1024px)
{
        sliderArea, sliderArea>.main_banner>li>img {
        width: 1024px;    
        max-width: 90%; min-width: 80%;
    }
} */


/* 메인 서브 배너 */
.subbnArea {
    position: relative;
    margin-top: 60px;
    margin-left: -12px;}

.subbnArea:after {
    content: "";    display: block;    clear: both;}

.subbnArea .sub_banner li {    float: left;
    margin-left: 12px;}

/* tabProduct */

#tabProduct {
    visibility: hidden;
    position: relative;
    margin-top: 70px;
}

#tabProduct .newCate_prod {
    position: relative
}

#tabProduct .newCate_prod .newCateTab {
    zoom: 1;
    overflow: hidden;
}

#tabProduct .newCate_prod .newCateTab li {
    float: left;
    width: 20%;
}

#tabProduct .newCate_prod .newCateTab li a {
    display: block;
    height: 50px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #a7a7a7;
    background: #f8f8f8;
}

#tabProduct .newCate_prod .newCateTab li:first-child a {
    border-left: 1px solid #ddd;
}

#tabProduct .newCate_prod .newCateTab li:last-child a {
    border-right: 1px solid #ddd;
}

#tabProduct .newCate_prod .newCateTab li a.active {
    color: #111;
    background-color: #fff;
    border: 1px solid #a7a7a7;
    border-bottom: 1px solid #fff;
}

#tabProduct .newCate_prod .newCateList {
    position: relative;
    border: 1px solid #a7a7a7;
    border-top: 0;
    padding: 19px;
}

#tabProduct .newCate_prod .newCateList a {
    display: block;
}

#tabProduct .newCate_prod .slideList ul {
    margin-left: -3px;
}

#tabProduct .newCate_prod .slideList li {
    float: left;
    position: relative;
    width: 191px;
    margin: 0 0 3px 3px;
}

#tabProduct .newCate_prod .slideList li.item1 {
    width: 384px;
}

#tabProduct .newCate_prod .slideList li .thumb img {
    width: 100%;
}

#tabProduct .newCate_prod .slideList li .thumb:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#tabProduct .newCate_prod .slideList .ncsNum {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #fff;
    z-index: 9;
}

#tabProduct .newCate_prod .prd-info-bx {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%
}

#tabProduct .newCate_prod .prd-info-bx .prd-info {
    /*background:#fff; opacity:0.8; filter:alpha(opacity=80);*/
    padding: 10px;
    text-align: center;
    margin-top: 30%
}

#tabProduct .newCate_prod .prd-info-bx .prd-price del {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-right: 5px;
}

#tabProduct .newCate_prod .prd-info-bx .prd-price {
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#tabProduct .newCate_prod .prd-info-bx .prd-name {
    color: #fff;
}

/* 메인 중간 배너 */
.mdlArea01 {    margin-top: 60px;}

.mdlArea02 {    margin-top: 60px;}

/* 상품 타이틀 */

.main_title {
    text-align: center;    border-bottom: 0px dashed #ddd;    margin-top: : 30px;}

.h_title0 {
    text-align: center;
    margin: 60px 0 30px 0;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: bold;    color: #EB7530;}

.h_title {
    text-align: center;
    margin: 30px 0 30px 0;
    display: inline-block;
}

.h_title h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: bold;    color: #2C2B06;}

.main_title_ud {
    background: linear-gradient(to right, #FFF, #84d8b0, #EB7530, #FFF);
    height: 5px;}


/* 위클리 베스트 */
.bestCateList {
    position: relative;}

.bestCateList .slideList ul {
    margin-left: -15px;}

.bestCateList .slideList li {
    position: relative;
    float: left;
    width: 228px;
    padding: 0 0 15px 15px;}

.bestCateList .slideList li .thumb img {
    width: 100%;}

.bestCateList .prd-info-bx {
    display: none;
    position: absolute;
    top: 0;    bottom: 0;
    left: 0;    right: 0;
    text-align: center;
    margin-left: 15px;}

.bestCateList .prd-info-bx .prd-info {
    position: absolute;
    top: 50%;
    left: 0;    right: 0;
    margin-top: -50px;    z-index: 10;}

.bestCateList .prd-info-bx .prd-subname {
    padding: 15px 25px;}

.bestCateList .prd-info-bx .prd-price del {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    margin-right: 5px;
}

.bestCateList .prd-info-bx .prd-price {
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;}

.bestCateList .prd-info-bx .bg {
    position: absolute;
    top: 0;    left: 0;    right: 0;    bottom: 0;
    background: #fff;    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 0;}

.bestCateList .bx-pager {
    position: absolute;
    bottom: -15px;
    left: 0;    right: 0;    z-index: 60;
    text-align: center;}

.bestCateList .bx-pager-item {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;    position: relative;}

.bestCateList .bx-pager-link {
    display: inline-block;
    width: 18px;
    height: 3px;
    font-size: 0;    margin: 2px;
    background-color: rgba(0, 0, 0, 0.4);}

.bestCateList .bx-pager-link.active {
    width: 30px;
    background-color: rgba(0, 0, 0, 0.8);}

/* special item */
#specialItem .item-wrap .item-cont .item-list {
    width: 100%;
    padding: 0 24px 40px 0;}

#specialItem .item-wrap .item-cont .item-list .thumb a {
    width: 100%;}

#specialItem .item-wrap .item-cont .nomg {
    padding-right: 0px;}


/* md_recomm */
#md_recomm {
    margin-top: 50px;}

#md_recomm .item-wrap .item-cont .item-list {
    width: 282px;
    padding: 0 24px 40px 0;
    margin-top: 50px;}

#md_recomm .item-wrap .item-cont .item-list .thumb a {
    width: 100%;}

#md_recomm .item-wrap .item-cont .nomg {
    padding-right: 0px;}


.instaWrap {
    text-align: center;}


/* 컨텐츠 타이틀 */
.main_tit {
    position: relative;
    text-align: center;}

.main_tit h2 {
    font-size: 20px;
    color: #101010;
    letter-spacing: 5px;}

/* new arrival */
#column_new {
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    width: 1200px;
    overflow: hidden;}

#column_new .item-wrap {
    padding-top: 60px;}

#column_new .item-wrap .item-cont .item-list {
    padding: 0 10px 50px 0;
    width: 380px;}

#column_new .item-wrap .item-cont .item-list .thumb {
    width: 380px;}

#column_new .item-wrap .item-cont .item-list .thumb img {
    width: 380px;
    height: 380px;}

#column_new .item-wrap .item-cont .item-list dd {
    padding-top: 25px;
    width: 380px;
    text-align: left;}

#column_new .item-wrap .item-cont .item-list dd .prd-brand a {
    font-size: 16px;
    color: #424242;}

#column_new .item-wrap .item-cont .item-list dd .prd-info {
    font-size: 13px;
    color: #868686;
    letter-spacing: -1px;
    line-height: 20px;}

#column_new .item-wrap .item-cont .item-list dd .prd-bar {
    margin: 10px 0;
    width: 10px;    height: 2px;
    background: #EB7530;}

#column_new .item-wrap .item-cont .item-list dd .prd-price {
    padding-top: 0;
    font-size: 16px;
    color: #972634;}

#column_new .item-wrap .item-cont .item-list dd .prd-price strike {
    color: #383838;}


/* youtube */
.youtb {
    //width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;}

.embed-container {
    position: relative;
    overflow: hidden;
    width: 640px;    height: 360px;
    max-width: 100%;}


/* content 레이아웃 */

#contentWrap002 {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    hgeight: auto;
    padding: 30px 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 34px;
    display: block;
    color: #3A3A3A;}

#content01 {
    width: 1200px;
    margin: 60px 0;}

.content04 {
    width: 1200px;
    align-self: center;}

.contents_08_wr {
    border: 0px solid green;
    display: flex;
    height: auto;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    padding 10px;}

.contents_08_wr1 {
    border: 0px solid green;
    display: flex;
    height: auto;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: justify;}

.contents_08_wr2 {
    border: 1px solid green;
    display: flex;
    height: auto;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
    margin-bottom: 20px;}

.content08 {
    width: 1200px;
    position: relative;
    display: block;}


.cnt_001 {
    width: 10px;
    height: 10px;}

.cnt_002 {
    width: 1200px;
    padding: 0 20px;}

.cnt_003 {
    width: 10px;
    height: 10px;}


/* 텍스트 */

.h1_main2 {
    font-weight: 700;
    
    font-size: 60px;}

.h2_main2 {
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 40px;}

.h3_main2 {
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;}

.h3_sale_main2 {
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 50px;
    color: #ff3300;}

.h3_sale1_main2 {
    font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 50px;}

.h4_tit_main2 {
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;}
.h4_main2 {
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;}


.h5,p,a .contents_08_wr > ul,.contents_08_wr > ul > li {
    font-weight: 100;    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14x;}

.row0 {
    margin-left: 10px;    margin-right: 10px;
    text-align: justify;}


/* Clear floats after the columns */
.row0:after {
    content: "";
    display: table;    clear: both;}

.span_01,.span_02,.span_03,.span_04,.span_05,.span_06,.span_07,.span_08,.span_09,.span_010,.span_011 {    float: left;}

.span_01 {    width: 60px;}

.span_02 {    width: 140px;}

.span_03 {
    width: 220px;    display: block;}

.span_04 {    width: 300px;}

.span_05 {    width: 390px;}

.span_06 {    width: 460px;}

.span_07 {
    width: 540px;    display: inline-flex;}

.span_08 {
    width: 620px;}

.span_09 {
    width: 700px;}

.span_010 {
    width: 780px;}

.span_011 {
    width: 860px;}

.span_012 {
    width: 1200px;}


.row0 h1 {
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;    font-size: 60px;
}

.span_07::after {
    content: " ";}

/* Create three equal columns that floats next to each other */
.column_001 {
    float: left;
    display: block;
    width: 30%;    padding: 15px;}

.column_001 span {
    display: block;
    text-overflow: ellipsis;    width: auto;}


.column_001 span li {
    display: block;    text-overflow: ellipsis;    width: auto;}



/* grid layout */
ol,
ol::before,ol::after,ol *,ol *::before,ol *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;}

ol {
    display: flex;
    gap: 1rem;
    margin-inline: auto;
    padding-block: 0.2rem;
    list-style: none;
    counter-reset: count;}

/* card layout/styling */
ol > li {
    --card-background-color: #f3f2f1;
    --card-border-radius: 0.5rem;
    --card-padding-block: 1.5rem;
    --card-padding-inline: 1rem;
    --outset-size: 0.75rem;    --outset-background-color: #c3c2c1;
    --number-font-size: 3rem;
    --number-overlap: 0.5rem;
    --number-font-weight: 500;
    margin: 0.2em;
    margin-top: calc(var(--number-font-size) - var(--number-overlap));
    border-radius: var(--card-border-radius);
    padding-block: var(--card-padding-block);
    padding-inline: var(--card-padding-inline);
    position: relative;
    background-color: var(--card-background-color);
    box-shadow:
        inset 1px 1px 0px rgb(255 255 255 / .2),
        inset -1px -1px 0px rgb(255 255 255 / .15),
        calc(var(--outset-size) * .15) calc(var(--outset-size) * .15) calc(var(--outset-size) * .25) rgb(0 0 0 / .15);
    text-align: justify;    float: left;
    display: inline-block;}

ol > li > p {
    text-align: justify;}

.w60 {
    width: 760px;}

.w40 {
    width: 420px;
    margin-right: 50px;}

/* card content */
h1 {
    font-size: 2.5rem;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: normal;}

.icon {
    font-size: 2rem;
    text-align: center;
    margin-bottom: calc(var(--card-padding-block) * .5);}

.title {
    text-transform: uppercase;
    font-family: 'Noto Sans KR', sans-serif;
    color: var(--accent-color);}

.descr {
    color: var(--text-color);
    font-size: 0.75rem;
    font-family: 'Noto Sans KR', sans-serif;}


/* button */

.button001 {
    background-color: #eb752e;
    /* Green */
    border: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 4px 2px;
    cursor: pointer;
    width: 120px;}

.button001 a {
    color: white;
     !important;}

.button1 {
    border-radius: 2px;}

.button2 {
    border-radius: 4px;}

.button3 {
    border-radius: 8px;}

.button4 {
    border-radius: 12px;}

.button5 {
    border-radius: 50px;}


/* 키워드 및 메인 상단 */

.w3-button {
    width: auto;
    margin-bottom: 8px;
    border-radius: 50px;}

.w3-btn,.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.w3-btn,.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}

.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none;}

.w3-badge,.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%;}

.w3-ul {
    list-style-type: none;
    padding: 0;    margin: 0;}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;}

.w3-ul li:last-child {
    border-bottom: none;}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%;}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%;}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;}

.w3-main,#main {
    transition: margin-left .4s;}

.w3-button:hover {
    color: #3a3a3a !important;
    border: 0px solid #ddd !important;
    font-weight: bold;
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);}


.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}


.w3-container {
    padding: 0.01em 16px
}


/* Colors */
.w3-amber,
.w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.w3-aqua,
.w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.w3-light-blue,
.w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.w3-brown,
.w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.w3-cyan,
.w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-light-green,
.w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.w3-indigo,
.w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.w3-khaki,
.w3-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.w3-lime,
.w3-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.w3-orange,
.w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.w3-pink,
.w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.w3-purple,
.w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.w3-red,
.w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.w3-sand,
.w3-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.w3-teal,
.w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.w3-yellow,
.w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.w3-white,
.w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-black,
.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.w3-pale-red,
.w3-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.w3-pale-green,
.w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.w3-pale-blue,
.w3-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}


/* 브랜드 슬라이드 */

.wrap_marq {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.items_wrap01 {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}

.items_wrap01:before,
.items_wrap01:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.items_wrap01:before {
    left: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.items_wrap01:after {
    right: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
}

.items_01 {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    min-width: 100%;
}

.item_brand {
    //background: #ccc;
    flex: 0 0 auto;
    width: 90px;
    height: auto;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}

.item_brand:hover {
    transform: scale(1.05);
    //box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.item_brand a {
    width: 105px;
    height: auto;
}

/*
    .item_brand:before {
content: counter(item_brand);
font-size: 5px;
}
*/

.marquee {
    animation: scroll 20s linear infinite;
}

.reverce {
    animation-direction: reverse;
}

.items_wrap01:hover .marquee {
    animation-play-state: paused;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 20px));
    }
}



/* main_promotion_banner  */

.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.text_prm {
    color: #3a3a3a;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 40px;
    width: 33%;
    margin: 20px 0;
    background-color: #FFF;
    display: inline-block;
    transition: background-color .6s ease;
}

/* 
.prm1:first-child img {
        width:300px;
    } */

.dotlink1 a:active {

}
.dotlink2 a {}

.active {
    background-color: #FFF;
    border-bottom: 2px solid #EB7530;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    color: #EB7530;}

.fade {
    animation-name: fade;
    animation-durat: 1.5s;
}

@keyframes fade {
    from {        opacity: .6    }

    to {        opacity: 1    }
}



.column01 {/* Create two equal columns that floats next to each other */
    //float: left;
    width: 1200px;
    height: 450px; position: relative; margin: auto;
    /* Should be removed. Only for demonstration */
}

.column02 {
    float: left;
    width: 400px;
    padding: 10px;
}

.main_promotion {
    font-weight: 200;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #ddd;
}

.main_promotion:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 100px;
}

#promo_bn_t01,promo_bn_t02,promo_bn_t03 {
    width: 400px;
}
/*main_promotion_banner_end*/

/* BASIC css end */

