@charset "utf-8";

/* 레이아웃 크기 지정 */
#hd_landing, #wrapper_landing, #ft_landing {min-width:100%}

/* 랜딩페이지 중간시작 */
#container_wr_landing {width: 100%;margin: 0 auto; /* 중앙 정렬 */zoom: 1;}
#container_wr_landing:after {display: block;visibility: hidden;clear: both;content: "";}
#container_landing {position: relative;float: left;min-height: 400px;height: auto !important;margin: 0px 0;font-size: 1.4em;width: 100%;}
#container_landing:after {display: block;visibility: hidden;clear: both;content: "";}

/* 중간 요소*/


/* 랜딩페이지 중간종료 */

/* 하단 시작 */
#ft_landing {background:none;margin:0 auto;text-align:center}
#ft_landing h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#top_btn {
    position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;
    border:2px solid #333;color:#ffffff;text-align:center;font-size:15px;
    z-index:90;border-radius: 50%;background: rgba(131, 131, 131, 0.5);display: none;  /* 처음에 숨김 */
}
#top_btn:hover {border-color:#c73095;background:#c730ba;color:#fff}

@media only screen and (max-width: 768px) {#container_wr_landing {width: 100%;padding: 0 0px;}#container_landing {float: none;width: 100%;margin: 0px 0; /* 간격 조정 */}#ft_landing {padding: 20px; /* 하단 여백 */}}