.lt-ie8 .clearfix {
  zoom: 1;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
}
.ie7 .bx-wrapper {
  zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME */
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.ie7 .bx-wrapper .bx-pager .bx-pager-item,
.ie7 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  zoom: 1;
  display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.w_100 {
  width: 100px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_50 {
  margin-top: 50px;
}
.clear {
  clear: both;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.paging-area {
  position: relative;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  zoom: 1;
}
.paging-area ul:before,
.paging-area ul:after {
  content: " ";
  display: table;
}
.paging-area ul:after {
  clear: both;
}
.paging-area ul:before,
.paging-area ul:after {
  content: " ";
  display: table;
}
.paging-area ul:after {
  clear: both;
}
.paging-area ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.paging-area ul li a {
  display: inline-block;
  padding: 10px 12px;
  color: #6f757c;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/paging/paging.png);
}
.paging-area ul li a:hover {
  color: #000000;
  background-color: #eeeeee;
}
.paging-area ul li a.prev-first {
  background-image: url(../images/paging/prev-first.png);
}
.paging-area ul li a.prev {
  background-image: url(../images/paging/prev.png);
}
.paging-area ul li a.next-last {
  background-image: url(../images/paging/next-last.png);
}
.paging-area ul li a.next {
  background-image: url(../images/paging/next.png);
}
.paging-area ul li a span {
  display: inline-block;
  text-indent: -9999px;
}
.banner.banner-01 {
  position: relative;
  z-index: 1;
  background: url(../images/banner/banner-01.jpg) no-repeat center top;
}
.banner.gnbBg {
  position: relative;
  z-index: 2;
  background: #f7f7f7 url(../images/bg-gnb.gif) no-repeat center top;
}
.banner .gnb {
  position: relative;
}
.banner .gnb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.banner .gnb ul:before,
.banner .gnb ul:after {
  content: " ";
  display: table;
}
.banner .gnb ul:after {
  clear: both;
}
.banner .gnb ul:before,
.banner .gnb ul:after {
  content: " ";
  display: table;
}
.banner .gnb ul:after {
  clear: both;
}
.banner .gnb ul li {
  float: left;
  width: 275px;
}
.banner .gnb ul li .gnb1 {
  display: block;
  width: 275px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  background-color: #000000;
}
.banner .gnb ul li .gnb1:hover {
  background-color: #1a1a1a;
}
.banner .gnb ul li .gnb2 {
  display: block;
  width: 275px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  background-color: #ed1b24;
}
.banner .gnb ul li .gnb2:hover {
  background-color: #f14a51;
}
.banner .gnb ul li .gnb3 {
  display: block;
  width: 275px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  background-color: #9c9c9c;
}
.banner .gnb ul li .gnb3:hover {
  background-color: #b6b6b6;
}
.banner .gnb ul li .gnb4 {
  display: block;
  width: 275px;
  color: #ffffff;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  background-color: #616161;
}
.banner .gnb ul li .gnb4:hover {
  background-color: #7a7a7a;
}
.banner .gnb ul li ul {
  display: none;
  padding-top: 20px;
  padding-bottom: 15px;
}
.banner .gnb ul li ul li {
  line-height: 30px;
}
.banner .gnb ul li ul li a {
  padding-left: 35px;
  font-size: 14px;
  color: #666;
  background: url(../images/icon/icon-bullet.gif) no-repeat 25px center;
}
.banner .gnb ul li ul li a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb {
  width: 100%;
  padding-top: 6px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.breadcrumb ul:before,
.breadcrumb ul:after {
  content: " ";
  display: table;
}
.breadcrumb ul:after {
  clear: both;
}
.breadcrumb ul:before,
.breadcrumb ul:after {
  content: " ";
  display: table;
}
.breadcrumb ul:after {
  clear: both;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li a {
  float: left;
  display: block;
  padding: 15px 30px;
  color: #999;
  background: url(../images/icon/bc-right.png) no-repeat right center;
}
.breadcrumb ul li a.on,
.breadcrumb ul li a:hover {
  color: #333;
  font-weight: bold;
}
.breadcrumb ul li a .icon-home {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: url(../images/icon/icon-home.png) no-repeat;
  vertical-align: middle;
}
.breadcrumb ul li.last a {
  background: none;
}
/* Tables
-------------------------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.23077;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.thead-bg-01 > caption + thead > tr:first-child > th,
.thead-bg-01 > colgroup + thead > tr:first-child > th,
.thead-bg-01 > thead:first-child > tr:first-child > th,
.thead-bg-01 > caption + thead > tr:first-child > td,
.thead-bg-01 > colgroup + thead > tr:first-child > td,
.thead-bg-01 > thead:first-child > tr:first-child > td {
  background-color: #f1f1f1;
}
.thead-bg-02 > caption + thead > tr:first-child > th,
.thead-bg-02 > colgroup + thead > tr:first-child > th,
.thead-bg-02 > thead:first-child > tr:first-child > th,
.thead-bg-02 > caption + thead > tr:first-child > td,
.thead-bg-02 > colgroup + thead > tr:first-child > td,
.thead-bg-02 > thead:first-child > tr:first-child > td {
  background-color: #999999;
}
.thead-bg-03 > caption + thead > tr:first-child > th,
.thead-bg-03 > colgroup + thead > tr:first-child > th,
.thead-bg-03 > thead:first-child > tr:first-child > th,
.thead-bg-03 > caption + thead > tr:first-child > td,
.thead-bg-03 > colgroup + thead > tr:first-child > td,
.thead-bg-03 > thead:first-child > tr:first-child > td {
  background-color: #0066ff;
}
.table.text-center th,
.table.text-center td {
  text-align: center;
}
.thead-bd-01 > caption + thead > tr:first-child > th,
.thead-bd-01 > colgroup + thead > tr:first-child > th,
.thead-bd-01 > thead:first-child > tr:first-child > th,
.thead-bd-01 > caption + thead > tr:first-child > td,
.thead-bd-01 > colgroup + thead > tr:first-child > td,
.thead-bd-01 > thead:first-child > tr:first-child > td {
  border-top: 1px solid #548cc3;
  border-bottom: 1px solid #548cc3;
}
.thead-bd-02 > caption + thead > tr:first-child > th,
.thead-bd-02 > colgroup + thead > tr:first-child > th,
.thead-bd-02 > thead:first-child > tr:first-child > th,
.thead-bd-02 > caption + thead > tr:first-child > td,
.thead-bd-02 > colgroup + thead > tr:first-child > td,
.thead-bd-02 > thead:first-child > tr:first-child > td {
  border-top: 1px solid #ff3300;
  border-bottom: 1px solid #ff3300;
}
.thead-bd-03 > caption + thead > tr:first-child > th,
.thead-bd-03 > colgroup + thead > tr:first-child > th,
.thead-bd-03 > thead:first-child > tr:first-child > th,
.thead-bd-03 > caption + thead > tr:first-child > td,
.thead-bd-03 > colgroup + thead > tr:first-child > td,
.thead-bd-03 > thead:first-child > tr:first-child > td {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.table-bd-last-01 {
  border-bottom: 1px solid #548cc3;
}
.table-bd-last-02 {
  border-bottom: 1px solid #ff3300;
}
.table-bd-last-03 {
  border-bottom: 1px solid #000000;
}
.table-style-1 {
  border-bottom: 1px solid #548cc3;
}
.table-style-1 > caption + thead > tr:first-child > th,
.table-style-1 > colgroup + thead > tr:first-child > th,
.table-style-1 > thead:first-child > tr:first-child > th {
  border-top: 1px solid #548cc3;
  border-bottom: 2px solid #548cc3;
  color: #548cc3;
  text-align: center;
}
.table-style-1 > caption + thead > tr:first-child > td,
.table-style-1 > colgroup + thead > tr:first-child > td,
.table-style-1 > thead:first-child > tr:first-child > td {
  border-top: 1px solid #548cc3;
  border-bottom: 2px solid #548cc3;
}
.table-style-1 .table-col-01 {
  width: 100px;
}
.table-style-1 .table-col-03 {
  width: 100px;
}
.table-style-2 {
  border-bottom: 1px solid #548cc3;
}
.table-style-2 > thead > tr > th,
.table-style-2 > tbody > tr > th,
.table-style-2 > tfoot > tr > th,
.table-style-2 > thead > tr > td,
.table-style-2 > tbody > tr > td,
.table-style-2 > tfoot > tr > td {
  border-top-color: #548cc3;
}
.table-style-2 tbody tr th {
  color: #548cc3;
  text-align: center;
}
.table-style-2 tbody tr td {
  line-height: 2;
}
.table-style-2 tbody tr.head th {
  border-top-color: #dddddd;
  border-bottom: 2px solid #548cc3;
}
.table-style-2 tbody tr.head td {
  border-top-color: #dddddd;
  border-bottom: 2px solid #548cc3;
}
.table-style-2 .table-col-01 {
  width: 100px;
}
.table-style-2 .table-col-03 {
  width: 100px;
}
.table-style-2 .table-col-04 {
  width: 100px;
}
.tab-wrap {
  position: relative;
}
.tab-wrap .tab {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
}
.tab-wrap .tab:before,
.tab-wrap .tab:after {
  content: " ";
  display: table;
}
.tab-wrap .tab:after {
  clear: both;
}
.tab-wrap .tab:before,
.tab-wrap .tab:after {
  content: " ";
  display: table;
}
.tab-wrap .tab:after {
  clear: both;
}
.tab-wrap .tab li {
  float: left;
}
.tab-wrap .tab li a {
  display: block;
  float: left;
  text-decoration: none;
}
.tab-wrap .tab-content {
  display: none;
}
.tab-wrap.tab-02 .tab {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #548cc3;
  margin-bottom: 30px;
}
.tab-wrap.tab-02 .tab li a {
  position: relative;
  z-index: 2;
  font-size: 18px;
  padding: 15px 35px 15px 35px;
  color: #ffffff;
  background-color: #9f9f9f;
  border: 1px solid #ffffff;
  border-bottom: 0 none;
}
.tab-wrap.tab-02 .tab li a.active {
  margin-bottom: -1px;
  color: #548cc3;
  background-color: #ffffff;
  border-color: #548cc3;
  border-bottom: 1px solid #ffffff;
}
.tab-wrap.tab-02 .tab li a.active:hover {
  background-color: #e6e6e6;
}
.tab-wrap.tab-02 .tab li a:hover {
  background-color: #868686;
}
.tab-wrap.tab-03 .tab {
  position: relative;
  z-index: 1;
  background: #b0b0b0;
}
.tab-wrap.tab-03 .tab li a {
  position: relative;
  z-index: 2;
  /* 2015.01.26 : KETRI
  padding: 15px 35px 15px 35px;
  padding: 15px 31px 15px 31px; */
  padding: 15px 22px 15px 22px;
  color: #ffffff;
  background-color: #9f9f9f;
}
.tab-wrap.tab-03 .tab li a.active {
  color: #548cc3;
  background-color: #ffffff;
}
.tab-wrap.tab-03 .tab-content {
  padding: 20px 15px;
  background-color: #ffffff;
}
.btn {
  display: inline-block;
  padding: 15px 25px;
  vertical-align: middle;
}
.btn + .btn {
  margin-left: 10px;
}
.btn.btn-gray {
  color: #ffffff;
  background-color: #8a8780;
}
.btn.btn-gray:hover {
  background-color: #96948d;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #e47267;
}
.btn.btn-red:hover {
  background-color: #e8867d;
}
.btn.btn-red-02 {
  color: #ffffff;
  background-color: #ed1b24;
}
.btn.btn-red-02:hover {
  background-color: #ef333b;
}
.btn.btn-blue {
  color: #ffffff;
  background-color: #548cc3;
}
.btn.btn-blue:hover {
  background-color: #6799ca;
}
.btn.btn-01 {
  position: absolute;
  right: 0;
  top: 0;
}
.btn-area.btn-right {
  text-align: right;
}
.btn-area.btn-center {
  text-align: center;
}
.btn-area.btn-left {
  text-align: left;
}
.qna {
  line-height: 1.6;
  font-size: 15px;
  border-bottom-color: #548cc3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.qna .qna-header {
  border-top-color: #dddddd;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 10px;
}
.qna .qna-header:first-child {
  border-top-color: #548cc3;
}
.qna .qna-header a {
  text-decoration: none;
  display: block;
  padding-left: 40px;
  background: url(../images/qna-q.png) no-repeat 0 center;
}
.qna .qna-header a.active {
  color: #000000;
}
.qna .qna-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  border-top-color: #dddddd;
  border-top-width: 1px;
  border-top-style: solid;
  color: #666666;
  background: url(../images/qna-a.png) no-repeat 10px center;
}
.footer {
  position: relative;
  z-index: 1;
}
.footer.mainpage {
  background: #fff;
}
.footer.mainpage .wrapper {
  background-image: url(../images/logo-footer.png);
}
.footer.mainpage .footer-left .footer-link a {
  color: #666;
}
.footer.mainpage .footer-left .address {
  color: #999;
}
.footer.mainpage .footer-left .copyright {
  color: #666;
}
.footer.subpage {
  background: url(../images/bg-footer.gif) repeat;
}
.footer.subpage .wrapper {
  background-image: url(../images/logo-footer-subpage.gif);
}
.footer.subpage .footer-left .footer-link a {
  color: #fff;
}
.footer.subpage .footer-left .address {
  color: #fff;
}
.footer.subpage .footer-left .copyright {
  color: #ccc;
}
.footer .wrapper {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: left 53px;
  zoom: 1;
}
.footer .wrapper:before,
.footer .wrapper:after {
  content: " ";
  display: table;
}
.footer .wrapper:after {
  clear: both;
}
.footer .wrapper:before,
.footer .wrapper:after {
  content: " ";
  display: table;
}
.footer .wrapper:after {
  clear: both;
}
.footer .wrapper .footer-left {
  float: left;
  padding-left: 180px;
  font-size: 12px;
}
.footer .wrapper .footer-left p {
  margin: 0;
}
.footer .wrapper .footer-left .footer-link {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.footer .wrapper .footer-left .footer-link:before,
.footer .wrapper .footer-left .footer-link:after {
  content: " ";
  display: table;
}
.footer .wrapper .footer-left .footer-link:after {
  clear: both;
}
.footer .wrapper .footer-left .footer-link:before,
.footer .wrapper .footer-left .footer-link:after {
  content: " ";
  display: table;
}
.footer .wrapper .footer-left .footer-link:after {
  clear: both;
}
.footer .wrapper .footer-left .footer-link li {
  float: left;
}
.footer .wrapper .footer-left .footer-link li a {
  display: block;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #666;
}
.footer .wrapper .footer-left .footer-link li a.first {
  padding-left: 0;
}
.footer .wrapper .footer-left .footer-link li a.last {
  border-right: 0 none;
}
.footer .wrapper .footer-left .address {
  padding-top: 12px;
}
.footer .wrapper .footer-left .copyright {
  padding-top: 5px;
}
.footer .wrapper .footer-right {
  float: right;
}
.footer .footer-menu {
  position: relative;
  margin-right: 70px;
}
.footer .footer-menu dl {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.footer .footer-menu dl dt a {
  position: relative;
  display: block;
  padding: 10px;
  width: 180px;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
}
.footer .footer-menu dl dt a span {
  position: absolute;
  right: 10px;
  top: 13px;
  display: inline-block;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  background: url(../images/icon/icon-top.png) no-repeat;
}
.footer .footer-menu dl dd {
  position: absolute;
  bottom: 39px;
  left: 0;
  display: none;
}
.footer .footer-menu dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #dfdfdf;
}
.footer .footer-menu dl dd ul li a {
  position: relative;
  display: block;
  width: 180px;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f7f7f7;
}
.fl_menu {
  position: absolute;
  top: 53px;
  right: 0;
  z-index: 99;
  width: 56px;
  height: 50px;
}
.fl_menu .label {
  display: none;
  padding-left: 20px;
  line-height: 50px;
  background: #000;
  color: #fff;
}
.fl_menu .menu {
  display: block;
  width: 56px;
  height: 538px;
}
.fl_menu .menu .menu_item {
  display: block;
  background: url(../images/bg-quick.png) no-repeat;
  color: #bbb;
  text-decoration: none;
  text-indent: -99999px;
}
.fl_menu .menu .menu_item.quick-01 {
  height: 102px;
  background-position: 0 0;
}
.fl_menu .menu .menu_item.quick-02 {
  height: 72px;
  background-position: 0 -102px;
}
.fl_menu .menu .menu_item.quick-03 {
  height: 66px;
  background-position: 0 -174px;
}
.fl_menu .menu .menu_item.quick-04 {
  height: 81px;
  background-position: 0 -240px;
}
.fl_menu .menu .menu_item.quick-05 {
  height: 77px;
  background-position: 0 -321px;
}
.fl_menu .menu .menu_item.quick-06 {
  height: 83px;
  background-position: 0 -398px;
}
.fl_menu .menu .menu_item.quick-07 {
  height: 90px;
  background-position: 0 -481px;
}
.fl_menu .menu .menu_item.quick-08 {
  height: 39px;
  background-position: 0 -571px;
}
.container.main .fl_menu {
  top: 180px;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-size: 13px;
  line-height: 1.23077;
  font-family: "Malgun Gothic", "맑은고딕", Dotum, "돋움", "Helvetica Neue", Helvetica, Arial, sans-serif;
  zoom: 1;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
a {
  color: #333;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background: none;
  border: 1px solid #ccc;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.container {
  width: 100%;
  height: 100%;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 1275px;
}
.header {
  width: 100%;
  position: relative;
  z-index: 2;
}
.top-menu {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  zoom: 1;
}
.top-menu:before,
.top-menu:after {
  content: " ";
  display: table;
}
.top-menu:after {
  clear: both;
}
.top-menu:before,
.top-menu:after {
  content: " ";
  display: table;
}
.top-menu:after {
  clear: both;
}
.top-menu ul {
  width: 600px;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-menu ul li {
  float: left;
  border-left: 1px solid #dfdfdf;
}
.top-menu ul li a {
  display: block;
  float: left;
  padding: 10px;
  color: #666;
  font-size: 12px;
}
.top-menu ul li.last {
  border-left: 0 none;
}
.top-menu ul li.last input {
  padding: 9px 10px 8px;
  border: none;
  color: #fff;
  background: #548cc3;
}
.top-menu ul li.last button {
  padding: 17px 20px;
  border: 0;
  vertical-align: middle;
  background: #00427a url(../images/icon/icon-search.png) no-repeat 13px 7px;
}
.bot-menu {
  width: 100%;
}
.bot-menu.mainpage {
  border-bottom: 1px solid #8ea4b1;
}
.bot-menu.subpage {
  border-bottom: 30px solid #8ea4b1;
}
.bot-menu .gnb-over {
  display: none;
  position: absolute;
  top: 100px;
  width: 100%;
  height: 240px;
  border-bottom: solid 1px #dfdfdf;
  background: url('../images/gnb/gnb-bg-01.jpg') no-repeat center 0 #ffffff;
}
.bot-menu .wrapper {
  zoom: 1;
}
.bot-menu .wrapper:before,
.bot-menu .wrapper:after {
  content: " ";
  display: table;
}
.bot-menu .wrapper:after {
  clear: both;
}
.bot-menu .wrapper:before,
.bot-menu .wrapper:after {
  content: " ";
  display: table;
}
.bot-menu .wrapper:after {
  clear: both;
}
.bot-menu .wrapper .logo {
  float: left;
  padding-top: 6px;
}
.bot-menu .wrapper .logo a {
  display: block;
}
.bot-menu .wrapper .logo a span {
  display: block;
  text-indent: -9999px;
}
.bot-menu .wrapper .gnb {
  float: right;
}
.bot-menu .wrapper .gnb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bot-menu .wrapper .gnb ul li {
  position: relative;
  float: left;
}
.bot-menu .wrapper .gnb ul li a {
  display: block;
  float: left;
  padding: 20px 58px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -2px;
}
.bot-menu .wrapper .gnb ul li a:hover {
  background-color: #f7f7f7;
}
.bot-menu .wrapper .gnb ul li.last a {
  font-size: 0;
}
.bot-menu .wrapper .gnb ul li.last a span {
  display: block;
  text-indent: -9999px;
}
.bot-menu .wrapper .gnb ul li ul {
  display: none;
  position: absolute;
  left: 30px;
  top: 75px;
}
.bot-menu .wrapper .gnb ul li ul li {
  float: none;
}
.bot-menu .wrapper .gnb ul li ul li a {
  float: none;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  letter-spacing: 0;
  color: #666;
  background: url(../images/gnb/off.gif) no-repeat left 12px;
}
.bot-menu .wrapper .gnb ul li ul li a:hover {
  color: #548cc3;
  background: url(../images/gnb/on.gif) no-repeat left 12px;
}
.main {
  position: relative;
  clear: both;
}
.div-01 {
  width: 100%;
}
.div-01 .wrapper {
  padding-top: 80px;
  zoom: 1;
}
.div-01 .wrapper:before,
.div-01 .wrapper:after {
  content: " ";
  display: table;
}
.div-01 .wrapper:after {
  clear: both;
}
.div-01 .wrapper:before,
.div-01 .wrapper:after {
  content: " ";
  display: table;
}
.div-01 .wrapper:after {
  clear: both;
}
.div-01 .wrapper .pull-left {
  width: 470px;
}
.div-01 .wrapper .pull-left .top-block {
  margin-top: 10px;
}
.div-01 .wrapper .pull-left .top-block .title a {
  padding: 15px 25px 0 25px;
  font-size: 15px;
  color: #fff;
  background-color: #548cc3;
}
.div-01 .wrapper .pull-left .top-block .title .con {
  padding: 15px 25px;
  background-color: #548cc3;
}
.div-01 .wrapper .pull-left .top-block .title .con p {
  margin: 0;
}
.div-01 .wrapper .pull-left .top-block .title .con .first {
  color: #fff;
  margin-bottom: 10px;
}
.div-01 .wrapper .pull-left .top-block .title .con .first span {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.div-01 .wrapper .pull-left .top-block .title .con .two {
  font-size: 12px;
  color: #ccc;
}
.div-01 .wrapper .pull-left .bot-block {
  margin-top: 1px;
}
.div-01 .wrapper .pull-left .bot-block .tab-content {
  min-height: 130px;
}
.div-01 .wrapper .pull-right {
  width: 600px;
}
.div-02 {
  width: 100%;
  background-color: #fff;
}
.div-02 .wrapper {
  padding: 30px 0;
  zoom: 1;
}
.div-02 .wrapper:before,
.div-02 .wrapper:after {
  content: " ";
  display: table;
}
.div-02 .wrapper:after {
  clear: both;
}
.div-02 .wrapper:before,
.div-02 .wrapper:after {
  content: " ";
  display: table;
}
.div-02 .wrapper:after {
  clear: both;
}
.div-02 .wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.div-02 .wrapper ul li {
  float: left;
}
.div-02 .wrapper ul li a {
  display: block;
  float: left;
  padding: 0 65px;
}
.div-03 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffae00;
}
.div-03 .wrapper {
  zoom: 1;
}
.div-03 .wrapper:before,
.div-03 .wrapper:after {
  content: " ";
  display: table;
}
.div-03 .wrapper:after {
  clear: both;
}
.div-03 .wrapper:before,
.div-03 .wrapper:after {
  content: " ";
  display: table;
}
.div-03 .wrapper:after {
  clear: both;
}
.div-03 .wrapper .col {
  float: left;
}
.div-03 .wrapper .col .title {
  margin: 0 0 25px;
  font-size: 18px;
  color: #fff;
}
.div-03 .wrapper .col .col-content {
  line-height: 1.6;
}
.div-03 .wrapper .col .col-content p {
  margin: 0;
}
.div-03 .wrapper .col .col-content .first {
  font-size: 14px;
  color: #712f04;
}
.div-03 .wrapper .col .col-content .two {
  font-size: 18px;
  color: #333333;
}
.div-03 .wrapper .col .col-content .three {
  font-size: 14px;
  color: #712f04;
}
.div-03 .wrapper .col.col-01 {
  width: 15%;
  margin-right: 3%;
}
.div-03 .wrapper .col.col-01 .title {
  color: #333;
}
.div-03 .wrapper .col.col-02 {
  width: 25%;
  margin-right: 3%;
}
.div-03 .wrapper .col.col-03 {
  width: 33%;
  margin-right: 3%;
}
.div-03 .wrapper .col.col-04 {
  width: 28%;
}
.div-03 .wrapper .col.col-04 .col-content .two {
  margin-top: -5px;
  font-size: 24px;
  font-weight: bold;
}
.div-04 {
  background: url(../images/bg-div-01.png) repeat;
}
.div-04 .wrapper {
  zoom: 1;
  padding: 50px 0;
}
.div-04 .wrapper:before,
.div-04 .wrapper:after {
  content: " ";
  display: table;
}
.div-04 .wrapper:after {
  clear: both;
}
.div-04 .wrapper:before,
.div-04 .wrapper:after {
  content: " ";
  display: table;
}
.div-04 .wrapper:after {
  clear: both;
}
.div-04 .wrapper .bt-01 {
  float: left;
}
.div-04 .wrapper .bt-01 p {
  margin: 0;
  font-size: 28px;
  letter-spacing: -3px;
  line-height: 1.4;
}
.div-04 .wrapper .bt-01 p span {
  color: #ffae00;
  text-decoration: underline;
}
.div-04 .wrapper .bt-02 {
  margin-left: 486px;
}
.div-04 .wrapper .bt-02 a {
  display: inline-block;
  padding: 0 30px;
}
.visual {
  background-repeat: no-repeat;
  background-position: center top;
}
.visual.visual-01 {
  background-image: url(../images/banner/banner-01.png);
}
.visual .bot-menu {
  background: url(../images/bg-bot-menu.png) repeat-x;
}
.visual .main.subpage {
  padding-top: 120px;
  background: url(../images/bg-subpage.png) repeat-x left 123px;
}
.visual .main.subpage .wrapper {
  zoom: 1;
}
.visual .main.subpage .wrapper:before,
.visual .main.subpage .wrapper:after {
  content: " ";
  display: table;
}
.visual .main.subpage .wrapper:after {
  clear: both;
}
.visual .main.subpage .wrapper:before,
.visual .main.subpage .wrapper:after {
  content: " ";
  display: table;
}
.visual .main.subpage .wrapper:after {
  clear: both;
}
.bpopup1 {
  background-color: #fff;
  color: #111;
  display: none;
  min-width: 450px;
  padding: 25px;
  min-height: 250px;
}
.bpopup2 {
  background-color: #fff;
  color: #111;
  display: none;
  min-width: 450px;
  padding: 25px;
}
.bMulti {
  background-color: #fff;
  color: #111;
  display: none;
  min-width: 450px;
  padding: 25px;
  min-height: 250px;
}
.button {
  background-color: #2b91af;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #296DB1;
}
.button.b-close,
.button.bClose {
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar {
  position: relative;
  width: 210px;
  float: left;
}
.sidebar .sidebar-top {
  position: relative;
  margin-top: -33px;
}
.sidebar .sidebar-top h2 {
  margin: 0;
  padding: 25px 20px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -4px;
  color: #fff;
  background-color: #142e47;
}
.sidebar .sidebar-top .sb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .sidebar-top .sb li a {
  display: block;
  padding: 15px 20px;
  color: #666666;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  background-color: #d4d3d3;
}
.sidebar .sidebar-top .sb li a.on {
  color: #fff;
  background-color: #8ea4b1;
}
.sidebar .sidebar-top .sb li a.on:hover {
  color: #fff;
  background-color: #7f98a7;
}
.sidebar .sidebar-top .sb li a.off {
  color: #fff;
  background-color: #8ea4b1;
  background-image: url(../images/icon/icon-right-white.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.sidebar .sidebar-top .sb li a.off:hover {
  color: #fff;
  background-color: #8ea4b1;
}
.sidebar .sidebar-top .sb li a:hover {
  color: #fff;
  background-color: #8ea4b1;
  background-image: url(../images/icon/icon-right-white.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.sidebar .sidebar-top .sb li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.sidebar .sidebar-top .sb li ul li {
  background-color: #8ea4b1;
}
.sidebar .sidebar-top .sb li ul li a {
  padding: 10px 10px 10px 35px;
  color: #fff;
  background: url(../images/lnb-bullet.png) no-repeat 25px 17px;
}
.sidebar .sidebar-top .sb li ul li a.on,
.sidebar .sidebar-top .sb li ul li a:hover {
  color: #fff;
  background-color: #6c818d;
  background-image: url(../images/lnb-bullet.png);
  background-repeat: no-repeat;
  background-position: 25px 17px;
}
.sidebar .sidebar-mid {
  margin-top: 30px;
}
.sidebar .sidebar-mid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .sidebar-mid ul li a {
  display: block;
  padding: 15px 5px 15px 45px;
  font-size: 12px;
  margin-bottom: 1px;
  background-color: #edecec;
  background-image: url(../images/icon/icon-sidebar-mid.png);
  background-repeat: no-repeat;
}
.sidebar .sidebar-mid ul li a:hover {
  background-color: #d4d2d2;
}
.sidebar .sidebar-mid ul li a.sm-01 {
  background-position: 15px 6px;
}
.sidebar .sidebar-mid ul li a.sm-02 {
  background-position: 15px -34px;
}
.sidebar .sidebar-mid ul li a.sm-03 {
  background-position: 15px -77px;
}
.sidebar .sidebar-bt {
  margin-top: 30px;
  padding-bottom: 30px;
  background: url(../images/icon/icon-sidebar-bt.png) no-repeat 145px 5px;
}
.sidebar .sidebar-bt p {
  margin: 0;
}
.sidebar .sidebar-bt .title {
  color: #000;
  font-size: 18px;
}
.sidebar .sidebar-bt .number {
  margin-top: 10px;
  font-size: 32px;
  letter-spacing: -3px;
  font-weight: bold;
  color: #548cc3;
}
.sidebar .sidebar-bt .date {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.sidebar .sidebar-bt .date li {
  line-height: 1.6;
  color: #666;
}
.sidebar .sidebar-bt .date li.three {
  color: #333;
}
.sidebar .sidebar-bt .date li.last {
  color: #ed1b24;
}
.blue {
  color: #142e47;
}
.orange {
  color: #f58220;
}
.t-underline {
  text-decoration: underline;
}
.mt_50 {
  margin-top: 50px;
}
p {
  margin: 0 0 10px;
}
.tab-content {
  font-size: 15px;
}
.contents {
  float: left;
  margin-left: 50px;
  width: 915px;
}
.contents .cts-area {
  margin-top: 50px;
  margin-bottom: 100px;
}
.contents .cts-area .hedding {
  position: relative;
  margin: 0;
  padding: 0;
}
.contents .cts-area .hedding .bd {
  position: absolute;
  left: 0;
}
.contents .cts-area .hedding .bd.color-black {
  background-color: #333333;
}
.contents .cts-area .hedding .bd.color-red {
  background-color: #993333;
}
.contents .cts-area .hedding.color-black {
  color: #333333;
}
.contents .cts-area .hedding.color-red {
  color: #993333;
}
.contents .cts-area h3.hedding {
  font-size: 23px;
}
.contents .cts-area h3.hedding .bd {
  top: -10px;
  width: 40px;
  height: 5px;
}
.contents .cts-area h4.hedding {
  font-size: 17px;
}
.contents .cts-area h4.hedding .bd {
  top: -10px;
  width: 17px;
  height: 3px;
}


.contents .cts-area2 {
  height:450px;
  overflow-y:scroll;
  margin-top: 50px;
  border:1px solid #c3c3c3;
  padding:0 15px 15px 15px;
}

.contents .title-area {
  background: url(../images/exami/img-01.png) no-repeat right top;
}

.contents .title-area .text-area {
  padding-right: 150px;
  margin-top: 35px;
}
.contents .title-area .text-area .t-01 {
  font-size: 24px;
  margin: 0;
  letter-spacing: -2px;
}
.contents .title-area .text-area .t-02 {
  font-size: 30px;
  margin: 5px 0 0;
  font-weight: bold;
}

.contents .title-area1 {
  background: url(../images/guide/kpc_q_logo.png) no-repeat right top;
}
.contents .title-area1 .text-area {
  padding-right: 150px;
  margin-top: 35px;
}
.contents .title-area1 .text-area1 .t-01 {
  font-size: 24px;
  margin: 0;
  letter-spacing: -2px;
}
.contents .title-area1 .text-area1 .t-02 {
  font-size: 34px;
  margin: 5px 0 0;
  font-weight: bold;
}


.contents .tblock-01 {
  zoom: 1;
}
.contents .tblock-01:before,
.contents .tblock-01:after {
  content: " ";
  display: table;
}
.contents .tblock-01:after {
  clear: both;
}
.contents .tblock-01:before,
.contents .tblock-01:after {
  content: " ";
  display: table;
}
.contents .tblock-01:after {
  clear: both;
}
.contents .tblock-01 .left {
  float: left;
  margin-right: 40px;
}
.contents .tblock-01 .right {
  float: right;
}
.ui-datepicker-trigger {
  margin-left: 5px;
  vertical-align: middle;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("../images/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("../images/ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("../images/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("../images/ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("../images/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("../images/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("../images/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/ui/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../images/ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../images/ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../images/ui/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui/ui-icons_ffd27a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url("../images/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("../images/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}
div,
p,
ul,
fieldset,
dl,
dd,
dt,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
caption,
table,
td,
tr,
th {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}
ol,
li {
  list-style: none;
}
a {
  color: #666;
}
input[type="radio"] {
  border: none;
}
.font_12 {
  font-size: 12px;
}
.font_13 {
  font-size: 13px;
}
.font_14 {
  font-size: 14px;
}
.font_15 {
  font-size: 15px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.font_20 {
  font-size: 20px;
}
.font_22 {
  font-size: 22px;
}
.font_24 {
  font-size: 24px;
}
.font_30 {
  font-size: 30px;
}
.font_40 {
  font-size: 40px;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.color_01 {
  color: #000;
}
.color_02 {
  color: #fff;
}
.color_03 {
  color: #d45545;
}
.color_04 {
  color: #ff3300;
}
.color_05 {
  color: #333333;
}
.color_06 {
  color: #cc3300;
}
.color_07 {
  color: #414853;
}
.color_08 {
  color: #142e47;
}
.color_09 {
  color: #ccffff;
}
.color_10 {
  color: #666;
}
.color_11 {
  color: #df1b1b;
}
.color_12 {
  color: #ff0000;
}
.color_13 {
  color: #548cc3;
}
.color_14 {
  color: #1e66c9;
}
.back-color {
  background-color: #333333;
}
.mt_05 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_30 {
  margin-top: 30px;
}
.mt_40 {
  margin-top: 40px;
}
.mt_50 {
  margin-top: 50px;
}
.ml_05 {
  margin-left: 5px;
}
.ml_10 {
  margin-left: 10px;
}
.ml_15 {
  margin-left: 15px;
}
.ml_17 {
  margin-left: 17px;
}
.ml_20 {
  margin-left: 20px;
}
.ml_30 {
  margin-left: 30px;
}
.ml_70 {
  margin-left: 70px;
}
.pb_10 {
  padding-bottom: 10px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.visuallyhidden {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.list_s {
  list-style: disc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_line {
  text-decoration: underline;
}
.w_90 {
  width: 90px;
}
.w_146 {
  width: 146px;
}
.w_760 {
  width: 760px;
}
.w_820 {
  width: 820px;
}
.check-w {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
}
.border_b {
  border-bottom: solid 1px #548cc3;
}
.border_b-02 {
  border-bottom: solid 1px #dcdcdc;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.letter_20 {
  letter-spacing: -2px;
}
.ver_middle {
  vertical-align: middle;
}
.line_15 {
  line-height: 1.5;
}
.line_10 {
  line-height: 1;
}
.gnb-tt {
  font-size: 20px;
  color: #548cc3;
  margin-bottom: 10px;
}
.bold {
  font-weight: bold;
}
.posi_rela {
  position: relative;
}
#curtainTop {
  display: none;
}
#curtainTop #curtain {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#curtainTop #loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
}
#curtainTop #loading img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.contents {
  color: #666;
}
.contents .sub-con {
  line-height: 1.5;
  font-size: 15px;
}
.sub-title-01 {
  font-size: 18px;
  font-weight: bold;
  color: #f58220;
}
.sub-title-02 {
  font-size: 15px;
  font-weight: bold;
  color: #142e47;
}
.sub-title-03 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.sub-title-04 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
}
.tab-wrap.tab-02 .tab li a {
  padding: 10px 30px 10px 30px;
  font-size: 16px;
}
.list_bollet {
  padding-left: 10px;
  background: url('../images/bollet-01.gif') no-repeat 0 10px;
}
.border-bottom {
  border-bottom: solid 1px #548cc3;
}
.star {
  color: #d45545;
  margin-left: 5px;
  vertical-align: middle;
}
.title-area.title-bg-02 {
  background: url('../images/exami/img-02.png') no-repeat 520px bottom;
}
.exami-back-01 {
  padding-left: 146px;
  background: url('../images/exami/tblock-01.jpg') no-repeat 0 0;
}
.exami-back-02 {
  padding-left: 334px;
  background: url('../images/exami/tblock-02.jpg') no-repeat 0 0;
}
.exami-back-03 {
  padding-left: 268px;
  background: url('../images/exami/tblock-03.jpg') no-repeat 0 0;
}
.max-img-box li {
  width: 915px;
  margin-bottom: 30px;
}
.max-img-box li img {
  max-width: 100%;
}
.inventor-img-box li {
  width: 915px;
  margin-top: 30px;
}
.inventor-img-box li img {
  max-width: 100%;
}
.sub-con .table-type-01 {
  margin-top: 30px;
  width: 100%;
  border-bottom: solid 1px #548cc3;
}
.sub-con .table-type-01 td,
.sub-con .table-type-01 th {
  text-align: center;
  padding: 10px 5px;
}
.sub-con .table-type-01 thead th {
  color: #548cc3;
  border-top: solid 1px #548cc3;
  border-bottom: solid 2px #548cc3;
}
.sub-con .table-type-01 tbody td {
  border-bottom: solid 1px #dddddd;
}
.sub-con .table-type-01 tr:last-child td {
  border-bottom: none;
}
.sub-con .table-type-01 .border-none {
  border-bottom: none;
}
.sub-con .table-type-01 .text_left {
  text-align: left;
}
.sub-con .table-type-01 .download {
  display: inline-block;
  width: 21px;
  height: 24px;
  vertical-align: middle;
  background: url('../images/fail-down.gif') no-repeat 0 0;
}
.sub-con .table-type-01 .img-posi {
  width: 80px;
  height: 87px;
}
.sub-con .table-type-01.font-s th,
.sub-con .table-type-01.font-s td {
  font-size: 14px;
}
.sub-con .mt_none {
  margin-top: 0;
}
.sub-con .mt_10 {
  margin-top: 10px;
}
.sub-con .table-view-01 {
  margin-top: 30px;
  width: 100%;
  border-bottom: solid 1px #548cc3;
}
.sub-con .table-view-01 td,
.sub-con .table-view-01 th {
  text-align: left;
  padding: 10px;
}
.sub-con .table-view-01 tbody th {
  color: #548cc3;
  border-bottom: solid 1px #dddddd;
}
.sub-con .table-view-01 tbody td {
  border-bottom: solid 1px #dddddd;
}
.sub-con .table-view-01 tr:last-child th {
  border-bottom: none;
}
.sub-con .table-view-01 tr:last-child td {
  border-bottom: none;
}
.sub-con .table-view-01 .border-none {
  border-bottom: none;
}
.sub-con .table-view-01 .border-top {
  border-top: solid 1px #548cc3;
}
.sub-con .table-view-01 .line-con {
  line-height: 1.8;
}
.sub-con .table-view-01 .back-color-gray {
  background-color: #f1f5fa;
}
.sub-con .table-view-01 .table-padding {
  padding: 20px 10px;
}
.sub-con .table-view-01 .ver_top {
  vertical-align: top;
}
.sub-con .table-view-01 .text_center {
  text-align: center;
}
.sub-con .mt_10 {
  margin-top: 10px;
}
.sub-con .table-view-01.member-pop-padding td,
.sub-con .table-view-01.member-pop-padding th {
  padding: 10px 5px;
}
.sub-con .table-view-01.b-right th,
.sub-con .table-view-01.b-right td {
  border-right: solid 1px #ddd;
}
.sub-con .table-view-01.b-right .r-none {
  border-right: none;
}
input.btn-button {
  padding: 4px 25px 9px 25px;
}
.button-type-01 {
  margin-top: 30px;
  text-align: right;
}
.button-posi-01 {
  margin-top: 0;
}
.btn-button {
  display: inline-block;
  padding: 3px 25px 7px 25px;
  font-size: 18px;
  color: #fff;
  background-color: #548cc3;
  border: solid 1px #3870a7;
  vertical-align: middle;
}

.btn-button:hover {
  background-color: #5f97ce;
}
.btn-button-02 {
  display: inline-block;
  padding: 3px 25px 7px 25px;
  font-size: 18px;
  color: #fff;
  background-color: #6a6a6a;
  border: solid 1px #606162;
  vertical-align: middle;
}
.btn-button-02.font_14 {
  font-size: 14px;
}
.btn-button-02.padding-01 {
  padding: 3px 24px 4px 24px;
}
.btn-button-02.padding-02 {
  padding: 31px 46px 32px 46px;
}
.btn-button-02.padding-03 {
  padding: 5px 0;
  width: 345px;
  margin-bottom: 1px;
}
.btn-button.padding-02 {
  padding: 31px 46px 32px 46px;
}
.btn-button-03 {
  display: inline-block;
  padding: 18px 25px;
  font-size: 18px;
  color: #fff;
  background-color: #548cc3;
  border: solid 1px #3870a7;
  vertical-align: middle;
}
.btn-button-03:hover {
  background-color: #5f97ce;
}

.btn-button77 {
  display: inline-block;
  padding: 3px 25px 7px 25px;
  font-size: 16px;
  color: #fff;
  background-color: #548cc3;
  border: solid 1px #3870a7;
  vertical-align: middle;
}
.btn-button.padding-77 {
  padding: 3px 25px 7px 25px;
}

.btn-button-02:hover {
  background-color: #7e7d7d;
}


.btn-button-99 {
  display: inline-block;
  padding: 3px 25px 7px 25px;
  font-size: 20px;
  color: #fff;
  background-color: #ff525e;
  border: solid 1px #ff525e;
  vertical-align: middle;
}
.btn-button-99.border_red {
  border-color: #000;
}
.btn-button-99.font_14 {
  font-size: 16px;
}
.btn-button-99.padding-01 {
  padding: 3px 24px 4px 24px;
}
.btn-button-99.padding-02 {
  padding: 31px 46px 32px 46px;
}
.btn-button-99.padding-03 {
  padding: 10px 10px 10px 10px;
  width: 145px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.btn-button.padding-02 {
  padding: 31px 46px 32px 46px;
}
.btn-button-99:hover {
  background-color: #ff525e;
}

.btn-button-98 {
  display: inline-block;
  padding: 18px 25px;
  font-size: 18px;
  color: #fff;
  background-color: #ff525e;
  border: solid 1px #ff525e;
  vertical-align: middle;
}
.btn-button-98:hover {
  background-color: #ff525e;
}

.btn-button-97 {
  display: inline-block;
  padding: 3px 25px 7px 25px;
  font-size: 18px;
  color: #fff;
  background-color: #ff575c;
  border: solid 1px #dc1e24;
  vertical-align: middle;
}


.btn-02 {
  padding: 2px 20px;
  vertical-align: middle;
}
.btn-03 {
  padding: 4px 14px;
  vertical-align: middle;
}
.btn-color-01 {
  color: #fff;
  background-color: #548cc3;
}
.btn-color-02 {
  color: #fff;
  background-color: #6a6a6a;
}
.btn-04 {
  display: inline-block;
  width: 74px;
  padding: 2px 0 3px 0;
  font-size: 14px;
  color: #fff;
  background-color: #6a6a6a;
}
.btn-05 {
  display: inline-block;
  width: 74px;
  padding: 2px 0 3px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #1e66c9;
}
.paging-area {
  position: relative;
  margin-top: 30px;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.paging-area ul li {
  display: inline;
  margin-left: 5px;
  padding: 0;
}
.paging-area ul li a {
  display: inline-block;
  width: 35px;
  height: 23px;
  padding: 6px 0;
  color: #606060;
  font-weight: 600;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/paging/paging.png);
}
.paging-area ul li a:hover {
  background-color: #eee;
  color: #606060;
  text-decoration: none;
}
.paging-area ul li a.prev-first {
  background-image: url(../images/paging/prev-first.png);
}
.paging-area ul li a.prev {
  background-image: url(../images/paging/prev.png);
}
.paging-area ul li a.next-last {
  background-image: url(../images/paging/next-last.png);
}
.paging-area ul li a.next {
  background-image: url(../images/paging/next.png);
}
.paging-area ul li a.onactive {
  background-color: #2b74bb;
  color: #fff;
}
.paging-area ul li a span {
  display: inline-block;
  text-indent: -9999px;
}
.paging-area.mt_none {
  margin-top: 0;
}
.paging-area.mt_10 {
  margin-top: 10px;
}
.board-search-01 {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  background-color: #edecec;
}
.board-search-01 select {
  border: solid 1px #999999;
  background-color: #fff;
}
.board-search-01 input {
  border: solid 1px #999999;
  background-color: #fff;
}
.board-search-01 .select-type-01 {
  padding: 4px 0;
}
.board-search-01 .input-type-01 {
  padding: 5px;
}
.board-search-01 .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 6px 10px;
}
.board-search-01 .btn-color-01 {
  color: #fff;
  background-color: #666666;
}
.faq-box {
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.faq-box dt,
.faq-box dd {
  border-bottom: solid 1px #dddddd;
}
.faq-box a {
  color: #666;
}
.faq-box .faq-title-bg {
  background: url('../images/customer/q-icon.gif') no-repeat 5px 13px;
}
.faq-box .faq-link {
  width: 855px;
  display: inline-block;
  padding: 10px 10px 10px 40px;
  color: #666;
  background: url('../images/customer/off-icon.gif') no-repeat right 15px;
}
.faq-box .selected {
  color: #000;
  background: url('../images/customer/on-icon.gif') no-repeat right 15px;
}
.faq-box .faq-con {
  display: none;
  padding: 10px 10px 10px 40px;
  color: #548cc3;
  background: url('../images/customer/a-icon.gif') no-repeat 5px 13px;
}
.select-type-01 {
  width: 160px;
  padding: 1px;
}
.select-type-02 {
  width: 80px;
  padding: 1px;
}
.select-type-03 {
  width: 140px;
  padding: 1px;
}
.select-type-04 {
  width: 109px;
  padding: 1px;
}
.select-type-05 {
  width: 70px;
  padding: 1px;
}
.select-type-06 {
  width: 120px;
  padding: 1px;
}
.select-type-07 {
  width: 280px;
  padding: 1px;
}
.select-type-08 {
  width: 90px;
  padding: 1px;
}
.input-type-01 {
  width: 160px;
  padding: 2px;
}
.input-type-02 {
  width: 80px;
  padding: 2px;
}
.input-type-03 {
  width: 520px;
  padding: 2px;
}
.input-type-04 {
  width: 208px;
  padding: 2px;
}
.input-type-05 {
  width: 150px;
  padding: 2px;
}
.textarea-type-01 {
  padding: 10px;
  width: 700px;
  height: 200px;
}
.textarea-type-02 {
  padding: 10px;
  width: 680px;
  height: 200px;
}
.textarea-type-03 {
  padding: 10px;
  width: 680px;
  height: 100px;
}
.pass-num-01 {
  color: #fff;
  background-color: #b6b6b6;
}
.radio-type-01 {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.customer-bg-01 {
  background: url('../images/customer/top-img-01.gif') no-repeat right bottom;
}
.customer-bg-02 {
  background: url('../images/customer/top-img-02.gif') no-repeat right bottom;
}
.border-answer {
  padding: 20px;
  min-height: 150px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
  background-color: #f8f8f8;
  line-height: 1.8;
}
.top-search-box {
  padding: 20px 0;
  border-top: solid 1px #548cc3;
}
.top-search-box .f_box {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #000;
}
.title-area.guide-bg-01 {
  background: url('../images/guide/guide-top-01.gif') no-repeat right bottom;
}
.title-area.guide-bg-99 {
  background: url('../images/guide/kpc_q_logo.png') no-repeat right bottom;
}
.code-box {
  margin-top: 50px;
  padding: 40px 270px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.discount-box {
  padding: 15px 20px;
  background-color: #f6f5f5;
  border: solid 1px #e4e4e4;
}
.calendar-box .calendar-area {
  text-align: center;
}
.calendar-box .calendar-area ul li {
  height: 64px;
  display: inline-block;
  font-size: 48px;
  color: #999;
}
.calendar-box .calendar-area ul li a.calendar-prev {
  padding: 2px 5px;
}
.calendar-box .calendar-area ul li a.calendar-next {
  padding: 2px 5px;
}
.calendar-box .calendar-type-01 {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border-top: solid 1px #d0d0d0;
  border-left: solid 1px #d0d0d0;
}
.calendar-box .calendar-type-01 th {
  padding: 5px;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: solid 2px #d0d0d0;
}
.calendar-box .calendar-type-01 td {
  border-bottom: solid 1px #d0d0d0;
  border-right: solid 1px #d0d0d0;
}
.calendar-box .calendar-type-01 .border-r {
  border-right: solid 1px #d0d0d0;
}
.calendar-box .calendar-type-01 .on {
  background-color: #dde8f3;
  border: solid 1px #548cc3;
}
.calendar-box .calendar-type-01 .day-box {
  height: 70px;
  padding: 5px;
}
.calendar-box .calendar-type-01 .day-num {
  float: left;
  padding: 5px;
  cursor: pointer;
}
.calendar-box .calendar-type-01 .day-con {
  clear: both;
}
.business-box {
  margin-top: 30px;
}
.business-box dd {
  margin-top: 5px;
}
.business-box ol li {
  padding-left: 15px;
}
.business-box ol li span,
.business-box ol li label {
  vertical-align: middle;
}
.print-box-01 {
  position: relative;
  padding: 10px;
  width: 700px;
}
.print-box-over {
  position: relative;
  height: 500px;
  overflow-y: auto;
}
.print-img-box img {
  height: 502px;
}
.center-bg-01 {
  background: url('../images/center/center-top-img.gif') no-repeat right bottom;
}
.fee-box {
  border: solid 1px #d3d3d3;
  text-align: center;
}
.examf-bg-01 {
  background: url('../images/examf/examf-top-01.gif') no-repeat 500px bottom;
}
.title-area.examf-bg-02 {
  background: url('../images/examf/examf-top-02.gif') no-repeat 560px bottom;
}
.examf-button-01 {
  padding: 0 100px;
}
.examf-button-01 .examf-left-01 {
  float: left;
}
.examf-button-01 .examf-left-01 a {
  display: block;
  padding: 20px 25px;
  background-color: #548cc3;
  font-size: 18px;
  color: #fff;
  border: solid 1px #3e74aa;
  text-align: center;
}
.examf-button-01 .examf-left-01 a:hover {
  background-color: #5f97ce;
}
.examf-button-01 .examf-right-01 {
  float: right;
}
.examf-button-01 .examf-right-01 a {
  display: block;
  padding: 20px 25px;
  background-color: #548cc3;
  font-size: 18px;
  color: #fff;
  border: solid 1px #3e74aa;
  text-align: center;
}
.examf-button-01 .examf-right-01 a:hover {
  background-color: #5f97ce;
}
.examf-bottom-box {
  padding: 30px 120px;
  border: solid 1px #e4e4e4;
  background-color: #f6f5f5;
}
.examf-log-01 {
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
  padding: 20px 55px;
}
.examf-log-01 li {
  padding: 20px 0;
}
.examf-log-01 .border-b {
  border-bottom: solid 1px #d7d7d7;
}
.examf-pop-box {
  padding: 20px;
}
.title-area.member-img-01 {
  background: url('../images/member/member-top-01.gif') no-repeat 650px bottom;
}
.login-box {
  margin-top: 50px;
  padding: 40px 227px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.login-box .btn-button-03 {
  display: inline-block;
  padding: 18px 45px;
  font-size: 18px;
  color: #fff;
  background-color: #548cc3;
  border: solid 1px #3870a7;
}
.login-box .btn-button-03:hover {
  background-color: #5f97ce;
}
.find-box {
  padding-bottom: 15px;
  border-bottom: solid 1px #dcdcdc;
}
.find-box .btn-button-02 {
  display: inline-block;
  padding: 3px 45px 4px 45px;
  font-size: 14px;
  color: #fff;
  background-color: #6a6a6a;
  border: solid 1px #606162;
}
.find-box .btn-button-02:hover {
  background-color: #7e7d7d;
}
.find-box .btn-button-02.padding-button {
  padding: 3px 24px 4px 24px;
}
.find-box .btn-button-02.padding-button-02 {
  padding: 3px 21px 4px 21px;
}
.border-none {
  border-bottom: none;
}
.id-find-box {
  border-bottom: solid 1px #548cc3;
}
.find-bottom-box {
  padding: 30px;
  border: solid 1px #e4e4e4;
  background-color: #f6f5f5;
  text-align: center;
}
.member-top-box {
  position: relative;
  border: solid 1px #e4e4e4;
}
.member-top-box li {
  position: relative;
  float: left;
  text-align: center;
}
.member-top-box li a {
  display: inline-block;
  width: 304px;
  height: 39px;
  padding: 20px 0;
  border-right: solid 1px #e4e4e4;
  font-size: 20px;
  color: #333;
}
.member-top-box li .on-box {
  width: 304px;
  padding: 20px 0;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #548cc3;
}
.member-top-box .border-none {
  border: none;
}
.member-top-box .member-semo {
  width: 12px;
  height: 22px;
  background: url('../images/member/member-button.png') no-repeat 0 0;
}
.member-top-box .posi-01 {
  position: absolute;
  top: 28px;
  left: 304px;
}
.member-con-box {
  padding: 150px 30px 40px 30px;
  border: solid 1px #e4e4e4;
  background-color: #f6f5f5;
  text-align: center;
}
.member-padding {
  padding: 180px 30px 40px 30px;
  text-align: center;
}
.find-bg-01 {
  background: url('../images/member/login-icon.png') no-repeat center 30px #f6f5f5;
}
.find-bg-02 {
  background: url('../images/member/login-icon-02.png') no-repeat center 30px #f6f5f5;
}
.find-bg-03 {
  background: url('../images/member/member-top-02.gif') no-repeat center 30px;
}
.my-b {
  display: inline-block;
  padding: 2px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #6a6a6a;
}
.pop-box {
  width: 1400px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: normal;
  color: #6d6d6d;
}
.pop-box .title-pop {
  padding: 20px;
  background: #142e47;
}
.pop-box .title-pop .hedding {
  font-size: 18px;
  color: #fff;
}
.pop-box .title-pop .top-text-01 {
  font-size: 14px;
  color: #fff;
}

.pop-box .title-pop99 {
  padding: 10px;
  background: #ff525e;
}
.pop-box .title-pop99 .hedding99 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.pop-box .title-pop99 .top-text-99 {
  font-size: 14px;
  color: #fff;
}

.pop-box .top-text-02 {
  font-size: 18px;
  color: #000;
}
.pop-box .pop-sub {
  position: relative;
  padding: 20px 15px;
}
.pop-box .pop-sub .pop-left {
  width: 990px;
  float: left;
}
.pop-box .pop-sub .pop-left .tap-pan-02 .tap-show dl dd img {
  max-width: 990px;
}


.pop-box .pop-sub .pop-left1 {
  width: 1140px;
  float: left;
}
.pop-box .pop-sub .pop-left1 .tap-pan-02 .tap-show dl dd img {
  max-width: 1140px;
}


.pop-box .pop-sub .pop-right {
  width: 350px;
  float: right;
}

.pop-box .pop-sub .pop-right1 {
  width: 200px;
  float: right;
}


.pop-box .exam-title-01 {
  color: #000;
}
.pop-box .table-view-pop {
  width: 100%;
  border-bottom: solid 1px #548cc3;
}
.pop-box .table-view-pop td,
.pop-box .table-view-pop th {
  text-align: left;
  padding: 10px 5px;
}
.pop-box .table-view-pop tbody th {
  color: #548cc3;
  border-bottom: solid 1px #dddddd;
}
.pop-box .table-view-pop tbody .color-th {
  color: #6d6d6d;
  font-weight: normal;
}
.pop-box .table-view-pop tbody td {
  border-bottom: solid 1px #dddddd;
}
.pop-box .table-view-pop .border-none {
  border-bottom: none;
}
.pop-box .table-view-pop .border-top {
  border-top: solid 1px #548cc3;
}
.pop-box .table-view-pop .line-con {
  line-height: 1.8;
}
.pop-box .table-view-pop .back-color-gray {
  background-color: #f1f5fa;
}
.pop-box .table-view-pop .table-padding {
  padding: 20px 10px;
}
.pop-box .table-view-pop .ver_top {
  vertical-align: top;
}
.pop-box .table-view-pop.border-left td {
  border-left: solid 1px #dddddd;
}
.pop-box .pop-list-01 {
  margin-top: 10px;
}
.pop-box .pop-list-01 li {
  float: left;
  margin-top: 1px;
  margin-left: 1px;
}
.pop-box .pop-list-01 li a {
  display: inline-block;
  width: 174px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background-color: #6a6a6a;
}
.pop-box .program-box {
  padding: 5px 0 7px 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  background-color: #c8c8c8;
}
.pop-box .program-con {
  padding-bottom: 30px;
  border-bottom: solid 1px #c8c8c8;
}
.pop-box .program-con dt {
  color: #000;
}
.pop-box .program-con dd {
  margin-top: 20px;
}
.pop-box .program-button {
  margin-top: 20px;
  text-align: center;
}
.pop-box .program-list-box {
  height: 480px;
  overflow-y: auto;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.pop-box .program-list-box li {
  padding: 10px 15px;
  border-bottom: solid 1px #dddddd;
}
.pop-box .program-list-box li a {
  display: inline-block;
  width: 24px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  background-color: #666666;
}
.pop-box-02 {
  width: 700px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: normal;
  color: #6d6d6d;
}
.pop-box-02 .title-pop {
  padding: 20px;
  background: #142e47;
}
.pop-box-02 .title-pop .hedding {
  font-size: 18px;
  color: #fff;
}
.pop-box-02 .title-pop .top-text-01 {
  font-size: 14px;
  color: #fff;
}
.pop-box-02 .pop-down {
  padding: 10px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.pop-box-text {
  width: 680px;
  height: 100px;
  padding: 10px;
  overflow-y: auto;
  border: solid 1px #cccccc;
  line-height: 1.5;
}
.con-pop {
  padding: 20px;
  height: 392px;
  overflow-y: auto;
  border: solid 1px #d2d2d2;
}


.con-pop77 {
  padding: 20px;
  height: 640px;
  overflow-y: auto;
  border: solid 1px #d2d2d2;
}


.pop-box-02.pop-bg {
  background: url('../images/pop-bg-01.jpg') no-repeat 0 0;
}
.pop-box-02 {
  width: 1024px;
  line-height: 1.4;
}
.pop-box-02 .pop-header {
  padding: 15px 20px;
  background-color: #142e47;
}
.pop-box-02 .pop-header .hedding {
  font-size: 18px;
  color: #fff;
}
.pop-box-02 .pop-con {
  padding: 20px;
}
.pop-box-02 .pop-con .pop-conten {
  padding-bottom: 20px;
  border-bottom: solid 1px #548cc3;
}
.pop-box-02 .pop-con .con-03 {
  margin-top: 200px;
}
.pop-box-02 .pop-con .pop-conten.b-none {
  border-bottom: none;
}
.pop-box-02 .pop-con .title {
  font-size: 18px;
  color: #548cc3;
  font-weight: normal;
}
.pop-box-02 .pop-con .title-02 {
  font-size: 22px;
  color: #548cc3;
  font-weight: normal;
}
.pop-box-02 .pop-con .bold {
  font-weight: bold;
}
.pop-box-02 .pop-con li {
  margin-bottom: 5px;
}
.pop-box-02 .pop-con .bollet-01 {
  padding-left: 10px;
  background: url('../images/gray-bollet-01.png') no-repeat 0 8px;
}
.pop-box-02 .pop-con .line-bold {
  color: #000;
  text-decoration: underline;
}
.pop-box-02 .pop-con .movie-box {
  width: 764px;
  height: 505px;
}
.pop-box-02 .pop-con-left {
  float: left;
  width: 200px;
}
.pop-box-02 .pop-con-left li {
  padding: 10px 0;
  border-bottom: solid 1px #dddddd;
}
.pop-box-02 .pop-con-left .border-t {
  border-top: solid 1px #548cc3;
}
.pop-box-02 .pop-con-left .border-b {
  border-bottom: solid 1px #548cc3;
}
.pop-box-02 .pop-con-left .log-left {
  float: left;
  width: 70px;
}
.pop-box-02 .pop-con-left .log-left .log-title {
  font-size: 15px;
  color: #548cc3;
  font-weight: bold;
}
.pop-box-02 .pop-con-left .log-right {
  float: left;
}
.pop-box-02 .gray-btn-button {
  display: inline-block;
  width: 198px;
  padding: 3px 0 7px 0;
  font-size: 18px;
  color: #fff;
  background-color: #505050;
  border: solid 1px #333333;
  vertical-align: middle;
}
.pop-box-02 .gray-btn-button:hover {
  background-color: #616161;
}
.pop-box-02 .log-btn-button {
  display: inline-block;
  width: 200px;
  padding: 3px 0 7px 0;
  font-size: 18px;
  color: #fff;
  background-color: #548cc3;
  border: solid 1px #3870a7;
  vertical-align: middle;
}
.pop-box-02 .log-btn-button:hover {
  background-color: #5f97ce;
}
.pop-box-02 .pop-con-right {
  float: right;
  width: 780px;
}
.pop-box-02 .s-font {
  font-size: 13px;
}
.pop-box-02 .log-name {
  padding: 15px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
  text-align: center;
}
.pop-box-02 .exam-left {
  float: left;
  width: 480px;
}
.pop-box-02 .exam-left .program-con {
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
  padding-bottom: 20px;
}
.pop-box-02 .exam-left .program-con dt {
  padding: 15px 0;
  color: #000;
  border-bottom: solid 1px #dddddd;
}
.pop-box-02 .exam-left .program-con dd {
  margin-top: 20px;
}
.pop-box-02 .exam-left .program-button-03 {
  margin-top: 20px;
  text-align: center;
}
.pop-box-02 .exam-right {
  float: right;
  width: 270px;
}
.pop-box-02 .exam-right .program-list-box {
  height: 206px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.pop-box-02 .exam-right .program-list-box li {
  padding: 10px 15px;
  border-bottom: solid 1px #dddddd;
}
.pop-box-02 .exam-right .program-list-box li a {
  display: inline-block;
  width: 24px;
  padding: 3px 0;
  text-align: center;
  color: #fff;
  background-color: #666666;
}
.pop-box-02 .pop-esc-box {
  margin-top: 10px;
  padding-bottom: 20px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.pop-box-02 .pop-esc-box .ans-01 {
  margin: 5px 0 0 15px;
  color: #ff0000;
}
.pop-box-02 .esc-view .esc-bb {
  margin-top: 130px;
}
.pop-box-02 .esc-view .esc-00 {
  display: inline;
  padding: 25px 40px;
  border: solid 1px #ddd;
}
.pop-box-02 .esc-view .e-txt {
  color: #000;
}
.pop-box-03 {
  width: 400px;
  margin-top: 50px;
  padding: 100px 20px 0 20px;
  margin: 0 auto;
  font-size: 15px;
  color: #666;
  background: url('../images/fail-img.gif') no-repeat center 30px;
}
.exam-list-main li {
  float: left;
  width: 33%;
  margin-bottom: 10px;
  text-align: center;
}
.exam-list-main li a {
  display: block;
}
.bt_banner img {
  width: 300px;
  height: 120px;
}
.mem-pop-bg {
  background: url('../images/member-pop-bg.gif') repeat-y 0 0;
}
.mem-pop-box {
  position: relative;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 14px;
  color: #666;
}
.mem-pop-box .pop-header {
  position: relative;
  padding: 15px 20px;
  background-color: #142e47;
}
.mem-pop-box .pop-header .hedding {
  font-size: 18px;
  color: #fff;
}
.mem-pop-box .man-pic {
  padding-left: 20px;
}
.mem-pop-box .man-pic img {
  width: 110px;
  height: 125px;
}
.mem-pop-box .api-w {
  width: 550px;
}
.link-posi-pr {
  position: absolute;
  top: 18px;
  right: 20px;
}
.link-posi-pr .mem-btn {
  padding: 3px 15px 5px 15px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.img-pop-box {
  font-size: 14px;
  display: inline-block;
  border: solid 1px #ccc;
  background-color: #dadada;
}
.img-pop-box img {
  vertical-align: top;
}
.img-pop-box .img-pop-bottom {
  padding: 10px;
}
.close {
  font-size: 14px;
  padding: 3px 7px 5px 7px;
  background-color: #333;
  color: #fff;
}
.o-box .other-sub li {
  margin-top: 8px;
}
.other-box-01 {
  height: 180px;
  padding: 10px;
  overflow-y: auto;
  line-height: 1.5;
  border: solid 1px #e5e5e5;
}
.exami-0101-m {
  margin-top: 10px;
}
.exami-0101-m li {
  margin-bottom: 5px;
}
.pop-map-01 {
  width: 460px;
  padding: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}
.pop-map-01 .api-box {
  width: 460px;
}
#swfupload-control {
  height: 26px;
}
.test-title-01 {
  font-size: 36px;
  color: #142e47;
  letter-spacing: -3px;
}
.test-title-02 {
  font-size: 36px;
  color: #f58220;
  font-weight: bold;
  letter-spacing: -3px;
}
.test-txt-01 {
  font-size: 20px;
  color: #333;
  letter-spacing: -1px;
}
@media print {
  .textarea-type-02 {
    height: 270px;
  }
  .pop-box-text {
    height: 230px;
  }
}
/*팝업 추가 141118 */
.pop-box-04 {
  position: relative;
  padding: 20px;
  width: 600px;
  margin: 0 auto;
  border: solid 2px #666;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.pop-box-04 .title-p {
  padding: 30px;
}
.pop-box-04 .pri-p {
  position: absolute;
  top: 15px;
  right: 15px;
}
.table-view-01.type-02 th,
.table-view-01.type-02 td {
  text-align: center;
}
.table-view-01.type-02 .br-line {
  border-right: solid 1px #ddd;
}
.table-view-01.type-02 .bb-line {
  border-bottom: solid 1px #548cc3;
}
.mark-p {
  position: relative;
}
.mark-p .mark-p-img {
  vertical-align: middle;
  width: 80px;
}
/*팝업 추가 141121 */
.pop-box-05 {
  position: relative;
  padding: 20px;
  width: 760px;
  margin: 0 auto;
  border: solid 2px #666;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  background: url('../images/pop-re-01.png') no-repeat center center;
  background-size: 90%;
}
.pop-box-05 .title-p {
  padding: 30px;
}
.pop-box-05 .pri-p {
  position: absolute;
  top: 15px;
  right: 15px;
}
.table-view-01.type-03 th,
.table-view-01.type-03 td {
  text-align: center;
  height: 22px;
}
.table-view-01.type-03 .br-line {
  border-right: solid 1px #ddd;
}
.table-view-01.type-03 .bb-line {
  border-bottom: solid 1px #548cc3;
}
/*페이지 추가 141125 */
.ml_108 {
  margin-left: 108px;
}
.code-box-02 {
  margin-top: 50px;
  padding: 40px 170px;
  border-top: solid 1px #548cc3;
  border-bottom: solid 1px #548cc3;
}
.code-ok-box {
  padding: 20px 30px;
  background-color: #f6f5f5;
  border: solid 1px #e4e4e4;
  text-align: center;
  font-size: 18px;
}
/*팝업 추가 141125 */
.pop-box-06 {
  position: relative;
  padding: 20px;
  width: 500px;
  margin: 0 auto;
  border: solid 2px #666;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.pop-box-06 .title-p {
  padding: 30px;
}
.pop-box-06 .txt-pop {
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
}
.pri-p {
  position: absolute;
  top: 15px;
  right: 150px;
}
.pri-p-02 {
  position: absolute;
  top: 20px;
  right: 30px;
}
.btn-06 {
  display: inline-block;
  width: 74px;
  padding: 2px 0 3px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #339900;
}
.mt_120 {
  margin-top: 120px;
}
.exam-table-01 {
  width: 500px;
  border: solid 1px #ddd;
}
.exam-table-01 th,
.exam-table-01 td {
  padding: 10px 20px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
/* 추가작업 160412 */
.exam-table-02 {
  width: 800px;
  border: solid 1px #ddd;
}
.exam-table-02 th,
.exam-table-02 td {
  padding: 10px 20px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
/* 추가작업 180921 */
.exam-table-03 {
  width: 800px;
  border: solid 1px #ddd;
}
.exam-table-03 th,
.exam-table-03 td {
  padding: 5px 5px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
/* 추가작업 141128 */
.link-box-01 .link-list-01 li {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}
.link-box-01 .link-list-01 a {
  display: inline-block;
  width: 182px;
  height: 28px;
  padding: 22px 0 20px 0;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #636363;
  font-weight: bold;
}
.link-box-01 .link-list-01 .link-p {
  padding: 12px 0 10px 0;
  height: 48px;
}
.link-box-01 .link-list-01 a:hover {
  background-color: #6d6d6d;
}
.link-box-01 .link-list-02 li {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}
.link-box-01 .link-list-02 a {
  display: inline-block;
  width: 151px;
  height: 28px;
  padding: 22px 0 20px 0;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #636363;
  font-weight: bold;
}
.link-box-01 .link-list-02 .link-p {
  padding: 12px 0 10px 0;
  height: 48px;
}
.link-box-01 .link-list-02 a:hover {
  background-color: #6d6d6d;
}
.mark-wh {
  width: 50px;
}
/* 14 12 05 수정작업*/
.ml_300 {
  margin-left: 300px;
}
.table-view-01.han-type .select-type-01 {
  width: 120px;
}
.table-view-01.han-type .input-type-01 {
  width: 120px;
}
.table-view-01.han-type .select-type-02 {
  width: 60px;
}
.table-view-01.han-type .input-type-02 {
  width: 60px;
}
.table-view-01.han-type .input-type-04 {
  width: 595px;
}
.pop-box-07 {
  width: 300px;
  padding: 30px 0;
}
.pop-box-07 p {
  font-size: 18px;
  font-weight: bold;
}
.orange-btn {
  display: inline-block;
  width: 74px;
  padding: 2px 0 3px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #fe7714;
}
.orange-btn-02 {
  display: inline-block;
  width: 90px;
  padding: 2px 0 3px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #fe7714;
}
.movie-btn-01 {
  display: inline-block;
  padding: 20px 50px;
  background-color: #548cc3;
  font-size: 18px;
  color: #fff;
  border: solid 1px #3e74aa;
  text-align: center;
}
.movie-btn-01:hover {
  background-color: #5f97ce;
}

/* 회원탈퇴 250619 */
.member-secession {  height: 550px;}
.member-secession .secession-bg { background-image: url(/images/memberSecession_bg.png); background-repeat: no-repeat; background-position: center right 250px; padding-bottom: 80px; border-bottom: 1px solid #548cc3;}
