/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-color: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* page css */

@font-face {
    font-family: 'establishRetrosansOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/establishRetrosansOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BareunDotum';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kpa/BareunDotum/BareunDotumOTFPro2.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kpa/BareunDotum/BareunDotumOTFPro2.woff') format('woff');
}

/* font-family: 'Nanum Gothic', sans-serif; */

.header{
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:1000;
}

/* 메뉴 상단바 고정
    width: 100%;
    position: fixed;
    top: 0;
    left: 0; */

.logo{
    color: #fff;
    font-family: 'establishRetrosansOTF';
    font-size: 20px;
    padding-left: 10px;
}

.gnb-list {
    display: flex;
}

.gnb-item {
    padding-right: 50px;
}

.gnb-link {
    text-decoration: none;
    font-size: 16px;
    font-family: 'BareunDotum';
    color: #fff;
    font-weight: 500;
}

.gnb-link:hover {
    color: #B0E0E6;
}

.hamburger{
    display: none;
}

#interactive{
    background-color: #000;
    padding-bottom: 50px;
}

#project{
    background-color: #000;
    padding-bottom: 0px;
}

#notice{
    background-color: #000;
    padding-bottom: 300px;
}

#introduce{
    background-color: #000;
}

.heading{
    font-size: 30px;
    color: #fff;
    padding-top: 20px;
    font-weight: 1000;
}

.bg {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
    text-align: center;
    background-color: #000;
    
}

.text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #000;
    opacity: 0.9;
}


.section-heading{
    color: #fff;
    padding-top: 70px;
    padding-left: 20px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 20px;
    padding-bottom: 50px;
}

.team{
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    font-family: 'BareunDotum';
}

.team2{
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    text-align: right;
    font-family: 'BareunDotum';
}

.team3{
    display: flex;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    font-family: 'BareunDotum';
}

.team-name{
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 18px;
    font-family: 'BareunDotum';
}

.group{
    display: flex;
    flex-wrap: wrap;
}

.news-link{
    text-decoration: none;
}

.box {
    border: 3px solid white;
    margin-bottom: 100px;
    margin-top: 100px;
    text-align: center;
}

.chart{
    width: 400px;
    margin: auto;
    padding-bottom: 50px;
}

.sub-name{
    color: white;
    padding: 15px;
    font-size: 50px;
    font-weight: 550;
    text-align: center;
    line-height: 70px;
    font-family: 'BareunDotum';
}

.sub{
    color: white;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'BareunDotum';
}

.sub2{
    color: white;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: 'BareunDotum';
}

.sub3{
    color: yellow;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: sans-serif;

}

.sub4{
    color: white;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: 'BareunDotum';
}

.subname{
    color: white;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}

.bg {
    height: auto;
    margin-bottom: 10px;
}

.animal-box{
    padding-bottom: 50px;
    padding-left: 10px;
}

.man{
    width: 100px;
}

.day{
    color: white;
    padding: 5px;
    padding-bottom: 300px;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    width: 100%;
    font-family: 'BareunDotum';
}

.thumbnail{
    width: 50%;
    margin-left: 15px;
    padding-bottom: 70px;
    display: flex;
}

.logo-photo{
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 25px;
    display: flex;
}

.gyu-photo{
    padding-left: 25px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 25px;
    display: flex;
}

.logo-name, .gyu-name{
    color:#fff;
    font-family: 'establishRetrosansOTF';
    font-size: 20px;
    padding-bottom: 30px;
    padding-right: 25px;
    padding-top: 50px;
    padding-left: 15px;
}

.logo-intro, .gyu-intro{
    color:#fff;
    font-family: 'Nanum Gothic', sans-serif;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-top: 15px;
    padding-left: 15px;
    line-height: 20px;
    font-size: 15px;
}

#doughnut-chart{
    margin-top: 30px;
}


* {
    margin: 0;
    padding: 0;
}


.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 10;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

a.btn-layerClose {
    display: inline-block;
    height: 25px;
    padding: 0 14px 0;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

a.btn-layerClose:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}

.yellow{
    color: yellow;
    padding: 10px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
    font-family: 'BareunDotum';
    line-height: 50px;
}

.yellow2{
    color: yellow;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
    font-family: 'BareunDotum';
    line-height: 50px;
}

.white{
    color: white;
    padding: 10px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
    font-family: 'BareunDotum';
    line-height: 50px;
}

.footer{
    background-color: #fff;
    padding-bottom: 1px;
}

.copyright{
    font-family: 'Nanum Gothic', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    color: #000;
    line-height: 18px;
}

/* 이미지가 2개씩 보이게 하는 레이아웃 . 이미지 영역에서 이미지가 한줄에 2개씩 보이게 하는 (2단) 레이아웃 */

@media screen and (max-width: 800px) {
    .group {
        width: 680px;
    }
}

  /* 이미지가 1개씩 보이게 하는 레이아웃 . 이미지 영역에서 이미지가 한줄에 1개씩 보이게 하는 (2단) 레이아웃 */
@media screen and (max-width: 700px) {
    .header {
        padding: 10px;
        width: 100%;
        position: fixed;
        /*  position:fixed, absolute 가로길이가 자식요소에 맞춰짐 */
        top: 0;
        left: 0;
        padding-bottom: 35px;
    }


    .gnb {
        position: absolute;
        top: 70px;
        right: 0;
        display: none;
    }

    .gnb.active {
        display: block;
    }

    .gnb-list {
        display: block;
        padding: 30px 30px 10px 30px;
        background: #202020;
    }

    .gnb-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .hamburger {
        display: block;
        background: none;
        border: 0;
        width: 30px;
        height: 25px;
        padding: 0;
        margin-right: 50px;
    }

    .hamburger > img {
        width: 30px;
        height: 25px;
    }

    #interactive{
        width: 100%;
    }
    
    #project{
        width: 100%;
    }
    
    #notice{
        width: 100%;
    }
    
    #introduce{
        width: 100%;
    }

    .section-heading {
        font-size: 22px;
    }

    .section-paragraph {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .group {
        width: 340px;
    }

    .gyu-photo, .logo-photo{
        width: 80%;
    }

    .bg {
        height: auto;
        margin-bottom: 30px;
    }

    .footer {
        height: auto;
        width: 100%;
        display: block;
    }

    .sub-logo {
        margin-bottom: 30px;
    }

    html, body{
        width:100%;
        overflow-x:hidden;
    }
}

/*by. young*/
#crime-people a, img {
    width: 100px;
    height: 100px;
    margin-top: 10px;

}
#crime-people img:hover{
    cursor: pointer;
    opacity: 0.5;
}

#crime-people h2 {
    color: white;
}

.popup-p { 
    position: fixed;
    top: calc( 50% - 135px );
    left: calc( 50% - 205px );
    width: 410px;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 10;
    overflow: auto;

    display: none;
}

.popup-con {
    padding: 20px 25px;
}

.popup-con p {
    color: #666;
    line-height: 25px;
    font-family: 'BareunDotum'
}

#black-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.popup-close {
    position: relative;
    float: right;
    top: 10px;
    right: 10px;
    font-weight: bold;
}
.popup-close a:hover {
    color: #304a8a;
    cursor: pointer;
}


/* 
.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
} */

