@charset "utf-8";

/* Skip Navigation */
.skip_nav {
  font-family: dotum;
  text-align: left;
  margin: 0;
  padding: 0;
  position: absolute;
} /*All incl Opera*/
.skip_nav {
  display: block;
} /*Seen by IE*/
:root .skip_nav {
  display: block;
} /*Seen by Moz, FF and Safari*/
.skip_nav a {
  position: absolute;
  left: -200em;
  width: 14em;
  padding: 0 0.5em;
  display: inline;
  text-decoration: none;
  z-index: 1000;
}
.skip_nav a:focus,
.skip_nav a:active {
  position: absolute;
  left: 0;
  padding: 10px;
  border: solid #333 1px;
  color: #fff;
  background: #fff;
}
.skip_nav a:hover {
  cursor: default;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
}

/* _Header */
div#header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 100px;
  background: rgba(0, 0, 0, 0.1);
}
div#header_wrap > div {
  position: relative;
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  background: none;
}
div#header_wrap h1 {
  position: absolute;
  left: 0;
  /* top: 30px;
  width: 139px; */
  top: 15px;
  width: 150px;
  /* height: 40px; */
  background: url('../../img/logo.png') no-repeat center / contain;
  /* background: url('../../img/logo.png') 0 0 no-repeatn; */
  /* background-size: 100%; */
}
div#header_wrap h1 a {
  display: block;
  height: 100%;
  text-indent: -10000px;
}

div#header_wrap:hover {
  background: #fff !important;
}

div#header_wrap:hover h1 {
  background-image: url('../../img/logo_b.png') !important;
}

div#header_wrap:hover ul#gnb > li > a,
div#header_wrap:hover ul#gnb ul.sub_gnb > li > a {
  color: #000 !important;
}

/* _Gnb */
p.view_gnb,
p.btn_close {
  display: none;
}

div.gnb_wrap {
  /* background-image: url('../img/headerLine.png'); */
  text-align: center;
}
div.gnb_wrap {
  background-repeat: repeat-x;
}

ul#gnb {
  display: inline-block;
  margin-left: 0px;
  background: none;
}
ul#gnb a {
  display: block;
  font-family: "Noto Sans SC", Pretendard, 'Montserrat', sans-serif !important;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

/*ul#gnb > li {display: inline-block; vertical-align:top;}*/
ul#gnb > li {
  display: inline-block;
  vertical-align: top;
}
ul#gnb > li:first-child {
  margin-left: 0;
}

ul#gnb > li:nth-child(2) {width:180px;}
ul#gnb > li:nth-child(4) {width:189px;}
/*
ul#gnb > li > a {margin-right:85px; padding:20px 0 24px; font-size:17px; line-height:36px; font-weight:300; color:#000; text-decoration:none;}
ul#gnb > li > a:hover,
ul#gnb > li.on > a {padding-bottom:22px; border-bottom:2px solid #50b947;}
*/

ul#gnb > li > a {
  height: 35px;
  padding: 25px 50px 19px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
}
ul#gnb > li > a span {
  display: inline-block;
}

ul#gnb > li > a:hover span:not(.admin-btn),
ul#gnb > li.on > a span:not(.admin-btn) {
  padding-bottom: 17px;
  border-bottom: 2px solid #bd9700;
  color: #bd9700;
}

.ul.sub_gnb {
}

ul#gnb ul.sub_gnb {
  display: none;
  padding: 30px 0 40px;
  margin-left: 50px;
}
ul#gnb ul.sub_gnb > li {
  padding-right: 0 !important;
  text-align: left;
}
ul#gnb ul.sub_gnb > li:first-child {
  padding-top: 30px;
}
ul#gnb ul.sub_gnb > li > a {
  display: block;
  margin-top: 8px;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Noto Sans SC", Pretendard, 'Montserrat', sans-serif !important;
}

ul#gnb ul.sub_gnb > li > a:hover {
  color: #bd9700 !important;
}
ul#gnb ul.sub_gnb > li > a span {
  position: relative;
}

ul#gnb ul.sub_gnb > li > a span:after {
  content: '';
  width: 0%;
  top: 5px;
  left: 0%;
  height: 15px;
  display: block;
  position: absolute;
  background: rgba(189, 151, 0, 0.2);
  transition: all 0.3s ease;
}

ul#gnb ul.sub_gnb > li a:hover span:after {
  content: '';
  width: 100%;
  left: 0px;
  height: 15px;
  display: block;
  position: absolute;
  background: rgba(189, 151, 0, 0.2);
  transition: all 0.3s ease;
}

ul#gnb ul.sub_gnb > li:first-child a {
  margin-top: 0;
}
ul#gnb ul a {
  display: block;
}
ul#gnb li.view.viewOn > a {
  background-position: right -18px;
  color: #3fbe93;
}

ul#gnb ul.depth a:hover {
  color: #3fbe93;
}
ul#gnb ul.depth {
  margin-top: 3px;
}
ul#gnb ul.depth a {
  font-size: 14px;
  color: #555;
  text-align: left;
}
ul#gnb ul.depth a img {
  padding-left: 5px;
  vertical-align: middle;
}

div.util_area {
  position: absolute;
  top: 11px;
  right: 0;
  text-align: right;
  background: none;
  z-index: 99;
}
div.util_area li {
  /*display: inline-block;*/
  font-size: 14px;
  line-height: 20px !important;
  color: #fff;
  width: 50%;
}

div.util_area li a {
  color: #fff;
}
/*
div.util_area li a:hover {
  font-weight: 700;
  text-decoration: none;
}
*/
.drop_lang {
    position: relative;
    background-color: #bd9700;
    border-radius: 18px;
}
.drop_lang p {
    color:#fff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 8px 27px 8px 16px;
    cursor: pointer;
    margin: 0;
}
.drop_lang p::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 16px;
    background: url(https://disstech.cafe24.com/default/img/icon_arrow_down_small.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 5px;
}
.lang_list {
  /*
    position: absolute;
    top: 100%;
  */
    background-color: #bd9700;
    padding: 4px 5px 4px 0;
    border-radius: 18px;
    text-align: center;
  /*
    left: 50%;
    transform: translateX(-50%);
  */
  /*
    height: 0;
    max-height: 0;
  */
    /*transition-duration: .5s;*/
  /*
    visibility: hidden;
    overflow: hidden;
  */
    display: flex;
    width: 156px;
    flex-wrap: wrap;
}
.lang_list a {
    font-size: 15px;
    line-height: 34px;
    color:#1a1a1a;
}
.lang_list .now a {border-bottom: 1px solid #fff;}

.drop_lang.open .lang_list {
    padding: 10px 15px;
    visibility: visible;
    height: auto;
    max-height: 1000px;
   /*transition-duration: .5s;*/
   line-height: 24px;
}
.drop_lang.open p::after {
    transform: rotate(180deg);
}

/* admin-btn */

.admin-btn-container {
  font-size: 14px;
  /* display: inline-block; */
  padding: 0.5em 1em;
  border: 1px solid #fff;
  position: absolute;
  top: 33px;
  right: 166px;
  /*
  top: 35px;
  right: 10%;
  */
  height: 36px;
  border-radius: 36px;
  text-align: center;
  color: #fff;
  /* transform: translate(-50%, -50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  transition: all 0.3s;
}

.admin-btn-container:hover,
.admin-btn-container.color:hover,
div#header_wrap:hover .admin-btn-container {
  background-color: #bd9700;
  border: 1px solid #bd9700;
  color: #fff;
}

.admin-btn-container.color {
  border: 1px solid #555;
  color: #555;
}
/* e:: admin-btn */

@media screen and (max-width: 1600px) {
  ul#gnb > li > a {
    padding: 25px 35px 19px;
  }
  ul#gnb ul.sub_gnb {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1280px) {
  div.wrapper {
    padding-top: 56px;
  }

  /* _Header */
  div#header_wrap {
    background: #fff;
  }
  div#header_wrap > div {
    height: 60px;
  }
  div#header_wrap h1 {
    left: 20px;
    top: 50%;
    width: 104px;
    height: 30px;
    margin-top: -18px;
    background: url('../../img/logo_b.png') no-repeat center / contain;
  }

  /* _gnb */
  /*
	div.gnb_wrap {background-position:left -24px;}
*/
  div.gnb_wrap {
    background-position: left -20px;
  }
  ul#gnb > li {
    width: 135px;
    padding-right: 5px;
  }
  /*
	ul#gnb > li > a {margin-right:90px; padding:22px 0 18px; font-size:14px; line-height:16px;}
	ul#gnb > li > a:hover,
	ul#gnb > li.on > a {padding-bottom:16px;}
*/
  ul#gnb > li > a {
    height: 16px;
    font-size: 14px;
    line-height: 16px;
  }
  ul#gnb > li > a:hover,
  ul#gnb > li.on > a {
    height: 35px;
  }

  ul#gnb > li > a:hover span,
  ul#gnb > li.on > a span {
    padding-bottom: 17px;
  }

  ul#gnb > li > ul {
    padding-top: 30px;
  }
  ul#gnb ul.subMenu > li > a {
    font-size: 13px;
    line-height: 26px;
  }
  ul#gnb ul.depth a {
    font-size: 13px;
    line-height: 26px;
  }

  div.util_area {
    position: absolute;
    z-index: 99999;
  }
  div.util_area {
    right: 18px;
    left: 17px;
    top: 33px;
    /*width: 260px;*/
  }
  div.util_area li {
    width: auto;
    padding: 2px 17px 0;
  }
  .lang_list{
    width:100%;
  }
  .lang_list .now {
    border: 1px solid #bd9700;
    background-color: #bd9700;
  }
  .lang_list .now a {
    border-bottom: none;
    color: #fff;
  }
}

@media screen and (min-width: 1281px) {
  div#header_wrap {
    line-height: 100px !important;
  }
  ul#gnb {
    line-height: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
}

@media screen and (max-width: 1280px) {
  ul#gnb ul.sub_gnb > li:first-child {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1280px) {
  ul#gnb {
    line-height: 60px;
  }
  /* _headerWrap */
  div#header_wrap h1 {
    left: 50%;
    margin-left: -50px;
  }

  ul#gnb ul.sub_gnb {
    margin-left: 0px;
  }

  div#header_wrap {
    background: #fff !important;
  }

  /* _gnb */
  p.view_gnb,
  div.gnb_wrap p.btn_close {
    display: block;
  }

  p.view_gnb {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  p.view_gnb a {
    display: block;
    width: 25px;
    height: 20px;
    background: url('../../img/gnbMenu_m.png') no-repeat 0 0;
    background-size: 100%;
    font-size: 0;
    line-height: 0;
  }

  div.gnb_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: inherit;
    overflow-x: hidden;
    overflow-y: auto;
  }
  div.gnb_wrap:before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  div.gnb_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    overflow-y: auto;
  }
  div.gnb_inner > p:first-child {
    display: block;
    padding: 17px;
    background-color: #78c9b6;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
  }

  ul#gnb {
    box-sizing: border-box;
    width: 100%; /*height:100%;*/
    padding: 85px 20px;
    margin-left: 0;
  }
  ul#gnb > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }
  ul#gnb > li:nth-child(2) {width: 100%;}
  ul#gnb > li:nth-child(4) {width: 100%;}
  
  ul#gnb > li > a {
    height: auto;
    margin-right: 0;
    padding: 0 10px;
    background: url('../../img/toggle.png') no-repeat right 24px;
    background-size: 22px auto;
    font-size: 18px;
    line-height: 60px;
  }

  ul#gnb ul.sub_gnb {
    display: none;
    padding-top: 0;
  }
  ul#gnb ul.sub_gnb > li > a {
    margin-top: 0;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    color: #555;
  }
  ul#gnb ul.sub_gnb > li > a.link_m + a {
    display: none;
  }
  ul#gnb ul.sub_gnb > li > a.link_m {
    display: block;
  }

  ul#gnb ul.depth {
    display: none;
    padding-bottom: 14px;
  }
  ul#gnb ul.depth a {
    padding-left: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #aaa;
  }

  ul#gnb > li.view > a {
    background-position: right -38px;
  }
  ul#gnb > li > a:hover,
  ul#gnb > li.on > a {
    height: auto;
    padding-bottom: 0;
    border: 0 none;
  }

  ul#gnb > li > a:hover span,
  ul#gnb > li.on > a span {
    padding-bottom: 0;
    border-bottom: 0 none;
  }

  ul#gnb ul.sub_gnb > li.visible > a {
    background: url('../../img/sub_bl_toggle.png') no-repeat right -19px;
    background-size: 22px auto;
  }
  ul#gnb ul.sub_gnb > li.visible.view a {
    background-position: right 16px;
  }

  div.gnb_inner p.btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 200;
  }
  div.gnb_inner p.btn_close a {
    display: block;
    width: 15px;
    height: 15px;
    background: url('../../img/btnClose_m.png') no-repeat 0 0;
    background-size: 15px;
    font-size: 0;
    line-height: 0;
  }

  .util_area {
    position: relative;
    left: 30px;
    float: left !important;
    text-align: left;
    top: auto;
    /*width: 300px !important;*/
  }
  .util_area ul {
    float: left;
  }
  .util_area ul li a {
    font-size: 13px !important;
    /*padding:6px 20px;*/
    padding:0;
    color: #999;
  }
  .util_area ul li.active a {
    font-weight: bold;
    color: #000;
  }
  .drop_lang p {display: none;}
  .drop_lang li {display: inline-block; border-radius: 20px; border:1px solid #ccc; margin-right: 6px;}
  .lang_list {
    visibility:visible;
    background-color: transparent;
    color: #000;
    height: auto;
    max-height: unset;
    padding:0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* _Gnb */
  ul#gnb > li > a:hover span,
  ul#gnb > li.on > a span {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}

@media screen and (max-width: 767px) {
  div.wrapper {
    padding-top: 60px;
  }
  /*
	div#header_wrap {position: relative;}
*/

  /* _Header */
  div#header_wrap > div {
    height: 60px;
  }
  div#header_wrap h1 {
    width: 104px;
    height: 30px;
    margin: -12px 0 0 -52px;
    /* background-size: cover !important; */
  }

  p.view_gnb {
    top: 20px;
    right: 5px;
  }
  p.view_gnb a {
    width: 25px;
    height: 20px;
  }

  /* _gnb */
  div.gnb_inner {
    width: 100%;
  }
  ul#gnb > li > a:hover span,
  ul#gnb > li.on > a span {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
}
