/* header */
#header .m-ac.head-wrap {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
    transition: top 0.2s ease-in-out;
}
#header .m-ac .title-wrap {transition: margin-top 1s cubic-bezier(0.86, 0, 0.07, 1);}
#header .head-wrap .l-area a.home {background: none;}
#header .head-wrap .l-area a.home img {
    width: 22px;
    margin: 14px 0 11px 18px;
}

/* 제주시브랜드관 인트로 */
.mk-panels-new .main-list {padding: 15px 15px 5px 15px;}
.mk-panels-new .swiper-container {border-radius: 15px;}
.mk-panels-new .main-top-slider ul li img {
    display: block;
    width: 100%;
}


/* 카테고리 메뉴 */
nav.sv_scroll-menu {
    position: relative;
    height: 80px;
    border: none;
    background: #fff;
}
.category-menu {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    background-color: #fff;
    margin-top: 15px;
}
nav.sv_scroll-menu .category-menu ul {
    display: table;
    padding-left: 5px;
    margin: 0 auto;
    line-height: 40px;
    white-space: nowrap;
}
nav.sv_scroll-menu .category-menu ul li {
    display: inline-block;
    height: 110px;
    padding: 0 14px;
    vertical-align: middle;
}
nav.sv_scroll-menu .category-menu ul li a {
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 0.9rem;
    font-family: "Roboto";
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    letter-spacing: -.5px;
}
.category-menu .row_view:first-of-type {
    margin-top: 20px;
}
.category-menu .row_view {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 90px;
}
.category-menu .row_view a {
    color: #222;
    font-size: 0.81rem;
    text-align: center;
    line-height: 1.0rem;
}
.category-menu img {
    width: 60px;
    height: 60px;
    margin: 3px 0 6px;
}

/* -- Tamna Martket introduction -- */
.tmjang--introd_content {
    margin: 44px 0 0 0;
    height: 600px;
}
.content__banner-inner {
    position: relative;
    height: 400px;
    padding-bottom: 0;
    background-color: #fff;
    text-align: center;
}
.tmjang--introd_content img {
    max-width: initial;
    height: auto;
}


/* 화살표 */
.line-banner.day-special .banner-desc::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 10px;
    content: "";
}

/* -- Tamna Martket introduction -- */
.tmkt-btn-area {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    width: 100%;
    gap: 100px;
    padding: 55px 0;
    align-items: center;

    background-image: url("/images/mw/tamnamkt/tamnamkt-back.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    font-family: "Roboto";
    font-weight: normal;
    letter-spacing: -1px;
}
.tmkt-video-box {
    width: 350px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    margin: 20px auto 0;
}
.tmkt-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tmkt-video-box .video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.tmkt-video-box .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.tmkt-text-box {
    color: #fff;
}
.tmkt-text-box h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
}
.tmkt-text-box p {
    max-width: 520px;
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}
.tmkt-btn-area .banner-text {
    position: relative;
    color: #fff;
    text-align: center;
}
.tmkt-btn-area .banner-text h2 {
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    margin: 0 42px;
    text-align: center;
}
.tmkt-btn-area .banner-text p {
    font-size: 0.85rem;
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-family: "Roboto";
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}


/* 테두리 퍼짐 / btn */
.tmkt-btn-wrap {
    display:flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}
.tmkt-blur-edge {
    position: relative;
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    overflow: visible;
    isolation: isolate;
    cursor: pointer;
}
.tmkt-blur-edge:visited, .tmkt-blur-edge:link {
    color: #fff;
}
.tmkt-blur-edge::after{
    content: "";
    position: absolute;
    inset: -1px;
    filter: blur(9px);
    z-index: -2;
    pointer-events: none;
    opacity: 0.8;
}
.tmkt-blur-edge span{
    position: relative;
    z-index: 10;
    color: #fff;
}
.tmkt-blur-edge::before{
    content: "";
    position: absolute;
    z-index: -1;
}


/* 초록 */
.tmkt-blur-edge.green::before{
    background: rgba(0,140,95,.55);
}
.tmkt-blur-edge.green::after{
    background: rgba(0,140,95,.85);
}
/* 노랑 */
.tmkt-blur-edge.yellow::before{
    background: #B4A81C;
}
.tmkt-blur-edge.yellow::after{
    background: rgba(190,165,0,.9);
}

































.framing--introd {
    display: block;
    padding: 0 10px;
    margin: 0 10px;
}
.framing--introd h2 {
    margin-bottom: 25px;
    color: #171717;
    font-size: 1.2rem;
    font-family: "Notosans B";
    letter-spacing: -0.8px;
    text-align: center;
}
.framing--introd h2::before {
    display: inline-block;
    width: 1px;
    height: 1px;
    margin: 19px 5px;
    border: 3px solid #fcc800;
    border-radius: 50%;
    content: "";
}
.framing--introd h2 > span:before {
    z-index: -1;
    position: absolute;
    width: 89px;
    height: 8px;
    margin-top: 41px;
    background-color: #fcc800;
    content: "";
}
.framing--introd .category-menu {
    height: 111px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.framing--introd .certification {height: 95px;}
.framing--introd .variant-card {
    align-items: center;
    font-family: "Roboto";
}
.variant-card .content {
    width: 280px;
    padding: 5px 0 25px 0;
    margin: 0 auto;
    line-height: 1.2;
}
.variant-card .content::after {
    display: inline-block;
    width: 32px;
    height: 7px;
    margin-left: 15px;
    background: url("../../images/web/agriculture/arrow.png") no-repeat;
    content: "";
}
.variant-card .image-container {float: left;}
.variant-card .content img {
    float: left;
    margin: 2px 20px 0 0;
}
.variant-card .content h3 {font-size: 1.2rem;}
#infoSlider {
    position: relative;
    right: 0;
    bottom: 25px;
    width: 55px;
    height: 23px;
    padding: 0;
    margin: 0 auto;
    border-radius: 80px;
    background: #68be83;
    text-align: center;
    line-height: 23px;
}


/* layer-popup */
.full-layer-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    border: none;
    background: #fff;
}
.full-layer-popup .head {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    padding: 0;
    border: none;
    background: #fff;
}
.full-layer-popup .head .title {
    display: block;
    padding: 5px 0 3px;
    color: #323232;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Roboto";
    text-align: center;
    line-height: 53px;
}
.full-layer-popup .detail-header {
    z-index: 2;
    overflow-y: auto;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 25px 0;
    text-align: center;
}
.full-layer-popup .detail-header > img {
    width: 100%;
    margin-bottom: 45px;
}
.full-layer-popup .head .close {
    position: absolute;
    top: 7px;
    right: 0;
    left: auto;
    opacity: 1;
    padding: 10px;
    margin-right: 10px;
    border: none;
    background: transparent;
}
#corpList_popup #corpListTxt {
    font-size: 0.85rem;
    font-family: "Roboto";
    padding: 20px 0;
}
.full-layer-popup .btn-site {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    text-align: center;
}
.full-layer-popup .btn-site .btn-detail {
    display: inline-block;
    width: 90%;
    height: 50px;
    margin-top: 0;
    color: #fff;
    border-radius: 12px;
    background-color: #000;
    font-size: 0.95rem;
    font-family: "Roboto";
    line-height: 50px;
}
.notScroll {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    touch-action: none;
}
.not_scroll {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    touch-action: none;
}

/* promotion/best */
.mw-list-area {margin-top: 20px;}
.sv-List .according {padding: 9px 0 0 15px;}
.sv-List .according .sv-list .con-header {display: inline;}
.sv-List .according .sv-list .con-header .con-title span {font-family: "Notosans";}
.sv-list .main-photo {
    overflow: hidden;
    position: relative;
    display: block;
    width: 46vw;
    height: 46vw;
    margin-top: 16px;
    border-radius: 8px;
    background: #f2f2f2;
    line-height: 45vw;
}
.sv-list .main-photo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.tmjang-brand__content .main-photo {
    aspect-ratio : 1 / 1;
    overflow: hidden;
    border-radius: 8px;
}
.tmjang-brand__content .main-text {
    flex: 1;
    min-width: 0;
}
.tmjang-brand__content .main-photo img {
    width: 32vw;
    height: 32vw;
    object-fit: cover;
    display: block;
}


/* line-banner */
.beyondfarm {
    padding: 50px 0 10px 0;
    font-family: "Roboto";
    line-height: 1.6;
}
.beyondfarm .middle_banner {
    display: block;
    width: 100%;
}
.beyondfarm .content__banner-inner .txt {
    position: relative;
    bottom: 30px;
    width: 75%;
    padding: 30px 30px 0 30px;
    margin: 0 auto;
    color: #202020;
    background-color: #fff;
    font-size: .8rem;
    text-align: center;
}
.beyondfarm .content__banner-inner .line {
    width: 0;
    height: 20px;
    margin: 0 auto;
    margin-bottom: 12px;
    border-left: 1px solid #000;
}
.beyondfarm .content__banner-inner .txt > p {
    padding-top: 10px;
    font-weight: bold;
}


/* -- popularity trip -- */
.theme-push .con-header{height: 51px;}
.theme-push .theme-con-title {
    padding-left: 15px;
    color: #171717;
    font-size: 18px;
    letter-spacing: -0.8px;
}
.popularity--trip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 6px;
}
.popularity--trip li {margin: 0 8px;}
.popularity--trip li img {
    width: 100%;
    border-radius: 8px;
    vertical-align: middle;
}
.popularity--trip li .article {display: flex;}
.popularity--trip li .txt_box {
    flex-basis: 400px;
    margin-top: 15px;
}
.popularity--trip li .txt_box h3 {
    color: #202020;
    font-size: 1.1rem;
}
.popularity--trip li .txt_box p {
    padding-top: 5px;
    color: #757575;
    font-size: 0.75rem;
    font-family: "Roboto";
}
.popularity--trip li .discount-rate {
    position: relative;
    top: 23px;
    flex-basis: 176px;
    color: #c62022;
    font-size: 0.85rem;
    font-weight: bold;
    font-family: "Roboto";
    line-height: 1.4;
    text-align: right;
}


/* theme product */
.theme-product_wrap {
    position: relative;
    margin-top: 50px;
}
.theme-product_wrap .theme-con-title,
.theme-product_wrap .con-sub-title {
    padding-left: 15px;
}
.theme-product_wrap .theme-con-title {
    color: #171717;
    font-size: 1.4rem;
    letter-spacing: -0.8px;
    font-weight: bold;
    font-family: "Roboto";
}
.theme-product_wrap .theme-con-title em {
    color: #007A33;
}
.theme-product_wrap .con-sub-title {
    color: #757575;
    font-size: 1.3rem;
    letter-spacing: -0.5px
}


/* promotion Banner */
.line-banner.day-special {
    display: flex;
    background-color: #FFFDF6;
    border: 1px solid #ddd;
    border-radius: 15px;
    justify-content: center;
    font-family: "Roboto";
    padding: 15px;
    margin: 0 10px;
    gap: 10px;
    margin-top: 20px;
}
.line-banner {
    height: 35px;
    line-height: 35px;
    padding: 14px 0 16px;
    margin: 0 auto;
    font-weight: 600;
    text-align: left;
}
.line-banner img.hotel-pic {
    position: relative;
    bottom: 2px;
    height: 21px;
    padding-left: 17px;
}
.line-banner.day-special em {
    position: relative;
    font-weight: bold;
    width: 780px;
    font-size: 0.85rem;
    color: #000;
    text-align: center;
}
.line-banner.day-special .tit {
    color: rgb(240, 136, 9);
    text-decoration: underline;
}
.line-banner img.hotel-icon {
    float: right;
    position: relative;
    bottom: 6px;
    width: 28px;
    height: 28px;
    padding-right: 17px;
}
.line-banner.day-special .banner-badge {
    color: #FF6B01;
    text-decoration: underline;
    width: 100px;
}
.line-banner.day-special .banner-desc {
    width: 780px;
    text-align: center;
    font-weight: normal;
}
.line-banner.day-special .banner-desc em {
    font-weight: bold;
}

/* 브랜드관 */
.brand-wrap {
    height: auto;
}
.brand-wrap .con-header {
    display: inline-block;
    height: 35px;
    padding-left: 15px;
    color: #171717;
    font-size: 21px;
    font-family: "Notosans";
    letter-spacing: -0.8px;
}
.brand-wrap .con-header .con-title {
    font-size: 1.4rem;
    font-family: "Roboto";
    font-weight: bold;
}
.brand-wrap .con-header .best {
    position: absolute;
    overflow: visible;
    width: 38px;
    background-color: #e8202e;
    bottom: 30px;
    left: 18px;
    right: auto;
    left: 250px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-family: "Roboto";
    border-radius: 5px;
    font-size: 0.85rem;
    text-align: center;
    font-weight: normal;
}
.brand-wrap .con-header .best:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -5px;
    border-width: 5px 11px 0 1px;
    border-style: solid;
    border-color: #e8202e transparent transparent transparent;
    text-align: center;
    font-weight: normal;
}
.brand-wrap .con-header span {
    margin-left: 4px;
    font-weight: normal;
}
.pagination-brand-tab {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}


/* main-hit-brand */
#pop_Slider4 {
    overflow: hidden;
    height: auto;
}
#pop_Slider4 .list__item-tab.swiper-wrapper {
    height: auto !important;
}
.main-hit-brand {
    display: flex;
    justify-content: space-between;
    padding: 17px 15px 20px;
}
.index-item__wrap {
    display: inline-block;
    flex: 0 0 36%;
    width: 60%;
    -webkit-box-flex : 0;
}
.production-item-image {
    overflow: hidden;
    width: 123px;
    height: 123px;
    border-radius: 8px;
}
.production-item-image > img {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
    transition: transform .2s;
}
.production-item-content {
    display: inline-block;
    padding: 2px 6px 2px;
    margin: 15px 0 5px 0;
    font-size: 0.5rem;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
    background-color: #de1724;
    transition: all 0.3s ease;
}


.production-item-content.active {
    color: #fff;
}
.item-header {
    overflow: hidden;
    display: -webkit-box;
    width: 176px;
    height: auto;
    margin-top: 2px;
    color: #000;
    font-family: "Notosans B";
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    line-height: 27px;
    letter-spacing: -0.5px
}
.item_article {
    overflow: hidden;
    display: -webkit-box;
    width: 127px;
    height: auto;
    margin-top: 7px;
    color: #757575;
    white-space: normal;
    text-overflow: ellipsis;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.1rem;
    line-height: 17px;
}
.view-more {
    position: absolute;
    margin-top: 18px;
    color: #000;
    font-size: 0.95rem;
    font-weight: bold;
}
.view-more:after {
    overflow: hidden;
    position: absolute;
    top: 1px;
    left: 0;
    width: 39px;
    height: 18px;
    margin-left: 31px;
    background: url("../../images/mw/from/banner/arrow.png") no-repeat;
    background-size: 12px;
    line-height: 999px;
    vertical-align: top;
    content: "";
}

/* swiper-pagination-brand */
.swiper-pagination-brand {
    margin: -5px 0 -27px -6px;
    border: none;
    padding: 6px 15px 15px;
    overflow: hidden;
}
.swiper-pagination-bullet {
    display: initial;
    padding: 6px 6px;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
    opacity: 1;
    font-size: 0.85rem;
    background-color: #f5f6f6;
    font-family: "Notosans";
}
.swiper-pagination-brand span {
    display: inline-table;
    padding: 0 7px;
    margin: 5px 0 0 5px;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: normal;
    text-align: center;
    line-height: 33px;
    word-break: break-all;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.swiper-pagination-bullet-active {
    background-color: #a3c569;
    color: #fff;
}





/* index-item__goods */
.index-item__goods {
    flex: 1 0 0px;
    margin-left: 10px;
}
.index-item__goods .prd_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.main-hit-brand ul.prd_list {
    position: relative;
    width: 100%;
}
.main-hit-brand ul.prd_list li:nth-child(2n) {margin-right: 0;}
.main-hit-brand ul.prd_list .goods-list-thumb{
    display: inline-block;
    width: 46%;
    margin: 0 0 5px 5px;
    overflow: hidden;
}
.main-hit-brand ul.prd_list .goods-list-thumb .thumb {
    overflow: hidden;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 8px;
    background-color: #f7f7f7;
}
ul.prd_list .goods-list-thumb .thumb > img {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
    transition: transform .2s;
}
.goods-list-thumb .j-title {
    overflow: hidden;
    display: -webkit-box;
    height: auto;
    margin: 8px 0 5px;
    color: #000;
    font-size: 0.85rem;
    line-height: 18px;
    white-space: normal;
    text-overflow: ellipsis;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods-list-thumb .main-price {
    font-weight: bold;
    line-height: 22px;
}
.list__item-tab .tab-content.current {display: inherit;}



/* page_box */
.page_box {
    margin: 8px 0 10px;
    text-align: center;
    font-size: 0;
}
.button-prev,
.button-next {
    display: inline-block;
    padding: 8px;
}
.button-prev:before {
    content: "";
    border-top: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    transform: rotate(225deg);
}
.button-next:before {
    border-top: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    transform: rotate(45deg);
    content: "";
}
.button-prev:before,
.button-next:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
}
.fraction_pagination {
    position: relative;
    display: inline-block;
    min-width: 80px;
    padding: 5px 15px 5px 0;
    color: #b2b8be;
    font-size: 1.3rem;
    line-height: 16px;
    vertical-align: top;
    box-sizing: border-box;
}
.fraction_pagination .current {
    position: relative;
    display: inline-block;
    min-width: 45px;
    padding-right: 3px;
    color: #454c53;
}
.fraction_pagination .current:after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #dadde0;
    content: "";
}


/* theme_scroll-menu */
nav.theme_scroll-menu {
    height: 40px;
    margin-bottom: 20px;
}
nav.theme_scroll-menu .category-menu {
    height: 70px;
    border-bottom: 1px solid #ddd;
    overflow: auto;
}
nav.theme_scroll-menu .category-menu ul {
    display: flex;
    padding-left: 5px;
    white-space: nowrap;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    margin: 0;
    border: 1px solid #ddd;
    margin: 0 5px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 24px;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab.active {
    color: #fff;
    border: none;
    background-color: #f08809;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab.active .txt  {
    color: #fff;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab a {
    border-radius: 40px;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    width: 170px;
    border-radius: 5px;
    color: #6B6B6B;
    font-size: 0.8rem;
    font-family: "Roboto";
    line-height: 33px;
    height: 45px;
    transition: transform 0.15s ease, background-color 0.2s ease;
}
/* 눌릴 때 자연스러운 피드백 */
.brand-wrap .prd-tab a:active {
    transform: scale(0.95);
    border-radius: 20px;
    /* background-color는 JS에서 처리 */
}
/* active 상태 텍스트는 그대로 유지 */
.brand-wrap .prd-tab a .txt {
    pointer-events: none; /* 클릭시 텍스트에 영향 안주기 */
}




nav.theme_scroll-menu .category-menu ul li.prd-tab .txt {
    color: #000;
    font-family: "Roboto";
    font-size: 0.95rem;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab a img {
    width: 29px;
    height: auto;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab.product__homemain-2 a img{
    width: 30px;
    height: auto;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab.product__homemain-3 a img {
    width: 28px;
    height: auto;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab.product__homemain-4 a img {
    width: 28px;
    height: auto;
}
nav.theme_scroll-menu .category-menu ul li.prd-tab.product__homemain-5 a img {
    width: 28px;
    height: auto;
}

/* keyword_thumb ornament */
.mk-top-slider {
    margin-top: 20px;
}



.theme-product_wrap nav.theme_scroll-menu .category-menu ul li.prd-tab {
    height: auto;
}


nav.theme_scroll-menu .category-menu ul li.theme-prd-tab {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    margin: 0;
    border: 1px solid #ddd;
    margin: 0 5px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 24px;
}
nav.theme_scroll-menu .category-menu ul li.theme-prd-tab.active {
    color: #fff;
    background-color: #12BF91;
    border: none;
}
nav.theme_scroll-menu .category-menu ul li.theme-prd-tab.active a {
    color: #fff;
}
nav.theme_scroll-menu .category-menu ul li.theme-prd-tab a {
    border-radius: 40px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 15px;
    border-radius: 5px;
    color: #6B6B6B;
    font-size: 0.9rem;
    font-family: "Roboto";
    line-height: 33px;
    height: 45px;
    transition: transform 0.15s ease, background-color 0.2s ease;

}
/* 눌릴 때 자연스러운 피드백 */
.theme-prd-tab a:active {
    transform: scale(0.95);
    border-radius: 20px;
}
nav.theme_scroll-menu .category-menu ul li.theme-prd-tab .txt {
    color: #000;
    font-family: "Roboto";
    font-size: 0.95rem;
}
nav.theme_scroll-menu .category-menu ul li.theme-prd-tab a img {
    width: 30px;
    height: auto;
}


/* keyword_thumb ornament */
.ornament li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.0rem;
}
.ornament li:after {
    display: block;
    clear: both;
    content: "";
}
.ornament li a {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 10px;
    border-radius: 8px;
    box-shadow: 0.34rem 0.34rem 0.68rem rgb(0 0 0 / 8%);
    background: #fff;
    text-align: left;
}
.ornament li a .social-photo {
    overflow: hidden;
    float: left;
    position: relative;
    flex-shrink: 0;
    width: 29vw;
    height: 29vw;
    padding-top: 0;
    margin-right: 1.5rem;
    background: #fff;
}
.ornament li a .social-photo > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ornament li a .social-photo:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.02);
    content: "";
}
.ornament li a .text {
    position: relative;
    width: 100%;
    text-align: left;
    letter-spacing: -0.5px;
}
.ornament li a .text .prd_name {
    overflow: hidden;
    width: 150px;
    color: #8e8e8e;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ornament li a .text .price {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
}
.ornament li a .text .price strong {font-family: "Notosans B";}
.ornament li a .text .price > del {
    position: relative;
    top: 1px;
    margin: 5px 0 0 2px;
    color: #757575;
    font-size: 1rem;
    font-family: "Roboto";
    letter-spacing: -1.3px;
    font-family: "Roboto";
    font-weight: normal;
}
.ornament li a .text .title {
    overflow: hidden;
    display: -webkit-box;
    height: auto;
    width: 160px;
    font-size: 1.3rem;
    font-weight: bold;
    temap-view-areaxt-overflow: ellipsis;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.ornament li a .social-photo .bxLabel {
    position: absolute;
    bottom: 5px;
    left: 7px;
}
.ornament li a .social-photo .bxLabel .main_label {
    z-index: 20;
    float: left;
    position: relative;
    left: 0;
    display: block;
    width: auto;
    height: 16px;
    line-height: 16px;
    margin: 1px 1px 0 0;
    border-radius: 3px;
    font-size: 1rem;
    letter-spacing: -1.5px;
}


/* label */
.sv-list .main-photo .bxLabel {
    position: absolute;
    bottom: 6px;
    left: 7px;
}
.sv-list .main-photo .main_label {
    position: relative;
    left: 0;
    z-index: 20;
    display: block;
    width: auto;
    height: 16px;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
}
.sv-list .bxLabel .main_label {
    float: left;
    position: relative;
    margin: 1px 0 1px 1px;
    border-radius: 3px;
    font-size: .88rem;
    letter-spacing: -.9px;
}
.main_label.pink {
    border: 1px solid #f4093e;
    color: #f43142;
    background-color: #fff;
}
.main_label.eventblue {
    border: 1px solid rgba(100, 35, 255);
    color: #6423ff;
    background-color: #fff;
}
.main_label.back-purple {
    border: 1px solid #6423ff;
    background-color: #6423ff;
    color: #fff;
}
.main_label.back-red {
    border: 1px solid #f4093e;
    background-color: #f4093e;
    color: #fff;
}
.main_label.yellow {
    border: 1px solid #ffcc00;
    color: #000;
    background-color: #ffcc00;
}


/* 탐나는전 check */
.sv-List .pay-check {float: right;}
.sv-List .pay-check input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sv-List .pay-check input[type="checkbox"] + label {
    margin: 15px 0 0 0;
    padding-left: 30px;
    line-height: 41px;
}
.sv-List .pay-check input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    width: 85px;
    height: 30px;
    border-radius: 40px 0 0 40px;
    background-color: #f7d633;
    cursor: pointer;
}
.sv-List .pay-check input[type="checkbox"]:checked + label:before {
    width: 18px;
    height: 18px;
    top: 5px;
    left: 9px;
    line-height: 18px;
}
.sv-List .pay-check input[type="checkbox"]:checked + label:before {
    content: "\2714";
    color: #000;
    font-size: 1.7rem;
}
.pay-check input[type="checkbox"] + label:before {
    top: -2px;
    width: 21px;
    height: 21px;
    line-height: 18px;
}
.sv-List .pay-check input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 18px;
    height: 18px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
    line-height: 15px;
    text-align: center;
}


/* 탐나는전 (mw-list-area) */
.mw-list-area .pay-check {float: right;}
.mw-list-area .pay-check input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.mw-list-area .pay-check input[type="checkbox"] + label {
    margin: 21px 0 0 0;
    padding-left: 30px;
    line-height: 41px;
    z-index: 1;
}
.mw-list-area .pay-check input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    width: 85px;
    height: 30px;
    border-radius: 40px 0 0 40px;
    background-color: #f7d633;
    cursor: pointer;
}
.mw-list-area .pay-check input[type="checkbox"]:checked + label:before {
    width: 18px;
    height: 18px;
    top: 5px;
    left: 9px;
    line-height: 18px;
}
.mw-list-area .pay-check input[type="checkbox"]:checked + label:before {
    content: "\2714";
    color: #000;
    font-size: 1.7rem;
}
.mw-list-area .pay-check input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 18px;
    height: 18px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
    line-height: 15px;
    text-align: center;
}
.mw-list-area .pay-check img {position: relative; top: 0; width: 81px;}


/* =========================
   탐나는장터 모바일 전용 CSS
   기준: iPhone 12 Pro 390 x 844
   미디어쿼리 사용 안 함
========================= */

/* 공통 */
.tmjang-region,
.tmjang-brand,
.rview-photo-section {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.tmjang-region {
    margin: 50px 0 0;
}



.tmjang-product-slider {
    width: 95%; !important;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    position: relative;
    top: -48px;
}

.tmjang-product-slider .swiper-wrapper {
    display: flex;
}

.tmjang-product__group {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.tmjang-product__arrow {
    cursor: pointer;
}

/* 지역 지도 */
.tmjang-region__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    width: 100%;
    align-items: center;
    background-image: url("/images/mw/tamnamkt/tamnamkt-back_2.webp");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "Roboto";
    font-weight: normal;
    letter-spacing: -1px;
}
.tmjang-region__title {
    position: relative;
    width: 90%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.35;
    font-weight: 400;
    word-break: keep-all;
    padding-top: 40px;
    text-align: left;
    font-family: "Notosans";
}
.tmjang-region__sub {
    color: #dcdcdc;
    font-size: 1rem;
    margin-top: 10px;
}
.rview-photo-list .rview-rating > span {
    margin-left: 0;
    font-weight: bold;
}
.tmjang-region__title strong {
    color: #fff;
    font-weight: 800;
}

.jeju-map-label {
    cursor: pointer;
}

.jeju-map-label rect {
    fill: transparent;
}
.rview-photo-slider {
    overflow: hidden;
    width: 100%;
}
.jeju-map-label.jeju-map-label--hanlim  {
    position: relative;
    left: 10px;
}
.jeju-map-label text {
    fill: #111;
    font-size: 2.8rem;
    font-weight: 700;
    pointer-events: none;
    font-family: "Roboto";
}

.jeju-map-label--gujwa text tspan:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
}
.tmjang-region__wrap {
    position: relative;
    width: 100%;
}

.tmjang-region__content {
    display: flex;
    max-width: max-content;
    height: auto;
    aspect-ratio: 730 / 422;
}

.tmjang-region__content svg {
    width: 100%;
    height: auto;
    display: block;
}

/* 지도 라벨 */
.tmjang-region__inner .jeju-map-num {
    position: absolute;
    left: 0;
    right: 0;
    height: 215px;
    z-index: 5;
    pointer-events: none;
    top: -76px;
}

.jeju-map__label {
    position: relative;
    transform: translate(-50%, -50%);
    width: 54px;
    border: 0;
    background: transparent;
    color: #111;
    text-align: center;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 1.15;
    cursor: pointer;
    pointer-events: auto;
}

.jeju-map__label strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
}

.jeju-map__label span {
    display: none;
}

.jeju-map__label em {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
}

/* 지도 라벨 위치 */
.jeju-map__label--hyeongyeong {
    left: -5%;
    top: 88%;
}

.jeju-map__label--hanlim {
    left: 7%;
    top: 70%;
}

.jeju-map__label--aewol {
    left: -15px;
    top: 107px;
    position: relative;
}

.jeju-map__label--jeju {
    left: 52%;
    top: 50%;
}

.jeju-map__label--jocheon {
    left: 77%;
    top: 40%;
}

.jeju-map__label--gujwa {
    left: 237px;
    top: 36px;
    width: 54px;
}

/* 지도 SVG */
.jeju-underlay {
    fill: #fff;
    stroke: #fff;
    stroke-width: 10;
    stroke-linejoin: round;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    pointer-events: none;
}

.jeju-region {
    fill: #fff;
    stroke: #2f6f64;
    stroke-width: 1;
    stroke-linejoin: round;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
    transition: all 0.2s ease;
}

.jeju-region--gray {
    fill: #e9e9e9;
}

#jeju-map-regions g {
    cursor: pointer;
}

#jeju-map-regions g.is-hover .jeju-region,
#jeju-map-regions g.is-active .jeju-region {
    fill: #12BF91;
}

/* 지역 상품 */




/* active / on 상태 */
#jeju-map-regions [data-region].on .jeju-region {
    fill: #12BF91;
}

/* 숫자 라벨 기본 */
.jeju-map-label rect {
    transition: all 0.3s ease;
}

/* 숫자 라벨 active */
.jeju-map-label.on rect {

    color: #000;
}

.jeju-map-label.on text {
    fill: #000;
    font-weight: 700;
}

.tmjang-product {
    position: relative;
    width: 100%; !important;
    max-width: 100%;
    height: 100%;
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    font-family: "Roboto";
    width: 90%;
    margin: 0 auto;
}
.tmjang-product__sub {
    display: block;
    color: #777;
    font-size: 0.8rem;
    text-align: center;
}

.tmjang-product__title {
    margin: 6px auto 0;
    color: #111;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.tmjang-product__list {
   width: 100%;
    overflow: hidden;
}

.tmjang-product__list ul.list__item {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0;
    margin-top: 15px;
}
.tmjang-product__list ul.list__item li {
    flex: 1 1 0;
    min-width: 0;
}
.tmjang-product__list ul.list__item li .box__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.tmjang-product__list ul.list__item li .box__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tmjang-product__list ul.list__item .box__information {
    overflow: hidden;
    width: 100%;
    padding: 0;
    font-size: 0;
}

.tmjang-product__list ul.list__item .text__name {
    display: -webkit-box;
    overflow: hidden;
    height: 38px;
    margin: 16px 0 6px;
    color: #000;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.35;
    font-family: "Roboto";
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tmjang-product__list ul.list__item .sale-rate {
    display: block;
    width: auto;
    height: auto;
    color: #FF6B01;
    font-size: 1rem;
    font-weight: 800;
    font-family: "Roboto";
}

.tmjang-product__list ul.list__item .box__price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 800;
    font-family: "Roboto";
    gap: 5px;
}

.tmjang-product__list ul.list__item .box__price .text__price-wrap {
    display: flex;
    align-items: baseline;
    gap: 1px;
}

.tmjang-product__list ul.list__item .box__price .text__price {
    font-size: 1rem;
}

.tmjang-product__list ul.list__item .text__unit {
    font-size: 0.95rem;
    font-weight: 800;
    font-family: "Notosans";
    color: #000;
}

/* 상품 화살표 */
.tmjang-product__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 18px;
    height: 34px;
    border: 0;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    cursor: pointer;
}
.tmjang-product__arrow--prev:after {
    width: 30px;
    height: 30px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(-135deg);
    display: inline-block;
    margin-left: 17px;
    content: "";
}
.tmjang-product__arrow--next {
    right: 80px;
}
.tmjang-product__arrow--next:after {
    width: 30px;
    height: 30px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 49px;
    content: "";
}


/* 리뷰 */

.rview-photo-section .con-header .con-title {
    font-size: 1.4rem;
    font-family: "Roboto";
    font-weight: bold;
}

.rview-photo-section {
    z-index: 1;
    position: relative;
    padding: 50px 15px 0;
    margin: 0 auto;
}
#rviewPhotoSlider ul li.rview-item {
    margin-right: 15px;
}
.rview-photo-section .con-header {
    height: auto;
}
.rview-photo-list .rview-photo {
    width: 45vw;
    height: 45vw;
    line-height: 45vw;
    overflow: hidden;
    position: relative;
    display: block;
    margin-top: 16px;
    background: #f2f2f2;
}
.rview-photo-list .rview-item-article {
    display: block;
/*    width: 46vw;*/
    height: auto;
    min-height: 220px;
}
.rview-photo-list .rview-photo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.rview-photo-list .rview-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 14px;
    font-size: 0.9rem;
    color: #111;
    font-weight: 700;
}




.rview-photo-list .rview-rating img {
    position: relative;
    bottom: 0;
    width: 15px;
}

.rview-item .rview-rating .star,
.rview-item .rview-rating strong {
    color: #e51b35;
}
.rview-item .rview-text {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 93px;
    padding: 2px;
    color: #000;
    font-size: 0.78rem;
    line-height: 1.45;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-family: "Roboto";
}
.rview-product {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 14px 1px;
    border-top: 1px solid #ddd;
}

.rview-product img {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    border-radius: 8px;
    object-fit: cover;
}

.rview-product-name {
    display: -webkit-box;
    overflow: hidden;
    height: 33px;
    margin: 0 0 6px;
    color: #000;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.35;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rview-product-price {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Roboto";
    letter-spacing: -0.5px;
}

/* 상품 탭 콘텐츠 */
.box__item-tab .box__item-content {
    border-radius: 15px;
    background: transparent;
}

.box__item-tab .box__item-content .list__item {
    overflow: visible;
    height: auto;
    padding: 20px 0 0;
}

.box__item-tab .box__item-content .list__item .list-item {
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.tab-content.active {
    display: block;
}

.list__item-tab .tab-link.active {
    display: block;
    height: 44px;
    border: none;
    border-radius: 22px;
    box-sizing: border-box;
}

.list__item-tab .link__tab {
    display: block;
    position: relative;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    color: #757575;
    font-size: 0.9rem;
    font-family: "Noto Sans KR", "Notosans", sans-serif;
    text-align: center;
}

.list__item-tab .tab-link.active .link__tab {
    color: #fff;
}

.tab-link.active .box__item-header {
    background: #12BF91;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.tab-link.active .product__homemain span {
    color: #fff;
    font-weight: 700;
}

.box__item-content .link__item {
    display: flex;
    position: relative;
    min-height: 92px;
    height: auto;
    padding: 0 0 0 100px;
    box-sizing: border-box;
}

.box__item-content .link__item .box__image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 92px;
    height: 92px;
    border-radius: 8px;
}

.box__item-content .link__item .box__image .image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.box__item-content .link__item .box__information {
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 8px;
    font-size: 0;
}

.box__item-content .box__information .text__tag {
    display: inline-block;
    height: 15px;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    font-family: "Roboto";
}

.box__item-content .box__information .text__name {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    height: 34px;
    margin-top: 10px;
    color: #111;
    font-size: 0.78rem;
    line-height: 1.35;
    font-weight: 800;
    font-family: "Roboto";
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box__item-content .box__information .box__price {
    margin-top: 4px;
    color: #222;
    font-size: 0.8rem;
}

.box__item-content .box__information .box__price .text__price {
    font-size: 0.95rem;
    font-weight: 800;
}

.box__item-content .box__information .box__price .text__unit {
    font-size: 0.9rem;
}

.box__item-content .box__information .sale-rate {
    font-size: 0.9rem;
    font-weight: 800;
}

/* 브랜드 */
.tmjang-brand {
    width: 100%;
    padding: 50px 0;
}

.tmjang-brand__inner {
    width: auto;
    margin: 0 16px 38px;
}
.tmjang-brand__title {
    margin: 0 0 20px;
    color: #111;
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 800;
    word-break: keep-all;
}
.tmjang-brand__logo-wrap {
    z-index: 10;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tmjang-brand__logo-slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.tmjang-brand__logo-list {
    display: flex;
    padding: 10px 0;
}
.tmjang-brand__logo-item {
    overflow: hidden;
    display: -webkit-box;
    position: relative;
    width: 180px;
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    margin: 0 auto;
    color: #000;
    font-size: 0.95rem;
    font-family: "Roboto";
    text-align: center;
    cursor: pointer;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: transform 0.1s ease; /* 눌림 효과 애니메이션 */
    padding: 0 5px;
}

.tmjang-brand__logo-item.active {
    background-color: #12BF91;
    color: #fff;
}
.tmjang-brand__logo-item img {
    max-width: 120px;
    max-height: 36px;
    object-fit: contain;
}

.tmjang-brand__content {
    display: block;
    margin: 30px 0 20px;
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tmjang-brand__content #mk_Slider2 #tmjang-brand__product-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.tmjang-brand__content #mk_Slider2 #tmjang-brand__product-list a {
    display: flex;
    align-items: center;
    gap: 17px;
}
.tmjang-brand__content #mk_Slider2 #tmjang-brand__product-list a:first-of-type {
    margin-top: 20px;
}
.tmjang-brand .j-title {
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    margin: 0 0 6px;
    color: #000;
    font-size: 0.9rem;
    line-height: 1.35;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    font-family: "Roboto";
    font-weight: bold;
}

.tmjang-brand .main-price .won {
    font-family: "Roboto";
    font-size: 1.1rem;

}
.tmjang-brand__feature-link {
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    color: inherit;
    text-decoration: none;
    border-radius: 16px;
}

.tmjang-brand .main-price {
    font-size: 1.2rem;
    margin-top: 10px;
}

.tmjang-brand__feature-image {
    overflow: hidden;
    height: 180px;
    box-sizing: border-box;
}

.tmjang-brand__feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tmjang-region__bg {
    max-width: initial;
    height: auto;
}
.tmjang-brand__feature-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    min-height: 220px;
    height: auto;
    padding: 24px 20px 30px;
    box-sizing: border-box;
    background: url("../../images/mw/tamnamkt/tmjang-brand__feature-info_bg.webp") center / cover no-repeat;
    font-family: "Roboto";
}

.tmjang-brand__feature-info span.tmjang-brand__feature-more {
    margin-bottom: 10px;
}

.tmjang-brand__feature-info span.tmjang-brand__feature-more img {
    width: 25px;
}

.tmjang-brand__feature-name {
    color: #fff;
    font-size: 1.3rem;
}
.tmjang-brand__feature-desc {
    color: #fff;
    font-size: 0.85rem;
    margin-top: 10px;
}

.tmjang-brand__company-list {
    width: 100%;

}

.tmjang-brand__company-list .company-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tmjang-brand__company-list .company-item li {
    height: 60px;
    border: 1px solid #ddd;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-family: "Roboto";
    color: #000;
    background-color: #f2f2f2;
    border-radius: 4px;
}
.tmjang-brand__company-list .company-item li a {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    text-align: center;
    line-height: 1.5;

    overflow: hidden;
}

.company-item li a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Notosans";
    padding: 0 10px;
}


/* --------------------------------------------------------- responsive media query ---------------------------------------------------------- */
/* Phone Mini (iPhone 4, 5, 5s, SE) / Font Size */
@media screen and (min-width: 320px) and (max-width: 360px) {

    #main {margin-top: 100px;}

    /* promotion/best */
    .sv-list .main-photo {width: 45vw; height: 45vw; line-height: 45vw;}

    .sv-list .j-info {width: 150px; height: 17px; line-height: 15px; font-size: 1.43rem;}
    .tmjang-brand__content .j-info {width: 184px; height: 18px; line-height: 18px; font-size: 0.8rem; margin-top: 0;}
    .sv-list .j-title {width: 150px; height: 18px; font-size: 1.7rem; letter-spacing: -.6px; font-weight: bold; color: #000;}
    .sv-list .main-price {font-size: 1.8rem; margin-top: 5px;}
    .sv-List .pay-check input[type="checkbox"] + label {margin: 14px 0 0 0;}
    .mw-list-area .pay-check input[type="checkbox"] + label {margin: 22px 0 0 0;}

}
/* iPhone 6, 7 / Font Size */
@media screen and (min-width: 360px) and (max-width: 415px){


    #main {margin-top: 104px;}

    /* label */
    .sv-list .bxLabel .main_label {right: 1px; padding: 0 4px; margin: 2px 1px 0 0; font-size: .6rem;}
    .sv-List .pay-check input[type="checkbox"] + label {width: 94px; height: 35px; padding-left: 45px; margin: 14px 0 0 0; line-height: 42px;}
    .sv-List .pay-check input[type="checkbox"] + label:before {width: 21px; height:21px; top: 6px; left: 15px;}
    .sv-List .pay-check input[type="checkbox"]:checked + label:before {top: 6px; left: 15px; width: 21px; height: 21px; line-height: 18px; font-size: 1.2rem;}
    .mw-list-area .pay-check input[type="checkbox"] + label {top: 2px; width: 94px; height: 35px; padding-left: 45px; margin: 22px 0 0 0; line-height: 42px;}
    .mw-list-area .pay-check input[type="checm-sv head-wrapkbox"] + label:before {width: 21px; height:21px; top: 6px; left: 15px;}
    .mw-list-area .pay-check input[type="checkbox"]:checked + label:before {top: 6px; left: 15px; width: 21px; height: 21px; line-height: 18px; font-size: 1.2rem;}
    .mw-list-area .social-list-area.add-according {top: 15px;}


    /* agriculuture-info */
    .snap {padding:0 21px;}
    .image-container {flex: 0 0 56px;}
    .image-container img {width: 38px;}
    .variant-card .content h3 {font-size: 0.9rem;}
    .variant-card .content span {font-size: 0.7rem; letter-spacing: -0.5px;}

    /* promotion/best */
    .sv-List {margin-top: 50px;}
    .sv-list .j-info {width: 170px; height: 18px; font-size: 0.85em;}
    .tmjang-brand__content .j-info {width: 162px; height: 18px; font-size: 0.8rem; margin-top: 0;}
    .sv-list .j-title {width: 175px; height: 23px; font-size: .95rem; font-weight: bold; color: #000;}
    .sv-list .main-price {margin-top: 5px; font-size: 1rem;}

    /* theme-product */
    .con-header .con-sub-title {margin-top: 3px; font-size: 0.95rem;}
    nav.theme_scroll-menu {margin: 7px 0;}
    nav.theme_scroll-menu {height: 40px;}

    /* keyword_thumb ornament */
    .ornament  {margin-top: 41px;}
    .ornament li {margin-bottom: 1.0rem}
    .ornament li a .social-photo {width: 32vw; height: 32vw; margin-right: 1rem;}
    .ornament li a .text .price {font-size: 1rem;}
    .ornament li a .text .title {width: 207px; font-size: 0.9rem;}
    .ornament li a .text .prd_name {width: 207px; font-size: 0.8rem;}
    .ornament li a .text .price > del {font-size: .8rem; letter-spacing: -1.2px; margin-right: 5px;}
    .ornament li a .social-photo .bxLabel .main_label {font-size: .6rem;}
    .bxLabel .main_label {margin: 0 2px;}

    /* index-item__wrap */
    .goods-list-thumb .main-price {font-size: 1.0rem; line-height: 41px;}
    .production-item-image {width: 170px; height: 170px;}
    .production-item-content {margin: 17px 0 5px 0; font-size: 0.8rem; font-weight: normal;}
    .item_article {width: 170px; margin-top: 7px; font-size: 0.95rem; line-height: 19px;}
    .view-more:after {top: 2px; height: 23px; margin-left: 47px; background-size: 19px;}

    /* ac-list */
    .mw-list-area .pay-check input[type="checkbox"] + label:before {width: 21px; height: 21px; top: 6px; left: 15px;}

    /* index-item__wrap */
    .main-hit-brand ul.prd_list .goods-list-thumb .thumb {width: auto; height: 86px;}
    .item-header {width: auto;}

}



/* iPhone 6 Plus / Font Size */
@media screen and (min-width: 415px) {

    .rview-photo-list .rview-photo {
        width: 47vw;
        height: 47vw;
        line-height: 47vw;
    }


    #main {margin-top: 110px;}

    .tmjang-brand__content .j-info {width: 263px; height: 18px; line-height: 18px; font-size: 0.8rem; margin-top: 0;}
    /* label */
    .sv-list .bxLabel .main_label {font-size: .7rem;}
    .sv-List .pay-check img {position: relative; top: 2px; left: 20px;}
    .sv-List .pay-check input[type="checkbox"] + label {width: 116px; height: 40px; margin: 11px 0 0 0; line-height: 42px;}
    .sv-List .pay-check input[type="checkbox"] + label:before {width: 25px; height: 25px; top: 6px; left: 18px;}
    .sv-List .pay-check input[type="checkbox"]:checked + label:before {top: 6px; left: 18px; width: 25px; height: 25px; font-size: 1.3rem; line-height: 22px;}

    .mw-list-area .bxLabel .main_label {font-size: .7rem;}
    .mw-list-area .pay-check img {top: 3px; left: 17px; width: 91px;}
    .mw-list-area .pay-check input[type="checkbox"] + label {top: 8px; width: 116px; height: 40px; margin: 16px 0 0 0; line-height: 42px;}
    .mw-list-area .pay-check input[type="checkbox"] + label:before {width: 25px; height: 25px; top: 6px; left: 18px;}
    .mw-list-area .pay-check input[type="checkbox"]:checked + label:before {top: 6px; left: 18px; width: 25px; height: 25px; font-size: 1.3rem; line-height: 22px;}
    .mw-list-area .social-list-area.add-according {top: 13px;}


    /* agriculuture-info */
    .snap {padding:0 21px;}
    .snap .variant-card {line-height: 1.5;}
    .image-container {flex: 0 0 56px;}
    .image-container img {width: 38px;}
    .variant-card .content h3 {font-size: 0.95rem;}
    .variant-card .content span {font-size: 0.75rem; letter-spacing: -0.5px;}

    /* promotion/best */
    .sv-List {margin-top: 40px;}
    .sv-list .main-photo {width: 47vw; height: 47vw; line-height: 47vw;}
    .sv-list .con-title {font-size: 1.33rem;padding: 0 5px 0 0;}
    .sv-list .j-info {width: 194px; height: 18px; line-height: 18px; font-size: .88rem; margin-top: 11px;}
    .tmjang-brand__content .j-info {width: 194px; height: 18px; line-height: 18px; margin: 7px 0; margin-top: 0;}
    .sv-list .j-title {width: auto; height: 28px; font-size: 1.13rem; color: #000;}
    .sv-list .main-price {font-size: 1.1rem; margin-top: 2px;}

    /* line-banner */
    .line-banner {margin: 30px 10px -16px 10px;}

    /* theme-product */
    .con-header .con-sub-title {margin-top: 3px; font-size: 0.95rem;}

    /* keyword_thumb ornament */
    .ornament  {margin-top: 41px;}
    .ornament li {margin-bottom: 1.0rem}
    .ornament li a {border-radius: 0.5rem;}
    .ornament li a .social-photo {width: 32vw; height: 32vw;}
    .ornament li a .text .price {font-size: 1.1rem;}
    .ornament li a .text .title {width: 220px; font-size: 1.0rem;}
    .ornament li a .text .prd_name {width: 220px; font-size: 0.8rem;}
    .ornament li a .social-photo .bxLabel .main_label {font-size: .7rem;}
    .bxLabel .main_label {margin: 0 2px;}

    /* index-item__wrap */
    .goods-list-thumb .main-price {font-size: 1.0rem; line-height: 41px;}
    .production-item-image {width: 170px; height: 170px;}
    .production-item-content {margin: 21px 0 5px 0; font-size: 0.8rem; font-weight: normal;}
    .item_article {width: 170px; margin-top: 13px; font-size: 0.95rem; line-height: 19px;}
    .view-more:after {top: 2px; height: 23px; margin-left: 47px; background-size: 19px;}

    /* index-item__wrap */
    .main-hit-brand ul.prd_list .goods-list-thumb .thumb {width: auto; height: 92px;}
    .item-header {width: auto;}

    .tmjang-brand__content .main-photo img {
        width: 39vw; height: 39vw; line-height: 39vw;
    }

}

@media screen and (min-width: 720px){

    .rview-photo-list .rview-photo {
        width: 31vw;
        height: 31vw;
        line-height: 31vw;
    }

    .rview-photo-list .rview-item-article {
        width: 31vw;
        height: 31vw;
    }
    #main {margin-top: 110px;}
    .sv-list .main-photo {width: 31vw; height: 31vw; line-height: 31vw;}

    /* line-banner */
    .line-banner {margin: 60px 10px 0 10px;}

    /* label */
    .sv-list .bxLabel .main_label {padding: 0 4px; margin: 2px; font-size: 0.83rem; text-align: center;}

    /* agriculuture-info */
    .snap {padding:0 21px;}
    .snap .variant-card {line-height: 1.5;}
    .image-container {flex: 0 0 56px;}
    .image-container img {width: 38px;}
    .variant-card .content h3 {font-size: 0.95rem;}
    .variant-card .content span {font-size: 0.75rem; letter-spacing: -0.5px;}

    /* popularity trip */
    .theme-push .theme-con-title {font-size: 21px;}

    /* index-item__wrap */
    .main-hit-brand ul.prd_list .goods-list-thumb .thumb {width: auto; height: 166px;}
    .item-header {width: auto;}

    /* theme-product */
    .keyword_thumb {margin-top: 63px;}
    .con-header .con-sub-title {margin-top: 2px; font-size: 1rem;}
    nav.theme_scroll-menu {margin: 13px 0;}

    /* keyword_thumb ornament */
    .ornament li a .text .prd_name {width: 400px; font-size: 1rem;}
    .ornament li a .text .title {width: 400px; font-size: 1.2rem; margin-bottom: 6px;}
    .ornament li a .text .price {font-size: 1.3rem;}
    .ornament li a .text .price > del {margin: 5px 0 0 4px; font-size: 1.1rem;}
    .ornament li a .social-photo {width: 32vw; height: 32vw;}

    /* pagination-brand-tab */
    .swiper-pagination-brand {margin: 0 0 0 -6px; padding: 12px 15px 4px;}
    .swiper-pagination-brand span {padding: 0 12px; margin: 8px 0 0 8px; font-size: 1rem; line-height: 49px;}

    /* index-item__wrap */
    .goods-list-thumb .main-price {font-size: 1.3rem;}
    .index-item__goods {margin-left: 15px;}
    .production-item-image {width: 300px; height: 300px;}
    .production-item-content {margin: 20px 0 5px 0; font-size: 1rem;}
    .item_article {width: 317px; margin-top:16px; font-size: 1.1rem; line-height: 23px;}
    .view-more:after {margin-left: 57px; background-size: 22px;}


    .tmjang-brand__content .main-photo img {
        width: 29vw; height: 29vw; line-height: 29vw;
    }

}
@media screen and (min-width: 1024px){

    .tmjang-brand__content .main-photo img {
        width: 30vw; height: 30vw; line-height: 30vw;
    }
    /* line-banner */
    .line-banner {margin: 70px 10px 10px 10px;}

    /* index-item__wrap */
    .main-hit-brand ul.prd_list .goods-list-thumb .thumb {width: auto; height: 238px;}
    .production-item-image {width: 400px; height: 400px;}

    /* keyword_thumb ornament */
    .item-header {width: auto;}
    .main-hit-brand ul.prd_list .goods-list-thumb {height: 336px;}

}