
/* =========================================================================================
 *   °øÅë½ºÅ¸ÀÏ
 * =========================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

a {
  text-decoration: none; 
  color:#666; 
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none; 
  transition: all 0.3s ease;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.6px;
}

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

.container {
  width: 100%;
  max-width: 1340px;
  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;
		}
		p {
		  font-size: 15px;
		}
		.container {
		  padding: 0 40px;
		}

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

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

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



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

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

#go-top a {
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  background: #1E1E1E;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

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



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

		#go-top a:before {
		  font-size: 18px;
		  left: 9px;
		  top: 5px;
		}

		#go-top a {
		  width: 35px;
		  height: 35px;
		}
	}
		
	@media screen and (max-width: 480px) {

		#go-top {
		  right: 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:#000;
}


.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: 1024px) {

		/* ÆË¾÷Ã¢ ÀÌ¹ÌÁö »çÀÌÁî */
		.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: 820px) {

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

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




/* =========================================================================================
 *  ¿À¸¥ÂÊÄü¸Þ´º ½ºÅ¸ÀÏ
 * =========================================================================================*/

ul.quick {
   position: fixed;
   bottom: 85px;
   right: 45px;
   z-index: 8;
}

ul.quick li {
   font-size: 12px;
   padding: 5px 0;   
}

ul.quick li i {
   display: flex;
   font-size: 22px;
   color: #454545;
   background: #FFF;
   width: 45px;
   height: 45px;
   align-items: center;
   justify-content: center;
   border-radius: 100%;
   box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

ul.quick li a {
   transition: all 0.3s ease;
}

/* ³×ÀÌ¹ö ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-naver {
   background: #2eb616;
   color: #FFF;
   transition: all 0.2s ease;
}

/* Ä«Ä«¿À ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-kakao {
   background: #f1cf00;
   color: #FFF;
   transition: all 0.2s ease;
}

/* ÀÎ½ºÅ¸±×·¥ ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-instagram {
   background: #fc1c75;
   color: #FFF;
   transition: all 0.2s ease;
}

/* À¯Æ©ºê ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li a:hover i.xi-youtube-play {
   background: #fe5a51;
   color: #FFF;
   transition: all 0.2s ease;
}




	@media all and (max-width: 1280px) {
		
		ul.quick {
		   bottom: 75px;
		}
		ul.quick li i {
		   font-size: 18px;
		   width: 35px;
		   height: 35px;
		}
	}
	
	@media all and (max-width: 480px) {
		
		ul.quick {
		   right: 10px;
		}
		ul.quick li {
		   padding: 3px 0;
		}
	}




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

.section {
  padding: 100px 30px;
}

.section .section-info {
  width: 100%;
  text-align: center;
}

.section .section-info h2 {
  color: #000000;
  font-size: 54px;
  line-height: 1.20;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: 'Montserrat','Noto Sans KR', sans-serif; 
  display: inline-block;
}

.section .section-info p {
  color: #666666;
  font-size: 18px;
  line-height: 1.30;
  padding-bottom: 60px;
 }


 	@media screen and (max-width: 1280px) {
		
		.section {
		  padding: 80px 30px;
		}

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

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

	@media screen and (max-width: 1024px) {
		
		.section .section-info {
		  padding-top: 0;
		}

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

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

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

		.section {
		  padding: 60px 20px;
		}

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

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

	@media screen and (max-width: 480px) {
		
		.section {
		  padding: 50px 10px;
		}

		.section .section-info h2 {
		  font-size: 24px;
		  padding-bottom: 5px;
		}

		.section .section-info p {
		  font-size: 12px;
		  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;}
}







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

.main-visual {
    width: 100%;
    height: 100vh;
    position:relative;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	background: #000;
}

/* Á¦¸ñ ÆùÆ®½ºÅ¸ÀÏ */
.main-visual h2 {
  color: #FFFFFF;
  display: block;
  font-size: 54px; 
  font-weight: 600;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  letter-spacing: -1px; 
  padding-bottom: 30px;
  transition-delay:0.5s;
}

/* ¼³¸í ÆùÆ®½ºÅ¸ÀÏ */
.main-visual p {
  color: #FFFFFF; 
  font-size: 24px; 
  line-height: 1.20; 
  font-weight: 300;
  transition-delay:0.8s;
}


.main-visual > .inner {
  position: absolute;
  padding-left: 284px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  z-index: 3; 
  line-height: 1.2;
}

.main-visual .movie {
  position:relative; 
  opacity: 0.85;
  width:100%; 
  padding-bottom: 56.25%; 
  text-align:left;
  display: flex;
  justify-content: center;
}

.main-visual .movie video {
  position: absolute; 
  width:100%; 
  height:100%; 
  box-shadow: 5px 11px 19px 2px rgba(0,0,0,0.3);
}

.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 {
	text-align: left;
	padding-top: 100px;
	padding-left: 220px;
}

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

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




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

		.main-visual {
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
		}
		.main-visual .movie video {
		   top: 0;
		   width: auto; 
		   height: 160%; 
		}
	}


	@media screen and (max-width:1280px){
		
		.main-visual > .inner {
		   padding-left: 80px;
		}
		.main-visual h2 {
		   font-size: 40px;
		   padding-bottom: 20px;
		}
		.main-visual p {
		   font-size: 20px;
		}

		/* ½½¶óÀÌµå ÅØ½ºÆ® ½ºÅ¸ÀÏ */
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
			padding-top: 50px;
			padding-left: 150px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
			font-size: 42px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
			font-size: 17px;
		}
	}


	@media screen and (max-width:1024px){
		
		.main-visual > .inner {
		   padding-left: 80px;
		}
		.main-visual h2 {
		   font-size: 36px;
		   padding-bottom: 20px;
		}
		.main-visual p {
		   font-size: 19px;
		}

		/* ½½¶óÀÌµå ÅØ½ºÆ® ½ºÅ¸ÀÏ */
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
			padding-top: 0;
			padding-left: 100px;
		}
		.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:1024px) and (height:1366px) {
	   
	   .main-visual .movie video {
		   height: 250%; 
		}
	}

	@media screen and (max-width:1023px) {
	   
	    .main-visual .movie video {
		   height: 280%; 
		}
	}


	@media screen and (max-width:820px){			
		
		.main-visual .movie video {
		   height: 320%; 
		}
		.main-visual > .inner {
		   padding-left: 60px;
		}
		.main-visual h2 {
		   font-size: 28px;
		   padding-bottom: 15px;
		}
		.main-visual p {
		   font-size: 17px;
		}

		/* ½½¶óÀÌµå ÅØ½ºÆ® ½ºÅ¸ÀÏ */
		.main-visual .main-slider .slider-visual > .visual-txt {
			margin-top: 0;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
			padding-left: 80px;
		}
		.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: 15px;
		}
	}


	@media screen and (max-width:480px){
		
		.main-visual .movie video {
		   height: 370%; 
		}
		.main-visual > .inner {
		   padding: 0 30px;
		}
		.main-visual h2 {
		   font-size: 22px;
		   padding-bottom: 15px;
		}
		.main-visual p {
		   font-size: 12px;
		}

		/* ½½¶óÀÌµå ÅØ½ºÆ® ½ºÅ¸ÀÏ */
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
			padding: 30px;
			text-align: center;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
		   font-size: 24px;
		   margin-bottom: 10px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
		   line-height: 1.28;
		}

	}







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

.business {
  background: #FFF;
}

/* Å¸ÀÌÆ²ºÎºÐ ÅØ½ºÆ® */
.business .section-info {
  text-align: left;
  width: 85%;
  padding-bottom: 50px;
}

.business .section-info .s-txt {
   color: #007cef;
   font-size: 15px;
   font-weight: 700;
   letter-spacing: 4px;
   font-family: 'Montserrat', sans-serif; 
   padding-bottom: 15px;
}

.business .section-info h2 {
  color: #000;
  font-size: 45px;
  letter-spacing: -2px;
  font-weight: 700;
  padding-bottom: 15px;
}

.business .section-info p {
  color: #666;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 0;
}


.business .slick-dots {
   bottom: -40px;
}

.business .slick-dots li.slick-active button:before {
   background: #666;
   width: 14px;
   height: 14px;
   left: -2px;
   top: -2px;
   transition: all 0.3s ease;
}

.business .slick-dots li {
   width: 10px;
   height: 10px;
}

.business .slick-dots li button:before {
   background: #CCC;
   width: 10px;
   height: 10px;
   transition: all 0.3s ease;
}


.business-wrap {
   position: relative;
}

/* °¡¿îµ¥ ½½¶óÀÌµå ¹Ú½º »çÀÌÁî */
.business-wrap .b-box {  
  	width: 100%;
	position: relative;
}

/* ½½¶óÀÌµå ÁÂ¿ì°£°Ý */
.business-wrap .slick-slide {
	padding: 0 ;	
}
.business-wrap .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.business-wrap .slick-prev {
    right: 50px;
	z-index: 1 !important;
}
.business-wrap .slick-next {
    right: 0;
	z-index: 1 !important;
}

/* ½½¶óÀÌµå ÀÌ¹ÌÁö »çÀÌÁî */
.business-wrap .b-box .img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.business-wrap .b-box .img img {
  width: 100%;
  height: auto;
}

.business-wrap .b-box .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 50px;
  text-align: right;
}


/* ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.business-wrap .b-box .txt h3 {
  color: #FFF;
  font-size: 30px;
  line-height: 1.4;  
  width: 100%;
  padding-bottom: 8px;
}
.business-wrap .b-box .txt p {
  color: #FFF; 
  font-size: 17px;
  line-height: 1.4;  
  padding-bottom: 20px;
}

.business-wrap .b-box .btn {
  text-align: right;
}

/* ¹öÆ° */
a.bs-btn {
  display: inline-block;
  padding: 5px 18px;
  color:#FFF;
  font-family: 'Montserrat', sans-serif;  
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #FFF;
}

.img-mb {
  display: none;
}




	@media screen and (max-width: 1280px) {
		
		.business .section-info h2 {
		  font-size: 36px;
		}
		.business .section-info p {
		  font-size: 16px;
		}

		.business-wrap .b-box .txt h3 {
		  font-size: 26px;
		}
		.business-wrap .b-box .txt p {
		  font-size: 15px;
		}
	}



	@media screen and (max-width: 1024px) {
		
		.business .section-info {
		  padding-bottom: 30px;
		}
		.business .section-info .s-txt {
		  font-size: 13px;
		  padding-bottom: 10px;
		}
		.business .section-info h2 {
		  font-size: 30px;
		}
		.business .section-info p {
		  font-size: 15px;
		}
		
		.business-wrap .b-box .txt {
		  padding: 30px;
		}
		.business-wrap .b-box .txt h3 {
		  font-size: 22px;
		}
		.business-wrap .b-box .txt p {
		  font-size: 14px;
		}
		a.bs-btn {
		  padding: 3px 14px;
		  font-size: 13px;
		}

		.business-wrap .slick-prev {
		  right: 40px;
		}
		.business .slick-dots {
		   bottom: -30px;
		} 

	}


	@media screen and (max-width: 820px) {
		
		.business .section-info .s-txt {
		  font-size: 12px;
		  padding-bottom: 10px;
		}
		.business .section-info h2 {
		  font-size: 24px;
		}
		.business .section-info p {
		  font-size: 14px;
		}
		.business-wrap .b-box .txt h3 {
		  font-size: 18px;
		}
		.business-wrap .b-box .txt p {
		  font-size: 13px;
		}
		a.bs-btn {
		  padding: 3px 14px;
		  font-size: 12px;
		}
	}


	@media screen and (max-width: 480px) {
		
		.business .section-info {
		  width: 100%;
		}
		.business .section-info .s-txt {
		  font-size: 11px;
		  padding-bottom: 10px;
		}
		.business .section-info h2 {
		  font-size: 20px;
		  padding-bottom: 10px;
		}
		.business .section-info p {
		  line-height: 1.4;
		  font-size: 12px;
		}
		.business-wrap .b-box .txt {
		  padding: 25px;
		  top: 0;
		}
		.business-wrap .b-box .txt h3 {
		  font-size: 17px;
		}
		.business-wrap .b-box .txt p {
		  padding-bottom: 15px;
		  font-size: 12px;
		}
		.business .slick-dots {
		   bottom: -20px;
		}
		.business .slick-dots li.slick-active button:before {
		   width: 10px;
		   height: 10px;
		   left: 0;
		   top: 0;
		}
		.business .slick-dots li {
		   width: 8px;
		   height: 8px;
		   margin: 4px;
		}
		.business-wrap .slick-prev {
		  right: 32px;
		}
		.img-pc {
		  display: none;
		}
		.img-mb {
		  display: block;
		}
	}



/* =========================================================================================
*  È¸»çÁ¤º¸ COUNT ¿µ¿ª
* =========================================================================================*/

.count {
   background: #333;
   margin-top: -220px;
   padding-top: 140px;
   padding-bottom: 60px;
}

.count .container {
   display: flex;
   flex-wrap: wrap;
}

.count .box {
   width: 25%;
   padding: 0;
   border-right: 1px solid rgba(255,255,255,0.1);
}
.count .box:last-child {
   border-right: 0;
}

/* ¼ýÀÚÅ©±â ¹× ÄÃ·¯ */
.count .counter-value {
   color: #FFF;
   font-size: 65px;
   font-weight: 700;
   font-family: 'Montserrat', sans-serif; 
}

.count .box h3 {
   color: #999;
   font-size: 24px;
}

.count .box p {
   color: #CCC;
   font-size: 18px;
}

	

	@media screen and (max-width: 1280px) {
		
		.count {
		   margin-top: -180px;
		   padding-top: 140px;
		   padding-bottom: 70px;
		}
		.count .box {
		   padding: 15px 0;
		}
		.count .counter-value {
		   font-size: 54px;
		}
		.count .box h3 {
		   font-size: 20px;
		}
		.count .box p {
		   font-size: 17px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.count {
		   margin-top: -170px;
		   padding-top: 120px;
		   padding-bottom: 50px;
		   background-attachment: scroll;
		}
		.count .box {
		   padding: 10px 0;
		}
		.count .counter-value {
		   font-size: 40px;
		}
		.count .box h3 {
		   font-size: 18px;
		}
		.count .box p {
		   font-size: 16px;
		}
	}

	@media screen and (max-width: 820px) {
		
		.count {
		   margin-top: 0;
		   padding-top: 0;
		   padding: 60px 20px;
		}
		.count .counter-value {
		   font-size: 36px;
		}
		.count .box h3 {
		   font-size: 17px;
		}
		.count .box p {
		   font-size: 15px;
		}
	}

	@media screen and (max-width: 767px) {
		
		.count .box {
		   width: 50%;
		   border-right: 0;
		}
		.count .box:nth-child(1),
		.count .box:nth-child(2) {
		   padding-bottom: 30px;
		}
	}

	@media screen and (max-width: 767px) {
		
		.count .box {
		   width: 100%;
		   padding: 30px;
		   border-bottom: 1px solid rgba(255,255,255,0.1);
		}
		.count .box:first-child {
		   padding-top: 0;
		}
		.count .box:last-child {
		   padding-bottom: 0;
		   border-bottom: 0;
		}
		.count .box p {
		   font-size: 14px;
		}
	}
		





 /* =========================================================================================
 *  OUR WORK ¿µ¿ª
 * =========================================================================================*/

.our-work {
   position: relative;
   padding: 0;
}

/* ¹Ú½º °¡·Î X ¼¼·Î »çÀÌÁî */
.banner-animation .nav-text .box {
   width: 25%;
   height: 750px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   border-right: 1px solid rgba(255,255,255,0.2);
}

/* ±âº» ¹è°æÀÌ¹ÌÁö */
.banner-animation .slider .slick-list .slick-track .slick-slide:first-child > div .item:before {
  background-image: url('../main/work_bg.png');
  background-size: cover;
}

/* Ã¹¹øÂ°¹Ú½º ¹è°æÀÌ¹ÌÁö */
.banner-animation .slider .slick-list .slick-track .slick-slide:nth-child(2) > div .item:before {
  background-image: url('../main/work_bg.png');
  background-size: cover;
}

/* µÎ¹øÂ°¹Ú½º ¹è°æÀÌ¹ÌÁö */
.banner-animation .slider .slick-list .slick-track .slick-slide:nth-child(3) > div .item:before {
  background-image: url('../main/work_bg02.jpg');
  background-size: cover;
}

/* ¼¼¹øÂ°¹Ú½º ¹è°æÀÌ¹ÌÁö */
.banner-animation .slider .slick-list .slick-track .slick-slide:nth-child(4) > div .item:before {
  background-image: url('../main/work_bg03.jpg');
  background-size: cover;
}

/* ³×¹øÂ°¹Ú½º ¹è°æÀÌ¹ÌÁö */
.banner-animation .slider .slick-list .slick-track .slick-slide:nth-child(5) > div .item:before {
  background-image: url('../main/work_bg04.jpg');
  background-size: cover;
}



.banner-animation {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}

.banner-animation .slider {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
}


.banner-animation .slider .slick-list {
  height: 100%;
}
.banner-animation .slider .slick-list .slick-track {
  height: 100%;
}
.banner-animation .slider .slick-list .slick-track .slick-slide {
  height: 100%;
  transition: all 1s ease;
}

.banner-animation .slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.banner-animation .slider .slick-list .slick-track .slick-slide > div .item {
  height: 100%;
  width: 100%;
}
.banner-animation .slider .slick-list .slick-track .slick-slide > div .item:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-animation .slider .slick-list .slick-track .slick-slide > div .item > div {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track .slick-slide > div .item > div .content h2 {
  color: #FFF;
  border: 1px solid red;
}
.banner-animation .slider .slick-list .slick-track .slick-slide > div .item > div .content a {
  margin-top: 20px;
  font-size: 1.2em;
  color: white;
  display: inline-block;
  text-align: left;
  width: fit-content;
  border: 1px solid red;
}
.banner-animation .slider .slick-list .slick-track .slick-slide > div .item > div .content a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}

.banner-animation .slider .slick-list .slick-track .slick-slide > div .item > div .content a:hover span {
  margin-left: 20px;
}
.banner-animation .slider .slick-list .slick-track .slick-slide > div .item > div .content a span {
  margin-left: 10px;
  transition: all 5s linear;
}

.banner-animation .nav-text {
   width: 100%;
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.banner-animation .nav-text .box a {
   width: 100%;
   height: 100%;
}


.banner-animation .nav-text .box .change {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.banner-animation .nav-text .change:hover {
    padding-top: 50px;
    background: rgba(0,0,0,0.3);  
}

.banner-animation .nav-text .change .icon {
}

.banner-animation .nav-text .change h3 {
   color: #FFF;
   font-size: 30px;
   font-weight: 500;
   padding: 20px 0;
}

.banner-animation .nav-text .change p {
   color: #FFF;
   padding-bottom: 30px;
}

/* ¹öÆ° */
.work-btn {
  display: inline-block;
  padding: 8px 35px 8px 25px;
  color:#FFF;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #FFF;
  position: relative;
}

.work-btn:after {
   content: '\e93f';
   font-family: 'xeicon';
   font-size: 20px;
   color: #FFF;
   position: absolute;
   top: 6px;
   right: 14px;
}

a.work-btn:hover {
   color: #000;
   background: #FFF;
}

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


.banner-animation .nav-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  height: 30px;
  align-items: flex-end;
  align-content: flex-end;
  margin-bottom: 0;
  z-index: 20;
}
.banner-animation .nav-bottom li {
  flex: 0 1 auto;
  height: 8px;
  width: 100%;
  background: white;
  transition: all 0.12s ease;
}



@keyframes scaleDown {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}


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

		/* ¹Ú½º °¡·Î X ¼¼·Î »çÀÌÁî */
		.banner-animation .nav-text .box {
		   height: 540px;
		}
		.banner-animation .nav-text .change .icon img {
		   width: 50px;
		   height: 50px;
		}
		.banner-animation .nav-text .change h3 {
		   font-size: 24px;
		   padding: 10px 0;
		}
		.banner-animation .nav-text .change p {
		   padding-bottom: 20px;
		}
		.work-btn {
		   padding: 6px 30px 6px 20px;
		   font-size: 14px;
		}
		.work-btn:after {
		   top: 3px;
		   right: 10px;
		}		
	}

	@media screen and (max-width: 1024px) {
		
		/* ¹Ú½º °¡·Î X ¼¼·Î »çÀÌÁî */
		.banner-animation .nav-text .box {
		   height: 420px;
		}
		.banner-animation .nav-text .change .icon img {
		   width: 40px;
		   height: 40px;
		}
		.banner-animation .nav-text .change h3 {
		   font-size: 20px;
		}
		.work-btn {
		   padding: 5px 25px 5px 15px;
		   font-size: 12px;
		}
		.work-btn:after {
		   top: 1px;
		   right: 6px;
		}

		.banner-animation .nav-text .change:hover {
		   padding-top: 0;
		}
	}

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

		/* ¹Ú½º °¡·Î X ¼¼·Î »çÀÌÁî */
		.banner-animation .nav-text .box {
		   height: 360px;
		}
	}

	@media screen and (max-width: 767px) {
		
		/* ¹Ú½º °¡·Î X ¼¼·Î »çÀÌÁî */
		.banner-animation .nav-text .box {
		   height: 280px;
		}
		.banner-animation .nav-text .change .icon img {
		   width: 35px;
		   height: 35px;
		}
		.banner-animation .nav-text .change h3 {
		   font-size: 20px;
		}
		.work-btn i {
		   font-size: 13px;
		}
		.banner-animation .nav-text .box {
		   width: 50%;
		   border-bottom: 1px solid rgba(255,255,255,0.2);
		}

	}

	@media screen and (max-width: 480px) {
		.banner-animation .nav-text .change p {
			font-size: 12px;
		}
	}


 /* =========================================================================================
 *  PRODUCT ¿µ¿ª
 * =========================================================================================*/

.product {
   background: #F0F0F0;
}

/* ÀÌ¹ÌÁö Å×µÎ¸® */
.product .board_output_gallery_img img {
  width: 100%;
  height: auto;
}

/* Á¦¸ñºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
.product .board_output_gallery_subject a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 0;
}

/* ¼³¸íºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
.product .board_output_gallery_description {
   color: #888;
   font-size: 16px;
   line-height: 1.38;
}

.product .board_output_gallery_img {
   margin-bottom: 0;
   line-height: 0;
}

.output_gal_type1 tr {
   display: flex;
   flex-wrap: wrap;
}

.output_gal_type1 tr td {
   background: #FFF;
   border: 1px solid #CCC;
}

.output_gal_type1 tr tr {
   display: block;
}


.output_gal_type1 table tr td {
   width: 100%;
   display: block;
   border: 0;
}

.output_gal_type1 table tr:nth-child(2) {
   text-align: left;
   padding: 30px;
   display: block;
   width: 100%;
}

.board_output_gallery_subject {
   display: inline-block;
   width: 100%;
   color: #000;
   font-size: 22px;
   font-weight: 500;
   padding-bottom: 10px;
   margin-bottom: 0
}




/* Á÷»ç°¢Çü 3Ä­ */
.output_gal_type1 tr td {
   width: 32%; 
   margin-right: 2%;
   margin-bottom: 2%;
}

.output_gal_type1 tr td:nth-child(3n+3) {
   margin-right: 0;
}

/* Á¤»ç°¢Çü 4Ä­ */
.output_gal_type2 tr td {
	width: 25%; 
}

/* ¼¼·Î Á÷»ç°¢Çü 4Ä­ */
.output_gal_type3 tr td {
	width: 25%; 
}


	@media screen and (max-width: 1280px) {
		
		/* Á¦¸ñºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
		.product .board_output_gallery_subject {
		  font-size: 20px;
		}
		/* ¼³¸íºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
		.product .board_output_gallery_description {
		  font-size: 15px;
		}
		.output_gal_type1 table tr:nth-child(2) {
		  padding: 20px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		/* Á¦¸ñºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
		.product .board_output_gallery_subject {
		  font-size: 18px;
		}
		/* ¼³¸íºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
		.product .board_output_gallery_description {
		  font-size: 14px;
		}
	}

	@media screen and (max-width: 820px) {
		
		/* Á¦¸ñºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
		.product .board_output_gallery_subject {
		  font-size: 17px;
		  padding-bottom: 5px;
		}
		/* ¼³¸íºÎºÐ ÆùÆ®½ºÅ¸ÀÏ */
		.product .board_output_gallery_description {
		  font-size: 12px;
		  line-height: 1.28;
		}
	}

	@media screen and (max-width: 480px) {
		
		/* Á÷»ç°¢Çü 3Ä­ */
		.output_gal_type1 tr td {
			width: 100%; 
			display: block;
			margin-right: 0;
			margin-bottom: 10px;
		}

		.output_gal_type1 tr td td {
		   margin-bottom: 0;
		}
		
		/* Á¤»ç°¢Çü 3Ä­ */
		.output_gal_type2 tr td {
			width: 100%; 
			display: block;
		}
		
		/* ¼¼·Î Á÷»ç°¢Çü 4Ä­ */
		.output_gal_type3 tr td {
			width: 100%; 
			display: block;
		}
	}





  /* =========================================================================================
 *  PROMOTION ¿µ¿ª
 * =========================================================================================*/

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

.promotion .inner {
  display: flex;  
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.promotion .inner .section-info {
  width: 44%;
  padding-right: 100px;
  padding-top: 0;
  text-align: left;
}

.promotion .inner .section-info h2 {
  position: relative;
  font-size: 48px;
  letter-spacing: -2px;
  padding-bottom: 30px;
}

.promotion .inner .section-info p {
  padding-bottom: 40px;
}

.promotion .inner .movie-wrap {
  width:56%; 
}

.promotion .inner .movie-wrap .movie {
  position:relative; 
  width:100%; 
  padding-bottom: 56.25%; 
  text-align:left;
}

.promotion .inner .movie-wrap .movie video {
  position: absolute; 
  width:100%; 
  height:100%; 
  box-shadow: 5px 11px 19px 2px rgba(0,0,0,0.3);
}

a.sv-btn {
   color: #FFF;
   font-size: 16px;
   font-weight: 500;
   background: #004899;
   padding: 10px 25px; 
   font-family: 'Montserrat', sans-serif; 
   display: inline-block;
}

a.sv-btn:hover {
   background: #001d3e;
}



	@media screen and (max-width: 1366px) {
		
		.promotion .inner .section-info {
		   padding-right: 80px;
		}
		.promotion .inner .section-info h2 {
		   font-size: 40px;
		   padding-bottom: 20px;
		}
		.promotion .inner .section-info p {
		   padding-bottom: 30px;
		}
		a.sv-btn {
		   font-size: 14px;
		}
	}


	@media screen and (max-width: 1280px) {
		
		.promotion .inner .section-info h2 {
		   font-size: 36px;
		}
		.promotion .inner .section-info {
		   width: 50%;
		   padding-right: 50px;
		}
		.promotion .inner .movie-wrap {
		   width: 50%;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.promotion .inner .section-info h2 {
		   font-size: 30px;
		   padding-bottom: 15px;
		}
		.promotion .inner .section-info p {
		   padding-bottom: 20px;
		}
		a.sv-btn {
		   font-size: 12px;
		   padding: 8px 20px;
		}

	}

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

		.promotion .inner .section-info {
		  width: 100%;
		  text-align: center;
		  padding-right: 0;
		}

		.promotion .inner .section-info h2 {
		  font-size: 24px;
		}
		.promotion .inner .section-info p br {
		   display: none;
		}

		.promotion .inner .movie-wrap {
		  width: 100%;
		  padding-top: 30px;
		}

	}

	@media screen and (max-width: 820px) {
		.promotion .inner .section-info p {
			font-size: 12px;
		}
	}




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

.notice {
   background: #003067;
}

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

/* ÇÏ´Ã»ö NOTICE ±ÛÀÚ */
.notice .wrap .output_table tr:before {
  color: #007cef;
  content: 'NOTICE';
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif; 
  margin-bottom: 15px;
  letter-spacing: 0;
}

/* Á¦¸ñ ÆùÆ®¼³Á¤*/
.notice .wrap .output_table tr .bd_out1 a {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   word-break: keep-all;
}
.notice .wrap .output_table tr .bd_out1 a:hover {
   color: #666;
}

/* ³»¿ë ÆùÆ®¼³Á¤ */
.notice .wrap .output_table tr td a {
  color: #666;
}
.notice .wrap .output_table tr td a:hover {
  color: #333;
}

/* ³¯Â¥ ÆùÆ®¼³Á¤ */
.notice .wrap .output_table tr td {
  font-size: 16px;
  line-height: 1.20;
  text-align: left;
}



.notice .wrap .output_table tbody {
   display: flex;
   flex-wrap: wrap;
}

.notice .wrap .output_table tr {
   width: 23.5%;
   margin-right: 2%;
   margin-bottom: 2%;
   padding: 30px;
   background: #FFF;
   flex-direction: column;
   display: flex;
   position: relative;
}

.notice .wrap .output_table tr:nth-child(4n+4) {
   margin-right: 0;
}

.notice .wrap .output_table tr td:nth-child(2) {
  width: 100% !important;
  padding-left: 0 !important;
  margin-bottom: 15px;
}

.notice .wrap .output_table tr td:nth-child(3) {
  width: 100% !important;
  margin-bottom: 30px;
}

.notice .wrap .output_table tr td:last-child {
  text-align: right;
  color: #999;
  font-size: 14px;
}

.notice .wrap .output_table tr td:nth-child(1) {
  display: none;
}


.notice .wrap ul.link {
   width: 30%;
   display: flex;
   justify-content: flex-end;
}


	@media screen and (max-width: 1280px) {
		
		.notice .wrap .output_table tr {
		   width: 24.25%;
		   margin-right: 1%;
		   margin-bottom: 1%;
		   padding: 20px;
		}
		.notice .wrap .output_table tr:before {
		   font-size: 13px;
		   margin-bottom: 10px;
		}
		.notice .wrap .output_table tr .bd_out1 a {
		   font-size: 22px;
		}
		.notice .wrap .output_table tr td {
		   font-size: 15px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.notice .wrap .output_table tr:before {
		   font-size: 12px;
		   margin-bottom: 10px;
		}
		.notice .wrap .output_table tr .bd_out1 a {
		   font-size: 18px;
		}
		.notice .wrap .output_table tr td {
		   font-size: 14px;
		}
		.notice .wrap .output_table tr td:nth-child(2) {
		   margin-bottom: 10px;
		}
		.notice .wrap .output_table tr td:nth-child(3) {
		   margin-bottom: 10px;
		}
	}

	@media screen and (max-width: 1023px) {
		
		.notice .wrap .output_table tr {
		   width: 49.5%;
		   margin-right: 1%;
		}
		.notice .wrap .output_table tr:nth-child(2n+2) {
		   margin-right: 0;
		}
	}


	@media screen and (max-width: 480px) {
		
		.notice .wrap .output_table tr .bd_out1 a {
		   font-size: 17px;
		}
		.notice .wrap .output_table tr td:last-child {
		   font-size: 13px;
		}
		.notice .wrap .output_table tr {
		   width: 100%;
		   margin-bottom: 8px;
		   margin-right: 0;
		}
		.notice .wrap .output_table tr:before {
		   margin-bottom: 5px;
		}
		.notice .wrap .output_table tr td a {
			font-size: 12px;
		}
	}




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

.customer {
   padding: 0;
   background: url('../main/cs_bg.jpg') no-repeat top center;
   background-size: cover;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.customer .section-info {
   padding: 80px 0;
   text-align: center;
   position: relative;
   display: flex;
   align-items: center;
   flex-direction: column;
}

.customer .section-info h2 {
   color: #FFF;
   font-size: 34px;
}

.customer .section-info p {
   color: #FFF;
   font-size: 17px;
   line-height: 1.48;
   opacity: 0.85;
   padding-bottom: 30px;
}

a.cs-btn {
   color: #000;
   font-size: 16px;
   font-weight: 500;
   background: #FFF;
   padding: 8px 36px;   
   border-radius: 50px;
   display: flex;
   align-items: center;
}

a.cs-btn i {
   margin-left: 5px;
   margin-right: -5px;
}

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

.customer .left,
.customer .right {
   width: 50%;
}

.customer .left {
   border-right: 1px solid rgba(255,255,255,0.25);
}


	
	@media screen and (max-width: 1280px) {
		
		.customer .section-info {
		   padding: 60px 0;   
		}
		.customer .section-info h2 {
		   font-size: 30px;
		}
		.customer .section-info p {
		   font-size: 16px;
		}
		a.cs-btn {
		   font-size: 14px;
		   padding: 6px 25px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.customer .section-info {
		   padding: 50px 0;   
		}
		.customer .section-info h2 {
		   font-size: 24px;
		   padding-bottom: 10px;
		}
		.customer .section-info p {
		   font-size: 15px;
		   padding-bottom: 20px;
		}
		a.cs-btn {
		   font-size: 12px;
		   padding: 5px 20px;
		}
	}


	@media screen and (max-width: 820px) {
		
		.customer .section-info {
		   padding: 40px 0;   
		}
		.customer .section-info h2 {
		   font-size: 22px;
		}
		.customer .section-info p {
		   font-size: 14px;
		}
	}


	@media screen and (max-width: 480px) {
		
		.customer .section-info {
		   padding: 30px 0;   
		}
		.customer .section-info h2 {
		   font-size: 20px;
		}
		.customer .section-info p {
		   font-size: 12px;
		}

		.customer .left, 
		.customer .right {
		   width: 100%;
		}
		.customer .left {
		   border-right: 0;
		   border-bottom: 1px solid rgba(255,255,255,0.2);
		}
	}
	



/* =========================================================================================
 *  Çù·Â»ç ¿µ¿ª
 * =========================================================================================*/

/* Çù·Â»ç ¹è°æÄÃ·¯ */
.cooper {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 98%; 
  border-top: 1px solid #DDD;
  background: #F5F5F5;
}

/***** ·Î°í »çÀÌÁî (ÇöÀç °¡·Î 200px·Î µÇ¾îÀÖ´Â ºÎºÐÀ» ¸ðµÎ ¼öÁ¤ÇØÁÖ¼Å¾ß ÇÕ´Ï´Ù) *****/
.cooper .coop {
  width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}

.cooper .coop_wrap {
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  display: flex;
  width: calc(200px * 20);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}
/***** ÀÌ ¿µ¿ª ¾È¿¡ 200px·Î µÇ¾îÀÖ´Â ºÎºÐÀ» ¸ðµÎ ¼öÁ¤ÇØÁÖ¼Å¾ß ÇÕ´Ï´Ù) *****/

.cooper::before, .cooper::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.cooper::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.cooper::before {
  left: 0;
  top: 0;
}



	@media screen and (max-width: 1280px) {
		
		.cooper .coop {
		  width: 140px;
		  height: 80px;
		}
		.cooper::before, .cooper::after {
		  width: 50px;
		  height: 80px;
		}
		.cooper .coop_wrap {
		  width: calc(140px * 20);
		}
		@keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-140px * 10));
		  }
		}
		@-webkit-keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-140px * 10));
		  }
		}
		.cooper .coop img {
		   width: 80%;
		   height: auto;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.cooper .coop {
		  width: 120px;
		  height: 60px;
		}
		.cooper::before, .cooper::after {
		  height: 60px;
		}
		.cooper .coop_wrap {
		  width: calc(120px * 20);
		}
		@keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-120px * 10));
		  }
		}
		@-webkit-keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-120px * 10));
		  }
		}
	}

	@media screen and (max-width: 480px) {
		
		.cooper .coop {
		  width: 85px;
		  height: 50px;
		}
		.cooper::before, .cooper::after {
		  height: 50px;
		}
		.cooper .coop_wrap {
		  width: calc(80px * 20);
		}
		@keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-85px * 10));
		  }
		}
		@-webkit-keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-85px * 10));
		  }
		}
		.cooper .coop img {
		   width: 95%;
		}
	}






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

.footer { 
  padding: 0;
}

/* Ç²ÅÍ ·Î°í ÆùÆ®Å©±â ¹× ÄÃ·¯ */
footer { 
  background: #1E1E1E;
  color: #999;
  text-align: left;
  font-size: 15px;
  line-height: 1.78;
  padding: 40px 278px;  
}

footer a,footer a:hover {
  color: #CCC;
}

/* Ç²ÅÍ ·Î°í °¡·Î³ÐÀÌ (235px·Î µÇ¾î ÀÖ´Â 2°³ ¸ðµÎ ¼öÁ¤ÇØÁÖ¼Å¾ß ÇÕ´Ï´Ù) */
footer .foot-wrap .f-cont .f-logo {
  width: 235px;
  line-height: 0;
}

footer .foot-wrap .f-cont .f-link {
  width: calc(100% - 235px);
  padding-left: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}


/* Ç²ÅÍ ·Î°í Åõ¸íµµ */
footer .foot-wrap .f-cont .f-logo img {
  opacity: 0.5;
  filter: grayscale(100%);
}



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 .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 .bot-link {
  width: 100%;
  padding-top: 15px;
  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%;
  font-family: 'Montserrat';
  font-weight: 300;
}



/* Ç²ÅÍ ÀüÈ­¹øÈ£ */
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'; 
  font-weight: 600; 
  font-size: 36px; 
  line-height: 1;
  letter-spacing: 0; 
  color: #fff;
}

.call:before {
  font-family: 'xeicon';
  font-size: 36px;
  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: #383838; 
  z-index: 1; 
  padding: 8px 15px; 
  border-radius: 2px; 
  cursor: pointer; 
  font-family: "Montserrat";
}

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

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-selectfooter .foot-wrap .f-etc .footer-select--white .placeholder {
  background: #fff; 
  color: #999; 
}

footer .foot-wrap .f-etc .footer-selectfooter .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 {
		   padding: 40px 60px;
		}

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

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

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



	@media screen and (max-width: 1280px) {
		
		footer {
		   padding: 40px 50px;
		}

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

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

		footer .foot-wrap .f-etc .footer-select {
		  max-width: 180px;		  
		}
		footer .foot-wrap .f-etc .footer-select ul {
		  padding: 8px;
		}
		footer .foot-wrap .f-etc .footer-select .placeholder {
		  padding: 5px 12px;
		  font-size: 14px;
		}
		footer .foot-wrap .f-etc .footer-select ul li {
		  font-size: 13px;
		  padding: 2px 5px;
		}
	}

	@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-cont .f-logo img {
		  width: 140px;
		}

		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: 26px;
		}
		footer .foot-wrap .f-etc .tel a {
		  color: #FFF;
		}
		.call:before {
		  font-size: 24px;
		}
	}



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

		footer .foot-wrap .f-etc .tel {
		  font-size: 21px;
		}

		footer .foot-wrap .f-cont .bot-link {
		  line-height: 20px;
		}

		footer .foot-wrap .f-cont .f-link {
			font-size: 12px;
		}

		.call:before {
		  font-size: 20px;
		}
	}

