@charset "utf-8";

/*============================================================
font
=============================================================*/
@font-face {
    font-family: 'kia-B';
    font-weight: normal;
    font-style: normal;
    src: url('../font/KIA_Bold.eot');
    src: url('../font/KIA_Bold.eot?#iefix') format('embedded-opentype'), url('../font/KIA_Bold.woff') format('woff'),
        url('../font/KIA_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'kia-M';
    font-weight: normal;
    font-style: normal;
    src: url('../font/KIA_Medium.eot');
    src: url('../font/KIA_Medium.eot?#iefix') format('embedded-opentype'), url('../font/KIA_Medium.woff') format('woff'),
        url('../font/KIA_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'kia-L';
    font-weight: normal;
    font-style: normal;
    src: url('../font/KIA_Light.eot');
    src: url('../font/KIA_Light.eot?#iefix') format('embedded-opentype'), url('../font/KIA_Light.woff') format('woff'),
        url('../font/KIA_Light.ttf') format('truetype');
}

/*============================================================
common
=============================================================*/
html,
body {
    height: 100%;
}
body {
    position: relative;
    margin: 0;
}
body,
input,
select,
textarea,
button {
    font-family: 'kia-L', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
* {
    -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: #a92b31;
    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;
    height: 100%;
}
.container-wrap {
    position: relative;
    min-height: calc(100% - 303px);
}
.container-wrap .mobile-only {
    display: none !important;
}
.landscape-view {
    display: none;
}
.inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.mb15 {
    margin-bottom: 15px !important;
}
.text-left {
    text-align: left !important;
}

/*============================================================
header
=============================================================*/
#header {
    position: relative;
    height: 73px;
    background: #fff;
    z-index: 110;
}
#header .logo {
    position: absolute;
    top: 28px;
    left: 1px;
    width: 175px;
    height: 23px;
    background: url(../images/common/logo.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-family: 'kia-M', sans-serif;
    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: #a92b31 !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.menu3 > li {
    width: 50%;
}
.submenu-layer > ul > li > a {
    display: block;
    font-family: 'kia-M', sans-serif;
    font-size: 16px;
    color: #000;
}
.submenu-layer > ul > li > a:hover {
    color: #a92b31;
    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-family: 'kia-L', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #626262;
}
.submenu-layer > ul > li > ul > li > a:hover {
    color: #a92b31;
    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: 230px;
    background: #101010;
    z-index: 30;
}
#footer .inner {
    padding-left: 290px;
}
#footer .footer-gnb {
    display: inline-block;
    margin-top: 39px;
}
#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: 15px;
    padding: 11px 0 0;
    color: #999;
    font-size: 12px;
    border-top: 1px solid #424141;
}
#footer .footer-btn {
    margin-top: 14px;
}
#footer .footer-btn .btn {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 13px;
    color: #999;
    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: 40px;
    left: 0;
    width: 163px;
    height: 21px;
    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: 'kia-M', sans-serif;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #ddd;
}
#sidebar > ul > li > a {
    position: relative;
    display: block;
    padding: 0 21px;
    height: 57px;
    line-height: 55px;
    font-family: 'kia-M', sans-serif;
    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: #ab0021;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li.active > a {
    color: #fff;
    background: #ab0021;
}
#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: #f3f2f3;
    border-bottom: 1px solid #ddd;
}
#sidebar > ul > li.opened > ul {
    display: block;
}
#sidebar > ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 0 20px;
    line-height: 31px;
    font-size: 14px;
    color: #000;
    outline: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li.has-child > a:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 16px;
    width: 12px;
    height: 7px;
    background: url(../images/common/ic_sidebar_arrow2.png) no-repeat 0 0;
}
#sidebar > ul > li > ul > li.has-child.active > a:after {
    background-position: 0 -7px;
}
#sidebar > ul > li > ul > li > ul {
    display: none;
}
#sidebar > ul > li > ul > li.has-child.active > ul {
    display: block;
}
#sidebar > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 5px 20px 5px 30px;
    font-family: 'kia-M', sans-serif;
    font-size: 13px;
    color: #898989;
    outline: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li > ul > li > a:before {
    content: '-';
    margin-right: 3px;
    float: left;
    margin-left: -10px;
}
#sidebar > ul > li > ul > li > ul > li > a:hover {
    text-decoration: none;
    color: #ab0021;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#sidebar > ul > li > ul > li > ul > li > a:focus {
    color: #ab0021;
    background: #f0edec;
}
#sidebar > ul > li > ul > li > ul > li.active > a,
#sidebar > ul > li > ul > li.active > a,
#sidebar > ul > li > ul > li > ul > li.active > a:hover {
    color: #ab0021;
}
#sidebar > ul > li > ul > li > ul > li > a > span {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url(../images/common/ic_sidebar_test.png) no-repeat 0 0;
    vertical-align: text-top;
    font-size: 0;
    line-height: 0;
}

/*============================================================
contents
=============================================================*/
#contents {
    position: relative;
    margin-left: 290px;
    padding: 48px 0 160px;
    min-height: 900px;
    background: #fff;
    z-index: 10;
}

.location {
    height: 46px;
    text-align: right;
    background: #f3f2f3;
}
.location ul {
    padding-top: 9px;
}
.location li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.location li:first-child {
    padding: 0;
}
.location li a.home {
    width: 18px;
    height: 16px;
    vertical-align: middle;
    background: url(../images/common/ic_location.png) no-repeat;
}
.location li a {
    display: inline-block;
    font-size: 14px;
    color: #626262;
    text-decoration: none;
    vertical-align: middle;
}
.location li:before {
    content: '';
    display: block;
    position: absolute;
    left: 11px;
    top: 6px;
    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: 'kia-M', sans-serif;
    font-size: 38px;
    letter-spacing: -1px;
}
.con-top .tag {
    position: absolute;
    top: 9px;
    right: 0;
    width: 145px;
    height: 31px;
    padding: 0 31px;
    line-height: 31px;
    font-size: 13px;
    background: url(../images/common/btn_tag.png) no-repeat 0 0;
    color: #fff;
}
.con-box {
    position: relative;
}
.con-box h4.sub-title {
    margin-bottom: 28px;
    line-height: 1;
    font-family: 'kia-M', sans-serif;
    font-size: 24px;
}
.con-box h4.sub-title2 {
    margin-bottom: 10px;
    font-family: 'kia-M', sans-serif;
    font-size: 24px;
}
.con-box p.txt {
    margin-bottom: 50px;
}
.con-box p.txt span {
    color: #5892af;
}

.intro {
    text-align: center;
}
.intro .t1 {
    margin: 2px 0 14px;
    font-family: 'kia-M', sans-serif;
    font-size: 32px;
    color: #000;
}
.intro .t1 span {
    color: #002c5f;
}
.intro .t2 {
    margin-bottom: 5px;
    font-size: 19px;
    color: #000;
}
.intro .t3 {
    line-height: 28px;
}
.intro .img {
    margin: 28px 0 18px;
    width: 910px;
    height: 480px;
    background: url(../images/sub/img_intro.png) no-repeat center;
}

.principle-wrap {
    margin-top: 73px;
    padding: 49px 60px;
    background: #f3f2f3;
}
.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: 'kia-M', sans-serif;
    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;
    color: #b5b5b5;
}

.con-block {
    position: relative;
    margin-bottom: 80px;
}
.con-block .block-txt p {
    line-height: 28px;
}
.con-block .block-txt p.t1 {
    color: #000;
}
.con-block .block-txt p.t2 {
    line-height: 1.5;
}
.con-block .block-txt p + p {
    margin-top: 25px;
}
.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: 'kia-M', sans-serif;
    font-size: 38px;
    color: #000;
    letter-spacing: -0.7px;
}
.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 .title {
    margin-bottom: 12px;
    line-height: 28px;
    font-family: 'kia-M', sans-serif;
    font-size: 24px;
}

.con-block.process {
    margin-bottom: 53px;
}
.con-block.process .title {
    margin-bottom: 9px;
    line-height: 36px;
    font-family: 'kia-M', sans-serif;
    font-size: 24px;
}
.con-block.process .title .t1 {
    color: #ab0021;
}

.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 .block-img + p {
    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: 5px;
    font-family: 'kia-M', sans-serif;
    font-size: 24px;
}
.con-block.api.sub .block-txt .sub-title {
    margin-bottom: 6px;
    font-family: 'kia-M', sans-serif;
    font-size: 18px;
    color: #000;
}
.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: 'kia-M', sans-serif;
    font-size: 38px;
    color: #222;
}
.con-block-t h4 small {
    display: block;
    margin-bottom: 9px;
    font-family: 'kia-B', sans-serif;
    font-size: 24px;
}

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

.ins {
    margin: 20px 0 0;
    font-family: 'kia-M', sans-serif;
    text-align: center;
}

/* 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-family: 'kia-M', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.tabs li.active a {
    color: #000;
    background: #fff;
}
.tabs li.active a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 12px;
    right: 12px;
    height: 4px;
    background: #ab0021;
}
.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 #333;
}
.accordion-wrap > li.opened .detail {
    display: block;
}
.accordion-wrap > li.empty {
    text-align: center;
    padding: 55px 0;
}
.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 {
    text-decoration: none;
}
.accordion-wrap > li .category {
    display: table-cell;
    width: 195px;
    padding: 10px 0 10px 72px;
    vertical-align: middle;
    font-family: 'Kia-M', sans-serif;
    font-size: 16px;
    color: #626262;
    word-break: keep-all;
    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;
    line-height: 28px;
    background: #f3f2f3;
    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 > li > .detail img {
    max-width: 100%;
}
.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 {
    margin: 10px 0 20px;
}
table.table tbody th {
    padding: 12px;
    line-height: 24px;
    font-family: 'Kia-M', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000;
    border: 1px solid #e1e1e1;
    border-bottom-color: #fff;
    border-right-color: #f4f4f4;
    border-left-color: #f4f4f4;
    background: #f4f4f4;
}
table.table tbody tr:last-child th {
    border-bottom-color: #e3e3e3;
}
table.table tbody td {
    padding: 12px;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #e3e3e3;
}
table.table + h4.sub-title2 {
    margin-top: 50px;
}
table.table2 {
    margin: 10px 0 18px;
}
table.table2 thead th {
    height: 40px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #2f2f2f;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-bottom: none;
}
table.table2 thead th:last-child {
    border-right-color: #2f2f2f;
}
table.table2 thead th:first-child {
    border-left-color: #2f2f2f;
}
table.table2 tbody td {
    height: 43px;
    padding: 8px;
    font-size: 14px;
    color: #626262;
    text-align: center;
    border: 1px solid #e3e3e3;
}
table.table2 tbody tr:first-child td {
    border-top: none;
}
table.table3 tbody th {
    padding: 12px;
    line-height: 24px;
    font-family: 'Kia-M', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #f3f2f3;
}
table.table3 tbody td {
    height: 51px;
    padding: 12px;
    font-family: 'Kia-M', sans-serif;
    font-size: 14px;
    color: #222;
    text-align: left;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

/* 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: 'kia-B', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 21px;
    border: none;
    background: none;
    vertical-align: top;
    outline: none;
}
.pagination-wrap ul li.active a {
    color: #ab0021;
    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% - 303px);
    background: #f3f2f3;
}
.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: 'kia-M', sans-serif;
    font-size: 56px;
    color: #000;
}
.wrap.error-page .container-wrap .con-box p small {
    display: block;
    margin-top: 5px;
    font-family: 'kia-M', sans-serif;
    font-size: 20px;
}
.wrap.error-page .container-wrap .con-box p small .c1 {
    color: #ab0021;
}
.wrap.error-page .container-wrap .con-box .btn-wrap .btn {
    min-width: inherit;
    width: 180px;
    height: 50px;
    line-height: 49px;
    font-size: 16px;
}

/* 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-family: 'Kia-M', sans-serif;
    font-size: 18px;
    color: #ab0021;
    text-align: center;
}
.terms .con-box dl dt {
    margin-bottom: 11px;
    text-align: left;
    font-family: 'kia-M', sans-serif;
    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: #ab0021;
}
.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;
}

.terms-con h2 {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.terms-con table.table2 {
    table-layout: inherit;
}
.terms-con table.table2 thead th {
    padding: 6px;
}
.terms-con table.table2 tbody td {
    vertical-align: top;
    word-break: break-all;
}

/* 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;
    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: 26px;
    text-align: center;
}
.modal p {
    text-align: center;
}
.modal .btn-close {
    display: inline-block;
    margin: 30px 2px;
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    vertical-align: top;
    color: #fff;
    text-align: center;
    background: #333;
}
.modal .btn-close:hover {
    text-decoration: none;
    opacity: 0.9;
}
.modal .btn-close.c1 {
    color: #111;
    background: #fff;
    border: 1px solid #ccc;
}
.modal.c2 {
    background: none;
}
.modal.c2 .modal-content {
    padding: 25px 0 0;
    max-height: inherit;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.modal .cont-inner {
    padding: 20px 20px 40px;
    text-align: center;
}
.modal .footer {
    height: 45px;
    padding: 10px 20px;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    background: #fafafa;
}
.modal .footer label {
    cursor: pointer;
}

/* inquiry-mail */
.inquiry-mail {
    text-align: left;
    margin-bottom: 40px;
}
.inquiry-mail a {
    color: #a92b31;
}

/*============================================================
main-contents 
=============================================================*/
#main-contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
}
.touch-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.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-family: 'kia-M', sans-serif;
    font-size: 16px;
    line-height: 58px;
    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.3);
    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 {
    background: #a92b31;
    border-color: #a92b31;
}
.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: #666 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: #a92b31 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_1.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: 'kia-M', sans-serif;
}
.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-size: 14px;
    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: 17%;
    left: 0;
    right: 0;
    text-align: center;
}
.main-top-banner .txt-block .t1 {
    font-family: 'kia-M', sans-serif;
    font-size: 26px;
    color: #fff;
    opacity: 0;
    transition: opacity 200ms 600ms ease-in-out;
}
.main-top-banner .txt-block .t2 {
    padding: 0 15px;
    font-family: 'kia-M', sans-serif;
    font-size: 60px;
    color: #fff;
    opacity: 0;
    transition: opacity 400ms 600ms ease-in-out;
}
.main-top-banner .txt-block .t3 {
    margin-top: 7px;
    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: 40px;
    height: 41px;
    margin: 0 15px;
    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: 29%;
    left: 50%;
    margin-left: -600px;
}
#depth-1-2 .txt-block .t1 {
    margin-bottom: 16px;
    padding-left: 3px;
    font-family: 'Kia-B', sans-serif;
    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: 'Kia-M', sans-serif;
    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: 'Kia-B', sans-serif;
    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-top: -320px;
    width: 600px;
    text-align: center;
}
#depth-1-4 .txt-block .t1 {
    margin-bottom: 15px;
    font-family: 'Kia-M', sans-serif;
    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;
    z-index: 30;
}
#footer.footer-main .top {
    height: calc(100% - 200px);
}
#footer.footer-main .cell {
    display: table-cell;
    vertical-align: middle;
}
#footer.footer-main .goto-area {
    display: table;
    width: 100%;
    height: 45%;
    padding: 70px 0 0;
    text-align: center;
    background: #999;
}
#footer.footer-main .goto-area p {
    padding: 0 0 30px;
    font-size: 25.7px;
    color: #fff;
}
#footer.footer-main .goto-area .btn {
    display: inline-block;
    width: 420px;
    height: 80px;
    line-height: 80px;
    font-family: 'Kia-M', sans-serif;
    font-size: 24px;
    color: #fff;
    background: #ab0021;
}
#footer.footer-main .goto-area .btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}
#footer.footer-main .partners {
    display: table;
    width: 100%;
    height: 34%;
    text-align: center;
    background: #f3f2f3;
}
#footer.footer-main .partners .title {
    font-family: 'Kia-B', sans-serif;
    font-size: 28px;
    color: #858585;
}
#footer.footer-main .partners .img {
    margin: 10px auto;
    width: 1100px;
    height: 140px;
    background: url(../images/main/img_partners.png) no-repeat center;
}
#footer.footer-main .banner-playmap {
    display: table;
    width: 100%;
    height: 21%;
    text-align: center;
    background: url(../images/main/banner_playmap.png) no-repeat center;
    background-size: 100%;
}
#footer.footer-main .banner-playmap .t1 {
    margin-bottom: 5px;
    font-family: 'kia-M', sans-serif;
    font-size: 30px;
    color: #fff;
}
#footer.footer-main .banner-playmap .t2 {
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    word-break: keep-all;
}
#footer.footer-main .banner-playmap .t2 span:first-child {
    display: block;
}
#footer.footer-main .banner-playmap .t2 span:last-child {
    display: none;
}
#footer.footer-main .banner-playmap .btn {
    display: inline-block;
    width: 220px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #ab0021;
}
#footer.footer-main .banner-playmap .btn:hover {
    opacity: 0.9;
}
#footer.footer-main .inner {
    height: 200px;
}
#footer.footer-main .footer-gnb > ul > li {
    display: inline-block;
}
#footer.footer-main .footer-gnb > ul > li > ul {
    display: none;
}
#footer.footer-main .footer-gnb > ul > li > a {
    margin-right: 70px;
}
#footer.footer-main .footer-btn {
    position: absolute;
    top: 25px;
    right: 20px;
}
#footer.footer-main .footer-btn .btn {
    margin: 0 10px;
}
#footer.footer-main .footer-btn .title {
    display: none;
}
#footer.footer-main .copyright {
     margin-top: 20px;
    padding-top: 20px;
}

.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: #000;
}
.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: #fff;
    line-height: 38px;
    background: none;
    border: 1px solid #fff;
}
.btn-go.c2:hover {
    color: #fff;
}
.btn-go.type2 {
    display: inline-block;
    position: relative;
    margin: 5px 0;
    padding-right: 9px;
    width: 103px;
    height: 37px;
    min-height: inherit;
    line-height: 35px;
    font-family: 'Kia-M', sans-serif;
    font-size: 13px;
    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: 100px;
    background: #000;
}
.bottom p {
    padding-top: 36px;
    font-family: 'Kia-M', sans-serif;
    font-size: 18px;
    color: #fff;
}
.bottom .btn {
    position: absolute;
    top: 22px;
    right: 0;
    width: 370px;
    height: 56px;
    line-height: 56px;
    font-family: 'Kia-M', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #ab0021;
}
.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: -105px;
    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: 42px;
    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: 18px;
    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: #000;
}
.paging-dot .dots.type2 em {
    font-family: 'kia-M', sans-serif;
    color: #000;
    opacity: 0.6;
}
.paging-dot .dots.type2 a span {
    background: #000;
    opacity: 1;
}
.paging-dot .dots.type2 a.active span:after {
    border-color: #000;
}
.paging-dot .dots.type-last em {
    color: #9e9e9e;
    opacity: 1;
}
.paging-dot .dots.type-last a.active em {
    color: #ab0021;
}

.ver-wrap {
    position: absolute;
    top: 38px;
    right: 0;
}
.ver-wrap select {
    height: 40px;
    padding: 0 35px 0 18px;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    background: #f3f2f3 url(../images/common/ic_select.png) no-repeat 92% 50%;
    border-color: #f3f2f3;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}
.ver-wrap select::-ms-expand {
    display: none;
}
.ver-wrap .btn {
    display: inline-block;
    margin-left: 6px;
    width: 120px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    font-family: 'kia-M', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #ab0021;
}
.ver-wrap .btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.notice-dl {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
}
.notice-dl dt,
.notice-dl dd {
    margin: 30px 0;
}
.notice-dl dt + dd {
    margin-top: -10px;
}
.notice-dl dd + dt {
    margin-top: 40px;
}
.notice-dl dt .step,
.notice-dl dt .step a {
    font-family: 'Kia-B', sans-serif;
    font-size: 18px;
    color: #ab0021;
    text-decoration: none;
}
.notice-dl dt p {
    font-family: 'Kia-M', sans-serif;
    font-size: 14px;
    color: #000;
}
.notice-dl dt p.t2 {
    font-size: 13px;
    color: #707070;
}
.notice-dl img {
    max-width: 100%;
}
.notice-dl dt p.t3 {
    text-indent: -16px;
    margin-left: 16px;
    margin-top: 8px;
    color: #d7000a;
}
.notice-dl dt p.t3 .strong {
    font-family: 'Kia-B', sans-serif;
    color: #d7000a;
}

/* markdown-edit */
.markdown-edit > p {
    font-size: 16px;
}
.markdown-edit > ul > li {
    line-height: 1.8;
    font-family: 'Kia-M', sans-serif;
}
.markdown-edit > ul > li a {
    color: #0087b5;
}
.markdown-edit > ul > li > ul > li {
    padding-left: 20px;
    font-family: 'Kia-M', sans-serif;
}
.markdown-edit > ul > li > ul > li a {
    color: #0087b5;
}
.markdown-edit h1 {
    display: block;
    margin-bottom: 20px;
    font-family: 'Kia-M', sans-serif;
    font-weight: normal;
    line-height: 1.8;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid #ccc;
}
.markdown-edit h2 {
    display: block;
    margin-bottom: 10px;
    font-family: 'Kia-M', sans-serif;
    font-weight: normal;
    line-height: 2;
    font-size: 17px;
    color: #000;
}
.markdown-edit h3 {
    display: block;
    margin: 40px 0 5px;
    font-family: 'Kia-M', sans-serif;
    font-weight: normal;
    line-height: 2;
    font-size: 17px;
    color: #000;
}
.markdown-edit > p + p {
    margin-top: 20px;
}
.markdown-edit pre {
    margin: 5px 0;
    word-break: break-word;
    word-wrap: break-word;
}
.markdown-edit pre code {
    padding: 20px;
    font-family: 'Kia-M', sans-serif;
    background-color: #111929;
    white-space: pre-wrap;
    word-break: break-all;
}
/* .markdown-edit > pre code { font-family:"TextMedium"; white-space:pre-line; background-color:#ddd; } */
.markdown-edit table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.markdown-edit table > thead > tr > th {
    padding: 5px 18px;
    height: 40px;
    font-weight: normal;
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
}
.markdown-edit table > thead > tr > th:nth-child(2) {
    width: 23%;
}
.markdown-edit table > thead > tr > th:last-child {
    width: 54%;
}
.markdown-edit table > tbody > tr > td {
    padding: 5px 18px;
    height: auto;
    border: 1px solid #e9e9e9;
    word-break: break-all;
    overflow-wrap: break-word;
}
.markdown-edit table > tbody > tr > td:last-child {
    word-break: keep-all;
}
.markdown-edit .btn-toggle {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    border: 1px solid #e4e4e4;
    background-color: #f6f6f6;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.markdown-edit .btn-toggle:after {
    display: block;
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border: solid #343434;
    border-width: 2px 2px 0 0;
}
.markdown-edit .btn-toggle + pre {
    margin-top: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.markdown-edit .btn-toggle.active:after {
    transform: translateY(-50%) rotate(135deg);
}
.markdown-edit .btn-toggle.active + pre {
    visibility: visible;
    height: 100%;
}
.markdown-edit h2.sample-test {
    font-size: 24px;
    font-weight: 800;
}
.markdown-edit .fieldset-select {
    padding: 30px 10px 30px 24px;
    border-bottom: 1px solid #a6a6a6;
    border-top: 2px solid #000;
    background-color: #f1f1f1;
    color: #000;
    display: flex;
}
.markdown-edit .fieldset-select select {
    height: 50px;
    padding: 0 35px 0 18px;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    background: #fff url(../images/common/ic_select.png) no-repeat calc(100% - 15px) 50%;
    border-color: #c1c1c1;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    margin: 0 5px;
    flex: 1;
    width: 100%;
}
.markdown-edit .fieldset-select > div:first-child {
    flex: 1;
    display: flex;
    align-items: center;
}
.markdown-edit .fieldset-select button {
    height: 50px;
    width: 170px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    font-size: 16px;
    color: #000;
}
.markdown-edit .fieldset-select button.apply {
    border-color: #ab0021;
    background-color: #ab0021;
    color: #fff;
    margin-right: 5px;
}
.markdown-edit .fieldset-select button:disabled {
    opacity: 0.3;
}
.markdown-edit .sample-result {
    display: none;
}
.markdown-edit .sample-result.on {
    display: block;
}

/* scroll masic */
.scroll-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}
.scroll-nav > a {
    margin: 0 15px;
    padding: 15px 10px;
    color: #787878;
    font-size: 15px;
}
.scroll-nav > a:hover,
.scroll-nav > a:focus {
    text-decoration: none;
}
.scroll-nav > a.active {
    position: relative;
    color: #ab0021;
}
.scroll-nav > a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ab0021;
}
.scroll-selector {
    display: none;
}
.scroll-sections {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}
.scroll-sections h4 {
    font-family: 'kia-B', sans-serif;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
}
.scroll-sections h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    display: block;
    font-weight: 800;
}
.scroll-sections .txt1 {
    color: #626262;
    margin-bottom: 20px;
}
.scroll-sections .txt2 {
    color: #000;
    margin-bottom: 10px;
}
.scroll-sections .txt3 {
    color: #ab0021;
    margin-bottom: 20px;
}
.scroll-sections .txt4 {
    padding-left: 20px;
    font-size: 14px;
    color: #000;
}
.scroll-sections .txt4 + .img1 {
    margin-top: 30px;
}
.scroll-sections .txt4 + .txt1 {
    margin-top: 20px;
}
.scroll-sections .txt4::before {
    content: url(../images/common/ic_ex.png);
    float: left;
    margin: 3px 0 0 -20px;
}
.scroll-sections .txt5 {
    padding-left: 95px;
    color: #626262;
    margin-bottom: 20px;
}
.scroll-sections .txt5 span {
    color: #000;
    display: inline-block;
    margin-left: -95px;
}
.scroll-sections .txt5 + .txt5 {
    margin-top: -10px;
}
.scroll-sections .txt6 {
    color: #626262;
    margin-bottom: 20px;
    line-height: 2;
}
.scroll-sections .steps {
    display: inline-block;
    font-family: 'kia-B', sans-serif;
    width: 65px;
}
.scroll-sections .img1 {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.scroll-sections .img2 {
    margin-bottom: 20px;
}
.scroll-sections .img1 img,
.scroll-sections .img2 img {
    width: 100%;
    vertical-align: top;
}
.scroll-sections .color1 {
    color: #ab0021;
}
.scroll-sections dt,
.scroll-sections dt.bullet-b,
.scroll-sections .details h6.bullet-b {
    color: #000;
    margin-bottom: 0;
}
.scroll-sections dd {
    margin-bottom: 15px;
}
.scroll-sections .details {
    background-color: #f5f5f5;
    padding: 30px 35px 20px;
    margin-bottom: 30px;
}
.scroll-sections .details h6 {
    font-size: 14px;
    color: #000;
}
.scroll-sections .details p {
    font-size: 14px;
    margin-bottom: 10px;
}
.scroll-sections .list1 {
    margin-bottom: 20px;
    padding-left: 15px;
}
.scroll-sections .list1 li {
    line-height: 1.85;
}
.scroll-sections .txt1 + .list1 {
    margin-top: -10px;
}
.scroll-sections .bullet-a {
    padding-left: 12px;
}
.scroll-sections .bullet-a::before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 7px;
    background-color: #626262;
    margin: 11px 0 0 -12px;
}
.scroll-sections .details .bullet-a::before {
    margin-top: 8px;
}
.scroll-sections .details .bullet-b::before {
    margin-top: 8px;
}
.scroll-sections .bullet-b {
    padding-left: 15px;
    margin-bottom: 20px;
}
.scroll-sections .bullet-b::before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #000;
    margin: 10px 0 0 -14px;
}
.scroll-sections .underline {
    text-decoration: underline;
}
.scroll-sections .strong {
    font-family: 'kia-B', sans-serif;
}
.scroll-sections .sub-title {
    margin-top: 35px;
}
.scroll-sections .tabs {
    border-top: 0 none;
    text-align: left;
    display: flex;
}
.scroll-sections .tabs li {
    margin: 0 -1px -1px 0;
}
.scroll-sections .tabs li a {
    width: 230px;
    padding: 0;
    height: 44px;
    line-height: 44px;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    color: #000;
}
.scroll-sections .tabs li.active a {
    border-bottom-color: #fff;
    background-color: #fff;
}
.scroll-sections .tabs li.active a::after {
    display: none;
}
.con-box.fixed .scroll-nav {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 3;
}
.con-box .scroll-dummy {
    display: none;
}
.con-box.fixed .scroll-dummy {
    display: block;
    height: 54px;
    width: 100%;
}

/* search-wrap */
.search-wrap {
    position: relative;
    padding: 14px 200px 14px 0;
    min-height: 76px;
    margin-bottom: 30px;
    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 {
    flex: 1;
}
.search-wrap input {
    height: 40px;
    border: 1px solid #e1e1e1;
    width: 100%;
}
.search-wrap .form-group {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px;
}
.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;
    border: none;
    display: inline-block;
    text-align: center;
}
.search-wrap .search-btn .btn:hover {
    background: #555;
}

/* 메시지박스 start */
.blocker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 120;
}

.msgModal .modal-inner.alert {
    width: 290px;
    margin-top: -100px;
}

.msgModal .modal-inner {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    margin: -250px auto 0;
    background: #fff;
    z-index: 130;
}

.msgModal .modal-inner.alert .modal-content {
    min-height: inherit;
    height: auto;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msgModal .modal-content {
    padding: 30px;
    min-height: 250px;
    text-align: center;
    max-height: calc(75vh - 120px);
    overflow-y: auto;
}

.msgModal .modal-inner.alert p {
    font-family: 'kia-M', sans-serif;
    font-size: 16px;
    color: #000;
}

.msgModal .modal-footer {
    text-align: center;
}
.msgModal .modal-footer a.btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #000;
    display: inline-block;
    text-decoration: none;
    padding: 0 30px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    outline: none;
    font-family: 'kia-M', sans-serif;
}
/* 메시지박스 end */

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

    #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 {
        max-width: 900px;
        height: 110px;
        background-size: 100%;
    }
    #footer.footer-main .banner-playmap {
        background-size: auto 100%;
    }
    #footer.footer-main .banner-playmap .t1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1280px) {
    .wrap {
        min-width: 1000px;
    }
    .container-wrap {
        position: relative;
        min-height: calc(100% - 296px);
    }
    .wrap.error-page .container-wrap {
        height: calc(100% - 296px);
    }
    .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 20px;
    }
    #contents {
        margin-left: 270px;
    }

    .main-top-banner .thum-wrap .slider-nav .slick-track .item {
        font-size: 16px;
    }
    .main-top-banner .txt-block {
        top: 17%;
    }
    .main-top-banner .txt-block .t1 {
        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: 450px;
    }
    #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: 24px;
    }
    #footer.footer-main .partners .img {
        max-width: 800px;
    }
    #footer.footer-main .partners .title {
        font-size: 24px;
    }
    #footer .logo {
        left: 30px;
    }

    .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 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.5;
    }
    .con-block.type1 .block-txt {
        width: 55%;
        padding-right: 50px;
    }
    .con-block.type2 .block-txt {
        width: 55%;
        padding-left: 50px;
    }
    .con-block.type1 .block-txt,
    .con-block.type2 .block-txt {
        height: auto;
    }
    .con-block.type1 .block-img,
    .con-block.type2 .block-img {
        width: 45%;
        height: auto;
    }
    .con-block .block-txt p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1024px) {
    body,
    input,
    select,
    textarea,
    button {
        font-size: 15px;
    }
    .container-wrap {
        min-height: calc(100% - 286px);
    }

    #header {
        height: 56px;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    }
    #header .logo {
        top: 21px;
        left: 18px;
        width: 126px;
        height: 20px;
        background: url(../images/mobile/logo.png) no-repeat;
        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;
    }
    #header .menu-mobile {
        display: block;
        position: relative;
        width: 56px;
        height: 56px;
    }
    #header .menu-mobile .line,
    #header .menu-mobile .line:before,
    #header .menu-mobile .line:after {
        position: absolute;
        width: 20px;
        height: 1px;
        background: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    #header .menu-mobile .line {
        top: 27px;
        left: 18px;
    }
    #header .menu-mobile .line:before {
        content: '';
        left: 0;
        top: -7px;
    }
    #header .menu-mobile .line:after {
        content: '';
        left: 0;
        top: 7px;
    }
    .mobile-active #header .menu-mobile .line:before {
        width: 23px;
        left: -1px;
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobile-active #header .menu-mobile .line {
        background: none;
    }
    .mobile-active #header .menu-mobile .line:after {
        width: 23px;
        left: -1px;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #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: #f3f3f3;
        overflow: auto;
        transition: 0.2s ease;
    }
    #header .gnb-mobile > ul > li > a {
        position: relative;
        display: block;
        padding: 0 18px;
        line-height: 50px;
        font-family: 'kia-M', sans-serif;
        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,
    #header .gnb-mobile > ul > li > ul > li.opened > a,
    #header .gnb-mobile > ul > li > ul > li.opened > ul > li.active > a,
    #header .gnb-mobile > ul > li > ul > li.opened > ul > li > ul > li.active > a {
        color: #ab0021;
    }
    #header .gnb-mobile > ul > li.has-child > a:after,
    #header .gnb-mobile > ul > li > ul > li.has-child > a:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 10px;
        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 0 0 18px;
        line-height: 50px;
        font-family: 'kia-M', sans-serif;
        font-size: 14px;
        border-bottom: 1px solid #e8e8e8;
    }
    #header .gnb-mobile > ul > li > ul > li.has-child > a:after,
    #header .gnb-mobile > ul > li > ul > li > ul > li.has-child > a:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 10px;
        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 > ul > li.has-child > a:after {
        top: 9px;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li.has-child.active > a:after {
        background-position: 0 -63px;
    }
    #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 {
        margin: 0 0 0 12px;
        border-bottom: 1px solid #e8e8e8;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li > a {
        display: block;
        padding: 0 0 0 12px;
        line-height: 38px;
        font-size: 14px;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li:last-child > a {
        border-bottom: none;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li.has-child > a {
        position: relative;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li > ul {
        display: none;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li.active > ul {
        display: block;
        padding-bottom: 10px;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li > ul > li {
        padding: 1px 0 1px 28px;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li > ul > li > a {
        font-size: 12px;
        color: #000;
    }
    #header .gnb-mobile > ul > li > ul > li > ul > li > ul > li > a:before {
        content: '-';
        float: left;
        margin: 4px 0 0 -10px;
    }
    #header .gnb-mobile .ico-test {
        display: inline-block;
        width: 15px;
        height: 14px;
        background: url(../images/common/ic_sidebar_test.png) no-repeat 0 0;
        vertical-align: text-top;
        font-size: 0;
        line-height: 0;
    }

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

    #contents {
        margin: 0;
        padding: 30px 0 65px;
        min-height: 500px;
    }

    #footer .inner {
        padding: 18px 25px;
    }
    #footer .logo {
        position: relative;
        top: inherit;
        left: inherit;
        width: 120px;
        height: 18px;
        background: url(../images/mobile/logo_footer.png) no-repeat;
        background-size: 100%;
    }
    #footer .footer-gnb {
        display: block;
        margin: 15px 0;
    }
    #footer .footer-gnb > ul > li > ul {
        left: 150px;
    }
    #footer .footer-gnb > ul > li > ul > li:first-child > a {
        padding-left: 0;
    }
    #footer .copyright {
        margin-top: 15px;
    }
    .btn-up {
    	display: none;
        margin-bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: url(../images/mobile/btn_ar_up.png) no-repeat;
        background-size: 100%;
    }

    .intro .t1 {
        font-size: 18px;
    }
    .intro .t2 {
        font-size: 16px;
    }
    .intro .t3 {
        max-width: 700px;
        padding: 0 5px;
        margin: 0 auto;
        line-height: 26px;
    }
    .intro .t3 br {
        display: none;
    }
    .intro .img {
        width: 450px;
        height: 250px;
        margin: 20px auto;
    }
    .principle-wrap {
        margin-top: 36px;
        padding: 18px 20px;
    }
    .principle-wrap h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .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: 14px;
    }
    .principle-wrap ul li .num {
        margin-left: -20px;
        width: 20px;
    }
    .principle-wrap .block + .block {
        margin-top: 20px;
        padding-top: 20px;
    }
    .con-box.max-width {
        max-width: 900px;
        margin: 0 auto;
    }
    .con-box h4.sub-title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .con-box h4.sub-title2 {
        font-size: 18px;
    }
    table.table + h4.sub-title2 {
        margin-top: 30px;
    }

    .con-top {
        height: auto;
        margin-bottom: 15px;
    }
    .con-top h3 {
        font-size: 21px;
        letter-spacing: -0.25px;
    }
    .con-block .block-txt p {
        font-size: 15px;
    }
    .con-block .block-img {
        text-align: center;
    }
    .con-block .title {
        font-size: 20px;
    }
    .con-block .title br {
        display: none;
    }
    .con-block p br {
        display: none;
    }
    .con-block.bi-type .block-img {
        max-width: 600px;
        margin: 0 auto;
    }
    .con-block.bi-type .title {
        margin-bottom: 10px;
        font-size: 19px;
    }
    .con-block .block-txt {
        margin-bottom: 30px;
    }
    .con-block + .btn-wrap {
        margin-top: 40px;
    }
    .btn-wrap a.btn {
        display: block;
        height: 45px;
        line-height: 44px;
        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 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: 18px;
    }
    .ins {
        margin: 30px 0 10px;
    }

    .con-block.type1 .block-txt,
    .con-block.type2 .block-txt {
        width: 60%;
    }
    .con-block.type1 .block-img,
    .con-block.type2 .block-img {
        width: 40%;
    }

    .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: 13px;
    }
    .terms .con-box dl dt {
        font-size: 13px;
    }
    .terms .con-box ul li {
        line-height: 18px;
    }
    .terms table.table2 tbody td {
        font-size: 13px;
    }

    .wrap.error-page .container-wrap {
        height: calc(100% - 286px);
    }
    .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: 13px;
    }
    .wrap.error-page .container-wrap .con-box .btn-wrap .btn {
        display: inline-block;
        padding: 0 20px;
        width: 120px;
        height: 34px;
        line-height: 33px;
        font-size: 13px;
    }

    table colgroup col {
        width: auto !important;
    }
    table.table tbody th {
        width: 35%;
        padding: 6px;
        line-height: 18px;
    }
    table.table tbody td {
        width: 75%;
        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;
    }
    .notice-w1 {
        width: 100px !important;
    }

    .tabs li a {
        height: 60px;
        line-height: 60px;
        font-size: 15px;
    }
    .accordion-wrap > li .category {
        width: 150px;
        padding: 20px 0 20px 37px;
        font-size: 15px;
        background-position: 5px center;
        background: url(../images/mobile/ic_qna.png) no-repeat 5px center;
        background-size: 25px;
    }
    .accordion-wrap > li > a {
        min-height: 55px;
    }
    .accordion-wrap > li > a:after {
        width: 12px;
        right: 12px;
        background-size: 100% auto;
        background-position: 0 -36px;
    }
    .accordion-wrap > li > a > .date {
        padding: 18px 0 18px 10px;
        font-size: 15px;
    }
    .accordion-wrap > li > a > .title {
        padding: 18px 44px 18px 0;
        font-size: 15px;
    }
    .accordion-wrap > li > .detail {
        padding: 15px;
    }
    .btn-go.type2 {
        width: 92px;
        height: 34px;
        line-height: 32px;
    }

    .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;
    }

    .slick-dots {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -51px;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 3px;
    }
    .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: 'Kia-L', sans-serif;
        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 50px;
    }
    #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 {
        max-width: 100%;
        height: 300px;
        background: url(../images/mobile/img_key_04_2.png) no-repeat;
        background-size: 100%;
    }
    .bottom {
        display: none;
    }
    #footer.footer-main .goto-area {
        padding-top: 56px;
    }
    #footer.footer-main .goto-area p {
        font-size: 18px;
    }
    #footer.footer-main .goto-area .btn {
        width: 360px;
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }
    #footer.footer-main .partners .img {
        width: 100%;
        height: 90px;
        background-size: 95%;
    }
    #footer.footer-main .footer-gnb > ul > li > a {
        margin-right: 50px;
        font-size: 13px;
    }
    #footer.footer-main .footer-btn {
        top: 39px;
    }
    #footer.footer-main .copyright {
        margin-top: 10px;
    }

    .ver-wrap {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 20px 0;
    }
    .ver-wrap .btn {
        width: 85px;
    }
}

@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.6;
    }
    .main-top-banner .txt-block .ic-x {
        width: 20px;
        height: 21px;
        margin: 0 0 0 5px;
    }
    #contents {
        padding: 30px 10px 70px;
    }
    .modal .modal-content {
        width: auto;
    }
    .modal .btn-close {
        width: 100px;
    }
    .modal p {
        padding: 0 20px;
    }
    .modal h2 {
        margin: 0 0 20px;
    }
    .m-break {
        display: block;
    }

    .con-block.type1 .block-txt {
        padding-right: 25px;
    }
    .con-block.type2 .block-txt {
        padding-left: 25px;
    }
    .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: 18px;
        line-height: 24px;
    }
    .con-block.api.sub .block-txt .sub-title {
        font-size: 15px;
    }
    .con-block.api.sub .block-img {
        width: 100%;
        height: auto;
    }

    #footer .footer-gnb > ul > li > a {
        display: inline-block;
        font-size: 11px;
        line-height: 1.5;
    }
    #footer .footer-gnb > ul > li > ul {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 5px;
        white-space: normal;
    }
    #footer .footer-gnb > ul > li > ul > li > a {
        padding: 0 12px 0 0;
        font-size: 11px;
        line-height: 1.2;
    }
    #footer .footer-gnb > ul > li > ul > li > a:after {
        top: 2px;
        right: 4px;
    }
    #footer .footer-btn .btn {
        margin: 0 15px 0 0;
        font-size: 11px;
    }
    #footer .copyright {
        margin-top: 10px;
        padding: 8px 0 10px;
        font-size: 10px;
    }
    #footer.footer-main .banner-playmap .t1 {
        font-size: 22px;
    }
    #footer.footer-main .banner-playmap .t2 {
        font-size: 13px;
    }
    #footer.footer-main .banner-playmap .t2 span:first-child {
        display: none;
    }
    #footer.footer-main .banner-playmap .t2 span:last-child {
        display: block;
    }
    #footer.footer-main .banner-playmap .btn {
        line-height: 42px;
        font-size: 14px;
    }
    #footer.footer-main .partners .title {
        font-size: 20px;
    }
    #footer.footer-main .logo {
        display: none;
    }
    #footer.footer-main .footer-gnb {
        margin-top: 30px !important;
    }
    #footer.footer-main .footer-gnb > ul > li > a {
        margin-right: 20px;
        font-size: 12px;
    }
    #footer.footer-main .footer-btn {
        top: 0;
        right: inherit;
        left: 25px;
    }
    #footer.footer-main .footer-btn .btn {
        margin: 0 10px 0 0;
    }

    #depth-1-3 .img-step {
        max-width: 100%;
        background: url(../images/mobile/img_key_03_2.png) no-repeat center center;
        background-size: 400px auto !important;
    }

    .markdown-edit .fieldset-select {
        display: block;
        padding: 15px 10px 15px 60px;
    }
    .markdown-edit .fieldset-select label {
        margin-left: -44px;
    }
    .markdown-edit .fieldset-select select {
        margin: 0 0 0 7px;
    }
    .markdown-edit .fieldset-select > div {
        display: flex;
    }
    .markdown-edit .fieldset-select > div:first-child {
        margin-bottom: 5px;
    }
    .markdown-edit .fieldset-select button {
        flex: 1;
    }
    .con-top .tag {
        top: 0;
        right: -15px;
        width: 45px;
        height: 25px;
        padding: 0;
        line-height: 0;
        font-size: 0;
        background: url(../images/mobile/btn_tag.png) no-repeat 0 0 / 100% 100%;
        color: transparent;
    }

    .scroll-nav {
        display: none;
    }
    .scroll-selector {
        position: relative;
        display: block;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
    }
    .scroll-selector .selected {
        display: block;
        padding: 9px 40px 9px 25px;
        color: #ab0021;
        font-size: 15px;
        background: url(../images/mobile/ic_arrow.png) no-repeat 98% 50% / 40px auto;
    }
    .scroll-selector .panel {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 1;
        display: none;
    }
    .scroll-selector .panel a {
        display: block;
        padding: 9px 25px;
        font-size: 15px;
        color: #787878;
    }

    .scroll-selector .panel a.active {
        color: #ab0021;
    }
    .con-box.fixed .scroll-selector {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        margin: 0;
    }
    .scroll-selector .panel.open {
        display: block;
    }

    .scroll-sections {
        font-size: 12px;
        line-height: 1.5;
    }
    .scroll-sections h4 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 15px;
    }
    .scroll-sections h5 {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 800;
    }
    .scroll-sections .txt1 {
        margin-bottom: 15px;
    }
    .scroll-sections .txt2 {
        margin-bottom: 10px;
    }
    .scroll-sections .txt3 {
        margin-bottom: 15px;
    }
    .scroll-sections .txt4 {
        font-size: 12px;
        padding-left: 15px;
    }
    .scroll-sections .txt4 + .img1 {
        margin-top: 15px;
    }
    .scroll-sections .txt1 + .list1 {
        margin-top: -11px;
    }
    .scroll-sections .txt4::before {
        margin: 0px 0 0 -15px;
        transform: scale(0.8);
    }
    .scroll-sections .txt5 {
        padding-left: 0;
        margin-bottom: 15px;
    }
    .scroll-sections .txt5 span {
        margin-left: 0;
    }
    .scroll-sections .txt5 + .txt5 {
        margin-top: -10px;
    }
    .scroll-sections .img1 {
        margin-bottom: 15px;
    }
    .scroll-sections dd {
        margin-bottom: 10px;
    }
    .scroll-sections .details {
        padding: 20px 20px 10px;
        margin-bottom: 15px;
    }
    .scroll-sections .details h6 {
        font-size: 12px;
    }
    .scroll-sections .details p {
        font-size: 12px;
    }
    .scroll-sections .bullet-a::before {
        margin-top: 6px;
    }
    .scroll-sections .bullet-b {
        padding-left: 12px;
    }
    .scroll-sections .bullet-b::before {
        margin-top: 4px;
        margin-left: -11px;
    }
    .scroll-sections .tabs li a {
        width: auto;
        padding: 0 20px;
    }
    .scroll-sections .list1 {
        padding-left: 12px;
    }
    .scroll-sections .list1 li {
        line-height: 1.6;
    }
    .scroll-sections .steps {
        width: 45px;
    }
    .scroll-sections .sub-title {
        margin-top: 20px;
    }

    .search-wrap {
        padding-right: 175px;
    }
    .search-wrap label.title {
        width: 70px;
    }
}

@media screen and (max-width: 480px) {
    #footer.footer-main .top {
        height: calc(100% - 250px);
    }
    .container-wrap .mobile-only {
        display: block !important;
    }
    .container-wrap .pc-only {
        display: none !important;
    }
    .mobile-br {
        display: block;
    }

    .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;
        line-height: 33px;
        padding-right: 5px;
        font-size: 12px;
    }
    .btn-go:after {
        background: url(../images/mobile/ic_ar_go.png) no-repeat;
        background-size: 5px auto;
    }
    .btn-go.c2 {
        line-height: 31px;
    }
    .btn-go.c2:after {
        background-position: 0 0;
    }

    .main-top-banner .item.i1 {
        background: url(../images/mobile/img_key_01_1.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 {
        margin-top: 40px;
        width: 310px !important;
        height: 350px !important;
        background: url(../images/mobile/img_key_03_2.png) no-repeat center;
        background-size: 100% !important;
    }
    #depth-1-4 .bg {
        background: url(../images/mobile/img_key_04.png) no-repeat center;
        background-size: cover;
    }
    #depth-1-4 .img-api {
        width: 300px !important;
    }
    #footer.footer-main .goto-area {
        padding: 56px 30px 0;
    }
    #footer.footer-main .goto-area p {
        padding: 0 0 20px;
        font-size: 16px !important;
    }
    #footer.footer-main .goto-area .btn {
        width: 100% !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 15px !important;
    }
    #footer.footer-main .banner-playmap .t1 {
        font-size: 20px !important;
    }
    #footer.footer-main .banner-playmap .t2 {
        font-size: 12px !important;
    }
    #footer.footer-main .partners .title {
        font-size: 18px !important;
    }
    #footer.footer-main .partners .img {
        height: 60px !important;
    }
    #footer .copyright {
        letter-spacing: -0.2px;
    }

    body,
    input,
    select,
    textarea,
    button {
        font-size: 14px;
    }
    #contents {
        padding: 20px 0 70px;
    }
    .inner {
        padding: 0 15px;
    }
    .intro .t1 {
        font-size: 16px;
    }
    .intro .t2 {
        font-size: 15px;
    }
    .intro .img {
        width: 100%;
        max-width: 375px;
        height: 200px;
    }
    .intro .t3 {
        line-height: 22px;
    }
    .principle-wrap ul li {
        font-size: 14px;
    }

    table.table {
        margin: 10px 0;
    }
    table.table tbody th {
        font-size: 13px;
    }
    table.table tbody td {
        font-size: 13px;
    }
    table.table2 thead th {
        font-size: 13px;
    }
    table.table2 tbody td {
        font-size: 13px;
    }

    .con-box p.txt {
        margin-bottom: 30px;
    }
    .con-block {
        margin-bottom: 30px;
    }
    .con-block .block-txt {
        margin-bottom: 45px;
    }
    .con-block .block-txt p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .con-block .block-txt p.t1 {
        font-size: 15px;
    }
    .con-block .block-img + .block-txt {
        margin-top: 18px;
    }
    .con-block .title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .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;
    }

    .tabs {
        margin-bottom: 30px;
    }
    .tabs li a {
        padding: 0 18px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .accordion-wrap > li .category {
        width: 75px;
        font-size: 13px;
        background-position: 5px center;
        background-size: 25px auto;
    }
    .accordion-wrap > li > a > .title {
        font-size: 14px;
    }
    .accordion-wrap > li > a > .date {
        width: 100px;
        font-size: 13px;
    }
    .accordion-wrap > li > a:after {
        width: 12px;
        right: 12px;
        background-size: 100% auto;
        background-position: 0 -36px;
    }
    .accordion-wrap > li > .detail {
        line-height: 1.5;
    }
    .accordion-wrap .btn-go {
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
    .accordion-wrap .btn-go:after {
        display: none;
    }
    .notice.accordion-wrap > li > .detail {
        padding: 20px 0;
    }

    .terms-con h2 {
        font-size: 14px;
    }
    .pagination-wrap ul li a {
        padding: 0 6px;
        font-size: 15px;
    }
    .pagination-wrap ul li.previous a {
        margin-right: 8px;
    }
    .pagination-wrap ul li.next a {
        margin-left: 10px;
    }
    .btn-up {
        right: 15px;
    }
    .ver-wrap select {
        width: 100%;
    }
    .ver-wrap .btn {
        width: 100%;
        margin: 10px 0 0;
    }

    .modal h2 {
        font-size: 20px;
    }
    .modal .btn-close {
        font-size: 14px;
    }
    .modal .cont-inner {
        word-break: keep-all;
    }

    .scroll-selector .selected {
        padding-left: 15px;
    }
}

@media screen and (max-height: 1000px) {
    .main {
        min-height: 700px;
    }
    #depth-1-3 .txt-block {
        margin-top: -320px;
    }
    #depth-1-3 .txt-block .t1 {
        margin-bottom: 10px;
    }
    #depth-1-3 .img-step {
        width: 950px;
        margin-top: 30px;
        background-size: 100% auto;
    }
    #footer.footer-main .goto-area p {
        font-size: 22px;
    }
    #footer.footer-main .goto-area .btn {
        width: 360px;
        height: 65px;
        line-height: 65px;
        font-size: 20px;
    }
    #footer.footer-main .partners {
        height: 30%;
    }
    #footer.footer-main .partners .title {
        font-size: 24px;
    }
    #footer.footer-main .partners .img {
        margin: 0 auto;
        max-width: 800px;
        height: 95px;
        background-size: 100%;
    }
    #footer.footer-main .banner-playmap {
        height: 25%;
    }
    #footer.footer-main .banner-playmap .t1 {
        font-size: 26px;
    }
    #footer.footer-main .banner-playmap .t2 {
        font-size: 13px;
        line-height: 1.5;
    }
    #footer.footer-main .banner-playmap .btn {
        line-height: 42px;
    }
}

@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;
    }
    #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 .logo {
        top: 20px;
    }
    #footer .copyright {
        margin-top: 15px;
        padding-top: 10px;
    }
    #footer .footer-gnb {
        margin-top: 18px;
    }
    #footer .footer-btn {
        top: 2px;
    }
    #footer.footer-main .logo {
        top: 40px;
    }
    #footer.footer-main .footer-gnb {
        margin-top: 39px;
    }
    #footer.footer-main .banner-playmap .t2 span:first-child {
        display: none;
    }
    #footer.footer-main .banner-playmap .t2 span:last-child {
        display: block;
    }

    .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: 20px;
        background-size: 90%;
    }
    #depth-1-4 .txt-block {
        top: 90px;
        margin-top: 0;
    }
    #depth-1-4 .btn-go {
        margin-top: 10px;
    }
    #footer.footer-main .top {
        height: calc(100% - 180px);
    }
    #footer.footer-main .inner {
        height: 180px;
    }
    #footer.footer-main .goto-area p {
        padding: 0 0 10px;
        font-size: 15px !important;
    }
    #footer.footer-main .banner-playmap {
        height: 29%;
    }
    #footer.footer-main .partners {
        height: 26%;
    }
    .btn-go.c2 {
        margin-top: 12px;
    }
}

@media screen and (max-height: 800px) and (max-width: 768px) {
    #depth-1-3 .img-step {
        margin-top: 0;
        background-size: 240px !important;
        height: 350px !important;
    }
}

@media screen and (max-width: 320px) {
    .main-top-banner .txt-block .t2 {
        font-size: 30px;
    }
    #depth-1-3 .img-step {
        background-size: 90%;
        background-position: center top;
    }
    #depth-1-4 .img-api {
        width: 280px !important;
    }
    #footer .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer.footer-main .banner-playmap .t1 {
        font-size: 16px !important;
    }
    #footer.footer-main .banner-playmap .t2 {
        font-size: 11px !important;
    }
    #footer.footer-main .banner-playmap .btn {
        width: 180px;
        line-height: 34px;
        font-size: 12px;
    }
    #footer.footer-main .partners .title {
        font-size: 16px !important;
    }
    #footer.footer-main .partners .img {
        height: 50px !important;
    }
    #footer.footer-main .footer-btn {
        left: 15px;
    }

    .wrap.error-page .container-wrap .con-box p {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .wrap.error-page .container-wrap .con-box p small {
        font-size: 12px;
    }
    .tabs li a {
        padding: 0 12px;
    }
    .tabs li.active a:after {
        left: 10px;
        right: 10px;
    }
    .modal .modal-content {
        top: 10px;
    }
}

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