@charset "utf-8";
/* CSS Document */
html { overflow-y:scroll; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,label{margin:0px; padding:0px;}
body,input,div,dt,dd,li,th,td,textarea,p,select,option {font-family:'Dotum','AppleGothic','sans-serif';font-size:12px;line-height:18px;font-size:12px; text-decoration:none; color:#333; }

/* link */
a {color:#333; text-decoration:none;} 
a:hover {color:#038383; text-decoration:none;}
a:active {color:#038383; text-decoration:none;}

address, caption, cite, code, dfn, em, th, var {font-style: normal; font-weight: normal;}
dl, dt, dd, ul, ol, li {list-style-type: none; list-style-image: none;}
fieldset,legend {border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px;}
input, select, textarea, label {vertical-align: middle;}
img {border-bottom: medium none; border-left: medium none; border-top: medium none; border-right: medium none; vertical-align:top;}
caption {position: absolute; padding-bottom: 0px; margin: 0px; padding-left: 0px; width: 0px; padding-right: 0px; display: none; height: 0px; visibility: hidden; font-size: 0px; overflow: hidden; padding-top: 0px;}
br {letter-spacing: 0px;}
fieldset {border:0;}
hr {display:none;}
button {border:0; cursor:pointer; overflow:visible; background:none;}
table {border-collapse:collapse; border-spacing:0;}


/* 기타태그*/
big, s, small, strike, tt, b, u, i, center, header, nav, article, footer, address , aside ,menu ,section{display:block;}
:focus {outline:0;}
comment {display:none;}
legend {display:none;}
fieldset {border:none;}

.blind {display: none;}
.bg_none {background:none !important;}
.bg_none {background:none !important;}
.border_top_none {border-top:none !important;}

input.textbox, textarea.textbox {margin:3px 0; padding:3px;}
input, textarea, select {font-family:inherit; font-size:12px; line-height:1.2em; vertical-align:middle;  padding:3px; margin:1px 0;}

/*=================================================================================================

	Multy Class //

=================================================================================================*/
/*라인 테스트*/
.yyline{border:1px solid red;}
.yyline02{border:1px solid blue;}


/*폰트크기*/
.font_s0{font-size: 10px !important }
.font_s1{font-size: 11px !important }
.font_s2{font-size: 12px !important }
.font_s3{font-size: 13px !important }
.font_s4{font-size: 14px !important }
.les {letter-spacing:-1px;}
.les1 {letter-spacing:1px;}


/* 폰트컬러*/
.fc_r0{color:#ff0000}  /*빨강계열 */
.font_c0 {color:#666}    /* 그레이색상 */
.font_c1 {color:#38a36d} /* 그린계열 사용:주요사항 */
.font_c2 {color:#ed145b} /* 진분홍계열 사용:주요사항 */
.font_c3 {color:#fbfe00} /* 노란계열 사용:주요사항 */
.font_c4 {color:#fff}    /* 흰식 사용:주요사항 */
.font_c5 {color:#42c8c6} /* 싸이언 계열 */
.font_c6 {color:#1757aa} /* 파란계열 */
.font_c7 {color:#6c6fcc} /* 보라계열 */
.font_c8 {color:#9afffd} /* 싸이언2 */
.font_c9 {color:#0066cc} /* 파란계열 */
.font_c10 {color:#f37021} /* 주황계열 */

/* 폰트스타일*/
.font_b {font-weight:bold}
.font_no {font-weight:normal;}
.font_ft {font-family:tahoma}


/*텍스트 정렬*/
.txt_left {text-align:left !important}
.txt_center {text-align:center !important}
.txt_right {text-align:right !important}
.txt_justify {text-align:justify}
.txt_bold {font-weight:bold}
.txt_normal {font-weight:normal;}

/* 포지셔닝, 플로트와 디스플레이 오버플로우 텍스트 얼라인 클리어부분을 제어합니다. */
.fl{float:left;} .fr{float:right;} .fn{float:none;}
.db{display:block;} .di{display:inline;} .dn{display:none;} .dib{display:inline-block;} .di6{_display:inline;}
.db6 {_display:bolck;} .dn6{_display:none;}
.ofh{overflow:hidden;} .ofa{overflow:auto;} .ofv{overflow:visible;} .ofs{overflow:scroll;}
.overflows{overflow-y:auto;overflow-x:hidden;}
.tal{text-align:left;} .tar{text-align:right;} .tac{text-align:center;}
.cl{clear:left;} .cr{clear:right;} .cb{clear:both;}
.ps{position:static;} .pr{position:relative;} .pa{position:absolute;} .pf{position:fixed;}
.tablef{table-layout:fixed;}
.vam{vertical-align:middle;}

/* 각종 유용한 오브젝트. */
.curp{cursor:pointer}		
.default_button{display:block;width:15px;height:15px;border:1px solid black;}
.center{margin: 0 auto;}
.wauto{width:auto;} .hauto{height:auto;}
.wfull{width:100%;} .hfull{height:100%;}
.whalf{width:50%;} .hhalf{height:50%;}
.mp0{margin:0;padding:0;} .m0{margin:0;} .p0{padding:0;}
.casket{float:left;display:block;_display:inline;overflow:hidden;}
.tn{text-decoration:none;} .tu{text-decoration:underline;} .to{text-decoration:overline;} .tl{text-decoration:line-through;}
.ti9{text-indent:-999em;}

/*calendar*/
.calendar_type {border:1px solid #ccc;height:17px;background-color:#f6f6f6;font-size:12px;padding-left:3px}

/*상단 패딩*/
.pt0{padding-top:0px !important}
.pt3{padding-top:3px !important}
.pt5{padding-top:5px !important}
.pt10{padding-top:10px !important}
.pt15{padding-top:15px !important}
.pt20{padding-top:20px !important}
.pt25{padding-top:25px !important}
.pt30{padding-top:30px !important}
.pt35{padding-top:35px !important}
.pt40{padding-top:40px !important}

/*왼쪽 패딩*/
.pl0{padding-left:0px !important}
.pl4{padding-left:4px !important}
.pl5{padding-left:5px !important}
.pl10{padding-left:10px !important }
.pl11{padding-left:11px !important }
.pl13{padding-left:13px !important }
.pl15{padding-left:15px !important }
.pl20{padding-left:20px !important }
.pl23{padding-left:23px !important }
.pl25{padding-left:25px !important }
.pl30{padding-left:30px !important }
.pl35{padding-left:35px !important }
.pl37{padding-left:37px !important }
.pl40{padding-left:40px !important }
.pl45{padding-left:45px !important }

/*오른쪽 패딩*/
.pr2{padding-right:2px !important }
.pr3{padding-right:3px !important }
.pr5{padding-right:5px !important }
.pr10{padding-right:10px !important }
.pr11{padding-right:11px !important }
.pr13{padding-right:13px !important }
.pr15{padding-right:15px !important }
.pr18{padding-right:18px !important }
.pr20{padding-right:20px !important }
.pr30{padding-right:30px !important }
.pr40{padding-right:40px !important }
.pr50{padding-right:50px !important }

/*하단 패딩*/
.pb5 {padding-bottom:5px !important}
.pb10 {padding-bottom:10px !important}
.pb20 {padding-bottom:20px !important}
.pb30 {padding-bottom:30px !important}
.pb40 {padding-bottom:40px !important}
.pb50 {padding-bottom:50px !important}

/*상단 마진*/
.mt3{margin-top:3px !important}
.mt5{margin-top:5px !important}
.mt7{margin-top:9px !important}
.mt10{margin-top:10px !important}
.mt13{margin-top:13px !important }
.mt15{margin-top:15px !important }
.mt20 {margin-top:20px !important }
.mt30 {margin-top:30px !important }
.mt40{margin-top:40px !important }
.mt45{margin-top:45px !important }
.mt50{margin-top:50px !important }
.mt60{margin-top:60px !important }
.mt70{margin-top:70px !important }
.mt100{margin-top:100px !important }

/*왼쪽 마진*/
.ml2{margin-left:2px !important}
.ml5{margin-left:5px !important}
.ml8{margin-left:8px !important}
.ml10{margin-left:10px !important}
.ml13{margin-left:13px !important}
.ml14{margin-left:14px !important}
.ml15{margin-left:15px !important}
.ml18{margin-left:18px !important}
.ml20{margin-left:20px !important}
.ml25{margin-left:25px !important}
.ml30{margin-left:30px !important}
.ml33{margin-left:33px !important}
.ml35{margin-left:35px !important}
.ml40{margin-left:40px !important}
.ml45{margin-left:45px !important}

/*오른쪽 마진*/
.mr3{margin-right:3px !important }
.mr5{margin-right:5px !important }
.mr8{margin-right:8px !important }
.mr10{margin-right:10px !important }
.mr15{margin-right:15px !important }
.mr20{margin-right:20px !important }
.mr25{margin-right:25px !important }
.mr30{margin-right:30px !important }
.mr40{margin-right:40px !important }
.mr50{margin-right:50px !important }

/*하단 마진*/
.mb4{margin-bottom:4px !important }
.mb5{margin-bottom:5px !important }
.mb10{margin-bottom:10px !important }
.mb15{margin-bottom:15px !important }
.mb20{margin-bottom:20px !important }
.mb30{margin-bottom:30px !important }

/* 이미지 정렬*/
.imgVmiddle { vertical-align:middle}

/* 크기 */
.width100p { width:100%}
.width95p { width:95%}
.width90p { width:90%}
.width80p { width:80%}
.width60p { width:60% !important;}
.width40p { width:40%}
.width20p { width:20%}
.width15p { width:15%}
.width10p { width:10%}

/*=================================================================================================

	Button Class //

=================================================================================================*/
.btn_black_full {display:block;height:34px;line-height:34px;font-weight:bold;color:#fff !important;text-align:center;padding:0 9px 2px 8px;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#646464), color-stop(60%, #73a839), to(#699934));
    background-image:-webkit-linear-gradient(#646464, #454545 60%, #454545);
    background-image:-moz-linear-gradient(top, #646464, #454545 60%, #454545);
    background-image:linear-gradient(#646464, #454545 60%, #454545);border-radius: 5px;}

.btn_black {height:34px;line-height:34px;font-weight:bold;color:#fff !important;text-align:center;padding:10px;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#646464), color-stop(60%, #73a839), to(#699934));
    background-image:-webkit-linear-gradient(#646464, #454545 60%, #454545);
    background-image:-moz-linear-gradient(top, #646464, #454545 60%, #454545);
    background-image:linear-gradient(#646464, #454545 60%, #454545);border-radius: 5px;}
    
.btn_green_full {display:block;height:34px;line-height:34px;font-weight:bold;color:#fff !important;text-align:center;padding:0 9px 2px 8px;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0a9479), color-stop(60%, #017f66), to(#017f66));
    background-image:-webkit-linear-gradient(#0a9479, #017f66 60%, #017f66);
    background-image:-moz-linear-gradient(top, #0a9479, #017f66 60%, #017f66);
    background-image:linear-gradient(#0a9479, #017f66 60%, #017f66);border-radius: 5px;}

.btn_green {height:34px;line-height:34px;font-weight:bold;color:#fff !important;text-align:center;padding:10px;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0a9479), color-stop(60%, #017f66), to(#017f66));
    background-image:-webkit-linear-gradient(#0a9479, #017f66 60%, #017f66);
    background-image:-moz-linear-gradient(top, #0a9479, #017f66 60%, #017f66);
    background-image:linear-gradient(#0a9479, #017f66 60%, #017f66);border-radius: 5px;}