@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;
}

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; /* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
  -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; }

a { text-decoration: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; }