<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">;

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}



label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}


select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control,
.selectmenu-button {
  display: block;
  /*width: 100%;*/
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.selectmenu-button:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder,
.selectmenu-button::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.selectmenu-button:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder,
.selectmenu-button::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand,
.selectmenu-button::-ms-expand {
  border: 0;
  background-color: transparent;
}




.form-control[disabled],
[disabled].selectmenu-button,
.form-control[readonly],
[readonly].selectmenu-button,
fieldset[disabled] .form-control,
fieldset[disabled] .selectmenu-button {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
[disabled].selectmenu-button,
fieldset[disabled] .form-control,
fieldset[disabled] .selectmenu-button {
  cursor: not-allowed;
}

textarea.form-control,
textarea.selectmenu-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 15px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control,
.form-group-sm .selectmenu-button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.form-group-sm select.form-control,
.form-group-sm select.selectmenu-button {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm textarea.selectmenu-button,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].selectmenu-button {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control,
.form-group-lg .selectmenu-button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;
}

.form-group-lg select.form-control,
.form-group-lg select.selectmenu-button {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg textarea.selectmenu-button,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].selectmenu-button {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}






.has-feedback .form-control,
.has-feedback .selectmenu-button {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .selectmenu-button+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .selectmenu-button+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}



a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: -16px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/*
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }   */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  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;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}




















input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.clearfix:before,
.popup-wrapper #pop-adress .form-search:before,
.clearfix:after,
.popup-wrapper #pop-adress .form-search:after {
  content: " ";
  display: table;
}

.clearfix:after,
.popup-wrapper #pop-adress .form-search: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;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.h1,
.h2,
.h3,
[data-mobile="false"] .dialog h3,
.h4,
.h5 {
  margin-top: 0;
}

.h1 {
  font-size: 29px;
  /*line-height: 33px;*/
  letter-spacing: -2px;
}

.h2 {
  font-size: 25px;
  /*line-height: 30px;*/
  letter-spacing: -2px;
}

.h3,
[data-mobile="false"] .dialog h3 {
  font-size: 20px;
  /*line-height: 26px;*/
  letter-spacing: -1.5px;
  font-weight: bold;
}

.h4 {
  font-size: 18px;
  /*line-height: 22px;*/
  letter-spacing: -1px;
  font-weight: bold;
}

.h5 {
  font-size: 16px;
  /*line-height: 20px;*/
  letter-spacing: -1px;
  font-weight: bold;
}

small,
.small {
  font-size: 85% !important;
}

.text-xs {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -1px;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -1px;
}

.text-md {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -1px;
}

.text-lg {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -1.5px;
}

.text-xlg {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1.5px;
}

.text-xxlg {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -1px;
}

.padding-base {
  padding: 20px 30px;
}

.border-base {
  border: 1px solid #d4d6d6;
}

.box-shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

.border-shadow {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12);
}

.hbox {
  display: -webkit-box;
  -webkit-box-pack: justify;
}

.hbox>* {
  display: block;
  float: none !important;
}

.flex {
  -webkit-box-flex: 1;
}

.ie8 .box-shadow,
.ie8 .border-shadow {
  border-bottom: 1px solid #d2d3d3;
}

.input-agree label,
.agree-form label {
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}


.form-justify [type="checkbox"] {
  display: block !important;
}

.list-cont-text .checkbox {
  display: block;
  text-align: left;
}

select {
  /*width: 100%;*/
  /*padding: 3px 12px 0;*/
  border-radius: 5px;
  font-size: 15px;
  height: 40px;
  border: 1px solid #ccc;
  /*-webkit-appearance: none;*/
  /*background: url(../../image/select_expanded_false.png) 100% 50% no-repeat;*/
  /*background-origin: content-box;*/
}

/*select:focus, select:active { background-image: url(../../image/select_expanded_true.png); }
select.form-control, select.selectmenu-button { height: 40px; line-height: 32px; vertical-align: middle; }*/
.no-rgba .jspHorizontalBar {
  display: none;
  max-width: 350px;
  overflow: hidden;
}

.no-rgba .selectmenu-menu {
  max-width: 350px;
  overflow: hidden;
}

.enrollment-area .selectmenu-button {
  width: 100% !important;
}

.ie8 .selectmenu-button {
  min-width: 100px;
  padding-right: 10px;
}

.btn {
  border-radius: 4px;
  letter-spacing: -2px;
  zoom: 1;
}

.btn:hover {
  transition: .2s all;
}

.btn[disabled] {
  background-color: #f5f7f7;
  color: #ccc !important;
  opacity: 1;
}

.btn-img {
  padding: 0;
  background: none;
}

.btn-base {
  padding: 11px 20px;
  font-size: 16px;
  font-weight: bold;
  min-width: 130px;
  background-color: #fff;
  border: 1px solid #c6ccce;
}

.btn-ex {
  background-color: #fff !important;
}

.btn-detail {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 13px;
  color: #525c60;
  width: 79px;
  letter-spacing: -2px;
  height: 28px;
  padding: 0;
}

.btn-detail:after {
  content: url(../../image/m/ico/btn_arrow_right.png);
  position: relative;
  top: -1px;
  left: 6px;
}

.btn-link {
  position: relative;
  color: #525c60;
  padding: 6px 15px 7px;
  font-size: 13px;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #d4d6d6 !important;
  text-decoration: none !important;
  display: inline-block;
}

.btn-link:hover,
.btn-link.hover,
.btn-link:active,
.btn-link.pressed,
.btn-link:focus .btn-link:focus:active,
.btn-link:hover:active {
  color: #525c60;
  text-decoration: none;
  background-color: #f7fafa;
  border: 1px solid #95a1a5;
}

.btn-link:after {
  content: url(../../image/ico/btn_view.png);
  position: relative;
  margin-left: 6px;
}

.btn-link.down:after {
  content: url(../../image/ico/down.png);
}

.btn-link.new:after {
  content: url(../../image/ico/new_window2.png);
}

.btn-active:active,
.popover.top .btn-close:active {
  background-color: rgba(0, 0, 0, 0.2);
}

[data-mobile="true"] .btn-primary,
[data-mobile="true"] [data-mobile="false"] .dialog .btn-popup-primary,
[data-mobile="false"] .dialog [data-mobile="true"] .btn-popup-primary,
[data-mobile="true"] .btn-secondary,
[data-mobile="true"] .btn-default,
[data-mobile="true"] [data-mobile="false"] .dialog .btn-popup-default,
[data-mobile="false"] .dialog [data-mobile="true"] .btn-popup-default {
  padding: 8px 15px;
  max-height: 44px;
  min-width: 50px;
}

[data-mobile="true"] .btn-secondary {
  height: 44px;
  border: 1px solid #094069;
  background-color: #17517d;
}


.accordion .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%;
}

.accordion .accordion-icons {
  padding-left: 2.2em;
}

.accordion .accordion-icons .accordion-icons {
  padding-left: 2.2em;
}

.accordion .accordion-header .accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.accordion .accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}



[data-mobile="false"] .accordion {
  border-bottom: 1px solid #d4d6d6;
}

[data-mobile="false"] .accordion .accordion-header:first-child {
  border-top: 1px solid #525c60;
}

[data-mobile="false"] .accordion .accordion-header {
  margin: 0;
  border-top: 1px solid #d4d6d6;
  overflow: hidden;
  padding: 30px 30px 30px 15px;
  font-size: 18px;
  font-weight: bold;
}

[data-mobile="false"] .accordion .accordion-header .agree-form {
  background-color: #fff;
}

[data-mobile="false"] .accordion .accordion-header a {
  color: #232d32;
  text-decoration: none;
}

[data-mobile="false"] .accordion .accordion-header:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  line-height: 0;
  content: url(../../image/accordion_title.png);
}

[data-mobile="false"] .accordion .accordion-header.state-active {
  /*활성화*/
}

[data-mobile="false"] .accordion .accordion-header.state-active:after {
  content: url(../../image/accordion_title_active.png);
}

[data-mobile="false"] .accordion .accordion-content strong {
  color: #273237;
}

[data-mobile="false"] .accordion .accordion-content p {
  color: #3f4b51;
  font-size: 15px;
}

[data-mobile="false"] .accordion-primary .accordion-header .category {
  background: none;
  width: 106px;
  float: left;
  font-size: 15px;
}

[data-mobile="false"] .accordion-primary .accordion-header .title-wrapper {
  overflow: hidden;
  float: left;
  width: 84%;
  position: relative;
  margin-top: -6px;
}

[data-mobile="false"] .accordion-primary .accordion-header .title-wrapper .product_tit {
  background: url(../../image/footer_dot.png) no-repeat 100% 50%;
  padding-right: 15px;
  margin-right: 10px;
}

[data-mobile="false"] .accordion-primary .accordion-header .title-wrapper .title {
  min-height: 25px;
  font-size: 17px;
  color: #3f4b52;
  background: url(../../image/ico/ico_query_default.png) no-repeat 0 0;
  padding-left: 35px;
  line-height: 25px;
  font-weight: normal;
}

[data-mobile="false"] .accordion-primary .accordion-header .title-wrapper .date {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  font-size: 15px;
  color: #677379;
  line-height: 26px;
}

[data-mobile="false"] .accordion-primary .accordion-header.state-hover .title {
  color: #0093d2 !important;
  text-decoration: underline;
}

[data-mobile="false"] .accordion-primary .accordion-header.state-active .title {
  font-weight: bold;
  background-image: url(../../image/ico/ico_query_active.png) !important;
}

[data-mobile="false"] .accordion-primary .accordion-content {
  padding: 0 35px 35px 52px;
  background: url(../../image/ico/ico_query_answer.png) no-repeat 15px 0;
  font-size: 15px;
  color: #3f4b52;
  line-height: 24px;
}

[data-mobile="false"] .accordion-secondary .state-default,
[data-mobile="false"] .dialog .accordion .state-default {
  width: 100%;
  margin: 0;
}

[data-mobile="false"] .accordion-secondary .accordion-header,
[data-mobile="false"] .dialog .accordion .accordion-header {
  border-top: 1px solid #d4d6d6;
  margin-top: -1px !important;
  overflow: hidden;
}

[data-mobile="false"] .accordion-secondary .accordion-header:first-child,
[data-mobile="false"] .dialog .accordion .accordion-header:first-child {
  border-top: 1px solid #525c60 !important;
}

[data-mobile="false"] .accordion-secondary .accordion-header.accordion-header-active,
[data-mobile="false"] .dialog .accordion .accordion-header.accordion-header-active {
  border-bottom: 0;
}

[data-mobile="false"] .accordion-secondary .accordion-content,
[data-mobile="false"] .dialog .accordion .accordion-content {
  background: url(../../image/bg_dot3.png) repeat-x 0 0;
  padding: 30px 10px;
  font-size: 15px;
  color: #3f4b52;
  margin: 0;
  line-height: 24px;
}

[data-mobile="false"] .accordion-secondary .bu,
[data-mobile="false"] .dialog .accordion .bu {
  margin-bottom: 10px;
}

[data-mobile="false"] .agree-form {
  position: absolute;
  display: inline-block;
  min-width: 200px;
  right: 60px;
  top: 26px;
  font-size: 15px;
  text-align: right;
}

[data-mobile="false"] .agree-form .radio {
  margin-right: 10px;
}

[data-mobile="false"] .ui-dialog .agree-form {
  right: 8px;
}

.table th,
.table td {
  vertical-align: middle !important;
}

.table,
.table-row {
  border-top: 1px solid #525c60;
}

.table th,
.table td,
.table-row th,
.table-row td {
  border: 1px solid #d4d6d6;
  font-size: 15px;
  word-break: break-all;
  word-wrap: break-word;
}

.table th:first-child,
.table td:first-child,
.table-row th:first-child,
.table-row td:first-child {
  border-left: 0;
}

.table th:last-child,
.table td:last-child,
.table-row th:last-child,
.table-row td:last-child {
  border-right: 0;
}

.table th em,
.table td em,
.table-row th em,
.table-row td em {
  color: #0490cc;
  font-size: 14px;
}

.table th,
.table-row th {
  background-color: #f6f7f7;
  color: #273238 !important;
  font-weight: bold;
}

.table td,
.table-row td {
  color: #525c60 !important;
}

.table td table,
.table-row td table {
  border: 1px solid #d4d6d6;
  margin-top: 10px;
  margin-bottom: 0;
}

.table td table th,
.table-row td table th {
  padding: 6px 12px !important;
  font-size: 14px;
  font-weight: bold;
  color: #232d32;
  background: #f0f2f2;
}

.table td table td,
.table-row td table td {
  padding: 6px 12px !important;
  font-size: 14px;
  color: #3f4b52;
}

.table thead>tr>th,
.table-row thead>tr>th {
  border-bottom-width: 1px;
  text-align: center;
}

.table thead>tr+tr>th,
.table-row thead>tr+tr>th {
  background: #f0f2f2;
}

caption {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}

.table.text-center th,
.table.text-center td {
  text-align: center;
}

body#enrollment {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Pretendard-Regular, sans-serif;
  letter-spacing: -1px;
  word-spacing: -1px;
  color: #232d32;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

.font-family,
button,
.popover.top .popover-content {
  font-family: '', Malgun Gothic, Arial, Dotum, sans-serif;
}

.ol {
  list-style: decimal;
  padding-left: 20px;
}

.bold {
  font-weight: bold !important;
}

.ellipses,
[data-mobile="false"] .accordion-primary .accordion-header .title-wrapper .title {
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

b,
strong,
dt {
  font-weight: bold;
}

label {
  font-weight: normal;
  margin-bottom: 0;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.list-header {
  padding: 20px 35px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.no-rgba .form-control,
.no-rgba .selectmenu-button {
  padding-top: 0 !important;
  line-height: 36px !important;
}

.form-control,
.selectmenu-button {
  padding-top: 3px;
  border-radius: 5px;
  font-size: 15px;
  height: 40px;
}

.form-control::-webkit-input-placeholder,
.selectmenu-button::-webkit-input-placeholder,
.form-control::-ms-input-placeholder,
.selectmenu-button::-ms-input-placeholder {
  font-family: Pretendard-Regular, sans-serif;
  color: #838e94;
}

.no-rgba .form-control,
.no-rgba .selectmenu-button {
  line-height: 1.8;
}

.glyphicon-new-window:before {
  content: url(../../image/ico/new_window.png);
}

.glyphicon-repeat:before {
  content: url(../../image/ico/repeat.png);
}

pre {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  color: #858687;
  white-space: pre-line;
}

.required,
.color-secondary {
  color: #f05a61 !important;
}

.option {
  color: #f05a61;
}

.hr {
  display: block;
  margin: 20px 0;
  border: 0;
  height: 2px;
  background: url(../../image/hr.png) 50% 50% repeat-x;
}

.form-control-title {
  font-size: 14px;
  margin-bottom: 8px;
}

#sangdammain button {

  color: #fff;
  background-color: #0F22CF;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  transition: all .2s linear;
  /* margin: 17px; */
  margin: 2vw 0.5vw;
  display: block;
  width: 100%;
  line-height: 35px;
  border: 2px solid #0F22CF;
  border-radius: 50px;
  font-size: 22px;
  letter-spacing: 2px;
  box-sizing: border-box;
  font-weight: 700;
  font-family: "Pretendard-Regular", sans-serif;


}

#sangdammain button:hover {
  background-color: #fff;
  color: #0F22CF;
}

.form-data .user-input {
  font-weight: 500;
  border: 0;
  font-size: 18px;
  padding: 5px 0;
  width: 100%;
  line-height: 25px;
  margin-bottom: 18px;
  text-indent: 10px;
  background-color: transparent;
  font-family: "Pretendard-Regular", sans-serif;
  padding: 0;
  height: 50px;
  margin: 0.444vw;
  border-radius: 4px;

  border-radius: 4px;
  color: #515d6d;
  background: white;
}

.form-data img {
  width: 70% !important;
  max-width: 422px;
}

.form-3 {
  background-color: #F7F8FB;
  padding: 100px 5.20833vw;
}

.form-4 {
  background-color: #0F22CF;
  padding: 100px 5.20833vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-4 .form4-top {
  width: 70% !important;
  max-width: 422px;
}

.form-4 .form4-bottom {
  padding: 100px 5.20833vw;
  max-width: 100%;
}


@media screen and (max-width: 768px) {
  .box-wrap {
    display: flex;
    flex-direction: column;
  }

  .box-child {
    width: 70% !important;
  }

  /* 
  .desktop-img {

    display: none !important;
  }

  .mobile-img {
    display: block !important;
  } */
}

/* 
.mobile-img {

  display: none !important;
}

.desktop-img {
  display: block !important;
} */

.box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0.30833vw;
}

.box-wrap img {
  width: 50% !important;
}

.box-child {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  width: 30%;
  height: 330px;
  font-size: 18px;
  line-height: 1.5;
}

.box_1 {
  background-color: #272E40;
  color: white;
  max-height: 450px;
  padding: 1.5333vw;
  margin: 1vw;
}

.box_2 {
  background-color: #869AB7;
  color: white;
  max-height: 450px;
  padding: 1.5333vw;
  margin: 1vw;
}

.box_3 {
  background-color: #E9EDF4;
  color: #4D5F8A;
  max-height: 450px;
  padding: 1.5333vw;
  margin: 1vw;
}

.color-primary {
  color: #0493d2 !important;
}

.fa-won:before {
  content: url(../../image/ico/won.png);
}

/*
.container { position: relative; width: 1000px !important; padding: 0; }*/
.row {
  margin: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding: 0;
}

/*progress area*/
/*.dimm { position: fixed; z-index: 9999; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; background: #000; opacity: .6; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}*/
/* Yuk! CSS Hack for IE6 3 pixel bug :( */

.block {
  display: block;
}

/*리스트*/
.list-bluedot p,
.list-bluedot li {
  display: block;
  background: url(../../image/footer_dot.png) no-repeat 0 10px;
  padding-left: 6px;
  font-size: 14px;
  color: #677379;
}

.list-bluedot p:last-child,
.list-bluedot li:last-child {
  margin-bottom: 0;
}

.list-bluedot.mb10 li,
.list-bluedot.mb10 p {
  margin-bottom: 10px !important;
}

.tab-area {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 7;
}

.tab-area .tab-head-area {
  position: absolute;
  top: 1;
  width: 100%;
  height: 10px;
  z-index: 7;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  /*box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);*/
}

.tab-area .tab-head-area li {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
  background-color: #fff;
}

.tab-area .tab-head-area li:first-child a {
  border-left: 1px solid #c4cacd;
  border-bottom: 1px solid #fff;
}

.tab-area .tab-head-area li a {
  display: block;
  width: 100%;
  padding: 14px 0 18px;
  font-size: 18px;
  color: #7f888c;
  border-top: 1px solid #c4cacd;
  border-right: 1px solid #c4cacd;
  border-bottom: 1px solid #c4cacd;
  text-decoration: none;
}

.tab-area .tab-head-area li a.active {
  height: 60px;
  color: #273238;
  border-top: 3px solid #00acee;
  font-weight: bold;
}

.tab-area .tab-head-area li a:hover {
  height: 60px;
  color: #273238;
  border-top: 3px solid #00acee;
}

.tab-area .tab-head-area.fixed {
  position: fixed;
  top: 93px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tab-area .tab-body-area {
  margin-top: 0px;
  padding: 0px 0 0;
}

.tab-area .tab-body-area .tabs-nav li a {
  padding: 10px 0 !important;
}

.tab-area .tab-body-area .tabs-nav li.tabs-active {
  background-color: #0599d9;
}

.tab-area .tab-body-area .serm {
  font-size: 20px;
  text-align: center;
}

.desc {
  font-size: 14px;
  color: #81898d;
}

/* */
.tab-body-area {
  margin: 0;
  padding: 40px;
}

.tab-body-area h3 {
  font-size: 29px;
  color: #273238;
  margin-bottom: 16px;
  line-height: 33px;
}

.tab-body-area .alert-ex {
  background: url(../../image/ico/alert_ex.png) no-repeat;
  padding-left: 25px;
}

.tab-body-area .phone {
  color: #525c60;
}

.tab-body-area table .blue {
  color: #0599d9 !important;
}

.tab-body-area table .bt-black {
  border-top: 1px solid #525c60 !important;
}

.tab-body-area table th {
  padding: 5px 20px !important;
  border-bottom: 1px solid #d4d6d6 !important;
  background-color: #f6f7f7;
  text-align: center;
  vertical-align: middle !important;
}

.tab-body-area table th.br-right {
  border-right: 1px solid #d4d6d6 !important;
}

.tab-body-area table td {
  padding: 14px 42px !important;
  border: 1px solid #d4d6d6;
  vertical-align: middle !important;
}

.tab-body-area table td table {
  border: 1px solid #d4d6d6;
  margin-bottom: 0;
}

.tab-body-area table td table th {
  padding: 10px 15px !important;
  font-size: 14px;
  font-weight: bold;
  color: #232d32;
  background: #f0f2f2;
}

.tab-body-area table td table td {
  padding: 12px 15px !important;
  font-size: 14px;
  color: #3f4b52;
}

.tab-body-area table td:first-child {
  border-left: 0 !important;
}

.tab-body-area table td:last-child {
  border-right: 0 !important;
}

.tab-body-area table tr.point td {
  background-color: #fff;
}

.tab-body-area table.col th {
  text-align: left;
}

.tab-body-area table.col td {
  text-align: left;
}

.tab-body-area table.txt-center th {
  padding: 15px 24px;
  text-align: center;
  vertical-align: top;
}

.tab-body-area table.txt-center td {
  text-align: center;
}

a[target="_blank"]:after {
  content: url("../../image/ico/new_window.png");
  margin-left: 4px;
}

/*인풋박스 삭제*/
input[type=text],
input[type=password],
input[type=search] {
  background: #fff url(../../image/m/ico/delx.png) 120% center no-repeat;
  transition: background 0.3s;
}

input[type=text].x,
input[type=password].x,
input[type=search].x {
  background-position: right 8px center;
  background-position: 99% center \0/ IE8;
}

input[type=text].onX,
input[type=password].onX,
input[type=search].onX {
  cursor: pointer;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-clear,
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.text-xlg {
  font-size: 25px;
  color: #273238;
}

.text-lg {
  font-size: 18px;
  color: #273238;
}

.text-md {
  font-size: 15px;
}

.text-sm,
.sub-info {
  color: #677379;
  font-size: 14px;
}

.text-sm.mt5,
.sub-info.mt5 {
  text-indent: -20px;
  padding-left: 20px;
  margin-top: 5px;
}

.glyphicon-info-sign:before {
  content: url(../../image/ico/info.png);
}

[tabindex="-1"]:hover {
  text-decoration: none;
  cursor: default;
}

.list_subs {
  margin-top: 20px;
  text-indent: -14px;
  padding-left: 14px;
  font-size: 14px;
  color: #7f8881;
}

.list_subs.mt0 {
  margin-top: 0;
  margin-bottom: 0;
}

.alert-ex2 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  color: #525c60;
  background: url(../../image/ico/ex.png) no-repeat 0 9px;
}

.alert-ex2.mt30 {
  margin-top: 30px;
}

.alert-ex2 .btn-link:first-child {
  margin-left: 10px;
}

.point-primary {
  color: #f0646a;
}

.preline {
  white-space: pre-line !important;
}

.dialog .popover.top .arrow,
.product-1 #tabs-3 .popover.top .arrow,
.loan_pro #tabs-3 .popover.top .arrow,
.enrollment-area .popover.top .arrow {
  margin-left: -34px;
}

label[class="hidden"] {
  display: inline;
}

.list_subs2 {
  margin-top: 20px;
  text-indent: -17px;
  padding-left: 17px;
  font-size: 13px;
}

/* 청약 공통 팝업 */
.list-text-right li {
  position: relative;
  text-align: left;
}

.list-text-right li strong {
  text-align: left;
  font-weight: normal;
}

.list-text-right li span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}

.list-text-right li i {
  position: relative;
  z-index: 1;
}

.text-list-subs {
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
}

.tit-ment {
  position: relative;
  margin: 30px 0 15px;
  overflow: hidden;
}

.tit-ment h3 {
  margin: 0 !important;
  line-height: 1.4;
}

.tit-ment span {
  display: inline-block;
  font-size: 15px;
  color: #677379;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

.tit-ment .col-xs-7 {
  display: inline-block;
  font-size: 15px;
  color: #677379;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}


.ico-new-window3,
#mypage[data-page-id="MY2-PA-0000"] .my-page-area .summary-area ul li:after {
  content: url(../../image/new_window3.png);
}

.ico-next-arrow,
#mypage[data-page-id="MY2-PA-0000"] .my-page-area .summary-area dl dt:after {
  content: url(../../image/btn_arrow_right2.png);
}

.ico-dot,
#mypage[data-page-id="MY2-PA-0000"] .my-alram-area .accordion .my-alram-list .item dl dd+dt:before {
  content: url(../../image/footer_dot.png);
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
}

.h1 {
  font-size: 29px;
  /*line-height: 33px;*/
  letter-spacing: -2px;
}

.h2 {
  font-size: 25px;
  /*line-height: 30px;*/
  letter-spacing: -2px;
}

.h3 {
  font-size: 20px;
  /*line-height: 26px;*/
  letter-spacing: -1.5px;
  font-weight: bold;
}

.h4 {
  font-size: 18px;
  /*line-height: 22px;*/
  letter-spacing: -1px;
  font-weight: bold;
}

.h5 {
  font-size: 16px;
  /*line-height: 20px;*/
  letter-spacing: -1px;
  font-weight: bold;
}

small,
.small {
  font-size: 85% !important;
}

.text-xs {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -1px;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -1px;
}

.text-md {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -1px;
}

.text-lg {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -1.5px;
}

.text-xlg {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1.5px;
}

.text-xxlg {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -1px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.table-base {
  display: table;
  width: 100%;
}

.table-base>div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.padding-base {
  padding: 20px 30px;
}

.border-base {
  border: 1px solid #d4d6d6;
}

.box-shadow,
#allmenu,
[data-page-id="LO-PA-0020"] #event-winner:before,
[data-page-id="UT2-PA-0010"] .header .col-xs-8 .btn {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

.border-shadow {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12);
}

.hbox {
  display: -webkit-box;
  -webkit-box-pack: justify;
}

.hbox>* {
  display: block;
  float: none !important;
}

.flex {
  -webkit-box-flex: 1;
}

.ie8 .box-shadow,
.ie8 #allmenu,
.ie8 [data-page-id="LO-PA-0020"] #event-winner:before,
[data-page-id="LO-PA-0020"] .ie8 #event-winner:before,
.ie8 [data-page-id="UT2-PA-0010"] .header .col-xs-8 .btn,
[data-page-id="UT2-PA-0010"] .header .col-xs-8 .ie8 .btn,
.ie8 .border-shadow {
  border-bottom: 1px solid #d2d3d3;
}

html,
body {
  width: 100%;
  height: 100%;
  -ms-overflow-style: scrollbar;
}

/* skip navigation */
#skipnavi {
  position: relative;
  z-index: 10000;
  width: 100%;
  background: #333;
  text-align: center;
}

#skipnavi a {
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
}

#skipnavi a:focus,
#skipnavi a:active {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 20px;
  line-height: 1.5em;
  color: #fff;
  font-size: 16px;
  text-indent: 0;
  font-weight: bold;
}

.skip:focus {
  background-color: #333;
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header-default,
#header {
  background-color: #fff;
}

/*.header-default h1, #header h1 { background: url(../../image/ci.png) 0 0 no-repeat; }
.header-default .menu > li:nth-child(1), #header .menu > li:nth-child(1) { background-image: url(../../image/common/gnb_menu_1.png); }
.header-default .menu > li:nth-child(2), #header .menu > li:nth-child(2) { background-image: url(../../image/common/gnb_menu_2.png); }
.header-default .menu > li:nth-child(3), #header .menu > li:nth-child(3) { background-image: url(../../image/common/gnb_menu_3.png); }
.header-default .menu > li:nth-child(4), #header .menu > li:nth-child(4) { background-image: url(../../image/common/gnb_menu_4.png); }
.header-default .util a, #header .util a { color: #677379; }
.header-default .allmenu, #header .allmenu { background-image: url(../../image/btn_allmenu.png); }*/
#header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 135px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

#body {
  position: relative;
  width: 100%;
  background-color: #ebecec;
  padding-bottom: 80px;
}

#body .header {
  border-bottom: 1px solid #d4d6d6;
  padding: 30px 35px;
}

#body .body>.accordion {
  border-bottom: 0;
}

#body .body+.footer {
  margin-bottom: -20px;
}

#body .footer {
  text-align: center;
  padding: 40px 0 0;
}

.container {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0;
}

#footer {
  /* background-color: #ddd; */
  font-size: 15px;
  text-align: left;
}

#footer .menu {
  border-top: 1px solid #dfe0e0;
}

#footer .menu ul {
  overflow: hidden;
}

#footer .menu ul li {
  float: left;
}

#footer .menu ul li:first-child a {
  padding-left: 0;
  background: none;
  margin-left: 0;
}

#footer .menu ul li a {
  display: block;
  padding: 25px 0 10px 13px;
  margin-left: 10px;
  color: #525c60;
  position: relative;
  background: url("../../image/footer_dot.png") no-repeat 0 35px;
}

#footer .menu ul li a strong {
  color: #273238;
}

#footer address {
  border-top: 1px solid #e9eaea;
  color: #81898d;
  padding: 20px 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: 14px;
}

#footer address .text-sm {
  font-size: 12px;
  letter-spacing: 0;
}

#footer img {
  width: 200px;
}

#footer p {
  margin-bottom: 0;
}

#sidebar {
  position: fixed;
  z-index: 100;
  left: 100%;
  margin-left: -90px;
  top: 324px;
  width: 90px;
}

#sidebar li:nth-child(1).active a {
  cursor: pointer;
}

#sidebar li:nth-child(1) {
  background-color: #525c60;
  border-top: 1px solid #9ea5a8;
}

#sidebar li:nth-child(1) a {
  cursor: default;
}

#sidebar li {
  text-align: center;
  background-color: #879094;
  border-top: 1px solid #9ea5a8;
  font-size: 13px;
  color: #fff;
  padding: 15px 0;
}

#sidebar li img {
  margin-top: 10px;
}

#sidebar li .badge {
  display: block;
  margin-top: 5px;
  color: #273238;
  background: url(../../image/ico_round_quick_off.png) 50% 0 no-repeat;
  height: 27px;
  padding: 0;
  border-radius: 0;
  line-height: 27px;
}

#sidebar li a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 15px;
  text-decoration: none;
}

#sidebar .active {
  background-color: #9ea5a8;
}

#sidebar .active a {
  color: #232d32;
}

#sidebar .active:first-child a {
  color: #fff;
}

#sidebar .active .badge {
  background-image: url(../../image/ico_round_quick.png);
}

#sidebar li:nth-child(5) {
  cursor: default;
}

#sidebar li:nth-child(5) .badge {
  margin-top: 8px;
  height: 40px;
  line-height: 36px;
  color: #bac1c5;
  background-image: url(../../image/quick_chatting.png);
}

#sidebar li:nth-child(5).active {
  cursor: pointer;
  background-color: #879094;
}

#sidebar li:nth-child(5).active .badge {
  color: #232d32;
  background-image: url(../../image/quick_chatting_active.png);
}

#sidebar .btn-top {
  padding: 0;
  height: 50px;
  background: transparent url(../../image/bg_quick_arrow.png) no-repeat 50% 20px;
}

#sidebar .btn-top a {
  display: block;
  height: 100%;
}

#product #body {
  background-color: #fff;
}

.location {
  position: absolute;
  top: 0;
  width: 100%;
  height: 35px;
  z-index: 1;
  background: url(../../image/bg_location.png) 0 0 repeat-x;
}

.location ul {
  overflow: hidden;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  padding-left: 17px
}

.location ul li+li {
  background: url(../../image/ico_arrow.png) 10px 50% no-repeat;
  padding-left: 20px;
}

.location ul li {
  float: left;
  line-height: 32px;
  color: #777;
  font-size: 12px;
}

.location ul li a {
  display: block;
  color: #777;
}

#header .allmenu.active {
  box-shadow: none;
  margin-top: -5px;
  width: 45px;
  height: 45px;
  background-image: url(../../image/btn_allmenu_active.png) !important;
}

#allmenu {
  display: none;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  border: 1px solid #d4d6d6;
  border-width: 1px 0;
}


/*메인*/

#main {}

#main #con {
  background: #c1ecff url(../../image/main_bg.jpg) no-repeat top center;
  height: 1070px;
}

#mainVisual {
  width: 1100px;
  height: 590px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#mainVisual .visual_box {
  width: 828px;
}

#mainVisual .visual_box>li {
  height: 590px;
  background-position: left center;
  background-repeat: no-repeat;
}

#mainVisual .bx-wrapper {
  margin-bottom: 0;
}

#mainVisual .bx-viewport {
  border: 0;
  left: inherit;
}

#mainVisual .bx-controls {
  width: 828px;
  height: 100px;
  text-align: left;
  margin: -50px auto 0 auto;
  position: relative;
  z-index: 50;
}

#mainVisual .bx-pager {
  padding-top: 0;
  bottom: inherit;
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#mainVisual .bx-pager-link {
  width: 25px;
  height: 25px;
  border-radius: 13px;
  background-color: #0051ab;
  opacity: 1;
  margin: 0 11px;
  display: inline-block;
  vertical-align: middle;
}

#mainVisual .bx-pager-link:first-child {
  margin-left: 0;
}

#mainVisual .bx-pager-link.active {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 4px solid #0051ab;
}

#mainVisual .bx-controls-direction {
  display: none;
}

#mainVisual .bx-controls-auto {
  display: inline-block;
  position: relative;
  bottom: inherit;
  right: inherit;
  width: auto;
  z-index: 50;
}

#mainVisual .bx-controls-auto-item a {
  position: relative;
  display: none;
  width: 25px;
  height: 25px;
  text-indent: -1100px;
  overflow: hidden;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
}

#mainVisual .bx-controls-auto-item a.bx-start {
  background-image: url(../../image/swiper-start.png);
}

#mainVisual .bx-controls-auto-item a.bx-stop {
  background-image: url(../../image/swiper-stop.png);
  display: block;
}

#main #container {
  width: 1100px;
  margin: 0 auto;
}

#main #container:after {
  content: "";
  clear: both;
  display: block;
}

/* quickMenu */
#form {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

#form .form_inner {
  position: absolute;
  top: -500px;
  right: 0;
  width: 272px;
  height: 480px;
  background: url(../../image/main_form_bg.png) no-repeat;
}

/* 콘텐츠 레이아웃 */
.lCon {
  position: relative;
}

.lCon .leftCon {
  background: url(../../image/leftCon_bg.png) no-repeat;
  width: 1100x;
  height: 431px;
  overflow: hidden;
}

.lCon .leftCon:after {
  content: "";
  display: block;
  clear: both;
}

/* quickMenu2 */
.lCon .calculator {
  /*background:url(../../image/calculator_bg.png) no-repeat right;*/
  width: 280px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
}






/*서브메뉴탭*/
.tabs {
  padding: 0;
}

.tabs .tabs-nav {
  display: table;
  table-layout: auto;
  width: 100%;
  vertical-align: middle;
  padding: 0;
}

.tabs .tabs-nav .state-default.state-disabled {
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}

.tabs .tabs-nav .state-default.state-disabled a:hover {
  text-decoration: none;
}

.tabs .tabs-nav .state-default {
  position: relative;
  display: table-cell;
  float: none;
  width: auto;
}

.tabs .tabs-nav .state-default:first-child a {
  border-radius: 7px 0 0;
}

.tabs .tabs-nav .state-default:last-child a {
  width: 100%;
  border-radius: 0 7px 0 0;
}

.tabs .tabs-nav .state-default a {
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d4d6d6;
  border-bottom-color: #000;
  color: #273238;
  background-color: #f5f7f7;
  border-radius: 0;
}

.tabs .tabs-nav .state-default a:hover {
  text-decoration: underline;
}

.tabs .tabs-nav .tabs-active {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.tabs .tabs-nav .tabs-active a {
  border-color: #000;
  border-bottom-color: #fff;
  font-weight: bold;
  color: #232d32;
  background-color: #fff;
  cursor: pointer !important;
}

.tabs .tabs-nav .tabs-active a:hover {
  text-decoration: none;
}

.tabs .tabs-panel {
  padding: 20px 0 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.tabs-primary>.tabs-nav .state-default,
[data-mobile="false"] #mypage .dialog .tabs>.tabs-nav .state-default {
  border-bottom-color: #d4d6d6;
}

.tabs-primary>.tabs-nav .state-default a,
[data-mobile="false"] #mypage .dialog .tabs>.tabs-nav .state-default a {
  border-color: #c6ccce;
  font-size: 18px;
  color: #3f4b52;
  padding: 18px 0;
  border-top: none;
  background: #d5dbde;
}

.tabs-primary>.tabs-nav .tabs-active a,
[data-mobile="false"] #mypage .dialog .tabs>.tabs-nav .tabs-active a {
  border-color: transparent;
  color: #273238;
  background: #fff url(../../image/bg_foot.png) repeat-x 0 0;
}

.tabs-primary>.tabs-nav~div,
[data-mobile="false"] #mypage .dialog .tabs>.tabs-nav~div {
  padding: 0 35px;
}

.tabs-primary>.tabs-nav~div h3,
[data-mobile="false"] #mypage .dialog .tabs>.tabs-nav~div h3 {
  font-size: 25px;
  color: #273238;
  margin-top: 55px;
  margin-bottom: 20px;
}

.tabs-primary>.tabs-nav~div h3:first-child,
[data-mobile="false"] #mypage .dialog .tabs>.tabs-nav~div h3:first-child {
  margin-top: 0;
}



/*탭탭*/

.ui-tabs {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  display: table;
  table-layout: auto;
  width: 100%;
  vertical-align: middle;
  padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-disabled {
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}

.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-disabled a:hover {
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav .ui-state-default {
  position: relative;
  display: table-cell;
  float: none;
  width: auto;
}

.ui-tabs .ui-tabs-nav .ui-state-default:first-child a {
  border-radius: 7px 0 0;
}

.ui-tabs .ui-tabs-nav .ui-state-default:last-child a {
  width: 100%;
  border-radius: 0 7px 0 0;
}

.ui-tabs .ui-tabs-nav .ui-state-default a {
  font-size: 15px;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #d4d6d6;
  border-bottom-color: #000;
  color: #273238;
  background-color: #f5f7f7;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav .ui-state-default a:hover {
  text-decoration: underline;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a {
  border-color: #000;
  border-bottom-color: #fff;
  font-weight: bold;
  color: #232d32;
  background-color: #fff;
  cursor: pointer !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a:hover {
  text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
  padding: 20px 0 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.tabs-primary>.ui-tabs-nav .ui-state-default,
[data-mobile="false"] #mypage .dialog .ui-tabs>.ui-tabs-nav .ui-state-default {
  border-bottom-color: #d4d6d6;
}

.tabs-primary>.ui-tabs-nav .ui-state-default a,
[data-mobile="false"] #mypage .dialog .ui-tabs>.ui-tabs-nav .ui-state-default a {
  border-color: #c6ccce;
  font-size: 18px;
  color: #3f4b52;
  padding: 18px 0;
  border-top: none;
  background: #d5dbde;
}

.tabs-primary>.ui-tabs-nav .ui-tabs-active a,
[data-mobile="false"] #mypage .dialog .ui-tabs>.ui-tabs-nav .ui-tabs-active a {
  border-color: transparent;
  color: #273238;
  background: #fff url(../../image/bg_foot.png) repeat-x 0 0;
}

.tabs-primary>.ui-tabs-nav~div,
[data-mobile="false"] #mypage .dialog .ui-tabs>.ui-tabs-nav~div {
  padding: 35px 35px;
}

.tabs-primary>.ui-tabs-nav~div h3,
[data-mobile="false"] #mypage .dialog .ui-tabs>.ui-tabs-nav~div h3 {
  font-size: 25px;
  color: #273238;
  margin-top: 55px;
  margin-bottom: 20px;
}

.tabs-primary>.ui-tabs-nav~div h3:first-child,
[data-mobile="false"] #mypage .dialog .ui-tabs>.ui-tabs-nav~div h3:first-child {
  margin-top: 0;
}


.selectmenu-menu .widget.widget-content {
  border: 1px solid #8ddcff;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.selectmenu-menu .state-hover,
.selectmenu-menu .widget-content .state-hover,
.selectmenu-menu .widget-header .state-hover,
.selectmenu-menu .state-focus,
.selectmenu-menu.widget-content .state-focus,
.selectmenu-menu .widget-header .state-focus,
.selectmenu-menu .button:hover,
.selectmenu-menu .button:focus {
  border-color: #8ddcff;
  background: #fff;
  font-weight: bold;
  color: #0093d2;
}

.tabs-submenu {
  overflow: hidden;
  margin-top: 0;
}

.tabs-submenu .tabs-nav {
  display: block;
  border-bottom: 1px solid #d4d6d6;
}

.tabs-submenu .tabs-nav .state-default+.state-default {
  background: url(../../image/ico/bg_line.png) no-repeat 0 50%;
}

.tabs-submenu .tabs-nav .state-default a {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  color: #677379;
  padding: 20px 13px;
}

.tabs-submenu .tabs-nav .state-active a {
  color: #0493d2;
  font-weight: normal;
}

.tabs-submenu .tabs-panel {
  padding: 35px;
}



/*서브비주얼*/
.visual-area {
  position: relative;
}

.visual-area .container {
  height: 230px;
  background: 50% 88px no-repeat;
}

.visual-area .copy2 {
  background-image: url(../../image/visual_copy_simulation.png);
}

.visual-area .copy3 {
  background-image: url(../../image/visual_copy_request.png);
}

.visual-area .copy4 {
  background-image: url(../../image/visual_copy_guide1.png);
}

.visual-area .copy5 {
  background-image: url(../../image/visual_copy_guide2.png);
}

.visual-area .copy6 {
  background-image: url(../../image/visual_copy_guide3.png);
}

.visual-area .copy7 {
  background-image: url(../../image/visual_copy_guide4.png);
}

.visual-area .copy8 {
  background-image: url(../../image/visual_copy_customer1.png);
}

.visual-area .copy9 {
  background-image: url(../../image/visual_copy_customer2.png);
}

.visual-area .copy10 {
  background-image: url(../../image/visual_copy_customer3.png);
}

.visual-area .copy11 {
  background-image: url(../../image/visual_copy_guide5.png);
}

#customer #body {
  background: #edf0f0 url(../../image/visual_request.png) 50% 0 no-repeat;
}

#customer .body {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 35px;
}

#customer .footer {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

#customer .footer .selectmenu-button {
  width: 100px !important;
  left: 160px;
}

#customer .footer strong {
  margin-top: 10px;
  display: inline-block;
}

#customer .footer .form-inline {
  text-align: center;
  padding: 50px 0;
}

#customer .footer .form-inline input {
  width: 200px;
}

#customer .footer .form-inline>* {
  display: inline-block;
  margin-left: 4px;
}

#customer .footer .fa-search {
  background-color: #d1d7da;
  border: 1px solid #c2c8cb;
  height: 40px;
}

#customer .footer .fa-search:before {
  content: url(../../image/ico_search.png);
  position: relative;
  top: 2px;
}

/*추가*/
#customer[data-page-id="CS2-PA-0070"] .body {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0;
}

#customer[data-page-id="CS2-PA-0070"] .tabs-primary {
  margin-top: 30px;
  display: block;
}

#customer[data-page-id="CS2-PA-0070"] .tabs-primary>.ui-tabs-nav>.ui-state-default {
  width: 20%;
  float: left;
  margin-right: 0;
}

#customer[data-page-id="CS2-PA-0070"] .tabs-primary>.ui-tabs-panel {
  padding: 0;
}

#customer[data-page-id="CS2-PA-0070"] .tabs-primary .tabs-submenu .ui-tabs-nav .ui-state-default a {
  padding-left: 12px;
  padding-right: 12px;
}

#customer[data-page-id="CS2-PA-0070"] .tabSubEvent+div {
  padding: 0 !important;
}

#customer[data-page-id="CS2-PA-0070"] .ui-accordion .ui-accordion-header:first-child {
  border: 0;
}

#customer[data-page-id="CS2-PA-0070"] .accordion {
  border-bottom: 0;
}

#customer[data-page-id="CS2-PA-0070"] .accordion .accordion-header {
  padding: 25px 0;
}

#customer[data-page-id="CS2-PA-0070"] .accordion .accordion-header .category {
  min-height: 42px;
  width: 210px;
  padding: 10px 0 0 35px;
  color: #3f4b51;
  font-size: 15px;
  font-weight: bold;
  vertical-align: bottom;
}

#customer[data-page-id="CS2-PA-0070"] .accordion .accordion-header .category span {
  margin-top: 5px;
  line-height: 1.4;
  display: block;
  color: #838d93;
  font-size: 13px;
  font-weight: normal;
}

#customer[data-page-id="CS2-PA-0070"] .accordion .accordion-header .title-wrapper {
  width: 710px;
  margin-top: 5px;
}

#customer[data-page-id="CS2-PA-0070"] .accordion .accordion-header .title {
  width: 100%;
}

#customer[data-page-id="CS2-PA-0070"] .accordion .accordion-content {
  background-position-x: 210px;
  padding: 0 25px 25px 246px;
}

#customer[data-page-id="CS2-PA-0070"] .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}







/*상담신청*/
#request #body {
  background: #edf0f0 url(../../image/visual_request.png) 50% 0 no-repeat;
}

#request .body {
  background-color: #fff;
  padding: 35px;
  border-radius: 10px;
}

#request .body h3 {
  font-size: 25px;
  margin-bottom: 25px;
}


#request .request-form .h3 {
  font-weight: normal;
  margin-bottom: 0;
}

#request .request-form .h3+.h4 {
  margin-top: 30px;
}

#request .request-form .h4 {
  margin-top: 42px;
  font-size: 17px;
  color: #273238;
}

#request .request-form .table th {
  vertical-align: middle;
}

#request .request-form .table td {
  vertical-align: middle;
}

#request .request-form .table td span {
  margin: 6px;
}

#request .request-form .table .form-control {
  width: 300px;
}

#request .request-form .table .form-control.numberOnly {
  width: 138px !important;
}

#request .request-form .table .form-inline {
  overflow: hidden;
}

#request .request-form .table .form-inline>* {
  float: left;
}

#request .request-form table .btn {
  margin-left: 10px;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  height: 40px;
  line-height: 1;
  background: #fff;
  border: 1px solid #d4d6d6;
  font-size: 15px;
  color: #3f4b52;
}

#request .request-form [type="radio"]+label {
  margin-right: 30px;
}

#request .request-form .footer {
  padding: 40px 0 0;
}





#simulation #body {
  background: #edf0f0 url(../../image/visual_simulation.png) 50% 0 no-repeat;
}

#simulation .body {
  background-color: #fff;
  padding: 35px;
  border-radius: 10px;
}

#simulation .simulation-form table th {
  font-weight: bold;
  padding: 16px 0 0 25px;
}

#simulation .simulation-form table th label {
  font-weight: bold;
}

#simulation .simulation-form table .bt-black {
  border-top: 1px solid #525c60 !important;
}

#simulation .simulation-form table .form-inline>div+div {
  margin-top: 10px;
}

#simulation .simulation-form table .form-inline .form-control {
  width: 270px;
  float: left;
}

#simulation .simulation-form table .btn {
  margin-left: 10px;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  height: 40px;
  line-height: 1;
  background: #fff;
  border: 1px solid #d4d6d6;
  font-size: 15px;
  color: #3f4b52;
}

#simulation .simulation-form [type="radio"]+label {
  margin-right: 30px;
}

#simulation .simulation-form .footer {
  padding: 40px 0 0;
}


#guide #body {
  background: #edf0f0 url(../../image/visual_simulation.png) 50% 0 no-repeat;
}

#guide .body {
  background-color: #fff;
  border-radius: 10px;
}

#guide .btn-secondary {
  width: auto;
}

#guide .tabs-primary>.tabs-nav>.state-default {
  width: 25%;
}

#guide .tabs-secondary>.tabs-nav>.state-default {
  width: 50%;
}

#guide #tabs-1-1 .tabs {
  margin-top: 40px;
}

#guide #tabs-1-1 .tabs ol {
  counter-reset: section;
  overflow: hidden;
}

#guide #tabs-1-1 .tabs ol .col-xs-6 {
  padding-left: 30px;
  width: 60%;
}

#guide #tabs-1-1 .tabs ol>li+li {
  border-top: 1px solid #d4d6d6;
}

#guide #tabs-1-1 .tabs ol>li {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

/*#guide #tabs-1-1 .tabs ol > li:before { counter-increment: section; content: counter(section); color: #232d32; font-size: 15px; line-height: 1.8; text-indent: 12px; margin-left: 30px; width: 50px; height: 26px; background: url(../../image/ico/ol.png) 0 0 no-repeat; display: block; }*/
#tab-content .img2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#tab-content img {
  width: 40%;
  max-width: 350px;
}

#guide #tabs-1-1 .tabs h3 {
  color: #273237;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}

#guide #tabs-1-1 .tabs h4 {
  color: #00acee;
  font-size: 23px;
  font-weight: normal;
  margin: 10px 0;
}

#guide #tabs-1-1 .tabs p {
  color: #7f878b;
  font-size: 15px;
}

#guide #tabs-1-1 .tabs p span {
  color: #0493d2;
  font-weight: bold;
}

#guide #tabs-1-1 .tabs img {
  display: block;
  float: right;
}

#guide #tabs-1-2 .h3 {
  font-weight: normal;
  margin-bottom: 0;
}

#guide #tabs-1-2 .h3+.h4 {
  margin-top: 30px;
}

#guide #tabs-1-2 .h4 {
  margin-top: 42px;
  font-size: 17px;
  color: #273238;
}

#guide #tabs-1-2 .table th {
  vertical-align: middle;
}

#guide #tabs-1-2 .table td {
  vertical-align: middle;
}

#guide #tabs-1-2 .table td span {
  margin: 6px;
}

#guide #tabs-1-2 .table .form-control {
  width: 300px;
}

#guide #tabs-1-2 .table .form-control.numberOnly {
  width: 138px !important;
}

#guide #tabs-1-2 .table .form-inline {
  overflow: hidden;
}

#guide #tabs-1-2 .table .form-inline>* {
  float: left;
}

#guide #tabs-1-3 {
  margin-top: 50px;
  padding-bottom: 50px;
}

#guide #tabs-1-3 table th {
  vertical-align: middle;
  text-align: center;
}

#guide #tabs-1-3 .horizontal ul {
  margin-left: 14px;
}

#guide #tabs-1-3 .tabs {
  /*margin: -35px;*/
}

#guide #tabs-1-3 .tabs .tabs-panel {
  padding: 43px 35px 35px;
}

#guide #tabs-1-3 h3+.bu {
  color: #3f4b51;
  font-size: 15px;
  margin-bottom: 10px;
}

#guide #tabs-1-3 .table td {
  vertical-align: middle;
}

#guide #tabs-1-3 .table td span {
  margin: 6px;
}

#guide #tabs-1-3 .table .form-control {
  /*width: 300px;*/
}

#guide #tabs-1-3 .table .form-control.numberOnly {
  width: 138px !important;
}

#guide #tabs-1-3 .table .form-inline>* {
  float: left;
}


#guide #tabs-1-4 .tabs {
  margin-top: 40px;
}

#guide #tabs-1-4 .tabs ol {
  counter-reset: section;
  overflow: hidden;
}

#guide #tabs-1-4 .tabs ol .col-xs-6 {
  padding-left: 30px;
  width: 60%;
}

#guide #tabs-1-4 .tabs ol>li+li {
  border-top: 1px solid #d4d6d6;
}

#guide #tabs-1-4 .tabs ol>li {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

#guide #tabs-1-4 .tabs h4 {
  color: #273237;
  font-size: 23px;
  font-weight: normal;
  margin: 10px 0;
}

#guide #tabs-1-4 .tabs p {
  color: #7f878b;
  font-size: 15px;
}

#guide #tabs-1-4 .tabs p span {
  color: #0493d2;
  font-weight: bold;
}

#guide #tabs-1-4 .tabs img {
  display: block;
  float: right;
  width: 360px;
}

#guide .customer-form table th {
  font-weight: bold;
  padding: 16px 0 0 25px;
}

#guide .customer-form table th label {
  font-weight: bold;
}

#guide .customer-form table .bt-black {
  border-top: 1px solid #525c60 !important;
}

#guide .customer-form table .form-inline>div+div {
  margin-top: 10px;
}

#guide .customer-form table .form-inline .form-control {
  width: 270px;
  float: left;
}

#guide .customer-form table .btn {
  margin-left: 10px;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  height: 40px;
  line-height: 1;
  background: #fff;
  border: 1px solid #d4d6d6;
  font-size: 15px;
  color: #3f4b52;
}

#guide .customer-form [type="radio"]+label {
  margin-right: 30px;
}

#guide .customer-form .footer {
  padding: 40px 0 0;
}


#guide h2.title {
  font-size: 25px;
  margin-top: 58px;
  margin-bottom: 15px;
  color: #273238;
}

#guide .agree-txt {
  font-size: 15px;
  color: #3f4b52;
  margin-bottom: 30px;
}

#guide pre.agree {
  font-size: 15px;
  color: #525c60;
  background-color: #fff;
  height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 15px;
  border: 1px solid #d4d6d6;
}

#guide pre.agree .table {
  margin-bottom: 0;
}

#guide pre.agree.agree_typeB {
  white-space: normal;
}

#guide pre.agree.agree_typeB .sub-txt {
  margin-bottom: 30px;
  font-size: 15px;
}

#guide pre.agree.agree_typeB .sub-txt02 {
  margin-bottom: 0;
}

#guide pre.agree.agree_typeB strong+p {
  margin-bottom: 30px;
  padding-left: 14px;
}

#guide pre.agree.agree_typeB strong+ul {
  padding-left: 14px;
}

#guide pre.agree.agree_typeB ul {
  margin-bottom: 30px;
  font-size: 14px;
}

#guide pre.agree.agree_typeB p {
  font-size: 14px;
  margin-bottom: 0;
}

#guide .agree-info {
  background-color: #f6f7f7;
  border: 1px solid #d4d6d6;
  border-top-color: #e9eaea;
  padding: 15px;
  font-size: 14px;
  margin-top: -1px;
}


.btn-secondary {
  min-width: 130px;
  height: 46px;
  border-radius: 4px;
  background-color: #00acee;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:active,
.btn-secondary.pressed,
.btn-secondary:focus,
.btn-secondary:hover:active,
.btn-secondary:focus:active {
  background-color: #1db6f1;
  color: #fff;
}

.btn01 {
  min-width: 100px;
  height: 40px;
  border-radius: 4px;
  background-color: #00acee;
  color: #fff;
  fon1t-size: 16px;
  font-weight: bold;
  margin-top: -8px;
}

.btn01:hover,
.btn01.hover,
.btn01:active,
.btn01.pressed,
.btn01:focus,
.btn01:hover:active,
.btn01:focus:active {
  background-color: #1db6f1;
  color: #fff;
}


/* 대출상품 비주얼 */
.detail_visual {
  min-width: 1000px;
  padding-top: 65px;
  padding-bottom: 25px;
}

.detail_visual .inner {
  width: 1000px;
  height: 340px;
  margin: 0 auto;
}

.detail_visual .info {
  width: 580px;
  position: relative;
  float: left;
  margin-left: 15px;
}

.detail_visual .inner:after {
  content: '';
  display: block;
  clear: both;
}

.detail_visual .info h2.dv_title {
  font-size: 38px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  width: 450px;
}

/* 정보 */
.detail_visual.blue {
  background: url('../../image/detail_bg_blue.jpg') 50% 0 no-repeat;
}

.detail_visual.blue .info h2.dv_title {
  width: 440px;
  padding: 0;
  margin-bottom: 20px;
}

.detail_visual.blue .info .company {
  display: block;
  font-size: 25px;
  color: #00acee;
  margin-bottom: 0;
  line-height: 1.2;
}

.detail_visual.blue .info .dv_desc {
  /*border-bottom: 1px solid #69cffd;*/
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.detail_visual .info .dv_desc {
  color: #303030;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 55px;
  margin-top: 0;
  padding-top: 5px;
}

.detail_visual .info .cummunity_area {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.detail_visual .produt_icons {}

.detail_visual .produt_icons:after {
  content: '';
  display: block;
  clear: both;
}

.detail_visual .produt_icons li {
  float: left;
  margin-left: 20px;
}

.detail_visual .produt_icons li:first-child {
  margin-left: 0;
}

.detail_visual .produt_icons li img {
  display: block;
}

/* 정보 스펙 */
.detail_visual .specification {
  width: 400px;
  float: right;
  margin-right: 10px;
  top: 35px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  box-sizing: content-box;
}

.detail_visual .specification .loan_price {
  overflow: hidden;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 0;
}

.detail_visual .specification .loan_price .spec_title {
  font-size: 14px;
  color: #666;
  float: left;
  line-height: 62px;
}

.detail_visual .specification .loan_price .spec_cont {
  float: right;
  margin-bottom: 0;
  line-height: 58px;
}

.detail_visual .specification .loan_price .spec_cont .price {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.detail_visual .specification .loan_price .spec_cont .price .unit {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}

.detail_visual .specification .loan_price .spec_cont .net_change {
  margin-left: 9px;
}

.detail_visual .specification .loan_price .spec_cont .net_change .ico {
  display: inline-block;
  width: 10px;
  height: 15px;
  vertical-align: middle;
}

.detail_visual .specification .loan_price .spec_cont .net_change .num {
  vertical-align: middle;
  font-size: 16px;
}

.detail_visual .specification .loan_price .spec_cont .net_change.up .ico {
  background: url(../../image/ico_nc_up.png) no-repeat;
}

.detail_visual .specification .loan_price .spec_cont .net_change.up .num {
  color: #eb6e47
}

.detail_visual .specification .loan_price .spec_cont .net_change.down .ico {
  background: url(../../image/ico_nc_down.png) no-repeat;
}

.detail_visual .specification .loan_price .spec_cont .net_change.down .num {
  color: #31b4ed;
}

.detail_visual .specification .spec_list {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 22px;
  padding-bottom: 22px;
  border: 1px solid #e1e7e9;
  background: #eaeff3;
}

.detail_visual .specification .spec_list li {
  overflow: hidden;
  margin-top: 10px;
}

.detail_visual .specification .spec_list li:first-child {
  margin-top: 0;
}

.detail_visual .specification .spec_list li .spec_name,
.detail_visual .specification .spec_list li .cont {
  font-family: Pretendard-Regular, sans-serif;
  font-size: 13px;
}

.detail_visual .specification .spec_list li .spec_name {
  float: left;
  font-weight: normal;
  color: #666;
  padding-left: 9px;
  background: url(../../image/bul_gray_4x4.png) 0 50% no-repeat;
}

.detail_visual .specification .spec_list li .cont {
  float: right;
  font-weight: bold;
}

.detail_visual .specification .spec_list li .cont.red {
  color: #18abeb;
}

.detail_visual .specification .spec_list li .cont.blue {
  color: #eb6e47;
}

#product {
  /*버튼 아이콘*/
  /* 상품 하단 배너 */
  /* 상품 간격 */
}

#product .text-list-subs {
  text-indent: -14px;
  padding-left: 14px;
  font-size: 14px;
  color: #6f787c;
}

#product .text-list-subs i {
  margin-left: 20px;
}

#product .my-calc-area {
  background-color: #f1f2f2;
  padding-bottom: 10px;
}

#product .my-calc-area .container {
  position: relative;
  margin-top: -155px;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

#product .my-calc-area .output-area {
  position: relative;
}

#product .my-calc-area .output-area .output-area-main {
  background-color: #8ddcff;
  color: #273238;
  width: 100%;
}

#product .my-calc-area .output-area .output-area-main .col-xs-6 {
  padding: 32px 36px 18px;
  font-size: 15px;
  color: #232d32;
}

#product .my-calc-area .output-area .output-area-main-dot {
  position: absolute;
  left: 875px;
  top: -7px;
  display: block;
  width: 16px;
  height: 7px;
  background: url(../../image/box_dot.png) no-repeat;
}

#product .my-calc-area .output-area .output-area-sub {
  padding: 35px 40px 40px 40px;
  height: 100%;
}

#product .my-calc-area .output-area .output-area-sub .item-box {
  margin-top: 30px;
  height: 100%;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4 {
  width: 290px;
  height: 367px;
  margin-left: 20px;
  padding: 0 30px 25px;
  border: 1px dashed #bfbfbf;
  border-radius: 5px;
  background: url(../../image/bg_rcmtitem.png) 50% 50% no-repeat;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4:first-child {
  margin-left: 0;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.active {
  width: 292px;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on {
  height: auto;
  border: 1px solid #d4d9d9;
  background: #fff;
  background: url(../../image/bg_item_top.png) 50% 0 no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .end-year {
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .end-age {
  font-size: 22px;
  font-weight: bold;
  line-height: 55px;
  color: #232d32;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .info {
  padding: 15px 0;
  border-top: 1px dotted #7f7f7f;
  border-bottom: 1px dotted #7f7f7f;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .info .col-xs-5 {
  padding-left: 10px;
  background: url(../../image/dot_type3.png) 0 50% no-repeat;
  color: #3f4b52;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .info .col-xs-12 {
  padding-left: 10px;
  background: url(../../image/dot_type3.png) 0 50% no-repeat;
  color: #3f4b52;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .info .col-xs-7 {
  font-size: 15px;
  font-weight: bold;
  color: #677379;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .info .col-xs-7 span {
  font-weight: normal;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .won {
  padding: 10px 0;
  font-size: 15px;
  position: relative;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .won .icon-won {
  padding-left: 25px;
  font-weight: bold;
  color: #677379;
  background: url(../../image/won3.png) 0 50% no-repeat;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .won .icon-won span {
  font-size: 15px;
  font-weight: normal;
  color: #838e94;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .won .icon-won-txt {
  color: #838e94;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .won .text-right {
  font-size: 30px;
  font-weight: bold;
  color: #f0646a;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .won .text-right span {
  font-size: 16px;
  color: #677379;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .btn-sub {
  overflow: hidden;
  padding-top: 10px;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .btn-sub button+button {
  margin-left: 4px;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .btn-sub button {
  float: left;
  display: block;
  padding: 5px 8px;
  width: auto;
  background: none;
  border: 1px solid #d4d6d6;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #677379;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .btn-sub button:first-child {
  width: 80px;
  margin-left: 0;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .btn-sub button:first-child+button {
  width: 70px;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on .btn-sub button:first-child+button+button {
  position: absolute;
  right: 0;
  width: 70px;
}

#product .my-calc-area .output-area .output-area-sub .item-box .col-xs-4.on.active {
  border: 2px solid #0599d9;
}

#product .my-calc-area .output-area .output-area-sub .step-box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #9c9c9c;
}

#product .my-calc-area .output-area .output-area-sub .step-box>.col-xs-4 {
  position: relative;
  width: 280px;
  height: 370px;
  border-right: 1px dotted #9c9c9c;
}

#product .my-calc-area .output-area .output-area-sub .step-box>.col-xs-4 ul li {
  width: 258px;
  padding: 13px 15px;
  margin-bottom: 10px;
  overflow: hidden;
  background: url(../../image/bg_detail_step.png) 0 0 no-repeat;
  color: #838e94;
}

#product .my-calc-area .output-area .output-area-sub .step-box>.col-xs-4 ul li.active {
  background-position: 0 -120px;
  font-size: 16px;
  font-weight: bold;
  color: #0093d2;
}

#product .my-calc-area .output-area .output-area-sub .step-box>.col-xs-4 ul li.edite {
  background-position: 0 -60px;
}

#product .my-calc-area .output-area .output-area-sub .step-box>.col-xs-4 .ps {
  position: absolute;
  bottom: 0;
  width: 250px;
}

#product .my-calc-area .output-area .output-area-sub .step-box>.col-xs-4 .ps p {
  padding-top: 15px;
  min-height: 79px;
  background: url(../../image/bg_question.png) 0 17px no-repeat;
  padding-left: 20px;
  font-size: 14px;
  color: #677379;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 {
  width: 68.888888%;
  padding-left: 30px;
  height: 358px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 h5 {
  font-size: 15px;
  color: #232d32;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 p {
  margin: 0;
  font-size: 14px;
  color: #838e94;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .form-input {
  margin-top: 10px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .form-input input {
  display: inline-block;
  zoom: 1;
  width: 158px;
  padding-right: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #3e4a51;
  text-align: right;
  background: url(../../image/10000.png) 122px 15px no-repeat;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .form-input button {
  margin-top: -8px;
  margin-left: 10px;
  padding: 8px 25px;
  border: 1px solid #64c8f4;
  border-radius: 5px;
  background: #8ddcff;
  font-size: 15px;
  font-weight: bold;
  color: #232d32;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .form-input-btn {
  margin-top: 10px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .form-input-btn button {
  display: inline-block;
  padding: 5px 15px 7px;
  letter-spacing: -.5px;
  width: auto;
  background: none;
  border: 1px solid #d4d6d6;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #677379;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .form-input-btn button:first-child {
  margin-left: 0;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .stats {
  margin-top: 0;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .stats h5 {
  margin: 30px 0 15px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .btn-join {
  width: 232px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete table {
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 10px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete table th,
#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete table td {
  width: 33%;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  vertical-align: middle;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete table th {
  padding: 10px 0;
  background: #f7f7f7;
  font-size: 15px;
  color: #677379;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete table td {
  word-break: break-all;
  padding: 15px 0;
  font-size: 22px;
  color: #232d32;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete table td.font17 {
  font-size: 17px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete p {
  font-size: 15px;
  color: #838e94;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete p strong {
  color: #525c60;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won {
  position: absolute;
  /* padding: 5px 0 30px; */
  font-size: 15px;
  float: right;
  /* bottom: 89px; */
  right: 0;
  top: 195px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won .col-xs-5.text-right {
  width: auto;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won .col-xs-7.text-right {
  width: auto;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won+.row {
  position: absolute;
  bottom: 0;
  width: 96%;
  border-top: 1px dotted #9c9c9c;
  padding-top: 21px;
  clear: both;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won .icon-won {
  padding-right: 62px;
  display: inline-block;
  padding-left: 25px;
  font-size: 15px;
  font-weight: bold;
  color: #3f4b52;
  background: url(../../image/won3.png) 0 2px no-repeat;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won .icon-won span {
  font-size: 15px;
  font-weight: normal;
  color: #838e94;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won .icon-won-txt {
  color: #838e94;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won .text-right {
  font-size: 48px;
  font-weight: bold;
  color: #f0646a;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .won .text-right span {
  font-size: 15px;
  color: #3f4b52;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .btn-sub {
  overflow: hidden;
  padding-top: 10px;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .btn-sub button {
  display: inline-block;
  padding: 4px 8px 5px;
  width: 78px;
  background: none;
  border: 1px solid #d4d6d6;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #677379;
}

#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8.complete .btn-sub button:first-child {
  margin-left: 0;
}

#product .my-calc-area .output-area .ad-area {
  position: absolute;
  right: 266px;
  width: 303px;
  height: 101px;
  margin-right: 0;
}

#product .my-calc-area .comd_check {
  display: inline-block;
  margin-top: 11px;
  color: #81898d;
  font-size: 13px;
}

#product html.ie8 .input-area {
  min-height: 133px;
}

#product .tip-area0 {
  position: relative;
  padding-top: 10px;
  height: 30px;
  background-color: #f1f2f2;
}

#product .tip-area {
  position: relative;
  padding-top: 10px;
  height: 110px;
  background-color: #f1f2f2;
}

#product .tip-area .container {
  height: 100%;
  position: relative;
}

#product .tip-area .container .col-xs-4+.col-xs-4 {
  background: url(../../image/line_detail01.png) 0 50% no-repeat;
}

#product .tip-area .container .col-xs-4 p {
  display: inline-block;
  color: #3f4b52;
  height: 65px;
  padding: 10px 0 0 0;
  text-align: left;
  letter-spacing: -1;
}

#product .tip-area .container .col-xs-4 img {
  margin-top: 5px;
  margin-right: 10px;
}

#product .item-list .item {
  position: relative;
  padding: 60px 0 60px;
  border-bottom: 1px solid #dee0e0;
}

#product .item-list .item:first-child {
  padding: 0 0 60px;
}

#product .item-list .item.row .col-xs-5 {
  width: 370px;
}

#product .item-list .item.row .col-xs-7 {
  float: right;
  width: 620px;
}

#product .item-list .item:last-child {
  border: 0;
}

#product .item-list .item h1 {
  font-size: 30px;
  margin: 0 0 16px;
  white-space: pre-wrap;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: -1;
  color: #232d32;
}

#product .item-list .item p {
  font-size: 15px;
}

#product .item-list .item .img-inline {
  margin-top: 52px;
  padding: 0 38px 0 36px;
  text-align: left;
}

#product .item-list .item .img-inline img:first-child {
  margin-right: 50px;
}

#product .item-list .item img {
  text-align: right;
}

#product .item-list .item .col-xs-5 .etc,
#product .item-list .item .col-xs-12 .etc {
  font-size: 14px;
  color: #677379;
  line-height: 28px;
}

#product .item-list .item .col-xs-5 strong,
#product .item-list .item .col-xs-12 strong {
  font-weight: bold;
}

#product .item-list .item .text-subs {
  margin-top: 25px;
  padding-top: 20px;
  font-size: 17px;
  line-height: 24px;
  color: #0a92cc;
  background: url(../../image/bg_item.png) no-repeat left top;
}

#product .item-list .item .text-subs strong {
  color: #133a68;
  font-weight: bold;
}

#product .btn.sm {
  padding: 0 5px;
}

#product .tab-body-area h3 {
  margin-top: 30px;
}

#product .tab-body-area .mt0 {
  margin-top: 0;
}

#product .tab-body-area table .list-bluedot {
  margin-bottom: 0;
}

#product .tab-body-area table .list-bluedot li {
  position: relative;
  text-align: left;
  font-size: 15px;
  color: #525c60;
}

#product .tab-body-area .alert-ex2 {
  margin-top: 30px;
}

#product .tab-body-area .text-list-subs {
  margin-bottom: 0;
}

#product .bt-glay {
  background-color: #f0f2f2 !important;
}

#product .carousel {
  left: 50%;
  width: 1000px;
  margin-left: -530px;
  margin-bottom: 110px;
  padding-top: 100px;
}

#product .carousel .carousel-indicators {
  bottom: -50px;
}

#product .carousel h3 {
  font-size: 29px;
  color: #273238;
  margin-bottom: 16px;
  line-height: 33px;
}


.input-area {
  padding: 35px 35px 0;
  background: url(../../image/bg_dot01.png) 504px 35px no-repeat;
}

.input-area.bic {
  background: url(../../image/bg_line03.png) 504px 35px no-repeat;
}

.input-area.bic>.row {
  min-height: 160px;
}

.input-area h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

.input-area>.row {
  min-height: 110px;
  margin-bottom: 15px;
}

.input-area>.row:last-child {
  margin-bottom: 12px;
}

.input-area>.row .col-xs-2 {
  width: 206px;
}

.input-area>.row .col-xs-4 {
  width: 290px;
  padding: 0 55px 0 0;
}

.input-area>.row .col-xs-4:first-child {
  padding-left: 0;
}

.input-area>.row .col-xs-4:last-child {
  padding-right: 0;
}

.input-area>.row .col-xs-4:last-child input {
  width: 228px;
}

.input-area>.row h5 {
  margin-bottom: 8px;
  font-weight: bold;
  color: #525c60;
  font-size: 14px;
}

.input-area>.row h5 label {
  font-weight: bold;
}

.input-area>.row h5 label span {
  font-size: 13px;
}

.input-area>.row h5+.radio-inline {
  margin-bottom: 10px;
}

.input-area>.row .ment-gray {
  font-size: 12px;
  color: #81898d;
  margin-top: 10px;
}

.input-area .btn-calc {
  background-color: #80d4fa;
  color: #273238;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  border: 1px solid #76c4e8;
  width: 160px;
  height: 70px;
  line-height: 62px;
  border-bottom-width: 2px;
  padding-top: 25px;
}

.input-area .btn-calc.disabled {
  background-color: #899296;
}

.input-area .btn-calc2.disabled {
  background-color: #899296;
}

.input-area .input-notice {
  padding: 18px 0 0 25px;
  font-size: 14px;
  color: #273238;
  background: url(../../image/ex.png) no-repeat 0 23px;
}

.input-area .input-notice span {
  font-size: 13px;
  color: #81898d;
  display: block;
}

.input-area .input-notice.w {
  color: #fff;
  background: url(../../image/alert_ex2.png) no-repeat 0 23px;
}

.input-area .input-notice.w span {
  color: #fff;
}

#product-main .input-area>.row>.col-xs-4+.col-xs-2,
#product .input-area>.row>.col-xs-4+.col-xs-2 {
  width: 160px !important;
  position: absolute;
  top: 58px;
  right: 0;
}

#product-main .input-area>.row>.col-xs-4+.col-xs-2 .floting,
#product .input-area>.row>.col-xs-4+.col-xs-2 .floting {
  position: absolute;
  left: 6px;
  top: -160px;
  cursor: default;
}

#product .input-area>.row>.col-xs-4+.col-xs-2 {
  right: 35px;
}

#btn-trem-data {
  margin-bottom: 30px;
}

#product .list_subs {
  font-size: 14px;
  color: #677379;
}

#product .list_subs i {
  margin-left: 20px;
}

#product #tabs-3 .list_subs {
  font-size: 13px;
}

#product .tab-area .tab-body-area {
  margin-top: 0;
  padding: 62px 0 0 0;
}

#product .tab-area .tab-body-area>div {
  padding-top: 60px;
}

[data-page-id="PD-PA-0030"] #tabs-1 .popover {
  max-width: 300px;
}

#angel-talk-list .body {
  border-radius: 10px;
}

.progress-ing:before {
  content: url(../../image/progress_ing.png);
}

.progress-winner:before {
  content: url(../../image/progress_winner.png);
}

.progress-complete:before {
  content: url(../../image/progress_complete.png);
}

.date-area {
  margin-top: 5px;
  color: #677379;
  font-size: 15px;
  letter-spacing: 0;
}

.date-area strong {
  margin-right: 10px;
}

.sr-only,
#product .my-calc-area .output-area .output-area-sub .step-box .col-xs-8 .form-select-year label input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/*대출상세*/
/*대출페이지*/
#loan_contents {
  width: 1000px;
  min-height: 550px;
  padding-top: 35px;
  margin: 0 auto 90px;
}

/*상단*/
.product {
  position: relative;
  overflow: hidden;
  width: 1000px;
  color: #222;
  padding: 30px;
  border: #1598dc solid;
  border-width: 8px 8px 0 8px;
  margin-bottom: 40px
}

.product .tit-loan {
  float: left;
  height: 280px;
  margin-bottom: 0;
}

.product .tit-loan h2 {
  margin-bottom: 17px;
}

.product .tit-loan .desc {
  font-size: 16px;
  line-height: 1.3;
}

.product .tit-loan .loan-desc {
  padding: 12px 10px 0 0;
  margin-top: 20px;
  border-top: 1px solid #dedede;
}

.product .tit-loan .loan-desc li {
  padding-left: 10px;
  background: url('../../image/dot01.gif') no-repeat 0 8px;
  font-size: 14px;
  line-height: 1.6;
}

.product .tit-loan .loan-desc span {
  display: inline-block;
  width: 90px;
  font-weight: bold;
}

.product .visual {
  float: right;
  /*margin-right: 44px;*/
}

/*빠른메뉴*/
.loan-menu {
  overflow: hidden;
  width: 1000px;
  margin-bottom: 50px;
}

.loan-menu li {
  float: left;
  width: 265px;
  padding: 25px 0;
}

.loan-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.loan-menu .menu01 {
  background: #0085d4 url('../../image/icon_calculator.gif') no-repeat 55px center;
}

.loan-menu .menu01 a {
  padding-left: 96px;
}

.loan-menu .menu02 {
  background: #00acee url('../../image/icon_faq.gif') no-repeat 47px center;
}

.loan-menu .menu02 a {
  padding-left: 84px;
}

.loan-menu .menu03 {
  background: #004674 url('../../image/icon_app01.gif') no-repeat 47px center;
}

.loan-menu .menu03 a {
  padding-left: 82px;
}

.loan-menu .menu04 {
  background: #0085d4 url('../../image/icon_faq.gif') no-repeat 64px center;
}

.loan-menu .menu04 a {
  padding-left: 92px;
}


/* 대출정보 */
h3.sub-tit {
  margin-bottom: 20px;
  color: #222;
  font-size: 20px;
  line-height: 20px;
}

h3.sub-tit span {
  display: block;
  width: 18px;
  height: 2px;
  border-top: 2px solid #222;
}

#loan_tab {
  overflow: hidden;
  width: 1000px;
  margin-bottom: 40px;
  border-left: 1px solid #c4cacd;
  background: url('../../image/tab_bg.gif') repeat-x 0 1px;
}

#loan_tab li {
  float: left;
  width: 528px;
  padding: 13px 0 14px;
  border-top: 2px solid #c4cacd;
  border-right: 1px solid #c4cacd;
  text-align: center;
}

#loan_tab li.selected {
  border-top: 2px solid #00acee;
  border-bottom: none;
  background: #fff;
}

#loan_tab li a {
  display: block;
  color: #767676;
  font-size: 14px;
  font-weight: bold;
}

#loan_tab li.selected a {
  display: block;
  color: #222;
}

/* conte */
.conte {
  padding-top: 10px;
  clear: both;
}

/* conte */
.conte {
  padding-top: 10px;
  clear: both;
}

.type03 li {
  float: left;
  width: 219px;
  padding: 13px 0 14px;
  border-top: 2px solid #c4cacd;
  border-right: 1px solid #c4cacd;
}

.type03 li.current {
  width: 219px;
}

.type04 li {
  float: left;
  width: 219px;
  padding: 13px 0 14px;
  border-top: 2px solid #c4cacd;
  border-right: 1px solid #c4cacd;
}

.type05 li {
  float: left;
  width: 145px;
  padding: 13px 0 14px;
  border-top: 2px solid #c4cacd;
  border-right: 1px solid #c4cacd;
}

.tbl-pro .date {
  margin: -25px 0 15px;
  font-size: 20px;
  text-align: right;
}

/*
.tbl-pro table { width: 100%; border-top: 2px solid #727272; border-bottom: 1px solid #727272; color: #606060; }
.tbl-pro th { padding: 16px 0 18px 40px; border-right: 1px solid #dadada; border-top: 1px solid #dadada; background: #fbfbfb; color: #222; text-align: left; vertical-align: top; }
.tbl-pro th span { font-weight: normal; }
.tbl-pro td { padding: 14px 0 14px 40px; border-top: 1px solid #dadada; color: #606060; }
.tbl-pro td strong { color: #004674; }
.tbl-pro td label { margin-right: 40px; }
.tbl-pro td textarea { overflow-y: auto; width: 632px; height: 150px; padding: 5px; border: 1px solid #c2c5c7; color: #727272; }
.tbl-pro th:first-child, .tbl-pro td:first-child { border-bottom: none; }
	.loan-step { margin-bottom:60px;}

.tbl-pro th .th-notice { width: 142px; font-size: 12px; font-weight: normal; }
.tbl-pro-in table { width: 100%; border-top: 2px solid #727272; border-bottom: 1px solid #727272; color: #606060; margin-top: 10px; }
.tbl-pro-in th { padding: 16px 0 18px 40px; border-left: 1px solid #dadada; background: #fbfbfb; color: #222; text-align: left; vertical-align: top; }
.tbl-pro-in td { padding: 14px 0 14px 40px; border-left: 1px solid #dadada; border-right: 1px solid #dadada; color: #606060; }
.tbl-pro th:first-child, .tbl-pro td:first-child { border-right: none; } */

/*.blue { color: #00acee !important; font-weight: bold; }*/

.bullet01 {
  padding-left: 10px;
  background: url('../../image/dot01.gif') no-repeat 0 8px;
}

.desc01 {
  margin-top: 30px;
  color: #727272;
  line-height: 1.8;
}

.desc01 li {
  padding-left: 10px;
  background: url('../../image/dot01.gif') no-repeat 0 9px;
}

.desc01 li span {
  color: #004674;
  font-weight: bold;
}

.tbl-desc01 {
  margin-top: 5px;
  color: #606060;
  line-height: 1.8;
}

.tbl-desc01 li {
  padding-left: 10px;
  background: url('../../image/dot01.gif') no-repeat 0 10px;
}

.list-align li {
  line-height: 2;
}

.tbl-th-desc01 {
  margin-top: 8px;
  color: #535353;
}

.tbl-th-desc01 li {
  padding-left: 8px;
  margin-bottom: 5px;
  background: url('../../image/dot01.gif') no-repeat 0 8px;
}

.tbl-th-desc01 li span {
  font-weight: normal;
}

.desc-mb li {
  margin-bottom: 8px;
}

.graph-section {
  width: 510px;
  margin: 6px 0 20px 40px;
}

.graph-section ul {
  overflow: hidden;
  width: 120px;
  margin: 0 0 10px 394px;
  text-align: right;
}

.graph-section li {
  float: left;
}

.graph-section li img {
  vertical-align: middle;
  margin-left: 15px;
}

.graph-section li span {
  margin-left: 3px;
}

.graph-section p {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}

.graph {
  margin-bottom: 10px;
}

.box1 {
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #dadada;
  background: #fbfbfb;
}


@media screen and (max-width: 800px) {}