/*
Copyright (C) Hello@CreatorsMeetup.net
@author mr.Zero (mrZeroKr@Gmail.com)
*/


.basictable {
    width: 100%;
    border-spacing: 0;
}

.basictable TH {
    border-right: solid 1px #8D8D8D;
}

.basictable TD,
.basictable TH {
    border-bottom: solid 1px #8D8D8D;
    padding: 0.5em;
    font-size: 16px;
    text-align: center;
    color: #717171;
}


.chairmanPage .sign {
    font-size: 1.2em;
    line-height: 2em;
    margin-top: 4em;
    margin-bottom: 5em;
}

.chairmanPage .sign B {
    font-size: 1.5em;
    font-weight: 400;
    margin-left: 0.4em;
}





.historyPage #AllView {
    color: #fff;
    background-color: #0056AE;
    display: inline-block;
}
.historyPage #AllView SPAN {
    display: table-cell;
    vertical-align: middle;
}



.historyDetail {
    width: 100%;
}

.historyDetail TH {
    vertical-align: top;
    color: #0097E0;
}
.historyDetail TD {
    vertical-align: top;
    color: #717171;
    word-break: keep-all;
}
.historyDetail TR TD:first-child {
    color: #0056AE;
}
@media (min-width: 768px) {
    .historyDetail TABLE { margin-bottom: 80px; }
    .historyDetail TH {
        font-size: 24px;
        font-weight: 300;
        padding: 0 10px;
    }
    .historyDetail TH B {
        margin-right: 20px;
    }
    .historyDetail TD {
        font-size: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .historyDetail TR TD:first-child {
        font-size: 37px;
        font-weight: 600;
        padding-right: 100px;
        padding-left: 50px;
    }
    .historyDetail TR:first-child TD:first-child {
        background-image: url(img/historyTableLine.png);
        background-repeat: no-repeat;
        background-position: right 15px;
    }
    .historyPage #AllView {
        border-radius: 0.5em;
        margin-top: 50px;
    }
    .historyPage #AllView SPAN {
        width: 220px;
        height: 50px;
        font-size: 18px;
        font-weight: 400;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    
    .historyDetail TABLE {
        width: 100%;
        margin-bottom: 10vw;
        background-image: url(img/historyTableLineM.png);
        background-repeat: no-repeat;
        background-position: right 3vw;
        background-size: 59.2vw auto;
    }
    .historyDetail TH B{
        font-weight: 100;
    }
    .historyDetail TH {
        color: #0056AE;
        font-weight: 100;
        padding-right: 2vw;
        font-size: 4vw;
    }
    .historyDetail TD{
        font-size: 4vw;
    }
    .historyDetail TR:first-child TD:last-child,
    .historyDetail TR:first-child TH{
        padding-top: 8vw;
    }
    .historyDetail TR TD:first-child {
        font-size: 4vw;
        width: 18vw !important;
    }
    .historyPage #AllView {
        border-radius: 1vw;
    }
    .historyPage #AllView SPAN {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 4vw;
        font-weight: 400;
    }
}







.historys DD {
    padding-top: 40px;
}

.historys H3 {
    /* font-size: 55px; */
}

.historys H4 {
    color: #0056AE;
    font-size: 30px;
}

.historys P {
    font-size: 20px;
}

.historys DL DD:first-child {
    text-align: right;
}

.historyPage SMALL {
    display: block;
    padding: 10px 0 30px 0;
}

.historys DL DD:first-child SMALL {
    text-align: left;
}

.historys DL DD:last-child SMALL {
    text-align: right;
}

@media (min-width: 768px) {
    .historyPage .first H3 {
        /* font-size: 37px; */
    }

    .historys {
        background-image: url(img/historyVline.png);
    }

    .historys H4 {
        font-size: 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .historys DT {
        display: none;
    }

    .historys DL {
        display: block;
    }

    .historys DD {
        padding: 0;
        text-align: left !important;
    }

    .historys H3 {
        font-size: 11vw;
        padding: 0;
    }

    .historys H4 {
        font-size: 4.5vw;
        color: #0097E0;
        padding: 0 !important;
        margin: 2vw 0;
    }

    .historys P {
        word-break: keep-all;
    }

    .historys P BR {
        display: none;
    }

    .historys SMALL {
        color: #717171;
        font-size: 2.6vw;
        text-align: left !important;
        padding-bottom: 0;
    }

    .historyPage #AllView {
        width: 100% !important;
        padding: 2vw;
        font-size: 3vw;
        margin: 0;
    }
}



.networkPage H3 {
    /* font-size: 30px; */
    /* margin-bottom: 20px; */
}

/*.networkPage P { padding-top: 30px; }*/

.networkPage .hdiv {
    z-index: 10;
    position: relative;
}
@media (min-width: 768px) {
    .hdiv SPAN{
        font-size: 16px;
        line-height: 1.5em;
    }
}


.csrPage SMALL{
    display: inline-block;
    padding-top: 1em;
}


.motor { background-image: url(img/motorline.png); }
.motor H4 { color: #0056AE; }
.motor DL DD { width: 445px; }
.motor DL DT { text-align: center; }
.motor DL DD:first-child { text-align: right; }
.motor P { padding-top: 0 !important; }
@media (min-width: 768px) {
    
}
@media (min-width: 320px) and (max-width: 767px) {
    .csrPage .tg1{
        margin-bottom: -5vw !important;
    }
}




.networkPage .backimage {
    /* display: block; */
    position: relative;
    z-index: 0;
    left: -850px;
    top: -630px;
    margin-bottom: -600px;
}



.location {
    background-image: url(img/network2-0.png);
    background-repeat: no-repeat;
    height: 612px;
}
@media (min-width: 768px) {
    .location SPAN{
        font-size: 16px;
        line-height: 1.5em;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .location {
        background-size: contain;
        background-position: bottom;
        height: 80vw;
        margin-bottom: 5vw !important;
    }
    .locations P{
        padding-top: 3vw;
    }
    .locations .hdiv H3 {
        font-size: 3.9vw;
        color: #717171;
        margin-bottom: 0;
        padding: 2vw 0 4vw 0;
        /* padding-bottom: 7vw; */
    }
    .locations .msky {
        color: #0097E0 !important;
    }
    .locations .hdiv SPAN {
        font-size: 3.2vw;
        font-weight: 300;
        line-height: 1.7em;
    }
}


.ciPage .hdiv BIG {
    margin-top: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
    .ciPage BIG {
        color: #717171 !important;
    }
}




.castingPage .first {
    height: 560px;
}

.promotionPage .cdiv LABEL {
    text-align: left;
}

.promotionPage .cdiv DIV {
    padding-top: 1em;
    text-align: right;
}
@media (min-width: 768px) {
    
}

@media (min-width: 320px) and (max-width: 767px) {}



/*.historys PRE { */
/* width: 542px; height: 343px; */
/* } */
/*
 .mainPage .aboutRoll IMG { width: 30vw; transform: scale(1); transition: all 0.5s ease-in-out; } 
 .mainPage .aboutRoll IMG:hover { transform: scale(1.1); } 
 .mainPage .aboutRoll DIV { width: 30vw; height: 16.236vw; overflow: hidden; } 
*/


@media (min-width: 768px) {}

@media (min-width: 320px) and (max-width: 767px) {}







@media (min-width: 768px) {
    .talentPage .values SECTION{
        background-image: url(img/rp11-big.png);
        background-repeat: no-repeat;
        background-position: center top;
        min-height: 570px;
        padding-top: 100px;
    }
    .talentPage .values IMG{ display: none; }
    .talentPage .values DIV{
        width: 350px;
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 2em;
    }
    .talentPage .values H3{
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        color: #717171;
        margin-top: 80px;
    }
    .talentPage .values H3 I{
        font-style: normal;
        color: #0056AE;
    }
    .talentPage .values .L{
        float: left;
    }
    .talentPage .values .R{
        float: right;
        text-align: right;
    }
    .talentPage .values H4{
        font-size: 30px;
        color: #0056AE;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: solid 1px #8D8D8D;
    }
    .talentPage .values SPAN{
        display: inline-block;
        width: 280px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {}


.benefitPage .benefit{
    margin: 0 auto;
    text-align: center;
}
.benefitPage .benefit DT{
    padding: 0 50px
}
.benefitPage .benefit{
    font-size: 16px;
}
.benefitPage .benefit H3{
    font-size: 30px;
    padding: 20px 0;
    margin-bottom: 0;
}


.jobfieldPage .hdiv DD{
    vertical-align: top;
    width: inherit;
}
.jobfieldPage .hdiv DT{
    padding-right: 40px;
}
.jobfieldPage LI B{
    color: #0097E0;
    display: inline-block;
    padding-right: 10px;
}
.jobfieldPage LI{
    margin: 1em 0;
}
