/* 지금옹달샘에서는 */
.list-type1{
    max-width: 1400px !important;
}
.list-type1 .img-box{
	height: 480px;
	overflow: hidden;
	background: #f7f7f7;
}

.list-type1 .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-type1 h1{
	font-size: 1.5rem;
	font-weight: 500;
	margin:1.5rem 0 0.5rem;
	/* color: #111; */
	line-height: 120%;
}
.list-type1 p{
	font-size: 0.9rem;
    opacity: 0.9;
}
.list-type1 .txt-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    color: #ffffff;
    padding: 5rem 2rem 2.5rem;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
    transition: 0.3s;
}
.list-type1 li:hover .img-box img{
    margin-top: -1rem;
    height: 110%;
}
.list-type1 li:hover .txt-box{
	align-items: center;
    position: absolute;
    z-index: 2;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	/* background: rgba(255,255,255,0.8); */
    background-image: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
	margin:0;
	left:0;
    padding: 2rem;
    color: #333333;
}
.list-type1 li:hover .txt-box:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}
.list-type1 li .button-box{
    display: none;
    margin-top: 2rem;
}
.list-type1 li:hover .button-box{
    display: flex;
    flex-direction: column;
}
.list-type1 li a.btn-link,
.list-type1 li a.go.btn{    
	padding: 0.6rem 2rem 0.6rem 1.2rem;
	font-size: 0.85rem;
	background: #ffffff url(/images/icon-arrow-right.svg) no-repeat center;
	background-size: 0.6rem;
	background-position-x: calc(100% - 0.6rem);
	margin:0 auto 0.6rem 0;
	text-align: center;
	border-radius: 2rem;
	display: flex;
    border:1px solid #dfdfdf;
}
.list-type1 li a.btn-link.green,
.list-type1 li a.go.btn{
	background:#6eb43f url(/images/icon-arrow-right-white.svg) no-repeat center;
	background-size: 0.6rem;
	background-position-x: calc(100% - 0.6rem);
	color:#ffffff;
    border-color:#6eb43f;
}

/* 해시 슬라이드 */
section.s2{
    padding: 40px 0;

}
.hashtag{
	width: 100%;
	margin-bottom: 2em;	
	text-align: center;
}

.s2 h1.title-1{
	margin:0 auto;
	margin-bottom:1.4rem;
	max-width: 1600px;
    text-align: center;
	display: flex;


}
.hashtag a{
	/*color:dodgerblue;*/
	color:#63a714;
	margin-right:0.6em;
	display: inline-block;
	margin-bottom: 0.4rem;
	border: 1px solid #bbbbbb;
	border-radius: 30px;
	font-weight: 500;
	padding: 0.5rem 1.4rem 0.5rem 1.4rem;
	
}

.list-type2 .img-box h1{
	color: #ffffff;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 50%;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	transform: translateY(-50%);
	word-break: keep-all;
}

.list-type2 p{
	text-align: center;
	margin:0.8em 0 0.4rem;
}

.list-type2 .img-box{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	background: #000000;
	position: relative;
    margin: auto;
}

.list-type2 .img-box img{
	opacity: .6;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 이벤트 */
.list-type2 .img-box img{
	width: 100%;
}
.list-type3 .item-list{
	display: flex;
	width:100%;
}
.list-type3 li{
	width: 50%;
	position: relative;
	/* background: #ffe5ea; */
	height: 200px;
}
.list-type3 li:last-of-type{
	/* background: #34c3a5; */
}
.list-type3 li .img-box{
	width: 100%;
	height: 100%;
    background: #000000;
}
.list-type3 .img-box img{
	width: 100%;
	opacity: 0.65;
}
.list-type3 .txt-box{
	position: absolute;
	z-index: 2;
	top: 2rem;
	left:3rem;
	color: #ffffff;
	font-size: 1rem;
}

.list-type3 .txt-box h1{
	font-size: 1.5rem;
	font-weight: 600;
}

.list-type3 .item-list li:first-of-type .txt-box h1,
.list-type3 .item-list li:first-of-type .txt-box .go{
	/* color:#ff7772; */
}
.list-type3 .item-list li .txt-box p{
	/* color:#fe9f9b; */
	margin-top: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* .list-type3 .item-list li:first-of-type .txt-box .go{
	background: rgba(255,255,255,0.5);
} */
.list-type3 .item-list li .txt-box .go{
	margin-top: 1rem;
	background: rgba(255,255,255,0.1) url(/images/icon-arrow-right-white.svg) no-repeat center;
    background-size: 0.6rem;
    background-position-x: calc(100% - 0.6rem);
    color: #ffffff;
	padding:0.5rem 2rem 0.5rem 1rem;
	border-radius: 5rem;
	font-size: 0.8rem;
    display: inline-block;
    border:0.5px solid rgba(255,255,255,0.4);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}
.main section.review ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width:640px){

    .main header{
		border: 0;
	}
    section.v-area{
        height: 280px;
    }
    section.v-area .weather{
		/* display: block; */
		width: 40px;
		position: relative;
	}
	section.v-area .weather .container{
		position: absolute;
		left: 20px;
		top: 47%;
		transform: rotate(-90deg);
		display: flex;
		width: 200px;
		transform-origin: left;
		font-size: 0.75rem;
		justify-content: flex-end;
	}
	section.v-area .weather .container *{
		margin: auto 0;
	}
	section.v-area .weather .state-icon img{
		width: 1rem;
		margin:auto 0.5em;
	}
    .main .s2.hash button.more,
	.main .review button.more{
		top: 3px;
		right: 0px;
	}

    /* section.ods-now, */
    section.ods-now,
	section.hash,
	section.event,
	.main section.etc{
		padding:30px 0;
		padding-left: 20px;
		overflow: hidden;
        border-bottom: 1px solid #cccccc;
	}
    section.ods-now{
        padding-left: 20px;
    }
    .list-type1 li{
        padding-right: 1rem;
        position: relative;
    }
    .list-type1 .img-box{
		height: 240px;
        border-radius: 4px;
	}
	.list-type2 .img-box{
		width: 160px;
		height: 160px;
	}
    .list-type3 .img-box{
        width: 100%;

    }
    .list-type1 .txt-box,
    .list-type1 li:hover .txt-box{
        padding: 1.5rem;
        color: #ffffff;
        background: none;
        background: rgba(0,0,0,0.4);
        width: calc(100% - 1rem);
        height: 100%;
        border-radius: 4px;
    }

    .list-type1 h1{
		font-size: 1.5rem;
		font-weight: bold;
		margin: 0 0 0.5rem 0;
		padding-right: 20px;
	}
	.list-type1 p{
		font-size: 0.8rem;
	}
    .list-type1 li .button-box{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 1rem;
    }
	.list-type1 li a.btn-link{
		padding:0.5rem 1.5rem 0.5rem 0.8rem;
		height: auto;
		width: auto;
		display: block;
		border:0.5px solid rgba(255,255,255,0.4);
		background-size:0.5rem;
        backdrop-filter:blur(1px);
        -webkit-backdrop-filter:blur(1px);
        font-size: 0.75rem;
        font-weight: 500;
        background-image: url(/images/icon-arrow-right-white.svg);
        background-color: rgba(0,0,0,0.2);
    }
	.list-type1 li a.btn-link.green{
        background-color: rgba(0,0,0,0.2);
        border:0.5px solid rgba(255,255,255,0.4);
	}


	.hashtag{
		margin-bottom: 1rem;
        padding-right: 20px;
        font-size: 0.9rem;
	}
	.list-type2 .img-box{
		width: 100px;
		height: 100px;
	}
	.list-type2 .img-box h1{
		font-size: 0.9rem;
		font-weight: bold;
	}
	.list-type2 p{
		font-size: 0.8rem;
		padding:0 0.5em
	}
    .main section.review{
		padding:40px 20px 40px 20px;
	}
    .list-type3 .item-list{
		/* display: block; */
        flex-direction: column;
	}
	.list-type3 li{
		width: 100%;
        padding-right: 1rem;
        height: 180px;
	}
	.list-type3 li .img-box{
		overflow: hidden;
		height: 160px;
        border-radius: 4px;
	}
	.list-type3 .img-box img{
		/* position: absolute;
		bottom: 0;
		right: 0;
		height: auto; */
	}
	.list-type3 .txt-box{
		top: 1.5rem;
		left: 1.5rem;
	}
	.list-type3 .txt-box h1{
		font-size: 1.1rem;
	}
	.list-type3 .item-list li .txt-box p,
	.list-type3 .item-list li:last-of-type .txt-box p{
		font-size: 0.9rem;
	}
	.list-type3 .item-list li .txt-box .go{
		font-size: 0.8rem;
		margin-top: 0.8rem;
	}
    .s2 h1.title-1{
        margin-bottom: 0.2rem;
        font-size: 1.4rem;
        padding-right: 20px;
    }
    section.event button.more{
        right: 20px;
        top: 32px;
    }
    section.v-area{
        height: 360px;
        margin-top: 0;
        display: flex;
        flex-direction: row-reverse;
    }

    section.v-area .v-slide{
        /* width:calc(100% - 40px); */
        width: 100%;
    }
    .v-slide h1{
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: bold;
    }
    .v-slide h2{
        font-size: 1rem;
        margin-bottom: 0.5rem;
        opacity: 0.8;
    }
    .v-slide .go-btn{
        /* display: none; */
    }
    .v-slide .txt-box{
        z-index: 2;
        left: 30px;
        top: 50px;
        transform: none;
    }
    .v-slide .img-box{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .v-slide .img-box img{
        /* position: absolute; */
        top: 0;
        height: 100%;
        width: auto;
    }

}
