/*--------------------------------------------------------------
# 메인 비주얼
--------------------------------------------------------------*/

.mainWrap{
	width:100%;
	position:relative;
}

.mainVBox{
	width:100%;
	position:relative;
	height: 850px;
	margin-top:90px;
	background-image: url(../img/main_v.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mainInner{
	position:relative;
	width:100%;
	height:100%;
	max-width:1240px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}

.ma_textBox{
	position: relative;
    width: 100%;
    display: block;
    text-align: left;
    color: #fff;
    top: 174px;
}

.ma_textBox p{
	font-size: 32px;
    font-weight: 600;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    letter-spacing: 3px;
	margin-bottom: 24px;
}

.ma_textBox h1{
	display:block;
	line-height: 80px;
	font-size: 60px;
    font-weight: 600;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    letter-spacing: 3px;
}

.ma_textBox h1 span{
	padding: 4px 0px 0px 0px;
	background-color:#2a63ba;
	font-family: 'NEXON Lv1 Gothic OTF Bold';
	margin-right:6px;
}

.ma_btn{
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	position:relative;
	width:160px;
	height:50px;
	margin-top: 64px;
}

.ma_btn a{
	text-align:center;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	font-family: 'NEXON Lv1 Gothic OTF Light';
	font-weight:400;
	font-size:15px;
	color:#fff;
	padding-top: 14px;
}

@media (max-width: 1400px) {
	.ma_textBox p {
		font-size: 28px;
	}
	.ma_textBox h1{
		font-size:54px;
	}
}

@media (max-width: 1150px) {
	.ma_textBox p {
		font-size: 24px;
	}
	.ma_textBox h1 {
		line-height: 62px;
		font-size: 46px;
	}
}

@media (max-width: 991px) {
	.mainVBox{
		height: 640px;
		margin-top: 80px;
	}
	.ma_textBox{
		top: 84px;
	}
	.ma_textBox p {
		font-size: 20px;
	}
	.ma_textBox h1 {
		line-height: 56px;
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	.mainInner {
		padding-left: 16px;
		padding-right: 16px;
	}
	.mainVBox {
		margin-top: 60px;
		height: 540px;
		background-position: 58%;
	}
	.ma_textBox {
		top: 54px;
	}
	.ma_textBox p {
		letter-spacing: 1px;
		font-size: 16px;
		margin-bottom: 14px;
	}
	.ma_textBox h1 {
		line-height: 45px;
		font-size: 30px;
	}
	.ma_btn {
		width: 130px;
		height: 46px;
		margin-top: 34px;
	}
	.ma_btn a{
		font-size:14px;
		padding-top: 12px;
	}
}

/*--------------------------------------------------------------
# 업무분야
--------------------------------------------------------------*/

.dutyWrap{
	width:100%;
	position:relative;
	padding-top: 106px;
	padding-bottom: 110px;
}

.pc_onShow{display:block;}
.mo_onShow{display:none;}

.sideContentBox{
	padding-left: 20px;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 20px;
}

.ma_title{
	display:block;
	text-align:center;
}

.ma_title h2{
	font-weight: 600;
    display: inline-block;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-size: 33px;
}

.ma_title h2 span{
	margin-top: 17px;
    line-height: 30px;
    display: block;
    font-weight: 300;
    font-size: 16px;
	color:#777;
}

.ma_title h3{
	font-weight: 600;
    display: inline-block;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-size: 33px;
}

.ma_title h3 span{
	margin-top: 17px;
    line-height: 30px;
    display: block;
    font-weight: 300;
    font-size: 16px;
	color:#777;
}

.pt_table{
	width:100%;
	position:relative;
	text-align:center;
}

.rea_TabBox{
	width:100%;
	position:relative;
	display:flex;
	overflow:hidden;
	margin-top: 35px;
	z-index:300;
	border:1px solid #ddd;
}

.reabor{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:1px solid #ddd;
	z-index: 600;
}

.rea_Tab{
	position:relative;
    text-align: center;
    width: 100%;
    height: 70px;
    background-color: #fff;
    cursor: pointer;
	padding: 3px;
	color: #222;
	font-size: 17px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-weight: 600;
	z-index:500;
}

.innerLine{
	/* display: none; */
    position: relative;
    color: #222;
	font-size: 17px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-weight: 600;
    width: 100%;
    height: 100%;
	padding-top: 20px;
}

.on_rea{
	background-color:#2a63ba;
}

.on_rea .innerLine{
	border: 1px solid #6a92ce;
	background-color:#2a63ba;
	color:#fff;
	font-weight:900;
	z-index:800;
}

.on_rea .innerLine{
	display:block;
}

.rea_ListWrap{
	width:100%;
	position:relative;
	padding-top: 76px;
}

.rea_List{
	width:100%;
	position:relative;
}

#rea_01{display:block;}
#rea_02, #rea_03, #rea_04, #rea_05{display:none;}

.rea_tableBox{
	width:100%;
	position:relative;
	overflow:hidden;
}

.reMarLR{
	margin-left:0px;
	margin-right:0px;
}
.rePadLR{
	padding-left:0px;
	padding-right:0px;
}

.reaTextBox{
	width:100%;
	position:relative;
	text-align:left;
}

.r_pR40{padding-right:40px;}

.reaTextBox h2{
	text-align:left;
	display:block;
	font-weight: 600;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-size: 30px;
	margin-bottom:0px;
}

.reaTextBox h3{
	text-align:left;
	display:block;
	font-weight: 600;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-size: 30px;
	margin-bottom:0px;
}

.ci_void { 
    width: 50px;
    height: 1px;
    background-color: #222;
    margin-top: 33px;
    margin-bottom: 31px;
}

.reSubtext{
    line-height: 34px;
    display: block;
    font-weight: 300;
    font-size: 17px;
    color: #222;
}
.reMarT30{margin-top: 34px;}

.reSubtext span{
	display:block;
	font-size:20px;
	font-weight:500;
	font-family: 'NEXON Lv1 Gothic OTF Bold';
	margin-bottom: 7px;
}

.reSubtext span p{
    margin-bottom: 0px;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    margin-left: 6px;
}

.reSubtext b{
	color:#222;
	font-weight:600;
}

.mlookBox{
	display:block;
	text-align:left;
	margin-top: 30px;
}

.mlookBox a{
	display:inline-block;
	color:#777;
}
.mlookBox a:hover{
	background-color:#2a63ba;
	color:#fff;
}

.mlookbtn{
	padding-top: 8px;
    text-align: center;
    width: 110px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 300;
}


.reaImgBox{
	width:100%;
}

.riImg01{
	padding-left: 50px;
    padding-top: 100px;
}
.riImg04{
	padding-left: 50px;
	padding-top:80px;
}

.reaImgBox img{
	max-width:100%;
}


.mo_sildeBox{
	width:100%;
	position:relative;
	overflow:hidden;
}

@media (max-width: 1200px) {
	.reSubtext br{
		display:none;
	}
}

@media (max-width: 991px) {
	.dutyWrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.rea_ListWrap {
		padding-top: 46px;
	}
	.r_pR40 {
		padding-bottom: 40px;
		padding-right: 0px;
	}
	.riImg01{
		padding-left: 0px;
		padding-top: 0px;
	}
	.riImg04{
		padding-left: 0px;
		padding-top:0px;
	}
	
}

@media (max-width: 767px) {
	.pc_onShow{display:none;}
	.mo_onShow{
		display:block;
	}
	.sideContentBox{
		padding-left: 16px;
		position: relative;
		max-width: 1240px;
		margin: 0 auto;
		padding-right: 16px;
	}
	
	.dutyWrap{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.mo_sildeBox{
		margin-top: 30px;
		padding-bottom:30px;
	}
	.ma_title h2{
		font-size: 30px;
	}
	.ma_title h2 span {
		margin-top: 14px;
		line-height: 24px;
		font-size: 14px;
	}
	.ma_title h2 span br{
		display:none;
	}
	.ma_title h3{
		font-size: 30px;
	}
	.ma_title h3 span {
		margin-top: 14px;
		line-height: 24px;
		font-size: 14px;
	}
	.ma_title h3 span br{
		display:none;
	}
	
	.rea_Tab{
		height:50px;
	}
	.innerLine{
		padding-top: 10px;
	}
	.reaTextBox {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.reaTextBox h2{
		font-size:20px;
	}
	.reaTextBox h3{
		font-size:20px;
	}
	.ci_void {	
		width: 40px;
		margin-top: 20px;
		margin-bottom: 17px;
	}
	.reSubtext {
		line-height: 24px;
		display: block;
		font-weight: 300;
		font-size: 13px;
		color: #777;
	}
	.reSubtext br{
		display:none;
	}
	
	.mlookBox{
		margin-top: 10px;
	}
	.mlookbtn {
		padding-top: 10px;
		text-align: center;
		width: 100%;
		height: 40px;
		border: 1px solid #ddd;
		font-size: 13px;
		font-weight: 300;
	}

	.mo_clickBox{
		position:absolute;
		width: 90px;
		height:40px;
		right:0px;
		top: 70px;
	}
}

/*--------------------------------------------------------------
# 진행절차
--------------------------------------------------------------*/

.progreesWrap{
	width:100%;
	position:relative;
	background-color:#edf4fc;
	padding-top: 106px;
	padding-bottom: 90px;
}

.stepBox{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-top: 32px;
}

.simContent {
    text-align: center;
    width: 100%;
    position: relative;
}

.simContent span {
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    display: block;
    text-align: center;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 700;
}

.simCircle {
    display: inline-block;
    position: relative;
    text-align: center;
	width: 150px;
    height: 150px;
    border-radius: 50%;
    /* border: 2px dotted #f0f0f0; */
    background-color: #fff;
    /* padding-top: 46px; */
    margin-top: 12px;
	margin-bottom: 27px;
}

.simCircle img {
    width:100%;
}

.simTrans {
	font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.4px;
}

.simTrans02{
	margin-top: 8px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 991px) {
	.progreesWrap{
		padding-bottom: 40px;
	}
	.simContent{
		margin-bottom:50px;
	}
}

@media (max-width: 767px) {
	.progreesWrap{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.simContent {
		margin-bottom: 40px;
	}
	.simContent span{
		font-size: 15px;
	}
	.simCircle{
		width: 120px;
		height: 120px;
		margin-top: 8px;
		margin-bottom: 20px;
	}
	.simTrans{
		font-size: 16px;
	}
	.simTrans02 {
		margin-top: 4px;
		line-height: 20px;
		font-size: 13px;
	}
}

/*--------------------------------------------------------------
# 성공사례
--------------------------------------------------------------*/

.caseWrap{
	width:100%;
	position:relative;
	padding-top:106px;
	padding-bottom:100px;
	background-color:#fff;
}

.caseBoxWrap{
	width:100%;
	position:relative;
	border-top:1px solid #222;
	margin-top:34px;
}

.caseBox{
	cursor:pointer;
	padding-bottom: 52px;
	padding-right: 30px;
    padding-top: 32px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
	padding-left: 360px;
	background-color:#fff;
}

.caseBox:hover{
	background-color:#f2fafd;
}
.caseBox:hover .ca_title{
	text-decoration:underline;
}

.caseImgBox{
	align-items: center;
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 320px;
    height: 180px;
    border: 1px solid #ddd;
}

.caseImgBox img{
	position: absolute;
    width: 100%;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.caseTextBox{
	width:100%;
	position:relative;
	text-align:left;
}

.c_day{
	position:relative;
	display:block;
}

.c_day span{
	font-size:15px;
	color:#777;
	font-weight:300;
	display:inline-block;
}

.cdLine{
	position: relative;
    width: 1px;
    height: 10px;
    background-color: #777;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.ca_title{
	display: block;
    display: -webkit-box;
    margin: 14px 0px 0px 0px;
    height: 48px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    font-size: 23px;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    line-height: 24px;
}

.ca_SubTitle{
	line-height: 24px;
	font-size:15px;
	font-weight:300;
	
	display: block;
    display: -webkit-box;
    margin: 0px 0px 20px 0px;
    height: 46px;
    overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lookmore{
	font-weight:300;
	color:#777;
	font-size:13px;
}

.lookmore img{
	position:relative;
	margin-left:10px;
	height:12px;
}

.look_totalWrap{
	text-align:center;
	display:block;
}

.look_totalBtn {
	display:inline-block;
    text-align: center;
	width: 480px;
    height: 60px;
    border: 1px solid #ddd;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    font-weight: 500;
    font-size: 16px;
    padding-top: 17px;
    margin-top: 40px;
    cursor: pointer;
	color:#222;
}

.look_totalBtn img{
	max-width:100%;
	position:relative;
	top: -2px;
	margin-left:10px;
}

@media (max-width: 991px) {
	.caseBox {
		padding-bottom: 30px;
		padding-top: 24px;
		padding-left: 320px;
	}
	.caseImgBox {
		left: 0px;
		top: 40px;
		width: 280px;
		height: 140px;
	}
	.c_day span {
		font-size: 14px;
	}
	.ca_title {
		margin: 12px 0px 0px 0px;
		height: 46px;
		font-size: 18px;
		line-height: 24px;
	}
	.ca_SubTitle{
		line-height: 22px;
		font-size: 14px;
		margin: 0px 0px 16px 0px;
		height: 44px;
	}
	.lookmore {
		font-size: 12px;
	}
	.lookmore img {
		position: relative;
		margin-left: 8px;
		height: 10px;
		top: -1px;
	}
}

@media (max-width: 767px) {
	.caseWrap{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.caseBoxWrap {
		border-top: none;
		margin-top: 0px;
	}
	.caseBox{
		padding-right:0px;
		padding-left:0px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.caseImgBox{
		display:block;
		align-items: inherit;
		position:relative;
		width:100%;
		top:0px;
		padding-bottom:50%;
		overflow:hidden;
	}
	.caseImgBox img{
		position:relative;
		/* height:100%; */
		left:0px;
		top:0px;
		transform: inherit;
	}
	.caseTextBox{
		padding-top:10px;
	}
	.c_day span {
		font-size: 12px;
	}
	.cdLine{
		height: 8px;
	}
	.ca_title {
		margin: 10px 0px 0px 0px;
		height: 42px;
		font-size: 16px;
		line-height: 22px;
	}
	.ca_SubTitle {
		line-height: 20px;
		font-size: 13px;
		margin: 8px 0px 16px 0px;
		height: 40px;
	}
	
	.look_totalBtn{
		height: 50px;
		width:100%;
		font-size: 15px;
		padding-top: 14px;
	}
}

/*--------------------------------------------------------------
# 상담신청
--------------------------------------------------------------*/


.contactArea{
	width:100%;
	position: relative;
	/* background-color:#53403a; */
	padding-top:110px;
	padding-bottom:110px;
	background-image: url(../img/bg_contact.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size: cover;
}

.contact_contentBox{
	width:100%;
	display:flex;
}

.conText{
	position: relative;
	display:block;
	width:50%;
	height:660px;
}

.contextInner{
	position: relative;
	/* display:table-cell; */
	/* vertical-align:middle; */
	text-align:left;
}

.conTextBox{
	display:inline-block;
	padding-left: 41%;
	text-align:left;
}

.ctTitle{
	font-size: 56px;
    font-weight: 700;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    color: #fff;
    line-height: 66px;
	margin-bottom: 55px;
}

.ctTitle span{
	display:block;
	font-size:14px;
	font-weight:300;
	line-height:28px;
	margin-top:16px;
}

.ctAddBox{
	display:block;
	position:relative;
	padding-left:80px;
	margin-bottom: 47px;
}

.ct_circle{
	position:absolute;
	left:0px;
	top: -6px;
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:#336cd5;
}
.c_yc{background-color:#fae100!important;
color:#222!important;}

.ct_circle img{
	width:100%;
}

.ct_textBox{
	position:relative;
}

.ct_textBox span{
	color:#fff;
	font-family: 'NEXON Lv1 Gothic OTF Bold';
	font-size: 36px;
}

.f_yc{
	color:#fae100!important;
	font-size:32px!important;
}

.ct_textBox p{
	margin-top: 3px;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 7px;
}

.ct_textBox b{
	display:block;
	font-size:16px;
	font-weight:300;
	color:#fff;
}

.callBox{
	position:relative;
	width:100px;
	height:40px;
	background-color:#336cd5;
	color:#fff;
	margin-top: 17px;
}

.callBox a{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;
}

.conForm{
	width:50%;
	background-color:#fff;
	text-align:left;
	padding:56px 70px 70px 70px;
}

.conFormInner{
	display:inline-block;
	width:500px;
}

.cTypingBox{
	width:100%;
	text-align:left;
}
.cTypingBox dl {
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}

.topcheckBox{
	width:100%;
	/* padding-bottom:12px; */
}


.chWrap{
	text-align: left;
	position: relative;
	width: 100%;
}

.checkbox-container {position: relative;margin-bottom: 0px;display: inline-block;}
.checkbox-container input[type="checkbox"] {/* 실제 체크박스는 화면에서 숨김 */position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0); border: 0}
.checkbox-container input[type="checkbox"] + label {display: inline-block;position: relative;cursor: pointer; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;font-size:15px;}
.checkbox-container input[type="checkbox"] + label a{font-size:16px;font-weight: 500;text-decoration:underline;}
.checkbox-container input[type="checkbox"] + label a:hover{text-decoration:underline;}
.checkbox-container input[type="checkbox"] + label:before {/* 가짜 체크박스 */content: ' ';border-radius:6px;display: inline-block;width: 20px;  /* 체크박스의 너비를 지정 */height: 20px; /* 체크박스의 높이를 지정 */line-height: 14px; /* 세로정렬을 위해 높이값과 일치 */margin: -2px 8px 0 0;text-align: center;vertical-align: middle;background: #ffffff;border: 3px solid #bbbbbb;}
.checkbox-container input[type="checkbox"]:checked + label:before {/* 체크박스를 체크했을때 */content: '\2714'; /* 체크표시 유니코드 사용 */color: #222;font-weight: 700;border-color: #222;font-size:16px;position: relative;}

.checkMore{
	position: relative;
	display: inline-block;
	margin-left:10px;
}

.checkMore a{
	font-size: 15px;
    font-weight: 300;
}

.checkMore a:hover{
	text-decoration:underline;
}

.inputLine{
	width:100%;
	padding-top:20px;
	padding-bottom:0px;
}

.inItemBox{
	width:100%;
	position:relative;
	display:flex;
	margin-bottom:10px;
}

.intext{
	text-align:left;
	font-size:15px;
	font-weight:500;
	width:110px;
	padding-top:10px;
}

.inArea{
	width:100%;
}

.inArea input{
	width:100%;
	height:44px;
	border:1px solid #ddd;
	font-size:16px;
	padding-left:20px;
}

.inArea input::placeholder{
	font-size:14px;
	color:#999;
}

.inArea textarea{
	width:100%;
	height:186px;
	border:1px solid #ddd;
	font-size:16px;
	padding:12px 20px 10px 20px;
}

.inArea textarea::placeholder{
	font-size:14px;
	color:#999;
}

.m_bar:focus {border: 1px solid #333333;background-color: #fff;}
.m_bar {width: 100%;height: 44px;border: 1px solid #f6f6f6;outline: 0;}

.inaBtn{
	margin-top:14px;
	text-align:center;
	width:100%;
	height:70px;
	border:2px solid #212121;
	background-color:#fff;
	font-size:20px;
}
@media (max-width: 1800px) {
	.conTextBox {
		padding-left: 30%;
	}
}
@media (max-width: 1500px) {
	.conTextBox {
		padding-left: 16%;
	}
}
@media (max-width: 1400px) {
	.conTextBox {
		padding-left: 5%;
	}
}

@media (max-width: 1170px) {
	.conTextBox {
		padding-left: 15%;
	}
	.ctTitle {
		font-size: 46px;
		line-height: 56px;
		margin-bottom: 42px;
	}
	.contactArea{
		background-position-x: 30%;
	}
	.conText{
		width: 45%;	
	}
	.conForm{
		width: 55%;
		padding: 76px 30px 70px 30px;
	}
	.conFormInner{
		width:100%;
	}
}

@media (max-width: 1050px) {
	.contactArea{
		padding-top: 120px;
		padding-bottom: 120px;
		background-position-x: 0%;
	}
	.contact_contentBox{
		display:block;
		padding-left: 90px;
		padding-right: 90px;
	}
	.conText{
		width:100%;
		height:auto;
		padding-bottom:30px;
	}
	.contextInner {
		text-align: center;
	}
	.conTextBox{
		padding-right:0px;
		padding-left: 0%;
	}
	.ctAddBoxWrap{
		display:flex;
	}
	.ctAddBox {
		display: inline-block;
		position: relative;
		padding-left: 80px;
		margin-bottom: 47px;
	}
	.mar1050{
		margin-right:40px;
	}
	
	.conForm{
		border-radius:10px;
		width:100%;
	}
}

@media (max-width: 991px) {
	.contact_contentBox {
		display: block;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	.subTopBox {
		height: 220px;
	}
	.subt {
		font-size: 56px;
		line-height: 30px;
	}
	.he_titleBox h1 {
		font-size: 24px;
	}
	.lineCBox {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.contactArea {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.ctTitle {
		line-height: 40px;
		font-size: 30px;
	}
	.ctTitle span {
		font-size: 13px;
		line-height: 26px;
		margin-top: 12px;
	}
	.contact_contentBox {
		display: block;
		padding-left: 16px;
		padding-right: 16px;
	}
	.conForm {
		padding: 36px 20px 30px 20px;
	}
	.cTypingBox dl {
		font-family: 'NEXON Lv1 Gothic OTF Bold';
		font-weight: 500;
		margin: 0;
		font-size: 12px;
	}
	.topcheckBox {
		padding-bottom: 2px;
	}
	.checkbox-container input[type="checkbox"] + label{
		font-size: 13px;
	}
	.inItemBox{
		display:block;
	}
	.intext {
		padding-bottom: 4px;
		text-align: left;
		font-size: 13px;
		font-weight: 500;
		width: 100%;
		padding-top: 8px;
	}
	.inArea input {
		width: 100%;
		height: 40px;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 14px;
		padding-left: 10px;
	}
	.inArea textarea {
		width: 100%;
		height: 156px;
		border: 1px solid #ddd;
		border-radius: 4px;
		font-size: 14px;
		padding: 12px 10px 10px 10px;
	}
	.inaBtn{
		margin-top: 0px;
		text-align: center;
		width: 100%;
		height: 60px;
		border-radius: 6px;
		border: 2px solid #212121;
		background-color: #fff;
		font-size: 18px;
	}
	
	.ctAddBoxWrap{
		display:block;
	}
	.ctAddBox{
		display:block;
		padding-left: 50px;
		margin-bottom: 40px;
	}
	.mar1050 {
		margin-right: 10px;
	}
	.ct_circle{
		top: -2px;
		width: 40px;
		height: 40px;
	}
	.ct_textBox span {
		font-size: 26px;
	}
	.ct_textBox p{
		font-size:18px;
	}
	.ct_textBox b{
		font-size: 14px;
	}
	.callBox{
		width: 120px;
		height: 36px;
	}
	.callBox a{
		font-size: 14px;
	}
	.f_yc {
		color: #fae100!important;
		font-size: 26px!important;
	}
}



/*--------------------------------------------------------------
# 메인 뉴스 영역
--------------------------------------------------------------*/


.boaCont{
	position:Relative;
	width:100%;
	cursor:pointer;
}
.boaCont:hover .boaTextBox{
	border-right: 1px solid #2A63BA;
	border-bottom: 1px solid #2A63BA;
	border-left: 1px solid #2A63BA;
}

.boaCont figure {
	margin:0;
    width: 100%;
    position: Relative;
    padding-bottom: 56.32%;
    overflow: hidden;
    border-radius: 0rem;
    background: #F4F4F4;
}
.boaCont figure.webtoon{
	padding-bottom: 100.005%;
}

.boaCont figure img {
    max-width: max-content;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.boaTextBox{
	padding: 26px 26px 16px 26px;
	width:100%;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
	background: #FFF;
}
.boaTitle h2{
	min-height:56px;
	margin: 0;
    text-align: left;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #000;
	font-family: 'NEXON Lv1 Gothic OTF Bold';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
}
.boaBot {
	border-top:1px solid #eee;
	padding:16px 0 0 0;
	margin:16px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boaBot p {
    text-align: left;
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.3px;
}
.boaBot span{
	text-align: left;
	margin: 0;
	color: #AAA;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.3px;
}





.maMediaWrap{
	width:100%;
	position:relative;
	padding:106px 0;
	overflow:hidden;
background: linear-gradient(180deg, #FFF 0%, #F4F4F4 100%);
}
.maMediaSideBox{
	z-index:3;
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}

.mntabInner {
    display: flex;
    justify-content: center;
	margin: 34px 0 34px 0;
}
ul.mainNewsTablist {
	padding:0 54px;
    display: flex;
    gap: 60px;
    justify-content: center;
	border-bottom: 1px solid #EEE;
}
ul.mainNewsTablist li{
	padding:0;
	margin:0;
	list-style:none;
}
ul.mainNewsTablist li p{
	margin:0;
	cursor:pointer;
	color: #000;
font-family: 'NEXON Lv1 Gothic OTF Bold';
	font-size: 20px;
	font-style: normal;
font-weight: 700;
	line-height: 26px;
	position:relative;
	padding:0 0 18px 0;
	/* border-bottom: 2px solid #fff; */
}
ul.mainNewsTablist li.active p{
	color: #2963B9;
font-family: 'NEXON Lv1 Gothic OTF Bold';
	font-weight: 700;
	border-bottom: 2px solid #2963B9;
}


/* 기존 .hide가 display:none; 이라면 아래처럼 수정 */
.mainNewsSwiper.hide {
    visibility: hidden;
    position: absolute;
    left: 0; top: 0; width: 100%;
    pointer-events: none;
    height: auto; /* 필요시 명시 */
}

.swiper.mainNewsSwiper{
	overflow: unset !important;
}
.swiper.mainNewsSwiper .swiper-slide{
    overflow: hidden;
}
.hide {
    display: none!important;
}



.pnBtnGroup {
    position: Relative;
}
.pnBtnGroupInner {
	margin:34px 0 0 0;
    gap: 10px;
    position: relative;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.pnBlink{
	position:Relative;
	height: 60px;
	width:240px;
}
.pnBlink a {
    gap: 10px;
    border: 1px solid #DDD;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    display: flex;
    color: #000;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    align-items: center;
    justify-content: center;
}
.pnBlink a img{
	height:8px;
}
.pnBtnGroupInner .swiper-button-prev {
    display: flex;
	align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    left: 0;
	border: 1px solid #DDD;
	background: rgba(255, 255, 255, 0.85);
}
.pnBtnGroupInner .swiper-button-prev:after {
    display: inline-block;
    height: 8px;
    width: 22px;
    content: '';
    background-image: url(/public/img/sl_prev.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pnBtnGroupInner .swiper-button-prev:hover{
	background: #2963B9;
	border: 1px solid #2963B9;
}
.pnBtnGroupInner .swiper-button-prev:hover:after{
	background-image: url(/public/img/sl_prev_ho.png);
}
.pnBtnGroupInner .swiper-button-next{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: relative;
	width: 60px;
	height:60px;
	right:0;
	top: 0;
	left: 0;
	border: 1px solid #DDD;
	background: rgba(255, 255, 255, 0.85);
}
.pnBtnGroupInner .swiper-button-next:after {
    display: inline-block;
    height: 8px;
    width: 22px;
    content: '';
    background-image: url(/public/img/sl_next.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pnBtnGroupInner .swiper-button-next:hover{
	background: #2963B9;
	border: 1px solid #2963B9;
}
.pnBtnGroupInner .swiper-button-next:hover:after{
	background-image: url(/public/img/sl_next_ho.png);
}


@media (max-width: 1400px) {
	.boaTextBox {
		padding: 22px 22px 14px 22px;
	}
	.boaTitle h2 {
		min-height: 50px;
		font-size: 19px;
		line-height: 26px;
	}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.boaTextBox {
		padding: 16px 14px 14px 14px;
	}
	.boaTitle h2 {
		min-height: 44px;
		font-size: 16px;
		line-height: 22px;
	}
	.boaBot {
		padding: 12px 0 0 0;
		margin: 12px 0 0 0;
	}
	.boaBot p {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: -0.3px;
	}
	.boaBot span {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: -0.3px;
	}
	
	
	
	.maMediaWrap {
		padding: 60px 0;
		background: linear-gradient(180deg, #FFF 0%, #F4F4F4 100%);
	}
	.maMediaSideBox {
		padding: 0 16px;
	}
	.mntabInner {
		margin: 30px 0 30px 0;
	}
	ul.mainNewsTablist {
		width:100%;
		padding: 0;
		gap: 0;
	}
	ul.mainNewsTablist li {
		width: 100%;
	}
	ul.mainNewsTablist li p {
		text-align:center;
		font-size: 16px;
		line-height: 18px;
		padding: 0 0 15px 0;
	}
	
	
	.pnBtnGroupInner {
		margin: 30px 0 0 0;
		gap: 5px;
		height: 50px;
	}
	.pnBtnGroupInner .swiper-button-prev,
	.pnBtnGroupInner .swiper-button-next{
		width: 50px;
		height: 50px;
	}
	
	.pnBlink {
		height: 50px;
		width: 200px;
	}
	.pnBlink a {
		font-size: 15px;
		line-height: 18px;
	}
}


/*--------------------------------------------------------------
# 메인 상담신청 현황
--------------------------------------------------------------*/
.inqWrap {
    display: flex;
    width: 100%;
    position: Relative;
}
.inqLeInner {
    display: flex;
    padding: 106px 0;
    width: 50%;
    position: Relative;
    background: #EFF4F9;
    justify-content: flex-end;
}
.inqRiInner {
    display: flex;
    padding: 106px 0;
    width: 50%;
    position: Relative;
    background: #fff;
    justify-content: flex-start;
}
.inqSideBox{
	width:620px;
}
.inqSideBox .ma_title {
    text-align: left;
}
.inqSideBox .ma_title h2{
    margin:0;
}


.inqLeInner .inqSideBox{
	padding:0 100px 0 20px;
}
.inqRiInner .inqSideBox{
	padding:0 20px 0 100px;
}



.sucBox{
	display:block;
	margin:40px 0 0 0;
}
.sucIn{
	margin:0 0 6px 0;
	width:100%;
	display:block;
	position:relative;
}
.sucIn input {
	border: 1px solid rgba(0, 0, 0, 0.10);
	font-family: Pretendard;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	position: relative;
	height: 54px;
	background: #fff;
	padding: 0rem 20px;
	color: #111;
	font-weight: 600;font-size: 16px;font-style: normal;line-height: 26px;
}
.sucIn input:-webkit-autofill,
.sucIn input:-webkit-autofill:hover,
.sucIn input:-webkit-autofill:focus,
.sucIn input:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.sucIn input:focus,
.sucIn input:active {background:#FFF; border:1px solid #2A63BA;}
.sucIn input:focus{outline: none;}

.sucIn input::placeholder {
	color: #aaa;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
}
.sucIn input.phone{
	text-align:center;
}
.sucIn input:read-only {
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
}




.sucIn textarea {
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-family: Pretendard;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: relative;
    height: 170px;
    background: #fff;
    padding:14px 20px;
    color: #111;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
}
.sucIn textarea:-webkit-autofill,
.sucIn textarea:-webkit-autofill:hover,
.sucIn textarea:-webkit-autofill:focus,
.sucIn textarea:-webkit-autofill:active {transition: background-color 5000s;-webkit-text-fill-color: #263238 !important;}
.sucIn textarea:focus,
.sucIn textarea:active {background:#FFF; border:1px solid #2A63BA;}
.sucIn textarea:focus{outline: none;}
.sucIn textarea::placeholder {
	color: #aaa;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
}



.inq_priCheckArea{
	position:Relative;
	margin:10px 0 0 0;
}
.inq_priCheckArea input[type="checkbox"]{ 
	position:absolute; 
    width:1px; 
    height:1px; 
    padding:0; 
    margin:-1px; 
    overflow:hidden; 
    clip:rect(0,0,0,0); 
    border:0; 
}
.inq_priCheckArea input[type="checkbox"] + label {
    display: flex;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    text-align: left;
    color: #444;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    justify-content: space-between;
    align-items: center;
}
.inq_priCheckArea input[type="checkbox"] + label:before{ 
	content:''; 
    position:absolute; 
    left:0; 
	top:0px;
    width:24px;
    height:24px;
    text-align:center; 
    background:#fff; 
    border:none; 
    box-sizing:border-box; 
	background:url(../img/check_before.png) no-repeat center/cover;
}
.inq_priCheckArea input[type="checkbox"]:checked + label:after{ 
	content: ''; 
	position:absolute; 
	top:0px;
	left:0; 
	width:24px;
	height:24px;
	background:url(../img/check_after.png) no-repeat center/cover;
}


.subcBtnBox{
	position:Relative;
	width:100%;
	margin:30px 0 0 0;
}
.subcBtn{
	width: 100%;
	cursor:pointer;
	position:Relative;
	display: flex;
	padding: 20px 20px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: #2A63BA;
	color: #FFF;
	text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF Bold';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
.subcBtn:after {
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 22px;
    height: 18px;
    background: url(../img/mail_white_icon.webp) no-repeat center/cover;
}

.inqslWrap{
	margin:40px 0 0 0;
	width:100%;
	height:481px;
	position:Relative;
	overflow:hidden;
}
.inqslInner{
	width:100%;
	position:Relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.inqslInner {
  animation: scrollUp 3000s linear infinite;
}

.inqsl{
	width:100%;
	position:Relative;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding:21px 0 21px 0;
}
.inqslBox{
	position:Relative;
	width:100%;
	padding:0 83px 0 146px;
}
.inqsTitle{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width:100%;
	text-align:left;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.inqsConsl, .inqsName, .inqsDay{
	position:absolute;
}

.inqsConsl{
	top: -6px;
	left: 0px;
	display: flex;
	padding: 6px 14px;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	background: #2A63BA;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 160% */
}
.inqsName{
	top: 0;
    text-align: left;
    left: 94px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.inqsDay {
    top: 0;
    text-align: right;
    right: 0;
    color: #AAA;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1200px) {
	.inqLeInner .inqSideBox {
		padding: 0 40px 0 20px;
	}
	.inqRiInner .inqSideBox {
		padding: 0 20px 0 40px;
	}
}

@media (max-width: 991px) {
	.inqWrap {
		display: flex;
		width: 100%;
		position: Relative;
		flex-direction: column;
	}
	.inqLeInner {
		padding: 80px 0 50px 0;
		width: 100%;
	}
	.inqRiInner {
		padding: 50px 0 80px 0;
		width: 100%;
	}
	.inqLeInner .inqSideBox {
		width: 100%;
		padding: 0 40px 0 20px;
	}
	.inqRiInner .inqSideBox {
		width: 100%;
		padding: 0 40px 0 20px;
	}
}

@media (max-width: 991px) {
	.inqLeInner {
		padding: 60px 0;
	}
	.inqRiInner {
		padding: 60px 0;
	}
	.inqSideBox .ma_title {
		text-align: center;
	}
	.inqLeInner .inqSideBox {
		padding: 0 16px;
	}
	.inqRiInner .inqSideBox {
		padding: 0 16px;
	}
	.sucBox {
		margin: 30px 0 0 0;
	}
	
	.sucIn input {
		height: 46px;
		padding: 0rem 16px;
		font-size: 14px;
		line-height: 22px;
	}
	.sucIn input::placeholder {
		font-size: 14px;
		line-height: 22px;
	}
	.sucIn textarea {
		height: 160px;
		padding: 12px 16px;
		font-size: 14px;
		line-height: 22px;
	}
	.sucIn textarea::placeholder {
		font-size: 14px;
		line-height: 22px;
	}
	
	
	.inq_priCheckArea {
		position: Relative;
		margin: 0;
	}
	.inq_priCheckArea input[type="checkbox"] + label {
		margin: 0;
		padding-left: 26px;
		font-size: 12px;
		line-height: 20px;
	}
	.inq_priCheckArea input[type="checkbox"] + label:before {
		width: 20px;
		height: 20px;
	}
	.inq_priCheckArea input[type="checkbox"]:checked + label:after {
		width: 20px;
		height: 20px;
	}
	
	.subcBtnBox {
		margin: 20px 0 0 0;
	}
	.subcBtn {
		padding: 16px 20px;
		font-size: 16px;
		line-height: 22px;
	}
	
	
	.inqslWrap {
		margin: 30px 0 0 0;
		height: 378px;
	}
	.inqsl {
		padding: 17px 0 17px 0;
	}
	.inqslBox {
		padding: 0 74px 0 125px;
	}
	.inqsTitle {
		font-size: 14px;
		line-height: 20px;
	}
	.inqsConsl {
		top: -5px;
		padding: 6px 10px;
		font-size: 12px;
		line-height: 18px;
	}
	.inqsName {
		left: 77px;
		font-size: 14px;
		line-height: 20px;
	}
	.inqsDay {
		font-size: 12px;
		line-height: 20px;
	}
}