@charset "UTF-8";
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* header */
  header {
    width: 55%;
    height: 100vh;
    padding: 2rem 1rem;
    left: -150rem;
  }
  header .logo a img {
    height: 8rem !important;
  }
  header .nav {
    margin-top: 5vw;
  }
  header .nav .gnb > li a {
    font-size: 5vw;
  }
  header .nav .gnb > li .sub-box {
    left: 100%;
    padding: 14.5rem 6vw 0;
  }
  header .nav .gnb > li .on {
    width: 100%;
  }
  header .nav .gnb ul li a {
    font-size: 4.3vw;
  }
  /* main */
  main {
    height: 100vh;
  }
  main #intro .wrap .text {
    font-size: 8vw;
    margin-bottom: 40px;
  }
  main #intro .wrap .text .typing ul {
    flex-direction: column;
  }
  main #intro .wrap .text .typing ul li {
    margin-bottom: 7vw;
  }
  main #intro .wrap .text .typing ul li:last-child {
    font-size: 12vw;
  }
  main #intro .wrap .scroll {
    scale: 0.9;
    bottom: 35px;
  }
  /* visual */
  #visual .swiper .swiper-wrapper .swiper-slide .inner-bg3 {
    background: url(../images/visual.jpg) no-repeat top 0 center/cover;
  }
  #visual .swiper .swiper-wrapper .swiper-slide .contants .logo {
    top: 1rem;
    left: 1rem;
  }
  #visual .swiper .swiper-wrapper .swiper-slide .contants .logo img {
    height: 15vw;
  }
  #visual .swiper .swiper-wrapper .swiper-slide .contants .txt {
    top: 3rem;
  }
  #visual .swiper .swiper-wrapper .swiper-slide .contants .txt h2 {
    font-size: 5vw;
  }
  #visual .swiper .swiper-wrapper .swiper-slide .contants .txt h3 {
    font-size: 15vw;
    margin-top: 1rem;
  }
  #visual .swiper .autoplay-progress {
    right: 1rem;
    bottom: 16px;
  }
  .hambuger {
    position: fixed;
    top: 5vw;
    right: 3vw;
    z-index: 200;
    scale: 0.6;
  }
  .hambuger .menu-trigger,
  .hambuger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .hambuger .menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
  }
  .hambuger .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #acacac;
    border-radius: 4px;
  }
  .hambuger .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .hambuger .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .hambuger .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .hambuger {
    /* 2th bar 사라지고,  1st 3rd bar 회전하며 X  */
  }
  .hambuger .menu-trigger.active-1 span:nth-of-type(1) {
    transform: translateY(20px) rotate(-45deg);
  }
  .hambuger .menu-trigger.active-1 span:nth-of-type(2) {
    opacity: 0;
  }
  .hambuger .menu-trigger.active-1 span:nth-of-type(3) {
    transform: translateY(-20px) rotate(45deg);
  }
  /* solution */
  #solution {
    border-top: 10px solid #005a36;
  }
  #solution .inner {
    height: 110vh;
  }
  #solution .inner .container {
    flex-direction: column;
  }
  #solution .inner .container > li:nth-child(2) {
    width: 100%;
    height: 60%;
  }
  #solution .inner .container > li:nth-child(2) > ul > li:nth-child(2) .wrap h1 {
    font-size: 8vw;
  }
  #solution .inner .container > li:nth-child(2) > ul > li:nth-child(2) .wrap p {
    font-size: 4vw;
    margin-top: 1vw;
  }
  #solution .inner .container > li:nth-child(2) > ul > li:nth-child(2) .wrap .list {
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
  #solution .inner .container > li:nth-child(2) > ul > li:nth-child(2) .wrap .list li {
    width: 100%;
  }
  #solution .inner .container > li:nth-child(2) > ul > li:nth-child(2) .wrap .list li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 4vw;
    text-shadow: none;
    color: #222;
    font-weight: 300;
    padding: 2vw 6vw;
    box-sizing: border-box;
    border-top: 1px solid #eee;
  }
  #solution .inner .container > li:nth-child(2) > ul > li:nth-child(2) .wrap .list li a span {
    font-size: 4vw;
  }
  #solution .inner .container > li:nth-child(3) {
    width: 100%;
  }
  #solution .inner .container > li:last-child {
    width: 100%;
    padding: 20vw 0;
  }
  #solution .inner .container > li:last-child > ul li .wrap h1 {
    font-size: 10vw;
    margin: 0 0 3vw;
  }
  #solution .inner .container > li:last-child > ul li .wrap p {
    font-size: 4.5vw;
  }
  #solution .inner .container > li:last-child > ul li .wrap ul {
    margin-top: 4.5vw;
  }
  #solution .inner .container > li:last-child > ul li .wrap ul li {
    height: 12vw;
    font-weight: 400;
  }
  #solution .check {
    width: 100%;
    overflow: hidden; /* 슬라이드 효과를 위해 추가 */
  }
  #solution .mobile-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 15px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
  }
  #solution .check .list {
    width: 100%;
    display: block; /* display 대신 height로 조절 */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border: 1px solid transparent;
    position: absolute;
    z-index: 10;
  }
  #solution {
    /* 메뉴가 열렸을 때 (active 클래스) */
  }
  #solution .check.active .list {
    max-height: 300px; /* 리스트 높이에 맞춰 넉넉히 설정 */
    opacity: 1;
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
  }
  #solution .check.active .arrow {
    transform: rotate(180deg);
  }
  /* contect */
  #contect {
    padding: 10vw 0;
  }
  #contect .inner {
    flex-direction: column;
  }
  #contect .inner > ul {
    flex-direction: column;
  }
  #contect .inner > ul > li:nth-child(1) h3 {
    font-size: 6vw;
  }
  #contect .inner > ul > li:nth-child(2) {
    width: 100%;
    margin: 8vw 0;
  }
  #contect .inner > ul > li:nth-child(2) ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #contect .inner > ul > li:nth-child(2) ul li {
    width: 70%;
    height: 12vw;
    font-size: 4vw;
  }
  #contect .inner > ul > li:nth-child(2) ul li span {
    font-size: 4vw;
  }
  #contect .inner > ul > li:nth-child(3) {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #contect .inner > ul > li:nth-child(3) h4 {
    font-size: 4vw;
  }
  #contect .inner > ul > li:nth-child(3) h2 {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  #contect .inner > ul > li:nth-child(3) ul > li:nth-child(1) {
    width: 20vw;
  }
  #contect .inner > ul > li:nth-child(3) .time {
    width: 100%;
    height: 15vw;
    margin-top: 3vw;
  }
  #contect .inner > ul > li:nth-child(3) .time span {
    margin-right: 5vw;
  }
  /* product */
  #product {
    padding: 15vw 0 10vw;
  }
  #product .inner ul {
    margin-bottom: 3vw;
  }
  #product .inner ul li {
    width: 40%;
  }
  #product .inner ul li a {
    width: 100%;
    height: 12vw;
    font-size: 4vw;
  }
  #product .inner ul li.select a {
    color: #fff;
  }
  #product .inner ul li:first-child {
    margin-right: 4vw;
  }
  #product .inner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vw 0 3vw;
    box-sizing: border-box;
  }
  #product .inner .swiper-slide h3 {
    font-size: 8vw;
    font-weight: 600;
    margin: 2vw 0 1rem;
  }
  #product .inner .swiper-slide p {
    font-size: 4vw;
    margin-bottom: 3rem;
  }
  #product .inner .swiper-slide p span {
    position: relative;
    top: 5px;
    font-size: 5vw;
  }
  #product .inner .swiper-slide-active {
    background: url(../images/glass.jpg) no-repeat top center/cover;
  }
  #question {
    height: 40vh;
    padding-top: 25%;
  }
  #question .inner .text-box p {
    font-size: 7vw;
    text-align: center;
    line-height: 1.4;
  }
  #question .inner .text-box p span {
    color: #36ad37;
    font-weight: 600;
  }
  #question .inner .text-box div {
    width: 1px;
    height: 200px;
    background: #000;
    margin-top: 20px;
  }
  #video {
    width: 100vw;
    height: 70vw;
  }
  #video .inner .youtube {
    left: 0px;
  }
  #video .inner .youtube a {
    width: 30vw;
    height: 12vw;
    font-size: 4vw;
    font-weight: 600;
    top: -20%;
    right: 3%;
  }
  #video .inner .youtube a img {
    width: 30%;
  }
  #news {
    height: auto;
    padding: 5% 0;
  }
  #news .inner .swiper {
    padding: 30px 0 50px;
  }
  #news .inner .swiper .text h1 {
    font-size: 6vw;
  }
  #news .inner .swiper .text p {
    margin-top: 15px;
  }
  #news .inner .swiper-slide {
    width: 100%;
    height: 80vh;
    margin-top: 40px;
  }
  #news .inner .swiper-slide .img {
    width: 100%;
    height: 80%;
  }
  #news .inner .swiper-slide .text_box {
    width: 100%;
    height: auto;
    word-break: keep-all;
    padding: 10vw 0;
  }
  #news .inner .swiper-slide .text_box h3 {
    font-size: 5vw;
  }
  #news .inner .swiper-slide .text_box p {
    font-size: 4vw;
  }
  #news .inner .swiper-slide .text_box a {
    width: 30vw;
    height: 10vw;
    font-size: 4vw;
    margin-top: 8vw;
  }
  footer {
    height: 30vh;
  }
  footer .inner .container .up {
    flex-direction: column;
  }
  footer .inner .container .up .logo img {
    height: 15vw;
  }
  footer .inner .container .up .text {
    width: 90%;
    margin-left: 0;
    word-break: keep-all;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .inner .container .up .text p {
    font-size: 3.5vw;
  }
  footer .inner .container .up .text p:last-child {
    font-size: 2.8vw;
  }
}
@media (min-width: 769px) {
  /* PC용 */
  .mob {
    display: none !important;
  }
}/*# sourceMappingURL=mob_new.css.map */