@media screen and (max-width: 1210px) {
  .patentsImg .patents_con p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1080px) {

    header {
        padding: 0 20px;
    }
    header .gnb {
        gap:40px;
    }
    .main_swiper .swiper-slide .swiper-txt h2 {
        font-size:80px;
    }
    .main_swiper .swiper-slide .swiper-txt p {
        margin-top: 25px;
        font-size: 18px;
    }
    .sec02 .img {1
        position: relative;
        margin-bottom: 20px;
    }
    .sec02 .tt {
        margin-bottom: 20px;
    }
    .sec03 ul li a {
        padding: 20px;
    }
    .sec03 ul li a h4 {
        font-size:30px;
        margin: 10px;
    }
    .sec03 ul li a b {
        font-size:20px
    }
    .sec03 ul li a p {
        font-size:14px;
    }
    .sec03 ul li a .more {
        width: 100px;
        height: 34px;
    }
    .sec04 ul li .txt {
        padding: 20px;
        font-size:20px;
    }
    .sec06 ul li a .txt {
        padding: 20px;
    }
    .sec06 ul li a .txt span {
        font-size:14px;
    }

    /* company */

    .companyCon .wrap .greeting p {
      padding-left: 0;
    }
    .companyCon .history {
      flex-direction: column;
    }
    .companyCon .history .historyImg {
      width: 100%;
      height: 300px;
      margin-bottom: 70px;
    }
    .companyCon .history .historyTxt {
      padding-left: 0;
      width: 100%;
    }
}

@media screen and (max-width: 768px) {
  .tt {margin-bottom: 30px;}
  .tt h3 {font-size:30px;margin-bottom: 12px;}
  .tt p {font-size: 12px;}
  nav {
      position: fixed;
      top: 50px;
      width: 100%;
      padding: 30px 20px;
       background: #fff;
  right: -120%;
      height: calc(100vh - 50px);
      transition: 0.5s;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  body {
      padding-top: 50px;
  }
  #bar {
      display: block;
  }
  header {
      height: 50px;
  }
  header h1 img {
      height: 40px;
  }

  header.on nav {
      right: 0;
  }

  header.on #bar span:nth-child(1) {
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
  }

  header.on #bar span:nth-child(2) {
      opacity: 0;
  }

  header.on #bar span:nth-child(3) {
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
  }

  header .gnb a {
      text-align: left;
  }

  header .gnb {
      flex-direction: column;
      align-items: baseline;
      gap: 20px
  }
  header .gnb > li {
      width: 100%;
  }
  header .gnb > li > a {
      padding-bottom: 12px;
      display: block;
      padding-left: 15px;
      position: relative;
  }
  header .gnb > li > a:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #fff;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.5s;
      background: url("/img/main/arrow_down.svg") no-repeat center / contain;
  }
  header .gnb > li.on > a:after {
      transform: translateY(-50%) rotate(180deg);
  }

  .hasDepth03.on > a:after {
      transform: translateY(-50%) rotate(180deg);
  }

  header .gnb {
      flex-direction: column;
      align-items: baseline;
      gap: 20px;
      height: auto;
  }
  header .snb {
      position: static;
      background:none;
      border-top: 1px solid rgba(255,255,255,0.2);
  }
  .header_title {
      display: none;
  }
  header .depth02 {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      align-items: start;
      gap:12px;
      padding: 15px 0;
      width: 100%
  }
  header .depth02 > li {
      border-right: none
  }
  header .depth02 > li > a {
      display: block;
      padding: 0 0 0 15px;
      font-size:14px;
      font-weight: 600;
  }
  header li:hover > a {
      color: var(--mainColor);
  }
  header .depth02 > li:last-child {
      border-right: 0;
  }


  header.on nav {
      right: 0;
  }
    .quick-menu {
        width: auto;
        border-radius: 4px;
        top:auto;
        bottom: 40px;
        transform: translateY(0)
    }
    .quick-menu div {
        padding: 4px 10px;
        border-radius: 4px 4px 0 0;
        font-size: 8px;
        text-align: center;
    }
    .quick-menu a {
        padding:15px 5px;
        font-size: 12px;
        border-radius:0 0 4px 4px;
    }
    .quick-menu a img {
        width: 60%;
    }
    .quick-menu a span {
        margin-top: 10px;
    }

    /* main */

    .main_swiper .swiper-slide {
        height: auto;
        padding: 100px 0 150px;
    }
    .main_swiper .swiper-slide .swiper-txt {
        position:  static;
        transform: translateY(0);
        padding-bottom: 0
    }
    .main_swiper .swiper-slide .swiper-txt h2 {
        font-size:40px
    }
    .main_swiper .swiper-slide .swiper-txt p {
        font-size:14px;
        white-space: inherit;
    }
    .swiper-btm {
        top:auto;
        transform: translateY(0);
        bottom:50px;
    }
    .swiper-btm .flex {
        gap:5px
    }
    .swiper-btm  .swiper-pagination-bullet {
        width: 50px;
        height: 2px;
        border-radius: 0;
    }


    .sec02 {
        padding: 60px 0 100px;
    }
    .sec02 .tt h3 {
        font-size:30px;
    }
    .sec02 .tt {
        margin-bottom: 0
    }
    .sec02 .con h4 {
        font-size: 18px;
        margin-bottom: 16px
    }
    .sec02 .con span{
        color: var(--mainColor);
    }
    .sec02 .con p {
        font-size:14px;
    }
    .sec02 .con p + p {
        margin-top: 10px;
    }
    .viewMore {
        margin-top: 30px;
        font-size:12px;
        width: 120px;
        height: 38px;
        gap:6px;
    }
    .viewMore span {
        width: 12px;
        height: 7px;
    }
    .viewMore:hover{
        gap:12px;
    }


    .sec03 , .sec04, .sec06 {
        padding: 60px 0;
    }
    .sec03 ul {
       flex-direction: column;
        gap:10px;
    }
    .sec03 ul li {
        border-radius: 12px;
        padding-bottom: 0;
    }
    .sec03 ul li a {
        position: static;
    }
    .sec03 ul li a {
        padding: 20px;
    }
    .sec03 ul li a h4 {
        margin-bottom: 10px;
    }
    .sec03_tt {
        margin-bottom: 40px;
    }
    .sec03 ul li a .more {
        width: 100px;
        height: 34px;
        font-size:12px
    }
    .sec03 ul li a .more span {
        width: 12px;
        height: 6px;
    }

    .sec04 ul {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }
    .sec04 ul li {
        width: calc((100% - 12px) / 2);
        border-radius: 12px;
        padding-bottom: 60%;
    }
    .sec04 ul li .hover span {
        width: 90px;
        height: 34px;
        font-size: 12px;
    }
    .sec04 ul li .txt {
        padding: 10px;
        font-size: 12px;
    }

    .sec05 {
        padding: 60px 0;
    }
    .sec05 .youtube {
        border-radius: 12px;
    }
    .sec06 .secTt {
        margin-bottom: 30px;
    }
    .sec06 .secTt .more img{
        margin-left: 10px;
        transition: 0.5s;
    }
    .sec06 .secTt .more {
        font-size:12px;
        display: flex;
        align-items: center;
    }
    .sec06 .secTt .more img {
        width: 12px;
    }
    .sec06 .secTt .more:hover img {
        margin-left: 15px;
    }
    .sec06 ul {
        gap: 12px;
        flex-direction: column;
    }
    .sec06 ul li {
        border-radius: 12px;
    }
    .sec06 ul li a .txt{
        padding: 20px
    }
    .sec06 ul li a .txt span {
        font-size: 10px;
    }
    .sec06 ul li a .txt h4 {
        font-size:16px;
    }
    .sec06 ul li a .txt div {
        margin-top: 15px;
        font-size:12px;
    }

    /* company */
    .subTop {
      height: auto;
      margin-bottom: 70px;
	  padding-bottom:70px;
    }
    .subTop .wrap h2 {
      font-size: 40px;
    }
	
	.subTop .subIntro {
      margin-top: 100px;}
	
    .companyCon .wrap h3 {
      font-size: 28px;
      margin-bottom: 30px;
    } 
    .companyCon .wrap p {
      font-size: 14px;
      line-height: 26px;
      width: 100%;
      margin-bottom: 35px;
    }
    .companyCon .wrap .greeting b {
      font-size: 16px;
      margin-top: 10px;
    }
    .companyCon .wrap .greeting p {
      font-size: 14px;
      line-height: 28px;
      padding-left: 0;
      margin: 20px 0 35px;
    }
    .patents {
      display: none;
      
    }
    .patents_m {
      display: block;
      background: #eff4f3;
      padding: 50px 0 20px;
    }
    .patentsImg {
      width: 100%;
      display: flex;
    }
    h5 {
      font-size: 18px;
      margin: 0 0 15px 0;
    }
    .copy {
      display: none;
    }
    .copy_m {
      padding: 50px 0;
      display: block;
    }
    .patentsImg .patents_con {
      width: 255px;
      height: 364px;
      margin-bottom: 60px;
    }
    .patentsImg .patents_con img {
      border: 1px solid #d0d0d0;
      box-shadow: 7px 7px #efefef;
      width: 100%;
      margin-bottom: 16px;
    }
    .patentsImg .patents_con p {
      font-size: 12px;
      line-height: 20px;
    }


    .companyCon .history .historyImg {
      height: 200px;
      margin-bottom: 35px;
    }
    .companyCon .history .historyImg h4 {
      font-size: 18px;
    }
    .companyCon .history .historyImg strong {
      font-size: 34px;
    }
    .map_con {
      flex-direction: column;
      margin: 0 0 70px 0;
    }
    .map_con .mapImg {
      width: 100%;
      margin: 0 0 30px 0;
    }
    .map_con .address {
      width: 100%;
      margin: 0;
    }
    .map_con .address em {
      font-size: 14px;
      padding-bottom: 10px;
    }
    .map_con .address p {
      font-size: 12px;
      margin-bottom: 17px;
      line-height: 20px;
    }
    .map_con .address p a {
      font-size: 12px;
      margin-bottom: 17px;
      line-height: 20px;
    }


    /********************** use info ************************/
    #sec02 {
      background: url(/img/section3_bg.jpg) no-repeat 30% center / cover;
  }
    #useInfo * {
      font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important
    }
    
    #useInfo {
      padding-bottom: 215px;
    }
    
    #useInfo_main {
      height: 480px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("../img/sub/useInfoMainImg.jpg") no-repeat center center / cover;
      margin-bottom: 80px;
    }
    #business #useInfo_main {
      background: url("../img/sub/businessMainImg.jpg") no-repeat center center / cover;
    }
    
    #useInfo_main h3 {
      font-size: 40px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.35;
      letter-spacing: -0.8px;
      text-align: center;
      color: #fff;
    }
    
    h2.sub-tit {
      font-size: 50px;
      font-weight: bold;
      letter-spacing: -0.8px;
      text-align: center;
      color: #222;
      padding-bottom: 40px;
      position: relative;
    }
    
    h2.sub-tit b {
      color: var(--color2)
    }
    
    h2.sub-tit:after {
      content: '';
      display: block;
      width: 96px;
      height: 6px;
      background: var(--color2);
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    
    section#content {
      max-width: 1040px;
      padding: 0 20px;
      margin: 120px auto 0;
    }
    
    #useInfo h4 {
      font-size: 28px;
      font-weight: bold;
      letter-spacing: -0.8px;
      color: #222;
      margin-bottom: 24px;
    }
    
    #useInfo ul {
      display: flex;
      gap: 24px;
    }
    
    #useInfo ul li {
      flex: 1
    }
    
    #useInfo ul li .sec01_txt {
      padding: 20px 8px;
    }
    
    #useInfo ul li small {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.8px;
      color: #222;
      display: block;
    }
    
    #useInfo ul li b {
      font-size: 22px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: -0.5px;
      text-align: left;
      margin: 8px 0 16px;
      display: block;
    }
    
    #useInfo ul li b span {
      color: var(--color2);
    }
    
    #useInfo ul li p {
      font-size: 13px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.54;
      letter-spacing: -0.5px;
      text-align: left;
      color: #9b9b9b;
      padding-left: 10px;
      position: relative;
    }
    
    #useInfo ul li p:before {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #9b9b9b;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    
    
    /*brand story*/
    
    .sub-menu {
      position: sticky;
      text-align: center;
      top: 5%;
      left: 0;
      margin: 0 auto;
      z-index: 5;
      transition: 0.5s;
    }
    html {
      font-size: 16px;
    }
    .sub-menu a {
      font-size: 22px;
      color: #9B9B9B;
      font-weight: 500;
     /* background: #F2F2F2;*/
      border-radius: 100px;
      padding: 1rem 2rem;
      text-decoration: none;
      margin-left: 10px;
    }
    
    .sub-menu a:nth-child(1) {
      margin-left: 0;
    }
    
    .sub-menu a.active {
      color: #fff;
      background:var(--color2)
    }
    
    #brandStory * {
      font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
    }
    #brandStory #content {
      overflow: visible;
    }
    .brandStory {
      position: relative;
      margin: 60px auto 0;
    }
    
    .brandStory .inner h6 {
      font-weight: bold;
      letter-spacing: -0.05em;
      text-align: center;
      font-size: 3rem;
      color: #222
    }
    
    .brandStory .inner h6 img {
      vertical-align: sub
    }
    
    .brandStory .inner h6 em {
      position: relative;
      font-style: normal;
      color: var(--color2);
      font-size:2rem
    }
    .brandStory .inner h6 + p {
      text-align: center;
      font-size:20px;
      margin: 24px 0 80px;
    }
    .brandStory .inner h6 + p b {
      font-weight: 400;
      color: var(--color2);
    }
    
    .brandStory .subSec01 {
      margin-top: 160px
    }
    .brandStory h6 span {
      font-size:22px;
      margin-bottom: 8px;
      display: block;
    }
    .brandStory h6 b {
      color: var(--color2);
    }
    .brandStory .subSec01 ul {
      display: flex;
      flex-wrap: wrap;
      gap:20px
    }
    
    .brandStory .subSec01 ul li {
      width: calc((100% - 20px) / 2);
    }
    .brandStory .subSec01 ul li .sec01_txt {
      padding: 20px 0 70px;
      font-size:24px
    }
    .brandStory .subSec01 ul li small {
      display: block;
      font-size: 14px;
      margin-bottom: 8px;
    }
    
    
    .brandStory .subSec02 {
      margin-top: 160px
    }
    
    .brandStory .subSec02 .pointWrap {
      position: relative;
      display: flex;
      gap: 3rem;
      padding: 60px 0;
    }
    .brandStory .subSec02 .pointWrap>div {
      flex:1
    }
    .brandStory .subSec02 .pointWrap>div.txtWrap {
      padding: 2rem 0;
    }
    .brandStory .subSec02 .pointWrap:nth-of-type(1) {
      padding-top: 80px
    }
    
    .brandStory .subSec02 .imgWrap {
      position: relative;
    }
    .brandStory .subSec02 .txtWrap span {
      color: var(--color2);
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 1rem;
      display: block;
    }
    .brandStory .subSec02 .txtWrap strong {
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: -0.05em;
      font-size: 2.5rem;
      color: #020202;
      display: block;
    }
    .brandStory .subSec02 .txtWrap em {
      font-style: normal;
    }
    
    .brandStory .subSec02 .txtWrap p {
      font-weight: 200;
      line-height: 1.3;
      letter-spacing: -0.05em;
      margin-top: 20px;
      font-size: 1.5rem;
      color: #333
    }
    
    .brandStory .subSec02 .pointWrap:nth-child(even) {
      flex-direction: row-reverse;
    }
    
    .brandStory .subSec03 {
      padding: 120px 0
    }
    
    .brandStory .subSec03 h6 {
      margin-bottom: 60px
    }
    
    .brandStory .subSec03 ul {
      display: flex;
      gap:1.5rem;
      flex-wrap: wrap;
    }
    
    .brandStory .subSec03 ul li {
      width: calc((100% - 3rem) / 3);
    }
    
    .brandStory .subSec03 ul li .txtWrap {
      position: relative;
    }
    
    .brandStory .subSec03 ul li .txtWrap strong {
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: -0.05em;
      font-size: 22px;
      color: #333;
      margin-bottom: 8px;
      padding-top: 1.5rem;
      display: block;
    }
    
    .brandStory .subSec03 ul li .txtWrap p {
      font-weight: 200;
      letter-spacing: -0.05em;
      font-size: 14px;
      color: #333
    }
    
    /* business */
    
    #business #useInfo ul li b {
      font-size:19px
    }
    #business section#content {
      max-width: 100%;
      padding: 0;
    }
    .inner {
      max-width: 1040px;
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
    }
    
    #business .brandStory .subSec02 .pointWrap:nth-child(even) {
      flex-direction: row;
      text-align: right;
    }
    #business .brandStory .subSec02 .pointWrap:nth-child(odd) {
      flex-direction: row-reverse;
    }
    #business .brandStory .subSec02 .pointWrap {
      position: relative;
      display: flex;
      gap: 0;
      padding: 60px 0;
    }
    #business  .brandStory .subSec02 .txtWrap {
      position: relative;
      z-index: 2;
    }
    #business  .brandStory .subSec02 .txtWrap p span {
      display: inline;
      font-weight: 400;
    }
    #business .brandStory .subSec02 .txtWrap > span {
      color: #222;
      font-weight: bold;
      font-size:22px
    }
    #business .brandStory .subSec02 .txtWrap strong {
      font-size:3rem;
      position: relative;
      display: inline-block;
      z-index: 2;
    }
    #business .brandStory .subSec02 .txtWrap strong:after {
      content: "";
      position: absolute;
      top:-15px;
      left: 0;
      width: 141%;
      height: 44px;
      z-index: -1;
      background: url("../img/sub/business0201_txt.png") no-repeat center / 100% auto;
    }
    #business .brandStory .subSec02 .pointWrap:nth-child(2) .txtWrap strong:after {
      top:-15px;
      left: auto;
      right:0;
      width: 67%;
      background: url("../img/sub/business0202_txt .png") no-repeat center / 100% auto;
    }
    #business .brandStory .subSec02 .imgWrap {
      width: 50vw;
      position: absolute;
      top:0;
      left: 50%;
      z-index: 1;
      overflow: hidden;
    }
    #business .brandStory .subSec02 .pointWrap:nth-child(2) .imgWrap{
      left: auto;
      right: 50%;
    }
    #business .brandStory .subSec02 .pointWrap + .pointWrap {
      margin-top: 120px;
    }

    /* footer */

    footer {
        padding: 35px 0;
    }
    #top {
        top: -35px;
        right:20px;
        width: 25px;
        height: 25px;
    }
    footer h4 {
        font-size:14px;
        margin-bottom: 15px;
    }
    footer .fnb {
        font-size:12px;
    }
    footer p {
        font-size:10px;
        margin-top: 10px;
    }
    footer ul.sns_wrap {
        margin-top: 20px;
        gap:10px;
    }
    footer ul.sns_wrap img {
        width: 18px;
    }
    footer .material-symbols-outlined {
        font-size:12px;
    }
    footer ul.sns_wrap li:nth-child(2) img {
        width: 10px;
    }
}





/* response.css ¸Ç ¾Æ·¡¿¡ ÇÑ ¹ø¸¸! */
@media screen and (max-width:768px) {
  /* ÀüÃ¼ ¸Þ´º */
  #mainNav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }
  /* ÇÜ¹ö°Å ¿­¸² */
  #mainNav.open {
    max-height: 100vh;
  }

  /* 1Â÷ ¸Þ´º(li)¿¡ .open ºÙÀÌ¸é ¼­ºê¸Þ´º ³ªÅ¸³ªµµ·Ï */
  #mainNav .hasDepth02 > .snb {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  #mainNav .hasDepth02.open > .snb {
    max-height: 500px; /* ÃæºÐÈ÷ Å« °ªÀ¸·Î ¼³Á¤ÇÏ¼¼¿ä */
  }

  /* ÇÜ¹ö°Å ¹öÆ°Àº Ç×»ó º¸ÀÌ°Ô */
  #bar { display: block !important; }
}
@media screen and (min-width:769px) {
  #bar { display: none !important; }
  
  
}

@media screen and (max-width:769px) {
 
 .pg_wrap {
        clear: both;
        float: left;
        display: inline-block;
        position: absolute !important;
        left: 25% !important;
        top: auto !important;
        overflow-x: hidden !important;
        height: auto !important;
        overflow-y: hidden !important;
        right: 0 !important;
        padding: 0 !important;
		border:none;}
  
  #bo_gall .gall_text_href {     padding: 0px !important;
     height:auto;         font-size: 0.8rem !important;}
	 
	 
#bo_gall .gall_text_href a{ line-height:1.2;}




.mobile-nav ul .sub-menu { text-align:left;}




}