@charset "UTF-8";

/*
*--------------------------------------------*
|                   Layout                   |
*--------------------------------------------*
*/
* { margin: 0; padding: 0; font-family: 'Pretendard'; box-sizing: border-box;}
.wrap { background: #ffffff;}
.container { width: 1200px; margin: 100px auto 120px;}
.container.anl-mnl{ width: calc(100% - 200px); max-width: 1600px; margin: 50px auto 100px;}
[class*="sec-"].bg-gray { background: #f8f8f8;}

/*
*--------------------------------------------*
|                   Header                   |
*--------------------------------------------*
*/
.header { display: flex; flex-direction: column; align-items: flex-start; z-index: 9; width: 100%; height: 94px; background: #fff;}
.header .container { position: relative; display: flex; align-items: center; margin: 0 auto; width: 100%; max-width: 1920px; padding: 0 40px; box-sizing: border-box;}
.header .logo { position: absolute; top: 50%; left: 40px; transform: translate(0, -50%); display: inline-flex; flex-shrink: 0; align-items: center; width: 165px; height: 100%; z-index: 91;}
.header .logo img { max-width: 100%; max-height: 60px;}
.header-menu-wrap { position: relative; width: 100%; height: 94px; z-index: 90;}
.header-menu-wrap > ul { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.header-menu-wrap > ul > li { position: relative; width: auto; height: 100%;}
.header-menu-wrap > ul > li > a { display: flex; justify-content: center; align-items: center; position: relative; height: 100%; padding: 0 30px; font-size: 22px; font-weight: 700; color: #000; line-height: 26px; letter-spacing: -0.44px;}
.header-menu-wrap ul li ol { display: none; width: 100%; padding: 22px 20px; margin-top: -22px; border-radius: 10px; background: #fff; border: 1px solid #ececec; box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);}
.header-menu-wrap ul li ol li{ display: block; width: 100%;}
.header-menu-wrap ul li ol li+li{ margin-top: 10px;}
.header-menu-wrap ul li ol li a { display: flex; justify-content: start; align-items: center; height: 34px; font-size: 17px; color: #3e3e3e; font-weight: 400; letter-spacing: -0.34px; text-align: left;}
.header-menu-wrap ul li ol li a:hover { font-weight: 700; color: var(--primary-500);}
ul.util{ position: absolute; top: 50%; right: 40px; transform: translate(0, -50%); display: flex; gap: 10px; justify-content: end; align-items: center; height: 100%; z-index: 92;}
ul.util > li{ line-height: 20px; text-align: center; font-size: 16px; color: #171717; font-weight: 400; letter-spacing: -0.32px;}
ul.util > li > a{ line-height: 20px; text-align: center; font-size: 16px; color: #171717; font-weight: 400; letter-spacing: -0.32px;}
ul.util > li > a.btn-admin{ display: inline-block; height: 38px; padding: 0 12px; margin-right: 5px; line-height: 38px; font-size: 14px; color: #000; font-weight: 500; letter-spacing: -0.28px; border-radius: 100px; border: 1px solid #ddd;}
ul.util > li:last-child::before{ content: ''; display: inline-block; width: 1px; height: 12px; margin-right: 10px; background: #c8c8c8;}

/*
*--------------------------------------------*
|                   Footer                   |
*--------------------------------------------*
*/
.footer { width: 100%; border-top: 1px solid var(--footer-top-brd); background: var(--footer-bg);}
.footer .container{ margin: 0 auto;}
.footer .footer-nav { display: flex; align-items: center; gap: 15px; padding: 24px 0;}
.footer .footer-nav li:first-child::after{ content: ''; display: inline-block; width: 1px; height: 12px; margin-left: 15px; vertical-align: middle; background: rgba(255, 255, 255, 0.3);}
.footer .footer-nav li a { font-family: var(--Pretendard); font-weight: 500; color: rgba(255, 255, 255, 0.6); letter-spacing: -0.32px;}
.footer .footer-nav li a.bold { font-weight: bold; color: #ffffff;}
.footer .footer-addr { display: flex; justify-content: space-between; align-items: center; gap: 60px; width: 100%; padding: 25px 0 32px; border-top: 1px solid #5f5f5f;}
.footer .footer-addr .img-box { display: inline-flex; align-items: center; flex-shrink: 0; width: 156px;}
.footer .footer-addr .img-box p { font-size: 32px; font-weight: bold; color: #8b8b8b;}
.footer .footer-addr .img-box img { max-width: 100%;}
.footer .footer-addr .addr-box { display: flex; flex-direction: column; gap: 7px; width: 100%;}
.footer .footer-addr .addr-box ul { display: flex; flex-wrap: wrap; align-items: center; gap: 12px;}
.footer .footer-addr .addr-box ul li { display: flex; align-items: center; font-size: 13px; font-weight: normal; color: rgba(255, 255, 255, 0.5); line-height: 17px; letter-spacing: -0.26px;}
.footer .footer-addr .addr-box ul li:after { content: ''; display: inline-block; width: 1px; height: 12px; margin-left: 12px; vertical-align: middle; background: rgba(255, 255, 255, 0.5);}
.footer .footer-addr .addr-box ul li:last-child:after { display: none;}

/*
*--------------------------------------------*
|                   Main                     |
*--------------------------------------------*
*/	
.main-content{ position: relative; height: 800px;}
.main-content .text-box{ position: absolute; top: 130px; left: 0; right: 0; width: 1200px; margin: 0 auto; z-index: 30;}
.main-content .text-box > p{ margin-bottom: 65px; line-height: 23px; text-align: left; font-size: 18px; color: rgba(255, 255, 255, 0.6); font-weight: 500; letter-spacing: -0.9px; font-family: 'GmarketSans';}
.main-content .text-box > h2{ margin-bottom: 120px; line-height: 42px; text-align: left; font-size: 35px; color: #fff; font-weight: 300; font-family: var(--GmarketSansLight); letter-spacing: -3.5px;}
.main-content .text-box > h2 > span{ display: block; margin-top: 6px; line-height: 60px; font-size: 50px; font-weight: 700; letter-spacing: -2.5px;}
.main-content .main-banner{ max-width: 1920px; margin: 0 auto;}
.main-content .main-banner div.slide-box{ position: relative; width: 100%; max-width: 1920px; height: 800px;}
.main-content .main-banner div.slide-box > img{ width: 100%; height: inherit; object-fit: cover;}
.main-content .slide-paging-wrap{ display: flex; align-items: center; width: 100%; max-width: 1200px; height: 24px; margin: 0 auto;}
.main-content .slide-paging-wrap .paging{ display: inline-block; margin-right: 40px; line-height: 18px; text-align: left; font-size: 16px; color: rgba(255, 255, 255, 0.6); font-weight: 400; letter-spacing: -1.28px;}
.main-content .slide-paging-wrap .paging > span{ color: #fff;} 
.main-content .slide-paging-wrap .slide-btn{ display: inline-block; width: 25px; height: 24px; background-repeat: no-repeat; background-position: 50% 50%; cursor: pointer;}
.main-content .slide-paging-wrap .slide-btn.slide-prev{ background-image: url(../images/kihaeacs_main/btn_slide_prev.png);}
.main-content .slide-paging-wrap .slide-btn.slide-next{ background-image: url(../images/kihaeacs_main/btn_slide_next.png);}
.main-content .slide-paging-wrap .slide-btn.slide-pause{ margin: 0 4px; background-image: url(../images/kihaeacs_main/btn_slide_pause.png);}
.main-content .slide-paging-wrap .slide-btn.slide-play{ margin: 0 4px; background-image: url(../images/kihaeacs_main/btn_slide_play.png);}
.main-content .banner-wrap{ position: absolute; bottom: 75px; left: 0; right: 0; width: 1200px; margin: 0 auto;}
.main-content .banner-wrap > ul{ display: flex; gap: 25px; width: 100%;}
.main-content .banner-wrap > ul > li{ display: flex; gap: 10px; justify-content: center; align-items: center; flex: 1; width: 33.33%; height: 110px; border-radius: 8px; cursor: pointer;}
.main-content .banner-wrap > ul > li:first-child{ background: #16873e;}
.main-content .banner-wrap > ul > li:nth-child(2){ background: #f28133;}
.main-content .banner-wrap > ul > li:last-child{ background: #444;}
.main-content .banner-wrap > ul > li > p{ width: 225px; margin-left: 8px; line-height: 26px; text-align: left; font-size: 20px; color: #fff; font-weight: 700; letter-spacing: -0.4px;}
.main-content .banner-wrap > ul > li > p > span{ display: block; width: 100%; margin-top: 5px; line-height: 20px; text-align: left; font-size: 15px; color: rgba(255, 255, 255, 0.9); font-weight: 400; letter-spacing: -0.3px;}

.mainPopup-wrap .main-popup{ display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.mainPopup-wrap .main-popup .popup-image{ height: calc(100% - 35px); overflow-y: auto;}
.mainPopup-wrap .main-popup .popup-image::-webkit-scrollbar { width: 8px;}
.mainPopup-wrap .main-popup .popup-image::-webkit-scrollbar-track { background-color: #f8f8f8; border-radius: 6px;}
.mainPopup-wrap .main-popup .popup-image::-webkit-scrollbar-thumb { border-radius: 6px; background-color: #e3e5e8;}
.mainPopup-wrap .main-popup .cookie_check{ display: flex; justify-content: end; gap: 10px; align-items: center; width: 100%; height: 35px; padding: 0 15px; line-height: 35px; text-align: right;}

/*
*--------------------------------------------*
|                   SubPage                  |
*--------------------------------------------*
*/
.body-container{ text-align: center;}
.subPage-wrap { display: flex; flex-direction: column; width: 100%; height: 250px;}
.breadcrumb { order: 2; width: 100%; height: 50px; background-color: #f9f9f9;}
.breadcrumb ul.menu { display: flex; align-items: center; gap: 15px; width: 1200px; height: 100%; margin: 0 auto;}
.breadcrumb .menu li { position: relative; font-size: 16px; font-weight: 500; color: #717171; line-height: 14px; letter-spacing: -0.28px;}
.breadcrumb .menu li:after { content: ''; display: inline-block; width: 1px; height: 9px; vertical-align: middle; margin-left: 15px; background: #c8c8c8;}
.breadcrumb .menu li:last-child:after { display: none;}
.breadcrumb .menu li:last-child { font-weight: 700; color: #222;}
.subPage-wrap .container { order: 1; display: flex; align-items: center; width: 100%; max-width: 1920px; height: 200px; margin: 0 auto;}
.subPage-wrap.subPage-01 .container{ background: url(../../images/kihaeacs_sub/bg_sub01.png) no-repeat 50% 50%;}
.subPage-wrap.subPage-02 .container{ background: url(../../images/kihaeacs_sub/bg_sub02.png) no-repeat 50% 50%;}
.subPage-wrap.subPage-03 .container{ background: url(../../images/kihaeacs_sub/bg_sub03.png) no-repeat 50% 50%;}
.subPage-wrap.subPage-04 .container{ background: url(../../images/kihaeacs_sub/bg_sub04.png) no-repeat 50% 50%;}
.subPage-wrap.subPage-05 .container{ background: url(../../images/kihaeacs_sub/bg_sub05.png) no-repeat 50% 50%;}
.subPage-wrap .container h2{ width: 1200px; margin: 0 auto; line-height: 36px; text-align: left; font-size: 36px; color: #fff; font-weight: 700; letter-spacing: -0.72px;}
.subPage-wrap .container h2.black{ color: #000;}

/* .sub-container{ padding: 100px 0 0;} */

/* none data */
.none-data { display: flex; flex-direction: column; gap: 30px; justify-content: center; align-items: center; width: 100%; height: calc(100vh / 2);}
.none-data p { color: #828282; line-height: 1; letter-spacing: -0.32px;}
.k-grid .none-data { height: 100%;}
.k-grid.file-template .none-data { border: 0;}
.k-grid.file-template div.k-grid-norecords { border: 0;}

/* content-search-top */ 
.content-search-top{ display: flex; justify-content: space-between; align-items: center;}
.content-search-top .total{ line-height: 23px; text-align: left; font-size: 18px; color: #222; font-weight: 400; letter-spacing: -0.36px;}
.content-search-top .total > span{ color: var(--primary-500); font-weight: 700;}

/* search-box */
.search-box{ position: relative; display: flex; justify-content: end; gap: 8px;}
.search-box .k-dropdown.dropdownlist{ width: 160px; height: 50px;}
.search-box .k-textbox{ width: 340px; height: 50px; padding-right: 60px; border-radius: 6px;}
.search-box button.btn-search{ position: absolute; top: 0; right: 0; width: 50px; height: 50px; text-indent: -999em; border: none; background: url(../../images/kihaeacs_sub/icon_search.png) no-repeat 50% 50%;}

/*
*--------------------------------------------*
|                 이용약관                   |
*--------------------------------------------*
*/
.terms-privacy > h1{ margin: 40px 0 50px; line-height: 54px; text-align: left; font-size: 36px; color: #000; font-weight: 700; letter-spacing: -0.72px;}

/*
*--------------------------------------------*
|                 회원가입                   |
*--------------------------------------------*
*/
.agree-wrap{ display: flex; flex-direction: column; gap: 10px; width: 100%;}
.agree-box{ border-radius: 8px; border: 1px solid #ddd; background: #f8f8f8; box-sizing: border-box;}
.agree-box .agree-tit{ width: 100%; padding: 22px; text-align: left; border-radius: 8px 8px 0 0; background: #fff; border-bottom: 1px solid #ddd; box-sizing: border-box;}
.agree-box .agree-tit.check-box label{ gap: 4px; margin: 6px 0; font-size: 18px; color: #000; font-weight: 700; letter-spacing: -0.36px;}
.agree-box .agree-tit.check-box label > i{ margin-left: 11px; color: var(--primary-500); font-style: normal; font-weight: 700;}
.agree-box .agree-tit > button{ float: right; width: 32px; height: 32px; margin: 4px 0; border: none; background: url(../../images/kihaeacs_sub/btn_toggle.png) no-repeat 50% 50%;}
.agree-box .agree-tit.cont-hide{ border-radius: 8px; border-bottom: none;}
.agree-box .agree-tit.cont-hide > button{ transform: rotate(180deg);}
.agree-box .agree-cont{ width: calc(100% - 20px); height: 370px; margin: 15px 10px; padding: 10px 20px; border-radius: 0 0 8px 8px; background: #f8f8f8; box-sizing: border-box; overflow-y: auto;}
.agree-box .agree-cont::-webkit-scrollbar { width: 8px;}
.agree-box .agree-cont::-webkit-scrollbar-track { background-color: #f8f8f8; border-radius: 6px;}
.agree-box .agree-cont::-webkit-scrollbar-thumb { border-radius: 6px; background-color: #e3e5e8;}
.agree-cont h1{ line-height: 29px; text-align: left; font-size: 18px; color: #000; font-weight: 600; letter-spacing: -0.36px;}
.agree-cont h2{ margin-top: 20px; line-height: 29px; text-align: left; font-size: 18px; color: #222; font-weight: 500;}
.agree-cont p{ margin-top: 2px; line-height: 25px; text-align: left; font-size: 16px; color: #717171; font-weight: 400;}
.agree-cont p + h1{ margin-top: 30px;}
.agree-cont p > span{ display: block; width: 100%; padding-left: 20px; box-sizing: border-box;}
.agree-cont p > i{ margin-right: 5px; font-style: normal; font-size: 10px;}
h2.sub-tit{ width: 100%; margin-bottom: 40px; line-height: 47px; text-align: left; font-size: 34px; color: #000; font-weight: 700; letter-spacing: -0.68px;}
h3.sub-tit{ width: 100%; margin-top: 60px; padding-bottom: 15px; line-height: 40px; text-align: left; font-size: 25px; color: #000; font-weight: 700; letter-spacing: -0.5px;}
ul.input-list{ width: 100%; border-top: 1px solid #000;}
ul.input-list > li{ display: flex; align-items: center; width: 100%; border-bottom: 1px solid #ececec;}
ul.input-list > li > p{ display: flex; width: 200px; padding: 22px; line-height: 23px; text-align: left; font-size: 18px; color: #000; font-weight: 700; letter-spacing: -0.36px; box-sizing: border-box;}
ul.input-list > li > p > span{ width: 8px; margin-right: 5px; color: #e4535c; font-weight: 400; letter-spacing: -0.32px;}
ul.input-list > li > div{ display: flex; gap: 10px; align-items: center; width: calc(100% - 200px); padding: 22px; box-sizing: border-box;}
ul.input-list > li > div > button{ flex: none; width: 140px; padding: 0!important;}
ul.input-list > li > div > span.text{ line-height: 60px; text-align: center; font-size: 18px; color: #222; font-weight: 400; letter-spacing: -0.36px;}
ul.input-list > li > div > .k-dropdown.kw-select{ flex: none; width: 300px; height: 60px;}
ul.input-list > li > div.address{ flex-wrap: wrap;}
ul.input-list > li > div.address input.addr{ width: calc(100% - 150px);}
ul.input-list > li > div.address input.dtl-addr{ width: 100%;}
ul.input-list > li > div.address .check-box{ margin-top: 20px;}
ul.input-list > li > div.email{ flex-wrap: wrap;}
ul.input-list > li > div.email input.k-textbox{ width: 300px;}
ul.input-list > li > div.email .check-box{ margin-top: 20px;}
ul.input-list > li > div.file{ display: inline-block;}
ul.input-list + .btnBox-wrap{ margin-top: 60px;}

.join-cmplt{ display: flex; gap: 30px; justify-content: center; align-items: center; flex-direction: column; padding: 70px 0 80px; border-top: 1px solid #000; border-bottom: 1px solid #ececec;}
.join-cmplt > img{ margin-bottom: 5px;}
.join-cmplt > h3{ line-height: 29px; text-align: center; font-size: 24px; color: #000;}
.join-cmplt > h3 > span{ margin-bottom: 4px; color: var(--primary-500); font-weight: 700;}
.join-cmplt > p{ margin-bottom: 10px; line-height: 26px; text-align: center; font-size: 16px; color: #717171; font-weight: 400; letter-spacing: -0.32px;}
.join-cmplt > button{ width: 150px;}

/*
*--------------------------------------------*
|                  장비소개                  | 
*--------------------------------------------*
*/
ul.product-tab{ display: flex; width: 100%;}
ul.product-tab > li{ display: flex; align-items: center; justify-content: center; width: 20%; height: 80px; line-height: 20px; font-size: 18px; color: #3e3e3e; font-weight: 400; letter-spacing: -0.36px; border-bottom: 1px solid #ececec; cursor: pointer;}
ul.product-tab > li.on{ color: #000; font-weight: 700; border-bottom: 4px solid #000;}
ul.product-list{ display: flex; gap: 80px 35px; flex-wrap: wrap;}
ul.product-list > li{ display: flex; flex-direction: column; gap: 20px; width: calc(25% - 26.25px);}
ul.product-list > li > .pd-img{ display: flex; align-items: center; justify-content: center; width: 100%; height: 274px; border-radius: 6px; background: #fff; overflow: hidden;}
ul.product-list > li > .pd-img.no-image{ background: #f9f9f9;}
ul.product-list > li > .pd-img.no-image::before{ content: '이미지 준비중'; line-height: 20px; text-align: center; font-size: 16px; color: #b2b2b2; font-weight: 500; letter-spacing: -0.32px;}
ul.product-list > li > .pd-img.ex-90 > img{ transform: scale(0.9);}
ul.product-list > li > .pd-img.ex-110 > img{ transform: scale(1.1);}
ul.product-list > li > .pd-img.ex-120 > img{ transform: scale(1.2);}
ul.product-list > li > .pd-img.ex-130 > img{ transform: scale(1.3);}
ul.product-list > li > p{ line-height: 23px; text-align: center; font-size: 18px; color: #000; font-weight: 700; letter-spacing: -0.36px;}
.tab-content{ padding-top: 80px;}

/*
*--------------------------------------------*
|                 정도관리                   |
*--------------------------------------------*
*/
.result-img{ display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 40px; width: 100%; padding: 80px; border-radius: 6px; background: #f9f9f9;}

/*
*--------------------------------------------*
|                 오시는길                   |
*--------------------------------------------*
*/
.map-detail .map-img{ display: flex; justify-content: space-between; margin-bottom: 50px;}
.map-detail .map-info{ display: flex;} 
.map-detail .map-info .map-addr{ display: flex; flex-direction: column; gap: 40px; justify-content: start; width: 50%;}
.map-detail .map-info .map-addr h3{ line-height: 45px; text-align: left; font-size: 30px; color: #000; font-weight: 700; letter-spacing: -0.6px;}
.map-detail .map-info .map-addr ul{ display: flex; flex-direction: column; gap: 2px; width: 100%;}
.map-detail .map-info .map-addr ul > li{ width: 100%;}
.map-detail .map-info .map-addr ul > li > p{ float: left; width: 125px; line-height: 30px; text-align: left; font-size: 18px; color: #000; font-weight: 700; letter-spacing: -0.54px;}
.map-detail .map-info .map-addr ul > li > span{ display: inline-block; float: left; width: calc(100% - 125px); line-height: 30px; text-align: left; font-size: 18px; color: #000; font-weight: 400; letter-spacing: -0.54px;}
.map-detail .map-info ul{ display: flex; flex-direction: column; gap: 45px; width: 50%;}
.map-detail .map-info ul > li{ display: flex; gap: 20px; justify-content: start; align-items: start; width: 100%;}
.map-detail .map-info ul > li > div > p{ width: 100%; padding: 7px 0; margin-bottom: 6px; line-height: 26px; text-align: left; font-size: 20px; color: #000; font-weight: 700; letter-spacing: -0.4px;}
.map-detail .map-info ul > li > div > span{ line-height: 29px; text-align: left; font-size: 18px; color: #717171; font-weight: 400; letter-spacing: -0.36px;}

/*
*--------------------------------------------*
|                분석메뉴얼                  |
*--------------------------------------------*
*/
.manual-wrap{ width: 100%; margin-top: 20px; overflow-y: auto;}
table.manual-table{ table-layout: fixed;}
table.manual-table thead{ border-bottom: 1px solid #ececec;}
table.manual-table thead th{ padding: 10px 0; line-height: 18px; text-align: center; font-size: 15px; color: #000; font-weight: 700; letter-spacing: -0.36px; border-top: 1px solid #ececec; background: #f9f9f9;}
table.manual-table tbody td{ vertical-align: middle; padding: 7px 10px; line-height: 18px; text-align: center; font-size: 14px; color: #717171; font-weight: 400; letter-spacing: -0.36px; border-bottom: 1px solid #ececec; word-break: break-word;}
table.manual-table tbody td.text-left{ text-align: left;}
table.manual-table tbody td a{ display: block; line-height: 18px; text-align: left; font-size: 15px; color: #717171; font-weight: 400; letter-spacing: -0.36px; text-decoration: underline; word-break: break-word;}

#manualDtlWindow .popup-content{ padding: 25px;}
#manualDtlWindow table.table-default + table.table-default{ margin-top: 30px;}
#manualDtlWindow table.table-default th{ padding: 10px 12px; font-size: 15px;}
#manualDtlWindow table.table-default td{ padding: 10px 12px; font-size: 14px;}

/*
*--------------------------------------------*
|                  관련법규                  |
*--------------------------------------------*
*/
.decree-info-wrap h3{ margin-bottom: 40px; line-height: 48px; text-align: left; font-size: 34px; color: #000; font-weight: 700; letter-spacing: -0.68px;}
.decree-info-wrap table.table-default{ margin-bottom: 100px;}
.decree-info-wrap table.table-default td a{ color: #717171; text-decoration: underline; cursor: pointer;}
.decree-info-wrap ul.guide-list{ display: flex; flex-wrap: wrap; gap: 30px;}
.decree-info-wrap ul.guide-list > li{ display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 15px; width: calc(20% - 24px); height: 194px; border-radius: 10px; border: 1px solid #ddd; background: #fff; box-sizing: border-box; cursor: pointer;}
.decree-info-wrap ul.guide-list > li:hover{ background: var(--primary-500);}
.decree-info-wrap ul.guide-list > li > p{ line-height: 23px; text-align: center; font-size: 18px; color: #000; font-weight: 700; letter-spacing: -0.36px;}
.decree-info-wrap ul.guide-list > li:hover > p{ color: #fff;}



/*
*--------------------------------------------*
|                  게시판                    |
*--------------------------------------------*
*/
/* 목록 */
.board-list-wrap .content-search-top{ margin-bottom: 22px;}
.board-list-wrap .k-grid .k-grid-content table tr td a.file-Y::after{ content: ''; display: inline-block; width: 24px; height: 24px; margin-left: 10px; vertical-align: middle; background: url(../../images/kihaeacs_sub/icon_file.png) no-repeat 50% 50%;}
.board-list-wrap .k-grid .k-grid-content table tr td span.reply-ing{ color: #717171; font-weight: 400;}
.board-list-wrap .k-grid .k-grid-content table tr td span.reply-cmplt{ color: var(--primary-500); font-weight: 500;}
.board-list-wrap .btnBox-wrap{ margin-top: 25px;}
.board-list-wrap .btnBox-wrap button{ width: 120px;}


/* 등록.수정 */
ul.brd-input-list{ width: 100%; border-top: 1px solid #ececec;}
ul.brd-input-list > li{ display: flex; align-items: center; width: 100%; min-height: 110px; border-bottom: 1px solid #ececec;}
ul.brd-input-list > li > p{ width: 160px; padding: 22px; line-height: 23px; text-align: left; font-size: 18px; color: #000; font-weight: 700; letter-spacing: -0.36px; box-sizing: border-box;}
ul.brd-input-list > li > p > span{ margin-right: 5px; color: #e4535c; font-weight: 400;}
ul.brd-input-list > li > div{ width: calc(100% - 160px); padding: 22px; box-sizing: border-box;}
ul.brd-input-list > li > div .kw-select.k-dropdown{ width: 100%; height: 60px;}
ul.brd-input-list > li > div > p{ line-height: 23px; text-align: left; font-size: 18px; color: #222; font-weight: 400; letter-spacing: -0.36px;}
ul.brd-input-list + .btnBox-wrap{ margin-top: 30px;}
ul.brd-input-list + .btnBox-wrap .btn-default{ min-width: 120px;}

/* 상세 */
.brd-detail-wrap{ width: 100%;}
.brd-detail-wrap .brd-detail-top{ display: flex; gap: 10px; align-items: center; justify-content: space-between; width: 100%; padding: 45px 15px; border-top: 1px solid #000; border-bottom: 1px solid #ececec; box-sizing: border-box;}
.brd-detail-wrap .brd-detail-top > h3{ line-height: 39px; text-align: left; font-size: 30px; color: #222; font-weight: 700; letter-spacing: -0.6px;}
.brd-detail-wrap .brd-detail-top > h3 > span{ display: block; margin-bottom: 8px; line-height: 19px; text-align: left; font-size: 15px; color: var(--primary-500); font-weight: 700; letter-spacing: -0.3px;}
.brd-detail-wrap .brd-detail-top > h3 > p{ line-height: 39px; text-align: left; font-size: 30px; color: #222; font-weight: 700; letter-spacing: -0.6px;}
.brd-detail-wrap .brd-detail-top > p{ flex: none; line-height: 21px; text-align: right; font-size: 16px; color: #171717; font-weight: 400; letter-spacing: -0.32px;}
.brd-detail-wrap .brd-detail-body{ width: 100%; border-bottom: 1px solid #ececec;}
.brd-detail-wrap .brd-detail-body > div.brd-cont{ width: 100%; padding: 50px 20px 60px; box-sizing: border-box;}
.brd-detail-wrap .brd-detail-body > ul.file-list{ display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 30px 15px 40px; border-top: 1px solid #ececec; box-sizing: border-box;}
.brd-detail-wrap .brd-detail-body > ul.file-list li{ display: flex; width: 100%;}
.brd-detail-wrap .brd-detail-body > ul.file-list li::before{ content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 8px; background: url(../../images/kihaeacs_sub/icon_file.png) no-repeat 50% 50%;}
.brd-detail-wrap .brd-detail-body > ul.file-list li a{ line-height: 21px; text-align: left; font-size: 16px; color: #3e3e3e; font-weight: 400; letter-spacing: -0.32px; cursor: pointer;}
.brd-detail-wrap .brd-detail-body > ul.file-list li:hover a{ text-decoration: underline;}
ul.file-list{ display: flex; flex-direction: column; gap: 10px; width: 100%;}
#main_file_area .brd-detail-body > ul.file-list li{ display: flex; width: 100%;}
#main_file_area .brd-detail-body > ul.file-list li::before{ content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 8px; background: url(../../images/kihaeacs_sub/icon_file.png) no-repeat 50% 50%;}
#main_file_area .brd-detail-body > ul.file-list li a{ line-height: 21px; text-align: left; font-size: 16px; color: #3e3e3e; font-weight: 400; letter-spacing: -0.32px; cursor: pointer;}
#main_file_area .brd-detail-body > ul.file-list li:hover a{ text-decoration: underline;}
.brd-detail-wrap .brd-reply-wrap{ width: 100%;}
.brd-detail-wrap .brd-reply-wrap .reply-tit{ display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 45px 15px; border-bottom: 1px solid #ececec; box-sizing: border-box;}
.brd-detail-wrap .brd-reply-wrap .reply-tit > h3{ line-height: 39px; text-align: left; font-size: 30px; color: #222; font-weight: 700; letter-spacing: -0.6px;}
.brd-detail-wrap .brd-reply-wrap .reply-tit > h3::before{ content: 'A.'; margin-right: 15px; line-height: 42px; text-align: left; font-size: 32px; color: var(--primary-500); font-weight: 700;}
.brd-detail-wrap .brd-reply-wrap .reply-cont{ width: 100%; padding: 50px 20px 60px; line-height: 27px; text-align: left; font-size: 16px; color: #717171; font-weight: 400; letter-spacing: -0.32px; border-bottom: 1px solid #ececec; box-sizing: border-box;}
.brd-detail-wrap .brd-reply-wrap ul.reply-file-list{ display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 30px 15px 40px; border-bottom: 1px solid #ececec; box-sizing: border-box;}
.brd-detail-wrap .brd-reply-wrap ul.reply-file-list li{ display: flex; width: 100%;}
.brd-detail-wrap .brd-reply-wrap ul.reply-file-list li::before{ content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 8px; background: url(../../images/kihaeacs_sub/icon_file.png) no-repeat 50% 50%;} 
.brd-detail-wrap .brd-reply-wrap ul.reply-file-list li a{ line-height: 21px; text-align: left; font-size: 16px; color: #3e3e3e; font-weight: 400; letter-spacing: -0.32px; cursor: pointer;}
.brd-detail-wrap .brd-reply-wrap ul.reply-file-list li:hover a{ text-decoration: underline;}
.brd-detail-wrap .btnBox-wrap{ margin-top: 30px;}
.brd-detail-wrap .btnBox-wrap .btn-default{ min-width: 120px;}


/* 댓글 */
.board-detail-wrap .write-wrap { display: flex; flex-direction: column; align-items: flex-end; position: relative; width: 100%; padding: 20px; border: 1px solid #ddd; border-radius: 4px; background: #fff;}
.board-detail-wrap .reply .k-textbox { height: auto; min-height: 62px; padding: 0; border: 0; border-radius: 4px; background: #fff;}
.board-detail-wrap .reply .k-textbox:focus { outline: auto;}
.board-detail-wrap .reply .Write { display: flex; align-items: center; position: relative; width: 100%;}
.board-detail-wrap .write-wrap button { display: flex; justify-content: center; gap: 8px; align-items: center; width: 100px; height: 53px; border-color: #ccc; border-radius: 6px; font-weight: bold; color: #212529;}
.reply-textarea-wrap { padding: 30px 25px; border-bottom: 1px solid #dddddd;}
.comment-list-wrap {}
.comment-list-wrap li { display: flex; flex-direction: column; align-items: center; border-bottom: 1px solid #dbdbdb;}
.comment-list-wrap li .comment-box { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 25px;}
.comment-list-wrap li .left { display: flex; justify-content: space-between; position: relative; width: 100%; margin-bottom: 8px;}
.comment-list-wrap li .left div { display: flex; align-items: center;}
.comment-list-wrap li .left p { margin-right: 10px; font-size: 16px; font-weight: bold; color: #303030;}
.comment-list-wrap li .left span { position: relative; margin-left: 10px; font-size: 14px; font-weight: normal; color: #444748;}
.comment-list-wrap li .left .icon-circle { width: 3px; height: 3px; border-radius: 50%; background: #6b6b6b;}
.comment-list-wrap li .text { width: 100%;}
.comment-list-wrap li .text p { margin-bottom: 16px; font-size: 16px; line-height: 1.45; letter-spacing: -0.32px; color: #565656;}
.comment-list-wrap li .text .btnBox-wrap { justify-content: flex-start;}
.comment-list-wrap .btn-reply { display: inline-flex; justify-content: center; align-items: center; gap: 4px; min-width: auto; height: 40px; padding: 0 12px; border: 1px solid #cccccc; border-radius: 4px; font-size: 13px; font-weight: 500; color: #212529;}
.comment-list-wrap .btn-reply span { font-weight: bold; line-height: 1; letter-spacing: -0.26px; color: #000;}
.comment-list-wrap .btnBox-wrap { gap: 6px; margin-top: 0;}
.comment-list-wrap .btnBox-wrap .btn- { min-width: auto; width: 32px; height: 32px; padding: 0; border-radius: 50%; background: #e9ecef;}
.comment-list-wrap li .re_reply { width: 100%;}
.re_reply .reWrite { position: relative; padding: 25px; border-top: 1px solid #ddd; background: #f9f9f9;}
/*.re_reply .reWrite:after,*/
/*.reView .reView-li .comment-box:after { content: ''; position: absolute; left: 15px; top: 15px; width: 8px; height: 10px; background: url("../images/common/ico_re.png") no-repeat 0 0;}*/
.reView { border-top: 1px solid #dbdbdb;}
.reView .reView-li { background: #f5f5f5;}
.reView .reView-li .comment-box { align-items: flex-start; position: relative; padding-left: 54px;}
.reView .reView-li .comment-box:after { content: ''; position: absolute; left: 25px; top: 25px; width: 17px; height: 29px; background: url("../images/common/brd_reply_arrow.svg") no-repeat 0 0;}
.reView .reView-li .comment-box .left div { padding: 0;}
.reView .reView-li .comment-box .left div .tag { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 27px; margin-right: 12px; margin-left: 0;
    border-radius: 30px; border: 2px solid var(--primary-500); background: var(--primary-500); font-size: 14px;
    font-weight: bold; line-height: 1; letter-spacing: -0.28px; color: #fff;
}
.reView .reView-li .comment-box .text { margin-bottom: 0;}
.reView .reView-li .comment-box .btnBox-wrap { padding-right: 20px;}
.reply .non-data { display: flex; align-items: center; justify-content: center; padding: 30px 0;}

.new { display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; width: 20px; height: 20px; border-radius: 3px; background-color: var(--primary-500); font-size: 12px; font-weight: bold; color: #fff;}

/*
*--------------------------------------------*
|                   Kendo                    |
*--------------------------------------------*
*/
.k-tooltip {
    background-image: none !important;
}
.k-tooltip .k-tooltip-content { font-family: var(--Pretendard); font-size: 13px;}

/* Grid */
.k-splitbar:focus,
.k-splitbar.k-focus { background: #4549ab;}

.lnb-content-wrap .content { min-height: 600px;}
/*.lnb-content-wrap .content .k-grid table { width: calc(100% - 260px);}*/
.lnb-content-wrap .content .k-grid.file-template table { width: 100%;}
.k-grid .k-grid-header{ border-radius: 0; border-top: 1px solid #343434; border-right: 0; background:#f5f5f5; border-bottom: 0; }
.k-grid .k-grid-header .k-grid-header-wrap{ border-color: #343434; background: #f5f5f5; border-left: 0; border-right: none;}
.k-grid .k-grid-header .k-grid-header-wrap table th,
.k-grid-header th.k-header, .table tr th { position: relative; height: 48px; padding: 5px 15px; border-radius: 0; text-align: center; vertical-align: middle; font-weight: 500; letter-spacing: -0.02em; border-right: 0; border-top: 0; border-bottom: 0; border-left: 0; background: #f5f5f5;}
.k-filter-menu-container { padding: 0; gap: 7px;}
.k-filter-menu-container .k-filter-help-text{ line-height: 20px; text-align: left; font-size: 13px; color: #757580;}

.k-grid-toolbar .k-button:hover { border: 1px solid var(--primary-500); background: #FFFFFF; color: var(--primary-500);}
.k-grid-toolbar .k-button:hover span { color: var(--primary-500);}
.k-grid-toolbar .k-button:active { border: 1px solid var(--primary-500); background: var(--primary-500); color: #ffffff;}
.k-grid-toolbar .k-button.btn-toolbar-blue { border: 1px solid var(--primary-500); color: var(--primary-500);}

.k-grid .k-grid-content table tr td,
.k-grid .k-grid-content td, .table tr td { padding: 16px 15px; line-height: 1; font-size: 16px; color: #303030; font-weight: 400; letter-spacing: -0.32px; border-left: 0; border-bottom: 1px solid #e8e8e8; border-right: 0; background: #fff; word-break: keep-all;}
.k-grid .k-grid-content table tr td a:not([class*="btn-"]){ line-height: 1.31; font-size: 16px; color: #303030; font-weight: normal; letter-spacing: -0.32px; text-decoration: underline; cursor: pointer;}
#cmpltGrid table th.table-header-cell a {text-decoration: none !important;}
.k-grid .k-column-title { font-weight: bold; color: #121212;}

.k-grid .k-grid-content table tr td .k-button,
.k-grid .k-grid-content table tr td .k-button.k-grid-delete,
.k-grid .k-grid-content table tr td .k-button.k-grid-edit,
.kendo-custom td .k-button.k-grid-update,
.kendo-custom td .k-button.k-grid-cancel { height: 27px; padding: 3px 12px; border: 1px solid #F2F2FC; border-radius: 3px; background: #F2F2FC; font-size: 13px; font-weight: 500; color: var(--primary-500); line-height: 17px; text-decoration: none;}
.k-grid .k-grid-content table tr td .k-button:hover,
.k-grid .k-grid-content table tr td .k-button.k-grid-delete:hover,
.k-grid .k-grid-content table tr td .k-button.k-grid-edit:hover,
.kendo-custom td .k-button.k-grid-update:hover,
.kendo-custom td .k-button.k-grid-cancel:hover { border: 1px solid #D1D1D1; background: #ffffff;}
/* var 2022 */
.k-header .k-grid-filter { top: 13px;}
.k-grid-content [class*="btn-"].size- { height: 37px; padding: 0 16px; font-size: 14px; font-weight: 500;}

/* table */
.table { border-top: 2px solid #000;}
.table.border-t { border-top: 1px solid #000000;}
.table tr th { height: 46px; border-bottom: 1px solid #ddd; font-size: 15px; color: #222; line-height: 2.67; letter-spacing: -0.3px;}
.table tr td { padding: 5px 15px; font-size: 15px; color: #3b3b3b; line-height: 2.67; letter-spacing: -0.3px;}
.popup-table { border-top: 1px solid #dddddd; border-left: 0; border-right: 0;}
.popup-table tr th { padding: 8px 15px; border-bottom: 1px solid #ddd; background: #f9f9f9; font-size: 15px; font-weight: 500; color: #222222; line-height: 2.67;
    letter-spacing: -0.3px;}
.popup-table tbody tr th { border-right: 0; background: #f9f9f9; color: #222222; text-align: left;}
.popup-table tr td { min-height: 56px; padding: 8px 15px; border-bottom: 1px solid #ddd; background: #fff; font-size: 16px; color: #303030; line-height: 1;
    letter-spacing: -0.32px;}
.tabular .k-numerictextbox { height: 40px;}

/* upload */
.k-upload .k-upload-button .k-button-text { font-size: 13px; font-weight: 500; color: #404040;}

.k-grid.file-template { padding: 20px 0; border: 1px solid #ddd; border-top: 0;}
.k-grid.file-template tr td { padding-top: 8px; border: 0;}
.k-grid.file-template tr:nth-of-type(1) td { padding-top: 0;}
.file-template .file-list .file-size{ display: inline-block; float: left; line-height: 1; margin-left: 20px; font-size: 13px; color: #3e3e3e;}
.file-template .file-list .del-file,
.del-file { display: inline-block; flex-shrink: 0; float: left; width: 16px; height: 16px; margin-left: 15px; background-color: #ffffff;
    background-image: url('../images/common/icon_delete_file.svg'); background-repeat: no-repeat;
    background-position: center center;}
.k-dropzone { justify-content: flex-start; padding: 12px 15px; background-color: transparent;}
.k-upload .k-dropzone .k-dropzone-hint,
.k-upload .k-upload-dropzone .k-dropzone-hint { margin-left: 10px; font-size: 13px; color: #565656;}
.file-template.k-grid .k-grid-content { border-top: 0; border-bottom: 0;}
.k-upload .k-upload-files .k-file-name { font-size: 12px;}

/*Kendo Window*/
.k-window * { box-sizing: border-box;}
.k-window{border:1px solid #e8e8e8;border-radius: 10px; background: #FCFCFC; box-shadow: 0 0 7px rgba(0, 0, 0, 0.05), 4px 4px 10px rgba(0, 0, 0, 0.08);}
.k-window-title { font-size: 20px; font-weight: bold; color: #212121; line-height: 1.7; letter-spacing: -0.4px;}
.k-window .k-window-titlebar{ padding: 15px 20px; border-bottom: 1px solid #ececec; border-radius: 10px 10px 0 0; background: #ffffff; text-align:left;color:#212121;}
.k-window .k-window-titlebar .k-window-actions{ position: absolute; top: 15px; right: 30px;}
.k-window .k-window-titlebar .k-window-action a.k-link{width:33px;height:33px;background:url("../images/runway/admin/pop_close.png") no-repeat center center;border:none;border-radius:0;display:block}
.k-window .k-window-titlebar .k-window-action{ width:33px;height:33px; padding: 0;}
.k-window .k-window-titlebar .k-window-action:hover { background: transparent !important;}
.k-window .k-window-titlebar .k-window-action .k-icon { display: block; width: 33px; height: 33px; background:url("../images/runway/admin/pop_close.png") no-repeat center center;}
.k-window .k-window-titlebar .k-window-action .k-icon:before { content: '';}
.k-window .k-window-titlebar .k-window-actions a.k-link:hover{border:none;box-shadow:none}
.k-window .k-window-titlebar .k-window-actions a.k-state-hover{border:none;box-shadow:none}
.k-window .k-window-content{ display: flex; align-items: center; align-items: center; flex-direction: column; justify-content: space-between; width: 100%; padding: 0; background: #fff; border-radius: 10px; overflow: hidden;}
.k-window .k-window-content.loading-window { border-radius: 10px;}
.k-window .popup-content { overflow-x: hidden; overflow-y: auto; padding: 25px 30px; /*background: #ffffff;*/}
.k-window .popup-content::-webkit-scrollbar { width: 8px;}
.k-window .popup-content::-webkit-scrollbar-track { background-color: #f8f8f8; border-radius: 6px;}
.k-window .popup-content::-webkit-scrollbar-thumb { border-radius: 6px; background-color: #e3e5e8;}
.k-window .popup-foot { display: flex; justify-content: center; gap: 8px; position: relative; left: 0; right: 0; bottom: 0; padding: 20px 0; border-top: 1px solid #dbdbdb; border-radius: 0 0 10px 10px; background: #fafafa; box-sizing: border-box;}
.k-window .popup-foot.flex-between { justify-content: space-between;}
.k-window .k-grid .k-grid-header .k-grid-header-wrap table th { padding: 16px 15px; border-top: 0; font-size: 16px; font-weight: bold; color: #121212;}
.k-grid2 .k-grid-header .k-grid-header-wrap { border-top: 0; border-bottom: 0;}
.k-window .popup-title { font-size: 20px; font-weight: 500; color: #101010; line-height: 1.35;}
.popup-content .title { font-size: 18px; font-weight: 500; color: #222; line-height: 1.67; letter-spacing: -0.54px;}

/* kendo tab */
.k-tabstrip { border: 0;}
.k-tabstrip-content,
.k-tabstrip>.k-content { padding:  30px 0;}
.k-tabstrip-items li.k-state-active:after { height: 0 !important;}
.k-tabstrip-items li.k-item:after { display: none;}

/* kendo datepicker */
.tabular .k-datepicker .k-input-button,
.k-datetimepicker .k-input-button, .k-timepicker .k-input-button { height: calc(1.4285714286em + 17px);}





















