@charset "UTF-8";
header {
    position: fixed;
    width: 100%;
    height: 80px;
    transition: all 0.2s ease;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #dadada;
}
header .header-wrap {
    height: 100%;
}
header .header-wrap .gnb-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    margin: 0 50px;
}
header .header-wrap .gnb-wrap a.logo {
    display: inline-block;
    background: url("../images/logo.svg") no-repeat 0 0;
    padding: 2px;
    background-size: contain;
    -ms-background-position-x: -50px;
}
header .header-wrap .gnb-wrap a.logo h1 {
    height: 36px;
    font-size: 1.365rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #706f72;
    margin-left: 128px;
    padding-top: 8px;
}
header .header-wrap .gnb-wrap .menu-wrap {
    display: flex;
    justify-content: space-between;
    right: 40px;
    width: calc(80% - 300px);
    height: 80px;
}
header .header-wrap .gnb-wrap .menu-wrap .btn-menu {
    display: none;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth .m-menu {
    display: none;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth .btn-close {
    display: none;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    width: auto;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li {
    position: relative;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-first-depth {
    display: block;
    white-space: nowrap;
    padding: 0 25px;
    font-size: 1.125em;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    color: #444444;
    transition: all 0.3s ease;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-first-depth::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #ff4c00/*#047099*/;
    transition: all 0.3s ease;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-first-depth:hover {
    color: #ff4c00/*#047099*/ !important;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-first-depth:hover::after {
    content: "";
    width: 100%;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-has-sub {
    display: none;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li .second-menu {
    display: none;
    position: absolute;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li .second-menu a {
    display: block;
    padding: 10px;
    line-height: 15px;
    font-weight: 400;
    color: inherit;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li .second-menu a:hover, header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li .second-menu a:focus, header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li .second-menu a:active {
    color: #ff4c00/*#047099*/;
}
header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li .second-menu .third-menu {
    display: none;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area {
    display: flex;
    justify-content: right;
    padding: 24px 0;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .btn-pages01 {
    white-space: nowrap;
    border-radius: 10px;
    border: 1px solid #ff4c00/*#047099*/;
    font-weight: 600;
    padding: 4px 20px;
    font-size: 0.875rem;
    color: #ff4c00/*#047099*/;
    transition: all 0.3s ease;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .btn-pages01:hover {
    background-color: #ff4c00/*#047099*/;
    color: #fff !important;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join {
    display: inline-flex;
    margin-left: 10px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .conform-count {
    font-size: 0.8125rem;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .conform-count .count {
    font-size: 10px;
    color: #444444 !important;
    padding: 0 5px;
    line-height: 10px;
    border-radius: 5px;
    text-align: center;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join a, header .header-wrap .gnb-wrap .menu-wrap .right-area .join span, header .header-wrap .gnb-wrap .menu-wrap .right-area .join button {
    color: #444;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join a:hover, header .header-wrap .gnb-wrap .menu-wrap .right-area .join span:hover, header .header-wrap .gnb-wrap .menu-wrap .right-area .join button:hover {
    color: #ff4c00/*#047099*/;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .login {
    font-size: 1.125rem;
    padding: 0 10px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .login i::before {
    font-weight: bold;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .login:hover {
    background-color: #ebf4f7;
    border-radius: 5px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .logout {
    font-size: 1.125rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 10px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .logout i::before {
    font-weight: bold;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .logout:hover {
    background-color: #ebf4f7;
    border-radius: 5px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .memeberID {
    display: flex;
    padding: 0 10px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .memeberID i::before {
    line-height: 31px;
    font-size: 1.25rem;
    font-weight: bold;
    color: inherit;
    font-style: normal;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .memeberID i::before:hover {
    color: #ff4c00/*#047099*/;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .memeberID:hover {
    background-color: #ebf4f7;
    border-radius: 5px;
    color: #ff4c00/*#047099*/;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .memeberID .members {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 0.8125rem !important;
    padding: 0 0 0 5px;
    line-height: 30px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .register {
    font-size: 0.8125rem !important;
    padding: 0 10px;
    position: relative;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .register:hover {
    background-color: #ebf4f7;
    border-radius: 5px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .join .partition {
    margin-top: -12px;
    font-size: 0.8125rem !important;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .admin-menu {
    position: relative;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .admin-menu > button {
    padding: 0 10px;
    border-radius: 2px;
    background-color: #fff;
    color: #444444;
    font-size: 1.25rem;
    text-align: left;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .admin-menu > button:hover {
    background-color: #ebf4f7;
    border-radius: 5px;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .admin-menu .admin-sub-menu {
    z-index: 9;
    padding: 15px 20px;
    min-width: 180px;
    border-radius: 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .admin-menu .admin-sub-menu a {
    display: block;
    padding: 10px;
    line-height: 14px;
    font-size: 0.8125rem !important;
    font-weight: 400;
    color: #444;
    transition: all 0.2s ease;
}
header .header-wrap .gnb-wrap .menu-wrap .right-area .admin-menu .admin-sub-menu a:hover, header .header-wrap .gnb-wrap .menu-wrap .right-area .admin-menu .admin-sub-menu a:focus {
    background: #ebf4f7;
    color: #ff4c00/*#047099*/;
    font-weight: 600;
    text-decoration: underline;
}
header hr {
    display: none;
}

.nav-up {
    top: -90px !important;
}

.nav-down {
    background-color: #fff;
}

.main .content-wrap {
    padding-bottom: 0;
}
.main .content-wrap .main-intro {
    margin: auto;
    padding-top: 80px;
    max-width: 1200px;
    height: 700px;
    background: url(../images/img-intro.png) no-repeat right center;
}
.main .content-wrap .main-intro .text-area {
    transform: translateY(200px);
}
.main .content-wrap .main-intro .text-area > h2 {
    font-size: 3.375rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #ff4c00/*#047099*/;
    line-height: 1.2;
}
.main .content-wrap .main-intro .text-area > h2 .txt-move1 {
    font-weight: 800;
}
.main .content-wrap .main-intro .text-area > h2 .txt-move2 {
    font-weight: 800;
    font-style: normal;
    color: #ed8712;
}
.main .main-service {
    padding: 100px 0;
    background: #b3d4e0 url(../images/bg-service.png) no-repeat 10% bottom;
}
.main .main-service h3 {
    font-size: 2.625rem;
    font-weight: 800;
}
.main .main-service .service-wrap {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.main .main-service .service-wrap .title {
    width: 36%;
    color: #ff4c00/*#047099*/;
}
.main .main-service .service-wrap .title p {
    padding: 1rem 4px;
}
.main .main-service .service-wrap .title .btn-ico-right {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
    border-radius: 25px;
    background-color: #fff;
    color: #ff4c00/*#047099*/;
    border: 1px solid #ff4c00/*#047099*/;
}
.main .main-service .service-wrap .title .btn-ico-right:hover {
    background-color: #ff4c00/*#047099*/;
    color: #fff;
}
.main .main-service .service-wrap .title .btn-ico-right:hover svg path {
    fill: #ffffff;
}
.main .main-service .service-wrap .service-list {
    width: 64%;
}
.main .main-service .service-wrap .service-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main .main-service .service-wrap .service-list ul li {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.2s ease;
    margin-right: 60px;
    margin-bottom: 50px;
}
.main .main-service .service-wrap .service-list ul li:nth-child(3n) {
    margin-right: 0;
}
.main .main-service .service-wrap .service-list ul li a {
    display: flex;
    flex-flow: column;
    height: 100%;
    color: #888;
    transition: all 0.2s ease;
}
.main .main-service .service-wrap .service-list ul li a img {
    width: 110px;
    height: 110px;
    margin: 1rem auto 0;
}
.main .main-service .service-wrap .service-list ul li a span {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.2;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    margin: 0.5rem auto;
}
.main .main-service .service-wrap .service-list ul li:hover {
    box-shadow: 5px 8px 20px 5px rgba(0, 0, 0, 0.1);
}
.main .main-service .service-wrap .service-list ul li:hover a {
    color: #ff4c00/*#047099*/;
    font-weight: 600;
}
.main .main-community {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 94px;
}
.main .main-community > section {
    width: calc(50% - 20px);
}
.main .main-community .notice h3 {
    font-size: 1.5rem;
    font-weight: 800;
}
.main .main-community .notice h3 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ff4c00/*#047099*/;
}
.main .main-community .notice h3 a .ico-right {
    padding-right: 25px;
    margin-right: 5px;
    font-size: 1rem;
    font-weight: 300;
    background: url(../images/ico-arrow.svg) no-repeat center right;
}
.main .main-community .notice ul {
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 10px 32px;
}
.main .main-community .notice ul li {
    display: flex;
    justify-content: space-between;
    line-height: 54px;
}
.main .main-community .notice ul li a {
    display: inline-block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 54px;
    font-weight: 400;
    cursor: pointer;
}
.main .main-community .notice ul li a:hover {
    color: #0386b8;
}
.main .main-community .notice ul li span {
    font-size: 0.875rem;
    color: #666666;
    text-align: right;
}
.main .main-community .banner ul {
    display: flex;
    height: 100%;
}
.main .main-community .banner ul li {
    width: 50%;
    height: calc(100% - 40px);
    background-color: #efefef;
    border-radius: 10px;
    margin: 40px 0px 0px;
}
.main .main-community .banner ul li:first-child, .main .main-community .banner ul li:last-child {
    margin-left: 20px;
}
.main .main-community .banner ul li div {
    height: 100%;
    padding: 28px 25px 25px;
}
.main .main-community .banner ul li div a {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.main .main-community .banner ul li div a h3 {
    color: #ff4c00/*#047099*/;
    font-size: 1.5rem;
    font-weight: 600;
}
.main .main-community .banner ul li div a p {
    font-size: 0.975rem;
    color: #000000;
    word-break: keep-all;
    line-height: 1.2;
    padding-top: 10px;
}
.main .main-community .banner ul li .faq a {
    background: url(../images/ico-faq.svg) no-repeat right bottom;
    background-size: 98px;
}
.main .main-community .banner ul li .community a {
    background: url(../images/ico-community.svg) no-repeat right bottom;
    background-size: 98px;
}

.transition-title .txt-move1, .transition-title .txt-move2 {
    opacity: 0;
    animation-name: h2-animation;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.transition-title .txt-move2 {
    animation-delay: 0.5s;
}
@keyframes h2-animation {
    0% {
        transform: translateY(150px);
        opacity: 0;
    }
    50% {
        transform: translateY(-30px);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #444444;
}
footer .footer-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .footer-wrap .inner a {
    display: inline-block;
    color: #999;
    font-size: 0.875rem;
}
footer .footer-wrap .inner .footer-link a:after {
    content: "";
    display: inline-block;
    position: relative;
    margin: auto 20px;
    width: 1px;
    height: 12px;
    background-color: #999;
}
footer .footer-wrap .inner .footer-link a:last-child:after {
    content: none;
}
footer .footer-wrap .copyright {
    font-size: 0.875rem;
    color: #999999;
    line-height: 24px;
}
footer .footer-wrap .link-related .link-affiliate {
    border: 1px solid #686868;
    background: none;
    color: #bbbbbb;
}
footer .footer-wrap .link-related .select-box {
    display: none;
}
footer .topbutton-wrap {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 10px;
    margin-left: 650px;
    z-index: 5;
}
footer .topbutton-wrap .btn-top {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #ffffff;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
footer .topbutton-wrap .btn-top svg path {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
}
footer .topbutton-wrap .btn-top:hover {
    background-color: #ff4c00/*#047099*/;
}
footer .topbutton-wrap .btn-top:hover svg path {
    fill: #fff;
}

.user-content {
    width: 1200px;
    height: initial;
    margin: auto;
}

.developer-lnb-wrap {
    width: 250px;
    transition: 0.2s;
    margin-top: 70px;
    z-index: 9;
    left: 0;
}
.developer-lnb-wrap .lnb {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 0 auto;
}

.catagory-up {
    top: -80px;
}

.content-wrap {
    padding-bottom: 100px;
}
.content-wrap h2 {
    font-size: 1.875rem;
    color: #444444;
    line-height: 42px;
    font-weight: 800;
}
.content-wrap .h2-info {
    display: none;
}

body.user .user-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}
body.user .user-content .content-wrap {
    width: calc(100% - 260px);
}
body.user .user-content .lnb-wrap {
    width: 210px;
    padding-bottom: 60px;
}
body.user .user-content .lnb-wrap .sub-title {
    position: relative;
    font-size: 1.375rem;
    font-weight: 800;
    height: 70px;
    line-height: 70px;
    color: #ff4c00/*#047099*/;
    border-bottom: 2px solid #ff4c00/*#047099*/;
}
body.user .user-content .second-depth > li {
    border-bottom: 1px solid #eee;
    padding: 0;
}
body.user .user-content .second-depth > li > a {
    display: inline-block;
    color: #000000;
    padding-right: 20px;
    font-size: 1rem;
    font-weight: 400;
    background: url("../images/ico-arrow-right.svg") no-repeat right center;
    display: block;
    padding: 10px;
    margin-right: 10px;
}
body.user .user-content .second-depth > li > a:hover {
    font-weight: 800;
    color: #ff4c00/*#047099*/ !important;
}
body.user .user-content .second-depth > li > a.on {
    font-weight: 800;
    color: #ff4c00/*#047099*/ !important;
    background: url("../images/ico-arrow-down.svg") no-repeat right center;
}
body.user .user-content .second-depth > li > ul.third-depth {
    display: none;
    padding: 5px 25px;
    background: #f7f7f7;
    border-top: 1px solid #eee;
}
body.user .user-content .second-depth > li > ul.third-depth li {
    line-height: 32px;
}
body.user .user-content .second-depth > li > ul.third-depth li a {
    display: inline-block;
    font-size: 0.75rem;
    background-image: none;
}
body.user .user-content .second-depth > li > ul.third-depth li a::before {
    content: "";
    position: relative;
    top: -4px;
    margin-right: 6px;
    display: inline-block;
    background-color: #ccc;
    width: 3px;
    height: 3px;
}
body.user .user-content .second-depth > li > ul.third-depth li a.on {
    font-weight: 800;
    color: #0386b8;
    text-decoration: underline;
}
body.user .user-content .second-depth > li .third-depth.active {
    display: block !important;
}
body.user .user-content .second-depth > li:first-child {
    margin-top: 0px;
}
body.user .user-content .second-depth li.noDepth a {
    background: none;
}
body.user .user-content .page-title {
    position: relative;
    height: 70px;
}
body.user .user-content .page-title h2 {
    float: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 70px;
    padding-left: 4px;
}
body.user .user-content .page-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #dddddd;
    height: 1px;
}
body.user .user-content .page-title .breadscrumb {
    display: inline-flex;
    align-items: center;
    float: right;
    font-size: 0.875rem;
    color: #888;
    padding-top: 24px;
}
body.user .user-content .page-title .breadscrumb .breadscrumb-item:first-child::before {
    content: "";
    position: relative;
    top: 3px;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background: url(../images/ico-home.svg) no-repeat 0 0;
}
body.user .user-content .page-title .breadscrumb .breadscrumb-item:not(:last-child)::after {
    content: ">";
    position: relative;
    margin: 0 6px;
}
body.user .user-content .text-wrap {
    word-break: keep-all;
    margin: 1rem 0;
}
body.user .user-content .list-api {
    display: none;
}
body.user .user-content .page-title + .text-wrap {
    padding-top: 48px;
}
body.user .user-content figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
}
body.user .user-content .text-wrap + figure {
    padding-top: 48px;
}
body.user .user-content .title-depth02 h3 {
    font-size: 1.375rem;
    font-weight: 800;
    color: #000;
    padding: 28px 0;
}
body.user .user-content .title-depth03 h4 {
    font-size: 1.125rem;
    font-weight: 800;
    color: #000;
    padding: 1rem 0 5px;
}
body.user .user-content .title-depth04 h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    padding: 4px 0 10px;
}
body.user .user-content .title-depth04 h5::before {
    content: "";
    position: relative;
    top: -4px;
    margin-right: 6px;
    display: inline-block;
    background-color: #444444;
    width: 4px;
    height: 4px;
}
body.user .user-content .jsgrid-grid-body .jsgrid-cell {
    padding: 6px;
    min-height: 40px;
}

body.admin {
    font-size: 14px !important;
}
body.admin .content-wrap {
    margin-top: 0;
}
body.admin .admin-title {
    padding: 100px 0 30px;
    background: #dddddd;
    text-align: center;
}
body.admin .admin-title h2 {
    display: inline;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
}
body.admin .admin-title h2:after {
    content: "";
    display: inline-block;
    background: #6483c0;
    width: 1px;
    height: 20px;
    margin: 0 15px;
}
body.admin .admin-title p {
    display: inline;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    vertical-align: middle;
}
body.admin .contents {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
body.admin .contents .lnb-wrap {
    width: 163px;
    padding-bottom: 60px;
}
body.admin .contents .lnb-wrap #lnb {
    border-top: 2px solid #777d81;
}
body.admin .contents .lnb-wrap #lnb li.active > a {
    color: #ff4c00/*#047099*/ !important;
    font-weight: 600;
}
body.admin .contents .lnb-wrap #lnb li.active > ul {
    display: block;
}
body.admin .contents .lnb-wrap .second-depth > li {
    margin-top: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0;
}
body.admin .contents .lnb-wrap .second-depth > li > a {
    padding-right: 20px;
    font-size: 16px;
    color: #000;
    background: url("../images/lnb-arrow-right.png") no-repeat 100% 50%;
    display: block;
    padding: 10px 0;
}
body.admin .contents .lnb-wrap .second-depth > li a.on, body.admin .contents .lnb-wrap .second-depth > li a:hover {
    color: #ff4c00/*#047099*/ !important;
    background: url("../images/lnb-arrow-right-on.png") no-repeat 100% 50%;
    font-weight: 600;
}
body.admin .contents .lnb-wrap .second-depth > li > ul {
    display: none;
    padding: 15px;
    background: #e2e6e9;
}
body.admin .contents .lnb-wrap .second-depth > li > ul li {
    line-height: 24px;
}
body.admin .contents .lnb-wrap .second-depth > li > ul li a {
    color: #000;
    font-size: 14px;
}
body.admin .contents .lnb-wrap .second-depth > li .third-depth.active {
    display: block !important;
}
body.admin .contents .lnb-wrap .second-depth > li:first-child {
    margin-top: 0px;
}
body.admin .contents .lnb-wrap .second-depth > li.on a, body.admin .contents .lnb-wrap .second-depth > li.active a {
    background: url("../images/lnb-arrow-down.png") no-repeat 100% 50%;
}
body.admin .contents .lnb-wrap .second-depth > li:hover {
    border-bottom: 1px solid #ff4c00/*#047099*/;
}
body.admin .contents .lnb-wrap .second-depth li.noDepth a {
    background: none;
}
body.admin .contents .table-wrap .table-search {
    justify-content: flex-end;
}
body.admin .contents .content-wrap {
    width: 976px;
}
body.admin .contents .table-wrap .table-type-v > tbody > tr > td {
    border-top: 0;
}

.my-content {
    margin-top: 0;
}
.my-content .my-title {
    padding: 110px 0 30px;
    background: #b3d4e0;
    text-align: center;
}
.my-content .my-title h2 {
    display: inline;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
}
.my-content .my-title h2:after {
    content: "";
    display: inline-block;
    background: #b3d4e0;
    width: 1px;
    height: 20px;
    margin: 0 15px;
}
.my-content .my-title p {
    display: inline;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    vertical-align: middle;
}
.my-content .content-wrap {
    width: 1180px;
    padding-top: 40px;
    margin: 0 auto;
}
.my-content .content-wrap .tab-content {
    padding-top: 40px;
}
.my-content .newpass {
    padding-left: 10px;
}
.my-content input {
    width: inherit;
}

.register-content {
    padding-top: 160px;
}

.howto-wrap .text-wrap .join-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    counter-reset: section;
}
.howto-wrap .text-wrap .join-list li {
    position: relative;
    width: 10rem;
    text-align: center;
    padding: 10px 0;
}
.howto-wrap .text-wrap .join-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40%;
    transform: translateY(0%);
    right: -38px;
    display: inline-flex;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #0386b8 2px, #ffffff 0);
    background-size: 4px 2px;
    background-position: 0 100%;
}
.howto-wrap .text-wrap .join-list li .item {
    position: relative;
    z-index: 5;
}
.howto-wrap .text-wrap .join-list li .item > div {
    background-color: #f7f7f7;
    width: 100%;
    height: 10rem;
    padding: 2.125rem;
    border-radius: 10px;
}
.howto-wrap .text-wrap .join-list li .item > div img {
    width: 100%;
    height: 100%;
}
.howto-wrap .text-wrap .join-list li .item.arrow {
    position: relative;
}
.howto-wrap .text-wrap .join-list li .item.arrow::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-color: transparent transparent transparent #ff4c00/*#047099*/;
    border-style: solid;
    border-width: 8px;
    top: 160px;
    transform: translateY(-89px);
    right: -43px;
    width: 0;
    height: 0;
}
.howto-wrap .text-wrap .join-list li .num {
    position: relative;
}
.howto-wrap .text-wrap .join-list li .num::after {
    position: absolute;
    top: 0;
    left: 50%;
    line-height: 2rem;
    transform: translate(-50%);
    counter-increment: section;
    content: counter(section);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.howto-wrap .text-wrap .join-list li .num::before {
    content: "";
    margin: 10px auto;
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #0386b8;
}
.howto-wrap .text-wrap .join-list li p {
    font-weight: 600;
    height: 70px;
    margin-top: 10px;
}

/*api가이드*/
.apiguide-wrap .apiguide-list {
    /*선택된 api타이틀 */
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-header {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: table;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    margin-top: -1px;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-header .apiName {
    display: table-cell;
    width: auto;
    text-align: left;
    padding-left: 20px;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-header .apiCode {
    display: table-cell;
    width: 18%;
    font-size: 0.875rem;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-header .apiTest {
    display: table-cell;
    width: 12%;
    font-size: 0.875rem;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-header > span:last-child {
    display: table-cell;
    width: 8%;
    text-align: center;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-header .btn-plus {
    width: 24px;
    height: 24px;
    margin-left: 0;
    background-image: url("../images/ico-plus.svg");
    border-color: #ddd !important;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-body {
    padding: 20px 20px 50px;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-body > .table-wrap + .title-depth03,
.apiguide-wrap .apiguide-list .cardApi .cardApi-body > .code-wrap + .title-depth03 {
    margin-top: 16px;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-body > .table-wrap + .title-depth04,
.apiguide-wrap .apiguide-list .cardApi .cardApi-body > .code-wrap + .title-depth04 {
    margin-top: 18px;
}
.apiguide-wrap .apiguide-list .cardApi .cardApi-body .sample-wrap {
    margin-top: 36px;
}
.apiguide-wrap .apiguide-list .cardApi.open > .cardApi-header {
    background-color: #ebf4f7;
}
.apiguide-wrap .apiguide-list .cardApi.open > .cardApi-header > .apiName {
    font-size: 18px;
    font-weight: 800;
    color: #ff4c00/*#047099*/;
}
.apiguide-wrap .apiguide-list .cardApi.open > .cardApi-header .btn-min {
    width: 24px;
    height: 24px;
    background: url("../images/ico-minus.svg") no-repeat 50%;
    border: 1px solid #ff4c00/*#047099*/;
    background-color: #fff !important;
}
.apiguide-wrap .apiguide-list div:first-child .cardApi-header {
    border-top: 0;
}
.apiguide-wrap .apiguide-list .cardApi + .cardApi {
    border-top: 0;
}

.code-wrap {
    background-color: #888888;
    padding: 20px 14px;
}
.code-wrap pre {
    display: block;
    white-space: pre;
    color: #fff;
    margin-bottom: 0;
    font-size: 0.8125rem;
}
.code-wrap pre em {
    color: #ffd43d;
    font-style: normal;
    font-size: inherit;
}

/* community */
.forum-list-wrap .table-search [type=text], .notice-list-wrap .table-search [type=text] {
    width: 350px;
}
.forum-list-wrap .list-wrap, .notice-list-wrap .list-wrap {
    border-top: 2px solid #777d81;
}
.forum-list-wrap .list-wrap li, .notice-list-wrap .list-wrap li {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #e2e6e9;
    background-color: #ffffff;
}
.forum-list-wrap .list-wrap li .text-wrap, .notice-list-wrap .list-wrap li .text-wrap {
    width: 80%;
}
.forum-list-wrap .list-wrap li .text-wrap .list-number, .notice-list-wrap .list-wrap li .text-wrap .list-number {
    width: 50px;
    height: 20px;
    background: #777d81;
    color: #ffffff;
    font-size: 12px;
    border-radius: 25px;
    text-align: center;
}
.forum-list-wrap .list-wrap li .text-wrap .forum-title, .forum-list-wrap .list-wrap li .text-wrap .notice-title, .notice-list-wrap .list-wrap li .text-wrap .forum-title, .notice-list-wrap .list-wrap li .text-wrap .notice-title {
    font-size: 25px;
    line-height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.forum-list-wrap .list-wrap li .text-wrap .content-info, .notice-list-wrap .list-wrap li .text-wrap .content-info {
    display: flex;
}
.forum-list-wrap .list-wrap li .text-wrap .content-info p, .notice-list-wrap .list-wrap li .text-wrap .content-info p {
    margin-right: 50px;
    color: #abafb2;
}
.forum-list-wrap .list-wrap li .text-wrap .content-info p:last-child, .notice-list-wrap .list-wrap li .text-wrap .content-info p:last-child {
    margin-right: 0;
}
.forum-list-wrap .list-wrap li .info-wrap, .notice-list-wrap .list-wrap li .info-wrap {
    display: flex;
    justify-content: flex-end;
}
.forum-list-wrap .list-wrap li .info-wrap dl, .notice-list-wrap .list-wrap li .info-wrap dl {
    margin-left: 40px;
}
.forum-list-wrap .list-wrap li .info-wrap dl dt, .notice-list-wrap .list-wrap li .info-wrap dl dt {
    text-align: right;
    color: #abafb2;
}
.forum-list-wrap .list-wrap li .info-wrap dl dd, .notice-list-wrap .list-wrap li .info-wrap dl dd {
    text-align: right;
    font-size: 35px;
}
.forum-list-wrap .list-wrap li .info-wrap dl:first-child, .notice-list-wrap .list-wrap li .info-wrap dl:first-child {
    margin-left: 0;
}

.forum-view-wrap .reply-wrap, .notice-view-wrap .reply-wrap {
    margin-top: 20px;
    border-top: 2px solid #777d81;
    border-bottom: 1px solid #e2e6e9;
    background: #ffffff !important;
}
.forum-view-wrap .reply-wrap .number-wrap, .notice-view-wrap .reply-wrap .number-wrap {
    padding: 20px 30px;
    font-size: 17px;
}
.forum-view-wrap .reply-wrap > .comment-wrap, .notice-view-wrap .reply-wrap > .comment-wrap {
    padding: 20px 30px;
    border-top: 1px solid #cbd0d4;
}
.forum-view-wrap .reply-wrap > .comment-wrap .info, .notice-view-wrap .reply-wrap > .comment-wrap .info {
    display: flex;
    align-items: center;
}
.forum-view-wrap .reply-wrap > .comment-wrap .info p, .notice-view-wrap .reply-wrap > .comment-wrap .info p {
    margin-right: 10px;
}
.forum-view-wrap .reply-wrap > .comment-wrap .info .id, .notice-view-wrap .reply-wrap > .comment-wrap .info .id {
    color: #ff4c00/*#047099*/;
}
.forum-view-wrap .reply-wrap > .comment-wrap .info .date, .notice-view-wrap .reply-wrap > .comment-wrap .info .date {
    color: #abafb2;
}
.forum-view-wrap .reply-wrap > .comment-wrap .info .btn-reply-delet, .notice-view-wrap .reply-wrap > .comment-wrap .info .btn-reply-delet {
    width: 19px;
    height: 19px;
    border-radius: 3px;
    background-image: url("../images/blt-delet.png");
    background-color: #777d81;
    background-repeat: no-repeat;
    background-position: center;
}
.forum-view-wrap .reply-wrap > .comment-wrap .comment, .notice-view-wrap .reply-wrap > .comment-wrap .comment {
    margin-top: 10px;
}
.forum-view-wrap .reply-wrap > .comment-wrap > .comment-wrap, .notice-view-wrap .reply-wrap > .comment-wrap > .comment-wrap {
    margin-top: 20px;
    padding-left: 40px;
    background: url("../images/blt-reply.gif") no-repeat 15px 2px;
}
.forum-view-wrap .reply-wrap .write-wrap, .notice-view-wrap .reply-wrap .write-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
}
.forum-view-wrap .reply-wrap .write-wrap textarea, .notice-view-wrap .reply-wrap .write-wrap textarea {
    width: 90%;
    height: 80px;
}
.forum-view-wrap .comment-write-wrap, .notice-view-wrap .comment-write-wrap {
    padding: 10px 20px;
    margin-top: 10px;
    border-top: 2px solid #777d81;
    border-bottom: 1px solid #e2e6e9;
    background: #ffffff !important;
    padding: 20px 30px;
}
.forum-view-wrap .comment-write-wrap .comment-info, .notice-view-wrap .comment-write-wrap .comment-info {
    font-size: 17px;
}
.forum-view-wrap .comment-write-wrap .form-group, .notice-view-wrap .comment-write-wrap .form-group {
    margin-top: 10px;
}
.forum-view-wrap .comment-write-wrap .btn-write-wrap, .notice-view-wrap .comment-write-wrap .btn-write-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.forum-view-wrap .btn-wrap, .notice-view-wrap .btn-wrap {
    display: flex;
    justify-content: space-between;
}
.forum-view-wrap .btn-reply-write, .notice-view-wrap .btn-reply-write {
    width: 100px;
}

.faq-wrap {
    margin-top: 20px;
}
.faq-wrap .list-wrap {
    border-top: 2px solid #777d81;
}
.faq-wrap .list-wrap li {
    padding: 30px;
    border-bottom: 1px solid #e2e6e9;
    background-color: #ffffff;
}
.faq-wrap .list-wrap li .faq-question {
    display: inherit;
    padding-right: 70px;
    font-size: 25px;
    line-height: 35px;
    background: url("../images/faq-arrow-down.gif") no-repeat 99% 50%;
}
.faq-wrap .list-wrap li .faq-question i {
    display: block;
    height: 20px;
    width: 50px;
    background: #777d81;
    color: #ffffff;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
}
.faq-wrap .list-wrap li .faq-answer {
    padding: 20px;
    margin-top: 20px;
    background: #edf1f2;
}

/* community */
.modal-body .table-wrap .note-editable {
    width: 100%;
    /*max-width: 930px;*/
}

/* testbed */
.console-wrap .search-console {
    padding: 25px;
    background: #EEEEEE;
    border-radius: 5px;
    text-align: center;
}
.console-wrap .search-console > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.console-wrap .search-console > div select {
    width: 200px;
    margin-right: 5px;
}
.console-wrap .search-console > div select:last-child {
    margin-right: 0;
}
.console-wrap .search-console > p {
    margin-top: 1.5em;
    font-size: 0.875em;
    line-height: 1.8;
    color: #888;
}
.console-wrap .search-console > p em {
    font-style: normal;
}
.console-wrap .swagger-section {
    margin-top: 1px;
}
.console-wrap .swagger-section .container {
    max-width: 1200px;
    padding: 0;
}
.console-wrap .swagger-section .swagger-ui-wrap {
    min-width: inherit !important;
    max-width: inherit !important;
    font-family: inherit !important;
}
.console-wrap .swagger-section .swagger-ui-wrap h3 {
    font-size: 1em;
}
.console-wrap .swagger-section .swagger-ui-wrap strong {
    font-weight: inherit !important;
}
.console-wrap .swagger-section .swagger-ui-wrap .info {
    padding-top: 1.25em;
    /*padding-bottom: 1rem;*/
    text-align: center;
}
.console-wrap .swagger-section .swagger-ui-wrap .info .info_title {
    font-size: 1.5em;
    font-weight: 800;
}
.console-wrap .swagger-section .swagger-ui-wrap .info .info_description > p {
    color: #888;
}
.console-wrap .swagger-section .swagger-ui-wrap .endpoints .endpoint {
    border-top: 1px solid #eee;
    margin-bottom: 0 !important;
}
.console-wrap .swagger-section .swagger-ui-wrap .endpoints .endpoint:last-child {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px !important;
}
.console-wrap .swagger-section .swagger-ui-wrap .endpoints .required {
    font-weight: inherit !important;
}
.console-wrap .swagger-section .swagger-ui-wrap .endpoints pre {
    background-color: #888888;
    color: #f7f7f7;
    font-size: 0.875em;
    overflow: auto;
}
.console-wrap .swagger-section .swagger-ui-wrap .endpoints pre code {
    color: inherit;
    font-size: inherit;
    line-height: 1.2;
    overflow: auto;
}
.console-wrap .swagger-section .swagger-ui-wrap table {
    border-top: 1px solid #eee;
}
.console-wrap .swagger-section .swagger-ui-wrap table thead tr th {
    position: relative;
    font-size: 0.875em;
    text-align: center;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 8px 4px;
}
.console-wrap .swagger-section .swagger-ui-wrap table thead tr th:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    top: 5px;
    bottom: 5px;
    background-color: #e5e5e5;
}
.console-wrap .swagger-section .swagger-ui-wrap table tbody tr th {
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 0.875em;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.console-wrap .swagger-section .swagger-ui-wrap table tbody tr td {
    font-size: 0.875em;
    background: #ffffff;
    border-bottom: 1px solid #eee !important;
}
.console-wrap .swagger-section .swagger-ui-wrap table tbody tr td input {
    width: 100%;
}
.console-wrap .swagger-section .swagger-ui-wrap table tbody tr td.code {
    font-family: inherit;
}
.console-wrap .swagger-section .swagger-ui-wrap table td {
    border-left: 1px solid #eee;
}
.console-wrap .swagger-section .swagger-ui-wrap table th:first-child, .console-wrap .swagger-section .swagger-ui-wrap table td:first-child {
    border-left: none;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources {
    font-family: inherit !important;
    font-size: 1em;
    border-bottom: 1px solid #ddd;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #444;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
    font-size: 0.8125em;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li .markdown {
    display: block;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    width: 1.5em;
    height: 1.5em;
    margin-left: 0;
    background: #fff url("../images/ico-plus.svg") no-repeat center;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
    display: inline-block;
    width: 2em;
    height: 2em;
    opacity: 0.5;
    padding-top: 4px;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
    opacity: 1;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li .toggleEndpointList {
    background: url(../images/ico-expand.svg) no-repeat center;
    text-indent: -9999px;
    background-size: inherit;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li .collapseResource {
    background: url(../images/ico-menu.svg) no-repeat center;
    text-indent: -9999px;
    background-size: 120%;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li .expandResource {
    background: url(../images/ico-menuall.svg) no-repeat center;
    text-indent: -9999px;
    background-size: inherit;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
    flex: auto;
    font-weight: 800;
    font-size: 18px;
    font-family: inherit;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    display: flex;
    height: 100%;
    font-size: 1em;
    color: #000;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations {
    margin-top: 10px;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
    display: flex;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 .path {
    flex-basis: auto;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 .http_method {
    flex-basis: auto;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 .http_method a {
    width: 90px !important;
    font-size: 1em !important;
    font-weight: 800 !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    border: 1px solid #0386b8 !important;
    background-color: #fff !important;
    color: #ff4c00/*#047099*/ !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
    display: inline-flex;
    flex-basis: auto;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span a {
    display: block;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 .options {
    width: 40px;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.content {
    padding: inherit !important;
    padding-bottom: 40px !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.content .snippet_source_lang > div {
    background-color: #f7f7f7;
    padding: 1em;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.content .snippet_source_lang > div label {
    margin-right: 1.25em;
    font-weight: 600;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
    margin-top: 10px;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
    float: inherit !important;
    width: 150px;
    height: 40px !important;
    padding: 0 30px !important;
    margin: 0 auto;
    border: inherit !important;
    border-radius: 5px;
    background-color: #ff4c00/*#047099*/;
    font-size: 1em;
    color: #fff !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
    height: 30px !important;
    line-height: 1.875em !important;
    color: #ff4c00/*#047099*/ !important;
    padding: 0 !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.875em;
    height: 1.875em;
    transform: rotate(-90deg);
    background-size: contain;
    background: url(../images/ico-arrow-right.svg) no-repeat center;
}
.console-wrap .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
    padding: 0 10px 0 0 !important;
    margin: 0 10px 10px 0 !important;
    line-height: 15px;
}
.console-wrap .swagger-section .swagger-ui-wrap .footer {
    margin-top: inherit;
    padding: 10px 0 10px;
    text-align: center;
}
.console-wrap .swagger-section .swagger-ui-wrap .footer h4 {
    font-size: 0.875em;
}
.console-wrap .swagger-section .swagger-ui-wrap .footer h4 span {
    font-size: inherit;
}
.console-wrap .swagger-section .hljs {
    padding: 0;
    background-color: #888;
}
.console-wrap .swagger-section .swagger-ui-wrap pre, .console-wrap .swagger-section .swagger-ui-wrap .content pre {
    margin: 0;
    border: 0;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
    margin: auto;
    height: 100%;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
    margin-bottom: 0 !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
    background-color: #ebf4f7 !important;
    border: 0 !important;
    padding: 12px !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading.on,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading.on,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading.on,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading.on {
    background-color: #407e92 !important;
    border: 0 !important;
    padding: 12px !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
    background-color: inherit !important;
    border: none !important;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content .response-class label,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content .model-signature ul.signature-nav,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content .response-class label,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content .model-signature ul.signature-nav,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content .response-class label,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content .model-signature ul.signature-nav,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content .response-class label,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content .model-signature ul.signature-nav {
    font-size: 1em;
    font-weight: 800 !important;
    margin-right: 10px;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
    margin-bottom: 5px;
    color: #444;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4::before,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4::before,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4::before,
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4::before {
    content: "";
    position: relative;
    top: -4px;
    margin-right: 6px;
    display: inline-block;
    background-color: #ccc;
    width: 3px;
    height: 3px;
}
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
    margin: 0;
}

/* admin */
.fragment-title {
    font-size: 17px;
    font-weight: 600;
}

.fragment-title + div {
    margin-top: 10px;
}

#infoForm section {
    margin-top: 20px;
}
#infoForm section h3 {
    line-height: 50px;
}
#infoForm section:first-child {
    margin-top: 0px;
}

.approval-list ul {
    padding: 10px 20px !important;
}

.connectedSortable {
    width: 100% !important;
    min-height: 60px !important;
    background: #f5fafc;
}

.ui-state-default {
    width: 310px !important;
    border-bottom: 1px solid #e2e6e9;
    padding: 10px 0 !important;
}
.ui-state-default > div {
    width: 100%;
    cursor: move;
}
.ui-state-default button {
    margin-left: 5px;
}

.ui-state-default:last-child {
    border-bottom: none;
}

#mainForm2 li input[type=checkbox] {
    margin-right: 5px;
}

#fragmentParameters {
    margin-top: 10px;
}
#fragmentParameters > div label:first-child {
    margin-right: 10px;
}
#fragmentParameters > div label:nth-child(2n) {
    margin: 0 10px 0 5px;
}
#fragmentParameters > div input[type=text] {
    width: 100px;
}

#apiListContainer {
    padding: 10px;
    margin-top: 10px;
    min-height: 50px;
    border: 1px solid #eeeeee;
    background: #f5fafc;
}
#apiListContainer li {
    padding: 10px 5px !important;
    border-top: 1px solid #ced4da;
}
#apiListContainer li .deleteBtn {
    display: inline-block;
    margin-top: -2px;
    width: 24px;
    height: 24px;
    background: #67738c url("../images/blt-delet.png") no-repeat center !important;
}
#apiListContainer li div:nth-child(2) {
    margin-top: 5px;
    padding-left: 30px;
}
#apiListContainer li div:nth-child(2) select, #apiListContainer li div:nth-child(2) button {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #6c757d;
    transition: 1s;
    cursor: pointer;
}
#apiListContainer li div:nth-child(2) select:hover, #apiListContainer li div:nth-child(2) button:hover {
    border: 1px solid #333333 !important;
    color: #333333 !important;
}
#apiListContainer li:first-child {
    padding: 0 5px 10px !important;
    border-top: none;
    margin-top: 0 !important;
}
#apiListContainer li:last-child {
    padding: 10px 5px 0 !important;
}

.admin-app-step2 {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #777d81;
    border-bottom: 1px solid #dbdbdb;
}
.admin-app-step2 > div:first-child {
    width: 40%;
    padding: 20px 20px 20px 0;
    border-right: 2px solid #dbdbdb;
}
.admin-app-step2 > div:last-child {
    width: 57%;
    padding: 20px 0 20px;
}
.admin-app-step2 .tab-content {
    padding-top: 10px;
}
.admin-app-step2 .tab-content div[role=tabpanel] > div {
    margin-top: 10px;
}
.admin-app-step2 .tab-content div[role=tabpanel] > div:first-child {
    margin-top: 0;
}
.admin-app-step2 .jsgrid-grid-header {
    display: none;
}
.admin-app-step2 .jsgrid-grid-body {
    border-top: 2px solid #333333 !important;
}

/* table */
.form-control {
    font-size: 14px !important;
}

.table-wrap .list-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px !important;
    text-align: right;
}
.table-wrap .list-info .list-count {
    line-height: 32px;
}
.table-wrap .table-search {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.table-wrap .table-search .input-daterange {
    width: 210px;
}
.table-wrap .table-search select.form-control {
    width: inherit !important;
}
.table-wrap .table-search > * {
    margin-right: 5px;
}
.table-wrap .table-search > *:last-child {
    margin-right: 0;
}
.table-wrap .table-search .btn {
    font-size: 14px !important;
}
.table-wrap .table-search .btn-search {
    position: absolute;
    top: 0;
    right: 5px;
    width: 38px;
    height: 36px;
    background: url("../images/ico-search.svg") no-repeat 50% 50%;
}
.table-wrap .table-search .btn-search-w {
    background: #ff4c00/*#047099*/ url("../images/ico-search.svg") no-repeat 50%;
    background-size: 22px;
    text-indent: -9999px;
    width: 38px;
}
.table-wrap .table-search .btn-search-w:hover {
    background-color: #0386b8;
}
.table-wrap .table-search #searchMonth .form-control {
    width: 100px;
}
.table-wrap .table-search #searchMonth .input-group-addon {
    border-radius: 0 3px 3px 0;
    width: 30px;
    border: 1px solid #eee;
    margin-left: -1px;
}
.table-wrap .table-search #searchMonth .input-group-addon .glyphicon.glyphicon-th {
    top: 5px;
    right: 5px;
}
.table-wrap .btn-write {
    padding: 0 20px 0 50px;
    margin-top: -20px;
    background-color: #ff4c00/*#047099*/;
    background-image: url("../images/icon-plus.png");
    background-repeat: no-repeat;
    background-position: 30px 50%;
    color: #ffffff;
}
.table-wrap .btn-write:hover, .table-wrap .btn-write:focus, .table-wrap .btn-write:active {
    background-color: #171e2b;
    color: #ffffff;
}
.table-wrap table {
    width: 100%;
    font-weight: 400;
}
.table-wrap table th {
    background: #f7f7f7;
    padding: 4px 10px;
    border-bottom: 1px solid #eee;
    border-top-color: #eee;
}
.table-wrap table th label {
    margin-bottom: 0 !important;
}
.table-wrap table td {
    padding: 6px 10px;
    border-bottom: 1px solid #d2d6e0;
    border-top: 1px solid #d2d6e0;
    background: #ffffff;
}
.table-wrap table td a {
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.table-wrap table td > table th, .table-wrap table td > table td {
    padding: 5px;
}
.table-wrap table td.btncell {
    display: flex;
    justify-content: center;
}
.table-wrap table [type=button] {
    /*min-width: 50px !important;
    padding: 7px !important;
    font-size: 13px !important;
    line-height: 13px !important;*/
    letter-spacing: -1px;
    margin: 2px;
}
.table-wrap table .files > * {
    margin-bottom: 5px !important;
}
.table-wrap table .files > *:last-child {
    margin-bottom: 0 !important;
}
.table-wrap .table-type-h {
    border-top: 1px solid #eee;
}
.table-wrap .table-type-h > thead > tr > th {
    position: relative;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.table-wrap .table-type-h > thead > tr > th:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    top: 5px;
    bottom: 5px;
    background-color: #e5e5e5;
}
.table-wrap .table-type-h > tbody > tr > th {
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eeeeee;
}
.table-wrap .table-type-h > tbody > tr > td {
    background: #ffffff;
    font-size: 0.875rem;
    padding: 4px 5px;
    color: #000;
}
.table-wrap .table-type-h > tbody > tr > td input {
    width: 100%;
}
.table-wrap .table-type-h > tbody > tr > td:first-child {
    border-left: 0;
}
.table-wrap .table-type-h > tbody > tr > td:last-child {
    border-right: 0;
}
.table-wrap .table-type-h td {
    border-left: 1px solid #eee;
}
.table-wrap .table-type-h th:first-child, .table-wrap .table-type-h td:first-child {
    border-left: none;
}
.table-wrap .table-type-v {
    border-top: 1px solid #706f72;
}
.table-wrap .table-type-v thead tr th {
    position: relative;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.table-wrap .table-type-v thead tr th:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    top: 5px;
    bottom: 5px;
    background-color: #e5e5e5;
}
.table-wrap .table-type-v > tbody > tr > th {
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    border-bottom: 1px solid #eeeeee;
}
.table-wrap .table-type-v > tbody > tr > td {
    padding: 4px 5px;
    border: 1px solid #eeeeee;
    font-size: 0.875rem;
    color: #000;
}
.table-wrap .table-type-v > tbody > tr > td li {
    padding-left: 10px;
    background: url("../images/blt-dot.gif") no-repeat 0 50%;
}
.table-wrap .table-type-v > tbody > tr > td:first-child {
    border-left: 0;
}
.table-wrap .table-type-v > tbody > tr > td:last-child {
    border-right: 0;
}
.table-wrap .table-type-v > tbody > tr:last-child > th {
    border-bottom: 1px solid #eeeeee;
}
.table-wrap .table-type-v > tbody > tr:last-child > td {
    border-bottom: 1px solid #eeeeee;
}
.table-wrap .table-apiguide th {
    font-size: 0.8125rem !important;
}
.table-wrap .table-apiguide td {
    font-size: 0.8125rem !important;
}
.table-wrap .table-type-view tbody tr th {
    font-weight: 400;
    border-bottom: 1px solid #eeeeee;
}
.table-wrap .table-type-view tbody tr td {
    padding: 2px 10px;
}
.table-wrap .table-type-view tbody tr td span {
    display: inline-block;
    font-size: 15px;
    color: #888;
}
.table-wrap .table-type-view tbody tr td span + span {
    margin-left: 10px;
}
.table-wrap .table-type-view tbody tr td[name=title] {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: 0;
}
.table-wrap .table-type-view tbody tr td > div[name=content] {
    padding: 20px 10px;
    max-height: 400px;
    min-height: 200px;
    overflow: auto;
}
.table-wrap .jsgrid-pager {
    margin-top: 20px;
    text-align: center;
    font-size: 17px !important;
}
.table-wrap .jsgrid-pager .jsgrid-pager-page {
    border: none;
    background-color: inherit !important;
}
.table-wrap .jsgrid-pager .jsgrid-pager-current-page {
    background-color: inherit !important;
    color: #ff4c00/*#047099*/ !important;
    text-decoration: underline;
}
.table-wrap:first-child {
    margin-top: 20px;
}

.btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.btn-wrap button {
    min-width: 140px;
    min-height: 42px;
    padding: 0 20px;
    margin: 5px;
}
.btn-wrap button:last-child {
    margin-right: 0px;
}

.cell-list li {
    display: flex;
    justify-content: space-between;
}

.column-3, .column-2 {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
.column-3 > div > div, .column-2 > div > div {
    margin-bottom: 20px;
}
.column-3 > div > div:last-child, .column-2 > div > div:last-child {
    margin-bottom: 0px;
}

.column-3 > div {
    width: calc(95%/3);
}

.column-2 > div {
    width: calc(97%/2);
}

.column-1 > div {
    width: 100%;
}

.app-line span:after {
    content: "→";
    padding: 0 5px;
}
.app-line span:last-child:after {
    content: "✓";
}

.list-wrap [type=button] {
    height: 30px;
    margin-top: 5px;
}
.list-wrap [type=button]:first-child {
    margin-top: 0px;
}

.nominee-wrap [type=button] {
    height: 30px;
    margin-top: 5px;
    border: 1px solid #444;
}
.nominee-wrap [type=button]:first-child {
    margin-top: 0px;
}

.order-wrap {
    margin-top: -5px;
}
.order-wrap .on {
    background-color: #2c353a;
    color: #ffffff;
    border: none;
}
.order-wrap span {
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0 20px;
    line-height: 26px;
    border: 1px solid #cbcfd3;
    border-radius: 15px;
    margin-right: 30px;
    font-size: 14px;
}
.order-wrap span:last-child {
    margin-right: 0px;
}
.order-wrap span:after {
    content: "→";
    position: absolute;
    top: 0;
    right: -25px;
    color: #2c353a;
    font-weight: 500 !important;
}
.order-wrap span:last-child:after {
    display: none;
}

.custom-file-label::after {
    content: "파일찾기.." !important;
}

.login-wrap, .certified-wrap {
    width: 400px;
    padding: 40px 30px 60px;
    margin: 30px auto;
    background-color: #eaeeef;
    border-radius: 5px;
    text-align: center;
}
.login-wrap::before, .certified-wrap::before {
    content: "OPEN API";
    display: block;
    padding: 2rem 0 3rem;
    font-weight: 800;
    font-size: 1.5rem;
}
.login-wrap h2, .certified-wrap h2 {
    text-align: center;
    font-size: 24px;
}
.login-wrap input, .certified-wrap input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #cbcfd3;
}
.login-wrap input[type=password], .certified-wrap input[type=password] {
    margin-top: 5px;
}
.login-wrap button[type=button], .certified-wrap button[type=button] {
    width: 120px;
    height: 40px;
    margin-right: 5px;
    border-radius: 3px !important;
    font-size: 14px;
}
.login-wrap .text-danger, .certified-wrap .text-danger {
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #ffffff;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.login-wrap .alert, .login-wrap .form-group, .certified-wrap .alert, .certified-wrap .form-group {
    margin-bottom: 0px !important;
}
.login-wrap .btn-login, .certified-wrap .btn-login {
    width: 100% !important;
    height: 70px !important;
    margin-top: 10px;
    font-size: 20px !important;
    font-weight: 600;
}
.login-wrap .link, .certified-wrap .link {
    font-size: 15px;
    color: #777d81;
    margin-top: 20px;
}
.login-wrap .link .join, .certified-wrap .link .join {
    color: #ff4c00/*#047099*/ !important;
}

.find-id-wrap, .reset-pw-wrap, .register-wrap {
    text-align: center;
}
.find-id-wrap .title, .reset-pw-wrap .title, .register-wrap .title {
    font-size: 35px;
}
.find-id-wrap .comment, .reset-pw-wrap .comment, .register-wrap .comment {
    margin-top: 10px;
    color: #67738c;
}
.find-id-wrap .input-wrap, .reset-pw-wrap .input-wrap, .register-wrap .input-wrap {
    width: 400px;
    padding: 30px;
    margin: 20px auto;
    background-color: #eaeeef;
    border-radius: 5px;
    text-align: left;
}
.find-id-wrap .form-inline input, .reset-pw-wrap .form-inline input, .register-wrap .form-inline input {
    margin: 0 2px;
}
.find-id-wrap .form-inline input:first-child, .reset-pw-wrap .form-inline input:first-child, .register-wrap .form-inline input:first-child {
    margin-left: 0px;
}
.find-id-wrap .form-inline input:last-child, .reset-pw-wrap .form-inline input:last-child, .register-wrap .form-inline input:last-child {
    margin-right: 0px;
}
.find-id-wrap label, .reset-pw-wrap label, .register-wrap label {
    margin-top: 10px;
    margin-bottom: 5px;
}
.find-id-wrap .btn-find-id, .reset-pw-wrap .btn-find-id, .register-wrap .btn-find-id {
    width: 100% !important;
    height: 70px !important;
    font-size: 20px !important;
    font-weight: 600;
}
.find-id-wrap .btn-goto-login, .reset-pw-wrap .btn-goto-login, .register-wrap .btn-goto-login {
    font-size: 20px;
    padding: 10px 30px;
    margin-top: 10px;
}
.find-id-wrap button, .reset-pw-wrap button, .register-wrap button {
    margin: 0;
}

.register-wrap {
    width: 1180px;
    margin: 0 auto;
}
.register-wrap .step1 > a {
    display: inline-block;
    position: relative;
    width: 360px;
    height: 390px;
    margin: 20px 5px;
    background-color: #e2e6e9;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.register-wrap .step1 > a h3 {
    position: absolute;
    top: 60px;
    width: 100%;
    font-size: 26px;
}
.register-wrap .step1 > a p {
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #67738c;
}
.register-wrap .step1 .select-individual {
    background-image: url("../images/icon-individual.gif");
}
.register-wrap .step1 .select-agency {
    background-image: url("../images/icon-agency.gif");
}
.register-wrap .tab-content {
    padding: 30px;
    background: #ffffff;
    text-align: left;
}
.register-wrap .tab-content h3 {
    font-size: 17px;
}
.register-wrap .tab-content .title-wrap:first-child {
    margin-top: 40px;
}
.register-wrap .tab-content .title-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.register-wrap .tab-content .title-wrap label {
    margin: inherit !important;
    color: #171e2b !important;
}
.register-wrap .tab-content .title-wrap label::before {
    border-color: #171e2b !important;
}
.register-wrap .tab-content .title-wrap button {
    margin: -5px 0 0 10px;
}
.register-wrap .tab-content #personalForm {
    margin-top: 40px;
}
.register-wrap .tab-content .box-wrap {
    padding: 30px 20px;
    margin-top: 20px;
    background: #e2e6e9;
}
.register-wrap .tab-content .box-wrap ul > li {
    margin-top: 20px;
}
.register-wrap .tab-content .box-wrap ul > li > ul > li {
    margin-top: 0px;
    color: #777d81 !important;
    padding-left: 15px;
    background: url("../images/blt-dot.gif") no-repeat 5px 9px;
}
.register-wrap .tab-content .box-wrap ul > li:first-child {
    margin-top: 0px;
}
.register-wrap .agree-wrap {
    height: 200px !important;
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #dee2e6;
    overflow-y: scroll;
}

/* system role */
.system-role-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.system-role-wrap > div {
    padding: 20px;
    border-top: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.system-role-wrap > div:first-child {
    width: 35%;
    border-left: none;
    padding-left: 0;
}
.system-role-wrap > div:last-child {
    width: 65%;
    padding-right: 0;
}
.system-role-wrap .btn-wrap button {
    margin-top: 10px;
}
.system-role-wrap td.jsgrid-cell {
    padding: 10px;
}
.system-role-wrap tr.keep-highlight td.jsgrid-cell {
    background-color: #ff4c00/*#047099*/;
}
.system-role-wrap tr.keep-highlight td.jsgrid-cell div, .system-role-wrap tr.keep-highlight td.jsgrid-cell button {
    color: #ffffff;
}
.system-role-wrap tr.keep-highlight td.jsgrid-cell div[style="cursor: pointer;"] {
    border-bottom: 1px solid #ffffff !important;
}
.system-role-wrap td.jsgrid-cell button:first-child {
    margin-right: 10px;
}
.system-role-wrap #apiAuthTableBody tr:first-child > td:first-child {
    border-top: 2px solid #777d81;
}
.system-role-wrap #apiAuthTableBody tr > td:first-child {
    text-align: left;
    padding: 10px 20px;
    background: #e2e6e9;
    border-bottom: 1px solid #777d81;
}
.system-role-wrap #apiAuthTableBody tr > td:last-child {
    padding: 10px 20px;
    background: #ffffff;
}
.system-role-wrap #apiAuthTableBody tr > td:last-child label {
    margin-right: 20px;
}

/* reports */
.report-select-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.report-select-wrap > div {
    width: 38%;
    padding: 20px;
    border-top: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.report-select-wrap > div h3 {
    font-size: 20px;
}
.report-select-wrap > div .select-area {
    padding-top: 10px;
}
.report-select-wrap > div .select-area .select-all {
    padding: 10px 25px;
}
.report-select-wrap > div .select-area .select {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0 10px 30px;
    border-top: 1px solid #dddddd;
}
.report-select-wrap > div .select-area .select > div::after {
    content: "";
    display: block;
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0 10px -30px;
}
.report-select-wrap > div .select-area .select .custom-control {
    padding-left: initial !important;
}
.report-select-wrap > div > input {
    margin-top: 10px;
}
.report-select-wrap > div:first-child {
    width: 24%;
    border-left: none;
    padding-left: 0;
}
.report-select-wrap > div:last-child {
    padding-right: 0;
}
.report-select-wrap input {
    width: 100%;
}

.report-search-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 2px solid #cbcfd3;
    border-bottom: 1px solid #cbcfd3;
}
.report-search-wrap > div {
    padding: 5px 0 !important;
}
.report-search-wrap .radio-wrap, .report-search-wrap .checkbox-wrap {
    display: flex;
    width: 280px;
}
.report-search-wrap .radio-wrap > div, .report-search-wrap .checkbox-wrap > div {
    margin-right: 20px;
}
.report-search-wrap .checkbox-wrap {
    justify-content: flex-end;
}
.report-search-wrap .select-wrap {
    display: flex;
    line-height: 25px;
}
.report-search-wrap .select-wrap label {
    margin-bottom: 0;
}
.report-search-wrap .select-wrap select {
    width: 60px;
    height: 25px;
    padding: 0px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 13px;
}
.report-search-wrap .date-wrap {
    display: flex;
    width: 450px;
}
.report-search-wrap .date-wrap label {
    margin-bottom: 0;
    line-height: 34px;
    margin-right: 10px;
}
.report-search-wrap .date-wrap .input-daterange {
    width: 270px;
}

.report-number label {
    width: 170px;
}

.report-canvas-wrap {
    padding-top: 10px;
    margin-top: 40px;
    border-top: 2px solid #cbcfd3;
    border-bottom: 1px solid #cbcfd3;
}
.report-canvas-wrap .radio-wrap {
    display: flex;
    flex-wrap: wrap;
}
.report-canvas-wrap .radio-wrap > div {
    margin: 10px 20px 10px 0;
}
.report-canvas-wrap .canvas-wrap {
    margin-top: 20px;
    height: 500px;
    border: 1px solid #ebebeb;
    padding: 20px;
    background: #ffffff;
}

.note-editor.note-frame {
    width: inherit !important;
}

/* popovers */
.popovers .popovers-header {
    display: flex;
    justify-content: space-between;
}

/* agreement */
#__terms_dialog__ #attachFile span {
    display: block;
    margin-bottom: 20px;
}
#__terms_dialog__ #attachFile span a {
    font-size: 14px;
    border-bottom: 1px solid #171e2b;
}

/* bxSlide */
.bx-wrapper {
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    border: none !important;
}

/* error */
.error-wrap {
    margin-top: 100px;
    text-align: center;
}
.error-wrap .title {
    padding-top: 80px;
    font-size: 28px;
    font-weight: 800;
    background: url("../images/error.gif") no-repeat 50% 0;
}
.error-wrap .title .text-primary {
    color: #ff4c00/*#047099*/;
}
.error-wrap .info-wrap {
    margin-top: 20px;
}
.error-wrap .btn {
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 13px;
    min-width: 120px;
}
.error-wrap .btn-pre {
    background: #67738c;
    color: #ffffff !important;
}
.error-wrap .btn-home {
    border: 1px solid #cbcfd3;
}
.error-wrap .copy-wrap {
    margin-top: 50px;
    font-size: 12px;
    color: #67738c;
}

/* coming soon */
.coming-soon-wrap {
    width: 860px;
    margin: 0 auto;
    margin-top: 100px;
    background: url("../images/comingsoon.png") no-repeat 100% 0;
}
.coming-soon-wrap h1 {
    padding-left: 120px;
    background: url("../images/comingsoon-h1.gif") no-repeat 0 50%;
    font-size: 17px;
}
.coming-soon-wrap .title {
    margin-top: 30px;
}
.coming-soon-wrap .title .coming {
    font-size: 32px;
    color: #777d81;
}
.coming-soon-wrap .title .new {
    font-size: 62px;
    font-weight: 700 !important;
    letter-spacing: -5px;
    color: #f27243;
}
.coming-soon-wrap .info-wrap {
    margin-top: 20px;
    color: #777d81;
}
.coming-soon-wrap .copy-wrap {
    font-size: 10px !important;
    margin-top: 40px;
    text-align: center;
    color: #bdbdbd;
}

/*반응형*/
@media (max-width: 1080px) {
    /* body {
        min-width: initial;
    } */

    .main .content-wrap .main-intro {
        max-width: initial;
        width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .main .main-service .service-wrap {
        width: 100%;
        flex-flow: column;
    }
    .main .main-service .service-wrap .title {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .main .main-service .service-wrap .service-list {
        width: 100%;
        margin: auto;
    }
    .main .main-service .service-wrap .service-list ul li {
        height: auto;
        margin-bottom: 30px;
        padding: 20px 0;
    }
    .main .main-service .service-wrap .service-list ul li:nth-child(3n) {
        margin: 0 60px 30px 0;
    }
    .main .main-community {
        width: 100%;
        flex-flow: column;
        padding: 50px 20px 94px;
    }
    .main .main-community > section {
        width: 100%;
    }
    .main .banner ul li {
        width: 50%;
        height: calc(100% - 40px);
        background-color: #efefef;
        border-radius: 10px;
        margin: 40px 0px 0px;
    }
    .main .banner ul li:first-child {
        margin-left: 0 !important;
    }

    .user-content {
        width: 100% !important;
        max-width: initial !important;
        height: initial;
    }

    footer .footer-wrap {
        width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 995px) {
    /* body {
        font-size: 0.875em;
    } */

    header {
        position: fixed;
        width: 100%;
        transition: all 0.2s ease;
        z-index: 10;
        top: 0;
        left: 0;
        background-color: #ffffff;
        border-bottom: 1px solid #dadada;
    }
    header .header-wrap .gnb-wrap {
        margin: 0 10px;
    }
    header .header-wrap .gnb-wrap a.logo h1 {
        background-size: 125px;
        font-size: 18px;
    }
    header .header-wrap .gnb-wrap .menu-wrap {
        width: fit-content;
        right: 0;
    }
    header .header-wrap .gnb-wrap .menu-wrap .btn-menu {
        display: block;
        width: 3rem;
        height: 3rem;
        margin-top: 1rem;
        margin-right: 10px;
        text-indent: -9999px;
        background: url(../images/ico-menu.svg) no-repeat center center;
        background-size: contain;
    }
    header .header-wrap .gnb-wrap .menu-wrap nav.first-depth {
        display: none;
        position: absolute;
        right: -100%;
        background-color: #fff;
        width: 90%;
        height: 100vh;
        z-index: 99;
    }
    header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul {
        display: flex;
        flex-flow: column;
        margin-top: 4em;
        padding: 30px;
        width: 100%;
    }
    header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div {
        display: flex;
        justify-content: space-between;
    }
    header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-first-depth {
        height: 48px;
        line-height: 48px;
    }
    header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-first-depth:hover::after {
        content: "";
        width: 0;
        background-color: transparent;
    }
    header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-has-sub {
        display: inline-block;
        width: 2rem;
        height: inherit;
        line-height: 48px;
        background: url("../images/ico-arrow-right.svg") no-repeat 50% 50%;
    }
    header .header-wrap .gnb-wrap .menu-wrap nav.first-depth > ul > li div .btn-has-sub.active {
        background: url("../images/ico-arrow-down.svg") no-repeat 50% 50%;
    }
    header .header-wrap .gnb-wrap .menu-wrap .right-area {
        display: none;
        z-index: 99;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on {
        width: 100%;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on .btn-menu {
        position: absolute;
        right: 10px;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth {
        display: block;
        right: 0;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth .m-hidden {
        display: none;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth .m-menu {
        display: block;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth .btn-close {
        display: inline-block;
        position: absolute;
        left: 30px;
        top: 24px;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li {
        border-bottom: 1px solid #eee;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li > a {
        height: 4em;
        line-height: 4em;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li > a:hover {
        border-bottom: 1px solid #ff4c00/*#047099*/;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li .second-menu {
        display: none;
        position: initial;
        transform: initial;
        width: 100%;
        background: #f7f7f7;
        border: none;
        border-top: 1px solid #eee;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li .second-menu .third-menu {
        padding-left: 1em;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li .second-menu .third-menu > a {
        display: block;
        padding: initial;
        height: 1.5rem;
        line-height: 1.5rem;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li .second-menu .third-menu > a::before {
        content: "-";
        padding-right: 6px;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li .second-menu .third-menu.show {
        display: block;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li:hover .second-menu {
        display: block;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on nav.first-depth > ul > li:active .second-menu {
        display: block;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on .right-area {
        display: flex;
        position: absolute;
        right: 20px;
        top: 0;
    }
    header .header-wrap .gnb-wrap .menu-wrap.on::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100vh;
        background-color: #000000;
        opacity: 0.5;
    }

    .main .content-wrap .main-intro {
        background-position: right 90%;
    }
    .main .content-wrap .main-intro .text-area {
        transform: translateY(200px);
    }
    .main .content-wrap .main-intro .text-area > h2 {
        font-size: 48px;
    }
    .main .main-service .service-wrap {
        width: 100%;
        flex-flow: column;
    }
    .main .main-service .service-wrap .service-list {
        width: 100%;
    }
    .main .main-service .service-wrap .service-list ul li {
        height: auto;
    }
    .main .main-service .service-wrap .service-list ul li:nth-child(3n) {
        margin: 0 0 30px 0;
    }

    body.user .user-content figure {
        overflow: auto;
        justify-content: center;
    }
    body.user .user-content figure img {
        min-height: 150px;
        max-height: 400px;
    }
    body.user .user-content .lnb-wrap {
        display: none;
    }
    body.user .user-content .content-wrap {
        width: 100%;
        padding: 0 20px 60px 20px;
    }
    body.user .user-content .list-api {
        display: block;
    }
    body.user .user-content .list-api .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 0.925em;
        border-color: #ddd;
    }
    body.user .user-content .list-api .dropdown-toggle:hover {
        border-color: #ff4c00/*#047099*/;
    }
    body.user .user-content .list-api .dropdown-menu {
        width: 100%;
        font-size: inherit;
    }

    .howto-wrap .text-wrap .join-list {
        justify-content: center;
    }
    .howto-wrap .text-wrap .join-list li {
        margin: 0 10px 2rem 0;
    }
    .howto-wrap .text-wrap .join-list li p {
        height: 50px;
    }

    .howto-wrap .text-wrap .join-list li:not(:last-child)::after {
        display: none;
    }

    .howto-wrap .text-wrap .join-list li .item.arrow::after {
        display: none;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
        overflow: auto;
    }
}
@media (max-width: 768px) {
    .main .main-service .service-wrap .service-list ul {
        padding: 0 10px;
    }
    .main .main-service .service-wrap .service-list ul li {
        width: calc((100% - 45px)/3);
        margin: 10px 5px;
        padding: 0;
    }
    .main .main-service .service-wrap .service-list ul li:nth-child(3n) {
        margin: 10px 5px;
    }
    .main .main-service .service-wrap .service-list ul li a {
        font-size: 1rem;
        padding: 1rem;
    }
    .main .main-service .service-wrap .service-list ul li a > img {
        width: 4.5em !important;
        height: 4.5em !important;
        margin: 5px auto;
    }

    .apiguide-wrap .apiguide-list .cardApi .cardApi-body {
        padding: 20px 0 40px;
    }

    footer .footer-wrap {
        font-size: 12px;
    }
    footer .footer-wrap .copyright {
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    /* body {
        font-size: 0.875rem;
    } */

    header .header-wrap .gnb-wrap .menu-wrap {
        width: initial;
    }

    header .header-wrap .gnb-wrap a.logo h1 {
        background-size: 96px;
        width: fit-content;
        line-height: 36px;
    }

    .main .content-wrap .main-intro {
        background-size: 100%;
    }
    .main .main-service {
        padding-top: 5em;
        background-size: 100%;
        background-position: center bottom;
    }
    .main .main-service h3 {
        font-size: 1.875rem;
    }
    .main .content-wrap .main-intro .text-area > h2 {
        font-size: 2rem;
        padding-left: 20px;
    }
    .main .main-community .notice ul {
        padding: 10px 16px;
    }
    .main .main-community .notice ul li {
        height: 40px;
        line-height: 40px;
    }
    .main .main-community .notice ul li a {
        line-height: 40px;
        width: 100%;
    }
    .main .main-community .notice ul li span {
        display: none;
    }
    .main .main-community .banner ul li {
        height: 180px;
    }
    .main .main-community .banner ul li div {
        padding: 1rem;
    }
    .main .main-community .banner ul li div a {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .main .main-community .banner ul li div a p {
        font-size: 1em;
    }
    .main .main-community .banner ul li:first-child {
        margin-right: 5px;
    }
    .main .main-community .banner ul li:last-child {
        margin-left: 5px;
    }
    .main .main-service .service-wrap .service-list ul {
        padding: 0 10px;
    }
    .main .main-service .service-wrap .service-list ul li {
        width: calc((100% - 45px)/3);
        margin: 1rem 5px;
        padding: 0;
    }
    .main .main-service .service-wrap .service-list ul li:nth-child(3n) {
        margin: 1rem 5px;
    }
    .main .main-service .service-wrap .service-list ul li a {
        padding: 1rem;
    }
    .main .main-service .service-wrap .service-list ul li a img {
        width: 4.5em !important;
        height: 4.5em !important;
        margin: 5px auto;
    }
    .main .main-service .service-wrap .service-list ul li a span {
        font-size: 1rem;
        line-height: 1;
    }

    body.user .user-content .content-wrap .table-wrap {
        clear: both;
        overflow: auto;
    }
    body.user .user-content .content-wrap .table-wrap .table-search {
        display: none;
    }
    body.user .user-content .content-wrap .table-wrap .list-info {
        font-size: 0.925em;
    }
    body.user .user-content .content-wrap .modal-body .table-wrap {
        width: 100%;
    }
    body.user .user-content .content-wrap .modal-body .table-wrap img {
        width: 100%;
    }
    body.user .user-content .content-wrap .page-title {
        display: flex;
        flex-flow: column;
        height: initial;
        padding-bottom: 10px;
    }
    body.user .user-content .content-wrap .page-title h2 {
        line-height: 1.2;
    }
    body.user .user-content .content-wrap .page-title .breadscrumb {
        clear: both;
        float: left;
        padding: 6px 0 10px 6px;
    }
    body.user .user-content .content-wrap .page-title + .text-wrap {
        clear: both;
        padding-top: 1rem;
    }
    body.user .user-content .content-wrap figure {
        justify-content: start;
    }
    body.user .user-content .content-wrap .jsgrid-grid-header .jsgrid-header-row > .jsgrid-header-cell {
        display: none;
    }
    body.user .user-content .content-wrap .jsgrid-grid-body .jsgrid-row .jsgrid-cell:not(:first-child) {
        display: none;
    }
    body.user .user-content .content-wrap .jsgrid-grid-body .jsgrid-alt-row > .jsgrid-cell:not(:first-child) {
        display: none;
    }

    .console-wrap .search-console > div select {
        margin: 4px 0;
        width: 100%;
    }

    .console-wrap .swagger-section .swagger-ui-wrap .info {
        padding-bottom: 0;
    }

    .console-wrap .swagger-section .swagger-ui-wrap .info .info_description > p {
        padding: 0;
    }

    .table-wrap .table-type-view tbody tr td[name=title] {
        font-size: 1rem;
        overflow: hidden;
    }

    footer .footer-wrap .link-related .link-affiliate {
        font-size: 13px;
    }

    footer .footer-wrap .inner .footer-link a:after {
        margin: auto 10px;
    }
}