﻿@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Inter","Noto Sans KR",sans-serif}.clearfix::after{display:block;content:"";clear:both}.stop-dragging{-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}html{scroll-behavior:smooth;font-size:62.5%}.wrap{position:relative;width:100%;min-height:100vh;margin:0 auto;padding:0;overflow:hidden}a{text-decoration:none}ul{list-style-type:none}.header{height:80px;background-color:#fff;border-bottom:1px solid #ddd}.header>.top{position:relative;width:85vw;height:100%;margin:0 auto}.header>.top .logo{float:left;width:200px;height:80px;background:url(../img/logo_01.svg) no-repeat;background-position:center;background-size:100%}.header>.top .logo>a{display:block;height:80px}.header>.top .topMenu{float:left;height:100%;text-align:center;margin-left:50px}.header>.top .topMenu .mainMenu>li{position:relative;float:left;width:auto;height:80px;padding:0 20px}.header>.top .topMenu .mainMenu>li:hover{border-bottom:5px solid #0066e5}.header>.top .topMenu .mainMenu>li>a{display:block;line-height:80px;font-size:1.7rem;font-weight:600;text-align:center;color:#000}.header>.top .topMenu .mainMenu>li .subMenu{display:none;position:absolute;top:80px;left:0px;z-index:10;background-color:#fff}.header>.top .topMenu .mainMenu>li .subMenu>li{display:block;width:200px;height:50px;text-align:left;padding:0 20px;z-index:10;transition:.3s ease}.header>.top .topMenu .mainMenu>li .subMenu>li>a{display:block;font-size:17px;line-height:50px;font-weight:500;color:#000}.header>.top .topMenu .mainMenu>li .subMenu>li:hover{background-color:#ddd}.header>.top .topMenu .mainMenu>li .subMenu>li:hover a{font-weight:700;color:#000}.header>.top .topMenu .mainMenu>li:hover>.subMenu{display:block;opacity:1}.header>.top .topMenu .mainMenu>li:nth-child(6) li:last-child{position:relative}.header>.top .topMenu .mainMenu>li:nth-child(6) li:last-child::after{display:block;position:absolute;width:16px;height:16px;top:15px;left:75px;content:"";background:url(../img/icon/link.png) no-repeat;background-size:100%;background-position:center;filter:invert(69%) sepia(4%) saturate(2%) hue-rotate(13deg) brightness(88%) contrast(90%)}.header>.top .linked{position:absolute;top:25px;right:60px;width:30px;height:30px;background:url(../img/naver_blog_01.png) no-repeat;background-size:contain;background-position:center}.header>.top .linked>a{display:block;height:30px}.header>.top #menuMobileBtn{display:none}.mainMenu-mobile{display:none}@media screen and (max-width: 1150px){.header>.top{width:100vw;margin:0;padding:0 20px}}@media screen and (max-width: 1000px){.header{position:fixed;top:0;left:0;height:60px;background-color:#fff;z-index:20;transition:all .5s ease}.header>.top{position:relative;width:100vw;height:100%;margin:0 auto;padding:0 10px}.header>.top .logo{float:left;width:200px;height:60px;background:url(../img/logo_01.svg) no-repeat;background-position:center;background-size:95%}.header>.top .logo>a{display:block;height:80px}.header>.top .topMenu{display:none}.header>.top:hover>.subMenu{display:block;opacity:.9}.header>.top .linked{display:none}.header>.top #menuMobileBtnWrap{display:block;position:absolute;top:15px;right:20px;width:30px;height:30px;cursor:pointer}.header>.top #menuMobileBtnWrap #menuMobileBtn{position:relative;display:block;width:100%;height:100%}.header>.top #menuMobileBtnWrap #menuMobileBtn.menuMobileOn span{background-color:#fff}.header>.top #menuMobileBtnWrap #menuMobileBtn.menuMobileOn span::before{top:0;transform:rotateZ(45deg)}.header>.top #menuMobileBtnWrap #menuMobileBtn.menuMobileOn span::after{top:0;transform:rotateZ(-45deg)}.header>.top #menuMobileBtnWrap #menuMobileBtn span{display:block;position:absolute;width:100%;height:3px;top:50%;left:0;border-radius:2px;background-color:#222;transform:translateY(-50%);transition:all .3s ease}.header>.top #menuMobileBtnWrap #menuMobileBtn span::before,.header>.top #menuMobileBtnWrap #menuMobileBtn span::after{content:"";position:absolute;top:0;left:0;width:100%;height:3px;border-radius:2px;background-color:#222;transition:all .3s ease}.header>.top #menuMobileBtnWrap #menuMobileBtn span::before{top:-8px}.header>.top #menuMobileBtnWrap #menuMobileBtn span::after{top:8px}.header.scrolling{top:-60px}.mainMenu-mobile{position:fixed;display:block;top:60px;right:-300px;width:300px;height:200vh;transition:.5s ease;z-index:20;background-color:#fff}.mainMenu-mobile a{text-decoration:none;color:#000}.mainMenu-mobile details:not(:last-child){border-bottom:1px solid #333}.mainMenu-mobile details summary{position:relative;display:block;width:100%;height:50px;font-size:2rem;color:#fff;line-height:50px;padding-left:28px;background-color:#999;cursor:pointer}.mainMenu-mobile details summary a{font-size:2rem}.mainMenu-mobile details summary::-webkit-details-marker{display:none}.mainMenu-mobile details summary::before{position:absolute;content:"";top:18px;left:15px;border:.6rem solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #eee;transform:rotate(0);transform-origin:.2rem 50%;transition:transform .25s ease}.mainMenu-mobile details[open] summary::before{transform:rotate(90deg)}.mainMenu-mobile details li{height:50px;line-height:50px;font-size:2rem;padding-left:30px;transition:.5s ease}.mainMenu-mobile details li:hover{text-decoration:underline;text-decoration-thickness:1px}.mainMenu-mobile details li a{display:block}.mainMenu-mobile details:nth-child(6) li:last-child{position:relative}.mainMenu-mobile details:nth-child(6) li:last-child::after{display:block;position:absolute;width:18px;height:18px;top:15px;left:92px;content:"";background:url(../img/icon/link.png) no-repeat;background-size:100%;background-position:center;filter:invert(69%) sepia(4%) saturate(2%) hue-rotate(13deg) brightness(88%) contrast(90%)}}.footer{position:absolute;bottom:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;width:100vw;height:80px;border-top:3px solid #0066e5;gap:0 15%}.footer .f_info{display:flex;height:100%;gap:0 40px}.footer .f_info .f_logo{width:150px;height:100%;background:url(../img/logo_02.svg) no-repeat;background-position:center}.footer .f_info .f_text{display:flex;justify-content:center;align-items:center;margin:0 auto}.footer .f_info .f_text p{font-weight:400;font-size:1.3rem;line-height:20px;color:#555}.footer .f_links{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:150px;height:100%;gap:0 15px}.footer .f_links a img{width:30px;height:30px}@media screen and (max-width: 1000px){.footer{display:flex;width:100vw;height:80px;padding:0 15px}.footer .f_info{justify-content:center;margin:0 auto;height:100%}.footer .f_info .f_logo{display:none}.footer .f_info .f_text{margin:0 auto;padding:10px 0 10px 0}.footer .f_info .f_text p{font-weight:400;font-size:1rem;line-height:20px;color:#555}.footer .f_links{display:none}}.company_01{width:100vw;height:auto;margin-bottom:200px}.company_01 .bg_com01{background:url(../img/company_back.jpg) no-repeat;background-size:cover;background-position:center}.company_01 .main{width:75vw;padding:0 10%;margin:0 auto}.company_01 .main .companyInfo{display:flex;flex-direction:row;justify-content:space-around;width:100%;min-height:200px;margin-bottom:50px;padding:30px 70px;box-shadow:0 3px 10px 0 rgba(0,0,0,.3);overflow:hidden}.company_01 .main .companyInfo .infoText{display:flex;align-items:center;font-size:2.2rem;word-break:keep-all}.company_01 .main .companyInfo .infoImg{width:300px;padding-right:80px;object-fit:contain}.company_01 .main .history{display:flex;flex-direction:column;min-height:60px;align-items:center;padding:10px 0;margin-bottom:30px;box-shadow:0 3px 10px 0 rgba(0,0,0,.3);transition:all .5s ease}.company_01 .main .history input{display:none}.company_01 .main .history input:checked+label{font-weight:700;margin-bottom:20px}.company_01 .main .history input:checked+label span::after{transform:rotateX(180deg)}.company_01 .main .history input:checked~div{display:flex}.company_01 .main .history label{display:block;width:100%;text-align:center;font-size:2.5rem}.company_01 .main .history label:hover{cursor:pointer}.company_01 .main .history label span{position:relative}.company_01 .main .history label span::after{display:block;position:absolute;content:"⌵";top:50%;transform:translateY(-55%);right:-30px;font-size:2rem;font-weight:700;transition:.3s ease;transform-origin:50% 30%}.company_01 .main .history .historyInfo{display:none;width:500px;justify-content:space-between}.company_01 .main .history .historyInfo ul{display:flex;flex-direction:column;gap:20px 0}.company_01 .main .history .historyInfo ul li{display:flex;align-items:center;width:600px;height:40px;font-size:2rem;gap:0 90px}.company_01 .main .history .historyInfo ul li:last-child{margin-bottom:20px}.company_01 .main .history .historyInfo ul li span{position:relative}.company_01 .main .history .historyInfo ul li span:first-child{width:80px}.company_01 .main .history .historyInfo ul li span:first-child::after{display:inline-block;position:absolute;content:"";border-top:1px solid #aaa;width:30px;top:50%;right:-60px;transform:translateY(-50%)}.company_01 .main .partner,.company_01 .main .customer{width:100%}.company_01 .main .partner .partner_01,.company_01 .main .customer .partner_01,.company_01 .main .customer .customer_01{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 2%;overflow:hidden;margin-bottom:30px}.company_01 .main .partner .partner_01 li,.company_01 .main .customer .partner_01 li,.company_01 .main .customer .customer_01 li{width:18%;height:70px;padding:15px;border:1px solid #ccc}.company_01 .main .partner .partner_01 li img,.company_01 .main .customer .partner_01 li img,.company_01 .main .customer .customer_01 li img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 1300px){.company_01{width:100vw;height:auto;margin-bottom:200px}.company_01 .bg_com01{background:url(../img/company_back.jpg) no-repeat;background-size:cover;background-position:center}.company_01 .main{width:90vw;padding:0 10%;margin:0 auto}.company_01 .main .companyInfo{display:flex;flex-direction:column;justify-content:space-around;gap:30px 0;width:100%;min-height:200px;margin-bottom:50px;padding:30px 70px;border:1px solid rgba(0,0,0,.15);box-shadow:0 10px 10px rgba(0,0,0,.3);overflow:hidden}.company_01 .main .companyInfo .infoText{display:flex;align-items:center;font-size:2.2rem;word-break:keep-all}.company_01 .main .companyInfo .infoImg{width:300px;padding-right:80px;object-fit:contain}.company_01 .main .history{display:flex;flex-direction:column;min-height:50px;align-items:center;padding:10px 0;margin-bottom:30px;box-shadow:0 3px 10px 0 rgba(0,0,0,.3);transition:all .5s ease}.company_01 .main .history input{display:none}.company_01 .main .history input:checked+label{font-weight:700;margin-bottom:20px}.company_01 .main .history input:checked+label span::after{transform:rotateX(180deg)}.company_01 .main .history input:checked~div{display:flex}.company_01 .main .history label{display:block;width:100%;text-align:center;font-size:1.8rem}.company_01 .main .history label:hover{cursor:pointer}.company_01 .main .history label span{position:relative}.company_01 .main .history label span::after{display:block;position:absolute;content:"⌵";top:50%;transform:translateY(-55%);right:-20px;font-size:1.5rem;font-weight:700;transition:.3s ease;transform-origin:50% 30%}.company_01 .main .history .historyInfo{display:none;width:100%;padding:0 20px;justify-content:space-between}.company_01 .main .history .historyInfo ul{display:flex;flex-direction:column;gap:20px 0}.company_01 .main .history .historyInfo ul li{display:flex;align-items:center;width:100%;height:40px;font-size:1.5rem;word-break:keep-all;gap:0 5px}.company_01 .main .history .historyInfo ul li:last-child{margin-bottom:20px}.company_01 .main .history .historyInfo ul li span{position:relative;text-align:center}.company_01 .main .history .historyInfo ul li span:first-child{flex-basis:80px;font-weight:700}.company_01 .main .history .historyInfo ul li span:first-child::after{display:none}.company_01 .main .partner,.company_01 .main .customer{width:100%}.company_01 .main .partner .partner_01,.company_01 .main .customer .partner_01,.company_01 .main .customer .customer_01{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 2%;overflow:hidden;margin-bottom:30px}.company_01 .main .partner .partner_01 li,.company_01 .main .customer .partner_01 li,.company_01 .main .customer .customer_01 li{width:18%;height:70px;padding:15px;border:1px solid #ccc}.company_01 .main .partner .partner_01 li img,.company_01 .main .customer .partner_01 li img,.company_01 .main .customer .customer_01 li img{width:100%;height:100%;object-fit:contain}}@media screen and (max-width: 1000px){.company_01{width:100vw;height:auto;margin-bottom:200px}.company_01 .bg_com01{background:url(../img/company_back.jpg) no-repeat;background-size:cover;background-position:center}.company_01 .main{width:90vw;padding:0;margin:0 auto}.company_01 .main .companyInfo{min-height:100px;padding:20px;border:1px solid rgba(0,0,0,.15);box-shadow:0 5px 5px rgba(0,0,0,.3);overflow:hidden}.company_01 .main .companyInfo{display:flex;flex-wrap:wrap;justify-content:space-around;height:auto;margin-bottom:50px}.company_01 .main .companyInfo .infoText{display:flex;padding-right:0;font-size:1.5rem}.company_01 .main .companyInfo .infoImg{display:none}.company_01 .main .partner,.company_01 .main .customer{width:100%}.company_01 .main .partner .partner_01,.company_01 .main .customer .partner_01,.company_01 .main .customer .customer_01{display:flex;flex-wrap:wrap;justify-content:flex-start;overflow:hidden;margin-bottom:30px}.company_01 .main .partner .partner_01 li,.company_01 .main .customer .partner_01 li,.company_01 .main .customer .customer_01 li{flex-basis:100px;height:50px;padding:10px;border:1px solid #ccc;margin:5px}.company_01 .main .partner .partner_01 li img,.company_01 .main .customer .partner_01 li img,.company_01 .main .customer .customer_01 li img{width:100%;height:100%;object-fit:contain}}.contentsWrap{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100vw;padding:0 8vw}.contentsWrap .main{width:60vw;min-height:400px;padding:10px}.product_indu{margin-bottom:10px}.product_indu img{width:180px;object-fit:contain;margin-bottom:10px}.product_indu>h3{font-size:2.2rem;font-weight:400;text-align:right;padding-bottom:5px;border-bottom:1px solid #ccc;margin-bottom:10px;color:#333}.product_indu>p>span{font-size:4rem}.industry_home{width:100%;height:auto;margin-bottom:200px}.industry_home .bg_industry{background:url(../img/industry.jpg) no-repeat;background-size:cover;background-position:0 85%}.industry_home>.contentsWrap{width:70vw;margin:0 auto;padding:0}.industry_home>.contentsWrap>.main{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%}.industry_home>.contentsWrap>.main>a{display:block;width:34%;height:300px;border:1px solid #ccc;padding:60px 30px;text-align:center;color:#000;transition:.3s ease-in-out}.industry_home>.contentsWrap>.main>a:not(:last-child){border-right:none}.industry_home>.contentsWrap>.main>a:hover{background-color:rgba(200,200,200,.5)}.industry_home>.contentsWrap>.main>a>img{width:80px;min-height:80px;margin-bottom:30px}.industry_home>.contentsWrap>.main>a>h2{font-size:2.2rem;margin-bottom:10px}.industry_home>.contentsWrap>.main>a>p{font-size:1.8rem}.industry_01{width:100%;height:auto;margin-bottom:200px}.industry_01 .bg_industry01{background:url(../img/underwater/underwater_main_02.jpg) no-repeat;background-size:cover;background-position:center}.industry_01 .tele_Info{display:flex;flex-wrap:nowrap;justify-content:space-around;height:auto;padding:30px;margin-bottom:100px;border-radius:10px;background-color:#eee}.industry_01 .tele_Info .tele_infoText{padding-right:40px;font-size:2.2rem;line-height:3.3rem}.industry_01 .tele_Info .tele_infoImg{width:30%;object-fit:contain}.industry_01 #underwater__connector,.industry_01 #underwater__sonar,.industry_01 #underwater__rov{display:flex;align-items:center;font-size:2.5rem;font-weight:400;padding-bottom:5px;margin-bottom:10px}.industry_01 #underwater__connector::before,.industry_01 #underwater__sonar::before,.industry_01 #underwater__rov::before{display:inline-block;content:"";width:40px;height:40px;background-size:contain;background-position:center;margin-right:10px}.industry_01 #underwater__connector::before{background:url(../img/underwater/teledyne/connector.svg) no-repeat}.industry_01 #underwater__sonar::before{background:url(../img/underwater/sonar/radar.svg) no-repeat}.industry_01 #underwater__rov::before{background:url(../img/underwater/rov/rov_icon.svg) no-repeat}.industry_01 .detail-info{float:right;font-size:1.8rem;color:#999}.industry_01 .contentsWrap details>summary{display:flex;align-items:center;font-size:2rem;margin-bottom:30px;vertical-align:middle;cursor:pointer}.industry_01 .contentsWrap details>summary>img{height:30px;object-fit:contain}.industry_01 .contentsWrap>.product_indu{padding-left:50px}.industry_01 .contentsWrap .tele_Con01{display:grid;grid-template-columns:repeat(auto-fill, minmax(19%, 200px));grid-auto-rows:minmax(200px, auto);justify-content:space-between;justify-items:center;gap:15px 1%;margin-bottom:50px}.industry_01 .contentsWrap .tele_Con01>li{position:relative;display:inline-block;width:200px;height:auto;padding:10px;text-align:center;background-color:#eee;transition:.3s ease}.industry_01 .contentsWrap .tele_Con01>li>a{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;transition:.3s ease;opacity:0;color:#fff;font-size:1.9rem;font-weight:700}.industry_01 .contentsWrap .tele_Con01>li>a>h3{border:2px solid #fff;padding:0 20px}.industry_01 .contentsWrap .tele_Con01>li:hover>a{background-color:rgba(43,118,187,.6);opacity:1}.industry_01 .contentsWrap .tele_Con01>li>img{height:120px;object-fit:contain}.industry_01 .contentsWrap .tele_Con01>li>p{font-size:1.8rem}.industry_01 .contentsWrap .teleDivision{font-size:2rem;margin-bottom:20px}.industry_01 .sonarWrap>summary{font-size:2.3rem;cursor:pointer;margin-bottom:30px}.industry_01 .sonarWrap[open]>summary{margin-bottom:10px}.industry_01 .sonarWrap .sonar{padding-left:50px;margin-bottom:30px}.industry_01 .sonarWrap .sonar h3{font-size:2.8rem}.industry_01 .sonarWrap .sonar>li{margin-top:30px;margin-bottom:10px}.industry_01 .sonarWrap .sonar>li:nth-child(1),.industry_01 .sonarWrap .sonar>li:nth-child(2){display:flex;flex-wrap:wrap;justify-content:space-around;gap:20px}.industry_01 .sonarWrap .sonar>li:nth-child(2)>figure>img{height:300px}.industry_01 .sonarWrap .sonar>li>figure{display:inline-block;width:auto;padding:20px;background-color:#eee}.industry_01 .sonarWrap .sonar>li>figure>img{height:110px;object-fit:contain;margin:0 auto}.industry_01 .sonarWrap .sonar>li>figure>figcaption{font-size:2rem;text-align:center;color:#777}.industry_01 .sonarWrap .sonar>li ul{padding-left:20px}.industry_01 .sonarWrap .sonar>li ul li{list-style-type:disc}.industry_01 .sonarWrap .sonar>li ul li p{font-size:2rem}.industry_01 .rovWrap>summary{font-size:2.3rem;cursor:pointer;margin-bottom:30px;vertical-align:middle}.industry_01 .rovWrap>summary>img{width:100px;margin-right:20px}.industry_01 .rovWrap .rov{padding-left:50px}.industry_01 .rovWrap .rov h3{font-size:2.8rem}.industry_01 .rovWrap .rov>li{margin-bottom:10px}.industry_01 .rovWrap .rov>li:first-child{background-color:#eee;width:420px;height:390px;padding:10px}.industry_01 .rovWrap .rov>li:first-child>img{width:400px;object-fit:contain}.industry_01 .rovWrap .rov>li ul{padding-left:20px}.industry_01 .rovWrap .rov>li ul li{list-style-type:disc}.industry_01 .rovWrap .rov>li ul li p{font-size:2rem}.industry_02{width:100%;height:auto;margin-bottom:200px}.industry_02 .bg_industry02{background:url(../img/goudsmit_main_01.jpg) no-repeat;background-size:cover;background-position:center}.industry_02 .goud_Info{display:flex;flex-wrap:nowrap;justify-content:space-around;height:auto;padding:30px;margin-bottom:50px;background-color:#eee}.industry_02 .goud_Info .goud_infoText{padding-right:40px;font-size:2.2rem;line-height:3.3rem}.industry_02 .goud_Info .goud_infoImg{width:30%;object-fit:contain}.industry_02 #magnet__gripper,.industry_02 #magnet__filter{display:flex;align-items:center;font-size:2.5rem;font-weight:400;padding-bottom:5px;margin-bottom:10px}.industry_02 #magnet__gripper::before,.industry_02 #magnet__filter::before{display:inline-block;content:"";width:40px;height:40px;background:url(../img/goudsmit/magnet_gripper.svg) no-repeat;background-size:contain;background-position:center;margin-right:10px}.industry_02 #magnet__gripper::before{background:url(../img/goudsmit/magnet_gripper.svg) no-repeat}.industry_02 #magnet__filter::before{background:url(../img/goudsmit/filter.svg) no-repeat}.industry_02 .goud_Mag01,.industry_02 .goud_Mag02{display:grid;grid-template-columns:repeat(auto-fill, minmax(19%, 200px));grid-auto-rows:minmax(200px, auto);justify-content:space-between;justify-items:center;gap:15px 1%;margin-bottom:50px}.industry_02 .goud_Mag01>li,.industry_02 .goud_Mag02>li{position:relative;display:inline-block;width:200px;height:auto;padding:10px;text-align:center;background-color:#eee;transition:.3s ease}.industry_02 .goud_Mag01>li>a,.industry_02 .goud_Mag02>li>a{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;transition:.3s ease;opacity:0;color:#fff;font-size:1.9rem;font-weight:700}.industry_02 .goud_Mag01>li>a>h3,.industry_02 .goud_Mag02>li>a>h3{border:2px solid #fff;padding:0 20px}.industry_02 .goud_Mag01>li:hover>a,.industry_02 .goud_Mag02>li:hover>a{background-color:rgba(0,90,255,.6);opacity:1}.industry_02 .goud_Mag01>li>img,.industry_02 .goud_Mag02>li>img{height:185px;object-fit:contain}.industry_02 .goud_Mag01>li>p,.industry_02 .goud_Mag02>li>p{font-size:1.8rem}.industry_03{width:100%;height:auto;margin-bottom:200px}.industry_03 .bg_industry03{background:url(../img/aegid/aegid_background.jpg) no-repeat;background-size:cover;background-position:center}.industry_03 .aeg_Info{display:flex;flex-wrap:nowrap;justify-content:space-around;height:auto;padding:30px;border-radius:10px;margin-bottom:100px;background-color:#eee}.industry_03 .aeg_Info .aeg_infoText{display:flex;padding-right:40px;font-size:2.2rem;line-height:3.3rem}.industry_03 .aeg_Info .aeg_infoImg{width:30%;object-fit:contain}.industry_03 #rfid__transponder{display:flex;align-items:center;font-size:2.5rem;font-weight:400;padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #ccc}.industry_03 #rfid__transponder::before{display:inline-block;content:"";width:40px;height:40px;background:url(../img/aegid/icon_transponder.svg) no-repeat;background-size:contain;background-position:center;margin-right:10px}.industry_03 #rfid__reader{display:flex;align-items:center;font-size:2.5rem;font-weight:400;padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #ccc}.industry_03 #rfid__reader::before{display:inline-block;content:"";width:40px;height:40px;background:url(../img/aegid/icon_readers.svg) no-repeat;background-size:contain;background-position:center;margin-right:10px}.industry_03 #rfid__antenna{display:flex;align-items:center;font-size:2.5rem;font-weight:400;padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #ccc}.industry_03 #rfid__antenna::before{display:inline-block;content:"";width:40px;height:40px;background:url(../img/aegid/icon_antennas.svg) no-repeat;background-size:contain;background-position:center;margin-right:10px}.industry_03 .aeg_Rfid01{display:grid;grid-template-columns:repeat(auto-fill, minmax(19%, 200px));grid-auto-rows:minmax(200px, auto);justify-content:space-between;justify-items:center;gap:15px 1%;margin-bottom:50px}.industry_03 .aeg_Rfid01>li{position:relative;display:inline-block;width:200px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee;transition:.3s ease}.industry_03 .aeg_Rfid01>li img{height:185px;object-fit:contain}.industry_03 .aeg_Rfid01>li p{font-size:1.8rem}.industry_03 .aeg_Rfid01>li>a{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;transition:.3s ease;opacity:0;color:#fff;font-size:1.9rem;font-weight:700}.industry_03 .aeg_Rfid01>li>a>h3{border:2px solid #fff;padding:0 20px}.industry_03 .aeg_Rfid01>li:hover>a{background-color:rgba(0,0,0,.5);opacity:1}@media screen and (max-width: 1000px){.contentsWrap{padding:0}.contentsWrap .main{width:90vw;margin:0 auto}.contentsWrap .main .product_indu{margin-bottom:10px}.contentsWrap .main .product_indu img{width:100%;object-fit:contain;margin-bottom:10px}.contentsWrap .main .product_indu>h3{font-size:2rem;text-align:right;border-bottom:2px solid #ccc;margin-bottom:10px;color:#333}.contentsWrap .main .product_indu>p>span{font-size:4rem}.industry_01{width:100%;height:auto;margin-bottom:200px}.industry_01 .bg_industry01{background:url(../img/underwater/underwater_main_01.png) no-repeat;background-size:cover;background-position:center}.industry_01 .tele_Info{display:flex;flex-wrap:wrap;justify-content:space-around;height:auto;padding:30px;margin-bottom:100px;border-radius:10px;background-color:#eee}.industry_01 .tele_Info .tele_infoText{padding:0;font-size:1.5rem;line-height:2.3rem}.industry_01 .tele_Info .tele_infoImg{width:100%;object-fit:contain}.industry_01 #underwater__connector,.industry_01 #underwater__sonar,.industry_01 #underwater__rov{font-size:2rem}.industry_01 .contentsWrap details>summary{display:flex;align-items:center;font-size:1.7rem;margin-bottom:30px;vertical-align:middle;cursor:pointer}.industry_01 .contentsWrap .tele_Con01{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 10px}.industry_01 .contentsWrap .tele_Con01>li{display:inline-block;width:180px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee}.industry_01 .contentsWrap .tele_Con01>li>p{font-size:1.3rem}.industry_01 .contentsWrap .sonarWrap .sonar{padding-left:0;margin-bottom:30px}.industry_01 .contentsWrap .sonarWrap .sonar>li{margin-top:0;margin-bottom:10px}.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(1),.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(2){display:flex;flex-wrap:wrap;justify-content:space-around;gap:10px}.industry_01 .contentsWrap .sonarWrap .sonar>li>figure{display:inline-block;height:150px;padding:15px;background-color:#eee}.industry_01 .contentsWrap .sonarWrap .sonar>li>figure>img{width:200px;height:80%;object-fit:contain;margin:0 auto}.industry_01 .contentsWrap .sonarWrap .sonar>li>figure>figcaption{font-size:1.8rem;text-align:center;color:#777}.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(2)>figure{height:200px}.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(2)>figure>img{width:300px;height:150px}.industry_01 .contentsWrap .sonarWrap .sonar>li ul{padding-left:20px}.industry_01 .contentsWrap .sonarWrap .sonar>li ul li{list-style-type:disc}.industry_01 .contentsWrap .sonarWrap .sonar>li ul li p{font-size:2rem}.industry_01 .contentsWrap .rovWrap .rov{padding-left:0}.industry_01 .contentsWrap .rovWrap .rov>li{margin-bottom:10px}.industry_01 .contentsWrap .rovWrap .rov>li:first-child{background-color:#eee;width:320px;height:300px;padding:10px}.industry_01 .contentsWrap .rovWrap .rov>li:first-child>img{width:300px;object-fit:contain}.industry_01 .contentsWrap .rovWrap .rov>li ul{padding-left:20px}.industry_01 .contentsWrap .rovWrap .rov>li ul li{list-style-type:disc}.industry_01 .contentsWrap .rovWrap .rov>li ul li p{font-size:2rem}.industry_02{width:100%;height:auto;margin-bottom:200px}.industry_02 .bg_industry02{background:url(../img/goudsmit_main_01.png) no-repeat;background-size:cover;background-position:center}.industry_02 .goud_Info{display:flex;flex-wrap:wrap;justify-content:space-around;height:auto;padding:30px;margin-bottom:50px;border-radius:10px;background-color:#eee}.industry_02 .goud_Info .goud_infoText{padding:0;font-size:1.5rem;line-height:2.3rem}.industry_02 .goud_Info .goud_infoImg{width:100%;object-fit:contain}.industry_02 .goud_Mag01,.industry_02 .goud_Mag02{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 10px}.industry_02 .goud_Mag01>li,.industry_02 .goud_Mag02>li{position:relative;display:inline-block;width:180px;height:auto;padding:10px;text-align:center;background-color:#eee}.industry_02 .goud_Mag01>li>img,.industry_02 .goud_Mag02>li>img{height:150px;object-fit:contain}.industry_02 .goud_Mag01>li>p,.industry_02 .goud_Mag02>li>p{font-size:1.9rem}.industry_02 .goud_Mag01>li>a,.industry_02 .goud_Mag02>li>a{font-size:1.7rem}.industry_02 .goud_Mag02>li{height:auto}.industry_02 .selectMag{position:absolute;display:none;width:100%;height:100%;text-align:center;top:0;left:0}.industry_02 .selectMag h3{position:relative;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:90px;color:#fff;font-size:1.5rem;border:2px solid #fff}.industry_03{width:100%;height:auto;margin-bottom:200px}.industry_03 .aeg_Info{display:flex;flex-wrap:wrap;justify-content:space-around;height:auto;padding:30px;border-radius:10px;margin-bottom:100px;background-color:#eee}.industry_03 .aeg_Info .aeg_infoText{display:flex;padding-right:40px;font-size:1.5rem;line-height:3.3rem}.industry_03 .aeg_Info .aeg_infoImg{width:100%;object-fit:contain}.industry_03 #rfid__antenna{display:flex;align-items:center;font-size:2.5rem;font-weight:400;padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #ccc}.industry_03 #rfid__antenna::before{display:inline-block;content:"";width:40px;height:40px;background:url(../img/aegid/icon_antennas.svg) no-repeat;background-size:contain;background-position:center;margin-right:10px}.industry_03 .aeg_Rfid01{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:15px 15px;margin-bottom:50px}.industry_03 .aeg_Rfid01>li{display:inline-block;width:180px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee}.industry_03 .aeg_Rfid01>li img{height:150px;object-fit:contain}.industry_03 .aeg_Rfid01>li p{font-size:1.9rem}.industry_03 .aeg_Rfid01>li>a{font-size:1.7rem}.industry_03 .aeg_Rfid01>li>a>h3{border:2px solid #fff;padding:0 20px}}@media screen and (max-width: 500px){.industry_01 #underwater__connector,.industry_01 #underwater__sonar,.industry_01 #underwater__rov{font-size:2rem}.industry_01 .contentsWrap .tele_Con01{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 10px}.industry_01 .contentsWrap .tele_Con01>li{display:inline-block;width:100px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee}.industry_01 .contentsWrap .tele_Con01>li>p{font-size:1.3rem}.industry_01 .contentsWrap .sonarWrap .sonar>li{margin-top:0;margin-bottom:10px}.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(1),.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(2){display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.industry_01 .contentsWrap .sonarWrap .sonar>li>figure{display:inline-block;width:45%;height:150px;padding:15px;background-color:#eee}.industry_01 .contentsWrap .sonarWrap .sonar>li>figure>img{width:100%;object-fit:contain;margin:0 auto}.industry_01 .contentsWrap .sonarWrap .sonar>li>figure>figcaption{font-size:1.6em;text-align:center;color:#777}.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(2)>figure{width:100%;min-height:200px}.industry_01 .contentsWrap .sonarWrap .sonar>li:nth-child(2)>figure>img{width:100%;object-fit:contain}.industry_01 .contentsWrap .sonarWrap .sonar>li ul{padding-left:20px}.industry_01 .contentsWrap .sonarWrap .sonar>li ul li{list-style-type:disc}.industry_01 .contentsWrap .sonarWrap .sonar>li ul li p{font-size:2rem;word-break:keep-all}.industry_01 .contentsWrap .rovWrap .rov{padding-left:0}.industry_01 .contentsWrap .rovWrap .rov>li{margin-bottom:10px}.industry_01 .contentsWrap .rovWrap .rov>li:first-child{background-color:#eee;width:100%;height:300px;padding:10px}.industry_01 .contentsWrap .rovWrap .rov>li:first-child>img{width:100%;object-fit:contain}.industry_01 .contentsWrap .rovWrap .rov>li ul{padding-left:20px}.industry_01 .contentsWrap .rovWrap .rov>li ul li{list-style-type:disc}.industry_01 .contentsWrap .rovWrap .rov>li ul li p{font-size:2rem;word-break:keep-all}.industry_02 .goud_Mag01,.industry_02 .goud_Mag02{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 10px}.industry_02 .goud_Mag01>li,.industry_02 .goud_Mag02>li{width:100px}.industry_02 .goud_Mag01>li>img,.industry_02 .goud_Mag02>li>img{height:80px}.industry_02 .goud_Mag01>li>p,.industry_02 .goud_Mag02>li>p{font-size:1.4rem}.industry_02 .goud_Mag01>li>a,.industry_02 .goud_Mag02>li>a{font-size:1.2rem}.industry_02 .goud_Mag02>li{height:auto}.industry_02 .selectMag{position:absolute;display:none;width:100%;height:100%;text-align:center;top:0;left:0}.industry_02 .selectMag h3{position:relative;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:90px;color:#fff;font-size:1.5rem;border:2px solid #fff}.industry_03 .aeg_Rfid01{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 10px;margin-bottom:50px}.industry_03 .aeg_Rfid01>li{width:100px}.industry_03 .aeg_Rfid01>li img{height:80px}.industry_03 .aeg_Rfid01>li p{font-size:1.4rem}.industry_03 .aeg_Rfid01>li>a{font-size:1.2rem}}.product_it{margin-bottom:10px}.product_it img{max-width:180px;height:185px;object-fit:contain;margin-bottom:10px}.product_it>h3{font-size:3rem;text-align:left;border-bottom:2px solid #ccc;margin-bottom:10px;color:#333}.product_it>p>span{font-size:4rem}.product_it .detail-info{float:right;font-size:1.5rem;color:#555;text-align:right}.product_it details>summary{display:flex;justify-content:flex-start;font-size:3rem;cursor:pointer;margin:20px 0}.product_it details>summary>img{max-width:300px;height:50px;object-fit:contain;vertical-align:middle;margin:0 !important}.it_01>.contentsWrap>.main>.product_it:nth-child(2){width:100%;height:auto;margin-bottom:100px}.it_01>.contentsWrap>.main>.product_it:nth-child(2)>details>ul>li{position:relative;transition:.3s ease}.it_01>.contentsWrap>.main>.product_it:nth-child(2)>details>ul>li>a{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;transition:.3s ease;opacity:0;color:#fff;font-size:1.9rem;font-weight:700}.it_01>.contentsWrap>.main>.product_it:nth-child(2)>details>ul>li>a>h3{border:2px solid #fff;padding:0 20px}.it_01>.contentsWrap>.main>.product_it:nth-child(2)>details>ul>li:hover>a{background-color:rgba(239,63,34,.5);opacity:1}.it_01{width:100%;height:auto;margin-bottom:200px}.it_01>.contentsWrap{width:75vw;margin:0 auto;padding:0}.it_01>.contentsWrap>.main{position:relative;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;width:100%;padding-top:30px}.it_01>.contentsWrap>.main>.detail-info{position:absolute;top:0;right:0;font-size:1.5rem;color:#555;text-align:right}.it_01>.contentsWrap>.main .product_it{width:49%}.it_01>.contentsWrap>.main .product_it:nth-child(3){border-right:1px solid #ccc}.it_01>.contentsWrap>.main .product_it>h2{font-size:2rem;margin-bottom:20px}.it_01 .bg_it01{background:url(../img/pc_main_01.jpg) no-repeat;background-size:cover;background-position:center}.it_01 .pc_01{display:grid;grid-template-columns:repeat(auto-fill, minmax(14%, 200px));grid-auto-rows:minmax(200px, auto);gap:15px 1%;padding-left:20px}.it_01 .pc_01>li{width:200px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee}.it_01 .pc_01>li>p{font-size:1.8rem}.it_01 .amperecpu{margin-bottom:10px}.it_02{width:100%;height:auto;margin-bottom:200px}.it_02 .bg_it02{background:url(../img/it_device_main_02.jpg) no-repeat;background-size:cover;background-position:center}.it_02 .device_01{display:flex;flex-wrap:wrap;justify-content:flex-start}.it_02 .device_01>li{display:inline-block;width:200px;height:auto;padding:10px;text-align:center;overflow:hidden;border-radius:10px;background-color:#eee;margin:0 15px;margin-bottom:30px}.it_02 .device_01>li>p{font-size:1.8rem}.it_03{width:100%;height:auto;margin-bottom:200px}.it_03 .bg_it03{background:url(../img/smart_solution.jpg) no-repeat;background-size:cover;background-position:center}.it_03 .smart_01{display:flex;flex-wrap:wrap;justify-content:flex-start}.it_03 .smart_01>li{display:inline-block;width:200px;height:auto;padding:10px;text-align:center;background-color:#eee;overflow:hidden;border-radius:10px;margin:0 15px;margin-bottom:30px}.it_03 .smart_01>li>p{font-size:1.8rem}.it_03 .smart_hint{font-size:1.5rem;text-align:right;color:#666}.it_03 .smart_02{position:relative;width:1200px;margin:0 auto}.it_03 .smart_02 img{width:100%}.it_03 .smart_02 .s_select{position:absolute;display:inline-block;background-color:rgba(0,0,0,.5)}.it_03 .smart_02 .s_select:hover{border:3px solid red;cursor:help}.it_03 .smart_02 .s_board{top:20px;right:605px;width:95px;height:33px}.it_03 .smart_02 .s_video{top:27px;right:220px;width:100px;height:33px}.it_03 .smart_02 .s_display{top:419px;right:13px;width:145px;height:33px}.it_03 .smart_02 .s_camera{top:483px;right:36px;width:175px;height:33px}.it_03 .smart_02 .s_desk{top:558px;right:175px;width:125px;height:33px}.it_03 .smart_02 .popup{display:none}.it_03 .smart_02 .popup .s_pop{position:absolute;overflow-y:scroll;overflow-x:hidden;width:440px;height:450px;padding:20px;background-color:#fff}.it_03 .smart_02 .popup .s_pop>h3{font-size:2rem;font-weight:700}.it_03 .smart_02 .popup .s_pop>p{font-size:1.7rem;font-weight:500}.it_03 .smart_02 .popup .s_pop img{height:250px;object-fit:contain}.it_03 .smart_02 .popup .b_close{position:absolute;width:440px;height:40px;line-height:40px;padding-right:20px;background-color:#888}.it_03 .smart_02 .popup .b_close img{position:absolute;top:10px;right:10px;width:20px;height:20px}.it_03 .smart_02 .popup .b_close img:hover{cursor:pointer}.it_03 .smart_02 .popup .b_close_01{top:53px;right:605px}.it_03 .smart_02 .popup .s_pop_01{top:93px;right:605px}.it_03 .smart_02 .popup .b_close_02{top:60px;right:220px}.it_03 .smart_02 .popup .s_pop_02{top:100px;right:220px}.it_03 .smart_02 .popup .b_close_03{top:-71px;right:13px}.it_03 .smart_02 .popup .s_pop_03{top:-31px;right:13px}.it_03 .smart_02 .popup .b_close_04{top:-4px;right:36px}.it_03 .smart_02 .popup .s_pop_04{top:36px;right:36px}.it_03 .smart_02 .popup .b_close_05{top:68px;right:175px}.it_03 .smart_02 .popup .s_pop_05{top:108px;right:175px}@media screen and (max-width: 767px){.product_it{margin-bottom:10px}.product_it img{max-width:100px;height:80px;object-fit:contain;margin-bottom:10px}.product_it>h3{font-size:3rem;text-align:left;border-bottom:2px solid #ccc;margin-bottom:10px;color:#333}.product_it>p>span{font-size:4rem}.product_it>.lastDetails{margin-bottom:50px}.product_it .detail-info{float:none;font-size:1.2rem;color:#555;text-align:right}.product_it details>summary{height:50px;font-size:3rem;cursor:pointer;margin:5px 0}.product_it details>summary>img{height:30px;object-fit:contain;vertical-align:middle;margin:0 !important}.it_01{width:100%;height:auto;margin-bottom:150px}.it_01 .bg_it01{background:url(../img/pc_main_01.jpg) no-repeat;background-size:cover;background-position:center}.it_01 .contentsWrap{width:90vw}.it_01 .contentsWrap .main{width:90vw;margin:0 auto}.it_01 .contentsWrap .main>.product_it:nth-child(2){margin-bottom:30px}.it_01 .contentsWrap .main .pc_01{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 10px}.it_01 .contentsWrap .main .pc_01>li{width:130px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee}.it_01 .contentsWrap .main .pc_01>li>p{font-size:1.5rem}.it_02{width:100%;height:auto;margin-bottom:200px}.it_02 .bg_it02{background:url(../img/it_device_main_02.jpg) no-repeat;background-size:cover;background-position:center}.it_02 .device_01{display:flex;flex-wrap:wrap;justify-content:flex-start}.it_02 .device_01>li{width:130px;height:auto;padding:10px;text-align:center;overflow:hidden;margin:0 15px;margin-bottom:30px;border-radius:10px;background-color:#eee}.it_02 .device_01>li img{height:80px}.it_02 .device_01>li>p{font-size:1.5rem}.it_03{width:100%;height:auto;margin-bottom:200px}.it_03 .bg_it03{background:url(../img/smart_solution.jpg) no-repeat;background-size:cover;background-position:center}.it_03 .smart_01{display:flex;flex-wrap:wrap;justify-content:flex-start}.it_03 .smart_01>li{width:130px;height:auto;padding:10px;text-align:center;overflow:hidden;margin:0 15px;margin-bottom:30px;border-radius:10px;background-color:#eee}.it_03 .smart_01>li>p{font-size:1.5rem}.it_03 .smart_hint{display:none}.it_03 .smart_02{position:relative;width:1200px;margin:0 auto}.it_03 .smart_02 img{width:80vw}.it_03 .smart_02 .s_select{position:absolute;display:inline-block;background-color:rgba(0,0,0,.5)}.it_03 .smart_02 .s_select:hover{border:3px solid red;cursor:help}.it_03 .smart_02 .s_board{display:none}.it_03 .smart_02 .s_video{display:none}.it_03 .smart_02 .s_display{display:none}.it_03 .smart_02 .s_camera{display:none}.it_03 .smart_02 .s_desk{display:none}.it_03 .smart_02 .popup{display:none}.it_03 .smart_02 .popup .s_pop{position:absolute;overflow-y:scroll;overflow-x:hidden;width:440px;height:450px;padding:20px;background-color:#fff}.it_03 .smart_02 .popup .s_pop>h3{font-size:2rem;font-weight:700}.it_03 .smart_02 .popup .s_pop>p{font-size:1.7rem;font-weight:500}.it_03 .smart_02 .popup .s_pop img{height:250px;object-fit:contain}.it_03 .smart_02 .popup .b_close{display:none}.it_03 .smart_02 .popup .b_close img{position:absolute;top:10px;right:10px;width:20px;height:20px}.it_03 .smart_02 .popup .b_close img:hover{cursor:pointer}.it_03 .smart_02 .popup .b_close_01{top:53px;right:605px}.it_03 .smart_02 .popup .s_pop_01{top:93px;right:605px}.it_03 .smart_02 .popup .b_close_02{top:60px;right:220px}.it_03 .smart_02 .popup .s_pop_02{top:100px;right:220px}.it_03 .smart_02 .popup .b_close_03{top:-71px;right:13px}.it_03 .smart_02 .popup .s_pop_03{top:-31px;right:13px}.it_03 .smart_02 .popup .b_close_04{top:-4px;right:36px}.it_03 .smart_02 .popup .s_pop_04{top:36px;right:36px}.it_03 .smart_02 .popup .b_close_05{top:68px;right:175px}.it_03 .smart_02 .popup .s_pop_05{top:108px;right:175px}}.product_soft{margin-bottom:10px}.product_soft img{max-width:180px;height:185px;object-fit:contain;margin-bottom:10px}.product_soft>h3{font-size:3rem;text-align:left;border-bottom:2px solid #ccc;margin-bottom:10px;color:#333}.product_soft>p>span{font-size:4rem}.product_soft>.lastDetails{margin-bottom:50px}.product_soft .detail-info{float:right;font-size:1.5rem;color:#555;text-align:right}.product_soft details>summary{font-size:3rem;cursor:pointer;margin:20px 0}.product_soft details>summary>img{max-width:300px;height:50px;object-fit:contain;vertical-align:middle;margin:0 !important}.software_01{width:100%;height:auto;margin-bottom:200px}.software_01>.contentsWrap{width:75vw;margin:0 auto;padding:0}.software_01>.contentsWrap>.main{position:relative;display:flex;flex-direction:row;justify-content:space-between;width:100%;padding-top:30px}.software_01>.contentsWrap>.main>.detail-info{position:absolute;top:0;right:0;font-size:1.5rem;color:#555;text-align:right}.software_01>.contentsWrap>.main .product_soft{width:49%}.software_01>.contentsWrap>.main .product_soft:nth-child(2){border-right:1px solid #ccc}.software_01>.contentsWrap>.main .product_soft>h2{font-size:2rem;margin-bottom:20px}.software_01 .bg_software01{background:url(../img/software_main_01.jpg) no-repeat;background-size:cover;background-position:center}.software_01 .office_01{display:grid;grid-template-columns:repeat(auto-fill, minmax(19%, 200px));grid-auto-rows:minmax(200px, auto);gap:15px 1%;padding-left:20px}.software_01 .office_01>li{display:inline-block;width:200px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee}.software_01 .office_01>li>p{font-size:1.8rem}.software_01 .research_01{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:20px}.software_01 .research_01>li{display:inline-block;width:200px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee;margin:0 15px;margin-bottom:30px}.software_01 .research_01>li>p{font-size:1.8rem}@media screen and (max-width: 767px){.product_soft{margin-bottom:10px}.product_soft img{width:100%;height:80px;object-fit:contain;margin-bottom:10px}.product_soft>h3{font-size:3rem;text-align:left;border-bottom:2px solid #ccc;margin-bottom:10px;color:#333}.product_soft>p>span{font-size:4rem}.product_soft>.lastDetails{margin-bottom:50px}.product_soft .detail-info{float:right;font-size:1.5rem;color:#555;text-align:right}.product_soft details>summary{font-size:3rem;cursor:pointer;margin:10px 0}.product_soft details>summary>img{display:inline-block;background-size:contain;vertical-align:middle;margin:0 !important}.product_soft details .samsung-logo img{width:180px;height:35px}.product_soft details .lg-logo img{width:110px;height:50px}.product_soft details .apple-logo img{width:50px;height:60px}.product_soft details .hp-logo img{width:60px;height:60px}.product_soft details .lenovo-logo img{width:155px;height:35px}.product_soft details .dell-logo img{width:65px;height:65px}.product_soft details .asus-logo img{width:145px;height:35px}.product_soft details .microsoft-logo img{width:170px;height:40px}.product_soft details .wacom-logo img{width:80px;height:75px}.software_01{width:100%;height:auto;margin-bottom:150px}.software_01>.contentsWrap{width:90vw;margin:0 auto;padding:0}.software_01>.contentsWrap>.main{position:relative;display:flex;flex-direction:row;justify-content:space-between;width:100%;padding-top:30px}.software_01>.contentsWrap>.main>.detail-info{position:absolute;top:0;right:0;font-size:1.5rem;color:#555;text-align:right}.software_01>.contentsWrap>.main details>summary{font-size:3rem;cursor:pointer;margin:10px 0}.software_01>.contentsWrap>.main details>summary>img{display:inline-block;background-size:contain;vertical-align:middle;margin:0 !important}.software_01>.contentsWrap>.main details .microsoft-logo img{width:110px;height:24px}.software_01>.contentsWrap>.main details .adobe-logo img{width:100px;height:26px}.software_01>.contentsWrap>.main details .autodesk-logo img{width:125px;height:21px}.software_01>.contentsWrap>.main details .hancom-logo img{width:90px;height:33px}.software_01>.contentsWrap>.main details .ahnlab-logo img{width:90px;height:21px}.software_01>.contentsWrap>.main details .originLab-logo img{width:110px;height:24px}.software_01>.contentsWrap>.main details .coppelia-logo img{width:140px;height:12px}.software_01>.contentsWrap>.main details .unity-logo img{width:80px;height:30px}.software_01>.contentsWrap>.main .product_soft{width:49%}.software_01>.contentsWrap>.main .product_soft:nth-child(2){border-right:1px solid #ccc}.software_01>.contentsWrap>.main .product_soft>h2{font-size:2rem;margin-bottom:20px}.software_01 .bg_software01{background:url(../img/software_main_01.jpg) no-repeat;background-size:cover;background-position:center}.software_01 .office_01{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:20px;gap:10px 20px}.software_01 .office_01>li{display:inline-block;width:130px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee}.software_01 .office_01>li>p{font-size:1.5rem}.software_01 .research_01{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:20px}.software_01 .research_01>li{display:inline-block;width:130px;height:auto;padding:10px;text-align:center;overflow:hidden;background-color:#eee;margin:0 15px;margin-bottom:30px}.software_01 .research_01>li>p{font-size:1.5rem}}.downloadBoard{padding-top:50px}.downloadBoard table{width:60vw;height:430px;margin:0 auto;border-collapse:collapse;text-align:start}.downloadBoard table tbody{display:none}.downloadBoard table tbody tr{height:60px;font-size:1.8rem;font-weight:500}.downloadBoard table tbody tr:first-child{border-top:2px solid #333}.downloadBoard table tbody tr td{border:1px solid #999;border-left:none;border-right:none;padding:0 10px}.downloadBoard table tbody tr td a{color:#000}.downloadBoard table tbody tr td a:hover{font-weight:700;text-decoration:underline}.downloadBoard table tfoot tr{height:40px;font-size:1.8rem}.downloadBoard table tfoot tr td{width:60vw;text-align:center;border:none}.downloadBoard table tfoot tr td button{all:unset;width:30px;height:30px;line-height:30px;font-size:1.5rem;border-radius:1px;background-color:#eee}.downloadBoard table tfoot tr td button:hover{cursor:pointer}.downloadBoard table .boardShow{display:block}.downloadBoard table .boardShow td{width:60vw}.downloadBoard table .boardSelect{color:#fff;background-color:#555}.downloadPost>a{display:block;width:60vw;margin:0 auto;margin-bottom:20px;font-size:1.8rem;color:#000}.downloadPost>a:hover{font-weight:700}.downloadPost>table{width:60vw;height:auto;margin:0 auto;border-collapse:collapse;text-align:start}.downloadPost>table>thead{position:relative;height:90px;border-top:2px solid #333}.downloadPost>table>thead>tr>td{padding:0 20px}.downloadPost>table>thead>tr>td span{font-size:2rem}.downloadPost>table>thead>tr>td a{position:absolute;top:28px;right:20px;font-size:1.8rem;color:#000}.downloadPost>table>thead>tr>td a>img{height:1.6rem;filter:invert(66%) sepia(3%) saturate(30%) hue-rotate(321deg) brightness(93%) contrast(86%)}.downloadPost>table>thead>tr>td a:hover{font-weight:700}.downloadPost>table>thead>tr>td a:hover>img{filter:none}.downloadPost>table>tbody{position:relative}.downloadPost>table>tbody>tr{min-height:500px;font-size:1.8rem}.downloadPost>table>tbody>tr>td{border:1px solid #999;border-left:none;border-right:none;padding:20px 40px}.downloadPost>table>tbody>tr>td img{height:400px}.downloadPost>table>tbody>tr>td .goud-datasheet{width:100%;border:2px solid #000;border-collapse:collapse;text-align:center;font-size:1.8rem}.downloadPost>table>tbody>tr>td .goud-datasheet th{height:40px;border:1px solid #000;background-color:#aaa;color:#fff;font-weight:700}.downloadPost>table>tbody>tr>td .goud-datasheet td{height:50px;border:1px solid #000}.downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(1){width:25%}.downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(2){width:20%}.downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(3){width:17.5%}.downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(4){width:12.5%}.downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(5){width:12.5%}.downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(6){width:12.5%}.downloadPost>table>tbody>tr>td .goud-datasheet thead{height:70px}.downloadPost>table>tbody>tr>td .goud-datasheet thead:first-child tr th{background-color:#ddd;color:#000}.downloadPost>table>tbody>tr>td .goud-datasheet img{width:25px;height:25px;margin:0;margin-bottom:3px;vertical-align:middle;filter:invert(66%) sepia(3%) saturate(30%) hue-rotate(321deg) brightness(93%) contrast(86%)}.downloadPost>table>tbody>tr>td .goud-datasheet img:hover{filter:none}.downloadPost>table>tbody>tr>td .goud-datasheet-clean{width:100%;border:2px solid #000;border-collapse:collapse;text-align:center;font-size:1.8rem}.downloadPost>table>tbody>tr>td .goud-datasheet-clean th{height:40px;border:1px solid #000;background-color:#aaa;color:#fff;font-weight:700}.downloadPost>table>tbody>tr>td .goud-datasheet-clean td{height:50px;border:1px solid #000}.downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(1){width:60%}.downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(2){width:13%}.downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(3){width:13%}.downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(4){width:13%}.downloadPost>table>tbody>tr>td .goud-datasheet-clean thead:first-child tr th{background-color:#ddd;color:#000}.downloadPost>table>tbody>tr>td .goud-datasheet-clean img{width:25px;height:25px;margin:0;margin-bottom:3px;vertical-align:middle;filter:invert(66%) sepia(3%) saturate(30%) hue-rotate(321deg) brightness(93%) contrast(86%)}.downloadPost>table>tbody>tr>td .goud-datasheet-clean img:hover{filter:none}.download{padding:30px 0;margin-bottom:10px}.download img{width:180px;height:185px;object-fit:contain;margin-bottom:10px}.download>h3{font-size:30px;text-align:right;border-bottom:2px solid #ccc;margin-bottom:10px;color:#333}.down_01{width:100%;height:auto;margin-bottom:200px}.down_01 .bg_down01{background:url(../img/download.jpg) no-repeat;background-size:cover}.down_01 .data_01{display:flex;flex-wrap:wrap;justify-content:flex-start}.down_01 .data_01>li{width:200px;height:auto;padding:10px;text-align:center;overflow:hidden;margin:0 15px;margin-bottom:30px;border-radius:10px;background-color:#eee}.down_01 .data_01>li>a{display:inline-block;font-size:2.2rem;font-weight:700;color:#000}.down_01 .data_01>li>a:hover{text-decoration:underline}.down_01 .data_01>li>a>img{width:20px;height:20px;margin:0;margin-left:10px;filter:invert(66%) sepia(3%) saturate(30%) hue-rotate(321deg) brightness(93%) contrast(86%)}@media screen and (max-width: 767px){.down_01 .downloadBoard{padding-top:30px}.down_01 .downloadBoard table{width:80vw;height:430px;margin:0 auto;border-collapse:collapse;text-align:start;word-break:keep-all}.down_01 .downloadBoard table tbody{display:none}.down_01 .downloadBoard table tbody tr{height:60px;font-size:1.8rem;font-weight:500}.down_01 .downloadBoard table tbody tr:first-child{border-top:2px solid #333}.down_01 .downloadBoard table tbody tr td{border:1px solid #999;border-left:none;border-right:none;padding:0 10px}.down_01 .downloadBoard table tbody tr td a{color:#000}.down_01 .downloadBoard table tbody tr td a:hover{font-weight:700;text-decoration:underline}.down_01 .downloadBoard table tfoot tr{height:40px;font-size:1.8rem}.down_01 .downloadBoard table tfoot tr td{width:80vw;text-align:center;border:none}.down_01 .downloadBoard table tfoot tr td button{all:unset;width:30px;height:30px;line-height:30px;font-size:1.5rem;border-radius:1px;background-color:#eee}.down_01 .downloadBoard table tfoot tr td button:hover{cursor:pointer}.down_01 .downloadBoard table .boardShow{display:block}.down_01 .downloadBoard table .boardShow td{width:80vw}.down_01 .downloadBoard table .boardSelect{color:#fff;background-color:#555}.down_01 .downloadPost>a{display:block;width:80vw;margin:0 auto;margin-bottom:20px;font-size:1.8rem;color:#000}.down_01 .downloadPost>a:hover{font-weight:700}.down_01 .downloadPost>table{width:80vw;height:auto;margin:0 auto;border-collapse:collapse;text-align:start}.down_01 .downloadPost>table>thead{position:relative;height:60px;border-top:2px solid #333;vertical-align:top}.down_01 .downloadPost>table>thead>tr>td{padding:5px 20px}.down_01 .downloadPost>table>thead>tr>td span{font-size:1.8rem}.down_01 .downloadPost>table>thead>tr>td a{position:absolute;top:28px;right:20px;font-size:1.8rem;color:#000}.down_01 .downloadPost>table>thead>tr>td a>img{height:1.6rem;filter:invert(66%) sepia(3%) saturate(30%) hue-rotate(321deg) brightness(93%) contrast(86%)}.down_01 .downloadPost>table>thead>tr>td a:hover{font-weight:700}.down_01 .downloadPost>table>thead>tr>td a:hover>img{filter:none}.down_01 .downloadPost>table>tbody{position:relative}.down_01 .downloadPost>table>tbody>tr{min-height:500px;font-size:1.8rem}.down_01 .downloadPost>table>tbody>tr>td{border:1px solid #999;border-left:none;border-right:none;padding:20px 40px}.down_01 .downloadPost>table>tbody>tr>td img{height:150px}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet{width:100%;border:2px solid #000;border-collapse:collapse;text-align:center;font-size:1.5rem}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet th{height:40px;border:1px solid #000;background-color:#aaa;color:#fff;font-weight:700}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet td{height:50px;border:1px solid #000}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(1){width:25%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(2){width:20%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(3){width:17.5%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(4){width:12.5%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(5){width:12.5%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet td:nth-child(6){width:12.5%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet thead{height:70px}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet thead:first-child tr th{background-color:#ddd;color:#000}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet img{width:25px;height:25px;margin:0;margin-bottom:3px;vertical-align:middle;filter:invert(66%) sepia(3%) saturate(30%) hue-rotate(321deg) brightness(93%) contrast(86%)}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet img:hover{filter:none}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean{width:100%;border:2px solid #000;border-collapse:collapse;text-align:center;font-size:1.5rem}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean th{height:40px;border:1px solid #000;background-color:#aaa;color:#fff;font-weight:700}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean td{height:50px;border:1px solid #000}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(1){width:60%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(2){width:13%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(3){width:13%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean td:nth-child(4){width:13%}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean thead:first-child tr th{background-color:#ddd;color:#000}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean img{width:25px;height:25px;margin:0;margin-bottom:3px;vertical-align:middle;filter:invert(66%) sepia(3%) saturate(30%) hue-rotate(321deg) brightness(93%) contrast(86%)}.down_01 .downloadPost>table>tbody>tr>td .goud-datasheet-clean img:hover{filter:none}}.contact_01{width:100%;height:auto;margin-bottom:200px}.contact_01 .main{width:75vw;margin:0 auto}.contact_01 .main .inner h2{display:inline-block;font-size:2.5rem}.contact_01 .bg_cont01{background:url(../img/directions.jpg) no-repeat}.contact_01 .googleMap{width:100%;height:600px;margin:20px 0;display:inline-block}.adress{display:flex;flex-direction:column;flex-wrap:wrap;font-size:1.8rem}.adress strong{display:inline-block;padding:15px 30px 15px 0}.adress p{display:inline-block;min-width:200px;padding:15px 0}.adress>ul{display:flex;flex-wrap:wrap}.adress>li:first-child{border-bottom:1px solid #ccc}@media screen and (max-width: 767px){.contact_01{width:100%;height:auto;margin-bottom:200px}.contact_01 .bg_cont01{background:url(../img/directions.jpg) no-repeat}.contact_01 .googleMap{width:100%;height:300px;margin:20px 0;display:inline-block}.adressWrap{font-size:1.5rem}.adressWrap .adress strong{display:inline-block;padding:0}.adressWrap .adress p{display:block;min-width:200px;padding:0}.adressWrap .adress>li{padding-bottom:10px}.adressWrap .adress>ul>li{display:flex;flex-direction:column;justify-content:center;width:100%;word-break:keep-all;padding:10px 0;gap:3px 0}.adressWrap .adress>ul>li:not(:last-child){border-bottom:1px solid #ccc}}.contents{position:relative;width:100%;height:auto}.contents .backgroundImg_main{position:relative;width:100%;height:400px;background:url(../img/main_02.jpg) no-repeat;background-size:cover;background-position:center;margin-bottom:50px}.contents .backgroundImg_main .textBox{margin:0 auto;width:100%;height:100%;font-size:1.7rem;text-align:center;color:#fff;background-color:rgba(0,0,0,.2)}.contents .backgroundImg_main .textBox h1{position:absolute;display:block;top:50%;left:50%;width:100%;transform:translateX(-50%) translateY(-50%);padding:0 30px}.contents .q_links{width:80vw;margin:0 auto 15px auto;font-size:3rem;font-weight:700;overflow:hidden}.contents .q_links span{font-size:4rem}.contents .showSlide_wrapper{position:relative;width:80vw;height:300px;margin:0 auto;margin-bottom:200px;overflow:hidden;text-align:center;background-color:#fff}.contents .showSlide_wrapper .showSlide{position:absolute;height:300px;overflow:hidden}.contents .showSlide_wrapper .showSlide.animated{transition:.3s ease}.contents .showSlide_wrapper .showSlide>li{float:left;width:350px;height:300px;margin:0 10px;text-align:center;line-height:300px}.contents .showSlide_wrapper .showSlide>li>a{position:absolute;display:block;top:300px;width:350px;height:300px;color:#fff;font-size:3rem;font-weight:700;background-color:rgba(25,25,25,.6);transition:.5s ease}.contents .showSlide_wrapper .showSlide>li:hover>a{transform:translateY(-300px)}.contents .showSlide_wrapper .showSlide .menu_01{background:url(../img/slide_show_01.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_02{background:url(../img/slide_show_02.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_03{background:url(../img/slide_show_03.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_04{background:url(../img/slide_show_04.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_05{background:url(../img/slide_show_05.jpg) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_06{background:url(../img/software_main_01.jpg) no-repeat;background-size:cover}.contents .showSlide_wrapper .controls{float:left;font-size:5rem;color:#ddd;text-align:center}.contents .showSlide_wrapper .controls .showSlide_prev,.contents .showSlide_wrapper .controls .showSlide_next{position:absolute;top:105px;width:40px;height:80px;background-color:rgba(0,0,0,.8)}.contents .showSlide_wrapper .controls .showSlide_prev>span,.contents .showSlide_wrapper .controls .showSlide_next>span{position:absolute;left:12px;bottom:12px;font-family:Arial,Helvetica,sans-serif}.contents .showSlide_wrapper .controls .showSlide_prev:hover,.contents .showSlide_wrapper .controls .showSlide_next:hover{cursor:pointer}.contents .showSlide_wrapper .controls .showSlide_prev{left:0}.contents .showSlide_wrapper .controls .showSlide_next{right:0}.contents .quickLinkWrap{display:none}@media screen and (max-width: 1500px){body{scrollbar-width:none}body::-webkit-scrollbar{display:none}}@media screen and (max-width: 900px){.contents{position:relative;width:100%;height:auto}.contents .backgroundImg_main{position:relative;width:100%;height:400px;background:url(../img/main_02.jpg) no-repeat;background-size:cover;background-position:center;margin-bottom:50px}.contents .backgroundImg_main .textBox{margin:0 auto;font-size:1.7rem;text-align:center;color:#fff;padding:0 30px;background-color:rgba(0,0,0,.2)}.contents .backgroundImg_main .textBox h1{position:absolute;display:block;top:50%;left:50%;width:100%;transform:translateX(-50%) translateY(-50%);padding:0 30px}.contents .q_links{width:80vw;margin:0 auto 15px auto;font-size:35px;overflow:hidden}.contents .q_links span{font-size:5rem}.contents .showSlide_wrapper{position:relative;width:80vw;height:300px;margin:0 auto;margin-bottom:50px;overflow:hidden;text-align:center;background-color:#fff}.contents .showSlide_wrapper .showSlide{position:absolute;height:300px;overflow:hidden}.contents .showSlide_wrapper .showSlide.animated{transition:.3s ease}.contents .showSlide_wrapper .showSlide>li{float:left;width:350px;height:300px;margin:0 10px;text-align:center;line-height:300px}.contents .showSlide_wrapper .showSlide>li>a{position:absolute;display:block;top:300px;width:350px;height:300px;color:#fff;font-size:3rem;font-weight:700;background-color:rgba(25,25,25,.6)}.contents .showSlide_wrapper .showSlide>li:hover>a{transform:translateY(-300px);transition:.5s ease}.contents .showSlide_wrapper .showSlide .menu_01{background:url(../img/slide_show_01.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_02{background:url(../img/slide_show_02.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_03{background:url(../img/slide_show_03.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_04{background:url(../img/slide_show_04.png) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_05{background:url(../img/slide_show_05.jpg) no-repeat;background-size:cover}.contents .showSlide_wrapper .showSlide .menu_06{background:url(../img/software_main_01.jpg) no-repeat;background-size:cover}.contents .showSlide_wrapper .controls{float:left;font-size:5rem;color:#ddd;text-align:center}.contents .showSlide_wrapper .controls .showSlide_prev,.contents .showSlide_wrapper .controls .showSlide_next{position:absolute;top:105px;width:40px;height:80px;background-color:rgba(0,0,0,.8)}.contents .showSlide_wrapper .controls .showSlide_prev>span,.contents .showSlide_wrapper .controls .showSlide_next>span{position:absolute;left:12px;bottom:12px;font-family:Arial,Helvetica,sans-serif}.contents .showSlide_wrapper .controls .showSlide_prev:hover,.contents .showSlide_wrapper .controls .showSlide_next:hover{cursor:pointer}.contents .showSlide_wrapper .controls .showSlide_prev{left:0}.contents .showSlide_wrapper .controls .showSlide_next{right:0}}@media screen and (max-width: 1000px){.contents{position:relative;width:100%;height:auto;margin-bottom:30px}.contents .backgroundImg_main{position:relative;width:100%;height:350px;background:url(../img/main_02.jpg) no-repeat;background-size:cover;background-position:center;margin-top:60px;margin-bottom:30px}.contents .backgroundImg_main .textBox{margin:0 auto;font-size:1.3rem;text-align:center;color:#fff;background-color:rgba(0,0,0,.2)}.contents .backgroundImg_main .textBox h1{position:absolute;display:block;top:50%;left:50%;width:100%;transform:translateX(-50%) translateY(-50%);white-space:normal;word-break:keep-all;padding:0 40px}.contents .q_links{width:90vw;margin:0 auto 15px auto;font-size:2.5rem;overflow:hidden}.contents .q_links span{font-size:3rem}.contents .showSlide_wrapper{display:none}.contents .controls{display:none}.contents .quickLinkWrap{display:block;width:90vw;margin:0 auto;margin-bottom:150px}.contents .quickLinkWrap .quickLink{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px 10%}.contents .quickLinkWrap .quickLink li{position:relative;width:25%;height:150px}.contents .quickLinkWrap .quickLink li a{display:block;width:100%;height:100%;color:#fff;font-size:2.2rem;text-align:center;line-height:150px;background-color:rgba(0,0,0,.3)}.contents .quickLinkWrap .quickLink .menu_01{background:url(../img/slide_show_01.png) no-repeat;background-size:cover}.contents .quickLinkWrap .quickLink .menu_02{background:url(../img/slide_show_02.png) no-repeat;background-size:cover}.contents .quickLinkWrap .quickLink .menu_03{background:url(../img/slide_show_03.png) no-repeat;background-size:cover}.contents .quickLinkWrap .quickLink .menu_04{background:url(../img/slide_show_04.png) no-repeat;background-size:cover}.contents .quickLinkWrap .quickLink .menu_05{background:url(../img/slide_show_05.jpg) no-repeat;background-size:cover}.contents .quickLinkWrap .quickLink .menu_06{background:url(../img/software_main_01.jpg) no-repeat;background-size:cover}}.rnb{display:block;top:400px;right:100px;width:200px;height:400px;z-index:10}.rnb .rnb__menu{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;width:100%;height:100%;gap:10px 0}.rnb .rnb__menu>li{transition:all .3s ease;background-color:#fff}.rnb .rnb__menu>li:hover{transform:scale(110%)}.rnb .rnb__menu>li>a{display:flex;align-content:center;height:90px;padding:15px;border:2px solid #ccc}.rnb .rnb__menu>li>a>img{width:100%;object-fit:contain}@media screen and (max-width: 1000px){.rnb{display:none}}.lnb{display:block;width:200px;height:auto;padding:10px 0;z-index:10}.lnb .lnb__menu{width:100%}.lnb .lnb__menu input{display:none}.lnb .lnb__menu input:checked+label::after{display:block;position:absolute;top:50%;transform:translateY(-50%) rotateX(180deg);right:10px}.lnb .lnb__menu input:checked+label+ul{max-height:160px}.lnb .lnb__menu label{position:relative;display:flex;align-items:center;width:100%;height:40px;font-size:2rem;font-weight:700;padding:5px 10px;border-bottom:2px solid #0066e5}.lnb .lnb__menu label::after{display:block;position:absolute;content:"⌵";top:50%;transform:translateY(-60%);right:10px;font-size:1.5rem;transition:.3s ease}.lnb .lnb__menu label:hover{cursor:pointer}.lnb .lnb__menu ul{max-height:0;padding:5px 0;overflow:hidden;transition:all 1s ease}.lnb .lnb__menu ul>li{display:flex;align-items:center;height:40px;padding:0 10px}.lnb .lnb__menu ul>li:not(:last-child){border-bottom:1px solid #ccc}.lnb .lnb__menu ul>li>a{font-size:1.9rem;font-weight:500;color:#000}.lnb .lnb__menu ul>li:hover>a{font-weight:700}@media screen and (max-width: 1000px){.lnb{display:none}}.backgroundImg{width:100%;height:200px;margin-bottom:50px;background-size:cover;background-position:center;overflow:hidden}.backgroundImg .textbox{line-height:200px;text-align:center;background-color:rgba(0,0,0,.3)}.backgroundImg .textbox h2{font-size:4rem;color:#fff;text-shadow:2px 2px 5px #222}.boundaryBar{margin-bottom:20px}.boundaryBar>h2{display:inline-block;height:100%;font-size:2.5rem;font-weight:700}.goDownload{margin-bottom:50px;color:#000}.goDownload>h2>a{color:#000;font-size:3rem}.goDownload>h2>a::after{display:block;content:"";border-bottom:3px solid #5a5afd;transform:scaleX(0);transition:.3s ease;transform-origin:0% 50%}.goDownload>h2>a:hover::after{transform:scaleX(0.175)}.openPop{margin-bottom:500px !important}.hidden{display:none !important}.underbar{font-size:2rem;border-bottom:2px solid #ccc}@media screen and (max-width: 1000px){.backgroundImg{margin-top:60px}.boundaryBar{margin-bottom:20px}.boundaryBar>h2{display:inline-block;height:100%;font-size:2.3rem;font-weight:700}.goDownload{margin-bottom:50px;color:#000}.goDownload>h2>a{color:#000;font-size:2.3rem}.goDownload>h2>a::after{display:block;content:"";border-bottom:3px solid #5a5afd;transform:scaleX(0);transition:.3s ease;transform-origin:0% 50%}.goDownload>h2>a:hover::after{transform:scaleX(0.175)}.openPop{margin-bottom:500px !important}.underbar{border-bottom:2px solid #ccc}}details summary{position:relative;display:inline-block;min-width:100px;height:50px;font-size:2rem;font-weight:700;color:#000;line-height:50px;padding-left:40px;cursor:pointer}details summary::-webkit-details-marker{display:none}details summary::before{position:absolute;content:"";top:18px;left:15px;border:1rem solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;transform:rotate(0);transform-origin:.5rem 50%;transition:transform .25s ease}details[open] summary::before{transform:rotate(90deg)}@media screen and (max-width: 767px){details summary{position:relative;display:inline-flex;align-items:center;min-width:100px;height:50px;font-size:2rem;font-weight:700;color:#000;line-height:50px;padding-left:30px;cursor:pointer}details summary::-webkit-details-marker{display:none}details summary::before{position:absolute;content:"";top:18px;left:15px;border:.6rem solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;transform:rotate(0);transform-origin:.3rem 50%;transition:transform .25s ease}details[open] summary::before{transform:rotate(90deg)}}/*# sourceMappingURL=common.css.map */
