@charset "utf-8";

/*언어*/
.language{position:relative;width:70px;height:55px;}
.openLanguage{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;height:100%;font-size:0;}
.openLanguage::before{content:"";display:block;width:100%;height:100%;background:url(/sites/style_guide/images/icon_language.png) no-repeat center;}
.active.openLanguage::before{background:url(/sites/style_guide/images/icon_language_2.png) no-repeat center;}
.language_container{display:none;position:absolute;left:0;top:61px;width:100%;z-index:2;}
.language_container a{display:block;text-align:center;padding:5px 10px;font-size:11px;color:#FFF;background:#0054a6;margin-top:1px;}
.fix .language_container,
.navOn .language_container{display:none !important;}

.m_language{display:none;}

@media all and (min-width:1281px){
	.language_container a:hover{background:#222;}
}
@media all and (max-width:1280px){
	.language{display:none;}
	.m_language{display:block;position:relative;width:80px;height:80px;}
	header .area_1 .item_2{width: calc(100% - 160px);}
}
@media all and (max-width:768px){
	.m_language{width:70px;height:65px;}
	header .area_1 .item_2{width: calc(100% - 135px);}
}
