@charset "UTF-8";
.header-wrap, .contents, .footer-wrap {
    width: 1180px;
    margin: 0 auto; }

header {
    position: fixed;
    width: 100%;
    transition: 0.2s;
    z-index: 10;
    top: 0;
    left: 0;
    line-height: 17px !important; }
header .header-wrap .gnb-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
header .header-wrap .gnb-wrap a.logo h1 {
    width: 350px;
    height: 39px;
    background: url("../images/kebhana-logo-kr.png") no-repeat 0 50%;
    color: #ffffff !important;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px !important; 
    margin-top: -8px;
    background-size: 330px;}
header .header-wrap .gnb-wrap a.logo p {
    font-size: 11px;
    font-weight: 200;
    color: #ffffff;
    padding-left: 3px; }
header .header-wrap .gnb-wrap > div {
    display: flex;
    justify-content: space-between;
    width: 1000px; }
header .header-wrap .gnb-wrap > div nav.first-depth > ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    width: auto; }
header .header-wrap .gnb-wrap > div nav.first-depth > ul > li {
    position: relative; }
header .header-wrap .gnb-wrap > div nav.first-depth > ul > li > a {
    display: block;
    padding: 0 15px;
    color: ##171e2b !important;
    font-size: 17px; 
    height: 80px;
    line-height: 80px; }
header .header-wrap .gnb-wrap > div nav.first-depth > ul > li .second-menu {
    display: none;
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 220px;
    background: #67738c;
    color: #ffffff;
    padding: 20px; }
header .header-wrap .gnb-wrap > div nav.first-depth > ul > li .second-menu a {
    display: block;
    padding: 10px;
    line-height: 15px;
    font-weight: 200; }
header .header-wrap .gnb-wrap > div nav.first-depth > ul > li .second-menu a:hover, header .header-wrap .gnb-wrap > div nav.first-depth > ul > li .second-menu a:focus, header .header-wrap .gnb-wrap > div nav.first-depth > ul > li .second-menu a:active {
    padding-left: 20px;
    background: url("../images/gnb-arrow.png") no-repeat 10px 50%; }
header .header-wrap .gnb-wrap > div .right-area {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding-top: 35px; }
header .header-wrap .gnb-wrap > div .right-area .join .conform-count {
    font-size: 12px; }
header .header-wrap .gnb-wrap > div .right-area .join .conform-count .count {
    font-size: 10px;
    color: #ffffff !important;
    background: red;
    padding: 0 5px;
    line-height: 10px;
    border-radius: 5px;
    text-align: center; }
header .header-wrap .gnb-wrap > div .right-area .join a, header .header-wrap .gnb-wrap > div .right-area .join span, header .header-wrap .gnb-wrap > div .right-area .join button {
    color: #6b6b6b; }
header .header-wrap .gnb-wrap > div .right-area .join .login {
    font-size: 12px;
    padding-left: 12px;
    background: url("../images/icon-login.png") no-repeat 0 50%; }
header .header-wrap .gnb-wrap > div .right-area .join .logout {
    position: relative;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    margin-top: -12px; }
header .header-wrap .gnb-wrap > div .right-area .join .logout::before,
header .header-wrap .gnb-wrap > div .right-area .join .register::before {
    content: '|';
    display: block;
    position: absolute;
    font-size: 10px;
    top: -1px;
    left: -12px; }
header .header-wrap .gnb-wrap > div .right-area .join .members {
    display: inline-block;
    max-width: 120px !important;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-bottom: 0px;
    background: url("../images/icon-members.png") no-repeat 0 50%; }
header .header-wrap .gnb-wrap > div .right-area .join .register {
    font-size: 12px;
    margin-left: 20px;
    position: relative; }
header .header-wrap .gnb-wrap > div .right-area .join .partition {
    margin-top: -12px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px; }
header .header-wrap .gnb-wrap > div .right-area .admin-menu {
    position: relative;
    margin-left: 20px;
    margin-top: -2px; }
header .header-wrap .gnb-wrap > div .right-area .admin-menu > button {
    width: 72px;
    height: 24px;
    padding: 0 10px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background-image: url("../images/icon-admin.png");
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff !important;
    font-size: 12px;
    text-align: left; }
header .header-wrap .gnb-wrap > div .right-area .admin-menu .admin-sub-menu {
    z-index: 9;
    padding: 20px;
    min-width: 180px;
    background: #171e2b;
    border-radius: 0;
    border-top: 1px solid #ffffff; }
header .header-wrap .gnb-wrap > div .right-area .admin-menu .admin-sub-menu a {
    display: block;
    padding: 10px;
    line-height: 14px;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 200; }
header .header-wrap .gnb-wrap > div .right-area .admin-menu .admin-sub-menu a:hover, header .header-wrap .gnb-wrap > div .right-area .admin-menu .admin-sub-menu a:focus {
    background: none;
    padding-left: 20px;
    background: url("../images/btn-arrow.png") no-repeat 0 50%; }
header hr {
    display: none; }

.nav-up {
    top: -97px !important; }

.nav-down {
    background-color: #fff; 
    border-bottom: 2px solid #008485; }

.main header hr {
    display: block;
    width: 1180px;
    height: 1px;
    margin: 0 auto;
    margin-top: -1px;
    border: none;
    background: rgba(255, 255, 255, 0.3); }
.main header.nav-down hr {
    width: 100%; }
.main .content-wrap {
    padding-bottom: 0;
    background: #FFF; }
.main #bigBanner {
    background: #000000;
    height: calc(100vh); }
.main #bigBanner .text-area {
    color: #ffffff;
    width: 100%;
    text-align: center; }
.main #bigBanner .text-area .title {
    font-family: "Raleway";
    font-size: 60px;
    line-height: 60px;
    transform: translate(100px, 0); }
.main #bigBanner .text-area .text {
    margin-top: 30px;
    font-weight: 200;
    transform: translate(-100px, 0); }
.main #bigBanner .scrollDown {
    pointer-events: none;
    position: absolute;
    width: 90px;
    padding-top: 70px;
    bottom: 50px;
    left: 50%;
    margin-left: -45px;
    color: rgba(255, 255, 255, 0.5);
    background: url("../images/scroll-down.png") no-repeat 50% 0;
    animation: mouseAnimation 2.0s reverse infinite ease-in-out; }
@keyframes mouseAnimation {
    0% {
        opacity: 0;
        transform: translateY(30px); }
    50% {
        opacity: 1.0; }
    100% {
        opacity: 0;
        transform: translateY(0); } }
.main .main-contents {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    color: #ffffff; }
.main .main-contents > section {
    width: 265px; }
.main .main-contents > section p {
    margin-top: 30px; }
.main .main-contents > section > h2 {
    font-size: 20px;
    padding-left: 50px;
    line-height: 40px;
    color: #ffffff; }
.main .main-contents > section > h2 a {
    padding-right: 20px;
    background: url("../images/blt-link-h2.png") no-repeat 100% 50%; }
.main .main-contents > section .link {
    margin-top: 40px; }
.main .main-contents > section .link a {
    margin-right: 20px;
    padding-right: 14px;
    background: url("../images/blt-link-text.gif") no-repeat 100% 50%;
    color: #000 !important; }
.main .main-contents > section .link a:last-child {
    margin-right: 0; }
.main .main-contents .info-join {
    background: url("../images/icon-info-join.png") no-repeat; }
.main .main-contents .info-use {
    background: url("../images/icon-info-use.png") no-repeat; }
.main .main-contents .apis {
    background: url("../images/icon-apis.png") no-repeat; }
.main .main-contents .testbed {
    background: url("../images/icon-testbed.png") no-repeat; }


.main .main-banner {
    margin-top:80px;
    text-algin:center;
    border-top: 2px solid #008485; }
.swiper-inline-btn {
    position: relative;
    top: 255px;
    background: none;
    border: 0;
    color: white;
    width: 228px;
    left: 18px; }
.swiper-container .swiper-slide {
    height: 420px;
    background-color:#f6f6f6;
    padding-top: 24px; }
.swiper-pause-play {
    top: -30px;
    left: 50px;
    z-index: 10;
    color: #008485;
    opacity: 0.55;
    font-size: 13px; }
.swiper-inline-btn > span {
    font-size: 22px;
    text-align: center; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 2px solid #008485;
    width: 13px;
    height: 13px;
    opacity: 0.55; 
    background: transparent; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #008485;
    opacity: 1; }
.swiper-container .swiper-wrapper > div:nth-child(1) > div {
    background: url("../images/main_01.png") no-repeat 50%;
    background-size: cover; }
.swiper-container .swiper-wrapper > div:nth-child(2) > div {
    background: url("../images/main_02.png") no-repeat 50%;
    background-size: cover; }
.swiper-container .swiper-wrapper > div:nth-child(3) > div {
    background: url("../images/main_03.png") no-repeat 50%;
    background-size: cover; }
.swiper-container .swiper-slide > div {
    width: 1180px;
    text-align: left;
    margin: 0 auto; }
.swiper-button-next, .swiper-button-prev {
    font-size: 20px;
    background: none;
    color: #fff;
}

.main .main-openPlatform {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 85px;
    padding-top:60px !important;
    color: #212529; }
.main .main-openPlatform > section {
    text-align:center;
    width: 100%; }
.main .main-openPlatform ul {
    margin-top: 38px; }
.main .main-openPlatform ul li {
    float:left;
    display: flex; }
.main .main-openPlatform ul li.on {
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.08), 0px 7px 14px 0px rgba(0, 0, 0, 0.02);
    z-index: 10;
}
.main .main-openPlatform ul li a{
    display:block;
    width:236px;
    height:236px;
    background-position:center center; }
.main .main-openPlatform ul li.on:nth-child(1) a {    
    background: #fff url("../images/openP01_on.png") no-repeat;
    }
.main .main-openPlatform ul li:nth-child(1) a {    
    background: #f3f3f3 url("../images/openP01.png") no-repeat;
    }
.main .main-openPlatform ul li.on:nth-child(2) a {    
    background: #fff url("../images/openP02_on.png") no-repeat;
    }
.main .main-openPlatform ul li:nth-child(2) a {    
    background: #f7f7f9 url("../images/openP02.png") no-repeat;
    }
.main .main-openPlatform ul li.on:nth-child(3) a {    
    background: #fff url("../images/openP03_on.png") no-repeat;
    }
.main .main-openPlatform ul li:nth-child(3) a {    
    background: #f3f3f3 url("../images/openP03.png") no-repeat;
    }
.main .main-openPlatform ul li.on:nth-child(4) a {    
    background: #fff url("../images/openP04_on.png") no-repeat;
    }
.main .main-openPlatform ul li:nth-child(4) a {    
    background: #f7f7f9 url("../images/openP04.png") no-repeat;
    }
.main .main-openPlatform ul li.on:nth-child(5) a {    
    background: #fff url("../images/openP05_on.png") no-repeat;
    }
.main .main-openPlatform ul li:nth-child(5) a {    
    background: #f3f3f3 url("../images/openP05.png") no-repeat;
    }


.main .main-openPlatform ul li img {
    width:100%; 
    height:100%;
    max-width: 236px !important; }

.main .main-servicePackage {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 85px;
    color: #212529; }
.main .main-servicePackage > section {
    text-align:center;
    width: 100%; }
.main .main-servicePackage ul {
    margin-top: 38px; }
.main .main-servicePackage ul li {
    float:left;
    display: flex; }
.main .main-servicePackage ul li img {
    width:100%; 
    height:100%;
    max-width: 236px !important; }

.main .main-community {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 100px;
    border-top: 1px solid #dddddd;
    color: #212529; }
.main .main-community > section {
    width: 47%; }
.main .main-community .notice h2, .main .main-community .qna h2, .main .main-community .faq h2 {
     }
.main .main-community .notice ul, .main .main-community .qna ul, .main .main-community .faq ul {
    margin-top: 10px; }
.main .main-community .notice ul li, .main .main-community .qna ul li, .main .main-community .faq ul li {
    display: flex;
    justify-content: space-between;
    line-height: 35px; }
.main .main-community .notice ul li a, .main .main-community .qna ul li a, .main .main-community .faq ul li a {
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px; }
.main .main-community .qna ul li a {
    max-width: 60%; }

.user header, .admin header, .my header, .register header {
    background: #FFF; }

.transition-title > *:nth-child(1), .transition-title > *:nth-child(2), .transition-title > *:nth-child(2) ~ * {
    opacity: 0;
    animation-name: h2-animation;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
.transition-title > *:nth-child(2) {
    animation-delay: 0.5s; }
.transition-title > *:nth-child(2) ~ * {
    animation-delay: 1.0s; }
@keyframes h2-animation {
    0% {
        transform: translateY(100px);
        opacity: 0; }
    50% {
        transform: translateY(-40px);
        opacity: 0.5; }
    100% {
        transform: translateY(0);
        opacity: 1; } }
.transition-title:nth-child(2) > *:nth-child(1) {
    animation-delay: 1.0s; }
.transition-title:nth-child(2) > *:nth-child(2) {
    animation-delay: 1.5s; }
.transition-title:nth-child(2) > *:nth-child(2) ~ * {
    animation-delay: 2.0s; }

footer {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #2B5863; }
footer .footer-wrap {
    display: flex;
    justify-content: space-between; }
footer .footer-wrap .inner a {
    color: #ffffff !important; }
footer .footer-wrap .inner .footer-link a:after {
    content: '|';
    padding: 0 20px; }
footer .footer-wrap .inner .footer-link a:last-child:after {
    content: none; }
footer .footer-wrap .copyright {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px; }
footer .footer-wrap .link-related .link-affiliate {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    background: none; }
footer .footer-wrap .link-related .select-box {
    display: none; }
footer .topbutton-wrap {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 10px;
    margin-left: 600px;
    z-index: 5; }
footer .topbutton-wrap .btn-top {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #67738c url("../images/btn-top.png") no-repeat 50% 10px; }

.developer-lnb-wrap {
    position: fixed;
    width: 100%;
    height: 40px;
    transition: 0.2s;
    z-index: 9;
    top: 80px;
    left: 0;
    background: #008485; }
.developer-lnb-wrap .lnb {
    display: flex;
    width: 1180px;
    margin: 0 auto; }
.developer-lnb-wrap .lnb .home {
    border-left: 1px solid #748fc7; }
.developer-lnb-wrap .lnb .home a {
    display: block;
    width: 50px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    font-weight: 200;
    color: #ffffff !important; }
.developer-lnb-wrap .lnb .drop-down {
    position: relative;
    min-width: 200px;
    border-left: 1px solid #748fc7; }
.developer-lnb-wrap .lnb .drop-down .drop-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #ffffff !important;
    font-size: 14px;
    background: url("../images/catagory-arrow-down.png") no-repeat 95% 50%; }
.developer-lnb-wrap .lnb .drop-down .drop-menu {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    background: #008485;
    border: none;
    border-radius: 0; }
.developer-lnb-wrap .lnb .drop-down .drop-menu a {
    display: block;
    color: #ffffff !important;
    padding: 10px 20px;
    line-height: 14px;
    font-size: 14px; }
.developer-lnb-wrap .lnb .drop-down .drop-menu a:hover, .developer-lnb-wrap .lnb .drop-down .drop-menu a:focus {
    background: none;
    padding-left: 40px;
    background: url("../images/btn-arrow.png") no-repeat 20px 50%; }
.developer-lnb-wrap .lnb > li:last-child {
    border-right: 1px solid #748fc7; }

.catagory-up {
    top: -80px; }

.content-wrap {
    padding-bottom: 100px;
    min-height: calc(100vh - 118px); }
.content-wrap h2 {
    font-size: 30px;
    color: #171e2b;
    line-height: 42px; }
.content-wrap .h2-info {
    display: none; }

body.user .content-wrap {
    width: 1180px;
    padding-top: 180px;
    margin: 0 auto; }
body.user .content-wrap h2 {
    text-align: center; }
body.user .content-wrap h2 + p {
    text-align: center;
    margin-top: 10px; }

body.admin .content-wrap {
    margin-top: 0px; }
body.admin .admin-title {
    padding: 110px 0 30px;
    background: #214da5;
    text-align: center; }
body.admin .admin-title h2 {
    color: #ffffff;
    display: inline;
    vertical-align: middle;
    font-size: 30px;
    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;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    vertical-align: middle; }
body.admin .contents {
    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: #214da5 !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;
    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: #214da5 !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 {
    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 #214da5; }
body.admin .contents .lnb-wrap .second-depth li.noDepth a {
    background: none; }
body.admin .contents .content-wrap {
    width: 976px; }

.my-content {
    margin-top: 0; }
.my-content .my-title {
    padding: 110px 0 30px;
    background: #84bf2b;
    text-align: center; }
.my-content .my-title h2 {
    color: #ffffff;
    display: inline;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px; }
.my-content .my-title h2:after {
    content: '';
    display: inline-block;
    background: #b2da75;
    width: 1px;
    height: 20px;
    margin: 0 15px; }
.my-content .my-title p {
    display: inline;
    color: #ffffff;
    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; }

.about-wrap {
    text-align: center; }

.about-wrap
    .about-openapi {
        background-image: url("../images/openapi-portal-introduction.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 691px;
        margin-top: 40px;        
    }

.service-wrap {
    text-align: center; }
    
.service-wrap .service-package-info {	    
	    background: url(../images/service-package-introduction.png);
	    background-repeat: no-repeat;
        background-position: center center;
	    height: 671px;
	    position: relative;
	    margin-top: 40px;
	}
	
.service-wrap .swiper-inline-btn {
    position: relative;
    top: 253px;
    background: none;
    border: 0;
    color: white;
    width: 228px;
    left: 49px;
}

    

.howto-wrap > div > ol {
    margin-top: 20px; }
.howto-wrap > div > ol > li {
    float: left;
    overflow: hidden;
    margin-top: 20px; }
.howto-wrap > div > ol > li h3 {
    font-size: 20px; }
.howto-wrap > div > ol > li > dl {
    margin-top: 10px; }
.howto-wrap > div > ol > li > dl dt {
    color: #000; }
.howto-wrap > div > ol > li > dl li {
    padding-left: 10px;
    background: url("../images/blt-dot.gif") no-repeat 0 50%; }
.howto-wrap .howto-step {
    width: 100%;
    background: url(../images/use-step-info.png) no-repeat;
    /*background-size: cover;*/
    height: 666px;
    position: relative;
    top: 0px;
    left: 98px;
}


.register-info-wrap h3 {
    margin-top: 50px;
    font-size: 20px; }
.register-info-wrap h3 + p {
    margin-top: 20px; }
.register-info-wrap ol {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px; }
.register-info-wrap ol li {
    position: relative;
    width: 208px;
    padding-top: 225px;
    margin-right: 30px;
    text-align: center; }
.register-info-wrap ol li:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 9px;
    top: 104px;
    right: -20px;
    background: url("../images/lnb-arrow-right-on.png") no-repeat 50% 50%; }
.register-info-wrap ol li:last-child {
    margin-right: 0; }
.register-info-wrap ol li:last-child:after {
    display: none; }
.register-info-wrap .ueser-wrap .step1 {
    background: url("../images/api-joinguide-icon1.gif") no-repeat 50% 0; }
.register-info-wrap .ueser-wrap .step2 {
    background: url("../images/api-joinguide-icon2.gif") no-repeat 50% 0; }
.register-info-wrap .ueser-wrap .step3 {
    background: url("../images/api-joinguide-icon3.gif") no-repeat 50% 0; }
.register-info-wrap .ueser-wrap .step4 {
    background: url("../images/api-joinguide-icon4.gif") no-repeat 50% 0; }
.register-info-wrap .ueser-wrap .step5 {
    background: url("../images/api-joinguide-icon5.gif") no-repeat 50% 0; }
.register-info-wrap .support-wrap .step1 {
    background: url("../images/api-joinguide-icon6.gif") no-repeat 50% 0; }
.register-info-wrap .support-wrap .step2 {
    background: url("../images/api-joinguide-icon2.gif") no-repeat 50% 0; }
.register-info-wrap .support-wrap .step3 {
    background: url("../images/api-joinguide-icon3.gif") no-repeat 50% 0; }
.register-info-wrap .support-wrap .step4 {
    background: url("../images/api-joinguide-icon4.gif") no-repeat 50% 0; }
.register-info-wrap .support-wrap .step5 {
    background: url("../images/api-joinguide-icon5.gif") no-repeat 50% 0; }

/* API&service */
.apiservice-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px; }
.apiservice-wrap > li {
    position: relative;
    width: 370px;
    min-height: 230px; /* 500에서 230으로 수정 23.01.19*/
    margin-left: 35px;
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #cbcfd3;
    border-radius: 5px;
    transition: 0.5s;
    padding-top:20px; /*이미지가 없는 경우 대비 top 간격 확보 23.01.19*/
     }
.apiservice-wrap > li .logo-wrap {
    position: relative;
    width: 100%;
    height: 280px; }
.apiservice-wrap > li .logo-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 250px; }
.apiservice-wrap > li .info-wrap {
    width: 250px;
    margin: 0 auto;
    text-align: center; }
.apiservice-wrap > li .info-wrap h5 {
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap; }
.apiservice-wrap > li .info-wrap h5 + p {
    overflow: hidden;
    height: 75px;
    margin-top: 10px;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    color: #626c7d; }
.apiservice-wrap > li .info-wrap .link-list {
    position: absolute;
    width: 200px;
    height: 50px;
    bottom: 25px;
    left: 50%;
    margin-left: -100px;
    background: #214da5;
    border-radius: 0.25rem;
    transition: 0.5s; }
.apiservice-wrap > li .info-wrap .link-list span {
    color: #ffffff;
    line-height: 50px; }
.apiservice-wrap > li .info-wrap .link-list:hover {
    background: #171e2b; }
.apiservice-wrap > li:nth-child(1), .apiservice-wrap li:nth-child(2), .apiservice-wrap li:nth-child(3) {
    margin-top: 0px; }
.apiservice-wrap > li:nth-child(3n+1) {
    margin-left: 0px; }

/* 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: #214da5; }
.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: 20px 30px;
    margin-top: 20px;
    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 {
    max-width: 930px; }

/* Testbed */
.howto-testbed-wrap .howto-console {
    width: 85%;
    background: url(../images/testbed-console.png) no-repeat 50% 0%;
    background-size: cover;
    /*height: 666px;*/
    height: 715px;
    position: relative;
    top: 10px;
    left: 98px;
}

.testbed-wrap .testbed-step-wrap {
    margin-top: 70px; }
.testbed-wrap .testbed-step-wrap h4 {
    padding-top: 40px; }
.testbed-wrap .testbed-step-wrap ol {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    background: url("../images/icons-testbed-line.gif") repeat-x 30px; }
.testbed-wrap .testbed-step-wrap ol li {
    position: relative;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    background: url("../images/icons-testbed-circle.png") no-repeat 50% 50%; }
.testbed-wrap .testbed-step-wrap ol li:after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 19px;
    top: 42px;
    left: 228px;
    background: url("../images/icons-testbed-arrow.png") no-repeat 50% 50%; }
.testbed-wrap .testbed-step-wrap ol li.recall-arrow {
    background: url("../images/icons-testbed-recall-arrow.png") no-repeat 50% 10px; }
.testbed-wrap .testbed-step-wrap ol li.recall-line {
    background: url("../images/icons-testbed-recall-line.png") no-repeat 50% 10px; }
.testbed-wrap .testbed-step-wrap ol li.recall-start {
    background: url("../images/icons-testbed-recall-start.png") no-repeat 50% 10px; }
.testbed-wrap .testbed-step-wrap ol li.recall-arrow-new {
    color: #f37321 !important;
    background: url("../images/icons-testbed-recall-arrow-new.png") no-repeat 50% 10px; }
.testbed-wrap .testbed-step-wrap ol li.recall-line-new {
    color: #f37321 !important;
    background: url("../images/icons-testbed-recall-line-new.png") no-repeat 50% 10px; }
.testbed-wrap .testbed-step-wrap ol li.recall-start-new {
    color: #f37321 !important;
    background: url("../images/icons-testbed-recall-start-new.png") no-repeat 50% 10px; }
.testbed-wrap .testbed-step-wrap ol li:last-child:after, .testbed-wrap .testbed-step-wrap ol li.recall-arrow-new:after, .testbed-wrap .testbed-step-wrap ol li.recall-line-new:after {
    display: none; }
.testbed-wrap .testbed-step-wrap .text-point {
    margin-top: 20px;
    font-size: 12px; }
.testbed-wrap .testbed-merit-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    border-top: 1px solid #cccccc; }
.testbed-wrap .testbed-merit-wrap dl {
    width: 380px;
    margin-top: 40px;
    border: 1px solid #dcdcdc;
    padding: 55px 10px 55px 160px; }
.testbed-wrap .testbed-merit-wrap dl dt {
    color: #f37321; }
.testbed-wrap .testbed-merit-wrap dl dd {
    margin-top: 10px; }
.testbed-wrap .testbed-merit-wrap .merit1 {
    background: url("../images/icons-testbed-merit1.png") no-repeat 45px 50%; }
.testbed-wrap .testbed-merit-wrap .merit2 {
    background: url("../images/icons-testbed-merit2.png") no-repeat 45px 50%; }
.testbed-wrap .testbed-merit-wrap .merit3 {
    background: url("../images/icons-testbed-merit3.png") no-repeat 45px 50%; }

.console-wrap .search-console {
    padding: 25px;
    margin-top: 70px;
    background: #214da5;
    border-radius: 5px;
    text-align: center;
    color: #ffffff; }
.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 {
    font-size: 14px;
    line-height: 35px; }
.console-wrap .swagger-section {
    margin-top: 1px;
    background: #171e2b;
    border-radius: 5px; }
.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: 15px !important; }
.console-wrap .swagger-section .swagger-ui-wrap p, .console-wrap .swagger-section .swagger-ui-wrap label {
    color: #ffffff; }
.console-wrap .swagger-section .swagger-ui-wrap strong {
    font-weight: inherit !important; }
.console-wrap .swagger-section .swagger-ui-wrap .info {
    padding-top: 40px;
    padding-bottom: 15px;
    text-align: center; }
.console-wrap .swagger-section .swagger-ui-wrap .info .info_title {
    font-family: "Raleway";
    font-size: 32px !important;
    font-weight: inherit !important;
    color: #ed1c24; }
.console-wrap .swagger-section .swagger-ui-wrap .info .info_description > p {
    color: #999999; }
.console-wrap .swagger-section .swagger-ui-wrap .endpoint {
    margin-bottom: 5px !important; }
.console-wrap .swagger-section .swagger-ui-wrap .endpoint:last-child {
    margin-bottom: 20px !important; }
.console-wrap .swagger-section .swagger-ui-wrap .required {
    font-weight: inherit !important; }
.console-wrap .swagger-section .swagger-ui-wrap pre {
    background-color: #ebebeb;
    border: 1px solid #000000;
    font-size: 15px !important; }
.console-wrap .swagger-section .swagger-ui-wrap th {
    border-bottom: 1px solid #b0b0b0 !important;
    color: #b0b0b0 !important;
    font-size: 15px !important; }
.console-wrap .swagger-section .swagger-ui-wrap th:first-child {
    padding-left: 0px; }
.console-wrap .swagger-section .swagger-ui-wrap td {
    padding-left: 0px;
    border-bottom: 1px solid #3d3d3d !important;
    color: #ffffff !important;
    font-size: 15px !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources {
    font-family: inherit !important;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    font-size: 15px; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource {
    border-bottom: 1px solid #666666 !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
    color: #dcdcdc !important;
    font-size: 13px !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li .markdown {
    font-size: 15px !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
    color: #ffffff;
    font-weight: inherit;
    font-size: 18px; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    font-size: 15px; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
    color: #ffffff !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources ul.endpoints li.endpoint ul.operations li.operation div.heading span.http_method a {
    width: 90px !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    border-radius: 0px !important; }
.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 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: 25px;
    background-color: #1e88e5;
    color: #ffffff;
    font-size: 15px; }
.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: 20px 0 40px;
    text-align: center; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
    margin: 22px 0px 0 0; }
.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: inherit !important;
    border: 1px solid #3b3f46 !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
    background-color: #096fc6 !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
    background-color: #11c195 !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
    background-color: #f98d00 !important; }
.console-wrap .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
    background-color: #ff4707 !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: 15px;
    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.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 {
    color: #30a0ff !important; }
.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 {
    color: #11c195 !important; }
.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 {
    color: #f98d00 !important; }
.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 {
    color: #ff591f !important; }
.console-wrap .swagger-section .swagger-ui-wrap .model-signature .signature-container .description .strong {
    color: #ffffff; }

/* 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: 1.0s;
    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 {
    margin-top: 40px; }
.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: 35px;
    height: 35px;
    background: url("../images/btn-list-search.png") no-repeat 50% 50%; }
.table-wrap .table-search .btn-search-w {
    padding-left: 40px;
    background: url("../images/btn-list-search-w.png") no-repeat 15px 50%;
    background-color: #67738c;
    color: #ffffff; }
.table-wrap .table-search .btn-search-w:hover {
    background-color: #414754; }
.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 #ced4da;
    margin-left: -1px; }
.table-wrap .table-search #searchMonth .input-group-addon .glyphicon.glyphicon-th {
    top: 5px;
    right: 5px; }
.table-wrap .btn-write {
    min-width: 160px;
    height: 70px;
    padding: 0 20px 0 50px;
    margin-top: -20px;
    background-color: #214da5;
    background-image: url("../images/icon-plus.png");
    background-repeat: no-repeat;
    background-position: 30px 50%;
    color: #ffffff;
    font-size: 20px; }
.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-size:14px !important; /* 23.01.02 추가*/
}
.table-wrap table th { 
	/*padding: 15px 5px;*/
	padding: 10px 5px;/* 23.01.02 추가*/
}
.table-wrap table th label {
    margin-bottom: 0 !important; }
.table-wrap table td { 
    /*padding: 15px 5px;*/
    padding: 10px 5px;
    border-bottom: 1px solid #ebebeb; }
.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;*/
    padding: 5px !important;/* 23.01.02 추가*/
    /*font-size: 13px !important;*/
    font-size: 11px !important;/* 23.01.02 추가*/
    /*line-height: 13px !important;*/
    line-height: 11px !important;/* 23.01.02 추가*/
    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 > thead > tr > th {
    background: #e2e6e9;
    text-align: center;
    border-top: 2px solid #777d81;
    border-bottom: 1px solid #777d81; }
.table-wrap .table-type-h > tbody > tr > td {
    background: #ffffff;
    text-align: center; }
.table-wrap .table-type-h > tbody > tr > td input {
    width: 100%; }
.table-wrap .table-type-h th {
    border-left: 1px solid #777d81; }
.table-wrap .table-type-h td {
    border-left: 1px solid #ebebeb; }
.table-wrap .table-type-h th:first-child, .table-wrap .table-type-h td:first-child {
    border-left: none; }
.table-wrap .table-type-v > tbody > tr:first-child > th {
    border-top: 2px solid #777d81; }
.table-wrap .table-type-v > tbody > tr:first-child > td {
    border-top: 2px solid #dbdbdb; }
.table-wrap .table-type-v > tbody > tr > th {
    position: relative;
    text-align: left;
    /*padding-left: 20px;*/
    padding-left: 15px;  /* 23.01.02 추가*/
    /*padding-right: 20px;*/
    padding-right: 10px;  /* 23.01.02 추가*/
    background: #e2e6e9;
    border-bottom: 1px solid #777d81; }
.table-wrap .table-type-v > tbody > tr > th:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #777d81;
    top: -1px;
    left: 0px; }
    

.table-wrap .table-type-v > tbody > tr > td {
    text-align: left;
    /*padding-left: 20px;*/
    padding-left: 15px;  /* 23.01.02 추가*/
    /*padding-right: 20px;*/
    padding-right: 10px;  /* 23.01.02 추가*/        
    background: #ffffff;
    border-bottom: 1px solid #dbdbdb; }
.modal .table-wrap .table-type-v > tbody > tr > td, .modal .table-wrap .table-type-v > tbody > tr > th{
	padding-top: 6px !important;  /* 23.03.14 추가*/
    padding-bottom: 6px !important;  /* 23.03.14 추가*/
}

.modal .table-wrap .table-type-v > tbody > tr > td, .modal .table-wrap .table-td-break > tbody > tr > td{
	word-break:break-all;
}
    
.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:last-child > th {
    border-bottom: 2px solid #777d81; }
.table-wrap .table-type-v > tbody > tr:last-child > td {
    border-bottom: 2px solid #dbdbdb; }
.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: #214da5 !important;
    text-decoration: underline; }
.table-wrap:first-child {
    margin-top: 20px; }

.btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px; }
.btn-wrap button {
    min-width: 160px;
    height: 70px;
    padding: 0 20px;
    font-size: 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: '\2192';
    padding: 0 5px; }
.app-line span:last-child:after {
    content: '\2713'; }

.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: '\2192';
    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: 150px 30px 30px;
    margin: 30px auto;
    background: url("../images/login.png") no-repeat 50% 40px;
    background-color: #e2e6e9; }
.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: #214da5 !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: #e2e6e9;
    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; }

/* regist-step */
.regist-step-wrap .content {
    margin-top: 40px; }
.regist-step-wrap .tab-pane h3 + p {
    text-align: center; }
.regist-step-wrap .tab-pane .carousel {
    overflow: hidden;
    padding: 30px 50px;
    margin-top: 80px;
    border: 1px solid #cccccc;
    background: url("../images/register-partition.gif") no-repeat 470px 50%; }
.regist-step-wrap .tab-pane .carousel .carousel-indicators {
    display: flex;
    float: left;
    height: 460px;
    flex-direction: column;
    position: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    margin: 0 !important;
    margin-bottom: inherit !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    background: url("../images/carousel-indicators-bgs.gif") no-repeat 10px 50%; }
.regist-step-wrap .tab-pane .carousel .carousel-indicators li {
    position: relative;
    margin: 20px 30px;
    width: 360px !important;
    height: 50px !important;
    text-indent: inherit !important;
    font-size: 14px;
    color: #333333;
    opacity: inherit !important; }
.regist-step-wrap .tab-pane .carousel .carousel-indicators li strong {
    font-size: 18px; }
.regist-step-wrap .tab-pane .carousel .carousel-indicators li:before {
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    top: 5px;
    height: 0px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #cccccc; }
.regist-step-wrap .tab-pane .carousel .carousel-indicators li.active {
    color: #007bff !important; }
.regist-step-wrap .tab-pane .carousel .carousel-indicators li.active:before {
    background: #007bff !important; }
.regist-step-wrap .tab-pane .carousel .carousel-inner {
    float: right;
    width: 600px; }
.regist-step-wrap .tab-pane .carousel .carousel-control-prev {
    left: 470px !important; }
.regist-step-wrap .tab-pane .carousel .carousel-control-prev-icon {
    width: 30px;
    height: 60px;
    transform: rotate(180deg);
    background: url("../images/lnb-arrow-right.png") no-repeat 50% 50%; }
.regist-step-wrap .tab-pane .carousel .carousel-control-next-icon {
    width: 30px;
    height: 60px;
    background: url("../images/lnb-arrow-right.png") no-repeat 50% 50%; }
.regist-step-wrap .tab-pane img {
    width: 600px;
    height: 460px; }

/* 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: #214da5; }
.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: #214da5; }
.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; }

/*# sourceMappingURL=main.css.map */
