@charset "UTF-8";

.media_bg1 {background:url(../imgs/media/media_bg1.jpg) no-repeat 100% 0;background-size:auto}
.media_bg2 {background:url(../imgs/media/media_bg2.jpg) no-repeat 100% 0;background-size:auto}
@media screen and (max-width:1900px){
    .media_bg2,
    .media_bg1 {background-size:auto 38vw}
}


/* 브로슈어 */
.brochure {width:100%;max-width:828px;margin-top:3.357rem}
.brochure ul {position:relative;margin:-0.8571rem}
.brochure ul li {float:left;position:relative;width:50%;padding:0.8571rem}
.brochure ul li .bor_cont {position:relative;width:100%;padding:6.286rem 4.786rem;text-align:center;background-color:#f1f1f1}
.brochure ul li .bor_cont {box-shadow:4px 5px 5px rgba(9,2,4,0.15)}
.brochure ul li .bor_cont img {max-width:100%;height:auto}
.brochure ul li .bor_cont a {display:inline-block;position:relative;width:18.57rem;margin-top:1.857rem;line-height:3.5rem;border-radius:50px;font-size:1.429rem;font-weight:500;color:#fff}
.brochure ul li .bor_cont a.kor {background-color:#55869e}
.brochure ul li .bor_cont a.eng {background-color:#cab172}
@media screen and (max-width:960px){
    .brochure ul li .bor_cont {padding:3rem}
}
@media screen and (max-width:600px){
    .brochure ul li {width:100%}
    .brochure ul li .bor_cont {padding:2.5rem}
}

/* 소식지 */
.newsletter {width:100%;margin-top:3.357rem}
.newsletter ul {position:relative;margin:-0.4286rem}
.newsletter ul li {float:left;position:relative;width:25%;padding:0.4286rem}
.newsletter ul li .newsletter_cont {border:1px solid #ddd;padding:4.286rem 5.429rem}
.newsletter ul li .newsletter_cont img {max-width:100%;height:auto}
@media screen and (max-width:1000px){
    .newsletter ul li .newsletter_cont {padding:3rem}
}
@media screen and (max-width:960px){
    .newsletter ul li .newsletter_cont {padding:2rem}
}
@media screen and (max-width:760px){
    .newsletter ul li {width:33.333333333333%}
    .newsletter ul li .newsletter_cont {padding:1.8rem;text-align:center}
}