@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap";
@font-face{font-family:Gong-L;src:url("/fonts/Gong Gothic Light.ttf")format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Gong-M;src:url("/fonts/Gong Gothic Medium.ttf")format("truetype");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}body{color:#000;background-color:#fff;overflow-x:hidden}p,li{font-size:.9rem;transition:all .5s}a{cursor:pointer;color:#000;text-decoration:none;transition:all .3s}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{display:none}.black-bg{opacity:.7;z-index:70;background-color:#000;width:100%;height:100vh;position:fixed;top:0;left:0}.loading{text-align:center;width:100%;max-width:1200px;margin:0 auto;padding:100px 0;font-size:.9rem}.page-title{position:relative}.page-title:before{content:"";background-color:#222;width:32px;height:3px;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.stroke-text{border-bottom:2px solid #eee;padding-bottom:8px}.stroke-text>h3{display:inline-block;position:relative}.stroke-text>h3:after{content:"";background-color:#034694;width:100%;height:2px;position:absolute;bottom:-10px;left:0}.modal>:last-child{z-index:100;color:#fff;width:80%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal>:last-child>div{justify-content:center;gap:10px}.modal>:last-child>div>div:first-of-type img{aspect-ratio:1/1.414;object-fit:cover;border:1px solid #ccc;width:100%;max-width:500px;height:100%;margin:auto}.modal>:last-child>div>div:last-of-type img{filter:invert();cursor:pointer;width:20px;height:auto}header{background-color:#fff;position:relative}header>div{padding:15px 5%}header>div>:first-child img{width:70px;height:auto}header>div>:last-child{cursor:pointer;margin:auto 0}header>div>:last-child img{width:30px;height:auto;margin:auto 0}nav{z-index:40;background-color:#fff;width:100%;height:100vh;padding:15px 5%;transition:all .3s;position:fixed;top:0;right:-100%}nav.open-menu{right:0}nav>div{cursor:pointer;justify-content:right;margin-bottom:50px;display:flex}nav>div>img{width:20px;height:auto}nav>ul>li>div{cursor:pointer;border-bottom:2px solid #ccc;padding:15px 0}nav>ul>li>div.open-sub{border-bottom:2px solid #034694}nav>ul>li>div>img{width:15px;height:auto}nav>ul>li>ul{opacity:0;max-height:0;transition:max-height 1.5s,opacity .8s,transform .8s;overflow:hidden;transform:translateY(-6px)}nav>ul>li>ul.open-sub{opacity:1;max-height:240px;padding:15px 0;transform:translateY(0)}nav>ul>li>ul>li{color:#555;margin:15px 0;padding-left:20px;position:relative}nav>ul>li>ul>li:before{content:"";background-color:#555;border-radius:100%;width:3px;height:3px;position:absolute;top:50%;left:5px;transform:translate(-50%)}nav>ul>li>ul>li.select a{color:#034694;font-weight:700}nav>ul>li>ul>li.select:before{background-color:#034694;width:5px;height:5px}nav>ul>li>ul>li a:hover{color:#034694;font-weight:700}.sub{opacity:0;max-height:0;transition:max-height .8s,opacity .4s,transform .4s;overflow:hidden;transform:translateY(-6px)}.tab-menu{margin-top:50px}.tab-menu>ul{justify-content:left;gap:10px}.tab-menu>ul>li{text-align:center;word-break:keep-all;cursor:pointer;border:1px solid #aaa;border-radius:50px;justify-content:center;align-items:center;width:48%;height:2.5rem;padding:0 10px;line-height:1rem;display:flex;overflow:hidden}.tab-menu>ul>li.focus{color:#fff;background-color:#034694;border:1px solid #034694;font-weight:700}main{width:100%;display:block;position:relative}article>div{padding:100px 5% 80px}article>div>:first-child{text-align:center;margin-bottom:50px}article>div>:first-child>p{margin-top:10px}article>div>:first-child>p span{font-weight:700}form{width:100%;max-width:800px;margin:0 auto}form>div>label h3{font-size:1rem;position:relative}form>div>label h3.required:after{content:"*";color:#00a8e9;margin-left:5px}form>div>label>p{margin-top:5px}form>div{margin:30px 0}form>div>input,form>div>textarea,form>div>select{border:1px solid #aaa;border-radius:5px;width:100%;margin-top:10px;padding:10px}form>div>input[type=file]{margin-bottom:30px}form img{object-fit:cover;border:1px solid #eee;width:120px;height:120px}.fm-detail-add{margin-top:40px}.fm-detail-add h5{font-size:1rem}.fm-images button{cursor:pointer;color:#555;background-color:#eee;border-radius:3px;padding:3px 8px}.fm-detail-add>div{border:1px solid #aaa;border-radius:8px;justify-content:left;gap:3px;margin-top:10px;padding:20px 10px}.fm-images>div{justify-content:left;gap:3px}form>button{color:#fff;cursor:pointer;background-color:#034694;width:100%;margin-top:40px;padding:15px;font-weight:700}form>div>button{cursor:pointer;width:48%;padding:10px}form>div>button:first-of-type{color:#fff;background-color:#034694}form>div>button:last-of-type{color:#555;background-color:#eee}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.table-wrapper::-webkit-scrollbar{background-color:#eee;height:4px;padding-top:20px}.table-wrapper::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.table-wrapper table{margin-bottom:10px}.table-wrapper table>thead tr:first-of-type th:first-of-type{background:#034694}table{border-collapse:collapse;border:1px solid #ccc;width:100%}thead{color:#fff;background-color:#03479480}th,td{text-align:center;white-space:nowrap;border:1px solid #ccc;padding:5px;font-size:.8rem}tfoot{background-color:#eee}.pagination{margin-top:50px}.pagination button{cursor:pointer}.pagination>div>button{color:#555;border:1px solid #ccc;width:22px;height:22px;margin:0 5px}.pagination>button>img{width:10px;height:auto}.pagination>div>button.select{color:#fff;background-color:#034694;border:1px solid #034694}footer{color:#aaa;background-color:#222;position:relative}footer>div{width:100%;padding:80px 5%}footer>div>:first-child{cursor:pointer;position:fixed;bottom:80px;right:5%}footer>div>ul{border-bottom:1px solid #aaa;gap:15px;margin-bottom:30px;padding-bottom:30px;justify-content:left!important}footer>div>ul li{padding-left:10px;position:relative}footer>div>ul li:before{content:"";background-color:#aaa;border-radius:100%;width:3px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}footer>div>ul li a{color:#aaa}footer>div>:last-child>:last-child ul{margin-top:20px}footer>div>:last-child>:last-child ul li{margin:10px 0}footer>div>:last-child>:last-child ul li span{font-weight:700}footer>div>:last-child>:last-child>p{margin-top:40px}@media screen and (min-width:768px){p,li{font-size:1rem}.page-title{font-size:1.7rem}.stroke-text{padding-bottom:8px}.stroke-text>h3{font-size:1.5rem}header>div{padding:25px 5%}header>div>:first-child img{width:90px}header>div>:last-child img{width:35px}nav{padding:25px 5%}nav>ul>li>div{padding:20px 0}.tab-menu{margin-top:50px}.tab-menu>ul>li{height:2.8rem}form>div>label h3{font-size:1.2rem}form>div>input,form>div>textarea,form>div>select{width:100%;padding:15px;font-size:1rem}form>div>button{margin-top:40px;padding:20px;font-size:1rem}form>button{padding:20px;font-size:1rem}th,td{white-space:unset;padding:10px 15.5px;font-size:1rem}.pagination{margin-top:70px}.pagination>div>button{width:35px;height:35px;font-size:1rem}footer>div>ul{gap:30px}footer>div>:last-child>:last-child ul{margin-top:40px}}@media screen and (min-width:1366px){.pc{display:block}.mo{display:none}li,p{font-size:1.1rem}th,td{font-size:.9rem}.page-title{font-size:1.9rem}header>div{width:1200px;margin:0 auto;padding:25px 0}header>div>:first-child img{width:100px}nav{position:unset;background-color:#0000;width:600px;height:auto;margin:auto 0;padding:0}nav>div{cursor:pointer;justify-content:right;margin-bottom:50px;display:flex}nav>ul{justify-content:space-between;display:flex}nav>ul>li{position:relative}nav>ul>li>div{border-bottom:0;padding:0}nav>ul>li>div.open-sub{color:#034694;border-bottom:0}nav>ul>li>ul{background-color:#fff;width:250px;height:auto;position:absolute;top:70px;left:0}nav>ul>li>ul.open-sub{max-height:auto}nav>ul>li>ul>li{margin:15px 0;padding-left:30px}nav>ul>li>ul>li:before{left:15px}nav>ul>li>ul>li.select a:hover{color:#034694;font-weight:700}.tab-menu{margin-top:70px}.tab-menu>ul{justify-content:center;gap:10px;width:1000px;margin:0 auto}.tab-menu>ul>li{width:auto;height:auto;padding:15px 45px}article>div{width:1200px;margin:0 auto;padding:150px 0}article>div>:first-child{margin-bottom:70px}article>div>:first-child>p{margin-top:15px}.loading{padding:150px 0}.fm-detail-add h5{font-size:1.1rem}.fm-images button{cursor:pointer;color:#555;background-color:#eee;border-radius:3px;padding:3px 8px}.fm-detail-add>div{gap:8px;margin-top:15px;padding:30px}.fm-images>div{gap:8px}.pagination>button>img{width:15px}.pagination>div>button{width:50px;height:50px;font-size:1rem}footer>div{width:1200px;margin:0 auto;padding:30px 0 50px}footer>div>ul{gap:70px;margin-bottom:50px}footer>div>:last-child{gap:10px;margin:auto 0;display:flex}footer>div>:last-child>:last-child ul{gap:20px;margin:0;display:flex}footer>div>:last-child>:last-child ul li{margin:0;font-size:.9rem;position:relative}footer>div>:last-child>:last-child ul li:not(footer>div>:last-child>:last-child ul li:last-of-type):after{content:"";background-color:#aaa;width:1px;height:10px;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}footer>div>:last-child>:last-child>p{margin-top:10px;font-size:.9rem}}
main.home-main{height:600px}.main-slider{width:100%;height:600px;overflow:hidden}.main-slider-item>img{object-fit:cover;width:100%;height:600px}main.home-main>:nth-child(2){color:#fff;text-align:center;width:95%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}main.home-main>:nth-child(2) h2{margin-bottom:10px;font-family:Gong-M;font-weight:300}@keyframes bounce{0%,to{bottom:18%}50%{bottom:20%}}main.home-main>:nth-child(3){text-align:center;color:#fff;animation:1.5s ease-in-out infinite bounce;position:absolute;bottom:18%;left:50%;transform:translate(-50%)}main.home-main>:nth-child(3) p{font-family:Gong-M}main.home-main>:nth-child(3)>div{margin-top:10px}main.home-main>:nth-child(3)>div img{width:40px;height:auto;margin:0 auto}main.home-main>:last-child{width:100%;position:absolute;bottom:0;left:0}main.home-main>:last-child>img{width:100%;height:150px}main.category-main>div>div>img{width:100%;height:auto}main.category-main>div>h2{color:#fff;text-align:center;width:90%;font-size:2rem;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.home>div>:first-child{text-align:left}.home>div>:first-child>h2{width:70%;font-family:Gong-L}.home>div>:first-child>h2 span{position:relative}.home>div>:first-child>h2 span:after{content:"";background-color:#000;width:80px;height:1px;position:absolute;bottom:0;left:15px}.home>div>:last-child section{width:100%;margin-bottom:20px;position:relative;overflow:hidden}.home>div>:last-child section>:first-child{overflow:hidden}.home>div>:last-child section img{width:100%;height:auto;transition:all .3s}.home>div>:last-child section>:first-child:hover img{scale:1.1}.home>div>:last-child section>a>:last-child{color:#fff;width:90%;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.home>div>:last-child section>a>:last-child h3{margin-top:5px;font-family:Gong-L}.home2{background-image:url(/images/home2_bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.home2>div>:first-child{text-align:left;color:#fff}.home2>div>:first-child h2{width:70%;font-family:Gong-L}.home2>div>:first-child>h2 span{position:relative}.home2>div>:first-child>h2 span:after{content:"";background-color:#fff;width:100px;height:1px;position:absolute;bottom:0;left:15px}.home2>div>:last-child section{background-color:#fff;border:2px solid #00a8e9;width:100%;height:180px;margin:10px 0;padding:10px;transition:all .1s;position:relative}.home2>div>:last-child section:hover{outline:2px solid #00a8e9}.home2>div>:last-child section>p{color:#aaa;margin:8px 0 20px;font-family:Gong-L}.home2>div>:last-child section>button{border:1px solid #aaa;padding:5px 10px}.home2>div>:last-child section>button:hover{background-color:#034694}.home2>div>:last-child section>button:hover a{color:#fff}.home2>div>:last-child section>:last-child{position:absolute;bottom:0;right:0}.home2>div>:last-child section>:last-child img{width:158px;height:auto}.contact{background-image:url(/images/contact_bg.jpg);background-position:right -100px center;background-repeat:no-repeat;background-size:cover}.contact>div>:first-child{text-align:left;color:#fff}.contact>div>:first-child h2{font-family:Gong-L}.contact>div>:first-child p span{font-weight:700}.contact>div>:last-child{text-align:right}.contact>div>:last-child button{border:1px solid #fff;padding:5px 13px}.contact>div>:last-child button:hover{background-color:#04090f99;border:1px solid #034694}.contact>div>:last-child button a{color:#fff}.about>div>:nth-child(2) img{object-fit:cover;width:100%;height:auto}.about>div>:nth-child(3){margin:30px 0 40px}.about>div>:nth-child(3) h4{color:#034694}.about>div>:nth-child(3)>div{justify-content:left;gap:20px;margin-top:15px}.about>div>ul{border-top:2px solid #000;border-bottom:2px solid #000}.about>div>ul li{padding:20px 0;display:flex}.about>div>ul li:nth-of-type(2){border-top:1px solid #ccc;border-bottom:1px solid #ccc}.about>div>ul li p:first-of-type{width:30%;font-weight:700}.about2 p{text-align:center;margin-bottom:20px}.about2>div>:last-child>img{margin:50px auto 0}.about2>div>:last-child>div{width:100%}.about2>div>:last-child>div>img{width:100%;height:auto;margin-bottom:20px}.about2.intro>div>:last-child h2{color:#034694;margin-top:20px;font-size:1.2rem}.about2.intro>div>:last-child h3{margin:20px 0 40px;font-size:1.1rem}.about2.intro>div>:last-child p{text-align:left}.about2.intro>div>:last-child>:first-child img{width:80%;height:auto;margin:0 auto 30px}.about2.intro>div>:last-child>:last-child img{width:120px;height:auto;margin:40px 0 0 auto}.about2.company img{margin-top:30px}.about2.business{color:#fff;background-image:url(/images/향후목표.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.about2.business .page-title:before{background-color:#fff!important}.product-list>section{text-align:center;width:48%;margin-bottom:30px}.product-list>section>a img{object-fit:cover;width:100%;height:140px}.product-list>section h4{transform:.1s;border-top:1px solid #aaa;margin-top:10px;padding-top:8px}.product-list>section:hover h4{border-top:2px solid #00a8e9}.product-list>section p{color:#aaa}.product-detail div img{object-fit:cover;width:100%;height:256px;margin-top:30px}.product-detail.certification img{aspect-ratio:1/1.414;object-fit:cover;border:1px solid #ccc;width:100%;max-width:500px;height:100%;margin:auto}.product-detail>div>:nth-child(2){margin-bottom:30px}.product-detail>div>:nth-child(3){margin-bottom:80px}.product-detail>div>:nth-child(3)>div{margin-top:30px}.product-detail>div>:nth-child(3)>div>div{margin:20px 0}.product-detail>div>:nth-child(3)>div>div>img{object-fit:cover;width:100%;height:256px}.product-detail>div>:nth-child(2)>:last-child,.product-detail>div>:nth-child(3)>:last-child{width:100%;margin:0 auto}.common-list>ul{border-top:2px solid #000;border-bottom:2px solid #000}.common-list>ul>li{text-align:center;padding:10px 0;font-size:.8rem;font-weight:700}.common-list>ul>li:first-of-type{width:18%;padding:10px 5px}.common-list>a>ul li{text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:10px;font-size:.8rem;overflow:hidden}.common-list>a>ul li:first-of-type{width:18%;padding:10px 5px}.common-list>ul>li:nth-of-type(2),.common-list>a>ul li:nth-of-type(2){width:50%;position:relative}.common-list>ul>li:nth-of-type(2):before,.common-list>a>ul li:nth-of-type(2):before{content:"";background-color:#ccc;width:2px;height:15px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.common-list>ul>li:nth-of-type(2):after,.common-list>a>ul li:nth-of-type(2):after{content:"";background-color:#ccc;width:2px;height:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.common-list>ul>li:last-of-type,.common-list>a>ul li:last-of-type{width:50%}.cylinder-detail>div>:nth-child(2)>div{width:100%}.cylinder-detail>div>:nth-child(2)>div>img{object-fit:contain;width:100%;height:400px}.cylinder-detail>div>:nth-child(2)>:last-child{margin-top:30px}.cylinder-detail>div>:nth-child(2)>:last-child>ul{border-bottom:2px solid #034694;padding:30px 0 40px}.cylinder-detail>div>:nth-child(2)>:last-child>ul li{margin:10px 0;display:flex}.cylinder-detail>div>:nth-child(2)>:last-child>ul li p:first-of-type{width:20%;font-weight:700}.cylinder-detail>div>:nth-child(2)>:last-child>ul li p:last-of-type{color:#555}.cylinder-detail>div>:nth-child(2)>:last-child>ul li p a{color:#555;text-decoration:underline}.cylinder-detail>div>:nth-child(2)>div>button{color:#fff;cursor:pointer;background-color:#034694;width:100%;margin-top:45px;padding:15px;font-weight:700}.cylinder-detail>div>:nth-child(2)>div>button a{color:#fff}.cylinder-detail>div>:nth-child(3){margin-top:80px}.list-btn{text-align:right;margin:20px 0}.list-btn button{background-color:#034694;padding:5px 13px}.list-btn button a{color:#fff}.cylinder-feature>div{margin:30px 0}.cylinder-feature>div:last-of-type{margin-bottom:50px}.cylinder-feature>div img{width:100%;height:auto}.product-nav{border-top:1px solid #aaa;border-bottom:1px solid #aaa}.product-nav>li{cursor:pointer;color:#555;text-overflow:ellipsis;white-space:nowrap;padding:20px 0;overflow:hidden}.product-nav>li span{color:#034694;margin-right:10px;font-weight:700}.performance-detail>div>:first-child>p span{font-weight:700}.performance-detail>div>div>img{object-fit:cover;width:100%;height:259px}.admin-btn{margin-top:50px}.admin-btn button{color:#fff;cursor:pointer;background-color:#034694;padding:10px;width:48%!important}.admin-btn button:last-of-type{color:#555;background-color:#eee}.board>div>:nth-child(3){text-align:right}.board>div>:nth-child(3)>button{background-color:#034694;margin-top:20px;padding:5px 10px}.board>div>:nth-child(3)>button a{color:#fff}.board>div img{width:15px;height:100%;margin:auto}.certification>div>:last-child>div{width:48%;margin-bottom:20px}.certification>div>:last-child>div img{aspect-ratio:1/1.414;object-fit:cover;cursor:pointer;border:1px solid #ccc;width:100%;height:auto}.certification>div>:last-child>div p{text-align:center;margin-top:10px;font-weight:700}.tech-cylinder>div>div:not(.tech-cylinder>div>:first-child){margin-bottom:80px}.tech-cylinder>div>div>section h3,.tech-unit>div>section>h3{color:#034694;margin-bottom:10px;padding-left:15px;position:relative}.tech-cylinder>div>div>section h3:before,.tech-unit>div>section>h3:before{content:"";background-color:#034694;border-radius:100%;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.tech-cylinder>div>div>ul{margin-top:40px}.tech-cylinder>div>div>ul li{margin:10px 0;padding-left:15px;position:relative}.tech-cylinder>div>div>ul li:before{content:"";background-color:#000;border-radius:100%;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.tech-cylinder>div>div>ul li span{font-weight:700}.tech-cylinder>div img{width:100%;max-width:1000px;height:auto;margin:0 auto}.tech-cylinder .process>div{justify-content:center;gap:12px;margin-top:40px}.tech-cylinder .process>div>section{text-align:center;border:1px solid #aaa;border-radius:5px;width:46%;padding:30px 5px}.tech-cylinder .process>div>section h3{color:#034694;margin:-5px 0 3px}.tech-cylinder .cy-calculator>div{margin-top:40px}.tech-cylinder .cy-calculator>div>section>div{margin:20px 0}.tech-cylinder .cy-calculator>div>section>div>button{color:#fff;background-color:#034694;margin:0 0 auto;padding:5px 8px}.tech-cylinder .cy-calculator>div>section>div:last-of-type>button{background-color:#9dcddf}.tech-cylinder .cy-calculator>div>section>div>:last-child{width:80%}.tech-cylinder .cy-calculator>div>section>div>div img{width:85%;height:auto;margin:20px 0}.tech-cylinder .type-table h5{color:#000;font-size:.9rem;font-weight:300;line-height:.9rem}.tech-cylinder .type-table>section>p{text-align:right;color:#555;white-space:nowrap;margin:30px 0 8px;font-size:.8rem}.tech-cylinder .type-table>p{margin-top:20px}.tech-cylinder .stroke>section>p:last-of-type{margin-top:15px}.tech-cylinder .buckling>div>section{margin:40px 0}.tech-cylinder .buckling>div>section>:last-child>ul{margin:10px 0 40px}.tech-cylinder .buckling>div>section>:first-child{width:100%;margin-bottom:20px}.tech-cylinder .buckling>div>section>:last-child>section>div{margin-bottom:20px}.tech-cylinder .buckling>div>section>:last-child>section>div>button{color:#fff;background-color:#034694;margin:0 0 auto;padding:5px 12px}.tech-cylinder .buckling>div>section>:last-child>section>div:last-of-type>button{background-color:#9dcddf}.tech-cylinder .buckling>div>section>:last-child>section>div>:last-child{width:80%}.tech-cylinder .buckling>div>section>:last-child>section>div>ul li{margin-bottom:8px}.tech-cylinder .support>div>section,.tech-cylinder .caution>div>section{width:100%;margin:20px 0}.tech-cylinder .support>div>section h4,.tech-cylinder .caution>div>section h4{margin-bottom:8px}.tech-cylinder .support>div>section>div,.tech-cylinder .caution>div>section>div{border:1px solid #ccc}.tech-cylinder .caution>div{margin-top:20px}.tech-cylinder .caution>div>section>div{padding:20px 0}.tech-cylinder .caution>div>section>div img{width:90%;margin:auto}.tech-cylinder .speed-piping>:nth-child(2){margin:20px 0 50px}.tech-cylinder .speed-piping>:nth-child(2)>ul li{margin:8px 0}.tech-cylinder .speed-piping>:last-child>p{text-align:center;margin-top:10px}.tech-cylinder .caution2>div{margin:25px 0}.tech-cylinder .caution2 h4{margin-bottom:8px}.tech-cylinder .caution2>div>section{margin:20px 0}.tech-cylinder .caution2>div>div{width:100%}.tech-cylinder .caution2>div>div>div{border:1px solid #ccc;width:100%;margin:15px 0}.tech-cylinder .caution2>div>div>section{width:100%}.tech-cylinder .caution2>:last-child>div section{margin-bottom:30px}.tech-cylinder .caution2>:last-child>div section>div>div{border:1px solid #ccc;width:48%;margin-top:8px}.tech-unit>div>section{margin-bottom:60px}.tech-unit>div>section>ul{margin-top:15px}.tech-unit>div>section>ul li{margin:10px 0;padding-left:15px;position:relative}.tech-unit>div>section>ul li span{font-weight:700}.tech-unit>div>section>ul li:before{content:"";background-color:#000;border-radius:100%;width:3px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.tech-unit>div>section>table{border:0 solid #ccc}.tech-unit>div>section>table thead{color:#000;background-color:#0000}.tech-unit>div>section>table thead th{border:2px solid #000;border-left:0;border-right:0;padding:15px;font-weight:300}.tech-unit>div>section>table tbody td{text-align:center;border:0;border-bottom:1px solid #ccc;padding:15px 0}.tech-unit>div>section>div{border-top:2px solid #000;border-bottom:2px solid #000}.tech-unit>div>section>div>div{gap:20px;padding:15px 0;display:flex}.tech-unit>div>section>div>div:first-of-type{border-bottom:1px solid #ccc}.tech-unit>div>section>div>div>p:first-of-type{width:30%;margin:auto 0;font-weight:700}.contact.technology{background-image:url(/images/contact_bg2.jpg)}.contact.technology>div>:last-child button:hover{background-color:#00a8e9;border:1px solid #fff}.inquire>div>form>div:last-of-type>:nth-child(2){border:1px solid #aaa;border-radius:8px;margin-top:10px;padding:20px 10px}.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:5px 0}.inquire>div>form>div:last-of-type>:nth-child(2)>p{margin:10px 0}.inquire>div>form>div:last-of-type>:last-child{justify-content:left;gap:5px;margin-top:10px}.news-list>ul{border-top:1px solid #aaa;border-bottom:1px solid #aaa}.news-list>ul>li{text-align:center;padding:10px;font-size:.8rem;font-weight:700}.news-list>ul>li:first-of-type{width:15%}.news-list>ul>li:nth-of-type(2){width:80%}.news-list>a>ul{border-bottom:1px solid #eee}.news-list>a>ul:hover{background-color:#f7f7f7}.news-list>a>ul>li{color:#555;text-align:center;padding:10px;font-size:.8rem}.news-list>a>ul>li:first-of-type{width:15%;color:#000!important}.news-list>a>ul>li:nth-of-type(2){text-overflow:ellipsis;white-space:nowrap;width:80%;overflow:hidden}.news-detail>div>:nth-child(2)>h3{border-top:1px solid #aaa;padding-top:25px}.news-detail>div>:nth-child(2)>p{color:#555;border-bottom:1px solid #eee;margin:8px 0 30px;padding-bottom:25px;font-size:.8rem}.news-detail>div>:nth-child(2)>div>img{width:100%;height:auto}.news-detail>div>:nth-child(2)>:last-child{white-space:pre-wrap;margin:40px 0 50px}@media screen and (min-width:768px){main.home-main>:nth-child(2) h2{font-size:2.2rem}main.home-main>:last-child{bottom:-1px}main.category-main>div>h2{font-size:2.5rem}.home>div>:first-child>h2{font-size:2rem}.home>div>:first-child>h2 span:after{width:200px}.home>div>:last-child section img{object-fit:cover;height:300px}.home>div>:last-child section>a>:last-child{bottom:30px}.home>div>:last-child section>a>:last-child h3{font-size:1.5rem}.home2>div>:first-child>h2{font-size:2rem}.home2>div>:first-child>h2 span:after{width:200px}.home2>div>:last-child section{height:250px;margin:15px 0;padding:20px}.home2>div>:last-child section h3{font-size:1.5rem}.home2>div>:last-child section>button{margin-top:20px;padding:10px 25px;font-size:1rem}.home2>div>:last-child section>:last-child img{width:250px}.contact>div>:first-child h2{font-size:2rem}.contact>div>:last-child button{padding:10px 25px;font-size:1rem}.product-list>section{margin-bottom:50px}.product-list>section>a img{height:220px}.product-list>section h4{margin-top:15px;padding-top:15px;font-size:1.2rem}.product-detail div img{height:500px}.product-detail>div>:nth-child(3)>div>div img{object-fit:cover;height:500px}.product-detail>div>:nth-child(3)>div>div{margin:30px 0}.common-list>ul>li{padding:15px 0;font-size:1rem}.common-list>ul>li:first-of-type{padding:15px 5px}.common-list>a>ul li{padding:15px;font-size:1rem}.common-list>a>ul li:first-of-type{padding:15px 5px}.common-list>ul>li:nth-of-type(2):before,.common-list>a>ul li:nth-of-type(2):before,.common-list>ul>li:nth-of-type(2):after,.common-list>a>ul li:nth-of-type(2):after{height:20px}.cylinder-detail>div>:nth-child(2)>div>img{height:450px}.cylinder-detail>div>:nth-child(2)>:last-child>ul{padding:30px 0 60px}.cylinder-detail>div>:nth-child(2)>div>button{margin-top:50px;padding:20px;font-size:1rem}.performance-detail>div>:nth-child(2){width:700px;margin:0 auto}.performance-detail>div>:nth-child(2) img{width:500px;margin:0 auto}.admin-btn button{padding:15px;font-size:1rem}.board>div>:nth-child(3)>button{margin-top:40px;padding:8px 20px;font-size:1rem}.tech-cylinder>div>div>section h3,.tech-unit>div>section>h3{font-size:1.5rem}.tech-cylinder>div>div>ul{margin-top:50px}.tech-cylinder .process>div{justify-content:center;gap:20px;margin-top:50px}.tech-cylinder .process>div>section{padding:50px 5px}.tech-cylinder .cy-calculator>div>section>div>button{padding:5px 15px}.tech-cylinder .cy-calculator>div>section>div>div img{width:255px}.tech-cylinder .type-table h5,.tech-cylinder .type-table>section>p{font-size:1rem}.tech-cylinder .buckling>div>section>:last-child>ul{margin:10px 0 50px}.tech-cylinder .buckling>div>section>:first-child{width:100%;margin-bottom:20px}.tech-cylinder .buckling>div>section>:last-child>section>div>button{padding:8px 23px}.tech-unit>div>section>table thead th{padding:20px}.tech-unit>div>section>table tbody td,.tech-unit>div>section>div>div{padding:20px 0}.inquire>div>form>div:last-of-type>:nth-child(2){padding:20px}.inquire>div>form>div:last-of-type>:nth-child(2) h5{font-size:1rem}.news-list>ul>li,.news-list>a>ul>li{padding:15px;font-size:.9rem}.news-detail>div>:nth-child(2)>p{font-size:.9rem}.news-detail>div>:nth-child(2)>h3{font-size:1.3rem}}@media screen and (min-width:1366px){main.home-main>:nth-child(2) h2{font-size:3rem}main.home-main>:last-child{bottom:-2px}.home>div>:first-child>h2 span:after{width:500px}.home>div>:last-child section{width:378px}.home>div>:last-child section img{height:auto}.home>div>:last-child section>a>:last-child{bottom:35px}.home>div>:last-child section>a>:last-child h3{margin-top:8px}.home2>div>:first-child>h2 span:after{width:500px}.home2>div>:last-child section{width:580px;height:378px;margin:0}.home2>div>:last-child section h3{font-size:1.7rem}.home2>div>:last-child section p{font-size:1.5rem}.home2>div>:last-child section>:last-child img{width:360px}.contact{background-position:50%}.contact>div{justify-content:space-between;display:flex}.contact>div>:first-child{margin:auto 0}.contact>div>:first-child h2{margin-bottom:20px}.contact>div>:last-child{margin:auto 0}.contact>div>:last-child button{margin:auto 0;padding:12px 40px}.about>div>:nth-child(2) img{margin-bottom:50px}.about2.intro>div>:last-child>:first-child{width:480px}.about2.intro>div>:last-child>div>img{margin:auto 0}.about2.intro>div>:last-child h2{margin-top:0;font-size:1.5rem}.about2.intro>div>:last-child h3{margin:20px 0;font-size:1.3rem}.about2.intro>div>:last-child>:first-child img{width:100%}.about2.intro>div>:last-child>:last-child{width:580px;margin:auto 0}.about2.intro>div>:last-child>:first-child img{margin:40px 0 auto}.about2.intro>div>:last-child>:last-child img{width:150px;margin:60px 0 0 auto}.about2.company{margin:50px 0 0}.product-list{gap:0 30px;justify-content:left!important}.product-list>section{width:272px}.product-list>section>a img{height:250px}.product-list>section h4{font-size:1.1rem}.product-list>section p{font-size:1rem}.product-detail div img{height:500px;margin:auto;width:800px!important}.common-list>ul>li{padding:20px 0;font-size:1.1rem}.common-list>ul>li:first-of-type{padding:20px 5px}.common-list>a>ul li{padding:20px}.common-list>a>ul li:first-of-type{padding:20px 5px}.cylinder-detail>div>:nth-child(2)>div{width:500px}.cylinder-detail>div>:nth-child(2)>:last-child{width:600px;margin:auto 0}.list-btn{margin:80px 0 50px}.list-btn button{padding:8px 23px}.list-btn button a{font-size:1rem}.cylinder-detail>div>:nth-child(2)>:last-child>ul{padding:20px 0 100px}.cylinder-detail>div>:nth-child(2)>div>button{margin-top:40px}.cylinder-feature>div{margin:100px 0}.cylinder-feature>div:last-of-type{margin-bottom:100px}.product-nav>li span{margin-right:30px}.performance-detail>div>div>img{width:800px;height:auto;margin:0 auto}.admin-btn{margin-top:100px}.admin-btn button{padding:15px;font-size:1rem}.board>div>:nth-child(3)>button{margin-top:70px;padding:10px 35px}.board>div img{width:20px}.certification>div>:last-child{justify-content:left;gap:37px}.certification>div>:last-child>div{width:272px;margin-bottom:20px}.certification>div>:last-child>div p{margin-top:25px;font-size:1.1rem}.tech-cylinder>div>div>section h3,.tech-unit>div>section>h3{margin-bottom:20px;font-size:1.6rem}.tech-cylinder .process>div{flex-wrap:nowrap;justify-content:space-between;gap:0;margin-top:50px}.tech-cylinder .process>div>section{padding:40px 5px 20px}.tech-cylinder .process>div>div{z-index:2;margin:auto -10px}.tech-cylinder .process>div>div img{width:32px;height:32px}.tech-cylinder .cy-calculator>div>section>div>button{padding:5px 15px}.tech-cylinder .cy-calculator>div>section>div>div img{width:auto;margin:30px 0}.tech-cylinder .type-table h3 span{color:#000;margin-left:10px;font-size:1.2rem;font-weight:300;display:inline-block}.tech-cylinder .type-table>p{color:#555;margin-top:8px}.tech-cylinder .buckling>div>section{flex-wrap:nowrap;margin:50px 0}.tech-cylinder .buckling>div>section>:first-child{width:480px;margin:0}.tech-cylinder .buckling>div>section>:last-child{width:640px;margin:auto 0}.tech-cylinder .buckling>div>section>:last-child h4{font-size:1.2rem}.tech-cylinder .buckling>div>section>:last-child>ul{margin:30px 0 50px}.tech-cylinder .buckling>div>section>:last-child>ul li{margin:8px 0}.tech-cylinder .buckling>div>section>:last-child>section>div>button{padding:5px 23px;font-size:1rem}.tech-cylinder .support>div>section,.tech-cylinder .caution>div>section{width:570px;margin:20px 0 30px}.tech-cylinder .support>div>section h4,.tech-cylinder .caution>div>section h4,.tech-cylinder .caution2>div>section h4{margin-bottom:20px;font-size:1.3rem}.tech-cylinder .caution2>div:first-of-type>div>div,.tech-cylinder .caution2>div:nth-of-type(2)>div,.tech-cylinder .caution2>div:last-of-type>div>section{width:570px}.tech-unit>div>section:not(.tech-unit>div>section:last-of-type){margin-bottom:80px}.tech-unit>div>section>table{width:600px;margin-top:20px}.tech-unit>div>section>table thead th{padding:20px}.tech-unit>div>section>table th,.tech-unit>div>section>table td{font-size:1.1rem}.tech-unit>div>section>table tbody td{padding:20px 0}.tech-unit>div>section ul{margin-top:20px}.tech-unit>div>section>div{width:600px;margin-top:20px}.tech-unit>div>section>div>div{padding:30px 0}.inquire>div>form>div:last-of-type>:nth-child(2){padding:20px}.inquire>div>form>div:last-of-type>:nth-child(2) h5{font-size:1rem}.news-list>ul>li{padding:20px 15px;font-size:1rem}.news-list>ul>li:nth-of-type(2){width:80%}.news-list>ul>li:last-of-type{width:16%}.news-list>a>ul>li{padding:20px 15px;font-size:1rem}.news-list>a>ul>li:nth-of-type(2){width:80%}.news-list>a>ul>li:last-of-type{width:16%}.news-detail>div>:nth-child(2)>h3{font-size:1.8rem}.news-detail>div>:nth-child(2)>p{margin-bottom:80px}.news-detail>div>:nth-child(2)>div>img{width:600px;height:auto;margin:0 auto}.news-detail>div>:nth-child(2)>:last-child{margin:70px 0 100px}.news-detail>div>:nth-child(2)>:last-child p{font-size:1rem}}
