/* =================================== */
/*	Basic Style 
/* =================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;530;721&display=swap');
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');

body,
talbe,
th,
td,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
blockquote,
span,
* {
  font-family: 'Noto Sans KR', sans-serif;
  /* font-family: 'GmarketSans'; */
}

body {
  background-color: #fff;
  /* line-height: 2rem; */
  font-size: 16px;
  color: #000;  /*6a737b*/
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure,
p {
  margin: 0;
}

a {
  color: #fff;

  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6cb670;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GmarketSans';
  font-weight: normal;
  margin: 0;
}

.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

span.color {
  color: #0feb9e;
}

body > section,
.footer {
  padding: 50px 0;
}

.sec-title {
}

.sec-title h2 {
  color: #0eb493;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
  margin: 35px 0 45px;
}

.sec-sub-title p {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: '______________________';
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

/*=========================================
	Header
==========================================*/

#navigation {
  /* background-color: rgba(16, 22, 54, 0.2); */
  border: 0 none;
  margin: 0;

  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}

.navbar-toggle i {
  color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
  border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background-color: transparent;
  color: #000;
}

/*=========================================
	Slider
==========================================*/

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 50%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
  color: #0feb9e;
  content: '___';
  position: relative;
  top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #c7ced3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-item {
  text-align: center;
}

.service-icon {
  color: #0eb493;
  display: inline-block;
}

.service-desc {
  /* margin-left: 70px; */
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
  display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0eb493;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
  display: none;
}

.work-item {
  /*float: left;
      width: 25%; */
  position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  width: 100%;
}

.overlay {
  background-color: rgba(14, 180, 147, 0.9);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;

  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;

  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.work-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
  font-size: 16px;
  padding: 20px;
  line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.team-member:hover h4 {
  color: #0eb493;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
  background-image: url('../img/parallax/city.jpg');
  background-color: rgba(6, 32, 51, 0.8);
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.facts .devider:before,
.facts .devider:after {
  color: #737c85;
}

.facts .devider i {
  color: #fff;
}

.parallax-overlay {
  background-color: rgba(6, 32, 51, 0.8);
  padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737c85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

/*=========================================
	Contact Us
==========================================*/

.contact {
  padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
  border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url('../img/envelop.png') no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}

/*=========================================
	Contact Us
==========================================*/

.footer {
  background-color: #1ea78d;
  border-top: 5px solid #062033;
  color: #fff;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
}

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
  width: 5.2rem;
}

.md-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-fixed {
  background-attachment: fixed;
}

.md-bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.full {
  width: 100%;
  height: 100vh;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* table Responsive */

.table-responsive-01 {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

.table-responsive-01 table > thead > tr > th,
.table-responsive-01 table > thead > tr > td,
.table-responsive-01 table > tbody > tr > th,
.table-responsive-01 table > tbody > tr > td,
.table-responsive-01 table > tfoot > tr > th,
.table-responsive-01 table > tfoot > tr > td {
  white-space: nowrap;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

::-moz-selection {
  color: #fcfcfc;
  background-color: #1b1b1b;
}

::selection {
  color: #fcfcfc;
  background-color: #1b1b1b;
}

.awe-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 9;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* .awe-skin-dark {
  background-color: #1b1b1b;
} */

.awe-text-center {
  text-align: center;
}

.awe-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-fixed {
  background-attachment: fixed;
}

.awe-bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.full {
  width: 100%;
  height: 100vh;
}

.display-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Typography */

body.awe-skin-dark {
  background-color: #1b1b1b;
}

.awe-skin-dark {
  color: rgba(255, 255, 255, 0.8);
}

.awe-skin-dark h1,
.awe-skin-dark h2,
.awe-skin-dark h3,
.awe-skin-dark h4,
.awe-skin-dark h5,
.awe-skin-dark h6 {
  color: #fcfcfc;
}

img {
  max-width: 100%;
}

blockquote {
  border: 0;
  font-size: 18px;
  padding: 0 0 0 45px;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  color: #919191;
  font-family: 'Lekton', sans-serif;
}

blockquote:after,
blockquote:before {
  content: '';
  width: 2px;
  height: 44px;
  position: absolute;
}

blockquote:before {
  left: 0;
  top: 5px;
  background-color: #dbc6a6;
}

blockquote:after {
  top: 35px;
  left: 13px;
  background-color: #dbc6a6;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote i {
  font-size: 40px !important;
  margin-bottom: 20px;
}

blockquote cite {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
}

abbr {
  color: #67dee8;
  border-width: 2px;
}

mark,
.mark {
  background-color: #dbc6a6;
  color: #fcfcfc;
}

.countdown__module {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.countdown__module p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 1%;
  color: #dbc6a6;
}

.countdown__module p:last-child {
  border-right: 0;
}

.countdown__module span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.awe-skin-dark .countdown__module p {
  color: #f1f1f1;
}

/* 2. particles.js
--------------------------------------------------------------------------------*/
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
}

.sec-title h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 4rem;
}

.service-desc h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}

.sec-title h2 {
  color: #2c384e;
}

.service-icon {
  color: #2c384e;
  border: 0px solid #2c384e;
  padding-top: 40px;
  vertical-align: middle;
}

.title span {
  font-size: 4rem;
  font-family: 'Roboto Slab', serif;
  font-weight: 510;
  line-height: 6rem;
}

.service-desc p {
  font-size: 1.6rem;
  font-weight: 300;
}

.service-desc h3 span {
  font-weight: 400;
}

body > .footer {
  padding: 0;
  margin-top: -220px;
}

.copyright {
  margin: 34px 0 50px 0;
  font-size: 1.4rem;
}

.devider {
  display: none;
}

.sticky-logo {
  width: 180px;
  height: auto;
  image-rendering: -webkit-optimize-contrast; /* 크롬, 사파리 등에서 선명하게 */
  image-rendering: high-quality; 
}

.sub-h4 {
  font-size: 25px;
  color: #000;
  padding-bottom: 20px;
}

.sub-h3 {
  font-size: 40px;
  gap: 10px;
  padding-bottom: 10px;
  color: #1a1a1a;
  line-height: 1.2em;
  letter-spacing: -1px;
}

.sub-h3 span {
  display: block;
  color: #40718F;
}

.works {
  background-color: #CAD3E1;
}

.work-list {
  text-align: left;
}
.work-list .company {
  font-weight: 400;
  color: #333;
  font-size: 24px;
  line-height: 2.0em;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.work-list .title {
  font-weight: 400;
  color: #333;
  font-size: 24px;
  line-height: 1.0em;
  padding-top: 0rem;
  padding-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.work-list .period {
  font-size: 18px;
  color: #333;
  line-height: 1.2em;
  padding-bottom: 20px;
}

.work-list .info {
  color: #5f5e5e;
  font-size: 16px;
  line-height: 1.0em;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* width: 30% !important; */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 300px; */
  /* height: 100%; */
  object-fit: cover;
}

.navbar-fixed-top {
  padding-top: 0px;
}


.newfocus {
  /* position: absolute; */
  width: 130px;
  display: none;
}


.navbar-nav {
  float: none;
}

.visual-slider {
  /* max-height:760px;  */
  position: relative;
}

.visual-slider .awe-section {
  background-color: #CAD3E1;
  /* background-image: url(../img/bg1.png); 여기 이미지 대신 수정 */
  height: 700px;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 22px !important;
  border: 1px solid #b5b5b5;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333 !important;
  font-size: 16px !important;
}

.work-slide-wrap {
  position: relative;
}

.work-slide-wrap .swiper-button-prev {
  right: 120px;
  left: auto;
}

.how-we-work {
  text-align: center;
  padding: 4rem;
}

.col-md-6 {
  padding: 0;
}
.contact-us {
  display: flow-root;
  background: #f4f8f9;
  height: 720px;
}
.contact-us .pic {
  height: 720px;
  background-color: black;
  /* background: url(../img/contact.png) no-repeat; 수정 */
  background-size: cover;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}

.contact-us .info {
  background: #f4f8f9;
  padding: 4rem;
  color: #fff;
  height: 720px;
}

.contact-us .info .about {
  width: 280px;
  padding-bottom: 40px;
}

.contact-us h3 {
  color: #333;
  font-size: 20px;
  padding-bottom: 20px;
}

.contact-us p {
  color: #989898;
  font-size: 16px;
  padding-bottom: 70px;
  line-height: 1.4em;
}

.footer {
  background: #000;
  height: 300px;
  /* margin-top: -250px; */
}

.address {
  font-size: 20px;
  vertical-align: top;
}

.navbar-collapse {
  text-align: right;
}

.navbar-nav {
  display: inline-block;
}

.footer .address,
.footer .logo {
  margin-top: 180px;
}

.footer .box-logo {
  margin: 30px 0 50px 0;
}

.container {
  padding: 0;
  width: 100%;
}

.container {
  overflow: hidden;
}

.navbar-toggle {
  display: none;
}
.brochure .btn-down {
  border-radius: 50px;
  height: 50px;
  width: 200px;
  border: 0;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'GmarketSans';
  margin-top: 50px;
}
.brochure .btn-down span {
  background: url(../img/ico_down.png) no-repeat;
  background-position: right center;
  background-size: 1.5rem;
  padding-right: 2rem;
}
.btn-down,
.btn-ask {
  /* background: linear-gradient(336.01deg, #2EAED2 5.47%, #2EACD4 85.38%); */
  background: none;
  border-radius: 40px;
  height: 40px;
  width: 140px;
  border: 0;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
}

.btn-down:hover {
  color: #fff;
}

.btn-ask {
  background: none;
  color: #2d3535;
  border: 1px solid #2d3535;
}

.contact-us button {
  background: none;
  border-radius: 60px;
  height: 60px;
  width: 200px;
  border: 0;
  color: #2faed4;
  border: 1px solid #2faed4;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'GmarketSans';
}
.contact-us button.btn-down {
  color: #fff;
  border: 1px solid #2faed4;
  background: #2faed4;
}

.on .dim {
  background: #000;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0.4;
}

/* .fancybox-nav {
  width:15%; 
  margin-top:150px
} */
.fancybox-bg {
  background: #fff !important;
  opacity: 1 !important;
}
.branding {
  display: inline-block;
}
.loading {
  width: 100px;
}
.fancybox-image,
.fancybox-iframe {
  border-radius: 0;
  width: 100%;
}
.fancybox-wrap {
  top: 0 !important;
  left: 0 !important;
}
.fancybox-close {
  top: 1rem;
  right: 1rem;
}
.fancybox-nav span {
  visibility: visible;
  top: 0%;
}
.fancybox-nav span {
  margin-top: 180px;
}
.fancybox-prev span {
  background: url(../img/btn_pre.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  left: 10%;
}
.fancybox-next span {
  background: url(../img/btn_next.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  right: 10%;
}
.fancybox-close {
  background: url(../img/btn-close.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.inner-img img {
  width: 100%;
}
.fancybox-slide {
  padding: 0 !important;
}

.inner-btn-pre {
  background: url(../img/btn_pre.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  left: 6%;
  top: 180px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
}
.inner-btn-next {
  background: url(../img/btn_next.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  right: 6%;
  top: 180px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
}

.swiper-button-lock {
  display: block;
}
.mySwiper {
  padding-right: 50px !important;
}
.mySwiper-mo {
  padding-right: 30px !important;
}
.swiper-pagination-bullet-active {
  background: #00cbdf !important;
}
.service-desc p {
  padding-bottom: 20px;
}
/* #partners .container .pc-only {
  margin: 0 -23rem;
} */

.mySwiper .swiper-slide {
  min-height: 664px;
}

.mySwiper-mo .swiper-slide {
  min-height: 416px;
}

#partners {
  border-top: 1px #ebebeb solid;
}

/* works modal */
.layer {
  display: none;
}
.layer > * {
  display: flex;
  width: 100%;
  max-height: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  opacity: 0;
  transition: 0.3s;
}
.layer.is-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.layer.is-active > .dialog-layer {
  background-color: #fff;
  opacity: 1;
}

.layer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 3rem 2.4rem 0 2.4rem; */
}

.layer-close {
  width: 32px;
  height: 32px;
  /* & > span {
    position: absolute;
    top: 3.2rem;
    right: 2rem;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    color: transparent;
    transform: rotate(0);
    transition: transform 0.3s;
  }
  &:hover > span {
    transform: rotate(-180deg);
  } */
}
.layer-contents {
  overflow-y: auto;
  /* margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 0.1rem 2.4rem; */
  font-size: 1.6rem;
  line-height: 2.3rem;
  /* color: $color-gray500;

  > * + * {
    margin-top: 2rem;
  }

  .forms label {
    line-height: 2rem;
  }

  &:focus-visible {
    outline: 1px solid;
  } */
}
.dialog-layer.popup .layer-header {
  padding: 0;
}

.dialog-layer.popup .layer-contents {
  margin-top: 0;
  margin-bottom: 1.4rem;
  padding: 0;
}

.layer-header .close {
  position: absolute;
  right: 44px;
  top: 4%;
  width: 22px;
  height: 20px;
  opacity: 1;
  z-index: 1040;
}
/* .close:hover {
  opacity: 1;
} */
.layer-header .close:before,
.layer-header .close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #000;
}
.layer-header .close:before {
  transform: rotate(45deg);
}
.layer-header .close:after {
  transform: rotate(-45deg);
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: circle(0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
}

#works-modal .swiper-button-next,
#works-modal .swiper-button-prev {
  position: absolute;
  top: 330px !important;
  border: 1px solid #b5b5b5;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
}

#works-modal .swiper-button-next:after,
#works-modal .swiper-button-prev:after {
  color: #333 !important;
  font-size: 16px !important;
}

#works-modal .swiper-button-prev {
  left: 10%;
}

#works-modal .swiper-button-next {
  right: 10%;
}

.works-modal-swiper .swiper-slide img {
  width: 100%;
}

#dimmed.is-active {
  /* background-color: #fff; */
  justify-content: center;
}

#loading {
  opacity: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  box-shadow: none;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
