
/*reset.css*/
#aside {
  display: none;
}

#top_btn {
  display: none;
}

.gnb_menu_btn {
  display: none;
}

#popular {
  display: none;
}

/* css 초기화 */
body {
  background: none;
}

#tnb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
}

#tnb li {
  border-left: none;
  margin-bottom: 0;
  font-size: 1em;
}

#hd {
  border-top: none;
  width: 100%;
}

#hd_wrapper {
  padding: 0;
}

@media screen and (max-width: 1199px) {
  #wrapper {
    width: 100%;
    min-width: inherit;
  }
}

.hd_sch_wr {
  top: 0;
  margin-left: 0;
}

#container_wr {
  width: 100%;
}

#container {
  margin: 0;
  width: 100%;
}

#logo {
  padding: 0;
  float: none;
}

#gnb {
  height: 100%;
}

#gnb .gnb_wrap {
  width: 100%;
}

#gnb .gnb_mnal {
  display: none;
}

#gnb #gnb_1dul {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

#gnb .gnb_1dli {
  padding: 0 62px;
}

#gnb .gnb_1dli:hover {
  background: none;
  -webkit-transition: none;
  transition: none;
}

.gnb_1da {
  color: #333;
}

#hd_sch {
  border: none;
  background: none;
  border-radius: 0;
}

#hd_sch #sch_stx {
  padding-left: 0;
  font-size: 1em;
}

#hd_sch #sch_summit {
  color: #333;
  background: none;
  font-size: 1em;
}

img,
iframe,
fieldset,
frameset,
input,
select,
option,
textarea,
button {
  border: 0 none;
  border-radius: 0;
}

ul,
ol,
li {
  list-style: none;
}

b,
strong {
  font-weight: normal;
}

address,
i,
em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

a,
img,
label {
  display: block;
}

p,
span,
a {
  -webkit-transform: skew(-0.1deg);
  transform: skew(-0.1deg);
}

/* 폰트 설정 */
html,
body,
table,
tr,
th,
td,
input,
select,
option,
textarea,
button {
  font: 16px / 24px 'NanumSquare', sans-serif;
  color: #333;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 16px / 24px 'NanumSquare', sans-serif;
  font-weight: normal;
  color: #333;
  -webkit-transform: skew(-0.1deg);
  transform: skew(-0.1deg);
}

input[type=password] {
  font-family: sans-serif;
}

/*head.css*/
#hd {
  width: 100%;
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#hd.active {
  top: -37px;
}

#hd_wrapper {
  width: 100%;
  height: 68px;
  overflow: visible;
  z-index: 30;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#hd.active {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#hd_wrapper .inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*로고*/
#logo {
  position: relative;
  width: 350px;
}

#logo a,
#logo a img {
  width: 100%;
}

#hd #logo .logo-img {
  display: block;
}

#hd #logo .logo-img-active {
  display: none;
}

#hd.active #logo .logo-img {
  display: none;
}

#hd.active #logo .logo-img-active {
  display: block;
}

/*메뉴*/
#gnb {
  width: auto;
  height: 68px;
  margin-left: auto;
}

#gnb #gnb_1dul {
  height: 68px;
  font-size: 1.0em;
}

#gnb .gnb_1dli {
  height: 100%;
  line-height: 68px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gnb .gnb_1dli:hover .gnb_1da {
  color: #2185d0;
}

.gnb_1da {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

#hd.active .gnb_1da {
  color: #333;
  font-weight: 600;
}

#hd.active .gnb_1da::after {
  background: #2185d0;
}

.gnb_1dli .bg {
  display: none;
}

.gnb_2dul {
  width: 100%;
  min-width: none;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #eaeaea;
}

#hd.active .gnb_2dul {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gnb_1dli_over .gnb_2dul {
  left: 50%;
}

.gnb_2dli {
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.gnb_2da {
  color: #333;
  font-size: 15px;
  padding: 0 15px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.gnb_2dli:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #2185d0;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.gnb_2da:hover {
  background: none;
}

.gnb_2da:hover {
  color: #000;
}

.gnb_2dli:hover:before {
  width: 4px;
}

/* tnb */
#tnb.pc {
  padding: 0 50px;
  width: 100%;
  height: 40px;
  background: #2185d0;
}

#tnb .left_tnb {
  float: left;
  width: auto;
}

#tnb .right_tnb {
  width: auto;
  float: right;
}

#hd:hover {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#hd:hover #logo .logo-img {
  display: none;
}

#hd:hover #logo .logo-img-active {
  display: block;
}

#hd:hover .right_tnb li a {
  color: #333;
}

#hd:hover #tnb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#hd:hover .gnb_1da {
  color: #333;
  font-weight: 400;
}

#hd:hover .mb-button-menu {
  background-image: url(../img/common/icon_menu_on.png);
}

#hd.active .right_tnb li a {
  color: #666;
}

#tnb .right_tnb li {
  float: left;
  padding: 0;
}

#tnb .right_tnb li.tnb_icon a {
  font-size: 18px;
  padding: 0 5px;
}

#tnb .right_tnb li.tnb_icon a i {
  line-height: 35px;
}

#tnb .right_tnb li a {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
}

#tnb .right_tnb li:last-child a {
  padding-right: 0;
}

#tnb .right_tnb li a:hover {
  color: #141414;
  background: transparent;
}

#tnb.pc ul li,
#tnb.pc ul li a {
  line-height: 40px;
}

#tnb.pc ul li a,
#tnb.pc ul li b,
#tnb.pc ul li span {
  color: #fff;
  font-weight: 200;
  font-size: 14px;
}

#tnb .left_tnb li {
  float: left;
  margin-right: 20px;
}

.left_tnb li i,
.left_tnb li span {
  display: inline-block;
  float: left;
}

.left_tnb li i {
  margin-right: 5px;
  width: 15px;
  height: 40px;
  background: url(../../img/common/phone_icon.png) no-repeat;
  background-size: 15px auto;
  background-position: center;
}

.left_tnb li i.clock {
  background-image: url(../../img/common/clock_icon.png);
}

/* login */
#ol_before {
  padding-bottom: 30px;
  border-bottom: 12px solid #eaeaea;
}

.user-login .login-info-user-thumb {
  margin: 0 auto;
  display: block;
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  border-radius: 70px;
  background-image: url(../img/common/mb-login-icon.png);
}

.user-login .login-notice-text {
  display: block;
  text-align: center;
  margin-top: 20px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #989898;
}

.user-btn-box {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ol_before .user-button {
  width: 110px;
  padding: 0 4px;
}

#ol_before .user-button a {
  width: 100%;
  text-align: center;
  border-radius: 24px;
  background-color: #2185d0;
  color: #fff;
}

#ol_before .user-button.login a {
  color: #2185d0;
  background-color: #fff;
  border: 1px solid #2185d0;
}

#tnb.mobile #ol_before .user-button a {
  padding: 0;
  font-size: 15px;
}

#ol_before .user-button.join a {
  border-left: none;
}

#ol_before .user-button a i {
  display: none;
}

.ol {
  margin: 0;
}

#ol_after {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  border-bottom: 12px solid #eaeaea;
}

#ol_after_hd {
  padding: 0;
  margin: 0;
  float: right;
  width: 100%;
  height: inherit;
}

#ol_after_hd .profile_img {
  float: left;
  display: none;
  width: 40%;
  position: relative;
  top: 0;
  left: 0;
}

#ol_after_hd .profile_img img {
  margin: 25px auto;
  border-color: #ddd;
  width: 95px;
  height: 95px;
}

#ol_after_hd #ol_after_info i {
  display: none;
}

#ol_after_hd .profile_text {
  float: none;
  margin: 0px auto 25px;
  width: 100%;
  text-align: center;
}

#ol_after_hd .profile_text strong {
  float: left;
  margin: 0;
  line-height: 30px;
  display: inline-block;
  -webkit-transform: skew(-0.1deg);
  transform: skew(-0.1deg);
}

#ol_after_hd .profile_text #ol_after_info {
  float: left;
  margin-left: 5px;
  width: 26px;
  height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: url(../img/common/mypage_icon2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: 20px auto;
  position: absolute;
  right: 0;
  top: 8;
}

#ol_after_hd .profile_text .nick {
  margin: 10px auto;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 0 34px 0 20px;
  position: relative;
}

#ol_after_hd .profile_text .nick span {
  margin-right: 5px;
  display: inline-block;
  font-weight: 900;
}

#ol_after_hd .profile_text .user-button {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ol_after_hd .profile_text .user-button a {
  padding: 0;
  display: block;
  width: 110px;
  color: #2185d0;
  background-color: #fff;
  border: 1px solid #2185d0;
  font-size: 15px;
  line-height: 35px;
  margin: 0 4px;
  text-align: center;
  border-radius: 24px;
}

#ol_after_hd .profile_text .user-button a.admin {
  border-color: #2185d0;
  background: #2185d0;
  color: #fff;
}

#ol_after_private {
  display: none;
}

.tnb_admin {
  border-left: 1px solid #fff;
}

#hd.active .tnb_admin {
  border-left: 1px solid #666;
}

@media screen and (max-width: 1199px) {
  .mb-button-menu {
    display: none;
  }
  #hd_wrapper .inner {
    width: 100%;
  }
  #hd_wrapper {
    height: 60px;
  }
  #hd.active {
    top: 0;
  }
  #hd {
    min-width: inherit;
  }
  #logo {
    width: 120px;
    height: auto;
  }
  #gnb {
    display: none;
  }
  #aside {
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0;
    margin: 0px;
    width: 320px;
    border-top: 0;
    z-index: 1005;
    overflow-y: auto;
    background: none;
    border: 0;
  }
  #aside ul {
    background: #fff;
  }
  .gnb_1da {
    border-bottom: none;
  }
  #tnb {
    display: none;
  }
  #tnb.mobile {
    display: block;
  }
  #tnb.mobile {
    height: auto;
    background: #fff;
  }
  .mb-button-menu {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/common/icon_menu.png);
  }
  .mb-button-menu.active {
    background-image: url(../img/common/icon_menu_on.png);
  }
  .close_menu {
    position: absolute;
    z-index: 1100;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    cursor: pointer;
  }
  .close_menu .line_box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }
  .close_menu span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .close_menu .close-line1 {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close_menu .close-line2 {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile_menu {
    padding-top: 60px;
    width: 100%;
    height: 100%;
    float: right;
    background: #fff;
  }
  .mobile_menu ul {
    padding-top: 8px;
    width: 100%;
    overflow: hidden;
  }
  .mobile-list {
    width: 100%;
    padding: 0 10px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
  }
  /*    .mobile_menu li:first-child i{display: none;}*/
  .mobile-list a {
    padding: 15px;
    width: auto;
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
  }
  .mobile-list.on > a {
    color: #2185d0;
  }
  .mobile_menu li:first-child.on > a {
    border-bottom: none;
  }
  .mobile-list .icon {
    position: absolute;
    right: 15px;
    top: 8px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    padding: 10px;
  }
  .mobile-list.on .icon_arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 1000;
  }
  .mobile_menu .mb-sub-ul {
    display: none;
    padding-top: 0;
    background: #fff;
  }
  .mb-sub-ul li {
    padding: 0;
    background: #f5f5f5;
  }
  .mb-sub-ul li a {
    text-indent: 30px;
    display: block;
    color: #333;
    padding: 0;
    line-height: 45px;
    font-size: 14px;
  }
  .right_tnb {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .close_menu {
    width: 40px;
  }
}
