/*** # index CSS ***/
#Content {
	margin-top: 94px;
}
span.point {
	color: var(--point-blue);
	font-weight: bold;
}
span.point2 {
	color: var(--point-sky);
}
span.point-dark {
	color: var(--dark-blue);
}
span.point-bg {
	background-color: #CBF5FF;
	padding: 0 5px;
	font-weight: 900;
}
.main-title {
	font-size: 48px;
	font-weight: 700;
	word-break: keep-all;
}
.round-title-wrap {
	padding: 32px 80px;
	background-color: var(--dark-blue);
	border-radius: 100px;
	font-size: 42px;
	font-weight: 900;
	color: var(--white);
	display: table;
	margin: 0 auto;
	margin-bottom: 160px;
	word-break: keep-all;
}
.round-title-wrap.no-bg {
	background: var(--white);
	border: 1px solid var(--dark-blue);
	color: var(--dark-blue);
}
.main-title-underline-wrap {
	max-width:1320px;
	margin: 0 auto;
	width: 90%;
	margin-bottom: 80px;
}
.main-title-underline-wrap .title {
	color: var(--dark-blue);
	font-weight: 900;
	font-size: 42px;
	line-height: 130%;
	border-bottom: 10px solid var(--point-blue);
	display: inline-flex;
}


/**# SECTION1 **/
#Section1 {
	background-color: #060736;
}
#Section1Wrap{
	width: 100vw;
	max-width: 2500px;
	min-height: 756px;
	background: #060736 url('../img/Section1Bg_right.png') no-repeat center right / auto 100%;
	position: relative;
	margin: 0 auto;
}
.section1-in {
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%, -50%);
	max-width: 1508px;
	width: 90%;
	margin: 0 auto;
	color: var(--white);
	z-index:3;
}
.section1-logo {
	width: 186px;
	display: table;
	margin: 0;
}
.section1-title {
	font-size: 64px;
	margin-bottom: 36px;
	word-break: keep-all;
	line-height: 150%;
}
.section1-title span.point {
	color: var(--point-blue);
	font-weight: bold;
}
.section1-sub {
	font-size: 32px;
}

/** # SECTION2 **/
#Section2Wrap {
	padding: 160px 0;
}
.section2-in {
	max-width: 1508px;
	width: 90%;
	margin: 0 auto;
}
.section2-in .title-wrap {
	color: var(--dark-blue);
	text-align: center;
	margin-bottom: 80px;
}
.section2-in .title-wrap .sub {
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	margin-bottom: 16px;
}
.section2-in .title-wrap .title {
	font-weight: 700;
	
}
.section2-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section2-content > .item {
	display: flex;
}
.section2-content > .item .left {
	width: 150px;
	height: 140px;
	border-radius: 26px;
	background-color: var(--dark-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
}
.section2-icon {
	display: table;
	width: 90px;
}
.section2-item-tag {
	border-radius: 40px;
	font-weight: 700;
	font-size: 18px;
	padding: 0 16px;
	height: 45px;
	border: 1px solid var(--dark);
	margin-bottom: 32px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
}
.section2-item-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	word-break: keep-all;
}

/** # SECTION3 **/
#Section3Wrap {
	padding: 218px 0;
	background: url('../img/Section3_Bg.png') no-repeat center / cover;
	color: var(--white);
}
.section3-in {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.section3-in .title {
	font-weight: 800;
	line-height: 130%;
	font-size: 44px;
	margin-bottom: 16px;
}
.section3-in .text {
	font-size: 32px;
	line-height: 160%;
	font-weight: 500;
	word-break: keep-all;
}

/** # SECTION4 **/
#Section4Wrap {
	padding: 320px 0;
	padding-bottom : 160px;
}
.section4-in {
	max-width: 1662px;
	width: 90%;
	margin: 0 auto;
}
.section4-in .title-wrap {
	color: var(--dark-blue);
	text-align: center;
	margin-bottom: 80px;
}
.section4-in .title-wrap .title {
	font-weight: 900;
}
.section4-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.section4-content > .item {
	width: 31.7%;
	background-color: #EDF9FC;
	border-radius: 32px;
	padding: 40px 50px;
	box-sizing: border-box;
}
.section4-content > .item .img-wrap {
	text-align: center;
	margin-bottom: 48px;
}
.section4-img {
	width: 300px;
}
.section4-item-title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 170%;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 40px;
}
.section4-item-title:after{
	content:"";
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	top: 100%;
	width: 60px;
	height: 10px;
	background-color: var(--dark-blue);
}
.section4-item-text {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height: 160%;
	word-break: keep-all;
}

/** # SECTION5 **/
#Section5Wrap {
	padding: 160px 0;
}
.section5-in {
	max-width: 1392px;
	margin: 0 auto;
	width: 90%;
}
#Section5Wrap .round-title-wrap span.point {
	font-weight: 900;
}
.section5-content-line {
	width: 100%;
	display: flex;
	margin-bottom: 160px;
	/* justify-content: space-between; */
	justify-content: center;
}
.section5-content-line:last-child {
	margin-bottom: 0;
}
.section5-content-line > .left {
	margin-right: 40px;
}
.section5-img {
	width: 680px;
}
.section5-content-text-wrap {
	flex-grow: 1;
}
.section5-content-line .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 164%;
	color: var(--dark-blue);
	padding-bottom: 48px;
	margin-bottom: 48px;
	position:relative;
	word-break: keep-all;
}
.section5-content-line .title:after {
	content:"";
	position: absolute;
	left: 0;
	top: 100%;
	width: 60px;
	height: 10px;
	background-color: var(--dark-blue);
}
.section5-content-line .text {
	font-size: 23px;
	line-height: 160%;
	font-weight: 500;
	word-break: keep-all;
}
.section5-content-line .text span.point-dark{
	font-weight: 700;
}

/** # SECTION6 **/
#Section6Wrap {
	background-color: #DBE7F7;
	padding: 160px 0;
}
.section6-in {
	max-width: 1616px;
	width: 95%;
	margin: 0 auto;
}

.section6-slide-wrap {
	position: relative;
}
.section6-slider {
	max-width: 1500px;
	margin: 0 auto;
	width: 95%;
}
.Section6slideBtn-icon {
	width: 50px;
}
.section6-slideControl {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	z-index: 5;
	cursor: pointer;
}
.section6-slideControl.left {
	left: 0;
}
.section6-slideControl.right {
	right: 0;
}
.section6-slideItem {
	display: flex;
	flex-wrap: wrap;
	/* align-content: flex-start; */
	align-content: stretch;
	height: auto !important;
}
.section6-slideItem .img-wrap {
	margin-bottom: 40px;
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}
.section6-slide-item-img {
	max-width: 500px;
	max-height: 500px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
}
.section6-item-about {
	border-radius: 32px;
	background-color: #F7FDFF;
	box-sizing: border-box;
	padding: 24px 80px;
	width: 100%;
	display: flex;
	align-items: top;
	height: calc(100% - 540px);
}
.section6-item-about .name {
	font-size: 28px;
	font-weight:900;
	border-bottom: 1px solid #020944;
	line-height: 280%;
	width: 100%;
	margin-bottom: 10px;
}
.section6-item-about .history-wrap {
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
	word-break: keep-all;
}
.section6-item-about .history-wrap .history {
	margin-bottom: 8px;
}
.section6-item-about .history-wrap .history:last-child {
	margin-bottom: 0;
}
.section6-item-about-content {
	width: 100%;
}
#Section6Slide {
	overflow: hidden;
}
#Section6Slide .swiper-wrapper {
	align-items: stretch;
}

/** # SECTION7 **/
#Section7Wrap {
	padding: 100px 0;
	background-color: var(--light-gray);
}
.section7-in .round-title-wrap {
	font-weight: 500;
	margin-bottom: 64px;
	background-color: transparent;
}
.section7-in .round-title-wrap span.point-dark {
	font-weight: 900;
}
.section7-content {
	max-width: 1616px;
	margin: 0 auto;
	width: 95%;
	box-sizing: border-box; 
	padding: 100px 0;
	background-color: var(--light-gray);
	position: relative;
}
.section7-content-box {
	width: 100%;
	display: flex;
	justify-content:space-between;
}
.section7-content-box > .item {
	max-width: 49%;
}
.section7-img {
	max-width: 100%;
}
.Section7Swiper {
	overflow: hidden;
	max-width: 1500px;
	margin: 0 auto;
	width: 90%;
}
.Section7Swiper .swiper-wrapper {
	align-items: center !important;
}
.section7-slideControl {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	z-index: 5;
	cursor: pointer;
}
.section7-slideControl.left {
	left: 0;
}
.section7-slideControl.right {
	right: 0;
}

/** # SECTION8 **/
#Section8Wrap {
	padding: 160px 0;
	background-color: #EDF9FC;
}
.section8-in {
	max-width: 1474px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.section8-in .main-title-underline-wrap {
	width: 100%;
}
.section8-content .balloon {
	background-color: var(--white);
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 124px;
	border-radius: 32px;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 60px;
	box-shadow: 0px 8px 40px 0 #4b4c560f;
}
.section8-content .balloon:after {
	content:"";
	border-top: 30px solid var(--white);
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	border-bottom: 0px solid transparent;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform:translate(-50%);
}
.section8-content .balloon .review-text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-wrap:break-word;
	line-height:1.2em;
	height:2.4em;
}
.section8-content .main-balloon {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	color: #D6F7FF;
	font-weight: 900;
	font-size: 32px;
	padding: 70px 104px;
	border-radius: 32px;
	background: linear-gradient(135deg, #4BC0E4, #2177B0, #14539C);
}
.section8-img {
	/* max-width: 100%;
	min-width: 380px; */
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* max-height: 100%; */
}
.section8-img.no-img {
	width: 100%;
}
.section8-slide-item {
	text-align: center;
	/* width: calc(16.66665% - 8px) !important; */
	min-height: calc(50% - 8px) !important;
	aspect-ratio: 380 / 550;
	height: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
}
.section8-slideControl {
	position: absolute;
	top: 55%;
	transform:translateY(-50%);
	z-index: 5;
	cursor: pointer;
}
.section8-slideControl.left {
	left: 0;
}
.section8-slideControl.right {
	right: 0;
}
.Section8Swiper {
	max-width: 1172px;
}


/** # SECTION9 **/
#Section9Wrap {
	padding-top: 320px;
	padding-bottom: 160px;
}
.section9-in {
	max-width: 1320px;
	margin: 0 auto;
	width: 90%;
}
.section9-in .main-title-underline-wrap {
	width: 100%;
}
.contact-input {
	border: none;
	outline: none;
	width: 100%;
	height: 90px;
	border-bottom: 2px solid var(--dark);
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 32px;
}
.input-group .form-title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 10px;
}
.input-group .form-title.required:before {
	content:"*";
	color: #B10C32;
}
#ContactForm .input-group {
	margin-bottom: 60px;
}
#ContactForm .input-group:last-child {
	margin-bottom: 0;
}
#ContactForm .btn-group {
	margin-top: 100px;
	text-align: center;
}
.section9-submit-btn {
	background-color: var(--dark-blue);
	border: none;
	outline: none;
	border-radius: 32px;
	color: var(--white);
	padding: 58px 160px;
	font-weight: 700;
	font-size: 32px;
}
.section9-about {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
	background-color: #EDF9FC;
	color: var(--dark-blue);
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	padding: 32px 64px;
	box-sizing: border-box;
	border-radius: 32px;
	word-break: keep-all;
	margin-top: 120px;
	letter-spacing:-0.5px;
	line-height: 140%;
}

/** # FLOATING **/
#Floating {
	position: fixed;
	right: 80px;
	bottom: 50px;
	z-index: 50;
}
.floating-kakaotalk-wrap {
	background-color: #010112;
	color: var(--white);
	border-radius: 70px;
	font-size: 32px;
	font-weight: 700;
	padding:32px 47px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	box-shadow: 0 6px 6px 0 #00000030;
}
.floating-kakaotalk-wrap > .left {
	margin-right: 15px;
}
.floating-kakaotalk-wrap .icon {
	width: 62px;
	display: table;
	margin: 0;
}


@media screen and (max-width:1800px){
	/** # SECTION4 **/
	.section4-item-text {
		font-size: 22px;
	}

	/** # SECTION6 **/
	.section6-item-about {
		padding: 24px 70px;
		height: calc(100% - 440px);
	}
	.section6-slideItem .img-wrap {
		height: 400px;
	}
}

@media screen and (max-width:1600px){
	.round-title-wrap {
		font-size: 35px;
	}

	/** # SECTION2 **/
	.section2-content > .item .left {
		width: 140px;
		height: 130px;
		margin-right: 15px;
	}

	/** # SECTION4 **/
	.section4-content > .item {
		padding: 40px;
		width: 32%;
	}
	.section4-item-text {
		font-size: 20px;
	}
	.section4-content > .item .img-wrap {
		margin-bottom: 40px;
	}
	.section4-img {
		width: 280px;
	}

	/** # SECTION5 **/
	.section5-in {
		max-width: 1260px;
	}
	.section5-img {
		width: 630px;
	}

	/** # SECTION6 **/
	.section6-item-about {
		padding: 20px 50px;
		height: calc(100% - 405px);
	}
	.section6-slideItem .img-wrap {
		height: 365px;
	}
	.section6-item-about .name {
		line-height: 230%;
	}
	.Section6slideBtn-icon {
		width: 40px;
	}

	/** # SECTION7 **/
	.section7-content {
		padding: 100px 0;
	}

	/** # FLOATING **/
	#Floating {
		right: 50px;
		bottom: 30px;
	}
	.floating-kakaotalk-wrap {
		border-radius: 70px;
		font-size: 28px;
		padding:28px 43px;
	}
	.floating-kakaotalk-wrap > .left {
		margin-right: 15px;
	}
	.floating-kakaotalk-wrap .icon {
		width: 55px;
		display: table;
		margin: 0;
	}
}


@media screen and (max-width:1400px){
	.main-title {
		font-size: 40px;
	}
	.round-title-wrap {
		font-size: 32px;
		padding: 22px 70px;
	}

	/** # SECTION2 **/
	.section2-in .title-wrap .sub {
		font-size: 28px;
	}
	.section2-content > .item .left {
		width: 120px;
		height: 110px;
		border-radius: 20px;
	}
	.section2-icon {
		width: 70px;
	}
	.section2-item-tag {
		font-size: 15px;
		height: 35px;
		margin-bottom: 20px;
	}
	.section2-item-text {
		font-size: 15px;
	}

	/** # SECTION3 **/
	.section3-in .title {
		font-size: 40px;
	}
	.section3-in .text {
		font-size: 30px;
	}

	/** # SECTION4 **/
	.section4-img {
		width: 250px;
	}
	.section4-item-title {
		font-size: 28px;
	}
	.section4-content > .item {
		padding: 40px 30px;
	}
	.section4-item-text {
		font-size: 17px;
	}

	/** # SECTION5 **/
	.section5-in {
		max-width: 1080px;
	}
	.section5-img {
		width: 500px;
	}
	.section5-content-line .title {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.section5-content-line .text {
		font-size: 21px;
	}

	/** # SECTION6 **/
	.section6-item-about {
		padding: 20px 40px;
	}
	.section6-slideItem .img-wrap {
		height: 345px;
	}
	.section6-item-about {
		height: calc(100% - 385px)
	}
	.section6-item-about .name {
		font-size: 25px;
	}
	.section6-item-about .history-wrap {
		font-size: 21px;
	}
	.section6-item-about .history-wrap .history {
		font-size: 21px;
	}

	/** # SECTION7 **/
	.section7-content {
		padding: 80px 20px;
	}

	/** # SECTION8 **/
	.section8-content .balloon {
		font-size: 22px;
	}
	.section8-content {
		padding: 0 20px;
	}
	.Section8Swiper {
		width: 90%;
	}
	.section8-img {
		min-width: auto;
	}

	/** # SECTION9 **/
	.input-group .form-title {
		font-size: 28px;
	}
	.section9-submit-btn {
		font-size: 28px;
	}

	/** # FLOATING **/
	#Floating {
		right: 30px;
	}
	.floating-kakaotalk-wrap {
		border-radius: 70px;
		font-size: 25px;
		padding:25px 40px;
	}
	.floating-kakaotalk-wrap > .left {
		margin-right: 10px;
	}
	.floating-kakaotalk-wrap .icon {
		width: 50px;
	}
}

@media screen and (max-width:1200px){
	.main-title {
		font-size: 35px;
	}
	.round-title-wrap {
		font-size: 28px;
		margin-bottom: 100px;
	}
	.main-title-underline-wrap .title {
		font-size: 38px;
		border-bottom: 7px solid var(--point-blue);
	}

	/** # SECTION1 **/
	#Section1Wrap{
		background: #060736 url(../img/Section1Bg_right.png) no-repeat center right 20% / auto 100%;
	}
	.section1-logo {
		width: 160px;
	}
	.section1-title {
		font-size: 55px;
	}
	.section1-sub {
		font-size: 28px;
	}
	
	/** # SECTION2 **/
	.section2-content > .item .left {
		width: 90px;
		height: 80px;
		border-radius: 15px;
		margin-right: 10px;
	}
	.section2-item-text {
		font-size: 13px;
	}
	.section2-item-tag {
		font-size: 13px;
		height: 32px;
		margin-bottom: 10px;
	}
	.section2-icon {
		width: 50px;
	}
	.section2-in .title-wrap .sub {
		margin-bottom: 10px;
		font-size: 25px;
	}

	/** # SECTION3 **/
	#Section3Wrap {
		padding: 150px 0;
	}
	.section3-in .title {
		font-size: 33px;
	}
	.section3-in .text {
		font-size: 22px;
	}

	/** # SECTION4 **/
	#Section4Wrap {
		padding-top: 160px;
	}
	.section4-img {
		width: 200px;
	}
	.section4-item-title {
		font-size: 24px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.section4-item-title:after {
		content:"";
		height: 7px;
	}
	.section4-content > .item {
		border-radius: 25px;
	}

	/** # SECTION5 **/
	.section5-in {
		max-width: 874px;
	}
	.section5-content-line {
		margin-bottom: 100px;
	}
	.section5-img {
		width: 440px;
	}
	.section5-content-line > .left {
		margin-right: 20px;
	}
	.section5-content-line .title {
		font-size: 24px;
	}
	.section5-content-line .text {
		font-size: 16px;
	}
	.section5-content-line .title:after {
		height: 7px;
	}

	/** # SECTION6 **/
	.section6-slideItem .img-wrap {
		height: 290px;
		margin-bottom: 30px;
	}
	.section6-item-about {
		height: calc(100% - 325px);
		padding: 15px 30px;
		font-size: 17px;
		border-radius: 20px;
	}
	.section6-item-about .name {
		font-size: 22px;
	}
	.section6-item-about .history-wrap {
		font-size: 18px;
	}
	.section6-item-about .history-wrap .history {
		font-size: 18px;
	}
	.Section6slideBtn-icon {
		width: 30px;
	}
	.section6-slideControl.left {
		left: -10px;
	}
	.section6-slideControl.right {
		right: -10px;
	}

	/** # SECTION7 **/
	.section7-in .round-title-wrap {
		padding: 22px 50px;
	}
	.section7-content {
		padding: 60px 0;
	}
	.section7-slideControl.left {
		left: -10px;
	}
	.section7-slideControl.right {
		right: -10px;
	}

	/** # SECTION8 **/
	.section8-content .balloon {
		font-size: 20px;
	}
	.section8-content .main-balloon {
		font-size: 28px;
		padding: 50px 0;
	}
	.section8-slideControl.left {
		left: -10px;
	}
	.section8-slideControl.right {
		right: -10px;
	}

	/** # SECTION9 **/
	.input-group .form-title {
		font-size: 26px;
	}
	.section9-submit-btn {
		font-size: 26px;
	}
	.section9-about {
		font-size: 28px;
	}

	/** # FLOATING **/
	.floating-kakaotalk-wrap {
		border-radius: 60px;
		font-size: 22px;
		padding:22px 35px;
	}
	.floating-kakaotalk-wrap .icon {
		width: 45px;
	}
}

@media screen and (max-width:970px){
	.round-title-wrap {
		font-size: 24px;
	}

	/** # SECTION1 **/
	#Section1Wrap {
		position: relative;
	}
	#Section1Wrap:after {
		content:"";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.3);
		z-index:2;
	}
	.section1-logo {
		width: 140px;
	}
	.section1-title {
		font-size: 50px;
	}
	.section1-sub {
		font-size: 25px;
	}

	/** # SECTION2 **/
	.section2-content {
		flex-wrap: wrap;
		max-width: 500px;
		margin: 0 auto;
	}
	.section2-content > .item {
		width: 100%;
		margin-bottom: 30px;
	}
	.section2-item-tag {
		font-size: 19px;
		height: 45px;
		margin-bottom: 32px;
	}
	.section2-item-text {
		font-size: 19px;
	}
	.section2-content > .item .left {
		width: 150px;
		height: 140px;
		border-radius: 26px;
		margin-right: 24px;
	}
	.section2-icon {
		width: 90px;
	}

	/** # SECTION4 **/
	.section4-content > .item {
		padding: 30px 20px;
	}
	.section4-img {
		width: 150px;
	}
	.section4-content > .item .img-wrap {
		margin-bottom: 20px;
	}
	.section4-item-title {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}

	/** # SECTION5 **/
	.section5-in {
		max-width: 692px;
	}
	.section5-img {
		width: 320px;
	}
	.section5-content-line .title {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		line-height: 150%;
	}
	.section5-content-line .text {
		font-size: 14px;
		line-height: 150%;
	}

	/** # SECTION6 **/
	.section6-item-about {
		max-width: 330px;
		margin: 0 auto;
		height: calc(100% - 360px);
	}
	.section6-slideItem .img-wrap {
		height: 330px;
	}

	/** # SECTION7 **/
	.section7-in .round-title-wrap {
		font-size: 22px;
		margin-bottom: 50px;
		max-width: 90%;
		box-sizing: border-box;
	}
	.section7-content {
		width: 95%;
		padding: 50px 0;
	}

	/** # SECTION8 **/
	.section8-content .balloon {
		padding: 40px 80px;
	}
	.section8-content .main-balloon {
		font-size: 25px;
	}

	
	/** # SECTION9 **/
	.input-group .form-title {
		font-size: 24px;
	}
	.section9-submit-btn {
		font-size: 24px;
	}
	.contact-input {
		font-size: 26px;
	}
	.section9-about {
		font-size: 22px;
	}

	/** # FLOATING **/
	.floating-kakaotalk-wrap {
		border-radius: 50px;
		font-size: 20px;
		padding:20px 32px;
	}
	.floating-kakaotalk-wrap .icon {
		width: 40px;
	}
}

/* MOBILE */
@media screen and (max-width:768px){
	#Content {
		margin-top: 70px;
	}
	.round-title-wrap {
		text-align: center;
	}
	.main-title-underline-wrap .title {
		margin: 0 auto;
		text-align: center;
		display: table;
	}
	.section7-in .round-title-wrap {
		font-size: 20px;
		margin-bottom: 30px;
		border-radius: 32px;
		padding: 18px 34px;
	}

	/** # SECTION1 **/
	#Section1Wrap {
		min-height: 650px;
	}
	.section1-in {
		transform: translate(-50%, -50%);
	}
	.section1-logo {
		width: 120px;
	}
	.section1-title {
		font-size: 45px;
		margin-bottom: 25px;
	}
	.section1-sub {
		font-size: 22px;
	}
	
	/** # SECTION2 **/
	#Section2Wrap {
		padding: 100px 0;
	}
	.section2-content > .item .left {
		width: 130px;
		height: 120px;
		border-radius: 20px;
	}
	.section2-item-tag {
		margin-bottom: 16px;
	}
	
	/** # SECTION3 **/
	#Section3Wrap {
		padding: 100px 0;
	}

	/** # SECTION4 **/
	#Section4Wrap {
		padding: 100px 0;
		padding-bottom:0px;
	}
	.section4-content {
		flex-wrap: wrap;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.section4-content > .item {
		width: 100%;
		display: flex;
		margin-bottom: 30px;
		align-items: center;
	}
	.section4-content > .item .img-wrap {
		margin-bottom: 0;
		margin-right: 30px;
	}
	.section4-content > .item .text-wrap {
		width: 100%;
	}
	.section4-item-title {
		text-align: left;
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.section4-item-text {
		text-align: left;
	}
	.section4-item-title:after {
		content:"";
		left: 0;
		width: 30px;
		height: 5px;
		transform:translateX(0);
	}

	/** # SECTION5 **/
	#Section5Wrap {
		padding: 50px 0;
	}
	.section5-in {
		max-width: 500px;
	}
	.section5-content-line > .left {
		margin-right: 0;
	}
	.section5-content-line {
		flex-wrap: wrap;
	}
	.section5-content-line .title:after {
		width: 30px;
	}
	.section5-content-line.reverse { 
		flex-direction: column-reverse;
	}
	.section5-img {
		width: 100%;
		max-width: 500px;
	}
	.section5-content-text-wrap {
		margin-top: 30px;
	}
	.section5-content-line .title {
		font-size: 27px;
	}
	.section5-content-line .text {
		font-size: 18px;
	}

	/** # SECTION6 **/
	#Section6Wrap {
		padding: 100px 0;
	}
	.section6-in {
		max-width: 540px;
		width: 92%;
	}
	.section6-slider {
		width: 90%;
	}
	.section6-slideItem .img-wrap {
		height: 460px;
	}
	.section6-item-about {
		height: calc(100% - 490px);
	}

	/** # SECTION7 **/
	.section7-in {
		max-width: 540px;
		margin: 0 auto;
	}
	.section7-content {
		width: 95%;
		padding-top: 0 !important;
	}
	.section7-content-box {
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		max-width: 500px;
	}
	.section7-content-box > .item {
		width: 100%;
		max-width: none;
		margin-bottom: 30px;
	}
	.section7-content-box > .item:last-child {
		margin-bottom: 0;
	}
	.section7-img {
		max-width: 100%;
	}
	.Section7Swiper {
		max-width: 400px;
	}
	.section7-slideControl.left {
		left: -5px;
	}
	.section7-slideControl.right {
		right: -5px;
	}

	/** # SECTION8 **/
	#Section8Wrap {
		padding: 100px 0;
	}
	#Section8Wrap .main-title-underline-wrap .title {
		display: table;
		margin: 0;
	}
	.section8-content {
		padding: 0;
	}
	.section8-content .balloon {
		padding: 30px 50px;
		font-size: 18px;
		border-radius: 25px;
		margin-bottom: 40px;
	}
	.section8-content .balloon .review-text {
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
		word-wrap:break-word;
		line-height:1.2em;
		height:3.6em;
	}
	.section8-content .main-balloon {
		font-size: 22px;
		padding: 40px 0;
		border-radius: 25px;
	}
	.section8-content .balloon:after {
		border-top: 15px solid var(--white);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 0px solid transparent;
	}
	.section8-review-box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.section8-review-box > .item {
		width: calc(50% - 4px);
		aspect-ratio: 230 / 270;
		margin-right: 8px;
		margin-bottom: 8px;
		cursor: pointer;
	}
	.section8-review-box > .item:nth-child(2n) {
		margin-right: 0;
	}
	.section8-mo-img {
		/* max-width: 100%; */
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.section8-more-btn {
		width: 100%;
		height: 68px;
		border-radius: 18px;
		background-color: var(--dark-blue);
		color: var(--white);
		text-align: center;
		outline: none;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 20px;
	}
	.section8-more-icon {
		width: 16px;
		margin-left: 10px;
	}
	.section8-more-btn-box {
		margin-top: 32px;
	}
	.section8-more-btn.on .section8-more-icon {
		transform:rotate(180deg);
	}
	.section8-review-box.second-box {
		display: none;
	}
	.section8-review-box.second-box.on {
		display: flex;
	}

	/** # SECTION9 **/
	#Section9Wrap {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#ContactForm .btn-group {
		margin-top: 70px;
	}
	.input-group .form-title {
		font-size: 22px;
	}
	.section9-submit-btn {
		font-size: 22px;
		padding: 40px 100px;
		border-radius: 20px;
	}
	.contact-input {
		font-size: 24px;
		height: 70px;
		padding: 0 15px;
	}
	.section9-about {
		font-size: 18px;
		margin-top: 90px;
		border-radius: 20px;
	}

	/** # FLOATING **/
	.floating-kakaotalk-wrap {
		border-radius: 100%;
		padding:20px;
	}
	.floating-kakaotalk-wrap > .left {
		margin-right: 0;
	}
	.floating-kakaotalk-wrap > .right {
		display: none;
	}
}

@media screen and (max-width:540px){
	.round-title-wrap {
		font-size: 22px;
	}
	.main-title-underline-wrap {
		margin-bottom: 50px;
	}
	.main-title-underline-wrap .title {
		font-size: 28px;
	}

	/** # SECTION1 **/
	#Section1Wrap {
		min-height: 550px;
	}
	.section1-title {
		font-size: 40px;
	}

	/*## SECTION2 **/
	.section2-item-tag {
		font-size: 17px;
	}
	.section2-item-text {
		font-size: 17px;
	}

	/**# SECTION3 **/
	.section3-in .title {
		font-size: 28px;
	}
	.section3-in .text {
		font-size: 18px;
	}

	/**# SECTION4 **/
	.section4-item-title {
		font-size: 20px;
		line-height: 120%;
	}
	.section4-item-text {
		font-size: 15px;
		line-height: 120%;
	}

	/** # SECTION5 **/
	.section5-content-line .title {
		font-size: 24px;
	}
	.section5-content-line .text {
		font-size: 17px;
	}

	/** # SECTION6 **/
	.section6-slideItem .img-wrap {
		height: 400px;
	}
	.section6-item-about {
		height: calc(100% - 430px)
	}

	/** # SECTION7 **/
	#Section7Wrap {
		padding-top: 80px;
		padding-bottom: 0px;
	}
	.section7-in .round-title-wrap {
		padding: 22px 40px;
		font-size: 20px;
		margin-bottom: 30px;
	}

	/** # SECTION8 **/
	.section8-content .balloon {
		padding: 30px 40px;
		font-size: 16px;
		border-radius: 20px;
	}
	.section8-content .main-balloon {
		font-size: 20px;
		border-radius: 20px;
	}
	
	/** # SECTION9 **/
	.input-group .form-title {
		font-size: 20px;
	}
	.section9-submit-btn {
		font-size: 20px;
		padding: 35px 80px;
	}
	.contact-input {
		font-size: 20px;
	}
	.section9-about {
		font-size: 17px;
		padding: 30px 10px;
	}
}


@media screen and (max-width:480px) {
	.main-title {
		font-size: 30px;
	}
	.round-title-wrap {
		padding: 20px 40px;
		font-size: 19px;
		margin-bottom: 70px;
	}
	/** # SECTION1 **/
	.section1-logo {
		width: 90px;
	}
	.section1-title {
		font-size: 35px;
	}
	.section1-sub {
		font-size: 19px;
	}

	/** # SECTION2 **/
	.section2-in .title-wrap {
		margin-bottom: 50px;
	}
	.section2-in .title-wrap .sub {
		margin-bottom: 5px;
		font-size: 20px;
	}
	.section2-content > .item .left {
		width: 100px;
		height: 90px;
		border-radius: 15px;
		margin-right: 10px;
	}
	.section2-icon {
		width: 50px;
	}
	.section2-item-tag {
		height: 30px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.section2-item-text {
		font-size: 16px;
	}

	/**# SECTION4 **/
	.section4-in .title-wrap {
		margin-bottom: 50px;
	}
	.section4-img {
		width: 100px;
		height: 100px;
	}
	.section4-content > .item .img-wrap {
		margin-right: 15px;
	}
	.section4-item-title {
		font-size: 19px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.section4-content > .item {
		padding: 25px 15px;
	}

	/** # SECTION5 **/
	.section5-content-line {
		margin-bottom: 70px;
	}
	.section5-content-line .title {
		font-size: 18px;
	}
	.section5-content-line .text {
		font-size: 15px;
	}
	.section5-content-text-wrap {
		margin-top: 20px;
	}

	/** # SECTION6 **/
	.section6-slideItem .img-wrap {
		height: 300px;
	}
	.section6-item-about {
		height: calc(100% - 330px);
	}
	.Section6slideBtn-icon {
		width: 15px;
	}
	.section6-item-about .name {
		font-size: 19px;
	}
	.section6-item-about .history-wrap{
		font-size: 16px;
	}

	/** # SECTION7 **/
	.section7-in .round-title-wrap {
		padding: 20px 30px;
		font-size: 16px;
	}

	/** # SECTION8 **/
	.section8-content .balloon {
		padding: 20px 30px;
		font-size: 15px;
		margin-bottom: 30px;
	}
	.section8-content .main-balloon {
		font-size: 18px;
		padding: 30px 0;
	}

		
	/** # SECTION9 **/
	.input-group .form-title {
		font-size: 18px;
	}
	.section9-submit-btn {
		font-size: 18px;
		padding: 30px 50px;
		border-radius: 18px;
	}
	.contact-input {
		font-size: 18px;
		height: 50px;
	}
	.section9-about {
		font-size: 16px;
		padding: 30px 10px;
		border-radius: 18px;
	}
}

@media screen and (max-width:360px) {
	.round-title-wrap {
		padding: 18px 10px;
	}
	.main-title-underline-wrap .title {
		font-size: 25px;
		border-bottom: 7px solid var(--point-blue);
	}

	/** # SECTION1 **/
	#Section1Wrap {
		min-height: 450px;
	}
	.section1-title {
		font-size: 32px;
	}
	.section1-sub {
		font-size: 17px;
	}

	/** # SECTION2 **/
	.section2-content > .item .left {
		width: 90px;
		height: 80px;
	}
	.section2-icon {
		width: 40px;
	}
	.section2-item-tag {
		font-size: 14px;
	}
	.section2-item-text {
		font-size: 14px;
	}

	/**# SECTION4 **/
	.section4-img {
		width: 80px;
		height: 80px;
	}
	.section4-item-title {
		font-size: 18px;
	}
	.section4-item-text {
		font-size: 14px;
	}
	.section4-content > .item {
		margin-bottom: 15px;
	}

	/** # SECTION5 **/
	.section5-content-line .title {
		font-size: 16px;
	}
	.section5-content-line .text {
		font-size: 13px;
	}

	/** # SECTION6 **/
	.section6-slideItem .img-wrap {
		height: 265px;
	}
	.section6-item-about {
		height: calc(100% - 295px);
	}
	.section6-item-about .name {
		font-size: 18px;
	}
	.section6-item-about .history-wrap{
		font-size: 15px;
	}

	/** # SECTION7 **/
	.section7-content-box > .item {
		margin-bottom: 20px;
	}
	.Section7Swiper {
		max-width: 280px;
		width: 80%;
	}
	.section7-slideControl.left {
		left: -2px;
	}
	.section7-slideControl.right {
		right: -2px;
	}

	/** # SECTION8 **/
	.section8-content .balloon {
		padding: 20px 30px;
		font-size: 14px;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	.section8-content .main-balloon {
		font-size: 16px;
		border-radius: 10px;
		padding: 25px 0;
	}
	.section8-slideControl.left {
		left: -5px;
	}
	.section8-slideControl.right {
		right: -5px;
	}

	
	/** # FLOATING **/
	#Floating {
		right: 10px;
	}
	.floating-kakaotalk-wrap {
		padding:15px;
	}
}


@media screen and (max-width:320px) {
	.round-title-wrap {
		font-size: 17px;
	}
	.main-title-underline-wrap .title {
		font-size: 22px;
	}

	/** # SECTION1 **/
	.section1-title {
		font-size: 28px;
	}
	.section1-sub {
		font-size: 17px;
	}

	/** # SECTION2 **/
	#Section2Wrap {
		padding: 70px 0;
	}
	.section2-content > .item .left {
		width: 70px;
		height: 65px;
		margin-right: 5px;
	}
	.section2-icon {
		width: 35px;
	}
	.section2-item-tag {
		font-size: 13px;
		padding: 0 10px;
		margin-bottom: 5px;
		height: 28px;
	}
	.section2-item-text {
		font-size: 13px;
	}

	/** # SECTION3 **/
	#Section3Wrap {
		padding: 80px 0;
	}
	.section3-in .title {
		font-size: 26px;
	}
	.section3-in .text {
		font-size: 16px;
	}

	/**# SECTION4 **/
	#Section4Wrap {
		padding: 80px 0;
	}
	.section4-img {
		width: 70px;
		height: 70px;
	}
	.section4-item-title {
		font-size: 15px;
	}
	.section4-item-text {
		font-size: 13px;
	}

	/** # SECTION5 **/
	.section5-content-line .text {
		font-size: 12px;
	}
	.section5-content-line .title {
		font-size: 14px;
	}

	/** # SECTION6 **/
	.section6-slideItem .img-wrap {
		height: 232px;
	}
	.section6-item-about {
		height: calc(100% - 262px);
	}

	/** # SECTION7 **/
	.section7-in .round-title-wrap {
		font-size: 15px;
		padding: 18px 6px;
	}

	/** # SECTION8 **/
	.section8-content .balloon {
		font-size: 13px;
		padding: 20px;
	}
	.section8-content .main-balloon {
		font-size: 15px;
		padding: 35px 0;
	}
	.section8-more-btn {
		font-size: 17px;
		border-radius: 13px;
		height: 55px;
	}
	.section8-more-btn-box {
		margin-top: 15px;
	}

	/** # SECTION9 **/
	#Section9Wrap {
		padding-top: 150px;
		padding-bottom: 75px;
	}
	
}