/* common */

html {
    font-size: 16px;
    overflow-x: hidden;
    width: 100% !important;
}

body {
    position: relative;
    min-height: 100vh;
    min-width: min-content;
    padding: 0;
    margin: 0;
    pointer-events: auto !important;
    cursor: auto !important;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none; /
}

@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/pretendard/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: 'Pretendard', sans-serif;
}

ul {
    list-style: none;
}

li {
    margin: 0 !important;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none !important;
}

p { color: #333 }

::placeholder {
    color: #bbb !important;
}

/* 쇼핑몰 버튼 가리기 */
.btn_wrap_option, .btn_common_blocks_opt, .btn_board_set.btn_common_blocks_opt {
    display: none;
}

.rounded {
    border-radius: 10px !important;
}

#content {
    min-height: 100vh;
    background-color: var(--commonPageBgColor);
}

div[data-gjs-type="content"] {
    min-height: 100vh;
    background-color: var(--commonPageBgColor);
}

#wrapper #content.commonPage {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

@media (max-width: 768px) {

    .header .logo {
        padding: 25px !important;
    }

    .search {
        padding: 29px 0 !important;
    }
}

#content_container .boardList {
    padding-top: 10rem !important;
}

.product-list-wrapper, .boardDetail { padding-top: 10rem !important; }
/* pop-up style*/

@media (min-width: 991px) {
    .main-popup-floating {
        width: 450px;
        height: fit-content;
        position: fixed;
        top: 0;
        left: 0;
        border: 1px solid #ccc;
        margin: 1rem;
        z-index: 100000;
        box-sizing: border-box;
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .main-popup-floating .popup-img {
        width: 100%;
        max-width: 599px;
        /* min-height: 538px; */
        height: 100%;
        box-sizing: border-box;
        overflow: auto;
        z-index: 999;
    }

    .main-popup-floating .popup-img img {
        width: 100%;
    }

    .main-popup-floating .popup-btns button {
        float: left;
        background: #fafafa;
        cursor: pointer;
        font-size: 1rem;
        height: 60px;
        width: 50%;
        color: #555;
        border: 1px solid #ccc;
        border-top: 2px solid #ccc;
        background-color: #fff;
    }

    .main-popup-floating .popup-btns button:hover {
        background: #eee;
        transition: all .5s;
    }
}

@media (max-width: 990px) {
    .main-popup-floating {
        width: 90%;
        max-width: 400px;
        height: fit-content;
        border: 1px solid #ccc;
        position: fixed;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        background-color: #FFFFFF;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .main-popup-floating .popup-img {
        width: 100%;
        max-width: 400px;
        min-height: 300px;
        height: 100%;
        max-height: 500px;
        overflow-y: scroll;
    }

    .main-popup-floating .popup-img img {
        width: 100%;
    }

    .main-popup-floating .popup-btns button {
        float: left;
        background: #fafafa;
        cursor: pointer;
        font-size: 1rem;
        height: 4rem;
        width: 50%;
        color: #555;
        border: 1px solid #ccc;
        border-top: 2px solid #ccc
    }

    .main-popup-floating .popup-btns button:hover {
        background: #eee;
        transition: all .5s;
    }
}

.popup-text {
    max-height: 35rem;
    overflow-y: auto;
    margin: 0;
    padding: 30px;
    min-height: 20rem;
    width: 100%;
}

.popup-text img {
    width: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.popup-text:has(img) {
    padding: 0 !important;
    margin: 0;
    min-height: 0;
}
.popup-text p {
    margin-bottom: 0 !important;
}

.pt-50 {
    padding-top: 150px !important
}
.pb-50 {
    padding-bottom: 150px !important;
}


main.container {
    margin-top: 0 !important;
    width: 100%;
    position: relative;
    min-height: 100vh;
    max-width: 100vw !important;
    overflow: hidden;
    padding: 0;
}


#content_container {
    margin-top: 0 !important;
    width: 100%;
    position: relative;
    min-height: 100vh;
    max-width: 100vw !important;
    overflow: hidden;
    padding: 0;
}

.wrapper {
    background: #f8f8f8;
}

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    transition: background 0.3s ease;
    display: none;
    height: 10rem;
}

@media (max-width: 768px) {
    .header {
        height: 6.3rem;
    }

    #content_container {
        padding: 0 !important;
    }
}


.header form {
    display: inline;
}

.header .container {
    position:relative !important;
    /*background: #fff;*/
}

.header .container div, .header .container ul.menu {
    padding: 0;
}

.header.transparent {
    background: transparent;
    box-shadow: none;
}

.header.fixed {
    position: fixed !important;
}

.header ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    line-height: 3;
}

.header ul.menu li {
    display: inline-block;
    flex: auto;
    padding: 15px 5px;
}

.header ul.menu li a {
    display: inline-block;
    padding: 20px 5px;
    text-decoration: none;
    font-size: 0.95rem;
}

.header li a:hover,
.header .menu-btn:hover {
    color: #7977a7;
    color: var(--themeBorderColor) !important;
    transition: all .5s;
}

.header .logo, .footer_wrap .logo {
    display: inline-block;
    overflow: hidden;
    margin: 10px 5px;
    padding: 0 !important;
    width: 180px;
    height: 80px;
}

.header .logo img, .footer_wrap .logo img {
    width: 100%;
    height: 100%;
    object-fit:contain;
}


.header .menu_icon {
    line-height: 5.5rem;
    padding-top: 0.7rem !important;
}

.header .menu_icon i {
    color: #666;
}

.header .menu_icon li:hover i {
    color: var(--themeBgColor) !important;
    transition: all .5s;
}



@media (max-width: 767px) {
    .menu_icon {
        display: none !important;
    }

    .menu_icon_mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .menu_icon_mobile {
        display: none !important;
    }
}

footer .logo {
    font-size: 2em;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    footer .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
    }
}

.header ul.shop_menu {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    overflow: hidden;
}

.header ul.shop_menu .container li {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .shop_menu .container li a {
    padding: 5px !important;
}

/* header3 중앙정렬 css */

.header3.container {
    display: flex;
    justify-content: center;
    text-align: center;
}

.header3 .menu_icon.type3 {
    display: inline-block;
    float: right;
    position: absolute;
    right: 25px;
}

.header3 .search  {
    position: absolute;
    right: 0;
}

.header3 .menu-icon {
    position: absolute !important;
    right: 30px;
}


/*@media (max-width: 767px) {*/
/*    .shop_menu li:first-child { opacity: 0;}*/
/*}*/

/* 모바일 하단 고정메뉴 */

.menu-mobile {
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 8px;
    background-color: #fdfdfd;
    z-index: 9999;
    font-weight: 700;
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.1);
}

.menu-mobile .menu-list {
    width: 100%;
    position: absolute;
    right: 0;
    padding: 0;
    text-align: center;
    padding: 13px 0 10px 0;
}

.menu-mobile .menu-list .menu-item {
    display: inline-block;
    width: 18%;
}

.menu-mobile .menu-list .menu-item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    display: inline-block;
}

.menu-mobile .menu-list .menu-item a i {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    color: #bbb
}

.menu-mobile .menu-list .menu-item a span {
    font-size: 14px;
    color: #bbb;
}

.menu-mobile .menu-list .menu-item.active a i,
.menu-mobile .menu-list .menu-item.active a span {
    color: #7977a7;
    color: var(--themeBgColor) !important;
}

@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
}

@media (max-width: 374px) {
    .menu-mobile .menu-list .menu-item a span {
        font-size: 12px;
    }
}

/* floating-menu */

.floating-menu {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 0.9;
}

.floating-menu:hover {
    opacity: 1;
    transition: all .5s;
}

.floating-menu:hover .floating-menu a {
    display: block !important;
}

.floating-menu ul {
    padding: 0px;
    margin-bottom: 0;
}

.floating-menu li {
    border-bottom: 1px solid #ddd;
    text-align: center;

}

.floating-menu li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.floating-menu li:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.floating-menu li span.icon {
    width: 20%;
    padding: 10px 25px 10px 10px;
    /* border-right: 1px solid #ddd; */
    display: inline-block;
    color: #444444;
}

.floating-menu li span.text {
    padding-left: 10px;
    text-align: left;
    font-size: 0.9rem;
}

.floating-menu li:hover {
    background: #7977a7;
    background: var(--themeBgColor) !important;
    color: #fff !important;
    transition: all .5s;
}

.floating-menu li:hover a {
    color: #fff;
}

.floating-menu li:hover span.icon {
    color: #fff;
}

.floating-menu li:last-child {
    border-bottom: none;
}

.floating-menu a {
    display: inline-block;
    padding: 10px 0;
    width: 60%;
    text-align: left;
    display: none;
}

.crown-floating-menu {
    position: fixed;
    right: 10px;
    /*top: 19%;*/
    bottom: 0;
    transform: translateY(-50%);
    z-index: 1002;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    background: rgb(58 95 83) !important;
    color: #fff;
    display: none;
}

.crown-floating-menu ul {
    margin: 0 ;
    padding: 0;
}

.crown-floating-menu ul li {
    border-bottom: 0.5px solid #fff;
    text-align: left;
    padding: 0.5rem 1rem;
}

.crown-floating-menu ul li a {
    margin-left: 4px;
    font-size: 0.9rem;
    color: #fff;
}

.crown-floating-menu ul li:last-child {
    border-bottom: none !important;
}

.goToTop {
    width: 3rem;
    height: 3rem;
    background: #fff;
    display: block;
    position: fixed;
    bottom: 5.5rem;
    right: 1.5rem;
    z-index: 9999;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    opacity: 0.8;
    display: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.goToTop i {
    display: block;
}

.goToTop span {
    font-size: 0.8rem
}

@media (max-width: 768px) {
    .floating-menu {
        display: none;
    }

    .crown-floating-menu {
        display: block !important;
    }

    .goToTop {
        display: block !important;
    }
}

/* 마이오피스, 본사직영몰 메뉴 css */


.header ul.menu li.myOffice,
.header ul.menu li.directShop,
.header ul.menu li.pointMall{
    padding: 30px 5px;
}

.header ul.menu li.myOffice a i, .header ul.menu li.directShop a i, .header ul.menu li.pointMall a i {
    margin-right: 3px;
    color: #fff !important;
}

.header ul.menu li.myOffice a, .header ul.menu li.directShop a, .header ul.menu li.pointMall a {
    font-size: 0.9rem;
    margin: 0;
    background: rgb(58 95 83) !important;
    color: #fff !important;
    border-radius: 50px;
    padding:  0 1.4rem;
    /* box-shadow: 0px 0px 4px rgba(58,95,83,0.2) */
}

.search {
    /* position: absolute;
    right: 20px;
    top: 3.5vh; */
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right: 10px;
    padding: 46px 0px;
    position: relative;
}

@media (max-width: 768px) {
    .search, .menu-icon {
        padding: 40px 0 !important;
    }
    .search_input {
        margin-top: -5px;
        right: 2.8rem !important;
    }

    .menu-icon .fa-bars, .search .fa-magnifying-glass {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .search_input {
        right: 2.3rem !important;
    }
}

.familySite {
    padding-left: 0;
}

.familySite li a {
    font-size: 0.9rem;
    cursor: pointer !important;
}

.search i:hover {
    color: #7977a7;
    color: var(--themeBgColor) !important;
}

.search_input {
    position: absolute;
    right: 2.8rem;
    top: 2.4rem;
    padding: 5px;
    border-radius: 30px;
    border: none;
    border: 1px solid #aaa;
    visibility: hidden;
    transition: linear .2s;
    width: 0rem;
    padding-left: 20px;
    z-index: 1;
}

.search_input:focus-visible {
    outline: none;
    border-color: #7977a7;
    border-color: var(--themeBgColor) !important;
}

.search_input.act {
    visibility: visible;
    width: 20rem;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    margin-right: 10px !important;
    /* transition: max-height .2s ease-out; */
}

.header .menu li.myOffice, .header .menu li.directShop, .header .menu li.pointMall {
    display : none !important;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 5px;
    position: relative;
    user-select: none;
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: all .5s;
    width: 18px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

/*@media (max-width: 767px ) {*/
/*    .header .shop_menu li {*/
/*        display: none;*/
/*    }*/
/*}*/

.header .menu-btn:checked~.menu {
    max-height: 256px;
    display: inline-flex;
    text-align: center;
    transition: all .5s;
}

.header .menu-btn:checked~.shop_menu {
    max-height: fit-content;
    display: block !important;
    width: 100%;
}

.header .menu-btn:checked~.shop_menu li a {
    width: 100% !important;
    display: block;
}

.shop_menu {
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* header3 중앙정렬 layout */
.shop_menu_inner {
    gap: 30px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .shop_menu_inner { display: block !important; width: 100% !important;}
    header .container { padding: 0 !important; display: block !important}

    header .mobile-close {
        display: none;
        justify-content: center;
        margin-top: 0.5rem;
    }

    header .circle-close {
        width: 40px;
        height: 40px;
        background-color: transparent !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 2px solid;
    }

    header .cross-icon {
        position: relative;
        width: 18px;
        height: 18px;
        display: block;
    }

    header .cross-icon::before,
    header .cross-icon::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;                  /* X 선의 두께 */
        height: 100%;
        background-color: #000000;   /* X 색상 (흰색) */
        transform-origin: center;
    }

    header .cross-icon::before {
        transform: rotate(45deg);    /* X의 대각선 */
    }

    header .cross-icon::after {
        transform: rotate(-45deg);   /* X의 반대 대각선 */
    }
}

/* desktop */
@media (min-width: 768px) {
    .header li {
        float: left;
        display: block !important;
    }

    .header li a {
        padding: 22px 10px;
        font-size: 0.9rem;
    }

    .header li:last-child a {
        margin-right: 15px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }

    .header .shop_menu {
        width: 100%;
        float: left;
        padding: 5px 0 7px !important; /* 위쪽과 아래쪽의 padding 통합 */
        max-height: fit-content;
    }

    .header ul.shop_menu .container li {
        border-bottom: none;
    }

    header .mobile-close,
    header .circle-close,
    header .cross-icon,
    header .cross-icon::before,
    header .cross-icon::after{
        display: none;
    }
}

@media (max-width: 767px) {
    .header .menu {
        width: 100%;
        display: none !important;
    }

    .accordion_date {
        bottom: 1rem;
        right: -1rem !important;
        font-size: 0.9rem;
    }
}
/* header4 : 사이드헤더 css */

header.sideHeader {
    position: fixed;
    top:0;
    left:0;
    width: 200px;
    height: 100%;
    color: #fff;
    padding: 0;
    box-sizing: border-box;
    display: block !important;
    transition: all .5s ease;
}

.sideHeader .logo {
    float: none !important;
    text-align: center;
}

.sideHeader h1 {
    margin-top: 0;
}

.sideHeader ul.side_shop_menu {
    padding: 0 !important;
    margin: 2rem 0 0 0 !important;
    min-width: 0 !important;
    text-align: left;
}

.sideHeader ul.side_shop_menu li {
    margin: 10px 0;
    width:  100%;
}

.sideHeader .side_shop_menu li a {
    width: 100% !important;
    display: block;
    padding: 0.8rem 0;
    padding-left: 15px;
}

.sideHeader .menu.side_menu {
    min-width: 200px !important;
    line-height: 0 !important;
    margin-right: 0 !important;
    background: #eee;
}

.sideHeader .menu.side_menu li {
    height: fit-content;
    padding: 0rem !important;
}

.sideHeader .menu.side_menu li a {
    padding: 0.75rem!important;
}

.sideHeader .search {
    padding: 0.7rem !important;
    margin-right: 0 !important;
    position: absolute;
    top: 6.3rem;
    right: 0;
}

.sideHeader .search_input {
    right: -20.5rem;
    top: 6.4rem !important;
}

@media (max-width: 768px) {
    .sideHeader .menu.side_menu {
        display: block !important;
        max-height: 100% !important;
    }

    .sideHeader .menu-icon { display: none !important;}
    .sideHeader .fa-magnifying-glass {
        font-size: 1rem;
    }
    header.sideHeader ul.side_shop_menu {
        display: block !important;
        max-height: 100%;
    }

    header ul.shop_menu {
        display: none;
    }
}
/* 투명화일때 핸들추가 */

.header.sideHeader.transparent {
    left: -190px !important;
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1)
}

.sideHandle {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    left: 200px;
    background: #fff;
    z-index: 2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #dedede;
    border-left: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sideHandle i {
    color: #777;
    pointer-events: none;
}

#content_container.sideHeader {
    padding-top: 0 !important;
    padding-left: 200px;
}

#content_container.sideHeader.transparent {
    padding-left: 10px !important;
}

.footer_wrap.sideHeader {
    padding-left: 200px;
}

/* sideHeader css 끝*/

#wrapper {
    height: auto;
    min-height: 100%;
}

footer {
    position: absolute;
    /*bottom: -250px;*/
    /* height: 250px;*/
    width: 100%;
    background: #edeff0;
    /* height: 250px;
    position: absolute;
    bottom: 0;
    width: 100%; */
}

@media ( max-width: 991px ) {
    footer {
        padding-bottom: 70px;
    }
}

.footerTop {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -15px;
    background: #edeff0;
}

.footerTop a {
    color: #fff !important;
    line-height: 50px;
    font-size: .9rem;
}

/* text */

input::placeholder {
    font-size: 0.9rem;
}

a.p-hover:hover {
    color: var(--themeBorderColor) !important;
    transition: all .5s;
    background: none !important;
}
p.p-hover:hover {
    color: var(--themeBorderColor);
}

.h1-tit {
    font-size: 2.5rem;
}

.h2-tit {
    font-size: 2rem;
}

.h3-tit {
    font-size: 1.5rem;
}

.h4-tit {
    font-size: 1.3rem;
}

.h5-tit {
    font-size: 1.1rem;
}

.h6-tit {
    font-size: 0.9rem;
}

.p-common {
    font-size: 1rem;
    color: #333 !important;
}

.p-common:hover {
    /* color: #5881a3 !important; */
    color: #7977a7 !important;
    transition: all .5s;
}

.p-sm {
    font-size: 0.85rem;
}

.text-responsive {
    font-size: 0.95rem;
    color: #333;
}

@media (max-width: 767px) {

    .text-responsive {
        font-size: 0.8rem;
        margin-left: 0 !important;
    }

    .form-control-line {
        width: 90%;
    }

}
.blog-img a img {
    width: 100%;
}

.blog-text {
    margin-top: 24px;
}

.blog-text h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.blog-text h4 a {
    transition: .3s;
}

.blog-text h4 a:hover {
    color: #8d418c;
}

.blog-meta span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 11px;
    text-transform: capitalize;
}

.blog-meta span:last-child {
    margin-right: 0;
}

.blog-meta span a {
    color: #666666;
    transition: .3s;
}

.blog-meta span a:hover {
    color: #8d418c;
}
.form-control-line {
    background: #fff !important;
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #dedede;
}

.form-control-line:read-only {
    background: #e9ecef !important;
}

.form-control-line:focus-visible {
    outline: none;
}

.form-control:focus {
    border-color: #7977a7;
    border-color: var(--themeBgColor) !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-control-line:focus {
    border-color: #7977a7;
    border-color: var(--themeBgColor) !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-group {
    margin-bottom: 7px;
}

/* background */

.main-bg {
    background-color: #f2f3f4;
}

.bg-white {
    background: #fff;
}

/* button */

.button-component-wrap {
    display: block;
}

.button-component-wrap.btn-hide {
    display: none !important;
}

.btn_style_none {
    border: none;
    background: none;
    cursor: pointer;
}

.btn_style_none:hover {
    text-decoration: underline !important;
}

.btn_style_none:focus {
    outline: none;
}

.btn_border {
    text-decoration: underline !important;
}

.btn_border:hover {
    color: #7977a7;
    transition: all .5s;
}

.btn-primary {
    background-color: #7977a7 !important;
    border-color: #7977a7 !important;
    color: var(--themeTextColor) !important;
    background-color : var(--themeBgColor) !important;
    border: 1px solid var(--themeBorderColor) !important;
}

.btn-black {
    background: #0b0d0f;
    color: #fff;
}

.btn-disabled {
    pointer-events: none !important;
    opacity: 0.8;
}

.btn:hover {
    opacity: 0.9;
    transition: all .5s;
}

.btn-outline {
    border: 1px solid #333;
    background: none;
    color: #333;
}

.btn-outline-primary {
    border-color: #7977a7 !important;
    color: #7977a7 !important;
    color: var(--themeBorderColor) !important;
    border: 1px solid var(--themeBorderColor) !important;
    background: transparent !important;
}

.btn-outline-primary:hover {
    background: #7977a7 !important;
    color: #fff !important;
    background: var(--themeBgColor) !important;
}

.btn-outline-secondary {
    background: transparent !important;
}

.btn-outline-danger {
    background: transparent !important;
}

.btn-outline-secondary:hover {
    background: #6c757d !important;
}

.btn-outline-danger:hover {
    background: #dc3545 !important;
}

.btn-white {
    color: #151515;
    background-color: rgba(255, 255, 255, 0.7) ;
}

.btn-white:hover {
    color: #151515;
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-white:focus {
    box-shadow: none !important;
}

/* theme-btn css */
.theme-btn{
    background-color : var(--themeBgColor) !important;
    border: 1px solid var(--themeBorderColor) !important;
}

.theme-btn span,
.theme-btn span a{
    color: var(--themeTextColor) !important;
}

.theme-btn:hover {
    opacity: 0.8;
    background-color: var(--themeBgColor) !important;
    color: var(--themeTextColor) !important;
    border: 1px solid var(--themeBgColor) !important;
}

.theme-btn-outline {
    border: 1px solid var(--themeBorderColor) !important;
    color: var(--themeOutlineTextColor) !important;
    background-color : transparent !important;
}

.theme-btn-outline:hover {
    opacity: 0.8;
    background-color: var(--themeBgColor) !important;
    color: var(--themeTextColor) !important;
    border: 1px solid var(--themeBgColor) !important;
}

.theme-bg {
    background-color : var(--themeBgColor) !important;
}

.theme-text {
    color: var(--themeOutlineTextColor) !important;
}

.theme-border {
    color: var(--themeBorderColor) !important;
}

/* block button */

.btn_style_none {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.btn_style_none:hover {
    text-decoration: underline;
}

.btn_style_none:hover {
    text-decoration: underline;
}

.btn-outline-dark {
    color: #333;
    border: 1px solid #333;
    background: transparent;
}

.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.btn-outline-dark:hover {
    background: #333;
    color: #fff;
    transition: all .5s;
}

.btn-outline-white:hover {
    background: #fff;
    color: #333;
    transition: all .5s;
}

.mapBtn {
    display: none;
}

/*.btn {*/
/*    display: inline-block;*/
/*    font-size: 1rem;*/
/*    padding: 0.6rem 1rem;*/
/*    text-align: center;*/
/*    text-transform: capitalize;*/
/*    touch-action: manipulation;*/
/*    vertical-align: middle;*/
/*    transition: all 0.3s ease 0s;*/
/*    white-space: nowrap;*/
/*    border-radius: 5px;*/
/*    line-height: 1;*/
/*}*/

.btn:hover {
    background: #ccc;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
    background: none;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
}

.btn-line {
    border: 1px solid #aaa;
    padding: 1.1rem;
    border-radius: 5px;
    background: #fafafa;
    margin-right: 5px;
}

.btn-gray {
    background: #eff0f1 !important;
    color: #333 !important;
    height: 3rem;
    padding: 0 2rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.viewmore,
.reviewmore {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255));
}

.viewmore-btn,
.reviewmore-btn {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.viewmore-btn:hover,
.reviewmore-btn:hover {
    background: #ececf0 !important;
    transition: all .5s;
    opacity: 1 !important;
}

.viewmore-btn:active,
.reviewmore-btn:active {
    border: none !important;
}

@media (max-width: 576px) {

    .viewmore .btn,
    .reviewmore .btn {
        width: 90%;
        text-align: center;
    }
}

/* badge */

.content_wrap *[class*="badge-"] {
    top: 0px;
}

*[class*="badge-"] {
    /*padding: 18px 8px 8px 8px;*/
    width: 47px;
    height: 49px;
    line-height: 48px;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: normal;
    background-color: #7977a7;
    text-align: center;
    position: relative;
    top: -5px;
    left: 0.5rem;
}

*[class*="badge-"]::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 10px 10px 0px;
    border-color: transparent transparent rgb(49, 40, 51) transparent;
    border-style: solid;
    position: absolute;
    right: -10px;
    top: 0;
}

*[class*="badge-"]::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 14px 22px 0 25px;
    border-color: #7977a7 transparent;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: -13px;
}

/* badge-wrap */
.badgeAlbum {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    z-index: 9998;
    display: flex;
}
.badgeList {
    position: absolute;
    top: -25px;
    left: -5px;
    z-index: 9998;
    display: flex;
}

.badge-new, .badge-best, .badge-sale, .badge-hot {
    display:-webkit-box;
    display: -webkit-box !important;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    margin: 2px 2px 0 2px;
}
.badge-new {
    background: #84a684;
}

.badge-new::before {
    border-color: transparent transparent rgb(53, 59, 52) transparent !important;
}

.badge-new::after {
    border-color: #84a684 transparent !important;
}

.badge-best {
    background: #d39d27;
}

.badge-best::before {
    border-color: transparent transparent rgb(59, 59, 52) transparent !important;
}

.badge-best::after {
    border-color : #d39d27 transparent !important;
}

.badge-hot {
    background: #e46c6c;
}

.badge-hot::before {
    border-color: transparent transparent rgb(63, 52, 56) transparent !important;
}

.badge-hot::after {
    border-color: #e46c6c transparent !important;
}

.bg-primary {
    background: #7977a7 !important;
    color: #fff;
}

.bg-light {
    background: #eff0f1 !important;
}

.badge-outline, .badge-outline-secondary, .badge-outeline-primary {
    display: inline-block !important;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x) !important;
    font-size: var(--bs-badge-font-size) !important;
    font-weight: var(--bs-badge-font-weight) !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: var(--bs-badge-border-radius) !important;
    width: fit-content !important;
    height: fit-content !important;
    background: none; !important;
    border-radius : 10px !important;
    margin-right: 15px !important;
}

.badge-outline:before, .badge-outline:after, .badge-outline-secondary:before, .badge-outline-secondary:after, .badge-outline-primary:before, .badge-outeline-primary:after {
    content: none !important;
}

.badge-outline {
    color: #7977a7 !important;
    border: 1px solid #7977a7;
    color: var(--themeBorderColor) !important;
    border: 1px solid var(--themeBorderColor) !important;
    border-radius: 10px !important;
    display: inline-block
}

.badge-outline-secondary {
    color: #7a838a !important;
    border: 1px solid #7a838a !important;
    border-radius: 10px !important;
    display: inline-block
}

.badge-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    padding: 12px 0;
    font-size: 0.9rem;
    font-weight: normal;
    display: block;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
}

/*.badge-list-albumn {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 0px;*/
/*}*/

/*.badge-list-list {*/
/*    position: absolute;*/
/*    top: -25px;*/
/*    left: -5px;*/
/*}*/


.badge-bookmark {
    padding: 18px 8px 9px 8px;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: normal;
    background-color: #7977a7;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 0.5rem;
}

.badge-bookmark::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 10px 10px 0px;
    border-color: transparent transparent rgb(49, 40, 51) transparent;
    border-style: solid;
    position: absolute;
    right: -10px;
    top: 0;
}

.badge-bookmark::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 14px 25px 0 25px;
    border-color: #7977a7 transparent;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: -14px;
}

#product-detail {
    transition: opacity 0.3s ease-in-out;
}

.product-content .d-table-cell {
    position: relative;
}

/* text */

.text-primary {
    color: #7977a7 !important;
    color: var(--themeBgColor) !important;
}

.text-sm {
    font-size: 0.9rem !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.float-right {
    float : right !important;
}

.float-left {
    float : left !important;
}

/* font */
@font-face {
    font-family: 'Pretendard';
    src: url('/fonts/pretendard/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/notosanskr/NotoSansKR-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/anton/Anton-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'JosefinSans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/josefinsans/JosefinSans-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'KoPubWorld Batang';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/kopubworld/KoPubWorld Batang Medium.ttf') format('ttf');
}

@font-face {
    font-family: 'KoPubWorld Dotum';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/kopubworld/KoPubWorld Dotum Medium.ttf') format('ttf');
}

@font-face {
    font-family: 'NanumBarun Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nanum/NanumBarunGothic.ttf') format('ttf');
}

@font-face {
    font-family: 'NanumBarunpen';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nanum/NanumBarunpenR.ttf') format('ttf');
}

@font-face {
    font-family: 'Nanum Myeongjo';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nanum/NanumMyeongjo.ttf') format('ttf');
}

@font-face {
    font-family: 'NanumSquare';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nanum/NanumSquareR.ttf') format('ttf');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nanum/NanumSquareRoundR.ttf') format('ttf');
}

@font-face {
    font-family: 'NotoSerif';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/notoserif/NotoSerif-VariableFont_wdth,wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nunito/Nunito-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/raleway/Raleway-VariableFont_wght.ttf') format('ttf');
}

@font-face {
    font-family: 'Recipekorea';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/recipekorea/RecipekoreaFONT.ttf') format('ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto/Roboto-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Suite';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/suite/SUITE-Variable.ttf') format('ttf');
}


.ql-font-pretendard {
    font-family: 'Pretendard', sans-serif;
}
.ql-font-notosanskr {
    font-family: 'Noto Sans KR', sans-serif;
}
.ql-font-anton {
    font-family: 'Anton', sans-serif;
}
.ql-font-josefinsans {
    font-family: 'JosefinSans', sans-serif;
}
.ql-font-kopubworldbatang {
    font-family: 'KoPubWorld Batang', sans-serif;
}
.ql-font-kopubworlddotum {
    font-family: 'KoPubWorld Dotum', sans-serif;
}
.ql-font-nanumbarun {
    font-family: 'NanumBarun Gothic', sans-serif;
}
.ql-font-nanumbarunpen {
    font-family: 'NanumBarunpen', sans-serif;
}
.ql-font-nanummyeongjo {
    font-family: 'Nanum Myeongjo', sans-serif;
}
.ql-font-nanumsquare {
    font-family: 'NanumSquare', sans-serif;
}
.ql-font-nanumsquareround {
    font-family: 'NanumSquareRound', sans-serif;
}
.ql-font-notoserif {
    font-family: 'NotoSerif', sans-serif;
}
.ql-font-nunito {
    font-family: 'Nunito', sans-serif;
}
.ql-font-raleway {
    font-family: 'Raleway', sans-serif;
}
.ql-font-recipekorea {
    font-family: 'Recipekorea', sans-serif;
}
.ql-font-roboto {
    font-family: 'Roboto', sans-serif;
}
.ql-font-suite {
    font-family: 'Suite', sans-serif;
}

/* form */

.label_hide {
    display: none;
}

/* 로그인 */
.cresh-form {
    margin-top: 5rem;
    /* padding-top: 3rem; */
}

.sns img {
    opacity: 1;
    cursor: pointer;
}

.sns img:hover {
    opacity: 0.8;
    transition: all .5s;
}

/* 회원가입*/
.signin-form-wrap {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    border-radius: 15px;
    padding: 45px 50px 30px 50px !important;
}

@media (max-width: 767px) {
    .signin-form-wrap {
        padding: 45px 25px 30px 25px !important;
    }
}

.idfind-form-wrap {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    min-height: 23rem;
    display: flex;
    padding-bottom: 0;
}

.signin-form-wrap .form-group {
    position: relative;
}

.signin-form-wrap .form-control {
    /* padding: 25px; */
    padding: 12px;
    background: #f2f3f4 !important;
}

.signin-form-wrap .form-group input {
    margin-bottom: 1.3rem;
    border-style: none;
    border-radius: 7px;
    position: relative;
}

.signin-form-wrap .form-group input:focus {
    outline: 1px solid #7977a7;
    box-shadow: none;
}

.signin-form-wrap .form-group input::placeholder {
    font-size: 0.8rem;
    padding-left: 17px;
}

.signin-form-wrap .form-group input {
    padding-left: 17px;
}

.signin-form-wrap .form-group i {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 999;
    color: #aaa;
}

.signin-form-wrap .login-btns-group {
    padding: 0 30px;
}

.signin-form-wrap .login-btns-group label {
    color: #333;
}

.signin-form-wrap .login-btns-group a {
    color: #333;
    margin-bottom: 5px;
}

.signin-form-wrap .logo {
    max-width: 180px;
    margin-bottom: 20px;
}

/* mypage */

.user_info_box i {
    font-size: 3.5rem;
    color: #d9d9d9;
}

.user_info_box {
    /* display: flex; */
    /* align-self: center;
    justify-content: center; */
    justify-content: flex-start;
}

.user_info_box .btn_style_none i {
    font-size: 0.75rem;
    margin-left: 5px;
    color: #aaa;
}

.mypage_round {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #eee;
    cursor: pointer;
    position: relative;
}

.mypage_round:hover {
    background: #e9e9e9;
    transition: all .5s;
}

.mypage_round i {
    font-size: 1.2rem;
    color: #333;
    line-height: 3rem;
}

@media (max-width: 568px) {
    .user_info i {
        font-size: 2.5rem;
    }
}

.mypage_round span.notice {
    background: #7977a7;
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: .7rem;
    position: absolute;
}

.mypage_round .myshopping .top_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 1rem;
    text-align: center;
}

.myshop .box {
    margin-bottom: 15px;
}

.myshop .top_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 1rem;
    text-align: center;
}

.myshop .box .box-inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}

.myshop .box .box-inner .title {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #333;
    margin: .5rem 0;
}

.myshop ul.list {
    padding: 0;
}

.myshop ul.list li {
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.myshop ul.list li:first-child {
    border-top: none;
}

.secession_list li {
    margin-bottom: 3px;
}

.secession_list label {
    font-size: 0.9rem;
}

.searchInput_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 9999;
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 5px;
}

.searchInput_wrap input{
    width:45%;
}

@media (max-width: 768px ) {
    .searchInput_wrap input{
        width:90%;
        margin: 0 auto;
    }
}



.coupon_wrap {
    max-height: 18rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.my-page-btn:last-child {
    cursor: pointer !important;
}

#pointDialog input::placeholder {
    text-align: right;
}

.hidden_menu_btn {
    position: relative !important;
    cursor: pointer;
}
.hidden_menu {
    display: none;
    background: #fff;
    position: absolute;
    right: 7px;
    top: 180px;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.hidden_menu.active {
    display: block !important;
}

/* tab */

.tab_menu {
    position: relative;
}

.tab_menu ul.tab_list {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.tab_menu ul.tab_list li {
    display: inline-block;
}

.tab_menu ul.tab_list li a.tab-btn {
    font-size: 0.95rem;
    color: #495057;
    border-color: #dee2e6;
    padding: 0.5rem 0.4rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: none;
    background: #fff;
}

.tab_menu ul.tab_list li.active a.tab-btn {
    background: #7977a7;
    background : var(--themeBgColor) !important;
    color: #fff;
    color: var(--themeTextColor) !important;
    font-weight: bold;
    border: 1px solid #dee2e6;
}

.tab_menu ul.tab_list_modal {
    margin: 0;
    padding: 0;
    margin-bottom: -2px;
}

.tab_menu ul.tab_list_modal li {
    display: inline-block;
}

.tab_menu ul.tab_list_modal li a.tab-btn {
    font-size: 0.95rem;
    color: #495057;
    border-color: #dee2e6;
    padding: 0.5rem 0.4rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: none;
    background: #fff;
}

.tab_menu ul.tab_list_modal li.active a.tab-btn {
    background: #7977a7;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #dee2e6;
}

.tab_list_modal li a {
    width: 9rem !important;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
}

.tab_menu .tab_content .cont {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-align: left;
    width: 100%;
}

.tab-content {
    display: none;
    width: 100%;
}

.tab-content.active {
    display: block;
}

/* .tab_menu .tab_content .tab_info {
    width: 100%;
}

.tab_menu .tab_content .tab_info p {
    font-size: 0.9rem;
} */

.tab_content select {
    border-color: #dee2e6;
    padding: 0.3rem;
    border-radius: 0.4rem;
    font-size: 0.9rem;
}

.tab_content .content_wrap {
    overflow-y : auto;
    overflow-x : hidden;
    height: 45rem !important;
}

.content_wrap.active {
    overflow-y: auto !important;
    height: 100% !important;
}

.product_tab #tab1 .content_wrap,
.product_tab #tab2 .content_wrap {
    overflow-y: hidden;
}

.product_tab#tab3 .content_wrap {
    overflow-y: auto;
}

#detailTab .content_wrap,
#reviewTab .content_wrap {
    overflow-y: hidden;
}

#inquiryTab .content_wrap {
    overflow-y: auto;
}
/* @media (max-width: 1200px) {
    .tab_content .content_wrap {
        padding-top: 100px !important;
    }
} */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #ccc !important;
}

/* 상품상세 옵션선택 후 창 */
.option-item-wrap {
    max-height: 14rem;
    overflow-y: auto;
    background: #efefef;
    display: none;
}

.option-item {
    background: #fff;
    position: relative;
    height: fit-content;
    border-radius: 10px;
    padding: 15px 0;
    margin-bottom: 8px;
}

/* 재고옵션 radio custom */
.custom-choose {
    justify-content: normal;
    align-items: center;
}
.custom-choose input[type='radio'],.custom-choose input[type='checkbox']
{
    display: none;
}
.custom-choose input[type='radio'] + label,.custom-choose input[type='radio']:not(checked) + label
,.custom-choose input[type='checkbox'] + label,.custom-choose input[type='checkbox']:not(checked) + label
{
    padding: 10px 25px;
    border: solid 1px #ccc;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    margin: 3px;
    margin-left: 0;
    transition: .4s;
    cursor: pointer;
}
.custom-choose input[type='radio']:checked + label,
.custom-choose input[type='checkbox']:checked + label
{
    position: relative;
    background: #cfd2e2 !important;
    border: solid 1px #7977a7;
    color: #7977a7 !important;
    transition: .4s;
    font-weight: bold;
}

.custom-choose input[type='radio']+label.soldOut,
.custom-choose input[type='checkbox']+labe.soldOut {
    background: #ebebeb;
    text-decoration: line-through;
    pointer-events: none;
}

/* 주문결제 추가옵션 상세 아코디언 */
.option.accordion-button:not(.collapsed) {
    background: none !important;
}

/* tab -> select */

.sm_select {
    display: none;
}

.sm_select select {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .sm_select {
        display: block;
    }

    .tab_list {
        display: none;
    }

    dialog {
        width: 95% !important;
        padding: 18px 10px !important;
    }
}

table td {
    vertical-align: middle !important;
    border-top: none !important;
}

table tr {
    border-bottom: 1px solid #dee2e6;
}

#inquiryDialog table td {
    border-right: 1px solid #ddd
}

footer .sns_wrap {
    opacity: 0.8;
}

footer .sns_wrap:hover {
    opacity: 1;
    transition: all .5s;
}

.product_tab.tab_menu .tab_list {
    border: 1px solid #ddd;
}

.product_tab.tab_menu .tab_list li {
    width: 33.12%;
    border-radius: none !important;
}

.product_tab.tab_menu .tab_list li a.tab-btn {
    border: none;
    text-align: center;
    width: 100% !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* product out of stock */

.sold_out_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.sold_out {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    padding: 5px 10px;
    color: #fff;
    opacity: 0.8;
    width: 70px;
    text-align: center;
}

.product_name a {
    display: Block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* product category */
#categoryList {
    position: relative;
    margin-bottom: 2rem;
}

#categoryList.categoryListMobile {
    overflow: hidden;
    white-space: nowrap;
}

.categoryListMobile .cateMenuList {
    transform: translate(0px, 0px);
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 400ms;
}

.cmenus {
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    height: 4rem;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
}

.cmenus::-webkit-scrollbar {
    background: none;
}

.cmenus::-webkit-scrollbar-thumb {
    background: #fff;
}

@media (max-width: 767px) {
    .cmenus::-webkit-scrollbar {
        display: none;
    }
}

.cmenus li {
    display: inline-block;
}

.cmenus>li.active>a {
    border-bottom: 2px solid #7977a7;
    color: #7977a7;
    font-weight: bold;
}

.cmenus>li>a {
    color: #666;
    padding: 17px 21px 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    word-break: keep-all;
}

.submenu_2.cmenus {
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    vertical-align: middle;
    height: 3.6rem;
}

.submenu_2.cmenus>li.active>a {
    border-bottom: none !important;
}

.cateSubList {
    background-color: transparent;
}

.categoryListMobile .cateMenuList.cmenus {
    display: flex;
    justify-content: center !important;
    text-align: left !important;
}

.categoryListMobile .cateSubList .cmenus {
    display: block;
    text-align: left !important;
}

.categoryListMobile .cateSubList .cmenus>li.active>a {
    border-bottom: none;
}

.categoryListMobile .cateSubList .submenu_2 {
    display: block;
    white-space: normal;
}

/* card */

.card {
    border-radius: 0.8rem;
    border: none;
}

.card::-webkit-scrollbar {
    width: 5px;
    background: #eee;
}

.card::-webkit-scrollbar-thumb {
    background: #ccc;
}

.card-header {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background: none !important;
}

.card-header .title {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 70vh;
}

.card-footer {
    border-top: none !important;
    background: none !important;
}

/* cart */

.cartItem {
    padding-bottom: 2.3rem;
}

.cartItem img {
    /* min-width: 3rem !important;
    width: 5rem; */
    max-width: 80px;
}

.cartItemImg {
    border-radius: 5px;
}

#cartList {
    min-height: 10rem;
}

.titleLine {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #333;
    font-size: 1rem;
    margin: 8px 0px;
}

.titleLine::before, .titleLine::after {
    content : "";
    flex-grow: 1;
    margin: 0 15px;
    background: #ddd !important;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
}

.handle {
    position: absolute;
    top: -30px;
    left: 50% !important;
    transform: translateX(-50%);
}
.handle i {
    background : #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 6px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}

ul.totalPrice {
    padding-left: 0;
}

ul.totalPrice li {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 30px;
}

ul.totalPrice li span {
    display: block;
}

ul.totalPrice li span:first-child {
    float: left;
}

ul.totalPrice li span:last-child {
    float: right;
}

ul.totalPrice li.total {
    margin-top: 1rem;
}

ul.totalPrice li.total span:last-child {
    font-size: 1.3rem;
    font-weight: bold;
}

.price-area del {
    font-size: 0.8rem;
    color: #999;
    text-align: center;
}

.productOption {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    background: #eee;
    width: 100%;
    height: 2.3rem;
}

.productOption span {
    line-height: 2.3rem;
    font-size: 0.9rem;
    margin-right: 1rem;
}

.productIcon i:hover {
    color: var(--themeBorderColor);
    transition: all .5s;
}

label.form-check-label {
    margin-top: 5px
}

@media (max-width: 494px) {
    label.form-check-label {
        margin: 15px 0 0 10px !important;
    }
}
@media (max-width: 376px) {
    label.form-check-label {
        margin: 0 !important;
        margin-top: 15px !important;
    }
}

.check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: none;
    opacity: 0;
}

.check label {
    display: inline-block;
    position: relative;
    height: 20px;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
}

.check label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    /* opacity: 0; */
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.check input[type="checkbox"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
}

.check input[type="checkbox"]:checked+label:before {
    background: #7977a7;
    background: var(--themeBgColor) !important;
}

.check input[type="radio"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
}

.check input[type="radio"]:checked+label:before {
    /* background: #7549de; */
    background: #7977a7;
    background: var(--themeBgColor) !important;
}

.delete {
    position: relative;
    margin-left: 10px;
    padding-left: 13px;
}

.delete::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 16px;
    background: #ccc;
}

@media (max-width: 425px) {
    h5 {
        font-size: 1rem;
    }

    .cartItem img {
        width: 50px !important;
    }
}

input.cart-quantity {
    min-width: 3rem !important;
    padding: 0 !important;
    height: fit-content !important;
}

.cart-remove {
    position: absolute;
    right: 1.3rem;
    top: 1rem;
}

.bottom_sheet {
    background: #fff;
    /* height: 20rem; */
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 5px 3px rgba(139, 139, 139, 0.1) !important;
}

.bottom_sheet .card-body {
    display: none;
}

.bottom_sheet .card-body.active {
    display: block !important;
}

.bottom_sheet.card-footer {
    position: fixed;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.bottom_sheet.active {
    display: block !important;
}

.bottom_sheet .bar {
    display: none;
}

@media(max-width: 991px) {
    .bottom_sheet {
        display: block !important;
    }

    .bottom_sheet.card-body.active {
        display: block !important;
    }

    .bottom_sheet .bar {
        display: block !important;
    }

    .bottom_sheet .openOption {
        display: block
    }
}

@media(min-width: 992px) {
    .bottom_sheet .card-footer {
        display: none !important;
    }

    .bottom_sheet .card-body.active {
        display: none !important;
    }

    .bottom_sheet .openOption {
        display: none !important;
    }
}

/* .bottom_sheet .bar {
    display: block;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 auto;
    border-radius: 2px;
    margin-top: 7px;
    margin-bottom: 10px;
} */

/* 장바구니, 주문결제, 주문완료 title area */

.title_wrap {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.title_wrap .title_heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 1.5rem;
    font-weight: bold;
}

.title_wrap .right_area {
    position: absolute;
    right: 0%;
    top: 10%;
}

@media (max-width: 992px) {
    .title_wrap .right_area {
        display: none;
    }
}

.step_item {
    display: inline-block;
    color: #767676;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 20px;
    margin-right: 10px !important;
}

.step_item a {
    color: #767676;
}

.step_item .step_num {
    display: inline-block;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: #d8d8d8;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
}

.step_item.active .step_num {
    background: #7977a7;
    background: var(--themeBgColor) !important;
}

/* 회원가입 */

.agreement_box {
    overflow-x: hidden;
    overflow-y: auto;
    height: 13rem;
    /* margin: 1rem; */
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
}

.agreement_box p {
    font-size: 0.9rem !important;
    line-height: 1.5;
}

/* cscenter */
.accordion {
    padding-left: 0.8rem !important;
}

.accordion-button {
    padding: 0.8rem 1rem !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: #7977a7;
    color: var(--themeBorderColor) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) i {
    transform: rotate(-180deg);
    transition: ease-in-out .3s;
}

.accordion-button:not(.collapsed) i.fa-lock {
    transform: none !important;
}

.title:not(.collapsed) i {
    transform: rotate(-180deg);
    transition: ease-in-out .3s;
}

.accordion-body {
    background: #fafafa;
}

.accordion-body p {
    padding-left: 25px;
}

.accordion-button:not(.collapsed) {
    background: rgba(88, 129, 163, 0.2);
    background: #efefef;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion-button::after {
    width: 0 !important;
}

/* .accordion-button.collapsed {
    background: rgba(88, 129, 163, 0.2);
    background: #efefef !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
} */

.accordion_date {
    width: 11rem;
    position: absolute;
    right: 5rem;
    text-align: left;
}

.accordion_date2 {
    width: 6rem;
    position: absolute;
    right: 3rem;
}

.accordion_date2 span {
    font-size: 0.9rem !important;
}

@media(max-width: 991px) {
    .accordion_date2 span {
        bottom: -30px !important;
        position: absolute;
    }
}

/* mypage inquiry */

#inquiryList .accordion-button {
    border-bottom: 1px solid #ddd;
}

#inquiryList .badge {
    top: 0 !important;
}

@media( max-width: 767px ) {

    #inquiryList .accordion-button {
        padding: 20px !important;
    }

    #inquiryList .accordion-button span.small {
        max-width: 5rem !important;
    }

    #inquiryList .accordion-button h6 {
        margin: 0 !important;
        max-width: 10rem;
        text-overflow: ellipsis;
        -webkit-line-clamp : 1;
        -webkit-box-orient : vertical;
        white-space: nowrap;
        overflow: hidden;
        max-height: 1.5rem;
    }

    #inquiryList .accordion_date {
        bottom: 5px;
    }
}

.tab_list {
    margin-bottom: -2px !important;
}

.tab_list li a {
    width: 9rem !important;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
}


.steps-dashed {
    line-height: 160px;
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 2px dashed #ccc;
    border-radius: 50%;
}

.steps-dashed:after {
    position: absolute;
    top: 50%;
    right: -135%;
    width: 100px;
    content: '';
    border-bottom: 1px dashed #ccc;
}

@media(max-width: 1199px) {
    .steps-dashed:after {
        display: none;
    }
}

.step-last:after {
    border-bottom: none !important;
}

.steps-info {
    padding: 0 2rem;
}

.steps-dashed i {
    color: #7977a7;
    color: var(--themeBorderColor) !important;
}

/* checkbox 버튼형식 css */
.checkboxBtn {
    margin: 4px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #7977a7;
    border: 1px solid var(--themeBgColor);
    overflow: hidden;
    float: left;
}

.checkboxBtn label {
    display: inline-block !important;
    float: left;
    line-height: 2rem;
    width: 5rem;
    height: 2rem;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.checkboxBtn label span {
    text-align: center;
    display: block;
}

.checkboxBtn label input {
    position: absolute;
    display: none;
    color: #7977a7 !important;
    color: var(--themeBgColor) !important;
}

.checkboxBtn label input+span {
    color: #7977a7;
}

.checkboxBtn input:checked+span {
    color: #7977a7;
    color: var(--themeTextColor) !important;
    background-color: #7977a7;
    background-color: var(--themeBgColor);
    transition: all .3s;
}

.row>.checkboxBtn {
    width: fit-content !important;
    padding: 0;
}

.checkboxBtn.outline {
    border: 1px solid #ccc;
}

.checkboxBtn.outline input:checked+span {
    background-color: #ededed !important;
    transition: all .3s;
}

ul.secession_list li { margin-bottom: 18px !important; }

/* order - 결제수단 */

.online_pay,
.credit_card,
.virtual_pay{
    display: none;
}

.online_pay.active {
    display: block !important;
}

.credit_card.active {
    display: block !important;
}

.virtual_pay.active {
    display: block !important;
}

.order-info {
    height: 100%;
    /*min-height: 100vh;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: var(--themeOutlineTextColorColor);
    fill: var(--themeBgColor);
    /* animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; */
}

.checkmark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10px auto;
    box-shadow: inset 0px 0px 0px #7977a7;
    animation: fill .3s ease-in-out .3s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px var(--themeBgColor);
    }
}

/* dialog */

dialog {
    border-radius: 10px;
    width: 45%;
    height: fit-content;
    z-index: 10002;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

dialog[open] {
    animation: fadein .5s forwards;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.5) !important;
}

.bg_box {
    position: absolute;
    left: 0;
    top: 0;
}

.bg_box.on {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: block;
}

/* review star */
.rating-group {
    display: inline-flex;
}

.rating_icon {
    pointer-events: none;
}

.rating_input {
    position: absolute !important;
    left: -9999px !important;
}

.rating_input--none {
    display: none
}

.rating_label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.5rem;
}

.rating_icon--star {
    color: #FFCC36;
}

.rating_input:checked~.rating_label .rating_icon--star {
    color: #ddd;
}

/* .rating-group:hover .rating_label .rating_icon--star {
    color: #FFCC36
}

.rating_input:hover~.rating_label .rating_icon--star {
    color: #ddd;
} */

@media (max-width: 768px) {
    .mobile-p {
        padding: 0 !important;
    }
}

/* photo review swiper */

.swiper {
    padding: 8px 0;
}

.swiper-slide-img {
    height: auto;
    width: 100%;
}

.gallery-thumbs .swiper-slide img:hover{
    cursor: pointer;
}

.swiper-button-prev {
    position: absolute;
    transform: translateX(-40%);
    color: black;
}

.swiper-button-prev:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next {
    position: absolute;
    transform: translateX(40%);
    color: black;
    font-weight: 900;
}

.swiper-button-next:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-pagination {
    margin-bottom: 15px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.8 !important;
    border: 1px solid #7977a7;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #7977a7 !important;
    opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.2);
    transition: all 0.5s;
}

.swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
    -webkit-tap-highlight-color: rgb(248, 248, 248);
}

/* 쇼핑몰 swiper css 수정 */

.swiper-wrapper {
    height: fit-content !important;
}

.swiper-slide-prev, .swiper-slide-next { opacity: 0;}

.swiperReview .swiper-slide-next { opacity: 1; }

/* 상품슬라이드 swiper css 수정 */

.swiper-slide-new {
    opacity: 1 !important;
}
.swiper-container-horizontal {
    overflow: hidden;
}

.sw-productslide.swiper-slide-next, .sw-productslide.swiper-slide-prev {
    opacity: 0;
}

/* 포토리뷰 블럭 swiper css 수정 */
.reviewSlidePhoto.swiper-slide-prev, .reviewSlidePhoto.swiper-slide-next {
    opacity : 1 !important;
}

.gallery-thumbs {
    padding: 0;
    margin-top: 0;
}

.gallery-thumbs .swiper-slide {
    width: calc(100%/6);
    opacity: 0.8;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #7977a7;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #eee;
}

.swiper-slide .review-item {
    height: 22rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.swiper-slide .reviewReply {
    position: absolute;
    bottom: 3%;
    margin-right: 10px;
    width: 42%;
}

.swiper-slide .reviewReply .small {
    max-height: 10rem;
    overflow-y: auto;
    overflow-x: hidden;
}

/* product */

.product_list_wrapper {
    padding-left: 0;
}

.product-wrapper .product_price {
    display: inline-block;
}

.product-wrapper .product_name {
    display: block;
}

.product_price a,.product_price p {
    font-size: 1.4rem;
    font-weight: bold;
}

.product_price svg:hover {
    color: #7977a7;
    transition: all .5s;
}

.wish svg:hover {
    color: #7977a7;
    transition: all .5s;
}

.product_name .pro_name:hover {
    text-decoration: underline !important;
}

.product_wrap .img_wrap {
    max-width: 10rem !important;
}

.product-hide {
    display: none;
}

.product_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.img_wrap .cartItemImg {
    max-width: 10rem !important;
    border-radius: 10px;
}

.product_img img:hover {
    opacity: 0.9;
    transition: all .5s;
    scale: 1.03;
}

dt {
    font-weight: normal !important;
    font-size: 1.1rem;
}

.pro_action {
    background: rgba(255,255,255,0.5);
    position: absolute;
    right:0; left:0; bottom: 0;
    width: 100%;
    z-index: 1000;
}
.pro_action button {
    width: 48.9%; padding: 10px 0;
    text-align: center;
}
.pro_action button:hover {
    background: rgba(255,255,255,0.7);
    transition: all .5s;
}

.pro_action button:hover i.fa-heart {
    color: #ff4d4d !important;
    transition: all .5s;
}

.pro_action button:hover i.fa-cart-shopping {
    color: #666 !important;
    transition: all .5s;
}

.outofstock .btn_style_none {
    width: 100% !important;
}

.blocks_section {
    padding-bottom: 3rem;
}

/* Pagination */
.basic-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.basic-pagination ul li a {
    height: 32px;
    width: 32px;
    background: transparent !important;
    color: #858585;
    font-size: 14px;
    border-radius: 50%;
    line-height: 32px;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

.basic-pagination ul li.active a {
    background: #7977a7 !important;
    background: var(--themeBgColor) !important;
    color: #fff;
}

/* 상품상세에 내용(이미지) 들어갈 자리임 */
.detail_wrap {
    width: 100%;
    min-height: 20rem;
}

.detail_wrap img {
    width: 100% !important;
    margin-top: -2px;
}

@media (min-width: 992px) {
    .detail_wrap img {
        width: 70% !important;
    }
}

.product-section {
    padding: 2rem;
}

@media(max-width: 576px) {
    .product-section {
        padding: 1rem;
    }
}

/* product list_view */
@media (max-width: 343px) {
    .list_view .img_wrap .cartItemImg {
        max-width: 8rem !important;
    }

    .img_wrap .btn_style_none {
        padding: 3px 20px !important;
    }
}

.pro_action button:hover i.fa-heart {
    color: #ff4d4d !important;
    transition: all .5s;
}

.pro_action button:hover i.fa-cart-shopping {
    color: #666 !important;
    transition: all .5s;
}

/* skin 2 */
.skin-2 .num-in {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    height: 40px;
    width: 110px;
    float: left;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
}

@media (max-width: 494px) {
    .address_btn {
        float: left !important;
        margin-top: 10px;
    }

    .address_btn button {
        margin-left: 0 !important;
    }
}
/* 취소/교환/반품/배송조회 step css */

ul.step {
    position: relative;
    text-align: center;
}

ul.step li {
    list-style: none;
    display: inline-block;
    width: 15.5%;
    text-align: center;
}

ul.step li:after {
    content: '';
    width: 9rem;
    height: 5px;
    background: #ddd;
    z-index: -1;
    position: absolute;
    top: 23%;
}

@media (min-width:1201px) and (max-width: 1610px) {
    ul.step li:after {
        width: 5rem;
    }
}

@media (min-width: 1611px) {
    ul.step li:after {
        width:6rem
    }
}

ul.step li.active:last-child:after {
    background: transparent !important;
}

ul.step li:last-child:after {
    background: transparent !important;
}

ul.step li.active {
    color: #7977a7 !important;
    font-weight: bold;
}

ul.step li.active span.circle {
    background: #7977a7;
    background: var(--themeBgColor) !important;
}
ul.step li span.circle i {
    line-height: 45px;
}

ul.step li.active:before, ul.step li.active:after {
    background: repeating-linear-gradient(45deg, #7977a7, #fff 10px, #7977a7 10px, #fff 10px) !important;
    background: repeating-linear-gradient(45deg, var(--themeBgColor), #fff 10px,var(--themeBgColor) 10px, #fff 10px) !important;
    color: white;
}

span.circle {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 45px;
    border-radius: 50%;
    border: 5px solid #ededed;
    background: #d5d5d5;
    font-size: 20px;
    box-sizing: border-box;
}

span.step_title {
    font-size: 14px;
    text-align: center;
    margin-left: 4px;
    color: #aaa;
    font-weight: normal;
}

ul.step li.active span.step_title {
    color: #7977a7 ;
    color: var(--themeBgColor) !important;
    font-weight: bold;
}

table tr, td {
    cursor: default !important;
}

.fa-angle-right:before {
    font-size: 0.8rem;
}

@media (max-width: 1026px) {
    ul.step {
        display: none;
    }
}

ul.step_delivery {
    position: relative;
    text-align: center;
}

ul.step_delivery li {
    list-style: none;
    display: inline-block;
    width: 15.5%;
    text-align: center;
}

ul.step_delivery li:after {
    content: '';
    width: 9rem;
    height: 5px;
    background: #ddd;
    z-index: -1;
    position: absolute;
    top: 23%;
}

ul.step_delivery li.active:last-child:after {
    background: transparent !important;
}

ul.step_delivery li:last-child:after {
    background: transparent !important;
}

ul.step_delivery li.active {
    color: #7977a7 !important;
    font-weight: bold;
}

ul.step_delivery li.active span.circle {
    background: #7977a7 !important;
}

ul.step_delivery li.active:before, ul.step li.active:after {
    background: repeating-linear-gradient(45deg, #7977a7, #fff 10px, #7977a7 10px, #fff 10px) !important;
    background: repeating-linear-gradient(45deg, var(--themeBgColor), #fff 10px,var(--themeBgColor) 10px, #fff 10px) !important;
    color: white;
}

ul.step_delivery li.active span.step_title {
    color: #7977a7 !important;
    font-weight: bold;
}

table tr, td {
    cursor: default !important;
}

.fa-angle-right:before {
    font-size: 0.8rem;
}
/* mypage review */

.review_list {
    cursor: pointer;
}

.review_list:hover {
    background: #efefef !important;
    transition: all .5s;
}

textarea::placeholder {
    font-size: 0.85rem;
}

/* image file upload */

.imagePreview {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    background-position: center center;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn-img {
    border: 1px solid #7977a7;
    border: 1px solid var(--themeBgColor) !important;
    width: 100%;
    color: #7977a7 !important;
    color: var(--themeBgColor) !important;
    margin: 0 auto;
    margin-top: 9px;
}

.btn-img:hover {
    border-color: #7977a7;
    border-color: var(--themeBorderColor) !important;
    background:  var(--themeBgColor) !important;
    color: #fff !important;
}

.imgUp {
    margin-bottom: 15px;
}

.imgAdd {
    width: 30px;
    height: 30px;
    background-color: #bbb3cc;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    border-radius: 3px;
    line-height: 2 !important;
}

/* product page review */

.photoReview img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

.morePhoto .box {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
}

.morePhoto .box span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.morePhoto {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.img-wrap {
    padding: 0 20px 5px 50px;
    width: 100%;
}

.img-fluid {
    min-width: 100% !important;
}

.img-wrap img {
    max-width: 60px;
    border-radius: 5px;
    margin-right: 5px;
}

.deleteReview {
    display: flex;
    align-self: flex-start;
    cursor: pointer;
    margin-right: 10px;
}

.deleteReview:hover {
    opacity: 0.8;
    transition: all .5s;
}

/*.swiper-container {*/
/*    width: 400px;*/
/*    height: 100px;*/
/*}*/

.img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.img-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    font-size: 0.9rem;
    opacity: 1 !important;
}

@media (max-width: 576px) {
    .img-box span {
        font-size: 1.2rem !important;
    }

    .morePhoto .box span {
        font-size: 0.8rem !important;
    }
}

/* 위시리스트 상품명 ellipsis */
.wish_name {
    width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .wish_name {
        width: 11rem !important;
    }
}

@media (max-width: 991px) {
    .wish_name {
        width: 8rem !important;
    }
}

@media (max-width: 767px) {
    .wish_name {
        width: 11.5rem !important;
    }
}

@media (max-width: 575px) {
    .wish_name {
        width: 15rem !important;
    }
}

@media (max-width: 374px) {
    .wish_name {
        width: 9rem !important;
    }
}

#stockOption_market_price {
    float: right;
    margin-right: 35px;
}

/* 상품상세 공유 버튼 */
.dark_bg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.share {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 5px 3px rgba(139, 139, 139, 0.1) !important;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.shareList li {
    padding: 10px 5px;
}

.shareList li i {
    width: 30px;
    color: #5c5c5c
}

.kakaotalk-sharing-btn:focus-visible {
    outline: none;
}

.table {
    background: transparent !important;
    text-align: center;
    --bs-table-bg: transparent !important;
    --bs-table-hover-bg: #efefef57 !important;
}

.table tr:hover {
    transition: all .5s;
    cursor: pointer;
}

.table thead tr {
    background: #efefef !important;
}

/* pagination */

.pg-link {
    border-bottom: 2px solid transparent;
    position: relative;
    float: left;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 15px 17px;
    background-color: transparent;
    transition: 0.2s ease background-color, 0.3s ease color;
    cursor: pointer;
}

.pg-link:hover {
    color: #7977a7;
    border-bottom: 2px solid #7977a7;
    transition: all .5s;
    text-decoration: none;
}

.pagination i {
    color: #7977a7;
}

.pg-link-active {
    color: #7977a7;
    color: var(--themeBgColor);
    border-bottom: 2px solid #7977a7;
    border-bottom: 2px solid var(--themeBgColor);
    transition: all .5s;
}

/* 게시판 검색 */
.board_search {
    margin: 20px 0 0;
    padding: 16px 0 18px;
    text-align: center;
    float: right;
}

.board_search select {
    vertical-align: top;
    outline: none;
    margin-right: 5px;
    font-size: 0.9rem;
    text-align: center;
    border-color: #ddd;
    border-radius: 5px;
    padding: 7px 10px;
}

.board_search select:focus-visible {
    border-color: #7977a7 !important;
    border-color: var(--themeBgColor) !important;
}

.board_search input {
    vertical-align: top;
    border: solid 1px #ddd;
    padding: 5px 10px;
    border-radius: 5px;
}

.board_search input:focus-visible {
    outline: none !important;
    border-color: #7977a7 ;
    border-color: var(--themeBgColor) !important;
}

.board_search input[type="button"] {
    margin-left: 5px;
    background: #efefef;
    color: #333;
    padding: 14px 12px;
    font-size: 0.9rem;
    line-height: 7px;
    cursor: pointer;
    font-size: 0.9rem;
}

.board_search input[type="button"]:hover {
    background: #7977a7;
    background: var(--themeBgColor) !important;
    color: #fff !important;
    border-color: #7977a7 !important;
    border-color: var(--themeBgColor) !important;
    transition: all .5s;
}

/* 게시판 앨범형 */

.board_album_ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    justify-content: flex-start;
}

.board_album_li {
    padding-bottom: 58px;
}

.board_album_li a img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px
}
#orderDeliveryList div.text-start {
    line-height: 2.5;
}
.line {
    height: 1rem;
    width: 2px;
    background: #aaa !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0.25rem 0.5rem;
}

/* 상품목록 view-type btn */
.view_btn {
    overflow: auto;
    margin-top: 10px;
}

.view_btn ul {
    list-style: none;
    display: inline-block;
}

.view_btn ul li {
    display: inline-block;
    margin: 1px;
}

.view_btn.no-category {
    padding-top: 6rem;
}

.btn-list {
    background: #f4f6f8;
    padding: 0.6rem;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e2e7ed;
    line-height: 1.3rem;
    font-size: 16px;
}

.btn-list:hover {
    background: #efefef;
    transition: all .5s;
}

.btn-list.active {
    background: #efefef;
}

/* instagram */

.post {
    padding: 0.2rem 0.25rem 0 0.25rem;
    margin: 0;
}

.post .post-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #eee;
    padding: 0;
    margin: 0 auto;
}

.post-wrap .post-img {
    position: relative;
}

.post-img {
    display: block;
    overflow: hidden;
    margin: 0;
}

.post-img .review-thumbnail {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    -ms-interpolation-mode: biubic;
}

.post-wrap .post-img,
.post-wrap .post-img .guide-img {
    width: 100%;
}

.over-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.post.show-posts {
    display: block ! important;
}

.post-wrap .post-content,
.post-wrap .post-content * {
    opacity: 0;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    color: #fff;
}

.post-wrap:hover .post-content,
.post-wrap:hover .post-content * {
    opacity: 1 !important;
}

.post-wrap:hover .over-content {
    opacity: 1 !important;
}

.post-wrap .text-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    align-self: center;
    height: 100%;
    margin-left: 6px;
    padding: 0.5rem 1rem;
    text-align: left;
}

.post-content .text-content .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

.post-content .text-content-center .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

.post-content .text-content a {
    color: #fff;
    /* 더보기 버튼 안보이게 */
    display: none;
}

.post-wrap .post-content.text-only,
.post-wrap .post-content.text-only * {
    opacity: 1;
}

.post-content.text-only .text-content p {
    color: #fff;
}

.post-content.text-only .text-content a {
    color: #555555;
    display: none;
}

.post-content.text-only .over-content {
    background-color: rgba(0, 0, 0, 0.8);
}

.post-wrap .read-more>a {
    color: #3d9cfc;
}

.post-wrap .read-more>a:hover {
    text-decoration: underline;
}

.hovered_text {
    width: 20rem;
    height: 13rem;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    overflow-wrap: anywhere;
    margin-top: 2rem;
    cursor: pointer;
}

.img-hover2:hover {
    filter: brightness(90%);
    transition: all .5s;
}

.img-hover2:hover .hovered_text {
    opacity: 1;
    transition: all .5s;
}

.img-gray {
    filter: grayscale(100%);
    transition: 0.5s;
}

.img-gray:hover {
    filter: grayscale(0%);
    transition: 0.5s;
}

.card_text {
    padding: 1.5rem;
    /*height: 15rem;*/
}

.card_text p:nth-child(2) {
    /*height: 6rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card_list {
    border-radius: 25px;
    border: 1px solid #999;
    min-height: 32rem;
}

.square {
    position: relative;
}

.square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* review block css 적용 */

img.star {
    max-width: 130px;
}

.review-head-inner {
    color: #fff;
}

.review-head-inner .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-wrap {
    width: 100%;
    position: relative;
}

.board-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.board-img .review-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: auto;

}

.board-over-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.7);
}

.board-wrap .board-content,
.board-wrap .board-content * {
    opacity: 0;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.board-wrap:hover .board-content,
.board-wrap:hover .board-content * {
    opacity: 1;
}

.board-content .text-content .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

.board-content .text-content-center .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

/*.btn_board_set {*/
/*    display: block;*/
/*}*/

.swiper-container-horizontal .swiper-wrapper {
    height: auto;
    border: none !important;
    z-index: 0 !important
}

.review-info {
    position: relative;
}

.review-info .review-head .review-head-inner {
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.review-info .review-head,
.review-info .review-head .dim {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    /* height: 10%; */
}

img.star {
    max-width: 130px;
}

.review-head-inner .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-list-photo,
.review-list-text {
    overflow: hidden;
}

.review-info .review-head .point,
.review-info .review-head .review-target {
    position: relative;
    z-index: 1;
}

.review-list-photo .review-head {
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.review-recommend .review-head {
    background: url(/editor/src/images/common/review_bg_white.png) 0 0 repeat;
}

.review-recommend .review-con {
    background-color: #f9f9f9;
}

.review-recommend .review-item {
    border-radius: 15px;
    overflow: hidden;
}

.review-recommend .btn-more {
    padding-right: 0.8rem;
    background: url(/editor/src/images/common/arrow_right_large.png) center right no-repeat;
    background-size: 6px;
}

.review-recommend .txt_line_2 {
    min-height: auto;
}

.review-text {
    height: 12rem;
    overflow: hidden;
    border: 1px solid #eee;
}

.review-text .txt_line_2 {
    height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: normal;
    line-height: 1.5;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.review-text img {
    float: right;
}

/* space */

#content_container .section_wrapper {
    padding: 2rem 0;
}

/* 디자인툴+쇼핑몰 section_wrapper padding 값 조절*/

/* 첫번째 section_wrapper에 헤더높이만큼 padding 추가 */
#content_container .section_wrapper:first-child {
    padding-top: 10rem !important;
}

/* 헤더가 투명화일때 첫번째 section_wrapper가 frame일때만 padding 제거 */
#content_container.transparent .section_wrapper:first-child.frame {
    padding-top: 0 !important;
}

/* 첫번째 frame 안에 section_wrapper padding 제거 */
#content_container .section_wrapper.frame .section_wrapper {
    padding-top: 0 !important;
}

/* 첫번째 frame 안에 첫번째 section_wrapper에만 padding 추가 */
#content_container .section_wrapper:first-child.frame .section_wrapper:first-child {
    padding-top: 10rem !important;
}

/* 사이드헤더 section_wrapper padding 제거 */
#content_container.sideHeader .section_wrapper:first-child {
    padding-top: 0 !important;
}

/* 사이드헤더 첫번째 frame 안에 첫번째 section_wrapper padding 제거 */
#content_container.sideHeader .section_wrapper.frame .section_wrapper:first-child {
    padding-top: 0 !important;
}

.section_wrapper p, .section_wrapper h1, .section_wrapper h2, .section_wrapper h3, .section_wrapper h4, .section_wrapper h5, .section_wrapper h6, .section_wrapper span {
    word-break: keep-all;
}

.section_wrapper.kakaoMapBlock {
    padding: 0 !important;
}

.section_wrapper.kakaoMapBlock .kakaoNokey {
    display: none !important;
}

.section_wrapper.frame_middle {
    padding: 0;
}

.section_wrapper.space1 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.section_wrapper.space2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.section_wrapper.space3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.section_wrapper.space4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.section_wrapper.space5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (max-width: 768px) {
    .section_wrapper.space1 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .section_wrapper.space2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .section_wrapper.space3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .section_wrapper.space4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .section_wrapper.space5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

/* 프레임 안에 여백 블럭 넣는 경우  */
#content_container .section_wrapper.frame .section_wrapper.space1 {
    padding-top: 1.5rem !important;
}

#content_container .section_wrapper.frame .section_wrapper.space2 {
    padding-top: 2rem !important;
}

#content_container .section_wrapper.frame .section_wrapper.space3 {
    padding-top: 3rem !important;
}

#content_container .section_wrapper.frame .section_wrapper.space4 {
    padding-top: 4rem !important;
}

#content_container .section_wrapper.frame .section_wrapper.space5 {
    padding-top: 5rem !important;
}

@media (max-width: 768px) {
    #content_container .section_wrapper.frame .section_wrapper.space1 {
        padding-top: 0.75rem !important;
        padding-bottom: 1rem !important;
    }

    #content_container .section_wrapper.frame .section_wrapper.space2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    #content_container .section_wrapper.frame .section_wrapper.space3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    #content_container .section_wrapper.frame .section_wrapper.space4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    #content_container .section_wrapper.frame .section_wrapper.space5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

/* frame */
/* ✅ 기본 PC 버전 (rem 유지) */
.frame_narrow .frame_inner {
    margin: 0 20rem;
}

.frame_middle .frame_inner {
    margin: 0 10rem;
}

.frame_wide .frame_inner {
    margin: 0 5rem;
}

/* ✅ 태블릿 (최대 1024px) → 기존보다 약간 큰 % 적용 */
@media (max-width: 1024px) {
    .frame_narrow .frame_inner {
        margin: 0 18%;
    }

    .frame_middle .frame_inner {
        margin: 0 10%;
    }

    .frame_wide .frame_inner {
        margin: 0 6%;
    }
}

/* ✅ 모바일 (최대 768px) → 여백을 더 크게 설정 */
@media (max-width: 768px) {
    .frame_narrow .frame_inner {
        margin: 0 15%;
    }

    .frame_middle .frame_inner {
        margin: 0 8%;
    }

    .frame_wide .frame_inner {
        margin: 0 5%;
    }
}

/* review block css 적용 */

img.star {
    max-width: 130px;
}

.review-head-inner {
    color: #fff;
}

.review-head-inner .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.board-wrap {
    width: 100%;
    position: relative;
}

.board-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.board-img .review-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: auto;

}

.board-over-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    background-color: rgba(0, 0, 0, 0.7);
}

.board-wrap .board-content,
.board-wrap .board-content * {
    opacity: 0;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.board-wrap:hover .board-content,
.board-wrap:hover .board-content * {
    opacity: 1;
}

.board-content .text-content .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

.board-content .text-content-center .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

/* social block css 적용 */

.post {
    padding: 0.2rem 0.25rem 0 0.25rem;
    margin: 0;
}

.post .post-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #eee;
    padding: 0;
    margin: 0 auto;
}

.post-wrap .post-img {
    position: relative;
}

.post-img {
    display: block;
    overflow: hidden;
    margin: 0;
}

.post-img .review-thumbnail {
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
    -ms-interpolation-mode: biubic;
}

.post-wrap .post-img,
.post-wrap .post-img .guide-img {
    width: 100%;
}

.over-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.post.show-posts {
    display: block ! important;
}

.post-wrap .post-content,
.post-wrap .post-content * {
    opacity: 0;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.post-wrap:hover .post-content,
.post-wrap:hover .post-content * {
    opacity: 1;
}

.post-wrap:hover .over-content {
    opacity: 0.8;
}

.post-wrap .text-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    align-self: center;
    height: 100%;
    margin-left: 6px;
    padding: 0.5rem 1rem;
    text-align: left;
}

.post-content .text-content .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

.post-content .text-content-center .box {
    width: 100%;
    height: auto;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: default;
}

.post-content .text-content a {
    color: #fff;
    /* 더보기 버튼 안보이게 */
    display: none;
}

.post-wrap .post-content.text-only,
.post-wrap .post-content.text-only * {
    opacity: 1;
}

.post-content.text-only .text-content p {
    color: #fff;
}

.post-content.text-only .text-content a {
    color: #555555;
    display: none;
}

.post-content.text-only .over-content {
    background-color: rgba(0, 0, 0, 0.8);
}

.post-wrap .read-more>a {
    color: #3d9cfc;
}

.post-wrap .read-more>a:hover {
    text-decoration: underline;
}

.text-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-self: center;
    height: 100%;
    padding: 0.5rem 1rem;
    text-align: left;
}

.text-content-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-self: center;
    height: 100%;
    padding: 0.5rem 1rem;
    text-align: center;
}

.text-content-center p,
.text-content-center span {
    font-family: 'Nanum Gothic';
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.text-content-center p {
    line-height: 1.6;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 0.7rem;
    font-size: 0.8rem;
}

.text-content-center .text-content-center span[data-feed-icon],
.text-content-center span[data-feed-time-ago] {
    display: inline-block;
}

.text-content span[data-feed-icon],
.text-content span[data-feed-time-ago] {
    display: inline-block;
}

.text-content p,
.text-content span {
    font-family: 'Nanum Gothic';
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.text-content p {
    line-height: 1.6;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 0.7rem;
    font-size: 0.8rem;
}

.text-content span a {
    color: #fff;
}

.text-content span {
    color: #eee;
    font-size: 0.8rem;
}

.feed-author-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    text-align: center;
    color: #333;
    border-radius: 50%;
    overflow: hidden;
}

.icon-box .fa {
    vertical-align: text-top;
}

.data-feed-load-more {
    border-color: #7f7f7f;
    font-size: 1rem;
    margin-top: 1rem;
    min-width: 88px;
    line-height: 1;
    box-shadow: none;
    display: inline-block;
}

/* maintitle css */

.bg-size-length {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100% !important;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media (max-width:991px) {
    .bg-size-length {
        height: 600px !important;
    }
}

@media (min-width: 992px) {
    .carousel-slide-height {
        height: 700px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-slide-height {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .carousel-slide-height {
        height: 700px;
    }
}

.maintitle {
    display: flex;
    align-items: center;
}

.bg-size-cover {
    background-size: cover !important;
    height: 100% !important;
}

.bg-position-center {
    background-position: center !important;
}

.bg-position-custom {
    background-position-x: center;
    background-position-y: center;
}

.bg-attachment {
    background-attachment: fixed;
}

@media(max-width:576px) {
    .bg-attachment {
        background-attachment: scroll !important;
    }
}

@media (max-width: 767px) {
    .bg-position-custom {
        background-position-x: unset;
        background-position-y: unset;
    }
}

.text-box {
    width: 90%;
    height: 26rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* 메인타이틀 블럭 레이아웃 */

.left_txt_pc {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    left: 30px;
    z-index: 1;
}

.left_txt_mobile {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.left_txt_pc .tit {
    font-size: 58px;
    padding: 20px 0;
    font-weight: bold;
}

.left_txt_mobile .tit {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
}

.left_txt_pc p,
.left_txt_pc button {
    color: black !important;
}

.left_txt_mobile p {
    color: #fff !important;
}

.img_wrap_right {
    float: right;
    width: 85%
}

.img_wrap_left {
    float: right;
    width: 85%
}

@media (max-width: 768px) {

    .left_txt_pc,
    .right_txt_pc {
        display: none;
    }

    .left_txt_mobile,
    .right_txt_mobile {
        display: block;
    }

    .left_txt_mobile button,
    .right_txt_mobile button {
        color: #fff !important;
    }

    .img_wrap_right,
    .img_wrap_left {
        width: 100% !important;
    }
}

@media (min-width: 769px) {

    .left_txt_pc,
    .right_txt_pc {
        display: block;
    }

    .left_txt_mobile,
    .right_txt_mobile {
        display: none;
    }

    .img_wrap_right,
    .img_wrap_left {
        width: 85%;
    }
}

.right_txt_pc {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
    color: #333;
    right: 30px;
    float: right;
    z-index: 1;
}

.right_txt_mobile {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.right_txt_pc .tit {
    font-size: 58px;
    padding: 20px 0;
    font-weight: bold;
}

.right_txt_mobile .tit {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
}

.right_txt_pc p,
.right_txt_pc button {
    color: black !important;
}

.right_txt_mobile p {
    color: #fff !important;
}

.img_wrap_left {
    float: left;
}

.block_title_box {
    display: table;
    align-items: center;
    position: absolute;
    width: 25rem;
    height: 22rem;
    top: 40%;
    left: 38%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.7);
}

.block_title_box div {
    display: table-cell;
    vertical-align: middle;
}

@media all and (max-width: 768px) {
    .block_title_box {
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* content 블럭 css */

.team-img {
    position: relative;
}

.team-text {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 20px;
    bottom: 18px;
    padding: 22px 10px 20px;
    transition: all .3s;
    opacity: 0;
}

.team-img:hover .team-text {
    opacity: 1 !important;
}

.team-text1 {
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    padding: 10px;
    transition: .3s;
    opacity: 0;
}

.team-text2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0;
    padding: 10px;
}

.team-wrapper:hover .team-text1 {
    opacity: 1;
    top: 0px;
}

.hovered_text {
    width: 20rem;
    height: 13rem;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    overflow-wrap: anywhere;
    margin-top: 2rem;
    cursor: pointer;
}

.img-hover2:hover {
    filter: brightness(90%);
    transition: all .5s;
}

.img-hover2:hover .hovered_text {
    opacity: 1;
    transition: all .5s;
}

/* 소소우아 text 블럭 */
.text-background {
    font-size: 14rem;
    font-weight: bolder;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: url('/editor/src/images/background/nature_5.jpg');
    background-position: center;
}

@media (max-width: 992px ) {
    .text-background {
        font-size: 11rem;
    }
}

@media (max-width: 768px) {
    .text-background {
        font-size: 7rem;
    }

    .text_media span {
        font-size: 5rem !important;
    }
}

@media (max-width: 576px) {
    .text-background {
        font-size: 5rem;
    }
}


/* 쇼핑몰 main 가리기 */
a[href|="/page/MAIN.do"] {
    display : none;
}

.video_note {
    display: none;
}

/* 쇼핑몰 data-visible="hidden" 가리기 */
.shop_menu li > a[data-visible="hidden"] {
    display: none !important;
}

/* marquee */
.marquee {
    height: 6rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.2rem;
    color: #247045
}

.marquee div {
    display: block;
    width: 200%;
    height: 7rem;
    position: absolute;
    overflow: hidden;
    animation: marquee 10s linear infinite;
}

.marquee span {
    float: left;
    width: 50%;
    font-size: 4rem;
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

@media (max-width: 768px) {
    .marquee div { animation: marquee 10s linear infinite; width:120rem; }
    .marquee span { font-size: 1.5rem; float: left; width: 27rem; }
    .marquee span:first-child {  }
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.zoomIn
{
    animation: zoomIn 4s forwards;
}

hr.standard {
    border-color: #fff;
}

.cs-gjs-video {
    position: relative;
    overflow: hidden;
    padding-top: 6.3%;
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0;

}
.cs-gjs-video iframe {
    height: 98% !important;
    width: 98%;
    transform: scale(1.055);
}

@media (max-width: 390px) {
    .cs-gjs-video iframe {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 361px) {
    .cs-gjs-video iframe {
        width: 99% !important;
        height: 98% !important;
    }
}

@media (max-width: 344px) {
    .cs-gjs-video iframe{
        width: 100% !important;
        height: 100% !important;
    }
}

.ytp-show-cards-title {
    display: none !important;
}