.art_con > .art_content{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 15px;
}
a.prev_page,
a.mobile_home{
    display: none;
}
.uk-margin-top{
    margin-top: 20px !important;
}
div.item_area_wd{
    width: 1380px;
    margin: 0 auto;
    display: flex;
}
div.item_area{
    box-sizing: border-box;
    /* max-width: 100%; */
    width: 860px;
    margin: 0;
    position: relative;
}
div.item_area *{
    box-sizing: border-box;
}
div.pc_only{
    width: calc(100% - 860px);
    height: fit-content;
    position: sticky;
    top: 0;
    right: 0;
}
.uk-width-1-1{
    width: 100%;
}
.swiper {
    width: 300px;
    height: 400px;
}
div.swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
div.item_image_area>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* border: 1px solid #cdcdcd; */
}
img.profile_image{
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 1px solid #cdcdcd;
}
span.profile_image{
    width: 35px;
    height: 35px;
    border: 1px solid #cdcdcd;
    background-color: #ececec;
    text-align: center;
}
span.profile_image>div{
    line-height: 1;
    font-weight: 500;
    font-size: 9px;
}
div.item_info_area_wrap{
    padding-left: 30px;
}
div.mobile_only{
    display: none;
}
div.item_info_area{
    /* background-color: #FAFAFA; */
    /* border-radius: 30px; */
    padding-top: 30px;
}
button.share_document{
    border: 0;
    background: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
button.share_document i{
    font-size: 22px;
    margin-right: 5px;
}
button.share_document span{
    font-size: 14px;
}
i.star_rate{
    color : #FFAB00;
}
div.profile_area, div.rate_price_area{
    /* padding-left: 12px; */
}
div.profile_area{
    justify-content: space-between;
}
div.item_func_area > div{
    gap: 10px;
}
div.item_func_area > div button, div.item_func_area > div a{
    width: auto;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e1e1e1;
    /* padding: 0; */
    font-size: 12px;
    line-height: 1em;
    padding: 0 12px;
    gap: 6px;
}
div.item_func_area > div button span, div.item_func_area > div a span{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #0b318f;
}
div.item_func_area > div button.purchase, div.item_func_area > div a.purchase{
    background-color: #0B318F;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    width: calc(100% - 56px);
    flex: 1;
    gap: 4px;
}
.download_icon{
    width: 16px;
}
.cart_icon{
    width: 22px;
}
.wallet_icon{
    width: 16px;
}
div.nav_area{
    margin-top: 40px;
}
ul.nav_area{
    padding: 0;
}
ul.nav_area li{
    gap: 4px;
    background-color: #fff;
    padding: 12px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
}
ul.nav_area li.selected{
    font-weight: 700;
    border-bottom: 2px solid #333;
}
div.re_count{
    /* font-size: 12px; */
    color: #333;
    /* background: #0C318F; */
    /* padding: 2px 8px; */
    /* border-radius: 12px; */
    /* font-weight: 700; */
}
div.qa_count{
    /* font-size: 12px; */
    color: #333;
    /* background: #F5F7FF; */
    /* padding: 2px 8px; */
    /* border-radius: 12px; */
    /* font-weight: 700; */
}

/* swiper */
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
swiper-slide::before{
    content: '';
    display: block;
    padding-bottom: 56.25%; /* 16:9 비율은 9/16 = 0.5625 = 56.25% 입니다 */
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    /* height: 60px; */
    opacity: 0.6;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

/* swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
} */

.swiper-button-next, .swiper-button-prev{
    opacity: 1;
    border: 1px solid black;
}
img.slide_image{
  /* border-radius: 30px; */
  border: 1px solid #cdcdcd;
}
img.slide_image_s{
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}

ul.share{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 12px 16px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    border: 1px solid #e1e1e1;
}
ul.share li {
    width: 100%;
}
ul.share li a{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}
ul.share li a i{
    font-size: 20px;
    width: 25px;
}
div.share_area{
    position: relative;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 4px;
}
div.share_popup{
    position: absolute;
    top: 34px;
    right: 0;
    margin: auto;
    z-index: 100;
    display: none;
}
div.share_sns img{
    color: #fff;
}
i.xi-kakaotalk{
    font-size: 25px!important;
}
div.triangle{
    text-align: center;
}
div.triangle-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #0B318F;
    margin: auto;
}
header.scr{
    display: none;
}
div.sticky_header{
    top: 0!important;
}
ul.keywords{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    visibility: hidden;
    position: absolute;
}
ul.keywords.show_more_bt{
    width: calc(100% - 55px);
}
ul.keywords.active{
    visibility: visible!important;
    position: initial!important;
}
ul.keywords.one-line{
    visibility: visible!important;
    position: initial!important;
    height: 25px;
    overflow: hidden;
}
ul.keywords li{
    background-color: #f5f7ff;
    color: #0b318f;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #0b318f;
}
swiper-container::part(button-next),
swiper-container::part(button-prev) {
    color: white;
    /* filter: drop-shadow(1px 1px 2px black); */
    display: none;
    stroke: #3d3d3d;
    stroke-width: 0.5;
    fill: currentColor;
    height: calc(var(--swiper-navigation-size) + 10px);
}
swiper-container:hover::part(button-next),
swiper-container:hover::part(button-prev) {
    display: block;
}
.mySwiper2 swiper-slide{
    border: 2px solid transparent;
    border-radius: 5px;
}
.mySwiper2 .swiper-slide-thumb-active{
    border-color: rgb(99, 99, 99);
}
div.seller_info{
    display: flex;
    justify-content: flex-start;
    gap: 6px;
}
div.seller_image{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.seller_nick_name{
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #666
}
div.item_title_area{
    margin-top: 8px;
    justify-content: space-between;
    align-items: flex-start;
}
div.item-title{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #333;
    word-break: keep-all;
    overflow-wrap: break-word;
    white-space: normal;
}
div.item_info_download_rating{
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}
div.item_info_download{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    /* display: none; */
}
div.item_info_rating{
    font-size: 14px; 
    color: #000;
}
div.item_info_a_price{
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    margin-top: 8px;
}
table.item_info_table{
    margin: 10px 0;
    /* padding: 10px 0; */
    /* border-top: 1px solid #e1e1e1; */
    /* border-bottom: 1px solid #e1e1e1; */
    width: 100%;
}
tr.keyword_wrap{
    display: none;
}
td.configuration{
    padding: 7px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
}
td.benefit{
    padding: 7px 0;
    font-size: 14px;
    font-weight: 400;
    color: #dd0c31;
    vertical-align: top;
}
td.benefit_title{
    padding: 7px 0;
    font-size: 14px;
    font-weight: 400;
    color: #dd0c31;
    white-space: nowrap;
    vertical-align: top;
}
td.title{
    width: 55px;
}
td.keyword_area{
    height: 39px;
}
div.view_more_keyword_area{
    position: absolute;
    top: 7px;
    right: 0;
    display: none;
}
div.view_more_keyword_area button{
    border: 1px solid #858585;
    border-radius: 15px;
    color: #606060;
    padding: 5px 10px;
    background-color: #fff;
    cursor: pointer;
}
div.file_download_condition p{
    margin: 0;
}

.detail_tag_section {
    width: 100%;
    /* margin: 28px 0 40px; */
}

.detail_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.detail_tag_chip {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 13px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    background: #fff;
    color: #666;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.detail_tag_chip:hover {
    background: #f1f1f2;
    color: #666;
    text-decoration: none;
}

/* 모바일 1200px 이하 */
@media screen and (max-width: 1200px){
    .ch_top_banner{
        display: none;
    }
    header{
        display: none;
    }
    .wrapper{
        padding-top: 0;
    }
    .art_con{
        padding: 0 !important;
    }
    .item_info_hd{
        margin-top: 42px !important;
    }
    .item_area_hd{
        display: flex;
        justify-content: space-between;
        position: fixed;
        left: 0;
        background: #fff;
        z-index: 3;
        width: 100%;
        /* height: 30px; */
        padding: 10px 15px 6px;
    }
    .item_area_hd_right{
        display: flex;
        align-items: center;
    }
    a.prev_page{
        width: 30px;
        display: block;
        color: #333;
    }
    a.mobile_home{
        display: block;
        width: 26px;
        color:#333;
        margin-right: 10px;
    }
    .mobile_search svg{
        width: 24px;
        color: #333;
    }
    .uk-margin-top{
        margin-top: 0 !important;
    }
    .mo-fixed{
        display: none;
    }
    div.item_area_wd,
    div.item_area{
        max-width: 100%;
        margin: 0 auto;
    }
    span.profile_image>div{
        line-height: 1;
        font-weight: 500;
        font-size: 9px;
    }
    div.item_info_area_wrap{
        padding-left: 0;
        margin-left: 0;
    }
    div.mobile_only{
        display: block;
    }
    div.pc_only{
        display: none;
    }
    div.item_info_area{
        padding: 20px 0;
        border-radius : 10px;
    }
    div.profile_area, div.rate_price_area{
        /* padding-left: 5px; */
    }
    div.item_func_area > div button, div.item_func_area > div a{
        /* padding: 0; */
    }
    div.share_popup{
        right: 0;
        left: auto;
    }
    div.triangle-up {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid #0B318F;
        margin: auto;
        margin-right: 20px;
    }
    ul.keywords{
        gap: 5px;
    }
    .art_con > .art_content{
        padding-top: 0!important;
    }
    .art_con > .art_content{
        padding: 2rem 0;
    }
    swiper-container::part(button-next),
    swiper-container::part(button-prev) {
        display: block;
    }
    swiper-container {
        --swiper-navigation-size: 25px;
    }
    div.item-title{
        font-size: 17px;
    }
    div.item_info_a_price{
        font-size: 17px;
    }
    .detail_tag_chip{
        font-size: 12px;
        padding: 0 10px;
    }
}

/* popup */
.masterpack-popup {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.masterpack-popup.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.masterpack-popup-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.masterpack-popup-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: min(600px, calc(100% - 32px));
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-40%)scale(0.98);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.masterpack-popup.is-active .masterpack-popup-box {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.masterpack-popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #333;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.masterpack-popup-image{
    margin: 14px 14px 0;
    border-radius: 10px;
    overflow: hidden;
}

.masterpack-popup-image img {
    display: block;
    width: 100%;
    height: auto;
}

.masterpack-popup-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 18px;
}

.masterpack-single-buy,
.masterpack-plus-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.masterpack-single-buy {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    color: #888;
}

.masterpack-plus-link {
    border: 1px solid #17399a;
    background: #17399a;
    color: #fff;
}

.masterpack-plus-link:hover {
    color: #fff;
    text-decoration: none;
}

.masterpack-single-buy:hover {
    color: #555;
    text-decoration: none;
}

@media (max-width: 640px) {

    .masterpack-popup-buttons {
        grid-template-columns: 1fr;
    }
}

/* 색상 옵션 출력 */
.color_option_area {
    padding-top: 10px;
    padding-bottom: 10px;
}

.item_color_option_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.item_color_option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 5px 9px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    background: #fff;
    box-sizing: border-box;
}

.item_color_chip {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.14);
    flex-shrink: 0;
}

.item_color_name {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.item_color_img {
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f2f2f2;
    flex-shrink: 0;
}

.item_color_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 640px) {
    .item_color_option_list {
        gap: 6px;
    }

    .item_color_option {
        padding: 5px 8px;
    }

    .item_color_name {
        font-size: 12px;
    }
}

.item_color_option {
    cursor: pointer;
}

.item_color_option.selected {
    border-color: #123c9c;
    background: rgba(18, 60, 156, 0.06);
}

.item_color_option.selected .item_color_name {
    color: #123c9c;
    font-weight: 700;
}

/* 상세페이지 색상 옵션 - 원형칩 스타일 */
.color_option_circle_area {
    padding-top: 8px;
    padding-bottom: 8px;
}

.item_color_label {
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

.item_color_label .js-selected-color-name {
    font-weight: 700;
    color: #111;
}

.color_option_circle_area .item_color_option_list {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.color_option_circle_area .item_color_option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-height: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: none;
}

.color_option_circle_area .item_color_chip {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.color_option_circle_area .item_color_option.selected {
    border-color: #111;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

.color_option_circle_area .item_color_option:hover {
    border-color: #111;
}

@media(max-width: 640px) {
    .uk-grid{
        gap: 0 !important;
    }
}