@charset "utf-8";

/*@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;
}*/
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');
@import url('https://fonts.googleapis.com/css?family=Nanum+Brush+Script&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Mr+Dafoe');
@import url('http://cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300&display=swap');

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

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

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

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: #ecbb14 !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;
}

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

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

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

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

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

.color-red {
  color: #ec3414 !important;
}

.color-blue {
  color: #144eec !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 th {
  border-bottom: 1px solid #eee !important;
  text-align: center;
  vertical-align: middle !important;
  border-right: 1px solid #eee;
}

.table-title-top tbody td {
  border-bottom: 1px solid #eee !important;
  text-align: center;
  vertical-align: middle !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: 0;
}

.table-title-left tbody th,
.table-title-left tbody td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.table-title-left tbody td {
  padding-left: 30px !important;
}

.table-title-left tbody td i {
  position: absolute;
  margin-left: -23px;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .table-title-left {
    margin-top: 2rem;
  }
}

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

.btn {
  text-transform: uppercase;
  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: #ecbb14;
  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, .row-solidbordered {
  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-solidbordered:before {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  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-sd {
  padding-top: 2em;
}

.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: #ecbb14;
}

::-moz-selection {
  color: #fcfcfc;
  background: #ecbb14;
}

::selection {
  color: #fcfcfc;
  background: #ecbb14;
}

/*=========================================================
* 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: #ecbb14;
}

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

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

.bs-callout-primary {
  border-left-color: #194c17;
}

.bs-callout-primary h4 {
  color: #194c17;
}

.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: #2b9926;
}

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

/*---------------------------------------------------------
* Nav
*--------------------------------------------------------*/
.navbar-custom {
  background-color: rgba(255, 255, 255, 0.95);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  transition: background, padding 0.4s ease-in-out 0s;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 0;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar-custom .navbar-brand {
  /*letter-spacing: 4px;
  font-weight: 400;
  font-size: 1.571em;
  color: #000 !important;*/
  margin-top: -12px;
}

.navbar-custom .nav li>a {
  position: relative;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.15em;
  font-weight: bold;
}

.navbar-custom .dropdown-menu>li>a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #555;
  font-size: 1em;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover,
.navbar-custom .nav .open>a,
.navbar-custom .nav .open>a:focus,
.navbar-custom .nav .open>a:hover,
.navbar-custom .dropdown-menu>li>a:focus,
.navbar-custom .dropdown-menu>li>a:hover {
  background: none;
  color: #000;
}

.navbar-custom .dropdown-menu>li>a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #000;
}

.dropdown-menu {
  min-width: 180px;
}

.navbar-transparent {
  background-color: rgba(255, 255, 255, 0.8) !important;
  top: 50px;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
  }

  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }

  .navbar-custom .open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }

  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {

  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {

  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {

  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {

  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }

  .navbar-custom li>a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 25px;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
    padding: 10px 35px;
  }

  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }

  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }

  .navbar-custom .nav>.open>.dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }

  /* Shop navbar */
  .navbar-custom .navbar-nav>li:last-child.navbar-cart>a {
    padding-left: 15px;
  }

  .navbar-custom .cart-item-number {
    display: none;
  }

  .navbar-custom .navbar-cart>a:after {
    content: "\f107";
  }

  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }

  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }

  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }

  .navbar-cart-img {
    display: none;
  }

  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
}

/*---------------------------------------------------------
* Main Cover
*--------------------------------------------------------*/
#main-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}

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

#main-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#main-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px !important;
}

#main-hero .flexslider .slides li:nth-of-type(1) {
  background-image: url(../images/main-cover1.min.jpg);
}

#main-hero .flexslider .slides li:nth-of-type(2) {
  background-image: url(../images/main-cover2.min.jpg);
}

#main-hero .flexslider .slides li:nth-of-type(3) {
  background-image: url(../images/main-cover3.min.jpg);
}

@media screen and (max-width: 768px) {
  #main-hero .flexslider .slides li:nth-of-type(3) {
    background-image: url(../images/main-mcover3.min.jpg);
  }
}

#main-hero .flexslider .slides .overlay-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.0);
}

#main-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
  display: none;
}

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

#main-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}

#main-hero .flexslider .flex-direction-nav {
  display: block;
}

#main-hero .flexslider .flex-direction-nav a {
  top: 50%;
  margin-top: 40px;
}

#main-hero .flexslider .flex-direction-nav a:before {
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f053';
  color: #fff;
  text-shadow: none;
}

#main-hero .flexslider .flex-direction-nav a.flex-next:before {
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
  color: #fff;
  text-shadow: none;
}

#main-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  bottom: 0;
}

#main-hero .flexslider .slider-text>.slider-text-inner {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}

#main-hero .flexslider .slider-text>.slider-text-inner .desc {
  padding: 0 3em 3em 3em;
  position: absolute;
  bottom: 0;
  left: -15px;
  background: rgba(34, 56, 33, 0.6);
  text-shadow: -1px 1px 1px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 768px) {
  #main-hero .flexslider .slider-text>.slider-text-inner .desc {
    padding: 1em 3em 3em 3em;
    left: 0;
    width: 100%;
  }
}

#main-hero .flexslider .slider-text>.slider-text-inner h1 {
  font-size: 3.2em;
  font-weight: 700;
  color: #fff;
  font-family: 'Iropke Batang', serif;
  line-height: 1.3;
  margin-bottom: 20px;
}

#main-hero .flexslider .slider-text>.slider-text-inner h2 {
  font-family: 'Iropke Batang', serif;
  font-size: 1.6em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main-hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 2.6em;
  }

  #main-hero .flexslider li:last-child .slider-text>.slider-text-inner h1 {
    font-size: 2.1em;
  }

  #main-hero .flexslider .slider-text>.slider-text-inner h1 br {
    display: none;
  }

  #main-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 1.4em;
  }
}

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

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

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

.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: #ecbb14 !important;
  border: 2px solid #ecbb14 !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: 80px;
  }

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

  .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: 4px;
}

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

#fnb ul li a {
  color: #333;
}

@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: #222;
  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: 4px;
}

#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: #0a0a0a;
  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: #ecbb14;
}

.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: #ecbb14;
  }
}

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

@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: #ecbb14;
}

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

/*=========================================================
* 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: #ecbb14;
  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;
}

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

/*-- Floating Nav --*/
.floating-menu {
  position: fixed;
  right: 20px;
  top: 35%;
  z-index: 100;
}

.floating-menu li {
  list-style: none;
  margin: 5px 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
}

.floating-menu li a {
  display: block;
  /*width: 123px;*/
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.floating-menu li a i {
  font-size: 2.5em;
  display: block;
}

@media screen and (max-width: 768px) {
  .floating-menu {
    right: 15px;
    top: 40%;
  }

  .floating-menu li a i {
    font-size: 2.3em;
  }

  .floating-menu li a span {
    display: none;
  }
}
