html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #ffffff;
}

.app-shell {
    height: 100vh;
    display: flex;
    justify-content: center;   /* PC¿¡¼­ °¡·Î Áß¾Ó */
    align-items: stretch;      /* À§/¾Æ·¡ µü ºÙ°Ô */
    padding: 0;
    overflow: hidden;
}


.app-screen {
    position: relative;
    width: 450px;          /* ÄÁÅÙÃ÷ ÆäÀÌÁö¿Í ÅëÀÏ */
    height: 100vh;
    overflow-y: auto;      /* ³»ºÎ ½ºÅ©·Ñ */
    background: #ffffff;

    border: 0;
    border-radius: 0;
    box-shadow: none;

    -webkit-overflow-scrolling: touch;
}

/* PC¿¡¼­´Â center-wrapÀ» ÇÁ·¹ÀÓ¿¡ ¹ÐÂø */
@media (min-width: 768px) {
    .center-wrap {
        max-width: none;     /* ÇÙ½É */
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* »ó´Ü ¿µ¿ª: È­¸é »ó´Ü ±âÁØ 1/3 */
.hero-block {
    margin-top: 60px;
    margin-bottom: 60px;
	text-align: center;
}

/* PR ¿µ¿ª */
.pr-block {
    margin-top: 30px;
	padding: 0 10px;
}

.logo {
    width: 40%;
    max-width: 140px;
    margin-bottom: 20px;
}

.loading {
    width: 30px;
    margin-top: 15px;
}

.action-btn {
    width: 200px;
    height: 36px;
    font-size: 12pt;
    background-color: #E9564E;
    color: #fff;
    border-radius: 7px;
    border: 0;
    font-weight: bold;
}

.ad_sub_text {
	padding:5 10 5 10px;
	letter-spacing:-1px;
	font-weight:normal;
	line-height:15px;
	font-size:9pt;
	color: gray;
	text-align:center;
	background-color:#EDEEF0;
	font-family: "Noto Sans KR";
}