@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 2;
  font-size: 18px;
  background: #fff;
  color: #000;
  font-weight: 300;
  overflow-x: hidden;
  letter-spacing: -0.8px;
}
body.ohjic-offcanvas {
  overflow: hidden;
}

a {
  color: #01a783;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #01a783 !important;
}

p,
ul,
ol {
  font-size: 18px;
  color: #000427;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #01a783;
}

::-moz-selection {
  color: #fcfcfc;
  background: #01a783;
}

::selection {
  color: #fcfcfc;
  background: #01a783;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

.btn-primary,
.btn-default {
  border-radius: 2px;
  padding: 3px 10px 4px;
  word-break: keep-all;
  display: inline-block;
  border: 0;
}
.btn-primary {
  background: none;
  color: #fff;
  background-color: #01a783;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #01a783 !important;
  border-color: #01a783 !important;
}

.input-group .input-group-btn button {
  font-size: 16px !important;
  height: initial !important;
  margin-right: -2px !important;
}

.input-group input {
  font-size: 16px !important;
  height: initial !important;
}

.btn-detail {
  background: none;
  color: #666;
  border: 1px solid #666;
  padding: 11px 17px 11px;
  border-radius: 3px;
}

.btn-detail:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #01a783 !important;
  border-color: #01a783 !important;
}
.btn-detail span {
  margin-left: 5px;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #01a783;
  border: 2px solid #01a783;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #01a783;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

#ohjic-header {
  position: relative;
  margin-bottom: 0;
  z-index: 99;
}

.ohjic-hero {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 992px) {
  .ohjic-hero {
    height: 500px;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 5px 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 220px;
  *width: 220px;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.8);
  padding: 0px 30px 2px 10px !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 18px;
  border-bottom: none !important;
  font-weight: 500;
  letter-spacing: -2px;
}

.sf-menu .my-page {
  display: none;
}

.sf-menu a:hover,
.sf-menu a:focus,
.sf-menu a.active {
  background: #01a783 !important;
  color: #fff !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #000;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-menu .custom_menucustom_menu {
  background-color: #01a783;
  color: #fff;
  width: 130px;
  text-align: center;
  padding: 14px 0 10px !important;
}
.sf-menu .custom_menu2 {
  background-color: #005871;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 17px 0 17px !important;
}
.sf-menu .custom_menu3 {
  background-color: #efefef;
  border-left: 1px solid #ddd;
}
.sf-menu i {
  display: block;
  margin: 5px 0;
}
.sf-menu .icon-txt {
  font-size: 15px;
  display: block;
  margin: 5px 0;
  font-family: "Noto Sans KR", sans-serif !important;
}

.mainicon {
  font-size: 14px;
}

.nav-custom {
  border-bottom: 1px solid #eee;
  height: 30px;
}
.nav-custom .custom-menu {
  text-align: right;
}
.nav-custom .custom-menu a {
  color: #000;
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
}
.nav-custom .custom-mmenu a {
  color: #000;
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  display: none;
}

.mmenu-top {
  display: none;
}
.mmenu-top a {
  display: block;
}

.container .custom-menu .custom_menu {
  padding: 0;
  vertical-align: top;
}
.icon-onair {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: #ccc;
  vertical-align: top;
  margin-top: 5px;
}
.icononair-on {
  background: #e91e63;
}

#ohjic-header-section {
  background: white;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
  position: fixed;
  top: 0;
}
@media screen and (max-width: 992px) {
  #ohjic-header-section {
    padding: 2.4em 0;
  }
  .nav-custom {
    display: none;
  }
  .mmenu-top {
    display: block;
    background-color: #666;
    padding: 15px;
    height: 130px;
  }
  .mmenu-top a {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    text-align: left;
    margin-right: 3px;
    font-weight: 500;
  }
  .mmenu-top i {
    font-size: 18px;
  }
  .mmenu-top .icon-txt {
  }
  .sf-menu .my-page {
    display: block;
  }
  #nav-toggle-close {
    position: absolute;
    right: 27px;
    top: 20px;
  }
  #nav-toggle-close i {
    font-size: 24px;
  }
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

#ohjic-logo {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}
#ohjic-logo a {
  color: rgba(21, 31, 44, 0.8);
  /* border: 2px solid #01a783; */
  padding: 0 7px;
  position: relative;
}

#ohjic-logo a img {
  width: 120px;
}

#ohjic-logo a i {
  color: #01a783;
  font-size: 30px;
  padding-right: 12px;
}
#ohjic-logo a:hover,
#ohjic-logo a:focus {
  color: rgba(0, 0, 0, 0.9) !important;
}
#ohjic-logo span {
  padding: 0;
  margin: 0;
  font-weight: 100;
}
@media screen and (max-width: 992px) {
  #ohjic-logo {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  #ohjic-logo a img {
    height: auto;
  }
}

#ohjic-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}

#ohjic-primary-menu > li > ul li.active > a {
  color: #01a783 !important;
}
#ohjic-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: "icomoon";
  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;
  position: absolute;
  float: right;
  margin-right: 11px;
  top: 50%;
  margin-top: -8px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.4);
  right: 15px;
}

#ohjic-primary-menu .ohjic-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#ohjic-primary-menu .ohjic-sub-menu > li > .ohjic-sub-menu {
  left: 100%;
}

#ohjic-primary-menu .ohjic-sub-menu a {
  letter-spacing: -1px;
  padding: 0 10px !important;
  font-size: 16px;
  line-height: 34px;
  color: #666 !important;
  text-transform: none;
  background: none;
  font-weight: 400;
}
#ohjic-primary-menu .ohjic-sub-menu a:hover {
  color: #fff !important;
  background: #01a783 !important;
}

#ohjic-hero {
  min-height: 600px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#ohjic-hero .btn {
  font-size: 24px;
}
#ohjic-hero .btn.btn-primary {
  padding: 14px 30px 15px;
}
#ohjic-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#ohjic-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#ohjic-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 600px;
  position: relative;
  margin-top: 78px;
}

@media screen and (max-width: 992px) {
  #ohjic-hero {
    min-height: auto;
  }
  #ohjic-hero .flexslider {
  }
  #ohjic-hero .flexslider .slides {
    overflow: unset;
  }
  #ohjic-hero .flexslider .slides li {
    margin-top: 50px;
    min-height: auto !important;
    height: 260px !important;
    background-size: cover;
    background-position: center center;
  }
  #ohjic-hero .flexslider .slider-text {
    height: 260px;
    min-height: auto !important;
  }
  #ohjic-hero .flexslider .slider-text > .slider-text-inner h2 {
    letter-spacing: -3px !important;
    margin-bottom: 10px;
    font-size: 22px !important;
    line-height: 30px !important;
  }
  #ohjic-hero .btn.btn-primary {
    font-size: 18px;
    padding: 10px 20px 11px !important;
  }
  #ohjic-hero .flexslider .flex-control-nav {
    bottom: -10px !important;
  }
}

#ohjic-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /*  background: rgba(0, 0, 0, 0.4);*/
  z-index: 1;
}
#ohjic-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#ohjic-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#ohjic-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#ohjic-hero .flexslider .flex-direction-nav {
  /* display: none; */
}
#ohjic-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 600px;
  z-index: 9;
}
#ohjic-hero .flexslider .slider-text a:hover {
  color: #fff !important;
}
#ohjic-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 600px;
  text-align: center;
}
#ohjic-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: -6px;
  font-family: "Noto Serif KR", serif;
  line-height: 58px;
}

#ohjic-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
  color: #fff !important;
}
#ohjic-hero .flexslider .slider-text > .slider-text-inner .ohjic-lead {
  font-size: 20px;
  color: #fff;
}
#ohjic-hero
  .flexslider
  .slider-text
  > .slider-text-inner
  .ohjic-lead
  .icon-heart {
  color: #d9534f;
}

#ohjic-section {
  /* background: rgba(45, 64, 89, 0.1); */
  margin: 2em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

.services {
  position: relative;
}
.services h3 {
  text-align: left;
  margin-bottom: 5px;
}

.services span {
  display: block;
  margin-bottom: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
.services span i {
  font-size: 30px;
  color: #01a783;
  border: 2px solid rgba(45, 64, 89, 0.1);
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  #submain .menu_title {
    font-size: 28px !important;
    margin-top: 30px !important;
  }
  #submain .submenu_title {
    font-size: 15px !important;
  }
  #submain .title-bar {
    display: none !important;
  }
  #submain .container {
    padding-left: 0;
    padding-right: 0;
  }
  #submain .submain-wrapper {
    padding: 5px;
    border-radius: 0;
  }
  .sub-wrap {
    margin: 0;
    padding: 0;
  }
  .sub-wrap .img-responsive {
    margin: 0;
    padding: 0;
  }
  .sub-wrap .col-md-7 {
    margin: 0;
    padding: 0;
  }
}

#footer {
  padding: 1.7em 0;
  float: left;
  width: 100%;
  position: inherit;
  background: #333;
  -webkit-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
}

#footer a {
  color: #848484;
  text-decoration: underline;
}
#footer a:hover {
  color: #01a783;
}
#footer h3 {
  color: #fff;
  margin: 20px 0 13px 0;
  font-size: 18px;
}
#footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
#footer ul.link {
  padding: 0;
  margin: 0;
}
#footer ul.link li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#ohjic-wrapper {
  overflow-x: hidden;
  position: relative;
}

.ohjic-offcanvas {
  overflow: hidden;
}
.ohjic-offcanvas #ohjic-wrapper {
  overflow: hidden !important;
}

#offcanvas-menu {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ohjic-offcanvas #offcanvas-menu {
  -moz-transform: translateX(-280px);
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}

@media screen and (max-width: 992px) {
  #ohjic-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999999999;
  background: #fff;
  right: -280px;
  width: 280px;
  padding: 0;
  overflow-y: scroll !important;
  border-left: 1px solid #01a783;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  list-style: none;
}

@media screen and (max-width: 992px) {
  #offcanvas-menu .on {
    color: #01a783;
  }
  #offcanvas-menu .on a {
    color: #01a783;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  #offcanvas-menu .off a {
    color: #01a783;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: block;
  }

  #offcanvas-menu .on .ohjic-sub-ddown:hover {
    color: #01a783 !important;
  }
  #offcanvas-menu .on .ohjic-sub-ddown {
    color: #fff;
    width: 120px;
    display: block;
    height: 49px !important;
  }
  #offcanvas-menu .off .ohjic-sub-ddown {
    width: 120px;
    display: block;
    color: #fff;
    height: 49px !important;
  }
  .top {
    width: 120px;
    border-bottom: 1px solid #01a783;
    margin: 0;
    line-height: 46px;
    background-color: #01a783;
    text-align: center;
    font-weight: 500;
    display: block;
    height: 50px;
  }
  .top a {
    color: #fff;
  }

  .ohjic-sub-menu {
    position: absolute;
    top: 0;
    left: 130px;
    width: 160px;
    margin-top: 0 !important;
    display: none;
  }
  .ohjic-sub-menu li {
    list-style: none;
    line-height: 46px;
    border: 1px solid #fff;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    height: 50px;
  }
  .ohjic-sub-menu li a {
    color: #01a783;
  }
  .spot-menu {
    display: block !important;
  }
}

#offcanvas-menu .top a:hover {
  background-color: #fff;
  color: #01a783;
}

#offcanvas-menu ul li a {
  font-size: 16px;
  letter-spacing: -1px;
  display: block;
}

#offcanvas-menu ul li > .ohjic-sub-menu {
  margin-top: 9px;
}
#offcanvas-menu ul li.active > a {
  color: #01a783;
}
#offcanvas-menu ul .ohjic-sub-menu {
  display: block;
}

.spot-menu {
  color: #333;
  width: 50px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-left: 5px;
  display: none;
}
.spot-menu i {
  width: 50px;
  display: block;
  font-size: 23px;
}
.spot-menu .nav-title {
  width: 50px;
  display: block;
  line-height: 17px;
  font-size: 14px;
  margin-top: 5px;
}

.ohjic-nav-toggle {
  margin-top: -8px !important;
  cursor: pointer;
  text-decoration: none;
}

.ohjic-nav-toggle.active i::before,
.ohjic-nav-toggle.active i::after {
  background: #000;
}
.ohjic-nav-toggle.dark.active i::before,
.ohjic-nav-toggle.dark.active i::after {
  background: #000;
}
.ohjic-nav-toggle:hover,
.ohjic-nav-toggle:focus,
.ohjic-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.ohjic-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all 0.2s ease-out;
}
.ohjic-nav-toggle i::before,
.ohjic-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ohjic-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all 0.2s ease-out;
}
.ohjic-nav-toggle.dark i::before,
.ohjic-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ohjic-nav-toggle i::before {
  top: -7px;
}

.ohjic-nav-toggle i::after {
  bottom: -7px;
}

.ohjic-nav-toggle:hover i::before {
  top: -10px;
}

.ohjic-nav-toggle:hover i::after {
  bottom: -10px;
}

.ohjic-nav-toggle.active i {
  background: transparent;
}

.ohjic-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.ohjic-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.ohjic-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .ohjic-nav-toggle {
    display: block;
    top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.ohjic-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #000222;
}

/* 정충상 작업*/
#ohjic-hero .flexslider .flex-direction-nav a {
  height: 60px;
}
#ohjic-hero .flexslider .flex-direction-nav .flex-nav-prev a:before {
  font-family: simple-line-icons;
  content: "\e605";
  box-sizing: border-box;
  height: auto;
  width: auto;
  -webkit-tap-highlight-color: initial !important;
  color: #fff;
  text-shadow: initial;
}
#ohjic-hero .flexslider .flex-direction-nav .flex-nav-next a:before {
  font-family: simple-line-icons;
  content: "\e606";
  box-sizing: border-box;
  height: auto;
  width: auto;
  -webkit-tap-highlight-color: initial !important;
  color: #fff;
  text-shadow: initial;
}

/*# sourceMappingURL=style.css.map */

.flex-control-paging li a.flex-active {
  background: #01a783;
}
.flex-control-paging li a {
  background: rgba(206, 206, 206, 0.9);
}

@media screen and (max-width: 992px) {
  #ohjic-logo a img {
    width: 100px;
  }
  #ohjic-header-section {
    padding: 5px 0;
  }
  .ohjic-nav-toggle {
    top: 3px;
    right: 10px;
    font-size: 18px;
  }
  #ohjic-section {
    margin: 20px 0;
    padding: 20px 0;
  }

  .ohjic-heading h2 {
    font-size: 28px;
    letter-spacing: -2px;
  }
  #ohjic-blog-section {
    padding: 50px 20px 70px;
  }

  #ohjic-banner .flex-direction-nav {
    display: none;
  }
}

#submain .m-subMenuBar {
  margin-top: 30px;
}
#submain .m-subMenuBar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#submain .m-subMenuBar ul li {
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: -1px;
}
#submain .m-subMenuBar .tab_on {
  border-bottom: 3px solid #01a783;
}
#submain .m-subMenuBar .tab_off {
  color: #999;
}

#submain .menu_title {
  font-size: 35px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin: 50px 0 0;
  letter-spacing: -2px;
  line-height: 1.5 !important;
  margin-top: 130px;
}
#submain .submenu_title {
  font-size: 18px;
  color: #666;
  text-align: center;
  font-weight: 300;
  margin: 0 0 30px;
  letter-spacing: -1px;
  display: block;
  line-height: 24px;
}
#submain .title-bar {
  text-align: center;
  margin-bottom: 50px;
  display: block;
}
#submain .title-bar span {
  background-color: #01a783;
  height: 4px;
  display: block;
  width: 50px;
  margin: 0 auto;
}

#submain .m-history {
}
#submain .m-history ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#submain .m-history ul li {
  display: inline-block;
  margin: 0 3px;
}
#submain .m-history ul li a {
  color: #666;
}

.modal-dialog {
  margin-top: 200px;
}

@media screen and (max-width: 992px) {
  #submain .menu_title {
    font-size: 28px !important;
    margin-top: 30px !important;
  }
}

/*서브페이지*/

.sub-p {
  font-size: 18px;
}
.sub-p .green {
  color: #01a783;
  font-weight: 500;
}
.sub-text-box {
  width: 100%;
  border: 1px #dcdcdc solid;
  margin: 0 auto;
  padding: 30px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 480px) {
  #submain {
    padding-top: 0px;
  }
}
.submain-wrapper {
  background-color: #fff;
  border-radius: 5px;
  min-height: 550px;
  margin: 30px 0 50px;
  padding: 30px;
}

@media screen and (max-width: 992px) {
  #submain {
    padding-top: 53px;
  }
  .submain-wrapper {
    padding: 30px 10px 10px 10px;
  }
  .sub-text-box {
    width: 90%;
    padding: 25px;
  }
}

@media screen and (max-width: 640px) {
  #ohjic-section .container {
    width: 100%;
  }
  /*로그인화면의 상단 메시지*/
  .tit_msg {
    line-height: 24px;
    margin-top: 10px;
    font-size: 16px;
  }
  .board_search #searchText {
    width: 200px;
  }
  .flex-direction-nav .flex-prev {
    left: 0px !important;
  }
  .flex-direction-nav .flex-next {
    right: 0px !important;
  }
  .findid_table th {
    width: 30% !important;
  }
  .findid_table td {
    width: 70% !important;
  }
  .lost_info {
    padding: 10px !important;
  }
}

.board_search {
  display: inline-block;
}

.ui-accordion-header-active {
  background-color: #01a783 !important;
}
.copyright p,
.copyright p a {
  text-decoration: none;
}

/*에디터내용조정*/
#ohjic-blog-section .ohjic-heading i .note-editable p {
  margin: 0;
}
#contents_box p {
  margin-bottom: 0 !important;
}
#ohjic-logo a {
  margin: 0;
  padding: 0;
}

.findid_table th {
  width: 20%;
}
.findid_table td {
  width: 80%;
}
.findid_table select,
.findid_table input {
  margin-top: 10px;
  display: inline-block;
  height: 40px;
}

.lost_info {
  max-width: 500px;
  width: 100% !important;
}

.worship_table {
}
.worship_table .btn-default {
  background-color: #fff;
  border: 1px solid #01a783;
  color: #01a783;
}
.worship_table .btn-default:hover {
  background-color: #01a783;
  border: 1px solid #01a783;
  color: #fff;
}

#ohjic-section .box {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ohjic-section .box .first-item,
#ohjic-section .box .item {
  float: left;
  padding: 5px;
}
#ohjic-section .box .first-item {
  width: 50%;
}
#ohjic-section .box .item {
  width: 16.66%;
  cursor: pointer;
}
#ohjic-section .box .first-item .box-border {
  border: 1px solid #ccc;
  height: 410px;
  margin: 0;
  position: relative;
  padding: 20px;
}
#ohjic-section .box .first-item .box-border iframe {
  width: 100%;
}

#ohjic-section .box .first-item .box-border .services {
  background: #eee;
  padding: 10px;
  height: 200px;
}
#ohjic-section .box .first-item .box-border .services h3 {
  color: #01a783;
}
#ohjic-section .box .first-item .box-border .services p {
  text-align: left;
  font-size: 16px;
}
#ohjic-section .box .first-item .box-border .services .service-contents {
  line-height: 24px;
  word-break: break-all;
  margin-top: 15px;
  display: block;
}
#ohjic-section .box .first-item .box-border .services .service-contents p {
}

#ohjic-section .box .first-item .box-border .more {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 16px;
  cursor: pointer;
  z-index: 100;
}

#ohjic-section .box .first-item .box-border h2 {
  margin-bottom: 20px;
  cursor: pointer;
}
#ohjic-section .box .first-item .box-border .blog-inner {
  position: relative;
}
#ohjic-section .box .first-item .box-border .blog-inner h3 {
  position: absolute;
  bottom: 0px;
  background: url(../images/bg_gra.png) top;
  margin: 0;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
}

#ohjic-section .box .item .box-border {
  border: 1px solid #ccc;
  height: 200px;
  margin: 0;
  text-align: center;
  font-weight: 500;
  color: #333;
  padding: 35px 0 0 0;
}
#ohjic-section .box .item .box-border:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
#ohjic-section .box .item .box-border i {
  font-size: 50px;
  color: #01a783;
}
#ohjic-section .box .item .box-border .desc {
  font-size: 16px;
  color: #666;
  display: inline-block;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: 100;
}

#ohjic-section .box .item-2 {
  height: 205px;
  float: left;
  width: 33.33%;
  cursor: pointer;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
#ohjic-section .box .item-2 ul li {
  width: 100%;
  height: 200px;
}
#ohjic-section .flex-control-nav {
  bottom: -10px;
}

#ohjic-section .box .first-item .blog-inner .desc-pic {
  border: 1px solid #ccc;
  height: 200px;
  background-position: center center;
  background-size: cover;
  margin: 0;
}

#ohjic-section .box .first-item .flex-control-nav {
  position: initial;
  margin: 10px 0 0 0;
}

.slogo {
  padding: 20px;
}
.slogo img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  #ohjic-section {
    margin-top: 50px !important;
    display: inline-block;
  }
  #ohjic-section .box .first-item {
    width: 100%;
  }
  #ohjic-section .box .item {
    width: 50%;
  }
  .flex-direction-nav {
    display: none;
  }
  .slogo {
    padding: 0;
  }
  .slogo img {
    width: 100px;
  }
  #ohjic-section .box .first-item .box-border {
    padding: 10px;
  }
  #ohjic-section .box .first-item .box-border .services h3 {
    font-size: 20px;
  }
  #ohjic-section .box .first-item .box-border .blog-inner h3 {
    font-size: 20px;
    height: 30px;
  }
  #ohjic-section .box .item .box-border {
    height: 180px;
    padding: 22px 0 0 0;
    font-size: 16px;
  }

  .content-wrap iframe {
    height: 200px !important;
  }
  .content-wrap #f2 .slides li {
    width: 80px !important;
  }

  #ohjic-section .box .item-2 {
    height: 240px;
    width: 100%;
  }

  #ohjic-section .box .first-item .box-border iframe {
    height: 240px;
  }
  .youtube-wrapper {
    height: 293px !important;
  }
  #ohjic-section .box .first-item .box-border {
    height: 330px;
  }
  #ohjic-hero .flexslider {
    display: none;
  }

  .popup-wrapper {
    top: 0;
    padding: 20px;
  }
  .popup-wrapper .popup-inner {
    width: 100% !important;
    margin-top: 0;
  }
  .popup-wrapper .popup-inner .popup {
    width: 100% !important;
    height: auto !important;
  }
  .popup-wrapper .popup-inner .popup img {
    width: 100% !important;
    height: auto !important;
  }
}

/*고인의 이력사항 등록 페이지 상단부분*/

div.design_box {
  overflow: hidden;
}

div.design_box .box_part {
  background-color: #a88f7b;
  width: 31.9%;
  height: 130px;
  display: inline-block;
  border: 1px solid #8b7563;
  padding: 10px;
  margin-right: 20px;
}

div.design_box .box_part.zero {
  margin: 0;
}
div.design_box .box_part.top_value {
  margin-top: 20px;
}
p.register_tit {
  color: #453c37;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

ul.register_con {
  float: left;
  list-style: none;
  padding: 0;
}

ul.register_con li {
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 22px;
}
div.design_box p.notice {
  float: left;
}

p.notice {
  color: #453c37;
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0 0 0;
  line-height: 24px;
}

@media screen and (max-width: 1330px) {
  div.design_box .box_part {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 15px;
  }
  p.register_tit {
    line-height: 1.5;
  }
  ul.register_con {
    padding-top: 5px;
  }
  div.design_box .box_part.zero {
    margin: 0 0 15px 0;
  }
  div.design_box .box_part.top_value {
    margin: 0 0 15px 0;
  }
  div.box_part.top_value.last {
    margin: 0;
  }
}

.youtube-wrapper {
  position: relative;
  height: 353px;
}
.youtube-section {
  position: absolute;
  bottom: 0;
  padding: 0 15px 10px;
  width: 100%;
  background: url(../images/bg_gra.png) top;
  background-size: contain;
}
.youtube-section h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}
.youtube-section .worship-date {
  color: #666;
  background-color: #fff;
  font-size: 13px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 3px;
}
.youtube-section .worship-bible {
  color: #fff;
  font-size: 14px;
  display: block;
}

.side-menu {
  position: fixed;
  right: -280px;
  top: 0;
  background: #010101;
  z-index: 999;
  width: 280px;
  height: 100%;
}
.side-menu .menu-wrapper {
  position: relative;
}
.side-menu .sidemenu-img {
}

.side-menu .menu-wrapper ul {
  list-style: none;
  position: absolute;
  left: -189px;
  top: 0;
  transform: rotate(-90deg);
  font-size: 24px;
}
.side-menu .menu-wrapper ul li {
  position: relative;
  display: inline-block;
  float: right;
  background: #010101;
  margin: 0 2px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  cursor: pointer;
}
.side-menu .menu-wrapper ul li:hover {
  color: #f0ad4e;
}
.side-menu .menu-wrapper ul li:nth-child(2) {
  background: #0aa5df;
}
.side-menu .menu-wrapper dl {
  padding: 0 20px 20px 20px;
}
.side-menu .menu-wrapper dl dd {
  color: #fff;
  line-height: 30px;
  cursor: pointer;
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.side-menu .menu-wrapper dl dd:hover {
  color: #0aa5df;
}
.sidemenu-on {
  right: 0px !important;
}
.note-editor .note-toolbar {
  z-index: 1;
}

/* 로딩 표시 */
#loader-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 30%);
}
#loader-mask .loader-dot-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: 0.2s linear;
  border-radius: 10%;
}
.loader-dot,
.loader-dot:before,
.loader-dot:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader-dot {
  color: #fff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader-dot:before,
.loader-dot:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader-dot:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader-dot:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
