@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap";
@font-face{font-family:SB_M;src:url("/fonts/SB 어그로 M.ttf")format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SB_L;src:url("/fonts/SB 어그로 L.ttf")format("truetype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;word-break:keep-all;outline:0 solid silver;margin:0;padding:0;font-family:Noto Sans KR,sans-serif;list-style:none}html{height:100%}body{color:#000;flex-direction:column;height:100%;display:flex;overflow-x:hidden}p,li{font-size:.9rem;transition:all .5s}a{cursor:pointer;text-transform:uppercase;color:#000;text-decoration:none;transition:all .3s}table{border-collapse:collapse;border:none}textarea{resize:none}input{background-color:#0000;border:0}img{margin:auto 0;display:block}button{background:0 0;border:0 solid;transition:all .3s}.display-flex{justify-content:space-between;display:flex}.display-flex-flow{flex-wrap:wrap;justify-content:space-between;display:flex}.pc,.pc-flex{display:none}.white-bg{z-index:20;background-color:#fff;width:100%;height:100vh;position:fixed;top:0;left:0}article>div{padding:80px 5%}header{background-color:#fff;border-bottom:1px solid #ccc}header>div{padding:15px 5%;position:relative}header>div>:first-child>div>h3 a{font-family:SB_M}header>div>:first-child>div>:nth-child(2){cursor:pointer;margin:auto 0}header>div>:first-child>div>:nth-child(2) img{width:20px;height:auto}.menu-sticky{z-index:10;background-color:#fff;border-bottom:1px solid #eee;padding:10px 0 10px 5%;position:sticky;top:0}.menu-sticky.show{width:100%;position:fixed;top:0;left:0}.menu-sticky>div{scrollbar-width:none;overflow:auto hidden}.menu-sticky ul{white-space:nowrap;justify-content:left;gap:8px}.menu-sticky ul::-webkit-scrollbar{display:none}.menu-sticky ul li{background-color:#eee;border-radius:50px;flex-shrink:0;padding:5px 20px}.menu-sticky ul li.on{background-color:#000}.menu-sticky ul li a{color:#555;text-align:center;white-space:nowrap}.menu-sticky ul li.on a{color:#fff}header>div>:last-child{z-index:50;background-color:#fff;width:100%;height:100vh;transition:all .5s;display:none;position:absolute;top:0;left:0;overflow-y:auto}header>div>:last-child.open{display:block}header>div>:last-child.open>nav{padding:15px 5%}nav>:first-child{margin-bottom:30px}nav>:first-child>div{cursor:pointer;margin:auto 0}nav>:first-child>div img{width:15px;height:auto}nav>ul li{border:1px solid #eee;border-radius:18px 18px 30px 30px;width:30%;margin-bottom:20px;position:relative}nav>ul li.on{border:1px solid #000}nav>ul li div img{object-fit:cover;border-radius:15px 15px 30px 30px;width:100%;height:auto}nav>ul li p{color:#555;text-align:center;background-color:#eee;border-radius:50px;width:100%;padding:5px 3px;font-size:.5em;position:absolute;bottom:-1.5px;left:0}nav>ul li.on p{color:#fff;background-color:#000}nav>:nth-child(3){border-radius:15px;justify-content:center;gap:20px;margin-top:20px;padding:30px 15px;box-shadow:0 0 13px #eee}nav>:nth-child(3)>div:first-of-type{justify-content:left;gap:10px}nav>:nth-child(3)>div>section>div{border-radius:50%;width:50px;height:50px;position:relative;box-shadow:0 0 8px #eee}nav>:nth-child(3)>div>section>div img{width:30px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}nav>:nth-child(3)>div>section>p{text-align:center;margin-top:10px;font-size:.9rem}nav>:nth-child(3)>:last-child{margin:auto 0}nav>:nth-child(3)>:last-child p{color:#ffa600;margin-bottom:5px;font-size:.9rem;font-weight:700}nav>:nth-child(3)>:last-child ul li{color:#555;font-size:.9rem}nav>:last-child{margin-top:50px}nav>:last-child li{margin:8px 0}main{height:350px}main>div{position:relative}main>div>:first-child img{object-fit:cover;width:100%;height:350px}main.main-home,main.main-home>div>:first-child img{height:650px}main>div>:last-child{text-align:center;color:#fff;width:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}main>div>:last-child h1{font-family:SB_L;font-size:2.5rem}main.main-home>div>:last-child{top:65%}main.main-home>div>:last-child h1{font-family:SB_L;font-size:2.2rem}main>div>:last-child h3{margin-bottom:10px;font-family:SB_L;font-size:1.8rem}main.main-home>div>:last-child h3{font-size:1.5rem}main.main-home>div>:last-child h3:last-of-type{margin-top:10px;font-size:1.2rem;line-height:1.7rem}main>div>:last-child p{margin-top:20px}.scroll{text-align:center;margin-top:120px}.scroll>p{color:#fff;margin-top:20px;font-family:SB_M;font-size:.8rem}.mouse_scroll{height:70px;position:relative}.mouse_scroll span:after{content:"";opacity:.5;background:#fff;width:2px;height:60px;margin:5px auto;animation:2s infinite mouse-pulse;display:block}@keyframes mouse-pulse{0%{opacity:1;transform:translate(-.5px,2px)}to{opacity:0;transform:translate(-.5px,15px)}}footer{background-color:#222;position:relative}footer>div{width:100%;padding:80px 5%}footer>div>:first-child{position:fixed;bottom:80px;right:5%}footer>div>:first-child>div{cursor:pointer}footer>div>:first-child>div img{width:50px;height:auto}footer>div>:first-child>:first-child{margin-bottom:10px}footer>div>:last-child>:first-child{border-bottom:1px solid #ccc;margin-bottom:30px;padding-bottom:20px}footer>div>:last-child>:first-child button a{background-color:#fff;border:1px solid #fff;border-radius:40px;padding:5px 25px}footer>div>:last-child>:first-child button a:hover{color:#fff;background-color:#222}footer>div>:last-child>:first-child p{color:#fff;margin-top:20px}footer>div>:last-child>ul li{color:#aaa;margin:5px 0}footer>div>:last-child>p{color:#aaa;margin-top:40px}@media screen and (min-width:768px){p,li{font-size:1.1rem}}@media screen and (min-width:1366px){.pc-flex{pointer-events:auto;display:flex}.pc{display:block}.mo{display:none}li,p{font-size:1.2rem}article>div{width:1200px;margin:0 auto;padding:150px 0}header{border-bottom:0}header>div{padding:20px 0 30px}header>div>:first-child{border-bottom:1px solid #ccc;padding-bottom:20px}header>div>:first-child>div{width:1336px;margin:0 auto;position:relative}header>div>:first-child h3{margin:auto;font-size:1.6rem}header>div>:first-child>div>:last-child{gap:20px;position:absolute;top:50%;right:0;transform:translateY(-50%)}header>div>:first-child>div>div a{font-weight:700}.menu-sticky{z-index:10;width:100%;padding:20px 0;display:none;position:fixed;top:0;left:0}.menu-sticky.show{display:block}.menu-sticky>div{width:1366px;margin:0 auto;overflow-x:visible}.menu-sticky ul{justify-content:space-between;gap:8px}.menu-sticky ul li{padding:5px 23px;font-size:1rem}header>div>:last-child{position:unset;width:1336px;height:auto;margin:0 auto;display:block}nav{border-bottom:2px solid #000;height:auto;padding:20px 0 0}nav>ul li{width:140px}nav>ul li.on{border:2px solid #000}nav>ul li p{padding:8px 5px;font-size:.7rem}nav>:last-child{margin-top:0}main,main>div>:first-child img{height:450px}main.main-home>div{position:relative}main.main-home>div>:nth-child(2){z-index:5;justify-content:space-between;width:1300px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}main.main-home>div>:nth-child(2) button{cursor:pointer;opacity:.7}main.main-home>div>:nth-child(2) button:hover{opacity:1}main.main-home>div>:last-child{top:65%}main>div>:last-child h1,main.main-home>div>:last-child h1{font-size:3rem}main.main-home>div>:last-child h3{font-size:2rem}main.main-home>div>:last-child h3:last-of-type{margin-top:20px;font-size:1.7rem}.scroll{margin-top:150px}.scroll>p{margin-top:20px;font-size:.8rem}.mouse_scroll{height:70px}.mouse_scroll span:after{width:2px;height:60px}footer>div{width:1200px;margin:0 auto;padding:50px 0 80px}footer>div>:first-child{bottom:100px;right:10%}footer>div>:first-child>div img{width:60px}footer>div>:last-child>:first-child button a{padding:5px 25px}footer>div>:last-child>:first-child p{font-size:1rem}footer>div>:last-child>ul{flex-wrap:wrap;width:750px;display:flex;position:relative}footer>div>:last-child>ul li{margin:0 15px 0 0;padding-right:15px;font-size:1rem;position:relative}footer>div>:last-child>ul li.line:after{content:"";background-color:#aaa;width:1px;height:10px;position:absolute;top:50%;right:0;transform:translateY(-40%)}footer>div>:last-child>p{font-size:1rem}}
.main-slider>div img{object-fit:cover;width:100%;height:600px}.solution{background-color:#f8f7f7}.solution>div>:first-child{text-align:center;margin-bottom:50px}.solution>div>:first-child h2{font-family:SB_L}.solution>div>:first-child p{margin-top:10px}.solution>div>:last-child>div{width:48%;margin:10px 0}.solution>div>:last-child section{position:relative;overflow:hidden}.solution>div>:last-child section h3{font-size:.8rem}.solution>div>:last-child section>div>img{width:100%;height:auto}.solution>div>:last-child section>:last-child{color:#fff;background-color:#000000b3;width:100%;height:100%;padding:10px;transition:all .5s;position:absolute;bottom:-60%;left:0}.solution>div>:last-child section>:last-child.solution-hover{bottom:-40%}.solution>div>:last-child section>:last-child>p{margin:5px 0 20px;font-size:.7rem}.solution>div>:last-child section>:last-child>button{display:none}.solution>div>:last-child section>:last-child.solution-hover>button{display:block}.solution>div>:last-child section>:last-child>button a p{color:#fff;margin:auto 20px auto 0;font-size:.8rem}.solution>div>:last-child section>:last-child>button a>div{position:relative}.solution>div>:last-child section>:last-child>button a>div img{width:23px;height:auto;margin:auto}.solution>div>:last-child section>:last-child>button a>div>:first-child{transition:all .3s;position:absolute;top:50%;left:0%;transform:translate(-50%,-50%)}.solution>div>:last-child section>:last-child>button a.link-hover>div>:first-child{animation:.5s ease-in-out line-hover}@keyframes line-hover{0%{left:0%}50%{left:20%}to{left:0%}}.solution>div>:last-child section>:last-child>button a>div>:first-child>img{width:20px}.preview>div{padding-bottom:20px}.preview>div>:first-child{text-align:center;margin-bottom:50px}.preview>div>:first-child h2{font-family:SB_L}.preview>div>:last-child section>:first-child{margin-bottom:25px}.preview>div>:last-child section>:first-child button a{margin:auto 10px auto 0}.preview>div>:last-child section>:first-child button img{width:8px;height:auto}.home-event{background-color:#f8f7f7}.home-event>div>:first-child{text-align:center;margin-bottom:30px}.home-event>div>:first-child h2{font-family:SB_L}.home-event>div>:first-child p{margin-top:15px}.home-event>div>:last-child{text-align:center}.home-event>div>:last-child>button{background-color:#000;border-radius:50px;margin-top:50px;padding:8px 30px}.home-event>div>:last-child>button a{color:#fff}.home-intro{background-image:url(/images/home_bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.home-intro>div{color:#fff;text-align:center}.home-intro>div>div h2{font-family:SB_L}.home-intro>div>div p{margin:20px 0 40px}.home-intro>div>div button{border:1px solid #fff;border-radius:50px;padding:5px 25px}.home-intro>div>div button a{color:#fff}.home-intro>div>div button:hover{background-color:#ffffff4d}.about>div>:first-child{text-align:center;border-bottom:1px solid #aaa;margin-bottom:70px;padding-bottom:70px}.about>div>:first-child h2 span{color:#ffa600}.about>div>:first-child p{margin-top:20px}.about>div>div>section:first-of-type{margin-bottom:70px}.about>div>div>section ul{position:relative}.about>div>div>section ul:before{content:"";background:#ccc;width:1px;height:94%;position:absolute;top:10px;left:8px}.about>div>div>section ul li{color:#555;margin:25px 0;padding-left:40px;position:relative}.about>div>div>section ul li:before{content:"";background:#fff;border:4px solid #ffa600;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:0}.list{flex-flow:wrap;justify-content:space-between;display:flex}.product-item{width:48%;margin-bottom:40px}.product-item>div>:first-child img{object-fit:cover;width:100%;height:140px}.product-item>div>:last-child h4{margin-top:15px;font-size:1rem}.product-item>div>:last-child ul{height:45px;margin:8px 0}.product-item>div>:last-child ul li{color:#555;font-size:.8rem}.product-item>button{margin-top:30px}.product-item>button a{color:#555;border:1px solid #aaa;border-radius:50px;padding:5px 25px}.product-item>button a:hover{color:#fff;background-color:#222;border:1px solid #222}.detail{position:relative}.detail>div>:first-child>div>img{border-radius:10px;width:100%;height:auto}.detail>div>:first-child>h2{text-align:center;border-bottom:1px solid #aaa;margin:50px 0 0;padding-bottom:20px}.detail>div>:first-child>div:last-of-type{text-align:center;border-bottom:1px solid #aaa;margin-bottom:40px;padding:8px 0}.detail>div>:first-child>div:last-of-type p span{margin-right:10px;font-weight:700}.detail>div>:first-child>div:last-of-type button{z-index:3;background-color:#000;border-top-left-radius:15px;border-top-right-radius:15px;width:100%;padding:20px;position:fixed;bottom:0;right:0}.detail>div>:first-child>div:last-of-type button a{color:#fff;font-size:1rem}.detail>div>:first-child>ul{text-align:center;margin-top:40px}.detail>div>:first-child>ul li{margin:8px 0}.detail>div>:last-child>div{margin:20px 0}.detail>div>:last-child>div:first-of-type{margin-top:40px}.detail>div>:last-child>div img{border-radius:10px;width:100%;height:auto}.sports>div>:first-child img{object-fit:cover;border-radius:15px;width:100%;height:auto;min-height:210px}.sports>div>:nth-child(2){text-align:center;border-bottom:1px solid #aaa;margin:50px 0;padding-bottom:50px}.sports>div>:nth-child(2) h2{width:80%;margin:0 auto}.sports>div>:nth-child(2) p{margin-top:15px}.sports>div>:last-child>div{width:100%;margin:10px 0}.sports>div>:last-child>div img{border-radius:10px;width:100%;height:auto}.event>div>:first-child img{object-fit:cover;border-radius:15px;width:100%;height:auto;min-height:210px}.event>div>:nth-child(2){text-align:center;border-bottom:1px solid #aaa;margin:50px 0;padding-bottom:50px}.event>div>:nth-child(2) p{margin:15px 0 30px}.event>div>:nth-child(2) ul{justify-content:center;gap:10px}.event>div>:nth-child(2) ul li{color:#555;background-color:#e7e7e7;border-radius:40px;padding:3px 15px}.event-item{border-radius:8px;width:48%;margin:12px 0;position:relative;overflow:hidden}.event-item a div img{object-fit:cover;border-radius:10px;width:100%;height:auto;min-height:108px;max-height:500px}.event-item>:last-child{color:#fff;text-align:center;background-color:#000000b3;border-bottom-right-radius:10px;border-bottom-left-radius:10px;width:100%;height:45px;transition:all .8s;position:absolute;bottom:-100px;left:0}.event-item>:last-child.event-hover{bottom:0}.event-item>:last-child p{width:97%;font-size:.7rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.event-detail>div>:last-child>div{margin:20px 0}.event-detail>div>:first-child>div img{object-fit:cover;border-radius:10px;width:100%;height:auto}.event-detail>div>:first-child>h2{text-align:center;border-bottom:1px solid #aaa;margin:50px 0;padding-bottom:20px}.event-detail>div>:last-child>div img{border-radius:10px;width:100%;height:auto}.inquire>div>form>div{margin:25px 0}.inquire>div>form input,.inquire>div>form textarea{border:1px solid #ccc;border-radius:8px;width:100%;padding:10px}.inquire>div>form h3{margin-bottom:10px}.inquire>div>form h3 span{font-size:.82rem}.inquire>div>form label h3:after,.inquire>div>form legend h3:after{content:"*";color:#ff1616;margin-left:5px}.inquire>div>form>:nth-child(2) input{width:30%}.inquire>div>form>:nth-child(2) p{margin:auto}.inquire>div>form>div:nth-last-of-type(2) h3:after{content:""}.inquire>div>form>div:last-of-type>:nth-child(2){border:1px solid #ccc;border-radius:8px;padding:15px 10px}.inquire>div>form>div:last-of-type>:nth-child(2) p{font-size:.8rem}.inquire>div>form>div:last-of-type>:nth-child(2) p:first-of-type{font-weight:700}.inquire>div>form>div:last-of-type>:nth-child(2) ul{margin:20px 0}.inquire>div>form>div:last-of-type>:nth-child(2) ul li{margin:5px 0;font-size:.8rem}.inquire>div>form>div:last-of-type>:nth-child(2)>:last-child{margin-top:15px}.inquire>div>form>div:last-of-type>:last-child{justify-content:left;gap:10px;margin-top:20px}.inquire>div>form>div:last-of-type>:last-child input{border:1px solid #ccc;width:auto;margin:auto 0}.inquire>div>form>button{color:#fff;cursor:pointer;background-color:#000;border-radius:50px;width:100%;margin-top:30px;padding:15px;font-weight:700}@media screen and (min-width:768px){.solution>div>:first-child h2{font-size:2rem}.solution>div>:first-child p{margin-top:15px}.solution>div>:last-child>div{margin:20px 0}.solution>div>:last-child section h3{font-size:1.2rem}.solution>div>:last-child section>:last-child{padding:15px;bottom:-80%}.solution>div>:last-child section>:last-child.solution-hover{bottom:-65%}.solution>div>:last-child section>:last-child>p{margin:5px 0 40px;font-size:.9rem}.solution>div>:last-child section>:last-child>button a p{margin:auto 30px auto 0;font-size:.9rem}.solution>div>:last-child section>:last-child>button a>div img{width:30px}.solution>div>:last-child section>:last-child>button a>div>:first-child>img{width:25px}.preview>div>:first-child h2{font-size:2rem}.home-event>div>:last-child>button{padding:12px 40px}.home-event>div>:last-child>button a{font-size:1rem}.home-intro>div>div button{padding:8px 35px}.product-item>div>:first-child img{height:250px}.product-item>div>:last-child h4{font-size:1.2rem}.product-item>div>:last-child ul{height:55px;margin:8px 0}.product-item>div>:last-child ul li,.product-item>button a{font-size:1rem}.detail>div>:first-child>div:last-of-type{padding:20px 0;position:relative}.detail>div>:first-child>div:last-of-type button{border-radius:50px;width:15%;padding:5px 20px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.detail>div>:first-child>ul li{margin:15px 0}.detail>div>:last-child>div{margin:40px 0}.event-item>:last-child{height:60px}.event-item>:last-child p{font-size:1rem}.event-detail>div>:last-child.event-detail-full,.event-detail>div>:last-child.event-detail-flex{flex-wrap:wrap;justify-content:space-between;display:flex}.event-detail>div>:last-child.event-detail-full>div{width:100%}.event-detail>div>:last-child>div{margin:20px 0}.event-detail>div>:last-child.event-detail-flex>div{width:48%}.event-detail>div>:last-child.event-detail-flex>div img{width:100%;max-width:580px;height:auto}.sports>div>:last-child>div{width:48%;margin:15px 0}}@media screen and (min-width:1366px){.solution>div>:first-child h2{font-size:2.5rem}.solution>div>:last-child{overflow:hidden}.solution>div>:last-child>div:nth-of-type(2),.solution>div>:last-child>div:nth-of-type(4){margin-top:60px}.solution>div>:last-child>div:nth-of-type(5),.solution>div>:last-child>div:nth-of-type(7){margin-top:-20px}.solution>div>:last-child>div{width:280px}.solution>div>:last-child section:nth-of-type(2){margin-top:40px}.solution>div>:last-child section>:last-child{bottom:-70%}.solution>div>:last-child section>:last-child.solution-hover{bottom:-50%}.solution>div>:last-child section>:last-child>button a p{font-size:1rem}.preview>div>:first-child h2{font-size:2.5rem}.preview>div>:first-child{margin-bottom:70px}.preview>div>:last-child section>:first-child{margin-bottom:30px}.preview>div>:last-child section>:first-child h3{font-size:1.5rem}.preview>div>:last-child section>:first-child button a{font-size:1rem}.home-event>div>:first-child{margin-bottom:70px}.home-event>div>:first-child h2,.home-intro>div>div h2{font-size:2.5rem}.home-intro>div>div p{margin:20px auto 70px}.home-intro>div>div button a{font-size:1rem}.about>div>:first-child{margin-bottom:100px;padding-bottom:100px}.about>div>:first-child h2{font-size:2.3rem}.about>div>:first-child p{margin:30px 0 0}.about>div>div>section ul li{margin:40px 0;padding-left:60px;font-size:1.2rem}.list{justify-content:left;gap:26.5px}.product-item{width:280px;margin-bottom:45px}.product-item>div>:first-child img{height:210px}.product-item>div>:last-child h4{margin-top:20px;font-size:1.2rem}.product-item>div>:last-child ul{height:65px;margin:10px 0}.product-item>div>:last-child ul li,.product-item>button a{font-size:1rem}.detail>div>:first-child>div>img{width:800px;margin:auto}.detail>div>:first-child>h2{margin:80px 0 0;font-size:2.5rem}.detail>div>:first-child>div:last-of-type{margin-bottom:70px;padding:30px 0}.detail>div>:first-child>div:last-of-type p span{margin-right:15px}.detail>div>:first-child>ul{margin-top:70px}.detail>div>:first-child>ul li{margin:8px 0}.detail>div>:last-child>div{width:1000px;margin:40px auto}.detail>div>:last-child>div:first-of-type{margin-top:70px}.detail>div>:last-child>div img{border-radius:10px;width:1000px;margin:auto}.sports>div>:nth-child(2) h2{font-size:2rem}.sports>div>:last-child>div{width:580px}.event>div>:nth-child(2) h2{font-size:2rem}.event>div>:nth-child(2){margin:70px 0;padding-bottom:70px}.event>div>:nth-child(2) p{margin:20px 0 50px}.event>div>:nth-child(2) ul{gap:20px;width:700px;margin:auto}.event>div>:nth-child(2) ul li{padding:3px 25px}.event>div>:last-child{justify-content:left;gap:0 30px}.event-item{border-radius:15px;width:380px;margin:20px 0}.event-item a div img{border-radius:15px;height:230px}.event-item>:last-child{border-bottom-right-radius:15px;border-bottom-left-radius:15px}.event-item>:last-child p{width:85%}.event-detail>div>:last-child>div{margin:20px 0}.event-detail>div>:first-child>div img{border-radius:10px;width:800px;margin:auto}.event-detail>div>:first-child>h2{margin:80px 0 50px;font-size:2.5rem}.event-detail>div>:last-child>div img{border-radius:10px;width:1000px;margin:auto}.inquire>div{width:800px}.inquire>div>form>div{margin:0 0 40px}.inquire>div>form input,.inquire>div>form textarea{padding:15px;font-size:1.1rem}.inquire>div>form input::placeholder,.inquire>div>form textarea::placeholder{font-size:1rem}.inquire>div>form h3{margin-bottom:20px;font-size:1.3rem}.inquire>div>form>:nth-child(2){width:400px}.inquire>div>form>:nth-child(2) p{font-size:1.2rem;font-weight:700}.inquire>div>form>div:last-of-type>:nth-child(2){padding:30px}.inquire>div>form>div:last-of-type>:nth-child(2) p{font-size:1rem}.inquire>div>form>div:last-of-type>:nth-child(2) ul{margin:30px 0}.inquire>div>form>div:last-of-type>:nth-child(2) ul li{margin:8px 0;font-size:1rem}.inquire>div>form>div:last-of-type>:nth-child(2)>:last-child{margin-top:15px}.inquire>div>form>div:last-of-type>:last-child p{font-size:1.1rem}.inquire>div>form>button{margin-top:50px;padding:20px;font-size:1.2rem}}
