@charset "utf-8";

#comingsoon{width:100%;padding-top:100px;text-align:center}

/* 제품소개 */
#p35{width:100%;padding:10px 0 80px;color:#333;font-family:'Poppins','notokr-regular'}
#p35 *{box-sizing:border-box}
#p35 .product_item{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:430px;padding:65px 0;border-bottom:1px solid #e5e5e5;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}
#p35 .product_item:first-child{padding-top:20px}
#p35 .product_item:last-child{border-bottom:0}
#p35 .product_item.reverse{flex-direction:row-reverse}
#p35 .product_item.on{opacity:1;transform:translateY(0)}

#p35 .product_img{overflow:hidden;width:50%;height:360px;background:#f7f7f7}
#p35 .product_img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 59%}

#p35 .product_txt{width:43%;padding:0 30px}
#p35 .product_txt .num{display:block;margin-bottom:12px;font-size:20px;font-weight:600;line-height:1;color:#0b67b2}
#p35 .product_txt h3{font-size:30px;font-weight:600;line-height:1.35;color:#222}
#p35 .product_txt .line{display:block;width:45px;height:3px;margin:25px 0 20px;background:#0875c9}
#p35 .product_txt p{font-size:16px;line-height:1.9;color:#666}

/* 고객센터 */
#p37{width:100%;padding:50px 0 90px;color:#333;font-family:'Poppins','notokr-regular'}
#p37 *{box-sizing:border-box}
#p37 .contact_card{position:relative;overflow:hidden;width:100%;max-width:1400px;height:440px;margin:0 auto;border:1px solid #eee;background:#fff;box-shadow:0 10px 35px rgba(0,0,0,.06);opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}
#p37 .contact_card.on{opacity:1;transform:translateY(0)}

/* 이미지 */
#p37 .contact_img{position:absolute;top:0;right:0;overflow:hidden;width:57%;height:100%;background:#f5f7fa}
#p37 .contact_img img{display:block;width:100%;height:100%;object-fit:cover}
#p37 .contact_img:before{position:absolute;z-index:1;top:0;left:0;width:38%;height:100%;content:"";background:linear-gradient(to right,#fff 0%,rgba(255,255,255,.95) 20%,rgba(255,255,255,.7) 45%,rgba(255,255,255,.25) 72%,rgba(255,255,255,0) 100%)}

/* 내용 */
#p37 .contact_cont{position:relative;z-index:2;display:flex;flex-direction:column;width:52%;height:100%;padding:50px 30px 45px 50px}
#p37 .contact_cont h3{margin:0;font-size:30px;font-weight:600;line-height:1.35;color:#222}
#p37 .contact_cont .line{display:block;width:45px;height:3px;margin:18px 0 25px;background:#59b9e2}

/* 본문 */
#p37 .contact_txt{width:92%;padding-bottom:30px}
#p37 .contact_txt p{margin:0;font-size:15px;line-height:1.8;color:#666}
#p37 .contact_txt p+p{margin-top:20px}

/* 연락처 */
#p37 .contact_info{display:flex;align-items:center;width:92%;margin-top:auto;padding-top:20px;border-top:1px solid #e5e5e5}
#p37 .contact_item{display:flex;align-items:center;width:50%;color:#222;text-decoration:none}
#p37 .contact_item+.contact_item{margin-left:30px;padding-left:30px;border-left:1px solid #ddd}
#p37 .contact_item .ico{display:flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;margin-right:16px;border-radius:50%;font-size:18px;color:#fff;background:#59b9e2}
#p37 .contact_item .info_txt strong{display:block;margin-bottom:3px;font-size:14px;font-weight:600;color:#59b9e2}
#p37 .contact_item .info_txt em{display:block;font-size:16px;font-weight:500;font-style:normal;white-space:nowrap;color:#222}
#p37 .contact_item:hover .ico{background:#0875c9}
#p37 .contact_item:hover .info_txt em{color:#0875c9}