﻿html {
    font-size: 16px
}

body {
    font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
    background: #f0f0f0
}

a {
    color: #212529
}

.fix_aside {
    position: fixed;
    z-index: 99;
    right: 1rem;
    bottom: .5rem;
    transition: transform 600ms
}

.fix_aside.is_active {
    transform: translateX(0%)
}

.fix_aside .fx_item {
    position: relative;
    display: block;
    border-radius: .5em;
    margin: .5em 0;
    width: 4em;
    height: 4em;
    background: #fff linear-gradient(120deg, #fff, #ddd);
    font-size: .95rem;
    cursor: pointer;
    transition: transform 240ms, box-shadow 240ms
}

.fix_aside .fx_item.is_calendar {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 99%
}

.fix_aside .fx_item.is_primary {
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.fix_aside .fx_item.is_primary span {
    font-size: 1rem
}

.fix_aside .fx_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 5px 0 rgba(33, 37, 41, .19)
}

.fix_aside .fx_item .in_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center
}

.fix_aside .fx_item .in_wrap img {
    width: 100%;
    max-width: 100%
}

.fix_aside .fx_item .in_wrap.txt {
    text-align: center;
    line-height: 1.3
}

.fix_aside .fx_item .in_wrap.ic {
    width: 100%;
    height: 100%;
    padding: .6em
}

.fix_aside .fx_item .in_wrap .ic_top {
    width: 100%;
    padding-top: 100%;
    background: url("img/ui/arrow_top.png") center/contain no-repeat
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 999;
    transition: all .2s ease-out
}

header .nav_area .logo {
    width: 210px
}

header .nav_area ul {
    height: 20px
}

header .nav_area ul li ㄌ a {
    font-size: 1rem
}

header .nav_area.is_active {
    background-color: rgba(0, 0, 0, .8)
}

header .nav_mobile {
    display: none
}

header .nav_language {
    position: absolute;
    top: 50%;
    right: 70px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(-50%)
}

header .nav_language .hover {
    display: inline-block;
    position: relative
}

header .nav_language .hover img {
    width: 30px;
    line-height: 0
}

header .nav_language .hover:hover .hover_menu {
    display: flex
}

header .nav_language .hover_holder {
    cursor: pointer
}

header .nav_language .hover_menu {
    position: absolute;
    top: auto;
    right: 0;
    padding: 10px 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

header .nav_language .hover_menu .hover_item {
    cursor: pointer;
    display: block;
    margin-top: 10px;
    text-decoration: none
}

header .nav_language .hover_menu .hover_item p {
    position: relative;
    box-sizing: border-box;
    padding: 5px 15px;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    color: #f39800;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0 10px 0 10px;
    transition: all .3s ease-in-out
}

header .nav_language .hover_menu .hover_item p:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .5)
}

header .nav_language .hover_menu .hover_item p span {
    font-size: 12px
}

header .nav_sns {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(-50%)
}

header .nav_sns .hover {
    display: inline-block;
    position: relative
}

header .nav_sns .hover img {
    width: 40px;
    line-height: 0
}

header .nav_sns .hover:hover .hover_menu {
    display: block
}

header .nav_sns .hover_holder {
    cursor: pointer
}

header .nav_sns .hover_menu {
    position: absolute;
    padding: .5em 0;
    display: none
}

header .nav_sns .hover_menu .hover_item {
    cursor: pointer;
    display: block;
    margin-top: .5em
}

header .nav_area {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 70px 0 70px;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

header .nav_area .logo {
    position: relative;
    width: 200px;
    height: auto;
    display: block;
    transition: all .2s ease-out
}

header .nav_area .logo img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
}

header .nav_area ul {
    position: relative;
    width: auto;
    height: 50px;
    margin: 0 1% 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-out
}

header .nav_area ul li {
    position: relative;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px
}

header .nav_area ul li a {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-out
}

header .nav_area ul li a:hover {
    color: #f39800
}

header .nav_area ul li p {
    margin-top: 15px;
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-out
}

header .nav_area ul li.btn a {
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #222;
    border-radius: 5px
}

header .nav_area ul li.btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #F39800, #9000FF);
    z-index: -1;
    transition: all .2s ease-out
}

header .nav_area ul li.btn a:hover {
    color: #f39800;
    border: 1px solid #f39800
}

header .nav_area ul li.btn a:hover::before {
    left: 100%
}

header .nav_area ul li.active a {
    color: #f39800
}

.cta {
    margin-top: 2rem
}

.cta .cta_word {
    line-height: 1.1
}

.cta .bttns {
    display: flex;
    max-width: 650px;
    margin: .75rem auto
}

.cta .bttn {
    display: block;
    flex: 0 0 45%;
    width: 320px;
    border-radius: 4px;
    padding: 1px;
    transition: transform 300ms;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    transform: skewX(-10deg)
}

.cta .bttn:first-child {
    background: linear-gradient(120deg, rgba(212, 97, 15, 0.9), #f79415)
}

.cta .bttn:last-child {
    background: linear-gradient(120deg, #f79415, rgba(212, 97, 15, 0.9))
}

.cta .bttn .wrp {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    transition: background 300ms;
    background-color: rgba(212, 97, 15, .67)
}

.cta .bttn .t {
    flex: 0 1 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    line-height: 1;
    text-align: left
}

.cta .bttn .t span {
    font-size: 1.25rem;
    color: #ff0
}

.cta .bttn .t div {
    margin-top: .25rem;
    font-size: 1.5rem;
    color: #fff
}

.cta .bttn .i {
    flex: 0 0 50px
}

.cta .bttn:hover {
    transform: scale(1.04) translate3d(0, 0, 0);
    text-decoration: none;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .2)
}

.cta .bttn:hover .wrp {
    background-color: rgba(212, 97, 15, 0)
}

.sc_title {
    position: relative;
    z-index: 2;
    line-height: 1;
    margin-bottom: 2em;
    text-align: center
}

.sc_title .tit {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 30px;
    color: #000;
    margin-top: 8%
}

.g_header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    width: 100%;
    opacity: 1
}

.g_header .header_wrap {
    position: relative;
    padding: 1.2rem 5rem
}

.g_header .header_logo {
    position: absolute;
    top: 50%;
    left: 2rem;
    width: 100px;
    transform: translateY(-50%)
}

.g_header .menu_btn {
    position: relative;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #fff
}

.g_header .menu_btn .icon {
    display: inline-block;
    position: absolute;
    left: 20%;
    top: 50%;
    width: 60%;
    height: 4px;
    margin-top: -2px;
    background-color: #fff
}

.g_header .menu_btn .icon::before,
.g_header .menu_btn .icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.g_header .menu_btn .icon::before {
    top: -200%
}

.g_header .menu_btn .icon::after {
    bottom: -200%
}

.g_header .menu_btn.sty_white {
    border-color: #fff
}

.g_header .menu_btn.sty_white .icon,
.g_header .menu_btn.sty_white .icon::before,
.g_header .menu_btn.sty_white .icon::after {
    background-color: #fff
}

.g_header .nav_area {
    position: relative;
    z-index: 3
}

.g_header .nav_cnt {
    display: flex;
    justify-content: flex-end
}

.g_header .nav_item {
    font-size: 1.125em;
    line-height: 1;
    font-weight: normal
}

.g_header .nav_link {
    display: block;
    padding: .75rem 1rem;
    color: #231815;
    font-weight: bold
}

.g_header .nav_link:hover {
    color: #f8961e;
    text-decoration: none
}

.g_header .dropdown-toggle {
    cursor: pointer
}

.g_header .dropdown-item {
    padding: .5rem 1rem;
    text-align: center
}

.g_header .dropdown-item:hover {
    color: #fff;
    background: linear-gradient(90deg, #f8961e, #e3701e)
}

.g_header .dropdown_link {
    display: block;
    padding: .75rem 1rem
}

.g_header .dropdown_link:hover {
    text-decoration: none;
    background-color: #f6f6f6
}

.g_header.is_active {
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px)
}

.g_kv {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000
}

.g_kv .kv {
    width: 100%;
    position: absolute;
    top: 0;
    animation: kv_trans 8s ease-in-out infinite alternate both
}

.g_kv .kv img {
    width: 100%;
    max-width: 100%
}

.g_kv .kv.kv2 {
    position: relative;
    top: 0;
    animation: kv_trans2 10s ease-in-out infinite alternate both
}

@keyframes kv_trans {
    0% {
        transform: scale(1) rotate(0deg);
        transform-origin: 50% 0%;
        opacity: .8
    }

    40% {
        transform: scale(1.12) rotate(-5deg);
        transform-origin: 50% 0%;
        opacity: .6
    }

    100% {
        transform: scale(1.17) rotate(-8deg);
        transform-origin: 50% 0%;
        opacity: .5
    }
}

@keyframes kv_trans2 {
    0% {
        transform: scale(1) rotate(0deg);
        transform-origin: 50% 0%;
        opacity: .8
    }

    40% {
        transform: scale(1.1) rotate(5deg);
        transform-origin: 50% 0%;
        opacity: .6
    }

    100% {
        transform: scale(1.15) rotate(8deg);
        transform-origin: 50% 0%;
        opacity: .5
    }
}

.g_kv .tit {
    width: 100%;
    position: absolute;
    top: 28%
}

.g_kv .tit .t1 {
    position: absolute;
    top: 15%;
    width: 30%;
    left: 22%
}

.g_kv .tit .t1 img {
    width: 100%;
    max-width: 100%
}

.g_kv .tit .t2 {
    position: absolute;
    top: 18%;
    width: 12%;
    left: 55%
}

.g_kv .tit .t2 img {
    width: 100%;
    max-width: 100%
}

.g_kv .main_cta {
    position: absolute;
    width: 30%;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%) scale(1);
    transition: all .4s;
    transform-origin: 0% 50%
}

.g_kv .main_cta.active {
    animation: btn_scale 2s ease-out infinite normal both
}

.g_kv .main_cta img {
    width: 100%;
    max-width: 100%
}

@keyframes btn_scale {
    0% {
        transform: scale(1) translateX(-50%)
    }

    20% {
        transform: scale(1.1) translateX(-50%)
    }

    30% {
        transform: scale(1) translateX(-50%)
    }

    50% {
        transform: scale(1.1) translateX(-50%)
    }

    60% {
        transform: scale(1) translateX(-50%)
    }
}

.g_kv .fixed_pic {
    width: 29.1666666667%;
    position: absolute;
    z-index: 0;
    top: 60%;
    left: -2%;
    animation: float2 6s ease-in-out infinite alternate both
}

.g_kv .fixed_pic img {
    width: 100%;
    max-width: 100%
}

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

    40% {
        transform: translateY(-2%) scale(0.92)
    }

    80% {
        transform: translateY(2%) scale(1.08)
    }

    100% {
        transform: translateY(0%) scale(1)
    }
}

.g_kv .kv_tit {
    position: absolute;
    width: 83.0729166667%;
    top: 12%;
    left: 50%;
    transform: translateX(-50%)
}

.g_kv .kv_tit .t1 {
    position: absolute;
    left: 5%;
    margin-top: 5%;
    width: 45.1410658307%
}

.g_kv .kv_tit .t1 img {
    width: 100%;
    max-width: 100%
}

.g_kv .kv_tit .t2 {
    position: absolute;
    left: 35%;
    width: 65.1041666667%;
    animation: float 8s ease-in-out 2s infinite alternate both
}

.g_kv .kv_tit .t2 img {
    width: 100%;
    max-width: 100%
}

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

    40% {
        transform: translateY(0%) scale(0.96)
    }

    80% {
        transform: translateY(0%) scale(1.04)
    }

    100% {
        transform: translateY(0%) scale(1)
    }
}

.g_kv .kv_logo {
    position: absolute;
    top: 5%;
    left: 3%;
    width: 12%;
    height: auto
}

.g_main {
    position: relative;
    z-index: 1
}

.sc_intro .intro_wrap {
    max-width: calc(760px + 2rem);
    margin: 0 auto 1em;
    padding: 0;
    font-size: 1.2rem;
    color: #57616a;
    font-weight: 500;
    line-height: 2.2rem
}

.sc_intro .intro_wrap p span {
    color: #f7931e
}

.sc_intro .intro_wrap .title {
    color: #1855b2;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .2rem
}

.sc_intro .intro_wrap ul {
    padding-left: 3rem;
    padding-right: 1.25rem;
    font-weight: 400
}

.sc_intro .intro_wrap ul li {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.sc_intro .intro_wrap .checkHighLight {
    position: relative;
    width: 100%;
    margin: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.sc_intro .intro_wrap .checkHighLight .check {
    position: relative;
    border-radius: 30px;
    border: 0 solid #f79415;
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px
}

.sc_intro .intro_wrap .checkHighLight .check img {
    position: relative;
    width: 30px;
    height: auto
}

.sc_intro .intro_wrap .checkHighLight .check .cnt {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 21px;
    color: #f79415
}

.sc_intro .cta {
    text-align: center
}

.sc_intro .cta .bttn {
    margin: .5rem auto
}

.sc_intro .cta .cta_word {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e3701e
}

.sc_agenda {
    padding: 3rem 0 4rem;
    background-color: #f8f8f8
}

.sc_agenda .ps {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #57616a
}

.agenda_cnt .ag_row {
    display: flex;
    margin-bottom: 3px;
    background-color: rgba(247, 148, 21, .1)
}

.agenda_cnt .ag_row.ag_tit {
    background-color: #f79415
}

.agenda_cnt .ag_row.ag_tit .td.td_time {
    flex: 0 0 auto;
    background-color: rgba(0, 0, 0, 0)
}

.agenda_cnt .ag_row.ag_tit .td.td_time .time {
    color: #fff;
    font-size: 1rem;
    text-align: left
}

.agenda_cnt .ag_row.ag_tit .td.td_tit {
    flex: 0 0 77%;
    background-color: rgba(0, 0, 0, 0)
}

.agenda_cnt .ag_row.ag_tit .td.td_tit .title {
    color: #fff;
    font-size: 1rem;
    text-align: left
}

.agenda_cnt .ag_row.ag_sp .title {
    color: rgba(87, 97, 106, .7);
    font-size: 21px;
    line-height: 1.5;
    font-weight: bold
}

.agenda_cnt .ag_row.ag_sp .title .tit {
    color: #000
}

.agenda_cnt .ag_row.ag_sp .title .topic {
    color: #ffc19e
}

.agenda_cnt .td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3rem;
    padding: .5rem 1rem;
    color: #57616a
}

.agenda_cnt .td.td_time {
    flex: 0 0 auto
}

.agenda_cnt .td.td_tit {
    flex: 0 0 60%
}

.agenda_cnt .td.td_spk {
    flex: 0 1 40%;
    line-height: 1.3
}

.agenda_cnt .td .time {
    color: #57616a
}

.agenda_cnt .td .title {
    font-size: 1.25rem;
    line-height: 1.2
}

.agenda_cnt .td .spk {
    color: rgba(0, 0, 0, .75)
}

.agenda_cnt .td .spk .name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2f477f
}

.agenda_cnt .td .spk .tit.sp {
    font-size: 14px
}

.sc_intro {
    position: relative;
    padding: 2% 0 0 0;
    background: url("img/bg_mask.png");
    background-position: bottom center;
    background-size: cover
}

.sign_btn {
    position: relative;
    margin-top: 5%;
    width: 30%;
    left: 50%;
    transform: scale(1) translateX(-50%);
    transition: all .6s;
    transform-origin: 0% 50%
}

.sign_btn img {
    width: 100%;
    max-width: 100%;
    transition: all .6s
}

.sign_btn:hover img {
    transform: scale(0.9);
    transition: all .6s
}

.intro_wrap {
    position: relative;
    padding: 0;
    font-size: 1.2rem;
    color: #57616a;
    font-weight: 500;
    line-height: 2.2rem;
    text-align: center;
    padding: 0 2%
}

.intro_wrap .title {
    color: #ab7035;
    font-size: 32px;
    font-weight: 600
}

.intro_wrap .content {
    text-align: left;
    margin-top: 2%;
    padding: 0 20px
}

.intro_wrap .content span {
    color: #ab7035;
    font-weight: bold
}

.intro_wrap .sub_title {
    text-align: left;
    color: #2f2f2f;
    font-weight: normal;
    margin-top: 3%;
    font-size: 18px;
    line-height: 2rem
}

.intro_wrap ul {
    padding-left: 3rem;
    padding-right: 1.25rem;
    font-weight: 400
}

.intro_wrap ul li {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.intro_wrap .checkHighLight {
    position: relative;
    width: 100%;
    margin: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.intro_wrap .checkHighLight .check {
    position: relative;
    border-radius: 30px;
    border: 0 solid #f79415;
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px
}

.intro_wrap .checkHighLight .check img {
    position: relative;
    width: 30px;
    height: auto
}

.intro_wrap .checkHighLight .check .cnt {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 21px;
    color: #f79415
}

.product_cnt {
    width: 100%;
    margin-top: 8%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 30px
}

.product_cnt .top_area {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product_cnt .top_area .left {
    height: 330px;
    display: flex;
    justify-content: center;
    align-content: center
}

.product_cnt .top_area .left img {
    width: 100%;
    max-width: 100%
}

.product_cnt .top_area .left .btn {
    position: absolute;
    bottom: 25px;
    border: solid 1px #f29600;
    border-radius: 20px;
    color: #4f4f4f;
    letter-spacing: .2rem;
    font-size: 16px;
    padding-right: 30px;
    transition: all .2s
}

.product_cnt .top_area .left .btn:hover {
    color: #fff;
    background-color: #f29600;
    border: solid 1px #f29600;
    transition: all .2s
}

.product_cnt .top_area .left .btn:after {
    position: absolute;
    content: "⇀";
    font-size: 16px;
    animation: arrowMove .6s steps(2) infinite alternate both
}

@keyframes arrowMove {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(10px)
    }
}

.product_cnt .top_area .right {
    height: 330px;
    display: flex;
    justify-content: center;
    align-content: center
}

.product_cnt .top_area .right img {
    width: 100%;
    max-width: 100%
}

.product_cnt .top_area .right .btn {
    position: absolute;
    bottom: 25px;
    border: solid 1px #f29600;
    border-radius: 20px;
    color: #4f4f4f;
    letter-spacing: .2rem;
    font-size: 16px;
    padding-right: 30px;
    transition: all .2s
}

.product_cnt .top_area .right .btn:hover {
    color: #fff;
    background-color: #f29600;
    border: solid 1px #f29600;
    transition: all .2s
}

.product_cnt .top_area .right .btn:after {
    position: absolute;
    content: "⇀";
    font-size: 16px;
    animation: arrowMove .6s steps(2) infinite alternate both
}

.product_cnt .bottom_area {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.product_cnt .bottom_area .center {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center
}

.product_cnt .bottom_area .center img {
    width: 100%;
    max-width: 100%
}

.product_cnt .bottom_area .center img.forM {
    display: none
}

.product_cnt .bottom_area .center .btn {
    position: absolute;
    margin-top: 26%;
    margin-left: 35%;
    border: solid 1px #f29600;
    border-radius: 20px;
    color: #4f4f4f;
    letter-spacing: .2rem;
    font-size: 16px;
    padding-right: 30px;
    transition: all .2s
}

.product_cnt .bottom_area .center .btn:hover {
    color: #fff;
    background-color: #f29600;
    border: solid 1px #f29600;
    transition: all .2s
}

.product_cnt .bottom_area .center .btn:after {
    position: absolute;
    content: "⇀";
    font-size: 16px;
    animation: arrowMove .6s steps(2) infinite alternate both
}

.product_cnt .bottom_area .center .btn_end {
    position: absolute;
    margin-top: 23%;
    margin-left: 35%;
    border: solid 1px #4f4f4f;
    border-radius: 20px;
    color: #4f4f4f;
    letter-spacing: .2rem;
    font-size: 16px;
    padding: 5px 20px
}

.product_cnt .bottom_area .center .btn_links {
    width: 30%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    left: 5%;
    margin-top: 18%
}

.product_cnt .bottom_area .center .btn_links img {
    width: 100%;
    max-width: 100%
}

.product_cnt .bottom_area .center .btn_links .link1,
.product_cnt .bottom_area .center .btn_links .link2 {
    transition: all .6s
}

.product_cnt .bottom_area .center .btn_links .link1:hover,
.product_cnt .bottom_area .center .btn_links .link2:hover {
    transform: translateY(6px) scale(1.05);
    transition: all .4s
}

.product_cnt .features {
    width: 100%;
    flex: 0 0 65%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.product_cnt .features .feature {
    margin: 3% 0
}

.product_cnt .features .feature.feature1 {
    width: 75.3532182104%
}

.product_cnt .features .feature.feature2 {
    width: 82.7315541601%;
    margin-left: 8%
}

.product_cnt .features .feature.feature3 {
    width: 100%;
    margin-left: 16%
}

.product_cnt .features .feature img {
    width: 100%;
    max-width: 100%
}

.unlock {
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center
}

.unlock a {
    width: 35%
}

.unlock a img {
    width: 100%;
    max-width: 100%
}

.sc_speaker {
    position: relative;
    padding: 0 0 8% 0
}

.sc_speaker .speaker_items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.sc_speaker .speaker_items .item {
    position: relative;
    flex: 0 0 25%;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff
}

.sc_speaker .speaker_items .item .for_test {
    display: none
}

.sc_speaker .speaker_items .item .pic {
    position: relative;
    width: 100%;
    cursor: pointer
}

.sc_speaker .speaker_items .item .pic img {
    width: 100%;
    max-width: 100%
}

.sc_speaker .speaker_items .item .pic:before {
    position: absolute;
    content: "#AIoT產業";
    background: url("img/tag_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 181px;
    height: 48px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    left: -8px;
    bottom: 0
}

.sc_speaker .speaker_items .item.item2 .pic:before {
    content: "#AI伺服器與NB"
}

.sc_speaker .speaker_items .item.item3 .pic:before {
    content: "#AI晶片與雲端運算"
}

.sc_speaker .speaker_items .item.item4 .pic:before {
    content: "#AI人工智慧"
}

.sc_speaker .speaker_items .item.item5 .pic:before {
    content: "#智慧醫療"
}

.sc_speaker .speaker_items .item.item6 .pic:before {
    content: "#邊緣運算"
}

.sc_speaker .speaker_items .item.item7 .pic:before {
    content: "#邊緣運算"
}

.sc_speaker .speaker_items .item .name {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background-color: #e1e1e1;
    border-radius: 0 0 20px 0;
    padding: 5% 2%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sc_speaker .speaker_items .item .name span {
    padding-right: 8px;
    color: #565656;
    font-weight: 100;
    font-size: 16px
}

.sc_speaker .contact_bg {
    position: relative;
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sc_speaker .contact_bg img {
    width: 100%;
    max-width: 100%
}

.sc_speaker .contact_bg .content {
    margin-top: 10%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px
}

.sc_speaker .contact_bg .content .phone a {
    color: initial
}

.sc_speaker .contact_bg .content .mail a {
    text-decoration: underline;
    color: initial
}

.sc_game {
    background: url("img/bg_top.png") top center no-repeat, url("img/bg_bottom.png") bottom center no-repeat;
    background-size: 100% auto
}

.sc_game .intro_wrap {
    padding-top: 20%
}

.sc_game .intro_wrap .title {
    color: #ab7035;
    font-size: 28px
}

.sc_game .intro_wrap .tip {
    margin-top: 6%;
    font-size: 18px;
    text-align: left;
    padding: 0 5%
}

.sc_game .intro_wrap .tip span {
    color: #ff7a21
}

.sc_game .intro_wrap .prize_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 10%;
    margin-top: 10%
}

.sc_game .intro_wrap .prize_area .prize img {
    width: 100%;
    max-width: 100%
}

.sc_game .intro_wrap .prize_area .prize_info img {
    width: 100%;
    max-width: 100%
}

.sc_game .intro_wrap .tip2 {
    font-size: 28px;
    color: #a26433;
    font-weight: bold;
    margin-top: 3%
}

.sc_game .intro_wrap .sign_btn {
    width: 30%;
    margin: 15% 0 8% 0
}

.sc_game .intro_wrap .sign_btn img {
    width: 100%;
    max-width: 100%
}

.sc_gift {
    padding: 3rem 0
}

.gift_cnt .gift_intro {
    margin: 0 auto 2rem;
    padding: 0 1em;
    max-width: 50em;
    font-size: 1.25rem
}

.gift_cnt .gift_intro p {
    margin-bottom: 0
}

.gift_cnt .items {
    display: flex;
    justify-content: space-between
}

.gift_cnt .item {
    position: relative;
    flex: 0 1 24%
}

.gift_cnt .item .type {
    border-radius: 2px 10px 0 0;
    display: inline-block;
    background-color: #4cb3cf;
    padding: .5rem 2rem .5rem 1rem;
    line-height: 1;
    color: #fff
}

.gift_cnt .item .img {
    border-radius: 0 4px 4px 4px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .19)
}

.gift_cnt .item .txt {
    margin-top: 1rem;
    padding: .5em 2rem 2rem;
    text-align: center;
    line-height: 1
}

.gift_cnt .item .att {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5em;
    font-size: 1.25em
}

.gift_cnt .item .att .t {
    flex: 0 0 auto;
    padding-left: .25rem;
    padding-right: .25rem
}

.gift_cnt .item .att .l {
    margin-top: 3px;
    flex: 0 0 3rem;
    height: 1px;
    background-color: #fff
}

.gift_cnt .item .name {
    margin-top: .5rem;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3
}

.gift_cnt .item .count {
    margin: 1rem 0
}

.gift_cnt .item .price {
    border: 1px solid #4cb3cf;
    padding: .5rem 1rem;
    border-radius: 40px;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff
}

.gift_cnt .more {
    margin-top: 1rem;
    text-align: center
}

.gift_cnt .more_inner {
    display: inline-block;
    border-radius: 3rem;
    padding: 1rem 2rem;
    font-size: 1.25rem
}

.sc_detail {
    font-size: .8rem;
    padding: 5rem 0 3rem 0;
    background: linear-gradient(90deg, #1e3a6b, #081938)
}

.sc_detail .detail_cnt {
    margin-top: 80px
}

.sc_detail .detail_cnt span {
    font-weight: 800
}

.sc_detail .detail_cnt span a {
    text-decoration: none
}

.sc_detail .detail_cnt span a:hover {
    color: #f29600
}

.sc_detail ul,
.sc_detail ol {
    color: #fff;
    padding-left: 1.25em;
    list-style: disc
}

.sc_detail p {
    color: #fff
}

.sc_detail li {
    line-height: 1.3;
    padding: .33rem 0
}

.sc_location {
    padding: 3rem 0
}

.sc_location .location_cnt {
    display: flex;
    justify-content: space-between
}

.sc_location .loc_wrap {
    flex: 0 0 49.5%
}

.sc_location .info_wrap .part {
    font-size: 1.5rem;
    color: #57616a;
    font-weight: 700
}

.sc_location .info_wrap .loca {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    color: #e3701e
}

.sc_location .info_wrap .addr {
    border-radius: 4px;
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: 1rem
}

.sc_location .map_wrap .map {
    position: relative;
    padding-top: 50%;
    overflow: hidden
}

.sc_location .map_wrap .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.g_footer {
    padding: 2rem 0;
    background: linear-gradient(90deg, #d4610f, #f79415) no-repeat
}

.g_footer .foo_logo {
    margin: 0 auto;
    max-width: 200px
}

.modal-content {
    border-width: 1px;
    border-color: #e0560a;
    border-radius: 20px
}

.modal-body {
    padding: 2rem 5rem 5rem 3rem
}

.modal-body .line {
    color: #000;
    margin-top: 1%
}

.modal-body .line span {
    color: #8b8b8b;
    padding-right: 15px
}

.modal-body.product1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.modal-body.product1 .group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column
}

.modal-body.product1 .group .line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.modal-body.product1 .group .line .title {
    flex: 0 0 auto;
    padding: 0 2%;
    text-align: center;
    color: #f39800;
    font-weight: bold;
    font-size: 18px;
    flex-wrap: nowrap
}

.modal-body.product1 .group .line .title.sub_title {
    color: #000;
    font-weight: 300;
    margin-left: 3px;
    font-size: 17px
}

.modal-body.product1 .group .line .title.sub_title.sp {
    font-size: 14px
}

.modal-body.product1 .group .line .dot {
    flex: 1 1 auto;
    border-top: dotted;
    border-color: #c6c6c6
}

.modal-body.product1 .group .line .number {
    flex: 0 0 auto;
    padding: 0 2%;
    text-align: center;
    color: #c6c6c6;
    font-size: 18px
}

.modal-body.product3 .intro {
    line-height: 2rem
}

.modal-body.product3 .intro span {
    font-weight: bold
}

.modal-body.product3 .sc_agenda2 {
    position: relative;
    margin-top: 5%
}

.modal-body.product3 .agd_cnt {
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #000
}

.modal-body.product3 .agd_cnt .tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 193, 158, .5);
    padding: 1% 0
}

.modal-body.product3 .agd_cnt .tr.tr_light {
    background-color: #1470bf;
    color: #fff
}

.modal-body.product3 .agd_cnt .tr_head {
    border-radius: 20px 0px 20px 0px;
    background-color: #eee;
    color: #e0560a;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .1rem
}

.modal-body.product3 .agd_cnt .td {
    padding: .6em 1.2em
}

.modal-body.product3 .agd_cnt .td_time {
    flex: 0 0 20%;
    text-align: center
}

.modal-body.product3 .agd_cnt .td_title {
    display: inline-flex;
    align-items: center
}

.modal-body.product3 .agd_cnt .ag_tit {
    flex: 1 1 auto;
    margin-right: 1em;
    font-size: 1.125em
}

.modal-body.product3 .agd_cnt .topic_toggle {
    flex: 0 0 100px
}

.modal-body.product3 .agd_cnt .ag_spk {
    line-height: 1.35
}

.modal-body.product3 .agd_cnt .ag_spk+.ag_spk_tit {
    margin-top: 15px
}

.modal-body.product3 .agd_cnt .ag_spk+.ag_spk {
    margin-top: 6px
}

.modal-body.product3 .agd_cnt .ag_spk .name {
    margin-top: .2rem;
    color: #000;
    font-weight: 600
}

.modal-body.product3 .agd_cnt .ag_spk .name span {
    color: #7a7a7a;
    padding-left: 5px;
    font-weight: normal
}

.modal-body.product3 .agd_cnt .ag_spk_tit {
    display: inline-block;
    border-bottom: 1px solid #ffc19e;
    margin-bottom: .4em;
    padding-bottom: .2em;
    font-size: .875em;
    color: #000
}

.modal-body.product3 .agd_normal .td_title {
    flex: 0 1 50%
}

.modal-body.product3 .agd_normal .td_speaker {
    flex: 0 1 30%
}

.modal-body.product3 .agd_split .tr {
    align-items: stretch
}

.modal-body.product3 .agd_split .td {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.modal-body.product3 .agd_split .topic_toggle {
    flex: 0 0 0;
    margin: 10px 0
}

.modal-body.product3 .agd_split .tr_split_tit {
    color: #fff
}

.modal-body.product3 .agd_split .tr_split_tit .td_split {
    border-radius: 20px 20px 0 0
}

.modal-body.product3 .agd_split .tr_split_tit .td_split.sp1 {
    background-color: #ffc19e
}

.modal-body.product3 .agd_split .tr_split_tit .td_split.sp2 {
    background-color: #ffc19e
}

.modal-body.product3 .agd_split .sp1 {
    flex: 0 1 50%;
    border-left: 5px solid #ffc19e
}

.modal-body.product3 .agd_split .sp2 {
    flex: 0 1 50%;
    border-left: 5px solid #ffc19e
}

.modal-body.product3 .agd_split .ag_spk {
    margin-top: .2rem;
    padding: .2rem 0
}

.modal-body.product3 .ag_tip {
    text-align: center;
    color: #fff
}

.modal-body.product3 .price {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.modal-body.product3 .price .title {
    width: 100%;
    border-radius: 20px 0px 20px 0px;
    background-color: #eee;
    color: #e0560a;
    font-weight: bold;
    font-size: 20px;
    padding: .6rem 0;
    text-align: center;
    letter-spacing: .1rem;
    margin-top: 5%
}

.modal-body.product3 .price .sections {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3%
}

.modal-body.product3 .price .sections .left,
.modal-body.product3 .price .sections .right {
    position: relative;
    flex: 0 0 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 5%;
    margin: 3% 5% 0 5%
}

.modal-body.product3 .price .sections .left .name,
.modal-body.product3 .price .sections .right .name {
    color: #e0560a;
    font-size: 18px
}

.modal-body.product3 .price .sections .left .number,
.modal-body.product3 .price .sections .right .number {
    font-size: 45px;
    font-weight: bolder;
    color: #000
}

.modal-body.product3 .price .sections .left .number span,
.modal-body.product3 .price .sections .right .number span {
    font-size: 18px
}

.modal-body.product3 .price .sections .line {
    flex: 0 0 1px;
    border-left: solid 2px #ffb58c;
    height: 100px
}

.modal-body.product3 .price .sign_btn {
    margin-top: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-body.product3 .price .sign_btn a {
    width: 200px
}

.modal-body.product3 .price .sign_btn a img {
    width: 100%;
    max-width: 100%
}

.modal-header {
    border-bottom: 1px solid #e0560a;
    padding-bottom: 3%
}

.modal-header .modal-title {
    margin-top: 3%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #e0560a;
    font-weight: 550;
    font-size: 32px;
    text-align: center
}

.all_prize {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.all_prize .prize_list {
    width: 100%;
    border-bottom: solid .5px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.all_prize .prize_list .prize {
    flex: 0 0 60%;
    padding: 10px 0 10px 10px;
    font-size: 18px
}

.all_prize .prize_list .name_list {
    flex: 0 0 40%;
    padding: 10px 0 10px 10px;
    border-left: solid .5px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

.all_prize .prize_list .name_list .name {
    padding: 5px
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto
    }
}

@media(max-width: 1450px) {
    header .nav_area ul {
        margin: 0 0 0 0
    }

    header .nav_area ul li a {
        font-size: 1.125rem
    }
}

@media(max-width: 1300px) {
    header .nav_area {
        padding: 0 20px
    }

    header .nav_area ul {
        margin: 0 7% 0 0
    }

    header .nav_area ul li a {
        font-size: 1rem
    }
}

@media(max-width: 768px) {
    header {
        height: 35px;
        background-color: rgba(0, 0, 0, 0);
        position: absolute
    }

    header .nav_mobile {
        position: relative;
        display: block
    }

    header .nav_mobile-btn {
        position: absolute;
        top: 5px;
        right: 15px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    header .nav_mobile-btn-line {
        position: relative;
        display: block;
        width: 25px;
        height: 2px;
        background: #f39800;
        border-radius: 4px;
        margin: 2.5px 0
    }

    header .nav_language {
        position: absolute;
        top: 110px;
        right: 5px;
        cursor: pointer;
        padding: 0 12px;
        text-align: right;
        transform: translateY(0)
    }

    header .nav_sns {
        position: absolute;
        right: 0;
        cursor: pointer;
        padding: 0 12px;
        text-align: right;
        transform: translateY(50px)
    }

    header .nav_area {
        position: absolute;
        top: 0;
        width: 100%;
        justify-content: space-around;
        padding: 0 10px
    }

    header .nav_area .logo {
        width: 120px
    }

    header .nav_area ul {
        position: relative;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0
    }

    header .nav_area ul li {
        position: relative;
        width: 100%;
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    header .nav_area ul li p {
        font-size: 12px;
        margin-top: 18px
    }

    header .nav_area ul li a {
        position: relative;
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding: 3px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 500;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

    header .nav_area ul li a:hover {
        color: #f39800
    }

    header .nav_area ul li.btn a {
        padding: 12px 35px;
        color: #fff;
        background-color: #f39800;
        border: 1px solid #f39800;
        border-radius: 5px
    }

    header .nav_area ul li.btn a:hover {
        color: #f39800;
        background-color: #fff
    }

    header .nav_area ul li.active a {
        color: #f39800
    }

    .all_prize .prize_list {
        flex-direction: column
    }

    .all_prize .prize_list .prize {
        flex: 0 0 60%;
        padding: 10px 0;
        font-size: 14px;
        border: none
    }

    .all_prize .prize_list .name_list {
        border: none
    }

    .all_prize .prize_list .name_list .name {
        font-size: 14px;
        border: none
    }
}

@media(max-width: 768px) {
    .modal-body {
        padding: 2rem
    }

    #product2 .modal-dialog .modal-content .modal-body .line {
        font-size: 14px
    }

    #product2 .modal-dialog .modal-content .modal-body .line span {
        display: block;
        margin-top: 15px
    }

    #product3 .sc_agenda2 {
        background-color: #fafafa
    }

    #product3 .sc_agenda2 .agd_cnt .tr {
        display: block
    }

    #product3 .sc_agenda2 .agd_cnt .tr_head {
        display: none
    }

    #product3 .sc_agenda2 .agd_cnt .td {
        padding: .2em 1em
    }

    #product3 .sc_agenda2 .agd_cnt .td:first-child {
        padding-top: 1em
    }

    #product3 .sc_agenda2 .agd_cnt .td:last-child {
        padding-bottom: 1em
    }

    #product3 .sc_agenda2 .agd_cnt .td_time {
        text-align: left
    }

    #product3 .sc_agenda2 .agd_cnt .td_title {
        display: block
    }

    #product3 .sc_agenda2 .agd_cnt .topic_toggle {
        margin-top: .5em
    }

    #product3 .sc_agenda2 .agd_split .tr_split_tit {
        display: none
    }

    #product3 .sc_agenda2 .agd_split .tr_split_tit .td_split {
        flex: 0 0 50%;
        text-align: center
    }

    #product3 .sc_agenda2 .agd_split .tr_split_tit .td_time {
        display: none
    }

    #product3 .sc_agenda2 .agd_split .td_split.sp1:nth-child(2) {
        padding-bottom: 1em;
        border-bottom: 1px solid rgba(0, 0, 0, .5)
    }

    #product3 .sc_agenda2 .agd_split .td_time.sp2:nth-child(3) {
        padding-top: 1em
    }

    #product3 .price .sections {
        flex-direction: column
    }

    #product3 .price .sections .left {
        justify-content: center;
        align-items: center
    }

    #product3 .price .sections .right {
        justify-content: center;
        align-items: center
    }

    #product3 .sign_btn {
        margin-top: 10%
    }

    .g_kv {
        overflow: hidden;
        height: 35vh
    }

    .g_kv .kv {
        width: 150%;
        right: 0;
        top: 40%
    }

    .g_kv .kv.kv2 {
        width: 150%;
        right: 50%;
        top: 40%
    }

    .g_kv .tit .t1 {
        width: 52%;
        left: 10%;
        margin-top: 10%
    }

    .g_kv .tit .t2 {
        width: 25%;
        left: 65%;
        margin-top: 8%
    }

    .g_main {
        overflow: hidden
    }

    .g_main .sc_intro {
        position: relative;
        width: 100%
    }

    .g_main .sc_intro .intro_wrap {
        width: 100%
    }

    .g_main .sc_intro .intro_wrap .title {
        font-size: 22px
    }

    .g_main .sc_intro .intro_wrap .content {
        font-size: 16px;
        line-height: initial
    }

    .g_main .sc_intro .intro_wrap .content span {
        font-size: 18px
    }

    .g_main .sc_intro .product_cnt {
        flex-direction: column;
        margin-top: 50px
    }

    .g_main .sc_intro .product_cnt .top_area {
        flex-direction: column;
        gap: 30px
    }

    .g_main .sc_intro .product_cnt .top_area .left,
    .g_main .sc_intro .product_cnt .top_area .right {
        position: relative;
        height: auto;
        width: 100%
    }

    .g_main .sc_intro .product_cnt .top_area .left .btn {
        bottom: 15px
    }

    .g_main .sc_intro .product_cnt .top_area .right .btn {
        bottom: 10px
    }

    .g_main .sc_intro .product_cnt .bottom_area {
        position: relative
    }

    .g_main .sc_intro .product_cnt .bottom_area .center {
        position: relative
    }

    .g_main .sc_intro .product_cnt .bottom_area .center .forPC {
        display: none
    }

    .g_main .sc_intro .product_cnt .bottom_area .center .forM {
        width: 100%;
        max-width: 100%;
        display: block
    }

    .g_main .sc_intro .product_cnt .bottom_area .center .btn_links {
        width: 80%;
        margin-top: 40%;
        margin-left: 6%;
        gap: 10px
    }

    .g_main .sc_intro .product_cnt .bottom_area .center .btn {
        bottom: 0;
        font-size: 14px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0
    }

    .g_main .sc_intro .product_cnt .bottom_area .center .btn span {
        font-size: 12px
    }

    .g_main .sc_intro .product_cnt .bottom_area .center .btn_end {
        bottom: 15px;
        font-size: 14px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0
    }

    .g_main .sc_intro .product_cnt .npu {
        flex: 0 0 100%
    }

    .g_main .sc_intro .product_cnt .features .feature {
        margin: 2% 0
    }

    .g_main .sc_speaker {
        margin-top: 50px
    }

    .g_main .sc_speaker .speaker_items .item {
        flex: 0 0 100%
    }

    .g_main .sc_speaker .speaker_items .item .pic:before {
        font-size: 16px
    }

    .g_main .sc_speaker .speaker_items .item .name {
        font-size: 22px
    }

    .g_main .sc_speaker .speaker_items .item .name span {
        font-size: 18px
    }

    .g_main .sc_speaker .contact_bg {
        margin-top: 50px;
        width: 95%
    }

    .g_main .sc_game {
        padding-bottom: 10%
    }

    .g_main .sc_game .intro_wrap .title {
        font-size: 20px
    }

    .g_main .sc_game .intro_wrap .tip {
        font-size: 14px;
        line-height: initial;
        margin-top: 15%
    }

    .g_main .sc_game .intro_wrap .prize_area {
        flex-direction: column;
        padding: 0
    }

    .g_main .sc_game .intro_wrap .prize_area .prize {
        padding-right: 20%
    }

    .g_main .sc_game .intro_wrap .tip2 {
        font-size: 20px;
        margin-top: 6%
    }

    .g_main .sc_game .intro_wrap .sign_btn {
        width: 80%;
        margin: 10% 0 0 0
    }

    .sc_intro .intro_wrap {
        font-size: 1.125rem
    }

    .sc_intro .intro_wrap ul {
        padding-left: 1.75rem;
        padding-right: .5rem
    }

    .ag_table {
        margin-bottom: 2rem
    }

    .ag_table .ag_row {
        display: block;
        margin-bottom: 10px
    }

    .ag_table .td.td_time {
        display: inline-flex;
        min-height: auto
    }

    .ag_table .td.td_spk .com {
        margin-top: .25rem
    }

    .sc_agenda {
        padding-bottom: 2rem
    }

    .agd_cnt .tr {
        display: block
    }

    .agd_cnt .tr_head {
        display: none
    }

    .agd_cnt .td {
        padding: .2em 1em
    }

    .agd_cnt .td:first-child {
        padding-top: 1em
    }

    .agd_cnt .td:last-child {
        padding-bottom: 1em
    }

    .agd_cnt .td_time {
        text-align: left
    }

    .agd_cnt .td_title {
        display: block
    }

    .agd_cnt .topic_toggle {
        margin-top: .5em
    }

    .agd_split .tr_split_tit {
        display: none
    }

    .agd_split .tr_split_tit .td_split {
        flex: 0 0 50%;
        text-align: center
    }

    .agd_split .tr_split_tit .td_time {
        display: none
    }

    .agd_split .td_split.sp1:nth-child(2) {
        padding-bottom: 1em;
        border-bottom: 1px solid rgba(0, 0, 0, .5)
    }

    .agd_split .td_time.sp2:nth-child(3) {
        padding-top: 1em
    }

    .sign_btn {
        width: 80%;
        flex-direction: column;
        gap: 10px
    }

    .sign_btn a.btn1,
    .sign_btn a.btn2 {
        width: 100%
    }

    .sc_location .location_cnt {
        display: block
    }

    .sc_location .loc_wrap {
        margin-bottom: 1rem
    }

    .sc_detail .detail_cnt {
        margin-top: 50px
    }
}

/*# sourceMappingURL=style.min.css.map */