@charset "utf-8";
@import url("../css/SCDream/fonts.css");

html{font-size:20px}

/*인트로컨텐츠*/
.con_wrap{position:relative; max-width:1200px; height: 900px; margin:0 auto; overflow:hidden; font-family:'SCDream'; text-align: center;}
.con_wrap > div {margin-top: 1.5rem; width: 100%;}
.con_wrap .img img {max-width: 30rem; width: 100%; margin-top: 8rem; transition: .3s;}
.con_wrap .txt_wrap .tit {font-size: 1.8rem; font-weight: 700; transition: .3s; line-height: 1.5rem; margin-bottom: 1rem;}
.con_wrap .txt_wrap .tit span {font-size: 1.8rem; font-weight: 700; color: #e5004f;}
.con_wrap .txt_wrap .txt {font-size: 1.1rem; margin-top: 0.5rem; color: #666; line-height: 1.5rem;}
.bold {font-weight: 600;}

/*버튼*/

.btn a { display:inline-block; min-width:10.9rem; margin:3px 1px; padding:0.65rem .9rem; vertical-align:middle; line-height:1rem; text-align:center; font-weight:600; font-size:0.9rem; border-radius:2rem; -webkit-transition:background-color 0.3s ease; transition:background-color all 0.3s ease; color: #fff; background-color: #2b4081; } 

@media(max-width:1020px) {
    
    html{font-size:16px}
    .con_wrap > div {width: 95%; margin: 0 auto;  height: auto;}
    .con_wrap .txt_wrap{margin-top: 1.5rem; margin-bottom: 1.5rem;}

}
