/*? 공용 Start */

.wrap {
	font-family: 'NotoSansKR';
	overflow: hidden;
}

.cont_size {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.header_cont_size{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*? 공용 END */

/*? 빈응형 클래스 Start */

.uotc_100 {
	width: 100% !important;
}

.s_board_100 {
	width: 100% !important;
}

.media_board_100 {
	width: 100% !important;
}

.history_100 {
	width: 100% !important;
}

.steward_100 {
	width: 100% !important;
}

.member_100 {
	width: 100% !important;
}

.yearend_100 {
	width: 100% !important;
}

.worship_100 {
	width: 100% !important;
}

.weekly_100 {
	width: 100% !important;
}

.shichal_100 {
	width: 100% !important;
}

.work_100 {
	width: 100% !important;
}

.table_100 {
	width: 100% !important;
}

.wrap .pc_area {
	display: block;
}

.wrap .mobi_area {
	display: none;
}

.wrap .pc_area_flex {
	display: flex;
}

.wrap .mobi_area_flex {
	display: none;
}

/*? 빈응형 클래스 End */



/*? Header Start */


.header_util_cont {
	display: flex;
	background-color: #eee;
	padding: 10px 0;
	justify-content: flex-end;
}

.header_util {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.header_util li {
	font-size: 14px;
	font-weight: 500;
	color: #838383;
}

.header_util li:not(:last-child) {
	margin-right: 20px;
}

.header_util li .link {
	display: flex;
	align-items: center;
	gap: 5px;
}

.header_util li .link::before {
	display: block;
	content: '';
	height: 20px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center;
}

.header_util li .link:hover {
	color: #dba21c
}

.header_util li .link i{
	font-size: 1.3em;
}

.header_gnb {
	display: flex;
	height: 105px;
	align-items: center;
	background-color: #fff;

}

.menu_top_area {
	margin-left: auto;
	position: relative;
	z-index: 999999;
}

.menu_top_fst {
	display: flex;
}

.menu_top_fst>li {
	position: relative;
}



.menu_top_fst .link:hover {
	color: #614c3f;
}

.menu_top_fst>li>.link {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 25px;
}

.menu_top_fst>li:not(:last-child) {
	margin-right: 30px;
}

.menu_top_fst>li>.link:not(:only-child)::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	border: 0;
}

.menu_top_fst>li:hover>.link:not(:only-child)::after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #313131;
}

.menu_top_scd {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	transition: max-height 1s cubic-bezier(0, 1, 0, 1);
	max-height: 0;
	background-color: #313131;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}

.menu_top_fst>li:hover .menu_top_scd {
	max-height: 100vw;
	transition: max-height .75s ease-in-out;
}

.menu_top_scd .link {
	display: block;
	color: #fff;
	padding: 20px;
	white-space: nowrap;
	font-size: 14px;
}

.menu_top_scd .link:hover {
	background-color: #777575;
	color: #fff;

}


/*? header End */

/* ? Main Start */
.main_quick {
	padding: 70px 0;
	color: #614c3f;
}

.main_quick h2.tit {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.main_quick h2.tit strong {
	display: block;
	font-family: 'JSArirang';
	font-size: 70px;
}

.main_quick h3.tit {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 400;
}

.main_quick h3.tit::before {
	content: "";
	flex-grow: 1;
	margin: 0px 15px;
	background: #edb120;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

.main_quick h3.tit::after {
	content: "";
	flex-grow: 1;
	margin: 0px 15px;
	background: #edb120;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

.main_quick li .link {
	display: block;
	text-align: center;
	font-size: 20px;
}

.quick_list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.quick_list li{
	flex: 1;
}
.quick_list li .link::before {
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	background-color: #edb120;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.quick_list li:hover .link::before {
	background-color: #614c3f;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.quick_list li:hover .link {
	animation-name: bounce2;
	animation-duration: 1s;
}

.main_quick li:nth-of-type(1) .link::before {
	background-image: url('../img/body/ico_quick_01.png');
}

.main_quick li:nth-of-type(2) .link::before {
	background-image: url('../img/body/ico_quick_02.png');
}

.main_quick li:nth-of-type(3) .link::before {
	background-image: url('../img/body/ico_quick_07.png');
}

.main_quick li:nth-of-type(4) .link::before {
	background-image: url('../img/body/ico_quick_04.png');
}

.main_quick li:nth-of-type(5) .link::before {
	background-image: url('../img/body/ico_quick_05.png');
}
.main_quick li:nth-of-type(6) .link::before {
	background-image: url('../img/body/ico_quick_06.png');
}

.main_bann_mid .link {
	display: block;
	padding: 160px 0 400px;
	margin-bottom: 125px;
	background: url('../img/body/bg_main_bann_mid.png') no-repeat center / cover;
}

.main_bann_mid_cont {
	display: flex;
	justify-content: space-around;
	max-width: 930px;
	margin: 0 auto;
}

.main_bann_mid_cont .tit{
	margin-right: 30px;
}

.main_bann_mid .txt {
	display: inline;
	font-size: 20px;
	line-height: 2;
	font-weight: 300;
	word-break: keep-all;
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	background-size: 0 10px;
	background-repeat: no-repeat;
	background-position: left 100%;
	transition: background-size .3s;
}
.main_bann_mid blockquote.txt{
	font-size: 15px;
	background: transparent;
}

.main_bann_mid:hover .tit {
	animation-name: fadeInLeft;
	animation-duration: .75s;
}

.main_bann_mid:hover .txt {
	background-size: 100% 10px;
}

.main_bann_mid strong {
	display: table;
	margin-top: 20px;
	padding: 20px 30px;
	border: 1px solid #000;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	white-space:nowrap;
	transition: .75s ease-in-out;
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	background-size: 0 100%;
	background-repeat: no-repeat;
	background-position: left center;
	transition: .3s;
}

.main_bann_mid:hover strong {
	border-color: #edb120;
	background-color: #edb120;
	color: #fff;
}

.main_bann_mid:hover strong:hover {
	border-color: transparent;
	border-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	border-image-slice: 1;
	background-size: 100% 100%;
}

.main_mboard {
	margin-bottom: 130px;
}

.main_mboard h2.tit {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: -0.05em;
	transition: .3s;
}

.main_mboard h2.tit:hover {
	color: #edb120;
}

.mboard_video_figure {
	text-align: center;
}

.video_cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}

.video_cont iframe,
.video_cont object,
.video_cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_mboard .dsc_cont .link:hover h3.tit {
	color: #edb120;

}

.main_mboard h3.tit {
	font-family: 'JSArirang';
	font-size: 40px;
	transition: .3s;
}

.main_mboard .dsc_cont * {
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 18px;
}

.main_mboard .dsc_cont cite {
	font-style: normal;
}



.main_sboard {
	background-color: #f9f9f9;
	padding: 125px 0 160px;
}

.main_sboard .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 60px;
	letter-spacing: -0.05em;
	transition: .3s;
}

.main_sboard .tit::after {
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	border: 1px solid #c0c0c0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #fff;
	background-image: url('../img/body/ico_more.svg');
	transition: inherit;
}

.main_sboard .tit .txt {
	transition: inherit;
}

.main_sboard .tit:hover .txt {
	color: #edb120;
}

.main_sboard .tit:hover::after {
	background-color: #edb120;
	border: 1px solid #e4e2e2;
	background-image: url('../img/body/ico_more_hover.svg');
}

.main_sboard_list {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #adadad;
}

.main_sboard_list li {
	padding: 22px 5px;
}

.main_sboard_list li:not(:last-child) {
	border-bottom: 1px solid #adadad;
}

.main_sboard_list .link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: 300;
}

.main_sboard_list .link:hover {
	color: #edb120;
}

.main_sboard_list .sbj {
	display: -webkit-box;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	color: inherit;
	white-space: initial;
}

.main_school {
	padding: 260px 0 300px;
	margin-bottom: 160px;
	background: url('../img/body/bg_main_school.png') no-repeat center top / cover, #614c3f;
	background-blend-mode: overlay;
	text-align: center;
}

.main_school .tit {
	margin-bottom: 65px;
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.05em;
	transition: .3s;
}

.main_school .tit:hover {
	color: #edb120;
}

.main_school_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
}

.main_school_list li:not(:last-child) {
	margin-right: 10px;
}

.main_school_list .link {
	display: block;
	width: 192px;
	padding: 15px 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	background-image: linear-gradient(120deg, #067154 0%, #067154 100%);
	background-size: 100% 0;
	background-repeat: no-repeat;
	background-position: center top;
	transition: .3s;
}

.main_school_list .link:hover {
	border-color: #067154;
	background-size: 100% 100%;
}

.main_aboard{
	margin-bottom: 170px;
}

.main_aboard .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 60px;
	letter-spacing: -0.05em;
	transition: .3s;
}

.main_aboard .txt {
	transition: inherit;
}

.main_aboard .tit::after {
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	border: 1px solid #c0c0c0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-color: #fff;
	background-image: url('../img/body/ico_more.svg');
	transition: inherit;
}

.main_aboard .tit:hover .txt {
	color: #edb120;
}

.main_aboard .tit:hover::after {
	background-color: #edb120;
	border: 1px solid #e4e2e2;
	background-image: url('../img/body/ico_more_hover.svg');
}

.main_aboard_list {
	display: flex;
}

.main_aboard_list li {
	/* flex: 1; */
	width: 20%;
	transition: .3s;
}

.main_aboard_list li:hover {
	transform: scale(0.95);
}

.main_aboard_list li .link:hover {
	color: #edb120;

}

.main_aboard_list li:not(:last-child) {
	margin-right: 10px;
}

.main_aboard_list li .thumb {
	display: block;
	width: 100%;
	height: 235px;
	object-fit: cover;
	margin-bottom: 20px;
}

.main_aboard_list .dsc .sbj {
	display: -webkit-box;
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	color: inherit;
	font-weight: 300;
}

.main_aboard_list .dsc .date {
	font-size: 14px;
}

.main_loca {
	background-color: #f9f5f0;
	padding: 90px 0 100px;
}

.main_loca .tit {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 30px;
	letter-spacing: -0.05em;
	transition: .3s;
	text-align: center;
}

.main_loca .link:hover .tit {
	color: #edb120;
}

.main_loca address {
	margin-bottom: 45px;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}

.main_loca address strong {
	line-height: 1.5;
	font-weight: 500;
	word-break: keep-all;
}

.main_loca .link:hover address {
	animation-name: bounceIn;
	animation-duration: .75s;
}

.main_loca .dsc {
	margin-top: 22px;
	font-size: 18px;
	font-weight: 300;
}

.main_loca .dsc .txt {
	display: block;
	word-break: keep-all;
	line-height: 1.25;
}

.main_loca .dsc .txt:not(:last-child) {
	margin-bottom: 15px;
}

.main_loca .dsc .txt strong {
	font-weight: 500;
}

.main_loca .dsc .link:hover {
	color: #238cfa;
	text-decoration: underline;
}


/* ? Main End */

/*? Footer Start */
.footer {
	width: 100%;
	background: #363636;
}

.footer_cont {
	padding: 70px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

.footer_cont_noti {
	color: #fff;
	margin-bottom: 36px;
}

.footer_cont_noti .bott_info_link {
	display: inline-block;
	color: inherit;
}

.footer_cont_noti .bott_info_link:first-child {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #7f7f7f;
}

.bott_info_link:hover {
	color: #238cfa;
	text-decoration: underline;
}

.footer_cont .copy_txt {
	font-size: 1.4rem;
	color: #bababa;
}
.footer_cont address{
	margin-bottom: 10px;
}

.footer_cont .copy_txt strong {
	color: #fff;
}

.footer_cont .social {
	display: flex;
	justify-content: center;
	margin-top: 55px;
	gap: 30px;
}

.footer_cont .social .link{
	font-size: 35px;
	color: #fff;
	transition-duration: .3s;
}
.footer_cont .social .link.fb_pg:hover{
	color: #4268b3;
}
.footer_cont .social .link.yt_ch:hover{
	color: #ff0000;
}
.footer_cont .social .link.insta i{
	background-clip:text;
	-webkit-background-clip: text;
	color: #fff;
	background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background-origin: content-box;
	transition: .3s;
}
.footer_cont .social .link.insta:hover i{
	color: transparent;
}


/*? Footer End */


/*? 미디어보드 앨범형2 fix Start */
.sol_media_board_area .media_abm_list_item.type02 {
	width: calc(33.333% - 40px);
	margin: 0 20px;
}

/*? 미디어보드 앨범형2 fix End */


/*? sub page Start */

.main.sub {
	padding: 0px 0;
	background-color: #fff;
}

.main.sub .main_cont {
	min-height: 600px;
	margin-bottom: 2em;
}

.sub_top {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url('../img/sub/sub_top_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sub_top_tit {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	text-shadow: 0px 0px 4px #858282;
}


.menu_slct_cont {
	display: flex;
	translate: 0 -50px;
	position: relative;
	z-index: 99999;
	background-color: #fff;
}

.menu_slct_area .btn_home {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 40px;
	width: 50px;
	box-sizing: border-box;
	background-color: #edb120;
}

.menu_slct_fb {
	display: flex;
	align-items: center;
	background-color: #fff;

}

.menu_slct {
	position: relative;
	padding: 0 120px 0 40px;
	box-sizing: border-box;
	border-right: 1px solid #f5dea6;
	cursor: pointer;
}

.menu_slct .txt_slcted {
	position: relative;
	line-height: 50px;
	font-size: 1.6rem;
	color: #000;
	text-align: left;
	z-index: 9998;
}

.menu_slct .icon_arw {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #f6d88f;
	transform: translateY(-50%);
	z-index: 9;
}

.menu_slct:hover .txt_slcted {
	color: #edb120;
}

.menu_slct.menu_slct_trd {
	display: none;
}

.menu_slct.menu_slct_trd.active {
	display: block;
}

.menu_slct_area .menu_slct_list i {
	visibility: hidden;
}

.menu_slct_list {
	display: none;
	position: absolute;
	left: -1px;
	width: calc(100% + 2px);
	border: 1px solid #725440;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
	top: 62px;
}

.menu_slct_list>li {
	border-bottom: 1px solid #e0e0e0;
	color: #333;
}

.menu_slct_list>li:last-of-type {
	border-bottom: 0;
}

.menu_slct_list>li:hover {
	font-weight: bold;
	color: #edb120;
}

.menu_slct_list>li>.link {
	display: block;
	height: 35px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.menu_slct_list .icon {
	display: none;
}

#solution_title_comm {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	font-size: 40px;
	color: #000;
	letter-spacing: -0.05em;
	font-weight: 500;
	text-align: center;
}

#solution_title_comm a {
	margin-bottom: 5px;
	color: inherit;
}

.main_sub_cont .content {
	padding: 0 0 75px;
}

/*? sub page End */

@media screen and (max-width:1200px) {

	.wrap{
		padding-top: 100px;
	}

	.wrap .pc_area {
		display: none;
	}

	.wrap .mobi_area {
		display: block;
	}

	.wrap .pc_area_flex {
		display: none;
	}

	.wrap .mobi_area_flex {
		display: flex;
	}

	.wrap.menu_open{
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: hidden;
	}

	.cont_size{
		max-width: 90%;
	}

	/*? banner fix Start */

	.banner_area {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 38.94%;
	}

	.banner_cont {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.banner_cont img{
		width: 100%;
	}

	/*? banner fix End */

	.main_quick {
		padding: 50px 0;
	}
	/*? Header Start */


	.yt {
		margin-right: 16px;
	}

	.logo {
		margin-left: 16px;
	}

	.btn_header_menu_open {
		margin-left: auto;
		margin-right: 16px;
		background-color:transparent;
		border: none;
		color: #000;
	}
	.btn_header_menu_open:hover{
		color: #725440;
	}
	.btn_header_menu_open i{
		font-size: 40px;
		transition: .3s;
	}
	.btn_header_menu_open:hover i{
		text-shadow: 0 0 10px #725440;
	}

	.header {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 999999;
	}
	.header.scroll{
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.header.scroll .logo img{
		width: 50%;
	}
	.header_gnb{
		height: 60px;
	}
	.header.scroll .header_gnb{
		opacity: .5;
	}

	.btn_header_menu_close {
		margin-top: 15px;
		margin-left: auto;
		background-color:transparent;
		border: none;
	}
	.btn_header_menu_close i{
		font-weight: 300;
		color: #999;
		font-size: 30px;
		transition: .3s;
	}
	.btn_header_menu_close i:hover{
		color: #fff;
	}


	.nav_logo {
		color: #fff;
		text-align: right;
		font-family: 'JSArirang';
		font-size: 48px;
		padding: 40px 0 50px;
	}

	.menu_top_area {
		position: static;
	}

	.menu_top {
		position: absolute;
		top: 0;
		right: -120%;
		min-height: 100vh;
		background-color: #333;
		padding-right: 30px;
		transition: 1.5s;
	}
	.menu_open .menu_top {
		right: 0;
		transition: .75s;
	}


	.menu_top_fst {
		display: block;
		max-height: 100vh;
		padding-left: 100px;
		overflow-y: scroll;
		overflow-anchor: none;
		scroll-behavior: smooth;
		
	}
	
	.menu_top_fst{
		-ms-overflow-style:none; /* IE and Edge */
		scrollbar-width:none; /* Firefox */
	}
	.menu_top_fst::-webkit-scrollbar {
		display:none; /* Chrome , Safari , Opera */
	}

	.menu_top .link {
		color: #999;
		transition: .3s;
	}

	.menu_top_fst li:hover > .link {
		color: #fff;
	}

	.menu_top_fst>li {
		text-align: right;
		margin-bottom: 20px;
	}

	.menu_top_fst>li>.link {
		font-size: 20px;
		font-weight: 400;
	}
	.menu_top_fst>li>.link:not(:only-child){
		pointer-events: none;
	}

	.menu_top_fst>li>.link:not(:only-child)::after {
		position: static;
		transform: translateX(0);
	}
	
	.menu_top_fst > li:hover > .link:not(:only-child)::after {
		border: none;
	  }

	.menu_top_fst>li>.link::after{
		margin-left: 1vw;
		display: inline-block;
		vertical-align:top;
		font-family: 'Material Symbols Outlined';
		content: "chevron_right";
		font-weight: 100;
		-webkit-font-feature-settings: 'liga' 1;
		-moz-font-feature-settings: 'liga' 1;
		font-feature-settings: 'liga' 1;
	}
	.menu_top_fst>li>.link:not(:only-child)::after {
		content: "expand_more";
	}
	.menu_top_fst>li.active>.link:not(:only-child)::after {
		content: "expand_less";
	}

	.menu_top_fst>li:not(:last-child) {
		margin-right: initial;
	}

	.menu_top_scd{
		position: static;
		max-height: 0;
		box-shadow: unset;
		background-color: unset;
		transform: unset;
		text-align: right;
		transition: .75s;
		overflow: hidden;
		transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	}
	.menu_top_scd li:first-child{
		margin-top: 15px;
	}
	.menu_top_fst>li:hover .menu_top_scd {
		max-height: 0;
		transition: max-height .5s cubic-bezier(0, 1, 0, 1);
	}
	.menu_top_fst>li.active .menu_top_scd {
		max-height: 100vw;
		transition: max-height .75s ease-in-out;
	
	}
	.menu_top_scd .link::after{
		margin-left: 1vw;
		display: inline-block;
		vertical-align:top;
		font-family: 'Material Symbols Outlined';
		content: "chevron_right";
		font-weight: 100;
		-webkit-font-feature-settings: 'liga' 1;
		-moz-font-feature-settings: 'liga' 1;
		font-feature-settings: 'liga' 1;
		font-feature-settings:l;
		font-size: .9em;
	}

	.menu_top_scd .link{
		padding: 10px;
	}

	/*? Header End */

	/* ? Main Start */

	.main_school .tit,
	.main_loca .tit,
	.main_mboard h2.tit,
	h2.tit .txt{
		font-size: 30px;
	}



	.main_bann_mid_cont{
		max-width: 90%;
	}
	.main_bann_mid_cont .tit{
		margin-right: 0;
	}
	.main_bann_mid .link{
		padding-bottom: 150px;
	}
	.main_bann_mid:hover .tit {
		animation-name:unset;
	}
	.main_bann_mid strong {
		border-color: #edb120;
		background-color: #edb120;
		color: #fff;
	}

	.main_school{
		padding: 160px 0 200px;
	}
	.main_school_list {
		max-width: 80%;
	}

	.main_sboard {
		padding: 80px 0 90px;
	}

	.main_aboard_list li{
		width: 33.33%;
	}
	.main_aboard_list li:nth-last-child(-n+2){
		display: none;
	}

	/* ? Main End */

	/*? Sub Start */

	.main.sub .main_cont {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.sub_top {
		padding-bottom: 10%;
		height: 100px;
	}


	.sub_top_tit {
		font-size: 2rem;
	}

	.menu_slct_area {
		margin-bottom: 0em;
	}
	.menu_slct_area.cont_size{
		max-width: 98%;
	}

	.menu_slct_cont {
		translate: 0 -20px;
	}

	.menu_slct_area .btn_home {
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
		padding: 12px 0;
	}

	.menu_slct_area .btn_home>img {
		max-width: 25px;
	}

	.menu_slct {
		height: 40px;
	}

	.menu_slct .txt_slcted {
		overflow: hidden;
		line-height: 40px;
		font-size: 1.5rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.menu_slct .icon_arw {
		right: 8px;
	}

	.menu_slct_list {
		top: 40px;
	}

	.main_sub_cont {
		min-height: 500px;
	}

	.main_sub_cont .content {
		padding: 0 10px 20px;
		box-sizing: border-box;
	}

	.sub_top_menu_tit_area {
		display: none;
	}

	#solution_title_comm {
		padding: 20px 0 0;
	}

	#solution_title_comm:before {
		height: 20px;
	}

	#solution_title_comm a {
		font-size: 2.6rem;
	}

	.uotc_100 #solution_title_comm {
		display: block;
	}

	.menu_slct_area {
		margin-bottom: 0em;
	}

	.menu_slct_area .btn_home {
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
		padding: 12px 0;
	}

	.menu_slct_area .btn_home>img {
		max-width: 25px;
	}

	.menu_slct {
		height: 40px;
	}

	.menu_slct .txt_slcted {
		overflow: hidden;
		line-height: 40px;
		font-size: 1.5rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.menu_slct .icon_arw {
		right: 8px;
	}

	.main_sub_cont {
		min-height: 500px;
	}

	.main_sub_cont .content {
		padding: 0 10px 20px;
		box-sizing: border-box;
	}

	.sub_top_menu_tit_area {
		display: none;
	}

	#solution_title_comm {
		padding: 20px 0 0;
	}

	#solution_title_comm:before {
		height: 20px;
	}

	#solution_title_comm a {
		font-size: 2.6rem;
	}

	.uotc_100 #solution_title_comm {
		display: block;
	}

	/*? sub */



	/*? 반응형 클래스 Start */

	.wrap .pc_area {
		display: none;
	}

	.wrap .mobi_area {
		display: block;
	}

	/*? 반응형 클래스 End */
}

@media screen and (max-width:1000px) {

	/* ? Main Start */

	.quick_list::after{
		display: block;
		width: 100vw;
		height: 40px;
		content: '';
		order: 4;
	}
	.quick_list li .link{
		word-break: keep-all;
		line-height: 1.25;
	}
	.quick_list li .link::before{
		width: 80px;
		height: 80px;
		background-size: 35px;
	}
	.quick_list li{flex: 1;}
	.quick_list li:nth-child(1){order: 1;}
	.quick_list li:nth-child(2){order: 2;}
	.quick_list li:nth-child(3){order: 3;}
	.quick_list li:nth-child(4){order: 5;}
	.quick_list li:nth-child(5){order: 6;}
	.quick_list li:nth-child(6){order: 7;}

	.main_school{
		padding: 100px 0;
	}
	.main_school_list::after{
		display: block;
		width: 100vw;
		height: 20px;
		content: '';
		order: 3;
	}
	.main_school_list li .link{
		width: 172px;
	}
	.main_school_list li:nth-child(1){order: 1; margin-right: 20px;}
	.main_school_list li:nth-child(2){order: 2; margin: 0;}
	.main_school_list li:nth-child(3){order: 4; margin-right: 20px;}
	.main_school_list li:nth-child(4){order: 5;}

	/* ? Main End */
	
}

@media screen and (max-width:768px) {

	/*? 미디어보드 앨범형2 fix Start */

	.sol_media_board_area .media_abm_list_item.type02 {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	/*? 미디어보드 앨범형2 fix End */


	/* ? Header Start */

	.header_util li .link span{
		display: none;
	}



	/* ? Footer Start */


	/* ? Main Start */





	.main_bann_mid_cont{
		display: block;
		text-align: center;
	}
	.main_bann_mid_cont .tit{
		text-align: center;
	}
	.main_bann_mid strong{
		margin: 50px auto 0;
		padding: 30px;
	}
	.main_bann_mid .txt{
		display: none;
	}
	.main_bann_mid .link{
		padding: 40px 0 50px;
		margin-bottom: 50px;
	}

	.main_bann_mid:hover strong {
		border-color: transparent;
		border-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
		border-image-slice: 1;
		background-size: 100% 100%;
	}
	.main_mboard {
		margin-bottom: 70px;
	}

	.main_school{
		margin-bottom: 70px;
	}

	.main_aboard{
		margin-bottom: 50px;
	}

	.main_school{
		background-attachment: initial;
	}
	.main_aboard_list li{
		width: 50%;
	}
	.main_aboard_list li:nth-last-child(-n+3){
		display: none;
	}

	/* ? Main End */

	/*? Sub Start */

	#solution_title_comm {
		margin-bottom: 1em;
	}

	#solution_title_comm .link {
		font-size: 2.8rem !important;
	}

	/*? Sub End */

}

@media screen and (max-width:560px) {

	/*? Sub Start */


	.menu_slct {
		/* width: calc((100% - 40px) / 3); */
		/* padding: 0 10px 0 10px; */
		padding: 0 50px 0 40px;
	}

	.menu_slct_list>li>.link {
		padding-left: 10px;
		font-size: 1.5rem;
	}

	/*? Sub End */


}

@media screen and (max-width:500px) {

	.wrap{
		padding-top: 90px;
	}

	/* ? Header Start */

	.header_gnb{
		height: 50px;
	}
	.header .logo img{
		width: 40%;
	}
	.header.scroll .logo img{
		width: 40%;
	}

	/* ? Header End */


	/* ? Main Start */

	.main_quick h2.tit strong{
		font-size: 50px;
	}

	.quick_list::after{
		height: 20px;
	}

	.main_school{
		padding: 80px 0 100px;
	}
	.main_school_list{
		display: block;
		margin: 0 auto;
	}
	.main_school_list::after{
		display: none;
	}
	.main_school_list li{
		display: flex;
		justify-content: center;
	}
	.main_quick li .link{
		font-size: 16px;
	}
	.main_school_list li:nth-child(1){order: 1; margin: 0 0 20px 0;}
	.main_school_list li:nth-child(2){order: 2; margin: 0 0 20px 0;}
	.main_school_list li:nth-child(3){order: 4; margin: 0 0 20px 0;}
	.main_school_list li:nth-child(4){order: 5; margin: 0;}

	.main_sboard_list .sbj{
		width: 100%;
	}
	.main_sboard_list .date{
		display: none;
	}
	.main_aboard_list li{
		width: 100%;
	}
	.main_aboard_list li:nth-last-child(-n+4){
		display: none;
	}

	.main_school .tit,
	.main_loca .tit,
	h2.tit .txt{
		font-size: 30px;
	}


	/* ? Main End */

	/*? Sub Start */

	.sol_media_board_area .media_abm_list_item.type02 {
		width: 100%;
		margin: 0 0px;
	}

	/*? Sub End */

	/* ? Footer Start */

	.main_loca address{
		font-size: 20px;
	}


	/* ? Footer End */
}

@media screen and (max-width:400px) {

	/* ? Main Start */

	.main_bann_mid_cont .tit img{
		width: 100%;
	}

	/* ? Main End */

}

@media screen and (max-width:320px) {


	/* ? Main Start */
	
	.main_quick h2.tit strong{
		font-size: 35px;
	}
	.main_quick h2.tit{
		font-size: 24px;
	}
	
	.main_bann_mid_cont .dsc_cont strong{
		width: 100%;
		padding: 15px;
		word-break: keep-all;
		white-space: initial;
		line-height: 1.5;
	}

	.quick_list li .link::before {
		width: 60px;
		height: 60px;
		background-size: 25px;
	}

	/* ? Main End */

	/* ? Sub Start */

	.menu_slct {
		padding: 0 30px 0 20px;
	}

	/* ? Sub End */


}