/*? °ø¿ë Start */

.fab{
	font-family: 'Font Awesome 5 Brands' !important;
}

.wrap {
	font-family: 'NotoSansKR', 'NotoSerifKR';
	letter-spacing: -0.05em;
	background: url('../img/body/main_bg.png') no-repeat #d7edf6 fixed;
}

.cont_size {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#banner-box{
	margin-bottom: 20px;
}

#solution_title_comm{
	width: 90% !important;
	margin: 0 auto !important;
	margin-bottom: 20px !important;
}

/*? °ø¿ë END */

/*? ¹ÝÀÀÇü Å¬·¡½º Start */

.main_cont{
	background-color: #fff;
}

.main_contents{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.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;}
.steward_area{width: 100% !important; margin: 0 auto;}

.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_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.header_both {
	display: flex;
}

.logo img{
	width: 100%;
}

.header_both li:not(:last-of-type) {
	margin-right: 10px;
}

.header_both li .link {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	transition: box-shadow, .1s;
}

.header_both li .link:hover {
	box-shadow: inset 2px 2px 2px rgb(0 0 0 / 40%);
}

.header_both .sms .link {
	background-image: url('../img/top/user_icon01.png');
}

.header_both .schedule .link {
	background-image: url('../img/top/user_icon02.png');
}

.header_both .login .link {
	background-image: url('../img/top/user_icon04.png');
}

.header_both .regist .link {
	background-image: url('../img/top/user_icon03.png');
}

.header_both .admin .link {
	background-image: url('../img/top/user_icon05.png');
}

.header_both .logout .link {
	background-image: url('../img/top/user_icon06.png');
}

.header_both .info_change .link {
	background-image: url('../img/top/user_icon07.png');
}

.menu_top_area{
	width: 100%;
	margin-top: 25px;
}

.menu_top {
	position: relative;
	z-index: 999999;
}

.menu_top_fst {
	display: flex;
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}

.menu_top_fst>li {
	position: relative;
	flex: 1;
}

.menu_top_fst>li>a {
	display: block;
	padding-bottom: 20px;
	cursor: pointer;
}

.menu_top_fst>li:hover>a {
	color: #1e488d;
}

.menu_top_scd {
	background-color: #fff;
	position: absolute;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	z-index: 7;
	overflow: hidden;
}

.menu_top_fst > li::after {
	content: "";
	position: absolute;
	max-height: 0;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	border: 0;
}
.menu_top_fst>li:hover::after{
	max-height: 100vw;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #fff;
}

.menu_top_scd{
	max-height: 0;	
	transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}
.menu_top_fst>li:hover .menu_top_scd {
	max-height: 100vw;
	transition: max-height .75s ease-in-out;
}

.menu_top_scd li:first-child{
	padding-top: 20px;
}
.menu_top_scd li:last-child{
	padding-bottom: 20px;
}

.menu_top_scd li:hover {
	color: rgba(0, 0, 0, 0.3);
}
.menu_top_scd>li a {
	display: block;
}

/*? header End */

.main_sec.quick {
	position: relative;
	margin-top: 70px;
}

.main_sec.quick h2 {
	display: none;
}

.quick_list {
	display: flex;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
	flex-wrap: wrap;
}

.quick_list li {
	position: relative;
	flex: 1;
	font-size: 18px;
	background-color: #fff;
	background-repeat: no-repeat;
}
.quick_list li .cont_link{
	display: block;
	padding: 35px 0 200px 30px;

}
.quick_list li .cont_link::after{
	display: block;
	position: absolute;
	right: 8%;
	bottom: 5%;
	width: 200px;
	height: 200px;
	content: '';
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.quick_list li:nth-child(odd) .cont_link:after{
	background-color: #d7edf6;
}
.quick_list li:nth-child(even) .cont_link:after{
	background-color: #dde6ef;
}

.quick_list .wrsp .cont_link {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.quick_list .wrsp .cont_link::after{
	background-image: url('../img/body/quick_icon01.png');
}

.quick_list .loca .cont_link{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.025) 11%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.quick_list .loca .cont_link::after{
	background-image: url('../img/body/quick_icon02.png');
}

.quick_list .week .cont_link{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.025) 11%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.quick_list .week .cont_link::after{
	background-image: url('../img/body/quick_icon03.png');
}

.quick_list .offe .cont_link{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.025) 11%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
.quick_list .offe .cont_link::after{
	background-image: url('../img/body/quick_icon04.png');
}


.quick_list .tit {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 28px;
}
.quick_list li:hover .tit{
	color: #005b95;
} 

.quick_list .txt {
	margin-bottom: 15px;
	font-weight: 300;
	line-height: 1.3;
	background-image: linear-gradient(to bottom,#000 0%,#000 98%);
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: left 100%;
	transition: all .3s;
}

.quick_list li:hover .txt{
	background-size: 100% 1px;
}

.quick_list .link {
	display: block;
	margin-top: 15px;
	color: #005b95;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.25em;
	transition: color .3s;
}
.quick_list li:hover .link{
	color: #fd0013;
}
.main_sec.sun_srm {
	margin-top: -90px;
	margin-bottom: 30px;
	padding: 125px 0 50px;
	background: url('../img/body/sec02_bg.jpg') no-repeat center / cover;
}

.sun_srm_area {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.sun_srm_container {
	display: table;
	min-width: 600px;
	margin-left: auto;
}

.sun_srm_container .tit {
	display: table;
	padding: 10px 5px;
	background-color: #2ab1f8;
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	transition: all .3s;
}

.sun_srm_container .tit:hover {
	background-color: #9f1ed2;
}
.sun_srm_container .cont_link:hover .sbj{
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
.sun_srm_container .sbj {
	display: block;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 60px;
	font-weight: 400;
}

.sun_srm_container .txt {
	display: block;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
}

.sun_srm_container .txt .sep {
	margin: 0 10px;
	font-family: 'NotoSansKR';
	font-weight: 200;
}

.sun_srm_container .txt strong {
	font-weight: 600;
}

.sun_srm_container .link {
	display: block;
	text-indent: -9999px;
	background: url('../img/body/more.png') no-repeat center / 35px;
	width: 35px;
	height: 35px;
	transition: box-shadow .3s;
}
.sun_srm_container .cont_link:hover .link {
	box-shadow: inset 2px 2px 2px rgb(0 0 0 / 40%);

}

.main_sec.brd {
	display: flex;
	background: url('../img/body/sec03_bg.jpg') no-repeat center / cover;
	margin-bottom: 60px;
	align-items: stretch;
}

.main_sec.brd>h2 {
	display: none;
}

.brd_area.left {
	width: 50%;
	margin-right: 1.6%;
}

.brd_area.right {
	width: 50%;
}

.brd_noti {
	margin-bottom: 20px;
	padding: 25px 30px;
	background-color: #fff;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.brd_noti_header::after {
	display: block;
	visibility: hidden;
	content: '';
	clear: both;
}

.brd_noti_header .tit {
	display: table;
	float: left;
	position: relative;
	top: -33px;
	padding: 15px 25px;
	background-color: #0072a7;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	transition: all .3s;
}

.brd_noti_header .tit_link:hover .tit {
	background-color: #9f1ed2;

}

.brd_noti_header .tit::before {
	content: "";
	position: absolute;
	top: 0;
	left: -9px;
	border-top: 8px solid transparent;
	border-right: 10px solid #000;
}

.brd_noti_header .link {
	float: right;
	font-family: 'NanumBarunGothic';
	font-weight: 300;
	color: #999;
	text-decoration: underline;
	transition: all .3s;
}
.brd_noti_header .link:hover {
	color:#005b95;
}

.brd_noti_header .link::after {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	content: '';
	vertical-align: middle;
	background: url('../img/body/ico_more_plus.png') no-repeat center;
}

.brd_noti_list {
	color: #555;
}

.brd_noti_list li {
	font-family: 'NanumBarunGothic';
	font-weight: 300;
}

.brd_noti_list li:hover {
	color: #1e488d;

}

.brd_noti_list li::before {
	display: block;
	float: left;
	content: '';
	width: 4px;
	height: 24px;
	margin-right: 10px;
	background: url('../img/body/bul_list_style.png') no-repeat center;
}

.brd_noti_list li .link::after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

.brd_noti_list li .sbj {
	display: -webkit-box;
	float: left;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.brd_noti_list li .date {
	float: right;
	padding-left: 3%;
	line-height: 1.5;
	border-left: 1px solid #E5E5E5;
}

.brd_noti_list li:hover .sbj {
	text-decoration: underline;
}

.brd_noti_list li:not(:last-child) .date {
	padding-bottom: 18px;
}

.brd_area.left .btm {
	display: flex;
}

.link_youtube {
	display: block;
	margin-right: 3.5%;
	flex: 1;
	padding: 84px 0 68px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #05596f;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
	transition: background-color .3s;
}

.link_youtube .fab {
	display: block;
	margin-bottom: 25px;
	font-size: 100px;
	transition: color .3s;
}

.link_youtube:hover{
	background-color: #fff;
	color: #333;
}
.link_youtube:hover .fab{
	color: #fd0013;
}

.brd_wrsp {
	padding: 30px 20px;
	flex: 1;
	background: url('../img/body/sec03_wrsh_bg.jpg') no-repeat center / cover;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.brd_wrsp .tit {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	transition: all .3s;
}
.brd_wrsp .tit_link:hover .tit {
	text-decoration: underline;
	text-shadow: 1px 1px 3px rgba(0,0,0,0);
}

.brd_wrsp_list {
	height: 155px;
	overflow-y: scroll;
	color: #fff;
}

.brd_wrsp_list::-webkit-scrollbar {
	width: 10px;
}
.brd_wrsp_list::-webkit-scrollbar-thumb{
	background-color: #2f35429d;
}
.brd_wrsp_list::-webkit-scrollbar-track{
	background-color: #8080803a;
}

.brd_wrsp_list li{
	margin-right: 10px;
}

.brd_wrsp_list li:first-child {
	padding-top: 4px;
}

.brd_wrsp_list li:not(:last-child) {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.brd_wrsp_list li::after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

.brd_wrsp_list li .sbj {
	display: -webkit-box;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.brd_wrsp_list li .time {
	line-height: 1.5;
	width: 30%;
	float: right;
	text-align: right;
	font-size: 14px;
	box-sizing: border-box;
}

.brd_gall {
	background: url('../img/body/sec03_gal_bg.jpg') no-repeat center / cover;
	padding: 50px;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.brd_gall .tit {
	margin-bottom: 20px;
	font-size: 33px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	transition: all .3s;
}

.brd_gall .tit_link:hover .tit{
	text-decoration: underline;
	text-shadow: 1px 1px 3px rgba(0,0,0,0);
}

.brd_gall .tit span {
	position: relative;
}

.brd_gall .tit span::before {
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content: '';
	background-color: #fff;
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.3);
	transition: all .3s;

}
.brd_gall .tit_link:hover .tit span::before{
	box-shadow: 1px 1px 3px rgba(0,0,0,0);
}
.brd_gall .sbj {
	margin-bottom: 30px;
	font-family: 'NanumPen';
	font-size: 82px;
	color: #ffe0a3;
	text-shadow: 1px 1px 3px #000;
}
.brd_gall .tit_link:hover .sbj{
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0);
}

.brd_gall_list_cont {
	top: 30px;
	height: 58%;
}

.brd_gall_list li .thumb {
	display: block;
	width: 235px;
	height: 235px;
	object-fit: cover;
	transition: transform .3s;
}
.brd_gall_list li:hover .thumb{
	transform: scale(0.95);
}


.brd_gall .swiper-pagination-bullet-active{
	background-color: #fff;
}
.brd_gall .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	background-color: #fff;
	opacity: .2;
}



/*? Footer Start */
.footer {
	width: 100%;
	background: #fff;
	border-top: 1px solid #E1E1E3;
	line-height: 1.5;
}

.footer_cont {
	padding: 1em 0;
	color: #8d8d8d;
	text-align: center;
}

.footer_cont .copy_txt {
	font-weight: 500;
	font-size: 1.4rem;
}

.footer_cont_noti .bott_info_link {
	display: inline-block;
	margin: 5px;
	padding: 3px 10px 0px;
	color: #727272;
	font-weight: 500;
	font-size: 1.4rem;
	border: 1px solid #8d8d8d;
}

.footer_cont_noti .bott_info_link:hover {
	color: #019aff;
	border: 1px solid #019aff;
}
/*? 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: 0;
	padding-bottom: 8%;
	background: url('../img/top/sub_top_bg.jpg') no-repeat;
	background-size: cover;
}

.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_area {
	background: #019aff;
}

.menu_slct_area .btn_home {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
}

.menu_slct {
	float: left;
	position: relative;
	height: 50px;
	padding: 0 120px 0 20px;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
}

.menu_slct .txt_slcted {
	position: relative;
	line-height: 50px;
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
	z-index: 9998;
}

.menu_slct .icon_arw {
	position: absolute;
	top: 50%;
	right: 15px;
	color: #fff;
	transform: translateY(-50%);
	z-index: 9;
}

.menu_slct:hover .txt_slcted {
	color: #165580;
}

.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;
	border-top: 1px solid #fff;
	padding: 15px;
	box-sizing: border-box;
	z-index: 999998;
}

.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: #165580;
}

.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;
	color: #019aff;
	font-size: 3.6rem;
}

#solution_title_comm a {
	margin-bottom: 5px;
	color: #019aff;
	font-weight: 600;
	font-size: 3.6rem;
}

.main_sub_cont .content {
	padding: 0 0 75px;
}
/*? sub page End */

@media screen and (max-width:1200px) {

	/* ? °ø¿ë Start */

	html,body{
		height: 100%;
	}

	.wrap{
		padding-top: 70px;
	}

	.main_cont{
		width: 100%;
	}

	/* ? °ø¿ë End */


	/* ? ¹ÝÀÀÇüÅ¬·¡½º Start */

	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
	.wrap .pc_area_flex {display: none;}
	.wrap .mobi_area_flex {display: flex;}

	/* ? ¹ÝÀÀÇüÅ¬·¡½º End */


	/*? banner fix Start */


	.banner_area {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 53%;
	}

	.banner_cont {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.banner_main {
		max-width: 100%;
	}

	.banner_cont img {
		width: 100%;
	}

	/*? banner fix End */


	/* ? Header Start */
	header.opened{
		height: 100%;
		overflow: scroll;
	}
	.header{
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 999999;
		background-color: #d7edf6;
		box-shadow: 0 0 0 rgba(0,0,0,0);
		transition: background-color .75s, box-shadow .75s;
	}
	.header.scroll{
		background-color: #fff;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}
	.header_cont{
		position: relative;
		padding-bottom: 10px;
	}


	.header_cont{
		justify-content: flex-end;
		padding-left: 20px;
		padding-right: 20px;
	}

	.logo{
		margin-right: auto;
		width: 130px;
	}

	.header_both li .link:hover{
		box-shadow: unset;
	}
	.header_both li .link{
		display: flex;
		align-items: center;
		width: auto;
		padding-left: 30px;
		font-size: 15px;
		text-indent: 0px;
		background-color:transparent;
		background-position: left center;
		border-radius: 0;
	}

	.header_both{
		margin-right: 15px;
	}

	.header_menu{
		display: block;
		text-indent: -9999px;
		width: 25px;
		height: 20px;
		border: none;
		background-color:transparent;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px 19px;
		background-image: url('../img/top/ico_menu.png');
		cursor: pointer;
	}
	header.opened{
		background-color: #fff;
	}
	header.opened .header_menu{
		background-image: url('../img/top/ico_close.png');
		background-size: 17px 18px;
	}

	.menu_top_area{
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 45px;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		padding: 0 40px;
		background-color: #fff;
		box-sizing: border-box;
		transition: height .75s;
	}
	header.opened .menu_top_area{
		height: 100vh;
	}
	.menu_top_fst{
		display: block;
		text-align: left;
		padding-bottom: 30px;
	}
	.menu_top_fst > li > .link{
		font-size: 24px;
		color: #1e488d;
		padding: 22px 0;
		border-bottom: 1px solid #b9cef1;
		pointer-events: none;
		cursor: pointer;
	}
	.menu_top_fst > li::after {
		display: none;
	}
	.menu_top_scd{
		position: static;
		padding-left: 30px;
		box-sizing: border-box;
		background-color: #d7edf6;
		color: #6a86b0;
	}
	.menu_top_scd li:not(:last-child){
		margin-bottom: 25px;
	}

	.menu_top_fst>li:hover::after{
		max-height: unset;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 10px solid #fff;
	}
	
	.menu_top_fst>li:hover .menu_top_scd {
		max-height: 0;
	}	
	.menu_top_fst>li.active .menu_top_scd {
		max-height: 100vw;
		transition: max-height .75s ease-in-out;
	}


	/* ? Header End */

	/* ? Main Start */


	.main_sec.quick{
		background-color: #fff;
		margin-top: 0;
		padding-top: 30px;
	}
	.quick_list{
		box-shadow: unset;
		justify-content: space-around;
	}
	
	.main_sec.quick .quick_list li{
		display: grid;
		justify-items: center;
		position: relative;
		box-shadow: unset;
		background-image: unset;
		padding-top: 0;
		padding-bottom: 60px;
	}
	.quick_list li .tit {
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		font-size: 20px;
		font-weight: 600;
		bottom: 8px;
		white-space: nowrap;
	}
	.quick_list li .txt{
		display: none;
	}

	.quick_list li .cont_link{
		display: block;
		padding: 0;
		width: 100px;
		height: 100px;
		background-size: 60px;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 50%;

	}
	.quick_list li::after{
		display: none;
	}
	.quick_list li:nth-child(odd) .cont_link{
		background-color: #d7edf6;
	}
	.quick_list li:nth-child(even) .cont_link{
		background-color: #dde6ef;
	}
	.quick_list li .cont_link::after{
		display: none;
	}
	.quick_list .wrsp .cont_link{
		background-image: url('../img/body/quick_icon01.png');
	}
	.quick_list .loca .cont_link{
		background-image: url('../img/body/quick_icon02.png');
	}
	.quick_list .week .cont_link{
		background-image: url('../img/body/quick_icon03.png');
	}
	.quick_list .offe .cont_link{
		background-image: url('../img/body/quick_icon04.png');
	}
	.quick_list li .link{
		display: none;
	}




	.main_sec.sun_srm{
		margin-top: 0;
		padding: 50px 0;
		background: url('../img/body/sec02_bg_mobi.png') no-repeat right bottom / 60%, #92d6ec;
	}
	.sun_srm_container {
		margin-right: auto;
		margin-left: 2%;
	}
	.sun_srm_container .tit {
		font-size: 35px;
	}
	.sun_srm_container .sbj {
		font-size: 40px;
	}
	.sun_srm_container .txt {
		font-size: 20px;
	}

	.link_youtube:hover{
		box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.2);

	}

	.main_sec.brd{
		display: block;
		margin-bottom: 0;
	}
	.brd_area.left, .brd_area.right{
		width: 100%;
	}
	.brd_noti{
		margin-bottom: 0;
		box-shadow: unset;
		padding: 25px 30px 25px 20px;
	}
	.link_youtube{
		flex: 2;
		margin-right: 0;
		box-shadow: unset;
	}
	.brd_wrsp{
		flex: 3;
		box-shadow: unset;
	}

	.brd_gall {
		padding: 50px 20px;
	}
	.brd_gall .tit{
		display: inline-block;
		margin-right: 2%;
	}

	.brd_gall .sbj{
		font-size: 70px;
	}

	.brd_gall .sbj br{
		display: none;
	}

	.brd_gall_list_cont {
		height: 300px;
	}

	.brd_gall_list li .thumb {
		width: 100%;
		height: 250px;
	}



	/* ? Main End */


	/*? Sub Start */

	.main.sub .main_cont {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.sub_top {
		padding-bottom: 10%;
	}

	.sub_top_tit {
		font-size: 2rem;
	}

	.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;
	}

	.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 */

	/*? Footer Start */

	.footer_cont {
		padding: 10px;
		box-sizing: border-box;
	}

	.footer .copy_txt {
		text-align: center;
		font-size: 1.3rem;
	}

	.footer_cont_noti {
		display: none;
	}

	/*? footer 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_both li .link{
		font-size: 14px;
	} 


	/* ? Header End */


	/* ? Main Start */


	.sun_srm_container {
		min-width: unset;
	}




	.main_sec.quick .quick_list{
		justify-content: flex-start;
	}
	.main_sec.quick .quick_list li{
		padding-bottom: 50px;
	}

	.quick_list li .cont_link {
		width: 100px;
		height: 100px;
		background-size: 60px;
		background-position: center;
	}
	.quick_list li .tit {
		font-size: 16px;
		bottom: 0px;
	}



	.brd_gall_list_cont {
		height: 190px;
	}

	.brd_gall_list li .thumb {
		height: 150px;
	}

	.brd_gall .sbj {
		font-size: 50px;
	}


	/* ? 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;
	}

	.menu_slct_list>li>.link {
		padding-left: 10px;
		font-size: 1.5rem;
	}

	/*? Sub End */

}
@media screen and (max-width:500px) {

	.header_both li .link {
		text-indent: -9999px;
	}

	
	.brd_area.left .btm{
		display: block;
	}

	.link_youtube{
		padding: 30px 0 35px;
	}

	.brd_gall_list_cont {
		height: 350px;
	}

	.brd_gall_list li .thumb {
		height: 300px;
	}

	.brd_gall .tit{
		font-size: 24px;
	}

	.brd_gall .sbj {
		font-size: 40px;
	}

	


	/*? Sub Start */

	.sol_media_board_area .media_abm_list_item.type02 {
		width: 100%;
		margin: 0 0px;
	}

	/*? Sub End */

}
@media screen and (max-width:480px) {
	.brd_noti_list li .sbj {
		width: 90%;
		margin-bottom: 18px;
	}
	.brd_noti_list li .date {
		display: none;
	}
	.brd_gall .tit{
		display: block;
	}


	.main_sec.quick {
		padding-bottom: 30px;
	}
	.main_sec.quick .quick_list{
		justify-content: center;
	}
	.main_sec.quick .quick_list li:nth-child(1),
	.main_sec.quick .quick_list li:nth-child(2)
	{
		margin-bottom: 20px;
	}
	.main_sec.quick .quick_list li {
		width: 40%;
		flex: none;
	}

	.main_sec.quick .quick_list li .cont_link{
		width: 80px;
		height: 80px;
		background-size: 50px;


	}
}
@media screen and (max-width:320px) {


	.logo{
		width: 100px;
	}


	.quick_list li .link {
		width: 150px;
		height: 150px;
		background-position: center 80%;
		background-size: 70px;
	}


	.sun_srm_container {
		margin-left: 5%;
	}

	.sun_srm_container .sbj {
		font-size: 24px;
	}

	.sun_srm_container .txt {
		font-size: 16px;
	}








	.brd_gall .sbj {
		font-size: 35px;
	}


	.brd_gall_list_cont {
		height: 220px;
	}

	.brd_gall_list li .thumb {
		height: 180px;
	}

}