/*
Theme Name: Flowers Home
Author: Webs.am
Author URI: http://webs.am/
*/
@import url(js/fancybox-master/dist/jquery.fancybox.min.css);
@import url(css/grid-gallery.min.css);
@import url(css/slick.css);
@import url(css/image-zoom.css);
@font-face {
  font-family: "NotoSansKR-Regular";
  src: url("fonts/NotoSansKR-Regular.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "NotoSansKR-Bold";
  src: url("fonts/NotoSansKR-Bold.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "NotoSansKR-Medium";
  src: url("fonts/NotoSansKR-Medium.otf");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

.slb_overlay body {
  overflow: hidden; }

body {
  padding: 0;
  margin: 0;
  font-family: "NotoSansKR-Regular";
  font-size: 16px;
  color: #333333;
  background-color: #F5F5F5; }
  body.overflowHidden {
    overflow: hidden; }

.fancybox-inner .fancybox-caption__body {
  text-align: center; }
  .fancybox-inner .fancybox-caption__body h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px; }
  .fancybox-inner .fancybox-caption__body p {
    margin: 0;
    margin-bottom: 8px; }
  .fancybox-inner .fancybox-caption__body ul {
    display: inline-block;
    text-align: left;
    margin: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

p {
  line-height: 24px; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px; }

.with-flex, .withFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .with-flex .half-col, .withFlex .half-col {
    width: 50%; }
    @media only screen and (max-width: 992px) {
      .with-flex .half-col, .withFlex .half-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 0 !important; } }
  .with-flex .col-4, .withFlex .col-4 {
    width: 25%; }
    @media only screen and (max-width: 992px) {
      .with-flex .col-4, .withFlex .col-4 {
        width: 50%; } }
    @media only screen and (max-width: 480px) {
      .with-flex .col-4, .withFlex .col-4 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 0 !important; } }
  .with-flex .col-3, .withFlex .col-3 {
    width: 33.33333%; }
    @media only screen and (max-width: 480px) {
      .with-flex .col-3, .withFlex .col-3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .bg-cover.position-top {
    background-position: top center; }

.slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    margin: 0px 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 10px; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      position: absolute;
      background: rgba(255, 255, 255, 0.5);
      left: -5px;
      bottom: -5px;
      right: -5px;
      top: -5px;
      margin: auto;
      border-radius: 20px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .slick-dots li.slick-active:before, .slick-dots li:hover:before {
      width: 20px;
      height: 20px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 15px;
  margin: auto;
  cursor: pointer;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat; }
  .slick-arrow.icon-prev {
    background-image: url("img/left-arrow.svg"); }
  .slick-arrow.icon-next {
    right: 15px;
    left: auto;
    background-image: url("img/right-arrow.svg"); }

.bg-grey {
  background-color: #F5F5F5; }

.bg-white {
  background-color: #ffffff; }

.bg-primary {
  background-color: #72ac43; }

.under-header {
  height: 67px; }

.slider-region .slick-arrow.icon-prev, .slider-for-links .slick-arrow.icon-prev {
  background-image: url(img/left-arrow-color.svg);
  left: 0; }

.slider-region .slick-arrow.icon-next, .slider-for-links .slick-arrow.icon-next {
  background-image: url(img/right-arrow-color.svg);
  right: 0; }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .section-padding {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 480px) {
    .section-padding {
      padding-top: 30px;
      padding-bottom: 30px; } }

.scrollbar::-webkit-scrollbar {
  width: 3px; }

.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #72ac43;
  outline: 1px solid #72ac43; }

.full-height {
  height: 100%;
  max-height: 750px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .full-height {
      min-height: 700px; } }
  @media only screen and (min-width: 1900px) {
    .full-height {
      min-height: 850px; } }
  .full-height.real-height {
    max-height: none; }

.full-height-slide .slick-list, .full-height-slide .slick-track, .full-height-slide .slick-slide {
  height: 100%; }

.central {
  margin: 0;
  padding: 0;
  text-align: center; }
  .central li {
    list-style: none;
    float: none;
    display: inline-block; }

.centered {
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.in-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .in-mobile {
      display: block; } }

.aligned:before, .aligned:after {
  content: "";
  display: table; }

.aligned:after {
  clear: both; }

.aligned .left {
  float: left; }

.aligned .right {
  float: right; }

.aligned.text-right {
  text-align: right; }

.aligned.text-left {
  text-align: left; }

.page404 {
  margin: 100px auto 200px auto; }
  .page404 h1 {
    font-size: 50px; }
  .page404 a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.main-btn {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 0px;
  border: 2px solid #72ac43;
  text-align: center;
  -webkit-appearance: none;
  background-color: transparent;
  text-decoration: none;
  margin-top: 50px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .main-btn:hover {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .main-btn.primary {
    color: #72ac43; }
    .main-btn.primary:hover {
      background-color: #72ac43;
      color: #ffffff; }
  .main-btn.white {
    color: #ffffff;
    border: 2px solid #ffffff; }
    .main-btn.white:hover {
      background-color: #72ac43;
      border: 2px solid #72ac43; }
  .main-btn.primary-bg {
    color: #ffffff;
    background-color: #72ac43; }
    .main-btn.primary-bg:hover {
      background-color: transparent;
      color: #72ac43; }
  @media only screen and (max-width: 992px) {
    .main-btn {
      margin-top: 30px; } }

.main-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #72ac43;
  -webkit-appearance: none;
  font-family: "NotoSansKR-Regular";
  outline: none;
  font-size: 16px; }

a:focus, a:hover {
  color: #000000; }

a {
  color: #72ac43; }
  a:hover {
    color: #72ac43; }

.section-title {
  font-size: 45px;
  color: #72ac43;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 45px;
  /*text-transform: uppercase;*/ }
  @media only screen and (max-width: 992px) {
    .section-title {
      font-size: 35px !important;
      margin-bottom: 30px !important; } }
  @media only screen and (max-width: 480px) {
    .section-title {
      font-size: 30px !important; } }
  .section-title.color-grey {
    font-size: 40px;
    margin-bottom: 20px;
    color: #4A4A4A; }
  .section-title.white {
    color: #ffffff; }
  .section-title.color-white {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ffffff; }
  .section-title.centered {
    text-align: center; }

.row.no-space {
  margin: 0;
  padding: 0; }
  .row.no-space > div {
    padding: 0; }

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 40px;
  z-index: 9999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  #header .container {
    position: relative; }
    #header .container .logo {
      position: absolute;
      left: 15px;
      height: 50px;
      user-select: none;
      top: 13px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 1020px) {
        #header .container .logo {
          top: 18px;
          height: 50px; } }
      #header .container .logo img {
        height: 50px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        @media only screen and (max-width: 1020px) {
          #header .container .logo img {
            width: 70px;
            height: 40px; } }
      #header .container .logo .logo-white {
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header .container .header-menu {
      text-align: right;
      padding: 5px 0; }
      @media only screen and (max-width: 1020px) {
        #header .container .header-menu {
          padding: 15px;
          padding-top: 45px; } }
      #header .container .header-menu > .menu {
        display: inline-block; }
      #header .container .header-menu ul {
        text-align: right;
        display: inline-block;
        margin: 0;
        user-select: none;
        padding: 20px 0px 0px; }
        @media only screen and (max-width: 1020px) {
          #header .container .header-menu ul {
            padding: 0;
            text-align: left; } }
        #header .container .header-menu ul li {
          display: inline-block;
          margin-left: 10px;
          padding-bottom: 20px;
          position: relative;
          user-select: none; }
          @media only screen and (min-width: 1020px) and (max-width: 1140px) {
            #header .container .header-menu ul li {
              margin-left: 10px; } }
          @media only screen and (max-width: 1020px) {
            #header .container .header-menu ul li {
              width: 100%;
              padding: 10px;
              border-bottom: 1px solid #fff;
              margin: 0;
              padding-bottom: 0; } }
          #header .container .header-menu ul li.no-before:before {
            display: none !important; }
          #header .container .header-menu ul li a {
            font-size: 14px;
            text-decoration: none;
            color: #fff;
            user-select: none;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (min-width: 1020px) and (max-width: 1140px) {
              #header .container .header-menu ul li a {
                font-size: 12px; } }
            @media only screen and (max-width: 1020px) {
              #header .container .header-menu ul li a {
                color: #333333 !important; } }
          #header .container .header-menu ul li:before {
            content: '';
            display: block;
            position: absolute;
            width: 0px;
            height: 2px;
            border-radius: 5px;
            background-color: #fff;
            bottom: 13px;
            left: 0;
            margin: auto;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            @media only screen and (max-width: 1020px) {
              #header .container .header-menu ul li:before {
                display: none; } }
          #header .container .header-menu ul li.current-menu-item:before, #header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
            width: 100%;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
          #header .container .header-menu ul li.current-menu-item a, #header .container .header-menu ul li:hover a, #header .container .header-menu ul li.active a {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
        #header .container .header-menu ul .sub-menu {
          opacity: 0;
          visibility: hidden;
          height: 0;
          text-align: left;
          background-color: #fff;
          position: absolute;
          right: 0;
          min-width: 185px;
          top: 24px;
          overflow: hidden;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
          @media only screen and (max-width: 1020px) {
            #header .container .header-menu ul .sub-menu {
              opacity: 1;
              visibility: visible;
              position: relative;
              height: auto;
              top: 0;
              padding-top: 0px; } }
          @media only screen and (min-width: 1021px) {
            #header .container .header-menu ul .sub-menu {
              -webkit-box-shadow: 0px 10px 22px 0px rgba(51, 51, 51, 0.5);
              -moz-box-shadow: 0px 10px 22px 0px rgba(51, 51, 51, 0.5);
              box-shadow: 0px 10px 22px 0px rgba(51, 51, 51, 0.5); } }
          #header .container .header-menu ul .sub-menu li {
            margin: 0;
            padding-left: 10px;
            padding-right: 10px; }
            #header .container .header-menu ul .sub-menu li:before {
              background-color: #72ac43; }
            #header .container .header-menu ul .sub-menu li a {
              color: #333333; }
        #header .container .header-menu ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          height: auto;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
    #header .container #top_language_list {
      display: inline-block;
      color: #fff;
      position: relative;
      margin-left: 20px; }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list {
          margin: 0;
          display: block;
          width: 100%; } }
      @media only screen and (max-width: 1020px) {
        #header .container #top_language_list ul {
          display: block;
          width: 100%; } }
      #header .container #top_language_list ul li {
        text-transform: capitalize;
        font-size: 14px; }
        @media only screen and (max-width: 1020px) {
          #header .container #top_language_list ul li {
            display: block;
            width: auto;
            color: #333333; }
            #header .container #top_language_list ul li.active:before {
              display: block !important;
              width: 30px;
              bottom: 5px;
              background-color: #333333;
              left: 9px; } }
        #header .container #top_language_list ul li img {
          margin-right: 7px; }
      #header .container #top_language_list:before {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        position: absolute;
        left: -5px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #fff;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        @media only screen and (max-width: 1020px) {
          #header .container #top_language_list:before {
            display: none; } }
  #header.sticky, #header.header-fixed {
    background-color: #fff;
    padding-top: 0;
    -webkit-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    #header.sticky .container .logo, #header.header-fixed .container .logo {
      height: 40px;
      top: 18px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #header.sticky .container .logo img, #header.header-fixed .container .logo img {
        height: 40px;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #header.sticky .container .logo .logo-white, #header.header-fixed .container .logo .logo-white {
        opacity: 1;
        visibility: visible;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header.sticky .header-menu ul li:before, #header.header-fixed .header-menu ul li:before {
      background-color: #72ac43; }
    #header.sticky .header-menu ul li a, #header.header-fixed .header-menu ul li a {
      color: #333333; }
    #header.sticky .header-menu .sub-menu a, #header.header-fixed .header-menu .sub-menu a {
      color: #333333; }
    #header.sticky #top_language_list, #header.header-fixed #top_language_list {
      color: #333333; }
      #header.sticky #top_language_list:before, #header.header-fixed #top_language_list:before {
        background-color: #333333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #header.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
      background-color: #72ac43; }
    @media only screen and (max-width: 1020px) {
      #header.sticky .for-mobile, #header.header-fixed .for-mobile {
        background-color: #fff; } }
    #header.sticky .search-bar:before, #header.header-fixed .search-bar:before {
      background-color: #333333;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media only screen and (max-width: 1020px) {
        #header.sticky .search-bar:before, #header.header-fixed .search-bar:before {
          display: none; } }
  @media only screen and (max-width: 1020px) {
    #header {
      height: 70px;
      top: 0;
      padding-top: 0; } }

.search-pop-up {
  position: fixed;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .search-pop-up.open {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .search-pop-up .searchform {
    display: inline-block;
    width: 100%; }
  .search-pop-up .tags ul {
    padding: 0;
    margin: 0;
    margin-top: 15px; }
    .search-pop-up .tags ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px; }
  .search-pop-up .for-close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 0; }
  .search-pop-up .close-search-popup {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    cursor: pointer;
    height: 30px; }
  .search-pop-up .search-form {
    width: 500px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media only screen and (max-width: 600px) {
      .search-pop-up .search-form {
        width: 90%; } }
    .search-pop-up .search-form label {
      display: none; }
    .search-pop-up .search-form input {
      float: left;
      height: 50px;
      font-size: 16px;
      font-family: "NotoSansKR-Regular"; }
      .search-pop-up .search-form input[type=text] {
        width: 70%;
        padding: 10px;
        border: 1px solid #72ac43;
        -webkit-appearance: none;
        font-family: "NotoSansKR-Regular";
        outline: none; }
      .search-pop-up .search-form input[type=submit] {
        width: 30%;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 0px;
        border: 1px solid #72ac43;
        text-align: center;
        -webkit-appearance: none;
        text-decoration: none;
        cursor: pointer;
        color: #ffffff;
        background-color: #72ac43;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .search-pop-up .search-form input[type=submit]:hover {
          background-color: #ffffff;
          color: #72ac43;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }

.search-bar {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-left: 20px;
  cursor: pointer; }
  @media only screen and (max-width: 1020px) {
    .search-bar {
      display: block;
      margin-left: 10px;
      text-align: left; } }
  .search-bar:before {
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    position: absolute;
    left: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .search-bar img {
    height: 20px;
    position: relative;
    top: 3px; }

#mobileMenu {
  display: none; }
  @media only screen and (max-width: 1020px) {
    #mobileMenu {
      display: block;
      z-index: 99999; } }

#mobileMenu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 22px;
  bottom: 0;
  width: 35px;
  height: 30px;
  cursor: pointer; }

#mobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#mobileMenu span:nth-child(1) {
  top: 0px; }

#mobileMenu span:nth-child(2), #mobileMenu span:nth-child(3) {
  top: 10px; }

#mobileMenu span:nth-child(4) {
  top: 20px; }

#mobileMenu.open span {
  background-color: #333333; }

#mobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#mobileMenu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobileMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobileMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

@media only screen and (max-width: 1020px) {
  .for-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    right: -310px;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .for-mobile.openMenu {
      right: 0px;
      overflow: auto;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; } }

.grid-col-section .with-flex .col-4 {
  width: 25%;
  padding: 10px; }
  @media only screen and (max-width: 992px) {
    .grid-col-section .with-flex .col-4 {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .grid-col-section .with-flex .col-4 {
      width: 100%; } }

.grid-col-section .with-flex .col-3 {
  width: 33.3333333%;
  padding: 10px; }

.grid-col-section .with-flex .info {
  border-radius: 350px;
  height: 302px;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-align: center; }
  @media only screen and (min-width: 1029px) and (max-width: 1320px) {
    .grid-col-section .with-flex .info {
      height: 250px;
      width: 250px;
      margin: auto; } }
  @media only screen and (max-width: 1030px) {
    .grid-col-section .with-flex .info {
      height: 200px;
      width: 200px;
      margin: auto; } }
  @media only screen and (max-width: 992px) {
    .grid-col-section .with-flex .info {
      height: 300px;
      width: 300px;
      margin: auto; } }
  .grid-col-section .with-flex .info:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .grid-col-section .with-flex .info:hover h3 {
    color: #72ac43;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.grid-col-section .with-flex .bg-cover {
  width: 100%;
  height: 100%; }

.grid-col-section .with-flex h3 {
  font-size: 20px;
  position: absolute;
  margin: auto;
  left: 0;
  letter-spacing: 0;
  color: #ffffff;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%);
  -webkit-transform: translatYe(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 1030px) {
    .grid-col-section .with-flex h3 {
      font-size: 18px !important; } }
  @media only screen and (max-width: 992px) {
    .grid-col-section .with-flex h3 {
      font-size: 22px !important; } }

.grid-col-section.with-description .with-flex .col-4 .info {
  height: auto;
  border-radius: 0; }
  .grid-col-section.with-description .with-flex .col-4 .info:before {
    display: none; }
  .grid-col-section.with-description .with-flex .col-4 .info .main-bg-cover {
    height: 302px;
    border: 2px solid #72ac43;
    overflow: hidden; }
  .grid-col-section.with-description .with-flex .col-4 .info .bg-cover {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .grid-col-section.with-description .with-flex .col-4 .info h3 {
    position: relative;
    top: auto;
    color: #72ac43;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 15px; }
  .grid-col-section.with-description .with-flex .col-4 .info p {
    color: #333333; }
  .grid-col-section.with-description .with-flex .col-4 .info:hover .bg-cover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

@media only screen and (max-width: 1120px) {
  .grid-col-section.with-description .with-flex .col-4 {
    width: 50%; }
    .grid-col-section.with-description .with-flex .col-4 .info {
      width: 100%; } }

@media only screen and (max-width: 600px) {
  .grid-col-section.with-description .with-flex .col-4 {
    width: 100%; } }

.grid-col-section.without-radius .with-flex .col-4 .info {
  border-radius: 0; }

@media only screen and (max-width: 1120px) {
  .grid-col-section.without-radius .with-flex .col-4 {
    width: 50%; }
    .grid-col-section.without-radius .with-flex .col-4 .info {
      width: 100%; } }

@media only screen and (max-width: 600px) {
  .grid-col-section.without-radius .with-flex .col-4 {
    width: 100%; } }

.grid-col-section.video-section .with-flex .col-4 img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.grid-col-section.video-section .with-flex .col-4 .info:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.grid-col-section.video-section .with-flex .col-4 h4 {
  position: absolute;
  bottom: 0px;
  text-align: left;
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  margin: 0; }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col h2 {
  color: #72ac43;
  font-size: 35px; }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col .info {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 100px; }
  @media only screen and (max-width: 992px) {
    .main-zig-zag-sections .zig-zag-section .with-flex .half-col .info {
      padding-top: 0px;
      padding-bottom: 30px;
      padding-right: 0px;
      text-align: center; } }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col iframe {
  width: 100%;
  height: 100%; }

.main-zig-zag-sections .zig-zag-section .with-flex .half-col:last-child {
  /*border-radius: 10px;*/ }
  @media only screen and (max-width: 992px) {
    .main-zig-zag-sections .zig-zag-section .with-flex .half-col:last-child {
      height: 350px; } }

.main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child {
  order: 2; }
  @media only screen and (max-width: 992px) {
    .main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child {
      order: 1; } }
  .main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child .info, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child .info {
    padding-left: 100px;
    padding-right: 0; }
    @media only screen and (max-width: 992px) {
      .main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:first-child .info, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:first-child .info {
        padding-left: 0; } }

.main-zig-zag-sections .zig-zag-section:nth-child(2n) .with-flex .half-col:last-child, .main-zig-zag-sections .zig-zag-section.img-first .with-flex .half-col:last-child {
  order: 1; }

.footer {
  padding: 15px;
  color: #fff;
  background-color: #333; }
  .footer p {
    margin: 0; }
  @media only screen and (min-width: 480px) {
    .footer .with-flex .half-col:first-child {
      order: 2; } }
  @media only screen and (max-width: 992px) {
    .footer .with-flex .half-col:first-child {
      width: 30%; } }
  @media only screen and (max-width: 480px) {
    .footer .with-flex .half-col:first-child {
      width: 100%; } }
  .footer .with-flex .half-col:first-child ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    @media only screen and (max-width: 480px) {
      .footer .with-flex .half-col:first-child ul {
        text-align: center; } }
    .footer .with-flex .half-col:first-child ul li {
      margin-left: 10px;
      list-style-type: none;
      display: inline-block; }
      .footer .with-flex .half-col:first-child ul li a {
        text-decoration: none; }
        .footer .with-flex .half-col:first-child ul li a img {
          height: 30px; }
  @media only screen and (min-width: 480px) {
    .footer .with-flex .half-col:last-child {
      order: 1; } }
  @media only screen and (max-width: 992px) {
    .footer .with-flex .half-col:last-child {
      width: 70%; } }
  @media only screen and (max-width: 480px) {
    .footer .with-flex .half-col:last-child {
      width: 100%; } }
  .footer .with-flex .half-col:last-child p {
    text-align: left;
    margin-top: 6px; }
    @media only screen and (max-width: 480px) {
      .footer .with-flex .half-col:last-child p {
        text-align: center;
        padding: 0px 45px; } }
    .footer .with-flex .half-col:last-child p a {
      color: #72ac43; }

.fixed-phone {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background-image: url("img/phone.svg");
  background-size: 25px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  background-color: #72ac43;
  z-index: 99;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  @media only screen and (min-width: 767px) {
    .fixed-phone:hover {
      background-image: none;
      width: 250px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .fixed-phone:hover div {
        opacity: 1;
        visibility: visible;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; } }
  @media only screen and (max-width: 767px) {
    .fixed-phone {
      width: 100%;
      left: 0;
      right: 0;
      border-radius: 0;
      bottom: 0; } }
  .fixed-phone div {
    position: relative;
    padding-left: 40px; }
    @media only screen and (min-width: 767px) {
      .fixed-phone div {
        opacity: 0;
        visibility: hidden;
        font-size: 18px;
        width: 190px;
        margin: auto;
        position: relative;
        margin-top: 11px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; } }
    .fixed-phone div img {
      position: absolute;
      left: 0;
      top: 2px;
      height: 20px; }
      @media only screen and (min-width: 767px) {
        .fixed-phone div img {
          top: 4px; } }
  .fixed-phone.is-bottom {
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 767px) {
    .fixed-phone {
      width: 100%;
      border-radius: 0;
      left: 0;
      bottom: 0;
      height: auto;
      text-align: center;
      color: #fff;
      padding: 10px;
      background-image: none;
      font-weight: bold;
      font-style: italic;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .fixed-phone div {
        display: inline-block; } }

.banner-section {
  position: relative; }
  .banner-section .banner-slider .items {
    height: 700px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .banner-section .banner-slider .items {
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .banner-section .banner-slider .items {
        height: 400px; } }
    @media only screen and (max-width: 480px) {
      .banner-section .banner-slider .items {
        height: 550px; } }
    .banner-section .banner-slider .items:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); }
    .banner-section .banner-slider .items .info {
      position: relative;
      z-index: 1;
      display: inline-block;
      top: 50%;
      color: #ffffff;
      padding: 45px 90px;
      -ms-transform: translateY(-50%);
      -webkit-transform: translatYe(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 992px) {
        .banner-section .banner-slider .items .info {
          padding: 45px 55px; } }
      @media only screen and (max-width: 767px) {
        .banner-section .banner-slider .items .info {
          padding: 25px 35px; } }
      .banner-section .banner-slider .items .info h2 {
        font-family: "NotoSansKR-Bold";
        letter-spacing: 2px;
        font-size: 45px;
        margin-top: 0; }
        @media only screen and (max-width: 767px) {
          .banner-section .banner-slider .items .info h2 {
            font-size: 35px; } }
      .banner-section .banner-slider .items .info div {
        max-width: 650px;
        margin: auto; }
        .banner-section .banner-slider .items .info div p {
          margin: 0; }
      .banner-section .banner-slider .items .info .main-btn {
        margin-top: 30px; }
  @media only screen and (max-width: 480px) {
    .banner-section .banner-slider .slick-arrow {
      display: none !important; } }
  @media only screen and (max-width: 480px) {
    .banner-section .slick-dots {
      bottom: 20px; } }

.contact-us h2 + p {
  text-align: center;
  margin-bottom: 50px; }
  @media only screen and (max-width: 480px) {
    .contact-us h2 + p {
      margin-bottom: 25px; } }

.contact-us .contact-form {
  max-width: 750px;
  margin: auto;
  position: relative; }
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 14px;
    display: block;
    resize: none;
    border-radius: 0;
    border: 1px solid #fff;
    font-family: "NotoSansKR-Medium";
    -webkit-appearance: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .contact-us .contact-form input[type=submit], .contact-us .contact-form textarea[type=submit] {
      width: 170px;
      margin: auto;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase;
      background-color: #333;
      border: 2px solid #333; }
      .contact-us .contact-form input[type=submit]:hover, .contact-us .contact-form textarea[type=submit]:hover {
        background-color: #fff;
        color: #333;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    .contact-us .contact-form input.wpcf7-not-valid, .contact-us .contact-form textarea.wpcf7-not-valid {
      border: 1px solid red; }
    @media only screen and (max-width: 480px) {
      .contact-us .contact-form input, .contact-us .contact-form textarea {
        font-size: 16px; } }
  .contact-us .contact-form textarea {
    height: 146px; }
  .contact-us .contact-form input {
    margin-bottom: 10px; }
  .contact-us .contact-form .ajax-loader {
    position: absolute;
    right: 0;
    left: 210px;
    bottom: 15px;
    margin: auto; }
  .contact-us .contact-form .wpcf7-response-output, .contact-us .contact-form .wpcf7-not-valid-tip {
    display: none !important; }
  .contact-us .contact-form .with-flex .half-col:first-child {
    padding-right: 5px; }
    @media only screen and (max-width: 480px) {
      .contact-us .contact-form .with-flex .half-col:first-child {
        padding: 0; } }
  .contact-us .contact-form .with-flex .half-col:last-child {
    padding-left: 5px; }
    @media only screen and (max-width: 480px) {
      .contact-us .contact-form .with-flex .half-col:last-child {
        padding: 0;
        margin-top: 10px; } }
  .contact-us .contact-form .with-flex .half-col .wpcf7-form-control-wrap {
    display: block; }
    .contact-us .contact-form .with-flex .half-col .wpcf7-form-control-wrap:last-child input {
      margin-bottom: 0; }

.folio-page .gg-container {
  --row-height: 380px;
  --column-width: 380px; }
  @media only screen and (max-width: 480px) {
    .folio-page .gg-container {
      --row-height: 280px; } }

.folio-page .gg-box a {
  position: relative;
  overflow: hidden; }
  .folio-page .gg-box a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -101%;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .folio-page .gg-box a .info {
    margin: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    width: 100%;
    position: absolute;
    z-index: 2;
    color: #ffffff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .folio-page .gg-box a .info h4 {
      font-size: 18px;
      margin: 0;
      margin-bottom: 10px; }
    .folio-page .gg-box a .info p {
      font-size: 14px;
      margin: 0; }
    .folio-page .gg-box a .info ul {
      padding: 0;
      margin: 0;
      font-size: 14px;
      padding-left: 20px;
      margin-top: 10px; }
      .folio-page .gg-box a .info ul li {
        margin-bottom: 8px; }
        .folio-page .gg-box a .info ul li:last-child {
          margin-bottom: 0; }
  .folio-page .gg-box a:hover:before {
    bottom: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .folio-page .gg-box a:hover .info {
    visibility: visible;
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.folio-page .main-table {
  width: 100%;
  overflow: auto;
  margin: 30px 0; }
  .folio-page .main-table table {
    width: 100%;
    text-align: left; }
    @media only screen and (max-width: 480px) {
      .folio-page .main-table table {
        width: 1100px; } }
    .folio-page .main-table table thead tr {
      height: 40px; }
      .folio-page .main-table table thead tr th {
        padding: 5px; }
    .folio-page .main-table table td {
      border: 1px solid #333;
      padding: 5px; }
