.wrapper {
    width: 520px;
    margin: 0;
    border: 2px solid #30bb9d;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

section {
    padding: 20px;
    box-sizing: border-box;
}

.titlebox .logo {
    margin-bottom: 16px;
}

h1 {
    font-size: 2em;
    color: white;
}

h1 > .t_title {
    font-size: 0.8em;
}

/* 두 번째 섹션 */
.dayinfo, .ele_info,
.search, .faleresult, .trueresult {
    margin-bottom: 16px;
}

.dayinfo > h3,
.ele_info > h3 {
    margin-bottom: 10px;
    color: #209F84;
}

.search, .faleresult, .trueresult {
    justify-content: center;

    padding: 16px;
    border: 2px solid #209F84;
    border-radius: 10px;
    box-sizing: border-box;
}

.searchbox .label {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}

.searchbox input[type="text"] {
    margin-bottom: 8px;
    padding: 4px 2px 4px 2px;
    border: 1px solid rgb(141, 141, 141);
    border-radius: 4px;
    box-sizing: border-box;
}

.faleresult, .trueresult {
    text-align: center;
}

.faleresult .bold, .trueresult .bold, .bold {
    font-weight: 600;
}

.trueresult > div > p:nth-child(2) {
    margin-top: 8px;
    font-size: 15px;
    color: rgb(141, 141, 141);
}

.guide {
    margin-bottom: 16px;
    font-size: 15px;
    text-align: center;
}

.chkwrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

/*버튼 공통*/
.searchlist {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    padding: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    color: white;
    background-color: #209F84;
}

.movelist {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
    padding: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    color: white;
    background-color: #5ba81a;
}

/* 본문 숨기기 */
.hide {
    display: none;
}
