/* Global */

body {
	font-family: 'NanumSquareRound',sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #FFFFFF;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

*{
	box-sizing:border-box;
}
menu, ol, ul {
	padding: 0px;
}

._center {
	text-align: center;
}

/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:120px;
	z-index:100;
    color: #ffffff;
}
#logo {
	text-align: center;
	margin: 30px 0px 0px 0px;
}

._nav_menu {
	display: none;
}

._nav_logo {
	text-align: left;
}

#nav {
	float: right;
    margin: 55px 0 0 0;
    font-size: 20px;
}

.menubg {
	display: none;
}
.menu.menuview {
    color: #0E1111;
    box-shadow: 5px 0px 10px 4px rgba(140, 140, 140, 0.3);
    background-color: #FFFFFF;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}

.navigation li {
    float: left;
    margin: 0px 0 0 70px;
    cursor: pointer;
    text-align: center;
    width: 120px;
}


.navigation li:hover:after  {
	content: "";
	display: block;
	width: 40px;
	border-bottom: 2px solid #FFFFFF;
	margin: 8px auto;
	font-weight: bold;
}

.menulist li:hover:after {
	content: "";
	display: block;
	width: 40px;
	border-bottom: 2px solid #7537F4;
	margin: 8px auto;
	font-weight: bold;
}

.navigation .active {
	font-weight: bold;
}

.navigation .active:after {
	content: "";
	display: block;
	width: 40px;
	border-bottom: 2px solid #7537F4;
	margin: 8px auto;
	font-weight: bold;
}

.navigation .menubar:after {
	border-bottom: 2px solid #FFFFFF;
}


/* Side Navigation */

.sidemenu {
	position:fixed;
	top:50%;
	right:0px;
	width:200px;
	height:auto;
	z-index:100;
}

.sidemenu .sideview {
	display: block;
}

._displaynone {
	display: none;
}

#sidenav {
	text-align: right;
	margin: 30px 0 0 0;
}
.sidenavigation{
	float: right;
	list-style: none;
	margin: 0;
}
.sidenavigation li{
	float: left;
	padding:0 0 0 50px;
}
.sidenavigation li:hover{
	cursor:pointer;
	color: #ffffff;
}

.sidenavigation .active{
	cursor:pointer;
	color: #ff0000;
	font-weight:bold;
}




/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:200px 0;
}


._float_left {
	float: left;
	margin: 0px;
}


/* Slide 1 */ 

#slide1{
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

._main01 {

}

._main01_contents {
	position: absolute;
	bottom: 25%;
	text-align: center;
	width: 25%;
	left: 38%;
}

._main01_header {
	float: left;
}

._main01_text {
	float: right;
	width: 367px;
	height: 96px;
	font-family: 'Cafe24 Ssurround';
	font-style: normal;
	font-weight: 700;
	font-size: 39px;
	line-height: 48px;
	color: #FEFEFE;
	text-align: left;
}

._main01_btns {
	margin-top: 67%;
	margin-left: 25%;
}

._main01_scroll {
	position: absolute;
	bottom: 2%;
	text-align: center;
	width: 100%;
	max-width: 1260px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

/* Slide 2 */ 

#slide2{
	background-color:#ffffff;
	color:#0E1111;
}

._main02_image {

}

._main02_contents {
	padding-top: 180px;
	padding-left: 180px;
}

._main02_header {
	font-size: 48px;
	color: #0E1111;
	font-weight: bold;
	padding-top: 200px;
	line-height: 56px;
}

._main02_text {
	font-size: 20px;
	color: #0E1111;
	line-height: 32px;
	padding-top: 60px;
}

._main02_btnWrap {
	padding-top: 100px;
}

._main02_btn {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	display: inline-block;
    font-size: 45px;
    line-height: 90px;
    text-align: center;
}

._main02_btn:hover {
	background-color: #DDD;
}

._main02_btn i {
	cursor: pointer;
}

	/* Slide 3 */

#slide3{
	background-color:#F1EBFE;
}

._main03_header {
	text-align: center;
	font-size: 48px;
	color: #0E1111;
	font-weight: bold;
}

._main03_wrap {
	margin-left: 20px;
	background-color: #ffffff;
	height: 400px;
	width: 300px;
	border-radius: 5%;
}

._main03_wrap:first-child {
	margin-left: 0px;

}

._main03_diaryWrap {
	margin-top: 100px;
}

._main03_main_image {
	width: 300px;
	height: 300px;
	background-size: cover;
	background-position-y: center;
}

._main03_profile_image {
	width: 56px;
	height: 56px;
	border-radius: 56px;
	background-size: cover;
	background-position-y: center;
	margin: 24px 16px 0px 16px;
}

._main03_profile_wrap {
	margin-top: 24px;
}

._main03_profile_wrap p {
	margin: 0px;
}

._main03_profile_header {
	color: #0E1111;
	font-size: 20px;
	padding-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

._main03_cards {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	border-radius: 5%;
}

._main03_profile_text {
	color: #878888;
	font-size: 16px;
	padding-top: 4px;
}

._main03_memo {
	font-size: 20px;
	color: #000000;
	padding: 20px 16px;
	word-break: break-word;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	max-height: 110px;
	overflow: hidden;
	vertical-align: top;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


/* Slide 4 */

#slide4{
	background-color:#FEFEFE;
	color:#0E1111;
}


._main04_header {
	text-align: center;
	font-size: 48px;
	color: #0E1111;
	font-weight: bold;
}

._main04_text {
	text-align: center;
	font-size: 20px;
	color: #0e1111;
	padding-top: 24px;
}
._main04_wrap {
	margin-left: 20px;
	width: 300px;
	height: 300px;
}

._main04_wrap:first-child {
	margin-left: 0px;
}
._main04_instargramWrap {
	margin-top: 100px;
}

._main04_main_image {
	width: 300px;
	height: 300px;
}


/* Slide 5 */


#slide5{
	background-color:#F1EBFE;
}

._main05_header {
	text-align: center;
	font-size: 48px;
	color: #0E1111;
	font-weight: bold;
}

._main05_wrap {
	margin-left: 20px;
	background-color: #ffffff;
	height: 530px;
	width: 300px;
	border-radius: 5%;
}

._main05_wrap:first-child {
	margin-left: 0px;

}

._main05_diaryWrap {
	margin-top: 100px;
}

._main05_main_image {
	width: 300px;
	height: 300px;
	background-size: cover;
	background-position-y: center;
}

._main05_profile_image {
	width: 56px;
	height: 56px;
	border-radius: 56px;
	background-size: cover;
	background-position-y: center;
	margin: 24px 16px 0px 16px;
}

._main05_profile_wrap {
	margin-top: 24px;
}

._main05_profile_wrap p {
	margin: 0px;
}

._main05_profile_header {
	color: #0E1111;
	font-size: 20px;
	padding-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

._main05_cards {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	border-radius: 5%;
}

._main05_profile_text {
	color: #878888;
	font-size: 16px;
	padding-top: 4px;
}

._main05_memo {
	font-size: 16px;
	color: #000000;
	padding: 20px 16px;
	word-break: break-word;
	line-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	max-height: 110px;
	overflow: hidden;
	vertical-align: top;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.star-ratings {
	color: #7537f4;
	position: relative;
	unicode-bidi: bidi-override;
	width: max-content;
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1.8px;
	-webkit-text-stroke-color: #7537f4;
	left: 20px;
	top: 10px;
}

.star-ratings-fill {
	color: #7537f4;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: flex;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-text-fill-color: #7537f4;
}

.star-ratings-fill span {
	padding-right: 5px;
}

.star-ratings-base {
	z-index: 0;
	padding: 0;
}

.star-ratings-base span {
	padding-right: 5px;
}

/* Slide 6 */

#slide6{
	background-repeat: no-repeat;
	background-color: #7537F4;
	background-size: cover;
	color: #0E1111;
	height: auto;
}

#slide6 img {
	width: 100%;
}

._main06_header {
	font-size: 48px;
	font-weight: bold;
	line-height: 56px;
	color: #FFFFFF;
}

._main06_text {
	margin-top: 32px;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
}

._main06_btns {
	margin-top: 130px;
}

._main06_btn {
	width: 300px;
	height: 80px;
	background-color: #0E1111;
	color: #FFFFFF;
	background-repeat: no-repeat;
	border-radius: 80px;
	line-height: 80px;
	background-position: left;
	background-position-x: 40px;
	padding-left: 110px;
	font-size: 20px;
	float: left;
	cursor: pointer;
}

._main06_btn_wrap {

}

._main06_btn_blank {
	width: 20px;
	height: 60px;
	float: left;
}


/* Slide 7 */

.footer_slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:100px 0;
}


#slide7{
	background-color: #7537F4;
	color:#FFFFFF;
}

._footer_company {
	font-weight: bold;
	font-size: 24px;
	color: #e0e1e1;
}

._footer_info {
	margin-top: 12px;
	font-size: 16px;
	line-height: 28px;
	color: #e0e1e1;
	opacity: 0.8;
}

._footer_cscenter {
	font-weight: bold;
	font-size: 24px;
	color: #e0e1e1;
}

._footer_tel {
	margin-top: 12px;
	font-weight: bold;
	font-size: 24px;
	color: #e0e1e1;
}
._footer_tel a {
	color: #e0e1e1;
}

._footer_time {
	margin-top: 12px;
	font-size: 16px;
	line-height: 28px;
	color: #e0e1e1;
	opacity: 0.8;
}

._footer_wrap {
	overflow: hidden;
}


/* Tablet */
@media screen and (max-width: 1024px) {

	._nav_logo {
		text-align: center;
		margin-top: 34px;
	}

	#logo {
		width: 100%;
		text-align: center;
	}

	#slide1 {
		background-position: center;
	}

	#nav {
		width:100%;
		text-align:center;
		margin:40px 0px 10px 0px;
	}

	.menu {
		height: 222px;
	}

	.navigation{
		width: 100%;
		float: center;
		list-style: none;
		margin: 0;
		padding:0;
	}

	.navigation li{
		float: left;
		width:25%;
		padding:0px;
		margin:0px;
	}

	.slide{
		background-attachment: fixed;
		width:100%;
		position: relative;
		padding:200px 0;
	}

	#slide1 {
		max-height: 1080px;
	}

	._main01_contents {
		position: absolute;
		bottom: 20%;
	}

	._main01_header {
		font-size: 40px;
		font-weight: bold;
		color: #fbfbfb;
		line-height: 56px;
	}
	._main01_text {
		font-size: 20px;
		font-weight: bold;
		color: #fbfbfb;
		line-height: 34px;
		margin-top: 28px;
		opacity: 0.9;
	}
	._main01_scroll {
		display: none;
	}

	._main02_header {
		font-size: 40px;
		color: #0E1111;
		font-weight: bold;
		padding-top: 122px;
		line-height: 56px;
	}

	._main02_text {
		font-size: 20px;
		color: #0E1111;
		line-height: 32px;
		padding-top: 56px;
	}

	._main02_btnWrap {
		padding-top: 72px;
	}

	#decorative {
		display:none;
	}

	#content {
		text-align:center;
		width:100%;
	}

	._main03_wrap {
		background-color: transparent;
		height: 340px;
		width: 25%;
		margin-left: 0px;
	}


	._main03_header {
		text-align: center;
		font-size: 40px;
		color: #0E1111;
		font-weight: bold;
	}

	._main03_cards {
		width: 91%;
		margin: 0 auto;
		background-color: #FFFFFF;
		height: 77%;
		text-align: left;
	}

	._main03_main_image {
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position-y: center;
	}

	._main03_profile_image {
		width: 32px;
		height: 32px;
		border-radius: 32px;
		background-size: cover;
		background-position-y: center;
		margin: 15px 10px 0px 12px;
	}

	._main03_profile_wrap {
		margin-top: 10px;
	}

	._main03_profile_header {
		color: #0E1111;
		font-size: 12px;
		padding-top: 8px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	._main03_profile_text {
		color: #878888;
		font-size: 10px;
		padding-top: 4px;
	}

	._main03_memo {
		font-size: 15px;
		color: #0e1111;
		padding: 15px 12px;
		word-break: break-word;
		line-height: 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: box;
		max-height: 80px;
		overflow: hidden;
		vertical-align: top;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	._main04_wrap {
		width: 25%;
		height: 200px;
		margin-left: 0px;
	}

	._main04_instargramWrap {
		margin-top: 56px;
	}

	._main04_header {
		text-align: center;
		font-size: 40px;
		color: #0E1111;
		font-weight: bold;
	}
	._main04_text {
		text-align: center;
		font-size: 16px;
		color: #0e1111;
		padding-top: 16px;
	}

	._main04_main_image {
		width: 100%;
	}

	._main04_main_image {
		width: 100%;
		max-height: 200px;
		text-align: center;
	}

	._main04_main_image img {
		width: 91%;
	}


	._main05_wrap {
		background-color: transparent;
		height: 340px;
		width: 25%;
		margin-left: 0px;
	}


	._main05_header {
		text-align: center;
		font-size: 40px;
		color: #0E1111;
		font-weight: bold;
	}

	._main05_cards {
		width: 91%;
		margin: 0 auto;
		background-color: #FFFFFF;
		height: 103%;
		text-align: left;
	}

	._main05_main_image {
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position-y: center;
	}

	._main05_profile_image {
		width: 32px;
		height: 32px;
		border-radius: 32px;
		background-size: cover;
		background-position-y: center;
		margin: 15px 10px 0px 12px;
	}

	._main05_profile_wrap {
		margin-top: 10px;
	}

	._main05_profile_header {
		color: #0E1111;
		font-size: 12px;
		padding-top: 8px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	._main05_profile_text {
		color: #878888;
		font-size: 10px;
		padding-top: 4px;
	}

	._main05_memo {
		font-size: 14px;
		color: #0e1111;
		padding: 15px 12px;
		word-break: break-word;
		line-height: 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: box;
		max-height: 80px;
		overflow: hidden;
		vertical-align: top;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	._main06_btn_wrap {
		width: 628px;
		margin: 0 auto;
	}

	._main05_iconWrap {
		width: 25%;
		margin-left: 0px;
	}

	._main05_iconWrap:first-child {
		margin-left: 0px;
	}

	#slide6 {
		background-size: cover;
	}

	._main06_header {
		font-size: 40px;
		font-weight: bold;
		line-height: 56px;
		color: #FFFFFF;
		text-align: center;
	}

	._main06_text {
		margin-top: 40px;
		font-size: 20px;
		line-height: 24px;
		color: #FFFFFF;
		text-align: center;
	}

	._main06_btns {
		margin-top: 570px;
	}

	._footer_info {
		margin-top: 12px;
		font-size: 14px;
		line-height: 28px;
		color: #e0e1e1;
		opacity: 0.8;
	}

	._footer_time {
		margin-top: 12px;
		font-size: 14px;
		line-height: 28px;
		color: #e0e1e1;
		opacity: 0.8;
	}

	._footer_tel {
		margin-top: 12px;
		font-weight: bold;
		font-size: 28px;
		color: #e0e1e1;
	}


}


/* Mobile */
@media screen and (max-width: 864px) {

	._footer_company {
		padding-left: 40px;
	}

	._footer_info {
		padding-left: 40px;
	}

}



/* Mobile */
@media screen and (max-width: 480px) {

	#logo {
		width: 100%;
		text-align: center;
		margin: 0px;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 15px;
		z-index: 200;
	}

	#nav {
		width: 80%;
		margin: 0px;
		display: none;
		height: 100vh;
		background-color: #fbfbfb;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 190;
	}

	#nav.active {
		display: block;
	}

	.menu {
		height: 83px;
	}


	.menubg {
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #272929;
		left: 0;
		top: 0;
		opacity: 0.4;
	}

	._nav_menu {
		display: block;
		float: right;
		font-size: 30px;
		margin-top: 14px;
	}

	._nav_menu i {
		cursor: pointer;
	}
	._nav_logo {
		float: left;
		width: 140px;
		margin-top: 23px;
	}

	._nav_logo img {
		width: 70%;
	}

	.navigation{
		width: 100%;
		list-style: none;
		margin: 0 auto;
		padding:0;
		margin-top: 100px;
	}

	.navigation li {
		width: 90%;
		text-align: right;
		border-bottom: 1px solid #e0e1e1;
		padding: 15px;
		color: #0e1111;
		margin-left: 5%;
	}


	.navigation li:hover:after  {
		display: none;
	}

	.navigation .active {
		font-weight: bold;
		background-color: #f6f6f6;
		margin-left: 0px;
		padding-right: 28px;
		width: 100%;
	}

	.navigation .active:after {
		display: none;
	}

	.slide{
		background-attachment: fixed;
		width:100%;
		position: relative;
		padding:100px 0;
	}

	._main01_header {
		font-size: 32px;
		line-height: 1.25;
	}

	._main01_text {
		color: #fbfbfb;
		margin-top: 28px;
		opacity: 0.9;
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.6;
	}

	._main01_btns {
		padding-top: 115%;
	}

	._main02_btnWrap {
		padding-top: 40px;
	}

	._main02_header {
		font-size: 32px;
		color: #0E1111;
		font-weight: bold;
		padding-top: 0px;
		line-height: 56px;
		text-align: center;
	}

	._main02_text {
		font-size: 15px;
		color: #0E1111;
		line-height: 25px;
		padding-top: 24px;
		text-align: center;
	}

	._main02_btn_img {
		width: 60%;
		padding-left: 0px;
		float: left;
	}

	._main02_btn {
		width: 20%;
		height: 80px;
		border-radius: 80px;
		display: inline-block;
		font-size: 36px;
		line-height: 90px;
		text-align: center;
		float: left;
		margin-top: 36%;
	}

	._main03_header {
		text-align: center;
		font-size: 32px;
		color: #0E1111;
		font-weight: bold;
	}

	._main03_wrap {
		background-color: transparent;
		height: 340px;
		width: 50%;
		margin-left: 0px;
		margin-top: 20px;
	}

	._main03_diaryWrap {
		margin-top: 56px;
	}

	._main03_profile_wrap {
		margin-top: 10px;
		width: auto;
	}

	._main04_wrap {
		width: 50%;
		height: auto;
		margin-left: 0px;
		margin-top: 20px;
	}

	._main04_main_image {
		width: 100%;
		max-height: 170px;
		text-align: center;
	}

	._main05_header {
		text-align: center;
		font-size: 32px;
		color: #0E1111;
		font-weight: bold;
	}

	._main05_wrap {
		background-color: transparent;
		height: 340px;
		width: 50%;
		margin-left: 0px;
		margin-top: 20px;
	}

	._main05_diaryWrap {
		margin-top: 56px;
	}

	._main05_profile_wrap {
		margin-top: 10px;
		width: auto;
	}

	#slide6 {
		background-size: cover;
	}


	._main06_header {
		font-size: 32px;
		font-weight: bold;
		line-height: 39px;
		color: #FFFFFF;
		text-align: center;
	}

	._main06_text {
		margin-top: 16px;
		font-size: 16px;
		line-height: 24px;
		color: #FFFFFF;
		text-align: center;
	}


	._main06_btn_wrap {
		width: 90%;
		margin: 0 auto;
	}

	._main06_btns {
		margin-top: 360px;
	}


	._main06_btn {
		width: 48%;
		height: 56px;
		background-color: #0E1111;
		color: #FFFFFF;
		background-repeat: no-repeat;
		border-radius: 80px;
		line-height: 59px;
		background-position: left;
		background-position-x: 21px;
		background-size: 21px;
		padding-left: 57px;
		font-size: 12px;
		float: left;
		cursor: pointer;
	}

	._main06_btn_blank {
		width: 4%;
		height: 60px;
		float: left;
	}


	._footer_wrap div {
		width: 100%;
	}

	._footer_company {
		font-size: 16px;
		padding-left: 0px;
	}

	._footer_info {
		font-size: 12px;
		padding-left: 0px;
		line-height: 19px;
	}
	._footer_cscenter {
		font-size: 20px;
		margin-top: 48px;
	}
	._footer_tel {
		font-size: 24px;
		margin-top: 16px;
	}

	._footer_time {
		font-size: 12px;
		line-height: 18px;
	}
}



/* Mobile */
@media screen and (max-width: 375px) {

	._main01_text {
		color: #fbfbfb;
		margin-top: 28px;
		opacity: 0.9;
		font-size: 13px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.6;
	}


	._main04_main_image {
		width: 100%;
		max-height: 150px;
		text-align: center;
	}

	._main06_header {
		font-size: 30px;
		font-weight: bold;
		line-height: 37px;
		color: #FFFFFF;
		text-align: center;
		word-spacing: -2px;
	}

	._main06_btn {
		width: 48%;
		height: 48px;
		background-color: #0E1111;
		color: #FFFFFF;
		background-repeat: no-repeat;
		border-radius: 80px;
		line-height: 49px;
		background-position: left;
		background-position-x: 17px;
		background-size: 21px;
		padding-left: 42px;
		font-size: 12px;
		float: left;
		cursor: pointer;
	}

}