 @charset "euc-kr";
/*webfont*/

 /*reset*/
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section {
     display: block;
 }
 body {
     line-height: 1;
 }
 ol, ul {
     list-style: none;
 } 
 blockquote, q {
     quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
     content: '';
     content: none;
 }
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Noto+Sans:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap');

 * {
     box-sizing:border-box;
 }
 a {    
    color:#fff;    
    text-decoration:none;
}
button {
    cursor:pointer;
}
html {
    font-size:10px; 
}
body {
    color:#666666;     
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    font-size : 1.6rem;
}
::-webkit-scrollbar { 
    width:10px;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
        height: 17%;
        background-color: rgba(51, 63, 112, 0.5);
      
}
::-webkit-scrollbar-track{
        background-color: rgba(255,255,255,1);
}
/* cursor */
.cursor {
    position: fixed;
    top:0;
    left:0;
    width: 50px;
    height: 50px;   
    background-color: rgba(0, 102, 255, 0); 
    border:2px solid rgba(255, 255, 255, 0.6);
    border-radius:50%;
    transition:0.3s;
    transform: translate(-50%,-50%); 
    pointer-events: none;
    animation:scale 0.8s ease-in 0.4s forwards;
   
  }
 
  .cursor:after {
      content:'';
      position: absolute;
      top:40px;
      left:40px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-color: rgba(0, 102, 255, 0.6); 

  }
  .cursor.big {
    width: 80px;
    height: 80px;
    background-color:rgba(131, 131, 131, 0.3);
    transition: all 0.5s;    
  } 

@keyframes scale {
        0% {
            transform:scale(1);	
        }
        100% {
            transform:scale(1.02);
        }
}
/*header*/
header {    
    position: relative;      
}
.head_inner {    
    width: 100%;
    max-width: 1400px;
    padding:0 32px;
    margin:0 auto;    
}
/* LOGO */
.head_inner h1 a {
    position:absolute;
    top:40px;
	width: 204px;
    height: 68px;
    font-size:0;
	background:url(../images/header_logo.png) no-repeat left top;
	transition: all 0.4s;
    z-index: 500;
}
/*RIGHT_menu*/
.right {   
    position: absolute;     
     width: 100px;
     height: 100vh;
     top:0;
     right:0;
     z-index:500;
}
.menu_txt {        
    cursor: pointer;
    font-family: 'Roboto',sans-serif;    
    color:#fff;
    font-size:1.6rem;   
    transform:rotate(-90deg); 
}
.menu_txt:after {
    position:absolute;
    content:'';
    display:inline-block;
    width: 0;
    height: 2px;
    top:-15px;
    left:0;
    background-color: #fff;
    transition:all 0.3s ease-in-out;
}
.menu_txt:hover:after {
	width: 100%;
}
.menu {
    width: 100%;
    text-align: center;
}
.menu1 {
    position: relative;    
    height: 50vh;
    background-color: rgba(0,0,0,0.7);
}
.menu1 .menu_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;
}
.menu2 {
    position: relative;
    height: 50vh;
    background-color: rgba(0,0,0,0.7);    
}
.menu2 .menu_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	margin-left: -38%;
}
.menu_all, .btn_menu {
    display: none;
}
/* slide시작 */
.swiper {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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: 100%;
    object-fit: cover;
}
.mySwiper .swiper-slide {  
    transform: scale(1);
    overflow: hidden;
}
#img1 {
    background:url('https://res.cloudinary.com/cat-art/image/upload/v1638322132/m_img1_w9lajv.jpg') no-repeat center center;
    background-size:cover;       
}
.swiper-slide-active#img1 {
	animation:scale 0.8s ease-in 0.4s forwards;
}
#img2 {
    background:url('https://res.cloudinary.com/cat-art/image/upload/v1638341959/m_img2_xaonwt.jpg') no-repeat center center;
    background-size:cover;     
}
.swiper-slide-active#img2 {
	animation:scale 0.8s ease-in 0.4s forwards;
}
#img3 {
    background:url('https://res.cloudinary.com/cat-art/image/upload/v1638341958/m_img3_ryi0ht.jpg') no-repeat center center;
    background-size:cover;     
}
.swiper-slide-active#img3 {
	animation:scale 0.8s ease-in 0.4s forwards;
}
.swiper-slide {    	
	width:100%;
	height:100vh;
	transform: scale(1);
}
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size:2.6rem;
    text-align: center;
    width: 30px;
    height: 30px;
    /* margin-top: 330px;
    margin-left:450px; */
}
.mySwiper .swiper-button-next {
    left: 254px;
    right: auto;
    z-index: 600;
    top: 164px;
}
.mySwiper .swiper-button-prev {
    left: 205px;
    right: auto;
    z-index: 600;
    top: 164px;
}
.button_wrap {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
}
.pagination_wrap {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;    
    top: 50%;
    left: 40px;
    right: 0;
}
.text_area {
    position: absolute;
	display: flex;
    justify-content: space-between;
	align-items: center;
	width:100%;
	height: 100vh;
	max-width:1400px;
	margin:0 auto;
    padding: 0 32px;
    left: 0;
    right:0;
	color:#fff;     
}
.mySwiper.swiper-horizontal .swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 150px;  
    top: 50%;
    bottom: auto;
    left: 0;
    right:auto;   
    text-align: left; 
}
.mySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.mySwiper .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    z-index:30;
}
.mySwiper .swiper-pagination {
    top: 50%;
    bottom: auto;
    left: 0;
    right:auto;
}
.mySwiper .swiper-pagination-bullet {
    background: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;    
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-weight: lighter;
	line-height: 1;
	color:#fff;
}
.swiper-pagination-progressbar {
    color:#fff;
}
.title {   
    font-size:5.6rem;
    font-family:'Roboto', sans-serif ;
    font-weight: 700;
    color:#fff;  
    text-align: left;    
}
.subtitle {	
    position: absolute;
    margin-top: 200px;
	line-height: 1.5;  
    
}
@keyframes scale {
	0% {
		transform:scale(1);	
	}
	100% {
		transform:scale(1.02);
	}
}
/*Section1*/
.sec_inner {    
    width: 100%; 
    max-width: 1400px;  
    margin:0 auto;
    padding:0 32px;     
}
.sec_inner h2 {
    font-size:3.2rem;
    font-family:'Montserrat', sans-serif ;
    font-weight: 700;
    color:#000;
    margin-top: 100px;
    margin-bottom: 10px;
}
.list1 {
    display:flex;
    flex-wrap: wrap;    
    justify-content:space-between;
    width: 100%;
    height: 320px;   
    margin-bottom: 80px; 
}
.list1 li {
    position: relative;
    overflow: hidden;
    width: 23%;
    padding:100px 10px 0;
    color:#fff;
    z-index: 0;
}
.list1 li:after {
    content:'';
    position: absolute;
    top:0;
    left:0;      
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background-color: rgba(161,161,161,0.8);
    transition:all 0.3s ease-in-out;
}
.list1 li:hover:after {
    opacity: 1;
}
.list1 li:nth-child(1) {
    background:url(../images/new_produtct1.png) no-repeat center center;
    background-size:cover;   
}
.list1 li:nth-child(2) {
    background:url(../images/new_produtct2.png) no-repeat center center;
    background-size:cover;   
}
.list1 li:nth-child(3) {
    background:url(../images/new_produtct3.png) no-repeat center center;
    background-size:cover;   
}
.list1 li:nth-child(4) {
    background:url(../images/new_produtct4.png) no-repeat center center;
    background-size:cover;   
}

@keyframes fadeInDown {
    0% {           
        top:60px;
        opacity:0;
    }
    100% {
        top:0;
        opacity:1;
    }
}  
.text_box {
    position: absolute;
    top:50%;
    left:-100%;
    width: 100%;
    transition:all 0.5s;
}
.text_box p {
    font-size:2rem;
    color:#fff;
    font-family: 'Noto Sans KR', 'Roboto';
    font-weight:400;
}
.list1 li:hover .text_box {
    text-align: center; 
    left:0;
    padding:0 32px;
}
/*section2*/
.sec2_inner {    
    width: 100%; 
    /* height: 500px; */
    max-width: 1400px;  
    margin:0 auto;
    padding:0 32px; 
    margin-bottom:100px;
}
.sec2_inner h2 {
    font-size:3.2rem;
    font-family:'Montserrat', sans-serif ;
    font-weight: 700;
    color:#000;
    margin: 100px 0 10px;
}
.intro_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin-bottom: 25px;
}
.intro_box>div{
    width: 49%;
}
.intro_detail {
    height: 540px;
    margin-left: 25px;
}
.intro_detail2 {
    height: 540px;
    /* margin-right: 25px; */
}
.intro_desc {
    height: 162px;
    font-size:2.4rem;
    color:#ddd;
    font-family:'Montserrat', sans-serif ;
    font-weight:600;
    text-align: center;
    padding-top: 50px;
}
.insta_wrap {
    display: flex; 
    justify-content:space-between;
    height: 500px;
    align-items: center;
}
.insta_imgB {
    width: 40.9956%;
    height: 500px;
    background-color:#000;
    background: url(../images/sns_big.png) no-repeat center center;
    background-size:cover;
}
.insta_imgB span {
    display: inline-block;
    width: 100%;  
    opacity:0.8;
    padding-top: 220px;
    text-align: center;
  }
.insta {
    width: 59.0043%;
    display:flex;
    flex-wrap: wrap;    
    justify-content:space-between;
    flex-direction: column;
    text-align: center;
    padding-left: 28px;
    height: 500px;     
}
.insta_ico {
    display: inline-block;
    opacity:0.8;
    padding-top: 100px;     
}        
.insta>div:nth-child(1) {
    width: 240px;
    height: 240px;    
    background: url(../images/sns_img1.png) no-repeat center center;
    background-size:cover;
    margin-right: 20px;
    margin-bottom: 20px;
}
.insta>div:nth-child(2) {
    width: 240px;
    height: 240px;
    background: url(../images/sns_img2.png) no-repeat center center;
    background-size:cover;
    margin-right: 20px;
}
.insta>div:nth-child(3) {
    width: 240px;
    height: 240px;
    background: url(../images/sns_img3.png) no-repeat center center;
    background-size:cover;
    margin-right: 20px;
    margin-bottom: 20px;
}
.insta>div:nth-child(4) {
    width: 240px;
    height: 240px;
    background: url(../images/sns_img4.png) no-repeat center center;
    background-size:cover;
    margin-right: 20px;
}
.insta>div:nth-child(5) {
    width: 240px;
    height: 240px;
    background: url(../images/sns_img5.png) no-repeat center center;
    background-size:cover;
    margin-right: 20px;
    margin-bottom: 20px;
}
.insta>div:nth-child(6) {
    width: 240px;
    height: 240px;
    background: url(../images/sns_img6.png) no-repeat center center;
    background-size:cover;
    margin-right: 20px;
}

/* section3 */
.product_img {
    width: 40.3654% ;  
    margin-top:3%;
    height: 500px;    
}
.product_img2 {
    position: absolute;
    width: 20.3654%;   
    margin-top:8%;
    height: 500px;
    left:45%;
    visibility:hidden;
}
.blue_more {    
    position: relative;
    align-items: right;
    width: 16.7245%;
    height: 500px;
    margin-left: 20px;
    background:#333F70;    
}
.blue_more div {    
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 100px;
    color:#fff;
    transform: rotate(-90deg);
}
.desc07 {
    font-size:2.2rem;
    font-weight: bold;    
    color:#fff;
}
.material-icons {
    position: absolute;
    right:-220px;
    font-size: 2.6rem;
}
.desc01 {
    font-size:1.4rem;
    font-family: 'Noto Sans KR', 'Roboto';
    color:#525252;
    margin-bottom: 30px;
}
.desc02 {    
    font-size:1.6rem;
    color:#444444;
    font-family: 'Noto Sans KR', 'Roboto';
    font-weight:400;      
}
.list_wrap {
    position: relative;
}
.list_wrap ul {    
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.card li {
    position: relative;	
	perspective: 1500px;
	width:27.6946%;
	height: 340px;
	padding: 25px;
	cursor: pointer;
}
.card li img {
	width: 100%;  
    margin-bottom: 20px;
}
.card_box {
	position: relative;    
	transform-style: preserve-3d;
	transition:all 0.8s cubic-bezier(0,.83,.77,1.38);  
    text-align: center;      
	color:#fff;      
}
.front {
	position:absolute;
	top:0;
	left:0;    
	backface-visibility: hidden;
}
.back {
	position:absolute;
	top:0;
	left:0;
	transform:rotateY(180deg);
	backface-visibility: hidden;
}
.card li:hover .card_box {
	transform:rotateY(180deg);
}
.front p {
	position: absolute;
	font-size : 2.6rem;
	color:#fff;
	font-weight: bold;
	text-align: center;
	padding:38% 33%;
}
.back_text {
	position: absolute;
    top:40%;
    left:18%;
	font-size : 1.6rem;
	line-height: 1.8;
	color:#fff;
	text-align: center;	
}
/* new_product */
.new_product {
    background:url('../images/product_bg.jpg') no-repeat center center;
    background-size:cover;   
    height: 500px;
}
.sec3_inner {    
    position: relative;
    width: 100%; 
    max-width: 1400px;  
    margin:0 auto;
    padding:0 32px;       
}
.sec3_inner>h2 {
    font-size:3.2rem;
    font-weight: 700;
    font-family:'Montserrat', sans-serif ;
    color:#000;
    padding: 100px 0 10px;    
}
.section3 {  
    width: 100%;
    height: 500px;
    background-color: #EEEFF3;
    margin-top: 50px;
}
.section3_wrap {   
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin:0 auto;    
}
.product_text {    
    width: 40.1198%;   
    height: 500px;
    padding: 100px 20px 0 0;
    border-right:1px solid #707070;    
}
.product_text p {   
    font-size:4rem;
    font-family:'Montserrat', sans-serif ;
    font-weight: 700;
    color:#fff;    
    margin-bottom: 30px;    
}
.detail {    
    font-size : 1.8rem;
    font-family: 'Noto Sans KR', 'Roboto';
    font-weight:300; 
    line-height: 1.8;
    color:#EEEFF3;  
}
.product_text p:before {
    content:"";
    display: inline-block;
    width:6px ;
    height:80px ;
    position: absolute;
    top:0;
    background-color: #FF0000;
}
.new_pro1 {    
    position: relative;  
    text-align: left;
    padding: 100px 0 0 30px;
    width:29.9401%;  
    border-right:1px solid #707070;    
    height: 500px;    
}
.new_pro1:hover {
    background-color: rgba(0,0,0,0.1);
}
.new_pro1:before {
    content:"";
    display: inline-block;
    width:2px ;
    height:50px ;
    position: absolute;
    top:106px;
    left:-1px;
    background-color: #fff;
}
.detail02 {       
    font-size : 1.8rem;
    font-family: 'Noto Sans KR', 'Roboto';
    font-weight:500; 
    line-height: 1.8;
    color:#EEEFF3;  
}
.new_pro2 {
    position: relative;
    text-align: left;
    padding: 100px 0 0 30px;
    width:29.9401%;  
    border-right:1px solid #707070;    
    height: 500px;
}
.new_pro2:hover {    
    background-color: rgba(124, 23, 23, 0.1);   
}
.new_pro2:before {
    content:"";
    display: inline-block;
    width:2px ;
    height:50px ;
    position: absolute;
    top:106px;
    left:-1px;
    background-color: #fff;
}
.new_pro1,
.new_pro2 {
    font-size:1.4rem;
    color:#f1f1f1;
    font-weight: 300;
    transition: all 0.4s;
}
.pro_img:hover {
    transform: scale(1.01);
}
.pro_img {
    width: 94%;
    height: 70%;
    text-align: center;  
    margin-top: 60px;
}

/* section5 */
.parallax {  
    background-image: url('https://res.cloudinary.com/cat-art/image/upload/v1638341959/attach_img1_xqdq2r.jpg');
    width: 100%;
    height: 100vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    background-image: url('https://res.cloudinary.com/cat-art/image/upload/v1638341966/attach_img2_ake2rl.jpg');
    width: 100%;
    height: 100vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.board {
    text-align: center;    
    background-color: #fff;
    height: 700px;
    background: transparent;
}
.desc_t {
    font-size:3rem;
    color:#222;
    font-family: 'Noto Sans KR', 'Roboto';
    font-weight:500;
    padding: 100px 0 50px 0;
}
.desc03 {
    font-size:1.6rem;
    font-family: 'Noto Sans KR', 'Roboto';
    font-weight:300;   
    line-height: 1.8;
    text-align: center;   
}
.btn_white {
    font-size:1.6rem;
    font-family: 'Noto Sans KR', 'Roboto';
    color:#333;
    background-color: rgba(0,0,0,0);
    border:1px solid #333;
    padding: 10px 20px;
    margin-top: 30px;
    text-align: center;    
}
.btn_white:hover{
    background-color: #222;
    color:#fff;
    transition: all 1s;
}
.circle ul {
    display: flex;
    justify-content: center;   
}
.circle ul li {
    position:relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    margin-right: -40px;
    margin-top: 50px;
    background-color:rgba(0,0,0,0.1);  
}
.circle ul li:hover {
    background-color:rgba(0,0,0,0.3);    
}
.desc04 {
    position: absolute;
    top:80px;
    right:90px;
    font-size:2.6rem;
    font-family:'Roboto', sans-serif;
    font-weight: 600;
    color:#000;    
}
.desc04:hover {
    color:#333F70 ;
}
.desc05 {
    position:absolute;
    top:120px;
    right:0;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Noto Sans KR', 'Roboto';    
    color:#000;    
    line-height: 1.5;
    padding:0 40px;   
}
footer {    
    background-color: #F1F1F1;
}
.footer_wrap {
    width: 100%;
    height: 100px;
    max-width: 1400px;
    padding:0 32px;
    margin:0 auto;
}
.footer_wrap ul {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.desc06 {
    font-size:1.2rem;
    color:#888;
    text-align:right;
}
.footer_wrap ul li:nth-child(1) {
    width:65.5815%;
}
.btn_top {
	cursor: pointer;
}
.logo_foot_wrap {
    display: none;
}
@media screen and (max-width:1400px) {
    .text_area {
        padding-left: 40px;
    }
    .button_wrap {
        left: 40px;
    }
    .pagination_wrap {
        left: 40px;
    }
    .parallax {
        height: 80vh;
    }
    .parallax2 {
        height: 80vh;
    }   
    .product_text p {
        padding-left: 30px;
    } 
    .intro_box {
        width: 100%;
        height: 520px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 156px;
    }
    .intro_detail {
        height: 520px;
        /* margin-left: 25px; */
    }
    .intro_detail2 {
        height: 520px;
        /* margin-right: 25px; */
    }
    .detail {
        position:absolute;
        width: 36%;
        padding:0 20px 0 0;   
        left:30px;}        
}
@media screen and (max-width:1360px) { 
    .intro_box {
        width: 100%;
        height: 520px;
    }
    .intro_box>div img {
        width: 100%;
    }
    .insta>div:nth-child(1) {
        width: 32%;
    }
    .insta>div:nth-child(2) {
        width: 32%;
    }
    .insta>div:nth-child(3) {
        width: 32%;
    }
    .insta>div:nth-child(4) {
        width: 32%;
    }
    .insta>div:nth-child(5) {
        width: 32%;
    }
    .insta>div:nth-child(6) {
        width: 32%;
    }
    .right {
        height: 80vh;
    }
    .swiper {
        height: 80vh;
    }
    .menu1, .menu2 {
        height: 40vh;
    }
    .product_img{
        display: none;
    }
    .product_img2 {
        visibility:visible;
    }   
    .product_text {
        width: 45%;
    }
}
@media screen and (max-width:1308px) { 
    .list1 li:nth-child(4) {
        display: none;
    }
    .list1 li {
        width: 32%;
        height: 100%;
    }
    .intro_box {
        width: 100%;
        height: 500px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 149px;
    }
    .intro_detail {
        height: 500px;
        /* margin-left: 25px; */
    }
/*    
    .insta>div:nth-child(1) {
        width: 32%;
        height: 220px;
    }
    .insta>div:nth-child(2) {
        width: 32%;
        height: 220px;
    }
    .insta>div:nth-child(3) {
        width: 32%;
        height: 220px;
    }
    .insta>div:nth-child(4) {
        width: 32%;
        height: 220px;
    }
    .insta>div:nth-child(5) {
        width: 32%;
        height: 220px;
    }
    .insta>div:nth-child(6) {
        width: 32%;
        height: 220px;
    }
    .insta {
        height: 460px;
    }
    .insta_imgB {
        height: 460px;
    }
    .insta_wrap {
        height: 460px;
    }   */
}
@media screen and (max-width:1280px) {    
    .intro_box {
        width: 100%;
        height: 485px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 146px;
    }
    .intro_detail {
        height:485px;
        /* margin-left: 25px; */
    }
    /* .insta_imgB {
        width: 40%;
    }
    .insta>div:nth-child(1) {
        width: 32%;
    }
    .insta>div:nth-child(2) {
        width: 32%;
    }
    .insta>div:nth-child(3) {
        width: 32%;
    }
    .insta>div:nth-child(4) {
        width: 32%;
    }
    .insta>div:nth-child(5) {
        width: 32%;
    }
    .insta>div:nth-child(6) {
        width: 32%;
    }
    .insta>div:nth-child(7) {
        width: 32%;
    } */
    .product_text {
        width: 40.9101%;
    }
    .back_text {
        left:15%;
    }
    .footer_wrap ul li:nth-child(1) {
        width: 52.5815%;
    }
    .card li {
        padding:20px;
    }
}
@media screen and (max-width:1180px) {
    .intro_box {
        width: 100%;
        height: 440px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 134px;
    }
    .intro_detail {
        height: 440px;
        /* margin-left: 25px; */
    }
    .card li {
        padding:15px;
    }
}
@media screen and (max-width:1140px) {
    .sec2_inner {
        /* height: 420px; */
    }
    .intro_box {
        width: 100%;
        height: 425px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 128px;
    }
    .intro_detail {
        height: 425px;
        /* margin-left: 25px; */
    }
    /* .insta_imgB {
        height: 420px;
    }
    .insta_imgB span {
        padding-top: 180px;
    }
    .insta>div:nth-child(1) {
        height: 200px;
    }
    .insta>div:nth-child(2) {
        height: 200px;
    }
    .insta>div:nth-child(3) {
        height: 200px;
    }
    .insta>div:nth-child(4) {
        height: 200px;
    }
    .insta>div:nth-child(5) {
        height: 200px;
    }
    .insta>div:nth-child(6) {
        height: 200px;
    }
    .insta>div:nth-child(7) {
        height: 200px;
    }
    .insta_wrap {
        height: 420px; 
    }
    .insta {
        height: 420px; 
    }
    .insta_ico {
        padding-top: 80px;
    } */
    .list1 li {
        width: 32%;
        height: 100%;
    }  
    .detail {
        font-size:1.6rem;
    }  
}
@media screen and (max-width:1090px) {  
    .intro_box {
        width: 100%;
        height: 400px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 123px;
    }
    .intro_detail {
        height: 400px;
        /* margin-left: 25px; */
    }
    .product_text p {
        font-size:3rem;
    }
    .back_text {
        top:35%;
        left:9%;}
}
@media screen and (max-width:1024px) {
    .title { 
        font-size:4.2rem;
    }
    .promotionSlide {
        margin:0 20px;
    }
    .intro_box {
        width: 100%;
        height: 375px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 114px;
    }
    .intro_detail {
        height: 375px;
        /* margin-left: 25px; */
    }
    /* .insta {
        width: 100%;
        padding-left:0;
    }
    .insta_imgB {
        display: none;
    }
    .insta>div:nth-child(1) {
        width: 32%;
    }
    .insta>div:nth-child(2) {
        width: 32%;
    }
    .insta>div:nth-child(3) {
        width: 32%;
    }
    .insta>div:nth-child(4) {
        width: 32%;
    }
    .insta>div:nth-child(5) {
        width: 32%;
    }
    .insta>div:nth-child(6) {
        width: 32%;
    }
    .insta>div:nth-child(7) {
        width: 32%;
    } */
    .card li {
        height: 280px;
    }
    .product_text p {
        margin-top: 10px;
        font-size:3rem;
    }
    .detail {
        font-size:1.6rem;
    }   
    .product_img2 {
        left:40%;
    }
    .parallax {
        height: 60vh;
    }
    .parallax2 {
        height: 60vh;
    }    
}

@media screen and (max-width:960px) {  
    .intro_box {
        width: 100%;
        height: 350px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 107px;
    }
    .intro_detail {
        height: 350px;
        /* margin-left: 25px; */
    }
    .sec_inner {
        /* height: 620px; */
    }
    .card li {
        width: 80%;
    }   
    .back_text  {
        font-size:1.6rem;
        top: 40%;
        left:18%;
    }   
    .pro_img {
        width: 80%;
    }    
    .footer_wrap ul li:nth-child(1) {
        width: 46.5815%;
    }
}
@media screen and (max-width:870px) {   
    .intro_box {
        width: 100%;
        height: 310px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 96px;
    }
    .intro_detail {
        height: 310px;
        /* margin-left: 25px; */
    }
    .list1 {
        padding-bottom: 100px;
        height: 580px;
    }
    .list1 li:nth-child(1),
    .list1 li:nth-child(2),
    .list1 li:nth-child(3),
    .list1 li:nth-child(4) {
        width: 48%;
        height: 280px;
        margin-bottom: 20px;
    }
    .list1 li:nth-child(4){
        display: inline-block;      
    }     
    .card li {
        height: 230px;
    }
    .sec2_inner h2 {
        margin:100px 0 10px;
    }    
    .pro_img img {
        width: 180px;
    }
    .detail {
        font-size:1.4rem;
        padding:0 20px 0 0;
    }
    .back_text  {
        font-size:1.6rem;
        top: 40%;
        left:15%;
    }
    .footer_wrap ul li:nth-child(1) {
        width: 40.5815%;
    }
}
@media screen and (max-width:780px) {
    .intro_box {
        width: 100%;
        height: 280px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        padding-top: 20px;
        height: 86px;
    }
    .intro_detail {
        height: 280px;
        /* margin-left: 25px; */
    }
    .back_text  {
        top:36%;
       left:10%;
    }
    .footer_wrap ul li:nth-child(1) {
        width: 38.5815%;
    }
    .btn_menu {
        display: inline-block;
        position:absolute;
        top:49px;
        right:20px;        
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.4s;
        z-index:1000;
    }
    .btn_menu span {        
        position:absolute;
        top:0;
        left:0;
        width: 24px;
        height: 2px;
        background : #fff;
        transition: all 0.4s;
        z-index:1000;        
    }
    .btn_menu span:nth-child(1) {
        top:2px;
    }
    .btn_menu span:nth-child(2) {
        top:9px;
    }
    .btn_menu span:nth-child(3) {
        top:16px;
    }
    /* 햄버거 메뉴 x로 만들기 */
    .btn_menu.open span:nth-child(1) {
        top:7px;
        transform:rotate(45deg);
    }
    .btn_menu.open span:nth-child(2) {
        opacity:0;
    }
    .btn_menu.open span:nth-child(3) {
        top:7px;
        transform:rotate(-45deg);
    }
    .menu_all{
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center; 
        position:absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 60vh;
        background-color: rgba(0,0,0,0.9);
        z-index:800;       
    }
    .menu_all.menu_open {
        top:0;
        left:0;
        transition: all 0.5s;
    }
    .menu_01 {
        font-size:3rem;
        font-weight: 700;
        font-family: 'Montserrat';        
        color:#fff;
        line-height:2;
        margin:0 auto;
        cursor: pointer;
        z-index:1500;        
    }
    .title{
        text-align: center;
        width: 100%;
    }
    .subtitle {
       width: 100%;
       text-align: center;
       left:0;   
    } 
    .text_area {
        width: 100%;
        margin:0 auto;
        /* padding-left: 0; */
        max-width: 708px;
        height: 767px;
    }
    .button_wrap,.pagination_wrap {
        display: none;
    }
    #section4 {display:none;}
    .detail {
       width: 30%;
    }
    .list1 {
        width: 100%;
    }
    .list1 li {
        width: 48%;
        height: 100%;
    } 
    .right {
        display: none;
    }
    .swiper {
        height: 60vh;
    }
    .insta {
        width: 100%;
    }
    .product_text p {
        line-height: 1.3;
    }
    .product_text {
        width: 36%;
    }
    .pro_img {
        text-align: left;
    }
    .pro_img img {
        width: 160px;
    }
    .new_pro1 {
        width: 32%;
    }
    .new_pro2 {
        width: 30%;   
    }    
    .product_text {
        width: 38%;
    }        
    .product_text p {        
        font-size:2rem
    }
    .circle ul {       
        margin-left: -20px;
    }
    .circle ul li {
        width: 240px;
        height: 240px;
    }
    .desc04 {
        top:70px;
        right: 75px;
    }
    .desc05 {
        font-size:1.4rem;
        top:110px;
    }
    .parallax {
        background: url('../images/attach_img1.jpg') no-repeat center top;
        background-size:cover;
        width: 100%;
        height: 60vh; 
        background-attachment: fixed;        
      }
    .parallax2 {
        background: url('../images/attach_img2.jpg') no-repeat center top;
        background-size:cover;
        background-attachment: fixed;
        width: 100%;
        height: 60vh; 
    }
    .footer_wrap ul li:nth-child(1) {
        width: 35.5815%;
    }
}

@media screen and (max-width:730px) {
    .intro_box {
        width: 100%;
        height: 255px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 79px;
    }
    .intro_detail {
        height: 255px;
        /* margin-left: 25px; */
    }
    .section3_wrap {
        padding: 0 32px;
    }
    .detail {
        left:60px;
    }
    .logo_foot_wrap {
        display: inline-block;
    }
    .footer_wrap {
        display: none;
    }
   
    .footer_wrap_mobile {
        width: 100%;
        height: 100px;
        max-width: 1400px;
        padding:0 32px;
        margin:0 auto;
    }
    .footer_wrap_mobile ul {
        width: 100%;
        height: 100%;
        padding-top: 30px;
        text-align: center;        
    }
    .logo_text {
        font-size: 1.8rem;
        color:#000212;
        font-weight: 600;
        padding-bottom: 15px;
    }
    .logo_text2 {
        font-size: 1.2rem;
        color:#888;
    }    
    .parallax,  .parallax2 {
        height: 50vh;
    }   
}
@media screen and (max-width:700px) {
    .intro_box {
        width: 100%;
        height: 240px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 75px;
        font-size:1.8rem;
    }
    .intro_detail {
        height: 240px;
        /* margin-left: 25px; */
    }
    .list1 {
        width: 100%;
    }
    .list1 li {
        width: 48%;
        height: 100%;
    } 
    .insta {
        width: 100%;
    }
    
    .section3_wrap {
        padding:0 0 0 32px;
    }
    .product_text {
        display: none;
    }
    .new_pro1, .new_pro2 {
        width: 50%;
        border-left:1px solid #707070;
        border-right:0;'
        padding:0;
    }    
    .parallax, .parallax2 {
        height: 50vh;
    }   
}
@media screen and (max-width:620px) {
    .sec_inner {
        height: 650px;
    }
    .intro_box {
        width: 100%;
        height: 205px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 65px;
        font-size:1.8rem;
    }
    .intro_detail {
        height: 205px;
        /* margin-left: 25px; */
    }
    .title {
        font-size: 3.6rem;
    }
    .subtitle {
        font-size: 1.4rem;
        margin-top: 140px;
    }
    .list1 {
        height: 280px;
    }
    .list1 li {
        width: 48%;
        height: 100%;
    }
   
    /* .insta_wrpa {
        display: flex; 
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .insta>div:nth-child(1) {
        width: 48%;
        margin-right: 0;
    }
    .insta>div:nth-child(2) {
        width: 48%;
        margin-right: 0;
    }
    .insta>div:nth-child(3) {
        width: 48%;
        margin-right: 0;
        margin-left: 20px;
    }
    .insta>div:nth-child(4) {
        width: 48%;
        margin-right: 0;
        margin-left: 20px;
    }
    .insta>div:nth-child(5) {
        display: none;
    }
    .insta>div:nth-child(6) {
        display: none;
    } */
    .sec3_inner>h2 {
        padding:30px 0 10px 0;
    }
    .board {
        height: 400px;
    }
    .circle ul {
        display: none;
    }  
}
@media screen and (max-width:570px) { 
    .title {
        font-size:2.8rem;
        line-height: 1.5;
    }
    .intro_box {
        width: 100%;
        height: 188px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 61px;
        font-size:1.8rem;
    }
    .intro_detail {
        height: 188px;
        /* margin-left: 25px; */
    }
    .sec_inner {
        height: 550px;
    } 
    .list1 {
        margin-bottom: 0;
        height: 460px;
    }
    .list1 li:nth-child(1),
    .list1 li:nth-child(2),
    .list1 li:nth-child(3),
    .list1 li:nth-child(4) {
        height: 230px;
        margin-bottom: 20px;
    }  
    .desc_t {
        font-size:2.6rem;
    }
    .desc03 {
        font-size: 1.4rem;
    }
    .parallax, .parallax2 {
        height: 30vh;
    } 
}
@media screen and (max-width:500px) {   
    .intro_box {
        width: 100%;
        height: 156px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 50px;
        font-size:1.4rem;
    }
    .intro_detail {
        height: 156px;
        /* margin-left: 25px; */
    }
    .sec_inner {
        height: 480px;
    } 
    .list1 {
        margin-bottom: 0;
        height: 400px;
    }
    .list1 li:nth-child(1),
    .list1 li:nth-child(2),
    .list1 li:nth-child(3),
    .list1 li:nth-child(4) {
        height: 200px;
        margin-bottom: 20px;
    } 
    .head_inner h1 a {
        background: url('../images/header_logo2.png')no-repeat left top;
    }
    .board .desc03 {
        padding:0 20px;       
        font-size: 1.3rem;
    }
    .new_pro1, .new_pro2 {
        width: 50%;        
    }
    .new_pro1:hover, .new_pro2:hover {
       width: 50%;
    }     
}
@media screen and (max-width:450px) {  
    .sec_inner {
        height: 460px;
    } 
    .intro_box {
        width: 100%;
        height: 136px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 45px;
        font-size:1.4rem;
        padding-top: 12px;
    }
    .intro_detail {
        height: 136px;
        /* margin-left: 25px; */
    }
    .list1 {
        margin-bottom: 0;
        height: 320px;
    }
    .list1 li:nth-child(1),
    .list1 li:nth-child(2),
    .list1 li:nth-child(3),
    .list1 li:nth-child(4) {
        width: 47%;
        height: 160px;
        margin-bottom: 20px;
    } 
    .swiper {
        height: 60vh;
    }   
    .menu_all {
        height: 60vh;
    }
    .sec2_inner h2 {
        margin: 100px 0 10px }
    .title {
        padding: 10px 20px;
    }
    .subtitle {
        display: none;
    }
    .detail02 {
        font-size: 1.6rem;
    }   
    .text_box p {
        font-size: 1.4rem;
    }
    .insta_ico {
        padding-top: 60px;
    }
    .desc_t {
        padding: 80px 10px 20px 10px;
        line-height: 1.6;
        font-size: 2.4rem;
    }
    .sec2_inner {
        margin-bottom: 0;
    }
    .insta_wrap {
        height: 340px;
    }
    .insta {
        height: 340px;
    }
    .insta>div:nth-child(1) {
        width: 47%;
        height: 160px;
    }
    .insta>div:nth-child(2) {
        width: 47%;
        height: 160px;
    }
    .insta>div:nth-child(3) {
        width: 47%;
        height: 160px;
    }
    .insta>div:nth-child(4) {
        width: 47%;
        height: 160px;
    }
    .new_pro1, .new_pro2 {
        padding: 100px 10px 10px;
    }   
}
@media screen and (max-width:406px) { 
    .sec_inner {
       height: 440px;
    }    
    .intro_box {
        width: 100%;
        height: 115px;
    }
    .intro_box>div img {
        width: 100%;
       
    }
    .intro_desc {
        height: 41px;
        font-size:1.4rem;
        padding-top: 8px;
    }
    .intro_detail {
        height: 115px;
        /* margin-left: 25px; */
    }
    .title {
        font-size: 3rem;
        /* margin-left: 30px; */
    }
    .swiper {
        height: 50vh;
    }
    .menu_all {
        height: 50vh;
    }
    .pro_img img {
        width: 130px;}
    .detail02 {
            font-size: 1.4rem;
    }
    .list1 {
        height: 200px;
    }

}