@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url( NotoSans.css );
@import url( main.css?v=2 );
@import url( mobile_left.css );
html, body {
	position: relative;
	font-family:'Nanum Gothic', sans-serif;
	letter-spacing: -0.5px;
}
* {-webkit-text-size-adjust:none;}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    transition-property: border-bottom-color, background-color;
    transition-duration: 0.2s;
    background: rgba(0,0,0,0.4);
}

.header.scrolled, .header.nav-on {
    background: #2b5db2;
}

@media only screen and (max-width:1199px) {
  .header {padding:0 20px;}
}
@media only screen and (max-width:767px) {
  .header {height:54px;  padding-left:15px;  padding-right:0;}
}


.top-btn {
    opacity: 0;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 200;
    width: 42px;
    height: 42px;
    border-radius: 1px;
    background: #484848;
    transition-property: opacity, bottom;
    transition-duration: 0.3s;
}

.top-btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    font-size: 11px;
    color: white;
    line-height: 14px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0;
}
.top-btn.on {
    opacity: 1;
    bottom: 50px;
}
.top-btn a i {
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
}

.top-btn.on.fixed {
	position: absolute;
}

.header .logo {
    float: left;
    height: 80px;
    z-index: 10;
    position: relative;
}
.header .logo a {
    display: block;
    width: 184px;
    height: 80px;
    line-height: 70px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 184px;
    background-size: 184px;
    transition: all 0.3s;
}

.header .logo a img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s;
}

@media only screen and (max-width:1199px) {
  .header .logo a {width:160px;  -webkit-background-size:130px;  background-size:130px;}
}
@media only screen and (max-width:767px) {
  .header .logo {height:54px;}
  .header .logo a {height:54px;  line-height:44px;}
}



.header .gnb-pc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 79px;
    padding: 0 120px 0 250px;
    transition: all 0.3s;
}

.header .gnb-pc:before {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

/*마우스오버시 서브메뉴*/
.header.nav-on .gnb-pc:before {
    height: 340px;
    border-color: #ccc;
    background: white;
}

.header .gnb-pc > ul {
    width: 100%;
    max-width: 1124px;
    height: 79px;
    margin: 0 auto;
    transition: all 0.3s;
    position: relative;
}
.header .gnb-pc > ul > li {
    float: left;
    width: calc(100% / 6);
    height: 79px;
    text-align: center;
}

.header .gnb-pc > ul > li a.gnb-category {
    display: block;
    width: 100%;
    line-height: 80px;
    font-size: 18px;
    color: white;
    position: relative;
	font-weight:bold;
}

.header .gnb-pc > ul > li:not(.phocus) a.gnb-category:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background: #fff600;
    transition: all 0.3s;
}
.header .gnb-pc > ul > li:not(.phocus):hover a.gnb-category:after {
	margin-left:-50%;
    width: 100%;
}

/*sub메뉴*/
.header .gnb-pc ul.menulist {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
}
.header .gnb-pc ul.menulist li {
    width: 100%;
    height: 30px;
    border-left: 1px solid transparent;
    transition: border-color 0.3s;
}
.header .gnb-pc ul.menulist li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: transparent;
    line-height: 30px;
    transition: color 0.3s;
}

.header.nav-on .gnb-pc > ul {
    height: 320px;
}
.header.nav-on .gnb-pc > ul ul.menulist {
    height: auto;
    opacity: 1;
    transform: translateY(0px);
    padding: 30px 0px;
}
.header.nav-on .gnb-pc ul.menulist li {
    border-left-color: rgb(225, 225, 225);
}
.header.nav-on .gnb-pc ul.menulist li a {
    color: rgb(119, 119, 119);
}

.header .util {
    float: right;
    width: auto;
    padding: 20px 0;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.header .util .open-nav-btn {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid transparent;
    text-align: center;
    line-height: 0;
    font-size: 0;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}
.header .util .open-nav-btn:hover {
    border-color: white;
}
.header .util .open-nav-btn i {
    font-size: 20px;
    line-height: 40px;
}
.header .util .lang {
    float: left;
    width: 60px;
    margin-left: 10px;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.header .util .lang:hover {
    border-color: white;
}

.header .util .lang span {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    color: white;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0;
    cursor: pointer;
}

.header .util .lang span i {
    float: right;
    font-size: 8px;
    line-height: 38px;
}

.header .util .lang ul {
    width: 100%;
    height: 0;
    overflow: hidden;
}
.header .util .lang ul li {
    overflow: hidden;
}

.header .util .lang.lang-on ul li a {
    color: #777;
}
.header .util .lang ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: transparent;
    font-weight: 300;
}

/*언어선택 div 클릭시*/
.header .util .lang.lang-on {
    border-color: #e1e1e1;
    background: white;
}
.header .util .lang.lang-on span {
    color: #333 !important;
}

@media only screen and (max-width:1023px) {
  .header .util .open-nav-btn:hover {border-color:transparent;}
  .header.scrolled .util .open-nav-btn:hover,
  .header.nav-on .util .open-nav-btn:hover {border-color:transparent;}
  .lang {display:none;}
}
@media only screen and (max-width:767px) {
  .header .util {padding:0;}
  .header .util .open-nav-btn {width:54px;  height:54px;}
  .header .util .open-nav-btn i {line-height:54px;}
}




/*미디어별 반응형 css*/
@media only screen and (max-width:1279px) {
  .en .header.nav-on .gnb-pc:before {height:260px;}
  .header .gnb-pc > ul {max-width:720px;}
  .en .header .gnb-pc > ul {height:340px;}
  .header .gnb-pc > ul > li {width:calc(100%/6);}
  .header .gnb-pc > ul > li a.gnb-category {font-size:15px;} 
}
@media only screen and (max-width:1060px) {
  .header .gnb-pc > ul {max-width:initial;}
}
@media only screen and (max-width:1024px) {
  .header .gnb-pc {display:none;}
  .gnb-pc ul {display:none;}
}


/*
메인롤링
*/
.mv {
    width: 100%;
	height: 80vh;
	position: relative;
    z-index: 0;
	/*min-height: 370px !important;*/
	max-height:791px !important;
}
.bx-viewport {   height: 100% !important;	}
.bgno img {display:none !important;}

.mv ul.mv-slide-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mv ul.mv-slide-img li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.mv ul.mv-slide-img li .imgbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 0;
    opacity: 1;
}

.mv ul.mv-slide-img li .imgbox img {
	height:100%;
}

@media only screen and (max-width:1023px) {
  .mv {height:60vh !important;}
  .mv ul.mv-slide-img {height:100% !important;}
  .mv ul.mv-slide-img li {height:100% !important;}
  .mv ul.mv-slide-img li .imgbox {left:0;  margin-left:0 !important;  -webkit-background-size:cover;  background-size:cover;  background-repeat:no-repeat;  background-position:center;}
  /*.mv ul.mv-slide-img li video {display:none !important;}*/
  .mv ul.mv-slide-img li .imgbox img {display:inline;}
  .mv ul.mv-slide-img li .imgbox video + img {display:inline;}
}


/*롤링위에 흐릿한 닷이미지*/
.mv-cont-outer.on {
    display: table;
}
.mv-cont-outer {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*background: url(../banner/dot_cover.png) repeat left top;*/
}

.mv-cont-outer .mv-cont-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-top: 240px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.mv-cont-outer .mv-cont-inner .slogan {
	font-family: 'NotoKrB', sans-serif;
    display: block;
    width: 100%;
    max-width: 1050px;
    transform: translate(0,40px);
    opacity: 0;
    padding-bottom: 0px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: BOLD;
    color: #000;
    /*font-style: italic;*/
}

.mv-cont-outer .mv-cont-inner .text {
	font-family: 'NotoKrB', sans-serif;
    display: inline-block;
    width: 100%;
    max-width: 1050px;
    transform: translate(0,40px);
    opacity: 0;
    margin-bottom: 200px;
    font-size: 45px;
    font-weight: BOLD;
    color: #000;
    word-break: keep-all;
}

@media only screen and (max-width:1280px) {
  .mv-cont-outer .mv-cont-inner .slogan {max-width:960px;}
  .mv-cont-outer .mv-cont-inner .text {max-width:960px;}
}
@media only screen and (max-width:1199px) {
  .mv-cont-outer .mv-cont-inner .slogan {max-width:800px;}
  .mv-cont-outer .mv-cont-inner .text {max-width:800px;}
}
@media only screen and (max-width:1023px) {
  .mv-cont-outer .mv-cont-inner {padding-top:50px;  padding-left:50px;  padding-right:50px;}
  .mv-cont-outer .mv-cont-inner .slogan {font-size:32px;}
  .mv-cont-outer .mv-cont-inner .text {font-size:16px;  margin-bottom:50px;}
  .mv-cont-outer .mv-cont-inner a {display:none;}
}
@media only screen and (max-width:767px) {
  .mv {height:40vh !important;}
  .mv-cont-outer .mv-cont-inner {padding-top:50px;  padding-left:15px;  padding-right:15px;}
  .mv-cont-outer .mv-cont-inner .slogan {font-size:25px;}
  .mv-cont-outer .mv-cont-inner .text {max-width:400px;  font-size:14px;  margin-bottom:50px;}
}



.mv-cover {
    width: 100%;
    height: 0;
}
@media only screen and (max-width:1023px) {
  .mv-control {display:none;}

}
.mv-control .mv-left {
    left: 50px;
    background: url(../img/extra/mv-left-btn.png) no-repeat left center;
}
.mv-control .mv-right {
    right: 50px;
    background: url(../img/extra/mv-right-btn.png) no-repeat right center;
}
.mv-control .mv-btn {
    position: absolute;
    /* bottom: 425px; */
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    width: 47px;
    height: 95px;
}
.mv-control .mv-btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}


.mv-pager {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 200;
    width: 100%;
    line-height: 28px;
    text-align: center;
}

.mv-pager .pager-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.mv-pager a {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 3px solid white;
    margin-right: 8px;
    font-size: 0;
    transition: all 0.3s;
}
.mv-pager a:hover, .mv-pager a.on {
    background: white;
}


/*******************************************************/
/*         gnb-m		sitemap							*/
/*******************************************************/
.gnb-m{
	display:none;
	opcity : 0;
}
.gnb-m.sitemap-on {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgba(36,36,36,0.98);
}

.gnb-m.sitemap-on .gnb-m-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}
.gnb-m span.gnb-m-close {
    display: none;
    opacity: 0;
    transition: transform .3s;
}

.gnb-m.sitemap-on .gnb-m-inner .gnb-m-wrap {
    display: inline-block;
    width: 100%;
    max-width: 924px;
    overflow: hidden;
}
.gnb-m.sitemap-on .gnb-m-header {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gnb-m.sitemap-on .gnb-m-header .m-logo {
    display: none;
}

.gnb-m.sitemap-on .gnb-m-header h2 {
    width: 100%;
    margin-bottom: 60px;
    font-size: 32px;
    color: #fafafa;
    line-height: 40px;
}

.gnb-m.sitemap-on .gnb-m-header span.gnb-m-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: 1;
}
.gnb-m.sitemap-on .gnb-m-header span.gnb-m-close img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.gnb-m.sitemap-on ul.gnb-m-list {
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.gnb-m.sitemap-on ul.gnb-m-list > li:nth-child(1) {
    height: 502px;
}
.gnb-m.sitemap-on ul.gnb-m-list > li {
    float: left;
    width: 21.875%;
    height: 281px;
    margin-right: 3%;
    overflow: hidden;
}
.gnb-m.sitemap-on span.gnb-category {
	font-family: 'NotoKrB', sans-serif;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    border-bottom: 1px solid #b7c39e;
}
.gnb-m.sitemap-on ul.gnb-m-list i {
    display: none;
}

.gnb-m.sitemap-on ul.menulist {
    width: 100%;
    overflow: hidden;
}

.gnb-m.sitemap-on ul.menulist li {
    width: 100%;
    font-size: 16px;
    color: #e8e8e8;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.gnb-m.sitemap-on ul.menulist li span.gnb-3depth, .gnb-m.sitemap-on ul.menulist li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #e8e8e8;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.5px;
}


/*******************************************************/
/*         gnb-m		sitemap -> mobile nav			*/
/*******************************************************/
@media only screen and (max-width: 1023px) {
	.gnb-m.m-nav-on {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		overflow: hidden;
	}

	.gnb-m.m-nav-on .gnb-m-inner {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.gnb-m .gnb-m-inner > span.gnb-m-close {
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 0;
		cursor: pointer;
	}

	.gnb-m.m-nav-on .gnb-m-inner > span.gnb-m-close img {
		width: 35px;
		height: 35px;
		vertical-align: middle;
	}

	.gnb-m .gnb-m-inner .gnb-m-wrap {
		display: block;
		position: absolute;
		top: 0;
		right: -250px;
		width: 250px;
		height: 100%;
		background: white;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.gnb-m.m-nav-on .gnb-m-header {
		width: 100%;
		margin-bottom: 40px;
	}

	.gnb-m.m-nav-on .gnb-m-header a.m-logo {
		display: block;
		width: 100%;
		line-height: 80px;
		font-size: 0;
		text-align: center;
	}

	.gnb-m.m-nav-on .gnb-m-header a.m-logo img {
		width: 100%;
		max-width: 180px;
		vertical-align: middle;
	}

	.gnb-m.m-nav-on .gnb-m-header h2 {
		display: none;
	}

	.gnb-m.m-nav-on ul.gnb-m-list {
		width: 100%;
		min-height: calc(100% - 180px);
		border-top: 1px solid #e1e1e1;
		overflow: hidden;
	}

	.gnb-m.m-nav-on ul.gnb-m-list li {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.gnb-m.m-nav-on ul.gnb-m-list li span.gnb-category {
		display: block;
		width: 100%;
		line-height: 40px;
		padding: 0 15px;
		border-bottom: 1px solid #e1e1e1;
		font-size: 18px;
		color: #333;
		font-weight: 400;
		letter-spacing: -1px;
		cursor: pointer;
	}

	.gnb-m.m-nav-on ul.gnb-m-list i {
		position: absolute;
		top: 0;
		right: 15px;
		font-size: 12px;
		color: #555;
		line-height: 40px;
	}

	.gnb-m.m-nav-on ul.menulist {
		width: 100%;
		height: 0;
		overflow: hidden;
		background: #f8f8f8;
	}

	.gnb-m.m-nav-on ul.gnb-m-list li {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.gnb-m.m-nav-on ul.menulist li span, .gnb-m.m-nav-on ul.menulist li a {
		display: block;
		width: 100%;
		line-height: 40px;
		border-bottom: 1px solid #e1e1e1;
		padding: 0 30px;
		font-size: 14px;
		color: #777;
	}

	.gnb-m .m-lang {
		display: block;
		width: 100%;
		height: 60px;
		font-size: 0;
		text-align: center;
		line-height: 60px;
	}
	.gnb-m .m-lang li {
		display: inline-block;
		width: 68px;
		height: 20px;
		color: #aaa;
		font-weight: 300;
		line-height: 20px;
		vertical-align: middle;
	}

	.gnb-m .m-lang li a {
		display: block;
		width: 100%;
		line-height: 20px;
		font-size: 0;
	}

	.gnb-m .m-lang li.lang-ko a:before {
		content: "한국어";
		background-image: url("");
	}

	.gnb-m .m-lang li span {
		font-size: 16px;
		color: #333;
		letter-spacing: 0;
		font-weight: 400;
		vertical-align: middle;
	}

	.gnb-m .m-lang li {
		display: inline-block;
		width: 68px;
		height: 20px;
		color: #aaa;
		font-weight: 300;
		line-height: 20px;
		vertical-align: middle;
	}
	.gnb-m .m-lang li.m-lang-bar span {
		width: 50px;
		color: #ccc;
		font-weight: 300;
	}

	.gnb-m .m-lang li.lang-en a:before {
		content: "english";
		background-image: url("");
	}

}



/*******************************************************/
/*         contesnts		mc-1									*/
/*******************************************************/

.mc-section {
    clear: both;
    width: 100%;
    padding: 125px 0;
    overflow: hidden;
    position: relative;
}
.mc-1 {
    background: #f2f2f2;
}

.mc-title:before {
    content: '';
    display: inline-block;
    width: 78px;
    height: 9px;
    margin-bottom: 15px;
    background: #434343;
}

.mc-title {
    clear: both;
    width: 100%;
    padding-bottom: 70px;
    font-size: 0;
    text-align: center;
}

.mc-title h2 {
    width: 100%;
    font-size: 40px;
    color: #343434;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: bold;	
}

.mc-title p {
    width: 100%;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 30px;
    font-weight: 300;
}

.mc-contents {
    width: 100%;
    overflow: hidden;
}

.mc-section .wrap {
    padding: 0;
    position: relative;
}
.wrap {
    clear: both;
    width: 100%;
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 767px){
	.wrap {
		padding: 0 15px;
	}
	.mc-title {
		padding: 0 15px 60px;
	}
}

/**상품 반응형**/
.wrap .item_wrap {
	text-align:center;
}

div.gallery {
  border: 1px solid blue;
  padding:20px 10px; 
  margin-bottom:20px;
  background: #ffffff;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 80%;
  height: auto;
}

.wrap .item_wrap div.info {
  padding: 15px;
  text-align: center;
  display:inline-block;
  max-width:230px;
  height:130px;
}
.wrap .item_wrap.cn3 div.info{
	padding:15px 0;
}

.wrap .item_wrap div.info p.ptitle{
	color:#1062AB;
	font-weight:bold;
	font-size: 16px;
	line-height:150%;
	padding:10px 0;
}
@media only screen and (max-width: 767px) {
	.wrap .item_wrap.cn3 div.info{
		padding:15px 0;
	}	
}
.wrap .item_wrap div.info p.desc{
	font-size: 14px;
	line-height:150%;
	font-weight:500;
}

.wrap .item_wrap div.info span{
    display: block;
    line-height: 20px;
    font-size: 12px;
	text-align:center;
	margin-top:10px;
}

.wrap .item_wrap .responsive {
  padding: 0 6px;
  display:inline-block;
  width:calc(100% / 3 - 3%);
}
@media only screen and (max-width: 1023px) {
	.mc-title h2 {
		font-size: 34px;
	}
	.wrap .item_wrap .responsive {
	  padding: 0 6px;
	  display:inline-block;
	  width:calc(100% / 2 - 3%);
	}
	div.desc {
		font-size:13px;
	}

	.wrap .item_wrap .responsive.last {
		display:none;
	}
}

@media only screen and (max-width: 767px){
	.mc-section {
		padding: 60px 0 90px;
	}

	.wrap .item_wrap .responsive.last {
		display:none;
	}
}

#contents {
    overflow: hidden;
    position: relative;
    z-index: 0;
}


/*******************************************************/
/*         contesnts		mc-2									*/
/*******************************************************/
.mc-2 {
	padding-bottom:0;
}

.mc-2-box {
    width: 100%;
    height: 635px;
    position: relative;
    animation-name: none;
}

.mc-2-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.mc-2-box.mc-2-1:before {
    width: 100%;
    /*background-image: url(../img/extra/mc-2-1-left.png);*/
	/*background : url(../img/extra/main_introduce.jpg) center center / cover no-repeat;*/
	background : url(/theme/hdcrane/img/extra/main_introduce.jpg) center center / cover no-repeat;	
	transform:scale(1);
}
.mc-2-box.mc-2-1 {
    /*background: -webkit-radial-gradient(41.666666666666666666666666666667% 60px, rgba(63,101,127,1) 0%, rgba(21,46,68,1) 100%);*/
	/*background : url(../img/extra/main_introduce.jpg) center center / cover no-repeat;*/
}

.mc-2-img {
    display: none;
}
.mc-2-box.mc-2-1 .mc-2-cont {
    width: 40.625%;
    margin-left: 31.5%;
}

.mc-2-cont {
    width: 100%;
    padding-top: 220px;
    position: relative;
    z-index: 50;
    animation-name: fadeInLeft;
}
.mc-contents .mc-2-box .mc-2-cont h3 {
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 0;
}
.mc-contents .mc-2-box .mc-2-cont h3 a {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 10px;
    border: 1px solid #fff;
    font-size: 0;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    transition: background 0.3s;
}
}
.mc-contents .mc-2-box .mc-2-cont h3 a img {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    transition: all 0.3s;
}
.mc-contents .mc-2-box .mc-2-cont h3 span {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    transition: all 0.3s;
}

.mc-contents .mc-2-box .mc-2-cont p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    transition: color 0.3s;
}
.mc-contents .mc-2-box .mc-2-cont p a {
    color: #fff;
}

@media only screen and (max-width:1280px) {
  .mc-2-box .mc-2-cont .mc-2-cont-wrap {width:100%;  padding:50px;  background:rgba(36,166,115,0.8);}
  .mc-2-box.mc-2-2 .mc-2-cont .mc-2-cont-wrap {background:rgba(0,146,203,0.8);}
}


@media only screen and (max-width: 767px){
	.mc-2 .mc-contents {padding: 0 15px;}
	.mc-2-box.mc-2-1 .mc-2-cont {
		width: 100%; 
		margin-left: 0; 
	}	

	.mc-2-box .mc-2-cont .mc-2-cont-wrap {
		padding: 20px 15px;
		background: none !important;
	}

	.mc-2-box.mc-2-1 .mc-2-cont {
		background: #24a673;
	}

	.mc-contents .mc-2-box .mc-2-cont h3 {
		line-height: 31px;
	}

  .mc-2-box:before {display:none;}
  .mc-2-box:after {display:none;}
  .mc-2-box.mc-2-1{
	background:none;
  }
  .mc-2-img {
	 display: block;	
     width: 100%;
  }
  .mc-2-img img {
		width: 100%;
	}

	.mc-2-box .mc-2-cont {
		position:relative;
		bottom:0;
		padding-top:0;
	}
	.mc-2-box{
		height:auto;
	}

	.mc-contents .mc-2-box .mc-2-cont h3 span {
		font-size:22px;
	}
	.mc-contents .mc-2-box .mc-2-cont p {
		font-size: 16px;
		line-height: 25px;
	}

	.mc-2-box .mc-2-cont {
		animation-name: none;
	}

}


/*******************************************************/
/*         contesnts		mc-5								*/
/*******************************************************/
.mc-5-box {
    width: 100%;
    min-height: 460px;
    overflow: hidden;
    position: relative;
}

/*
.mc-5 {
    padding-bottom: 0;
}
*/

.mc-5-box ul.mc-5-list {
    width: 100%;
    padding: 140px 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.3);
}

.mc-5-box ul.mc-5-list li {
    display: table;
    float: left;
    width: 25%;
    height: 220px;
    border-right: 1px solid #adadad;
}

.mc-5-box ul.mc-5-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
}

.mc-5-box ul.mc-5-list li a .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid white;
    line-height: 98px;
    text-align: center;
    font-size: 40px;
    color: white;
    transition: all 0.3s;
}

.mc-5-box ul.mc-5-list li a h3 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: white;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}


.mc-5-box ul.mc-5-list li a p {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: white;
    line-height: 20px;
    font-weight: 300;
}

.mc-5-box ul.mc-5-list li a:hover .icon {
    color: #2b5db2;
    background: white;
}

@media only screen and (max-width: 767px){
	.mc-5-box {
		min-height: 280px;
	}

	.mc-5-box ul.mc-5-list {
		padding: 50px 15px;
	}
	.mc-5-box ul.mc-5-list li {
		width: 50%;
		height: auto;
		border: 0;
	}

	.mc-5-box ul.mc-5-list li:nth-child(1),
	.mc-5-box ul.mc-5-list li:nth-child(2) {
		margin-bottom: 10px;
	}

	.mc-section .wrap {
		/*padding: 0 15px;*/
	}

}






/*******************************************************/
/*         footer												*/
/*******************************************************/
#footer {
    position: relative;
    width: 100%;
    background: #333;
}
#footer .flink_con {
    border-bottom: 1px solid #555;
}
.flink_con ul {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.flink_con li {
    position: relative;
    display: inline-block;
}
.flink_con li a {
	font-size:15px;
}
.flink_con li a:link, .flink_con li a:visited {
    display: block;
    letter-spacing: -0.5pt;
    padding: 18px 15px 18px 10px;
    color: #fff;
    line-height: normal;
}

.flink_con li:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    background: #5c5c5c;
}
.flink_con li:last-child:after{	
	display:none;
}

#footer address {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0;
    font-size: 14px;
	font-style:normal;
}

address h2 {
    float: left;
    width: 375px;
}
address div.copy {
    width: calc(100%);
    color: #d0d0d0;
    letter-spacing: 0pt;
}
address div.copy li{
	font-size:17px;
	line-height:180%;
}

#footer address.addr-m {
	display:none;
}

@media only screen and (max-width: 1200px){
	.flink_con ul{
		width:100%;
	}
	#footer .flink_con {
		text-align:center;
	}
	#footer address.addr-pc {display:block;}
	#footer address.addr-m {display:none;}

	#footer address {
		width:100%;
		padding:10px 0;
	}

	#footer address h2{
		float:none;
		text-align:center;
		width:100%;
		padding:10px 0;
	}

	address div.copy li{
		font-size:14px;
		line-height:180%;
		width:100%;
		padding:0 20px;
		text-align:center;
	}


}

@media only screen and (max-width: 767px){
	.flink_con ul{
		width:100%;
	}
	#footer .flink_con {
	text-align:center;
	}
	
	#footer address.addr-pc {display:none;opcity:0;}
	#footer address.addr-m {display:block;opcity:1;}
	#footer address {
		width:100%;
		padding:10px 0;
	}

	#footer address h2{
		float:none;
		text-align:center;
		width:100%;
		padding:10px 0;
	}

	address div.copy li{
		font-size:12px;
		line-height:180%;
		width:100%;
		padding:0 20px;
		text-align:center;
	}

	.flink_con li:last-child:after{	
		display:none;
	}


}


@media only screen and (max-width: 480px){
	.mc-5-box ul.mc-5-list li a p {
		display: none;
	}
	.mc-5-box ul.mc-5-list li a h3 {
		margin-bottom: 0;
	}


	.flink_con ul{
		width:100%;
	}
	#footer .flink_con {
	text-align:center;
	}

	#footer .flink_con ul li a {
		padding : 10px 7px 10px 2px !important;		
	}
	
	#footer address.addr-pc {display:none;opcity:0;}
	#footer address.addr-m {display:block;opticy:1;}
	#footer address {
		width:100%;
		padding:10px 0;
	}

	#footer address h2{
		float:none;
		text-align:center;
		width:100%;
	}

	address div.copy li{
		font-size:12px;
		line-height:180%;
		width:100%;
		padding:0 20px;
		text-align:center;
		color:#ffffff;
	}

	.flink_con li:nth-child(5):after{	
		display:none;	
	}

	.flink_con li:last-child{	
		display:none;	
	}
}