* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");/* 폰트 */

/* 250708 추가 */
:root{
  --color-base:#5A5A59;
  --color-theme: #547BF7;
  --color-green: #8CC457;
  --color-bg: #D9D9D9;
  --color-gray: #767676;
}
html{
  font-size: 62.5%;
}
html,body{
  font-family: "Pretendard", sans-serif !important;
  width: 100%;
  overflow: auto;
}
/* 250708 추가 */


.pg_wrap {
  padding-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body {
  /* font-family: "Noto Sans KR", sans-serif; */
  overflow: hidden;
}
.blind {
  display: none;
}
.main {
  overflow: hidden;
}

#header {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 99999;
}
#header.on {
  background-color: #333;
  transition-duration: 0.6s;
}

#header > .inner {
  width: 1240px;
  position: relative;
  margin: 0 auto;
}
#header .logo,
#header #nav,
#header #info {
  height: 70px;
  line-height: 70px;
}
#header .logo {
  position: absolute;
  left: 0;
  z-index: 999999999;
}
#header #nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header #nav .menu_ul {
  display: flex;
  /* width:720px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#header #nav .menu_li {
  width: 140px;
  /* padding:0 40px; */
  flex-direction: column;
  text-align: center;
  position: relative;
}
#header #nav .menu_tit {
  flex-direction: column;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  letter-spacing: -0.6px;
  color: #fff;
}

#header #nav .menu_tit.on {
  color: #f6f6f6;
}

#header #nav .menu_li:hover {
  color: #f6f6f6;
}
#header #nav .gnb_box {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding: 20px 60px 20px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

#header #nav .gnb_box.on {
  display: block;
}
#header #nav .gnb_ul {
}
#header #nav .gnb_li {
  flex-direction: column;
  width: 120px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: left;
}
/* #header #nav .gnb_a::after {
    content: "\f105";
    position:absolute;
    top:0;
    right:-30px;
    font-family:FontAwesome;
    font-size:18px;
    color:#fff;
    transition-duration:0.6s;
    opacity:0;
} */
#header #nav .gnb_a:hover::after {
  right: -40px;
  opacity: 1;
}
#header #nav .gnb_a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  z-index: 9999999;
  transition-duration: 0.2s;
}
#header #nav .gnb_a:hover {
  padding-left: 10px;
  color: #f6f6f6;
}
/* #header #nav .gnb_li .gnb_a::before {
    content:'';    
    width:0;
    height:1px;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#fff;
    transition-duration:0.2s;
} */
#header #nav .gnb_li:hover .gnb_a:before {
  width: 100%;
}
#header #nav .gnb_li:hover .gnb_a::after {
  right: -10px;
  opacity: 0.6;
}
#header #info {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
#header #info .userBox {
  margin-right: 30px;
}
#header #info .userBox ul {
  display: table;
  margin-top: -1px; /* 추가 */
}
#header #info .userBox ul li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  /* 5/31 수정 */
  padding-top: 10px;
}
#header #info .userBox ul li:last-child {
    padding-right: 0;
}

#header #info .userBox ul li a {
  font-size: 12px;
  font-weight: 400;
  /* 5/31 수정 */
  display: block;
  color: #000;
  width: 60px; /* 65->60 */
  height: 30px; /* 50 -> 30 */
  border: 1px solid #ccc;
  text-align: center;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#header #info .userBox ul li:hover a {
    border-color: darkcyan;
    color: darkcyan;
}
#header #info .member {
  display: table;
}
#header #info .member li {
  display: table-cell;
  padding-right: 5px;
}
#header #info .member li::after {
  content: "";
  padding-left: 5px;
  border-right: 1px solid #ccc;
}
#header #info .member li:last-child:after {
  border-right: none;
}
#header #info .member li a {
  font-size: 1em;
  font-weight: 400;
}
#header #info .member li:last-child {
  padding-right: 0;
}


/* e:all_menu */

@media screen and (max-width: 1240px) {
  #header {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #header > .inner {
    width: 100%;
    justify-content: none;
  }
/*   #nav > nav {
    display: none;
  } */
  #header .logo {
    width: 200px;
    display: block;
    /* margin: 0 auto; */
    /* position: absolute; */
    /* top: -2px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 9999999999;
  }
  #header #info {
    top: 0px;
    right: 20px;
    position: absolute;
    display: block; /* 추가수정 5/30 */ 
  }
  #header #info .member {
    display: none;
  }
  #header .logo,
  #header #nav,
  #header #info {
    height: 45px;
    line-height: 45px;
  }
  .hamburger {
    /* padding: 5px 0;  5/31*/
  }


  #header .member.on {
    display: block;
    position: fixed;
  }
  #header #info .userBox {
    display: none;
  }
  /* mobile pop */
  .hd_pops{
   left: 0 !important;
   top: 100px !important;
  }
  .hd_pops_con{
   width: 100% !important;
   height: auto !important;
  }
}




@media (min-width:1351px) and (max-width: 1500px) {
  html {
      font-size: 55%;
  }
}

@media (min-width:1201px) and (max-width: 1350px)  {
  html {
      font-size: 50%;
  }
}
@media (min-width:1025px) and (max-width: 1230px) {
  html {
      font-size: 45%;
  }
}

@media (max-width: 1024px) {
  html {
      font-size: 62.5%;
  }
}

@media (max-width: 350px) {
  html {
      font-size: 54%;
  }
}