/*Common*/
@font-face {
    font-family: 'S-CoreDream-8Heavy';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SCDream/S-CoreDream-8Heavy.woff') format('woff');
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SCDream/S-CoreDream-6Bold.woff') format('woff');
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SCDream/S-CoreDream-5Medium.woff') format('woff');
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SCDream/S-CoreDream-4Regular.woff') format('woff');
}

html {
    height: 100%;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-user-select: none;
    color: #808080;
    font-family: 'S-CoreDream-4Regular', 'Sans-serif';
    font-size: 16px;
    line-height: 1.2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

::selection {
    color: #fff;
    background-color: #2caabe;
}

::-moz-selection {
    color: #fff;
    background-color: #2caabe;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, em, figure, figcaption, address {
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #808080;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    cursor: pointer;
    color: #2caabe;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: baseline;
}

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

h1, h2 {
    display: block;
    letter-spacing: 0.05rem;
    color: #fff;
    font-family: 'S-CoreDream-6Bold';
    font-size: 3rem;
    font-weight: 900;
    line-height: 4.5rem;
}

h1 span, h2 span {
    color: #cce818;
}

p {
    margin-top: 10px;
    word-break: keep-all;
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.5rem;
}

@media screen and (max-width: 736px) {
    h1, h2 {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
    }

    p {
        width: 80%;
        margin: 10px auto;
        text-align: center;
        word-break: keep-all;
        font-size: 0.9rem;
        font-weight: 100;
    }
}

section {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover !important;
}

/* Header */
.header {
    width: 100%;
    height: 100%;
}

.top-logo {
    position: fixed;
    z-index: 1;
    top: 20px;
    left: 20px;
}

@media screen and (max-width: 736px) {
    .top-fixed .top-logo {
        flex-basis: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
}

.header .nav {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    font-size: 16px;
}

.header .nav .nav-list > li {
    float: left;
    padding-left: 20px;
}

.header .nav .nav-list > li > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
}

/* Header- nav */
.full-nav {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    opacity: 0;
    font-family: 'Roboto', sans-serif;
    background: #141414;
}

.full-nav.open {
    position: absolute;
    z-index: 2;
    visibility: visible;
    height: 100%;
    opacity: 1;
}

.full-nav.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.full-nav.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.full-nav.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.full-nav.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.full-nav nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-family: 'S-CoreDream-6Bold';
    font-size: 200%;
}

.full-nav ul {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.full-nav ul li {
    position: relative;
    display: block;
    min-height: 50px;
    padding-bottom: 50px;
    opacity: 0;
}

.full-nav ul li:last-child {
    padding-bottom: 0;
}

.full-nav ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    line-height: 150%;
}

.full-nav ul li a:hover:after, .full-nav ul li a:focus:after, .full-nav ul li a:active:after {
    width: 100%;
}

.full-nav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    content: '';
    -webkit-transition: .35s;
    transition: .35s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

.full-nav-btn {
    position: fixed;
    z-index: 100;
    top: 22px;
    right: 20px;
    display: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.full-nav-btn:hover {
    opacity: .7;
}

.full-nav-btn.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #fff;
}

.full-nav-btn.active .middle {
    opacity: 0;
    background: #fff;
}

.full-nav-btn.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.full-nav-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    background: #fff;
}

.full-nav-btn span:nth-of-type(2) {
    top: 8px;
}

.full-nav-btn span:nth-of-type(3) {
    top: 17px;
}

@media screen and (max-width: 991px) {
    .header .nav {
        display: none;
    }

    .full-nav-btn {
        display: block;
    }
}

/* Section Common */
#wrapper {
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.contarea {
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.contarea {
    position: relative;
    flex-basis: 60%;
}

.conttxt {
    position: absolute;
    top: 40vh;
    padding: 0 10px;
}

@media screen and (max-width: 736px) {
    .contarea {
        width: 100%;
        max-width: 696px;
        margin: 0 auto;
    }

    .sm-block {
        display: block;
    }

    .contarea {
        position: relative;
        flex-basis: 85%;
    }

    .conttxt {
        position: absolute;
        top: 25vh;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

/* Side nav */
#fp-nav {
    position: fixed;
    z-index: 1;
    top: 50%;
    margin-top: -32px;
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
}

#fp-nav.right {
    right: 5px;
}

#fp-nav.left {
    left: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
    position: relative;
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50px;
    background: #cce818;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border: 0;
    border-radius: 50px;
    background: #d2d2d2;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

/* Section One */
section:nth-child(1) {
    background: url("../image/company/visual_01.jpg") no-repeat;
    background-size: cover;
}

section:nth-child(1) h1, section:nth-child(1) p {
    color: #f8f8f8;
}

section:nth-child(1) h1 span, section:nth-child(1) p span {
    color: #cce818;
}

section:nth-child(1) h1 {
    font-size: 65px;
}

section:nth-child(1) p {
    padding-top: 10px;
    color: #e1e1e1;
    font-size: 18px;
    line-height: 30px;
}

section:nth-child(1) .contarea {
    display: block;
}

.one .conttxt {
    top: 40vh;
    width: 100vw;
}

@media screen and (max-width: 736px) {
    section:nth-child(1) {
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: cover;
    }

    section:nth-child(1) .contarea {
        display: block;
    }

    .one {
        background-size: auto;
    }

    section:nth-child(1) h1 {
        font-size: 45px;
    }

    section:nth-child(1) p {
        font-size: 15px;
    }

    .one .conttxt {
        top: 28vh;
        text-align: center;
    }
}

/* Section Two */
section:nth-child(2) {
    background: url("../image/company/visual_02.jpg") no-repeat;
}

section:nth-child(2) .contarea {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

section:nth-child(2) .conttxt {
    top: 30vh;
}

@media screen and (max-width: 736px) {
    section:nth-child(2) .contarea {
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-flex;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    section:nth-child(2) h2 {
        font-size: 30px;
        line-height: 2.5rem;
    }

    section:nth-child(2) .conttxt {
        top: 13vh;
    }
}

@media screen and (max-width: 434px) {
    section:nth-child(2) h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.timeline {
    position: absolute;
    top: 45vh;
    padding-left: 17%;
}

.project-timeline {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 10rem;
    table-layout: fixed;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #d7dee4 50%, #d7dee4 calc(50% + 1px), transparent calc(50% + 2px), transparent 100%);
}

.project-timeline:before, .project-timeline:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #cce818;
}

.project-timeline:before {
    left: 0;
}

.project-timeline:after {
    right: 0;
    background: #fff;
}

.project-timeline .number {
    color: #cce818;
    font-size: 13px;
    font-weight: 400;
}

.project-timeline > .step {
    position: relative;
    display: table-cell;
    height: 10rem;
    text-align: center;
}

.project-timeline > .step:before {
    display: block;
    width: 1px;
    height: 2rem;
    margin: 0 auto;
    content: '';
    background: #fff;
}

.project-timeline > .step:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 50%;
    background: #fff;
}

.project-timeline > .step:nth-child(2):after, .project-timeline > .step:nth-child(3):after {
    background: #cce818;
}

.project-timeline > .step > .content {
    width: 170%;
    padding: 5px 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    text-align: center;
    letter-spacing: normal;
    color: #fff;
    font-size: 13px;
}

.project-timeline > .step:nth-of-type(2n + 1) {
    -webkit-transform: rotateZ(180deg) translateY(100%);
    transform: rotateZ(180deg) translateY(100%);
}

.project-timeline > .step:nth-of-type(2n + 1) > .number {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.project-timeline > .step:nth-of-type(2n + 1) > .content {
    -webkit-transform: rotateZ(180deg) translateX(20%);
    transform: rotateZ(180deg) translateX(20%);
}

.progress-active {
    position: absolute;
    top: 0;
    width: 31%;
    height: 3px;
    margin-top: 10rem;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #cce818;
}

@media screen and (max-width: 480px) {
    .project-timeline {
        -webkit-transform: rotateZ(90deg) translateX(20%);
        transform: rotateZ(90deg) translateX(20%);
    }

    .project-timeline > .step > .number {
        margin-bottom: 20px;
        margin-left: -70px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .project-timeline > .step > .content {
        width: 8rem;
        -webkit-transform: rotate(-90deg) translateY(-3rem) translateX(-3rem);
        transform: rotate(-90deg) translateY(-3rem) translateX(-3rem);
        text-align: right;
        font-size: 12px;
    }

    .project-timeline > .step:nth-of-type(2n + 1) > .number {
        margin-bottom: -25px;
        margin-left: 55px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .project-timeline > .step:nth-of-type(2n + 1) > .content {
        width: 8rem;
        -webkit-transform: rotate(90deg) translateY(3rem) translateX(4rem);
        transform: rotate(90deg) translateY(3rem) translateX(4rem);
        text-align: left;
    }

    .project-timeline > .step:nth-of-type(2n) > .number {
        position: relative;
        top: 28px;
        margin-bottom: -10px;
    }

    .timeline {
        top: 30vh;
        padding-left: 0;
    }
}

@media screen and (max-width: 434px) {
    .project-timeline > .step:before {
        height: 1.5rem;
    }
}

/* Section Three */
section:nth-child(3) {
    background: url("../image/company/visual_03.jpg") no-repeat;
    background-size: cover;
}

section:nth-child(3) .contarea {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.three .conttxt h2 {
    margin: 20px auto;
    color: #fff;
}

.three .conttxt p {
    color: #e1e1e1;
    font-size: 18px;
}

@media screen and (max-width: 736px) {
    section:nth-child(3) .contarea {
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -webkit-flex;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .three .conttxt h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .three .conttxt p {
        font-size: 15px;
    }
}

/* Section Four */
section:last-child {
    background: url("../image/company/visual_04.jpg") no-repeat;
    background-size: cover;
}

section:nth-child(4) .contarea {
    display: block;
}

.four {
    position: relative;
}

.four .contarea {
    flex-basis: 100%;
}

.four .conttxt {
    position: inherit;
    top: 30vh;
    text-align: center;
}

.four .conttxt h2, .four .conttxt p {
    margin: 20px auto;
    color: #fff;
}

.four .conttxt p span {
    color: #cce818;
}

.alliance {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 45px;
    color: #cdea30;
    font-family: 'S-CoreDream-5Medium';
    font-size: 1.2rem;
    border: 1px solid #cdea30;
    border-radius: 50px;
    outline: none;
    background: transparent;
    box-shadow: none;
}

.alliance:hover {
    color: #cdea30;
}

@media screen and (max-width: 736px) {
    .four {
        padding-top: 100px;
    }

    .four.contarea {
        flex-basis: 100%;
    }

    .four .conttxt {
        position: inherit;
        top: 0;
        text-align: center;
    }

    .four .conttxt h2 {
        margin: 20px auto;
        color: #fff;
    }

    .four .conttxt p {
        color: #e1e1e1;
        font-size: 18px;
    }

    .four .conttxt h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .four .conttxt p {
        font-size: 15px;
    }

    .alliance {
        margin-top: 0;
        padding: 10px 40px;
        font-size: 15px;
    }
}

@media screen and (max-height: 570px) {
    .four {
        padding-top: 55px;
    }
}

/* Footer */
.layout-site-footer {
    padding: 150px 100px 0 100px;
}

address {
    font-style: normal;
}

.footer-menus li {
    display: inline-block;
}

.footer-menus li a {
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
}

footer .inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

footer .info > ul {
    overflow: hidden;
    flex-basis: 100%;
    text-align: center;
}

footer .info > ul li {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    letter-spacing: normal;
    color: #d7d7d7;
    font-size: 13px;
    line-height: 1.5;
}

/* footer .info > ul li:first-child, footer .info > ul li:nth-child(5) {
    padding-left: 0;
}
*/

footer .info > ul li:before {
    position: absolute;
    top: 5px;
    right: -12px;
    width: 1px;
    height: 8px;
    content: '';
    background-color: #d7d7d7;
}

footer .info > ul li:last-child:before {
    display: none;
}

footer .info > ul li a {
    vertical-align: top;
    color: inherit;
}

footer .info .copyright {
    margin: 0;
    padding-top: 15px;
    text-align: center;
    letter-spacing: normal;
    color: #d7d7d7;
    font-size: 12px;
    line-height: 1.5;
}

.layout-site-footer.notice-footer {
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 0;
}

.layout-site-footer.notice-footer .list-menus {
    text-align: center;
}

@media screen and (max-width: 960px) {
    footer .info > ul {
        margin-right: 0;
    }

    footer .info > ul li {
        padding-left: 18px;
        font-size: 12px;
    }

    .layout-site-footer {
        padding: 0 5px;
    }

    footer .info .copyright {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    footer .info > ul br {
        display: none;
    }

    footer .info > ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    footer .info > ul li:before {
        display: none;
    }
}

/* Notice main */
.notice_header {
    position: fixed;
    z-index: 10;
    height: auto;
    padding: 30px 0;
    background: #fff;
}

.notice_header .top-fixed {
    max-width: 1024px;
    margin: 0 auto;
}

.notice {
    min-height: calc(100% - 175px);
    padding: 80px 15px 15px 15px;
}

.tit_area {
    position: relative;
    min-height: 55px;
}

.tit_area h1, .tit_area h2 {
    display: inline-block;
    color: #333;
    font-size: 30px;
    font-weight: 700;
}

.board-list-wrap {
    width: 100%;
    padding: 20px 0;
    font-weight: 300;
}

.board-list-wrap .board-list-head, .board-list-wrap li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eff1f2;
}

.board-list-wrap li span {
    display: inline-block;
    height: 70px;
    padding: 28px 15px;
    color: #333;
    font-size: 14px;
}

.board-list-wrap li .board-tit {
    overflow: hidden;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board-list-wrap li .board-date {
    width: 15%;
    text-align: center;
}

.board-list-wrap li .board-hits {
    width: 15%;
    text-align: center;
}

.board-list-wrap li.no-data a {
    cursor: default;
}

.board-list-wrap .board-list-head span {
    height: 38px;
    padding: 10px 15px;
    font-size: 16px;
}

.board-list-wrap .board-list-head {
    border-bottom: 1px solid #d0d4d9;
}

.notice-footer .footer-menus li a {
    color: #333;
    font-weight: 500;
}

.notice-footer .info {
    padding-top: 20px;
}

.notice-footer .info > ul li {
    color: #989898;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    .inner-container {
        max-width: 1024px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .board-list-wrap li .board-tit {
        width: 63%;
        font-size: 13px;
    }

    .board-list-wrap li .board-date {
        width: 37%;
        font-size: 13px;
    }

    .board-list-wrap li .hidden-m {
        display: none;
    }

    .tit_area h1, .tit_area h2 {
        padding-left: 10px;
        text-align: left;
    }

    .layout-site-footer.notice-footer {
        padding: 10px 15px;
    }
}

/* Notice detail */
.noti_subject {
    padding-bottom: 30px;
    border-bottom: 1px solid #eff1f2;
}

.noti_subject .subject {
    display: inline-block;
    width: 100%;
    color: #1b2733;
    font-size: 20px;
    line-height: 1.3em;
}

.noti_subject .date {
    margin-top: 4px;
    color: #8c98a4;
    font-size: 12px;
}

.noti_subject .date .view {
    margin-left: 9px;
}

.noti_cnt {
    margin-bottom: 30px;
    padding: 20px 0;
    line-height: 1.5em;
    border-bottom: 1px solid #eff1f2;
}

.markdown h2 {
    display: block;
    width: 100%;
    color: #1b2733;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: inherit;
}

.markdown p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8em;
}

.btn_area.left {
    text-align: left;
}

.btn_white, .btn_export, .btn_keycopy, .btn_delete, .btn_list {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    white-space: nowrap;
    color: #e94480 !important;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #e94480;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .noti_subject .subject {
        padding-bottom: 10px;
        font-size: 17px;
    }

    .markdown h2 {
        width: 100%;
        margin: 0;
        text-align: left;
        line-height: inherit;
    }

    .markdown p {
        width: 100%;
        margin: 10px 0 0 0;
        text-align: left;
    }
}

/* Alliance */
.support {
    padding-top: 80px;
}

.support .inner-container {
    max-width: 800px;
}

.support button[type='submit'] {
    width: 25%;
    margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
}

.support h3 {
    padding: 0 15px;
    color: #333;
    font-family: 'S-CoreDream-6Bold';
    font-size: 30px;
}

.support h4 {
    padding: 40px 15px 30px;
    color: #333;
    font-size: 17px;
    font-weight: 900;
}

label {
    display: block;
    margin-bottom: 10px;
}

.form-item input {
    width: 100%;
    padding: 15px;
    font-family: 'S-CoreDream-4Regular', 'Sans-serif';
    border: none;
    border-radius: 2px;
    background-color: #eff3f6;
    box-shadow: none;
}

.form-item input:focus {
    outline: 0;
}

.form-wrap {
    display: flex;
    flex-wrap: wrap;
}

.form-item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 15px;
    -webkit-box-flex: 0;
}

.terms {
    overflow: auto;
    height: 200px;
    margin: 20px 15px;
    padding: 16px;
    line-height: 1.5em;
    border-radius: 2px;
    background-color: #eff3f6;
}

/* table */
table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border: 0 none;
}

.agree-table {
    width: 100%;
    margin-top: 15px;
}

.agree-table thead tr th {
    padding: 5px 12px;
    color: #424242;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    background: #d4d7dc;
}

.agree-table thead tr th:first-child, .agree-table tbody td:first-child {
    border-right: 1px solid #c8c8c8;
}

.agree-table tbody td {
    padding: 5px 12px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
}

.agree-table tbody td span {
    display: block;
}

@media screen and (max-width: 767px) {
    .form-wrap {
        flex-direction: column;
    }

    .form-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .terms {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .agree-table thead tr th, .agree-table tbody td {
        padding: 5px 7px;
        font-size: 12px;
    }
}

select {
    width: 100%;
    height: 47px;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #585858;
    font-family: 'S-CoreDream-4Regular', 'Sans-serif';
    font-size: 100%;
    border: none;
    border-radius: 2px;
    outline: 0;
    background: #eff3f6 url("../image/company/arrow_icon.png") no-repeat 96%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.full-width {
    flex: 0 0 100%;
    max-width: 100%;
}

.checkbox-group {
    margin: 15px;
}

label.checkbox {
    position: relative;
    margin-right: 1rem;
    padding-left: 1.75rem;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

label.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

label.checkbox input[type="checkbox"]:focus ~ span {
    border: 2px solid #aab0b9;
}

label.checkbox input[type="checkbox"]:focus:checked ~ span {
    border: 2px solid #20644c;
}

label.checkbox input[type="checkbox"]:checked ~ span {
    color: #fff;
    border: 2px solid #e94480;
    background: #329e78 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
}

label.checkbox span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 1rem;
    height: 1rem;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    border: 2px solid #d4d7dc;
    border-radius: 3px;
    background-color: #d4d7dc;
}

label.checkbox.red {
    position: relative;
    margin-right: 1rem;
    padding-left: 45px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    line-height: 2;
}

label.checkbox.red input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

label.checkbox.red input[type="checkbox"]:focus ~ span {
    border: 2px solid #aab0b9;
}

label.checkbox.red input[type="checkbox"]:focus:checked ~ span {
    border: 2px solid #ad201e;
}

label.checkbox.red input[type="checkbox"]:checked ~ span {
    color: #fff;
    border: 2px solid #e94480;
    background: #e94480 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
}

label.checkbox.red span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 2rem;
    height: 2rem;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
    border: 2px solid #d4d7dc;
    border-radius: 3px;
    background-color: #d4d7dc;
}

.btn-support {
    margin: 15px;
}

.btn-support button {
    width: 100%;
    padding: 15px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold';
    font-size: 17px;
    border: 0;
    border-radius: 2px;
    background-color: #e94480;
    box-shadow: none;
}
