/* numTit */
.numTit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.numTit .num {
    font-size: .7em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}
@media (max-width:500px) {
    .numTit .num {
        width: 26px;
        height: 26px;
    }
}
/* bigInfo */
.bigInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background-color: #a31d21;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
}
@media (max-width:768px){
    .bigInfo {
        width: 30px;
        height: 30px;
    }
}

/* #philosophy .sec1 */
#philosophy .sec1 {
    background: url(../img/ph_sec1_bg.png) right 90% no-repeat;
}
#philosophy .sec1 .mdImg {
    background: url(../img/ph_sec1_img1.jpg) 45% center no-repeat;
    height: 500px;
    background-size: cover;
}
@media (max-width:500px) {
    #philosophy .sec1 .mdImg {
        height: 300px;
    }
}

/* #philosophy .sec2 */
#philosophy .sec2 {
    background: url(../img/ph_sec2_bg.jpg) center top no-repeat;
    background-size: cover;
}

/* #philosophy .sec3 */
#philosophy .sec3 {
    background: url(../img/ph_sec3_bg.jpg) center top no-repeat;
    background-size: cover;
}

/* #philosophy .sec4 */
#philosophy .sec4 {
    background: url(../img/ph_sec4_bg.jpg) center top no-repeat;
    background-size: cover;
}

/* #philosophy .sec5 */
#philosophy .sec5 {
    background: url(../img/ms6_bg.png) center center no-repeat;
    background-color: #f7f4ee !important;
}

/* #philosophy .sec6 */
#philosophy .sec6 {
    position: relative;
}
#philosophy .sec6 .arr_bt {
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    text-align: center;
}

/* #philosophy .sec7 */
#philosophy .sec7 {
    background: url(../img/ms4_bg.jpg) center center no-repeat;
    background-size: cover;
}

/* #philosophy .sec8 */
#philosophy .sec8 .fbox .txt i {
    font-style: italic;
}
@media (max-width:768px){
    #philosophy .sec8 .fbox .img {
        order: 2;
    }
    #philosophy .sec8 .fbox .txt {
        padding: 3rem 1.5rem;
        background-color: #f7f7f7;
        text-align: center;
        order: 1;
    }
    #philosophy .sec8 .fbox .txt .bigInfo {
        justify-content: center;
        margin: 0 auto;
    }
}
/* #philosophy .sec9 */
#philosophy .sec9 .lastMent {
    padding: 6rem 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
@media (min-width:767px){
    #philosophy .sec9 .lastMent {
        display: flex;
        align-items: flex-start;
        gap: 5%;
        justify-content: space-between;
    }
}
@media (max-width:768px){
    #philosophy .sec9 .lastMent {
        text-align: center;
    }
    #philosophy .sec9 .lastMent .mtit {
        margin-bottom: 3rem;
    }
}




/* #apply .sec1 */
#apply .sec1 {
    height: 950px;
    background: url(../img/ap_sec1_bg.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
#apply .sec1 .txt .mainTxt {
    font-size: 70px;
    line-height: 1.2em;
}
@media (min-width:991px){
    #apply .sec1 .txt .mainTxt .line {
        display: inline-block;
        border-bottom: 2px solid #fff;
    }
}
@media (max-width:992px){
    #apply .sec1 {
        height: 700px;
    }
    #apply .sec1 .txt .mainTxt {
        font-size: calc(100vw * (70 / 992));
    }
}
@media (max-width:768px){
    #apply .sec1 {
        height: 600px;
    }
    #apply .sec1 .txt .mainTxt {
        font-size: calc(100vw * (50 / 768));
    }
}
@media (max-width:500px){
    #apply .sec1 {
        height: 500px;
    }
    #apply .sec1 .txt .mainTxt {
        font-size: calc(100vw * (40 / 500));
    }
}


/* #apply .sec4 */
#apply .sec4 .fearMarketing .item h5 {
    background-color: #967440;
}

/* #apply .sec5 */
#apply .sec5 {
    background: url(../img/ap_bg5.png) center center no-repeat;
    background-color: #f8f8f8 !important;
}
#apply .sec5 .min3 {
    position: relative;
    display: inline-block;
}
#apply .sec5 .min3 .min {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* #apply .sec6 */
#apply .sec6 {
    background: url(../img/ap_bg6.jpg) center center no-repeat;
    background-size: cover;
}
#apply .sec6 .stroyList .item {
    background-color: rgba(0, 0, 0, 0.2);
}

/* sec7 */
#apply .sec7 {
    background: url(../img/ms4_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* contact */
#contact .sec1 {
    background: url(../img/cont_bg1.jpg) center center no-repeat;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
}
#contact .sec1 h1.huge {
    display: inline-block;
    background: -webkit-linear-gradient(45deg, #bb8d48, #ffdd7e, #bb8d48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#contact .sec1 .hand {
    position: absolute;
    top: 0;
    left: 15%;
    max-width: 50vw;
}
#contact .sec1 .conLined {
    width: 60px;
    height: 1px;
    background-color: #e2c38d;
    margin: 3rem auto;
}

@media (max-width:992px){
    #contact .sec1 {
        height: 500px;
    }
}
@media (max-width:768px){
    #contact .sec1 {
        height: 500px;
    }
}
/* contactForm */
.contactForm {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    padding: 6rem 4rem;
}
.contactForm .fTit {
    margin-bottom: 20px !important;
    padding-left: 10px;
    position: relative;
}
.contactForm .fTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #000;
    transform: translateY(-50%);
}
.contactForm ul li {
    margin: 20px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 400;
    margin: 0;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 40px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 0px solid #444;
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: transparent;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 29px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.7rem;
    line-height: 1em;
    color: #666;
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    padding-left: 5px;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees label {
    margin-left: 5px;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}

@media (max-width:768px){
    .contactForm {
        padding: 3rem 1rem;
    }
    .contactForm .fTit {
        margin-bottom: 10px !important;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
}