.yc_banner{position: relative;}
.yc_banner>img{width: 100%;}

.yc_tact{display: flex;justify-content: space-between;padding: 50px 0;}
.yc_tact_l{width: 50%;}
.yc_tact_r{width: 50%;background-color: #f8f8f8;padding: 30px 40px;}
.yc_map{height: 400px;width: 100%;}
.yc_tact_r>h1{font-size: 24px;color: #333;font-weight: 600;margin: 50px 0 20px;}
.yc_tact_r>p{color: #666;line-height: 2;}



@media screen and (max-width: 766px) {
    .yc_banner_c>img{object-fit: cover;width: 100%;}
    .yc_desc_c{width: 100%;margin-top: 6rem;padding: 4rem 2rem;}
    .yc_desc_c>p{font-size: 1.4rem;}

}

