@charset "utf-8";
/* ****************** 공통클래스 ********************** */
@media all and (max-width:1440px) {}
@media all and (max-width:1340px) {
  .area {
    padding: 0 15px;
  }
}
@media all and (max-width:1024px) {
  #header, #headerInnerWrap {
    
    left: 0;
    top: 0;
    width: 100%;
  }
  #headerInnerWrap {
    position: fixed;
    z-index: 99;
  }
  #headerInner {
    background: none;
  }
  #header .logo {
   
  }
  #header .nav-open-btn.active .line {
    background-color: #fff;
  }
  .content-tit {
    font-size: 26px;
  }
  .content-tit span:after {
    bottom: -5px;
    height: 10px;
  }
 
  #footerBottom h1 {
    display: none
  }
}
@media all and (max-width:800px) {
  body, table, th, td, button, select, input, textarea {
    font-size: 13px;
  }
  #header, #headerInnerWrap {
    height: 66px;
  }
  #headerInner {
    background: none;
    margin: 0px auto 0;
  }
  #header .logo {
    padding: 19px 0;
  }
  #header .logo a {
    background-size: 280px auto;
    width: 280px;
    height: 30px;
  }
  #header.fixed .logo a {
    background-size: 280px auto;
  }
  .header-util-box {
    position: absolute;
    right: 60px;
    top: 15px;
  }
  .header-util-box a, #header.fixed .header-util-box a {
    background-size: 24px 24px;
  }
  .header-util-box a {
    padding-top: 31px;width: 30px;
  }
  .footer-link p {
    text-align: center;
  }
  .nav-open-btn {
    top: 15px;
  }
  .nav-open-btn .line {
    width: 20px;
    z-index: 99;
  }
  .nav-open-btn font {
    margin-top: 10px
  }
  .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 :: 하단정보 */
  #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-address p span.address1:before {
    display: none;
  }
  .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-util-box {
    right: 40px;
  }
  #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: 0px 0 10px 0;
  }
	.footer-address a {
    padding: 0 7px;
}
}
/* ****************** 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;
  }
  #visual .visual-tit {
    font-size: 28px;
  }
  /*  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: 60px;
  }
	#visual .visual-tit {
    font-size: 23px;
}
	.visual_flex {
    display: block
}
	
  #topMenuM02 {
    height: 37px;
	  max-width:100%;
	  margin-top:15px;
  }
  #topMenuM02 .side-menu-inner {
    height: 37px;
  }
	#topMenuM02 .menu-location > .cur-location {
    height: 37px;
    padding: 0 20px;
}
	 #topMenuM02 .menu-location .location-menu-con {
    top: 37px;
  }
}