.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.wrapper .img-logo-footer {
  width: auto;
  height: 56px;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
p {
  font-size: 15px;
  color: #333;
}
/* header */
header#header {
  z-index: 100;
  width: 100%;
  height: 84px;
  background: #fff;
  transition: all 0.5s ease;
}
header#header.nav-up {
  z-index: 100;
  height: 84px;
  background: #53b27d;
  box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.05);
}
#header.nav-up .gnb > li > a {
  color: #fff;
  display: block;
  padding: 30px 30px;
  font-size: 17px;
}
/* #header.nav-up .btn_menu_wrap {
  top: 10px;
} */
header#header h1 {
  float: left;
  margin-top: 14px;
}
header#header h1 a {
  display: inline-block;
  width: 260px;
  height: 56px;
  background: url(../images/main/main-logo.png) no-repeat 0%;
  background-size: auto 100%;
}
header#header.nav-up h1 a {
  display: inline-block;
  width: 260px;
  height: 56px;
  background: url(../images/main/main-logo-white.png) no-repeat 0%;
  background-size: auto 100%;
}

header#header nav {
  float: right;
}
.header-fixed header#header h1 a {
  background: url(../images/main/logo_ko.png) no-repeat 0%;
}
.header-fixed header#header {
}

#header .gnb {
  margin-right: 65px;
}
#header .gnb > li {
  position: relative;
  display: inline-block;
}
#header .gnb > li.support {
  width: 178px;
}
#header .gnb > li > a {
  display: block;
  padding: 30px 30px;
  color: #222;
  font-size: 17px;
}
#header .gnb > li.support > a {
  padding: 30px 60px;
  direction: ltr;
  text-indent: -999em;
  background: url(/images/main/menu_support.png) no-repeat 35% center;
  background-size: 100px;
}
#header .gnb > li.support .sub_menu,
#header .gnb > li.support .sub_menu li a {
  display: none;
}
header#header.nav-up .gnb > li.support > a {
  padding: 20px 50px;
  background: url(/images/main/menu_support_white.png) no-repeat 35% center;
  background-size: 100px;
}
#header .gnb > li > .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100% !important;
  background: #333;
  z-index: 99;
}
#header.nav-up .gnb > li > .sub_menu {
  top: 61px;
}
#header .gnb li:hover .sub_menu {
  display: block;
  background: #000;
  width: 100%;
}
#header .gnb .sub_menu {
}
#header .gnb .sub_menu li a {
  display: block;
  padding: 14px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
}
#header .gnb .sub_menu li a:hover {
  background: #53b27d;
}

.btn_menu_wrap {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 90;
  width: 50px;
  height: 50px;
  background: #53b27d;
  border-radius: 5px;
}
.btn_menu_wrap a {
  display: block;
}
.btn_menu_wrap span {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 2px;
  background: #fff;
  text-align: center;
}
.btn_menu_wrap span:nth-child(1) {
  margin-top: 14px;
}
.btn_menu_wrap span:nth-child(2) {
  margin-top: 7px;
}
.btn_menu_wrap span:nth-child(3) {
  margin-top: 7px;
}

/* mobile-menu */
.mobile_header {
  background: #008790;
  color: #fff;
  text-align: center;
  padding: 35px 0 10px 0;
}
.btn_menu {
  position: absolute;
  z-index: 90;
  width: 55px;
  height: 45px;
  right: 0;
  top: 20px;
}
.btn_menu {
  display: none;
}
.btn_menu span {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background: #000;
  text-align: center;
}
.btn_menu span:nth-child(1) {
  margin-top: 14px;
}
.btn_menu span:nth-child(2) {
  margin-top: 7px;
}
.btn_menu span:nth-child(3) {
  margin-top: 7px;
}

.menu_top p {
  margin-top: 10px;
  color: #949494;
}
.m_area_util {
  margin-top: 40px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  background: #4c4c4c;
}
.m_area_util a {
  display: inline-block;
  width: 49%;
  height: 31px;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 2px 0px;
  border: 1px solid #fff;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.m_gnb {
  overflow-y: auto;
  position: fixed;
  top: 0px;
  right: -100%;
  width: 270px;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease-out 0s;
  z-index: 9999;
}
.m_gnb > ul > li > a {
  display: block;
  position: relative;
  padding: 18px 25px;
  color: #333;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease 0s;
}
.m_gnb > ul > li > a.open:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 10px;
  width: 14px;
  height: 8px;
  transition: all 0.4s ease 0s;
}
.m_gnb > ul > li > a.active {
  background-color: #fff;
}
.m_gnb > ul > li > a.active:before {
  transform: rotate(180deg);
}
.m_gnb > ul > li > ul {
  display: none;
}
.m_gnb > ul > li > ul.sub_menu {
  padding: 10px 0;
  background: #53b27d;
}
.m_gnb > ul > li > ul > li > a {
  display: block;
  padding: 5px 25px;
  font-size: 14px;
  color: #fff;
}
.m_gnb .btn_close {
  opacity: 0;
  display: block;
  position: fixed;
  top: 10px;
  right: -100%;
  width: 24px;
  height: 23px;
  font-size: 0px;
  transition: 0.5s;
}
.m_gnb.active {
  right: 0px;
}
.m_gnb.active .btn_close {
  opacity: 1;
  top: 18px;
  right: 10px;
  cursor: pointer;
}
.m_gnb_top {
  box-sizing: border-box;
  background: #f9f9f9;
}
.m_gnb_top p {
  background: #ddd;
}

.m_gnb .btn_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
}
.m_gnb .btn_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #333;
  bottom: 9px;
  transform: rotate(-45deg);
}
.m_gnb p {
  margin: 10px;
}
.m_gnb p a {
  display: block;
  padding: 10px 25px;
  background: #fff;
  border-radius: 20px;
  color: #008790;
  font-weight: bold;
  text-align: center;
}

/* footer */
#footer {
  clear: both;
  padding: 45px 0 140px;
  background: #222;
}
#footer address {
  margin: 15px 0;
}
#footer span {
  padding-right: 10px;
  color: #e2e2e2;
}
#footer p {
  color: #999;
}

/* sub visual */
.area_subVisual .visual {
  width: 100%;
  height: 250px;
  text-align: center;
  background: url(../images/sub/sub_visual01.jpg) no-repeat;
}
.area_subVisual .visual h2 {
  padding: 85px 0 10px 0;
  font-size: 32px;
}
.area_subVisual .visual p {
  font-size: 15px;
  word-break: keep-all;
}

/* sub lnb */
.area_lnb {
  display: inline-block;
  width: 100%;
  height: 50px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.02);
}
.area_lnb .inr {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.area_lnb .inr:after {
  content: "";
  display: block;
  clear: both;
}
.area_lnb *[data-lnb] {
  display: inline-block;
  position: relative;
  min-width: 235px;
  height: 100%;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 50px 0 15px;
  border-right: 1px solid #f5f5f5;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #333;
}
.area_lnb a[data-lnb="home"] {
  width: 50px;
  min-width: inherit;
  padding: 0px;
  background: url(../images/sub/icon_home.png) no-repeat 50% 50%;
  background-size: 14px 12px;
  border-right-width: 0px;
  text-indent: 100%;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.area_lnb a[data-lnb="home"]:before,
.area_lnb a[data-lnb="home"]:after {
  display: none;
}
.area_lnb a[data-lnb="gnb"]:before,
.area_lnb a[data-lnb="gnb"]:after,
.area_lnb a[data-lnb="sub"]:before,
.area_lnb a[data-lnb="sub"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  width: 10px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease 0s;
}

.area_lnb a[data-lnb="gnb"]:before,
.area_lnb a[data-lnb="sub"]:before {
  top: 20px;
  right: 20px;
}
.area_lnb a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
  width: 10px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease 0s;
}
.area_lnb a.active span:before {
  display: none;
}
.area_lnb a[data-lnb="gnb"]:after,
.area_lnb a[data-lnb="sub"]:after {
  right: 20px;
}
.area_lnb a[data-lnb="gnb"].active:before,
.area_lnb a[data-lnb="sub"].active:before {
  transform: translateY(8px) translateX(-7px) rotate(45deg);
}
.area_lnb a[data-lnb="gnb"].active:after,
.area_lnb a[data-lnb="sub"].active:after {
  transform: translateY(0px) translateX(0px) rotate(-45deg);
}
.area_lnb .inr > *[data-lnb],
.area_lnb .inr > nav,
.area_lnb .inr > .deth01 {
  float: left;
}
.area_lnb .lnb,
.area_lnb .deth01 {
  position: relative;
}
.area_lnb .lnb ul,
.area_lnb .deth01 ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 40;
  width: 100%;
  box-sizing: border-box;
  background: #004097;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.area_lnb .lnb ul > li > a,
.area_lnb .deth01 ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  word-break: keep-all;
  transition: all 0.3s ease 0s;
}
.area_lnb .lnb ul > li > a:hover,
.area_lnb .deth01 ul > li > a:hover {
  background: #6f98d0;
  color: #fff;
}
.area_lnb .lnb ul > li > a br {
  display: none;
}
.area_lnb.fix {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  margin-top: 0px;
  background: #ff7234;
}
.area_lnb.fix a[data-lnb="home"] {
  background-color: #ff8c5a;
}

/* animation */
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    webkit-transform: none;
    transform: none;
  }
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media all and (min-width: 1400px) {
  header#header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .area_subVisual {
    padding: 84px 0 0;
  }
}

@media all and (max-width: 1400px) {
  /* header#header {
    transition: all 0s;
  } */
  header#header.nav-up {
    position: sticky;
    top: 0;
  }
  /* header#header.nav-up {
    background: none;
  } */
  header#header.nav-up h1 a {
    display: inline-block;
    width: 260px;
    height: 56px;
    background: url(../images/main/main-logo-white.png) no-repeat 0%;
    background-size: auto 100%;
  }
}

@media all and (max-width: 1250px) {
  #content .wrapper {
    width: 95%;
  }
}

@media all and (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  #header h1 {
    padding-left: 10px;
  }
  #header .gnb > li > a {
    padding: 30px 35px;
  }
  .btn_menu_wrap {
    display: none;
  }
  .btn_menu {
    display: block;
  }
  header#header.nav-up .btn_menu span {
    background-color: #fff;
  }
  .area_lnb .inr {
    width: 100%;
  }
  /* #content .wrapper {
    width: 95%;
  } */
  #footer .wrapper {
    box-sizing: border-box;
    padding: 0 10px;
  }
  #footer span {
    display: inline-block;
    line-height: 1.9;
  }
}

@media all and (max-width: 1100px) {
  #header .gnb > li > a {
    padding: 30px 30px;
  }
}
@media all and (max-width: 1150px) {
  #header .gnb > li > a {
    padding: 30px 25px;
  }
}

@media all and (max-width: 1023px) {
  #header .gnb {
    display: none;
  }
  /* .mask.active {
    display: block;
    z-index: 999;
  } */
  #footer {
    padding: 45px 0 80px;
  }
}

@media all and (max-width: 767px) {
  header#header {
    height: 74px;
  }
  header#header.nav-up {
    height: 74px;
  }
  header#header h1 {
    margin-top: 16px;
  }
  header#header h1 a {
    width: 205px;
    height: 40px;
    background-size: 100%;
  }
  header#header.nav-up h1 a {
    width: 205px;
    height: 40px;
    background-size: 100%;
  }
  .btn_menu {
    top: 15px;
  }
  .area_lnb *[data-lnb] {
    padding: 0 50px 0 10px;
    width: 200px;
    min-width: auto;
    font-size: 13px;
  }
  .area_subVisual .visual h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 600px) {
  .area_lnb .lnb {
    width: calc(100% - 60px);
  }
  .area_lnb *[data-lnb] {
    width: 200px;
    font-size: 17px;
  }
  .area_lnb a[data-lnb="home"] {
    width: 60px;
  }
  .area_lnb *[data-lnb="gnb"] {
    display: none;
  }
  .area_lnb *[data-lnb="sub"] {
    width: 100%;
  }
  .area_subVisual .visual h2 {
    font-size: 28px;
  }
  #footer {
    padding: 45px 0 60px;
  }
}

@media all and (max-width: 550px) {
  header#header {
    height: 60px;
  }
  header#header.nav-up {
    height: 60px;
  }
  header#header h1 {
    margin-top: 12px;
  }
  header#header h1 a {
    width: 179px;
    height: 35px;
  }
  header#header.nav-up h1 a {
    width: 179px;
    height: 35px;
  }
  .btn_menu {
    top: 8px;
  }
  .area_subVisual .visual p {
    margin: 0 10%;
  }
}

@media all and (max-width: 500px) {
  header#header h1 a {
    width: 167px;
    background-size: 100%;
  }
  header#header.nav-up h1 a {
    width: 167px;
  }
  #footer span {
    font-size: 14px;
  }
}
