@charset "utf-8";

@font-face {
    font-family: "AppleSDothicNeo";
    src: url("../font/AppleSDGothicNeoM.ttf");
}

html,
body {
}
.ftColor1 {
  color: #ee6700 !important;
}
#header{
  background-color: #fff;
  position: fixed;
}
#header::before{
  content: "";
  height: 20px;
  display: block;
  width: 100%;
  background: #125CA8;
}
#header > .inner{
  width: 90%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  min-width: 930px;
  align-items: center;
  /* 추가수정(김강곤) */
  height: 50px;
}
#header #info .userBox {
  display: block; /* 5/30 추가 */
}
#header .logo {
  text-align: center;
  position: static;
  font-size: 0;
  height: auto;
  line-height: normal;
  display:flex;
  align-items: flex-end;
  /* width: 250px; */
}
#header .logo > a:first-child >img {
  width: 90px;
  height: auto;
  max-width:none;
}
#header .logo > a:nth-child(2) >img {
  width: 90px;
  height: auto;
  margin-left: -2px;
  max-width: none;
}
#header .logo a{
  display: block;
}
#header #info {
  display: block;
  width: 150px; height: 100%;
}
#header #info .userBox {
    width: 100%; height: 100%; /* 5/30 추가 */
}
#header #info .hamburger {
    display: none;
}

#header #nav{
  position: static;
  left: auto !important;
  transform: none !important;
  height: auto;
  line-height: 1; /* 5/30 수정 */
  display: flex;
  height: 50px; /* 5/30 추가 */
  margin-right: 150px; /* 5/31 추가 */
}
#header #nav .menu_ul {
  left: auto !important;
  transform: none !important;
  position: static;
}
#header #nav .menu_li{
  width: auto;
  padding: 6px 15px; /* 28 25 -> 6 15 */
}
#header #nav .menu_tit{
  color:#222222;
  font-size: 17px; /* 22 -> 17 */
  line-height: 38px;
  font-weight:400;
}
#header #nav .menu_tit.on{
  color:#222222;
}
#header #nav #lang{
  margin-left: 20px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-right: 15px;
}
#header #nav #lang a{
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-size: 16px; /* 20 -> 18 */
  font-weight: 700;
}
#header #nav #lang a svg{
  display: inline-block;
  margin-left: 5px;
}
#main #main_sec01 .slider .moreBtn {
  display: none;
}
#main_sec01 .nav ul li.active:after {
  display: none;
}
.VisualBanner .visualBtn {
  display: none;
}
#header #nav .gnb_box{
  width: 120px; /* 150 -> 120 */
  background-color: #fff;
  border-top: 3px solid #125CA8;
  border-radius: 0;
  padding: 0;
  top: 46px; /* 85 -> 46 */
  transform: translateX(-50%);
  left: 50%;
  box-shadow:  0px 6px 10px gray;
}
#header #nav .gnb_li{
  width: 100%;
  height: auto;
  line-height: normal;
}
#header #nav .gnb_li a{
  display: block;
  /* padding: 10px 0; /* 15 -> 10 */
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 400;
  font-size: 12px; /* 20 -> 16 */
  color:#333;
  border-bottom: 1px solid #EEEEEE;
}
#header #nav .gnb_li a:hover{
 color: #EC680A;
 padding-left: 0; 
}

#bo_btn_top{display: none;}

.onlyMob {
  display: none!important;
}


@media screen and (max-width: 1024px) { /* 5/31 수정 */

      .onlyMob {
        display: block!important;
      }

      .onlyWeb {
        display: none !important;
      }

}



/* 220816 작성일자 숨김 */
#product03 .listForm li .text_box span,
#board_list01 .listForm .info_box p + p,
.viewSkin .textBox dl{display: none;}