@charset "utf-8";

/* CSS Document */
@import url('/home/css/basic.css');
@import url('/home/css/nav.css');
@import url('/home/css/form.css');

/* header start */
header > h1 {
  position: absolute;
  left: 15px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
  margin-top: 0;
}
header > h1 a {
  display: block;
  height: 100%;
  font-size: 1.2em;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}
header > h1 a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.container {
  width: 100%;
}
.container section {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.container section#visual {
  height: 100vh;
  background: url('/home/images/visual01.jpg') no-repeat;
  background-size: cover;
}

.container article {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding: 30px 0;
}

.top-box {
  position: relative;
  width: 100%;
  height: 180px;
  border-bottom: 1px solid #d4d4d4;
  background-size: cover;
}
.top-box > h2 {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  font-size: 2.3em;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.top-box > h2 p {
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.top-box.box_01 {
  background: url('/home/images/box_01.jpg') no-repeat center;
}
.top-box.box_02 {
  background: url('/home/images/box_02.jpg') no-repeat center;
}
.top-box.box_03 {
  background: url('/home/images/box_03.jpg') no-repeat center;
}
.top-box.box_04 {
  background: url('/home/images/box_04.jpg') no-repeat center;
}
.top-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  content: '';
  opacity: 0.7;
}

.path-box {
  position: relative;
  top: 0;
  width: 100%;
  height: 45px;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #d4d4d4;
}
.path-box ul.path {
  position: relative;
  top: 0;
  width: 1200px;
  height: 45px;
  margin: 0 auto;
  padding: 0;
}
.path-box ul.path > li {
  float: left;
  display: inline-block;
  position: relative;
  height: 45px;
}
.path-box ul.path > li a {
  display: block;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  font-size: 1em;
  color: #777;
}
.path-box ul.path > li a.on {
  color: #004ac5;
  font-weight: 400;
  background: #fff;
  border-bottom: 2px solid #004ac5;
}
.paths_box {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  text-align: center;
  background: #f7f7f7;
}
.paths_box ul.paths {
  position: relative;
  top: 0;
  width: 1100px;
  height: 35px;
  margin: 0 auto;
  padding: 0;
}
.paths_box ul.paths > li {
  float: left;
  display: inline-block;
  position: relative;
  height: 35px;
  font-size: 0.8em;
}
.paths_box ul.paths > li a {
  display: block;
  height: 35px;
  padding: 10px 20px 0;
  color: #333;
}
.paths_box ul.paths > li a:hover {
  color: #004ac5;
}
.paths_box ul.paths > li a.on {
  color: #004ac5;
  font-weight: bold;
}

#lnb {
  display: none;
}

.navbar {
  min-height: 50px !important;
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
}
/* sub-common-nav */
.lnb.navbar {
  margin-bottom: 0;
}
.lnb ul.nav {
  border-left: 1px solid #d4d4d4;
  margin: 0;
}
.lnb ul.nav > li {
  width: 250px;
  border-right: 1px solid #d4d4d4;
  background: url('/home/images/arrow_violet.png') no-repeat 92% 22px !important;
}
.lnb ul.nav > li a {
  display: block;
  width: 250px;
  height: 50px;
  font-size: 1.1em;
  padding: 0 20px;
  font-weight: 600;
  line-height: 50px;
}
.lnb ul.nav li ul.deth li a {
  font-weight: 400;
  color: #888;
  height: 36px;
  line-height: 36px;
  font-size: 1em;
}
.lnb ul.nav li ul.deth li a:hover {
  background: #fff;
  color: #2c5c9d;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: none !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: rgba(255, 255, 255, 0);
}

.title-box {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  border-bottom: 1px solid #ddd;
}
.title-box h3 {
  display: inline-block;
  padding: 0 20px 10px 20px;
  font-size: 1.6em;
  font-weight: 600;
  border-bottom: 3px solid #333;
  color: #333;
}

/*   서브컨텐츠  */
.about .text {
  padding: 40px 0;
}
.about .text h3 {
  font-size: 2em;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.about .text h3 em {
  color: #1567e2;
}
.about .text p {
  font-size: 1.2em;
  text-align: center;
}
.about .text span {
  display: block;
  margin-top: 20px;
  font-size: 0.95em;
  line-height: 1.4em;
  color: #777;
  text-align: center;
}
.about .image img {
  width: 100%;
  height: 340px;
}

.history ul {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.history ul li:first-child {
  vertical-align: top;
  width: 100%;
  font-size: 2em;
  font-weight: 500;
  color: #333;
}
.history ul li {
  display: block;
}
.history ul li:last-child {
  line-height: 24px;
  vertical-align: top;
}
.history ul li:last-child p {
  display: table;
  font-size: 1.1em;
  margin-bottom: 7px;
  margin-top: 12px;
}
.history ul li:last-child i {
  display: table-cell;
  width: 80px;
  color: #005891;
  font-size: 1.1em;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
}
.history ul li:last-child span {
  display: block;
  padding-top: 2px;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #777;
}
/* =========================================================
   거성초경 연혁 페이지 리뉴얼 - 큰 사이즈 버전
   history.php 전용
========================================================= */

.container article.ks-history-article {
  width: min(1400px, 94%);
  margin: 0 auto;
  padding: 90px 0 110px;
}

.container article.ks-history-article > div.ks-history {
  padding: 0;
}

.ks-history {
  width: 100%;
  margin: 0 auto;
}

.ks-history-layout {
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 90px;
  align-items: start;
}

/* 왼쪽 이미지 */
.ks-history-img {
  width: 100%;
  height: 640px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 오른쪽 연혁 */
.ks-history-list {
  width: 100%;
}

.ks-history-item {
  display: grid;
  grid-template-columns: 185px 75px 1fr;
  align-items: start;
  padding: 0 0 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #e0e0e0;
}

.ks-history-item:last-child {
  margin-bottom: 0;
}

.ks-history-year {
  font-size: 40px;
  line-height: 1.18;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.01em;
}

.ks-history-num {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #0b6f9e;
}

.ks-history-text {
  padding-top: 6px;
  font-size: 23px;
  line-height: 1.7;
  font-weight: 400;
  color: #444;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

/* 태블릿 */
@media screen and (max-width: 1200px) {
  .container article.ks-history-article {
    width: calc(100% - 50px);
    padding: 70px 0 90px;
  }

  .ks-history-layout {
    grid-template-columns: 440px 1fr;
    gap: 60px;
  }

  .ks-history-img {
    height: 560px;
  }

  .ks-history-item {
    grid-template-columns: 150px 60px 1fr;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .ks-history-year {
    font-size: 34px;
  }

  .ks-history-num {
    font-size: 18px;
  }

  .ks-history-text {
    font-size: 20px;
  }
}

/* 모바일 */
@media screen and (max-width: 768px) {
  .container article.ks-history-article {
    width: calc(100% - 30px);
    padding: 45px 0 65px;
  }

  .ks-history-layout {
    display: block;
  }

  .ks-history-img {
    height: 300px;
    margin-bottom: 45px;
    background-position: center center;
  }

  .ks-history-item {
    grid-template-columns: 105px 45px 1fr;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .ks-history-year {
    font-size: 24px;
    line-height: 1.22;
  }

  .ks-history-num {
    font-size: 15px;
    padding-top: 5px;
  }

  .ks-history-text {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 2px;
  }
}

@media screen and (max-width: 480px) {
  .ks-history-img {
    height: 240px;
  }

  .ks-history-item {
    grid-template-columns: 82px 36px 1fr;
  }

  .ks-history-year {
    font-size: 23px;
  }

  .ks-history-num {
    font-size: 13px;
  }

  .ks-history-text {
    font-size: 14px;
  }
}

.location .address {
  font-size: 1em;
  font-style: normal;
  color: #999;
  line-height: 1.3em;
  text-align: left;
  padding: 12px 10px;
}
.location .address span {
  display: block;
  font-size: 1.3em;
  line-height: 1.3em;
  color: #333;
  margin-bottom: 15px;
}
.location .contact {
  display: block;
  position: relative;
}
.location .contact p {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  font-size: 1.1em;
}
.location .contact p i {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
}
.location .contact p i.phone {
  background: #0453b5 url('../images/phone.png') no-repeat center;
}
.location .contact p i.mail {
  background: #0453b5 url('../images/mail.png') no-repeat center;
}
.location .contact p i.mobile {
  background: #0453b5 url('../images/phone.png') no-repeat center;
}
.location .contact p span {
  display: none;
  width: 100px;
  padding-left: 60px;
  text-align: left;
  line-height: 50px;
  overflow: hidden;
  color: #777;
}
.location .contact p a {
  display: block;
  height: 50px;
  padding-left: 60px;
  line-height: 50px;
  color: #777;
}

/* 블로그 포스팅 */
.tech-blog-section {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.tech-blog-inner {
  width: min(1380px, calc(100% - 0px));
  margin: 0 auto;
}
.tech-blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tech-blog-item {
  position: relative;
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
}
.tech-blog-item:nth-child(4n) {
  border-right: 0;
  padding-right: 0;
}
.thumb-link {
  display: block;
  width: 100%;
  aspect-ratio: 1.8 / 1;
  overflow: hidden;
}
.thumb-link img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}
.blog-info {
  margin-top: 15px;
}
.blog-category {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #ff3333;
}
.blog-title {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  color: #111;
  text-decoration: none;
  word-break: keep-all;
  transition: color 0.25s ease;
}
.tech-blog-item:hover .thumb-link img {
  transform: scale(1.05);
  filter: brightness(0.92);
}
.tech-blog-item:hover .blog-title {
  color: #e60012;
}

/* 태블릿 */
@media (max-width: 1024px) {
  .tech-blog-inner {
    width: min(100% - 40px, 900px);
  }
  .tech-blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 20px;
  }
  .tech-blog-item:nth-child(4n) {
    border-right: 1px solid #d9d9d9;
    padding-right: 20px;
  }
  .tech-blog-item:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }
}

/* 모바일 */
@media (max-width: 640px) {
  .tech-blog-section {
    padding: 35px 0;
  }
  .tech-blog-inner {
    width: calc(100% - 30px);
  }
  .tech-blog-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tech-blog-item,
  .tech-blog-item:nth-child(2n),
  .tech-blog-item:nth-child(4n) {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 28px;
  }
  .tech-blog-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .blog-title {
    font-size: 16px;
  }
}

/* 블로그 포스팅 */

/* 퀵메뉴 */
.quickmenu {
  position: fixed !important;
  flex-wrap: nowrap !important;
  display: block;
  bottom: calc(0px + env(safe-area-inset-bottom)) !important;
  right: 17px !important;
  transform: translateY(-50%);
  width: auto !important;
  z-index: 999;
}
.quick {
  width: 100%;
}
.quick-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: relative;
}

/* 이용약관,개인정보보호정책 */
.scroll_text h3 {
  margin-bottom: 35px;
  font-size: 1.2em;
  font-weight: 400;
}
.scroll_text > div {
  margin-bottom: 80px;
}
.scroll_text .inner {
  margin-bottom: 40px;
}
.scroll_text .inner > h4 {
  margin-bottom: 15px;
  font-size: 1em;
}
.scroll_text .inner > h4 > span {
  font-size: 0.8em;
  color: #999;
}
.scroll_text .inner > div > p {
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 0.9em;
  color: #555;
  font-weight: 100;
}
.scroll_text .inner > div > p > span {
  display: block;
  padding-left: 8px;
  font-size: 0.85em;
  color: #777;
}
.scroll_text .inner > div > p > span:first-child {
  margin-top: 8px;
}
.scroll_text .inner > div > p > span > em {
  display: block;
  padding-left: 15px;
  font-size: 0.9em;
  font-style: normal;
}
.scroll_text .inner > div > p > span > em:first-child {
  margin-top: 5px;
}
.scroll_text .inner > div > p > span > span {
  display: block;
  padding-left: 10px;
}
.scroll_text {
  max-height: 600px;
  padding: 0 30px 0 0;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
}
.scroll_text::-webkit-scrollbar {
  width: 5px;
}
.scroll_text::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.scroll_text::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  border-right: 0;
  background-color: #19988b;
}
.scroll_text .inner > p {
  width: 100%;
  padding: 30px;
  line-height: 1.6em;
  font-size: 1em;
  border: 1px solid #ddd;
  background: #f7f7f7;
} /* 이메일수집거부 */
.scroll_text .inner > span {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 0.9em;
  color: #555;
}
.scroll_text .inner > div > table {
  width: 100%;
  border-top: 1px solid #aaa;
  border-right: 1px solid #ddd;
}
.scroll_text .inner > div > table tr.th td {
  text-align: center;
  background: #f7f7f7;
}
.scroll_text .inner > div > table td {
  padding: 8px;
  text-align: left;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.8em;
}

/* @keyframes motion {
    0% {transform:translateY(0);}
    50% {transform:translateY(-10px);}
    100% {transform:translateY(0);}
} */

#quick-box,
#menu-btn {
  position: fixed;
  left: -9999px;
}

.quick-1 {
  position: absolute;
  top: 0px;
  left: 50%;
  background: #2c5c9d;
  text-align: center;
  width: 0;
  height: 40px;
  border-radius: 50%;
  transform: scale(0) translate(-50%, 0);
  transform-origin: top;
  transition: all 0.3s;
}
.quick-2 {
  top: 0px;
  right: 0;
  background: #fdc23d;
}
.quick-3 {
  top: 0px;
  right: 0;
  background: #0ea527;
}
.quick-4 {
  top: 0px;
  right: 0;
  background: #e02191;
}
.quick-1 > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 0.8em;
  color: #fff;
}
.quick-1 > a img {
  width: 23px;
}
.quick-2 > a img {
  width: 31px;
}

.quick-btn {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 35px;
  border-radius: 44%;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background: #a5c9e1;
  opacity: 0.8;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}
.quick-btn:hover {
  background: #a5c9e1;
  opacity: 1;
}

#quick-box:checked ~ .quick-1 {
  left: 0%;
  top: -45px;
  transform: scale(1);
  width: 38px;
  height: 38px;
}
#quick-box:checked ~ .quick-2 {
  top: -90px;
}
#quick-box:checked ~ .quick-3 {
  top: -135px;
}
#quick-box:checked ~ .quick-4 {
  top: -180px;
}

footer .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
footer .inner .logo {
}
footer .inner .util {
  padding: 10px 0;
  border-bottom: 1px solid #555;
}
footer .inner .util a {
  display: inline-block;
  margin-right: 30px;
  font-size: 0.78em;
  font-weight: 100;
  color: #bbb;
}
footer .inner .info {
  padding: 10px 0;
  font-size: 0.78em;
  font-weight: 100;
  color: #bbb;
}
footer .inner .info p {
  display: inline-block;
  margin-right: 30px;
}
footer .inner .info address {
  font-style: normal;
}
footer .inner .copyright {
  font-size: 0.95em;
  font-weight: 200;
  color: #777;
}

/* toast 설정 */
.toast_style {
  display: block;
  position: fixed;
  bottom: -100px;
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.toast_a,
.toast_p {
  display: block;
  height: 30px;
  padding: 0 25px;
  text-align: center;
  font-size: 0.9em;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toast_inner {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto;
}
.toast_inner .toast_button {
  width: 80px;
  height: 30px;
  margin: 0 5px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ffc726;
  border-radius: 15px;
  font-size: 0.8em;
  color: #ffc726;
}

@media screen and (min-width: 640px) {
  /* 서브컨텐츠 */
  .about .text h3 {
    font-size: 2.5em;
    text-align: left;
    font-style: normal;
  }
  .about .text p {
    font-size: 1.35em;
    text-align: left;
  }
  .about .text span {
    font-size: 1.2em;
    text-align: left;
    margin-top: 40px;
  }

  .location .address {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 760px) {
  .about .text {
    padding: 0 0 0 30px;
  }
  .about .image img {
    height: auto;
  }
}

@media screen and (min-width: 920px) {
  .container article {
    padding: 80px 0;
  }

  .top-box {
    height: 260px;
    border-bottom: 1px solid #777;
  }

  .path-box {
    display: none;
  }
  #lnb {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 45px;
    background: #f7f7f7;
    border-bottom: 1px solid #d4d4d4;
  }
  #lnb > ul {
    width: 1100px;
  }
  #lnb > ul > li {
    float: left;
    position: relative;
    border-left: 1px solid #ddd;
  }
  #lnb > ul > li:last-child {
    border-right: 1px solid #ddd;
  }
  #lnb > ul > li > a {
    display: block;
    width: auto;
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    padding: 0 25px;
    text-align: left;
    color: #999;
  }
  #lnb > ul > li:last-child > a {
    color: #333;
    background: #fff;
    font-weight: 600;
    border-bottom: 2px solid #00a565;
  }
  #lnb > ul > li > ul {
    position: absolute;
    left: -1px;
    top: 44px;
    padding: 25px 15px 15px;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 19;
  }
  #lnb > ul > li > ul > li {
    width: 180px;
    height: 35px;
  }
  #lnb > ul > li > ul > li > a {
    display: block;
    width: 180px;
    height: 35px;
    line-height: 18px;
    padding: 0 10px;
    color: #aaa;
  }
  #lnb > ul > li > ul > li > a:hover {
    color: #222;
  }
  #lnb > ul > li:hover > a {
    color: #222;
    background: #fff;
  }
  #lnb > ul > li:hover .dropdown-toggle {
    opacity: 1;
    visibility: visible;
  }

  .title-box {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0;
  }
  .title-box h3 {
    font-size: 2.5em;
  }

  .history ul {
    display: table;
    padding: 50px 0;
  }
  .history ul li {
    display: table-cell;
    font-size: 1.1em;
  }
  .history ul li:first-child {
    width: 180px;
    font-size: 2.3em;
  }
  .history ul li p:first-child {
    margin-top: 5px;
  }
  .history ul li:last-child {
    line-height: 30px;
    vertical-align: top;
  }
  .history ul li:last-child span {
    display: table-cell;
    padding: 0;
    color: #555;
    font-size: 1em;
    line-height: 1.8em;
  }

  .location > div {
    margin-top: 30px;
  }
  .location .address {
    font-size: 1.1em;
    line-height: 1.4em;
    padding-right: 50px;
  }
  .location .address span {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .location .contact p {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .location .contact p span {
    display: block;
    width: 100%;
  }
  .location .contact p a {
    display: none;
  }

  /* 퀵메뉴 */
  .quickmenu {
    position: fixed !important;
    flex-wrap: nowrap !important;
    display: block;
    bottom: calc(0px + env(safe-area-inset-bottom)) !important;
    right: 24px !important;
    transform: translateY(-50%);
    width: auto !important;
    z-index: 999;
  }
  .quick-link {
    width: 60px;
    height: 60px;
    border-radius: 42%;
    position: relative;
  }

  .quick-1 > a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 1em;
    color: #fff;
  }
  .quick-1 > a img {
    width: 35px;
  }
  .quick-2 > a img {
    width: 45px;
  }

  .quick-btn {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 42%;
    cursor: pointer;
    background: #a5c9e1;
    opacity: 0.8;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    width: 100%;
    text-align: center;
  }
  .quick-btn:hover {
    background: #a5c9e1;
    opacity: 1;
  }

  #quick-box:checked ~ .quick-1 {
    left: 0%;
    top: -70px;
    transform: scale(1);
    width: 60px;
    height: 60px;
    border-radius: 42%;
  }
  #quick-box:checked ~ .quick-2 {
    top: -140px;
  }
  #quick-box:checked ~ .quick-3 {
    top: -210px;
  }
  #quick-box:checked ~ .quick-4 {
    top: -280px;
  }

  /* toast 설정 */
  .toast_style {
    display: flex;
    justify-content: center;
  }
  .toast_link,
  .toast_p {
    display: block;
    height: 30px;
    margin-right: 15px;
    text-align: center;
    font-size: 0.9em;
    line-height: 30px;
    color: #fff;
  }
  .toast_button {
    width: auto;
    margin-left: 8px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffc726;
    border-radius: 15px;
    font-size: 0.8em;
    color: #ffc726;
  }
}

@media screen and (min-width: 1280px) {
  header > h1 {
    left: 70px;
    margin-left: 0;
    height: 70px;
    line-height: 70px;
  }

  .container article {
    width: 1100px;
    padding: 0;
  }
  .container article > div {
    padding: 100px 0;
  }
  .container article > div > div.board {
  }

  .top-box > h2 {
    top: 50%;
  }

  /* 서브컨텐 */
  .about .text h3 {
    font-size: 3.8em;
  }
  .about .text p {
    font-size: 1.7em;
  }
  .about .text span {
    font-size: 1.2em;
    margin-top: 60px;
  }

  footer .inner {
    width: 1200px;
  }
}

footer {
  position: relative;
  width: 100%;
}
.inner_box {
  position: relative;
  top: 0;
  width: 100%;
  padding: 30px 0;
  background: #282e38;
  text-align: center;
}
/*.footer_logo {position: absolute;left: 0;top: 40px;}*/
.inner_box .util {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  padding: 0 0 10px;
  border-bottom: 1px solid #424242;
  text-align: center;
}
.inner_box .util a {
  font-size: 0.8em;
  color: #777;
  margin: 0 10px;
}
.inner_box .copyright {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  padding: 10px 0 0;
  border-top: 1px solid #222;
  font-size: 0.75em;
  color: #555;
}

/* 회사소개 - 생산 현장 */
.about-factory {
  width: 100%;
  margin: 90px auto 0;
  padding: 80px 0 0;
  border-top: 1px solid #eee;
}

.about-factory-title {
  width: 100%;
  margin: 0 auto 35px;
  text-align: center;
}

.about-factory-title h4 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
  margin-bottom: 14px;
  letter-spacing: -0.04em;
}

.about-factory-title p {
  font-size: 17px;
  line-height: 1.7;
  color: #777;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.about-factory-img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.about-factory-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 모바일 */
@media screen and (max-width: 768px) {
  .about-factory {
    margin-top: 55px;
    padding-top: 45px;
  }

  .about-factory-title {
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .about-factory-title h4 {
    font-size: 26px;
  }

  .about-factory-title p {
    font-size: 15px;
  }

  .about-factory-img img {
    width: 100%;
  }
}

/* 모바일 회사소개 간격 조정 */
@media screen and (max-width: 768px) {
  .about .text {
    padding: 24px 0 0;
  }

  .about .text h3 {
    margin-bottom: 12px;
  }

  .about .text p {
    margin-bottom: 16px;
  }

  .about .text span {
    margin-top: 12px;
  }

  .about .text hr {
    margin: 35px 0 !important;
  }

  .about-factory {
    margin-top: 35px;
    padding-top: 35px;
  }

  .about-factory-title {
    margin-bottom: 20px;
  }

  .about-factory-img img {
    width: 100%;
  }
}
