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

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

#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: 15px;
  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: #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: 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: 15px;
   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-blogger {
   background: #2eb616;
   color: #FFF;
   transition: all 0.2s 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: 120px 30px;
}

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

.section .section-info h2 {
  color: #000000;
  font-size: 40px;
  line-height: 1;
  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: 16px;
  line-height: 1.67;
  padding-bottom: 60px;
  letter-spacing: -1px;
 }


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

		.section .section-info h2 {
		  font-size: 32px;
		  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 .section-info h2 {
		  font-size: 22px;
		  padding-bottom: 10px;
		}

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





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

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

.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;
    letter-spacing: -1px;    
    margin-bottom: 30px;	
}

/* ¼³¸íºÎºÐ ÆùÆ® ½ºÅ¸ÀÏ */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
    font-size: 22px;
	line-height: 1.6;
	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 > .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 .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:820px){			
		
		.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 .main-slider .slider-visual > .visual-txt > .inner-txt-con {
			padding: 40px;
			text-align: center;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
		   font-size: 26px;
		}

	}





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

.business {
  background: #FFF;
}

/* Å¸ÀÌÆ²ºÎºÐ ÅØ½ºÆ® */
.business .section-info {
  display: flex;
  align-items: center;
  text-align: left;
  padding-bottom: 50px;
}
.business .section-info h2 {
  color: #000;
  font-size: 42px;
  line-height: 1.42;
  letter-spacing: -1px;
  font-weight: 700;
  padding-bottom: 0;
  width: 32%;
}

.business .section-info p {
  color: #666;
  font-size: 20px;
  line-height: 1.67;
  padding-bottom: 0;
  width: 68%;
}


/* ¹Ú½º ³ÐÀÌ¿Í ³ôÀÌ*/
.business-wrap .box {
  position: relative;
  width: 25%;  
  background: #FFF;
  overflow: hidden;
  text-align: left;
}
a.bn-btn {
  padding: 55px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;  
}

/* ¹Ú½º¾È ÅØ½ºÆ® */
.business-wrap .box-content h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 500; 
  padding-bottom: 15px;
}

.business-wrap .box-content p {
  color: #FFF;
  font-size: 17px;
  line-height: 1.62;
  padding-bottom: 15px;
}

/* ¹öÆ° */
.bn-btn span {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #FFF;
}


/* Ã¹¹øÂ° ¹Ú½º »ö»ó */
.business-wrap .box:nth-child(1) {
   background: #0c4167;
}
/* µÎ¹øÂ° ¹Ú½º »ö»ó */
.business-wrap .box:nth-child(2) {
   background: #1e4a89;
}
/* ¼¼¹øÂ° ¹Ú½º »ö»ó */
.business-wrap .box:nth-child(3) {
   background: #0ba3a4;
}
/* ³×¹øÂ° ¹Ú½º »ö»ó */
.business-wrap .box:nth-child(4) {
   background: #0b8aa4;
}

.business-wrap .box-content {
   padding-top: 30px;
}

.business-wrap .box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(0%);

}
.business-wrap .box:hover:before {
  opacity: 1;
  transform: translateY(0%);
}

.business-wrap .box-content .icon {
   position: absolute;
   top: 30px;
   right: 30px;
}

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




	@media screen and (max-width: 1280px) {
		
		.business-wrap .box-content .icon img {
	       width: 60px;
		   height: auto;
		}
		.business .section-info h2 {
		  font-size: 36px;
		}
		.business .section-info p {
		  font-size: 18px;
		}
		a.bn-btn {
		  padding: 45px;
		}
		.business-wrap .box-content h3 {
		  font-size: 22px;
		}
		.business-wrap .box-content p {
		  font-size: 15px;
		}
		.bn-btn span {
		  font-size: 13px;
		}
	}



	@media screen and (max-width: 1024px) {
		
		.business .section-info {
		   padding-bottom: 30px;
		}
		.business-wrap .box-content {
		   padding-top: 10px;
		}
		.business-wrap .box-content .icon {
	       top: 20px;
		   right: 20px;
		}
		.business-wrap .box-content .icon img {
	       width: 42px;
		}
		.business .section-info h2 {
		  font-size: 30px;
		}
		.business .section-info p {
		  font-size: 16px;
		}
		a.bn-btn {
		  padding: 30px;
		}
		.business-wrap .box-content h3 {
		  font-size: 20px;
		}
		.business-wrap .box-content p {
		  font-size: 15px;
		}
		.bn-btn span {
		  font-size: 12px;
		}
	}



	@media screen and (max-width: 1023px) {
		
		.business .section-info {
		   flex-direction: column;
		}
		.business .section-info h2,
		.business .section-info p {
		   width: 100%;
		   padding-bottom: 10px;
		}
		.business .section-info h2 br,
		.business .section-info p br {
		   display: none;
		}

		.business-wrap .box-content {
		   padding-top: 0;
		}		
		.business-wrap .box-content h3 {
		   padding-bottom: 5px;
		}
		.business-wrap .box-content .icon {
		   display: none;
		}
		.business-wrap .box {
		   width: 50%;
		}
	}


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

		.business .section-info {
		   flex-direction: column;
		}
		.business .section-info h2 {
		  font-size: 22px;
		}
		.business .section-info p {
		  font-size: 15px;
		}
		
		/* ¹Ú½º ³ÐÀÌ¿Í ³ôÀÌ*/
		.business-wrap .box {	
		   width: 100%;
		}
		
		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 18px;
		}
	}



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

.count {
   background: url('../../img/main/count_bg.jpg') no-repeat top center;
   background-attachment: fixed;
   background-size: cover;
   margin-top: -220px;
   padding-top: 160px;
   padding-bottom: 90px;
}

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

.count .box {
   width: 20%;
   padding: 30px 0;
   border-right: 1px solid rgba(255,255,255,0.3);
}
.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: #FFF;
   font-size: 24px;
}

.count .box p {
   color: #FFF;
   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;
		}
	}
		



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

.product {
   background: #f1f3f4;
}

/* ÀÌ¹ÌÁö Å×µÎ¸® */
.product .board_output_gallery_img img {
  border: 1px solid #CCC;
}

/* Á¦¸ñ ½ºÅ¸ÀÏ */
.product .board_output_gallery_subject a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
  margin-bottom: 40px;
}



	@media screen and (max-width: 1920px) {
		
		/*---- Ä­¼ö¿¡ µû¶ó ³ÐÀÌ¸¦ Á¶ÀýÇØÁÖ½Ã¸é µË´Ï´Ù.---*/

		/* Á÷»ç°¢Çü 3Ä­ */
		.output_gal_type1 tr td {
			width: 33%; 
		}
		
		/* Á¤»ç°¢Çü 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 a {
		  font-size: 18px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		/* Á¦¸ñ ½ºÅ¸ÀÏ */
		.product .board_output_gallery_subject a {
		  font-size: 16px;
		}
	}

	@media screen and (max-width: 820px) {
		
		/* Á¦¸ñ ½ºÅ¸ÀÏ */
		.product .board_output_gallery_subject a {
		  font-size: 15px;
		}
	}

	@media screen and (max-width: 480px) {
		
		.board_output_gallery_subject {
		   padding-bottom: 10px;
		}
		.product .board_output_gallery_subject a {
		   margin-bottom: 25px;
		}

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





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

.promotion {
  background: url('../../img/main/promotion_bg.jpg') no-repeat top center;
  background-attachment: fixed;
  font-size: 0;
  padding: 90px 30px;
}

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

.promotion .section-info {
  text-align: center;
}

.promotion .section-info p {
  color: #FFF !important;
  font-size: 30px !important;
  padding-bottom: 25px;
}

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

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

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

a.pm-btn {
  display: inline-block;
  padding: 10px 30px;
  margin: 0 auto;
  background: #2b89da;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  text-align: left;
}

a.pm-btn:hover {  
  background: #216ac9;
}





	@media screen and (max-width: 1280px) {
		
		.promotion {
		  padding: 80px 30px;
		}
		.promotion .section-info p {
		  font-size: 24px !important;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.promotion {
		  padding: 60px 30px;
		}
		.promotion .section-info {
		  margin-top: 0;
		}
		.promotion .movie-wrap {
		  margin-top: 0;
		}
		a.pm-btn {
		  padding: 8px 20px;
		  font-size: 14px;
		}
	}

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

		.promotion {
		  padding: 50px 20px;
		}

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

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

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

		.promotion .section-info p {
		  font-size: 20px !important;  
		  padding-bottom: 20px;
		}

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

		a.pm-btn {
		  padding: 6px 20px;
		  font-size: 13px;
		}

	}

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

		.promotion {
		   background-attachment: scroll;
		   background-size: cover;
		}
		.promotion .section-info p {
 		   font-size: 18px !important;  
		}
	}




/* =========================================================================================
 *  PARTNER ¿µ¿ª
 * =========================================================================================*/

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

.m-partner h2,
.m-partner p {
   color: #FFF !important;
}

.m-partner ul {
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}

.m-partner ul li {
   width: 19.2%;
   margin-right: 1%;
   margin-bottom: 1%;
   background: #FFF;
   padding: 25px 0;
   line-height: 0;
}

.m-partner ul li:nth-child(5n+5) {
   margin-right: 0;
}


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

		.m-partner ul li img {
		   width: 70%;
		}
	}
	
	@media screen and (max-width: 820px) {

		.m-partner ul li {
		   padding: 15px 0;
		}
	}

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

		.m-partner ul li {
		   width: 48%;
		   margin-right: 2%;
		   margin-bottom: 2%;
		}
		.m-partner ul li:nth-child(5n+5) {
		   margin-right: 2%;
		}
		.m-partner ul li:nth-child(2n+2) {
		   margin-right: 0;
		}
	}






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

.customer {
   background: #FFF;
   padding: 100px 30px;
}

.customer .container {
   display: flex;
}

.customer .section-info {
   text-align: left;
   position: relative;
}

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

.customer .section-info p {
   opacity: 0.85;
   padding-bottom: 40px;
}


/****** ¿ÞÂÊ °øÁö»çÇ× ******/
.customer .left {
   width: 50%;
   padding-right: 60px;
}

/* °øÁö»çÇ× ¸®½ºÆ® ÆùÆ®½ºÅ¸ÀÏ */
.customer .wrap .output_table {
  border-top: 2px solid #000;
}
.customer .wrap .output_table tr td a {
  color: #1E1E1E;
  font-size: 18px;
  line-height: 1.67;
}
.customer .wrap .output_table tr td a:hover {
  color: #BBB;
}
.customer .wrap .output_table tr td {
  color: #999;
  font-size: 17px;
  line-height: 1.67;
  text-align: left;
  padding: 25px 10px;
  border-bottom: 1px solid #DDD;
  text-align: left;
}

.customer .board_output_1_tr td:last-child {
  text-align: right !important;
}
.customer .board_output_1_tr td:first-child {
  width: 3% !important;
}



/****** ¿À¸¥ÂÊ Æû¸ÞÀÏ ******/
.customer .right {
   width: 50%;
   padding-left: 60px;
}

.customer table.form-table .formmail_title_bgcolor,
.customer table.form-table td {
   background: none;
   border: none;
   text-align: left;
}

.customer table.form-table td {
   padding: 4px 6px;
}

.customer table.form-table {
   border-top: none;
}

.customer table.form-table td input,
.customer table.form-table td textarea {
   padding: 13px;
   background: #E5E5E5;
   border: 0;
}

.customer table.form-table td textarea {
   height: 150px !important;;
}

.customer table.form-table tr:last-child td:first-child {
   width: auto;
}

.customer .form-btn-wrap {
   padding-top: 15px;
}

.customer a.btn-form {
   background: #333;
   padding: 12px 36px;
   font-size: 17px;
}

.customer a.btn-form:hover {
   background: #666;
}



	
	@media screen and (max-width: 1280px) {
		
		.customer {
		   padding: 80px 30px;
		}
		.customer .wrap .output_table tr td a {
		   font-size: 17px;
		}
		.customer .wrap .output_table tr td {
		   font-size: 16px;
		   padding: 22px 10px;
		}
		.customer table.form-table td textarea {
		   height: 130px !important;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.customer {
		   padding: 50px 20px;
		} 
		.customer .container {
		   flex-direction: column;
		}	
		.customer .section-info h2 {
		   font-size: 24px;
		}
		.customer .section-info p {
		   padding-bottom: 25px;
		}
		.customer .left {
		   width: 100%;
		   padding-right: 0;
		   margin-bottom: 60px;
		}
		.customer .wrap .output_table tr td a {
		   font-size: 16px;
		}
		.customer .wrap .output_table tr td {
		   font-size: 15px;
		   padding: 18px 10px;
		}
		.customer .wrap .output_table tr td:first-child {
		   width: 2% !important;
		}
		.customer .right {
		   width: 100%;
		   padding-left: 0;
		}
		.customer .right table.form-table .formmail_title_bgcolor {
		   width: 10%;		
		}
		.customer .right table.form-table .formmail_cell_bgcolor {
		   width: 90%;		
		}
		.customer .form-btn-wrap {
		   padding-top: 5px;
		}
		.customer a.btn-form {
		   padding: 10px 26px;
		   font-size: 15px;
		}
	}


	@media screen and (max-width: 820px) {
		
		.customer .section-info h2 {
		   font-size: 22px;
		}
		.customer .wrap .output_table tr td a {
		   font-size: 15px;
		}
		.customer .wrap .output_table tr td {
		   font-size: 14px;
		   padding: 15px 10px;
		}
		.customer .right table.form-table .formmail_title_bgcolor {
		   width: 13%;		
		}
		.customer .right table.form-table .formmail_cell_bgcolor {
		   width: 87%;		
		}
	}


	@media screen and (max-width: 480px) {
		
		.customer .left {
		   margin-bottom: 40px;
		}
		.customer .section-info h2 {
		   font-size: 20px;
		}
		.customer .wrap .output_table tr td:first-child {
		   width: 5% !important;
		}
		.customer .wrap .output_table tr td a {
		   font-size: 14px;
		}
		.customer .wrap .output_table tr td {
		   font-size: 13px;
		   padding: 12px 10px;
		}
		
		.customer a.btn-form {
		   padding: 8px 22px;
		   font-size: 14px;
		}
		.customer table.form-table td {
		   padding: 4px 0;
		}
		.customer table.form-table td input, .customer table.form-table td textarea {
		   padding: 10px;
		}
		.customer .right table.form-table .formmail_cell_bgcolor {
		   width: 100%;
		}
		.customer table.form-table .formmail_title_bgcolor {
		   width: 100%;
		   display: block;
		}
		.customer table.form-table td {
		   width: 100%;
		   display: block;
		}
		.customer table.form-table td:nth-child(even) {
		   margin-bottom: 5px;
		}
	}
	



/* =========================================================================================
 *  Áöµµ ¿µ¿ª
 * =========================================================================================*/

.m-map {
   padding: 0;
}

.m-map .inner {
   height: 500px;
   border-top: 1px solid #DDD;
}


	@media screen and (max-width: 1280px) {
		
		.m-map .inner {
		   height: 420px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		.m-map .inner {
		   height: 360px;
		}
	}

	@media screen and (max-width: 480px) {
		
		.m-map .inner {
		   height: 300px;
		}
	}




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

.footer { 
  padding: 0;
}

footer { 
  background: #1E1E1E;
  color: #999;
  text-align: left;
  font-size: 15px;
  line-height: 1.78;
  padding: 40px 70px;  
}

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

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



/* Ç²ÅÍ ÀüÈ­¹øÈ£ */
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: 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; 
}

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 .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: 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: 140px;
		}
	}

