@charset "utf-8";
@import url("./font.css");
@import url("./jquery.mCustomScrollbar.css");
/* layout */
body, table, th, td, button, select, input, textarea, li, dd, dt, p {
  font-family: 'Noto Sans KR', "돋움", Dotum, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #232323;
  -webkit-text-size-adjust: none;
  letter-spacing: -0.6px;
}
body {
  margin: 0;
  overflow: hidden;
}
body {
  overscroll-behavior: contain;
  background-color: #fff;
}
.hidden {
  margin-right: 17px;
  overflow-y: hidden;
}
#wrap {
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  position: relative;
}
/* ****************** 공통클래스 ********************** */
.area {
  max-width: 1440px;
  margin: 0px auto;
  position: relative;
}
.area02 {
  max-width: 1320px;
  margin: 0px auto;
  position: relative;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.table-layout {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell-layout {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0
}
/* ****************** HEADER ********************** */
#header {
  position: fixed;
  height: 94px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
}
#headerInnerWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#headerInner {
  position: relative;
  height: 100%;
  margin: 0px auto;
  padding: 14px 50px;
}
#header .logo {
  position: relative;
  z-index: 100;
  float: left;
  padding: 0;
}
#header .logo a {
  display: block;
  background: url(../images/logo_white.png) no-repeat;
  width: 103px;
  height: 68px;
  position: relative;
}
#header.active .logo a {
  background: url(../images/logo.png) no-repeat;
}
/* -------- Header :: GNB(PC) -------- */
/* -------- Header :: UTIL BOX -------- */
.header-util-box {
  position: absolute;
  top: 50%;
  right: 3.1%;
  margin-top: -16px;
  z-index: 100;
}
.header-lang {
  margin-left: 10px;
  position: relative;
  float: left;
  width: 128px;
  height: 38px;
  border: 1px solid #fff;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-lang .lang-open-btn {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-lang .lang-open-btn .arrow {
  position: absolute;
  margin-top: 2px;
  top: 0;
  right: 15px;
}
.header-lang .lang-open-btn .arrow i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-lang > ul {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  z-index: 10;
  width: calc(100% + 2px);
  border: 1px solid #fff;
  background-color: transparent;
}
.header-lang > ul > li > a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-lang.open .lang-open-btn .arrow i {
  transform: rotate(180deg);
  margin-top: -3px;
}
#header.active .header-lang {
  border: 1px solid #222;
}
#header.active .header-lang .lang-open-btn {
  color: #222;
}
#header.active .header-lang .lang-open-btn .arrow i {
  color: #222;
}
#header.active .header-lang > ul {
  border: 1px solid #222;
}
#header.active .header-lang > ul > li > a {
  color: #222;
}
.hd_sch_wr {
  position: absolute;
  right: 180px;
  top: 29px;
  border: 1px solid #fff;
  padding-right: 10px;
  z-index: 100;
}
.hd_sch_wr input {
  width: 120px;
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.hd_sch_wr button {
  color: #fff;
  vertical-align: middle;
}
.hd_sch_wr input::placeholder {
  color: #fff;
}
#header.active .hd_sch_wr {
  border: 1px solid #222;
}
#header.active .hd_sch_wr input {
  color: #222;
}
#header.active .hd_sch_wr button {
  color: #222;
}
#header.active .hd_sch_wr input::placeholder {
  color: #888;
}
#gnb {
  position: absolute;
  text-align: right;
  top: 25px;
  left: 0px;
  width: 100%;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gnb > ul {
  display: flex;
  justify-content: center;
}
#gnb > ul > li {
  position: relative;
  word-break: keep-all;
}
#gnb > ul > li > a {
  position: relative;
  z-index: 100;
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  text-align: left;
  letter-spacing: -0.55px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header.active #gnb > ul > li > a {
  color: #222222;
}
#gnb > ul > li > a > span {
  display: inline-block;
  position: relative;
}
#gnb > ul > li:hover a, #gnb > ul > li.active a, #header.active #gnb > ul > li:hover a, #header.active #gnb > ul > li.active a {
  color: #e40f0f;
  font-weight: 500;
}
/* GNB :: 2차 전체메뉴 */
#gnbBg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  height: 0;
  background: #d25d35;
  z-index: 98;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, 0.2);
}
#gnb.total-menu > ul > li .gnb-2dep {
  position: absolute;
  top: 46px;
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: Alpha(opacity=0);
  height: 0;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gnb.total-menu > ul > li .gnb-2dep ul {
  padding: 40px 0px;
}
#gnb.total-menu > ul > li .gnb-2dep ul li {
  position: relative;
  text-align: center;
}
#gnb.total-menu > ul > li .gnb-2dep ul li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 1.25;
  opacity: 0.5;
  filter: Alpha(opacity=80);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s
}
#gnb.total-menu > ul > li .gnb-2dep ul li a:hover {
  opacity: 1;
  filter: Alpha(opacity=100);
  font-weight: 500;
}
#gnb.total-menu > ul > li .gnb-2dep ul li a > span {
  display: inline-block;
  position: relative;
}
#gnb.total-menu > ul > li .gnb-2dep ul li a > span:before {
  content: "";
  width: 0%;
  height: 1px;
  padding: 0px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: pall 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: Alpha(opacity=0);
}
#gnb.total-menu > ul > li .gnb-2dep ul li:hover a > span:before {
  opacity: 1;
  filter: Alpha(opacity=100);
  width: 100%;
}
/* GNB :: 2차메뉴 Over (높이변경) */
#gnb.open #gnbBg {
  height: 290px
}
#gnb.open > ul > li .gnb-2dep {
  height: 250px;
  opacity: 1.0;
  filter: Alpha(opacity=100);
  visibility: visible;
  -webkit-transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
}
/* over했을때 */
#gnb > ul > li .gnb-2dep.open ul li {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.header-util-box {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -19px;
  z-index: 9100;
}
.header-lang > li {
  position: relative;
  float: left;
  margin-left: 20px;
}
.header-lang > li:first-child {
  margin-left: 0;
}
.header-lang > li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  color: #888;
}
.header-lang > li a:hover, .header-lang > li.on a {
  color: #ff801f;
}
.header-lang > li a:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #ff801f;
  content: "";
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: 100% 0;
}
.header-lang > li a:hover:after, .header-lang > li.on a:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}
.hd_sch_wr_m {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.hd_sch_wr_m #hd_sch {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.3);
}
.hd_sch_wr_m input {
  width: 150px;
  border: none;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.hd_sch_wr_m button {
  color: #fff;
  vertical-align: middle;
}
.hd_sch_wr_m input::placeholder {
  color: #fff;
}
/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn {
  display: none;
}
#gnbM {
  display: none
}
/* ****************** FOOTER ********************** */
#footer {
  background-color: #333333;
  padding: 35px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
}
#footer span {
  display: inline-block;
  padding: 0 10px;
}
#main_quick {
  position: fixed;
  right: 20px;
  bottom: 50px;
}
#main_quick p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  padding-left: 8px;
  font-size: 18px;
}
#main_quick ul {
  margin-top: 20px;
}
#main_quick ul li {
  padding: 10px 0;
  text-align: center;
}
#main_quick ul li:first-child a {
  display: inline-block;
  background: url(../images/quick_img01_w.png) no-repeat;
  width: 22px;
  height: 24px;
  text-indent: -9999px;
  margin: 0 auto;
}
#main_quick ul li:last-child a {
  display: inline-block;
  background: url(../images/quick_img04_w.png) no-repeat;
  width: 22px;
  height: 29px;
  text-indent: -9999px;
  margin: 0 auto;
}
#main_quick.active p {
  color: #333;
}
#main_quick.active ul li {
  padding: 10px 0;
  text-align: center;
}
#main_quick.active ul li:first-child a {
  display: inline-block;
  background: url(../images/quick_img01.png) no-repeat;
  width: 22px;
  height: 24px;
  text-indent: -9999px;
  margin: 0 auto;
}
#main_quick.active ul li:last-child a {
  display: inline-block;
  background: url(../images/quick_img04.png) no-repeat;
  width: 22px;
  height: 29px;
  text-indent: -9999px;
  margin: 0 auto;
}
/* Footer :: TOP버튼 */
.to-top-btn {
  position: fixed;
  bottom: -100px;
  right: 4%;
  display: block;
  width: 64px;
  height: 64px;
  background-color: #e41010;
  text-align: center;
  border-radius: 50%;
  line-height: 64px;
  color: #fff;
  z-index: 99;
  opacity: 0;
  font-size: 14px;
  filter: Alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  font-family: 'Montserrat', 'Noto Sans KR', "돋움", Dotum, Arial, sans-serif;
  font-weight: 700;
  z-index: 999;
}
.to-top-btn.fixed {
  bottom: 60px;
  opacity: 1.0;
  filter: Alpha(opacity=100);
}
.to-top-btn:hover {
  background-color: #000;
  color: #fff;
}
#subContent {
  margin-top: 104px;
  padding: 60px 10%;
  min-height: 750px
}
.mb_br {
  display: none;
}
/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
@media all and (min-width:1025px) {
  .fixed-sub-menu.top-fixed .side-menu-inner {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
  }
}
#content {
  padding: 120px 0 0 0;
}
#contentInfoCon {}
#contentInfoCon .title_area {
  text-align: center;
}
#page-1 {
  background-color: #3F51B5;
}
#page-2 {
  background-color: #673AB7;
}
#page-3 {
  background-color: #9C27B0;
}
#page-4 {
  background-color: #E91E63;
}
#page-5 {
  background-color: #F44336;
}
#page-6 {
  background-color: #4CAF50;
}
section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  color: #fff;
  position: relative;
}
.scroller {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 40px;
  height: 65px;
  border: 4px solid #fff;
  border-radius: 30px;
}
.scroller::after {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: 1200ms ease 0ms forwards infinite scroll;
  animation: 1200ms ease 0ms forwards infinite scroll;
  content: "";
}
.scroller small {
  position: absolute;
  width: 174px;
  left: -64px;
  top: -34px;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}