html {
    scroll-behavior: auto !important;
}

body {
    background-color: #F1F5F7;
}

body.active {
    overflow: hidden;
}

.show-pad {
    display: none;
}

.ms-1 {
    margin-left: 8px !important;
}

.ms-2 {
    margin-left: 12px !important;
}

.ms-3 {
    margin-left: 16px !important;
}

.ms-4 {
    margin-left: 24px !important;
}

.me-1 {
    margin-right: 8px !important;
}

.me-2 {
    margin-right: 12px !important;
}

.me-3 {
    margin-right: 16px !important;
}

.me-4 {
    margin-right: 24px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 12px !important;
}

.mt-3 {
    margin-top: 24px !important;
}

.mt-4 {
    margin-top: 36px !important;
}

.mt-4-1 {
    margin-top: 44px !important;
}

.mt-5 {
    margin-top: 56px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 12px !important;
}

.mb-3 {
    margin-bottom: 24px !important;
}

.mb-4 {
    margin-bottom: 36px !important;
}

.mb-4-1 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 56px !important;
}

.mb-video-box {
    display: none;
}

.download-box {
    margin-top: 20px;
    text-align: center;
}

.download-box a {
    display: inline-block;
    background-image: url(../images/download.svg);
    background-position: center left 8px;
    background-repeat: no-repeat;
    background-size: 28px auto;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.03em;
    padding: 4px 8px 4px 44px;
    text-decoration: none;
    border-bottom: solid 2px #fff;
}

.album-swiper {
    overflow: hidden;
    position: relative;
}

.album-modal-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.album-modal-mask.active {
    display: flex;
}


.album-modal-body {
    margin: 0 auto;
    width: calc(100% - 48px);
    max-width: 1000px;
}

.album-btn-box {
    display: flex;
    margin-bottom: 24px;
    justify-content: flex-end;
    align-items: center;
}

.album-pg-num {
    display: inline-block;
    margin: 0 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    min-width: 46px;
}

.album-btn-prev,
.album-btn-next {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50%;
    border: solid 1px #fff;
}

.album-btn-prev:hover,
.album-btn-next:hover {
    background-color: #fff;
    color: #000;
}

.album-btn-prev.swiper-button-disabled,
.album-btn-next.swiper-button-disabled {
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}

.album-video-swiper {
    position: relative;
    overflow: hidden;
}

.album-video-content {
    width: 100%;
    aspect-ratio: 1/0.5625;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.album-video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.album-video-content img {
    width: 100%;
    object-fit: cover;
}

.album-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -40px -10px;
}

.album-col {
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.album-img-card {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/0.565;
}

.album-img {
    width: 100%;
    object-fit: cover;
}

.album-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent;
    transition: background-color 0.5s;
}

.album-btn:hover {
    background-color: rgba(0, 0, 0, 0.40);
    background-image: url(../images/album-btn.svg);
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: center center;
}

.album-download {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: center center;
    position: absolute;
    z-index: 5;
    bottom: 12px;
    right: 12px;
}

.album-download:hover {
    background-color: #D82222;
}

.album-box {
    opacity: 0;
    display: none;
}

.album-box.active {
    display: block;
    animation: fadeUp 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.album-section-2 {
    background-color: #F0EEE6;
    background-image: url(../images/album-bg-2.svg);
    background-repeat: no-repeat;
    background-size: 2625px auto;
    background-position: bottom center;
    padding-bottom: 307px;
}

.album-container {
    width: calc(100% - 48px);
    max-width: 1268px;
    margin: 0 auto;
}

.album-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 40px auto;
}

.album-tab li {
    display: inline-block;
    width: 25%;
}

.album-tab li a {
    display: flex;
    width: 100%;
    height: 78px;
    border-bottom: solid 4px transparent;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1B1B1B;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.album-tab li a.active {
    border-bottom: solid 4px #D82222;
}

.watch-1 {
    width: 130px;
    position: absolute;
    z-index: 5;
    bottom: -65px;
    left: -65px;
}

.watch-2 {
    width: 130px;
    position: absolute;
    z-index: 5;
    top: -65px;
    right: -65px;
}

.video-btn {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-size: 88px auto;
    background-position: center center;
    transition: background-color 0.5s;
    border-radius: 24px;
}

.video-btn:hover {
    background-color: rgba(0, 0, 0, 0.40);
}

.album-video-box {
    width: calc(100% - 48px);
    max-width: 994px;
    margin: 0 auto;
    padding: 93px 93px 0 0;
    position: relative;
}

.album-video-card {
    position: relative;
    z-index: 3;
    border-radius: 24px;
    border: solid 2px #fff;
}

.album-video-card.fix {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: calc(100% - 93px);
    transform: rotate(3.5deg);
}

.album-video-card.fix:hover {
    transform: rotate(0deg);
    z-index: 4;
}

.v-bg-box {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / 0.5625;
}

.v-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    transform-origin: center center;
}

.album-video-card:hover .v-bg {
    transform: scale(1.2);
}

.album-section-1 {
    min-height: 80vh;
    background-image: url(../images/album-bg-1.svg), url(../images/album-2.svg);
    background-position: bottom center, bottom 380px left;
    background-repeat: no-repeat;
    background-size: 2560px auto, 165px auto;
    position: relative;
    padding: 40px 0 110px 0;
}

.album-1 {
    width: 482px;
    position: absolute;
    left: 0;
    top: -250px;
    z-index: -1;
}

.album-3 {
    width: 171px;
    position: absolute;
    right: 0;
    top: 270px;
}

.album-banner {
    height: 514px;
    background-image: url(../images/album-bn.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 2560px auto;
    padding-top: 160px;
    position: relative;
    z-index: 3;
}

.album-kv {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 823px;
}

.album-info {
    width: calc(100% - 48px);
    max-width: 1268px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.album-title {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.album-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.card-leaf-1 {
    width: 40px;
    position: absolute;
    top: -20px;
    right: 26px;
}

.card-leaf-2 {
    width: 44px;
    position: absolute;
    bottom: -16px;
    left: 26px;
}

.briefing-card {
    border-radius: 12px;
    background: #FFF;
    width: calc(100% - 48px);
    max-width: 888px;
    padding: 40px 60px;
    text-align: center;
    margin: 24px auto 0 auto;
    position: relative;
}

.briefing-card h5 {
    margin-bottom: 16px;
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.briefing-card p {
    color: #6C6B6B;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.side-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

.side-menu li {
    display: block;
}

.side-menu li a {
    display: block;
    padding: 12px 20px;
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
    border-left: 4px solid #A1A1A1;
}

.side-menu li a:hover {
    color: #6C6B6B;
    border-left: 4px solid #6C6B6B;
}

.side-menu li a.active {
    color: #326E32;
    border-left: 4px solid #326E32;
}

.area {
    position: relative;
}

.area.fix {
    border-top: solid 1px #D2D2D2;
    padding-top: 20px;
}

.marquee-box {
    overflow: hidden;
}

.marquee-wrapper {
    white-space: nowrap;
    animation: moveSlideshow 60s linear infinite;
}

.marquee-wrapper.fix {
    animation: moveSlideshow 120s linear infinite;
}

.marquee-wrapper img {
    width: 40vw;
    margin-right: 1.1vw;
    border-radius: 0.55vw;
    vertical-align: top;
}

.marquee-wrapper img:nth-child(odd) {
    margin-top: 6.52vw;
}

.results-section {
    min-height: 100vh;
    background-color: #f5f5f5;
    background-image: url(../images/results-1.png), url(../images/results-2.png), url(../images/results-3.png), url(../images/results-4.png);
    background-repeat: no-repeat;
    background-size: 384px auto, 489px auto, 824px auto, 432px auto;
    background-position: top left, top right, bottom -200px right, bottom left;
    padding-top: 150px;
    padding-bottom: 240px;
    position: relative;
}

.results-container {
    width: 100%;
    max-width: 1248px;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.area-left {
    width: calc(100% - 240px);
    padding-right: 100px;
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.results-tag {
    color: #D82222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}

.area-left h1 {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.results-info {
    border-left: solid 2px #A1A1A1;
    padding-left: 20px;
    margin-bottom: 60px;
}

.results-name {
    color: #515151;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}

.results-unit {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.results-unit.fix {
    margin-top: 4px;
}

.area-left h3,
.area-left h2 {
    color: #326E32;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

.area-left h5 {
    color: #515151;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.area-left p {
    margin-bottom: 60px;
    text-align: left;
}

.area-left p.fix {
    margin-bottom: 12px;
}

.area-left a {
    color: #D82222;
}

.area-left a:hover {
    color: #B80F0F;
}

.area-left ol,
.area-left ul {
    padding-left: 1.6em;
    margin-bottom: 48px;
    margin-top: 12px;
}

.area-left li {
    margin-bottom: 12px;
}

.area-left ol.lower-alpha {
    list-style-type: lower-alpha;
}

.pic-note {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 60px;
    margin-top: -56px;
}

.area-left img {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 8px;
}

.area-right {
    width: 240px;
    padding: 80px 0;
    position: sticky;
    top: 80px;
}

.review-list {
    border-radius: 16px;
    overflow: hidden;
}

.review-tab {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.review-tab li {
    display: inline-block;
}

.review-tab li a {
    display: block;
    color: #343736;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0 28px 16px 28px;
    border-bottom: 4px solid transparent;
    text-decoration: none;
}

.review-tab li a.active {
    border-bottom: 4px solid #D82222;
}

.review-table {
    display: none;
    opacity: 0;
}

.review-table.active {
    display: block;
    animation: fadeUp 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.review-item {
    border-bottom: 1px solid #F5F5F5;
    background-color: #FFF;
    padding: 24px;
    position: relative;
    display: flex;
    transition: background-color 0.5s, color 0.5s;
}

.item-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-image: url(../images/item-link.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: bottom 24px right 24px;
}

.review-list .review-item:first-child {
    border-radius: 16px 16px 0 0;
}

.review-list .review-item:last-child {
    border-radius: 0 0 16px 16px;
    border-bottom: none;
}

.review-list .review-item:nth-child(8) {
    border-radius: 0 0 16px 16px;
    border-bottom: none;
}

.review-item:hover {
    background-color: #30975D;
}

.review-img {
    width: 200px;
    height: 115px;
    background-size: cover;
    border-radius: 8px;
}

.review-info {
    width: calc(100% - 200px);
    display: flex;
}

.review-award {
    color: #D82222;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    padding-right: 14px;
    padding-left: 14px;
    width: 148px;
}

.review-item:hover .review-award,
.review-item:hover .review-award-title,
.review-item:hover .review-award-unit {
    color: #fff;
}

.review-award-info {
    flex: 1;
}

.review-award-title {
    color: #343736;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    height: 2.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
}
.review-award-title a{
    text-decoration: none;
}
.review-award-unit {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 42px;
}

.review-section {
    min-height: 100vh;
    background-color: #E6F9F3;
    background-image: url(../images/review-3.png), url(../images/review-1.png), url(../images/review-2.png);
    background-repeat: no-repeat;
    background-size: 100% auto, 798px auto, 92px auto;
    background-position: center bottom, top left, top 280px right;
    padding-top: 150px;
    padding-bottom: 64px;
}

.review-container {
    width: 100%;
    max-width: 1248px;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
}

.review-left {
    width: 300px;
    padding-right: 50px;
}

.review-right {
    width: calc(100% - 300px);
}

.section-title {
    color: #326E32;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

.section-text {
    color: #343736;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.info-flex {
    display: flex;
    align-items: center;
}

.info-flex-left {
    width: 40%;
}

.info-flex-left span {
    color: #A1A1A1;
    font-size: 14px;
}

.info-flex-left ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 0;
}

.info-flex-right {
    width: 60%;
}

.info-flex-right ul {
    font-size: 14px;
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: -10px;
}

.info-flex-right ul li {
    margin-bottom: 10px;
}

.info-flex-right ul span {
    color: #A1A1A1;
}

.info-flex-right ul i {
    font-style: normal;
}

.info-flex-title {
    color: #326E32;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}

.time {
    display: flex;
    align-items: center;
    justify-content: center;
}

.time span {
    display: inline-block;
    width: 8px;
    height: 1px;
    background-color: #343736;
    margin: 0 8px;
}

.tables {
    width: 100%;
    overflow: hidden;
    border: 1px solid #326E32;
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0;
}


.tables td {
    padding: 20px;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    border-bottom: solid 1px #F5F5F5;
    border-right: solid 1px #F5F5F5;
}

.tables th {
    padding: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    border-bottom: solid 1px #F5F5F5;
    border-right: solid 1px #F5F5F5;
}

.tables th {
    background-color: #326E32;
}

.tables th:last-child {
    border-right: none;
}

.tables .bg-gray {
    background-color: #F5F5F5;
    border-bottom: solid 1px #fff;
    color: #343736;
}

.big-popup-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.big-popup-mask.active {
    display: block;
}

.big-popup-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-popup-body {
    margin: 0 auto;
    width: calc(100% - 32px);
    max-width: 1200px;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    opacity: 0;
    padding: 48px;
}

.big-popup-mask.active .big-popup-body {
    animation: modal 1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.big-popup-head {
    color: #343736;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 12px;
    margin-bottom: 32px;
}

.big-popup-head::after {
    content: '';
    width: 4px;
    height: 20px;
    background-color: #326E32;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.close-btn-1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(../images/close-1.svg);
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 3;
}

.big-popup-content {
    max-height: 60vh;
    overflow-y: auto;
    padding: 1px 0;
}

.img-box {
    position: relative;
}

.img-note {
    width: 100%;
    padding: 6px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    z-index: 3;
    color: #D2D2D2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.results-btn.fix {
    display: none;
}

.organizer-info {
    display: flex;
    padding-top: 30px;
}

.organizer-info-left {
    width: 50%;
}

.organizer-info-right {
    width: 50%;
    padding-left: 90px;
}

.organizer-info-unit {
    color: #F0E9DA;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.48px;
    margin-bottom: 12px;
}

.organizer-info-text {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.48px;
}

.organizer-info-right {
    width: 50%;
}

.forum-section-7-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}

.forum-section-7-title::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.organizer-text {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.48px;
    margin-bottom: 32px;
}

.forum-section-7 {
    background: linear-gradient(97deg, #2B614F 2.42%, #203C34 83.82%);
    padding: 100px 30px 40px 30px;
    margin-top: -32px;
}

.organizer-box {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.organizer-row {
    display: flex;
    padding-bottom: 70px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.20);
}

.organizer-left,
.organizer-right {
    width: 50%;
}

.forum-section-6 {
    padding: 80px 30px;
    border-radius: 32px;
    position: relative;
    background: url(../images/section-2.png);
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.forum-section-6-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}

.forum-section-6-title::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
}

.forum-section-6-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(114deg, #04604D -0.01%, #7A874F 101.35%);
    opacity: 0.8;
}

.video-box {
    width: 100%;
    max-width: 1016px;
    position: relative;
    aspect-ratio: 16/9;
    margin: 0 auto;
    z-index: 3;
}

.video-box video,
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.results-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    background: var(--green, linear-gradient(90deg, #04604D 1.7%, #7A874F 71.27%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results-title::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #326E32;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.results-text {
    color: #403F3F;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}

.forum-section-5 {
    padding: 80px 0;
}

.results-box {
    display: flex;
}

.results-left {
    width: 40%;
    padding-right: 60px;
}

.results-right {
    width: 60%;
}

.results-right img {
    border-radius: 16px;
}

.forum-section-4 {
    padding: 80px 0;
}

.forum-4-container {
    width: 100%;
    max-width: 1084px;
    padding: 0 30px;
    margin: 0 auto;
}

.forum-section-4-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    background: var(--green, linear-gradient(90deg, #04604D 1.7%, #7A874F 71.27%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.forum-section-4-title::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #326E32;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
}

.forum-section-4-text {
    color: #403F3F;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}

.symposium-box {
    display: flex;
    align-items: stretch;
}

.symposium-left {
    width: 440px;
    padding: 50px;
    border-radius: 16px;
    background: linear-gradient(125deg, rgba(4, 96, 77, 0.90) 7.12%, rgba(122, 135, 79, 0.90) 99.51%);
    backdrop-filter: blur(3.4109771251678467px);
    text-align: left;
    margin-right: 32px;
}

.symposium-right {
    flex: 1;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.50) inset;
    padding: 50px;
}

.symposium-left-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.84px;
    margin-bottom: 40px;
}

.symposium-list {
    list-style-type: none;
    margin: 0;
    margin-bottom: -20px;
    padding: 0;
}

.symposium-list li {
    border-radius: 0 40px 40px 40px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.50) inset;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.6px;
    padding: 20px;
    margin-bottom: 20px;
}

.symposium-type {
    color: #326E32;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.48px;
    margin-bottom: 8px;
}

.symposium-text {
    color: #403F3F;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.symposium-hr {
    border: none;
    margin: 32px 0;
    border-bottom: solid 1px #D2D2D2;
}

.symposium-note {
    padding-top: 16px;
    color: #A1A1A1;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.26px;
}

.forum-section-3 {
    padding: 110px 0 80px;
}

.forum-container {
    width: 100%;
    max-width: 1284px;
    padding: 0 24px;
    margin: 0 auto;
}

.forum-section-3-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #04604D 1.7%, #7A874F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.forum-section-3-title::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #326E32;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.speaker-box {
    width: 100%;
    max-width: 938px;
    margin: 0 auto;
    display: flex;
}

.speaker-left {
    width: 50%;
    padding-right: 24px;
}

.speaker-right {
    width: 50%;
    padding-left: 24px;
    margin-top: -86px;
}

.speaker-card {
    width: 100%;
    aspect-ratio: 1/1.3;
    display: flex;
    align-items: flex-end;
    background-image: url(../images/speaker-1.png);
    background-size: cover;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.speaker-card.fix {
    background-image: url(../images/speaker-2.png);
}

.speaker-info {
    padding: 20px 20px 8px 20px;
    border-radius: 16px;
    background: linear-gradient(98deg, rgba(4, 96, 77, 0) 14.05%, rgba(122, 135, 79, 0) 99.07%);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    transition: all 0.5s;
    position: relative;
}

.speaker-card:hover .speaker-info {
    background: linear-gradient(98deg, rgba(4, 96, 77, 0.70) 14.05%, rgba(122, 135, 79, 0.70) 99.07%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.speaker-tag {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.26px;
}

.speaker-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.56px;
    margin-bottom: 10px;
}

.speaker-name {
    color: #F0E9DA;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.54px;
    margin-bottom: 12px;
}

.speaker-content {
    color: #F5F5F5;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.64px;
    margin-bottom: 12px;
}

.speaker-leaf {
    width: 32px;
    position: absolute;
    top: -12px;
    right: -10px;
    opacity: 0;
    transition: opacity 1s;
}

.speaker-leaf-1 {
    width: 38px;
    position: absolute;
    bottom: 40px;
    left: -20px;
    opacity: 0;
    transition: opacity 1s;
}

.speaker-card:hover .speaker-leaf-1,
.speaker-card:hover .speaker-leaf {
    opacity: 1;
}

#agenda-btn-box {
    opacity: 0;
    transform: translateY(50px);
}

.forum-section-2-row {
    width: 100%;
    max-width: 1186px;
    padding: 0 20px;
    margin: 0 auto 40px auto;
    display: flex;
}

.forum-section-2-col {
    width: 33.3%;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(30px);

}

.forum-section-2-col:nth-child(1) {
    transition: all 0.5s ease 0.1s;
}

.forum-section-2-col:nth-child(2) {
    transition: all 0.5s ease 0.2s;
}

.forum-section-2-col:nth-child(3) {
    transition: all 0.5s ease 0.3s;
}

.forum-section-2-row.active .forum-section-2-col {
    opacity: 1;
    transform: translateY(0);
}

.forum-section-2-card {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 8px solid rgba(215, 202, 176, 0.20);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 6%;
}

.forum-section-2-card::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}

.section-2-card-title {
    color: #326E32;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.48px;
    padding: 0 30px;
}

.card-icon {
    width: 150px;
    max-width: 60%;
}

.forum-main {
    margin-top: 80px;
    background-image: url(../images/fbg.svg);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    background-color: #F5F5F5;
}

.forum-section-1 {
    padding: 80px 0 40px;
    position: relative;
}

.now-btn {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.54px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: linear-gradient(140deg, #B62F34 13.75%, var(--red-100, #D82222) 53.27%, var(--red-300, #B62F34) 80.83%);
    position: absolute;
    right: 100px;
    bottom: 40px;
    z-index: 3;
    opacity: 0;
    transition: all .5s;
}

.now-btn:hover {
    bottom: 50px;
}

.forum-section-1.active .now-btn {
    animation: fadeUp 0.5s ease-in-out 0.8s forwards;
}

.forum-section-1-tag {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.08em;
}

.forum-section-1-tag span {
    background: linear-gradient(90deg,
            #04604D 0%,
            #04604D 30%,
            #7A874F 33.33%,
            #7A874F 33.34%,
            black 36%,
            black 58%,
            rgba(0, 0, 0, 0.8) 59%,
            rgba(0, 0, 0, 0.3) 66.66%,
            transparent 66.67%,
            transparent 100%);
    background-size: 300% 100%;
    background-position: 100% 0%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.forum-section-1.active .forum-section-1-tag span {
    animation: gradient-reveal 1s ease-in-out 0.1s forwards;
}

.forum-section-1-title {
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1.2px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forum-section-1-title span {
    background: linear-gradient(90deg,
            #04604D 0%,
            #04604D 30%,
            #7A874F 33.33%,
            #7A874F 33.34%,
            black 36%,
            black 58%,
            rgba(0, 0, 0, 0.8) 59%,
            rgba(0, 0, 0, 0.3) 66.66%,
            transparent 66.67%,
            transparent 100%);
    background-size: 300% 100%;
    background-position: 100% 0%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.forum-section-1.active .forum-section-1-title span {
    animation: gradient-reveal 2s ease-in-out 0.4s forwards;
}

.forum-section-1.active .forum-section-1-title span:nth-child(2) {
    animation-delay: 0.7s;
}

@keyframes gradient-reveal {
    0% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.forum-section-1-note {
    color: #515151;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.54px;
    opacity: 0;
}

.forum-section-1.active .forum-section-1-note {
    animation: fadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
}

.forum-section-1-note i {
    padding-top: 12px;
    margin-top: 12px;
    background-image: url(../images/linesvg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    font-style: normal;
}

.forum-section-1-note em {
    font-style: normal;
}

.forum-section-1-note span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.forum-section-2 {
    background-image: url(../images/section-2.png);
    background-size: 100vw auto;
    background-position: top center;
    padding: 80px 0;
    position: relative;
    margin: 0 auto;
    border-radius: 32px;
    width: calc(100% - 200px);
    overflow: hidden;
}

.forum-section-2-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
}

.forum-section-info {
    position: relative;
    z-index: 3;
}

.forum-section-2-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
}

.forum-section-2-title::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 0;
}

.forum-section-2-text {
    margin-bottom: 40px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.forum-section-2-text span {
    display: block;
    max-width: 850px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(50px);
}

.forum-section-2-title span {
    background: linear-gradient(90deg, #FFF 0%, #EAE9C8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.side-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

.text-left {
    text-align: left !important;
}

.news-btn {
    margin-top: 32px;
    text-align: center;
}

.judge-swiper {
    width: 100%;
    max-width: 416px;
    margin-top: 60px;
    position: relative;
}

.judge-card {
    padding: 30px 0 78px 0;
}

.swiper-slide-active .judge-card {
    padding: 30px 30px 78px 30px;
    border-radius: 12px;
    background-color: #30975D;
}

.judge-name {
    color: #515151;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
}

.swiper-slide-active .judge-name {
    color: #fff;
}

.judge-job {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding-bottom: 14px;
    border-bottom: solid 1px #A1A1A1;
    margin-bottom: 14px;
    width: calc(100% - 60px);
}

.swiper-slide-active .judge-job {
    color: #fff;
    border-bottom: solid 1px #fff;
    width: 100%;
}

.judge-text {
    overflow: hidden;
    color: #6C6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    min-height: 6em;
    margin-bottom: 24px;
    width: calc(100% - 60px);
}

.judge-text span {
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-slide-active .judge-text {
    color: #fff;
    width: 100%;
}

.swiper-slide-active .judge-text span {
    display: block;
    height: auto;
}

.judge-img {
    width: 100%;
    border-radius: 12px;
}

.swiper-slide-active .judge-img {
    width: calc(100% + 60px);
}

.judge-header {
    height: 140px;
    width: 100%;
    background-image: url(../images/judge-header.png);
    background-repeat: no-repeat;
    background-size: 2860px auto;
    background-position: bottom center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.judge-section-1 {
    background-color: #e2f7f1;
    position: relative;
    background-image: url(../images/judge-1.png), url(../images/tree-2.png);
    background-repeat: no-repeat;
    background-position: top 140px left, top right;
    background-size: 320px auto, 563px auto;
    position: relative;
    padding-top: 230px;
    overflow: hidden;
}

.judge-section-2 {
    background-image: url(../images/apply-bg-5.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 2560px auto;
    padding: 340px 0 240px;
    background-color: #e2f7f1;
    position: relative;
}

.judge-box {
    width: calc(100% - 48px);
    max-width: 1100px;
    margin: 0 auto;
}

.judge-title {
    color: #326E32;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.news-button-next {
    width: 36px;
    height: 36px;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 3;
}

.news-button-prev {
    width: 36px;
    height: 36px;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 48px;
    z-index: 3;
}

.news-button-next.fix {
    top: auto;
    right: 30px;
    bottom: 20px;
}

.news-button-prev.fix {
    top: auto;
    right: 78px;
    bottom: 20px;
}

.news-button-next:hover,
.news-button-prev:hover {
    color: #343736;
    background-color: #fff;
}

.news-button-next.swiper-button-disabled,
.news-button-prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.section-news {
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}

.section-news img {
    border-radius: 12px;
}

.news-title {
    color: #F8C07B;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
}

.swiper-month {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 20px auto;
    position: relative;
}

.news-line {
    width: 100%;
    height: 2px;
    background-image: url(../images/news-line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 40px;
}

.swiper-month .swiper-slide {
    color: #66A898;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    position: relative;
}

.swiper-month .swiper-slide-active {
    color: #fff;
}

.swiper-month .swiper-slide-active::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-news {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

.news-date {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.02em;
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
}

.swiper-slide-active .news-date {
    animation: fadeInUp 0.5s forwards ease-in 0.1s;
}

.swiper-news .swiper-slide {
    padding-top: 60px;
    position: relative;
    opacity: 0;
}

.swiper-news .swiper-slide.swiper-slide-active {
    position: relative;
    opacity: 1;
}

.swiper-news .swiper-slide-prev {
    padding-right: 32px;
    padding-left: 30%;
    opacity: 1;
}

.swiper-news .swiper-slide-next {
    padding-left: 32px;
    padding-right: 30%;
    opacity: 1;
}

.news-info {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 28px;
    opacity: 0;
    min-height: 160px;
}

.news-slide {
    position: relative;
}

.news-info-1 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 98px;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), rgba(5, 94, 76, 0.70);
}

.swiper-slide-active .news-info {
    animation: fadeIn 0.5s forwards ease-in 0.1s;
}

.swiper-slide-active .news-info-1 {
    animation: fadeIn 0.5s forwards ease-in 0.1s;
}

.news-left {
    width: 200px;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.news-left-1 {
    width: 100%;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 20px;
}

.news-right {
    width: calc(100% - 200px);
    padding-left: 40px;
    color: #EFFBFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
}

.news-right-1 {
    width: 100%;
    color: #EFFBFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
}

.delete-url {
    display: inline-flex;
    align-items: center;
    color: #D82222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 3;
    text-decoration: none;
    border-bottom: solid 1px #D82222;
}

.delete-url i {
    margin-left: 4px;
}

.tools {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/tool.svg);
    background-size: cover;
    margin-left: 4px;
    transform: translateY(2px);
}

.td-num {
    color: #1B1B1B;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 4px;
    width: 38px;
    height: 32px;
    border-radius: 4px;
    position: relative;
    z-index: 3;
    background-color: transparent;
}

.td-num.total-num {
    width: 54px;
}

.td-num:placeholder-shown {
    border: 1px solid transparent;
}

.td-num:not(:placeholder-shown) {
    border: 1px solid #D2D2D2;
}

.td-num:focus,
.td-num:active {
    border: 1px solid #1B1B1B;
    outline: none;
}

.td-num:read-only {
    border: 1px solid transparent;
}

.app-header {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.app-right {
    text-align: right;
}

.apply-tag {
    display: inline-block;
    min-width: 66px;
    text-align: center;
    border-radius: 4px;
    background-color: #F5F5F5;
    color: #4ABF2C;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 4px 8px;
}

.apply-tag.fix-1 {
    color: #A1A1A1;
}

.apply-tag.fix-2 {
    color: #1B1B1B;
}

.text-center {
    text-align: center !important;
}

.text-danger {
    color: #B62F34 !important;
}

.text-light {
    color: #A1A1A1 !important;
}

.text-break {
    word-break: break-all !important;
}

.app-title {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}

.all-main {
    display: none;
}

.all-main.active {
    display: block;
    opacity: 0;
    animation: fadeUp 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1)
}

.nav-pagination {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-btn {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    min-width: 30px;
}

.to-page {
    display: inline-block;
    padding: 10px;
    min-width: 38px;
    border-right: 1px solid #E0E0E0;
    background-color: #fff;
    text-decoration: none;
    color: #191919;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
}

.nav-pagination .page-item:first-child .to-page {
    border-radius: 4px 0 0 4px;
}

.nav-pagination .page-item:last-child .to-page {
    border-radius: 0 4px 4px 0;
}

.to-page.active {
    color: #fff;
    background-color: #B80F0F
}

.review-card {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background-color: rgba(155, 155, 155, 0.30);
    padding: 12px 24px;
    max-width: 480px;
}

.review-card-text {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding-right: 32px;
}

.review-card-text span {
    color: #D82222;
}

.per-page {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
    background-size: 20px;
    padding: 6px 46px 6px 16px;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    cursor: pointer;
    font-size: 13px;
    color: #1B1B1B;
    margin-left: 12px;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.table-box .per-page {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 4px 28px 4px 8px;
    background-position: center right 8px;
}

.bottom-function {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.bottom-left {
    width: 50%;
}

.bottom-right {
    width: auto;
}

.card-function {
    display: inline-flex;
    align-items: center;
}

.page-info {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.page-info span {
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 500;
}

.num-items {
    padding: 8px 10px;
    border-radius: 4px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    color: #6C6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.num-items span {
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 500;
}

.num-items.fix {
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    background-color: #FFF;
    margin-left: 6px;
}

.card-function .input-box {
    margin-bottom: 0;
    margin-right: 12px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.form-control.search {
    padding-right: 40px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center right 16px;
}

.sort {
    color: #fff;
    margin-left: 4px;
}

.admin-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.admin-title {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.tabs {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0 0 0 24px;
}

.tabs li a {
    width: 110px;
    text-align: center;
    display: inline-block;
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding: 12px 0;
    text-decoration: none;
    position: relative;
}

.tabs li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #A1A1A1;
}

.tabs li a.active {
    color: #1B1B1B;
}

.tabs li a.active::after {
    height: 2px;
    background-color: #D82222;
}

.popup-title {
    color: #343736;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}

.text-block {
    padding: 10px 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.radio-block {
    max-width: 300px;
    padding: 10px 0;
    margin: 0 auto;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #D82222;
    position: fixed;
    z-index: 99;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    text-decoration: none;
    right: 28px;
    bottom: 28px;
}

.apply-btn:hover {
    background-color: #B80F0F;
}

.main {
    background-color: #E2F7F1;
}

.pangolin {
    position: absolute;
    width: 450px;
    bottom: -48px;
    left: -220px;
}

.leg {
    background: #9B824D;
    width: 30px;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: 200px;
}

.leg-1 {
    background: #9B824D;
    width: 30px;
    height: 40px;
    position: absolute;
    bottom: -40px;
    right: 200px;
}

.leaf-4 {
    position: absolute;
    width: 122px;
    top: -50px;
    right: 0;
    transform: scaleX(-1);
}

.judges-card {
    padding: 60px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    width: calc(100% - 48px);
}

.judges-left {
    color: #326E32;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    width: 40%;
    padding-right: 36px;
}

.judges-left div {
    font-family: 'Roboto';
    font-size: 52px;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.judges-right {
    color: #515151;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    width: 60%;
}

.process-box {
    width: calc(100% - 48px);
    max-width: 1200px;
    margin: 0 auto 160px auto;
    position: relative;
}

.process-card-out {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    background: #F3DCAC;
    padding: 40px 30px;
    position: relative;
    z-index: 3;
}

.process-card-col {
    width: 33.3%;
    padding: 0 10px;
}

.process-text {
    color: #403F3F;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    text-align: left;
}

.process-note {
    text-align: left;
    color: #403F3F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.process-note span {
    color: #326E32;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.process-note span::before {
    content: '●';
    color: #326E32;
    display: inline-block;
    font-size: 8px;
    line-height: 1;
    margin-right: 8px;
}

.process-card {
    width: 100%;
    height: 100%;
    padding: 0 28px 40px;
    text-align: center;
    border-radius: 12px;
    background: #FFF;
}

.apply-section-2-box {
    width: calc(100% - 48px);
    max-width: 888px;
    margin: 0 auto 180px auto;
    position: relative;
    z-index: 3;
}

.apply-section-2-box.fix {
    max-width: 1272px;
}

.award-row {
    display: flex;
    margin: 0 -10px;
}

.award-row.fix {
    display: flex;
    margin: 0 -12px;
    width: 100%;
}

.award-card {
    text-align: center;
    border-radius: 16px;
    background: #FFF;
    padding: 0 16px 80px 16px;
    position: relative;
}

.award-tag {
    display: inline-block;
    color: #403F3F;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.03em;
    padding: 8px 24px;
    border-radius: 16px 0px;
    background: #F0E9DA;
    position: absolute;
    right: 0;
    bottom: 0;
}

.award-col {
    width: 100%;
    margin: 0 10px;
}

.award-col.fix-1 {
    width: 25%;
    margin: 0 12px;
}

.award-flex {
    display: flex;
}

.award-flex-col {
    width: 50%;
}

.award-flex-col:first-child {
    border-right: solid 1px #D2D2D2;
}

.download-title {
    color: #343736;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.download-btn-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    max-width: 620px;
    margin: 0 auto;
}

.download-btn-box a {
    width: 100%;
    padding: 16px;
    margin: 0 10px;
}

.download-btn-box a i {
    margin-left: 8px;
}

.apply-section-2-card {
    padding: 40px 40px 0 40px;
    border-radius: 16px;
    background: #FFF;
    margin-bottom: 48px;
}

.apply-section-2-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.apply-section-2-col {
    width: 33.3%;
    margin-bottom: 40px;
    text-align: center;
    border-right: solid 1px #D2D2D2;
}

.apply-section-2-col.fix {
    border-right: none;
}

.apply-section-2-col.fix-4 {
    width: 25%;
}


.apply-icon {
    width: auto;
    height: 87px;
    margin-bottom: 8px;
}

.apply-section-2-text {
    font-size: 18px;
    color: #403F3F;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.apply-section-2-text span {
    font-size: 22px;
    color: #326E32;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    margin-right: 4px;

}

.notes {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.notes ol {
    padding-left: 1.6em;
}

.apply-banner-box {
    width: calc(100% - 48px);
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.apply-banner-title {
    color: #326E32;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 48px;
    opacity: 0;
    animation: abUp 1s forwards 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.apply-banner-row {
    display: flex;
    margin: 0 -10px 20px;
    opacity: 0;
    animation: abUp 1s forwards 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.apply-banner-col {
    width: 50%;
    padding: 0 10px;
}

.apply-banner-card {
    border-radius: 12px;
    background: #F3DCAC;
    padding: 32px;
    display: flex;
    align-items: center;
    height: 100%;
}

.g-check {
    width: 42px;
}

.apply-banner-card-info {
    color: #403F3F;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.03em;
    padding-left: 16px;
    width: calc(100% - 42px);
}

.tab-box {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.tab-box li {
    padding: 0 8px;
    width: 200px;
}

.tab-box li a {
    padding: 0 8px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    display: block;
    padding: 20px 0;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    text-decoration: none;
}

.tab-box li a:hover {
    color: #D82222;
}

.tab-box li a.active {
    border-bottom: solid 4px #D82222;
}

.apply-header {
    height: 260px;
    width: 100%;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: 2560px auto;
    background-position: bottom center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 106px;
    text-align: center;
}

.apply-header.on {
    position: fixed;
    animation: header 0.5s forwards ease;
}

.apply-header-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}

.apply-main {
    background-color: #E6F9F3;
    display: none;

}

.apply-main.active {
    display: block;
    opacity: 0;
    animation: fadeUp 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1)
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.apply-banner {
    height: 778px;
    background-image: url(../images/section-2-2.png), url(../images/section-2-3.png);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 572px auto, 590px auto;
    position: relative;
    padding-top: 396px;
}

.apply-section-1 {
    height: 1323px;
    background-image: url(../images/apply-bg-2.svg);
    background-repeat: no-repeat;
    background-size: 4101px auto;
    background-position: top center;
    position: relative;
    padding-top: 220px;
}

.fish-img {
    width: 303px;
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translateX(300px);
    z-index: 1;
}

.apply-1-img {
    width: 255px;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 1;
}

.apply-2-img {
    width: 230px;
    position: absolute;
    right: 0;
    top: 378px;
    z-index: 1;
}

.apply-3-img {
    width: 255px;
    position: absolute;
    left: 0;
    bottom: 83px;
    z-index: 1;
}

.apply-4-img {
    width: 230px;
    position: absolute;
    left: 50%;
    bottom: 54px;
    z-index: 1;
    transform: translateX(359px);
}

.apply-6-img {
    width: 219px;
    position: absolute;
    top: 560px;
    right: 0;
    z-index: 1;
}

.apply-section-2 {
    background-image: url(../images/apply-5-img.svg), url(../images/section-3-1.png), url(../images/section-3-2.png), url(../images/apply-bg-3.svg);
    background-repeat: no-repeat;
    background-size: 2114px auto, 523px auto, 472px auto, 5415px auto;
    background-position: top center, left bottom, bottom right, bottom center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 340px;
}

.top-btn {
    border-radius: 50%;
    background: rgba(77, 77, 77, 0.40);
    width: 128px;
    height: 128px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-decoration: none;
}

.top-btn:hover {
    background: rgba(77, 77, 77, 0.60);
}

.pagination-box {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.page-list {
    display: inline-block;
    padding: 0 4px;
}

.page-prev {
    width: 36px;
    height: 36px;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-right: 20px;
}

.page-prev:hover {
    background: #fff;
    color: #1B1B1B;
}

.page-next {
    width: 36px;
    height: 36px;
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-left: 20px;
}

.page-next:hover {
    background: #fff;
    color: #1B1B1B;
}

.page-prev.disabled,
.page-next.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}


.page-to {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.page-to.active {
    border-bottom: solid 1px #fff;
}

.section-3 {
    background-color: #006E53;
    background-image: url(../images/section-3-1.png), url(../images/section-3-2.png);
    background-repeat: no-repeat;
    background-size: 523px auto, 472px auto;
    background-position: bottom left, bottom right;
    padding-bottom: 300px;
    position: relative;
}

.section-3-box {
    width: calc(100% - 200px);
    max-width: 840px;
    margin: 0 auto;
}

.section-3-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.03em;
    margin-bottom: 48px;
}

.qa-box {
    list-style-type: none;
    padding: 0;
    margin: 0 0 48px 0;
}

.qa-item {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 24px;
}

.question {
    display: block;
    padding-right: 28px;
    background-image: url(../images/plus_circle.svg);
    background-repeat: no-repeat;
    background-position: top 1px right;
    background-size: 28px;
    color: #343736;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-decoration: none;
    display: flex;
}

.question span {
    color: #D82222;
    display: inline-block;
    margin-right: 8px;
}

.qa-item.active .question {
    background-image: url(../images/minus_circle.svg);
}

.ans-box {
    padding-top: 16px;
    color: #6C6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: none;
}

/* .qa-item.active .ans-box{
   display: block;
} */
.ans-box p {
    color: #6C6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.ans-box a {
    color: #343736;
    text-decoration: underline;
}

.ans-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.section-2-box {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-bottom: 120px;
}

.section-2-title {
    color: #326E32;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.section-2-text {
    font-size: 20px;
    color: #343736;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 48px;
}

.section-2-row {
    display: flex;
    margin: 0 -10px;
}

.section-2-col {
    width: 25%;
    padding: 0 10px;
}

.section-2-card {
    border-radius: 12px;
    background: #FFF;
    padding: 0 20px 40px 20px;
    text-align: center;
    height: 100%;
}

.award-title {
    width: auto;
    height: 50px;
    margin: -8px 0 22px 0;
    max-width: 100%;
}

.award-title.fix {
    margin: -8px 0 42px 0;
}

.award-text {
    color: #403F3F;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 18px;
    min-height: 4.5em;
}

.award-num {
    color: #D82222;
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 3px;
}

.award-note {
    color: #6C6B6B;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.award-btn-box {
    padding-top: 32px;
}

.section-2 {
    background-color: #E2F7F1;
    padding: 530px 0 351px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.section-2-2 {
    width: 734px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.section-2-3 {
    width: 648px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.section-2-4 {
    width: 948px;
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
}

.section-2-5 {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.section-2-5 img {
    width: 2560px;
}

.section-2-6 {
    width: 192px;
    position: absolute;
    bottom: 230px;
    right: 50%;
    transform: translateX(-550px);
    z-index: 1;
}

.section-1 {
    background-image: url(../images/leaf.svg);
    background-repeat: no-repeat;
    background-position: top 200px right;
    background-size: 192px auto;
    position: relative;
    z-index: 3;
}

.section-1-bg {
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    transform: translateY(98%);
    z-index: 5;
    left: 0;
    display: flex;
    justify-content: center;
}

.section-1-bg img {
    width: 2560px;
}

.section-1-swiper {
    display: block;
    width: 360px;
    height: 360px;
}

.ball-card-num {
    display: inline-block;
    color: #326E32;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    border-bottom: 1px solid #A1A1A1;
}

.ball-card-title {
    color: #326E32;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.ball-card-text {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.section-1-right {
    display: flex;
    justify-content: center;
    width: 50%;
    overflow: hidden;
    padding: 360px 0 240px;
    position: relative;
}

.section-1-right::before {
    content: '';
    display: block;
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, #006E53 30.32%, rgba(0, 110, 83, 0.00) 97.46%);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.section-1-right::after {
    content: '';
    display: block;
    width: 100%;
    height: 260px;
    background: linear-gradient(0deg, #006E53 30.32%, rgba(0, 110, 83, 0.00) 97.46%);
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
}

.ball-card {
    width: 360px;
    height: 360px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    transform: scale(0.8);
    transition: transform 0.5s ease;
}

.swiper-slide-active .ball-card {
    transform: scale(1);
}

.section-1-box {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
}

.section-1-left {
    width: 50%;
    padding-top: 144px;
}

.section-1-title {
    padding-left: 90px;
    margin-bottom: 20px;
    color: #F8C07B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.section-1-text {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding-left: 90px;
    margin-bottom: 45px;
}

.people {
    width: 100%;
}

.home-banner {
    height: 100dvh;
    min-height: 50vw;
    position: relative;
    overflow: hidden;
}

.home-banner-info {
    width: 100%;
    text-align: center;
    top: 44%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    z-index: 10;
}

.eco-text {
    width: 22.13vw;
    opacity: 0;
    animation: abUp 1s forwards 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner-info-date {
    color: #326E32;
    font-size: 1.66vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 0.55vw;
    opacity: 0;
    animation: abUp 1s forwards 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-title {
    color: #326E32;
    font-size: 3vw;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 2.22vw;
    opacity: 0;
    animation: abUp 1s forwards 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-btn {
    width: 15.97vw;
    display: inline-block;
    padding: 0.55vw;
    border-radius: 0.416vw;
    background-color: #D82222;
    box-shadow: 0px 4px 0px 0px var(--red-300, #B62F34);
    color: #FFF;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    background-image: url(../images/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center right 0.55vw;
    background-size: 1.25vw;
    text-decoration: none;
    opacity: 0;
    animation: abUp 1s forwards 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-btn:hover {
    background-color: #B80F0F;
}

.home-btn span {
    display: block;
    font-size: 0.9vw;
}

@keyframes abUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-kv-1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.home-kv-2 {
    width: 37.5vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.home-kv-3 {
    width: 38.26vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

.home-kv-4 {
    width: 22.29vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    overflow: hidden;
}

.home-kv-5 {
    width: 22.29vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    overflow: hidden;
}

.home-kv-6 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-kv-7 {
    width: 41.73vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
}

.home-kv-8 {
    width: 49.16vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 7;
}

.home-kv-9 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.home-kv-10 {
    width: 7.5vw;
    position: absolute;
    bottom: 20vw;
    left: 26.1vw;
    z-index: 3;
}

.popup-btn-box {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.popup-btn-box.fix {
    padding-top: 24px;
}

.popup-btn-box button {
    margin: 0 12px;
    min-width: 200px;
}

.popup-btn-box.fix button {
    min-width: 138px;
}

.pop-row {
    display: flex;
}

.pop-col:nth-child(1) {
    width: 50%;
    margin-right: 6px;
}

.pop-col:nth-child(2) {
    width: 50%;
    margin-left: 6px;
}

.popup-content {
    max-height: 60dvh;
    overflow-y: auto;
}

.table-box {
    width: 100%;
    min-width: 909px;
    overflow: hidden;
    border: 1px solid #B62F34;
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0;
}

.table-box tr {
    position: relative
}

.tr-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.table-box td {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    max-width: 200px;
}

.table-box td i {
    font-size: 16px;
    line-height: 1;
}

.table-box td i.bi-x {
    font-size: 26px;
    color: #A1A1A1;
}

.table-box tr:nth-child(odd) {
    background-color: #FFF;
}

.table-box tr:nth-child(even) {
    background-color: #F5F5F5;
}

.table-box th {
    padding: 8px 12px;
    background-color: #B62F34;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.member-title {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
}

.edit-btn {
    display: inline-block;
    color: #D82222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    border-bottom: solid 1px #D82222;
    margin-left: 24px;
    text-decoration: none;
    align-self: flex-end;
}

.member-text {
    color: #343736;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
}

.member-card-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.member-card-date {
    display: inline-flex;
    align-items: center;
    color: #191919;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
}

.member-card-date span {
    display: inline-block;
    color: #7B7B7B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-right: 24px;
}

.member-card {
    border-radius: 20px;
    background-color: #FFF;
    padding: 48px;
}

.success-btn-box .btn-tsmc {
    min-width: 220px;
}

.success-text {
    color: #474747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 48px;
}

.forgot-card {
    border-radius: 4px;
    background-color: #EFFBFF;
    padding: 24px;
    margin: 8px 0 32px 0;
    text-align: center;
    color: #474747;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.forgot-btn {
    text-align: center;
}

.forgot-btn a,
.forgot-btn button {
    color: #B80F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: inline-block;
    margin: 0 12px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-decoration: underline;
}

textarea.form-control {
    height: 142px;
    overflow-y: auto;
}

hr {
    height: 0;
    border-top: solid 1px #C8C8C8;
    margin: 24px 0;
}

.success-box {
    padding: 48px 0;
    margin-top: 12px;
    text-align: center;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 auto 32px;
    position: relative;
}

.icon-cricle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 86px;
    position: relative;
    background-color: #DF3232;
    border-radius: 50%;
    z-index: 5;
}

.success-icon {
    width: 44px;
}

.dot-1 {
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #DF3232;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 0;
    animation: dot 8s infinite;
}

.dot-2 {
    border-radius: 50%;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #DF3232;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: -20px;
    animation: dot-1 3s infinite 0.5s;
}

.dot-3 {
    border-radius: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #DF3232;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 20px;
    animation: dot 4.5s infinite;
}

@keyframes dot {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(-8px, -8px)
    }

    40% {
        transform: translate(-4px, 8px)
    }

    60% {
        transform: translate(4px, 8px)
    }

    80% {
        transform: translate(8px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes dot-1 {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(3px, -6px)
    }

    40% {
        transform: translate(2px, 2px)
    }

    60% {
        transform: translate(6px, 6px)
    }

    80% {
        transform: translate(-6px)
    }

    to {
        transform: translate(0)
    }
}

.wave-1 {
    background-color: #DF3232;
    border-radius: 50%;
    opacity: 0.1;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    animation: wave 10s infinite;
}

.wave-2 {
    background-color: #DF3232;
    border-radius: 50%;
    opacity: 0.1;
    width: 116px;
    height: 116px;
    z-index: 4;
    position: absolute;
    top: 12px;
    left: 12px;
    animation: wave 6s infinite;
}

@keyframes wave {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.success-title {
    color: #1B1B1B;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 48px;
}

.input-item {
    margin: 24px 0;
}

.input-title {
    display: inline-block;
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.input-title.d-block {
    margin-bottom: 12px;
}

.input-text {
    display: inline-block;
    padding-left: 12px;
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.popup-mask {
    display: none;
    background-color: rgba(0, 0, 0, 0.50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popup-mask.active {
    display: block;
}

.popup-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-body {
    margin: 0 auto;
    width: calc(100% - 64px);
    max-width: 1040px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.40);
    opacity: 0;
    overflow: hidden;
    padding: 48px;
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.popup-body.fix {
    max-width: 496px;
}

.popup-body ol {
    padding-left: 1.6em;
}

.popup-mask.active .popup-body {
    animation: modal 1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popup-body .apply-card-title.fix {
    padding-right: 24px;
}

@keyframes modal {
    0% {
        opacity: 0;
        top: 5%;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.close-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(../images/close.svg);
    background-size: cover;
    top: 24px;
    right: 24px;
    z-index: 3;
}

.alert-box {
    position: fixed;
    left: 48px;
    bottom: 48px;
    z-index: 1049;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: inline-flex;
    align-items: center;
    width: calc(100% - 64px);
    padding: 24px;
    max-width: 480px;
    border-radius: 0px 6px 6px 0px;
    border-left: 4px solid #B80F0F;
    background-color: rgba(77, 77, 77, 0.40);
    box-shadow: 0px 96px 27px 0px rgba(140, 140, 140, 0.00), 0px 62px 25px 0px rgba(140, 140, 140, 0.01), 0px 35px 21px 0px rgba(140, 140, 140, 0.03), 0px 15px 15px 0px rgba(140, 140, 140, 0.05), 0px 4px 8px 0px rgba(140, 140, 140, 0.06), 0px 0px 0px 0px rgba(140, 140, 140, 0.06);
    opacity: 0;
    transform: translateY(200%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.alert-box.active {
    opacity: 1;
    transform: translateY(0);
}

.alert-box img {
    width: 24px;
    margin-right: 16px;
}

.light-text {
    color: #6C6B6B !important;
}

.multiple-file-row {
    display: flex;
    margin: 0 -6px;
    flex-wrap: wrap;
}

.multiple-btn-box {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}

.multiple-btn-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.multiple-btn-box:hover .sm-btn {
    background-color: rgba(216, 34, 34, 0.10);
}

.multiple-upload-box {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.multiple-upload-box .file-col {
    display: block;
    border-radius: 8px;
    background-color: #F5F5F5;
    padding: 20px 80px 20px 48px;
    background-image: url(../images/file.svg);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 24px;
    position: relative;

}

.file-row {
    display: flex;
}

.file-row .upload-box:nth-child(odd) {
    margin-right: 6px;
}

.file-row .upload-box:nth-child(even) {
    margin-left: 6px;
}

.upload-box {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.upload-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.upload-box.has {
    width: 50%;
}

.upload-box.has input {
    z-index: -1;
    width: 0;
    height: 0;
}

.upload-box.has .file-col {
    display: block;
    position: relative;
    z-index: 2;
}

.upload-box.has .sm-btn {
    display: none;
}

.upload-box .file-col {
    display: none;
    border-radius: 8px;
    background-color: #F5F5F5;
    padding: 20px 80px 20px 52px;
    background-image: url(../images/file.svg);
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 24px;
}

.upload-box .sm-btn {
    position: relative;
    z-index: 0;
}

.upload-box:hover .sm-btn {
    background-color: rgba(216, 34, 34, 0.10);
}

.file-name {
    display: block;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: inherit;
    text-decoration: none;
}

.file-col .delete-btn {
    top: 20px;
    right: 24px;
}

.delete-btn {
    display: inline-flex;
    align-items: flex-end;
    color: #D82222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 3;
    text-decoration: none;
    border-bottom: solid 1px #D82222;
}

.delete-btn i,
.edit-btn i {
    margin-left: 4px;
}

.step-btn-box {
    margin-top: 40px;
    padding-top: 56px;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #C8C8C8;
}

.step-btn-left {
    display: inline-flex;
}

.step-btn-left .btn-outline-tsmc {
    min-width: 160px;
    margin-right: 16px;
}

.step-btn-right {
    display: inline-block;
}

.step-btn-right .btn-tsmc,
.step-btn-right .btn-outline-tsmc {
    min-width: 160px;
}

.step-btn-right .btn-tsmc {
    margin-left: 12px;
}

.group-card {
    border-radius: 16px;
    background-color: #F5F5F5;
    margin-bottom: 16px;
    padding: 32px;
    position: relative;
}

.sm-btn {
    display: inline-block;
    color: #D82222;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 10px 24px;
    border: solid 1px #D82222;
    border-radius: 4px;
    text-decoration: none;
    background-color: #fff;
    white-space: nowrap;
}

.sm-btn.disabled,
.sm-btn:disabled {
    cursor: default;
    pointer-events: none;
    color: #C8C8C8 !important;
    background-color: #F5F5F5 !important;
    border: solid 1px #D2D2D2 !important;
}

.sm-btn.fix {
    color: #fff;
    background-color: #D82222;
}

.sm-btn:hover {
    background-color: rgba(216, 34, 34, 0.10);
}

.sm-btn:active {
    background-color: #fff;
    border-color: #FFC7C7;
}

.sm-btn.fix:hover {
    color: #fff;
    background-color: #B80F0F;
}

.sm-btn.fix:active {
    color: #fff;
    background-color: #B80F0F;
}

.table-box .sm-btn {
    padding: 4px;
    min-width: 84px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.notice {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.40);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
}

.step-box {
    display: flex;
    padding: 0;
    margin-bottom: 32px;
}

.step-box li {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
}

.step-box li:last-child {
    flex-shrink: 0;
    flex-grow: 0;
}

.step-box li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-right: 12px;
    border: solid 1px #BDBDBD;
}

.step-box li.active span {
    background-color: #B80F0F;
    border: solid 1px #B80F0F;
    color: #fff;
}

.step-box li.active.done span {
    color: transparent;
    background-image: url(../images/check.svg);
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.step-box li i {
    height: 1px;
    background: #BDBDBD;
    display: inline-block;
    flex-grow: 1;
    margin: 0 24px;
    min-width: 40px;
}

.btn-box {
    padding-top: 56px;
    text-align: center;
}

.btn-box.fix {
    padding-top: 40px;
}

.btn-box .btn-tsmc {
    min-width: 180px;
}

.sincerely {
    display: inline-flex;
    padding: 0;
    margin: 0 0 36px 0;
}

.sincerely li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    color: #6C6B6B;
}

.sincerely li::after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: #6C6B6B;
    position: absolute;
    right: 0;
    top: 4px;
}

.sincerely li:last-child:after {
    display: none;
}

.apply-container {
    width: calc(100% - 64px);
    max-width: 1200px;
    margin: 0 auto;
}

.apply-title {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
    text-align: center;
}

.apply-card {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 48px;
    border-radius: 20px;
    background-color: #FFF;
}

.apply-card-title {
    color: #343736;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
    padding-left: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.apply-card-title.fix {
    margin-bottom: 24px;
}

.info-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/info.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    margin-left: 6px;
}

.apply-card-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 21px;
    background-color: #DF3232;
    position: absolute;
    top: 7px;
    left: 0;
}

.apply-card p {
    color: #343736;
    margin-bottom: 48px;
}

.tw-list {
    list-style-type: cjk-ideographic;
    color: #515151;
    margin-bottom: 48px;
    padding-left: 2em;
}

.tw-list li {
    margin-bottom: 24px;
}

.single-box {
    position: relative;
    z-index: 3;
}

.single-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.single-box-check {
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    border: 1px solid #6C6B6B;
    background-color: #fff;
}

.single-box input:checked~.single-box-check {
    border: solid 1px #D82222;
    background-color: #D82222;
    background-image: url("../images/checked.svg");
    background-size: cover;
}

.single-box input:disabled~.single-box-check {
    background-color: #E4E4E4;
    border: solid 1px #BEBEBE;
}

.single-box input:checked:disabled~.single-box-check {
    background-image: url("../images/checked-1.svg");
    background-size: cover;
}

.check-container {
    display: inline-block;
    padding-left: 24px;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 400;
    line-height: 1.5;
    color: #1B1B1B;
    position: relative;
}

.check-container a {
    color: #1B1B1B !important;
    text-decoration: underline;
    position: relative;
    z-index: 3;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.check-container-check {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    border: 1px solid #6C6B6B;
    background-color: #fff;
}

.check-container input:checked~.check-container-check {
    border: solid 1px #D82222;
    background-color: #D82222;
    background-image: url("../images/checked.svg");
    background-size: cover;
}

.check-container input:disabled~.check-container-check {
    background-color: #E4E4E4;
    border: solid 1px #BEBEBE;
}

.check-container input:checked:disabled~.check-container-check {
    background-image: url("../images/checked-1.svg");
    background-size: cover;
}

.radio-container {
    display: inline-block;
    padding-left: 24px;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 400;
    line-height: 1.5;
    color: #1B1B1B;
    position: relative;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.radio-container-check {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid #DADADA;
    background-color: #fff;
}

.radio-container input:checked~.radio-container-check {
    border: solid 2px #D82222;
    background-color: #fff;
    background-image: url("../images/radio.svg");
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}

.radio-container input:disabled~.radio-container-check {
    background-color: #E4E4E4;
    border: solid 2px #BEBEBE;
}

.radio-container input:checked:disabled~.radio-container-check {
    background-image: url("../images/radio-1.svg");
    background-size: cover;
}

label.error {
    display: block;
    color: #B80F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 8px;
    padding-left: 22px;
    background-image: url(../images/danger.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px auto;
}

header {
    background-color: rgba(77, 77, 77, 0.40);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

header.on {
    position: fixed;
    animation: header 0.5s forwards ease;
}

@keyframes header {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

header::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    --webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 0;
}

.kv-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/KV.svg);
    background-position: top center;
    background-size: cover;
}

.kv-bg-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/KV-3.svg);
    background-position: top center;
    background-size: cover;
}

.two-btn-box {
    padding-top: 56px;
    display: flex;
}

.two-btn-box .btn-outline-tsmc {
    width: 100%;
    margin-right: 12px;
}

.two-btn-box .btn-tsmc {
    width: 100%;
    margin-left: 12px;
}

.btn-outline-tsmc {
    display: inline-block;
    text-align: center;
    color: #D82222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 16px 40px;
    border: solid 1.5px #D82222;
    border-radius: 6px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: none;
}

.btn-outline-tsmc:hover {
    color: #D82222;
    border: solid 1.5px #D82222;
    background-color: rgba(216, 34, 34, 0.10);
}

.btn-outline-tsmc:active {
    color: #D82222;
    background-color: #fff;
    border-color: #FFC7C7;
}

.btn-tsmc {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 16px 40px;
    border-radius: 6px;
    text-decoration: none;
    background-color: #D82222;
    box-shadow: none;
    outline: none;
    border: none;
}

.btn-tsmc:hover {
    color: #fff;
    background-color: #B80F0F;
}

.btn-tsmc:active {
    color: #fff;
    background-color: #B80F0F;
}

.forgot-link {
    text-align: center;
    padding-top: 12px;
}

.forgot-link a {
    display: inline-block;
    color: #B80F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: underline;
}

.code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.code {
    max-width: 110px;
    flex: 1;
    margin-right: 12px;
}

.refresh-btn {
    color: #D82222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 10px 16px;
    border: solid 1px #D82222;
    border-radius: 4px;
    text-decoration: none;
    background-color: #fff;
}

.refresh-btn i {
    margin-right: 8px;
}

.refresh-btn:hover {
    background-color: rgba(216, 34, 34, 0.10);
}

.refresh-btn:focus {
    background-color: #fff;
    border-color: #FFC7C7;
}

.form-label {
    margin-bottom: 8px;
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.form-label span {
    color: #888;
}

.form-control.error,
.form-select.error {
    color: #1B1B1B;
    background-color: #FFF;
    border: 1px solid #B80F0F;
}

.form-select.error {
    background-image: url(../images/select-3.svg);
}

.eye-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/eye-close.svg);
    background-size: 24px;
    position: absolute;
    right: 16px;
    top: 44px;
    z-index: 3;
}

.eye-btn.active {
    background-image: url(../images/eye-open.svg);
}

.login-title {
    color: #1B1B1B;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
    text-align: center;
}

.login-title.fix {
    margin-bottom: 12px;
}

.login-sub-title {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
    text-align: center;
}

.login-sub-title a {
    color: #B80F0F;
    display: inline-block;
    text-decoration: underline;
}

.login-box {
    width: calc(100% - 64px);
    max-width: 600px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 96px 27px 0px rgba(140, 140, 140, 0.00), 0px 62px 25px 0px rgba(140, 140, 140, 0.01), 0px 35px 21px 0px rgba(140, 140, 140, 0.03), 0px 15px 15px 0px rgba(140, 140, 140, 0.05), 0px 4px 8px 0px rgba(140, 140, 140, 0.06), 0px 0px 0px 0px rgba(140, 140, 140, 0.06);
}

.input-box {
    position: relative;
    margin-bottom: 16px;
}

.input-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.input-col {
    width: 50%;
    padding: 0 6px;
}

.button-container {
    display: none;
}

footer {
    background-color: #FFF;
    position: relative;
    z-index: 1;
}

.footer-box {
    padding: 32px 0;
    width: calc(100% - 128px);
    margin: 0 auto;
}

.footer-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-up-left {
    display: inline-flex;
    flex-wrap: wrap;
}

.footer-up-left img {
    display: inline-block;
    height: 50px;
    width: auto;
    margin: 4px 40px 4px 0;
}

.footer-up-right {
    display: inline-flex;
}

.footer-item {
    width: 100%;
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding-right: 0;
    text-align: left;
}

.footer-info {
    list-style-type: none;
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
}

.footer-info li {
    color: #6C6B6B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}

.footer-info li a {
    color: inherit;
    text-decoration: none;
}

.footer-dw {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy-link {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

.privacy-link li {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
}

.privacy-link li::after {
    content: '';
    height: 13px;
    width: 1px;
    background-color: #6C6B6B;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.privacy-link li:last-child:after {
    display: none;
}

.privacy-link li a {
    display: block;
    color: #6C6B6B;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.footer-dw span {
    color: #6C6B6B;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

main {
    min-height: 100dvh;
    padding: 180px 0 100px;
    position: relative;
    z-index: 1;
}

.nav-box {
    width: calc(100% - 128px);
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
}

.logo {
    display: none;
    text-decoration: none;
    align-items: center;
    position: relative;
    z-index: 100;
}

.logo img {
    width: 60px;
}

.logo span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.main-container {
    max-width: 1792px;
    margin: 0 auto;
}

.menu-box {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}

.menu-box li {
    display: inline-block;
    padding-left: 40px;
}

.menu-box li a {
    display: flex;
    align-items: center;
    height: 80px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    position: relative;
    text-decoration: none;
}

.menu-box li a:hover {
    color: #D82222;
}

.menu-box li a.active::after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #D82222;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card-responsive {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 24px;
}

.language {
    list-style-type: none;
    width: 110px;
    display: inline-flex;
    margin: 0;
    margin-left: 60px;
    border-radius: 40px;
    background: #82A59C;
    padding: 4px;
}

.language li {
    width: 50%;
}

.language li a {
    width: 100%;
    display: block;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    text-decoration: none;
}

.language li a.active {
    background: #006E53;
}

@media (max-width: 1456px) {
    .section-1-bg img {
        width: 1440px;
    }

    .section-1-right {
        padding: 240px 0 180px;
    }

    .section-2-2,
    .section-2-3 {
        top: -60px;
    }

    .apply-4-img {
        left: auto;
        right: 50px;
        transform: translateX(0);
    }

    .fish-img {
        left: auto;
        right: 40px;
        transform: translateX(0);
    }

    .judge-header {
        background-size: 2305px auto;
    }

    .review-section {
        background-image: url(../images/review-3-1.png), url(../images/review-1.png), url(../images/review-2.png);
    }

}

@media (max-width: 1366px) {
    .forum-section-2 {
        background-size: cover;
    }
}

@media (max-width: 1199.98px) {

    .footer-box {
        padding: 32px;
        width: 100%;
    }

    .nav-box {
        padding: 0 32px;
        width: 100%;
    }

    .section-2-2 {
        top: -100px;
    }

    .section-2-3 {
        top: -100px;
    }

    .section-2-5 img {
        width: 1440px;
    }

    .review-award {
        width: 108px;
    }
}

@media (max-width: 1024px) {
    .language {
        width: 80px;
        margin-left: auto;
        margin-right: 16px;
        order: -1;
    }

    .language li a {
        line-height: 30px;
        font-size: 14px;
    }

    .results-section {
        background-image: url(../images/results-2.png), url(../images/results-3-1.png);
        background-repeat: no-repeat;
        background-size: 298px auto, 280px auto;
        background-position: top right, bottom left;
        padding-top: 94px;
        padding-bottom: 200px;
    }

    .area-left {
        width: calc(100% - 220px);
        padding-right: 48px;
    }

    .area-right {
        width: 220px;
    }

    .results-tag {
        font-size: 18px;
    }

    .area-left h1 {
        font-size: 36px;
    }

    .results-name {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .area-left h3,
    .area-left h2 {
        font-size: 24px;
    }

    .area-left img {
        margin-bottom: 40px;
    }

    .area-left p {
        margin-bottom: 40px;
    }

    .area-left ol,
    .area-left ul {
        margin-bottom: 40px;
    }

    .pic-note {
        margin-bottom: 40px;
        margin-top: -36px;
    }

    .review-section {
        padding-top: 86px;
    }

    .section-title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .review-container {
        display: block;
    }

    .review-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .review-right {
        width: 100%;
    }

    .award-text {
        min-height: 0;
    }

    .results-left {
        width: 50%;
        padding-right: 20px;
    }

    .results-right {
        width: 50%;
    }

    .speaker-title {
        font-size: 20px;
        letter-spacing: 0.26px;
    }

    .speaker-name {
        font-size: 14px;
        letter-spacing: 0.48px;
    }

    .speaker-content {
        font-size: 14px;
    }

    .now-btn {
        right: 40px;
        bottom: 40px;
    }

    .forum-section-2 {
        padding: 60px 0;
        border-radius: 20px;
        width: 100%;
    }

    .forum-main {
        margin-top: 54px;
    }

    .forum-section-2-title {
        font-size: 36px;
        letter-spacing: 0.72px;
    }

    .forum-section-2-text {
        font-size: 17px;
        padding: 0 24px;
    }

    .card-icon {
        max-width: 45%;
    }

    .section-2-card-title {
        font-size: 22px;
    }

    .judge-section-1 {
        background-size: 40% auto, 50% auto;
    }

    .swiper-month {
        padding: 0 20px;
    }

    .swiper-news {
        width: calc(100% - 60px);
    }

    .mb-pad-1 {
        margin-bottom: 12px;
    }

    .app-header {
        flex-direction: column;
    }

    .app-left {
        margin-bottom: 12px;
    }

    .app-right {
        text-align: left;
    }

    .pangolin {
        width: 400px;
        bottom: -80px;
        left: -240px;
    }

    .process-card-out {
        margin: 0 auto;
        padding: 40px 40px 4px;
        max-width: 568px;
        flex-direction: column;
    }

    .process-card-col {
        width: 100%;
        padding: 0;
        margin-bottom: 36px;
    }

    .apply-banner {
        height: 705px;
        background-size: 341px auto, 362px auto;
        position: relative;
        padding-top: 310px;
        background-position: top 32px left, top 32px right;
    }

    .apply-btn {
        width: 96px;
        height: 96px;
        text-align: center;
    }

    .section-1-bg img {
        width: 1024px;
    }

    .section-2-2 {
        width: 60%;
        top: -160px;
    }

    .section-2-3 {
        width: 60%;
        top: -160px;
    }

    .eco-text {
        width: 290px;
    }

    .banner-info-date {
        font-size: 18px;
        margin-bottom: 4px;
        margin-top: -4px;
    }

    .home-title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .home-btn {
        width: 230px;
        display: inline-block;
        padding: 8px;
        border-radius: 6px;
        font-size: 18px;
        background-position: center right 8px;
        background-size: 18px;
    }

    .home-btn span {
        font-size: 13px;
    }

    .show-pad {
        display: block;
    }

    .hide-pad {
        display: none;
    }

    .home-banner {
        height: 100vh;
        min-height: 50vh;
    }

    .home-kv-1 {
        display: flex;
        justify-content: center;
    }

    .home-kv-1 img.w-100 {
        width: 1024px !important;
    }

    .home-kv-2 {
        width: 384px;
    }

    .home-kv-3 {
        width: 383px;
    }

    .home-kv-4 {
        width: 41px;
    }

    .home-kv-5 {
        width: 41px;
    }

    .home-kv-6 {
        top: 120px;
        display: flex;
        justify-content: center;
    }

    .home-kv-6 img.w-100 {
        width: 768px !important;
    }

    .home-kv-7 {
        width: 464px;
    }

    .home-kv-8 {
        width: 486px;
    }

    .home-kv-9 {
        display: flex;
        justify-content: center;
    }

    .home-kv-9 img.w-100 {
        width: 1024px !important;
    }

    .home-kv-10 {
        width: 108px;
        bottom: 300px;
        left: 97px;
    }

    .section-1 {
        background-size: 110px auto;
        background-position: top 80px right;
        margin-top: -1px;
    }

    .section-1-box {
        flex-direction: column;
    }

    .section-1-left {
        width: 100%;
        padding-top: 80px;
    }

    .section-1-title {
        font-size: 36px;
        padding-left: 56px;
        margin-bottom: 24px;
    }

    .section-1-text {
        font-size: 20px;
        padding-left: 56px;
        margin-bottom: 0;
    }

    .people {
        width: 476px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        z-index: 11;
    }

    .section-1-right {
        width: 100%;
        padding: 340px 0 280px;
    }

    .section-1-right::before,
    .section-1-right::after {
        height: 50px;
    }

    .section-1-right::after {
        background-color: #006E53;
    }

    .section-1-swiper {
        width: 232px;
        height: 232px;
    }

    .ball-card {
        width: 232px;
        height: 232px;
        transform: scale(0.84);
    }

    .ball-card-num {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .ball-card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .ball-card-text {
        font-size: 14px;
    }

    .section-2 {
        padding: 360px 0 240px;
    }

    .section-2-row {
        flex-direction: column;
        align-items: center;
    }

    .section-2-col {
        width: 100%;
        max-width: 420px;
        margin-bottom: 40px;
    }

    .top-btn {
        width: 100px;
        height: 100px;
        bottom: 168px;
    }

    .top-btn.fix {
        width: 100px;
        height: 100px;
        bottom: 60px;
    }

    .section-2-6 {
        width: 174px;
        bottom: 182px;
        right: auto;
        transform: translateX(0);
        left: 56px;
    }

    .fish-img {
        width: 224px;
        top: -40px;
    }

    .apply-1-img {
        width: 218px;
        top: -80px;
    }

    .apply-2-img {
        width: 226px;
        z-index: 1;
        top: auto;
        bottom: 250px;
    }

    .apply-3-img {
        width: 239px;
    }

    .apply-4-img {
        width: 180px;
    }

    .apply-6-img {
        width: 134px;
        top: 480px;
    }

    .apply-section-2 {
        background-image: url(../images/apply-5-img.svg), url(../images/section-3-1.png), url(../images/section-3-2.png), url(../images/apply-bg-3.png);
        background-repeat: no-repeat;
        background-size: 1440px auto, 523px auto, 472px auto, 2560px auto;
        background-position: top -100px left -200px, left bottom, bottom right, bottom center;
        position: relative;
        padding-top: 60px;
        padding-bottom: 340px;
    }

    .apply-section-2 {
        background-size: 1440px auto, 50% auto, 50% auto, 2560px auto;
    }

    .award-row {
        flex-direction: column;
        padding: 0 24px;
        max-width: 480px;
        margin: 0 auto;
    }

    .award-row.fix {
        flex-direction: column;
        padding: 0 24px;
        max-width: 480px;
        margin: 0 auto;
    }

    .award-col {
        width: 100%;
        margin: 0 0 36px 0;
    }

    .award-col.fix-1 {
        width: 100%;
        margin: 0 0 36px 0;
    }

    .award-flex {
        flex-direction: column;
    }

    .award-flex-col {
        width: 100%;
        position: relative;
    }

    .award-flex-col:first-child {
        border-right: none;
        padding-bottom: 36px;
        margin-bottom: 36px;
    }

    .award-flex-col:first-child::after {
        content: '';
        width: 70px;
        height: 1px;
        background-color: #D2D2D2;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .forum-section-2-row {
        max-width: 430px;
        padding: 0 30px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .forum-section-2-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .symposium-box {
        flex-direction: column;
        max-width: 540px;
        margin: 0 auto;
    }

    .symposium-left {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .tab-box li {
        width: auto;
        padding: 0 4px;
    }

    .mb-5 {
        margin-bottom: 24px !important;
    }

    .step-box {
        margin-bottom: 16px;
    }

    .step-box li,
    .step-box li.active.done {
        display: none;
    }

    .step-box li.active {
        display: block;
        padding-bottom: 8px;
        border-bottom: solid 3px rgba(155, 155, 155, 0.30);
    }

    .step-box li:last-child.active {
        width: 100%;
        border-bottom: solid 3px #B80F0F;
    }

    .step-box li {
        position: relative;
    }

    .step-box li i {
        height: 3px;
        background: #B80F0F;
        display: inline-block;
        flex-grow: 0;
        margin: 0;
        position: absolute;
        z-index: 1;
        bottom: -3px;
        left: 0;
    }

    .step-box li:nth-child(1) i {
        width: 25%;
    }

    .step-box li:nth-child(2) i {
        width: 50%;
    }

    .step-box li:nth-child(3) i {
        width: 75%;
    }

    .step-box li:nth-child(4) i {
        width: 100%;
    }

    .sincerely {
        flex-direction: column;
        margin: 0 0 12px 0;
    }

    .sincerely li {
        display: inline-flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .sincerely li::after {
        content: '';
        display: inline-block;
        height: 14px;
        width: 1px;
        background-color: #6C6B6B;
        position: relative;
        right: auto;
        top: auto;
        margin-left: 14px;
    }

    .tw-list {
        margin-bottom: 24px;
    }

    .apply-card p {
        margin-bottom: 24px;
    }

    .tw-list li {
        margin-bottom: 16px;
    }

    .apply-card-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-left: 12px;
    }

    .apply-card-title.fix {
        margin-bottom: 16px;
    }

    .apply-card-title::before {
        width: 3px;
        height: 17px;
        top: 5px;
    }

    .apply-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .login-title {
        font-size: 30px;
    }

    .button-container {
        display: inline-block;
        position: relative;
        height: 24px;
        width: 24px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
    }

    .button-container.active .top {
        -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
        transform: translateY(6px) translateX(0) rotate(45deg);
        background-color: #fff;
    }

    .button-container.active .middle-1 {
        opacity: 0;
    }

    .button-container.active .middle-2 {
        opacity: 0;
    }

    .button-container.active .bottom {
        -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
        transform: translateY(-6px) translateX(0) rotate(-45deg);
        background-color: #fff;
        width: 100%;
        margin-left: 0;
    }

    .button-container span {
        border: none;
        height: 2px;
        border-radius: 2px;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all .35s ease;
        background-color: #fff;
    }

    .button-container span:nth-of-type(1) {
        width: 100%;
        top: 4px;
    }

    .button-container span:nth-of-type(2) {
        top: 8px;
        width: 80%;
        margin-left: 20%;
    }

    .button-container span:nth-of-type(3) {
        top: 12px;
        width: 100%;
    }

    .button-container span:nth-of-type(4) {
        top: 16px;
        width: 80%;
        margin-left: 20%;
    }

    .nav-box {
        height: 54px;
    }

    main {
        padding: 86px 0 60px;
    }

    .menu-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        background-color: rgba(77, 77, 77, 0.40);
        --webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        padding: 0;
        max-height: 0%;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .menu-box.active {
        max-height: 100dvh;
    }

    .menu-box li {
        display: block;
        padding-left: 0;
        padding: 0 32px;
    }

    .menu-box li:first-child {
        margin-top: 86px;
    }

    .menu-box li:last-child a {
        border-bottom: none;
    }

    .menu-box li a.active::after {
        display: none;
    }

    .menu-box li a {
        display: block;
        height: auto;
        color: #FFF;
        padding: 16px 0;
        border-bottom: solid 1px #fff;
    }

    .logo img {
        width: auto;
        height: 32px;
    }

    .footer-up {
        display: block;
    }

    .footer-up-left {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 12px;
        border-bottom: solid 1px #D2D2D2;
    }

    .footer-up-left img {
        display: inline-block;
        height: 34px;
        width: auto;
        margin: 0 20px 0 0;
    }

    .footer-up-right {
        display: block;
    }

    .footer-item {
        width: 100%;
        padding: 12px 0;
        border-bottom: solid 1px #D2D2D2;
    }

    .footer-dw {
        padding-top: 16px;
        display: block;
    }

    .footer-dw span {
        padding-top: 12px;
        display: block;
    }

    .footer-item {
        text-align: left;
    }

    .card-header {
        flex-direction: column;
    }

    .card-header .sm-btn {
        width: 84px;
        margin-bottom: 16px;
    }

    .card-function {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .mb-video-box {
        display: block;
        padding: 0 24px;
    }

    .mb-video {
        aspect-ratio: 1/0.5625;
        position: relative;
        margin-bottom: 24px;
    }

    .mb-video iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 8px;
    }

    .album-section-2 {
        background-color: #F0EEE6;
        background-image: url(../images/album-bg-2-1.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom center;
        padding-bottom: 206px;
    }

    .album-btn {
        cursor: default;
        pointer-events: none;
    }

    .album-download {
        background-color: #D82222;
    }

    .album-col {
        width: 100%;
        margin-bottom: 24px;
    }

    .album-tab {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: calc(100% + 48px);
        max-width: none;
        margin: 0 -24px 20px -24px;
    }

    .album-kv {
        display: none;
    }

    .album-banner {
        height: 382px;
        background-image: url(../images/album-bn-1.svg);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: cover;
        padding-top: 82px;
        position: relative;
        z-index: 3;
    }

    .album-tab li {
        display: inline-block;
        width: auto;
    }

    .album-tab li a {
        display: inline-flex;
        height: 48px;
        border-bottom: solid 2px transparent;
        font-size: 18px;
        padding: 0 8px;
    }

    .album-video-box {
        display: none;
    }

    .album-1 {
        width: 49.3vw;
        position: absolute;
        left: 0;
        top: -30vw;
        z-index: -1;
    }

    .album-section-1 {
        min-height: 80vh;
        background-image: url(../images/album-bg-1.svg), url(../images/album-2.svg);
        background-position: bottom center, bottom 380px left;
        background-repeat: no-repeat;
        background-size: 2560px auto, 16vw auto;
        position: relative;
        padding: 40px 0 110px 0;
    }

    .album-3 {
        width: 25vw;
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .area-left {
        padding-right: 0;
        width: 100%;
    }

    .area-right {
        display: none;
    }

    .review-section {
        background-image: url(../images/review-3.png), url(../images/review-1-1.png);
        background-repeat: no-repeat;
        background-size: 1000px auto, 102px auto;
        background-position: center bottom, top 33px right;
    }

    .item-link {
        background-image: none;
    }

    .review-item {
        padding: 16px;
        flex-direction: column;
    }

    .review-img {
        width: 100%;
        height: 0;
        padding-top: 57.5%;
    }

    .review-info {
        width: 100%;
        flex-direction: column;
    }

    .review-award {
        text-align: left;
        font-size: 17px;
        padding-right: 0;
        width: 100%;
        padding: 8px 0;
    }

    .review-award-info {
        width: 100%;
    }

    .review-award-title {
        font-size: 22px;
        height: auto;
        max-height: 2.8em;
        margin-bottom: 8px;
    }

    .review-tab {
        width: calc(100% + 48px);
        margin-left: -24px;
        padding: 0 24px;
        margin-bottom: 20px;
    }

    .review-tab.active {
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .review-tab li {
        width: 33.3%;
    }

    .review-tab li a {
        font-size: 17px;
        text-align: center;
        padding: 8px 0;
    }

    .info-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-flex-left {
        width: 100%;
    }

    .info-flex-right {
        width: 100%;
        padding-top: 10px;
    }

    .speaker-card {
        aspect-ratio: 1 / 2;
        background-image: url(../images/speaker-1-1.png);
    }

    .speaker-card.fix {
        background-image: url(../images/speaker-2-1.png);
    }

    .now-btn {
        width: 64px;
        height: 64px;
        font-size: 13px;
        right: 20px;
        bottom: 10px;
    }

    .now-btn:hover {
        bottom: 20px;
    }

    .section-2-card-title {
        font-size: 20px;
        margin-bottom: -5px;
    }

    .forum-section-1-note i {
        background-size: 100%;
    }

    .forum-section-1-note {
        font-size: 16px;
        letter-spacing: 0.48px;
    }

    .forum-section-1-note span {
        display: none;
    }

    .forum-section-1-note em {
        display: block;
    }

    .forum-section-1 {
        padding: 50px 0 88px;
    }

    .forum-section-1-tag {
        font-size: 20px;
    }

    .forum-section-1-title {
        font-size: 36px;
        letter-spacing: 0.72px;
    }

    .judge-title {
        font-size: 30px;
    }

    .judge-header {
        height: 75px;
        background-size: 1024px auto;
    }

    .judge-section-1 {
        padding-top: 200px;
        background-size: 40% auto, 60% auto;
        background-position: top 110px left, top 50px right -30px;
    }

    .swiper-month {
        padding: 0;
        position: relative;
    }

    .swiper-month::before {
        content: '';
        display: inline-block;
        width: 60px;
        height: 100%;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        background: linear-gradient(-90deg, rgba(1, 110, 83, 0.00) 0%, #016E53 100%);
    }

    .swiper-month::after {
        content: '';
        display: inline-block;
        width: 60px;
        height: 100%;
        position: absolute;
        z-index: 3;
        right: 0;
        top: 0;
        background: linear-gradient(90deg, rgba(1, 110, 83, 0.00) 0%, #016E53 100%);
    }

    .news-info,
    .news-info-1 {
        flex-direction: column;
        position: static;
        padding: 12px 0;
        min-height: 0;
        background: transparent;
    }

    .news-left,
    .news-left-1 {
        width: 100%;
        margin-bottom: 12px;
        text-align: left;
    }

    .news-right,
    .news-right-1 {
        width: 100%;
        padding-left: 0;
        font-size: 16px;
    }

    .tabs li a {
        width: 100%;
        display: block;
    }

    .tabs {
        margin: 0;
        display: flex;
        width: 100%;
    }

    .tabs li {
        width: 33.3%;
    }

    .admin-title {
        font-size: 30px;
        text-align: left;
        margin-bottom: 16px;
    }

    .admin-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .card-function .input-box {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .card-responsive {
        width: calc(100% + 24px);
        margin-right: -24px;
        margin-bottom: 24px;
    }

    .pangolin {
        width: 250px;
        bottom: -60px;
        left: -160px;
    }

    .judges-card {
        padding: 24px;
        border-radius: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .judges-left {
        font-size: 30px;
        width: 100%;
        padding-right: 0;
        padding-bottom: 16px;
    }

    .judges-right {
        font-size: 17px;
        width: 100%;
    }

    .apply-6-img {
        width: 134px;
        top: 640px;
    }

    .top-btn {
        bottom: 128px;
        margin: 0;
    }

    .file-row {
        flex-wrap: wrap;
    }

    .upload-box.has {
        width: 100%;
    }

    .file-row .upload-box.has:nth-child(odd) {
        margin-right: 0;
    }

    .file-row .upload-box.has:nth-child(even) {
        margin-left: 0;
    }

    .multiple-upload-box {
        width: 100%;
    }

    .member-card {
        border-radius: 8px;
        padding: 20px;
    }

    .member-card-head {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .member-card-date {
        margin-top: 20px;
        justify-content: space-between;
        font-size: 24px;
    }

    .member-title {
        font-size: 36px;
        display: flex;

        justify-content: space-between;
    }

    .section-3-box {
        width: calc(100% - 100px);
    }

    .question {
        font-size: 17px;
        background-size: 24px;
    }

    .section-3 {
        background-size: 50% auto, 50% auto;
        padding-bottom: 260px;
    }

    .apply-section-2-card {
        padding: 20px 20px 0 20px;
        margin-bottom: 24px;
        width: 100%;
    }

    .apply-section-2-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -8px;
    }

    .apply-section-2-col,
    .apply-section-2-col.fix-4 {
        width: 50%;
        margin-bottom: 0;
        text-align: center;
        border-right: none;
        padding: 0 8px;
        margin-bottom: 20px;
    }

    .apply-section-2-col.fix {
        border-right: none;
    }

    .apply-section-2-row .apply-section-2-col:last-child {
        border-right: solid 1px transparent;
    }

    .apply-icon {
        width: auto;
        height: 60px;
        margin-bottom: 4px;
    }

    .apply-section-2-text {
        font-size: 14px;
    }

    .apply-section-2-text span {
        font-size: 18px;
        margin-right: 4px;
    }

    .bottom-function {
        flex-direction: column;
    }

    .bottom-left {
        width: 100%;
        margin-bottom: 24px;
    }

    .bottom-right {
        width: 100%;
    }

    .review-card {
        width: 100%;
        display: block;
        text-align: center;
        padding: 20px;
        max-width: none;
    }

    .review-card-text {
        padding-right: 0;
        margin-bottom: 16px;
    }

    .app-title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .judge-section-2 {
        background-image: url(../images/apply-bg-3-1.png);
        background-size: 1440px auto;
        padding: 240px 0 200px;
        background-color: #e2f7f1;
    }

    .results-box {
        flex-direction: column;
        max-width: 540px;
        margin: 0 auto;
    }

    .results-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .results-right {
        width: 100%;
    }

    .organizer-row {
        flex-direction: column;
        padding-bottom: 60px;
    }

    .organizer-left,
    .organizer-right {
        width: 100%;
    }

    .organizer-left {
        padding-bottom: 30px;
    }

    .organizer-info {
        flex-direction: column;
    }

    .organizer-info-left {
        width: 100%;
        padding-bottom: 20px;
    }

    .organizer-info-right {
        width: 100%;
        padding-left: 0;
    }

    .img-note {
        font-size: 13px;
        padding: 6px;
    }

    .marquee-wrapper {
        animation: moveSlideshow 40s linear infinite;
    }

    .marquee-wrapper.fix {
        animation: moveSlideshow 80s linear infinite;
    }
}

@media (max-width: 575.98px) {
    .ball-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .section-2-box {
        margin-bottom: 60px;
    }

    .briefing-card {
        padding: 30px 20px;
        font-size: 16px;
    }

    .card-leaf-1,
    .card-leaf-2 {
        display: none;
    }

    .info-flex-right ul span.fix {
        display: block;
    }

    .hide-xs {
        display: none;
    }

    .tables td {
        padding: 8px;
    }

    .time {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .time span {
        height: 12px;
        width: 1px;
        margin: 4px 0;
    }

    html {
        height: 100vh;
        height: -webkit-fill-available;
    }

    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: none;
    }

    .forum-section-7 {
        padding: 80px 16px 40px;
        margin-top: -16px;
    }

    .forum-section-7-title {
        font-size: 28px;
        letter-spacing: 0.84px;
    }

    .organizer-text,
    .organizer-info-unit,
    .organizer-info-text {
        font-size: 18px;
        letter-spacing: 0.66px;
    }

    .forum-section-6 {
        padding: 60px 16px 80px;
        border-radius: 16px;
    }

    .forum-section-6-title {
        font-size: 36px;
    }

    .results-btn {
        display: none;
    }

    .results-btn.fix {
        display: block;
        text-align: center;
        padding-top: 20px;
    }

    .results-title {
        font-size: 36px;
        letter-spacing: 0.7px;
        margin-bottom: 20px;
        text-align: center;
    }

    .results-text {
        font-size: 17px;
        margin-bottom: 0;
    }

    .results-title::after {
        left: 50%;
        margin-left: -12px;
    }

    .results-left {
        margin-bottom: 20px;
    }

    .forum-4-container {
        padding: 0 16px;
    }

    .symposium-left {
        padding: 30px 20px;
    }

    .symposium-left-title {
        font-size: 24px;
        letter-spacing: 0.7px;
        margin-bottom: 20px;
    }

    .symposium-right {
        padding: 30px 20px;
    }

    .symposium-type {
        font-size: 20px;
        letter-spacing: 0.3px;
    }

    .symposium-text {
        font-size: 17px;
        letter-spacing: 0.3px;
    }

    .forum-section-4-title {
        font-size: 36px;
        letter-spacing: 0.72px;
    }

    .forum-section-4-text {
        font-size: 17px;
        letter-spacing: 0.34px;
    }

    .forum-main {
        background-image: url(../images/fbg-1.png);
        background-position: top center;
    }

    .speaker-info {
        background: linear-gradient(98deg, rgba(4, 96, 77, 0.70) 14.05%, rgba(122, 135, 79, 0.70) 99.07%);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .forum-container {
        padding: 0 16px;
    }

    .speaker-content {
        display: block;
    }

    .forum-section-3 {
        padding: 80px 0;
    }

    .speaker-leaf,
    .speaker-leaf-1 {
        display: none;
    }

    .forum-section-3-title {
        font-size: 36px;
        letter-spacing: 0.7px;
        text-align: center;
    }

    .forum-section-3-title::after {
        left: 50%;
        margin-left: -12px;
    }

    .speaker-box {
        flex-direction: column;
    }

    .speaker-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }

    .speaker-right {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .judge-card {
        padding: 0 0 40px 0;
        display: flex;
        flex-direction: column;
    }

    .judge-img {
        order: 0;
        margin-bottom: 12px;
    }

    .judge-name {
        font-size: 22px;
        order: 1;
    }

    .judge-job {
        padding-bottom: 8px;
        margin-bottom: 8px;
        width: 100%;
        order: 2;
    }

    .judge-text {
        min-height: 0;
        margin-bottom: 0;
        width: 100%;
        order: 3;
    }

    .judge-text span {
        height: auto;
        display: block;
    }

    .judge-swiper {
        max-width: 100%;
        margin-top: 40px;
    }

    .judge-swiper .swiper-wrapper {
        flex-direction: column;
    }

    .news-button-next.fix {
        display: none;
    }

    .news-button-prev.fix {
        display: none;
    }

    .award-tag {
        font-size: 13px;
    }

    .award-title {
        width: auto;
        height: 50px;
        margin-bottom: 28px;
    }

    .award-title.fix-1 {
        margin-top: -25px;
        margin-bottom: 15px;
    }

    .table-responsive.fix {
        width: calc(100% + 24px);
        margin-right: -24px;
        padding-right: 24px;
    }

    .member-card {
        border-radius: 0;
        padding: 0;
        background-color: transparent;
    }

    .member-card.fix {
        width: 100%;
        border-radius: 8px;
        padding: 20px;
        background-color: #FFF;
    }

    .app-header {
        margin-bottom: 24px;
    }

    .notes {
        font-size: 13px;
    }

    .apply-banner-card {
        padding: 24px;
        align-items: flex-start;
    }

    .g-check {
        width: 24px;
    }

    .apply-banner-card-info {
        color: #403F3F;
        font-size: 17px;
        width: calc(100% - 24px);
        padding-left: 8px;
    }

    .apply-banner-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .apply-banner-col {
        width: 100%;
        margin-bottom: 16px;
    }

    .apply-banner-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .apply-header {
        height: 172px;
        background-image: url(../images/apply-bg-1-1.png);
        background-size: 100% auto;
        background-position: bottom center;
        padding-top: 64px;
    }

    .apply-banner {
        height: auto;
        background-position: top 120px left, top 120px right;
        background-size: 60% auto, 56% auto;
        position: relative;
        padding-top: 306px;
    }

    .apply-header-title {
        font-size: 30px;
        line-height: 1.4;
    }

    .tab-box li a {
        color: #FFF;
        font-size: 14px;
        padding: 8px 0;
        font-weight: 400;
    }

    .section-2-6 {
        width: 128px;
        bottom: 132px;
        left: 24px;
    }

    .home-kv-10 {
        width: 56px;
        bottom: 200px;
        left: 36px;
    }

    .top-btn {
        bottom: 188px;
    }

    .section-3-box {
        width: calc(100% - 48px);
    }

    .mt-4-1 {
        margin-top: 12px !important;
    }

    hr {
        margin: 24px 0;
    }

    .apply-container {
        width: calc(100% - 48px);
    }

    .btn-box {
        padding-top: 24px;
    }

    .btn-box.fix {
        padding-top: 8px;
    }

    .btn-box .btn-tsmc {
        width: 100%;
    }

    .apply-card {
        width: 100%;
        padding: 28px 20px;
        border-radius: 8px;
    }

    .login-box {
        width: calc(100% - 48px);
        padding: 28px 20px;
        border-radius: 8px;
    }

    .input-row {
        flex-wrap: wrap;
    }

    .input-col {
        width: 100%;
    }

    .nav-box {
        padding: 0 20px;
    }

    .menu-box li {
        padding: 0 20px;
    }

    .footer-box {
        padding: 20px;
    }

    .footer-up-left {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-up-left img:nth-child(1) {
        height: 34px;
        margin: 0;
    }

    .footer-up-left img:nth-child(2) {
        height: 31px;
        margin: 0;
    }

    .footer-up-left img:nth-child(3) {
        height: 34px;
        margin: 0;
    }

    .btn-outline-tsmc,
    .btn-tsmc {
        padding: 10px 24px;
    }

    .two-btn-box {
        padding-top: 24px;
        flex-direction: column-reverse;
    }

    .two-btn-box .btn-tsmc {
        margin-left: 0;
        margin-bottom: 12px;
    }

    .two-btn-box .btn-outline-tsmc {
        margin-right: 0;
    }

    .group-card {
        border-radius: 8px;
        margin-bottom: 12px;
        padding: 16px 12px;
    }

    .delete-btn {
        top: 16px;
        right: 12px;
    }

    .step-btn-box {
        margin-top: 8px;
        padding-top: 24px;
        flex-direction: column-reverse;
    }

    .step-btn-left {
        width: 100%;
        flex-direction: column;
    }

    .step-btn-left .btn-outline-tsmc {
        width: 100%;
        margin-right: 0;
    }

    .step-btn-left .btn-outline-tsmc:nth-child(1) {
        margin-bottom: 12px;
    }

    .step-btn-right .btn-tsmc,
    .step-btn-right .btn-outline-tsmc {
        width: 100%;
        margin-bottom: 12px;
        margin-left: 0;
    }

    .xs-w-100 {
        width: 100% !important;
    }

    .alert-box {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }

    .popup-body {
        width: calc(100% - 40px);
        padding: 16px 24px;
    }

    .close-btn {
        top: 16px;
    }

    hr.mb-4 {
        margin-bottom: 24px;
    }

    .input-title {
        font-size: 16px;
    }

    .input-title.d-block {
        margin-bottom: 8px;
    }

    .input-box.fix {
        margin-bottom: 8px;
    }

    .input-item {
        margin: 16px 0;
    }

    .success-box {
        padding: 64px 0;
        margin-top: 0;
    }

    .success-title {
        margin-bottom: 32px;
    }

    .success-btn-box .btn-tsmc {
        width: 200px;
    }

    .form-label span {
        display: block;
    }

    hr.mb-4-1 {
        margin-top: 8px !important;
    }

    .mb-4-1 {
        margin-bottom: 24px !important;
    }

    .mb-5 {
        margin-bottom: 24px !important;
    }

    .mt-5 {
        margin-top: 24px !important;
    }

    .forgot-btn {
        display: flex;
        justify-content: space-between;
    }

    .forgot-btn a {
        margin: 0;
    }

    .forgot-card {
        margin-bottom: 24px;
    }

    .success-text {
        margin-bottom: 24px;
    }

    .popup-btn-box {
        flex-direction: column-reverse;
    }

    .popup-btn-box.fix {
        padding-top: 16px;
    }

    .popup-btn-box button {
        margin: 0;
        min-width: 100%;
    }

    .popup-btn-box button:nth-child(2) {
        margin-bottom: 12px;
    }

    .pop-row {
        flex-direction: column;
    }

    .pop-col:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }

    .pop-col:nth-child(2) {
        width: 100%;
        margin-left: 0;
    }

    .home-kv-1 img.w-100 {
        width: 100% !important;
    }

    .home-kv-2 {
        width: 141px;
    }

    .home-kv-3 {
        width: 141px;
    }

    .home-kv-4,
    .home-kv-5 {
        display: none;
    }

    .home-kv-7 {
        width: 174px;
        bottom: -40px;
    }

    .home-kv-8 {
        width: 183px;
    }

    .home-kv-9 img.w-100 {
        width: 624px !important;
    }

    .section-1-left {
        padding-top: 74px;
    }

    .section-1-title {
        font-size: 30px;
        padding-left: 24px;
        margin-bottom: 14px;
    }

    .section-1-text {
        font-size: 17px;
        padding-left: 24px;
        margin-bottom: 0;
    }

    .section-1 {
        background-image: none;
    }

    .section-1-right {
        width: 100%;
        padding: 100px 0 180px;
    }

    .people {
        width: 90%;
        bottom: -40px;
    }

    .section-1-bg img {
        width: 768px;
    }

    .section-2-2 {
        top: 0px;
    }

    .section-2-3 {
        top: 0px;
    }

    .section-2 {
        padding: 240px 0 200px;
    }

    .section-2-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .section-2-text {
        font-size: 16px;
        margin-bottom: 48px;
        padding: 0 24px;
    }

    .section-2-row {
        margin: 0;
        padding: 0 24px;
    }

    .section-2-col {
        padding: 0;
    }

    .award-text {
        font-size: 16px;
    }

    .apply-btn {
        width: 76px;
        height: 76px;
        font-size: 16px;
        line-height: 1.5;
        right: 8px;
        bottom: 8px;
    }

    .apply-1-img {
        width: 110px;
        top: 20px;
        left: -30px;
    }

    .fish-img {
        width: 125px;
        top: 0;
        right: 0;
    }

    .apply-section-1 {
        height: 1160px;
        background-image: url(../images/apply-bg-2-3.png);
        background-repeat: no-repeat;
        background-size: 100% 1000px;
        background-position: top 100px center;
        position: relative;
        padding-top: 220px;
    }

    .download-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .download-btn-box {
        flex-direction: column;
        align-items: center;
    }

    .download-btn-box a {
        width: 100%;
        margin: 0 0 16px 0;
        font-size: 14px;
    }

    .apply-3-img {
        width: 110px;
        bottom: 140px;
         display: none;
    }

    .apply-2-img {
        width: 110px;
        bottom: 170px;
        display: none;
    }

    .apply-4-img {
        width: 126px;
        right: 30px;
        bottom: 70px;
         display: none;
    }

    .apply-banner-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .apply-section-2 {
        background-image: url(../images/apply-5-img-1.svg), url(../images/section-3-2.png), url(../images/apply-bg-3.png);
        background-repeat: no-repeat;
        background-size: 100% auto, 100% auto, 2560px auto;
        background-position: top right -30px, bottom right, bottom center;
        position: relative;
        padding-top: 0;
        padding-bottom: 340px;
    }

    .award-num {
        font-size: 48px;

    }

    .process-card-out {
        padding: 40px 16px 4px;
    }

    .process-card {
        padding: 0 16px 20px;
    }

    .leg {
        width: 24px;
        height: 36px;
        bottom: -36px;
        left: 50px;
    }

    .leg-1 {
        width: 24px;
        height: 36px;
        bottom: -36px;
        right: 50px;
    }

    .pangolin {
        bottom: -47px;
        left: -120px;
        z-index: 2;
    }

    .judges-left div {
        font-size: 48px;
        line-height: 1;
    }

    .leaf-4 {
        width: 68px;
        top: -30px;
    }

    .apply-6-img {
        top: 540px;
        width: 90px;
    }

    .section-3 {
        background-image: url(../images/section-3-2.png);
        background-size: 100% auto;
        background-position: bottom right;
        padding-bottom: 360px;
    }

    .award-row,
    .award-row.fix {
        padding: 0;
    }

    .apply-section-2-box {
        margin: 0 auto 100px auto;
    }

    .kv-bg {
        background-image: url(../images/KV-1.svg);
    }

    .kv-bg-1 {
        background-image: url(../images/KV-4.svg);
    }

    .big-popup-body {
        width: calc(100% - 32px);
        border-radius: 8px;
        padding: 20px;
    }

    .big-popup-head {
        font-size: 20px;
    }

    .area-left p {
        text-align: left;
    }

    .upload-box .file-col {
        padding: 20px 90px 20px 52px;
    }

    .delete-btn {
        font-size: 14px;
    }
    .process-note span {
    align-items: flex-start;
}
.process-note span::before {
    margin-top: 6px;
}
}

@media (max-width: 430px) {
    .file-row {
        flex-direction: column;
    }

    .file-row .upload-box:nth-child(even) {
        margin-left: 0;
        display: table-cell;
    }

    .file-row .upload-box:nth-child(odd) {
        margin-right: 0;
    }

    .num-items {
        width: calc(50% - 3px);
        margin: 0 3px 0 0;
        padding: 8px;
        font-size: 14px;
    }

    .num-items.fix {
        margin: 0 0 0 3px;
    }

    .review-card .sm-btn {
        width: 100%;
    }

    .speaker-content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 4.5em;
    }

    .speaker-card:hover .speaker-content {
        display: block;
        max-height: none;
    }
}

@media (max-width: 340px) {
    .apply-section-1 {
        padding-top: 160px;
    }

    .apply-section-2-text {
        font-size: 13px;
    }

    .apply-section-2-col,
    .apply-section-2-col.fix-4 {
        padding: 0 4px;
        margin-bottom: 12px;
    }

    .review-tab li a {
        font-size: 13px;
    }
}