@import url(bootstrap/css/bootstrap.min.css);

/* Font-Face */
@font-face{
font-family:NanumGothic;
src:url('/NanumGothic.eot');
src:url('/NanumGothic.eot?#iefix') format('embedded-opentype'),
url('/NanumGothic.woff') format('woff'),
url('/NanumGothic.ttf') format('truetype');
url('/NanumGothic.svg#NanumGothic') format('svg')
src:local(※), url('/NanumGothic.woff') format('woff');
}

body{
font-family:NanumGothic,’나눔고딕’,ng,sans-serif;
}

.y-navbar-brand{
	padding-top: 2.5px;
	padding-bottom 2.5px;
	padding-right: 15px;
}

.y-navbar-default{
	background-color: #fff;
	border-color: #b7b7b7;
	margin-bottom: 0px;
	border-bottom: 0px;
}



.y-point{

	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.footer{
	position: absolute;
	bottom: 0;
}

@media (min-height: 1080px){
	.y-point{
		height: 1080px;
	}
	.y-ht{
		height: 1080px !important;
		position: relative;
	}
}

@media (min-height: 900px) and (max-height: 1079px){
	.y-point{
		height: 900px;
	}
	.y-ht{
		height: 900px !important;
		position: relative;
	}
}

@media (min-height: 720px) and (max-height: 899px){
	.y-point{
		height: 720px;
	}
	.y-ht{
		height: 720px !important;
		position: relative;
	}
}

@media (min-height: 540px) and (max-height: 719px){
	.y-point{
		height: 540px;
	}
	.y-ht{
		height: 540px !important;
		position: relative;
	}
}

@media (max-height: 539px){
	.y-point{
		height: 450px;
	}
	.y-ht{
		height: 450px !important;
		position: relative;
	}
}



.y-top-img{
	position: absolute;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
  .y-top-img {
    background-image: url('y-img/SDIM1220m.jpg');
	background-size: cover;
  }
}
@media (min-width: 768px) {
  .y-top-img {
	background-image: url('y-img/SDIM1220.jpg');
	background-size: cover;
  }
}



.y-row{
  margin-right: 0px;
  margin-left: 0px;
}

.y-col{
  padding-right: 0px;
  padding-left: 0px;	
}


.y-gray{
	color: #393738 !important;
	/*<text-shadow: 1px 1px 1px #b7b7b7;*/
}

.y-grayb{
	background-color: #d6d4d5 !important;
	/*<text-shadow: 1px 1px 1px #b7b7b7;*/
}

.y-padding{
	padding-right: 0px;
	padding-left: 0px;
}

.y-w{
	color: #fff !important;
}

.y-footer{
	background-color: #3bab9b;
	color: #fff !important;
	width: 100%;
}

.y-divider{
	margin: 100px 0;
	border-top: 0px;

}

.y-tcenter{
	text-align: center;
}

.y-icenter{
	display: table-cell;
	/*margin: 0 auto;*/
	margin-left: auto;
	margin-right: auto;
	
}



.y-hh{
	width: 100%;
}

.y-hhh{
	display: table-cell;
	vertical-align: middle;	
}

.navbar-default .navbar-nav>li>a:hover{
	background-color: #d6d4d5 !important;
	color: #131012 !important;
}

.navbar-nav>li>a{
	color: #434142 !important;
}

#y-blog{
	background-color: #e9322a;
	color: #fff !important;
}

.y-botton{
	background-color: #e9322a;
	color: #fff !important;
	padding: auto;
}

.y-intext{
	position: absolute;
}

.y-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;

}

@media (min-width: 768px) {
.y-heading {
	  font-size: 50px;
	}
}


}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
/*background-color: #d6d4d5;*/
background-color: #393738;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


.carousel-control{
	background-image:none !important;
}


.centeringContainer { text-align: center; }
.centered { display: table; margin-left: auto; margin-right: auto; display: inline-block; }
