@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

@charset "UTF-8";
/* Body */

.hr1 {
	display:none;
}

.copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #868686;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;

}

body {
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-family: 'Noto Sans KR', sans-serif;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}


/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #ffffff;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	align: center;
	padding-top:4px;
	background-color: #f0f1f1;
}
.light {

	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner4 {
	background-color: #2D9AB7;
	background-image: url("../main69.png");
	height: 400px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner1 {
	background-color: #2D9AB7;
	background-image: url("../main18.png");
	height: 400px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.banner2 {
	background-color: #2D9AB7;
	background-image: url("../main17.png");
	height: 400px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner3 {
	background-color: #2D9AB7;
	background-image: url("../main32.png");
	height: 400px;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
}.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}


.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 100px) {
.hr1 {
	display:block;
	text-align:center;
	border: solid 1px white; 
	width: 20%;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
	font-size:14px;
}
.banner4 {
	background-color: #2D9AB7;
	background-image: url("../main69.png");
}
.banner1 {
	background-color: #2D9AB7;
	background-image: url("../main18.png");
}
.banner2 {
	background-color: #2D9AB7;
	background-image: url("../main17.png");
}
.banner3 {
	background-color: #2D9AB7;
	background-image: url("../main32.png");
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 101px)and (max-width: 767px) {

.copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #868686;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;

}

.hr1 {
	display:block;
	text-align:center;
	border: solid 1px white; 
	width: 20%;
}

.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;

}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
	line-height:27px;

}
.banner4 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}
.banner1 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}
.banner2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}
.banner3 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #868686;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size:12px;
	padding-left:20px;
	padding-right:20px;

}

.hr1 {
	display:none;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner4 {
	margin-top: 0px;
	padding-top: 0px;
	}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.banner1 {
	margin-top: 0px;
	padding-top: 0px;
}
.banner2 {
	margin-top: 0px;
	padding-top: 0px;
}
.banner3 {
	margin-top: 0px;
	padding-top: 0px;
	}

}


.chief_img {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../chief.png') no-repeat center center;
	background-size:100% 100%;}

.chief_img:before {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.sec1{
	padding:30px;
}

.company_img {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../company.png') no-repeat center center;
	background-size:100% 100%;}

.map_img01 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../map81.png') no-repeat center center;
	background-size:100% 100% ;
}

.map_img02 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../map82.png') no-repeat center center;
	background-size:100% 100% ;
}

.map_img03 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../map83.png') no-repeat center center;
	background-size:100% 100% ;
}

.map_img04 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../map84.png') no-repeat center center;
	background-size:100% 100% ;
}

.map_img05 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../map85.png') no-repeat center center;
	background-size:100% 100% ;
}

.map_img06 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../map86.png') no-repeat center center;
	background-size:100% 100% ;
}

.map_img07 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../map87.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img01 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0001.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img02 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0002.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img05 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0005.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img03 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0003.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img04 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0004.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img06 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0006.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img07 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0007.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img08 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0008.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img09 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0009.png') no-repeat center center;
	background-size:100% 100% ;
}

.prize_img10 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../prize0010.png') no-repeat center center;
	background-size:100% 100% ;
}

.bus_img01 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../main100.png') no-repeat center center;
	background-size:100% 100% ;
}

.bus_img02 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../main101.png') no-repeat center center;
	background-size:100% 100% ;
}

.bus_img03 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../main102.png') no-repeat center center;
	background-size:100% 100% ;
}

.bus_img04 {
	width:100%;
	height:0px;
	padding-bottom:65%;
	background:url('../main103.png') no-repeat center center;
	background-size:100% 100% ;
}

.quality_img {
    width:100%;
    height:0px;
    padding-bottom:65%;
    background:url('../www.jpg') no-repeat center center;
    background-size:100% 100%;} 
