@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
[v-cloak] {
    display: none;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}

img.payment {
    width: 93px;
    height: 93px;
}

@font-face {
    font-family: 'Noto Sans KR', sans-serif;
}

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    color: #010225;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #737373;
    margin-bottom: 15px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}


*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #13A8C2;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.table-container{
    margin: auto;
    text-align: center;
}
@media (max-width: 575px) {
    .table-container{
        width: 100%;
    }
}

@media (min-width: 576px) {
    .table-container{
        width: 95%;
    }
}

@media (min-width: 768px) {
    .table-container{
        width: 90%;
    }
}

@media (min-width: 992px) {
    .table-container{
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .table-container{
        width: 50%;
    }
}

.btn-container{
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-around;
}
.btn-container > div{
    flex: 0 0 40%;
}



input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    color: #737373;
    width: 100%;
}

select {
    width: 100%;
    background: transparent;
    border: 0 solid #eceff8;
    box-shadow: none;
    font-size: 14px;
    color: #737373;
}

option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background-color: white ;
    border: 1px solid #ddd ;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #737373;
}

textarea:focus {
    background: transparent;
    outline: none;
}

/*--Scroll Up*/
#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #13A8C2;
    color: #fff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
    }
}
#scrollUp i {
    display: block;
    line-height: 50px;
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px;
    }
}
#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*table header menu item*/
.transparent-bar {
    position: absolute;
    width: 100%;
    background: white;
    z-index: 99;
    top:-10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.transparent-bar.scrolled{
    top: -50px;
    position: fixed;

}
.header-small-mobile{
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-small-mobile {
        display: block;
    }
    .main-header-wrap {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .header-small-mobile {
        display: block;
    }
    .main-header-wrap {
        display: none;
    }
}
.main-menu {
    margin-left: 0;
}



/*table shopping cart button*/
.header-right-wrap .common-style button {
    background-color: transparent;
    border: none;
    padding: 0;
}
.header-right-wrap .cart-wrap button span {
    font-size: 18px;
    display: block;
    line-height: 1;
}

/*top banner*/
.header-right-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.header-right-wrap .header-wishlist {
    text-align: center;
    padding: 0 5px;
    line-height: normal;
}
.header-right-wrap .header-wishlist a {
    font-size: 15px;
}

.adult-btn-t{
    background-color: #dc3545;
    border-radius: 5px;
}
.adult-btn-t > a{
    color: white;
}
.adult-btn-m{
    border-bottom: solid 2px #dc3545!important;
}
.adult-btn-m > a{
    color: #dc3545!important;
}


/*table shopping cart item*/
.shopping-cart-content {
    background: #fff none repeat scroll 0 0;
    padding: 28px 20px 20px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 450px;
    z-index: 9999;
    box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    transform-origin: center top 0;
    transform: rotateX(90deg);
    text-align: left;
}
.profile-content {
    background: #fff none repeat scroll 0 0;
    padding: 28px 20px 20px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 200px;
    z-index: 9999;
    box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    transform-origin: center top 0;
    transform: rotateX(90deg);
    text-align: left;
}
.shopping-cart-content.show {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}
.profile-content.show {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .shopping-cart-content {
        max-height: 650px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shopping-cart-content {
        overflow-y: auto;
        height: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shopping-cart-content {
        overflow-y: auto;
        height: 350px;
        margin-top: 18px;
        top: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .shopping-cart-content {
        width: 295px;
        right: 15px;
        padding: 31px 15px 10px;
        overflow-y: auto;
        height: 350px;
        top: 100%;
        margin-top: 14px;
    }
}
.shopping-cart-top a {
    z-index: 1;
}
.single-shopping-cart{
    text-align: center;
}
.shopping-cart-content .shopping-cart-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 12px;
    margin: 0 0 20px;
}

.shopping-cart-content ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.shopping-cart-content ul li .shopping-cart-delete {
    display: flex;
    justify-content: flex-end;
}
.shopping-cart-list {
    border: 1px solid #ddd;
    overflow-y: scroll;
    height: 270px;
}

/*header menu*/
.header-stick {
    border-bottom: darkgrey solid 1px;
}
.mobile-off-canvas-active, .mobile-sc-off-canvas-active {
    position: fixed;
    top: 0;
    width: 330px;
    min-height: 100vh;
    bottom: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    z-index: 9999;
}

@media only screen and (max-width: 767px) {
    .mobile-off-canvas-active {
        width: 260px;
    }
}
.mobile-off-canvas-active.inside {
    visibility: visible;
    opacity: 1;
    right: 0;
}
.mobile-off-canvas-active .mobile-aside-close {
    line-height: 40px;
    padding: 0 15px;
}

.header-mobile-aside-wrap {
    z-index: 1;
    position: relative;
    height: 100%;
}
.mobile-off-canvas-active .header-mobile-aside-wrap {
    /*padding: 0 30px 50px;*/
    overflow: auto;
    height: 100%;
}
/*@media only screen and (max-width: 767px) {*/
/*    .mobile-off-canvas-active .header-mobile-aside-wrap {*/
/*        padding: 0 20px 50px;*/
/*    }*/
/*}*/
/*search item*/
.mobile-search {
    margin: 13px;
}
.mobile-search form {
    position: relative;
}

/*.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form input {*/
/*    padding: 0 60px 0 15px;*/
/*}*/
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*mobile menu*/
.header-login{
    justify-content: space-around;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
.header-login > div > a{
    display: flex;
}
.mobile-menu-wrap {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
}
.mobile-menu-wrap > nav{
    padding: 10px 20px;
}
.mobile-menu-talk {
    padding: 20px 0;
    text-align: center;
}
.mobile-menu li a {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}
.mobile-off-canvas{
    margin-left: 10px;
}


/*join*/
.banner-area{
    padding: 50px 0;
}

/*product-item*/
.product-wrap {
    position: relative;
    border: 1px solid #ddd;
    margin: 20px 0;
}
.product-wrap .product-img {
    position: relative;
    overflow: hidden;

}
.product-wrap .product-img a img {
    width: 100%;
}
.product-wrap .product-img > span.price-dec {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: #FFD100;
    top: 10px;
    line-height: 45px;
    right: 5px;
}
.product-content{
    text-align: center;
}
.product-content p{
    color: black;
    font-size: 15px;
    margin: 0;
}
.product-content > span {
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 30px;
    display: block;
    background: rgb(47, 169, 132);
    text-decoration: none;
    line-height: 30px;
}
.product-content h3 {
    font-size: 20px;
    margin: 10px 5px 1px 5px;
}
.product-content h4 {
    color:red;
}
.product-content h5 {
    margin: 0 !important;
    padding-top: 10px;
    text-align: center;
    color: grey;
}
.product-img:hover img {
    transform: scale(0.9);
    transition: all .4s;
}
/*product detail*/
.product-details-content h2 {
    font-weight: bold;
    color: #333333;
    font-size: 28px;
    margin: 13px 0 10px;
}

.product-type p {
    background-image: linear-gradient(135deg, #1032EE 10%, #7643b9 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 20px;
}
.product-details-table {
    margin: 15px 0;
    border: 1px solid #ddd;
}
.product-details-table td {
    text-align: left!important;
    font-size: 15px;
}
.product-details-area{
    padding: 90px 0;
}
.description-review-wrapper{
    padding-bottom: 90px;
}

/*product detail description switch hidden and show*/
.tab-content.jump .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.tab-content.jump .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}



/*footer*/
.footer-top{
    padding: 40px 0;
    background-color: #f8f8f8;
}
.footer-bottom{
    padding: 20px 0;
    background-color: #ebebeb;
}


/*prodcut detail img*/
.product-details-img {
    margin-right: -30px;

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-img {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .product-details-img {
        margin-right: 0;
    }
}
.product-details-img img {
    width: 100%;
}
/*prodcut detail content*/
.product-details-content {
    margin-left: 70px;

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .product-details-content {
        margin-left: 0;
        margin-top: 20px;
    }
}
/*prodcut detail description*/
.prod-desc-head {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 11px 0 14px;
    margin-bottom: 40px;
}
.prod-desc-head a {
    font-size: 14px;
    color: #bababa;
    font-weight: 500;
    margin: 0 49px;
}
@media only screen and (max-width: 767px) {
    .prod-desc-head a {
        margin: 0 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .prod-desc-head a {
        margin: 0 30px;
    }
}
.prod-desc-head a.active {
    color: #333333;
}


/*카톡 pop*/
.pop-talk-m img {
    width: 47px;
    height: 47px;
    position: fixed;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: calc(-65% + 115px);
    pointer-events: auto
}
.pop-talk img {
    width: 136px;
    height: 187px;
    position: fixed;

    margin: auto;
    left: 86%;
    right: 0;
    top: 0;
    bottom: -320px;
    border-radius: 12px;
    box-shadow: darkgrey 10px 10px 30px 5px;
}
.pop-talk-bub {
    width: 19px;
    height: 19px;
    position: fixed;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: calc(-65% + 150px);
    line-height: 19px;
    pointer-events: auto;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    background-color: red;
}
/*product btn*/
.product-btn {
    display: flex;
}
.product-btn a{
    font-size: 15px;
    width: 50%;
    line-height: 40px;
}
.product-btn a:hover {
    font-weight: 900;
}
.product-btn .btn-order{
    border-right: 1px solid #ddd;
    color: #fff;
    background: #282864;
    opacity: 1;
}
.product-btn .btn-joincart{
    color: black;
    background: white;
    opacity: 0.8;
    border: 1px solid black;
}


/*type title*/
.type-title {
    text-align: left;
    border-bottom: 4px solid #ddd;
}

@media (max-width: 500px) {
    .type-title p {
        font-size: 25px;
    }
}

/*order*/
/*payment notice*/
.payment-notice {
    margin-bottom: 30px;
    padding: 49px 0;
    background: #f3f3f3;
    text-align: center;
    line-height: 26px;
    font-size: 27px;
}
.payment-notice p {
    font-size: 15px;
    color: #f76560;
    text-align: center;
}

/*table header*/
.table-header {
    background-image: linear-gradient(135deg, #373737 10%, #494949 10%);
    text-align: center;
    padding-top: 3px;
    height: 40px;
}
.table-header h4 {
    color: white;
    line-height: normal;
}
.quantity {
    text-align: center;
    width: 140px;
}
.table-item-name {
    font-size: 20px;
    max-width: 400px;
}
.table-item-value {
    font-size: 20px;
}
.crimson {
    color: crimson;
}


/*btn*/
.base-btn button{
    font-size: 20px;
    margin-top: 10px;
    width: 100%;
    height: 45px;
    padding-top: 5px;
    border-radius: 5px;
    line-height: 35px;
    border: 1px solid black;
}
/*prodcut page btn*/
.btn-buy-1 button {
    color: white;
    background-image: linear-gradient(135deg, #3580F5 10%, #3580F5 100%);
}
.btn-cart-1 button {
    color: #2F7EF4;
    background-image: linear-gradient(135deg, #E8F2FE 10%, #E8F2FE 100%);
}
/*payment btn*/
.btn-order-1 button {
    color: white;
    background-image: linear-gradient(135deg, #E83D69 10%, #D01C3A 100%);
}
.btn-cancel-1 button {
    color: white;
    background-image: linear-gradient(135deg, #B0B2BB 10%, #696B73 100%);
    border: 1px solid black;
}
/*login btn*/
.btn-login-1 button {
    color: white;
    background-image: linear-gradient(135deg, #13A8C2 10%, #343474 100%);
    border: 1px solid rgb(128, 128, 128);
}
.btn-join-1 button {
    color: white;
    background-image: linear-gradient(135deg, #B0B2BB 10%, #696B73 100%);
    border: 1px solid rgb(128, 128, 128);
}

/*page*/
.page-title {
    text-align: center;
    border-bottom: 3px solid #ddd;
}
/*banner image*/
.collapse {
    background-color: #e7e7e7;
}
.collapsing {
    background-color: #e7e7e7;
}
.banner_a span {
    width: 100%;
    height: 100%;
}
.banner_top  {
    background-color: #e7effd;
    position: relative;
    z-index: 100;
}
.banner_top > div{
    margin: 0 15px;
}
.banner-img-container{
    padding-top: 80px;
}

/*banner menu*/
.banner-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #e7effd;
    border-top: 1px solid black;
}
.banner-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.banner-menu ul a {
    display: block;
    color: black;
    text-align: center;
    padding: 6px 6px;
    text-decoration: none;
    font-size: 12px;
}
.banner-menu ul li {
    list-style: none;
    margin-left: 3px;
    position: relative;
    font-size: 18px;
    float: left;
    display: inline;
    border-bottom: solid 2px black;

}
.banner-menu ul li a:hover {
    background-color: white;
}

/*banner image*/
.head_img_background {
    height: 230px;
}
@media only screen and (max-width: 400px) {
    .head_img_background {
        height: 140px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
    .head_img_background {
        height: 180px;
    }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
    .head_img_background {
        height: 188px;

    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .head_img_background {
        height: 180px;
        padding-top: 40px !important;
    }
}

/*header menu*/
.drop-menu {
    position: relative;
    display: inline-block;
    font-size: 18px;
}
.hover-btn {
    cursor: pointer;
    width: 90px;
}
.drop-content {
    display: none;
    position: absolute;
    z-index: 1;
    animation: shake 0.2s cubic-bezier(0.38,1.4,0.78,1.26);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.drop-content li {
    width: 150px;
    background-color: white;
    list-style: none;
    padding: 5px;
}
.drop-content li:hover {
    background-color: #eee;
}
.drop-menu:hover .drop-content {
    display: block;
}
.header-menu-item {
    float: left;
    padding-right: 25px;
    font-size: 18px;
}

/*cart item*/
.btn-numbox {
    margin: auto;
    display: table;
}
.btn-numbox li {
    float: left;
}
.num-as, .btn-numbox .count .num-as,
.input-num {
    display: block;
    text-align: center;
    color: #333;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
}
.cart-count-bub {
    background: #f00;
    border-radius: 50%;
    text-align: center;
    width: 23px;
    height: 23px;
    color: #fff;
    top: 2px;
    right: 43px;
    position: absolute;
}


/*mobile cart*/
.mobile-cart {
    visibility: hidden;
    z-index: 9999;
    right: -330px;
    position: relative;
}
.mobile-cart.inside {
    z-index: 9999;
    right: 0;
    position: relative;
}
@keyframes left-animation {
    0% {
        margin: 0 -15px 0  ;
        opacity: 0;
    }

    100% {
        margin: 0 0 0 0;
        opacity: 1;
    }
}
@keyframes right-animation {
    0% {
        margin: 0 -15px 0  0 ;
        opacity: 0;
    }
    100% {
        margin: 0 0 0 0;
        opacity: 1;
    }
}
.mobile-cart.left-animation.inside .mobile-cart-container {
    animation: left-animation 0.2s cubic-bezier(0.38,1.4,0.78,1.26);
}
.mobile-cart.left-animation.inside,.mobile-cart.right-animation.inside {
    visibility: visible;
}

.mobile-cart.right-animation.inside .mobile-off-canvas-active{
    animation: right-animation 0.2s cubic-bezier(0.38,1.4,0.78,1.26);
}


.mobile-cart-container {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;
    max-width: 330px;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    z-index: 9999
}
.mobile-cart-title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    padding-right: 20px
}
.mobile-cart-body {
    clear: both;
    overflow-y: auto;
    height: calc(100% - 203px);
}
.body-overlay {
    background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
/*cart order item*/
.table-cart-total {
    margin: 20px 10px;
}

.table-cart-total h4 span {
    float: right;
}
.cart-order-item {
    border-top: #e2e3e5 solid 3px;
    background-color: white;
}
.mobile-cart-container .cart-order-item {
    position: sticky;
    bottom: 0;
    width: inherit;
    z-index: 1;
    max-width: 330px;
}
/*cart order btn*/
.cart-order-btn {
    font-size: 16px;
    display: block;
    background-color: #13A8C2;
    color: #ffffff;
    text-align: center;
}
.cart-order-btn a {
    padding: 16px 40px 17px;
    display: block;
    color: #ffffff;
}
.cart-order-btn:hover {
    background-color: black;
    color: #ffffff;
}
.cart-del-btn {
    border: none !important;
    background: white !important;

}

/*search item*/
.header-search {
    width: 80%;
    height: inherit;
    color: black;
    border: 1px solid #ccc;
}
.header-search:focus {
    background-color: white;
}

/*notice*/
#notice{
    max-width: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}
.notice_content{
    width: 100%;
    height: 100%;
    text-align: center;
}
.notice_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    background-color: #f0f0f0;
    border: 1px solid #b2b2b2;
    position: fixed;
    top: 10px;
    right: 50%;
    transform: translateX(50%);
}
.notice_footer{
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
    width: 100%;
    height: 100%;
}
.notice_footer button{
    padding: 0 10px;
    border: 0;
    color: #fff;
}
.notice_footer input{
    margin-left: 5px;
}
.notice_24{
    background: #393939;
    text-align: left;
    width: auto;
    height: auto;
}
.notice_close{
    border: 0;
    color: #fff;
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
}
.close_icon{
    width: 4%;
    height: 4%;
    padding: 5px 4px 0 0;
    background-color: rgba(255, 255, 255, 0)!important;
}

/*other*/
@media screen and (max-width: 767px) {
    .f {
        font-size: 20px !important;
    }
    .table-item-name,.table-item-value {
        padding: 5px 20%!important;
    }
}
@media (max-width: 767px) {
    /*font size adaptive*/
    .f {
        font-size: 16px !important;
    }
    .table-item-name,.table-item-value {
        padding: 5px !important;
    }
    .notice_item {
        width: 100%;
    }
}
@media (max-width: 320px) {
    .f {
        font-size: 16px !important;
    }
    .table-item-name,.table-item-value {
        padding: 5px !important;
    }
}

@keyframes shake {
    0% {
        margin: 15px 0 0 0;
        opacity: 0;
    }

    100% {
        margin: 0 0 0 0;
        opacity: 1;
    }
}
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
