@charset "UTF-8";
.button-default,
a {
  text-decoration: none;
}
.blue-tab-nav,
table {
  border-collapse: collapse;
}
button,
hr,
input {
  overflow: visible;
}
a,
legend {
  color: inherit;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type='checkbox'],
[type='radio'],
button,
html,
input,
legend,
optgroup,
select,
textarea {
  box-sizing: border-box;
  padding: 0;
}
.hidden,
[hidden],
template {
  display: none;
}
.width-100p,
.width-10p,
.width-15p,
.width-20p,
.width-25p,
.width-30p,
.width-35p,
.width-40p,
.width-45p,
.width-55p,
.width-5p,
.width-60p,
.width-65p,
.width-70p,
.width-75p,
.width-80p,
.width-85p,
.width-90p,
.width-95p {
  min-width: 0 !important;
}
.p,
.p-large {
  word-break: keep-all;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
html {
  margin: 0;
  font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 14px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  background: 0 0;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  vertical-align: middle;
}
caption {
  position: fixed;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
}
.row,
.skip,
sub,
sup {
  position: relative;
}
.icon-home,
.logo {
  text-indent: -3000px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
li,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-spacing: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  background: 0 0;
  border: none;
  font: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
.font-gray {
  color: #5a5a5a;
}
.font-12 {
  font-size: 12px;
}
.txt-left {
  text-align: left;
}
.button-default,
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.breadcrumb,
.container,
.gnb-container {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
.width-5p {
  width: 5% !important;
}
.width-10p {
  width: 10% !important;
}
.width-15p {
  width: 15% !important;
}
.width-20p {
  width: 20% !important;
}
.width-25p {
  width: 25% !important;
}
.width-30p {
  width: 30% !important;
}
.width-35p {
  width: 35% !important;
}
.width-40p {
  width: 40% !important;
}
.width-45p {
  width: 45% !important;
}
.width-50p {
  width: 50% !important;
  min-width: 0 !important;
}
.width-55p {
  width: 55% !important;
}
.width-60p {
  width: 60% !important;
}
.width-65p {
  width: 65% !important;
}
.width-70p {
  width: 70% !important;
}
.width-75p {
  width: 75% !important;
}
.width-80p {
  width: 80% !important;
}
.width-85p {
  width: 85% !important;
}
.width-90p {
  width: 90% !important;
}
.width-95p {
  width: 95% !important;
}
.width-100p {
  width: 100% !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-55 {
  margin-top: 55px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-65 {
  margin-top: 65px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-75 {
  margin-top: 75px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-top-85 {
  margin-top: 85px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-top-95 {
  margin-top: 95px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-45 {
  margin-left: 45px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-top-default {
  margin-top: 35px !important;
}
.center {
  display: table;
  margin: auto;
}
.icon-download,
.icon-home {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-download + .icon-link,
.label + .checkbox {
  margin-left: 3px;
}
.box {
  border: 1px solid #d9e0e6;
}
.input,
.select {
  box-sizing: border-box;
  min-width: 160px;
  border: 1px solid #e3e3e3;
}
.icon-home {
  width: 20px;
  height: 17px;
  background-image: url(../img/icon/home.svg);
}
.icon-up-red {
  color: #e11010;
  margin-right: 2px;
}
.icon-down-blue {
  color: #00499c;
  margin-right: 2px;
}
.icon-download {
  width: 15px;
  height: 18px;
  background-image: url(../img/icon/file.svg);
}
.icon-link:before {
  content: url(../img/icon/link.png);
}
.skip {
  left: -500px;
  width: 1px;
}
.skip-item {
  position: fixed;
  display: block;
  z-index: -1;
}
.input {
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #0e0e0e;
  height: 34px;
  border-radius: 0;
  width: 100%;
  padding: 0 10px;
}
.select,
.textarea {
  font: inherit;
  letter-spacing: -1px;
  color: #0e0e0e;
  height: 34px;
}
.select {
  font-size: 14px;
  line-height: 30px;
  border-radius: 0;
  padding: 0 0 0 10px;
  background: url(../img/icon/arrow.png) 95% 50% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.footer-external-select,
.textarea {
  box-sizing: border-box;
  min-width: 160px;
  border: 1px solid #e3e3e3;
}
.select-big {
  background-position-x: 98%;
}
.select::-ms-expand {
  display: none;
}
.header-top:after,
.nav:after {
  display: table;
  content: '';
  clear: both;
}
.input-line {
  font-size: 16px;
  padding: 0 12px;
  line-height: 34px;
}
.textarea {
  font-size: 14px;
  border-radius: 0;
  width: 100%;
  line-height: 22px;
  min-height: 353px;
  padding: 10px;
  resize: none;
}
.textarea-terms {
  min-height: 150px;
}
.textarea-fit {
  height: auto;
  min-height: inherit;
}
.file {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.gnb,
.header {
  position: relative;
}
.file-label {
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #0e0e0e;
  cursor: pointer;
}
.gnb-item-sub-depth1,
.gnb-item-subtitle {
  font-weight: 700;
  color: #0e0e0e;
  letter-spacing: -1px;
}
.file:focus + .file-label {
  outline: #000 dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
.file:focus + .file-label * {
  pointer-events: none;
}
.header {
  padding-top: 20px;
  z-index: 4000;
  background: #fff;
}
.header-top {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-bottom {
  border-bottom: 2px #00499c solid;
}
.nav {
  padding-top: 10px;
  letter-spacing: -1px;
}
.nav-item {
  float: left;
  margin-left: 11px;
  padding-left: 11px;
  border-left: 1px solid #e3e3e3;
}
.nav-item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.logo {
  width: 160px;
  height: 34px;
  background: url(../img/logo/logo_01.png) no-repeat;
  float: left;
  font-size: 1px;
}
.logo > a {
  display: block;
  height: 100%;
}
.gnb-container:after,
.gnb:after {
  content: '';
  display: table;
  clear: both;
}
.gnb-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4500;
}
.gnb-item-title {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  text-indent: -9999px;
}
.gnb-item-title > a,
.gnb-item.active > .gnb-item-content {
  display: block;
}
.gnb-item-title-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.gnb-item-title[data-seq='1'] {
  position: absolute;
  z-index: 4500;
  width: 70px;
  left: 0;
  top: -2px;
}
.gnb-item-title[data-seq='1'] > a {
  background: url(../img/gnb/gnb01.png) no-repeat;
}
.gnb-item-title[data-seq='2'] {
  position: absolute;
  z-index: 4500;
  width: 88px;
  left: 90px;
}
.gnb-item-title[data-seq='2'] > a {
  background: url(../img/gnb/gnb02.png) no-repeat;
}
.gnb-item-title[data-seq='3'] {
  position: absolute;
  z-index: 4500;
  width: 88px;
  left: 198px;
}
.gnb-item-title[data-seq='3'] > a {
  background: url(../img/gnb/gnb03.png) no-repeat;
}
.gnb-item-title[data-seq='4'] {
  position: absolute;
  z-index: 4500;
  width: 79px;
  left: 306px;
}
.gnb-item-title[data-seq='4'] > a {
  background: url(../img/gnb/gnb04.png) no-repeat;
}
.gnb-item-title[data-seq='5'] {
  position: absolute;
  z-index: 4500;
  width: 71px;
  /* left: 405px; */
  left: 306px;
}
.gnb-item-title[data-seq='5'] > a {
  background: url(../img/gnb/gnb05.png) no-repeat;
}
.gnb-item-title[data-seq='6'] {
  position: absolute;
  z-index: 4500;
  width: 86px;
  /* left: 496px; */
  left: 397px;
}
.gnb-item-title[data-seq='6'] > a {
  background: url(../img/gnb/gnb06.png) no-repeat;
}
.gnb-item-title[data-seq='7'] {
  position: absolute;
  z-index: 4500;
  width: 100px;
  /* left: 602px; */
  left: 503px;
}
.gnb-item-title[data-seq='7'] > a {
  background: url(../img/gnb/gnb07.png) no-repeat;
}
.gnb-item-title[data-seq='8'] {
  position: absolute;
  z-index: 4500;
  width: 56px;
  /* left: 722px; */
  left: 623px;
}
.gnb-item-title[data-seq='8'] > a {
  background: url(../img/gnb/gnb08.png) no-repeat;
}
.gnb-item-title[data-seq='9'] {
  position: absolute;
  z-index: 4500;
  width: 56px;
  /* left: 798px; */
  left: 699px;
}
.footer-external,
.footer-mark,
.gnb-item-content,
.gnb-sitemap {
  position: relative;
}
.gnb-item-title[data-seq='9'] > a {
  background: url(../img/gnb/gnb09.png) no-repeat;
}
.gnb-item.active {
  z-index: 4499;
}
.gnb-item.active .gnb-item-title {
  position: relative;
  top: 0;
}
.gnb-item-content {
  display: none;
  top: -2px;
  padding: 30px 0 40px;
  z-index: 4900;
  background: #fff;
  box-shadow: 0 0 3px 0 #aaa;
}
.gnb-item-content:after {
  content: '';
  display: table;
  clear: both;
}
.gnb-item-subtitle {
  font-size: 25px;
  line-height: 1.28;
  vertical-align: top;
  float: left;
  width: 160px;
  height: 100%;
}
.gnb-item-sub {
  float: left;
  margin-left: 20px;
  width: 190px;
}
.gnb-item-sub-height-1 {
  height: 66px;
}
.gnb-item-sub-margin-top-1 {
  margin-top: 33px;
}
.gnb-item-sub-height-2 {
  height: 99px;
}
.gnb-item-sub-margin-top-2 {
  margin-top: 66px;
}
.gnb-item-sub-height-3 {
  height: 132px;
}
.gnb-item-sub-margin-top-3 {
  margin-top: 99px;
}
.gnb-item-sub-height-4 {
  height: 165px;
}
.gnb-item-sub-margin-top-4 {
  margin-top: 132px;
}
.gnb-item-sub-height-5 {
  height: 198px;
}
.gnb-item-sub-margin-top-5 {
  margin-top: 165px;
}
.gnb-item-sub-height-6 {
  height: 231px;
}
.gnb-item-sub-margin-top-6 {
  margin-top: 198px;
}
.gnb-item-sub-height-7 {
  height: 264px;
}
.gnb-item-sub-margin-top-7 {
  margin-top: 231px;
}
.gnb-item-sub-height-8 {
  height: 297px;
}
.gnb-item-sub-margin-top-8 {
  margin-top: 264px;
}
.gnb-item-sub-height-9 {
  height: 330px;
}
.gnb-item-sub-margin-top-9 {
  margin-top: 297px;
}
.gnb-item-sub-height-10 {
  height: 363px;
}
.gnb-item-sub-margin-top-10 {
  margin-top: 330px;
}
.gnb-item-sub-sub {
  max-height: 0;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.gnb-item-sub-full {
  width: 820px;
}
.gnb-item-sub-full > .gnb-item-sub-depth1 {
  width: 190px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.gnb-item-sub-full > .gnb-item-sub-depth1.row-first {
  margin-top: 0;
}
.gnb-item-sub-full > .gnb-item-sub-depth1.col-first {
  margin-left: 0;
}
.gnb-item-sub-depth1 {
  font-size: 15px;
  border-bottom: 1px solid #adb1b5;
  padding-bottom: 10px;
  text-indent: 2px;
  line-height: 1.5;
}
.gnb-item-sub-depth1 > a {
  display: block;
  height: 100%;
  background: url(../img/icon/arrow_blue.png) 95% 40% no-repeat;
}
.gnb-item-sub-depth2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #454545;
  border-bottom: 1px solid #dde0e4;
}
.gnb-item-sub-depth2 > a {
  display: block;
  height: 100%;
  padding: 10px 2px;
}
.gnb-sitemap {
  top: -7px;
  left: 0;
  z-index: 5001;
}
.gnb-sitemap-link {
  display: block;
  float: right;
  width: 100px;
  height: 33px;
  background: url(../img/gnb/gnb10.png) no-repeat;
  text-indent: -9999px;
}
.breadcrumb {
  padding: 15px 0;
}
.breadcrumb:after {
  content: '';
  display: table;
  clear: both;
}
.breadcrumb-wrap {
  background: #f5f5f5;
  border-bottom: 1px solid #e2e4e5;
}
.breadcrumb-item {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 17px;
  color: #505050;
  float: left;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #bdbdbd;
}
.breadcrumb-item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.footer {
  border-top: 1px solid #e3e3e3;
  padding: 30px 0;
}
.footer-info {
  font-size: 13px;
  line-height: 22px;
  color: #303030;
  float: left;
  margin-left: 40px;
}
.footer-mark {
  float: left;
  margin-right: 28px;
  top: -10px;
}
.footer-external-select {
  display: inline-block;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #0e0e0e;
  height: 34px;
  border-radius: 0;
  padding: 0 0 0 10px;
  background: url(../img/icon/arrow.png) 95% 50% no-repeat #fff;
}
.footer-external-link {
  display: none;
  position: absolute;
  right: 0;
  bottom: 59px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e3e3e3;
  z-index: 4999;
  width: 160px;
}
.footer-external-link-item {
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #0e0e0e;
}
.footer-external-link-item > a {
  display: block;
}
.logo-alt {
  width: 162px;
  height: 40px;
  text-indent: -3000px;
  font-size: 1px;
  background: url(../img/logo/logo_02.png) no-repeat;
  float: left;
}
.wa {
  width: 80px;
}
.title-1 {
  font-size: 30px;
  letter-spacing: -1px;
  color: #444;
}
.p-bullet-2,
.title-2 {
  font-size: 18px;
  letter-spacing: -1px;
  color: #0e0e0e;
}
.p-bullet-3,
.title-3,
.title-3-newline {
  font-size: 16px;
  color: #0e0e0e;
  letter-spacing: -1px;
  font-weight: 700;
}
.p-bullet-2:before,
.title-2:before {
  content: url(/../img/title/li_depth2.png);
  position: relative;
  top: -1px;
  margin-right: 11px;
}
.title-2-indent {
  text-indent: -18px;
  padding-left: 18px;
}
.p-bullet-3:before,
.title-3:before {
  content: url(../img/title/li_depth3.png);
  position: relative;
  top: -1px;
  margin-left: 4px;
  margin-right: 11px;
}
.title-3-newline {
  text-indent: 22px;
  margin-top: 5px;
}
.title-3-newline:before {
  position: relative;
  top: -1px;
  margin-left: 4px;
  margin-right: 11px;
}
.p-bullet-4,
.title-4 {
  font-size: 14px;
  letter-spacing: -1px;
  color: #303030;
}
.p-bullet-4:before,
.title-4:before {
  content: url(../img/title/li_depth4.png);
  position: relative;
  top: -2px;
  margin-left: 22px;
  margin-right: 11px;
}
.list-item,
.list-item-none {
  margin-top: 10px;
  text-indent: -14px;
  padding-left: 12px;
  line-height: 1.15;
  word-break: keep-all;
}
.list-item-none:first-child,
.list-item:first-child {
  margin-top: 0;
}
.list-item-none:before,
.list-item:before {
  content: url(../img/title/li_depth4.png);
  position: relative;
  top: -4px;
  margin-right: 11px;
}
.list-item.row:before,
.row.list-item-none:before {
  top: -8px;
}
.indent.list-item-none,
.list-item.indent {
  list-style-position: inside;
  text-indent: -50px;
  padding-left: 50px;
}
.list-item-none {
  padding-left: 15px;
}
.list-item-none:before {
  content: '';
}
.list-item-unmarked {
  margin-top: 8px;
  line-height: 1.15;
}
.list-item-unmarked:first-child {
  margin-top: 0;
}
.list-file,
.list-link {
  position: relative;
  padding: 15px 30px;
}
.list-file-item,
.list-link-item {
  font-size: 13px;
  color: #454545;
  position: relative;
  line-height: 1.7;
  letter-spacing: -0.5px;
}
.list-file-item:before,
.list-link-item:before {
  content: url(../img/icon/file.png);
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 10px;
}
.list-file-size {
  margin-left: 5px;
  letter-spacing: 0;
}
.list-file-counter,
.list-link-counter {
  margin-left: 5px;
  letter-spacing: 0;
  color: #ef6a0f;
}
.list-link {
  border-bottom: 1px #e3e3e3 solid;
}
.list-link-item > a {
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 93%;
}
.list-link-item:before {
  content: url(../img/icon/link.png);
  float: left;
}
.list-location {
  margin-top: 35px;
}
.list-location-item {
  display: table;
  width: 100%;
}
.list-location-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 700;
  width: 15%;
  height: 4rem;
  padding-left: 3.5rem;
}
.p-marked-ref,
.p-red-marked-star {
  padding-left: 12px;
  text-indent: -9px;
}
.list-location-title-address {
  background: url(../img/title/li_location_address.png) left center no-repeat;
}
.list-location-title-phone {
  background: url(../img/title/li_location_phone.png) left center no-repeat;
}
.list-location-title-welcome {
  background: url(../img/title/li_location_welcome.png) left center no-repeat;
}
.list-location-title-parking {
  background: url(../img/title/li_location_parking.png) left center no-repeat;
}
.list-location-contents {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  width: 85%;
}
.p {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 22px;
}
.p-large {
  font-size: 15px;
  letter-spacing: -0.5px;
}
.p-line {
  line-height: 1.4 !important;
}
.p-marked-ref,
.p-red,
.p-red-marked-star {
  letter-spacing: -1px;
  line-height: 22px;
  word-break: keep-all;
}
.p-small {
  font-size: 85%;
}
.p-underline {
  text-decoration: underline;
}
.p-red,
.p-red-marked-star {
  font-size: 14px;
  color: #e11010;
}
.p-red-marked-star:before {
  content: '*';
  position: relative;
  margin-right: 6px;
  font-size: 12px;
  top: 1px;
}
.p-marked-ref {
  font-size: 13px;
}
.p-marked-ref:before {
  content: '※';
  position: relative;
  margin-right: 6px;
  font-size: 12px;
}
.p-depth-2,
.p-depth-3,
.p-depth-4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -1px;
  word-break: keep-all;
}
.p-depth-2,
.p-depth-3 {
  padding-left: 21px;
}
.p-depth-4 {
  padding-left: 36px;
}
.p-bullet-2,
.p-bullet-3,
.p-bullet-4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 21px;
}
.p-bullet-2,
.p-bullet-3 {
  text-indent: -21px;
}
.p-bullet-4 {
  text-indent: -36px;
}
.button-default {
  display: inline-block;
  padding: 0 20px;
  text-indent: 0;
  min-width: 103px;
  height: 37px;
  line-height: 37px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #aaa;
  color: #444;
  background-color: #efefef;
}
.button-highlight,
.button-highlight-alt {
  padding: 0 20px;
  text-indent: 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #aaa;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  min-width: 103px;
  height: 37px;
  line-height: 37px;
}
.button-highlight {
  background-color: #0888f5;
}
.button-highlight-alt {
  background-color: #ef6a0f;
}
.button-info,
.button-info-small {
  text-indent: 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #aaa;
  text-decoration: none;
  color: #444;
  background-color: #efefef;
  text-align: center;
}
.button-info {
  display: inline-block;
  min-width: 103px;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
}
.button-banner,
.button-info-small {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
}
.button-info-small {
  min-width: 0;
  height: auto;
}
.button-info-small.stock-button-margin {
  margin-top: -15px;
}
.button-arrow {
  position: relative;
  top: 0;
  left: 1px;
  text-indent: -9999px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-banner {
  letter-spacing: -1px;
  border: 1px solid #919191;
  background: rgba(255, 255, 255, 0.45);
  color: #0e0e0e;
}
.cell-blue,
.cell-title {
  background: #f3f8fa;
}
.table,
.table-center,
.table-disclosure {
  width: 100%;
}
.table-center {
  text-align: center;
}
.table-disclosure {
  text-align: right;
}
.board,
.product-desc-item,
.product-summary,
.products-button,
.products-image,
.tab-panel {
  text-align: center;
}
.table-disclosure .board-cell,
.table-disclosure .board-cell-th,
.table-disclosure .cell {
  letter-spacing: -0.2px;
}
.table-disclosure .cell-title {
  text-align: center;
  letter-spacing: -1px;
}
.table-border-top {
  border-top: 2px #00499c solid;
}
.table-row {
  height: 53px;
  border-bottom: 1px #e3e3e3 solid;
}
.col-title {
  width: 170px;
}
.board-cell,
.board-cell-th,
.cell {
  font-size: 14px;
  letter-spacing: -1px;
  color: #454545;
  padding: 19px 10px;
  border-left: 1px solid #e3e3e3;
  text-align: inherit;
  line-height: 1.15;
  word-break: keep-all;
}
.cell-title {
  font-size: 14px;
  letter-spacing: -1px;
  color: #0e0e0e;
  padding: 19px 30px;
  vertical-align: middle;
}
.board-cell-th:first-child,
.board-cell:first-child,
.cell:first-child {
  border-left-width: 0;
}
.cell-left-border {
  border-left-width: 1px !important;
}
.cell-disclosure-title {
  text-align: left !important;
  line-height: 1.4;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 700;
}
.cell-disclosure-subtitle {
  text-align: left !important;
  font-size: 14px;
}
.tab {
  position: relative;
  padding-top: 60px;
}
.tab-item {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}
.tab-item > .tab-contents {
  display: none;
}
.tab-panel {
  font: inherit;
  font-size: 17px;
  letter-spacing: -1px;
  color: #828282;
  position: relative;
  display: inline-block;
  top: -60px;
  height: 60px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3 #e3e3e3 #008bcd;
  cursor: pointer;
}
.products,
.stockloan {
  border-bottom: 1px solid #e3e3e3;
}
.tab-contents {
  margin-top: -25px;
}
.tab-item[data-total='2'][data-seq='1'] > .tab-panel {
  width: 50%;
  left: 0;
}
.tab-item[data-total='2'][data-seq='2'] > .tab-panel {
  width: 50%;
  left: 50%;
}
.tab-item[data-total='3'][data-seq='1'] > .tab-panel {
  width: 33.33333%;
  left: 0;
}
.tab-item[data-total='3'][data-seq='2'] > .tab-panel {
  width: 33.33333%;
  left: 33.33333%;
}
.tab-item[data-total='3'][data-seq='3'] > .tab-panel {
  width: 33.33333%;
  left: 66.66667%;
}
.tab-item[data-total='4'][data-seq='1'] > .tab-panel {
  width: 25%;
  left: 0;
}
.tab-item[data-total='4'][data-seq='2'] > .tab-panel {
  width: 25%;
  left: 25%;
}
.tab-item[data-total='4'][data-seq='3'] > .tab-panel {
  width: 25%;
  left: 50%;
}
.tab-item[data-total='4'][data-seq='4'] > .tab-panel {
  width: 25%;
  left: 75%;
}
.tab-item[data-total='5'][data-seq='1'] > .tab-panel {
  width: 20%;
  left: 0;
}
.tab-item[data-total='5'][data-seq='2'] > .tab-panel {
  width: 20%;
  left: 20%;
}
.tab-item[data-total='5'][data-seq='3'] > .tab-panel {
  width: 20%;
  left: 40%;
}
.tab-item[data-total='5'][data-seq='4'] > .tab-panel {
  width: 20%;
  left: 60%;
}
.tab-item[data-total='5'][data-seq='5'] > .tab-panel {
  width: 20%;
  left: 80%;
}
.tab-item[data-total='6'][data-seq='1'] > .tab-panel {
  width: 16.66667%;
  left: 0;
}
.tab-item[data-total='6'][data-seq='2'] > .tab-panel {
  width: 16.66667%;
  left: 16.66667%;
}
.tab-item[data-total='6'][data-seq='3'] > .tab-panel {
  width: 16.66667%;
  left: 33.33333%;
}
.tab-item[data-total='6'][data-seq='4'] > .tab-panel {
  width: 16.66667%;
  left: 50%;
}
.tab-item[data-total='6'][data-seq='5'] > .tab-panel {
  width: 16.66667%;
  left: 66.66667%;
}
.tab-item[data-total='6'][data-seq='6'] > .tab-panel {
  width: 16.66667%;
  left: 83.33333%;
}
.tab-item[data-total='7'][data-seq='1'] > .tab-panel {
  width: 14.28571%;
  left: 0;
}
.tab-item[data-total='7'][data-seq='2'] > .tab-panel {
  width: 14.28571%;
  left: 14.28571%;
}
.tab-item[data-total='7'][data-seq='3'] > .tab-panel {
  width: 14.28571%;
  left: 28.57143%;
}
.tab-item[data-total='7'][data-seq='4'] > .tab-panel {
  width: 14.28571%;
  left: 42.85714%;
}
.tab-item[data-total='7'][data-seq='5'] > .tab-panel {
  width: 14.28571%;
  left: 57.14286%;
}
.tab-item[data-total='7'][data-seq='6'] > .tab-panel {
  width: 14.28571%;
  left: 71.42857%;
}
.tab-item[data-total='7'][data-seq='7'] > .tab-panel {
  width: 14.28571%;
  left: 85.71429%;
}
.product {
  position: relative;
  width: 100%;
  height: 215px;
  padding: 30px 30px 50px;
}
.product:after,
.product:before {
  content: '';
  display: block;
  height: 15px;
  background: url(../img/icon/line.png);
  right: 0;
}
.product:before {
  position: absolute;
  top: 0;
  left: 0;
}
.product:after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-tag-deposit:before,
.product-tag-loan:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  position: absolute;
}
.product-tag,
.product-tag-deposit,
.product-tag-loan {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px;
  padding-left: 30px;
}
.product-tag-loan {
  color: #0c70e2;
}
.product-tag-loan:before {
  border-top: 15px solid #0c70e2;
  border-left: 15px solid #0c70e2;
}
.product-tag-deposit {
  color: #cd8200;
}
.product-tag-deposit:before {
  border-top: 15px solid #cd8200;
  border-left: 15px solid #cd8200;
}
.product-summary {
  font-size: 17px;
  letter-spacing: -1px;
  color: #5f5f5f;
  line-height: 1.4;
}
.product-desc {
  position: absolute;
  width: 100%;
  bottom: 42px;
}
.board-subject,
.faq-item-question {
  position: relative;
}
.product-desc:after {
  content: '';
  display: table;
  clear: both;
}
.product-desc-item {
  float: left;
  max-width: 469px;
  padding: 10px 0;
  border-left: 1px solid #e3e3e3;
}
.product-desc-item:first-child {
  border-left: 0;
}
.products-desc-box,
.stockloan {
  border-left: 1px solid #e3e3e3;
}
.product-desc-item-highlight {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1px;
  float: left;
  height: 100%;
  padding-right: 20px;
}
.product-desc-item-highlight-loan {
  color: #0c70e2;
}
.product-desc-item-highlight-deposit {
  color: #0e0e0e;
}
.product-desc-item-title {
  font-size: 16px;
  letter-spacing: -1px;
  color: #0e0e0e;
  white-space: nowrap;
}
.product-desc-item-contents {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #0e0e0e;
  white-space: nowrap;
}
.stockloan {
  width: 239px;
  display: inline-block;
  margin-left: 9px;
  margin-bottom: 200px;
  padding-left: 8px;
  padding-right: 8px;
  border-top: 5px solid #00499c;
  border-right: 1px solid #e3e3e3;
  vertical-align: top;
}
.stockloan-desc:after,
.stockloan:after {
  display: table;
  content: '';
  clear: both;
}
.stockloan:first-child {
  margin-left: 0;
}
.stockloan-title {
  text-indent: -9999px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.stockloan-title-1 {
  background: url(/img/stock/stock_hana.gif) center center no-repeat;
}
.stockloan-title-2 {
  background: url(/img/stock/stock_nh.gif) center center no-repeat;
}
.stockloan-title-3 {
  background: url(/img/stock/stock_sk.png) center center no-repeat;
}
.stockloan-title-4 {
  background: url(/img/stock/stock_ebest.gif) center center no-repeat;
}
.stockloan-desc {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 8px 13px;
  border-top: 1px solid #e3e3e3;
  vertical-align: middle;
  min-height: 56px;
  line-height: 2;
}
.products-desc-content,
.products-desc-title {
  color: #0e0e0e;
  line-height: 1.4;
  letter-spacing: -1px;
  word-break: keep-all;
}
.stockloan-desc:first-child {
  border-top: none;
}
.products {
  width: 100%;
}
.detail-body,
.detail-foot-item,
.detail-head {
  border-bottom: 1px #e3e3e3 solid;
}
.products-blue-top {
  border-top: 2px solid #00499c;
}
.products-row {
  border-top: 1px solid #e3e3e3;
}
.products-image {
  width: 175px;
}
.products-desc {
  padding: 40px 0;
}
.products-desc-box {
  max-width: 620px;
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
}
.products-desc-title {
  font-size: 25px;
  font-weight: 700;
}
.products-desc-content {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}
.products-desc-list {
  margin-top: 13px;
  letter-spacing: -1px;
  word-break: keep-all;
}
.products-desc-list > li {
  text-indent: -10px;
}
.products-desc:first-child {
  border-top: none;
}
.products-button {
  width: 145px;
}
.board {
  width: 100%;
}
.board-col-1 {
  width: 70px;
}
.board-col-2 {
  width: 540px;
}
.board-col-2-1 {
  width: 140px;
}
.board-col-2-2 {
  width: 400px;
}
.board-col-2-3 {
  width: 150px;
}
.board-col-3 {
  width: 80px;
}
.board-col-4 {
  width: 120px;
}
.board-col-5 {
  width: 90px;
}
.board-col-6 {
  width: 60px;
}
.board-head {
  background-color: #fafafa;
}
.board-notice {
  color: #02adff;
}
.board-subject {
  display: inline-block;
  width: 520px;
  float: left;
  text-align: left;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board-cell,
.board-cell-th {
  border-left: 0;
  color: #303030;
}
.board-cell-th {
  font-weight: 700;
  color: #0e0e0e;
}
.board-empty {
  padding: 70px 30px;
  text-align: center;
}
.board-empty-subject {
  font-size: 17px;
  color: #303030;
  font-weight: 700;
  letter-spacing: -1px;
}
.detail-head {
  border-top: 2px #00499c solid;
  padding: 20px 30px;
}
.detail-head-subject {
  font-size: 20px;
  color: #0e0e0e;
  letter-spacing: -1px;
}
.detail-head-info {
  font-size: 14px;
  color: #0e0e0e;
  letter-spacing: -1px;
}
.detail-head-info:after {
  content: '';
  display: table;
  clear: both;
}
.detail-head-info-item {
  float: left;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #e3e3e3;
}
.detail-head-info-item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.detail-body {
  padding: 30px;
  line-height: 1.15;
  min-height: 353px;
}

/*added by 이현석 2024-11-07 
  summernote(웹 에디터) h태그 폰트 수정, 이미지 최대 넓이 수정
*/
.detail-body h1 {
  font-size: 30px;
  font-weight: 100;
  margin-top: 10px;
}

.detail-body h2 {
  font-size: 24px;
  font-weight: 100;
  margin-top: 10px;
}

.detail-body h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.detail-body h4 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.detail-body h5 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

.detail-body h6 {
  font-size: 10px;
  font-weight: 100;
  margin-top: 10px;
  margin-bottom: 10px;
}

.detail-body img {
  max-width: 100%;
}
/*end of added */

.detail-foot-item {
  padding: 19px 30px;
}
.detail-foot-item:first-child {
  border-top: 1px #e3e3e3 solid;
}
.detail-foot-nav {
  font-size: 15px;
  color: #7d7d7d;
  letter-spacing: -1px;
}
.detail-foot-nav-next,
.detail-foot-nav-previous {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #e3e3e3;
}
.detail-foot-nav-previous:before {
  content: url(../img/icon/arrow_up.png);
  margin-right: 30px;
}
.detail-foot-nav-next:before {
  content: url(../img/icon/arrow_down.png);
  margin-right: 30px;
}
.pagination {
  display: table;
  margin: auto;
}
.pagination-item {
  float: left;
  white-space: nowrap;
  margin-left: 3px;
}
.pagination-item:first-child {
  margin-left: 0;
}
.pagination-item > a {
  display: inline-block;
  border: 1px solid #dedee0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #737373;
}
.faq-item-answer,
.faq-item-question {
  min-height: 54px;
  border-bottom: 1px solid #e3e3e3;
}
.faq-item-answer-icon,
.faq-item-question-icon {
  z-index: 1;
  top: 8px;
  left: 30px;
  width: 40px;
  height: 40px;
}
.faq-item-answer,
.faq-item-question > a {
  font-size: 14px;
  color: #454545;
  line-height: 1.4;
  letter-spacing: -1px;
}
.pagination-first {
  background: url(../img/icon/nav_01.png) 50% 50% no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination-prev {
  background: url(../img/icon/nav_02.png) 50% 50% no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination-next {
  background: url(../img/icon/nav_03.png) 50% 50% no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination-last {
  background: url(../img/icon/nav_04.png) 50% 50% no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.faq {
  border-top: 2px #00499c solid;
}
.quick-menu-item:first-child,
.shortcut-wrap {
  border-top: 1px solid #c2c9ce;
}
.faq-item-question-icon {
  position: absolute;
  text-indent: -9999px;
  background: url(../img/icon/circle_q.png) 50% 50% no-repeat;
}
.faq-item-question > a {
  display: block;
  background: url(../img/icon/arrow_down_faq.png) 95% 50% no-repeat;
  padding: 19px 76px 19px 108px;
}
.faq-item-answer {
  padding: 19px 38px 19px 108px;
  display: none;
  position: relative;
}
.faq-item-answer-icon {
  background-color: #ce4545;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}
.banner {
  position: relative;
  height: 400px;
}
.popup:after {
  content: '';
  display: table;
  clear: both;
}
.popup-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-controls > .breadcrumb,
.popup-controls > .container,
.popup-controls > .gnb-container {
  position: relative;
  bottom: 4px;
}
.popup-hide {
  margin-left: 10px;
}
.popup-wrap {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #545454;
  position: relative;
  z-index: 9000;
  height: 160px;
  padding: 0 35px;
  background: url(../img/icon/line.png) #daedf2;
  border-bottom: 1px solid #c2c9ce;
  overflow: hidden;
}
.popup-wrap .bx-next,
.popup-wrap .bx-next:hover,
.popup-wrap .bx-prev,
.popup-wrap .bx-prev:hover {
  background-size: 50% 80%;
}
.quick-menu-item,
.quick-top {
  border-bottom: 1px solid grey;
}
.popup-wrap > .popup-container {
  margin: 22px 0 20px;
  height: 118px;
  position: relative;
  overflow: hidden;
}
.popup-wrap .bx-prev {
  left: -15px;
}
.popup-wrap .bx-next {
  right: -15px;
}
.popup-item {
  float: left;
  width: 25%;
  height: 118px;
  position: relative;
  padding: 0 25px 0 15px;
  border-left: 1px solid #bdc2c2;
}
.popup-item.border-none {
  border-left: 0;
}
.quick,
.shortcut-item {
  border-left: 1px solid #c2c9ce;
}
.popup-item-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b4596;
  position: relative;
  top: 1px;
}
.popup-item-content {
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 1.4;
  word-break: keep-all;
}
.popup-item-button {
  position: absolute;
  left: 14px;
  bottom: 0;
  background: #fff;
}
.quick {
  font-size: 14px;
  font-weight: 400;
  color: #0e0e0e;
  letter-spacing: -1px;
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  background: #232c4a;
  margin-top: 160px;
}
.quick-container {
  position: relative;
}
.quick-toggle {
  position: absolute;
  display: block;
  top: 15px;
  left: -30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../img/main/quick_open.png) 50% 50% no-repeat;
}
.quick-menu-item-1,
.quick-menu-item-2,
.quick-menu-item-3,
.quick-menu-item-4,
.quick-menu-item-5,
.quick-menu-item-6,
.quick-menu-item-7 {
  height: 100px;
  padding: 5px 0;
  text-align: center;
  display: block;
}
.quick-toggle.active {
  background: url(../img/main/quick_close.png) 50% 50% no-repeat;
}
.quick-menu-item {
  color: #fff;
}
.quick-menu-item a {
  font-size: 0.9rem;
  line-height: 1rem;
}
.quick-menu-item-1:before {
  content: url(../img/main/quick_01.png);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.quick-menu-item-2:before {
  content: url(../img/main/quick_02.png);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.quick-menu-item-3:before {
  content: url(../img/main/quick_03.png);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.quick-menu-item-4:before {
  content: url(../img/main/quick_04.png);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.quick-menu-item-5:before {
  content: url(../img/main/quick_05.png);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.quick-menu-item-6:before {
  content: url(../img/main/quick_06.png);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.quick-menu-item-7:before {
  content: url(../img/main/quick_07.png);
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.shortcut-item-10:before,
.shortcut-item-11:before,
.shortcut-item-12:before,
.shortcut-item-1:before,
.shortcut-item-2:before,
.shortcut-item-3:before,
.shortcut-item-4:before,
.shortcut-item-5:before,
.shortcut-item-7:before,
.shortcut-item-8:before,
.shortcut-item-9:before {
  margin-bottom: 8px;
  text-align: center;
}
.quick-top {
  font-size: 14px;
  letter-spacing: 0;
  display: block;
  line-height: 45px;
  height: 45px;
  text-align: center;
  color: #d3d3d3;
}
.quick-top:after {
  content: url(../img/main/top.png);
  margin-left: 4px;
}
.branch:after,
.interest:after,
.main-bottom-links-controls:after,
.main-bottom-slider-controls:after,
.main-top-slider-controls:after,
.shortcut:after {
  content: '';
  clear: both;
}
.shortcut a {
  height: 32px;
  font-size: 18px;
  font-weight: 500;
}
.shorcut-item-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.shortcut {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
.shortcut:after {
  display: table;
}
.shortcut-item-1,
.shortcut-item-10,
.shortcut-item-10:before,
.shortcut-item-11,
.shortcut-item-11:before,
.shortcut-item-12,
.shortcut-item-12:before,
.shortcut-item-1:before,
.shortcut-item-2,
.shortcut-item-2:before,
.shortcut-item-3,
.shortcut-item-3:before,
.shortcut-item-4,
.shortcut-item-4:before,
.shortcut-item-5,
.shortcut-item-5:before,
.shortcut-item-6,
.shortcut-item-7,
.shortcut-item-7:before,
.shortcut-item-8,
.shortcut-item-8:before,
.shortcut-item-9,
.shortcut-item-9:before {
  display: block;
}
.shortcut-wrap {
  height: 120px;
  background: #eff4f8;
}
.shortcut-item {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -1px;
  cursor: pointer;
  float: left;
  width: 16%;
  height: 68px;
  text-align: center;
}
.shortcut-item:first-child {
  border-left: 0;
}
.shortcut-item-6:before {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.interest {
  margin-top: 91px;
}
.interest:after {
  display: table;
}
.interest-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interest-item {
  position: relative;
}
.interest-item-image {
  width: 100%;
}
.interest-item-detail {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100%;
}
.interest-item-detail-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interest-item-detail-container-1,
.interest-item-detail-container-2 {
  align-items: center;
}
.interest-item-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}
.interest-item-month,
.interest-item-type {
  color: #fff;
  font-size: 0.8rem;
}
.interest-item-rate {
  color: #ff0;
  font-size: 2rem;
  font-weight: 700;
}
.interest-link {
  font-size: 12px;
  letter-spacing: -1px;
  color: #0e0e0e;
  position: absolute;
  top: -20px;
  right: 0;
}
.interest-title {
  font-weight: 700;
  color: #363636;
  float: left;
  line-height: 1.2;
  width: 50%;
  font-size: 16px;
}
.interest-title-small {
  font-size: 15px;
}
.interest-subtitle {
  text-align: center;
  float: left;
  width: 50%;
  line-height: 1.3;
}
.interest-value {
  font-size: 23px;
  font-weight: 700;
  color: #ff3600;
  margin-top: 3px;
  text-align: center;
  float: left;
  width: 50%;
}
.interest-bg-deposit1,
.interest-bg-deposit2,
.interest-bg-deposit3,
.interest-bg-deposit4 {
  border: none !important;
  width: 24%;
}
.main {
  border-top: 1px solid #c2c9ce;
}
.main-top-slider {
  overflow-y: hidden;
  height: 100%;
}
.main-top-slider-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
  padding: 3px 0;
  text-align: center;
  z-index: 10;
  background: rgba(55, 55, 55, 0.5);
  border-radius: 10px;
}
.main-top-slider-controls:after {
  display: table;
}
.main-top-slider-pager {
  display: inline-block;
  vertical-align: middle;
}
.main-top-slider-auto {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.main-top-slider-auto .bx-controls-auto-item {
  position: relative;
}
.main-top-slider-button {
  position: absolute;
  z-index: 2500;
  top: 50%;
  width: 100%;
  height: 34px;
  margin: -10px auto auto;
}
.main-top-slider-button > .breadcrumb,
.main-top-slider-button > .container,
.main-top-slider-button > .gnb-container {
  position: relative;
}
.main-top-slider-button-next,
.main-top-slider-button-next > .bx-next,
.main-top-slider-button-prev,
.main-top-slider-button-prev > .bx-prev {
  position: absolute;
  width: 19px;
  height: 34px;
  text-indent: -9999px;
}
.main-top-slider-button-prev {
  display: block;
  left: 0;
}
.main-top-slider-button-prev > .bx-prev {
  left: 0;
  z-index: 2500;
}
.main-top-slider-button-next {
  display: block;
  right: 0;
}
.main-top-slider-button-next > .bx-next {
  right: 0;
  z-index: 2500;
}
.main-top-slider-item {
  height: 400px;
  background: #aaa;
  position: relative;
  overflow: hidden;
}
.main-bottom-links-wrap .bx-prev,
.main-bottom-links-wrap .bx-prev:focus,
.main-bottom-links-wrap .bx-prev:hover {
  background: url(../img/icon/nav_02.png) 50% 50% no-repeat;
}
.main-top-slider-item-img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.main-box-large-button-wrap,
.main-box-large-button-wrap-square {
  bottom: 12px;
  right: 15px;
  position: absolute;
}
.main-top-slider-item-button {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 58%;
}
.main-top-slider-item-button .button-banner {
  margin-left: 50px;
}
.main-bottom-slider {
  overflow-y: hidden;
  height: 100%;
}
.main-bottom-slider-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.main-bottom-slider-controls:after {
  display: table;
}
.main-bottom-slider-pager {
  float: left;
}
.main-bottom-slider-auto {
  float: left;
  margin-left: 8px;
}
.main-bottom-slider-item {
  height: 320px;
}
.main-bottom-links {
  overflow-y: hidden;
  height: 100%;
}
.main-bottom-links-wrap > .bx-wrapper {
  margin-bottom: 0;
  border: 1px solid #e3e3e3;
}
.main-bottom-links-wrap > .bx-wrapper > .bx-viewport {
  width: 940px !important;
  margin: 0 auto;
}
.main-bottom-links-wrap .bx-prev {
  left: 0;
}
.main-bottom-links-wrap .bx-next,
.main-bottom-links-wrap .bx-next:focus,
.main-bottom-links-wrap .bx-next:hover {
  background: url(../img/icon/nav_03.png) 50% 50% no-repeat;
}
.main-bottom-links-wrap .bx-next {
  right: 0;
}
.main-bottom-links-controls {
  display: table;
  margin: 0 auto;
  padding: 4px 12px 4px;
  background: #767676;
  border-radius: 11px;
}
.main-bottom-links-controls:after {
  display: table;
}
.main-bottom-links-controls .bx-pager.bx-default-pager a.active,
.main-bottom-links-controls .bx-pager.bx-default-pager a:focus,
.main-bottom-links-controls .bx-pager.bx-default-pager a:hover {
  background: #fff;
}
.main-bottom-links-pager {
  float: left;
}
.main-bottom-links-auto {
  float: left;
  margin-left: 8px;
}
.main-bottom-links-item {
  height: 53px;
  border-left: 1px solid #e3e3e3;
  padding: 5px 12px;
}
.main-bottom-links-item > a {
  display: block;
  height: 100%;
}
.main-box,
.main-box-narrow {
  border: 1px solid #d9e0e6;
  font-size: 13px;
  font-weight: 400;
  color: #0e0e0e;
  position: relative;
  margin-left: 16px;
  padding: 20px 25px;
  height: 175px;
  float: left;
}
.main-box-narrow {
  padding: 20px 10px;
}
.main-box-narrow:first-child,
.main-box:first-child {
  margin-left: 0;
}
.main-box-large {
  height: 320px;
  padding: 0;
}
.main-box-large-half {
  height: 158px;
  border-bottom: 1px solid #c2c9ce;
}
.main-box-large-title {
  margin-top: 23px;
  padding: 0 25px;
  line-height: 1.15;
  font-size: 17px;
  font-weight: 700;
  color: #363636;
}
.main-box-large-title-search {
  color: #14a571;
}
.main-box-large-content {
  padding: 0 25px;
  margin-top: 12px;
  line-height: 1.35;
  word-break: keep-all;
  letter-spacing: -0.3px;
}
.branch-item-title,
.branch-item > a,
.fs20,
.gray-title-p,
.main-notice-etc {
  letter-spacing: -1px;
}
.main-box-large-content-wide {
  padding: 0 10px;
}
.main-box-large-button-wrap {
  border: 2px solid #767583;
  border-radius: 50%;
  padding: 3px;
}
.gray-title,
.history > li {
  border-top: 1px solid #e3e3e3;
}
.main-box-title {
  font-size: 17px;
  font-weight: 700;
  color: #363636;
}
.main-box-25p {
  width: 238px;
}
.main-box-50p {
  width: 492px;
}
.main-notice-item {
  font-size: 14px;
  font-weight: 400;
  color: #0e0e0e;
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 0;
}
.main-notice-etc {
  font-weight: 400;
  color: #0e0e0e;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 25px;
}
.main-bg-guide {
  background: url(../img/main/guide.png) 50% 50% no-repeat #3b77cd;
}
.main-bg-search {
  background: url(../img/main/search.png) 50% 50% no-repeat #14a571;
}
.main-bg-people {
  background: url(../img/main/people.png) no-repeat;
}
.main-bg-bottom-banner[data-seq='1'] {
  background: url(../img/main/bottom_banner_1.png) 50% 50% no-repeat #fff;
}
.main-bg-bottom-banner[data-seq='2'] {
  background: url(../img/main/bottom_banner_2.png) 50% 50% no-repeat #457edd;
}
.main-bg-bottom-banner[data-seq='3'] {
  background: url(../img/main/bottom_banner_3.png) 50% 50% no-repeat #f28b06;
}
.branch {
  border: 1px solid #e3e3e3;
  padding: 18px 0;
}
.branch:after {
  display: table;
}
.branch-item {
  float: left;
  width: 12.5%;
  border-left: 1px solid #e3e3e3;
}
.branch-item:first-child {
  border-left: 0;
}
.branch-item > a {
  font-size: 13px;
  color: #7d7d7d;
  line-height: 1.4;
  display: block;
  text-align: center;
}
.history-month-desc > li:after,
.history-year-desc > li:after,
.history > li:after,
.search:after {
  display: table;
  content: '';
  clear: both;
}
.branch-item-title {
  font-size: 15px;
  color: #0e0e0e;
  font-weight: 400;
}
.search {
  padding: 30px;
  background: #f3f8fa;
}
.search-select {
  width: 18%;
  float: left;
}
.search-input {
  margin-left: 2%;
  width: 67%;
  float: left;
}
.search-button {
  margin-left: 2%;
  width: 10%;
  float: right;
  text-align: right;
}
.search-button > button {
  padding: 0;
}
.fs20 {
  font-size: 20px;
  color: #454545;
}
.gray-title {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.gray-title-p {
  font-size: 26px;
}
.gray-title-point {
  color: #02abff;
}
.greeting {
  position: relative;
  min-height: 418px;
  margin-bottom: 150px;
}
.greeting-desc {
  width: 526px;
  position: absolute;
  top: 0;
  right: 0;
}
.history-year,
.history-year-desc,
.history > li,
.org4 {
  position: relative;
}
.greeting-desc-p {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  word-break: keep-all;
}
.greeting-desc-point {
  font-weight: 700;
}
.history {
  padding-top: 20px;
  padding-bottom: 45px;
}
.history > li {
  width: 100%;
  padding-bottom: 45px;
}
.history-year {
  float: left;
  width: 115px;
  font-size: 34px;
  border-top: 3px solid #0396ff;
  color: #0396ff;
  letter-spacing: -1px;
  top: -1px;
  padding: 20px 0 0 10px;
  margin-right: 37px;
}
.history-year-desc {
  top: 8px;
  float: left;
  width: 848px;
  padding: 20px 10px 0 0;
}
.history-year-desc > li {
  width: 100%;
  margin-top: 20px;
}
.history-year-desc > li:first-child {
  margin-top: 0;
}
.history-month {
  float: left;
  width: 60px;
  font-size: 20px;
  color: #454545;
}
.history-month-desc {
  position: relative;
  top: 4px;
  float: left;
  width: 706px;
}
.history-month-desc > li {
  width: 100%;
  margin-top: 12px;
}
.history-month-desc > li:first-child {
  margin-top: 0;
}
.history-day {
  float: left;
  width: 43px;
  text-align: right;
  font-size: 15px;
  color: #454545;
  letter-spacing: -1px;
}
.history-day-desc {
  float: left;
  width: 608px;
  margin-left: 28px;
}
.history-day-desc > li {
  letter-spacing: -1px;
  line-height: 1;
}
.org4 {
  width: 1000px;
  height: 700px;
  background: url(../img/bank/organization_230127.png) no-repeat;
}
.org4-depth1-1st,
.org4-depth1-2nd,
.org4-depth1-3rd {
  width: 80px;
  left: 428px;
  position: absolute;
  font-size: 16px;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
}
.org4-depth1-1st {
  top: 32px;
}
.org4-depth1-2nd {
  top: 124px;
}
.org4-depth1-3rd {
  top: 217px;
}
.org4-depth2-1st,
.org4-depth2-2nd {
  width: 180px;
  font-size: 14px;
  position: absolute;
  padding: 18px 0;
}
.org4-depth2-1st {
  left: -408px;
  top: -19px;
}
.org4-depth2-2nd {
  left: 306px;
  top: -18px;
}
.org4-depth2-3rd,
.org4-depth2-4th,
.org4-depth2-5th,
.org4-depth2-6th {
  width: 180px;
  top: 135px;
  position: absolute;
  font-size: 14px;
}
.org4-depth2-3rd {
  left: -408px;
  padding: 18px 0;
}
.org4-depth2-4th {
  left: -196px;
  padding: 18px 0;
}
.org4-depth2-5th {
  left: 17px;
  padding: 18px 0;
}
.org4-depth2-6th {
  left: 255px;
  padding: 18px 0;
}
.org4-depth3-1st,
.org4-depth3-2nd {
  width: 180px;
  left: 0;
  color: #11295f;
  padding: 18px 0;
}
.org4-depth3-1st {
  top: 62px;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-2nd {
  top: 63px;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-3rd,
.org4-depth3-4th,
.org4-depth3-5th,
.org4-depth3-6th,
.org4-depth3-7th {
  width: 70px;
  top: 189px;
  padding: 13px 0;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-3rd {
  left: -106px;
}
.org4-depth3-4th {
  left: -26px;
}
.org4-depth3-5th {
  left: 54px;
}
.org4-depth3-6th {
  left: 134px;
}
.org4-depth3-7th {
  left: 214px;
}
.org4-depth3-8th,
.org4-depth3-9th {
  color: #11295f;
  width: 50px;
  top: 141px;
  line-height: 22px;
  padding: 13px;
}
.org4-depth3-8th {
  left: 35px;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-9th {
  left: 95px;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-10th,
.org4-depth3-11th {
  padding: 12px 13px;
  width: 50px;
  top: 141px;
  position: absolute;
  font-size: 14px;
  color: #11295f;
}
.org4-depth3-10th {
  left: 7px;
  line-height: 39px;
}
.org4-depth3-11th {
  left: 66px;
  line-height: 26px;
}
.org4-depth3-12th {
  color: #11295f;
  width: 50px;
  left: 124px;
  top: 141px;
  line-height: 31px;
  padding: 13px;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-13th {
  color: #11295f;
  width: 180px;
  left: 0;
  top: 61px;
  padding: 18px 0;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-14th,
.org4-depth3-15th {
  line-height: 31px;
  padding: 13px;
  position: absolute;
  font-size: 14px;
  color: #11295f;
  width: 50px;
  top: 139px;
}
.org4-depth3-14th {
  left: -24px;
}
.org4-depth3-15th {
  left: 33px;
}
.org4-depth3-16th {
  color: #11295f;
  width: 50px;
  left: 90px;
  top: 139px;
  line-height: 51px;
  padding: 13px;
  position: absolute;
  font-size: 14px;
}
.org4-depth3-17th,
.org4-depth3-18th {
  top: 139px;
  line-height: 31px;
  padding: 13px;
  position: absolute;
  font-size: 14px;
  color: #11295f;
  width: 50px;
}
.org4-depth3-17th {
  left: 147px;
}
.org4-depth3-18th {
  left: 182px;
}
.org4-depth4-1st {
  color: #11295f;
  width: 50px;
  left: 9px;
  top: 79px;
  line-height: 26px;
  padding: 12px 13px;
  position: absolute;
  font-size: 14px;
}
.org4-depth4-2nd,
.org4-depth4-3th {
  color: #11295f;
  width: 50px;
  top: 79px;
  line-height: 31px;
  padding: 13px;
  position: absolute;
  font-size: 14px;
}
.org4-depth4-2nd {
  left: 66px;
}
.org4-depth4-3th {
  left: 123px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.cgray {
  color: #666;
}
.blue-tab {
  display: table-row;
}
.blue-tab-nav {
  width: 100%;
  display: table;
  border: 0;
  table-layout: fixed;
}
.blue-tab-item {
  display: table-cell;
  /* width: 16.66%; */
  width: 25%;
  float: left;
  border: 1px solid #e3e3e3;
  border-width: 0 1px 1px 0;
}
.blue-tab-item-top {
  border-top-width: 1px;
}
.blue-tab-item-left {
  border-left-width: 1px;
}
.blue-tab-item > a {
  display: block;
  height: 100%;
  padding: 20px 0;
  font-size: 17px;
  letter-spacing: -1px;
  text-align: center;
}
.ring-desc,
.ring-num,
.ring-title {
  letter-spacing: -0.5px;
}
.blue-tab-content {
  margin-top: 35px;
  display: none;
}
.blue-tab-content.active {
  display: block;
}
.blue-tab .active {
  background-color: #4a90e2 !important;
}
.blue-tab .active a {
  color: #fff !important;
}
.map {
  height: 400px;
  display: none;
}
.charter {
  text-align: center;
}
.ring {
  width: 100%;
  margin-bottom: 220px;
}
.ring:after {
  content: '';
  display: table;
  clear: both;
}
.ring-section {
  float: left;
  text-align: center;
  width: 20%;
}
.ring-num {
  display: block;
  margin-top: -40px;
  font-size: 28px;
  font-weight: 800;
}
.sitemap-row:after,
.sitemap:after {
  content: '';
  display: table;
  clear: both;
}
.ring-title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 45px;
}
.ring-desc {
  font-size: 15px;
  margin-top: 25px;
  line-height: 1.4;
}
.charter-desc,
.charter-num,
.charter-title,
.error-box-black,
.error-box-gray,
.sitemap-item {
  letter-spacing: -1px;
}
.ring-one-num {
  color: #dadee2;
}
.ring-one-div {
  width: 206px;
  height: 206px;
  border: 15px solid #dadee2;
  -webkit-border-radius: 206px;
  -moz-border-radius: 206px;
  border-radius: 206px;
}
.ring-two-num {
  color: #235a89;
}
.ring-two-div {
  width: 206px;
  height: 206px;
  border-radius: 206px;
  border: 15px solid #235a89;
  margin-left: -8px;
}
.ring-four-div,
.ring-three-div {
  border-radius: 206px;
  width: 206px;
  height: 206px;
}
.ring-three-num {
  color: #0888f5;
}
.ring-three-div {
  border: 15px solid #0888f5;
  margin-left: -16px;
}
.ring-four-num {
  color: #5bbfe8;
}
.ring-four-div {
  border: 15px solid #5bbfe8;
  margin-left: -24px;
}
.ring-five-num {
  color: #5b758a;
}
.ring-five-div {
  width: 206px;
  height: 206px;
  border-radius: 206px;
  border: 15px solid #5b758a;
  margin-left: -32px;
}
.sitemap-row {
  margin-bottom: 2rem;
}
.sitemap-row .sitemap-item:last-child {
  margin-right: 0;
}
.sitemap-item {
  width: 232px;
  float: left;
  margin-right: 24px;
}
.sitemap-item-title {
  border-top: 2px solid #008bcd;
  border-bottom: 1px solid #d1d1d1;
  color: #008bcd;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 5px 12px;
}
.sitemap-item-depth1 {
  color: #4a4a4a;
  font-size: 14px;
  padding-top: 15px;
  padding-left: 5px;
}
.sitemap-item-depth1:before {
  content: url(/img/title/sitemap_list_2.png);
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.sitemap-item-depth2 {
  color: #8e8e8e;
  font-size: 13px;
  padding-top: 10px;
  padding-left: 15px;
}
.sitemap-item-depth2:before {
  content: '-';
  position: relative;
  margin-right: 3px;
}
.error {
  text-align: center;
}
.error-box {
  display: inline-block;
  margin: 50px auto 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 60px 30px;
}
.error-box-img {
  display: block;
  margin: 0 auto;
}
.charter:after,
.manual-row:after {
  display: table;
  content: '';
  clear: both;
}
.error-box-black {
  margin-top: 45px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
.error-box-gray {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.4;
}
.faq-cell {
  height: 60px;
  vertical-align: middle;
}
.faq-icon {
  padding-left: 30px;
}
.faq-title {
  padding-left: 40px;
  font-size: 15px;
  color: #0e0e0e;
}
.faq-title-active {
  font-size: 15px;
  font-weight: 700;
}
.faq-desc {
  font-size: 15px;
  color: #454545;
  padding-top: 22px;
  padding-bottom: 22px;
}
.manual {
  width: 100%;
  border-bottom: 1.5px solid #e9e9e9;
}
.manual-top-gray {
  border-top: 1.5px solid #e9e9e9;
}
.manual-row {
  border-top: 1.5px dotted #d7d7d7;
}
.manual-row:first-child {
  border-top: none;
}
.manual-title {
  width: 350px;
  background-color: #fbfbfb;
  padding: 20px 15px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
  text-indent: -20px;
}
.bx-controls-auto,
.bx-pager,
.bx-wrapper,
.skip-item.active {
  text-align: center;
}
.manual-desc {
  width: 650px;
  padding: 20px;
  line-height: 1.5;
}
.charter {
  margin-top: 100px;
  width: 100%;
}
.charter-ring {
  display: inline-block;
  width: 206px;
  height: 206px;
  margin-left: -18px;
  -webkit-border-radius: 206px;
  -moz-border-radius: 206px;
  border-radius: 206px;
}
.charter-num {
  display: block;
  margin-top: -24px;
  font-size: 28px;
  font-weight: 800;
}
.charter-title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 45px;
}
.charter-desc {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.4;
}
.grid-content-3,
.grid-content-3-blank {
  height: 315px;
  margin-top: 35px;
  overflow: hidden;
}
.charter-one {
  background: url(../img/customer/charter-one.png) no-repeat;
}
.charter-one-num {
  color: #788eae;
}
.charter-two {
  background: url(../img/customer/charter-two.png) no-repeat;
}
.charter-two-num {
  color: #235a89;
}
.charter-three {
  background: url(../img/customer/charter-three.png) no-repeat;
}
.charter-three-num {
  color: #0888f5;
}
.charter-four {
  background: url(../img/customer/charter-four.png) no-repeat;
}
.charter-four-num {
  color: #085cc7;
}
.charter-five {
  background: url(../img/customer/charter-five.png) no-repeat;
}
.charter-five-num {
  color: #5b758a;
}
.grid {
  width: 1000px;
}
.grid-content-3 {
  position: relative;
  width: 310px;
  display: inline-block;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.5);
}
.grid-content-3:focus {
  outline: #000 solid 3px;
}
.grid-content-3-blank {
  width: 310px;
  border: none;
  box-shadow: none;
}
.grid-content-3:nth-child(3n + 2) {
  margin: 35px 30px 0;
}
.grid-content-img {
  width: 310px;
  height: 174px;
  display: inline-block;
}
.grid-content-title {
  display: block;
  margin-top: 15px;
  width: 230px;
  padding-left: 10px;
}
.grid-content-title-text {
  height: 17px;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444;
}
.grid-content-desc,
.grid-content-footer-item {
  font-size: 13px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7a7a7a;
}
.grid-content-desc {
  height: 32px;
  margin-top: 6px;
  padding: 0 20px 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-content-footer {
  height: 15px;
  margin: 20px 0 10px 10px;
  position: absolute;
  bottom: 0;
}
.grid-content-footer-item {
  float: left;
  margin-right: 10px;
}
.secret {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
.main_popup_container {
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: 9999;
  top: 20%;
  left: 20%;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px 4px rgba(49, 49, 49, 0.4);
  box-shadow: 5px 5px 20px 4px rgba(49, 49, 49, 0.4);
}
.main_popup_img {
  width: 100%;
}
.main_popup_body {
  width: 100%;
  height: 198.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_popup_title {
  font-size: 34px;
  line-height: 1.26;
  letter-spacing: -0.68px;
  color: #002863;
  font-weight: 700;
}
.main_popup_button {
  width: 162px;
  height: 40px;
  border: 1px solid #000;
  font-size: 20px;
}
.main_popup_button_container {
  margin-top: 23px;
  width: 85%;
  display: flex;
  justify-content: space-between;
}
.main_popup_footer {
  width: 358px;
  height: 47.5px;
  margin: 0 21px;
  border-top: solid 1px #c8c8c8;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main_popup_checkbox {
  width: 20px;
  height: 20px;
}
.main_popup_checkbox + label {
  margin-left: 6px;
}
.main_popup_checkbox + label span {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #8c8c8c;
  display: none;
}
.main_popup_close,
.main_popup_label {
  height: 20px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.36px;
}
.main_popup_checkbox:checked + label span {
  display: inline-block;
}
/* 전역: a:hover의 outline 제거 방지 */
a:hover {
  outline-width: inherit !important;
}

/* 포커스 상태를 점선 표시 */
a:focus {
  outline: 2px dashed #000 !important;
  outline-offset: 2px;
}

/* 포커스 + 호버 동시에 있을 때도 유지 */
a:focus:hover {
  outline: 2px dashed #000 !important;
  outline-offset: 2px;
}

/* 메인 팝업 체크박스 포커스  */
.main_popup_checkbox:focus {
  outline: 3px dashed #000 !important;
  outline-offset: 2px;
}

/* 메인 팝업 닫기 버튼 포커스  */
.main_popup_close:focus,
.main_popup_close:focus:hover {
  outline: 2px dashed #000 !important;
  outline-offset: 2px;
}

/* 메인 팝업 라벨 포커스  */
.main_popup_label:focus {
  outline: 2px dashed #000 !important;
  outline-offset: 2px;
}

.faq-item-question.active + .faq-item-answer,
.footer-external.active > .footer-external-link,
.tab-item.active > .tab-contents {
  display: block;
}
.main_popup_label {
  color: #858585;
  margin-right: 24px;
}
.main_popup_close {
  margin-right: 11px;
}
.skip-item.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #00499c;
  color: #fff;
  line-height: 2.4;
  z-index: 9999;
}
.gnb-item.active .gnb-item-title[data-seq='1'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='1'] > a {
  background: url(../img/gnb/gnb01_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='2'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='2'] > a {
  background: url(../img/gnb/gnb02_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='3'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='3'] > a {
  background: url(../img/gnb/gnb03_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='4'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='4'] > a {
  background: url(../img/gnb/gnb04_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='5'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='5'] > a {
  background: url(../img/gnb/gnb05_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='6'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='6'] > a {
  background: url(../img/gnb/gnb06_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='7'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='7'] > a {
  background: url(../img/gnb/gnb07_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='8'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='8'] > a {
  background: url(../img/gnb/gnb08_active.png) no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='9'] {
  background: url(../img/icon/arrow_blue_up.png) 50% 90% no-repeat;
}
.gnb-item.active .gnb-item-title[data-seq='9'] > a {
  background: url(../img/gnb/gnb09_active.png) no-repeat;
}
.gnb-item-sub-depth1 > a:focus,
.gnb-item-sub-depth1 > a:hover,
.gnb-item-sub-depth2 > a:focus,
.gnb-item-sub-depth2 > a:hover {
  color: #0888f5;
}
.gnb-sitemap-link.active {
  background: url(../img/gnb/gnb10_active.png) no-repeat;
}
.tab-item.active {
  z-index: 100;
  position: relative;
  top: 0;
}
.tab-item.active > .tab-panel {
  font: inherit;
  font-size: 17px;
  letter-spacing: -1px;
  color: #fff;
  border: 1px solid #008bcd;
  background: #008bcd;
}
.pagination-item.active > a {
  background-color: #737373;
  color: #fff;
}
.faq-item-question.active > a,
.faq-item-question > a:hover {
  color: #0888f5;
  text-decoration: underline;
}
.faq-item-question.active > a {
  background: url(../img/icon/arrow_blue_faq.png) 95% 50% no-repeat;
}
.branch-item > a:focus,
.branch-item > a:focus > .branch-item-title,
.branch-item > a:hover,
.branch-item > a:hover > .branch-item-title,
.footer-external.active .footer-external-link-item > a:focus,
.footer-external.active .footer-external-link-item > a:hover {
  color: #02adff;
}
.button-banner:hover {
  background: rgba(242, 242, 242, 0.45);
}
.footer-external.active > .footer-external-select {
  background-image: url(../img/icon/arrow_select_up.png);
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.bx-loading {
  min-height: 50px;
  background: url(../img/vendor/bxslider/bx_loader.gif) center center no-repeat
    #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-pager {
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
}
.bx-pager:after {
  content: '';
  display: table;
  clear: both;
}
.bx-pager.bx-default-pager a {
  background: 0 0;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 2px solid #fff;
  float: left;
}

.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:focus,
.bx-pager.bx-default-pager a:hover {
  background: #fff;
  border: 0;
}
.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-pager-item {
  font-size: 0;
  line-height: 0;
  float: left;
  width: 18px;
}
.bx-pager-item ~ .bx-pager-item {
  margin-left: 6.5px;
}
.bx-prev {
  left: 10px;
  background: url(../img/icon/arrow_left.png) no-repeat;
}
.bx-prev:focus,
.bx-prev:hover {
  background: url(../img/icon/arrow_left_active.png) no-repeat;
}
.bx-next {
  right: 10px;
  background: url(../img/icon/arrow_right.png) no-repeat;
}
.bx-next:focus,
.bx-next:hover {
  background: url(../img/icon/arrow_right_active.png) no-repeat;
}
.bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 3000;
}
.bx-controls-direction a.disabled {
  display: none;
}
.bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 18px;
  height: 19px;
  background: url(../img/icon/icon_play.svg) center/18px no-repeat;
  margin: 0 3px;
}
.bx-controls-auto .bx-start.active,
.bx-controls-auto .bx-start:focus,
.bx-controls-auto .bx-start:hover {
  opacity: 1;
}
.bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 18px;
  height: 19px;
  background: url(../img/icon/icon_pause.svg) center/18px no-repeat;
  margin: 0 3px;
}
.bx-controls-auto .bx-stop:hover,
.bx-controls-auto .bx-stop.active,
.bx-controls-auto .bx-stop:focus {
  opacity: 1;
}
.bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.a11y-hidden {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: -1;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#board-main-title:focus {
  outline: 2px solid #000;
  outline-offset: 4px;
}

#inquiry-main-title:focus {
  outline: 2px solid #000;
  outline-offset: 4px;
}
