@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-10-20
/* ================================================================== */


/* ----------------------------- */
/* 공통
/* ----------------------------- */
#container {
  padding-top: 100px;
}
.container {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}
.container h2.tit {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 3.0rem;
}

.main_title_h {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.main_title_h h2 {
    font-weight: 700;
    font-size: 3rem;
}
.main_title_h button {
    float: right;
}
.btn2 {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    border: 1px solid #000;
    font-weight: 800;
    font-size: 20px;
    line-height: 45px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    text-align: center;
}

.main_title span {
    font-weight: 700;
	font-size: 3rem;
}
.main_title span.title_mr {
    margin-bottom: 40px;
    display: block;
}
.main_title h2 {
    font-weight: 700;
	font-size: 4.5rem;
}
.ab-text {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
}


/* ----------------------------- */
/* 메인비주얼
/* ----------------------------- */
.main-visual-wrap {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding-bottom:120px;
}

.main-visual {
	position: relative;
	width: 100%;
	height: 725px;
}
.main-visual > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main-visual .text-box {
	text-align: left;
	color: #fff;
	position: absolute;
    bottom: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    padding: 150px 60px 50px;
}
.main-visual .text-box h2 {
	font-size: 4.6rem;
	font-weight:700;
}
.main-visual .text-box p {
    margin-bottom: 25px;
    font-size: 2.0rem;
    position: relative;
    display: inline-block;
}
.main-visual .text-box p:after { 
    display: inline-block;
    width: 120px;
    height: 1px;
    right: -20px;
    top: -5px;
    background: #fff;
    position: relative;
    content: '';
}
.main-visual .text-box a {
	border-radius: 50px;
	background: #fff;
	padding: 10px 50px;
	display: inline-block;
}
.main-visual .main-visual-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.main-visual .main-visual-img .bx-wrapper {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-viewport {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-viewport .slider {
  height: 100%;
}
.main-visual .main-visual-img .bx-wrapper .bx-pager {
  bottom: 20px;
  z-index: 50;
}
.main-visual .main-visual-img .main-slider {
	height: 100%;
	background-image: url("../images/main/main_visual01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ----------------------------- */
/* 메인공통
/* ----------------------------- */
.main-section {
	padding: 50px 0 120px;
	position: relative;
}

.white-box-wrap {
	max-width: 1560px;
	margin: 0 auto;
}

.bg-box-wrap {
	background: #ebf3f8;
	margin-bottom: 100px;
    padding-top: 70px;
}
.gray-box-wrap .gray-box {
	max-width: 1240px;
	margin: 0 auto;
}

.main-con-wrap {
	margin-bottom: 50px;
	z-index: 10;
}	
.main-con-wrap .main-box {
	max-width: 1560px;
	margin: 0 auto;
}

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.content article {
	margin-right: 30px;
	position: relative;
}
.content article .img-wrap {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.content article .img-wrap:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.content article .img-wrap > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.content article .img-wrap figure {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.content article .img-wrap figure img {
	transition: all 0.4s ease;
}
.content article:hover .img-wrap figure img {
	transform: scale(1.2);
}
.content article:last-child {
	margin-right: 0;
}
.content article header h3 {
	font-size: 2rem;
	color: #000;
	word-break: keep-all;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content article header h3 span {
	font-size: 1.7rem;
	color: #284b8b;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content article header h3 span::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #284b8b;
}
.content.main-col-3 article {
	width: calc(100% / 3 - (35px * 1 / 2));
}
.content.main-col-4 article {
	width: calc(100% / 4 - (30px * 3 / 4));
}
.content.main-col-4 article .img-wrap {
	width: 100%;
}
.content.main-col-5 article {
    width: calc(100% / 2 - (30px));
}

/* ----------------------------- */


section header {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
section header span {
	font-size: 2.0rem;
	font-weight: 800;
}
section header h2 {
	font-size: 4.0rem;
	font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con00 {
    display: flex;
	flex-wrap: nowrap;
    width: 100%;
}
.con01  {
	gap: 30px;
}
.con01 article {
	margin-right: 0;
    max-width: 500px;
    width: 100%;
}
.con01 article .img-wrap:before {
	padding-top: 76%;
}
.con01 article header h3 {
	font-size: 2.4rem;
	font-weight: 700;
    line-height: 35px;
}
.con02  {
	gap: 40px;
}
.con02 article {
	margin-right: 0;
    max-width: 760px;
    width: 100%;
}
.con02 article .img-wrap:before {
	padding-top: 52.633%;
}
.con02 article header h3 {
	font-size: 2.4rem;
	font-weight: 700;
    line-height: 35px;
}
.gray-box-wrap {
    background: #f5f5f5;
	padding-top: 100px;
	margin-bottom: 120px;
}
.con03 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.con03 article {
    width: 100%;
}
.con03 .con03-box {
	display: flex;
	gap: 40px;
}
.con03 .con03-box .img-wrap {
	margin-bottom: 0;	
    max-width: 520px;
    width: 100%;
}
.con03 .con03-box header {
	padding-top: 40px;
}
.con03 .con03-box header span {
	font-size: 1.7rem;
	font-weight: 500;
}
.con03 .con03-box header h3 {
	font-size: 2.6rem;
	font-weight: 700;
}
.con03 .con03-box .img-wrap:before {
	padding-top: 61.54%;
}
.con03-box-right {
	justify-content: flex-end;
}
.con03-box-right header {
	text-align: right;
}

.village-line {
	border: 2px solid #548961;
}

.con04-gray-box {
	background: #f5f5f5;
	height: 350px;
	margin-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.con04 {
	display: flex;
    height: 100%;
    justify-content: space-around;
}
.con04 .con04-tit {
	display: flex;
	align-items: center;
    height: 100%;
    gap: 100px;
}
.con04 .con04-tit > div {
	position: relative;
	padding: 10px 0;
}
.con04 .con04-tit div:after {
	content: "";
	position: absolute;
    top: 0;
    right: -50px;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.con04 span {
	font-size: 2.0rem;
	font-weight: 500;
}
.con04 h3 {
	font-size: 4.0rem;
	font-weight: 800;
}
.con04 p {
	font-size: 2.0rem;
	font-family: 'NanumMyeongjo';
    line-height: 30px;
}

.con05 {
	display: flex;
    margin-bottom: 100px;
}


/* --------공통으로 쓰는-------- */
.s_tit {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
}
.post_list li {
    width: 100%;
}
.post_list .m_d_flex a .thum {
	overflow: hidden;
}
.post_list .m_d_flex {
    display: flex;
    gap: 60px;
}
.post_list .thum {
    margin: 0 0 35px 0;
    padding-top: 100%;
}
.post_list .category {
    font-size: 1.8rem;
}
.post_list .category {
    margin: 0 0 12px 0;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.post_list .category2 {
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
    font-size: 2.4rem;
	color:#818181;
    font-weight: 600;
}
.post_list .s_tit {
    max-height: 99px;
    overflow: hidden;
    margin: 0 0 20px 0;
    font-weight: 700;
}
.post_list .s_tit2 {
    max-height: 99px;
    overflow: hidden;
    font-size: 3.0rem;
    font-weight: 700;
}

.thum {
    position: relative;
    overflow: hidden;
    height: 0;
}
.thum img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1) rotate(0deg);
}
/* --------///공통으로 쓰는-------- */






/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */

@media screen and (max-width: 1560px) {	
	.con01_wrap {
		margin: 0;
	}

	.inner {
		max-width: 1400px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.section_content_list .content_list {
		margin: -35px -30px;
	}
	.main-visual-bg {
		margin-bottom: 50px;
	}
	.main-visual-bg .text-bg {
		padding: 0 5%;
	}
	.container {
		padding: 0 3%;
	}

}

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

	.white-box-wrap {
		padding: 0 50px;
	}
	.main_news h3 {
		margin-bottom: 20px;
	}
	.main-section {
		padding: 2% 2% 6%;
	}
	.section_content_list .content_list .item .text_box .content_title {
		font-size: 3.0rem;
		margin-top: 20px;
		line-height: 1.4;
	}
	#container {
		padding-top: 85px;
	}

	.main-visual .text-box {
		text-align: center;
	}	
	
	.btn {
		font-size: 2.0rem;
	}
	.main-con-wrap .main-box {
		padding: 0 50px 100px;
	}
	.section_content_list .btn_box {
		margin-top: 30px;
	}
	.gray-box-wrap {
        margin-bottom: 80px;
        padding-top: 80px;
        padding-bottom: 30px;
	}
	.content article .img-wrap {
		margin-bottom: 3%;
	}
	.main-col-5 .img-wrap p {
		font-size: 2.2rem;
	}
	.main-con-wrap {
		margin-bottom: 0;
	}
	.con04-gray-box {
		height: auto;
		margin-bottom: 5%;
		padding: 5% 3% 0;
	}

}

@media screen and (max-width: 1200px) {
	
	br.none-mobile {
		display: none;
	  }

	.white-box-wrap {
		padding: 0 50px 50px;
	}
	.main_news h3 {
		font-size: 3.5rem;
	}
	.main-section h3 {
		font-size: 3.5rem;
		margin-bottom: 20px;
	}
	.main-visual-bg .text-box h2 {
		font-size: 4.0rem;
	}

	  .content.main-col-5 {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	  }
	  .section_theme {
		margin: 0 0 60px 0;
	}
	.hot-list {
		display: block;
		text-align: center;
	}
	.hot-list-img {
		width: 100%;
	}
	section header span {
    	font-size: 1.8rem;
	}
	section header h2 {
		font-size: 3.0rem;		
        gap: 20px;
	}
	.con01 article header h3,
	.con02 article header h3 {
    	font-size: 1.8rem;
    	line-height: 25px;
	}
	.con03 .con03-box header span,
	.con04 span {
		font-size: 1.6rem;
	}
	.con03 .con03-box header h3,
	.con04 h3 {
    	font-size: 2.2rem;
	}
	.con04 {
    	flex-direction: column;
	}
	.con04-img {
		margin: 0 auto;
	}
	.con04 p {
    	font-size: 1.8rem;
	}
	.con05 {
		margin-bottom: 5%;
	}

}

@media screen and (max-width: 1024px) {
	.content article header h3 span {
		margin-bottom: 20px;
	}
	.main-visual .text-box p:after {
		display: none;
	}
	.main_title span.title_mr {
		margin-bottom: 20px;
	}
	.main_title h2 {
		font-size: 4.0rem;
	}
	.s_tit {
		font-size: 2.0rem;
	}
	
}

@media screen and (max-width: 920px) {
  /* ----------------------------- */
  /* 메인비주얼
  /* ----------------------------- */
	  .main-visual {
			height: 650px;	
	  }
	  .main-visual > .content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	  }
	.main-visual .text-box {
        bottom: 0;
	}
	.main-visual .text-box h2 {
		font-size: 4.5rem;
		padding-left: 20px;
		line-height: 1.3;
	}

}
@media screen and (max-width: 768px) {
	.main-visual-bg .text-box p:after {
		display:none;
	}
	.main-visual-bg .text-box h2 {
		font-size: 2.8rem;
		line-height: 40px;
	}
	.main-visual-bg .text-box p {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.main-visual-wrap {
        padding-bottom: 10%;
	}
	.main-visual {
        height: 550px;
    }
	.main-visual .text-box h2 {
		font-size: 3.5rem;
		padding-left: 0;
	}
	.main-con-wrap .main-box {
		padding: 0 0 100px;
	}
	.btn {
		font-size: 1.8rem;
		min-width: 160px;
		height: 55px;
		line-height: 55px;
	}
	.stretched-link {
		position: relative;
	}
	
	.main_title h2 {
        font-size: 2.8rem;
    }
	.main_title span,
	.con03 .con03_title {
		font-size: 2rem;
	}
	section header {
		align-items: center;
		margin-bottom: 2%;
	}
	.con00 {
        flex-direction: column;
        align-items: center;
	}
	.con01-2 {
		border-top: 1px solid #c7c7c7;
		padding-top: 5%;
	}
	.gray-box-wrap {
		padding-top: 6%;
		margin-bottom: 10%;
        padding-bottom: 0;
	}
	.con02 {
		gap: 30px;
	}
	.con05 {
		flex-direction: column;
		gap: 10px;
	}
	.con03 article {
		margin-right:0;
	}
	.con03 .con03-box .img-wrap {
		width: 60%;
	}
	.con03 .con03-box header {
		text-align: left;
		align-items: flex-start;
	}
	.con03 .con03-box {
		gap: 25px;
		align-items: center;
	}
	.con03 .con03-box header {
		padding-top: 0;
	}

}
@media screen and (max-width: 480px) {
	#header {
		width: 100%;
		padding: 20px 30px;
	}
	.main-visual {
        height: 520px;
    }
	  .content article .img-wrap {
		margin-bottom: 10px;
	  }
	  .content article header h3 {
		font-size: 1.7rem;
	  }
	  .content article header h3 span {
		font-size: 1.4rem;
	  }
	  .section_content_list .content_list .item .text_box .content_title {
		font-size: 1.5rem;
		margin-top: 10px;
		line-height: 1.3;
	}
	.section_content_list .content_list .item .text_box .content_subtitle {
		font-size: 1.5rem;
	}
	.section_content_list .content_list .item .text_box .category {
		font-size: 1.6rem;
	}

	  .main-section > header {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		font-size: 2.5rem;
		margin: 0 auto 50px auto;
	  }

	.main-visual .text-box p {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.main-visual .text-box h2 {
        font-size: 3.0rem;
    }
	section header {
        gap: 5px;
    }
	section header span {
        font-size: 1.5rem;
    }
	section header h2 {
        font-size: 2.4rem;
    }
	.con04 .con04-tit {
		margin: 0 auto;
		text-align: center;
	}
	.con04 p,
	.con04 .con04-tit div:after {
		display: none;
	}
	.con03 .con03-box header span, .con04 span {
        font-size: 1.4rem;
    }
	.con03 .con03-box header h3, .con04 h3 {
        font-size: 1.8rem;
    }
}
