@charset "UTF-8";

/* CSS Document */
/*홈버튼*/
.homebtn {
  display: none;
  position: absolute;
  top: 20px;
  right: 87px;
  width: 80px;
  height: auto;
  line-height: 38px;
  text-align: center;
  border-radius: 0px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 0px;
  font-size: 85%;
  z-index: 8;
}

.homebtn a {
  color: #333;
}

@media(max-width:1200px) {
  .homebtn {
    display: none !important;
  }
}

/*로고바*/
.sector2 {
  position: static;
  width: 100% !important;
  height: 146px !important;
  padding: 0 !important;
  z-index: 99;
  overflow: unset !important;
}

@media(max-width:1200px) {
  .sector2 {
    position: static;
    height:auto;
  }
}

.logo_area{position:relative; width:1200px; height:65px; margin:0 auto;}
.logobar {
  width: 100%;
}

@media(max-width:1200px){
.logo_area{width:100%; }
}
@media(max-width:992px){

}
@media(max-width:768px){

}
@media(max-width:480px){

}




/* .logobar h1.logo{float:left;display:block;width:auto;height:100px;text-align:center;padding:20px 0;position: relative;z-index:2; } */
.logobar h1.logo {
  float:left;
  display: inline-block;
  padding: 10px 0 !important;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 2;
}

.logobar h1.logo img {
  display: block;
}
.logobar h1.logo .logo_img a{float:left;}



.logobar h1.logo .logo_img span.logo_txt{float:left; padding:10px; position:relative; padding-left:30px; font-size:120%; color:#8dc1f1; font-style: italic; letter-spacing:-1px;}
.logobar h1.logo .logo_img span.logo_txt:before{
  content: '';
      display: block;
      width:1px;
      height:20px;
      position: absolute;
      top: 15px;
      left: 15px;
      margin-top: 0px;

}

/* .logobar #globalmenu{float:right; width:63%; height:102px; border:0; position:relative; border:0px solid #f30; z-index: 999999999999999999;} */
.logobar #globalmenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 0px solid #ddd;
  z-index: 99999999;

}

@media(max-width:1200px) {
  .logobar h1.logo {
    float: none;
  }

  .logobar h1.logo img {
    display: block;
    margin: 0 auto;
  }

  #globalmenu ul.depth1 {
    display: none !important;
  }
}

.logobar #globalmenu {}

.logobar .sitemapbtn {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 205%;
  z-index: 0;
  position: absolute;
  right: 250px;
  top: 0;
  margin-right:0px;
  color: #fff;
  padding:8px;
}

.logobar .sitemapbtn a {
  color: #fff;
}

/*전체메뉴*/
@media(max-width:1200px) {
  .logobar .sitemapbtn {
    display: none;
  }
}

/*mobile_company*/
#mobile_company {
  width: 100%;
}

.mobile_company {
  width: 1200px;
  height: auto;
  line-height: 50px;
  margin: 0 auto;
}

.mobile_company a.skktlg {
  display: inline-block;
  border: 2px solid #0069d9;
  padding: 0 15px;
  float: left;
  line-height: 35px;
  margin: 5px 0;
	font-weight:900;
	color:#0069d9;
	border-radius:10px;
	margin-right:20px;
}

@media(max-width:1200px){

}
@media(max-width:992px){

}
@media(max-width:768px){
.logobar h1.logo .logo_img a{float:none;}
}
@media(max-width:480px){
  .mobile_company{width:100%; text-align:center;}
		.mobile_company a.skktlg {position:absolute; top:10px; right:0px;}
}



.btn_stamp {
  display: inline-block;
  width: 128px;
  height: 36px;
  border-radius: 20px;
  background: #ff6600;
  text-align: center;
  padding: 9px 0 10px;
  margin-top: 15px;
}

.btn_stamp span {
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
  -webkit-background-size: 17px 16px;
  background-size: 17px 16px;
}

.btn_stamp.biz {
  background: #54aeef;
}

.btn_stamp.biz span {}

.btn_stamp.admin {
  width: 70px;
  background: #ff6600;
}

.btn_stamp.biz.admin {
  background: #54aeef;
}

.btn_stamp.admin span {
  color: #fff;
  font-size: 13px;
  padding-left: 5px;
  -webkit-background-size: 17px 16px;
  background-size: 17px 16px;
}

.btn_stamp i {
  color: #fff;
}

/*검색*/
.search-wrapper {
  display: none;
  position: absolute;
  transform: translate(0, 0);
  top: 15px !important;
  right: 50%;
  z-index: 9999999999;
  margin-right: -616px;
}

.search-wrapper.active {}

.search-wrapper .input-holder {
  width: 40px;
  height: auto;
  line-height: 40px;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
  width: 200px;
  border-radius: 40px;
  background: #000;
  transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
  width: 100%;
  height: 40px;
  padding: 0px 40px 0 20px;
  opacity: 0;
  position: absolute;
  top: -12px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #FFF;
  transform: translate(0, 40px);
  transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
  width: 40px;
  height: 40px;
  border: 0;
  background: #2172e0;
  border-radius: 0px;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
  width: 32px;
  height: 32px;
  margin: 4px;
  border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(45deg);
  transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
  transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: '';
}

/*돋보기*/
.search-wrapper .input-holder .search-icon span::before {
  width: 4px;
  height: 11px;
  left: 9px;
  top: 13px;
  border-radius: 2px;
  background: #fff;
  /*돋보기손잡이*/
}

.search-wrapper .input-holder .search-icon span::after {
  width: 16px;
  height: 16px;
  left: 3px;
  top: -2px;
  border-radius: 50%;
  border: 4px solid #fff;
  /*돋보기*/
}

/*닫기*/
.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
  transition-delay: 0.2s;
}

.search-wrapper.active .close {
  right: 210px;
  transform: rotate(45deg);
  transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
  transition-delay: 0.5s;
}

.search-wrapper .close::before, .search-wrapper .close::after {
  position: absolute;
  content: '';
  border-radius: 2px;
  background: #8c1552 !important;
}

.search-wrapper.active .close::before, .search-wrapper.active .close::after {
  background: #ddd;
  /*닫기*/
}

.search-wrapper .close::before {
  width: 5px;
  height: 25px;
  left: 10px;
  top: 0px;
}

.search-wrapper .close::after {
  width: 25px;
  height: 5px;
  left: 0px;
  top: 10px;
}

@media(max-width:1200px) {
  .search-wrapper {
    display: none;
  }
}

@media(max-width:992px) {}

@media(max-width:768px) {}

@media(max-width:480px) {}

  /*globalmenu*/
  #globalmenu{display:block;width:100%; height:auto; border-top:0px solid #ddd; border-bottom:0px solid #ddd;}
  #globalmenu ul.depth1 {display:block; width:100%; height:auto; text-align:center; margin:0 auto; padding:0 35px;}
  #globalmenu ul.depth1 li.depth1 {display:inline-block !important; position: relative; margin: 0; width:16.3%; height:auto; line-height:80px; border-right:0;}
  #globalmenu ul.depth1 li.depth1 span.subicon{display:none;}
  #globalmenu ul.depth1 li.depth1 a.depth1{display:block; width:100%; height:100%; text-align:center; position:relative; color:#eee; font-size:145%;}
  #globalmenu ul.depth1 li.depth1 a span{display:block; width:100%; height:100%; text-align:center; }


  #globalmenu ul.depth1 li.depth1 a.allbtn{display:block; width:100%; height:100%; background:#fff url("/theme/henalhome/design/img/btn_allmenu.png") center center no-repeat; }
  #globalmenu ul.depth1 li.depth1 a.allbtn:hover{display:block; width:100%; height:100%; background:#00bccb url("/theme/henalhome/design/img/btn_allmenu_w.png") center center no-repeat; }

  #globalmenu ul.depth1 li.depth1 a.mobilemenu{display:none;}


  #globalmenu ul.depth1 li.depth1:hover {}
  #globalmenu ul.depth1 li.depth1:hover a{color:#8dc1f1;}
  #globalmenu ul.depth1 li.depth1:nth-child(1){display:none;}


  #globalmenu ul.depth1 li:last-child {display:none;/*멤버십막기*/}
  #globalmenu ul.depth1 li.mmenu00 {display:none !important;}


  #globalmenu ul.depth2 {display:none; width:100%; height:auto; position:absolute; top:70px; left:0; margin-left:0px; z-index:999999; border-top:1px solid #ddd;}
  #globalmenu ul.depth2 li.depth2 {display:block; width:auto; height:auto; line-height:30px; border-bottom:1px solid #ddd; font-size:70%; letter-spacing:-1;}
  #globalmenu ul.depth2 li.depth2 a.hdbtn{display:none;}
  #globalmenu ul.depth2 li.depth2 a {display:block; width:100%; height:100%; line-height:150%; padding:10px 0; text-align:center; text-indent:0px; color:#eee !important; font-weight:normal;
  -webkit-transition-property:color, background;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  }
  #globalmenu ul.depth2 li.depth2:hover a{color:#fff !important; background:#00bccb;}
  #globalmenu ul.depth2 li.depth2 b{color:#f60; margin-right:3px;}
  #globalmenu ul.depth3 {display:block; width:100%; height:auto;line-height:21px; margin:0 auto;}
  #globalmenu ul.depth3 li.depth3 {display:block; width:100%; height:21px; line-height:21px; }
  #globalmenu ul.depth3 li.depth3 a{display:block; width:100%; height:100%; color:#777; font-size:11px; font-weight:normal; }


/*서브메뉴 오버색상*/
/*hovermenu*/
#hovermenu {
  display: none;
  clear: both;
  position: absolute;
  top: 161px;
  left: 0%;
  width: 100% !important;
  height: auto;
  margin-left: 0px;
  z-index: 999999999;
  padding: 0;
  border-bottom: 0px solid #ddd;
  background: none;
}

.menu_bar {
  clear:both;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  border:0;

}
.menu_1200{width:1200px; margin:0 auto; position:relative;}

@media(max-width:1200px) {
  #hovermenu {
    display: none !important;
  }

  .menu_bar {
    width: 100%;
    height:auto;
  }
}

.hovermenu {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0px 0;
}

/* .hovermenu ul.depth1 {display:block; width:63% !important; height: auto; position: relative; float:right;} */
.hovermenu ul.depth1 {
  display: block;
  width: 100% !important;
  height: auto;
  position: relative;
  text-align: center;
}

.hovermenu ul.depth1 li.depth1 {
  display: inline-block;
  width: 100% !important;
  margin: 0 10px;
  position: relative;
}

.hovermenu ul.depth1 li.depth1:nth-child(1) {
  border-left: 0px solid #555;
}

.hovermenu ul.depth1 li.depth1:nth-child(1) ul.depth2 {
  float: right;
  margin-right: 101px;
}

.hovermenu ul.depth1 li.depth1:nth-child(2) ul.depth2 {
  float: right;
  margin-right: 61px;
}

.hovermenu ul.depth1 li.depth1:nth-child(3) ul.depth2 {
  float: right;
  margin-right: 0px;
}

.hovermenu ul.depth1 li.depth1:nth-child(4) ul.depth2 {
  float: right;
  margin-right: 0px;
}

.hovermenu ul.depth1 li.depth1:nth-child(5) ul.depth2 {
  float: right;
  margin-right: 0px;
}

.hovermenu ul.depth1 li.depth1:nth-child(6) {}

.hovermenu ul.depth1 li.depth1:nth-child(7) {}

.hovermenu ul.depth1 li.depth1:nth-child(8) {}

.hovermenu ul.depth1 li.depth1.mmenu00 {
  display: none;
}

.hovermenu ul.depth1 li:last-child {
  display: none;
  /*멤버십막기*/
}

.hovermenu ul.depth1 li.depth1 a.depth1 {
  display: none;
  /*1차막기*/
}

.hovermenu ul.depth1 li.depth1 a.mobilemenu {
  display: none;
}

.hovermenu ul.depth2 {
  display: inline-block;
  z-index: 999999;
  padding: 0;
}

.hovermenu ul.depth2:hover {}

.hovermenu ul.depth2 li.depth2 {
  display: block;
  width: auto;
  height: auto;
  line-height: 50px;
  padding: 0 0px;
  font-size: 100%;
  padding-right: 20px;
}

.hovermenu ul.depth2 li.depth2 a.hdbtn {
  display: block;
}

.hovermenu ul.depth2 li.depth2 a.depth2 {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: 0px;
  color: #444;
  border-bottom: 0px solid #dbdbdb;
  position: relative;
}

.hovermenu ul.depth2 li.depth2 a.depth2:after {
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  width: 0px;
  background: transparent;
  transition: width .4s ease, background-color .4s ease;
  -webkit-transition: width .4s ease, background-color .4s ease;
}

.hovermenu ul.depth2 li.depth2 a.depth2:hover:after,
.hovermenu ul.depth2 li.depth2.on a.depth2:after {
  width: 100%;
  background: #2172e0;
  color: #2172e0;
}

.hovermenu ul.depth2 li.depth2 a.depth2 span.totalpost {
  display: none;
  border-radius: 3px;
  background: #ff3311;
  color: #fff;
  padding: 0 3px;
  text-align: center;
}

/*토탈*/
.hovermenu ul.depth2 li.depth2:hover a.depth2 {
  color: #111;
}

/*온*/
.hovermenu ul.depth2 li.depth2 b {
  color: #01a8ba;
  margin-right: 3px;
}

.hovermenu ul.depth3 {
  display: none;
  width: 100%;
  height: auto;
  line-height: 21px;
  margin: 0 auto;
}

.hovermenu ul.depth3 li.depth3 {
  display: block;
  width: 100%;
  height: auto;
  line-height: 25px;
  text-align: left;
}

.hovermenu ul.depth3 li.depth3 a.depth3 {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 90%;
  text-indent: 10px;
  position: relative;
}

.hovermenu ul.depth3 li.depth3 a.depth3:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -2px;
}

.hovermenu ul.depth2 li.depth3 a.depth3:hover {
  color: #010101;
}

/*한영전환*/
ul.lang_btn {
  display: block;
  position: absolute;
  right: -147px;
  top: 50%;
  margin-top: 22px;
  padding: 5px 10px;
  overflow: hidden;
}

ul.lang_btn li {
  float: left;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  padding: 10px;
  margin: 0 5px;
}

ul.lang_btn li a {
  color: #333;
}

ul.lang_btn li.on {
  background: #333;
}

ul.lang_btn li.on a {
  color: #fff;
}

a.logo img {
  width: 70%;
}

@media(max-width:1200px) {
  .topmenubar {
    width: 100%;
  }

  ul.lang_btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: 0px;
    padding: 5px 10px;
    overflow: hidden;
    z-index: 99999999999;
  }

  ul.lang_btn li {
    float: left;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    padding: 5px 10px;
    margin: 0 5px;
  }
}

/*관리자버튼*/
a.onlyadmin {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid red;
  color: red !important;
  z-index: 99999999999999999999999999;
  background: #fff;
  padding: 3px 10px !important;
}

a.onlyadmin i {
  pointer: cursor;
  padding: 0;
}

a.onlyadmin2 {
  position: absolute;
  bottom: 45px;
  right: 10px;
  border: 1px solid blue;
  color: blue !important;
  z-index: 99999999999999999999999999;
  background: #fff;
  padding: 3px 10px !important;
}

a.onlyadmin2 i {
  pointer: cursor;
  padding: 0;
}

.menu_info_txt {
  display: none;
}
