@charset "UTF-8";
/* main.css 01/08/21 */
/* overflow for main page */
.main {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}
.main.fp-responsive {
	overflow: visible !important;
}
/* diff-type for main page */
.main .header {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	background-color: transparent;
	transition: background-color .3s;
}
.main .header.default-type {
	border-bottom: none;
	background-color: #fff;
}
.main .header.active {
	border-bottom: 0;
	background-color: #fff;
}
.main .header .common-type-logo {
	display: none;
}
.main .header.default-type .common-type-logo {
	display: block;
}
.main .header.active .common-type-logo {
	display: block;
}
.main .header .diff-type-logo {
	display: block;
}
.main .header.default-type .diff-type-logo {
	display: none;
}
.main .header.active .diff-type-logo {
	display: none;
}
.main .header .nav-dp1-anchor {
	color: #fff;
}
.main .header.default-type .nav-dp1-anchor {
	color: #222;
}
.main .header.active .nav-dp1-anchor {
	color: #222;
}
.main .header .nav-dp1-anchor.active {
	color: #2e3192;;
}
.main .header .lang-select a {
	color: #fff;
}
.main .header .current-lang:after {
	background: url('../../img/common/ico_btn_lang_diff.png') 0 0 no-repeat;
}
.main .header.active .current-lang:after,
.main .header.default-type .current-lang:after,
.main .header .lang-select.active .current-lang:after {
	background: url('../../img/common/ico_btn_lang.png') 0 0 no-repeat;
}
.main .header.active .lang-select a {
	color: #222;
}
.main .header.default-type .lang-select a {
	color: #222;
}
.main .header .lang-select.active a {
	color: #222;
}
.main .header .lang-select .lang-list a {
	color: #999;
}
/*.main .header .btn-total-menu {
	background: url('../../img/common/ico_btn_total_diff.png') 0 0 no-repeat;
}
.main .header.default-type .btn-total-menu {
	background: url('../../img/common/ico_btn_total.png') 0 0 no-repeat;
}
.main .header.active .btn-total-menu {
	background: url('../../img/common/ico_btn_total.png') 0 0 no-repeat;
}*/
/* main.css */
body.main.lock-down {
	overflow: hidden !important;
}
.main-content .section {
	position:relative;
	overflow:hidden;
	transition:background-position 1s ease;
}
.main-content .fp-tableCell {
	position:relative;
	overflow:hidden;
}
.main-content .section:last-child,
.main-content .section:last-child .fp-tableCell {
	overflow:visible;
}
.main-content .section.active .fp-bg,
.main-content .section.prev .fp-bg {
	transform: translateY(0);
}
.main-content .fp-bg {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height:100% !important;
	background-repeat: no-repeat;
	background-position: center 60%;
	background-size: cover;
	transition: transform 1s ease;
	transform: translateY(-60%);
}
.fp-responsive .section .fp-bg {
	transform: translateY(0);
}
.main-content .section:nth-child(1) .fp-bg {
	z-index: 5;
	background-image: url('../../img/main/bg_main_0101.jpg');
	transform: translateY(0);
}
.main-content .section:nth-child(2) .fp-bg {
	z-index: 4;
	background-image: url('../../img/main/bg_main_02.jpg');
}
.main-content .section:nth-child(3) .fp-bg {
	z-index: 3;
	background-image: url('../../img/main/bg_main_03.jpg');
}
.main-content .section:nth-child(4) .fp-bg {
	z-index: 2;
	background-image: url('../../img/main/bg_main_05.jpg');
}
/*
.main-content .section:nth-child(5) .fp-bg {
	z-index: 1;
	background-image: url('../../img/main/bg_main_05.jpg');
	background-size:100%;
	background-position:center 100%;
}
*/
.main-content .inner {
	position: relative;
	z-index: 5;
	max-width: 1740px;
	height: 100%;
	margin: 0 auto;
	padding:50px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
/*
.main-content .section:nth-child(6) .inner {
	max-width: 100%;
	padding: 0;
}
*/
.main-content .section:nth-child(5) .inner {
	max-width: 100%;
	padding: 0;
}
.main-content .footer {
	margin-top: 0;
}
.main-content .inner .footer .inner {
	max-width: 1920px;
	padding: 0 50px;
}
.main-content h2 {
	/* margin-top: 134px; */
	text-align:left;
	color: #fff;
	font-size: 85px;
	font-weight: 900;
	word-break: break-word;
	letter-spacing: -.04rem;
	line-height: 7.058rem;
}
.main-content .section:nth-child(1) {
	text-align: center;
}
.main-content .section:nth-child(1) h2 {
	margin-top: 0;
	font-size: 5.294rem;
	line-height: 6.470rem;
}
/*
.main-content .section:nth-child(5) h2 {
	color: #222;
}
*/
.main-content .section:nth-child(4) h2 {
	color: #222;
}
.fp-completely .sub-paragraph br{display:none;}
.main-content h2 + p {
	margin-top: 44px;
	color: #fff;
	font-size: 1.412rem;
	word-break: keep-all;
	letter-spacing: -.04rem;
	line-height: 1.882rem;
text-align:left;
}
/* indicate-intro */
.indicate-intro {
	position: absolute;
	bottom: 5%;
	left: 50%;
	width:60px;
	height:60px;
	transform: translateX(-50%);
}
.indicate-intro span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -10px 0 0 -15px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: indicateIntro 1.5s infinite;
	animation: indicateIntro 1.5s infinite;
}

@keyframes indicateIntro {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
/* indicate-page */
.indicate-page {
	position: absolute;
	bottom: 0;
	left: 50px;
}
.indicate-page p {
	position: relative;
	padding-bottom: 110px;
	color: #fff;
	font-size: .705rem;
	font-weight: 700;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.indicate-page p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 84px;
	background-color: #fff;
	transform: translateX(-50%);
	opacity: .3;
}
.indicate-page p:before {
	content: '';
	position: absolute;
	top: 65px;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	border-radius: 4px;
	background: #fff;
	animation-name: indicatePage;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}
@keyframes indicatePage {
	0% {
		opacity: 1;
	}
	100% {
		transform: translateY(84px);
		opacity: 0;
	}
}


/* News */
.news{
	width: 100%
}
.news li{
	float: left;
	margin-right: 20px;
	width: 480px;
	box-sizing: border-box;
}
.news li:last-child{
	margin-right: 0px;
}
.news:after{
	content: '';
	display: block;
	clear: both;
}

/* board-group */
.board-group.swiper-slide {
	overflow: hidden;
	margin-top: 60px;

}
.board-panel {
	float: left;
	width: 100%;
	border-top: 2px solid #080b10;
}
.board-panel:nth-child(2) {
	margin: 0 100px;
}
.board-panel .title {
	margin-top: 25px;
	font-size: .882rem;
	font-weight: 400;
}
.board-panel .head-line {
	display: -webkit-box;
	overflow: hidden;
	max-width: 100%;
	min-height: 80px;
	margin-top: 25px;
	font-size: 1.5rem;
	font-weight: 700;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.board-panel span {
	display: block;
	margin: 10px 0;
	color: #666;
	font-size: .882rem;
	text-align: right;
}
.board-panel .img{
	width: 100%;
	height: 250px;
	border: 1px solid #efefef;
	background-color: #efefef;
	box-sizing: border-box;
position:relative;
}
.board-panel .img img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;


}
.board-panel ul {
	margin-top: 60px;
}
.board-panel ul > li {
	overflow: hidden;
	line-height: 2.352rem;
}
.board-panel ul > li > a {
	display: block;
	float: left;
	width: 80%;
	font-size: 1.176rem;
	font-weight: 300;
}
.board-panel ul > li em {
	float: right;
	color: #666;
	font-size: .882rem;
}
/* indicate-group */
.indicate-group {
	margin-top: 60px;
	color: #fff;
	transition: transform 3.5s, opacity 3.7s;
	transition-delay: 1s;
	transform: translateY(50px);
	opacity: 0;
}
.fp-completely .indicate-group {
	transform: translateY(0);
	opacity: 1;
}
.indicate-title {
	font-size: .941rem;
}
.indicate-process {
	position: relative;
	width: 360px;
	height: 1px;
	margin: 20px 0;
	background-color: #555a61;
}
.indicate-process > div {
	position: absolute;
	top: -1px;
	left: 0;
	height: 2px;
	background-color: #fff;
	transition: width .5s;
}
.indicate-number {
	font-size: 1.176rem;
	font-weight: 700;
}
/* earth-wrap */
.earth-wrap {
	position: absolute;
	top: 250px;
	right: 50px;
	width: 698px;
	height: 624px;
}
.earth-motion {
	position: absolute;
	top: 0;
	left: 0;
	width: 698px;
	height: 624px;
}
.earth-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 698px;
	height: 624px;
	background: url('../../img/main/img_earth.png') 50% 50% no-repeat;
	-webkit-animation: triSpin3 60s infinite;
	animation: triSpin3 60s infinite;
}
.earth-wrap .earth-img ~ div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.earth-line-front {
	background: url('../../img/main/earth_line_front.png') 50% 50% no-repeat;
	-webkit-animation: triSpin 80s infinite;
	animation: triSpin 80s infinite;
}
.earth-line-back {
	background: url('../../img/main/earth_line_back.png') 50% 50% no-repeat;
	-webkit-animation: triSpin2 90s infinite;
	animation: triSpin2 90s infinite;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.earth-menu-group li {
	position: absolute;
	width: 120px;
	height: 120px;
	color: #fff;
	text-align: center;
}
.earth-menu-group .menu-circle {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	font-size: 1.176rem;
	background: url('../../img/main/bg_earth_menu_default.png') 0 0 repeat;
	transition: width .3s, height .3s, font-size .3s;
}
.earth-menu-group .expand-group {
	display: none;
}
.earth-menu-group .menu-circle a {
	color: #fff;
}
.earth-menu-group > li:hover .menu-circle {
	width: 160px;
	height: 160px;
	font-size: 1.647rem;
	background: #ffcb08;
}
.earth-menu-group > li:hover .expand-group {
	display: block;
}
.earth-menu-group > li:hover .default-group {
	display: none;
}
.earth-menu-group .item01 {
	top: 0;
	left: 135px;
}
.earth-menu-group .item02 {
	top: 0;
	left: 460px;
}
.earth-menu-group .item03 {
	top: 250px;
	right: 0;
}
.earth-menu-group .item04 {
	right: 135px;
	bottom: 0;
}
.earth-menu-group .item05 {
	right: 460px;
	bottom: 0;
}
.earth-menu-group .item06 {
	top: 250px;
	left: 0;
}
@keyframes triSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes triSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes triSpin2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes triSpin2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes triSpin3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes triSpin3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
/* main-menu-type01 */
.main-menu-type01 {
	position: absolute;
	top: 590px;
	right: 50px;
	color: #fff;
}
.main-menu-type01 ul:after {
	content: '';
	display: block;
	clear: both;
}
.main-menu-type01 li {
	float: left;
	position: relative;
	width: 230px;
	height: 240px;
	margin-left: 20px;
	cursor: pointer;
}
.main-menu-type01 li:hover {
	width: 320px;
}
.main-menu-type01 li:after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.main-menu-type01 .item01:after {
	width: 40px;
	height: 40px;
	background: url('../../img/main/ico_menu_type01_01.png') 0 0 no-repeat;
}
.main-menu-type01 .item02:after {
	width: 42px;
	height: 44px;
	background: url('../../img/main/ico_menu_type01_02.png') 0 0 no-repeat;
}
.main-menu-type01 .item03:after {
	width: 42px;
	height: 42px;
	background: url('../../img/main/ico_menu_type01_03.png') 0 0 no-repeat;
}
.main-menu-type01 .menu-box {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 230px;
	height: 240px;
	padding: 30px 28px;
	background: url('../../img/main/bg_menu_type01_default.png') 0 0 repeat;
	transition: width .3s, height .3s;
	color: #fff;
}
.main-menu-type01 > li:hover .menu-box {
	width: 320px;
	height: 330px;
	background: #00ab9e;
}
.main-menu-type01 li:first-child {
	margin-left: 0;
}
.main-menu-type01 .default-group p {
	font-size: 1.176rem;
	letter-spacing:-1px;
}
.main-menu-type01 .expand-group {
	opacity: 0;
}
.main-menu-type01 .expand-group a {
	color: #fff;
}
.main-menu-type01 .expand-group h3 {
	width: 260px;
	font-size: 1.647rem;
	font-weight: 400;
	letter-spacing: -.04rem;
	line-height: 2.117rem;
}
.main-menu-type01 .expand-group p {
	width: 260px;
	margin-top: 30px;
	font-size: .941rem;
	letter-spacing: -.035rem;
}
.main-menu-type01 > li:hover .default-group {
	display: none;
}
.main-menu-type01 > li:hover .expand-group {
	opacity: 1;
}
/* main-menu-type02 */
.main-menu-type02 {
	position: absolute;
	top: 324px;
	right: 128px;
	width: 440px;
	transform: rotate(45deg);
}
.main-menu-type02 > li {
	overflow: hidden;
	float: left;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 10px;
	color: #fff;
	background: url('../../img/main/bg_menu_type01_default.png') 0 0 repeat;
	transition: .3s;
}
.main-menu-type02 > li:hover {
	background: #184cde;
	transform: scale(1.36);
}
.main-menu-type02 > li:nth-child(1) {
	transform-origin: 100% 100%;
}
.main-menu-type02 > li:nth-child(2) {
	transform-origin: 0 100%;
}
.main-menu-type02 > li:nth-child(3) {
	transform-origin: 100% 0;
}
.main-menu-type02 > li:nth-child(4) {
	transform-origin: 0 0;
}
.main-menu-type02 .menu-rhombus {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	text-align: center;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.main-menu-type02 .menu-rhombus a {
	color: #fff;
}
.main-menu-type02 .default-group p {
	font-size: 20px;
}
.main-menu-type02 .expand-group {
	display: none;
}
.main-menu-type02 .expand-group h3 {
	margin: 10px 0;
	font-size: 18px;
}
.main-menu-type02 .expand-group .fund-type li {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 11px;
}
.main-menu-type02 .expand-group .fund-type li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 7px;
	background-color: #7494eb;
	transform: translateY(-50%);
}
.main-menu-type02 .expand-group .fund-type li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.main-menu-type02 .expand-group .fund-type li:first-child:after {
	display: none;
}
.main-menu-type02 .expand-group .sharp-type li {
	display: inline-block;
	padding: 2px 10px 4px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 9px;
}
.main-menu-type02 > li:hover .default-group {
	display: none;
}
.main-menu-type02 > li:hover .expand-group {
	display: block;
}
/* paragraph */
.first-paragraph {
	transition-delay: 1s;
	transition: transform .5s, opacity .7s;
    transform: translateY(50px);
    opacity: 0;
}
.fp-completely .first-paragraph {
	transform: translateY(0);
    opacity: 1;
}
.second-paragraph {
	transition-delay: 1s;
	transition: transform 1.5s, opacity 1.7s;
    transform: translateY(50px);
    opacity: 0;
}
.fp-completely .second-paragraph {
	transform: translateY(0);
    opacity: 1;
}
.sub-paragraph {
	transition-delay: 1s;
	transition: transform 2.5s, opacity 2.7s;
    transform: translateY(50px);
    opacity: 0;
}
.fp-completely .sub-paragraph {
	transform: translateY(0);
    opacity: 1;
}
/* destroy fullpage */
.fp-responsive .main-content .footer {
	position: relative;
}
@media screen and (max-width: 1740px) {
	.main-content .inner {
		max-width: 1300px;
	}
	.main-content h2 {
		margin-top: 0;
		font-size: 4.118rem;
		line-height: 4.706rem;
	}
	.main-content .section:nth-child(1) h2 {
		margin-top: 140px;
		font-size: 4.706rem;
		line-height: 5.882rem;
	}
	.main-content .section:nth-child(1) h2 + p {
		margin-top: 84px;
		font-size: 1.294rem;
	}
	.main-content h2 + p {
		margin-top: 45px;
		font-size: 1.059rem;
		line-height: 1.529rem;
	}
	.indicate-intro {
		bottom: 5%;
	}
	.indicate-group {
		margin-top: 80px;
	}
	.indicate-title {
		font-size: .824rem;
	}
	.indicate-number {
		font-size: 1.059rem;
	}
	.indicate-page {
		left: 50px;
	}
	/* earth-menu */
	.earth-wrap {
		top: 170px;
		right: -20px;
	}
	.earth-motion {
		transition: all .3s ease;
		transform: scale(.7);
	}
	.earth-menu-group li {
		width: 100px;
		height: 100px;
	}
	.earth-menu-group .item01 {
		top: 90px;
		left: 170px;
	}
	.earth-menu-group .item02 {
		top: 90px;
		right: 170px;
		left: auto;
	}
	.earth-menu-group .item03 {
		top: 260px;
		right: 70px;
	}
	.earth-menu-group .item04 {
		right: 170px;
		bottom: 90px;
	}
	.earth-menu-group .item05 {
		right: auto;
		bottom: 90px;
		left: 170px;
	}
	.earth-menu-group .item06 {
		top: 260px;
		left: 70px;
	}
	.earth-menu-group .menu-circle {
		width: 100px;
		height: 100px;
		font-size: 1rem;
	}
	.earth-menu-group > li:hover .menu-circle {
		width: 136px;
		height: 136px;
		font-size: 1.412rem;
	}
	/* main-menu-type01 */
	.main-menu-type01 {
		top: 518px;
		right: 50px;
	}
	.main-menu-type01 li {
		width: 190px;
		height: 200px;
		margin-left: 20px;
	}
	.main-menu-type01 li:hover {
		width: 265px;
	}
	.main-menu-type01 .menu-box {
		width: 190px;
		height: 200px;
		padding: 25px;
	}
	.main-menu-type01 .default-group p {
		font-size: 0.98rem;
		letter-spacing:-1px;
		word-break:keep-all;
	}
	.main-menu-type01 > li:hover .menu-box {
		width: 265px;
		height: 275px;
	}
	.main-menu-type01 .expand-group h3 {
		width: 215px;
		font-size: 1.412rem;
		line-height: 2.118rem;
	}
	.main-menu-type01 .expand-group p {
		width: 215px;
		margin-top: 20px;
		font-size: .882rem;
	}
	.main-menu-type01 .item01:after {
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
	}
	.main-menu-type01 .item02:after {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	.main-menu-type01 .item03:after {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	/* main-menu-type02 */
	.main-menu-type02 {
		top: 254px;
		right: 123px;
		width: 392px;
	}
	.main-menu-type02 > li {
		width: 184px;
		height: 184px;
		margin: 6px;
	}
	.main-menu-type02 .menu-rhombus {
		width: 184px;
		height: 184px;
	}
	.main-menu-type02 .default-group p {
		font-size: 17px;
	}
	.main-menu-type02 .expand-group h3 {
		margin: 5px 0;
		font-size: 17px;
	}
	.board-group {
		margin-top: 50px;
	}
	.board-panel {
		width: 360px;
	}
	.board-panel:nth-child(2) {
		margin: 0 60px;
	}
	.board-panel .title {
		font-size: .765rem;
	}
	.board-panel .head-line {
		min-height: 72px;
		font-size: 1.412rem;
	}
	.board-panel span {
		font-size: .765rem;
	}
	.board-panel ul {
		margin-top: 50px;
	}
	.board-panel ul > li {
		line-height: 1.765rem;
	}
	.board-panel ul > li > a {
		font-size: .882rem;
	}
	.board-panel ul > li em {
		font-size: .765rem;
	}
	.main-content .section:nth-child(5) h2 {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1279px) {
	/* diffrent type for main page header */
	.header h1 {
		display: block;
		top: 20px;
		left: 20px;
	}
	 .header h1 img {
		width: 30px;
	}
	.main .header .nav-dp1-anchor {
		color: #222;
	}
	.main .header .lang-select a {
		color: #222;
	}
	.main .header .lang-list a {
		color: #999;
	}
	.main .header .mobile-menu-inner,
	.main .header .mobile-menu-inner:after,
	.main .header .mobile-menu-inner:before {
		background-color: #fff;
	}
	.main .header.default-type .mobile-menu-inner,
	.main .header.default-type .mobile-menu-inner:after,
	.main .header.default-type .mobile-menu-inner:before {
		background-color: #222;
	}
	.main .header .btn-mobile-menu.active .mobile-menu-inner,
	.main .header .btn-mobile-menu.active .mobile-menu-inner:after,
	.main .header .btn-mobile-menu.active .mobile-menu-inner:before {
		background-color: #222;
	}
	.main-content .inner {
		max-width: 1200px;
		padding: 56px 30px;
	}
	/* earth-wrap */
	.earth-wrap {
		top: 120px;
		right: 60px;
		width: 440px;
	}
	.earth-motion {
		width: 440px;
		transition: all .3s ease;
		transform: scale(.7);
	}
	.earth-img {
		width: 440px;
	}
	.earth-menu-group li {
		width: 84px;
		height: 84px;
	}
	.earth-menu-group .item01 {
		left: 80px;
	}
	.earth-menu-group .item02 {
		right: 80px;
		left: auto;
	}
	.earth-menu-group .item03 {
		right: -30px;
	}
	.earth-menu-group .item04 {
		right: 80px;
	}
	.earth-menu-group .item05 {
		left: 80px;
	}
	.earth-menu-group .item06 {
		left: -30px;
	}
	.earth-menu-group .menu-circle {
		width: 84px;
		height: 84px;
		font-size: .823rem;
	}
	.earth-menu-group > li:hover .menu-circle {
		width: 112px;
		height: 112px;
		font-size: 1.117rem;
	}
	.main-menu-type01 {
		top: 518px;
		right: 30px;
	}
	.board-panel {
		width: 340px;
	}
	.main-content .inner .footer .inner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1199px) {
	.main-content .inner {
		padding: 56px 40px;
	}
	.main-content .section:nth-child(1) h2 {
		margin-top: -99px;
		font-size: 5.6vw;
		line-height: 1.3;
	}
	.main-content .section:nth-child(1) h2 + p {
		margin-top: 30px;
		font-size: 4vw;
	}
	.fp-completely .sub-paragraph br{display:block;}
	.main-content h2 {
		
		font-size: 2.666rem;
		line-height: 3.333rem;
	}
	.main-content h2 + p {
		margin-top: 30px;
		font-size: 3.4667vw;
		line-height:1.3;
	}
	.board-group {
		margin-top: 0;
	}
	.board-panel {
		float: none;
		width: 100%;
		margin-top: 40px;
		border-top: 2px solid #080b10;
	}
	.board-panel:nth-child(2) {
		margin: 40px 0 0;
	}
	.board-panel .title {
		margin-top: 20px;
		font-size: .800rem;
	}
	.board-panel .head-line {
		min-height: 58px;
		margin-top: 12px;
		font-size: 1.333rem;
	}
	.board-panel span {
		margin-top: 12px;
		font-size: .800rem;
	}
	.board-panel ul {
		margin-top: 30px;
	}
	.board-panel ul > li {
		margin-top: 20px;
		line-height: normal;
	}
	.board-panel ul > li:first-child {
		margin-top: 0;
	}
	.board-panel ul > li > a {
		float: none;
		width: 100%;
		font-size: 1rem;
		font-weight: 400;
	}
	.board-panel ul > li em {
		float: none;
		font-size: .866rem;
	}
	.main-content .footer .inner {
		padding: 0 20px;
	}
	/* indicate-page */
	.indicate-page {
		left: 40px;
	}
	.indicate-group {
		margin-top: 30px;
	}
	/* main-menu-type01 */
	.main-menu-type01 {
		top: 480px;
		right: 40px;
	}
	/* main-menu-type02 */
	.main-menu-type02 {
		top: 200px;
	}
#section03 .inner{justify-content:flex-start;}
#section03  h2{margin-top:70px;}
}
@media screen and (max-width: 1000px) {
	.indicate-intro {
	
		margin-top: 50px;
	}
	.indicate-intro span {
		width: 16px;
		height: 16px;
	}
	.indicate-page {
		display: none;
	}
	.earth-wrap {
		position: relative;
		top: 0;
		right: auto;
		width: 280px;
		height: 440px;
		margin: 100px auto 0;
	}
	.earth-motion {
		width: 698px;
		height: 440px;
		transform: scale(.35) translateX(-85%);
	}
	.earth-img {
		width: 698px;
		height: 440px;
	}
	.earth-menu-group li {
		right: auto;
		width: 60px;
		height: 60px;
	}
	.earth-menu-group .item01 {
		top: 80px;
		left: 40px;
	}
	.earth-menu-group .item02 {
		top: 80px;
		right: 40px;
		left: auto;
	}
	.earth-menu-group .item03 {
		top: 190px;
		right: -15px;
	}
	.earth-menu-group .item04 {
		right: 40px;
		bottom: 80px;
	}
	.earth-menu-group .item05 {
		right: auto;
		bottom: 80px;
		left: 40px;
	}
	.earth-menu-group .item06 {
		top: 190px;
		left: -15px;
	}
	.earth-menu-group .menu-circle {
		width: 60px;
		height: 60px;
		font-size: .666rem;
	}
	.earth-menu-group > li:hover .menu-circle {
		width: 80px;
		height: 80px;
		font-size: .933rem;
	}
	/* main-menu-type01 */
	.main-menu-type01 {
		position: static;
		margin-top: 30px;
	}
	.main-menu-type01 li {
		float: none;
		width: 100%;
		height: 155px;
		margin: 10px auto 0;
	}
	.main-menu-type01 > li:hover {
		width: 100%;
		height: 210px;
	}
	.main-menu-type01 .item01:after {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}
	.main-menu-type01 .item02:after {
		width: 21px;
		height: 22px;
		background-size: 21px 22px;
	}
	.main-menu-type01 .item03:after {
		width: 21px;
		height: 21px;
		background-size: 21px 21px;
	}
	.main-menu-type01 li:first-child {
		margin: 0 auto;
	}
	.main-menu-type01 .menu-box {
		right: auto;
		left: 50%;
		width: 100%;
		height: 155px;
		padding: 20px 20px;
		transform: translateX(-50%);
	}
	.main-menu-type01 > li:hover .menu-box {
		width: 100%;
		height: 210px;
	}
	.main-menu-type01 .default-group p {
		font-size: .933rem;
	}
	.main-menu-type01 .expand-group h3 {
		font-size: 1.133rem;
		line-height: 1.533rem;
	}
	.main-menu-type01 .expand-group p {
		margin-top: 40px;
		font-size: .866rem;
	}
	/* main-menu-type02 */
	.main-menu-type02 {
		position: relative;
		top: 0;
		right: auto;
		left: 50%;
		width: 280px;
		height: 280px;
		margin-top: 30px;
		transform: translateX(-50%) rotate(45deg);
	}
	.main-menu-type02 > li {
		width: 136px;
		height: 136px;
		margin: 2px;
	}
	.main-menu-type02 > li:hover {
		transform: scale(1.25);
	}
	.main-menu-type02 .menu-rhombus {
		width: 136px;
		height: 136px;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.main-menu-type02 .default-group p {
		font-size: 14px;
	}
	.main-menu-type02 .expand-group h3 {
		margin: 5px 0;
		font-size: 13px;
	}
	.main-menu-type02 .expand-group .fund-type li {
		margin-left: 3px;
		padding-left: 6px;
		font-size: 10px;
	}
	.main-menu-type02 .expand-group .fund-type li:after {
		top: 50%;
		left: 0;
		width: 1px;
		height: 5px;
		transform: translateY(0);
	}
	.main-menu-type02 .expand-group .sharp-type li {
		padding: 1px 5px 2px;
	}
	/* indicate-group */
	.indicate-process {
		width: 180px;
		margin: 10px 0;
	}
	.indicate-title {
		font-size: .866rem;
	}
	.indicate-number {
		font-size: 1rem;
		font-weight: 400;
	}
}
@media screen and (max-width: 720px) {
	/* background image for mobile */
	.main-content .section:nth-child(1) .fp-bg {
		background-image: url('../../img/main/bg_main_0101.jpg');
	}
	.main-content .section:nth-child(2) .fp-bg {
		background-image: url('../../img/main/bg_main_02.jpg');
	}
	.main-content .section:nth-child(3) .fp-bg {
		background-image: url('../../img/main/bg_main_03.jpg');
	}
	/*
	.main-content .section:nth-child(4) .fp-bg {
		background-image: url('../../img/main/bg_main_04_m.jpg');
	}
	*/
	.main-content .section:nth-child(4) .fp-bg {
		background-image: url('../../img/main/bg_main_05_m.jpg');
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.main-content .section:nth-child(1) h2 {
		margin-top:15vw;
		font-size:6.9vw;
		line-height:8.6vw;
	}
	.main-content .section:nth-child(1) h2 + p {
		font-size:1.46vw;
	}
	.indicate-intro {
		bottom:150px;
	}
	.indicate-intro span {
		width:20px;
		height:20px;
		margin:-8px 0 0 -9px;
	}
	.earth-wrap {
		top:10%;
		width:440px;
	}
	.earth-motion {
		transform:scale(.65) translateX(-29%);
	}
	.earth-menu-group li {
		width:84px;
		height:84px;
	}
	.earth-menu-group .menu-circle {
		width:84px;
		height:84px;
		font-size:0.823rem;
	}
	.earth-menu-group .item01,
	.earth-menu-group .item02 {
		top:10px;
	}
	.earth-menu-group .item04,
	.earth-menu-group .item05 {
		bottom:10px;
	}
	.earth-menu-group .item01,
	.earth-menu-group .item05 {
		left:80px;
	}
	.earth-menu-group .item02,
	.earth-menu-group .item04 {
		right:80px;
	}
	.main-menu-type02 {
		top:60px;
		width:400px;
		height:400px;
		transform:translateX(-50%) rotate(45deg);
	}
	.main-menu-type02 > li {
		width:184px;
		height:184px;
		margin:6px;
	}
	.main-menu-type02 .menu-rhombus {
		width:184px;
		height:184px;
		transform:translate(-50%, -50%) rotate(-45deg);
	}
}
@media screen and (max-width: 767px) {
	.main-content .inner {
		padding:56px 40px 0;
	}
	.main-content h2 {
		font-size:2.4rem;
	}
	.indicate-intro {
		margin-top:80px;
	}
	#section02 h2 {
		margin-top:0;
		font-size:7.2vw;
		line-height:1.3;
	}
	.main-content #section02  h2 + p {
		margin-top:20px;
	}
	#section02 .indicate-group {
		margin-top:20px;
	}
	.earth-wrap {
		top:inherit;
		bottom:0;
		height:270px;
	}
	.earth-motion {
		height:270px;
		margin-top:-15px;
	}
	.earth-img {
		height:270px;
	}
	.earth-menu-group .item01,
	.earth-menu-group .item02 {
		top:-10px;
	}
	.earth-menu-group .item04,
	.earth-menu-group .item05 {
		bottom:20px;
	}
	.earth-menu-group .item03,
	.earth-menu-group .item06 {
		top:90px;
	}
	.main-menu-type01 {
		margin-top:10px;
	}
	.main-menu-type01 li {
		height:70px;
	}
	.main-menu-type01 .menu-box {
		height:70px;
		padding:14px 45px 14px 20px; 
	}
	.main-menu-type01 .expand-group {
		display:none;
	}
	.main-menu-type01 > li .expand-group {
		position:absolute;
		left:0px;
		top:0px;
	}
	.main-menu-type01 > li:hover {
		height:70px;
	}
	.main-menu-type01 > li:hover .menu-box {
		height:70px;
		background:url('../../img/main/bg_menu_type01_default.png') 0 0 repeat;
		transform:translateX(-50%);
	}
	.main-menu-type01 > li:hover .default-group {
		display:block;
	}
	.main-menu-type01 > li:hover .expand-group {
		opacity:0;
	}
	.main-menu-type02 {
		width:220px;
		height:220px;
	}
	.main-menu-type02 > li {
		position:relative;
		width:100px;
		height:100px;
	}
	.main-menu-type02 .menu-rhombus {
		width: 115px;
		height: 115px;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.main-menu-type02 .default-group p {
		font-size:12px;
	}
	.main-menu-type02 > li .expand-group {
		position:absolute;
		left:0px;
		top:0px;
	}
	.main-menu-type02 > li:hover {
		background:url('../../img/main/bg_menu_type01_default.png') 0 0 repeat;
		transform:none;
	}
	.main-menu-type02 > li:hover .default-group {
		display:block;
	}
	.main-menu-type02 > li:hover .expand-group {
		opacity:0;
	}
.contact_info{padding-top:25px !important;}
.brochure_tit, .recruit_tit, .contact_tit, .adress_tit{margin-bottom:0 !important;}
}

@media screen and (max-width: 1366px) and (min-width: 1024px) and (orientation: portrait) {
	.main-content .section:nth-child(1) h2 {
		margin-top:0;
		font-size:7.3vw;
		line-height:10.6vw;
	}
	.indicate-intro {
		bottom:250px;
	}
	.earth-wrap {
		position: relative;
		top: 0;
		right: auto;
		width: 440px;
		height: 625px;
		margin: 0 auto;
	}
	.earth-motion {
		transform:scale(.85) translateX(0%);
	}
	.earth-menu-group .item01, .earth-menu-group .item02 {
		top:60px;
	}
	.earth-menu-group .item01, .earth-menu-group .item05 {
		left:30px
	}
	.earth-menu-group .item02, .earth-menu-group .item04 {
		right:30px;
	}
	.earth-menu-group .item04, .earth-menu-group .item05 {
		bottom:60px;
	}
	.earth-menu-group .item03 {
		right:-80px;
	}
	.earth-menu-group .item06 {
		left:-80px;
	}
	.main-menu-type01 {
		top:600px;
	}
	.main-menu-type02 {
		top:420px;
		transform:translateX(-5%) rotate(45deg);
	}

}
@media screen and (max-width:1366px) and (min-width:768px) and (orientation: landscape) {
	.main-content .section:nth-child(1) h2 {
		margin-top:13vw;
	}
	.indicate-intro {
		bottom:50px;
	}
	.earth-wrap {
		top:30%;
	}
	.earth-motion {
		transform:scale(.65) translateX(0%);
	}
	.earth-menu-group .item01, .earth-menu-group .item02 {
		top:90px;
	}
	.earth-menu-group .item04, .earth-menu-group .item05 {
		bottom:90px;
	}
	.main-menu-type01 {
		top:325px;
		top:58.0375vh;
	}
	.main-menu-type02 {
		top:190px;
		top:32.76vh;
		transform:translateX(10%) rotate(45deg);
	}
	.main-menu-type02 > li,
	.main-menu-type02 .menu-rhombus {
		width:160px;
		height:160px;
		margin:4px;
	}
	.main-content .section:nth-child(5) .fp-bg {}
}

@media screen (max-width: 420px) {

	.board-group.swiper-slide {
		overflow: hidden;
		margin-top: 60px;

	}
	.board-panel {
		float: left;
		width: 100%;
		border-top: 2px solid #080b10;
	}
	.board-panel .img{
		width: 100%;
		height: 175px;
		border: 1px solid #efefef;
		background-color: #efefef;
		box-sizing: border-box;
	}

}

/* 2024-02-16 Contact 추가 */
/*section*/
.contact .content{
	display: block;
	padding-bottom: 50px;
	width: 100%;
	height:100%;	
	background-image:url(../../img/contact/bg.png);
  	background-size:contain;
  	background-position:center center;
}
/*
.inner_layout_section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
*/
.contact_info{
	padding-top: 10px;	
}
.contact_info:after{
	display: block;
	content: '';
	clear: both;	
}
.compamy_map{
	padding:50px 0;

}
.brochure, .recruit, .contact_1{
  	float:left;
  	display:inline-block;
  	margin:0 auto 30px auto;
  	text-align:left;
  	color: #fff;
  	width:400px;
  	
  	line-height:2em;
}
.brochure_tit, .recruit_tit, .contact_tit, .adress_tit{
  	font-size:25px;
  	font-weight:bold;
  	color: #fff;
  	margin-bottom:20px;
}
.brochure_tit{
  	width:120px;
  	background:url(../../img/contact/tit.png) no-repeat;
  	background-position:top right;
}
.recruit_tit{
  	width:95px;
  	background:url(../../img/contact/tit.png) no-repeat;
  	background-position:top right;
}
.contact_tit{
  	width:105px;
  	background:url(../../img/contact/tit.png) no-repeat;
  	background-position:top right;
}
.adress{
	padding-top: 10px;
}
.adress:after{
	display: block;
	content: '';
	clear:both;
}
.adress_tit{
  	display:inline-block;
  	float:left;
  	width:100px;
  	background:url(../../img/contact/tit.png) no-repeat;
  	background-position:top right;
  	margin-right:50px;
  	text-align:left;
}
.adress_txt{
  	float:left;
  	margin-top:5px;
  	color: #fff;
  	line-height: 1.5;
	word-break:keep-all;
}
.contact .footer{
	margin-top: 0;
}