@charset "utf-8";
/*
	html page
*/
.thumb_area {position: relative; width: 100%; height: 100%; z-index: 1;}
.thumb_area img {display: inline-block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.thumb_area .btn_play {position: absolute; left: 50%; top: 50%; display: inline-block; width: 80px; height: 80px; background: rgba(255,255,255, 0.5) url('../images/ico/ico_play.png') no-repeat 32px center / 30%; border-radius: 100%; transform: translate(-50%, -55%); z-index: 10;}
.btn_area {width: 100%; padding: 10px; box-sizing: border-box;}
.btn_area > a {display: inline-block; width: 80px; margin-right: 20px;}
.btn_area > a > img {display: inline-block; width: 100%;}
.btn_area > a:nth-of-type(2) {width: 100px;}


/* 반응형 */
@media all and (max-width:1200px) {}

@media all and (max-width:1024px) {}

@media all and (max-width:900px) {}

@media all and (max-width:768px) {}

@media all and (max-width:650px) {}

@media all and (max-width:550px) {}

@media all and (max-width:455px) {}