﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}
/*
body {
  margin-bottom: 60px;
}*/

.font-letter {
    font-size: 20px;
}

    .font-letter li a {
        color: #333;
    }

.a {
    color: #333;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, sans-serif;
    color: black;
    background-color: white;
}

.frame {
    border: 3px solid black;

}



.wrapper {
    display: flex;
    flex-direction: column;
    /*    justify-content: center;
*/ max-width: 1150px;
    margin: 0 auto;
    border: 3px solid black;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #d3d3d3;
    height: 100vh;
}

.header {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 16px;
}

.logo_title {
    text-align: right;
}

.title_header {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 26px;
}

.title {
    flex: 1;
    text-align: center;
    margin-left: 16px;
    margin-top: 12px;
}

.title_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_main-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.title_main-item {
    width: 312px;
    height: 70px;
    border: 3px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 22px;
    cursor: pointer;
}

.title_list {
    margin-top: 40px;
}

.title_main-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
/* ------------------------------------------------------- */


.body_container {
    display: flex;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, sans-serif;
    color: black;
    background-color: white;
}



.header {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width:;
}

.logo_title {
    text-align: center;
}

.title_header {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 26px;
}

.title {
    flex: 1;
    text-align: center;
    margin-left: 16px;
    margin-top: 12px;
}

.title_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_main-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.title_main-item {
    width: 312px;
    height: 70px;
    border: 3px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 22px;
    cursor: pointer;
}

.title_list {
    margin-top: 40px;
    width: 98%;
}

.title_main-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

/* ------------------------------------------------------- */
.background {
    background-color: #20b2aa;
}

.background1 {
    background-color: #d3d3d3;
}


.body_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 12px;
    width: 80%;
    border: 3px solid #333;
}

.component-1 {
    border: 3px solid black;
    border-right: 1.5px solid black;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
    height: 225px;
}

.component-month {
    border: 3px solid black;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
    height: fit-content;
    padding: 0!important
}

.component-2 {
    display: flex;
    flex-direction: column;
    border: 3px solid black;
    border-left: 1.5px solid black;
    border-radius: 4px;
    margin-left: 5px;
    overflow: scroll;
    height: 225px;
    width: 82%;
}

.component-3 {
    display: flex;
    flex-direction: column;
    border: 3px solid black;
    border-radius: 4px;
    margin-left: 5px;
    overflow: scroll;
    height: 520.63px;
    width: 82%;
}

.component-2-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    margin-bottom: 6px;
    padding: 0 6px;
    margin-left: 6px;
    margin-right: 6px;
}

.component-2-list-item {
    display: flex;
    align-items: center;
}

.component-2-list-item-media {
    margin-left: 12px;
}

.logo_content {
    margin-top: 16px;
    margin-right: 3px;
}

.tableFixHead {
    overflow: auto;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.adjustframe{
    width:98.5% !important
}

.divide{
    display: flex ;
    justify-content: space-between;
}

.table-date tbody tr:first-child th{
     border-top: 0!important;
}

.text-center{
    text-align: center !important;
}


/*mobile: width < 740px*/
@media only screen and (max-width: 46.1875em ){
    .wrapper {
        flex-direction: column;
    }
    .header{
        flex-direction:column;
    }
    .logo{
        display:block;
        margin: 0 auto;
    }
    .img logo_content {
        display:none;
    }
    .component-month{
        width:100%;
        overflow: scroll;
        
    }
    .component-3{
        width:100%;
        margin:0;
    }
    .divide{
        display:flex;
        flex-direction:column;
    }
    .title_header {
        font-size: 30px;
        max-width: 600px;
    }
    .phone-frame{
        flex-direction: column;
        max-width:99%;
        max-height:150px;
        margin: 0 6px;
    }
    .component-1{
        margin: 10px auto;
        max-height:130px;
    }
    .quite-frame {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .component-2{
        width: 100%;
        margin: 0 auto;
    }

    .fz14{
        font-size: 13px;
    }

    .fz10{
        font-size: 8px;
        font-weight:600;
    }
    .roll{
        display:flex;
    }
}