@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #707070;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

strong {
  color: #1A1D1F;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Nanum Myeongjo", serif;
  color: #2D3047;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
.h1 {
    font-size: 1.625rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.8rem;
}

h4,
.h4 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2D3047;
}

a:hover h2,
a:hover h3,
a:hover h4 {
  color: #FE5F55;
  text-decoration: underline;
}

h3 a:hover {
  text-decoration: underline;
  color: #FE5F55;
}

a {
  color: #2D3047;
}
a:hover {
  color: accent;
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #2D3047 !important;
}

.text-accent {
  color: #FE5F55 !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #2D3047 !important;
}

.bg-accent {
  background: #FE5F55 !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-90 {
  padding-top: 5.625rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.font-bold {
  font-weight: bold;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

.header {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}
.header__btn {
  margin-left: 2em;
  text-transform: uppercase;
  padding: 0 1.5625em !important;
  font-size: 0.8125rem !important;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none !important;
  }
}

.logo {
  font-family: "Nanum Myeongjo", serif;
  color: #2D3047;
}

@media screen and (max-width: 767px) {
  .logo img {
    width: 140px;
  }
}

.header__right {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__right {
    display: block;
  }
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #222;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
}

.gov {
  padding: 5px 12px;
  background: #FE5F55;
  color: #fff;
  border-radius: 30px;
  position: relative;
}
.gov::before {
  content: "";
  margin-right: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.gov strong {
  color: #fff;
}

@media (max-width: 767px) {
  #scrollTop {
    bottom: 60px;
  }

  .gov {
    display: none;
  }

  .about-img {
    margin-top: 20px;
  }

  .navbar-toggler {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .m-flex {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
  }

  .navbar-toggler {
    display: block;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .navbar-toggler {
    top: 20px;
  }
}
.header {
  transition: transform 0.4s;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}

.scroll-down .header {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
}

.scroll-up .header {
  transform: none;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: #0e0e0e;
}

.navbar-expand-lg .navbar-nav li {
  padding: 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1rem;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: #fff;
  font-size: 1rem;
}

@media screen and (min-width: 800px) {
  .bg-dark {
    background-color: transparent !important;
  }

  .navbar-toggler {
    display: none;
  }

  .nav-list > li.active > a,
.nav-list > li:focus > a,
.nav-list > li.active > .sub-menu > li.active > a,
.nav-list > li:hover > a,
.sub-menu > li:hover > a,
.sub-menu > li:focus > a,
.sub-menu .sub-menu > li:hover > a {
    background: transparent;
    border-bottom: 2px solid #FE5F55;
    color: #FE5F55 !important;
  }

  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }

  .nav-link .fa {
    margin-left: 5px;
  }

  .sub-menu a,
.sub-menu .sub-menu a {
    background: #2D3047;
  }

  .sub-menu {
    position: absolute;
    width: 200px;
    z-index: 1000;
    top: 160%;
    background: #2D3047;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .sub-menu .sub-menu {
    top: 0;
    left: 140%;
  }

  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }

  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }

  .navbar-toggle {
    display: none;
  }

  .navClose {
    display: none;
  }

  .nav-list a:focus {
    outline: none;
  }

  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }

  .sub-menu li {
    line-height: 2.5;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list a {
    font-size: 16px;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bg-dark {
    background-color: #2D3047 !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }

  .contact-info li {
    font-size: 11px;
  }

  .menu .container {
    padding: 0;
  }

  .navbar-toggle:focus {
    outline: none;
  }

  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }

  .nav-list li {
    border-bottom: 1px solid #484f82;
  }

  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }

  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }

  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar-toggle:focus {
    outline: none;
  }

  .nav-list > li.active a {
    background: transparent;
  }

  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }

  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    border-left: 1px solid #32a769;
    margin-left: 1em;
    display: none;
    width: 100%;
  }

  .sub-menu.active {
    display: block;
  }

  .sub-menu a {
    padding-right: 1.8em;
  }

  .sub-menu .sub-menu a {
    padding-right: 2.6em;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 768px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }

  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }

  .navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }

  .navbar-toggler.toggler-spin .navbar-toggler-icon {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spin .navbar-toggler-icon::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }

  .navbar-toggler.toggler-spin .navbar-toggler-icon::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spin.active .navbar-toggler-icon {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navbar-toggler.toggler-spin.active .navbar-toggler-icon::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }

  .navbar-toggler.toggler-spin.active .navbar-toggler-icon::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navbar-toggler.toggler-elastic .navbar-toggler-icon {
    top: 0;
    transition-duration: 275ms;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navbar-toggler.toggler-elastic .navbar-toggler-icon::before {
    top: 10px;
    transition: opacity 125ms 275ms ease;
  }

  .navbar-toggler.toggler-elastic .navbar-toggler-icon::after {
    top: 20px;
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navbar-toggler.toggler-elastic.active .navbar-toggler-icon {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms;
  }

  .navbar-toggler.toggler-elastic.active .navbar-toggler-icon::before {
    transition-delay: 0s;
    opacity: 0;
  }

  .navbar-toggler.toggler-elastic.active .navbar-toggler-icon::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms;
  }

  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }

  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }

  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }

  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }

  .bsnav-overlay .nav-item.dropdown > .navbar-nav:not(.in),
.bsnav-overlay-light .dropdown.dropdown-horizontal > .navbar-nav:not(.in) {
    transition: clip 0s;
  }

  .navbar-toggler.active,
.navbar-toggler.active.btn,
.navbar-toggler.active.focus.btn,
.navbar-toggler.btn:active,
.navbar-toggler.btn:active:focus,
.navbar-toggler.btn:active:hover,
.navbar-toggler.btn:focus,
.navbar-toggler.btn:hover,
.navbar-toggler.btn:not(:disabled):not(.disabled).active,
.navbar-toggler.btn:not(:disabled):not(.disabled):active,
.navbar-toggler.focus.btn,
.navbar-toggler:active,
.navbar-toggler:active:focus,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-togglerbutton.active,
.navbar-togglerbutton.active.focus,
.navbar-togglerbutton.focus,
.navbar-togglerbutton:active,
.navbar-togglerbutton:active:focus,
.navbar-togglerbutton:active:hover,
.navbar-togglerbutton:focus,
.navbar-togglerbutton:hover,
.navbar-togglerbutton:not(:disabled):not(.disabled).active,
.navbar-togglerbutton:not(:disabled):not(.disabled):active {
    background: 0 0 !important;
    border: transparent !important;
  }
}
@media (max-width: 768px) {
  .nav-link .fa {
    float: right;
    margin-top: 17px;
  }

  .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }

  .sub-menu {
    display: none;
  }

  .fa.fa-angle-right::before {
    content: "";
  }

  .navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: block;
  }

  .navbar.bsnav .top_brand_back {
    background: none;
  }

  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }

  .navdiv {
    position: absolute;
    left: -130%;
    top: 10px;
    width: 60%;
    z-index: 100;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
  }

  .navdiv.active {
    opacity: 1;
    left: 0;
    top: 10px;
    visibility: visible;
  }

  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: #fff;
  }

  .bsnav-mobile-overlay {
    display: none;
  }

  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }

  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .navbar-toggler {
    top: 8px;
  }
}
.hero_banner {
  background: #2D3047;
}

.hero_banner .container {
  position: relative;
}

.hero-content, .hero-content p {
  color: #fff;
}

.hero-text {
  font-size: 18px;
}

.hero-content h1 {
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width: 800px) {
  .hero-content h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}
.hero-content h1 span {
  color: #FE5F55;
}

.social-media a {
  font-size: 30px;
  margin-right: 10px;
}

.social-media .fb {
  color: #826AED;
}

.social-media .ytd {
  color: #41B9FF;
}

.social-media .insta {
  color: #FE5F55;
}

@media screen and (max-width: 767px) {
  .social-media a {
    font-size: 20px;
    margin-right: 4px;
  }

  .hero-content h2 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .hero-official {
    margin-bottom: 0;
  }

  .hero-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero_banner {
    padding: 30px 0;
  }
}
.about__figure {
  position: relative;
}
.about__figure::after {
  content: "";
  height: 90%;
  width: 80%;
  position: absolute;
  left: -30px;
  top: -30px;
  background: #E8EBF7;
  z-index: -1;
}
.about__figure img {
  width: 100%;
  object-fit: cover;
}
.about__meta-left p {
  margin-bottom: 0;
  line-height: 1.5;
}
.about__meta-left p strong {
  font-size: 1.25rem;
}

.video img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .hero_banner {
    padding: 30px 0;
  }

  .mobile.order-2 {
    order: 1;
    text-align: center;
  }
  .mobile.order-2 img {
    width: 60%;
    margin: 0 auto;
  }

  .mobile.order-1 {
    order: 2;
  }

  .hero-content {
    margin-top: 30px;
    text-align: center;
  }

  .hero-text {
    font-size: 0.8125rem;
  }

  .about__figure::after {
    display: none;
  }

  .p-t-90 {
    padding-top: 30px;
  }
}
.photo-gallery--bg {
  background: #2D3047;
}

.photo-grid {
  display: grid;
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-template-rows: 160px;
}
.photo-grid a {
  border: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.photo-grid img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.photo-grid a:nth-child(3) {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .photo-grid a:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
.photo-grid a:nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .photo-grid a:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

.video-inner iframe {
  width: 100%;
  height: 250px;
}

.video-inner {
  position: relative;
}
.video-inner::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.video-inner a {
  color: #fff;
}
.video-inner i.far {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #fff;
  font-size: 50px;
  z-index: 100;
  transition: all 0.3s ease;
  opacity: 0;
}

.video-inner:hover::after {
  opacity: 1;
}

.video-inner:hover i {
  opacity: 1;
}

.videos .video-inner {
  margin-bottom: 30px;
}

.videos .video-inner img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}

.vid .video-inner img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.single .bio-content {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .videos .video {
    margin-bottom: 20px;
  }

  iframe {
    width: 100%;
  }

  .videos .video-inner img,
.vid .video-inner img {
    height: auto;
  }

  .videos .video-inner {
    margin-bottom: 20px;
  }
}
.footer {
  background: #E8EBF7;
  padding: 40px 0;
  font-size: 14px;
}

.copyright {
  font-size: 20px;
  margin-bottom: 10px;
}

.designby {
  font-size: 1rem;
}
.designby a {
  color: #CB9A13;
  text-decoration: underline;
}
.designby a:hover {
  text-decoration: none;
}

/* #btn================================================== */
.btn {
  padding: 0 1.5em;
  line-height: 3;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  font-family: "Nanum Myeongjo", serif;
}

.btn--primary {
  background: #2D3047;
}
.btn--primary:hover {
  background: #414566;
  color: #fff;
}

.btn--accent {
  background: #FE5F55;
}
.btn--accent:hover {
  color: #fff;
  background: #FFB135;
  border-color: #cc3f2a;
}

.btn--primary-ghost {
  border: 2px solid #eeba0b;
  color: #eeba0b;
}
.btn--primary-ghost:hover {
  border: 2px solid #eeba0b;
  color: #fff;
  background: #eeba0b;
}

.btn--accent-ghost {
  border: 2px solid #FE5F55;
  color: #FE5F55;
}
.btn--accent-ghost:hover {
  border: 2px solid #FE5F55;
  color: #fff;
  background: #FE5F55;
}

.btn-white--ghost {
  border: 2px solid #fff;
  color: #fff;
}
.btn-white--ghost:hover {
  border: 2px solid #fff;
  color: #333;
  background: #fff;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 1.56em;
  line-height: 1.8;
}

.btn--large {
  padding: 0 1.88em;
  line-height: 2.6;
  font-size: 20px;
}

.btn:focus,
button:focus {
  outline: 0;
}

.section-title h2 {
  display: inline-block;
  position: relative;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 2rem;
  }
}
.section-title h2::after {
  content: "";
  display: block;
  height: 1px;
  background: #2D3047;
  width: 45%;
  margin: 0 auto;
}
.section-title h2.left::before {
  margin-left: 0;
}
.section-title h2.right::after {
  margin-right: 0;
  position: absolute;
  left: 103%;
  top: 58%;
  width: 35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #2D3047;
}
.section-title h2.text-white::after {
  background: #fff;
}

.card--post {
  border: none;
}
.card p i {
  margin-right: 10px;
}
.card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.pagination .page-item .page-link.pren {
  color: #8b8b8b;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #eeba0b;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #eeba0b;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #313131;
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: "domine";
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  margin-right: 0.6rem;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #eeba0b;
  color: #fff;
}

.pagination-outer {
  text-align: center;
  margin: 20px 0;
}

.pagination {
  display: inline-flex;
}

/* #home page ================================================== */
.map-small iframe,
.map-wrap iframe {
  width: 100%;
}

.vid > div {
  margin-bottom: 30px;
}

.breadcrumb {
  position: relative;
}
.breadcrumb a {
  position: relative;
}
.breadcrumb a:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 15px;
}

@media (min-width: 500px) {
  .grid-item {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .grid-item {
    width: 31%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 2100px) {
  .grid-item {
    width: 20%;
  }
}
.inside-banner {
  background: url("../images/inside-banner.jpg") no-repeat left -40px;
  height: 250px;
  width: 100%;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .inside-banner {
    height: auto;
    background: url("../images/inside-banner.jpg") no-repeat left top;
    background-size: cover;
  }
}
.inside-banner .container {
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.inside-banner h1 {
  color: #fff;
  font-size: 2.625rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .inside-banner h1 {
    font-size: 1.8rem;
  }
}
.inside-banner .breadcrumb {
  background: none;
  text-align: center;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.inside-banner .breadcrumb li {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}
.inside-banner .breadcrumb a {
  color: #fff;
}

.inside-banner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff !important;
}

.thumb img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 180px;
  width: 180px;
}

.contact-jems {
  color: #2D3047;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }

  .contact-text {
    margin-top: 30px;
  }
}
.contact-text h2, .contact-text p {
  margin-bottom: 0;
}

.company-banner {
  background: url("../images/company-bg.jpg") no-repeat center -100px;
  padding: 60px 0;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .company-banner {
    background: url(../images/company-bg.jpg) no-repeat 0 0;
    height: auto;
  }
}
.company-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.company-banner .container {
  position: relative;
  z-index: 1;
}
.company-banner .container h1 {
  color: #fff;
}

.company ul {
  margin-bottom: 20px;
}

.company ul li {
  list-style: disc inside;
}

.company ul li,
.company ol li {
  margin-bottom: 10px;
}

.company ul {
  list-style: disc;
}

.company ol,
.company ol li {
  list-style: decimal;
}

.company p {
  margin-bottom: 20px;
  text-align: justify;
}

.company-address p {
  margin-bottom: 2px;
}

.company-address h3 {
  margin-bottom: 0;
}

.company-logo {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
}
.company-logo figure {
  width: 200px;
  background: #fff;
  padding: 15px;
  margin-right: 20px;
}

.company-address a {
  color: #0D6938;
}

.company-address a:hover {
  text-decoration: underline;
}

.bio-title {
  font-size: 50px;
}

.bio ol, .bio ol li {
  list-style: decimal;
}

.bio ul, .bio ul li {
  list-style: disc;
}

@media screen and (max-width: 767px) {
  .bio-title {
    font-size: 2.3rem;
  }

  .bio.col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .inside-banner .breadcrumb li {
    font-size: 16px;
  }
}
.gallery-title {
  margin-bottom: 0;
}


.bio-content iframe{
	width: 100%;
	height: 380px;
}
.alignleft {
    float: left;
    margin: 0 1.25rem 1.25rem 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.alignright {
    float: right;
    margin: 0 0 1.25rem 1.25rem;
}




/* #Media Queries For Responsive================================================== */
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }

  .m-t-40 {
    margin-top: 1.25rem;
  }
	
 .bio-content figure{
	width: 100% !important;
}
	
	
.alignright,
.alignleft{
    float: none;
    margin: 0 0 1.25rem 0;
}


	
}


/*# sourceMappingURL=style.css.map */
