/* µ¥¸ð ½ºÅ¸ÀÏ
==========================================================*/
.button {
  border-radius: 3px;
}
.fbox-plain.fbox-dark .fbox-icon i, .fbox-plain.fbox-dark .fbox-icon img {
  color: #333;
}
.slide-number {
  color: #333 !important;
}
.ls-1 {
  letter-spacing: -1px;
}
.ls-2 {
  letter-spacing: -2px;
}




/*  ¸ÞÀÎÆäÀÌÁö ¹öÆ°  */
a.btn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
a.btn-more {
  height: auto;
}
a.btn-more .icon-circle {
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #333;
  border-radius: 1.625rem;
}
a.btn-more .icon-circle .icon {
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
a.btn-more .icon-circle .icon.arrow {
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
a.btn-more .icon-circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
a.btn-more .button-text {
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0 0 2rem;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 3rem;
}
a.btn-more:hover .icon-circle {
  width: 100%;
}
a.btn-more:hover .icon-circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
a.btn-more:hover .button-text {
  color: #fff;
}
.dark a.btn-more .icon-circle {
  background: #fff;
}
.dark a.btn-more:hover .icon-circle .icon.arrow {
  background-color: #333;
}
.dark a.btn-more .icon-circle .icon.arrow::before {
  border-color: #333;
}
.dark a.btn-more .button-text {
  color: #fff;
}
.dark a.btn-more:hover .button-text {
  color: #333;
}
.container-custom {
  max-width: 100%;
  width: calc(100% - (100vw - 1520px) / 2 - 0px);
  padding: 0;
}




/* ==========================================================
 * ¸Þ´º¹Ù(header) ½ºÅ¸ÀÏ
========================================================== */
:root {
  --header-height: 70px;
  --header-floating-offset: 15px;
  --sticky-header-height: 70px;
  --menu-gap: 30px;
}
.header-size-custom #logo img {
  height: 70px;
}
.menu-item:hover>.menu-link, .menu-item.current>.menu-link {
  color: var(--themecolor);
}
@media (min-width: 992px) {
  .header-size-custom .header-wrap-clone {
    height: calc(70px + 1px);
  }
  #header.header-size-custom+.include-header {
    margin-top: calc(-70px - 2px);
  }
  .header-size-custom .menu-container>.menu-item>.menu-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sub-menu-container {
    box-shadow: none !important;
  }
  #header.transparent-header.floating-header,
  #header.floating-header #header-wrap {
    position: fixed;
    top: 15px;
    margin-top: 0;
    box-shadow: none;
    background-color: transparent;
  }
  #header.transparent-header.floating-header .container-fluid,
  #header.sticky-header.transparent-header.floating-header .container-fluid {
    width: calc(100% - 30px);
    width: calc(100% - var(--menu-gap, 30px));
    padding: 0 30px;
    padding: 0 var(--menu-gap, 30px);
    background-color: #FFF !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
  }
  .floating-header .mega-menu-content {
    border-top: 0;
    box-shadow: none;
    width: calc(100% - 30px) !important;
    width: calc(100% - var(--menu-gap, 30px)) !important;
    margin: 0;
  }
  .menu-link {
    letter-spacing: 0;
  }
  .header-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: background-color .3s cubic-bezier(.19, 1, .22, 1);
  }
  .card-img-overlay.bg {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  /* ¼­ºê¸Þ´º ½ºÅ¸ÀÏ Ä¿½ºÅÒ : dark */
  .primary-menu:not(.not-dark) .sub-menu-container,
  .primary-menu:not(.not-dark) .mega-menu-content {
    background-color: #333;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: var(--themecolor);
  }
  .style-custom .sub-menu-container .menu-item>.menu-link {
    color: #fff;
    padding: 18px 24px;
  }
  .style-custom .sub-menu-container .menu-item:hover>.menu-link {
    background-color: rgba(0, 0, 0, .2)
  }
  .style-custom .menu-container>.menu-item:not(.mega-menu) .sub-menu-container {
    padding: 0;
  }
  .style-custom .menu-container>.menu-item:hover>.menu-link,
  .style-custom .menu-container>.menu-item.current>.menu-link {
    color: #FFF;
    background-color: var(--themecolor);
  }
}

.header-misc,
.svg-trigger {
  width: 50px;
  height: 50px;
}




/* ==========================================================
 * ¼­ºê Å¸ÀÌÆ² ¿µ¿ª ³ôÀÌ
========================================================== */
.sub-title-height {
  max-height: 40vh !important;
  min-height: 500px !important;
}
@media (max-width: 1180px) {
  .sub-title-height {
    min-height: 400px !important;
  }
}
@media (max-width: 767.98px) {
  .sub-title-height {
    min-height: 300px !important;
  }
}




/* ==========================================================
 * ¼­ºê ÅÇ ¸Þ´º ½ºÅ¸ÀÏ
========================================================== */
#page-title {
  border-bottom: none;
  padding: 0;
}
#page-menu-wrap {
  background-color: transparent;
}
.page-menu-wrap-clone {}
.page-menu-nav {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.page-menu-container {
  overflow-y: auto;
  justify-content: flex-start !important;
  width: 100%;
  white-space: nowrap !important;
}
.page-menu-row {}
.page-menu-item {
  flex-grow: 1;
}
.page-menu-item>a {
  font-size: 1.2rem;
  color: #041629;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
.page-menu-item:hover>a {
  background-color: transparent;
  border-bottom: 3px solid #ddd;
}
.page-menu-item.current>a {
  border-bottom: 3px solid var(--themecolor);
  background-color: transparent;
  color: var(--themecolor);
  font-weight: 600;
}
@media (min-width: 1px) {
  .page-menu-nav .page-menu-container {
    flex-wrap: nowrap
  }
  .page-menu-item>a {
    margin: 0;
    padding: 19px 24px;
    border-radius: 0;
  }
}
@media (max-width: 545px) {
  .page-menu-item>a {
    font-size: 1rem;
  }
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .4);
}




/* ==========================================================
 * ¸ÞÀÎ »ó´Ü ½½¶óÀÌ´õ ¿µ¿ª
========================================================== */
.fs-custom {
  font-size: 5.6rem
}
@media (max-width: 1199px) {
  .fs-custom {
    font-size: 4.6rem
  }
}
@media (max-width: 991px) {
  .fs-custom {
    font-size: 4.1rem
  }
}
@media (max-width: 545px) {
  .fs-custom {
    font-size: 3.4rem
  }
  .slider-caption {
    max-width: 80% !important;
    margin: 0 auto;
  }
  .slider-arrow-left, .slider-arrow-right {
    background-color: transparent;
  }
}
.swiper-pagination.main-pagination span {
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, .3);
  width: 40px;
  height: 4px;
  margin: 0 6px;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
}
.slider-arrow-left,
.slider-arrow-right {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50%;
  left: 20px;
  right: auto;
}
.slider-arrow-right {
  right: 20px;
  left: auto;
}
.slider-arrow-left i,
.slider-arrow-right i {
  color: var(--themecolor);
  text-shadow: none;
  height: 50px;
  line-height: 48px;
  margin: 0;
}
.slider-arrow-right i {
  margin-right: 2px;
}

/* ==========================================================
 * ¹é±×¶ó¿îµå ¼³Á¤
========================================================== */

.bg-size-custom {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bg-size-custom {
    background-size: contain;
  }
}
.bg-main-right {
  background-position: center right;
}
.bg-main-left {
  background-position: center left;
}
.bg-main-center {
  background-position: top center;
}
@media (max-width: 991px) {
  .bg-main-right {
    background-position-x: 300px;
  }
  .bg-main-left {
    background-position-x: -290px;
  }
}
@media (max-width: 545px) {
  .bg-main-right {
    background-position-x: 100px;
  }
  .bg-main-left {
    background-position-x: -250px;
  }
  .bg-main-center {
    background-position-x: -400px;
  }
}

/* ==========================================================
 * Main 05
========================================================== */
.slide-img {
  position: relative;
}
.slide-img::after,
.slide-img.img-to-left::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slide-img.img-to-right::after {
  left: 0;
  right: auto;
}
.slide-img.img-to-top::after {
  top: 0;
  bottom: auto;
}
.slide-img.img-to-bottom::after {
  bottom: 0;
  top: auto;
}
.slide-img.img-to-left.animated::after,
.slide-img.img-to-right.animated::after {
  width: 0%;
}
.slide-img.img-to-top.animated::after,
.slide-img.img-to-bottom.animated::after {
  height: 0%;
}




/* ==========================================================
 * ¿À¸¥ÂÊ Äü¸Þ´º
========================================================== */
/* ÇÇ¾¾ */
.quick-menu-wrap {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 100px;
  z-index: 99;
  transition: 0.5s ease-in-out;
  opacity: 1;
}
.quick-menu-wrap.show {
  opacity: 1;
  top: 50%
}
.quick-menu {
  background: #282828;
  border-radius: 55px;
  padding: 45.5px 0px 42.5px;
  box-shadow: 2px 1px 25px rgba(0, 0, 0, 0.35);
}
.quick-menu li+li {
  margin-top: 20px;
}
.quick-menu i {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  text-align: center;
}
.quick-menu .quick-menu-txt {
  font-size: 13px;
  font-weight: 400;
  margin: auto 0;
  color: #fff;
  display: block;
  text-align: center;
}
.quick-menu a {
  display: block;
  width: 100%;
  text-align: center;
}
.quick-menu img {
  width: 36px;
  opacity: 0.3;
}
.quick-menu a i,
.quick-menu a img {
  transition: 0.3s ease-in-out;
}
.quick-menu a:hover i {
  color: rgba(255, 255, 255, 1);
}
.top-btn-box {
  margin-top: 17px;
}
.top-btn-box .top-btn {
  width: 100px;
  height: 100px;
}
.top-btn-box #gotoTop:hover {
  background-color: #f7f7f7;
}
/* ¸ð¹ÙÀÏ */
#side-panel .side-panel-wrap {
  width: 100%;
  padding: 40px;
}
#side-panel {
  width: 100%;
  right: -100vw
}
#side-panel .widget {
  min-width: 50%;
  width: 800px;
  margin-top: 0;
  padding-top: 0;
}
body #side-panel.dark {
  background-color: rgba(33, 33, 33, .98);
}
input::placeholder {
  color: #000;
}
 .btn-quick {
  bottom: 50%;
}
.header-misc .button-quick {
  width: 50px;
  height: 50px;
color: #000;
font-size: 2rem;
}



@media (max-width: 545px) {
  .btn-quick {
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  #side-panel {
    width: 30%;
  }
}