* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #000;
}

a:focus,
a:active {
    color: #000;
}

body,
html {
    font-size: 14px;
    line-height: 1.2;
}

p,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

.modal-content {
    background: #fff;
}

.modal-header,
.modal-footer {
    border-bottom: 0;
    border-top: 0;
}

.modal-header {
    background-color: #fff !important;
    border-bottom: 0 !important;
}

.modal-title {
    color: none;
}

.modal-dialog {
    border-radius: 0;
}
.fa-star.fa {
    color: #EBC308;
}
/* ===============================header================================== */

#header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent !important;
    padding: 0 20px;
}

.main #header {
    top: 48px;
}

/* #header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background: transparent !important;
    padding: 0 0px;
} */
.top_mb_search_box {
    display: none;
}

#pc_menu {
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    /* height: 70px; */
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
}

#pc_logo {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    margin-left: 30px;
    cursor: pointer;
    z-index: 40;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

#pc_logo a img {
    max-width: 200px;
    width: 100%;
    webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.hover_bg {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;

}

#pc_menu_box ul {
    display: flex;
    flex-wrap: wrap;
}

#pc_menu_box ul li {
    height: 70px;
    line-height: 70px;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.sticky_header #pc_menu_box ul li {
    padding: 0 15px;
}

.sticky_header #pc_menu_box ul li.mega-menu .mega-menu-content {
    top: 100%;
}

.sticky_header #pc_menu_box ul li .sub_1th_menu {
    top: 86%;
}

#pc_menu_box ul li a.main_menu1 {
    position: relative;
    display: block;
}

#pc_menu_box ul li a.main_menu1 div {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

#pc_menu_box ul li a.main_menu1::after {
    position: absolute;
    content: '';
    top: auto;
    left: 50%;
    bottom: 20%;
    width: 0px;
    height: 2px;
    background-color: #444;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#pc_menu_box ul li:hover a.main_menu1::after {
    width: 100%;
    left: 0;
}
#pc_menu_box ul li a.on::after{
    width: 100%;
    left: 0;
}
.sub_1th_menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffff;
    min-width: 250px;
    min-height: 150px;
    -webkit-transition: top .1s ease;
    -o-transition: top .1s ease;
    transition: top .1s ease;
    padding: 20px 20px;
    display: none;
    box-shadow: 0px 13px 42px 11px rgb(0 0 0 / 5%);
}

#pc_menu_box ul li:hover .sub_1th_menu {
    display: block;
}

.sub_1th_menu .sub_1th_menu_scroll {
    overflow: auto;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sub_1th_menu ul {
    flex-flow: row;
    width: 100%;
    justify-content: left;

}

.mega-menu-content::-webkit-scrollbar {
    width: 4px;
}

.mega-menu-content::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

.mega-menu-content::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

#pc_menu_box .sub_1th_menu ul li {
    text-align: left;
    height: auto;
    line-height: initial;
    padding: 0;
    width: 100%;
}

.sub_1th_menu ul li a {
    padding: 7px 15px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.sub_1th_menu ul li a::after {
    display: unset;
}

.sub_1th_menu ul li a:hover {
    background-color: #f1f1f1;
    color: red;
}

#header.sticky_header #pc_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #9EB23B;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 100;
    height: 50px;
}

#header.sticky_header #pc_logo a img {
    max-width: 150px;
}

.top_search_bar {
    height: 100%;
}

#pc_menu_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

#pc_menu_right ul {
    display: flex;
    align-items: center;
}

#pc_menu_right ul li {
    margin: 0 10px;
}

#pc_menu_right ul li div a,
#pc_menu_right ul li div i {

    display: inline-block;
    color: #000;
    vertical-align: middle;
}

#pc_menu_right ul li div i {
    margin-right: 1px;
    font-size: 21px;
}

.pc_menu_right_cart {
    position: relative;
    padding-right: 33px;
}

.pc_menu_right_cart a .cart_count {
    color: #fff;
    display: block;
    margin: 0 0px 0 7px;
    padding: 0 7px;
    width: 26px;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    background: #bd1c1c;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

#mb_menu_open {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0px, -50%);
    display: none;
    height: 25px;
}

#mb_menu_open i {
    font-size: 25px;
}

#mb_menu_right {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0px, -50%);
    opacity: 1;
    webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
}

#mb_menu_right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
#mb_menu_right ul li a i{
    color: #000;
}
.burger_menu_icon i{
    color: #000;
}

#mb_menu_right ul li {
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
}

#mb_menu_right ul li i {
    line-height: 50px;
    font-size: 25px;
}

#pc_menu_right ul li .pc_menu_right_search {
    padding-right: 20px;
    cursor: pointer;
    color: #000;
}

.top_search_box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.top_search_box.on {
    visibility: visible;
    opacity: 1;
    z-index: 50;
}


.top_search_box .top_search_input {
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 40px;
    height: 100%;
    width: 100%;
    background-color: #888;
    color: #fff;
    font-weight: 700;
    margin-top: 0 !important;
    letter-spacing: -1px;
}

.top_search_box_close {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0px, -50%);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

#pc_menu_box ul li.mega-menu {
    position: inherit;
}

#pc_menu_box ul li.mega-menu:hover .mega-menu-content {
    display: block;
}



.mega-menu-content {
    background-image: url(../img/shop-menu-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* height: 450px; */
    overflow: auto;
    /* max-width: 1852px; */
    position: absolute;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgb(0 0 0 / 5%);
    z-index: 199;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 98%;
    display: none;
    /* margin: 0 30px;
    padding: 0 10px; */
    webkit-transition: top .1s ease;
    -o-transition: top .1s ease;
    transition: top .1s ease;
}

.box {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 15px 0;
}

.box img {
    width: 50%;
}

.box span {
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.box span b {
    color: #CC9A63;
}

.box strong {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
}

.container {
    width: 100%;
    height: auto;
    /*부모의 자식 요소가 3차원의 애니메이션 효과를 가질때, 300px의 거리에서 보는 원근감을 줌*/
    perspective: 500px;
}

.container .item {
    width: 100%;
    height: auto;
    border: 1px solid #828282;
    /*카드의 뒷면을 안보이게 처리-카드가 뒤집히면 뒷면이 안보임*/
    backface-visibility: hidden;
    transition: 1s;
    cursor: pointer;
}

.container .item.front {
    /* 앞면 카드가 부유하게 되어, 뒷면 카드가 아래에서 위로 올라감 -> 요소 두개가 겹치게 됨*/
    position: absolute;
    /* 명시적으로 기본값 설정, 없어도 됨*/
    transform: rotateY(0deg);
    left: 0;
}

.container:hover .item.front {
    transform: rotateY(180deg);
}

.container .item.back {
    /*y축을 중심으로 -180도 회전*/
    transform: rotateY(-180deg);
}

.container:hover .item.back {
    transform: rotateY(0deg);
}

.mego_colunm_flex {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
}

.mego_colunm_item_prt_img img {
    object-fit: contain;
    max-width: 250px;
    width: 100%;
    height: 250px;
}

.mego_colunm_item_prt_info {
    text-align: left;
    display: block;
    position: relative;
    line-height: initial;
}

.mego_colunm_item_prt_tit {
    font-size: 16px;
    margin: 0.7rem 0 0.2rem;
    display: block;
}

.mego_colunm_item_prt_price {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.going_icon_box {
    position: absolute;
    top: 50%;
    right: 0;
    width: 36px;
    height: 36px;
    display: inline-block;
    transform: translate(0px, -50%);
}

span.going_icon {
    background: #ddd;
    border-radius: 50%;
    font-size: 11px;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}

.mego_colunm_item2 {
    border-left: 1px solid #F2F2F2;
    margin-left: 20px;
    padding-left: 20px;
    width: 70%;
}

.mego_colunm_item_menu_box ul li {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0.5rem;
    height: auto !important;
    line-height: normal !important;
    text-align: left;
    padding: 0 5px 0 0 !important;
}

.cate02_wrap dl dd {
    margin-bottom: 0;
}

.mego_colunm_item_menu_box ul li .mego_colunm_item_menu_box_in>a {
    height: 30px;
    margin: 2px 0px;
    padding-left: 10px;
    background: #999;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mego_colunm_item_menu_box ul li .mego_colunm_item_menu_box_in>a.active{
    background: #9EB23B;
}

.mego_colunm_item_menu_box ul li .mego_colunm_item_menu_box_in>a:hover {
    background: #eee;
    border-bottom: 2px dotted #999;
    color: #111;
    font-weight: 400;
    box-sizing: border-box;
}

.mego_colunm_item_menu_box_in .cate02_wrap {
    margin: 5px;
}
.mego_colunm_item_menu_box_in .cate02_wrap dl dd.active{
    border-bottom: 1px solid #000;
}
.mego_colunm_item_menu_box_in .cate02_wrap dl dd a {
    padding: 0 0 0 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    display: block;
    line-height: 28px;
    color: #555;
    font-size: 12px;

}

.mego_colunm_item_menu_box_in .cate02_wrap dl dd a:hover {
    background: #555;
    color: #fff;
    border-radius: 3px;
}

.menu_bo_btn {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 1.5rem 0;
    font-size: 12px;
    position: relative;
}

.menu_bo_btn b {
    position: absolute;
    background: #9EB23B;
    transition: all 0.7s;
}
.menu_bo_btn b:nth-child(2) {
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
}
.menu_bo_btn b:nth-child(3) {
    right: 0;
    top: 0;
    width: 5px;
    height: 0;
}
.menu_bo_btn b:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 0;
    height: 5px;
}

.menu_bo_btn b:nth-child(5) {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
}

.menu_bo_btn:hover b:nth-child(2) {
    width: 100%;
}

.menu_bo_btn:hover b:nth-child(3) {
    height: 100%;
}

.menu_bo_btn:hover b:nth-child(4) {
    width: 100%;
}

.menu_bo_btn:hover b:nth-child(5) {
    height: 100%;
}

/* ===============================header================================== */

/* ==========mobile_nav=========== */

.mobile_nav {
    width: 90%;
    max-width: 450px;
    /* padding: 0.25rem; */
}

.statelog_com {
    /* margin-bottom: 20px; */
}

.mobile_nav .close {
    text-align: right;
}

.mobile_nav_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mobile_nav_menu li {
    width: 25%;
    text-align: center;
}

.mobile_nav_menu li a {
    font-size: 11px;
}

.mobile_nav_menu li a i {
    font-size: 20px;
    display: block;
}

.mobile_nav_menu li a span {
    display: inline-block;
}

.course_cate_list {
    padding: 20px 0 5px;
}

/* .course_cate_list.flex_box .flex_item {
    width: 25%;
    text-align: center;
    padding: 0 5px;
}
.course_cate_list.flex_box .flex_item a {
    padding: 10px 0;
    font-size: 11px;
    border-radius: 5px;
    position: relative;
    color: #fff;
}
.course_cate_list.flex_box .flex_item a i {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}
.course_cate_list.flex_box .flex_item a span.cnt {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #dd101a;
    line-height: 20px;
    font-size: 10px;
}
*/
.course_cate_list .flex_item a {
    color: #fff;
    position: relative;
}

.course_cate_list .flex_item:nth-child(1) a {
    background-color: #499849;
}

.course_cate_list .flex_item:nth-child(2) a {
    background-color: #557d9a;
}

.course_cate_list .flex_item:nth-child(3) a {
    background-color: #a27b52;
}

.course_cate_list .flex_item:nth-child(4) a {
    background-color: #a76fa7;
}

#side_shopmenu .nav-item .nav-link.active {
    font-weight: bold;
    color: #ff0000;
}

#side_shopmenu .nav-item .nav-link {
    padding: 0.5rem 0.9rem;
    font-size: 12px;
    color: #222;
    letter-spacing: -1px;
    text-align: center;
}

.categoryList>li>a.cate {
    background: url('../img/cate-plus.png') no-repeat 15px 50%;
    background-size: 15px 15px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.categoryList>li.selected>a.cate {
    background-image: url('../img/cate-minus.png');
}

.categoryList li.noChild>a.cate {
    background: url(../img/cate-dot.png) no-repeat 40px 50%;
    margin-top: -1px;
    padding-left: 60px;
    border-top: 1px solid #ebebeb;
    font-size: 12px;
}

/* .categoryList ul {
    display: none;
}
.categoryList li.selected>ul {
    display: block;
} */
.categoryList a.cate {
    display: block;
    padding: 12px 0px 12px 50px;
    word-wrap: break-word;
    line-height: 17px;
}

.categoryList>li {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
}

.categoryList li {
    position: relative;
    background-color: #fff;
}

.categoryList span.view {
    position: absolute;
    right: 15px;
    top: 11px;
    padding: 1px 7px;
    line-height: 16px;
    color: #f1f1f1;
    font-size: 10px;
    font-weight: normal;
    background-color: #777;
    border-radius: 2px;
}

#side_shopmenu .list-group-item {
    position: relative;
    display: block;
    padding: 12px 10px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.statelog_com p {
    font-size: 12px;
}

.statelog_com p a {
    display: inline-block;
}

.side_nav_event_link_box {
    margin: 1rem 0;
}

.side_nav_event_link_box a {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
}

.side_nav_event_link_box a i {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0px, -50%);
    font-size: 12px;
}

.menu_bottom ul li {
    font-size: 12px;
    margin-bottom: 0.3rem;
}

.menu_bottom .side_foot_logo {
    width: 50%;
    margin-bottom: 1rem;
}

.side_nav_link {
    margin: 1rem 0;
}

/* ==========mobile_nav=========== */

/* ===============footer=================== */
#footer {
    background: #000;
    padding: 3rem 0 20px;
}

.footer_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer_item {
    width: 50%;
}

.footer_item h4 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-left: 2px solid #555;
    padding-left: 10px;
    color: #DDD;
}

.footer_item1 {
    display: flex;
    flex-wrap: wrap;
}

.footer_item1_1 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.footer_item1_2 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.footer_item1 ul li {
    background-image: none;
    padding-left: 0;
    color: #ccc;
    font-size: 13px;
    font-weight: 300;
    padding: 4px;
}

.footer_item1 ul li a {
    background-image: none;
    padding-left: 0;
    color: #ccc;
    font-size: 13px;
    font-weight: 300;
}

.footer_item2 span {
    font-size: 13px;
    color: #ccc;
}

.footer_item2 span a {
    display: inline-block;
    color: #ccc;
    margin-left: 0.5rem;
}

.foot_bottom_com {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.foot_bottom_com span {
    font-size: 14px;
    opacity: 0.8;
    color: #ccc;
    display: block;
}

.foot_bottom_com p {
    font-size: 11px;
    color: #ccc;
}

.foot_bottom_com b {
    font-size: 16px;
    color: #ccc;
}

div#copyrights {
    margin: 2rem 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    padding: 5px 10px;
}

.foot_bottom {
    margin: 2rem 0 0;
}

.foot_link_btn_box {
    margin-top: 3rem;
}

.foot_link_btn_box ul {
    display: flex;
    flex-wrap: wrap;
}

.foot_link_btn_box ul li {
    margin-right: 1.5rem;
}


/* ===============footer=================== */



@media (max-width: 1200px) {

    /* ==========header=========== */

    #pc_logo a img {
        max-width: 100px;
    }

    #pc_menu_box ul li a.main_menu1 div,
    #pc_menu_right ul li div a,
    #pc_menu_right ul li .pc_menu_right_search {
        font-size: 14px;
    }

    #header.sticky_header #pc_logo a img {
        max-width: 100px;
    }

    /* ==========header=========== */


}



@media (max-width: 991px) {

    /* ==========header=========== */
    #header {
        border-top: 0;
        top: 0;
        padding: 0;
    }

    #pc_menu {
        height: 50px;
    }

    #pc_logo {
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0px;
    }

    #pc_logo a img {
        width: 100%;
    }

    #pc_menu_box {
        display: none;
    }

    #pc_menu_right {
        display: none;
    }

    #mb_menu_right {
        display: block;
    }

    #mb_menu_open {
        display: block;
    }

    .mb_search_icon {
        margin-left: 15px;
    }

    #mb_menu_open .mb_search_icon i {
        font-size: 20px;
        vertical-align: middle;
    }

    #side_right .custom-menu {
        display: none;
    }

    /* ==========header=========== */

}

@media(max-width:767px) {

    /* ==========header=========== */
    .scroll_overay {
        overflow: auto;
        height: 600px;
    }

    /* ==========header=========== */

    .mobile_nav .modal-fullscreen-md-down {
        width: auto;
    }

    .main #header {
        top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .scroll_overay {
        max-height: 600px;
        height: auto !important;
    }

}





@media (max-width: 375px) {

    /* ==========header=========== */
    .main_youtube_Relevant_prt_info h3 {
        font-size: 14px;
    }

    .main_youtube_Relevant_prt_price {
        font-size: 14px;
    }

    /* ==========header=========== */
}