@charset "utf-8";

@import url("../css/layout.css");
@import url("../css/login.css");

/*Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
address, big, cite, code, del, dfn, em, font, img, ins,
q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none 0; }
html, body {width:100%; height:100%;}
body {color:#666;}
input, button, textarea ,select{ line-height:1.5em; color:#444; font-size:13px;}
h1, h2, h3, h4, h5, h6 { font-size:13px; text-align:left; font-weight:normal; }
img, fieldset, iframe { border:0 none; }
table, div {font-weight:normal;border-collapse: collapse;}
select, textarea { border: 1px solid #B7B6B6; background: #FFFFFF; color: #666; font-size: 12px; vertical-align: middle; }
textarea { overflow:auto; }
input, img, li { vertical-align: middle; text-align:left; }
select{border:0;}
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
ul, li, ol { list-style-type: none;}
legend,  caption { display: none; }
hr { border-collapse:collapse; display:none; }
select{white-space: pre; -webkit-appearance: menulist;}
* { margin: 0; padding: 0; }
a{overflow:hidden}
a:link, a:visited { text-decoration:none; color: #666; }
/*a:hover { color: #2ba709; }*/
a:hover { text-decoration:none; cursor:pointer;}
a{outline:none}
address, caption, cite, code, dfn, em, strong, th, var {font-style : normal; font-weight : normal;}
table{color:#666}
li { list-style-type:none; }
img,fieldset { border:none; }
li img, dd img { vertical-align:top; }
input { vertical-align:middle; }
hr{display:none;}
strong{font-weight:bold !important}

/* Common */
body,input,textarea,select,button,table{font-family:NBG,'나눔바른고딕',NanumBarunGothic,'돋움',dotum,sans-serif;font-size:1em;-webkit-text-size-adjust:none}
@font-face{font-family:NBG;src:url(/include/font/NanumBarunGothic.eot);src:local(※),url(/include/font/NanumBarunGothic.woff) format('woff')}	
body{font-size:.75em;line-height:1.8em;word-break:break-all;overflow-x:hidden}

body,input,textarea,select,button,table{font-family:'나눔바른고딕',NanumBarunGothic,NBG,'돋움',dotum,sans-serif;}

#skip, .skip { font-size:0; width:0; height:0; line-height:0; position:absolute; left:-9999px; }
.strong{font-weight:bold;}
.fontbold{font-weight:bold;}
strong{font-weight:bold;}
em{text-decoration:none;}
option{padding:5px 0px; line-height:20px;} 
/* Form */
select {border:1px solid #dfdfdf; padding:6px 8px}
button{overflow:visible;width:auto;margin:0;padding:0;background:none;border:none}
input[type="button"],input[type="text"],input[type="image"],input[type="submit"],textarea{-webkit-appearance:none}
input::-ms-clear{display:none}
input[type="text"],input[type="email"], input[type="password"]{text-indent:5px; border:1px solid #dfdfdf;height:24px;line-height: 26px;}
input[type="text"]:hover,input[type="email"]:hover, input[type="password"]:hover,
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus{border-color:#c1c1c1}
input.read{height:20px;padding:7px 0 6px;background:none;border:0;line-height:1.6}
input.read:hover,
input.read:focus,
input.read:active{border:0}
input[type="file"]{height:31px;background:#fff;border:1px solid #dfdfdf}
textarea{resize:none;padding:10px;border:1px solid #dfdfdf;vertical-align:top}
a:link,a:visited{text-decoration:none;cursor:pointer}
a:active,a:hover{text-decoration:none;cursor:pointer}
a:focus,input:focus,textarea:focus{outline:none}

/*align*/
.t_left{text-align:left !important;} .t_center{text-align:center !important;} .t_right{text-align:right !important;}

/* float */
.f_left {float:left} .f_right {float:right !important;} .f_clear {clear:both} .clear {overflow:hidden;_zoom:1; clear:both}

/* none 시리즈 속성 정의 */
.none_bor {border:none !important;}
.none_borr {border-right:none !important;}
.none_bg {background:none !important;}
.none_dp {display:none !important;}
.none_ma {margin:0px !important;}
.none_pa {padding:0px !important;}
.none_pt {padding-top:0px !important;}
.none_mt {margin-top:0px !important;}
.none_clear {clear:both  !important;}
.none_pb {border:none !important; padding:0px !important;}
.blind{overflow:hidden;position:absolute;top:-9999px;left:-9999px;width:0;height:0;font-size:0;line-height:0}
/*color text*/
.orange_txt{color:#e95710 !important;}

/* display */
.block_dp {display:block}
.pos_rel{position:relative;}
/* margin */
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr12{margin-right:12px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.mb105{margin-bottom:105px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.mr140{margin-right:140px !important; }
.martblr5{margin:5px;}

.ml80{margin-left:80px;}
.ml60{margin-left:60px;}
.ml100{margin-left:100px;}
.ml200{margin-left:200px;}
.ml300{margin-left:300px;}
.ml380{margin-left:380px;}
.ml410{margin-left:410px;}
.ml425{margin-left:425px;}
.ml460{margin-left:460px;}
/* padding */
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}

.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr30_gnb_sub{padding-right:30px !important}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}

.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl29{padding-left:29px;}
.pl30{padding-left:30px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl55{padding-left:55px;}
.pl240{padding-left:380px !important}

.p200_gnb_sub{padding-left:200px !important}
.p460_gnb_sub{padding-left:460px !important}
.p410_gnb_sub{padding-left:410px !important}
.p140_gnb_sub{padding-left:140px !important}

/* font style 시리즈 속성 정의 */
.bold {font-weight:bold !important;}
.underline { text-decoration:underline !important; }
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
/*.font_NG{font-family:'NGothic';}
.font_NGb{font-family:'NGothicB';}
.font_NGeb{font-family:'NGothicEB';}*/

/* button */
.boxContainer{margin:0 auto; width:auto;}
.btn_srch_com{background-color:#5c5f61; color:#fff; border:1px solid #4d5052; cursor:pointer; display:inline-block; font-size:11px; padding:2px; text-align:center; width:57px;}/*검색영역btn*/
.btn_login{background-color:#fff; color:#333; border:1px solid #cfcfcf; cursor:pointer; display:inline-block; font-size:11px; padding:2px 10px 1px 2px; text-align:center; width:57px; background:url(../../images/main/ico_arr.png) no-repeat; background-position:83% 50%;}
.btn_logout{background-color:#fff; color:#333; border:1px solid #cfcfcf; cursor:pointer; display:inline-block; font-size:11px; padding:2px; text-align:center; width:57px;}
.btn_m_info{background-color:#2f83bc; color:#fff !important; border:1px solid #276e9d; cursor:pointer; display:inline-block; font-size:11px; padding:2px; text-align:center; width:57px;}

/* tab */
.tab_type {display: inline-block;}
.tab_type .tabs_list::after {clear: both;content: "";display: block;}
.tab_type .tabs_list li {float: left;margin-right:5px;}
.tab_type .tabs_list li a {border: 1px solid #ccc; color: #333;display: block;font-size: 12px;line-height: 20px;padding:2px 15px; text-align: center;}
.tab_type .tabs_list li.on a{border: 1px solid #999;background-color: #999;color: #fff; /*font-weight:bold*/}

/* JqueryUI tab */
.tabs {color: #666;}
.tabs .tab{padding: 0; margin-top:10px;}
/* JqueryUI Contents Color*/
.ui-widget-content {color: #666;}