/*** # index CSS ***/
.main-sub-title {
	color: var(--point-red);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 50px;
}
.main-title.sub {
	margin-bottom: 50px;
}
.main-title {
	color: var(--point-red);
	text-align: center;
	font-size: 48px;
	line-height: 125%;
	font-weight: 700;
	word-break: keep-all;
}
.main-title.black {
	color: var(--black);
}
.section-blank {
	padding: 160px 0;
}

/**# SECTION1 **/
#Section1 {
	width: 100vw;
	min-height: 1080px;
	position: relative;
}
#Section1BgVideo{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center top;
	position:absolute;
	z-index:1;
	transition:0.3s;
}
.section1-in {
	position: absolute;
	bottom: 126px;
	/* transform:translateX(-50%); */
	transform: translate(-50%, -50%);
	left: 50%;
	top: 55%;
	max-width: 1120px;
	width: 90%;
	margin: 0 auto;
	color: var(--white);
	z-index:3;
	font-size: 64px;
	line-height: 145%;
	text-align: center;
	font-weight: 600;
	word-break: keep-all;
	letter-spacing: -0.4px;
}
.section1-text {
	margin-top: 57px;
	font-size: 20px;
	line-height: 150%;
}

/**# Section2 **/
#Section2 {
	padding-top: 220px;
	padding-bottom: 0;
	background: url('../img/Section2Bg.png') no-repeat center / cover;
	position: relative;
	z-index:0;
}
#Section2 > .title-wrap {
	position: relative;
	z-index:3;
	width: 90%;
	margin: 0 auto;
}
#Section2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	backdrop-filter: blur(10px);
	z-index:1;
}
.section2-content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	margin-top: 159px;
	position: relative;
	z-index:3;
}
.section2-history-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: var(--gray-dark);
}
.section2-history-box > .history-item {
	width: calc(25% - 18px);
	margin-right: 24px;
	margin-bottom: 160px;
}
.section2-history-box > .history-item:nth-child(4n) {
	margin-right: 0;
}
.section2-history-box > .history-item .year {
	font-size: 48px;
	line-height: 125%;
	font-weight: 700;
	margin-bottom: 32px;
}
.section2-history-box .history-content .list {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
	align-items: center;
}
.section2-history-box .history-content .list:last-child {
	margin-bottom: 0;
}
.section2-history-box .history-content .list .left {
	width: 3px;
	height: 3px;
	border-radius: 100%;
	margin: 0 10px;
	background-color: var(--gray-dark);
}
.section2-history-box .history-content .list .right {
	width: calc(100% - 30px);
	word-break: keep-all;
}


/**# Section3 **/
#Section3 {
	padding-top: 250px;
	padding-bottom: 190px;
	background-color: #EBEBEB;
}

.section3-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	margin-top: 131px;
	height: 800px;
	display: flex;
	position: relative;
}

.section3-business {
	flex: 1;
	height: 100%;
	transition: flex 0.6s ease;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
}
.section3-business:after {
	content:"";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	position: absolute;
	z-index:2;
}
.section3-business:before {
	content: "";
	max-width: 1200px;
	width: 100vw;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index:1;
	position: absolute;
	left: 50%;
	top: 0;
	transform:translateX(-50%);
	z-index:1;
}
.section3-business.system:before {
	background-image: url('../img/Section3SystemImg.png');
}
.section3-business.network:before {
	background-image: url('../img/Section3NetworkImg.png');
}
.section3-business.systemnetwork:before {
	background-image: url('../img/Section3SystemNetworkImg.png');
}
.section3-business:hover {
	flex: 10;
}
.section3-content:hover .section3-business:not(:hover) {
	flex: 0;
}
.section3-business-front {
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--white);
	transform:translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	font-weight: 700;
    font-size: 36px;
    line-height: 140%;
	white-space: nowrap;
}
.section3-business-in {
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	bottom: 60px;
	text-align: center;
	color: var(--white);
	z-index: 3;
	height: 550px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	opacity: 0;
	transition: 0.3s;
	width: 100vw;
}
.section3-business:hover .section3-business-in{
	opacity: 1;
}
.section3-business:hover .section3-business-front {
	display: none;
}
.section3-business-in .top {
	width: 100%;
}
.section3-business-in .title {
	width: 100%;
	font-size: 36px;
	line-height: 140%;
	padding-bottom: 43px;
	position: relative;
	margin-bottom: 83px;
	font-weight: 700;
}
.section3-business-in .title:after {
	content:"";
	position: absolute;
	top: 100%;
	left: 50%;
	transform:translateX(-50%);
	height: 3px;
	width: 70px;
	background-color: var(--white);
}
.section3-business-in .about {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	font-family: "NotoSansGothic","Apple SD Gothic Neo", Sans-serif, -apple-system;
}
.section3-business-in .about .line {
	margin: 30px 0;
}
.section3-more-btn-wrap {
	text-align: center;
	width: 100%;
}
.section3-modal-call-btn {
	border-radius: 100px;
	width: 136px;
	height: 38px;
	background-color: var(--point-red);
	color: var(--white);
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
	outline: none;
	border: none;
	cursor: pointer;
}

/** # SECTION4 **/
.section4-content {
	margin-top: 90px;
	width: 100%;
	background-color: var(--gray-dark);
	padding: 125px 0;
	position: relative;
	z-index:1;
}
.section4-slide {
	max-width: 1188px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index:2;
	color: var(--white);
	overflow: hidden;
}
.section4-slide-control-icon {
	width: 30px;
}
.section4-slide-control {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
}
.section4-slide-control.left {
	left: 35px;
}
.section4-slide-control.right {
	right: 35px;
}
.section4-solution-item {
	height: 750px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.section4-solution-item:nth-child(2n-1) {
	background: linear-gradient(to bottom, #565656, #BCBCBC);
}
.section4-solution-item:nth-child(2n) {
	background: linear-gradient(to bottom, #BE0A0A, #580505);
}
.section4-solution-item .img-wrap {
	width: 100%;
}
.section4-item-img {
	margin: 0;
	width: 100%;
}
.section4-solution-bottom {
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	padding-top: 0;
}
.section4-solution-bottom .title {
	color: var(--white);
	font-size: 36px;
	font-weight: 700;
	line-height: 140%;
}
.section4-solution-more {
	background-color: var(--white);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	cursor: pointer;
}
.section4-more-icon {
	display: table;
	margin: 0 auto;
	width: 28px;
}


/** # SECTION5 **/
.section5-content {
	width: 100%; /* 화면 너비에 맞게 조정 */
	overflow: hidden;
	position: relative;
	margin-top: 120px;
	display: flex;
	height: 100px;
}
.section5-content.section5-content2 {
	margin-top: 50px;
}
.section5-content-box {
	display: flex;
	position: absolute;
}
.section5-content-box.list1 {
	animation: section5_rolling1 40s linear infinite;
}
.section5-content-box.list2 {
	animation: section5_rolling2 40s linear infinite;
}

.section5-content2 .section5-content-box.list1 {
	animation: section5_rolling2_1 40s linear infinite;
}
.section5-content2 .section5-content-box.list2 {
	animation: section5_rolling2_2 40s linear infinite;
}
.refer-item {
	margin-right: 100px;
	flex-shrink: 0;
}
.section5-refer-img {
	width: 200px;
	display: block;
}
@keyframes section5_rolling1 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes section5_rolling2 {
	0%{ 
		transform: translateX(100%) 
	}
	100%{ 
		transform: translateX(0%)
	}
}

@keyframes section5_rolling2_1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes section5_rolling2_2 {
	0%{ 
		transform: translateX(0) 
	}
	100%{ 
		transform: translateX(100%)
	}
}

/** # SECTION6 **/
.section6-content {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
	margin-top: 100px;
}
.section6-map iframe {
	width: 100% !important;
	height: 500px !important;
}
.section6-map > div#map {
	width: 100% !important;
	height: 500px !important;
}
.section6-map-info {
	margin-top: 80px;
	width: 100%;
	display: flex;
}
.section6-map-info > .box {
	position: relative;
	display: flex;
	/* justify-content: center; */
	padding-right: 50px;
	position: relative;
	box-sizing: border-box;
	width: 33.333%;
}
.section6-map-info > .box:after {
	content:"";
	position: absolute;
	left: 100%;
	top: 50%;
	transform:translateY(-50%);
	width: 2px;
	height: 70%;
	background-color: #e1e1e1;
}
.section6-map-info > .box:last-child:after {
	display: none;
}
.section6-map-info > .box:last-child {
	padding-right: 0;
	padding-left: 50px;
	justify-content: flex-end;
}
.section6-map-info > .box.tel {
	padding: 0 50px;
}
.section6-map-info > .box.add {
}
.section6-map-info > .box .left {
	font-size: 36px;
	font-weight: 700;
	color: var(--black);
	line-height: 80%;
	margin-right: 40px;
}
.section6-map-info .info-line {
	color: #565656;
	font-size: 14px;
	margin-bottom: 30px;
}
.section6-map-info > .box > .right > .info-line:last-child {
	margin-bottom: 0;
}
.section6-map-info .info-line .title {
	font-weight: 700;
	word-break: keep-all;
}



@media screen and (max-width:1400px){
	/** # SECTION1 **/
	#Section1 {
		min-height: 900px;
	}
	.section1-in {
		font-size: 55px;
	}

	/** # SECTION4 **/
	.section4-solution-item {
		height: 680px;
	}
	.section4-solution-bottom .title {
		font-size: 33px;
	}
	.section4-solution-more {
		margin-top: 20px;
	}
	.section4-slide-control.right {
		right: 1.5%;
	}
	.section4-slide-control.left {
		left: 1.5%;
	}

	/** # SECTION5 **/
	.section5-content {
		margin-top: 100px;
	}
	.refer-item {
		margin-right: 80px;
	}
}

@media screen and (max-width:1200px){
	.main-sub-title {
		font-size: 20px;
	}
	.main-title {
		font-size: 48px;
	}
	.section-blank {
		padding: 120px 0;
	} 
	/** # SECTION1 **/
	#Section1 {
		min-height: 750px;
	}
	.section1-text {
		font-size: 17px;
		margin-top: 40px;
	}

	/** # SECTION2 **/
	.section2-content {
		margin-top: 120px;
	}
	.section2-history-box > .history-item .year {
		font-size: 42px;
	}
	.section2-history-box .history-content .list .right {
		font-size: 14px;
	}
	.section2-history-box > .history-item {
		margin-bottom: 140px;
		width: calc(33.333% - 17px);
		margin-right: 25px;
	}
	.section2-history-box > .history-item:nth-child(3n) {
		margin-right: 0;
	}
	.section2-history-box > .history-item:nth-child(4n) {
		margin-right: 25px;
	}
	

	/** # SECTION3 **/
	.section3-content {
		height: 700px;
	}

	/** # SECTION4 **/
	.section4-slide {
		max-width: 850px;
	}
	.section4-solution-item {
		height: 509px;
	}
	.section4-solution-bottom .title {
		font-size: 30px;
	}
	.section4-solution-more {
		margin-top: 15px;
		width: 45px;
		height: 45px;
	}
	.section4-more-icon {
		width: 25px;
	}
	.section4-solution-bottom {
		padding: 20px;
		padding-top: 0;
	}

	
	/** # SECTION5 **/
	.refer-item {
		margin-right: 50px;
	}
	.section5-refer-img{
		width: 170px;
	}
	
	/** # SECTION6 **/
	.section6-map-info > .box {
		padding-right: 30px;
	}
	.section6-map-info > .box.tel {
		padding: 0 40px;
	}
	.section6-map-info > .box:last-child {
		padding-left: 40px;
	}
	.section6-map-info > .box .left {
		margin-right: 27px;
	}
}

@media screen and (max-width:970px){
	.main-title {
		font-size: 44px;
	}

	/** # SECTION2 **/
	#Section2 {
		padding-top: 180px;
	}
	.section2-content {
		margin-top: 100px;
	}
	.section2-history-box > .history-item .year {
		font-size: 40px;
	}
	.section2-history-box .history-content .list .right {
		font-size: 13px;
	}
	.section2-history-box > .history-item {
		margin-bottom: 120px;
	}
	
	/** # SECTION3 **/
	#Section3 {
		padding-top: 200px;
		padding-bottom: 150px;
	}
	.section3-content {
		margin-top: 100px;
		height: 600px;
	}
	.section3-business-front {
		font-size: 32px;
	}
	.section3-business-in {
		height: 75%;
	}
	.section3-business-in .title {
		font-size: 32px;
		padding-bottom: 30px;
		margin-bottom: 60px;
	}
	.section3-business-in .title:after {
		width: 50px;
		height: 2px;
	}
	.section3-business-in .about .line {
		margin: 20px 0;
	}
	
	/** # SECTION4 **/
	.section4-slide {
		max-width: 540px;
	}
	.section4-solution-item {
		height: 495px;
	}
	.section4-solution-bottom .title {
		font-size: 25px;
	}
	.section4-solution-more {
		width: 40px;
		height: 40px;
		margin-top: 10px;
	}
	.section4-more-icon {
		width: 20px;
	}
	.section4-slide-control.left {
		left: 5%;
	}
	.section4-slide-control.right {
		right: 5%;
	}
	

	/** # SECTION6 **/
	.section6-map-info .info-line {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.section6-map-info > .box.tel {
		padding: 0 20px;
	}
	.section6-map-info > .box:last-child {
		padding-left: 20px;
	}
	.section6-map-info > .box .left {
		font-size: 28px;
		margin-right: 16px;
	}
	.section6-map-info > .box {
		font-size: 12px;
		box-sizing: border-box;
	}
	.section6-map-info {
		margin-top: 50px;
	}
	.section6-map iframe {
		height: 400px !important;
	}
	.section6-map > div#map {
		height: 400px !important;
	}
}

/* MOBILE */
@media screen and (max-width:768px){
	.section-blank {
		padding: 90px 0;
	}
	.main-sub-title {
		font-size: 17px;
		margin-bottom: 30px;
	}
	.main-title.sub {
		margin-bottom: 30px;
	}
	.main-title {
		font-size: 40px;
	}
	/** # SECTION1 **/
	#Section1 {
		min-height: 650px;
	}
	.section1-in {
		font-size: 40px;
		bottom: 100px;
	}
	.section1-text {
		margin-top: 20px;
	}

	/** # SECTION2 **/
	#Section2 {
		padding-top: 160px;
	}
	.section2-content {
		margin-top: 100px;
	}
	.section2-history-box > .history-item .year {
		font-size: 38px;
	}
	.section2-history-box > .history-item {
		margin-bottom: 90px;
		width: calc(50% - 25px);
		margin-right: 25px;
	}
	.section2-history-box > .history-item:nth-child(2n) {
		margin-right: 0;
	}
	.section2-history-box > .history-item:nth-child(3n) {
		margin-right: 25px;
	}
	.section2-history-box > .history-item:nth-child(4n) {
		margin-right: 0px;
	}

	/** # SECTION3 **/
	:root {
		--section3-content-height: 600px
	}
	#Section3 {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.section3-content {
		height: var(--section3-content-height);
		flex-wrap: wrap;
	
	}
	.section3-business {
		width: 100%;
		height: calc(100% / 3);
		flex: auto;
		transition: 0.5s ease;
		overflow: hidden;
		background: none;
	}
	.section3-business:before {
		content: "";
		width: 100%;
		height: var(--section3-content-height);
		background-repeat: no-repeat;
		background-size: auto var(--section3-content-height);
		background-position: center center;
		z-index:1;
		position: absolute;
		left: 0;
		top: 50%;
		transform:translateY(-50%);
	}
	.section3-business.system:before {
		background-image: url('../img/Section3SystemImg.png');
	}
	.section3-business.network:before {
		background-image: url('../img/Section3NetworkImg.png');
	}
	.section3-business.systemnetwork:before {
		background-image: url('../img/Section3SystemNetworkImg.png');
	}
	.section3-business-in {
		height: calc(var(--section3-content-height) * 0.6);
		bottom: auto;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
	}
	.section3-business:hover {
		height: 80%;
		flex: auto;
	}
	.section3-content:hover .section3-business:not(:hover) {
		height: 10%;
		flex: auto;
	}
	.section3-business-front {
		font-size: 28px;
	}
	.section3-content:hover .section3-business-front {
		display: none !important;
		height: 0;
		width: 0;
		z-index: -1;
	}
	.section3-business-in .title {
		font-size: 28px;
		padding-bottom: 25px;
		margin-bottom: 40px;
	}
	.section3-business-in .about {
		font-size: 14px;
	}
	.section3-business-in .about .line {
		margin: 10px 0;
	}
	.section3-modal-call-btn {
		width: 100px;
	}
	.section3-business-in {
		align-content: center;
	}
	.section3-more-btn-wrap {
		margin-top: 20px;
	}

	/** # SECTION4 **/
	.section4-content {
		padding: 90px 0;
		margin-top: 70px;
	}
	.section4-slide {
		max-width: 450px;
	}
	.section4-solution-item {
		height: 415px;
	}
	.section4-solution-bottom .title {
		font-size: 22px;
	}
	.section4-slide-control-icon {
		width: 25px;
	}
	.section4-slide-control.left {
		left: 2%;
	}
	.section4-slide-control.right {
		right: 2%;
	}
	

	/** # SECTION5 **/
	.section5-content {
		margin-top: 70px;
		height: 60px;
	}
	.section5-content.section5-content2 {
		margin-top: 30px;
	}
	.refer-item {
		margin-right: 30px;
	}
	.section5-refer-img{
		width: 120px;
	}
	
	/** # SECTION6 **/
	.section6-content {
		margin-top: 70px;
	}
	.section6-map-info {
		flex-wrap: wrap;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.section6-map-info > .box.tel {
		padding: 30px 0;
	}
	.section6-map-info > .box {
		width: 100%;
		padding: 30px 0;
	}
	.section6-map-info > .box:after {
		top: 100%;
		left: 0;
		transform:translateY(0);
		width: 100%;
		height: 1px;
	}
	.section6-map-info > .box:last-child {
		justify-content: flex-start;
		padding-left :0 ;
	}
	.section6-map-info > .box .left {
		width: 150px;
	}
}

@media screen and (max-width:540px){
	/** # SECTION1 **/
	.section1-in {
		font-size: 37px;
	}

	/** # SECTION2 **/
	#Section2 {
		padding-top: 120px;
	}
	.section2-content {
		margin-top: 70px;
	}
	.section2-history-box > .history-item .year {
		font-size: 35px;
	}
	.section2-history-box > .history-item {
		margin-bottom: 70px;
		width: calc(50% - 15px);
		margin-right: 15px;
	}
	.section2-history-box > .history-item:nth-child(3n) {
		margin-right: 15px;
	}
	.section2-history-box .list {
		font-size: 13px;
	}
		
	/** # SECTION3 **/
	#Section3 {
		padding-top: 150px;
		padding-bottom: 100px;
	}
	.section3-content {
		margin-top: 70px;
	}

	/** # SECTION4 **/
	.section4-content {
		padding: 80px 0;
		margin-top: 60px;
	}
	.section4-slide {
		max-width: none;
		width: 100vw;
		/* max-width: 350px; */
	}
	.section4-solution-item {
		height: 418px;
		width: 230px;
	}
	.section4-solution-bottom {
		padding: 17px;
		padding-top: 0;
	}
	.section4-solution-bottom .title {
		font-size: 20px;
	}
	.section4-slide-control-icon {
		display: none;
	}
}


@media screen and (max-width:480px) {
	.section-blank {
		padding: 70px 0;
	}
	.main-sub-title {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.main-title.sub {
		margin-bottom: 20px;
	}
	.main-title {
		font-size: 30px;
	}
	:root {
		--section3-content-height: 500px;
	}
	/** # SECTION1 **/
	.section1-in {
		font-size: 29px;
	}
	.section1-text {
		font-size: 15px;
	}

	/** # SECTION2 **/
	.section2-history-box > .history-item {
		margin-bottom: 50px;
	}
	.section2-history-box > .history-item .year {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.section2-history-box .history-content .list .left {
		margin: 0 3px;
	}
	.section2-history-box .history-content .list .right {
		width: calc(100% - 11px);
		font-size: 11px;
	}

	/** # SECTION3 **/
	#Section3 {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	.section3-business-front {
		font-size: 24px;
	}
	.section3-business-in .title {
		font-size: 24px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.section3-business-in .about {
		font-size: 13px;
	}
	.section3-modal-call-btn {
		font-size: 11px;
		width: 70px;
		height: 28px;
	}

	/** # SECTION4 **/
	.section4-content {
		padding: 70px 0;
		margin-top: 50px;
	}

	/** # SECTION5 **/
	.section5-content {
		margin-top: 50px;
	}
	.refer-item {
		margin-right: 20px;
	}
}


@media screen and (max-width:360px) {
	.main-sub-title {
		font-size: 14px;
	}
	.main-title {
		font-size: 26px;
	}
	:root {
		--section3-content-height: 400px;
	}
	/** # SECTION1 **/
	.section1-in {
		font-size: 26px;
	}
	.section1-text {
		font-size: 14px;
	}

	/** # SECTION2 **/
	.section2-history-box > .history-item {
		margin-bottom: 50px;
		width: 100%;
		margin-right: 0 !important;
	}
	.section2-history-box .history-content .list .right {
		font-size: 14px;
	}
	.section2-history-box {
		max-width: 280px;
		margin: 0 auto;
	}

	/** # SECTION3 **/
	.section3-business-front {
		font-size: 22px;
	}
	.section3-business-in .title {
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.section3-business-in .title:after {
		width: 30px;
	}
	.section3-business-in .about {
		font-size: 12px;
	}
	.section3-more-btn-wrap {
		margin-top: 10px;
	}
	.section3-business-in .about .line {
		margin: 7px 0;
		font-size: 11px;
	}

	/** # SECTION6 **/
	.section6-map-info > .box .left {
		width: 100px;
		font-size: 25px;
	}
	.section6-map-info > .box {
		padding: 20px 0;
	}
	.section6-map-info > .box.tel {
		padding: 20px 0;
	}
	.section6-map iframe {
		height: 300px !important;
	}
	.section6-map > div#map {
		height: 300px !important;
	}
	.section6-content {
		margin-top: 50px;
	}
}

@media screen and (max-width:320px) {
	.main-sub-title {
		font-size: 12px;
	}
	.main-title {
		font-size: 24px;
	}
	/** # SECTION1 **/
	.section1-in {
		font-size: 24px;
	}
	.section1-text {
		font-size: 12px;
	}

	/** # SECTION6 **/
	.section6-map-info > .box .left {
		width: 80px;
	}

}