<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/* 怨듯넻 */

#mainWrap{position: relative;width: 100%;overflow: hidden;}


/* header */
header{position: fixed;top: 0;left: 0;width: 100%;padding-top: 25px;box-sizing:border-box;z-index: 3;transition:all .3s;}
.headerWrap{position: relative;width: 100%;max-width:1820px;margin: 0 auto;transition:all .5s;}
.headerWrap &gt; span{position: absolute;bottom: 0;left: 50%;transform:translateX(-50%);display: block;width: 100%;max-width:1820px;height: 1px;background: #e1e1e1;display: none;}
.headerWrap &gt; div:not(.depth_bg){width: 90.625%;max-width:1720px;margin: 0 auto;display: flex;align-items:center;}
.headerWrap h1{position: relative;width: 250px;height: 50px;}
.headerWrap h1 a{display: block;width: 100%;height: 100%;background: url("../../../img/common/logo.png") no-repeat center /cover;overflow: hidden;text-indent: -1000px;}
.headerWrap nav{display: flex;width: calc(100% - 247px);justify-content:flex-end;}
.headerWrap nav .gnb{display: flex;}
.headerWrap nav .gnb li{}
.headerWrap nav .gnb li .gnbBtn{position: relative;display: block;font-size: 17px;font-weight: 600;color: #222;padding: 38px 44px;box-sizing:border-box;transition:all .3s;}
.headerWrap nav .gnb li .gnbBtn span{position: absolute;bottom: -6px;left: 48%;transform:translateX(-50%);display: block;width: 12px;height: 12px;background: url("../../img/common/gnbBullet.png") no-repeat center;z-index: 1;display: none;transition:all .3s;}

.headerWrap nav .gnb li .gnbBtn:hover{color: #e60012;transition:all .3s;}
.headerWrap nav .gnb li .gnbBtn:hover span{display: block;animation: bounceIn 1s both;transition:all .3s;}

.headerWrap nav .gnb li .gnbBtn.active{color: #e60012;transition:all .3s;}
.headerWrap nav .gnb li .gnbBtn.active span{display: block;animation: bounceIn 1s both;transition:all .3s;}

.headerWrap nav .gnb li &gt; div{position: absolute;top: 93px;left: 50%; transform: translate(-50%);display: none;}
.headerWrap nav .gnb li:nth-child(1) &gt; div { left: 150%; }
.headerWrap nav .gnb li:nth-child(2) &gt; div { left: 104%; }
.headerWrap nav .gnb li:nth-child(5) &gt; div { left: 97%; }

.headerWrap nav .gnb li .lnbWrap .depth1lnb{position: relative;display: flex;justify-content:center;}

.headerWrap nav .gnb li:nth-child(2) .lnbWrap .depth1lnb &gt; li{width: 33.333%;}

.headerWrap nav .gnb li &gt; div .depth1lnbBtn{font-family: 'NexonV2Gothic';font-size: 18px;font-weight: bold;color: #222;margin: 0 40px;transition:all .3s;}
.headerWrap nav .gnb li:nth-child(2) &gt; div .depth1lnbBtn{margin: 0;}
.headerWrap nav .gnb li &gt; div .depth1lnbBtn:hover{color: #e60012;transition:all .3s;}

.headerWrap nav .gnb li &gt; div .depth2lnb{margin-top: 28px;width: 100%;}
.headerWrap nav .gnb li &gt; div .depth2lnbBtn{display: inline-block;font-size: 16px;font-weight: 300;color: #222;letter-spacing: 1px;padding: 11px 0;box-sizing:border-box;}
.headerWrap nav .gnb li &gt; div .depth2lnbBtn:hover{color: #e60012;}

.headerWrap nav .gnb li &gt; div .depth3lnb{margin: 10px 0 20px 8px;display: none;}
.headerWrap nav .gnb li &gt; div .depth2lnb li:nth-child(1) .depth3lnb{display: block;}
.headerWrap nav .gnb li &gt; div .depth3lnbBtn{display: inline-block;font-size: 14px;font-weight: 300;color: #999;letter-spacing: 1px;padding: 7px 0;}
.headerWrap nav .gnb li &gt; div .depth3lnbBtn:hover{color: #e60012;text-decoration: underline;text-underline-position: under;}


.rightMenuWrap{display: flex;align-items:center;margin-left: 40px;}
.rightMenuWrap .langBtn{width: 37px;height: 37px;background: #e6e6e6;border-radius:100rem;display: flex;justify-content:center;align-items:center;}
.rightMenuWrap .langBtn:hover{background: #e60012;}
.rightMenuWrap .langBtn span{font-size: 14px;font-weight: 700;color: #222;}
.rightMenuWrap .langBtn:hover span{color: #fff;}


.rightMenuWrap .menuBtn{position: relative;width: 30px;height: 20px;z-index: 3;display: none;}
.rightMenuWrap .menuBtn ul{width: 100%;height: 100%;}
.rightMenuWrap .menuBtn ul li{position: absolute;display: block;width: 100%;height: 2px;background: #222;transition: all 0.3s;}
.rightMenuWrap .menuBtn ul li.line01{top: 50%;right: 0;margin-top: -10px;width: 20px;}
.rightMenuWrap .menuBtn ul li.line02{top: 50%;margin-top: -1px;}
.rightMenuWrap .menuBtn ul li.line03{bottom: 50%;right: 0;margin-bottom: -10px;width: 20px;}

.rightMenuWrap .menuBtn.active ul li{width: 110%;}
.rightMenuWrap .menuBtn.active ul li.line01{margin-top: -1px;right: 0;transform: rotate(45deg);transition: all 0.3s;}
.rightMenuWrap .menuBtn.active ul li.line02{opacity: 0;}
.rightMenuWrap .menuBtn.active ul li.line03{margin-bottom: -1px;right: 0;transform: rotate(-45deg);transition: all 0.3s;}



.headerWrap.active{max-width:1820px;background: #fff;/* border-bottom: 1px solid #e1e1e1; */transition:all .5s;}

header.fixed{padding-top: 0;transition:all .3s;}
header.fixed .headerWrap{max-width:none;background: #fff;}
header.fixed nav .gnb li .gnbBtn{padding: 27px 44px;}
header.fixed nav .gnb li &gt; div{top: 71px;}
/*header.fixed nav .gnb li &gt; div{padding: 30px 0;}*/



/* 紐⑤컮�� 硫붾돱 */
.mobileMenu{position: relative;top: -1px;width: 100%;height: 100vh;background: #fff;/* �꾩떆 */padding: 0 4.6875% 40px;box-sizing:border-box;overflow-y: scroll;display: none;}

.mobileMenu .langBtnWrap{position: relative;display: flex;align-items:center;padding: 40px 23px 70px;box-sizing:border-box;}
.mobileMenu .langBtnWrap .mLangBtn{font-family: 'Roboto Condensed';font-size: 20px;font-weight: 400;color: #222;}
.mobileMenu .langBtnWrap .mLangBtn.activated{color: #e20213;pointer-events: none;cursor: default;}

.mobileMenu .langBtnWrap span{display: block;margin: 0 18px;content:"";width: 1px;height: 11px;background: #d4d4d4;}


.mobileMenu .gnb{position: relative;}
.mobileMenu .gnb &gt; li{margin-bottom: 35px;}
.mobileMenu .gnbBtn{display: block;font-size: 46px;font-weight: 700;color: #e20213;text-transform: uppercase;font-style: italic;box-sizing:border-box;text-indent: 23px;letter-spacing: 1px;}

.mobileMenu .depth1lnb{position: relative;margin-top: 35px;display: none;}
.mobileMenu .depth1lnb &gt; li{}
.mobileMenu .gnb li:nth-child(2) .depth1lnb &gt; li.active{background: #f5f5f5;border-radius:10px;}
.mobileMenu .depth1lnb &gt; li.active .depth1lnbBtn{color: #e20213;}
.mobileMenu .depth1lnbBtn{display: block;font-family: 'NexonV2Gothic';font-size: 24px;font-weight: 600;color: #222;text-indent: 23px;padding: 15px 0 8px;box-sizing:border-box;letter-spacing: -1px;}

.mobileMenu .depth2lnb{position: relative;padding-bottom: 10px;box-sizing:border-box;display: none;}
.mobileMenu .depth2lnb &gt; li.active .depth2lnbBtn{color: #e20213;}
.mobileMenu .depth2lnbBtn{display: block;font-size: 20px;font-weight: 500;color: #222;text-indent: 86px;font-style: italic;padding: 10px 0;box-sizing:border-box;text-transform: uppercase;letter-spacing: .5px;}

.mobileMenu .depth3lnb{position: relative;margin: 5px 0 10px;display: none;}
.mobileMenu .depth3lnbBtn{display: block;font-size: 16px;font-weight: 500;color: #222;text-indent: 153px;padding: 10px 0;box-sizing:border-box;font-style: italic;text-transform: uppercase;}

.mobileMenu .gnb &gt; li:first-child .depth1lnb{display: block;}
.mobileMenu .depth1lnb &gt; li:first-child .depth2lnb{display: block;}
.mobileMenu .depth2lnb &gt; li:first-child .depth3lnb{display: block;}

.mobileMenu .gnb:after{display: block;content:"Copyright 짤 CHEMOPTICS. All Rights Reserved";font-family: 'NexonV2Gothic';font-size: 12px;font-weight: 500;margin: 95px 0 45px;color: #666;text-indent: 29px;}








/* privacy */
.privacy { color:#666; width: 100%; overflow: hidden; box-sizing:border-box; padding:100px 20px 20px 20px; font-size:15px;line-height: 140%; word-break:break-all; font-family: 'Noto Sans KR';}
.privacy h2 { font-size:18px; font-weight:bold; color:#000; text-align: left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top: 0; }
.privacy &gt; p { margin:15px 0; }
.privacy &gt; p+dl { margin-top: 30px; }
.privacy &gt; dl { padding-bottom:20px;}
.privacy &gt; dl &gt; dt{ font-size:15px;color:#e20213;font-weight:700;padding-bottom:5px;}
.privacy &gt; dl &gt; dd{ padding-bottom:10px;text-align:justify; font-size:15px; line-height:140%;}
.privacy &gt; dl &gt; dd ul{ padding:10px; }
.privacy &gt; dl &gt; dd ul li{ line-height:120%; margin-top: 10px; }
.privacy &gt; dl &gt; dd ul li:first-child { margin-top: 0; }
.privacy &gt; dl &gt; dd ul li p { margin:0 10px 5px; line-height: 140%; margin-top:8px;}
.sTxt h3 { font-size:16px; color: #e20213; font-weight: 700; margin: 20px 0 10px; }
.sTxt p { margin-top: 10px; }
.sTxt dt { margin-top: 10px; }
.sTxt dd { margin:0 8px; }



/* footer */
footer{position: relative;width: 100%;}
.footerWrap{position: relative;width: 90%;max-width:1820px;margin: 0 auto;padding: 0 0 95px;box-sizing:border-box;}
.footerWrap &gt; div{width: 100%;max-width:1600px;margin: 0 auto;display: flex;justify-content:space-between;}
.footerWrap &gt; div &gt; div:nth-child(1){position: relative;top: -15px;width: 22.3%;}
.footerWrap &gt; div &gt; div:nth-child(2){position: relative;width: 50.6%;}
.footerWrap &gt; div &gt; div:nth-child(2) address{font-family: 'Noto Sans KR';font-size: 16px;font-weight: 400;color: #666;line-height: 1.6;}
.footerWrap &gt; div &gt; div:nth-child(2) address span{display: inline-block;margin-right: 25px;}
.footerWrap &gt; div &gt; div:nth-child(2) p{line-height: 1.8;}
.footerWrap &gt; div &gt; div:nth-child(2) p a{font-family: 'Noto Sans KR';font-size: 16px;font-weight: 400;color: #666;transition:all .3s;}
.footerWrap &gt; div &gt; div:nth-child(2) p a:nth-child(1){display: inline-block;margin-right: 40px;}
.footerWrap &gt; div &gt; div:nth-child(2) p a:nth-child(2){display: inline-block;margin-right: 30px;}
.footerWrap &gt; div &gt; div:nth-child(2) p a:hover{color: #e60012;transition:all .3s;}
.footerWrap &gt; div &gt; div:nth-child(3){position: relative;width: 27.1%;}
.footerWrap &gt; div &gt; div:nth-child(3) div:after{content: '';clear: both;display: block;}
.footerWrap &gt; div &gt; div:nth-child(3) a{display: inline-block;font-family: 'Noto Sans KR';font-size: 14px;font-weight: 500;color: #222;margin-bottom: 15px;float: right;transition:all .3s;}
.footerWrap &gt; div &gt; div:nth-child(3) a:hover{color: #e60012;transition:all .3s;}
.footerWrap &gt; div &gt; div:nth-child(3) p{font-family: 'NexonV2Gothic';font-size: 12px;font-weight: normal;color: #666;text-align: right;}

footer .topBtnWrap{position: relative;width: 95%;max-width:1820px;margin: 0 auto;display: flex;justify-content:flex-end;padding: 50px 0 40px;box-sizing:border-box;}
footer .scrollTopBtn{display: block;transform:rotate(90deg);font-family: 'Noto Sans KR';font-size: 12px;font-weight: 700;color: #222;text-transform: uppercase;transition:all .3s;}
footer .scrollTopBtn:hover{color: #ff0000;transition:all .3s;}
footer .scrollTopBtn span{display: inline-block;color: #ff0000;margin-right: 8px;}</pre></body></html>