@charset "utf-8";

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font {
    margin: 0;
    padding: 0;
    border: none 0;
}
img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
    border: none 0;
}
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none 0;
}
body {
    font-size: 12px;
    font-family: gulim, tahoma;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    text-align: left
}
img, fieldset, iframe {
    border: 0 none
}
table {
    border-collapse: collapse;
    font-size: 12px;
    letter-spacing: 0.01em;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}
textarea {
    overflow: auto;
    font-family: Dotum
}
select, input, img, li {
    vertical-align: middle;
    text-align: left;
    font-size: 12px
}
address, caption, cite, code, dfn, em, th, var, ins, i {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
ul, li, ol {
    list-style-type: none
}
legend, caption {
    display: none
}
hr {
    border-collapse: collapse;
    display: none
}
a, button {
    text-decoration: none;
    cursor: pointer;
}
a:link {
    color: inherit;
}
a:visited {
    color: inherit;
}
a:active {
    color: inherit;
}
a:hover {
    color: inherit;
}
select::-ms-expand {
    display: none;
}
select {
    height: 35px;
    border: 1px solid #dddfe2;
    /* color: #345b92; */
    background: #fff;
    padding: 0 0 0 10px;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.fr{
  float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.cp{
  cursor: pointer;
}
/* button style add , CSS 3 */
.btn_classic{
    display: inline-block !important;
    padding: 3px 6px !important;
    width: auto !important;
    height: 20px !important;
    line-height: 1em !important;
    color: #000 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    background: #c5c5c5 !important;
    cursor: pointer !important;
    text-align: center !important;
    min-width: 10px !important;
    text-decoration: none !important;
    user-select: none !important;
    border: 1px solid #dddfe2 !important;
    border-radius: 2px !important;
}
.btn_green2{
    cursor: pointer;
    text-align: center;
    min-width: 50px;
    display: inline-block;
    white-space: nowrap;
    border: none;
    padding: 3px 12px;
    text-decoration: none;
    user-select: none;
}

.btn_green2 {
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #dddfe2;
    user-select: none;
}
.btn_blue  {
    background-image: -webkit-linear-gradient(bottom, #616161  50%, #999 50%);
    background-image: -o-linear-gradient(bottom, #616161  50%, #999 50%);
    background-image: linear-gradient(to top, #616161  50%, #345b92 50%);
    background-position: 0 0;
    background-size: 100% 200%;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 6px;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    white-space: pre;
    -webkit-transition: background-position .2s;
    -moz-transition: background-position .2s;
    -ms-transition: background-position .2s;
    -o-transition: background-position .2s;
    transition: background-position .1s;
    font-size: 15px;
    user-select: none;
}
.btn_yellow  {
    background-image: -webkit-linear-gradient(bottom, #616161  50%, #f89a21 50%);
    background-image: -o-linear-gradient(bottom, #616161  50%, #f89a21 50%);
    background-image: linear-gradient(to top, #616161  50%, #f89a21 50%);
    background-position: 0 0;
    background-size: 100% 200%;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    padding: 7px 15px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    white-space: pre;
    -webkit-transition: background-position .2s;
    -moz-transition: background-position .2s;
    -ms-transition: background-position .2s;
    -o-transition: background-position .2s;
    transition: background-position .1s;
    font-size: 15px;
    user-select: none;
}
.btn_gray {
    background-image: -webkit-linear-gradient(bottom, #616161  50%, #999 50%);
    background-image: -o-linear-gradient(bottom, #616161  50%, #999 50%);
    background-image: linear-gradient(to top, #616161  50%, #999 50%);
    background-position: 0 0;
    background-size: 100% 200%;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    white-space: pre;
    -webkit-transition: background-position .2s;
    -moz-transition: background-position .2s;
    -ms-transition: background-position .2s;
    -o-transition: background-position .2s;
    transition: background-position .1s;
    user-select: none;
}

.btn_br_search {
    background-image: -webkit-linear-gradient(bottom, #616161  50%, #999 50%);
    background-image: -o-linear-gradient(bottom, #616161  50%, #999 50%);
    background-image: linear-gradient(to top, #616161  50%, #256180 50%);
    background-position: 0 0;
    background-size: 100% 200%;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    white-space: pre;
    -webkit-transition: background-position .2s;
    -moz-transition: background-position .2s;
    -ms-transition: background-position .2s;
    -o-transition: background-position .2s;
    transition: background-position .1s;
    border: 1px solid #fff;
    user-select: none;
}

.btn_gray:hover{
    color: #fff;
    background-position: 0 100%;
}
.btn_classic:active,
.btn_green2:active,
.btn_gray:active{
    box-shadow: 0 1px 2px #000 inset;
}
.btn_classic:hover, .btn_classic:focus, .btn_classic:before, .btn_classic.selected {
    color: #000;
}
.btn_green2:hover, .btn_green2:focus, .btn_green2:before, .btn_green2.selected {
    color: #ffb700;
    background: #585858;
}
.btn_blue:hover,.btn_blue:focus,  .btn_blue:before {
    background: #4080ff;
}
.btn_blue:active,.btn_blue.selected {
    background: #696969;
    box-shadow: 0 1px 2px #000 inset;
}
.btn_yellow:hover,.btn_yellow:focus,  .btn_yellow:before {
    background: #4080ff;
}
.btn_yellow:active,.btn_yellow.selected {
    background: #696969;
    box-shadow: 0 1px 2px #000 inset;
}
.btn_sm{
    display: inline-block;
    width: 73px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    background: #999;
    border: 1px solid #4a4a4a;
    user-select: none;
}
.btn_sm:hover,.btn_sm:focus,.btn_sm:active{
  background: #b7b7b7;
}
.btn_confirm{
    width: 130px;
    background: #f89a21;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    padding: 12px 0px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    user-select: none;
}
.btn_confirm:hover, .btn_confirm:focus{
  background: #4080ff ;
}
.btn_confirm:active{
  box-shadow: 0 1px 2px #000 inset;
}

/* 애니메이션 */
@keyframes slide-down{
    0%  {height: 0; }
    40% {height: 200px; }
    100%{height: auto; }
}
@-moz-keyframes slide-down {
    0%  {height: 0; }
    40%  {height: 50%; }
    60%{height: 125%; }
    100%{height: auto; }
}
/** Webkit Keyframes **/
@-webkit-keyframes slide-down {
    0%  {height: 0; }
    40%  {height: 50%; }
    60%{height: 125%; }
    80%{height: 95%}
    100%{height: auto; }
}

@keyframes rotate-0 {
  from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
} 

@keyframes rotate-1 {
  from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes rotate-2 {
  from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@keyframes rotate-3 {
  from { transform: rotate(90deg); }
    to { transform: rotate(-270deg); }
}
@-webkit-keyframes rotate-0{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate-2 {
  0% { transform: rotate(0deg); }
  100%{ transform: rotate(-360deg); }
}

@-webkit-keyframes rotate-3 {
  0% { transform: rotate(90deg); }
  100%{ transform: rotate(-270deg); }
}


@keyframes scale-1 {
  0%{
    transform: scale(1);
  }50% {
    transform: scale(.9);
  }100% {
    transform: scale(1);
  } 
}

