/*
Theme Name: Aora Child
Theme URI: https://elementor2.thembay.com/aora/
Author: Thembay
Description: This is a child theme for Aora
Version: 1.0
Author URI: https://thembay.com/
Template: aora
Text Domain: aora-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

@import "reset.css";

.category_top {
    display: block;
    max-width: 1404px;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}

.category_top li {
    display: inline-block;
    font-size: 10px;
    width: 90px;
}

.category_top_text {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    padding: 5px 0px 0px;
    position: relative;
    display: block;
}

/*aora 테마로 인해 엘리멘터 팝업 화면 넒게 출력되는 문제 수정*/
.dialog-type-lightbox .dialog-widget-content {
    width: auto;
}

/* 메인 검색창 테두리 */
.elementor-209 .elementor-element.elementor-element-22c7827f>.elementor-widget-container {
    border-style: none !important;
}

/* 메인 공지 사항 플로팅 버튼 시작 */
a {
    text-decoration: none;
}

.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.floating-open {
    display: flex;
    position: fixed;
    width: auto;
    height: auto;
    right: 50px;
    bottom: 150px;
    z-index: 99;
}

.floating-close {
    display: flex;
    position: fixed;
    width: auto;
    height: auto;
    right: 50px;
    bottom: 150px;
    z-index: 99;
    cursor: default;
}

.left-open {
    position: relative;
    width: 350px;
    height: 320px;
    margin-top: auto;
    margin-right: 37px;
    transition: all 0.1s ease 0s;
    opacity: 1;
}

.left-close {
    position: relative;
    width: 1px;
    height: 37px;
    margin-top: auto;
    margin-right: 37px;
    transition: all 1s ease 1s !important;
}

.left-item-list {
    position: relative;
    text-align: right;
}

.left-item-init {
    position: relative;
    display: inline-block;
    width: fit-content;
    height: 48px;
    padding: 0px 23px;
    margin-top: 15px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    background-color: rgb(255, 255, 255);
    color: rgb(49, 49, 49);
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 5px 17px 0px;
    cursor: default;
}

.left-item-open {
    position: relative;
    display: inline-block;
    width: fit-content;
    height: 48px;
    padding: 0px 23px;
    margin-top: 15px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    transition: all 0.5s ease 0s;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 5px 17px 0px;
}

.left-item-close {
    position: relative;
    display: inline-block;
    width: fit-content;
    height: 48px;
    padding: 0px 23px;
    margin-top: 15px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    background-color: rgb(255, 255, 255);
    color: rgb(50, 50, 50);
    transition: all 0.5s ease 0s;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 5px 17px 0px;
    cursor: default;
}

.left-open div:nth-of-type(1) .list {
    transition-delay: 0.5s;
}

.left-open div:nth-of-type(2) .list {
    transition-delay: 0.4s;
}

.left-open div:nth-of-type(3) .list {
    transition-delay: 0.3s;
}

.left-open div:nth-of-type(4) .list {
    transition-delay: 0.2s;
}

.left-open div .list {
    opacity: 1;
}

.left-close div:nth-of-type(1) .list {
    transition-delay: 0s;
}

.left-close div:nth-of-type(2) .list {
    transition-delay: 0.15s;
}

.left-close div:nth-of-type(3) .list {
    transition-delay: 0.25s;
}

.left-close div:nth-of-type(4) .list {
    transition-delay: 0.35s;
}

.left-close div .list {
    opacity: 0;
    transform: translateX(37px);
}

.list-point {
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    right: -24px;
    top: 50%;
    border-radius: 50%;
    background-color: rgb(62, 167, 110);
}

.left-open div:nth-of-type(1) .point {
    transition-delay: 0.4s;
}

.left-open div:nth-of-type(2) .point {
    transition-delay: 0.3s;
}

.left-open div:nth-of-type(3) .point {
    transition-delay: 0.2s;
}

.left-open div:nth-of-type(4) .point {
    transition-delay: 0.1s;
}

.left-open div .point {
    opacity: 1;
    transition: all 1s ease 0s;
}

.left-close div:nth-of-type(1) .point {
    transition-delay: 0.1s;
}

.left-close div:nth-of-type(2) .point {
    transition-delay: 0.2s;
}

.left-close div:nth-of-type(3) .point {
    transition-delay: 0.3s;
}

.left-close div:nth-of-type(4) .point {
    transition-delay: 0.4s;
}

.left-close div .point {
    transition: all 0s ease 0s;
    opacity: 0;
}

.right {
    position: relative;
    height: auto;
    bottom: -17px;
}

.right-item-line-open {
    position: absolute;
    width: 37px;
    height: calc(100% + 18px);
    right: 0px;
    bottom: 24px;
    margin-left: auto;
    transition: all 1s ease 0s;
}

.right-item-line-close {
    position: absolute;
    width: 37px;
    height: 37px;
    right: 0px;
    bottom: 24px;
    margin-left: auto;
    transition: all 1s ease 0s;
}

.close-button {
    width: 37px;
    height: 37px;
    background-color: rgb(255, 255, 255);
    transition: all 1s ease 0s;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 17px 0px;
}

.close-button::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 24px);
    left: 50%;
    background-color: rgb(204, 204, 204);
    z-index: -9;
}

.button-line-init {
    position: absolute;
    width: 2px;
    height: 17px;
    top: 7px;
    transform: translate(-50%, -50%);
    background-color: rgb(88, 88, 88);
}

.button-line-init::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 24px);
    left: 50%;
    background-color: rgb(204, 204, 204);
    z-index: -9;
}

.button-line-close {
    position: absolute;
    width: 2px;
    height: 17px;
    top: 7px;
    transition: all 0.7s ease 0s;
    transform: translate(-50%, -50%);
    background-color: rgb(88, 88, 88);
}

.close-one {
    transform: rotate(45deg) translate(2px, 3px);
    transform-origin: center center;
    left: 50%;
}

.close-two {
    transform: rotate(135deg) translate(3px, -2px);
    transform-origin: center center;
    left: 50%;
}

.close-button div {
    top: 7px;
}

.open-button {
    width: 37px;
    height: 37px;
    background-color: rgb(255, 255, 255);
    transition: all 1s ease 0s;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 17px 0px;
}

.open-button::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 24px);
    left: 50%;
    background-color: rgb(204, 204, 204);
    z-index: -9;
}

.open-button div {
    top: 7px;
}

.button-line-open {
    position: absolute;
    width: 2px;
    height: 17px;
    top: 7px;
    transition: all 0.7s ease 0s;
    transform: translate(-50%, -50%);
    background-color: rgb(88, 88, 88);
}

.open-one {
    transform: rotate(0deg) translate(-1px, 3px);
    transform-origin: center center;
    left: 50%;
}

.open-two {
    transform: rotate(90deg) translate(3px, 1px);
    transform-origin: center center;
    left: 50%;
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
    .floating-open {
        right: 5px;
        bottom: 100px;
    }

    .floating-close {
        right: 5px;
        bottom: 100px;
    }

    .left-item-init {
        font-size: 12px;
        height: 38px;
        line-height: 36px;
        font-weight: 700;
        padding: 0px 15px;
    }

    .left-item-open {
        font-size: 12px;
        height: 38px;
        line-height: 36px;
        font-weight: 700;
        padding: 0px 15px;
    }

    .left-item-close {
        font-size: 12px;
        height: 38px;
        line-height: 36px;
        font-weight: 700;
        padding: 0px 15px;
    }
}

/* 메인 공지 사항 플로팅 버튼 끝 */

/* 카카오톡 플로팅 버튼 시작 */
.kakao-floating {
    display: inline-block;
    position: fixed;
    width: 250px;
    margin-top: 40px;
    bottom: 43px;
    right: 20px;
    z-index: 99;
}

.kakao-floating .icon {
    transition: all 0.3s ease 0s;
    width: 72px;
    height: 72px;
    background-color: rgb(253, 228, 74);
    border-radius: 50%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 5px 17px 0px;
    text-align: center;
    line-height: 98px;
}

.kakao-floating .icon svg {
    vertical-align: text-bottom;
}

.kakao-floating .tag {
    display: block;
    position: absolute;
    top: 7px;
    right: 30px;
    width: 189px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 2px 5px 17px 0px;
    z-index: -1;
    font-size: 15px;
    font-weight: 900;
    color: rgb(49, 49, 49);
    padding-left: 47px;
}

@media all and (max-width: 767px) {
    .kakao-floating {
        right: 20px;
        bottom: 20px;
        width: auto;
    }

    .kakao-floating .tag {
        display: none;
    }
}

/* 카카오톡 플로팅 버튼 끝 */

/* 유튜브 중앙 정렬 시작 */
.entry-content p iframe {
    margin: 0px auto 30px;
    display: block;
}

p iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

/* 유튜브 중앙 정렬 끝 */

/* 상품 이미지 시작 */
.woocommerce div.product div.images img {
    width: auto;
    margin-left: 70px;
}

@media all and (max-width: 767px) {
    .woocommerce div.product div.images img {
        width: auto;
        margin-left: 0px;
    }
}

/* 상품 이미지 끝 */

/* 상품(그리드) 크기 및 정렬 */
.product.v1 .block-inner {
    display: flex;
    align-items: center;
    width: 200px;
    height: 180px;
    text-align: inherit;
    border: 1px solid #ebeaec;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 24px;
}

.product.v1 .block-inner figure {
    width: 180px;
    height: 140px;
}

.product.v1 .caption {
    padding-right: 40px;
}

.product.v1 .name a {
    color: rgb(94, 98, 96);
    font-weight: normal;
}

.woocommerce div.product span.price {
    font-size: 18px;
    color: #000000;
}

@media all and (max-width: 767px) {
    .product.v1 .block-inner {
        height: 140px;
    }

    .product.v1 .block-inner figure {
        height: 100px;
    }

    .product.v1 .caption {
        font-size: 12px;
        padding-right: 0px;
    }

    .product.v1 .name a {
        font-size: 12px;
        font-weight: bold;
    }

    .woocommerce div.product span.price {
        font-size: 14px;
    }
}

/* 체크아웃 이름 한줄에 표시 끝 */

/* 내계정 커스텀 메뉴 이미지 간격 */
.msma-block.msma-navigation-block.type-b .swiper-slide .menu .custom img {
    margin-bottom: 0px !important;
}

/* archive-review.php 상단 제목 살짝 표시되는 것 때문에 추가 */
#tbay-breadcrumb {
    display: none !important;
}