@charset "utf-8";

/*============================================================
font
=============================================================*/
/* HyundaiSansText */
@font-face {
  font-family: 'TextBold';
  src: url('../font/Hyundai-Sans/HyundaiSansTextKRBold.eot');
  src: url('../font/Hyundai-Sans/HyundaiSansTextKRBold.eot?#iefix') format('embedded-opentype'),
    url('../font/Hyundai-Sans/HyundaiSansTextKRBold.woff2') format('woff2'),
    url('../font/Hyundai-Sans/HyundaiSansTextKRBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TextMedium';
  src: url('../font/Hyundai-Sans/HyundaiSansTextKRMedium.eot');
  src: url('../font/Hyundai-Sans/HyundaiSansTextKRMedium.eot?#iefix') format('embedded-opentype'),
    url('../font/Hyundai-Sans/HyundaiSansTextKRMedium.woff2') format('woff2'),
    url('../font/Hyundai-Sans/HyundaiSansTextKRMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TextRegular';
  src: url('../font/Hyundai-Sans/HyundaiSansTextKRRegular.eot');
  src: url('../font/Hyundai-Sans/HyundaiSansTextKRRegular.eot?#iefix') format('embedded-opentype'),
    url('../font/Hyundai-Sans/HyundaiSansTextKRRegular.woff2') format('woff2'),
    url('../font/Hyundai-Sans/HyundaiSansTextKRRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*============================================================
common
=============================================================*/
html,
body {
  height: 100%;
}
body {
  position: relative;
  margin: 0;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-family: 'TextRegular';
  font-size: 15px;
  line-height: 1.5;
  color: #626262;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}
ul,
ol,
dl,
dd,
p {
  margin: 0;
  padding: 0;
}
.blind {
  position: absolute;
  left: -10000px;
  top: -10000px;
  width: 0;
  height: 0;
  font-size: 0;
}
.none {
  display: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  color: #000;
}
a,
a:visited,
a:focus {
  text-decoration: none;
}
a.link,
a:hover {
  color: #0087b5;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
strong,
.strong {
  font-weight: 600;
}
var,
em {
  font-style: normal;
}
cite {
  font-style: normal;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
embed {
  width: 100%;
  height: 100%;
}
label {
  max-width: inherit;
  margin: 0;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  color: #000;
}

.w100p {
  width: 100% !important;
}
.h200 {
  height: 200px !important;
}
.w1 {
  width: 200px !important;
}
.w2 {
  width: 300px !important;
}
.w3 {
  width: 400px !important;
}

.ins {
  margin-bottom: 5px;
  font-size: 13px;
  color: #000;
}
.aster {
  display: inline-block;
  font-size: 18px;
  color: #006992;
  vertical-align: middle;
}
i.ic-delete {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/common/ic_delete.png) no-repeat;
}
i.ic-add {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/common/ic_add.png) no-repeat;
}
.valign-top {
  vertical-align: top !important;
}
.valign-middle {
  vertical-align: middle !important;
}
.text-left {
  text-align: left !important;
}
.bg-td {
  background-color: #bbdefb !important;
}

#skip-navigation {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  display: none;
}
.wrap {
  position: relative;
  min-width: 1200px;
  min-height: 100%;
}
.container-wrap {
  position: relative;
  min-height: calc(100% - 115px);
}
.container-wrap:after {
  content: '';
  display: block;
  clear: both;
}

input,
button,
select,
textarea {
  vertical-align: middle;
}
input[type='text'],
input[type='password'],
input[type='search'] {
  height: 38px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #dadada;
  -webkit-appearance: none;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='search']:focus {
  border: 1px solid #0087b5;
  outline: none;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0 100px #fff inset;
}
input::placeholder {
  font-size: 15px;
  color: #999;
}
input::-webkit-input-placeholder {
  font-size: 15px;
  color: #999;
}
input:-ms-input-placeholder {
  font-size: 15px;
  color: #999;
}
textarea::placeholder {
  font-size: 15px;
  color: #999;
  line-height: 24px;
}
textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #999;
  line-height: 24px;
}
textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #999;
  line-height: 24px;
}

input[readonly]:focus {
  border: 1px solid #ccc;
}
textarea[readonly]:focus {
  border: 1px solid #ccc;
}

select {
  height: 38px;
  padding: 0 40px 0 12px;
  border: 1px solid #dadada;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  background: #fff url(../images/common/ic_selectbox.png) no-repeat right center;
}
select:focus {
  border: 1px solid #0087b5;
  outline: none;
}
select::-ms-expand {
  display: none;
} /* IE 10, 11 */

textarea {
  padding: 10px 18px;
  border: 1px solid #dadada;
  resize: vertical;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
}
textarea:focus {
  border: 1px solid #0087b5;
  outline: none;
}

/* check-wrap */
.check-wrap {
  display: inline-block;
}
.check-wrap li {
  display: inline-block;
  min-width: 120px;
  margin-right: 15px;
}
label.checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}
label.checkbox input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
label.checkbox input[type='checkbox'] + span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_checkinput.png) no-repeat 0 0;
}
label.checkbox input[type='checkbox']:checked + span {
  background-position: 0 -25px;
}

/* radio-wrap */
.radio-wrap {
  display: inline-block;
}
.radio-wrap li {
  display: inline-block;
  min-width: 110px;
  margin-right: 20px;
  line-height: 1.4;
}
label.radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}
label.radio input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
label.radio input[type='radio'] + span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_checkinput.png) no-repeat 0 -50px;
}
label.radio input[type='radio']:checked + span {
  background-position: 0 -75px;
}

/*============================================================
header
=============================================================*/
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  z-index: 10;
}
#header .logo {
  position: absolute;
  top: 14px;
  left: 24px;
  width: 290px;
  height: 45px;
  padding-left: 192px;
  line-height: 1;
  background: url(../images/common/logo.png) no-repeat;
  outline: none;
}
#header .logo .logo-txt {
  display: inline-block;
  font-family: 'TextMedium';
  color: #626262;
}
#header .gnb {
  margin: 0 350px;
  text-align: center;
}
#header .gnb > li {
  display: inline-block;
}
#header .gnb > li > a {
  position: relative;
  display: block;
  padding: 0 12px;
  margin: 0 25px;
  line-height: 63px;
  font-size: 18px;
  color: #626262;
  outline: none;
}
#header .gnb > li > a:hover {
  color: #002c5e;
  text-decoration: none;
}
#header .gnb > li > a:focus {
  background: #fafafa;
}
#header .gnb > li.active > a {
  color: #002c5e;
}
#header .gnb > li.active > a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 4px;
  background: #002c5e;
}
#header .right {
  position: absolute;
  top: 18px;
  right: 30px;
}
#header .right .per-info {
  display: inline-block;
  margin: 0 10px;
  font-size: 13px;
}
#header .right .per-info .name {
  font-family: 'TextMedium';
  color: #002c5f;
}
#header .right a.btn {
  display: inline-block;
  margin: 0;
  width: auto;
  min-width: 60px;
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 26px;
  color: #626262;
  text-align: center;
  border: 1px solid #c3c3c3;
  background: #fff;
}

/*============================================================
footer
=============================================================*/
#footer {
  height: 51px;
  background: #fff;
  border-top: 1px solid #e4dcd3;
  z-index: 30;
}
#footer .copyright {
  padding-top: 17px;
  text-align: center;
  font-size: 12px;
  color: #626262;
}

/*============================================================
sidebar
=============================================================*/
#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  border-right: 1px solid #e4dcd3;
  background: #f6f3f2;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  z-index: 20;
}
#sidebar h2.title {
  display: block;
  height: 71px;
  line-height: 71px;
  font-family: 'TextMedium';
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: #002c5e;
}
#sidebar > ul > li {
}
#sidebar > ul > li > a {
  position: relative;
  display: block;
  padding: 0 25px;
  line-height: 54px;
  font-family: 'TextMedium';
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #e4dcd3;
  outline: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#sidebar > ul > li > a:hover,
#sidebar > ul > li > a:focus {
  text-decoration: none;
  color: #0e72af;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#sidebar > ul > li.active > a {
  color: #006992;
}
#sidebar > ul > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 11px;
  height: 7px;
  background: url(../images/common/ic_sidebar_arrow.png) no-repeat 0 0;
}
#sidebar > ul > li.active a:after {
  background-position: 0 -300px;
}
#sidebar > ul > li.no-child > a:after {
  display: none;
}
#sidebar > ul > li > ul {
  display: none;
  padding: 0 0 10px;
  background: none;
  border-bottom: 1px solid #e4dcd3;
}
#sidebar > ul > li.opened > ul {
  display: block;
}
#sidebar > ul > li.opened > a {
  border-bottom: none;
}
#sidebar > ul > li.opened.no-child > a {
  border-bottom: 1px solid #e4dcd3;
}
#sidebar > ul > li > ul > li > a {
  display: block;
  padding: 0 27px;
  line-height: 24px;
  font-size: 13px;
  color: #555;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li.active > a,
#sidebar > ul > li > ul > li.active > a:hover {
  color: #0087b5;
}
#sidebar > ul > li > ul > li > a:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}
#sidebar > ul > li > ul > li > a:hover {
  text-decoration: none;
  color: #0e72af;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li > a:focus {
  color: #0e72af;
  background: #f3f4f6;
}
#sidebar > ul > li > ul > li.active > a {
  color: #0e72af;
}
#sidebar > ul > li > ul > li.active > a:hover {
  color: #0e72af;
}

/*============================================================
contents
=============================================================*/
#contents {
  position: relative;
  margin-left: 240px;
  padding: 10px 30px 100px;
  /* min-height: 1100px; */
  min-height: calc(100vh - 64px - 51px);
  background: #fff;
  z-index: 0;
}
.location {
  text-align: right;
}
.location li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.location li a.home {
  width: 13px;
  height: 11px;
  margin-bottom: 2px;
  vertical-align: middle;
  background: url(../images/common/ic_location.png) no-repeat;
}
.location li a {
  display: inline-block;
  font-size: 12px;
  color: #626262;
  text-decoration: none;
  vertical-align: middle;
}
.location li:before {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  width: 5px;
  height: 11px;
  background: url(../images/common/ic_location.png) no-repeat -21px 0;
}
.location li:first-child:before {
  display: none;
}

.con-top {
  position: relative;
  margin-bottom: 20px;
}
.con-top h2 {
  font-family: 'TextBold';
  font-size: 24px;
  color: #000;
}
.con-box {
  position: relative;
}

/* search-wrap */
.search-wrap {
  position: relative;
  padding: 10px 20px 20px 10px;
  min-height: 76px;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.search-wrap label.title {
  display: inline-block;
  padding: 0 12px 0 0;
  margin: 0;
  width: 120px;
  font-size: 14px;
  text-align: right;
  color: #000;
  vertical-align: middle;
}
.search-wrap .search-con {
  display: inline-block;
  vertical-align: middle;
}
.search-wrap .form-group {
  display: inline-block;
  margin: 0;
  padding: 5px;
  min-height: 48px;
}
.search-wrap .search-btn {
  position: absolute;
  bottom: 18px;
  right: 30px;
}
.search-wrap .search-btn .btn {
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #626262;
}
.search-wrap .search-btn .btn:hover {
  background: #555;
}

/* table */
.table-wrap {
  border-top: 2px solid #002c5f;
}
.table-wrap + .table-wrap {
  margin-top: 30px;
}
.table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.table > thead > tr > th {
  padding: 5px 8px;
  height: 41px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  vertical-align: middle;
  background: #f6f6f6;
}
.table > tbody > tr > td {
  padding: 5px 8px;
  height: 41px;
  text-align: center;
  font-size: 15px;
  color: #000;
  vertical-align: middle;
  word-break: break-all;
  background: #fff;
  border-bottom: 1px solid #e4dcd3;
}
.table > tbody > tr > td a {
  color: #337ab7;
}
.table select {
  height: 32px;
}
.table input[type='text'],
.search-wrap input[type='search'] {
  height: 32px;
}

.table.detail > tbody > tr > th {
  padding: 10px 25px;
  height: 51px;
  font-weight: normal;
  text-align: left;
  color: #000;
  background: #f8f8f8;
  border-bottom: 1px solid #e4dcd3;
}
.table.detail > tbody > tr > th:first-child {
  border-left: none;
}
.table.detail > tbody > tr > td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #e4dcd3;
}
.table.detail .aster {
  margin: 0 3px 0 -7px;
}
.table.detail.border > thead > tr > th {
  padding: 8px;
  height: 40px;
  text-align: center;
  font-weight: normal;
  color: #000;
  vertical-align: middle;
  background: #f6f6f6;
  border: 1px solid #e4dcd3;
  border-top: none;
}
.table.detail.border > tbody > tr > td {
  padding: 8px;
  height: 40px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #e4dcd3;
}
.table.detail.border > tbody > tr > td.bg {
  background: #f9f9f9;
}

.table-top {
  position: relative;
  min-height: 28px;
  margin-bottom: 10px;
}
.table-top .left .total {
  padding-top: 9px;
  font-size: 13px;
  color: #000;
}
.table-top .left .total .num {
  color: #006992;
}
.table-top .right {
  position: absolute;
  top: 0;
  right: 0;
}
.table-top .right .btn-wrap {
  margin: 0;
}
.table-top .right .btn-wrap li {
  display: inline-block;
  margin-left: 2px;
}
.table-top .right .btn-wrap li a.btn {
  display: block;
  margin: 0;
  min-width: 50px;
  width: auto;
  height: 28px;
  line-height: 26px;
  font-size: 13px;
  color: #626262;
  text-align: center;
  border: 1px solid #c3c3c3;
}
.table-top .right .btn-wrap li a.btn:hover {
  border-color: #999;
}
.table-top h3 {
  font-family: 'TextMedium';
  font-size: 17px;
  color: #000;
}

/* pagination-wrap */
.pagination-wrap {
  margin: 30px 0 0;
  text-align: center;
}
.pagination-wrap ul {
  display: inline-block;
}
.pagination-wrap ul li {
  display: inline-block;
  float: left;
}
.pagination-wrap ul li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  color: #000;
  line-height: 21px;
  border: none;
  background: none;
  vertical-align: top;
  outline: none;
}
.pagination-wrap ul li.active a {
  color: #006992;
  text-decoration: underline;
  background: none;
}
.pagination-wrap ul li.first a,
.pagination-wrap ul li.previous a,
.pagination-wrap ul li.next a,
.pagination-wrap ul li.last a {
  display: inline-block;
  width: 15px;
  height: 21px;
  padding: 0 6px;
  background: url(../images/common/btn_board_navi.png) no-repeat 0 0;
}
.pagination-wrap ul li.first a {
  margin-right: 10px;
}
.pagination-wrap ul li.previous a {
  margin-right: 18px;
  background-position: 0 -21px;
}
.pagination-wrap ul li.next a {
  margin-left: 20px;
  background-position: 0 -41px;
}
.pagination-wrap ul li.last a {
  margin-left: 10px;
  background-position: 0 -63px;
}
.pagination-wrap ul li.disabled a {
  opacity: 0.2;
  cursor: default;
}

/* tabs */
.tabs-wrap {
}
.tabs {
  position: relative;
  margin-bottom: 20px;
}
.tabs:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #002c5e;
}
.tabs:after {
  content: '';
  display: block;
  clear: both;
}
.tabs li {
  position: relative;
}
.tabs li a {
  display: block;
  float: left;
  width: 190px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  text-align: center;
  color: #626262;
  background: #f5f5f5;
  border: 1px solid #e4dcd3;
  border-right: none;
  border-bottom-color: #002c5e;
  cursor: pointer;
}
.tabs li.active a {
  color: #002c5e;
  background: #fff;
  border-color: #002c5e;
  border-bottom-color: #fff;
}
.tabs li.active + li a {
  border-left-color: #002c5e;
}
.tabs li a:hover {
  text-decoration: none;
}
.tabs li:last-child a {
  border-right: 1px solid #e4dcd3;
}
.tabs li.active:last-child a {
  border-right: 1px solid #002c5e;
}
.tabs-cont .cont {
  display: none;
}

/* btn */
.btn-wrap {
  margin: 30px 0;
}
.btn-wrap.center {
  text-align: center;
}
.btn-wrap li {
  display: inline-block;
}
.btn {
  display: inline-block;
  margin: 0 1px;
  padding: 0 15px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  outline: none;
}
.btn:hover {
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.btn.c1 {
  color: #fff;
  border: 1px solid #002c5e;
  background: #002c5e;
}
.btn.c1:hover,
.btn.c1:focus {
  opacity: 0.9;
}
.btn.c2 {
  color: #fff;
  border: 1px solid #626262;
  background: #626262;
}
.btn.c2:hover,
.btn.c2:focus {
  opacity: 0.9;
}
.btn.s1 {
  min-width: 50px;
  width: auto;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #555;
  text-align: center;
  border: 1px solid #c3c3c3;
}
.btn.s1:hover,
.btn.s1:focus {
  border-color: #888;
}

/* modal */
.modal {
  display: none;
}
.modal:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 120;
}
.modal .modal-inner {
  position: absolute;
  top: 20%;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  min-width: 300px;
  max-width: 500px;
  background: #fff;
  border: 1px solid #002c5e;
  z-index: 130;
}
.modal .modal-header {
  position: relative;
  height: 44px;
  padding: 0 18px;
  background: #002c5e;
}
.modal .modal-header h2 {
  display: inline-block;
  font-family: 'TextMedium';
  font-size: 16px;
  line-height: 44px;
  color: #fff;
}
.modal .modal-content {
  margin: 50px 0;
  text-align: center;
}
.modal .modal-content .form-group label {
  display: inline-block;
  min-width: 50px;
  margin-right: 5px;
  text-align: left;
  font-size: 14px;
  color: #000;
}
.modal .modal-content .form-group + .form-group {
  margin-top: 10px;
}
.modal a.close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 25px;
  height: 25px;
  background: url(../images/common/ic_close.png) no-repeat center;
}
.modal .modal-footer {
  margin: 50px 0;
  text-align: center;
}
.modal .modal-footer a.btn {
  width: 96px;
  height: 38px;
  margin: 0 1px;
  line-height: 38px;
}

/* shuttle-wrap */
.shuttle-wrap {
  position: relative;
  margin: 30px 0;
  padding: 20px 30px;
  background: #f5f5f5;
  border: 1px solid #dadada;
}
.shuttle-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.shuttle-wrap .left {
  float: left;
  width: 46%;
  height: 160px;
}
.shuttle-wrap .right {
  float: right;
  width: 46%;
  height: 160px;
}
.shuttle-wrap .title {
  margin-bottom: 10px;
  font-family: 'TextMedium';
  font-size: 15px;
  color: #555;
}
.shuttle-wrap select.multiple {
  width: 100%;
  height: 128px;
  padding: 5px;
  text-align: center;
  background: #fff;
}
.shuttle-wrap .center {
  float: left;
  width: 8%;
}
.shuttle-wrap .center ul {
  padding-top: 44px;
  text-align: center;
}
.shuttle-wrap .center .btn-shuttle-r {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/common/btn_shuttle.png) no-repeat;
}
.shuttle-wrap .center .btn-shuttle-l {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/common/btn_shuttle.png) no-repeat 0 -48px;
}

/* error-page */
.wrap.error-page {
  height: 100%;
}
.wrap.error-page .container-wrap {
  height: calc(100% - 115px);
  background: #f6f3f2;
}
.wrap.error-page .container-wrap #contents {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /* min-height: inherit; */
  min-height: calc(100vh - 64px - 51px);
  background: none;
}
.wrap.error-page .container-wrap .con-box {
  display: table-cell;
  padding-bottom: 50px;
  text-align: center;
  vertical-align: middle;
}
.wrap.error-page .container-wrap .con-box p {
  margin-bottom: 50px;
  font-family: 'TextBold';
  font-size: 56px;
  color: #000;
}
.wrap.error-page .container-wrap .con-box p small {
  display: block;
  margin-top: 5px;
  font-family: 'TextMedium';
  font-size: 20px;
}
.wrap.error-page .container-wrap .con-box p small .c1 {
  color: #006992;
}
.wrap.error-page .container-wrap .con-box .btn-wrap .btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: #002c5e;
}

/* tag-list */
.tag-list {
  display: inline-block;
}
.tag-list .tag {
  display: inline-block;
  margin: 3px 1px;
  padding: 0 6px 0 8px;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.tag-list .tag .delete {
  display: inline-block;
  margin: 0 0 2px 3px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(../images/common/ic_delete_2.png) no-repeat;
}

.table-wrap + .block-wrap {
  margin-top: 30px;
}
.table-wrap + h4.sub-title {
  margin-top: 20px;
}
.block-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.block-wrap .block-left {
  float: left;
  width: 60%;
  vertical-align: top;
  height: 443px;
  overflow: auto;
}
.block-wrap .block-right {
  float: right;
  width: 38%;
  vertical-align: top;
  height: 443px;
  overflow: auto;
}
.block-wrap h4.sub-title {
  margin-bottom: 5px;
  font-family: 'TextMedium';
  font-size: 16px;
  color: #000;
}

/*============================================================
login
=============================================================*/
.login {
  min-width: 800px;
  background: #f6f3f2;
}
.login section {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -173px;
  width: 346px;
}
.login .login-top {
  height: 95px;
}
.login .login-top h2 {
  padding-top: 37px;
  width: 100%;
  font-family: 'TextMedium';
  font-size: 18px;
  color: #626262;
  text-align: center;
  background: url(../images/common/logo_main.png) no-repeat center top;
}
.login .login-top h2 span {
  display: none;
}
.login .form-wrap input {
  margin-bottom: 10px;
  width: 100%;
  height: 38px;
  border: 1px solid #e4dcd3;
}
.login .form-wrap input:focus {
  border: 1px solid #0087b5;
  outline: none;
}
.login .btn-login {
  display: block;
  margin: 20px 0 30px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-family: 'TextMedium';
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #002c5f;
  outline: none;
}
.login .btn-login:hover,
.login .btn-login:focus {
  text-decoration: none;
  opacity: 0.92;
}
.login p.copy {
  font-size: 11px;
  text-align: center;
  color: #626262;
}

/*============================================================
datepicker
=============================================================*/
.datepicker-wrap {
  display: inline-block;
}
.datepicker-wrap .mydatepicker {
  padding: 0 26px 0 0;
  width: 140px;
  cursor: pointer;
  text-align: center;
  background: url(../images/common/ic-cal.png) no-repeat 93% 6px;
}
.datepicker-wrap .input-daterange-datepicker {
  width: 180px;
  cursor: pointer;
}
.datepicker-div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.datepicker-wrap .mid {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
}
.datepicker {
  width: 268px;
  padding: 5px 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border: 1px solid #aaa;
}
.datepicker .table-condensed > thead > tr th {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.datepicker .table-condensed > tbody > tr td {
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}
.datepicker .table-condensed > thead > tr th.switch {
  font-size: 17px;
  font-weight: 600;
}
.datepicker .table-condensed > tbody > tr td span {
  display: inline-block;
  margin: 2px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
}
.datepicker .table-condensed > tbody > tr td span:hover {
  background-color: #f9f9f9;
}
.datepicker .table-condensed > tbody > tr td.day {
  height: 34px;
  line-height: 30px;
  width: 36px;
  padding: 2px;
}
.datepicker .table-condensed > tbody > tr td.day:hover {
  background-color: #f9f9f9;
}
.datepicker .table-condensed > tbody > tr td.day:first-child {
  color: #d12222;
}
.datepicker .table-condensed > tbody > tr td.day:last-child {
  color: #37a0e1;
}
.datepicker .table-condensed > tbody > tr td.active,
.datepicker .table-condensed > tbody > tr td.active:hover {
  color: #fff;
  background-color: #0e76a8 !important;
}
.datepicker .table-condensed > tbody > tr td span.active {
  color: #fff;
  background-color: #37a0e1;
}
.datepicker .table-condensed > tbody > tr td.today {
  background-color: #e9e9e9;
}
.datepicker .table-condensed > tbody > tr th.disabled,
.datepicker .table-condensed > tbody > tr th.disabled:hover {
  color: #ccc;
}
.datepicker .table-condensed > tbody > tr td.old,
.datepicker .table-condensed > tbody > tr td.new {
  color: #ccc !important;
}
.datepicker .table-condensed > tbody > tr td span.old {
  color: #ccc;
}
.datepicker .table-condensed .icon-arrow-left {
  display: inline-block;
  margin-top: 4px;
  width: 25px;
  height: 25px;
  background: url(../images/common/ic_ar_datepicker.png) no-repeat;
  background-size: 25px auto;
}
.datepicker .table-condensed .icon-arrow-right {
  display: inline-block;
  margin-top: 4px;
  width: 25px;
  height: 25px;
  background: url(../images/common/ic_ar_datepicker.png) no-repeat 0 -25px;
  background-size: 25px auto;
}
.datepicker .table-condensed .icon-arrow-left:hover,
.datepicker .table-condensed .icon-arrow-right:hover {
  background-color: #f9f9f9;
}
.datepicker .table-condensed .prev {
  padding-left: 5px;
  text-align: left;
}
.datepicker .table-condensed .next {
  padding-right: 5px;
  text-align: right;
}

/*#################1111#######################*/

#header .menu-mobile {
  display: none;
}
#header .gnb-mobile {
  display: none;
}

.pointer {
  cursor: pointer;
}

/*============================================================
  media screen 
  =============================================================*/
@media screen and (max-width: 1500px) {
  .btn-up {
    right: 20px;
  }

  .main-top-banner .txt-block .t1 {
    font-size: 24px;
  }
  .main-top-banner .txt-block .t2 {
    font-size: 56px;
  }
  .main-top-banner .txt-block .t3 {
    font-size: 17px;
    line-height: 30px;
  }
  .main-top-banner .txt-block .ic-x {
    width: 36px;
    height: 36px;
    background-size: 100%;
  }

  #depth-1-2 .txt-block .t1 {
    font-size: 20px;
  }
  #depth-1-2 .txt-block .t2 {
    font-size: 30px;
    line-height: 42px;
  }
  #depth-1-2 .txt-block .t3 {
    font-size: 16px;
    line-height: 26px;
  }
  #depth-1-2 .txt-block {
    margin-left: -480px;
  }

  #depth-1-3 .txt-block {
    margin-top: -290px;
  }
  #depth-1-3 .txt-block .t1 {
    font-size: 30px;
  }
  #depth-1-3 .txt-block .t2 {
    font-size: 16px;
    line-height: 26px;
  }
  #depth-1-3 .img-step {
    width: 880px;
    height: 340px;
    background-size: 100%;
  }

  #depth-1-4 .txt-block {
    margin-top: -300px;
  }
  #depth-1-4 .txt-block .t1 {
    font-size: 30px;
  }
  #depth-1-4 .txt-block .t2 {
    font-size: 16px;
    line-height: 26px;
  }

  #footer.footer-main .partners .img {
    width: 880px;
    background-size: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .wrap {
    min-width: 1000px;
  }
  .inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 30px;
  }
  #header {
    height: 66px;
  }
  #header .logo {
    top: 23px;
    left: 30px;
  }
  #header .right {
    right: 30px;
  }
  .desktop-only {
    display: none !important;
  }
  #header .menu-mobile {
    display: block;
    width: 56px;
    margin-left: 0;
    float: right;
    height: 56px;
    position: relative;
    cursor: pointer;
    z-index: 60;
  }
  #header .menu-mobile::before,
  #header .menu-mobile::after {
    content: '';
    position: absolute;
    left: 13px;
    width: 30px;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  #header .menu-mobile::before {
    top: 13px;
    box-shadow: 0 7px 0 #333;
  }
  #header .menu-mobile::after {
    top: 27px;
  }
  .mobile-active #header .menu-mobile::before {
    transform: rotate(45deg);
    top: 20px;
    box-shadow: none;
  }
  .mobile-active #header .menu-mobile::after {
    transform: rotate(-45deg);
    top: 20px;
  }
  #header .gnb {
    display: none;
  }
  #header .gnb-mobile {
    display: none;
  }
  .mobile-active #header .gnb-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding-top: 56px;
  }
  #header .gnb-mobile > ul {
    position: absolute;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 80%;
    max-width: 300px;
    background: #f6f3f2;
    overflow: auto;
    transition: 0.2s ease;
  }
  .mobile-active #header .gnb-mobile > ul {
    right: 0;
    transition: 0.2s ease;
  }
  #header .gnb-mobile > ul > li.menu-header {
    background: #fff;
    border-bottom: 2px solid #e8e8e8;
  }
  #header .gnb-mobile > ul > li.menu-header .title {
    display: block;
    padding: 20px 18px 10px;
    margin: 0;
    font-family: 'TextMedium';
    font-size: 18px;
    color: #000;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile {
    padding: 10px 18px 20px;
    border-top: 1px solid #f0f0f0;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #002c5f;
    margin-bottom: 5px;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-welcome {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-actions a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-actions a:hover {
    background: #e8e8e8;
    color: #000;
  }
  #header .gnb > ul > li > a {
    padding: 0 10px;
    line-height: 66px;
    font-size: 15px;
  }
  .submenu-layer {
    top: 66px;
  }
  .submenu-layer > ul {
    width: 100%;
    padding: 0 60px;
  }
  .submenu-layer .btn-close {
    margin: 0;
    right: 30px;
  }
  #sidebar {
    /* left: 30px;*/
    width: 220px;
  }
  #sidebar > ul > li > ul > li > a {
    padding: 0 22px;
  }
  #contents {
    /* margin-left: 270px; */
    margin-left: 220px;
  }

  .main-top-banner .thum-wrap .slider-nav .slick-track .item {
    width: 16%;
    font-size: 16px;
  }
  .main-top-banner .thum-wrap .slider-nav .slick-track .item:first-child {
    width: 20%;
  }
  .main-top-banner .txt-block {
    top: 17%;
  }
  .main-top-banner .txt-block .t1 {
    font-family: 'HeadRegular';
    font-size: 22px;
  }
  .main-top-banner .txt-block .t2 {
    font-size: 50px;
  }
  .main-top-banner .txt-block .ic-x {
    width: 32px;
    height: 32px;
  }

  #depth-1-2 .txt-block {
    margin-left: -400px;
  }
  #depth-1-2 .txt-block .t3 {
    font-size: 15px;
  }
  #depth-1-3 .img-step {
    width: 800px;
    height: 304px;
  }
  #depth-1-4 .txt-block {
    width: 500px;
    margin-left: 10px;
  }
  #depth-1-4 .txt-block .t2 {
    font-size: 15px;
  }

  #footer.footer-main .goto-area p {
    font-size: 23px;
  }
  #footer.footer-main .goto-area .btn {
    width: 440px;
    height: 94px;
    line-height: 94px;
    font-size: 27px;
  }
  #footer .logo {
    left: 30px;
  }
  #footer .footer-btn {
    right: 30px;
  }
  #footer .footer-btn .btn {
    display: block;
    margin-bottom: 6px;
  }

  .bottom {
    height: 80px;
  }
  .bottom p {
    padding-top: 26px;
    font-size: 16px;
  }
  .bottom .btn {
    top: 12px;
    right: 30px;
    width: 300px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }

  .paging-dot .dots {
    left: 25px;
  }
  .paging-dot .dots a {
    line-height: 38px;
  }
  .paging-dot .dots em {
    font-size: 14.5px;
  }

  .btn-up {
    right: 30px;
  }
  .intro .img {
    width: 100%;
    background-size: 100%;
  }
  .intro .t1 {
    font-size: 30px;
  }
  .con-block-t h4 {
    font-size: 32px;
  }
  .con-block .title {
    font-size: 32px;
    line-height: 40px;
  }
  .con-block.type1 .block-txt,
  .con-block.type2 .block-txt {
    width: 60%;
    height: auto;
  }
  .con-block.type1 .block-img,
  .con-block.type2 .block-img {
    width: 40%;
    height: auto;
  }
  .con-block.type1 .block-txt {
    padding-right: 50px;
  }
  .con-block.type2 .block-txt {
    padding-left: 50px;
  }
  .con-block .block-txt p {
    font-size: 15px;
    line-height: 24px;
  }
  .tabs li a {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1024px) {
  body,
  input,
  select,
  textarea,
  button {
    font-size: 12px;
  }

  #header {
    height: 56px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
  }

  body {
    padding-top: 56px;
  }

  .container-wrap {
    position: relative;
    z-index: 1;
  }

  #header .logo {
    top: 8px;
    left: 17px;
    width: 150px;
    height: 40px;
    background-size: contain;
    background-position: left center;
    z-index: 1;
    padding-left: 0;
  }
  #header .right {
    right: 30px;
  }

  .desktop-only {
    display: none !important;
  }
  .mobile-active {
    overflow: hidden;
  }
  .mobile-active #header .gnb-mobile {
    display: block;
  }
  .mobile-active #header .gnb-mobile > ul {
    right: 0;
    transition: 0.2s ease;
  }
  .mobile-active #header .menu-mobile::before {
    transform: rotate(45deg);
    top: 20px;
  }
  .mobile-active #header .menu-mobile::after {
    transform: rotate(-45deg);
    top: 20px;
  }
  #header .menu-mobile {
    display: block;
    width: 56px;
    margin-left: 0;
    float: right;
    height: 56px;
    position: relative;
    cursor: pointer;
    z-index: 10000;
  }
  #header .menu-mobile::before,
  #header .menu-mobile::after {
    content: '';
    position: absolute;
    left: 13px;
    width: 30px;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  #header .menu-mobile::before {
    top: 13px;
    box-shadow: 0 7px 0 #333;
  }
  #header .menu-mobile::after {
    top: 27px;
  }
  .mobile-active #header .menu-mobile::before {
    box-shadow: none;
  }
  #header .gnb {
    display: none;
  }
  #header .gnb-mobile {
    display: none;
  }
  .mobile-active #header .gnb-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding-top: 56px;
  }
  #header .gnb-mobile > ul {
    position: absolute;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 80%;
    max-width: 300px;
    background: #f6f3f2;
    overflow: auto;
    transition: 0.2s ease;
  }
  #header .gnb-mobile > ul > li.menu-header {
    background: #fff;
    border-bottom: 2px solid #e8e8e8;
  }
  #header .gnb-mobile > ul > li.menu-header .title {
    display: block;
    padding: 20px 18px 10px;
    margin: 0;
    font-family: 'TextMedium';
    font-size: 18px;
    color: #000;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile {
    padding: 10px 18px 20px;
    border-top: 1px solid #f0f0f0;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #002c5f;
    margin-bottom: 5px;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-welcome {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-actions a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
  }
  #header .gnb-mobile > ul > li.menu-header .user-info-mobile .user-actions a:hover {
    background: #e8e8e8;
    color: #000;
  }
  #header .gnb-mobile > ul > li > a {
    position: relative;
    display: block;
    padding: 0 18px;
    line-height: 50px;
    font-family: 'TextMedium';
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
  }
  #header .gnb-mobile a:hover,
  #header .gnb-mobile a:focus {
    color: #000;
    text-decoration: none;
  }
  #header .gnb-mobile > ul > li.opened > a {
    color: #0e72af;
  }
  #header .gnb-mobile > ul > li.has-child > a:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 17px;
    width: 21px;
    height: 21px;
    background: url(../images/mobile/ic_menu_depth.png) no-repeat 0 0;
    background-size: 100%;
  }
  #header .gnb-mobile > ul > li.opened > a:after {
    background-position: 0 -21px;
  }
  #header .gnb-mobile > ul > li > ul {
    display: none;
    background: #f5f5f5;
  }
  #header .gnb-mobile > ul > li.opened > ul {
    display: block;
  }
  #header .gnb-mobile > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 0 18px;
    line-height: 50px;
    font-family: 'TextMedium';
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
  }
  #header .gnb-mobile > ul > li > ul > li.has-child > a:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 17px;
    width: 21px;
    height: 21px;
    background: url(../images/mobile/ic_menu_depth.png) no-repeat 0 -42px;
    background-size: 100%;
  }
  #header .gnb-mobile > ul > li > ul > li.opened > a:after {
    background-position: 0 -63px;
  }
  #header .gnb-mobile > ul > li > ul > li > ul {
    display: none;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
  }
  #header .gnb-mobile > ul > li > ul > li.opened > ul {
    display: block;
  }
  #header .gnb-mobile > ul > li > ul > li > ul > li {
    padding: 0 18px;
  }
  #header .gnb-mobile > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 0 18px;
    line-height: 38px;
    font-size: 13px;
    border-bottom: 1px solid #e8e8e8;
  }
  #header .gnb-mobile > ul > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
  }

  #sidebar {
    display: none;
  }
  .inner {
    padding: 0 15px;
    max-width: 1024px;
  }
  .location {
    display: none;
  }

  #contents {
    margin: 0;
    padding: 30px 5px 60px;
    min-height: 600px;
  }

  #footer .inner {
    padding: 22px 25px;
  }
  #footer .logo {
    position: relative;
    top: inherit;
    left: inherit;
    width: 150px;
    height: 15px;
    background-size: 100%;
  }
  #footer .footer-gnb {
    display: block;
    margin: 15px 0 8px;
  }
  #footer .footer-gnb > ul {
    line-height: 1.2;
  }
  #footer .footer-gnb > ul > li {
    margin-bottom: 8px;
  }
  #footer .footer-gnb > ul > li > a {
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
  }
  #footer .footer-gnb > ul > li > ul {
    left: 100px;
  }
  #footer .footer-gnb > ul > li > ul > li > a {
    padding: 0 9px;
    font-size: 11px;
    line-height: 1.2;
  }
  #footer .footer-gnb > ul > li > ul > li > a:after {
    top: 1px;
  }
  #footer .footer-gnb > ul > li > ul > li:first-child > a {
    padding-left: 0;
  }
  #footer .footer-btn {
    position: relative;
    top: inherit;
    right: inherit;
  }
  #footer .footer-btn .btn {
    display: inline-block;
    margin: 0 1px 0 0;
    width: 109px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
  }
  #footer .copyright {
    margin-top: 20px;
    padding-top: 8px;
    font-size: 10px;
  }
  .btn-up {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: url(../images/mobile/btn_ar_up.png) no-repeat;
    background-size: 100%;
  }

  .con-top {
    height: auto;
    margin-bottom: 20px;
  }
  .con-top h3 {
    font-size: 19px;
  }
  .intro .t1 {
    font-size: 17px;
  }
  .intro .t2 {
    max-width: 185px;
    margin: 0 auto 5px;
    font-size: 13px;
  }
  .intro .t3 {
    max-width: 380px;
    padding: 0 5px;
    margin: 0 auto;
    line-height: 20px;
  }
  .intro .t3 br {
    display: none;
  }
  .intro .img {
    width: 330px;
    height: 210px;
    margin: 10px auto;
  }
  .principle-wrap {
    margin-top: 36px;
    padding: 18px 20px;
  }
  .principle-wrap h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .principle-wrap .lang {
    width: 46px;
    height: 22px;
    background-size: 100% auto;
  }
  .principle-wrap .lang.eng {
    top: 22px;
    background-position: 0 -26px;
  }
  .principle-wrap ul li {
    padding-left: 20px;
    font-size: 11px;
  }
  .principle-wrap ul li .num {
    margin-left: -20px;
    width: 20px;
  }
  .principle-wrap .block + .block {
    margin-top: 20px;
    padding-top: 20px;
  }
  .con-box h4.sub-title {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .con-box h4.sub-title2 {
    font-size: 15px;
  }
  table.table + h4.sub-title2 {
    margin-top: 30px;
  }

  .con-box p.txt {
    margin-bottom: 30px;
  }
  .con-block {
    margin-bottom: 30px;
  }
  .con-block .block-img {
    text-align: center;
  }
  .con-block .block-txt p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
  .con-block .block-img + .block-txt {
    margin-top: 15px;
  }
  .con-block.bi-type {
    position: relative;
    height: 260px;
    margin-bottom: 20px;
  }
  .con-block.bi-type .block-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 380px;
    height: 135px;
    margin: 0 auto;
  }
  .con-block.bi-type .block-img img {
    width: 100%;
  }
  .con-block.bi-type .block-txt {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
  .con-block.bi-type .title {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .con-block.bi-type.h2 {
    height: 220px;
  }
  .con-block + .btn-wrap {
    margin-top: 40px;
  }
  .btn-wrap a.btn {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
  }
  .con-block-t {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .con-block-t h4 {
    font-size: 17px;
  }
  .con-block-t h4 small {
    font-size: 13px;
  }
  .con-block.type1,
  .con-block.type2 {
    display: block;
  }
  .con-block .title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
  }
  .con-block.type1 .block-img,
  .con-block.type2 .block-img {
    width: 100%;
  }
  .con-block.type1 .block-txt,
  .con-block.type2 .block-txt {
    display: block;
    width: 100%;
    padding: 0;
  }
  .con-block P + .title .t2 {
    margin-left: 70px;
    font-size: 15px;
  }
  .con-block.process {
    margin-bottom: 30px;
  }
  .con-block.process:last-child {
    margin-bottom: 0;
  }
  .con-block.process .title {
    font-size: 15px;
    line-height: 22px;
  }
  .con-block.api {
    margin-bottom: 30px;
  }
  .con-block.api.sub {
    display: block;
    margin-bottom: 30px;
  }
  .con-block.api.sub .block-txt {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
  .con-block.api.sub .block-txt .title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
  }
  .con-block.api.sub .block-txt .sub-title {
    font-size: 15px;
  }
  .con-block.api.sub .block-img {
    width: 100%;
    height: auto;
  }
  .ins {
    margin: 30px 0 10px;
  }

  .zero-pr-list {
    margin: 30px 0 40px;
  }
  .zero-pr-list h4 {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .zero-pr-list ul li {
    height: 108px;
  }
  .zero-pr-list ul li .img {
    width: 108px;
    height: 108px;
  }
  .zero-pr-list ul li .img img {
    width: auto;
    height: 100%;
    margin-left: -31px;
  }
  .zero-pr-list ul li .txt-wrap {
    padding: 10px 10px 10px 118px;
  }
  .zero-pr-list ul li .txt-wrap .title {
    font-size: 14px;
  }
  .zero-pr-list ul li .txt-wrap .sub {
    height: auto;
    min-height: 40px;
    font-size: 11px;
  }
  .zero-pr-list ul li .txt-wrap .date {
    font-size: 11px;
  }

  .terms .con-top h3 {
    padding-bottom: 20px;
  }
  .terms .con-box .title {
    padding: 10px 0 30px;
    font-size: 14px;
  }
  .terms .con-box dl dd {
    font-size: 12px;
  }
  .terms .con-box dl dt {
    font-size: 12px;
  }
  .terms .con-box ul li {
    line-height: 18px;
  }
  .terms table.table2 tbody td {
    font-size: 12px;
  }

  .wrap.error-page .container-wrap .con-box {
    padding: 0;
  }
  .wrap.error-page .container-wrap .con-box p {
    margin-bottom: 25px;
    font-size: 27px;
  }
  .wrap.error-page .container-wrap .con-box p small {
    font-size: 12px;
  }
  .wrap.error-page .container-wrap .con-box .btn-wrap .btn {
    display: inline-block;
    padding: 0 20px;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }

  table colgroup col {
    width: auto !important;
  }
  table.table tbody th {
    width: 35%;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
  }
  table.table tbody td {
    width: 75%;
    font-size: 12px;
    line-height: 18px;
  }
  table.table tbody td ul li {
    text-indent: -8px;
    margin-left: 9px;
  }
  table.table tbody td ul li + li {
    margin-top: 5px;
  }

  .tabs {
    margin-bottom: 30px;
  }
  .tabs li a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .accordion-wrap li a {
    min-height: 60px;
  }
  .accordion-wrap li .category {
    width: 100px;
    padding: 20px 0 20px 35px;
    font-size: 13px;
    background-position: 5px center;
    background-size: 25px auto;
  }
  .accordion-wrap li .title {
    padding: 12px 44px 12px 0;
    font-size: 14px;
  }
  .accordion-wrap li a:after {
    width: 12px;
    right: 12px;
    background-size: 100% auto;
    background-position: 0 -36px;
  }
  .accordion-wrap li.opened a:after {
    background-position: 0 0;
  }
  .accordion-wrap li .detail {
    padding: 12px 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .wrap {
    min-width: 320px;
  }
  .scroll-container section {
    min-width: 100%;
  }

  .main-top-banner {
    display: none;
  }
  .main-top-banner.mobile-only {
    display: block;
  }
  .main-top-banner .thum-wrap {
    display: none;
  }
  .main-top-banner .slide-count-wrap {
    display: none;
  }
  .main-top-banner .slick-next {
    top: 49%;
    bottom: inherit;
    right: 0;
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 0.9;
  }
  .main-top-banner .slick-prev {
    top: 49%;
    bottom: inherit;
    left: 0;
    right: inherit;
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 0.9;
  }
  .main-top-banner .slick-next:hover,
  .main-top-banner .slick-prev:hover,
  .main-top-banner .slick-next:focus,
  .main-top-banner .slick-prev:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .paging-dot {
    display: none;
  }
  .m-break {
    display: block;
  }

  .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -45px;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
  }
  .slick-dots li button {
    display: inline-block;
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid #fff;
    text-indent: -9999px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    opacity: 0.8;
  }
  .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
    opacity: 1;
  }
  .paging-scroll a {
    display: block;
    width: 130px;
    height: 80px;
    padding-top: 58px;
    font-family: 'HeadRegular';
    font-size: 12px;
    background-size: 28px auto;
  }
  .paging-scroll a:hover {
    text-decoration: none;
    color: #fff;
  }

  #depth-1-2 .bg {
    background: #fff url(../images/main/img_key_02.png) no-repeat 80% bottom;
    background-size: 1024px auto;
  }
  #depth-1-2 .txt-block {
    top: 100px !important;
    left: 50px;
    margin: 0;
  }
  #depth-1-3 .txt-block {
    padding: 0 20px;
  }
  #depth-1-3 .img-step {
    max-width: 100%;
  }
  #depth-1-4 .txt-block {
    left: 0;
    right: 0;
    margin: -300px auto 0;
    max-width: 92%;
  }
  #depth-1-4 .txt-block .t1 {
    font-size: 21px;
    line-height: 1.4;
  }
  #depth-1-4 .img-api {
  }
  #depth-1-4 .img-api {
    max-width: 100%;
    height: 300px;
    background: url(../images/mobile/img_key_04_2.png) no-repeat;
    background-size: 100%;
  }
  .bottom {
    display: none;
  }
  /*.bottom p { display:none; }
      .bottom .btn { width:auto !important; left:12px; right:12px !important; }*/
  #footer.footer-main .goto-area {
    padding-top: 56px;
  }
  #footer.footer-main .goto-area p {
    font-size: 18px;
  }
  #footer.footer-main .partners .img {
    width: 90%;
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  /* #header .logo {
    display: none;
  } */
  .main-top-banner .txt-block .t1 {
    font-size: 15px;
  }
  .main-top-banner .txt-block .t2 {
    margin: 10px 0 15px;
    font-size: 33px;
    line-height: 1.2;
  }
  .main-top-banner .txt-block .t3 {
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.5;
  }
  .main-top-banner .txt-block .ic-x {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
  }
  .table-top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .table-top .left,
  .table-top .right {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .table-top .right {
    margin-bottom: 12px;
  }
  .btn-wrap.btn-wrap-mobile-ttopright {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  .btn-wrap.btn-wrap-mobile-ttopright li {
    width: 100%;
    margin: 0;
  }
  .btn-wrap.btn-wrap-mobile-ttopright .btn,
  .btn-wrap.btn-wrap-mobile-ttopright .el-button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
  }
}

@media screen and (max-width: 480px) {
  .wrap.error-page .container-wrap .con-box p {
    font-size: 25px;
  }

  #depth-1-2 .txt-block {
    left: 25px;
    top: 100px;
    margin: 0;
  }
  #depth-1-2 .txt-block .t1 {
    font-size: 15px;
  }
  #depth-1-2 .txt-block .t2 {
    font-size: 21px;
    line-height: 1.4;
  }
  #depth-1-2 .txt-block .t3 {
    font-size: 12px;
    line-height: 1.6;
  }
  #depth-1-3 .txt-block .t1 {
    font-size: 21px;
    line-height: 1.4;
  }
  #depth-1-3 .txt-block .t2 {
    font-size: 12px;
    line-height: 1.6;
  }
  #depth-1-3 .txt-block .t3 {
    font-size: 12px;
    line-height: 1.6;
  }
  #depth-1-4 .txt-block .t2 {
    font-size: 12px;
    line-height: 1.6;
  }

  .btn-go {
    margin-top: 25px;
    width: 96px;
    height: 33px;
    padding-right: 5px;
    line-height: 34px;
    font-size: 12px;
  }
  .btn-go:after {
    background: url(../images/mobile/ic_ar_go.png) no-repeat;
    background-size: 5px auto;
  }
  .btn-go.c2:after {
    background-position: 0 -17px;
  }

  .main-top-banner .item.i1 {
    background: url(../images/main/img_key_01.png) no-repeat center;
    background-size: cover;
  }
  .main-top-banner .item.i2 {
    background: url(../images/mobile/img_key_01_2.png) no-repeat center;
    background-size: cover;
  }
  .main-top-banner .item.i3 {
    background: url(../images/mobile/img_key_01_3.png) no-repeat center;
    background-size: cover;
  }
  .main-top-banner .item.i4 {
    background: url(../images/mobile/img_key_01_4.png) no-repeat center;
    background-size: cover;
  }
  .main-top-banner .item.i5 {
    background: url(../images/mobile/img_key_01_5.png) no-repeat center;
    background-size: cover;
  }
  .main-top-banner .item.i6 {
    background: url(../images/mobile/img_key_01_6.png) no-repeat center;
    background-size: cover;
  }
  #depth-1-2 .bg {
    background: url(../images/mobile/img_key_02.png) no-repeat center;
    background-size: cover;
  }
  #depth-1-3 .img-step {
    width: 310px !important;
    height: 350px !important;
    background: url(../images/mobile/img_key_03_2.png) no-repeat center;
    background-size: 100%;
  }
  #depth-1-4 .img-api {
    max-width: 340px;
  }
  #depth-1-4 .bg {
    background: url(../images/mobile/img_key_04.png) no-repeat center;
    background-size: cover;
  }
  #footer.footer-main .top {
    height: calc(100% - 280px);
  }
  #footer.footer-main .inner {
    height: 280px;
  }
  #footer.footer-main .goto-area p {
    padding: 0 10px 10px;
    font-size: 15px;
  }
  #footer.footer-main .goto-area .btn {
    width: 280px !important;
    height: 55px !important;
    line-height: 55px !important;
    font-size: 17px !important;
  }
  #footer.footer-main .partners .title {
    font-size: 17px;
  }
  #footer.footer-main .partners .img {
    max-width: 320px;
    background: url(../images/mobile/img_partners.png) no-repeat;
    background-size: 100%;
  }
  #footer .copyright {
    letter-spacing: -0.7px;
  }
  #footer .footer-gnb > ul > li:nth-child(1) {
    margin-bottom: 22px;
  }
  #footer .footer-gnb > ul > li > ul {
    left: 90px;
    right: 0;
    white-space: inherit;
  }
  #footer .footer-gnb > ul > li > ul > li > a {
    margin: 0 8px 3px 0;
    padding: 0 8px 0 0;
  }
  #footer .footer-gnb > ul > li > ul > li > a:after {
    top: 3px;
    height: 8px;
  }
}

@media screen and (max-height: 1000px) {
  .main {
    min-height: 700px;
  }
  #depth-1-3 .txt-block .t1 {
    margin-bottom: 10px;
  }
  #depth-1-3 .img-step {
    margin-top: 50px;
  }
  #footer.footer-main .goto-area .btn {
    height: 90px;
    line-height: 90px;
  }
  #footer.footer-main .partners .img {
    margin: 10px auto 0;
    background-position: center;
  }
}

@media screen and (max-height: 800px) {
  #depth-1-2 .txt-block {
    top: 23%;
  }
  #depth-1-3 .txt-block {
    margin-top: -250px;
  }
  #depth-1-3 .img-step {
    width: 700px;
    height: 265px;
    margin-top: 30px;
    background-size: 100%;
  }
  #depth-1-4 .img-api {
    width: 320px;
    height: 250px;
    margin: 30px auto 0;
    background-size: 100%;
  }
  #depth-1-4 .txt-block {
    margin-top: -260px;
  }
  #depth-1-4 .txt-block .t1 {
    margin-bottom: 10px;
  }
  #depth-1-4 .txt-block .t2 {
    line-height: 22px;
  }
  #footer.footer-main .goto-area .btn {
    width: 440px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }
  #footer.footer-main .goto-area p {
    padding: 0 0 10px;
  }
  .bottom {
    height: 80px;
  }
  .bottom p {
    padding-top: 26px;
    font-size: 16px;
  }
  .bottom .btn {
    top: 12px;
    right: 30px;
    width: 300px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
}

@media screen and (max-height: 640px) and (max-width: 480px) {
  #contents {
    padding: 0 10px;
  }
  .intro .img {
    width: 300px;
  }

  #depth-1-2 .txt-block {
    left: 15px;
    top: 90px !important;
  }
  #depth-1-2 .txt-block .t2 {
    font-size: 20px;
  }
  #depth-1-3 .txt-block {
    margin-top: 0;
    top: 80px;
  }
  #depth-1-3 .img-step {
    margin-top: 0;
    background-size: 90%;
  }
  #depth-1-4 .txt-block {
    top: 90px;
    margin-top: 0;
  }
  #depth-1-4 .btn-go {
    margin-top: 10px;
  }
  .btn-go.c2 {
    margin-top: 12px;
  }
  #footer.footer-main .top {
    height: calc(100% - 250px);
  }
  #footer.footer-main .inner {
    height: 250px;
  }
  #footer.footer-main .partners .title {
    display: none;
  }
  #footer .logo {
    display: none;
  }
  #footer.footer-main .goto-area p {
    padding: 0 0 10px;
    font-size: 13px;
  }
  #footer.footer-main .partners .title {
    font-size: 16px;
  }
  #footer.footer-main .inner {
    padding: 20px 18px;
  }
}

/* Not Support the landscape View */
@media screen and (max-height: 480px) {
  #main-contents {
    display: none;
  }
  .landscape-view {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 160px;
    text-align: center;
    font-size: 14px;
    background: #fff;
  }
}

#contents-center {
  position: relative;
  padding: 48px 0 160px;
  min-height: 1100px;
  background: #fff;
  z-index: 10;
}

/*dialog top btn*/
.btnPosition {
  position: absolute;
  top: 20px;
  right: 45px;
}

.btnPosition > i {
  padding: 0 !important;
}
/*dialog top btn end */

/* .el-popup-parent--hidden {
  padding-right: 0px !important;
  overflow: hidden !important;
} */

.el-table .cell {
  word-break: keep-all !important;
  white-space: nowrap !important;
}

table label.el-checkbox {
  display: block;
  text-align: center;
}

/* .el-dialog__footer {
  padding-bottom: 50px !important;
} */

.el-badge__content.is-fixed {
  margin-top: 10px;
}

.el-table__row {
  cursor: pointer;
}

/** 移动端展示 **/
@media screen and (max-width: 768px) {
  /* Input 필드 너비 제한 */
  .el-date-editor {
    max-width: 100% !important;
    width: 100% !important;
  }

  .el-date-editor.el-input__inner {
    max-width: 100% !important;
  }

  .el-date-editor--daterange {
    max-width: 100% !important;
  }

  .el-date-editor .el-range-input {
    width: 38% !important;
    font-size: 12px !important;
  }

  .el-date-editor .el-range-separator {
    width: 8% !important;
    font-size: 12px !important;
  }

  .el-range-editor--small .el-range-input {
    font-size: 11px !important;
  }

  /* Clear 아이콘 표시 */
  .el-date-editor .el-input__icon {
    width: 25px !important;
  }

  .el-date-editor .el-icon-circle-close {
    display: inline-block !important;
    font-size: 16px !important;
    color: #c0c4cc !important;
    cursor: pointer !important;
    z-index: 10 !important;
  }

  .el-date-editor .el-icon-circle-close:hover {
    color: #909399 !important;
  }

  /* Picker Panel */
  .el-picker-panel__sidebar {
    width: 100%;
  }
  .el-picker-panel {
    max-width: 95vw !important;
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .el-date-picker {
    max-width: 320px !important;
  }
  .el-date-range-picker {
    max-width: 95vw !important;
  }
  .el-picker-panel__content {
    width: 100%;
  }
  .el-picker-panel__body {
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
    min-width: auto !important;
  }
  .el-picker-panel__sidebar {
    position: relative;
  }
  .el-picker-panel__body-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .el-picker-panel__content.el-date-range-picker__content.is-left {
    width: 100% !important;
    min-width: 280px !important;
  }
  .el-picker-panel__content.el-date-range-picker__content.is-right {
    width: 100% !important;
    min-width: 280px !important;
  }
  .el-date-range-picker__header {
    font-size: 13px !important;
  }
  .el-picker-panel__icon-btn {
    font-size: 14px !important;
    min-width: 30px !important;
  }
}

.enter_br {
  white-space: pre-wrap;
}

/* .ck.ck-content {
  max-height: 500px;
} */

.el-tabs--card > .el-tabs__header {
  z-index: 50 !important;
}

/* Mobile Responsive Styles End*/
@media (max-width: 768px) {
  .search-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .search-wrap label.title {
    width: 0px !important;
  }

  .form-group {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .title {
    min-width: 60px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .search-con {
    width: auto;
    min-width: 0;
    flex: 1;
  }

  .search-buttons {
    margin-left: 0;
    justify-content: flex-end;
    width: 100%;
  }

  .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    justify-content: flex-end;
  }

  .btn-wrap li {
    display: inline-block;
    margin-left: 0 !important;
  }

  .table-top .right .btn-wrap {
    position: static !important;
  }

  .table-top .right {
    position: static !important;
    width: 100%;
  }

  .table-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px !important;
    min-height: auto !important;
  }

  .table-top .left {
    width: 100%;
  }

  .table-top .left .total {
    padding-top: 0 !important;
    margin: 0 !important;
  }

  .btn-wrap li {
    flex: 0 0 auto;
  }

  .btn-wrap .cg-button,
  .btn-wrap .el-button {
    min-width: 80px;
    font-size: 13px;
    padding: 8px 15px;
  }

  .mobile-btn-wrap {
    width: 100%;
    margin-bottom: 10px !important;
  }

  .mobile-btn-wrap .table-top {
    margin-bottom: 0 !important;
  }

  .mobile-btn-wrap .right {
    width: 100%;
  }

  .el-button {
    flex: 1;
    max-width: 120px;
  }
}
/* Mobile Responsive Styles End*/
.table-wrap {
  height: 700px;
  max-height: 700px; /* 원하는 높이 */
  overflow-y: auto; /* 세로 스크롤 */
}
