@charset "utf-8";
/* ****************** 공통클래스 ********************** */
@media all and (max-width:1440px) {
  #gnb .area > ul > li > a {
    font-size: 19px;
  }
}
@media all and (max-width:1340px) {
  .area {
    padding: 0 15px;
  }
  #gnb .area > ul > li {
    width: 110px;
  }
  #gnb .area > ul > li > a {
    font-size: 18px;
  }
}
@media all and (max-width:1024px) {
  #header, #headerInnerWrap {
    height: 65px;
    left: 0;
    top: 0;
    width: 100%;
  }
  #headerInnerWrap {
    position: fixed;
    z-index: 99;
  }
  #headerInner {
    background: none;
  }
  #header .logo {
    padding: 20px 0;
  }
  .header-util-box {
    right: 7%;
  }
  .header-util-box > a {
    display: none;
  }
  #header .nav-open-btn.active .line {
    background-color: #fff;
  }
  /* -------- Header :: GNB(Pc) -------- */
  #gnb {
    display: none;
  }
  .gnb-overlay-bg {
    display: none
  }
  /* -------- Header :: GNB(Mobile/기본스타일) -------- */
  #gnbM {
    display: block;
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #528a1c;
    z-index: 999;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); /* gnb OPEN 속도 */
    visibility: hidden;
  }
  #gnbM.open {
    right: 0px;
    visibility: visible;
  }
  /* GNB Mobile :: 레이아웃 */
  .gnb-navigation-wrapper {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 80px 10% 0 10%;
    overflow-y: auto;
  } /* padding-top : Header 높이값 */
  .header-util-menu-box + .gnb-navigation-wrapper {
    padding-top: 0
  }
  /* GNB Mobile :: 메뉴영역 :: 1차 */
  #navigation > li > a {
    position: relative;
    display: block;
    padding: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 500;
  }
  #navigation > li.active > a {
    color: #fff;
  }
  #navigation > li .gnb-icon {
    margin-left: 10px;
    color: #fff;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
  }
  #navigation > li .gnb-icon i {
    font-size: 14px;
  }
  /* GNB Mobile ::  메뉴영역 :: 2차 */
  #navigation > li .gnb-2dep {
    display: none;
    padding: 10px 0;
  }
  #navigation > li .gnb-2dep .mbmenu {
    text-align: center;
  }
  #navigation > li .gnb-2dep .mbmenu a {
    color: #40e2f3;
    padding: 8px 0px;
    display: block;
    opacity: 0.7;
    font-size: 17px;
    filter: Alpha(opacity=70);
  }
  #navigation > li .gnb-2dep li {
    height: auto !important;
  }
  #navigation > li .gnb-2dep li > a {
    display: block;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    opacity: 0.7;
    filter: Alpha(opacity=70);
  }
  #navigation > li .gnb-2dep li.on > a {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    font-weight: 500;
  }
  /* -------- Header :: 네비게이션 오픈 버튼 -------- */
  .nav-open-btn {
    display: block;
    position: fixed;
    top: 18px;
    right: 25px;
    z-index: 9998;
    height: 30px;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .nav-open-btn .line {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #000;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header.open .nav-open-btn .line, #header.fixed .nav-open-btn .line {
    background-color: #000;
  }
  .nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4) {
    opacity: 0;
  }
  .nav-open-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    background-color: #fff;
  }
  .nav-open-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    background-color: #fff;
  }
  #header.open .nav-open-btn.active .line, #header.fixed .nav-open-btn.active .line {
    background-color: #fff;
  }
  .content-tit {
    font-size: 26px;
  }
  .content-tit span:after {
    bottom: -5px;
    height: 10px;
  }
  #topMenu01, #topMenu02 {
    display: none
  }
  /*  SUB LAYOUT :: 서브메뉴 모바일 (스타일2) */
  #topMenuM02 {
    display: block;
    position: relative;
    height: 40px;
  }
  #topMenuM02 .side-menu-inner {
    height: 40px;
    padding: 0px;
  }
  #topMenuM02 .menu-location {
    position: relative;
  }
  #topMenuM02 .menu-location > .cur-location {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    background-color: #528a1c;
  }
  #topMenuM02 .menu-location > .cur-location span {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
  }
  #topMenuM02 .menu-location > .cur-location .arrow {
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
  }
  #topMenuM02 .menu-location.open > .cur-location .arrow {
    transform: rotate(-180deg);
  }
  #topMenuM02 .menu-location .location-menu-con {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    border: 1px solid #528a1c;
    border-top: 0;
    padding: 10px 0;
    background-color: #fff;
    z-index: 11;
  }
  #topMenuM02 .menu-location.location1 .location-menu-con {
    width: calc(100% - 1px)
  }
  #topMenuM02 .menu-location .location-menu-con li a {
    display: block;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 1.5;
    word-break: keep-all;
    text-align: center;
  }
  #topMenuM02 .menu-location .location-menu-con li.on {
    position: relative;
  }
  #topMenuM02 .menu-location .location-menu-con li.on a {
    color: #528a1c;
    font-weight: 500;
  }
  #footerBottom h1 {
    display: none
  }
  .footer-link {
    width: 26%;
  }
}
@media all and (max-width:800px) {
  #header, #headerInnerWrap {
    height: 60px;
  }
  #headerInner {
    background: none;
    margin: 0px auto 0;
  }
  #header .logo {
    padding: 19px 0;
  }
  #header .logo a {
    background-size: 59px auto;
    width: 59px;
    height: 22px;
  }
  .header-util-box {
    right: 10%;
  }
  body, table, th, td, button, select, input, textarea {
    font-size: 13px;
  }
  .footer-link p {
    text-align: center;
  }
  .nav-open-btn {
    top: 15px;
    margin-top: 0;
    right: 4%;
  }
  .nav-open-btn .line {
    width: 20px;
    height: 2px;
    z-index: 9999999999999999999;
  }
  .nav-open-btn.active .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  .nav-open-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
  /* Header :: GNB(Mobile) */
  #navigation > li .gnb-2dep > li > a {
    font-size: 13px;
  }
  #navigation > li .gnb-2dep .mbmenu a {}
  /* Footer :: 하단정보 */
  #footerTop {
    padding: 14px 10px;
  }
  #footerBottom {
    padding: 24px 0;
  }
  .footer-address p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  .footer-address span {
    display: inline-block;
  }
  .footer-address .link {
    display: block;
  }
  .footer-copyright {
    font-size: 11px;
    margin: 0 0px 0 15px;
  }
  .footer-address {
    padding: 20px 0 0 0;
    width: 100%;
    text-align: center;
    order: 2;
  }
  .footer-link {
    text-align: center;
    width: 100%;
    order: 1;
  }
  .to-top-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media all and (max-width:480px) {
  #header .logo a {}
  #navigation > li > a {
    font-size: 18px;
  }
  #navigation > li .gnb-2dep li > a {
    font-size: 14px;
  }
  #navigation > li .gnb-2dep .mbmenu a {}
  .footer-address span:before {
    display: none;
  }
  .footer-copyright {
    margin: 0 0px 0 5px;
  }
  .footer-address {
    padding: 20px 0 10px 0;
  }
}
/* ****************** SUB LAYOUT ********************** */
@media all and (max-width:1220px) {
  #visual {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*  SUB LAYOUT :: 비주얼 */
  #visual .visual-txt-con {
    padding: 0
  }
}
@media all and (max-width:800px) {
  /*  SUB LAYOUT :: 비주얼 */
  #visual {
    height: 200px;
  }
  #visual .visual-txt-con {
    padding: 0 15px;
	  padding-top:50px
  }
  #visual .visual-tit {
    font-size: 28px;
  }
	#visual .visual-sub-txt {
    margin-top: 10px;
}
  /*  SUB LAYOUT :: 상단정보 (공통) */
  #middleArea {
    padding: 0 0 0px 0
  }
  .content-tit {
    font-size: 22px;
    margin-bottom: 40px;
  }
  /*  SUB LAYOUT :: 컨텐츠 레이아웃 */
  #content {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 480px) {
  #daum_juso_pagemb_zip {
    margin-left: -70px !important;
    min-width: 300px;
  }
  .footer-link img {
    height: 26px;
  }
}