@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    font-size: 16px;
}

*:focus {
    outline: none !important;
}

ul {
    list-style: none;
    text-decoration: none;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer !important;
}

html {
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1600px;
    position: relative;
    background-color: #fff;
}

body * {
    font-family: 'Noto Sans KR', sans-serif;
}

button {
    cursor: pointer;
}

#bd_background {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

#bd_size {
    width: 100%;
}

/*헤더*/

#new_hd {
    width: 100%;
    height: 100%;
    display: table;
}

#new_hd_con {
    width: 100%;
    height: 100%;
    display: table;
}

/*상단헤더메뉴*/
#new_hd_con .hd_top_nav_wrap {
    width: 100%;
    height: 129px;
    border-bottom: 2px solid #646464;
    overflow: hidden;
}

#new_hd_con .hd_top_nav {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/*상단헤더메뉴 - 데이터타임*/
#new_hd_con .hd_top_nav .datatime_wrap {
    width: 320px;
    float: left;
    margin-top: 60px;
}

#new_hd_con .hd_top_nav .datatime_size {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#new_hd_con .hd_top_nav .datatime_size > p {
    font-size: 0.95rem;
    letter-spacing: -0.5px;
    line-height: 0.95rem;
    color: #fff;
    font-weight: 400;
}

#new_hd_con .hd_top_nav .datatime_size > p > span {
    font-weight: 600;
    color: #fdd900;
}

/*상단헤더메뉴 - 데이터타임 end*/

#new_hd_con .hd_top_nav .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*상단헤더메뉴 - 로고*/
#new_hd_con .nav_size .logo_box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 22px 0 20px 0;
    border-bottom: 2px solid #000;
}

#new_hd_con .nav_size .logo {
    width: 160px;
    height: 110px;
    position: relative;
    top: -24px;
    margin: 0 auto;
}

#new_hd_con .nav_size .logo > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#new_hd_con .nav_size .logo > a > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*상단헤더메뉴 - 로고 end*/

/*로그인메뉴*/
#new_hd_con .login_wrap {
    width: 100%;
    height: 32px;
    background-color: #edece5;
    position: relative;
}

#new_hd_con .login_size {
    width: 100%;
    position: relative;
}

#new_hd_con .login_size .login_nav {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#new_hd_con .login_size .login_nav > li {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    float: left;
}

#new_hd_con .login_size .login_nav > li:last-of-type > a {
    background-color: #fdd900;
    color: #000;
    border-radius: 0 0.3rem 0.3rem 0;
    font-weight: 600;
}

#new_hd_con .login_size .login_nav > li > a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid #fdd900;
    border-radius: 0.3rem 0 0 0.3rem;
    font-weight: 600;
}

/*로그인메뉴 end*/

/*상단헤더메뉴 end*/

/*메뉴 리스트*/
#new_hd_con .nav_box {
    width: -webkit-calc((100% - 201px) - 160px);
    width: -moz-calc((100% - 201px) - 160px);
    width: calc((100% - 201px) - 160px);
    position: relative;
}

#new_hd_con .nav_wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: table;
    border-bottom: 1px solid #bbb;
}

#new_hd_con .nav_size {
    width: 1740px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*메뉴 리스트 폼*/
#new_hd_con .nav_size .main_nav {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#new_hd_con .nav_size .main_nav > li {
    display: block;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
}

#new_hd_con .nav_size .main_nav > li > a {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #000;
    width: 100%;
    height: 100%;
    line-height: 86px;
    letter-spacing: -0.5px;
}

#new_hd_con .nav_size .main_nav > li:hover > a {
    color: #ff7600;
}

/*메뉴 리스트 폼 end*/

/*서브메뉴 리스트 폼*/
#new_hd_con .nav_size .sub_nav {
    position: absolute;
    top: 70px;
    padding: 10px;
    border: 2px solid #ff7600;
    background-color: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    display: none;
}

#new_hd_con .nav_size .sub_nav > li {
    overflow: hidden;
    text-align: center;
}

#new_hd_con .nav_size .main_nav > li:nth-of-type(4) .sub_nav > li:nth-of-type(6),
#new_hd_con .nav_size .main_nav > li:nth-of-type(4) .sub_nav > li:nth-of-type(10) {
    border-bottom: 1px solid #000;
}

#new_hd_con .nav_size .sub_nav > li > a {
    display: block;
    padding: 10px 0;
    font-size: 0.938rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px;
}

#new_hd_con .nav_size .sub_nav > li > a:hover {
    color: #ff7600;
}

/*서브메뉴 리스트 폼 end*/

/*출석부*/
#new_hd_con .bottom_nav_wrap {
    width: 100%;
    height: 48px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

#new_hd_con .bottom_nav_size {
    width: 100%;
    height: 100%;
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#new_hd_con .bottom_nav_size .book_wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
    float: left;
    position: relative;
    overflow: hidden;
    height: 100%;
}

#new_hd_con .bottom_nav_size .book_wrap > li {
    float: left;
    height: 100%;
    margin-right: 30px;
    display: table;
    line-height: 45px;
    overflow: hidden;
}

#new_hd_con .bottom_nav_size .book_wrap > li:last-of-type {
    margin-right: 0;
}

#new_hd_con .bottom_nav_size .book_wrap > li > a {
    display: table;
    overflow: hidden;
}

#new_hd_con .bottom_nav_size .book_wrap > li > a > span {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

#new_hd_con .bottom_nav_size .book_wrap > li > a > p {
    display: inline-block;
    vertical-align: baseline;
    color: #fff;
}

/*검색창*/
#new_hd_con .bottom_nav_size .search {
    float: right;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
    overflow: hidden;
    position: relative;
}

#new_hd_con .bottom_nav_size .search input {
    float: left;
    height: 30px;
    margin-top: 8px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}

#new_hd_con .bottom_nav_size .search button {
    width: 31px;
    height: 30px;
    margin-top: 8px;
    float: left;
    background-color: #e8a736;
    position: relative;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

#new_hd_con .bottom_nav_size .search button > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

* 팝업레이어 */ #hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 0;
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
    z-index: 9999;
}

.hd_pops img {
    max-width: 100%;
}

.hd_pops_con {
}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff;
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left;
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
}

/*사이드바*/
