@charset "euc-kr";

/* reset */

@import url('https://fonts.googleapis.com/css?family=Yantramanav:300,400,500,700');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@font-face {
  font-family: 'gill-sans';
  src: url('http://dimito01.godohosting.com/img/gill-sans.eot?v=4.3.0');
  src: url('http://dimito01.godohosting.com/img/gill-sans.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('http://dimito01.godohosting.com/img/gill-sans.woff2?v=4.3.0') format('woff2'), url('http://dimito01.godohosting.com/img/gill-sans.woff?v=4.3.0') format('woff'), url('http://dimito01.godohosting.com/img/gill-sans.ttf?v=4.3.0') format('truetype'), url('http://dimito01.godohosting.com/img/gill-sans.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

hr{border:0; line-height:0; font-size:0;}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td { margin:0; padding:0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  letter-spacing:0;}
html , body{ width:100%; min-width:1025px; font-size:11px; font-family:'gill-sans', 'arial' , 'Nanumgothic'; behavior: url(/img/display-table.min.htc); focus:outline: 0;}
body, code { min-width:320px;  line-height:1.2em; color:#1b1b1b; background:#fff; -webkit-text-size-adjust:none; }
code { background:none; display:block; }
ul li { list-style:none; }
ol { list-style-position:inside; }
img, fieldset{ border:none; }
img { vertical-align:middle; }
hr.layout { display:none; }
em, address { font-style:normal; }
ins { text-decoration:none; }
a { text-decoration:none; color:#000; }
a:active { text-decoration:none; }
table { width:100%; table-layout:fixed; border:0 none; border-spacing:0; border-collapse:collapse; }
table caption { display:none; }

th{font-weight:normal; text-align:left;}
th, td { border:0; line-height:18px; padding:5px 0 5px 0;}
legend { height:0; width:0; display:block; text-indent:-9999em; }
label { cursor:pointer; }

/* html5 */
object, del, sub, var { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }



.customSelect {
/* Styles For Your Select Box */

}


.customSelect.changed {
/* You can use this if you want a different style after user has made a selection */
}

.customSelectFocus {
/* You can use this if you want a different style after user has made a selection */
}

.customSelectOpen {
/* You can use this if you want a different style after user has made a selection */
}


/* We can style the inner box, too */
.customSelectInner {
background:url(canvas-list-nav-item-arrow.gif) no-repeat center right;
}


/* form */
input[type=text], input[type=password], input[type=number], input[type=tel], textarea {
    padding:7px; font-weight:inherit; border:1px solid #cccccc; border-radius:2px; outline-style:none; line-height:13px; color:#353535;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
input[type="file"] { overflow:hidden; max-width:100%; }
input[type=text], input[type=password], input[type=number], input[type=tel] { height:38px;}
textarea, input, select { vertical-align:middle; }
textarea { resize:none; line-height:1.2em; }
select {font-size:11px; max-width:100%; height:29px; line-height:29px; margin:0; padding:0 35px 0 3px; color:#353535; word-break:break-all; font-weight:inherit; border:1px solid #ccc; background:#fff url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/bg_selectbox.gif") no-repeat right center; background-size:32px 27px; -webkit-border-radius:3px; -webkit-appearance:none; }
select{
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
select.disabled { color:#bfbfbf; background-image:url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/bg_selectbox_disabled.gif");}
input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="image"], textarea { -webkit-appearance:none; font-size:11px;}
input:checked[type="checkbox"] { background-color:#fff; -webkit-appearance:checkbox; }
button::-moz-focus-inner { padding:0; border:0; }
label { margin:0; display:inline-block; min-height:29px; line-height:29px; vertical-align:middle; }
input[type="radio"],
input[type="checkbox"] { margin:0 7px 0 0; }
textarea.disabled { background-color:#ffffff; color:#bfbfbf; }


