/* BASIC css start */
#footer{width: 100%; min-width: 320px; max-width: 850px; background-color: #f7f7f7; }
/* 섹션 공통 */
 body{background-color: #fff; font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif;} 
.section{width: 100%; margin-bottom: 25px;box-sizing:border-box}
.section h2{font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif; font-size:20px; color:#000; font-weight:500; margin-bottom:20px; 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-bottom: 40px;}
#sec1 .swiper{}
#sec1 .swiper ul{}
#sec1 .swiper ul li{}
#sec1 .swiper ul li>a{display: block; width: 100%;}
#sec1 .swiper ul li>a>img{width: 100%; }
#sec1 .swiper ul li .txt_area{overflow: visible; position: absolute;  left: 50%; top: 50%; transform: translate(-50%,-50%);}
#sec1 .swiper ul li .txt_area p{opacity: 0;}
#sec1 .swiper ul li.swiper-slide-active .txt_area p{transform: translateY(25px); opacity: 1;}
#sec1 .swiper ul li.swiper-slide-active .txt_area a.viewmore{transform: translateY(35px); opacity: 1;}
#sec1 .swiper ul li .txt_area p.big{font-size: 45px;transition: all .5s;transition-delay: .55s;font-weight: 500;}
#sec1 .swiper ul li .txt_area a.viewmore{opacity: 0; transition-delay: .7s; font-size: 20px;}
#sec1 .swiper-pagination{bottom: 70px; z-index: 10;}
#sec1 .swiper-pagination-bullet{background-color: #fff;transition: all .2s;}
#sec1 .swiper-pagination-bullet-active{width: 25px; border-radius: 8px;}
#sec1 .swiper ul li .txt_area{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;}
#sec1 .swiper ul li .txt_area :is(*){color: #000;font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif; transition: all .34s; }

/* 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: 80px; height: 80px; background-position: center; 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: #000; 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: 10px;}
#sec3 .sec_inner { max-width: 850px; margin: 0 auto; }
#sec3 .product-item {display: inline-block; width: 40%; margin-right: 2%; vertical-align: top; align-items: center;}
#sec3 .product-item img {width: 100%; height: auto; border-radius: 8px; background: #fff;}
#sec3 .product-item h3 {color: #000; font-size: 14px; margin-top: 15px; font-weight:600; white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; }
#sec3 .product-item p { font-size: 12px; color: #000; margin-top: 5px; margin-bottom: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#sec3 .product-item span {font-size: 18px;color: #000;}
#sec3 .tabs {display: flex; justify-content: center; margin-bottom: 20px; }
#sec3 .tab-btn {background-color: #fff; border: none; padding: 10px 15px; cursor: pointer; font-size: 13px; display: flex; justify-content: space-around; margin-left: 10px; margin-right: 10px;}
#sec3 .tab-btn.active { background-color: #333;color: #fff;}
#sec3 .tab-contents {padding: 10px 0; text-align: center; justify-content: center;}
#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: 10px;}
#sec4 .sec_inner { max-width: 850px; margin: 0 auto; }
#sec4 .product-item {display: inline-block; width: 40%; margin-right: 2%; vertical-align: top; align-items: center;}
#sec4 .product-item img {width: 100%; height: auto; border-radius: 8px; background: #fff;}
#sec4 .product-item h3 {color: #000; font-size: 14px; margin-top: 15px; font-weight:600; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; }
#sec4 .product-item p { font-size: 12px;color: #ff000; margin-top: 5px; margin-bottom: 8px; white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; }
#sec4 .product-item span {font-size: 18px;color: #000;}
#sec4 .tabs {display: flex; justify-content: center; margin-bottom: 20px; }
#sec4 .tab-btn {background-color: #fff; border: none; padding: 10px 15px; cursor: pointer; font-size: 13px; display: flex; justify-content: space-around; margin-left: 10px; margin-right: 10px;}
#sec4 .tab-btn.active { background-color: #333;color: #fff;}
#sec4 .tab-contents {padding: 10px 0; text-align: center; justify-content: center;}
#sec4 .tab-content { display: none; padding: 10px;}
#sec4 .tab-content.active {display: block;}

#sec5{background-color: #e9f5ff;}
#sec5 .sec_inner{padding: 80px 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: #000; font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif;transition: all .2s;}
#sec5 .sec_inner .txt_area p.big{font-size: 20px; font-weight: 500; color: #000;  text-align: center;}
#sec5 .sec_inner .txt_area a.viewmore{font-size: 13px; color: #000; font-weight: 500; border: 1px solid #000; display: inline-block; padding: 15px 55px;}



//* 이벤트 영역 *//

/* sec9 */
#sec9{display: flex; justify-content: center; align-items: center; padding: 80px 0;}
#sec9 .section {padding: 20px;}
#sec9 .sec_inner { max-width: 1200px; margin: 20 auto; }
#sec9 .sec_inner h2 {font-family: 'GT-America', 'Pretendard', 'sans-serif', 'dotum', sans-serif; font-size:34px; color:#000;  margin-top:0px; margin-bottom:20px; text-align:center;}
#sec9 .sec_inner h3 {font-size: 20px; font-weight: 500; text-align:center; margin-bottom: 10px; font-weight:600; color:#000; }
#sec9 .sec_inner p {font-size: 15px; color: #000; text-align:center;}
#sec9 .product-item {display: inline-block; width: 30%; margin-right: 2%; 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: 15px; margin-top: 10px; font-weight: 500; color:#000; }
#sec9 .product-item h4 {font-size: 15px; margin-top: 10px; font-weight: 500; color:#000;}
#sec9 .product-item span {font-size: 18px; color: #000;  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 */

