@charset "UTF-8";
/*
 * Copyright inpleworks, Co.
 * layout-dark.scss
*/
body.color_scheme_dark {
  color: #fff;
  background: #000;
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* HEADER
	/* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* MAIN - SECTIONS
	/* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* BODY
	/* ------------------------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------------------------ */
  /* Push nav Mobile
	/* ------------------------------------------------------------------------------------------------------------------ */
  /* Push */
  /* push nav */
  /* mobile nav */
  /* bootstrap Modal Dialog
	-------------------------------------- */
}
body.color_scheme_dark #xet-header {
  /* PC NAV */
}
body.color_scheme_dark #xet-header .xet-header_bottom {
  background-color: #000;
}
body.color_scheme_dark #xet-header .xet-header_bottom .xet-logo a {
  color: #fff;
}
body.color_scheme_dark #xet-header .xet-header_bottom .xet-logo a > img {
  display: none;
}
body.color_scheme_dark #xet-header .xet-header_bottom .xet-logo a > img.logo-dark {
  display: block;
}
body.color_scheme_dark #xet-header .xet-nav-ul {
  /* 2차, 3차 메뉴 */
}
body.color_scheme_dark #xet-header .xet-nav-ul > li > a {
  color: #fff;
}
body.color_scheme_dark #xet-header .xet-nav-ul ul {
  background: #000;
}
body.color_scheme_dark .xet-section {
  position: relative;
  background-color: #1b1b1b;
  /* 섹션 타이틀 Under Dash */
  /* Section - Feature
		-------------------------------------- */
  /* Section - Skill
		-------------------------------------- */
  /* Section - Team
		-------------------------------------- */
  /* Section - Contact
		-------------------------------------- */
  /* Section - Location
		-------------------------------------- */
}
body.color_scheme_dark .xet-section:nth-child(odd) {
  background-color: #262829;
}
body.color_scheme_dark .xet-section .xet-dash:before {
  background: rgba(255, 255, 255, 0.2);
}
body.color_scheme_dark .xet-section .icon-box {
  color: #fff;
}
body.color_scheme_dark .xet-section .icon-box::before, body.color_scheme_dark .xet-section .icon-box::after {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body.color_scheme_dark .xet-section .icon-box::before {
  border-width: 1px 0 0 1px;
  left: 0;
  top: 0;
}
body.color_scheme_dark .xet-section .icon-box::after {
  border-width: 0 1px 1px 0;
  bottom: 0;
  right: 0;
}
body.color_scheme_dark .xet-section .icon-box.hover .box-top {
  background-color: #000;
}
body.color_scheme_dark .xet-section.xet-skill .xet-skillbar {
  background: #000;
}
body.color_scheme_dark .xet-section.xet-skill .xet-skillbar .xet-skillbar-title {
  color: #fff;
}
body.color_scheme_dark .xet-section.xet-skill .xet-skillbar .xet-skillbar-percent {
  color: #fff;
}
body.color_scheme_dark .xet-section.xet-team .xet-team-thumbnail .xet-team-thumbnail-image-inner a {
  color: #fff;
}
body.color_scheme_dark .xet-section.xet-team .xet-team-thumbnail .xet-team-thumbnail-caption a {
  color: #fff;
}
body.color_scheme_dark .xet-section #contact-form input[type="text"], body.color_scheme_dark .xet-section #contact-form textarea {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: #999;
}
body.color_scheme_dark .xet-section #contact-form a {
  color: #fff;
}
body.color_scheme_dark #xet-body {
  background-color: #000;
}
body.color_scheme_dark #xet-body .xet-sub-title {
  border-color: rgba(255, 255, 255, 0.2);
}
body.color_scheme_dark .xet-btn-default {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ccc;
}
body.color_scheme_dark .xet-toggle-menu span, body.color_scheme_dark .xet-toggle-menu span::before, body.color_scheme_dark .xet-toggle-menu span::after {
  background: #fff;
}
body.color_scheme_dark .xet-toggle-menu.active span {
  background: none;
}
body.color_scheme_dark .xet-toggle-menu.active span::before, body.color_scheme_dark .xet-toggle-menu.active span::after {
  background: #fff;
}
body.color_scheme_dark .xet-push-nav {
  background: #262829;
}
body.color_scheme_dark .xet-mobile-top {
  background-color: #262829;
}
body.color_scheme_dark .xet-mobile-acc-b {
  border-color: rgba(255, 255, 255, 0.2);
}
body.color_scheme_dark .xet-mobile-acc-b a {
  color: #fff;
}
body.color_scheme_dark .xet-nav-m li {
  border-color: rgba(255, 255, 255, 0.1);
}
body.color_scheme_dark .xet-nav-m li.submenu-open {
  background: #1b1b1b;
}
body.color_scheme_dark .xet-nav-m li.admin {
  background-color: #262829;
}
body.color_scheme_dark .xet-nav-m li a {
  color: #fff;
}
body.color_scheme_dark .xet-nav-m li button.xet-lang-btn {
  color: #707070;
}
body.color_scheme_dark .xet-nav-m li ul {
  background: #1b1b1b;
}
body.color_scheme_dark .modal .modal-dialog .modal-content {
  background-color: #262829;
  color: #707070;
}
body.color_scheme_dark .modal .modal-dialog .modal-content a, body.color_scheme_dark .modal .modal-dialog .modal-content button {
  color: #fff;
}
body.color_scheme_dark .modal .modal-dialog .modal-content .modal-header {
  background-color: #1d1f1f;
  color: #fff;
}
body.color_scheme_dark .modal .modal-dialog .modal-content .modal-body form ul > li input {
  border-color: rgba(255, 255, 255, 0.1);
}
body.color_scheme_dark .modal .modal-dialog .modal-content .modal-body form ul > li input:focus {
  border-color: #fff;
}
body.color_scheme_dark .modal .modal-dialog .modal-content .modal-body form button.xet-btn {
  background-color: #fff;
  color: #000;
}
body.color_scheme_dark .modal .modal-dialog .modal-close {
  background: #1d1f1f;
  color: #fff;
}
@media (min-width: 992px) {
  body.color_scheme_dark {
    /* Section - Feature
		-------------------------------------- */
  }
  body.color_scheme_dark .icon-box:hover {
    background-color: #000;
  }
}
/*# sourceMappingURL=de5a23d089c28267b80e5b6ee5d223e98828f8fa.layout-dark.scss.map */
