@charset "utf-8";
/* ****************** HEADER ********************** */
@media all and (max-width:1540px) {
  #gnb > ul > li > a {
    padding: 0 30px;
  }
}
@media all and (max-width:1440px) {
  .area {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100%;
  }
  .header-util-box {
    right: 15px;
  }
	#gnb > ul {
    margin-left: -120px;
}
  #gnb > ul > li > a {
    padding: 0 20px;
  }
  .hd_sch_wr {
    right: 145px;
  }
  #subContent {
    padding: 60px 50px;
  }
	
}
@media all and (max-width:1200px) {
  #subContent {
    padding: 60px 20px;
  }
  #waterfall {
    margin: 0px;
  }
}
@media all and (max-width: 1366px) {
  .area02 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100%;
  }
  #gnb > ul > li > a {
    padding: 0 15px;
  }
  #gnb > ul > li > a > span:before {
    padding: 0 10px;
  }
  #gnb.total-menu > ul > li .gnb-2dep {
    padding-left: 25px;
  }
}
@media all and (max-width: 1224px) {
  #header, #headerInnerWrap {
    height: 80px;
  }
  #headerInnerWrap {
    position: relative;
    z-index: 99;
  }
  #headerInner {
    padding: 0 15px;
  }
  #header .logo {
    padding: 10px 0;
  }
  #header.top-fixed #headerInnerWrap {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  .header-util-box {
    right: 75px;
    margin-top: -15px;
  }
  .hd_sch_wr {
    display: none;
  }
  /* -------- Header :: GNB(Pc) -------- */
  #gnb {
    display: none;
  }
  .gnb-overlay-bg {
    display: none
  }
  /* -------- Header :: GNB(Mobile/기본스타일) -------- */
  .gnb-overlay-bg-m {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
  }
  #gnbM {
    display: block;
    position: fixed;
    top: 0px;
    right: -100%;
    width: 80%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    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);
    visibility: hidden;
  }
  #gnbM.open {
    right: 0px;
    visibility: visible;
  }
  /* GNB Mobile :: 레이아웃 */
  .gnb-navigation-wrapper {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .gnb-navigation-top {
    padding: 15% 0 5% 0;
    background: #d04646;
  }
  .gnb-navigation-wrapper h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .gnb-navigation-wrapper h3 img {
    height: 65px;
  }
  /* GNB Mobile :: 메뉴영역 :: 1차 */
  #navigation > li {
    border-bottom: 1px solid #cccccc
  }
  #navigation > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0)
  }
  #navigation > li > a {
    position: relative;
    display: block;
    padding: 25px 15px;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
  }
  #navigation > li.active > a {
    color: #e40f0f;
  }
  #navigation > li.has-2dep > a:before {
    font-family: xeicon;
    content: "\e941";
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 1em;
    transform: translateY(-50%);
  }
  #navigation > li.has-2dep.active > a:before {
    content: "\e944";
  }
  /* GNB Mobile ::  메뉴영역 :: 2차 */
  #navigation > li .gnb-2dep {
    display: none;
    padding: 0;
    background-color: #e40f0f;
  }
  #navigation > li .gnb-2dep > li {
    height: auto !important;
    text-align: center;
    float: left;
    width: 25%;
  }
  #navigation > li .gnb-2dep > li > a {
    display: block;
    font-size: 15px;
    padding: 12px 5px;
    color: #fff;
  }
  #navigation > li .gnb-2dep > li.on > a {
    color: #fff;
    font-weight: 500;
  }
  /* GNB Mobile :: 메뉴영역 ::  3차 */
  #navigation > li .gnb-2dep > li > .gnb-3dep {
    display: none;
    padding: 10px;
    background-color: #aaa;
    margin: 0 10px
  }
  #navigation > li .gnb-2dep > li > .gnb-3dep > li > a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    color: #fff;
  }
  #navigation > li .gnb-2dep > li > .gnb-3dep > li > a:before {
    display: inline-block;
    content: "-";
    margin-right: 5px;
  }
  /* -------- Header :: 네비게이션 오픈 버튼 -------- */
  .nav-open-btn {
    display: block;
    position: absolute;
    top: 28px;
    right: 15px;
    z-index: 10000;
    height: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    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: #fff;
    border-radius: 5px;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .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(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
  .nav-open-btn.active .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
  .nav-open-btn.active .line {
    background-color: #333;
  }
  #header.active .nav-open-btn .line {
    background-color: #333
  }
  #header.active .nav-open-btn.active .line, #header .nav-open-btn.active .line {
    background-color: #fff
  }
  #main_quick {
    display: none;
  }
  .header-util-box {
    display: none
  }
  .mobile-util-menu {
    padding: 20px 15px;
    ;
    text-align: center;
    width: 100%;
    background: #e7e7e7;
    margin-top: 50px;
  }
  .mobile-util-menu li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    width: calc(25% - 23px);
    max-width: 52px;
  }
  .mobile-util-menu li a {
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 52px;
    max-width: 52px;
    margin: 0 auto;
  }
  .mobile-util-menu li img {
    height: 30px;
    width: auto;
  }
  .gnb-navigation-inner {
    padding: 0 15px;
  }
}
@media all and (max-width: 800px) {
  body, table, th, td, button, select, input, textarea, li, dd, dt, p {
    font-size: 14px;
  }
  #header, #headerInnerWrap {
    height: 70px;
  }
  #header .logo a {
    background: url(../images/logo_white.png) no-repeat;
    background-size: 78px 51px;
    width: 78px;
    height: 51px;
  }
  #header.active .logo a {
    background: url(../images/logo.png) no-repeat;
    background-size: 78px 51px;
    width: 78px;
    height: 51px;
  }
  #header.fixed .logo a {
    background: url(../images/logo.png) no-repeat;
    background-size: 78px 51px;
    width: 78px;
    height: 51px;
  }
  #header.fixed .header-lang {
    border: 1px solid #222;
  }
  #header.fixed .header-lang .lang-open-btn {
    color: #222;
  }
  #header.fixed .header-lang .lang-open-btn .arrow i {
    color: #222;
  }
  #header.fixed .header-lang > ul {
    border: 1px solid #222;
    background: #fff;
  }
  #header.fixed .header-lang > ul > li > a {
    color: #222;
  }
  .nav-open-btn {
    top: 19px;
    right: 15px;
  }
  .header-lang {
    width: 128px;
    height: 30px;
  }
  .header-lang .lang-open-btn {
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
  }
  .header-lang > ul {
    top: 30px;
    background: #fff;
  }
  .header-lang > ul > li > a {
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    color: #000;
  }
  #content {
    padding: 60px 0 0 0;
  }
  .to-top-btn.fixed {
    bottom: 20px;
  }
  #subContent {
    margin-top: 70px;
    padding: 50px 15px;
    min-height: auto;
  }
  .mb_tr {
    display: none;
  }
  .mb_br {
    display: block;
  }
}
@media all and (max-width: 480px) {
  /* Header :: 네비게이션 버튼 */
  .nav-open-btn {
    top: 20px;
    margin-top: 0;
  }
  .nav-open-btn.active {
    top: 17px;
  }
  .nav-open-btn .line {
    width: 30px;
    height: 3px;
  }
}
@media all and (max-width: 550px) {
  .m_480 {
    display: block !important;
  }
}
@media all and (max-width: 480px) {
  #footer {
    padding: 25px 0;
    font-size: 11px;
  }
  .to-top-btn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    right: 15px;
  }
  #navigation > li > a {
    padding: 15px;
    font-size: 18px;
  }
}