@charset "utf-8";


/*공통css*/
.clear{
	clear: both;
}
.bg-cf{
	background-color: #fff;
	border: 1px solid #DDDDDD;
	box-shadow: 2px 2px 7px silver;
}


/* home */
body{ font-family:"맑은고딕", "Malgun Gothic", "나눔고딕", NanumGothic, "돋움", dotum, "굴림", Gulim, Helvetica, AppleGothic, Sans-serif;
	font-size: 15px;
	background: url(../../images/body_bg.jpg);
}
.wrapper{
	width: 1080px;
	margin: 25px auto;
}
.wrapper-inner{
	padding: 25px;
}
.comp-name{

}
.logo{
	padding: 10px 0 20px;
	float: left;
	height: auto;
	text-align: center;
}
.logo img{
	max-width: 100%;
	height: auto;
}
a.header-tel{
    float: right;
    padding: 20px 0;
	padding-left:60px;
    font-weight: 600;
    font-size: 35px;
    background-image:url('../../images/tel.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
}
.nav{
		border-radius:10px;
    padding: 15px 0;
    margin-bottom: 20px;
    z-index: #1e274c;
    
}
.nav ul.primary-menu{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.nav ul > li{
    padding: 0 30px 0px 30px;
    float: left;
    text-align: center;
}
.nav a{
	font-weight: bold;
	width: 100%;
	color: #FFF;
}
.nav a:hover{
	font-weight: bold;
	color: #66FFE2;
}
.nav > li > ul.sub-menu{
	display: none;
	position: absolute;
	z-index: 9999;
	margin-left: -30px;
	padding-top: 17px;
	border-bottom: 1px solid #1e274c;
}
.nav > li:hover ul.sub-menu{
	display: block !important;
}
ul.sub-menu li{
	padding: 10px 35px 10px 35px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #1e274c;
}
ul.sub-menu li:first-child{
	border-top: 2px solid #1e274c;
}
ul.sub-menu a{
	font-size: 13px;
}

.mobile-menu{
	display: none;
}

.slider{
	margin-bottom: 20px;
}



.main-content{

}
.front-table{ padding:20px 0;}

.front-table > div {
	float: left;
	width: 25%;
	display: table-cell;
	text-align: center;
}
.table-h5{
    padding-top: 10px;
    padding-bottom: 10px;
		color:#1e274c;
    font-size: 16px;
}
.table-desc{
	padding: 0px 20px;
	line-height: 150%;
	font-size: 13px;
	color: gray;
}

.page-top{ border-bottom:2px solid #1e274c;overflow:auto;margin-bottom:20px;}

h1.page-title {
    font-size:20px;color:#1e274c; padding-bottom:3px; float:left;
}
.breadcrumbs {
    float: right;
    font-size: 12px;
    color: #5F5F5F;
}
.breadcrumbs a {
    font-size: 12px;
    color: #5F5F5F;
}
.page-inner {
    width: 100%;
    border-bottom: 2px dotted #E2E2E2;
    margin-bottom: 20px;
}


.footer{

	

    margin-top: 50px;
    padding: 20px 0;
    background-color: #1e274c;
    color: #cecece;
    text-align: center;
    line-height: 180%;
    font-size: 12px;
}
.footer a{
    color: #fff; font-weight:bold; font-size:16px;
}






































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

	.wrapper{
		width: 880px;
	}






}

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

	.wrapper{
		width: 680px;
	}
	.nav ul.primary-menu{
		display: none;
	}
	.mobile-menu{
		display: block;
		text-align: center;
	}
	select#page_id{
		width: 90%;
		padding: 5px 0;
		border-radius: 7px;
	}






}

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

a.header-tel{
	font-size:24px;
    float: right;
	background-image:none;
}




	.wrapper{
		width: 500px;
	}

	.logo {
		width:50%;
		padding: 10px 0 10px;
		float: left;
	}
	.front-table{
	padding-top: 0px;
	}

	.front-table > div {
		
		float: left;
		width: 100%;
		display: block;
		text-align: left;
		padding: 10px 0;
	}
	.front-table > div img {
		float: left;
		margin-right: 20px;
		width: 90px;
	}


	.footer{margin-top:30px;}








}

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

	.wrapper{
		width: 290px;
	}
	.logo{
		width: 100%;
	}

	.comp-name {
		width: 100%;
		text-align: center;	
	}

	a.header-tel {
		font-size: 20px;
		text-align: center;
		width: 98%;
		
		padding: 40px 0px;
		border-radius: 18px;
		background-position: 50% 50%;
		background-size: 235px 100px;
		margin-bottom: 20px;
        background-image: url(../../images/click01.png);
		
	}
	.front-table{
		padding-top: 0px;
		border-top: 1px solid #162742;
	}
	.front-table > div img {
		margin-right: 10px;
		width: 70px;
	}
	.table-h5 {
		padding-top: 20px;
	}
	.table-desc{
		display: none;
	}
	.front-table > div {
		border-bottom: 1px solid #162742;
	}







}
