
body {

  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 {
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  background: #1E1E1E;
  border-radius: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#go-top a img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}

#go-top a:hover { 
  color: #FFFFFF;
}
.xi-kakao:before {    content: "\ebee";}

/*#go-top a:focus{outline:5px dotted red;border:none;}*/

	@media screen and (max-width: 1280px) {


		#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;
   display:inline-block;width:100%;height:100%;
}


/* 占쏙옙占싱뱄옙 占쏙옙占쎌스占쏙옙占쏙옙 占시뤄옙 */
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:937px;
    position:relative;
	padding-top: 95px;
	margin: 0 auto;
	padding: 0;
	background:url(/images/default/main/main.jpg)no-repeat center center;background-size:cover;
}

.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;
  text-align: left;
}
a.bn-btn {
  padding: 45px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;  
  position:relative;
}
/*a.bn-btn:focus {outline:5px dotted #000 !important;border:none;z-index:10;}*/


/* 占쌘쏙옙占쏙옙 占쌔쏙옙트 */
.business-wrap .box-content h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700; 
  padding-bottom: 15px;
}

.business-wrap .box-content p {
  color: #000;
  font-size: 17px;
  line-height: 1.62;
  padding-bottom: 15px;
}

/* 占쏙옙튼 */
.bn-btn span {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #000;
}


/* 첫占쏙옙째 占쌘쏙옙 占쏙옙占쏙옙 */
.business-wrap .box:nth-child(1) {
   background: #ffe8e4;
}
.business-wrap .box:nth-child(1) a{
border:5px solid #ffe8e4;
}
/* 占싸뱄옙째 占쌘쏙옙 占쏙옙占쏙옙 */
.business-wrap .box:nth-child(2) {
   background: #e7f1ff;
}
.business-wrap .box:nth-child(2) a{
   border:5px solid #e7f1ff;
}
/* 占쏙옙占쏙옙째 占쌘쏙옙 占쏙옙占쏙옙 */
.business-wrap .box:nth-child(3) {
   background: #ffe0a2;
}
.business-wrap .box:nth-child(3) a{
   border:5px solid #ffe0a2;
}

/* 占쌓뱄옙째 占쌘쏙옙 占쏙옙占쏙옙 */
.business-wrap .box:nth-child(4) {
   background: #e6eed0;
}
.business-wrap .box:nth-child(4) a{
    border:5px solid #e6eed0;
}

.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: 25%;
   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: #FFF;
}

/* 占싱뱄옙占쏙옙 占쌓두몌옙 */
.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('/images/default/main/main_2.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;
   text-align:center;
}

.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;
		}
	}

.active li .img-zone{border:1px solid #ccc;}
.active li .img-zone img {width:420px;height:300px;max-width:100%;}
.active {display:flex;flex-wrap:wrap;margin:-20px;}
.active li {width:calc(100% / 3 - 40px);margin:20px;}
.active li p{text-align:center;    color: #000;font-size: 20px;font-weight: 500;margin-top: 6px;margin-bottom: 40px;}
.active li a{display:inline-block;width:100%;height:100%;}

@media screen and (max-width: 1480px) {
	.active li .img-zone img{width:100%;height:100%;}
	.active{margin:-10px;}
	.active li {margin:10px;width:calc(100% / 3 - 20px);}

}
@media screen and (max-width: 1280px) {
	.active li p {font-size:18px}
}
@media screen and (max-width: 1024px) {
	.active li p {font-size:16px}
}
@media screen and (max-width: 820px) {
	.active li p {font-size:15px}
}
@media screen and (max-width: 480px) {
	.active li {width:100%;margin:0;}
	.active li p{margin-bottom: 25px;}
}


/* =========================================================================================
 *  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 .left .board-list{border-top:2px solid #000;}
.customer .left .board-list li{color:#999;font-size:17px;line-height:1.67;padding:25px 10px; border-bottom:1px solid #ddd;text-align:left;display:flex;justify-content:space-between;}
.m-map iframe{width:100%;height:100%;border:0;}

.customer .left .board-list li   a{color:#333;}
.customer .left .board-list li span{color:#555;}

/****** 占쏙옙占쏙옙占쏙옙 占쏙옙占쏙옙占쏙옙 ******/
.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;
}

table.form-table td input, table.form-table td textarea {width: 95%;
    border: 1px solid #DDD;
    border-radius: 0;
    background: #F9F9F9;
    padding: 5px;
}


.customer .form-btn-wrap {
   padding-top: 15px;
}

.customer .form-btn-wrap {
   padding-top: 15px; text-align:center;
}


.customer a.btn-form,
.customer input.btn-form {
   background: #333;
   padding: 12px 36px;
   font-size: 17px;
   color:#fff;
       display: inline-block;
	   margin: 0 auto;
	   font-weight: 500;
	       text-align: left;
}

.customer a.btn-form:hover,
.customer input.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,
        .customer input.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_title_bgcolor p{font-size:15px;}
		table.form-table td{font-size:15px;}
		.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;
		}
	}




/* =========================================================================================
 *  占싹댐옙 풋占쏙옙 占쏙옙占쏙옙
 * =========================================================================================*/



/* =========================================================================================
 * 메인 슬라이더
 * =========================================================================================*/

.main-visual {
    width:100%;

    position:relative;
}

.main-visual .main-slider {
    position:relative;
    width:100%;
    height:100%;
}
.swiper {position:relative;height:100%;display:flex;align-items: center;}
.swiper .inner-txt-con {padding-top: 100px;padding-left: 220px;}
.swiper .inner-txt-con .inner-txt-1{transition-delay: 0.5s;    transform: translateX(0);opacity: 1;transition: opacity 1s, transform 1s;font-size: 54px;line-height: 1.28;font-weight: 600;color: #FFFFFF;letter-spacing: -1px;
margin-bottom: 30px;}
.swiper .inner-txt-con .inner-txt-2{font-size: 22px;line-height: 1.6;font-weight: 400;color: #FFFFFF;letter-spacing: -1px;    transition-delay: 0.8s;}


	@media screen and (max-width:1600px){
		.swiper{padding:0;}
		.main-visual {
			width: 100%;
			height: 100vh;
			height: calc(var(--vh, 1vh) * 100);
		}
	}

	@media screen and (max-width:1280px){
		
		.swiper .inner-txt-con {
			padding-top: 50px;
			padding-left: 150px;
		}
		.swiper .inner-txt-con > .inner-txt-1 {
			font-size: 42px;
		}
		.swiper .inner-txt-con > .inner-txt-2 {
			font-size: 17px;
		}
	}


	@media screen and (max-width:1024px){
		
		.swiper .inner-txt-con {
			padding-top: 0;
			padding-left: 100px;
		}
		.swiper .inner-txt-con > .inner-txt-1 {
			font-size: 36px;
			margin-bottom: 20px;
		}
		.swiper .inner-txt-con > .inner-txt-2 {
			font-size: 16px;
		}
	}


	@media screen and (max-width:820px){			
		

		.swiper .inner-txt-con {
			padding-left: 80px;
		}
		.swiper .inner-txt-con > .inner-txt-1 {
		   font-size: 28px;
		}
		.swiper .inner-txt-con > .inner-txt-2 {
		   font-size: 15px;
		}
	}

	@media screen and (max-width:480px){
		
		.swiper .inner-txt-con {
			padding: 40px;
			text-align: center;
		}
		.swiper .inner-txt-con > .inner-txt-1 {
		   font-size: 26px;
		}
		.swiper .inner-txt-con > .inner-txt-1 br{display:none;}

	}





/* =========================================================================================
 * 프로젝트 슬라이더
 * =========================================================================================*/

/* Arrows */
.single-item .slick-prev,
.single-item .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -60px;
    display: block;
    width: 42px;
    height: 42px;
	border: 1px solid #333;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background: transparent;
	z-index: 999999999;
}


.single-item .slick-prev:before,
.single-item .slick-next:before {
    font-family: 'xeicon';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #333;
    left: 0;
    top: 0;
	padding-top: 4px;
    width: 100%;
    height: 100%;
	position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before{
   color: #FFF;
}






/* =========================================================================================
 * 슬라이드 공통요소
 * =========================================================================================*/


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}


.slick-initialized .slick-slide {
    display: flex;
	align-items: center;
}

.project .slick-slide {
	margin: 0 20px;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../img/main/ajax-loader.gif') center center no-repeat;
}








.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}


[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '\e93d';
}
[dir='rtl'] .slick-prev:before {
    content: '\e940';
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '\e940';
}
[dir='rtl'] .slick-next:before {
    content: '\e93d';
}




/* Dots */
.slick-dotted.slick-slider{
}

.slick-dots {
    position: absolute;
    bottom: 65px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	z-index: 1;
}


.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 6px;
    padding: 0;
    cursor: pointer;	
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
    content: '';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
	background: rgba(255,255,255,1);
	border: 0;
}





	/* 메인 슬라이더 반응형 */

	@media screen and (max-width:1280px){	

		.slick-prev:before,
		.slick-next:before {
		    font-size: 22px;
			padding: 5px;
		}
		.slick-next {
			right: 35px;
		}
		.slick-prev {
			right: 68px;
		}
		.main-visual > .arrow-con {
			bottom: 30px;
		}
		.slick-dots {
			bottom: 50px;
		}
	}



	@media screen and (max-width:1024px){

		.main-visual > .arrow-con {
			bottom: 37px;
		}		

		.main-visual > .arrow-con > .arrows > .slick-arrow > i {
			font-size: 26px;
		}
		.single-item .slick-prev,
		.single-item .slick-next {
			pointer-events: all;
		}
	}


	@media screen and (max-width:820px){
		
		.main-visual > .arrow-con {
			bottom: 20px;
		}
		.slick-dots {
			bottom: 36px;
		}
		
	}


	@media screen and (max-width:480px){

		.only-pc {
			display:none;
		}

		.only-mobile {
			display: flex;
			align-items: center;
		}
		.main-visual > .arrow-con > .arrows {
			max-width: 170px;
		}

		.main-visual .main-slider .slider-visual > .visual-txt {
			word-break: keep-all;
		}

		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 br {
			display: none;
		}

		/* 메인 슬라이더 내부 텍스트 애니메이션 */
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt {
			transform:translateX(0);
			opacity:1;
		}

		.main-visual .main-slider .slick-active .visual-txt > .inner-txt-con > .inner-txt {
			transform:translateX(0);
			opacity:1;
		}

		.main-visual .main-slider .slick-active .visual-txt > .inner-txt-con > .inner-txt-1 {
			transition-delay:0;
		}

		.main-visual .main-slider .slick-active .visual-txt > .inner-txt-con > .inner-txt-2 {
			transition-delay:0;
		}

		.main-visual .main-slider .reset-animation .visual-txt > .inner-txt-con > .inner-txt {
			transform:translateX(0);
			opacity:0;
			transition:all 0s;
		}

	}



/* 반응형 라이브러리 */
@media screen and (min-width:801px){
    .only-mobile {
        display:none;
    }
}




/* Slider */

/* slide when not active/center */
.work-wrap .slick-slide,
.work-wrap .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transition: transform 0.3s;
  opacity: 1;
}
/* slide when active/center */
.work-wrap .slick-center,
.work-wrap .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  transition: transform 0.3s;
  opacity: 1;
}


.work-wrap .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.work-wrap .slick-list {
    position: relative;
    display: block;
}
.work-wrap .slick-list:focus {
    outline: none;
}
.work-wrap .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.work-wrap .slick-slider .slick-track,
.work-wrap .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.work-wrap .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.work-wrap .slick-track:before,
.work-wrap .slick-track:after {
    display: table;
    content: '';
}
.work-wrap .slick-track:after {
    clear: both;
}
.work-wrap .slick-loading .slick-track {
    visibility: hidden;
}

[dir='rtl'] .work-wrap .slick-slide {
    float: right;
}
.work-wrap .slick-slide img {
    display: inline-block;
}
.work-wrap .slick-slide.slick-loading img {
    display: none;
}
.work-wrap .slick-slide.dragging img {
    pointer-events: none;
}
.work-wrap .slick-initialized .slick-slide {
    display: block;
}
.work-wrap .slick-loading .slick-slide {
    visibility: hidden;
}
.work-wrap .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.work-wrap .slick-arrow.slick-hidden {
    display: none;
}


.pc {}
.mb {display: none;}


	@media screen and (max-width: 480px) {
		
		.pc {display: none;}
		.mb {display: block;}


	}


/* Arrows */
.work-wrap .slick-prev,
.work-wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
	border: 0;
	background: transparent;
	z-index: 1;
}
.work-wrap .slick-prev:hover,
.work-wrap .slick-prev:focus,
.work-wrap .slick-next:hover,
.work-wrap .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.work-wrap .slick-prev:hover:before,
.work-wrap .slick-prev:focus:before,
.work-wrap .slick-next:hover:before,
.work-wrap .slick-next:focus:before {
    opacity: 1;
}
.work-wrap .slick-prev.slick-disabled:before,
.work-wrap .slick-next.slick-disabled:before {
    opacity: 1;
}

.work-wrap .slick-prev:before,
.work-wrap .slick-next:before {
   content: '\e93d';
   font-family: 'xeicon';
   font-size: 45px;
   line-height: 1;
   color: #555;
   left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.work-wrap .slick-prev:before {
    content: '\e908';
}
.work-wrap .slick-next:before {
    content: '\e90b';
}



	@media screen and (max-width: 1280px) {

		.work-wrap .slick-prev:before,
		.work-wrap .slick-next:before {
		   font-size: 30px;
		}
	}


	@media screen and (max-width: 480px) {

		.work-wrap .slick-prev:before,
		.work-wrap .slick-next:before {
		   font-size: 24px;
		}
	}

