@charset "utf-8";

/* module-HB4v1.0.0 */
html {
  height: 100%;
}

body {
  height: 100%;
}

body.mark-offcanvas {
  overflow-y: hidden !important;
}

div#wrapper {
  position: relative;
  overflow-x: hidden;
}

body.mark-offcanvas div#wrapper {
  overflow-y: hidden !important;
}

div#wrapperOffcanvas {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

body.mark-offcanvas div#wrapperOffcanvas {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

header#header {}

header#header #wrapperSticky {}

header .gnb-top-area {
  font-size: 0.875rem;
  /* 14px */
}

header nav.gnb .sf-menu a {
  font-size: 1.25rem !important;
  /* 20px */
  /* gnb 1depth font size */
}

header nav.gnb .sf-menu ul li a,
header nav.gnb .sf-menu ul ul li a {
  font-size: 1rem !important;
  /* 16px */
  /* gnb 2depth font size */
}

main#main {}

footer#footer {
  font-size: 0.8rem;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #00b3f0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*---------------------------------------------------------
* gnb-top-area
*--------------------------------------------------------*/
.gnb-top-area {
  padding: 7px 0;
  background-color: #f76f6f;
}

.gnb-top-area .gnb-top-contact {
  display: inline-block;
}

.gnb-top-area .gnb-top-contact a {
  padding: 0.25em 0.4em;
  color: #fff !important;
}

.gnb-top-area .gnb-top-contact a:hover,
.gnb-top-area .gnb-top-contact a:active,
.gnb-top-area .gnb-top-contact a:focus {
  color: rgba(255, 255, 255, 0.8) !important;
  /* #fff */
}

@media screen and (max-width: 768px) {
  .gnb-top-area .gnb-top-contact {
    display: block;
    text-align: center;
  }
}

.gnb-top-area .gnb-top-contact a:first-child {
  margin-left: 0;
}

.gnb-top-area .gnb-top-contact a:first-child {
  margin-left: 0;
}

/* */
.gnb-top-area .gnb-top-member {
  float: right;
}

.gnb-top-area .gnb-top-member:after {
  display: block;
  clear: both;
  content: "";
}

.gnb-top-area .gnb-top-member a {
  padding: 0.25em 0.4em;
  color: #fff !important;
}

.gnb-top-area .gnb-top-member a:last-child {
  margin-right: 0;
}

.gnb-top-area .gnb-top-member a:hover,
.gnb-top-area .gnb-top-member a:focus,
.gnb-top-area .gnb-top-member a:active {
  color: rgba(255, 255, 255, 0.8) !important;
  /* #fff */
}

@media screen and (max-width: 768px) {
  .gnb-top-area .gnb-top-member {
    display: none;
  }
}

/*---------------------------------------------------------
* Nav
*--------------------------------------------------------*/
.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

div.gnb-area#gnbArea {}

div.gnb-area {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

div#wrapperGnb {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
}

h1.logo-header {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h1.logo-header a {
  color: #ffae3d;
}

h1.logo-header a:hover {
  color: #f76f6f;
}

@media screen and (max-width: 1200px) {
  .logo-header {
    display: block;
    height: auto;
    text-align: center;
    padding-right: 0;
  }
}

nav.gnb#gnb {
  display: inline-block;
  float: right;
  letter-spacing: -0.3px;
}

nav.gnb#gnb::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1200px) {
  nav.gnb#gnb {
    display: none !important;
  }
}

nav.gnb ul {
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.gnb-1depth>li:first-child {
  display: none;
}

.gnb-1depth>li:nth-child(2) i {
  display: none;
}

.gnb-1depth>li a,
.gnb-1depth>li a,
.gnb-1depth>li a {
  color: #444;
}

.gnb-1depth>li a:hover,
.gnb-1depth>li a:active,
.gnb-1depth>li a:focus {
  color: #55c5c9;
}

.gnb-1depth>li>.sf-with-ul:after {
  border: none !important;
  font-family: 'Fontium';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 53%;
  font-size: 40%;
  content: '\E024';
  color: rgba(0, 0, 0, 0.4);
}

.gnb-1depth>li>ul li {
  position: relative;
}

.gnb-1depth>li>ul li>.sf-with-ul:after {
  border: none !important;
  font-family: 'Fontium';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 40%;
  content: '\E024';
  color: rgba(0, 0, 0, 0.5);
}

.gnb-1depth .gnb-2depth {
  padding: 0 0 3px 0;
  background-color: #f76f6f;
  left: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.gnb-1depth .gnb-2depth>li>.gnb-2depth {
  left: 100%;
}

.gnb-1depth .gnb-2depth:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

.gnb-1depth .gnb-2depth:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: '';
}

.gnb-1depth .gnb-2depth .gnb-2depth:before {
  top: 6px;
  left: 100%;
}

.gnb-1depth .gnb-2depth .gnb-2depth:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.gnb-1depth .gnb-2depth li {
  white-space: normal;
  background-color: #fff;
}

.gnb-1depth .gnb-2depth li a {
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  font-weight: normal;
}

.gnb-1depth .gnb-2depth li a:hover {
  color: #55c5c9 !important;
  background-color: rgb(246, 246, 246);
}

/* Superfish Override Menu ---------- */
.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.9);
  padding: 1rem !important;
  font-weight: bold;
  border-left: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  /* font-size: 1.25rem; */
  /* gnb 1depth font size */
  border-bottom: none !important;
}

@media screen and (max-width: 1200px) {
  .sf-menu {
    float: none;
    margin-bottom: 0;
  }

  .sf-menu li>a {
    padding: 1.6em 1.2em !important;
  }
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.5rem 1rem !important;
  letter-spacing: 1px;
  /* font-size: 1rem !important; */
  /* gnb 2depth font size */
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

/*---------------------------------------------------------
* Nav Offcanvas
*--------------------------------------------------------*/
nav.gnb#offcanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -240px;
  width: 240px;
  overflow-y: scroll !important;
  background-color: #fff;
  display: none;
  border-left: 1px solid rgba(221, 221, 221, 1);
  /* #ddd */
}

@media screen and (max-width: 1200px) {
  nav.gnb#offcanvas {
    display: block;
  }
}

#offcanvas ul {
  padding: 0;
  margin: 0;
}

#offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  #offcanvas>ul>li:nth-child(2) {
    display: none;
  }
}

#offcanvas ul li a {
  display: block;
}

#offcanvas ul li a:hover,
#offcanvas ul li a:active,
#offcanvas ul li a:focus {
  color: #000;
}

#offcanvas .gnb-1depth-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ddd;
}

#offcanvas a.dropdown span.gnb-1depth-box {
  display: block;
  padding: 12px 1.25rem;
  font-weight: bold;
  background-color: #f2f2f2;
  color: #333;
}

#offcanvas a.dropdown span.gnb-1depth-box:hover {
  background-color: #e9e9e9;
}

#offcanvas ul li>.gnb-2depth li {
  border-bottom: 1px solid #eee;
}

#offcanvas ul.gnb-2depth li a {
  display: block;
  padding: 7px 30px;
}

#offcanvas .gnb-2depth li:hover {
  background-color: #f9f9f9;
}

#offcanvas ul .gnb-2depth {
  display: block !important;
}

#offcanvas ol.gnb-member {
  font-size: 0.875em;
  padding-left: 0;
  background-color: #333;
  color: #fff;
}

#offcanvas ol.gnb-member li {
  display: inline-block;
  width: 49%;
  text-align: center;
  position: relative;
}

#offcanvas ol.gnb-member li::after {
  content: ' ';
  position: absolute;
  top: 1rem;
  right: -2px;
  height: 0.7rem;
  border-right: 1px solid #eee;
}

#offcanvas ol.gnb-member li a {
  padding: 7px 1.25rem;
  color: #fff;
}

#offcanvas ol.gnb-member li a:hover {
  color: #fff;
}

#offcanvas ol.gnb-member li a span.gnb-member-box {}

/* */
.nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.nav-toggle.active i::before,
.nav-toggle.active i::after {
  background: #fff;
}

.nav-toggle.dark.active i::before,
.nav-toggle.dark.active i::after {
  background: #fff;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  transition: all .2s ease-out;
  margin-bottom: 6px;
}

.nav-toggle i::before,
.nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}

.nav-toggle.dark i::before,
.nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
  margin-bottom: 6px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: absolute;
  right: 0px;
  z-index: 7779;
  display: block;
  display: none;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .nav-toggle {
    display: block;
  }
}

/* Local Navigation Bar */
nav.lnb {
  width: 100%;
}

.lnb-style01>li {
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  border: solid 1px #ddd;
}

.lnb-style01 li {
  /* li 겹침 문제 처리 */
  margin-left: -1px;
}

@media screen and (max-width: 768px) {
  .lnb-style01 li {
    margin-bottom: -1px;
  }
}

.lnb-style01>li:hover {
  background-color: #f9f9f9;
}

.lnb-style01>li>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.lnb-area.a01 ul li:nth-child(1),
.lnb-area.a02 ul li:nth-child(2),
.lnb-area.a03 ul li:nth-child(3),
.lnb-area.a04 ul li:nth-child(4),
.lnb-area.a05 ul li:nth-child(5),
.lnb-area.a06 ul li:nth-child(6),
.lnb-area.a07 ul li:nth-child(7) {
  background-color: #f2f2f2;
}

.lnb-area.b01 ul li:nth-child(1),
.lnb-area.b02 ul li:nth-child(2),
.lnb-area.b03 ul li:nth-child(3),
.lnb-area.b04 ul li:nth-child(4),
.lnb-area.b05 ul li:nth-child(5) {
  background-color: #f2f2f2;
}

.lnb-area.c01 ul li:nth-child(1),
.lnb-area.c02 ul li:nth-child(2),
.lnb-area.c03 ul li:nth-child(3),
.lnb-area.c04 ul li:nth-child(4) {
  background-color: #f2f2f2;
}

.lnb-area.d01 ul li:nth-child(1) {
  background-color: #f2f2f2;
}

.lnb-area.e01 ul li:nth-child(1),
.lnb-area.e02 ul li:nth-child(2),
.lnb-area.e03 ul li:nth-child(3),
.lnb-area.e04 ul li:nth-child(4) {
  background-color: #f2f2f2;
}

/*---------------------------------------------------------
* Main Cover
*--------------------------------------------------------*/
/*---------------------------------------------------------
* Sub Cover
*--------------------------------------------------------*/
section.cover#mainCover {}

section.cover#subCover {}

.cover {
  display: table;
  width: 100%;
  background: #000;
}

.h-50vh {
  /* Main .cover, .carousel-item 높이 */
  height: 70vh;
}

.h-30vh {
  /* Sub .cover, .carousel-item 높이 */
  height: 30vh;
}

.cover .carousel-item {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cover .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.cover .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.cover .carousel-background img {
  min-width: 100%;
}

.cover .carousel-content {
  text-align: center;
}

.cover h2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}

.cover h3 {
  color: #fff;
  padding: 0;
}

.cover a {
  color: #fff;
}

.cover a:hover {
  color: rgba(255, 255, 255, 0.8);
  /* #fff */
}

.cover .carousel-fade {
  overflow: hidden;
}

.cover .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

.cover .carousel-fade .carousel-inner .carousel-item,
.cover .carousel-fade .carousel-inner .active.carousel-item-left,
.cover .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.cover .carousel-fade .carousel-inner .active,
.cover .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.cover .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

.cover .carousel-fade .carousel-inner .carousel-item-next,
.cover .carousel-fade .carousel-inner .carousel-item-prev,
.cover .carousel-fade .carousel-inner .active.carousel-item-left,
.cover .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cover .carousel-control-prev,
.cover .carousel-control-next {
  width: 10%;
}

.cover .carousel-control-next-icon,
.cover .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.cover .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cover p {
    width: 60%;
  }

  .cover .carousel-control-prev,
  .cover .carousel-control-next {
    width: 5%;
  }
}

/*---------------------------------------------------------
* Footer
*--------------------------------------------------------*/
.fnb-section {
  background: #eee;
  padding: 10px 0;
}

.fnb {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.fnb li {
  display: inline-block;
  padding: 0 10px;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .fnb li {
    display: block;
  }
}

/* */
.company-info-section-section {}

.company-info-section .social-icons {
  text-align: right;
  margin-bottom: 0;
}

.company-info-section .social-icons>a {
  padding: 4px 10px;
}

.company-info-section .social-icons>a i {
  font-size: 1.625em;
}

.company-info-section .social-icons>a:hover,
.social-icons>a:focus,
.social-icons>a:active {
  text-decoration: none;
}

.company-info-section {
  background: #222;
  padding: 20px 0;
}

.company-info-section p {
  color: #fff;
  text-align: center;
}

.company-info-section p a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.company-info-section p a:hover,
.company-info-section p a:active,
.company-info-section p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

.company-info-section ul {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-left: -10px;
}

.company-info-section ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0 10px;
}

.company-info-section ul li::after {
  content: ' ';
  position: absolute;
  top: 0.4em;
  right: -3px;
  height: 0.8em;
  border-right: 1px solid #666;
}

.company-info-section ul li:last-child::after {
  border-right: 0;
}

@media screen and (max-width: 768px) {
  .company-info-section .social-icons {
    margin-top: 10px;
  }

  .company-info-section ul li {
    display: block;
  }

  .company-info-section ul li:after {
    border: 0;
  }
}

/* */
.copyright-section {
  background: #0a0a0a;
  padding: 10px 0;
}

.copyright-section p {
  margin-bottom: 0;
}
