header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #aaaeb9;
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

#logoutModal {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: fixed;
    width: 100%;
    height: calc(100% - 5rem);
    padding: 0 1.5rem;
    z-index: 9999;
    top: 5rem;
}
#logoutModal h2 {
    font-size: 3.4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
#logoutModal > p {
    font-size: 1.8rem;
    color: #666573;
    margin-bottom: 4rem;
}
#logoutModal .buttonWrap {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}
#logoutModal .buttonWrap form {
    width: 50%;
}
#logoutModal .buttonWrap form button {
    width: 100%;
    font-size: 1.8rem;
    padding: 2rem 0;
    background: #226cff;
    color: #fff;
    border-radius: 1rem;
}
#logoutModal .buttonWrap > button {
    width: 50%;
    font-size: 1.8rem;
    padding: 2rem 0;
    background: #f0f4ff;
    color: #226cff;
    border-radius: 1rem;
}
#logoutModal > button {
    font-size: 1.4rem;
    border-bottom: 1px solid #333;
}

#withdrawModal {
    display: none;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: fixed;
    width: 100%;
    height: calc(100% - 5rem);
    padding: 0 1.5rem;
    z-index: 9999;
    top: 5rem;
}
#withdrawModal h2 {
    font-size: 3.4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
#withdrawModal > p {
    font-size: 1.8rem;
    color: #666573;
    margin-bottom: 4rem;
}
#withdrawModal .buttonWrap {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}
#withdrawModal .buttonWrap form {
    width: 50%;
}
#withdrawModal .buttonWrap form button {
    width: 100%;
    font-size: 1.8rem;
    padding: 2rem 0;
    background: #226cff;
    color: #fff;
    border-radius: 1rem;
}
#withdrawModal .buttonWrap > button {
    width: 50%;
    font-size: 1.8rem;
    padding: 2rem 0;
    background: #f0f4ff;
    color: #226cff;
    border-radius: 1rem;
}

main {
    padding: 4rem 1.5rem 10rem;
}
main .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
main .status .name {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .status .name h2 {
    font-size: 2rem;
    font-weight: 900;
}
main .status .name p {
    font-size: 1.6rem;
}
main .status a {
    width: 4rem;
}
main .status a img {
    width: 100%;
}
main .today {
    border-radius: 1rem;
    background-color: #226cff;
    background-image: url(../img/banner-1.png);
    background-repeat: no-repeat;
    background-size: 12rem;
    background-position: right 2rem center;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
}
main .today a {
    display: flex;
    flex-flow: column nowrap;
}
main .today a p {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
main .today a h2 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 3rem;
}
main .today a .more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: max-content;
    font-size: 1.4rem;
    color: #fff;
}
main .today a .more img {
    width: 0.5rem;
}
main .menuWrap {
    padding-bottom: 3rem;
}
main .menuWrap .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .menuWrap .title h2 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .menuWrap .title h2 img {
    width: 1.5rem;
}
main .menuWrap .title a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .menuWrap .title a img {
    width: 0.5rem;
}
main .menuWrap .menu {
    border-radius: 1rem;
    border: 1px solid #cbcfd8;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    position: relative;
}
main .menuWrap .menu h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #226cff;
}
main .menuWrap .menu p {
    font-size: 1.6rem;
}
main .menuWrap .menu button {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
}
main .menuWrap .menu button img {
    width: 100%;
}

/* 문구 */
main > h2 {
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
main > h2 img {
    width: 2rem;
}
main #selectFrm {
    margin-bottom: 3rem;
}
main #selectFrm select {
    width: 100%;
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
    border-radius: 1rem;
    border: 1px solid #ccd0d9;
    background-image: url(../img/arrow-5.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 3rem center;
}
main #selectFrm select option {
    font-size: 1.6rem;
}
main .phraseResult {
    display: flex;
    flex-flow: column nowrap;
    border-top: 1px solid #ced2db;
}
main .phraseResult .phrase {
    padding: 2rem 3rem 2rem 1rem;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    border-bottom: 1px solid #e2e4ea;
}
main .phraseResult .phrase h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #226cff;
    line-height: 1.4;
}
main .phraseResult .phrase p {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .phraseResult .phrase button {
    width: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
main .phraseResult .phrase button img {
    width: 100%;
}

/* 문장 */
main #searchFrm {
    margin-bottom: 3rem;
}
main #searchFrm input {
    width: 100%;
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
    border-radius: 1rem;
    border: 1px solid #ccd0d9;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 3rem center;
}
main .sentenceResult {
    display: flex;
    flex-flow: column nowrap;
    border-top: 1px solid #ced2db;
}
main .sentenceResult .sentence {
    padding: 2rem 3rem 2rem 1rem;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    border-bottom: 1px solid #e2e4ea;
}
main .sentenceResult .sentence h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #226cff;
    line-height: 1.4;
}
main .sentenceResult .sentence p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
main .sentenceResult .sentence button {
    width: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
main .sentenceResult .sentence button img {
    width: 100%;
}

/* 퀴즈 */
main #quizFrm {}
main #quizFrm h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main #quizFrm > p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
main #quizFrm .problem {
    padding: 3rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background: #f0f4ff;
    margin-bottom: 4rem;
}
main #quizFrm .problem p {
    font-size: 1.6rem;
    font-weight: 800;
    display: flex;
    align-items: center;
}
main #quizFrm .problem p span {
    width: 8rem;
    height: 3rem;
    border-radius: 0.5rem;
    background: #fff;
    border: 1px solid #ced2da;
    display: inline-block;
    margin: 0 1rem;
}
main #quizFrm .problem pre {
    font-size: 1.6rem;
}
main #quizFrm > input {
    text-align: center;
    font-size: 1.6rem;
    padding: 1.5rem 0;
    border-radius: 1rem;
    border: 1px solid #e1e3e9;
    width: 100%;
    margin-bottom: 1.5rem;
}
main #quizFrm > button {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    padding: 1.5rem 0;
    border-radius: 1rem;
    background: #226cff;
    color: #fff;
}
main .result {}
main .result .icon {
    padding: 10rem 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
main .result .icon img {
    width: 12rem;
    margin-bottom: 3rem;
}
main .result .icon strong {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
main .result .icon span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .result .buttonWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .result .buttonWrap a {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    color: #fff;
    background: #226cff;
    text-align: center;
    border-radius: 1rem;
}
main .result .buttonWrap a:nth-of-type(2) {
    background: #71a2ff;
}
main .result .buttonWrap a:nth-of-type(3) {
    background: #b6cdff;
}

/* 단어 */
main .wordResult {
        display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}
main .wordResult .wordFirst {
    display: flex;
    flex-flow: column nowrap;
}
main .wordResult .wordFirst h3 {
    font-size: 1.6rem;
    color: #fff;
    padding: 1rem 0;
    margin-bottom: 1rem;
    background: #226cff;
    text-align: center;
}
main .wordResult .wordFirst .wordWrap {
    display: flex;
    flex-flow: column nowrap;
}
main .wordResult .wordFirst .wordWrap .word {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #d3d6de;
}
main .wordResult .wordFirst .wordWrap .word h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #226cff;
}
main .wordResult .wordFirst .wordWrap .word p {
    font-size: 1.6rem;
    font-weight: 600;
}
main .wordResult .wordFirst .wordWrap .word button {
    width: 2.5rem;
}
main .wordResult .wordFirst .wordWrap .word button img {
    width: 100%;
}

/* 마이 */
main .my {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}
main .my .title {
    display: flex;
    align-items: center;
    gap: 1rem;
}
main .my .title .icon {
    width: 4rem;
}
main .my .title .icon img {
    width: 100%;
}
main .my .title h2 {
    font-size: 2rem;
    font-weight: 800;
}
main .my button {
    font-size: 1.4rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 5rem;
    background: #226cff;
}
main .my button img {
    width: 0.5rem;
}
main > a {
    display: block;
    border-radius: 1rem;
    background-color: #226cff;
    background-image: url(../img/banner-2.png);
    background-size: 7rem;
    background-position: right 3rem center;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    padding: 3rem;
    margin-bottom: 2rem;
}
main > a p {
    font-size: 1.4rem;
    color: #fff;
}
main > a h2 {
    font-size: 2rem;
    color: #fff;
}
main .scrapMenu {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background: #f0f4ff;
    margin-bottom: 2rem;
}
main .scrapMenu h2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .scrapMenu h2 img {
    width: 3rem;
}
main .scrapMenu .scrapLink {
    display: flex;
    flex-flow: column nowrap;
}
main .scrapMenu .scrapLink a {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
    background-image: url(../img/arrow-4.png);
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: right 1rem center;
    border-bottom: 1px solid #cbcfd8;
}
main .scrapMenu .scrapLink a:last-child {
    border: none;
}
main > button {
    font-size: 1.6rem;
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e3e5ea;
    width: 100%;
}
main > button img {
    width: 0.8rem;
}

/* 체크 */
main #checkFrm {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
}
main #checkFrm select {
    font-size: 1.8rem;
    font-weight: 600;
    color: #226cff;
    border-radius: 0.5rem;
    padding: 0.5rem 3rem 0.5rem 1rem;
    border: 1px solid #e5e7ec;
    background-image: url(../img/arrow-6.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 0.5rem center;
}
main #checkFrm select option {
    font-size: 1.6rem;
}
main #checkFrm h2 {
    font-size: 2rem;
    font-weight: 800;
}
main #checkFrm a {
    width: 2.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
main #checkFrm a img {
    width: 100%;
}
main > .checkWrap {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}
main > .checkWrap .check {
    display: flex;
    gap: 1.5rem;
}
main > .checkWrap .check .date {
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    gap: 0.5rem;
}
main > .checkWrap .check .date h3 {
    font-size: 2rem;
    font-weight: 800;
}
main > .checkWrap .check .date p {
    font-size: 1.8rem;
}
main > .checkWrap .check .box {
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid #cbcfd8;
    width: 100%;
}
main > .checkWrap .check .box .list {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
main > .checkWrap .check .box .list label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main > .checkWrap .check .box .list label span {
    font-size: 1.6rem;
}
main > .checkWrap .check .box .list label input {
    width: 2rem;
    height: 2rem;
    background-image: url(../img/check-off.png);
    background-size: cover;
}
main > .checkWrap .check .box .list label input:checked {
    background-image: url(../img/check-on.png);
}
main > .checkWrap .check .box .list label input:checked + span {
    text-decoration: line-through;
    color: #777e8f;
}
main > .checkWrap .check .box button {
    font-size: 1.6rem;
    color: #226cff;
    padding: 1rem 0;
    border-radius: 1rem;
    background: #f0f4ff;
    width: 100%;
}
main #addFrm {}
main #addFrm .inputWrap {
    margin-bottom: 4rem;
}
main #addFrm .inputWrap > h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main #addFrm .inputWrap > input {
    border-radius: 1rem;
    border: 1px solid #cfd3db;
    padding: 2rem;
    font-size: 1.6rem;
    width: 100%;
}
main #addFrm .inputWrap .input {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main #addFrm .inputWrap .input input {
    border-radius: 1rem;
    border: 1px solid #cfd3db;
    padding: 2rem;
    font-size: 1.6rem;
}
main #addFrm > button {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    padding: 1.5rem 0;
    border-radius: 1rem;
    background: #226cff;
    width: 100%;
    margin-top: 4rem;
}

/* 스크랩 */
main .scrapList {
    display: flex;
    flex-flow: column nowrap;
    border-top: 1px solid #ced2db;
}
main .scrapList .scrap {
    padding: 2rem 3rem 2rem 1rem;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
    border-bottom: 1px solid #e2e4ea;
}
main .scrapList .scrap h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #226cff;
    line-height: 1.4;
}
main .scrapList .scrap p {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .scrapList .scrap button {
    width: 2.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
}
main .scrapList .scrap button img {
    width: 100%;
}