@charset "utf-8";

/* ---------------------------------- contents */
#contents {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  #contents {
    min-height: calc(100vh - 255px);
  }
}
@media screen and (max-width: 768px) {
  #contents {
    min-height: calc(100vh - 288px);
  }
}

/* ---------------------------------- main */
/* 
	main visual 
*/

.main-visual {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .main-visual {
    margin-top: 130px;
  }

}
.main-visual .slick .draggable > div {
  position: relative;
}

.main-visual .slick .draggable > div .visual_img {
  position: relative;
  width: 100%;
  height: 680px;
  color: #fefefe;
}

.main-visual .slick .draggable > div .visual_img .slick_txt >* {
	opacity: 0;
}
.main-visual .slick .draggable > div .visual_img .visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -550px;
  padding: 0px 0px;
  width: 1200px;
  font-size: 0;
  transform: translateY(-50%);
}
.main-visual .slick .draggable > div .visual_img .visual-text > div {
  display: inline-block;
  vertical-align: top;
}
.main-visual .slick .draggable > div .visual_img .visual-text .text-inner {
  width: calc(100% - 635px);
  padding-right: 80px;
  height: 340px;
  margin-top: 110px;
  position: relative;
}
.main-visual .slick .draggable > div .visual_img .visual-text .img-box {
  width: 635px;
}
.main-visual .slick .draggable > div .visual_img .visual-text .img-box img {
  z-index: 111;
}

.main-visual .slick div .visual_img .visual_text {
	position: absolute; 
	top: 0; 
	left: 0; 
	display: block; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,.4);  
	opacity: 0;
	z-index: 11; 
}
.main-visual .slick_txt * {
	position: relative;
	transition: font-size 0.5s;
	opacity: 0;
}

.main-visual .slick .draggable > div .visual_img h1 {
  z-index: 111;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.4;
  color: #fff;
  word-break: keep-all;
  letter-spacing: -2px;
}

.main-visual .slick .draggable > div .visual_img .img-tit-notxt {
	text-indent:-9999px;
	background:url('/html/_skin/coadohd/img/main/visual_item5_title.png')no-repeat left top;
	background-size: contain;
}

.main-visual .slick .draggable > div .visual_img h2 {
  z-index: 111;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
  word-break: keep-all;
  letter-spacing: -1px;
}
.main-visual .slick .draggable > div .visual_img p {
  margin-top: 20px;
  z-index: 111;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  word-break: keep-all;
}
.main-visual .slick .slick_txt p span { 
	color: #fff; 
	opacity: .5;
	font-weight: 300; 
	font-size: 16px;
	line-height: 1.4;
}

#wrapper #contents a.btn_m {
  z-index: 111;
  font-weight: 400;
  font-size: 14px;
  width: 150px;
  height: 50px;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  display: inline-block;
  text-align: center;
  line-height: 1;
	padding: 17px 0 15px;
  color: #fff;
}
#wrapper #contents a.btn_m:hover,
a.btn_m:focus {
  background: #009955;
  text-decoration: none;
  border-color: #009955;
}

@media screen and (max-width: 1400px) {
	#wrapper #contents a.btn_m {
		width: 140px;
	}
	.main-visual .slick .draggable > div .visual_img {
		height: 600px;
	}
}

@media screen and (max-width: 1200px) {
	.main-visual .slick .draggable > div .visual_img {
		height: 550px;
	}
	#wrapper #contents .main-visual a.btn_m {
			width: 120px;
			padding: 11px 0 12px;
			height: 40px;
	}
}
@media screen and (max-width: 1050px) {

	.main-visual .slick .draggable > div .visual_img {
		height: 480px;
	}
}
.main-visual .slick .draggable > div .visual_img .visual-text .text-inner a.btn_m {
  position: absolute;
  bottom: 0;
  left: 0;
}



.main-visual .item1 .visual_img {
  background: url("/html/_skin/coadohd/img/main/main_visual01_2.jpg") no-repeat
    center top;
  background-size: cover;
}
.main-visual .item2 .visual_img {
  background: url("/html/_skin/coadohd/img/main/main_visual02_2.jpg") no-repeat
    center top;
  background-size: cover;
}
.main-visual .item3 .visual_img {
  background: url("/html/_skin/coadohd/img/main/main_visual03_2.jpg") no-repeat
    center top;
  background-size: cover;
}
.main-visual .item4 .visual_img {
  background: url("/html/_skin/coadohd/img/main/main_visual04_2.jpg") no-repeat
    center top;
  background-size: cover;
}
.main-visual .item5 .visual_img {
  background: url("/html/_skin/coadohd/img/main/main_visual05_2.jpg") no-repeat
    center top;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner {
		  width: 50%;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text .img-box {
		  width:50%;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text {
		  margin-left: -500px;
		  width: 1000px;
	}
	.main-visual .slick .draggable > div .visual_img h1 {
		  font-size: 50px;

	}
	.main-visual .slick .draggable > div .visual_img h2 {
		  font-size: 24px;
	}
	.main-visual .slick .draggable > div .visual_img p span {
		  font-size: 14px;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner {
		margin-top:60px;
	}
	
}
@media screen and (max-width: 1200px) {
	.main-visual .slick .draggable > div .visual_img .visual-text {
		  margin-left: -400px;
		  width: 800px;
	}
	.main-visual .slick .draggable > div .visual_img h1 {
		  font-size: 45px;

	}
	.main-visual .slick .draggable > div .visual_img h2 {
		  font-size: 22px;
	}

	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner {
		margin-top:0;
	}
	
	
}
@media screen and (max-width: 991px) {

	.main-visual .slick .draggable > div .visual_img .visual-text {
		  margin-left: -350px;
		  width: 700px;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner {
		  width: 55%;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text .img-box {
		  width:45%;
			margin-top:30px;
	}

	
}
@media screen and (max-width: 850px) {
	.main-visual .slick .draggable > div .visual_img .visual-text {
		  margin-left: -40%;
		  width: 80%;
	}
	
}
@media screen and (max-width: 768px) {


	.main-visual .slick .draggable > div .visual_img {
			height: 400px;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner {
		height: auto;
		padding-right:30px;
	}

	.main-visual .slick .draggable > div .visual_img h1 {
		  font-size: 36px;
	}

	.main-visual .slick .draggable > div .visual_img p {
		  line-height:1;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner p:nth-of-type(1) {
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
	}
		.main-visual .slick .draggable > div .visual_img .visual-text .text-inner p:nth-of-type(2) {
			display:none;
		} 
	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner a.btn_m {
		position:relative;
	}


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

	.main-visual .slick .draggable > div .visual_img h1 {
		font-size: 24px;
	}
	.main-visual .slick .draggable > div .visual_img h2 {
		font-size:16px;
	}
	.main-visual .slick .draggable > div .visual_img .visual-text .text-inner p:nth-of-type(1){
    display: none;
	}
	.main-visual .slick .draggable > div .visual_img {
    height: 300px;
	}
	#wrapper #contents .main-visual a.btn_m {
		width: 90px;
		padding: 6px 0 6px;
		height: 30px;
		font-size:13px;
		bottom:0;
		margin-top:30px;
	}
}


/* visual pager */
.main-visual .slick-dots {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.main-visual .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  width: auto;
  height: auto;
}
.main-visual .slick-dots li button {
  display: block;
  padding: 0;
  width: 37px;
  height: 4px;
  background: #fff;
}
.main-visual .slick-dots li.slick-active button {
  background: #026241;
}
.main-visual .slick-dots li button:before {
  display: none;
}

.main-visual .slick-prev,
.main-visual .slick-next {
  width: 35px;
  height: 69px;
  margin-top: 0px;
}
.main-visual .slick-prev {
  left: 100px;
}
.main-visual .slick-next {
  right: 100px;
}
.main-visual .slick-prev:hover,
.main-visual .slick-prev:focus,
.main-visual .slick-prev {
  background: url("/html/_skin/coadohd/img/main/visual_main_prev.png")
    no-repeat center top;
	background-size: contain;
}
.main-visual .slick-next:hover,
.main-visual .slick-next:focus,
.main-visual .slick-next {
  background: url("/html/_skin/coadohd/img/main/visual_main_next.png")
    no-repeat center top;
	background-size: contain;
}
.main-visual .slick-prev:before,
.main-visual .slick-next:before {
  display: none;
}

@media screen and (max-width: 1200px) {
	.main-visual .slick-prev {
		left: 40px;
	}
	.main-visual .slick-next {
		right: 40px;
	}

}
@media screen and (max-width: 991px) {
	.main-visual .slick-prev {
		left: 10px;
	}
	.main-visual .slick-next {
		right: 10px;
	}
}


@media screen and (max-width: 767px) {
	.main-visual .slick-prev,
	.main-visual .slick-next {
		width: 25px;
		height: 50px;
	}
}


/*paging_number*/
.btn_arrow {
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -550px;
  z-index: 100;
}
.btn_arrow .pagination {
  color: #fff;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.btn_arrow .pagination span {
  padding: 0 5px;
	color:#666;
}
.main-visual .btn_arrow .pagination span.paging_total {color:#fff; font-weight:300;}

.btn_arrow .pagination .paging_active {
  font-size: 24px;
  color: #009955;
  margin-top: -2px;
  font-weight: 600;
}
.btn_arrow .pagination .paging_active:before {
  content: "0";
}
.btn_arrow .pagination .paging_total:before {
  content: "0";
}

@media screen and (max-width: 1400px) {
	.btn_arrow { margin-left: -500px; bottom:80px;}

}
@media screen and (max-width: 1200px) {
	.btn_arrow { margin-left: -400px; bottom:30px; }
}
@media screen and (max-width: 991px) {
	.btn_arrow { margin-left: -350px;}

}
@media screen and (max-width: 850px) {
	.btn_arrow { margin-left: -40%; }
}
@media screen and (max-width: 768px) {
	.btn_arrow { left:0; margin-left: 9%;  }

}


/* 
	main contents 
*/
.main-section {
  padding: 98px 0;
  text-align: center;
}
.main-conts-title {
  position: relative;
  margin-bottom: 50px;
  padding-top: 0;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  color: #292929;
  letter-spacing: -0.5px;
}
.main-conts-title strong {
  font-weight: 700;
}
.main-conts-title + p {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #4b4b4b;
  letter-spacing: -0.5px;
  word-break: keep-all;
}

@media screen and (max-width: 1200px) {
  .main-section {
    padding: 60px 0;
  }
/*   .main-conts-title + p {
    padding: 0 30px;
  } */
}
@media screen and (max-width: 768px) {
  .main-section {
    padding: 50px 0;
  }
  .main-conts-title {
    font-size: 36px;
  }
  .main-conts-title:before {
    margin-left: -25px;
    width: 50px;
  }
/*   .main-conts-title + p {
    margin-bottom: 30px;
    font-size: 15px;
  } */
}
@media screen and (max-width: 640px) {
  .main-conts-title {
    font-size: 27px;
  }
}

/* section01 */
.section01 {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 1100px;
}
.section01 .product-list {
  margin-top: 5%;
  width: 100%;
}
.section01 .product-list li {
  display: inline-block;
  width: 25%;
  padding: 0 1.5%;
  vertical-align: top;
}
.section01 .product-list li a {
  overflow: hidden;
  position: relative;
  display: block;
}
.section01 .product-list li img {
  width: 100%;
}
.section01 .product-list li > span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  word-break: keep-all;
}
.section01 .product-list li > span strong {
  display: block;
  font-weight: 700;
  font-size: 23px;
  color: #333;
}
.section01 .product-list li div {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 100%;
  background: rgba(62, 193, 194, 0.75);
  transition: 0.3s;
}
.section01 .product-list li div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 63px 0 0;
  width: 100%;
  background: url("/html/_skin/coadohd/img/main/icon_more.png") no-repeat
    center top;
  font-weight: 100;
  font-size: 25px;
  line-height: 1;
  font-family: "NanumSquare";
  color: #fff;
}
.section01 .product-list li:hover div {
  bottom: 0;
}
/* arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: 20px;
  z-index: 555;
  font-size: 0;
  line-height: 0;
  background: none;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  font-family: "FontAwesome";
  color: #ccc;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #3ec1c2;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.section01 .slick-dots li {
  padding: 0;
  width: auto;
  margin: 0 5px;
}
.section01 .slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #dedede;
  background: #fff;
  font-size: 0;
  line-height: 0;
}
.section01 .slick-dots li.slick-active button {
  width: 35px;
  border-radius: 7px;
  border-color: #19a4a5;
  background: #19a4a5;
}
.section01 .slick-dots li button:focus {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .section01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section01 {
    padding-bottom: 70px;
  }
  .section01 .product-list li > span {
    font-size: 13px;
  }
  .section01 .product-list li > span strong {
    font-size: 20px;
  }
  .section01 .product-list li div span {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section01 {
    padding-bottom: 50px;
  }
}

/*portfolio*/

.main_portfolio .inner {
  position: relative;
  width: 1230px;
  margin: 0 auto;
  padding: 0 50px;
}

.main_portfolio .inner .btn_arrow {
  margin-left: -33px;
  bottom: 0;
}
.main_portfolio .inner figcaption {
  display: none;
}
.main_portfolio .inner .btn_arrow .pagination {
  color: #999;
}

.main_portfolio .board-wrap .gallery-list figure {
  padding: 0 10px;
	margin-bottom:0;
}
.main_portfolio .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
/*   padding-bottom: 72.25%; */
	 padding-bottom: 0;
	 margin-bottom:0;
}

#contents .slick-prev:before,
#contents .slick-next:before {
  display: none;
}
.main_portfolio .slick-prev,
.main_portfolio .slick-next {
  width: 38px;
  height: 73px;
  margin-top: -5px;
}
.main_portfolio .slick-next:hover,
.main_portfolio .slick-next:focus,
.main_portfolio .slick-next {
  background: url(/html/_skin/coadohd/img/main/slick_next.png) no-repeat
    center top;
	background-size: contain;
}
.main_portfolio .slick-prev:hover,
.main_portfolio .slick-prev:focus,
.main_portfolio .slick-prev {
  background: url(/html/_skin/coadohd/img/main/slick_prev.png) no-repeat
    center top;
	background-size: contain;
}
.main_portfolio .slick-prev {
  left: -50px;
}
.main_portfolio .slick-next {
  right: -50px;
}

.main_portfolio figure a {
  position: relative;
  overflow: hidden;
  max-height: 188px;
  background: #000;
}
.main_portfolio figure a:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: url('/html/_skin/coadohd/img/main/img_link.png') no-repeat center
    top;
  top: 52%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: all 0.5s;
  opacity: 0;
}

.main_portfolio figure a:hover:before {
  opacity: 1;
}
.main_portfolio figure a:hover img {
  opacity: 0.6;
  transition: all 0.5s;
}

/*gallery board*/
.main_portfolio .basic-board-list { margin:0;}

@media screen and (max-width:1280px) {
	.main_portfolio .inner {
		width: 100%;
	}
}
@media screen and (max-width:1200px) {
	.main_portfolio .inner {
		position: relative;
		width: 100%;
	}
	.main_portfolio figure a {
		max-height: 200px;
	}
	.main_portfolio .slick-prev {
		left: -25px;
	}
	.main_portfolio .slick-next {
		right: -25px;
	}
	.main_portfolio .slick-prev,
	.main_portfolio .slick-next {
		width: 30px;
	}
}



@media screen and (max-width:767px) {
	.section05 .board-wrap { 
		padding-left: 0;
		padding-right: 0;
	}
	.main_portfolio .basic-board-list {display:none;}
	.main_portfolio figure a {
		max-height: 250px;
	}
	.main_portfolio .inner .btn_arrow {
		left:50%;
		margin-left: -33px;
	}
	.main_portfolio .board-wrap .gallery-list {margin-bottom:0;}
}

@media screen and (max-width:550px) {
	.main_portfolio figure a {
		max-height: 170px;
	}
	.main_portfolio .inner {

		padding: 0 20px;
	}
}


/*  main_catalog*/
/*
.main_catalog {
  padding: 0;
  background: url("/html/_skin/coadohd/img/main/catalog_bg.jpg") no-repeat
    center center;
  background-size: cover;
}
.main_catalog .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.main_catalog .head {
  text-align: left;
  padding: 75px 0;
}
.main_catalog h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  margin-top: 0;
}
.main_catalog h1 + p {
  color: #ccc;
  font-size: 16px;
  margin: 0;
}

#wrapper #contents .main_catalog a.btn-grad {
  width: 200px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#wrapper #contents .main_catalog a.btn-grad span {color:#fff;}

@media screen and (max-width: 1200px) {
	.main_catalog .inner {
		width: 100%;
		position: relative;
		padding:0 40px;
	}
	.main_catalog .main-conts-title + p {padding: 0 0; }
}


@media screen and (max-width: 768px) {
	.main_catalog .head {
		text-align: center;
		padding: 75px 0;
	}
	#wrapper #contents .main_catalog a.btn-grad {
		margin-top:30px;
		width: 200px;
		position: relative;
		text-align:center;
		left:0;
		top: 0;
		transform: translateY(-0%);
	}
}

*/

/*  main_catalog_new*/

.main_catalog_new {
	margin-top: 20px;
	padding-top:100px;
	padding-bottom:20px;
	position: relative;
}
.main_catalog_new .inner {
	width: 1100px;
	margin:0 auto;
	text-align:left;
}
.main_catalog_new h1 {
  color: #333;
  margin-top: 25px;
	margin-bottom:20px;
  font-size: 36px;
  font-weight: 500;
}
.main_catalog_new h1 + p {
	font-size: 18px;
	font-weight:350;
}
.bg_catalog {
	position:absolute;
	top:0;
	left:0;
	width:1060px;
	height:340px;
	background: #e5f5ee;
	z-index:-1;
}
.main_catalog_new .col-m4:first-child {
	width: calc(100% - 700px);
	margin-left: 0;
}
.main_catalog_new .col-m4 {
	width: 320px;
	margin-left:30px;
}
.main_catalog_new figure {
	position: relative;
}
.main_catalog_new figure figcaption {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	padding: 40px 35px;
}
.main_catalog_new figure figcaption * {
	color:#fff;
}
.main_catalog_new figure figcaption p {
	font-weight: 350;
}
.main_catalog_new figure figcaption a {
	position: absolute;
	bottom: 35px;
	left:35px;
	padding-right:30px;
	font-size: 18px;
}

.main_catalog_new figure figcaption a:after{
    position: absolute;
    content: '';
    background: url('/html/_skin/coadohd/img/sub/products/down_btn.png') no-repeat center top;
    width: 20px;
    height: 17px;
    right: 0;
    top: 2px;
}



@media screen and (max-width: 1200px) {
	.main_catalog_new .inner {
		width:100%;
		text-align:left;
		padding-left: 30px;
		padding-right: 30px;
	}
	.bg_catalog {

		width:100%;
	}
	.main_catalog_new .inner .row {
		margin-left:0;
		margin-right:0;
	}
}

@media screen and (max-width: 991px) {
	.main_catalog_new {
		padding-top: 30px;
	}
	.main_catalog_new .head {
		text-align: center;
	}
	.main_catalog_new .col-m4 {
		width: calc(50% - 15px);
	}
	.main_catalog_new .col-m4 figure, 
		.main_catalog_new .col-m4 figure img{
		width: 100%;
	}
	.main_catalog_new .col-m4:nth-of-type(2) {
		margin-left: 0;
	}
	.main_catalog_new .col-m4:first-child {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.main_catalog_new .col-m4 {
		width: 100%;
		margin-left:0;
	}
	.main_catalog_new .col-m4 figure {
		height:250px;
		overflow: hidden;
	}
	.main_catalog_new .col-m4 figure img {
		position: abs
	}
}


/*pr */

.main-video {
  overflow: hidden;
  padding: 100px 0 160px;
  width: 100%;
  font-size: 0;

}
.main-video .inner {
  width: 1100px;
  margin: 0 auto;
  height: 400px;
	position:relative;
}
.main-video .inner .bg_main-video {
	width: 550px;
	height: 400px;
	background: #e5f5ee;
	left: -50px;
	bottom: -50px;
	position:absolute;
	z-index:-1;
}
.main-video .inner .pr-play,
.main-video .inner .pr_text {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}

.main-video .inner > div.pr-play {
  position: relative;
  background: url("/html/_skin/coadohd/img/main/pr_movie_bg.jpg") no-repeat
    center center;
  background-size: cover;
}
.main-video .inner > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-video .inner > div .pr-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 111;
  transform: translate(-50%, -50%);
}
.main-video .inner > div .movie-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main-video .inner .head {
  text-align: left;
  padding: 50px 0 50px 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-video .inner .head h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.main-video .inner .head p {
  font-size: 16px;
  color: #666;
	font-weight:350;
}

#wrapper #contents .main-video a.btn-grad {
  margin-top: 30px;
	padding:15px 0 16px;
  color: #fff;
  border-color: #009955;
  background: #009955;
  width: 180px;
  transition: 1s;
  -webkit-transition: 1s;
}
#wrapper #contents .main-video a.btn-grad span { 
	color: #fff;
}
@media screen and (max-width:1200px) {
	.main-video .inner {
		width: 100%;
		margin: 0 auto;
		height: 447px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width:991px) {

	.main-video {
		padding: 100px 0 0;
	}
	.main-video .inner .bg_main-video {
		display: none;
	}
	.main-video .inner > div {
		width: 100%;
	}
	.main-video .inner .head {
		position: static;
		top:0;
		transform: translateY(-0%);
		width:100%;
		text-align:center;
		padding:50px 30px;
	}
	.main-video .inner { height:auto;}
	.main-video .inner .pr-play,
	.main-video .inner .pr_text {
		width: 100%;
		height: 400px;
	}
	#wrapper #contents .main-video a.btn-grad {
		margin:30px auto 0;
	}
}
@media screen and (max-width:850px) {
	.main-video .inner .head {
		padding: 50px 50px;
	}
}
@media screen and (max-width:768px) {
	.main-section.main-video { padding-top: 50px;}
	.main-video .inner > div {
		width: 100%;
	}
	.main-video .inner .head {
		position: static;
		top:0;
		transform: translateY(-0%);
		width:100%;
		text-align:center;
		padding:50px 30px;
	}
	#wrapper #contents .main-video a.btn-grad {
		margin:30px auto 0;
	}
  .main-video {
    height: auto;
  }
	.main-video .inner { height:auto;}
	.main-video .inner .pr-play,
	.main-video .inner .pr_text {
    width: 100%;
    height: 300px;
  }
  .main-video .inner > div #map1 {
    height: 300px !important;
  }
  .main-video .inner > div .text-wrap {
    top: 78%;
  }
  .main-video .inner > div .text-wrap h1 {
    font-size: 30px;
  }
  .main-video .inner > div .text-wrap p {
    margin-top: 3px;
  }
}

@media screen and (max-width:768px) {
	.main-video .inner .head {
		padding:50px 0px;
	}
	.main-video .inner .head p {
		font-size:14px;
	}
	.main-video .inner .pr_text {
    height: 320px;
  }
}

/* board */
/*
.section03 > section h1 {
  padding: 0 0 8px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
  color: #333;
}
.section03 > section h1 span {
  font-weight: 400;
  font-size: 15px;
  font-family: "Noto Sans Kr";
  color: #9e9e9e;
}
.section03 .main-board-wrap ul {
  width: 100%;
  padding: 11px 0 0;
}
.section03 .main-board-wrap ul li a {
  display: block;
  padding: 0 6px;
  font-size: 14px;
  line-height: 27px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section03 .main-board-wrap ul li a:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.section03 .main-board-wrap .btn-more {
  position: absolute;
  top: 50px;
  right: 35px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans Kr";
}
.section03 .main-board-wrap .btn-more:after {
  content: "+";
  display: inline-block;
  margin-left: 4px;
  font-weight: 700;
  color: #43c2c3;
}

.section03 .board-wrap {
  margin-top: 25px;
}
.section03 .basic-board-list {
  border-width: 0;
  margin-bottom: 0;
}
.section03 .basic-board-list tbody tr {
  border-width: 0;
}
.section03 .basic-board-list td {
  padding: 0;
  width: 100%;
}
.section03 .basic-board-list .board-date {
  display: none;
}
.section03 .basic-board-list tbody td.board-subject a {
  display: block;
  padding-left: 0;
  padding: 7px 0 8px;
  max-width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  font-family: "Noto Sans Kr";
  color: #666;
}

.main-reference {
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
  height: 484px;
  text-align: center;
}
.main-reference h1 {
  display: table-cell;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.7;
  color: #696969;
  letter-spacing: -0.5px;
  vertical-align: middle;
  word-break: keep-all;
}
.main-reference h1 strong {
  font-weight: 700;
  color: #333;
}
.main-reference h1 em {
  font-weight: 700;
  color: #026241;
}
.main-reference .main-reference-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 5760px;
  height: 100%;
  background: url("/html/_skin/coadohd/img/main/main_reference_bg.jpg")
    repeat-y 0 center;
}
@media screen and (max-width:1200px) {

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

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

}

@media screen and (max-width: 768px) {
  .main-reference {
    padding: 40px 30px;
  }
  .main-reference h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .main-reference h1 {
    font-size: 24px;
  }
}
*/

/*게시판*/

.section05 * {
/*   font-family: "Open Sans", Sans-serif; */
}
.section05 {
  padding: 0 0 95px;
  font-size: 0;
}
.section05 .inner {
  margin: 0 auto;
  width: 1100px;
}
.section05 .inner > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.section05 .inner div.board_m6 {
	margin-right:4%;
	width: 48%;
}
.section05 .inner div.board_m6:last-child {
	margin-right:0;
}
.section05 .inner div.board_m6 > a {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
}
.section05 .inner > div.board_m6 > a:before {
  width: 20px;
  height: 2px;
  background: #009955;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
}
.section05 .inner > div.board_m6 > a:after {
  width: 2px;
  height: 20px;
  background: #009955;
  content: "";
  position: absolute;
  right: 9px;
}
.section05 .inner > div h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.section05 .inner .board_m6 {

}

.section05 .inner > .board_m3 > .pr_link:last-child {
  border-bottom: none;
	height:auto;
}


.section05 .inner .pr_link {padding-top:10px;}
.section05 .inner .pr_link:last-child {padding-top:20px;}
.section05 .inner .pr_link a {text-decoration:none;}
#wrapper #contents .section05 .inner a.btn_m {
  border-color: #ddd;
  color: #222;
  height: 40px;
	padding: 11px 30px 12px;
	width:auto;
	line-height: 1;
}
#wrapper #contents .section05 .inner a.btn_m:hover,
#wrapper #contents .section05 .inner a.btn_m:focus {
  border-color: #009955;
  color: #fff;
}

.section05 .inner > div.board_m3 dl {
  font-size: 16px;
	margin-bottom: 0;
}
.section05 .inner > div.board_m3 dl dt {
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.section05 .inner > div.board_m3 dl dt + dd {
  margin-top: 10px;
  color: #888;
  font-weight: 400;
  font-size: 14px;
	margin-bottom: 0;
}
.section05 .inner > div.board_m3 dl dt:before {
  content: "";
  padding-right: 8px;
  position: absolute;
  left: 0;
}
.section05 .inner > div.board_m3 div:nth-of-type(1) dl dt:before {
  top: 9px;
  width: 20px;
  height: 14px;
  background: url("/html/_skin/coadohd/img/main/catalog_icon.png") no-repeat
    center center;
  background-size: cover;
}
.section05 .inner > div.board_m3 div:nth-of-type(2) dl dt:before {
  top: 6px;
  left: 2px;
  width: 13px;
  height: 20px;
  background: url("/html/_skin/coadohd/img/main/drawing_icon.png") no-repeat
    center center;
  background-size: cover;
}
.section05 .inner > div.board_m3 h1 {
 /* font-size: 48px;
  font-weight: 700;
  background: #018554;
  background: -webkit-linear-gradient(left, #018554, #041237);
  background: -moz-linear-gradient(right, #018554, #041237);
  background: -o-linear-gradient(right, #018554, #041237);
  background: linear-gradient(to right, #018554, #041237);
  -webkit-background-clip: text;
	-moz-background-clip: text;
  background-clip: text;
  color: transparent;
	*/
}
.section05 .inner > div.board_m3 h5 {
  color: #333;
}
.section05 .inner > div.board_m3 p {
  font-size: 14px;
  color: #666;
}
.section05 .inner > div.board_m3 p em {
  color: #009955;
}

.section05 .inner h1.title-board-3 {
	padding-bottom:10px;
	font-size: 32px;
	font-weight:bold;
	color:#009955;
	background: -webkit-linear-gradient(45deg, #009955, #06064e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 나라별 select*/

.select-tel-wrap {
    position: relative;
	width: 120px;
	height: 40px;
    float: right;
}

select.global-num,
.selected-country {
	width: 100%;
	height: inherit;
	vertical-align: top;
	border: 2px solid #ddd;
    background: transparent;
}

select.global-num {
    position: relative;
    cursor: pointer;
}

select.global-num option {
	color:#333;
}

.selected-country {
    position: absolute;
    left: 0;
    top: 0;
	line-height: 40px;
    color: #333;
    padding-left: 10px;
}

/*news-new*/
.section05 .board-wrap .gallery-list { margin-bottom: 0;}

.section05 .board-wrap .basic-board-list {display: none; margin-bottom: 0;}
.section05 .board-wrap .gallery-list figure {width:100%; margin-bottom:7px; padding: 0 0;}
.section05 .board-wrap .gallery-list figure .thumb-wrap.embed-responsive-16by9 {display:none;}
.section05 .board-wrap .gallery-list figure img {
	transform:scale(1);
	transition:all .5s;
}

.section05 .board-wrap .gallery-list figure:hover img {
	transform:scale(1.1);
	transition:all .5s;
}

.section05 .board-wrap .gallery-list figure:first-child .thumb-wrap.embed-responsive-16by9 {
	width:160px;
	display: inline-block;
	vertical-align:top;	
	padding-bottom:0;
	height: auto;
}
.section05 .board-wrap .gallery-list figure:first-child figcaption {
	display: inline-block;
	width: calc(100% - 180px);
	vertical-align:top;
	padding-left: 20px;
	height:150px;
}
.section05 .board-wrap .gallery-list figure:first-child {margin-bottom:20px;}
.section05 .board-wrap .gallery-list figure:last-child {margin-bottom: 0;}
.section05 .board-wrap .gallery-list figure figcaption {position: relative;}
.section05 .board-wrap .gallery-list figure figcaption .gallery-title {
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	width: 400px;
	margin:0;
	font-weight:650;
	font-size:14px;
}
.section05 .board-wrap .gallery-list figure figcaption span.board-content {display:none;}

.section05 .board-wrap .gallery-list figure:first-child figcaption .gallery-title{
  position: relative;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  height: 48px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
	font-weight:650;
	font-size:16px;

}
.section05 .board-wrap .gallery-list figure:first-child figcaption span.board-content {
	margin-top: 8px;
  width: 100%;
  -webkit-line-clamp: 2;
	display:block;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 40px;
  color: #666;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
	background:#fff;
}

.section05 .board-wrap .gallery-list figure figcaption .board-date {
  width: 90px;
  position: absolute;
  padding: 0px;
  color: #666;
  font-weight: 500;
  vertical-align: bottom;
  bottom: 10px;
  padding-bottom: 0px;
  right: 0;
	font-size: 14px;
	text-align:center;
}
.section05 .board-wrap .gallery-list figure:first-child figcaption .board-date {
  bottom: 30px;
  left: 20px;
}

.section05 .board-wrap .gallery-list figure figcaption .board-date:before,
.section05 .board-wrap .gallery-list figure figcaption .board-date:after {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
}

.section05 .board-wrap .gallery-list figure figcaption .board-date:before {
  content: "[";
  left: 0;
}
.section05 .board-wrap .gallery-list figure figcaption .board-date:after {
  content: "]";
  right: 0;
}

.section05 .board-wrap .gallery-list figure:first-child {
  height: 145px;
  border-bottom: 1px solid #ddd;
}


/* contact new */

.free-estimate {
	height:70px;
	background: #f2f2f2;
	position: relative;
}
.contact_btn {
	position: absolute;
	height:70px;
	right:0;
	top:0;
	display: inline-block;
	padding: 25px 30px;
	color:#fff;
	font-size: 16px;
	background-image: linear-gradient(to right,#018254 , #05194f);
}
.contact_btn:hover,
.contact_btn:focus{
	color:#fff;
	background:#888;
	text-decoration: none;
}
.free-estimate p {
	color: #333;
	font-size: 18px;
	margin-bottom:0;
	padding: 23px 25px;
}
.free-estimate p span {
	color: #009955;
}
ul.contact-world {
	margin-bottom:0;
}
.contact-world li {
	width: 50%;
	display: inline-block;
	font-size:16px;
	color:#666;
	line-height:20px;
	vertical-align: middle;
	margin-top:30px;
}
.contact-world li img {
	vertical-align:top;
}
.contact-world li strong {
	padding: 0 10px;
	font-weight: 500;
}


@media screen and (max-width: 1200px) {
  .section05 .inner {
    width: 100%;
		padding:0 30px;
  }
	.section05 .board-wrap .gallery-list figure:first-child figcaption .gallery-title { overflow:hidden;}
	.section05 .board-wrap .gallery-list figure figcaption .gallery-title {  width: calc(100% - 120px);}
	
	
}
@media screen and (min-width:992px) and (max-width: 1200px) {
	.contact-world li {
    font-size: 12px;
	}
}
@media screen and (max-width: 991px) {

  .section05 .inner > div {
    width: calc(45% - 14px);
    margin-right: 20px;
  }
	.section05 .inner > div.board_m6 { 
		width: 100%;     
		margin-right: 0;
	}
	.section05 .inner > div.board_m6:last-child {
		margin-top: 40px;
	}

	
  .section05 .board-wrap .gallery-list figure a figcaption {min-height:auto;}
}
@media screen and (max-width: 768px) {
	.section05 { padding-top:50px;}
	.section05 .inner > div.board_m6,
  .section05 .inner > div {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
	 .section05 .inner > div:nth-child(2) {
			margin-top:30px;
		}
  .section05 .inner > div:nth-child(3) {
		margin-top:0;
    margin-bottom: 0;
  }
	.section05 .inner .basic-board-list {display:none;}
}

@media screen and (max-width: 620px) {
	.contact-world li {
    font-size: 12px;
		margin-top:15px;
	}
	.free-estimate {
		height:50px;
	}
	.free-estimate p {
		padding: 13px 20px;
		font-size: 16px;
	}
	.contact_btn {
		height:50px;
		padding: 15px 20px;
		font-size:14px;
	}
}

@media screen and (max-width: 520px) {
	.section05 {
		padding-bottom:30px;
	}
	.free-estimate {
			height: auto;
	}

	.contact-world li {
		width: 100%;
    font-size: 14px;
	}
	.contact_btn {
		position:static;
		right:0;
		font-size:14px;
		text-align: center;
    display: block;
	}
}
@media screen and (max-width: 420px) {
	.section05 .board-wrap .gallery-list figure:first-child figcaption .gallery-title span {
		width: 180px;
	}
	.section05 .board-wrap .gallery-list figure figcaption .gallery-title {width: 180px;}
	.section05 .board-wrap .gallery-list figure figcaption .board-date {
    width: 80px;
		font-size: 12px;
	}
	.section05 .board-wrap .gallery-list figure figcaption .board-date:before, 
	.section05 .board-wrap .gallery-list figure figcaption .board-date:after {
		font-size:14px;
	}
}


/* main-our-company */
.main-our-company {
  padding-bottom: 0;
	padding-top:0;
  width: 100%;
}

.main-our-company ul {
  width: 100%;
  font-size: 0;
	margin-bottom:0;
}
.main-our-company ul li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 25%;
  height: 460px;
  vertical-align: top;
}

.main-our-company ul li .text-box {
  position: absolute;
  left: 0;
  width: 100%;
	top: 50%;
  transform: translateY(-50%); 
  text-align: center;
  transition: 0.6s;
	padding: 70px 0 60px;
	height: 100%;
}
.main-our-company ul li .text-box > div {
	position: relative;
  left: 0;
  width: 100%;
	text-align:center;
	height: 100%;
}
.main-our-company ul li .text-box strong {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
}
.main-our-company ul li .text-box span {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  display:block;
}

.main-our-company ul li .text-box span.bar-line {
  width: 40px;
  display: block;
  height: 2px;
  background: #009955;
  font-size: 14px;
  margin: 35px auto 20px;
}

.main-our-company ul li:nth-child(1) {
  background: url("/html/_skin/coadohd/img/main/our_company01.jpg") no-repeat;
  background-size: cover;
}
.main-our-company ul li:nth-child(2) {
  background: url("/html/_skin/coadohd/img/main/our_company02.jpg") no-repeat;
  background-size: cover;
}
.main-our-company ul li:nth-child(3) {
  background: url("/html/_skin/coadohd/img/main/our_company03.jpg") no-repeat;
  background-size: cover;
}
.main-our-company ul li:nth-child(4) {
  background: url("/html/_skin/coadohd/img/main/our_company04.jpg") no-repeat;
  background-size: cover;
}

#wrapper #contents .main-our-company ul li a.btn_m {
  display: block;
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}
.main-our-company ul li:hover .text-box {
	padding: 110px 0;
}
#wrapper #contents .main-our-company ul li:hover a.btn_m {
  background: #009955;
  text-decoration: none;
  border-color: #009955;
}



/*
.main-our-company ul {
  width: 100%;
  font-size: 0;
	margin-bottom:0;
}
.main-our-company ul li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 25%;
  height: 460px;
  vertical-align: top;
}

.main-our-company ul li .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.6s;
}
.main-our-company ul li .text-box > div {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  padding: 70px 0;
}
.main-our-company ul li .text-box strong {
  margin-bottom: 100px;
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
}
.main-our-company ul li .text-box span {
  opacity: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 0; 
  color: #fff;
  display:block;
}

.main-our-company ul li:hover .text-box {
  height: 100%;
}
.main-our-company ul li .text-box span.bar-line {
  width: 40px;
  display: block;
  height: 2px;
  background: #009955;
  font-size: 14px;
  margin: 30px auto;
}
.main-our-company ul li:hover .text-box span {
  opacity: 1;
  line-height: 1.5;
  height:1;
}
.main-our-company ul li:hover .text-box span + span {
	padding:15px;
}
.main-our-company ul li:nth-child(1) {
  background: url("/html/_skin/coadohd/img/main/our_company01.jpg") no-repeat;
  background-size: cover;
}
.main-our-company ul li:nth-child(2) {
  background: url("/html/_skin/coadohd/img/main/our_company02.jpg") no-repeat;
  background-size: cover;
}
.main-our-company ul li:nth-child(3) {
  background: url("/html/_skin/coadohd/img/main/our_company03.jpg") no-repeat;
  background-size: cover;
}
.main-our-company ul li:nth-child(4) {
  background: url("/html/_skin/coadohd/img/main/our_company04.jpg") no-repeat;
  background-size: cover;
}
.main-our-company ul li:hover .text-box > div {
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#wrapper #contents .main-our-company ul li a.btn_m {
  display: block;
  margin: 40px auto 0;
}
.main-our-company ul li:hover .text-box strong {
  margin-bottom: 15px;
}

*/




.main-our-company ul li .text-box i {
  position: absolute;
  z-index: 11;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.main-our-company ul li .text-box i:nth-of-type(1),
.main-our-company ul li .text-box i:nth-of-type(3) {
  width: 0;
  height: 1px;
}
.main-our-company ul li .text-box i:nth-of-type(2),
.main-our-company ul li .text-box i:nth-of-type(4) {
  width: 1px;
  height: 0;
}
.main-our-company ul li .text-box i:nth-of-type(1),
.main-our-company ul li .text-box i:nth-of-type(2) {
  top: 10px;
  right: 10px;
}
.main-our-company ul li .text-box i:nth-of-type(3),
.main-our-company ul li .text-box i:nth-of-type(4) {
  bottom: 10px;
  left: 10px;
}

.main-our-company ul li .text-box:hover i {
  opacity: 1;
}
.main-our-company ul li .text-box:hover i:nth-of-type(1),
.main-our-company ul li .text-box:hover i:nth-of-type(3) {
  width: calc(100% - 20px);
  height: 1px;
}
.main-our-company ul li .text-box:hover i:nth-of-type(2),
.main-our-company ul li .text-box:hover i:nth-of-type(4) {
  width: 1px;
  height: calc(100% - 20px);
}

@media screen and (max-width: 1100px) {
	.main-our-company ul li { 
		width:50%;
	}
}

@media screen and (max-width: 768px) {
  .main-our-company ul li {
    width: 100%;
  }
  .main-our-company ul li a img {
    width: auto;
    height: 100%;
  }
}

.main-company {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.main-company-list {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.main-company-list > a {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background: #006341;
}
.main-company-list > a > div {
  width: 100%;
  height: 124px;
}
.main-company-list > a > div:first-child {
  padding: 40px 0 0;
}
.main-company-list > a > div:last-child {
  display: table-cell;
  padding-bottom: 10px;
  width: 248px;
  background: #00512b;
  vertical-align: middle;
  font-size: 0;
}
.main-company-list > a > div:last-child img {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}
.main-company-list h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.main-company-list p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.main-company-list > a:hover {
  background: #00512b;
}
.main-company-list > a:hover > div:last-child {
  background: #006341;
}

@media screen and (max-width: 1200px) {
  .main-company {
    padding: 0 20px;
  }
}

/* top button */
.top-btn {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #046240;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
