@font-face {
    font-family: '나눔고딕';
    src: url("../fonts/NanumGothic.eot");
}
@font-face {
    font-family: '나눔고딕';
    src: url("../fonts/NanumGothic.woff");
}
html,
body {
    background-color: #565656;
}
body {

    color: #777;
    text-align: center;
    font-family: "굴림", "Gulim", "Arial";
    font-size: 13px;
    line-height: 1.8em;
}
a {
    color: #5994b3;
    text-decoration: none;
}
a:hover,
a:active {
    color: #fff;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: '나눔고딕';
	line-height:1.6em;
}
h1
{
    font-size: 2em;
	margin-bottom:20px;
}
h2 {
    font-size: 1.8em;
    color: #222;
	margin-bottom:30px;
}
h3{
    font-size: 1.3em;
    font-weight:400;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.1em;

}
.gap{
    height:40px;
    clear:both;
}
.gap_dot{
    height:40px;
    margin-bottom:40px;
    clear:both;
    border-bottom:1px dashed #dddddd;
}
/*badge*/
.badge-primary {
  background-color: #4f8edc;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  background-color: #2973cf;
}
.badge-success {
  background-color: #85c744;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  background-color: #6ca632;
}
.badge-info {
  background-color: #2bbce0;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  background-color: #1c9cbc;
}
.badge-warning {
  background-color: #f1c40f;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  background-color: #c29d0b;
}
.badge-danger {
  background-color: #e73c3c;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  background-color: #d61a1a;
}
/* alert*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ebf6e1;
  border-color: #b8df92;
  color: #527f26;
}
.alert-success hr {
  border-top-color: #abd97f;
}
.alert-success .alert-link {
  color: #39581a;
}
.alert-info {
  background-color: #e8f7fe;
  border-color: #cceaf5;
  color: #688bb4;
}
.alert-info hr {
  border-top-color: #6ed1ea;
}
.alert-info .alert-link {
  color: #0f5363;
}
.alert-warning {
  background-color: #fcf3d0;
  border-color: #f7dc6f;
  color: #927608;
}
.alert-warning hr {
  border-top-color: #f5d657;
}
.alert-warning .alert-link {
  color: #614f06;
}
.alert-danger {
  background-color: #fdf2f2;
  border-color: #f29797;
  color: #a81515;
}
.alert-danger hr {
  border-top-color: #ef8080;
}
.alert-danger .alert-link {
  color: #7b0f0f;
}
/*Data Preloader*/
#preloader {
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;

}
#status {
    position: fixed;
    z-index: 99999999;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/common/status.gif");
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -125px 0 0 -125px;

}
#status p {
    top: 60%;

}
#status em {
    font-size: 10px!important;
    display: block;
    font-style: normal;
}
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
    background: url("../images/pattern.gif");
    box-shadow: 0 -2px 10px rgba(0,0,0,.7);
}
.site-wrapper.on {
    margin-left: 274px;
}
.sub-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-with: 970px;
	width:970px;
}
/* Padding for spacing */
.inner {
    padding: 0 1em;
	text-align:justify;
}
#header {
    border-top: 4px solid #114c93;
}
#header h1 {
	width:960px;
	margin:0 auto;
	padding:20px 0;
	background:url(../images/w-date.png) 100% 0 no-repeat;
}
#footer {
    padding: 1em 0;
	font-size:12px;
	clear:both;
}
#footer .inner{
	text-align:center;	
}
#footer copy {
    color: #fff;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}
.hide {
    display: none;
}
.clr {
    clear: both;
}
.f_left {
    float: left !important;
}
.f_right {
    float: right !important;
}
.txt_align_l {
    text-align: left !important;
}
.txt_align_c {
    text-align: center !important;
}
.txt_align_r {
    text-align: right !important;
}
#mysider {
    width: 235px;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
	min-height:700px;
}
#mysider h1 {
    height: 195px;
}
#mysider ul.menu {
    padding: 0;
    margin: 0 auto;
    width: 170px;
    list-style: none;
    text-align: left;
}
#mysider ul.menu li a {
    display: block;
    line-height: 40px;
	height:40px;
	box-sizing:border-box;
    border-bottom: 1px solid #ededed;
    text-indent: -9999px;
    transition: 0.3s;
}
#mysider ul.menu li#s1 a {
    background: url("../images/s1.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s2 a {
    background: url("../images/s2.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s3 a {
    background: url("../images/s3.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s4 a {
    background: url("../images/s4.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s5 a {
    background: url("../images/s5.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s6 a {
    background: url("../images/s6.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s7 a {
    background: url("../images/s7.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s8 a {
    background: url("../images/s8.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s9 a {
    background: url("../images/s9.gif") 0 0 no-repeat;
}
#mysider ul.menu li#s10 a {
    background: url("../images/s10.gif") 0 0 no-repeat;
}
#mysider ul.menu li.on a,
#mysider ul.menu li a:hover {
    background-position: 0 -40px !important;
}
#mycontent {
    box-sizing: border-box;
    margin-left: 240px;
    min-height: 700px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.page-sidebar {
    background-image: url("../images/misc/menu-bg.png");
    background-repeat: repeat;
    background-size: 75px 75px;
    width: 274px;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    position: fixed;

}
.page-sidebar-scroll {
    z-index: 0;
    width: 294px;
    overflow: scroll;
    overflow-x: hidden;
    /* -webkit-overflow-scrolling: touch;*/
    height: 100%;

}
/*Content Controls*/

.sidebar-shortcuts {
    background-color: #1e1e1e;
    height: 50px;
    border-bottom: solid 1px #2a2a2a;
    overflow: hidden;
}
.sidebar-shortcuts a {
    width: 54px;
    opacity: 0.8;
    float: left;
    height: 54px;
    line-height: 50px;
    text-align: center;
    border-left: solid 1px #2a2a2a;
    color: #fff;
    font-size: 12px;
    transition: all 200ms ease;

}
.sidebar-shortcuts a:first-child {
    border-left: none!important;
}
.sidebar-shortcuts a:hover {
    background-color: rgba(255,255,255,0.05);
    transition: all 200ms ease;
    color: #fff;

}
.sidebar-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 160px;

}
.sidebar-breadcrumb {
    border-top: solid 1px rgba(255,255,255,0.05);
    border-bottom: solid 1px rgba(255,255,255,0.05);
    background-color: #1a1a1a;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-top: -1px;
    font-family: 'Roboto', sans-serif;
    color: #999;

}
.sidebar-decoration {
    height: 2px;
    background-color: rgba(0,0,0,0.15);
    border-bottom: solid 1px rgba(255,255,255,0.07);

}
/*Menu Item*/

.nav-item {
    height: 55px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.05);

}
.current .fa-circle {
    color: #2ecc71;

}
.nav-item i:first-child {
    position: absolute;
    left: 30px;
    font-size: 14px;
    margin-top: 21px;
    opacity: 0.6;

}
.nav-item .fa-link {
    font-size: 10px!important;
    margin-top: 22px!important;

}
.nav-item .fa-angle-up {
    font-size: 12px!important;
    margin-top: 23px!important;
    left: 238px!important;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all 200ms ease;

}
.active-submenu .fa-angle-up {
    -ms-transform: rotate(0deg)!important;
    /* IE 9 */
    -webkit-transform: rotate(0deg)!important;
    /* Chrome, Safari, Opera */
    transform: rotate(0deg)!important;
    transition: all 200ms ease;

}
.nav-item i:last-child {
    position: absolute;
    left: 240px;
    margin-top: 26px;
    font-size: 6px;
    opacity: 0.5;

}
.nav-item:hover {
    background-color: rgba(255,255,255,0.05);
}
.nav-submenu a:hover {
    background-color: rgba(255,255,255,0.05);
}
.nav-item {
    opacity: 0.9;
    background-position: 20px 15px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    color: #ccc;
    font-size: 12px;
    padding-left: 60px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    position: relative;
    text-align: left;

}
/*Submenu Item*/

.nav-submenu a:first-child {
    margin-top: -1px;
}
.nav-submenu a:last-child {
    border-bottom: solid 0 #000000!important;
}
.nav-submenu a {
    border-top: solid 1px rgba(255,255,255,0.05);
    border-bottom: solid 1px rgba(0,0,0,0.1);
    line-height: 55px;
    padding-left: 85px;
    color: rgba(255,255,255,0.4);
    font-size: 11px;
    text-decoration: none;
	display:block;
	position:relative;
}
.nav-submenu a i:first-child {
    position: absolute;
    margin-top: 23px;
    left: 60px;

}
.nav-submenu i:last-child {
    position: absolute;
    left: 240px;
    margin-top: 26px;
    font-size: 6px;
    opacity: 0.6;

}
.nav-submenu {
    display: none;
}
.active-submenu {
    display: block;
}
.page-sidebar a:hover{color:#fafafa !important;text-decoration:none !important;}
.homepage-top {
    margin-bottom: 50px;
}
.homepage-header {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
}
.homepage-header em,
.header em {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    line-height: 50px;
}
.homepage-header a:first-child,
.header a:first-child {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    z-index: 10;
    text-shadow: 0 1px 0 #000;
    border-right: solid 1px rgba(255,255,255,0.05);
    opacity: 0.8;
    transition: all 200ms ease;
}
.homepage-header a:hover,
.header a:first-child:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0.05);
    transition: all 200ms ease;

}
.homepage-header a:last-child,
.header a:last-child {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    z-index: 10;
    text-shadow: 0 1px 0 #000;
    border-left: solid 1px rgba(255,255,255,0.05);
    opacity: 0.8;
    transition: all 200ms ease;

}
.homepage-header a:hover,
.header a:hover {
    opacity: 1;
    background-color: rgba(255,255,255,0.05);
    transition: all 200ms ease;

}
.homepage-top .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;

}
.homepage-logo {
    margin-top: 90px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;

}

.puzzle_wrap {
    background: #fff;
    text-align: center;
}
#puzzle_box {
    width: 480px;
    height: 460px;
    margin: 0 auto;
    padding-left: 10px;
}
ul.puzzle {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.puzzle li {
    width: 47px;
    height: 47px;
    display: block;
    float: left;
    border: 1px solid #ffc8e1;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    position: relative;
}
ul.puzzle li.bg {
    background: #ffdaeb;
}
ul.puzzle li input {
    background: #ffdaeb;
    font-size: 16px;
    border: none;
    font-weight: bold;
    padding: 15px;
    z-index: 0;
}
ul.puzzle li span {
    position: absolute;
    font-family: arial;
    font-size: 12px;
    top: -1px;
    left: 3px;
    z-index: 1;
    color: #21b5df;
}
ul.puzzle li span b {
    color: #e4007f;
    font-weight: normal;
}
.block-puzzle{background:#f5fbfe;border-top:1px dashed #c6eafe;padding-top:10px;padding-bottom:30px;}
.block-puzzle .badge{background:#1da4ef;}
.block-gray {background: #fafafa; border-top: 1px solid #ededed; padding-top: 20px; padding-bottom: 30px;}
.block-info{background:#f5fbfe;border-top:1px dashed #c6eafe;padding-top:10px;padding-bottom:30px;}
.block-app {background: #e2e6f0;padding-top: 20px; padding-bottom: 30px;text-align:center;margin-top:-20px;}
#backtotop {
    background: #000 url("../images/common/sprite.png") 10px -55px no-repeat;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    height: 40px;
    position: fixed;
    right: 0;
    margin-right: 10px;
    width: 50px;
    opacity: 0.3;
    transition: 0.3s;
}
#backtotop:hover {
    background-color: #000;
    opacity: 1;
}
.tbl {
    border: 1px solid #ffdcec;
    background: #fff3f9;
    margin: auto;
    box-sizing: border-box;
    clear: both;
    margin: 8px auto;
}
.tbl th,
.tbl td {
    padding: 2px 5px;
}
.tbl input[type=text] {
    border: 1px solid #ffdcec;
    color: #444;
}
#puzzle_f form {
    margin: 0;
    padding: 0;
}
#puzzle_f fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
#puzzle_f legend {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}
#puzzle_f .item {
    position: relative;
}
#puzzle_f .i_label {
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
    color: #999 !important;
    z-index: 1;
}
#puzzle_f .i_text {
    display: block;
    position: relative;
    font-weight: bold;
    margin: 0;
    z-index: 0;

}
img.img-responsive{margin-bottom:10px;}
img.img-bordered{border:3px solid #fff;box-shadow:1px 1px 4px rgba(0,0,0,.2);}
img.img-rounded{border-radius:.6em;overflow:hidden;}
img.img-signed-right{margin-left:10px;vertical-align:bottom;}
img.img-signed-left{margin-right:10px;vertical-align:bottom;}
@media only screen and (min-width: 100px) {
    .header,
    .footer,
    .sub-container {
        width: 100%;
    }
    .homepage-top {
        display: block;
    }
    #mysider {
        display: none;
    }
    #mycontent {
        margin-left: 0;
    }
    #header {
        display: none;
    }
	.inner{padding-left:10px;padding-right:10px;}

}
@media only screen and (min-width: 768px) {
    .header,
    .footer,
    .sub-container {
        width: 740px;
    }
    #header {
        display: none;
    }
	.inner{padding-left:15px;padding-right:15px;}

}
@media only screen and (min-width: 990px) {
    .header,
    .footer,
    .sub-container {
        width: 970px;
    }
    .homepage-top {
        display: none;
    }
    #mysider {
        display: block;
    }
    #mycontent {
        margin-left: 240px;
    }
    #header {
        display: block;
    }
	.inner{padding-left:25px;padding-right:25px;}
}





<!-- mr.lee -->
.col_1 {color:#00aba5;}
.col_2 {color:#008782;}
.col_3 {color:#9d008c;}



.col_4 {color:#510056;}
.col_5 {color:#510056;}








