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

#contents {
  width: 100%;
  text-align: center;
  letter-spacing: -0.4px;
  word-break: keep-all;
  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: 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;
}





/* =========================================================================================
 *  About Us ¿µ¿ª
 * =========================================================================================*/

#about {
  padding: 0 !important;
}

#about div {
  padding: 0;
}

#about .about-img1 {
  background: url('../../../img/_designcoco/images/about1.jpg') center top no-repeat;
  background-size: cover;
}

#about .about-img2 {
  background: url('../../../img/_designcoco/images/about2.jpg') center top no-repeat;
  background-size: cover;
}

#about .about-txt .tit {
  font-size: 18px;  
  color: #000;
  font-weight: 400;
  padding-bottom: 10px;
}

#about .about-txt {
  text-align: left;
  padding: 100px;
  font-size: 18px;
  line-height: 28px;
}

#about .about-txt .inner {
  display: table-cell;
  vertical-align: middle;
}

#about .about-txt h3 {
  color: #00a4db;
  font-size: 60px;
  line-height: normal;
  font-family: 'Montserrat','Noto Sans KR', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}

#about .about-txt .btn {
  padding-top: 40px;
}

a.about-btn {
  display: inline-block;
  color: #FFFFFF;
  padding: 8px 40px;
  text-align: center;
  background: #454545;
  font-size: 15px;
  font-weight: 500 !important; 
}

a.about-btn span {
  font-weight: 600;
  padding-left: 5px;
}

a.about-btn:hover {  
  color: #FFFFFF;
  background: #A98D6B;
}



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

		#about .about-txt {
		  padding: 60px;
		}
		#about div br {
		  display: none;
		}
		#about .about-txt h3 {
		  font-size: 45px;
		  padding-bottom: 20px;
		}
		#about .about-txt .btn {
		  padding-top: 30px;
		}
	}

	@media screen and (max-width: 1024px) {
	
		#about .about-txt {
		  padding: 50px;
		}
		#about .about-txt .tit {
		  font-size: 15px;  
		  padding-bottom: 5px;
		}
		#about .about-txt h3 {
		  font-size: 32px;
		  padding-bottom: 12px;
		}
		#about div {
		  font-size: 15px;
		  line-height: normal;
		}
		#about .about-txt .btn {
		  padding-top: 20px;
		}
		a.about-btn {
		  padding: 6px 20px;
		  font-size: 13px;
		}
	}

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

		#about .about-txt {
		  padding: 40px;
		}
		#about .about-txt h3 {
		  font-size: 24px;
		}
	}

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

		#about .about-img1 {
		  height: 400px;
		}
		#about .about-img2 {
		  height: 400px;
		}
		#about .about-txt {
		  border-bottom: 1px solid #DDDDDD;
		}
	}

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

		#about .about-img1 {
		  height: 320px;
		}
		#about .about-img2 {
		  height: 320px;
		}
	}

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

		#about .about-img1 {
		  height: 220px;
		}
		#about .about-img2 {
		  height: 220px;
		}
	}






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

#service {
  background: #333333;
}

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

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

.service-img figure img {
  width: 100%;
  -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;
}

.service-txt h4 {
  color: #FFFFFF;
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
}

.service-txt p {
  color: #999999;
}

a.service-btn {
  display: inline-block;
  color: #999999;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #CCC;
  font-size: 12px;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif;
}

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




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

		.service-txt h4 {
		  font-size: 18px;
		}
	}

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

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

	@media screen and (max-width: 480px) {
		
		.service-txt h4 {
		  font-size: 17px;
		}

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







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

#cooperate {
  padding: 40px;
}

#cooperate ul {
  text-align: center;
}

#cooperate ul li {
  width: 18%; 
  margin: 1%;
  border: 0px 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-qna {
  background: #F4F4F4;
}

#cs-qna ul {
  padding: 30px 0;
}

#cs-qna ul li {
  font-size: 18px;
  line-height: normal;
  display: inline-block;
  margin-right: 60px;
}

#cs-qna ul li:last-child {
  margin-right: 0;
}

#cs-qna ul li b {
  margin-right: 10px;
}

#cs-qna ul li .lnr {
  font-size: 24px;
  margin-right: 4px;
  vertical-align: middle;
}

#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 .cs-map {
		  height: 540px;
		}
		#cs-qna ul li {
		  font-size: 15px;
		  margin-right: 40px;
		}
		#cs-qna ul li .lnr {
		  font-size: 20px;
		}
	}


	@media screen and (max-width: 1024px) {
		
		#cs-qna .cs-map {
		  height: 450px;
		}
		#cs-qna ul {
		  padding: 20px 0;
		  text-align: left;
		}
		#cs-qna ul li {
		  width: 100%;
		  padding: 10px 0;
		  font-size: 14px;
		  margin-right: 0;
		}
		#cs-qna ul li .lnr {
		  font-size: 16px;
		}
	}


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

		#cs-qna .cs-map {
		  height: 400px;
		}

	}


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

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







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

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

	}


