*{
    color: #0C0C0C;
}

html, body {
    height: 100vh;
    overflow: hidden;
    background: #fff;
}

#main_wrap{
    margin: 0 auto;
    width: min(500px, 100vw);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    padding: 0 15px;
    gap: 10vh;
}

#main_wrap .top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#main_wrap .top > img{
    width: 100%;
    padding: 0 70px;
    max-width: 400px;
}

#main_wrap .top > h3{
    color: #686868;
    margin-top: 40px;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.3em;
    font-weight: 500;
}

#main_wrap .bottom{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}

#main_wrap .bottom > a{
    text-decoration: none;
}

#main_wrap .bottom > a > div > h4 > img {
	max-width: 18px; margin-bottom: 4px;
}

#main_wrap > div.bottom > a > div.button{
    margin: 0 15px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main_wrap > div.bottom > a:nth-child(2) > div.button{
    /* border-color: #F36910 */
    border-color: #d3d3d3;
}

#main_wrap > div.bottom > a:nth-child(3) > div.button{
    /* border-color: #F36910 */
    border-color: #d3d3d3;
    /* background-color: #F36910 */

}

#main_wrap > div.bottom > a > div > div > p{
    font-size: 1.4rem;
    font-weight: 600;
    color: #2d2d2d;
    padding-bottom: 15px;
}

#main_wrap > div.bottom > a > .btn2 > .text > p{
    /* color: #F36910 */
    color: #2d2d2d;
}

#main_wrap > div.bottom > a > .btn3 > .text > p{
    /* color: #fff; */
    /* color: #F36910 */
    color: #2d2d2d;
    font-weight: 400;
    padding-bottom:0;
    line-height: 1.3em;
}

#main_wrap > div.bottom > a > .btn3 > .text > p > span{
    /* color: #fff; */
    /* color: #F36910 */
    color: #2d2d2d;
    font-weight: 600;
}

#main_wrap > div.bottom > a > div > div > h5{
    font-size: .9rem;
    color: #6b6b6b;
    font-weight: 500;
}

#main_wrap > div.bottom > a > div > img{
    max-width: 23px;
}

#main_wrap .bottom .exist .circle{
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_wrap .bottom .exist .circle p{
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.3em;
    font-weight: 600;
}

#main_wrap .bottom .exist > h4{
    color: #2D2D2D;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.5em;
    margin-top: 10px;
}

#main_wrap .bottom .new .circle{
    border: 1px solid #F36910;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_wrap .bottom .new .circle p{
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.3em;
    font-weight: 600;
}

#main_wrap .bottom .new > h4{
    color: #2D2D2D;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1.5em;
    margin-top: 10px;
}