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

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: keep-all;
  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;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat','Noto Sans KR', sans-serif; 
  font-weight: 500;
}

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

.container {
  width: 100%;
  max-width: 1280px;
  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;
		   word-break: normal;
		}
	}

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



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

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

#go-top a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0,0,0,0.7);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

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



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




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

 /* ¹öÆ° */
a.btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
}
a.btn i {
  font-size: 16px;
  margin-left: 5px;
  vertical-align: text-top;
}

	
	@media screen and (max-width: 1280px) {
		
		/* ¹öÆ° */
		a.btn {
		  font-size: 12px;
		  padding: 8px 20px;
		}
		a.btn i {
		  font-size: 14px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		/* ¹öÆ° */
		a.btn {
		  font-size: 12px;
		  padding: 6px 15px;
		}
		a.btn i {
		  font-size: 16px;
		  margin-left: 5px;
		}
	}

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

		/* ¹öÆ° */
		a.btn {
		  font-size: 11px;
		  padding: 5px 13px;
		}
		a.btn i {
		  font-size: 14px;
		  margin-left: 5px;
		}
	}







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

#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 {
  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: 20px;
  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: 15px;
		  padding-bottom: 40px;
		}	
	}

	@media screen and (max-width: 1024px) {
		
		.section .section-info h2 {
		  font-size: 28px;
		  padding-bottom: 10px;
		}

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

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

		.section {
		  padding: 60px 20px;
		}

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

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

	@media screen and (max-width: 480px) {
		
		.section .section-info h2 {
		  font-size: 22px;
		}
	}




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


/* Å¸ÀÌÆ² ÆùÆ® ½ºÅ¸ÀÏ */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
    font-size: 45px;
    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: 17px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    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 > .inner-txt-1 {
			font-size: 38px;
		}
		.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 > .inner-txt-1 {
			font-size: 32px;
			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 > .inner-txt-1 {
		   font-size: 26px;
		}
		.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;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
		   font-size: 24px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
		   font-size: 13px;
		}
	}









/* =========================================================================================
 *  INTRODUCTION ¿µ¿ª
 * =========================================================================================*/

.intro {
  padding: 120px 50px;
  background: url('../../img/main/intro_bg.jpg') no-repeat top center;
  background-size: cover;
  text-align: left;
}

.intro .container {
  display: flex;
  align-items: center;
  padding: 0;
}

/* ¿µ¿ª ³ÐÀÌ */
.intro .title {
  width: 30%;
}
.intro .cont {
  width: 70%;
}


/* Å¸ÀÌÆ² ½ºÅ¸ÀÏ */
.intro .title h2 {
  font-size: 40px;
  line-height: 1.4;
  color: #000000;
  font-weight: 600;
}

.intro .title span {
  font-size: 24px;
  line-height: 1.4;
  color: #666;
}

.intro .title {
  padding-right: 100px;
  position: relative;
  z-index: 1;
}

/* Å¸ÀÌÆ²¹è°æ µ¿±×¶ó¹Ì */
.intro .title:before {
  content: '';
  background: rgba(161,133,95,0.15);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  top: -24px;
  left: -30px;
  z-index: 0;
  position: absolute;
}

/* ¹öÆ° */
a.int-btn {
  color:#FFF;
  background: #a1855f;
}
a.int-btn:hover {
  background: #7e5f3e;
}
.intro .cont .btn-wrap {
  padding-top: 30px;
}




	@media screen and (max-width: 1280px) {
		
		.intro {
		  padding: 80px 50px;
  		}
		
		/* Å¸ÀÌÆ² ½ºÅ¸ÀÏ */
		.intro .title h2 {
		  font-size: 32px;
		}
		.intro .title span {
		  font-size: 19px;
		}
		.intro .title {
		  padding-right: 60px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.intro {
		  padding: 60px 50px;
  		}

		/* Å¸ÀÌÆ² ½ºÅ¸ÀÏ */		
		.intro .title h2 {
		  font-size: 24px;
		  padding-bottom: 10px;
		}
		.intro .title span {
		  font-size: 16px;
		}
		.intro .title {
		  padding-right: 40px;
		}

		/* Å¸ÀÌÆ²¹è°æ µ¿±×¶ó¹Ì */
		.intro .title:before {
		  width: 50px;
		  height: 50px;
		  top: -14px;
		  left: -20px;
		}

		/* ¼³¸í */
		.intro .cont p br {
		  display: none;
		}

		.intro .cont .btn-wrap {
		  padding-top: 20px;
		}

	}



	@media screen and (max-width: 820px) {
		
		.intro {
		  padding: 40px;
  		}
		.intro .container {
		  flex-direction: column;
		}

		/* Å¸ÀÌÆ² ½ºÅ¸ÀÏ */
		.intro .title {
		  width: 100%;
		  padding-right: 0;
		}
		.intro .cont {
		  width: 100%;
		}

	}


	@media screen and (max-width: 480px) {
		
		.intro {
		  padding: 40px 30px;
  		}

		/* Å¸ÀÌÆ² ½ºÅ¸ÀÏ */		
		.intro .title h2 {
		  font-size: 20px;
		}
		.intro .title span {
		  font-size: 14px;
		}

		/* Å¸ÀÌÆ²¹è°æ µ¿±×¶ó¹Ì */
		.intro .title:before {
		  width: 30px;
		  height: 30px;
		  top: -8px;
		  left: -12px;
		}
	}







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

.promotion {
  background: url('../../img/main/promotion_bg.jpg') no-repeat top center;
  background-size: cover;
  font-size: 0;
  padding: 80px 50px;
}

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

.promotion .container {
  padding: 0;
}

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

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

.promotion .inner .section-info h2 {
  position: relative;
  padding-bottom: 30px;
}

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

a.pr-btn {
  color: #FFF;
  border: 1px solid #FFF;
}
a.pr-btn:hover {  
  color: #333;
  background: #FFF;
}


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

.promotion .inner .movie-wrap img {
  width: 100%;
  height: auto;
}

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

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




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

	@media screen and (max-width: 1024px) {
		
		.promotion {
		  padding: 60px 50px;
		}
		.promotion .inner .section-info {
		  margin-top: 0;
		}
		.promotion .inner .movie-wrap {
		  margin-top: 0;
		}
	}

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

		.promotion {
		  padding: 60px 40px;
		}

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

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

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

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

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

	}

	@media screen and (max-width: 480px) {
		
		.promotion {
		  padding: 60px 30px;
  		}
	}





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

.our-work {
  background: #f3f3f3;
}

.our-work .container {
  padding: 0;
}

.our-work .work-wrap {
  padding: 0;
}

.our-work .work-wrap .slick-list {
  padding: 0 !important;
}

/* ¹Ú½º ÁÂ¿ì¿©¹é */
.our-work .work-wrap .slick-slide {
  padding: 0 15px;
}

/* ÅØ½ºÆ® ¹Ú½º ¹è°æÄÃ·¯ */
.our-work .work-wrap .ow-box {
  background: #FFFFFF;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.12);
  margin-bottom: 10px;
}

.our-work .work-wrap .ow-box .img img {
  width: 100%;
  height: auto;
}

.our-work .work-wrap .ow-box .txt {
  padding: 30px 35px;
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

/* ¹Ú½º³»¿ë ÅØ½ºÆ® ½ºÅ¸ÀÏ */ 
.our-work .work-wrap .ow-box .txt h3 {
  font-size: 26px;
  line-height: 1.4;
  color: #000000;
  width: 100%;
  padding-bottom: 5px;
}

.our-work .work-wrap .ow-box .txt span {
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  font-size: 13px;
  line-height: 1.67;
  color: #a1855f;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
  width: 70%;
}

.our-work .work-wrap .ow-box .txt p {
  font-size: 14px;
  line-height: 1.67;
  color: #666666;
  width: 70%;
}

.our-work .work-wrap .ow-box .btn {
  text-align: right;
  width: 30%;
}


/* ¹öÆ° */
a.ow-btn {
  display: inline-block;
  padding: 0 2px;
  color:#8F8F8F;
  border-bottom: 2px solid #8F8F8F;
  font-size: 13px;
  font-weight: 600;
}
a.ow-btn:hover {
  color: #000;
  border-bottom: 2px solid #000;
}



	@media screen and (max-width: 1280px) {
		
		.our-work .work-wrap {
		  padding: 0 30px;
		}

		.our-work .work-wrap .ow-box .txt {
		  padding: 25px;
		}

		/* ¹Ú½º³»¿ë ÅØ½ºÆ® ½ºÅ¸ÀÏ */ 
		.our-work .work-wrap .ow-box .txt h3 {
		  font-size: 22px;
		}

		.our-work .work-wrap .ow-box .txt p {
		  font-size: 13px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.our-work .work-wrap {
		  padding: 0 20px;
		}
		/* ¹Ú½º ÁÂ¿ì¿©¹é */
		.our-work .work-wrap .slick-slide {
		  padding: 0 10px;
		}

		.our-work .work-wrap .ow-box .txt {
		  padding: 20px;
		}
		/* ¹Ú½º³»¿ë ÅØ½ºÆ® ½ºÅ¸ÀÏ */ 
		.our-work .work-wrap .ow-box .txt h3 {
		  font-size: 20px;
		}
		.our-work .work-wrap .ow-box .txt span {
		  font-size: 12px;
		}
		
		/* ¹öÆ° */
		a.ow-btn {
		  font-size: 12px;
		}		
	}



	@media screen and (max-width: 820px) {
		
		/* ¹Ú½º³»¿ë ÅØ½ºÆ® ½ºÅ¸ÀÏ */ 
		.our-work .work-wrap .ow-box .txt h3 {
		  font-size: 18px;
		}
		.our-work .work-wrap .ow-box .txt span {
		  font-size: 11px;
		}
		/* ¹öÆ° */
		a.ow-btn {
		  font-size: 11px;
		}
	}


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

	}







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

.customer {
  background: url('../../img/main/cs_bg.jpg') no-repeat top center;
  background-size: cover;
  padding: 80px;
}
.customer .inner {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 5px 10px 15px rgba(0,0,0,0.25);
}

.customer .container {
  padding: 0;
  position: relative;
}

.customer .map-info {
  width: 28%;
  color: #FFF;
  background: #a1855f;
  padding: 23px 25px;
  text-align: left;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
}


.customer .map-info dl {
  display: block;
  vertical-align: middle;
}

.customer .map-info dt {
  font-size: 110%;
  font-weight: 500;
  display: inline-block;
  width: 24%;
}
.customer .map-info dt i {
  margin-right: 5px;
}

.customer .map-info dd {
  padding-bottom: 8px;
  opacity: 0.8;
  display: inline-block;
  width: 74%;
}

.customer .map-info dd:last-child {
  padding-bottom: 0;
}



.customer .map-img {
   width: 100%;
   height: 450px;
   border: 1px solid #CCCCCC;
}




/* ------- ¿ÞÂÊ °øÁö»çÇ× -------*/

.customer .cs-box1 {
  width: 50%;
  padding: 35px 40px;
  background: #FFFFFF;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* °øÁö»çÇ× Å¸ÀÌÆ² ºÎºÐ */
.notice .tit-info h2 {
  color: #000;
  font-size: 22px; 
  font-weight: 500;
}
.notice .tit-info p {
  color: #666;
  font-size: 15px;
}
.notice .tit-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

/* °øÁö»çÇ× ÃßÃâ ¸®½ºÆ® */
.notice .output_table tr td {
  font-size: 15px;
  line-height: 1.67;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #E0E0E0;
  background: #FFFFFF;
}

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

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

/* ------- ¿ÞÂÊ °øÁö»çÇ× -------*/




/* ------- ¿À¸¥ÂÊ ¹Ù·Î°¡±â ¹è³Ê -------*/

.customer .inner .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

/* ¹è³Ê 01 */
.cs-box2 {
  background: url('../../img/main/cs_box1.jpg') no-repeat top center;
}
/* ¹è³Ê 02 */
.cs-box3 {
  background: url('../../img/main/cs_box2.jpg') no-repeat top center;
}
/* ¹è³Ê °øÅëÀû¿ë ½ºÅ¸ÀÏ */
.cs-box2,
.cs-box3 {
  width: 50%;
  height: 100%;
  padding: 60px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

/* ¹öÆ° */
a.cs-btn {
  color: #FFF;
  border: 1px solid #FFF;
}
a.cs-btn:hover {  
  color: #333;
  background: #FFF;
}

/* ------- ¿À¸¥ÂÊ ¹Ù·Î°¡±â ¹è³Ê -------*/






.notice .output_table {
  text-align: left;
}
.notice .output_table tr {
  display: inline-block;
  width: 100%;
}
.notice .output_table tr:last-child td {
  border-bottom: 0;
}
.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;
}


	

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

		.customer .map-info {
		  width: 38%;
		  font-size: 14px;
		}

		.customer .cs-box1 {
		  padding: 30px;
		}
	
		/* °øÁö»çÇ× Å¸ÀÌÆ² ºÎºÐ */
		.notice .tit-info h2 {
		  font-size: 20px; 
		}
		.notice .tit-info p {
		  font-size: 14px;
		}

		/* °øÁö»çÇ× ÃßÃâ ¸®½ºÆ® */
		.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-box2,
		.cs-box3 {
		  padding: 30px;
		}

		/* ¹è³Ê °øÅëÀû¿ë ÆùÆ®¼³Á¤ */
		.customer .inner .right h2 {
		  font-size: 22px;
		  padding-bottom: 10px;
		}
		.customer .inner .right p {
		  font-size: 13px;
		  padding-bottom: 20px;
		}

	}



	@media screen and (max-width: 1024px) {
	
		.customer .map-info {
		  font-size: 13px;
		  padding: 20px;
		}

		.customer .cs-box1 {
		  padding: 30px;
		}

		/* °øÁö»çÇ× Å¸ÀÌÆ² ºÎºÐ */
		.notice .tit-info h2 {
		  font-size: 20px; 
		}
		.notice .tit-info p {
		  font-size: 14px;
		}

		/* °øÁö»çÇ× ÃßÃâ ¸®½ºÆ® */
		.notice .output_table tr td {
		  font-size: 14px;
		  padding: 10px;
		}

		/* °øÁö»çÇ× ÆùÆ®ÄÃ·¯ */
		.notice .output_table tr td a {
		  font-size: 15px;
		}

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

	}


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

		.customer .map-info {
		  padding: 20px;
		  font-size: 13px;
		}
		.customer .map-info dd {
		  padding-bottom: 8px;
		}
		.customer .map-img {
		  height: 400px;
		}

		.customer .cs-box1 {
		  padding: 25px;
		  width: 100%;
		}

		/* °øÁö»çÇ× Å¸ÀÌÆ² ºÎºÐ */
		.notice .tit-info h2 {
		  font-size: 18px; 
		}
		.notice .tit-info p {
		  font-size: 13px;
		}

		/* °øÁö»çÇ× ÃßÃâ ¸®½ºÆ® */
		.notice .output_table tr td {
		  font-size: 13px;
		  padding: 7px;
		}

		/* °øÁö»çÇ× ÆùÆ®ÄÃ·¯ */
		.notice .output_table tr td a {
		  font-size: 14px;
		}

		.customer .inner .right {
		  width: 100%;
		}

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

		/* ¹è³Ê °øÅëÀû¿ë ½ºÅ¸ÀÏ */
		.cs-box2,
		.cs-box3 {
		  padding: 40px;
		  width: 100%;
		  height: auto;
		}

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

		.customer .map-info {
		  width: 100%;
		  position: relative;
		  left: 0;
		  top: 0;
		}

		.customer .map-info dt {
		  width: 13%;
		}

		.customer .map-info dd {		  
		  width: 83%;
		}
	}

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

		.customer .map-info dt {
		  width: 100%;
		}

		.customer .map-info dd {
		  width: 100%;
		  padding-bottom: 8px;
		}

		.customer .map-img {
		  height: 320px;
		}
	}





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

.footer { 
  padding: 0;
}

/* ¹è°æÄÃ·¯ ¹× ÆùÆ®¼³Á¤ */
footer { 
  background: #282828;
  color: #AAAAAA;
  text-align: left;
  font-size: 14px;
  line-height: 1.78;
  padding: 40px 70px;  
}

/* ·Î°í */
footer .foot-wrap .f-cont .f-logo {
  width: 25%;
  line-height: 0;
}
footer .foot-wrap .f-cont .f-logo img {
  opacity: 0.5;
  width: 200px;
}



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-link {
  width: 75%;
  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;
}



/* SNS ¸µÅ© */
footer .foot-wrap .f-cont .sns-link li {
  padding-right: 20px;
}

/* SNS ¾ÆÀÌÄÜ »çÀÌÁî */
footer .foot-wrap .f-cont .sns-link li i {
  font-size: 26px;
  line-height: 1;
}




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: 30px; 
  line-height: 1;
  letter-spacing: 0; 
  color: #fff;
}
.call:before {
  font-family: 'xeicon';
  font-size: 30px;
  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: #333; 
  z-index: 1; 
  padding: 8px 15px; 
  border-radius: 2px; 
  cursor: pointer; 
}

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

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-logo img {
		  width: 180px;
		}

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

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



	@media screen and (max-width: 1280px) {
		
		/* ¹è°æÄÃ·¯ ¹× ÆùÆ®¼³Á¤ */
		footer { 
		  font-size: 13px;
		  padding: 40px 50px;  
		}	
	
		/* SNS ¾ÆÀÌÄÜ »çÀÌÁî */
		footer .foot-wrap .f-cont .sns-link li i {
		  font-size: 22px;
		}
		
		/* Ç²ÅÍ ÀüÈ­¹øÈ£ */
		footer .foot-wrap .f-etc .tel {
		  font-size: 24px;
		}
		.call:before {
		  font-size: 24px;
		}

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



	@media screen and (max-width: 1024px) {
	
		footer {
		   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;
		}
	}

