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

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;
  position: relative;
}

.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;
		}
		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: 20px;
  bottom: 20px;
  z-index: 999;
}

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

#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 {
		  width: 35px;
		  height: 35px;
  		}
		#go-top a:before {
		  font-size: 18px;
		  top: 4px;
		  left: 9px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		#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;
   top: 40%;
   right: 0;
   z-index: 1000;
}

ul.quick li {   
   margin-bottom: -1px;
   background: rgba(255,255,255,0.9);
   border: 1px solid #DDD;
}

ul.quick li a {
   color: #000;
   font-size: 12px;
   padding: 10px;
   display: block;
}

ul.quick li i {
   display: flex;
   font-size: 22px;
   color: #000;
   margin-bottom: 5px;
   align-items: center;
   justify-content: center;
}

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

/* ³×ÀÌ¹ö ¸¶¿ì½º¿À¹ö ÄÃ·¯ */
ul.quick li:nth-child(2) a:hover {
   background: #2eb616;
   color: #FFF;
   transition: all 0.2s ease;
}
ul.quick li a:hover i {
   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:nth-child(3) a:hover {
   background: #fc1c75;
   color: #FFF;
   transition: all 0.2s ease;
}

ul.quick li:nth-child(1) a:hover {
   background: #7c4f19;
   color: #FFF;
   transition: all 0.2s ease;
}




	@media all and (max-width: 1024px) {
		
		ul.quick li a {
		   font-size: 10px;
		   padding: 7px;
		}

		ul.quick li i {
		   font-size: 17px;
		   margin-bottom: 3px;
		}

	}
	
	@media all and (max-width: 480px) {
		
		ul.quick {
		   top: auto;
		   bottom: 70px;
		}

	}




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

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

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

		.section {
		  padding: 60px 20px;
		}

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

		.section .section-info p {
		  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 {
   height: calc(100% - 135px) !important;
}

.main-visual .main-slider .slider-visual > .visual-txt a {   
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con {
	text-align: center;
}

/* Å¸ÀÌÆ² ÆùÆ® ½ºÅ¸ÀÏ */
.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con > .inner-txt-1 {
    font-size: 48px;	
	line-height: 1.28;
    font-weight: 700;
    color: #FFFFFF;
	font-family: 'Montserrat','Noto Sans KR', sans-serif;
    letter-spacing: 0px;    
    margin-bottom: 30px;	
}

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




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

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

	@media screen and (max-width:1440px){
		
		.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con > .inner-txt-1 {
			font-size: 38px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con > .inner-txt-2 {
			font-size: 20px;
		}
	}


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

		.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con > .inner-txt-1 {
			font-size: 34px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con > .inner-txt-2 {
			font-size: 18px;
		}
	}


	@media screen and (max-width:1024px){
		
		.main-visual .main-slider {
		   height: calc(100% - 125px) !important;
		}

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


	@media screen and (max-width:820px){			
		
		.main-visual .main-slider {
		   height: 100% !important;
		}

		.main-visual .main-slider .slider-visual > .visual-txt a {
			margin-top: 0;
		}
		.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con > .inner-txt-1 {
		   font-size: 28px;
		}
	}

	@media screen and (max-width:480px){
		
		.main-visual .main-slider .slider-visual > .visual-txt a {
			padding: 30px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt a > .inner-txt-con > .inner-txt-1 {
		   font-size: 24px;
		   margin-bottom: 10px;
		   letter-spacing: -0.8px;
		}
	}




/* =========================================================================================
 *  ¸ÞÀÎ¹è³Ê ¿µ¿ª
 * =========================================================================================*/

.main-visual .top-bn {
   position: absolute;
   margin-top: 105px;
   margin-bottom: 135px;
   right: 0;
   top: 0;
   padding: 0;
   width: 305px;
   height: calc(100% - 240px);
   z-index: 7;
   border-left: 1px solid rgba(255,255,255,0.25);
}

.main-visual .top-bn .top-bn-wrap {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   width: 100%;   
   height: 100%;
}

.main-visual .top-bn .top-bn-wrap a {
   width: 100%;
   height: 50%;
   background: rgba(0,0,0,0.2);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.main-visual .top-bn .top-bn-wrap a:nth-child(1) .txt {
   height: 95px;
}
.main-visual .top-bn .top-bn-wrap a:nth-child(1):hover .txt {
   height: 155px;
}

.main-visual .top-bn .top-bn-wrap a:nth-child(2) .txt {
   height: 75px;
}
.main-visual .top-bn .top-bn-wrap a:nth-child(2):hover .txt {
   height: 125px;
}


.main-visual .top-bn .top-bn-wrap .txt {
   overflow: hidden;
   display: flex;
   flex-direction: column;
   transition: all .4s ease-in-out;
}
.main-visual .top-bn .top-bn-wrap a:hover .txt {
   transition: all .4s ease-in-out;
}


.main-visual .top-bn .top-bn-wrap a p {
   color: #FFF;
   font-size: 26px;
   line-height: 1.28;
   font-weight: 600;
   letter-spacing: -1.4px;
   transition: all .4s ease-in-out;
}

.main-visual .top-bn .top-bn-wrap a span {
   color: #FFF;
   font-size: 15px;
   font-weight: 400;
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0;
   margin-top: 10px;
}

.main-visual .top-bn .top-bn-wrap a:nth-child(1) {
   border-bottom: 1px solid rgba(255,255,255,0.25);
}

.main-visual .top-bn .top-bn-wrap a:nth-child(1):hover {
   background: rgba(255,223,42,0.3);
}

.main-visual .top-bn .top-bn-wrap a:nth-child(2):hover {
   background: rgba(19,18,28,0.7);
}

.main-visual .top-bn .top-bn-wrap a .bn-btn {
   font-size: 13px;
   font-weight: 500;   
   padding: 5px 0;
   border: 1px solid #FFF;
   margin-top: 20px !important;
   margin: 0 auto;
   display: inline-block;
   width: 120px;
}


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

		.main-visual .top-bn {
		   width: 280px;
		}
	}


	@media screen and (max-width: 1280px) {
		
		.main-visual .top-bn {
		   width: 240px;
		   margin-top: 85px;
		   margin-bottom: 115px;
		   height: calc(100% - 200px);
		}
		.main-visual .top-bn .top-bn-wrap a p {
		   font-size: 22px;
		}
		.main-visual .top-bn .top-bn-wrap a span {
		   font-size: 14px;
		}
		.main-visual .top-bn .top-bn-wrap a .bn-btn {
		   margin-top: 15px !important;
		   width: 85px;
		}
	}


	@media screen and (max-width: 1279px) {
		
		.main-visual .top-bn {
		   display: none;
		}

	}






/* =========================================================================================
 *  ¸ÞÀÎ¹è³Ê ¿µ¿ª
 * =========================================================================================*/

.m-bn {
   display: flex;
   padding: 0;
   margin-top: -135px;
}

/* ¹Ú½º ³ÐÀÌ */
.m-bn .box {
   position: relative;
   width: 50%;      
   color: #FFF;
   background: #FFF;
   text-align: left;
}

/* ¹Ú½º ³ôÀÌ*/
.m-bn .box a {
   padding: 40px;
   display: flex;
   align-items: center;
}

.m-bn .box .box-content {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   width: 100%;
   position: relative;
}


/* ÅØ½ºÆ® ºÎºÐ */
.m-bn .box .box-content h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500; 
  padding-right: 30px;
  padding-bottom: 0;
}

.m-bn .box .box-content p {
  color: #FFF;
  padding-bottom: 0;
  opacity: 0.8;
}

/* ¹öÆ° */
.bn-btn span {
  padding: 0;
  color: #222;
  background: #FFF;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-bn .box:nth-child(1) {
   background: url('../../img/main/bn_bg1.jpg') no-repeat top center; 
   background-size: cover;
}

.m-bn .box:nth-child(2) {
   background: url('../../img/main/bn_bg2.jpg') no-repeat top center; 
   background-size: cover;
}


	
	@media screen and (max-width: 1280px) {
		
		.m-bn .box a {
		   padding: 40px;
		}
		.m-bn .box .box-content h3 {
		   font-size: 20px;
		   padding-bottom: 5px;
		   width: 90%;
		}
		.m-bn .box .box-content p {
		   width: 90%;
		}
		.bn-btn span {
		   width: 35px;
		   height: 35px;
		   top: 10px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.m-bn {
		   margin-top: -125px;
		}
		.m-bn .box a {
		   padding: 35px;
		}
	}


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

		.m-bn {
		   padding: 0 !important;
		   margin-top: -55px;
		}
		.m-bn .box {
		   width: 100%;		   
		}
		.m-bn .box a {
		   padding: 0 15px;
		   width: 100%;
		   height: 55px;
		}
		.m-bn .box .box-content h3 {
		   font-size: 16px;
		   padding-right: 0;
		   width: 100%;
		   padding-bottom: 0;
		}
		.bn-btn span {
		   width: 25px;
		   height: 25px;
		   top: -1px;
		   font-size: 10px;
		}
		.m-bn .box .box-content p {
		   display: none;
		}
	}


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

		.m-bn .box .box-content h3 {
		   font-size: 15px;
		}
	}





/* =========================================================================================
 *  Èå¸£´Â ±ÛÀÚ 
 * =========================================================================================*/

.txt-flow-wrap {
   position: relative;
   width: 100%;
}

.flow-top1 {
   top: 230px;
}
.flow-top4 {
   top: 640px;
}
.flow-top1 .flow,
.flow-top4 .flow {
   width: 1250px !important;
}
.flow-top2 {
   top: 70px;
}
.flow-top3 {
   top: 380px;
}
.flow-top6 {
   top: 690px;
}

.txt-flow {
   position: absolute;
   left: 0;
   width: 100%;
   z-index: -1;
   opacity: 0.2;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1000px * 1));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-513px * 1));
  }
}
.txt-flow .flow {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.txt-flow .flow::before, .txt-flow .flow::after {
  content: "";
  height: 163px;
  position: absolute;
  width: 1000px;
  z-index: 2;
}
.txt-flow .flow::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.txt-flow .flow::before {
  left: 0;
  top: 0;
}
.txt-flow .flow .flow-wrap {
  -webkit-animation: scroll 25s linear infinite;
          animation: scroll 25s linear infinite;
  display: flex;
  width: calc(513px * 1);
}
.txt-flow .flow .fbox {
  height: 80px;
  width: 513px;
  margin: 0 60px;
}

.txt-flow .flow .fbox img {
  height: 100%;
  width: auto;
}


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

		@keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-513px * 1));
		  }
		}
		.txt-flow .flow .flow-wrap {
		  width: calc(513px * 1);
		}
		.txt-flow .flow .fbox {
		  height: 60px;
		  width: 513px;
		  margin: 0 40px;
		}

		.flow-top1 .flow,
		.flow-top4 .flow {
		   width: 1110px !important;
		}

		.flow-top2 .flow,
		.flow-top3 .flow,
		.flow-top6 .flow {
		   width: 1200px !important;
		}

		.flow-top1 {
		   top: 200px;
		}
		.flow-top4 {
		   top: 550px;
		}

		.flow-top2 {
		   top: 80px;
		}
		.flow-top3 {
		   top: 380px;
		}
		.flow-top6 {
		   top: 690px;
		}

	}


	@media screen and (max-width: 1279px) {
		
		@keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-413px * 1));
		  }
		}
		.txt-flow .flow .flow-wrap {
		  width: calc(413px * 1);
		}
		.txt-flow .flow .fbox {
		  height: 50px;
		  width: 413px;
		  margin: 0 30px;
		}
		.flow-top1 .flow,
		.flow-top4 .flow {
		   width: 850px !important;
		}
		.flow-top2 .flow,
		.flow-top3 .flow,
		.flow-top6 .flow {
		   width: 945px !important;
		}
		.flow-top1 {
		   top: 170px;
		}
		.flow-top4 {
		   top: 470px;
		}
		.flow-top2 {
		   top: 70px;
		}
		.flow-top3 {
		   top: 310px;
		}
		.flow-top6 {
		   top: 560px;
		}
	}



	@media screen and (max-width: 820px) {
		
		@keyframes scroll {
		  0% {
			transform: translateX(0);
		  }
		  100% {
			transform: translateX(calc(-313px * 1));
		  }
		}
		.txt-flow .flow .flow-wrap {
		  width: calc(313px * 1);
		}
		.txt-flow .flow .fbox {
		  height: 40px;
		  width: 313px;
		  margin: 0 30px;
		}
		.flow-top1 .flow,
		.flow-top4 .flow {
		   width: 670px !important;
		}
		.flow-top2 .flow,
		.flow-top3 .flow,
		.flow-top6 .flow {
		   width: 738px  !important;
		}
		.flow-top1 {
		   top: 150px;
		}
		.flow-top4 {
		   top: 420px;
		}
		.flow-top2 {
		   top: 50px;
		}
		.flow-top3 {
		   top: 260px;
		}
		.flow-top6 {
		   top: 475px;
		}
	}


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

		.flow-top1 .flow,
		.flow-top4 .flow {
		   width: 650px !important;
		}
		.flow-top2 .flow,
		.flow-top3 .flow,
		.flow-top6 .flow {
		   width: 728px  !important;
		}
	}


	@media screen and (max-width: 700px) {
		
		.txt-flow {
		   display: none;
		}
	}




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

.product {
   margin-bottom: -50px;
}

.product .container {
   position: relative;
}

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

.product .board_output_gallery_subject {
   display: inline-block;
   text-align: left;
   width: 92%;
   margin-top: 10px;
}

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

.product .board_output_gallery_description {
   color: #787878;
   font-size: 15px;
   display: inline-block;
   text-align: left;
   width: 92%;
   margin-bottom: 50px;
}



	@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;
		  margin-top: 10px;
		}
		.product .board_output_gallery_description {
		   font-size: 14px;
		}
	}

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

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

	@media screen and (max-width: 480px) {
		
		.product .board_output_gallery_subject {
		   width: 99%;
		   margin-top: 0;
		}
		.product .board_output_gallery_description {
		   width: 99%;
		   margin-bottom: 35px;
		}

		/* Á÷»ç°¢Çü 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;
		}
	}




/* =========================================================================================
 *  BRAND STORY ¿µ¿ª
 * =========================================================================================*/

.brand {  
  display: flex;  
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0;
}

/* µ¿¿µ»ó ³ôÀÌ */
.brand .movie-wrap {
  width:100%; 
  height: 540px;
  overflow: hidden;
  background: #000;
}

.brand .section-info {
  text-align: center;
  position: absolute;
  z-index: 1;
}

.brand .section-info h2 {
  color: #FFF !important;
  padding-bottom: 25px;
}

.brand .section-info p {
  color: #FFF !important;
  padding-bottom: 0;
}

.brand .section-info span {
  margin-top: 30px;
  display: block;
}

/* ¹öÆ° */
a.br-btn {
  display: inline-block;
  padding: 8px 40px 8px 30px;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #FFF;
  border-radius: 30px;
}

a.br-btn:after {
  font-family: 'xeicon';
  content: '\e93f';
  font-size: 20px;
  top: 5px;
  right: 19px;
}

a.br-btn:hover {
  color: #555;
  background: #FFF;
}

.brand .movie-wrap .movie {
  position:relative; 
  top: -35%;
  opacity: 0.7;
  width:100%; 
  padding-bottom: 56.25%; 
  text-align:left;
}

.brand .movie-wrap .movie video {
  position: absolute; 
  width:100%; 
  height:100%;   
}





	@media screen and (max-width: 1480px) {
		
		/* µ¿¿µ»ó ³ôÀÌ */
		.brand .movie-wrap {
		   height: 450px;
		}
		a.br-btn {
		  font-size: 14px;
		  padding: 6px 30px 6px 20px;
		}
		a.br-btn:after {
		  font-size: 18px;
		  top: 3px;
		  right: 12px;
		}
	}


	@media screen and (max-width: 1280px) {
		
		/* µ¿¿µ»ó ³ôÀÌ */
		.brand .movie-wrap {
		   height: 360px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		/* µ¿¿µ»ó ³ôÀÌ */
		.brand .movie-wrap {
		   height: 290px;
		}
		.brand .section-info {
		  margin-top: 0;
		}
	}

	@media screen and (max-width: 820px) {
				
		/* µ¿¿µ»ó ³ôÀÌ */
		.brand .movie-wrap {
		   height: 240px;
		}
		.brand .section-info {
		  width: 100%;
		}
		.brand .section-info h2 {
		  padding-bottom: 15px;
		}
		.brand .section-info p {
		  padding: 0 50px;
		}
		.brand .section-info p br {
		  display: none;
		}
		.brand .section-info span {
		  margin-top: 20px;
		}
		a.br-btn {
		  padding: 5px 25px 5px 15px;
		  font-size: 13px;
		}
		a.br-btn:after {
		  font-size: 16px;
		  top: 3px;
		  right: 9px;
		}
		.brand .movie-wrap .movie {
		  top: -30%;
  		}
	}

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

		.brand .section-info p {
		  padding: 0 30px;
		}
		.brand .movie-wrap .movie {
		  top: -20%;
  		}
		.brand .movie-wrap .movie video {
		  width: 200%;
		  height: 200%;
		}
	}

	@media screen and (max-width: 319px) {	
		
		.brand {
		  padding-top: 40px;
		  background: url('../../img/main/brand_bg.jpg') no-repeat top center; 
		}
		.brand .section-info {
		  position: relative;
		}
		.brand .section-info span {
		  margin-bottom: 40px;
		}
		  
	}




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

.m-partner {
   background: #F2F2F2;
}

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

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

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

ul.m-partner li img {
   width: 100%;
   height: auto;
}




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

		ul.m-partner li {
		   width: 32.66666666666667%;
		}
		ul.m-partner li:nth-child(6n+6) {
		   margin-right: 1%;
		}
		ul.m-partner li:nth-child(3n+3) {
		   margin-right: 0;
		}
	}




/* =========================================================================================
 *  ÀÎ½ºÅ¸±×·¥
 * =========================================================================================*/

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

.instagram .section-info {
   display: flex;
   align-items: flex-end;
   padding-bottom: 10px;
}

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

.instagram .section-info p {
   font-size: 22px;
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 0;
   padding-left: 20px;
   padding-bottom: 10px;
}

#gallery {
   display: flex;
   flex-wrap: wrap;

}

#gallery a {
   width: 15.83333333333333%;
   margin-right: 1%;
   margin-bottom: 1%;
   line-height: 0;
}

#gallery a:nth-child(6n+6) {
   margin-right: 0;
}

#gallery a img {
   width: 100%;
   height: auto;
}
	


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

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

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

	}


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

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

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


	@media screen and (max-width: 820px) {
		
		.instagram .section-info {
		   padding-bottom: 0;
		}

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

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


	@media screen and (max-width: 480px) {
		
		#gallery a {
		   width: 32.66666666666667%;
		   margin-right: 1%;
		}

		#gallery a:nth-child(3n+3) {
		   margin-right: 0;
		}
		
		.instagram .section-info {
		   flex-direction: column;
		   align-items: center;
		   padding-bottom: 10px;
		}
		.instagram .section-info h2 {
		   font-size: 20px;
		}

		.instagram .section-info p {
		   font-size: 15px;
		   padding-left: 0;
		}
	}




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

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

.customer .container {
   display: flex;
}

.customer .section-info {
   text-align: left;
   position: relative;
   display: flex;
   align-items: baseline;
}

.customer .section-info h2,
.customer h2 {
   color: #000;
   font-size: 26px;
   font-weight: 500;
   text-align: left;
   margin-bottom: 15px;
}

.customer .section-info p {
   opacity: 0.85;
   padding-bottom: 0;
   padding-left: 10px;
}


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

.customer .left ul {
   display: flex;
   flex-wrap: wrap;
}

.customer .left ul li {
   width: 50%;
   padding-right: 5px;
   padding-bottom: 5px;
}

.customer .left ul li iframe {
   width: 100%;
}

.customer .left ul li .youtube-wrap { 
   position:relative; 
   width:100%; 
   padding-bottom: 56.25%; 
   border: 1px solid #555;
   text-align:left !important;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
}

.customer .left ul li .youtube-wrap iframe {
   position: absolute;
   top: 0;
   width: 340%;
   height: 100%;
}


/****** ¿À¸¥ÂÊ Áöµµ ******/
.customer .right {
   width: 50%;
   padding-left: 40px;
   position: relative;
}

.customer .right iframe {
   border: 1px solid #CCC !important;
   height: 392px;
}




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

		.customer .right iframe {
		   height: 410px;
		}
	}

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

		.customer .right iframe {
		   height: 398px;
		}
	}

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

		.customer .right iframe {
		   height: 398px;
		}
	}

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

		.customer .right iframe {
		   height: 388px;
		}
	}


	@media screen and (max-width: 1280px) {
		
		.customer {
		   padding: 80px 30px;
		}
		.customer .right iframe {
		   height: 352px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		.customer {
		   padding: 50px 20px;
		} 
		.customer .container {
		   align-items: flex-end;
		}
		.customer .section-info {
		   flex-direction: column;
		}
		.customer .section-info h2 {
		   margin-bottom: 0;
		   padding-bottom: 5px;;
		}
		.customer h2,
		.customer .section-info h2 {
		   font-size: 22px;
		}
		.customer .section-info p {
		   padding-left: 0;
		   padding-bottom: 10px;
		}

		.customer .right {
		   padding-left: 20px;
		}
		.customer .right iframe {
		   height: 288px;
		}
	}

		
	@media screen and (max-width: 820px) {
		
		.customer .container {
		   flex-direction: column;
		}		
		.customer h2,
		.customer .section-info h2 {
		   font-size: 20px;
		}
		.customer .left {
		   width: 100%;
		   padding-right: 0;
		   margin-bottom: 30px;
		}
		.customer .right {
		   width: 100%;
		   padding-left: 0;
		}
		
		.customer .right iframe {
		   height: 300px;
		}

	}


	@media screen and (max-width: 480px) {
		
		.customer h2 {
		   margin-bottom: 10px;
		}
		.customer .right iframe {
		   height: 260px;
		}

		.customer .left ul li {
		  width: 100%;
		  padding-right: 0;
		}
	}
	

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





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

.footer { 
  padding: 40px 80px;
  background: #2E2E2E;
  position: relative;
}

footer { 
  background: #2E2E2E;
  color: #999;
  text-align: left;
  font-size: 15px;
  line-height: 1.78;
  padding: 40px 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

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: 75%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .foot-wrap .f-cont .f-logo {
  width: 15%;
  line-height: 0;
}

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

footer .foot-wrap .f-cont .f-link {
  width: 85%;
  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: 32px;
}

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: 25%;
  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 { 
		  padding: 40px 80px;  
		}
		footer .foot-wrap .f-cont .f-logo img {
		  width: 100px;
		}

		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 60px;
		}
		footer .foot-wrap .f-cont .f-logo img {
		  width: 90px;
		}

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

	}



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



	@media screen and (max-width: 480px) {
		
		footer {
		   font-size: 13px;
		   padding: 30px;
		}
		footer .foot-wrap .f-cont .f-logo img {
		  width: 65px;
		}
	}

