
@charset "utf-8";


.intro_wrap {position: relative; width: 100%; height: 100vh;}

.intro_wrap .intro_txt {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; text-align: center;}
.intro_wrap .intro_txt h3 {font-size: 60px; margin-bottom: 10px; color:#ffffff; width: 100%;}
.intro_wrap .intro_txt h4 {font-size: 40px; margin-bottom: 10px; color:#E0AC34; }

.intro_wrap .txt_wrap img{   width: 200px; margin-bottom: 20px;}

@media(max-width:768px){

.intro_wrap .txt_wrap img{width: 140px;;}

/* .intro_wrap .intro_txt h3 {font-size: 30px; margin-bottom: 10px; color:#ffffff; width: 100%; margin-bottom: 50px; display: inline-block; border-bottom: 1px solid #ffffff;}
.intro_wrap .intro_txt h4 {font-size: 25px; margin-bottom: 10px; color:#E0AC34; }
 */

}