
/* -----------------------------------------------
	* 대문 스타일 정의
--------------------------------------------------
	- 최초 작성일 : 2021.08.15
	- 최초 작성자 : 아보카도
	- 최종 수정일 : 
	- 최종 수정자 : 
--------------------------------------------------*/


/*********************************
	인트로 스타일 정의
**********************************/

html, body {height:100%; margin:0; padding:0;}
body { background: #fff;}

.wrapper {
			background: #fff; 
			background-image: url('http://perine817.dothome.co.kr/data/site/design_background.png');
			background-repeat: no-repeat;
			background-size: cover;
	}
.wrapper {display:table; width:100%; height:100%; position:relative; z-index:1;}
.wrapper > .inner {display:table-cell; vertical-align:middle; text-align:center;}

.index-logo {
    text-align: center;
    font-size: 14px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
.index-logo img {max-width:70%;}
.index-logo p {padding:10px 0;}

.index-logo a {display:inline-block; text-decoration:none;}

@media all and (max-width:640px) { .index-logo {font-size:14px;} }
@media all and (max-width:480px) { .index-logo {font-size:13px;} }
@media all and (max-width:380px) { .index-logo {font-size:12px;} }