@charset "UTF-8";/*  */
.color { color: #258FD5 !important; }
.detail_cont.write { font-size: 1.6rem; }
.detail_cont { font-size: 1.8rem; }
.detail_cont .title_area .text { padding: 5rem 6rem; background: #2A7ABF; background: linear-gradient(to right, #2A7ABF, #2D589F); color: #fff; border-radius: 1rem; box-shadow: 2rem 2rem 3rem rgba(0, 0, 0, 0.1); margin: -8rem 8rem 7rem 0; position: relative; }
.detail_cont .title_area .text h5 { font-size: 3rem; margin-bottom: 1.5rem; }
.detail_cont .title_area .text p { color: inherit; }
.detail_cont .box_list { margin-top: 2rem; font-size: 1.6rem; }
.detail_cont .box_list > ul > li ~ li { margin-top: 1rem; }
.detail_cont .box_list > ul > li:nth-child(1) .box_th .box { background-color: #3992cc; }
.detail_cont .box_list > ul > li:nth-child(2) .box_th .box { background-color: #297CB2; }
.detail_cont .box_list > ul > li:nth-child(3) .box_th .box { background-color: #3063B4; }
.detail_cont .box_list > ul > li:nth-child(4) .box_th .box { background-color: #204684; }
.detail_cont .box_list .box_th .box { justify-content: center; align-items: center; color: #fff; border: 0; line-height: 1.7; height: 100%; }
.detail_cont .box_list .box { word-break: keep-all; }
.detail_cont .box_list.horizontal > ul { display: flex; }
.detail_cont .box_list.horizontal > ul > li { flex: 1 1 30%; }
.detail_cont .box_list.horizontal > ul > li ~ li { margin: 0 0 0 1rem; }
.detail_cont .box_list.horizontal > ul > li > div { display: flex; }
.detail_cont .box_list.horizontal > ul > li > div .th_row { display: none; background-color: #F7F8FA !important; color: #464646; border: 0; flex: 1 1 30%; align-items: center; margin-right: 1rem; justify-content: center; text-align: center; word-break: keep-all; }
.detail_cont .box_list.horizontal > ul > li > div .th_col { flex: 1 1 70%; }
.detail_cont .box_list.horizontal > ul > li .box_td { margin-top: 1rem; }
.detail_cont .box_list.horizontal > ul .th_row_column { flex: 1 1 43%; }
.detail_cont .box_list.horizontal > ul .th_row_column .th_row { display: flex; }

/* =======================================================================================
월별교육과정
======================================================================================= */
.fireSt_box { position: absolute; top: 250px; left: -280px; width: 220px; border: 1px solid #2f457f; background-color: #fff; margin-top: 3rem; margin-bottom: 1.5rem; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
.fireSt_box .fireArea { display: flex; flex-wrap: wrap; }
.fireSt_box h3 { padding: 1rem 2rem 0rem 1.4rem; }
.fireSt_box ul.area-list { display: flex; flex-wrap: wrap; gap: 0px; padding: 1.8rem 0.8rem 0.5rem 1.2rem; }
.fireSt_box ul.area-list li { width: calc(50% - 0px); margin-bottom: 1.7rem; font-size: 1.4rem; letter-spacing: -0.1rem; font-weight: 500; }
.fireSt_box ul.area-list li:nth-child(2n) .custom-input input + label { margin-right: 0; }
.fireSt_box ul.area-list li:nth-child(6) .custom-input input + label { margin-right: 1rem; }
.fireSt_box .custom-input input + label { padding-left: 2rem; margin-right: 1rem; color: #222; }
.fireSt_box .btns { margin-top: -0.3rem; }
.fireSt_box .btns .btn { padding: 0.8rem 1.5rem; width: 100%; }
.fireSt_box .btns .btn.type3 { background: #2f457f; }
.fireSt_box .btns .btn.type3:hover { background: #1a2c5c; border: 1px solid #1a2c5c; }
.calendar_area .over_h { margin-bottom: 0.5rem; }
.calendar_area .form-control { height: auto; font-size: 1.7rem; color: #212121; border: 1px solid #333333; }
.calendar_area .month_box { overflow: hidden; width: 22rem; margin: 0 auto; }
.calendar_area .month_box button { position: relative; top: 1.6rem; float: left; width: 1.3rem; height: 2.2rem; }
.calendar_area .month_box button::after, .calendar_area .month_box button::before { content: ""; position: absolute; width: 1.5rem; height: 0.3rem; background: #999; border-radius: 0.3rem; }
.calendar_area .month_box button::after { left: -0.1rem; top: 0.5rem; transform: rotate(-45deg); }
.calendar_area .month_box button::before { left: -0.1rem; top: 1.4rem; transform: rotate(-135deg); }
.calendar_area .month_box button.next { transform: rotate(180deg); }
.calendar_area .month_box .month { float: left; margin: 0 2rem; color: #505050; font-size: 3.6rem; }
.calendar_area .month_box .month span { color: #222; font-size: 3.6rem; font-weight: 600; line-height: 3.6rem; }
.calendar_area .office_box { overflow: hidden; position: relative; float: right; margin-top: 0.8rem; }
.calendar_area .office_box li { position: relative; float: left; padding-left: 2.5rem; margin-right: 2.5rem; }
.calendar_area .office_box li:last-child { margin-right: 0; }
.calendar_area .office_box li::after { content: ""; position: absolute; left: 0; top: 0.3rem; width: 2rem; height: 2rem; }
.calendar_area .office_box li.office1::after { background-color: #a6e1ff; }
.calendar_area .office_box li.office2::after { background-color: #dbf1a6; }
.calendar_area .office_box li.office3::after { background-color: #febacf; }
.calendar_area .office_box li.office4::after { background-color: #d5bbf8; }
.calendar_area .office_box li.office5::after { background-color: #f3cdab; }
.calendar_area .calendar_box { overflow: hidden; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; width: 100%; border-top: 1px solid #646464; background: #fff; }
.calendar_area .calendar_box > li { float: left; width: 14.3%; min-height: 12rem; border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; }
.calendar_area .calendar_box > li:nth-child(7n) { color: #4680cc; width: 14.2%; border-right: 0; }
.calendar_area .calendar_box > li:nth-child(7n-6) { color: #e74c2e; }
.calendar_area .calendar_box > li.week { min-height: 5rem; line-height: 5rem; text-align: center; background: #f5f5f5; }
.calendar_area .calendar_box > li .day { display: block; margin: 0.1rem; width: 3.4rem; line-height: 3.4rem; font-size: 1.6rem; text-align: center; }
.calendar_area .calendar_box > li .today { color: #fff; background: #e74c2e; border-radius: 3.4rem; }
.calendar_area .calendar_box > li .list li.office1 { background-color: #a6e1ff; }
.calendar_area .calendar_box > li .list li.office2 { background-color: #dbf1a6; }
.calendar_area .calendar_box > li .list li.office3 { background-color: #febacf; }
.calendar_area .calendar_box > li .list li.office4 { background-color: #d5bbf8; }
.calendar_area .calendar_box > li .list li.office4 { background-color: #d5bbf8; }
.calendar_area .calendar_box > li .list li.office5 { background-color: #f3cdab; }
.calendar_area .calendar_box > li .list li a { display: block; overflow: hidden; padding: 0 0.5rem; text-overflow: ellipsis; white-space: nowrap; font-size: 1.5rem; }
/* pop */
.course-tit { margin-bottom: 0rem; }
.course-tit::after { content: ""; display: block; clear: both; }
.course-tit .tit { float: left; width: calc(100% - 11rem); font-size: 1.9rem; margin-top: 0.8rem; font-weight: 500; }
.enroll_cont .enroll_area { overflow: hidden; display: flex; flex-wrap: wrap; }
.enroll_cont .course_enroll { display: block; text-align: center; padding: 5rem; margin-bottom: 5rem; }
.enroll_cont .course_enroll .title_h2 { margin-top: 0; font-size: 2.4rem; font-weight: 500; }
.enroll_cont .course_enroll .title_h2 strong { font-weight: 700; }
.enroll_cont .course_enroll .desc { margin-top: 3rem; font-size: 1.5rem; }
.enroll_cont .course_enroll i { font-size: 6.4rem; }

/* =======================================================================================
My 리스트, 상세보기
======================================================================================= */
.galleryList.list_slide .slick-arrow { position: absolute; width: 4rem; height: 4rem; top: -6rem; overflow: hidden; color: transparent; z-index: 1; border: 1px solid #ddd; border-radius: 0.3rem; transition: 0.2s; }
.galleryList.list_slide .slick-arrow::before { font-family: xeicon; font-size: 1.7rem; display: block; line-height: 4rem; color: #44475c; transition: 0.2s; }
.galleryList.list_slide .slick-arrow:hover { background-color: #eee; }
.galleryList.list_slide .slick-prev { border-right: 0; border-radius: 0.3rem 0 0 0.3rem; }
.galleryList.list_slide .slick-prev::after { content: ""; display: block; width: 1px; height: 1rem; background-color: #ddd; position: absolute; transform: translate(0, -50%); right: 0; top: 50%; }
.galleryList.list_slide .slick-next { border-left: 0; border-radius: 0 0.3rem 0.3rem 0; }
.galleryList.list_slide .slick-prev::before { content: "\e93b"; }
.galleryList.list_slide .slick-next::before { content: "\e93e"; }
.galleryList.list_slide { border: 0; }
.galleryList.list_slide::after { display: none; }
.galleryList.list_slide .list_ul .list_li { padding-top: 0; padding-bottom: 2rem; }
.galleryList.list_slide .slick-prev { right: 4rem; }
.galleryList.list_slide .slick-next { right: 0rem; }
.list_btn { position: absolute; right: 0rem; top: -6rem; border: 1px solid #ddd; border-radius: 0.3rem; height: 4rem; line-height: 4rem; padding: 0 1rem; transition: 0.2s; font-size: 1.5rem; }
.list_btn i { margin-left: 1rem; }
.list_btn:hover { background-color: #eee; }
.tbl { width: 100%; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.tbl thead > tr > th { padding: 1.2rem 0.5rem; text-align: center; color: #444; border-left: 1px solid #e8e8e8; border-bottom: 1px solid #d3d8dd; background: #f4f4f4; }
.tbl tbody > tr > th { padding: 1.2rem 0.5rem; border-bottom: 1px solid #e1e1e1; }
.tbl tbody > tr > td { padding: 1.2rem 0.5rem; min-height: 43px; border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; word-wrap: break-word; word-break: break-all; text-align: center; }
.tbl tbody > tr > td.head { padding-left: 10px; text-align: left; color: #183f91; border-left: none; border-bottom: 1px solid #98d0ef; border-right: 1px solid #98d0ef; background: #f5fafc; }
.tbl tbody > tr > th.center, .tbl tbody > tr td.center { text-align: center; }
.tbl tfoot > tr > th { padding: 0.675em 1em; min-height: 43px; text-align: center; color: #f1f1f1; border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; background: #666; }
.tbl thead > tr > th:first-child, .tbl .tbl > tfoot > tr > th:first-child, .tbl tbody > tr > td:first-child { border-left: none; border-right: 1px solid #e1e1e1; }
.tbl tbody > tr > td.line-left {border-left: 1px solid #e1e1e1;}
.tbl tbody > tr > td.txt-left {padding-left: 1.5rem;}
.tbl tbody > tr > td.point {font-weight: 600; color: var(--primary); background-color: #FAFAFA;}
.srhBiz { margin-bottom: 2rem; }

/* =======================================================================================
Q&A - 상세보기
======================================================================================= */
.answer .title_area { padding: 1.5rem 6rem; background: var(--darkPrimary); border-radius: 0.5rem 0.5rem 0 0; color: #fff; display: flex; justify-content: space-between; }
.answer .title_area .title { font-weight: 500; }
.answer .title_area .title::before { content: "A"; display: inline-block; margin-right: 1rem; font-weight: 700; }
.answer .title_area .date { opacity: 0.7; }
.answer .title_area .date b { font-weight: 400; }
.answer .title_area .date em { position: relative; padding-left: 0.6rem; margin-left: 0.6rem; }
.answer .title_area .date em::before { content: ""; display: block; background-color: hsl(0, 0%, 87%, .5); width: 1px; height: 1.2rem; position: absolute; transform: translate(0, -50%); left: 0; top: 50%; }
.answer .cont { padding: 3rem 6rem; border-radius: 0 0 0.5rem 0.5rem; background: #F7F8FA; }
.add_file_list + .answer { margin-top: 2rem; }

/* =======================================================================================
등록폼 - 이야기, Q&A 
======================================================================================= */
.detail_cont.write .form-label { padding-left: 1.5rem; }
.detail_cont.write .btns .btn { width: 10rem; padding: 1.5rem; }
.define_box { padding: 4.5rem 4rem 4.5rem 19rem; border: 1px solid #ddd; border-radius: 1rem; position: relative; overflow: hidden; margin-bottom: 4rem; }
.define_box::after { content: ""; display: block; width: 17.5rem; height: 16.4rem; position: absolute; right: -3rem; bottom: -5rem; z-index: -1; }
.define_box .icon { position: absolute; left: 5rem; top: 4rem; }
.define_box .title { font-size: 2.2rem; font-weight: 500; color: #000; margin-bottom: 1rem; display: block; }
.define_box .desc { line-height: 1.56; word-break: keep-all; }
.attach_area .btn { display: inline-block; }
.attach_area .input_attach:focus + label { outline: 1px dotted #000; }
.attach_area .attach_file ~ .attach_file { margin-top: 1rem; }
.attach_area .attach_file .btn { display: inline-block; }
.attach_area .attach_list { width: 100%; border: 1px solid #d3d8dd; background-color: #f7f9fd; padding: 1rem; margin-top: 1rem; }
.attach_area .attach_list .attach_name { font-size: 1.5rem; margin-left: 1rem; position: relative; padding-right: 2.5rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.attach_area .attach_list .attach_name ~ .attach_name { margin-top: 0.5rem; }
.attach_area .attach_list .attach_close { color: #f2166e; margin-left: 0.5rem; }
.hash_area { padding-right: 4rem; margin-top: 1rem; }
.hash_area .hash_tag { margin-left: 0.5rem; }
.hash_area .xi-close-circle { color: #f2166e; margin-left: 0.2rem; font-size: 1.4rem; }
.note { display: block; margin-bottom: 0.5rem; }
.hash_input { padding-right: 4rem; }
.hash_add { position: absolute; right: 1.5rem; padding: 0.35rem 0.8rem; width: 3.7rem; height: 3.7rem; border: 1px solid #ccc; font-size: 2rem; transition: 0.2s; }
.hash_add:hover { background-color: #889; border-color: #889; color: #fff; }

/* =======================================================================================
회원가입
======================================================================================= */
.login_cont, .join_cont .join_area, .enroll_cont .enroll_area { border-radius: 1rem; border: 1px solid #DDD; }
.note { color: #2466EB; }
.join_cont { width: 90%; }
.join_cont .join_step { display: flex; justify-content: space-around; margin: 0 auto; margin-bottom: 6rem; width: 80%; z-index: 8; }
.join_cont .join_step li { position: relative; }
.join_cont .join_step li ~ li::after { display: inline-block; content: ""; font-size: 1.5rem; position: absolute; transform: translate(-50%, -50%); left: -3rem; top: 50%; border: 1px solid #DDD; border-radius: 50%; text-align: center; line-height: 2.4rem; width: 30rem; height: 1px; z-index: 8; }
.join_cont .join_step li .title { flex-direction: column; position: relative; border-radius: 4rem; color: #cecece; display: flex; align-items: center; justify-content: center; padding: 1.6rem 3.5rem; background-color: #4D4D4D; z-index: 9; }
.join_cont .join_step li.active .title { color: #fff; background-color:var(--primary); }
.join_cont .join_step li .title b { font-weight: 500; font-size: 1.6rem; }
.join_cont .join_step li .title small { font-weight: 400; font-size: 1.3rem; }
.join_cont .join_area { overflow: hidden; display: flex; flex-wrap: wrap; }
.join_cont .join_area .item { font-size: 1.5rem; text-align: center; padding: 6rem; width: 50%; display: flex; flex-wrap: wrap; align-content: space-between; }
.join_cont .join_area .item:hover { background-color: #f7f8fa; }
.join_cont .join_area .item .title { display: block; font-size: 2.4rem; color: #333B43; margin-bottom: 2.7rem; }
.join_cont .join_area .item .title span { font-weight: 400; }
.join_cont .join_area .item .vert_wrap { width: 100%; }
.join_cont .join_area .item .icon { display: flex; align-items: center; justify-content: center; width: 9.8rem; height: 9.8rem; background-color: #fff; border-radius: 50%; border: 1px solid #E2E2E2; margin: 3rem auto; }
.join_cont .join_area .item .icon::before { content: ""; display: block; width: 3.4rem; height: 4.3rem; background: url(../img/contents/member_icon01.png) 0 0 no-repeat; }
.join_cont .join_area .item .text { margin-bottom: 3rem; word-break: keep-all; }
.join_cont .join_area .item .text em { display: block; font-weight: 500; margin-bottom: 2rem; }
.join_cont .join_area .item .text span { font-weight: 300; }
.join_cont .join_area .item button { display: block; width: 100%; background: hsl(205, 100%, 28%); color: #fff; text-align: center; padding: 1.6rem; transition: 0.2s; }
.join_cont .join_area .item button:hover { background-color: #002742; }
.join_cont .join_area .item button i { margin-right: 0.5rem; }
.join_cont .join_area .item:first-child { border-right: 1px solid #ddd; }
.join_cont .join_area .typeA .icon::before { background-image: url(../img/contents/member_icon01.png); }
.join_cont .join_area .typeB .icon::before { width: 3.7rem; height: 4rem; background-image: url(../img/contents/member_icon02.png); }
.join_cont .join_area.cert_div { flex-wrap: wrap; width: 50%; margin: 0 auto; }
.join_cont .join_area.cert_div .item { padding: 4rem; }
.join_cont .join_area.cert_div .item .icon::before { width: 4.9rem; height: 5.2rem; }
.join_cont .join_area.cert_div .phone_cert .icon::before { background-image: url(../img/contents/cert_1.png); }
.join_cont .join_area.cert_div .ipin_cert .icon::before { background-image: url(../img/contents/cert_2.png); }
.join_cont .join_area .sns_join { width: 100%; background-color: #f7f8fa; border-top: 1px solid #E4E4E4; padding: 5rem 11rem; text-align: center; }
.join_cont .join_area .sns_join .title { font-size: 2rem; margin-bottom: 1rem; }
.join_cont .join_area .sns_join .desc { font-size: 1.5rem; }
.join_cont .terms_area .title_h2 { font-size: 1.6rem; margin-top: 2rem; margin-bottom: 1.5rem; }
.join_cont .terms_area .terms { overflow-y: auto; max-height: 24rem; line-height: 1.6; background: #fff; }
.join_cont .terms_area .terms_agree { text-align: right; margin: 1.5rem 0 2rem; }
.join_cont .all_terms { border-radius: 1rem; background: hsla(0, 0%, 100%, .7); font-size: 1.8rem; color: #000; padding: 3rem 1rem; text-align: center; margin-bottom: 4rem; }
.join_cont .all_terms input { background-color: #fff; }
.join_cont .all_terms input + label { margin-right: 0; }
.join_cont .btns .btn { width: 20rem; padding: 1.5rem; }
.join_cont .h2_area { margin-bottom: 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.join_cont .h2_area .title_h2 { margin: 0; }
.join_cont .h2_area small { font-size: 1.5rem; }
.join_cont .h2_center { margin-bottom: 1.5rem; display: block; text-align: center; }
.join_cont .h2_center .title_h2 { margin: 0; }
.join_cont .h2_center .title_desc { margin-top: 1rem; margin-bottom: 3rem; }
.join_cont .join_center { position: relative; display: block; text-align: center; margin-top: 1rem; margin-bottom: 3rem; }
.join_cont .join_center i { position: relative; font-size: 2rem; top: 0.2rem; color: #16b98d; }
.join_cont .txt_info { margin-bottom: 1rem; }
.join_cont .join_form { margin-bottom: 4rem; padding: 2rem 3rem; border-radius: 2rem; background-color: #fff; }
.join_cont .join_form .tstyle { border-top: none; }
.join_cont .join_form .tstyle::after { display: none; }
.join_cont .join_form .tstyle .dbody > li:last-child { border-bottom: none; }
.join_cont .join_form .checkbox_type { margin-top: 2rem; margin-bottom: 2rem; }
.join_cont .join_form .title_h3 { margin: 3rem 0 1rem; }
.join_cont .join_form .desc { font-size: 1.5rem; }
.join_cont .join_form .add_form, .join_cont .join_form #checkSub1, .join_cont .join_form #checkSub3 { display: none; }
.join_cont .join_form .add_btn:disabled { color: #ccc; background-color: #888; border-color: #888; }
.join_cont .join_form .kcaptcha { width: 120px; height: 60px; border: 1px solid #d6d6d6; }
.join_cont .join_complete { display: block; text-align: center; padding: 5rem; margin-bottom: 4rem; background-color: #fff; }
.join_cont .join_complete .title_h2 { margin-top: 0; font-size: 2.4rem; font-weight: 500; }
.join_cont .join_complete .title_h2 strong { font-weight: 700; }
.join_cont .join_complete img { margin-top: 1.5rem; }
.join_cont .join_complete .desc { margin-top: 3rem; }
.join_cont .join_complete .desc2 { margin-top: 3rem; font-size: 1.5rem; }
.join_cont .join_complete i { font-size: 6.4rem; }

/* =======================================================================================
로그인, 아이디 비밀번호 찾기
======================================================================================= */
.login_cont { text-align: center; overflow: hidden; }
.login_form { display: flex; flex-direction: column; }
.login_form .login_input { flex: 1 1 auto; }
.login_form .login_input input { padding-top: 1.3rem; padding-bottom: 1.3rem; font-size: 1.5rem; }
.login_form .login_input span ~ span { margin-top: 1rem; }
.login_form .idchk_save { display: block; width: 100%; text-align: left; margin: 1.2rem 0; }
.login_form .idchk_save label { font-size: 1.5rem; }
.login_form .form-floating label { font-size: 1.5rem; color: #999; border-radius: .4rem; }
.member .ui.horizontal.divider { color: #919191; font-size: 1.5rem; }
.member .login_foot { background-color: #f7f8fa; padding: 1.2rem 0 0rem 0; }
.member .login_foot ul { display: flex; justify-content: flex-end; }
.member .login_foot ul li { margin-top: 0; }
.member .login_foot ul li + li { margin-left: 1.6rem; }
.member .login_foot ul li::before { top: 1.5rem; background-color: #606060; }
.member .login_foot .btn { font-size: 1.5rem; padding: 0; border: none; margin-left: auto; display: inline-flex; background-color: transparent; }
.member .login_foot .btn:hover { color: #000; text-decoration: underline; }
.tab_cont { display: none; }
.tab_cont.active { display: block; }
.id_pw_cont .desc { margin-bottom: 2rem; }
.id_pw_cont .box { flex-wrap: wrap; justify-content: center; padding: 0; border-radius: 0; }
.id_pw_cont .box .box_cont { padding: 4rem; }
.id_pw_cont .box .box_foot { background-color: #f7f8fa; padding: 2rem; width: 100%; text-align: center; }
.id_pw_cont .box .btn { min-width: 20rem; padding: 1.3rem; }
#pw_cont .id_area { display: flex; margin-bottom: 3rem; }
#pw_cont .id_area label { padding-top: 1rem; flex: 1 1 6.5rem; }
#pw_cont .id_area input { margin-bottom: 1rem; width: 100%; }
#pw_cont .id_area .note { display: block; font-size: 1.4rem; letter-spacing: -1px; position: relative; padding-left: 1.3rem; }
#pw_cont .id_area .note::before { content: ""; display: block; position: absolute; left: 0; top: 1rem; width: 0.3rem; height: 0.3rem; background-color: #B0B0B0; border-radius: 50%; }
#pw_cont .box.bg-gray .box_cont { width: 100%; }
.id_pw_result { text-align: center; }
.id_pw_result h5 { font-size: 2rem; }
.id_pw_result h5 + p small { font-size: 1.4rem; font-weight: 300; color: #B0B0B0; position: relative; padding-left: 1.3rem; }
.id_pw_result h5 + p small::before { content: ""; display: block; position: absolute; left: 0; top: 1rem; width: 0.3rem; height: 0.3rem; background-color: #B0B0B0; }
.id_pw_result .id_info { margin: 3rem 0; }
.id_pw_result .id_info strong { margin-right: 2rem; }
.id_pw_result .pw_input { margin-bottom: 2rem; text-align: left; }
.id_pw_result .pw_input .note { display: block; margin-top: 1rem; }
.id_pw_result .btns { margin-top: 5rem; }
/* 기타 */
.etc_01 > p, .etc_02 > p { padding-left: 1.8rem; word-break: keep-all; }
.etc_01 .left, .etc_02 .left { font-weight: 700; color: #2A7ABF; position: absolute; left: 0; }
/* 통합검색 */
.total_search .search_box { border: 2px solid #ddd; background-color: #fff; padding: 3.8rem 0; margin-bottom: 3.5rem; }
.total_search .search_box .form-group { display: flex; margin: 0 auto; }
.total_search .search_box .form-group .form-control { flex: 1 1 auto; }
.total_search .search_box .btn { font-size: 1.6rem; margin-left: 0; padding-left: 2.5rem; padding-right: 3rem; }
.total_search .search_box .btn i { margin-right: 1rem; }
.total_search .result_section .title_h2 { margin-bottom: 1rem; }
.total_search .result_section .list { border-top: 1px solid #000; }
.total_search .result_section .list li ~ li { border-top: 1px solid #ddd; }
.total_search .result_section .list .item { display: block; padding: 2rem 0; }
.total_search .result_section .list .item:hover { text-decoration: underline; }
.total_search .result_section .list .item mark { color: #D76143; background-color: transparent; }
.total_search .result_section .list .item .desc { display: block; display: -webkit-box; -webkit-line-clamp: 2; max-height: 5.1rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; word-break: keep-all; font-size: 1.6rem; font-weight: 300; margin-top: 0.8rem; }
.total_search .result_section .more { display: block; background-color: #F9F9F9; border: 1px solid #ddd; font-size: 1.5rem; padding: 1rem; text-align: center; transition: 0.2s; }
.total_search .result_section .more span { display: inline-block; vertical-align: middle; }
.total_search .result_section .more i { font-size: 1.8rem; vertical-align: middle; margin-left: 0.5rem; }
.total_search .result_section .more:hover { background-color: #f3f3f5; }


@media (max-width:1279.98px) {
  .fireSt_box { left: -242px; }
}
@media (max-width:1023.98px) {
  .join_cont .join_step { width: 70%; }
  .join_cont .join_step li ~ li::after { width: 23rem; }
  .join_cont .join_step li .title { border-radius: 1rem; padding: 1rem 1.8rem; text-align: center; }
  .join_cont .join_step li ~ li::before { width: 2rem; height: 2rem; line-height: 1.9rem; left: 0; background: #fff; }
  .join_cont .join_area.cert_div { width: 70%; }
  .join_cont .join_area.cert_div .item .icon::before { background-size: contain; }
  .join_cont .join_area .sns_join { padding-left: 5rem; padding-right: 5rem; }
  .join_form .form-label { margin-bottom: 1rem; }
  .join_form .checkbox_type .custom-input { display: inline-block; margin-top: 1rem; }
  .join_form .note { display: block; margin-top: 0.5rem; }
  .login_cont .login { padding-left: 4rem; padding-right: 4rem; }
  .login_cont .login .login_form .btn { width: auto; }
  .login_cont .login_foot .btn { display: block; margin-left: 0; }
  .id_pw_cont .box .btn { min-width: inherit; }
  .fireSt_box { position: relative; top: 0; left: 0; width: 100%; margin-top: 1rem; }
  .fireSt_box ul.area-list li { width: calc(20% - 0px); }
  .fireSt_box ul.area-list li:nth-child(2n) .custom-input input + label { margin-right: 0; }
  .fireSt_box ul.area-list li:nth-child(6) .custom-input input + label { margin-right: 0; }
}
@media (max-width:767.98px) {
  .box { padding: 1rem; }
  /* 회원가입 */
  #inputAddress2.mr5, #inputAddress3.mr5 { margin-right: 0 !important; }
  .join_cont .sell_type_list > li .title-wrap { padding-left: 2rem; }
  .join_cont .sell_type_list > li.active > .cont { padding: 2rem; }
  .join_cont .animal_type .custom_check ~ .custom_check { margin-left: -1px; }
  .join_cont .join_step { width: 80%; }
  .join_cont .join_step li ~ li::after { width: 20rem; }
  .join_cont .join_area.cert_div { width: 100%; }
  .detail_cont .title_area .text { margin: -2rem 0rem 5rem 0; padding: 2.5rem 3rem; }
  .detail_cont.write .form-label { margin-bottom: 1rem; }
  .detail_cont .define_box { padding: 12rem 1rem 1rem 1rem; }
  .detail_cont .define_box .icon { left: 50%; transform: translateX(-50%); top: 2rem; width: 4.6em; }
  .detail_cont .box_list.horizontal > ul { flex-wrap: wrap; }
  .detail_cont .box_list.horizontal > ul > li { flex: 1 1 100%; }
  .detail_cont .box_list.horizontal > ul > li ~ li { margin: 1rem 0 0 0; }
  .detail_cont .box_list.horizontal > ul > li > div .th_row { display: flex; }
  .detail_cont .box_list.horizontal > ul .th_row_column { flex: 1 1 100%; }
  .attach_area .attach_name { display: block; }
  .answer .title_area, .answer .cont { padding-left: 3rem; padding-right: 3rem; }
  .fireSt_box { position: relative; top: 0; left: 0; width: 100%; margin-top: 1rem; }
  .fireSt_box ul.area-list li { width: calc(25% - 0px); }
  .fireSt_box ul.area-list li .custom-input input + label { margin-right: 0.5rem !important; }
  .tbl.tablet > thead, .tbl.tablet > tfoot, .tbl.tablet > tbody, .tbl.tablet > thead > tr > th, .tbl.tablet > tbody > tr > td, .tbl.tablet > tbody > tr { display: block; }
  .tbl.tablet > thead > tr, .tbl.tablet > tfoot > tr { position: absolute; top: -9999px; left: -9999px; }
  .tbl.tablet > tbody > tr { border-bottom: 1px solid #333; }
  .tbl.tablet > tbody > tr::last-child { border-bottom: none; }
  .tbl.tablet > tbody > tr > td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 30%; white-space: normal; text-align: left !important; }
  .tbl.tablet > tbody > tr > td:last-child { border-bottom: none; }
  .tbl.tablet > tbody > tr > td::before { position: absolute; top: 12px; left: 6px; padding-right: 10px; color: #444; white-space: nowrap; text-align: left; font-weight: 500; }
  .tbl.tablet > tbody > tr > td::before { content: attr(data-title); }
  .tbl.tablet > tbody > tr > td.td-full { padding: 30px 8px 8px 8px !important; }
}
@media all and (max-width:480px) {
  .login_cont .login { padding-left: 2rem; padding-right: 2rem; }
  .login_cont .login_foot ul { display: inherit; }
  .login_cont .login_foot ul li { position: relative; width: 100%; text-align: left; margin-bottom: 0.5rem; font-size: 1.5rem; }
  .login_cont .login_foot ul li::before { top: 1.7rem; }
  .login_cont .login_foot .btn { display: inline-block; margin-left: 0.5rem; padding: 0.8rem 1rem; }
  .login_cont .login_foot .btn i { display: none; }
  .join_cont .join_step { width: 100%; }
  .join_cont .join_step li ~ li::after { width: 15rem; }
  .join_cont .join_area.cert_div .item { padding: 2rem; }
}

/* =======================================================================================
소개 - 260309
======================================================================================= */
.subTitle2 { margin: 4rem 0 .8rem 0; position: relative; font-size: 2.2rem; font-weight: bold; color: #333; }
.ctxt_tit { margin-bottom: .5rem; letter-spacing: -0.5; font-size: 1.9rem; font-weight: 600; color: var(--primary); }

/* ceo */
.ceo-greeting .visual-box {overflow: hidden; height: 30rem; position: relative; margin-bottom: 3rem; background-color: #fafafa; border-radius: 2rem; } 
.ceo-greeting .visual-box .overflow-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; } 
.ceo-greeting .visual-box .overflow-wrap::after { content: ""; position: absolute; right: 40px; top: -173px; width: 490px; height: 490px; background-color: #c8f3de; border-radius: 50%; } 
.ceo-greeting .visual-box .flex-wrap { display: flex; justify-content: space-between; } 
.ceo-greeting .visual-box .text-box { position: relative; padding: 5rem 0 0 8rem; } 
.ceo-greeting .visual-box .text-box .title { position: relative; margin-bottom: 4rem; } 
.ceo-greeting .visual-box .text-box .title strong { display: block; position: relative; color: #005128; font-size: 4rem; letter-spacing: -0.05em; line-height: 1.25; } 
.ceo-greeting .visual-box .text-box .title strong:last-of-type {color: #222;}
.ceo-greeting .visual-box .text-box p { font-size: 2rem;  letter-spacing: -0.05em; color: #121212; } 
.ceo-greeting .img-box { overflow: hidden; position: relative; width: 40rem; min-width: 28rem; top:-7rem; border-radius: 300px 0 0 300px;  } 
.ceo-greeting .greeting-txt {font-size: 1.8rem; line-height: 32px; padding: 2rem; margin-bottom: 1.5rem;}
.ceo-greeting .greeting-txt strong {position: relative; font-size: 2.2rem;}
.ceo-greeting .greeting-txt strong::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 10px;
    background-color: #f5ffc6;
    z-index: -1;
} 
.ceo-greeting .txt_box2 { padding: 2.5rem 5rem; margin-bottom: 1.5rem; background-color: #FAF9F6; border-radius: 3rem;}
.ceo-greeting ul li {display: flex; align-items: center; padding: .5rem 0;}
.ceo-greeting ul li strong {font-size: 1.9rem; color: var(--primary);}
.ceo-greeting ul li .alg-right {margin-left: auto; width: calc(100% - 7rem); font-size: 1.9rem; color: #222;}
.ceo-greeting .sign { display: flex; margin-top: 4.5rem; font-size: 2rem; justify-content: end; font-weight: 500; }
.ceo-greeting strong.sign::before { display: none; }
.ceo-greeting .sign em { display: inline-block; margin-left: 2rem; font-size: 3.4rem; color: #1D1D1D; line-height: 2.8rem; }
@media (max-width:1280px) {
  .ceo-greeting .visual-box .text-box { padding: 5rem 0 0 5rem; } 
  .ceo-greeting .visual-box .text-box .title strong { font-size: 3.4rem;}
}
@media (max-width:1024px) {
  .ceo-greeting .visual-box {height: 28rem;}
  .ceo-greeting .visual-box .overflow-wrap::after {right: -100px; top: -173px;}
  .ceo-greeting .visual-box .text-box .title strong { font-size: 3.2rem;}
  .ceo-greeting .visual-box .text-box p {font-size: 1.9rem; word-break: keep-all; margin-right: 3rem;}
  .ceo-greeting .visual-box .text-box p br {display: none;}
  .ceo-greeting .img-box  {top:-5rem;}
}
@media (max-width:950px) {
  .ceo-greeting .visual-box {height: 26rem;}
  .ceo-greeting .visual-box .overflow-wrap::after {right: -50px; width: 420px; height: 420px; }
  .ceo-greeting .visual-box .text-box .title {margin-bottom: 2rem; }
  .ceo-greeting ul li {padding: .4rem 0;}
}
@media (max-width:768px) {
  .ceo-greeting .visual-box {height: 21rem;}
  .ceo-greeting .visual-box .overflow-wrap::after {right: -100px; width: 400px; height: 400px; }
  .ceo-greeting .visual-box .text-box {padding: 3rem 0 0 3rem;}
  .ceo-greeting .visual-box .text-box .title strong { font-size: 2.8rem; display: flex; flex-wrap: wrap;}  
  .ceo-greeting .visual-box .text-box p {font-size: 1.8rem;}
  .ceo-greeting .greeting-txt {font-size:1.7rem; line-height: 28px; margin-bottom: 1rem;}
  .ceo-greeting .greeting-txt strong {font-size: 2rem;}
  .ceo-greeting ul li {padding: .5rem 0;}
  .ceo-greeting ul li strong {font-size: 2rem;}
  .ceo-greeting ul li .alg-right {font-size: 1.8rem;}
}
@media (max-width:650px) {
  .ceo-greeting .visual-box {height: 25rem;}
  .ceo-greeting .visual-box .text-box .title strong {display: inline; word-break: keep-all;}
  .ceo-greeting .visual-box .text-box .title strong + strong {margin-left: .5rem;}
  .ceo-greeting .greeting-txt br {display: none;}
  .ceo-greeting .greeting-txt {display: flex; flex-direction: column; padding: 1.5rem;} 
  .ceo-greeting .greeting-txt span + span { margin-top: 1rem;}
}
@media (max-width:580px) {
  .ceo-greeting .visual-box {height: 42rem; display: flex;}
  .ceo-greeting .visual-box .overflow-wrap::after {right:130px; top: auto; bottom: -100px; width: 300px; height: 300px;}
  .ceo-greeting .visual-box .flex-wrap {flex-direction: column; flex: 1; position: relative; gap: 2rem;}
  .ceo-greeting .visual-box .text-box .title strong {display: flex;}
  .ceo-greeting .img-box { top: auto; bottom: 0; left: auto; right: 0; height: 24rem; width: 40rem; margin-left: auto;}
  .ceo-greeting .img-box img {position: relative; right:0; top:-10rem;}
  .ceo-greeting ul li strong {font-size: 1.8rem;}
  .ceo-greeting ul li .alg-right {font-size: 1.7rem; width: calc(100% - 6rem);}
  .ceo-greeting .txt_box2 {padding: 2.5rem 3.5rem;}
  .ceo-greeting .sign { font-size: 1.8rem; }
  .ceo-greeting .sign em { font-size: 2.8rem;}
}
@media (max-width:480px) {
  .ceo-greeting .img-box {width: 90%;}
  .ceo-greeting .visual-box .overflow-wrap::after {display: none;}
  .ceo-greeting .visual-box .text-box .title strong {font-size: 2.4rem;}
  .ceo-greeting .visual-box .text-box p {word-break: break-all; font-size: 1.7rem;}
  .ceo-greeting .greeting-txt {font-size: 1.6rem; line-height: 26px;}
  .ceo-greeting .greeting-txt strong {font-size: 1.8rem;}
  .ceo-greeting .txt_box2 {padding: 2rem 3rem;}
}


/* 업무분장 */
.info-table .tbl thead > tr > th {line-height: 1.2; padding: 1.2rem .5rem; border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; background-color: #f2f8f6; }
.info-table .tbl thead > tr > th:last-child {border-right: 0;}
@media (max-width:767.98px) {
  .info-table .tbl td.area br {display: none;}
  .info-table .tbl td.tel {word-break: keep-all; line-height: 1.2;}
}


/* history */
.history_page .history {margin-top: 7rem; margin-bottom: 3rem; display: flex; align-items: flex-start; justify-content: space-between;}
.history_page .history .left {position: sticky; top: 10rem; width: 50rem; margin-right: 10rem; padding-bottom: 38rem; background: url(../img/contents/history_img.png) left bottom no-repeat; background-size: 75%;}
.history_page .history .left p { font-size: 5.4rem; font-weight: 700; line-height: 1.2; color: var(--primary);}
.history_page .history .left p span {font-size: 3.6rem; color: #222;}
.history_page .history .left p span.year {font-size: 5rem;}
.history_page .history .info {position: relative; width: 100%;}
.history_page .history .info .line {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 99% !important; background-color: #e0e0e0;}
.history_page .history .info .line .bg {position: absolute; left: 50%; top: 0; width: 2px ;height: 0%; transform: translateX(-50%) ;background-color: var(--primary); max-height: 100%;}
.history_page .history .info li {position: relative; display: flex; align-items: flex-start ;line-height: 1.5em;}
.history_page .history .info li:last-child:before {content: ""; position: absolute; width: 12px; height: 100%; left: 0%; top: 1rem; transform: translateX(-50%) ;background-color: #fff; }
.history_page .history .info li + li {margin-top: 8rem;}
.history_page .history .info li .num {font-size: 3.4rem; font-weight: 700; position: relative; padding-left: 10rem; z-index: 3;}
.history_page .history .info li .num:before {content: ""; position: absolute; left: 0.5px; top: 50%; transform: translate(-50%,-50%); width: 12px; height: 12px; border-radius: 50%; background-color: #BDBDBD; }
.history_page .history .info li .txt {margin-left: 3.8rem; }
.history_page .history .info li .txt p {position: relative; font-weight: 400; padding-left: 1.2rem; font-size: 1.7rem; display: flex;}
/* .history_page .history .info li .txt p::before { content: ''; display: block; width: 4px; height: 4px; background-color: #c6c7cb; border-radius: 50%; position: absolute; left: 0; top: 1rem; } */
.history_page .history .info li .txt p + p {margin-top: 1.2rem;}
.history_page .history .info li .txt p strong {margin-right: 1.5rem; font-size: 1.8rem; color: var(--primary);}
.history_page .history .info li:nth-child(1) .num:before,
.history_page .history .info li.active .num:before {background-color: var(--primary); box-shadow: 0 0 0px 8px rgba(185, 244, 186, 0.5);}
@media (max-width:1280px) {
    .history_page .history .left {width: 40rem; margin-right: 8rem;}
    .history_page .history .left p span.year {font-size: 4.4rem;}
    .history_page .history .info li .num {padding-left: 7rem;}
}
@media (max-width:1023.98px) {
    .history_page .history {margin-top: 5rem;}
    .history_page .history .left {top: 10rem; width: 35rem; margin-right: 3rem; padding-bottom:32rem}
    .history_page .history .left p {font-size: 4.4rem;}   
    .history_page .history .info {margin-left: 3rem;}
    .history_page .history .info li + li {margin-top: 6rem;}
}
@media (max-width:767.98px) {
    .history_page .history {margin-top: 0rem; flex-direction: column;}
    .history_page .history .left {position:relative; top:0; padding-bottom: 3rem; background-image: none;} 
    .history_page .history .left p {font-size: 3rem;}
    .history_page .history .left p br {display: none;}
    .history_page .history .left p span {font-size: 3rem; margin-right: 2rem;}
    .history_page .history .info {margin-left: 2rem;}
    .history_page .history .info li .num {padding-left: 3.5rem; font-size: 2.6rem;}
    .history_page .history .info li .txt {margin-left: 2.5rem;}
}
@media (max-width:480px) {
    .history_page .history .info {margin-left: 1rem;}
    .history_page .history .info li .num { padding-left: 2rem; font-size: 2.2rem; }
    .history_page .history .info li .num:before {width: 8px; height: 8px;}
    .history_page .history .info li .txt { margin-left: 1.5rem; }
    .history_page .history .info li + li { margin-top: 4rem; }
    .history_page .history .info li:nth-child(1) .num:before,
    .history_page .history .info li.active .num:before {box-shadow: 0 0 0px 6px rgba(185, 244, 186, 0.5);}
}

/* 전국 네트웍 */
.info_about .story01 { padding: 3.5rem 3rem; background: url(../img/contents/page_bg.png) no-repeat; border-radius: 1.5rem; margin-bottom: 3rem;}
.info_about .story01 h4 { font-size: 2.2rem; text-align: center; word-break: keep-all;}
.info_about .story01 h4, .info_about .story01 p { color: #fff; }
.info_about .story01 dl { display: flex; align-items: center; }
.info_about .story01 dt { width: 20%; padding-right: 2rem; box-sizing: border-box; }
.info_about .story01 dd { flex: 1; padding-left: 5rem; font-size: 1.7rem; box-sizing: border-box; position: relative; word-break: keep-all; }
.info_about .story01 dd:before { content: ""; width: 1px; height: 70%; background: #fff; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
@media (max-width:767.98px) {
  .info_about .story01 { padding: 2.5rem 2rem;}
  .info_about .story01 dd {padding-left: 3rem;}
}
@media (max-width:480px) {
  .info_about .story01 h4 {font-size: 2rem;}
  .info_about .story01 dd:before {display: none;}
  .info_about .story01 dd {padding-left: 2rem;}

}

/* 오시는길 */
.about_map .root_daum_roughmap { width: 100% !important; height: 45rem; background-color: #f5f5f5; border-radius: 1.5rem; }
@media (max-width:1023.98px) {
  .about_map .root_daum_roughmap { height: 30rem; }
}
@media all and (max-width:480px) {
  .about_map .root_daum_roughmap { height: 270px;}
}
.about_map .root_daum_roughmap .wrap_map { width: 100%; height: 100% !important; }
.about_map .root_daum_roughmap .wrap_controllers { display: none; }
.about_map .address_box { font-size: 2rem; padding: 2rem; border-radius: 2rem; margin-top: 2rem; margin-bottom: 3rem; background: #f3f5f9; }
.about_map .address_box i {font-size: 2.4rem;}
.about_map .map-txt  {margin-top: 3rem; border-radius: 2rem; padding: 2rem; box-shadow: rgba(0, 0, 0, .1) 2px 2px 10px;}
.about_map .address_info + .address_info {border-top: #ebebeb 1px solid;}
.about_map .address_info {display: flex; align-items: center; padding: 2.5rem; font-size: 2rem; font-weight: 600; }
.about_map .address_info dt {color: var(--primary); width: 20%;}
.about_map .address_info dd {display: flex; align-items: center; gap: 1.8rem; }
.about_map .address_info dd i { display: flex; width: 4.4rem; height: 4.4rem; background: #f3f5f9; border-radius: 50%; align-items: center; justify-content: center; }
@media (max-width:1023.98px) {
  .about_map .address_info {font-size: 1.8rem;}
  .about_map .address_info dt {width: 25%;}
}
@media (max-width:767.98px) {
  .about_map .address_info {flex-direction: column; align-items: flex-start; gap: 1.2rem; padding: 2rem 1.5rem;}
  .about_map .address_info dt {width: 100%;}
}


/* =======================================================================================
사업분야
======================================================================================= */
.business_area {display: flex; flex-direction: column;}
.business_area .bgImg {background: url(../img/contents/risk_img09.jpg) left bottom no-repeat; background-size: cover;}
.business_area .img-area {position: relative; display: flex; justify-content: center; height: 25rem; color: #fff; background-color: #005128; border-radius: 3rem; margin-bottom: 4rem;}
.business_area .img-area .img-photo { position: absolute; top: 0; left: 0; z-index: 0; width: 100%; height: 100%; }
.business_area .img-area .img-photo img { width: 100%; height: 100%; object-fit: cover; }
.business_area .img-area img {border-radius: 1.5rem; width: 20rem;}
.business_area .img-area .img-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(145, 24%, 23%, 0.9);
    /* background-color: hsla(145, 68%, 24%, 0.9); */
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    z-index: 4;
    display: flex; flex-direction: column; justify-content:flex-end ; align-items: center;
    transition: all .6s ease;
    border-radius: 1.5rem; 
}
.business_area .img-area .img-txt em {color: hsl(0, 0%, 100%, 0.8); font-size: 1.6rem; }
.business_area .img-area .img-txt .desc {width: 85%; font-size: 1.8rem; word-break: keep-all; color: #222; font-weight: 600; margin-top: 2rem; min-height:8rem; padding: 3rem 2rem 1rem 2rem; background-color: #fff; border-radius: 15px 15px 0 0;}
.business_area .biz-area {flex: 1; font-size: 1.7rem; line-height: 1.6; margin-bottom: 3rem;}
.business_area .biz-area .list-type2 { gap: .8rem; grid-template-columns: repeat(4, 1fr); }
.business_area .biz-area .list-type2 li.icon-type { padding: 3.5rem 1.5rem 2rem 1.5rem; }
.business_area .biz-area .list-type2 li.icon-type span { display: flex; flex: 1; align-items: center; line-height: 1.5; }
.business_area .biz-area .list-type2 li.photo-type { display: flex; align-items: center; gap: 1rem; padding: 3rem 2.5rem 3rem 2.5rem; }
.business_area .biz-area .list-type2 li.photo-type span { display: flex; flex: 1; align-items: flex-start; line-height: 1.5; font-weight: 600; }
.business_area .biz-area .list-type2 li.photo-type .r_photo {max-width: 60%; border-radius: 10px; box-shadow: 0px 0px 10px 0px hsl(248 75% 7% / .1);}
.business_area .biz-area .list-type2.column2 {grid-template-columns: repeat(2, 1fr);}
.business_area .biz-area .list-type2.column1 {grid-template-columns: repeat(1, 1fr);}
.business_area .biz-area .list-type2.column1 li.icon-type {display: flex; flex-direction:row; gap: 3rem;    padding: 2.5rem 4rem 2.5rem 4.5rem;}
.business_area .biz-area .list-type2.column1 li.icon-type span {text-align: left;}
.business_area .biz-area .list-type2.column1 li.icon-type .txt_desc span b {font-size: 1.9rem;}
.business_area .biz-area .list-type2.column1 li.icon-type .txt_desc .desc {margin-top: 1rem;}
.business_area .biz-area .list-type2.column1 li.icon-type img {padding: 1rem 2rem;}
.business_area .img-area .img-txt strong {
    margin-bottom: 1rem; 
    font-weight: 800;
    position: relative;
    bottom: 0;
    opacity: .9;
    font-size: 4.6rem;
    font-weight: 800;
    color: transparent;
    background: linear-gradient(to left, #0082FB, #33f239, #6be9ff, #19a754);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 300% 300%;
    animation: bg ease 7s infinite;
}
@keyframes bg {
  0%{background-position: 0% 0%;}
  30%{background-position: 100% 100%}
  60%{background-position: 0% 0%;}
  100%{background-position: 100% 100%}
}
@media (max-width:1279.98px) {
  .business_area .img-area {height: 23rem;}
  .business_area .img-area .img-txt strong {font-size: 4.2rem;}
}
@media (max-width:1023.98px) {
  .business_area .img-area .img-txt {background-color: hsla(145, 68%, 24%, 0.95);}
  .business_area .img-area .img-txt strong {font-size: 4rem; margin-bottom: 0;}
  .business_area .biz-area .list-type2 { grid-template-columns: repeat(2, 1fr); }
  .business_area .biz-area .list-type2 li.photo-type span br {display: none;}
  .business_area .biz-area .list-type2.column1 li.icon-type .txt_desc .desc br {display: none;}
  .business_area .biz-area .list-type2.column1 li.icon-type img {padding: 1rem;}
 
}
@media (max-width:767.98px) {
  .business_area .bgImg {padding: 2rem !important;}
   .business_area .bgImg .txt_circle_num {font-size: 1.6rem; line-height: 1.4;}
  .business_area .img-area {height: 21rem;}
  .business_area .img-area .img-txt em {margin-top: 1rem;}
  .business_area .img-area .img-txt .desc {font-size: 1.6rem; padding: 2rem 1.5rem 1rem 1.5rem;}
  .business_area .img-area .img-txt .desc br {display: none;}
  .business_area .img-area .img-txt strong {font-size: 3.5rem; }
  .business_area .biz-area {line-height: 1.6;}
  .business_area .biz-area .ctxt br {display: none;}
  .business_area .biz-area .list-type2.column1 li.icon-type {font-size: 1.6rem;}
  .business_area .biz-area .list-type2 li.photo-type .r_photo {max-width: 80%;}
  .business_area .biz-area .list-type2 li.photo-type span {font-size: 1.6rem;}
}
@media (max-width:480px) {
  .business_area .img-area .img-txt strong {font-size: 3.2rem; }
  .business_area .biz-area .list-type2 li.icon-type img { max-width: 5rem; max-height: 5.1rem; }
  .business_area .biz-area .list-type2 { grid-template-columns: repeat(1, 1fr); }
  .business_area .biz-area .list-type2 li.icon-type {padding: 2.5rem 1.8rem 2rem 1.8rem;}
  .business_area .biz-area .list-type2.column2 {grid-template-columns: repeat(1, 1fr);}
  .business_area .biz-area .list-type2.column1 li.icon-type {padding: 2rem; gap: 2rem;}
  .business_area .biz-area .list-type2.column1 li.icon-type img {max-width: 7rem; max-height:7rem;}
  .business_area .biz-area .list-type2.column1 li.icon-type .txt_desc .desc {margin-top: .5rem;}
}

.c_box {display: flex; gap: 4rem; align-items: center;}
.c_box .cl_box {display: flex; flex-direction: column; flex: 1;}
.c_box .cl_box .bg_tit {color: #Fff; font-size: 1.8rem; font-weight: 600; padding: 1.5rem 2.5rem; background-color: var(--primary); border-radius: 100em; margin-bottom: 1rem;}
.c_box .cl_box ul {display: flex; flex-direction: column; gap: .8rem;}
.c_box .cl_box ul li { display: flex; align-items: center; font-size: 1.7rem; line-height: 1.6; padding: 1.2rem 2rem; background-color: #FAF9F6; border-radius: 100em; word-break: keep-all;}
.c_box .cl_box ul li span:first-of-type {display: flex;}
.c_box .cl_box ul li i {font-size: 2.4rem; color: var(--primary); margin-right: 1rem;}
.c_box .cl_box ul li label.num {display: flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; color: #fff; background-color: var(--primary); border-radius: 100em; margin-right: 2rem;}
.c_box .cr_box {width:26%;}
.c_box .cr_box img {max-width: 100%;}
.c_box .cr_box .photo {border-radius: 10px 10px 30px 10px;}
@media (max-width:1023.98px) {
  .c_box .cl_box ul li span br {display: none;}
}
@media (max-width:767.98px) {
  .c_box {flex-direction: column;}
  .c_box .cl_box ul li { font-size: 1.6rem; line-height: 1.5; }
  .c_box .cr_box {width:45%;}
}
@media (max-width:480px) {
  .c_box .cr_box {width:60%;}
}

.c_box2 {display: flex;}
.c_box2 .left_area {width: 20rem; display: flex; align-items: center; gap: 2.5rem;}
.c_box2 .left_area span {display: flex; align-items: center; justify-content: center; width: 12rem; height: 12rem; padding: 3rem; border-radius: 100em; background-color: var(--primary);}
.c_box2 .left_area span.c01 {background-color: var(--lightPrimary);}
.c_box2 .left_area span.c02 {background-color: var(--primary);}
.c_box2 .left_area span.c03 {background-color: var(--darkPrimary);}
.c_box2 .left_area span.c04 {background-color: #116333;}
.c_box2 .left_area span.c05 {background-color: #0a4b25;}
.c_box2 .left_area::after { display: inline-flex; font-family: xeicon; content: "\eb36"; color: #cdcdcd; font-size: 2.8rem; margin: 0 .5rem 0 .35rem; }
.c_box2 .left_area2 {width: 30rem; display: flex; margin-right: 3rem;}
.c_box2 .left_area2 .img_box {width: 100%; }
.c_box2 .left_area2 .img_box img {border-radius: 10px 10px 10px 30px; }
.c_box2 .right_area {flex: 1; display: flex; flex-direction: column; gap: 2rem; padding: 2rem 3rem; background-color: #FAFAFA; border-radius: 10px;}
.c_box2 .right_area .tit { font-size:2.2rem; font-weight: 700;}
.c_box2 .right_area .tit em {color: var(--primary);}
.c_box2 .right_area .tit.point {position: relative; width: fit-content; z-index: 2;}
.c_box2 .right_area .tit.point::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 10px;
    background-color: #f5ffc6;
    z-index: -1;
}
.c_box2 .right_area .desc {font-size:1.7rem; line-height: 1.6;}
.c_box2 + .c_box2 {margin-top: 4rem;}
.c_box2 .right_area ul.txt_num_list li { position: relative; padding: .4rem .8rem .4rem 2rem; font-size: 1.7rem; line-height: 1.6; margin-top:0; }
.c_box2 .right_area ul.txt_num_list li > .num { position: absolute; top: .4rem; left: 0; } 
.c_box2 .right_area ul.txt_num_list li .txt_circle_num {margin-top: 0; padding-left: 0; color: var(--dark1);}
.c_box2 .right_area ul.txt_num_list li .txt_circle_num + .txt_circle_num {margin-top: .5rem;}
@media (max-width:1023.98px) {
  .c_box2 .right_area .desc br {display: none;}
  .c_box2 .left_area2 {width: 24rem;}
}
@media (max-width:767.98px) {
  .c_box2 .left_area {width: 17rem; justify-content: center; gap: 1.5rem;}
  .c_box2 .left_area span {width: 11rem; height: 11rem;}
  .c_box2 .left_area::after {font-size: 2.2rem;}  
  .c_box2 .left_area2 {width: 20rem;}
  .c_box2 .right_area .tit {font-size: 2rem;}
  .c_box2 .right_area .tit + .tit {margin-top: 2rem;}
  .c_box2 .right_area .txt_num_list + .tit {margin-top: 2rem;}
}
@media (max-width:650px) {
  .c_box2 {flex-direction: column;  align-items: center;}
  .c_box2 .left_area {width: 100%; }
  .c_box2 .left_area span {width: 100%; height: 5rem; padding: 1rem; border-radius: 10px 10px 0 0;}
  .c_box2 .left_area img {max-height: 100%;}
  .c_box2 .left_area::after {display: none;}
  .c_box2 .right_area {width: 100%; gap:.8rem; border-radius: 0 0 10px 10px;}
}
@media (max-width:480px) {
  .c_box2 .right_area {padding: 1.5rem 2rem;}
  .c_box2 .right_area .tit.point {font-size: 2rem;}
}


.list-dot2 { line-height: 1.6; }
.list-dot2 > li { position: relative; padding: .4rem .8rem .4rem 2.2rem; font-size: 1.7rem; line-height: 1.6; }
.list-dot2 > li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #b7b7b7;
    border-radius: 50%;
    flex: none;
    margin-right: 7px;
    margin-left: 4px;
    position: absolute;
    left: 1px;
    top: 15px;
}

.process_step ul {display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
.process_step ul li {display: flex; flex-direction: column; align-items: center; background: #fff; word-break: keep-all; padding: 2.5rem 1.5rem 2rem 1.5rem; border-radius: 2rem; }
.process_step ul li .step { background: hsl(145, 78%, 37%); color: hsl(0, 0%, 100%); padding: .7rem 1.8rem; border-radius: 2rem; margin-bottom: 1.5rem; font-size: 1.4rem; line-height: 1; }
.process_step ul li .txt {text-align: center; line-height: 1.4; }
.process_step ul li .txt strong { color: #3b3c3c; font-size: 1.7rem; }
@media (max-width:1279.98px) {
  .process_step ul {gap: 1rem;}
  .process_step ul li .txt strong { font-size: 1.6rem; }
}
@media (max-width:1023.98px) {
  .process_step ul {grid-template-columns: repeat(3, 1fr);}
}
@media (max-width:650px) {
   .process_step ul {grid-template-columns: repeat(2, 1fr);}
   .process_step ul li:last-child {grid-column: span 2;}
}


/* 조직도 */
.organ { font-size: 1.8rem; text-align: center; width: 70%; margin: 0 auto; margin-bottom: 3rem; }
.organ .grade { position: relative; font-size: 1.8rem; }
.organ .grade em { display: inline-flex; justify-content: center; align-items: center; font-style: normal; padding: 4px 8px; }
.organ .grade:nth-of-type(1) .major {padding: 1.8rem 2.5rem; width: 24rem; border-radius: 10px; text-align: center; background-color: var(--primary); color: #fff; }
.organ .grade:nth-of-type(2) > .order { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 1rem; margin-top: 2rem; }
.organ .grade:nth-of-type(2) > .order + .order:before { content: ''; position: absolute; }
.organ .grade:nth-of-type(2) > .order .major {  background-color:hsl(145, 78%, 37%); color: #fff; padding: 1rem 1rem; border-radius: 10px; margin-left: 1rem; margin-right: 1rem; }
.organ .grade:nth-of-type(2) > .order > .sub { padding: 1.8rem 2.5rem; width: 24rem; line-height: 1.2; background-color: #4F81BD; color: #fff; border-radius: 10px; }
.organ .grade:nth-of-type(2) > .order > .sub.rTemp { position: unset; width: 19rem; margin-left: auto; background-color: var(--dark1); }
.organ .grade:nth-of-type(2) > .order > .sub.rTemp:after { content: ''; position: absolute; display: block; width: 50%; height: 1px; background-color: var(--line-color, hsl(0 0% 0% / .2)); top: 50%; right: 0%; z-index: -1; }
.organ .grade:nth-of-type(2) > .order > .sub.lTemp { position: absolute; left: calc(50% - 30rem); }
.organ .grade:nth-of-type(2) > .order > .sub.lTemp:after { content: ''; position: absolute; display: block; width: 30em; height: 1px; background-color: var(--line-color, hsl(0 0% 0% / .2)); top: 50%; left: 0; z-index: -1; }
.organ .grade:nth-of-type(2) > .order.group { flex-wrap: nowrap; padding: 3rem 1rem; background-color: #f2f8f6; border-radius: 10px; margin-top: 4rem;}
.organ .grade + .grade { margin-top: 2rem; }
.organ .grade:nth-of-type(2):before { content: ''; position: absolute; display: block; width: 1px; height: 100%; background-color: var(--line-color, hsl(0 0% 0% / .2)); left: 50%; top: -20px; }
.organ .group_txt { padding: 2.5rem 2rem; margin-left: 1rem; margin-right: 1rem; background-color: #fff; text-align: center; border: 1px solid #cdcdcd; border-radius: 8px;}
.organ .group_txt .list-dot li {font-size: 1.5rem; }
.organ .grade:nth-of-type(2) > .order.group .group-box { gap: 1rem; flex-basis: calc((100% - 2.5em) / 2); max-width: calc((100% - 2.5em) / 2); display: flex; flex-direction: column; }
.organ .grade:nth-of-type(2) > .order.group .group_txt { flex-grow: 1; }
@media(max-width:1280px){
	.organ { min-width: 90%; font-size: 16px; }
}
@media(max-width:768px){
    .organ .grade:nth-of-type(2) > .order > .sub.rTemp { max-width: 14rem; } 
    .organ .grade:nth-of-type(2) > .order.group { flex-wrap: wrap;}
    .organ .grade:nth-of-type(2) > .order.group .group-box { flex-basis: calc((100% - 2.5em) / 2); max-width: calc((100% - 2.5em) / 2);}
}
@media(max-width:480px){
    .organ .grade:nth-of-type(2) > .order.group .group-box { flex-basis: calc((100% - 2.5em) / 1); max-width: calc((100% - 2.5em) / 1);}
}



/* 조직도 */
.org { font-size: 18px; text-align: center; max-width: 900px; margin-left: auto ; margin-right: auto; }
.org .grade { position: relative; font-size: 1em; }
.org .grade em { display: inline-flex; justify-content: center; align-items: center; font-style: normal; padding: 4px 8px; }
.org .grade:nth-of-type(1) .main2 { --h: 7em; padding: 0; width: var(--h); height: var(--h); border-radius: 100em; text-align: center; line-height: 1.1; background-color: var(--primary); color: #fff; }
.org .grade:nth-of-type(1) .main3 { position: absolute; --h: 7em; padding: 0; width: var(--h); height: var(--h); border-radius: 100em; text-align: center; line-height: 1.1; background-color: var(--blue); color: #fff; margin-left: 5rem ; }
.org .grade:nth-of-type(1) .main3:after { content: ''; position: absolute; display: block; left: -5rem; width: 100%; height: 1px; background-color: var(--line-color, hsl(0 0% 0% / .2)); top: 50%; z-index: -1; }
.org .grade:nth-of-type(2) > .order { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 1rem; margin-top: 2em; }
.org .grade:nth-of-type(2) > .order + .order:before { content: ''; position: absolute; }
.org .grade:nth-of-type(2) > .order .main2 { min-width: 7em; background-color: #fff; border: 1px solid #ddd; padding: .7em 1em; border-radius: var(--border-radius-2); }
.org .grade:nth-of-type(2) > .order.group { /* display: inline-flex; */
	padding: 2rem 2rem; background-color: hsl(31 2% 97%); border-radius: var(--border-radius-3); }
.org .grade:nth-of-type(2) > .order.group .sub { flex-basis: calc((100% - 2.5em) / 3); max-width: calc((100% - 2.5em) / 3); display: flex; flex-direction: column; }
.org .grade:nth-of-type(2):before { content: ''; position: absolute; display: block; width: 1px; height: 100%; background-color: var(--line-color, hsl(0 0% 0% / .2)); left: 50%; top: -3em; }
.org .grade:nth-of-type(3) > .order { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 1rem; margin-top: 2em; }
.org .grade:nth-of-type(3) > .order + .order:before { content: ''; position: absolute; }
.org .grade:nth-of-type(3) > .order .main2 { min-width: 7em; background-color: #fff; border: 1px solid #ddd; padding: .7em 1em; border-radius: var(--border-radius-2); }
.org .grade:nth-of-type(3) > .order.group { /* display: inline-flex; */
	padding: 2rem 2rem; background-color: hsl(31 2% 97%); border-radius: var(--border-radius-3); }
.org .grade:nth-of-type(3) > .order.group .sub { flex-basis: 100%; }
.org .grade:nth-of-type(3):before { content: ''; position: absolute; display: block; width: 1px; height: 100%; background-color: var(--line-color, hsl(0 0% 0% / .2)); left: 50%; top: -3em; }
.org .grade:nth-of-type(4) > .order { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem 1rem; margin-top: 2em; }
.org .grade:nth-of-type(4) > .order + .order:before { content: ''; position: absolute; }
.org .grade:nth-of-type(4) > .order .main2 { min-width: 7em; background-color: var(--primary); color: #fff; padding: .7em 1em; border-radius: var(--border-radius-2); }
.org .grade:nth-of-type(4) > .order .sub { padding: .6rem .4rem; font-size: 1.6rem; }
.org .grade:nth-of-type(4) > .order > .sub { min-width: 7em; padding: 2.4rem .4rem; background-color: hsl(226, 16%, 43%); color: #fff; border-radius: var(--border-radius-3); flex-basis: calc((100% - 2.5em) / 3); max-width: calc((100% - 2.5em) / 3); display: flex; flex-direction: column; }
.org .grade:nth-of-type(4) > .order > .sub.rTemp { position: unset; /* left: 25em;   */
	margin-left: auto; background-color: hsl(226, 13%, 59%); padding: 1rem .4rem; color: #fff; }
.org .grade:nth-of-type(4) > .order > .sub.rTemp:after { content: ''; position: absolute; display: block; width: 50%; height: 1px; background-color: var(--line-color, hsl(0 0% 0% / .2)); top: 50%; right: 0%; z-index: -1; }
.org .grade:nth-of-type(4) > .order > .sub.lTemp { /* position: absolute;
    left: calc(50% - 30em); */
	background-color: hsl(226, 13%, 59%); color: #fff; margin-right: auto; padding: 1rem .4rem; }
.org .grade:nth-of-type(4) > .order > .sub.lTemp:after { content: ''; position: absolute; display: block; width: 50%; height: 1px; background-color: var(--line-color, hsl(0 0% 0% / .2)); top: 50%; left: 0; z-index: -1; }
.org .grade:nth-of-type(4) > .order.group { /* display: inline-flex; */
	padding: 2rem 2rem; background-color: hsl(31 2% 97%); border-radius: var(--border-radius-3); }
.org .grade + .grade { margin-top: 3em; }
.org .grade:nth-of-type(4):before { content: ''; position: absolute; display: block; width: 1px; height: 100%; background-color: var(--line-color, hsl(0 0% 0% / .2)); left: 50%; top: -3em; }
@media(max-width:1024px){
	.org { min-width: 100%; font-size: 16px; }
}

@media(max-width:480px){
    .org {font-size: 15px; line-height: 1.3;}
    .org .grade:nth-of-type(1) .main2 {width: 8rem; height: 8rem;}
    .org .grade:nth-of-type(1) .main3 {width: 8rem; height: 8rem; margin-left: 3rem;}
    .org .grade:nth-of-type(2) > .order .main2 { flex-grow: 1; padding: .5em .4em; }
    .org .grade:nth-of-type(2) > .order.group {padding: .8rem 0;}
    .org .grade:nth-of-type(3) > .order.group {padding: .8rem ;}
}




/* =======================================================================================
KDP센터 소개
======================================================================================= */
.KDP_intro {margin-bottom: 3rem;}
.KDP_intro .KDP_bg {padding: 10rem 5rem 0 5rem; width:100%; height:25rem; margin-top: 3rem; background: url(../img/contents/kdp_01.jpg) center bottom no-repeat; background-size: cover; border-radius: 2rem;}
.KDP_intro .KDP_bg .grad { font-size: 4rem; font-weight: 600; color: transparent; background: linear-gradient(to left,#6541e7,#67dcff,#f8ff9d); background-clip: text; -webkit-background-clip: text; background-size: 300% 300%; animation: bg ease 6s infinite; }
@keyframes bg {
  0%{background-position: 0% 0%;}
  50%{background-position: 100% 100%}
  100%{background-position: 0% 0%;}
}
.KDP_intro .txt_big {font-size: 2.1rem; margin-top: 2rem;}
.KDP_intro .txt_big p {margin-bottom: 3.5rem;}
.KDP_center {height: 43rem; background: url(../img/contents/kdp_02.png) right top no-repeat; background-size: contain;}
.KDP_center .txt_big {width: 53%; font-size: 2.1rem; margin-top: 2rem; word-break: keep-all;}
.KDP_center .txt_big p {margin-bottom: 3.5rem;}
.KDP_greeting { padding: 6rem; border-radius: 2rem; background: #f4f4f4;}
.KDP_greeting .row {margin-left: 0; margin-right: 0;}
.KDP_greeting .txt_tit { font-size:3.6rem; font-weight: 700;}
.KDP_greeting .txt_big {font-size: 2.1rem;}
.KDP_greeting .txt_big p {margin-bottom: 3.5rem;}
.KDP_greeting ul { display: flex; flex-wrap: wrap; margin: 6rem 0 0; }
.KDP_greeting ul li {height: 28rem; padding: 0 1.2rem 3rem 1.2rem; position: relative; flex: 0 0 33.333333%; max-width: 33.333333%; }
.KDP_greeting ul li .card { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 3rem; border-radius: 2rem; position: relative; overflow: hidden; background-color: #fff; border: 1px solid #ededed; transition: all .3s; }
.KDP_greeting ul li .card h5 { color: #fff; font-size: 2.4rem; }
.KDP_greeting ul li .card.v01 {background:#fff url(../img/contents/kdp_03_01.jpg) center center no-repeat; background-size: cover; }
.KDP_greeting ul li .card.v02 {background:#fff url(../img/contents/kdp_03_02.jpg) center center no-repeat; background-size: cover; }
.KDP_greeting ul li .card.v03 {background:#fff url(../img/contents/kdp_03_03.jpg) center center no-repeat; background-size: cover; }

@media (max-width:1279.98px) {
  .KDP_center .txt_big p br {display: none;}
  .KDP_greeting .txt_big p br {display: none;}
}
@media (max-width:1023.98px) {
  .KDP_center {height: auto; background-size: 40%;}
  .KDP_center .txt_big {width: 50%;}
  .KDP_greeting {padding: 4rem;}
  .KDP_greeting .txt_tit {font-size: 3rem;}
}
@media (max-width:767.98px) {
  .KDP_intro .KDP_bg .grad {font-size: 3rem;}
  .KDP_intro .txt_big {font-size: 1.8rem;}
  .KDP_intro .txt_big p br {display: none;}
  .KDP_center {background-position: center bottom; margin-bottom: 3rem; background-size: 300px;}
  .KDP_center .txt_big {width: 100%; padding-bottom: 30rem; font-size: 1.8rem;}
  .KDP_greeting .txt_tit {font-size: 2.4rem; margin-bottom: 1.5rem;}
  .KDP_greeting .txt_big {font-size: 1.8rem;}
  .KDP_greeting .txt_big p {margin-bottom: 2.5rem;}
  .KDP_greeting ul li {height: 16rem; flex: 0 0 100%; max-width: 100%; padding: 1rem;}
  .KDP_greeting ul li .card h5 {font-size: 2rem; }
}
@media all and (max-width:480px) {
  .KDP_intro .KDP_bg .grad {font-size: 2.4rem;}
  .KDP_greeting ul li {height: 14rem;}
}

/* =======================================================================================
개발원소개
======================================================================================= */
.sub_desc { margin-top: 0.5rem; color: #666; }

.story04 {background: #f4f4f4; padding: 6rem; border-radius:2rem 2rem 0 0; margin-top: 6rem;}
.process { position: relative; overflow: hidden; margin-top: 6rem; }
.process > ul { list-style: none; display: flex; width: 100%; justify-content: center; margin: 0 auto; }
.process > ul:before { content: ""; width: 79%; height: 3px; background: #fff; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); display: block; left: 50%; }
.process > ul > li { color: #fff; padding: 15px; box-sizing: border-box; border-radius: 10px; flex: 1; position: relative; }
.process > ul > li:nth-child(odd):before { content: ""; position: absolute; top: -24%; background: red; width: 1px; height: 30%; display: block; left: 50%; transform: translateX(-50%); }
.process > ul > li:nth-child(even):before { content: ""; position: absolute; bottom: -24%; background: red; width: 1px; height: 30%; display: block; left: 50%; transform: translateX(-50%); }
.process > ul > li:nth-child(odd):after { content: ""; position: absolute; top: -30%; background: red; width: 13px; height: 13px; display: inline-block; left: 50%; transform: translateX(-50%); border-radius: 50%; }
.process > ul > li:nth-child(even):after { content: ""; position: absolute; bottom: -30%; background: red; width: 13px; height: 13px; display: inline-block; left: 50%; transform: translateX(-50%); border-radius: 50%; }
.process > ul > li:nth-child(odd) { margin-top: 20.5%; }
.process > ul > li:nth-child(even) { margin-bottom: 20.5%; }
.process > ul > li strong { font-size: 1.35rem; font-weight: 500; margin-bottom: 5px; display: inline-block; }
.process > ul > li:nth-child(1), .process > ul > li:nth-child(1):after, .process > ul > li:nth-child(1):before { background: #05a6e5; }
.process > ul > li:nth-child(2), .process > ul > li:nth-child(2):after, .process > ul > li:nth-child(2):before { background: #009fdd; }
.process > ul > li:nth-child(3), .process > ul > li:nth-child(3):after, .process > ul > li:nth-child(3):before { background: #008acc; }
.process > ul > li:nth-child(4), .process > ul > li:nth-child(4):after, .process > ul > li:nth-child(4):before { background: #2185b7; }
.process > ul > li:nth-child(5), .process > ul > li:nth-child(5):after, .process > ul > li:nth-child(5):before { background: #1a6897; }
.process > ul > li > ul { padding: 0}
.process > ul > li > ul > li { position: relative; padding-left: 15px; list-style: none; }
.process > ul > li > ul > li:before { content: "- "; position: absolute; left: 0; }
.process .left { color: #05a6e5; font-size: 2rem; position: absolute; top: 42%; left: 0; z-index: 9; transform: translateY(50%); }
.process .right { color: #1a6897; font-size: 2rem; position: absolute; top: 42%; right: 0; z-index: 9; transform: translateY(50%); }
@media (max-width: 1300px) {
  .process > ul > li:nth-child(2n+1) { margin-top: 22%; }
  .process > ul > li:nth-child(2n) { margin-bottom: 22%; }
}
@media (max-width: 1200px) {
  .process_wrap { overflow-x: scroll; padding-bottom: 20px; }
  .process { min-width: 780px; margin-top: 10px; }
  .process > ul > li { flex: 1; margin: 0 -45px; }
  .process > ul > li:nth-child(odd) { margin-top: 26%; }
  .process > ul > li:nth-child(even) { margin-bottom: 26%; }
  .process > ul:before { width: 60%; }
  .process > ul > li strong { font-size: 1.1rem; }
  .process .right, .process .left { font-size: 1.7rem; }
  .process > ul { width: 75%; }
}
@media (max-width: 1000px) {
  .process > ul > li:nth-child(odd) { margin-top: 35%; }
  .process > ul > li:nth-child(even) { margin-bottom: 35%; }
}
.story05 {background: #f4f4f4; padding: 5rem; border-radius:0 0 2rem 2rem; }
.system { display: flex; flex-wrap: wrap; background: #fff; height: 100%; padding: 4rem; box-sizing: border-box; border-radius: 1rem; margin:0 2rem; }
.system.color { background: #eaf8ff; }
.system:not(.color) .img { width: 100%; text-align: center; margin-top: 2rem; border: 1px solid #ddd; padding: 3rem; border-radius: 1rem; }
.system div + div { margin-top: 2rem; }
.system .tit { color: #008acc; display: inline-block; font-size: 2.2rem; line-height: 1.5; }
.slider_system [role="tablist"]::before {display: none;}
.slider_system [role="tablist"] [role="tab"] {padding:0; border-bottom:none;}
.slider_system .slick-prev, .slider_system .slick-next { color: var(--dark1); border: none; outline: none; background: transparent; }
.slider_system .slick-next { right: -43px}
.slider_system .slick-prev:before { width: 1.5rem; height: 2.5rem; margin: 0; left: 0; top: 0; font-size: 3.2rem; font-family: xeicon; content: "\e93b"; background: none; }
.slider_system .slick-next:before { width: 1.5rem; height: 2.5rem; margin: 0; left: 0; top: 0; font-size: 3.2rem; font-family: xeicon; content: "\e93e"; background: none; }
.slider_system .slick-prev:hover, .slider_system .slick-prev:focus, .slider_system .slick-next:hover, .slider_system .slick-next:focus { color: var(--dark1); }
.slider_system .slick-track {display: flex;}
.slider_system .slick-initialized .slick-slide {display: inline-flex;}
.slider_system .slick-slide {float: none;height: auto;}
@media (max-width: 768px) {
  .story05 {padding: 2rem;}
  .system { padding: 2rem; }
  .system .tit { font-size: 1.7rem; }
  .system .img { padding: 0; }
  .system.color { background: transparent; padding: 0; }
  .system:not(.color) .img { padding: 20px; }
}
.story06 {margin-top: 6rem;}
.story06 .page_tit h4 { font-size: 3rem; color: #3b3c3c; font-weight: 700; margin-bottom: 2rem; text-align: center; }
.story06 .page_tit h4 strong { color: #008acc; }
.story06 .page_desc {text-align: center; color: #666;}
.story06 .counter_list {margin-top: 4rem;}
.story06 .system {margin: 0;}

.counter_box { background: #f4f4f4; border-radius: 10px; padding: 20px 30px; display: flex; justify-content: space-between; align-items: center; }
.counter_box.wh { background: #fff; }
.counter_box.center { justify-content: center; flex-direction: column; }
.page_section.color .counter_box:not(.high) { background: #fff; }
.counter_box .inner { display: flex; align-items: center; }
.counter_box.center .inner { align-items: baseline; }
.counter_box .inner .counter, .counter_box .inner .mark { color: #3c3c3c; font-weight: 600; font-size: 50px; line-height: 1; }
.counter_box .tit { text-align: right; color: #008acc; font-size: 1.7rem; line-height: 1.3; display: flex; flex-flow: column; font-weight: 500; }
.counter_box.center .tit { margin-top: 10px; text-align: center; }
.counter_box.center .inner .mark { font-size: 50px; display: inline-block; }
.counter_box.high { background: #008acc; }
.counter_box.high .tit, .counter_box.high .inner .counter, .counter_box.high .inner .mark { color: #fff; }
.counter_wrap + .counter_wrap { margin-top: 20px; }
.counter_wrap .full_section_inner > .vc_col-sm-6:first-child > .vc_column-inner { padding-right: 10px; }
.counter_wrap .full_section_inner > .vc_col-sm-6:last-child > .vc_column-inner { padding-left: 10px; }

.story07 {margin-top: 6rem; background: #f4f4f4; padding: 5rem; border-radius:2rem; }
.story07 .page_tit h4 { font-size: 3rem; color: #3b3c3c; font-weight: 700; margin-bottom: 2rem;}
.story07 .page_tit h4 strong { color: #008acc; }
.animatedBackground.cooperate1-container { background: url(../img/contents/cooperate1.jpg); background-repeat: repeat; background-size: auto; background-repeat: repeat; background-position: 0 0; background-size: auto 100%; height: 217px; }
.animatedBackground.cooperate2-container { background: url(../img/contents/cooperate2.jpg); background-repeat: repeat; background-size: auto; background-repeat: repeat; background-position: 0 0; background-size: auto 100%; height: 50px; animation-direction: reverse; margin-top: 10px; }
.animatedBackground.cooperate3-container { background: url(../img/contents/cooperate3.jpg); background-repeat: repeat; background-size: auto; background-repeat: repeat; background-position: 0 0; background-size: auto 100%; height: 50px; }
.animatedBackground { width: 100%; height: 60px; animation: animatedBackground 500s linear infinite; margin-top: 0; opacity: 1; }
.cooperate1-container { overflow: hidden; margin-top: 30px !important; }
@keyframes animatedBackground {
 from { background-position: 0 0; }
/*use negative width if you want it to flow right to left else and positive for left to right*/
to { background-position: -10000px 0; }
}

.partner_box { margin-top: 20px; background: #fff; border-radius: 10px; padding: 20px 30px; }
.partner_box .tit { text-align: center; color: #008acc; font-size: 1.15rem; }
.partner_box ul { list-style: none; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin: 20px 0; }
.partner_box ul li { text-align: center; margin: 0 25px; }
.partner_box .btm { background: #008acc; color: #fff; padding: 8px 30px; text-align: center; border-radius: 10px; display: table; margin: auto; transition: all 0.3s ease; transform: translateY(70px); opacity: 0; }
.partner_box .btm.focus.in-view { transform: translateY(0); opacity: 1; }
.flex > .section_inner > .section_inner_margin { display: flex; align-items: center; }
.inner_flex .full_section_inner { display: flex; }

@media (max-width: 1200px) {
  .counter_box .inner .counter, .counter_box .inner .mark { font-size: 45px !important; }
  .counter_box .tit { font-size:1.5rem; }
}
@media (max-width:1000px) {
  .counter_box { flex-direction: column; }
  .counter_box .tit { margin-top: 5px; }
}
@media (max-width:768px) {
  .info_story .page_tit h4 {font-size: 2.4rem;}
  .story07 {margin-top: 4rem; padding: 3rem;}
  .counter_list .col-sm-3 { flex: 0 0 50%; max-width: 50%; margin-bottom: 3rem;}
  .counter_list .col-sm-6 {margin-bottom: 4rem;}
  .new-container .swiper-slide { width: 60%; }
  .inner_flex .full_section_inner { flex-direction: column; }
  .main_link ul { margin-top: 20px; margin-bottom: 30px !important; justify-content: space-between; font-size: 1.0rem; }
  .main_link ul li { flex: auto; }
  .main_link ul li + li { margin-left: 0; }
  .counter_wrap .full_section_inner.clearfix { display: flex; }
  .counter_box .inner .counter, .counter_box .inner .mark { font-size: 3.5rem !important; }
  .new-container .ctt .tit { font-size: 1.15rem; }
  .counter_box { padding: 20px 10px; flex-direction: column; }
  .counter_box .tit { text-align: center; margin-top: 10px; width: 100%; flex-flow: row; justify-content: center; }
  .partner_box { padding: 20px 0px; }
  .partner_box ul li { margin: 5px 10px; }
  .partner_box .btm { padding: 5px 20px; }
}


/* =======================================================================================
교육안내
======================================================================================= */
.infotitle {text-align: center; font-size: 3.2rem; margin-top: 4rem; font-weight: 600;}
.infodesc {text-align: center; font-size: 2.2rem;  margin-top: 2rem; margin-bottom: 2rem;}
.learning_card {display: flex; justify-content: center; flex-direction: column; margin-bottom: 3rem; padding: 5rem 1.5rem 5rem 1rem; border-radius:2rem; /*background-color: #DEEFFF;*/}
.learning_card .card_area {display: flex; align-items: center; justify-content: center; margin-top: 3rem;}
.learning_card .icon {font-size: 3rem;}
.learning_card .icon2 {font-size: 4rem;}
.learning_card .txt {text-align: center; font-size:2rem; font-weight: 600;}
.learning_card_new {height: 32rem; overflow: hidden; border-radius:2rem; margin-bottom: 3rem; background-color: #171718;}
.learning_card_new .first {position: relative;  z-index: 3;}
.learning_card_new .first .infotitle {text-align: center; color: #fff; font-size: 3.8rem; margin-top: 5rem; font-weight: 600;}
.learning_card_new .first .infodesc {text-align: center; color: #fff; font-size: 2.2rem;  margin-top: 1rem; margin-bottom: 2rem;}
.learning_card_new .first .infoimg {text-align: center; }
.learning_card_new video {position: relative; max-width: 100%; left: 50%; top: 0%; transform:translate(-50%,-76%); z-index: 2;}
.card_process dd { border-radius: 1rem; padding: 2rem; background-color: #f3f5f9; }
.card_process dd .info_tit {display: inline-block; margin-bottom: .5rem; font-weight: 700; font-size: 1.7rem; }
.card_process dd .info_tit strong {color: var(--primary);}
.training_area .btn.big {min-width: 22rem; text-align: center; padding: 1.8rem 1.5rem; font-size: 1.7rem;}
@media (max-width:1024px) {
  .learning_card_new video {top: -10%; transform:translate(-50%,-84%);}
}
@media (max-width:768px) {
  .learning_card_new { height: 26rem;}
  .learning_card_new .first .infotitle {font-size: 3rem; margin-top: 3rem;}
  .learning_card_new .first .infodesc {font-size: 1.8rem;}
  .learning_card_new .first .infoimg img {width: 300px;}
  .learning_card_new video {display: none;}
}
@media (max-width:480px) {
  .learning_card_new { height: 23rem;}
  .learning_card_new .first .infotitle {font-size: 2.4rem;}
  .learning_card_new .first .infodesc {font-size: 1.6rem;}
}

.worktitle { text-align: center; font-size: 2.8rem; font-weight: 800; line-height: 3.1rem; margin-top: 2rem; margin-bottom: 1.5rem;  }
.workdesc {text-align: center; font-size: 2rem; font-weight: 500; color: var(--primary); letter-spacing: -1px; margin-bottom: 3.5rem; }
.step_box2 { padding:1rem 0 5rem 0; margin-bottom: 6rem; border-bottom: 1px solid #e1e6eb; }
.step_box2 .title {display: inline-block; padding-left: 1.5rem;  color:#fff; font-size: 1.8rem; font-weight:400; margin-bottom: 1rem; border-radius: .5rem; background:var(--primary);}
.step_box2 .title strong {display: inline-block; margin-left: 1rem; padding: 1.2rem 2rem 1.2rem; border-radius:0 .5rem .5rem 0; background:var(--dark1);}
.step_box2 .point {color: var(--primary);}
.step_box2 dl {margin-bottom: 3rem;}
.step_box2 dt { position: relative; font-size: 2.2rem; font-weight: bold; color: var(--primary); margin: .8rem 0; }
.step_box2 dd { margin-bottom: 3rem; }
.work_process{display:grid; grid-template-columns:repeat(3, 1fr); gap:3rem;}
.step_box { line-height: 1.3; text-align: center; margin-top: .5rem; padding: 2.5rem 4.2rem 3rem 4.2rem; border-radius: 1.8rem; background-color: #F6F6F8; border: 1px solid #E5E5EA; }
.step_box .title { padding: 1.2rem 2rem 1.4rem; color: var(--primary); font-size: 1.6rem; font-weight:400; border-radius: 1.5rem; }
.step_box .title strong {font-size: 2.2rem; margin-top: .8rem; color: #222;}
.step_box .img {display:flex; align-items: center; justify-content: center; width:8rem; height:8rem; border-radius:50%; margin:0 auto 0 auto; background:var(--darkPrimary); }
.step_box .img img {position: relative;  }
.step_box .info_txt {font-size:1.7rem; padding-top:3rem;}

.kdt_img {height: 22rem; overflow: hidden; border-radius:1.5rem; margin-bottom: 3rem; padding: 2rem; background:#171718 url(../img/contents/kdp_01.jpg) 0 0 no-repeat; background-size: cover;}
.kdt_img .infotitle {text-align: center; color: #fff; font-size: 3.8rem; margin-top: 3rem; font-weight: 600;}
.kdt_img .infodesc {text-align: center; color: #fff; font-size: 2.2rem;  margin-top: 1rem; margin-bottom: 2rem;}
@media (max-width:768px) {
  .kdt_img {height: 20rem;}
  .kdt_img .infotitle {font-size: 3rem;}
  .kdt_img .infodesc { font-size: 1.8rem; }
}

dl.guide_info > div { margin-bottom: 3.5rem; }
dl.guide_info dt { position: relative; font-size: 2.2rem; font-weight: bold; color: #333; margin: .8rem 0; }
dl.guide_info {  line-height: 1.6; }
ul.info_list li { list-style: none; position: relative; padding-left: 1.5rem; }
ul.info_list li:before { content: "- "; position: absolute; left: 0; }
.txt_circle_num { position: relative; margin: 1rem 0 0; padding: 0 0 0 2rem; line-height: 26px; color: #222; }
.txt_circle_num span { position: absolute; top: 0px; left: 0px; }
dl.guide_info .inner_box { padding: 0 0 0 2rem; }
dl.guide_info .gray_box { border-radius: 1rem; padding: 2rem; background-color: #f3f5f9;}
ul.txt_num_list li { list-style: none; position: relative; padding-left: 1.5rem; margin-top:1rem; }
ul.txt_num_list li > .num { position: absolute; top: 0; left: 0; }
dl.guide_info .list-dot {line-height: 1.2;}
dl.guide_info .list-dot li {padding: .3rem 1.2rem;}
dl.guide_info h5.point {font-size: 1.8rem; color: var(--primary);}
.inner_box .txt_circle_num {margin: 0 0 0 0 !important;}

.training_area.box { padding: 3rem 4rem 4rem 4rem; display: block; border-radius: 1rem; border: 1px solid #dddddd; }
.training_area h5 {font-size: 2rem;}
.training_area .hrd .flex {align-items: center; padding: 2rem; border-radius: 2rem; margin-bottom: 3rem; background:#fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);}
.listTab ul {display: flex; width: 100%; margin-bottom: 2rem; flex-wrap: wrap;}
.listTab ul li {/*flex: 1;*/ display: flex; justify-content: center; align-items: center; margin-right: 2.5rem; border-bottom: 2px solid #a7aaad;}
.listTab ul li a {display: block; text-align: center; padding: 1rem 3.5rem; line-height: 1.35; font-size: 1.8rem; color: #666;}
.listTab ul li.select {position: relative; color: #0090d0; border-bottom: 2px solid #0090d0;}
.listTab ul li.select a {color: #222; font-weight: 700; }
.listTab ul li:hover a {color: #222; }
.listTab .moblieTab-btn {display: none;}
.tab_content {display: none;}
.hrd .subtitle { font-size: 2.6rem; font-weight: bold; }
.hrd p { line-height: 1.8; }
.hrd small {font-size: 1.5rem;}
.hrd .subtitle + dl > div { margin-bottom: 1.5em; }
.hrd .subtitle + dl dt { position: relative; font-size: 2rem; font-weight: bold; color: #0090D0; margin: .8rem 0; }
.hrd .subtitle + dl { padding-left: 1.2rem; line-height: 1.6; }
.hrd .subtitle + dl dt:before { content: ""; position: absolute; display: inline-block; width: 4px; height: 4px; border-radius: 4px; background-color: #0090D0; left: -12px; top: calc(50% - 2px); }
.hrd ul.default_list li { list-style: none; position: relative; padding-left: 15px; }
.hrd ul.default_list li:before { content: "- "; position: absolute; left: 0; }
.hrd .tbl {background-color: #fff;}
.hrd .tbl thead > tr > th {background-color: #333; color: #fff; border-right: 1px solid #9b9b9b;}
.hrd .tbl thead > tr > th:last-child {border-right: none;}

@media (max-width: 768px) {
  .training_area.box {padding: 1.5rem 2rem 2rem 2rem;}
  .infotitle {margin-top: 0rem; margin-bottom: 1.5rem;}
  .listTab ul li a { padding: 1rem 1.5rem;}
  .hrd .subtitle { font-size: 2rem; }
  .hrd .subtitle + dl dt { font-size: 1.8rem; margin: .8rem 0 .5rem 0;}
  .hrd .tbl thead > tr > th {line-height: 1.2;}
}
@media (max-width:580px) {
  .learning_card {padding: 3.5rem 1.5rem 3rem 1rem;}
  .learning_card .card_area {flex-direction: column;}
  .learning_card .card_area .card img {width: 22rem;}
  .learning_card .icon {font-size: 2.4rem;}
  .learning_card .icon2 {font-size: 2.8rem;}
}

/* 훈련과정 */
.curriculum { display: flex; justify-content: center; margin-bottom: 2rem ;}
.curriculum .step { position: relative; flex: 0 0 33.333333%; max-width: 33.333333%; text-align: center; display: flex; align-items:center; flex-direction: column;}
.curriculum .step + .step:before { display: block; content: "\e907"; color: #999; font-family: xeicon; font-size: 3rem; position: absolute; left: -5%; top: calc(10rem / 2); z-index: 3; }
.curriculum .step .circle { display: flex; position: relative; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 2rem; width: 18rem; height:18rem ; padding: 1rem; border-radius: 100%; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35); z-index: 2;}
.curriculum .step .circle.type1 {color: #fff; background: linear-gradient(145deg, rgba(86,174,214,1) 15%, rgba(0,144,208,1) 100%); border: none;}
.curriculum .step .circle.type2 {color: #fff; background: linear-gradient(145deg, rgb(79, 128, 218) 15%, rgb(13, 82, 185) 100%); border: none;}
.curriculum .step .circle.type3 {color: #fff; background: linear-gradient(145deg, rgb(93, 79, 218) 15%, rgb(76, 36, 151) 100%); border: none;}
.curriculum .step .circle b::after {content: ''; display: block; width: 100%; height: 1px; margin: .5rem 0; background-color: rgba(230, 230, 230, 0.3);}
.curriculum .step .circle span {line-height: 1.4;}
.list-type {display: flex; flex-direction: ;}
.list-type li {display: inline-flex;}
.list-type li + li {margin-left: 2rem;}
.icon_type {padding: 1.5rem 3.5rem 1.5rem 3.5rem; border-radius: 1rem; background-color: #DEEFFF; }
.point_box {text-align: left; font-weight: 600; color: var(--primary); margin-bottom: 1rem;  padding: 1.5rem 3.5rem 1.5rem 3.5rem; border-radius: 1rem; background-color: #f3f5f9; }

@media(max-width:768px) {
  .training_area h5 {font-size: 1.8rem;}
  .training_area .hrd .flex {gap: .8rem;}
	.curriculum { flex-direction: column; gap: 2em; }
  .curriculum .step {  flex: 0 0 100%; max-width: 100%;}
	.curriculum .step + .step:before { display: none; }
	.curriculum .step .circle { width: 100%; height: auto; border-radius: 4px; margin-bottom:1.4rem; }
}
@media(max-width:480px) {
  .hrd .tbl thead > tr > th {font-size: 1.4rem; font-weight: 500; line-height: 1;}
  .hrd .tbl thead > tr > th p {line-height: 1.2;}
  .icon_type {padding: 1.5rem 2rem 1.5rem 2rem;}
  .list-type li + li { margin-left: 1rem;}
}

.list-type2 {display: grid; gap: .4rem; grid-template-columns: repeat(2, 1fr);}
.list-type2 li {display: inline-flex; flex-direction: column; padding: 2rem; background-color: #FAF9F6; border-radius: 1rem;}
.list-type2 li strong {color: var(--primary);}
.list-type2 li.icon-type {display: flex; align-items: center; gap: 1rem; word-break: keep-all; padding: 3rem 3rem 2rem 3rem;}
.list-type2 li.icon-type span {text-align: center; }
.list-type3 {display: grid; gap: .4rem; grid-template-columns: repeat(1, 1fr);}
.list-type3 li {display: inline-flex; flex-direction: column; padding: 2rem; background-color: #FAF9F6; border-radius: 1rem;}
@media (max-width:767.98px) {
  .list-type2 li.icon-type {padding: 3rem 2rem 2rem 2rem;}
  .list-type2 li.icon-type span {line-height: 1.4;}
}
@media (max-width:480px) {
  .list-type2 {display: grid; gap: .4rem; grid-template-columns: repeat(1, 1fr);}
}

/* =======================================================================================
수료증
======================================================================================= */
.print_wrap { width: 100vw; height: 100vh; margin: 0 auto; color: #333;}
.print_wrap .print_box .QR_box { position: absolute; left: 50%; transform: translateX(-50%); width: 740px; z-index: 2; }
.print_wrap .print_box .QR_box .QR_cord { position: absolute; right: 85px; top: 70px; font-size: 16px; font-weight: 600; }
.print_wrap .print_box .icon_box { width: 720px; height: 32px; margin: 0 auto; background: transparent; display: flex; align-items: center; justify-content: flex-end; padding: 0 10px; z-index: 10; position: absolute; left: 50%; transform: translateX(-50%); }
.print_wrap .print_box .icon_box i { width: 32px; height: 32px; line-height: 32px; font-size: 20px; cursor: pointer; text-align: center; }
.print_wrap .print_box > img { position: absolute; left: 50%; transform: translateX(-50%); width: 740px; height: 1040px; }
.print_wrap .print_box .table_wrap { position: absolute; left: 50%; transform: translateX(-50%); width: 740px; height: 1040px; }
.print_wrap .print_box .table_wrap .table_box { position: relative; width: 100%; height: 100%; }
.print_wrap .print_box .print_tit { position: relative; top: 150px; font-weight: 700; letter-spacing: 32px; margin-right: -32px; font-size: 55px; text-align: center; color: #000000; }
.print_wrap .print_box .print_stamp { background-size: auto 80px; min-height: 80px; position: absolute; bottom: 100px; width: 100%; display: flex; align-items: center; justify-content: center; }
.print_wrap .print_box .print_stamp img.stamp { height: 84px; margin-left: -15px; position: absolute; top: 0; z-index: -1; }
.print_wrap .print_box .print_stamp .stamp_from { font-weight: 700; font-size: 29px; padding-right: 65px; }
.print_wrap .print_box .table_wrap .table_box table { position: absolute; top: 320px; left: 95px; width: 76%; margin: 0 auto; font-weight: 700; font-size: 19px; }
.print_wrap .print_box .table_wrap .table_box table caption { visibility: hidden; height: 0; }
.print_wrap .print_box .table_wrap .table_box table th { font-weight: 800; display: flex; justify-content: space-between; position: relative; margin-right: 30px; }
.print_wrap .print_box .table_wrap .table_box table th::after { display: block; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); content: ':'; font-size: 22px; }
.print_wrap .print_box .table_wrap .table_box table td { font-weight: 400; }
.print_wrap .print_box .table_wrap .table_box table td .tit { font-weight: 800; padding-right: 15px; }
.print_wrap .print_box .table_wrap .table_box table td.txt { text-align: center; font-size: 21px; font-weight: 700; padding-top: 60px; letter-spacing: 0; line-height: 2;}
.print_wrap .print_box .table_wrap .table_box table td.date { text-align: center; font-size: 21px; font-weight: 500; padding-top: 60px; }
.print_wrap .print_box .table_wrap .user { text-align: left; }
.print_wrap .print_box .table_wrap .user dl { display: flex; flex-direction: row; flex: 0 0 100%; max-width: 100%; margin-bottom: 10px; }
.print_wrap .print_box .table_wrap .user dl dt { font-weight: 800; display: flex; flex: 0 0 20%; max-width: 20%; justify-content: space-between; position: relative; margin-right: 30px; }
.print_wrap .print_box .table_wrap .user dl dd {font-weight: 600;}
.print_wrap .print_box .table_wrap .user dl dt::after { display: block; position: absolute; right: -20px; top: 12px; transform: translateY(-50%); content: ':'; font-size: 22px; }
@media print {
	.print_wrap .print_box .icon_box { display: none; }
}