
html,
body {
    font-size: 16px;
    font-family: 'Noto Sans TC', Microsoft Jhenghei, '微軟正黑', sans-serif;
}

.text_primary_c { color: #1a2166; }
.text_support_c { color: #c664b2; }
.text_blue { color: #04365c; }
.text_red { color: #db230b; }
.text_grey { color: #97999c; }
.text_yellow { color: #f5c01b; }
.text_purple { color: #8a21ec; }

.bgc_primary { background-color: #1a2166; }
.bgc_support { background-color: #c664b2; }
.bgc_grey { background-color: #97999c; }

.f_s_h1 { font-size: 1.8em; }
.f_s_h2 { font-size: 1.6em; }
.f_s_h3 { font-size: 1.425em; }
.f_s_h4 { font-size: 1.25em; }
.f_s_h5 { font-size: 1.125em; }
.f_s_sm { font-size: 0.875em; }
.f_s_xs { font-size: 12px; }
.f_w_700 {font-weight: 700;}
.lh_min { line-height: 1.3; }

.layout_sec {
    padding-top: 60px;
    padding-bottom: 80px;
}
.layout_sec.bg_grey {
    background-color: rgba(0, 0, 0, 0.02);
}

/*------ SECTION STYLE ------*/
.section_bgc {
    background-color: #e0eff0;
}
.sec_title {
    position: relative;
    margin: 30px auto 60px;
    min-width: 120px;
    max-width: 25%;
    width: 100%;
    text-align: center;
}
.sec_title .tit {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    color: #f29600;
}
.sec_title .tit::before {
    content: '';
    position: absolute;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    width: 400px;
    max-width: 90%;
    height: 40px;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0 0 30px #f5c01b;
}



/*------ NAV MENU ------*/
.fixed-top {
    background-color: #00284a;
    background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.1) 4%, rgba(255,255,255,0) 20%), linear-gradient(60deg, #00002e, #1a2166 85%, #c664b2)!important;
}
.navbar-toggler-icon {
    background: url(img/UI/menu_button.svg);
}
.header_title {
    padding: 15px 20px;
    color: #f5c01b;
}
.navbar {
    flex: 1 0 auto;
    padding: 0;
}
.header_function {
    font-size: 0;
    padding: 8px 1rem;
}

.nav-link {
    padding: 0 1rem;
    line-height: 40px;
}
.navbar-nav .nav-link {
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
}
.navbar-nav .nav-link.active {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.navbar-nav .nav-link:hover,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(255,255,255,.2);
}
.navbar-nav .nav-link.is_important {
    background-color: rgba(243,152,0,.5);
}

/*download.pngdownload.png#add-to-calendar-checkbox-label {
    cursor: pointer;
    border: #333 1px solid;
    display: block;
}*/
.new-cal div {
    position: relative;
}
.new-cal label,
.function_item_icon i {
    font-size: 20px;
    cursor: pointer;
    background: #f5c01b;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 4px;
    margin: 0;
    line-height: 40px;
}
.new-cal label i {
    line-height: 40px;
}
.function_item_icon i {
    background-color: #6c757d;
}
.add-to-calendar-checkbox~a {
    display: none;
    border-radius: 4px;
    margin-top: 4px;
    font-size: 20px;
    color: #fff;
}
.add-to-calendar-checkbox:checked~a {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.add-to-calendar-checkbox:checked~a .fab {
    position: relative;
    top: 10px;
}
input[type=checkbox].add-to-calendar-checkbox {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    top: -9999px;
    left: -9999px;
}


.icon-google {
    background: #4285F4;
}
.icon-yahoo {
    background: #4203B0;
    top: 82px;
}
.icon-ical {
    background: #666;
    top: 124px;
}
.icon-outlook {
    background: #0070C6;
    top: 166px;
}
.function_item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 1rem;
}
.sns_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 4px;
}
.sns_dropdown.is_show {
    display: block;
}
.sns_dropdown .btn_fb {
    margin-bottom: 2px;
}
.function_btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: center/cover no-repeat;
    cursor: pointer;
}
.function_btn.btn_share {
    background-image: url(img/UI/share.svg);
}
.function_btn.btn_fb {
    background-image: url(img/UI/facebook.svg);
}
.function_btn.btn_line {
    background-image: url(img/UI/line.svg);
}
div.dropdown-menu a {
    cursor: pointer;
}

/*------ KEY VISUAL ------*/
.sec_hero {
    position: relative;
    margin-top: 56px;
}
.g_kv img {
    max-width: 100%;
}
.kv_desktop {
    position: relative;
    max-height: calc(100vh - 56px);
    overflow: hidden;
}
.kv_bg {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: url(img/kv_bg2.png) center/cover no-repeat;
}
.kv_sup {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 3;
    transform: translateX(-50%);

}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    25% {
        transform: rotate(90deg);
        opacity: .2;
    }
    50% {
        transform: rotate(180deg);
        opacity: .7;
    }
    75% {
        transform: rotate(270deg);
        opacity: .4;
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}
.kv_circle {
	animation-name: rotate;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes breath {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.01);
    }
}
.kv_roll {
	animation-name: breath;
    animation-duration: 1000ms;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.kv_circle,
.kv_roll,
.kv_thing,
.kv_tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.kv_circle img,
.kv_roll img,
.kv_thing img,
.kv_tit img {
    width: 100%;
}
.kv_circle img {
	position: relative;
    top: 50%;
	transform: translateY(-49%);    
}
.kv_info {
    position: absolute;
    right: 4%;
    bottom: 16%;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #686767;
}
.kv_info .date {
    margin-bottom: 10px;
    font-size: 1.2em;
}

@keyframes swipe {
    0% {
        left: 0;
        right: 100%;
    }
    33% {
        left: 0;
        right: 0;
    }
    66% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0%;
    }
}
@keyframes updown {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes shake {
    0% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
        opacity: 1;
    }
    82% {
        transform: scale(0.99);
        opacity: .8;
    }
    84% {
        transform: scale(1);
    }
    86% {
        transform: scale(1.01);
        opacity: 1;
    }
    88% {
        transform: scale(1);
    }
    90% {
        transform: scale(0.99);
        opacity: .8;
    }
    92% {
        transform: scale(1);
    }
    94% {
        transform: scale(1.01);
        opacity: 1;
    }
    96% {
        transform: scale(1);
    }
    98% {
        transform: scale(0.99);
        opacity: .8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.s_alert {
    border-top: 8px solid #d04237;
    position: relative;
    z-index: 3;
}
.s_alert .wrap {
    margin-top: -150px;
}
.s_alert .block {
    border: 8px solid #d04237;
    position: relative;
    border-radius: 30px;
    max-width: 800px;
    padding: 40px 60px 60px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.29);
}
.s_alert .bg a {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 160px;
    height: 160px;
    cursor: default;
    background: url(img/cvirus.svg) center/contain no-repeat;
}

/*------ INTRO ------*/
.g_intro {
    line-height: 1.6;
    padding-right: 2em;
}

.intro_prim {
    padding-top: .375em;
    font-size: 2em;
    margin-left: -1rem;
}
.intro_prim div {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
}
.intro_prim .pot1,
.intro_prim .pot2 {
    position: relative;
    padding: 0 .75em;
    color: #fff;
}
.intro_prim .pot1 {
    margin-right: -.75em;
}
.intro_prim .pot1 span,
.intro_prim .pot2 span {
    position: relative;
    z-index: 2;
    line-height: 1.1;
}
.intro_prim .pot1::after,
.intro_prim .pot2::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding-top: 100%;
    width: 100%;
    mix-blend-mode: color-dodge;
}
.intro_prim .pot1::after {
    background-color: #1a2166; }
.intro_prim .pot2::after { 
    background-color: #c664b2; }
.intro_prim .other {
    margin-left: .25rem;
    font-weight: 700;
}

.video_wrap {
    position: relative;
    padding-top: 56.25%;
}
.video_wrap #yt_player {
    position: absolute;
    left: 0;
    top: 0;
}

.g_point {
    padding: 60px 0 30px;
    text-align: center;
}
.point_prefix {
    font-size: 1.2em;
    font-weight: 700;
    color: #1a2166;
}
.point_item {
    padding: 20px 15px;
}
.point_item .icon {
    display: inline-block;
    border-radius: 50%;
    max-width: 120px;
    padding: 20px;
    background-color: #ebeeea;
}
.point_item .icon img {
    width: 100%;
}
.point_item .text {
    margin-top: 10px;
}
.point_item .text span {
    font-size: 1.125em;
    font-weight: 700;
    color: #c664b2;
}

.primary_cta .p_cta {
    display: inline-block;
    margin: 6px;
    border-radius: 1.2em;
    padding-left: 1.75em;
    padding-right: 1.75em;
    height: 2.4em;
    line-height: 2.4em;
    font-size: 1.8em;

    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.primary_cta .p_cta::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    z-index: 1;
    transform: skew(-15deg);
    transition: right 600ms;
}
.primary_cta .p_cta span {
    position: relative;
    z-index: 2;
    color: #fff;
    transition: color 600ms;
}
.primary_cta .p_btn::before {
    background: linear-gradient(60deg, #00002e, #1a2166 75%, #c664b2);
}
.primary_cta .o_btn::before {
    background: linear-gradient(60deg, #a51086, #c664b2 75%, #f1c542);
}
.primary_cta .p_cta:hover {
    text-decoration: none;
}
.primary_cta .p_cta:hover span {
    color: #1a2166;
}
.primary_cta .p_cta:hover::before {
    right: calc(100% + 20px);
}
.g_gift .primary_cta .p_cta {
    background-color: #f1f1f2;
}

.g_active {
    border-radius: 10px;
    margin: 0 60px 40px;
    padding: 60px;
    background: linear-gradient(0deg, #eeeaec, #fffcfc);
}
.active_main {
    position: relative;
    margin-left: -.25em;
    margin-bottom: 20px;
    border-radius: 40px;
    font-size: 5em;
    line-height: 1.1;
    font-weight: 700;
    transform: skewX(-6deg);
    text-shadow: 4px 4px 0 rgba(198,100,178,.5);
}
/*.active_main::before,
.active_main::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.active_main::before {
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: pink;
}
.active_main::after {
    left: -30px;
    top: 10px;
    width: 60px;
    height: 60px;
    background-color: orange;
}*/

.active_intro {
    line-height: 1.6;
    font-size: 1.325em;
}
.active_intro a {
    text-decoration: underline;
}
.iframe_wrap {
    margin: .5rem 0 1rem;
}
.iframe_wrap div {
    background-color: #fff;
}
.active_example {
    position: relative;
    background-color: #fff;
    margin: .25rem 0;
    border: 2px solid #2F89FF;
    border-radius: 6px;
    padding: 3rem 1rem 2rem;
}
.active_example_tit {
    position: absolute;
    left: 0;
    top: 0;
    padding: .25rem 1rem;
    background-color: #2F89FF;
    color: #fff;
}
.active_example p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.active_example .hashtag {
    color: #2F89FF;
}
.active_tips {
    padding-left: 1.75rem;
}
.g_active .usual_img {
    position: relative;
    width: 200px;
    padding-top: 134%;
}
.g_active .usual_img img {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
}
.main_lottery {
}
.special_img {
    position: relative;
}
.special_img .img {
    margin: 0 auto;
    max-width: 240px;
    border-radius: 50%;
    overflow: hidden;
}
.special_img .name {
    position: relative;
    /*left: 50%;*/
    /*bottom: 0;*/
    margin: -10px auto 0;
    padding: .5em 1em;
    max-width: 240px;
    font-size: 1.2em;
    color: #fff;
    white-space: nowrap;
    /*transform: translateX(-50%);*/
    background-color: #1a2166;
    /*background: linear-gradient(60deg, #00002e, #1a2166 85%, #c664b2);*/
    box-shadow: 6px 6px 0 0 #c664b2;
}
.special_img .name .length {
    position: absolute;
    top: -2em;
    right: 0;
    padding: .25em .5em;
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1.1;
    color: #1a2166;
    border: 1px solid currentColor;
}
.active_list {
    font-size: .8em;
    padding: 0;
    margin: 40px auto 0;
    max-width: 600px;
}

.g_gift {
    padding: 20px 0;
}
.gift_item {
    margin: 20px 0;
}
.gift_item .name {
    margin: 6px 0 12px; 
    line-height: 1.3;
}
.gift_item .img_wrap {
    position: relative;
    margin: 0 15px;
}
.gift_item .img_wrap img {
    position: relative;
    z-index: 1;
}
.gift_item .detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2;
}
.gift_item .detail::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: transform 400ms, opacity 200ms;
    background-color: #181f62;
    opacity: 0;
}
.gift_item .detail .text {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    padding: 0 2em;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: opacity 300ms 0ms;
    color: #fff;
    opacity: 0;
}
.gift_item:hover .detail::after {
    transform: scale(1);
    opacity: .6;
}
.gift_item:hover .detail .text {
    opacity: 1;
    transition: opacity 300ms 100ms;
}

.g_report {}
.report_title {
    position: relative;
    border-left: 10px solid orange;
    margin-bottom: 1em;
    padding-left: .75em;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.1;
}
.rp_item {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    background: center/cover no-repeat;
    margin-bottom: 30px;
}
.rp_item a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,.4) linear-gradient(150deg, rgba(213,136,32,0) 40%, rgba(213,136,32,.3) 60%, rgba(213,136,32, .9)) 0 0/100% 200%;
    transition: background 300ms;
}
.rp_item a span {
    position: relative;
    top: 50%;
    display: block;
    padding: 0 1em;
    transform: translateY(-50%);
    font-size: 1.25em;
}
.rp_item a:hover {
    background-position: 0 100%;
}


/*------ AGENDA ------*/
.s_agenda .table_tip {
    margin-top: 6px;
    font-size: 0.95em;
    text-align: center;
}
.s_agenda .table_tip span {
    display: inline-block;
    padding: .4em 1em;
    background-color: #ddd;
}
.s_agenda .ag_dtalk {
    text-align: center;
}
.s_agenda .border-bottom {
    border-color: rgba(26, 33, 102, .5)!important;
}
.s_agenda .title_tr {
    font-weight: normal ;
}
.s_agenda .soft_tr {
    background-color: rgba(198, 100, 178, .12);
}


/*------ SPEAKER ------*/
.s_speaker {
    overflow-x: hidden;
}
.s_speaker img {
    max-width: 100%;
}
.s_speaker .card-text {
    margin-bottom: 0;
}
.speaker_item {
    cursor: pointer;
}
.speaker_item img {
    transition: transform 360ms;
}
.speaker_item:hover img {
    transform: scale(.96);
}


/*------ SPONSOR ------*/
.sponsor_sort {
    font-size: 0;
    color: #fff;
}
.sponsor_sort .btn {
    border-color: transparent;
    border-radius: 0;
    padding-left: 1.2em;
    padding-right: 1.2em;
    background-color: rgba(26, 33, 102, .5);
    transition: background 500ms;
}
.sponsor_sort .btn:not(:disabled):not(.disabled).active {
    background-color: #1a2166;
    color: #fff;
}
.sponsor_sort a {
    font-size: 1rem;
}
.sponsor_item img {
    max-width: 100%;
    transition: transform 300ms;
}
.sponsor_item a[href]:hover img {
    transform: scale(0.96);
}


/*------VENUE------*/
.s_review {}
.review_essential {
	position: relative;
	min-height: 420px;
	background: url('img/combat.jpg') center/cover no-repeat;
}
.review_essential::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(rgba(0,0,0,.6), rgba(0,0,0,.2));
}
.review_wrap {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 100%;
	font-size: 2.6em;
	font-weight: 700;
	text-shadow: 0 3px 8px rgba(0,0,0, 1);
	color: #fff;
}
.review_wrap .holder {
	text-align: center;
}
.essential_wrapper {
	position: relative;
	height: 80px;
    overflow: hidden;
}
.essential_slide {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	opacity: 0;
}
.essential_slide span {
	line-height: 60px;
	display: inline-block;
	vertical-align: baseline;
}
.essential_slide .ess_key {
	position: relative;
	bottom: -4px;
	font-size: 2em;
	color: #ffff00;
	font-family: Rubik, sans-serif;
}
.essential_slide.is_active {
	animation-name: slideAni;
	animation-duration: 3s;
}
@keyframes slideAni {
	0% {
		left: 20%;
		opacity: 0;
	}
	20% {
		left: 0%;
		opacity: 1;
	}
	80% {
		left: 0%;
		opacity: 1;
	}
	100% {
		left: -20%;
		opacity: 0;
	}
}


/*------VENUE------*/
.s_venue {
}



/*------JOIN------*/
.s_join {
}



/*------ FIX BOTTOM ------*/
.g_fixbottom {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    transform: translateX(200%);
    transition: transform 400ms;
}
.g_fixbottom.avtive {
    transform: translateX(0); }
.g_fixbottom .totop,
.g_fixbottom .tosign {
    position: relative;
    right: 0;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    transition: right 300ms;
    border: 1px solid #e4e4e4; }
.g_fixbottom .tosign {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
    animation-name: jump;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.g_fixbottom .tosign a {
    display: block;
    padding: 7px 10px;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    76% {
        transform: translateY(0);
    }
    82% {
        transform: translateY(-10px);
    }
    88% {
        transform: translateY(0);
    }
    94% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.g_fixbottom .tosign a {
    color: #fff;
}
.g_fixbottom .totop {
    text-align: center;
    padding: 25px 10px 10px;
    background: #fff url(img/ui/uparr-48-b.png) no-repeat center center;
    font-size: 0; }
.g_fixbottom .tosign:hover,
.g_fixbottom .totop:hover {
    right: 6px;
    text-decoration: none; 
}

/*------FOOTER------*/
.sec_footer {
    background-color: #343a40;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.1) 4%, rgba(255,255,255,0) 20%), linear-gradient(60deg, #00002e, #1a2166 85%, #c664b2);
}

/*------ ALERT ------*/
.g_alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    opacity: 1;
    overflow: hidden;
    transition: bottom 0ms 500ms, opacity 500ms 0ms;
}
.g_alert.is_disable {
    opacity: 0;
    bottom: 100%;
}
.g_alert.is_disable .block {
    transform: translate3d(0, 6%, 0);
}
.g_alert .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
}
.g_alert .wrap {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    max-height: 100vh;
    padding: 30px;
    pointer-events: none;
}
.g_alert .block {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.19);
    transition: transform 600ms;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden; 
}
.g_alert .list li {
    padding: .25em 0;
    line-height: 1.2;
}
.g_alert .toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(img/cross.svg) left center/30px no-repeat;
    opacity: .6;
    transition-property: opacity, transform;
    transition-duration: 360ms;
    transform-origin: 15px center;
    cursor: pointer;
}
.g_alert .toggle:hover {
    opacity: 1;
    transform: rotate(12deg); 
}

@keyframes shine_line {
    0% {
        transform: scaleX(0);
    }
    20% {
        transform: scaleX(0);
    }
    60% {
        transform: scaleX(1) translateX(0);
    }
    100% {
        transform: scaleX(1) translateX(100%);
    }
}   

@media (min-width:769px) {
    .modal-dialog {
        max-width: 600px;
    }
    .nav-item.is_highlight {
        position: relative;
        overflow: hidden;
    }
    .nav-item.is_highlight::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-image: linear-gradient(-90deg, #c664b2, rgba(192,100,178,0));
        transform-origin: 0 center;
        animation: shine_line 2.4s linear 0s infinite;
    }
}

@media (max-width:768px) {
    .navbar {
        padding: 8px;
    }
    .kv_sup {
        left: 0;
        bottom: 6%;
        transform: translateX(0);
        width: 100%;
        text-align: center;
    }
    .sec_title {
        max-width: 60%;
    }
    .g_active {
        margin-left: 0;
        margin-right: 0;
    }
    .s_speaker .speaker_item .img-fluid {
        max-width: 275px;
    }
    .s_agenda .ag_time {
        text-align: left!important;
        color: #04365c;
    }
    .s_agenda .ag_title {
        text-align: left!important;
        line-height: 1.2;
    }
    .s_agenda .ag_speaker {
        margin-top: -.5em;
    }
    .s_agenda dt.bg-light,
    .s_agenda .bgc_yellow {
        border-left: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }
    .s_agenda .ag_dtalk {
        text-align: left;
        margin-top: -.5em;
    }
    
    .iframe_wrap {
        position: relative;
        padding-top: 124%;
    }
    
    .iframe_wrap div,
    .iframe_wrap iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .s_join ol {
        padding-left: 16px;
    }
    .g_fixbottom {
        right: 10px;
    }
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1!important;
        transform: translate3d(0,0,0)!important;
    }
    .s_alert .block {
        width: 90%;
        padding: 30px 45px 45px;
    }
}

@media (max-width:600px) {
    
    .kv_sup {
        position: static;
    }
    .g_intro {
        font-size: 1em;
        line-height: 1.6;
    }
    .g_intro>div {
        padding: 0 1rem;
    }
    .intro_prim {
        margin: 2rem 2rem -1.5rem;
        text-align: left;
    }
    .intro_prim div {
        color: #000;
    }
    .intro_prim .other:last-child {
        display: block;
        margin-top: 1rem;
        text-align: right;
    }
    .g_intro_box .active_main {
        padding: 0 1.5rem;
    }

    .g_active {
        padding: 30px 30px 60px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .active_main {
        font-size: 3em;
    }
    .g_active .usual_img {
        margin: 0 auto;
        padding-top: 240px;
    }
    .g_active .special_img {
        margin-bottom: 20px;
    }
    .review_essential {
        min-height: 100vw;
    }
    .review_wrap {
        font-size: 2.2em;
    }
    .essential_wrapper {
        height: 180px;
    }
    .s_agenda .ag_title {
        font-size: 1.33em;
        margin-top: -.5em;
    }
    .s_alert .wrap {
        margin-top: -100px;
    }
    .s_alert .block {
        padding: 30px 30px 45px;
    }
    .s_alert .text {
        font-size: 1.225em;
    }
    .s_alert .f_s_h5 {
        font-size: 1em;
    }
    .s_alert .bg a {
        width: 130px;
        height: 130px;
    }
}