/*팝업창*/
#popup {
	display: block;
	/*숨기기*/
	position: fixed;
	width: 100%;
	height: 100%;

	background-image: url(../img/common/bg_1r.png);
	background-repeat: repeat;
	z-index: 999;
	overflow: hidden;
	cursor: pointer;
}

#popmenu {
	position: absolute;
    left: 28%;
    top: 14%;
}

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

.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;
}



.section1 {
	background-image: url(../img/cover/bg_ptn.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

.section2 {
	background: #91dbd5;
}




.section3 {
	background: #ffffff;
}

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

.sec_con_wrap.pdt0 {
	padding: 0px 0 0px;
}


.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: 18px;
	line-height: 1.5em;
	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: 43%;
	transform: translateY(-50%);
}

.sec_con .hover_txt .hover_txt_inner .more_view {
	margin-bottom: 30px;
}

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

.sec_con a:hover .hover_txt .hover_txt_inner .more_view img {
	transform: translateY(10px)
}

.sec_con .hover_txt .hover_txt_inner p {
	font-family: 'NanumSquareNeo', serif;
}



.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: 350px;
	border-radius: 5px 5px 0px 0px;
	height: 280px;
	position: relative;
	margin-bottom: 30px;
	/* 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.2%;
	bottom: 0;
	color: #000;
	padding: 0.9375rem 0;
	transition: .3s;
	font-size: 19px;
	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: #9ac4e5;
	color: #ffffff;
}


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



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




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

	.sec_con ul li a:hover .sec_con_txt {

		color: #fff;
	}

	.sec_con3 ul li:nth-child(3) {
		width: 160px !important;
		height: 120px !important;
		background-size: cover !important;
	}

	.sec_con3 ul li:nth-child(4) {
		width: 160px !important;
		height: 120px !important;
		background-size: cover !important;
	}

	.sec_con3 ul li:nth-child(7) {
		width: 470px;
		background-size: cover !important;
		height: 155px;
	}

	.sec_con2 ul li:nth-child(1) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}
	
	.sec_con2 ul li:nth-child(2) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}
	
	.sec_con2 ul li:nth-child(3) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}



	.sec_con4 ul li:nth-child(1) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}

	.sec_con4 ul li:nth-child(2) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}

	.sec_con4 ul li:nth-child(3) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}

	.sec_con4 ul li:nth-child(4) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}

	.sec_con4 ul li:nth-child(5) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}

	.sec_con4 ul li:nth-child(6) {
		width: 160px !important;
		height: 130px !important;
		background-size: cover !important;
	}

	.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_con2 ul li:nth-child(1),
.sec_con2 ul li:nth-child(2),
.sec_con2 ul li:nth-child(3){
	width: 471px;
	background-size: cover !important;
	height: 280px;
}






.sec_con3 ul li {
	width: 350px;
	border-radius: 5px 5px 0px 0px;
	height: 280px;
	position: relative;
	margin-bottom: 30px;
	/* background-size: contain !important; */
	overflow: hidden;
}

.sec_con1 ul li:nth-child(1) {
    width: 713px;
}
.sec_con1 ul li:nth-child(2) {
    width: 713px;
}

.sec_con3 ul li:nth-child(7) {
	width: 713px;
}

.sec_con4 ul li:nth-child(1) {
	width: 713px;
}
.sec_con4 ul li:nth-child(6) {
	width: 713px;
}



/*--
.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 0px;
	}

	.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;
		margin-bottom: 15px;
	}

	.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: 48.5%;
		height: 130px;
		background-size: 100% !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;
	}
}
