
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    /*font-family: Arial, Helvetica, 'Microsoft YaHei', STHeiti, SimSun, sans-serif;*/
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    position: relative;
    cursor: auto;
}

a:hover {
    color: #555;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

body {
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
}

h3 {
    font-weight: bold;
}

p {
    font-size: 18px;
}

button {
    cursor: pointer;
}

ol {
    padding-left: 15px;
}

ol li {
    font-size: 18px;
}

.line {
    max-width: 800px;
    border: solid 1px #CCC1A1;
    margin: 40px auto 0;
}

.nav {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 200px;
    background-color: #6d3446;
    padding-top: 16px;
    height: 100%;
}

.nav .nine-comp {
    display: none;
}

.nav li {
    color: #fff;
}

.nav .active {
    border-bottom: 1px solid;
}

.nav .show {
    position: fixed;
    display: block;
    top:38px;
    background-color: #fff;
    padding: 10px 20px;
    width: 280px;
    margin: 0;
    opacity: 0.9;
}

.nav .mobile-trigger {
    display: none;
    cursor: pointer;
}

.nav #share {
    color: #fff;
    text-align: center;
    padding-top: 30px;
}

.nav #share .one-share {
    display: inline-block;
    max-width: 30px;
    margin: 10px 4px;
}

.nav #share img {
    width: 100%;
}

.logo {
    background: url(../images/DanceLogo.png) no-repeat center center;
    width: 173px;
    height: 173px;
    margin: 0 auto 5px;
}

.nav #menu li {
    list-style: none;
    text-align: center;
    font-family: "Noto Sans CJK TC";
    font-size: 16px;
    line-height: 30px;
}


#menu .sub-news.hide {
    display: none;
}

.main-wrap {
    margin-left: 200px;
}

.main-wrap.gallery {
    margin-left: 0;
} 

.main-wrap.gallery.nav2 {
    margin-left: 200px;
}

.sold_out {
    color: #A40D0D;
}

.top {
    position: relative;
    background: #1f4852;
    line-height: 0.8;
}

.cover-wrapper {
    height: 560px;
    margin-top: -45px;
}

.cover {
    height: 100%;
    background: url(../images/Dancer.jpg) no-repeat center center;
    background-size: cover;
}

.top .term {
    color: #FFFFFF;
    font-family: "Noto Sans CJK TC";
    font-size: 25px;
    letter-spacing: 0.9px;
    line-height: 35px;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 10px;
}

.top .desktop {
    display: inline;
    padding: 12px 12px 0;
}

.top .desktop .semi {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.top .mobile {
    display: none;
}

.top .main-title {
    position: relative;
    z-index: 11;
    text-align: center;
}

.top .main-title.gallery {
    padding-bottom: 40px;
}

.top .info {
     display: grid;
    /*display: none;*/
    grid-template-columns: 9fr 4fr 4fr;
    padding-bottom: 3%;
    padding-left: 10%;
    text-align: center;
}

.top .btn-wrap.mobile {
    display: none;
}

.top button {
    color: #000000;
    font-family: "Noto Sans CJK TC";
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    background-color: #d69d52;
    width: 100%;
}

.top .sign-up-now {
    padding-top: 10px;
    color: #fff;
    font-family: "Noto Sans CJK TC";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.top .timeline {
    display: grid;
    grid-template-columns: 26% 28% 48%;
    max-width: 500px;
    color: #FFFFFF;
    font-family: "Noto Sans CJK TC";
    font-size: 22px;
    line-height: 40px;
    overflow-x: hidden;
    /*padding-left: calc(100% - 450px);*/
}

.top .global-series {
    text-align: left;
    padding-left: 20px;
    padding-top: 40px;
}

.global-series:after {
    position: relative;
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    border-right: 2px solid #FFD503; 
    border-top: 2px solid #FFD503;
    transform: rotate(45deg);
    vertical-align: super;
}

.top .timeline .level {
    padding-left: 10px;
    text-align: left;
}

.top .timeline .level:nth-child(1), .top .timeline .level:nth-child(2) {
    border-right: solid 1px #fff;
}

.top .where {
    font-size: 16px;
}

.top .main-title img {
    width: 70%;
}

.top .language {
    position: absolute;
    top: 20px;
    right: 60px;
    height: 22px;
    width: 125px;
    font-family: "Noto Sans CJK TC";
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}

.active {
    border-bottom: solid 1px #000;
}

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

.top .language a {
    color: #fff;
    padding-left: 8px;
}

.middle {
    background-color: #FFF7E1;
    padding-bottom: 120px;
    font-family: "Roboto","Noto Sans CJK TC","Arial","sans-serif";
}

.text {
    padding: 40px 0 0 100px;
    max-width: 750px;
}

.text ul li {
    list-style-position: inside;
}

.middle .host, .middle .content {
    padding: 40px 100px 0;
    position: relative;
}
li.zhibo.mobile {
    display: none;
}
li.zhibo {
    padding: 8px 12px 4px;
    background-color: #FFF7E1;
}

.live-player {
    margin: 36px 12px;
    text-align: center;
}

.live-player .mobile {
    display: none;
}

.live-player iframe {
    max-width: 100%;
    max-height: calc((100vw - 24px) * 9 / 16);
    margin-bottom: 12px;
}

.live-thumb {
    max-width:640px;
    margin:-32px auto 0px;
    display: flex;
    gap: 4px;
}

iframe.live.mobile {
    display: none;
}
.middle h2 {
    text-align: left;
    line-height: 33px;
}
.middle.gallery {
    padding: 0 20px;
}
.middle.gallery h2 {
    padding: 30px 0 20px 10px;
}

.middle button.broadcast {
    background-color: #c24c1c;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 1.2rem;
}

.middle button .arrow {
    display: inline-block;
    margin-right: 10px;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    vertical-align: sub;
}

.middle .logo {
    display: none;
}

.table.mobile {
    display: none;
}

.table .ticket_sale {
    color: #000;
    border-radius: 4px;
    background-color: #FECC51;
    margin-bottom: 6px;
    padding: 8px 4px;
    text-align: center;
}

.table.mobile .ticket_sale {
    width: 124px;
    margin-top: 4px;
    padding: 8px;
}

.table {
    display: table;
    margin: 0 auto 20px;
    width: 100%;
}

.table .row {
    display: table-row;
    background-color: #7c3670;
}

.table .header .row {
    background-color: #944a96;
}

.table .header .cell {
    background-color: #944a96;
}


.table .row .cell {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    width: 25%;
    padding: 20px;
    font-size: 17px;
}

.table .row .cell .cell_detail {
    font-size: 14px; 
}

.table .row .cell .cell_detail.with_border {
    border-top: 1px solid #fff; 
    margin-top: 12px; 
    padding-top: 12px;
}

/*.row .cell.long {
    padding: 20px 10px;
}*/

.table.mobile .step {
    text-align: center;
    font-size: 20px;
}

.middle .number-circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.middle .register p {
    padding-bottom: 20px;
}

.middle .indent-block {
    padding-left: 40px;
    margin-top: -20px;
}

.middle .sub-title {
    font-weight: 700;
    padding-left: 10px;
}

.middle .preliminary {
    font-size: 21px;
}

.register .preliminary.asian {
    padding-top: 30px;
}

.middle .note {
    color: #A40D0D;
}

.register ol li {
    list-style-type: lower-alpha;
}

.middle .circle-text {
    display: inline-block;
    width: 90%;
    padding-left: 10px;
}

.middle .register .note-text {
    font-family: "Noto Sans CJK TC";
    font-size: 14px;
    line-height: 20px;
}

.middle .register {
    position: relative;
}

.middle .indent-block a {
    color: #7c3670;
}

.btn-container {
    text-align: center;
    padding-bottom: 30px;
    padding-right: 0;
}

.btn-container button {
    padding: 14px 30px;
    font-size: 19px;
    margin-top: 10px;
    color: #fff;
    width: 203px;
    border-radius: 5px;
}

.btn-container button.download {
    background-color: #7c3670;
}

.btn-container button.online-register {
    background-color: #FECC51;
    color: #000;
}

.middle .prize-board {
    padding: 20px 25px 20px 0;
    border-radius: 4px;
    background-color: #d69d52;
    color: #fff;
    font-family: "Noto Sans CJK TC";
    font-size: 18px;
    line-height: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.middle .finalist {
    padding-left: 30px;
}

.middle .finalist.gold, .middle .finalist.silver {
    border-right: solid 1px #fff;
}

.middle .amount {
    font-size: 30px;
}

.middle .prize-detail {
    padding-top: 30px;
}

/*.middle .prize-list {
    display: inline-block;
    width: calc(100% - 310px);
}*/

/*.middle .winner {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
}*/

.middle .content .content-text {
    max-width: 650px;
}

.middle .content ol {
    padding-left: 40px;
}

.content p {
    padding-bottom: 20px;
}

.content ol {
    padding-bottom: 30px;
}

.content ol li {
    list-style-type: lower-alpha;
}

.content .movement {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5%;
    grid-auto-flow: column;
}

.content .category {
    background-color: #a37175;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}

.content .instance {
    padding: 10px 15px;
}

.middle .link {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 10px;
}

.mission p {
    padding: 0 0 0 0;
}

.host p {
    display: inline-block;
    width: 69%;
}

.english .middle .host .ntdtv {
    right: 100px;
}

.english .middle .host .ntdtv img {
    width: 100px;
    margin-top: 25px;
}

.middle .host .ntdtv {
    position: absolute;
    top: 40px;
    right: 100px;
}

.time {
    padding: 50px 0 0;
}

.link:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-color: transparent #bbbbbb;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    margin-left: 10px;
}

/*English page*/
.english .top .where {
    line-height: 22px;
}

.english .top .timeline {
    grid-template-columns: 23% 28% 48%;
    /*padding-left: calc(100% - 480px);*/
}

.english .time-board .place {
    line-height: 24px;
}

.english .asian-pacific .place {
    padding-bottom: 24px;
}

.english .btn-container button {
    width: 280px;
    padding: 15px;
}

.english .middle .prize-list {
    line-height: 28px;
}

.news .main-wrap, .history .main-wrap {
    margin-left: 200px;
    padding: 50px 100px 0;
}

.news .back, .history .back {
    display: inline-block;
}

.news .language, .history .language {
    display: inline-block;
    float: right;
}

.news h2, .history h2 {
    padding-bottom: 30px;
}

.news-list li {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
}

.news-list li:before {
    content: ".";
    padding-right: 10px;
    vertical-align: text-bottom;
}

.news-list li:first-child {
    border-top: 1px solid #ccc;
}

.news-list li span {
    float: right;
}

.history .history-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}

.history .left {
    width: 49%;
    float: left;
}

#popup_notice {
    display: block;
    position: absolute;
    top: 5%;
    left: 200px;
    right: 0;
    margin: 0 auto;
    max-width: 700px;
    background-color: #fff;
    font-size: 18px;
}

#popup_notice .title {
    text-align: center;
    padding-bottom: 16px;
    font-size: 22px;
}

#popup_notice .close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 30px;
    cursor: pointer;
}

#popup_notice .close:before, #popup_notice .close:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    /* border-top: 1px solid #000; */
    border-top: 1px solid #fff;
    color: #000;
    cursor: pointer;
}

#popup_notice .close:before {
    transform: rotate(45deg);
}

#popup_notice .close:after {
    transform: rotate(-45deg);
    left: 20px;
}

#popup_notice .notice_note {
    font-size: 14px;
}

#popup_notice .notice_note.first {
    padding-top: 40px;
    padding-bottom: 12px;
}

#popup_notice .release_date {
    padding-top: 40px;
}

#popup_notice img {
    width: 100%;
}

.highlight {
    background-color: #FECC51;
}

.notice {
  display: none;
  position: fixed;
  z-index: 12;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.notice .title {
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #888;
    margin-bottom: 12px;
}

.notice .modal-content {
  position: relative;
  background-color: #FFF7E1;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  word-break: break-all;
}

.notice a {
    color: #7c3670;
}

.notice p {
    margin-top: 16px;
}

.notice .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 0px 
}

.notice .close:hover,
.notice .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.main-wrap .middle .gallery_wrap {
    /* padding: 30px 0; */
    display: inline-block;
    width: 100%;
}

.main-wrap .gallery_wrap .gallery-icon {
    float: left;
    margin: 20px 20px 0 0;
    width: calc(20% - (1 - 1/5)*20px);
    line-height: 0;
}

.main-wrap .gallery_wrap .gallery-icon:nth-child(5n) {
    margin-right: 0px;
}

.main-wrap .gallery_wrap .gallery-icon:nth-child(5n+1) {
    clear: both;
}

.main-wrap .middle img {
    width: 100%;
    height: auto;
    padding: 2px;
}

.main-wrap.gallery .middle img {
    padding: 0;
}

.main-wrap.gallery .middle img {
    width: 100%;
    height: auto;
}

/* begin for image gallery */
.modal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.modal .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal .close {
    position: fixed;
    top: 0;
    right: 35px;
    color: #a3a3a3;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

.modal .close:hover,
.modal .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal .caption {
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    padding: 0 45px;
    z-index: 10;
    text-shadow: 2px 2px 3px #333;
}

button.previous {
    background: url(../images/arrow-left.svg) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 21;

}

button.next {
    background: url(../images/arrow-right.svg) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 21;
}
/* end for image gallery */

/*Media queries*/
@media only screen and (max-width: 1100px) {
    .top .info {
        padding-left: 1%;
    }
    .top .global-series {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1000px) {
    .nav {
            width: 90px;
            height: auto;
            position: absolute;
            top: 0;
            padding-top: 10px;
            background-color: transparent;
    }

    .nav .hide {
        display: none;
    }

    .nav .mobile-trigger {
        display: inline-block;
        padding-left: 20px;
        font-size: 20px;
        color: #fff;
        box-sizing: border-box;
        text-align: left;
    }

    .nav .mobile-trigger span {
        color: #fff;
    }

    .news .nav .mobile-trigger, .history .nav .mobile-trigger {
        color: #000;
    }

    .news .nav .mobile-trigger span, .history .nav .mobile-trigger span {
        color: #000;
        font-size: 16px;
    }

    .news .main-wrap, .history .main-wrap {
        padding-top: 15px;
    }

    .news h2, .history h2 {
        padding-top: 50px;
    }

    .english .nav .mobile-trigger span {
        padding-left: 3px;
    }

    .nav #menu li {
        text-align: left;
        padding: 3px 0 3px 50px;
        color: #000;
    }

    .nav .nine-comp {
        display: inline;
    }

    .main-wrap {
        margin-left: 0 !important;
    }

    #popup_notice {
        left: 0;
    }
}
@media only screen and (max-width:830px) {
    .top .info {
        display: grid;
        grid-template-columns: 6fr 4fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top .global-series {
        display: none;
    }

    .top .term {
        padding-top: 8%;
    }

    .cover-wrapper {
        height: 560px;
        margin-top: -75px;
    }

    .top .sign-up-now {
        font-size: 14px;
    }

    .mission p {
        padding: 0;
    }

    .host p {
        width: 100%
    }
    li.zhibo.desktop {
        display: none;
    }
    li.zhibo.mobile {
        display: list-item;
    }
    iframe.live.desktop {
        display: none;
    }
    iframe.live.mobile {
        display: block;
        height: 470px;
    }
    .middle .host .ntdtv {
        position: relative;
        top: 20px;
        right: 0;
    }
    .english .middle .host .ntdtv {
        right: auto;
    }
    .line {
        margin: 40px 10px 0;
    }

    .desktop {
        display: none;
    }

    .table.mobile {
        display: block;
    }

    .history .history-row {
        display: block;
    }

    .history .left {
        width: 100%;
        float: none;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .top .timeline {
        font-size: 22px;
    }

    .text {
        padding: 40px 30px 0;
    }

    .middle .host, .middle .content {
        padding: 40px 30px 0;
    }

    .english .top .where {
        font-size: 15px;
    }
}
@media only screen and (max-width: 680px) {
    .top .term {
        padding-top: 10%;
    }

    .top .main-title img {
        width: 90%;
    }

    .top .info {
        grid-template-columns: 12fr 4fr;
    }

    .middle .time-board .place {
        line-height: 30px;
    }

    .middle .time {
        font-size: 22px;
    }

    .middle .amount {
        font-size: 22px;
    }

    .english .asian-pacific .place {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .top button {
        font-size: 15px;
    }

    .middle .prize-list {
        width: auto;
    }

    /*.middle .winner {
        padding-left: 0;
        padding-top: 20px;
        display: block;
    }*/

    .content .movement {
        display: block;
    }

    #popup_notice {
        top: 4%;
    }
    #popup_notice .close {
        top: 16px;
        right: 14px;
    }

    .notice .modal-scroll {
        max-height: 450px;
        overflow-y: auto;
    }
}
@media only screen and (max-width: 500px) {http://127.0.0.1:3001/dance.ntdtv.com/images/bulletin.jpg
    .logo {
        display: none;
    }

    .nav .mobile-trigger span {
        font-size: 15px;
    }

    .nav .show {
        width: 205px;
        padding-left: 5px;
        font-size: 0.8em;
    }

    .nav #menu li {
        padding-left: 30px;
    }

    .text {
        padding: 30px 15px 0;
    }

    .middle.gallery {
        padding: 0;
    }

    .middle .host, .middle .content {
        padding: 30px 15px 0;
    }

    iframe.live.mobile {
        height: 302px;
    }

    .time {
        padding: 0;
    }

    .top .language {
        right: 20px;
    }

    .top img {
        width: 90%;
    }

    .top .term {
        padding-top: 12%;
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0.8px;
    }

    .english .top .term {
        line-height: 25px;
        padding: 20% 10px 10px;
    }

    .top .main-title {
        padding-left: 60px;
        padding-right: 60px;
    }

    .top .main-title img {
        width: 90%;
    }

    .english .top .where {
        font-size: 14px;
    }

    .top .desktop {
        display: none;
    }

    .top .info {
        display: block;
        grid-template-columns: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .top .timeline {
        padding-left: 8px;
        font-size: 20px;
    }

    .english .top .timeline {
        grid-template-columns: 27% 33% 39%;
    }

    .top .where {
        font-size: 14px;
        line-height: 17px;
    }

    .top .btn-wrap.mobile {
        display: block;
        margin: 0 auto;
        padding-top: 25px;
        padding-bottom: 8%;
    }

    .top .btn-wrap.mobile a {
        display: inline-block;
        width: 136px;
        margin-top: 4px;
    }

    .top .btn-wrap.mobile .sign-up-btn {
        display: block;
        margin: 0 auto 8px;
    }

    .top .btn-wrap.mobile .semi {
        margin-right: 12px;
    }

    .top .sign-up-now {
        font-size: 15px;
    }

    .top .mobile {
        display: inline;
    }

    .middle {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .middle .logo {
        display: block;
    }

    .table.mobile {
        margin-left: calc((100% - 100vw)/2);
        width: 100vw;
    }

    .table.mobile .row .cell {
        padding: 20px 10px;
    }

    .middle .circle-text {
        width: 88%;
    }

    .middle h2, .middle .link {
        line-height: 33px;
        font-size: 26px;
    }

    .middle .register h2 {
        padding-bottom: 0;
    }

    .middle .prize-board {
        padding: 20px 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .middle .finalist {
        padding-left: 20px;
    }

    .middle .finalist.gold {
        padding-left: 0;
    }

    .english .middle .finalist {
        padding-left: 8px;
    }

    .middle .amount {
        font-size: 18px;
    }

    .middle .prize-detail {
        padding-top: 20px;
    }
    
    .middle .content .category {
        font-size: 22px;
    }

    .english .middle .asian-pacific .place {
        padding-bottom: 0;
    }

    .middle.gallery h2 {
        padding: 10px 0;
        text-align: center;
    }

    .main-wrap .gallery_wrap .gallery-icon {
        float: left;
        margin: 10px 10px 0 0;
        width: calc(50% - (1 - 1/2)*10px);
        line-height: 0;
    }

    .main-wrap .gallery_wrap .gallery-icon:nth-child(5n) {
        margin-right: 10px;
    }

    .main-wrap .gallery_wrap .gallery-icon:nth-child(even) {
        margin-right: 0px;
    }

    .main-wrap .gallery_wrap .gallery-icon:nth-child(5n+1) {
        clear: unset;
    }

    .main-wrap .gallery_wrap .gallery-icon:nth-child(2n+1) {
        clear: both;
    }
}
@media only screen and (max-width: 410px) {
    .top .timeline {
        padding-left: 10px;
        font-size: 16px;
    }
    .top .where {
        font-size: 13px;
    }
    .english .table.mobile .row .cell {
        font-size: 16px;
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
