/*-------------------------------------------------------------------
    파일정의 : 컨텐츠 스타일
    속성순서 : 레이아웃, 사이징, 박스모양, 글자모양, 문단모양, 기타모양
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    @공통
-------------------------------------------------------------------*/
.pc_view {display: block;}
.mo_view {display: none;}

.mo_view_flex {display: none !important;}

.sub{}

.sub hr {margin: 80px 0 0; width: 100%; border: 0; padding: 0; border-top: 1px solid #F2F2F2;}

/* 서브 비쥬얼 */
.sub-visual {display: flex; flex-direction: column; align-items: center; justify-content: center; color: #ffffff; height: 550px; background-repeat: no-repeat; background-size: cover; background-position: center;}

.sub-visual.bg01{background-image: url('../img/sub/bg_visual01.png');}
.sub-visual.bg02{background-image: url('../img/sub/bg_visual02.png');}
.sub-visual.bg05{background-image: url('../img/sub/bg_visual05.png');}

.sub-visual .tit-visual {font-size: 45px; font-weight: 700; font-family: 'Play'; line-height: 1.3333; letter-spacing: 0;}

.sub-visual .txt-visual {margin-top: 14px; font-size: 22px; line-height: 1.1818; font-weight: 500; opacity: 0.5;}

.sub-tit {font-size: 35px; font-weight: 700; font-family: 'Play', 'Pretendard'; color: #000000; line-height: 1.1111; word-break: keep-all; text-align: center;}
.sub-tit span {position: relative;}
.sub-tit span::after {position: absolute; width: 9px; height: 9px; background: #7BABD0; border-radius: 50%; right: -12px; bottom: 10px; content: ""; display: block;}
.mini-tit {font-size: 18px; color: #7BABD0; font-weight: 700; line-height: 1.1666; text-align: center;}
.sub-tit + .mini-tit {margin-top: 12px;}
.sec-tit {font-size: 30px; font-weight: 700; line-height: 1.16666; text-align: center;}
.bullet-tit {padding-left: 14px; position: relative; font-size: 24px; font-weight: 700; line-height: 1.20833;}
.bullet-tit::before {content: ""; position:absolute; width: 4px; height: 24px; background-color: #7BABD0; left: 0; top: 3px;}

/* hightlight */
.hightlight {font-size: 20px; line-height: 1.2; text-align: center;}
.hightlight span {display: inline-block; padding: 0 3px;
    -webkit-box-shadow: inset 0px -14px 0px 0px rgba(123,171,208,0.2);
    box-shadow: inset 0px -14px 0px 0px rgba(123,171,208,0.2);
}
.hightlight strong {font-weight: 700; color: #7BABD0;}

/* location */
.loc {border-bottom: 1px solid #E3E3E3;}
.loc ul {width: 100%; max-width: 1460px; padding-left: 20px; padding-right: 20px; margin: 0 auto; display: flex;}
.loc ul li {flex: 1 0;}
.loc ul li a{ line-height: 60px; display: block; width: 100%; font-weight: 500; font-size: 16px; text-align: center; position: relative;}
.loc ul li.on a {color: #7BABD0; font-weight: 700;}
.loc ul li.on a::before {content: ""; width: 100%; height: 2px; background-color: #7BABD0; position: absolute; bottom: 0; left: 0;}

/* headline */
.sub-healine {padding-top: 114px; padding-bottom: 60px; text-align: center;}
.sub-healine .tit01 {color: #7BABD0; text-align: center; font-weight: 700; font-size: 20px; list-style: 1.35; font-family: 'Play';}
.sub-healine .tit02 {position: relative; font-size: 42px; font-weight: 700; margin-top: 6px; line-height: 1.190; padding-bottom: 68px; }
.sub-healine .tit02::after {position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); width: 1px; height: 40px; background-color: #000000; opacity: 0.2; content: "";}
.sub-healine .txt01 {font-size: 34px; font-weight: 700; line-height: 1.352;}
.sub-healine .txt02 {margin-top: 13px; opacity: 0.4; font-weight: 500; font-size: 18px; letter-spacing: -0.05em; line-height: 1.1666}

/* what-wrap */
.what-wrap {background: url('../img/sub/bg_what.png') no-repeat center; background-size: cover; color: #ffffff; overflow: hidden;}
.what-wrap .tit {text-align: center; font-size: 33px; font-weight: 300; line-height: 1.1818; margin-bottom: 78px;}
.what-wrap .tit strong {display: inline-block; font-weight: 700; position: relative;}
.what-wrap .tit strong span {position: absolute; width: max-content; font-size: 14px; font-family: 'Play'; color: #7BABD0; top: -5px; transform: translateY(-100%); line-height: 1.357;}
.what-wrap .inner {position: relative; padding-top: 100px; padding-bottom: 100px;}
.what-wrap ul::after {display: block; clear:both; content: "";}
.what-wrap ul li::before,
.what-wrap ul li:last-child::after {position: absolute; width: 1px; height: 100%; content: ""; background-color: #FFFFFF; opacity: 0.15; top: 0;}
.what-wrap ul li:last-child::after {right: 0}
.what-wrap ul li {float: left; text-align: center; letter-spacing: -0.05em;}
.what-wrap ul li .num {font-size: 16px; font-weight: 700; line-height: 1.3125; opacity: 0.4;}
.what-wrap ul li p {font-size: 18px; font-weight: 500; line-height: 1.1666; margin-top: 10px;}

.what-wrap ul.col03 li {width: 33.3333%;}
.what-wrap ul.col03 li:nth-child(1)::before {left: 0;}
.what-wrap ul.col03 li:nth-child(2)::before {left: 33.333%;}
.what-wrap ul.col03 li:nth-child(3)::before {left: 66.666%;}

.what-wrap ul.col04 li {width: 25%;}
.what-wrap ul.col04 li:nth-child(1)::before {left: 0;}
.what-wrap ul.col04 li:nth-child(2)::before {left: 25%;}
.what-wrap ul.col04 li:nth-child(3)::before {left: 50%;}
.what-wrap ul.col04 li:nth-child(4)::before {left: 75%;}


.what-wrap ul.col06 li {width: 16.666%;}
.what-wrap ul.col06 li:nth-child(1)::before {left: 0;}
.what-wrap ul.col06 li:nth-child(2)::before {left: 16.666%;}
.what-wrap ul.col06 li:nth-child(3)::before {left: 33.332%;}
.what-wrap ul.col06 li:nth-child(4)::before {left: 49.998%;}
.what-wrap ul.col06 li:nth-child(5)::before {left: 66.664%;}
.what-wrap ul.col06 li:nth-child(6)::before {left: 83.33%;}


.shadow-box {background-color: #FFFFFF; border-radius: 20px; box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08); padding-left: 15px; padding-right: 15px;}

/* download */
.download {background: url('../img/sub/bg_download.png') no-repeat center; background-size: cover; padding: 127px 0 133px; display: flex; flex-direction: column; color: #ffffff; justify-content: center; align-items: center;}
.download .sub-tit {color: #ffffff;}
.download .btn-download {width: 250px; height: 60px; margin-top: 40px; border: 1px solid #ffffff; text-align: left; padding: 0 20px; background: url('../img/sub/ic_download.png') no-repeat right 10px center; background-size: 30px;}

/* morer detail */
.more-detail {background: url('../img/sub/bg_more.png') no-repeat center; background-size: cover; padding: 127px 0 133px; display: flex; flex-direction: column; color: #ffffff; justify-content: center; align-items: center;}
.more-detail .sub-tit {color: #ffffff;}
.more-detail .btn-more {width: 250px; height: 60px; margin-top: 40px; border: 1px solid #ffffff; text-align: left; padding: 0 20px; background: url('../img/sub/ic_more.png') no-repeat right 10px center; background-size: 30px;}

/* button */
.btn-wrap{}

.btn{ border: 1px solid transparent; padding: 0 0; margin: 0 0; }
.btn-ic{ border: none; padding: 0; margin: 0; display: block; text-indent: -9999px; background-size: 100%; background-repeat: no-repeat; }

/* form, input */
.inp-wrap {display: flex; gap: 30px 40px; flex-wrap: wrap;}
.inp-item{ display: flex; flex-direction: column-reverse; width: calc(50% - 30px);}
.inp-item.w100 {width: 100%}

.inp-item label {color: #ADADAD}
.inp-item input[type="text"] {border-bottom: 1px solid rgba(0, 0, 0, 0.15); height: 26px;}
.inp-item input[type="text"]:focus {border-color: #7BABD0;}
.inp-item input[type="text"]:focus + label {color: #7BABD0; font-weight: 600;}

.inp-item textarea {border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); height: 140px; resize: none;}
.inp-item textarea:focus {border-color: #7BABD0;}
.inp-item textarea:focus + label {color: #7BABD0; font-weight: 600;}

.inp-item select {border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); height: 45px; background: url('../img/icon/ico_select.png') no-repeat right top -8px; background-size: 30px; }
.inp-item select + label {margin-bottom: -21px;}
.inp-item select:focus {border-color: #7BABD0;}
.inp-item select:focus + label {color: #7BABD0; font-weight: 600;}

input[type="checkbox"] {appearance: auto; -moz-appearance: auto; -webkit-appearance: auto;}
input[type="checkbox"] + label {margin-left: 12px; font-size: 15px; font-weight: 500;}
input[type="checkbox"] + label a {display: inline-block; border-bottom: 1px solid #000000; line-height: 1.1;}

.phone .inp-item{}

/* title */
.tit-wrap{}
.tit-wrap .tit{}

.tit.v1{}

/* text */
.txt-warning{}
.txt-comment{}

/* table */
.tbl-wrap{}
.tbl-wrap table{ width: 100%; table-layout: fixed; }

.tbl-wrap.v1{}

/* paging */
.paging {margin-top: 60px;}
.paging ul{display: flex; align-items: center; justify-content: center;}
.paging ul li{width: 40px; height: 40px;}
.paging ul li a{display: block; width: 100%; height: 100%; line-height: 40px; text-align: center; color: rgba(0, 0, 0, 0.3); border-radius: 50%; background-color: transparent;}
.paging ul li.on a {background-color: #7BABD0; color: #ffffff;}
.paging ul li.front{background: url('../img/sub/ic_paging_front.png') no-repeat center; background-size: 12px; width: 12px; height: 13px; margin-right: 20px;}
.paging ul li.prev{background: url('../img/sub/ic_paging_prev.png') no-repeat center; background-size: 8px; width: 8px; height: 13px; margin-right: 30px;}
.paging ul li.next{background: url('../img/sub/ic_paging_next.png') no-repeat center; background-size: 8px; width: 8px; height: 13px; margin-left:30px;}
.paging ul li.back{background: url('../img/sub/ic_paging_back.png') no-repeat center; background-size: 12px; width: 12px; height: 13px; margin-left: 20px;}

/*-------------------------------------------------------------------
    @메뉴명
-------------------------------------------------------------------*/
/* 기업레벨업 컨설팅 > LV UP 1 경영혁신 */
.creation-process {background-color: #F8F9FA; padding-top: 105px; padding-bottom: 120px;}
.creation-process .process-box {background-color: #FFFFFF; border-radius: 20px; box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08); margin-top: 60px; padding: 60px 40px 84px; text-align: center;}
.creation-process .process-box .tit-label {line-height: 35px; text-align: center; border-radius: 18px; color: #ffffff; font-size: 16px; font-weight: 600; letter-spacing: -0.05em; border-radius: 18px;}
.creation-process .process-box .tit-label span {opacity: 0.5; font-size: 14px; display: inline-block; margin-left: 5px;}
.creation-process .process-box .tit {font-size: 32px; line-height: 1.34375; font-family: 'Play'; font-weight: 700; margin-top: 20px;}
.creation-process .process-box .tit-sub {margin-top: 4px; font-size: 20px; font-weight: 700; color: #7BABD0; line-height: 1.2;}
.creation-process .process-box .activity .tit-label {background-color: #7BABD0; width: 116px; margin: 0 auto;}
.creation-process .process-box .activity .formula {width: 647px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #E9EDF0; background-color: #F9F9F9; border-radius: 20px; margin: 40px auto 0; padding: 36px 58px;}
.creation-process .process-box .activity .formula .left {flex: none; border: 1px solid #E0E0E0; background: #ffffff; font-size: 24px; font-weight: 700; letter-spacing: -0.05em; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; width: 203px; height: 203px;}
.creation-process .process-box .activity .formula .left img {margin-bottom: 20px; width: 50px;}
.creation-process .process-box .activity .formula .right::before {position: absolute; content: "="; font-size: 30px; font-weight: 500; left: -20px; transform: translate(-100%, -50%); top: 50%;}
.creation-process .process-box .activity .formula .right {margin-left: 62px; position: relative; width: 265px; line-height: 1.2;}
.creation-process .process-box .activity .formula .right > div {padding-right: 60px;}
.creation-process .process-box .activity .formula .right .txt01 {font-size: 20px;font-weight: 700;}
.creation-process .process-box .activity .formula .right .txt02 {font-size: 15px;font-weight: 500; letter-spacing: -0.05em; margin-top: 6px}
.creation-process .process-box .activity .formula .right .top {background: url('../img/sub/img_levalup01_up.png') no-repeat right 40px top; background-size: 60px;}
.creation-process .process-box .activity .formula .right .bottom {margin-top: 25px; padding-top: 25px; border-top: 1px solid #D4D4D4; background: url('../img/sub/img_levalup01_down.png') no-repeat right 40px top 25px; background-size: 60px;}
.creation-process .process-box .result {margin-top: 60px; padding-top: 60px; border-top: 2px dotted #B6BDC2;}
.creation-process .process-box .result .tit-label {background-color: #5584A0; width: 137px; margin: 0 auto;}
.creation-process .process-box .result img {margin: 60px auto 0;}

.service-land {padding: 96px 0 110px;}
.service-land img {margin: 68px auto 0;}

/* 기업레벨업 컨설팅 > LV UP 2 영업마케팅 */
.sales-process {background-color: #0C2A3F; padding: 100px 0;}
.sales-process .container {max-width: 1460px;}

.consulting-step {background-color: #F8F9FA; padding-top: 95px; padding-bottom: 100px;}

.salse-table {padding-top: 100px; padding-bottom: 130px;}

/* 기업레벨업 컨설팅 > LV UP 3 인사조직 */
.hr-guide {padding: 63px 0; text-align: center; color: #ffffff; background: url('../img/sub/bg_hr_view.png') no-repeat center; background-size: cover;}
.hr-guide .txt01 {font-size: 20px; line-height: 1.2; opacity: 0.55; letter-spacing: -0.05em;}
.hr-guide .txt01 strong {font-weight: 700}
.hr-guide .txt02 {margin-top: 5px; font-size: 28px; font-weight: 700; line-height: 1.3214; padding-bottom: 63px; background: url('../img/sub/ic_arr_hr.png') no-repeat center bottom;}
.hr-guide .txt02 strong {color: #D3E7F2; font-weight: 700;}

.hr-view {padding-top: 96px; padding-bottom: 130px; background-color: #F4F6F7;}
.hr-view .tit {font-size: 32px; line-height: 1.3125; padding-bottom: 30px; position: relative; color: #222222; letter-spacing: -0.05em; text-align: center;}
.hr-view .tit strong {font-weight: 700; color: #243946;}
.hr-view .tit::after {content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 2px; background-color: #CECECE;}
.hr-view img {margin: 80px auto 0;}
.hr-view .hr-design {margin-top: 100px; overflow: hidden; display: flex; align-items: stretch; column-gap: 30px; flex-wrap: wrap;}
.hr-view .hr-design dl {flex: none; width: calc(50% - 15px); margin-top: 30px; border: 1px solid #F2F2F2; border-top: 3px solid #2B485A; padding: 40px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #ffffff; background-repeat: no-repeat; background-position: right bottom;}
.hr-view .hr-design dl:nth-child(-n + 2) {margin-top: 0;}
.hr-view .hr-design dl:nth-child(1) {background-image: url('../img/sub/bg_hr_view01.png');}
.hr-view .hr-design dl:nth-child(2) {background-image: url('../img/sub/bg_hr_view02.png');}
.hr-view .hr-design dl:nth-child(3) {background-image: url('../img/sub/bg_hr_view03.png');}
.hr-view .hr-design dl:nth-child(4) {background-image: url('../img/sub/bg_hr_view04.png');}
.hr-view .hr-design dl:nth-child(5) {background-image: url('../img/sub/bg_hr_view05.png');}
.hr-view .hr-design dl:nth-child(6) {background-image: url('../img/sub/bg_hr_view06.png');}
.hr-view .hr-design dl dt {font-size: 28px; font-weight: 700; line-height: 1.1785;}
.hr-view .hr-design dl dd {margin-top: 26px;}
.hr-view .hr-design dl dd ul li {font-size: 16px; line-height: 1.75; position: relative; padding-left: 15px;}
.hr-view .hr-design dl dd ul li::before {content: "•"; position: absolute; left: 0; top: 0;}

/* 기업레벨업 컨설팅 > LV UP 4 업무생산성 */
.work-empty {height: 450px; background: url('../img/sub/bg_transformation.png') no-repeat center; background-size: cover;}

.work-field {padding-top: 95px; padding-bottom: 130px;}
.work-field .title {text-align: center; font-size: 38px; font-weight: 700; font-family: 'Play'; line-height: 1.3421; padding-bottom: 16px; position: relative;}
.work-field .title::after {content: ""; width: 35px; height: 2px; background-color: #DDDDDD; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%)}
.work-field .sec-tit {margin-top: 80px;}
.work-field .title + .sec-tit {margin-top: 80px;}
.work-field .mini-tit + img {margin: 50px auto 0;}
.work-field .hightlight {margin-top: 20px;}
.work-field .work-background {margin-top: 50px; overflow: hidden; position: relative; border: 1px solid #EAEAEA; border-radius: 10px;}
.work-field .work-background span {width: 60px; height: 60px; line-height: 60px; text-align: center; color: #ffffff; border-radius: 50%; background-color: #243946; display: block; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.work-field .work-background dl {width: 50%; float: left;}
.work-field .work-background dl:first-of-type {border-right: 1px solid #EAEAEA}
.work-field .work-background dl dt {background-color: #EAEAEA; text-align: center; height: 60px; line-height: 60px; font-size: 20px; font-weight: 700;}
.work-field .work-background dl dd {padding: 30px 35px 35px;}
.work-field .work-background dl dd ul li {font-size: 16px; line-height: 2.1875; position: relative; padding-left: 15px;}
.work-field .work-background dl dd ul li::before {content: "•"; position: absolute; left: 0; top: 0;}
.work-field .img-wrap.work {margin-top: 50px;}
.work-field .img-wrap.work::after {display: block; clear: both; content: "";}
.work-field .img-wrap.work img {border-radius: 20px; overflow: hidden; float: left; box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);}
.work-field .img-wrap.work img + img {margin-left: 30px;}

/* 기업레벨업 컨설팅 > LV UP 5 Global & 신사업 */
.newbiz-intro {display: flex; align-items: center; justify-content: center; height: 242px; background: url('../img/sub/bg_new_biz.png') no-repeat center; background-size: cover; color: #ffffff; font-size: 34px; font-weight: 700; font-family: 'Play';}

.newbiz-wrap {padding-top: 20px; padding-bottom: 130px;}
.newbiz-wrap .sec-tit {margin-top: 80px;}
.newbiz-wrap .mini-tit + .bullet-tit {margin-top: 50px;}
.newbiz-wrap .mini-tit + .hightlight {margin-top: 20px;}
.newbiz-wrap .img01 {margin-top: 50px;}
.newbiz-wrap .img02 {margin-top: 30px;}
.newbiz-wrap .process-wrap {margin-top: 80px;}
.newbiz-wrap .process-wrap > div img {border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);}
.newbiz-wrap .process-wrap > div + div {margin-top: 75px;}
.newbiz-wrap .process-wrap > div.before {position: relative;}
.newbiz-wrap .process-wrap > div.before::after {position: absolute; content: ""; width: 82px; height: 86px; background: url('../img/sub/img_levalup05_arr.png') no-repeat center; background-size: 100%; left: 50%; bottom: -57px; transform: translateX(-50%);}

.globalbiz-intro {display: flex; align-items: center; justify-content: center; height: 242px; background: url('../img/sub/bg_global_biz.png') no-repeat center; background-size: cover; color: #ffffff; font-size: 34px; font-weight: 700; font-family: 'Play';}

.globalbiz-wrap {padding-top: 20px; padding-bottom: 130px;}
.globalbiz-wrap .sec-tit {margin-top: 80px;}
.globalbiz-wrap .mini-tit + .bullet-tit {margin-top: 50px;}
.globalbiz-wrap .mini-tit + .hightlight {margin-top: 20px;}
.globalbiz-wrap .bg-info {margin-top: 75px; overflow: hidden;}
.globalbiz-wrap .bg-info li {width: calc(33.3333% - 20px); margin-left: 30px; border: 2px solid #EBECED; background-color: #F8F9FA; border-radius: 20px; float: left; height: 257px; text-align: center; padding: 40px 30px 35px;}
.globalbiz-wrap .bg-info li:first-child {margin-left: 0;}
.globalbiz-wrap .bg-info li div + div {margin-top: 30px; padding-top: 30px; border-top: 1px dotted rgba(85, 132, 160, 0.3)}
.globalbiz-wrap .bg-info li .num {font-family: 'Play'; font-size: 24px; font-weight: 700; line-height: 1.3333; color: #5584A0;}
.globalbiz-wrap .bg-info li .txt {font-size: 24px; line-height: 1.20833; font-weight: 600; letter-spacing: -0.05em; margin-top: 6px;}
.globalbiz-wrap .bg-info li .txt-what {font-size: 20px; line-height: 1.5;}
.globalbiz-wrap .img01 {margin-top: 30px;}
.globalbiz-wrap .result-wrap {position: relative; margin-top: 65px; height: 680px; background: url('../img/sub/bg_global_biz_result.png') no-repeat left center}
.globalbiz-wrap .result-wrap .shadow-box {width: 570px; position: absolute; right: 0; top: 0; height: 100%;}
.globalbiz-wrap .result-wrap .shadow-box img {margin: 36px auto 0;}

/* 온라인 진단 & 평가 > 온라인 경영진단 */
.online-diagnosis {padding-top: 20px; padding-bottom: 130px;}
.online-diagnosis .sec-tit {margin-top: 80px;}
.online-diagnosis .mini-tit + .hightlight {margin-top: 20px;}
.online-diagnosis .img01 {margin-top: 60px;}
.online-diagnosis .method-table {margin-top: 50px;}
.online-diagnosis .method-table table {width: 100%; table-layout: fixed;}
.online-diagnosis .method-table table th,
.online-diagnosis .method-table table td {border: 1px solid #F1F1F1; vertical-align: middle; padding: 0 30px;}
.online-diagnosis .method-table table th {font-weight: 600;}
.online-diagnosis .method-table table thead th {text-align: center; background-color: #F8F8F8; height: 65px; border-top: 2px solid #7BABD0}
.online-diagnosis .method-table table tbody th,
.online-diagnosis .method-table table tbody td {height: 70px;}
.online-diagnosis .method-table table tbody th {text-align: left;}
.online-diagnosis .method-table table tbody td {text-align: center;}
.online-diagnosis .method-table table tbody td a {font-weight: 700; color: #5584A0}
.online-diagnosis .img-wrap {margin-top: 50px; }
.online-diagnosis .img-wrap::after {display: block; clear: both; content: "";}
.online-diagnosis .img-wrap > div {float: left; width: calc(50% - 15px);}
.online-diagnosis .img-wrap > div + div {margin-left: 30px;}
.online-diagnosis .img-wrap > div img {border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);}
.online-diagnosis .info {margin-top: 50px; padding: 35px 40px 40px; border: 1px solid #E8E8E8; border-top: 3px solid #2B485A;}
.online-diagnosis .info ul li {font-size: 16px; line-height: 1.75; position: relative; padding-left: 15px;}
.online-diagnosis .info ul li::before {content: "•"; position: absolute; left: 0; top: 0;}

/* 이스크라 > 오시는 길 */
.contact-wrap .map-wrap {padding-bottom: 100px;}
.contact-wrap .map-wrap::after {display: block; clear: both; content: "";}
.contact-wrap .map-wrap .place {width: calc(50% - 15px); margin-left: 30px; float: left;}
.contact-wrap .map-wrap .place:first-child {margin-left: 0;}
.contact-wrap .map-wrap .place .map {width: 100%; height: 350px; border: 1px solid #E0E0E0; overflow: hidden;}
.contact-wrap .map-wrap .place .bullet-tit {margin-top: 30px;}
.contact-wrap .map-wrap .place .info {margin-top: 30px;}
.contact-wrap .map-wrap .place .info dl {padding-left: 30px; background-repeat: no-repeat;}
.contact-wrap .map-wrap .place .info dl::after {display: block; clear: both; content: "";}
.contact-wrap .map-wrap .place .info dl + dl {margin-top: 15px;}
.contact-wrap .map-wrap .place .info dl > * {float: left; line-height: 1.1875;}
.contact-wrap .map-wrap .place .info dl.address {background-image: url('../img/sub/ic_spot.png'); background-position: 2px center; background-size: 12px;}
.contact-wrap .map-wrap .place .info dl.tel {background-image: url('../img/sub/ic_tel.png'); background-position: left center; background-size: 16px;}
.contact-wrap .map-wrap .place .info dl.mail {background-image: url('../img/sub/ic_mail.png'); background-position: left center; background-size: 16px;}
.contact-wrap .map-wrap .place .info dl dt {width: 95px; font-weight: 600; }
.contact-wrap .map-wrap .place .info dl dd {width: calc(100% - 95px)}
.contact-wrap .img-banner {height: 350px; background: url('../img/sub/bg_contact.png') no-repeat center; background-size: cover;}
.contact-wrap .inquiry-wrap {padding-top: 100px; padding-bottom: 130px;}
.contact-wrap .inquiry-wrap .tit-wrap {float: left; }
.contact-wrap .inquiry-wrap .tit-wrap .tit {font-size: 42px; font-weight: 700; line-height: 1.1904;}
.contact-wrap .inquiry-wrap .tit-wrap .txt {font-size:18px; margin-top: 20px; line-height: 1.5555; color: #000000; opacity: 0.5; letter-spacing: -0.05em;}
.contact-wrap .inquiry-wrap .form {width: 690px; float: right;}
.contact-wrap .inquiry-wrap .form .inp-wrap {margin-bottom: 40px;}
.contact-wrap .inquiry-wrap .form button {display: block; width: 100%; margin-top: 25px; line-height: 65px; height: 65px; text-align: center; color: #ffffff; background-color: #7BABD0; font-size: 18px; font-weight: 500;}

/* 이스크라 > 자료실 */
.list-wrap table {width:100%; table-layout: fixed;}
.list-wrap table .num {width: 120px;}
.list-wrap table .title {width: auto;}
.list-wrap table .date {width: 235px;}
.list-wrap table .view {width: 235px;}
.list-wrap table td,
.list-wrap table th {text-align: center; vertical-align: middle; padding: 0 15px; height: 60px; color: #000000;}
.list-wrap table td a {display: block; text-align: left;}
.list-wrap table thead th {font-weight: 700; background-color: #F8F9FA; border-top: 2px solid #7BABD0}
.list-wrap table tbody td {border-bottom: 1px solid #F1F1F1; font-weight: 500;}

.document-wrap {padding-bottom: 130px;}

@media screen and (max-width: 1460px) {
    .sub hr {margin: 75px 0 0;}

    /* 서브 비쥬얼 */
    .sub-visual {height: 365px;}

    .sub-visual .tit-visual {font-size: 33px; line-height: 1.3636;}

    .sub-visual .txt-visual {margin-top: 4px; font-size: 23px; line-height: 1.2;}

    .sub-tit {font-size: 27px; line-height: 1.3888;}
    .sub-tit span::after {width: 9px; height: 9px; right: -9px; bottom: 9px;}
    .mini-tit {font-size: 21px;}
    .sec-tit {font-size: 27px;}
    .bullet-tit {padding-left: 20px; font-size: 24px; line-height: 1.1875;}
    .bullet-tit::before {width: 4px; height: 24px; top: 3px;}

    /* hightlight */
    .hightlight {font-size: 24px; line-height: 1.5;}
    .hightlight span {padding: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .hightlight strong {
        -webkit-box-shadow: inset 0px -14px 0px 0px rgba(123,171,208,0.2);
        box-shadow: inset 0px -14px 0px 0px rgba(123,171,208,0.2);
    }

    /* location */
    .loc ul li {display: none;}
    .loc ul li.on {display: block;}
    .loc ul li a{ line-height: 75px; font-size: 24px;}
    .loc ul li.on a::before {height: 3px;}

    /* headline */
    .sub-healine {padding-top: 75px; padding-bottom: 75px;}
    .sub-healine .tit01 {font-size: 21px;}
    .sub-healine .tit02 {font-size: 36px; margin-top: 3px; line-height: 1.2083; padding-bottom: 57px;}
    .sub-healine .tit02::after {bottom: 10px; height: 20px;}
    .sub-healine .txt01 { font-size: 27px; line-height: 1.3333;}
    .sub-healine .txt02 {margin-top: 8px; font-size: 21px; }

    /* what-wrap */
    .what-wrap .tit {font-size: 24px; line-height: 1.5; margin-bottom: 45px;}
    .what-wrap .tit.top {position: relative;}
    .what-wrap .tit.top strong {position: static;}
    .what-wrap .tit strong span {font-size: 15px; top: -5px;}
    .what-wrap .tit.top strong span {left: 50%; transform: translate(-50%, -100%)}
    .what-wrap .inner {padding-top: 100px; padding-bottom: 52px;}
    .what-wrap ul {position: relative;}
    .what-wrap ul li {display: flex; align-items: center; justify-content: center; height: 90px;}
    .what-wrap ul li::before,
    .what-wrap ul li:last-child::after {width: 100vw; height: 1px; left: 50%; transform: translateX(-50%)}
    .what-wrap ul li:last-child::after {bottom: 0;}
    .what-wrap ul li .num {font-size: 24px; margin-right: 9px;}
    .what-wrap ul li p {font-size: 21px; line-height: 1.14285; margin-top: 0;}

    .what-wrap ul.col03 li {width: 100%}
    .what-wrap ul.col03 li:nth-child(1)::before {top: 0;}
    .what-wrap ul.col03 li:nth-child(2)::before {top: 33.3333%;}
    .what-wrap ul.col03 li:nth-child(3)::before {top: 66.6666%;}
    .what-wrap ul.col03 li:nth-child(3)::after {bottom: 0; top: auto;}
    .what-wrap ul.col03 li:nth-child(1)::before,
    .what-wrap ul.col03 li:nth-child(2)::before,
    .what-wrap ul.col03 li:nth-child(3)::before,
    .what-wrap ul.col03 li:nth-child(3)::after { left: 50%; transform: translateX(-50%)}

    .what-wrap ul.col04 li {width: 100%}
    .what-wrap ul.col04 li:nth-child(1)::before {top: 0;}
    .what-wrap ul.col04 li:nth-child(2)::before {top: 25%;}
    .what-wrap ul.col04 li:nth-child(3)::before {top: 50%;}
    .what-wrap ul.col04 li:nth-child(4)::before {top: 75%;}
    .what-wrap ul.col04 li:nth-child(4)::after {bottom: 0; top: auto;}
    .what-wrap ul.col04 li:nth-child(1)::before,
    .what-wrap ul.col04 li:nth-child(2)::before,
    .what-wrap ul.col04 li:nth-child(3)::before,
    .what-wrap ul.col04 li:nth-child(4)::before,
    .what-wrap ul.col04 li:nth-child(4)::after { left: 50%; transform: translateX(-50%)}

    .what-wrap ul.col06 li {width: 50%;}
    .what-wrap ul.col06 li:nth-child(1)::before,
    .what-wrap ul.col06 li:nth-child(2)::before,
    .what-wrap ul.col06 li:nth-child(3)::before,
    .what-wrap ul.col06 li:nth-child(4)::before,
    .what-wrap ul.col06 li:nth-child(5)::before,
    .what-wrap ul.col06 li:nth-child(6)::before {left: -20px;}
    .what-wrap ul.col06 li:nth-child(1)::before {top: 0;}
    .what-wrap ul.col06 li:nth-child(2)::before {top: 90px;}
    .what-wrap ul.col06 li:nth-child(3)::before {top: 180px;}
    .what-wrap ul.col06 li:nth-child(4)::before {top: 270px;}
    .what-wrap ul.col06 li:nth-child(5)::before {top: 360px;}
    .what-wrap ul.col06 li:nth-child(6)::before {top: 450px;}
    .what-wrap ul.col06 li:nth-child(6)::after {width: 1px; height: 100%; left: 50%; transform: translateX(-50%)}

    .shadow-box {border-radius: 30px; padding-left: 23px; padding-right: 23px;}

    /* download */
    .download {background: url('../img/sub/bg_download.png') no-repeat center; background-size: cover; padding: 127px 0 133px; display: flex; flex-direction: column; color: #ffffff; justify-content: center; align-items: center;}
    .download .sub-tit {color: #ffffff;}
    .download .btn-download {width: 250px; height: 60px; margin-top: 40px; border: 1px solid #ffffff; text-align: left; padding: 0 20px; background: url('../img/sub/ic_download.png') no-repeat right 10px center; background-size: 30px;}

    /* more detail */
    .more-detail {background: url('../img/sub/bg_more.png') no-repeat center; background-size: cover; padding: 127px 0 133px; display: flex; flex-direction: column; color: #ffffff; justify-content: center; align-items: center;}
    .more-detail .sub-tit {color: #ffffff;}
    .more-detail .btn-more {width: 250px; height: 60px; margin-top: 40px; border: 1px solid #ffffff; text-align: left; padding: 0 20px; background: url('../img/sub/ic_more.png') no-repeat right 10px center; background-size: 30px;}

    /* form, input */
    .inp-wrap {gap: 39px 0;}
    .inp-item{width: 100%;}
    .inp-item.w100 {width: 100%}

    .inp-item label {font-size: 21px;}
    .inp-item input[type="text"] {height: 23px;}

    .inp-item textarea {height: 110px;}

    .inp-item select {height: 48px; background: url('../img/icon/ico_select.png') no-repeat right top -8px; background-size: 45px; }
    .inp-item select + label {margin-bottom: -28px;}

    input[type="checkbox"] + label {margin-left: 15px; font-size: 21px;}

    /* paging */
    .paging {margin-top: 45px;}
    .paging ul li{width: 42px; height: 42px;}
    .paging ul li a{line-height: 42px; font-size: 15px;}
    .paging ul li.front{background: url('../img/sub/ic_paging_front.png') no-repeat center; background-size: 13px; width: 13px; height: 14px; margin-right: 21px;}
    .paging ul li.prev{background: url('../img/sub/ic_paging_prev.png') no-repeat center; background-size: 9px; width: 9px; height: 14px; margin-right: 33px;}
    .paging ul li.next{background: url('../img/sub/ic_paging_next.png') no-repeat center; background-size: 9px; width: 9px; height: 14px; margin-left:33px;}
    .paging ul li.back{background: url('../img/sub/ic_paging_back.png') no-repeat center; background-size: 13px; width: 13px; height: 14px; margin-left: 21px;}

    /*-------------------------------------------------------------------
        @메뉴명
    -------------------------------------------------------------------*/
    /* 기업레벨업 컨설팅 > LV UP 1 경영혁신 */
    .creation-process {padding-top: 87px; padding-bottom: 100px;}
    .creation-process .process-box {border-radius: 30px; margin-top: 45px; padding: 38px 23px 38px;}
    .creation-process .process-box .tit-label {line-height: 40px; border-radius: 20px; font-size: 21px; border-radius: 20px;}
    .creation-process .process-box .tit-label span {font-size: 18px; display: inline-block; margin-left: 7px;}
    .creation-process .process-box .tit {font-size: 30px; line-height: 1.35; margin-top: 10px;}
    .creation-process .process-box .tit-sub {margin-top: 6px; font-size: 24px;}
    .creation-process .process-box .activity .tit-label {width: 123px;}
    .creation-process .process-box .activity .formula {width: 100%; flex-direction: column; border-radius: 30px; margin: 38px auto 0; padding: 41px 0 45px;}
    .creation-process .process-box .activity .formula .left {font-size: 24px; width: 190px; height: 190px;}
    .creation-process .process-box .activity .formula .left img {margin-bottom: 15px; width: 54px;}
    .creation-process .process-box .activity .formula .right::before { font-size: 45px; left: 50%; transform: translate(-50%, -100%); top: -24px;}
    .creation-process .process-box .activity .formula .right {margin-left: 0; margin-top: 86px; width: 285px;}
    .creation-process .process-box .activity .formula .right > div {padding-right: 72px;}
    .creation-process .process-box .activity .formula .right .txt01 {font-size: 27px;}
    .creation-process .process-box .activity .formula .right .txt02 {font-size: 20px; margin-top: 8px}
    .creation-process .process-box .activity .formula .right .top {background: url('../img/sub/img_levalup01_up.png') no-repeat right 36px top; background-size: 72px;}
    .creation-process .process-box .activity .formula .right .bottom {margin-top: 24px; padding-top: 24px; background: url('../img/sub/img_levalup01_down.png') no-repeat right 36px top 24px; background-size: 72px;}
    .creation-process .process-box .result {margin-top: 60px; padding-top: 38px;}
    .creation-process .process-box .result .tit-label {width: 160px;}
    .creation-process .process-box .result img {margin: 38px auto 0;}

    .service-land {padding: 81px 0 105px;}
    .service-land img {margin: 45px auto 0;}

    /* 기업레벨업 컨설팅 > LV UP 2 영업마케팅 */
    .sales-process {padding: 90px 0;}

    .consulting-step {padding-top: 57px; padding-bottom: 60px;}

    .salse-table {padding-top: 60px; padding-bottom: 105px;}

    /* 기업레벨업 컨설팅 > LV UP 3 인사조직 */
    .hr-guide {padding: 45px 0;}
    .hr-guide .txt01 {font-size: 23px; line-height: 1.4;}
    .hr-guide .txt02 {margin-top: 12px; font-size: 27px; line-height: 1.444; padding-bottom: 77px; background: url('../img/sub/ic_arr_hr.png') no-repeat center bottom; background-size: 48px;}

    .hr-view {padding-top: 87px; padding-bottom: 90px;}
    .hr-view .tit {font-size: 27px; line-height: 1.444; padding-bottom: 23px;}
    .hr-view .tit::after {width: 60px; height: 2px;}
    .hr-view img {margin: 62px auto 0;}
    .hr-view .hr-design {margin-top: 60px; column-gap: 0; row-gap: 23px;}
    .hr-view .hr-design dl {width: 100%; margin-top: 0; padding: 36px 20px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}
    .hr-view .hr-design dl dt {font-size: 24px;}
    .hr-view .hr-design dl dd {margin-top: 15px;}
    .hr-view .hr-design dl dd ul li {font-size: 20px; line-height: 1.53846; padding-left: 15px;}

    /* 기업레벨업 컨설팅 > LV UP 4 업무생산성 */
    .work-empty {height: 285px;}

    .work-field {padding-top: 86px; padding-bottom: 135px;}
    .work-field .title {font-size: 27px; line-height: 1.3888; padding-bottom: 15px;}
    .work-field .title::after {width: 38px;}
    .work-field .sec-tit {margin-top: 75px;}
    .work-field .title + .sec-tit {margin-top: 38px;}
    .work-field .mini-tit + img + img.only-mobile {margin: 45px auto 0;}
    .work-field .hightlight {margin-top: 21px;}
    .work-field .work-background {margin-top: 45px; border-radius: 15px;}
    .work-field .work-background span {width: 75px; height: 75px; line-height: 75px; left: 0; top: 50%; transform: translate(0, -50%);}
    .work-field .work-background dl {width: 100%; float: left; display: flex; align-items: stretch;}
    .work-field .work-background dl:first-of-type {border-right: 0; border-bottom: 1px solid #EAEAEA}
    .work-field .work-background dl dt {height: auto; line-height: 1.25; font-size: 24px; width: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
    .work-field .work-background dl dd {padding: 30px;}
    .work-field .work-background dl dd ul li {font-size: 20px; line-height: 1.538; padding-left: 15px;}
    .work-field .img-wrap.work {margin-top: 45px;}
    .work-field .img-wrap.work img {border-radius: 15px; float: none; margin-left: auto; margin-right: auto;}
    .work-field .img-wrap.work img + img {margin-left: auto; margin-top: 23px}

    /* 기업레벨업 컨설팅 > LV UP 5 Global & 신사업 */
    .newbiz-intro {height: 261px; font-size: 30px;}

    .newbiz-wrap {padding-top: 15px; padding-bottom: 120px;}
    .newbiz-wrap .sec-tit {margin-top: 75px;}
    .newbiz-wrap .mini-tit + .bullet-tit {margin-top: 45px;}
    .newbiz-wrap .mini-tit + .hightlight {margin-top: 21px;}
    .newbiz-wrap .img01 {margin-top: 45px;}
    .newbiz-wrap .img02 {margin-top: 23px;}
    .newbiz-wrap .process-wrap {margin-top: 45px;}
    .newbiz-wrap .process-wrap > div img {border-radius: 15px; }
    .newbiz-wrap .process-wrap > div + div {margin-top: 30px;}
    .newbiz-wrap .process-wrap > div.before::after {width: 36px; height: 38px; bottom: -24px;}

    .globalbiz-intro {height: 261px; font-size: 30px;}

    .globalbiz-wrap {padding-top: 15px; padding-bottom: 120px;}
    .globalbiz-wrap .sec-tit {margin-top: 75px;}
    .globalbiz-wrap .mini-tit + .bullet-tit {margin-top: 45px;}
    .globalbiz-wrap .mini-tit + .hightlight {margin-top: 21px;}
    .globalbiz-wrap .bg-info {margin-top: 45px;}
    .globalbiz-wrap .bg-info li {width: 100%; margin-left: 0; margin-top: 23px; border-radius: 15px; height: auto; padding: 27px 23px 30px;}
    .globalbiz-wrap .bg-info li:first-child {margin-top: 0}
    .globalbiz-wrap .bg-info li div + div {margin-top: 23px; padding-top: 23px;}
    .globalbiz-wrap .bg-info li .top {display: flex; align-items: center; justify-content: center;}
    .globalbiz-wrap .bg-info li .top > * {flex: none;}
    .globalbiz-wrap .bg-info li .num {font-size: 27px;}
    .globalbiz-wrap .bg-info li .txt {font-size: 27px; margin-top: 0;}
    .globalbiz-wrap .bg-info li .txt-what {font-size: 24px;}
    .globalbiz-wrap .img01 {margin-top: 23px;}
    .globalbiz-wrap .result-wrap {margin-top: 45px; height: auto; padding-top: 643px; background: url('../img/sub/bg_global_biz_result_m.png') no-repeat center top;}
    .globalbiz-wrap .result-wrap .shadow-box {width: 100%; position: static; margin-top: 15px; height: auto; padding: 35px 0 30px;}
    .globalbiz-wrap .result-wrap .shadow-box img {margin: 0 auto;}

    /* 온라인 진단 & 평가 > 온라인 경영진단 */
    .online-diagnosis {padding-top: 15px; padding-bottom: 120px;}
    .online-diagnosis .sec-tit {margin-top: 75px;}
    .online-diagnosis .mini-tit + .hightlight {margin-top: 21px;}
    .online-diagnosis .img01 {margin-top: 60px;}
    .online-diagnosis .method-table {margin-top: 45px;}
    .online-diagnosis .method-table table th,
    .online-diagnosis .method-table table td {padding: 23px 15px; font-size: 21px;}
    .online-diagnosis .method-table table thead th {height: 98px;}
    .online-diagnosis .method-table table tbody th,
    .online-diagnosis .method-table table tbody td {height: 105px;}
    .online-diagnosis .img-wrap {margin-top: 45px; }
    .online-diagnosis .img-wrap > div {width: 100%;}
    .online-diagnosis .img-wrap > div + div {margin-left: 0; margin-top: 30px;}
    .online-diagnosis .img-wrap > div img {border-radius: 15px; margin: 0 auto;}
    .online-diagnosis .info {margin-top: 45px; padding: 45px;}
    .online-diagnosis .info ul li {font-size: 20px; padding-left: 15px;}

    /* 이스크라 > 오시는 길 */
    .contact-wrap .map-wrap {padding-bottom: 75px;}
    .contact-wrap .map-wrap .place {width: 100%; margin-left: 0; margin-top: 120px;}
    .contact-wrap .map-wrap .place:first-child {margin-top: 0;}
    .contact-wrap .map-wrap .place .map {height: auto;}
    .contact-wrap .map-wrap .place .map img {width: 100%;}
    .contact-wrap .map-wrap .place .bullet-tit {margin-top: 45px;}
    .contact-wrap .map-wrap .place .info {margin-top: 32px;}
    .contact-wrap .map-wrap .place .info dl {padding-left: 40px; font-size: 21px;}
    .contact-wrap .map-wrap .place .info dl + dl {margin-top: 39px;}
    .contact-wrap .map-wrap .place .info dl > * {line-height: 1.142857;}
    .contact-wrap .map-wrap .place .info dl.address {background-image: url('../img/sub/ic_spot.png'); background-position: 0 3px; background-size: 16px;}
    .contact-wrap .map-wrap .place .info dl.tel {background-image: url('../img/sub/ic_tel.png'); background-position: left top; background-size: 24px;}
    .contact-wrap .map-wrap .place .info dl.mail {background-image: url('../img/sub/ic_mail.png'); background-position: left 5px; background-size: 24px;}
    .contact-wrap .map-wrap .place .info dl dt {width: 100%;}
    .contact-wrap .map-wrap .place .info dl dd {width: 100%;}
    .contact-wrap .img-banner {height: 236px;}
    .contact-wrap .inquiry-wrap {padding-top: 75px; padding-bottom: 90px;}
    .contact-wrap .inquiry-wrap .tit-wrap {width: 100%; text-align: center;}
    .contact-wrap .inquiry-wrap .tit-wrap .tit {font-size: 27px; line-height: 1.1666;}
    .contact-wrap .inquiry-wrap .tit-wrap .txt {font-size: 21px; margin-top: 17px; line-height: 1.5714;}
    .contact-wrap .inquiry-wrap .form {width: 100%; margin-top: 69px;}
    .contact-wrap .inquiry-wrap .form .inp-wrap {margin-bottom: 39px;}
    .contact-wrap .inquiry-wrap .form button {margin-top: 39px; line-height: 75px; height: 75px; font-size: 21px;}

    /* 이스크라 > 자료실 */
    .list-wrap table .num {width: 66px;}
    .list-wrap table .date {width: 102px;}
    .list-wrap table .view {width: 102px;}
    .list-wrap table td,
    .list-wrap table th {padding: 0 9px; height: 90px; font-size: 20px;}

    .document-wrap {padding-bottom: 90px;}
}

@media screen and (max-width: 1210px) {
    .pc_view {display: none;}
    .mo_view {display: block;}
    .mo_view_flex {display: flex !important;}

    .sub hr {margin: 7.5rem 0 0;}

    /* 서브 비쥬얼 */
    .sub-visual {height: 36.5rem;}

    .sub-visual .tit-visual {font-size: 3.3rem;}

    .sub-visual .txt-visual {margin-top: 0.4rem; font-size: 2.3rem;}

    .sub-tit {font-size: 2.7rem;}
    .sub-tit span::after {width: 0.9rem; height: 0.9rem; right: -0.9rem; bottom: 2.5rem;}
    .bullet-tit {padding-left: 2rem; font-size: 2.4rem;}
    .bullet-tit::before {width: 0.4rem; height: 2.4rem; top: 0.3rem;}

    /* hightlight */
    .hightlight {font-size: 2.4rem;}

    /* location */
    .loc ul li a{ line-height: 7.5rem; font-size: 2.4rem;}
    .loc ul li.on a::before {height: 0.3rem;}

    /* headline */
    .sub-healine {padding-top: 7.5rem; padding-bottom: 7.5rem;}
    .sub-healine .tit01 {font-size: 2.1rem;}
    .sub-healine .tit02 {font-size: 3.6rem; margin-top: 0.3rem; padding-bottom: 5.7rem;}
    .sub-healine .tit02::after {bottom: 1rem; height: 2rem;}
    .sub-healine .txt01 {font-size: 2.7rem;}
    .sub-healine .txt02 {margin-top: 0.8rem; font-size: 2.1rem; }

    /* what-wrap */
    .what-wrap .tit {font-size: 2.4rem; margin-bottom: 4.5rem;}
    .what-wrap .tit strong span {font-size: 1.5rem; top: -0.5rem;}
    .what-wrap .inner {padding-top: 10rem; padding-bottom: 5.2rem;}
    .what-wrap ul li {height: 9rem;}
    .what-wrap ul li::before,
    .what-wrap ul li:last-child::after {width: 100vw; left: -2rem;}
    .what-wrap ul li .num {font-size: 2.4rem; margin-right: 0.9rem;}
    .what-wrap ul li p {font-size: 2.1rem;}

    .what-wrap ul.col06 li:nth-child(2)::before {top: 9rem;}
    .what-wrap ul.col06 li:nth-child(3)::before {top: 18rem;}
    .what-wrap ul.col06 li:nth-child(4)::before {top: 27rem;}
    .what-wrap ul.col06 li:nth-child(5)::before {top: 36rem;}
    .what-wrap ul.col06 li:nth-child(6)::before {top: 45rem;}

    .shadow-box {border-radius: 3rem; padding-left: 2.3rem; padding-right: 2.3rem;}

    /* download */
    .download {padding: 12.7rem 0 13.3rem;}
    .download .btn-download {width: 25rem; height: 6rem; margin-top: 4rem; padding: 0 2rem; background: url('../img/sub/ic_download.png') no-repeat right 1rem center; background-size: 3rem;}

    /* more detail */
    .more-detail {padding: 12.7rem 0 13.3rem;}
    .more-detail .btn-more {width: 25rem; height: 6rem; margin-top: 4rem; padding: 0 2rem; background: url('../img/sub/ic_more.png') no-repeat right 1rem center; background-size: 3rem;}

    /* form, input */
    .inp-wrap {gap: 3.9rem 0;}

    .inp-item label {font-size: 2.1rem;}
    .inp-item input[type="text"] {height: 2.3rem;}

    .inp-item textarea {height: 11rem;}

    .inp-item select {height: 4.8rem; background: url('../img/icon/ico_select.png') no-repeat right top -0.8rem; background-size: 4.5rem; }
    .inp-item select + label {margin-bottom: -2.8rem;}

    input[type="checkbox"] + label {margin-left: 1.5rem; font-size: 2.1rem;}

    /* paging */
    .paging {margin-top: 4.5rem;}
    .paging ul li{width: 4.2rem; height: 4.2rem;}
    .paging ul li a{line-height: 4.2rem; font-size: 1.5rem;}
    .paging ul li.front{background: url('../img/sub/ic_paging_front.png') no-repeat center; background-size: 1.3rem; width: 1.3rem; height: 1.4rem; margin-right: 2.1rem;}
    .paging ul li.prev{background: url('../img/sub/ic_paging_prev.png') no-repeat center; background-size: 0.9rem; width: 0.9rem; height: 1.4rem; margin-right: 3.3rem;}
    .paging ul li.next{background: url('../img/sub/ic_paging_next.png') no-repeat center; background-size: 0.9rem; width: 0.9rem; height: 1.4rem; margin-left:3.3rem;}
    .paging ul li.back{background: url('../img/sub/ic_paging_back.png') no-repeat center; background-size: 1.3rem; width: 1.3rem; height: 1.4rem; margin-left: 2.1rem;}

    /*-------------------------------------------------------------------
        @메뉴명
    -------------------------------------------------------------------*/
    /* 기업레벨업 컨설팅 > LV UP 1 경영혁신 */
    .creation-process {padding-top: 8.7rem; padding-bottom: 10rem;}
    .creation-process .process-box {border-radius: 3rem; margin-top: 4.5rem; padding: 3.8rem 2.3rem 3.8rem;}
    .creation-process .process-box .tit-label {line-height: 4rem; border-radius: 2rem; font-size: 2.1rem; border-radius: 2rem;}
    .creation-process .process-box .tit-label span {font-size: 1.8rem; margin-left: 0.7rem;}
    .creation-process .process-box .tit {font-size: 3rem; margin-top: 1rem;}
    .creation-process .process-box .tit-sub {margin-top: 0.6rem; font-size: 2.4rem;}
    .creation-process .process-box .activity .tit-label {width: 12.3rem;}
    .creation-process .process-box .activity .formula {border-radius: 3rem; margin: 3.8rem auto 0; padding: 4.1rem 0 4.5rem;}
    .creation-process .process-box .activity .formula .left {font-size: 2.4rem; width: 19rem; height: 19rem;}
    .creation-process .process-box .activity .formula .left img {margin-bottom: 1.5rem; width: 5.4rem;}
    .creation-process .process-box .activity .formula .right::before { font-size: 4.5rem; top: -2.4rem;}
    .creation-process .process-box .activity .formula .right {margin-top: 8.6rem; width: 28.5rem;}
    .creation-process .process-box .activity .formula .right > div {padding-right: 7.2rem;}
    .creation-process .process-box .activity .formula .right .txt01 {font-size: 2.7rem;}
    .creation-process .process-box .activity .formula .right .txt02 {font-size: 2rem; margin-top: 8rem}
    .creation-process .process-box .activity .formula .right .top {background: url('../img/sub/img_levalup01_up.png') no-repeat right 3.6rem top; background-size: 7.2rem;}
    .creation-process .process-box .activity .formula .right .bottom {margin-top: 2.4rem; padding-top: 2.4rem; background: url('../img/sub/img_levalup01_down.png') no-repeat right 3.6rem top 2.4rem; background-size: 7.2rem;}
    .creation-process .process-box .result {margin-top: 6rem; padding-top: 3.8rem;}
    .creation-process .process-box .result .tit-label {width: 16rem;}
    .creation-process .process-box .result img {margin: 3.8rem auto 0;}

    .service-land {padding: 8.1rem 0 10.5rem;}
    .service-land img {margin: 4.5rem auto 0;}

    /* 기업레벨업 컨설팅 > LV UP 2 영업마케팅 */
    .sales-process {padding: 9rem 0;}

    .consulting-step {padding-top: 5.7rem; padding-bottom: 6rem;}

    .salse-table {padding-top: 6rem; padding-bottom: 10.5rem;}

    /* 기업레벨업 컨설팅 > LV UP 3 인사조직 */
    .hr-guide {padding: 4.5rem 0;}
    .hr-guide .txt01 {font-size: 2.3rem;}
    .hr-guide .txt02 {margin-top: 1.2rem; font-size: 2.7rem; padding-bottom: 7.7rem; background-size: 4.8rem;}

    .hr-view {padding-top: 8.7rem; padding-bottom: 9rem;}
    .hr-view .tit {font-size: 2.7rem; padding-bottom: 2.3rem;}
    .hr-view .tit::after {width: 6rem;}
    .hr-view img {margin: 6.2rem auto 0;}
    .hr-view .hr-design {margin-top: 6rem; column-gap: 1.5rem; row-gap: 2.3rem;}
    .hr-view .hr-design dl {padding: 3.6rem 2rem; border-bottom-left-radius: 1.5rem; border-bottom-right-radius: 1.5rem;}
    .hr-view .hr-design dl dt {font-size: 2.4rem;}
    .hr-view .hr-design dl dd {margin-top: 1.5rem;}
    .hr-view .hr-design dl dd ul li {font-size: 2rem; padding-left: 1.5rem;}

    /* 기업레벨업 컨설팅 > LV UP 4 업무생산성 */
    .work-empty {height: 28.5rem;}

    .work-field {padding-top: 8.6rem; padding-bottom: 13.5rem;}
    .work-field .title {font-size: 2.7rem; padding-bottom: 1.5rem;}
    .work-field .title::after {width: 3.8rem;}
    .work-field .sec-tit {margin-top: 7.5rem;}
    .work-field .title + .sec-tit {margin-top: 3.8rem;}
    .work-field .mini-tit + img + img.only-mobile {margin: 4.5rem auto 0;}
    .work-field .hightlight {margin-top: 2.1rem;}
    .work-field .work-background {margin-top: 4.5rem; border-radius: 1.5rem;}
    .work-field .work-background span {width: 7.5rem; height: 7.5rem; line-height: 7.5rem;}
    .work-field .work-background dl dt {font-size: 2.4rem; width: 5rem;}
    .work-field .work-background dl dd {padding: 3rem;}
    .work-field .work-background dl dd ul li {font-size: 2rem; padding-left: 1.5rem;}
    .work-field .img-wrap.work {margin-top: 4.5rem;}
    .work-field .img-wrap.work img {border-radius: 1.5rem;}
    .work-field .img-wrap.work img + img {margin-top: 2.3rem}

    /* 기업레벨업 컨설팅 > LV UP 5 Global & 신사업 */
    .newbiz-intro {height: 26.1rem; font-size: 3rem;}

    .newbiz-wrap {padding-top: 1.5rem; padding-bottom: 12rem;}
    .newbiz-wrap .sec-tit {margin-top: 7.5rem;}
    .newbiz-wrap .mini-tit + .bullet-tit {margin-top: 4.5rem;}
    .newbiz-wrap .mini-tit + .hightlight {margin-top: 2.1rem;}
    .newbiz-wrap .img01 {margin-top: 4.5rem;}
    .newbiz-wrap .img02 {margin-top: 2.3rem;}
    .newbiz-wrap .process-wrap {margin-top: 4.5rem;}
    .newbiz-wrap .process-wrap > div img {border-radius: 1.5rem; }
    .newbiz-wrap .process-wrap > div + div {margin-top: 3rem;}
    .newbiz-wrap .process-wrap > div.before::after {width: 3.6rem; height: 3.8rem; bottom: -2.4rem;}

    .globalbiz-intro {height: 26.1rem; font-size: 3rem;}

    .globalbiz-wrap {padding-top: 1.5rem; padding-bottom: 12rem;}
    .globalbiz-wrap .sec-tit {margin-top: 7.5rem;}
    .globalbiz-wrap .mini-tit + .bullet-tit {margin-top: 4.5rem;}
    .globalbiz-wrap .mini-tit + .hightlight {margin-top: 2.1rem;}
    .globalbiz-wrap .bg-info {margin-top: 4.5rem;}
    .globalbiz-wrap .bg-info li {margin-top: 2.3rem; border-radius: 1.5rem; padding: 2.7rem 2.3rem 3rem;}
    .globalbiz-wrap .bg-info li div + div {margin-top: 2.3rem; padding-top: 2.3rem;}
    .globalbiz-wrap .bg-info li .num {font-size: 2.7rem;}
    .globalbiz-wrap .bg-info li .txt {font-size: 2.7rem;}
    .globalbiz-wrap .bg-info li .txt-what {font-size: 2.4rem;}
    .globalbiz-wrap .img01 {margin-top: 2.3rem;}
    .globalbiz-wrap .result-wrap {margin-top: 4.5rem; padding-top: 64.3rem; background-size: 56.3rem}
    .globalbiz-wrap .result-wrap .shadow-box {margin-top: 1.5rem; padding: 3.5rem 0 3rem;}

    /* 온라인 진단 & 평가 > 온라인 경영진단 */
    .online-diagnosis {padding-top: 1.5rem; padding-bottom: 12rem;}
    .online-diagnosis .sec-tit {margin-top: 7.5rem;}
    .online-diagnosis .mini-tit + .hightlight {margin-top: 2.1rem;}
    .online-diagnosis .img01 {margin-top: 6rem;}
    .online-diagnosis .method-table {margin-top: 4.5rem;}
    .online-diagnosis .method-table table th,
    .online-diagnosis .method-table table td {padding: 2.3rem 1.5rem; font-size: 2.1rem;}
    .online-diagnosis .method-table table thead th {height: 9.8rem;}
    .online-diagnosis .method-table table tbody th,
    .online-diagnosis .method-table table tbody td {height: 10.5rem;}
    .online-diagnosis .img-wrap {margin-top: 4.5rem; }
    .online-diagnosis .img-wrap > div + div {margin-top: 3rem;}
    .online-diagnosis .img-wrap > div img {border-radius: 1.5rem;}
    .online-diagnosis .info {margin-top: 4.5rem; padding: 4.5rem;}
    .online-diagnosis .info ul li {font-size: 2rem; padding-left: 1.5rem;}

    /* 이스크라 > 오시는 길 */
    .contact-wrap .map-wrap {padding-bottom: 7.5rem;}
    .contact-wrap .map-wrap .place {margin-top: 12rem;}
    .contact-wrap .map-wrap .place .bullet-tit {margin-top: 4.5rem;}
    .contact-wrap .map-wrap .place .info {margin-top: 3.2rem;}
    .contact-wrap .map-wrap .place .info dl {padding-left: 4rem; font-size: 2.1rem;}
    .contact-wrap .map-wrap .place .info dl + dl {margin-top: 3.9rem;}
    .contact-wrap .map-wrap .place .info dl.address {background-image: url('../img/sub/ic_spot.png'); background-position: 0 0.3rem; background-size: 1.6rem;}
    .contact-wrap .map-wrap .place .info dl.tel {background-image: url('../img/sub/ic_tel.png'); background-position: left top; background-size: 2.4rem;}
    .contact-wrap .map-wrap .place .info dl.mail {background-image: url('../img/sub/ic_mail.png'); background-position: left 0.3rem; background-size: 2.4rem;}
    .contact-wrap .img-banner {height: 23.6rem;}
    .contact-wrap .inquiry-wrap {padding-top: 7.5rem; padding-bottom: 9rem;}
    .contact-wrap .inquiry-wrap .tit-wrap .tit {font-size: 2.7rem;}
    .contact-wrap .inquiry-wrap .tit-wrap .txt {font-size: 2.1rem; margin-top: 1.7rem;}
    .contact-wrap .inquiry-wrap .form {margin-top: 6.9rem;}
    .contact-wrap .inquiry-wrap .form .inp-wrap {margin-bottom: 3.9rem;}
    .contact-wrap .inquiry-wrap .form button {margin-top: 3.9rem; line-height: 7.5rem; height: 7.5rem; font-size: 2.1rem;}

    /* 이스크라 > 자료실 */
    .list-wrap table .num {width: 6.6rem;}
    .list-wrap table .date {width: 10.2rem;}
    .list-wrap table .view {width: 10.2rem;}
    .list-wrap table td,
    .list-wrap table th {padding: 0 0.9rem; height: 9rem; font-size: 2rem;}

    .document-wrap {padding-bottom: 9rem;}
}
