/*기프티쇼 헤더*/
.v2_main_visual {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow-x: hidden;
}
.v2_main_visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    object-fit: cover;
}
.v2_main_visual a {
    display: block;
}
.v2_main_visual .pc_banner {
    display: block;
}
.v2_main_visual .mo_banner {
    display: none;
}

.giftishow_wrap .header {
    width: 100%;
    margin-bottom: 30px;
    background: #000;
    color: #fff;
}
.giftishow_wrap header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.giftishow_wrap header h1 {
    font-size: 54px;
    font-family: "Gmarket Sans";
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.giftishow_wrap header p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: -1px;
}

/*스푼 박스*/
.spoonbox {
    background: #2c2c2c;
    position: relative;
    margin-bottom: 15px;
}
.spoonbox ul {
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.spoonbox ul li {
    width: 30%;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #ababab;
    flex: 1 0 auto;
}
.spoonbox ul li::after {
    content: " ";
    display: block;
    width: 1px;
    height: 60px;
    background: #ababab;
    position: absolute;
    right: 0;
    bottom: -4px;
}
.spoonbox ul li:last-child:after {
    display: none;
}
.spoonbox ul li strong.number {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.go_mytable {
    display: block;
    width: fit-content;
    text-align: right;
    font-size: 14px;
    text-decoration: underline;
    color: #999;
    margin: 0 0 20px auto;
}
.go_mytable:hover {
    font-weight: 900;
    text-decoration: underline;
}

/*기프티쇼 선택하는 부분*/
.giftishow_inner {
    margin-bottom: 80px;
}
.giftishow_inner label {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}
.select_category,
.select_itemname,
.giftishow_select_brand {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 auto;
}
/*카테고리, 상품명*/
.giftishow_select_top {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    column-gap: 20px;
}
.select_category select#giftishow_category {
    width: 100%;
    /* max-width: 300px; */
    height: 60px;
    outline: none;
    font-size: 14px;
    border: 1px solid #000;
    /* border-radius: 4px; */
    background: #fff url("../img/user/selectCursor.png") 95% center no-repeat;
    background-size: 19px;
    padding: 0 20px;
    position: relative;
}
.select_itemname #giftishow_itemname {
    width: 100%;
    /* max-width: 500px; */
    height: 60px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 15em;
}
/*브랜드*/
.giftishow_select_brand_inner {
    width: 100%;
    border: 1px solid #000;
    /* border-radius: 4px; */
    padding: 10px 20px;
}
.giftishow_select_brand_inner .giftishow_select_brand_filter,
.giftFilter {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.giftishow_select_brand_inner .giftishow_select_brand_filter li,
.giftFilter li {
    font-size: 14px;
    color: #333;
}
.giftishow_select_brand_inner .giftishow_select_brand_filter li.bar,
.giftFilter li.bar {
    width: 1px;
    height: 14px;
    background: #333;
}
.giftishow_select_brand_inner .giftishow_select_brand_filter li a,
.giftFilter li a {
    display: block;
    padding: 5px 10px;
    color: #999;
}
.giftishow_select_brand_inner .giftishow_select_brand_filter li a.select,
.giftFilter li a.select {
    color: #0087f5;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail {
    width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail::-webkit-scrollbar {
    width: 8px;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail::-webkit-scrollbar-thumb {
    width: 8px;
    background: #000;
    border-radius: 25px;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    row-gap: 40px;
    padding-bottom: 30px;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul li {
    width: 15%;
    height: auto;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 0;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul li a.select {
    width: 100%;
    color: #0087f5;
    border: 1px solid #0087f5;
    border-radius: 4px;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul li a img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul li a p {
    margin-top: 5px;
    word-break: break-all;
}
/* 선택한 브랜드 리스트 나오는 부분 */
.giftishow_selected_brand_list {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.giftishow_selected_brand_list p {
    padding: 5px 20px;
    border: 1px solid #0087f5;
    border-radius: 10em;
    width: fit-content;
    position: relative;
    text-align: center;
    min-width: 100px;
    color: #0087f5;
    margin: 8px;
}
.giftishow_selected_brand_list p button {
    display: block;
    width: 20px;
    height: 20px;
    background: #0087f5 url("/_asset/img/giftishow/close_btn.png") center center no-repeat;
    background-size: contain;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -5px;
}

/*가격대 선택*/
.giftishow_select_price_range .btn_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 4px;
}
.select_price_btn {
    display: block;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    padding: 4px 16px;
    border-radius: 10em;
    color: #000;
    transition: all 0.2s;
}
.select_price_btn:hover {
    color: #fff;
    background: #000;
}
.select_price_btn.on {
    color: #fff;
    background: #000;
    font-weight: 900;
    text-decoration: underline;
}
.giftishow_select_price {
    width: 100%;
    margin: 40px 0 20px;
    padding: 0 20px;
}
.irs--flat .irs-bar,
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background: #000 !important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #000 !important;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    font-size: 12px !important;
}

/*btn css*/
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
    margin: 40px auto 0;
    background: #000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 0.2s;
}
.btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.full_btn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 50px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s;
}
.full_btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.full_btn.full_btn_white {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.full_btn.full_btn_white:hover {
    background: #000;
    color: #fff;
    border: 1px solid transparent;
}

/*기프티쇼 상품 리스트*/
.giftishow_listarea {
    width: 100%;
    margin-top: 40px;
}
.giftishow_list_wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 5%;
}
.giftishow_list_wrapper .giftishow_item_wrap {
    width: 25%;
    font-size: 16px;
    color: #333;
    padding: 1em;
    overflow: hidden;
    text-align: center;
}
.giftishow_list_wrapper .giftishow_item_wrap .giftishow_item_img_wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.giftishow_list_wrapper .giftishow_item_wrap .giftishow_item_img_wrap::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.04;
    position: absolute;
    top: 0;
    left: 0;
}
.giftishow_list_wrapper .giftishow_item_wrap img {
    max-width: 100%;
}
.giftishow_item_wrap .brand_name {
    font-weight: 900;
    margin-bottom: 5px;
    color: #000;
}
.giftishow_item_wrap p {
    width: 100%;
    word-break: break-all;
    padding-bottom: 5px;
}
.giftishow_item_wrap p:nth-child(3) {
    display: -webkit-box;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.giftishow_item_wrap p span {
    font-size: 14px;
}
.giftishow_list_wrapper .giftishow_item_wrap input {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border: 1px solid #000;
    text-align: center;
}
.giftishow_list_wrapper .giftishow_item_wrap button {
    height: 40px;
    padding: 0 2em;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    transition: all 0.2s;
}
.giftishow_list_wrapper .giftishow_item_wrap button:hover {
    background: #fff;
    color: #000;
}
.giftishow_none {
    width: 100%;
    text-align: center;
    margin: 40px 0;
    font-size: 18px;
    font-weight: bold;
}

/*page arrrow*/
.arrow {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.arrow li {
    font-size: 16px;
    display: inline-block;
    zoom: 1;
}
.arrow li.alignText {
    margin: 0;
}
.arrow li a {
    color: #999;
    padding: 0 6px;
    font-weight: 300;
}
.arrow li.alignText.on a {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.arrow li a img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
/*팝업 공통*/
.giftishow_pr {
    display: none;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #000;
    padding: 1em;
    z-index: 1000;
}
.pr_pop_close {
    width: 100%;
    text-align: right;
}
.pr_pop_close_icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-image: url("/_asset/img/close_Btn.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pr_title {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}
.pr_bottom {
    padding: 20px;
}
.info_text {
    padding: 10px 10px 0;
    font-size: 12px;
}
.info_text.info_text_red {
    color: #ff0000;
}
.info_text.info_text_gray {
    color: #999;
}
.info_pr {
    display: none;
    width: 300px;
    height: auto;
    padding: 10px 20px;
    border: 1px solid #000;
    background: #fff;
    z-index: 10;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
}
.info_pr p {
    font-size: 12px;
    color: #333;
    text-align: center;
}
.info_pr .info_pr_title {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    padding-bottom: 10px;
}
.info_pr a {
    display: block;
    text-align: right;
    font-weight: 900;
    text-decoration: underline;
}

/*팝업_기프티쇼 교환*/
.giftishow_pr_inner .item ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
}
.giftishow_pr_inner .item ul li p {
    color: #333;
    font-size: 14px;
}
.giftishow_pr_inner .item ul li p.brand_name {
    font-weight: bold;
}
.giftishow_pr_inner .item ul li p.item_name {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.giftishow_pr_inner .item img {
    width: 150px;
    height: auto;
}
.calculation,
.spoon,
.privacy_area,
.result_top,
.result_bottom {
    padding: 10px 20px;
}
.calculation,
.result_top {
    border-bottom: 1px solid #000;
}
.privacy_area {
    padding-bottom: 0;
}
.calculation > ul,
.spoon > ul,
.result_top > ul,
.result_bottom > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-bottom: 10px;
}
.calculation > ul > li,
.spoon > ul > li .result_top > ul > li,
.result_top > .spoon_minus > li {
    color: #333;
    font-weight: normal;
}
.calculation > .total > li,
.spoon > .spoon_minus > li,
.result_bottom > ul > li {
    color: #000;
    font-weight: 900;
}
.privacy_area label {
    font-size: 14px;
    font-weight: 900;
}
.privacy_area input {
    width: 100%;
    max-width: 100%;
    height: 40px;
    border: 1px solid #000;
    outline: none;
    padding: 0 10px;
    margin: 5px 0 10px;
    font-size: 14px;
}
.privacy_area .q_mark {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    vertical-align: bottom;
    margin-left: 5px;
    cursor: pointer;
}
.privacy_area .q_mark::after {
    content: "?";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.giftishow_pr_inner .checkbox_area {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0;
}
.giftishow_pr_inner .checkbox_area label {
    font-size: 14px;
}
.giftishow_pr_inner .checkbox_area input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000;
    margin-right: 4px;
}
.giftishow_pr_inner .checkbox_area input[type="checkbox"]:checked {
    background: #fff url(/_asset/img/user/icon_check01_on.jpg) 50% 50% no-repeat;
    background-size: contain;
}
.giftishow_pr_inner .checkbox_area a {
    font-size: 14px;
    text-decoration: underline;
}
.alert_item {
    padding: 8px 16px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Noto Kr';
    margin-bottom: 8px;
    line-height: 1.5;
}

/*확인 팝업*/
.confirm_buy {
    max-width: 350px;
}
.confirm_buy ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.confirm_buy ul li {
    width: 50%;
}
.confirm_buy ul li button {
    width: 100%;
    height: 50px;
    background: #ccc;
    font-size: 16px;
    border: 1px solid transparent;
    outline: none;
}
.confirm_buy ul li button.confirm_btn {
    background: #000;
    color: #fff;
}

/* 기프티쇼 이용약관 팝업 */
.layer_spoon_pop {
    display: none;
    width: 80%;
    max-width: 762px;
}
.pr_pop {
    max-height: 850px;
    word-break: keep-all;
    display: none;
}
.pr_pop h3 {
    padding: 15px 0 30px;
    font-size: 20px;
    text-align: center;
}
.pr_pop > p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.pr_pop li,
.pr_pop p {
    line-height: 30px;
}
.pr_pop ul.terms-list {
    padding: 10px 0;
    height: 100%;
    max-height: 700px;
}
.pr_pop ul.terms-list li {
    font-size: 16px;
    padding-left: 5px;
}
.pr_pop ul.terms-list li > p {
    padding-left: 5px;
}
.pr_pop ul.terms-list li .terms-tit {
    font-weight: 600;
    padding: 10px 0 5px;
}
.pr_pop ul.terms-list li ul.sub-terms {
    padding: 5px 10px;
}
.pr_pop ul.terms-list li ul.sub-terms li {
    padding: 5px 0;
}
.pr_pop ul.terms-list li ul.sub-terms p {
    padding-left: 5px;
    font-size: 14px;
}
.pr_pop ul.terms-list li ul.sub-terms .sub-terms-tit {
    font-weight: 600;
    padding: 5px 0;
}
.pr_pop .gotoprev {
    text-align: center;
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color: #ababab;
}

/*교환완료 팝업*/
.giftishow_complete .pr_bottom .full_btn {
    margin-top: 10px;
    padding: 10px 50px;
}

/* 본인인증 이동 팝업 */
.verification_buy .btn_wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 20px;
}
.verification_buy .btn_wrap button {
    padding: 8px 16px;
    font-size: 16px;
    border: none;
    border: 1px solid #000;
}
.verification_buy .btn_wrap .btn_white {
    background: #fff;
    color: #000;
}
.verification_buy .btn_wrap .btn_black {
    background: #000;
    color: #fff;
}

@media all and (max-width: 1400px) {
    .giftishow_wrap .header {
        padding: 0 1.5em;
    }
    .giftishow_select_top {
        width: 100%;
    }
    .giftishow_list_wrapper .giftishow_item_wrap {
        width: 33%;
    }
}

@media all and (max-width: 1000px) {
    .giftishow_list tr td input[type="number"] {
        width: 40px;
        height: 30px;
    }
    .giftishow_list tr td button {
        padding: 0 10px;
        height: 30px;
    }
}

@media all and (max-width: 768px) {
    .v2_main_visual{
        margin-bottom: 30px;
    }
    .v2_main_visual .pc_banner {
        display: none;
    }
    .v2_main_visual .mo_banner {
        display: block;
        height: 100%;
    }
    .v2_main_visual .mo_banner img {
        height: 100%;
        aspect-ratio: 1.5 / 1;
        margin-bottom: 0;
    }
    .giftishow_wrap header h1 {
        font-size: 8vw;
    }
    .giftishow_list_wrapper .giftishow_item_wrap {
        width: 50%;
        text-align: center;
    }
    .giftishow_list_wrapper .giftishow_item_wrap img {
        width: 80%;
    }
    .spoonbox ul {
        padding: 0 1em;
    }
    .spoonbox ul li {
        width: 33%;
        letter-spacing: -1px;
    }
    .spoonbox ul li::after {
        display: none;
    }
    .spoonbox ul li strong.number {
        font-size: 20px;
    }
    .layer_spoon_pop.pr_pop {
        width: 100%;
        max-width: 400px;
        height: 90vh;
        max-height: 600px;
        box-shadow: 0px 0px 10px #000;
    }
    .pr_pop.layer_spoon_pop ul.terms-list {
        max-height: 450px;
    }
}

@media all and (max-width: 480px) {
    .giftishow_wrap .header {
        padding: 0 1.5em 1em;
        margin-bottom: 30px;
    }
    .giftishow_wrap .header p {
        line-height: 1.5;
    }
    .giftishow_select_top {
        flex-direction: column;
        row-gap: 20px;
    }
    .giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul {
        column-gap: 3%;
        align-items: flex-start;
    }
    .giftishow_select_brand_inner .giftishow_select_brand_thumbnail ul li {
        width: 30%;
    }
    .select_category select#giftishow_category,
    .select_itemname #giftishow_itemname,
    .giftishow_listarea select#giftishow_filter,
    .btn {
        height: 45px;
    }
    .giftishow_listarea select#giftishow_filter {
        max-width: 150px;
    }
    .btn {
        font-size: 16px;
    }
    .go_mytable {
        margin: 0 0 20px auto;
    }
    .giftishow_list_wrapper {
        column-gap: 2%;
    }
    .giftishow_list_wrapper .giftishow_item_wrap {
        width: 49%;
        padding: 1em 0;
    }
    .giftishow_item_wrap p:nth-child(3) {
        height: 44px;
    }
    .giftishow_pr {
        padding: 2em 1em;
    }
    .full_btn {
        padding: 10px;
    }
    .giftishow_item_wrap p {
        padding-bottom: 10px;
        font-size: 14px;
        letter-spacing: -1px;
    }
    .giftishow_list_wrapper .giftishow_item_wrap button {
        padding: 0 1em;
        font-size: 14px;
    }
}
