@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/GoogleSans-Regular.woff2) format('woff2')
}
@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/GoogleSans-Medium.woff2) format('woff2')
}
@font-face {
    font-family: GoogleSans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/GoogleSans-Bold.woff2) format('woff2')
}
body {
    line-height: 1.6;
}

* {
    font-family: GoogleSans, Helvetica, Arial, system-ui, sans-serif, serif;
    font-weight: 400;
    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 {
    background-color: #f5f5f5;
    /* background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/load.png);
}

/* @keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
} */
/* m or p */
.mt32 {
    margin-top: 32px;
}

.mb8 {
    margin-bottom: 8px;
}

/* 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 {
    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;
}

.support h3,
.tit-comm-h3 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 20px;
}

.support h4,
.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;
}
.card5-cardbox {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-top: -12px;
    margin-bottom: -12px;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.leftbox {
    width: 100%;
}
.rightbox {
    margin-bottom: 24px;
}
.radio,
.checkbox,
.pcpart,
.maxpcpart {
    display: none;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* support */
.support {
    padding-top: 32px;
    min-height: 704px;
}

.support p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.support ul {
    margin-left: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.support li {
    list-style-type: disc;
    margin-top: 12px;
    margin-bottom: 12px;
}

/* header */
.header {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.header-mob {
    height: 26px;
}

.icon-menu {
    height: 26px;
    width: 26px;
    fill: #999;
}

.footer-logo,
.header-logo {
    height: 44px;
    width: 153px;
}
.header-logo {
    margin-right: 16px;
}
.footer-logo img,
.header-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-pc {
    display: none;
    height: 48px;
}

.header-item {
    position: relative;
    height: 100%;
}

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

.header-item-btn {
    border-radius: 8px;
    color: #666;
    font-weight: 500;
    border-radius: 48px;
    height: 48px;
    padding: 12px 12px;
    display: flex;
    align-items: center;
}
.header-item-btn span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #00A18F;
    border-radius: 8px;
    margin-right: 8px;
    margin-right: 16px;
}
.header-item-btn:hover {
    background: #FAFAFA;
}

.header-list {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 200px;
    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;
}

.header-list-con:hover {
    background-color: #F0F0F0;
}

/* header-menu */
#header-menu-btn:checked~.header-menu {
    right: 0;
}
.header-menu-btn {
    height: 26px;
    display: block;
    width: 26px;
    position: relative;
    left: 224px;
}
.header-menu {
    position: fixed;
    right: -300px;
    top: 0;
    background-color: #f5f5f5;
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 23px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    transition: right 0.3s ease-in-out;
}

.icon-menu {
    height: 26px;
    width: 26px;
    fill: #999;
}
.header-menu-item {
    border-left: 2px solid #99999933;
}
.header-menu-tit {
    font-weight: 500;
    font-size: 18px;
    padding-top: 8px;
    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-list {
    margin-top: 16px;
    margin-bottom: 16px;
}
.header-menu-con {
    padding: 0 16px 28px;
    display: flex;
    align-items: center;
    line-height: 0.8;
}
.header-menu-item:last-of-type .header-menu-con {
    padding-bottom: 0;
}

.icon-right {
    height: 12px;
    width: 12px;
    margin-left: 8px;
}
.header-inputbox {
    position: relative;
    display: flex;
    align-items: center;
}
.header-input {
    height: 48px;
    width: 300px;
    border-radius: 8px;
    padding: 0 46px 0 20px;
    border: none;
    background-color: #F5F5F5;
}
.header-input::placeholder {
    font-size: 14px;
    color: #999;
}
.header-btn {
    position: absolute;
    right: 16px;
    border: none;
    height: 20px;
    width: 20px;
    background-color: transparent;
}
.header-inputbox .icon-search {
    height: 20px;
    width: 20px;
    stroke: #000;
}
.heade-menu-search .header-input{
    background-color: #fff;
}
.header-des {
    margin-top: 16px;
    color: #666;
}
/* footer */
.footer {
    width: 100%;
    background-color: #08463F;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 80px;
}

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

.footer-list {
    gap: 4px;
}

.footer-tit {
    color: #ffffff80;
    font-weight: 500;
    margin-bottom: 8px;
}
.footer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-back {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
}
.footer-back:hover {
    color: #00A18F;
}
.footer-back:hover .icon-back {
    fill: #00A18F;
}
.icon-back {
    height: 20px;
    width: 20px;
    fill: #fff;
    margin-bottom: 1.5px;
}
.footer-des {
    color: #ffffffbf;
    margin: 16px 0;
}
.header-des span
.footer-des span {
    display: flex;
}
.icon-copyright {
    height: 10px;
    width: 10px;
    fill: #ffffffbf;
    margin: 0 4px 2px 0px;
}
.header-des .icon-copyright{
    fill: #666;
}
.footer-list-item {
    margin-bottom: 4px;
}
.footer-list-item:last-of-type {
    margin-bottom: 0;
}
.footer-list-con {
    color: #fff;
}

.footer-list-item:hover .footer-list-con{
    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;
}
/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.pagination li {
    border-radius: 8px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
}
.dot,
.pagination li a {
    font-weight: 500;
}
.pagination li:hover a{
    background-color: #00A18F;
    color: #fff;
}
li.active a{
    background-color: #08463F;
    color: #fff;
}
/* sidebar */
.sidebar li {
    list-style: outside;    
    color: #666;
    display: flex;
    margin-bottom: 4px;
}
.sidebar .tit-comm-h4 {
    margin: 20px 0 8px;
}
.sidebar-bgimg {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
/* .sidebar .tit-comm-h4:first-of-type {
    margin-top: 0;
} */
 .icon-yes,
 .icon-no {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    fill: #999;
    flex-shrink: 0;
    margin-top: 2px;
 }
 .icon-yes {
    fill: #00A18F;
 }
/* showmore */
.showmore {
    width: 100%;
    height: 60px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    color: #943333;
    border: 2px solid #943333;
    margin-top: 20px;
    border-radius: 40px;
    padding: 0 24px;

}

.showmore:hover {
    background-color: #943333;
    color: #fff;
}


.showmore-main2,
.showmore-main1 {
    display: none;
}

#showmore1:checked~.heade-menu-item .showmore-main1,
#showmore2:checked~.heade-menu-item .showmore-main2 {
    display: block;
}

#showmore1:checked~.heade-menu-item .showmore1-btn .icon-radio,
#showmore2:checked~.heade-menu-item .showmore2-btn .icon-radio {
    transform: rotate(-90deg);
}

/* layout */
.layout-des {
    margin: 24px 0;
}

/* index-banner */
.index-banner {
    padding: 40px 0;
}

.index-banner-tit,
.index-banner-tit span {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.2;
    color: #333;
}
.index-banner-tit span {
    color: #00A18F;
}

.index-banner-des {
    text-align: center;
    margin-bottom: 24px;
    color: #666;
    font-weight: 500;
    line-height: 24px;
}

.index-banner-inputbox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
}

.index-banner-input {
    width: 100%;
    padding: 16px 24px;
    border: none;
    background-color: #F5F5F5;
    border-radius: 36px;
}
.index-banner-input::placeholder {
    color: #bbb;
}


.index-banner-btn {
    font-weight: 500;
    width: 100%;
    padding: 16px 12px;
    background: #00A18F;
    color: #fff;
    border: none;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.index-banner-btn:hover {
    background-color: #08463F;
}
.index-banner-btn .icon-search {
    height: 20px;
    width: 20px;
    stroke: #fff;
}

.index-banner-img {
    width: 100%;
    margin-top: 32px;
}
.index .tit-comm-h2 span,
.index .tit-comm-h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 28px;
}
.index .tit-comm-h2 span {
    color: #00A18F;
    font-weight: 700;
    font-size: 24px;
}
/* index-step */
.index-step {
    margin-bottom: 28px;
}
.index-sizebox,
.index-stepbox,
.sidebar-stepbox,
.index-stepbox {
    justify-content: space-between;
}
.index-size-item:first-of-type,
.sidebar-step-item:first-of-type,
.index-step-item:first-of-type {
    margin-top: 0;
}
.sidebar-step-item,
.index-step-item {
    width: 100%;
    text-align: center;
    padding: 32px;
    background-color: #00A18F14;
    border-radius: 8px;
    margin-top: 24px;
}
.sidebar-step-item {
    padding: 24px;
}
.index-step-item-img {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 24px;
}
.sidebar-step-item-img {
    width: 48px;
    height: 48px;
    margin: auto;
    margin-bottom: 20px;
}
.sidebar-step-item-tip,
.index-step-item-tip {
    font-size: 20px;
    color: #00A18F;
    margin-bottom: 8px;
    font-weight: 700;
}
.sidebar-step-item-tip {
    font-size: 18px;
}
.sidebar-step-item-tit,
.index-step-item-tit {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.2;
}
.sidebar-step-item-des,
.index-step-item-des {
    color: #666;
}
/* index-size */
.icon-size {
    width: 32px;
    height: 32px;
    display: block;
    margin: 28px auto -20px;
}
.index-size-tip {
    margin-bottom: 20px;
    margin-top: -12px;
    color: #666;
    text-align: center;
}
.index-size {
    background-color: #f7f7f799;
    padding-bottom: 48px;
    padding-top: 0.00782px;
    margin-top: -24px;
}
.index-step-schedule {
    display: none;
}
.index-size-item {
    width: 100%;
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    margin-top: 24px;
}
.index-size-item li {
    list-style: inside;
    font-weight: 700;
    color: #333;
}
.index-size-item ul {
    margin-bottom: 16px;
}
.index-size-item-img {
    height: 120px;
    object-fit: cover;
    margin-bottom: 32px;
}
.index-size-item-tit span,
.index-size-item-tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333;
}
.index-size-item-tit span {
    color: #00A18F;
}
.index-size-item-des {
    color: #666;
}
/*  index-facility */
.index-facilitybox {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 16px;
}
.index-facility-item {
    height: 64px;
}
/* searchbox */
.searchbox {
    position: relative;
    margin-top: -4px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 8px;
    background-color: #08463F;
    padding: 20px;
}

.search-main {
    z-index: 1;
    position: relative;
    width: 100%;
}

.search-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.icon-search-des {
    height: 20px;
    width: 20px;
    fill: #fff;
    margin-right: 6px;
}
.search-info-item {
    margin-bottom: 4px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}

.search-inputbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.search-input {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    border: none;
}

.search-btn {
    width: 100%;
    font-weight: 500;
    border-radius: 8px;
    background-color: #00A18F;
    padding: 16px;
    color: #fff;
    border: none;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.search-btn .icon-search {
    height: 20px;
    width: 20px;
    stroke: #fff;
}
/* .search-btn:hover {
    background-color: #333;
} */
.search-img {
    position: absolute;
    top: -10px;
    right: -12px;
    height: 50%;
}
/* detail */
.detail-infobox {
    margin-top: -4px;
    margin-bottom: 20px;
}

.detail-info-item {
    color: #666;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.detail-info-link {
    color: #666;
}

.detail-info-link:hover {
    text-decoration: underline;
}

.icon-phone,
.icon-loc {
    fill: #08463F;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.detail-infolist {
    justify-content: space-between;
    margin-bottom: -4px;
}

.detail-infolistbox {
    margin-bottom: 16px;
    width: 100%;
}

.detail-infolistbox:last-of-type {
    margin-bottom: 0;
}

.detail-hourlist li {
    color: #666;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}
.detail-art p {
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 24px;
}
/* card10 */
.card10-item {
    width: 100%;
    border-radius: 8px;
    list-style: none;
}

.card10-item:hover {
    background-color: #f0f0f0;
}

.card10-con {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card10-tit {
    font-size: 16px;
}

.card10-num {
    display: flex;
    white-space: nowrap;
    align-items: center;
    color: #999;
    font-size: 14px;
    margin-left: 4px;
}

.card10-arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-right: 1px;
}

/* card5 */
.card5-item {
    width: 100%;
    line-height: 1.4;
}

.card5-con {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    box-sizing: border-box;
}

.card5-con:hover {
    background-color: #f0f0f0;
}

.card5-img {
    border-radius: 8px;
    object-fit: cover;
    height: 240px;
}

.card5-infobox {
    width: 100%;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card5-tit {
    margin-bottom: 8px;
}
.detail-scorebox,
.card5-scorebox {
    display: flex;
    align-items: center;
    margin: 4px 0;
    position: relative;
}
.detail-scorebox {
    width: 100px;
}

.card5-starbox {
    position: relative;
    width: 100px;
    flex-shrink: 0;
    margin-right: 4px;
}
.detail-star,
.card5-star {
    position: absolute;
    left: 1px;
    height: 18px;
    background-position: left;
    margin-left: -1px;
}

.detail-nullstar,
.card5-nullstar {
    display: block;
    height: 18px;
    width: 100%;
    background-position: left;
}

.detail-score,
.card5-score {
    color: #666;
    margin-left: 4px;
    margin-top: 2px;
}
.card5-loc {
    color: #666;
}

.card5-timebox {
    display: flex;
    align-items: center;
    margin: 4px 0;
}

.card5-time {
    height: 16px;
    width: 16px;
    fill: #08463F;
    margin-right: 8px;
}

.card5-time-des {
    color: #666;
}
.card5-time-des-phone {
    text-decoration: underline;
}
.card5-time-des-phone:hover {
    color: #00A18F;
}

.card5-bottombox {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ddd;
}

.card5-des {
    color: #999;
    font-size: 14px;
    margin: 4px 0;
}

.card5-pcbtn {
    display: none;
    height: 52px;
    margin-left: 12px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-weight: 500;
    border-radius: 8px;
    padding: 0 24px;
    background-color: #00A18F;
    flex-shrink: 0;
}

.card5-mobbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00A18F;
    border-radius: 56px;
    height: 56px;
    width: 56px;
    margin-bottom: 4px;
    flex-shrink: 0;
}

.card5-con:hover .card5-pcbtn,
.card5-con:hover .card5-mobbtn {
    background-color: #08463F;
}

.card5-right {
    height: 32px;
    width: 32px;
    fill: #fff;
}
.card5-pricebox {
    font-size: 14px;
}
.card5-newprice,
.card5-oldprice,
.card5-price {
    font-size: 18px;
    font-weight: 700;
    color: #08463F;
}

.card5-oldprice {
    text-decoration: line-through;
    color: #999;
}

/* card4 */
.card4-item {
    padding: 8px 12px;
}

.card4-topbox {
    height: 100px;
}

.card4-topdate {
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    display: none;
}

.card4-con {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.card4-topbox {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.card4-text {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    border-right: 1px dashed #ccc;
    color: #08463F;
}

.card4-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card4-tip {
    color: #00A18F;
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.card4-des {
    font-weight: 500;
    line-height: 1.2;
}

.card4-bottombox {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
}

.card4-cat {
    color: #08463F;
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    text-align: center;
}

.card4-date {
    color: #999;
    font-size: 14px;
    text-align: center;
}

.card4-deal-btnbox {
    flex-shrink: 0;
    text-align: center;
}

.card4-oldprice {
    text-decoration: line-through;
    color: #999;
}

p.card4-oldprice {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.card4-mobtip {
    color: #999;
    width: 60%;
    font-size: 14px;
}

.card4-newprice {
    color: #08463F;
    font-weight: 700;
    font-size: 18px;
}

.card4-price-des {
    color: #999;
}

@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;
    }

    .support h3,
    .tit-comm-h3 {
        font-size: 24px;
    }

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

    /* other */
    .cardbox {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: -12px;
        margin-bottom: -12px;
    }

    /* footer */
    .footer {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .footerbox {
        display: flex;
        justify-content: space-between;
    }
    .footer-main {
        flex-direction: row;
        gap: 0;
        width: calc(100% - 300px);
        margin-top: 0;
    }

    .footer-list {
        width: 33.3333%;
    }
    .footer-list-item {
        margin-bottom: 16px;
    }
    /* breadcrumb */
    .breadcrumb {
        display: block;
    }

    /* sidebar */
    .sidebar-con {
        padding: 12px;
    }

    /* index-banner */
    .index-banner {
        position: relative;
        text-align: center;
        padding: 80px 40px;
    }

    .index-banner-tit,
    .index-banner-tit span {
        font-size: 48px;
        margin-bottom: 20px;
        max-width: 666px;
        margin: auto;
    }

    .index-banner-des {
        max-width: 512px;
        margin: 16px auto 32px;
    }

    .index-banner-inputbox {
        flex-direction: row;
        margin: 0 auto;
        display: flex;
        padding: 8px 8px 8px 24px;
        box-sizing: border-box;
        background: #F8F8F8;
        max-width: 480px;
        height: 64px;
        border-radius: 64px;
    }
    .index-banner-inputbox .icon-search {
        position: absolute;
        left: 24px;
        top: calc(50% - 10px);
        height: 20px;
        width: 20px;
        stroke: #000;
    }
    .index-banner-input {
        flex: 1;
        width: 100%;
        padding-left: 30px;
        border: none;
        height: 100%;
        height: 100%;
        background: transparent;
    }
    .index-banner-input:focus-visible {
        outline: none;
        border: none;
    }
    .index-banner-btn {
        font-weight: 500;
        background: #00A18F;
        color: #fff;
        border: none;
        border-radius: 48px;
        padding: 12px 24px;
        height: 48px;
        width: 145px;
    }
    .index-banner-btn {
        width: auto;
        padding: 15px 30px;
    }
    .index .tit-comm-h2 span,
    .index .tit-comm-h2 {
        margin-bottom: 56px;
        margin-top: 80px;
        font-size: 36px;
    }
    .index-size .tit-comm-h2,
    .index-facility .tit-comm-h2{
        margin-bottom: 16px;
        margin-top: 80px;
    }
    .index-step {
        margin-bottom: 80px;
    }
    .index-size {
        padding-bottom: 80px;
        margin-top: 80px;
    }
    .index-size-tip {
        font-size: 18px;
        margin-bottom: 56px;
        margin-top: 0;
    }
    .icon-size {
        width: 56px;
        height: 56px;
        margin-bottom: -48px;
        margin-top: 88px;
    }

    .index-step-schedule {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin:0 auto 24px;
        width: calc(66.6666% + 32px);
    }
    .point {
        width: 16px;
        height: 16px;
        background-color: #00A18F;
        border-radius: 16px;
        flex-shrink: 0;
    }
    .line {
        width: calc(50% - 24px);
        height: 2px;
        background-color: #00a18f14;
    }
    /* searchbox */
    .search-main {
        width: 70%;
        min-width: 430px;
    }

    .search-info-item {
        width: 50%;
    }

    .search-inputbox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
    }

    .search-input {
        width: calc(100% - 16px - 154px );
    }

    .search-btn {
        width: 154px;
        margin-top: 0;
    }
    .search-img {
        position: absolute;
        top: -8px;
        right: 16px;
        height: 122%;
    }
    /* detail */
    .detail-infolistbox {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }

    /* card10 */
    .card10-item {
        width: 50%;
    }

    .card10-con {
        padding: 12px;
    }

    /* card5 */
    .card5-con {
        flex-direction: row;
        padding: 12px;
    }

    .card5-img {
        height: 200px;
        width: 200px;
    }

    .card5-infobox {
        width: calc(100% - 200px);
        padding-left: 20px;
        padding-top: 0;
    }

    .card5-bottombox {
        margin-top: 0;
    }

    .card5-pcbtn {
        display: block;
    }

    .card5-mobbtn {
        display: none;
    }
    .card5-pricebox {
        font-size: 16px;
    }
    /* card4 */
    .card4-text {
        width: 120px;
        height: 120px;
        font-size: 18px;
    }

    .card4-item {
        padding: 12px;
    }

    .card4-con {
        flex-direction: row;
        justify-content: space-between;
    }

    .card4-topbox {
        height: 120px;
        border-bottom: none;
        width: auto;
    }

    .card4-bottombox {
        width: auto;
    }

    .card4-img {
        width: 120px;
        height: 120px;
    }

    .card4-topdate {
        display: -webkit-box;
    }

    .card4-des {
        font-size: 20px;
    }
}

@media (min-width: 901px) {
    /* header */

    .header-mob {
        display: none;
    }

    .header-pc {
        display: flex;
    }
    .header-input {
        width: 180px;
    }
    /* index-step */
    .index-step-item {
        width: calc(33.3333% - 16px);
        margin-top: 0;
        padding: 0 32px;
        background-color: transparent;
    }

    .index-size-item {
        width: calc(33.3333% - 16px);
        margin-top: 0;
    }
    /* card10 */
    .card10-item {
        width: 33.3333%;
    }
}

@media (min-width: 1024px) {
    .header-item-btn {
        font-size: 18px;
    }
    .header-input {
        width: 260px;
    }
    .detail .tit-comm-h1,
    .cat .tit-comm-h1 {
        margin-bottom: 0;
    }
    .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 {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    /* card5 */
    .card5-tit {
        font-size: 20px;
    }
}