@charset "UTF-8";
.use-instruction {max-width:1454px; width:100%; margin:0 auto; background:#f5f5f5; min-height:100vh; padding: 20.21% 7.97%;}
.use-instruction .use-logo {text-align: center; margin-bottom:3.9rem; }
.use-instruction .use-logo > img{width:62.02%;}

.use-instruction .use-txt-box {margin-bottom:8.69rem;}
.use-instruction .use-txt-box > p{font-size:4.13vw; color:#222; letter-spacing: -.05em; line-height: 1.42; font-family:'Noto DemiLight';}
.use-instruction .use-txt-box > p:first-child {margin-bottom:4.8rem;}
.use-instruction .store-box > p {font-size: 3.44vw; color:#666; letter-spacing: -.05em; line-height: 1.55; font-family:'Noto Regular'; margin-bottom:2.1rem;}

.use-instruction .store-btn {margin:0 -1.14rem;}
.use-instruction .store-btn::after {content:''; display:block; clear:both;}
.use-instruction .store-btn .btn-box {width:50%; float:left; padding:0 1.14rem;}
.use-instruction .store-btn button {width:100%; text-align: center; height:11.98rem; border-radius:6rem; display: inline-block; text-indent: -9999px;}
.use-instruction .store-btn button.store1 {background: #fff url('/alertPage/images/google_store.png') no-repeat center center; background-size:67.22%;}
.use-instruction .store-btn button.store2 {background: #fff url('/alertPage/images/apple_store.png') no-repeat center center; background-size:67.22%;}


@media all and (min-width: 1454px) {
    .use-instruction .use-txt-box > p{font-size:60px;} 
    .use-instruction .store-box > p {font-size: 50px;}
}
@media all and (max-width:501px) {
    .use-instruction .use-txt-box > p {font-size: 20px;}
    .use-instruction .store-box > p  {font-size: 20px;}
}