@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');
/*
font-family: 'Pretendard', sans-serif;
*/
/*
font-family: 'IBM Plex Sans', sans-serif;
*/

/* CSS Reset */
html,body{font-family: 'Pretendard', sans-serif;}
button{font-family: 'Pretendard', sans-serif;}

/*HEADER*/
.head_logo a img{max-height:70px;}
header .container{background: #000 !important;}
@media (min-width: 1281px){
  .menuUItop .a_1{color: #FFF !important;}
  .gotoSitemap{background: url(/sites/style_guide/images/common/sitemap_icon_w.png) no-repeat center !important;}  
  .head_logo a.logo_mo{display:none;}
}
@media (max-width: 1280px){
  .head_logo {min-width: calc(100% - 70px);}
  .head_logo a img{max-height:70px;}
  .head_logo a.logo_pc{display:none;}
  .head_logo a.logo_mo{display:block;padding-left: 10px;}
  .openNavi {width: 70px !important;height: 70px !important;}
}
@media (max-width: 768px){
	
	
/*HEADER*/
.head_logo a img{max-height:50px;}
}