@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans KR Thin'), local('NotoSansKR-Thin'), url(/fonts/NotoSansKR-Thin.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans KR Light'), local('NotoSansKR-Light'), url(/fonts/NotoSansKR-Light.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url(/fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url(/fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url(/fonts/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans KR Black'), local('NotoSansKR-Black'), url(/fonts/NotoSansKR-Black.woff) format('woff');
}

body {
    font-family: "Noto Sans KR";
    line-height: 1;
    background: #383d40
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    list-style: none;
    color: #000;
}

.hidden {
    display: none;
}

button {
    background: none;
    border: 0;
    font-family: 'Noto Sans KR';
}

header {
    width: 100%;
    position: fixed;
    z-index: 3
}

.formArea {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.702);
}

.formArea input {
    vertical-align: middle;
}

.btn a {
    display: block;
    width: 90%;
    padding: 0;
    background: #15517a;
    text-align: center;
    color: #dfdfdf;
    font-size: 18px;
    line-height: 50px;
    border-radius: .5em
}

.btn a:hover {
    background: #104065;
}

.btn-red a {
    display: block;
    width: 90%;
    padding: 0;
    background: #7a2615;
    text-align: center;
    color: #dfdfdf;
    font-size: 18px;
    line-height: 50px;
    border-radius: .5em
}

.btn-red a:hover {
    background: #651410;
}

.btn-red-list {
    display: inline-block;
    padding-right: 0;
    margin-right: 0;
}

.btn-red-list::after {
    display: none;
}

.btn-red-list a {
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: inherit;
    background: #7a2615;
    color: #dfdfdf;
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 8px;
    padding: 16px 48px;
}

.btn-red-list a:hover,
.btn-red-list a:focus {
    background: #7a2615;
    color: #dfdfdf;
}

.btn-red-list a:last-child {
    margin-right: 0;
}

.inputArea {
    padding-top: 30px;
    width: 300px;
    margin: 0 auto;
    line-height: 1;
    text-align: left;
    font-size: 18px;
}

.inputArea input {
    border: none;
    background-color: #fff;
    width: 90%;
    height: 40px;
}


/* ------------------------------------------------------------------- 
 * ## typography
 * ------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "NanumGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    text-align: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin-top: 1.5rem;
}

@media screen and (max-width:1000px) {

    h1,
    .h1,
    h2,
    .h2 {
        margin-top: 1.5rem;
    }

}

@media screen and (max-width:600px) {

    h1,
    .h1,
    h2,
    .h2 {
        margin-top: 1.5rem;
    }

}

@media screen and (max-width:1000px) {

    h3,
    .h3,
    h4,
    .h4 {
        margin-top: 2.0rem;
    }

}

@media screen and (max-width:600px) {

    h3,
    .h3,
    h4,
    .h4 {
        margin-top: 2.0rem;
    }

}

h1,
.h1 {
    font-size: 24px;
    line-height: 1.222;
}

@media screen and (max-width:600px) {

    h1,
    .h1 {
        font-size: 24px;
    }

}

h2,
.h2 {
    font-size: 18px;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 16px;
    line-height: 1.167;
}

h4,
.h4 {
    font-size: 14px;
    line-height: 1.333;
}


s-wrap {
    position: relative;
    z-index: 1
}

div {
    text-align: center;
}

.cd-main-content .content-wrapper {
    padding: 0px;
    position: absolute;
    z-index: 2;
    top: 0px;
}

@keyframes go {
    50% {
        font-size: 30px;
    }

    100% {
        font-size: 18px;
    }
}

.top {
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 25px;
    display: block;
}

.top:hover {
    opacity: 0.5;
}

a:-webkit-any-link {
    color: white;
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 20px 5px;
}

.navbar__logo {
    font-size: 14px;
    color: white;
}

.navbar__logo i {
    color: #464646;
}

.navbar__menu {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.navbar__menu li {
    padding: 8px 12px;
}

.navbar__menu li:hover {
    background-color: #464646;
}

.navbar__icons {
    list-style: none;
    color: white;
    display: flex;
    padding-left: 0;
}

.navbar__icons li {
    padding: 8px 12px;
}

.navbar__toggleBtn {
    position: absolute;
    right: 32px;
    font-size: 24px;
    color: #464646;
    display: none;
}

.btn-wrap {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
}

.table-wrap {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
}

.top-space {
    padding: 100px 0px
}

div {
    text-align: center;
}

.cd-main-content .content-wrapper {
    padding: 0px;
}

.contents #con0 {
    height: 4300px;
    background: url(/images/update/2025Battleofmadness/bg.jpg) no-repeat top center;
}


.top {
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 25px;
    display: block;
}

.top:hover {
    opacity: 0.5;
}

/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    transition: all 0.8s;
    position: fixed;
    bottom: 4rem;
    right: 2rem;
}

.go-top a,
.go-top a:visited {
    text-decoration: none;
    border: none;
    display: block;
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
    background-image: url(/images/icons/icon-arrow-up.svg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px 14px;
}

.go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .navbar {
        position: absolute;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        opacity: 0.85;
    }

    .navbar__menu {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar__menu li {
        width: 100%;
        text-align: center;
    }

    .navbar__icons {
        display: none;
        justify-content: center;
        width: 100%;
    }

    .navbar__toggleBtn {
        display: block;
    }

    .navbar__menu.active,
    .navbar__icons.active {
        display: flex;
    }

    nav {
        display: none;
    }

    .btn-wrap {
        position: absolute;
        top: 1600px;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    div {
        text-align: center;
    }

    .cd-main-content .content-wrapper {
        padding: 0px;
    }

    .contents #con0 {
        height: 4300px;
        background: url(/images/update/2025Battleofmadness/bg.jpg) no-repeat top center;
    }

    .go-top {
        bottom: 0;
        right: 0;
    }
}


/* ===================================================================
 * # table
 *
 *   -----------------------------------------------------------------
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "NanumGothic", sans-serif;
    border-collapse: collapse;
}

th {
    padding: 5px;
    margin: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    background: #1f2326;
    text-align: center;
    line-height: 20px;
    color: #CCCCCC;
    border: 1px solid #999999;
}

td {
    padding: 5px;
    margin: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    border: 1px solid #999999;
    background: #394249;
    color: #CCCCCC
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ===================================================================
 * # Grid v2.0.1
 *
 *   -----------------------------------------------------------------
 * - Grid breakpoints are based on MAXIMUM WIDTH media queries, 
 *   meaning they apply to that one breakpoint and ALL THOSE BELOW IT.
 * - Grid columns without a specified width will automatically layout 
 *   as equal width columns.
 * ------------------------------------------------------------------- */

/* rows
 * ------------------------------------- */
.row {
    width: 89%;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row .row {
    width: auto;
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
}

/* columns
 * -------------------------------------- */
.column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 0 16px;
}

.collapse > .column,
.column.collapse {
    padding: 0;
}

/* flex row containers utility classes
 * ----------------------------------------- */
.row.row-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.row-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
}

.row.row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row.row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.row.row-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.row-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row.row-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

/* flex item utility alignment classes
 * ----------------------------------------- */
.align-center {
    margin: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.align-left {
    margin-right: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.align-right {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.align-x-center {
    margin-right: auto;
    margin-left: auto;
}

.align-x-left {
    margin-right: auto;
}

.align-x-right {
    margin-left: auto;
}

.align-y-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.align-y-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-y-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/* large screen column widths 
 * -------------------------------------- */
.large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.large-6,
.large-half {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.large-12,
.large-full {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ------------------------------------------------------------------- 
 * ## medium screen devices
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
    .row .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .column {
        padding: 0 16px;
    }

    .medium-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .medium-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .medium-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .medium-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .medium-6,
    .medium-half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .medium-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .medium-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .medium-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .medium-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .medium-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .medium-12,
    .medium-full {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* ------------------------------------------------------------------- 
 * ## tablets
 * ------------------------------------------------------------------- */
@media screen and (max-width:800px) {
    .tab-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .tab-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .tab-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .tab-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .tab-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .tab-6,
    .tab-half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tab-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .tab-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .tab-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .tab-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .tab-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .tab-12,
    .tab-full {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hide-on-tablet {
        display: none;
    }

    .table-wrap {
        position: static;
        left: 0;
        transform: translate(-0%, -0%);
        width: 600px;
        font-size: 10px
    }

}

/* ------------------------------------------------------------------- 
 * ## mobile devices 
 * ------------------------------------------------------------------- */
@media screen and (max-width:600px) {
    .row {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .row .row {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 0;
        padding-right: 0;
    }

    .column {
        padding: 0 10px;
    }

    .mob-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .mob-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .mob-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .mob-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .mob-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .mob-6,
    .mob-half {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mob-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .mob-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .mob-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .mob-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .mob-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .mob-12,
    .mob-full {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hide-on-mobile {
        display: none;
    }

    .table-wrap {
        position: static;
        left: 0;
        transform: translate(-0%, -0%);
        width: 500px;
        font-size: 10px
    }

    .top-space {
        padding: 50px 0px
    }

}

/* ------------------------------------------------------------------- 
 * ## small mobile devices <= 400px
 * ------------------------------------------------------------------- */
@media screen and (max-width:400px) {
    .row {
        padding-left: 22px;
        padding-right: 22px;
    }

    .row .row {
        margin-left: 0;
        margin-right: 0;
    }

    .column {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .table-wrap {
        position: static;
        left: 0;
        transform: translate(-0%, -0%);
        width: 320px;
        font-size: 10px
    }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * site content & footer
 * ------------------------------------------------------------------- */
.s-content,
.s-footer {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 2140px;
}

.s-content {
    padding-top: 2rem;
    position: static;
    z-index: 2;
}

@media screen and (max-width:1600px) {

    .s-content,
    .s-search,
    .guide_top_space,
    .s-footer {
        padding-left: 320px;
    }

}

@media screen and (max-width:1200px) {

    .s-content,
    .s-footer {
        padding-left: 290px;
        padding-right: 80px;
    }

}

@media screen and (max-width:1100px) {

    .s-content,
    .s-footer {
        padding-right: 0;
        padding-left: 0;
    }

    .s-content {
        padding-top: 2.2rem;
    }

    .content__page {
        padding-bottom: 8rem;
    }

    .go-top {
        bottom: 0;
        right: 0;
    }

}

@media screen and (max-width:600px) {
    .s-content {
        padding-top: 2.6rem;
    }

    .content__page {
        padding-bottom: 4rem;
    }

    .footer__copyright span {
        display: block;
    }

    .footer__copyright span::after {
        display: none;
    }

}
