@font-face {
    font-family: "Avenir LT Std 55 Roman";
    src: url(/assets/fonts/Avenir-LT-Std-55-Roman_5173.ttf);
}
@font-face {
    font-family: 'Noto Sans CJK KR Medium';
    src: url(/assets/fonts/NotoSansKR-Medium.woff2) format('woff2');
    /* unicode-range: U+f9ca-fa0b, U+ff03-ff05, U+ff07, U+ff0a-ff0b, U+ff0d-ff19, U+ff1b, U+ff1d, U+ff20-ff5b, U+ff5d, U+ffe0-ffe3, U+ffe5-ffe6; */
}
body {
    background-color: #6D756B;
}
.animation {
    box-sizing: border-box;
    height: 296px;
    width: 296px;
    border-radius: 20px;
    border: 5px solid #09080B;
    margin-top: 56px;
}
.find-app-on-google-play {
    height: 66px;
    width: 296px;
    color: #0D0D0D;
    font-family: "Avenir LT Std 55 Roman";
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 27px;
    margin-bottom: 20px;
}
.rectangle-active {
    height: 76px;
    width: 296px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 6px 8px 20px 0 rgba(0,0,0,0.26);
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 21px;
    padding-right: 16px;
    cursor: pointer;
}
.rectangle-inactive {
    height: 76px;
    width: 296px;
    border-radius: 10px;
    background-color: #A6B0A4;
    box-shadow: 6px 8px 20px 0 rgba(0,0,0,0.26);
    margin-top: 20px;
    padding-left: 21px;
}
.app-text-active {
    height: 33px;
    width: 108px;
    color: #000;
    font-family: "Noto Sans CJK KR Medium";
    font-size: 22px;
    line-height: 33px;
}
.appicon {
    border-radius: 9px;
}
.app-text-inactive {
    height: 33px;
    width: 88px;
    color: rgba(0,0,0,0.27);
    font-family: "Noto Sans CJK KR Medium";
    font-size: 22px;
    line-height: 33px;
}
.made-by {
    height: 40px;
    width: 296px;
    color: #0D0D0D;
    font-family: "Avenir LT Std 55 Roman";
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 86px;
    margin-bottom: 0;
}
.hs-factory {
    height: 40px;
    width: 296px;
    color: #0D0D0D;
    font-family: "Avenir LT Std 55 Roman";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 70px;
}
