/* hoverText */
.hovertext {
	position: relative;
}


.hovertext > li:nth-child(1):hover:before {
	content: "메인화면";
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: #616161;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 4px 7px 5px 6px;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	left: -84px;
	top: 8%;
	font-size: 17px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

.hovertext > li:nth-child(1):hover:before {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}


.hovertext > li:nth-child(2):hover:before {
	content: "건강 가꾸기";
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: #616161;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 4px 7px 5px 6px;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	left: -101px;
	top: 26%;
	font-size: 17px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}


.hovertext > li:nth-child(2):hover:before {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.hovertext > li:nth-child(3):hover:before {
	content: "건강 만들기";
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: #616161;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 4px 7px 5px 6px;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	left: -101px;
	top: 46.5%;
	font-size: 17px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

.hovertext > li:nth-child(3):hover:before {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.hovertext > li:nth-child(4):hover:before {
	content: "심평원 이야기";
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: #616161;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 4px 7px 5px 6px;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	left: -115px;
	top: 65.5%;
	font-size: 17px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

.hovertext > li:nth-child(4):hover:before {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.hovertext > li:nth-child(5):hover:before {
	content: "보건의료 이야기";
	visibility: hidden;
	opacity: 0;
	width: max-content;
	background-color: #616161;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 4px 7px 5px 6px;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	left: -130px;
	top: 86%;
	font-size: 17px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

.hovertext > li:nth-child(5):hover:before {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.pagination {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.pagination > li {
	list-style: none;
	height: 24px;
	width: 24px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: 15px;
	transition: background 1.1s;
	cursor: pointer;
	/*border: 3px solid #393939;*/
}

.pagination > li.active {
	background: #fdd000;
	 border: 3px solid #393939
}


.pagination > li.active:nth-child(2) {
	background: #8dc63f;
	
}

.pagination > li.active:nth-child(3) {
	background: #8781bd;
}

.pagination > li.active:nth-child(4) {
	background: #f7931d;
}

.pagination > li.active:nth-child(5) {
	background: #5ea9de;
}

.pagination > li {
	display: block;
}




.cover_t1 p {
	font-family: 'Paperlogy6';
	font-size: 34px;
	letter-spacing: -0.00em;
	text-align: center;
	color: #ffffff;
	background-color: #97cd4e;
	width: 260px;
	margin: 7% auto 0;
	border-radius: 5px;
 padding: 3px 0px 1px 0px;
}

.cover_t1 h2 {
	font-family: 'Paperlogy6';
	font-size: 34px;
	letter-spacing: -0.00em;
	text-align: center;
	color: #ffffff;
	background-color: #51860b;
	width: 260px;
	margin: 7% auto 0;
	border-radius: 5px;
	line-height: 1.75em;
 padding: 3px 0px 1px 0px;
}

.cover_t2 p {
	font-family: 'Paperlogy6';
	font-size: 34px;
	letter-spacing: -0.00em;
	text-align: center;
	color: #ffffff;
	background-color: #7770b5;
	width: 250px;
	margin: 7% auto 0;
	border-radius: 5px;
	padding: 3px 0px 1px 0px;
}

.cover_t2 h2 {
	font-family: 'Paperlogy6';
	font-size: 34px;
	letter-spacing: -0.00em;
	text-align: center;
	color: #ffffff;
	background-color: #7770b5;
	width: 250px;
	margin: 7% auto 0;
	border-radius: 5px;
	padding: 3px 0px 1px 0px;
	line-height: 1.75em;
}




.cover_t3 p {
	font-family: 'Paperlogy6';
    font-size: 34px;
    letter-spacing: -0.00em;
    text-align: center;
    color: #ffffff;
    background-color: #f78f16;
    width: 268px;
    margin: 7% auto 0;
    border-radius: 5px;
    padding: 3px 0px 1px 0px;
}


.cover_t3 h2 {
	font-family: 'Paperlogy6';
    font-size: 34px;
    letter-spacing: -0.00em;
    text-align: center;
    color: #ffffff;
    background-color: #b66200;
    width: 268px;
    margin: 7% auto 0;
    border-radius: 5px;
    padding: 3px 0px 1px 0px;
	line-height: 1.75em;
}

.cover_t4 p {
	font-family: 'Paperlogy6';
	font-size: 34px;
	letter-spacing: -0.00em;
	text-align: center;
	color: #ffffff;
	background-color: #5ea9de;
	width: 300px;
	margin: 7% auto 0;
	border-radius: 5px;
	 padding: 3px 0px 1px 0px;
}

.cover_t4 h2 {
	font-family: 'Paperlogy6';
	font-size: 34px;
	letter-spacing: -0.00em;
	text-align: center;
	color: #ffffff;
	background-color: #2271aa;
	width: 300px;
	margin: 7% auto 0;
	border-radius: 5px;
	 padding: 3px 0px 1px 0px;
	line-height: 1.75em;
}


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

	.cover_t1 p {
		font-size: 23px !important;
		width: 140px;
		margin: 0 auto;
		border-radius: 0 0 7px 7px;
		padding: 4px 0 0 0;
	}

	.cover_t2 p {
		font-size: 23px !important;
		width: 140px;
		margin: 0 auto;
		border-radius: 0 0 7px 7px;
		padding: 4px 0 0 0;
	}

	.cover_t3 p {
		font-size: 23px !important;
		width: 155px;
		margin: 0 auto;
		border-radius: 0 0 7px 7px;
		padding: 4px 0 0 0;
	}
	
	.cover_t4 p {
		font-size: 23px !important;
		width: 175px;
		margin: 0 auto;
		border-radius: 0 0 7px 7px;
		padding: 4px 0 0 0;
	}

}



/*텍스트 애니 시작*/
.textani {
	position: relative;
	margin-top: 40px
}

.textani p {
	font-size: 81px;
	line-height: 1.3em;
	font-family: 'Paperlogy8';
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.2);

	color: #ffffff;
}

.textani p + p {
	margin-left: 40px;
	display: inline-block;
}

.textani > div {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	will-change: transform;
	-webkit-animation: textani 40s linear infinite;
	animation: textani 40s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@-webkit-keyframes textani {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes textani {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*텍스트 애니 끝*/


/*텍스트 애니1 시작*/
.textani1 {
	position: relative;
	margin-top: 4%;
}

.textani1 p {
	font-size: 81px;
	line-height: 1.3em;
	font-family: 'Paperlogy8';
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.5);
}

.textani1 p + p {
	margin-left: 40px;
	display: inline-block;
}

.textani1 > div {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	will-change: transform;
	-webkit-animation: textani 15s linear infinite;
	animation: textani1 15s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@-webkit-keyframes textani1 {
	0% {
		-webkit-transform: translateX(15%);
		transform: translateX(15%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes textani1 {
	0% {
		-webkit-transform: translateX(15%);
		transform: translateX(15%);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/*텍스트 애니1 끝*/





/*팝업창*/




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

.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 {
	height: 100%;
}


.section1 {
	height: 100%;
}

.section2 {}

.section3 {
	height: 100%;
}

.sec_con_wrap {
	padding: 0px 0 0px
}

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

.sec_con_wrap.dou {
	padding: 60px 0 50px
}


.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.slider {
	width: 82.5%;
	position: relative;
	margin-left: 28px;
}



@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 ul li.five1 a:hover .hover_txt {
	opacity: 1;
}

.sec_con ul li.five1 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;
	border-radius: 165px 165px 165px 165px;
}




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

.sec_con .hover_txt .hover_txt_inner p {
	font-family: "NanumSquareNeo";
	letter-spacing: 0.00em;
	font-size: 19px;
	line-height: 1.4em;
	margin-top: 22px;
	text-align: center;
}


/* */




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


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

.sec_con .hover_txt .hover_txt_inner p {
	font-family: "NanumSquareNeo";
	letter-spacing: 0.00em;
	font-size: 19px;
	line-height: 1.4em;
	margin-top: 22px;
	text-align: center;
}

.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(8px);
}


/* 슬라이더 호버 */

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

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

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

.sec_con_s .hover_txt .hover_txt_inner .more_view {
	margin-bottom: 20px;
}

.sec_con_s .hover_txt .hover_txt_inner p {
	font-family: "NanumSquareNeo";
	letter-spacing: 0.00em;
	font-size: 19px;
	line-height: 1.4em;
	margin-top: 10px;
	text-align: center;
}

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

.sec_con_s a:hover .hover_txt .hover_txt_inner .more_view img {
	transform: translateY(8px);
}

.spring-slider .swiper-slide .more_view img {
	width: 54px;
	height: 56px;
	text-align: center;
	margin: 0 auto;
}


.sec_con.swiper ul li {
	width: 80%;
	border-radius: 0;
	height: 450px;
	position: relative;
	margin-bottom: 30px;
	background-size: contain !important;
	overflow: hidden;
}


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

.sec_con_s 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: 20px 0 25px 0;
	transition: .3s;
	font-size: 20px;
	font-family: 'Paperlogy5';
	letter-spacing: 0em;
}

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


.sec_con ul li.slider {
	width: 390px;
    border-radius: 8%;
    height: 420px;
    position: relative;
    background-size: contain !important;
    overflow: hidden;
}



/* 슬라이더 호버 */



.sec_con ul li {
	width: 320px;
	border-radius: 49%;
	height: 346px;
	position: relative;
	margin-bottom: 30px;
	background-size: contain !important;
	overflow: hidden;
}


.section2 .sec_con ul li {
	width: 330px;
	border-radius: 8%;
	height: 330px;
	position: relative;
	margin-bottom: 30px;
	background-size: contain !important;
	overflow: hidden;
}



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



.sec_con_left.bottom ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 77%;
    margin: 0 auto;
}



.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.icon {
	width: 339px;
	border-radius: 0%;
	height: 320px;
	margin-top: 27px;
}

.sec_con ul li.icon1 {
	width: 330px;
	border-radius: 0%;
	height: 330px;
	margin-top: 10px;
	margin-bottom: 8%;
}

.sec_con ul li.icon2 {
	width: 330px;
	border-radius: 0%;
	height: 330px;
	margin-top: 48px;
}





.sec_con ul li.five1 {
	width: 704px;
	border-radius: 165px 165px 165px 165px;
	height: 320px;
	position: relative;
	margin-bottom: 30px;
	background-size: contain !important;
	overflow: hidden;
}


.sec_con.swiper ul li {
	width: 80%;
	border-radius: 0;
	height: 450px;
	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;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #000;
    padding: 15px 0 17px 0;
    transition: .3s;
    font-size: 22px;
    font-family: 'Paperlogy5';
    letter-spacing: 0em;

}

.sec_con ul li.five1 a .sec_con_txt {
	text-align: center;
	color: #000;
	padding: 20px 0 26px 0;
	transition: .3s;
	font-size: 20px;
	font-family: 'Paperlogy5';
	letter-spacing: 0em;

}


.sec_con ul li a .sec_con_txt.twoline {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #000;
	padding: 7px 0 12px 0;
	transition: .3s;
	font-size: 20px;
	font-family: 'Paperlogy5';
	letter-spacing: 0em;
	line-height: 1.3em;
}





.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: #51860b;
	color: #ffffff;
}


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

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

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

.section2 .sec_con ul li.sec4 a:hover .sec_con_txt {
	background: #2271aa;
	color: #ffffff;
}





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

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




@media screen and (max-width:1500px) {
	
	.sec_con_left.bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
	
	

	#side-nav > .wrap .nav-content:nth-child(3) ul > li.active,
	#side-nav > .wrap .nav-content:nth-child(3) ul > li:hover  {
		background-color: #8dc63e;
		color: #fff;
		/* border-radius: 5px; */
	}

	header .btn-toggle-nav {
		       display: block;
        width: 37px;
        height: 23px;
        background-image: url(../img/common/btn_nav.png);
        /* background-size: contain; */
        position: absolute;
        right: 0px;
        top:32px;
        cursor: pointer;
	}


	.sec_con ul li a .sec_con_txt {
		text-align: center;
		background: rgba(255, 255, 255, 1);
		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.five1 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;
		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_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(5) {
		width: 757px !important;
		height: 150px !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_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: 1;
	}
}

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





	.sec_con_wrap {
		padding: 0px 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;
	}

	.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: 20.0625rem;
		border-radius: 5%;
	}

	.section2 .sec_con ul li {
		width: 20.0625rem;
		/* height: 200px; */
		border-radius: 5%;
	}

	.sec_con ul li.five1 {
		width: 42.3rem;

		border-radius: 5%;
	}



	.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:767px) {
	
	header .btn-toggle-nav {
		       display: block;
        width: 37px;
        height: 23px;
        background-image: url(../img/common/btn_nav.png);
        /* background-size: contain; */
        position: absolute;
        right: 0px;
        top: 21px;
        cursor: pointer;
	}

	.sec_con ul li {
		width: 160px;
        height: 171px;
        border-radius: 5%;
        margin-bottom: 20px;
	}

	.section2 .sec_con ul li {
		width: 160px;
        height: 161px;
        border-radius: 5%;
        margin-bottom: 20px;
    }

	.sec_con ul li.five1 {
		width: 42.3rem;
		height: 155px;
		border-radius: 7px 7px 7px 7px;
		margin-bottom: 20px;
	}














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

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

		.sec_con ul li.five1 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;
		}
	}
