/* BASIC css start */
#footer{border-top:1px solid #ccc !important; }
/* 섹션 공통 */
 body{background-color: #fff; font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif;} 
.section{width: 100%; margin-bottom: 40px;box-sizing:border-box}
.section h2{font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif; font-size:34px; color:#332924; font-weight:500; margin-bottom:40px; text-align:center;}
.section .sec_inner{width: 100%; margin: 0 auto; }
.section :is(*){box-sizing:border-box}
.prd-subname {padding-bottom:10px; font-size:18px; color:#f58433; line-height:1.2; height:20px; letter-spacing:-0.5px;}
/* sec1 */
#sec1{margin-top:80px; margin-bottom: 80px;  position: relative; min-height: 600px;}
#sec1 .swiper{}
#sec1 .swiper ul{}
#sec1 .swiper ul li{width: 100%;}
#sec1 .swiper ul li>a{display: block; width: 100%; height:600px;}
#sec1 .swiper ul li>a>p{color: #fff; text-align: center; font-size: 25px; margin-top:50px; font-weight: 700; }

/* 타이핑 효과 관련 CSS */
.typing-txt { display: none;}
.typing {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 600; color: #fff; text-align: center; white-space: nowrap; line-height: 1.2; font-size: 130px; letter-spacing: -0.3px;  z-index: 10;}
.pc .typing { font-size: 100px; letter-spacing: 3.024px;}
.typing ul li {}
.pc .typing ul li {}
.typing ul li.on { position: relative; display: inline-block;}
.typing ul li.on::after { position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ""; width: 6px; height: 120px; background-color: #b3b3b3; animation: cursor 0.8s infinite;}
.pc .typing ul li.on::after { width: 4px; height: 75px;}
@keyframes cursor { 0% { background-color: transparent; } 50% { background-color: #b3b3b3; } 100% { background-color: transparent; }}


/* sec2 */
#sec2{display: flex; justify-content: center; align-items: center;}
#sec2 .sec_inner{ margin: 0; padding: 10px 0; text-align: center; justify-content: center;}
#sec2 .sec_inner h2{}
#sec2 .sec_inner .bx {padding: 10px 0; text-align: center; justify-content: center;}
#sec2 .sec_inner .bx ul li {display: inline-block; vertical-align: top; margin: 0 17px; }
#sec2 .sec_inner .bx ul li:first-child { margin-left: 0;}
#sec2 .sec_inner .bx ul li:last-child { margin-right: 0;}
#sec2 .sec_inner .bx ul li span { display: block;  margin: 0 auto; }
#sec2 .sec_inner .bx ul li span.img { width: 130px; height: 130px; overflow: hidden; margin: 0 auto; font-size: 0; background: #fff; border-radius: 50%; border: 1px solid #fff; transition: box-shadow .25s ease,border .25s ease; box-sizing: border-box;}
#sec2 .sec_inner .bx ul li:hover span.img { border: 1px solid #eee; box-shadow: 1px 2px 14px rgba(0,0,0,0.15);}
#sec2 .sec_inner .bx ul li span.txt {text-align: center; color: #332924; display: block; padding: 0; font-size: 16px; margin-top: 10px;}
#sec2 .sec_inner a {text-decoration: none; display: block;}


/* sec3 */
#sec3{display: flex; justify-content: center; align-items: center;}
#sec3 .section {padding: 20px;}
#sec3 .sec_inner { max-width: 1200px; margin: 0 auto; }
#sec3 .product-item {display: inline-block; width: 20%; margin-right: 4%; vertical-align: top; align-items: center;}
#sec3 .product-item img {width: 100%; height: auto; border-radius: 8px; background: #fff;}
#sec3 .product-item h3 {font-size: 18px; margin-top: 10px; font-weight: 500; color: #332924;}
#sec3 .product-item p { font-size: 16px; color: #332924; margin-top: 5px;}
#sec3 .product-item span {font-size: 18px; color: #332924;}
#sec3 .tabs {display: flex; justify-content: center; margin-bottom: 20px; }
#sec3 .tab-btn {background-color: #fff; border: none; padding: 10px 20px; cursor: pointer; font-size: 18px; display: flex; justify-content: space-around; margin-right: 20px;}
#sec3 .tab-btn.active { background-color: #333;color: #fff;}
#sec3 .tab-contents {padding: 10px 0; text-align: center; justify-content: center; margin-left: 20px;}
#sec3 .tab-content { display: none; padding: 10px;}
#sec3 .tab-content.active {display: block;}

/* sec4 */
#sec4{display: flex; justify-content: center; align-items: center;}
#sec4 .section {padding: 20px;}
#sec4 .sec_inner { max-width: 1200px; margin: 0 auto; }
#sec4 .product-item {display: inline-block; width: 20%; margin-right: 4%; vertical-align: top; align-items: center;}
#sec4 .product-item img {width: 100%; height: auto; border-radius: 8px; background: #fff;}
#sec4 .product-item h3 {font-size: 18px; margin-top: 10px; font-weight: 500; color: #332924;}
#sec4 .product-item p { font-size: 16px;color: #332924; margin-top: 5px;}
#sec4 .product-item span {font-size: 18px; color: #332924;}
#sec4 .tabs {display: flex; justify-content: center; margin-bottom: 20px; }
#sec4 .tab-btn {background-color: #fff; border: none; padding: 10px 20px; cursor: pointer; font-size: 18px; display: flex; justify-content: space-around; margin-right: 20px;}
#sec4 .tab-btn.active { background-color: #333;color: #fff;}
#sec4 .tab-contents {padding: 10px 0; text-align: center; justify-content: center; margin-left: 20px;}
#sec4 .tab-content { display: none; padding: 10px;}
#sec4 .tab-content.active {display: block;}

#sec5{background-color: #e9f5ff;}
#sec5 .sec_inner{padding: 70px 0; }
#sec5 .sec_inner .txt_area{display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 40px;}
#sec5 .sec_inner .txt_area :is(*){color: #fff; font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif; transition: all .2s;}
#sec5 .sec_inner .txt_area p.big{font-size: 25px; font-weight: 500; color: #332924;  text-align: center;}
#sec5 .sec_inner .txt_area a.viewmore{font-size: 16px; color: #332924; font-weight: 500; border: 1px solid #000; display: inline-block; padding: 15px 74px;}

//* 이벤트 영역 *//

/* sec9 */
#sec9{display: flex; justify-content: center; align-items: center; padding: 70px 0;}
#sec9 .section {padding: 20px;}
#sec9 .sec_inner { max-width: 1200px; margin: 0 auto; }
#sec9 .sec_inner h2 {font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif; font-size:34px; color:#fff; font-weight:500; margin-top:0px; margin-bottom:30px; text-align:center;}
#sec9 .sec_inner h3 {font-size: 30px; font-weight: 500; text-align:center; margin-bottom: 20px; color:#332924;  }
#sec9 .sec_inner h4 {font-size: 22px;color: #332924; margin-bottom: 5px; text-align:center;}
#sec9 .sec_inner p {font-size: 25px;color: #332924; margin-bottom: 5px; font-weight: 500; text-align:center;}
#sec9 .product-item {display: inline-block; width: 20%; margin-right: 4%; vertical-align: top; align-items: center;}
#sec9 .product-item img {width: 100%; height: auto; border-radius: 8px; background: #fff;}
#sec9 .product-item h3 {font-size: 18px; margin-top: 10px; font-weight: 500;}


#sec9 .product-item span {font-size: 18px;color: #333; font-weight: 500;  }
#sec9 .tabs {display: flex; justify-content: center; margin-bottom: 20px; }
#sec9 .tab-contents {padding: 10px 0; text-align: center; justify-content: center; margin-left: 20px;}
#sec9 .tab-content { display: none; padding: 10px;}
#sec9 .tab-content.active {display: block;}
/* BASIC css end */

