body {
    padding: 50px;
    font-size: 14px;
    font-family: "맑은고딕", "Malgun Gothic", "Noto Sans KR", -apple-system, "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #f49c00;
}

.group {
    margin: 0 0 20px 0;
}

.name {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 16px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.overlay img {
    margin: 300px;
}

.btn {
    padding: 10px 30px 10px 30px;
}

.download {
    display: inline-block;
    border-radius: 10px;
    padding: 20px 40px 20px 40px;
    background: #f49c00;
    text-decoration: none;
    color: #fff;
}

label + label {
    margin: 0 0 0 20px;
}

#tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#tip .inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
}

.showTip {
    background: #ccc;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}

.method-list dl {
    display: flex;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.method-list dt {
    flex: 0 0 100px;
}

.method-list dd {
    flex: 1 1 auto;
}
