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

#contents {
  width: 100%;
  text-align: center;
  letter-spacing: -0.4px;
  word-break: keep-all;
}

main h2 {
  color: #000000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 20px;
}

main h3 {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 15px;
}

main h4 {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}

main p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 20px;
}

main section {
  font-size: 0;
  padding: 120px 30px;
}


/* ¸ÞÀÎÆäÀÌÁö ¼½¼Ç Å¸ÀÌÆ² ½ºÅ¸ÀÏ */
.main-info {
  width: 100%;
  text-align: center;
}

.main-info p {
  padding-bottom: 50px;
 }




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

		/* °øÅë ½ºÅ¸ÀÏ */
		main h2 {
		  font-size: 36px;
		  line-height: 42px;
		}

		/* ¼½¼Ç ½ºÅ¸ÀÏ */
		main section {
		  padding: 80px 30px;
		}
	}

	@media screen and (max-width: 1024px) {
		
		/* °øÅë ½ºÅ¸ÀÏ */
		main h2 {
		  font-size: 28px;
		  line-height: 34px;
		}
		main h3 {
		  font-size: 22px;
		  line-height: 30px;
		}
		main p {
		  font-size: 13px;
		  line-height: 18px;
		}


		/* ¸ÞÀÎÆäÀÌÁö ¼½¼Ç Å¸ÀÌÆ² ½ºÅ¸ÀÏ */
		.main-info h2 {
		  padding-bottom: 15px;
		}
		.main-info p {
		  padding-bottom: 30px;
		}
				
	}

	@media screen and (max-width: 768px) {
	
		/* °øÅë ½ºÅ¸ÀÏ */
		main h2 {
		  font-size: 24px;
		  line-height: 30px;
		}
		.section {
		  padding: 50px 30px;
		}

		/* ¼½¼Ç ½ºÅ¸ÀÏ */
		main section {
		  padding: 60px 30px;
		}
	}

	@media screen and (max-width: 480px) {
	
		/* ¼½¼Ç ½ºÅ¸ÀÏ */
		main section {
		  padding: 50px 30px;
		}
	}





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

#go-top a {
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  font-size: 10px;
  font-weight: 400;
  padding-top: 20px;
  border-radius: 3px;
  color: #FFFFFF;
  background: #1E1E1E;
  background-image: url(../images/top-bg.png);
  background-repeat: no-repeat;
  background-position: center 11px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

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





/* =========================================================================================
 *  ¸ÞÀÎ ºñÁÖ¾ó ¿µ¿ª
 * =========================================================================================*/

#main-visual {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #000000;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-top: 0;
  display: -ms-flexbox;
  height: 100vh !important;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; 
}

#main-visual:after {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  background: #000000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; 
}
 
#main-visual video {
  top: 0;
  height: auto;
  min-height: auto;
  width: 100%; 
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;  
  opacity: 1;
  animation: fadein 1000ms ease-out;
  -moz-animation: fadein 1000ms ease-out; /* Firefox */
  -webkit-animation: fadein 1000ms ease-out; /* Safari and  Chrome */
  -o-animation: fadein 1000ms ease-out; /* Opera */
}
 
#main-visual > .inner {
  -moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
  position: relative;
  z-index: 3; 
}

#main-visual h2 {
  color: #FFFFFF;
  display: block;
  font-size:54px; 
  line-height:62px; 
  font-weight:600; 
  letter-spacing:-1px; 
  padding-bottom:40px;
  -webkit-animation: moveUp 1.2s ease-in-out both;
  -moz-animation: moveUp 1.2s ease-in-out both;
  -o-animation: moveUp 1.2s ease-in-out both;
  -ms-animation: moveUp 1.2s ease-in-out both;
  animation: moveUp 1.2s ease-in-out both;
}

#main-visual p {
  color: #FFFFFF; 
  font-size:30px; 
  line-height:42px; 
  font-weight:300; 
  -webkit-animation: moveUp2 1.2s ease-in-out both;
  -moz-animation: moveUp2 1.2s ease-in-out both;
  -o-animation: moveUp2 1.2s ease-in-out both;
  -ms-animation: moveUp2 1.2s ease-in-out both;
  animation: moveUp 1.2s ease-in-out both;
}


@-webkit-keyframes moveUp{
 0% {-webkit-transform: translateY(30px);}
 100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
 0% {-moz-transform: translateY(30px);}
 100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
 0% {-o-transform: translateY(30px);}
 100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
 0% {-ms-transform: translateY(30px);}
 100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
 0% {transform: translateY(30px);}
 100% {transform: translateY(0px);}
}



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

		#main-visual {
		  height: 650px !important;
		  min-height: auto;
		}
		#main-visual video {
		  width: 100%;
		}
		#main-visual h2 {
		  font-size: 40px; 
		  line-height: 52px; 
		  padding-bottom: 30px;
		}
		#main-visual p {
		  font-size: 22px; 
		  line-height: 30px; 
		  padding-bottom: 0;
		}
	}

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

		#main-visual {
		  height: 580px !important;
		  min-height: auto;
		}
	}

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

		#main-visual {
		  height: 540px !important;
		}
		#main-visual h2 {
		  font-size: 32px; 
		  line-height: 40px; 
		  padding-bottom: 20px;
		}
		#main-visual p { 
		  font-size: 17px; 
		  line-height: 26px;
		}
	}


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

		#main-visual {
		  height: 480px !important;
		}
	}


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

		#main-visual {
		  height: 420px !important;
		}
	}


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

		#main-visual {
		  height: 450px !important;
		}
		#main-visual video {
		  width: auto;
		  height: 100%;
		  left: 50%;
		  transform: translateX(-50%);
		}
		#main-visual h2 {
		  font-size: 25px; 
		  line-height: 32px; 
		  padding-bottom: 15px;
		}
		#main-visual p {
		  color: #FFFFFF; 
		  font-size: 15px; 
		  line-height: 22px; 
		}
		#main-visual p br {
		  display: none;
		}
	}







/* =========================================================================================
 *  ¹Ù·Î°¡±â ¸Þ´º ¿µ¿ª
 * =========================================================================================*/

#m-gnb-box {
  padding: 0 !important;
}

#m-gnb-box p {
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  word-break: keep-all;
}

#m-gnb-box .tit {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  padding-bottom: 0;
}

#m-gnb-box li {
  padding: 50px 10px;
  border-right: 1px solid #E0E0E0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#m-gnb-box li:hover {
  background: #F9F9F9;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#m-gnb-box li:first-child {
  border-left: 1px solid #E0E0E0;
}

#m-gnb-box .lnr {
  color: #1e2c5b;
  padding-bottom: 15px;
  font-size: 45px;
}



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

		/* ¹Ù·Î°¡±â ¸Þ´º ¿µ¿ª */
			#m-gnb-box p {
			  font-size: 13px;
			  line-height: 20px;
			}
			#m-gnb-box .tit {
			  font-size: 16px;
			  line-height: 24px;
			}
			#m-gnb-box li {
			  padding: 30px 10px;
			}
			#m-gnb-box li:first-child {
			  border-left: 0;
			}
			#m-gnb-box li:hover {
			  background: none;
			}
			#m-gnb-box .lnr {
			  font-size: 35px;
			  padding-bottom: 5px;
		}

	}

	@media screen and (max-width: 992px) {
		
		#m-gnb-box li {
		  border-bottom: 1px solid #E0E0E0;
		}
	}

	@media screen and (max-width: 480px) {
	
		/* ¹Ù·Î°¡±â ¸Þ´º ¿µ¿ª */
		#m-gnb-box li {
		  padding: 20px;
		}
	}





/* =========================================================================================
 *  ¼­ºñ½º ¿µ¿ª
 * =========================================================================================*/

#service {
  background: url(../images/about_bg.jpg) no-repeat top center;
  background-size: cover;
}

.service-item li {
   padding: 0 15px;
}

.service-img figure {
  margin: 0;
  padding: 0;
  background: #000000;
  overflow: hidden;
}

.service-img figure img {
  width: 100%;
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.service-img figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.service-txt {
  padding-top: 20px;
}

a.service-btn {
  display: inline-block;
  color: #999;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #CCC;
  font-size: 11px;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif;
}

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


	@media screen and (max-width: 768px) {
		
		.service-item li {
		   padding: 10px;
		}

		a.service-btn {
		  padding: 8px;
		  font-size: 10px;
		}
	}

	@media screen and (max-width: 480px) {
	
		.service-item li {
		   padding: 5px;
		}

		.service-item li:nth-child(1) {
		   padding-bottom: 30px;
		}

		.service-item li:nth-child(2) {
		   padding-bottom: 30px;
		}

		.service-txt {
		   padding-top: 15px;		   
		}		
	}





/* =========================================================================================
 *  ºê·£µå ½ºÅä¸® ¿µ¿ª
 * =========================================================================================*/

#brand {
   padding: 0 !important; 
   position: relative;
   background: url(../images/brand-bg.jpg) no-repeat top center; 
   background-size: 100%; 
   background-attachment: fixed;
   text-align: right;
}

  #brand:after {
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
	}

#brand .txt {
   width: 50%; 
   background: rgba(0,2,35,0.9); 
   display: inline-block; 
   vertical-align: middle; 
   position: relative;
   padding: 110px 160px;  
   text-align: center;
   z-index: 9;
   word-break: keep-all;
}

#brand .txt h3 {
   font-size: 42px;  
   line-height: 50px;  
   font-weight: 300;  
   padding-bottom: 20px;  
   font-family: 'Montserrat','Noto Sans KR', sans-serif; 
}

#brand .txt p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 30px;
 }

a.brand-btn {
  display: inline-block;
  color: #FFF;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid rgba(255,255,255,0.75);
  text-align: center;
 }

a.brand-btn:hover {
  color: #FFF;
  background-color: rgba(255,255,255,0.4);
 }



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

		#brand {
		   background-size: cover;
		}

		#brand .txt {
		  padding: 80px 60px;
		}

		#brand .txt h3 {
		  font-size: 36px;
		  line-height: 42px;
		}
	}


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

		#brand .txt {
		  padding: 80px;
		}

		#brand .txt h3 {
		  font-size: 32px;
		  line-height: 40px;
		}

		#brand .txt p {
		  font-size: 14px;
		  line-height: 22px;
		}

		/* ¹öÆ° µðÀÚÀÎ */
		a.brand-btn {
		  font-size: 13px;
		}
	}


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

		#brand {
		   background-size: cover; 
		   background-attachment: scroll;
		}

		#brand .txt {
		  padding: 60px 40px;
		}

		#brand .txt h3 {
		  font-size: 24px;
		  line-height: 30px;
		}

		#brand .txt p {
		  font-size: 14px;
		  line-height: 22px;
		}
	}


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

		#brand .txt {
		  width: 100%;
		  background: rgba(0,2,35,0.5); 
		}
	}









/* =========================================================================================
 *  Çù·Â»ç ¿µ¿ª
 * =========================================================================================*/

#cooperate {
  background: #F6F6F6; 
}

#cooperate ul {
  text-align: center;
}

#cooperate ul li {
  width: 18%; 
  margin: 1%;
  border: 1px solid #CCCCCC;
  display: inline-block;   
}

#cooperate ul li img {
  width: 100%;
}



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

		#cooperate ul li {
		  width: 48%;
		}
	}






/* =========================================================================================
 *  Á¦Ç°¼Ò°³ ¿µ¿ª
 * =========================================================================================*/

#product {
   background: #F6F6F6;
}





/* =========================================================================================
 *  °øÁö»çÇ× ¿µ¿ª
 * =========================================================================================*/

#notice {
   background: #FFFFFF;
}


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

		#notice table {
		  width: 100% !important;
		}
	}





/* =========================================================================================
 *  ºü¸¥¹®ÀÇ ¿µ¿ª
 * =========================================================================================*/

#cs-qna {
  background: #222222;
  padding: 0 !important;
}

#cs-qna .cs-info h2 {
  font-size: 32px;
  line-height: 40px;
}

#cs-qna .cs-info p {
  padding-bottom: 40px;
}

#cs-qna .cs-formmail {
  padding: 80px 150px 80px 80px;
  text-align: left;
}

#cs-qna .cs-formmail h4 {
  padding-bottom: 20px;
}

#cs-qna .cs-map {
  height: 640px;
  padding: 0;
  background: #000000;
}

#cs-qna .cs-map iframe {
  opacity: 0.9;
}

#cs-qna .cs-btn {
  padding-top: 20px;
  padding-left: 14%;
}

a.btn-form {
  display: inline-block;
  margin: 0 auto;
  color: #FFF;
  background: #666666;
  padding: 12px 45px;
  font-size: 15px;
}

a.btn-form:hover {
  color: #FFF;
  background: #454545;
}



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

		#cs-qna {
		  background: #222222;
		  padding: 0 !important;
		}

		#cs-qna .cs-info h2 {
		  font-size: 32px;
		  line-height: 40px;
		}
		
		#cs-qna .cs-info p {
		  padding-bottom: 40px;
		}
		
		#cs-qna .cs-formmail {
		  padding: 70px;
		  display: inline-block;
		  vertical-align: top;
		  text-align: left;
		}
		
		#cs-qna .cs-formmail h4 {
		padding-bottom: 20px;
		}

		#cs-qna .cs-map {
		  height: 640px;
		  display: inline-block;
		  vertical-align: top;
		}
		#cs-qna .cs-btn {
		  padding-left: 20%;
		  padding-top: 10px;
		}
	}


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

		#cs-qna .cs-info h2 {
		  font-size: 24px;
		  line-height: 32px;
		}
		#cs-qna .cs-info p {
		  padding-bottom: 30px;
		}
		#cs-qna .cs-formmail {
		  padding: 40px;
		}
		#cs-qna .cs-map {
		  height: 450px;
		}
		
		a.btn-form {
		  padding: 8px 30px;
		  font-size: 13px;
		}
	}


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

		#cs-qna .cs-info h2 {
		  font-size: 20px;
		  line-height: 28px;
		}
		#cs-qna .cs-info p {
		  padding-bottom: 30px;
		}
	}


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

		#cs-qna .cs-formmail {
		  padding: 30px;
		}
		#cs-qna .cs-map {
		  height: 300px;
		}
	}





/* =========================================================================================
 *  °í°´¼¾ÅÍ ¿µ¿ª
 * =========================================================================================*/

#customer {
  padding: 80px 30px;
  background: url('../images/customer_bg.jpg') no-repeat;
  font-size: 0;
  background-size: cover;
}

#customer .cs-center {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#customer .cs-center li {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 26px;
}

#customer .cs-center li.cs_tit {
  font-size: 20px;
}

#customer .cs-center li.tel_num {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  font-family: 'Montserrat',sans-serif;
  padding: 20px 0;
}

#customer .cs-center li.tel_num a {
  color: #FFF;
}

#customer .cs-icon {
  font-size: 0;
}

#customer .cs-icon {
  width: 65%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

#customer .cs-icon ul {
  width: 100%;
  display: table;
  position: relative;
}

#customer .cs-icon li {
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

#customer .cs-icon li:first-child {
  margin-left: 0;
}

#customer .cs-icon li i {
  font-size: 42px;
}

#customer .cs-icon li p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  padding-top: 15px;
}

#customer .cs-icon li a {
  color: #FFF;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 8px 8px 22px rgba(0,0,0,0.2);
  display: table-cell;
  vertical-align: middle;
}

#customer .cs-icon li a:hover {
  background: rgba(255,255,255,0.3);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


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

		#customer .cs-center li.tel_num {
		  font-size: 36px;
		}
	}

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

		/* °í°´¼¾ÅÍ ¿µ¿ª */
		#customer .cs-center li.cs_tit {
		  font-size: 18px;
		}
		#customer .cs-center li {
		  font-size: 13px;
		  line-height: 20px;
		}
		#customer .cs-icon li a {
		  width: 110px;
		  height: 110px;
		}
		#customer .cs-icon li i {
		  font-size: 28px;
		}
		#customer .cs-center li.tel_num {
		  font-size: 30px;
		}
		#customer .cs-icon li p {
		  font-size: 13px;
		}
	}

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

		#customer {
   		   padding: 50px 40px;
		}
		#customer .cs-center {
		  width: 50%;
		}
		#customer .cs-icon {
		  width: 50%;
		}
		#customer .cs-icon li {
		  margin-left: 40px;
		}
		#customer .cs-icon li a {
		  border: 0;
		  box-shadow: none;
		  width: auto;
		  height: auto;
		}
		#customer .cs-icon li i {
		  font-size: 38px;
		}
	}

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

		#customer {
		  padding: 40px;
		}
		#customer .cs-center {
		  width: 100%;
		  padding-left: 0;
		  padding-bottom: 20px;
		}
		#customer .cs-icon {
		  width: 100%;
		}
		#customer .cs-icon ul {
		  padding-top: 20px;
		  text-align: center;
		}
		#customer .cs-icon li a {
		  width: auto;
		  height: auto;
		  border: 0;
		  vertical-align: top;
		  display: inline-block;
		}
		#customer .cs-icon li {
		  width: 25%;
		  margin-left: 0;
		  vertical-align: top;
		  border-right: 1px solid rgba(255,255,255,0.1);
		}
		#customer .cs-icon li:first-child {
		  border-left: 1px solid rgba(255,255,255,0.1);
		}
		#customer .cs-icon li i {
		  font-size: 30px;
		}
	}

	@media screen and (max-width: 480px) {
	
		#customer .cs-icon ul {
		  border-top: 1px solid rgba(255,255,255,0.1);
		}

		#customer .cs-icon li {
		  border-right: 0;
		}
		#customer .cs-icon li:first-child {
		  border-left: 0;
		}
	}


	@media screen and (max-width: 320px) {
	
		#customer .cs-center li.tel_num {
		  font-size: 28px;
		}
	}






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

#footer { 
  background: #282C2F;
  color: #999999;
  font-size: 13px;
  line-height: 22px;
}

#footer a {
  color: #999999;
}

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

#footer .link-wrap {
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer .link-wrap .footer-logo {
  width: 20%;
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

#footer .link-wrap .footer-util {
  width: 59%;
  display: inline-block;
  vertical-align: middle;
}

#footer .link-wrap .footer-util li {
  padding: 0 20px;
  display: inline-block;
  position: relative;
}

#footer .link-wrap .footer-util li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #666666;
  left: 0;
  right: 0;
  top: 5px;
  position: absolute;
}

#footer .link-wrap .footer-util li:first-child:after {
  display: none;
}

#footer .link-wrap .footer-select {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

#footer .copyright-wrap {
  padding: 35px 20px;
}

#footer .copyright-wrap .copyright {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

#footer .copyright-wrap .copyright li {
  display: inline-block;
  padding-right: 30px;
}

#footer .copyright-wrap .copyright li:last-child {
  padding-right: 0;
}

#footer .copyright-wrap .copyright .copy_end {
  width: 100%;
}

#footer .copyright-wrap .sns {
  width: 19%;
  font-size: 0;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

#footer .copyright-wrap .sns ul li {
  display: inline-block;
  padding: 0 10px;
}

#footer .copyright-wrap .sns ul li i {
  display: block;
  font-size: 20px;
}

.footer-select {
  position: relative;
  display: block; 
  margin: 0 auto; 
  width: 100%; 
  max-width: 325px; 
  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-select .placeholder {  
  position: relative; 
  display: block; 
  background-color: #393d41; 
  z-index: 1; 
  padding: 1em; 
  border-radius: 2px; 
  cursor: pointer; 
}

.footer-select .placeholder:hover {
  background: #34383c; 
}

.footer-select .placeholder:after {
  position: absolute; 
  right: 1em; 
  top: 50%; 
  -webkit-transform: translateY(-50%) rotate(180deg); 
          transform: translateY(-50%) rotate(180deg); 
  font-family: 'FontAwesome'; 
  content: '\f078'; 
  z-index: 10; 
}

.footer-select.is-open .placeholder:after {
  content: '\f077'; 
}

.footer-select.is-open ul {
  display: block; 
}

.footer-select.footer-select--white .placeholder {
  background: #fff; 
  color: #999; 
}

.footer-select.footer-select--white .placeholder:hover {
  background: #fafafa;
}

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

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

.footer-select ul li:hover {
  background: #4ebbf0;
  color: #FFFFFF; 
}



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

		#footer .link-wrap .footer-logo {
		  width: 25%;
		  padding-right: 0;
		}
		#footer .link-wrap .footer-util {
		  width: 54%;
		}
	}



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

		#footer {
		  font-size: 12px;
		  line-height: 20px;
		}
		#footer .footer_copyright li {
		  width: 100%;
		}
		#footer .link-wrap {
		  padding: 20px;
		}
		#footer .link-wrap .footer-logo img {
		  width: 160px;
		}
		.footer-select .placeholder {
		  padding: 5px 10px;
		}
		.footer-select ul {
		  bottom: 32px;
		}
		#footer .copyright-wrap {
		  padding: 30px 20px;
		}
	}


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

		#footer .link-wrap {
		  border: 0;
		}
		#footer .link-wrap .footer-logo {
		  width: 100%;
		  padding-right: 0;
		}
		#footer .link-wrap .footer-util {
		  width: 100%;
		}
		#footer .link-wrap .footer-util ul { 
		  padding: 12px 0;
		}
		#footer .link-wrap .footer-util li {
		  padding: 0 10px;
		}
		#footer .link-wrap .footer-util li:first-child {
		  padding-left: 0;
		}
		#footer .link-wrap .footer-select {
		  width: 100%;
		}
		#footer .copyright-wrap {
		  padding: 0 20px 30px 20px;
		}
		#footer .copyright-wrap .copyright {
		  width: 100%;
		}
		#footer .copyright-wrap .copyright li {
		  width: 100%;
		  padding-right: 0;
		}
		#footer .copyright-wrap .sns {
		  width: 100%;
		  text-align: left;
		}
		#footer .copyright-wrap .sns ul {
		  padding-top: 20px;
		}
		#footer .copyright-wrap .sns ul li:first-child {
		  padding-left: 0;
		}

	}