@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 0px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 0px;
	background-color: #FFFFFF;
	text-align: center;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
	
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	padding: 8px;
	font-size: 20px;
	
}

.row a {
	text-decoration: none;
}

.col a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
	padding: 8px;
	font-size: 20px;
}

.hero {
	background-image: url(images/hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000000;
	text-align: inherit;
}

.hero1 {
	background-color: #FFFFFF;
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #000000;
	text-align: inherit;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	text-align: center;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 23px;
	text-align: center;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

h4 {
	font-size: 28px;
	font-weight: 200;
	margin: 30px 0px;
	text-align: center;
}
h5 {
	font-size: 32px;
	font-weight: 200;
	margin: 30px 0px;
	text-align: center;
}

h6 {
	font-size: 32px;
	font-weight: 500;
	margin: 30px 0px;
	text-align: center;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
	text-align: center;
}



.button {
	border: 1px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.button2 {
	border: 1px #000000 solid;
	padding: 8px 50px;
	border-radius: 30px;
	color: #000000 ;
	text-decoration: none;
	
}

.info-box-tan {
	background: url("홈페이지 사진용/960/960_가평_B.png");
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background: url("홈페이지 사진용/960/960_보령B1.png");
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-tan2 {
	background-color:#FFFFFF;
	background-size: cover;
	padding: 10px 20px 0px;

}

.info-box-dark2 {
	background-color:#FFFFFF;
	background-size: cover;
	padding: 10px 20px 0px;
}

.info-box-tan3 {
	background-color: #FFFFFF;
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
.style-Body ul {
	list-style-type: none;
}
.style-Body ul li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display:block;
	padding: 8px;
	font-size: 20px;
}

.style-Body1 ul {
	list-style-type: none;
}
.style-Body1 ul li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
	padding: 8px;
	font-size: 20px;
}

.info-box-tan1 {
	background: #ffffff;
	background-size: cover;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

table {
	border: 2px solid black;
	border-collapse: collapse;
	width: 100%;
}
tr, td {
	border: 1px solid black;
	padding: 5px 10px;
	text-align: center;
}
.ts_1 {
	
}

.style-P {
		text-align: center;
}

.style-CT-P1 {
	font-weight: 1000;
	display: block;
	text-align: center;
}

.style-CT-P2 {
	padding-top: 0px;
}

.map-content {
	width:642px;
	margin: auto;
	overflow: hidden;

}

 #container{
        width: 360px;
		margin-left: auto;
	 	margin-right: auto;
    }
    .page, .page_n{
        margin: 10px;
		color: #000000;
    }
  #container .page button{
        border: 1px solid #FFFFFF;
        background: #FFFFFF;
        width: 20px;
        height: 20px;
        overflow: hidden;

    }
    #container .photo{
        width: 360px;
        height: 180px;
        border: 1px solid white;
        overflow: hidden;


    }

	.input_border {
		background: transparent;
        border:0;
        border-style:none;
        border-bottom:solid 1px #cacaca;
        border-collapse:collapse;
		width: 500px;
		text-align: center;
}

	.col-md-one-half2{
		width: 50%;
		height: 477px;
		border: solid 1px #000000;
		border-collapse: collapse;
	}


/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
		text-align: center;
	}
	
	h3 {
		text-align: center;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}

	.style-Body ul li {
		display: inline-block;
	}

	.style-Body ul {
		text-align: center;
	}
	
	 #container{
        width: 600px;
		margin-left: auto;
	 	margin-right: auto;
    }
    .page, .page_n{
        margin: 10px;
		color: #000000;
    }
    #container .page button{
        border: 1px solid #FFFFFF;
        background: #FFFFFF;
        width: 20px;
        height: 20px;
        overflow: hidden;
	
	}
    #container .photo{
        width: 637px;
        height: 303px;
        border: 1px solid white;
        overflow: hidden;


	}
	table {
	border: 2px solid black;
	border-collapse: collapse;
	width: 100%;
}
	tr, td {
		border: 1px solid black;
		padding: 5px 10px;
		text-align: center;
	}
	.footer-text {
		text-align: center;
	}
		.footer-text-1 {
		text-align: end;
	}
	.input_border {
		background: transparent;
        border:0;
        border-style:none;
        border-bottom:solid 1px #cacaca;
        border-collapse:collapse;
		width: 768px;
		text-align: center;
	}
	.col-md-one-half2{
		width: 50%;
		height: 477px;
		border: solid 1px #000000;
		border-collapse: collapse;
	}
	
}
/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}

	.style-Body {
		float: right;
	}
	.style-Body1 {
		float: center;
	}
	table {
	border: 2px solid black;
	border-collapse: collapse;
	width: 100%;
	}
	tr, td {
	border: 1px solid black;
	padding: 5px 10px;
	text-align: center;
	}
	h1 {
		text-align: left;
	}
	h2 {
		text-align: left;
	}
	h3 {
		text-align: right;
	}
	h4 {
		text-align: right;
	}
	h5 {
		text-align: center;
	}
	
	p {
		text-align: left;
	}

	.T1{
		width: 50%;
	}
	.footer-text {
		text-align: right;
	}
	.info-box-tan2 {
	background-color:#FFFFFF;
	background-size: cover;
	padding: 30px 20px 60px;
	}
	.info-box-dark2 {
	background-color:#FFFFFF;
	background-size: cover;
	padding: 30px 20px 60px;
	}
	.hero1 {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.h1_font_W {
		font-weight: 700;
		text-align: left;
	}
	.h6_l {
		text-align: left;
	}
	.h6_l2 {
		text-align: left;
	}
	
	input {
		border-radius:3px;
		color: black;
		background: #FFFFFF;
		padding: 15px;
		width: 1200px;	
	}
	textarea {
		border-radius:3px;
		color: black;
		background: #FFFFFF;
		padding: 15px;
		width: 1200px;
		
	}
	
	 #container{
        width: 1220px;
		margin-left: auto;
	 	margin-right: auto;
    }
    .page, .page_n{
        margin: 10px;
		color: #000000;
    }
    #container .page button{
        border: 1px solid #FFFFFF;
        background: #FFFFFF;
        width: 20px;
        height: 20px;
        overflow: hidden;
	
	}
    #container .photo{
        width: 1150px;
        height: 590px;
        border: 1px solid white;
        overflow: hidden;
	}
	.col-md-one-half2{
		width: 600px;
		height: 477px;
		border: solid 1px #000000;
		border-collapse: collapse;
	}
	.style-CT-P1 {
	font-weight: 1000;
	display: block;
	text-align: left;
	}
	.input_border {
		background: transparent;
        border:0;
        border-style:none;
        border-bottom:solid 1px #cacaca;
        border-collapse:collapse;
		width: 1200px;
		text-align: left;
	}
	
	.col a {
	text-decoration: none;
	color: #000000;
	text-align: left;
	display: block;
	padding: 8px;
	font-size: 20px;
	}

}