@charset "utf-8";

/* section { padding-top: 108px; } */
section.main { padding-top: 0; }
.dashboard { padding: 140px 0; padding-right: 120px; }
.dashboard h2 { font-family: "Michroma"; font-size: 7.2rem; font-weight: 400; cursor: pointer; display: inline-block; }
.dashboard h2 + p { margin-top: 37px; color: #35495f; font-size: 1.8rem; font-weight: 600; }

/* main */
.section1 { position: relative; padding: 0; }
.section1 .slide { position: relative; }
.section1 .main_slide {  }
.section1 .main_slide .row { display: block; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; height: 100vh; }
.section1 .main_slide .row.bg1 { background-image: url(../images/bg_main.png); }
.section1 .main_slide .row.bg2 { background-image: url(../images/bg_main.png); }
.section1 .main_slide .row.bg3 { background-image: url(../images/bg_main.png); }
.section1 .slide .slide_control { display: flex; align-items: center; margin-top: 30px; }
.section1 .slide .slide_control > button.slick-prev { padding-right: 25px; position: relative; }
.section1 .slide .slide_control > button.slick-next { padding-left: 25px; }
.section1 .slide .slide_control > button.slick-prev:after { content: ''; width: 2px; height: 24px; background: #7c8793; position: absolute; left: 100%; top: 50%; font-size: 0; transform: translateY(-50%); }

.section1 .slide .paragraph { position: absolute; top: 30%; left: 50%; transform: translateX(-50%); padding: 0 15px;  }
.section1 .slide .paragraph > span { font-size: 2.4rem; color: #cdd7e4; display: block; margin-bottom: 48px; text-transform: uppercase; }
.section1 .slide .paragraph > p { font-size: 7rem; font-weight: 300; color: #fff; }
.section1 .slide .paragraph > b { font-size: 9.2rem; color: #fff; }
.section1 .slide .paragraph > b > span { color: #5fa4f2; }
.section1 .slide .summary_nav { position: absolute; bottom: 0; left: 0; width: 100%; height: 210px; background: rgba(0,0,0,0.5); display: flex; align-items: center; }
.section1 .slide .summary_nav .s_container { display: flex; justify-content: center; align-items: center; }
.section1 .slide .summary_nav a { display: flex; align-items: center; flex-direction: column; gap: 20px; padding: 0 44px; }
.section1 .slide .summary_nav a:first-child { padding-left: 88px; }
.section1 .slide .summary_nav a:nth-child(4) { padding-right: 88px; }
.section1 .slide .summary_nav a > span { color: #fff; font-size: 2rem; font-weight: 500; }

/* main Product */
.section2 { background: #202838; overflow: hidden; }
.section2 .container { position: relative; padding: 0 30px; }
.section2 h2 { color: #fff; }
.section2 h2:after { content: ''; width: 20px; height: 35px; background: url(../images/icon_w_next.png) no-repeat center center; display: inline-block; margin-left: 30px; }
.section2 ul.tab { margin-top: 40px; display: flex; }
.section2 ul.tab > li { cursor: pointer; color : #7c8793; font-weight: 700; font-size: 2rem; padding: 13px 23px; }
.section2 ul.tab > li.on { color: #fff; border: 2px solid #fff; border-radius: 27px; }
.section2 .tab_content { display: none; }
.section2 .tab_content.on { display: block; }

.section2 .slick-list { height: inherit !important; }
.section2 .slider-for .slick-slide  { cursor: pointer; }
.section2 .slider-nav { width: 320px; height: unset; position: absolute; right: 0; top: -140px; }
.section2 .slider-nav .slick-slide { width: 100%; height: 330px; background: #35495f; margin-bottom: 10px; position: relative; cursor: pointer; padding: 30px 30px; }
.section2 .slider-nav .slick-slide.slick-current { box-shadow: inset 0 0 0 4px #9fc3ec; }
.section2 .slider-nav .slick-slide > b { color: #fff; font-weight: 600; display: block; margin-bottom: 15px; font-size: 2.8rem; }
.section2 .slider-nav .slick-slide > span { color: #c7cfdf; font-size: 1.8rem; display: block; }
.section2 .slider-nav .slick-slide > img { position: absolute; bottom: 15px; right: 15px;width:200px; }
.section2 .slider-for { width: calc(100% - 320px); }
.section2 .slider-for .slick-slide { display: flex; align-items: flex-end;  }
.section2 .slider-for .slick-slide .img_wrap{ width: 840px; height: 540px; }
.section2 .slider-for .slick-slide .img_wrap > img { height: 100%; margin: 0 auto; }
.section2 .slider-for .slick-slide .txt_wrap > b { font-family: "Michroma"; font-size: 4rem; color: #fff;  display: block; }
.section2 .slider-for .slick-slide .txt_wrap > span { display: block; color: #7c8793; font-size: 1.8rem; }
.section2 .slider-for .slick-slide .txt_wrap > p { margin-top: 60px; font-weight: 200; font-size: 2rem; color: #c7cfdf; line-height: 1.5; }
.section2 .slide_control2 { position: absolute; right: 440px; }
.section2 .slide_control2 > button.slick-prev { padding-right: 25px; position: relative; }
.section2 .slide_control2 > button.slick-next { padding-left: 25px; }
.section2 .slide_control2 > button.slick-prev:after { content: ''; width: 2px; height: 24px; background: #7c8793; position: absolute; left: 100%; top: 50%; font-size: 0; transform: translateY(-50%); }


/* main installation */
.section3 { padding-bottom: 150px; }
.section3 > h2,
.section3 > p { text-align: center; }
.section3 > h2 { display: block; }
/* .section3 > h2:after { content: ''; width: 20px; height: 35px; background: url(../images/icon_b_next.png) no-repeat center center; display: inline-block; margin-left: 30px; } */
.install_slide { margin-top: 80px; }
.install_slide a { position: relative; display: block; width: 640px; height: fit-content; padding: 24px; border: 1px solid #ddd; margin-right: 120px; }
.install_slide a > .install_img { width: 100%; height: 320px; overflow: hidden; position: relative; }
.install_slide a > .install_img > img { position: absolute; left: 50%; transform: translateX(-50%); height: 100%; }
.install_slide a > p { width: 80%; margin-top: 33px; font-size: 2.4rem; font-weight: 500; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.install_slide a .install_bottom > ul { display: flex; align-items: center; margin-top: 20px; }
.install_slide a .install_bottom > ul > li { font-size: 1.8rem; color: #7c8793; }
.install_slide a .install_bottom > ul > li:first-child:after { content: ''; width: 1px; height: 8px; background: rgba(124, 135, 147, 0.5); margin: 0 10px; display: none; }
.install_slide a i { position: absolute; right: 32px; bottom: 32px; font-size: 0; display: block; }
.install_slide a i:after { content: '\e93f'; font-family: "xeicon"; color: #5fa5f3; width: 40px; height: 40px; border: 1px solid #7c8793; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 2rem; }

.install_slide .slick-center { background: #f2f4f8; }
.slide_control3 { text-align: center; }
.slide_control3 button { padding: 30px; }
.slick-dots { display: none !important; }

/* main notice */
.section4 .container { padding: 0 30px; }
.section4 { background: #f2f4f8; padding-bottom: 170px; }
.section4 h2:after { content: ''; width: 20px; height: 35px; background: url(../images/icon_b_next.png) no-repeat center center; display: inline-block; margin-left: 30px; }
.section4 > .container > ul { margin-top: 100px; display: flex; align-items: flex-start; }
.section4 > .container > ul > li { width: 25%; height: 184px; border-right: 1px solid #ddd; margin-right: 32px; }
.section4 > .container > ul > li:last-child { margin-right: 0; }
.section4 > .container > ul > li:last-child { border-right: none; }
.section4 > .container > ul > li > a { display: block; width: 100%; padding-right: 32px; }
.section4 ul > li > a > p { font-weight: 700; font-size: 2rem; margin-bottom: 27px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.section4 ul > li > a > span { display: block; font-size: 1.8rem; color: #7c8793; margin-bottom: 50px; }
.section4 ul > li > a > i { font-style: normal; font-size: 1.6rem; font-weight: 600; color: #35495f; display: flex; align-items: center; gap: 16px; }
.section4 ul > li > a > i:after { content: '\e93f'; font-family: "xeicon"; color: #5fa5f3; width: 40px; height: 40px; border: 1px solid #7c8793; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.section4 ul > li > span { display: block; width: 100%; font-size: 2rem; font-weight: 600; color: #7c8793; }

/* sub */
.sub_top { position: relative; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.sub_top > .container { display: flex; flex-direction: column; justify-content: space-between; padding-top: 108px; }
.sub_top .sub_sort { margin-left: auto; margin-top: 30px; display: flex; align-items: center; }
.sub_top .sub_sort > li,
.sub_top .sub_sort > li > a{ color: #c7cfdf; font-size: 1.5rem; font-weight: 500;opacity: 0.7;}
.sub_top .sub_sort > li:after { content: ''; width: 3px; height: 3px; background: #c7cfdf; display: inline-block; margin: 0 10px; border-radius: 50%; vertical-align: middle; }
.sub_top .sub_sort > li:last-child:after { display: none; }
.sub_top .sub_tit { color: #fff; margin-bottom: 80px; }
.sub_top .sub_tit > span { display: block; margin-bottom: 32px; margin-top: 200px; font-size: 1.8rem; font-weight: 700; letter-spacing: -1px; }
.sub_top .sub_tit > p { font-family: "Michroma"; font-size: 7.6rem; }
.sub_top .sub_tab { display: flex; align-items: center; }
.sub_top .sub_tab li:first-child a { padding-left: 0; }
.sub_top .sub_tab li a { font-size: 2rem; font-weight: 700; padding: 20px 30px; display: block; color: rgba(255, 255, 255, 0.4); }
.sub_top .sub_tab li.on a { color: #fff; position: relative; }
.sub_top .sub_tab li.on a:after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.sub_top .sub_tab li:first-child.on a:after { left: calc(50% - 15px); }
.sub_list_tit > b { font-size: 2.4rem; font-weight: 800; color: #6d9ef8; display: block; margin-bottom: 30px; text-transform: uppercase; }
.sub_list_tit > p { font-size: 6rem; font-weight: 800; }
.withForm.container { margin: 120px auto 0 !important; }
.withForm form { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 80px; }
.withForm form .select { width: 160px; height: 60px; line-height: 60px; background: #f2f4f8; font-weight: 700; font-size: 1.7rem; }
.withForm form .search { position: relative; width: 420px; height: 60px; line-height: 60px; background: #f2f4f8; padding: 0 15px; }
.withForm form .search > input { position: absolute; top: 0; left: 20px; height: inherit; width: calc(100% - 70px); font-size: 1.9rem; }
.withForm form .search > button { position: absolute; right: 7px; top: 0; display: block; width: 34px; height: inherit; cursor: pointer; font-size: 0; }
.withForm form .search > button:after { content: "\e97a"; position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%); color: #111; font-family: "xeicon"; font-size: 1.8rem; }
.withForm > b { display: inline-block; margin-bottom: 30px; font-size: 2rem; }
.withForm > b > span { display: inline-block; color: #6d9ef8; }
.sub_list_tab { margin-top: 60px;margin-bottom:-50px; }
.sub_list_tab > ul { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.sub_list_tab > ul > li { border: 1px solid #7c8793; border-radius: 24px; height: 48px; }
.sub_list_tab > ul > li.on { background: #101010; }
.sub_list_tab > ul a { display: block; line-height: 48px;padding: 0 35px; font-size: 1.7rem; font-weight: 700; color: #7c8793; }
.sub_list_tab > ul > li.on > a { color: #fff; }

/* company */
.sub_top_company.sub_top { background-image: url(../images/bg_sub_company21.jpg); }
.container.company { margin: 160px auto 140px !important; }
.company > .top { font-size: 8rem; font-weight: 700; margin-bottom: 90px; }
.company > .ceo_wrap { padding:50px 0px;position: relative;}
.company > .ceo_wrap > .pic { position: absolute;top:0px;left:0px;bottom:0px;background: url(../images/ceo.png) no-repeat center left / cover;padding:50px 0px;display:block;width:800px;height:600px;}
.company > .ceo_wrap > .pic::after { position: absolute;top:-5px;right:-10px;bottom:-5px;width:400px;background: linear-gradient( to right, rgba(255,255,255,0),  rgba(255,255,255,1), rgba(255,255,255,1) );content: "";display:block;z-index: 1;}
.company > .ceo_wrap > .company_p { margin-left:700px;display:block;position: relative;}
.company > .ceo_wrap > .company_p > .mid { font-size: 2.4rem; font-weight: 500; margin-bottom: 60px; letter-spacing: 1.5px;z-index: 2;position: relative;}
.company > .ceo_wrap > .company_p > .mid > b { font-weight: 800; color: #6d9ef8; }
.company > .ceo_wrap > .company_p {  }
.company > .ceo_wrap > .company_p > .bottom { font-size: 1.9rem; margin-bottom: 0px; line-height: 1.6;z-index: 2;position: relative; }
.company > .ceo_wrap > .company_p > div { display: flex; gap: 20px; align-items: center; margin-top: 50px; font-weight: 700; font-size: 1.7rem;z-index: 2;position: relative; }

.summary_banner { padding: 80px 0; height: 580px; background: url(../images/bg_summary.png) no-repeat center center / cover; position: relative; margin-top: 160px; }
.summary_banner b { font-size: 2.4rem; font-weight: 800; color: #6d9ef8; display: block; margin-bottom: 30px; text-transform: uppercase; }
.summary_banner p { font-size: 6rem; font-weight: 800; }
.summary_banner span { position: absolute; bottom: 80px; font-size: 5.6rem; font-weight: 300; color: #404040; }

.container.summary_list { margin: 80px auto 180px !important; display: flex; flex-direction: column; gap: 60px; width: fit-content !important; }
.summary_list > div { display: flex; gap: 60px; align-items: flex-start; }
.summary_list > div > b { width: 120px; font-size: 3.6rem; font-weight: 700; color: #405b8c; }
.summary_list > div > div { display: flex; align-items: flex-start; gap: 18px; }
.summary_list > div > div > .txt > p { padding-left: 18px; font-size: 1.9rem; font-weight: 500; margin-bottom: 8px;position: relative;line-height:30px;padding-left:40px;}
.summary_list > div > div > .txt > p > b { display: inline-block; width: 30px; font-size: 1.7rem; font-weight: 700;position: absolute;top:0px;left:0px;line-height:30px;}
.summary_list > div > div > .txt > p > span { display: inline-block; width: calc(100% - 23px); vertical-align: top; line-height: 1.4; }

.summary_loca > .map { width: 100%; margin: 60px 0; }
.summary_loca > .map > div { width: 100% !important; }
.summary_loca > .address { display: flex; align-items: flex-start; margin-bottom: 160px; }
.summary_loca > .address > span,
.summary_loca > .address > ul { width: 50%; }
.summary_loca > .address > span { font-size: 2.4rem; font-weight: 700; position: relative;padding-left:40px;box-sizing: border-box;}
.summary_loca > .address > span > b { font-size: 2.8rem; font-weight: 700;margin-bottom:7px; display:inline-block;}
.summary_loca > .address > ul > li { margin-bottom: 17px; font-size: 2rem; }
.summary_loca > .address > ul > li:last-child { margin-bottom: 0; }
.summary_loca > .address > ul > li > b { display: inline-block; margin-right: 17px; }
.summary_loca > .address > span::before { content: '\eb59'; color: #000; font-family: "xeicon"; display: inline-block; margin-right: 0px; position: absolute;top:0px;left:0px;}
.root_daum_roughmap .wrap_btn_zoom { z-index: 1 !important; }

.summary_loca > .address + .map { border-top: 1px solid #ddd;padding-top:60px;margin-top:-100px; }

div.circle { display:block;width:100%; }
ul.circle { display:block;font-size:0px;text-align: center;}
ul.circle > li { display:inline-block; width:300px;height:300px;text-align: center;border-radius: 50%;background: #35495f;border: 10px solid #eee;box-shadow: inset 0 0 0 4px #9fc3ec;margin:10px 20px;}
ul.circle > li > p { font-size:35px;font-weight: 600;color:#fff;line-height:50px;padding-top:90px;}

/* business */
.sub_top_business.sub_top { background-image: url(../images/bg_sub_business.png); }
.business > p { font-size: 8rem; font-weight: 700; margin: 160px 0 90px; }
.business > .business_p { margin-left: 120px; margin-bottom: 120px; }
.business > .business_p > p { font-size: 2.4rem; font-weight: 500; line-height: 1.6; }
.block_right { margin: 0 auto 200px !important; }
.block_right .left { display: flex; align-items: center; gap: 60px; }
.block_right .left > div { display: flex; flex-direction: column; gap: 58px; }
.block_right .left > div > .img_wrap { width: 150px; height: 150px;}
.block_right .left > div > .img_wrap > img { width: 100%; }
.block_right .left > div > span { font-size: 2.2rem; font-weight: 700; color: #7c8793; }
.block_right .left > div > span > b { color: #202838; }
.block_right .left > b { color: rgba(33, 40, 55, 0.2); font-size: 6rem; margin-bottom: 70px; }
.block_right .right > li { font-size: 3rem; font-weight: 500; margin-bottom: 35px;padding:0px 100px;margin-right:100px; }
.block_right .right > li:last-child { margin-bottom: 0; }
.business_field ul { height: 138px; display: flex; align-content: center; margin: 100px 0 180px;flex-wrap: wrap; height: fit-content; gap: 60px 0; }
.business_field ul li { width: calc(100% / 4); display: flex; align-items: center; flex-direction: column; justify-content: space-between; }
.business_field ul li > b { font-size: 2rem; }
.business_field ul li > .img_wrap { width: 95px; height: 95px; position: relative; }
.business_field ul li > .img_wrap > img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.workwith { width: 100%; background: url(../images/bg_business_bottom.png) no-repeat center center / cover; padding: 120px 0; margin-top: 160px; }
.workwith > .container > b { font-weight: 800; font-size: 2.4rem; color: #6d9ef8; display: block; margin-bottom: 30px; }
.workwith > .container > span { font-weight: 700; font-size: 4.8rem; color: #fff; display: block; margin-bottom: 160px; }
.workwith > .container > div { display: flex; align-items: center; gap: 100px 0; flex-wrap: wrap; }
.workwith > .container > div > span { width: 25%; }
.workwith > .container > div > span > img { width: 50%; }

/* inquiry */
.sub_top_inquiry.sub_top { background-image: url(../images/bg_sub_inquiry.png); }
.inquiry.container { display: flex; align-items: flex-start; justify-content: space-between; margin: 160px auto 140px !important; }
.inquiry > .left { width: 560px; }
.inquiry > .left > p { font-size: 3.6rem; font-weight: 700; color: #35495f; margin-bottom: 34px; line-height: 1.4; }
.inquiry > .left > span { color: #7c8793; display: block; font-size: 1.7rem; }
.inquiry > .right { width: 1000px; }
.inquiry > .right > form > span { display: flex; align-items: center; margin-top: 20px; width: 100%; }
.inquiry > .right > form > span.txt,
.inquiry > .right > form > span.service { align-items: flex-start; }
.inquiry > .right > form > span:first-child { margin-top: 0; }
.inquiry > .right > form > span > label,
.inquiry > .right > form > span.service > span,
.inquiry > .right > form > span.file > span { min-width: 15%; width: 15%; font-size: 1.7rem; color: #101010; font-weight: 700; padding-left: 0; height: inherit; line-height: 60px; }
.inquiry > .right > form > span > input { width: 100%; height: 60px; border: 1px solid #ddd; padding: 0 20px; font-size: 1.9rem; font-weight: 500; }
.inquiry > .right > form > span.txt > textarea { width: 100%; display: block; height: 250px; padding: 10px 20px; border: 1px solid #ddd; font-size: 1.9rem; border-radius: 0; }
.inquiry > .right > form > div { margin-top: 24px; display: flex; align-items: center; }
.inquiry > .right > form > div > span { margin-right: 12px; font-size: 1.8rem; color: #aaa8b0; font-weight: 500; }
.inquiry > .right > form > div > label { margin-right: 20px; }
.inquiry > .right > form > div > label > span { font-size: 1.8rem; font-weight: 500; color: #aaa8b0; }
.mail_wrap { width: 100%; display: flex; align-items: center; gap: 8px; height: 60px; }
.mail_wrap input,
.mail_wrap .select { border: 1px solid #ddd; font-size: 1.9rem; padding: 0 20px; height: inherit; width: calc(100% - 24px); }
.inquiry > .right > form > span.file { display: flex; align-items: center; justify-content: space-between; }
.inquiry > .right > form > span.file > div { width: 100%; }
.inquiry > .right > form > span.file .file_inner { position: relative; }
.inquiry > .right > form > span.file label { font-weight: 700; font-size: 1.9rem; color: #101010; position: absolute; right: 0; top: 50%; transform: translateY(-50%); padding-left: 0; margin-left: 10px; width: 90px;height: 60px; line-height: 60px; border: 1px solid #ddd; min-width: 90px;text-align: center; background: #f2f4f8; }
.inquiry > .right .file_inner span {  vertical-align: middle; font-size: 1.8rem; display: inline-block; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 60px; line-height: 60px; border: 1px solid #ddd; padding: 0 20px; }
.inquiry > .right > form > span.file input { display: none; }
.inquiry > .right > form > p { margin-top: 20px; font-size: 1.8rem; color: #aaa8b0; font-weight: 500; width: 85%; margin-left: auto; }
.inquiry > .right > form > span.service > div { width: 100%; height: 180px; overflow-y: scroll; border: 1px solid #ddd; padding: 20px; }
.inquiry > .right > form > span.service > div p { margin-bottom: 25px; line-height: 1.5; font-size: 1.8rem; color: #505050; }
.inquiry > .right > form > .inputCheck { width: 85%; margin-left: auto; }
.inquiry > .right > form > .inputCheck > label { font-size: 1.9rem; font-weight: 500; }
.inquiry > .right > form > button { margin-top: 65px; margin-left: auto; display: block; width: 220px; height: 60px; line-height: 60px; text-align: center; color: #fff; background: #6d9ef8; font-size: 2rem; font-weight: 700; }

/* catalog */
.catalog { display: flex; flex-wrap: wrap; gap: 40px; }
.catalog > li { width: calc((100% - 40px) / 2); border: 1px solid #ddd; }
.catalog > li > a { padding: 23px 42px; display: flex; align-items: center; padding-left: 74px; gap: 50px; min-width: 330px; }
.catalog > li > a > b { font-size: 2.4rem; color: #c7cfdf; }
.catalog > li > a > div { display: flex; align-items: center; gap: 40px; }
.catalog > li > a .img_wrap { height: 115px; }
.catalog > li > a .img_wrap > img { height: 100%; }
.catalog > li > a .txt_wrap > b { display: block; margin-bottom: 20px; font-size: 2rem; }
.catalog > li > a .txt_wrap > span {display:block;color: #7e8792; font-size: 1.8rem; }
.catalog > li > a .txt_wrap > ul { display: flex; align-items: center; }
.catalog > li > a .txt_wrap > ul > li { color: #7e8792; font-size: 1.8rem; }
.catalog > li > a .txt_wrap > ul > li:after { content: ''; display: inline-block; margin: 0 8px; width: 6px; height: 11px; background: url(../images/icon_arr.png) no-repeat center center; background-size: contain; }
.catalog > li > a .txt_wrap > ul > li:last-child:after { display: none; }
.catalog > li > a > i { font-size: 0;  font-style: normal; display: block; width: 28px; height: 31px; background: url(../images/icon_download.png) no-repeat center center / contain; margin-left: auto; }

/* notice */
.cs_container { border-top: 3px solid #101010; width: 100%; }
.table_list > table { width: 100%; }
.table_list > table td { border-bottom: 1px solid #edecf1; }
.table_list > table td:first-child { text-align: center; font-size: 2.8rem; font-weight: 700; color: #dcdce0; }
.table_list > table td > a { display: block; padding: 36px 0; }
.table_list > table td > a > b { font-weight: 800; font-size: 2.2rem; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.table_list > table td > a > b.withFile:after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../images/icon_file.png) no-repeat center center; margin-left: 15px; }
.table_list > table td > a > div { display: flex; align-items: center; margin-top: 20px; }
.table_list > table td > a > div span { font-size: 1.9rem; color: #7e8792; }
.table_list > table td > a > div span.date:after { content: ''; width: 1px; height: 12px; background: #7e8792; margin: 0 10px; display: none; }
.table_list > table td > a > div span.count { color: #7e8792; }

/* view */
.view_page.container { margin: 140px auto 160px !important; border-top: 3px solid #101010; }
.view_top { padding: 28px 20px; border-bottom: 1px solid #ddd; display: flex; align-items: center; justify-content: space-between; }
.view_top .view_tit { margin-bottom: 12px; }
.view_top .view_tit > b { font-size: 2.2rem; font-weight: 800; }
.view_top .view_tit > b.withFile:after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../images/icon_file.png) no-repeat center center; margin-left: 15px; vertical-align: middle; }
.view_top .view_date { display: flex; align-items: center; }
.view_top .view_date > span { font-size: 1.8rem; color: #7e8792; }
.view_top .view_date > span:after { content: ''; width: 1px; height: 11px; background: #7e8792; margin: 0 10px; display:none; vertical-align: middle; margin-bottom: 2px; }
.view_top .view_date > p { font-size: 1.8rem; color: #7e8792; }
.view_top > button { display: block; width: 220px; height: 60px; line-height: 60px; background: #6d9ef8; color: #fff; font-size: 2rem; font-weight: 700; text-align: center; }
.view_top > button::before { content: ''; display: inline-block; width: 26px; height: 26px; background: url(../images/icon_inquiry.png) no-repeat center center; margin-right: 5px; vertical-align: sub; }
.view_mid { padding: 40px 20px; border-bottom: 1px solid #edecf1; }
.view_mid > img { max-width: 1024px; margin-bottom: 28px;display:block; }
.view_mid > img + img {margin-top:20px;}
.view_mid > p { font-size: 1.8rem; }

.view_bottom { padding: 20px; border-bottom: 1px solid #edecf1; }
.view_bottom > a { font-size: 1.8rem; color: #aaa8b0; text-decoration: underline; }
.view_page > button { margin: 40px 20px 40px auto; display: block; width: 220px; height: 60px; line-height: 60px; text-align: center; font-size: 2rem; font-weight: 700; background: #101010; color: #fff; }
.view_page .view_list { border-top: 1px solid #edecf1; border-bottom: 1px solid #edecf1; }
.view_page .view_list > a { display: flex; align-items: center; padding: 20px; }
.view_page .view_list .next { border-bottom: 1px solid #edecf1; }
.view_page .view_list i { font-size: 0; font-style: normal; display: block; margin-right: 23px; }
.view_page .view_list > .next > i:after { content: '\e945'; font-family: "xeicon"; color: #808080; font-size: 3rem; }
.view_page .view_list > .prev > i:after { content: '\e942'; font-family: "xeicon"; color: #808080; font-size: 3rem; }
.view_page .view_list > a > div { font-size: 1.7rem; font-weight: 700; color: #b9b7bf; margin-right: 60px; }
.view_page .view_list > a > b { font-size: 2.2rem; font-weight: 800; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.view_page .view_list > a > b.withFile:after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../images/icon_file.png) no-repeat center center; margin-left: 15px; vertical-align: middle; }

/* install */
.sub_top_products.sub_top { background-image: url(../images/bg_main.png);background-position: bottom center;}

.sub_top_install.sub_top { background-image: url(../images/bg_sub_install.png); }
.install_list .install_slide { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 0; }
.install_list .install_slide a { margin-right: 0; width: calc((100% - 80px) / 3); height: fit-content; }
.install_list .install_slide a > p { height: 54px; }

/* item list */
.sub_top_item.sub_top { background-image: url(../images/bg_sub_item.png); }
.sub_list { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 48px 28px; margin-bottom: 100px; margin-top: 28px; }
.sub_list > div { width: calc( ( 100% - 112px ) / 5); }
.sub_list > div > a { display: block; }
.sub_list .list_top { width: 100%; height: 260px; border: 1px solid #dcdce0; background: #fff; position: relative; overflow: hidden; }
.sub_list .list_top > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);width:200px; }
.sub_list .list_bottom { margin-top: 20px; }
.sub_list .list_bottom > b { display: block; font-size: 2rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; word-break: keep-all; }
.sub_list .list_bottom > p {  font-size: 1.6rem; color: #7c8793; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; word-break: break-all; margin-top: 7px; }

/* item all list */
.sub_list2 { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 32px 20px; margin-bottom: 100px; margin-top: 28px; }
.sub_list2 > div { width: calc( ( 100% - 60px ) / 4); height: 375px; background: #f2f4f8; position: relative; overflow: hidden; }
.sub_list2 > div > a { display: block; width: 100%; height: 100%; padding: 40px 35px; position: relative;}
.sub_list2 > div > a:after { content: ''; display: block; position: absolute; width: 26px; height: 22px; background: url(../images/icon_next2.png) no-repeat center center; top: 40px; right: 35px; }
.sub_list2 > div > a > .img_wrap { width: 280px; height: 280px; margin-left: auto;position: absolute;bottom:0px;right:0px;background-size:contain;background-position: center;background-repeat: no-repeat;}
.sub_list2 .list_top > b { font-size: 2.6rem; font-weight: 500; display: block; text-transform: uppercase; margin-bottom: 18px; padding-right: 40px; }
.sub_list2 .list_top > p { font-size: 2rem; color: #7c8793; }

/* detail */
.sub_context { display: block; padding: 80px 15px; }
.product_info { display: block; font-size: 0px; padding: 0px 90px; }
.product_info > .thumb { display: inline-block; width: 55%; height: 380px; vertical-align: top; }
.product_info > .thumb > img { display: block; width: 380px; margin: 0 auto; }
.product_info > .exp { display: inline-block; width: 45%; word-wrap: break-word; word-break: keep-all; font-size: 15px; vertical-align: top; line-height: 28px; margin-left: 0%; }
.product_top { display: block; margin-bottom: 30px; padding-top: 20px; }
.product_top > h2 { font-size: 40px; color: #004282; line-height: 42px; font-weight: 600; letter-spacing: -2px; font-family: "Michroma"; }
.product_top > h3 { font-size: 20px; color: #333;line-height: 30px; margin-top: 10px; font-weight: 400; }
.product_info > .exp > .desc { display: block; word-wrap: break-word; word-break: keep-all; font-size: 1.6rem; vertical-align: top; line-height: 24px; margin-left: 0%; border-top: 1px solid #ccc; padding: 20px 0px; }
.product_info > .exp > .desc > b { font-size: 1.7rem; color: #333; font-weight: 600; }
.spec_area { display: block; background: #fff; padding: 70px 80px; position: relative; }
.full_wrap h4 { font-size: 30px; line-height: 44px; font-weight: 500; margin-bottom: 10px; color: #004282; text-align: center; }

/* 제품 사양 */
.spec_area > h4 { font-size: 30px; line-height: 44px;font-weight: 500; margin-bottom: 10px; color: #004282; text-align: center; font-weight: 700; }
.spec_area > p.ex { font-size: 15px; margin-top: 20px; text-align: right; }
.sc_wrapper { display:block;margin:0 auto;border-top:2px solid #004282; border-bottom:2px solid #004282; margin-top:20px;}
.sc_wrapper > .sc_table {display:block;padding-left:200px;position: relative;background: #fff;}
.sc_wrapper > .sc_table .thead { position: absolute;top:0px;left:0px;width:200px;font-size:0px;display:block;border-right:1px solid #e9eff8;z-index: 1;}
.sc_wrapper > .sc_table .thead .head_table { display:table;width:200px; }
.sc_wrapper > .sc_table .thead .head_table > .th { display:table-row; }
.sc_wrapper > .sc_table .thead .head_table > .th > p { display:table-cell;padding:12px 10px;text-align:left;border-bottom:1px solid #e9eff8;height:40px;vertical-align: middle; }
.sc_wrapper > .sc_table .thead .head_table > .th > p > b { height: 20px; display: block; }
.sc_wrapper > .sc_table .thead .head_table > .td { display:table-row; }
.sc_wrapper > .sc_table .thead .head_table > .td > p { display:table-cell;padding:7px 10px;text-align:left;border-bottom:1px solid #e9eff8;height:40px;vertical-align: middle; }
.sc_wrapper > .sc_table .thead .head_table > .td > p > b { display:block;width:180px;line-height:20px;height:20px;overflow: hidden;text-overflow:ellipsis; white-space:nowrap;font-size:13px;font-weight:500;color: #004282; }
.sc_wrapper > .sc_table .thead .head_table > .td > p > span { display:block;width:180px;line-height:20px;height:20px;overflow: hidden;text-overflow:ellipsis; white-space:nowrap; font-size:12px;color: #666;}
.sc_wrapper > .sc_table .thead .head_table > .td.down > p { padding:11px 10px; }
.sc_wrapper > .sc_table .thead .head_table > div:nth-child(2n) { background: #edf1f5;}
.sc_wrapper > .sc_table .tbody { font-size:0px;display:block;white-space: nowrap;overflow: hidden;position: relative;}
.sc_wrapper > .sc_table .btn_arr{ position:absolute; top:0px; bottom:0px; right:0px; z-index:9; width:50px; background:linear-gradient(to left, rgba(244,247,249,0.7) , rgba(244,247,249,0));text-align:center; display:none;color:#fff;text-decoration: none; z-index: 1;}
.sc_wrapper > .sc_table .btn_arr::before { position:absolute; top:50%; right:5px; z-index:1; width:50px; height:50px;line-height:50px;background:url(../images/arrow_right_1dep.png) rgba(0,0,0,0.2) no-repeat center; border-radius: 50%;content:'';cursor:pointer;}
.sc_wrapper > .sc_table .btn_arr.toleft { left:201px;right:auto; background:linear-gradient(to right, rgba(244,247,249,0.7) , rgba(244,247,249,0)); }
.sc_wrapper > .sc_table .btn_arr.toleft::before { background:url(../images/arrow_left_1dep.png) rgba(0,0,0,0.2) no-repeat center;right:auto;left:5px;content:''; }
.sc_wrapper > .sc_table .tbody .body_table { display:table;width:100%; }
.sc_wrapper > .sc_table .tbody .body_table > .th { display:table-row; }
.sc_wrapper > .sc_table .tbody .body_table > .th > p { display:table-cell;padding:12px 20px;text-align:center;border-bottom:1px solid #e9eff8;height:40px;vertical-align: middle;border-right:1px solid #e9eff8; }
.sc_wrapper > .sc_table .tbody .body_table > .th > p:last-child { border-right:0px solid #e9eff8; }
.sc_wrapper > .sc_table .tbody .body_table > .th > p > b { display:block;line-height:20px; white-space:nowrap;min-width:150px;font-size:14px;font-weight:500;color: #004282; }
.sc_wrapper > .sc_table .tbody .body_table > .td { display:table-row; }
.sc_wrapper > .sc_table .tbody .body_table > .td > p { display:table-cell;padding:7px 20px;text-align:center;border-bottom:1px solid #e9eff8;height:40px;line-height:40px;vertical-align: middle;border-right:1px solid #e9eff8;vertical-align: middle;}
.sc_wrapper > .sc_table .tbody .body_table > .td > p:last-child { border-right:0px solid #e9eff8; }
.sc_wrapper > .sc_table .tbody .body_table > .td > p > b { display:block; white-space:nowrap;min-width:150px;font-size:13px;font-weight:500; line-height:20px;min-height:40px;}
.sc_wrapper > .sc_table .tbody .body_table > .td.down > p > a { display:block;width:30px;padding-left: 25px;margin:0px auto;text-align: left;font-size:12px;line-height:24px;}
.sc_wrapper > .sc_table .tbody .body_table > .td.down > p > a.pdf { background: url(../images/icon_pdf.png) no-repeat center left;}
.sc_wrapper > .sc_table .tbody .body_table > .td.down > p > a.cad { background: url(../images/icon_cad.png) no-repeat center left; }
.sc_wrapper > .sc_table .tbody .body_table > .td.down > p > a.three_d { background: url(../images/icon_jpg.png) no-repeat center left; }
.sc_wrapper > .sc_table .tbody .body_table > .td.down > p > a.jpg { background: url(../images/icon_jpg.png) no-repeat center left; }
.sc_wrapper > .sc_table .tbody .body_table > .td.down > p > a.none { background: url(../images/icon_none.png) no-repeat center left; }
.sc_wrapper > .sc_table .tbody .body_table > div:nth-child(2n) { background: #eaf0f4;}

/* popup */
.popup { display: none; align-items: center; justify-content: center; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 100; }
.popup.on { display: flex; }
.popup_inner { width: 940px; max-height: 700px; overflow-y: scroll; background: #fff; padding: 52px 60px 60px 60px; }
.popup_inner .popup_tit { display: flex; align-items: center; justify-content: space-between; margin-bottom: 52px; }
.popup_inner .popup_tit > h2 { font-size: 4rem; font-weight: 700;  }
.popup_inner .popup_tit > button { font-size: 0; }
.popup_inner .popup_tit > button:after { content: '\e921'; font-family: "xeicon"; font-size: 3.5rem; cursor: pointer; }
.popup_inner .popup_item { border-top: 3px solid #101010; border-bottom: 1px solid #101010; padding: 16px 10px; display: flex; align-items: flex-start; gap: 25px; }
.popup_inner .popup_item > .img_wrap { width: 86px; height: 86px; }
.popup_inner .popup_item > .img_wrap > img { width: 100%; }
.popup_inner .popup_item > .tit_wrap {  }
.popup_inner .popup_item > .tit_wrap > b { display: block; margin-bottom: 20px; font-size: 1.8rem; }
.popup_inner .popup_item > .tit_wrap > div { display: flex; align-items: center; color: #7e8792; }
.popup_inner .popup_item > .tit_wrap > div > span:after { content: ''; width: 1px; height: 12px; background: #7e8792; margin: 0 10px; display: inline-block; vertical-align: middle; }
.popup_inner .popup_form { margin-top: 20px; padding: 0 10px; }
.popup_inner .popup_form > form { display: flex; align-items: flex-start; gap: 20px; flex-direction: column; }
.popup_inner .popup_form > form > span { display: flex; align-items: center; width: 100%; }
.popup_inner .popup_form > form > span.txt,
.popup_inner .popup_form > form > span.service { align-items: flex-start; }
.popup_inner .popup_form > form > span.txt > label { margin-top: 20px; }
.popup_inner .popup_form > form > span.txt > textarea { width: 100%; border: 1px solid #ddd; padding: 20px; border-radius: 0; font-size: 1.7rem; height: 240px; }
.popup_inner .popup_form > form > span.file > div { width: 100%; }
.popup_inner .popup_form > form > span.file > span,
.popup_inner .popup_form > form > span.service > span,
.popup_inner .popup_form > form > span > label { width: 150px; min-width: 150px;; font-size: 1.7rem; font-weight: 700; }
.popup_inner .popup_form > form > span.file .file_inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.popup_inner .popup_form > form > span.file .file_inner > span { width: 80%; height: 60px; line-height: 60px; border: 1px solid #ddd; font-size: 1.7rem; padding: 0 20px; }
.popup_inner .popup_form > form > span.file .file_inner > label { background: #f2f4f8; border: 1px solid #ddd; font-size: 1.7rem; font-weight: 500; width: calc(20% - 10px); height: 60px; line-height: 60px; text-align: center; }
.popup_inner .popup_form > form > span.file input[type="file"] { display: none; }
.popup_inner .popup_form > form > span > input { width: 100%; height: 60px; line-height: 60px; font-size: 1.7rem; border: 1px solid #ddd; padding: 0 20px; }
.popup_inner .popup_form > form > span.file + p { margin-left: 150px; font-size: 1.8rem; color: #7c8793; }
.popup_inner .popup_form > form > span.service > div { border: 1px solid #ddd; padding: 20px; height: 180px; width: 100%; overflow-y: scroll; }
.popup_inner .popup_form > form > span.service p { line-height: 1.7;  letter-spacing: -0.9px;font-size: 1.8rem; color: #505050; margin-bottom: 30px; }
.popup_inner .popup_form > form > .inputCheck { margin-left: 150px; }
.popup_inner .popup_form > form > .inputCheck input[type=checkbox] + label { margin-left: 0; }
.popup_inner .popup_form > form > .inputCheck label { font-size: 1.6rem; font-weight: 500; display: block; }
.popup_inner .popup_form > form > .form_bottom { margin-top: 37px; padding-top: 32px; border-top: 1px solid #ddd; width: 100%; }
.popup_inner .popup_form > form > .form_bottom > button { display: block; margin-left: auto; width: 220px; height: 60px; line-height: 60px; text-align: center; font-size: 2rem; font-weight: 500; color: #fff; background: #6d9ef8;}


.paging_area { margin:0px; padding:50px 0px 50px 0px;text-align:center; margin-bottom:50px;}

.paging_area > a { display:inline-block;line-height:30px;height:30px;min-width:30px;
	font-size:15px;cursor:pointer;text-align:center;vertical-align:middle; margin:0px 0px;margin-left:-1px;padding:0px 5px;background:rgba(255,255,255,0);border:1px solid rgba(255,255,255,0);color:#35495f; }
.paging_area > a.on { color:#fff;font-weight:400; background:#35495f;border:1px solid #35495f; }
.paging_area > a.on + a { border-left:1px solid #35495f; }
.paging_area > a.fa { background:rgba(255,255,255,0);border:1px solid rgba(255,255,255,0);font-size:16px;width:30px;line-height:30px;height:30px;padding:0px; }

.paging_area.cmt { margin:0px; padding:0px 0px 0px 0px;text-align:center; }
.paging_area.cmt a { border:1px solid #f3f3f3; }