/*팝업창*/
#popup {
	display: block;
	/*숨기기*/
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255);
	z-index: 999;
}

#popmenu {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 650px;
	height: 474px;
	text-align: center;
	background: #f58221;
}

#popmenu img {
	margin-top: 0px;
}

.wrapper_menu {
	width: 1415px;
	margin: 0 auto;
}

.container {
	padding: 0;
	width: 100%;
	/* max-width: 1840px; */
}

@media screen and (max-width: 767px) {
	
	.scroll{
		overflow-y: scroll;
	}


	section,
	#include-header,
	#include-footer {
		width: 100%;
	}

	.mstit1 {
		margin: 4% 27% 0 27% !important;
	}

	.wrapper_menu {
		width: 100%;
		padding: 0 15px;
	}
}

.main_copy {
	font-family: 'IBMPlexSansKR-SemiBold';
	font-size: 31px;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.exit {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 2.1em;
	cursor: pointer;

}

/*본문내용*/
#contents {
	width: 600px;
	height: 500px;
	text-align: center;
	line-height: 150px;
	color: #fff;
	background: #555;
	cursor: pointer;
}


.flex_wrap {
	display: flex;
	justify-content: space-between;
}

.flex_wrap1 {

	justify-content: space-between;
}


.main_visu_txt {
	position: absolute;
	z-index: 491;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 12%;
	width: 572px;
}



.mobile_visu_txt {
	display: none;
	position: absolute;
	z-index: 491;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	padding-top: 23%;
	text-align: center;
}

.section0.bgw {
	background: #ffffff;
	margin-bottom: 60px;
}


.section1 {
	background: #ffc5ca;
}


.sec_con_wrap {
	padding: 30px 0 45px;
}

.sec_con_wrap.pd0 {
	padding-bottom: 0px;
}

.sec_con_wrap.dou {
	padding: 60px 0 70px;
}


.sec_con_wrap.bottom {
	padding: 0px 0 100px;
}

.sec_con_wrap .sec_tit_mo {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	position: relative;
	top: -1.875rem
}

.sec_con_wrap .sec_tit_mo1 {
	color: #d9d9d9;
}

.sec_con_wrap .sec_tit_mo2 {
	color: #fff;
}

.sec_con_wrap .sec_tit_mo3 {
	color: #d9d9d9;
}

.sec_con_wrap .sec_tit_mo4 {
	color: #fff;
}

.sec_tit {
	font-weight: 500;
	font-size: 3.75rem;
}

.sec_tit_left {
	margin-left: 0.625rem;
	margin-top: 50px;
}

.sec_tit_left img {
	max-width: inherit;
}

.sec_tit_right {
	margin-left: 0.625rem;
}

.sec_tit_right img {
	max-width: inherit;
}

.sec_tit_center {
	margin-left: 0.625rem;
}

.sec_tit_center img {
	max-width: inherit;
}

.sec_con {
	width: 100%;
	position: relative;
}

.sec_con ul li a:hover .hover_txt {
	opacity: 1;
}

.sec_con ul li a .hover_txt {
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
	font-size: 19px;
	overflow: hidden;
}

@media screen and (max-width:950px) {

	.section0.bgw {

		margin-bottom: 40px !important;
	}


	.sec_con ul li a .hover_txt {
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		opacity: 0;
		transition: 0.3s;
		font-size: 14px;
		overflow: hidden;

	}
}

.sec_con .hover_txt .hover_txt_inner {
	position: relative;
	top: 40%;
	transform: translateY(-50%);
}

.sec_con .hover_txt .hover_txt_inner .more_view {
	margin-bottom: 2rem;
}

.sec_con .hover_txt .hover_txt_inner p {
	font-family: 'score4', serif;
	line-height: 1.5em;
}

.sec_con a:hover .hover_txt .hover_txt_inner .more_view img {
	transition: .3s;
}

.sec_con a:hover .hover_txt .hover_txt_inner .more_view img {
	transform: rotate(180deg);
}

.sec_con_left ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.sec_con_right ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.sec_con_center ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.sec_con_two ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* 
.sec_con_left ul li {
	margin-left: 1.25rem;
}
*/

.sec_con_right ul li {
	margin-right: 1.25rem;
}

.sec_con_center ul li {
	margin-right: 1.25rem;
}

.sec_con_two ul li {
	margin-left: 1.25rem;
}

.sec_con ul li {
	width: 450px;
	border-radius: 5px 5px 5px 5px;
	height: 280px;
	position: relative;
	margin-bottom: 1.25rem;
	background-size: contain !important;
	overflow: hidden;
}

.sec_con ul.m5 li {
	width: 292px;
	border-radius: 5px 5px 5px 5px;
	height: 280px;
	position: relative;
	margin-bottom: 1.25rem;
	background-size: contain !important;
	overflow: hidden;
}


.sec_con ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sec_con ul li a .sec_con_txt {
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #000;
	padding: 9px 0;
	transition: .3s;
	font-size: 20px;
	border-radius: 0 0 5px 5px;
	font-family: "NanumSquareNeoBold", "Malgun Gothic", "sans-serif";
}

.sec_con ul li a:hover .sec_con_txt {
	background: #8dc63e;
	color: #fff;
}




.section0.title .sec_con ul li a:hover .sec_con_txt {
	background: #feb811;
	color: #ffffff;
}



.section0 .sec_con ul li a:hover .sec_con_txt {
	background: #95ddca;
	color: #ffffff;
}


.section1 .sec_con ul li a:hover .sec_con_txt {
	background: #6da6e6;
	color: #ffffff;
}

.section2 .sec_con ul li a:hover .sec_con_txt {
	background: #95ddca;
	color: #ffffff;
}

.section3 .sec_con ul li a:hover .sec_con_txt {
	background: #95ddca;
	color: #ffffff;
}




@media screen and (max-width:950px) {

	.main_copy {
		font-family: 'IBMPlexSansKR-SemiBold';
		font-size: 21px;
		line-height: 1.2em;
		letter-spacing: -0.04em;
	}

	.sec_con1 ul.m1 li:nth-child(3) {
		width: 100% !important;
		height: 202px !important;
		z-index: 11;
		background: url(../img/cover/img3m.png) no-repeat top center !important;
		background-size: contain !important;
	}
	
	.sec_con1 ul.m4 li:nth-child(1) {
		width: 100% !important;
		height: 202px !important;
		z-index: 11;
		background: url(../img/cover/img9m.png) no-repeat top center !important;
		background-size: contain !important;
	}



	.sec_con ul li a .sec_con_txt {
		text-align: center;
		background: rgba(255, 255, 255);
		position: absolute;
		width: 100%;
		bottom: 0;
		color: #000;
		padding: 0.9375rem 0;
		border-radius: 0 0 0.325rem 0.325rem;
		transition: .3s;
		font-size: 20px;
	}

	.sec_con ul li a:hover .sec_con_txt {

		color: #fff;
	}



	.sec_con_wrap.bottom {
		padding: 0px 0 70px;
	}

	.sec_con_wrap.three {
		padding: 30px 0 40px;
	}




	.sec_con_last ul li .sec_con_last_wrap .sec_con_last_top {
		color: #4d75be;
		font-size: 16.5px !important;
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid;
		padding-bottom: 6px !important;
		margin-bottom: 6px !important;
	}

	.sec_con_last ul li .sec_con_last_wrap .sec_con_last_bottom {
		font-size: 16px !important;
	}


}

.sec_con1 ul.m1 li:nth-child(3) {
	width: 450px;
	height: 590px;
	z-index: 11;
}


.sec_con1 ul.m4 li:nth-child(1) {
	width: 450px;
	height: 590px;
	z-index: 11;
}

.sec_con1 ul.m5 li:nth-child(1) {
	width: 450px;

}



.sec_con1 ul.m2 li:nth-child(3) {
	display: block;
	z-index: 1;
}





/*--
.sec_con_last ul li:nth-child(6) {
    background-color: #ffeadc;
}
--*/


.sec_con_last ul li {
	height: 8.5625rem;
	background: #fff;
	width: 42.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec_con_last ul li .sec_con_last_wrap {
	text-align: center;
}

.sec_con_last ul li .sec_con_last_wrap a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.sec_con_last ul li .sec_con_last_wrap .sec_con_last_top {
	color: #c06518;
	font-size: 19px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.sec_con_last ul li .sec_con_last_wrap .sec_con_last_bottom {
	font-size: 18px;
}

@media screen and (max-width:1580px) {
	.sec_con_last ul li {
		width: 46%;
	}
}

@media screen and (min-width:950px) {
	header h1 {
		opacity: 0;
	}
}

@media screen and (max-width:950px) {

	.sec_con_wrap {
		padding: 20px 0 20px;
	}
	
	.sec_con_wrap.mb10 {
		padding: 20px 0 10px;
	}

	.sec_con_wrap.dou {
		padding: 5px 0 40px;
	}


	.sec_con_wrap.flex_wrap {
		display: block;
	}

	/* .sec_con ul li:nth-child(2n-1) { margin-right: 10px; } */
	.sec_con_left ul {
		justify-content: space-between;
	}

	.sec_con_left ul li {
		margin-left: 0;
	}

	.sec_con_two ul {
		justify-content: space-between;
	}

	.sec_con_two ul li {
		margin-left: 0;
	}

	.sec_con_right ul {
		justify-content: space-between;
	}

	.sec_con_right ul li {
		margin-right: 0;
	}

	.sec_con_center ul {
		justify-content: space-between;
	}

	.sec_con_center ul li {
		margin-right: 0;
	}

	.section3 .sec_con_right ul li {
		margin-right: 0;
		height: 13.2rem !important;
	}

	.sec_con ul li {
		width: 49%;
		height: 130px;
	}
	
	.sec_con ul.m5 li {
		width: 49%;
		height: 140px;
		background-size: cover !important;
	}



	.sec_tit {
		margin-left: 0.625rem;
		margin-top: 0px;
	}

	.sec_con ul li a .hover_txt .hover_txt_inner .more_view img {
		width: 27px;
	}

	.sec_con5 ul li:nth-child(1) {
		width: 499px !important;
		height: 205px !important;
	}

	.sec_con5 ul li:nth-child(2) {
		width: 499px !important;
		height: 205px !important;
	}

	.sec_con5 ul li:nth-child(3) {
		width: 499px !important;
		height: 205px !important;
	}
}

@media screen and (max-width:1300px) {
	html {
		font-size: 10px;
	}

	.sec_con ul li a .sec_con_txt {
		font-size: 16px;
	}

	.main_visu_txt {
		display: none;
	}

	.mobile_visu_txt {
		display: block;
		position: absolute;
		z-index: 491;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		padding-top: 16%;
		text-align: center;
	}
}

@media screen and (max-width:480px) {
	html {
		font-size: 8px;
	}
}
