@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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline; /*�������� �� middle ���� ȿ�� ����*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

a { text-decoration:none; font-weight: 400; letter-spacing:-0.4px; font-size:1em; color: #fff;
 -webkit-transition: all .15s ease;  -moz-transition: all .15s ease;  -ms-transition: all .15s ease;  -o-transition: all .15s ease;  transition: all .15s ease; }
a:hover {text-decoration:none; /*color: #fff;*/ }

blockquote, q {    quotes: none; /*�ο뱸*/
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*����Ʈ�ڽ� ��ư �̹��� ���� �� �ѿ��� ȿ�� ����*/

/*select {
  width: 118px;
  padding-left: 7px;
  font-family: inherit;
  background: url(../images/sub/select_bt_01.png);   background-repeat:no-repeat;  background-position: 95% 50%;
  border: 1px solid #b7b7b7;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
/*-webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -ms-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out;*/


select:hover { background-image:url(../images/sub/select_bt_01_on.png); border:1px solid #af0314; }


/* IE 10, 11�� ����Ƽ�� ȭ��ǥ ����� */
select::-ms-expand {
  display: none;
}


#sel4 { -webkit-transition:all 0.25s ease-out; -moz-transition:all 0.25s ease-out; -ms-transition:all 0.25s ease-out; -o-transition:all 0.25s ease-out; transition:all 0.25s ease-out; }
#sel4:hover { background:#f2fdfe; }

/*���������� �������� Ǫ�Ͱ� ����*/
.bottom_blank { margin-bottom:50px; }

/*������ư �ؽ�Ʈ ��������*/
input[type="radio"] { margin-top: -1px; vertical-align: middle; }