@charset "UTF-8";

body {
    background: #FAFAFA;
    overflow: hidden;
}

/*  */
/* header */
/*  */


/* h_cont_first */

#header {
    width: 100%;
    position: fixed;
    height: 120px;
    background-color: white;
    margin-bottom: 30px;
    text-decoration: none;
}

#header .h_cont_first {
    height: 70px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid rgba(73, 73, 73, 0.575);
}

#header h1 img {
    width: 200px;
}

#header .h_cont {
    width: 80vw;
    margin: 0 auto;
    margin: 0;
}

#header .h_cont .cont_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .h_cont .cont_1 .cont_1t {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
}

#header .h_cont .cont_login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .h_cont .cont_login img {
    width: 70px;
}

#header .h_cont .cont_login .people {
    margin-right: 10px;
    color: #004282;
    font-size: 17px;
    font-weight: 500;
}

#header .h_cont .cont_login .login {
    font-size: 17px;
    font-weight: 500;
}


/* gnb */


#header .gnb {
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(73, 73, 73, 0.575);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

#header .gnb nav {
    width: 80vw;
    margin: 0 auto;
}

#header .gnb nav ul {
    height: 50px;
    display: flex;
    align-items: center;
}

#header .gnb nav ul li {
    margin-right: 60px;
}

#header .gnb nav ul li a {
    color: black;
    font-size: 18px;
    font-weight: 500;
}

#header .gnb nav ul li a:hover {
    color: #007DC5;
    transition: 0.3s;
}





/*  */
/* container */
/*  */

/* side bar */

#container {
    background-color: #FAFAFA;
}

.slidebar {
    position: fixed;
}

.side__wrapper{
    width: 250px;
    padding-top: 8%;
}

.side__header{
    width: 100%;
    height: 65px;
    background-color: #0095DA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.side__header > span{
    font-weight: 400;
    color: #ffffff;
}

.side__menu{
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px 0 14px;
    cursor: pointer;
}

.side__header > li:not(:first-child) > span{
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}

.side__wrapper > li:not(:first-child){
    border-bottom: 1px solid rgba(0,0, 0, 0.15);
    border-right: 1px solid rgba(0,0, 0, 0.15);
}

.side__menu >.line{
    width: 20px;
    height: 1px;
    background-color: #000000;
    cursor: pointer;
}

.side__menu > span{
    font-size: 13px;
    font-weight: 400;
}

.side__menu__sub{
    width: 100%;
    background-color: #EEEEEE;
    padding: 12px 31px 0;
    display: none;
}
.side__menu__sub.active{
    display: block;
} 

.side__menu__sub > li{
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.side__menu__sub .one{
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 7px;
}

.side__menu__sub a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
}



/* 선택 시 컬러 */

.menu__selcet__color{
    color: #0095DA;
}

.side__menu > .btn_selct__color{
    background-color: #0095DA;
}
