@charset "UTF-8";
body {
    opacity: 1;
}

:root {
    --transition-time : 300ms;
}
button {
    background:none;
    padding:0;
}
.fc-red {color:#FF4949;}

/**/
.wrap {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

@media (max-width:1320px){
    .wrap {
        max-width:86%;
    }
}

/**/
.card {
    border:0;
    border-radius:12px;
}
.card .card-body {
    padding:4.8rem;
}

/**/
textarea.form-leo,
select.form-leo,
input.form-leo {
    border-radius: 6px;
    background: #FFF;
    width: auto;
    height: 5.6rem;
    flex-shrink: 0;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    padding: 1.4rem;
}

/**/
input.form-leo:active,
input.form-leo:focus {
    border: 0;
    outline: 1px solid #3287D7;
}

/**/
textarea.form-leo {
    width:100%;
    min-height:24rem;
}

/**/
.form-group {
    display:flex;
    flex-direction: column;
}

/**/
header .bnr {
    background: #EA5F61;
    display: flex;
    width: 100%;
    height: 52px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
header .bnr p {
    font-family: Pretendard, sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
}
header .bnr span {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
}

@media(max-width:767px){
    header .bnr {
        height:auto;
        text-align:center;
        padding:1rem;
    }
    header .bnr span {
        display:block;
        text-align:center;
    }
}

/**/
#gnb {
    display: flex;
    justify-content: space-between;
    height: 92px;
    align-items: center;
}
#gnb .rect-left {
    display: flex;
}
#gnb .rect-right {
    display: flex;
}
#gnb .logo {
    margin-right: 40px;
}
#gnb nav ul {
    display: flex;
    align-items: center;
    height: 100%;
}
#gnb nav ul li {
    padding: 0 1.2rem;
}
#gnb nav ul a {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 120%; /* 24px */
}
#gnb .search {
    display: flex;
    align-items: center;
    margin-right: 1.2rem;
    /* 검색 */
}
#gnb .search input.search-input {
    border-radius: 8px;
    border: 1px solid var(--cccccc, #DDD);
    background: #FFF;
    height: auto;
    padding: 8px 12px 8px 56px;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem; /* 133.333% */
    background: url(/images/content/layout/icon_search.png) no-repeat center left 12px;
}
#gnb .search input.search-input::placeholder {
    text-align: left;
    opacity: 0.2;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
#gnb .my {
    display: flex;
}
#gnb .my .cart {
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
}
#gnb .my .cart a {
    width: 32px;
    height: 32px;
    background: url(/images/content/layout/icon_cart_32.png) no-repeat center center;
    position:relative;
}
#gnb .my .cart a span {
    display:none;

    position:absolute;
    top:0;
    right:0;
    width:16px;
    height:16px;
    border-radius:100%;
    background:#3287D7;

    color: #FFF;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
}
#gnb .my ul {
    display: flex;
}
#gnb .my ul li {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1.2rem;
    position: relative;
}
#gnb .my ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #D9D9D9;
    left: -1px;
}
#gnb .my ul li:first-child:before {
    display: none;
}
#gnb .my ul a {
    display: block;
    color: #555;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
#gnb .lang {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-left:1rem;
    gap:0.8rem;
}
#gnb .lang a {
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    letter-spacing: -1px;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

@media (max-width:767px) {
    #gnb {
        padding:2rem;
        flex-direction: column;
        height:auto;
    }
    #gnb .rect-left {
        justify-content: space-between;
        margin-bottom:2rem;
    }
    #gnb .rect-right {
        justify-content: flex-end;
    }
}

@media(max-width:424px){
    #gnb .logo {
        margin:0;
    }
    #gnb .rect-left {
        flex-direction: column;
        gap: 3rem;
        align-items: center;
    }
}

/**/
#snb {
    border-top:1px solid #CCCCCC;
    overflow-x:auto;
}
#snb > div {
    border-bottom:1px solid #ccc;
}
#snb ul.wrap {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
#snb ul li {
    height:100%;
    position:relative;
    height:6.4rem;
}
#snb ul li:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:2px;
    background:#3287D7;
    opacity: 0;
    transition:opacity var(--transition-time);
}
#snb ul li a {
    color: #000;
    font-size: 1.8rem;
    padding:0 2rem;
    font-style: normal;
    font-weight: 600;
    transition:color var(--transition-time);
    height:100%;
    display:flex;
    align-items: center;
    white-space: nowrap;
}
#snb ul li.active {}
#snb ul li:hover:before,
#snb ul li.active:before {
    opacity: 1;
}
#snb ul li:hover a,
#snb ul li.active a {
    color:#3287D7;
}

/**/
.container-section {
    padding:8rem 0;
}

@media(max-width:424px){
    .container-section {
        padding:3rem 0;
    }
}

/**/
footer {
    background: #000;
    padding: 4.8rem 0;
}
footer .wrap {
    display: flex;
    justify-content: space-between;
}
footer .logo path.outline {
    fill: #fff;
}
footer .data .rect {
    display: flex;
}
footer .data .rect > div {
    margin-right: 8rem;
}
footer .data .rect > div:last-child {
    margin-right: 0;
}
footer .data .rect p {
    color: #FFF;
    font-family: Pretendard, sans-serif;
    font-style: normal;
}
footer .data .rect p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem; /* 155.556% */
    margin-bottom: 2rem;
}
footer .data .rect p:nth-child(1) a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
footer .data .rect p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2.4rem; /* 150% */
}
footer .data .copyright {
    color: #FFF;
    font-family: Pretendard, sans-serif;
    font-style: normal;
    opacity: 0.4;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 20px; /* 142.857% */
    margin-top: 4rem;
}

@media(max-width:1023px){
    footer .wrap {
        flex-direction: column;
        gap:3rem;
    }
    footer .logo {
        text-align:center;
    }
    footer .data .rect {
        justify-content: center;
        text-align:center;
    }
    footer .data .copyright {
        text-align:center;
    }
}
@media(max-width:767px){
    footer .data .rect {
        gap:2rem;
    }
    footer .data .rect > div {
        margin:0;
    }
}
@media(max-width:424px){
    footer .data .rect {
        flex-direction: column;
    }
}

/**/
#sub-visual{
    display:none;
    padding:0;
    height:44rem;
    background-image:url(/images/content/layout/sub_01.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#sub-visual .wrap {
    display:flex;
    justify-content: space-between;
    height:100%;
    background-repeat:no-repeat;
    background-position:center right;
}
#sub-visual.visual-1 {
    background-image:url(/images/content/layout/sub_01.png);
}
#sub-visual.visual-1 .text p:nth-child(1),
#sub-visual.visual-1 .text p:nth-child(2) {
    color:#000;
}
#sub-visual.visual-2 {
    background-image:url(/images/content/layout/sub_02.png);
}
#sub-visual.visual-3 {
    background-image:url(/images/content/layout/sub_03.png);
}
#sub-visual.visual-4 {
    background-image:url(/images/content/layout/sub_04.png);
}
#sub-visual.visual-5 {
    background-image:url(/images/content/layout/sub_05.png);
}
#sub-visual .text {
    display:flex;
    flex-direction: column;
    justify-content: center;
}
#sub-visual .text p {}
#sub-visual .text p:nth-child(1) {
    color: #ffffff;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.6rem;
    margin-bottom:2rem;
}
#sub-visual .text p:nth-child(2) {
    color: #ffffff;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    opacity: 0.8;
}
#sub-visual .image {}

@media(max-width:424px){
    #sub-visual.visual-1 {
        background-image:url(/images/content/layout/sub_01_m.png);
    }
    #sub-visual.visual-2 {
        background-image:url(/images/content/layout/sub_02_m.png);
    }
    #sub-visual.visual-3 {
        background-image:url(/images/content/layout/sub_03_m.png);
    }
    #sub-visual.visual-4 {
        background-image:url(/images/content/layout/sub_04_m.png);
    }
    #sub-visual.visual-5 {
        background-image:url(/images/content/layout/sub_05_m.png);
    }
    #sub-visual .text {
        justify-content: flex-start;
        padding-top:2rem;
    }
    #sub-visual .text p:nth-child(1) {
        font-size:3.4rem;
        line-height:4rem;
    }
}

/**/
.card-leo {
    max-width:640px;
    width:100%;
    margin:auto;
    border-radius: 16px;
    background: #eff2f5;
    padding:5.6rem;
    margin-bottom:4.8rem;
}


.card-leo:last-child {
    margin-bottom:0;
}
.card-leo .page {
    color: #555;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}
.card-leo .card-btns {
    display:flex;
    gap:1rem;
}
.card-leo .card-btns:has(> button:only-of-type) > button {}
.card-leo .card-btns:has(> button:nth-of-type(2):last-of-type) > button {}
.card-leo .card-btns:has(> button:nth-of-type(2):last-of-type) > button:nth-child(1) {
    width:40%;
}
.card-leo .card-btns:has(> button:nth-of-type(2):last-of-type) > button:nth-child(2) {
    width:60%;
}
.card-leo .card-title {
    color: #000;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin-top:2.4rem;
    margin-bottom:4.8rem;
}
.card-leo ul.leo-radio-group {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1rem;
}
.card-leo ul.leo-radio-group li {
    /*width:49%;*/
    /*margin-bottom:2%;*/
    position:relative;
}
.card-leo ul.leo-radio-group li input[type="radio"] {
    opacity: 0;
    position:absolute;
    top:0;
    left:0;
}
.card-leo ul.leo-radio-group li button {
    text-align:center;
    height:56px;
    width:100%;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border:1px solid #fff;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
}
.card-leo ul.leo-radio-group li button:focus,
.card-leo ul.leo-radio-group li button:hover {
    outline:0;
}
.card-leo ul.leo-radio-group li button.active {
    border-color:#3287D7;
    color:#3287D7;
    background:#BEDAF4;
    font-weight:600;
}

@media(max-width:767px){
    .card-leo {
        padding:3.2rem;
    }
}

/**/
.form-group {
    margin-bottom:4.0rem;
}
.form-group:last-child {
    margin-bottom:0;
}
.form-group div.textarea {
    border:2px solid red;
    background:#fff;
    border:0;
    border-radius:6px;
    overflow:auto;
    height:24rem;
    padding:1.4rem;

    /**/
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
}
.form-group label {
    color: #777;
    font-family: Pretendard,sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 4rem;
    margin-bottom:0.8rem;
    user-select:none;
}
.form-group .form-leo[type="password"],
.form-group .form-leo[type="text"] {
    width:100%;
}
.form-group > div {
    position:relative;
}
.form-group-checkbox {
    display:flex;
    flex-direction: row;
    align-items: center;
}
.form-group-checkbox label {
    user-select:none;
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    /*line-height: 2.8rem;*/
    margin:0;
}
.form-group select {
    /*background-image:url(/images/content/layout/icon_select.svg);*/
    /*background-repeat:no-repeat;*/
    /*background-position:center right 10px;*/
    border: 1px solid rgba(0, 0, 0, 0.20);
}
.error-text {
    font-size:1.4rem;
    color:rgb(255, 0, 0);
    position:absolute;
    left:0;
    bottom:0;
    transform:translateY(120%);
}
.form-group .group-head {
    width:100%;
}
.form-group .group-body {
    width:100%;
}
.form-group.form-tel .group-body {
    display:flex;
    justify-content: space-between;
}
.form-group.form-tel select {
    width:32%;
}
.form-group.form-tel input[type="text"] {
    width:32%;
}
.form-group.form-email .group-body {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.form-group.form-email input {
    width:45% !important;
}
.form-group.form-email select {
    width:45% !important;
}
.form-group.form-email span {}
.form-group.form-email input#estimate-email-domain {}
.form-group.form-email input#estimate-email-1 {}
.form-group.form-email input#estimate-email-2 {
    display:none;
}
.form-group.form-address {}
.form-group.form-address .group-head {
    display:flex;
    justify-content: space-between;
}
.form-group.form-address .group-head .btn-find-address {
    color: #3287D7;
    font-family: Pretendard, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4rem;
}
.form-group.form-address .group-body {
    display:flex;
    flex-direction: column;
    gap:1rem;
}
.form-group.form-address input[type="text"] {}
.form-group.form-address input[type="text"]:last-child {}



/**/
input[type="checkbox"].checkbox-leo {
    margin-right:0.8rem;
    /*transform:translateY(2px);*/

    /* 기본 UI 제거 */
    appearance: none;
    -webkit-appearance: none;

    /* 박스 모양 */
    width: 22px;
    height: 22px;
    border: 2px solid #3287D7;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;

    /* 포커스 접근성 */
    outline: none;
}
input[type="checkbox"].checkbox-leo:focus-visible {
    box-shadow: 0 0 0 3px rgba(26,115,232,.3);
    border-color: #3287D7;
}
input[type="checkbox"].checkbox-leo:checked{
    background: url(/images/content/layout/btn_checkbox.svg) no-repeat center center;
}


/**/
.btn-leo-s {
    border:1px solid #3287D7;
    border-radius:6px;
    background:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    width:20rem;
    height:6.4rem;
    color: #3287D7;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    transition: background-color 200ms;
}
.btn-leo-s:hover {
    background: #CEE2F5;
    color: #3287D7;
}
.btn-leo-a {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius:6px;
    background:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    width:20rem;
    height:6.4rem;
    color: #555;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    transition: background-color 200ms;
}
.btn-leo-a:hover {
    background: #CEE2F5;
    color: #3287D7;
}
.btn-leo-m {
    border:1px solid #3287D7;
    border-radius:6px;
    display:flex;
    background:#3287D7;
    justify-content: center;
    align-items: center;
    width:20rem;
    height:6.4rem;
    color: #fff;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    transition: background-color 200ms;
}
.btn-leo-m:hover {
    color:#fff;
    background-color:#1867B1;
}

/**/
.num-box {
    user-select:none;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:#fff;
    border:1px solid #ccc;
    border-radius:4px;
    width:100px;
    height:40px;
}
.num-box .minus,
.num-box .plus {
    width:40px;
    cursor:pointer;
}
.num-box .minus {}
.num-box .plus {}
.num-box .sum-item {
    border:0;
    height:100%;
    padding:0;
    width:36px;
    text-align:center;
    border-radius:0;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
}
.num-box .sum-item:focus {
    outline:0;
    border:0;
}

/**/
.sort-type {
    padding:2.2rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom:6.5rem;
}
.sort-type a {
    color: #555;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    margin-right:4rem;
}
.sort-type a:last-child {
    margin-right:0;
}
.sort-type a.active {
    color:#3287D7;
}

/**/
ul.pagination {
    justify-content: center;
}
ul.pagination li.page-item {}
ul.pagination a.page-link {
    color:#999;
    border:0;
}
ul.pagination .active a.page-link {
    color:#000;
    background:none;
}
ul.pagination li.page-item.first ,
ul.pagination li.page-item.previous,
ul.pagination li.page-item.next,
ul.pagination li.page-item.last {position:absolute;}
ul.pagination li.page-item.first a.page-link,
ul.pagination li.page-item.previous a.page-link,
ul.pagination li.page-item.next a.page-link,
ul.pagination li.page-item.last a.page-link {width:32px; height:32px; padding:0;}
ul.pagination li.page-item.first {left:0;}
ul.pagination li.page-item.previous {left: 0;}
ul.pagination:has(li.page-item.first) li.page-item.previous {left:36px;}
ul.pagination li.page-item.next {right:0;}
ul.pagination:has(li.page-item.last) li.page-item.next {right:36px;}
ul.pagination li.page-item.last {right:0;}
ul.pagination li.paginate_button {}
ul.pagination li.paginate_button.active {}

/**/
.category-sort {
    display:flex;
    gap:0.8rem;
    overflow:auto;
}
.category-sort a {
    border-radius: 333px;
    background: #EFF2F5;
    display: flex;
    padding: 1.0rem 2.0rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #666;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    white-space: nowrap;
}
.category-sort a.active {
    border-radius: 333px;
    background: #3C3C3C;
    color:#fff;
}

/**/
.tags {
    display:flex;
    gap:0.6rem;
}
.tags .tag {
    padding:0.6rem 1rem;
    background:#EFF2F5;
    color:#555555;
    border-radius:4px;
    font-size:1.4rem;
    font-weight:600;
    user-select:none;
    font-style: normal;
    line-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:default;
    user-select:none;
}
.tags .tag.tag-cancel,
.tags .tag.tag-refund,
.tags .tag.tag-payok,
.tags .tag.tag-review,
.tags .tag.tag-best,
.tags .tag.tag-new,
.tags .tag.tag-recommend,
.tags .tag.tag-hot {
    background:#EA5F61;
    color:#fff;
}
.tags .d-flex.gap {
    gap:0.4rem;
}

/* 상품리뷰 별점 */
.review-star {
    display:flex;
}
.review-star .star {
    display:block;
    margin-right:2px;
    width:20px;
    height:20px;
    background-image:url(/images/shop/icon_star_default.svg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
}
.review-star .star.active {
    background-image:url(/images/shop/icon_star_blue.svg);
}

/**/
#shopReviewModal {}
#shopReviewModal .product-info {
    text-align:center;
    margin-bottom:1.6rem;
}
#shopReviewModal .product-info .review-star {
    display:flex;
    justify-content: center;
    margin:1.6rem 0;
}
#shopReviewModal .product-info .review-star .star {
    width:40px;
    height:40px;
}



/**/
.shop-product-list {
    display:flex;
    flex-wrap:wrap;
    margin:0 -1%;
}
.shop-product-list .product-item {
    width:23%;
    margin:1%;
    position:relative;
}
.shop-product-list .product-image {
    background-color: #EFF2F5;
    height:320px;
    background-repeat: no-repeat;
    background-size:100%;
    background-position:center center;
    transition:transform 300ms ease;
    border-radius: 12px;
}
.shop-product-list .product-image:hover {
    transform:scale(1.2);
}
.shop-product-list .product-data {}
.shop-product-list .product-data .tags {
    margin:1.6rem 0;
    display:flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.shop-product-list .product-data .name {
    color: #555;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0.6rem;
}
.shop-product-list .product-data .price {
    margin-bottom:0.6rem;
    color: #000;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    
}
.shop-product-list .product-data .review {
    color: #777;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
}
.shop-product-list .best-tag {
    position:absolute;
    width:30px;
    height:40px;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background:url(/images/content/main/best_tag.svg) no-repeat center center;
    font-size:1.6rem;
    font-weight:600;
    left:2rem;
    z-index:10;
}
.shop-product-list .best-tag span {
    transform:translateY(-3px);
}
@media(max-width: 1023px){
    .shop-product-list .product-item {
        width:48%;
    }
    .shop-product-list .product-image {
        height:240px;
    }
}
@media(max-width: 424px){
    .shop-product-list .product-image {
        height:160px;
    }
}

/**/
span.step {
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #E4F0FC;
    color: #1867B1;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
}