@charset "utf-8";


/* Reset */
h1,h2,h3,h4,
input,button,textarea,
pre,
a {
	color: inherit;
	font-family: inherit;
}

em,
address {
	font-style: normal;
}

button {
	border: 0;
	background: transparent;
	cursor: pointer;
}


::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #cfcfcf !important;  
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;  
	opacity: 1;
}




/* Common */
.hidden {
	position: absolute !important;
	display: block;
	overflow: hidden;  
	width: 1px; height: 1px;
	font-size: 1px; line-height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}


.container .nav_arrow {
	width: 32px; height: 60px;	
	font-size: 0;
	background: none;
	z-index: 5;
}
.container .nav_arrow:before {
	content: '';
	position: relative;	
	display: block;
	top: 10px; left: -50%; right: -50%;
    width: 40px; height: 40px;
	border-width: 0; border-style: solid;
    background-image: none;
    transform: rotate(45deg);
	z-index: 10;
}
.container .nav_arrow.swiper-button-next:before {	
	border-top-width: 2px; border-right-width: 2px;
}
.container .nav_arrow.swiper-button-prev:before {
	border-bottom-width: 2px; border-left-width: 2px;
}
.container .nav_arrow.swiper-button-disabled {
	opacity: 0;
}


.pc_block {
	display: inline-block !important;
}
.mo_block {
	display: none !important;
}

.text_white {
	color: #fff !important;
}




/* Layout */
.wrap {
	overflow-x: hidden;
}
#container.container {
    max-width: 100% !important;
}




/* Header */
#header {
	position: fixed;  
	top: 0; left: 0;
	width: 100%;
	z-index: 50;
}
#header:after {
	content: '';
	position: absolute;  
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #fff;
	z-index: -1;
	transition: 0.3s all;
	opacity: 0;
}
.company_section #header {
	/*position: relative;*/
}


#header h1 {
	position: absolute;  
	top: 38px; left: 30px;
}
#header h1 a {
	display: block;  
	width: 230px;
	background: url('/web/img/common/imgLogo_w.svg') no-repeat 50% 50% / 100% auto;
	text-indent: -999em;
	transition: 0.3s all;
}
#header .inner {
	position: relative;
	max-width: 1548px;
	padding: 0 15px;
	margin: 0 auto;
}
#header .gnb {
	float: right;
	padding: 47px 0;
}
#header .gnb ul:after {
	content: '';
	display: block;
	clear: both;
}
#header .gnb li {
	float: left;
	margin-right: 50px;
}
#header .gnb li:first-child {
	margin-left: 50px;
}
#header .gnb li a {
	position: relative;
	display: block;
	font-weight: 700; font-size: 1.35rem; color: #fff;
}
#header .gnb li.company.new a {
    padding-right: 18px;
}
#header .gnb li.company.new a:before {
    content: '';
	position: absolute;
    top: 12px; right: 0;
    width: 12px; height: 12px;
    background: url("/web/img/common/ico_site_go.svg") no-repeat 0 0 / 100% auto;    
}


body.fixed #header:after {
	opacity: 0.9;
}
body.fixed #header h1 a {
	background-image: url('/web/img/common/imgLogo_b.svg');
}
body.fixed #header .gnb li a {
	color: #c8c8c8;
	transition: color 0.2s ease-in-out;
}
body.fixed #header .gnb li.company.new a:before {
    background: url("/web/img/common/ico_site_go_fixed.svg") no-repeat 0 0 / 100% auto;    
}
body.fixed #header .gnb li a:after {
	content: '';
	position: absolute;
	left: 0; bottom: -13px;
	width: 0; height: 5px;
	background: #000;
	transition: width 0.2s 0.1s ease-in-out;
}
body.fixed #header .gnb li.active a,
body.fixed #header .gnb li:hover a {
	color: #000;
}
body.fixed #header .gnb li.active a:after,
body.fixed #header .gnb li:hover a:after{
	width: 100%;
}
body.fixed #header .gnb li.company.new:hover a:before {
    background: url("/web/img/common/ico_site_go_over.svg") no-repeat 0 0 / 100% auto;    
}



/* footer */
.footer {
	position: relative;
	background: #000;
	line-height: 1.73;
	color: #fff;
	z-index: 20;
}
.footer .sec_block {
	width: 100%;
	padding: 42px 0;
}
.footer .sec_block--2nd {
	padding: 50px 0;
	border-top: 1px solid #3a3a3a;
}
.footer .sec_block--2nd .sec_inner {
	flex-direction: column; align-items: start;
	-ms-flex-align: start;
}
.footer_logo {
	display: inline-block;
	width: 180px; height: 32px;
	background: url('/img/result/imgSymcareer_w.svg') no-repeat 50% 50% / 100% auto;
	filter: contrast(0);
}
.footer .btnTop {
	position: absolute;
	right: 20px; bottom: -136px;
	padding-top: 13px;
	z-index: 10;
}
.footer_company .info {
	position: relative;
	margin-left: 10px; padding-left: 12px;
	color: #fff;
}
.footer_company .info a {
	color: #fff;
}
.footer_company .info:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%; left: 0;	
	width: 1px; height: 13px;
	background: #fff;
	opacity: 0.7;	
	transform: translateY(-50%);
}
.footer_company .info:first-child {
	margin-left: 0; padding-left: 0;
}
.footer_company .info:first-child:before {
	display: none;
}
.footer_company address {
	display: inline;
}
.footer .copyrignt {
	margin-top: 10px;
	line-height: 1.73; color: #7f7f7f;
}


.site_select {
	position: absolute;
	top: calc((100% + 35px) * -1); right: 20px;
	width: 203px;
	font-weight: 500; font-size: 14px; line-height: 1.79; color: #fff;
	background-color: #343434;
}
.site_select .btn_site {
	position: relative;
	width: 100%; height: 38px;
	padding: 6px 16px 7px 14px;
	text-align: left;  
}
.site_select .btn_site:before,
.site_select .btn_site:after {
	content: '';
	position: absolute;
	display: block;
	top: 13px; right: 16px;   
	width: 1px; height: 11px;
	background-color: #fff;
	z-index: 1;
	transition: all 0.2s;
}
.site_select .btn_site:after {
	transform: rotate(-90deg);
}
.site_list {
	display: none;
	position: absolute;
	left: 0; right: 0; bottom: calc(100% + 10px);
	width: 100%;
	padding: 6px 0 7px;
	background-color: #343434;
}
.site_list .btn_go {
	position: relative;
	display: block;
	margin: 0 14px;
	line-height: 2; color: #c7c7c7;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.site_list .btn_go:before {
	content: '';
	position: absolute;
	top: 10px; right: 3px;
	width: 11px; height: 11px;
	background: url("/web/img/common/ico_site_go.svg") no-repeat 0 0 / 100% auto;    
	opacity: .5;
}

.site_list li:last-child .btn_go {
	border-bottom-width: 0;
}
.site_list .btn_go span {
	position: relative;
	display: inline-block;
	padding-right: 13px;
}
.site_select.is_open .site_list {
	display: block;
}
.site_select.is_open .btn_site:before {
	transform: rotate(45deg);
}
.site_select.is_open .btn_site:after {
	transform: rotate(-45deg);
}


.btnTop span {
	position: relative;
	padding-top: 7px;
}
.btnTop span:before {
	content: '';
	position: absolute;
	top: 0; left: 50%;
	width: 7px; height: 7px;
	border-top: 1px solid #fff; border-left: 1px solid #fff;  
	transform: translateX(-50%) rotate(45deg);
}




/* All Menu */
#header .btn_menu {
	display: none;
}
#header .all_menu_wrap {
	display: none;
}




/* Layout */
.sec {
	position: relative;
}
.sec_inner {
	display: flex; flex-wrap: nowrap; align-items: center;
	position: relative;
	max-width: 1440px;
	margin: 0 auto; padding: 0 20px;  
}
.sec_inner:after {
	display: block;
	content: '';
	clear: both;
}
.left_box {
	margin-right: 30px;
}
.right_box {
	position: relative;
	margin-left: auto;
	text-align: right;
}




/* Common */
.sec_tit {
	font-weight: 900; font-size: 3.5rem; line-height: 1.3; color: #000; 
	white-space: nowrap;
}
.sec_desc {
	margin-top: 30px;
	font-weight: 500; font-size: 1.2rem; line-height: 1.44; color: #878787; 
	word-break: keep-all;
}


.text_white .sec_tit,
.text_white .sec_desc {
	color: currentColor;
	word-break: keep-all;
}


.image_area {
	min-width: 30%;
}


.tip_box {
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}
.tip_text {
	display: none;
	position: fixed;
	overflow-y: auto;
	box-sizing: border-box;
	top: 50%; left: 50%;	
	max-width: 100%; width: fit-content; min-height: 50vh; max-height: 90vh;
	padding: 5% 7%;
	font-weight: 500; font-size: 14px; line-height: 1.14; color: #000;
	border: solid 1px #e1e1e1; border-radius: 30px;
	background-color: #f0f2f7;	
	white-space: nowrap;
	box-shadow: 0 0 40px rgba(20,60,100,.5);
	z-index: 100;
	transform: translate(-50%, -50%);
}
.tip_text.is-show {
	display: inline-block;
}
.btn_close {
	position: absolute;
	top: 5%; right: 3%;	
	width: 50px; height: 50px;
}
.btn_close:before,
.btn_close:after {
	content: '';
	position: absolute;
	display: block;
	top: 0; left: 50%;
	width: 1px; height: 50px;
	background-color: #000;
	z-index: 1;
	transform: rotate(45deg);
}
.btn_close:after {
	transform: rotate(-45deg);
}


.text_area .btn_anchor {
	margin-top: 52px;
}
.btn_anchor {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem; line-height: 1.2; color: #ea3062;
}
.btn_anchor:after {
	content: '';
	position: absolute;
	display: block;
	bottom: -4px; left: 0;
	width: 100%; height: 1px;
	background-color: currentColor;	
}
.btn_anchor[disabled] {
	color: #c8c8c8;
	cursor: default;
}
.btn_anchor[disabled]::after {
	display: none;
}

.sec:not(.sec_program01) .left_box {
	position: relative;
}


.bg_image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


.swiper-pagination-bullet {
	width: 13px; height: 13px;
	margin: 0 5px;
	background-color: #ccc;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #ea3062;
}




/* Visual */
.kv_slide {
	position: relative;
	height: 100vh;
}
.kv_slide:before {
	content: '';
	position: absolute;
	display: block;
	top: 0; left: 0; right: 0; bottom: 0;  
	width: 100%; height: 100%;
	background: #1f1f1f;
	opacity: 0.5;
}
.kv_slide.slide01 {
	background-image: url('/web/img/main/main01.jpg');
}
.kv_slide.slide02 {
	background-image: url('/web/img/main/main02.jpg');
}
.kv_slide.slide03 {
	background-image: url('/web/img/main/main03.jpg');
}
.sec_kv .sec_tit {
	position: absolute;
	top: 50%; left: 50%;  
	margin-top: -100px; margin-left: 250px;  
	color: #fff;
	z-index: 5;
}


.btn_down {
	position: absolute;
	left: 50%;		
	width: 22px; height: 26px;
	margin-bottom: 40px;
	background: url('/web/img/skip.png') no-repeat center / 100% auto;
	cursor: pointer;
	z-index: 10;
	animation-name: arrow;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes arrow {
	from {
		bottom: 25px;
	}
	to {
		bottom: 0;
	}
}




/* sec01 데이터에 기반한 진로탐색에 도움을 주는 구직자 진로성향검사 */
.sec_life {
	background: #e7f3f6;
}
.sec_life .sec_inner {
	display: block;
	min-height: 100vh;
	padding: 172px 20px 120px;	
}
.sec_life .text_area {
	display: flex; align-items: flex-end;
	position: relative;
}
.sec_life .sec_desc {
	margin-left: 127px;
}
.service_list_section {
	overflow: visible;
	position: relative;
	margin-top: 80px;
}
.service_list {
	align-items: stretch;
	width: 2700px;
}
.service_list:after {
	content: '';
	clear: both;
	display: block;
}
.service_item {
	width: 320px;  max-width: 507px; height: auto;
	margin-right: 130px; padding: 25px 30px 30px; 
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	opacity: 0.3;
}
.service_item.swiper-slide-active,
.service_item.now-show {
	opacity: 1;
}
.service_item:last-child {
	margin-right: 80px;
}
.service_box .sv_tit {
	font-size: 26px; font-weight: 900; color: #000;
}
.service_box .sv_cont {	
	flex: 1;
	overflow: hidden;
	display: -webkit-box;  
	margin: 5px 0 0; 
	font-weight: 500; font-size: 18px; line-height: 1.44; color: #878787; text-align: left;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
}
.service_box .sv_cont strong {
	color: #ea3062;
}

.sec01 .service_box .sv_tit {
	display: block;
	padding-top: 25px;
	text-align: left;
	border-top: 1px solid #878787;
}
.sec01 .service_box img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.service_list_section .nav_arrow {
	overflow: hidden;
	width: 42px; height: 70px;
	padding: 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.4);
	transform: translateY(-50%);
}
.service_list_section .nav_arrow:hover {
	background: rgba(0,0,0,.8);
}
.service_list_section .nav_arrow:before {
	border-color: #fff;
}
.service_list_section .nav_arrow.swiper-button-prev:before {
	left: 8px;
}
.service_list_section .nav_arrow.swiper-button-prev {
	left: -85px;
}
.service_list_section .nav_arrow.swiper-button-next {
	right: -85px;
}
.service_list_section .swiper-pagination {
	display: none;
}




/* sec02 성향에 맞는 진로 파악과 직무에 대한 흥미, 진로에 대한 만족감 상승 */
.sec_program01 .sec_inner {
	height: 100vh;
	padding: 120px 20px 20px;
}
.sec_program01 .left_box {
    width: 43%; 
	z-index: 2;
}
.sec_program01 .right_box {
    width: 55%; max-width: 570px; 
	margin-bottom: 80px;
}
.sec_program01 .image_area {
	margin-left: auto;
}
.sec_program01 .cate_tabs {
	width: 100%;
}
.sec_program01 .cate_item {
	width: 176px;
}


.cate_tabs {
	display: flex; flex-wrap: wrap;
	width: 500px;
	margin-top: 50px;
}
.cate_item {
	width: 120px; height: 51px;
	margin: 0 20px 15px 0;
	font-weight: 800; font-size: 20px; line-height: 1; color: #b3b3b3; text-align: center;
	border: solid 1px #e4e4e4; border-radius: 25.5px;
	background-color: #efefef;
	cursor: pointer;
}
.cate_item.is_active {
	color: #4eb2cc;
	border: solid 2px #a9d8e4;
	background-color: #e7f3f6;
}
.cate_item.is_disabled {
	transition: all 0.3s ease-in-out;
}
.tip_text h3 {
    margin-bottom: 1rem;
	font-weight: 900; font-size: 2.4rem; line-height: 1.35; color: #000;
}
.tip_text h4 {
    margin-bottom: 1rem;
	font-weight: 700; font-size: 1.4rem; line-height: 1.35; color: #1c6dc9;
}
.tip_text ol {
    margin-left: 25px;
	list-style: decimal;
}
.tip_text ol li {
    padding: 3px 5px;
	font-size: 1.45rem; line-height: 1.5;
	list-style: decimal;
}
.tip_text p {
	font-size: 1.2rem; color: #ea3062;
	list-style: decimal;
}
.tip_text ol + p {
	margin-top: 20px;
}

body.is_active {
	overflow: hidden;
}
body.is_active #container:after {
	content: "";
	position: fixed;
	display: inline-block;
	left: 0; top: 0;
	width: 100%; height: 100vh;
	background: rgba(0,0,0,.8); 
	z-index: 5;
}
body.is_active #header {
	display: none;
}




/* sec03 자체 개발한 알고리즘으로 비교 분석 */
.sec_program02.bg_image {
	background-image: url('/web/img/main/sec03_bg.jpg'); background-color: #000;
}
.sec_program02 .sec_inner {  
	flex-direction: row-reverse;
	height: 100vh;
	padding: 120px 20px 20px;
}
.sec_program02 .left_box {
	max-width: 635px; width: 55%;	
}
.sec_program02 .text_area {
	margin-bottom: 30px;
}




/* sec04 구직자 성향에 따라 다양한 결과 분석 */
.sec_program03 {
	background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0.9), rgba(255, 255, 255, 0.9));
}
.sec_program03 .sec_inner {
	height: 100vh;
	padding: 120px 20px 100px;
}

.cate_slider_section.cate_tab_section {
	top: 0; right: 0;
	width: 500px; height: auto;  
	padding: 0;
	background: none;
}
.cate_slider_section.cate_tab_section .swiper-pagination {
	position: relative;
	top: 0; bottom: 0; left: 0;	
	width: 100%;
}
.cate_slider_section.cate_tab_section .swiper-pagination-bullet {
	box-sizing: border-box;
	width: 130px; height: 51px;
	margin: 0 20px 15px 0;
	font-weight: 800; font-size: 20px; color: #b3b3b3; text-align: center;
	border: solid 1px #e4e4e4; border-radius: 25.5px;
	background-color: #efefef !important;
	cursor: pointer;
}
.cate_slider_section.cate_tab_section .swiper-pagination-bullet-active {
	color: #4eb2cc;
	border: solid 2px #a9d8e4; 
	background-color: #e7f3f6 !important;
}
.cate_tab_section > div > span {
	position: relative;
}
.cate_tab_section > div > span:after {
	position: absolute;
	display: block;
	width: 100%; height: 51px;
	line-height: 47px; 
}
.cate_tab_section > div > span.swiper-pagination-bullet-active:after {
	line-height: 45px; 
}
.cate_tab_section > div > span:nth-child(1):after {
	content: "기본성향";
}
.cate_tab_section > div > span:nth-child(2):after {
	content: "강점/키워드";
}
.cate_tab_section > div > span:nth-child(3):after {
	content: "핵심 역량";
}
.cate_tab_section > div > span:nth-child(4):after {
	content: "업무환경";
}
.cate_tab_section > div > span:nth-child(5):after {
	content: "직업 가치관";
}
.cate_tab_section > div > span:nth-child(6):after {
	content: "선호직무";
}

.cate_slider_section.cate_tab_section {
    margin-top: 0;
    margin-bottom: 0;
	box-shadow: none;
    border: 0;
}
.cate_slider_section {
	position: relative;
	width: 360px; 
	margin-top: 20px; margin-bottom: 80px;
	border: 10px solid #121415; border-radius: 40px;
	background: url('/web/img/main/mobile_phone_bg.png') no-repeat 0 0 / 100% auto;
	box-shadow: 10px 10px 20px rgba(0,0,0,.2);
	z-index: 1;
}
.cate_slider_section .swiper-pagination {
	bottom: -60px; 
	width: 100%;
}

.cate_slider_section .nav_arrow:before {
	border-color: #555; 
}
.cate_slider_section .swiper-button-prev:before {
	left: 8px;
}
.cate_slider_section .swiper-button-prev {
	left: -80px;
}
.cate_slider_section .swiper-button-next {
	right: -75px;
}
.cate_slider_wrap {
	overflow: hidden;
	border-radius: 40px;
}
.cate_slider .slider_item {
	float: left;
	margin-top: 40px;
}
.cate_slider .slider_item img {
	width: 100%;
}




/* sec05 B2B 사업자 전용 관리자 페이지 제공 */
.sec_b2b.bg_image {	
	background-image: url('/web/img/main/sec05_bg.jpg');
}
.sec_b2b:before {
	content: '';
	position: absolute;
	display: block;
	top: 0; left: 0; right: 0; bottom: 0;  
	width: 100%; height: 100%;
	background: #1f1f1f;
	opacity: 0.8;
}
.sec_b2b .sec_inner {
	height: 100vh;
	padding: 120px 20px 20px;
}
.sec_b2b .left_box {
	margin-bottom: 80px;
}
.sec_b2b .image_area {
	overflow: hidden;
	border: 10px solid #121415; border-radius: 40px;
}
.sec_b2b .image_area img {
	display: block;
	width: 100%;
}




/* sec06 행동을 분석한 3개의 카테고리 행동형, 독립형, 협력형 */
.sec_case {
	background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0.9), rgba(255, 255, 255, 1));
}
.sec_case .sec_inner {
	flex-direction: row-reverse;
	padding-top: 200px; padding-bottom: 0;	
}
.sec_case .sec_inner .right_box {
	margin-bottom: 80px;
}
.sec_case .image_area {
	overflow: hidden;
	border: 10px solid #121415; border-radius: 40px;
}
.sec_case .image_area img {
	display: block;
	width: 100%;
}




/* sec07 객관적 자기 인식을 통한 9가지 유형의 캐릭터 */
.sec_program04 {
	background: #fff;
}
.sec_program04:after {
	display: none
}
.sec_program04 .sec_inner {
    padding: 140px 20px 0;
}
.sec_program04 .service_box {
	padding: 0 20px;
	background: none;
}
.sec_program04 .service_box:before {
	display: none;
}
.sec_program04 .service_box .sv_cont {
	text-align: center;
	word-break: keep-all;
}

.sec_program04 .service_item {
	padding: 0;
	background: none;
}
.sec_program04 .service_item .service_img {	
	position: relative;
	margin-bottom: 30px;
}
.sec_program04 .service_item .service_img img:not(.first_img) {
	display: block;
	overflow: hidden;
	border: 3px solid #555; border-radius: 30px;
}
.sec_program04 .service_item .service_img img.first_img {
	position: absolute;
	bottom: 0; left: 50%; 
	width: 210px;
	margin-left: 5%;
	transform: translateX(-50%);
}




/* sec08 심커리어 온라인 진단방법 */
.sec_program05 {	
	background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0.9), rgba(255, 255, 255, 0.9));
}
.sec_program05 .sec_inner {
	flex-direction: row-reverse;
	padding: 180px 20px 0;
}
.sec_program05 .left_box {
	max-width: 635px; width: 55%;	
}
.sec_program05 .text_area {
	margin-bottom: 30px;
}

.sec_program05 .cate_slider_section01 {
	top: 0; left: 0;
	width: 464px; 
	margin-top: 20px;
	border: 10px solid #121415; border-bottom-width: 0; border-radius: 50px 50px 0 0;
	box-shadow: 10px 10px 20px rgba(0,0,0,.2);
	background: #121415;
	z-index: 1;
}
.sec_program05 .cate_slider_wrap {
	margin-bottom: -10px;
	border-radius: 40px 40px 0 0;
}



/* sec09 심커리어 진단 신청 */
.sec_contact.bg_image {
	height: 1125px; 
	background-image: url('/web/img/main/sec08_bg.jpg');
}
.sec_contact:before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: block;
	width: 100%; height: 100%;
	background: #1f1f1f;
	opacity: 0.7;
}
.sec_contact .sec_inner {
	height: 100%;
	text-align: center;
}
.sec_contact .text_area {
	margin: 105px auto 0;
	text-align: center;
}
.sec_contact .text_area .btn_anchor {
	margin-top: 42px; padding: 10px 30px;
	font-size: 30px; color: #392415 !important;
	border-radius: 40px;
	background: #ffe200;
}
.sec_contact .text_area .btn_anchor:after {
	display: none;
}




/* sub */
.sec_tit01 {
    margin-top: 30px; margin-bottom: 1rem;
    font-weight: 500; font-size: 1.22rem; line-height: 1.44; letter-spacing: .5em; color: #999; 
    word-break: keep-all;
}
.sec_tit02 {
    margin-bottom: 1rem;
	font-weight: 900; font-size: 3.4rem; line-height: 1.35; color: #000;
    white-space: nowrap;
}
.sec_tit03 {
    margin-bottom: 1rem;
	font-weight: 700; font-size: 2.3rem; line-height: 1.35; color: #000;
    white-space: nowrap;
}
.sec_desc01 {
	margin-top: 30px;
    font-weight: 400; font-size: 1.25rem; line-height: 1.8; color: #666;
    word-break: keep-all;
}




/* company */
.company_section .sec_kv .sec_tit {	
	box-sizing: border-box;
	left: 0; 
	width: 100%;
	margin-left: 0;  padding: 0 10%;
	font-weight: 700; color: #fff; text-align: center;
	white-space: normal;
}
.company_section .sec_kv .sec_tit strong {
	display: inline-block; 
	margin-bottom: 20px; padding: 0 30px 4px; 
	font-weight: 700; font-size: 2.4rem; color: #fff; 	
	border: 2px solid #fff; border-radius: 60px;
}
.company_section .sec_kv .sec_desc {
	display: block;
	font-weight: 400; font-size: 1.65rem;
}

.company_section .kv_slide.slide01 {
	background-image: url('/web/img/sub/bgSub01.jpg');
}
.company_section .kv_slide.slide02 {
	background-image: url('/web/img/sub/bgSub02.jpg');
}
.company_section .kv_slide.slide03 {
	background-image: url('/web/img/sub/bgSub03.jpg');
}
.company_section .kv_slide.slide04 {
	background-image: url('/web/img/sub/bgSub04.jpg');
}
.company_section .kv_slide.slide05 {
	background-image: url('/web/img/sub/bgSub05.jpg');
}
.company_section .kv_slide:before {
    background: #17252a;
	opacity: .3;
}


.sec_company01 {
	background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0.9), rgba(255, 255, 255, 0.9));
}
.sec_company01 .sec_inner {
	flex-direction: column; align-items: stretch;
	padding: 100px 20px 160px;
}

ul.sec_box {
	display: flex; justify-content: space-between;
    position: relative;
	margin-top: 120px;
	font-size: 1.6rem; text-align: center;
}
ul.sec_box li {
	position: relative;
	box-sizing: border-box;
	width: 30%;
	padding: 80px 20px;
	color: #222;
	background: #f2f2f2;
}
ul.sec_box li:nth-child(3n-1) {	
	margin: 0 40px; 
	background: #13235d;
}
ul.sec_box li:nth-child(3n-1):after {
	content: "";
	position: absolute;
	top: calc(50% - 20px); left: -55px; 
	width: 40px; height: 40px;
	background: url("/web/img/sub/iconPlus.svg") no-repeat 0 50%;
	background-size: cover;
}
ul.sec_box li:nth-child(3n-1):before {
	content: "";
	position: absolute;
	top: calc(50% - 20px); right: -55px; 
	width: 40px; height: 40px;
	background: url("/web/img/sub/iconPlus.svg") no-repeat 0 50%; background-size: cover;
}
ul.sec_box li h3 {
	margin-bottom: 10px;
	font-weight: 800; font-size: 120%; 
}
ul.sec_box li:nth-child(3n-1) h3,
ul.sec_box li:nth-child(3n-1) p {
	color: #fff;
}


.sec_company02 {
	background-image: url('/web/img/sub/bgCompany01.jpg');
}
.sec_company02:before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	display: block;
	width: 100%; height: 100%;
	background: #17252a;
	opacity: 0.8;
}
.sec_company02 .sec_inner {
	flex-direction: column; align-items: stretch;
	height: auto;
	padding: 130px 20px;
}
.sec_company02 .sec_inner > h3 {
	font-weight: 600; color: #fff; text-align: center;
}
ul.sec_box01 {
	display: flex; justify-content: space-between;
    position: relative;
	margin-top: 50px;
	font-size: 1.6rem; text-align: center;
}
ul.sec_box01 li { 
	position: relative;
	width: 300px; height: 300px; 
	font-weight: 500; font-size: 1.5rem; color: #fff; line-height: 1.5; 
	border-radius: 50%;
	background: #13235d;  
}
ul.sec_box01 li:after {
    content: "";
    position: absolute;
    top: 50%; right: -300px;
    width: 300px; height: 1px;
    border-bottom: 1px dashed #fff;
}
ul.sec_box01 li:last-child:after {
    display: none;
}
ul.sec_box01 li:nth-child(3n-1) { 
	color: #000; 
	background: #fff;  
}
ul.sec_box01 li div {
	position: absolute;
	top: 50%; left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
ul.sec_box01 li div strong {
	font-weight: 600; font-size: 105%; color: #ffed40;
}
ul.sec_box01 li:nth-child(3n-1) div strong {
	color: #20479c;
}


/* 오시는 길 */
/* 웹폰트 */
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?xiheii');
	src:  url('fonts/icomoon.eot?xiheii#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?xiheii') format('truetype'),
	url('fonts/icomoon.woff?xiheii') format('woff'),
	url('fonts/icomoon.svg?xiheii#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-subway:before {
	content: "\e901";
}
.icon-travel-bus:before {
	content: "\e902";
}
.icon-keyboard_arrow_right:before {
	content: "\e905";
}


.sec_company03 {
	background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0.9), rgba(255, 255, 255, 0.9));
}
.sec_company03 .sec_inner {
	align-items: stretch;
	padding: 100px 20px 160px;
}
.sec_company03 .left_box,
.sec_company03 .right_box {
	width: 100%;
}

.root_daum_roughmap { 
	width: 100% !important;	
	padding: 0 !important; 
	border-radius: 0 !important; 
	border: 1px solid #13235d !important; 
}
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .wrap_controllers.hide,
.root_daum_roughmap span.map_border {
	display: none;
}
.map_info { 
	position: relative; 
	margin-top: 1.5rem; padding: 0 170px 0 0; 
}
.map_info .address{ 
	font-size: 1.2rem; color: #333; text-align: left;
	word-break: keep-all; 
}
.map_info ul { 
	overflow: hidden; 	
	line-height: 1;
}
.map_info li { 
	float: left; 
	display: inline-block; 
	width: auto; 
	margin-top: 5px; 
	font-size: 1.05rem;
}
.map_info li:first-child { 
	margin-right: 25px; 
}
.map_info li b { 
	display: inline-block; 
	margin-right: 10px; padding-right: 10px;
	font-size: 1.2rem; 
	border-right: 1px solid #ddd; 
}
.map_info .map_more { 
	position: absolute; 
	top: 0; right: 0; 	
	width: 155px; 
	padding: 13px 10px 13px 20px; 
	font-weight: 600; font-size: 1.1rem; text-align: left; color: #fff; 	
	background-color: #1482d0;
}
.map_info .map_more i { 
	float: right; 
	font-size: 1.7rem;
}

.transport.subway {
	margin-top: 3rem;
    border-top: 2px solid #000;
}
.transport {
	position: relative;
	min-height: 150px;
	padding: 25px 0 25px 120px; 
	font-size: 1.1rem; text-align: left;
	border-bottom: 1px solid #eee;
}
.transport > div {
	position: absolute;
	left: 0;
	width: 90px; height: 90px;
	font-size: 2.6rem; line-height: 90px; text-align: center; color: #fff;
	border-radius: 70px;
	background-color: #003b68;
}
.transport .use {
	color: #333; 
	font-weight: 700; font-size: 110%; 
}
.transport .how {
	min-height: 43px;
	margin-top: 5px;	
	line-height: 1.6; color: #666; letter-spacing: -0.02em;
}


/* 이용후기 */
.review_page .kv_slide {
	max-height: 40vh;
}
.review_page.sec_kv .sec_tit {
	margin-top: 0;
}
.container_board {
	max-width: 1240px;
    margin: 0 auto;	padding: 80px 20px;
}


@media all and (max-width: 1720px) {
	/* sec01 데이터에 기반한 진로탐색에 도움을 주는 구직자 진로성향검사 */
	.sec01 .service_box .sv_tit {
		padding-top: 18px;
	}
	.service_list_section .nav_arrow.swiper-button-next {
		right: 0;
	}
	.service_list_section .nav_arrow.swiper-button-prev {
		left: 0;
	}



	/* sec04 구직자 성향에 따라 다양한 결과 분석 */
	.sec_program03 .right_box {
		margin-right: 70px;
	}
}



@media all and (max-width: 1380px) and (min-width: 1080px) {
	/* Header */
	#header .gnb li {
		margin-right: 15px;
	}


	/* Common */
	.sec_tit span {
		font-size: 2.6rem;
	}


	/* Visual */
	.sec_kv .sec_tit {
		margin-left: 150px;  
	}


	.sec05 .image_area img,
	.sec06 .image_area img {
		width: 100%;
	}
}


@media all and (max-width: 1079px) {
	/* Header */	
	#header .inner {
		padding: 0 15px 0 20px;
	}
	#header h1 {
		top: 17px; left: 20px;	
	}
	#header h1 a {
		width: 155px; height: 30px;
	}
	#header .gnb {
		overflow: hidden;
		height: 34px;
		margin: 15px 0; padding: 0;
	}
	#header .gnb ul {
		display: inline-block;
		transform: translateY(34px);
		transition: transform 0.5s linear;
	}
	#header .gnb ul.active_0 {
		transform: translateY(0);
	}
	#header .gnb ul.active_1 {
		transform: translateY(-34px);
	}
	#header .gnb ul.active_2 {
		transform: translateY(-68px);
	}
	#header .gnb ul.active_3 {
		transform: translateY(-102px);
	}
	#header .gnb ul li {
		float: none;
		margin-right: 0;	
		text-align: right;
	}
	#header .gnb ul li:first-child {
		margin-left: 0;
	}
	#header .gnb ul li a {
		font-size: 16px; line-height: 34px;
	}
	body.fixed #header .gnb ul li a:after {
		display: none;
	}
	body.fixed #header .gnb ul li.active a:after {
		bottom: -10px;
		height: 4px;
	}


	#header .all_menu_wrap {
		display: block;
	}
	#header .btn_menu {
		position: relative;
		display: inline-block;
		width: 36px; height: 34px;
		margin-left: 7px;		
		font-size: 0; line-height: 0; vertical-align: top;
	}
	#header .btn_menu span {
		position: absolute;
		top: 50%; left: 5px; right: 5px;
		height: 2px;
		margin-top: -1px;
		background-color: #fff;
	}
	#header .btn_menu span:before,
	#header .btn_menu span:after {
		content: '';
		position: absolute;
		display: block;		
		top: -8px; left: 0; right: 0;
		height: 2px;
		background-color: #fff;
	}
	#header .btn_menu span:after {
		top: 8px;
	}
	body.fixed #header .btn_menu span,
	body.fixed #header .btn_menu span:before,
	body.fixed #header .btn_menu span:after {
		background-color: #000;
	}


	.all_menu_wrap {
		position: fixed;
		overflow-y: auto;
		top: 0; left: 0;	
		width: 100%; height: 100vh;
		padding: 123px 20px 0;
		text-align: right;
		background: #fff;
		z-index: 999;		
		transform: translateX(100%);
		transition: transform 0.3s linear;
	}
	.all_menu_wrap.is-active {
		transform: translateX(0);
	}


	.btn_close_menu {
		display: none;
		position: fixed;		
		top: 0; right: 10px;		
		width: 60px; height: 60px;
		text-indent: -999em;
		z-index: 10;
	}
	.btn_close_menu:before,
	.btn_close_menu:after {
		content: '';
		position: absolute;
		display: block;
		top: 50%; left: 50%;		
		width: 30px; height: 1px;
		margin-left: -10px;		
		background-color: #000;
		transform: rotate(45deg);
	}
	.btn_close_menu:after {
		transform: rotate(-45deg);
	}
	.all_menu_wrap.is-active .btn_close_menu {
		display: block;
	}


	.all_menu li + li {
		margin-top: 18px;
	}
	.all_menu a {
		position: relative;
		font-weight: 900; font-size: 2rem; line-height: 1.49; color: #000;
	}
	.all_menu li.company.new a {
		padding-left: 25px;
	}
	.all_menu li.company.new a:before {
		content: '';
		position: absolute;
		top: 12px; left: 0;
		width: 18px; height: 18px;
		background: url("/web/img/common/ico_site_go_m.svg") no-repeat 0 0 / 100% auto;    
	}



	/* Footer */
	.footer {
		font-size: 14px; line-height: 1.43;
	}
	.footer .sec_block {
		padding: 20px;
	}
	.footer .sec_inner {
		padding: 0;
	}
	.footer .btnTop {
		top: 0; bottom: auto; right: 0;
	}
	.footer_logo {
		width: 156px; height: 30px;
	}
	.footer_company .info {
		display: block;
		margin: 0; padding: 0;
		font-weight: 500; line-height: 1.6;
	}
	.footer_company .info::before {
		display: none;
	}
	.footer .sec_block--2nd {
		padding: 30px 20px;
	}
	.footer .copyrignt {
		margin-top: 25px;
	}
	.site_select {
		position: relative;
		top: auto; left: auto; right: auto;
		width: 100%;
		margin: 25px 0 0;
	}
	.site_select .btn_site:before,
	.site_select .btn_site:after {
		top: 12px;
		height: 14px;
	}	



	/* Layout */
	.sec_inner {
		display: block;
	}
	.left_box,
	.right_box {
		margin: 0;
	}



	/* Common */
	.sec_desc br {
		display: none;
	}


	.pc_block {
		display: none !important;
	}
	.mo_block {
		display: inline-block !important;
	}



	/* Common */
	.container .nav_arrow:before {
		width: 20px; height: 20px;
	}

	.sec_tit {
		font-size: 35px;
		white-space: normal;
	}
	.sec_desc {
		margin-top: 20px;
	}
	.image_area {
		text-align: center;
	}

	.tip_box {
		display: block; 
	}
	.tip_text {
		max-width: none; width: 86.67vw;
		word-break: break-all;
		white-space: normal;
		box-shadow: 0 0 15px rgb(20, 60, 100, 30%);
	}
	.tip_text:before {
		top: -5px; left: 50%;
		margin-left: -5px;
		border: solid #e1e1e1;
		border-width: 1px 0 0 1px;
	}
	.tip_text h3 {
		padding-right: 50px;
		white-space: normal;
	}
	.tip_text br {
		display: none;
	}
	.btn_close {
		right: 8px;
	}
	.btn_close:before,
	.btn_close:after {
		height: 30px;
	}

	.text_area {
		padding: 0;
		text-align: center;
	}	
	.text_area .btn_anchor {
		margin-top: 26px;
	}




	/* Visual */
	.kv_slide.slide02 {
		background-position: 42% 0;
	}
	.kv_slide.slide03 {
		background-position: 63% 0;
	}
	.sec_kv .sec_tit {
		top: auto; bottom: 144px; left: 5vw; right: 5vw; 		
		margin: 0;
		font-size: 42px; line-height: 1.24; text-align: center;
		word-break: keep-all;
	}

	.btn_down {
		margin-left: 0; margin-bottom: 20px;
		transform: translateX(-50%);
	}



	/* sec01 데이터에 기반한 진로탐색에 도움을 주는 구직자 진로성향검사 */
	.sec_life .sec_inner {
		min-height: auto;
		padding: 100px 15px 80px;
	}
	.sec_life .text_area {
		flex-direction: column; align-items: center;
	}
	.sec_life .sec_desc {
		margin-left: 0;
	}
	.sec_life .sec_desc br:first-child {
		display: none;
	}
	.sec_life .service_nav {
		display: none;
	}

	.service_list_section {
		margin-top: 40px;
	}
	.service_list_section .nav_arrow {
		width: 26px; height: 50px;
	}
	.service_list_section .nav_arrow.swiper-button-prev:before {
		left: 5px;
	}
	.service_list_section .nav_arrow.swiper-button-prev {
		left: 12px;
	}
	.service_list_section .nav_arrow.swiper-button-next {
		right: 15px;
	}
	.service_list_section .swiper-pagination-bullet {
		vertical-align: top;
	}
	.service_item {
		margin-right: 38px;
	}
	.service_box .sv_tit {
		font-size: 1.6rem;
	}
	.service_box .sv_cont {
		font-size: 1.2rem;
	}	
	



	/* sec02 성향에 맞는 진로 파악과 직무에 대한 흥미, 진로에 대한 만족감 상승 */
	.sec_program01 .sec_inner {
		height: auto;
		margin-bottom: -1px; padding: 100px 15px 0;
	}
	.sec_program01 .left_box {
		width: 100%;
	}
	.sec_program01 .right_box {
		max-width: 100%; width: 100%;
		margin: 0;
	}
	.sec_program01 .cate_item {		
		width: 150px;
	}
	.sec_program01 .image_area {
		margin-top: 70px;
	}
	.sec_program01 .image_area img {
		display: block;
		max-width: 450px;
		margin: 0 auto;
	}

	.tip_text {
		min-height: auto;
	}
	.tip_text h3 {
		margin-bottom: 1rem;
		font-size: 2rem;
	}
	.tip_text ol {
		margin-left: 22px;
	}
	.tip_text ol li {
		font-size: 1.3rem; line-height: 1.3;
	}



	/* sec03 자체 개발한 알고리즘으로 비교 분석 */
	.sec_program02 .sec_inner {
		height: auto;
		padding: 100px 15px 40px;
	}
	.sec_program02 .left_box {
		max-width: none; width: 100%;
	}
	.sec_program02 .text_area {
		margin-bottom: 40px;
	}
	.sec_program02 .image_area img {
		display: block;
		max-width: 430px;
		margin: 0 auto;
	}



	/* sec04 구직자 성향에 따라 다양한 결과 분석 */
	.sec_program03 {
		background: #fff;
	}
	.sec_program03 .sec_inner {
		height: auto;
		padding: 100px 20px 40px;
	}
	.sec_program03 .right_box {
		margin-right: 0;
	}

	.cate_slider_section.cate_tab_section {
		width: 350px;
	}
	.cate_slider_section.cate_tab_section .swiper-pagination-bullet {
		width: 110px; height: 36px;
		margin: 10px 3px 0;
		font-size: 16px;
	}
	.cate_tab_section > div > span:after {
		line-height: 34px;
	}
	.cate_tab_section > div > span.swiper-pagination-bullet-active:after {
		line-height: 32px;
	}

	.cate_slider_section {  
		max-width: 400px; width: 70%; 
		margin: 50px auto 80px; 
	}

	.cate_slider_section .nav_arrow {
		width: 27px; height: 54px;
	}
	.cate_slider_section .nav_arrow:before {
		width: 32px; height: 32px;
	}
	.cate_slider_section .swiper-button-next {
		left: auto; right: -80px;
	}
	.cate_slider_section .swiper-button-prev {
		left: -80px;
	}
	.cate_slider .slider_item {
		overflow: hidden;
		margin-top: 4vw;		
	}

	.cate_tabs {
		position: relative;    
		width: 288px;
		margin: 15px auto 0;
	}
	.cate_item {
		width: 80px; height: 36px;
		margin: 10px 3px 0;
		font-size: 16px;
	}




	/* sec05 B2B 사업자 전용 관리자 페이지 제공 */
	.sec_b2b .sec_inner {
		height: auto;
		padding: 100px 15px 70px;
	}
	.sec_b2b .left_box {
		margin-bottom: 40px;
	}
	.sec_b2b .right_box {
		margin-left: 6vw;
	}
	.sec_b2b .right_box {
		max-width: 661px; 
		margin: 0 auto;
	}




	/* sec06 행동을 분석한 3개의 카테고리 행동형, 독립형, 협력형 */
	.sec_case .sec_inner {
		height: auto;
		padding: 100px 15px 80px;	
	}
	.sec_case .left_box {
		margin-left: 7.55vw;
	}
	.sec_case .sec_inner .right_box {
		margin-bottom: 40px;
	}
	.sec_case .left_box {
		max-width: 661px; 
		margin: 0 auto;
	}




	/* sec07 객관적 자기 인식을 통한 9가지 유형의 캐릭터 */
	.sec_program04 .sec_inner {
		padding: 0 15px 20px;
	}
	.sec_program04 .service_item {
		padding-bottom: 50px;
	}	
	.sec_program04 .service_item .service_img img.first_img {
		width: 65%;
	}
	.sec_program04 .service_item .service_img img:not(.first_img) {
		border-width: 2px;
	}




	/* sec08 심커리어 온라인 진단방법 */
	.sec_program05 .sec_inner {
		padding: 100px 15px 0;
	}
	.sec_program05 .left_box {		
		max-width: 400px; width: 70%;
		margin: 50px auto 0;
		text-align: center;	
	}
	.sec_program05 .cate_slider_section01 {
		width: 100%;
	}
	.sec_program05 .cate_slider_section01 img {
		width: 100%;
	}




	/* sec09 심커리어 진단 신청 */
	.sec_contact.bg_image {
		height: auto;
	}
	.sec_contact .sec_inner {
		display: flex;
		min-height: 60vh;
	}
	.sec_contact .text_area {
		margin-top: 0;	
	}
	.sec_contact .text_area .btn_anchor {
		margin-top: 30px;
		font-size: 21.6px;
	}



	/* company */
	.sec_company01 .sec_inner {
		padding: 80px 20px 120px;
	}


	ul.sec_box {
		margin-top: 60px;
	}
	ul.sec_box li {
		width: 32%;
		padding: 50px 10px;
	}
	ul.sec_box li:nth-child(3n-1) {
		margin: 0 20px;
	}
	ul.sec_box li:nth-child(3n-1):after {
		top: calc(50% - 10px); left: -20px;
		width: 20px; height: 20px;
	}
	ul.sec_box li:nth-child(3n-1):before {
		top: calc(50% - 10px); right: -20px;
		width: 20px; height: 20px;
	}

	.sec_company02 .sec_inner {
		padding: 100px 20px;
	}
	ul.sec_box01 li {
		width: 220px; height: 220px;
	}
	ul.sec_box01 li:after {
		right: -220px;
		width: 220px;
	}

	.root_daum_roughmap {
		height: 400px;
	}


	/* 이용후기 */
	.review_page .kv_slide {
		display: flex; align-items: center;				
		max-height: 250px;
	}
	.review_page.sec_kv .sec_tit {
		position: relative;
		top: 0; bottom: 0;
		margin-top: 0;
	}
	.container_board {
		padding-top: 50px; padding-bottom: 50px;
	}

}




@media all and (max-width: 768px) {
	/* Visual */
	body:not(.company_section) .sec_kv {
		height: 100vh;
	}
	.sec_kv .sec_tit {
		bottom: 130px; 
	}


	/* sec01 데이터에 기반한 진로탐색에 도움을 주는 구직자 진로성향검사 */	
	.service_list_section {
		margin-top: 70px;
	}
	.service_list_section .swiper-pagination {
		display: block;	
		top: -45px; bottom: auto;
	}
	.service_list {
		width: 500vw;
		background-position: 29vw 100%; background-size: 98% auto;
	}
	.service_item {
		max-width: none;
		margin-right: 0; 
	}
	.service_item:last-child {
		padding-right: 15px;
	}

	.sec01 .service_box img {
		width: 60%; max-width: 350px;
	}
	.sec01 .service_box .sv_tit,
	.sec01 .service_box .sv_cont {
		text-align: center;
	}



	.sec05 .image_area img,
	.sec06 .image_area img {
		width: 100%;
	}



	/* sec07 객관적 자기 인식을 통한 9가지 유형의 캐릭터 */
	.sec_program04 .service_item {
		padding: 0 130px 40px;
	}
	.sec_program04 .service_list_section .nav_arrow {
		width: 27px; height: 54px;
		padding: 0;
		background: none;
	}
	.sec_program04 .service_list_section .nav_arrow:before {
		width: 32px; height: 32px;
		border-color: #555;
	}
	.sec_program04 .service_list_section .swiper-button-prev:before {
		left: 8px;
	}
	.sec_program04 .service_box {
		height: auto;
		padding: 0;
	}	



	/* company */
	.company_section .kv_slide .sec_desc br {
		display: none;
	}

	.sec_company01 .sec_inner {
		padding: 80px 20px 120px;
	}
	ul.sec_box {
		margin-top: 50px;
	}	
	ul.sec_box li h3 {
		margin-bottom: 0;
		font-size: 100%;
	}
	ul.sec_box li p {
		font-size: 1.2rem;
	}


	.sec_company02 .sec_inner {
		padding: 100px 20px;
	}
	ul.sec_box01 {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	ul.sec_box01 li {
		width: 100%; height: auto; 
		margin: 5px 0;
		border-radius: 0;
	}
	ul.sec_box01 li:after {
		display: none;
	}
	ul.sec_box01 li div {
		position: relative;
		padding: 20px;
	}
	ul.sec_box01 li div strong {
		display: block;
	}
	ul.sec_box01 li div br {
		display: none;
	}

	.sec_company03 .sec_inner {
		padding: 70px 20px;
	}



	.transport {
		min-height: 130px;
		padding: 20px 0 20px 120px;
	}


	/* 이용후기 */
	.container_board {
		padding-top: 40px; padding-bottom: 40px;
	}
}



@media all and (max-width: 530px) {
	/* Common */
	.sec_desc {
		margin-top: 10px;
	}
	.sec_tit {
		font-size: 2.05rem;
	}
	.tip_text {
		border-radius: 10px;
	}

	

	/* Visual */
	.sec_kv .sec_tit {
		font-size: 2.3rem;
	}



	/* sec01 데이터에 기반한 진로탐색에 도움을 주는 구직자 진로성향검사 */
	.service_list_section {
		margin-top: 50px;
	}
	.service_box .sv_tit {
		font-size: 1.45rem;
	}
	.service_box .sv_cont {
		margin: 0;
	}

	.service_list_section .nav_arrow.swiper-button-prev {
		left: 0;
	}
	.service_list_section .nav_arrow.swiper-button-next {
		right: 0;
	}
	.service_list_section .swiper-pagination {
		top: -34px;
	}



	/* sec02 성향에 맞는 진로 파악과 직무에 대한 흥미, 진로에 대한 만족감 상승 */
	.sec_program01 .cate_item {		
		width: calc(50% - 8px);
	}
	.sec_program01 .image_area {
		margin-top: 50px;
	}
	.sec_program01 .image_area img {
		max-width: 80%;
	}
	.sec_program01 .sec_desc br {
		display: none !important;
	}

	.tip_text {
		padding: 7%;
	}
	.tip_text h3 {
		margin-bottom: 1rem;
		font-size: 1.65rem;
	}
	.tip_text ol {
		margin-left: 22px;
	}
	.tip_text ol li {
		font-size: 1.25rem; line-height: 1.3;
	}



	/* sec04 구직자 성향에 따라 다양한 결과 분석 */
	.cate_slider_section.cate_tab_section {
		width: 100%;
	}
	.cate_slider_section.cate_tab_section .swiper-pagination-bullet {
		width: calc(50% - 6px);
	}

	.cate_slider_section {
		margin-bottom: 50px;
		border-width: 4px; border-radius: 20px;
	}
	.cate_slider_section .swiper-pagination {
		bottom: -50px;
	}

	.cate_slider_section .swiper-button-next {
		right: -50px;
	}
	.cate_slider_section .swiper-button-prev {
		left: -50px;
	}



	/* sec05 B2B 사업자 전용 관리자 페이지 제공 */
	.sec_b2b .image_area {
		border-width: 4px; border-radius: 20px;
	}



	/* sec06 행동을 분석한 3개의 카테고리 행동형, 독립형, 협력형 */
	.sec_case .image_area {
		border-width: 4px; border-radius: 20px;
	}



	/* sec07 객관적 자기 인식을 통한 9가지 유형의 캐릭터 */
	.sec_program04 .service_item {
		padding: 0 100px 40px;
	}
	.sec_program04 .service_item .service_img {
		margin-bottom: 20px;
	}
	.sec_program04 .service_item .service_img img:not(.first_img) {
		border-radius: 20px;
	}



	/* sec08 심커리어 온라인 진단방법 */
	.sec_program05 .left_box {
		margin-top: 20px;
	}
	.sec_program05 .cate_slider_section01 {		
		border-width: 4px; border-radius: 20px 20px 0 0;
	}
	.sec_program05 .cate_slider_wrap {
		border-radius: 17px 17px 0 0;
	}



	/* sec09 심커리어 진단 신청 */
	.sec_contact .text_area .btn_anchor {
		margin-top: 20px;
		font-size: 1.5rem;
	}



	/* sub */
	.sec_tit02 {
		font-size: 2.05rem;
	}
	.sec_desc01 {
		margin-top: 20px;
		text-align: justify;
		word-break: break-all;
	}




	/* company */
	.company_section .kv_slide {
		height: 70vh;
	}
	.company_section .btn_down {
		display: none;
	}

	.company_section .sec_kv .sec_tit {
		bottom: 80px;
		font-size: 2rem;
	}
	.company_section .sec_kv .sec_tit strong {
		margin-bottom: 10px; padding: 2px 20px 1px;
		font-size: 1.6rem; 
		border-width: 1px;
	}
	.company_section .kv_slide .sec_desc {
		font-size: 1.2rem;
	}

	.sec_company01 .sec_inner {
		padding-top: 50px; padding-bottom: 80px;
	}

	ul.sec_box {
		flex-wrap: wrap;
		margin-top: 50px;
		font-size: 1.3rem;
	}
	ul.sec_box li {
		width: 100%;
		padding: 15px 20px;
	}
	ul.sec_box li:nth-child(3n-1) {
		margin: 0;
	}
	ul.sec_box li:nth-child(3n-1):after,
	ul.sec_box li:nth-child(3n-1):before {
		display: none;
	}
	ul.sec_box li h3 {
		margin-bottom: 0;
	}
	ul.sec_box li h3 {
		font-size: 120%;
	}
	ul.sec_box li p {
		font-size: 1.3rem;
	}


	.sec_company02 .sec_inner {
		padding: 70px 20px;
	}
	ul.sec_box01 {
		flex-wrap: wrap;
		margin-top: 20px;
		font-size: 1.3rem;
	}

	.map_info {
		padding-right: 0;
	}
	.map_info li b {
		border-right: 0;
	}
	.map_info .map_more {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 15px; padding: 8px 10px 8px 20px;
	}

	.transport {
		min-height: auto;
		padding: 15px 0 15px 70px;
		font-size: 1.1rem;
	}
	.transport > div {
		width: 50px; height: 50px;
		font-size: 1.8rem;
		line-height: 54px;
	}	
	.transport .how {
		min-height: auto;
	}


	/* 이용후기 */
	.review_page .kv_slide {	
		max-height: 150px;
	}
	.company_section .review_page.sec_kv .sec_tit {
		bottom: 0;
		margin-top: 30px;
	}
}


@media all and (max-width: 450px) {
	/* Common */
	.sec_life .sec_inner,
	.sec_program01 .sec_inner,
	.sec_program02 .sec_inner,
	.sec_program03 .sec_inner,
	.sec_b2b .sec_inner,
	.sec_case .sec_inner,
	.sec_program05 .sec_inner {
		padding-top: 90px;
	}



	/* sec01 데이터에 기반한 진로탐색에 도움을 주는 구직자 진로성향검사 */	
	.sec01 .sec_inner {
		height: 100vh;
	}
	.sec01 .service_box img {
		max-width: 260px;
	}
	.service_item {
		padding: 20px;
	}



	/* sec03 자체 개발한 알고리즘으로 비교 분석 */
	.sec_program02 .sec_desc br {
		display: none;
	}



	/* sec06 행동을 분석한 3개의 카테고리 행동형, 독립형, 협력형 */
	.sec_case .sec_inner {
		padding-bottom: 0 !important;
	}


	/* sec07 객관적 자기 인식을 통한 9가지 유형의 캐릭터 */
	.sec_program04 .service_item {
		padding: 0 50px 40px;
	}
}



@media all and (max-width: 320px) {
	.sec01 .sec_inner {
		height: auto; max-height: 100%; 
	}
	/* company */
	.company_section .kv_slide .sec_desc {
		display: none;
	}
}



/* 양성과정 게시판 */
p.link-blog {
	text-align: center;
}
p.link-blog a {
	display: inline-block;
	min-width: 300px;
	margin-top: 5px; padding: 3px 20px;
	font-weight: 700; color: #003b68;
	border-radius: 20px;
	background: #e0f2ff;
}
p.link-blog a i {
	padding-left: 10px
}
.img100 img {
	max-width: 100%;
}



/* 이용후기 게시판 */
.board_view .before {
	width: 100%; max-width: 840px;
	margin-left: auto; margin-right: auto;	
	text-align: center;
}
.board_view .before .title p {
	display: inline-block;	
	margin-left: 5px; margin-right: 5px;	
	font-size: 100%; font-weight: 700; color: #555;
}
.board_view .before .box {
	display: inline-block;
	width: 100%;
	padding: 3px 20px 4px;
	font-size: 110%; font-weight: 700;
	border-top: 1px solid #dcdd6e; border-bottom: 1px solid #dcdd6e; 
	background: #fffcd6;
}

.board_view .before h3 {
	font-size: 100%;
}
.board_view .before h3 strong {
	font-weight: 700; font-size: 1.3rem;
}
.board_view .before h4 {
	margin-bottom: 10px;
	font-size: 1.2em;
}

.board_view .before .img03,
.board_view .before .img04,
.board_view .before .img08 {
	display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between;
	width: 100%;
}
.board_view .before .img03 > * {
	width: 33%;
}
.board_view .before .img03 > :nth-child(3n-1) {
	margin: 0 .5%;
}
.board_view .before .img03 img {
	display: block;
	width: 100%;
}
.board_view .before .img04 li {
	width: 49.5%;
}
.board_view .before .img04 li:not(:nth-child(1), :nth-child(2)),
.board_view .before .img03 li:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
	margin-top: 8px;
}
.board_view .before .img08 li {
	flex: 1 1 25%;
}
.board_view .before .img03 img,
.board_view .before .img04 img,
.board_view .before .img08 img {
	width: 100%;
}

.board_view .before .finish,
.board_view .before .finish.img04 {
	padding: 30px;
	text-align: left;
	background: #f4f4f4;
}
.board_view .before .finish.img04 {
	display: flex; flex-direction: row; align-items: stretch;
}
.board_view .before p {	
	line-height: 1.8;
}
.board_view .before .finish {	
	line-height: 2;
}
.board_view .before .finish_character li {
	padding: 30px;
	background: #f4f4f4;
}
.board_view .before .finish_character img {
	width: 160px;
}

	@media only screen and (max-width: 500px) {
		.board_view .before .box {
			padding-top: 0; padding-bottom: 0;
		}
		.board_view .before .finish_character li {
			padding: 15px;
		}
	}

/* 마지막-~~문의하세요 */
/*div.board_view div.q-radius-div { 
	padding: 20px 0;
}*/
p.q-radius { 
	position: relative; 
	padding: 15px 10px; 
	color: #fff; 
	border-radius: 10px; 
	background: #0078cb;
}
p.q-radius:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px; left: -8px;
	width: 16px; height: 16px;
	background: #0078cb;
    transform: rotate(-45deg);
	z-index: 0;
}
p.q-radius-right { 
	background: #00cb9c;
}
p.q-radius-right:before	{
    top: 15px; left: auto; right: -8px;
	background: #00cb9c;
    transform: rotate(135deg);
	z-index: 0;
}

	@media all and (min-width: 769px) {
		.board_view .before .finish.img04 li {
			flex: 1 1 50%;
			width: 50%; 
			text-align:center;
		}
	}
	@media all and (max-width: 768px) {
		.board_view .before .img08 li {
			flex: 1 1 50%;
			width: 50%; 
		}
		.board_view .before > .finish {
			padding: 15px;
		}
	}
	@media all and (max-width: 500px) {
		#writeContents.board_view {
			padding-left: 0; padding-right: 0;
		}
		div.board_view .before h3 {
			font-size: .85rem; line-height: 1.4;
		}
	}