﻿
/* 공통 css */
*{
	margin: 0 ;
	padding: 0;
}

ol, ul{
	list-style: none;
}

a{
	outline:0;
	text-decoration: none !important;
	color: #333333;
}

img{
	border: 0;
}
body{font-size: 17px; font-family: 'Noto Sans KR' !important;
	/*background: url(../img/bg_free.png) no-repeat;*/
	background-size: 100%;
}



/* wrap 시작 */
#container{
	position: relative;
}
#wrap{
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#header{
	width: 100%;
	height: 100px;
}
#footer {
	box-shadow: 0px 0px 8px #ebebeb;
	background-color: #424242;
	color: #ebebeb;
	font-size: 14px;
}
.footer_style{
	padding-left: 20px;
}
.footer_style p{
	margin: 0;
}
.footer_img{
	width: 8%;
	/*padding-top: 5px;*/
	float: left;
}
.footer_img img{
	width: 100%;
}
.container{
	max-width: 1280px !important;
	padding-left: 40px;
	padding-right: 40px;
}
.content1{
	position: relative;
	top: -110px;
}

.logo{
	display: inline-block;
	transition: all 0.5s;
}
.logo img{
	padding-top: 20px;
	width: 100%;
}
h1{
	display: none;
}
.inline-block1 div{
	display:inline-block;
}
.main_title_wrap{
	width: 50%;
	height: auto;
	font-size: 40px;
	margin: 0 auto;
	font-weight: bold;
	transition: all 0.5s;
	text-shadow: 0 0 8px #ffffff;
}
.main_title_btn{
	font-size: 28px;
}
.main_title_btn a{
	display: block;
	height: auto;
	padding: 35px 0;
	border-radius: 10px;
	margin: 0 auto;
	width: 33%;
	color: #ffffff !important;
	background: #2a4084 url(../img/title_bg.png) no-repeat;
	background-position: -230px 65px;
	transition: all 0.3s;
	/*box-shadow: 0px 5px 5px #555555;*/
}
.main_title_btn a:hover {
	background-position: -97px 65px;
	opacity: 1;
}
.con_img{
	padding: 10px;
	width: 100%;
	text-align: center;
	height: 50%;
}
.con2_hover{
	margin-bottom: 8px;
	padding: 5px;
	cursor: pointer;
}
.content2{
	font-size: 20px;
	transition: all 0.5s;
	margin: 0px auto 100px auto;
}
.content2 i{
	font-size: 70px;
}
.link_img a{
	background-color: #00bcd4;
	border-radius: 5px;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.link_img img{
	width: 40%;
}
.keywert_f{
	font-size: 16px;
}
.logo_contents img{
	width: 100%;
}
.keywert_wrap{
	border-top: 1px solid #efefef;
	font-size: 21px;
	color: #000000;
}
.con2_hover:hover{
	background-color: #cccccc;
	border-radius: 10px;
}
.con2_hover:hover a{
	color: #ffffff;
}
.margin_right{
	margin-right: 40px;
}
#footer img{
	padding-left: 10px;
}
.con_img a{
	display: block;
	letter-spacing: 2px;
}
.con_text span{
	display: block;
	padding: 15px;
}
.con_text{
	padding: 0 10px;
}
.h_style{
	height: 180px;
}

.container_bg{
	background-color: #efefef;
}

.w_test1{
	width: 20%;
}
table{
	border-spacing: 8px;
	border-collapse: separate;
}
.img-fluid{
	width: 100% !important;
}
.logo_wrap{
	position: relative;
}
.slick-prev, .slick-next{
	position: absolute;
	font-size: 0;
	top: 35%;
	border: 0;
	z-index: 100;
}
.slick-prev{
	left: 20px;
	padding: 25px;
	background: url(../img/slide-left-button.png) no-repeat center;
	background-size: 50px;
}
.con_img_wrap{
	width: 20%;
	margin: 0 auto;
}
.con_img_wrap img{
	width: 100%;
}
.slick-next{
	right: 20px;
	padding: 25px;
	background: url(../img/slide-right-button.png) no-repeat center;
	background-size: 50px;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths,
.col-xs-two5ths, .col-sm-two5ths, .col-md-two5ths, .col-lg-two5ths, .col-xl-two5ths,
.col-xs-three5ths, .col-sm-three5ths, .col-md-three5ths, .col-lg-three5ths, .col-xl-three5ths,
.col-xs-four5ths, .col-sm-four5ths, .col-md-four5ths, .col-lg-four5ths, .col-xl-four5ths,
.col-xs-five5ths, .col-sm-five5ths, .col-md-five5ths, .col-lg-five5ths, .col-xl-five5ths,
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-5ths {width: 20%;float: left;}
    .col-sm-two5ths {width: 40%;float: left;}
    .col-sm-three5ths {width: 60%;float: left;}
    .col-sm-four5ths {width: 80%;float: left;}
}

@media (min-width: 768px) {
    .col-md-5ths {width: 20%;float: left;}
    .col-md-two5ths {width: 40%;float: left;}
    .col-md-three5ths {width: 60%;float: left;}
    .col-md-four5ths {width: 80%;float: left;}
}

@media (min-width: 992px) {
    .col-lg-5ths {width: 20%;float: left;}
    .col-lg-two5ths {width: 40%;float: left;}
    .col-lg-three5ths {width: 60%;float: left;}
    .col-lg-four5ths {width: 80%;float: left;}
}

@media (min-width: 1200px) {
    .col-xl-5ths {width: 20%;float: left;}
    .col-xl-two5ths {width: 40%;float: left;}
    .col-xl-three5ths {width: 60%;float: left;}
    .col-xl-four5ths {width: 80%;float: left;}

}

@media (max-width: 1280px){
	body{
		background-size: auto;
	}
	.footer_style{
		font-size: 15px;
		float: left;
		width: 92%;
		padding-left: 20px;
	}
	.content2 i{
		font-size: 50px;
	}
	.slick-prev{
		left: 20px;
	}
	.slick-next{
		right: 20px;
	}
}
@media (max-width: 800px){
	.w_test1{
	width: 50%;
	}
	.con_img_wrap{
		width: 24%;
	}
	.main_title_wrap{
		width: 70%;
	}
	.footer_style{
		font-size: 15px;
		float: left;
		width: 92%;
	}
	.margin_right{
		margin-right: 20px;
	}
	.slick-prev{
		left:0;
		top: 20%;
		background-size: 40px;
	}
	.slick-next{
		right: 0;
		top: 20%;
		background-size: 40px;
	}
}
@media (max-width: 620px){
	.footer_img{
		width: 30%;
		margin: 0 auto;
		float: left;
	}
	.con_img_wrap{
		width: 30%;
	}
	.margin_right{
		margin-right: 10px;
	}
	#footer .footer_img img{
		padding-left: 0;
	}
	.main_title_wrap{
		width: 80%;
		font-size: 26px;
		padding: 10px;
	}
	.footer_style{
		font-size: 15px;
		float: left;
		width: 100%;
		text-align: center !important;
		margin-top: 30px;
	}
	.keywert_wrap{
		font-size: 16px;
	}
	.content2 i{
		font-size: 40px;
	}
	.con_img, .con_text{
		width: 100%;
	}
	.slick-prev{
		left:0;
	}
	.slick-next{
		right: 0;
	}
}
