body {
  background-color:#fafafa;
  text-decoration:none;
}
#my-gallery-container {
	background-color: #ededed;
}
p {
	color: #202020;
}
.item {
	width: 100%;
	background-color: #fff;
	min-height: 100px;
	padding:3%;
	margin: 10px 0px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	border-radius: 7px;
	color:#fff; text-decoration:none;
	
}

.item:hover {
	opacity: 0.8;
    text-decoration:none;
 }
.item img {
	width:100%;
	margin-bottom:5px;
}
.item p {
	width: 100%;
	padding: 0 3%;
	text-align:left;
	margin-top:5px;
    text-decoration:none;
}

.item.h150{
	width: 100%;
	padding:3% 3% 0 3%;
	min-height: 150px;
}

.item.h200{
	width: 100%;
	padding:3% 3% 0 3%;
	min-height: 200px;

}

.item.h250{
	width: 100%;
	padding:3% 3% 0 3%;
	min-height: 200px;
}
.padding{
	padding: 10px 5px;
}

/*v-cloak µð·ºÆ¼ºê (vueJS Ã³¸® Àü {{}}(¸Ó½ºÅ×Ä¡) Ãâ·Â ¸·À½) */
[v-cloak] {
	display: none;
}


/*2023 È¨ÆäÀÌÁöver*/
.cont1 {
	margin:10rem auto 0;
	padding:12rem 0;
}
.cont1 .flex_c{
	margin-top:5rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.cont1 img {
	display:block;
	margin:auto;
	width:400px;
	border-radius: 20px;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.cont1 .flex_c a {
	width: 170px;
	height: 61px;
	border-radius: 50px;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.10);
	display: inline-block;
	line-height: 2.5;
	vertical-align: middle;
}

.cont1 .flex_c .apple_btn {
	margin-right:2rem;
	background: #F6F6F6 url("../../Images/apple_btn.png")no-repeat center;
	background-size: 55%;
}

.cont1 .flex_c .google_btn {
	background: #F6F6F6 url("../../Images/google_btn.png")no-repeat center;
	background-size: 60%;
}

@media screen and (max-width:978px) {
	.cont1 img {width:300px;}
}

@media screen and (max-width:480px) {
	.cont1 img {width: 70%;}
	.cont1 .flex_c a {
		width: 130px;
		height: 50px;
	}
}