/* BASIC css start */
.detailHead {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.detailHead > div {
    width: 100%;
    min-width: var(--pc-min-width);
    max-width: 600px;
}
.detailHeadThumbnail {
    height: auto;
    min-height: var(--pc-min-width);
    max-height: 800px;
    background-color: #111111;
}
.detailHeadThumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detailHeadMeta {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 4vw;
    gap: 1.5rem;
}
.detailHeadName h4 {
    font-weight: 700;
    margin-bottom: 0.25em;
}
.detailHeadMeta > ul > p {
    /* font-size: 0.75rem; */
    padding-bottom: 0.25rem;
    font-weight: 500;
}
.detailHeadMeta > ul > li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
    /* justify-content: space-between; */
    /* margin: 1rem; */
}
.detailHeadMeta > ul > li > p:nth-child(1) {
    width: 30%;
}
.detailHeadMeta > ul > li > p:nth-child(2) {
    width: 70%;
}
.detailHeadMeta > ul > * {
    padding-bottom: 0.25rem;
}
.detailHeadMeta > ul > li > p > select {
    width: 100%;
    background: var(--lightgrey);
    padding: 0.25rem;
    border-radius: 2.5rem;
}
.detailBenefit {
    width: 100vw;
    min-width: 100%;
    background: linear-gradient(247deg, #85a5ff, #ffaaaa);
    background-size: 200% 200%;

    -webkit-animation: con4backAnimation 5s ease infinite;
    -moz-animation: con4backAnimation 5s ease infinite;
    -o-animation: con4backAnimation 5s ease infinite;
    animation: con4backAnimation 5s ease infinite;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 1.5rem 0;
}
.detailBenefit * {
    color: var(--white);
}
.detailBenefit h3 {
    font-weight: 700;
    /* font-size: 1rem; */
}
.detailBenefit h1 {
    font-weight: 700;
    font-size: 3rem;
}
.detailBenefit > div {
    display: flex;
    flex-flow: column;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    border-radius: 2.5rem;
}
.detailBenefit p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2rem;
    border-radius: 2.5rem;
    padding: 0 2rem;
    box-shadow: 2px 2px 5px #00000020;

    background: linear-gradient(247deg, #85a5ff, #ffaaaa);
    background-size: 300% 300%;

    -webkit-animation: con4backAnimation 3s ease infinite;
    -moz-animation: con4backAnimation 3s ease infinite;
    -o-animation: con4backAnimation 3s ease infinite;
    animation: con4backAnimation 3s ease infinite;
}
.detailBenefit a {
    /* line-height: 2.5rem;
    padding: 0 2.5rem;
    border-radius: 2.5rem;
    background-color: var(--white);
    color: var(--brandcolor);
    box-shadow: 2px 2px 5px #00000020; */
    padding: 0.25rem;
    border-bottom: 1px solid var(--white);
}
.MK_p-name {
    font-weight: 500;
    width: 30%;
}
.MK_qty-ctrl {
    display: flex;
    gap: 0.125rem;
}
.MK_qty-ctrl > a {
    display: block;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px #00000050;
}
.MK_price {
    margin-left: 2rem;
}
.MK_btn-del {
    width: 1rem;
    margin-left: auto;
}
.btn-type-02 box-gradient-02 box-shadow-02 {
}
.totalPrice {
    text-align: right;
    /* float: right; */
}
.detailHeadBtns {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5em;
    font-size: 0.875rem;
}
.detailBtnsUtil {
    width: 100%;
}
.detailBtnsUtil > a {
    width: 100%;
    line-height: 2.25rem;
    border-radius: 2.25rem;
    background: var(--lightgrey);
    text-align: center;
    display: block;
}
.detailBtnsPurchase {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 0.5em;
}
.detailBtnsPurchase > a,
.detailBtnsPurchase > button {
    /* flex: 1; */
    width: calc(50% - var(--smallgap) / 2);
    line-height: 2.25rem;
    border-radius: 2.25rem;
    text-align: center;
}

.detailBtnsPurchase > a {
    background-color: var(--black);
    color: var(--white);
}
.npaybtnWrapper {
    background-color: #1ec800;
}
.kpaybtnWrapper {
    background-color: #f7e600;
}
.detailBtnsPurchase > button > div {
    position: absolute;
    top: 2.5rem;
    z-index: 3;
    padding: 1rem 0;
    display: none !important;
    background-color: var(--white);
}
.detailBtnsPurchase > button:hover > div {
    display: block !important;
}
.detailNav {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.75rem;
    gap: 1.5rem;
    padding: 1rem;
    background-color: #fafafa;
    /* box-shadow: 0px -3px 3px #00000020; */
}
#detailNav1 > a:nth-child(1) {
    border-bottom: 2px solid var(--darkgrey);
}
#detailNav2 > a:nth-child(2) {
    border-bottom: 2px solid var(--darkgrey);
}
#detailNav3 > a:nth-child(3) {
    border-bottom: 2px solid var(--darkgrey);
}
#detailNav4 > a:nth-child(4) {
    border-bottom: 2px solid var(--darkgrey);
}
/* optionCtrl ¾ø¾Ù Áö ¼öÁ¤ */
.relation {
    width: 100%;
    padding: 1rem;
    overflow-x: scroll;
}
.relation .prdList {
    display: flex;
    flex-flow: row nowrap;
}
.relation .prdList .item {
    margin: 0.5rem 0.5rem 0.5rem 0;
    width: 16.7vw;
    max-width: 200px;
    min-width: 166px;

    display: flex;
    flex-flow: column nowrap;
}
.relation .prdList .item .relatedThumb {
    width: 100%;
    height: 22.3vw;
    max-height: 267px;
    min-height: 221px;
    display: flex;
    align-items: center;
    background-color: var(--white);
    box-shadow: 0px 1px 3px #00000010;
}
.relation .prdList .item > p:nth-child(2) {
    font-weight: 500;
    color: var(--black);
}
.relation .prdList .item > p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    color: var(--darkgrey);
}

.prd-detail {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.prd-detail > img {
    width: 100%;
    max-width: 1000px;
}
#productWrap {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 5rem 0;
}
#productWrap > h4 {
    font-weight: 700;
    padding: 0.5em;
}
#productWrap > div {
    width: 100%;
    display: flex;
    border-bottom: 1px solid var(--bordergrey);
}
#productWrap > div > p:nth-child(1) {
    width: 30%;
    padding: 1rem;
    background-color: var(--lightgrey);
}
#productWrap > div > p:nth-child(2) {
    width: 70%;
    padding: 1rem;
}

.boardWrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}
.boardWrapper > h4 {
    margin: 1rem auto 1rem 1rem;
    font-weight: 700;
}
.boardHead,
.boardList {
    display: flex;
    width: 100%;
    align-items: center;
}
.boardHead > p,
.boardList > p {
    font-size: 0.75rem;
    padding: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.boardHead > p:nth-child(1),
.boardList > p:nth-child(1) {
    width: 15%;
}
.boardHead > p:nth-child(2),
.boardList > p:nth-child(2) {
    width: 40%;
}
.boardList > p:nth-child(2) {
    color: var(--black);
    font-weight: 500;
}
.boardHead > p:nth-child(3),
.boardList > p:nth-child(3) {
    width: 30%;
}
.boardHead > p:nth-child(4),
.boardList > p:nth-child(4) {
    width: 15%;
}
.boardHead {
    background-color: var(--black);
    font-weight: 500;
}
.boardHead > p {
    color: var(--white);
}
.boardList {
    border-bottom: 1px solid var(--bordergrey);
}
.boardList > p > span {
    display: flex;
    gap: 0.5em;
}
.boardList > p > span svg {
    width: 1rem;
    height: 1rem;
}
.boardList > p > span path {
    fill: none;
    stroke: #111111;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.MS_review_content_box {
    width: 100%;
    display: none;
}
.review_board_content {
    font-size: 0.75rem;
    width: 100%;
}
.review_board_content > div {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid var(--bordergrey);
}
.MS_qna_content_box {
    width: 100%;
}
.qna_board_content {
    font-size: 0.75rem;
    width: 100%;
}
.qna_board_content > div {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid var(--bordergrey);
    display: flex;
    align-items: center;
}
.qna_board_content > div > input:nth-child(2) {
    background-color: var(--lightgrey);
    height: 2.25rem;
    width: 7rem;
    font-size: 0.75rem;
    padding: 1rem;
}
.qna_board_content > div > input:nth-child(3) {
    width: 4rem;
    height: 2.25rem;
    background-color: var(--black);
    color: var(--white);
    font-size: 0.75rem;
}
.board-btns {
    display: flex;
    gap: 1rem;
    margin: 1rem;
}
.board-btns > a {
    font-size: 0.875rem;
    line-height: 2rem;
    width: 7rem;
    text-align: center;
    background-color: var(--black);
    color: var(--white);
    border-radius: 2rem;
}
.paging {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 0.875rem;
}

/* 

Æ÷Åä¸®ºä

*/

.review_board_file_preview {
    display: flex;
    flex-flow: row wrap;
    gap: 0.25rem;
    width: 100%;
    padding: 0 0.25rem;
}
.review_board_file_preview img {
    flex: 1;
    width: 24vw;
    height: 24vw;
    max-width: 10rem;
    min-width: 5rem;
    max-height: 10rem;
    min-height: 5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    overflow: hidden;
    object-position: center;
    object-fit: cover;
}
.review_board_file_preview img:hover {
    transition: 0.3s;
    opacity: 0.4;
}
#review_board_file_bg {
    display: none;
    /* display: flex; */
    flex-flow: column nowrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 0.5rem;
    background-color: #00000060;
    z-index: 100;
}
#review_board_file_close {
    padding: 0.6rem;
    border-radius: 2rem;
    background-color: var(--white);
    cursor: pointer;
}
#review_board_file_close svg {
    width: 0.875rem;
    height: 0.875rem;
    stroke: var(--black);
    stroke-width: 2px;
}

#review_board_file_close:hover {
    background-color: var(--black);
    transition: 0.3s;
}
#review_board_file_close:hover svg {
    stroke: var(--white);
}
#review_board_file_container {
    height: calc(100% - 5rem);
    border-radius: 0.5rem;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    padding: 0.5rem;
    gap: 0.5rem;
}
.review_board_file_main .MS_cmt_list_box {
    display: none;
}
.review_board_file_main {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.25rem;
}
.review_board_file_main_content {
    border-radius: 0.25rem;
    box-shadow: 1px 1px 3px #00000030;
    height: auto;
    min-height: 16rem;
    max-height: 50vh;
    overflow-y: scroll;
}
.review_board_file_main_text {
    padding: 0.5rem;
    font-size: 0.8125rem;
}
.review_board_file_main_img {
    width: 100%;
    /* border-radius: 1rem; */
    overflow: hidden;
    background-color: #00000020;
}
.review_board_file_main_img img {
    width: auto;
    object-fit: contain;
    object-position: center;
}
.review_board_file_main_imglist {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}
.review_board_file_main_imglist img {
    width: 23%;
    aspect-ratio: 1/1;
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: center;
}
.review_board_file_main_subject {
    display: flex;
    gap: 0.3125rem;
    align-items: center;
}
.review_board_file_main_subject h5 {
    font-weight: 700;
}
.review_board_file_main_subject .MS_review_mark_icon {
    font-size: 1.25rem;
}
.review_board_file_main_writed {
    display: flex;
    justify-content: space-between;
}
.review_board_file_main_writed p {
    font-size: 0.675rem;
    color: var(--darkgrey);
}
.review_board_file_main_info {
}

/*  */
.review_board_file_list {
    overflow: scroll;
    display: grid;
    grid-gap: 0.25rem;
    grid-template-rows: repeat(12, 1fr);
    grid-template-columns: repeat(4, 1fr);
}
.review_board_file_list .review_board_file_main_title {
    display: none;
}
.review_board_file_list > a {
    width: 22vw;
    height: 22vw;
    max-width: 10rem;
    min-width: 5rem;
    max-height: 10rem;
    min-height: 5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.review_board_file_list > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_board_file_list > a > img:hover {
    transition: 0.3s;
    opacity: 0.3;
}
.review_board_file_recommend a {
    font-size: 0.75rem;
    color: var(--darkgrey);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0 1rem;
    width: max-content;
    line-height: 1.75rem;
    border-radius: 1.5rem;
    box-shadow: 1px 1px 3px #00000030;
}
.review_board_file_recommend a svg {
    width: 0.8125rem;
    fill: #00c6b7;
}
.review_board_file_recommend a span {
    font-size: 0.575rem;
    font-weight: 700;
}

.review_board_file_recommend a:hover {
    transition: 0.3s;
    background-color: var(--lightgrey);
}
.review_board_file_recommend a:hover svg {
    transition: 0.3s;
    fill: var(--brandcolor);
}

/* ÃßÃµ¸®ºä */
#recmd_review_container {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0.5rem;
}
.recmd_review {
    width: 22%;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.375rem;
    box-shadow: 0px 1px 4px #00000025;
}
.recmd_review > img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
.review_title {
    display: flex;
    flex-flow: column;
    gap: 0.25rem;
    padding: 0 0.375rem;
}
.review_title span {
    font-size: 0.875rem;
}
.review_title h5 {
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review_write {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0 0.375rem 0.75rem 0.375rem;
}
.review_write h6 {
    color: var(--darkgrey);
}
@-webkit-keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-o-keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes con4backAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* BASIC css end */

