div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
body{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.schoolPage{
    width: 100%;
}
.schoolPage img{
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.school_main{
    width: 100%;
    background: linear-gradient(0deg, #EAE7FF 0%,#EBF6FF 20%,#EDE5FA 53%, #F6F0F8 86%, #FFF6E9 100%);
    padding-bottom: 50px;
}
.rows {
    display: flex;
    flex-wrap: wrap;
}
.center-between {
    justify-content: space-between;
    align-items: center;
}
.centers {
    justify-content: center;
    align-items: center;
}
.countdown {
    padding: 50px 0;
    background: transparent;
}
.countdown-box{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.countdown-title,.school_section h2{
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    color: #282828;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
}
.countdown-time-item {
    margin: 0 15px;
    text-align: center;
}
.countdown-time-item{
    border-radius: 20px;
    padding:10px 25px;
}
.countdown-time-day{
    background: #FFA11B;
}
.countdown-time-hour{
    background: #3FD53B;
}
.countdown-time-min{
    background: #2F78FF;
}
.countdown-time-sec{
    background: rgba(55,65,81,0.9);
}
.time-item{
    margin-bottom: 5px;
}
.time-item span{
    font-family:Poppins;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.countdown-time-text{
    font-family:Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.school_section{
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 0;
}
.gift_title{
    font-family: Poppins;
    font-weight: 400;
    font-size: 22px;
    color: #282828;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
}
.school_product{
    width: 100%;
}
.product_tabHead{
    width: 75%;
    margin: 0 auto;
    background: rgba(255,255,255,.76);
    border-radius: 35px;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
}
.product_tabBody{
    margin:50px 0;
}
.product_tabBox{
    display: none;
}
.product_tabBox:first-child{
    display: block;
}
.tabHead_item{
    background: transparent;
    border-radius: 25px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    color: #282828;
    line-height: 36px;
    padding: 5px 35px;
    cursor: pointer;
}
.tabHead_item:hover,.tabHead_item_active{
    background: #FE9F2A;
    color: #FFFFFF;
}
.product_tabBox.products-grid .product-item{
    width: calc(100% / 4);
}
.product_tabBox.products-grid .product-item .product-image-photo.default_image{
    object-fit: contain;
}
.school_content{
    width: 100%;
    position: relative;
}
.school_content_info{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
}
.content_info_title p{
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
}
.content_info_text{
    margin: 50px 0;
}
.text_off{
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
    color: #FFA82B;
    line-height:60px;
}
.text_more{
    font-family: Poppins;
    font-weight:400;
    font-size: 36px;
    color: #FFFFFF;
    line-height:52px;
}
.select_btn{
    width: 25%;
    background: #FE9F2A;
    border-radius: 20px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px;
    color: #0F0F0F;
    line-height: 36px;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 auto;
}
.select_btn:hover,button.form_btn:hover{
    background: #FFAB44;
}
.school_head{
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 30px;
}
.school_head_img{
    width: 50px;
    height: 50px;
}
.school_head_title{
    margin-left: 20px;
}
.school_head_title p:first-child{
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    color: #282828;
    line-height: 52px;
}
.school_head_title p:last-child{
    font-family: Poppins;
    font-weight:600;
    font-size: 36px;
    color: #FE9D12;
    line-height: 52px;
    text-align: center;
}
.school_giveaway{
    width: 100%;
    position: relative;
}
.giveaway_box{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.giveaway_box_content{
    padding: 0 30px;
}
.giveaway_box_content ul{
    width: 100%;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 25px;
}
.giveaway_box_content li{
    width: calc(100% / 4 - 4%);
    text-align: center;
}
.giveaway_img{
    width: 100%;
}
.giveaway_title{
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    color: #FC9208;
    line-height: 30px;
    margin: 20px 0;
}
.giveaway_text{
    font-family: Poppins;
    font-weight:400;
    font-size:15px;
    color: #282828;
    line-height: 22px;
}
.giveaway_time{
    padding: 20px 0;
    text-align: center;
}
.giveaway_time_title{
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    color: #282828;
    line-height: 30px;
}
.giveaway_time_node{
    margin-top: 30px;
    position: relative;
}
.node_warp{
    justify-content: space-evenly;
    align-items: baseline;
    position: relative;
    z-index: 1;
}
.time_node{
    width:auto;
}
.node_date{
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #FC9208;
    line-height: 24px;
}
.node_circle{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #FFC677;
    background: #BFBFBF;
    margin: 10px auto;
}
.node_active .node_circle{ 
    background: #FF751B;
}
.node_text{
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
}
.line{
    width: 100%;
    height: 2px;
    background: #FFC677;
    position: absolute;
    top: 45px;
}
.giveaway_notice{
    border-top: 1px solid #FFFFFF;
    padding-top: 25px;
}
.notice_img{
    width: 30px;
    margin-right: 8px;
}
.notice_title{
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    color: #282828;
    line-height: 36px;
}
.notice_text{
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    color: #282828;
    line-height: 36px;
}
.notice_text a{
    color: #FE9D12;
}
.giveaway_foot{
    width: 100%;
    position: absolute;
    bottom:5%;
    font-family: Poppins;
    font-weight: normal;
    font-size: 22px;
    color: #2E2E2E;
    line-height: 30px;
    text-align: center;
    font-style: italic;
}
.school_why_list{
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.school_why_item{
    width:calc(100% / 4 - 5%);
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px 0;
    text-align: center;
}
.why_img{
    width: 60px;
    margin: 0 auto 10px;
}
.school_why_item p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #282828;
    line-height: 30px;
}
.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    display: none;
}
.school_form{
    width: 50%;
    max-width: 600px;
    padding: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    background: #ffffff;
    text-align: center;
    color: #000;
    box-shadow: 0px 2px 8px 0px rgba(152,152,152,0.4);
    border-radius: 8px;
}
.close{
    width: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.school_form form{
    margin-top: 25px;
    text-align: left;
}
.form_group{
    margin-bottom: 20px;
}
.form_group label{ 
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    line-height:32px;
    margin-top: 12px;
}
.form_group label>span{ 
    color: #FF0000;
}
.form_group textarea::-webkit-input-placeholder{
    padding: 5px;
}
button.form_btn{
    outline: none;
    background: #FA9C29;
    border-radius: 10px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #0F0F0F;
    line-height: 30px;
    padding: 0 20px;
    border-color: #FA9C29;
}
.product-image-container{
    height: 100%;
}
.product-image-wrapper{
    padding-bottom: 0 !important;
    height: 100%;
}
.product-image-photo{
    object-fit: contain;
    width: 100%;
    max-height: 100%;
}
.product_tabBox .product-item .action.towishlist{
    width: 35px;
    height: 35px;
    line-height: 35px;
}
@media (min-width:980px) and (max-width: 1300px){
    .content_info_text{
        margin: 15px 0;
    }
    .select_btn{
        width: 50%;
    }
    .giveaway_foot{
        bottom: 2%;
    }
}
@media (min-width:768px) and (max-width: 979px){
    .content_info_title p,.text_off{
        font-size: 25px;
        line-height: 30px;
    }
    .content_info_text{
        margin: 12px 0;
    }
    .text_more,.notice_title{
        font-size: 20px;
        line-height: 26px;
    }
    .select_btn{
        width: 75%;
    }
    .giveaway_title,.giveaway_time_title{
        font-size: 14px;
        line-height: 20px;
    }
    .giveaway_title{
        margin:5px 0;
    }
    .time_node{
        width: calc(100% / 6);
    }
    .node_date,.node_text,.giveaway_text,
    .notice_text,.school_why_item p{
        font-size: 12px;
        line-height: 18px;
    }
    .line{
        top: 39px;
    }
    .giveaway_box_content ul{
        padding-bottom: 8px;
        align-items: baseline;
    }
    .giveaway_time{
        padding: 8px 0;
    }
    .giveaway_notice{
        padding-top: 8px;
    }
    .giveaway_time_node{
        margin-top: 8px;
    }
    .giveaway_foot{
        bottom: 8px;
        font-size: 12px;
        line-height: 18px;
    }
    .school_why_item{
        width: calc(100% / 4 - 10px);
    }
}
@media (max-width: 767px){
    .time-item span,.tabHead_item{
        font-size: 14px;
        line-height: 20px;
    }
    .countdown-time-text,.giveaway_foot{
        font-size: 12px;
        line-height: 18px;
    }
    .countdown-time-item{
        padding: 10px 15px;
    }
    .countdown-time-item{
        margin:0 5px
    }
    .product_tabHead{
        width: 98%;
    }
    .tabHead_item{
        padding: 5px 20px;
    }
    .product_tabBox.products-grid .product-item{
        width: calc(100% / 2);
    }
    .school_content_info,.giveaway_box,.giveaway_foot{
        position: static;
        transform: none;
    }
    .content_info_title p,.text_off,
    .countdown-title, .school_section h2{
        font-size: 25px;
        line-height: 30px;
    }
    .text_more{
        font-size: 20px;
        line-height: 26px;
    }
    .select_btn{
        width: 90%;
        font-size: 15px;
        line-height: 30px;
    }
    img.giveaway_bg,.school_head_img{
        display: none;
    }
    .school_head_title p:first-child{
        font-size: 18px;
        line-height: 34px;
    }
    .school_head_title p:last-child,.gift_title{
        font-size: 16px;
        line-height: 32px;
    }
    .giveaway_box_content li{
        width:70%;
        margin-bottom: 25px;
    }
    .giveaway_box_content{
        padding: 0;
    }
    .time_node{
        width: calc(100% / 6);
    }
    .node_date,.node_text,.giveaway_text,
    .notice_text,.school_why_item p{
        font-size: 10px;
        line-height: 18px;
    }
    .line{
        top: 39px;
    }
    .school_why_item{
        width: calc(100% / 2 - 20px);
        margin-bottom: 20px;
    }
    .giveaway_foot{
        margin-top: 25px;
    }
    .notice_info{
        flex: 1;
    }
}