@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body {
    width: 100%;
    height: 100%;
    font-family: "Nanum Gothic", sans-serif;
    color: black;
    -webkit-overflow-scrolling: touch;
}

header {
    font-size: 20px;
    background-color: #42B0D0;
    box-shadow: 0 5px 5px -3px #333;
}

header #header-icon {
    width: 46px;       /* 아이콘 크기(비율에 다라 height이 바뀌기 때문에 width만 바꿔도 됩니다~) */
    margin-left: 16px;

    /* 아이콘 위, 아래 마진 */
    margin-top: 5px;   
    margin-bottom: 5px;
}

header #header-title {
    line-height: 60px;
    position: absolute;
    left: 70px;

    color: white;
    width: 200px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

header #header-download {
    right: 16px;
    line-height: 60px;
    position: absolute;
}

main {
    height: 100%;
    text-align: center;
    color: white;
    padding-bottom: 56px;
}

main h1 {
    font-size: 38px;
}

main h2 {
    font-size: 34px;
    font-style: italic;
}

main p {
    font-size: 20px;
}

footer {
    color: black;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer p {
    font-size: 15px;
}

#section-statistics { 
    width: 100%;
    height: 100%;
}

#section-statistics > div:nth-child(1) {
    width: inherit;
    height: inherit;
    background: url("../img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
}

#section-statistics > div:nth-child(1) > div {
    background-color: rgba(0, 0, 0, 0.3);
    display: table-row;
}

#section-statistics > div:nth-child(1) > div:nth-child(1)  > div {
    display: table-cell;
    vertical-align: middle;
}

#section-statistics > div:nth-child(2) > div {
    background-color: rgba(0, 0, 0, 0.3);
    display: table-row;
    vertical-align: top;
}


#section-statistics > div:nth-child(3) > div {
    width: inherit;

    background-color: rgba(0, 0, 0, 0.3);
    display: table-row;
}

#section-statistics2 {
    width: 100%;
    height: 100%;
}

#section-statistics2 > div:nth-child(1) {
    width: inherit;
    height: inherit;
    background: url("../img/background_parents.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
}

#section-statistics2 > div:nth-child(1) > div {
    background-color: rgba(0, 0, 0, 0.3);
    display: table-row;
}

#section-statistics2 > div:nth-child(1) > div:nth-child(1)  > div {
    display: table-cell;
    vertical-align: middle;
}

#section-statistics2 > div:nth-child(2) > div {
    background-color: rgba(0, 0, 0, 0.3);
    display: table-row;
    vertical-align: top;
}


#section-statistics2 > div:nth-child(3) > div {
    width: inherit;

    background-color: rgba(0, 0, 0, 0.3);
    display: table-row;
}

#bottom-comment-target {
    font-size: 16px;
    color: #f7f7f7;
}

#bottom-commant {
    font-size: 24px;
    color: #f7f7f7;
}

#bottom-arrow-scroll {
    font-size: 30px;
    color: white;
}

[id^="section-description-"] {
    padding: 20px 0;
}

#section-description-ad {
    background-color: #2d5d83;
    padding: 10px 0;
}

#section-description-1 {
    background-color: #2d5d83;
}

#section-description-2 {
    background-color: #25c5df;
}

#section-description-3 {
    background-color: #4f9bd9;
}

#section-description-4 {
    background-color: #2d5d83;
}

#section-image img {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#section-video iframe {
    padding: 20px 0px !important;
    height: 315px;
    width: 100%;
}

.download {
    color: white; /* 다운로드 텍스트 */
}

.count-total, .count-active {
    font-size: 46px; /* 통계 숫자 크기 */
    color: #ff2d55;  /* 통계 숫자 색상 */
    font-weight: bold;
}

.count-point-start {
    font-size: 20px;
    color: #d0d0d0; /* 지금까지, 현재 */
}

.count-point-end {
    font-size: 20px;
    color: #62BCD2; /* 안전을 지킴, 보호중 글 색상 */
}


.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* 보호자 페이지 */
#section-map {
    height: 90%;  /* LINE 196에서 margin-bottom 같이 수정 */
}

#section-map > #section-map-button {
    position: absolute;
    z-index: 10;
    top: 82%;
    left: 5%;
    width: 80%;
}

#section-map > #section-map-button > div {
    text-align: center;
}

#section-map > #section-map-button > div > button {
    margin-left: 2px;
    margin-right: 2px;
}

#map {
    position: inherit;
    height: 100%;
    width: 100%;
}

button.close {
    display: none;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    background: #42B0D0;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    width: 50%;
    padding-top: 10%;
    horiz-align: center;
    /*vertical-align: middle;*/
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#marker_content{
    color: darkred;
    text-align: left;
    font-size: 15px;
}

#marker_content_body{
    padding-top: 6px;
    color: brown;
    text-align: left;
    font-size: 12px;
}

/* 악세서리 아이콘의 사이즈 */
.acc-image-icon {
    width: 90px;       /* 아이콘 크기(비율에 다라 height이 바뀌기 때문에 width만 바꿔도 됩니다~) */
    margin-left: 10px;
    margin-right: 10px;
}