
/* =========================================================================================
 *   °øÅë½ºÅ¸ÀÏ
 * =========================================================================================*/

body {
  font-family: 'Noto Sans KR','Montserrat', sans-serif; 
  font-size: 18px;
  line-height: 1.67;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.4px;
  word-break: normal;
  animation: fadein 1000ms ease-out;
}

@keyframes fadein {
    from {opacity:0;}
    to {opacity:1;}
}

a {
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  text-decoration: none; 
  color:#666; 
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none; 
  transition: all 0.3s ease;
}

#contents {
  width: 100%;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

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

		.container {
		  width: 100%;
		  padding: 0 20px;
		  max-width: 100%;
		}
	}


	@media screen and (max-width: 1280px) {
		
		body {
		   font-size: 16px;
		}
		.container {
		  padding: 0 40px;
		}

		br.br-n {display: none;}
	}

	@media screen and (max-width: 1024px) {
		
		body {
		   font-size: 14px;
		}
	}

	@media screen and (max-width: 768px) {
	
		.container {
		  padding: 0 20px;
		}
	}



/* TOP¹öÆ° */
#go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}

#go-top i {
  font-size: 24px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #FFF;
}

#go-top a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
  cursor: pointer;
  background: #222;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#go-top a:hover { 
  color: #FFFFFF;
}

.fp-tableCell #go-top {
  display: none;
}


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

		/* TOP¹öÆ° */
		#go-top {
		  bottom: 40px;
		}

		#go-top a:before {
		  font-size: 22px;
		  left: 12px;
		}

		#go-top a {
		  width: 45px;
		  height: 45px;
		}
	}


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

		#go-top {
		  right: 10px;
		  bottom: 10px;
		}
	}




/* =========================================================================================
 *   ÆË¾÷Ã¢ ½ºÅ¸ÀÏ
 * =========================================================================================*/

#popUp {
  position: fixed;
  max-width: 100%;
  height: auto;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999999999;
  font-size: 0;
}


/* ÆË¾÷Ã¢ OPEN ¹öÆ° */
#plus span {
  position: absolute;
  color: #FFF;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;right: 0;
  z-index: 99999;
  writing-mode: tb-rl;
  width: 100%;
  height: 100%;
  display: flex;
  letter-spacing: 2px;
  align-items: center;
  justify-content: center;
}


#plus::after {
  border-radius: 6px;content: '';
  display: block;
  position: relative;
  width: 42px;
  height: 90px;
  margin-left: -5px;  
  background: #000000;
}


.popup-list .img {
  display: inline-block;
}


#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #FFFFFF;
  position: absolute;  
  cursor: pointer;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: #333333;
  z-index: 9;
}

#popUp .close:before {
  font-family: 'xeicon';
  padding: 0;
  font-size: 26px;
  top: 7px;
  opacity: 1;
  color: #FFF;
  content: '\e921';
  right: 18px;
}

#plus {
  position: fixed;
  color: #fff;
  left: -5px;
  bottom: 30px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 99999999999;
}




.today {
  padding: 10px;
  font-size: 12px;
  background: #333333;
}



	@media all and (max-width: 1280px) {

		#plus {
		  bottom: 100px;
		}
	}


	@media all and (max-width: 768px) {

		/* ÆË¾÷Ã¢ ÀÌ¹ÌÁö »çÀÌÁî */
		.popup-list .img img {
		  width: 300px;
		  height: auto;
		}

		#plus {
		  bottom: 100px;
		}

		#popUp .close {
		  width: 38px;
		  height: 38px;
		}

		#popUp .close:before {
		  font-size: 22px;
		}		
	}


	@media all and (max-width: 480px) {
		
		/* ÆË¾÷Ã¢ ÀÌ¹ÌÁö »çÀÌÁî */
		.popup-list .img img {
		  width: 240px;
		}
	}







/* =========================================================================================
 *  ¿À¸¥ÂÊÅøÆÁ ÄÃ·¯º¯°æ ¹× »çÀÌÁîº¯°æ (ÄÃ·¯´Â background ÄÃ·¯¸¦ º¯°æÇØÁÖ½Ã¸é µË´Ï´Ù )
 * =========================================================================================*/

/* ÅøÆÁ ON»óÅÂ ÄÃ·¯ */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	background: #00bbd2;
 }


/* ÅøÆÁ OFF»óÅÂ ÄÃ·¯ */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #a5a7a3;
}	


/* ÅøÆÁ »çÀÌÁî ¹× »óÇÏ°£°Ý */
#fp-nav ul li,
.fp-slidesNav ul li {
    width: 10px;
    height: 10px;
    margin: 20px 0;
    display: block;
    position:relative;
}


#fp-nav ul li .fp-tooltip {
    display: none;
	color: #999999;
    font-size: 13px;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
	color: #458AE4;
}
	

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

		#fp-nav ul li .fp-tooltip {
			display: none;
		}
	}



/* =========================================================================================
 *  ¸ÞÀÎºñÁÖ¾ó ½½¶óÀÌµå ÅØ½ºÆ® (ÀÌ¹ÌÁö »çÀÌÁî´Â º¯°æÇÏ½Ç ¼ö ¾ø½À´Ï´Ù)
 * =========================================================================================*/

.main-visual {
    width: 100%;
    height: 100vh;
    position:relative;
	margin: 0 auto;
}

.main-visual .main-slider .slider-visual > .visual-txt {
	letter-spacing: -1px;
	font-family: 'Montserrat','Noto Sans KR', sans-serif;
}

/* Å¸ÀÌÆ² ÆùÆ® ½ºÅ¸ÀÏ */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
    font-size: 46px;
	line-height: 1.2;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0px;    
    margin-bottom: 30px;
}

/* ¼³¸íºÎºÐ ÆùÆ® ½ºÅ¸ÀÏ */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
    font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -0.4px;  
}




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

		.main-visual {
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
		}
	}

	@media screen and (max-width:1280px){
		
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
			font-size: 45px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
			font-size: 18px;
		}
	}


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

		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
			font-size: 36px;
			margin-bottom: 20px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
			font-size: 16px;
		}
	}


	@media screen and (max-width:820px){			
		
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
		   font-size: 24px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
		   font-size: 14px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 br {
		   display: none;
		}
	}

	@media screen and (max-width:480px){
		
		.main-visual .main-slider .slider-visual > .visual-txt {
			padding: 40px;
		}

	}







/* =========================================================================================
 *  INTRO 01 ~ INTRO 05 ½ºÅ¸ÀÏ
 * =========================================================================================*/

/* ¹Ú½º³» ¿©¹é¼³Á¤ */
.intro01, .intro02, .intro03, .intro04, .intro05, .intro06, .intro07, .intro08, .intro09, .intro10 {
   padding: 0 300px;
}


/* ¼³¸í±Û ½ºÅ¸ÀÏ */
.section .section-info {
  width: 100%;  
  padding-top: 40px;
}

.section .section-info h2 {
  color: #FFF;
  font-size: 42px;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  display: inline-block;
}

.section .section-info p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 40px;
  letter-spacing: -1px;
  opacity: 0.85;
 }

/* ¹è°æÀÌ¹ÌÁö */
.intro01 {
   background: url('../../img/main/intro01.jpg') no-repeat top center;
   background-size: cover;
}

.intro02 {
   background: url('../../img/main/intro02.jpg') no-repeat top center;
   background-size: cover;
}

.intro03 {
   background: url('../../img/main/intro03.jpg') no-repeat top center;
   background-size: cover;
}

.intro04 {
   background: url('../../img/main/intro04.jpg') no-repeat top center;
   background-size: cover;
}

.intro05 {
   background: url('../../img/main/intro05.jpg') no-repeat top center;
   background-size: cover;
}

.intro06 {
   background: url('../../img/main/intro06.jpg') no-repeat top center;
   background-size: cover;
}

.intro07 {
   background: url('../../img/main/intro07.jpg') no-repeat top center;
   background-size: cover;
}

.intro08 {
   background: url('../../img/main/intro08.jpg') no-repeat top center;
   background-size: cover;
}



/* ¹öÆ° ½ºÅ¸ÀÏ */
a.go-btn {
  display: inline-block;
  padding: 2px;
  color:#FFF;
  border-bottom: 2px solid #FFF;
  font-size: 13px;
  font-weight: 500;
}
a.go-btn:hover {
  color: #98b8e1;
  border-bottom: 2px solid #98b8e1;
}


 	@media screen and (max-width: 1600px) {
				
		/* ¹Ú½º³» ¿©¹é¼³Á¤ */
		.intro01, .intro02, .intro03, .intro04, .intro05, .intro06, .intro07, .intro08, .intro09, .intro10 {
		   padding: 0 150px;
		}
		
		/* ¼³¸í±Û ½ºÅ¸ÀÏ */
		.section .section-info h2 {
		  font-size: 36px;
		  padding-bottom: 20px;
		}

		.section .section-info p {
		  font-size: 15px;
		  padding-bottom: 20px;
		}	
	}

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

		/* ¹Ú½º³» ¿©¹é¼³Á¤ */
		.intro01, .intro02, .intro03, .intro04, .intro05, .intro06, .intro07, .intro08, .intro09, .intro10 {
		   padding: 0 120px;
		}
		
		/* ¼³¸í±Û ½ºÅ¸ÀÏ */
		.section .section-info h2 {
		  font-size: 28px;
		  padding-bottom: 15px;
		}
		.section .section-info p {
		  font-size: 14px;
		  padding-bottom: 15px;
		}
		
		/* ¹öÆ° ½ºÅ¸ÀÏ */
		a.go-btn {
		  border-bottom: 1px solid #FFF;
		  font-size: 11px;
		}
		a.go-btn:hover {
		  border-bottom: 1px solid #CCC;
		}
	}

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

		/* ¹Ú½º³» ¿©¹é¼³Á¤ */
		.intro01, .intro02, .intro03, .intro04, .intro05, .intro06, .intro07, .intro08, .intro09, .intro10 {
		   padding: 0 120px;
		}

		/* ¼³¸í±Û ½ºÅ¸ÀÏ */
		.section .section-info {
		  padding-top: 0;
		}	
		.section .section-info h2 {
		  font-size: 24px;
		}
		.section .section-info p {
		  font-size: 13px;
		}
	
	}

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

		/* ¹Ú½º³» ¿©¹é¼³Á¤ */
		.intro01, .intro02, .intro03, .intro04, .intro05, .intro06, .intro07, .intro08, .intro09, .intro10 {
		   padding: 120px 50px;
		}

		/* ¼³¸í±Û ½ºÅ¸ÀÏ */
		.section .section-info h2 {
		  font-size: 20px;
		}
	}

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

		/* ¹Ú½º³» ¿©¹é¼³Á¤ */
		.intro01, .intro02, .intro03, .intro04, .intro05, .intro06, .intro07, .intro08, .intro09, .intro10 {
		   padding: 100px 30px;
		}
		.section .section-info p br {
		   display: none;
		}

	}





@keyframes zoom{
	0% {transform:scale(1.3);}
	100% {transform:scale(1);}
}
@keyframes fadeIn{
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes fadeIn02{
	0% { opacity: 0;}
	100% { opacity: 0.4;}
}
@keyframes fadeUp{
	0% {transform:translateY(200px); opacity: 0;}
	100% {transform:translateY(0); opacity: 1;}
}
@keyframes fadeUp02{
	0% {transform:translateY(100px); opacity: 0;}
	100% {transform:translateY(0); opacity: 1;}
}
@keyframes fadeDown{
	0% {transform:translateY(-200px); opacity: 0;}
	100% {transform:translateY(0); opacity: 1;}
}
@keyframes fadeLeft{
	0% {transform:translateX(-200px); opacity: 0;}
	100% {transform:translateX(0); opacity: 1;}
}
@keyframes upDown{
	0% {transform:translateY(-20px); opacity: 0;}
	100% {transform:translateY(10px); opacity: 1;}
}







/* =========================================================================================
 *  NOTICE ¿µ¿ª
 * =========================================================================================*/

.notice {
   background: #363636;
}

/* °øÁö»çÇ× ÆùÆ®ÄÃ·¯ */
.notice .output_table tr td a {
  color: #BBB;
  font-size: 17px;
  line-height: 1.67;
}

/* °øÁö»çÇ× ¸¶¿ì½º¿À¹ö ÆùÆ®ÄÃ·¯ */
.notice .output_table tr td a:hover {
  color: #FFFFFF;
}

.notice .output_table {
  width: 90%;
  text-align: left;
}
.notice .output_table tr {
  display: inline-block;
  width: 100%;
}
.notice .output_table tr td {
  font-size: 16px;
  line-height: 1.67;
  text-align: left;
  padding: 25px;
  color: #BBB;
  border-bottom: 1px solid #555;
}

.output_table tr td:nth-child(1) {
  width: 2% !important;
  padding-left: 10px !important;
}

.output_table tr td:nth-child(2) {
  width: 73% !important;
  padding-left: 0 !important;
}

.output_table tr td:nth-child(3) {
  width: 25% !important;
  text-align: right;
}


/* ¹öÆ° */
.btn-more {
  margin-top: 15px;
}
a.btn-more {
  display: inline-block;
  padding: 0 2px;
  color:#FFF;
  border-bottom: 1px solid #FFF;
  font-size: 15px;
  font-weight: 400;
}
a.btn-more:hover {
  color: #98b8e1;
  border-bottom: 1px solid #98b8e1;
}



	@media screen and (max-width: 1600px) {
		
		.notice .output_table tr td a {
		  font-size: 15px;
		}
		.notice .output_table tr td {
		  font-size: 14px;
		  padding: 15px;
		}

		/* ¹öÆ° */
		.btn-more {
		  margin-top: 10px;
		}
		a.btn-more {
		  font-size: 12px;
		}
	}
	
	@media screen and (max-width: 1280px) {
				
		.output_table tr td:nth-child(1) {
		  padding-left: 20px !important;
		}
	}

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

		.notice .output_table {
		  width: 100%;
		}
	}

	@media screen and (max-width: 820px) {
		
		.notice {
		   padding: 45px 15px;
		}
		.notice .output_table tr td a {
		  font-size: 13px;
		}
		.notice .output_table tr td {
		  font-size: 12px;
		  padding: 10px;
		}
		.output_table tr td:nth-child(1) {
		  padding-left: 5px !important;
		}
	}

	@media screen and (max-width: 480px) {
		
		.notice .output_table tr td {
		  word-break: keep-all !important;
		}
	}
	




/* =========================================================================================
 *  Äü¸Þ´º ¿µ¿ª (¿À¸¥ÂÊ Ä«Ä«¿ÀÅå, ³×ÀÌ¹ö, ÀÎ½ºÅ¸±×·¥ ¹öÆ°)
 * =========================================================================================*/


.quick-menu {
   position: fixed;
   right: 20px;
   bottom: 20px;
   z-index: 100;
}
.quick-menu i {
   color: #FFF;
   font-size: 23px;
   border-radius: 100%;
   width: 40px;
   height: 40px;
   line-height: 40px;
}
.quick-menu ul li {
   padding: 2px 0;
}


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

		.quick-menu {
		   right: 12px;
		   bottom: 50px;
		}
	}



/* =========================================================================================
 *  ÇÏ´Ü Ç²ÅÍ ¿µ¿ª
 * =========================================================================================*/

/* Ä«ÇÇ¶óÀÌÆ® ÆùÆ® ¼³Á¤ */
.footer {
  background: #222222;
  color: #999;
  text-align: left;
  font-size: 13px;
  line-height: 1.87;
  padding: 30px 40px;
  width: 100%;
  bottom: 0;
}
.footer a,.footer a:hover {
  color: #CCCCCC;
}
.footer .foot-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}



/* Ç²ÅÍ ³»¿ë */
.footer .foot-wrap .f-cont {
  width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .foot-wrap .f-cont ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .foot-wrap .f-cont ul li {
  margin-right: 40px
}
.footer .foot-wrap .f-cont ul li.copy_end {
  width: 100%;
}


/* Ç²ÅÍ ÀüÈ­¹øÈ£ */
.footer .foot-wrap .f-etc {
  width: 30%;
  text-align: right;
  padding-right: 90px;
}

.footer .foot-wrap .f-etc .tel {
  font-family: 'Montserrat', sans-serif; 
  font-weight: 600; 
  font-size: 22px; 
  line-height: 1;
  letter-spacing: 0; 
  color: #fff;
}

.footer .foot-wrap .f-etc .time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #fff;
  opacity: 0.6;
  padding-top: 5px;
}

.call:before {
  font-family: 'xeicon';
  font-size: 20px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #FFF;
  content: '\e9d3';
}

.footer .foot-wrap .f-etc .tel span {
  display:inline-block; 
  color: #fff; 
  margin-right: 5px;
}



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

		/* Ç²ÅÍ ÀüÈ­¹øÈ£ */
		.footer .foot-wrap .f-etc {
		  width: 100%;
		  text-align: left;
		  padding-right: 0;
		  padding-top: 20px;
		}
	}


	@media screen and (max-width: 820px) {
		
		.footer {
		  padding: 30px;
		}

		.footer .foot-wrap .f-cont {
		  width: 100%;
		}
		.footer .foot-wrap .f-etc .tel {
		  font-size: 18px; 
		}
		.call:before {
		  font-size: 16px;
		}
  	
	}