*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,p,a{
    font-family: Arial, Helvetica, sans-serif;
    color: #141414
}

a{
    text-decoration: none;
}

.container{
    width: 1400px;
    padding: 24px 20px;
    margin: auto;
}











.access-header{
    background-color: #d71e28;
    border-bottom: 4px solid #ffcd41;
}

.access-header-container{
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.access-header-container div{
    flex: 1;
}

.access-header-container div:last-child{
    display: flex;
    justify-content: flex-end;
}

.access-header h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
}


.access-header ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}

.access-header ul li a{
    color: #fff;
    text-decoration: none;

    font-size: 13px;
}

.access-header ul li a:hover{
    text-decoration: underline;
}










.access-section{
    width: 100%;
    background-color: #F9F7F4;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-div{
    background-color: #fff;
    width: 450px;
    padding: 40px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.access-section h2{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.access-div form{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.access-div form .alert{
    color: red;
    text-align: left;
    display: none;
}

.access-div form input[type="password"]{
    height: 45px;
    color: #332e25;
    border: none;
    outline: none;
    border-bottom: 1px solid #787070;
    padding-left: 16px;
    font-size: 17px;
}

.access-div form input[type="submit"]{
    height: 45px;
    background-color: #d71e28;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 9px 16px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    cursor: pointer;
}

.access-div form input[type="submit"]:hover{
    background-color: #013F83;
}

.access-div p{
    font-size: 14px;
}







.access-footer{
    background-color: #F4F0ED;
    border-top: 1px solid #b5adad;
    padding: 24px 0;
}

.access-footer ul{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
    font-size: 13px;
}

.access-footer ul li a{
    color: #141414;
    font-size: 13px;
    text-decoration: none;
}

.access-footer ul li a:hover{
    text-decoration: underline;
}
















header{
    background-color: #d71e28;
    border-bottom: 4px solid #ffcd41;
}

.header-container{
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-div{
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-div ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-div ul li a{
    color: #fff;
    text-decoration: none;

    font-size: 13px;
}

.nav-div ul li a:hover{
    text-decoration: underline;
}


.nav-div button{
    font-size: 15px;
    padding: 10px 16px;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.nav-div button:hover{
    text-decoration: underline;
}

























.main-container{
    background-color: #F4F0ED;
    padding: 48px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}


.main-left{
    width: 50%;
}

.main-left h1{
    font-size: 42px;
    font-weight: 500;
}

.main-right{
    background-color: #D71E28;
    width: 50%;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    padding: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.main-right h2{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.main-right p{
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 30px;
    color: #fff;
}


.main-right a{
    background-color: #fff;
    padding: 9px 24px;
    font-size: 17px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.main-right a:hover{
    background-color: #000;
    color: #fff;
}






.second-container{
    padding: 48px 32px;

    display: flex;
    align-items: center;
    flex-direction: column;
}

.yellow-line{
    border-bottom: 2px solid #ffcd41;
    display: inline-block;
    height: 10px;
    text-align: center;
    vertical-align: bottom;
    width: 74px;
    margin-bottom: 25px;
}

.second-container h2{
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 66px;
}


.second-container>p{
    text-align: center;
    font-size: 24px;
    margin-bottom: 70px;
}


.about{
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.about-container{
    width: 50%;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-container img{
    width: 100%;
}

.about-div{
    padding: 17px 17px 45px;
}

.about-div h3{
    font-size: 24px;
    margin-bottom: 17px;
}

.about-div p{
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 40px;
}

.about-div a{
    font-size: 17px;
    padding: 9px 16px;
    margin-bottom: 20px;
    border: 1px solid #3b3331;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.about-div a:hover{
    background-color: #000;
    color: #fff;
}
















footer{
    background-color: #F4F0ED;
    border-top: 1px solid #b5adad;
    padding: 24px 0;
}

footer p{
    font-size: 13px;
    line-height: 1.384615;
    margin-bottom: 24px;
}

.footer-link ul{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
    font-size: 13px;
    margin-bottom: 24px;
}

.footer-link ul li a{
    color: #141414;
    font-size: 13px;
    text-decoration: none;
}

.footer-link ul li a:hover{
    text-decoration: underline;
}


.notice{
    border: 1px solid #141414;
    padding: 16px;
    margin-bottom: 24px;
}


.notice h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.notice ul{
    list-style-position: inside;
}

.notice ul li{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}