@charset "UTF-8";
.header-wrap, .contents, .footer-wrap {
  width: 1180px;
  margin: 0 auto; }

body.main header {
  min-width: 1270px;
  position: fixed;
  padding: 0 40px; }
  body.main header .header-wrap {
    width: inherit;
    min-width: 1180px; }
body.main header.scrollDown {
  background-color: #ffffff; }
  body.main header.scrollDown .header-wrap .members-wrap > div > a, body.main header.scrollDown .header-wrap .members-wrap > div > button {
    color: #222222 !important; }
  body.main header.scrollDown .header-wrap .members-wrap > div > a:before, body.main header.scrollDown .header-wrap .members-wrap > div > button:before {
    background: rgba(0, 0, 0, 0.2); }
  body.main header.scrollDown .header-wrap .members-wrap > div .members {
    background-image: url("/images/icon-members-gray.png"); }
  body.main header.scrollDown .header-wrap .members-wrap .admin-menu > button {
    background-image: url("/images/icon-admin-gray.png"); }
  body.main header.scrollDown .header-wrap .gnb-wrap a.logo h1 {
    background-image: url("/images/h1-logo-gray.png"); }
  body.main header.scrollDown .header-wrap .gnb-wrap nav.first-depth > ul > li > a {
    color: #222222 !important; }
  body.main header.scrollDown .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu {
    background-color: #e3e3e3;
    color: #222222; }
    body.main header.scrollDown .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:hover, body.main header.scrollDown .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:focus, body.main header.scrollDown .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:active {
      background-image: url("/images/gnb-arrow-gray.png"); }
body.main .content-wrap, body.main .m-content-wrap {
  padding-bottom: 0;
  min-height: calc(100vh - 180px); }
  body.main .content-wrap section, body.main .m-content-wrap section {
    color: #ffffff;
    min-height: 720px;
    overflow: hidden;
    position: relative; }
    body.main .content-wrap section .scroll, body.main .m-content-wrap section .scroll {
      background-color: rgba(0, 0, 0, 0.5);
      border: 2px solid #ffffff;
      border-radius: 18px;
      bottom: 40px;
      left: 50%;
      transform: translate(-50%, 0);
      height: 60px;
      position: absolute;
      width: 37px; }
      body.main .content-wrap section .scroll .iconAni, body.main .m-content-wrap section .scroll .iconAni {
        position: absolute;
        left: 50%;
        top: 10px;
        margin-left: -2px;
        display: block;
        width: 5px;
        height: 16px;
        border-radius: 2px;
        background-color: #f15a47;
        animation: scrollAni 1.5s 0.5s infinite; }
@keyframes scrollAni {
  50% {
    top: 20px; }
  100% {
    opacity: 0; } }
    body.main .content-wrap section .scroll::before, body.main .m-content-wrap section .scroll::before {
      content: 'Scroll Down';
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -50px;
      color: #ffffff;
      display: block;
      width: 100px;
      font-size: 10px;
      text-align: center;
      font-style: normal; }
    body.main .content-wrap section .scroll::after, body.main .m-content-wrap section .scroll::after {
      content: '';
      display: block;
      width: 1px;
      height: 40px;
      background: #ffffff;
      bottom: -42px;
      left: 50%;
      position: absolute; }
  body.main .content-wrap .intro-wrap, body.main .m-content-wrap .intro-wrap {
    background-color: #1076a5;
    position: relative;
    overflow: hidden; }
    body.main .content-wrap .intro-wrap .introBg, body.main .m-content-wrap .intro-wrap .introBg {
      width: 100%;
      height: 105% !important;
      position: absolute;
      left: 0;
      top: 0; }
    body.main .content-wrap .intro-wrap .ds-flex, body.main .m-content-wrap .intro-wrap .ds-flex {
      display: flex;
      justify-content: space-between;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% - 200px); }
      body.main .content-wrap .intro-wrap .ds-flex .left-area .text-area .tx-large, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .text-area .tx-large {
        font-size: 56px;
        line-height: 56px;
        font-weight: 400; }
      body.main .content-wrap .intro-wrap .ds-flex .left-area .text-area .tx-small, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .text-area .tx-small {
        font-size: 30px;
        font-weight: 400;
        line-height: 42px;
        margin-top: 40px; }
      body.main .content-wrap .intro-wrap .ds-flex .left-area .notice-wrap, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .notice-wrap {
        margin-top: 100px; }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .notice-wrap h3, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .notice-wrap h3 {
          background-color: #ffffff;
          border-radius: 14px;
          color: #222222;
          display: inline-block;
          font-size: 16px;
          height: 28px;
          line-height: 26px;
          padding: 0 10px; }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .notice-wrap .subject, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .notice-wrap .subject {
          display: inline-block;
          line-height: 16px;
          margin-left: 10px;
          max-width: 390px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .notice-wrap .date, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .notice-wrap .date {
          display: inline-block;
          margin-left: 30px;
          position: relative; }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .notice-wrap .date::before, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .notice-wrap .date::before {
          content: '';
          display: block;
          position: absolute;
          width: 1px;
          height: 12px;
          background: #ffffff;
          opacity: 0.5;
          top: 7px;
          left: -15px; }
      body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap {
        margin-top: 20px; }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list {
          height: 180px; }
          body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li {
            border: 1px solid #ffffff;
            height: 180px;
            width: 180px;
            padding: 20px;
            position: relative;
            transition: 0.3s;
            cursor: pointer; }
            body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li .group-name, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li .group-name {
              background: url("/images/icon-apigroup-list.png") no-repeat 100% 50%;
              display: block;
              font-size: 20px;
              width: 100%; }
            body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li img, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li img {
              height: auto;
              max-height: 80px;
              max-width: 80px;
              position: absolute;
              bottom: 20px;
              left: 20px; }
          body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li:hover, body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li:focus, body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li:active, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li:hover, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li:focus, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap #apigroup-list li:active {
            background-color: rgba(0, 0, 0, 0.2); }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap .bx-controls-direction a, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap .bx-controls-direction a {
          width: 23px;
          height: 45px;
          background-image: url("/images/apigroup-control.png");
          background-repeat: no-repeat; }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap .bx-controls-direction .bx-prev, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap .bx-controls-direction .bx-prev {
          left: -43px;
          background-position: 0 0; }
        body.main .content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap .bx-controls-direction .bx-next, body.main .m-content-wrap .intro-wrap .ds-flex .left-area .apigroup-wrap .bx-controls-direction .bx-next {
          right: -43px;
          background-position: -23px 0; }
      body.main .content-wrap .intro-wrap .ds-flex .right-area > div a, body.main .m-content-wrap .intro-wrap .ds-flex .right-area > div a {
        display: block;
        height: 250px;
        padding: 30px;
        width: 250px; }
        body.main .content-wrap .intro-wrap .ds-flex .right-area > div a > h3, body.main .m-content-wrap .intro-wrap .ds-flex .right-area > div a > h3 {
          font-size: 20px;
          line-height: 20px;
          font-weight: 400;
          background: url("/images/icon-intro-quick.png") no-repeat 100% 50%; }
        body.main .content-wrap .intro-wrap .ds-flex .right-area > div a > p, body.main .m-content-wrap .intro-wrap .ds-flex .right-area > div a > p {
          font-size: 14px;
          line-height: 20px;
          margin-top: 10px; }
      body.main .content-wrap .intro-wrap .ds-flex .right-area .console a, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .console a {
        background-color: #f15a47;
        background-image: url("/images/bg-intro-console.png");
        background-repeat: no-repeat;
        background-position: 40px 120px;
        transition: 0.3s; }
      body.main .content-wrap .intro-wrap .ds-flex .right-area .console a:hover, body.main .content-wrap .intro-wrap .ds-flex .right-area .console a:focus, body.main .content-wrap .intro-wrap .ds-flex .right-area .console a:active, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .console a:hover, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .console a:focus, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .console a:active {
        background-color: #ac4335; }
      body.main .content-wrap .intro-wrap .ds-flex .right-area .mgt a, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .mgt a {
        background-color: #937b6e;
        background-image: url("/images/bg-intro-mgt.png");
        background-repeat: no-repeat;
        background-position: 50% 200%;
        margin-top: 10px;
        transition: 0.3s; }
      body.main .content-wrap .intro-wrap .ds-flex .right-area .mgt a:hover, body.main .content-wrap .intro-wrap .ds-flex .right-area .mgt a:focus, body.main .content-wrap .intro-wrap .ds-flex .right-area .mgt a:active, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .mgt a:hover, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .mgt a:focus, body.main .m-content-wrap .intro-wrap .ds-flex .right-area .mgt a:active {
        background-color: #6b5950; }
  body.main .content-wrap .testbed-wrap, body.main .m-content-wrap .testbed-wrap {
    background: url("/images/bg-intro-testbed.jpg") no-repeat 50% -100px;
    background-size: cover;
    padding-top: 160px; }
    body.main .content-wrap .testbed-wrap .content, body.main .m-content-wrap .testbed-wrap .content {
      height: auto !important;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
      body.main .content-wrap .testbed-wrap .content h2, body.main .m-content-wrap .testbed-wrap .content h2 {
        color: #ffffff;
        font-size: 60px;
        font-weight: 600;
        line-height: 50px;
        text-align: center; }
      body.main .content-wrap .testbed-wrap .content h2:before, body.main .m-content-wrap .testbed-wrap .content h2:before {
        content: '편리하고 유연한 테스트';
        display: block;
        font-size: 20px;
        font-weight: 400; }
      body.main .content-wrap .testbed-wrap .content h2 + p, body.main .m-content-wrap .testbed-wrap .content h2 + p {
        margin-top: 20px;
        text-align: center; }
      body.main .content-wrap .testbed-wrap .content .link-console, body.main .m-content-wrap .testbed-wrap .content .link-console {
        background: url("/images/icon-apigroup-list.png") no-repeat 92% 50%;
        border: 1px solid #ffffff;
        display: block;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        margin-top: 30px;
        padding-left: 15px;
        transition: 0.2s;
        width: 160px; }
      body.main .content-wrap .testbed-wrap .content .link-console:hover, body.main .m-content-wrap .testbed-wrap .content .link-console:hover {
        background-color: rgba(0, 0, 0, 0.5); }
      body.main .content-wrap .testbed-wrap .content .merit, body.main .m-content-wrap .testbed-wrap .content .merit {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 30px;
        width: 950px; }
        body.main .content-wrap .testbed-wrap .content .merit dl, body.main .m-content-wrap .testbed-wrap .content .merit dl {
          width: 300px;
          height: 270px;
          padding-top: 160px; }
          body.main .content-wrap .testbed-wrap .content .merit dl dt, body.main .m-content-wrap .testbed-wrap .content .merit dl dt {
            font-size: 18px;
            font-weight: 400;
            line-height: 18px;
            text-align: center; }
          body.main .content-wrap .testbed-wrap .content .merit dl dd, body.main .m-content-wrap .testbed-wrap .content .merit dl dd {
            font-size: 14px;
            line-height: 20px;
            margin-top: 20px;
            text-align: center; }
        body.main .content-wrap .testbed-wrap .content .merit .mouse, body.main .m-content-wrap .testbed-wrap .content .merit .mouse {
          background: #1a7a7a url("/images/intro-testbed-merit1.png") no-repeat 50% 50px; }
        body.main .content-wrap .testbed-wrap .content .merit .calendar, body.main .m-content-wrap .testbed-wrap .content .merit .calendar {
          background: #ffffff url("/images/intro-testbed-merit2.png") no-repeat 50% 57px;
          color: #222222; }
        body.main .content-wrap .testbed-wrap .content .merit .monitor, body.main .m-content-wrap .testbed-wrap .content .merit .monitor {
          background: #937b6e url("/images/intro-testbed-merit3.png") no-repeat 50% 57px; }
  body.main .content-wrap .user-step-wrap, body.main .m-content-wrap .user-step-wrap {
    background: url("/images/bg-intro-userstep.jpg") no-repeat 50% -140px;
    background-size: cover;
    padding-top: 160px; }
    body.main .content-wrap .user-step-wrap .content, body.main .m-content-wrap .user-step-wrap .content {
      height: auto !important;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
      body.main .content-wrap .user-step-wrap .content h2, body.main .m-content-wrap .user-step-wrap .content h2 {
        font-size: 60px;
        font-weight: 600;
        line-height: 50px;
        text-align: center; }
      body.main .content-wrap .user-step-wrap .content h2:before, body.main .m-content-wrap .user-step-wrap .content h2:before {
        content: 'Open API Platform';
        display: block;
        font-size: 20px;
        font-weight: 400; }
      body.main .content-wrap .user-step-wrap .content h2 + p, body.main .m-content-wrap .user-step-wrap .content h2 + p {
        color: #222222;
        margin-top: 20px;
        text-align: center; }
      body.main .content-wrap .user-step-wrap .content .user-step ol, body.main .m-content-wrap .user-step-wrap .content .user-step ol {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 40px;
        width: 1260px; }
        body.main .content-wrap .user-step-wrap .content .user-step ol li, body.main .m-content-wrap .user-step-wrap .content .user-step ol li {
          background: #f15a47 url("/images/intro-userstep.png") no-repeat 50% 20px;
          border-radius: 100%;
          color: #ffffff;
          height: 210px;
          text-align: center;
          width: 210px;
          padding-top: 140px;
          position: relative; }
        body.main .content-wrap .user-step-wrap .content .user-step ol li::before, body.main .m-content-wrap .user-step-wrap .content .user-step ol li::before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: -37px;
          width: 23px;
          height: 45px;
          margin-top: -24px;
          background: url(/images/apigroup-control.png) no-repeat;
          background-position: right; }
        body.main .content-wrap .user-step-wrap .content .user-step ol li:first-child::before, body.main .m-content-wrap .user-step-wrap .content .user-step ol li:first-child::before {
          display: none; }
        body.main .content-wrap .user-step-wrap .content .user-step ol .step1, body.main .m-content-wrap .user-step-wrap .content .user-step ol .step1 {
          background-position: 0 0; }
        body.main .content-wrap .user-step-wrap .content .user-step ol .step2, body.main .m-content-wrap .user-step-wrap .content .user-step ol .step2 {
          background-position: 0 -210px; }
        body.main .content-wrap .user-step-wrap .content .user-step ol .step3, body.main .m-content-wrap .user-step-wrap .content .user-step ol .step3 {
          background-position: 0 -420px; }
        body.main .content-wrap .user-step-wrap .content .user-step ol .step4, body.main .m-content-wrap .user-step-wrap .content .user-step ol .step4 {
          background-position: 0 -630px; }
        body.main .content-wrap .user-step-wrap .content .user-step ol .step5, body.main .m-content-wrap .user-step-wrap .content .user-step ol .step5 {
          background-position: 0 -840px; }
  body.main .content-wrap .community-wrap, body.main .m-content-wrap .community-wrap {
    color: #222222;
    height: auto !important;
    min-height: auto !important;
    padding: 50px 0px 0px; }
    body.main .content-wrap .community-wrap .fp-tableCell, body.main .m-content-wrap .community-wrap .fp-tableCell {
      height: auto !important; }
    body.main .content-wrap .community-wrap .ds-flex, body.main .m-content-wrap .community-wrap .ds-flex {
      display: flex;
      justify-content: space-between;
      width: 1180px;
      margin: 0 auto; }
      body.main .content-wrap .community-wrap .ds-flex > div, body.main .m-content-wrap .community-wrap .ds-flex > div {
        width: 570px; }
        body.main .content-wrap .community-wrap .ds-flex > div .link-h3, body.main .m-content-wrap .community-wrap .ds-flex > div .link-h3 {
          font-size: 24px;
          font-weight: 600; }
          body.main .content-wrap .community-wrap .ds-flex > div .link-h3 h3, body.main .m-content-wrap .community-wrap .ds-flex > div .link-h3 h3 {
            font-size: 24px;
            font-weight: 600;
            position: relative;
            display: inline; }
          body.main .content-wrap .community-wrap .ds-flex > div .link-h3 h3:after, body.main .m-content-wrap .community-wrap .ds-flex > div .link-h3 h3:after {
            background: #f37321 url("/images/intro-community-more.gif") no-repeat 50% 50%;
            content: '';
            display: block;
            height: 24px;
            position: absolute;
            right: -30px;
            top: 7px;
            width: 24px; }
      body.main .content-wrap .community-wrap .ds-flex .qna ul, body.main .m-content-wrap .community-wrap .ds-flex .qna ul {
        margin-top: 30px; }
        body.main .content-wrap .community-wrap .ds-flex .qna ul > li, body.main .m-content-wrap .community-wrap .ds-flex .qna ul > li {
          margin-top: 12px;
          display: flex;
          justify-content: space-between; }
          body.main .content-wrap .community-wrap .ds-flex .qna ul > li .subject, body.main .m-content-wrap .community-wrap .ds-flex .qna ul > li .subject {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 410px;
            word-wrap: break-word; }
        body.main .content-wrap .community-wrap .ds-flex .qna ul > li:first-child, body.main .m-content-wrap .community-wrap .ds-flex .qna ul > li:first-child {
          margin-top: 0; }
        body.main .content-wrap .community-wrap .ds-flex .qna ul > li:hover, body.main .m-content-wrap .community-wrap .ds-flex .qna ul > li:hover {
          text-decoration: underline;
          cursor: pointer; }
      body.main .content-wrap .community-wrap .ds-flex .faq, body.main .m-content-wrap .community-wrap .ds-flex .faq {
        background: url("/images/bg-intro-faq.png") no-repeat 100% 90%; }
        body.main .content-wrap .community-wrap .ds-flex .faq .link-subject, body.main .m-content-wrap .community-wrap .ds-flex .faq .link-subject {
          margin-top: 30px; }
          body.main .content-wrap .community-wrap .ds-flex .faq .link-subject .question, body.main .m-content-wrap .community-wrap .ds-flex .faq .link-subject .question {
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            width: 370px;
            height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* 라인수 */
            -webkit-box-orient: vertical;
            word-wrap: break-word; }
          body.main .content-wrap .community-wrap .ds-flex .faq .link-subject .answer, body.main .m-content-wrap .community-wrap .ds-flex .faq .link-subject .answer {
            -webkit-line-clamp: 3;
            /* 라인수 */
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-size: 14px;
            line-height: 24px;
            height: 75px;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 370px;
            word-wrap: break-word; }
          body.main .content-wrap .community-wrap .ds-flex .faq .link-subject p:hover, body.main .m-content-wrap .community-wrap .ds-flex .faq .link-subject p:hover {
            text-decoration: underline;
            cursor: pointer; }
body.main footer .footer-wrap {
  height: auto !important; }
  body.main footer .footer-wrap .fp-tableCell {
    height: 113px !important;
    width: 100%; }

header {
  width: 100%;
  transition: 0.2s;
  z-index: 10;
  top: 0;
  left: 0;
  border-top: 2px solid #f37321; }
  header .header-wrap .members-wrap {
    text-align: right;
    padding-top: 12px; }
    header .header-wrap .members-wrap > div {
      display: inline-block; }
      header .header-wrap .members-wrap > div > a, header .header-wrap .members-wrap > div > button {
        position: relative;
        display: inline-block;
        color: #ffffff !important;
        margin-left: 50px;
        font-weight: 200; }
      header .header-wrap .members-wrap > div > a:before, header .header-wrap .members-wrap > div > button:before {
        display: block;
        position: absolute;
        top: -12px;
        left: -27px;
        content: '';
        width: 1px;
        height: 40px;
        background: rgba(255, 255, 255, 0.2); }
      header .header-wrap .members-wrap > div > button {
        margin-top: -5px; }
      header .header-wrap .members-wrap > div .login:before, header .header-wrap .members-wrap > div .memeberID:before {
        display: none; }
      header .header-wrap .members-wrap > div .members {
        padding-left: 20px;
        background-image: url("/images/icon-members.png");
        background-repeat: no-repeat;
        background-position: 0 60%; }
    header .header-wrap .members-wrap .admin-menu > button {
      padding-right: 30px;
      background-image: url("/images/icon-admin.png");
      background-repeat: no-repeat;
      background-position: 99% 60%; }
    header .header-wrap .members-wrap .admin-menu .dropdown-menu .dropdown-item:hover {
      background: url("/images/gnb-arrow-gray.png") no-repeat 10px 50%; }
  header .header-wrap .gnb-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .header-wrap .gnb-wrap a.logo h1 {
      width: 280px;
      height: 50px;
      background-image: url("/images/h1-logo.png");
      background-repeat: no-repeat;
      background-position: 0 50%;
      font-size: 17px;
      letter-spacing: 0;
      line-height: 30px !important; }
    header .header-wrap .gnb-wrap nav.first-depth > ul {
      display: flex; }
      header .header-wrap .gnb-wrap nav.first-depth > ul > li {
        position: relative; }
        header .header-wrap .gnb-wrap nav.first-depth > ul > li > a {
          display: block;
          padding: 0 20px;
          color: #ffffff !important;
          font-size: 20px;
          font-weight: 400;
          height: 75px;
          line-height: 75px; }
        header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu {
          display: none;
          position: absolute;
          top: 75px;
          z-index: 10;
          width: 220px;
          background-color: #222222;
          color: #ffffff;
          padding: 20px; }
          header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a {
            display: block;
            padding: 10px;
            line-height: 15px;
            font-weight: 200; }
          header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:hover, header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:focus, header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:active {
            padding-left: 20px;
            background: url("/images/gnb-arrow.png") no-repeat 10px 50%;
            background-repeat: no-repeat;
            background-position: 10px 50%; }
      header .header-wrap .gnb-wrap nav.first-depth > ul > li:last-child > a {
        padding-right: 0px; }

.user header, .admin header, .my header, .register header {
  background-color: #ffffff; }
  .user header .header-wrap .members-wrap > div > a, .user header .header-wrap .members-wrap > div > button, .admin header .header-wrap .members-wrap > div > a, .admin header .header-wrap .members-wrap > div > button, .my header .header-wrap .members-wrap > div > a, .my header .header-wrap .members-wrap > div > button, .register header .header-wrap .members-wrap > div > a, .register header .header-wrap .members-wrap > div > button {
    color: #222222 !important; }
  .user header .header-wrap .members-wrap > div > a:before, .user header .header-wrap .members-wrap > div > button:before, .admin header .header-wrap .members-wrap > div > a:before, .admin header .header-wrap .members-wrap > div > button:before, .my header .header-wrap .members-wrap > div > a:before, .my header .header-wrap .members-wrap > div > button:before, .register header .header-wrap .members-wrap > div > a:before, .register header .header-wrap .members-wrap > div > button:before {
    background: rgba(0, 0, 0, 0.2); }
  .user header .header-wrap .members-wrap > div .members, .admin header .header-wrap .members-wrap > div .members, .my header .header-wrap .members-wrap > div .members, .register header .header-wrap .members-wrap > div .members {
    background-image: url("/images/icon-members-gray.png"); }
  .user header .header-wrap .members-wrap .admin-menu > button, .admin header .header-wrap .members-wrap .admin-menu > button, .my header .header-wrap .members-wrap .admin-menu > button, .register header .header-wrap .members-wrap .admin-menu > button {
    background-image: url("/images/icon-admin-gray.png"); }
  .user header .header-wrap .gnb-wrap a.logo h1, .admin header .header-wrap .gnb-wrap a.logo h1, .my header .header-wrap .gnb-wrap a.logo h1, .register header .header-wrap .gnb-wrap a.logo h1 {
    background-image: url("/images/h1-logo-gray.png"); }
  .user header .header-wrap .gnb-wrap nav.first-depth > ul > li > a, .admin header .header-wrap .gnb-wrap nav.first-depth > ul > li > a, .my header .header-wrap .gnb-wrap nav.first-depth > ul > li > a, .register header .header-wrap .gnb-wrap nav.first-depth > ul > li > a {
    color: #222222 !important; }
  .user header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu, .admin header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu, .my header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu, .register header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu {
    background-color: #e3e3e3;
    color: #222222; }
    .user header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:hover, .user header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:focus, .user header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:active, .admin header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:hover, .admin header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:focus, .admin header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:active, .my header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:hover, .my header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:focus, .my header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:active, .register header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:hover, .register header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:focus, .register header .header-wrap .gnb-wrap nav.first-depth > ul > li .second-menu a:active {
      background-image: url("/images/gnb-arrow-gray.png"); }

body.register header {
  border-bottom: 1px solid #937b6e; }
body.register .content-wrap {
  min-height: calc(100vh - 380px); }

.main-content .h2-wrap {
  text-align: center;
  height: 200px;
  padding-top: 50px;
  color: #ffffff; }
  .main-content .h2-wrap h2 {
    font-size: 40px;
    font-weight: 600; }
  .main-content .h2-wrap p {
    margin-top: 16px;
    font-size: 16px; }
.main-content .h2-wrap.about {
  background: url("/images/bg-about.jpg") no-repeat 50% -250px;
  background-size: cover; }
.main-content .h2-wrap.apis {
  background: url("/images/bg-apis.jpg") no-repeat 50% -250px;
  background-size: cover; }
.main-content .h2-wrap.testbed {
  background: url("/images/bg-testbed.jpg") no-repeat 50% -250px;
  background-size: cover; }
.main-content .h2-wrap.community {
  background: url("/images/bg-community.jpg") no-repeat 50% -250px;
  background-size: cover; }
.main-content .h2-wrap.about.register-info {
  height: 270px; }

.main-content.scrollDown {
  margin-top: 46px; }

.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, body.main .footer {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f9f9f9; }
  footer .footer-wrap, body.main .footer .footer-wrap {
    position: relative;
    display: flex;
    justify-content: space-between; }
    footer .footer-wrap .inner, body.main .footer .footer-wrap .inner {
      width: 100%; }
      footer .footer-wrap .inner .footer-link, body.main .footer .footer-wrap .inner .footer-link {
        font-weight: 400; }
        footer .footer-wrap .inner .footer-link a, body.main .footer .footer-wrap .inner .footer-link a {
          padding-left: 20px; }
        footer .footer-wrap .inner .footer-link a:first-child, body.main .footer .footer-wrap .inner .footer-link a:first-child {
          padding-left: 0; }
      footer .footer-wrap .inner .footer-text, body.main .footer .footer-wrap .inner .footer-text {
        margin-top: 20px;
        padding-top: 20px;
        width: 100%;
        border-top: 1px solid #e3e3e3;
        font-size: 14px;
        line-height: 24px;
        color: #404348; }
    footer .footer-wrap .link-related, body.main .footer .footer-wrap .link-related {
      position: absolute;
      right: 0;
      top: 0; }
      footer .footer-wrap .link-related .link-affiliate, body.main .footer .footer-wrap .link-related .link-affiliate {
        color: #f37321 !important;
        font-weight: 400; }
      footer .footer-wrap .link-related .dropdown-menu, body.main .footer .footer-wrap .link-related .dropdown-menu {
        font-size: 14px; }
        footer .footer-wrap .link-related .dropdown-menu a.groupLink, body.main .footer .footer-wrap .link-related .dropdown-menu a.groupLink {
          font-size: 16px;
          font-weight: 600; }
        footer .footer-wrap .link-related .dropdown-menu a.groupLink:before, body.main .footer .footer-wrap .link-related .dropdown-menu a.groupLink:before {
          content: '------------------------';
          display: block; }
        footer .footer-wrap .link-related .dropdown-menu a:hover, footer .footer-wrap .link-related .dropdown-menu a:focus, footer .footer-wrap .link-related .dropdown-menu a:active, body.main .footer .footer-wrap .link-related .dropdown-menu a:hover, body.main .footer .footer-wrap .link-related .dropdown-menu a:focus, body.main .footer .footer-wrap .link-related .dropdown-menu a:active {
          background: none;
          color: #f37321 !important; }
  footer .topbutton-wrap, body.main .footer .topbutton-wrap {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 5; }
    footer .topbutton-wrap .btn-top, body.main .footer .topbutton-wrap .btn-top {
      width: 80px;
      height: 80px;
      border-radius: 100%;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      background: url("/images/btn-top.png") no-repeat 50% 10px;
      background-color: #8b8d91;
      transition: 0.3s; }
    footer .topbutton-wrap .btn-top:hover, body.main .footer .topbutton-wrap .btn-top:hover {
      background-color: #646669; }

.developer-lnb-wrap {
  width: 100%;
  height: 46px;
  z-index: 9;
  top: 113px;
  left: 0;
  background-color: #937b6e; }
  .developer-lnb-wrap .lnb {
    display: flex;
    width: 1180px;
    margin: 0 auto; }
    .developer-lnb-wrap .lnb .home {
      background: url("/images/icon-lnb-home.gif") no-repeat 50%;
      padding-right: 0 !important; }
      .developer-lnb-wrap .lnb .home a {
        display: block;
        width: 50px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        color: #ffffff !important; }
    .developer-lnb-wrap .lnb .drop-down {
      position: relative;
      min-width: 200px; }
      .developer-lnb-wrap .lnb .drop-down .drop-btn {
        display: block;
        height: 46px;
        line-height: 46px;
        padding-left: 20px;
        color: #ffffff !important;
        background: url("/images/catagory-arrow-down.gif") no-repeat 95% 50%; }
      .developer-lnb-wrap .lnb .drop-down .drop-menu {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 20px 0;
        margin: 0;
        background-color: #75665e;
        border: none;
        border-radius: 0; }
        .developer-lnb-wrap .lnb .drop-down .drop-menu a {
          display: block;
          color: #ffffff !important;
          padding: 10px 20px;
          line-height: 16px;
          font-size: 16px; }
        .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 {
      padding-right: 10px;
      background: url("/images/lnb-li.gif") no-repeat 100% 50%; }

.developer-lnb-wrap.scrollDown {
  position: fixed;
  top: 0; }

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

.content-wrap {
  padding-bottom: 100px; }
  .content-wrap h2 {
    font-size: 30px;
    color: #222222;
    line-height: 42px; }
  .content-wrap .h2-info {
    display: none; }

body.user .content-wrap {
  width: 1180px;
  padding-top: 90px;
  margin: 0 auto;
  min-height: calc(100vh - 540px); }
  body.user .content-wrap h3 {
    position: relative; }
  body.user .content-wrap h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    top: -10px;
    left: 0;
    background-color: #f37321; }
  body.user .content-wrap h3 + p {
    margin-top: 10px; }
  body.user .content-wrap .about-wrap .about-hanwhaAPI {
    background-image: url("/images/about-hanwha-api.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 455px;
    margin-top: 80px;
    width: 1180px; }
body.user .content-wrap.scrollDown {
  padding-top: 225px; }

body.admin .content-wrap {
  margin-top: 0px;
  min-height: calc(100vh - 450px); }
body.admin .admin-title {
  padding: 35px 0;
  background-color: #937b6e;
  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-color: #ffffff;
    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: #f37321 !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: #f37321 !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-color: #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 #f37321; }
    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 {
    height: 270px;
    padding-top: 60px;
    background: url("/images/bg-mypage.jpg") no-repeat 50% 89%;
    background-size: cover;
    text-align: center;
    color: #ffffff; }
    .my-content .my-title h2 {
      font-size: 40px; }
    .my-content .my-title p {
      font-size: 14px;
      font-weight: 200;
      line-height: 30px;
      vertical-align: middle; }
  .my-content .contents {
    margin-top: -70px; }
    .my-content .contents .content-wrap {
      width: 1180px;
      margin: 0 auto;
      min-height: calc(100vh - 490px); }
      .my-content .contents .content-wrap .list_tab {
        width: 100% !important; }
        .my-content .contents .content-wrap .list_tab > li a {
          background: #ffffff;
          border-radius: 0;
          height: 70px;
          line-height: 70px;
          font-size: 16px;
          color: #222222 !important;
          border: 1px solid #e3e3e3;
          border-top: none; }
        .my-content .contents .content-wrap .list_tab > li a.active {
          font-weight: 600;
          color: #f37321 !important;
          border: inherit;
          border-top: 3px solid #f37321;
          border-bottom: none; }
        .my-content .contents .content-wrap .list_tab > li:first-child > a {
          border-left: none; }
        .my-content .contents .content-wrap .list_tab > li:last-child > a {
          border-right: none; }
        .my-content .contents .content-wrap .list_tab > li:first-child + li {
          margin-left: 0; }
      .my-content .contents .content-wrap .tab-content {
        padding-top: 50px;
        background: #ffffff; }
        .my-content .contents .content-wrap .tab-content h3 {
          position: relative;
          font-size: 30px;
          font-weight: 600; }
        .my-content .contents .content-wrap .tab-content h3:before {
          content: '';
          display: block;
          position: absolute;
          width: 30px;
          height: 2px;
          top: -10px;
          left: 0;
          background: #f37321; }
        .my-content .contents .content-wrap .tab-content h3 + form {
          margin-top: 10px; }
        .my-content .contents .content-wrap .tab-content form ~ form {
          margin-top: 10px; }
  .my-content .newpass {
    padding-left: 10px; }
  .my-content input {
    width: inherit; }

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

.howto-wrap .part-info {
  display: flex;
  margin-top: 40px; }
  .howto-wrap .part-info .graph {
    display: table;
    display: flex; }
    .howto-wrap .part-info .graph .round {
      display: table;
      overflow: hidden;
      border-radius: 100%;
      margin-left: -30px; }
      .howto-wrap .part-info .graph .round dl {
        background: #f37321;
        color: #ffffff;
        display: table-cell;
        height: 250px;
        text-align: center;
        vertical-align: middle;
        width: 250px;
        border-radius: 100%; }
        .howto-wrap .part-info .graph .round dl dt {
          font-size: 20px; }
        .howto-wrap .part-info .graph .round dl dd {
          font-size: 12px;
          line-height: 14px;
          margin-top: 20px; }
    .howto-wrap .part-info .graph .round:first-child {
      margin-left: 0; }
  .howto-wrap .part-info .text > ul {
    display: flex; }
    .howto-wrap .part-info .text > ul > li {
      margin: 0 46px;
      padding-top: 90px;
      position: relative;
      text-align: center; }
      .howto-wrap .part-info .text > ul > li > h4 {
        color: #8b8d91;
        font-size: 14px;
        font-weight: 400; }
      .howto-wrap .part-info .text > ul > li > h4 + p {
        color: #f37321;
        font-size: 20px;
        font-weight: 600; }
      .howto-wrap .part-info .text > ul > li > h4 + p + p {
        margin-top: 20px; }
    .howto-wrap .part-info .text > ul > li:before {
      background: #f37321;
      content: '';
      display: block;
      height: 1px;
      left: -130px;
      position: absolute;
      top: 120px;
      width: 160px; }
    .howto-wrap .part-info .text > ul > li:last-child:after {
      background: #f37321;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: -50px;
      top: 120px;
      width: 80px; }
.howto-wrap .step-info {
  margin-top: 80px; }
  .howto-wrap .step-info > div {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    .howto-wrap .step-info > div .group {
      margin-top: 90px; }
      .howto-wrap .step-info > div .group li {
        display: table-row; }
        .howto-wrap .step-info > div .group li span {
          display: table-cell;
          color: #ffffff;
          font-size: 16px;
          font-weight: 400;
          min-height: 160px;
          height: 160px;
          vertical-align: middle;
          text-align: center;
          width: 95px; }
      .howto-wrap .step-info > div .group .user-group {
        background-color: #1a7a7a; }
      .howto-wrap .step-info > div .group .supply-group {
        background-color: #f37321; }
    .howto-wrap .step-info > div .step {
      width: 1080px;
      display: flex;
      justify-content: space-between; }
      .howto-wrap .step-info > div .step > li > h4 {
        background: url("/images/bg-user-step.gif") no-repeat;
        color: #1a7a7a;
        font-size: 20px;
        font-weight: 400;
        height: 80px; }
      .howto-wrap .step-info > div .step > li > dl {
        color: #ffffff;
        min-height: 160px;
        width: 210px;
        padding: 20px 10px; }
        .howto-wrap .step-info > div .step > li > dl > dd {
          padding-left: 10px;
          position: relative; }
        .howto-wrap .step-info > div .step > li > dl > dd::before {
          background: #ffffff;
          content: '';
          display: block;
          height: 2px;
          left: 0px;
          position: absolute;
          width: 2px;
          top: 12px; }
      .howto-wrap .step-info > div .step > li .user {
        background-color: #1a7a7a;
        margin-top: 10px; }
      .howto-wrap .step-info > div .step > li .supply {
        background-color: #f37321; }
      .howto-wrap .step-info > div .step .step-01 > h4 {
        background-position-y: 0;
        padding-top: 30px; }
      .howto-wrap .step-info > div .step .step-01 > h4:before {
        content: 'Step 1';
        display: block;
        color: #8b8d91;
        font-size: 14px; }
      .howto-wrap .step-info > div .step .step-02 > h4 {
        background-position-y: -80px;
        padding-top: 30px; }
      .howto-wrap .step-info > div .step .step-02 > h4:before {
        content: 'Step 2';
        display: block;
        color: #8b8d91;
        font-size: 14px; }
      .howto-wrap .step-info > div .step .step-03 > h4 {
        background-position-y: -160px;
        padding-top: 6px; }
      .howto-wrap .step-info > div .step .step-03 > h4:before {
        content: 'Step 3';
        display: block;
        color: #8b8d91;
        font-size: 14px; }
      .howto-wrap .step-info > div .step .step-04 > h4 {
        background-position-y: -240px;
        padding-top: 30px; }
      .howto-wrap .step-info > div .step .step-04 > h4:before {
        content: 'Step 4';
        display: block;
        color: #8b8d91;
        font-size: 14px; }
      .howto-wrap .step-info > div .step .step-05 > h4 {
        background-position-y: -320px;
        padding-top: 30px; }
      .howto-wrap .step-info > div .step .step-05 > h4:before {
        content: 'Step 5';
        display: block;
        color: #8b8d91;
        font-size: 14px; }

.register-info-wrap {
  margin-top: -160px; }
  .register-info-wrap .nav.list_tab {
    width: 100%;
    background-color: #ffffff; }
    .register-info-wrap .nav.list_tab li {
      margin-left: inherit; }
      .register-info-wrap .nav.list_tab li a {
        background: #ffffff;
        border-radius: 0;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        color: #222222 !important;
        border: 1px solid #e3e3e3;
        border-top: none; }
      .register-info-wrap .nav.list_tab li a.active {
        font-weight: 600;
        color: #f37321 !important;
        border: inherit;
        border-top: 3px solid #f37321;
        border-bottom: none; }
  .register-info-wrap .tab-content {
    padding-top: 90px; }

.step-wrap > ol > li {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #cccccc; }
  .step-wrap > ol > li > div {
    width: 770px; }
    .step-wrap > ol > li > div .step-img {
      width: 770px;
      height: auto; }
    .step-wrap > ol > li > div > div {
      margin-top: 20px;
      padding-top: 20px; }
      .step-wrap > ol > li > div > div > ol {
        margin-top: 10px; }
        .step-wrap > ol > li > div > div > ol > li p {
          margin-top: 20px; }
    .step-wrap > ol > li > div div:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
  .step-wrap > ol > li > ol {
    width: 360px; }
    .step-wrap > ol > li > ol li {
      margin-top: 20px; }
      .step-wrap > ol > li > ol li p {
        margin-top: 20px; }
    .step-wrap > ol > li > ol li:first-child {
      margin-top: 0; }

/* API&service */
.apiservice-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }
  .apiservice-wrap > li {
    position: relative;
    width: 370px;
    min-height: 550px;
    margin-left: 35px;
    margin-top: 30px;
    background: #fde7d4 url("/images/bg-apigroup-list.gif") no-repeat 50% 0px;
    transition: 0.5s; }
    .apiservice-wrap > li .logo-wrap {
      position: relative;
      width: 100%;
      height: 330px; }
      .apiservice-wrap > li .logo-wrap img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        max-width: 130px;
        max-height: 130px; }
    .apiservice-wrap > li .info-wrap {
      width: 250px;
      margin: 0 auto;
      text-align: center; }
      .apiservice-wrap > li .info-wrap h5 {
        overflow: hidden;
        font-size: 24px;
        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;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word; }
      .apiservice-wrap > li .info-wrap .link-list {
        position: absolute;
        width: 160px;
        height: 50px;
        bottom: 40px;
        left: 50%;
        margin-left: -80px;
        background-color: #937b6e;
        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-color: #222222; }
  .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-color: #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-color: #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: #f37321; }
      .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-color: #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-color: #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-color: #edf1f2; }

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

/* Testbed */
.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/icon-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/icon-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/icon-testbed-arrow.png") no-repeat 50% 50%; }
    .testbed-wrap .testbed-step-wrap ol li.recall-arrow {
      background: url("/images/icon-testbed-recall-arrow.png") no-repeat 50% 10px; }
    .testbed-wrap .testbed-step-wrap ol li.recall-line {
      background: url("/images/icon-testbed-recall-line.png") no-repeat 50% 10px; }
    .testbed-wrap .testbed-step-wrap ol li.recall-start {
      background: url("/images/icon-testbed-recall-start.png") no-repeat 50% 10px; }
    .testbed-wrap .testbed-step-wrap ol li.recall-arrow-new {
      color: #f37321 !important;
      background: url("/images/icon-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/icon-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/icon-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/testbed-merit1.png") no-repeat 45px 50%; }
  .testbed-wrap .testbed-merit-wrap .merit2 {
    background: url("/images/testbed-merit2.png") no-repeat 45px 50%; }
  .testbed-wrap .testbed-merit-wrap .merit3 {
    background: url("/images/testbed-merit3.png") no-repeat 45px 50%; }

.console-wrap > h3 + dl {
  margin-top: 20px; }
  .console-wrap > h3 + dl > dt {
    font-size: 20px;
    font-weight: 400; }
  .console-wrap > h3 + dl > dt + dd {
    margin-top: 10px; }
.console-wrap .search-console {
  padding: 25px;
  margin-top: 40px;
  background-color: #f37321;
  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-color: #222222;
  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: #f37321;
            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: 40px; }
#infoForm section:first-child {
  margin-top: 0px; }

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

.connectedSortable {
  width: 100% !important;
  min-height: 60px !important;
  background-color: #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-color: #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: #8b8d91 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-color: #ffffff;
        color: #8b8d91;
        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: 49%;
    padding: 20px 20px 20px 0;
    border-right: 2px solid #dbdbdb; }
  .admin-app-step2 > div:last-child {
    width: 49%;
    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: 15px !important; }

.table-wrap {
  margin-top: 10px; }
  .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: 15px !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-color: #8b8d91;
      background-image: url("/images/btn-list-search-w.png");
      background-repeat: no-repeat;
      background-position: 15px 50%;
      color: #ffffff; }
    .table-wrap .table-search .btn-search-w:hover, .table-wrap .table-search .btn-search-w:focus, .table-wrap .table-search .btn-search-w:active {
      background-color: #404348; }
    .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: #f37321;
    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: #bb581a;
    color: #ffffff; }
  .table-wrap table {
    width: 100%; }
    .table-wrap table th {
      padding: 10px 5px;
      height: 50px; }
      .table-wrap table th label {
        margin-bottom: 0 !important; }
    .table-wrap table td {
      padding: 10px 5px;
      height: 50px;
      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;
      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 > thead {
    border-top: 1px solid #9fa1a3;
    border-bottom: 1px solid #e3e3e3; }
    .table-wrap .table-type-h > thead > tr > th {
      background-color: #f9f9f9;
      border-color: #e3e3e3;
      padding: 10px 0;
      line-height: 1em;
      font-weight: 400;
      font-size: 15px;
      text-align: center; }
  .table-wrap .table-type-h > tbody > tr > td {
    background-color: #ffffff;
    text-align: center; }
  .table-wrap .table-type-v {
    border-top: 1px solid #404348; }
    .table-wrap .table-type-v > tbody > tr > th {
      background-color: #f9f9f9;
      text-align: center;
      border-bottom: 1px solid #e3e3e3;
      font-weight: 400; }
    .table-wrap .table-type-v > tbody > tr > td {
      border-left: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      padding-left: 20px; }
      .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 + th {
      border-left: 1px solid #e3e3e3; }
  .table-wrap .jsgrid-pager {
    margin-top: 20px;
    text-align: center;
    font-size: 17px !important; }
    .table-wrap .jsgrid-pager .jsgrid-pager-page, .table-wrap .jsgrid-pager .jsgrid-pager-nav-button {
      border: none;
      background-color: inherit !important;
      padding: 0;
      margin: 3px; }
      .table-wrap .jsgrid-pager .jsgrid-pager-page a, .table-wrap .jsgrid-pager .jsgrid-pager-nav-button a {
        display: inline-block;
        min-width: 35px;
        height: 35px;
        padding: 0 5px;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        font-size: 15px;
        line-height: 32px;
        transition: 0.2s; }
      .table-wrap .jsgrid-pager .jsgrid-pager-page a:hover, .table-wrap .jsgrid-pager .jsgrid-pager-page a:focus, .table-wrap .jsgrid-pager .jsgrid-pager-page a:active, .table-wrap .jsgrid-pager .jsgrid-pager-nav-button a:hover, .table-wrap .jsgrid-pager .jsgrid-pager-nav-button a:focus, .table-wrap .jsgrid-pager .jsgrid-pager-nav-button a:active {
        border: 1px solid #a7a9ac;
        background-color: #a7a9ac;
        color: #ffffff !important; }
    .table-wrap .jsgrid-pager .jsgrid-pager-page:first {
      margin-left: 0; }
    .table-wrap .jsgrid-pager .jsgrid-pager-current-page {
      display: inline-block;
      min-width: 35px;
      height: 35px;
      padding: 0 5px;
      border: 1px solid #a7a9ac !important;
      background-color: #a7a9ac !important;
      color: #ffffff !important;
      border-radius: 3px;
      font-size: 15px;
      font-weight: 200;
      line-height: 32px; }
    .table-wrap .jsgrid-pager .jsgrid-pager-nav-button a {
      padding: 0 15px; }

.table-wrap + .table-wrap {
  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;
  margin: 0 auto; }
  .login-wrap h2, .certified-wrap h2 {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 400; }
  .login-wrap h2:after, .certified-wrap h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    background: #f37321; }
  .login-wrap h2 + p, .certified-wrap h2 + p {
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
    color: #8b8d91; }
  .login-wrap #loginForm, .certified-wrap #loginForm {
    margin-top: 40px; }
  .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-color: #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: 14px;
    margin-top: 10px; }
    .login-wrap .link a, .certified-wrap .link a {
      padding-right: 15px;
      background: url("/images/blt-link-gray.gif") no-repeat 100% 50%; }
    .login-wrap .link .join, .certified-wrap .link .join {
      color: #f37321 !important;
      background: url("/images/blt-link-primary.gif") no-repeat 100% 50%; }

.find-id-wrap, .reset-pw-wrap, .register-wrap {
  text-align: center; }
  .find-id-wrap .title, .reset-pw-wrap .title, .register-wrap .title {
    position: relative;
    font-size: 40px;
    font-weight: 600; }
  .find-id-wrap .title:after, .reset-pw-wrap .title:after, .register-wrap .title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
    background: #f37321; }
  .find-id-wrap .comment, .reset-pw-wrap .comment, .register-wrap .comment {
    width: 100%;
    margin-top: 40px;
    font-size: 15px;
    text-align: center;
    color: #8b8d91; }
  .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 h3 {
    position: absolute;
    width: 110px;
    top: 60px;
    left: 50%;
    margin-left: -55px;
    font-size: 20px;
    background: url("/images/blt-link-register.gif") no-repeat 100% 50%; }
  .register-wrap .step1 > a p {
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #222222;
    font-size: 15px; }
  .register-wrap .step1 > a span {
    color: #f37321; }
  .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-color: #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: #222222 !important; }
      .register-wrap .tab-content .title-wrap label::before {
        border-color: #222222 !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-color: #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; }
  .register-wrap .step2 .list_tab {
    width: 740px; }
    .register-wrap .step2 .list_tab > li > a {
      display: inline-block;
      position: relative;
      width: 360px;
      height: 390px;
      margin: 40px 2px;
      background-color: #eeeeee;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      border-bottom: 0; }
      .register-wrap .step2 .list_tab > li > a h3 {
        position: absolute;
        width: 110px;
        top: 60px;
        left: 50%;
        margin-left: -55px;
        font-size: 20px;
        background: url("/images/blt-link-register.gif") no-repeat 100% 50%; }
      .register-wrap .step2 .list_tab > li > a p {
        position: absolute;
        bottom: 60px;
        width: 100%;
        color: #222222;
        font-size: 15px;
        line-height: 20px; }
    .register-wrap .step2 .list_tab > li > a:hover, .register-wrap .step2 .list_tab > li a.active {
      border: 2px solid #e0e0e0;
      font-weight: 400; }
    .register-wrap .step2 .list_tab > li .select-individual {
      background-image: url("/images/icon-individual.gif"); }
    .register-wrap .step2 .list_tab > li .select-agency {
      background-image: url("/images/icon-agency.gif"); }

/* 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: 0 10px !important;
    border: none !important; }
  .system-role-wrap tr.keep-highlight td.jsgrid-cell {
    background-color: #f37321; }
    .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-color: #e2e6e9;
    border-bottom: 1px solid #777d81; }
  .system-role-wrap #apiAuthTableBody tr > td:last-child {
    padding: 10px 20px;
    background-color: #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-color: #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 #222222; }

/* 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: #f37321; }
  .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-color: #8b8d91;
    color: #ffffff !important; }
  .error-wrap .btn-home {
    border: 1px solid #cbcfd3; }
  .error-wrap .copy-wrap {
    margin-top: 50px;
    font-size: 12px;
    color: #8b8d91; }

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