/* 미국 보딩스쿨*/
@import url('https://fonts.cdnfonts.com/css/pristina');
.package_view .consulting_wrap p {
	float:none;
	padding:0;
	line-height:1.3;
}
.consulting_wrap .section1 {
    background: url('/newfair/images/consulting/main_back.jpg') no-repeat;
    height: 840px;
	padding-top:100px;
	background-size:cover;
}
.consulting_wrap .section1 .top_title {
	font-size:48px;
	font-weight:300;
	color:white;
	text-align:center;
	letter-spacing: -3.5px;
	position:relative;
}
.consulting_wrap .section1 .top_title:after {
	content:'';
	position:absolute;
	bottom:-10px;;
	left:50%;
	transform: translate(-50%);
	background:url('/newfair/images/consulting/under_logo.png') no-repeat;
	width:600px;
	height:9px;
}
.consulting_wrap .section1 .top_title .fw_9 {
	font-weight:600;
}
.consulting_wrap .section1 .ff_pri {
	font-family: 'Pristina', sans-serif;
	color:#2dd6ce;
	font-size:107px;
    line-height: 0.7;
	opacity: 0.5;
}
.consulting_wrap .section1 > img {
    margin: 0 auto;
    display: block;
    margin-top: 37px;
}
.consulting_wrap .section1 .gra_text {
	font-size: 17px;
    letter-spacing: 5px;
    font-weight: 100;
    color: white;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(52, 215, 208, 0.5018382352941176) 50%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
    margin-top: -40px;
}

.consulting_wrap .section1  .con_btn {
	background:#34d7d0;
	color:#001b22;
	font-size:40px;
	font-weight:600;
    letter-spacing: -3px;
	border: none;
    border-radius: 100px;
    padding: 16px 35px;
	cursor:pointer;
	    margin: 0 auto;
    display: block;
	position:relative;
}
.consulting_wrap .section1 .con_btn:before {
	content: '';
    position: absolute;
    top: -21px;
    left: -45px;
	width:180px;
	height:70px;
	background:url('/newfair/images/consulting/light.png') no-repeat
}
.consulting_wrap .section1  .con_btn:after {
    content: '';
    position: absolute;
    top: -8px;
    left: -7px;
    border: 3px dotted #34d7d0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    padding: 5px;
}
.consulting_wrap .section1.last_section {
	height:900px;
}


.consulting_wrap .section1  .con_btn img{
	margin-right:20px;
}
.consulting_wrap .section1  .con_btn .img_2 {
transform: rotate(180deg);
margin-right:0;
margin-left:20px;
}

.consulting_wrap .section2 {
	background:#a9d1cf;
	padding-bottom:80px;
}
.consulting_wrap .section2 .white_box {
	width:calc(100% - 240px);
	background:white;
    margin: 0 auto;
	padding:40px ;
    transform: translate(0, -70px);
	box-shadow: 0 0 10px #00000033;
	position:relative;
}

.consulting_wrap .section2 .white_box:after {
	content:'';
	position:absolute;
	top: -40px;
    left: 0;
	width:840px;
	height:40px;
	background:url('/newfair/images/consulting/whitebox_top.png') no-repeat
}
.consulting_wrap .section2 .section2_title {
	display: grid;
    justify-content: center;
    text-align: center;
}
.consulting_wrap .section2 .section2_title .top_title {
	font-size:32px;
	border:1px solid #222;
	border-radius:100px;
    padding: 2px 30px;	
	    letter-spacing: -2.5px;
}
.consulting_wrap .section2 .section2_title .top_title span {
	font-weight:600;
}

.consulting_wrap .section2 .section2_title .btm_title {
	font-size:90px;
	color:#00242e;
	letter-spacing:-9px;
	line-height: 1.2;
}
.consulting_wrap .section2 .section2_title img {
	margin:0 auto;
	margin-top:22px;
}
.consulting_wrap .section2 .pass_wrap {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
	margin-top:50px;
	gap: 45px 35px;
}
.consulting_wrap .section2 .white_box .btm_text {
font-size: 26px;
    color: #001b22;
    line-height: 1.5;
    letter-spacing: -2px;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}
.consulting_wrap .section2 .white_box .btm_text .under_bar {
	  text-decoration : underline;
  text-underline-offset : 4px;
}
.consulting_wrap .section2 .white_box .btm_text .navy_back {
	color:#34d7d0;
	background:#001b22;
    padding: 0 6px 3px;
}
.consulting_wrap .section2  .pass_box {
	background:#001b22;
	border-radius:12px;
    color: white;
	font-size:28px;
	padding:60px 0 20px;
	background-image :url('/newfair/images/consulting/leaf_icon2.png');
	background-repeat:no-repeat;
   background-position: 50% 45%;
   position:relative;
 }
 .consulting_wrap .section2 .pass_box p {
	font-size:28px;
 }
 .consulting_wrap .section2  .pass_box:after {
	content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 83px;
    transform: translate(-50%);
    height: 83px;
    background: url(/newfair/images/consulting/pass_icon.png) no-repeat;
 }

 .consulting_wrap .section2  .pass_box .flex {
    width: max-content;
    justify-content: center;
    margin: 0 auto;
	position:relative;
	display:flex;
 }
  .consulting_wrap .section2  .pass_box .flex:after {
	content:'';
	left:-22px;
	top:9px;
	background:url('/newfair/images/consulting/arrow_icon.png') no-repeat;
	width:16px;
	position: absolute;
	height:19px;
  }
   .consulting_wrap .section2  .pass_box .flex:before {
		content:'';
		right:-22px;
		top:9px;
		background:url('/newfair/images/consulting/arrow_icon.png') no-repeat;
		width:16px;
		height:19px;
	    position: absolute;
		transform: rotate(180deg);
	}
	  .consulting_wrap .section2  .pass_box .flex span {
		border-bottom:1px solid white;
	  }
	  	 .consulting_wrap .section2  .pass_box .flex .blue {
		color:#2dd6ce;
		border-bottom:1px solid #2dd6ce;
		}
		 .consulting_wrap .section2  .pass_box .school_name {
			font-size: 16px;
			font-weight: 300;
			margin-top: 30px;
			line-height: 1.2;
		}
.consulting_wrap .section3 {
	background:#001b22;
	padding-bottom:80px;
}
.consulting_wrap .section3 .white_box {
	width: calc(100% - 240px);
    background: white;
    margin: 0 auto;
    padding: 40px 40px 80px;
    transform: translate(0, -90px);
    box-shadow: 0 0 10px #00000033;
    position: relative;
	background-image:url('/newfair/images/consulting/section3_back.png');
	background-repeat:no-repeat;
}
.consulting_wrap .section3 .white_box:after {
    content: '';
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: -27px;
    background: white;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -27px;
}
.consulting_wrap .section3 .white_box .section3_title {
text-align: center;
font-size:32px;
}
.consulting_wrap .section3 .section3_title img {
    margin: 0 auto;
    margin-top: 22px;
}
.consulting_wrap .section3  .white_box .section3_title .top_title  {
    letter-spacing: -2.5px;
	font-size:32px;
}
.consulting_wrap .section3  .white_box .section3_title .mid_title  {
	    position: relative;
    display: inline-block;
}
.consulting_wrap .section3  .white_box .section3_title .mid_title:after {
    content: '';
    left: -80px;
    top: 33px;
    background: url(/newfair/images/consulting/section3_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
}
.consulting_wrap .section3  .white_box .section3_title .mid_title:before {
    content: '';
    right: -80px;
    top: 33px;
    background: url(/newfair/images/consulting/section3_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
	    transform: rotate(180deg);
}
.consulting_wrap .section3  .white_box .section3_title .btm_title {
	font-size: 90px;
    color: #00242e;
    letter-spacing: -9px;
    line-height: 1.2;
}

.consulting_wrap .section3  .white_box .check_list {
	display: grid;
    justify-content: center;
	margin-top:70px;
}
.consulting_wrap .section3  .white_box .check_list p {
	border-bottom: 1px dashed #00242e;
        padding: 8px 15px;
		    font-size: 32px;
			    width: auto;
	    text-align: left;
}
.consulting_wrap .section3 p img {
	margin-left:0;
}
.consulting_wrap .section3  .white_box .check_list p:last-child {
	border-bottom:none;
}
.consulting_wrap .section3  .white_box .check_list span {
	font-weight:bold;
}
.consulting_wrap .section3  .white_box .check_list img {
	margin-right:10px;
}


.consulting_wrap .section3_5 {
	background-color:#001b22;
	background-image:url('/newfair/images/consulting/section3_5_back.png');
	background-repeat:no-repeat;
} 





.consulting_wrap .section4 {
    background: #a9d1cf;
}
.consulting_wrap .section4 .white_box {
    width: calc(100% - 240px);
    background: white;
    margin: 0 auto;
    padding: 80px 40px 40px;
    transform: translate(0, -90px);
    box-shadow: 0 0 10px #00000033;
    position: relative;
}
.consulting_wrap .section4 .section4_title {
    display: grid;
    justify-content: center;
    text-align: center;
}

.consulting_wrap .section4 .section4_title .top_title {
    font-size: 32px;
    border: 1px solid #222;
    border-radius: 100px;
    padding: 2px 30px;
    letter-spacing: -2.5px;
}
.consulting_wrap .section4 .section4_title img {
    margin: 0 auto;
    margin-top: 22px;
}
.consulting_wrap .section4 .section4_title .btm_title {
    font-size: 90px;
    color: #00242e;
    letter-spacing: -9px;
    line-height: 1.2;
}
.consulting_wrap .section4 .white_box .section4_title .mid_title {
    position: relative;
    display: inline-block;
}
.consulting_wrap .section4 .white_box .section4_title .mid_title:after {
    content: '';
    left: -80px;
    top: 33px;
    background: url(/newfair/images/consulting/section3_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
} 
.consulting_wrap .section4 .white_box .section4_title .mid_title:before {
    content: '';
    right: -80px;
    top: 33px;
    background: url(/newfair/images/consulting/section3_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
	    transform: rotate(180deg);
} 

.consulting_wrap .section4 .service_ul {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    margin-top: 50px;
    gap:30px;
}
.consulting_wrap .section4 .service_ul .service_li {
    background: #001b22;
    border-radius: 12px;
    color: white;
    font-size: 28px;
    padding: 30px 0;
    background-image: url('/newfair/images/consulting/leaf_icon2.png');
    background-repeat: no-repeat;
    background-position: 50% 45%;
	position:relative;
}
.consulting_wrap .section4 .service_ul .service_li p {
	font-size:28px;
}
.consulting_wrap .section4 .service_ul .service_li:after {
	content:'';
	position:absolute;
	top:50%;
	margin-top: -12px;
    right: -25px;
	width:19px;
	height:23px;
	background:url('/newfair/images/consulting/section4_arrow.png')
}
.consulting_wrap .section4 .service_ul .service_li:nth-child(3):after,
.consulting_wrap .section4 .service_ul .service_li:nth-child(6):after,
.consulting_wrap .section4 .service_ul .service_li:nth-child(9):after {
	display:none;
}


.consulting_wrap .section4 .service_ul .service_li .date_text {
	font-size:22px;
}
.consulting_wrap .section4 .service_ul .service_li .main_text {
	color:#2dd6ce;
	padding:30px 0 20px;
}
.consulting_wrap .section4 .service_ul .service_li .sub_text {
	font-size:16px;
    padding: 0 15px;
	    width: auto;
	word-break: keep-all;
}

.consulting_wrap .section4 .option_wrap {
	background: url(/newfair/images/consulting/option_back.jpg) no-repeat;
    background-position: center;
    width: 840px;
    margin: 0 auto;
	    transform: translate(0, -90px);
		    box-shadow: 0 0 10px #00000033;
    background-size: cover;
}
.consulting_wrap .section4 .option_wrap .ooption_main_title {
	text-align: center;
	font-size:22px;
    color: white;
	padding:30px 0 35px;;
}
.consulting_wrap .section4 .option_wrap .ooption_main_title p {
	font-size:22px;
}
.consulting_wrap .section4 .option_wrap .ooption_main_title span {
	font-weight:bold;
}
.consulting_wrap .section4 .option_wrap .ooption_main_title .top_title {
	position:relative;
	    margin-bottom: 15px;
}
.consulting_wrap .section4 .option_wrap .ooption_main_title .top_title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    background: url(/newfair/images/consulting/under_logo.png) no-repeat;
    width: 400px;
    height: 6px;
    background-size: 400px;
}

.consulting_wrap .section4 .option_wrap  .option_ul {
	    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
	padding:0 40px 40px;
    gap: 30px
}
.consulting_wrap .section4 .option_wrap  .option_li{
	background:white;
	    border-radius: 12px;
			padding:20px 0;
}
.consulting_wrap .section4 .option_wrap .option_title {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1.5px;
}

.consulting_wrap .section4 .option_wrap .option_detail {
	font-size:28px;
	    font-weight: 500;
    margin-top: 7px;
}

.consulting_wrap .section5 {
	background:white;
	padding:80px 0 50px;
	border-bottom:5px solid #d6d6d6;
}

.consulting_wrap .section5 .section5_title {
    font-size: 90px;
    color: #00242e;
    letter-spacing: -9px;
    line-height: 1.2;
	text-align: center;
}
.consulting_wrap .section5 .section5_title .mid_title {
	margin-top:10px;
	position:relative;
	display:inline-block;
}
.consulting_wrap .section5  .section5_title .mid_title:after {
    content: '';
    left: -87px;
    top: 15px;
    background: url(/newfair/images/consulting/section3_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
}
.consulting_wrap .section5  .section5_title .mid_title:after {
    content: '';
    left: -87px;
    top: 15px;
    background: url(/newfair/images/consulting/section3_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
}

.consulting_wrap .section5  .section5_title .mid_title:before {
    content: '';
    right: -87px;
    top: 15px;
    background: url(/newfair/images/consulting/section3_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
    transform: rotate(180deg);
}
.consulting_wrap .section5  table {
	width:840px;
	margin: 0 auto;
	border-spacing:0px;
	border-collapse:collapse;
		text-align:center;
    margin-top: 30px;
}
.consulting_wrap .section5  table thead {
	background:#001b22;
	color:white;
	line-height:50px;
}
.consulting_wrap .section5  table thead  tr td:first-child {
    padding: 0 20px;
}
.consulting_wrap .section5  table tbody tr td.gray_back {
	text-align:center;
	background:#efefef;
	padding-left:0;
	font-weight:500;
}
.consulting_wrap .section5  table tbody td {
	height:50px;
	vertical-align: middle;
}
.consulting_wrap .section5  table  tr  {
	border-bottom:1px solid #d6d6d6;
}
.consulting_wrap .section5  table tbody {
border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
.consulting_wrap .section5  .table_under_text {
	padding-left:80px;
	margin-top:20px;
}


.consulting_wrap .section6{
	padding:80px 0 50px;
	border-bottom:5px solid #d6d6d6;
}

.consulting_wrap .section6 .section6_title {
    font-size: 90px;
    color: #00242e;
    letter-spacing: -9px;
    line-height: 1.2;
	text-align: center;
}
.consulting_wrap .section6 .section6_title .mid_title {
	margin-top: 10px;
    position: relative;
    display: inline-block;
}
.consulting_wrap .section6 .section6_title .mid_title:after {
    content: '';
    left: -60px;
    background: url(/newfair/images/consulting/down_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
    bottom: 0;
}
.consulting_wrap .section6 .section6_title .mid_title:before {
    content: '';
    right: -60px;
    background: url(/newfair/images/consulting/down_arrow.png) no-repeat;
    width: 67px;
    position: absolute;
    height: 83px;
    bottom: 0;
	transform: scaleX(-1);
}

.consulting_wrap .section6 .ul_wrap {
	display:grid;
	padding-top:50px;
	gap:30px;
	max-width:840px;
    margin: 0 auto;
}
.consulting_wrap .section6 .ul_wrap > div {
    min-width: 0;
}
.consulting_wrap .section6  .ul_title {
    background: #001b22;
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.consulting_wrap .section6  .ul_title span {
	font-size:35px;
}
.consulting_wrap .section6 .ul_wrap ul {
	display:flex;
	gap:15px;
	height:180px;
	margin-top:20px;
}
.consulting_wrap .section6 .ul_wrap ul li {
	border:1px solid #001b22;
	border-radius:12px;
	padding:15px;
	text-align: center;
	flex:1;
	display: grid;
	    min-width: 0;
}
.consulting_wrap .section6 .ul_wrap ul li img {
	border-bottom:1px solid #a0a0a0;
	padding-bottom: 10px;
    margin-bottom: 5px;
	    width: 100%;
}
.consulting_wrap .section6 .ul_wrap ul li p {
	line-height:1.2;
}

	.sub_title {
		background:url('/newfair/gamjafair/images/new_2024/sub2.jpg') no-repeat;
		font-size:100px;
		color:white;
		font-family: 'RixYeoljeongdo_Regular';
    letter-spacing: -5px;
	height:330px;
	display: grid;
    justify-content: center;
    align-items: center;
	}
	.fair_btn {
	cursor: pointer;
	color:white;
	font-weight:bold;
	font-size:28px;
	background:#152b54;
	padding: 30px 20px;
	text-align: center;
    border-radius: 50px;
	    width: 300px;
    padding: 10px 0;
	    margin: 0 auto;
    display: block;
	margin-top:60px;
	}


.consulting_wrap .section3 {
	padding-bottom:0;
}
.consulting_wrap .section3_5 {
	padding-bottom:160px;
}
.consulting_wrap .section3_5 .top_title {
    position: relative;
	color:white;
    margin-bottom: 15px;
	font-size:22px;
	letter-spacing:-1.5px;
	text-align: center;
}
.consulting_wrap .section3_5 .top_title span {
	font-weight:bold;
}
.consulting_wrap .section3_5 .top_title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
    background: url(/newfair/images/consulting/under_logo.png) no-repeat;
    width: 400px;
    height: 6px;
    background-size: 400px;
}
.consulting_wrap .section3_5 .mid_title {
    text-align: center;
    margin-top: 25px;
}
.consulting_wrap .section3_5 .white_back {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	font-size:22px;
	text-align:center;
	color:#001b22;
    line-height: 50px;
	margin-top:30px;
}
.consulting_wrap .section3_5 .white_back span {
	font-weight:bold;
}
.consulting_wrap .section3_5  .gird {
display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    color: white;
    padding: 0 120px;
    text-align: center;
	margin-top:40px;
	gap:15px
}
.consulting_wrap .section3_5  .gird img {
	margin: 0 auto;
}
.consulting_wrap .section3_5  .gird .gray_box {
    background: linear-gradient(125deg, rgba(62, 82, 88, 1) 0%, rgba(33, 53, 59, 1) 50%, rgba(62, 82, 88, 1) 100%);
    width: 100%;
    padding: 20px 0;
    border-radius: 20px;
	    border-right: 1px solid white;
    border-bottom: 1px solid #ffffff66;
	border-top: 1px solid #ffffff42;
	font-size:18px;
	position:relative;
}
.consulting_wrap .section3_5  .gird .gray_box:after {
	content:'';
	position:absolute;
    top: -12px;
    right: -47px;
	background:url('/newfair/images/consulting/light.png') no-repeat;
	width: 120px;
    height: 45px;
    background-size: 120px;
}
.consulting_wrap .section3_5  .gird .gray_box p {
	margin-top:5px;
}

@media (max-width:1000px) {
	.consulting_wrap .section1 .ff_pri {
		font-size:50px;
	}
	.consulting_wrap .section1 .top_title {
		font-size:28px;
	}
	.consulting_wrap .section1 .top_title:after {
		width:300px;
		background-size:300px;
	}
	.consulting_wrap .section1 > img {
		width:290px;
		margin-top:20px;
	}
	.consulting_wrap .section1 {
	height:370px;
	padding-top:80px;
	background-size: cover;
    background-position: center;
	}

	.consulting_wrap .section2 .white_box,
	.consulting_wrap .section3 .white_box,
	.consulting_wrap .section4 .white_box {
	width: calc(100% - 50px);
    padding: 10px 10px 20px;
	transform: translate(0, -55px);

	}
	.consulting_wrap .section2 .white_box:after {
	display:none;
	width: -webkit-fill-available;
    background-size: cover;
	height:18px;
	top:-16px;
	}
	.consulting_wrap .section2 .section2_title .top_title {
		font-size:18px;
    width: 260px;
    justify-self: center;
	padding:4px 0;
	margin-top:22px;
	}
	.consulting_wrap .section2 .section2_title img {
	    width: 185px;
    margin-top: 15px;
	}
	.consulting_wrap .section2 .section2_title .btm_title,
	.consulting_wrap .section3 .white_box .section3_title .btm_title{
	    font-size: 45px;
	}
	.consulting_wrap .section2 .pass_wrap {
	grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
    margin-top: 40px;
	}
	.consulting_wrap .section2 .pass_box:after {
	background-size: 55px;
	height:55px;
	width:55px;
	top:-27px;
	}
	.consulting_wrap .section2 .pass_box {
		font-size:20px;
		padding: 40px 0 15px;
	background-size: contain;
	}
	.consulting_wrap .section2 .pass_box .school_name {
		font-size:14px;
		margin-top:15px;
	}
	.consulting_wrap .section2 .pass_box .flex:before {
	    background-size: 10px;
	width: 10px;
    height: 12px;
	}
	.consulting_wrap .section2 .pass_box .flex:after {
		    background-size: 10px;
	width: 10px;
    height: 12px;
	}
	.consulting_wrap .section3 .white_box .section3_title {
		font-size:18px;
		margin-top:22px;
	}
	.consulting_wrap .section3 .section3_title img {
		width:150px;
		margin-top:12px;
	}
	.consulting_wrap .section3 .white_box .section3_title .mid_title:after {
	    width: 28px;
		height: 36px;
		left: -38px;
		top: 24px;
		background-size: 28px;
	}
	.consulting_wrap .section3 .white_box .section3_title .mid_title:before {
	    width: 28px;
		height: 36px;
		right: -38px;
		top: 24px;
		background-size: 28px;
	}
	.consulting_wrap .section3 .white_box .check_list {
		font-size:15px;
		margin-top:20px;
	}
	.consulting_wrap .section3 .white_box .check_list img {
		    width: 15px;
	}
	.consulting_wrap .section3 .white_box:after {
	    width: 25px;
    height: 25px;
	    margin-left: -12px;
		    bottom: -12px;
	}
	    .consulting_wrap .section3 .white_box {
		background-size: contain;
		}

	.consulting_wrap .section4 .section4_title .top_title {
		font-size:18px;
	}
	.consulting_wrap .section4 .section4_title .top_title {
		font-size:18px;
		display: inline-block;
		margin: 0 auto;
		margin-top:22px;
	}
	.consulting_wrap .section4 .white_box .section4_title .mid_title img{
		width:220px;
		margin-top: 12px;
	}
	.consulting_wrap .section4 .section4_title .btm_title {
		font-size:45px;
	}
	.consulting_wrap .section4 .white_box .section4_title .mid_title:after {
	width: 28px;
    height: 36px;
    left: -38px;
    top: 24px;
    background-size: 28px;
	}
	.consulting_wrap .section4 .white_box .section4_title .mid_title:before {
    width: 28px;
    height: 36px;
    right: -38px;
    top: 24px;
    background-size: 28px;
	}
	.consulting_wrap .section4 .service_ul {
		    grid-template-columns: 1fr 1fr;
			gap:10px;
	}
	.consulting_wrap .section4 .service_ul .service_li .main_text {
		font-size:20px;
		padding: 10px 0 5px;
	}
	.consulting_wrap .section4 .service_ul .service_li .date_text {
		font-size:16px;
	}
	.consulting_wrap .section4 .service_ul .service_li .sub_text {
	font-size: 14px;
    padding: 0 5px;
	}
	.consulting_wrap .section4 .option_wrap {
	    width: calc(100% - 30px);
		    transform: translate(0, -55px);
	}
	.consulting_wrap .section4 .option_wrap .ooption_main_title {
		font-size:18px;
		padding:30px 0 20px
	}
	.consulting_wrap .section4 .option_wrap .ooption_main_title .top_title:after {
	    width: 300px;
    background-size: 300px;
	}
	.consulting_wrap .section4 .option_wrap .ooption_main_title img {
		width:240px;
	}
	.consulting_wrap .section4 .option_wrap .option_ul {
	grid-template-columns: 1fr 1fr;
	padding: 0 10px 10px;
    gap: 10px;
	}
	.consulting_wrap .section4 .option_wrap .option_detail {
		font-size:20px;
		font-weight: 600;
	}
	.consulting_wrap .section4 .option_wrap .option_title {
		font-size:14px;
	}
	.consulting_wrap .section5 .section5_title {
		font-size:45px;
	}
	.consulting_wrap .section5 .section5_title .mid_title img {
		width:230px;
	}
	.consulting_wrap .section5 .section5_title .mid_title:after {
		width: 28px;
    height: 36px;
    left: -38px;
    top: 11px;
    background-size: 28px;
	}
	.consulting_wrap .section5 .section5_title .mid_title:before {
	    width: 28px;
    height: 36px;
    right: -38px;
    top: 11px;
    background-size: 28px;
	}
	.consulting_wrap .section5 table {
		font-size:14px;
		width:570px;
	}
	.consulting_wrap .section5 .school_table {
	    overflow-x: auto;
	}
	.consulting_wrap .section5 .table_under_text {
	padding-left: 0px;
    margin-top: 12px;
    font-size: 14px;
	}
	.consulting_wrap .section6 .section6_title {
		font-size:45px;
        margin-top: 40px;
	}
	.consulting_wrap .section6 .section6_title .mid_title img{
		width:270px;
	}
	.consulting_wrap .section6 .section6_title .mid_title:after {
		width: 25px;
		background-size: 25px;
		height: 45px;
		left: -40px;
	}
	.consulting_wrap .section6 .section6_title .mid_title:before {
		width: 25px;
		background-size: 25px;
		height: 45px;
		right: -40px;
	}
	.consulting_wrap .section6 .ul_title {
		font-size:18px;
		line-height: 40px;
	}
	.consulting_wrap .section6 .ul_wrap ul {
		gap:10px;
		    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
	}
	.consulting_wrap .section6 .ul_wrap ul li {
		gap:0px;
		font-size: 14px;
	    padding: 10px 0 15px;
		justify-content: center;
	}
	.consulting_wrap .section6 .ul_wrap {
	    padding-top: 25px;
	}
	.consulting_wrap .section6 .ul_wrap ul li img {
		width:100px;
		    padding-bottom: 5px;
	}
	.consulting_wrap .section1 .con_btn {
		font-size:24px;
         padding: 10px 16px;
	}
	.consulting_wrap .section1 .con_btn img {
		width:35px;
		margin-right: 5px;
	}
	.consulting_wrap .section1 .con_btn .img_2 {
		margin-left: 5px;
	}
	.consulting_wrap .section1.last_section {
	    height: 420px;
	}
	.consulting_wrap .section3_5 .gird {
		padding:0 64px;
		
    grid-template-columns: 1fr 1fr;
	}
	.consulting_wrap .section3_5 .mid_title img {
        width: 320px;
	}
	.consulting_wrap .section3_5 .white_back {
		font-size:16px;
	}
	.consulting_wrap .section3_5 .gird .gray_box {
		font-size:14px;
	}
	.consulting_wrap .section3_5 .gird img {
		width:50px;
	}
	.consulting_wrap .section4 .service_ul .service_li:after {
		display:none;
	}
	.consulting_wrap .section5 {
		padding-left:16px;
	}
	.consulting_wrap .section5_5 table tbody tr td.gray_back {
		width:100px;
		padding:0 10px;
	}
	.consulting_wrap .section5 .school_table {
		padding-right:16px;
	}
	.consulting_wrap .section6 {
		padding: 0 16px;
		padding-bottom: 60px;
	}
	.consulting_wrap .section1 .con_btn:before  {
		background-size:110px;
		width:110px;
		top: -13px;
    left: -31px;
	}
	.consulting_wrap .section2 .white_box .btm_text  {
		font-size: 16px;
		line-height:1.6;
		margin-bottom:30px;
	}
	.consulting_wrap .section3_5 .gird .gray_box:after {
        width: 85px;
        height: 33px;
        background-size: 85px;
		top: -4px;
		right: -29px;
	}
	.consulting_wrap .section1 .gra_text {
		font-size:10px;
		padding:5px;
		letter-spacing: 4px;
        margin-top: -20px;
	}



}