/* BASIC css start */
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 200
}
 
#top_banner {
    position: relative;
    display: none
}

#top_banner>p {
    text-align: center;
}

#top_banner>p a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    background: #d3c4bc;
}

#top_banner>p img {
    width: 24px;
    margin-left: 7px;
}

#top_banner .ban_close {
    position: absolute;
    top: 50%;
    right: calc((100% - 1280px) / 2);
    transform: translateY(-50%);
    z-index: 9;
}

#top_banner .ban_close a {
    display: block;
}

#top_banner .ban_close a img {
    width: 18px;
}
 
#header {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 100
}

#header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

#header .headerTop {
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    *zoom:1 }

#header .headerTop .tlogo {
}

#header .headerTop .tlogo a {
}

#header .headerTop .tlogo a img {
    max-width: 130px;
}

#header .headerTop .headerGnb {
}

#header .headerTop .headerGnb {
    margin: 0 auto;
    position: relative;
    display: flex;
    gap: 50px;
}

#header .headerTop .headerGnb ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

#header .headerTop .headerGnb ul li {
    position: relative;
}

#header .headerTop .headerGnb ul li.on:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--point-color1);
}

#header .headerTop .headerGnb ul li a {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    gap: 8px;
    align-items: center;
}
#header .headerTop .headerGnb ul li.menuBtn.active a {color:#FB1016;}
#header .headerTop .headerGnb ul li.menuBtn:not(.active) a img + img {display:none;}
#header .headerTop .headerGnb ul li.menuBtn.active a img {display:none;} 
#header .headerTop .headerGnb ul li.menuBtn.active a img + img {display: block;}
#header .headerTop .headerGnb ul li:not(.menuBtn) a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -5px;
    height: 2px;
    z-index: -1;
    background: #231f20;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
} 
#header .headerTop .headerGnb ul li a:active:before, #header .headerTop .headerGnb ul li a:focus:before, #header .headerTop .headerGnb ul li a:hover:before {
    left: 0;
    right: 0
}

#header .headerTop .headerGnb ul li a:hover {
    *height: 39px;
    *border-bottom: 2px solid #000;
}

#header .headerTop .headerGnb ul li.first {
    padding-left: 0
}

#header .headerTop .headerGnb ul li.last {
    padding: 0 0 0 40px
}

#header .headerTop .user_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

#header .headerTop .user_wrap a {
    position: relative;
    display: inline-block;
}

#header .headerTop .user_wrap a #user_basket_quantity {
    position: absolute;
    top: 5px;
    left: 11px;
    font-size: 10px;
    font-weight: 600;
}

#header .searchArea {
    width: 340px; 
    text-align: center;
    background: #fff;
    position: relative;
}

#header .searchArea .search {
    position: relative;
    width: 100%;
}

#header .searchArea .search input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    border-bottom: 2px solid #121212;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
}

#header .searchArea .search a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 40px;
    text-indent: -9999em;
    background: url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_search.gif) 0 0 no-repeat
}

#header .searchArea .keword_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: 636px;
    margin: 0 auto 80px;
}

#header .searchArea .keword_wrap a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    background: #ededed;
    padding: 6px 16px;
    line-height: 1;
    border-radius: 4px;
}

#header .searchArea .btn_sch_close {
}

#header .searchArea .btn_sch_close a {
}

#header .searchArea .btn_sch_close a img {
}


.r_quick_menu {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 100;
    border: 1px solid #dedede;
    border-radius: 7px;
    background: #fff;
    padding: 24px 9.5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.r_quick_menu .quick_menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.r_quick_menu .quick_menu a {
    display: inline-block;
}

.r_quick_menu .quick_menu a img {
    margin-bottom: 4px;
}

.r_quick_menu .quick_menu a p {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
}

.r_quick_menu .quick_move {
    display: flex;
    flex-direction: column;
}

.r_quick_menu .quick_move li {
    display: inline-block;
    cursor: pointer;
}

.search-auto-complete-list {
    display: none;
    z-index: 1;
    position: absolute;
    top: 47px;
    left: 0;
    border: 1px solid #ddd;
    border-top: 1px solid #000;
    line-height: 14px;
    background: #fff;
}

.search-auto-complete-list ul {
    width: 338px;
    padding: 4px 0 6px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 5px !important;
}

.search-auto-complete-list ul li {
    text-align: left;
    width: 100%;
}

.search-auto-complete-list ul li.on {
    background: #f3f3f3;
}

.search-auto-complete-list ul li a {
    display: block !important;
    padding: 8px 14px 7px;
    color: #000;
    background: none;
    font-size: 12px !important;
    letter-spacing: 0;
    font-weight: 400 !important;
    text-align: left !important;
}

.search-auto-complete-list ul li a strong {
    color: #ab3e41;
}

.search-auto-complete-list ul li a:hover {
    background: #f2f2f2;
}

.search-auto-complete-list ul li a:hover span {
    border-bottom: 1px solid #000;
}

.search-auto-complete-list .search-list-close {
    display: block;
    padding: 10px 11px;
    text-align: right;
    color: #999;
    font-size: 11px;
}

#allfinder-layer {
    z-index: 9999;
    position: fixed;
    top: 50px;
    right: 110px;
    width: 1000px;
    zoom: 1; overflow: hidden;
}

#allfinder-layer .finder-body {
    display: none;
    z-index: 1;
    position: relative;
    width: 998px;
    *width: 918px;
    padding: 35px 40px 5px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1px solid #666;
    background: #fff;
}

#allfinder-layer .finder-body .finder-close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 24px;
    color: #000;
    *width: 19px;
    *height: 24px;
    *background: url('/images/common/btn_h11_close.gif') no-repeat center center;
    *background-size: 19px 24px;
}

#allfinder-ctr {
    z-index: 10000;
    position: fixed;
    top: 50px;
    right: 0;
    width: 103px;
    height: 86px;
}

#allfinder-ctr a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/images/common/allfinder_ctrl_pc.png') no-repeat right top;
    border: none;
    outline: none;
    font-size: 0;
}

.all-finder-layer .finder-body .finder-tbl table {
    border: 1px solid #ccc;
    border-top: 1px solid #000;
}

.all-finder-layer .finder-body .finder-tbl th, .all-finder-layer .finder-body .finder-tbl td {
    height: 40px;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    font-family: 'Malgun Gothic';
    color: #000;
}

.all-finder-layer .finder-body .finder-tbl tr:first-child th, .all-finder-layer .finder-body .finder-tbl tr:first-child td {
    border-top: none;
}

.all-finder-layer .finder-body .finder-tbl th {
    padding: 5px 0;
    background: #f4f4f4;
    text-align: left;
    vertical-align: top;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    margin: 3px 0;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .fa {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-tooltip-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border: 1px solid #cecece;
    border-radius: 20px;
    color: #666;
    font-size: 11px;
    background: #fff;
    text-align: center;
    outline: none;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer {
    display: none;
    position: absolute;
    top: 33px;
    left: 52px;
    width: 270px;
    padding: 0 20px 18px;
    border: 1px solid #000;
    background: #fff;
    text-align: left;
    font-weight: normal;
    color: #000;
    z-index: 1
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-btn-close {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 20px;
    margin: 0;
    font-size: 21px;
    color: #000;
    outline: none;
    *width: 19px;
    *height: 22px;
    *background: url('/images/common/btn_h11_close.gif') no-repeat center center;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-tit {
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
}

.all-finder-layer .finder-body .finder-tbl th .txt-l .finder-comm-layer .finder-layer-cnt {
    padding-top: 16px;
    line-height: 1.5;
    font-size: 13px;
}

.all-finder-layer .finder-body .finder-tbl td {
    padding: 5px 10px;
}

.all-finder-layer .finder-body .txt-input {
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    font-size: 13px;
    font-family: 'Malgun Gothic';
}

.all-finder-layer .finder-body .finder-category {
    height: 40px;
    overflow: hidden;
}

.all-finder-layer .finder-body .finder-category.open {
    height: 100%;
    overflow: visible;
}

.all-finder-layer .finder-body tr.finder-child-category {
    display: none;
}

.all-finder-layer .finder-body tr.finder-child-category th, .all-finder-layer .finder-body tr.finder-child-category td {
    border-top: none;
}

.all-finder-layer .finder-body tr.finder-child-category td {
    background: #fbfbfb;
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 {
    display: inline-block;
    margin: 3px 5px 3px 0;
    padding: 5px 10px;
    cursor: pointer;
    line-height: 22px;
    vertical-align: top;
    word-break: break-all;
    color: #9a9a9a;
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check {
    display: none;
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on {
    font-weight: bold;
    color: #000;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
}

.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check {
    display: inline-block;
    margin-right: 3px;
}

.all-finder-layer .finder-body .finder-color {
    padding-left: 10px;
}

.all-finder-layer .finder-body .finder-price .finder-price-input {
    display: inline-block;
    padding-top: 5px
}

.all-finder-layer .finder-body .finder-price .finder-price-input label {
    display: inline-block;
    width: 110px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
}

.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input {
    display: inline-block;
    width: 90px;
    height: 29px;
    line-height: 29px;
    padding: 0;
    border: none;
    background: none;
    color: #333;
    text-align: right;
}

.all-finder-layer .finder-body .finder-search {
    position: relative;
    padding-left: 5px;
}

.all-finder-layer .finder-body .finder-search label {
    display: inline-block;
    width: 320px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.all-finder-layer .finder-body .finder-search label .txt-input {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 29px;
    padding: 0;
    border: none;
    background: none;
    color: #333;
    text-align: left;
}

.all-finder-layer .finder-body .finder-btn-c {
    padding: 30px 0;
    text-align: center;
}

.all-finder-layer .finder-body .finder-btn-c a.reset {
    display: inline-block;
    width: 140px;
    height: 60px;
    line-height: 57px;
    border: none;
    border-radius: 3px;
    background: #999;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Malgun Gothic';
    margin-right: 15px;
}

.all-finder-layer .finder-body .finder-btn-c button {
    display: inline-block;
    height: 60px;
    line-height: 57px;
    padding: 0 30px;
    *padding: 0;
    border: none;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-family: 'Malgun Gothic';
    cursor: pointer;
}

.all-finder-layer .finder-body .finder-btn-c button span.ico-search {
    visibility: visible;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 10px;
    margin-top: -4px;
    *margin-top: 0;
    vertical-align: middle;
    background: url('/images/common/btn_h15_search.png') no-repeat 0 0;
}

.all-finder-layer .finder-body .finder-btn-c button span.finder-count {
    visibility: visible;
    display: inline-block;
    height: 60px;
    color: #ffd800;
    font-size: 23px;
    *vertical-align: middle;
}

.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle {
    visibility: visible;
    display: none;
}

.all-finder-layer .finder-body .finder-options {
    display: inline-block;
    margin: 3px 5px 3px 0;
    padding: 5px 10px;
    cursor: pointer;
    line-height: 22px;
    border: 1px solid #fff;
    vertical-align: top;
    word-break: break-all;
}

.all-finder-layer .finder-body .finder-options.on {
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 20px;
    box-shadow: 2px 2px 3px #d2d2d2;
}

.all-finder-layer .finder-body .finder-option-color em {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    font-size: 0;
    vertical-align: top;
}

.all-finder-layer .finder-body .finder-option-color.color-picker {
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
}

.all-finder-layer .finder-body .finder-option-color.color-picker.on {
    border: none;
}

.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check {
    display: none;
    width: 22px;
    height: 22px;
    margin-top: -17px;
    color: #fff;
    text-align: center;
}

.all-finder-layer .finder-body .finder-option-color.color-picker.on .fa-check {
    display: block;
}

.all-finder-layer .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check {
    color: #000;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-black em {
    background-color: #000;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-white em {
    background-color: #FFF;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-gray em {
    background-color: #808080;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-beige em {
    background-color: #e5d0b2;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-brown em {
    background-color: #aa6810;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-navy em {
    background-color: #425583;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-blue em {
    background-color: #0000ff;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-blue em {
    background-color: #62acff;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-red em {
    background-color: #ff0000;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-orange em {
    background-color: #ffa500;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-yellow em {
    background-color: #ffff00;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-pink em {
    background-color: #ffc0cb;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-purple em {
    background-color: #800080;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-jaju em {
    background-color: #a63f7f;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-khaki em {
    background-color: #2f5e2f;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-green em {
    background-color: #008000;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-green em {
    background-color: #72dd95;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-silver em {
    background-color: #dfdfdf;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-gold em {
    background-color: #cfbc4e;
}

.all-finder-layer .finder-body .finder-option-color.finder-option-color-apricot em {
    background-color: #fbceb1;
}

.all-finder-layer .finder-body .search-auto-complete-list {
    display: none;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 5px;
    border: 1px solid #ddd;
    line-height: 14px;
    background: #fff;
}

.all-finder-layer .finder-body .search-auto-complete-list ul {
    width: 340px;
    padding: 4px 0 6px;
    border-bottom: 1px solid #ddd;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li {
    text-align: left;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li.on {
    background: #f3f3f3;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a {
    display: block;
    padding: 8px 14px 7px;
    color: #000;
    background: none;
    font-family: 'dotum';
    font-size: 12px;
    letter-spacing: -1px;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a strong {
    color: #ab3e41;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover {
    background: #f2f2f2;
}

.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover span {
    border-bottom: 1px solid #000;
}

.all-finder-layer .finder-body .search-auto-complete-list .search-list-close {
    display: block;
    padding: 10px 11px;
    text-align: right;
    color: #999;
    font-size: 11px;
}

.all-finder-layer .finder-body .finder-search-data .finder-options {
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.all-finder-layer .finder-body .finder-search-data .finder-options .fa-close {
    margin-left: 10px;
    color: #999;
}












.all-category {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 40px;
    border-bottom: 1px solid #dedede;
} 
.all-category-inner {
    width: 1495px;
    margin: 0 auto;
}

.all-category-tab {
    border-bottom: 1px solid #dedede;
    display: flex;
    margin-bottom: 40px;
}
.all-category-tab a:hover{
    color:#121212;
}
.all-category-tab a {
    padding: 0 40px;
    color: #555;
    font-size: 18px;
    height: 61px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
}

.all-category-tab a.active {
    font-weight: 600;
    color: #121212;
    border-bottom: 2px solid #000;
}

.all-category-nav {
    display: none;
    grid-template-columns: repeat(7, 1fr);
    gap: 60px 10px;
    height: calc(100vh - 350px);
    overflow: auto;  
    scrollbar-width: none;  
    -ms-overflow-style: none;
}
.all-category-nav.active {
    display: grid;
}
.all-category-nav::-webkit-scrollbar {
    display: none; 
}
.category-group { 
}

/* --- [Depth 1] --- */
.category-group__header {
    background-color: #ededed; 
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-group__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 12px;
    height: 44px;
}
.category-group__arrow {
    font-weight: bold;
    color: #111;
}

/* --- [Depth 2] --- */
.category-group__item {
}
.category-group__link {
    font-size: 14px;
    padding: 4px 10px;
    color: #666;
    display: block;
} 
.category-group__link:hover,
.category-group__link.is-active {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    text-underline-position: under; 
}

/* --- [Depth 3] --- */
.category-group__sub-list {
    display: none;
    padding-left: 30px; 
    margin-top: 10px;
    margin-bottom: 4px;
}
.category-group__item.is-open .category-group__sub-list {
    display: block; 
}

.category-group__sub-link {
    font-size: 14px;
    padding: 4px 0;
    color: #666;
    display: block;
} 
.category-group__sub-link:hover,
.category-group__sub-link.is-active {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}
.all-category-maker {display:none;}

.all-category-maker.active {display:block;}
.sortBox {
    display: grid;
    grid-template-columns: repeat(6, 30px);
    gap: 6px;
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 8px;
    width: max-content;
    align-items: start;
} 
.sortBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
} 
.sortBox a.off {
    display: none;
} 
.sortBox a:hover,
.sortBox a.active {
    border-color: #000;
    color: #000;
    font-weight: 600;
}
#header .headerTop .user_wrap .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header .headerTop .user_wrap .qrcode img {
    width: 55px;
}

.cateSelBox {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.makeCateList {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 200px);
}

.makeCateList li {}

.makeCateList li a {display:block;padding:10px 0 10px 30px;color:#666;font-size:14px;}
.makeCateList li a:hover {color:#000;font-weight:600;text-decoration: underline;text-underline-position: under;}
#header .headerTop .user_wrap .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header .headerTop .user_wrap .qrcode img {
    width: 55px;
} 
#top-banner-wrap {
    width: 100%;
    background-color: #fff; 
} 
.top-banner-inner {
    max-width: 1280px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    margin: 0 auto;
}
 
.top-banner-inner .banner-item {
    flex: 1; 
    display: block;
} 
.top-banner-inner .banner-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

span.myGroup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 14px;
    line-height: 1;
}


 
/* BASIC css end */

