.visual {
	position: relative;
	height: 940px;
	overflow: hidden;
	background: #FAFAFA;
}
.visual .top {
	max-width: 350px;
	margin: 0 auto;
	padding: 100px 0 126px;
}
.visual .top div {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.visual .top p {
	color: #6B6B6B;
}
.visual .circle {
	position: relative;
	max-width: 1210px;
	margin: 0 auto;
}
.visual .circle .line {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.visual .circle .line > div {
	border-radius: 50%;
	border: 1px solid #E6E6E6;
	height: 0;
	box-sizing: border-box;
	animation: randomGen 15s infinite linear;
	transform-origin: center;
}
.visual .circle .line > div.line1 {
	width: 100%;
	padding-bottom: 100%;
}
.visual .circle .line > div.line2 {
	position: absolute;
	top: 0;
	margin: 10.5%;
	width: 79%;
	padding-bottom: 79%;
	animation-duration: 20s;
}
.visual .circle .line > div.line3 {
	position: absolute;
	top: 0;
	margin: 22%;
	width: 56%;
    padding-bottom: 56%;
	animation-duration: 25s;
}
.visual .circle .line > div span {
	position: absolute;
	transform: translate(-50%,-50%);
	display: block;
	width: 16px;
	height: 16px;
	background-color: #E6E6E6;
	border-radius: 50%;
}
.visual .circle .line > div span:nth-child(1) {
	top: 0;
    left: 50%;
}
.visual .circle .line > div span:nth-child(2) {
	bottom: 33%;
	left: 2.5%;
}
.visual .circle .line > div span:nth-child(3) {
	bottom: 33%;
	left: 97.5%;
}
.visual .circle .line > div.line3 span:nth-child(2) {
	left: 2.3%;
}
.visual .circle .line > div.line3 span:nth-child(3) {
	left: 97.8%;
}
@keyframes randomGen {
	0% { transform: rotate(0deg) }
	100% { transform: rotate(360deg) }
}
.visual .brand > div {
	position: absolute;
	top: 0;
	animation: dongdong 1s infinite alternate;
	border-radius: 20px;
	transform: translate(-50%,-50%);
	box-shadow: 25px 30px 25px 0px rgba(0, 0, 0, 0.15);
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.visual .brand > div.small {
	width: 70px;
	height: 70px;
	border-radius: 10px;
}
.visual .brand > div:odd {
	animation-duration: 1.3s;
	animation-delay: .5s;
}
.visual .brand > div img {
	width: 100%;
}
.visual .brand > div.brand1 {
	top: 100px;
    left: 22%;
}
.visual .brand > div.brand2 {
	top: 400px;
    left: 4%;
}
.visual .brand > div.brand3 {
	top: 65px;
	right: 20%;
}
.visual .brand > div.brand4 {
	top: 380px;
    right: -2%;
}
.visual .brand > div.brand5 {
	top: 300px;
    left: 19%;
}
.visual .brand > div.brand6 {
	top: 470px;
    left: 25%;
}
.visual .brand > div.brand7 {
    top: 270px;
    right: 13%;
}
.visual .brand > div.brand8 {
    top: 450px;
    right: 18%;
}
@keyframes dongdong {
	0% { transform: translate(-50%,-50%); }
	100% { transform: translate(-50%,-60%); }
}
.visual .phone {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.visual .phone img {
	width: 100%;
	transform: translate3d(0,200px,0);
}




.sec01 .flex > div {
	flex: 1;
	text-align: center;
}
.sec01 .flex > div h2 {
	font-size: 80px;
	padding: 16px 0;
}
.sec01 .flex > div h3 {
	font-size: 24px;
	margin-bottom: 16px;
}



.sec02 {
	overflow: hidden;
}
.sec02 .inner {
	max-width: 1440px;
}
.sec02 .box {
	position: relative;
	align-items: center;
	padding: 110px 0;
}
.sec02 .box > div {
	position: relative;
}
.sec02 .box > div.img {
	width: 700px;
}
.sec02 .box > div.img .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 77%;
    height: 0;
    padding-bottom: 77%;
}
.sec02 .box > div.img .bg:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--gradient);
	color: var(--white);
	animation: randomGen 5s infinite linear;
	transform-origin: center;
}
.sec02 .box > div.img .phone {
	position: relative;
	background: url("../images/sec2_phone1.png")no-repeat 50% 50% / 320px;
	padding: 50% 0;
	z-index: 1;
}
.sec02 .box > div.img .phone .screen {
    position: absolute;
    top: 160px;
    left: -750px;
    width: 1220px;
	height: 285px;
	overflow: hidden;
    padding-right: 35px;
}
.sec02 .box > div.img .phone .screen .slide {
	position: absolute;
	top: 0;
	width: 100%;
}
.sec02 .box > div.img .phone .screen .list {
	gap: 20px;
	flex-direction: row-reverse;
	padding-right: 10px;
}
.sec02 .box > div.img .phone .screen .item {
	max-width: 290px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(104, 30, 206, 0.40);
	font-family: 'Pretendard';
	overflow: hidden;
}
.sec02 .box > div.img .phone.aos-animate .screen .slide {
	animation: slide 5s 2s forwards;
}
.sec02 .box > div.img .phone .screen .item .thumb {
	position: relative;
	border: 1px solid #E0E5EC;
	box-sizing: border-box;
}
.sec02 .box > div.img .phone .screen .item .thumb img {
	width: 100%;
}
.sec02 .box > div.img .phone .screen .item .info {
	padding: 18px 15px;
}
.sec02 .box > div.img .phone .screen .item .info strong {
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}
.sec02 .box > div.img .phone .screen .item .info p {
	font-size: 14px;
}
.sec02 .box > div.txt {
	flex: 1;
}
.sec02 .box > div.txt h2 {
	font-size: 60px;
	line-height: 1.15;
	margin-bottom: 8px;
}
.sec02 .box > div.txt .under_line {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 16px;
}
.sec02 .box > div.txt .under_line span {
	position: relative;
	z-index: 1;
}
.sec02 .box > div.txt .under_line span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 16px;
	border-radius: 16px;
	background: rgba(143, 74, 239, 0.40);
	z-index: -1;
}
.sec02_1 {
	background-color: var(--gray);
}
.sec02_1 .img {
	order: 1;
}
.sec02_1 .box > div.img .phone {
	background: url("../images/sec2_1_phone1.png")no-repeat 50% 50% / 320px;
}
.sec02_1 .box > div.img .phone .screen {
	width: 830px;
    height: 120px;
    padding-right: 0;
    left: auto!important;
    right: -350px;
    top: auto!important;
    bottom: 80px;
}
.sec02_1 .box > div.img .phone .screen .list {
    gap: 26px;
    flex-direction: initial;
}
.sec02_1 .box > div.img .phone .screen .item {
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	background: transparent;
}
.sec02_1 .box > div.img .phone .screen .item .thumb {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #E0E5EC;
	box-sizing: border-box;
	background: var(--white);
	margin: 0 auto 10px;
}
.sec02_1 .box > div.img .phone .screen .item .thumb img {
    width: auto;
    margin: 9px;
}
.sec02_1 .box > div.img .phone.aos-animate .screen .slide {
    animation: circle_slide 5s 2s forwards;
}
.sec02_1 .txt {
	order: 0;
}
@keyframes slide {
	0% {left: 0; }
	20% {left: 310px;}
	25% {left: 310px;}
	50% {left: 620px;}
	55% {left: 620px;}
	70% {left: 930px;}
	100% {left: 930px;}
}

@keyframes circle_slide {
	0% {left: 0; }
	15% {left: -106px;}
	20% {left: -106px;}
	35% {left: -212px;}
	40% {left: -212px;}
	55% {left: -318px;}
	60% {left: -318px;}
	75% {left: -424px;}
	80% {left: -424px;}
	95% {left: -530px;}
	100% {left: -530px;}
}



.sec03 {
	position: relative;
	background: url("../images/gredient_bg.svg")no-repeat 50% 100% / cover;
	padding: 160px 0 0;
	overflow: hidden;
}
.sec03 .bg {
	opacity: .1;
}
.sec03 .circle {
    position: absolute;
    top: -10%;
    right: -11%;
    width: 62%;
    max-width: 1210px;
    margin: 0 auto;
    z-index: -1;
}
.sec03 .circle.bottom {
    top: auto;
    bottom: 22%;
    right: auto;
    left: -27%;
}
.sec03 .circle .line {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.sec03 .circle .line > div {
	border-radius: 50%;
	border: 1px solid #E6E6E6;
	height: 0;
	box-sizing: border-box;
	animation: randomGen 25s infinite linear;
	transform-origin: center;
}
.sec03 .circle .line > div.line1 {
	width: 100%;
	padding-bottom: 100%;
}
.sec03 .circle .line > div.line2 {
	position: absolute;
	top: 0;
	margin: 10.5%;
	width: 79%;
	padding-bottom: 79%;
	animation-duration: 20s;
}
.sec03 .circle .line > div.line3 {
	position: absolute;
	top: 0;
	margin: 22%;
	width: 56%;
    padding-bottom: 56%;
	animation-duration: 25s;
}
.sec03 .circle .line > div span {
	position: absolute;
	transform: translate(-50%,-50%);
	display: block;
	width: 16px;
	height: 16px;
	background-color: #E6E6E6;
	border-radius: 50%;
}
.sec03 .circle .line > div span:nth-child(1) {
	top: 0;
    left: 50%;
}
.sec03 .circle .line > div span:nth-child(2) {
	bottom: 33%;
	left: 2.5%;
}
.sec03 .circle .line > div span:nth-child(3) {
	bottom: 33%;
	left: 97.5%;
}
.sec03 .circle .line > div.line3 span:nth-child(2) {
	left: 2.3%;
}
.sec03 .circle .line > div.line3 span:nth-child(3) {
	left: 97.8%;
}
.sec03 .title .symbol {
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,0.1) url("../images/logo_white.svg")no-repeat 50% 50%;
	border-radius: 30px;
	margin: 0 auto 20px;
}
.sec03 .title {
	color: var(--white);
}
.sec03 .title p strong {
	font-size: 22px;
}
.sec03 .title h3 {
	font-weight: 700;
	font-size: 48px;
}
.sec03 .list .item {
	width: 50%;
	text-align: center;
}
.sec03 .list .item2 {
	margin: 40% 0 0;
}
.sec03 .list .item3 {
	margin: -10% 0 0;
}
.sec03 .list .item4 {
	margin: 27% 0 0;
}
.sec03 .list .item .txt {
	text-align: center;
	color: var(--white);
	margin-bottom: -14%;
}
.sec03 .list .item1 .txt {
	margin-bottom: -8%;
}
.sec03 .list .item .txt p {
	font-size: 24px;
	font-weight: 400;
}
.sec03 .list .item .txt h4 {
	font-size: 32px;
}
.sec03 .list .item .thumb {
	
}
.sec03 .list .item .thumb img {
	width: 100%;
}



.sec04 {
	padding-top: 160px;
	overflow: hidden;
}
.sec04 .inner {
	max-width: 1320px;
}
.sec04 .title {
	margin-bottom: 0;
}
.sec04 .title .symbol {
	width: 100px;
	height: 100px;
	background: rgba(98, 0, 234,0.1) url("../images/logo_gd.svg")no-repeat 50% 50%;
	border-radius: 30px;
	margin: 0 auto 20px;
}
.sec04 .title p strong {
	font-size: 22px;
}
.sec04 .title h3 {
	font-weight: 700;
	font-size: 48px;
}
.sec04 .title h3 span {
	position: relative;
	z-index: 1;
}
.sec04 .title h3 span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 16px;
	border-radius: 16px;
	background: rgba(143, 74, 239, 0.40);
	z-index: -1;
}
.sec04 .box {
	align-items: end;
	padding: 125px 0 110px;
}
.sec04 .box .left {
	flex: 1;
}
.sec04 .box .right {
	flex: 1;
	text-align: right;
}
.sec04 .box .middle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: -1;
}
.sec04 .box .middle img {
	height: 839px;
}
.sec04 .box > div > div {
	padding: 50px 0;
}
.sec04 .box > div > div h4 {
	font-size: 36px;
	margin-bottom: 16px;
}
.sec04 .box > div > div p {
	font-size: 22px;
	color: rgba(0,0,0,0.5);
	line-height: 1.2;
}



.sec05 {
	background: #1A132D;
	padding: 120px 0;
	overflow: hidden;
}
.sec05 .inner {
	max-width: 1440px;
}
.sec05 .box {
	align-items: center;
	overflow: hidden;
}
.sec05 .box > div {
	flex: 1;
	color: var(--white);
}
.sec05 .box > div.txt h2 {
	font-size: 60px;
	margin-bottom: 16px;
}
.sec05 .box > div.txt p {
	font-size: 24px;
}
.sec05 .box > div.txt p strong {
	display: block;
}
.sec05 .box > div.txt .download {
	margin-top: 91px;
	gap: 24px;
}
.sec05 .box > div.txt .download a {
    width: 260px;
    text-align: center;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    padding: 0;
}
.sec05 .box > div.txt .download a img {
	vertical-align: -7px;
	margin-right: 10px;
}
.sec05 .box > div.img img {
	width: 100%;
}



.contact {
	background: #6200EA;
	color: var(--white);
	padding: 80px 0 60px;
}
.contact .inner {
	max-width: 1440px;
}
.contact .title {
	color: var(--white);
	margin-bottom: 0;
}
.contact .title div {
	text-align: left;
}
.contact .box {
	align-items: center;
	justify-content: space-between;
}
.contact .card > div {
	position: relative;
	flex: 1;
	margin-right: 20px;
	border-radius: 10px;
}
.contact .card > div:last-child {
	margin-right: 0;
}
.contact .card > div a {
	position: relative;
	display: block;
	width: 408px;
	padding: 30px 40px;
	box-sizing: border-box;
}
.contact .card > div p {
	font-size: 20px;
	padding-top: 75px;
}
.contact .card > div p span {
	font-weight: 400;
	font-family: 'Pretendard';
	margin-left: 10px;
	font-size: 16px;
}
.contact .card > div .qr {
	position: absolute;
	top: 30px;
	right: 40px;
}
.contact .card > div.tel {
	background-color: var(--white);
}
.contact .card > div.tel a {
	color: #6200EA;
}
.contact .card > div.tel p {
	background: url("../images/call-calling.svg")no-repeat 0 10px / 50px;
}
.contact .card > div.kakao {
	background-color: #FAE300;
}
.contact .card > div.kakao a {
	color: #261C15;
}
.contact .card > div.kakao p {
	background: url("../images/kakao.svg")no-repeat 0 10px / 50px;
}
.contact .txt {
	text-align: right;
	font-weight: 400;
	margin-top: 20px;
}



@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
	.visual .top div {
		font-size: 35px;
	}
	.visual .phone {
		width: 376px;
	}
	.visual .brand > div {
		width: 80px;
		height: 78px;
	}
	.visual .brand > div.small {
		width: 50px;
		height: 48px;
	}
	
	.sec01 .flex > div h2 {
		font-size: 60px;
	}
	.sec01 .flex > div h3 {
		font-size: 20px;
	}
	.sec01 .flex > div p {
		font-size: 13px;
	}
	
	.sec02 .box > div.img {
		width: 530px;
	}
	.sec02 .box > div.img .bg {
		width: 70%;
		padding-bottom: 70%;
	}
	.sec02 .box > div.img .phone {
		background-size: 245px;
	}
	.sec02 .box > div.img .phone .screen {
		top: 115px;
		left: -547px;
		width: 895px;
		height: 227px;
		overflow: hidden;
		padding-right: 35px;
	}
	.sec02 .box > div.img .phone .screen .item {
		max-width: 215px;
	}
	.sec02 .box > div.img .phone .screen .item .info strong {
		font-size: 14px;
	}
	.sec02 .box > div.img .phone .screen .item .info p {
		font-size: 12px;
	}
	@keyframes slide {
		0% {left: 0; }
		20% {left: 235px;}
		25% {left: 235px;}
		50% {left: 470px;}
		55% {left: 470px;}
		70% {left: 705px;}
		100% {left: 705px;}
	}
	
	.sec02 .box > div.txt h2 {
		font-size: 43px;
	}
	.sec02 .box > div.txt .under_line {
		font-size: 30px;
	}
	
	.sec02_1 .box > div.img .phone .screen {
		height: 125px;
		right: -560px;
		bottom: 25px;
	}
	.sec02_1 .box > div.img .phone .screen .list {
		gap: 14px;
	}
	.sec02_1 .box > div.img .phone .screen .item {
		font-size: 14px;
	}
	@keyframes circle_slide {
		0% {left: 0; }
		15% {left: -94px;}
		20% {left: -94px;}
		35% {left: -188px;}
		40% {left: -188px;}
		55% {left: -282px;}
		60% {left: -282px;}
		75% {left: -376px;}
		80% {left: -376px;}
		95% {left: -470px;}
		100% {left: -470px;}
	}
	
	
	.sec03 .title p strong {
		font-size: 20px;
	}
	.sec03 .title h3 {
		font-size: 36px;
	}
	.sec03 .list .item .txt p {
		font-size: 20px;
	}
	.sec03 .list .item .txt h4 {
		font-size: 28px;
	}
	
	
	.sec04 .title p strong {
		font-size: 20px;
	}
	.sec04 .title h3 {
		font-size: 36px;
	}
	.sec04 .box {
		padding: 125px 0 70px;
	}
	.sec04 .box > div > div h4 {
		font-size: 30px;
	} 
	.sec04 .box > div > div p {
		font-size: 18px;
	}
	.sec04 .box .middle img {
		height: 730px;
	}
	
	
	.sec05 .box > div.txt h2 {
		font-size: 40px;
	}
	.sec05 .box > div.txt p {
		font-size: 20px;
	}
	.sec05 .box > div.txt .download a {
		width: 210px;
	}
	
	
	.contact .title div {
		font-size: 32px;
	}
	.contact .title p {
		font-size: 20px;
	}
	.contact .card > div a {
		width: 320px;
		padding: 20px 25px;
	}
	.contact .card > div .qr {
		top: 20px;
		right: 25px;
	}
	.contact .card > div p {
		font-size: 16px;
	}
	.contact .card > div p span {
		margin-left: 5px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {
	.visual {
		height: 660px;
	}
	.visual .top {
		padding: 100px 0 50px;
	}
	.visual .top div {
		font-size: 30px;
	}
	.visual .top p {
		font-size: 14px;
	}
	.visual .phone {
		width: 300px;
		bottom: -70px;
	}
	.visual .brand > div {
		width: 62px;
		height: 61px;
		border-radius: 10px;
	}
	.visual .brand > div.small {
		width: 42px;
		height: 41px;
	}
	.visual .brand > div.brand1 {
		top: 55px;
	}
	.visual .brand > div.brand2 {
		top: 225px;
	}
	.visual .brand > div.brand3 {
		top: 65px;
		right: 15%;
	}
	.visual .brand > div.brand4 {
		top: 300px;
	}
	.visual .brand > div.brand5 {
		top: 190px;
	}
	.visual .brand > div.brand6 {
		top: 285px;
		left: 24%;
	}
	.visual .brand > div.brand7 {
		top: 185px;
	}
	.visual .brand > div.brand8 {
		top: 270px;
		right: 16%;
	}
	.visual .circle .line > div span {
		width: 10px;
		height: 10px;
	}

	
	
	.sec01 .flex > div h2 {
		font-size: 40px;
		padding-top: 0;
	}
	.sec01 .flex > div h3 {
		font-size: 16px;
	}
	
	
	.sec02 .box {
		padding: 60px 0;
	}
	.sec02 .box > div.img {
		width: 400px;
	}
	.sec02 .box > div.img .bg {
		width: 80%;
		padding-bottom: 80%;
	}
	.sec02 .box > div.img .phone {
		background-size: 225px;
		padding: 61% 0;
	}
	.sec02 .box > div.img .phone .screen {
		top: 105px;
		left: -620px;
	}
	.sec02 .box > div.img .phone .screen .item {
		max-width: 200px;
	}
	@keyframes slide {
		0% {left: 0; }
		20% {left: 220px;}
		25% {left: 220px;}
		50% {left: 440px;}
		55% {left: 440px;}
		70% {left: 660px;}
		100% {left: 660px;}
	}
	.sec02 .box > div.txt h2 {
		font-size: 30px;
	}
	.sec02 .box > div.txt .under_line {
		font-size: 22px;
	}
	.sec02 .box > div.txt p {
		font-size: 14px;
	}
	.sec02_1 .box > div.img .phone .screen {
		height: 90px;
		right: -635px;
		bottom: 50px;
	}
	.sec02_1 .box > div.img .phone .screen .item {
		font-size: 12px;
	}
	.sec02_1 .box > div.img .phone .screen .item .thumb {
		width: 65px;
		height: 65px;
		margin: 0 auto 5px;
	}
	.sec02_1 .box > div.img .phone .screen .item .thumb img {
		width: 75%;
		margin: 12.5%;
	}
	@keyframes circle_slide {
		0% {left: 0; }
		15% {left: -78px;}
		20% {left: -78px;}
		35% {left: -158px;}
		40% {left: -158px;}
		55% {left: -237px;}
		60% {left: -237px;}
		75% {left: -316px;}
		80% {left: -316px;}
		95% {left: -395px;}
		100% {left: -395px;}
	}
	
	
	
	.sec03 {
		padding: 100px 0 0;
	}
	.sec03 .title .symbol {
		width: 80px;
		height: 80px;
		border-radius: 20px;
		background-size: 40px;
	}
	.sec03 .title p strong {
		font-size: 18px;
	}
	.sec03 .title h3 {
		font-size: 30px;
	}
	.sec03 .list .item .txt p {
		font-size: 18px;
	}
	.sec03 .list .item .txt h4 {
		font-size: 26px;
	}
	.sec03 .circle {
		top: -4%;
	}
	.sec03 .circle .line > div span {
		width: 8px;
		height: 8px;
	}
	.sec03 .circle .line > div span:nth-child(1) {
		top: -1px;
	}
	.sec03 .circle .line > div span:nth-child(2) {
		bottom: 32%;
	}
	.sec03 .circle .line > div span:nth-child(3) {
		bottom: 30%;
	}
	
	
	.sec04 .title .symbol {
		width: 80px;
		height: 80px;
		border-radius: 20px;
		background-size: 40px;
	}
	.sec04 .title p strong {
		font-size: 18px;
	}
	.sec04 .title h3 {
		font-size: 30px;
	}
	.sec04 .title h3 span:after {
		height: 8px;
	}
	.sec04 .box {
		padding: 30px 0 40px;
	}
	.sec04 .box .middle img {
		height: 540px;
	}
	.sec04 .box > div > div h4 {
		font-size: 25px;
	}
	.sec04 .box > div > div p {
		font-size: 14px;
	}
	
	
	.sec05 {
		padding: 80px 0;
	}
	.sec05 .box > div.txt h2 {
		font-size: 30px;
	}
	.sec05 .box > div.txt p {
		font-size: 16px;
		word-break: keep-all;
	}
	.sec05 .box > div.txt .download {
		margin-top: 45px;
		gap: 10px;
	}
	.sec05 .box > div.txt .download a {
		flex: 1;
		max-width: 165px;
	}
	
	
	.contact .title {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.contact .title div {
		font-size: 24px;
		text-align: center;
	}
	.contact .title p {
		font-size: 16px;
		margin-top: 0;
	}
	.contact .card {
		width: 100%;
	}
	.contact .card > div a {
		width: 100%;
	}
	.contact .txt {
		text-align: center;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.visual {
		height: 710px;
	}
	.visual .top {
		position: relative;
		padding: 100px 0 0px;
		z-index: 1;
	}
	.visual .top div {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.visual .circle {
		width: 768px;
		left: 50%;
		transform: translateX(-50%);
		margin-top: -35px;
	}
	.visual .brand > div {
		width: 50px;
		height: 50px;
		border-radius: 5px;
	}
	.visual .brand > div.small {
		width: 34px;
		height: 34px;
	}
	.visual .brand > div.brand1 {
		top: 105px;
		left: 33%;
	}
	.visual .brand > div.brand2 {
		top: 370px;
		left: 22%;
	}
	.visual .brand > div.brand3 {
		top: 95px;
		right: 27%;
	}
	.visual .brand > div.brand4 {
		top: 410px;
		right: 19%;
	}
	.visual .brand > div.brand5 {
		top: 270px;
		left: 27%;
	}
	.visual .brand > div.brand6 {
		top: 485px;
		left: 27%;
	}
	.visual .brand > div.brand7 {
		top: 275px;
		right: 17%;
	}
	.visual .brand > div.brand8 {
		top: 525px;
		right: 22%;
	}
	
	
	.sec01 .flex > div {
		flex: none;
		width: 100%;
		margin-bottom: 60px;
	}
	.sec01 .flex > div:last-child {
		margin-bottom: 0;
	}
	
	
	
	.sec02 .box > div.img {
		order: 1;
		width: 100%;
	}
	.sec02 .box > div.img .bg {
		width: 300px;
		padding-bottom: 300px;
	}
	.sec02 .box > div.img .phone {
		height: 342px;
		background-size: auto 100%;
		padding: 0;
		transition-delay: .2s;
	}
	.sec02 .box > div.img .phone.aos-animate .screen .slide {
		animation-delay: .8s;
	}
	.sec02 .box > div.img .phone .screen {
		top: 70px;
		left: calc(50% - 375px);
		transform: translateX(-50%);
	}
	.sec02 .box > div.img .phone .screen .list {
		gap: 10px;
	}
	.sec02 .box > div.img .phone .screen .item {
		max-width: 160px;
	}
	.sec02 .box > div.img .phone .screen .item .info strong {
		font-size: 12px;
	}
	.sec02 .box > div.img .phone .screen .item .info p {
		font-size: 10px;
	}
	.sec02 .box > div.img .phone .screen .item .info {
		padding: 7px 10px;
	}
	@keyframes slide {
		0% {left: 0; }
		20% {left: 170px;}
		25% {left: 170px;}
		50% {left: 340px;}
		55% {left: 340px;}
		70% {left: 510px;}
		100% {left: 510px;}
	}
	.sec02 .box > div.txt {
		order: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.sec02 .box > div.txt h2 {
		font-size: 20px;
	}
	.sec02 .box > div.txt .under_line {
		font-size: 16px;
		word-break: keep-all;
	}
	.sec02 .box > div.txt .under_line span:after {
		height: 8px;
	}
	.sec02_1 .box > div.img .phone .screen {
		bottom: 25px;
		right: calc(50% - 595px);
		width: 405px;
		height: 70px;
	}
	.sec02_1 .box > div.img .phone .screen .list {
		gap: 10px;
	}
	.sec02_1 .box > div.img .phone .screen .item {
		font-size: 10px;
	}
	.sec02_1 .box > div.img .phone .screen .item .thumb {
		width: 42px;
		height: 42px;
	}
	@keyframes circle_slide {
		0% {left: 0; }
		15% {left: -52px;}
		20% {left: -52px;}
		35% {left: -104px;}
		40% {left: -104px;}
		55% {left: -156px;}
		60% {left: -156px;}
		75% {left: -208px;}
		80% {left: -208px;}
		95% {left: -260px;}
		100% {left: -260px;}
	}
	
	
	.sec03 {
		padding: 60px 0 0;
	}
	.sec03 .title p strong {
		font-size: 16px;
	}
	.sec03 .title h3 {
		font-size: 24px;
	}
	.sec03 .list .item {
		width: 100%;
		margin: 0 0 80px!important;
	}
	.sec03 .list .item4 {
		margin-bottom: 0!important;
	}
	.sec03 .list .item .txt p {
		font-size: 16px;
	}
	.sec03 .list .item .txt h4 {
		font-size: 24px;
	}
	
	
	.sec04 {
		padding-top: 60px;
	}
	.sec04 .title p strong {
		font-size: 16px;
	}
	.sec04 .title h3 {
		font-size: 24px;
	}
	.sec04 .box {
		padding: 30px 0 310px;
	}
	.sec04 .box > div > div {
		padding: 15px 0;
	}
	.sec04 .box .left,
	.sec04 .box .right {
		flex: none;
		width: 100%;
		text-align: center;
	}
	.sec04 .box .middle img {
		height: 390px;
	}
	
	
	.sec05 .box > div {
		flex: none;
		width: 100%;
		text-align: center;
	}
	.sec05 .box > div.txt {
		margin-bottom: 40px;
	}
	.sec05 .box > div.txt h2 {
		font-size: 24px;
	}
	.sec05 .box > div.txt .download a {
		max-width: 100%;
		height: 56px;
		line-height: 57px;
	}
	
	
	.contact .card {
		gap: 10px;
	}
	.contact .card > div {
		flex: none;
		width: 100%;
	}
	.contact .card > div a {
		padding: 0;
		text-align: right;
	}
	.contact .card > div p {
		font-size: 20px;
		padding: 20px 30px;
		background-position: 30px 50%!important;
	}
	.contact .card > div p span {
		display: none;
	}
	.contact .card > div .qr {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.visual {
		height: 645px;
	}
	.visual .phone {
		width: 260px;
		bottom: -60px;
	}
	.visual .circle {
		width: 665px;
	}
	.visual .brand > div.brand1 {
		top: 88px;
	}
	.visual .brand > div.brand2 {
		top: 310px;
	}
	.visual .brand > div.brand3 {
		top: 78px;
	}
	.visual .brand > div.brand4 {
		top: 362px;
		right: 18%;
	}
	.visual .brand > div.brand5 {
		top: 225px;
		left: 28%;
	}
	.visual .brand > div.brand6 {
		top: 410px;
		left: 25%;
	}
	.visual .brand > div.brand7 {
		top: 215px; 
	}
	.visual .brand > div.brand8 {
		top: 484px;
		right: 21%;
	}
}
@media screen and (max-width: 380px) {
	.visual .brand > div.brand2 {
		left: 27%;
	}
	.visual .brand > div.brand4 {
		right: 22%;
	}
	.visual .brand > div.brand6 {
		left: 30%;
	}
	.visual .brand > div.brand7 {
		right: 20%;
	}
	
	.sec01 .flex > div p {
		word-break: keep-all;
	}
	.sec01 .flex > div p br {
		display: none;
	}
	
	
	.sec02 .box > div.txt p {
		word-break: keep-all;
	}
	.sec02 .box > div.txt p br {
		display: none;
	}
	.sec02 .box > div.txt p br.m {
		display: block;
	}

	.sec03 .list .item .txt p {
		font-size: 14px;
	}
	.sec03 .list .item .txt h4 {
		font-size: 20px;
	}
	
	
	.sec05 .box > div.txt .download a {
		flex: none;
		width: 100%;
	}
}