@charset "UTF-8";



/*리셋----------------------------------*/


* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #24211d;
	letter-spacing: -0.1px;
}

.clearfix::after, .clearfix::before {
    content: "";
    overflow: hidden;
    clear: both;
}

ul,li {
    list-style: none;
}

a, p {
    text-decoration: none;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.row {
	
}

body {
	overflow-x:hidden;
	overflow-y:auto;
}

.ir_so {
	display: none;
	line-height: 0;
}







/* 헤더----------------------------------*/

#wrap {
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 130px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 777;
}

#header .container {
    position: relative;
}

.header {
	width: 100%;
    height: 130px;
}

.header_logo {
	width: 200px;
	height: 130px;
    float: left;
	display: flex;
	justify-content: center;
	align-items:center; 
}

.header_logo img {
	display: block;
}

.header_nav {
    float: right;
}

.header_nav ul li:hover a {
    color: #536b6f;
}

.header_nav ul li {
    float: left;
    line-height: 130px;
    position: relative;
    margin: 0 22px;
    cursor: pointer;
}

.header_nav ul li a {
    font-size: 17px;
    font-weight: 500;
}

.header_nav ul li ul.sub {
    position: absolute;
    top: 97px;
    left: 0px;
    z-index: 9999;
    width: 800px;
    display: none;
}

.header_nav ul li:nth-child(1) ul.sub {
	left: -22px;
}

.header_nav ul li:nth-child(2) ul.sub {
	left: -134px;
}

.header_nav ul li:nth-child(3) ul.sub {
    left: -125px;
}

.header_nav ul li:nth-child(4) ul.sub {
	left: -141px;
}

.header_nav ul li ul.sub li {
    float: left;
    width: auto;
}

.header_nav ul li ul.sub li a {
    font-size: 15px;
	color: #24211d;
}

.header_nav ul li ul.sub li a:hover {
	color: #536b6f;
}

.header_nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 3px;
    background: #536b6f;
    transition: all 0.25s ease-in-out;
}

.header_nav>ul>li:hover>a::after {
	width: 100%;
	left: 0;
}


.header_nav .header_reservation {
	display: inline-block;
	padding: 10px 20px;
    background-color: #536b6f;
	margin: 43px 0 0 20px;
	
}

.header_nav .header_reservation a {
    color: #fff;
}

.header_nav .header_reservation a:hover {
	color: #eadac7;
}

.header_nav_bg {
    width: 100%;
    height: 66px;
    background: #fff;
    position: absolute;
    top: 130px;
    z-index: 1;
    border-top: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: none;
}

#ham {
    position: absolute;
    width: 36px;
    height: 27px;
    top:41%;
    right: 15px;
    position: 0;
    z-index: 7000;
    cursor: pointer;
}

#ham .cheese {
	height: 4px;
	width: 100%;
	background: #000;
	position: relative;
	display: none;
}

#ham .cheese::after {
	position: absolute;
	height: 4px;
	width: 100%;
	background: #000;
	top:12px;
	content: "";
}

#ham .cheese::before {
	position: absolute;
	height: 4px;
	width: 100%;
	background: #000;
	top:24px;
	content: "";
}

#closeham {
	cursor: pointer;
	content: "X";
	position: relative;
	top:0;
	right:0;
	background: red;
	font-size: 50px;
	z-index: 8000;
}




/* 퀵배너---------------------------------- */

#banner {
    position: relative;
}

.banner_quick {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 9999;
    display: flex;
	justify-content: center;
	align-items: center;
}

.banner_quick img {
	display: block;
    width: 60px;
    height: 250px;
	margin-top: -150px;
}

.banner_quick .banner_quick_menu {
    width: 220px;
	height: 100vh;
	padding: 40px;
    background: #23201c;
}

.banner_quick_search h2 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 20px;
	margin-top: 120px;
}

.banner_quick_search .banner_sch_window {
    display: inline-block;
    width: 170px;
    height: 40px;
}

.banner_quick_search .banner_sch_input_text {
    width: 175px;
    height: 40px;
    border: 0;
    line-height: 21px;
    font-size: 14px;
    outline: none;
	padding: 10px 15px;
	box-sizing: border-box;
	margin-top: -1px;
}

.banner_quick_search .banner_sch_smit {
    width: 40px;
    height: 40px;
	margin-left: 5px;
	vertical-align: -1px;
    border: 0;
    background: #677a7e;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
}

.banner_quick_search .banner_sch_smit i {
	color: #fff;
	vertical-align: 1px;
}

.banner_quick_search .banner_sch_smit:hover {
    background: #56c82c;
}

.banner_quick_menu {
	position: relative;
}

.banner_quick_menu .close {
	position: absolute;
	top: 60px;
	right: 40px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding: 5px;
}

.banner_quick_menu .close .line1 {
	display: block;
	width: 36px;
	height: 3px;
	background-color: #fff;
	transform: rotate(45deg);
}

.banner_quick_menu .close .line2 {
	display: block;
	width: 36px;
	height: 3px;
	margin-top: -3px;
	background-color: #fff;
	transform: rotate(-45deg);
}

.banner_quick_menu .banner_quick_link {
	margin-top: 70px;
}

.banner_quick_menu .banner_quick_link h2 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 20px;
}

.banner_quick_menu .banner_quick_link ul li {
    line-height: 30px;
    text-align: center;
    margin-top: 18px;
}

.banner_quick_menu .banner_quick_link ul li:first-child {
	margin-top: 32px;
}

.banner_quick_menu .banner_quick_link ul li a {
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
    width: 218px;
    height: 60px;
    display: block;
	line-height: 60px;
	font-size: 16px;
	font-weight: 500;
}

.banner_quick_menu .banner_quick_link ul li a i {
    margin-right: 14px;
	color: #fff;
	font-size: 24px;
	vertical-align: -3px;
}



/* 배너 영역 ----------------------------------*/

#banner2 {
	width: 100%;
	height: 710px;
	background: url(../img/sub/01.png) no-repeat center center;
	background-size: cover;
}

#banner2 .banner {
	width: 100%;
}

#banner2 .banner .text {
	text-align: center;
	padding-top: 300px;
	text-shadow: 0 0 10px #000;
}

#banner2 .banner .text .en_title {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	position: relative;
	margin-top: 16px;
}

#banner2 .banner .text .en_title::after {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 34px;
	left: 50%;
	transform: translateX(-50%);
}

#banner2 .banner .text .title {
	display: block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-top: 40px;
}

#banner2 .banner .text .sub_title {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	font-style: normal;
	margin-top: 40px;
	line-height: 1.8;
}












/*컨텐츠:포레스트리 소개----------------------------------*/

#wrap {
	position: relative;
}

#cont_wrap {
	padding: 180px 0;
}


.contents1 {
	
}

.contents1 .title {
	overflow: hidden;
}

.contents1 .title .title_img {
	float: left;
	width: 50%;
	margin-right: 3%;
}

.contents1 .title .title_img img {
	display: block;
}

.contents1 .title .title_text1 {
	float: left;
	width: 47%;
	padding-top: 30px;
}

.contents1 .title .title_text1 h2 {
	display: block;
	font-size: 70px;
	opacity: 0.14;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #536b6f;
	margin-bottom: 60px;
}

.contents1 .title .title_text1 h3 {
	
}

.contents1 .title .title_text1 h3 span, .contents1 .title .title_text2 h3 span {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: rgba(83,107,111,.5);
	font-size: 32.5px;
}

.contents1 .title .title_text1 h3 em, .contents1 .title .title_text2 h3 em {
	display: inline-block;
	font-style: normal;
	color: #222;
	font-size: 30px;
	letter-spacing: -1px;
	margin-left: 14px;
	font-weight: 700;
	margin-bottom: 24px;
}

.contents1 .title .title_text1 .sub_title, .contents1 .title .title_text2 .sub_title {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.8;
	margin-bottom: 48px;
}



.contents1 .sub_table1 {
	margin-top: 100px;
	overflow: hidden;
}

.contents1 .sub_table1 h3 {
	
}

.contents1 .sub_table1 h3 span {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: rgba(83,107,111,.5);
	font-size: 32.5px;
}

.contents1 .sub_table1 h3 em {
	display: inline-block;
	font-style: normal;
	color: #222;
	font-size: 30px;
	letter-spacing: -1px;
	margin-left: 14px;
	font-weight: 700;
	margin-bottom: 40px;
}



.contents1 .sub_table1 table {
	width: 49%;
	float: left;
	border-collapse: collapse;
	box-sizing: border-box;
	margin-right: 2%;
}

.contents1 .sub_table1 table caption {
	text-align: left;
}

.contents1 .sub_table1 table caption h3 {
	display: block;
	border-bottom: 6px solid #536b6f;
	width: 120px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #222;
	padding-bottom: 12px;

}

.contents1 .sub_table1 .background tbody {
	border: 1px solid #b4c2c0;
}


.contents1 .sub_table1 .background tbody tr td {
	padding: 30px;
	line-height: 1.8;
}


.contents1 .sub_table1 .research {
	margin-right: 0;
}

.contents1 .sub_table1 .research tbody tr td {
	padding: 21px 30px;
	border: 1px solid #b4c2c0;
}



.contents1 .sub_table_img {
	overflow: hidden;
	margin-top: 38px;
}

.contents1 .sub_table_img div {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.contents1 .sub_table_img div:last-child {
	margin-right: 0;
}

.contents1 .sub_table_img div img {
	display: block;
	width: 100%;
}

.contents1 .sub_table_img div em {
	display: block;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	text-align: center;
	padding-top: 20px;
}




.contents1 .sub_table2 {
	height: 340px;
	margin-top: 120px;
}

.contents1 .sub_table2>table {
	float: left;
	width: 49%;
	margin-right: 2%;
	border-collapse: collapse;
}

.contents1 .sub_table2>table {
	
}

.contents1 .sub_table2>table>caption {
	text-align: left;
	position: relative;
	height: 116px;
}

.contents1 .sub_table2>table>caption>h3>span {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: rgba(83,107,111,.5);
	font-size: 32.5px;
}

.contents1 .sub_table2>table>caption>h3>em {
	display: inline-block;
	font-style: normal;
	color: #222;
	font-size: 30px;
	letter-spacing: -1px;
	margin-left: 14px;
	font-weight: 700;
}

.contents1 .sub_table2>table>caption>span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.8;
	margin-top: 10px;
}

.contents1 .sub_table2 .overview tbody, .contents1 .sub_table2 .construction tbody {
	border-top: 6px solid #536b6f;
	border-collapse: collapse;
}

.contents1 .sub_table2 .overview tbody tr, .contents1 .sub_table2 .construction tbody tr {
	
}

.contents1 .sub_table2 .overview tbody tr td, .contents1 .sub_table2 .construction tbody tr td {
	border: 1px solid #b4c2c0;
	border-collapse: collapse;
	height: 67px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}

.contents1 .sub_table2 .construction {
	margin-right: 0;
}









/* 푸터 ------------------------------------------ */

#footer2 {
    width: 100%;
    height: 320px;
    background: #293435;
}

.footer2 {
    padding-top: 80px;
    overflow: hidden;
	width: 100%;
}

.footer2 ul li {
    display: inline;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.footer2 ul li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top:6px;
    left:0;
    z-index: 100;
}

.footer2 ul li:first-child:after{
	display: none;
}

.footer2 ul li:first-child{
    padding-left: 0;
}

.footer2 ul li:last-child{
    padding-right: 0;
}

.footer2 ul li a {
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    text-decoration: none;
	font-weight: 400;
}

.footer2 form {
    float: right;
    margin-top: -24px;
}

.footer2 form select{
    font-size: 13.5px;
    font-family: 'Noto Sans KR', sans-serif;
    padding-left: 5px;
	width: 142px;
}

.footer2 form select option {
	font-size: 13px;
}

.footer2 .logof {
    margin-top: 70px;
    float: left;
}

.footer2 .logof img{
	display: block;
}

.footer2 .footernotice {
	width: 874px;
    float: right;
    margin: 67px 0 0 213px;
	padding-left: 0;
}

.footer2 .footernotice p {
	text-align: left;
	color: rgba(255,255,255,0.5);
	margin-top: -20px;
}



/*  미디어 쿼리 1280 -------------------------------------- */


@media(max-width:1280px){
	
    .container {
		width: 100%;
	}  
	
	#header {
		height: 115px;
	}
    
    #header .row {
		padding: 0 40px;
	}
	
    #header .container {
		background: #fff;
		height: 115px;
		border-bottom: 1px solid #d1d1d1
	}

	
    .header_nav ul li {
		line-height: 115px
	}
	
    .header_nav .header_reservation {
		margin: 38px 0 0 20px
	}
	
    .header_nav ul li ul.sub {
		top: 92px;
	}
	
    .header_nav_bg {
		top: 115px;
		height: 66px;
	}
        
    .banner_quick {
		display: none;
	}
	
	#contents1 .row {
		width: 95%;
		margin: 0 auto;
	}
	
	
	.contents1 .title .title_img {
		width: 100%;
		height: 400px;
		background: url(../img/sub/SE-132f84a1-a147-4e87-9717-07602ec9b27f.jpg) no-repeat center center;
		background-size: cover;
		margin-bottom: 20px;
	}
	
	.contents1 .title .title_img img {
		display: none;		
	}
	
	.contents1 .title .title_text1 {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	
	.contents1 .title .title_text1 h2 {
		margin-bottom: 100px;
	}
	
	.contents1 .title .title_text2 {
		float: left;
		width: 49%;
		margin-top: 215px;
	}
	
	
        
    #footer2 .container {
		padding: 15px;
	}
	
    .footer2{
		position: relative;
	}
	
    .footer2 .footernotice {
		width: 72%;
		height: 100px;
		margin:0;
		position:absolute;
		right:0;
		top:170px;
		z-index: 50;
	}
	
    .footer2 .footernotice p {
		margin-top: 0px;
		font-size: 16px;
	}
	
    .footer2 {
		overflow: visible;
	}
	
    .footer2 form {
		margin-right: 30px;
	}
    
}



/*  미디어 쿼리 1200 -------------------------------------- */


@media(max-width:1200px) {

	.contents1 .title .title_text1 {
		width: 100%;
		text-align: center;
	}
	
	.contents1 .title .title_text1 h2 {
		display: none;
	}
	
	.contents1 .title .title_text1 h3 {
		padding-top: 40px
	}
	
	.contents1 .title .title_text1 .sub_title {
		margin-bottom: 0;
	}
	
	.contents1 .title .title_text2 {
		width: 100%;
		margin-top: 90px;
		text-align: center;
		background-color: #e7ebeb;
		padding: 100px 0;
	}
	
	.contents1 .title .title_text2 .sub_title {
		margin-bottom: 0;
	}
	
	.contents1 .sub_table1 h3 {
		text-align: center;
	}
	
	.contents1 .sub_table1 .background, .contents1 .sub_table1 .research {
		width: 90%;
		margin-left: 5%;
		margin-right: 0;
		margin-bottom: 80px;
	}
	
	.contents1 .sub_table1 .background caption h3, .contents1 .sub_table1 .research caption h3 {
		text-align: center;
		width: 100%;
		color: #536b6f;
		font-weight: 700;
	}
	
	.contents1 .sub_table1 .background tbody tr td, .contents1 .sub_table1 .research tbody tr td {
		text-align: center;
	}
	
	.contents1 .sub_table_img {
		width: 90%;
		margin: 0 auto;
	}
	
	.contents1 .sub_table2 {
		background: linear-gradient(#e7ebeb 54%, #fff 46%);
		padding: 100px 0 80px;
		height: 800px;
	}
	
	.contents1 .sub_table2 .overview {
		margin-right: 0;
		margin-bottom: 200px;
	}
	
	.contents1 .sub_table2 h3, .contents1 .sub_table2 span {
		text-align: center;
	}
	
	.contents1 .sub_table2 .overview, .contents1 .sub_table2 .construction {
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}
	
	.contents1 .sub_table2 .overview tbody tr td, .contents1 .sub_table2 .construction tbody tr td {
		padding-left: 0;
	}
	
}



/*  미디어 쿼리 1120 -------------------------------------- */


@media(max-width:1120px) {
	
	.contents1 .sub_table_img div {
		width: 49%;
	}
	
	.contents1 .sub_table_img div:first-child {
		margin-bottom: 50px;
	}
	
	.contents1 .sub_table_img div:nth-child(2n) {
		margin-right: 0;
	}
	
	.contents1 .sub_table_img div:nth-child(2) {
		margin-bottom: 50px;
	}
	
}



/*  미디어 쿼리 1080 -------------------------------------- */


@media(max-width:1080px) {
    
    #footer2 .container {
		padding: 0 40px;
		box-sizing: border-box;
	}

    .footer2 .footernotice {
		width: 550px;
	}

    .footer2 .footernotice li {
		text-align: right;
	}

    .footer2 .footernotice li:first-child {
		display: none;
	}

    .footer2 .footernotice li:nth-child(2) {
		padding-left: 0;
	}

    .footer2 .footernotice li:nth-child(2):after {
		display: none;
	}

    .footer2 .footernotice li:nth-child(3) {
		padding-right: 0;
	}

    .footer2 form {
		margin-right: 0px;
	}
    
}




/*  미디어 쿼리 960 -------------------------------------- */


@media(max-width:960px) {
       
	#footer2 {
		height: 310px;
	}

    #footer2 .container {
		padding: 0;
	}
	
	.footer2 {
		text-align: center;
	}
	
    .footer2 ul:first-child {
		text-align: center;
	}
	
    .footer2 ul li:first-child {
		padding-left: 0;
	}
	
    .footer2 form {
		display: none;
	}
	
    .footer2 .logof {
		display: none;
	}
	
    .footer2 .logof img {
		padding-left: 0;
	}
	
    .footer2 .footernotice {
		width: 100%;
		text-align: center;
	}
	
    .footer2 .footernotice p {
		text-align: center;
	}
	
}



/*  미디어 쿼리 880 -------------------------------------- */


@media(max-width:880px){
	
    .header_nav ul {
		position: absolute;
		top:115px;
		left:0;
		width: 100%;
	}
	
    .header_nav ul li {
		line-height: 65px;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
		border: 1px solid #d1d1d1;
		margin: 0;
		width: 25%;
		height: 65px;
	}
	
    #header .row {
		position: relative;
	}
	
    .header_nav .header_reservation {
		position:absolute;
		top:-110px;
		right:40px;
	}
	
    .header_nav ul li ul.sub {
		width: 100%;
		position: static;
		margin-top: -2px;
	}
	
    .header_nav ul li ul.sub li {
		float: none;
		height: 56px;
		line-height: 55px;
		background: rgba(255,255,255,0.5);
		box-sizing: border-box;
		border: 1px solid rgba(209,209,209,0.7);
		width: 100%;
	}
	
    .header_nav ul li ul.sub li:first-child {
		border-bottom: 0;
	}
	
    .header_nav ul li ul.sub li:nth-child(2){
		border-bottom: 0;
	}
	
    .header_nav ul li:nth-child(2) ul.sub li:nth-child(3) {
		border-bottom: 0;
	}
	
    .header_nav ul li:nth-child(3) ul.sub li:nth-child(3) {
		border-bottom: 0;
	}
	
    .header_nav ul li ul.sub li:hover {
		background: rgba(255,255,255,0.7);
	}
	
    .header_nav_bg {
		top:-500px;
		width: 0;
	}
	
    .header_nav ul li:nth-child(1) ul.sub {
		left: 0;
	}
	
    .header_nav ul li:nth-child(2) ul.sub {
		left: 0;
	}
	
    .header_nav ul li:nth-child(3) ul.sub {
		left: 0;
	}
	
    .header_nav ul li:nth-child(4) ul.sub {
		left: 0;
	}
	
}




/*  미디어 쿼리 780 -------------------------------------- */


@media(max-width:780px) {
	
	#banner2 .banner .text .sub_title {
		font-size: 16px;
	}
	
    #footer2 .container {
		padding: 0;
	}
	
    .footer2 {
		height: 440px;
		background-color: #293435;
		padding-top: 100px;
		box-sizing: border-box;
	}
	
    .footer2 .logof img {
		display: none;
	}
	
    .footer2>ul:first-child {
		overflow: hidden;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.footer2>ul li::after {
		width: 0;
		height: 0;
	}
	
    .footer2>ul:first-child>li {
		width: 50%;
		display: inline-block;
		border: 1px solid rgba(255,255,255,.4);
		box-sizing: border-box;
		float: left;
		height: 46px;
		line-height: 46px;
		padding: 0px;
		text-align: center;
	}
	
    .footer2>ul:first-child>li:nth-child(2) {
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
	}
	
    .footer2>ul:first-child>li:nth-child(3) {
		border-top: 0;
		border-bottom: 0;
	}
	
	.footer2>ul:first-child>li:nth-child(4) {
		border-right: 0;
	}
	
    .footer2>ul:first-child>li:first-child {
		width: 100%;
	}
	
    .footer2 .footernotice {
		width: 100%;
	}
	
    .footer2 .footernotice li:first-child {
		display: none;
	}
	
    .footer2 .footernotice li {
		width: 50%;
		float: left;
		display: inline-block;
		padding: 0;
		box-sizing: border-box;
		text-align: center;
		padding-top: 50px;
		position: relative;
	}
	
    .footer2 ul li a {
		font-size: 15px;
	}
	
    .footer2 .footernotice {
		position: static;
	}
	
    .footer2 .footernotice li:after {
		top: 57px;
	}
	
    .footer2 .footernotice p {
		width: 100%;
		display: block;
		text-align: center;
	}
	
}

@media(max-width:660px) {
	
	#banner2 .banner .text .en_title {
		font-size: 14px;
	}
	
	#banner2 .banner .text .title {
		font-size: 36px;
	}
	
	#banner2 .banner .text .sub_title {
		font-size: 13px;
	}
	
	#cont_wrap {
		padding: 140px 0;
	}
	
	.contents1 .title .title_text1 {
		padding-top: 0;
	}
	
	.contents1 .title .title_img {
		display: none;
	}
	
	.contents1 .title .title_text1 h2 {
		display: none;
	}
	
	.contents1 .title .title_text1 h3 {
		padding-top: 0;
	}
	
	.contents1 .title .title_text1 h3 span, .contents1 .title .title_text2 h3 span {
		font-size: 26px;	
	}
	
	.contents1 .title .title_text1 h3 em, .contents1 .title .title_text2 h3 em, .contents1 .sub_table1 h3 span, .contents1 .sub_table2 table caption h3 span, .contents1 .sub_table1 h3 em, .contents1 .sub_table2 table caption h3 em {
		font-size: 25.2px;	
	}
	
	.contents1 .title .title_text1 .sub_title, .contents1 .title .title_text2 .sub_title, .contents1 .sub_table2 table caption>span {
		font-size: 15px;
	}
	
	.contents1 .sub_table1 table tbody tr td {
		font-size: 15px;
	} 
	
	.contents1 .sub_table_img div em {
		font-size: 15px;
	}
	
	.contents1 .sub_table2 {
		height: 1100px;
	}
	
	.contents1 .sub_table2 .overview tbody tr td, .contents1 .sub_table2 .construction tbody tr td, .contents1 .sub_table1 .research tbody tr td {
		font-size: 15px;
		height: 120px;
		padding: 0;
	}
	
	.contents1 .sub_table2 .overview tbody tr td strong, .contents1 .sub_table2 .construction tbody tr td strong {
		display: block;
		font-size: 18px;
		padding-bottom: 10px;
	}
	
	.contents1 .sub_table2 .overview tbody tr td span, .contents1 .sub_table2 .construction tbody tr td span {
		display: none;
	}
	
	.contents1 .sub_table2 .overview tbody tr td strong span, .contents1 .sub_table2 .construction tbody tr td strong span {
		display: none;
	}
	
	.contents1 .sub_table1 .research tbody tr td span {
		display: none;
	}
	
	.contents1 .sub_table1 .research tbody tr td strong {
		display: block;
		font-size: 18px;
		padding-bottom: 10px;
	}
	
}



/*  미디어 쿼리 600 -------------------------------------- */


@media(max-width:600px) {
	
    #header {
		position: fixed;
		z-index: 99000;
	}
	
    .header {
		height: 115px;
	}
	
    #header .row {
		padding: 0 15px;
	}
	
    .header_nav .header_reservation {
		display: none;
	}
	
    .header_logo img {
		width: 180px;
	}
	
    .header_nav {
		position: fixed;
		top:115px;
		right:-50%;
		width:50%;
		height: 100%;
		background: rgba(255,255,255,0.7);
		transition: all 0.5s ease;
	}
	
    .header_nav.open {
		right:0;
	}
	
    .header_nav ul {
		position: static;
		height: auto;
	}
	
    .header_nav ul li {
		display: block;
		width: 100%;
		background: rgba(255,255,255,0.7);
		height: inherit;
		position: relative;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	
    .header_nav ul li:nth-child(4) {
		border-bottom: 1px solid #d1d1d1;
	}
	
    .header_nav>ul>li:after {
		content: "+";
		position: absolute;
		top:0;
		right:30px;
		font-size: 18px;
	}
	
    .header_nav>ul>li.on::after {
		content: "-";
		font-size: 25px;
	}
	
    .header_nav ul li a {
		display: block;
		text-align: left;
		padding-left: 38px;
	}
    
    .header_nav ul li ul.sub li {
		border-right: 0;
		border-left: 0
	}
	
    .header_nav ul li ul.sub li a {
		font-size: 14.5px;
	}
	
    .banner_quick {
		display: none;
	}
	
    .header_nav_bg {
		visibility: hidden;
	}
	
    .header_nav>ul>li>a::after {
		top: 63px;
		z-index: 500;
	}
    
    #ham {
		display: block;
	}
	
    #ham .cheese {
		display: block;
	}
	
    #ham .cheese.active::before {
		content: "";
		height: 40px;
		width: 40px;
		top:-5px;
		background: url(../img/header/x.png) no-repeat center;
		background-size: 80%;
	}
	
    #ham .cheese.active {
		width: 0;
	}
	
    #ham .cheese.active::after {
		display: none;
	}
	
	#banner2 {
		height: 456px;
	}
	
	#banner2 .banner .text {
		padding-top: 220px;
	}
	
	#banner2 .banner .text .sub_title {
		display: none;
	}
	
}




/*  미디어 쿼리 480 -------------------------------------- */


@media(max-width:480px){
    
    .footer2 .footernotice li {
		float: none;
		padding-top: 0;
		width: 100%;
	}
	
    .footer2 .footernotice li:nth-child(2) {
		padding-top: 50px;
	}
	
    .footer2 .footernotice li:nth-child(3)::after {
		display: none;
	}
	
    .footer2 .footernotice li:last-child {
		padding-top: 10px;
	}
	
    .footer2>ul:first-child {
		padding-left: 3%;
		padding-right: 3%;
	}
	
    .footer2 .footernotice p {
		margin-top: 40px;
	}
	
}

