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

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: normal;
  animation: fadein 1000ms ease-out;
}

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

a {
  font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
  text-decoration: none; 
  color:#666; 
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none; 
  transition: all 0.3s ease;
}

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

.container {
  width: 100%;
  max-width: 1480px;
  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) {

		.container {
		  padding: 0 40px;
		}

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

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



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

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

#go-top a {
  width: 55px;
  height: 55px;
  display: block;
  cursor: pointer;
  background: #172230;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

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

.fp-tableCell #go-top {
  display: none;
}


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




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

#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: 'Noto Sans KR', 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 .section-info {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

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

.section .section-info p {
  color: #555555;
  font-size: 20px;
  line-height: 1.67;
  padding-bottom: 60px;
  letter-spacing: -1px;
 }


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

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

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

	@media screen and (max-width: 1024px) {
		
		#fullpage .section {
		  padding: 80px 0;
		}

		#fullpage .section:first-child,
		#fullpage .section:last-child {
		  padding: 0;
		}

		.section .section-info {
		  padding-top: 0;
		}

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

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

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

		#fullpage .section {
		  padding: 20px 0;
		}

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

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

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

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

		.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 .main-slider .slider-visual > .visual-txt {
    /*padding-left: 160px;*/
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	letter-spacing: -1px;
	font-family: 'Noto Sans KR','Montserrat', sans-serif;
}

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

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


	@media screen and (max-width:1280px){
		
		.main-visual .main-slider .slider-visual > .visual-txt {
			padding-left: 70px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
			font-size: 50px;
			margin-bottom: 25px;
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
			font-size: 18px;
		}
	}


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

		.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 {
		   padding-left: 35px;
		}

		.slick-initialized .slick-slide {
		}
		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
			font-size: 28px;
			margin-bottom: 15px;
		}
		.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-right: 35px;
			word-break: keep-all;
		}

		.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 br {
			display: none;
		}

	}



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

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


/* ¹Ú½º 4°³ ÀÌ¹ÌÁö °æ·Î */
.business-wrap .box:nth-child(1):before {
  background-image: url('../../img/main/business_01.jpg');
}
.business-wrap .box:nth-child(2):before {
  background-image: url('../../img/main/business_02.jpg');
}
.business-wrap .box:nth-child(3):before {
  background-image: url('../../img/main/business_03.jpg');
}
.business-wrap .box:nth-child(4):before {
  background-image: url('../../img/main/business_04.jpg');
}


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


/* ¹Ú½º ³ÐÀÌ¿Í ³ôÀÌ*/
.business-wrap .box {
  position: relative;
  width: 24%;
  height: 450px;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.25);
  overflow: hidden;
  text-align: left;
}



.business-wrap .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.business-wrap .box:last-child {
  margin-right: 0;
}
.business-wrap .box-content {
  position: absolute;  
  width: 100%;
  height: 100%;
  z-index: 1;  
  padding: 40px;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}


/* ÅØ½ºÆ® ºÎºÐ */
.business-wrap .box-content h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700; 
  padding-bottom: 25px;
}

.business-wrap .box-content p {
  color: #F5F5F5;
  padding-bottom: 30px;
}



/* ¸¶¿ì½º¿À¹ö½Ã ¹Ú½º¹è°æ ÄÃ·¯ */
.business-wrap .box:hover .box-content {
   opacity: 1;
   background: rgba(0,63,165,0.9);
}




.business-wrap .box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  transform: translateY(0);
}
.business-wrap .box:after {
  transform: translateY(0);
}
.business-wrap .box:hover .box-content,
.business-wrap .box:focus-within .box-content {
   transform: translateY(0);
   transition: all 0.4s ease-in-out;
}
.business-wrap .box 
.business-wrap .box:hover {
   transform: translateY(0);
}
.business-wrap .box:hover:before {
   transform: translateY(-8%);
   transition: all 0.4s ease-in-out;
}



/* ¹öÆ° */
.bn-btn span {
  display: inline-block;
  padding: 0; 
  margin: 0 auto;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}
.bn-btn span:after {
  font-family: 'xeicon';
  font-size: 16px;
  line-height: 1.6;
  margin-left: 5px;
  color: #FFF;
  content: '\e90b';
  position: absolute;
}
a.bn-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}





	@media screen and (max-width: 1280px) {
		
		/* ¹Ú½º ³ôÀÌ*/
		.business-wrap .box {
		  height: 360px;
		}
		.business-wrap .box-content {
		  padding: 30px;
		  transform: translateY(0);
		}


		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 24px;
		  padding-bottom: 20px;
		}
		.business-wrap .box-content h3:after {
		  display: none;
		}
		.business-wrap .box-content p {
		  font-size: 14px;
		  padding-bottom: 20px;
		}


		/* ¹öÆ° */
		.bn-btn span {
		  font-size: 12px;
		}
		.bn-btn span:after {
		  font-size: 13px;
		}
	}



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

		/* ¹Ú½º ³ôÀÌ*/
		.business-wrap .box {
		  height: 280px;
		}
		.business-wrap .box-content {
		  padding: 25px;
		}


		/* ÅØ½ºÆ® ºÎºÐ */
		.business-wrap .box-content h3 {
		  font-size: 20px;
		  padding-bottom: 15px;
		}
		.business-wrap .box-content p {
		  font-size: 13px;
		  padding-bottom: 20px;
		}
		.business-wrap .box-content p br {
		  display: none;
		}

		.business-wrap .box:hover .business-wrap .box-content {
		  transform: translateY(0);
		}

	}



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

		.business-wrap {
		  width: 75%;
		}

		/* ¹Ú½º ³ÐÀÌ¿Í ³ôÀÌ*/
		.business-wrap .box {
		  width: 48%;
		  height: 290px;
		  margin-bottom: 4%;
		}	
		.business-wrap .box-content {
		  padding: 20px;
		}

	}

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

		.business-wrap {
		  width: 100%;
		}

		.business-wrap .box {	
		  height: 220px;
		}
		
		.business-wrap .box-content h3 {
		  font-size: 18px;
		  padding-bottom: 0px;
		}

		.business-wrap .box-content p {
		  display: none;
		}
	}



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

		.business-wrap .box {	
		   width: 100%;
		   height: 340px;
		   margin-bottom: 5%;
		}

	}






/* =========================================================================================
 *  SERVICE ¿µ¿ª
 * =========================================================================================*/

.service {
  background: url('../../img/main/service_bg.jpg') no-repeat top center;
  background-size: cover;
  font-size: 0;
  color: #FFF;
}

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

.service-wrap {
  display: block;
  width: 100%;
}

.s-icon {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0;
  padding: 30px 20px;
  text-align: center;
}

.s-icon .img {
  padding-bottom: 30px;
}

.s-icon h3 {
  font-size: 30px;
  padding-bottom: 20px;
}

.s-icon p {
  font-size: 18px;
  opacity: 0.8;
  padding-bottom: 40px;
}




a.sv-btn {
  display: inline-block;
  border-radius:50px;
  padding:8px 35px 8px 35px;
  margin: 0 auto;
  background:#034799;
  border: 1px solid #034799; 
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-align: left;  
}

a.sv-btn:before {
/*  font-family: 'xeicon';
  font-size: 15px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  margin-left: 10px;
  color: #FFF;
  content: '\e90b';
  right: 15px;
  top: 15px;*/
}

a.sv-btn:hover {  
  color:#458AE4;
  border: 1px solid #FFF; 
  background: #FFF;
}
a.sv-btn:hover:before {  
  color:#458AE4;
}
a.sv-btn img {
  display:inline-block !important; 
  padding-left: 5px;
}



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

		a.sv-btn {
		   padding: 5px 20px 5px 20px;
		   font-size: 12px;
		}
	}


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

		.s-icon .img {
		  padding-bottom: 20px;
		}
		.s-icon .img img {
		  width: 60px;
		  height: 60px;
		}
		.s-icon h3 {
		  font-size: 24px;
		  padding-bottom: 10px;
		}
		.s-icon p {
		  font-size: 16px;
 	      padding-bottom: 30px;
		}
		.s-icon p br {	
		  display: none;
		}
		a.sv-btn {
		  padding: 6px 25px 6px 25px;
		  font-size: 12px;
		}
	}


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

		.service-wrap {
		  padding-top: 0;
		}

		.s-icon {
		  padding: 0 20px;
		}

		.s-icon .img {
		  padding-bottom: 20px;
		}

		.s-icon .img img {
		  width: 45px;
		  height: 45px;
		}

		.s-icon h3 {
		  font-size: 20px;
		  padding-bottom: 10px;
		}

		.s-icon p {
		  font-size: 14px;
		  padding-bottom: 20px;
		}

		a.sv-btn span {
		  display: none;
		}
	}

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

		.service-wrap {
		  text-align: left;
		}

		.s-icon {
		  width: 33.3333%;
		  padding: 20px;
		  text-align: center;
		}

		.s-icon .img {
		  padding-bottom: 10px;
		}

		.s-icon .img img {
		  width: 35px;
		  height: 35px;
		}

		.s-icon h3 {
		  font-size: 18px;
		  padding-bottom: 10px;
		}

		.s-icon p {
		  font-size: 13px;
		}

		a.sv-btn {
		  padding: 4px 20px 4px 20px;
		}
	}


	@media screen and (max-width: 600px) {
		
		.service-wrap {
		  padding-top: 20px;
		}

		.s-icon {
		  padding: 15px;
		}
	}


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

		.s-icon {
		  width: 50%;
		  padding: 20px 10px;
		}

		.s-icon:nth-child(1),
		.s-icon:nth-child(2) {
		  padding-top: 0;
		}

		.s-icon .img {
		  padding-bottom: 10px;
		}

		.s-icon .img img {
		  width: 30px;
		  height: 30px;
		}
	}


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

		.s-icon {
		  width: 100%;
		}

		.s-icon:nth-child(2) {
		  padding-top: 20px;
		}
	}



/* =========================================================================================
 *  PROJECT ¿µ¿ª
 * =========================================================================================*/

.project {
  /*background: url('../../img/main/project_bg.jpg') no-repeat top center;*/
  background-size: cover;
  font-size: 0;
}

.project .project-wrap .pj-box {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.12);
  background: #FFFFFF;
  margin-bottom: 10px;
}

.project .project-wrap .pj-box .img img {
  width: 100%;
  height: auto;
}

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

.project .project-wrap .pj-box .txt h3 {
  font-size: 26px;
  line-height: 1.4;
  color: #000000;
  width: 70%;
}

.project .project-wrap .pj-box .txt span {
  font-family: 'Noto Sans KR';
  font-size: 13px;
  line-height: 1.67;
  color: #1d40a3;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}

.project .project-wrap .pj-box .txt p {
  font-size: 14px;
  line-height: 1.67;
  color: #666666;
  
}

.project .project-wrap .pj-box .btn {
  text-align: right;
  padding-top: 10px;
  width: 30%;
}

a.pj-btn {
  display: inline-block;
  margin-right: 20px;
  color: #8F8F8F;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

a.pj-btn:after {
  font-family: 'xeicon';
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  opacity: 1;
  color: #8F8F8F;
  content: '\e90b';
  right: -20px;
  position: absolute;
}

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


	@media screen and (max-width: 1280px) {
		
		.project .project-wrap .pj-box .txt {
		  padding: 20px;
		}
		.project .project-wrap .pj-box .txt h3 {
		  font-size: 20px;
		}
		a.pj-btn {
		  font-size: 12px;
		}
		a.pj-btn:before {
		  font-size: 13px;
		}
	}


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

		a.pj-btn {
		  font-size: 12px;
		}

		a.pj-btn:before {
		  font-size: 13px;
		}
	}


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

		.project {
		  padding: 60px 0 60px 0 !important;
		}
	}






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

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

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

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

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

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

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

.promotion .inner .movie-wrap {
  width:64%; 
  margin-top: 60px;
}

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

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




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

		.promotion .inner .section-info {
		  margin-top: 40px;
		}
		.promotion .inner .movie-wrap {
		  margin-top: 40px;
		}
	}

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

		.promotion .inner .section-info {
		  margin-top: 0;
		}
		.promotion .inner .movie-wrap {
		  margin-top: 0;
		}
	}


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

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

	}







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

.notice {
  background: #F5F5F5;
}

.notice .output_table {
  text-align: left;
}

.notice .output_table tr {
  display: inline-block;
  width: 50%;
}

.notice .output_table tr:nth-child(odd) {
  border-right: 10px solid #F5F5F5;
}

.notice .output_table tr td {
  font-size: 18px;
  line-height: 1.67;
  text-align: left;
  padding: 34px 15px;
  border-bottom: 10px solid #F5F5F5;
  background: #FFFFFF;
}

.notice .output_table tr td a {
  color: #222222;
  font-size: 20px;
  line-height: 1.67;
}

.notice .output_table tr td a:hover {
  color: #458AE4;
}

.output_table tr td:nth-child(1) {
  width: 2% !important;
  padding-left: 30px !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: center;
}



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

		.notice .output_table tr td {
		  font-size: 16px;
		  padding: 20px 10px;
		  border-bottom: 6px solid #F5F5F5;
		}

		.notice .output_table tr:nth-child(odd) {
		  border-right: 6px solid #F5F5F5;
		}

		.notice .output_table tr td a {
		  font-size: 18px;
		}

		.output_table tr td:nth-child(1) {
		  padding-left: 20px !important;
		}
	}

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


		.notice .output_table tr td {
		  font-size: 15px;
		  padding: 15px 5px;		  
		}

		.notice .output_table tr td a {
		  font-size: 16px;
		}
	}

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

		.notice .output_table tr {
		  width: 100%;
		  border-right: 0 !important;
		}

		.notice .output_table tr td {
		  font-size: 13px;
		  padding: 15px 10px;		  
		}

		.notice .output_table tr td a {
		  font-size: 14px;
		}

		.output_table tr td:nth-child(1) {
		  padding-left: 10px !important;
		}

	}


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

		.notice .output_table tr td {
		  word-break: keep-all !important;
		}

	}
	




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


.footer { 
  background: #172230;
  color: #CCCCCC;
  text-align: left;
  font-size: 16px;
  line-height: 1.78;
  padding: 50px 150px;  
}

.footer a,.footer a:hover {
  color: #CCCCCC;
}

.footer .foot-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}



/* Ç²ÅÍ ³»¿ë */
.footer .foot-wrap .f-cont {
  width: 70%;
  display: flex;
  /*align-items: center;*/
  flex-wrap: wrap;
  flex-direction:column;
}

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

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

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

.footer .foot-wrap .f-cont .sns-link li {
  padding-right: 15px;
}

.footer .foot-wrap .f-cont .sns-link li i {
  font-size: 26px;
  line-height: 2;
}

.footer .foot-wrap .f-cont .bot-link {
  width: 100%;
  padding-top: 20px;
/*  display: flex;
  align-items: center;
  flex-wrap: wrap;*/
}

.footer .foot-wrap .f-cont .bot-link li {
  padding-right: 40px;
  font-size:18px;
  letter-spacing:0.1px;
}

.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: 'Noto Sans KR','Montserrat', sans-serif;
}

.footer .foot-wrap .f-etc .tel {
  font-family: 'Noto Sans KR', sans-serif; 
  font-weight: 600; 
  font-size:40px; 
  line-height: 1;
  letter-spacing: 0; 
  color: #fff;
}

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

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

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

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

.footer .foot-wrap .f-etc .footer-select ul {
  display: none;
  position: absolute; 
  overflow: hidden; 
  width: 100%; 
  background: #EEEEEE; 
  border-radius: 2px; 
  left: 0; 
  bottom: 50px; 
  list-style: none; 
  padding: 15px; 
  z-index: 100; 
}

.footer .foot-wrap .f-etc .footer-select ul li {
  display: block; 
  text-align: left;
  padding: 5px 10px;
  color: #999;
  cursor: pointer; 
}

.footer .foot-wrap .f-etc .footer-select ul li:hover {
  background: #AAAAAA;
  color: #FFFFFF; 
}




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

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

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

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



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

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

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



	@media screen and (max-width: 1024px) {
	
		.footer {
		   font-size: 14px;
		   padding: 30px;
		}

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


		.footer .foot-wrap .f-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 .bot-link li {
		  padding-right: 40px;
		  font-size:12px;
		  letter-spacing:0.1px;
		}

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

