/*
|--------------------------------------------------------------------------
| .section-container.-newItemsOverview
|--------------------------------------------------------------------------
*/

.features-group.active,
.section-container.-conseptAndDesign.active,
.section-container.-topics.active {
  animation: blurry 1.5s ease-out forwards;
  filter: blur(10px);
}

@keyframes blurry {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}

.section-container.-newItemsOverview {
    padding-top: 55px;
}

.section-container.-conseptAndDesign {
    background-image: url(../img/new_items_overview/conseptAndDesignImage.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: top right;
}

.section-container.-conseptAndDesign .explanation-box {
    width: calc(100% - 32px);
    max-width: var(--main-width);
    margin: 0 auto;
    margin-top: 32px;
    font-family: 'M PLUS 1', sans-serif;
    color: #5F5A5A;
}

.explanation-box > img {
    width: 39%;
}

.explanation-box > .title {
    font-weight: 900;
    font-size: 45px;
}

.explanation-box .details-box {
    margin-top: 20px;
    padding-left: 60px;
}

.explanation-box .details-box > p {
    font-weight: 400;
}

.explanation-box .details-box .details {
    display: grid;
    gap: 16px;
}

.explanation-box .details-box .details > p{
    font-size: 20px;
}

.explanation-box .details-box .details > p.three	{
    font-size: 16px;
}

.explanation-box .details-box > .supplementText {
    font-size: 18px;
    margin-top: 50px;
    padding-left: 65px;
}

.section-container.-features {
    display: grid;
    gap: 120px;
    width: calc(100% - 32px);
    max-width: var(--main-width);
    margin: 0 auto;
    margin-top: 70px;
}

.section-container.-features .features-group .features-box {
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 50px;
    font-family: 'M PLUS 1', sans-serif;
    color: #5F5A5A;
}

.section-container.-features .features-group:nth-child(even) .features-box {
    grid-template-columns: 4fr 6fr;
}


.section-container.-features .features-group:nth-child(even) .features-box .image{
    grid-column: 2;
    grid-row: 1;
}

.section-container.-features .features-group:nth-child(even) .features-box .details-box {
    grid-column: 1;
    grid-row: 1;
}

.features-group .supplementText {
    padding-left: 60px;
}

.features-group .supplementText.-productRange,
.features-group .supplementText.-priceAndStrengthen {
    margin-top: 32px;
    font-size: 18px;
    color: #5F5A5A;
}

.features-box .details-box {
    z-index: 2;
}

.features-group .features-box .image {
    position: relative;
    z-index: 1;
}

.features-group .features-box .image .number {
    position: absolute;
    top: -25px;
    right: -25px;
}

.features-group:nth-child(even) .features-box .image .number {
    top: -25px;
    left: -25px;
    right: auto;
}

.features-box .details-box .details {
    position: relative;
}

.features-box .details-box .subTitle {
    position: absolute;
    width: 60%;
}

.features-box .details-box .subTitle.-salesPoint {
    top: -22px;
    right: 0;
}

.features-box .details-box .subTitle.-productRange {
    top: -65px;
    left: 40px;
}

.features-box .details-box .subTitle.-priceAndStrengthen {
    width: 75%;
    top: -80px;
    right: -11px;
}

.features-box .details-box > .title {
    font-weight: 900;
    font-size: 45px;
}

.features-box .details-box .details > .list {
    padding: 0;
    margin: 0;
}

.details-box.-salesPoint .details {
    display: grid;
    gap: 32px;
    margin-top: 20px;
}

.details-box.-salesPoint .details > p {
    font-weight: 400;
    font-size: 30px;
}


.details-box.-salesPoint .details > .list {
    padding-left: 75px;
}

.details-box.-salesPoint .details > .list li {
    font-weight: 500;
    font-size: 30px;
}

.details-box.-salesPoint .details > .list span {
    display: inline-block;
    padding-left: 24px;
    font-size: 24px;
    font-weight: 400;
}

.details-box.-salesPoint .details > .list li::before {
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #CDA86A;
    transform: rotate(45deg);
    margin-right: 24px;
}

.details-box.-salesPoint .details > .supplementText {
    font-size: 22px;
}

.details-box.-productRange .details {
    margin-top: 32px;
    padding-left: 60px;
}

.details-box.-productRange .details > .list, 
.details-box.-priceAndStrengthen .details > .list {
    display: grid;
    gap: 32px;
}

.details-box.-productRange .details > .list li, 
.details-box.-priceAndStrengthen .details > .list li {
    /* counter-increment: counter; */
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 20px;
}

.details-box.-productRange .details > .list li span.-size,
.details-box.-priceAndStrengthen .details > .list li span.-size {
    font-size: 30px;
    font-weight: 500;
}

.details-box.-productRange .details > .list li:before, 
.details-box.-priceAndStrengthen .details > .list li:before {
    /* content: counter(counter); */
    background-color: #5F5A5A;
    color: white;
    border-radius: 99px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-indent: 0;
}

.details-box.-priceAndStrengthen > .title {
    white-space: nowrap;
    padding-top: 24px;
    margin-left: -3em;
}

.details-box.-priceAndStrengthen .details {
    margin-top: 50px;
}

.details-box.-priceAndStrengthen .details > p {
    font-size: 22px;
    font-weight: 400;
    margin-top: 32px;
}


@media(max-width:1000px) {
    .explanation-box > img {
        width: 30%;
    }

    .explanation-box > .title {
        font-size: 36px;
    }

    .explanation-box .details-box {
        margin-top: 25px;
        padding-left: 15px;
    }

    .explanation-box .details-box .details > p {
        font-size: 18px;
    }

    .explanation-box .details-box > .supplementText {
        font-size: 16px;
        margin-top: 40px;
        padding-left: 15px;
    }

    .section-container.-features {
        gap: 85px;
    }

    .section-container.-features .features-group .features-box {
        gap: 35px;
    }

    .features-group .features-box .image .number {
        top: -15px;
        right: -40px;
    }

    .features-group:nth-child(even) .features-box .image .number {
        top: -15px;
        left: -40px;
    }

    .features-group .features-box .image .number img {
        width: 75%;
    }

    .features-group .supplementText {
        padding-left: 0;
    }

    .features-group .supplementText.-productRange,
    .features-group .supplementText.-priceAndStrengthen {
        font-size: 16px;
    }

    .features-box .details-box > .title {
        font-size: 36px;
    }

    .features-box .details-box .subTitle {
        width: 65%;
    }

    .features-box .details-box .subTitle.-salesPoint {
        top: -25px;
    }

    .features-box .details-box .subTitle.-productRange {
        top: -60px;
        left: 120px;
    }

    .features-box .details-box .subTitle.-priceAndStrengthen {
        top: -70px;
        right: 0px;
    }

    .details-box.-salesPoint .details {
        gap: 20px;
    }

    .details-box.-salesPoint .details > p {
        font-size: 22px;
    }

    .details-box.-salesPoint .details > .list {
        padding-left: 0;
    }

    .details-box.-salesPoint .details > .list li {
        font-size: 24px;
    }

    .details-box.-salesPoint .details > .supplementText {
        font-size: 20px;
    }

    .details-box.-productRange .details {
        padding-left: 15px;
    }

    .details-box.-productRange .details > .list, 
    .details-box.-priceAndStrengthen .details > .list {
        gap: 24px;
    }

    .details-box.-productRange .details > .list li,
    .details-box.-priceAndStrengthen .details > .list li {
        font-size: 18px;
        padding-left: 0;
    }

    .details-box.-productRange .details > .list li span.-size,
    .details-box.-priceAndStrengthen .details > .list li span.-size {
        font-size: 22px;
    }

    .details-box.-priceAndStrengthen .details > p {
        font-size: 18px;
        margin-top: 24px;
    }

}


@media(max-width:768px) {
    .section-container.-newItemsOverview {
        padding-top: 32px;
    }

    .explanation-box > img {
        width: 40%;
    }

    .explanation-box > .title {
        font-size: 32px;
    }

    .explanation-box .details-box .details > p {
        font-size: 16px;
    } 

    .explanation-box .details-box > .supplementText {
        padding-left: 0;
        font-size: 14px;
    }

    .section-container.-features {
        gap: 65px;
    }

    .section-container.-features .features-group .features-box {
        grid-template-columns: 1fr;
    }

    .section-container.-features .features-group:nth-child(even) .features-box {
        grid-template-columns: 1fr;
    }

    .section-container.-features .features-group:nth-child(even) .features-box .image {
        grid-column: auto;
        grid-row: auto;
    }

    .section-container.-features .features-group:nth-child(even) .features-box .details-box {
        grid-column: auto;
        grid-row: auto;
    }

    .features-box .details-box > .title {
        font-size: 32px;
    }

    .features-group .features-box .image .number {
        top: -25px;
        right: -25px;
    }

    .features-group:nth-child(even) .features-box .image .number {
        top: -25px;
        left: 0px;
    }

    .features-box .details-box .subTitle {
        width: 50%;
    }

    .features-box .details-box .subTitle.-salesPoint {
        top: -45px;
        right: 50px;
        width: 40%;
    }

    .features-box .details-box .subTitle.-productRange {
        top: -100px;
        left: 190px;
    }
    
    .features-box .details-box .subTitle.-priceAndStrengthen {
        width: 55%;
        top: -100px;
        right: -5px;
    }

    .details-box.-salesPoint .details > p {
        font-size: 20px;
    }

    .details-box.-salesPoint .details > .list li {
        font-size: 22px;
    }

    .details-box.-salesPoint .details > .list li::before {
        width: 14px;
        height: 14px;
        margin-right: 14px;
    }

    .details-box.-salesPoint .details > .list span {
        font-size: 20px;
        padding-left: 16px;
    }

    .details-box.-salesPoint .details > .supplementText {
        font-size: 18px;
    }

    .details-box.-productRange .details > .list li,
    .details-box.-priceAndStrengthen .details > .list li {
        font-size: 16px;
    }

    .details-box.-productRange .details > .list li span.-size,
    .details-box.-priceAndStrengthen .details > .list li span.-size {
        font-size: 20px;
    }

    .features-group .supplementText.-productRange,
    .features-group .supplementText.-priceAndStrengthen {
        font-size: 14px;
    }

    .details-box.-priceAndStrengthen .details {
        padding-left: 15px;
    }

    .details-box.-priceAndStrengthen > .title {
        margin-left: 0;
        padding-top: 0;
    }

}


@media(max-width:600px) {
    .features-box .details-box .subTitle.-priceAndStrengthen {
        top: -70px;
        right: 25px;
    }
}

@media(max-width:450px) {
    .features-box .details-box .subTitle.-priceAndStrengthen {
        top: -50px;
        right: 35px;
    }

    .features-box .details-box .subTitle.-productRange {
        top: -70px;
        left: 160px;
    }
}



/*
|--------------------------------------------------------------------------
| .section-container.-topics
|--------------------------------------------------------------------------
*/

.section-container.-topics {
    margin-top: 100px;
}

.columns-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 0 auto;
    margin-top: 32px;
    width: calc(100% - 32px);
    max-width: var(--main-width);
}

.gsap.columns-container .column-box > a img{
    backface-visibility:visible;
    transition: 0.3s ease-out;
}

@media screen and (max-width:1200px) {
    .columns-container {
        gap: 24px;
    }
}
@media (max-width:1000px) {
    .section-container.-topics {
        margin-top: 65px!important;
    }
}
@media screen and (max-width:768px) {
    .columns-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:768px) {
    .columns-container > .column-box {
        margin: 0 auto;
        width: calc(100% - 100px);
    }
}
@media screen and (max-width:520px) {
    .columns-container > .column-box {
        width: 100%;
    }
}

.column-box > .box-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-end;
}

.box-header .image {
    grid-area: 1 / 1;
}

.box-header .title-box {
    grid-area: 1 / 1;
    z-index: 10;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width:1200px) {
    .box-header .title-box {
        width: 80%;
    }
}
@media screen and (max-width:980px) {
    .box-header .title-box {
        width: 85%;
    }
}
@media screen and (max-width:980px) {
    .box-header .title-box {
        width: 90%;
        height: 36px;
    }
}

.box-header .title-box .title {
    line-height: 1;
    font-size: 26px;
    font-weight: bold;
    color: var(--accent-color);
}
.box-header .title-box .title-s {
	line-height:28px;
    font-size:19px;
    font-weight: bold;
    color: var(--accent-color);
}
@media screen and (max-width:1200px) {
    .box-header .title-box .title {
        font-size: 20px;
    }
    .box-header .title-box .title-s {
        font-size: 13px;
    }
}
@media screen and (max-width:980px) {
    .box-header .title-box .title {
        font-size: 18px;
    }
    .box-header .title-box .title-s {
        font-size: 13px;
    }
}
@media screen and (max-width:768px) {
    .box-header .title-box .title {
        font-size: 18px;
    }
    .box-header .title-box .title-s {
        font-size: 13px;
    }
}

.column-box > .explainText {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 12px;
}
@media screen and (max-width:400px) {
    .column-box > .explainText {
        line-height: 1.5;
        margin-top: 8px;
    }
}

/*
|--------------------------------------------------------------------------
| .section-container.-search
|--------------------------------------------------------------------------
*/

.section-container.-search {
    margin-top: 100px!important;
}
@media (max-width:1000px) {
    .section-container.-search {
        margin-top: 65px!important;
    }
}

.search-details .btn-searchToggle {
    position: relative;
    display: block;
    height: 80px;
    width: 300px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width:400px) {
    .search-details .btn-searchToggle {
        height: 60px;
        width: 240px;
        font-size: 14px;
    }
}

.search-details .btn-searchToggle::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
@media screen and (max-width:400px) {
    .search-details .btn-searchToggle::after {
        bottom: 8px;
        height: 6px;
        width: 6px;
    }
}

.search-details[open] .btn-searchToggle::after {
    transform: translateX(-50%) rotate(-225deg);
}

.section-container.-search {
    margin-top: 32px;
    background-image: url(../img/search_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 100px;
}

.section-container.-search .container-header img {
    height: 60%;
}

.search-details summary {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    width: fit-content;
}

.search-details summary::-webkit-details-marker {
    display: none;
}

.details-content {
    overflow: hidden;
}

.search-details[open] > .searchForm-container {
    display: block;
}

.searchForm-container {
    display: none;
    padding: 16px;
    margin: 0 auto;
    width: calc(100% - 32px);
    max-width: var(--main-width);
    border: 1px solid #000;
}

.searchForm-container form {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.searchForm-container form:not(:last-child) {
    border-bottom: 1px solid #595959;
}

.form-row {
    display: flex;
}

.form-row.-category .btn-search {
    height: 40px;
    width: 100px;
}

.form.-category .btn-clear {
    margin-left: auto;
    margin-right: 0;
    height: 40px;
    width: 100px;
    font-size: 16px;
}

.searchForm-container form .form-row:not(:first-of-type):not(:last-child) {
    padding-top: 8px;
}

.searchForm-container form .form-row:not(:first-of-type):last-child {
    padding-bottom: 8px;
}

.form-row > .row-label {
    display: flex;
    align-items: center;
    width: 80px;
    height: 40px;
    font-size: 16px;
    white-space: nowrap;
}

.form-group {
    display: flex;
    column-gap: 16px;
    row-gap: 8px;
    flex-wrap: wrap;
}

.form-group > label {
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 40px;
    cursor: pointer;
}

.form-group > label > .field {
    margin-right: 4px;
}

.form.-productNumber {
    margin-bottom: 8px;
    padding: 16px 0;
}

.form.-category {
    margin-bottom: 8px;
    padding-bottom: 16px;
}

.form.-productNumber .form-row {
    align-items: center;
}
@media screen and (max-width:400px) {
    .form.-productNumber .form-row {
        flex-wrap: wrap;
    }
}

.form.-productNumber .btn-search {
    height: 40px;
    width: 100px;
    max-width: 100px;
}
@media screen and (max-width:400px) {
    .form.-productNumber .btn-search {
        width: 40px;
    }
}

.form.-productNumber .row-label {
    height: 40px;
    width: 100px;
}
@media screen and (max-width:400px) {
    .form.-productNumber .row-label {
        width: 100%;
    }
}

.form-group.-productNumber {
    align-items: center;
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width:400px) {
    .form-group.-productNumber {
        align-items: center;
        width: calc(100% - 40px);
    }
}

.form-group.-productNumber .field {
    padding: 0 8px;
    height: 40px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #595959;
}

.field.-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}

.form-row.-color .form-group label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.field.-type:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    border-radius: 50%;
}

.form-row.-color .form-group label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.field.-color {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
}

.field.-color:checked {
    background-color: var(--accent-color);
    border: none;
}

.field.-color:checked::after {
    content: "";
    margin-bottom: 2.5px;
    width: 12px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

.form-row.-function .form-group label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.field.-function {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
}

.field.-function:checked {
    background-color: var(--accent-color);
    border: none;
}

.field.-function:checked::after {
    content: "";
    margin-bottom: 2.5px;
    width: 12px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
}

.field.-pattern {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}

.field.-pattern:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    border-radius: 50%;
}

.field.-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}

.field.-price:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    border-radius: 50%;
}

.field.-category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
}

.field.-category:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    border-radius: 50%;
}

.form-row.-searchButton {
    display: flex;
    justify-content: flex-end;
    column-gap: 16px;
}
@media screen and (max-width:400px) {
    .form-row.-searchButton {
        justify-content: center;
    }
}

.btn-clear {
    background-color: #E7E7E7;
}

.btn-search {
    background-color: #595959;
    color: #fff;
}

.form-row.-searchButton .btn-clear {
    height: 40px;
    width: 100px;
    font-size: 16px;
}

.form-row.-searchButton .btn-search {
    margin-right: 50px;
    height: 40px;
    width: 100px;
    font-size: 16px;
}
@media screen and (max-width:400px) {
    .form-row.-searchButton .btn-search {
        margin-right: 0px;
    }
}

/*
|--------------------------------------------------------------------------
| .section-container.-products
|--------------------------------------------------------------------------
*/

.section-container.-products {
    margin: 24px auto;
    width: calc(100% - 32px);
    max-width: var(--main-width);
}

.section-container.-products > .products-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 32px;
}
@media screen and (max-width:980px) {
    .section-container.-products > .products-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
    }
}
@media screen and (max-width:768px) {
    .section-container.-products > .products-list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }
}
@media screen and (max-width:400px) {
    .section-container.-products > .products-list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }
}

.products-list > .product-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    cursor: pointer;
}

.products-list > .product-item[open] {
    position: fixed;
}

.products-list .product-item .productImage {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.products-list > .product-item > .productNumber {
    margin: 8px auto;
    margin-bottom: 0;
    line-height: 1;
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .products-list > .product-item > .productNumber {
        margin: 4px auto;
        font-size: 18px;
    }
}
@media screen and (max-width:400px) {
    .products-list > .product-item > .productNumber {
        margin: 4px auto;
        font-size: 16px;
    }
}

.modal-wrap {
    display: none;
}

.modal-wrap[open] {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: rgb(89, 89, 89, 0.7);
}

.modal-panel.-productDetail {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 24px;
    height: fit-content;
    max-height: 90%;
    width: 80%;
    max-width: var(--main-width);
    padding: 24px 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}
@media screen and (max-width:1200px) {
    .modal-panel.-productDetail {
        grid-template-columns: 1fr 35%;
        width: 85%;
        padding: 24px 120px;
    }
}
@media screen and (max-width:980px) {
    .modal-panel.-productDetail {
        grid-template-columns: 1fr 35%;
        width: 90%;
        padding: 24px 80px;
    }
}
@media screen and (max-width:768px) {
    .modal-panel.-productDetail {
        grid-template-columns: 1fr 30%;
        width: 90%;
        padding: 24px 32px;
    }
}
@media screen and (max-width:680px) {
    .modal-panel.-productDetail {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
}
@media screen and (max-width:400px) {
    .modal-panel.-productDetail {
        padding: 24px;
    }
}

.modal-panel.-productDetail > .btn-modalClose {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(-45deg);
    width: fit-content;
    font-size: 48px;
    line-height: 1;
    color: rgb(140, 140, 140);
}

.modal-panel.-productDetail > .modal-header {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
}

.modal-header > .productNumber {
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.modal-panel.-productDetail > .productImage {
    object-fit: contain;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
@media screen and (max-width:680px) {
    .modal-panel.-productDetail > .productImage {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }
}

.modal-panel.-productDetail > .productNoteText {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}
@media screen and (max-width:680px) {
    .modal-panel.-productDetail > .productNoteText {
        grid-row: 4 / 5;
        grid-column: 1 / 3;
    }
}

.modal-panel.-productDetail > .product-detail {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
}
@media screen and (max-width:680px) {
    .modal-panel.-productDetail > .product-detail {
        grid-row: 5 / 6;
        grid-column: 1 / 3;
    }
}

.modal-panel.-productDetail > .productGroup-items {
    grid-row: 2 / 6;
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    height: fit-content;
}
@media screen and (max-width:680px) {
    .modal-panel.-productDetail > .productGroup-items {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
}
@media screen and (max-width:400px) {
    .modal-panel.-productDetail > .productGroup-items {
        gap: 8px;
    }
}

.productGroup-items > .productGroup-item {
    width: 100%;
}
@media screen and (max-width:680px) {
    .productGroup-items > .productGroup-item {
        width: calc(100% / 4 - (16px * 3 / 4));
    }
}
@media screen and (max-width:400px) {
    .productGroup-items > .productGroup-item {
        width: calc(100% / 4 - (8px * 3 / 4));
    }
}

.productGroup-items > .productGroup-item > .productGroupItemImage {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.productGroup-items > .productGroup-item > .productNumber {
    text-align: center;
    font-size: 18px;
}

.product-detail > .catalogLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
    width: fit-content;
    padding: 4px 16px;
    font-size: 18px;
    border: 1px solid var(--accent-color);
    border-radius: 100vh;
}

.product-detail > .catalogLink > .icon {
    margin-right: 6px;
    width: 4px;
    height: 4px;
}

.product-detail > .catalogLink > .text {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: var(--accent-color);
}

.product-detail > .note-list {
    margin: 16px 0;
}

.product-detail > .note-list > .note {
    padding-left:1em;
	text-indent:-1em;
}

.product-specs .name {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    color: #000;
}

.product-specs .spec-item th {
    width: auto;
}

.product-specs .spec-item th,
.product-specs .spec-item td {
    font-size: 16px;
    padding: 16px 5px 2.5px 5px;
}

.product-specs .spec-item:first-child th,
.product-specs .spec-item:first-child td {
    padding-top: 0;
}

.product-specs .spec-item {
    border-bottom: 1px solid lightgray;
}

.paginationChapter {
    text-align: center;
    margin-bottom: 16px;
}

.pagination-items {
    display: flex;
    column-gap: 4px;
    margin-bottom: 16px;
}

.pagination-items > .pageItem > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 32px;
}
@media screen and (max-width:768px) {
    .pagination-items > .pageItem > a {
        width: 30px;
        height: 26px;
    }
}
@media screen and (max-width:400px) {
    .pagination-items > .pageItem > a {
        width: 28px;
        height: 24px;
    }
}

.pagination-items > .pageItem {
    border: 1px solid #E7E7E7;
}

.pagination-items > .pageItem.-current {
    background-color: #E7E7E7;
}

.pagination-items > .pageItem.-first,
.pagination-items > .pageItem.-prev,
.pagination-items > .pageItem.-next,
.pagination-items > .pageItem.-last {
    border: none;
    background-color: #595959;
    color: #fff;
}

.pagination-items > .pageItem.-first {
    margin-left: auto;
}

@media screen and (max-width:768px) {
    .pagination-items > .pageItem.-last {
        margin-right: auto;
    }
}


/*
|--------------------------------------------------------------------------
| .section-container.-promotion
|--------------------------------------------------------------------------
*/

.section-container.-promotion {
    width: 100%;
}

.section-container.-promotion > .promotion-banner {
    background-image: url(../img/promotion/promotion_bg.png);
    background-size: cover;
    background-position: 25% 0%;
}

.promotion-banner > .banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 32px;
    width: 100%;
    height: 100%;
    padding: 32px;
    background-color: rgb(149, 148, 228, 0.84);
}
@media screen and (max-width:768px) {
    .promotion-banner > .banner-inner {
        row-gap: 24px;
        padding: 24px;
    }
}
@media screen and (max-width:520px) {
    .promotion-banner > .banner-inner {
        row-gap: 16px;
        padding: 16px;   
    }
}

.promotion-banner > .banner-inner > .comingSoon {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.promotion-banner > .banner-inner > .explain-text {
    font-size: 24px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:768px) {
    .promotion-banner > .banner-inner > .explain-text {
        font-size: 20px;
    }
}
@media screen and (max-width:520px) {
    .promotion-banner > .banner-inner > .explain-text {
        font-size: 18px;
    }
}
@media screen and (max-width:400px) {
    .promotion-banner > .banner-inner > .explain-text {
        font-size: 16px;
    }
}

.promotion-banner > .banner-inner > .explain-text:first-of-type {
    position: relative;
    margin-top: 24px;
}
@media screen and (max-width:520px) {
    .promotion-banner > .banner-inner > .explain-text:first-of-type {
        position: relative;
        margin-top: 24px;
    }
}

@media screen and (max-width:520px) {
    .promotion-banner > .banner-inner > .explain-text:last-of-type {
        margin-bottom: 0;
    }
}

.explain-text > .brand {
    font-style: italic;
    margin-right: 2px;
}

.section-container.-promotion > .promotion-banner .btn-request {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
    padding: 0 100px;
    height: 76px;
    text-decoration: none;
    background-color: #fff;
}
@media screen and (max-width:768px) {
    .section-container.-promotion > .promotion-banner .btn-request {
        padding: 0 50px;
        height: 50px;
    }
}
@media screen and (max-width:400px) {
    .section-container.-promotion > .promotion-banner .btn-request {
        padding: 0 25px;
        height: 50px;
    }
}

.btn-request > img {
    margin-right: 50px;
    height: 50px;
    width: auto;
}
@media screen and (max-width:768px) {
    .btn-request > img {
        margin-right: 25px;
        height: 35px;
        width: auto;
    }
}

.btn-request > p {
    font-size: 28px;
    font-weight: bold;
    color: var(--accent-color);
}
@media screen and (max-width:768px) {
    .btn-request > p {
        font-size: 20px;
    }
}
@media screen and (max-width:400px) {
    .btn-request > p {
        font-size: 18px;
    }
}

.promotion-banner > .banner-inner > .promotionSample {
    max-width: 280px;
}
@media screen and (max-width:400px) {
    .promotion-banner > .banner-inner > .promotionSample {
        max-width: 240px;
    }
}

.section-container.-catalog {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 400px;
    background-image: url(../img/catalog/catalog-banner.png);
    background-size: cover;
}
@media screen and (max-width:620px) {
    .section-container.-catalog {
        flex-direction: column;
        height: 240px;
    }
}
@media screen and (max-width:400px) {
    .section-container.-catalog {
        flex-direction: column;
        height: 200px;
    }
}

.section-container.-catalog > .btn-catalogLink {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 420px;
    font-size: 24px;
    background-color: #000;
    color: #fff;
}
@media screen and (max-width:980px) {
    .section-container.-catalog > .btn-catalogLink {
        height: 70px;
        width: 300px;
        font-size: 20px;
    }
}
@media screen and (max-width:768px) {
    .section-container.-catalog > .btn-catalogLink {
        height: 60px;
        width: 280px;
        font-size: 18px;
    }
}
@media screen and (max-width:400px) {
    .section-container.-catalog > .btn-catalogLink {
        height: 50px;
        width: 240px;
        font-size: 16px;
    }
}
