/*메인*/
.main .container { padding-bottom: 0; }

.slide-banner { position: relative; height: 41.667vw; }
.slide-banner .swiper { height: 100%; }
.slide-banner .swiper .swiper-slide { overflow: hidden; }
.slide-banner .swiper .thumb { height: 100%; }
.slide-banner .swiper .thumb.m { display: none; }
.slide-banner .wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); width: 100%; }
.slide-banner .tit-group .tit { font-size: 56px; font-weight: 400; color: #fff; text-align: center; }
.slide-banner .tit-group .btn { display: flex; justify-content: space-between; align-items: center; width: 230px; height: 64px; margin: 48px auto 0; padding: 5px 5px 5px 25px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 32px; box-sizing: border-box; font-size: 16px; font-weight: 500; color: #fff; transition: .2s all ease-out; }
.slide-banner .tit-group .btn:hover { background: #23a0ef; }
.slide-banner .tit-group .btn img { width: 54px; height: 54px; }
.slide-banner .pagination-group { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; right: 0; bottom: 48px; z-index: 1; max-width: 1200px; margin: 0 auto; }
.slide-banner .pagination-group .swiper-pagination { display: flex; align-items: center; position: static; width: auto; text-align: left; }
.slide-banner .pagination-group .swiper-pagination .swiper-pagination-bullet { position: relative; margin-right: 16px; background: #fff; opacity: .3; }
.slide-banner .pagination-group .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; }
.slide-banner .pagination-group .swiper-pagination .swiper-pagination-bullet-active:after { content: ''; display: block; position: absolute; top: calc(50% - 12px); left: calc(50% - 12px); width: 24px; height: 24px; border: 1px solid #fff; border-radius: 50%; box-sizing: border-box; }
.slide-banner .pagination-group .swiper-button-pause { width: 24px; height: 24px; border: none; background: url('/img/ico_pause1.svg') center center no-repeat; cursor: pointer; }
.slide-banner .pagination-group .swiper-button-play { display: none; width: 24px; height: 24px; border: none; background: url('/img/ico_play2.svg') center center no-repeat; cursor: pointer; }
.slide-banner .navigation-group { position: absolute; top: calc(50% - 19px); left: 0; right: 0; margin: 0 auto; }
.slide-banner .navigation-group .swiper-button-prev,
.slide-banner .navigation-group .swiper-button-next { width: 72px; height: 72px; background: center center no-repeat; background-size: contain; }
.slide-banner .navigation-group .swiper-button-prev:after,
.slide-banner .navigation-group .swiper-button-next:after { display: none; }
.slide-banner .navigation-group .swiper-button-prev { left: 60px; background-image: url('/img/ico_arrow_prev3.svg'); }
.slide-banner .navigation-group .swiper-button-next { right: 60px; background-image: url('/img/ico_arrow_next3.svg'); }

.main .sec2 .wrap { position: relative; height: 100%; padding: 100px 0; box-sizing: border-box; }
.main .sec2 .content { display: flex; justify-content: space-between; align-items: center; position: relative; }
.main .sec2 .bg-group .bg { position: absolute; top: 0; left: -235px; }
.main .sec2 .bg-group .bg2 { position: absolute; right: -240px; bottom: 0; }
.main .sec2 .tit-group .tit { margin-bottom: 32px; font-size: 40px; font-weight: 400; color: #333; line-height: 56px; }
.main .search-group { position: relative; width: 560px; height: 64px; }
.main .search-group .box { position: absolute; width: 100%; }
.main .search-group .inp-group-search { display: flex; justify-content: space-between; align-items: center; position: relative; height: 64px; padding: 8px 8px 8px 24px; border: 1px solid #dfdfdf; border-radius: 32px; box-sizing: border-box; background: #fff; }
.main .search-group .inp-group-search .inp-search { width: calc(100% - 48px); height: 100%; border: none; box-sizing: border-box; background: none; font-size: 18px; font-weight: 400; color: #333; }
.main .search-group .inp-group-search .btn-search { width: 48px; height: 100%; border: none; background: url('/img/ico_search3.svg') center center no-repeat; background-size: 24px; }
.main .search-group .search-result { display: none; width: 100%; max-height: 162px; margin-top: 12px; padding: 8px; border: 1px solid #dfdfdf; border-radius: 16px; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); box-sizing: border-box; background: #fff; overflow-y: auto; }
.main .search-group .list-result a { display: block; padding: 12px 16px; border-radius: 12px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; font-weight: 500; color: #333; }
.main .search-group .list-result a:hover { background: #f9f9f9; }
.main .search-group .list-result .keyword { color: #23a0ef; }

/*active*/
.main .search-group.active .search-result { display: block; }

.main .tag-group { display: flex; align-items: center; margin-top: 24px; }
.main .tag-group a { display: flex; align-items: center; height: 40px; margin-right: 16px; padding: 0 16px; border-radius: 20px; box-sizing: border-box; background: #f3f4f4; font-size: 16px; font-weight: 500; color: #999; transition: .2s all ease-out; }
.main .tag-group a:hover { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18); background: #23a0ef; color: #fff; }
.main .tag-group a:last-child { margin-right: 0; }

.main .link-group { display: flex; justify-content: flex-end; align-items: center; }
.main .link-group a { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 178px; height: 178px; margin: 0 12px; padding: 36px 0; border: 1px solid #eaeaea; border-radius: 16px; box-sizing: border-box; background: #fff; transition: .2s all ease-out; }
.main .link-group a:hover { transform: translateY(-16px); box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.08); box-sizing: border-box; }
.main .link-group .tit { font-size: 18px; font-weight: 500; color: #333; text-align: center; }
.main .link-group .tit br { display: none; }

.main .sec3 { padding: 100px 0 50px; box-sizing: border-box;  }
.main .sec3 .wrap { max-width: 1340px; }
.main .sec3 .top-section { margin-bottom: 60px; }
.main .sec3 .top-section .tit { font-size: 40px; font-weight: 500; color: #000; text-align: center; }

.slide-progress .swiper { padding: 0 50px 50px; box-sizing: border-box; }
.slide-progress .swiper-slide:first-child { z-index: 3; }
.slide-progress .swiper-slide:nth-child(2) { z-index: 2; }
.slide-progress .swiper-slide:nth-child(3) { z-index: 1; }
.slide-progress .swiper-slide .card { display: block; border-radius: 16px; box-sizing: border-box; transition: .2s all ease-out; }
.slide-progress .swiper-slide .card:hover { box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08); box-sizing: border-box; }
.slide-progress .tit-group { display: flex; align-items: center; position: relative; height: 96px; padding: 0 40px; box-sizing: border-box; background: #60bffb; }
.slide-progress .tit-group .num { margin-right: 24px; font-family: 'Montserrat'; font-size: 32px; font-weight: 700; color: #fff; }
.slide-progress .tit-group .tit { font-size: 22px; font-weight: 700; color: #fff; }
.slide-progress .txt-group { height: 377px; padding: 24px 40px 48px; border: 1px solid #eaeaea; border-radius: 0 0 16px 16px; box-sizing: border-box; background: #fff; }
.slide-progress .txt-group .txt { margin-bottom: 30px; font-size: 18px; font-weight: 500; color: #333; }
.slide-progress .txt-group img { display: block; margin: 0 auto; }

.slide-progress .swiper-slide:first-child .tit-group { border-radius: 16px 0 0 0; box-sizing: border-box; }
.slide-progress .swiper-slide:nth-child(2) .tit-group { background: #37aaf2; }
.slide-progress .swiper-slide:last-child .tit-group { border-radius: 0 16px 0 0; box-sizing: border-box; background: #23a0ef; }

.slide-progress .swiper-slide .tit-group:after { content: ''; display: block; position: absolute; right: -33px; width: 34px; height: 96px; background: center center no-repeat; background-size: cover; }
.slide-progress .swiper-slide:first-child .tit-group:after { background-image: url('/img/img_arrow1.svg'); }
.slide-progress .swiper-slide:nth-child(2) .tit-group:after { background-image: url('/img/img_arrow2.svg'); }

.slide-progress .pagination-group { display: flex; justify-content: center; align-items: center; margin: 17px auto 0; }
.slide-progress .pagination-group .swiper-pagination { display: flex; align-items: center; position: static; width: auto; }
.slide-progress .pagination-group .swiper-pagination .swiper-pagination-bullet { position: relative; margin-right: 16px; background: #333; opacity: .3; }
.slide-progress .pagination-group .swiper-pagination .swiper-pagination-bullet-active { background: #23a0ef; opacity: 1; }
.slide-progress .pagination-group .swiper-pagination .swiper-pagination-bullet-active:after { content: ''; display: block; position: absolute; top: calc(50% - 12px); left: calc(50% - 12px); width: 24px; height: 24px; border: 1px solid #23a0ef; border-radius: 50%; box-sizing: border-box; }

.box-search-main { position: relative; z-index: 2; }
.box-search-main .search-autocomplete-main { display: none; position: absolute; width: 100%; margin-top: 8px; padding: 16px 0; border: 1px solid #eaeaea; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); box-sizing: border-box; background: #fff; }
.box-search-main .search-autocomplete-main.active { display: block; }
.box-search-main .search-autocomplete-main .list-keyword li:not(:last-child) { margin-bottom: 4px; }
.box-search-main .search-autocomplete-main .list-keyword .keyword { display: block; padding: 16px 24px; box-sizing: border-box; font-size: 20px; font-weight: 500; color: #000; line-height: 32px; cursor: pointer; transition: .2s all ease-out; }
.box-search-main .search-autocomplete-main .list-keyword .keyword:hover,
.box-search-main .search-autocomplete-main .list-keyword .keyword.active { background: #f2f8fb; }
.box-search-main .search-autocomplete-main .list-keyword .highlight { color: #1a95ce; }


/*FAQ*/
.list-faq { border-top: 1px solid #333; box-sizing: border-box; }
.list-faq li { border-bottom: 1px solid #eaeaea; box-sizing: border-box; }
.list-faq .fold { position: relative; padding: 16px 60px; box-sizing: border-box; background: url('/img/ico_arrow_bottom2.svg') calc(100% - 20px) center no-repeat; cursor: pointer; }
.list-faq .fold .tit { font-size: 16px; font-weight: 400; color: #333; }
.list-faq .fold .tit:before { content: ''; display: block; position: absolute; left: 20px; width: 24px; height: 24px; background: url('/img/ico_question1.svg') center center no-repeat; background-size: contain; }
.list-faq .unfold { display: none; position: relative; padding: 24px 20px 24px 60px; border-top: 1px solid #eaeaea; box-sizing: border-box; background: #f2f8fb; }
.list-faq .txt-group:before { content: ''; display: block; position: absolute; left: 20px; width: 24px; height: 24px; background: url('/img/ico_answer1.svg') center center no-repeat; background-size: contain; }
.list-faq .txt-group .txt { font-size: 14px; font-weight: 700; color: #666; line-height: 24px; }
.list-faq .txt-group .txt2 { font-size: 14px; font-weight: 400; color: #666; line-height: 24px; }

.list-faq .fold.active { background-image: url('/img/ico_arrow_top2.svg'); }
.list-faq .fold.active .tit { font-weight: 700; color: #1a95ce; }
.list-faq .unfold.active { display: block; }


/*마이페이지 메인*/
.verify-message { display: flex; align-items: center; position: relative; margin-bottom: 40px; padding: 30px 40px; border-radius: 8px; box-sizing: border-box; background: #fffcf6; }
.verify-message img { margin-right: 28px; }
.verify-message .txt-group .tit { margin-bottom: 10px; font-size: 18px; font-weight: 400; color: #333; }
.verify-message .txt-group .tit span { font-weight: 700; color: #1a95ce; }
.verify-message .txt-group .txt { font-size: 14px; font-weight: 400; color: #333; }
.verify-message .txt-group .txt span { margin-left: 13px; }
.verify-message .btn-custom { position: absolute; right: 40px; }


/*로그인*/
.login { background: #fcfcfc; }
.login .wrap { padding: 80px 0 20px; box-sizing: border-box; }
.login .wrap > .box { max-width: 720px; margin: 0 auto; padding: 60px 48px; box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05); box-sizing: border-box; background: #fff; }
.login .top-page { margin-bottom: 40px; }
.login .top-page .tit { font-weight: 500; text-align: center; }

.frm-group-login { margin-bottom: 40px; }
.frm-group-login .inp-frm { height: 56px; margin-bottom: 16px; }
.frm-group-login .ck-group { margin-bottom: 40px; }
.frm-group-login .btn-custom { width: 100%; height: 56px; }

.login-util { display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }
.login-util a { position: relative; margin: 0 10px; font-size: 16px; font-weight: 400; color: #999; }
.login-util a:before { content: ''; display: block; position: absolute; top: calc(50% - 6px); right: -11px; width: 1px; height: 12px; background: #ccc; }
.login-util a:last-child:before { display: none; }


/*아이디 및 비밀번호 찾기*/
.find { background: #fcfcfc; }
.find .wrap { padding: 80px 0 20px; box-sizing: border-box; }
.find .wrap > .box { max-width: 720px; margin: 0 auto; padding: 60px 48px; border-top: 8px solid #1a95ce; box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05); box-sizing: border-box; background: #fff; }
.find .top-page { margin-bottom: 40px; }
.find .top-page .tit { font-weight: 500; text-align: center; }

.frm-group-find .inp-frm { height: 56px; margin-bottom: 16px; }
.frm-group-find .btn-custom { width: 100%; height: 56px; margin-top: 40px; }
.frm-group-find .frm-message { display: flex; justify-content: center; align-items: center; height: 72px; margin-top: 40px; border: 1px solid #ff6363; box-sizing: border-box; background: #ffeeee; }
.frm-group-find .frm-message .txt { font-size: 16px; font-weight: 400; color: #ff6363; text-align: center; }
.frm-group-find .frm-message .txt img { margin-right: 4px; vertical-align: 0px; }
.frm-group-find .find-result { display: flex; justify-content: center; align-items: center; height: 128px; border: 1px solid #e8e8e8; box-sizing: border-box; background: #f9f9f9; font-size: 16px; font-weight: 400; color: #333; text-align: center; }
.frm-group-find .find-result strong { margin: 0 4px; font-weight: 700; color: #1a95ce; }


/*회원가입*/
.sign { background: #fcfcfc; }
.sign .wrap { padding: 80px 0 20px; box-sizing: border-box; }
.sign .wrap > .box { max-width: 960px; margin: 0 auto; box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05); box-sizing: border-box; }
.sign .wrap > .box-v1 { border-top: 8px solid #1a95ce; box-sizing: border-box; }
.sign .inner { padding: 60px 48px; box-sizing: border-box; background: #fff; }
.sign .top-page { margin-bottom: 40px; }
.sign .top-page .tit { font-weight: 500; text-align: center; }

.step-group { display: flex; align-items: center; border-bottom: 1px solid #eaeaea; box-sizing: border-box; }
.step-group .tit-group { display: flex; justify-content: center; align-items: center; position: relative; width: 33.33%; height: 64px; background: #fff; }
.step-group .tit-group-v1 { background: #1a95ce; }

.step-group .tit-group .tit { position: relative; font-size: 16px; font-weight: 500; color: #bababa; text-align: center; }
.step-group .tit-group .tit span,
.step-group .tit-group .tit img { margin-right: 10px; font-family: 'Montserrat'; }
.step-group .tit-group .tit br { display: none; }

.step-group .tit-group.active:before { content: ''; display: block; position: absolute; left: 0; width: 100%; height: 64px; background: url('/img/bg_step1.svg') center right no-repeat; background-size: cover; }
.step-group .tit-group.active .tit { color: #fff; }

.sign .list-ck2 li { width: 50%; margin: 4px 0; }
.sign .txt-group { margin-bottom: 80px; }
.sign .txt-group .ico-check { display: block; margin: 0 auto 40px; }
.sign .txt-group .tit { margin-bottom: 24px; font-size: 24px; font-weight: 700; color: #333; text-align: center; }
.sign .txt-group .txt { font-size: 16px; font-weight: 400; color: #666; text-align: center; }
.sign .txt-group .txt span { font-weight: 700; color: #1a95ce; }


/*약관동의*/
.policy-group { padding-top: 24px; border-top: 1px solid #000; box-sizing: border-box; }
.policy-group .tit { font-size: 16px; font-weight: 400; color: #333; }
.policy-group .box { margin-bottom: 24px; }
.policy-group .box:last-child { margin-bottom: 0; }
.policy-group .ck-group { margin-bottom: 12px; }
.policy-group .policy-content { height: 136px; padding: 20px 24px; border: 1px solid #eaeaea; box-sizing: border-box; overflow-y: auto; }
.policy-group .policy-content .tbl { margin-bottom: 20px; }
.policy-group .policy-content .tbl:last-child { margin-bottom: 0; }
.policy-group .policy-content .txt { margin-bottom: 20px; font-size: 16px; font-weight: 400; color: #333; }
.policy-group .policy-content .txt:last-child { margin-bottom: 0; }
.policy-group .policy-content .txt p { margin-bottom: 12px; }
.policy-group .policy-content .txt p:last-child { margin-bottom: 0; }

.policy-group .policy-content .txt-v1 { padding-left: 20px; box-sizing: border-box; }
.policy-group .policy-content .txt-v1 .v1 { position: relative; color: #999; }
.policy-group .policy-content .txt-v1 .v1:before { content: '※'; position: absolute; left: -20px; }


/*개인정보처리방침 및 이용약관*/
.policy { padding-top: 60px; box-sizing: border-box; }
.policy .top-page { padding-bottom: 24px; border-bottom: 1px solid #000; }
.policy .policy-content .tit { margin-bottom: 12px; font-size: 16px; font-weight: 500; color: #333; line-height: 24px; }
.policy .policy-content .txt { margin-bottom: 24px; font-size: 16px; font-weight: 400; color: #666; line-height: 24px; }
.policy .policy-content .txt p { margin-bottom: 12px; }
.policy .policy-content .txt p:last-child { margin-bottom: 0; }

.policy .tbl { margin-bottom: 48px; }

.tbl-v6 th:nth-child(1),
.tbl-v6 td:nth-child(1) { width: 15%; }
.tbl-v6 th:nth-child(2),
.tbl-v6 td:nth-child(2) { width: 85%; }

.tbl-v7 th:nth-child(1),
.tbl-v7 td:nth-child(1) { width: 33.33%; }
.tbl-v7 th:nth-child(2),
.tbl-v7 td:nth-child(2) { width: 33.33%; }
.tbl-v7 th:nth-child(3),
.tbl-v7 td:nth-child(3) { width: 33.33%; }

.tbl-v8 th:nth-child(1),
.tbl-v8 td:nth-child(1) { width: 19%; }
.tbl-v8 th:nth-child(2),
.tbl-v8 td:nth-child(2) { width: 27%; }
.tbl-v8 th:nth-child(3),
.tbl-v8 td:nth-child(3) { width: 27%; }
.tbl-v8 th:nth-child(4),
.tbl-v8 td:nth-child(4) { width: 27%; }


/*장비 통합 검색*/
.list-item { border-top: 1px solid #000; box-sizing: border-box; }
.list-item li { border-bottom: 1px solid #eaeaea; box-sizing: border-box; }
.list-item a { display: flex; align-items: flex-start; padding: 28px 0; box-sizing: border-box; }
.list-item .img-group { width: 350px; height: 281px; margin-right: 40px; }
.list-item .item-info { width: calc(100% - 390px); }
.list-item .item-info .item-name { margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; font-weight: 700; color: #333; }
.list-item .item-info .item-desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 48px; margin-bottom: 20px; line-height: 24px; white-space: normal; overflow: hidden; font-size: 16px; font-weight: 400; color: #666; }
.list-item .item-info .item-category { display: flex; align-items: center; margin-bottom: 8px; }
.list-item .item-info .item-category > div { position: relative; margin-right: 20px; font-size: 14px; font-weight: 400; color: #666; }
.list-item .item-info .item-category > div:last-child { margin-right: 0; }
.list-item .item-info .item-category > div:after { content: ''; display: block; position: absolute; top: calc(50% - 6px); right: -16px; width: 12px; height: 12px; background: url('/img/ico_arrow_breadcrumb1.svg') center center no-repeat; background-size: contain; }
.list-item .item-info .item-category > div:last-child:after { display: none; }
.list-item .item-info .item-detail .txt-group { display: flex; }
.list-item .item-info .item-detail .txt-group .tit { position: relative; width: 60px; font-size: 14px; font-weight: 700; color: #666; }
.list-item .item-info .item-detail .txt-group .tit:after { content: ':'; position: absolute; top: 0; right: 10px; font-size: 14px; font-weight: 400; color: #666; }
.list-item .item-info .item-detail .txt-group .txt { width: calc(100% - 60px); font-size: 14px; font-weight: 400; color: #666; }

.list-item .btn-group { margin-top: 20px; }
.list-item .btn-group .btn { width: 100%; }
.list-item a:hover .btn-group .btn:not(.disabled) { background: #1f7eaa; }


/*시험분석 장비 상세*/
.item-basic { display: flex; padding: 20px; box-sizing: border-box; background: #f2f8fb; }
.item-basic .item-info { position: relative; width: calc(100% - 358px); }
.item-basic .item-info .ck-group { position: absolute; top: 0; right: 0; }
.item-basic .item-info .item-name { width: calc(100% - 50px); margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; font-weight: 700; color: #000; }
.item-basic .item-info .item-name2 { margin-bottom: 24px; font-size: 16px; font-weight: 400; color: #666; }
.item-basic .item-info .item-detail .txt-group { display: flex; line-height: 24px; }
.item-basic .item-info .item-detail .txt-group .tit { position: relative; width: 72px; font-size: 14px; font-weight: 700; color: #666; }
.item-basic .item-info .item-detail .txt-group .tit:after { content: ':'; position: absolute; top: 0; right: 10px; font-size: 14px; font-weight: 400; color: #666; }
.item-basic .item-info .item-detail .txt-group .txt { width: calc(100% - 72px); font-size: 14px; font-weight: 400; color: #666; }
.item-basic .item-info .btn-state { display: flex; justify-content: center; align-items: center; width: 120px; height: 40px; margin: 0 0 0 auto; border: 1px solid #dfdfdf; border-radius: 4px; box-sizing: border-box; background: #fff; font-size: 16px; font-weight: 400; color: #333; }
.item-basic .item-info .btn-state .ico-arrow { width: 24px; height: 24px; margin-left: 4px; background: url('/img/ico_arrow_bottom2.svg') center center no-repeat; background-size: contain; transition: .3s all ease-out; }
.item-basic .item-info .btn-state.active .ico-arrow { transform: rotate(180deg); }

.slide-gallery { position: relative; width: 310px; margin-right: 48px; }
.slide-gallery .swiper .swiper-slide { height: 248px; border: 1px solid #eaeaea; box-sizing: border-box; }
.slide-gallery .pagination-group { display: flex; justify-content: center; align-items: center; margin: 18px auto 0; }
.slide-gallery .pagination-group .swiper-pagination { display: flex; align-items: center; position: static; width: auto; height: 20px; }
.slide-gallery .pagination-group .swiper-pagination .swiper-pagination-bullet { position: relative; margin-right: 20px; background: #999; opacity: .4; }
.slide-gallery .pagination-group .swiper-pagination .swiper-pagination-bullet-active { background: #1a95ce; opacity: 1; }
.slide-gallery .pagination-group .swiper-pagination .swiper-pagination-bullet-active:after { content: ''; display: block; position: absolute; top: calc(50% - 10px); left: calc(50% - 10px); width: 20px; height: 20px; background: url('/img/ico_graphic1.svg') center center no-repeat; }

.reserve-group { position: absolute; left: 0; right: 0; z-index: -1; width: calc(100% - 40px); margin: 0 auto 60px; opacity: 0; }
.reserve-group.active { position: relative; z-index: 1; width: 100%; opacity: 1; }
.reserve-group .box { display: flex; padding: 24px 20px; border: 1px solid #d8e4eb; box-sizing: border-box; }
.reserve-group .calendar-group { width: 384px; margin-right: 40px; }
.reserve-group .calendar-group #calendar { height: 384px; margin-bottom: 10px; }

.reserve-group .calendar-group .simple-calendar { margin-bottom: 10px; border: 1px solid #eaeaea; box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05); box-sizing: border-box; }
.reserve-group .calendar-group .simple-calendar .calendar { padding: 20px 20px 10px; box-sizing: border-box; }
.reserve-group .calendar-group .calendar .event-container { position: absolute; }
.reserve-group .calendar-group .state { display: flex; justify-content: flex-end; align-items: center; }
.reserve-group .calendar-group .state > div { display: flex; align-items: center; margin-right: 8px; font-size: 12px; font-weight: 400; }
.reserve-group .calendar-group .state > div:last-child { margin-right: 0; }
.reserve-group .calendar-group .state > div:before { content: ''; display: block; width: 12px; height: 12px; margin-right: 4px; border-radius: 50%; box-sizing: border-box; }
.reserve-group .calendar-group .state > .v1:before { background: #1a95ce; }
.reserve-group .calendar-group .state > .v2:before { background: #999; }
.reserve-group .calendar-group .state .v1 { color: #1a95ce; }
.reserve-group .calendar-group .state .v2 { color: #999; }

.reserve-group .state-group { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: calc(100% - 424px); }
.reserve-group .state-group .box-table { width: 100%; max-height: 246px; border-top: 1px solid #000; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; }
.reserve-group .state-group .box-table tr:first-child { position: sticky; top: 0; border-top: none; }
.reserve-group .state-group .btn-group { display: block; margin-top: 20px; }
.reserve-group .state-group .btn-group .btn-custom { margin: 0 auto; }
.reserve-group .state-group .btn-group .txt { margin-top: 12px; font-size: 12px; font-weight: 400; color: #999; text-align: center; }

.tbl-state tr:first-child { border-top: 1px solid #000; box-sizing: border-box; }
.tbl-state th, .tbl-state td { text-align: center; }
.tbl-state th:nth-child(1), .tbl-state td:nth-child(1) { width: 15%; }
.tbl-state th:nth-child(2), .tbl-state td:nth-child(2) { width: 45%; }
.tbl-state th:nth-child(3), .tbl-state td:nth-child(3) { width: 20%; }
.tbl-state th:nth-child(4), .tbl-state td:nth-child(4) { width: 20%; }

.item-view .article-container { margin-top: 60px; }
.item-view .article-group .txt-group { margin-bottom: 20px; }
.item-view .article-group .txt-group:last-child { margin-bottom: 0; }
.item-view .article-group .txt-group .tit { margin-bottom: 12px; font-size: 16px; font-weight: 400; color: #12516e; }
.item-view .article-group .txt-group .txt p { display: flex; margin-bottom: 8px; font-size: 16px; font-weight: 400; color: #666; }
.item-view .article-group .txt-group .txt p:last-child { margin-bottom: 0; }
.item-view .article-group .txt-group .txt p:before { content: '-'; display: block; margin-right: 4px; font-size: 16px; font-weight: 400; color: #666; }
.item-view .article-group .list-download li { margin-bottom: 8px; }
.item-view .article-group .list-download li:last-child { margin-bottom: 0; }
.item-view .article-group .list-download a { display: flex; align-items: center; font-size: 16px; font-weight: 400; color: #333; text-decoration: underline; }
.item-view .article-group .list-download a:before { content: ''; display: block; width: 24px; height: 24px; margin-right: 4px; background: url('/img/ico_download1.svg') center center no-repeat; }
.item-view .article-group .list-download a span { width: calc(100% - 28px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }


/*시험분석 장비 예약*/
.item-basic-v1 .img-group { width: 310px; height: 248px; margin-right: 48px; border: 1px solid #eaeaea; box-sizing: border-box; }
.item-basic-v1 .item-info .item-detail { display: flex; flex-wrap: wrap; }
.item-basic-v1 .item-info .item-detail > div { width: 50%; }
.item-basic-v1 .item-info .item-detail > div:last-child .txt-group .tit { width: 88px; }
.item-basic-v1 .item-info .item-detail > div:last-child .txt-group .txt { width: calc(100% - 88px); }

.item-reserve .article-container { margin-top: 60px; }

.reserve-group-v1 { width: 868px; margin: 20px 0 0 auto; }
.reserve-group-v1.active { width: 868px; }
.reserve-group-v1 .box { position: relative; padding: 70px 40px 45px; box-sizing: border-box; }
.reserve-group-v1 .btn-close { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border: none; background: url('/img/ico_x1.svg') center center no-repeat; }
.reserve-group-v1 .state-group .box-table { max-height: 344px; }


/*장비 홍보 등록하기*/
.item-write .list-frm { margin-bottom: 20px; }
.item-write .list-frm:last-child { margin-bottom: 0; }


/*예약 현황*/
.calendar-label { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 20px; }
.calendar-label > div { margin-right: 8px; font-size: 12px; font-weight: 400; }
.calendar-label > div:before { content: ''; display: inline-block; width: 12px; height: 12px; margin-right: 4px; border-radius: 2px; box-sizing: border-box; vertical-align: -2px; }
.calendar-label .v1 { color: #1a95ce; }
.calendar-label .v2 { color: #f17e26; }
.calendar-label .v3 { color: #59b856; }
.calendar-label .v1:before { background: #c4e0ee; }
.calendar-label .v2:before { background: #efd8c6; }
.calendar-label .v3:before { background: #cce5cb; }

/*풀캘린더*/
.fc-theme-standard .fc-scrollgrid { border-color: #e8e8e8 !important; }
.fc-theme-standard td, .fc-theme-standard th { border-color: #e8e8e8 !important; }
.fc .fc-toolbar { justify-content: center !important; position: relative; }
.fc-toolbar-chunk:first-child { display: none; }
.fc-toolbar-chunk:last-child { position: absolute; right: 0; }
.fc .fc-button-primary { display: flex; justify-content: center; align-items: center; border: 1px solid #1a95ce !important; background: #1a95ce !important; }
.fc .fc-button-primary:focus { box-shadow: none !important; }
.fc-icon { display: block !important; }
.fc .fc-daygrid-day-number { padding: 10px !important; box-sizing: border-box; }


/*20231215 추가*/
/*지원기관 안내*/
.list-item2 li { display: flex; align-items: flex-start; margin-bottom: 20px; padding: 20px; border: 1px solid #eaeaea; border-radius: 8px; box-sizing: border-box; }
.list-item2 li:last-child { margin-bottom: 0; }
.list-item2 .img-group { width: 240px; height: 160px; margin-right: 40px; }
.list-item2 .item-info { width: calc(100% - 280px); }
.list-item2 .item-info .item-name { margin-bottom: 6px; font-size: 20px; font-weight: 700; color: #333; }
.list-item2 .item-info .item-desc { margin-bottom: 24px; font-size: 16px; font-weight: 400; color: #666; line-height: 24px; word-break: break-all; }
.list-item2 .item-info .item-detail .txt-group .txt { margin-bottom: 4px; padding-left: 24px; box-sizing: border-box; text-indent: -24px; font-size: 14px; font-weight: 400; color: #666; }
.list-item2 .item-info .item-detail .txt-group .txt:last-child { margin-bottom: 0; }
.list-item2 .item-info .item-detail .txt-group .txt img { width: 20px; margin-right: 4px; }


/*오시는 길*/
.location-map { position: relative; margin-bottom: 80px; }
.location-map .img-map { display: block; width: 100%; }
.location-map .map-info { display: flex; justify-content: space-between; align-items: center; position: relative; width: calc(100% - 40px); margin: -30px auto 0; padding: 30px 0; box-sizing: border-box; background: #f2f8fb; }
.location-map .map-info .txt-group { display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; width: 33.33%; }
.location-map .map-info .txt-group:after { content: ''; display: block; position: absolute; top: calc(50% - 50px); right: 0; width: 1px; height: 100px; background: #ddd; }
.location-map .map-info .txt-group:last-child:after { display: none; }
.location-map .map-info .txt-group .ico { width: 40px; margin-bottom: 12px; }
.location-map .map-info .txt-group .txt { font-size: 16px; font-weight: 400; color: #666; text-align: center; line-height: 24px; }

.location-info .top-section { padding-bottom: 22px; border-bottom: 1px solid #000; box-sizing: border-box; }
.location-info .top-section .tit { font-size: 20px; font-weight: 700; color: #333; }

.list-location-info li { display: flex; border-bottom: 1px solid #eaeaea; box-sizing: border-box; }
.list-location-info li:last-child { border-bottom: none; }
.list-location-info .img-group { width: 113px; padding: 24px 0; box-sizing: border-box; }
.list-location-info .img-group img { display: block; margin: 0 auto; }
.list-location-info .location-guide { width: calc(100% - 113px); }
.list-location-info .location-guide .txt-group { padding: 24px 0; border-bottom: 1px solid #eaeaea; box-sizing: border-box; }
.list-location-info .location-guide .txt-group:last-child { border-bottom: none; }
.list-location-info .location-guide .txt-group .tit { margin-bottom: 12px; font-size: 16px; font-weight: 700; color: #12516e; line-height: 24px; }
.list-location-info .location-guide .txt-group .txt { font-size: 16px; font-weight: 400; color: #666; line-height: 24px; }


/*장비 이용 안내*/
.verify-message-v1 { background: #f2f8fb; }
.verify-message-v1 .txt-group .tit { margin-bottom: 0; }

.item-process { margin-bottom: 60px; }
.item-process .top-section { margin-bottom: 20px; }
.item-process .top-section .tit { font-size: 20px; font-weight: 700; color: #333; }
.item-process .img { display: block; width: 100%; }
.item-process .img.m { display: none; }

.list-item-process { display: none; }

.item-warn { margin-bottom: 60px; }
.item-warn .top-section { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #000; box-sizing: border-box; }
.item-warn .top-section .tit { font-size: 20px; font-weight: 700; color: #333; }

.list-item-warn li { margin-bottom: 8px; padding-left: 10px; box-sizing: border-box; text-indent: -10px; font-size: 16px; font-weight: 400; color: #666; }
.list-item-warn li:last-child { margin-bottom: 0; }
.list-item-warn li:before { content: '-'; margin-right: 4px; }

.item-price .top-section { margin-bottom: 20px; }
.item-price .top-section .tit { font-size: 20px; font-weight: 700; color: #333; }

.item-price .tbl th,
.item-price .tbl td { text-align: center; }
.item-price .tbl th { border-right: 1px solid #eaeaea; box-sizing: border-box; }
.item-price .tbl .t1 { width: 10%; }
.item-price .tbl .t2 { width: 20%; }
.item-price .tbl .t3 { width: 20%; }
.item-price .tbl .t4 { width: 40%; }
.item-price .tbl .t4-2 { width: 20%; }
.item-price .tbl .t5 { width: 10%; border-right: none; }


/*20251103 추가*/
/*시험평가 공정 현황*/
.item-detail-v1 > div { width: 100% !important; }

.tbl-v9 { position: relative; }
.tbl-v9 thead:after { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 1px; margin: 0 auto; background: #000; }
.tbl-v9 tr:first-child { border-top: none; }
.tbl-v9 th:first-child { width: 9%; padding: 12px 24px; box-sizing: border-box; }
.tbl-v9 th:not(:first-child),
.tbl-v9 td:not(:first-child) { width: 10%; }
.tbl-v9 th,
.tbl-v9 td { padding: 12px 8px; border-right: 1px solid #eaeaea; box-sizing: border-box; text-align: center; }
.tbl-v9 th:last-child,
.tbl-v9 td:last-child { border-right: none; }
.tbl-v9 th { font-size: 14px; white-space: nowrap; }
.tbl-v9 td { font-size: 12px; }

.item-reserve .img-example { display: block; width: 100%; margin-bottom: 40px; }


/*소프트웨어 이용안내*/
.software-guide .top-article { margin-bottom: 20px; }
.software-guide .article-group:nth-child(1) .top-article { margin-bottom: 0; }

.list-procedure { display: flex; flex-wrap: wrap; margin: 0 -28px; }
.list-procedure:nth-child(even) { flex-direction: row-reverse; }
.list-procedure li { display: flex; position: relative; width: calc(100% / 4); padding: 28px; box-sizing: border-box; }
.list-procedure li:after { content: ''; display: block; position: absolute; top: calc(50% - 12px); right: -12px; width: 24px; height: 24px; background: url('/img/ico_arrow_step1.svg'); }
.list-procedure:nth-child(even) li:after { left: -12px; transform: rotate(180deg); }
.list-procedure:nth-child(odd) li:nth-child(4):after,
.list-procedure:nth-child(even) li:nth-child(4):after { top: auto; left: 0; right: 0; bottom: -12px; transform: rotate(90deg); margin: 0 auto; }
.list-procedure:last-child li:last-child:after { display: none; }

.list-procedure .card { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 32px 24px; border: 1px solid #eaeaea; border-radius: 8px; box-sizing: border-box; }
.list-procedure img { display: block; margin: 0 auto 8px; }
.list-procedure .tit-group .num { display: flex; justify-content: center; align-items: center; width: 28px; height: 28px; margin: 0 auto 8px; border-radius: 50%; box-sizing: border-box; background: #1a95ce; font-size: 12px; font-weight: 700; color: #fff; }
.list-procedure .tit-group .tit { font-size: 16px; font-weight: 400; color: #000; text-align: center; line-height: 24px; }

.procedure-group { margin-bottom: 12px; }

.connection-guide .box { margin-bottom: 20px; padding: 40px; border-radius: 8px; box-sizing: border-box; background: #f9f9f9; }
.connection-guide .guide-content { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 32px; }
.connection-guide .guide-content:last-child { margin-bottom: 0; }
.connection-guide .step { display: flex; justify-content: center; align-items: center; height: 29px; margin-bottom: 16px; padding: 0 14px; border-radius: 15px; box-sizing: border-box; background: #1a95ce; font-size: 12px; font-weight: 700; color: #fff; }
.connection-guide .tit-group { margin-bottom: 32px; }
.connection-guide .tit-group .tit { font-size: 20px; font-weight: 700; outline-color: #333; line-height: 32px; }
.connection-guide .tit-group .txt { margin-top: 8px; font-size: 16px; font-weight: 400; color: #666; line-height: 24px; }
.connection-guide .tit-group .txt a { color: #1a95ce; text-decoration: underline; }
.connection-guide .img-group { display: flex; margin-bottom: 32px; }
.connection-guide .img-group > div { margin-right: 20px; }
.connection-guide .img-group > div:last-child { margin-right: 0; }
.connection-guide .img-guide { display: block; width: 100%; margin-bottom: 20px; }
.connection-guide .txt-group .txt { position: relative; margin-bottom: 8px; padding-left: 28px; box-sizing: border-box; font-size: 16px; font-weight: 400; color: #666; line-height: 24px; }
.connection-guide .txt-group .txt:last-child { margin-bottom: 0; }
.connection-guide .txt-group .txt .num { display: flex; justify-content: center; align-items: center; position: absolute; top: 1px; left: 0; width: 24px; height: 24px; border-radius: 50%; box-sizing: border-box; background: #1a95ce; font-size: 12px; font-weight: 700; color: #fff; }
.connection-guide .noti { position: relative; width: 100%; margin-top: 16px; padding: 12px 12px 12px 30px; border-radius: 4px; box-sizing: border-box; background: #eaeaea; font-size: 14px; font-weight: 400; color: #666; line-height: 20px; word-break: break-all; }
.connection-guide .noti img { position: absolute; top: 16px; left: 12px; }


@media only screen and (max-width: 1280px) {
	/*메인*/
	.slide-banner { height: 120vw; /*max-height: 800px;*/ }
	.slide-banner .swiper .thumb.pc { display: none; }
	.slide-banner .swiper .thumb.m { display: block; }
	.slide-banner .tit-group .tit { font-size: 24px; }
	.slide-banner .tit-group .btn { width: 176px; height: 40px; margin-top: 32px; padding: 3px 3px 3px 17px; box-sizing: border-box; font-size: 14px; font-weight: 400; }
	.slide-banner .tit-group .btn img { width: 34px; height: 34px; }
	.slide-banner .pagination-group { bottom: 32px; }
	.slide-banner .navigation-group { display: none; }
	
	.main .sec2 .wrap { padding: 40px 0; box-sizing: border-box; }
	.main .sec2 .bg-group .bg { left: 0; width: 191px; }
	.main .sec2 .bg-group .bg2 { right: 0; width: 249px; }
	.main .sec2 .content { display: block; }
	.main .sec2 .tit-group .tit { margin-bottom: 24px; font-size: 24px; text-align: center; line-height: 36px; }
	.main .search-group { width: calc(100% - 32px); height: 48px; margin: 0 auto; }
	.main .search-group .inp-group-search { height: 48px; padding-left: 20px; box-sizing: border-box; }
	.main .search-group .inp-group-search .inp-search { font-size: 16px; }
	.main .search-group .search-result { max-height: 138px; margin-top: 8px; border-radius: 12px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08); box-sizing: border-box; }
	.main .search-group .list-result a { padding: 10px 8px; border-radius: 8px; box-sizing: border-box; font-size: 14px; }
	
	.main .tag-group { margin-top: 16px; padding: 0 16px 20px; box-sizing: border-box; white-space: nowrap; overflow-x: auto; }
	.main .tag-group a { height: 28px; margin-right: 8px; padding: 0 10px; border-radius: 14px; box-sizing: border-box; font-size: 14px; }
	.main .link-group { justify-content: space-between; width: calc(100% - 32px); margin: 20px auto 0; }
	.main .link-group a { width: calc(33.33% - 8px); height: 28.333vw; margin: 0; padding: 3.611vw 0; border-radius: 12px; box-sizing: border-box; }
	.main .link-group img { width: 9.444vw; }
	.main .link-group .tit { font-size: 13px; line-height: 16px; }
	.main .link-group .tit br { display: block; }
	
	.main .sec3 { padding: 40px 0 48px; box-sizing: border-box; }
	.main .sec3 .top-section { margin-bottom: 24px; }
	.main .sec3 .top-section .tit { font-size: 24px; }
	
	.slide-progress .swiper { padding: 0 16px 16px; box-sizing: border-box; }
	.slide-progress .swiper-slide .card:hover { box-shadow: none; }
	.slide-progress .tit-group { height: 77px; padding: 0 32px; box-sizing: border-box; }
	.slide-progress .tit-group .num { margin-right: 16px; font-size: 24px; }
	.slide-progress .tit-group .tit { font-size: 18px; }
	.slide-progress .txt-group { height: 303px; padding: 20px 32px 40px; box-sizing: border-box; }
	.slide-progress .txt-group .txt { margin-bottom: 20px; font-size: 16px; }
	.slide-progress .txt-group img { width: 212px; }
	
	.slide-progress .swiper-slide .tit-group:after { display: none; }
	.slide-progress .swiper-slide:nth-child(2) .txt-group .txt br { display: none; }
	
	.box-search-main .search-autocomplete-main { padding: 8px 0; box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.04); box-sizing: border-box; }
	.box-search-main .search-autocomplete-main .list-keyword .keyword { padding: 6px 16px; box-sizing: border-box; font-size: 14px; font-weight: 400; line-height: 20px; }
	
	/*FAQ*/
	.list-faq .fold { padding: 15px 30px 15px 45px; box-sizing: border-box; background-position: calc(100% - 10px) center; }
	.list-faq .fold .tit { font-size: 14px; }
	.list-faq .fold .tit:before { left: 10px; width: 22px; height: 22px; }
	.list-faq .unfold { padding: 20px 15px 20px 45px; box-sizing: border-box; }
	.list-faq .txt-group:before { left: 10px; }
	.list-faq .txt-group .txt,
	.list-faq .txt-group .txt2 { font-size: 13px; line-height: 21px; }
	
	/*마이페이지 메인*/
	.verify-message { display: block; padding: 25px; box-sizing: border-box; }
	.verify-message img { display: block; margin: 0 auto 15px; zoom: 0.7; }
	.verify-message .txt-group { text-align: center; }
	.verify-message .txt-group .tit { margin-bottom: 5px; font-size: 16px; }
	.verify-message .txt-group .txt { font-size: 13px; }
	.verify-message .txt-group .txt span { margin-left: 10px; }
	.verify-message .btn-custom { position: static; margin-top: 20px; }
	
	/*로그인*/
	.login .wrap { padding: 50px 20px 0; box-sizing: border-box; }
	.login .wrap > .box { padding: 40px 20px; box-sizing: border-box; }
	.login .top-page { margin-bottom: 25px; }
	.login .top-page .tit { font-size: 24px; }
	
	.frm-group-login { margin-bottom: 25px; }
	.frm-group-login .inp-frm { height: 46px; margin-bottom: 10px; }
	.frm-group-login .ck-group { margin-bottom: 20px; }
	.frm-group-login .btn-custom { height: 46px; }
	
	.login-util { margin-bottom: 25px; }
	.login-util a { font-size: 14px; }
	
	/*아이디 및 비밀번호 찾기*/
	.find .wrap { padding: 50px 20px 0; box-sizing: border-box; }
	.find .wrap > .box { padding: 40px 20px; box-sizing: border-box; }
	.find .top-page { margin-bottom: 25px; }
	.find .top-page .tit { font-size: 24px; }
	
	.frm-group-find { margin-bottom: 25px; }
	.frm-group-find .inp-frm { height: 46px; margin-bottom: 10px; }
	.frm-group-find .btn-custom { margin-top: 20px; height: 46px; }
	.frm-group-find .frm-message { height: auto; margin-top: 20px; padding: 15px 10px; box-sizing: border-box; }
	.frm-group-find .frm-message .txt { font-size: 14px; }
	.frm-group-find .find-result { height: auto; padding: 30px 10px; box-sizing: border-box; }
	.frm-group-find .find-result .txt { font-size: 14px; }
	
	/*회원가입*/
	.sign .wrap { padding: 50px 20px 0; box-sizing: border-box; }
	.sign .inner { padding: 40px 20px; box-sizing: border-box; }
	.sign .top-page { margin-bottom: 20px; }
	.sign .top-page .tit { font-size: 24px; }
	
	.step-group .tit-group .tit { font-size: 13px; line-height: 16px; }
	.step-group .tit-group .tit span,
	.step-group .tit-group .tit img { display: block; margin: 0 auto; }
	.step-group .tit-group .tit img { height: 16px; }
	.step-group .tit-group .tit br { display: block; }
	
	.sign .list-ck2 li { width: 100%; }
	.sign .inp-group-mail > div { width: 100%; }
	.sign .inp-group-mail .select-custom2 { width: 100%; }
	
	.sign .txt-group { margin-bottom: 40px; }
	.sign .txt-group .ico-check { width: 60px; margin-bottom: 20px; }
	.sign .txt-group .tit { margin-bottom: 12px; font-size: 18px; }
	.sign .txt-group .txt { font-size: 14px; }
	.sign .txt-group .txt br { display: none; }
	
	/*약관동의*/
	.policy-group .tit { margin-bottom: 12px; font-size: 14px; }
	.policy-group .box { margin-bottom: 12px; }
	.policy-group .policy-content .tbl { margin-bottom: 12px; }
	.policy-group .policy-content .txt { font-size: 14px; }
	.policy-group .policy-content .txt p { margin-bottom: 8px; }
	
	/*개인정보처리방침 및 이용약관*/
	.policy { padding: 20px; box-sizing: border-box; }
	.policy .top-page { padding-bottom: 12px; box-sizing: border-box; }
	.policy .policy-content .tit { font-size: 14px; line-height: 20px; }
	.policy .policy-content .txt p { font-size: 14px; line-height: 20px; }
	
	/*장비 통합 검색*/
	.list-item a { display: block; padding: 20px 0; box-sizing: border-box; }
	.list-item .img-group { width: 100%; height: auto; margin-right: 0; margin-bottom: 15px; }
	.list-item .item-info { width: 100%; }
	.list-item .item-info .item-name { font-size: 18px; }
	.list-item .item-info .item-desc { max-height: 44px; margin-bottom: 15px; line-height: 22px; font-size: 14px; }
	.list-item .item-info .item-category > div { font-size: 13px; }
	.list-item .item-info .item-detail .txt-group .tit { font-size: 13px; }
	.list-item .item-info .item-detail .txt-group .txt { font-size: 13px; }
	
	/*시험분석 장비 상세*/
	.item-basic { display: block; }
	.item-basic .item-info { width: 100%; }
	.item-basic .item-info .item-name { margin-bottom: 5px; font-size: 18px; }
	.item-basic .item-info .item-name2 { margin-bottom: 15px; font-size: 14px; }
	.item-basic .item-info .item-detail .txt-group { line-height: 21px; }
	.item-basic .item-info .item-detail .txt-group .tit,
	.item-basic .item-info .item-detail .txt-group .tit:after,
	.item-basic .item-info .item-detail .txt-group .txt { font-size: 13px; }
	.item-basic .item-info .btn-state { width: 105px; font-size: 14px; }
	.item-basic .item-info .btn-state .ico-arrow { width: 18px; height: 18px; }
	
	.slide-gallery { width: 100%; margin-right: 0; margin-bottom: 30px; }
	.slide-gallery .swiper .swiper-slide { height: auto; }
	
	.reserve-group { margin-bottom: 40px; }
	.reserve-group .box { display: block; }
	.reserve-group .calendar-group { width: 100%; margin-right: 0; margin-bottom: 30px; }
	.reserve-group .calendar-group .simple-calendar { border: none; box-shadow: none; font-size: 14px; }
	.reserve-group .calendar-group .simple-calendar .calendar { padding: 0; }
	.reserve-group .calendar-group .simple-calendar .calendar .day { width: 2em; height: 2em; line-height: 2em; }
	.reserve-group .calendar-group .simple-calendar .calendar header .simple-calendar-btn { width: 24px; height: 24px; }
	.reserve-group .calendar-group .simple-calendar .calendar header .simple-calendar-btn::before { top: 8px; left: 6px; width: 6px; height: 6px; }
	.reserve-group .calendar-group .simple-calendar .calendar .event-container { padding: 60px 20px 20px; box-sizing: border-box; }
	.reserve-group .calendar-group .simple-calendar .calendar .event-container .close { top: 10px; right: 10px; }
	.reserve-group .calendar-group .simple-calendar .calendar .event-container .event { padding: 0.8em; }
	.reserve-group .calendar-group .simple-calendar .calendar .event-container .event-date { margin-bottom: 0.6em; }
	
	.reserve-group .state-group { width: 100%; }
	.reserve-group .state-group .box-table { max-height: 226px; }
	.reserve-group .state-group .btn-group { margin-top: 30px; }
	
	.item-view .article-group .txt-group { margin-bottom: 10px; }
	.item-view .article-group .txt-group .tit { margin-bottom: 10px; font-size: 14px; }
	.item-view .article-group .txt-group .txt p { margin-bottom: 2px; font-size: 14px; }
	.item-view .article-group .list-download a { font-size: 14px; }
	.item-view .article-group .list-download a:before { width: 20px; height: 20px; }
	.item-view .article-group .list-download a span { width: calc(100% - 24px); }
	
	/*시험분석 장비 예약*/
	.item-basic-v1 .img-group { width: 100%; height: auto; margin-right: 0; margin-bottom: 20px; }
	.item-basic-v1 .item-info .item-detail > div { width: 100%; }
	.item-basic-v1 .item-info .item-detail .txt-group .tit { width: 88px; }
	.item-basic-v1 .item-info .item-detail .txt-group .txt { width: calc(100% - 88px); }
	
	.item-reserve .article-container { margin-top: 40px; }
	
	.reserve-group-v1 { top: 0; left: 0; right: 0; width: 100%; height: 100%; margin: 0 auto; background: #fff; overflow-y: auto; }
	.reserve-group-v1.active { position: fixed; z-index: 100; width: 100%; }
	.reserve-group-v1 .box { padding: 40px 20px 20px; border: none; box-sizing: border-box; }
	.reserve-group-v1 .btn-close { top: 0; right: 10px; background-size: 30px; }
	
	/*풀캘린더*/
	.fc .fc-daygrid-day-number { padding: 4px !important; box-sizing: border-box; }
	
	/*20231215 추가*/
	/*지원기관 안내*/
	.list-item2 li { display: block; }
	.list-item2 .img-group { width: 100%; margin-right: 0; margin-bottom: 15px; }
	.list-item2 .item-info { width: 100%; }
	.list-item2 .item-info .item-name { margin-bottom: 4px; font-size: 18px; }
	.list-item2 .item-info .item-desc { margin-bottom: 20px; font-size: 14px; line-height: 20px; }
	
	/*오시는 길*/
	.location-map .map-info { display: block; padding: 0; }
	.location-map .map-info .txt-group { width: 100%; padding: 20px 0; box-sizing: border-box; }
	.location-map .map-info .txt-group:last-child { margin-bottom: 0; }
	.location-map .map-info .txt-group:after { top: auto; left: 0; right: 0; bottom: 0; width: calc(100% - 60px); height: 1px; margin: 0 auto; }
	.location-map .map-info .txt-group .ico { width: 30px; margin-bottom: 10px; }
	.location-map .map-info .txt-group .txt { font-size: 14px; line-height: 20px; }
	
	.location-info .top-section { padding-bottom: 10px; }
	.location-info .top-section .tit { font-size: 16px; }
	
	.list-location-info li { display: block; }
	.list-location-info .img-group { width: auto; margin: 0 auto; padding: 20px 0 0; box-sizing: border-box; }
	.list-location-info .location-guide { width: 100%; }
	.list-location-info .location-guide .txt-group { padding: 20px 0; box-sizing: border-box; }
	.list-location-info .location-guide .txt-group .tit { margin-bottom: 10px; font-size: 14px; line-height: 20px; }
	.list-location-info .location-guide .txt-group .txt { font-size: 14px; line-height: 20px; }
	.list-location-info .location-guide .txt-group .txt br { display: none; }
	
	/*장비 이용 안내*/
	.verify-message .txt-group .tit { margin-bottom: 0; font-size: 14px; text-align: left; }
	
	.item-process .img { display: none; }
	
	.list-item-process { display: block; }
	.list-item-process li { display: flex; align-items: center; position: relative; height: 77px; margin-bottom: 40px; padding: 0 28px; border: 2px solid #1a95ce; border-radius: 39px; box-sizing: border-box; }
	.list-item-process li:after { content: ''; display: block; position: absolute; left: 0; right: 0; bottom: -34px; width: 24px; height: 24px; margin: 0 auto; background: url('/img/ico_arrow_bottom3.svg') center center no-repeat; }
	.list-item-process .num { display: flex; justify-content: center; align-items: center; width: 28px; height: 28px; margin-right: 12px; border-radius: 50%; box-sizing: border-box; background: #1a95ce; font-size: 12px; font-weight: 700; color: #fff; text-align: center; }
	.list-item-process .txt-group { width: calc(100% - 40px); }
	.list-item-process .txt-group .tit { margin-bottom: 1px; font-size: 14px; font-weight: 400; color: #000; }
	.list-item-process .txt-group .txt { font-size: 12px; font-weight: 400; color: #989898; }
	
	.list-item-process li:last-child { margin-bottom: 0; background: #1a95ce; }
	.list-item-process li:last-child .num { background: #fff; color: #1a95ce; }
	.list-item-process li:last-child .txt-group .tit { color: #fff; }
	.list-item-process li:last-child .txt-group .txt { color: #b3d3e2; }
	.list-item-process li:last-child:after { display: none; }
	
	.list-item-warn li { padding-left: 9px; box-sizing: border-box; text-indent: -9px; font-size: 14px; }
	
	.item-price .table-group { overflow-x: auto; }
	.item-price .tbl th,
	.item-price .tbl td { font-size: 13px; }
	
	/*20251103 추가*/
	/*시험평가 공정 현황*/
	.item-reserve .img-example { width: auto; min-width: 100%; zoom: 0.5; }
	
	/*소프트웨어 이용안내*/
	.procedure-group { margin-bottom: 4px; }
	
	.list-procedure { flex-direction: row !important; margin: 0 -20px; }
	.list-procedure li { width: calc(100% / 2); padding: 20px; box-sizing: border-box; }
	.list-procedure li:after { display: none; }
	.list-procedure li:nth-child(odd):after { display: block; }
	.list-procedure li:nth-child(even):before { content: ''; display: block; position: absolute; top: auto; left: auto; right: calc(100% - 12px); bottom: -12px; transform: rotate(135deg); width: 24px; height: 24px; margin: 0 auto; background: url('/img/ico_arrow_step1.svg'); }
	.list-procedure:nth-child(even) li:after { left: auto; right: -12px; transform: rotate(0); }
	.list-procedure:nth-child(even) li:last-child:before { display: none; }
	
	.list-procedure .card { padding: 24px 16px; box-sizing: border-box; }
	.list-procedure img { width: 80px; }
	.list-procedure .tit-group .tit { font-size: 14px; line-height: 20px; }
	
	.connection-guide .box { margin-bottom: 10px; padding: 20px; box-sizing: border-box; }
	.connection-guide .guide-content { margin-bottom: 16px; }
	.connection-guide .step { margin-bottom: 8px; }
	.connection-guide .tit-group { margin-bottom: 16px; }
	.connection-guide .tit-group .tit { font-size: 16px; line-height: 24px; }
	.connection-guide .tit-group .txt { font-size: 14px; line-height: 20px; }
	.connection-guide .txt-group .txt { padding-left: 24px; box-sizing: border-box; font-size: 14px; line-height: 20px; }
	.connection-guide .txt-group .txt .num { top: 2px; width: 20px; height: 20px; font-size: 10px; }
	.connection-guide .img-group { display: block; margin-bottom: 16px; }
	.connection-guide .img-group > div { margin-right: 0; margin-bottom: 16px; }
	.connection-guide .img-group > div:last-child { margin-bottom: 0; }
	.connection-guide .img-guide { margin-bottom: 10px; }
	.connection-guide .noti { font-size: 12px;  }
}