* {
    margin: 0;
    padding: 0
}

body {
    min-width: 1200px
}

a {
    text-decoration: none;
    transition: .3s
}

a:hover {
    opacity: .85
}

#main * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#main {
    font-size: 16px;
    font-family: Inter,"Noto Sans SC",system-ui,-apple-system,sans-serif;
    position: relative;
    width: 100%;
    background: url(../img/banner.webp) top center no-repeat #b80e0f;
    padding-top: 479px
}

#main input,#main select,#main textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

#main em,#main i {
    font-style: normal
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset!important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0
}

table td {
    word-break: break-all;
    word-wrap: break-word
}

.dis-f {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.dis-b {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dis-c {
    display: flex;
    align-items: center;
    justify-content: center
}

.dis-e {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#main .w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

#main section {
    width: 100%
}

#main .hero-section {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

#main .hero-section>div {
    height: 430px;
    background-color: #b90e0f
}

#main .hero-section .video-card {
    width: 750px;
    box-shadow: 0 5px 30px 0 rgba(136,2,0,.5);
    border-radius: 20px;
    border: 2px solid #ffc658;
    position: relative;
    overflow: hidden
}

#main .hero-section .video-card video {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

#main .hero-section .video-card .pause-btn,#main .hero-section .video-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 10;
    transition: opacity .3s;
    background: url(../img/play.webp) 0 0/100% no-repeat;
    width: 60px;
    height: 60px
}

#main .hero-section .video-card .pause-btn:hover,#main .hero-section .video-card .play-btn:hover {
    opacity: .8
}

#main .hero-section .video-card .fullscreen-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
    transition: opacity .3s;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center
}

#main .hero-section .video-card .fullscreen-btn:hover {
    background: rgba(0,0,0,.7)
}

#main .hero-section .video-card.playing .fullscreen-btn {
    display: flex
}

#main .hero-section .video-card.paused .fullscreen-btn {
    display: none
}

#main .hero-section .video-card video::-webkit-media-controls {
    display: none!important
}

#main .hero-section .video-card.playing .play-btn {
    display: none
}

#main .hero-section .video-card.paused .play-btn,#main .hero-section .video-card.playing .pause-btn {
    display: block
}

#main .hero-section .video-card.paused .pause-btn {
    display: none
}

#main .hero-section .letter-card {
    background: url(../img/letter.webp) 0 0/100% no-repeat;
    box-shadow: 0 5px 30px 0 rgba(136,2,0,.5);
    border-radius: 20px;
    padding: 128px 28px 0;
    position: relative
}

#main .hero-section .letter-card h3 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 25px
}

#main .hero-section .letter-card p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff
}

#main .lebtn {
    background-image: linear-gradient(90deg,#e79f3d 0,#ffc878 100%);
    border-radius: 20px;
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #b90e0f;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    font-weight: 700
}

#main .lebtn:hover {
    transform: translateY(-2px)
}

#main .hero-section .letter-card a {
    width: 160px;
    height: 40px;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 30px
}

#main .welfare-section {
    width: 100%;
    background: url(../img/welfare-badge.jpg) center top no-repeat;
    height: 525px;
    margin-top: 110px
}

#main .welfare-section .w1200 {
    height: 100%
}

#main .welfare-section .lebtn {
    position: absolute;
    bottom: 67px;
    right: 36px;
    width: 295px;
    height: 50px;
    cursor: pointer;
    border-radius: 50px;
    line-height: 50px;
}

#main .scholarship-section {
    width: 100%;
    background: url(../img/scholarship.webp) center top no-repeat;
    height: 867px;
    margin-top: 90px;
    padding-top: 235px
}

#main .scholarship-section .w1200 {
    padding: 0 40px
}

#main .scholarship-section .scholarship-tabs {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
    margin-bottom: 20px
}

#main .scholarship-section .tab-btn {
    height: 52px;
    background-color: #5a0100;
    border-radius: 6px;
    font-size: 24px;
    line-height: 52px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .3s
}

#main .scholarship-section .tab-btn:hover {
    background-color: #7a0101
}

#main .scholarship-section .tab-btn.active {
    background-color: #ffc06a;
    color: #b90e0f
}

#main .scholarship-section .tab-btn.active:hover {
    background-color: #ffd08a
}

#main .scholarship-section thead {
    height: 42px;
    background-color: #ffc06a;
    padding-right: 8px
}

#main .scholarship-section th {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    color: #5a0100
}

#main .scholarship-section td {
    font-size: 14px;
    line-height: 22px;
    color: #5a0100;
    padding: 5px;
    border: 1px solid #ffe8c7;
    transition: background-color .3s
}

#main .scholarship-section .scholarship-table {
    height: 400px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffc06a;
}

#main .scholarship-section .scholarship-table thead {
    display: table;
    width: calc(100% - 8px);
    table-layout: fixed;
    background-color: #ffc06a
}

#main .scholarship-section .scholarship-table tbody {
    display: block;
    height: 358px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
}

#main .scholarship-section .scholarship-table tbody tr,#main .scholarship-section .scholarship-table thead th {
    width: 100%;
    table-layout: fixed
}

#main .scholarship-section .scholarship-table tbody::-webkit-scrollbar {
    width: 8px
}

#main .scholarship-section .scholarship-table tbody::-webkit-scrollbar-track {
    background: #ffe8c7;
    border-radius: 4px
}

#main .scholarship-section .scholarship-table tbody::-webkit-scrollbar-thumb {
    background: #b90e0f;
    border-radius: 4px
}

#main .scholarship-section .scholarship-table tbody::-webkit-scrollbar-thumb:hover {
    background: #960a0c
}

#main .scholarship-section .lebtn {
    width: 310px;
    margin: 40px auto 0
}

#main .offer-section {
    width: 100%;
    background: url(../img/offer.webp) center top no-repeat;
    height: 839px;
    margin-top: 90px;
    padding-top: 235px
}

#main .offer-section .w1200 {
    padding: 0 40px
}

#main .offer-section .offer-grid {
    background-color: #fce2bd;
    border-radius: 6px;
    padding: 30px 30px 113px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    position: relative
}

#main .offer-section .offer-grid>div {
    height: 140px;
    background-color: #fffef5;
    box-shadow: inset 3px -3px 7px 0 rgba(190,162,126,.5);
    border-radius: 6px;
    position: relative;
    padding: 20px 0 0 24px;
    overflow: hidden;
    transition: .3s
}

#main .offer-section .offer-grid>div:nth-child(3),#main .offer-section .offer-grid>div:nth-child(4) {
    height: 160px
}

#main .offer-section .offer-tag {
    width: 101px;
    height: 30px;
    background-color: #e53b24;
    border-radius: 14px;
    font-size: 18px;
    line-height: 30px;
    color: #fff9f1;
    display: block;
    text-align: center;
    margin-bottom: 16px
}

#main .offer-section .offer-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #e53b24
}

#main .offer-section .offer-desc {
    font-size: 18px;
    line-height: 24px;
    color: #2b2b2b;
    margin-top: 10px
}

#main .offer-section .offer-image {
    position: absolute;
    right: 0;
    top: 0
}

#main .offer-section .offer-image1 {
    width: 269px;
    top: 8px;
    right: -53px
}

#main .offer-section .offer-image2 {
    width: 261px;
    right: -41px
}

#main .offer-section .offer-image3 {
    right: -20px;
    width: 253px
}

#main .offer-section .offer-image4 {
    width: 298px;
    top: 9px
}

#main .offer-section .offer-grid .remark,#main .score-section .score-grid .remark {
    width: 100%;
    position: absolute;
    bottom: 20px;
    height: auto;
    background: 0 0;
    box-shadow: none;
    display: flex
}

#main .offer-section .remark p,#main .score-section .remark p {
    font-size: 23px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0;
    color: #e53c24;
    width: auto;
    height: 60px;
    background: url(../img/remark.webp) 0 0/100% 100% no-repeat;
    text-align: center;
    padding: 0 30px 15px;
    box-sizing: border-box;
    margin-right: 13px
}

#main .offer-section .remark p.n {
    background: 0 0;
    padding: 0 20px
}

#main .offer-section .offer-grid>img,#main .score-section .score-grid>img {
    width: 110px;
    position: absolute;
    bottom: -19px;
    right: 10px
}

#main .offer-section .lebtn,#main .score-section .lebtn {
    width: 310px;
    margin: 40px auto 0
}

#main .score-section {
    width: 100%;
    background: url(../img/score.webp) center top no-repeat;
    height: 1053px;
    margin-top: 90px;
    padding-top: 235px
}

#main .score-section .w1200 {
    padding: 0 40px
}

#main .score-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background-color: #fce2bd;
    border-radius: 6px;
    gap: 30px;
    padding: 30px 30px 118px;
    position: relative
}

#main .score-section .score-grid>img {
    right: 152px
}

#main .score-section .score-grid>div {
    height: 520px;
    background-image: linear-gradient(0deg,#fff7e7 0,#fff 100%);
    border-radius: 6px;
    padding: 0 20px
}

#main .score-section .score-card {
    padding-top: 22px;
    border-bottom: 1px solid #ffdaa5;
    padding-bottom: 22px;
    position: relative;
    transition: .3s
}

#main .score-section .score-card:nth-child(3) {
    border: none
}

#main .score-section .score-title {
    height: 29px;
    background-color: #e53b24;
    border-radius: 14px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    color: #fff9f1;
    margin-bottom: 15px
}

#main .score-section .score-list>li {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #2b2b2b;
    display: flex;
    align-items: center
}

#main .score-section .score-list>li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #b90e0f;
    border-radius: 6px;
    margin-right: 10px
}

#main .score-section .score-card>img {
    position: absolute;
    right: 0;
    top: 20px
}

#main .plan-section {
    width: 100%;
    background: url(../img/plan.webp) center top no-repeat;
    height: 544px;
    margin-top: 90px
}

#main .plan-section .w1200 {
    display: block;
    height: 100%
}
