@charset "utf-8";

/*============================================================
font
=============================================================*/
/* HyundaiSansHead */
@font-face {
  font-family: 'HeadBold';
  src: url('../font/Hyundai-Sans/HyundaiSansHeadKRBold.eot');
  src: url('../font/Hyundai-Sans/HyundaiSansHeadKRBold.eot?#iefix')
      format('embedded-opentype'),
    url('../font/Hyundai-Sans/HyundaiSansHeadKRBold.woff2') format('woff2'),
    url('../font/Hyundai-Sans/HyundaiSansHeadKRBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HeadMedium';
  src: url('../font/Hyundai-Sans/HyundaiSansHeadKRMedium.eot');
  src: url('../font/Hyundai-Sans/HyundaiSansHeadKRMedium.eot?#iefix')
      format('embedded-opentype'),
    url('../font/Hyundai-Sans/HyundaiSansHeadKRMedium.woff2') format('woff2'),
    url('../font/Hyundai-Sans/HyundaiSansHeadKRMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HeadRegular';
  src: url('../font/Hyundai-Sans/HyundaiSansHeadKRRegular.eot');
  src: url('../font/Hyundai-Sans/HyundaiSansHeadKRRegular.eot?#iefix')
      format('embedded-opentype'),
    url('../font/Hyundai-Sans/HyundaiSansHeadKRRegular.woff2') format('woff2'),
    url('../font/Hyundai-Sans/HyundaiSansHeadKRRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 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,
input,
select,
textarea,
button {
  font-family: 'TextRegular';
  font-size: 16px;
  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;
}
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;
}
var,
em {
  font-style: normal;
}
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;
}

#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;
}
.landscape-view {
  display: none;
}
.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.mb15 {
  margin-bottom: 15px !important;
}

/*============================================================
header
=============================================================*/
#header {
  position: relative;
  height: 73px;
  background: #fff;
  z-index: 110;
}
#header .logo {
  position: absolute;
  top: 28px;
  left: 1px;
  width: 220px;
  height: 28px;
  background: url(../images/common/logo_1.png) no-repeat;
}
#header .right {
  position: absolute;
  top: 0;
  right: 0;
}
#header .gnb {
  display: inline-block;
  vertical-align: middle;
}
#header .gnb > ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#header .gnb > ul > li {
  float: left;
  margin: 0 18px;
}
#header .gnb > ul > li > a {
  display: inline-block;
  padding: 2px 10px 0;
  line-height: 71px;
  font-size: 16.3px;
  color: #626262;
  outline: none;
}
#header .gnb > ul > li > a:hover,
#header .gnb > ul > li > a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
#header .gnb > ul > li > a.gnb-active {
  color: #000;
}
#header .gnb > ul > li:first-child > a {
  padding: 2px 0;
}
#header .gnb > ul > li:last-child {
  margin-right: 0;
}
#header .gnb > ul > li:last-child > a {
  padding-right: 0;
}
#header .gnb > ul > li > ul {
  display: none;
}
#header .gnb .hoverline {
  visibility: visible;
  background: #036991 !important;
}
#header .per-info {
  display: inline-block;
  margin-left: 45px;
  vertical-align: middle;
}
#header .per-info .btn {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 13px;
  color: #767676;
  border: 1px solid #dcdcdc;
  outline: none;
}
#header .per-info .btn:hover,
#header .per-info .btn:focus {
  text-decoration: none;
  border-color: #aaa;
}
#header .per-info .btn.disabled {
  cursor: default;
  color: #aaa;
}
#header .per-info .btn.disabled:hover,
#header .per-info .btn.disabled:focus {
  border-color: #dcdcdc;
}
#header .menu-mobile {
  display: none;
}
#header .gnb-mobile {
  display: none;
}

/* submenu-layer */
.submenu-layer {
  display: none;
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  min-height: 156px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.02);
  z-index: 2;
}
.submenu-layer > ul {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  white-space: nowrap;
}
.submenu-layer > ul > li {
  display: inline-block;
  width: 20%;
  padding: 27px 0 30px;
  vertical-align: top;
  text-align: left;
}
.submenu-layer > ul > li > a {
  display: block;
  font-family: 'TextBold';
  font-size: 16px;
  color: #000;
}
.submenu-layer > ul > li > a:hover {
  color: #0e72af;
  text-decoration: none;
}
.submenu-layer > ul > li > ul {
  margin-top: 12px;
}
.submenu-layer > ul > li > ul > li {
  display: block;
}
.submenu-layer > ul > li > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.submenu-layer > ul > li > ul > li > a:hover {
  color: #0e72af;
  text-decoration: none;
}
.submenu-layer .btn-close {
  position: absolute;
  top: 31px;
  right: 50%;
  margin-right: -599px;
  width: 18px;
  height: 19px;
  background: url(../images/common/ic_close.png) no-repeat;
  z-index: 3;
}

/*============================================================
footer
=============================================================*/
#footer {
  position: relative;
  /* min-height: 225px; */
  min-height: 65px;
  background: #1c1b1b;
  z-index: 30;
}
#footer .inner {
  /* padding-left: 290px;*/
  text-align: center;
}
#footer .footer-gnb {
  display: inline-block;
  margin-top: 51px;
}
#footer .footer-gnb > ul > li {
  position: relative;
}
#footer .footer-gnb > ul > li > a {
  display: block;
  font-size: 13.5px;
  color: #fff;
  line-height: 26px;
  outline: none;
}
#footer .footer-gnb > ul > li > a:hover,
#footer .footer-gnb > ul > li > a:focus {
  color: #ccc;
  text-decoration: none;
}
#footer .footer-gnb > ul > li > ul {
  position: absolute;
  top: 0;
  left: 115px;
  white-space: nowrap;
}
#footer .footer-gnb > ul > li > ul > li {
  display: inline-block;
}
#footer .footer-gnb > ul > li > ul > li > a {
  display: block;
  position: relative;
  padding: 0 10px;
  font-size: 13.5px;
  color: #999;
  line-height: 26px;
  outline: none;
}
#footer .footer-gnb > ul > li > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: -2px;
  width: 1px;
  height: 10px;
  background: #444;
}
#footer .footer-gnb > ul > li > ul > li:last-child > a:after {
  display: none;
}
#footer .footer-gnb > ul > li > ul > li > a:hover,
#footer .footer-gnb > ul > li > ul > li > a:focus {
  color: #bbb;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 28px;
  padding-top: 11px;
  color: #999;
  font-size: 12px;
  border-top: 1px solid #424141;
}
#footer .footer-btn {
  position: absolute;
  top: 58px;
  right: 0;
}
#footer .footer-btn .btn {
  display: inline-block;
  margin-left: 2px;
  width: 140px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  color: #999;
  border: 1px solid #676767;
  outline: none;
}
#footer .footer-btn .btn:hover,
#footer .footer-btn .btn:focus {
  color: #aaa;
  border-color: #999;
  text-decoration: none;
}
#footer .logo {
  position: absolute;
  top: 58px;
  left: 0;
  width: 220px;
  height: 23px;
  background: url(../images/common/logo_footer.png) no-repeat;
}

/*============================================================
sidebar
=============================================================*/
#sidebar {
  position: absolute;
  top: 52px;
  left: 0;
  width: 240px;
  z-index: 20;
}
#sidebar h2.title {
  display: block;
  padding-bottom: 19px;
  font-family: 'TextBold';
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid #ddd;
}
#sidebar > ul > li {
}
#sidebar > ul > li > a {
  position: relative;
  display: block;
  padding: 1px 21px 0;
  height: 57px;
  line-height: 56px;
  font-family: 'TextMedium';
  font-size: 17px;
  color: #000;
  border-bottom: 1px solid #ddd;
  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: #fff;
  background: #002c5f;
}
#sidebar > ul > li > a:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 16px;
  width: 16px;
  height: 10px;
  background: url(../images/common/ic_sidebar_arrow.png) no-repeat 0 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#sidebar > ul > li > a:hover:after {
  transform: rotate(180deg);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#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: 15px 0;
  background: #f6f3f2;
  border-bottom: 1px solid #ddd;
}
#sidebar > ul > li.opened > ul {
  display: block;
}
#sidebar > ul > li > ul > li > a {
  display: block;
  padding: 0 30px;
  line-height: 31px;
  font-size: 14.3px;
  color: #000;
  outline: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li > a:before {
  content: '-';
  display: inline-block;
  margin-right: 3px;
}
#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: #f0edec;
}
#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: 290px;
  padding: 48px 0 160px;
  min-height: 1100px;
  background: #fff;
  z-index: 10;
}

.location {
  height: 46px;
  text-align: right;
  background: #f6f3f2;
}
.location ul {
  padding-top: 10px;
}
.location li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.location li:first-child {
  padding: 0;
}
.location li a.home {
  width: 18px;
  height: 16px;
  margin-bottom: 2px;
  vertical-align: middle;
  background: url(../images/common/ic_location.png) no-repeat;
}
.location li a {
  display: inline-block;
  font-size: 14.3px;
  color: #626262;
  text-decoration: none;
  vertical-align: middle;
}
.location li:before {
  content: '';
  display: block;
  position: absolute;
  left: 11px;
  top: 5px;
  width: 5px;
  height: 16px;
  background: url(../images/common/ic_location.png) no-repeat -40px 0;
}
.location li:first-child:before {
  display: none;
}

.con-top {
  position: relative;
  margin-bottom: 45px;
  height: 50px;
}
.con-top h3 {
  font-family: 'TextMedium';
  font-size: 38px;
  color: #222;
  letter-spacing: -1px;
}
.con-box {
  position: relative;
}
.con-box h4.sub-title {
  margin-bottom: 28px;
  line-height: 1;
  font-family: 'TextBold';
  font-size: 24px;
  color: #000;
}
.con-box h4.sub-title2 {
  margin-bottom: 10px;
  font-family: 'TextBold';
  font-size: 24px;
  color: #000;
}
.con-box p.txt {
  margin-bottom: 50px;
}
.con-box p.txt span {
  color: #0e72af;
}

.intro {
  text-align: center;
}
.intro .t1 {
  margin: 2px 0 14px;
  font-family: 'TextMedium';
  font-size: 32px;
  color: #000;
}
.intro .t1 span {
  color: #002c5f;
}
.intro .t2 {
  margin-bottom: 5px;
  font-family: 'TextMedium';
  font-size: 18.5px;
  color: #000;
}
.intro .t3 {
  line-height: 28px;
}
.intro .img {
  margin: 28px 0 18px;
  width: 100%;
  height: 480px;
  /*background: url(../images/sub/img_intro.png) no-repeat center;*/
  background: url(../images/main/113.png) no-repeat center;
}

.principle-wrap {
  margin-top: 73px;
  padding: 49px 60px;
  background: #f6f3f2;
}
.principle-wrap .block {
  position: relative;
}
.principle-wrap .block + .block {
  margin-top: 33px;
  padding-top: 33px;
  border-top: 1px solid #e7e7e7;
}
.principle-wrap h4 {
  margin-bottom: 15px;
  font-family: 'TextMedium';
  font-size: 26px;
  color: #000;
}
.principle-wrap .lang {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 40px;
  background: url(../images/sub/ic_lang.png) no-repeat;
}
.principle-wrap .lang.kor {
  background-position: 0 0;
}
.principle-wrap .lang.eng {
  top: 32px;
  background-position: 0 -50px;
}
.principle-wrap ul li {
  padding: 3px 0;
}
.principle-wrap ul li .num {
  display: inline-block;
  width: 37px;
  font-family: 'HeadMedium';
  color: #b5b5b5;
}

.con-block {
  position: relative;
  margin-bottom: 80px;
}
.con-block .block-txt p {
  line-height: 28px;
}
.con-block .block-txt p + p {
  margin-top: 8px;
}
.con-block .block-img img {
  max-width: 100%;
}
.con-block .block-img + .block-txt {
  margin-top: 33px;
}
.con-block .title {
  display: block;
  margin-bottom: 23px;
  line-height: 52px;
  font-family: 'TextMedium';
  font-size: 38px;
  color: #000;
}
.con-block P + .title {
  margin: 22px 0 0;
}
.con-block P + .title .t2 {
  display: block;
  margin: 9px 0 0 165px;
  font-size: 25px;
}

.con-block.type1,
.con-block.type2 {
  display: table;
  width: 100%;
}
.con-block.type1 .block-txt,
.con-block.type2 .block-txt {
  display: table-cell;
  width: 500px;
  height: 500px;
  vertical-align: middle;
}
.con-block.type1 .block-img,
.con-block.type2 .block-img {
  display: table-cell;
  width: 410px;
  height: 500px;
  overflow: hidden;
}
.con-block.type1 .block-txt {
  padding-right: 80px;
}
.con-block.type2 .block-txt {
  padding-left: 90px;
}

.con-block.bi-type {
  margin-bottom: 40px;
}
.con-block.bi-type .block-img {
  display: table-cell;
  width: 455px;
  height: 160px;
}
.con-block.bi-type .block-txt {
  display: table-cell;
  width: 455px;
  height: 160px;
  padding-left: 46px;
  vertical-align: top;
}
.con-block.bi-type .title {
  margin-bottom: 12px;
  line-height: 28px;
  font-family: 'TextBold';
  font-size: 24px;
}

.con-block.process {
  margin-bottom: 53px;
}
.con-block.process .title {
  margin-bottom: 9px;
  line-height: 36px;
  font-family: 'TextBold';
  font-size: 24px;
}
.con-block.process .title .t1 {
  color: #002c5f;
}

.con-block.api {
  margin-bottom: 72px;
}
.con-block.api.mb {
  margin-bottom: 52px;
}
.con-block.api .block-img + .block-txt {
  margin-top: 23px;
}
.con-block.api.sub {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.con-block.api.sub .block-txt {
  display: table-cell;
  padding-right: 40px;
  width: 455px;
  height: 260px;
  vertical-align: top;
}
.con-block.api.sub .block-txt .title {
  margin-bottom: 27px;
  line-height: 1;
  font-family: 'TextBold';
  font-size: 24px;
  color: #000;
}
.con-block.api.sub .block-txt .sub-title {
  margin-bottom: 10px;
  line-height: 1;
  font-family: 'TextBold';
  font-size: 20px;
  color: #000;
  letter-spacing: -0.2px;
}
.con-block.api.sub .block-img {
  display: table-cell;
  width: 455px;
  height: 260px;
  overflow: hidden;
}

.con-block + .btn-wrap {
  margin-top: 80px;
}
.con-block-t {
  margin-bottom: 68px;
  padding-top: 73px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.con-block-t h4 {
  font-family: 'TextMedium';
  font-size: 38px;
  color: #222;
}
.con-block-t h4 small {
  display: block;
  margin-bottom: 9px;
  font-family: 'TextBold';
  font-size: 24px;
}

.zero-pr-list {
  margin: 90px 0 80px;
}
.zero-pr-list h4 {
  margin-bottom: 28px;
  font-family: 'TextMedium';
  font-size: 34px;
  color: #222;
}
.zero-pr-list ul li + li {
  margin-top: 20px;
}
.zero-pr-list ul li {
  position: relative;
  height: 188px;
  background: #f6f3f2;
}
.zero-pr-list ul li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 188px;
  overflow: hidden;
}
.zero-pr-list ul li .img img {
  width: 100%;
}
.zero-pr-list ul li .txt-wrap {
  padding: 34px 20px 20px 340px;
}
.zero-pr-list ul li .txt-wrap .title {
  margin-bottom: 6px;
  font-family: 'TextMedium';
  font-size: 22px;
  color: #000;
}
.zero-pr-list ul li .txt-wrap .sub {
  height: 66px;
}
.zero-pr-list ul li .txt-wrap .date {
}

.video-wrap {
  position: relative;
  margin-bottom: 70px;
}
.video-wrap #videoSlider {
  height: 685px;
  overflow: hidden;
}
.video-wrap .item {
  height: 685px;
  overflow: hidden;
}
.video-wrap .item a {
  display: block;
  width: 910px;
  height: 510px;
  background: #222;
  overflow: hidden;
}
.video-wrap .item .cont {
  position: relative;
  margin-top: 32px;
}
.video-wrap .item .cont .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 70px;
  font-family: 'TextMedium';
  font-size: 24px;
  color: #222;
  line-height: 36px;
  overflow: hidden;
}
.video-wrap .item .cont .con {
  position: absolute;
  top: 0;
  right: 0;
  width: 610px;
  height: 140px;
  line-height: 28px;
  overflow: hidden;
}
.video-wrap .slick-prev {
  position: absolute;
  bottom: 0;
  left: 76px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/common/btn_slide_2.png) no-repeat;
  cursor: pointer;
  border: none;
  z-index: 20;
  outline: none;
}
.video-wrap .slick-next {
  position: absolute;
  bottom: 0;
  left: 115px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/common/btn_slide_2.png) no-repeat -40px 0;
  cursor: pointer;
  border: none;
  z-index: 20;
  outline: none;
}
.video-wrap .slide-count {
  position: absolute;
  bottom: 6px;
  left: 15px;
  font-size: 18px;
  color: #555;
  background: #fff;
  z-index: 20;
}
.video-wrap .slide-count .current {
  font-family: 'HeadMedium';
}

/* btn */
.btn-wrap {
  text-align: center;
}
.btn-wrap a.btn {
  display: inline-block;
  padding: 0 50px;
  min-width: 296px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-family: 'TextMedium';
  font-size: 22px;
  color: #fff;
  /*background: #002c5f;*/
  background: #323436;
}
.btn-wrap a.btn:hover {
  opacity: 0.95;
  text-decoration: none;
}
.btn-up {
  position: absolute;
  bottom: 20px;
  right: 90px;
  width: 59px;
  height: 59px;
  background: url(../images/common/btn_ar_up.png) no-repeat;
  z-index: 100;
}

.ins {
  margin: 20px 0 0;
  text-align: center;
}

/* tabs-wrap */
.tabs-wrap {
}
.tabs {
  margin-bottom: 50px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tabs li {
  display: inline-block;
}
.tabs li a {
  position: relative;
  display: block;
  padding: 0 34px;
  height: 78px;
  line-height: 78px;
  font-size: 16px;
  color: #626262;
  text-align: center;
  cursor: pointer;
}
.tabs li.active a {
  color: #000;
  background: #fff;
}
.tabs li.active a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  height: 4px;
  background: #000;
}
.tabs li a:hover {
  text-decoration: none;
}
.tabs-cont ul {
}
.tabs-cont #cont1 {
  display: block;
}
.tabs-cont .cont {
  display: none;
}

/* accordion-wrap */
.accordion-wrap {
  border-top: 1px solid #002c5f;
}
.accordion-wrap > li.opened .detail {
  display: block;
}
.accordion-wrap > li > a {
  display: block;
  position: relative;
  min-height: 71px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-wrap > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 10px;
  margin-top: -4px;
  background: url(../images/common/ic_accordion.png) no-repeat 0 -50px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.accordion-wrap > li.opened > a:after {
  background-position: 0 0;
}
.accordion-wrap > li > a:hover:after {
  transform: rotate(180deg);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.accordion-wrap > li > a:hover {
  text-decoration: none;
}
.accordion-wrap > li .category {
  display: table-cell;
  width: 195px;
  padding: 10px 0 10px 72px;
  vertical-align: middle;
  font-size: 16px;
  color: #626262;
  background: url(../images/common/ic_qna.png) no-repeat 25px center;
}
.accordion-wrap > li > a > .title {
  display: table-cell;
  padding: 23px 80px 23px 0;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
}
.accordion-wrap > li > .detail {
  display: none;
  padding: 35px 72px;
  font-size: 16px;
  color: #626262;
  line-height: 28px;
  background: #f6f3f2;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-wrap > li > a > .date {
  display: table-cell;
  width: 160px;
  padding: 10px 0 10px 10px;
  vertical-align: middle;
  font-size: 16px;
  color: #626262;
}

.notice.accordion-wrap > li > .detail {
  padding: 40px 0;
  background: #fff;
}
.notice.accordion-wrap .con-block:last-child {
  margin-bottom: 0;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table caption {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
table.table tbody th {
  padding: 12px;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #000;
  border: 1px solid #e1e1e1;
  border-bottom-color: #fff;
  background: #e4dcd3;
}
table.table tbody tr:last-child th {
  border-bottom-color: #e4dcd3;
}
table.table tbody td {
  padding: 12px;
  line-height: 28px;
  font-size: 14px;
  color: #626262;
  text-align: left;
  border: 1px solid #e4dcd3;
}
table.table + h4.sub-title2 {
  margin-top: 50px;
}
table.table2 {
  margin: 10px 0 18px;
}
table.table2 thead th {
  height: 40px;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-right: 1px solid #e4dcd3;
  background: #002c5f;
}
table.table2 thead th:last-child {
  border-right-color: #002c5f;
}
table.table2 tbody td {
  height: 43px;
  padding: 8px;
  font-size: 14px;
  color: #626262;
  text-align: center;
  border: 1px solid #e4dcd3;
}
table.table2 tbody tr:first-child td {
  border-top: none;
}

/* pagination-wrap */
.pagination-wrap {
  margin: 45px 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-family: 'TextBold';
  font-size: 16px;
  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;
}

/* error-page */
.wrap.error-page {
  height: 100%;
}
.wrap.error-page .container-wrap {
  height: calc(100% - 300px);
  background: #f6f3f2;
}
.wrap.error-page .container-wrap .location + .inner {
  width: 100%;
  height: calc(100% - 46px);
}
.wrap.error-page .container-wrap #contents {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: inherit;
  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 {
  min-width: inherit;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: 'TextRegular';
}

/* terms */
#contents.terms {
  margin: 0;
}
.terms .con-top h3 {
  display: block;
  padding-bottom: 40px;
  letter-spacing: 0;
  border-bottom: 1px solid #e6e6e6;
}
.terms .con-box .title {
  padding: 61px 0 49px;
  font-size: 18px;
  color: #006992;
  text-align: center;
}
.terms .con-box dl dt {
  margin-bottom: 11px;
  text-align: left;
  font-family: 'TextMedium';
  font-size: 14px;
  color: #000;
}
.terms .con-box dl dd {
  margin-bottom: 22px;
  text-align: left;
  font-size: 14px;
  color: #626262;
}
.terms .con-box dl dd .c1 {
  color: #000;
}
.terms .con-box dl dd .c2 {
  color: #006992;
}
.terms .con-box dl dd:last-child {
  margin-bottom: 0;
}
.terms .con-box ul {
  margin-top: 10px;
}
.terms .con-box ul li {
  margin-left: 14px;
  text-indent: -14px;
  line-height: 22px;
}
.terms .con-box ul li ul {
  margin: 0 0 5px;
}
.terms .con-box ul li p {
  margin-left: 1px;
  text-indent: -8px;
}
.terms .con-box ul + div {
  margin-top: 10px;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 120;
}
.modal .modal-content {
  position: absolute;
  top: 20%;
  left: 10px;
  right: 10px;
  padding: 25px;
  margin: 0 auto;
  min-width: 300px;
  max-width: 500px;
  max-height: 300px;
  text-align: center;
  background: #fff;
}
.modal a.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 19px;
  background: url(../images/common/ic_close.png) no-repeat;
  background-size: 100%;
}
.modal h2 {
  display: block;
  margin: 20px 0;
  font-size: 28px;
  text-align: center;
}
.modal p {
  text-align: center;
}
.modal .btn-close {
  display: inline-block;
  margin: 30px auto 20px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #002c5f;
}
.modal .btn-close:hover {
  text-decoration: none;
  opacity: 0.9;
}

/*============================================================
main-contents 
=============================================================*/
#main-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.main {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 900px;
  background: #000;
  overscroll-behavior: none;
}
.main .wrap {
  height: 100%;
}
.main .wrap #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
}
.main .submenu-layer {
  border-top: none;
}

/* slick-slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-counter {
  position: absolute;
  top: 5px;
  left: 5px;
  background: yellow;
  padding: 5px;
  opacity: 0.8;
  border-radius: 5px;
}

/* main-top-banner */
.main-top-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.main-top-banner .thum-wrap {
  position: absolute;
  left: 0;
  right: 300px;
  bottom: 0;
  height: 60px;
  z-index: 20;
}
.main-top-banner .thum-wrap .slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
}
.main-top-banner .thum-wrap .slider-nav .slick-track .item {
  position: relative;
  width: 16.6666%;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  outline: none;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.5);
}
.main-top-banner .thum-wrap .slider-nav .slick-track .item:last-child {
  border-right: none;
}
.main-top-banner .thum-wrap .slider-nav .slick-track .item.slick-current:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #1cc4ec;
}
.main-top-banner .thum-wrap .btn-area {
  position: absolute;
  top: 0;
  right: -300px;
  width: 60px;
  height: 60px;
  background: #fff;
}
.main-top-banner .thum-wrap .btn-area .btn-play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #fff url(../images/common/btn_play.png) no-repeat -60px 0;
}
.main-top-banner .thum-wrap .btn-area .btn-pause {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #fff url(../images/common/btn_play.png) no-repeat 0 0;
}
.main-top-banner .thum-wrap .btn-area .btn-play.on,
.main-top-banner .thum-wrap .btn-area .btn-pause.on {
  display: block;
  z-index: 10;
}
.main-top-banner .slick-prev {
  position: absolute;
  bottom: 0;
  right: 120px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background: #676767 url(../images/common/btn_slide.png) no-repeat;
  cursor: pointer;
  border: none;
  z-index: 20;
}
.main-top-banner .slick-next {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background: #002c5f url(../images/common/btn_slide.png) no-repeat -60px 0;
  cursor: pointer;
  border: none;
  z-index: 20;
}
.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/main/img_key_01_2.png) no-repeat center;
  background-size: cover;
}
.main-top-banner .item.i3 {
  background: url(../images/main/img_key_01_3.png) no-repeat center;
  background-size: cover;
}
.main-top-banner .item.i4 {
  background: url(../images/main/img_key_01_4.png) no-repeat center;
  background-size: cover;
}
.main-top-banner .item.i5 {
  background: url(../images/main/img_key_01_5.png) no-repeat center;
  background-size: cover;
}
.main-top-banner .item.i6 {
  background: url(../images/main/img_key_01_6.png) no-repeat center;
  background-size: cover;
}
.main-top-banner .slide-count-wrap {
  position: absolute;
  bottom: 0;
  right: 180px;
  width: 120px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  z-index: 20;
}
.main-top-banner .slide-count-wrap .current {
  font-family: 'HeadMedium';
}
.main-top-banner.mobile-only {
  display: none;
}

.big-banner-area {
  height: 100%;
  text-align: center;
  z-index: 10;
}
.big-banner-area a {
  position: relative;
  display: block;
  height: 100%;
  outline: none;
}
.big-banner-area a img {
  margin: 0 auto;
}

.paging-scroll {
  position: fixed;
  left: 50%;
  bottom: 90px;
  margin-left: -65px;
  z-index: 100;
  -webkit-animation-name: downScroll;
  -webkit-animation-duration: 3s;
  animation-name: downScroll;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.paging-scroll a {
  display: block;
  width: 130px;
  height: 100px;
  padding-top: 63px;
  font-family: 'HeadBold';
  font-size: 14.4px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  background: url(../images/main/ic_scroll.png) no-repeat center top;
}
.paging-scroll a:hover {
  text-decoration: none;
  color: #fff;
}
@keyframes downScroll {
  0% {
    bottom: 110px;
    opacity: 0;
  }
  20% {
    bottom: 90px;
    opacity: 1;
  }
  80% {
    bottom: 90px;
    opacity: 1;
  }
  100% {
    bottom: 70px;
    opacity: 0;
  }
}

.main-top-banner .txt-block {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
}
.main-top-banner .txt-block .t1 {
  font-family: 'HeadMedium';
  font-size: 26px;
  color: #fff;
  opacity: 0;
  transition: opacity 200ms 600ms ease-in-out;
}
.main-top-banner .txt-block .t2 {
  font-family: 'TextMedium';
  font-size: 60px;
  color: #fff;
  opacity: 0;
  letter-spacing: -1px;
  transition: opacity 400ms 600ms ease-in-out;
}
.main-top-banner .txt-block .t3 {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  opacity: 0;
  transition: opacity 600ms 600ms ease-in-out;
}
.main-top-banner .txt-block .ic-x {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 10px;
  background: url(../images/main/img_key_x.png) no-repeat;
}
.main-top-banner .slick-current .txt-block .t1,
.main-top-banner .slick-current .txt-block .t2,
.main-top-banner .slick-current .txt-block .t3 {
  opacity: 1;
}

#depth-1-2 .bg {
  background: url(../images/main/img_key_02.png) no-repeat center;
  background-size: cover;
  transform: translate(0%, 5%);
  transition: transform 5s ease;
}
#depth-1-2.active .bg {
  transform: translate(0%, 0%);
}
#depth-1-2 .txt-block {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -570px;
}
#depth-1-2 .txt-block .t1 {
  margin-bottom: 16px;
  font-family: 'HeadBold';
  font-size: 22px;
  color: #000;
  opacity: 0;
  transition: opacity 200ms 800ms ease-in-out;
}
#depth-1-2 .txt-block .t2 {
  margin-bottom: 22px;
  font-family: 'TextMedium';
  font-size: 38px;
  color: #000;
  line-height: 54px;
  opacity: 0;
  transition: opacity 400ms 800ms ease-in-out;
}
#depth-1-2 .txt-block .t3 {
  font-size: 18px;
  line-height: 32px;
  opacity: 0;
  transition: opacity 600ms 1000ms ease-in-out;
}
#depth-1-2 .btn-go {
  opacity: 0;
  transition: opacity 800ms 1000ms ease-in-out;
}
#depth-1-2.active .txt-block .t1,
#depth-1-2.active .txt-block .t2,
#depth-1-2.active .txt-block .t3,
#depth-1-2.active .btn-go {
  opacity: 1;
}

#depth-1-3 .bg {
  background: url(../images/main/img_key_03.png) no-repeat center;
  background-size: cover;
  transform: scale(1.15);
  transition: transform 5s ease;
}
#depth-1-3.active .bg {
  transform: scale(1);
}
#depth-1-3 .txt-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -380px;
  text-align: center;
}
#depth-1-3 .txt-block .t1 {
  margin-bottom: 20px;
  font-family: 'TextMedium';
  font-size: 38px;
  color: #fff;
  opacity: 0;
  transition: opacity 200ms 800ms ease-in-out;
}
#depth-1-3 .txt-block .t2 {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  opacity: 0;
  transition: opacity 400ms 800ms ease-in-out;
}
#depth-1-3 .btn-go {
  opacity: 0;
  transition: opacity 200ms 6 00ms ease-in-out;
  transition: opacity 600ms 800ms ease-in-out;
}
#depth-1-3 .img-step {
  width: 1060px;
  height: 400px;
  margin: 70px auto 0;
  background: url(../images/main/img_key_03_2.png) no-repeat center;
  opacity: 0;
  transition: opacity 600ms 1000ms ease-in-out;
}
#depth-1-3.active .txt-block .t1,
#depth-1-3.active .txt-block .t2,
#depth-1-3.active .btn-go,
#depth-1-3.active .img-step {
  opacity: 1;
}

#depth-1-4 .bg {
  background: url(../images/main/img_key_04.png) no-repeat center;
  background-size: cover;
  overflow-y: auto;
  transform: translate(0%, 5%);
  transition: transform 5s ease;
}
#depth-1-4.active .bg {
  transform: translate(0%, 0%);
}
#depth-1-4 .txt-block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 30px;
  margin-top: -320px;
  width: 550px;
  text-align: center;
}
#depth-1-4 .txt-block .t1 {
  margin-bottom: 15px;
  font-family: 'TextMedium';
  letter-spacing: -0.7px;
  font-size: 38px;
  color: #000;
  opacity: 0;
  transition: opacity 200ms 800ms ease-in-out;
}
#depth-1-4 .txt-block .t2 {
  font-size: 18px;
  line-height: 32px;
  opacity: 0;
  transition: opacity 400ms 800ms ease-in-out;
}
#depth-1-4 .img-api {
  width: 408px;
  height: 279px;
  margin: 55px auto 0;
  background: url(../images/main/img_key_04_2.png) no-repeat;
  opacity: 0;
  transition: opacity 600ms 1000ms ease-in-out;
}
#depth-1-4 .btn-go {
  margin-top: 28px;
  opacity: 0;
  transition: opacity 600ms 1000ms ease-in-out;
}
#depth-1-4.active .txt-block .t1,
#depth-1-4.active .txt-block .t2,
#depth-1-4.active .img-api,
#depth-1-4.active .btn-go {
  opacity: 1;
}

#depth-1-5 .bg {
  background: #1c1b1b;
}
#footer.footer-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1b1b;
  z-index: 30;
}
#footer.footer-main .top {
  height: calc(100% - 250px);
}
#footer.footer-main .cell {
  display: table-cell;
  vertical-align: middle;
}
#footer.footer-main .goto-area {
  display: table;
  width: 100%;
  height: 55%;
  padding: 70px 0 0;
  text-align: center;
  background: #e4dcd3;
}
#footer.footer-main .goto-area p {
  padding: 0 0 40px;
  font-size: 26px;
  color: #000;
}
#footer.footer-main .goto-area .btn {
  display: inline-block;
  width: 480px;
  height: 100px;
  line-height: 100px;
  font-family: 'HeadRegular';
  font-size: 30px;
  color: #fff;
  background: #002c5f;
}

#footer.footer-main .goto-area .btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
#footer.footer-main .partners {
  display: table;
  width: 100%;
  height: 45%;
  text-align: center;
  background: #f6f3f2;
}
#footer.footer-main .partners .title {
  font-family: 'HeadBold';
  font-size: 28px;
  color: #858585;
}
#footer.footer-main .partners .img {
  margin: 20px auto;
  width: 1020px;
  height: 120px;
  background: url(../images/main/img_partners.png) no-repeat;
}
#footer.footer-main .inner {
  height: 250px;
}

.btn-go {
  display: inline-block;
  position: relative;
  margin-top: 31px;
  padding-right: 9px;
  width: 104px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #002c5f;
}
.btn-go:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  background: url(../images/common/ic_ar_go.png) no-repeat;
}
.btn-go:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}
.btn-go.c2 {
  margin-top: 22px;
  color: #002c5f;
  background: #fff;
}
.btn-go.c2:after {
  background-position: 0 -20px;
}
.btn-go.c2:hover {
  color: #002c5f;
}
.btn-go.type2 {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding-right: 9px;
  width: 104px;
  height: 38px;
  min-height: inherit;
  line-height: 36px;
  font-size: 14px;
  color: #000;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
}
.btn-go.type2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px !important;
  width: 5px !important;
  height: 9px !important;
  background: url(../images/common/ic_ar_go.png) no-repeat 0 -20px !important;
  transform: rotate(0deg) !important;
}
.btn-go.type2:hover {
  border-color: #bbb;
}

.bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101px;
  border-top: 1px solid #eaeaea;
  background: #f6f3f2;
}
.bottom p {
  padding-top: 36px;
  font-size: 18px;
  color: #000;
}
.bottom .btn {
  position: absolute;
  top: 22px;
  right: 0;
  width: 315px;
  height: 56px;
  line-height: 56px;
  font-family: 'HeadRegular';
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #002c5f;
}
.bottom .btn:hover {
  text-decoration: none;
  opacity: 0.9;
}

section.page-vertical {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  -ms-overflow-style: none;
  transform: translateY(100%);
  transition: transform 600ms ease-in-out;
}
section.page-vertical.prev {
  transform: translateY(0%);
}
section.page-vertical.active {
  transform: translateY(0%);
}
section.page-vertical.none {
  transition: none;
}
section.page-vertical:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  z-index: -1;
  transition: opacity 600ms ease-in-out;
}
section.page-vertical .bg {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: transform 600ms ease-in-out;
}
section.page-vertical .bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
section.page-vertical.prev {
  transform: scale(0.96) translateY(-20%);
}

.paging-dot .dots {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -100px;
  width: 120px;
  z-index: 100;
}
.paging-dot .dots:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 2px;
  width: 1px;
  background: #fff;
  opacity: 0.3;
}
.paging-dot .dots:hover {
  opacity: 1;
}
.paging-dot .dots a {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 38px;
  outline: none;
}
.paging-dot .dots a:hover {
  text-decoration: none;
}
.paging-dot .dots em {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.paging-dot .dots a span {
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.paging-dot .dots a.active span:after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.4;
}
.paging-dot .dots a:hover em {
  opacity: 0.7;
}
.paging-dot .dots a.active em,
.paging-dot .dots a.active span {
  opacity: 1;
}
.paging-dot .dots.type2:before {
  background: #499af8;
}
.paging-dot .dots.type2 em {
  font-family: 'TextMedium';
  color: #002c5f;
  opacity: 0.6;
}
.paging-dot .dots.type2 a span {
  background: #499af8;
  opacity: 1;
}
.paging-dot .dots.type2 a.active span:after {
  border-color: #499af8;
}

/*============================================================
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;
  }
  #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;
  }

  .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);
  }
  #header .logo {
    top: 21px;
    left: 17px;
    width: 150px;
    height: 15px;
    background-size: 100%;
  }
  #header .right {
    right: 0;
  }
  #header .per-info {
    display: none;
  }
  .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 {
    background-image: url(../images/mobile/ic_menu_x.png);
  }
  #header .menu-mobile {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/mobile/ic_menu.png) no-repeat center;
    background-size: 30px;
  }
  #header .gnb {
    display: none;
  }
  #header .gnb-mobile {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  #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 > 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 0 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) {
  .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;
  }
}

@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) {
  .inner {
    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 */
