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

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: 0;
  bottom: 0;
  z-index: 9;
}

#go-top a:before {
  font-family: 'xeicon';
  font-size: 28px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #FFF;
  content: '\e915';
  top: 8px;
  left: 15px;
}

#go-top a {
  width: 55px;
  height: 55px;
  display: block;
  cursor: pointer;
  background: #172230;
  -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;
		}
	}




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

#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;
		}
	}





/* =========================================================================================
 *  ¼½¼Ç Å¸ÀÌÆ² ½ºÅ¸ÀÏ
 * =========================================================================================*/

.section .section-info {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
}

.section .section-info h2 {
  color: #000000;
  font-size: 53px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
}

.section .section-info p {
  color: #555555;
  font-size: 20px;
  line-height: 1.67;
  padding-bottom: 60px;
  letter-spacing: -1px;
 }


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

		.section .section-info h2 {
		  font-size: 48px;
		  padding-bottom: 15px;
		}

		.section .section-info p {
		  font-size: 18px;
		  padding-bottom: 40px;
		}	
	}

	@media screen and (max-width: 1024px) {
		
		#fullpage .section {
		  padding: 80px 0;
		}

		#fullpage .section:first-child,
		#fullpage .section:last-child {
		  padding: 0;
		}

		.section .section-info {
		  padding-top: 0;
		}

		.section .section-info h2 {
		  font-size: 40px;
		}

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

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

		#fullpage .section {
		  padding: 60px 0;
		}

		.section .section-info h2 {
		  font-size: 32px;
		}

		.section .section-info p {
		  font-size: 14px;
		  padding-bottom: 30px;
		}
	}

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

		.section .section-info h2 {
		  font-size: 27px;
		}

		.section .section-info p {
		  font-size: 13px;
		  padding-bottom: 25px;
		}
	}





@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;}
}





/* =========================================================================================
 *  ¿À¸¥ÂÊÅøÆÁ ÄÃ·¯º¯°æ ¹× »çÀÌÁîº¯°æ 
 * =========================================================================================*/

/* 

- ÄÃ·¯´Â background ÄÃ·¯¸¦ º¯°æÇØÁÖ½Ã¸é µË´Ï´Ù 
- »çÀÌÁî º¯°æ½Ã ÇÊ¿ä¿¡ µû¶ó À§Ä¡µµ º¯°æÇØÁÖ½Ã¸é µË´Ï´Ù.

*/

/* ÅøÆÁ À§Ä¡ */
#fp-nav.right {
    right: 18px;
}

/* ÅøÆÁ »çÀÌÁî ¹× ÄÃ·¯ */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: #a5a7a3;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/* È°¼ºÈ­ µÇ¾úÀ» ¶§ ÄÃ·¯ */ 
#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: #458AE4;
 }

/* ¸¶¿ì½º¿À¹ö ÄÃ·¯ */ 
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
	background: #458AE4;
}





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

.main-visual {
    width: calc(100% - 120px);
    height: calc(100vh - 120px);
    position:relative;
	padding-top: 35px;
	margin: 0 auto;
}

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

/* Å¸ÀÌÆ² ÆùÆ® ½ºÅ¸ÀÏ */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
    font-size: 56px;
	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: 21px;
	line-height: 1.4;
	font-weight: 400;
    color: #FFFFFF;
    letter-spacing: -1px;  
}




	@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 {
			padding-left: 100px;
		}
		.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 {
			padding-left: 70px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
		   font-size: 28px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
		   font-size: 14px;
		}
	}

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

	}






/* =========================================================================================
 *  ¸ÞÀÎ¸µÅ© ¹è³Ê
 * =========================================================================================*/

/**** ¹è³Ê³ÐÀÌ´Â ¹ÝÀÀÇüCSS¿¡ ´É¼÷ÇÏ½Å ºÐÀÌ ¾Æ´Ï¶ó¸é ¼öÁ¤ÇÏÁö ¾ÊÀ¸½Ã±æ ±ÇÇØµå¸³´Ï´Ù ****/

/* ¹è³Ê01 ¹è°æÄÃ·¯ ¹× ÆùÆ®ÄÃ·¯ */
a.link-1 {
  color: #FFF;
  background: #0f44a1;
}
a.link-1:hover {
  background: #0f44a1;
}

/* ¹è³Ê02 ¹è°æÄÃ·¯ ¹× ÆùÆ®ÄÃ·¯ */
a.link-2 {
  color: #FFF;
  background: #283244;
}
a.link-2:hover {
  background: #283244;
}

.m-link {
   width: 100%;
   position: absolute;
   bottom: 0;
   z-index: 1000;
   right: 0;
   text-align: left;
   display: flex;
}

.m-link a {
   padding: 30px 40px;
   width: 50%;
   display: flex;
   align-items: center;
}

.m-link .icon {
  line-height: 0;
}
.m-link h2 {
   font-size: 24px;
   line-height: 2;
   font-weight: 500;
   padding: 0 25px 0 15px;
   word-break: keep-all;
}
.m-link p {
   font-size: 17px;
   line-height: 1.6;
   opacity: 0.7;
}



.bold {
  font-weight: 500;
}


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

		.m-link a {
		   padding: 20px 25px;
		}
		.m-link .icon img {
		  width: 30px;
		  height: auto;
		}
		.m-link h2 {
		   font-size: 20px;
		}
		.m-link p {
		   font-size: 16px;
		}
	}


	@media screen and (max-width:1024px){
		
		.m-link .icon img {
		  width: 25px;
		 }
		.m-link h2 {
		   font-size: 18px;
		}
		.m-link p {
		   font-size: 14px;
		}
	}

	@media screen and (max-width:768px){
		
		.m-link a {
		   justify-content: center;
		}		
		.m-link .icon img {
		   width: 20px;
		}
		.m-link h2 {
		   font-size: 17px;
		   line-height: 1;
		   padding: 0 10px;
		}
		.m-link p {
		   display: none;
		}
	}





/* =========================================================================================
 *  BUSINESS ¿µ¿ª
 * =========================================================================================*/

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


/* ¹Ú½º 4°³ ÀÌ¹ÌÁö °æ·Î */
.business-wrap .box:nth-child(1):before {
  background-image: url('../../img/main/business_01.jpg');
}
.business-wrap .box:nth-child(2):before {
  background-image: url('../../img/main/business_02.jpg');
}
.business-wrap .box:nth-child(3):before {
  background-image: url('../../img/main/business_03.jpg');
}
.business-wrap .box:nth-child(4):before {
  background-image: url('../../img/main/business_04.jpg');
}


.business-wrap {
   margin: 0 auto;
   display: flex;  
   width: 100%;
   flex-wrap: wrap;
   justify-content: space-between;
}


/* ¹Ú½º ³ÐÀÌ¿Í ³ôÀÌ*/
.business-wrap .box {
  position: relative;
  width: 25%;
  height: 100vh;
  overflow: hidden;
  text-align: left;
}



.business-wrap .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.business-wrap .box:last-child {
  margin-right: 0;
}
.business-wrap .box-content {
  position: absolute;  
  width: 100%;
  height: 100%;
  z-index: 1;  
  padding: 40px;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}


/* ÅØ½ºÆ® ºÎºÐ */
.business-wrap .box-content h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700; 
  padding-bottom: 25px;
}

.business-wrap .box-content p {
  color: #F5F5F5;
  padding-bottom: 30px;
}



/* ¸¶¿ì½º¿À¹ö½Ã ¹Ú½º¹è°æ ÄÃ·¯ */
.business-wrap .box:hover .box-content {
   opacity: 1;
   background: rgba(0,63,165,0.9);
}




.business-wrap .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  transform: translateY(0);
}
.business-wrap .box:after {
  transform: translateY(0);
}
.business-wrap .box:hover .box-content,
.business-wrap .box:focus-within .box-content {
   transform: translateY(0);
   transition: all 0.4s ease-in-out;
}
.business-wrap .box 
.business-wrap .box:hover {
   transform: translateY(0);
}
.business-wrap .box:hover:before {
   transform: translateY(-8%);
   transition: all 0.4s ease-in-out;
}



/* ¹öÆ° */
.bn-btn span {
  display: inline-block;
  padding: 0; 
  margin: 0 auto;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}
.bn-btn span:after {
  font-family: 'xeicon';
  font-size: 16px;
  line-height: 1.6;
  margin-left: 5px;
  color: #FFF;
  content: '\e90b';
  position: absolute;
}
a.bn-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}





	@media screen and (max-width: 1280px) {
		
		/* ¹Ú½º ³ôÀÌ*/
		.business-wrap .box {
		  height: 360px;
		}
		.business-wrap .box-content {
		  padding: 30px;
		  transform: translateY(0);
		}


		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 24px;
		  padding-bottom: 20px;
		}
		.business-wrap .box-content h3:after {
		  display: none;
		}
		.business-wrap .box-content p {
		  font-size: 14px;
		  padding-bottom: 20px;
		}


		/* ¹öÆ° */
		.bn-btn span {
		  font-size: 12px;
		}
		.bn-btn span:after {
		  font-size: 13px;
		}
	}



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

		/* ¹Ú½º ³ôÀÌ*/
		.business-wrap .box {
		  height: 280px;
		}
		.business-wrap .box-content {
		  padding: 25px;
		}


		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 20px;
		  padding-bottom: 15px;
		}
		.business-wrap .box-content p {
		  font-size: 13px;
		  padding-bottom: 20px;
		}
		.business-wrap .box-content p br {
		  display: none;
		}

		.business-wrap .box:hover .business-wrap .box-content {
		  transform: translateY(0);
		}

	}



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

		.business-wrap {
		  width: 75%;
		}

		/* ¹Ú½º ³ÐÀÌ¿Í ³ôÀÌ*/
		.business-wrap .box {
		  width: 48%;
		  height: 290px;
		  margin-bottom: 4%;
		}	
		.business-wrap .box-content {
		  padding: 20px;
		}

	}

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

		.business-wrap {
		  width: 100%;
		}

		.business-wrap .box {	
		  height: 220px;
		}
		
		.business-wrap .box-content h3 {
		  font-size: 18px;
		  padding-bottom: 0px;
		}

		.business-wrap .box-content p {
		  display: none;
		}
	}



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

		.business-wrap .box {	
		   width: 100%;
		   height: 340px;
		   margin-bottom: 5%;
		}

	}






/* =========================================================================================
 *  SERVICE ¿µ¿ª
 * =========================================================================================*/

/* ¹Ú½º³ÐÀÌ´Â CSS¿¡¼­ µû·Î ¼³Á¤ÇÏÁö ¾Ê½À´Ï´Ù. 
¹Ú½º °¹¼ö¿¡ µû¶ó ÀÚµ¿À¸·Î ³ÐÀÌ°¡ Á¤ÇØÁö¹Ç·Î ÇÊ¿äÇÑ °¹¼ö¸¸Å­ ´Ã¸®°Å³ª »èÁ¦ÇÏ½Ã¸é µË´Ï´Ù.  */


/* ¸¶¿ì½º ¿À¹ö½Ã È°¼ºÈ­µÈ ¹Ú½º³ÐÀÌ */
.service-wrap ul:hover li:hover {
  width: 40%;
}

/* ¸¶¿ì½º ¿À¹ö½Ã ºñÈ°¼º ¹Ú½º³ÐÀÌ */
.service-wrap ul:hover li {
  width: 25%;
}

/* ¸¶¿ì½º ¿À¹ö½Ã ¹Ú½º ¹è°æÄÃ·¯ */
.service-wrap ul:hover li:hover .s-box {
  background: rgba(7, 19, 69, 0.8);
}

/* Å¸ÀÌÆ² ÆùÆ® */
.service-wrap ul li .s-box h2 {
  font-size: 36px;
}

/* ¼³¸í ÆùÆ® */
.service-wrap ul li .s-box p {
  padding: 15px 0 30px 0;
}

.service-wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.service-wrap ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.service-wrap ul li {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms ease;
}
.service-wrap ul li:nth-child(1) {
  background: url('../../img/main/service_01.png') no-repeat top center;
  background-size: cover;
}
.service-wrap ul li:nth-child(2) {
  background: url('../../img/main/service_05.png') no-repeat top center;
  background-size: cover;
}
.service-wrap ul li:nth-child(3) {
  background: url('../../img/main/service_03.png') no-repeat top center;
  background-size: cover;
}
.service-wrap ul li:nth-child(4) {
  background: url('../../img/main/service_04.png') no-repeat top center;
  background-size: cover;
}


.service-wrap ul li .s-box {
  display: block;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
   
}
.service-wrap ul li a .s-box {
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 60px;
}

.service-wrap ul li a .s-box .img {
  padding-bottom: 10px;
}

.service-wrap ul li a .s-box p,
.service-wrap ul li a .s-box span,
.service-wrap ul li a .s-box .img {
  opacity: 0;
  transform: translateY(50px);
  transition: all 400ms ease;
}

.service-wrap ul:hover li:hover a .s-box p,
.service-wrap ul:hover li:hover a .s-box span,
.service-wrap ul:hover li:hover a .s-box .img {
  opacity: 1;
  transform: translateY(0);
  transition: all 400ms ease;
}

.service-wrap ul:hover li:hover a * {
  opacity: 1;
  transform: translateY(0);
}


/* ¹öÆ° */
.sv-btn {
  display: inline-block;
  padding: 8px 25px; 
  margin: 0 auto;
  color:#FFF;
  border: 1px solid #FFF; 
  font-size: 15px;
  font-weight: 400;
  text-align: left;  
}

.sv-btn i {
  font-size: 13px;
  padding-left: 5px;
}


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

		/* Å¸ÀÌÆ² ÆùÆ® */
		.service-wrap ul li .s-box h2 {
		  font-size: 30px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		/* ¸ð¹ÙÀÏ ¹öÀü¿¡¼­ ¹Ú½º¹è°æÄÃ·¯ */
		.service-wrap ul li a .s-box {
		  height: 100%;
		  padding-top: 0;
		  background: rgba(7, 19, 69, 0.8);
		}

		.service {
		  padding: 0 !important;
		}
		.service-wrap {
		  height: auto;
		}
		.service-wrap ul li {
		  display: inline-block;
		  width: 50%;
		  height: 400px;
		}

		
		.service-wrap ul li a .s-box:nth-child(1n+1) {
		  border-right: 1px solid rgba(255,255,255,0.2);
		}
		.service-wrap ul li a .s-box:nth-child(1),
		.service-wrap ul li a .s-box:nth-child(2) {
		  border-bottom: 1px solid rgba(255,255,255,0.2);
		}
		.service-wrap ul:hover li:hover {
		  width: 50%;
		}
		.service-wrap ul:hover li {
		  width: 50%;
		}
		.service-wrap ul li a .s-box p,
		.service-wrap ul li a .s-box span,
		.service-wrap ul li a .s-box .img {
		  opacity: 1;
		  transform: translateY(0);
		}
		/* Å¸ÀÌÆ² ÆùÆ® */
		.service-wrap ul li .s-box h2 {
		  font-size: 24px;
		}
		.service-wrap ul li a .s-box .img img {
		  width: 50px;
		  height: auto;
		}
		.sv-btn {
		  padding: 5px 16px;
		  font-size: 13px;
		}
	}


	@media screen and (max-width: 820px) {
						
		.service-wrap ul li a .s-box .img {
		  padding-bottom: 0;
		}
		.service-wrap ul li a .s-box .img img {
		  width: 36px;
		}
		/* Å¸ÀÌÆ² ÆùÆ® */
		.service-wrap ul li .s-box h2 {
		  font-size: 20px;
		}
		.service-wrap ul li .s-box p {
		  padding: 10px 0 15px 0;
		}
	}


	@media screen and (max-width: 640px) {
	
		.service-wrap ul li {
		  height: 300px;
		}
		.sv-btn {
		  padding: 4px 12px;
		  font-size: 11px;
		  border: 1px solid rgba(255,255,255,0.6);
		}
	}




/* =========================================================================================
 *  PROJECT ¿µ¿ª
 * =========================================================================================*/

.project {
  background: url('../../img/main/service_bg.png') no-repeat top center;
  background-size: cover;
  font-size: 0;
}

.project .slick-slide {
  margin: 0 15px;
}

.project .project-wrap .pj-box {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.12);
  background: #FFFFFF;
  margin-bottom: 10px;
}

.project .project-wrap .pj-box .img img {
  width: 100%;
  height: auto;
}

.project .project-wrap .pj-box .txt {
  padding: 22px 25px;
  text-align: left;
  position: relative;
}

.project .project-wrap .pj-box .txt h3 {
  font-size: 26px;
  line-height: 1.4;
  color: #000000;
  width: 100%;
  padding-bottom: 10px;
}

.project .project-wrap .pj-box .txt span {
  font-family: 'Montserrat';
  font-size: 13px;
  line-height: 1.67;
  color: #1d40a3;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}

.project .project-wrap .pj-box .txt p {
  font-size: 16px;
  line-height: 1.4;
  color: #666666; 
}

.project .project-wrap .pj-box .btn {
  text-align: right;
  padding-top: 10px;
  width: 100%;
}

a.pj-btn {
  display: inline-block;
  margin-right: 20px;
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

a.pj-btn:after {
  font-family: 'xeicon';
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #8F8F8F;
  content: '\e90b';
  right: -20px;
  position: absolute;
}

a.pj-btn:hover {
  color:#000;
}


	@media screen and (max-width: 1280px) {
		
		.project .project-wrap .pj-box .txt {
		  padding: 20px;
		}
		.project .project-wrap .pj-box .txt h3 {
		  font-size: 20px;
		}
		a.pj-btn {
		  font-size: 12px;
		}
		a.pj-btn:before {
		  font-size: 13px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.project .project-wrap .pj-box .txt h3 {
		  font-size: 18px;
		  padding-bottom: 5px;
		}
		.project .project-wrap .pj-box .txt p {
		  font-size: 14px;		  
		}
		a.pj-btn {
		  font-size: 12px;
		  padding-top: 5px;
		}
		a.pj-btn:before {
		  font-size: 13px;
		}
	}


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

		.project {
		  padding: 60px 0 120px 0 !important;
		}
	}





 /* =========================================================================================
 *  EVENT ¿µ¿ª
 * =========================================================================================*/

/* main.css¿¡ ÇÊ¿äÇÑ class°¡ ¾ø½À´Ï´Ù */



 /* =========================================================================================
 *  È«º¸¿µ»ó ¿µ¿ª
 * =========================================================================================*/

.promotion {
  font-size: 0;
  padding: 0;
  position: relative;
  background: #000;
}

.promotion .section-info h2,
.promotion .section-info p {
  color: #FFF;
}

.promotion .section-info h2:before {
  display: none !important;
}

.promotion .section-info {
  text-align: left;
  z-index: 9;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.promotion .section-info h2 {
  padding-bottom: 50px;
}

.promotion .section-info h2:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 3px;
  background: #FFF;
  left: 0;
  top: 32px;
  opacity: 0.9;
  position: absolute;
}

.promotion .section-info p {
  font-size: 19px; 
  padding-bottom: 0;
}

.promotion .section-info .btn {
  padding-top: 50px;
}

a.pr-btn {
  display: inline-block;
  padding: 8px 30px;
  margin: 0 auto;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  border: 1px solid #FFF;
}

a.pr-btn:hover {  
  color: #333;
  background: #FFF;
}

.movie-wrap {
  width: 100%; 
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.movie {
  width: 100%; 
  height: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  text-align: left;
}
.movie video {
  width: auto; 
  height: 100%;
  position: absolute;
  opacity: 0.7;
}



	@media screen and (max-width: 1280px) {
		
		.promotion {
		  padding: 0 !important;
		}
		.promotion .section-info h2 {
		  padding-bottom: 40px;
		}
		.promotion .section-info p {
		  font-size: 17px;
		}
		.promotion .section-info .btn {
		  padding-top: 40px;
		}
		
		a.pr-btn {
		  padding: 6px 20px;
		  font-size: 14px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.promotion .section-info h2 {
		  padding-bottom: 20px;
		}
		.promotion .section-info p {
		  font-size: 16px;
		}

		.movie-wrap {
		  height: 450px;
		}
		
	}


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

		.promotion .inner .section-info {
		  width: 100%;
		  text-align: center;
		  padding-right: 0;
		}
		.promotion .section-info p {
		  font-size: 14px;
		}
		.promotion .section-info p br {
		  display: none;
		}
		.promotion .section-info .btn {
		  padding-top: 20px;
		}		
		a.pr-btn {
		  padding: 4px 15px;
		  font-size: 13px;
		}
	}

	@media screen and (max-width: 640px) {
		
		.movie-wrap {
		  height: 400px !important;
		}	
		.movie-wrap video {
		  width: auto; 
		  height: 100%;
		}
	}


/* =========================================================================================
 *  CUSTOMER ¿µ¿ª
 * =========================================================================================*/

.customer {
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
}
.customer .inner {
  display: flex;
  flex-wrap: wrap;
}

/*** ¿ÞÂÊ ¹è³Ê ***/
.customer .inner .left {
  width: 50%;
  height: 100vh;  
}
.cs-box1 {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 80px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  background: url('../../img/main/cs_box1.png') no-repeat top center;
  background-size: cover;
}

/* ¿ÞÂÊ ¹è³Ê ÆùÆ®¼³Á¤ */
.cs-box1 h2 {
  font-size: 42px;
  color: #FFF;
  font-weight: 700;
  padding-bottom: 10px;
}
.cs-box1 p {
  font-size: 18px;
  color: #FFF;
  opacity: 0.85;
  padding-bottom: 30px;
}


/*** ¿À¸¥ÂÊ ¹è³Ê ***/
.customer .inner .right {
  width: 50%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
/* ¿À¸¥ÂÊ¹è³Ê 01 */
.cs-box2 {
  background: url('../../img/main/cs_box2.png') no-repeat top center;
}
/* ¿À¸¥ÂÊ¹è³Ê 02 */
.cs-box3 {
  background: url('../../img/main/cs_box3.png') no-repeat top center;
}
/*** ¿À¸¥ÂÊ¹è³Ê °øÅëÀû¿ë ***/
.cs-box2,
.cs-box3 {
  width: 50%;
  height: 45%;
  padding: 50px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* ¿À¸¥ÂÊ¹è³Ê °øÅë ÆùÆ®¼³Á¤ */
.customer .inner .right h2 {
  font-size: 32px;
  color: #FFF;
  font-weight: 700;
  padding-bottom: 15px;
}
.customer .inner .right p {
  font-size: 17px;
  color: #FFF;
  opacity: 0.85;
  padding-bottom: 30px;
}



/*** °øÁö»çÇ× ***/
.notice {
  width: 100%;
  height: 55%;
  padding-top: 72px !important;
  padding: 0 60px;
  display: flex;
  background: #FFFFFF;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.tit-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.tit-info h2 {
  color: #000 !important;
  font-weight: 500 !important;
}
.tit-info p {
  color: #666 !important;
}
.notice .output_table {
  text-align: left;
}
.notice .output_table tr {
  display: inline-block;
  width: 100%;
}
.notice .output_table tr td {
  font-size: 18px;
  line-height: 1.67;
  text-align: left;
  padding: 15px;
  border-bottom: 2px solid #E0E0E0;
  background: #FFFFFF;
}
.notice .output_table tr:last-child td {
  border-bottom: 0;
}


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

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


.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;
}



/* ¹öÆ° */
a.cs-btn {
  display: inline-block;
  padding: 6px 20px;
  margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border: 1px solid #FFF;
}

a.cs-btn:hover {  
  color: #333;
  background: #FFF;
}





	@media screen and (max-width: 1600px) {
		
		/*** °øÁö»çÇ× ***/
		.notice {
		  padding-top: 85px !important;
		}
	}
	

	@media screen and (max-width: 1280px) {
		
		/*** °øÁö»çÇ× ***/
		.notice {
		  height: 65%;
		}
		.tit-info h3 {  
		  font-size: 24px;
		}
		.tit-info p {  
		  font-size: 14px;
		}
		.notice .output_table tr td {
		  font-size: 15px;
		  padding: 10px;
		}
		.notice .output_table tr td a {
		  font-size: 17px;
		}
		.output_table tr td:nth-child(1) {
		  padding-left: 20px !important;
		}

		/*** ¿ÞÂÊ ¹è³Ê ***/
		.cs-box1 {
		  padding: 50px;
		}

		/* ¿ÞÂÊ ¹è³Ê ÆùÆ®¼³Á¤ */
		.cs-box1 h2 {
		  font-size: 36px;
		}
		.cs-box1 p {
		  font-size: 16px;
		  padding-bottom: 20px;
		}


		/*** ¿À¸¥ÂÊ¹è³Ê °øÅëÀû¿ë ***/
		.cs-box2,
		.cs-box3 {
		  height: 35%;
		  padding: 40px;
  		}
		/* ¿À¸¥ÂÊ¹è³Ê °øÅë ÆùÆ®¼³Á¤ */
		.customer .inner .right h2 {
		  font-size: 24px;
		  padding-bottom: 5px;
		}
		.customer .inner .right p {
		  font-size: 15px;
		  padding-bottom: 15px;
		}

		/* ¹öÆ° */
		a.cs-btn {
		  padding: 4px 15px;
		  font-size: 12px;
		}				
	}



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

		.customer {
		  padding: 0 !important;
		}
		.customer .inner .left,
		.customer .inner .right {
		  width: 100%;
		  height: auto;
		}
		.cs-box1, .cs-box2, .cs-box3, .notice {
		  height: auto;
		}
		
		/*** °øÁö»çÇ× ***/
		.notice {
		  padding: 30px !important;
		}
		.notice .output_table tr td {
		  font-size: 14px;
		  padding: 8px;
		  border-bottom: 1px solid #E0E0E0;
		}
		.notice .output_table tr td a {
		  font-size: 15px;
		}

		/*** ¿ÞÂÊ Ã¹¹øÂ° ¹è³Ê ***/
		.cs-box1 {
		  padding: 80px;		  
		  align-items: center;
		  text-align: center;
		}

		/* ¿ÞÂÊ ¹è³Ê ÆùÆ®¼³Á¤ */
		.cs-box1 h2 {
		  font-size: 24px;
		}
		.cs-box1 p {
		  font-size: 14px;
		  padding-bottom: 20px;
		}

		/* ¿À¸¥ÂÊ¹è³Ê °øÅë ÆùÆ®¼³Á¤ */
		.customer .inner .right h2 {
		  font-size: 20px;
		}
		.customer .inner .right p {
		  font-size: 14px;
		}


	}

	@media screen and (max-width: 820px) {
		
		/*** °øÁö»çÇ× ***/
		.notice .output_table tr {
		  width: 100%;
		  border-right: 0 !important;
		}
		.notice .output_table tr td {
		  font-size: 13px;  
		}
		.notice .output_table tr td a {
		  font-size: 14px;
		}
		.output_table tr td:nth-child(1) {
		  padding-left: 10px !important;
		}

	}


	@media screen and (max-width: 480px) {
		
		/*** °øÁö»çÇ× ***/
		.notice .output_table tr td {
		  word-break: keep-all !important;
		}

		/*** ¿ÞÂÊ Ã¹¹øÂ° ¹è³Ê ***/
		.cs-box1 {
		  padding: 50px 40px;
		}

		/*** ¿À¸¥ÂÊ¹è³Ê °øÅëÀû¿ë ***/
		.cs-box2,
		.cs-box3 {
		  width: 100%;
  		}

	}
	




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


.footer { 
  background: #172230;
  color: #CCCCCC;
  text-align: left;
  font-size: 16px;
  line-height: 1.78;
  padding: 50px 70px;  
}

.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 .f-logo {
  width: 30%;
  line-height: 0;
}

.footer .foot-wrap .f-cont .f-logo img {
  opacity: 0.7;
}

.footer .foot-wrap .f-cont .f-link {
  width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .foot-wrap .f-cont .top-link {
  width: 30%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .foot-wrap .f-cont .top-link li {
  padding-right: 30px;
  position: relative;
}

.footer .foot-wrap .f-cont .top-link li:last-child {
  padding-right: 0;
}

.footer .foot-wrap .f-cont .top-link li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #666666;
  right: 13px;
  top: 9px;
  position: absolute;
}

.footer .foot-wrap .f-cont .top-link li:last-child:after {
  display: none;
}

.footer .foot-wrap .f-cont .sns-link {
  width: 70%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .foot-wrap .f-cont .sns-link li {
  padding-right: 20px;
}

.footer .foot-wrap .f-cont .sns-link li i {
  font-size: 26px;
  line-height: 2;
}

.footer .foot-wrap .f-cont .bot-link {
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .foot-wrap .f-cont .bot-link li {
  padding-right: 40px;
}

.footer .foot-wrap .f-cont .bot-link li:last-child {
  padding-right: 0;
}

.footer .foot-wrap .f-cont .bot-link .copy_end {
  width: 100%;
}



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

.footer .foot-wrap .f-etc .footer-select {
  width: 30%;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
}

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

.call:before {
  font-family: 'xeicon';
  font-size: 40px;
  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;
}

.footer .foot-wrap .f-etc .footer-select {
  position: relative;
  display: inline-block; 
  width: 100%; 
  padding-top: 25px;
  max-width: 250px; 
  color: #cccccc; 
  vertical-align: middle; 
  text-align: left; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none; 
  -webkit-touch-callout: none;
}

.footer .foot-wrap .f-etc .footer-select .placeholder {  
  position: relative; 
  display: block; 
  background-color: #384657; 
  z-index: 1; 
  padding: 8px 15px; 
  border-radius: 2px; 
  cursor: pointer; 
}

.footer .foot-wrap .f-etc .footer-select .placeholder:hover {
  background: #384657; 
}

.footer .foot-wrap .f-etc .footer-select .placeholder:after {
  position: absolute; 
  right: 1em; 
  top: 50%; 
  -webkit-transform: translateY(-50%) rotate(180deg); 
          transform: translateY(-50%) rotate(180deg); 
  font-family: 'xeicon'; 
  content: '\e941'; 
  z-index: 10; 
}

.footer .foot-wrap .f-etc .footer-select.is-open .placeholder:after {
  content: '\f077'; 
}

.footer .foot-wrap .f-etc .footer-select.is-open ul {
  display: block; 
}

.footer .foot-wrap .f-etc .footer-select.footer .foot-wrap .f-etc .footer-select--white .placeholder {
  background: #fff; 
  color: #999; 
}

.footer .foot-wrap .f-etc .footer-select.footer .foot-wrap .f-etc .footer-select--white .placeholder:hover {
  background: #CCCCCC;
}

.footer .foot-wrap .f-etc .footer-select ul {
  display: none;
  position: absolute; 
  overflow: hidden; 
  width: 100%; 
  background: #EEEEEE; 
  border-radius: 2px; 
  left: 0; 
  bottom: 50px; 
  list-style: none; 
  padding: 15px; 
  z-index: 100; 
}

.footer .foot-wrap .f-etc .footer-select ul li {
  display: block; 
  text-align: left;
  padding: 5px 10px;
  color: #999;
  cursor: pointer; 
}

.footer .foot-wrap .f-etc .footer-select ul li:hover {
  background: #AAAAAA;
  color: #FFFFFF; 
}




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

		.footer .foot-wrap .f-cont .f-logo {
		  width: 100%;
		}

		.footer .foot-wrap .f-cont .f-link {
		  width: 100%;
		}

		.footer .foot-wrap .f-cont .top-link {
		  width: 100%;
		  padding-top: 20px;
		}
	}



	@media screen and (max-width: 1280px) {
		
		.footer .foot-wrap .f-cont .f-logo img {
		  width: 200px;
		}

		.footer .foot-wrap .f-etc .tel {
		  font-size: 32px;
		}
		.call:before {
		  font-size: 32px;
		}

		.footer .foot-wrap .f-etc .footer-select {
		  max-width: 200px;
		}
	}



	@media screen and (max-width: 1024px) {
	
		.footer {
		   font-size: 14px;
		   padding: 30px;
		}

		.footer .foot-wrap .f-cont {
		  width: 60%;
		}

		.footer .foot-wrap .f-cont .f-logo img {
		  width: 160px;
		}

		.footer .foot-wrap .f-etc {
		  width: 40%;
		}

	}



	@media screen and (max-width: 820px) {
		
		.footer .foot-wrap .f-cont {
		  width: 100%;
		}

		.footer .foot-wrap .f-etc {
		  width: 100%;
		  text-align: left;
		  padding-top: 20px;
		}
		.footer .foot-wrap .f-etc .footer-select {
		  padding-top: 15px;
		}

		.footer .foot-wrap .f-cont .bot-link {
		  padding-top: 15px;
		}
		.footer .foot-wrap .f-etc .tel {
		  font-size: 24px;
		}
		.call:before {
		  font-size: 24px;
		}
	}



	@media screen and (max-width: 480px) {
		
		.footer .foot-wrap .f-cont .f-logo img {
		  width: 140px;
		}

		.footer .foot-wrap .f-cont .sns-link li {
		  padding-right: 12px;
		}

		.footer .foot-wrap .f-cont .sns-link li i {
		  font-size: 22px;
		  line-height: 2;
		}
	}

