/*header*/
/*메인첫화면 로딩아이콘*/
div.loading-box {
  height: 80px;
  width: 80px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.loading-box p {
  color: #fff;
  text-align: center;
}

body.loading .loading-box {
  display: block;
}

.resol {
  display: none;
}


.header {
  height: 125px;
  z-index: 99;
  width: 100%;
  position:relative;
  /*헤더 위 링크들*/
  /*header search*/
  /*
	&__search {position:absolute;top:0px;left:50%;margin-left:-70px;}
	&__search__in {border:1px solid #333;background-color:#fff;}
	&__search-in_box {border:0px;padding:0;height:32px;width:150px;line-height: 32px; vertical-align: top;}
    */
}

.subpage .header {
  position: relative;
}



.header__links {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  z-index: 66999;
}

.header__links__1 {
  position: absolute;
  top: 31px;
  right: 40px;
  z-index: 10;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.header__links__1 > a {
  position: relative;
  color: #000;
  margin-left: 17px;
  height: 30px;
}

.header__links__1__icon-alert {
  top: -11px;
}

.header__links__1__icon-alert a {
  display: block;
}

.header__links__1__icon-alert img {
  width: 92px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .header__links__1__icon-alert {
    display: none;
  }
}

.header__links__1 > a:hover {
  opacity: 0.8;
}

.header__links__1 > a:focus {
  text-decoration: underline;
}

.header__links__2 {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 10;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .header__links__1 {
    top: 3px;
    right: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__links__1 {
    top: 30px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .header__links__1 > a {
    font-size: 13px;
    width: auto !important;
    margin-left: 10px !important;
    color: #000;
    padding-left: 0;
  }
  .header__links__1 > a:before {
    display: none !important;
  }
  .header__links__1 > a.header__links__1__icon3 {
    color: #000;
  }
  .header__links__1 > a.header__links__1__icon3 span {
    display: inline;
  }
}

.header__wrap {
  position: relative;
}

.header__wrap__h1 {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
}

.header__wrap__h1 h1 {
  position: absolute;
  left: 25px;
  top: 35px;
}

.header__wrap__h1 h1 a {
  display: block;
  text-align: center;
  font-size: 0;
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
  .header__links {
    width: auto;
  }
  .header__wrap__h1 {
    width: auto;
  }
  .header h1 a img {
    max-height: 40px;
  }
}

.header__search {
  position: relative;
  z-index: 999999;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  background-color: transparent;
}

.header__search__open {
  position: absolute;
  top: 30px;
  right: 175px;
  border-radius: 100px 100px;
  color: #0f9d4c;
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  background-position: 10px center;
  background-repeat: no-repeat;
}

.header__search__open:focus {
  border: 1px solid #0e813f;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .header__search__open {
    right: 112px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .header__search__open {
    display: none;
  }
}

.header__search__in {
  display: none;
  position: absolute;
  top: 30px;
  right: 102px;
  border: 1px solid #0f9d4c;
  background-color: #fff;
  border-radius: 34px;
  padding-left: 12px;
  padding-right: 6px;
  -webkit-box-shadow: 0px 7px 11px -13px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 7px 11px -13px rgba(0, 0, 0, 0.75);
  top: 86px;
  right: 0;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 6px;
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header__search__in__inner {
  display: inline-block;
  border-bottom: 2px solid #000;
  width: 42%;
  position: relative;
  text-align: left;
  padding-bottom: 5px;
}

.header__search__in.on {
  display: block;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__search__in {
    top: 141px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .header__search__in {
    display: block;
    right: 0;
  }
  .header__search__in__inner {
    width: 80%;
  }
}

.header__search-in_box {
  border: 0px;
  padding: 0;
  padding-left: 10px;
  height: 40px;
  width: 85%;
  line-height: 30px;
  vertical-align: top;
  font-size: 17px;
  background-color: transparent;
  padding-top: 2px;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .header__search-in_box {
    width: 77%;
  }
}

.header__search .top-s-btn {
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .top-search-close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .header__search .top-search-close-btn {
    right: 10px;
    top: 20px;
    display: none;
  }
}

.header__search .top-search-close-btn:focus {
  border: 1px solid #0e813f;
}

.add-search-btn .header__search__in {
  right: right;
  margin-right: 0px;
  top: 86px;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .add-search-btn .header__search__in {
    top: 50px;
  }
}

.add-search-btn .header__search {
  display: none;
}

.add-search-btn .header__search.on {
  display: block;
}

* + html .add-search-btn .header-search-btn {
  display: inline;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .header__search {
    width: auto;
  }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .header__search {
    display: none;
  }
  .header__search__in {
    top: 52px;
  }
  .add-search-btn .header__search__in {
    right: 0;
    margin-right: 0;
  }
  .header__search.on {
    display: block;
    width: auto;
  }
  .header-search-btn {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
  .header {
    background-color: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header {
    border-bottom: 1px solid #ddd;
  }
}

/*gnb*/
.gnb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  background-repeat: repeat-x;
  background-position: center top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 7px 11px -13px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 7px 11px -13px rgba(0, 0, 0, 0.75);
  /*한개씩 떨어짐*/
}

.selected .gnb {
  -webkit-box-shadow: 0px 7px 11px -13px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 7px 11px -13px rgba(0, 0, 0, 0.75);
}

.gnb .gnb-ul {
  display: block;
  width: 1400px;
  padding-left: 0px;
  margin: 0 auto;
}

.gnb .gnb-menu {
  float: left;
}

.gnb .gnb-menu > a {
  display: block;
  text-align: center;
  color: #333;
  height: 60px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}

.gnb .gnb-menu > a span {
  display: table-cell;
  vertical-align: middle;
  
}

.gnb .gnb-menu.over > a,
.gnb .gnb-menu.focus > a,
.gnb .gnb-menu > a:hover,
.gnb .gnb-menu > a:focus {
  color: #0e813f;
}

.gnb .gnb-menu.over > a span,
.gnb .gnb-menu.focus > a span,
.gnb .gnb-menu > a:hover span,
.gnb .gnb-menu > a:focus span {
  background-image: url("../../resources/images/basic/gnb-bul.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9999;
}

.gnb .gnb-menu.over > a,
.gnb .gnb-menu.focus > a,
.gnb .gnb-menu > a:hover,
.gnb .gnb-menu > a:focus {
  color: #0e813f;
}

.gnb .gnb-menu {
  position: relative;
}

.gnb .sub-nav {
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 98;
  background-color: #fff;
  padding-top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gnb .gnb-menu.over .sub-nav,
.selected .gnb .gnb-menu.focus .sub-nav {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.gnb .sub-nav__box {
  border: 2px solid #00235d;
  border-top: 0px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gnb .sub-nav__box__list > a {
  display: block;
  padding: 8px 0 8px 10px;
}

.gnb .sub-nav__box__list > a:hover,
.gnb .sub-nav__box__list > a:focus {
  text-decoration: underline;
  color: #000;
}

.gnb .gnb-menu.over .sub-nav__box,
.selected .gnb .gnb-menu.focus .sub-nav__box {
  padding-bottom: 10px;
  padding-top: 15px;
}

* + html .gnb {
  position: absolute;
  top: 0;
  padding-top: 0;
}

/* all 2nd menu down
===============================*/
.down-all .gnb {
  background-image: url("../../resources/images/basic/header-bg-ver1.png");
}

.down-all .gnb .sub-nav {
  display: block;
  text-align: center;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  background: transparent;
}

.down-all .gnb .sub-nav__box {
  border: 0px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.down-all .gnb .sub-nav__box__list a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  word-break: keep-all;
}

.down-all .gnb .gnb-menu.over .sub-nav {
  background-color: transparent;
}

.down-all .gnb .gnb-menu.over .sub-nav__box__list a {
  color: #333;
}

.down-all .gnb .gnb-menu.over .sub-nav__box__list a:hover,
.down-all .gnb .gnb-menu.over .sub-nav__box__list a:focus {
  color: #0e813f;
}

.down-all .gnb .gnb-menu.over > a,
.down-all .gnb .gnb-menu.focus > a {
  background-position: left bottom;
  background-repeat: repeat-x;
}



.down-all .header__wrap__h1 h1 a img {
  display: none;
}

.down-all .header__wrap__h1 h1 a:focus {
  border: 1px solid gold;
}

.mainpage .down-all .header__wrap__h1 h1 a {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/logo_top.png");
  width: 280px;
  min-width: 280px;
  height: 53px;
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .mainpage .down-all .header__wrap__h1 h1 a {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -135.38462px 0px;
    background-image: url("../images/sprite.png");
    background-size: 999.23077px auto;
    width: 228.46154px;
    min-width: 228.46154px;
    height: 36.92308px;
  }
}

.subpage .down-all .header__wrap__h1 h1 a {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/logo_top.png");
  width: 280px;
  min-width: 280px;
  height: 53px;
}



.down-all.selected {
  background-color: #fff;
  position: relative;
}

.down-all.selected .header__wrap__h1 h1 a {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/logo_top.png");
  width: 280px;
  min-width: 280px;
  height: 53px;
}

.down-all.selected .header__wrap__h1 h1 a img {
  display: none;
}


.down-all.selected .gnb {
  background-color: #fff;
}

.down-all.selected .gnb .gnb-ul .sub-nav {
  height: auto;
  visibility: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.down-all.selected .gnb .gnb-menu > a {
  background-image: url("../../resources/images/basic/header-bg-ver-main2.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #000;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .down-all.selected .gnb .gnb-menu > a {
    background-image: none;
  }
}

/* 2차메뉴 균일 박스 디자인 적용시 */
.down-all .gnb .gnb-ul {
  display: table;
}

.down-all .gnb .gnb-menu {
  display: table-cell;
  float: none;
}

.down-all .gnb .gnb-menu.over {
  background-color: transparent;
}

/* 2차메뉴 보더적용시 주석 해제 */
.down-all .gnb .gnb-menu:first-child {
  border-left: 0px solid #eee;
}

.down-all .gnb .gnb-menu:last-child {
  border-right: 0px solid #eee !important;
}

.down-all .gnb .gnb-menu {
  padding-right: 1px;
}

.down-all.selected .gnb .gnb-menu {
  padding-right: 0;
}

.down-all .gnb .gnb-menu > a {
  display: table;
  margin-left: -1px;
  position: relative;
  text-align: center;
  width: 102%;
}

/*ie7*/
* + html .gnb {
  top: 90px;
}

* + html .down-all .gnb .gnb {
  position: absolute;
  top: 34px;
}

* + html .down-all .gnb .gnb-ul {
  display: block;
}

* + html .down-all .gnb .gnb-menu {
  display: block;
  float: left;
}

* + html .down-all .gnb .gnb-menu.over {
  background-color: #f4fcfb;
}

* + html .down-all .gnb .gnb-menu.over .sub-nav {
  background-color: #f4fcfb;
}

* + html .down-all .gnb .gnb-menu.over > a {
  background-color: #f4fcfb;
  color: #333;
}

* + html .down-all .gnb .gnb-menu:first-child {
  border-left: 0px solid #acc1bf;
}

* + html .down-all .gnb .gnb-menu {
  border-right: 0px solid #f4fcfb;
  border-left: 0px;
}

* + html .down-all .gnb .gnb-menu > a {
  width: 100%;
  margin-left: 0;
}

* + html .down-all .gnb .gnb-menu.over .sub-nav .sub-nav__box__list a {
  color: #333;
}

* + html .down-all .gnb .gnb-menu.over .sub-nav .sub-nav__box__list a:hover,
* + html .down-all .gnb .gnb-menu.over .sub-nav .sub-nav__box__list a:focus {
  color: #333;
}

* + html .down-all.selected .gnb .gnb-menu {
  border-right: 0;
}

/*모드별 디자인
	ver2
	down-all
	add-all-menu
	add-search-btn
--------------*/
/*ver2*/
.ver2 .header__wrap__h1 h1 {
  top: 13px;
  z-index: 9999;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .ver2 .header__wrap__h1 h1 {
    top: 18px;
  }
}

.ver2 .gnb {
  top: 0;
  z-index: 9;
}

.ver2 .gnb .gnb-ul {
  width: 950px;
}

.ver2 .gnb .gnb-menu > a {
  height: 86px;
}

.ver2 .gnb .sub-nav {
  top: 86px;
}

.ver2.down-all .gnb {
  background-image: url("../../resources/images/basic/header-bg-ver-main2.png");
}

.ver2.down-all .gnb .sub-nav {
  top: 0;
}

/*down-all*/
/* add-all-menu */
.add-all-menu .all_menu_wrap__outwrap {
  display: block;
}

.add-all-menu .gnb .gnb-ul {
  width: 1250px;
}

/*ver2 + add-all-menu*/
.ver2.add-all-menu .gnb .gnb-ul {
  width: 940px;
  padding-right: 153px;
  padding-left: 140px;
}

.ver2.add-all-menu .gnb .gnb-ul {
  width: 1030px;
  padding-right: 0;
  padding-left: 30px;
  margin: 0 auto;
}

@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .ver2.add-all-menu .gnb .gnb-ul {
    width: 870px;
    padding-left: 100px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .ver2.add-all-menu .gnb .gnb-ul {
    width: 780px;
    padding-left: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header {
    height: 140px;
  }
  .header__wrap__h1 h1 {
    top: 20px !important;
  }
  .gnb {
    top: 80px !important;
    background-image: none !important;
  }
  .gnb .gnb-ul {
    width: 99% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gnb .gnb-menu > a {
    height: 60px !important;
  }
}

/* 펼쳤을때 좌측 타이틀*/
@media screen and (min-width: 1px) and (max-width: 1200px) {
  .down-all .gnb .sub-nav {
    background-image: none;
  }
}

.down-all .gnb .sub-nav__box {
  position: relative;
}

.gnb-tit {
  display: none;
}

.gnb .gnb-tit {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 999;
  width: 240px;
  text-align: left;
  color: #000;
  letter-spacing: -1px;
  font-size: 27px;
  font-weight: bold;
}

.gnb .gnb-tit:before {
  content: ' ';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 55px;
  left: 0;
}

.gnb .gnb-tit:after {
  position: absolute;
  top: 75px;
  left: 0px;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  font-weight: normal;
  white-space: pre;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .gnb .gnb-tit {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .header__links__2 {
    top: 15px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .header__links__2 {
    top: 10px;
    right: 10px;
    z-index: 0;
  }
  .mobile_menu_open .header__links__2 {
    display: none !important;
  }
}

.gnb .sub-nav__3rd,
.gnb .gnb-thrd-menu {
  display: none;
}

.header__eng-wrap {
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
}

.header__eng {
  position: absolute;
  top: 27px;
  right: 95px;
  z-index: 9999;
  display: block;
  border-radius: 70px 70px;
  height: 34px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  padding-left: 20px;
  background-image: url("../../resources/images/icons/eng.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

.header__eng span {
  display: none;
}

.header__eng:hover, .header__eng:focus {
  text-decoration: underline;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .header__eng {
    right: 48px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .header__eng {
    padding: 0 6px;
    color: #000;
    background-image: none !important;
    right: 8px;
    top: 8px;
    border-radius: 10px 10px;
    height: 35px;
    line-height: 35px;
    z-index: 999999;
  }
  .header__eng span {
    display: none;
  }
  .mobile_menu_open .header__eng {
    display: none;
  }
}

.mainpage .header__search__open {
  background-image: url("../../resources/images/icons/search-btn2n.png");
}

.subpage .header__search__open {
  background-image: url("../../resources/images/icons/search-btn2n.png");
}

.subpage .header__eng {
  background-image: url("../../resources/images/icons/eng2.png");
  color: #000;
}

.mainpage .down-all.selected .header__search__open {
  background-image: url("../../resources/images/icons/search-btn2n.png");
}

.mainpage .down-all.selected .header__eng {
  background-image: url("../../resources/images/icons/eng2.png");
  color: #000;
}


/*전체메뉴보기*/
.all_menu_wrap__outwrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1900px;
}

.all_menu_wrap__outwrap.selected {
  z-index: 10001;
  display: block !important;
}

.btn_all-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999;
}

.btn_all-wrap .btn_all {
  width: 81px;
  height: 86px;
  display: block;
  text-align: center;
  border-left: 1px solid #ddd;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .btn_all-wrap .btn_all {
    width: 47px;
  }
}

.btn_all-wrap .btn_all:focus {
  border: 1px solid #000;
  height: 83px;
}

.btn_all-wrap .btn_all span {
  display: block;
  font-size: 0;
  margin: 0 auto;
  margin-top: 32px;
}

.btn_all-wrap .btn_all span.type1 {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -539px -974px;
  background-image: url("../images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 19px;
}

.btn_all-wrap .btn_all span.type2 {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -776px;
  background-image: url("../images/sprite.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: none !important;
}

.btn_all-wrap .btn_all.selected span.type1 {
  display: none !important;
}

.btn_all-wrap .btn_all.selected span.type2 {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -776px;
  background-image: url("../images/sprite.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: inline-block !important;
  margin-top: 29px;
}

.subpage .down-all .btn_all-wrap .btn_all span.type1 {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -539px -974px;
  background-image: url("../images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 19px;
}

.subpage .down-all .btn_all-wrap .btn_all span.type2 {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -776px;
  background-image: url("../images/sprite.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.mainpage .down-all.selected .btn_all-wrap .btn_all span.type1 {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -539px -974px;
  background-image: url("../images/sprite.png");
  width: 24px;
  min-width: 24px;
  height: 19px;
}

.mainpage .down-all.selected .btn_all-wrap .btn_all span.type2 {
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -662px -776px;
  background-image: url("../images/sprite.png");
  width: 30px;
  min-width: 30px;
  height: 30px;
}

.btn_all-wrap .btn_all:hover,
.btn_all-wrap .btn_all:focus {
  opacity: 0.8;
}

.all_menu_wrap {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  z-index: 9999;
  position: absolute;
  top: 86px;
  left: 0px;
  -webkit-box-shadow: 4px 3px 6px -3px rgba(0, 0, 0, 0.75);
          box-shadow: 4px 3px 6px -3px rgba(0, 0, 0, 0.75);
  /*
	height:0;
	overflow:hidden;
	visibility: hidden;*/
  opacity: 0;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  display: none;
}

.all_menu_wrap__h2 {
  height: 110px;
  background-color: #0068b7;
  display: none;
}

.all_menu_wrap__outwrap.selected .all_menu_wrap {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  display: block;
}

.all_menu_in {
  position: relative;
  padding: 20px;
  padding-top: 40px;
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.all_menu_wrap__outwrap.selected .all_menu_in .gnb-menu {
  border-right: 0;
}

.all_menu_in .gnb-ul {
  padding-right: 0;
  margin-left: -20px;
}

.all_menu_in .gnb-menu {
  float: left;
}

.all_menu_in .gnb-menu > a {
  display: block;
  color: #34a19d;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #34a19d;
  margin-left: 20px;
  text-align: left;
  padding-left: 20px;
  font-weight: normal;
  background-color: #edfff3;
  background-position: right bottom;
  background-repeat: no-repeat;
  
}

.all_menu_in .all_menu_close {
  color: #333;
  display: block;
  font-size: 0;
  position: absolute;
  right: 20px;
  top: -85px;
  z-index: 9999;
  width: 30px;
  height: 30px;
}

.all_menu_in .sub-nav {
  height: auto;
  visibility: visible;
}

.all_menu_in .sub-nav__box__ul {
  margin-left: 20px;
  padding-top: 20px;
}

.all_menu_in .sub-nav__box__list > a {
  display: block;
  min-height: 30px;
  line-height: 30px;
  padding: 0 0 6px 20px;
  color: #000;
  font-size: 15px;
  position: relative;
  ;
}

.all_menu_in .sub-nav__box__list > a:before {
  position: absolute;
  top: 14px;
  left: 8px;
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -395px -1191px;
  background-image: url("../images/sprite.png");
  width: 3px;
  min-width: 3px;
  height: 3px;
}

.all_menu_in .sub-nav__box__list > a:hover,
.all_menu_in .sub-nav__box__list > a:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.all_menu_in .gnb-ul {
  display: table;
  width: 100%;
}

.all_menu_in .gnb-menu {
  min-width: 12%;
  margin-bottom: 20px;
}

.all_menu_in .gnb-menu:first-child {
  border-left: 0px;
}

.all_menu_in .sub-nav__3rd {
  text-align: left;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.all_menu_in .sub-nav__3rd__ul__li a,
.all_menu_in .gnb-thrd-menu__item {
  display: block;
  margin-bottom: 12px;
  padding-left: 13px;
  color: #666;
  position: relative;
}

.all_menu_in .sub-nav__3rd__ul__li a:hover, .all_menu_in .sub-nav__3rd__ul__li a:focus,
.all_menu_in .gnb-thrd-menu__item:hover,
.all_menu_in .gnb-thrd-menu__item:focus {
  text-decoration: underline;
}

.all_menu_in .sub-nav__3rd__ul__li a:before,
.all_menu_in .gnb-thrd-menu__item:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: -557px -1130px;
  background-image: url("../images/sprite.png");
  width: 5px;
  min-width: 5px;
  height: 2px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .all_menu_wrap__outwrap {
    width: 100%;
    top: -0;
  }
  .all_menu_in {
    width: auto;
  }
  .all_menu_in .gnb-menu > a {
    background-image: none !important;
  }
  .btn_all-wrap .btn_all {
    border-left: 0px;
  }
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .all_menu_wrap__outwrap {
    display: none !important;
  }
  .all_menu_wrap__outwrap.selected .all_menu_wrap {
    display: none !important;
  }
}

/*모바일메뉴*/
.mobile_top_nav {
  display: none;
}

#gnb_nav_mobile {
  height: auto;
  display: none;
}

/*모바일 메뉴 닫기*/
.mobile-close {
  position: fixed;
  left: -30px;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile_on_off a {
  display: none;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .mobile_on_off a {
    display: block;
  }
}

.mobile_top_nav.selected .mobile-close {
  opacity: 1;
  left: 285px;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .header {
  	position:sticky;
  	top:0;
    overflow: visible;
    border-bottom: 1px solid #333;
    width: 100%;
    padding-bottom: 0px;
    height: 50px !important;
    background-image: none;
  }
  .header.selected {
    height: 100%;
  }
  .header__wrap__h1 h1 {
    margin-left: 0;
    left: 0;
    position: relative;
    top: 9px;
    width: 100%;
    text-align: center;
    padding-top: 0px;
  }
  .header__wrap__h1 h1 a {
    width: auto;
    height: auto;
    display: inline-block;
    min-width: 0;
    vertical-align: top;
    /*
						@include sprite($title,1.8);

						margin: 0 auto;

						img {
							display: none;
						}*/
  }
  .header__wrap__h1 h1 a img {
    max-height: 28px;
    padding-right: 25px;
  }
  .ver2 .header__wrap__h1 h1 {
    top: 9px !important;
  }
  .header__wrap .gnb {
    display: none;
  }
  .header {
    background-color: #fff;
  }
  [class*="header__wrap"] {
    height: 50px;
  }
  .header__wrap__h1 h1 a {
    width: auto;
    height: auto;
    background-image: none !important;
    min-width: 100px;
  }
  .header__wrap__h1 h1 a img {
    display: block !important;
    margin: 0 auto;
  }
  /*모바일 메뉴*/
  .mobile_top_nav {
    display: block;
    z-index: 10000;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    background-image: url("../../resources/images/basic/opa.png");
    background-repeat: repeat;
    background-position: 0 0;
  }
  .mobile_top_nav .m_s_btn {
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    text-indent: -9999px;
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -215.88235px -320px;
    background-image: url("../images/sprite.png");
    background-size: 764.11765px auto;
    width: 32.94118px;
    min-width: 32.94118px;
    height: 32.94118px;
  }
  .mobile_top_nav .m_open_btn {
    position: absolute;
    top: 12px;
    left: 15px;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 0;
    text-indent: -9999px;
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -289.5px -272px;
    background-image: url("../images/sprite.png");
    background-size: 649.5px auto;
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .mobile_top_nav__in {
    left: -320px;
    width: 320px;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: auto;
  }
  .mobile_top_nav.selected {
    height: 100%;
    overflow: auto;
    width: 100%;
    left: 0px;
  }
  .mobile_top_nav.selected .m_s_btn {
    display: none;
  }
  .mobile_top_nav.selected .mobile_top_nav__in {
    left: 0;
    -webkit-box-shadow: 3px 4px 18px -7px rgba(0, 0, 0, 0.75);
            box-shadow: 3px 4px 18px -7px rgba(0, 0, 0, 0.75);
  }
  #gnb_nav_mobile {
    opacity: 0;
    position: relative;
    padding-top: 44px;
    z-index: 9999;
    background-color: #fff;
    border-top: 1px solid #d1d1d6;
    background-color: #fff;
  }
  #gnb_nav_mobile li.gnb-menu {
    background-color: #fff;
  }
  #gnb_nav_mobile li.gnb-menu.over {
    background-color: #fff;
  }
  #gnb_nav_mobile li.gnb-menu:first-child {
    border-left: 0px;
  }
  #gnb_nav_mobile li.gnb-menu > a {
    width: auto;
    display: block;
    text-shadow: none;
    padding: 0px 10px 0px 20px;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    text-align: left;
    border-top: 1px solid #d1d1d6;
  }
  #gnb_nav_mobile li.gnb-menu > a > span {
    background-image: none;
  }
  #gnb_nav_mobile .sub-nav__box__ul {
    background-color: #eee;
  }
  #gnb_nav_mobile .sub-nav__box__list a {
    border-top: 1px solid #d1d1d6;
    padding: 0px 10px 0px 25px;
    width: auto;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    display: block;
    color: #000;
    font-size: 16px;
    text-shadow: 0px 0px 0px;
  }
  #gnb_nav_mobile .sub-nav__box__list a:hover,
  #gnb_nav_mobile .sub-nav__box__list a:focus {
    background-color: #fff;
  }
  /*불켜짐*/
  #gnb_nav_mobile .gnb-menu {
    position: relative;
  }
  #gnb_nav_mobile .gnb-menu:after {
    content: '';
    display: inline-block;
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -77px -487px;
    background-image: url("../images/sprite.png");
    background-size: 649.5px auto;
    width: 14px;
    min-width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  #gnb_nav_mobile .gnb-menu.selected:after,
  #gnb_nav_mobile .gnb-menu.on:after {
    content: '';
    display: inline-block;
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -461px -528px;
    background-image: url("../images/sprite.png");
    background-size: 649.5px auto;
    width: 14px;
    min-width: 14px;
    height: 1px;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  #gnb_nav_mobile .gnb-menu.on > a {
    color: #000;
  }
  #gnb_nav_mobile .gnb-menu.no-has-menu:after {
    display: none;
  }
  #gnb_nav_mobile .sub-nav__box__list.on > a {
    color: #000;
    text-decoration: underline;
  }
  #gnb_nav_mobile .sub-nav__box__list.on > a span {
    color: #000;
    text-decoration: underline;
  }
  /*3rd*/
  #gnb_nav_mobile .sub-nav__3rd {
    position: relative;
  }
  #gnb_nav_mobile .sub-nav__3rd a {
    color: #666;
    border-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
    width: auto;
    display: block;
    text-decoration: none;
    text-align: left;
    padding-left: 35px;
    position: relative;
  }
  #gnb_nav_mobile .sub-nav__3rd a:after {
    content: '';
    display: inline-block;
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -775px -1130px;
    background-image: url("../images/sprite.png");
    width: 2px;
    min-width: 2px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 25px;
  }
  #gnb_nav_mobile .sub-nav__3rd li:first-child {
    border-top: 0px;
  }
  /*#gnb_nav_mobile .gnb-menu.nav-item.on .sub-nav{height:auto;		visibility: visible;}*/
  #gnb_nav_mobile .gnb-menu.nav-item.on .sub-nav {
    height: auto;
    visibility: visible;
    display: block;
  }
  /*sldieup*/
  #gnb_nav_mobile .gnb-menu.nav-item .sub-nav {
    display: none;
    height: auto;
    visibility: visible;
  }
  /*sldieup*/
  #gnb_nav_mobile .gnb-menu.nav-item.on > a {
    color: #087f97;
  }
  #gnb_nav_mobile .sub-nav__box__list.on > a span {
    color: #087f97;
  }
  #gnb_nav_mobile .sub-nav__3rd .on a {
    color: #000;
    font-weight: bold;
  }
  #gnb_nav_mobile .sub-nav__3rd a.on {
    color: #000;
    font-weight: bold;
  }
  /*모바일 메뉴 닫기*/
  .mobile-close {
    position: fixed;
    left: -30px;
    top: 9px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .mobile_menu_open .mobile-close {
    left: 275px;
    z-index: 10000;
    opacity: 1;
  }
  .mobile-close a {
    font-size: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    display: block;
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -236.5px -272px;
    background-image: url("../images/sprite.png");
    background-size: 649.5px auto;
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .mobile_top_nav.selected .mobile-close {
    opacity: 1;
    left: 285px;
  }
  /*gnb 방식변경*/
  .gnb-ul {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .gnb-menu {
    width: 100%;
    display: block;
    border-right: 0px;
  }
  .gnb-menu > a {
    text-align: left;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
  }
  .sub-nav {
    width: auto;
    border: 0;
    background-color: #f7f7f7;
    text-align: left;
  }
  .sub-nav__box__list a span {
    color: #666666;
    background-image: none !important;
    font-size: 17px;
  }
  #gnb_nav_mobile li.gnb-menu.selected .sub-nav {
    height: auto;
    visibility: visible;
  }
  #gnb_nav_mobile.selected {
    display: block;
    opacity: 1;
  }
  .gnb.selected {
    display: block;
    opacity: 1;
  }
  .header__links {
    z-index: 99999;
  }
  .header__links__1 {
    width: 250px;
    right: unset;
    left: -250px;
    top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__links.selected .header__links__1 {
    left: 0;
  }
  
  @media screen and (min-width: 1px) and (max-width: 768px) {
  .subpage .header {
  	position:sticky;
  	top:0;
  }
}
}