* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    color: var(--gray-900);
    background-color: var(--white);
    font-size: 16px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #dcdfe3;
    overflow: auto;

}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    box-shadow: var(--big-box);
    border: 15px #2C3333;
    border-radius: 20px;
    overflow: auto;
    height: 1000px;
    width: 800px;
    background-color: rgb(232, 106, 30);
}


h1 {
    text-align: center;
    font-size: 36px;
    font-family: 'Iowan Old Style';
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    /* identical to box height, or 100px */
    letter-spacing: -0.01em;
    color: rgba(255, 212, 96, 1);    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    
}

input {
    border: none;
    width: 12rem;
    font-size: 14px;
    color: #E7F6F2;
    padding-left: 5px;
}

input:focus {
    outline: none;
}

.name {
    text-align: center;
    font-size: 15px;
    font-family: 'Iowan Old Style';
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    /* identical to box height, or 100px */
    letter-spacing: -0.01em;
    color: #D6E8DB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.title {
    text-align: center;
    font-size: 15px;
    font-family: 'Iowan Old Style';
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    /* identical to box height, or 100px */
    letter-spacing: -0.01em;
    color: #D6E8DB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.question {
    text-align: center;
    font-size: 15px;
    font-family: 'Iowan Old Style';
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    /* identical to box height, or 100px */
    letter-spacing: -0.01em;
    color: #D6E8DB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form__textbox {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.story {
    
    font-size: 15px;
    color: #E7F6F2;
    padding: 10px;
    margin-top: 10px;
    border: none;
    background-color:rgba(255, 212, 96, 1);
    border-radius: 20px;
}

.form__input--name {
    margin-top: 20px;
}

.form__input--title {
    margin-top: 20px;
}



.form__submit {
    text-align: center;
    padding-left: 100px;
    padding-top: 20px;
}

.submit {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    background: #D6E8DB;
    border-radius: 5px;
    height: 20px;
    width: 100px;
    color: #2C3333;
    font-size: 10px;
    text-align: center;
}

.discussion__wrapper {
    padding-top: 300px;
}

.discussion__container {
    margin-top: 10px;
    width: 600px;
    height: 200px;
    background-color: #FFF8DE;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
}

.discussion__avatar--image {

    border-radius: 50%;
    width: 50px;

}

.discussion__content {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 10px;
    width: max-content;
    text-align: start;
}

.discussion__information {
    text-align: start;
    font-family: 'Iowan Old Style';
}

.discussion__date {
    padding-top: 10px;
    text-align: start;
    font-family: 'Iowan Old Style';
}

.discussion__content {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 90%;

    margin: 25px;
}

.discussion__title {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-family: 'Iowan Old Style';
}

main::-webkit-scrollbar {
    display: none;
    /* 크롬, 사파리, 오페라 */
}


.checkBox {
    width: 20px;
    height: 20px;
}

.discussion__container {

    display: flex;
    padding-top: 20px;
    padding-left: 20px;
    margin: 20px;

}

.discussion__avatar--wrapper {

    display: flex;
    justify-content: center;
    align-items: center;

}

section.form__container {
    width: 800px;
    height: 300px;
    animation: fadeInUp 1s ease-in-out;
}



div.discussion__answered {
    margin: 0 auto;
    display: flex;
    align-self: center;
    justify-content: end;
    padding: 15px;
    
}


li.discussion__container {
    display: flex;
    width: 700px;
    box-shadow: 0 0.5px 0 0 rgba(31, 38, 135, 0.37);
    list-style: none;
}

.form__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    box-shadow: var(--big-box);
    border: 1px solid var(--gray-10);
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    height: 400px;
    width: 800px;
    background-color: #263A29;
}

.discussion__userID {
    text-align: start;
    font-family: 'Iowan Old Style';
}

.discussion__date {
    text-align: start;
    font-family: 'Iowan Old Style';
}

a:link {
    font-family: 'Iowan Old Style';
}
a:visited {
    color: rgb(0, 0, 0);
}





/* 서브 페이지 */

.subPage {
    height: 1000px;
    width: 400px;
    background-color: rgb(232, 106, 30);
    margin-left: 100px;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: start;

}

body {
    display: flex;
    flex-direction: row;
}
.logo{
    height: 80px;
    width: 150px;
    margin-top: 50px;
    margin-left: 120px;
    background-color: floralwhite;
    padding: 10px;
    border-radius: 10px;
    
    object-fit: scale-down;
}

.아고라{
    font-size: 40px;
    color:floralwhite;
    font-weight: 800;
    margin-left: 80px;
    margin-top: 80px;

}