@charset "utf-8";

/* CSS Document */

:root {
    --main-color: #2B2B2B;
    --main-black: #1E1E1E;
    --light-red-01:#FF7D7D;
    --light-red-02:#FF9999;
    --red:#C02522;
    --green:#8CC63F;
}

.black-bg,
.title-bg {
    --main-color: #FFF102;
}


body {
    background: #1E1E1E;
    margin: 0;
    padding: 0;
    font-family:'Noto Serif TC', serif;
    color: #212529;
    text-decoration: none;
    letter-spacing: 2px;
}


a {
    color:var(--light-red-01);
}



/* menuBar */
.menu-bar a{
    text-decoration:none;
}

.menu-bar {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color:var(--main-black);
    z-index: 999;
    top: 0;
}

.menu-container{
    max-width: 1440px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 24px;
}

.logo img{
    width: 160px;
    height: 37px;
    margin-top: 3px;
}

.nav-bar{
    display: flex;
    justify-content: end;
    align-items: center;
}

.nav{
    font-size:16px;
    font-weight: 700;
    margin: 0 0 0 30px;
    color: #ffffff;
    transition: 0.2s;
    cursor: pointer;
}

.nav:hover{
    color:#FFF102;

}





/* menu-m */

.menu-m-button{
    width: 40px;
    height: 40px;
    padding: 12px 0;
    box-sizing: border-box;
    display: none;
}

.menu-m-icon{
    width:100%;
    height:3px;
    border-radius: 2px;
    margin-bottom:8px;
    background-color:#ffffff;
}


.menu-m{
    width: 100%;
    height: 100%;
    background:rgba(30, 30, 30, 0.97);
    position: fixed;
    z-index: 9999;
    display: none;
}

.menu-m a{
    color: #fff;
    text-decoration:none;
}

.close{
    position: absolute;
    top: 8px;
    right: 16px;    
}

.close .deg-45{
    transform: rotate(45deg);
    margin-top: 10px;   
}

.close .deg-315{
    transform: rotate(315deg);
    margin-top: -10px;   
}


.menu-list {
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    margin-top:60px;
    color: #ffffff;
}

.menu-list a{
    color: #fffff;
}

.menu-item{
    text-align: center;
    font-size:22px;
    padding:16px;
    font-weight: 500;
    border-bottom: 1px solid #FFEC04;
}

.menu-item-s{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size:22px;
    padding:16px 7%;
    font-weight: 400;
}

.menu-item-s a {
    margin:0 5% 10%;
}

.menu-item-s.session a {
    margin: 0;
    flex: 0 0 50%;
    text-align: center;
    padding: 0 0 10%;
}


/* kv */

.bg-black{
    width: 100%;
    background: #1e1e1e;
}

.bg-white{
    width: 100%;
    background: #fff;
}

.kv-pc{
    padding-top: 60px;
    /* max-width: 1920px; */
    margin: 0 auto;
}

.kv-pc{
    display: block;
}

.kv-m {
    display:none;
}

/* content */
.section{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.content-box{
    padding: 48px 5%;
    max-width: 1140px;
    margin: 0 auto;
}

.heading{
    color:var(--main-color);
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
    font-size:56px ;
    letter-spacing: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading img{
    width: 50px;
}


.space-right{
    margin-right:16px ;
}

.text-shadow{
    text-shadow: 0px 60px 10px rgba(31, 65, 117, 0.10);
}

.white-bg{
    background:url(../images/white-bg.jpg);
    background-size:100%;
    background-position:top center;
    background-repeat:repeat-y;
}

.font-ko{
    font-family:  'Noto Serif KR', serif;
}

/* SPECIAL EDITION */
.title-bg{
    height:500px;
    background:url(../images/title-bg.jpg);
    background-size:cover;
    background-position:top center;
    background-repeat:repeat-y;
    color: #ffffff;
}

.title-bg-s{
    height: 400px;
    padding-top: 16px;
}


.promotion-text-area{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: 0 auto 24px;
    font-size: 24px;
    font-weight: 500;
}

.special-edition-text-area{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
}

.promotion-text{
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 24px;
}

.special-edition-book-title-tw{
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 8px;
}

.special-edition-price{
    font-size:40px;
    font-weight: 700;
}

.book-align{
    display: flex;
    justify-content: center;
}

.book-align .special-edition-book-area .special-edition-book-img{
    display: flex;
    justify-content: center;
    gap: 5%;
    width:35%;
}

.one-book{
    width: 70%;
}

.special-edition-book-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    text-align: center;
}

.special-edition-book-img img{
    height: 300px;
}

.book-align-02{
    margin: 24px 8px 0;
    max-width:260px ;
}

.book-align-02 img{
    height: 300px;
}

.special-edition-book-text{
    padding-top: 16px;
    color: var(--main-black);
}

.special-edition-book-text-tw{
    font-size:24px;
    font-weight: 700;
    
}

.special-edition-book-text-en{
    font-size:18px;
    margin: 8px 0;
    letter-spacing: 1px;
}

.special-edition-gift-area{
    margin-top: 142px;
}

.book-container,
.gift-container{
    display: flex;
    margin: 0 auto;
    padding: 0 6%;
    gap: 8%;
    justify-content:center;
    
}


.award-container{
    display: flex;
    margin: 0 auto;
    justify-content:center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    gap:1.7%;
}


.item-module{
    width:47%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    text-align:center;
    gap: 6px;
}

.col-s{
    width:32.2%;
}

.col-lg{
    width: 100%;
    flex-direction: column;
}



.gift-module{
    width:45%;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    /* margin-bottom: 24px; */
    text-align: left;
}

.book-pic,
.gift-pic{
    width: 100%;
    /* max-height: 250px; */
    text-align: center;
    margin:40px 0 16px;
}

.book-pic{
    margin: 24px 0 16px;
}


.award-pic{
    width: 100%;
    text-align: center;
    margin:16px 0;
}


.gift-module-l{
    width:100%;
    text-align: center;
    margin: 8px 0 40px;
}

.gift-module-l .gift-pic{
    display: flex;
    height: auto;
    margin: 32px 0 16px;
    min-height: unset;
}

.gift-module-l .gift-pic img{
    width: 100%;
    height: auto;
}

.gift-module-l .gift-text{
    height: auto;
}

.pic-straight{
    max-height: 280px;
}

.book-pic img{
    max-height: 280px;
}

.gift-pic img{
    /* max-width: 90%; */
    max-height: 260px;
}

.award-pic img{
    max-width: 670px;
    max-height: 280px;
}

.large-pic img{
    max-height: 260px;
}

.pic-straight img{
    max-width: 100%;
    max-height:280px;
}

.award-pic-m img{
    max-width: 100%;
    max-height: 250px;
}


.main-color-title{
    padding: 0 0 8px 0;
    font-size: 22px;
    color: var(--main-color);
    letter-spacing: 0;
    border-bottom:1px solid var(--main-color) ;
}

.newbook-price{
    color:var(--light-red-01);
    padding:0 0 8px 0;
}


.newbook-btn{
    padding: 12px;
    font-size:18px;
    background-color: var(--main-color);
    color: #FFF102;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 32px;
}

.newbook-btn:hover{
    background-color:#000000;
}

.newbook-btn img{
    transition: 0.2s;
}

.newbook-btn:hover img{
    transform: translateY(2px);
}

.gift-title-tw{
    padding: 4px 8px 4px 32px;
    background-color: var(--main-color);
    font-size: 22px;
    letter-spacing: 2px;
    color: #ffffff;
}

.gift-title-en{
    margin: 8px 0 0;
    padding-left: 32px;
    letter-spacing: 1px;
    line-height: 24px;
}

.gift-text{
    color: var(--main-color);
    line-height: 32px;
    margin-top: 8px;
    padding: 0px 0px 16px 32px;
    border-bottom: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    font-weight: 600;
    letter-spacing:0.4px;
    height: 100%;
}

.align-center{
    display: flex;
    justify-content: center;
}

.info-btn-box{
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:16px;
    box-sizing: border-box;
    gap:12px;
}

.info-btn-box-l{
    line-height: 56px;
    margin-top: 24px;
    text-align: center;
}

.info-btn-box-s{
    width: 25%;
    padding-bottom:8px;
    min-width: 200px;
}

.info-btn-box-align{
    justify-content: space-between;
    align-items: flex-end;
    margin: 24px 0 8px;
}


.signature-bg{
    background-size:100%;
    background-position:bottom center;
    background-repeat:no-repeat;
    background-color: #f3e105;
}

.signature-bg .special-edition-book-title-tw{
    color: var(--main-black);
    margin-top: 8px;
}     


.signature-bg .special-edition-book-title-tw,
.signature-bg .font-2xl,
.signature-bg .text-light-red
{
    font-weight: 700;
}

.signature-bg .special-edition-text-area{
    max-width: none;
}

.sp-bg-01{
    background-image:url(../images/sp-bg-01.jpg);
    background-position:bottom 60% center;
}

.sp-bg-02{
    background-image:url(../images/sp-bg-02.jpg);
}

.sp-bg-03{
    background-image:url(../images/sp-bg-03.jpg);
}

.sp-bg-04{
    background-image:url(../images/sp-bg-04.jpg);
}

.signature-info{
    display: flex;
    justify-content: center;
    border-top:2px solid var(--main-black) ;
    margin-top: 24px;
    padding-top: 12px;
}

.signature-img{
    max-width: 400px;
    margin-right: 40px;
}

.signature-img img{
    width: 100%;
}

.signature-info-text{
    color: var(--main-black);
    flex:1;
    gap:16px;
}

.btn-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-box .newbook-btn{
    padding: 8px 24px;
}
.align-left{
    text-align: left;
    align-items: self-start;
    margin-left: 64px;
    margin-right: -40px;
}

.extra-gift{
    margin: 40px 6%;
    padding: 32px 48px 32px;
    background: rgba(255, 247, 200, 0.4);
    border-radius: 16px;
}


.extra-gift .gift-container{
    padding: 0;
}

.light-red-btn{
    padding: 8px 24px;
    background-color: var(--light-red-01);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.light-red-btn:hover{
    background-color:#FC6868;
}

.light-red-btn img{
    transition: 0.2s;
}

.light-red-btn:hover img{
    transform: translateY(2px);
}

.black-bg{
    background:url(../images/black-bg.jpg);
    background-size:100%;
    background-position:center;
    background-repeat:repeat-y;
    color: #ffffff;
}

.main-title{
    color: var(--main-color);
    text-align: center;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--main-color);
}

.main-title-tw{
    font-size: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.main-title-en{
    font-size: 24px;
    margin: 16px 0;
}

.paragraph{
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 36px;
    text-align: left;
}

.text-center{
    text-align: center;
}


.freebies-area{
    text-align: center;
    border:1px solid var(--main-color);
    padding:32px 5%;
    margin-bottom: 32px;
}

.mt-0{
    margin-top:0;
}

.mt-8{
    margin-top: 8px;
}

.mt-16{
    margin-top: 16px;
}

.mb-0{
    margin-bottom: 0;
}

.mb-8{
    margin-bottom: 8px;
}

.mb-16{
    margin-bottom: 16px;
}

.mb-32{
    margin-bottom: 32px;
}

.mb-48{
    margin-bottom: 48px;
}

.pt-0{
    padding-top: 0;
}

.line-height-48{
    line-height: 48px;
}

.line{
    border-bottom:1px solid var(--main-color) ;
    margin: 24px 0;
}

.w-100{
    width: 100%;
}

/* sp-event */

.sp-event-info{
    margin: 16px 0;
}

.sp-event-text{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.sp-note{
    color:#ffffff;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.large-img-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
    text-align: center;
}

.large-img-area img{
    max-width:100%;
    max-height: 320px;
}

.img-s img{
    max-width:350px;
}


.my-0{
    margin: 0 0 ;
}

/* title */
.secondary-title{
    padding: 0 0 16px 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    text-align: left;
}


.title-m{
    font-weight: 600;
}

.title-m-tw{
    font-size: 40px;
}

.title-m-en{
    font-size: 24px;
    line-height: 40px;
}

.payback,
.sympathy{
    margin-top: 188px;
}

.blank{
    margin-bottom: 4px;
}

/* font */

.font-3xl{
    font-size: 30px;
    font-weight: 600;
}

.font-2xl{
    font-size: 24px;
    font-weight: 600;
}

.font-xl{
    font-size: 22px;
    line-height:40px;
    font-weight: 600;
    word-wrap:break-word;
}


.font-lg{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.font-md1{
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}


.font-md{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px; 
    line-height: 32px;
}

.black-bg .font-md{
    font-weight: 400;
}


.font-s{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 32px;
    font-weight: 400;
}

.letter-s{
    letter-spacing: 0;
}


.text-left{
    text-align: left;
    font-weight: 500;
}

.award-item{
    background-color: var(--main-color);
    padding:5px 32px;
    display: inline-block;
    font-weight: 700;
    color: var(--main-black);
    letter-spacing: 4px;
    margin-bottom: 8px;
}

.w-700{
    font-weight:700;
}

.text-main-color{
    color:var(--main-color);
}

.text-white{
    color: #fff;
}

.text-red{
    color: var(--red);
}

.text-yellow-bg{
    background-color:#FFEC04;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 8px;
}

.text-underline{
    border-bottom:5px solid #FFF102 ;
    display: inline-block;
    line-height: 40px;
}

.text-light-red{
    color: var(--light-red-01);
    font-weight: 600;
}

.text-light-red-02{
    color: var(--light-red-02);
}

.text-pink{
    color: #CF0251;
}

.text-green{
    color:var(--green);
}

.bolder-line{
    text-decoration: underline;
    font-weight: 700;
}

.space{
    margin: 32px 0;
}

.space-s{
    margin: 8px 0;
}


/* footer */

.footer {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.copyright{
    padding: 8px 0;
    font-size: 14px;
}


@media screen and (max-width: 1920px) {
    .signature-bg{
        background-size: 1920px;
    }
}

@media screen and (max-width: 1600px) {
    .signature-bg{
        background-size: 125%;
    }
}


@media screen and (max-width: 1280px) {
    .content-box{
        padding: 32px 4%;
    }
    
    .heading{
        font-size: 40px;
        margin-bottom: 16px;
    }

    .heading img{
        width: 40px;
    }

    .space{
        margin:24px 0;
    }

    .title-bg {
        height: 450px;
    }

    .title-bg-s {
        height: 400px;
    }

    .special-edition-book-area{
        justify-content: center;
    }

    .special-edition-book-img{
        width:25%;
    }

    .newbook-price{
        padding: 0 0 8px 0;
    }

    .special-edition-book-text-en {
        margin: 8px 0;
    }

    .onsite-sp-bg{
        padding-top:16px;
    }

    .book-container,
    .gift-container{
        padding: 0;
        gap: 3.6%;
    }

    .award-container{
        padding: 0;
        margin-bottom: 16px;

    }

    .extra-gift{
        padding:16px 24px 24px;
        border-radius: 8px;
        margin: 32px 6%;
    }

    .freebies-area .gift-container{
        gap: 4%;
    }

    .regressor,
    .lout{
        margin-top: 130px;
    }


    .item-module,
    .gift-module{
        width: 48.2%;
        /* max-width: 450px; */
        font-size: 14px;
        letter-spacing:0;
    }

    .gift-module-l{
        width: 100%;
        max-width:960px;
    }

    .col-lg{
        width: 100%;
    }

    .main-color-title,
    .gift-title-tw{
        font-size: 19px;
    }

    .gift-title-en{
        padding-left: 16px;
    }

    .gift-text{
        padding: 0px 0px 8px 16px;
        line-height: 28px;
    }

    .award-pic{
        height: 100%;
    }

    .book-pic{
        max-height: 200px;
        margin: 24px 0 8px;
    }

    .book-pic img,
    .gift-pic img{
        max-width: 100%;
        max-height: 200px;
    }

    .info-btn-box{
        padding: 0;
    }

    .align-left{
        margin-left: 120px;
    }

    .signature-img{
        margin-right: 72px;
    }


    .main-title{
        padding-bottom: 16px;
    }

    .main-title-en{
        font-size: 18px;
        margin:8px 0;
    }

    .freebies-area{
        padding: 24px 5% 16px;
        margin-bottom: 16px;
    }

    .paragraph{
        padding: 0;
        gap:0;
    }

    .paragraph{
        line-height: 30px;
    }

    .heading-height{
        height: auto;
        margin-bottom: 0;
    }

    .book-details,
    .special-event{
        max-width: 1000px;
        margin: 0 auto 24px;
    }

    .book-details-area{
        gap: 16px;
    }

    .book-box{
        width: 45%;
        margin: auto;
    }

    .book-box-s{
        width: 30%;
        margin: auto;
    }

    .book-box img{
        max-width: 250px;
    }

    .preview-btn img{
        width: 99px;
    }

    .large-img-area img{
        /* max-width: 90%; */
        max-height: 280px;
    }

    .award-pic img{
        max-height: 220px;
    }

    .pic-straight img{
        max-height: 250px;
    }

    .img-s img{
        max-width: 90%;
        max-height: 220px;
    }

    /* font-size */

    .promotion-text,
    .special-edition-book-title-tw {
        font-size: 32px;
    }

    .special-edition-price{
        font-size: 32px;
    }

    .main-title-tw,
    .title-m-tw {
        font-size: 30px;
    }

    .secondary-title{
        font-size: 26px;
    }

    .font-3xl {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .special-edition-book-text-tw,
    .book-title,
    .preview-btn,
    .author-title,
    .font-2xl {
        font-size: 20px;
    }

    .promotion-text-area,
    .special-edition-text-area, 
    .font-xl,
    .title-m-en {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .sp-event-text,
    .font-lg,
    .author-intro,
    .book-info,
    .font-md1 {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .font-md,
    .special-edition-book-text-en,
    .font-s,
    .footer {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
    }

    .copyright{
        font-size:12px;
        padding: 0;
    }

    .text-shadow{
        text-shadow: 0px 40px 10px rgba(31, 65, 117, 0.10);
    }

    .mb-8{
        margin-bottom: 8px;
    }

    .pt-0{
        padding-top: 0;
    }

    .gift-title-tw{
        padding: 4px 8px 4px 16px;
    }

    .signature-info{
        margin-top: 8px;
    }

    .blank{
        margin-bottom: 8px;
    }

}


@media screen and (max-width: 991px) { 

    .nav-bar{
        display: none;
    }

    .menu-m-button{
        display: block;
    }

    .heading{
        font-size: 36px;
    }

    .space{
        margin:16px 0 0;
    }

    .font-md{
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .font-s{
        font-size: 12px;
    }

    .award-pic{
        margin: 16px 0 0 0;
    }

    .col-s{
        width: 45%;
    }


    .book-pic img,
    .gift-pic img{
        max-width: 100%;
        max-height: 180px;
    }

    .book-details{
        max-width: 520px;
        margin: 0 auto 16px;
    }

    .book-box img{
        max-width: 200px;
    }

    .book-box-s img{
        max-width: 180px;
    }

    .promotion-text,
    .special-edition-book-title-tw{
        font-size: 26.5px;
        letter-spacing: 1px;
    }

    .book-box-s .book-title{
        font-size: 18px;
    }

    .main-color-title,
    .gift-title-tw{
        font-size: 16px;
        /* letter-spacing: 1px; */
        line-height: 26px;
    }

    .freebies-area{
        padding: 24px 4%;
    }
    
    .price-box{
        letter-spacing:0.5px;
    }

    .special-edition-price{
        font-size: 34px;
    }

    .special-edition-book-img img{
        height: 220px;
    }

    .book-align-02 img{
        height: 220px;
    }

    .title-bg{
        height: 400px;
    }

    .title-bg-s{
        height: 350px;
    }

    .newbook-btn{
        padding: 8px;
        font-size: 16px;
    }

    .special-edition-gift-area{
        margin-top: 112px;
    }

    .large-pic img{
        max-height: 200px;
    }

    .pt-0{
        padding-top: 0;
    }

    .signature-bg{
        background-size: 130%;
    }

    .align-left{
        margin-left: 40px;
    }

    .signature-img{
        margin-right: 0;
    }

    .text-yellow-bg{
        letter-spacing: 1px;
    }

    .award-pic img{
        max-width: 90%;
        max-height: 250px;
    }

    .signature-bg .special-edition-book-title-tw{
        margin-top: 0;
        margin-bottom: 0;
    }

    .extra-gift{
        margin: 24px 0;
    }


}


@media screen and (max-width: 767px) { 
    .kv-pc {
        display: none;
    }
    
    .kv-m {
        padding-top: 60px;
        display:block;
    }

    .white-bg{
        background-size:200%;
        background-position:top left;
    }

    .black-bg{
        background-size:200%;
        background-position:top right;
    }

  
    .title-bg{
        height:360px;
        margin-bottom:0;
    }

    .title-bg-s{
        height: 300px;
    }

    .onsite-sp-bg{
        background-size:1190px 496px;
    }

    .special-edition-book-area{
        margin-top: 32px;        
    }

    .special-edition-book-text{
        padding-top:8px;
    }

    /* .special-edition-book-img{
        flex-wrap: wrap;
    } */

    .item-module,
    .gift-module{
        width: 80%;
    }

    .gift-module-l .gift-pic{
        flex-direction: column;
    }

    .gift-module-l{
        max-width: 450px;
        text-align: left;
    }

    .book-pic,
    .gift-pic{
        margin: 16px 0 8px;
    }

    .info-btn-box{
        width: 80%;
        margin: 24px 0;
        gap: 0;
    }

    .align-block{
        display: block;
        text-align: center;
        line-height:24px;
    }

    .award-container,
    .book-container,
    .gift-container,
    .author-intro-area {
        flex-direction: column;
        align-items: center;
    }

    .book-info-area{
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .book-box{
        margin: 0 auto 48px;
        width: 80%;
    }

    .award-pic img{
        max-width: 100%;
        max-height: 220px;
    }

    .main-title-tw span{
        display: block;
    }


    .promotion-text{
        font-size: 30px;
        margin-bottom: 8px;
    }

    /* font-size */

    .special-edition-book-title-tw{
        font-size: 24px;
        line-height: 40px;
    }

    .promotion-text-area,
    .special-edition-text-area{
        font-size: 16px;
    }

    .book-box-s .book-title{
        font-size: 20px;
    }

    .content-box{
        padding:32px 5% 24px;
    }

    .special-edition-gift-area{
        margin-top: 160px;
    }

    .m-space{
        margin-bottom: 8px;
    }

    .book-align{
        flex-wrap: wrap;
        justify-content: center;
    }

    .book-align-02{
        width: 45%;
    }

    .blank{
        display: none;
    }

    .extra-gift{
        margin: 24px 0 0;
    }

    .pt-0{
        padding-top: 0;
    }

    .payback-book-area{
        width: 100% !important;
        flex-wrap: wrap;
    }

    .payback{
    margin-top: 410px;
}

.sp-bg-01{
    background-position: bottom center;
    background-size: 145%;
}

.signature-info-text{
    margin: 8px 0;
    gap: 8px;
    width: 100%;
}

.signature-bg .font-2xl{
    font-size: 16px;
}

.text-block-ipad{
    display: block;
}

.mb-m{
    margin-bottom: 24px;
}

.info-btn-box-l{
    margin-bottom: 16px;
}

.signature-info{
    flex-direction: column;
    align-items: center;
}

.title-bg-s{
    padding-top: 8px;
}

.ml-m{
    margin-left: 10%;
}

.mr-m{
    margin-right: 10%;
}

.mt-8{
    margin-top: 8px;
}

}



@media screen and (max-width: 576px) {

    .heading{
        font-size:30px;
        letter-spacing: 1px;
    }

    .main-title{
        padding-bottom: 8px;
    }

    p {
        margin-block-start: 0.75em;
        margin-block-end: 0.75em;
    }

    .space-right{
        margin-right: 5px;
    }

    .content-box{
        padding:24px 5% 24px;
    }

    .item-module,
    .gift-module,
    .info-btn-box,
    .book-box {
        width: 100%;
    }

    .gift-module-l{
        margin: 8px 0;
    }

    .gift-module-l .gift-pic{
        margin: 16px 0;
    }

    .freebies-area{
        padding: 12px 5%;
        margin-bottom: 16px;
    }

    .space{
        margin: 16px 0 0;
    }

    .book-box img{
        max-width: 200px;
    }

    .price-box{
        letter-spacing: 1px;
    }

    .text-block  {
        display: block;
    }

    .price-box .text-light-red{
        display: inline;
     }

    .info-btn-box{
        gap: 4px;
        margin: 24px 0 16px;
    }

    .info-btn-box-align{
        margin: 24px 0 8px;
    }

    .pre-order-btn-box img{
        margin: 16px auto 16px;
    }

    .book-store{
        margin-bottom: 4px;
    }

    .book-info{
        margin-bottom: 24px;
    }

    .award-pic img{
        max-height: 190px;
    }

    .pc-show{
        display: none !important;
    }

    .m-show{
        display: block !important;
    }

    .book-box{
        margin: 0 auto 32px;
    }

    .line{
        margin: 16px 0;
    }

    /* font-size */
 
    .special-edition-price{
        font-size: 28px;
    }

    .name-tw{
        font-size: 32px;
    }

    .main-title-tw,
    .title-m-tw{
        font-size: 22px;
        letter-spacing: 1px;
    }

    .special-edition-book-title-tw{
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 0;
        letter-spacing: 0;
    }

    
    .promotion-text{
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 16px;
        letter-spacing: 0;
    }

    .text-br{
        display: block;
    }

    .special-edition-book-title-tw span{
        display: block;
    }

    .secondary-title {
        font-size: 20px;
    }

    .font-3xl {
        font-size: 20px;
        letter-spacing: 2px;
      }

      .font-2xl {
        font-size: 18px;
      }

    .main-title-en, 
    .title-m-en {
        margin: 0;
        font-size: 16px;
        line-height: 30px;
    }

    .story-text{
        font-size: 16px;
        letter-spacing: 1px;
      }

    .special-edition-book-text-tw{
        font-size: 18px;
    }

    .special-edition-book-text-en{
        font-size: 13px;
        line-height: 18px;
    }

    .gift-title-en{
        font-size: 13px;
    }

    .font-xl{
        line-height: 32px;
        letter-spacing: 0.5px;
    }

    .font-lg{
        line-height: 28px;
        letter-spacing: 0.2px;
    }

    .font-md1{
        font-size: 14px;
    }

    .font-m-s{
        font-size: 14px;
    }

    .price-box .text-inline{
        display: inline;
    }

    .book-align .special-edition-book-area{
        width: auto;
        margin-top: 16px;
    }

    .special-edition-book-img img{
        max-height: 200px;
    }

    .book-align-02{
        margin: 8px 4px 0;
    }

    .book-align-02 img{
        max-height: 200px;
    }

    .secondary-title span{
        display: block;
    }


    .book-info-area{
        margin-bottom: 0;
    }

    .title-bg-s{
        height: 300px;
    }

    .text-shadow{
        text-shadow: 0px 30px 5px rgba(31, 65, 117, 0.10);
    }

    .special-edition-gift-area{
        margin-top: 136px;
    }

    .item-module{
        margin-bottom: 16px;
    }

    .award-item{
        margin-bottom: 16px;
    }

    .book-pic{
        margin:8px 0;
    }

    .award-pic{
        margin: 0;
    }

    /* .award-pic img{
        max-height: 160px;
    } */

    .large-img-area{
        margin: 8px 0;
    }

    .line-height-48{
        line-height: 30px;
    }

    /* .mt-16{
        margin-top: 8px;
    } */

    .mb-8{
        margin-bottom: 8px;
    }

    .my-0{
        margin: 0 0;
    }

    .signature-info{
        flex-direction: column;
        margin-top: 16px;
    }

    .pt-0{
        padding-top: 0;
    }

    .payback-book-area img{
        max-width: 140px;
        max-height: 195px;
    }

    .payback{
    margin-top: 360px;
    }

    .sympathy{
        margin-top: 180px;
    }

    .text-left-m{
        text-align: left;
    }

    .letter-s-m{
        letter-spacing: 0;
    }

    .btn-box{
        flex-direction: column;
    }

    .signature-info-text{
        margin: 8px 0;
        gap: 8px;
    }

    .info-btn-box-l{
        margin-bottom: 8px;
    }

    .lout{
        margin-top: 120px;
    }

    .regressor{
        margin-top: 160px;
    }

    .ml-m{
        margin-left:3%;
        max-height: 195px;
    }

    .mr-m{
        margin-right: 3%;
        max-height: 195px;
    }
}


@media screen and (max-width: 360px) { 

    .book-title{
        font-size: 18px;
    }

    .award-pic img,
    .pic-straight img,
    .book-pic img,
    .gift-pic img{
        max-height: 170px;
    }

    .book-align-02 img{
        width: 100%;
        height: auto;
        max-height: 170px;
    }

    .payback-book-area img{
        max-width: 120px;
        max-height: 165px;
    }

    .payback{
        margin-top: 300px;
    }

    .ml-m{
        margin-left:3%;
        max-height: 120px;
    }

    .mr-m{
        margin-right: 3%;
        max-height: 165px;
    }

}