@charset "utf-8";

/* initialization */
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, font, 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,  table,  tbody, tfoot, thead, tr, th, td, button, input, textarea
{margin: 0; padding: 0;border: 0;}
body{text-align:left;background:#fff;font-size:12px;font-family:Dotum,"돋움",gulim,"굴림",AppleGothic,Helvetica,Sans-serif;*word-break:break-all;-ms-word-break:break-all;}
input,select,textarea,button{font-size:12px;font-family:Dotum,"돋움",gulim,"굴림",AppleGothic,Helvetica,Sans-serif;}
ul, li {list-style: none;padding: 0;margin: 0;}

/* common */
fieldset,img{border:0 none}
hr{display:none;}
input[type=text],input[type=image],button,input[type=button],input[type=submit],textarea{-webkit-appearance:none;-webkit-text-size-adjust:none;-webkit-border-radius:0}
a{ cursor: pointer; }

/* 비노출 처리 */
.screen_out, .blind, legend, caption{ display: block; overflow: hidden; position: absolute; left: -9999px; width: 1px; height: 1px; font-size: 0; line-height: 0; text-indent: -9999px; clear: both;}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}

/* pageing */
.page_area{display: inline-block; width: 990px; margin: 0 auto;}
.page_area::after{content:""; display:block; clear:both;}
.paging{text-align:center;font-size:13px;line-height:15px;color:#427736;font-weight:bold;}
.paging a{display:inline-block;height:21px;padding:6px 10px 0 10px;border:1px solid #dcdcdc;color:#427736;}
.paging a:hover {color:#427736; border:1px solid #427736;}
.paging span{display:inline-block;height:21px;padding:6px 10px 0 10px;border:1px solid #427736;}
.paging .first{width:40px;height:21px;padding:6px 0 0 0;background:url(//ayeobi.com/www/images/gnb/page_btn.jpg) no-repeat 0 0;}
.paging .prev{width:27px;height:21px;padding:6px 0 0 0;background:url(//ayeobi.com/www/images/gnb/page_btn.jpg) no-repeat 0 -30px;}
.paging .next{width:27px;height:21px;padding:6px 0 0 0;background:url(//ayeobi.com/www/images/gnb/page_btn.jpg) no-repeat 0 -60px;}
.paging .last{width:40px;height:21px;padding:6px 0 0 0;background:url(//ayeobi.com/www/images/gnb/page_btn.jpg) no-repeat 0 -90px;}
/* pageing end*/

/* dimm */
.dimm_wrap {position: fixed;background-color: black;z-index: 999;opacity: .6;top: 0;right: 0;bottom: 0;left: 0;display: block;}
.layer_wrap {position: fixed;width: 480px;height: 276px;top: 50%;left: 50%;margin: -64px 0 0 -250px;background-color: #fff;z-index: 999;border: 1px solid #33383e;}
.layer_wrap a:hover {text-decoration: none;}
.layer_wrap .lw_title {position: relative;padding: 0 20px;color: #0f0f0f;font-size: 14px;background: #f8f8f8;height: 50px;line-height: 50px;letter-spacing: -0.4px;}
.layer_wrap .sub_title {font-size: 15px;color: #333;text-align: center;height: 90px;}
.layer_wrap .sub_title > strong {display: block;margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.layer_wrap .sub_title span {display: block;font-size: 13px;color: #333;}
.layer_wrap .sub_title span strong {color: #000;}
.layer_wrap .btn_close {background: #f8f8f8;border: 0;position: absolute;right: 0;top: 0;width: 50px;height: 50px;}
.layer_wrap .i_close {position: absolute;right: 18px;top: 18px;width: 13px;height: 13px;background-position: -1px -1px;}
.layer_wrap .layer_btn_area {margin: 0 28px;text-align: center;}
.layer_wrap .layer_btn_area a {display: inline-block;width: 128px;height: 30px;line-height: 26px;background-color: #33383E;border: 1px solid #33383E;border-radius: 2px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.layer_wrap .layer_btn_area strong {font-size: 14px;color: #fff;letter-spacing: -0.4px;}
.layer_ico {background: url(/www/images/common/ico_layer.jpg) no-repeat;}
.lw_desc {padding: 18px 78px;}
.inp_code {position: relative;margin: 6px 0 30px;}
.inp_code input {display: block;width: 320px;height: 35px;margin: 0 auto;text-indent: 12px;font-size: 14px;border: 1px solid #bfbfbf;}
