*{
    outline:0;
    margin:0;
    padding:0;
    font-family: 'Poppins';
    font-weight: 500;
    color:#0d2b3f;
}
a{
	text-decoration:none;
}
.bg_fff{ background-color:#fff; }
.bg_f1{ background-color:#f1f1f1; }
.bg_f2{ background-color:#f2f2f2; }
.bg_f3{ background-color:#f3f3f3; }
.bg_f4{ background-color:#f4f4f4; }

.col{
	width:auto;
	display:table;
	float:left;
}
.col_10{ width:10%;}
.col_20{ width:20%;}
.col_25{ width:25%;}
.col_30{ width:30%;}
.col_33{ width:33.3333%;}
.col_40{ width:40%;}
.col_50{ width:50%;}
.col_60{ width:60%;}
.col_70{ width:70%;}
.col_75{ width:75%;}
.col_80{ width:80%;}
.col_90{ width:90%;}
.col_100{ width:100%;}
.col_logo{
	width:320px;
}
.gnb_default_container{
	display:table;
	width:100%;
}
.gnb_inner_page_containter{
	max-width: calc(100% - 60px);
	margin:0 auto;
	width:100%;
}
body{
	background-size: 100%;
	background-position: 50% 120px;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
}
header{
	height:100px;
	display:flex;
	align-items:center;
}
header .header_container{
	/*max-width:calc(100% - 60px);*/
	padding: 0px 50px 0px 40px;
	margin:0 auto;
	width: 100%;
	display: flex;
    align-items: center;
}
header .col_logo{
	width:480px;
	font-family: 'Clarendon';
}
header .col_logo_remain{
	width:calc(100% - 480px);
}
header .col_logo a{
    display:table;
    font-family: 'Clarendon';
    font-size:34px;
    color:#173644;
}
header .col_logo a span{
	font-family: 'Clarendon';
    font-size:34px;
	color:#529b50;
}
header .col_logo_remain ul{
	display:table;
	float:right;
	list-style:none;
}
header .col_logo_remain ul li{
	list-style:none;
	float:left;
	margin-right:20px;
	font-size:14px;
	line-height:30px;
	font-weight:600;
}
header .col_logo_remain ul li i{
	margin-right:5px;
	position:relative;
	top:2px;
}
header .col_logo_remain ul li:last-child{
	margin-right:0;
}
.default_btn{
	padding:8px 20px;
	width:auto;
	text-transform:uppercase;
	border-radius:3px;
	font-size:14px;
	background: rgb(139,188,106);
	background: -moz-linear-gradient(90deg, rgba(139,188,106,1) 0%, rgba(67,124,76,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(139,188,106,1) 0%, rgba(67,124,76,1) 100%);
	background: linear-gradient(90deg, rgba(139,188,106,1) 0%, rgba(67,124,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bbc6a",endColorstr="#437c4c",GradientType=1);
	color:#fff;
}
.home_text{
	margin:0 auto;
	display:table;
	text-align:center;
	width: 100%;
}
.home_text img{
	max-width:280px;
	width:100%;
}
.home_text h4{
	font-size:28px;
	font-weight:600;
	color:#101010;
}
.home_text h2, .home_text h2 span{
	font-size:42px;
	font-weight:600;
	color:#101010;
}
.home_text h2 span{
	color: #529b50;
}
.home_text a.default_btn{
	margin:20px auto;
	display:table;
	font-size:16px;
	padding:10px 30px;
}
.home_text ul{
	list-style:none;
	display: flex;                  /* establish flex container */
	flex-direction: row;            /* default value; can be omitted */
	flex-wrap: nowrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default (flex-start, see below) */
}
.home_text ul li{
	list-style:none;
	width:calc(33.333% - 10px);
	font-size:18px;
}
.home_text ul li:fist-child{
	display:left;
}
.home_text ul li:last-child{
	display:right;
}
.home_text ul li span{
	font-weight:700;
}
.home_text ul li text{
	color:#7194ac;
	font-weight:700;
}
.grid{
	counter-reset: grid-item;
	margin:0 auto;
	position:relative;
}
.grid span{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 24px;
	z-index:9;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-item {
	width: calc(16.6666% - 6px);
	float: left;
	background: transparent;
	margin:3px 3px;
}
.grid-item img{
	width:100%;
	border-radius:15px;
	position: absolute;
    top: 0;
}
.empty_div_1rd{
	height:50px;
}
.empty_div_2nd{
	height:150px;
}
.empty_div_3rd{
	height:150px;
}
.empty_div_4th{
	height:50px;
}
.detail_popup_inner,.detail_popup_inner_2,.detail_popup_inner_3,.detail_popup_inner_4{
	padding: 29px 40px 80px 40px;
	display: table;
	width: calc(100% - 80px);
}
.overlay {
	height:0;
	width: 100vw;
	position: fixed; /* Stay in place */
	z-index: 9999999; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(247, 247, 247); /* Black fallback color */
	background-color: rgba(247, 247, 247, 0.94); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
}
.overlay-content {
	position: relative;
	top: 25%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
.overlay a.closebtn {
	position: absolute;
    top: -34px;
    right: -15px;
	font-size: 60px;
	color: #3c3c3c;
	transition:0.5s;
    z-index: 99999;
}
.overlay a.closebtn:hover{
	color:#333;
}
.overlay a.closebtn small{
	font-size: 13px;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	clear: both;
	display: block;
	margin-top: -27px;
	text-align: center;
}
.pop_up_header{
	position:relative;
}
.pop_up_header h3{
    text-align: center;
    font-weight: 600 !important;
    font-size: 20px;
}
@media(max-width:1920px){
	.grid-item {
		width: calc(20% - 6px);
	}
	.empty_div_1rd{
		height:100px;
	}
	.empty_div_2nd{
		height:200px;
	}
	.empty_div_3rd{
		height:100px;
	}
	.empty_div_4th{
		display:none;
	}
}

@media(max-width:480px){
	.detail_popup_inner,.detail_popup_inner_2,.detail_popup_inner_3{
		padding: 29px 10px 80px 10px;
		display: table;
		width: calc(100% - 20px);
	}
}