/* 서브 */
#sub_visual {
	width: 100%;
	height: 340px;
	text-align: center;
	background: #e8e9eb;
}

.backgroundimg {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 400px;
	z-index: 0;
}

.visual_area {
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}

#sub_wrapper {
	width: 100%;
	margin: 0 auto;
}

#sub_wrapper:after {
	content: "";
	display: block;
	clear: both;
}

#sub_menu {
	display: block;
	width: 100%;
	margin: 0px auto;
	background: #fff;
}

/*메뉴가림*/
#sub_menu .sub_tab {
	width: 100%;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
}

.sub_location {
	position: relative;
	top: 0px;
	width: 100%;
	max-width: 1200px;
	height: 60px;
	font-size: 0;
	background: #cc0000;
	margin: 0 auto;
	z-index: 11;
}

.sub_location>div {
	font-size: 0;
}

.sub_location>div .cen {
	float: left;
	width: 32%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	padding-left: 30px;
}

.sub_location>div .cen:first-child {
	border-left: 0;
}

.sub_location>div .cen a {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.sub_location>div .cen a img {
	display: inline-block;
	margin-top: 20px
}

.sub_location ul {
	/* width:100%; */
	width: 34%;
	max-width: 1200px;
	padding: 0;
	margin: 0;
	display: inline-block;
	/* width:200px; */
	border-right: 1px solid #990000;
	vertical-align: top;
	box-sizing: border-box;
}

.sub_location ul:first-child {
	border-left: 0px solid #00bab0;
}

.sub_location ul li {
	position: relative;
	width: 100%;
}

.sub_location ul li span {
	display: block;
	padding: 0 24px 0 32px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	background: url('../images/smenu_arr.png') 95% center no-repeat;
	cursor: pointer;
}

.sub_location ul.on li span {
	background: url('../images/smenu_arr_on.png') 95% center no-repeat;
}

/* .sub_location ul li a{width:100%; display: block; padding: 8px 15px; color: #000; line-height: 60px; font-size:18px;} */
.sub_location ul li a {
	width: 100%;
	display: block;
	padding: 0 24px 0 32px;
	color: #000;
	line-height: 60px;
	font-size: 18px;
}

.sub_location ul li a:hover {
	color: #000;
	background: #ddd;
	box-sizing: border-box;
}

.sub_location ul ul {
	display: none;
	width: 100%;
	position: absolute;
	top: 60px;
	left: -1px;
	padding: 0px 0;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 999999;
}

.sub_location ul.on li ul {
	display: block;
}

.sub_location ul.dep2 li span {
	color: #ffffff;
	font-weight: 500;
}

.sub_location ul.dep2 ul {
	/* width:200px; */
}

#sub_tit {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	top: 160px;
	left: 50%;
	margin-left: -600px;
}


#sub_tit .title {
	position: relative;
	text-align: center;
	font-size: 54px;
	color: #fff;
}


.scontents {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0px auto;
	padding: 30px 0 100px 0;
	background: none;
}

.scontents:after {
	content: "";
	display: block;
	clear: both;
}

.scontents .bg_vline {
	display: block;
	width: 1px;
	height: 40px;
	background: url('../images/bg_vline.gif') no-repeat center;
	margin: 0px auto;
}

.scontents h3.title {
	font-size: 2.5em;
	text-align: center;
	margin-top: 20px;
}

.scontents .eng {
	display: block;
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	margin: 10px 0;
	color: #010101
}

.scontents .eng em {
	color: #c53528;
	font-style: normal;
}

.scontents .stitle {
	text-align: center;
	width: 40px;
	background-color: #CC0000;
	height: 2px;
	margin: 35px auto 0
}


.tbl {
	width: 100%;
	border-top: 1px solid #333;
	border-collapse: collapse;
}

.tbl th {
	width: 30%;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.tbl td {
	width: 70%;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	text-indent: 10px;
	font-size: 0.9em;
}

.tba {
	width: 100%;
	border-top: 1px solid #333;
	border-collapse: collapse;
	background-color: #fff;
}

.tba th {
	width: 35%;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.tba td {
	width: 65%;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	text-indent: 10px;
	font-size: 0.9em;
}

.policy_box {
	border: 1px solid #ddd;
	padding: 10px;
	height: 160px;
	overflow: auto;
}




@media all and (max-width:1300px) {}


@media all and (max-width:1200px) {
	.scontents {
		width: 96%;
	}

	#container {
		margin-top: 0px;
	}

	#sub_tit {
		margin: 0px auto;
		padding: 0;
		left: 0%;
		margin-left: 0px;
		background: none;
	}	
}


/* 반응형 중간기기 992px 사이즈 이하*/
@media all and (max-width:992px) {

	#mobile_header {
		display: block;
		min-width: 320px;
	}

	#header_wrap,
	#gnb_wrap,
	#gnb_area {
		display: none;
	}

	.lview {
		display: none;
	}

	.sview {
		display: block;
	}


	#main_visual .swiper-slide {
		width: 100%;
		height: 450px;
	}

	#main_visual .swiper-slide div.backgroundimg1 {
		height: 450px;
	}

	#main_visual .swiper-slide div.backgroundimg2 {
		height: 450px;
	}

	#main_visual .sliderkit-text {
		bottom: 30%;
		text-align: center;
		border: 0px solid red;
		background: rgba(255, 255, 255, 0);
		padding: 15px 0;
	}

	#main_visual .sliderkit-text h1.lviewa {
		font-size: 1.4em;
	}

	#main_visual .sliderkit-text h1.sviewa {
		font-size: 0.9em;
	}

	#main_visual .sliderkit-text h1 img {
		width: 60%;
	}

	#main_visual .sliderkit-text span {
		padding: 0 30px;
		font-size: 0.7em;
	}


	#m_bnr {
		position: relative;
		top: 0px;
		width: 100%;
		min-width: 320px;
		margin: 0px auto;
		padding: 0;
	}

	#m_bnr li {
		width: 50%;
		border-bottom: 0px solid #4e4e4e;
	}

	#m_bnr li:nth-child(1),
	#m_bnr li:nth-child(2) {
		border-bottom: 1px solid #4e4e4e;
	}


	#m_bnr2 {
		position: relative;
		top: 0px;
		width: 100%;
		margin: 0 auto;
		border-bottom: none;
	}

	#m_bnr2 .con_box li {
		width: 50%;
		border-bottom: 1px solid #ddd;
	}

	#m_bnr2 .con_box li:last-child {
		border-right: none;
	}


	#main_about_100 .img_wrap {
		width: 100%;
	}

	#main_about_100 .txt_wrap {
		width: 100%;
	}

	#main_about_100 .txt_wrap .txt_cont {
		position: relative;
		top: -50px;
		width: 90%;
		height: auto;
		padding: 25px;
		background: #fff;
		margin: 0 auto;
	}


	#pro_wrap {
		padding: 30px 0px;
		margin-top: 0px;
	}

	#comm_wrap {
		margin: 40px auto;
	}

	#comm_wrap .board_area {
		min-width: 320px;
		height: 100%;
	}

	#comm_wrap .board_area .dleft {
		width: 100%;
		margin-right: 0px;
	}

	#comm_wrap .board_area .dcenter {
		width: 100%;
	}

	#comm_wrap .board_area .dright {
		width: 100%;
	}

	#comm_wrap .board_area div.board_box {
		width: 90%;
		margin: 0px auto;
	}

	#comm_wrap .notice_area {
		width: 100%;
		margin-top: 20px;
	}


	#copy_bnr {
		height: auto;
	}

	#copy_bnr .copy_bnr_left {
		width: 100%;
		height: auto;
	}

	#copy_bnr .copy_bnr_left .cs_area {
		width: 100%;
	}

	#copy_bnr .copy_bnr_right {
		width: 100%;
		height: auto;
	}

	#copy_bnr .copy_bnr_right .g_map {
		width: 100%;
	}



	#footer {
		min-width: 320px;
		padding-bottom: 30px;
		text-align: center;
	}

	#footer .copyright {
		width: 100%;
		padding: 0 30px;
	}

	#footer .copyright p {
		text-align: center;
	}



	#backtotop {
		right: 15px;
	}

	#sub_visual {
		margin-top: 0px;
	}

	.sub_location>div .cen {
		display: none;
	}

	.sub_location ul {
		width: 50%;
	}

	.sub_location ul:first-child {
		border-left: 0px;
	}

	.sub_location ul.dep2 {
		border-right: 0px;
	}

	.sub_location ul ul {
		width: 100.8% !important;
	}

}




/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {

	.mview {
		display: block;
	}

	#main_visual .swiper-slide div.backgroundimg1 {
		height: 450px;
		background: url('../images/main_visual01_m.jpg') top center no-repeat !important;
	}

	#main_visual .swiper-slide div.backgroundimg2 {
		height: 450px;
		background: url('../images/main_visual02_m.jpg') top center no-repeat !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}


	#m_bnr li {
		width: 25%;
		height: 100%;
		background-image: none;
		border-bottom: 0px;
	}

	#m_bnr li:nth-child(1),
	#m_bnr li:nth-child(2) {
		border-bottom: 0px;
	}

	#m_bnr li div {
		display: block;
		width: 100%;
		height: 30px;
	}

	#m_bnr li div i {
		width: 100%;
		padding: 0;
	}

	#m_bnr li .txt_tit {
		width: 100%;
		height: auto;
		text-align: center;
	}

	#m_bnr li:hover {
		background-image: none;
	}


	#pro_tab .pro_list>ul>li {
		display: inline-block;
		width: 48%;
		margin: 1%;
		padding-bottom: 30px;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}

	#comm_wrap_basic>div {
		width: 95%;
		padding: 10px 0px;
		margin: 0 auto;
		float: none;
	}


	#sub_tit .path {
		display: none;
	}

	.sub_location>div .cen {
		display: none;
	}

	.sub_location ul {
		width: 50%;
	}

	.sub_location ul:first-child {
		border-left: 0px;
	}

	.sub_location ul.dep2 {
		border-right: 0px;
	}

	.sub_location ul ul {
		width: 100.8% !important;
	}

	.scontents {
		padding: 30px 0px;
	}

	.scontents .stitle {
		margin-bottom: 30px;
	}

	#backtotop {
		display: none !important;
	}

}

@media (max-width: 576px) {
	.sub_location ul li span {
		padding: 0 5px 0 10px;
		font-size: 14px;
	}
	.sub_location ul li a {
		padding: 0 5px 0 10px;
		font-size: 14px;
	}
	#sub_tit .title {
		font-size: 3rem;
	}
	
}


/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {


	#m_bnr2 .con_box {
		height: 200px;
	}

	#m_bnr2 .con_box li .hover_area p {
		display: none;
	}


	#main_about_100 .txt_wrap .txt_cont {
		width: 90%;
		height: auto;
		padding: 20px 20px 50px 20px;
	}

	#main_about_100 .txt_wrap .txt_cont h2 {
		font-size: 2.5em;
		font-weight: 700;
	}

	#main_about_100 .txt_wrap .tit {
		font-size: 1.5em;
		font-weight: 400;
	}

	#main_about_100 .btn_more {
		margin: 0 auto;
	}


	#pro_area .pro_tit span {
		font-size: 1em;
		color: #777;
		padding: 0 70px;
	}

	#pro_tab {
		margin: 0;
	}

	#pro_tab .pro_list>ul>li {
		width: 90%;
		margin: 5%;
	}

	#pro_tab .tab {
		width: 100%;
		/*height:40px; line-height:40px;*/
	}

	#pro_tab .tab a {
		/*height:40px; line-height:40px;*/
	}

	#pro_tab .tab li {
		width: 50%;
		margin-right: 0%;
		margin-left: 0%;
		margin-bottom: 0%;
	}

	#pro_tab .tab li:nth-child(1),
	#pro_tab .tab li:nth-child(2) {
		border-bottom: 1px solid #ddd;
	}

	#pro_tab .tab li:last-child {
		margin-left: 0%;
		margin-right: 0%;
	}

	#pro_tab .tab li.all {
		width: 50%;
		margin-right: 0%;
		margin-left: 0%;
		margin-bottom: 0%;
	}


	#online .online_con {
		width: 100%;
		height: 200px;
		background-size: 100% 200px;
	}

	#online .online_con div.blind {
		width: 100%;
		height: 200px;
	}

	#online .online_area {
		padding: 30px 0px 0px 0px;
	}

	#online .online_area p {
		font-size: 1.5em;
	}

	#online .online_area span {
		padding-bottom: 0px;
		font-size: 1em;
	}


	#comm_wrap {
		margin: 20px auto;
	}

	#comm_wrap .notice_area li a {
		display: block;
		width: 75%;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		overflow: hidden;
	}


	#footer .copyright span {
		font-size: 1em;
	}

	#footer .copyright p {
		font-size: 0.8em;
	}




	#sub_visual {
		height: 200px;
	}

	.backgroundimg {
		height: 100%;
	}

	.visual_area {
		height: 100%;
		background-position: center top;
		background-size: cover;
	}



	#sub_tit {
		top: 10%;
		background: none;
		margin: 30px auto;
	}

	#sub_tit .title {
		/* font-size: 40px; */
	}

	#sub_tit .normal_txt {
		font-size: 1em;
	}

	.scontents .eng {
		font-size: 2em;
	}

	.scontents .stitle {
		font-size: 1em;
	}

	.g_map {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}


	.q-menu {
		display: none;
	}


}

/* 서브페이지 */
.ws-preline {
	white-space: pre-line;
}
@media (max-width: 992px) {	
	.ws-lg-preline {
		white-space: pre-line;
	}
}
.border-red {
	border: 1px solid #cc0000;
}
.text-blue {
	color: #083AA9;
}
.container {
	word-break: keep-all;
}
/* 회사소개 > 인사말 S */
#intro h2, #intro p strong {
	color: #CC0000;
	font-weight: 700;
}
#intro h2 b {
	font-weight: 900;
}
#intro p {
	color: #555;
	font-size: 1.5rem;
	font-weight: 400;
}
#intro p b {
	font-weight: 700;
}

@media (max-width: 992px) {	
	#intro .ws-preline {
		white-space: normal;
	}
}
@media (max-width: 576px) {	
	#intro h2 {
		font-size: 1.8rem;
	}
	#intro p {
		font-size: 1.25rem;
	}
}

#intro h5.text-right {
	font-weight: 400;
}
#intro .underline{
	background: linear-gradient(to top, #dae2f2 27%, transparent 10%);
    margin-bottom: -20px;
}
/* 회사소개 > 인사말 E */

/* 회사소개 > 고객약속 S */

#serviceplan {
}
#serviceplan .bg {
	background-color:#f7f7f7;
	padding-top: 5rem;
}
#serviceplan::before {
	margin: 0 auto -65px;
	width: 130px;;
	height: 130px;
    content: url('../html/company/images/img_serviceplan.png');
    display: block;
}
#serviceplan .title {
	font-weight: 700;
}
#serviceplan p, #serviceplan li {
	font-size: 1.5rem;
}
#serviceplan p{
	font-weight: 300;
}
#serviceplan b{
	font-weight: 600;
}
#serviceplan .border-top {
	border-top-style: dashed !important;
}
#serviceplan .list-order li {
	list-style: decimal !important;
	padding-bottom: 1rem;
}
#serviceplan .bg-img{
	background: #fff url('../html/company/images/bg_serviceplan.png') no-repeat right bottom;
}
@media (max-width: 992px) {
	#serviceplan::before {
		display: none;
	}
}
@media (max-width: 576px) {
	#serviceplan .title {
		font-size: 1.5rem;
	}
	#serviceplan h3{
		font-size: 1.25rem
	}
	#serviceplan p, #serviceplan ol li {
		font-size: 1.16rem;
	}
	#serviceplan .p-5{
		padding: 2rem !important;
	}
}
/* 회사소개 > 고객약속 E */

/* 회사정보 > 오시는 길 S */
#location .wrap_controllers {
	display:none;
}
#location .root_daum_roughmap_landing .border2 {
    display: inline;
}
@media (max-width: 576px) {
	#location .wrap_map {
		height: 300px !important;
	}
}

#location .addr {
	width: 100%;
}
#location h1{
	z-index: 100;
	height: 20rem;
	margin-top: -10rem;
	color: #fff;
	background: #a3b1cc url('../html/company/images/bg_location.png') no-repeat 90% 80%;
}
@media (max-width: 992px) {
	#location h1 {
		margin-top: 0;
		height: auto;
		border-radius: 1rem;
		text-align: center;
		background-image: none;
	}
}
#location .addr dl {
	display: flex;	
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
@media (max-width: 576px) {	
	#location .addr dl {
		font-size: 1.25rem;
	}
}
#location .addr dl dt{
	min-width: 18%;
}

/* 회사정보 > 오시는 길 E */

/* 시스템인증 > ISO 시스템 인증절차 S */
#procedure .row {
}

#procedure .row::after {
	position: relative;
	top:100%;
	left: 15%;
	margin: 10px 0;
	width: 30px;
	height: 27px;
	font-size: 2rem;
	text-align: center;
    content: url('../html/iso/images/after_procedure.png');
    display: block;
}
#procedure .row:last-child::after {
    display: none;
}


#procedure .row div {
	display: flex;
	border: 2px solid #f5efe4;
}
#procedure .row div:nth-of-type(2n-1) {
	justify-content: center;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	background-color: #f5efe4;
}
#procedure .row div:nth-of-type(2n) {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	background-color: #fff;
}

#procedure p {
	font-size: 1.5rem;
}
#procedure h3 {	
	align-self: center;
	font-weight: 600;
}
#procedure h3, #procedure p {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	#procedure .row::after{
		left: 50%;
		margin-left:-15px
	}
	#procedure .row div:nth-of-type(2n-1) {
		border-bottom-left-radius: 0;
		border-top-right-radius: 0.5rem;
	}
	#procedure .row div:nth-of-type(2n) {
		border-top-right-radius: 0;
		border-bottom-left-radius: 0.5rem;
	}
}
@media (max-width: 576px) {	
	#procedure h3 {
		font-size: 1.8rem;
	}
	#procedure p {
		font-size: 1.25rem;
	}
}

/* 시스템인증 > ISO 시스템 인증절차 E */

/* 시스템인증 > ISO 시스템 규격 S */
.container .no-gutters .bg-secondary {
	min-height: 292px;
}
.textBox .title {
	text-align: left;	
	color: #a68f74;
	font-size: 2.5rem;
	font-weight: 700;
}
.textBox .con {
	margin-top: 1rem;
	color: #666;
	font-size: 1.33rem;
	font-weight: 300;
}
.textBox .con ul{
	padding-left:15px;
}
.textBox .con ul li::before {
	content: '-';
    display: inline-block;
    background-size: 10px;
    width: 10px; height: 10px;
	margin-left: -15px;
    margin-right: 5px;
}
.textBox .txt{
	white-space: normal;
  	word-break: keep-all;
	font-size: 1.2rem;
	color: #999;
	padding-top: 1.5rem;
}
@media (max-width: 576px) {
	.textBox .title {
		font-size: 2rem;
	}
	.textBox .con {
		font-size: 1.16rem;
	}
}
/* 시스템인증 > 규격 E */

/* 경영컨설팅 S */
#consult .title{
	color: #a68f74;
	font-weight:700;
}
@media (max-width: 576px) {
	#consult .title {
		font-size: 1.6rem
	}
}
/* 경영컨설팅 E */

/* 기업교육 S */
#edu .bg {
	background-color:#f7f7f7;
}
#edu .title {
	color: #364573;
	font-weight: 700;
}
#edu .title svg {
	margin-bottom: 0.5rem;
}
#edu dl dt, #edu h3 {
	color: #8c6d46;
}
#edu h3 {
	font-weight:700;
}
#edu p, #edu dl dt, #edu dl dd, #edu ul li {
	font-size: 1.5rem;
}
@media (max-width: 576px) {
	#edu .title {
		font-size: 1.6rem;
	}
	#edu h3{
		font-size: 1.25rem
	}
	#edu p, #edu dl dt, #edu dl dd, #edu ul li {
		font-size: 1.16rem;
	}
	#edu .p-5{
		padding: 2rem !important;
	}
}
#edu dl dd, #edu ul li {
	margin-bottom: 1rem;
	font-weight: 300;
}
#edu dl dd:last-child, #edu ul li:last-child {
	margin-bottom: 0;
}
#edu .bg-secondary {
	min-height: 480px;
}
#edu dl.list-dash, #edu ul.list-dash {
	padding-left: 15px;
}
#edu dl.list-dash dt::before, #edu ul.list-dash li::before {
	content: '-';
    display: inline-block;
    background-size: 10px;
    width: 10px; 
	height: 10px;
	margin-left: -15px;
    margin-right: 5px;
}
#edu .border-red {
	border-width: 0.3rem;
}
#edu .border-red p, #edu .txt-red {
	color:#cc0000;
}
/* 기업교육 E */
