@charset "UTF-8";

/* 번역 서비스 220829 */
#google_translate_elementA {position: relative; width:100%; height:auto; background-color: #f9f9f9;}
#google_translate_element {visibility: hidden; position: absolute; top: 0px;}
#langs{position: relative; width:100%; display:table; table-layout:fixed;  margin:0 auto; max-width:980px; padding-top: 5px; text-align:center}
#langs .lang{  float: right;} 
#langs .lang img { margin-right:10px;}
.trans:hover, .trans:focus{background:#f7f400;} 
#langs a:nth-child(10){border-right: none;} 
#langs .trans{position: relative; border-right: 1px solid #d9d9d9;} 
/* .lang_atte{position:relative; width:100%; height:auto; border-top:1px solid #d9d9d9; } /* 220919 */ 
.lang_atte {position:relative; width:100%; height:auto; font-family:'NotoM'; font-size: 14px; color: #666; line-height: 25px; text-align: center;} /* 220920 */
/* .lang_atte span img {width: 100%; max-width: 415px; vertical-align: middle;} /* 220919 */
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; }
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf { display: none !important; }
body { position: static !important; top:0px !important; } 
.transSel{background-color: #fff;    
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px !important;
    padding-bottom: 2px !important;
    cursor: pointer;
    zoom: 1;
    }
/********** media query mobile *************/
@media screen and (max-width: 1080px){

/* 번역 서비스 */
#google_translate_elementA {position:relative; top:80px; left:0; display:block; z-index:10; width:100%;border-bottom: 1px solid #d9d9d9;}
}

@media screen and (max-width: 980px){

/* 번역 서비스 */
#google_translate_elementA {border-bottom: none;}
/* #langs .lang{width:20%; float:left;border-bottom: 1px solid #d9d9d9;} */
#langs a{border-bottom: 1px solid #d9d9d9;}
#langs a:nth-child(5){border-right: none;}
#langs a:nth-child(10){border-right: none;}

}

@media screen and (max-width: 540px){

/* 번역 서비스 */
#langs{border-bottom: 1px solid #d9d9d9;}
/* #langs .lang{width:33.33%;} */ 
#langs a:nth-child(3n){border-right: none;}
#langs a:nth-child(5){border-right: 1px solid #d9d9d9;}
#langs a:nth-child(10){border-right: 1px solid #d9d9d9; border-bottom: none;}

}
/* //220829  */