/* intro */
#intro .st p{
    text-align: left;
}



#intro .sec02 .st{
    margin-bottom: 9.4rem;
}
@media (max-width: 991.98px) {
    #intro .sec02 .st{margin-bottom: 2.5rem;}
}

#intro .sec03 .st{
    margin-bottom: 5.5rem;
}
#intro .sec03 .con_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
#intro .sec03 .con_wrap .left_wrap p{
    font-size: 2.2rem;
    font-weight: 700;
    text-align: left;
}
#intro .sec03 .con_wrap .left_wrap p:not(:last-of-type){
    margin-bottom: 3rem;
}
#intro .sec03 .con_wrap .right_wrap{
    width: 35.3rem;
    height: 37.3rem;
    overflow: hidden;
    border-radius: 1.5rem;
}
@media (max-width: 1280px) {
    #intro .sec03 .con_wrap{
        gap: 3rem;
    }
}
@media (max-width: 1024px) {
    #intro .sec03 .st{
        margin-bottom: 4rem;
    }
    #intro .sec03 .con_wrap{
        gap: 2.4rem;
    }
    #intro .sec03 .con_wrap .left_wrap p{
        font-size: 1.8rem;
    }
    #intro .sec03 .con_wrap .left_wrap p:not(:last-of-type){
        margin-bottom: 4.5rem;
    }
    #intro .sec03 .con_wrap .right_wrap{
        width: 30rem;
        height: 31.5rem;
    }
}
@media (max-width: 991.98px) {
    #intro .sec03 .st{margin-bottom: 2.5rem;}
}
@media (max-width: 768px) {
    #intro .sec03 .st{
        margin-bottom: 3rem;
    }
    #intro .sec03 .con_wrap{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 2rem;
    }
    #intro .sec03 .con_wrap .left_wrap p{
        font-size: 1.6rem;
        line-height: 1.5;
    }
    #intro .sec03 .con_wrap .left_wrap p:not(:last-of-type){
        margin-bottom: 2rem;
    }
    #intro .sec03 .con_wrap .right_wrap{
        width: 100%;
        height: 30rem;
        margin: 0 auto;
    }
    #intro .sec03 .con_wrap .right_wrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 500px) {
    #intro .sec03 .con_wrap{
        gap: 1.6rem;
    }
    #intro .sec03 .con_wrap .left_wrap p{
        font-size: 14px;
    }
    #intro .sec03 .con_wrap .right_wrap{height: 25rem;}
}

#intro .sec04 .st{
    margin-bottom: 8rem;
}
#intro .sec04 .con_wrap{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 6rem;
}
#intro .sec04 .con_wrap .box{
    position: relative;
    width: 54.7rem;
}
#intro .sec04 .con_wrap .box .title{
    position: absolute;
    left: 2.5rem;
    top: -2.5rem;
    background-color: #000;
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 1rem 0 1rem 5rem;
    width: 30rem;
    text-align: left;
    clip-path: polygon(
		3% 0,
		100% 0,
		97% 100%,
		0% 100%
	);
}
#intro .sec04 .con_wrap .box04 .title{
    padding: 1rem 0 1rem 2.5rem;
}
#intro .sec04_list{
    padding: 6.6rem 8rem 5.1rem 8rem;
    background-color: #fff;
    border-radius: 3rem;
    box-shadow: 0 0 7px 5px rgba(119, 119, 119, 0.1);
    list-style: none;
}
#intro .sec04_list li{
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    padding-left: 1.2rem;
}
#intro .sec04_list li:not(:last-of-type){
    margin-bottom: 1.3rem;
}
#intro .sec04_list li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: currentColor;
}
@media (max-width: 1280px) {
    #intro .sec04 .con_wrap{
        gap: 5rem 3rem;
    }
    #intro .sec04 .con_wrap .box{
        width: 48rem;
    }
    #intro .sec04_list{
        padding: 6rem 5rem 4.5rem;
    }
    #intro .sec04 .con_wrap .box .title{padding: 1rem 0 1rem 2.5rem;}
}
@media (max-width: 991.98px) {
    #intro .sec04 .st{
        margin-bottom: 5rem;
    }
    #intro .sec04 .con_wrap{
        flex-direction: column;
        gap: 7rem;
        grid-template-columns: repeat(1, 1fr);
    }
    #intro .sec04 .con_wrap .box{
        width: 100%;
    }
    #intro .sec04 .con_wrap .box .title{
        font-size: 2rem;
        width: 27rem;
    }
    #intro .sec04_list{
        padding: 5.8rem 4.5rem 4rem;
    }
}
@media (max-width: 768px) {
    #intro .sec04 .con_wrap{
        gap: 5rem;
    }
    #intro .sec04 .con_wrap .box .title{
        left: 1rem;
        top: -2rem;
        font-size: 1.8rem;
        width: 26rem;
        padding: 0.9rem 0 0.9rem 3rem
    }
    #intro .sec04_list{
        border-radius: 2rem;
        padding: 4.8rem 4.5rem 3rem;
    }
    #intro .sec04_list li{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    #intro .sec04_list li:not(:last-of-type){
        margin-bottom: 1rem;
    }
}
@media (max-width: 500px) {
    #intro .sec04 .con_wrap .box .title{
        font-size: 16px;
        padding: 0.8rem 0 0.8rem 1.8rem;
    }
    #intro .sec04_list{
        border-radius: 1.6rem;
    }
    #intro .sec04_list li{
        font-size: 14px;
    }
}



/* people */
#people .people_title{
    font-size: 3rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom : 6rem;
}
#people .people_title span{
    font-size: 2.2rem;
    font-weight: 700;
    color: #a70e13;
    line-height: 1;
    margin-left: 1rem;
}
#people .boxs{
    display: flex;
    flex-wrap: wrap;
    gap: 2.6rem;
}
#people .boxs > div{
    flex: 0 0 calc(50% - 1.3rem);
    max-width: calc(50% - 1.3rem);
}
#people .people_sub_title{
    margin-bottom: 3.7rem;
    position: relative;
    text-align: left;
    padding-left: 1rem;
}
#people .people_sub_title::before{
    content: "";
    width: 4px;
    height: 2.8rem;
    background: #a70e13;
    position: absolute;
    top: 0.1rem;
    left: 0;
}
#people .people_dl_last{
    justify-content: flex-end;
    align-items: center;
    gap: 13.7rem;
}
#people .people_dl_last > dt{
    position: static;
}
#people .people_dl_last > dd{
    width: 65rem;
}
#people .people_dl_last .boxs > div{
    max-width: 100%;
    min-width: 100%;
}
@media (max-width: 1280px) {
    #people .people_title{
        font-size: 2.6rem;
        margin-bottom: 4.5rem;
    }
    #people .people_title span{
        font-size: 2rem;
    }
    #people .people_dl_last{
        gap: 6rem;
    }
    #people .people_dl_last > dd{
        width: 56rem;
    }
}
@media (max-width: 1024px) {
    #people .people_title{
        font-size: 2.2rem;
        margin-bottom: 3.2rem;
    }
    #people .people_title span{
        font-size: 1.8rem;
        margin-left: 0.8rem;
    }
    #people .boxs{
        gap: 2rem;
    }
    #people .boxs > div{
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
    #people .boxs.boxs02 > div:first-child{
        flex: 0 0 calc(58% - 1rem);
        max-width: calc(58% - 1rem);
    }
    #people .boxs.boxs02 > div:last-child{
        flex: 0 0 calc(42% - 1rem);
        max-width: calc(42% - 1rem);
    }
    #people .people_sub_title{
        margin-bottom: 2.4rem;
    }
    #people .people_dl_last{
        display: block;
    }
    #people .people_dl_last > dd{
        width: 100%;
    }
}
@media (max-width: 768px) {
    #people .people_title{
        font-size: 1.9rem;
        margin-bottom: 2.4rem;
    }
    #people .people_title span{
        font-size: 1.6rem;
    }
    #people .boxs{
        gap: 1.6rem;
    }
    #people .boxs > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #people .boxs.boxs02 > div:first-child,
    #people .boxs.boxs02 > div:last-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
    #people .people_sub_title{
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
    }
    #people .people_sub_title::before{
        height: 2.2rem;
    }
}
@media (max-width: 500px) {
    #people .people_title{
        font-size: 16px;
    }
    #people .people_title span{
        font-size: 14px;
    }
    #people .boxs{
        gap: 1.2rem;
    }
    #people .people_sub_title{
        font-size: 14px;
        margin-bottom: 1.2rem;
    }
    #people .people_sub_title::before{
        height: 1.8rem;
    }
}



/* contact */
#contact .st{
    margin-bottom: 6.5rem;
}
#contact .top_wrap .info_wrap{
    margin-bottom: 4.2rem;
}
#contact .top_wrap .info_wrap a{
    display: flex;
    align-items: center;
    gap: 2rem;
}
#contact .top_wrap .info_wrap a:not(:last-of-type){
    margin-bottom: 2.7rem;
}
#contact .top_wrap .info_wrap a p{
    font-size: 2rem;
    font-weight: 700;
    color: #333333;
}
#contact .top_wrap .info_wrap a p span{
    font-weight: 400;
}
#contact .top_wrap ul{
    padding-left: 0;
}
#contact .top_wrap ul li {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.3;
    list-style: none;
}
#contact .top_wrap ul li,
.people dl > dd .row > div ul li {
    position: relative;
    padding-left: 1rem;
}
#contact .top_wrap ul li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: currentColor;
}
#contact .top_wrap ul li:last-child {
    margin-bottom: 0;
}

#contact .bottom_wrap{
    margin-top: 7rem;
}
#contact .bottom_wrap .contact_form{
    width: 100%;
}
#contact .bottom_wrap .form_row:not(:last-of-type){
    margin-bottom: 1.8rem;
}
#contact .bottom_wrap .form_row label{
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
}
#contact .bottom_wrap .required{
    color: #a70e13;
}
#contact .bottom_wrap .form_row > input{
    width: 100%;
    height: 3rem;
    border: 0;
    border-bottom: 2px solid #777777;
    font-size: 1.8rem;
    color: #222;
    outline: none;
}
#contact .bottom_wrap .phone_wrap{
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
#contact .bottom_wrap .phone_wrap input{
    width: 8rem;
    height: 3rem;
    border: 0;
    border-bottom: 2px solid #777777;
    font-size: 1.8rem;
    color: #222;
    outline: none;
}
#contact .bottom_wrap .phone_wrap span{
    font-size: 2rem;
    font-weight: 700;
    color: #000;
}
#contact .bottom_wrap .form_row textarea{
    width: 100%;
    min-height: 10rem;
    border: 0;
    border-bottom: 2px solid #777777;
    padding: 1rem 0;
    font-size: 1.8rem;
    color: #222;
    resize: vertical;
    outline: none;
}
#contact .bottom_wrap .agree_section{
    margin-top: 6.4rem;
}
#contact .bottom_wrap .agree_title{
    font-size: 2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1.7rem;
}
#contact .bottom_wrap .agree_box{
    height: 20rem;
    border: 2px solid #777777;
    padding: 2rem;
    overflow-y: auto;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.6;
    background: #fff;
}
#contact .bottom_wrap .chk_label{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2.5rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #555;
    padding-left: 1rem;
}
#contact .bottom_wrap .chk_label input{
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 4px;
    border: 2px solid #dddddd;
    background-color: #fff;
    cursor: pointer;
    appearance: none; 
    -webkit-appearance: none;
    position: relative;
}
#contact .bottom_wrap .chk_label input:checked {
    background-color: #a70e13;
    border-color: #a70e13;
}
#contact .bottom_wrap .chk_label input:checked::after {
    content: "✔";
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}
#contact .bottom_wrap .btn_wrap{
    text-align: center;
    margin-top: 11.6rem;
}
#contact .bottom_wrap .submit_btn{
    min-width: 18rem;
    height: 5rem;
    border: 0;
    border-radius: 4px;
    background: #a70e13;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer;
}
@media (max-width: 1280px) {
    #contact .st{
        margin-bottom: 5rem;
    }
    #contact .top_wrap .info_wrap a p{
        font-size: 1.8rem;
    }
    #contact .bottom_wrap{
        margin-top: 5.5rem;
    }
    #contact .bottom_wrap .agree_section{
        margin-top: 5rem;
    }
    #contact .bottom_wrap .btn_wrap{
        margin-top: 8rem;
    }
}
@media (max-width: 991.98px) {
    #contact .st{
        margin-bottom: 4rem;
    }
    #contact .top_wrap .info_wrap{
        margin-bottom: 3.2rem;
    }
    #contact .top_wrap .info_wrap a{
        gap: 1.4rem;
    }
    #contact .top_wrap .info_wrap a .img_box{width: 3.5rem;}
    #contact .top_wrap .info_wrap a .img_box img{width: 100%;}
    #contact .top_wrap .info_wrap a p{
        font-size: 1.7rem;
    }
    #contact .top_wrap ul li{
        font-size: 1.5rem;
    }
    #contact .bottom_wrap{
        margin-top: 4.6rem;
    }
    #contact .bottom_wrap .form_row label{
        font-size: 1.8rem;
    }
    #contact .bottom_wrap .form_row > input,
    #contact .bottom_wrap .form_row textarea,
    #contact .bottom_wrap .phone_wrap input{
        font-size: 1.6rem;
    }
    #contact .bottom_wrap .phone_wrap{
        gap: 1rem;
    }
    #contact .bottom_wrap .agree_section{
        margin-top: 4rem;
    }
    #contact .bottom_wrap .agree_title{
        font-size: 1.8rem;
    }
    #contact .bottom_wrap .btn_wrap{
        margin-top: 6.5rem;
    }
}
@media (max-width: 768px) {
    #contact .st{
        margin-bottom: 3.2rem;
    }
    #contact .top_wrap .info_wrap{
        margin-bottom: 2.6rem;
    }
    #contact .top_wrap .info_wrap a .img_box{width: 3rem;}
    #contact .top_wrap .info_wrap a p{
        font-size: 1.6rem;
    }
    #contact .top_wrap ul li{
        font-size: 1.4rem;
        line-height: 1.45;
    }
    #contact .bottom_wrap{
        margin-top: 3.6rem;
    }
    #contact .bottom_wrap .form_row:not(:last-of-type){
        margin-bottom: 1.4rem;
    }
    #contact .bottom_wrap .form_row label{
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }
    #contact .bottom_wrap .form_row > input,
    #contact .bottom_wrap .phone_wrap input{
        height: 2.8rem;
        font-size: 1.5rem;
    }
    #contact .bottom_wrap .phone_wrap input{
        width: 7rem;
    }
    #contact .bottom_wrap .phone_wrap span{
        font-size: 1.6rem;
    }
    #contact .bottom_wrap .form_row textarea{
        min-height: 8rem;
        font-size: 1.5rem;
    }
    #contact .bottom_wrap .agree_section{
        margin-top: 3rem;
    }
    #contact .bottom_wrap .agree_title{
        font-size: 1.6rem;
        margin-bottom: 1.1rem;
    }
    #contact .bottom_wrap .agree_box{
        height: 16rem;
        padding: 1.4rem;
        font-size: 1.4rem;
    }
    #contact .bottom_wrap .chk_label{
        margin-top: 1.4rem;
        padding-left: 0;
        font-size: 1.4rem;
    }
    #contact .bottom_wrap .chk_label input{
        width: 1.8rem;
        height: 1.8rem;
    }
    #contact .bottom_wrap .chk_label input:checked::after{
        font-size: 1.2rem;
    }
    #contact .bottom_wrap .btn_wrap{
        margin-top: 4rem;
    }
    #contact .bottom_wrap .submit_btn{
        min-width: 16rem;
        height: 4.6rem;
        font-size: 1.6rem;
    }
}
@media (max-width: 500px) {
    #contact .top_wrap .info_wrap a{
        gap: 1rem;
    }
    #contact .top_wrap .info_wrap a p{
        font-size: 14px;
    }
    #contact .top_wrap ul li{
        font-size: 14px;
    }
    #contact .bottom_wrap .form_row label{
        font-size: 14px;
    }
    #contact .bottom_wrap .form_row > input,
    #contact .bottom_wrap .form_row textarea,
    #contact .bottom_wrap .phone_wrap input{
        font-size: 14px;
    }
    #contact .bottom_wrap .phone_wrap input{
        width: 6.4rem;
    }
    #contact .bottom_wrap .phone_wrap span{
        font-size: 14px;
    }
    #contact .bottom_wrap .agree_title{
        font-size: 14px;
    }
    #contact .bottom_wrap .agree_box{
        font-size: 14px;
    }
    #contact .bottom_wrap .chk_label{
        font-size: 14px;
    }
    #contact .bottom_wrap .submit_btn{
        font-size: 14px;
    }
}