@charset "utf-8";
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');

@font-face {
  font-family: 'Fontium';
  src: url('../fonts/fontium/fontium.eot');
  src: url('../fonts/fontium/fontium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontium/fontium.woff2') format('woff2'),
    url('../fonts/fontium/fontium.woff') format('woff'),
    url('../fonts/fontium/fontium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*#########################################################
* SBa01Frame
*##########################################################
* Bootstrap Customizing
* Bootstrap Added
* Common Layout
* -Header Top
* -Nav
* -Nav Offcanvas
* -Main Cover
* -Sub Cover
* -Footer
* -Go To Top
* Common Contents
* -Heading
* -Sign Up Step
* Top Banner
* Popup
*========================================================*/
.CSS주석표기법 {
  /*제외*/
  /* 설명 */
}

/*=========================================================
* Bootstrap Customizing
*========================================================*/
html {
  font-size: 14px;
}

body {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', Dotum, sans-serif;
  font-size: 1em;
  color: #333;
  font-weight: normal;
  letter-spacing: -0.06px;
  line-height: 1.5;
  overflow-x: hidden;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: normal;
}

body.wz08g-offcanvas {
  overflow: hidden;
}

a {
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
  color: #333;
}

a:hover, a:focus {
  text-decoration: none !important;
  color: #666666 !important;
}

a:hover.text-deco-under {
  text-decoration: underline !important;
}

p, ul, ol, dl {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', Dotum, sans-serif;
  color: #333;
  line-height: 1.5;
}

ul {
  padding-left: 0;
}

dt, dd {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', Dotum, sans-serif;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
}

.line-height-sm {
  line-height: 1.2;
}

h1 {
  font-size: 2.500em;
  margin: 0.67em 0;
}

h2 {
  font-size: 2.125em;
}

.h3-lg {
  font-size: 2.000em;
}

h3 {
  font-size: 1.750em;
}

.h3-sm {
  font-size: 1.500em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.000em;
}

h6 {
  font-size: 0.929em;
}

small {
  font-size: 85.7%;
}

.small-sm {
  font-size: 78.6%;
}

/*-------------------------------------------------------*/
.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

/*-------------------------------------------------------*/
.color-point {
  color: #666666 !important;
}

.color-emphasis {
  color: #222 !important;
}

.color-pale {
  color: #777 !important;
}

.color-white {
  color: #fff !important;
}

.darkgreen {
  color: #1d6470 !important;
}

/*-------------------------------------------------------*/
.word {
  /* <b class="word"></b> */
  font-style: normal;
  white-space: nowrap;
}

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

.lang-en {
  font-size: 1.125em;
  /* en은 kr보다 +2px크게한다. */
  letter-spacing: -0.5px;
  line-height: 1.34;
}

/*-------------------------------------------------------*/
b {
  font-weight: normal;
  /* !<b class="word"></b> 단어를 묶는 용도로 대체하여 사용한다. */
}

strong {}

i {
  /* !font icon을 표시하는 용도로 대채하여 사용한다. */
}

em {}

u {
  /* 밑줄 */
}

s {
  /* 취소선 */
}

/*-------------------------------------------------------*/
code {
  /* 인라인 강조 표시 */
  /* color: #c7254e; */
  /* background-color: #f9f2f4; */
}

mark {
  /* 형광펜 강조 표시 */
  /* color: #000; */
  /* background-color: #ff0; */
}

blockquote {
  /* 인용구 왼쪽 정렬 */
}

blockquote .small, blockquote footer, blockquote small {
  /* display: block; */
  /* color: #777; */
}

.blockquote-reverse {
  /* 인용구 오른쪽 정렬 */
}

cite {
  /* 인용구 출처 */
  /*  font-style: italic; */
}

/*-------------------------------------------------------*/
.panel {
  /* <div class="panel panel-default"></div> */
}

.panel-default {}

.panel-heading {}

.panel-title {}

.panel-body {}

div.panel-body ul {
  padding-left: 40px;
}

.panel-footer {}

.panel-success {}

.panel-info {}

.panel-warning {}

.panel-danger {}

/*-------------------------------------------------------*/
.well {
  /* <p class="well"></p> */
  /* background-color: #f5f5f5; */
  /* border: 1px solid #e3e3e3; */
}

.well blockquote {}

.well-lg {}

.well-sm {}

/*-------------------------------------------------------*/
.label {
  /* <span class="label label-default">Default</span> */
}

.label-default {}

.label-primary {}

.label-success {}

.label-info {}

.label-warning {}

.label-danger {}

/*-------------------------------------------------------*/
.alert {
  /* <div class="alert alert-success"></div> */
  padding: 10px;
  margin-bottom: 10px;
}

.alert-sm {
  padding: 5px 10px;
  font-size: 88%;
}

.alert h4 {}

.alert .alert-link {}

.alert-default {
  background-color: #f5f5f5;
  border-color: #e3e3e3;
}

.alert-default hr {
  border-top-color: ;
}

.alert-default .alert-link {
  color: ;
}

.alert-success {}

.alert-info {}

.alert-info hr {}

.alert-warning {}

.alert-danger {}

/*-------------------------------------------------------*/
.table {}

.table-responsive {}

.table-striped {}

.table-bordered {}

.table-hover {}

.table-condensed {}

.table-title-top thead th {
  border-top: 2px solid #555 !important;
  border-bottom: 1px solid #777 !important;
}

.table-title-top tbody td {
  border-bottom: 1px solid #eee !important;
}

.table-title-left {
  border-top: 2px solid #555;
}

.table-title-left tbody th {
  width: 20%;
  text-align: center;
}

.table-title-left tbody th {
  border-right: 1px solid #777;
}

.table-title-left tbody th,
.table-title-left tbody td {
  border-bottom: 1px solid #eee !important;
}

/*-------------------------------------------------------*/
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-primary {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #666666;
  color: #fff !important;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.js .animate-box {
  opacity: 0;
}

.btn-lg, .btn-group-lg>.btn {
  padding: 10px 20px;
  font-size: 1em;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm>.btn {
  padding: 5px 20px;
  font-size: 0.750em;
  line-height: 1.5;
  border-radius: 3px;
}

/*-------------------------------------------------------*/
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/*-------------------------------------------------------*/
.row-bordered, .row-backbordered {
  position: relative;
}

.row-bordered:before {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}

.row-backbordered:before {
  content: '';
  position: absolute;
  display: block;
  top: 45%;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: #dcdfe4;
}

.row-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

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

/*-------------------------------------------------------*/
.pt-lg {
  padding-top: 6em;
}

.pt-md {
  padding-top: 4em;
}

.pt-sm {
  padding-top: 2em;
}

@media screen and (max-width: 768px) {
  .pt-lg {
    padding-top: 1em;
  }

  .pt-md {
    padding-top: 1em;
  }

  .pt-sm {
    padding-top: 1em;
  }
}

.pb-lg {
  padding-bottom: 6em;
}

.pb-md {
  padding-bottom: 4em;
}

.pb-sm {
  padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .pb-lg {
    padding-bottom: 1em;
  }

  .pb-md {
    padding-bottom: 1em;
  }

  .pb-sm {
    padding-bottom: 1em;
  }
}

/*-------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

/*-------------------------------------------------------*/
::-webkit-selection {
  color: #fcfcfc;
  background: #4484ce;
}

::-moz-selection {
  color: #fcfcfc;
  background: #4484ce;
}

::selection {
  color: #fcfcfc;
  background: #4484ce;
}

/*=========================================================
* Bootstrap Added
*========================================================*/
/*---------------------------------------------------------
* Callout
*--------------------------------------------------------*/
.bs-callout {
  /* <div class="bs-callout bs-callout-default"></div> */
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout+.bs-callout {
  margin-top: -5px;
}

.bs-callout-d3tNotice h4 {
  color: #666666;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

/*=========================================================
* Common Layout
*========================================================*/
.section-bgcolor-gray {
  background-color: rgba(0, 0, 0, 0.04);
}

.section-bgcolor-deepSkyBlue {
  background-color: #00bfff;
}

/*---------------------------------------------------------
* Header Top
*--------------------------------------------------------*/
#wz08g-wrapper {
  overflow-x: hidden;
  position: relative;
}

#wz08g-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#wz08g-header {
  position: relative;
  margin-bottom: 0;
  z-index: 7777779;
}

.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);
}

.header-top {
  padding: 10px 0;
  border-bottom: 1px solid #f8d1d1;
  background-color: #f8d1d1;
}

@media screen and (max-width: 768px) {
  .header-top {
    padding: 0;
    border-bottom: 0;
  }
}

.wz08g-contact {
  display: inline-block;
}

.header-top .wz08g-contact a {
  margin-left: 10px;
  color: #37322f !important;
}

.header-top .wz08g-contact a:first-child {
  margin-left: 0;
}

.header-top .wz08g-contact a:hover, .header-top .wz08g-contact a:visited, .header-top .wz08g-contact a:active, .header-top .wz08g-contact a:focus {
  text-decoration: none;
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .header-top .wz08g-contact {
    width: 100%;
    text-align: center;
  }
}

.wz08g-member {
  display: inline-block;
  float: right;
}

.wz08g-member:after {
  clear: both;
}

.header-top .wz08g-member a {
  color: #37322f !important;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
  border-left: 1px solid #f8d1d1;
  padding: 15px;
}

.header-top .wz08g-member a:last-child {
  border-right: 1px solid #f8d1d1;
}

.header-top .wz08g-member a:hover, .header-top .wz08g-member a:focus, .header-top .wz08g-member a:active, .header-top .wz08g-member a:visited {
  text-decoration: none;
  color: #fff !important;
}

.header-top .wz08g-member a:hover i, .header-top .wz08g-member a:focus i, .header-top .wz08g-member a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

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

/*---------------------------------------------------------
* Nav
*--------------------------------------------------------*/
#wz08g-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 49999;
  background-color: #fff;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#nav-logo {
  /* = <h1> */
  position: relative;
  z-index: 2;
  float: left;
  margin-top: 18px;
  font-size: 1.875em;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  #nav-logo {
    float: none;
    text-align: center;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #nav-logo {
    width: 100%;
    float: none;
    text-align: center;
    margin: 20px 0;
  }
}

#nav-logo a {
  color: #444444;
}

#nav-logo a:hover, #nav-logo a:focus {
  color: #444444 !important;
}

#wz08g-menu-wrap {
  /* = <ul> */
  position: relative;
  z-index: 2;
  display: block;
  float: right;
  margin-top: 15px;
}

#wz08g-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

@media screen and (max-width: 992px) {
  #wz08g-menu-wrap {
    float: none;
    margin: 0 auto;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  #wz08g-menu-wrap {
    display: none;
  }
}

#wz08g-primary-menu>li:first-child {
  display: none;
}

#wz08g-primary-menu>li:nth-child(2) i {
  display: none;
}

#wz08g-primary-menu>li>ul li.active>a {
  color: #444444 !important;
}

#wz08g-primary-menu>li>.sf-with-ul:after {
  border: none !important;
  font-family: 'Fontium';
  speak: none;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering ---------- */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 56%;
  font-size: 40%;
  margin-top: -7px;
  content: '\E024';
  color: rgba(0, 0, 0, 0.5);
}

#wz08g-primary-menu>li>ul li {
  position: relative;
}

#wz08g-primary-menu>li>ul li>.sf-with-ul:after {
  border: none !important;
  font-family: 'Fontium';
  speak: none;
  font-style: normal;
  /*font-weight: bolder;*/
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering ---------- */
  -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);
}

#wz08g-primary-menu .wz08g-sub-menu {
  /*padding: 10px 7px 10px;*/
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -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);
}

#wz08g-primary-menu .wz08g-sub-menu>li>.wz08g-sub-menu {
  left: 100%;
}

#wz08g-primary-menu .wz08g-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#wz08g-primary-menu .wz08g-sub-menu: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 white;
  border-left: 8px solid transparent;
  content: '';
}

#wz08g-primary-menu .wz08g-sub-menu .wz08g-sub-menu:before {
  top: 6px;
  left: 100%;
}

#wz08g-primary-menu .wz08g-sub-menu .wz08g-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#wz08g-primary-menu .wz08g-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px 5px 0;
  font-size: 1.125em;
  line-height: 2em;
  color: #444444 !important;
  text-transform: none;
  background: none;
}

#wz08g-primary-menu .wz08g-sub-menu a:hover {
  color: #666666 !important;
}

/* 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: 0.75em 1em !important;
  font-weight: bold;
  border-left: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 1.125em;
  border-bottom: none !important;
}

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

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

.sf-menu a:hover, .sf-menu a:focus {
  color: #666666 !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #666666;
}

.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.2em 1em !important;
  letter-spacing: 1px;
  font-size: 16px !important;
}

.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu ul li:hover a, .sf-menu ul li.sfHover a, .sf-menu li.active a {
  color: #666666;
}

.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;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows>li>.sf-with-ul:focus:after, .sf-arrows>li:hover>.sf-with-ul:after, .sf-arrows>.sfHover>.sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li>.sf-with-ul:focus:after, .sf-arrows ul li:hover>.sf-with-ul:after, .sf-arrows ul .sfHover>.sf-with-ul:after {
  border-left-color: #ccc;
}

/*---------------------------------------------------------
* Nav Offcanvas
*--------------------------------------------------------*/
.wz08g-offcanvas {
  overflow: hidden;
}

.wz08g-offcanvas #wz08g-wrapper {
  overflow: hidden !important;
}

.wz08g-offcanvas #wz08g-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 8px 0;
  overflow-y: scroll !important;
  display: none;
  height: 100%;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}

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

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

@media screen and (max-width: 768px) {
  #offcanvas-menu>ul>li:first-child {
    margin-top: 46px;
  }
}

#offcanvas-menu ul li a {
  font-size: 1.125em;
  color: rgba(255, 255, 255, 1);
  display: block;
}

#offcanvas-menu ul li a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

#offcanvas-menu .gnb-1dep-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 13px 0 12px 20px;
}

#offcanvas-menu span.gnb-1dep-box:hover {
  background-color: #666666;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .g1b-small {
    font-size: 0.875em;
    padding-top: 3px !important;
    padding-bottom: 4px !important;
  }

  .g1b-border {
    border-bottom: 0 !important;
  }
}

#offcanvas-menu ul li>.wz08g-sub-menu li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  padding: 7px 0 6px 30px;
}

#offcanvas-menu ul.wz08g-sub-menu li a {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.7);
}

#offcanvas-menu .wz08g-sub-menu li:hover {
  background-color: #666666;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#offcanvas-menu ul li.active>a {
  color: #666666;
}

#offcanvas-menu ul .wz08g-sub-menu {
  display: block !important;
}

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

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

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

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

.wz08g-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}

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

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

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

.wz08g-nav-toggle i::before {
  top: -7px;
}

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

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

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

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

.wz08g-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);
}

.wz08g-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);
}

.wz08g-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 7779;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .wz08g-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 1.6em;
  }
}

/*-------------------------------------------------------*/
.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.wz08g-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 7779;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*---------------------------------------------------------
* Main Cover
*--------------------------------------------------------*/
#cover-slider {
  height: 600px;
  background: #fff url(../images/loader.gif) no-repeat center 90%;
  width: 100%;
  float: left;
}

#cover-slider .btn.btn-primary {
  padding: 14px 30px !important;
}

#cover-slider .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#cover-slider .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#cover-slider .flexslider .slides .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.1);
}

#cover-slider .flexslider .slides li {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cover-slider .flexslider .flex-control-nav {
  bottom: 80px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}

#cover-slider .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}

#cover-slider .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#cover-slider .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #80cee7;
}

#cover-slider .flexslider .flex-direction-nav {
  display: none;
}

#cover-slider .flexslider .slider-text {
  display: table;
  opacity: 0;
  height: 600px;
  z-index: 9;
  width: 45%;
  float: right;
}

#cover-slider .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
}

#cover-slider .flexslider .slider-text>.slider-text-inner .inner-bgcolor {
  padding: 4.5em 1.2em 4em;
  background: rgba(36, 102, 114, 0.5);
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -13px rgba(0, 0, 0, 0.75);
}

#cover-slider .flexslider .slider-text>.slider-text-inner h2, #cover-slider .flexslider .slider-text>.slider-text-inner h4 {
  margin: 0;
  padding: 0;
  color: white;
}

#cover-slider .flexslider .slider-text>.slider-text-inner h2 {
  margin-bottom: 20px;
  font-family: 'Iropke Batang', serif;
  font-size: 3.6em;
  margin: 0 5px;
  text-shadow: -3px 3px 5px rgba(0, 0, 0, 0.5);
}

#cover-slider .flexslider .slider-text>.slider-text-inner h4 {
  margin-bottom: 30px;
  font-size: 1.375em;
  line-height: 1.4;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
}

#cover-slider .flexslider .slider-text>.slider-text-inner h4 a {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

#cover-slider .flexslider .slider-text>.slider-text-inner h4 a:hover, #cover-slider .flexslider .slider-text>.slider-text-inner h4 a:visited, #cover-slider .flexslider .slider-text>.slider-text-inner h4 a:active, #cover-slider .flexslider .slider-text>.slider-text-inner h4 a:focus {
  text-decoration: underline !important;
}

#cover-slider .flexslider .slider-text>.slider-text-inner .btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 14px 28px !important;
  border: none;
}

#cover-slider .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

@media screen and (max-width: 1200px) {
  
  #cover-slider .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 2.4em;
  }

  #cover-slider .flexslider .slider-text>.slider-text-inner .btn {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  #cover-slider {
    height: 320px !important;
  }

  #cover-slider .flexslider .slider-text {
    height: 320px !important;
    width: 100%;
  }
  
  #cover-slider .flexslider .slider-text>.slider-text-inner {
    text-align: center;
    margin-top: 60%;
  }

  #cover-slider .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 2.8em;
  }

  #cover-slider .flexslider .slider-text>.slider-text-inner h4 {
    display: none;
  }

  #cover-slider .flexslider .slider-text>.slider-text-inner .btn {
    width: 60%;
  }
}

/*---------------------------------------------------------
* Sub Cover
*--------------------------------------------------------*/
.wz08g-sub-hero {
  position: relative;
  height: 200px;
}

.wz08g-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.wz08g-sub-cover {
  position: relative;
  background-size: cover;
  background-position: center center !important;
  height: 200px;
}

.wz08g-sub-cover .slogan {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 30px;
  z-index: 2;
  color: #fff;
}

.wz08g-sub-cover .slogan h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 4em;
  margin-bottom: 10px;
  font-weight: 400 !important;
  text-shadow: -3px 3px 5px rgba(0, 0, 0, 0.5);
}

.wz08g-sub-cover .slogan span a {
  color: #fff;
}

.wz08g-sub-cover .slogan span a:hover, .wz08g-sub-cover .slogan span a:focus {
  color: #fff !important;
}

.wz08g-sub-cover .slogan span a:hover.btn, .wz08g-sub-cover .slogan span a:focus.btn {
  color: #666666 !important;
  border: 2px solid #666666 !important;
  background: transparent !important;
}

.wz08g-sub-cover .slogan span a.wz08g-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .wz08g-sub-cover, .wz08g-sub-hero {
    position: relative;
    height: 170px;
  }

  .wz08g-sub-cover {
    padding: 3em 0;
  }

  .wz08g-sub-cover .slogan {
    margin-top: -30px;
  }

  .wz08g-sub-cover .slogan h2 {
    font-size: 2.5em;
  }
}

/*---------------------------------------------------------
* Footer
*--------------------------------------------------------*/
footer {
  font-size: 0.875em;
}

#fnb {
  background: #eee;
  padding: 10px 0;
}

#fnb ul {
  margin-bottom: 0;
  text-align: center;
}

#fnb ul li {
  display: inline-block;
  list-style: none;
}

#fnb ul li:after {
  content: '|';
  padding-left: 11px;
  margin-right: 7px;
}

#fnb ul li:last-child:after {
  content: '';
}

@media screen and (max-width: 768px) {
  #fnb ul {
    float: none;
    text-align: left;
  }

  #fnb ul li {
    display: block;
  }

  #fnb ul li:after {
    content: ' ';
  }
}

#footer-info .wz08g-social-icons>a {
  padding: 4px 10px;
}

#footer-info .wz08g-social-icons>a i {
  font-size: 1.625em;
}

#footer-info .wz08g-social-icons>a:hover, .wz08g-social-icons>a:focus, .wz08g-social-icons>a:active {
  text-decoration: none;
}

#footer-info {
  background: #76928e;
  padding: 40px 0;
}

#footer-info p {
  color: #fff;
  text-align: center;
}

#footer-info p a {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

#footer-info ul {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  text-align: center;
}

#footer-info ul li {
  display: inline-block;
  list-style: none;
}

#footer-info ul li:after {
  content: '|';
  padding-left: 11px;
  margin-right: 7px;
}

#footer-info ul li:last-child:after {
  content: '';
}

@media screen and (max-width: 768px) {
  #footer-info .wz08g-social-icons {
    text-align: left;
  }

  #footer-info ul {
    float: none;
    text-align: left;
  }

  #footer-info ul li {
    display: block;
  }

  #footer-info ul li:after {
    content: ' ';
  }
}

#footer-copyright {
  background: #5a847a;
  padding: 10px 0;
}

#footer-copyright p {
  margin-bottom: 0;
}

/*---------------------------------------------------------
* Go To Top
*--------------------------------------------------------*/
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.7) !important;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus, .gototop a:visited {
  text-decoration: none;
  outline: none;
  color: #fff !important;
}

/*=========================================================
* Common Contents
*========================================================*/
/*---------------------------------------------------------
* Heading
*--------------------------------------------------------*/
/*-- Main Heading Section -------------------------------*/
.heading-section {
  padding-bottom: 1em;
  margin-bottom: 4em;
}

.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #444444;
}

.heading-section h3 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .heading-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 2px;
    background: #444444;
  }
}

/*-- Sub Heading Section : Contents Area ----------------*/
.contents-area:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 2px;
  background-color: #444444;
}

@media screen and (max-width: 768px) {
  .contents-area:after {
    margin-bottom: -10px;
  }

  .contents-area h3 {
    position: relative;
  }
}

/*-- Sub Heading Section : Contact Area -----------------*/
.contact-area {
  margin-bottom: 0 !important;
}

/*-- Sub Heading Section : Meber Area -------------------*/
.member-area:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #444444;
}

.member-area h3 {
  position: relative;
  text-align: left;
  margin: 0;
  padding-top: 28px;
}

/*---------------------------------------------------------
* Sign Up Step
*--------------------------------------------------------*/
ul.signup-step {
  padding-left: 0;
  overflow: hidden;
  list-style: none;
}

.signup-step li {
  float: left;
  width: 24.25%;
  margin-bottom: 0px;
  margin-left: 1%;
}

.signup-step li:first-child {
  margin-left: 0px;
}

.signup-step li {
  margin-bottom: 10px;
  padding: 0 0 0 16px;
  border: 1px solid #777;
  background-color: #fff;
}

.signup-step li strong {
  float: left;
  font-weight: 700;
  font-size: 39px;
  color: #777;
}

.signup-step li p {
  font-weight: 700;
  font-size: 19px;
  padding: 10px 0 0 34px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.signup-step li p span {
  display: block;
  font-size: 13px;
  padding-top: 2px;
}

.signup-step li.on {
  color: #fff;
  border: 1px solid #777;
  background-color: #777;
}

.signup-step li.on strong, .signup-step li.on p, .signup-step li.on span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .signup-step li.on {
    width: 100%;
  }

  .signup-step li.off {
    display: none;
  }
}

/*=========================================================
* top Banner
*========================================================*/
#topBanner {
  width: 100%;
  height: 100px;
  display: none;
  overflow: hidden;
  background-color: #e1e1e1;
}

#topBanner-contents {
  height: 100px;
  padding: 5px;
  background: url('../images/topBanner.jpg')no-repeat center;
  background-color: #e1e1e1;
  text-align: center;
  vertical-align: middle;
}

#topBanner-contents h3 {
  display: inline-block;
  color: #1a1c24;
  font-family: 'Nanum Myeongjo', serif;
  margin-top: 27px;
}

#topBanner-contents img {
  height: 40px;
  margin-top: -30px;
}

#topBanner-close {
  margin-top: -30px;
  bottom: 0;
  text-align: right;
  vertical-align: bottom;
}

#topBanner-close input {
  margin: 8px 0 0 6px;
}

.close {
  display: inline-block;
  padding: 5px 0 5px 5px;
  font-size: 1em;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  color: #333;
  opacity: 1;
}

.brand {
  vertical-align: top;
  margin-top: 30px;
  color: #3d3037;
}

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

/*=========================================================
* popup
*========================================================*/
.modal {
  display: none;
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #41b8e9;
  margin: 15% auto;
  padding: 20px;
  border: 20px solid rgba(255, 255, 255, 0.8);
  width: 30%;
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    margin: 45% auto;
    width: 90%;
  }
}

.modal-content .fa-user-tie:before {
  font-size: 2em;
}

.modal-content h2 {
  font-size: 3em;
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}

.modal-content a:hover, .modal-content a:visited, .modal-content a:active, .modal-content a:focus {
  color: #fff !important;
}

#modal-close {
  padding: 20px 0;
}

#modal-close input {
  margin: 8px 0 0 4px;
}
