@charset "utf-8";
/*------------------------------------------------------------
    firstView
------------------------------------------------------------*/
.bgmapbox {
	padding-top: 0;
}
.whiteBox {
	background-color: #fff;
	border: 2px solid #BE0025;
	width: 900px;
	margin: 90px auto 105px;
	border-radius: 10px;
	text-align: center;
	z-index: 10;
	padding: 22px 20px 34px;
	box-sizing: border-box;
}
.whiteBox h2 {
	color: #BE0025;
	font-size: 20px;
	margin-bottom: 7px;
}
.whiteBox p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
}
.whiteBox p a {
	color: #BE0025;
	text-decoration: underline;
}
.proItem3 .iconBox::before {
	display: none;
}
.loaded .proItemBox02 .proItem3 div p, .loaded .proItemBox02 .proItem3 div p b {
	font-size: 18px;
}
.loaded .proItemBox02 .proItemInfo div:nth-child(1) {
	margin-bottom: 30px;
}
.loaded .proItemBox02 .proItemInfo {
	transform: translate(-50%, -40%);
}
.proItem div span.size {
	width: 55px;
	display: inline-block;
	vertical-align: -9px;
	margin-right: 7px;
}
.content {
	overflow: hidden;
	background: #fff;
}
.content img {
	width: 100%;
}
#supportSec {
	padding-top: 96px;
	box-sizing: border-box;
	height: 100vh;
}
.supportImg {
	height: 100vh;
}
.support {
	position: relative;
	height: 100%;
}
.support h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1.3px;
	width: 100%;
}
.support h3 span {
	font-size: 110px;
	font-weight: 100;
	letter-spacing: 1px;
	display: block;
	line-height: 1;
	margin-bottom: 7px;
}
.parallaxBox, .parallaxBox2 {
	position: relative;
	overflow: hidden;
}
.parallaxCon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.parallaxBox2 .parallaxCon {
	bottom: 0;
	top: auto;
}
/* ipad */
.ipad .scroll a:hover::after {
	border: none;
	border-top: 1px solid #BE0025;
	border-left: 1px solid #BE0025;
}
.ipad .supportImg {
	height: auto;
}
.ipad .snsInfoBox {
	width: 94.6%;
}
/* add */
.navInnMenu .navActive a::after {
	width: 86%;
}
.fullBg {
	background: #F4F2E9;
}
.pagePath {
	padding: 20px 74px;
	position: relative;
	z-index: 3;
	margin-bottom: 72px;
}
.pagePath li, .pagePath li a {
	display: inline-block;
	color: #BE0025;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.ipad #supportSec {
	height: auto;
}
/* add */
.bgmapbox::before {
    top: 50px;
    left: 56.5%;
}
.makeBox {
	position: relative;
	z-index: 3;
	width: 922px;
	margin: 0 auto;
	padding-bottom: 104px;
}
.makeTitle span {
	text-align: center;
	display: block;
	color: #BE0025;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1.5px;
	padding-top: 10px;
}
.proItem {
	position: relative;
	flex: 0 0 100%;/* 	width: 365px;
	height: 365px;
	border-radius: 50%;
	background: #fff; */
	/* opacity: 0;
	transition: opacity 0.3s ease; */
}
.proItemBox {
	position: absolute;
	width: 365px;
	height: 365px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loaded .proItemBox01 {
	left: 0;
	top: 24px;
	z-index: 3;
	opacity: 1;
}
.loaded .proItemBox01 .visible.proItem1 {
/* left: 0;
	top: 24px;
	z-index: 3; */
	/* opacity: 1; */
}
.loaded .proItemBox03 {
	opacity: 1;
	transition-delay: 0.2s;
	right: 0;
	top: 6px;
}
.loaded .proItemBox02 {
	opacity: 1;
	transition-delay: 0.1s;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
}
/* .loaded .proItemBox03 .visible.proItem2 {
	opacity: 1;
	transition-delay: 0.2s;
	right: 0;
	top: 6px;
}

.loaded .proItemBox02 .visible.proItem3 {
	opacity: 1;
	transition-delay: 0.1s;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
} */

.progress {
	position: relative;
	margin: 0 -25px;
}
.proItem div p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
}
.proItem div p b {
	font-weight: 700;
	color: #BE0025;
}
.proItem div span {
	width: 65px;
	display: inline-block;
	opacity: 0;
	transform: scale(1.1);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.proItem .iconBox {
	width: 140px;
	margin: 14px auto 0;
}
.proItemInfo {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	width: 67%;
}
.proItemInfo div:nth-child(1) {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 19px;
}
.proItemInfo div:nth-child(1)::before {
	position: absolute;
	width: 100%;
	height: 1px;
	content: '';
	bottom: 0;
	left: 0;
	background-image: url(/_var/hs2020/img/common/bg_dot.png);
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
.proItem1 div:nth-child(2) .iconBox span {
	width: 100%;
}
.proItem1 div:nth-child(2) .iconBox {
	width: 46px;
}
.proItem2 div p {
	font-size: 18px;
}
.proItem2 .iconBox {
	width: 208px;
	margin: 9px 0px 0 30px;
	position: relative;
}
.proItem2 .iconBox .commun {
	font-size: 11px;
	color: #BE0025;
	text-align: left;
	padding-left: 5px;
	letter-spacing: 0;
	width: 110px;
	margin-bottom: 10px;
}
.proItem2 .iconBox span:nth-child(2) {
	width: 103px;
}
.proItem2 .iconBox span:nth-child(3) {
	width: 113px;
	position: absolute;
	right: 0;
	top: 35px;
	z-index: 1;
}
.proItem3 div p {
	font-size: 18px;
}
.proItem3 div p b {
	font-size: 20px;
}
.proItem3 div .proNum b {
	font-size: 40px;
	color: #BE0025;
	line-height: 1;
}
.proItem3 .iconBox {
	width: 283px;
	margin: 14px auto 0 -18px;
}
.proItem3 .iconBox span {
	width: 100%;
	height: 95px;
	position: relative;
	display: block;
}
.proItem3 .iconBox span::before {
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #A89784;
	opacity: 0.2;
	position: absolute;
	border-radius: 50%;
}
.proItem3 .iconBox span img {
	position: absolute;
	z-index: 2;
	width: 54px;
	height: 50px;
	opacity: 0;
}
.proItem3 .iconBox span img:nth-child(2n+1) {
	z-index: 3;
	top: -1px;
}
.proItem3 .iconBox span img:nth-child(2n) {
	top: 23px;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(1) {
	left: 18px;
	opacity: 1;
	transition: top .4s ease-out 0.8s, opacity .2s ease-out 0.8s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(2) {
	left: 19px;
	opacity: 1;
	transition: top .4s ease-out 0.7s, opacity .2s ease-out 0.7s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(3) {
	left: 66px;
	opacity: 1;
	transition: top .4s ease-out 1s, opacity .2s ease-out 1s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(4) {
	left: 66px;
	opacity: 1;
	transition: top .4s ease-out 0.9s, opacity .2s ease-out 0.9s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(5) {
	left: 114px;
	opacity: 1;
	transition: top .4s ease-out 1.2s, opacity .2s ease-out 1.2s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(6) {
	left: 114px;
	opacity: 1;
	transition: top .4s ease-out 1.1s, opacity .2s ease-out 1.1s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(7) {
	right: 66px;
	opacity: 1;
	transition: top .4s ease-out 1.4s, opacity .2s ease-out 1.4s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(8) {
	right: 66px;
	opacity: 1;
	transition: top .4s ease-out 1.3s, opacity .2s ease-out 1.3s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(9) {
	right: 19px;
	opacity: 1;
	transition: top .4s ease-out 1.6s, opacity .2s ease-out 1.6s;
}
.loaded .complete.proItem3 .iconBox span img:nth-child(10) {
	right: 19px;
	opacity: 1;
	transition: top .4s ease-out 1.5s, opacity .2s ease-out 1.5s;
}
.arrow {
	position: absolute;
	width: 0;
	height: 36px;
	z-index: 1;
	width: 36px;
}
.arrow1 {
	left: 31.8%;
	top: 51%;
	z-index: 2;
}
.arrow2 {
	right: 31%;
	top: 50.5%;
	transform: rotate(-90deg);
}
.loaded .visible.proItem1 .iconBox span:nth-child(1) {
	opacity: 1;
	transition-delay: 0.4s;
	transform: none;
}
.loaded .visible.proItem1 .iconBox span:nth-child(2) {
	opacity: 1;
	transition-delay: 0.5s;
	transform: none;
}
.loaded .visible.proItem1 div:nth-child(2) .iconBox span {
	opacity: 1;
	transition-delay: 0.6s;
	transform: none;
}
.loaded .visible.proItem3 .iconBox span {
	opacity: 1;
	transition-delay: 0.7s;
	transform: none;
}
.loaded .visible.proItem2 .iconBox span:nth-child(1), .loaded .visible.proItem2 .iconBox span:nth-child(2) {
	opacity: 1;
	transition-delay: 2s;
	transform: none;
}
.loaded .visible.proItem2 .iconBox span:nth-child(3) {
	opacity: 1;
	transition-delay: 2.1s;
	transform: none;
	z-index: 2;
}
/* why */
.whyBox, .whatBox {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-top: 54px;
	padding-bottom: 75px;
}
.whyBox::before, .whatBox::before {
	position: absolute;
	width: 100%;
	height: 1px;
	content: '';
	top: 0;
	left: 0;
	background-image: url(/_var/hs2020/img/common/bg_dot.png);
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
.whyItem, .whatItem {
	display: flex;
	width: 870px;
	margin: 0 auto;
}
.itemLeft {
	flex: 0 0 41%;
}
.itemRight {
	flex: 1;
	padding-left: 110px;
	box-sizing: border-box;
	padding-top: 15px;
}
.rightTitle {
	font-size: 24px;
	font-weight: 500;
	color: #BE0025;
	margin-bottom: 23px;
}
.rightTitle span {
	padding: 0 26px;
}
.rightInfo {
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 1px;
}
/* what */

.whatItem {
	flex-direction: row-reverse;
}
.whatRight {
	flex: 0 0 44%;
	margin-right: 83px;
	padding-top: 12px;
}
.whatItem {
	flex-direction: row-reverse;
	width: 880px;
}
.whatItem h4 img {
	widows: 96%;
}
.whatRight .rightTitle {
	letter-spacing: 0.8px;
}
.whatRight .rightInfo {
	letter-spacing: 0.5px;
}
.whatRight span {
	padding-top: 13px;
	display: block;
	font-size: 12px;
	letter-spacing: 0.14px;
	line-height: 1.8;
	margin-bottom: 23px;
}
.riPic {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.pic {
	border-radius: 50%;
	overflow: hidden;
}
.pic img {
	border-radius: 50%;
	overflow: hidden;
}
.picShow {
	margin-top: 35px;
}
.pic:nth-child(1) {
	width: 358px;
}
.pic:nth-child(2) {
	width: 210px;
	margin: -93px -67px 0 auto;
	position: relative;
	z-index: 2;
}
.whatBox {
	margin-bottom: 35px;
}
.supportBox {
	padding-bottom: 477px;
}
.riPic span {
	padding: 0;
	margin: 0;
}
.riPicInfoBox {
	position: absolute;
}
.riPicInfoBox01 .riPicInfo img {
	opacity: 1;
}
.riPicInfo img {
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.riPicInfoBox .space {
	width: 100%;
	height: 100%;
	display: block;
}
.riPicInfo {
	position: absolute;
	top: 0;
	left: 0;
}
.riPicInfoBox01 {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 145px;
	z-index: 3;
}
.riPic.visible .riPicInfoBox01 img {
	transform: scale(1, 1);
}
.riPic.visible .riPicInfoBox02 {
	bottom: 44px;
	width: 106px;
}
.riPic.visible .riPicInfo02 img {
	opacity: 1;
	transition-delay: 1s;
	transform: scale(1, 1);
}
.riPic.visible .riPicInfoBox03 {
	width: 106px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.riPic.visible .riPicInfo03 img {
	opacity: 1;
	transition-delay: 1.2s;
	transform: scale(1, 1);
}
.riPic.visible .riPicInfoBox04 {
	right: 4px;
	width: 106px;
	bottom: 42px;
}
.riPic.visible .riPicInfo04 img {
	opacity: 1;
	transition-delay: 1.4s;
	transform: scale(1, 1);
}
.riPic span img {
	position: relative;
	z-index: 2;
}
.riPicInfo::before {
	position: absolute;
	content: '';
	border-top: 2px dotted #BE0025;
	z-index: -1;
	width: 0;
	height: 0;
	transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
	opacity: 0;
}
.riPicInfo::after {
	/* content: ''; */
	position: absolute;
	width: 50px;
	height: 10px;
	background: #F4F2E9;
	transition: height 0.3s ease;
}
.riPicInfo01::before, .riPicInfo01::after {
	opacity: 0;
}
.riPicInfo02::before, .riPicInfo02::after {
	right: -31px;
	transform: rotate(-35deg);
	top: 4px;
}
.riPicInfo03::before, .riPicInfo03::after {
	left: 50%;
	transform: translateX(-50%) rotate(-90deg);
	top: -8px;
}
.riPicInfo04::before, .riPicInfo04::after {
	left: -23px;
	transform: rotate(35deg);
	top: 2px;
}
.riPic.visible .riPicInfo02::before {
	height: 1px;
	width: 50px;
	opacity: 1;
	transition-delay: 0.9s;
}
.riPic.visible .riPicInfo03::before {
	height: 1px;
	width: 50px;
	opacity: 1;
	transition-delay: 1.1s;
}
.riPic.visible .riPicInfo04::before {
	height: 1px;
	width: 50px;
	opacity: 1;
	transition-delay: 1.3s;
}
.riPic.visible .riPicInfo02::after {
	height: 0;
	transition-delay: 0.9s;
}
.riPic.visible .riPicInfo03::after {
	height: 0;
	transition-delay: 1.1s;
}
.riPic.visible .riPicInfo04::after {
	height: 0;
	transition-delay: 1.3s;
}

@media all and (min-width: 0) and (max-width: 767px) {
.whiteBox {
	width: calc(100% - 50px);
	margin: -63px auto 142px;
}
.whiteBox h2 {
	font-size: 18px;
	margin-bottom: 9px;
}
.whiteBox p {
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.65;
}
.proItem div span.size {
	vertical-align: -3px;
	margin-right: -4px;
}
.scroll,  .firstBox h1 {
	transition-delay: 1.8s;
}
.support {
	height: auto;
}
.scroll a:hover::after {
	border: none;
	border-top: 1px solid #BE0025;
	border-left: 1px solid #BE0025;
}
.support h3 {
	font-size: 18px;
}
.support h3 span {
	font-size: 80px;
}
.supportImg {
	height: 100%;
}
#supportSec {
	padding-top: 60px;
	height: auto;
}
/* add */

.fullBg {
	padding-top: 143px;
}
.makeBox {
	width: auto;
	margin: 0 16px;
	padding-bottom: 47px;
}
.makeTitle span {
	font-size: 20px;
	padding-top: 0px;
}
.progress {
	position: relative;
	padding-bottom: 0;
	margin: 0 6px;
}
.makeTitle {
	margin-bottom: 30px;
}
.proItem {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.proItemBox {
	position: relative;
	margin-bottom: 14px;
}
.proItemBox:last-child {
	margin-bottom: 0;
}
.loaded .proItemBox01,  .loaded .proItemBox02,  .loaded .proItemBox03 {
	position: relative;
	margin-bottom: 14px;
	left: 0;
	transform: none;
	width: auto;
	height: auto;
	display: block;
	top: 0;
}
.proItem div p {
	font-size: 15px;
}
.proItem .iconBox {
	width: 120px;
}
.proItem1 div:nth-child(1) .iconBox span:nth-child(1) {
	width: 40%;
}
.proItem1 div:nth-child(1) .iconBox span:nth-child(2) {
	position: relative;
	top: -7px;
	left: 8px;
	width: 48%;
}
.proItemInfo div:nth-child(1) {
	padding-bottom: 14px;
}
.proItemInfo {
	width: 73%;
}
.proItem1 div:nth-child(2) .iconBox {
	width: 40px;
}
.proItem1 div:nth-child(2) .iconBox span:nth-child(1) {
	width: 100%;
}
.loaded .arrow.arrow1 {
	left: 50%;
	top: 32.8%;
	z-index: 3;
	width: 25px;
	transform: rotate(45deg) translateX(-50%);
}
.arrow {
	height: 25px;
}
.proItem3 div p {
	font-size: 17px;
}
.proItem3 div .proNum b {
	font-size: 33px;
}
.proItem3 .iconBox {
	width: 100%;
	margin: 12px auto 0;
	max-width: 242px;
}
.proItem3 .iconBox span {
	height: 77px;
}
.proItem3 .iconBox span::before {
	eight: 80px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
}
.loaded .proItemBox02 .proItemInfo {
	transform: translate(-50%, -45%);
}
.proItem3 .iconBox span img {
	width: 55px;
	height: 52px;
}
.proItem3 .iconBox span img:nth-child(2n) {
	top: 22px;
}
.loaded .visible.proItem3 .iconBox span img:nth-child(1),  .loaded .visible.proItem3 .iconBox span img:nth-child(2) {
	left: -0.5%;
}
.loaded .visible.proItem3 .iconBox span img:nth-child(4),  .loaded .visible.proItem3 .iconBox span img:nth-child(3) {
	left: 19.1%;
}
.loaded .visible.proItem3 .iconBox span img:nth-child(6),  .loaded .visible.proItem3 .iconBox span img:nth-child(5) {
	left: 38.7%;
}
.loaded .visible.proItem3 .iconBox span img:nth-child(8),  .loaded .visible.proItem3 .iconBox span img:nth-child(7) {
	right: 18.1%;
}
.loaded .visible.proItem3 .iconBox span img:nth-child(9),  .loaded .visible.proItem3 .iconBox span img:nth-child(10) {
	right: -1.5%;
}
.arrow2 {
	right: auto;
	bottom: 30.8%;
	width: 25px;
	transform: rotate(45deg) translateX(-50%);
	left: 50%;
	top: auto
}
.proItem2 div p {
	font-size: 17px;
}
.proItem2 div .commun {
	font-size: 11px;
}
.proItem2 .iconBox {
	width: 84%;
	margin: 8px 0 0 auto;
}
.proItem2 .iconBox .commun {
	font-size: 10px;
	padding-left: 1px;
	width: 120px;
	margin-bottom: 5px;
}
.proItem2 .iconBox span:nth-child(2) {
	width: 85px;
}
.proItem2 .iconBox span:nth-child(3) {
	width: 94px;
	right: 14%;
	top: 28px;
}
.loaded .visible.proItem2 .iconBox span:nth-child(1),  .loaded .visible.proItem2 .iconBox span:nth-child(2) {
	transition-delay: 0.9s;
}
.loaded .visible.proItem2 .iconBox span:nth-child(3) {
	transition-delay: 1s;
}
/* why */
.whyBox, .whatBox {
	width: auto;
	margin: 0 16px;
	padding-top: 42px;
	padding-bottom: 47px;
}
.whyItem, .whatItem {
	display: block;
	width: auto;
	margin: 0 10px;
}
.itemLeft {
	margin: 0 14px;
}
.itemRight {
	padding-left: 0;
	padding-top: 9px;
}
.rightTitle {
	font-size: 20px;
	margin-bottom: 18px;
	letter-spacing: 1px;
	text-align: center;
}
.rightInfo {
	line-height: 1.8;
	letter-spacing: 1px;
}
/* what */
.whatItem {
	width: auto;
	display: flex;
	flex-direction: column-reverse;
}
.whatRight {
	flex: 0 0 auto;
	margin-right: 0;
	padding-top: 3px;
}
.whatRight .rightTitle {
	padding-top: 10px;
}
.whatRight span {
	margin-bottom: 18px;
}
.riPic {
	width: auto;
	margin: 0 -20px;
}
.whatRight.visible .riPicInfo04 {
	right: 1px;
}
.riPic span {
	margin: 0;
}
.picShow {
	margin-top: 24px;
}
.pic:nth-child(1) {
	width: 93.5%;
	margin-left: -39px;
}
.picShow {
	margin-top: 28px;
}
.pic:nth-child(2) {
	width: 54.5%;
	margin: -81px -39px 0 auto;
}
.whatBox {
	padding-bottom: 79px;
}
.supportBox {
	padding-bottom: 443px;
	position: relative;
	top: -83px;
}
.riPicInfoBox01 {
	width: 40%;
}
.riPic.visible .riPicInfoBox02,  .riPic.visible .riPicInfoBox03,  .riPic.visible .riPicInfoBox04 {
	width: 29%;
}
}

@media all and (min-width: 0) and (max-width: 320px) {
.proItem {
	width: 280px;
	height: 280px;
}
.proItem div p {
	font-size: 12px;
}
.proItem3 div p,  .proItem2 div p {
	font-size: 13px;
}
.proItem2 .iconBox span:nth-child(2) {
	right: 1%;
}
.riPicInfo01 {
	width: 130px;
	height: 130px;
}
.whatRight.visible .riPicInfo02,  .whatRight.visible .riPicInfo03,  .whatRight.visible .riPicInfo04 {
	width: 85px;
	height: 85px;
}
.rightTitle {
	font-size: 18px;
}
}

@media all and (max-width: 360px) {
.support h3 span {
	font-size: 70px;
}
}
