body {
    font-family: "Nanum Gothic" !important;
}
.banner_main_wrapper {  background-color: #e6f5f7; }
.bg_color2 { background-color: #f6f6eb; }
.banner_main { height: 320px; display:flex; align-items:center; }
.banner_main img  {  width: 850px; margin:auto; }
.banner_sub_wrapper {  background-color: #f6f6eb; }
.banner_sub_wrapper_k2 {  background-color: honeydew; }
.banner_sub { height: 300px; display:flex; align-items:center; }
.banner_sub img  {  width: 1000px; margin:auto; }
.moto { background-image: url("../img/moto_k.png"); background-repeat: no-repeat;
       background-size: 900px; background-position: center center;
       height:50px; background-color:#0d8c91; padding-top:9px; }
@media screen and (max-width: 992px) {
    .banner_main { height: 300px; }
    .banner_main img  {  width: 900px;}
    .mockup img { width:100px; }
/*    .quiz_banner_top { height: 40px; background-color:#f8f9fa; } */
    .banner_sub { height: 270px; }
    .banner_sub img { width: 800px; }
    .moto { background-size: 800px; }
}
@media screen and (max-width: 600px) {
/*    .banner_main_wrapper {  background-color: #e6f5f7; } */
    .banner_main  { height: 160px; }
    .banner_main img { width:100%; }
    .moto { display:none; }
    .mockup img { width:120px; }
    .banner_sub_top { height: 80px; }
    .banner_sub  { height: 160px; }
    .banner_sub img { width:95%; }
}
.top_menu { color:white; }
.top_menu a:link,
.top_menu a:visited,
.top_menu a:active { color: white; text-decoration: none; }
.top_menu a:hover { color: yellow; }
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
   background-color: #0d8c91 !important; border:0 !important;
 }
.btn-light, .btn-light:hover, .btn-light:active, .btn-light:visited {
    background-color: #f8f9fa !important; border-radius:0 !important; border:0 !important;
}
.btn_view_quiz a:link, .btn_view_quiz a:active, .btn_view_quiz a:visited, .btn_view_quiz a:hover  {
 color: #fff !important;
}
.logo { float:left; padding: 4px 0 0 5px; }
.logo img {width: 140px; }
.quiz_header {  height: 60px; background-color: #f8f9fa; }
.quiz_header .logo { float:left; padding:8px 0 0 5px; }
.quiz_header .menu { float:right; padding-top: 12px; }
