@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

body {
    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
}

.site-wrap {
    background-color: #fff;
}

/* */

.pad5 {padding-bottom:50px;}
.color {color:#fff;}
.color:hover{color:#fff;}
#cate_nav ul,
#cate_nav2 ul {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
}

.tia-list .ord-m {
    display: none;
    padding: 0;
}

#mobile_nav {
    overflow: visible !important;
    top: 80px;
    width: 100%;
    background-color: #fff6db;
}

#mobile_nav ul {
    display: flex;
    justify-content: center;
    width: 100% !important;    
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile_nav ul li {
    padding: 0.7rem 0.60rem;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

#_mobile ._sub {
    display: none;
    padding: 10px;
}

/* */

#header-navbar {
    background-color: #000;
}

#header-navbar .container {
    padding: 0 !important;
}

.container {
    max-width: 1680px !important;
}

/* noti */

._noti_wrap {
    padding: 4px 0;
    background-color: #fff;
}

.lst-roll {
    display: inline-block;
    overflow: hidden;
    height: 30px;
}

.lst-roll ul {
    margin-bottom: 0;
}

.lst-roll ul li a {
    padding: 2px 0;
    color: #75b9e3;
}

._noti {
    max-width: 1680px;
    margin: 0 auto;
}

._noti div:first-child .lst-log a:first-child {
    display: inline-block;
    position: relative;
    padding: 1px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.site-navbar ._noti .site-icon {
    padding: 0;
}

/* top */

._smenu {
    padding: 5px 0;
}
 
._smenu .col-2 {
    width: 11.66666667%;
}

._smenu .col-10 {
    width: 88.33333333%;
}

._smenu input,
._smenu button {
    border-radius: 0;
}

._smenu input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}

._smenu button {
    background: transparent;
    border: 0;
}

._smenu input::placeholder {
    font-size: 15px;
    color: #fff;
}

._smenu .nav-link {
    color: #fff;
}

._smenu .nav-link-title {
    color: #fff !important;
}

._smenu ul.list-unstyled li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.lst-menu a {
    font-weight: 600;
    color: #fff;
}

.lst-menu a._0  {
    color: #c5c331;
}

.lst-menu a._1  {
    color: #67C531;
}

.lst-menu a._2  {
    color: #e20030;
}

.lst-menu a._3  {
    color: #21766e;
}

.lst-menu a._4  {
    color: #0e70ab;
}

.lst-menu a._5  {
    color: #858585;
}

.lst-menu a._6  {
    color: #8a2a9b;
}

.lst-menu a._7  {
    color: #d08220;
}

#cate_nav .nav {
    padding: 0 0 6px;
}

#cate_nav .nav li {
    width: auto;
    padding: 0 10px;
}

#cate_nav .nav a {
    padding: 0;
    font-size: 13px;
}

/* */

.page-item:last-child .page-link {
    border-radius: 999px;
}

/* */

#ssch_cate a {
    border: 1px solid rgba(0, 0, 0, 0.175) !important;
}

#ssch_frm .dropdown-menu .dropdown-item {
    font-size: 14px;
}

/* */

.page-title {
    /* background-color: var(--bs-primary); */
    background-color: transparent;
    /* color: #fff; */
    border-radius: 10px 0 10px 0;
}

/* category */

#menu_open {
    display: block;
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-image: url(../img/home/btn_anb.png);
    transition: background 0.23s;
}

#menu_open.hide {
    background-image: url(../img/home/btn_anb_open.png);
}

#category {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    border: 1px solid rgba(0, 0, 0, 1);
    background: #fff;
    z-index: 1000;
    border-radius: 16px;
}

#category.hide,
#category:hover {
    visibility: visible;
    height: auto;
    opacity: 1;
}

#category ul.cate {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    padding: 20px 45px;
}

#category .cate_li_1 {
    list-style: none;
    min-height: 150px;
}

#category .cate_li_1_a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

#category .sub_cate {
    padding-left: 0;
}

#category .cate_li_2 {
    list-style: none;
    font-size: 14px;
    line-height: 1.9;
}

#category .cate_li_2 a {
    color: #666;
}

/* 퀵 배너 */

#backtotop {
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 1000;
}

[class~=q-menu] nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 999px;
}

[class~=q-menu] nav div {
    width: 80px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    transition: 0.5s all ease;
}

[class~=q-menu] nav div a {
    display: block;
    padding: 20px 5px 15px 5px;
}

[class~=q-menu] nav div a i,
[class~=q-menu] nav div a svg {
    display: block;
    margin: 0 auto 8px;
    font-size: 24px;
    color: #000;
}

[class~=q-menu] nav div a span {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 1.4em
}

[class~=q-menu] nav div:hover i {
    color: #ff7548
}

/* Icon */

.i-com {
    flex-shrink: 0;
    display: inline-block;
    /* margin: 0 10px 0 0; */
}

i.i-display {
    width: 8px;
    height: 15px;
    background: url(../img/common/ico_display.png) no-repeat 0 0;
}

i.i-toggle {
    width: 38px;
    height: 30px;
    background: url(../img/common/ico_toggle.png) no-repeat 0 0;
}

i.i-toggle.on {
    width: 38px;
    height: 30px;
    background: url(../img/common/ico_toggle_on.png) no-repeat 0 0;
}

i.i-road {
    width: 22px;
    height: 19px;
    background: url(../img/common/ico_road.png) no-repeat 0 0;
}

i.i-up {
    width: 18px;
    height: 15px;
    background: url(../img/common/ico_up.png) no-repeat 0 0;
}

i.i-down {
    width: 18px;
    height: 15px;
    background: url(../img/common/ico_down.png) no-repeat 0 0;
}

i.i-ship {
    width: 24px;
    height: 18px;
    background: url(../img/common/ico_ship.png) no-repeat 0 0;
}

i.i-profile {
    width: 50px;
    height: 50px;
    background: url(../img/common/ico_profile.png) no-repeat 0 0;
}

i.i-cart {
    width: 14px;
    height: 18px;
    background: url(../img/common/ico_cart.png) no-repeat 0 0;
    background-size: 14px 18px;
}

/* bod list */

#bo_list .card {
    border: 0 !important;
}

#bo_list .card-body {
    background-color: #F1F1F1;
}

/* bod view */

#bo_v_act {
    flex-direction: column;
    position: fixed;
    bottom: 40%;
    right: 30px;
    z-index: 1000;
}

#bo_v_act button {
    margin: 0 0 10px;
}

.ticket-tab {
    flex-direction: row;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.ticket-tab a {
    border: 0;
    border-right: 1px solid #ccc;
    border-radius: 0;
    text-align: center;
}

.ticket-tab a:last-child {
    border-right: 0;
}

/* shop list */

#sit_ov_from,
#sod_frm,
#sod_bsk {
    margin: 20px 0 0;
}


.btn-disp {
    padding: 2px 14px;
    background-color: #edffd3;
    font-size: 12px;
    color: #68a93e;
    border-radius: 10px;
}

.btn-disp:focus-visible,
.btn-disp:hover {
    background-color: #edffd3;
    color: #72b446;
}

/* */

.__left .accordion-item {
    border: 0 !important;
}

.__left .accordion .accordion-button {
    padding: 10px 0;
    border: 0 !important;
    background-color: transparent;
    box-shadow: 0 0;
}

.__left .accordion .accordion-button .fs-5 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.__left .line-top {
    border-top: 1px solid #ccc !important;
}

.__left .list-group-item {
    padding: 4px 0;
    border: 0;
}

.tia-list .order-1 input[type="text"] {
    font-size: 13px;
}

.tia-list .d-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/*.tia-list .col-palette a {
    display: block;
    font-size: 12px;
    text-align: center;
}

.tia-list .col-palette a span {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    background-color: #000;
    border-radius: 999px;
}

.tia-list .d-flex.col-palette a span {
    margin: 0;
}

.tia-list .col-palette a.c-1 span {
    background-color: #000;
}

.tia-list .col-palette a.c-2 span {
    background-color: #ccc;
}

.tia-list .col-palette a.c-3 span {
    background-color: #fff;
    border: 1px solid #ddd;
}

.tia-list .col-palette a.c-4 span {
    background-color: #F4EFDC;
}

.tia-list .col-palette a.c-5 span {
    background-color: #E5C280;
}

.tia-list .col-palette a.c-6 span {
    background-color: #663203;
}

.tia-list .col-palette a.c-7 span {
    background-color: #8F784C;
}

.tia-list .col-palette a.c-8 span {
    background-color: #008001;
}

.tia-list .col-palette a.c-9 span {
    background-color: #90EE90;
}

.tia-list .col-palette a.c-10 span {
    background-color: #72D5C0;
}

.tia-list .col-palette a.c-11 span {
    background-color: #010080;
}

.tia-list .col-palette a.c-12 span {
    background-color: #2F32F3;
}

.tia-list .col-palette a.c-13 span {
    background-color: #87CEEA;
}

.tia-list .col-palette a.c-14 span {
    background-color: #7F007F;
}

.tia-list .col-palette a.c-15 span {
    background-color: #FDC0CB;
}

.tia-list .col-palette a.c-16 span {
    background-color: #FD0000;
}

.tia-list .col-palette a.c-17 span {
    background-color: #FEA500;
}

.tia-list .col-palette a.c-18 span {
    background-color: #FFFF01;
}

.tia-list .col-palette a.c-19 span {
    background-image: linear-gradient(#E0DDDC 0%, #A9A9A9 50%, #E0DDDC 100%);
}

.tia-list .col-palette a.c-20 span {
    background-image: linear-gradient(#F1EC44 0%, #C0B500 50%, #F1EC44 100%);
}

.tia-list .col-palette a.c-21 span {
    background-image: linear-gradient(#FD0000 0%, #FEA500 15%, #FFFF01 30%, #008001 45%, #2F32F3 60%, #010080 75%, #7F007F 100%);
}*/

/* */

#sct_ct .nav-pills .nav-link.active {
    background-color: transparent;
    color: #333;
}

#sct_ct ._thumb img {
    max-width: 100px;
}

/* shop view */

.ug-gallery-wrapper .ug-slider-wrapper {
    background-color: #fff !important;
}

.ug-gallery-wrapper .ug-strip-panel {
    background-color: #fff !important;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default {
    display: none;
}

.accordion-flush .fs-5 {
    font-size: 15px !important;
}

#btn-cart-buy .row div:nth-child(1) button {
    border-color: #67C531;
    background-color: #67C531;
    font-size: 15px;
    color: #666;
    border-radius: 0;
}

#btn-cart-buy .row div:nth-child(2) button {
    font-size: 15px;
    color: #666;
    border-radius: 0;
}

#btn-cart-buy .row div:nth-child(2) button:hover {
    color: #fff;
}

#sit_ov_from .list-group-item span:first-child {
    min-width: 100px;
}

.bd-bottom {
    border-bottom: 0;
}

.sp-wrap {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #F1F1F1;
    border-radius: 999px;
}

/* 로그인, 회원가입 */

.tia-login,
.tia-register {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

.tia-register .col-lg-4 .fs-3 {
    position: relative;
    padding: 0 0 0 15px;
}

.tia-register .col-lg-4 .fs-3:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    display: block;
    width: 5px;
    height: 22px;
    margin-top: 14px;
    background-color: #666;
}

.login-sns .sns-icon {
    display: inline-block !important;
    width: 40px !important;
    margin: 0 3px !important;
    border-radius: 999px !important;
}

/* 푸터 */

.site-footer-wrap {
    background-color: #000 !important;
    color: #fff;
}

#buyCart a:hover {

}

#buyCart i {
    font-size: 16px;
}

#buyCart span {
    padding: 2px 0 0;
    font-size: 12px;
}

/* */

.custom-cursor {
    cursor: pointer;
}