@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.woff2) format('woff2')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Poppins-Medium.woff2) format('woff2')
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins-Bold.woff2) format('woff2')
}
body {
    line-height: 1.6;
}
* {
    font-family: Poppins, Helvetica, Arial, system-ui, sans-serif, serif;
    margin: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}
img {
    display: block;
}
/* lazyload */
.lazyload-max,
.lazyload {
    background-color: #f5f5f5;
    background-image: url(../images/load.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lazyload-max {
    background-image: url(../images/load-max.png);
}
/* ads */
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
.beyond-spec-ads1 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 0;
    margin-bottom: 0;
}

.beyond-comm-ads1 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 0;
    margin-bottom: 24px;
}

.beyond-spec-ads2 {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.beyond-comm-ads2 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.beyond-inside-ads2 {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.beyond-comm-ads3 {
    display: none;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 28px;
    margin-bottom: 28px;
}

/* title */
.tit-spec-h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 28px;
}

.tit-comm-h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
}

.tit-comm-h2 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.tit-comm-h3 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.tit-comm-h4 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
}

.tit-comm-h5 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 4px;
}

/* other */
.maxbox {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.cardbox {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.gapbox {
    gap: 20px;
}
.gapbox10 {
    gap: 10px;
}
.gapbox-min {
    gap: 8px;
}
.gapbox40 {
    gap: 40px;
}
.leftbox {
    width: 100%;
}
.line-clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.checkbox,
.pcpart,
.maxpcpart {
    display: none;
}
.mt0 {
    margin-top: 0 !important;
}
.mt8 {
    margin-top: 8px;
}
.mt28 {
    margin-top: 28px;
}
.mt32 {
    margin-top: 32px;
}
.mb32 {
    margin-bottom: 32px;
}
.my20 {
    margin-top: 20px; 
    margin-bottom: 20px; 
}
.my16 {
    margin-top: 16px; 
    margin-bottom: 16px; 
}
.my12 {
    margin-top: 12px; 
    margin-bottom: 12px; 
}
/* 404 */
/* header */
.header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f0f0f0;
    height: 64px;
}
.header-mob {
    margin-right: 16px;
    height: 26px;
}
.icon-menu {
    height: 26px;
    width: 26px;
    fill: #999;
}
.footer-logo,
.header-logo {
    height: 32px;
    width: 170px;
}
.footer-logo img,
.header-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-pc {
    display: none;
    height: 100%;
}

.header-item {
    position: relative;
    height: 100%;
    padding: 0 4px;
}

.header-item:hover .header-list {
    display: block;
}

.header-item-btn {
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}

.header-item-btn:hover {
    background-color: #1616161a;
}

.header-list {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    width: 280px;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index:9;
}

.header-list-con {
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header-list-con:hover {
    background-color: #1616161a;
}
/* header-menu */
#header-menu-btn:checked ~ .header-menu{
    display: flex
}
.header-menu {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 18px 24px 24px 24px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}
.icon-menu {
    height: 26px;
    width: 26px;
    fill: #999;
}
.header-menu-tit {
    font-weight: 500;
    font-size: 18px;    
    padding-top: 16px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-radio {
    height: 16px;
    width: 16px;
    transform: rotate(90deg);
    margin-right: 12px;
    fill:#999
}
.header-menu-item {
    
}
.header-menu-con {
    padding: 8px 16px;
    display: flex;
    align-items: center;
}
.icon-right {
    height: 12px;
    width: 12px;
    margin-left: 8px;
}
/* footer */
.footer {
    width: 100%;
    background-color: #f0f0f0;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 64px;
}

.footer-logo {}

.footer-logo img {}

.footer-main {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
}

.footer-list {
    gap: 4px;
}

.footer-tit {
    color: #999;
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-des {
    color: #999;
    margin-top: 16px;
}
.footer-list-item {
    margin-bottom: 4px;
}
.footer-list-item:hover {
    text-decoration: underline;
}
/* breadcrumb */
.breadcrumb {
    display: none;
    width: 100%;
    margin-bottom: 24px;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
}
.breadcrumb-con {
    color: #999;
}
a.breadcrumb-con{
    text-wrap: nowrap;
}
a.breadcrumb-con:hover {
    text-decoration: underline;
}
.breadcrumb-arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    transform: rotate(45deg);
    margin: 0 8px;
}
/* sidebar */
.sidebar-item {
    width: 100%;
}

.sidebar-con {
    display: flex;
    align-items: center;
    padding: 8px;
    text-align: left;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.sidebar-con:hover {
    background-color: #f0f0f0;
}
.sidebar-img {
    height: 48px;
    width: 48px;
    padding: 8px;
    border: 2px solid #ddd;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 16px;
    background: #fff;
}

.sidebar-tit {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.sidebar-des {
    color: #999;
    margin-top: 4px;
}
.sidebar .store-item {
    width: 100%;
}
/* cat */
.cat-item {
    width: 50%;
}
.cat-con {
    padding: 8px;
    border-radius: 12px;
}
.cat-con:hover {
    background-color: #f0f0f0;
}
.cat-img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    /* aspect-ratio: 1 / 1; */
}
.cat-info {
    padding-top: 12px;
}
.cat-des {
    color: #999;
    margin-top: 4px;
}
.cat-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    width: calc(100% + 24px);
    margin-right: -24px;
}
.cat-list-item {
    list-style: disc;
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 4px;
    margin-right: 24px;
    width: 100%;
    padding-left: 4px;
}

.cat-list-item:hover {
    text-decoration: underline;
}


.showmore {
    width: 100%;
    height: 60px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    color: #27357d;
    border: 2px solid #27357d;
    margin-top: 20px;
    border-radius: 40px;
    padding: 0 24px;
    
}
.showmore:hover {
    background-color: #27357d;
    color: #fff;
}

.radio {
    display: none;
}
.showmore-main-t,
.showmore-main-f,
.showmore-main-c {
  display: none;
}
#showmore-f:checked ~ .heade-menur-item .showmore-main-f,
#showmore-c:checked ~ .heade-menur-item .showmore-main-c,
#showmore-t:checked ~ .heade-menur-item .showmore-main-t  {
  display: block;
}
#showmore-f:checked ~ .heade-menur-item  .header-menu-tit-f .icon-radio,
#showmore-c:checked ~ .heade-menur-item  .header-menu-tit-c .icon-radio,
#showmore-t:checked ~ .heade-menur-item  .header-menu-tit-t .icon-radio  {
  transform: rotate(-90deg);
}
/* index */ 
.index-banner {
    overflow: hidden;
    height: 500px;
    padding-top: 24px;
}

.index-bannerbox {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.index-banner-main {
    max-width: 600px;
}
.page404 .index-banner-main {
    width: 100%;
}
.index-banner-des {
    font-size: 16px;
    color: #999;
    margin-top: 12px;
}

.index-banner-btn {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background-color: #0261ff;
    width: 160px;
    text-align: center;
}
.page404 .index-banner-btn {
    margin-top: 24px;
}
.index-banner-btn:hover {
    background-color: #27357d;
}
.index-banner-img {
    flex-shrink: 0;
    width: 90%;
}
.topcat-item {
    width: calc(50% - 12px);
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.topcat-item:hover .topcat-img {
    transform: scale(1.1);
}
.topcat-item:hover .topcat-imgbox {
    border-color: #0261ff;
}
.topcat-con {
    width: 100%;
}
.topcat-imgbox {
    border-radius: 50%;
    border: 4px solid transparent;
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
}
.topcat-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: 0.3s;
}
.topcat-info {
    text-align: center;
}
.topcat-des {
    line-height: 1.2;
    color: #999;
    margin-top: 8px;
}
/* tab */
.dest-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
    padding: 8px;
    border-radius: 8px;
    background-color: #f0f0f0;
    width: 100%;
}
.dest-tab {
    padding: 0 2%;
    border-radius: 8px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.south,
.west,
.midwest,
.northeast {
    display: none;
}
.dest-item {
    width: 50%;
    border-radius: 8px;
    padding: 8px;
}
.dest-item:hover {
    background-color: #f0f0f0;
}
#south:checked ~ .south,
#west:checked ~ .west,
#midwest:checked ~ .midwest,
#northeast:checked ~ .northeast {
    display: flex;
}
#south:checked ~ .dest-tabs label[for="south"],
#west:checked ~ .dest-tabs label[for="west"],
#midwest:checked ~ .dest-tabs label[for="midwest"],
#northeast:checked ~ .dest-tabs label[for="northeast"] {
    background-color: #27357d;
    color: #fff;
}
@media (min-width: 640px) {
    .pcpart {
        display: block;
    }
    .mobpart {
        display: none;
    }
    /* ads */
    .beyond-spec-ads2 {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .beyond-inside-ads2 {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }

    /* title */
    .tit-spec-h1 {
        font-size: 40px;
    }

    .tit-comm-h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .tit-comm-h2 {
        font-size: 28px;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .tit-comm-h3 {
        font-size: 24px;
    }

    .tit-comm-h5 {
        margin-top: 16px;
    }

    /* other */
    .gapbox-min {
        gap: 10px;
    }
    .cardbox {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: -12px;
        margin-bottom: -12px;
    }
    /* header */
    .header {
        justify-content: space-between;
    }
    .header-mob {
        display: none;
    }
    .header-pc {
        display: flex;
    }
    /* footer */
    .footer {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .footer-main {
        flex-direction: row;
        gap: 0;
    }

    .footer-list {
        width: 33.3333%;
    }
    /* breadcrumb */
    .breadcrumb {
        display: block;
    }
    /* sidebar */
    .sidebar-con {
        padding: 12px;
    }
    /* cat */
    .cat-item {
        width: 25%;
    }
    .cat-con {
        padding: 12px;
    }
    .cat-list-item {
        width: calc(33.3333% - 24px);
    }
    /* index */
    .index-bannerbox {
        justify-content: space-between;
        flex-direction: row;
    }
    .index-banner-main {
        min-width: 402px;
    }
    .index-banner-des {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .index-banner-btn {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .page404 .index-banner-btn {
        margin-top: 32px;
    }
    .index-banner-img {
        height: 90%;
        width: auto;
    }
    .topcat-item {
        width: calc(20% - 12px);
    }
    /* tab */
    .dest-item {
        width: 25%;
        padding: 12px;
    }
    .dest-tabs {
        width: max-content;
    }
    .dest-tab {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
    }
}

@media (min-width: 1024px) {
    .maxpcpart {
        display: block;
    }
    .leftbox {
        width: 728px;
    }
    .doublebox {
        display: flex;
        justify-content: space-between;
    }
    .rightbox {
        margin-left: 36px;
        width: 30%;
        max-width: 300px;
    }
    /* ads */
    .beyond-spec-ads1 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 32px;
    }

    .beyond-comm-ads1 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
    }

    .beyond-spec-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 0 12px;
    }

    .beyond-inside-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .beyond-comm-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
    }

    .beyond-comm-ads3 {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
   
}