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

#contents {
  width: 100%;
  text-align: center;
  letter-spacing: -0.4px;
  word-break: normal;
  background:#FFFFFF;
}

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: 22px;
  line-height: normal;
  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 h4 {
		  font-size: 18px;
		}
		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;
		}
		main h4 {
		  font-size: 16px;
		}
	}





/* 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;
}





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

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

.bg-blue1 {
  background: #0e43a1;
}

.bg-blue2 {
  background: #253451;
}

#m-gnb-box li {
  padding: 45px 60px;
  text-align: left;
}

#m-gnb-box .tit {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 0;
  opacity: 1;
  width: 25%;
  display: inline-block;
  vertical-align: middle;

}

#m-gnb-box .lnr {
  color: #FFFFFF;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

#m-gnb-box .txt {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  opacity: 0.8;
  word-break: keep-all;
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
}

#m-gnb-box .btn {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}

#m-gnb-box .btn a span {
  font-size: 34px !important;
  line-height: normal;
  float: right;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-right: 0 !important;
}

#m-gnb-box .btn a:hover span {
  padding-right: 10px !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}





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

		#m-gnb-box li {
		  padding: 35px 40px;
		}

		#m-gnb-box .tit {
		  width: 100%;
		  padding-bottom: 10px;
		}

		#m-gnb-box .lnr {
		  font-size: 32px;
		}

		#m-gnb-box .txt {
		  width: 90%;
		}

		#m-gnb-box .btn {
		  width: 10%;
		}

		#m-gnb-box .btn a span {
		  font-size: 27px !important;
		}
	}

	@media screen and (max-width: 1024px) {
		
		#m-gnb-box li {
		  padding: 28px 35px;
		}

		#m-gnb-box .tit {
		  font-size: 19px;
		}

		#m-gnb-box .lnr {
		  font-size: 28px;
		}

		#m-gnb-box .txt {
		  font-size: 14px;
		  line-height: normal;
		}	

		#m-gnb-box .btn a span {
		  font-size: 24px !important;
		}

		#m-gnb-box .btn a:hover span {
		  padding-right: 0 !important;
		}
	}

	@media screen and (max-width: 768px) {
	
		#m-gnb-box li {
		  padding: 25px 30px;
		}

		#m-gnb-box .tit {
		  font-size: 17px;
		}

		#m-gnb-box .lnr {
		  font-size: 22px;
		  padding-right: 10px;
		}
	}





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

#service {
  background: #F3F3F3;
}

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

.service-img figure {
  margin: 0;
  padding: 0;
  background: #000000;
  overflow: hidden;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
}

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

a.service-btn {
  display: inline-block;
  color: #999999;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.08);
  background: #FFFFFF;
  font-size: 11px;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif;
}

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




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

		#service h4 {
		  padding-bottom: 10px;
		}

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

		a.service-btn {
		  padding: 8px 20px;
		}
	}

	@media screen and (max-width: 768px) {
		
		#service p {
		  padding-bottom: 10px;
		}

		.service-item li {
		   padding: 10px;
		}

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

	@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: 100%; 
   position: relative;
   padding: 80px;  
   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: #FFFFFF;
  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: #FFFFFF;
  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;
		}

		a.brand-btn {
		  font-size: 12px;
		  padding: 6px 22px;
		}
	}


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

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






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

#cooperate {
  padding: 40px;
}

#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: 1024px) {

		#cooperate {
		  padding: 30px;
		}
	}

	@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-info {
  background: #F3F3F3;
}

#cs-info .info {
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  background: #27354f;
  padding: 0;
}

#cs-info .info dl {
  height: 440px;
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
}

#cs-info .info dd {
  padding-bottom: 28px;
  font-weight: 300;
  opacity: 0.9;
}

#cs-info .info dd:last-child {
  padding-bottom: 0;
}

#cs-info .map {
  height: 440px;
  padding: 0;
  background: #000000;
}

#cs-info .map iframe {
  border: 1px solid #CCCCCC !important;
}

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

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

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




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

		#cs-info .info {
		  font-size: 15px;
		}

		#cs-info .info dl {
		  padding: 0 40px;
		}
	}


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

		#cs-info .info {
		  font-size: 14px;
		}

		#cs-info .info dl {
		  padding: 30px;
		  height: auto;
		}

		#cs-info .info dd {
		  padding-bottom: 20px;
		}

		#cs-info .map {
		  height: 360px;
		}
	}


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

		#cs-info .map {
		  height: 320px;
		}

		#cs-info .info a {
		  color: #FFFFFF;
		}
	}







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

#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: #FFFFFF; 
  color: #999999; 
}

.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: #999999;
  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;
		}

	}


