/* custom css. refix bootstrap for chicgallers */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(./v3/NanumGothic-Bold.eot);
    src: url(./v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(./v3/NanumGothic-Bold.woff) format('woff'), url(./v3/NanumGothic-Bold.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(./v3/NanumGothic-Regular.eot);
    src: url(./v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(./v3/NanumGothic-Regular.woff) format('woff'), url(./v3/NanumGothic-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 300;
    src: url(./v3/NanumGothic-Light.eot);
    src: url(./v3/NanumGothic-Light.eot?#iefix) format('embedded-opentype'), url(./v3/NanumGothic-Light.woff) format('woff'), url(./v3/NanumGothic-Light.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url(./v3/NanumGothic-ExtraBold.eot);
    src: url(./v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(./v3/NanumGothic-ExtraBold.woff) format('woff'), url(./v3/NanumGothic-ExtraBold.ttf) format('truetype');
    font-display: swap;
}

/* FONT */
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('./font/NanumBarunGothic.eot');
    src: url('./font/NanumBarunGothic.eot') format('embedded-opentype'),
        url('./font/NanumBarunGothic.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'NanumBarunGothicBold';
    src: url('./font/NanumBarunGothicBold.eot');
    src: url('./font/NanumBarunGothicBold.eot') format('embedded-opentype'),
        url('./font/NanumBarunGothicBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareEB';
    src: url('./font/NanumSquareEB.eot');
    src: url('./font/NanumSquareEB.eot') format('embedded-opentype'),
        url('./font/NanumSquareEB.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareB';
    src: url('./font/NanumSquareB.eot');
    src: url('./font/NanumSquareB.eot') format('embedded-opentype'),
        url('./font/NanumSquareB.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareR';
    src: url('./font/NanumSquareR.eot');
    src: url('./font/NanumSquareR.eot') format('embedded-opentype'),
        url('./font/NanumSquareR.woff') format('woff');
    font-display: swap;
}

body,html {
	background: #fff;
	margin: 0;
	font-family: 'NanumBarunGothic', sans-serif;
	font-size: 13px;
	color: #808080;
	text-rendering: optimizeLegibility;
}

h1 {
    font-family: 'NanumSquareEB', sans-serif;
}

h2,
h3,
h4 {
    font-family: 'NanumSquareB', sans-serif;
}

.hero-unit {
    background-color: #003366;
    margin-top: 60px;
    margin-bottom: 15px;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.hero-unit p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
}

h1 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 36px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'NanumSquareB', sans-serif;
	color: #404040;
}

.nav {
    margin: 0;
    padding: 0;
}

.navbar-inverse {
    background-color: #003366;
    box-shadow: 0px 0px 5px rgb(153, 153, 153);
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " ";
}

.tabbable:after {
    clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}


.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.table > tbody > tr {
    background-color: white;
}

.table tr:hover {
    cursor: pointer;
    background-color: skyblue;
}

.centertable td {
    text-align: center;
}

#footer2 {
    height: 17px;
    margin-top: 20px;
    background-color: #003366;
}

#footer2 p {
    color: white;
    text-align: center;
}

#smug_loadtime {
    width: 100%;
    height: 120px;
    padding: 20px;
    text-align: center;
    background-color: #003366;
    color: white;
    border-radius: 6px;
}

#smug_stat {
    font-size: 15pt;
}

#bastard_info {
    width: 100%;
    text-align: center;
}

#bastard_info legend {
    text-align: center;
    padding: 10px;
}

.hero-unit h1 a {
    color: #C0C0C0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.hero-uni h1:hover {
    color: #333333;
}

a {
    color: #003366;
}

a:hover {
    color: #333333;
}

.navdrop_01,
.navdrop_02,
.navdrop_03,
.navdrop_04,
.navdrop_05 {
    display: none;
}

#horn_radius {
    background: #EAEAEA;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    '

}

.ad_if_width_over {
    display: none;
}

.ad_right {
    text-align: center;
    position: fixed;
    top: 20%;
    right: 0;
    display: none;
}



@media (min-width: 1450px) {
    .ad_if_width_over {
        display: block;
    }
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #000;
}

.join_menu {
    background: #003366;
    display: inline-block;
    text-align: center;
    width: 100px;
    color: white;
    padding: 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.alert {}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.milestone_on_media {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    z-index: 10000;
}

.chat_on_media {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 10000;
}

@media (min-width:880px) {
    .ad_right {
        display: block;
    }
}

#notify-div {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 100px;
    left: 40px;
}

#way-div {
    display: none;
    z-index: 10000;
    position: fixed;
    bottom: 80px;
    right: 40px;
}
#chatframe
{
    width: 250px;
}
@media (max-width: 1000px) {
    #chatframe {
        display: none;
    }

    .milestone_on_media {
        display: block;
    }

    .chat_on_media {
        display: block;
    }

    .ad_right {
        display: none;
    }

    .navbar-brand {
        display: none;
    }
}

.navbar-brand img {
  width: 150px;
  height: 40px;
}

#footer_logo {
  width: 150px;
  height: 50px;
}

.dropdown-menu2 {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 10px;
  display: none;
}

.dropdown-menu2 > li:hover {
  background-color: white;

}
.dropdown-menu2 > li >a:hover
{
  color: black;
}
.dropdown-menu2 > li >a
{
  display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
}


@media (max-width: 767px) {

  .dropdown-menu2 {
    display: block;
  }
    .navbar-brand {
        display: block;
    }

    #notify-div {
        display: none;
        width: 100%;
        top: 100px;
        left: 0;
        position: fixed;
        word-wrap: break-word;
    }

    #way-div {
        width: 100%;
        display: none;
        z-index: 10000;
        position: fixed;
        bottom: 80px;
        right: 0px;
        word-wrap: break-word;
    }
}

.affix {
    top: 80px;
}

table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

thead th,
tbody .bar {
    background-color: #003366;
    text-align: center;
    color: white;
}

tbody .bar {
    padding-top: 10px;
    padding-bottom: 10px;
}

tbody td {
    color: black;
}

tbody tr .error {
    background-color: red;
}

tr th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

tr th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tripleDivide th {
    width: 33%;
}

input[type=text],
input[type=password],
textarea,
select,
.uneditable-input {
    display: inline-block;
    width: 210px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    height: 25px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=text],
input[type=password],
select,
textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover {
        background: black;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}



#tile-color_sim {
    width: 100%
}

#tile-color_sim div.main {
    width: 100%
}


#tile-color_sim div.simulator input.name {
    font-size: 24px;
    padding: 3px;
    text-align: center;
    color: #999;
    margin-bottom: 30px
}

#tile-color_sim div.simulator input.name:focus {
    color: #000
}

#tile-color_sim div.simulator div.preview {
    width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 3px;
    color: #fff
}

#tile-color_sim div.simulator div.preview .html {
    width: 120px;
    height: 111px;
    line-height: 111px;
    color: #000;
}

#tile-color_sim div.simulator div.preview .nameBlack,
#tile-color_sim div.simulator div.preview .char {
    background: black;
    position: absolute;
    top: 3px;
    color: #fff;
    height: 55px;
    width: 189px;
    text-align: center;
}

#tile-color_sim div.simulator div.preview .nameBlack {
    left: 124px;
    line-height: 55px;
}

#tile-color_sim div.simulator div.preview .char {
    left: 314px;
    background: white;
    no-repeat;
    color: #000
}

#tile-color_sim div.simulator div.preview .char .charColor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 55px;
    width: 189px;
    background: #fff;
    opacity: 0.59;
    filter: alpha(opacity=59)
}

#tile-color_sim div.simulator div.preview .char img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#tile-color_sim div.simulator div.preview .char .msg {
    position: absolute;
    top: 13px;
    left: 55px;
    z-index: 3
}

#tile-color_sim div.simulator div.preview .char .names {
    position: absolute;
    top: 0;
    left: 50px;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
    z-index: 3;
    font-size: 11px
}

#tile-color_sim div.simulator div.preview .field,
#tile-color_sim div.simulator div.preview .chat {

    position: absolute;
    top: 59px;
    height: 55px;
    width: 189px;
    text-align: center;
}

#tile-color_sim div.simulator div.preview .field {
    left: 124px;
    line-height: 55px;
    background: url("../images/grass.jpg") no-repeat;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000
}

#tile-color_sim div.simulator div.preview .chat {
    left: 314px;
    background: url("../images/grass2.jpg") no-repeat;
    font-size: 11px
}

#tile-color_sim div.simulator div.preview .chat div {
    position: absolute;
    bottom: 20px;
    left: 33px
}

.blink_me {
    color: #CF1414;
    font-weight: bold;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.auth_step_go {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

::-moz-selection {
    background: #d91e76;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #d91e76;
    color: #fff;
    text-shadow: none;
}

@media screen and (max-width: 600px) {

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        border: 0;
    }

    table.table thead {
        display: none;
    }

    table.table tbody td {
        display: block;
        padding: .6rem;
    }

    table.table tbody td:before {
        content: attr(data-th);
        display: inline-block;
        width: 6rem;
        font-weight: bold;
        float: left;
    }

    table.table tbody [data-hd=''] {
        background-color: #EAEAEA;
    }

    table.table tbody [data-th='쪽'] {
        display: none;
    }

    table.table tbody [data-th='접'] {
        display: none;
    }

    .responseTableContent {
        float: left;
        margin-top: -5px;
        padding-left: 6rem;
        display: inline-block;
        margin-bottom: 20px;
    }
}

.mob-recommend {
    background-color: white;
    color: #000;
    display: block;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    height: 52px;
    display: none;
}

div#chatImgbutton {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

input#chatImg {
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;

    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}

.wrdLatest > td {
    word-break: break-all;
}

/* Preload images */
body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.viewdetail {
    border-bottom: dashed 1px #000;
}

.colorboxWrapper {
    text-align: center;
    margin-right: 3px;
    width: 130px;
    height: 100px;
    float: left;
    margin-bottom: 70px;
}

.colorboxWrapperNM {
    text-align: center;
    margin-right: 3px;
    width: 130px;
    height: 100px;
    float: left;
}

.colorbox {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #000;
    cursor: pointer;
}

.colorboxM {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #000;
    cursor: pointer;
}

.colorboxM span {
    display: block;
    text-align: center;
    padding-top: 20px;
}

.colorboxL {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #000;
}

.colorboxL span {
    display: block;
    text-align: center;
    padding-top: 50px;
}

.colorboxWrapperF {
    margin-top: 10px;
    text-align: center;
    margin-right: 3px;
    width: 100px;
    height: 80px;
    float: left;
}

@media screen and (max-width: 420px) {
    .colorboxWrapper {
        width: 105px;
    }

    .colorboxWrapperF {
        width: 90px;
    }
}

.chic_power_bar {
    background-color: white;
    text-align: center;
    cursor: pointer;
    height: 30px;
    font-family: 'NanumSquareEB', sans-serif;
    font-size: 22px;
    letter-spacing: -0.04em;
}

@media screen and (max-width: 420px) {
    .chic_power_bar {
        height: 25px;
        font-size: 13px;
    }
}

@media screen and (min-width: 992px) {
    u-chat {
        width: 230px !important;
    }
}

.comm_new_icon {
  width: 10px;
  height: 10px;
}


.horn_date_btn {
    padding: 4px 8px;
}

.font-bold {
    font-weight: bold;
}

.font-color-white {
    color: white;
}

.font-color-black {
    color: black;
}

.bg-yellow {
    background: yellow;
}

.bg-green {
    background: green;
}

.bg-blue {
    background: blue;
}

.horn-nick-detail-bg {
    background: white;
}

.horn-nick-detail-con {
    width: 100%;
    background-color: rgb(0, 51, 102);
    color: white;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 13pt;
}

@-webkit-keyframes invalid {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-moz-keyframes invalid {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@-o-keyframes invalid {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

@keyframes invalid {
    from {
        background-color: red;
    }

    to {
        background-color: inherit;
    }
}

.invalid {
    -webkit-animation: invalid 1s infinite;
    /* Safari 4+ */
    -moz-animation: invalid 1s infinite;
    /* Fx 5+ */
    -o-animation: invalid 1s infinite;
    /* Opera 12+ */
    animation: invalid 1s infinite;
    /* IE 10+ */
}

#ajax_indicator {
    display: none;
}

#ajax_indicator p {
    text-align: center;
    padding: 16px 0 0 0;
    left: 50%;
    top: 50%;
    position: absolute;
}

.openContent {
    display: block;
}

.closeContent {
    display: none;
}

.bg-danger2 {
    background-color: #c0c0c0;
}

.bg-warning2 {
    background-color: #d9534f;
}

.bg-lastChannel {
    color: #FFF;
    background-color: #444;
}

.raid-time-div {
    max-width: 346px;
    height: 255px;
    z-index: 10000;
    position: fixed;
    top: 80px;
    left: 40px;
    background-color: white;
    border: 1px solid #000;
    cursor: move;
}

.raid_multiview {
    z-index: 10000;
    width: 390px;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: white;
    border: 1px solid #000;
    border-radius: 4px;
}

.raid_multiview h4 {
    padding-top: 15px;
    padding-left: 30px;
}

.raid_multiview div {
    min-width: 420px;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.raid_multiview a {
    margin: 20px 30px 0 0;
    float: right;
    cursor: pointer;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.raid_multiview a i,
.raid_multiview a i:hover {
    text-decoration: none;
    color: #000;
}

.raid_multiview img {
    cursor: pointer;
}

.raid-time-div .btn {
    width: 25px;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid #000;
}

.raid-time-sub {
    border-top: 1px solid #333;
    border-bottom: 1px dashed #333;
    height: 28px;
    margin-bottom: 12px;
    padding-top: 5px;
    word-break: break-all;
    text-indent: 7px;
    font-family: 'NanumSquareB', sans-serif;
}

.raid-time-sub span:first-child {
    color: #d9534f;
    font-weight: bold;
}

.red_highlight_border {
    border: 4px solid #d9534f;
}

.raid-guide {
    font-size: 7pt;
    display: block;
    vertical-align: middle;
}

.raid-guide span {
    font-size: 7pt;
    margin: 6px 10px 2px 5px;
}

.raid-guide-icon {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #c0c0c0;
    color: #333;
    display: inline-block;
    text-align: center;
}

.raid_own {
    color: lime;
    position: absolute;
    top: 0;
    right: 0;
}

.active_raid_status {
  font-family: 'NanumSquareB', sans-serif;
}

.rgi-W {
    background-color: #333;
    color: white;
}

.rgi-B {
    background-color: #428bca;
    color: #428bca;
}

.rgi-R {
    background-color: #d9534f;
    color: #d9534f;
}

.curPointer {
    cursor: pointer;
}

.label-btn {
    font-size: 100%;
}

.music-small-icon {
    width: 42px;
    height: 42px
}

.musicResult-name {
    font-family: 'NanumSquareR', sans-serif;
    font-size: 11pt;
    color: #fff;
    width: 70%;
    text-align: left;
    letter-spacing: -0.05em;
}

.musicResult-dots {
    font-family: 'NanumSquareR', sans-serif;
    font-size: 11pt;
    color: #fff;
    width: 30%;
    text-align: center;
}

.musicResult-digit {
    font-family: 'NanumSquareR', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #3ED9B7;
    width: 50%;
    text-align: right;
}

.col-music {
    display: block;
    margin-top: 10px;
}

.row-music {
    width: 100%;
    margin-bottom: 20px;
}

.col-sub-music {
    width: 202px;
    height: auto;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

.col-sub-music select {
    width: 100%;
}

.col-sub-music input {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.col-sub-music p {
    line-height: 25px;
}

.musicwrap {
    min-height: 100px;
}

.musicbtn {
    width: 50%;
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
}

.musictxt {
    width: 50%;
    margin: 0 0 10px -5px;
    padding: 0;
    float: left;
}

.musicResult-col {
    display: inline-block;
    width: 200px;
    margin: 0 10px 13px 10px;
}

.musictab_img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.musicResult {
    background-color: #333;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
}

.musicTitle {
    background-color: #003366;
    border-radius: 5px 5px 0 0;
    padding-left: 10px;
}

.musicTitle h4 {
    color: #fff;
    padding: 6px 0;
    font-size: 13pt;
}

@media screen and (max-width: 800px) {
    .col-md-9 {
        margin: 0 10px;
    }
}

@media screen and (max-width: 770px) and (min-width: 706px) {}

@media screen and (max-width: 705px) and (min-width: 483px) {
    .musicResult {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media screen and (max-width: 570px) {
    .musictab_img {
        margin-right: 0;
        width: 30px;
        height: 30px;
    }

    .musictab_span {
        display: none;
    }
}

@media screen and (max-width: 705px) {
    .musictxt {
        width: 100%;
    }

    .musicbtn {
        width: 100%;
    }
}

.music_result_headliner {
    color: #fff;
    font-size: 13pt;
    display: block;
    text-align: left;
    border-bottom: 1px solid #444;
    padding: 8px 0;
    margin-top: 10px;
}

.musicSkillTabs a {
    opacity: 0.4;
}

.musicSkillTabs li.active a {
    opacity: 1;
}

.music-addbtn {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    float: right;
    margin-left: 5px;
    color: #fff;
    background-color: #3ED9B7;
    border-radius: 5px;
    font-family: 'NanumSquareEB', sans-serif;
    padding-left: 1px;
    border: 1px solid #3bccab;
}

.music-delbtn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    border-radius: 50%;
    font-family: 'NanumSquareEB', sans-serif;
    vertical-align: middle;
    line-height: 11pt;
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
}

select.musicSelect1 {
    width: 160px;
    float: right;
    clear: both;
}

select.musicSelect2 {
    width: 90px;
    float: right;
    margin-right: 5px;
}

input.musicInput1 {
    width: 80px;
    height: 25px;
    border-radius: 5px;
    padding: 0 5px;
    border: 1px solid #ccc;
    float: right;
    margin-right: 0;
}

input.musicInput2 {
    width: 35px;
    height: 25px;
    padding: 0 3px;
    border-radius: 5px;
    border: 1px solid #ccc;
    float: right;
    margin: 0;
}

.musicSelectlist {
    width: 100%;
    height: auto;
    display: block;
    padding: 8px 0;
}

.musicSelectlist p {
    margin: 0;
    display: block;
    text-indent: 42px;
}

h4.modal-title {
    font-family: 'NanumSquareEB', sans-serif;
}

.music-modal-ico a img {
    width: 42px;
    height: 42px;
    margin: 0 7px 0 0;
}

@media (min-width: 768px) {
    .music-modal {
        width: 470px !important;
    }
}

/* U-chat CSS 시작 */

.chat-ico {
    font-family: 'NanumBarunGothic', sans-serif !important;
    padding: 2px 5px;
    background-color: #003366;
    border: 1px solid #003366;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0 !important;
    line-height: 20px;
    font-size: 11px;
}

.chat-ico-off {
    font-family: 'NanumBarunGothic', sans-serif !important;
    padding: 2px 5px;
    background-color: #fff;
    border: 1px solid #003366;
    color: #003366;
    border-radius: 5px;
    line-height: 20px;
    font-size: 11px;
}

.chat-ico:hover,
.chat-ico-off:hover {
    text-decoration: none;
    color: #fff;
}

.chatOff,
.raidChatOn,
.soundOff {
    background-color: #fff;
    border: 1px solid #003366;
    color: #003366;
}

.chatOn,
.raidChatOff,
.soundOn{
    background-color: #003366;
    border: 1px solid #003366;
    color: #fff;
}

.chatOff:hover,
.raidChatOn:hover,
.soundOff:hover {
    text-decoration: none;
    color: #003366 !important;
}

.chatOn:hover,
.raidChatOff:hover;
.soundOn:hover {
    text-decoration: none;
    color: #fff !important;
}

.tooltip-inner {
    font-family: 'NanumBarunGothic', sans-serif;
}

/* U-chat CSS 끝 */

/* 은행한도 CSS 시작 */

.bank-row {
    background-color: #fff;
    box-shadow: 0 2px 10px #ddd;
    border-radius: 10px;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

.bank-title {
    background-color: #003366;
    border-radius: 5px 5px 0 0;
    padding: 1px 20px;
}

.bank-title h4 {
    color: #fff;
    padding: 6px 0;
    font-size: 13pt;
}

.bank-col {
    display: inline-block;
    width: 280px;
    padding: 5px 20px;
    vertical-align: top;
    margin: 10px 0 10px 0;
    text-align: left;
}

.bank-col h5 {
    font-weight: 500;
}

.bank-col span {
    font-size: 13pt;
    font-family: 'NanumSquareB', sans-serif;
}

.bank-col p {
    margin: 7px 0 0 0;
    color: #aaa;
}
input.bank-input1 {
    width: 100px;
    height: 30px;
    font-size: 13pt;
    font-family: 'NanumSquareB', sans-serif;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

input.bank-input2 {
    width: 200px;
    height: 30px;
    font-size: 13pt;
    font-family: 'NanumSquareB', sans-serif;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.bank-result1 {
    width: 200px;
    height: 30px;
    font-size: 13pt;
    font-family: 'NanumSquareB', sans-serif;
    padding: 3px 0;
    border-bottom: 1px solid #aaa;
}

/* 은행한도 CSS 끝 */

/* 특별조 CSS 시작 */

.mk-active {
    border: 1.2px solid #ddd;
    border-bottom-color: #fff;
    border-radius: 4px 4px 0 0;
    cursor: default;
    margin-right: 5px;
}

.mk-active a {
    color: #333;
    font-family: NanumSquareB, sans-serif;
}

.knight-col {
    display: inline-block;
    width: 172px;
    margin: 20px 25px 20px 0;
    vertical-align: top;
}

.knight-col:last-child {
    margin-right: 0;
}

.knight-col a {
    text-decoration: none !important;
}

.knight-col h3 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.nametag-no {
    display: inline-block;
    padding: 3px 5px 2px 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #333;
    line-height: 15px;
    margin-left: 2px;
    font-family: NanumSquareR, sans-serif;
}

.nametag-yes {
    display: inline-block;
    padding: 3px 5px 2px 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #3ed9b7;
    line-height: 15px;
    margin-left: 2px;
    font-family: NanumSquareR, sans-serif;
}

.listknight {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 56px;
    border: solid 2px #000;
}

.knight-keyword-wrap {
    margin-top: 10px;
}

.knight-keyword {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    background-color: #fff;
}

.knight-tb-head {
    border: none;
    background-color: #036;
    text-align: center;
}

.knight-tb-head td {
    color: #fff;
    padding: 7px 0 5px 0;
}

.knight-tb-list {
    border: none;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
}

.knight-tb-list:hover {
    background-color: #ddd;
}

.knight-active {
    background-color: #3ed9b7;
}


.knight-tb-list td {
    color: #333;
    padding: 7px 0 5px 0;
    border-bottom: 1px solid #ddd;
}

a .knight-viewall {
    width: 100%;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 3px 0;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    text-decoration: none;
}

a .knight-viewall:hover {
    color: #fff;
    background-color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    text-decoration: none;
}

table.knight-mg-b {
    margin-bottom: 25px;
}

span.knight-alert-979899 {
    font-size: 9pt;
    font-family: 'NanumSquareR', sans-serif;
}

.knight-savetime {
    color: #777;
    font-size: 9pt;
}

.knight-modify, .knight-delete, .knight-order {
    padding-bottom: 35px;
    display: block;
    margin-bottom: 15px;
}

.knight-modify input, .knight-delete input {
    width: 200px;
    height: 30px;
    margin: 5px 0;
    font-family: 'NanumBarunGothic', sans-serif;
    color: #333;
    float: left;
}

.knight-modify button,
.knight-delete button,
.knight-order button {
    float: right;
}

.knight-delete span {
    color: #d9534f;
    float: left;
}

.knight-order-label {
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: solid 2px #000;
    margin-right: 5px;
}

.knight-select {
    border: solid 2px #d9534f;
}

.knight-order-arrow {
    margin: 10px 0;
    display: block;
    text-align: left;
}

button.knight-arrow-left, .knight-arrow-right {
    padding: 4px 6px 1px 5px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    float: none;
}

.knight-alert-sp {
    font-size: 9pt;
    background-color: #d9534f;
    padding: 3px 10px 2px 10px;
    margin-top: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 172px;
    float: left !important;
}

.knight-alert-sp:hover {
    color: #fff;
    cursor: pointer;
}

.knight-lv-wrap {
    width: 172px;
}

.knight-lv {
    width: 35px;
}

.knight-highlight-tb {
    width: 19%;
    margin: 0 3px 6px 0;
    display: inline-table;
    border-collapse: collapse;
}

/* PC최대폭 _ 가로폭 847.5px _ 4열 */
@media screen and (min-width: 1200px) {
    .knight-col {
        width: 190px;
        margin: 20px 25px 20px 0;
    }
    .knight-lv-wrap {
        width: 190px;
    }
    .knight-alert-sp {
        width: 187px;
    }
    .knight-lv{
        width: 38px;
    }
}

/* PC~태블릿 _ 가로폭 697.5px _ 4열 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .knight-col {
        width: 165px;
        margin: 20px 9px 20px 0;
    }
    .knight-lv-wrap {
        width: 165px;
    }
    .knight-alert-sp {
        width: 161px;
    }
    .knight-lv{
        width: 33px;
    }
}

/* 태블릿 _ 가로폭 700px, 720px _ 4열 */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .knight-col {
        width: 165px;
        margin: 20px 10px 20px 0;
    }
    .knight-lv-wrap {
        width: 170px;
    }
    .knight-alert-sp {
        width: 165px;
    }
    .knight-lv{
        width: 34px;
    }
}

/* 모바일~태블릿 _ 가로폭 549~717px _ 3열 */
@media screen and (min-width: 600px) and (max-width: 767px) {
    .knight-col:nth-child(3) {
        margin-right: 0;
    }
    .knight-col {
        width: 31.5%;
        margin: 20px 2% 20px 0;
    }
    .knight-lv-wrap {
        width: 100%;
    }
    .knight-alert-sp {
        width: 98%;
    }
    .knight-lv{
        width: 20%;
    }
}

/* 모바일~태블릿 _ 가로폭 350~549px _ 2열 */
@media screen and (min-width: 430px) and (max-width: 599px) {
    .knight-col:nth-child(2) {
        margin-right: 0;
    }
    .knight-col {
        width: 45%;
        margin: 20px 6% 20px 0;
    }
    .knight-lv-wrap {
        width: 100%;
    }
    .knight-alert-sp {
        width: 98%;
    }
    .knight-lv{
        width: 20%;
    }
}

/* 모바일 _ 가로폭 379px 미만 _ 1열 */
@media screen and (max-width: 429px) {
    .knight-col {
        width: 70%;
        margin: 20px 15%;
    }
    .knight-lv-wrap {
        width: 100%;
    }
    .knight-alert-sp {
        width: 98%;
    }
    .knight-lv{
        width: 20%;
    }
}

/* 전체회차보기 modal */
@media screen and (min-width: 400px) and (max-width: 569px) {
    .knight-highlight-tb {
        width: 31%;
        margin: 0 1% 10px 0;
    }
}

@media screen and (max-width: 399px) {
    .knight-highlight-tb {
        width: 48%;
        margin: 0 1% 10px 0;
    }
}

.knight-highlight-wrap {
    width: 100%;
    display: block;
}

a.knight-highlight {
    color: #fff;
    background-color: #333;
    padding: 3px 10px 2px 10px;
    margin: 0 2px 2px 0;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

a.knight-highlight:hover {
    text-decoration: none;
}

.highlight-active {
    border: 0px solid #fff !important;
    background-color: #333 !important;
}

.knight-highlight-wrap a.red {
    background-color: #d9534f;
}

.knight-highlight-wrap a.orange {
    background-color: #ffb552;
}

.knight-highlight-wrap a.yellow {
    background-color: #ffdf0b;
}

.knight-highlight-wrap a.green {
    background-color: #85cd50;
}

.knight-highlight-wrap a.blue {
    background-color: #7cacce;
}

.knight-highlight-wrap a.purple {
    background-color: #9171fa;
}

a.knight-mem {
    padding: 3px 7px 1px 9px;
    background-color: #d9534f;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 9pt;
    float: right;
    position: inherit;
}

a.knight-mem:hover {
    text-decoration: none;
}

.tooltip {
    z-index: 99 !important;
}

/* 특별조 CSS 끝 */

/* 키홀퍼즐 CSS 시작 */

.puzzle h5 {
    text-align: center;
    font-size: 13pt;
}

.puzzle i {
    font-size: 25pt;
}

.puzzle-time {
    text-align: center;
    margin: 10px 0 -5px 0;
    color: #333;
}

.puzzle-remain {

}

.puzzle-remain h5 {
    color: #aaa;
}

.puzzle-box {
    background-color: #003366;
    box-shadow: 0 2px 10px #ddd;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
    border: 1px solid #f7f7f7;
}

.puzzle-box input {
    width: 70px;
    height: 30px;
    font-size: 13pt;
    font-family: 'NanumSquareB', sans-serif;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.puzzle-box span {
    font-size: 13pt;
    color: #fff;
}

.puzzle-gift {
    width: 100%;
    text-align: center;
}

.puzzle-gift h5 {
    color: #aaa;
}

.puzzle-num {
    font-size: 9pt;
    width: 34px;
    height: 22px;
    padding: 3px;
    border-radius: 20px;
    margin-right: 5px;
    background-color: #003366;
    display: inline-block;
    color: #fff;
    font-family: 'NanumSquareEB', sans-serif;
    vertical-align: top;
    text-align: center;
}

.puzzle-giftname {
    display: inline-block;
    font-size: 11pt;
    font-family: 'NanumBarunGothic', sans-serif;
    line-height: 20pt;
    font-weight: 500;
}

.puzzle-gifttxt {
    display: inline-block;
    text-indent: 44px;
}

.puzzle-gift-col {
    width: 300px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px #ddd;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    vertical-align: top;
    text-align: left;
}

.puzzle-gift-col hr {
    margin: 5px 0 10px 0;
}

.puzzle-ok {
    border: 2px solid #003366;
}

.puzzle-done {
    opacity: 0.5;
}

/* 키홀퍼즐 CSS 끝*/

/* OX퀴즈, 초성퀴즈 CSS 시작 */

.ox-modal {
    border: none !important;
    padding-left: 30px;
    padding-top: 20px;
}

.ox-modal input {
    margin-left: 5px;
    width: 90%;
}

.ox-table {
    border-spacing: 0px !important;
    border-collapse: inherit;
}

.ox-table tr:hover {
    background-color: #ccc;
}

.ox-btn {
}

/* OX퀴즈, 초성퀴즈 CSS 끝 */

/* 버튼 CSS 시작 */

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn.btn-skyblue.btn-outline {
    color: #52a8ec;
    background-color: #fff;
    border-color: #52a8ec;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover, {
    color: #fff;
}

.btn-skyblue.btn-outline:active {
    background-color: #52a8ec;
    color: #fff;
}

.btn.btn-skyblue:active {
    color: #fff;
}

.btn-skyblue:hover {
    color: #fff;
}

.btn-skyblue {
    background-color: #52a8ec;
    color: #fff;
}

.btnServBtn:focus {
    color: #fff;
}

/* 버튼 CSS 끝 */

/* 집결의 뿔피리 CSS 시작 */

#serverBtn_groups {
    margin: 10px ;
}

#serverBtn_groups .btnServBtn:last-child {
  margin-left: 0;
}

#my-tab-content .form-group > label {
     font-weight: 500;
 }

/* 집결의 뿔피리 CSS 끝 */
