@import "tab.css";

body {
  position: relative;
  overflow-x: hidden;
}

.header {
  position: absolute;
}
.header .btn_brand {
  background: url(../images/common/header-brand2.png) 0 0 no-repeat;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.header .header-tel {
  background-color: rgba(255, 255, 255, .17);
}
.quick-menu {
  background: #821e51;
  box-shadow: none;
  position: fixed;
}
.quick-menu .top-button {
  background: #fff;
}
.quick-menu .top-button span {
  color: #821e51;
}
.quick-menu .top-button span:after {
  color: #821e51;
}

.sub {
  position: relative;
  overflow-x: hidden;
}
.sub-top-content {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.sub-top-bg {
  width: 100%;
  position: relative;
  padding-top: 0px;
  height: 400px;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  box-sizing: border-box;
  z-index: 1;
}
.sub-top-bg .layout {
    position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
}

.sub01 .sub-top-bg {
  background-image: url("../images/sub/sub-bg01.jpg");
  background-position: 0 100px;
  background-size: 115%;
}
.sub02 .sub-top-bg {
  background-image: url("../images/sub/sub-bg02.jpg");
  background-position: 0 100px;
  background-size: 115%;
}
.sub03 .sub-top-bg {
  background-image: url("../images/sub/sub-bg02.jpg");
  background-position: 0 100px;
  background-size: 115%;
}
.sub04 .sub-top-bg {
  background-image: url("../images/sub/sub-bg03.jpg");
  background-position: 0 100px;
  background-size: 115%;
}
.sub05 .sub-top-bg {
  background-image: url("../images/sub/sub-bg05.jpg");
  background-position: 0 100px;
  background-size: 115%;
}
.sub06 .sub-top-bg {
  background-image: url("../images/sub/sub-bg06.jpg");
  background-position: 0 100px;
  background-size: 115%;
}

.sub-top-header {
  padding-bottom: 40px;
  text-align: center;
  height: 260px;
  padding-top: 184px;
}
.sub-top__title {
  font-size: 40px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 45px;
}
.sub-top-header h1:after {
  content: '';
  width: 0px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform:translateX(-50%);
  left: 50%;
  top: 0;
  opacity: 0;
  margin-top: 125px;
  animation: subline 2s linear forwards;
  animation-delay: 1.5s;
}
@keyframes subline {
	0% { width: 0px; opacity: 0; }
	50% { width: 0px; opacity: 0; }
	100% { width: 40px; opacity: 1; }
}
.sub-top__title-desc {
  font-size: 20px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 300;
}
.sub-top__title-english {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.sub-top__title-english div {
  font: inherit;
  color: inherit;
}
.sub-top__title div {
  font: inherit;
  color: inherit;
}

.sub .sub-top-menu {
  z-index: 11;
  height: 58px;
  display: flex;
  align-items: center;
  opacity: 0;
  box-sizing: border-box;
  justify-content: flex-end;
}
.sub .sub-top-menu__item {
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #000;
}
.sub .sub-top-menu__item + .sub-top-menu__item:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  opacity: 0.3;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
.sub .sub-top-menu__item.is--active {
  color: #cadbed;
  font-weight: bold;
}
.sub .sub-top-menu .sub-menu-depth-area {
  float: left;
}
.menu-list { display: flex; justify-content: flex-end;margin-top: 5px;}

.menu-item { position: relative; }

.menu-item:hover .sub-menu-list { display: block; }

.menu-link { position: relative; display: block; min-width: 160px; height: 40px; padding: 10px 13px; font-size: 15px; color: #393939; text-align: left; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.menu-link:before { position: absolute; top: 10px; left: 0; width: 1px; height: 22px; border-left: 1px solid #d9d9d9; content: ''; }

.menu-link:after { position: absolute; top: 19px; right: 10px; width: 10px; height: 6px; background: url("/assets/images/sub/sub-dropdown-arrow.png") 0 0 no-repeat; background-size: 100% auto; content: ''; }



.sub-top-menu {
  z-index: 11;
  height: 54px;
  position: absolute;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 0px solid rgba(208, 208, 208, 0.3);
  opacity: 0;
  transform: translate3d(0, 0px, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-delay: 1s;
}
.sub-top-menu.is--active {
  opacity: 1;
  transform: translateZ(0);
}
.sub-top-menu__item {
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #999999;
}
.sub-top-menu__item + .sub-top-menu__item:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #999999;
  opacity: 0.2;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
.sub-top-menu__item.is--active {
  color: #cadbed;
  font-weight: bold;
}
.sub-top-menu .sub-menu-depth-area {
  float: left;
}
.sub-top-menu .sub-menu-home__icon {
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  background: url("../images/sub/icon-sub-menu.png") no-repeat center;
  background-color: #2762AD;
  padding: 7px;
  border-radius: 50%;
  margin: 10px 8px;
}
.sub-top-menu .sub-menu-home__icon:after {
  content: "";
  display: block;
  height: 18px;
  width: 0px;
  background-color: rgba(153, 153, 153, 0.3);
  position: absolute;
  right: 0;
  top: 12px;
}
.sub-top-menu .sub-menu-home__link {
  display: block;
  height: 100%;
}
.sub-top-menu .sub-menu .sub-menu-depth {
  float: left;
  width: 220px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-image: url("../images/sub/sub-dropdown-arrow.png");
  padding-left: 20px;
  font-size: 15px;
  color: #2a2a2a;
  box-sizing: border-box;
  position: relative;
  line-height: 48px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: -0.4px;
  text-align: left;
  cursor: pointer;
}

.sub-nav {
	width: 100%;
	height: 55px;
	margin: auto;
	position: relative;
	background: #f9f9f9;
	z-index: 1;
}
.sub-top-menu .sub-menu {
	width: 1200px;
	margin: auto;
}
.sub-top-menu .sub-menu .sub-menu-depth.long {
	width: 200px;
}
.sub-top-menu .sub-menu .sub-menu-depth:after {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.3);
  position: absolute;
  right: -10px;
  top: 15px;
}
.sub-top-menu .sub-menu .sub-menu-depth + .sub-menu-depth {
  color: #484848;
}
.sub-top-menu .sub-menu .sub-menu-depth + .sub-menu-depth:after {
  content: "";
  display: block;
  height: 18px;
  width: 1px;
  background-color: rgba(153, 153, 153, 0.3);
  position: absolute;
  right: -10px;
  top: 15px;
}
.sub-top-menu .sub-menu .sub-menu-depth-list {
  display: none;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth-list {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  border: 1px solid #e9e9e9;
  border-top: 0;
  z-index: 100;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__item {
  width: 218px;
  height: 48px;
  border-top: 1px solid #e9e9e9;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__link {
  display: block;
  height: 100%;
  padding-left: 14px;
  background: #fff;
  font-size: 15px;
  color: #444;
  line-height: 48px;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__link:hover {
  color: var(--main-color);
  background: #f8f8f8;
}



.btn-home { 
  display: block; 
  width: 40px; 
  height: 40px; 
  background: url("/assets/images/sub/icon-sub-menu.png") 50% 50% no-repeat; 
  margin-right: 15px;
}

.sub-menu-list { 
  display: none; 
  position: absolute; 
  top: calc(100% + 0px); 
  left: -1px; 
  right: -1px; 
  z-index: 1; 
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #fff; 
}
.sub-menu-item { 
  position: relative;
  border-bottom: 1px 
  solid #d9d9d9; 
}

a.sub-menu-link { display: block; width: 100%; padding: 10px 12px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size: 14px; color: #666; text-align: left; }

.sub-menu-link:hover { color: #998c79;}

.sub-content-impact {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2.5px;
  text-align: left;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
  margin: auto;
  width: 100%;
  text-align: center;
}

.sub-content-content .sub-category {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.sub-content-content .sub-category li {
	margin-right: 20px;
	display: block;
	color: #888;
	font-size: 15px;
	font-weight: 600;
}
.sub-content-content .sub-category li:hover, .sub-content-content .sub-category li.current {
	color: #3761a8;
}

.contentWrap {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 0px;
	border-bottom: 0px solid #d9d9d9;
	margin-left: 52px;
}

.contentWrap .leftWrap {
	max-width: 440px;
	width: 50%;
}
.contentWrap .rightWrap {
	width: 50%;
}
.contentWrap .leftWrap img {
	width: 100%;
}
.contentWrap .rightWrap h2 {
	color: #3761a8;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 50px;
}
.contentWrap .rightWrap .tit {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.contentWrap .rightWrap .tit span {
	color: #ccc;
	font-weight: 500;
	margin-left: 10px;
}
.contentWrap .rightWrap .desc {
	margin-bottom: 70px;
}
.contentWrap .rightWrap .desc li {
	color: #666;
	font-size: 18px;
	font-weight: 500;
	margin-left: 24px;
	margin-bottom: 10px;
	list-style-type: disc;
}





/*서브*/
.sub-content {width: 100%;margin: 100px 0 100px;height: 100%;text-align: left;z-index: 100;}
.sub-content .title-line {
    width: 55px;
    height: 2px;
    background: #000;
	margin: 0 auto 10px;
	animation: line-width 1s ease-in 0s;
}
@keyframes line-width {
	0% {width: 0px;}
	100% {width: 55px;}
}
.layout {width: 100%; margin: auto;  overflow: hidden; z-index: 0;}
.layout h1 {font-size: 3.2rem;letter-spacing: -0.05em;font-weight: 500;padding-bottom: 20px; text-align: center; line-height: 56px;}
.layout h1:after {display: block;content:"";clear: both;background: url("../images/sub/sub-icon02.png");width: 31px;height: 12px;margin-left: 1.25rem;}
.layout .info { position: relative; width: 1200px; font-size: 1.1rem;margin: 0.625rem 0 4rem;letter-spacing: -0.05em;color: #000; text-align: center; z-index: 10; margin: auto;}
.layout .info .text { width: 100%; }
.layout .info .img {padding-bottom: 50px;}
.layout .info .map {
	padding-bottom: 50px;
}
.layout .info .map .root_daum_roughmap .wrap_map {
    height: 360px;
    position: relative;
}
.layout .info .map .root_daum_roughmap {
	width: 100%;
	height: 360px;
}
.layout .info .overview-text {
	margin-bottom: 50px;
}
.layout .info .overview-text h2 {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 500;
}
.layout .info .overview-text .img {
	margin-top: 90px;
	padding-bottom: 50px;
}
.layout .info .overview-text .title {
	margin-top: 0px;
}
.layout .info .overview-text .title h2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 500;
}
.layout .info .overview-text .cont-desc {
	border: 2px #ddd solid;
	padding: 40px 40px 0;
	margin-top: 0px;
	border-radius: 20px;
}
.layout .info .overview-text .desc {
	margin-bottom: 40px;
}
.layout .info .overview-text .desc h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 500;
}
.layout .header-title {
	text-align: center;
	margin: auto;
}
.layout .header-title h2 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 10px;
}
.layout .header-title p {
	font-size: 16px;
	font-weight: 400;
	color: #888;
	margin-bottom: 50px;
}
.overview .wide {
	width: 100%;
	height: 700px;
	background: url(../images/sub/sub-background-img01.png) no-repeat top center;
	overflow: hidden;
	text-align: right;
	margin-top: -100px;
	margin-bottom: 50px;
}
.overview .wide img {
	position: relative;
	width: 70%;
	margin: auto;
	text-align: center;
	margin-top: 100px;
}

.overview .text table {
    width: 100%;
	border-top: 2px #222 solid;
    border-bottom: 1px #ddd solid;
	text-align: left;
}
.overview .text caption {
    font-weight: 900;
    color: #222;
    font-size: 18px;
    /* padding-top: 15px; */
}
.overview .text table th, .overview .text table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px #ddd solid;
}
.overview .text table th {
    width: 200px;
    padding-left: 18px;
    font-weight: 600;
}

.info .title {
	background: #f8f8f8;
	padding: 50px;
	margin-top: 100px;
	border-radius: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.cont-desc {
	text-align: left;
}

.sub-bg {
    position: relative;
	height: 400px;
    padding-top: 0px;
	color: #fff;
    box-sizing: border-box;
	z-index: -10;
}

.sub-bg.sub01 {
	background: url(../images/sub/sub-bg01.png) no-repeat center;
	background-size: cover;
}
.sub-bg.sub02 {
	background: url(../images/sub/sub-bg02.png) no-repeat center;
	background-size: cover;
}
.sub-bg.sub03 {
	background: url(../images/sub/sub-bg03.png) no-repeat center;
	background-size: cover;
}
.sub-bg.sub04 {
	background: url(../images/sub/sub-bg04.png) no-repeat center;
	background-size: cover;
}
.sub-bg.sub05 {
	background: url(../images/sub/sub-bg05.png) no-repeat center;
	background-size: cover;
}
.sub-bg.sub06 {
	background: url(../images/sub/sub-bg06.png) no-repeat center;
	background-size: cover;
}
.sub-bg.member {
	background: url(../images/sub/sub-bg06.png) no-repeat center;
	background-size: cover;
}
.sub-bg-inner {width: 1100px;margin: auto;display:flex; height: 100%; align-items: center; flex-direction: column; justify-content: center;}
.sub-bg h1 {font-size: 5rem; padding-top: 30px;}
.sub-bg p {font-weight: 400;padding-bottom: 5rem; font-size: 30px; }

.sub-tab {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.sub-nav li {width: 100%;border-right: 0px solid #444; font-size: 16px;}
.sub-nav li:last-child {border-right: 0px solid #3a82c3;}
.sub-nav li a {height: 56px; display:flex;justify-content: center;align-items:center;}
.sub-nav li a:hover { }
.sub-nav li.active a { background-color: rgba(0, 0, 0, 1); }
.sub-nav.sub-nav2 li {width: 50%;}
.sub-nav.sub-nav3 li {width: 33.33333%;}

.layout p.history-title {font-size: 2.125rem;text-align: center;color: #333;margin-bottom: 6rem;}
.layout p.history-title em {font-weight: bold;}
@media (max-width:990px){
	.sub-content {width: 100%;}
	.layout {width: 100%;padding: 0 0 40px;}
	.sub-nav {font-size: 0.8572rem;}
	.sub-bg {height: auto;}
	.sub-bg-inner {width: 90%;}
	.sub-bg h1 {padding-top: 50px;padding-bottom: 0px;font-size: 2.4rem;}
	.sub-bg p {font-weight: 400;font-size: 1.2rem;padding-bottom: 100px;}
	.layout h2 {font-size: 2rem;}
	.layout p.history-title {font-size: 1.25rem;}
}

.sub-nav-tab {display:flex;justify-content: center;margin: -28px 0 4rem;}
.sub-nav-tab li {width: 15%;margin-left: 10px;}
.sub-nav-tab li:first-child {margin-left: 0;}
.sub-nav-tab li a {height: 50px;display:flex;justify-content: center;align-items:center;}
.sub-nav-tab li.active {border-bottom: 2px solid #56b7c9;color: #56b7c9;}



/* CEO */
.ceo-cont {
	position: relative;
	max-width: 1200px;
	margin: auto;
}
.ceo-cont .img {
	position: relative;
	height: 324px;
	margin-top: 0px;
	background: url(/assets/images/sub/ceo-img.png) no-repeat 50%;
	background-size: cover;
}
.ceo-cont .tit {
	position: absolute;
	top: 60px;
	right: 37px;
	width: 500px;
	height: 300px;
	background: #033782;
}
.ceo-cont .tit h3 {
	position: relative;
	margin: 0;
	padding: 140px 20px 0 50px;
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.6;
	word-break: keep-all;
	box-sizing: border-box;
	text-align: left;
	letter-spacing: -1px;
}
.ceo-cont .tit h3:before{
	content:''; display:block; position:absolute; top:-23px; left:50px; width:1px; height:144px; margin:0; background:#fff;
}
.ceo-cont .tit h3 span{display:block; font-weight:600;}
.ceo-cont .text {
	padding: 80px 20px 70px 20px;
	max-width: 1170px;
	margin: 0 auto;
	font-size: 16px;
}
.ceo-cont .text:after{clear:both; content:""; display:block;}
.ceo-cont .text .left-text {
	float:left;
	width:48%;
	text-align:justify;
}
.ceo-cont .text .right-text{
	float:right;
	width:48%;
	text-align:justify;
}
.ceo-cont .sign {
	text-align:right;
	font-size:1.125em;
	font-weight:bold;
	color:#222;
	margin-top:60px;
	padding-right:20px;
	background-repeat:no-repeat;
	background-position:right center;
	line-height:50px;
}
.ceo-cont .sign .name {
	font-size: 24px;
	margin-left: 10px;
}
.ceo-cont .sign .name img {
	width: 120px;
}

@media (max-width: 990px){
	.ceo-cont .tit {
		position:relative;
		width:100%;
		height:auto;
		padding:0 50px 40px 0px;
		top:0;
		right:0;
	}
	.ceo-cont .tit h3 {
		font-size: 19px;
		line-height: 1.6em;
		padding: 90px 10px 0 50px;
	}
	.ceo-cont .tit h3:before{
		height: 90px;
	}
	.ceo-cont .img {
		height: 250px;
	}
	.ceo-cont .img:before{
		left: 50%;
		width: 300px;
		height: 300px;
		margin-left:-150px;
		background-size:cover;
	}
	.ceo-cont .text {
		padding: 20px 20px 70px 20px;
		font-size: 13px;
	}
	.ceo-cont .text .left-text {
		width:100%;
		clear:both;
	}
	.ceo-cont .text .right-text {
		width:100%;
		padding-top:20px;
		clear:both;
	}
	.ceo-cont .sign {
		margin-top: 0px;
		line-height: 0px;
	}
}






/* history */
.history .timeline-centered,
.history .timeline-centered .timeline-item,
.history .timeline-centered .timeline-info,
.history .timeline-centered .timeline-marker,
.history .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
}
.history .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
	font-size: 18px;
}
.history .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
}
.history .timeline-centered .timeline-info,
.history .timeline-centered .timeline-content {
    width: 48%;
}
.history .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
}
.history .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
}
.history .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
}
.history .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
}
.history .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
	margin-top: 0px;
}
.history .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
}
.history .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
}
.history .timeline-centered .period .timeline-title {
    left: auto;
}

.history .marker-outline .timeline-marker:before {
	background: transparent;
	border-color: #ff6b6b;
}
.history .marker-outline .timeline-item:hover .timeline-marker:before {
	background: #ff6b6b;
}

.history .timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.history .timeline-item {
  padding-left: 40px;
  position: relative;
}
.history .timeline-item:last-child {
  padding-bottom: 0;
}

.history .timeline-info {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.history .timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.history .timeline-marker:before {
  background: #ccd5db;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.history .timeline-marker:after {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.history .timeline-item:last-child .timeline-marker:after {
  content: none;
}

.history .timeline-item:not(.period):hover .timeline-marker:before {
  background: #264295;
  width: 15px;
  height: 15px;
}

.history .timeline-content {
  padding-bottom: 40px;
}
.history .timeline-content p:last-child {
  margin-bottom: 0;
}

.history .period {
  padding: 0;
}
.history .period .timeline-info {
  display: none;
}
.history .period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #ccd5db;
  border-bottom: 3px solid #ccd5db;
}
.history .period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.history .period .timeline-content {
  padding: 40px 0 70px;
}
.history .period .timeline-title {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
}





.location .text table {
    width: 100%;
	border-top: 2px #222 solid;
    border-bottom: 1px #ddd solid;
	text-align: left;
}
.location .text caption {
    font-weight: 900;
    color: #222;
    font-size: 18px;
    /* padding-top: 15px; */
}
.location .text table th, .location .text table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px #ddd solid;
}
.location .text table th {
    width: 120px;
    padding-left: 18px;
    font-weight: 600;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.business1 .layout {
	padding: 0px 0 0px 0;
}
.business1 .wide.bg {
	width: 100%;
	height: 900px;
	background: url(../images/sub/business-bg01.png) no-repeat top center;
	overflow: hidden;
	text-align: right;
	margin-top: -100px;
	margin-bottom: 0px;
}
.business1 .wide.bg img {
	position: relative;
	width: 70%;
	margin: auto;
	text-align: center;
	margin-top: 100px;
}

.business1 .page-content {
  display: grid;
  grid-gap: 50px;
  max-width: 1200px;
  margin: 250px auto 0;
}
@media (min-width: 600px) {
  .business1 .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .business1 .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.business1 .page-content div:nth-child(2n) {
	margin-top: 70px;
}
.business1 .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  cursor: pointer;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .business1 .card {
    height: 400px;
  }
}
.business1 .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.business1 .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}
.business1 .card:nth-child(1):before {
  background-image: url(/assets/images/sub/site-img-ex01.jpg);
  background-position: center;
}
.business1 .card:nth-child(2):before {
  background-image: url(/assets/images/sub/site-img-ex02.jpg);
  background-position: center;
}
.business1 .card:nth-child(3):before {
  background-image: url(/assets/images/sub/site-img-ex06.jpg);
  background-position: center;
}
.business1 .card:nth-child(4):before {
  background-image: url(/assets/images/sub/site-img-ex05.jpg);
  background-position: center;
}
.page-content .card .layer-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
	width: 100%;
    height: 100%;
}

.business1 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 100;
}
.business1 .content > * + * {
  margin-top: 1rem;
}

.business1 .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.business1 .copy {
  font-size: 1.125rem;
  line-height: 1.35;
}

.business1 .btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.business1 .btn:hover {
  background-color: #0d0d0d;
}
.business1 .btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .business1 .card:after {
    transform: translateY(0);
  }

  .business1 .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .business1 .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.business1 .card:hover,
.business1 .card:focus-within {
    align-items: center;
  }
.business1 .card:hover:before,
.business1 .card:focus-within:before {
    transform: translateY(-4%);
  }
.business1 .card:hover:after,
.business1 .card:focus-within:after {
    transform: translateY(-50%);
  }
.business1 .card:hover .content,
.business1 .card:focus-within .content {
    transform: translateY(0);
  }
.business1 .card:hover .content > *:not(.title),
.business1 .card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(700ms / 8);
  }

.business1 .card:focus-within:before,
.business1 .card:focus-within:after,
.business1 .card:focus-within .content,
.business1 .card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}


.wide.bgcolor {
	background: #f9f9f9;
}
.business1-cont {
	width: 1200px;
	margin: 0 auto 100px;
	display: flex;
    justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.business1-cont .slider-title {
	width: 250px;
}
.business1-cont .slider-title h3 {
	font-size: 20px;
	font-weight: 500;
	color: #3a82c3;
	margin-bottom: 40px;
}
.business1-cont .slider-title p {
	font-size: 34px;
	line-height: 40px;
	font-weight: 500;
	color: #222;
}
.business1-cont .slider-img {
	width: 950px;
	height: 400px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.business1-cont .slider-img .img {
	position: relative;
}
.business1-cont .slider-img img {
	position: relative;
	z-index: 10;
}
.business1-cont .slider-img .img-bg {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	width: 100%;
    height: 100%;
}
.business1-cont .slider-img .desc {
	position: absolute;
	bottom: 150px;
	left: 50px;
	color: #fff;
	z-index: 100;
}
.business1-cont .slider-img .swiper-slide {
	position: relative;
}
.business1-cont .slider-img .desc h2 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	opacity: 0;
	transform: translateX(50px);
}
.business1-cont .slider-img .desc p {
	font-size: 16px;
	font-weight: 500;
	color: #ddd;
	opacity: 0;
	transform: translateX(100px);
}
.business1-cont .slider-img .swiper-slide.swiper-slide-active .desc h2 {
	transform: translateX(0);
	transition: all 1s ease;
	opacity: 1;
}
.business1-cont .slider-img .swiper-slide.swiper-slide-active .desc p {
	transform: translateX(0);
	transition: all 1s ease;
	opacity: 1;
}
.business1-cont .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.business1-cont .swiper-pagination-bullet {
    background: #ddd;
}


.business1-cont2 {
	width: 1200px;
	margin: auto;
	padding: 100px 0;
}

.business1-cont2 .inner-box {
	display: inline-flex;
    justify-content: center;
	gap: 20px;
}
.business1-cont2 .inner-box .item {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    min-height: auto;
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
	position: relative;
    background-color: #fff;
    transition: all 0.5s ease-out;
	cursor: pointer;
	width: 100%;
}
.business1-cont2 .inner-box .item:hover {
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 40%);
    transition: all 0.5s ease-out;
}
.business1-cont2 .thumb-box {
    width: 100%;
    padding-top: 300px;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 2000;
    overflow: hidden;
}
.business1-cont2 .thumb-box .layer-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
	width: 100%;
    height: 100%;
}
.business1-cont2 .thumb-box .inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
	z-index: 4;
}
.business1-cont2 .thumb-box .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: -webkit-transform cubic-bezier(.22,.61,.36,1) .4s;
    transition: transform cubic-bezier(.22,.61,.36,1) .4s;
    transition: transform cubic-bezier(.22,.61,.36,1) .4s, -webkit-transform cubic-bezier(.22,.61,.36,1) .4s;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform cubic-bezier(.22,.61,.36,1) .4s;
    -o-transition: transform cubic-bezier(.22, .61, .36, 1) .4s;
    -ms-transform: translate(-50%, -50%);
	transition: all 1s ease;
}
.business1-cont2 .thumb-box:hover img {
    transform: scale(1.1) translate(-50%, -50%);
	transition: all 1s ease;
}
.business1-cont2 .card--body {
    position: relative;
    padding: 15px;
    border: 10px solid transparent;
    text-align: left;
    z-index: 2;
}
.business1-cont2 .card--body:before {
    content: '';
    position: absolute;
    top: -84px;
    left: 50%;
    width: 500px;
    height: 89px;
    display: block;
    transform: translate(-50%, 0);
    z-index: -1;
    background: url(../images/sub/round-bg.png) no-repeat center / cover;
}
.business1-cont2 .card--body .tit {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 600;
	padding-bottom: 10px;
	display: block;
    width: 100%;
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: keep-all;
}
.business1-cont2 .card--body .pt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	font-size: 15px;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    min-height: 3em;
    max-height: 3em; */
    color: #666666;
    margin-bottom: 20px;
}
.business1-cont2 .card--body ul li {
    display: inline-block;
    margin-left: 0;
    color: #666;
    font-size: 15px;
}
.business1-cont2 .card--body ul li em {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    font-size: 0;
}

.business2 .layout {
	padding: 0px 0 0px 0;
}
.business1-cont3 {
	margin-top: 100px;
}
.business1-cont3 ul li:nth-child(odd) {
    flex-direction: row-reverse;
}
.business1-cont3 ul li {
    background: #f9f9f9;
    display: flex;
    align-items: center;
}
.business1-cont3 ul li .img {
    background: none no-repeat center / cover;
    padding-bottom: 60%;
	background-size: 230%;
    transition: background-size .3s ease;
    -moz-transition: background-size .3s ease;
    -web-kit-transition: background-size .3s ease;
}
.business1-cont3 ul li:hover .img {
    background-size: 250%;
}
.business1-cont3 ul li .txt {
    padding: 0 150px;
	box-sizing: border-box;
}
.business1-cont3 ul li > * {
    width: 50%;
}
.business1-cont3 .sub-title {
    color: #3a82c3;
	font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}
.business1-cont3 .sub-title2 {
    font-size: 26px;
    font-weight: 500;
	margin-bottom: 6px;
}
.business1-cont3 .sub-cont {
    font-size: 15px;
    font-weight: 400;
	color: #888;
}

.business1-cont4 {
	padding: 100px 0;
	width: 1200px;
	margin: auto;
}
.business1-cont4 .header-title {
	text-align: left;
}
.business1-cont4 .header-title h2 {
	font-size: 14px;
}
.business1-cont4 .header-title p {
	font-size: 28px;
	font-weight: 500;
	color: #222;
}
.business1-cont4 .inner-box {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.business1-cont4 .inner-box .swiper-slide {
	width: 100%;
}
.business1-cont4 .inner-box .desc {
	position: absolute;
	z-index: 1000;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
	margin: auto;
	color: #fff;
}
.business1-cont4 .inner-box .desc h2 {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 10px;
}
.business1-cont4 .inner-box .desc p {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}



.business2-cont2 {
	width: 1200px;
	margin: auto;
	padding: 100px 0;
}

.business2-cont2 .inner-box {
	display: inline-flex;
    justify-content: center;
	gap: 20px;
}
.business2-cont2 .inner-box .item {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    min-height: auto;
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
	position: relative;
    background-color: #fff;
    transition: all 0.5s ease-out;
	cursor: pointer;
	width: 100%;
}
.business2-cont2 .inner-box .item:hover {
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 40%);
    transition: all 0.5s ease-out;
}
.business2-cont2 .thumb-box {
    width: 100%;
    padding-top: 300px;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 2000;
    overflow: hidden;
}
.business2-cont2 .thumb-box .inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
	z-index: 4;
}
.business2-cont2 .thumb-box .layer-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
	width: 100%;
    height: 100%;
}
.business2-cont2 .thumb-box .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: -webkit-transform cubic-bezier(.22,.61,.36,1) .4s;
    transition: transform cubic-bezier(.22,.61,.36,1) .4s;
    transition: transform cubic-bezier(.22,.61,.36,1) .4s, -webkit-transform cubic-bezier(.22,.61,.36,1) .4s;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform cubic-bezier(.22,.61,.36,1) .4s;
    -o-transition: transform cubic-bezier(.22, .61, .36, 1) .4s;
    -ms-transform: translate(-50%, -50%);
	transition: all 1s ease;
}
.business2-cont2 .thumb-box:hover img {
    transform: scale(1.1) translate(-50%, -50%);
	transition: all 1s ease;
}
.business2-cont2 .card--body {
    position: relative;
    padding: 15px;
    border: 10px solid transparent;
    text-align: left;
    z-index: 2;
}
.business2-cont2 .card--body:before {
    content: '';
    position: absolute;
    top: -84px;
    left: 50%;
    width: 500px;
    height: 89px;
    display: block;
    transform: translate(-50%, 0);
    z-index: -1;
    background: url(../images/sub/round-bg.png) no-repeat center / cover;
}
.business2-cont2 .card--body .tit {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 600;
	padding-bottom: 10px;
	display: block;
    width: 100%;
    overflow: hidden;
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: keep-all;
}
.business2-cont2 .card--body .pt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	font-size: 15px;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    min-height: 3em;
    max-height: 3em; */
    color: #666666;
    margin-bottom: 20px;
}
.business2-cont2 .card--body ul li {
    display: inline-block;
    margin-left: 0;
    color: #666;
    font-size: 15px;
}
.business2-cont2 .card--body ul li em {
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    font-size: 0;
}

@media screen and (max-width: 990px) {
	.board-view .tit {
		width: 25%;
	}

	.experience-content .media-info-all ul {
		flex-wrap:wrap;
	}
	.experience-content .media-info-all ul li {
		width: 100%;
		margin-right: 0;
	}
	.experience-content .tit {
		margin: 12px 0;
	}

	.sub-top__title-english {
		font-size: 16px;
		padding-bottom: 0px;
		font-weight: 400;
	}
	.sub-top__title {
		font-size: 30px;
		padding-bottom: 35px;
	}
	.sub-top__title-desc {
		font-size: 14px;
	}
	.sub-top-header h1:after {
		margin-top: 85px;
		width: 30px;
		height: 1px;
	}
	.sub-top-header {
		padding-left: 0vw;
		padding-bottom: 5vw;
		height: auto;
	}
	.sub-menu {
		margin-top: 0px;
	}
	.sub-top-menu .sub-menu-home__icon {
		background-size: 12px;
	}
	.btn-home {
		width: 8vw;
    height: 8vw;
    background-size: cover;
    margin-top: 1vw;
    margin-right: 2vw;
	}

	.sub-nav {
		width: 100%;
		margin: auto;
		position: relative;
	}

	.sub-top-menu .sub-menu .sub-menu-depth {
		float: left;
		width: 130px;
		height: 48px;
		background-repeat: no-repeat;
		background-position: 95% 50%;
		background-image: url(/assets/images/sub/sub-dropdown-arrow.png);
		padding-left: 20px;
		font-size: 13px;
		color: #2a2a2a;
		box-sizing: border-box;
		position: relative;
		line-height: 48px;
		font-weight: 500;
		margin-right: 10px;
		letter-spacing: -0.4px;
		text-align: left;
	}
	.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__item {
		width: 130px;
		height: 36px;
	}
	.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__link {
		font-size: 13px;
		line-height: 36px;
	}
	.sub-content-area {
		padding: 0 0px 60px;
		max-width: 100%;
		margin: 80px auto 0;
		box-sizing: border-box;
	}

	.sub-content-impact {
		font-size: 25px;
		padding-bottom: 40px;
	}

	.contentWrap {
		display: block;
		margin-bottom: 60px;
	}
	.contentWrap .rightWrap {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.contentWrap .rightWrap h2 {
		font-size: 23px;
		font-weight: 500;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.contentWrap .rightWrap .tit {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.contentWrap .rightWrap .desc li {
		color: #666;
		font-size: 15px;
		font-weight: 500;
		margin-left: 20px;
		text-align: justify;
	}
	.contentWrap .rightWrap .desc {
		margin-bottom: 40px;
	}

	.contentWrap .leftWrap {
		max-width: 100%;
		width: 100%;
	}


}




@media screen and (max-width: 990px) {
   	.sub-top-header {
		padding-top: 120px;
	}
	.layout h1 {
		font-size: 2.5rem;
		padding-bottom: 15px;
		line-height: 40px;
	}

	.sub-top-bg {
		padding-top: 0;
		height: 70vw;
	}

	.sub01 .sub-top-bg {
	  background-image: url("../images/sub/sub-bg01.jpg");
	  background-position: -100px 0px;
	  background-size: cover;
	}
	.sub02 .sub-top-bg {
	  background-image: url("../images/sub/sub-bg02.jpg");
	  background-position: -200px 0px;
	  background-size: cover;
	}
	.sub03 .sub-top-bg {
	  background-image: url("../images/sub/sub-bg02.jpg");
	  background-position: -200px 0px;
	  background-size: cover;
	}
	.sub04 .sub-top-bg {
	  background-image: url("../images/sub/sub-bg03.jpg");
	  background-position: -100px 0px;
	  background-size: cover;
	}
	.sub05 .sub-top-bg {
	  background-image: url("../images/sub/sub-bg05.jpg");
	  background-position: -700px 0px;
	  background-size: cover;
	}
	.sub06 .sub-top-bg {
	  background-image: url("../images/sub/sub-bg06.jpg");
	  background-position: -700px 0px;
	  background-size: cover;
	}

	.business1 .layout {
		padding: 0px 0 0px 0;
	}
	.business2 .layout {
		padding: 0px 0 0px 0;
	}
	.overview .wide {
		height: 350px;
		margin-top: -150px;
	}
	.overview .wide img {
		width: 100%;
		margin-top: 165px;
	}
	.layout .info {
		width: 100%;
		font-size: 13px;
		padding: 0 10px;
	}
	.layout .info .overview-text h2 {
		font-size: 22px;
		margin-bottom: 30px;
		font-weight: 600;
	}

	.business1 .page-content {
		display: block;
		max-width: 100%;
		margin: 120px 10px 0;
	}
	.business1 .page-content div:nth-child(2n) {
		margin-top: 10px;
	}
	.business1 .page-content div:nth-child(3n) {
		margin-top: 10px;
	}
	.business1 .title {
		font-size: 20px;
	}
	.business1 .copy {
		font-size: 1.0rem;
	}
	.business1 .content {
		padding: 2rem 1rem;
	}
	.business1 .wide.bg {
		height: 100%;
		margin-bottom: 50px;
	}
	.business1-cont2 {
		width: 100%;
		margin: auto;
		padding: 30px 10px;
	}
	.business1-cont2 .inner-box {
		display: block;
	}
	.business1-cont2 .inner-box .item {
		margin-bottom: 10px;
	}
	.layout .header-title h2 {
		font-size: 26px;
	}
	.layout .header-title p {
		font-size: 14px;
	}
	.business1-cont2 .card--body .tit {
		font-size: 18px;
	}
	.business1-cont2 .card--body .pt {
		font-size: 14px;
	}
	.business1-cont4 {
		padding: 30px 10px;
		width: 100%;
	}
	.business1-cont4 .inner-box {
		width: 100%;
		margin: auto;
		overflow: hidden;
		position: relative;
		border-radius: 20px;
	}
	.layout .header-title p {
		margin-bottom: 20px;
	}

	.business2 .layout {
	}
	.business1-cont {
		width: 100%;
		height: 100%;
		margin: auto;
		display: block;
		padding: 0 10px 30px;
	}
	.business1-cont .slider-title {
		width: 100%;
	}
	.business1-cont .slider-title h3 {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.business1-cont .slider-title p {
		font-size: 24px;
		line-height: 32px;
		font-weight: 500;
		color: #222;
		margin-bottom: 20px;
	}
	.business1-cont .slider-img {
		width: 100%;
		height: 100%;
	}
	.business1-cont .slider-img .desc {
		bottom: 50px;
		left: 20px;
		right: 10px;
	}
	.business1-cont .slider-img .desc h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.business1-cont .slider-img .desc p {
		font-size: 14px;
		font-weight: 500;
		color: #ddd;
		opacity: 0;
		transform: translateX(100px);
	}
	.business2-cont2 {
		width: 100%;
		padding: 30px 10px;
	}
	.business2-cont2 .inner-box {
		display: block;
	}
	.business2-cont2 .inner-box .item {
		margin-bottom: 10px;
	}
	.business2-cont2 .card--body .tit {
		font-size: 18px;
	}
	.business2-cont2 .card--body .pt {
		font-size: 14px;
	}

	.business1-cont3 {
		margin-top: 30px;
	}
	.layout .header-title {
		margin: auto 10px;
	}

	.business1-cont3 ul li > * {
		width: 100%;
	}
	.business1-cont3 ul li .txt {
		padding: 20px 20px 40px;
	}
	.business1-cont3 ul li {
		display: block;
	}
	.business1-cont3 .sub-title {
		margin-bottom: 10px;
	}
	.business1-cont3 .sub-title2 {
		font-size: 20px;
	}
	.business1-cont3 .sub-cont {
		font-size: 13px;
	}

	.layout .info .map .root_daum_roughmap .wrap_map {
		height: 300px;
	}
	.layout .info .map .root_daum_roughmap {
		height: 300px;
	}
	
	.header > .header-inner > .m-menu-wrap > .m-gnb {
		margin-top: 20px;
	}

}



.tbl-type1 {
	width: 100%;
}
.tbl-type1 thead {
	height: 60px;
	background: #efefef;
	font-weight: 500;
	font-size: 18px;
}
.tbl-type1 tbody {
	height: 60px;
}
.tbl-type1 .txt-left {
	text-align: left;
}
.tbl-type1 .txt-center {
	text-align: center;
}
.tbl-type1 .td-title {
	padding: 0px 20px;
	font-weight: 500;
	width: 20%;
}
.tbl-type1 .td-desc {
	padding: 20px;
}
.tbl-type1 .r-line {
	border-right: 1px solid #ddd;
}
.tbl-type1 .b-line {
	border-bottom: 1px solid #ddd;
}




.tbl-type2 {
	width: 100%;
}
.tbl-type2 thead {
	height: 50px;
	background: #efefef;
	font-weight: 500;
	font-size: 18px;
}
.tbl-type2 tbody {
	height: 40px;
}
.tbl-type2 .txt-left {
	text-align: left;
}
.tbl-type2 .txt-center {
	text-align: center;
}
.tbl-type2 .td-title {
	padding: 0px 10px;
	font-weight: 500;
	width: 5%;
}
.tbl-type2 .td-desc {
	padding: 10px;
}
.tbl-type2 .r-line {
	border-right: 1px solid #ddd;
}
.tbl-type2 .b-line {
	border-bottom: 1px solid #ddd;
}




.tbl-type3 {
	width: 100%;
}
.tbl-type3 thead {
	height: 90px;
	background: #efefef;
	font-weight: 500;
	font-size: 14px;
}
.tbl-type3 tbody {
	height: 40px;
	font-size: 14px;
}
.tbl-type3 .txt-left {
	text-align: left;
}
.tbl-type3 .txt-center {
	text-align: center;
}
.tbl-type3 .td-title {
	padding: 0px 10px;
	font-weight: 500;
	width: 10%;
}
.tbl-type3 .td-desc {
	padding: 10px;
}
.tbl-type3 .r-line {
	border-right: 1px solid #ddd;
}
.tbl-type3 .b-line {
	border-bottom: 1px solid #ddd;
}



.product .info {
	letter-spacing: -0.05em;
}
.product .info h1 {
	font-size: 36px;
	color: #4eb3cc;
	padding-top: 50px;
	padding-bottom: 30px;
	line-height: 30px;
	font-weight: 600;
}
.product .info h1 span {
	color: #9ac148;
}
.product .info h2 {
	font-size: 60px;
	color: #4eb3cc;
	font-weight: bold;
	letter-spacing: -2px;
}

.product .info .desc01 {
	font-size: 24px;
	color: #000;
	font-weight: 500;
	margin: 40px 0;
}
.product .info .desc02 {
	font-size: 20px;
	color: #666;
	font-weight: 500;
	margin: 40px 0;
}
.product .cont-img img {
	width: 240px;
}
.product .w-flex {
	display: flex;
	margin: 90px auto 0;
	gap: 50px;
	padding: 0 100px;
}
.product .info .desc03 {
	text-align: left;
}
.product .info .desc03 p {
	font-size: 24px;
	color: #111;
	font-weight: 300;
}
.product .info .desc03 h2 {
	font-size: 28px;
	color: #111;
	font-weight: 500;
	color: #94d60a;
}
.desc03-cont:nth-child(1) {
	padding-top: 54px;
}
.desc03-cont:nth-child(2) {
	padding-top: 110px;
}
.desc03-cont:nth-child(3) {
	padding-top: 100px;
}
.desc03-cont:nth-child(4) {
	padding-top: 70px;
}
.text-img img {
	width: 44%;
}

.product1-wrap {
	letter-spacing: -1px;
	padding-top: 50px;
}
.product1-wrap span {
	color: #15367d;
	font-weight: bold;
}
.product1-wrap img {
	text-align: center;
	margin: auto;
	max-width: 100%;
}
.product1-wrap .img01 {
	width: 500px;
	margin: auto;
}
.txt01-01 {
	font-size: 70px;
	color: #15367d;
	font-weight: bold;
	margin-top: 50px;
	letter-spacing: -2px;
}
.txt01-02 {
	font-size: 26px;
	color: #1cc1dd;
	font-weight: bold;
	margin-top: 10px;
}
.txt02-01 {
	font-size: 40px;
	color: #15367d;
	font-weight: bold;
	margin-top: 30px;
	line-height: 50px;
}
.txt02-02 {
	font-size: 20px;
	color: #222;
	font-weight: 400;
	margin-top: 20px;
}
.txt03-01 {
	font-size: 70px;
	color: #15367d;
	font-weight: bold;
	margin-top: 80px;
	letter-spacing: -2px;
	line-height: 80px;
}
.txt03-02 {
	font-size: 20px;
	color: #222;
	font-weight: 400;
	margin-top: 20px;
}
.txt04-01 {
	font-size: 40px;
	color: #15367d;
	font-weight: bold;
	margin-top: 80px;
	letter-spacing: -2px;
}
.txt04-02 {
	font-size: 18px;
	color: #222;
	font-weight: 400;
	margin-top: 20px;
	line-height: 34px;
}
.img03 {
	margin-top: 50px;
}
.txt05-01 {
	font-size: 22px;
	color: #222;
	font-weight: 400;
	margin-top: 50px;
	line-height: 34px;
}
.txt05-02 {
	font-size: 18px;
	color: #222;
	font-weight: 400;
	margin-top: 40px;
	line-height: 34px;
}
.txt06-01 {
	font-size: 40px;
	color: #1cc1dd;
	font-weight: bold;
	margin-top: 120px;
	margin-bottom: 30px;
	line-height: 50px;
}
.txt06-01 .blue {
	color: #15367d;
}
.txt06-01 .orange {
	color: #94d509;
}

.txt07 {
	margin-top: 80px;
}
.icon-txt {
	margin-bottom: 70px;
}
.txt07 .icon {
	width: 200px;
	margin: auto;
}
.txt07 .tit {
	color: #15367d;
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
}
.txt07 .desc {
	color: #222;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}



@media screen and (max-width:990px) {
	.product1-wrap .img01 {
		width: 200px;
		margin: auto;
	}

	.txt01-01 {
		font-size: 34px;
		color: #15367d;
		font-weight: bold;
		margin-top: 40px;
	}
	.txt01-02 {
		font-size: 18px;
		color: #1cc1dd;
		font-weight: bold;
		margin-top: 10px;
	}
	.txt02-01 {
		font-size: 26px;
		color: #15367d;
		font-weight: bold;
		margin-top: 30px;
		line-height: 36px;
	}
	.txt02-02 {
		font-size: 15px;
		color: #222;
		font-weight: 400;
		margin-top: 20px;
	}
	.txt03-01 {
		font-size: 34px;
		color: #15367d;
		font-weight: bold;
		margin-top: 80px;
		letter-spacing: -2px;
		line-height: 42px;
	}
	.txt03-02 {
		font-size: 15px;
		color: #222;
		font-weight: 400;
		margin-top: 20px;
	}
	.txt04-01 {
		font-size: 34px;
		color: #15367d;
		font-weight: bold;
		margin-top: 80px;
		letter-spacing: -2px;
	}
	.txt04-02 {
		font-size: 15px;
		color: #222;
		font-weight: 400;
		margin-top: 20px;
		line-height: 30px;
	}
	.txt05-01 {
		font-size: 17px;
		color: #222;
		font-weight: 400;
		margin-top: 50px;
		line-height: 27px;
	}
	.txt05-02 {
		font-size: 15px;
		color: #222;
		font-weight: 400;
		margin-top: 40px;
		line-height: 25px;
	}
	.txt06-01 {
		font-size: 28px;
		color: #1cc1dd;
		font-weight: bold;
		margin-top: 70px;
		line-height: 36px;
	}
	.txt07 .icon {
		width: 150px;
	}
	.txt07 .tit {
		color: #15367d;
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
	}
	.txt07 .desc {
		color: #222;
		font-size: 15px;
		line-height: 26px;
		font-weight: 400;
		margin-top: 10px;
	}
	.icon-txt {
		margin-bottom: 50px;
	}


	.product .info h1 {
		font-size: 27px;
		color: #4eb3cc;
		padding-bottom: 0px;
		line-height: 40px;
		font-weight: 600;
		padding-top: 0;
	}
	.product .info h2 {
		font-size: 34px;
		color: #4eb3cc;
		font-weight: bold;
		line-height: 44px;
	}
	.product .info .desc01 {
		font-size: 18px;
		color: #000;
		font-weight: 500;
		margin: 40px 0;
	}
	.product .info .desc02 {
		font-size: 16px;
		color: #666;
		font-weight: 500;
		margin: 40px 0;
	}
	.product .w-flex {
		margin: 40px auto 0;
		gap: 10px;
		padding: 0 0px;
	}
	.product .info .desc03 h2 {
		font-size: 24px;
		color: #111;
		font-weight: 500;
		color: #94d60a;
	}
	.product .info .desc03 p {
		font-size: 16px;
		color: #111;
		font-weight: 300;
	}
	.desc03-cont:nth-child(1) {
		padding-top: 20px;
	}
	.desc03-cont:nth-child(2) {
		padding-top: 20px;
	}
	.desc03-cont:nth-child(3) {
		padding-top: 20px;
	}
	.desc03-cont:nth-child(4) {
		padding-top: 20px;
	}

	.product1-wrap {
		padding-top: 30px;
	}

	.tbl-type1 thead {
		height: 60px;
		background: #efefef;
		font-weight: 500;
		font-size: 15px;
	}
	.tbl-type1 .td-desc {
		padding: 10px;
	}

	.tbl-type2 thead {
		font-size: 15px;
	}

	.sub01 .tbl-type3 {
		width: 1000px;
	}

	.sub01 .tbl-type4 {
		width: 1000px;
	}

	.sub01 #tab-area3 {
		overflow-x: auto;
	}
	.sub01 #tab-area4 {
		overflow-x: auto;
	}

	.layout .info .overview-text .cont-desc {
		padding: 20px 20px 0;
	}
	.layout .info .overview-text .title h2 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.info .title {
		padding: 20px 16px;
		margin-top: 70px;
	}
	.layout .info .overview-text .desc h2 {
		font-size: 19px;
	}
	.layout .info .overview-text .img {
		margin-top: 80px;
		padding-bottom: 30px;
	}
	.overview .text table th {
		width: 100px;
		padding-left: 18px;
		font-weight: 600;
	}
	.layout .info .overview-text .desc {
		margin-bottom: 30px;
	}
}