@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');



* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
}
.clearfix {
    display:block;
    clear:both;
}
.background {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
    .pc_img {
        display:block;
    }
    .mo_img {
        display:none;
    }




.split-wrapper {
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: row;
}

.split {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 2rem;

}

.split_left {
  background: url('https://elgpelgp0755.mycafe24.com/theme/purie/img/bg-left.jpg') center/cover no-repeat;
}

.split_right {
  background: url('https://elgpelgp0755.mycafe24.com/theme/purie/img/bg-right.jpg') center/cover no-repeat;
}

.split_content h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.split_content a {
  display: inline-block;
  margin-top: 1.5rem;
  color: white;
  text-decoration: underline;
}

/* 반응형 */
@media (max-width: 768px) {
  .split-wrapper {
    flex-direction: column;
  }

  .split {
    height: 50vh;
  }

.split_content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

}




.premium-system {
  padding: 60px 20px;
  text-align: center;
  max-width: 1480px;
  margin: 0 auto;
}

.premium-system h2 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.premium-system p {
  font-size: 1rem;
  margin-bottom: 2.5rem;
  color: #555;
}

.premium-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.premium-items .itembox {
/*  background: #fff;*/
 /* border-radius: 12px;*/
  padding: 20px;
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.05);*/
  text-align:left;

}


.premium-items .itembox img {
  max-width: 100%;
 /* border-radius: 8px;*/
  margin-bottom: 15px;
}

.premium-items .itembox h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #5c3b2e;
}

.premium-items .itembox p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom:0px;
}

/* ✅ 반응형: 모바일에서 2개씩 */
@media (max-width: 768px) {

.premium-system {
zoom:0.7;
}
.premium-system h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}


  .premium-items {
    grid-template-columns: repeat(2, 1fr);
  }

.premium-items .itembox {
/*  background: #fff;*/
 /* border-radius: 12px;*/
  padding: 5px;
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.05);*/
  text-align:left;

}


}








/* ✅ CSS */
.signature-section {
  display: flex;
  width: 100vw;
  height: 100vh;
}

.signature-section .text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.signature-section .text .inner {
  padding: 80px 60px;
}

.signature-section .text h2 {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1;
}

.signature-section .text h2 .thin {
  font-weight: 300;
}

.signature-section .sub-title {
  font-size: 1.5rem;
  color: #7b3e3e;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.signature-section .text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}

.signature-section .image {
  flex: 1;
  height: 100vh;
  overflow: hidden;
}

.signature-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 120px 0 0;
}

/* ✅ 반응형 */
@media (max-width: 768px) {
  .signature-section {
    flex-direction: column;
    height: auto;
  }

.signature-section .text h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1;
}

  .signature-section .text {
    text-align: center;
	zoom:0.8;
  }

  .signature-section .text .inner {
    padding: 40px 20px;
  }

  .signature-section .image {
    height: 30vh;
  }

.signature-section .image img {
  max-height: 30vh;
    border-radius: 0;
  }
}





/* ✅ 전체 섹션 래퍼 */
.real-purie-wrapper {
  display: flex;
  flex-direction: column;
  height: 80vh;
  width: 100vw;
  overflow: hidden;
}

.real-purie-header {
  text-align: left;
  padding: 5% 5% 2% 5%  ; /* 상단 텍스트가 겹치지 않도록 */
  flex: 0 0 auto;
}

.real-purie-header h2 {
  font-size: 4rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.real-purie-header p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  /*margin: 0 auto;*/
}

/* ✅ 아코디언 갤러리 영역 */
.real-purie-gallery {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.real-purie-item {
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: flex 0.5s ease;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px;
  color: white;
  cursor: pointer;
}

.real-purie-item:hover {
  flex: 2;
}

.real-purie-content {
  text-align: center;
  /*background: rgba(0, 0, 0, 0.3);*/
  padding: 20px 30px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.real-purie-item:hover .real-purie-content {
 /* background: rgba(0, 0, 0, 0.6);*/
}

.real-purie-content h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: 'Optima', serif;

}

.real-purie-content p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.real-purie-arrow {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 5px;
}

/* ✅ 반응형: 세로로 나열 */
@media (max-width: 768px) {
  .real-purie-wrapper {
    height: auto;
	zoom:0.8;
	width:100%
  }

  .real-purie-gallery {
    flex-direction: column;
  }
	.real-purie-header h2 {
	  font-size: 2rem;
	  margin-bottom: 10px;
	  font-weight: 600;
	}
  .real-purie-item {
    height: 25vh;
    flex: unset;
	padding: 20px;
  }

  .real-purie-item:hover {
    flex: unset;
  }

.real-purie-item {



  .real-purie-content {
    padding: 16px 20px;
  }

  .real-purie-header h2 {
    font-size: 1.8rem;
  }

  .real-purie-header p {
    font-size: 0.95rem;
  }
}

}






.contact-section {
  display: flex;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
}



/* 여백 확대 */
.contact-left {
  flex: 1;
  padding: 80px 0 80px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-left h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.contact-left .subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 40px;
}

.contact-form .form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 8px;
}

.form-group input {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 6px;
  font-size: 1rem;
  background: transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
  outline: none;
}

.form-group input:focus {
  border-bottom: 1px solid #8c6f56;
  box-shadow: 0 2px 0 rgba(140, 111, 86, 0.2);
  outline: none;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  text-align: center;
  color:#A39991
}

.channel {
  text-align: center;
  font-weight: 400;
  color: #333;
}
.channel a{  color:#A39991}
.contact-right {
  flex: 1;
  height: 100vh;
  overflow: hidden;
}

.contact-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0px 0 0;
  margin: 0 0 0 25%;
}



/* ✅ 반응형 */
@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    height: auto;
  }

  .contact-left {
    padding: 60px 20px;
	zoom:0.8;
  }

  .contact-form .form-row {
    flex-direction: column;
    gap: 16px;
  }

  .contact-channels {
    grid-template-columns: repeat(4, 1fr); /* ✅ 유지 */
    gap: 16px;
    font-size: 0.85rem;
  }

  .contact-right {
    height: 50vh;
	display:none;
  }

  .contact-right img {
    border-radius: 0;
  }



 .form-group {
    flex-direction: column;
  }

  .form-group label {
    display: none; /* ✅ 모바일에서 label 숨김 */
  }

  .form-group input {
    padding: 12px 8px;
    font-size: 1rem;
  }

  .form-group input::placeholder {
    color: #aaa;
  }


}











/* 애니메이션 정의 */
/* ✅ 초기 상태에서 숨겨두기 */
.animate-on-visible {
  opacity: 0;
}

.fade-in-up {
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
}

.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.5s; }
.delay-3 { animation-delay: 0.7s; }
.delay-4 { animation-delay: 0.9s; }
.delay-5 { animation-delay: 1.1s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}










#main {
    width:100%;
    overflow:hidden;
/* 	padding-top:70px; */
}
      .jb-a {
        width: 954px;
        margin: 0px auto;
        position: relative

      }
	.jb-c {
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  opacity: 0;
	  transition: opacity 0.5s linear;
	}
	.jb-a:hover .jb-c {
	  opacity: 1;
	}




        .custom-accordion-container {
            display: flex;
            flex-direction: row; /* 기본적으로 가로 형태 */
            overflow: hidden;
            width: 100%;
        }

        .custom-accordion-item {
            flex: 1;
            border: 0px solid #fff;
            border-radius: 0px;
            overflow: hidden;
            transition: flex 0.3s ease;
            background-color: white;
            position: relative; /* 배경 이미지 위치 설정을 위해 relative로 설정 */
            height: 500px; /* 고정 높이 설정 */
        }


        .custom-accordion-header {
            padding: 50px 0 0 50px;
            cursor: pointer;
            text-align: left;
            position: relative; /* 내용이 겹치지 않도록 설정 */
            height: 100%; /* 전체 높이 사용 */
			color:#fff;
			font-size:2em;
        }

        .custom-accordion-header.active  {
        }


        .custom-accordion-header h2 {
            font-size: 0.5em; /* 기본 글자 크기 */
            margin: 0; /* 기본 마진 제거 */
            transition: font-size 0.3s; /* 크기 변화에 애니메이션 추가 */
			line-height:150%;
			padding-bottom:10px;
			font-family:'MapoGoldenPier';
        }

        .custom-accordion-header.active h2 {
            font-size: 1em; /* 마우스 오버 시 글자 크기 증가 */
        }


        .custom-accordion-header h3 {
            font-size: 1em; /* 기본 글자 크기 */
            margin: 0; /* 기본 마진 제거 */
            transition: font-size 0.3s; /* 크기 변화에 애니메이션 추가 */
			line-height:120%;
        }

        .custom-accordion-header.active h3 {
            font-size: 2.4em; /* 마우스 오버 시 글자 크기 증가 */
			line-height:120%;
        }


        .custom-accordion-content {
            display: none;
            text-align: left;
			color:#fff;
			font-size:0.6em;
        }

        .custom-accordion-content img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        /* 배경 이미지 설정 */


        .custom-accordion-item:nth-child(1) {
            background-image: url('https://doctormellow.com/kr/theme/mellow/img/aco_1.jpg');
            background-size: cover;
            background-position: center;
			background-color:#8e5e4a;
        }
        .custom-accordion-item:nth-child(1) .custom-accordion-header{
			 background-color: rgba(142, 76, 48, 0.9); /* 마우스 오버 시 배경 색상 변경 */
        }
        .custom-accordion-item:nth-child(1) .custom-accordion-header.active{
			 background-color: rgba(0, 0, 0, 0.3); /* 마우스 오버 시 배경 색상 변경 */
        }


        .custom-accordion-item:nth-child(2) {
            background-image: url('https://doctormellow.com/kr/theme/mellow/img/aco_2.jpg');
            background-size: cover;
            background-position: center;
			background-color:#5e4843;
        }
        .custom-accordion-item:nth-child(2) .custom-accordion-header{
			 background-color: rgba(94, 72, 67, 0.85); /* 마우스 오버 시 배경 색상 변경 */
        }
        .custom-accordion-item:nth-child(2) .custom-accordion-header.active{
			 background-color: rgba(0, 0, 0, 0.3); /* 마우스 오버 시 배경 색상 변경 */
        }


        .custom-accordion-item:nth-child(3) {
            background-image: url('https://doctormellow.com/kr/theme/mellow/img/aco_3.jpg');
            background-size: cover;
            background-position: center;
			background-color:#aa855d;
        }
        .custom-accordion-item:nth-child(3) .custom-accordion-header{
			 background-color: rgba(70, 60, 49, 0.85); /* 마우스 오버 시 배경 색상 변경 */
        }
        .custom-accordion-item:nth-child(3) .custom-accordion-header.active{
			 background-color: rgba(0, 0, 0, 0.3); /* 마우스 오버 시 배경 색상 변경 */
        }




        .custom-accordion-item:nth-child(4) {
            background-image: url('https://doctormellow.com/kr/theme/mellow/img/aco_4.jpg');
            background-size: cover;
            background-position: center;
			background-color:#918d6e;
        }
        .custom-accordion-item:nth-child(4) .custom-accordion-header{
			 background-color: rgba(145, 141, 110, 0.85); /* 마우스 오버 시 배경 색상 변경 */
        }
        .custom-accordion-item:nth-child(4) .custom-accordion-header.active{
			 background-color: rgba(0, 0, 0, 0.3); /* 마우스 오버 시 배경 색상 변경 */
        }



        .custom-accordion-item:nth-child(5) {
            background-image: url('https://doctormellow.com/kr/theme/mellow/img/aco_5.jpg');
            background-size: cover;
            background-position: center;
			background-color:#92614a;
        }
        .custom-accordion-item:nth-child(5) .custom-accordion-header{
			 background-color: rgba(146, 97, 74, 0.85); /* 마우스 오버 시 배경 색상 변경 */
        }
        .custom-accordion-item:nth-child(5) .custom-accordion-header.active{
			 background-color: rgba(0, 0, 0, 0.3); /* 마우스 오버 시 배경 색상 변경 */
        }



        /* 기본적으로 첫 번째 메뉴 열기 */
        .custom-accordion-item:first-child .custom-accordion-content {
            display: block;
        }

        .custom-accordion-item:first-child {
            flex: 3; /* 첫 번째 메뉴가 커지도록 설정 */
        }

        /* 모바일 화면에서 세로 형태로 변경 */
        @media (max-width: 980px) {
            .custom-accordion-container {
                flex-direction: column; /* 세로 형태로 변경 */
            }

            .custom-accordion-item {
                flex: none; /* 각 항목의 flex 제거 */
                margin-bottom: 0; /* 항목 간의 여백 제거 */
                height: auto; /* 모바일에서 높이 자동 조정 */
            }

            .custom-accordion-item:first-child {
                flex: none; /* 첫 번째 항목의 크기 조정 제거 */
            }

        .custom-accordion-header {
            padding: 20px
        }

        .custom-accordion-header h2 {
            font-size: 0.3em; /* 기본 글자 크기 */
            margin: 0; /* 기본 마진 제거 */
            transition: font-size 0.3s; /* 크기 변화에 애니메이션 추가 */
			line-height:150%;
			padding-bottom:5px;
			font-family:'MapoGoldenPier';
        }

        .custom-accordion-header.active h2 {
            font-size: 0.2em; /* 마우스 오버 시 글자 크기 증가 */
        }


        .custom-accordion-header h3 {
            font-size: 0.8em; /* 기본 글자 크기 */
            margin: 0; /* 기본 마진 제거 */
            transition: font-size 0.3s; /* 크기 변화에 애니메이션 추가 */
			line-height:120%;
        }

        .custom-accordion-header.active h3 {
            font-size: 1em; /* 마우스 오버 시 글자 크기 증가 */
			line-height:100%;
        }


        .custom-accordion-header p {
            font-size: 0.5em !important; /* 마우스 오버 시 글자 크기 증가 */
			line-height:120%;
        }

        }





































.mainsec01 {position:relative;width:100%;padding:120px 0 0 0; font-size:1.5em;}
.mainsec01 .mainwrap {max-width:1280px;margin:0 auto;}
.mainsec01 .mainwrap li{width:33.3%;float:left; padding:20px;position: relative;}
.01box{position: absolute; margin-top:200px;transform: translate(-50%, -50%);left:50%;top:50%}
.mainsec01 .mainwrap li:nth-child(1) {text-align:left;}
.mainsec01 .mainwrap li:nth-child(2) {text-align:center}
.mainsec01 .mainwrap li:nth-child(3) {text-align:right}
.mainsec01 .mainwrap li:nth-child(3) b{font-weight:bold;color:#A39991}
.clear {clear:both;font-size:0px}

.slideshow .slide:nth-child(1) {background: url('../img/bg.jpg');background-size: cover;;background-attachment: fixed;}
.slideshow .slide:nth-child(2) {background: url('../img/bg.jpg');background-size: cover;;background-attachment: fixed;}
.slideshow .slide:nth-child(3) {background: url('../img/bg.jpg');background-size: cover;;background-attachment: fixed;}

/* .slideshow .slide:nth-child(3) {background: url('../img/subvisual_1_1.jpg');background-size: cover;;background-attachment: fixed;}
 */
.mainsec02 {position:relative;width:100%;background-image:url('../img/mainsec02_bg.jpg');background-size: cover;padding:150px 0;  height:100vh;font-size:1.5em;  background-repeat: no-repeat; /* 배경이미지X */
  background-size: cover; /* 요소를 비율에 맞게 커버 */
  background-position: center; /* 이미지를 요소의 정가운데로 처리 */
  background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */}
.mainsec02 .mainwrap {max-width:1280px;margin:0 auto;color:#884332}
.mainsec02 .mainwrap span{font-family: 'NotoSerifKR', serif; font-weight:200;display: inline-block;width:90px; height:90px; border-radius: 50%; line-height:90px; font-size:1.2em;background-color:#884332;color:#fff}
.mainsec02 .mainwrap h2{font-size:2em;margin-bottom:15px;font-weight:500}
.mainsec02 .mainwrap li{width:33.3%;float:left; font-size:1.2em; padding:10px;position: relative;}
.mainsec02 .mainwrap .title {margin-top:20px;font-weight:bold}
.mainsec02 .mainwrap li:nth-child(1) {text-align:center;}
.mainsec02 .mainwrap li:nth-child(2) {text-align:center}
.mainsec02 .mainwrap li:nth-child(3) {text-align:center}

.mainsec03 {position:relative;width:100%;/* background-image:url('../img/mainsec03_bg.jpg') */; ;padding: 150px 0;;font-size:1.5em; }
.mainsec03_title01{font-family: 'Optima', serif; font-size:58px;color:#534A4A}
.mainsec03 b{ font-size:20px;font-weight:600;padding:30px 0 10px 0}
.mainsec03 p{ font-size:16px;line-height:30px;color:#484848}
.mainsec03_title02{font-family: 'Optima'; color:#000;font-size:2em;margin-top:30px}


.mainsec04 {position:relative;width:100%;background-color:#F8F8F8/* background-image:url('../img/mainsec04_bg.jpg');background-size: ; background-repeat: no-repeat; */padding:150px 0 50px 0; }
.mainsec04 .mainwrap {width:1600px;margin:0 auto;color:#fff}
.mainsec04_title01{font-family: 'Optima', serif; font-size:58px;color:#534A4A}
.mainsec04_title02{color:#A39991;font-size:2.4em;margin-top:0px;font-weight:500}
.mainsec04 .sec4_banner{transition:all 0.6s;}
.mainsec04 .sec4_banner a:hover{opacity:0.8}


.mainsec05 {position:relative;width:100%;background-color:#F8F8F8;;padding:100px 0 200px 0;}
.mainsec05 .mainwrap {width:1080px;margin:0 auto;}
.mainsec05 .mainwrap 
.mainsec05_title01 {color:#A39991;font-size:2em;margin-top:0px;font-weight:500}

.mainsec05 .slider {
    position: relative;
    max-width: 600px; /* 배너 최대 너비 */
    margin: auto;
    overflow: hidden;
}

.mainsec05 .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.mainsec05 .slide {
    min-width: 100%;
    box-sizing: border-box;
}

.mainsec05 .slide img {
    width: 100%;
    display: block;
}


.mainsec06 {position:relative;width:100%; height:800px;padding:0px;background-color:#FAFAFA}
.mainsec06 .mainwrap {width:100%;max-width:1920px;margin:0 auto;}
.mainsec06 .mainwrap li{width:50%;float:left; padding:0px;position: relative;height:800px}
.mainsec06 .mainwrap li:nth-child(1) {background-image:url('../img/mainsec06_img01.png');background-size: cover;}
.mainsec06 .mainwrap li:nth-child(2) {text-align:left;padding:300px 200px;}
.mainsec06_title01{color:#A39991;font-size:2em;margin-top:0px;font-weight:500}

.mainsec07 {position:relative;width:100%;padding:100px 0 200px 0;}
.mainsec07 .mainwrap {max-width:1080px;margin:0 auto;}
.mainsec07_title01{color:#A39991;font-size:2em;margin-top:0px;font-weight:500}


.mainsec07 .tabs {padding-top:50px;}
.mainsec07 .tab {display:none;}
.mainsec07 .tab.active {display:block;}
.mainsec07 button {width:19%;height:50px;margin:0px;padding:0px;font-size:16px;display:inline-block; color:#000;border:0px; border-radius:40px; background-color:rgba(255,255,255,1);}
.mainsec07 button .active {background-color:rgba(0,0,0,1); color:#000; font-weight:bold}
.mainsec07 .outer {width:100%;}
.mainsec07 .buttons {width:90%;margin:0 auto;}
.mainsec07 .buttons .active {background-color:#B7ADA1; color:#fff; font-weight:bold}
.mainsec07 .slider {width:100%;height:400px;}
.mainsec07 .item {height:400px;}

.slick-dots {
    bottom: -50px !important

}

.mainsec08 {position: relative;
    width: 100%;
    padding: 0px;
    background-color: #FAFAFA;
    padding: 150px 0 150px 0;
    height: 650px;}
.mainsec08 .mainwrap {width:1280px;margin:0 auto;}
.mainsec08 .mainwrap li{padding:0px;position: relative;}
.mainsec08 .mainwrap li:nth-child(1) {width:40%;float:left;}
.mainsec08 .mainwrap li:nth-child(2) {width:60%;float:left;}

.mainsec09 .mainwrap2 {width:1280px;margin:0 auto;}
.mainsec09 .mainwrap2 li{padding:0px;position: relative;}
.mainsec09 .mainwrap2 li:nth-child(1) {width:50%;float:left;}
.mainsec09 .mainwrap2 li:nth-child(2) {width:50%;float:left;}


.mainsec08_title01{color:#5D544A;font-size:3em;margin-top:0px;font-weight:500}

.mainsec09 {position:relative;width:100%; padding:200px 0 200px 0;height:900px}
.mainsec09 .mainwrap {width:1480px;margin:0 auto;}
.mainsec09 .mainwrap li{padding:0px;position: relative;}
.mainsec09 .mainwrap li:nth-child(1) {width:50%;float:left;}
.mainsec09 .mainwrap li:nth-child(2) {width:50%;float:left; padding-left:5%; line-height:200%}
.mainsec09_title01{color:#5D544A;font-size:3em;margin-top:0px;font-weight:500}

.mainsec09 .mainwrap2 {width:1280px;margin:0 auto;}
.mainsec09 .mainwrap2 li{padding:0px;position: relative;}
.mainsec09 .mainwrap2 li:nth-child(1) {width:50%;float:left;}
.mainsec09 .mainwrap2 li:nth-child(2) {width:50%;float:left; padding-left:5%; line-height:200%}

.mainsec10 {position:relative;width:100%;padding:100px 0 200px 0;}
.mainsec10 .mainwrap {width:1408px;margin:0 auto;}
.mainsec10 .mainwrap p{font-family: 'Playfair Display', serif; font-size:28px;color:#A39991;padding-bottom:20px}


.sec {
    width:100%;
    position:relative;
}
.slick-arrow{
    cursor: pointer;
}
.slick-list,
.slick-track{
    width:100%;height: 100%;
}
.slick-slide{
    position: relative;
}


/*모바일*/

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

.fp-controlArrow.fp-next {
    right: 10px;
    border: solid black;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 15px;
    transform: rotate(135deg);
    width: 15px;
	display:none !important
}

.fp-controlArrow.fp-prev {
    left: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 15px;
    transform: rotate(135deg);
    width: 15px;
	display:none !important
}

.slideshow .slide:nth-child(1) {background: url('../img/visual_01.jpg');background-size: cover;}
.slideshow .slide:nth-child(2) {background: url('../img/visual_02.jpg');background-size: cover;}
.slideshow .slide:nth-child(3) {background: url('../img/subvisual_1_1_m.jpg');background-size: cover;}


.mainsec01 {position:relative;width:100%;;padding:0px 0; font-size:1.3em;}
.mainsec01 .mainwrap {max-width:1280px;margin:0 auto;}
.mainsec01 .mainwrap li{width:100%;padding:20px;position: relative;}
.01box{position: absolute; transform: translate(-50%, -50%);left:50%;top:50%}
.mainsec01 .mainwrap li:nth-child(1) {text-align:center;}
.mainsec01 .mainwrap li:nth-child(2) {text-align:center}
.mainsec01 .mainwrap li:nth-child(2) img{width:90%}
.mainsec01 .mainwrap li:nth-child(3) {text-align:center}
.mainsec01 .mainwrap li:nth-child(3) b{font-weight:bold;color:#534A4A}
.clear {clear:both;font-size:0px}

.mainsec02 {position:relative;width:100%;background-image:url('../img/mainsec02_bg.jpg');background-size: cover;padding:0; font-size:1.3em;  background-repeat: no-repeat; /* 배경이미지X */
  background-size: cover; /* 요소를 비율에 맞게 커버 */
  background-position: center; /* 이미지를 요소의 정가운데로 처리 */
  background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */}
.mainsec02 .mainwrap {max-width:1280px;margin:0 auto;color:#fff;padding-top:150px}
.mainsec02 .mainwrap span{font-family: 'NotoSerifKR', serif; font-weight:200;display: inline-block;width:50px; height:50px; border-radius: 50%; line-height:50px; font-size:1em;background-color:#534A4A;color:#fff}
.mainsec02 .mainwrap h2{font-size:1.4em;color:#534A4A}
.mainsec02 .mainwrap li{width:33.3%;float:left; padding:10px;position: relative;}
.mainsec02 .mainwrap li:nth-child(1) {text-align:center;}
.mainsec02 .mainwrap li:nth-child(2) {text-align:center}
.mainsec02 .mainwrap li:nth-child(3) {text-align:center}
.mainsec02 .mainwrap .title {margin-top:10px;font-weight:bold;font-size:0.9em;color:#534A4A}
.mainsec02 .mainwrap li:nth-child(1) p{font-size:0.6em;color:#534A4A}
.mainsec02 .mainwrap li:nth-child(2) p{font-size:0.6em;color:#534A4A}
.mainsec02 .mainwrap li:nth-child(3) p{font-size:0.6em;color:#534A4A}

.mainsec03 {position:relative;width:100%;/*background-image:url('../img/mainsec03_bg.jpg'); ;*/;font-size:1.3em;padding: 50px 0 0px 0; }
.mainsec03_title01{font-family: 'Optima', serif; font-size:2em;color:#534A4A}
.mainsec03_title02{font-family: 'Optima'; color:#000;font-size:1.3em;margin-top:30px}
.mainsec03_title02 img{width:100%}


.mainsec04 {position:relative;width:100%;background-image:url('');background-size: cover; background-repeat: no-repeat;padding:0px 0 50px 0; }
.mainsec04 .mainwrap {width:90%;max-width:1080px;margin:0 auto;color:#fff}
.mainsec04_title01{font-size:2em;color:#534A4A;width:100%;text-align:center;margin: 0px 0 0 0px;}
.mainsec04_title02{color:#534A4A;font-size:2.4em;margin-top:0px;font-weight:500;width:90%}
.mainsec04 .sec4_banner{transition:all 0.6s;}
.mainsec04 .sec4_banner a:hover{opacity:0.8}


.mainsec05 {position:relative;width:100%;background-image:url('../img/mainsec05_bg.jpg');height:800px;background-size: cover;padding:100px 0 200px 0;background-color:#000;}
.mainsec05 .mainwrap {width:1080px;margin:0 auto;}
.mainsec05 .mainwrap li{width:50%;float:left; padding:0px;position: relative;}
.mainsec05_title01{color:#534A4A;font-size:2em;margin-top:0px;font-weight:500}


.mainsec06 {position:relative;width:100%;padding:100px 0;  height:600px;font-size:1.3em;background-image:url('../img/mainsec06_img01.png');background-size: cover;}
.mainsec06::before{content:"";opacity:0.8;position:absolute;top:0px;left:0px;right:0px;bottom:0px;}


.mainsec06 .mainwrap {width:100%;max-width:1920px;margin:0 auto;}
.mainsec06 .mainwrap li{width:100%; padding:0px;position: relative;height:800px}
.mainsec06_title01{color:#534A4A;font-size:2em;margin-top:0px;font-weight:500}


.mainsec07 {position:relative;width:100%;padding:100px 0 200px 0;}
.mainsec07 .mainwrap {max-width:1080px;margin:0 auto;}
.mainsec07_title01{color:#534A4A;font-size:2em;margin-top:0px;font-weight:500}


.mainsec07 .tabs {padding-top:50px; text-align:center}
.mainsec07 .tab {display:none;}
.mainsec07 .tab.active {display:block;}
.mainsec07 button {width:30%;height:50px;margin:0px;padding:0px;font-size:16px;display:inline-block; color:#000;border:0px; border-radius:40px; background-color:rgba(255,255,255,1);}
.mainsec07 button .active {background-color:rgba(0,0,0,1); color:#000; font-weight:bold}
.mainsec07 .outer {width:100%;}
.mainsec07 .buttons {width:90%;margin:0 auto;text-align: center;}
.mainsec07 .buttons .active {background-color:#B7ADA1; color:#fff; font-weight:bold}
.mainsec07 .sliderm {width:100%;height:400px; text-align:center}

.mainsec07 .item {height:400px;}
.mainsec07 .item img{margin: 0 auto;}
.slick-dots {
    bottom: -50px !important

}

.mainsec08 {position:relative;width:100%; padding:0px;background-color:#FAFAFA;padding:150px 0px 200px 0px;}
.mainsec08 .mainwrap {width:90%;max-width:1280px;margin:0 auto; }
.mainsec08 .mainwrap li{padding:0px;position: relative;}
.mainsec08 .mainwrap li:nth-child(1) {width:100%;float:left;}
.mainsec08 .mainwrap li:nth-child(2) {width:100%;float:left;}


.mainsec08_title01{color:#5D544A;font-size:3em;margin-top:0px;font-weight:500}

.mainsec09 {position:relative;width:100%; padding:0px;background-color:#FAFAFA;padding:0px 0 0px 0;height:auto;}
#map {width:90% !important;height:500px !important; padding-bottom:100px; margin:0 auto !important;border:0;border-radius: 0 100px 0 0;box-shadow: 0 3px 6px rgba(0,0,0,0) , 0 3px 6px rgba(0,0,0,0) !important;}
.mainsec09 .mainwrap li .01box{padding-top:150px }
.mainsec09 .mainwrap {max-width:100%;margin:0 auto;}
.mainsec09 .mainwrap li{padding:0px;position: relative;}
.mainsec09 .mainwrap li:nth-child(1) {width:100%;float:left;}
.mainsec09 .mainwrap li:nth-child(2) {width:100%;float:left;}
.mainsec09_title01{color:#5D544A;font-size:3em;margin-top:80px;font-weight:500}


.mainsec09 .mainwrap2 {width:90%;margin:0 auto;word-break:keep-all}
.mainsec09 .mainwrap2 li{padding:0px;position: relative;;word-break:keep-all}
.mainsec09 .mainwrap2 li:nth-child(1) {width:100%;float:left;}
.mainsec09 .mainwrap2 li:nth-child(2) {width:100%;float:left; padding:50px 0}

.mainsec10 {position:relative;width:100%;padding:100px 0 100px 0;}
.mainsec10 .mainwrap {width:90%;max-width:1280px;margin:0 auto;}
.mainsec10 .mainwrap p{font-family: 'Playfair Display', serif; font-size:28px;color:#A39991;padding-bottom:20px}


}



#main .banner {
    width:100%;height:950px;
    position:relative;
}
#main .banner div {
    width:100%;height:100%;
}
#main .banner .bn {
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
#main .banner .bn::before {
    content:'';
    position:absolute;
    top:0;left:0; background-color:rgba(0, 0, 0, 0.3);
    width:100%;height:100%;
    z-index:1;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30% 0;
  }
}

#main .banner .bn01 {
    background-image:url('../img/main_slide_banner1.jpg');
	background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;


}

#main .banner .bn02 {
    background-image:url('../img/main_slide_banner2.jpg');
	background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;

}
#main .banner .bn03 {
    background-image:url('../img/main_slide_banner3.jpg');
	background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;

}
#main .banner .textBox {
    width:80%;
    height:100%;
    margin:0 auto;
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
	z-index:2
}
@keyframes mainActive01 {
    0% {transform:translateY(-50px);}
    100% {transform:translateY(0px);}
}
@keyframes mainActive02 {
    0% {transform:translateY(50px);}
    100% {transform:translateY(0px);}
}
#main .banner .textBox h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size:28px;
    font-weight:500;
    line-height:1.1;
    color:#fff;
    overflow:hidden;
}
#main .banner .slick-active h1 {
   /*  animation-name:mainActive01;
    animation-duration:0.6s; */
}
#main .banner .textBox p {
    margin:35px 0 40px 0;
    font-family: 'Noto Sans KR';
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    color:#fff;
    overflow:hidden;
}
#main .banner .slick-active .textBox p {
 /*   animation-name:mainActive02;
    animation-duration:0.6s;*/
}
#main .banner .textBox a {
    display:block;
    width:200px;
    height:50px; line-height:50px;
    border:1px solid #fff;
    background-color:transparent;
    box-sizing:border-box;
    text-align:center;
    font-size:16px;
    font-weight:500;color:#fff;
    transition:all 0.6s;
}
#main .banner .textBox a:hover {
    box-shadow: 0 80px 0 0 rgba(0, 0, 0, 0.25) inset, 0 -80px 0 0 rgba(0, 66, 191, 0.747) inset;
    color: #fff;
    border: 1px solid transparent;
}
#main .banner .mainArrow {
    width:80%;
    height: auto;
    position:absolute;
    top: auto;
    bottom: 30%;
    left:10%; transform:translateX(-1%);
}
#main .banner .arrowBox {
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:10px;
}
#main .banner .arrowBox li:nth-child(1) {
    margin-right:10px;
}
#main .banner .arrowBox .bnArrow{
    display: block;
    width:40px;
    height:40px;
    border: 0px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height:40px;
    cursor: pointer;
    transition:all 0.6s;
}
#main .banner .arrowBox .bnArrow:hover {
    background-color:rgba(210, 105, 30, 0.5);
    border:none;
}
#main .banner .arrowBox .bnArrow i {
    font-size:1.2em;
    color:#fff;
}
#main .banner .slides-numbers {
    width:90px;
    margin-top:10px;
    text-align:center;
    font-size:1.2em;
    font-weight:400;color:#fff;
    display:inline-block;
}
#main .banner .slides-numbers .total {
    opacity:0.8;
}
@keyframes title{
    from{
        opacity: 0;
        transform: translateY(50px);
    }
    to{
        opacity: 3;
        transform: none;
    }
}
.main-title dd{
    color:#fff;
    font-size: 20px;
    opacity: 0;
}
.main-controll{
    width:200px;height: 50px;
    margin-top:50px;
    position: absolute;
    top:55%;;left:50%;transform: translate(-50%,-50%);
    display: flex;align-items: center;
    justify-content: space-between;
}
.main-controll .slick-arrow{
    color:#fff;
    font-size: 40px;;
}
.main-dots{
    position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);
    display: flex;
    width:65px;
    align-items: center;
    justify-content: space-around;
}
.main-controll button{
    border:none;
    font-size: 0;
    background-color: #ddd;
    width:23px;height: 8px;
    border-radius: 10px;
}
.main-controll .slick-active button{
    background-color: #fff;
}
.sec2{
    padding:10em 0 0 0;
}
.sec2-inner{
    width:1500px;
    margin:0 auto;
/*     display: flex;
    justify-content: space-between; */
}

.sec2-tit h3{
    font-size: 32px;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.sec2-tit p{
    font-size: 20px;
    color: #b7815a;
    font-weight: 500;
}

.sec2-contents{
    width:60%;
}
.sec2-contents ul{
    width:100%;
    display: flex;align-items: center;
    justify-content: space-between;
}

.sec2-con{
    width: calc(33.333% - 16px);
    height: 330px;
    position: relative;
    background-color: #ddd;
}

.sec2-con:nth-of-type(1){
    background-image:url("../img/연혁.jpg");
}
.sec2-con:nth-of-type(2){
    background-image:url("../img/프로젝트.jpg");
}
.sec2-con:nth-of-type(3){
    background-image:url("../img/고객사.jpg");
}
.sec2-con a{
    width:100%;height: 100%;
    display: inline-block;
    position: relative;
}
.sec2-con a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.sec2-con a:hover:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(183,129,90,0.5466561624649859) 0%, rgb(255, 255, 255) 100%);
}
.sec2-con dl{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: 3;
}
.sec2-con dt{
    font-size: 65px;
    line-height: 1.1;
}
.cha-num2{
    color:#b7815a;
}
.sec2-con dd{
    font-size: 18px;
    padding-top: 5px;
    font-weight: 300;
}
.sec2-con p{
    font-size: 16px;
    color:#fff;
    opacity: 0;
    z-index: 3;
}

.sec3{
    padding-bottom: 12em;
    padding-top: 4em;
}
.sec3-inner{
    width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec3-lt{
    width:66.5%;
}
.sec3-lt img{
    width:100%;
}
.sec3-lt .slick-slide p{
    font-size: 18px;
    position: absolute;
    width:90%;
    bottom: 40px;
    left:50%;transform: translateX(-50%);
    color:#464646;
    word-break: keep-all;
}

.sec3-lt>div{
    width:100%;
}
.sec3-lt .slick-slide{
    position: relative;
}
.sec3-rt{
    width:33.5%;
    padding-left: 90px;
}
.sec3-rt h3{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.sec3-rt .ss{
    font-size: 20px;
    color:#b7815a;
    font-weight: 500;
}
.sec3-rt ul{
    margin-top:100px
}
.sec3-rt ul li{
    font-size: 20px;
    margin-top: 16px;
    cursor: pointer;
    position: relative;
}
.sec3-rt .slick-active .dot-button{
    color:#b7815a;
    font-weight: 600;
    position: relative;
}
.sec3-rt .dot-button::before{
    content:"";
    width:0;height: 2px;background-color: #b7815a;
    position: absolute;top:50%;transform: translateY(-50%);
    transition: .5s ease;
    left:-170px
}
.sec3-rt .slick-active .dot-button::before{
    width:150px;
}

.sec3-rt  .circle{
    width:80px;height: 80px;
    left:-220px;
    top:50%;transform: translateY(-50%);
    position: absolute;
    border-radius: 100%;
    opacity: 0;
    border: 1px dashed #ddd;
    animation: bingle 6s linear infinite;
}
@keyframes bingle {
    from{
        transform: translateY(-50%) rotate(-5deg);
    }
    to{
        transform:translateY(-50%) rotate(360deg);
    }
}
.sec3-rt .slick-active .circle{
    opacity: 1;
}
.sec3-rt .circle::after{
    content:"";
    width:8px;height: 8px;
    position: absolute;top:-4px;left:50%;transform: translateX(-50%);
    background-color: #b7815a;
    border-radius: 100%;
}


.sec4{
    padding:5em 0 5em 0;
}
.sec4-inner{
    width:1500px;

/*     width:72.619%; */
    margin:0 auto;
}
.sec4-inner h3{

}
.sec4-inner h3 div ul li:nth-child(1){font-size: 40px;color:#1db8b6;width:80%;font-family:'Noto Sans KR';}
.sec4-inner h3 div ul li span{font-size: 18px; line-height:40px; color:#000;;font-family:'Noto Sans KR'; margin-left:20px;}
.sec4-inner h3 div ul li:nth-child(2){font-size: 22px;color:#000;width:20%}
.sec4-inner ul{
    width:100%;
    display: flex;align-items: center;justify-content: space-between;
    margin-top:50px;
}
.sec4-inner ul li{
    width:100%;
    /*width:calc(25% - 10px);*/
    height: auto;
}
.sec4-inner ul li img{
    width:100%;
}
.sec4-inner dl{
    color:#000;
    text-align: center;
    padding-top:25px;
}
.sec4-inner dt{
    position: relative;
    font-size: 24px;
    display: inline-block;
    letter-spacing: -0.05em;
}
.sec4-inner dd{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-top:15px;
    letter-spacing: -0.05em;
}
.sec5{
    background-color: #000;
}
.sec5-inner{
    width:100%;
    position: relative;
}
.mo-ani-arrow{
    display: none;
}
.sec5-inner ul{
    width:100%;display: flex;align-items: center;
    justify-content: space-between;
    border-top: 1px solid #303030;
}
.sec5-inner ul li{
    height: 730px;
    width:33.333%;
    border-right: 1px solid #303030;
    background-size: cover;
}
.sec5-bg{
    width:100%;height: 100%;
    position: relative;
    display: flex;align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.35);
}
.sec5-inner ul li:nth-of-type(1):hover{
    background-image: url("../img/sec3_con1.png");
}
.sec5-inner ul li:nth-of-type(2):hover{
    background-image: url("../img/sec3_con2.png");
}
.sec5-inner ul li:nth-of-type(3):hover{
    background-image: url("../img/sec3_con3.png");
}
.sec5-inner ul li:hover .sec5-con a{
    background-color: #fff;
    color:#000;

}

.sec5-inner ul li:nth-of-type(3){
    border-right: none;
}
.sec5-con{
    color:#fff;
    z-index: 9999999;
}

.sec5-con h3{
    color: #666;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.sec5-con h4{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.sec5-con dt{
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0;
}
.sec5-con dd{
    font-size: 14px;
    color:#ddd;
    line-height: 1.3;
}
.sec5-con a{
    display: inline-block;
    color:#fff;
    z-index: 89999; 
    margin-top:35px;
    padding:8px 35px;
    border:1px solid #fff;
    font-size: 18px;
    border-radius: 30px;
    transition: 0.5s ;
}

.sec6{
    padding:15em 0;
}
.sec6-inner{
    width:1400px;
    display: flex;align-items: flex-start;
    justify-content: space-between;
    margin:0 auto;
}

.sec6-lt{
    width:48%;
}
.sec6-lt h3{
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    position: relative;
}
.sec6-lt .sec6-wrap{
    width:100%;
    height: 380px;
    margin-top:20px;
}

.sec6-con{
    width:100%;height:380px;
    position: relative;
    display: flex;align-items: center;
    justify-content: center;
}
.sec6-con p{
    font-size: 30px;
    color:#fff;
    transform: translateY(300%);
    opacity: 0;
    font-weight: 600;
    width:100%;text-align: center;
}
.sec6-img{
    width:100%;height: 100%;
    position: absolute;
    top:0;left:0;
    z-index: -1;
}
.slick-current .sec6-img{
    transform: scale(1.3);
    transition: 1.5s ease;
}
.slick-current .sec6-con p{
    transform: translateY(0) scale(1.2);
    opacity: 1;
    transition:1s ease;
}
.sec6-rt{
    width:48%;
}
.sec6-rt ul{
    width:95%;
    display: flex;flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}
.sec6-rt li{
    width:100%;
    padding:30px 0px;
    border-bottom: 1px solid #ddd;
}
.sec6-rt li:nth-of-type(1){
    padding-top: 0;
}
.sec6-rt li a{
    width:100%;height: 100%;
    display: flex;align-items: flex-start;
}
.sec6-rt .category{
    font-size: 16px;
    color:#b7815a;
    white-space: nowrap;
}
.sec6-rt .date{
    text-align: center;
    margin:0px 40px;;
}
.sec6-rt .date h4{
    font-size: 60px;
    line-height: 0.8;
}
.sec6-rt .date span{
    font-size: 16px;
    margin-top:5px;
    display: inline-block;
}
.sec6-rt dt{
    font-weight: 500;
    font-size: 18px;
}
.sec6-rt dd{
    font-size: 16px;
    margin-top:2px;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: 2.6;
}
.mo_br{
    display: none;
}

@media screen and (max-width:1500px) {
    .main-title{
        width:100%;
    }
    .sec2-inner{
        width:95%;
    }
    .sec3-inner{
        width:95%;
    }
    .sec6-inner{
        width:95%;
    }
    .sec2-tit h3{
        font-size: 40px;
    }
    .sec3-rt h3{
        font-size: 40px;
    }
    .sec4-inner h3{
        font-size: 40px;
		width: 100%;
}

    .sec5-con h4{
        font-size: 40px;
    }
    .sec6-lt h3{
        font-size: 40px;
    }
    .sec3-rt{
        padding-left:70px;
    }
    .sec5-inner ul li{
        height: 560px;
    }
    .sec5-con dd{
        font-size: 14px;
    }
    .sec5-con h4::after{
        font-size: 45px;
    }
    .sec5-con a{
        font-size: 16px;
    }
    .sec6-inner{
        align-items: flex-end;
    }
}
@media screen and (max-width:1240px) {
    .site-map{
        display: none;
    }
    #main .banner {
        height:auto;
    }
    #main .banner .bn {
        padding:0 0px;
    }
    #main .banner .mainArrow {
        width:100%;
        left:0px;
        transform:none;
        top:88%;
    }
    #main .banner .arrowBox {
        top:0;
        left:0px;
        right:0;
        transform:none;
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items:center;
    }
    #main .banner .arrowBox li {
        float:left;
    }
    #main .banner .arrowBox li:nth-child(1) {
        margin-bottom:0;
        margin-right:10px;
    }
    #main .banner .arrowBox li:nth-child(2) {
        margin-bottom:0;
    }
    #main .banner .slides-numbers {
        text-align:center;
        margin:0 auto;
    }
    #main .banner .textBox {
        width:100%;
        align-items:center;
    }
    #main .banner .textBox h1 {
        font-size:2.5em;
        text-align:center;
    }
    #main .banner .textBox p {
        font-size:1.2em;
    }
    #main .banner .arrowBox .bnArrow {
        width:55px;
        height:55px;
        line-height:50px;
    }
    #main .banner .textBox a {
        width:180px;height:45px; line-height:45px;
    }
    .sec2-tit h3{
        font-size: 30px;
    }
    .sec3-rt h3{
        font-size: 30px;
    }
    .sec4-inner{
        width: 95%;
    }
    .sec4-inner h3{
        font-size: 30px;
		width: 100%;
}
		.sec4-inner h3 div ul li span {
			font-size: 0.5em;
			line-height: 20px;
			color: #000;
			font-family: 'Noto Sans KR';
			margin-left: 0px;
		}
    .sec5-con h4{
        font-size: 30px;
    }
    .sec6-lt h3{
        font-size: 30px;
    }
    .sec2-con dt{
        font-size: 60px;
    }
    .sec2-con dl{
        bottom: -50px;
    }
    .sec2-inner{
        flex-flow: row wrap;
        align-content: center;
    }
    .sec2-tit{
        width:100%;
    }
    .sec2-tit h3 br{
        display: none;
    }
    .sec2-tit h3 .mo_br{
        display: block;
    }
    .sec2-tit h3::after{
        font-size: 16px;
        left: 0;
    }
    .sec2-contents{
        width:100%;
        margin-top:30px
    }
    .sec3-rt{
        padding-left: 30px;
    }
    .sec3-rt h3::after{
        font-size: 16px;
        left: 0;
    }
    .sec3-rt .circle{
        left:-150px;
        width:60px;height: 60px;
    }
    .sec3-rt .dot-button::before{
        left:-120px;
    }
    .sec3-rt .slick-active .dot-button::before{
        width:110px
    }
    .sec3-rt ul{
        margin-top:60px
    }
    .sec3-rt ul li{
        font-size: 20px;
        margin-top:15px;
        color:#bdbdbd;
    }
    .sec4-inner dt{
        font-size: 20px;
    }
    .sec4-inner ul li{
        width:23.5%;
    }
    .sec5-con{
        padding:20px;
    }
    .sec5-con dl{
        word-break: keep-all;
    }
    .sec5-con dt{
        font-size: 14px;
        margin:5px 0px;
    }
    .sec5-con h4::after {
        font-size: 35px;
    }
    .sec6-rt .date{
        margin:0px 20px
    }
    .sec6-rt .date h4{
        font-size: 45px;
    }
    .sec6-rt .date span{
        white-space: nowrap;
    }
    .sec6-rt li{
        padding:20px 0px;
    }
    .sec6-lt .sec6-wrap{
        height: 330px;
    }
}
@media screen and (max-width:900px) {


#main .banner .bn01 {
    background-image:url('../img/main_slide_banner1.jpg');
	background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;


}

#main .banner .bn02 {
    background-image:url('../img/main_slide_banner2.jpg');
	background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;

}
#main .banner .bn03 {
    background-image:url('../img/main_slide_banner3.jpg');
	background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;

}
#main .banner .bn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 1;
}


	.sec4-inner h3 div ul li:nth-child(1){font-size: 1.3em;;color:#1db8b6;width:100%;font-family:'Noto Sans KR';}
	.sec4-inner h3 div ul li span{font-size: 0.5em; line-height:20px; color:#000;;font-family:'Noto Sans KR';margin-left:0px;}
	.sec4-inner h3 div ul li:nth-child(2){font-size:1em;color:#000;width:100%}

    .pc_img {
        display:none;
    }
    .mo_img {
        display:block;
    }
    .main-title dt{
        font-size: 45px;
    }
    .sec2-tit h3{
        font-size: 25px;
    }
    .sec3-rt h3{
        font-size: 25px;
    }
    .sec4-inner h3{
        font-size: 25px;
        display: flex;align-items: center;
        justify-content: space-between;
    }
    .sec5-con h4{
        font-size: 25px;
    }
    .sec6-lt h3{
        font-size: 25px;
    }
    .sec2-con dt{
        font-size: 45px;
    }
    .sec2-con{
        width:31.5%;
        height: 285px;
    }

    .sec2-con i{
        color:#fff;
    }
    .sec3{
        padding-bottom: 8em;
    }
    .sec4{
        padding:2em 0;
    }
    .sec3-rt ul{
        margin-top:20px
    }
    .sec3-rt ul li{
        font-size: 18px;
    }
    .sec3-rt .circle{
        width:45px;height: 45px;
    }
    .sec3-rt .circle::after{
        width:6px;height: 6px;
        top:-3px
    }
    .sec4-inner ul li{
        margin:0px 10px;
    }
    /*
    .sec4-inner dl{
        opacity: 0;
    }
    .sec4-inner .slick-current dl{
        opacity: 1;
    }
    */
    .mo-con{
        display: flex;
    }
    .mo-con .slick-arrow:nth-of-type(2){
        margin-left:10px
    }
    .sec5-con{
        padding:15px 20px;
    }
    .sec5-inner ul{
        flex-wrap: wrap;
    }
    .sec5-inner ul li{
        min-width:100%;
    }
    .sec5-inner ul li {
        height: 380px;
    }
    .sec6-inner{
        flex-flow: row wrap;
    }
    .sec6-lt{
        width:100%;
    }
    .sec6-rt{
        width:100%;
        margin-top:45px;
    }
    .sec6-rt .date{
        margin:0px 40px
    }
}

@media screen and (max-width:600px) {
    .main-title dt{
        font-size: 30px;
        word-break: keep-all;
    }

    .sec2-tit h3{
        font-size: 22px;
    }
    .sec3-rt h3{
        font-size: 22px;
    }
    .sec4-inner h3{
        width: 95%;
        margin: 0 auto;
        font-size: 26px;
        display: flex;align-items: center;
        justify-content: space-between;
    }
    .sec6-lt h3{
        font-size: 22px;
    }
    .sec2-con dt{
        font-size: 45px;
    }

    .sec2-inner{
        width:90%;
    }
    .sec2-contents ul{
        flex-flow: row wrap;
    }
    .sec2-con{
        height: 245px;
        width:48%;
        background-image: inherit;
    }
    .sec2-con i{
        color:#000;
    }
    .sec2-con:nth-of-type(1):hover{
        background-image:inherit
    }
    .sec2-con:nth-of-type(2):hover{
        background-image:inherit
    }
    .sec2-con:nth-of-type(3):hover{
        background-image:inherit
    }
    .sec2-con:hover i{
        color:inherit
    }
    .sec2-contents ul li:nth-of-type(3){
        width:100%;
        margin-top:75px;
        background-position: top;
    }
    .sec2-con dl{
        bottom: -50px;
    }

    .sec3-inner{
        flex-flow: row wrap-reverse;
        width:90%;
    }
    .sec3-lt{
        width:100%;
        margin-top:30px;
    }
    .sec3-lt .slick-slide p{
        font-size: 16px;
    }
    .sec3-rt{
        width:100%;
        padding-left: 0;
    }
    .sec3-rt h3 br{
        display: none;
    }
    .sec3-rt ul li{
        font-size: 16px;
        margin-top:10px
    }
    .sec3-rt>ul{
        padding-left:20px;
    }
    .sec4-inner{
        width: 100%;
    }
    .sec5-inner ul li{
        min-width:100%;
    }
    .sec5-inner ul li:nth-of-type(1):hover{
        background-image:inherit;
    }
    .sec5-inner ul li:nth-of-type(2):hover{
        background-image: inherit
    }
    .sec5-inner ul li:nth-of-type(3):hover{
        background-image:inherit
    }
    .sec6{
        padding:10em 0;
    }
    .sec6-inner{
        width:90%;
    }
    .slick-current .sec6-con p{
        transform: translateY(0);
    }
    .sec6-rt li a{
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .sec6-rt .date{
        margin:0;
    }

    .sec6-rt dl{
        width:100%;
    }
    .sec2{
        padding: 60px 0;
    }
}
@media (max-width:320px) {
    .sec2-tit h3{
        font-size: 20px;
    }
}









.main-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* 초기 상태는 JS에서 제어하므로 opacity, transform 등이 필요 없음 */
}

/* 실제 배경 이미지 설정 */
.bg-slide:nth-child(1) {
    background-image: url('http://purie.co.kr/theme/purie/img/visual_01.jpg');
}
.bg-slide:nth-child(2) {
    background-image: url('http://purie.co.kr/est/theme/est/img/sub3_2.jpg');
}
.bg-slide:nth-child(3) {
    background-image: url('http://purie.co.kr/est/theme/est/img/sub4_2.jpg');
}


/* 로고 스타일은 변경 없음 */
.logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 500px;
}

.logo-container img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .logo-container {
        width: 200px;
    }
}