@charset "utf-8";

section.main { padding-top: 0; }
.dashboard { padding: 140px 0;  }

/* 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: 50%; left: 50%; transform: translate(-50% , -50%); padding: 0 15px;text-align: center; margin-top:-100px; }
.section1 .slide .paragraph h2 { font-family: "poppins"; font-size: 7rem; font-weight: 500; cursor: pointer; display: inline-block; color: #fff;letter-spacing: -1px;text-shadow: 1px 1px 2px rgba(0,0,0,0.6);}
.section1 .slide .paragraph p { margin-top: 37px; color: #ddd; font-size: 2.0rem;line-height: 1.3;text-shadow: 1px 1px 2px rgba(0,0,0,0.6); }
.section1 .slide .paragraph p > strong { color:#fff; }
.section1 .slide .paragraph > .cscenter { position: absolute;bottom:-130px;left:0;right:0px;text-align: center;font-size:0px;outline:none;-webkit-tap-highlight-color : rgba(0,0,0,0);}
.section1 .slide .paragraph > .cscenter > b { display:block;font-size:18px;color:#202838;font-weight: 800;line-height: 30px;box-shadow: inset 0 -88px 0 #68A3F4;width:116px;margin:0 auto;border-radius: 15px;letter-spacing: -1px;}
.section1 .slide .paragraph > .cscenter > span { display:block;font-size:40px;color:#fff;font-weight: 800; line-height: 44px;letter-spacing: -1.5px;text-shadow: 1px 1px 2px rgba(0,0,0,0.6);margin-top:5px;}
.section1 .slide .paragraph span.txt_bg_sky { display: inline-block;box-shadow: inset 0 -88px 0 #68A3F4;font-weight: 600;color:#fff; }
.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 ul { display: flex; justify-content: center; align-items: center;margin: 0 auto;gap: 40px;width: 100%;max-width: 1320px;flex-wrap: wrap;font-size: 0; }
.section1 .slide .summary_nav ul li { display : flex;width: calc( 25% - 40px);border-top: 1px solid #fff; }
.section1 .slide .summary_nav ul li:hover { background: #68A3F4;border-top: 1px solid #68A3F4; }
.section1 .slide .summary_nav ul li a { display: block;width: 100%;padding: 15px;color: #fff;text-align: left;background-position: center right 15px;background-repeat: no-repeat; }
.section1 .slide .summary_nav ul li:nth-child(1) a { background-image: url(../images/icon_nav1.png); }
.section1 .slide .summary_nav ul li:nth-child(2) a { background-image: url(../images/icon_nav2.png); }
.section1 .slide .summary_nav ul li:nth-child(3) a { background-image: url(../images/icon_nav3.png); }
.section1 .slide .summary_nav ul li:nth-child(4) a { background-image: url(../images/icon_nav4.png); }
.section1 .slide .summary_nav ul li a p { display: block;font-size: 2.0rem;font-weight: 600;font-family: "poppins"; }
.section1 .slide .summary_nav ul li a span { display: block;color: #fff; font-size: 1.6rem; font-weight: 500;margin-top: 5px; }

.container .title { display: block;margin: 0 auto;text-align: center; }
.container .title h3 { display: block;font-size: 4rem;letter-spacing: -3px; }
.container .title p { display: block;font-size: 1.8rem;margin-top: 35px; }
.container .shortcuts_btn { display: block;margin: 45px 0; }
.container .shortcuts_btn a { display: block;font-size: 0;width: 4.8rem;height: 4.8rem;background: url(../images/shortcuts_btn.png) no-repeat center / 100%;margin: 0 auto; }

/* main Product */
.section2 { overflow: hidden;padding: 14rem 0 0 0; }
.section2 .container { position: relative;max-width: 1320px; }
.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 .container > .tab { display: flex;margin-top: 40px;justify-content: center; }
.section2 .container > .tab ul { display: flex;border: 1px solid #ddd;border-radius: 24px;padding: 2px; }
.section2 .container > .tab ul > li { cursor: pointer;color : #777;font-weight: 700;font-size: 1.6rem;padding: 10px 20px;border: 1px solid transparent; }
.section2 .container > .tab ul > li.on { color: #000;border-color: #000;border-radius: 24px; }
.section2 .container > .tab_content { display: none; }
.section2 .container > .tab_content.on { display: block; }
.section2 .tab_content ul { display: flex; }
.section2 .tab_content > .accordion ul {display: flex;margin-top: 40px;gap: 10px;}
.section2 .tab_content > .accordion ul li { display: block;width: 164px;height: 440px;cursor: pointer;position: relative;transition: flex 500ms ease-in;overflow: hidden;flex: 1; }
.section2 .tab_content > .accordion ul li.on {flex: 5;}
.section2 .tab_content > .accordion ul li .thumb { display: block;position: absolute;background: #E1EDFD url(../images/list_item_all2.png) no-repeat bottom -20px left 10px / 230px;width: 100%;height: 100%; }
.section2 .tab_content > .accordion ul li.on .thumb { display: none; }
.section2 .tab_content > .accordion ul li .thumb .text { position: absolute;width: 100%;height: 100%;z-index: 1;cursor: pointer;opacity: 1;top: 0;left: 0;transform: translateX(0px);}
.section2 .tab_content > .accordion ul li .thumb p { display: block;position: absolute;font-size: 16px;top: 0px;left: 0px; margin: 0;color: #374A6D;transform: rotate(90deg);transform-origin: top left;width: 300px;left:80%;top:30px; }
.section2 .tab_content > .accordion ul li .thumb strong { display: block;position: absolute;font-size: 40px;line-height: 40px;height: 40px;overflow: hidden;font-weight: 600;top: 0px;left: 0rem;transform: rotate(90deg);transform-origin: top left;color: #374A6D;width: 300px;left:60px;top:30px; }
.section2 .tab_content > .accordion ul li .detail { display: block;opacity: 0;width: 100%;height: 100%;background: url(../images/img_product.png) no-repeat center / 100% 100%;z-index: 1;transition: all 1s;padding: 48px 40px; }
.section2 .tab_content > .accordion ul li.on .detail {opacity: 1;}
.section2 .tab_content > .accordion ul li .detail .top_title { display: block;align-items: center;padding-top:0px;font-size:0px; }
.section2 .tab_content > .accordion ul li .detail .top_title p { display: inline-block;font-size: 1.6rem;font-family: 'poppins';color: #ddd;width:200px; }
.section2 .tab_content > .accordion ul li .detail .top_title b { display: inline-block;width: calc(100% - 250px);height: 1px;background: #ddd;margin: 0 0px; }
.section2 .tab_content > .accordion ul li .detail .top_title span { display: inline-block;font-size: 1.6rem;font-family: 'poppins';color: #ddd;margin-left: auto; width:50px;text-align: right;}
.section2 .tab_content > .accordion ul li .detail .prd_info { opacity: 0;display:block; }
:root{ --transition-custom: all 700ms ease-in-out; }
.section2 .tab_content > .accordion ul li.on .detail .prd_info { opacity: 1; }
.section2 .tab_content > .accordion ul li .detail .prd_info .left { position: relative;z-index: 11;}
.section2 .tab_content > .accordion ul li .detail .prd_info .left strong  { display: block;font-size: 4.0rem;font-family: 'poppins';color: #fff;font-weight: 600;margin-top:30px; }
.section2 .tab_content > .accordion ul li .detail .prd_info .left p  { display: block;font-size: 2.0rem;color: #fff;letter-spacing: -1px;}
.section2 .tab_content > .accordion ul li .detail .prd_info .right { display: block;margin-left: auto;position: absolute;bottom:0px;right:40px;z-index: 10;}
.section2 .tab_content > .accordion ul li .detail .prd_info .right > img { width: 300px;height: 300px; }


/* main installation */
.section3 { padding-bottom: 14rem;font-size:0px;}
.section3 > h2,
.section3 > p { text-align: center; }
.section3 > h2 { display: block; }
.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; }
.section3 .container { position: relative;max-width: 1320px; }
.section3 .slick-list {  }
.section3 .slick-slide + .slick-slide {  }
.section3 .slide_box { display: block;vertical-align: top;padding-left:15px;padding-right:15px;}
.section3 .slide_box a { display: block;border-top: 1px solid #000;padding-top:20px; }
.section3 .slide_box a .exa_txt { display: block; }
.section3 .slide_box a .exa_txt p { font-size: 2.4rem;font-weight: 600;height: 53px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.section3 .slide_box a .exa_txt div { display: flex;margin: 6rem 0 25px; }
.section3 .slide_box a .exa_txt div span { display: block;font-family: "poppins";font-size: 1.6rem;color: #777; }
.section3 .slide_box a .exa_txt div i { display: block;margin-left: auto;font-family: "poppins";font-size: 1.6rem;font-weight: 400;color: #68A3F4;font-style: normal; }
.section3 .slide_box a .exa_txt div i::after { content: '';display: inline-block;width: 12px;height: 12px;background: url(../images/ico_example_arrow.png) no-repeat center 100%;margin-left: 5px; }
.section3 .slide_box a .exa_img { display: block;height: 240px;overflow: hidden;background-size:cover;background-repeat: no-repeat;background-position: center; }

/* main notice */
.section4 .container {  }
.section4 > .container .inner { display: block;max-width: 1320px;margin: 0 auto; }
.section4 > .container .notice { display: block;background: url(../images/f_top_bg.png) no-repeat center / cover ;padding: 80px 0; }
.section4 > .container .notice .inner > p { display: block;font-size: 3.2rem;font-weight: 600;line-height: 1.3;color: #fff; }
.section4 > .container .notice .inner ul { display: flex;gap: 10px;margin-top: 60px; }
.section4 > .container .notice .inner ul li { display: block;background: #fff;width: 25%;position: relative; }
.section4 > .container .notice .inner ul li.notice_none p { color: #777;font-weight: 400; }
.section4 > .container .notice .inner ul li a { display: block;padding: 30px; }
.section4 > .container .notice .inner ul li a h5 { display: block;font-size: 1.4rem;font-weight: 600;font-family: 'poppins';color: #68A3F4; }
.section4 > .container .notice .inner ul li a p { font-size: 1.8rem;font-weight: 600;margin: 15px 0;height: 48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.section4 > .container .notice .inner ul li a span { display: block;font-size: 1.4rem;color: #777; }

/* 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;width: 1320px; }
.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 { display: flex;color: #fff; margin: 7rem 0 8rem; }
.sub_top .sub_tit > p { font-family: "poppins"; font-size: 10rem;line-height: 1;font-weight: 600; }
.sub_top .sub_tit > span { display: block;font-size: 3rem;letter-spacing: -1px;margin-left: auto;font-weight: 600;margin-top: 10px; }
.sub_top .sub_nav { display: block;margin-bottom: 60px; }
.sub_top .sub_nav ul { display: flex;gap: 35px;align-items: center; }
.sub_top .sub_nav ul li { display: block;position: relative; }
.sub_top .sub_nav ul li + li::after { content: '';width: 12px;height: 12px;background: url(../images/ico_arrow.png) no-repeat;position: absolute;left: -20px;top: 50%;transform: translate(0, -50%); }
.sub_top .sub_nav ul li.home a { display: block;font-size: 0;background: #68A3F4 url(../images/ico_home.png) no-repeat center;width: 40px;height: 40px;border-radius: 50%; }
.sub_top .sub_nav ul li span.select { display: block;width: 18rem;height: 40px;border: 1px solid #fff;border-radius: 2rem;color: #000;background: #fff;font-size: 1.4rem; }
.sub_top .sub_nav ul li span.select select { font-size: 16px; }
.sub_top .sub_nav ul li span.select::after { content: '';width: 12px;height: 12px;background: url(../images/ico_arrow.png) no-repeat;transform: rotate(90deg) translate(-50% , 50%); right:5px; }
.sub_tab { display: block;width: 100%;background: #F2F7FD;margin: -80px 0 80px; }
.sub_tab ul { display: flex;width: 100%;flex-wrap: wrap; }
.sub_tab ul li { display: block;width: 25%; }
.sub_tab ul li a { display: block;cursor: pointer;color : #777;font-size: 1.8rem;padding: 2.5rem 2rem;text-align: center; }
.sub_tab ul li.on a { color: #000;font-weight: 600; }

.sub_list_tit { display: block;margin: 80px 0 50px; }
.sub_list_tit.center { text-align: center;}
.sub_list_tit > b { display: block;font-size: 2.0rem; font-weight: 800; color: #6d9ef8; display: block; margin-bottom: 10px; text-transform: uppercase;font-family: "poppins"; }
.sub_list_tit > p { font-size: 5rem; 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; }

/* Products */
.container.sub_products { max-width: 1320px;margin: 80px auto; }
.sub_products .prd_list > .tab { display: flex;margin-bottom: 60px; }
.sub_products .prd_list > .tab ul { display: flex;width: 100%; }
.sub_products .prd_list > .tab ul > li { display:block;width: 25%;cursor: pointer;color : #777;font-size: 2rem;padding: 3rem 2rem;border-bottom: 1px solid #777;text-align: center; }
.sub_products .prd_list > .tab ul > li.on { color: #68A3F4;border-bottom: 3px solid #68A3F4;font-weight: 600; }
.sub_products .prd_list > .tab_content { display: none; }
.sub_products .prd_list > .tab_content.on { display: block; }
.form_top { display: flex;align-items: center;margin-bottom: 30px; }
.form_top .num { width: 25%; }
.form_top .num > p { display: inline-block; font-size: 2.0rem; }
.form_top .num > p > span { display: inline-block; color: #6d9ef8;font-weight: 600; }
.form_top form { display: block;margin-left: auto;width: 75%; }
.form_top form span { display: block;position: relative;width: 36rem;height: 4.8rem;line-height: 48px;background: #F2F4F8;border: 1px solid #ddd;border-radius: 24px;margin-left: auto; }
.form_top form .search input { color: #000;font-size: 1.6rem;position: absolute;top: -1px;left: 20px;height: inherit;width: calc(100% - 24px); }
.form_top form .search > button { display: block;position: absolute;right: 20px;top: 0;width: 24px;height: inherit;cursor: pointer;font-size: 0; }
.form_top form .search > button::after { content: "\e97a";position: absolute;top: 50%;right: 0;transform: translate(0, -50%);color: #000;font-family: "xeicon";font-size: 2.0rem }

/* company */
.sub_top_company.sub_top { background-image: url(../images/bg_sub_company.png); }
.container.company { margin: 0 auto;max-width: 1320px; }
.company .tab { display: flex;margin-bottom: 60px; }
.company .tab ul { display: flex;width: 100%; }
.company .tab ul > li { display:block;width: 33.333%;cursor: pointer;text-align: center;border-bottom: 1px solid  #777; }
.company .tab ul > li.on { border-bottom: 3px solid #68A3F4; }
.company .tab ul > li a { display:block;color : #777;font-size: 2.2rem;padding: 3rem 2rem; }
.company .tab ul > li.on a { color: #68A3F4;font-weight: 600;box-sizing: border-box; }

.company .history_wrap { display: flex;gap: 80px;margin-bottom: 70px; }
.company .history_wrap .img_box { width: 48rem; }
.company .history_wrap .img_box img { width: 100%; }
.company .history_wrap .txt_box { display: block;width: calc(100% - 480px); }
.company .history_wrap .txt_box ul { display: block; }
.company .history_wrap .txt_box ul li { display: flex;padding-bottom: 30px; }
.company .history_wrap .txt_box ul li + li { padding-top: 30px;border-top: 1px solid #ddd; }
.company .history_wrap .txt_box ul li p { display: block;font-size: 2.4rem;font-weight: 600;color: #000;margin-top: -2px; }
.company .history_wrap .txt_box ul li dl { display: block;margin-left: 10rem; }
.company .history_wrap .txt_box ul li dl dd { display: block;font-size: 1.8rem;color: #777;line-height: 1.5; }
.company .history_wrap .txt_box ul li dl dd + dd { margin-top: 15px; }

.company .treatment_prd {  }
.company .treatment_prd ul { display: flex;font-size: 0;margin-bottom: 100px;flex-wrap: wrap; }
.company .treatment_prd ul li { display: flex;width: 25%;align-items: center;gap: 2rem;padding: 30px; }
.company .treatment_prd ul li i { display: inline-block; }
.company .treatment_prd ul li i::after { content: '';width: 8rem;height: 8rem;display: inline-block; }
.company .treatment_prd ul li:nth-child(1) i::after { background: url(../images/ico_treatment01.png) no-repeat center / 100%; }
.company .treatment_prd ul li:nth-child(2) i::after { background: url(../images/ico_treatment02.png) no-repeat center / 100%; }
.company .treatment_prd ul li:nth-child(3) i::after { background: url(../images/ico_treatment03.png) no-repeat center / 100%; }
.company .treatment_prd ul li:nth-child(4) i::after { background: url(../images/ico_treatment04.png) no-repeat center / 100%; }
.company .treatment_prd ul li:nth-child(5) i::after { background: url(../images/ico_treatment05.png) no-repeat center / 100%; }
.company .treatment_prd ul li:nth-child(6) i::after { background: url(../images/ico_treatment06.png) no-repeat center / 100%; }
.company .treatment_prd ul li:nth-child(7) i::after { background: url(../images/ico_treatment07.png) no-repeat center / 100%; }
.company .treatment_prd ul li:nth-child(8) i::after { background: url(../images/ico_treatment08.png) no-repeat center / 100%; }
.company .treatment_prd ul li p { display: inline-block;font-size: 2rem;font-weight: 600; }

.company .map_wrap > .map { width: 100%; margin: 8rem 0; }
.company .map_wrap > .map > div { width: 100% !important; }
.company .map_wrap > .address { display: flex; align-items: flex-start; margin-bottom: 100px; }
.company .map_wrap > .address > span,
.company .map_wrap > .address > ul { width: 50%; }
.company .map_wrap > .address > span { font-size: 2.2rem; font-weight: 600;position: relative;padding-left: 25px; }
.company .map_wrap > .address > span::before { content: '\eb59';font-family: "xeicon";display: block;position: absolute;top: 3px;left: 0;color: #777; }
.company .map_wrap > .address > ul > li { margin-bottom: 17px; font-size: 1.6rem; }
.company .map_wrap > .address > ul > li:last-child { margin-bottom: 0; }
.company .map_wrap > .address > ul > li > b { display: inline-block; margin-right: 17px;color: #777; }
.company .map_wrap > .address > ul > li:nth-child(1) > b::before { content: '';width: 20px;height: 20px;background: url(../images/ico_call.png) no-repeat center / contain;display: inline-block;margin-right: 5px;vertical-align : bottom }
.company .map_wrap > .address > ul > li:nth-child(2) > b::before { content: '';width: 20px;height: 20px;background: url(../images/ico_fax.png) no-repeat center / contain;display: inline-block;margin-right: 5px;vertical-align : bottom }
.company .map_wrap > .address > ul > li > span { font-weight: 600; }

.root_daum_roughmap .wrap_btn_zoom { z-index: 1 !important; }

/* inquiry */
.sub_top_inquiry.sub_top { background-image: url(../images/bg_sub_cs_bg.png); }
.sub_inquiry .inquiry { display: flex; align-items: flex-start; justify-content: space-between; }
.sub_inquiry .inquiry > .left { display: block;width: 40%; }
.sub_inquiry .inquiry > .left > p { font-size: 2.8rem;font-weight: 600;line-height: 1.5; }
.sub_inquiry .inquiry > .left > ul { display: block;margin: 40px 0 30px; }
.sub_inquiry .inquiry > .left > ul li { display: flex;align-items: center; }
.sub_inquiry .inquiry > .left > ul li + li { margin-top: 10px; }
.sub_inquiry .inquiry > .left > ul li i { width: 20px;height: 20px;margin-right: 10px; }
.sub_inquiry .inquiry > .left > ul li:nth-child(1) i { background: url(../images/ico_call.png) no-repeat center; }
.sub_inquiry .inquiry > .left > ul li:nth-child(2) i { background: url(../images/ico_fax.png) no-repeat center; }
.sub_inquiry .inquiry > .left > ul li:nth-child(3) i { background: url(../images/ico_email.png) no-repeat center; }
.sub_inquiry .inquiry > .left > ul li span { font-size: 1.8rem;color: #777;font-weight: 600;width: 80px; }
.sub_inquiry .inquiry > .left > ul li span + span { width: auto; }
.sub_inquiry .inquiry > .left > span { color: #7c8793; display: block; font-size: 1.6rem; }
.sub_inquiry .inquiry > .right { width: 60%; }
.sub_inquiry .inquiry > .right > p { font-size: 2.8rem;font-weight: 600;line-height: 1.5; }
.sub_inquiry .inquiry > .right > form { margin-top: 4.5rem; }
.sub_inquiry .inquiry > .right > form > span { display: flex; align-items: center;width: 100%;border-top: 1px solid #ddd; }
.sub_inquiry .inquiry > .right > form > span.txt,
.sub_inquiry .inquiry > .right > form > span.service { align-items: flex-start; }
.sub_inquiry .inquiry > .right > form > span > label,
.sub_inquiry .inquiry > .right > form > span.service > span,
.sub_inquiry .inquiry > .right > form > span.file > span { min-width: 109px;font-size: 1.6rem; color: #101010; font-weight: 700; padding-left: 0; height: inherit; line-height: 60px; }
.sub_inquiry .inquiry > .right > form > span > input { width: 100%; height: 6rem ;padding: 0 20px; font-size: 1.6rem; font-weight: 500; }
.sub_inquiry .inquiry > .right > form > span.txt > textarea { width: 100%; display: block; height: 250px; padding: 20px; border: none; font-size: 1.6rem; border-radius: 0; }
.sub_inquiry .inquiry > .right > form > span > label.ess::after { content: '*';display: inline-block;color: #FF912B;margin-left: 3px; }
.sub_inquiry .inquiry > .right > form > div { margin-top: 24px; display: flex; align-items: center; }
.sub_inquiry .inquiry > .right > form > div > span { margin-right: 12px; font-size: 1.8rem; color: #aaa8b0; font-weight: 500; }
.sub_inquiry .inquiry > .right > form > div > label { margin-right: 20px; }
.sub_inquiry .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); }
.sub_inquiry .inquiry > .right > form > span.file { display: flex; align-items: center; justify-content: space-between; }
.sub_inquiry .inquiry > .right > form > span.file > div { width: 100%; }
.sub_inquiry .inquiry > .right > form > span.file .file_inner { position: relative; }
.sub_inquiry .inquiry > .right > form > span.file label { font-weight: 700; font-size: 1.6rem; color: #374A6D; position: absolute; right: 0; top: 50%; transform: translateY(-50%); padding-left: 0; margin-left: 10px; width: 10rem;height: 4.8rem; line-height: 4.4rem; border: 2px solid #374A6D; min-width: 90px;text-align: center; background: #fff;border-radius: 24px; }
.sub_inquiry .inquiry > .right .file_inner span {  vertical-align: middle; font-size: 1.6rem; display: inline-block; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 60px; line-height: 60px; padding: 0 20px;color: #999; }
.sub_inquiry .inquiry > .right > form > span.file input { display: none; }
.sub_inquiry .inquiry > .right > form > p { margin-top: 20px; font-size: 1.8rem; color: #aaa8b0; font-weight: 500; width: 85%; margin-left: auto; }
.sub_inquiry .inquiry > .right > form > span.service { padding-top:15px; }
.sub_inquiry .inquiry > .right > form > span.service > div { width: 100%; height: 180px; overflow-y: scroll; border: 1px solid #ddd; padding: 20px; }
.sub_inquiry .inquiry > .right > form > span.service > div p { margin-bottom: 25px; line-height: 1.5; font-size: 1.5rem; color: #505050; }
.sub_inquiry .inquiry > .right > form > .inputCheck {  }
.sub_inquiry .inquiry > .right > form > .inputCheck > label { font-size: 1.6rem; font-weight: 500;height: 23px; }
.sub_inquiry .inquiry > .right > form > .inputCheck > label > button { font-size: 1.6rem;color: #999;border-bottom: 1px solid #999; }
.sub_inquiry .inquiry > .right > form > button { margin: 65px 0 0 auto;display: block; width: 20rem; height: 6rem; line-height: 6rem; text-align: center; color: #fff; background: #6d9ef8; font-size: 2.0rem; font-weight: 700;border-radius: 30px; }
.sub_inquiry .inquiry > .right > form > .inputCheck input[type=checkbox] + label:before { width: 20px;height: 20px;background: url(../images/check.png) no-repeat 100% 100%;border: none; }
.sub_inquiry .inquiry > .right > form > .inputCheck input[type=checkbox]:checked + label:before { background: url(../images/check_on.png) no-repeat 100% 100%;font-size: 0; }
.sub_inquiry .inquiry > .right > form > .inputCheck input[type=checkbox]:checked + label button { color: #000;border-color: #000; }

.container.sub_inquiry { max-width: 1320px;margin: 80px auto; }
.sub_inquiry .tab { display: flex;margin-bottom: 60px; }
.sub_inquiry .tab ul { display: flex;width: 100%; }
.sub_inquiry .tab ul > li { display:block;width: 50%;cursor: pointer;text-align: center;border-bottom: 1px solid  #777; }
.sub_inquiry .tab ul > li.on { border-bottom: 3px solid #68A3F4; }
.sub_inquiry .tab ul > li a { display:block;color : #777;font-size: 2.2rem;padding: 3rem 2rem; }
.sub_inquiry .tab ul > li.on a { color: #68A3F4;font-weight: 600;box-sizing: border-box; }
.sub_inquiry .tab_content { display: none; }
.sub_inquiry .tab_content.on { display: block; }
.sub_inquiry .notice_list { display: block;margin-bottom: 40px; }
.sub_inquiry .notice_list ul { display: block; }
.sub_inquiry .notice_list ul li { display: block;width: 100%; }
.sub_inquiry .notice_list ul li + li { margin-top: 10px; }
.sub_inquiry .notice_list ul li a { display: flex;padding: 3.0rem;border: 1px solid #ddd;justify-content: space-between; }
.sub_inquiry .notice_list ul li a b { font-size: 1.8rem;color: #999;font-weight: 600;width: 100px;text-align: center;min-width: 50px; }
.sub_inquiry .notice_list ul li a p { font-size: 1.8rem;font-weight: 600;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width: calc(100% - 230px);margin:  0 30px; }
.sub_inquiry .notice_list ul li a span { width: 100px;font-size: 1.6rem;color: #777;min-width: 79px; }

/* catalog */
.catalog { display: flex; flex-wrap: wrap; gap: 25px; }
.catalog > li { width: calc((100% - 40px) / 2); border: 1px solid #ddd; }
.catalog > li > a { padding: 23px; display: flex; align-items: center; gap: 30px;min-width: 330px; }
.catalog > li > a > b { font-size: 2rem; color: #c7cfdf;margin-left: 30px; }
.catalog > li > a > div { display: flex; align-items: center; gap: 10px; }
.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;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all; }
.catalog > li > a .txt_wrap > span {display:block;color: #7e8792; font-size: 1.6rem; }
.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 { display: block;margin-left: auto;color: transparent;font-style: normal;position: relative;width: 30px;height: 30px; }
.catalog > li > a > i::after { content: '\eb7c'; font-family: "xeicon"; color: #000; font-size: 3rem;position: absolute;left: 0;top: 0; }

/* 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 { max-width: 1320px;margin: 80px auto; }
.view_page .tab { display: flex;margin-bottom: 60px; }
.view_page .tab ul { display: flex;width: 100%; }
.view_page .tab ul > li { display:block;width: 50%;cursor: pointer;text-align: center;border-bottom: 1px solid  #777; }
.view_page .tab ul > li.on { border-bottom: 3px solid #68A3F4; }
.view_page .tab ul > li a { display:block;color : #777;font-size: 2.2rem;padding: 3rem 2rem; }
.view_page .tab ul > li.on a { color: #68A3F4;font-weight: 600;box-sizing: border-box; }
.view_top { padding: 30px 20px 40px; border-bottom: 1px solid #ddd; display: block; }
.view_top > div { display: flex;justify-content: space-between;align-items: flex-start; }
.view_top .view_tit { display: flex;width: 90%;align-items: flex-start ; }
.view_top .view_tit > b { font-size: 2.2rem; font-weight: 800;word-break: break-all; }
.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_tit > span { display: inline-block;background: #F2F7FD;color: #68A3F4;border-radius: 1.4rem;font-size: 1.4rem;padding: 5px 15px;margin-right: 15px;white-space: nowrap; }
.view_top .view_date { display: block;margin-left: auto; }
.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: 60px 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: 15px 20px;background: #F2F4F8;margin-bottom: 60px; }
.view_bottom > div { display: flex; }
.view_bottom > div p { display: block;font-size: 1.6rem;color: #777;padding-right: 20px;line-height: 1.8; }
.view_bottom > div p::before { content: '';display: inline-block;width: 16px;height: 16px;background: url(../images/ico_download_file.png) no-repeat;margin-right: 5px; }
.view_bottom > div a { font-size: 1.6rem; color: #aaa8b0; text-decoration: underline;color: #000; }
.view_page > button { margin: 40px auto; display: block; width: 20rem; height: 5.6rem; text-align: center; font-size: 2rem; font-weight: 700; background: #fff; color: #374A6D;border: 2px solid #374A6D;border-radius: 30px; }
.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-top: 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: '\e942'; font-family: "xeicon"; color: #000; font-size: 1.6rem; }
.view_page .view_list > .prev > i:after { content: '\e945'; font-family: "xeicon"; color: #000; font-size: 1.6rem; }
.view_page .view_list > a > div { font-size: 1.6rem; font-weight: 700; color: #000; margin-right: 60px; }
.view_page .view_list > a > p { font-size: 1.6rem; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.view_page .view_list > a > p.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 */
.container.sub_install { max-width: 1320px;margin: 80px auto; }
.sub_install .tab { display: flex;margin-bottom: 60px; }
.sub_install .tab ul { display: flex;width: 100%; }
.sub_install .tab ul > li { display:block;width: 50%;cursor: pointer;text-align: center;border-bottom: 1px solid  #777; }
.sub_install .tab ul > li.on { border-bottom: 3px solid #68A3F4; }
.sub_install .tab ul > li a { display:block;color : #777;font-size: 2.2rem;padding: 3rem 2rem; }
.sub_install .tab ul > li.on a { color: #68A3F4;font-weight: 600;box-sizing: border-box; }
.sub_install .tab_content { display: none; }
.sub_install .tab_content.on { display: block; }
.sub_install .install_list { display: block;margin-bottom: 40px; }
.sub_install .install_list ul { display: flex;gap: 20px;flex-wrap: wrap; }
.sub_install .install_list ul li { display: block;width: calc( (100% - 40px) / 3); }
.sub_install .install_list ul li a { display: block; }
.sub_install .install_list ul li a .img_wrap { display: block;width: 100%;height: 240px;background: #d9d9d9;background-size:cover;background-position: center;background-repeat: no-repeat;}
.sub_install .install_list ul li a .txt_wrap { display: block;padding: 15px 10px; }
.sub_install .install_list ul li a .txt_wrap i { display: inline-block;background: #F2F7FD;color: #68A3F4;font-size: 1.4rem;border-radius: 14px;padding: 5px 15px;font-style: normal; }
.sub_install .install_list ul li a .txt_wrap p { display: block;font-size: 2.0rem;height: 44px;font-weight: 600;margin-top: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all; }
.sub_install .install_list ul li a .txt_wrap span { display: block;font-size: 1.6rem;color: #999;margin-top: 40px; }

.sub_top_products.sub_top { background-image: url(../images/bg_sub_products_bg.png);background-position: center;}
.sub_top_install.sub_top { background-image: url(../images/bg_sub_pr_bg.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); }

/* item all list */
.sub_list { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 20px; }
.sub_list > div { width: calc( ( 100% - 60px ) / 4);position: relative; overflow: hidden;border: 1px solid #ddd; }
.sub_list > div > a { display: block; width: 100%; height: 100%; padding: 24px; position: relative;}
.sub_list > div > a > .img_wrap { width: 100%; height: 220px; background-size:contain;background-position: center;background-repeat: no-repeat;margin: 0 auto;}
.sub_list .list_txt { margin-top: 6.5rem }
.sub_list .list_txt > b { font-size: 1.8rem; font-weight: 600; display: block; text-transform: uppercase; margin-bottom: 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;word-break: keep-all }
.sub_list .list_txt > p { font-size: 1.6rem; color: #000;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;word-break: keep-all }

.sub_list2 { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 20px; }
.sub_list2 > div { width: calc( ( 100% - 60px ) / 4); height: 315px; background: #F2F4F8; position: relative; overflow: hidden; }
.sub_list2 > div > a { display: block; width: 100%; height: 100%; padding: 32px; position: relative;}
.sub_list2 > div > a > .img_wrap { width: 200px; height: 200px; 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.5rem; font-weight: 600; display: block; text-transform: uppercase; margin-bottom: 10px; }
.sub_list2 .list_top > p { font-size: 1.8rem; color: #7c8793; }

/* detail */
.container.detail { max-width: 1320px; }
.sub_context { display: block; padding: 80px 15px; }
.product_info { display: flex; font-size: 0px;gap: 30px; }
.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: 1.5rem; vertical-align: top; line-height: 28px; margin-left: 0%; }
.product_top { display: block; margin-bottom: 30px; padding-top: 20px; }
.product_top > h2 { font-size: 4.0rem; color: #004282; line-height: 42px; font-weight: 600; letter-spacing: -2px; font-family: "poppins"; }
.product_top > h3 { font-size: 2.0rem; 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 0; position: relative; }
.full_wrap h4 { font-size: 3.0rem; 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;text-align:center; }
.paging_area > a { display:inline-block;line-height:33px;height:35px;width: 35px;min-width:20px;font-size:1.6rem;cursor:pointer;text-align:center;vertical-align:middle; margin:0px 0px;padding:0px 5px;background: #EBEDF1;border:1px solid #EBEDF1;color:#374A6D;border-radius: 50%;font-weight: 600; }
.paging_area > a.on { background: #374A6D;border:1px solid #374A6D;color:#fff; }
.paging_area > a.prev,
.paging_area > a.next { background: none;border: none;color: #374A6D; }