/*===============================================
* INQUIRY
===============================================*/
/* == MAIN TITLE == */
.mainTitle  { 
	margin-top:30px;
	margin-bottom:30px;
}


.subTitle {
	width:250px;
	float:left;
}
.subTitle h3 {
	font-family:  'NanumSquare' sans-serif;
	color:#222;
	font-weight:400;
	font-size:26px;
	position:relative;
	letter-spacing:-0.15rem;
	line-height:1.4;
}
.subTitle h3:before {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	background:#c3af6c;
	right:calc(100% + 7px);
	top:8px;
}
.subCon {
	width:calc(100% - 250px);
	float:left;
}
.subCon:after {
	content:"";
	display:block;
	clear:both;
}


/* cation */
.caption {
	padding-left:250px;
	transform:translateY(-67px);
}
.caption:after {
	content:"";
	display:block;
	clear:both;
}
.caption h5 {
	margin-bottom:20px;
	font-size:26px;
	color:#222;
	font-weight:300;
	line-height:#222;
	letter-spacing:-0.08rem;
}
.caption p {
	margin-top:20px;
	font-size:20px;
	color:#222;
	line-height:1.5;
	letter-spacing:-0.05rem;;
}
.caption p span {
	font-weight:600;
}

.caption dl {
	margin-top:100px;
}
.caption dl:after {
	content:"";
	display:block;
	clear:both;
}
.caption dl dt {
	font-size:32px;
	color:#222;
	font-weight:300;
	letter-spacing: -0.15rem;
	margin-bottom:20px;
}
.caption dl dd {
	width:33.333%;
	float:left;
	padding:30px 15px;
	text-align:center;
}
.caption dl > dd:nth-child(3) {
}

.caption dl dd figure {
	width:250px;
	height:250px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}
.caption dl dd p {
	font-size:17px;
	line-height:1.4;
}



/* 출강과목 */
.subject_boxWp {
	width:32%;
	float:left;
	margin-right:1.5%;
}
.subject_boxWp:last-child {
	margin-right:0;
}

.subject_box {
	padding:20px;
	background:#00bcd4;
	border-radius:5px;
	text-align:center;
	color:#fff;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:-2;
	height:280px;
}
.subject_box:after {
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	bottom:5px;
	right:5px;
	border:1px solid rgba(255,255,255,.5);
	border-radius:5px;
}
.subject_box:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}
.subject_box.one:before {
	background:rgba(86, 86, 86, 0.9);
}
.subject_box.two:before {
	background:rgba(62, 101, 119, 0.9);
}
.subject_box.thr:before {
	background:rgba(68, 113, 108, 0.9);
}
.subject_box.for:before {
	background:rgba(195, 175, 108, 0.9);
}
.subject_box p {
	margin-top:80px;
	font-size:20px;
	font-weight:400;
	
}
.subject_box p span {
	display:block;
	font-size:28px;
	font-weight:600;
	padding-top:10px;
	letter-spacing:-0.25rem;
}
/* 출강교육 진행과정 */
.process .subTitle h3 {
	color:#fff;
}
.processWp {
	position:relative;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

.processWp:after {
	content:"";
	display:block;
	clear:both;
}
.prcsBoxWp {
	width:50%;
	position:relative;
	display:table;
}
.prcsBoxWp.right {
	float:right;
	margin-bottom:150px;
	padding-left:75px;
}
.prcsBoxWp:before {
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:99px;
	top:-69px;
	background:#ccc;
}
.prcsBoxWp:first-child:before {
	display:none;
}
.prcsBoxWp.right:before {
	left:0;
}
.prcsBoxWp.left:before {
	right:0;
}
.prcsBoxWp.left {
	float:left;
	margin-top:150px;
	padding-right:75px;
}
.prcBox {
	width:100%;
	padding:0px 20px;
	height:auto;
	min-height:150px;
	height:150px;
	border-radius:5px;
	border:2px solid #fff;
	background:#fff;
	transition: all 0.3s ease;
	display:table-cell;
	vertical-align:middle;
}
.prcBox:before {
	content:"";
	position:absolute;
	top:45px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: all 0.3s ease;
}
.prcsBoxWp.right .prcBox:before {
	border-right: 15px solid #fff;
	left:61px;
}
.prcsBoxWp.left .prcBox:before {
	border-left: 15px solid #fff;
	right:61px;
}
.prcBox:after {
	content:"";
	display:block;
	clear:both;
}
/*
.prcBox i {
	position:absolute;
	display:block;
	width:80px;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
	transition: all 0.3s ease;
}
.prcsBoxWp.right .prcBox i {
	left:90px;
}
.prcsBoxWp.left .prcBox i {
	right:90px;
}
.one .prcBox i {
	background-image:url('../img/sub/process_business01.png');
}
.two .prcBox i {
	background-image:url('../img/sub/process_business01.png');
}
.thr .prcBox i {
	background-image:url('../img/sub/process_business01.png');
}
.for .prcBox i {
	background-image:url('../img/sub/process_business01.png');
}
.fiv .prcBox i {
	background-image:url('../img/sub/process_business01.png');
}
.six .prcBox i {
	background-image:url('../img/sub/process_business01.png');
}
*/
.prcBoxText { 
	width:100%;
	height:100%;
	display:table;
}
.prcsBoxWp.right .prcBoxText{
	text-align:left;
	/*padding-left:90px;*/
}
.prcsBoxWp.left .prcBoxText{
	text-align:right;
	/*padding-right:90px;*/
}
@font-face { font-family: 'NanumBarunpen'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumBarunpen.woff') format('woff'); font-weight: normal; font-style: normal; }

.prcBoxText p {
	height:100%;
	display:table-cell;
	vertical-align:middle;
	line-height:1.5;
	font-size:21px;
	font-family: 'NanumSquare', sans-serif;
	font-weight:900;
	transition: all 0.2s ease;
	letter-spacing:-0.1rem;
	text-align:center;
}

.prcNumb {
	width:51px;
	height:51px;
	position:absolute;
	background:#fff;
	border:7px solid #ccc;
	border-radius:50%;
	text-align:center;
	line-height:36px;
	font-family:'Nunito', sans-serif;
	font-size:18px;
	font-weight:700;
	top:30px;
	transition: all 0.3s ease;
}
.prcsBoxWp.right .prcNumb {
	left:-25px;
}
.prcsBoxWp.left .prcNumb {
	right:-25px;
}

/* acitve color */

.prcsBoxWp.active {}
.prcsBoxWp.active:before {
	background:#fec925;
}
.prcsBoxWp.active .prcBox {
	border-color:#fec925;
	background:#fec925;
}
.prcsBoxWp.active .prcBox:before {
	border-right-color:#fec925;
	border-left-color:#fec925;
}
.prcsBoxWp.active .prcNumb {
	border-color:#fec925;
	color:#fec925;
}
.prcsBoxWp.active .prcBoxText h5, .prcsBoxWp.active .prcBoxText p { 
	color:#222;
}

/* process bg */
.process {
	position:relative;
}
.process .bg {
  animation:slide 6s ease-in-out infinite alternate;
	background-color:#000;
  background-image: linear-gradient(-60deg, #444 50%, #666 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
  opacity:0.15;
}
.process .bg2 {
  animation-direction:alternate-reverse;
  animation-duration:6s;
}
.process .bg3 {
  animation-duration:5s;
}
.process .bg-wp {
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


/* == BUSINESS ==*/
.subject { 
	margin-top:80px;
}
.process {
	margin-top:80px;
	padding-top:100px;
	padding-bottom:100px;
}

/*== 문의 ==*/
.class_inquiry {
	margin-top:80px;
}
.class_inquiry .csFormWp.csBasic dl:nth-child(1),
.class_inquiry .csFormWp.csBasic dl:nth-child(2),
.class_inquiry .csFormWp.csBasic dl:nth-child(6),
.class_inquiry .csFormWp.csBasic dl:nth-child(7),
.class_inquiry .csFormWp.csBasic dl:nth-child(8),
.class_inquiry .csFormWp.csBasic dl:nth-child(9) {
	width:50%;
	float:left;
}


/*===============================================
* 제 2외국어 문의
===============================================*/
#second .caption h5 span {
	font-weight:700;
	color:#c3af6c;
	margin-right:10px;
}
#second .subject_boxWp {
	width:24%;
	margin-right:1%;
}
#second .subject_box {
	height:250px;
}
#second .subject_box p {
	margin-top: 60px;
}




/*===============================================
* 반응형
===============================================*/
@media (max-width:1200px) {
	.caption { padding-left:200px; }
	.subTitle { width:200px; }
	.subTitle h3 { font-size:22px; }
	.subCon { width: calc(100% - 200px); }
}
@media (max-width:992px) {
	.mainTitle h2 { margin:0 5rem; }
	.caption { padding:0 5rem; transform: translateY(0);  }
	.caption h5 { font-size:20px; }
	.caption p { font-size:17px; }
	.subTitle { padding:0 5rem; width:100%; float:none; }
	.subTitle h3 { font-size:30px; font-weight:600; }
	.subCon { padding:0 5rem; width:100%; float:none; margin-top:20px;}
	.prcsBoxWp.right { margin-bottom:100px; }
	.prcsBoxWp.left { margin-top:100px; }
	.prcsBoxWp:before { height:100px; top:-20px; }
	.prcBox { padding: 0 15px; min-height:100px; height:100px; }
	.prcBoxText p { font-size:17px; }
	.subject_box p { font-size:17px; }
	.subject_box p span { font-size:24px; padding-top:5px;}
	.class_inquiry .csFormWp.csBasic dl:nth-child(8) { width:55% ; }
	.class_inquiry .csFormWp.csBasic dl:nth-child(9) { width:45% ; }

}
@media (max-width:767px) {
	.mainTitle { margin:0; }
	.mainTitle h2 { margin: 0 1rem; }
	.caption { margin-top:20px; padding:0 2rem; }
	.caption p { letter-spacing:-0.02rem; font-size:15px; }
	
	.caption h5 {  font-size:17px; }
	#second .caption h5 span { display:block; margin-bottom:5px; font-size:20px; }
	.subject { margin-top:40px; }
	.subTitle { padding:0 15px; }
	.subTitle h3 { font-size:20px; font-weight:500; }
	.subTitle h3 br { display:none; }

	.subCon { padding:0 2rem; margin-top:10px; }
	.subject_boxWp { width:100%; float:none; margin-bottom:5px; margin-right:0; } 
	.subject_box { height:auto; padding:30px 0; }
	.subject_box p { margin-top:0; }
	.subject_box p span { letter-spacing:-0.1rem; }
	#second .subject_boxWp { width:49%; float:left;}
	#second .subject_box { height:150px; }
	#second .subject_box p { margin-top:30px; font-size:17px; }
	#second .subject_box p span { font-size:18px; padding-top:0px;}
	#second .subject_boxWp:nth-child(even) .subject_box p { margin-top:20px; }

	
	.process { padding:30px 0 50px;  }
	.prcsBoxWp.right, .prcsBoxWp.left { float:none; padding:0; margin-bottom:0; margin-top:40px; }
	.prcsBoxWp { width:100%; max-width:280px; margin:0px auto 0; }
	.prcsBoxWp:before { display:none; }
	.prcsBoxWp .prcBox:before { display:none; }
	.prcNumb { width:45px; height:45px; border-width:5px;  }
	.prcsBoxWp.left .prcNumb, .prcsBoxWp.right .prcNumb  { left:0; right:0; top:-25px; margin:0 auto;}
	.class_inquiry {margin-top:50px; }
	.class_inquiry .csFormWp.csBasic dl:nth-child(1),
	.class_inquiry .csFormWp.csBasic dl:nth-child(2),
	.class_inquiry .csFormWp.csBasic dl:nth-child(6),
	.class_inquiry .csFormWp.csBasic dl:nth-child(7),
	.class_inquiry .csFormWp.csBasic dl:nth-child(8),
	.class_inquiry .csFormWp.csBasic dl:nth-child(9) { width:100% ; float:none ; }
	.caption dl { margin-top:50px; }
	.caption dl dt { font-size:20px; }
	.caption dl dd { width:100%; float:none;  padding:0; background:#f7f7f7; margin-bottom:15px;}
	.caption dl dd:after { content:""; display:block; clear:both; }
	.caption dl dd figure { width:100px; height:100px; border-radius:0px; float:left;}
	.caption dl dd p { width:calc(100% - 125px); float:right; text-align:left; font-size:15px; font-weight:400; }

	

}