/* Section1 */
.section1 {}
.section1 .section1-wrap {
    position: relative;
    height: 676px;
}
.section1 .section1-wrap .text-wrap {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.section1 .section1-wrap .text-wrap > h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;

}
.section1 .section1-wrap .text-wrap > p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-top: 20px;
}
.section1 .section1-wrap .section1-background-image {
    background-image: url('../../image/career/culture/section1-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.section1 .section1-wrap .section1-opacity {
    background-color: #073557;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Section2 */
.section2 {}
.section2 .section2-wrap {
    padding: 120px 0;
}
.section2 .section2-wrap .text-wrap {text-align: center;}
.section2 .section2-wrap .text-wrap > h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.section2 .section2-wrap .text-wrap > p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding-top: 45px;
}

.section2 .section2-wrap .content {
    margin: 0 auto;
    max-width: 1400px;
    padding-top: 100px;
}
.section2 .section2-wrap .content > ul {
    display: flex;
    justify-content: space-between;
}
.section2 .section2-wrap .content > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.section2 .section2-wrap .content > ul > li:nth-child(2) {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
.section2 .section2-wrap .content > ul > li .img-box {
    position: relative;
    
}
.section2 .section2-wrap .content > ul > li .img-box img {
    margin-top: 10px;
}
.section2 .section2-wrap .content > ul > li .img-back {
    position: absolute;
    top: 0;
    left: 32px;
    width: 76px;
    height: 76px;
    background-color: #ECEEF2;
    border-radius: 100%;
    z-index: -1;
}
.section2 .section2-wrap .content > ul > li  > h1 {
    padding-top: 60px;
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.section2 .section2-wrap .content > ul > li  > p {
    padding-top: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}


/* Section3 */
.section3 {}
.section3 .section3-wrap {
    padding-bottom: 100px;
    width: 1400px;
    margin: 0 auto;
}
.section3 .section3-wrap .title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
}
.section3 .section3-wrap .arrow-box {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 15px;
}
.section3 .section3-wrap .arrow-box > button {
    width: 50px;
    height: 50px;
    background-image: url('../../image/career/culture/section3-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section3 .section3-wrap .arrow-box > button:nth-child(2) {
    transform: rotate(180deg);
    margin-left: 10px;
}
.section3 .section3-wrap .arrow-box > button:nth-child(1):hover {
    transform: rotate(180deg);
    background-image: url('../../image/career/culture/section3-arrow-on.svg');
}
.section3 .section3-wrap .arrow-box > button:nth-child(2):hover {
    transform: rotate(0deg);
    background-image: url('../../image/career//culture/section3-arrow-on.svg');
}


.section3 .section3-wrap .content {}
.section3 .section3-wrap .content .slider-item {
    
}
.section3 .section3-wrap .content .slider-item  .slick-list {
    margin: 0 15px;
}
.section3 .section3-wrap .content .slider-item > img {
    width: 685px;
    height: auto;
}
.section3 .section3-wrap .content .slider-item .text-wrap {}
.section3 .section3-wrap .content .slider-item .text-wrap h1 {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 660;
    color: #222;
}
.section3 .section3-wrap .content .slider-item .text-wrap p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

/* Section4 */
.section4 {}
.section4 .section4-wrap {
    padding-top: 120px;
    padding-bottom: 140px;
    background-color: #F7F7F7;
}
.section4 .section4-wrap > h1 {
    font-size: 35px;
    font-weight: 700;
    color: #222;
    text-align: center;
}
.section4 .section4-wrap .content {
    margin: 0 auto;
    max-width: 1400px;
    background-color: #fff;
    margin-top: 60px;
    padding: 60px 70px;
}
.section4 .section4-wrap .content ul {}
.section4 .section4-wrap .content ul li {
    display: flex;
    padding-bottom: 60px;
    border-bottom: 1px solid #dedede;
    padding-top: 65px;
}
.section4 .section4-wrap .content ul li:first-child {padding-top: 0;}
.section4 .section4-wrap .content ul li:last-child {border: 0;}
.section4 .section4-wrap .content ul li > h1 {
    width: 30%;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.section4 .section4-wrap .content ul li > p {
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.section4 .section4-wrap .content ul li > p > strong {font-weight: 700;}
.section4 .section4-wrap .apply {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 120px;
}
.section4 .section4-wrap .apply h1 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.section4 .section4-wrap .apply > a {
    width: 517px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #222;
    margin-top: 50px;
}
.section4 .section4-wrap .apply > a > h1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}



/* Mobile */
@media all and (max-width: 1024px) { 

    .section1 .section1-wrap {height: 300px;}
    .section1 .section1-wrap .section1-background-image {background-image: url('../../image/career/culture/m-culture-top-img.jpg');}    
    .section1 .section1-wrap .text-wrap {left: 0;transform: translate(0, -50%);padding-left: 24px;}
    .section1 .section1-wrap .section1-opacity {background-color: transparent;}
    .section1 .section1-wrap .text-wrap > h1 {font-size: 30px;}
    .section1 .section1-wrap .text-wrap > p {display: none;}

    .section2 .section2-wrap {padding: 70px 24px;padding-bottom: 0;}
    .section2 .section2-wrap .text-wrap {text-align: left;}
    .section2 .section2-wrap .text-wrap > h1 {font-size: 24px;}
    .section2 .section2-wrap .text-wrap > p {font-size: 15px;padding-top: 20px;}
    .section2 .section2-wrap .content {padding-top: 0;}
    .section2 .section2-wrap .content ul {flex-direction: column;}
    .section2 .section2-wrap .content > ul > li {padding-top: 70px;}
    .section2 .section2-wrap .content > ul > li:nth-child(2) {border: 0;}
    .section2 .section2-wrap .content > ul > li > h1 {padding-top: 32px;}
    .section2 .section2-wrap .content > ul > li > p {padding-top: 10px;}

    .section3 .section3-wrap {max-width: none;padding: 0 24px;width: 100%;padding-bottom: 70px;}
    .section3 .section3-wrap .arrow-box {display: none;}
    .section3 .section3-wrap .title {font-size: 24px;margin: 0;text-align: left;}
    .section3 .section3-wrap .content {width: auto;}
    .section3 .section3-wrap .content .slider-item {width: auto;margin-top: 20px;}
    .section3 .section3-wrap .content .slider-item > img {width: 100%;}

    .section4 .section4-wrap {padding: 70px 24px;}
    .section4 .section4-wrap > h1 {font-size: 24px;text-align: left;}
    .section4 .section4-wrap .content ul li {flex-direction: column;padding-bottom: 50px;}
    .section4 .section4-wrap .content ul li > h1 {width: 100%;font-size: 18px;}
    .section4 .section4-wrap .content ul li > p {width: 100%;}


    .section4 .section4-wrap .apply > a { width: 100%;}
    .section4 .section4-wrap .content {padding: 40px 24px;}

    .section4 .section4-wrap .apply h1 {font-size: 18px;}
}