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-x: hidden;
}


.app-screen {
    position: relative;
    width: 450px;
    height: 100vh;
    overflow-y: auto;      /* ³»ºÎ ½ºÅ©·Ñ */
    background: #ffffff;

    -ms-overflow-style: none;  /* IE */
    scrollbar-width: none;     /* Firefox */

    border: 0;
    border-radius: 0;
    box-shadow: none;

    -webkit-overflow-scrolling: touch;
}

.app-screen::-webkit-scrollbar {
	display: none;             /* Chrome, Safari */
}

/* PC¿¡¼­´Â center-wrapÀ» ÇÁ·¹ÀÓ¿¡ ¹ÐÂø */
@media (min-width: 449px) {
    body {
        background: #f3f3f3;
        margin: 0;
        overflow: hidden;
    }
}

@media (max-width: 449px) {
    .app-screen {
        width: 100%;
    }
}

.title-bar{
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  background: #EF5646;
  font-family: "Noto Sans KR", sans-serif;
}

.title-bar__logo img {
  width: 85px;
  display: block;
}

.title-bar__text{
  margin-left: 8px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: -0.5px;
  line-height: 1.3;
  white-space: nowrap;
}

/* »ó´Ü ¿µ¿ª: È­¸é »ó´Ü ±âÁØ 1/3 */
.hero-block {
    margin-top: 40px;
    margin-bottom: 30px;
	text-align: center;
}


.hero-block-rd {
    margin-top: 120px;
    margin-bottom: 60px;
	text-align: center;
}

/* PR ¿µ¿ª */
.pr-block {
    margin-top: 30px;
	padding: 0 10px;
	font-size:10pt;
}

.logo {
    width: 40%;
    max-width: 140px;
    margin-bottom: 20px;
}

.loading {
    width: 30px;
    margin-top: 15px;
}

.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";
}

.text_title {
	font-size:18px; 
	font-weight:600; 
	margin:10px 20px 10px 20px; 
	line-height:1.4;
}

.text_sub {
	font-size:14px; 
	font-weight:400; 
	margin:10px 20px 20px 20px; 
	line-height:1.4;
}

.text_sub2 {
	font-size:14px; 
	font-weight:400; 
	margin:0px 20px 40px 20px; 
	line-height:1.4;
}

.action-btn {
    width: 90%;
    height: 36px;
    font-size: 13px;
    background-color: #E9564E;
    color: #fff;
    border-radius: 9px;
    border: 0;
    font-weight: bold;
    transition: all 0.1s ease;
    box-shadow: 0 3px 0 #B31515;
}

.action-btn:hover {
    background-color: #B31515;
    color: #fff;
}

.action-btn:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #B31515;
    background-color: #8E0F0F;
}

.action-btn-red {
    width: 90%;
    height: 36px;
    font-size: 13px;
    background-color: #F02120;
    color: #fff;
    border-radius: 9px;
    border: 0;
    font-weight: bold;
    transition: all 0.1s ease;
    box-shadow: 0 3px 0 #B31515;
}

.action-btn-red:hover {
    background-color: #B31515;
    color: #fff;
}

.action-btn-red:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #B31515;
    background-color: #8E0F0F;
}

.action-btn-black {
    width: 90%;
    height: 36px;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    border-radius: 9px;
    border: 0;
    font-weight: bold;
    transition: all 0.1s ease;
    box-shadow: 0 3px 0 #B31515;
}

.action-btn-black:hover {
    background-color: #FF5340;
    color: #fff;
}

.action-btn-black:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #B31515;
    background-color: #FF5340;
}

.modal_bg {
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.7);
    z-index:9998;
}

.modal_content {
    position:fixed;
    top:50%; left:50%;
    transform:translate(-50%,-50%);
    width:320px;
    height:570px;
    z-index:9999;
}

.modal_content iframe {
    width:100%;
    height:100%;
}

.close_btn {
    position:absolute;
	font-size:14px;
    top:-35px;
    right:0;
    color:#fff;
    font-weight:700;
    cursor:pointer;
}

.card_box {
	font-size:13px;
	padding:5px 10px 5px 10px;
	font-weight:normal;
	color: #fff;
	text-align:center;
	border-radius:6px;
	margin:10px;
	overflow: hidden;
	letter-spacing:-0.5px;
}

.title-bar__back {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 0 8px 0 4px;
    flex-shrink: 0;
    border-right: 1px solid rgba(255,255,255,0.4);
    margin-right: 8px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.title-bar__back:hover,
.title-bar__back:active,
.title-bar__back:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}