@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-break: break-all;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: '' '';
}

button,
input {
    overflow: visible;
}

input, select, img {
    vertical-align: middle;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

em {
    font-style: normal;
}


/*
 * html5
 * abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup main mark meter nav output progress section summary time video
 */
figure,
section,
header,
footer,
article,
aside,
nav {
    display: block;
    margin: 0 auto;
}

html,
body {
    height: 100%;
    font-family: 'arial', sans-serif;
    letter-spacing: 0;
}

html {
    overflow-y: scroll;
}

body,
input,
textarea,
button,
table {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    font-family: 'arial', '돋움', Dotum, sans-serif;
}

legend {
    font: 0/0 a;
    position: absolute;
    right: -999em;
    top: -999em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: top;
}

a img {
    border: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
}

em {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    vertical-align: middle
}

* + html a {
    color: #3d424d;
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #007cc3;
}

a:active {
    background-color: transparent;
}


textarea:focus,
select:focus,
button:focus,
[type='checkbox']:focus,
[type='radio']:focus,
[tabindex]:focus,
[href]:focus {
    outline: 1px dotted;
}

hr {
    display: none;
}

table caption {
    font: 0/0 a;
}

input::-webkit-input-placeholder {
    color: #b5b5b5;
}

input:focus::-webkit-input-placeholder {
    color: #dcdcdc;
}

input::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

input:focus::-moz-placeholder {
    color: #dcdcdc;
}

summary::-webkit-details-marker {
    display: none;
}

input,
button,
select,
select option,
textarea {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'arial', sans-serif;
    vertical-align: middle;
}

legend {
    font: 0px/0 a;
    position: absolute;
    right: -999em;
    top: -999em;
}

button,
input[type='submit'],
input[type='button'] {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

input[type='rangelength'],
input[type='digits'],
input[type='url'],
input[type='date'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='password'],
input[type='creditcard'],
input[type='search'],
input[type='text'] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
}

input[type='password'][readonly],
input[type='text'][readonly],
input[type='password'][disabled],
input[type='text'][disabled] {
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button:active {
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

select {
    font-size: 12px;
    font-family: Verdana;
    line-height: 30px;
    height: 30px;
    padding: 5px;
    border: 1px solid #ddd;
}

select option {
    font-size: 12px;
    font-family: Verdana;
    line-height: 30px;
    height: 25px;
    padding: 5px;
}

textarea {
    border: 1px solid #ddd;
    line-height: 1.7;
    padding: 10px;
}

* {
    zoom: 1;
}

.fl_left {
    float: left
}

.fl_right {
    float: right;
}

.inline {
    display: inline-block;
    *display: inline;
}

.clear {
    clear: both;
}

.pos_rel {
    position: relative;
}

.pos_abs {
    position: absolute;
}

.clfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.clfix {
    display: inline-block;
}

.clfix {
    display: block;
}

* html .clfix {
    height: 1%;
}

/* Hides from IE-mac */
.clfix {
    zoom: 1;
}

/*for IE 5.5-7*/

.hide {
    position: absolute;
    top: -5000em;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.none {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

.bg_none {
    background: none !important;
}

.t_under {
    font-style: underline;
}

/* align */
.t_left {
    text-align: left !important;
}

.t_right {
    text-align: right !important;
}

.t_center {
    text-align: center !important;
    *zoom: 1;
}

.al_top {
    vertical-align: top;
}

.al_mid {
    vertical-align: middle;
}


/* spacing */
.mg0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mmt10 {
    margin-top: -10px;
}

.mmt60 {
    margin-top: -60px;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px;
}

.ml15 {
    margin-left: 15px;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px;
}

.ml42 {
    margin-left: 42px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt17 {
    padding-top: 17px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt27 {
    padding-top: 27px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl130 {
    padding-left: 130px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr130 {
    padding-right: 130px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}


/* font
.t_bold	{font-family:'arialBold',sans-serif;}
*/
.ls0 {
    letter-spacing: 0;
}

.mls12 {
    letter-spacing: -1.2px;
}

/* line */
.no_line {
    border: none !important;
}

.no_t_line {
    border-top: none !important;
}

.no_b_line {
    border-bottom: none !important;
}

.b_line {
    border-bottom: 1px solid #c1c1c1;
}

.b_line2 {
    border-bottom: 1px solid #d9d9d9;
}

.al_bot {
    vertical-align: bottom;
}
