/* public css */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
    font-family: "Noto Sans KR", "Nanum Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.modal-open {
    position: relative;
}

.selected {
    border: 2px solid #609AFA !important;
}

.clickable {
    cursor: pointer;
}

.pull-center {
    text-align: center;
}

.primary-color {
    color: #609AFA;
}

.primary-bold {
    color: #2789F9;
}

.primary-background {
    background-color: #609AFA;
}

.jumbotron {
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}

div[id^=page_] h1,
h3,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: normal;
}


/* page_header*/

#page_header.jumbotron {
    padding-bottom: 0;
    padding-left: 0;
}

#page_header div.container:nth-of-type(2) {
    padding-left: 0;
    padding-right: 15px;
}

#page_header img {
    width: 100%;
}


/* #page_button */

#page_button {
    position: fixed;
    z-index: 1040;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #609AFA;
    border-bottom: 1px solid #7F7F7F;
    text-align: center;
}

#page_button.jumbotron {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #AAC9FC;
}

#page_button .container > div[class^=col-]:first-child {
    border-right: 1px solid #609AFA;
}

#page_button div[class^=col-] {
    padding: 0px;
    margin: 0px;
    line-height: normal
}

#page_button div[class^=col]:nth-of-type(2) a,
#page_button div[class^=col]:nth-of-type(2) a:hover,
#page_button div[class^=col]:nth-of-type(2) a:visited,
#page_button div[class^=col]:nth-of-type(2) a:active {
    text-decoration: none;
    color: #333333;
}

#page_button div[class^=col-] span {
    color: #777572;
}


/* modal*/

div.modal .modal-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #609AFA;
}

div.modal .modal-content > .modal-header {
    border-bottom: 2px solid #609AFA;
}

div.modal .modal-content > .modal-body {
    border-top: 1px solid #333333;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.modal .modal-content > .modal-body input,
div.modal .modal-content > .modal-body span,
div.modal .modal-content > .modal-body div.form-group:nth-of-type(4) select.form-control {
    -webkit-appearance: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

div.modal .modal-content > .jumbotron {
    background-color: #fff;
    text-align: left;
}

div.modal .modal-content > .modal-body div#agree.jumbotron {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #609AFA;
    padding: 10px;
}

div.modal .modal-content > .modal-body div.form-group:nth-of-type(4) {
    display: inline-block;
    width: 100%;
}

div.modal .modal-content > .modal-body div.form-group:nth-of-type(4) div[class^=col-] {
    padding: 0;
}

div.modal .modal-footer {
    border-top: 2px solid #609AFA;
    color: inherit;
}

div.modal .modal-footer h4 {
    text-align: center;
}


/* #page_compare */

#page_compare {
    background-color: #fff;
    padding-bottom: 0;
}

#page_compare h3 {
    margin-bottom: 15px;
}

#page_compare div[class^=col-] table th:first-child {
    text-align: right;
}

#page_compare div[class^=col-] table thead tr th,
#page_compare div[class^=col-] table tbody tr td {
    text-align: center;
}

#page_compare div[class^=col-] {
    padding: 0;
}

#page_compare div[class^=col-] thead tr th:last-of-type {
    border: 1px solid #609AFA;
    border-bottom: 2px solid #609AFA;
}

#page_compare div[class^=col-] tbody tr td:last-of-type {
    border-left: 1px solid #609AFA;
    border-right: 1px solid #609AFA;
    border-bottom: 1px solid #609AFA;
    background-color: #bfd6fd;
}

#page_compare #alert {
    margin: 0;
}


/* #page_concept */

#page_concept {
    border-top: 1px solid #7F7F7F;
}

#page_concept h3 {
    margin-bottom: 15px;
}


/* #page_media */

#page_media {
    background-color: #fff;
    border-top: 1px solid #7F7F7F;
}

#page_media h3 {
    margin-bottom: 15px;
}

#page_media #media_main {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 2px solid #609AFA;
}

#page_media img {
    width: 100%;
    position: relative;
    border: 1px solid #7F7F7F;
    margin-bottom: 15px;
}

#page_media i#play {
    font-size: 8rem;
    margin: auto;
    position: absolute;
    top: calc(50% - 4rem);
    left: calc(50% - 4rem);
    z-index: 1;
    color: #609AFA;
    text-shadow: 0 0 20px black, 0 0 0 black;
}

#page_media .panel-group .panel,
#page_media .panel-group .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#page_media .panel-group .panel {
    border-top: 2px solid #7F7F7F;
}

#page_media .panel-group .panel-heading {
    /*    background-color: #eeeeee;*/
    background-color: #fff;
    background-image: none !important;
}

#page_media .panel a,
#page_media .panel a:hover {
    color: inherit;
    text-decoration: none;
}

#page_media .hash-tag {
    text-align: right;
    font-style: italic;
}

#page_media .hash-tag li:first-child,
#page_media .hash-tag li:nth-child(2) {
    color: #333333;
}


/* #page_character */

#page_character {
    border-top: 1px solid #7F7F7F;
    border-bottom: 1px solid #7F7F7F;
}

#page_character h3 {
    margin-bottom: 15px;
}

#page_character div[class^=col-] {
    padding: 0;
}

#page_character .panel,
#page_character .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#page_character .panel-heading {
    background-color: #fff;
    background-image: none !important;
}

#page_character div[class^=col-]:nth-of-type(1) .panel {
    border-top: 2px solid #5282BC;
}

#page_character div[class^=col-]:nth-of-type(2) .panel {
    border-top: 2px solid #8066A1;
}

#page_character div[class^=col-]:nth-of-type(3) .panel {
    border-top: 2px solid #FD3D89;
}

#page_character div[class^=col-]:nth-of-type(4) .panel {
    border-top: 2px solid #F6964F;
}

#page_character div[class^=col-]:nth-of-type(1) h4.panel-title > span > span {
    border-bottom: 2px solid #5282BC;
}

#page_character div[class^=col-]:nth-of-type(2) h4.panel-title > span > span {
    border-bottom: 2px solid #8066A1;
}

#page_character div[class^=col-]:nth-of-type(3) h4.panel-title > span > span {
    border-bottom: 2px solid #FD3D89;
}

#page_character div[class^=col-]:nth-of-type(4) h4.panel-title > span > span {
    border-bottom: 2px solid #F6964F;
}


/* #page_report */

#page_report {
    background-color: #fff;
}

#page_report h3 {
    margin-bottom: 15px;
}

#page_report img {
    width: 100%;
    margin: 15px 0px;
}

#page_report ul {
    padding: 0;
}

#page_report li.list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eeeeee;
    position: inherit !important;
}

#page_report li a,
#page_report li a:hover {
    color: inherit;
    text-decoration: none;
}


/* #page_report #details*/

#page_report #details {
    display: inline-block;
}

#page_report #details div[class^=col-] {
    padding-right: 0;
    padding-left: 0;
}

#page_report #details .panel,
#page_report #details .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#page_report #details .panel-heading {
    background-color: #fff;
    background-image: none !important;
    padding: 0px;
}

#page_report #details div[class^=col-] .panel .panel-heading {
    border: none;
    /*border-left: 2px solid #609AFA;*/
}

#page_report #details div[class^=col-] .panel,
#page_report #details div[class^=col-] .panel .panel-collapse {
    border: none;
    box-shadow: none;
}

#page_report #details div[class^=col-] .panel .panel-body {
    padding: 0;
}

#page_report #details div[class^=col-] .panel .panel-body > img {}


/* #page_footer */

#page_footer {
    background-color: #333333;
    border-top: 1px solid #7F7F7F;
    color: #fff;
    padding-bottom: 91px;
}

#page_footer div[class^=col-] > span {
    text-decoration: none;
    color: #609AFA;
}

#page_footer div[class^=col-] a,
#page_footer div[class^=col-] a:hover{
    text-decoration: none;
    color: #8C8C8C;
}



/* media query */

@media all and (min-width: 599px) {
    .container {
        /*width: 1004px;*/
        width: 768px;
    }
}

@media screen and (max-width: 1920px) {
    body.modal-open {
        position: fixed;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        min-height: 92px;
    }
}
