@charset "UTF-8";
/* CSS Document */
/******************************* INFORMATION *******************************/
/* DOCUMENT ID       : common.css                                          */
/* DOCUMENT NAME     : Base Style Sheets                                   */
/* DEVELOPER         : Moon Dong Jun (codename : wingzero)                 */
/* DATE CREATED      : 2019.10.18                                          */
/* MODIFICATION DATE : 2019.10.18                                          */
/* NOTES             :                                                     */
/***************************************************************************/

/* Reset */
* {margin:0;padding:0;border:0 none transparent;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
:before, :after {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button, a {
    font-family:'Nanum Gothic','Nanum Gothic Regular', sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:14px;line-height:22px;color:#444;letter-spacing:-0.03em;
}

html, body {height:100%;}

form, fieldset, p, figure {word-break:break-all;word-wrap:break-word;}

caption, legend {visibility:hidden;width:0px;height:0px;font-size:0px;overflow:hidden;line-height:0px;position:absolute;}

fieldset, img {border:0 none;}

menu, ol, ul, li, dl, dt, dd {list-style:none;}
menu, ol, ul, dl, dt {display:block;}

h1, h2, h3, h4, h5, h6, p {word-break:normal;word-wrap:break-word;}
h1, h2, h3, h4, h5, h6, strong, th {font-weight:normal;}

hr {display:none;}

textarea {resize:none;}
button, label {cursor:pointer;}
a {text-decoration:none;cursor:pointer;transition:color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important;}

*:focus {outline:none;}

.ui-datepicker-trigger {cursor:pointer;}
.hasDatepicker {cursor:pointer;}

/* Tables*/
table {width:100%;border-collapse:collapse;}
table th, table td {color:#666;vertical-align:top;word-break:normal;word-wrap:break-word;}

label.checkbox {width:16px;height:16px;display:inline-block;background:url('/theme/layout/aauction/images/radio_off.gif') no-repeat;cursor:pointer;vertical-align:middle;}
input[type='checkbox']:checked + label {background:url('/theme/layout/aauction/images/radio_on.gif') no-repeat;}
input[type='checkbox'] {display:none;}
input[type='checkbox']:not(:first-child) + label {margin-left:20px;}

label.radio {width:16px;height:16px;display:inline-block;background:url('/theme/layout/aauction/images/radio_off.gif') no-repeat;cursor:pointer;vertical-align:middle;}
input[type='radio']:checked + label {background:url('/theme/layout/aauction/images/radio_on.gif') no-repeat;}
input[type='radio'] {display:none;}
input[type='radio']:not(:first-child) + label {margin-left:20px;}

/* Blank */
.blank_50 {width:100%;height:50px;clear:both;display:block;}
