@charset "utf-8";

.style4 {font-size: 14px; color: #454545;}
.style13 {font-size: 14px; font-weight: bold; color: #454545; }
.style14 {color: #454545;}
.end {font-size: 16px;	color: #fff; font-weight: bold; background-color:#193286; padding:7px 0 7px 0;}


@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(/font/NanumGothic-Bold.eot);
  src: url(/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-Bold.woff2) format('woff2'),
       url(/font/NanumGothic-Bold.woff) format('woff'),
       url(/font/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(/font/NanumGothic-Regular.eot);
  src: url(/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-Regular.woff2) format('woff2'),
       url(/font/NanumGothic-Regular.woff) format('woff'),
       url(/font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(/font/NanumGothic-ExtraBold.eot);
  src: url(/font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(/font/NanumGothic-ExtraBold.woff) format('woff'),
       url(/font/NanumGothic-ExtraBold.ttf) format('truetype');
}
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:  "Nanum Gothic", "나눔고딕", "NanumGothic",  "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium";
	line-height: 25px;
	font-size: 14px;
	color: #282828;
}
h1,h2,h3,h4,h5 {font-size:100%;}
a {color:#000;text-decoration:none;outline:none;}
ul, ol, li {list-style:none;}
table {width:100%;border-collapse:collapse;border:0;}
colgroup {background:none;}
input, select, textarea, button {border:0; vertical-align:middle;font:14px/1.5 "Nanum Gothic", "나눔고딕", "NanumGothic",  "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium";}
fieldset, img {border:0;}
img {vertical-align:top;max-width:100%;}
label, td img {vertical-align:middle;}
legend, caption {visibility:hidden;width:0;font-size:0;line-height:0;text-indent:-5000px;}
address, em {font-style:normal;}
button {overflow:visible;cursor:pointer;background:none;border:0;}
button:focus {outline:none;}

select {height:25px;line-height:25px;padding:0 5px;border:1px solid #dcdcdc;}
.select {position:relative;display:inline-block;}
.select label {display:block;}
.select select {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
textarea {padding:0 5px;border:1px solid #dcdcdc;resize:none;}
input.txt {height:25px;line-height:1.1;padding:0 5px;border:1px solid #dcdcdc;border-radius:1px;}
input.chk {width:15px;height:15px;vertical-align:-2px;}
.inputFile {position:relative;display:block;}
.inputFile .txt {width:95%;background:#dde1e3;}
.inputFile .fileBtn {position:absolute;overflow:hidden;top:0;right:0;}
.inputFile .fileBtn input {position:absolute;width:100%;cursor:pointer;font-size:22px;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}

input[type=checkbox],
input[type=radio]{width:17px;height:17px;margin:2px 5px 2px 0;padding:0;vertical-align:middle}
input[type=text],
input[type=password] {padding:4px;line-height:23px;height:23px;border:1px solid #dcdcdc;color:#444;background:#fff;box-sizing:content-box;}
input[type=file]{padding:0px;margin:0px;border:0px;background:#fff;}
input[type=file]::-webkit-file-upload-button {appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;border:1px solid #e4e4e4;background:#eee;height:28px;line-height:1.0;margin:0px;padding:4px;}
input[type=file]::-ms-value {height:28px;line-height:1.0;border:1px solid #e4e4e4;background:#fff;}
input[type=file]::-ms-browse {border:1px solid #e4e4e4;background:#eee;}
input:disabled{ background-color:#F0F0F0;}
select:disabled{ background-color:#F0F0F0;}



/*input[type=file] {line-height:28px;height:28px;}*/
select {height:33px;padding:4px;border:1px solid #dcdcdc;font-size:14px;color:#444;font:14px/1.5 "Nanum Gothic", "나눔고딕", "NanumGothic",  "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium";}
.radio, .checkbox {width:17px;height:17px;margin:2px 5px 2px 0;padding:0;vertical-align:middle}

/* placeholder */ 
input::-webkit-input-placeholder { color: #b7b7b7 !important; }
input::-moz-placeholder {color: #b7b7b7 !important; }
input:-ms-input-placeholder { color: #b7b7b7 !important; } 
input:-o-input-placeholder { color: #b7b7b7 !important; }


/* margin top */
.mt0{margin-top:0 !important}
.mt1{margin-top:1px !important}
.mt2{margin-top:2px !important}
.mt3{margin-top:3px !important}
.mt5{margin-top:5px !important}
.mt7{margin-top:7px !important}
.mt8{margin-top:8px !important}
.mt9{margin-top:9px !important}
.mt10{margin-top:10px !important}
.mt11{margin-top:11px !important}
.mt12{margin-top:12px !important}
.mt13{margin-top:13px !important}
.mt14{margin-top:14px !important}
.mt15{margin-top:15px !important}
.mt16{margin-top:16px !important}
.mt17{margin-top:17px !important}
.mt18{margin-top:18px !important}
.mt19{margin-top:19px !important}
.mt20{margin-top:20px !important}
.mt21{margin-top:21px !important}
.mt22{margin-top:22px !important}
.mt23{margin-top:23px !important}
.mt24{margin-top:24px !important}
.mt25{margin-top:25px !important}
.mt26{margin-top:26px !important}
.mt27{margin-top:27px !important}
.mt28{margin-top:28px !important}
.mt29{margin-top:29px !important}
.mt30{margin-top:30px !important}
.mt35{margin-top:35px !important}
.mt40{margin-top:40px !important}
.mt45{margin-top:45px !important}
.mt50{margin-top:50px !important}
.mt60{margin-top:60px !important}
.mt80{margin-top:80px !important}
.mt90{margin-top:90px !important}
.mt100{margin-top:100px !important}
.mt120{margin-top:120px !important}
.mt150{margin-top:150px !important}

/* margin left */
.ml0{margin-left:0 !important}
.ml1{margin-left:1px !important}
.ml2{margin-left:2px !important}
.ml3{margin-left:3px !important}
.ml4{margin-left:4px !important}
.ml5{margin-left:5px !important}
.ml6{margin-left:6px !important}
.ml7{margin-left:7px !important}
.ml8{margin-left:8px !important}
.ml9{margin-left:9px !important}
.ml10{margin-left:10px !important}
.ml11{margin-left:11px !important}
.ml12{margin-left:12px !important}
.ml13{margin-left:13px !important}
.ml14{margin-left:14px !important}
.ml15{margin-left:15px !important}
.ml16{margin-left:16px !important}
.ml17{margin-left:17px !important}
.ml18{margin-left:18px !important}
.ml19{margin-left:19px !important}
.ml20{margin-left:20px !important}
.ml23{margin-left:23px !important}
.ml25{margin-left:25px !important}
.ml30{margin-left:30px !important}
.ml40{margin-left:40px !important}
.ml50{margin-left:50px !important}

/* margin right */
.mr0{margin-right:0 !important}
.mr1{margin-right:1px !important}
.mr2{margin-right:2px !important}
.mr3{margin-right:3px !important}
.mr4{margin-right:4px !important}
.mr5{margin-right:5px !important}
.mr6{margin-right:6px !important}
.mr7{margin-right:7px !important}
.mr8{margin-right:8px !important}
.mr9{margin-right:9px !important}
.mr10{margin-right:10px !important}
.mr11{margin-right:11px !important}
.mr12{margin-right:12px !important}
.mr13{margin-right:13px !important}
.mr14{margin-right:14px !important}
.mr15{margin-right:15px !important}
.mr16{margin-right:16px !important}
.mr17{margin-right:17px !important}
.mr18{margin-right:18px !important}
.mr19{margin-right:19px !important}
.mr20{margin-right:20px !important}
.mr30{margin-right:30px !important}
.mr40{margin-right:40px !important}
.mr60{margin-right:60px !important}
.mr80{margin-right:80px !important}
.mr70{margin-right:70px !important}
.mr90{margin-right:90px !important}

/* margin bottom */
.mb0{margin-bottom:0 !important}
.mb1{margin-bottom:1px !important}
.mb2{margin-bottom:2px !important}
.mb3{margin-bottom:3px !important}
.mb4{margin-bottom:4px !important}
.mb5{margin-bottom:5px !important}
.mb6{margin-bottom:6px !important}
.mb7{margin-bottom:7px !important}
.mb8{margin-bottom:8px !important}
.mb9{margin-bottom:9px !important}
.mb10{margin-bottom:10px !important}
.mb11{margin-bottom:11px !important}
.mb12{margin-bottom:12px !important}
.mb13{margin-bottom:13px !important}
.mb14{margin-bottom:14px !important}
.mb15{margin-bottom:15px !important}
.mb16{margin-bottom:16px !important}
.mb17{margin-bottom:17px !important}
.mb18{margin-bottom:18px !important}
.mb19{margin-bottom:19px !important}
.mb20{margin-bottom:20px !important}
.mb25 {margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important}
.mb35{margin-bottom:35px !important}
.mb40{margin-bottom:40px !important}
.mb45{margin-bottom:45px !important}
.mb50{margin-bottom:50px !important}
.mb60{margin-bottom:60px !important}
.mb80{margin-bottom:80px !important}

/* padding top */
.pt0{padding-top:0 !important}
.pt1{padding-top:1px !important}
.pt2{padding-top:2px !important}
.pt3{padding-top:3px !important}
.pt4{padding-top:4px !important}
.pt5{padding-top:5px !important}
.pt6{padding-top:6px !important}
.pt7{padding-top:7px !important}
.pt8{padding-top:8px !important}
.pt9{padding-top:8px !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}

/* padding left */
.pl0{padding-left:0 !important}
.pl1{padding-left:1px !important}
.pl2{padding-left:2px !important}
.pl3{padding-left:3px !important}
.pl4{padding-left:4px !important}
.pl5{padding-left:5px !important}
.pl6{padding-left:6px !important}
.pl7{padding-left:7px !important}
.pl8{padding-left:8px !important}
.pl9{padding-left:9px !important}
.pl10{padding-left:10px !important}
.pl12{padding-left:12px !important}
.pl20{padding-left:20px !important}
.pl30{padding-left:30px !important}
.pl40{padding-left:40px !important}
.pl50{padding-left:50px !important}
.pl60{padding-left:60px !important}

/* padding right */
.pr0{padding-right:0px !important}
.pr1{padding-right:1px !important}
.pr2{padding-right:2px !important}
.pr3{padding-right:3px !important}
.pr4{padding-right:4px !important}
.pr5{padding-right:5px !important}
.pr6{padding-right:6px !important}
.pr7{padding-right:7px !important}
.pr8{padding-right:8px !important}
.pr9{padding-right:9px !important}
.pr10{padding-right:10px !important}
.pl12{padding-right:12px !important}
.pl20{padding-right:20px !important}
.pl30{padding-right:30px !important}
.pl40{padding-right:40px !important}
.pl50{padding-right:50px !important}
.pl60{padding-right:60px !important}



/* padding bottom */
.pb0{padding-bottom:0 !important}
.pb1{padding-bottom:1px !important}
.pb2{padding-bottom:2px !important}
.pb3{padding-bottom:3px !important}
.pb4{padding-bottom:4px !important}
.pb5{padding-bottom:5px !important}
.pb6{padding-bottom:6px !important}
.pb7{padding-bottom:7px !important}
.pb8{padding-bottom:8px !important}
.pb9{padding-bottom:9px !important}
.pb10{padding-bottom:10px !important}
.pb11{padding-bottom:11px !important}
.pb12{padding-bottom:12px !important}
.pb13{padding-bottom:13px !important}
.pb14{padding-bottom:14px !important}
.pb15{padding-bottom:15px !important}
.pb20{padding-bottom:20px !important}
.pb30{padding-bottom:30px !important}
.pb40{padding-bottom:40px !important}

.bt0 {border-top:0 !important}
.bl0 {border-left:0 !important}
.br0 {border-right:0 !important}
.bb0 {border-bottom:0 !important}

.f_11px {font-size:11px !important}
.f_12px {font-size:12px !important}
.f_13px {font-size:13px !important}
.f_14px {font-size:14px !important}
.f_15px {font-size:15px !important}
.f_16px {font-size:16px !important}
.f_17px {font-size:17px !important}
.f_18px {font-size:18px !important}
.f_19px {font-size:19px !important}
.f_20px {font-size:20px !important}
.f_21px {font-size:21px !important}
.f_22px {font-size:22px !important}
.f_23px {font-size:23px !important}
.f_24px {font-size:24px !important}
.f_25px {font-size:25px !important}
.f_26px {font-size:26px !important}
.f_27px {font-size:27px !important}
.f_28px {font-size:28px !important}
.f_29px {font-size:29px !important}
.f_30px {font-size:30px !important}

.link {color:#0f5fa0;text-decoration:underline}
.link:hover {color:#0f5fa0;}

.f_black {color:#000 !important;}
.f_red01 {color:#cd2323 !important;}
.f_orange01 {color:#c95500 !important;}
.f_blue01 {color:#0f5fa0 !important;}
.f_green01 {color:#00b29b !important;}
.f_gray01 {color:#646464 !important;}
.f_gray02 {color:#acacac !important;}
.f_white {color:#ffffff !important;}
.f_yellow {color:#fffeae !important;}

.bg_red {background:#b72236 !important;}
.bg_red_2 {background:#d64155 !important;}
.bg_blue {background:#1c4796 !important;}
.bg_blue_2 {background:#2e5db3 !important;}
.bg_blk {background:#000 !important;}
.bg_blk_2 {background:#343434 !important;}
.bg_yellow {background:#cb9900 !important;}
.bg_yellow_2 {background:#f2c510 !important;}
.bg_orange {background:#d76d0e !important;}
.bg_orange_2 {background:#f38b11 !important;}
.bg_green {background:#1f850b !important;}
.bg_green_2 {background:#34a11e !important;}
.bg_puple {background:#642198 !important;}
.bg_puple_2 {background:#8b46c0 !important;}
.bg_gray {background:#646464 !important;}
.bg_gray_2 {background:#8b8b8b !important;}
.bg_gray_3 {background:#ededed !important;}
.bg_gray_4 {background:#fcfcfc !important;}

.over_h {overflow:hidden !important;}
.vat {vertical-align:top !important;}
.vam {vertical-align:middle !important;}
.fw_n {font-weight:normal !important;}
.fw_b {font-weight:bold !important;}
.txa_l {text-align:left !important;}
.txa_r {text-align:right !important;}
.txa_c {text-align:center !important;}
.fl {float:left !important}
.fr {float:right !important}


/* button */
*[class^=btn-style] {display:inline-block; min-width:100px; height:30px; padding:0 30px; background:#646464; color:#fff; font-size:15px; font-weight:500; text-align:center; box-sizing:border-box; vertical-align:middle; line-height:30px;}
*[class^=btn-style].large {min-width:130px; height:50px; padding:0 40px;font-size:18px; line-height:50px;}
*[class^=btn-style].small {min-width:30px; height:30px; padding:0 10px;font-size:25px; line-height:30px;}
*[class^=btn-style].small02 {min-width:100px; height:30px; padding:0 10px;font-size:15px; line-height:30px;}
*[class^=btn-style].xsmall {min-width:30px; height:30px; padding:0 15px;font-size:14px; line-height:30px; font-weight:400;}
.btn-style-green {background:#00b29b;}
.btn-style-bk {background:#151515;}
.btn-style-red {background:#cd2323;}
.btn-style-orange {background:#c95500;}
.btn-style-blue {background:#0f5fa0;}
.btn-style-gray {background:#646464;}
.btn-style-gray2 {background:#999999;}
.btn-style-white {background:#fff; border:1px solid #c9c9c9; color:#646464;}
*[class^=btn-style].radius {border-radius:15px;}
.btn-wrap {text-align:center;}
.btn-wrap.border-top {padding-top:33px; margin-top:33px; border-top:1px solid #ddd}
.btn-wrap-left {text-align:left;}
.btn-wrap-right {text-align:right;}

/* list style */
*[class^=ul-style] > li {position:relative; padding-left:18px; margin-top:10px;  font-size:15px;}
*[class^=ul-style] > li:before {content:""; position:absolute; top:10px; left:4px;}
.ul-style1 > li:before {top:6px; left:0; width:8px; height:8px; background:#00b29b;}
.ul-style2 > li:before {top:10px; left:4px; width:3px; height:3px; background:#434343;}
.ul-style3 > li:before {content:"※"; top:0; left:0; width:3px; height:3px; color:#cd2323;}
.ul-style4 > li:before {top:5px; left:0; width:11px; height:10px; background:url('../images/common/ul_style_04.png') no-repeat 0;}
.ul-style5 > li:before {top:10px; left:4px; width:3px; height:3px; background:#a8a8a8;}
.ul-style6 > li:before {top:10px; left:4px; width:7px; height:3px; background:#c95500;}
*[class^=dl-style] {zoom:1;}
*[class^=dl-style]:after {content:""; display:block; clear:both;}
*[class^=dl-style] > dt {position:relative; padding-left:18px; margin-top:10px; font-size:15px; font-weight:700;}
*[class^=dl-style] > dt:first-child {margin-top:0;}
*[class^=dl-style] > dt:before {content:""; position:absolute;}
*[class^=dl-style] > dd {padding-left:18px; color:#000; font-size:15px;}
.dl-style1 > dt {color:#00b29b;}
.dl-style1 > dt:before {top:10px; left:0; width:8px; height:8px; background:#00b29b;}
.dl-style2 {margin-top:10px;}
.dl-style2 > dt {float:left; min-width:90px; height:25px; padding:0 10px; margin:0; background:#00b29b; color:#fff; font-size:15px; font-weight:700; text-align:center;}
.dl-style2 > dd {float:left; padding-left:10px;}
.dl-style3 > dt {color:#000;}
.dl-style3 > dt:before {top:13px; left:5px; width:3px; height:3px; background:#434343;}
.dl-style3 > dd {color:#808080;}
.dl-style4 > dt {color:#cd2323;}
.dl-style4 > dt:before {content:"※"; top:2px; left:0; width:3px; height:3px; color:#cd2323; font-size:15px;}
.dl-style4 > dd {padding-left:20px;}
.dl-style5 > dt {color:#2a7ec2;}
.dl-style5 > dt:before {top:8px; left:0; width:11px; height:10px; background:url('../images/common/ul_style_04.png') no-repeat 0;}
.dl-style6 > dt {padding:0; color:#000; font-size:18px;}
.dl-style6 > dd {position:relative; padding-left:11px; margin-top:5px; color:#747474;}
.dl-style6 > dd:before {content:""; position:absolute; top:10px; left:0; width:3px; height:3px; background:#747474;}

/* Write */
.tbl_write {clear:both;width:100%;border-top:1px solid #000;}
.tbl_write thead th {padding:12px 0 10px 0;border-bottom:1px solid #bbb;border-left:1px solid #ddd;background:#fafafa;}
.tbl_write tfoot th,
.tbl_write tbody th {padding:8px 0 8px 15px;text-align:left;border-bottom:1px solid #ddd;background:#fafafa;}
.tbl_write thead th span,
.tbl_write tbody th span {font-weight:bold;color:#cd2323;}
.tbl_write tfoot td,
.tbl_write tbody td {padding:8px 0 8px 10px;text-align:left;border-bottom:1px solid #ddd;border-left:1px solid #ddd;}
.tbl_write span.add_txt {color:#888;font-size:13px;display:inline-block;margin-left:10px;}
.tbl_write label.tit {font-weight:bold;color:#333;font-size:12px;}
.tbl_write .add_side {display:inline-block;margin-left:15px;}
.tbl_write .add_side label {margin-right:10px;}
.tbl_write .add_th {background:#fafafa;font-weight:bold;}
.tbl_write .add_th span {font-weight:bold;color:#00b29b;}
.tbl_write .add_top {display:block;margin-bottom:5px;}
.tbl_write .add_bm {display:block;margin-top:5px;color:#888;font-size:12px;}
.tbl_write .add_bm02 {display:block;margin-top:5px;}
.tbl_write .add_bm.file {font-size:14px;}
.tbl_write .add_bm.file .add_side {margin-left:5px;color:#888;font-size:12px;}
.tbl_write .add_bm.file label {margin-right:0}
.tbl_write .first {border-left:none}
.tbl_write .bg {background:#fdfdfd !important;}
.tbl_write .sum {font-weight:bold !important;}
.tbl_write .line {border-left:1px solid #ddd;padding-left:15px;}
.tbl_write .line_end th,
.tbl_write .line_end td {border-bottom:1px solid #bbb !important;}
.tbl_write .txa_l {padding-left:10px !important;text-align:left !important;}
.tbl_write .txa_m {padding-left:40px !important;text-align:left !important;}
.tbl_write .txa_r {padding-left:0;padding-right:20px !important;text-align:right !important;}
.tbl_write .txa_c {padding-left:0;padding-right:0 !important;text-align:center !important;}
.tbl_write.txt_c tbody th,
.tbl_write.txt_c tbody td {padding:8px 0 8px 0;text-align:center;}
.tbl_write..txt_c tbody th {background:none;}
.tbl_write.txt_c.bg tbody th {background:#fafafa;}
.tbl_write.txt_r tbody td {padding:12px 10px 10px 0;text-align:right;}
.tbl_write td input[type=text],
.tbl_write td input[type=password] {width:187px;}
.tbl_write tfoot th {background:#fafafa !important;}
.tbl_write tfoot td {background:#fafafa !important;text-align:right !important;padding-right:10px !important;}
.tbl_write tfoot td strong {font-size:15px;}
.tbl_write tfoot td strong.sum_total {font-size:27px;color:#c42737;}
.tbl_write tfoot .total td {font-size:17px;font-weight:bold;}
.tbl_write tfoot .total td strong {font-size:18px;color:#c42737;font-weight:bold;}
.tbl_write tfoot .total td em {font-size:14px;font-weight:bold;}
.ul_form li {float:left;margin-left:20px;}
.ul_form li:first-child {margin-left:0;}