@import "ctr.css";
details > summary {
    list-style: none;
    cursor: pointer;
  }
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color:#B43E3E;
    transition: color 0.3s ease;
}
h1{
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
}
h3{
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
    line-height: 1%;
}
body {
    background-size: auto 130%;
    margin: 0 auto;
    color: #C6C398;
    font-family: "Bokor", system-ui;
    font-weight: 400;
    font-style: normal;
}
.layout {
    margin: auto;
    margin-top: 90px;
    margin-bottom: 10px;
    width: 1600px;
    height: 1900px;
}
.banner{
    display: flex;
}
.banner-icon {
    width: 200px;
    height: 195px;
    margin-bottom: 1%;
    border-style: double;
    border-radius: 15px 15px;
    cursor: default;
}
.banner-text {
    font-size: 92px;
    background-color: transparent;
    margin-top: 90px;
    margin-bottom: 1%;
    margin-left: 1%;
    cursor: default;
}
.sidebar {
    height: auto;
    width: 300px;
    float: right;
}
.main{
    display: flex;
}
.main-info {
    font-family: "Aubrey", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    margin-right: 1%;
    background-color: #C6C398;
    color: #171717;
    border-radius: 15px 15px;
    border-style: double;
    border-color: #171717;
    padding: 2%;
    line-height: 140%;
}
.main-postdate{
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    margin-right: 30%;
}
.main-postdate p {
    font-family: "Aubrey", system-ui;
    font-weight: 400;
    font-style: normal;
    line-height: 0.5rem;
}
.sidebar-sticky {
    top: 1%;
    position: sticky;
    overflow: visible;
}
#sidebar-navi {
    padding: 10px;
    padding-bottom: 10px;
    background-color: #171717;
    border-style: double;
    border-radius: 15px 15px;
    text-align: center;
    font-size: 1.3em;
}
#sidebar-navi:hover details span{
    color: #B43E3E;
    transition: color 0.3s ease;
}
#sidebar-navi:hover details[open] summary span{
    color:#C6C398;
}
.navigation-list{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    list-style-type: "";
}
marquee#navigation {
    letter-spacing: 5px;
    font-size: x-small;
}

.footer{
    text-align: center;
    margin: auto;
    width: 1000px;
    margin-bottom: 1%;
    background-color: #C6C398;
    color: #171717;
    border-radius: 15px 15px;
    border-style: double;
    border-color: #171717;
}