@charset "utf-8";
/* config */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.hidden_table {
  font-size: 1px;
  line-height: inherit;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.blind {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}
.list {
  list-style: none;
}
.border-all {
  border: 1px solid #e6e6e6;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.border-left {
  border-left: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.input-border {
  border: 1px solid #e0e0e0;
}
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.poF {
  position: fixed;
}
.poS {
  position: static;
}
.eng {
  font-family: 'Play', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
}
.pointer {
  cursor: pointer;
}
.vaM {
  vertical-align: middle;
}
.vaT {
  vertical-align: top;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.m0auto {
  margin: 0 auto;
}
.underline {
  text-decoration: underline;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 10px;
}
.clear20 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 20px;
}
.clear30 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 30px;
}
.clear50 {
  clear: both;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 50px;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.clamp {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  border: 0;
  outline: 0;
  cursor: pointer;
}
.letter-spacing {
  letter-spacing: -0.34px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.vertical-top {
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.vertical_mid {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical_bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.tdnone {
  text-decoration: none;
}
.oh {
  overflow: hidden;
}
/* Parametic Mixins */
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.duration {
  transition-duration: 0.5s;
}
.contents_wrap {
  margin-bottom: 30px;
  text-align: left;
}
.contents_wrap .tabtt {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  float: left;
}
.contents_wrap .tabtt:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 24px;
  background-color: #2f5fba;
  margin-right: 15px;
  vertical-align: sub;
}
.contents_wrap .intt {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
.contents_wrap .intt:nth-child(2) {
  margin: 0 0 10px 0;
}
.contents_wrap .intt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2f5fba;
  margin-right: 15px;
  vertical-align: middle;
}
.contents_wrap .apitab {
  width: 100%;
  margin: 0px auto 40px;
}
.contents_wrap .apitab ul {
  width: 100%;
  overflow: hidden;
}
.contents_wrap .apitab ul li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-right: 0;
}
.contents_wrap .apitab ul li:nth-last-child(3), .contents_wrap .apitab ul li:nth-last-child(3)~li {  width: 33.3333%;}
.contents_wrap .apitab ul li:nth-last-child(4), .contents_wrap .apitab ul li:nth-last-child(4)~li {  width: 25%;}

.contents_wrap .apitab ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  background-color: #fff;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_wrap .apitab ul li a:hover {
  background-color: #2f5fba;
  color: #fff;
}
.contents_wrap .apitab ul li a.on {
  background-color: #2f5fba;
  color: #fff;
}
.contents_wrap .apitab ul li a.on:before {
  content: "✔";
  color: #ffffff;
  padding-right: 10px;	
}

.contents_wrap .apitab ul li:last-child {
  border-right: 1px solid #e0e0e0;
}
.contents_wrap .logout_btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #6e7479;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: block;
}
.contents_wrap .logout_btn:hover {
  background: #505253;
}
.contents_wrap .logout_btn i {
  font-size: 1.5rem;
  margin-right: 5px;
}
@media (max-width: 550px) {
  .contents_wrap .apitab {
    margin: 30px auto 20px;
  }
  .contents_wrap .apitab ul li a {
    font-size: 1.4rem;
  }
  .contents_wrap .logout_btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
  }
}
.process_w {
  width: 100%;
  text-align: center;
}
.process_w li:last-child {
  background-image: none;
  padding-right: 0px;
}
.process_w li dl {
  border-radius: 8px;
  border: solid 1px #e8e8e8;
}
.process_w li dl dt {
  font-family: 'Play', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
  font-size: 1.4rem;
  color: #262626;
  font-weight: 700;
}
.process_w li dl dd {
  font-size: 1.4rem;
  color: #404040;
}
.process_info {
  clear: both;
}
.process_info dd {
  width: 100%;
  line-height: 18px;
  font-size: 1.5rem;
  color: #4d4d4d;
  padding: 10px 0 0 20px;
}
@media (min-width: 550px) {
  .process_w {
    width: 100%;
    text-align: center;
    clear: both;
  }
  .process_w li {
    width: 32%;
    display: inline-block;
    padding-right: 30px;
    margin-right: 10px;
    background-image: url('/images/new/openapi/cont_arrow.png');
    background-repeat: no-repeat;
    background-position: right 50%;
  }
  .process_w li:last-child {
    background-image: none;
    padding-right: 0px;
    width: 26%;
  }
  .process_w li dl dt {
    padding: 30px 0 0px 0 ;
  }
  .process_w li dl dd {
    padding: 100px 0 20px 0;
    font-size: 1.4rem;
    color: #404040;
  }
  .process_w li dl dd.icon1 {
    background-image: url('/images/new/openapi/icon_process_01.png');
    background-repeat: no-repeat;
    background-position: center 20%;
  }
  .process_w li dl dd.icon2 {
    background-image: url('/images/new/openapi/icon_process_02.png');
    background-repeat: no-repeat;
    background-position: center 15%;
  }
  .process_w li dl dd.icon3 {
    background-image: url('/images/new/openapi/icon_process_03.png');
    background-repeat: no-repeat;
    background-position: center 20%;
  }
}
@media (max-width: 549px) {
  .process_w {
    width: 100%;
    text-align: left;
    position: relative;
    float: left;
  }
  .process_w li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: url('/images/new/openapi/m_cont_arrow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .process_w li:last-child {
    background-image: none;
    padding-right: 0px;
    width: 100%;
  }
  .process_w li dl dt {
    display: none;
  }
  .process_w li dl dd {
    padding: 30px 0 30px 120px;
    font-size: 1.4rem;
    color: #404040;
    display: inline-block;
    background-size: 70px auto;
  }
  .process_w li dl dd.icon1 {
    background-image: url('/images/new/openapi/icon_process_01.png');
    background-repeat: no-repeat;
    background-position: 20px 15px;
  }
  .process_w li dl dd.icon2 {
    background-image: url('/images/new/openapi/icon_process_02.png');
    background-repeat: no-repeat;
    background-position: 20px 10px;
  }
  .process_w li dl dd.icon3 {
    background-image: url('/images/new/openapi/icon_process_03.png');
    background-repeat: no-repeat;
    background-position: 20px 15px;
  }
}
.Dataapi_w .pws_tabs_container {
  margin-bottom: 10px;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li {
  width: 33.3333%;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li h4 {
  margin: 0 !important;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li a {
  background: #fff;
  margin-left: -1px;
  color: #111;
  border: 1px solid #e0e0e0;
  border-right: 0;
  border-bottom: 2px solid #2f5fba;
  margin-right: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  background-image: url('/images/new/openapi/tabimg.png');
  background-repeat: no-repeat;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li a:hover {
  background: #f6f6f6;
  background-image: url('/images/new/openapi/tabimg.png');
  background-repeat: no-repeat;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li a.pws_tab_active {
  background-color: #2f5fba !important;
  color: #fff;
  border: 1px solid #2f5fba;
  border-bottom: 2px solid #2f5fba;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li a:last-child {
  border-right: 1px solid #e0e0e0;
  z-index: 0;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li:nth-child(1) a {
  background-position: 0 6px;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li:nth-child(2) a {
  background-position: 0px -65px;
}
.Dataapi_w .pws_tabs_container .pws_tabs_controll li:nth-child(3) a {
  background-position: 0 -142px;
}
.Dataapi_w .pws_tabs_list {
  background-color: #f8f8f8;
  min-height: 120px;
  padding: 10px 20px !important;
}
.Dataapi_w .pws_tabs_list div ul li {
  width: 25%;
  float: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0 0;
}
.Dataapi_w .pws_tabs_list div ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  width: 100%;
  background-color: white;
  padding: 10px;
  display: inline-block;
  border: 1px solid #e0e0e0;
}
.Dataapi_w .pws_tabs_list div ul li a:hover,
.Dataapi_w .pws_tabs_list div ul li a.select {
  border: 1px solid #0068b7;
  color: #0068b7;
  background-color: #e6f0ff;
  font-weight: bold;
}
@media (min-width: 850px) {
  .m_tabs_container {
    display: none;
  }
  .pws_tabs_container {
    display: block;
  }
}
@media (max-width: 849px) {
  .pws_tabs_container {
    display: none;
  }
  .m_tabs_container {
    display: block;
  }
  .m_tabs_container .selects-group .select {
    margin-bottom: 5px;
  }
}
.tabSelected_data {
  margin-bottom: 30px;
  text-align: left;
}
.tabSelected_data .tabtt {
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.tabSelected_data .tabtt:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 24px;
  background-color: #2f5fba;
  vertical-align: sub;
  position: absolute;
  top: 3px;
  left: 0;
}
.tabSelected_data .dttable_top {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
.tabSelected_data .intt {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px 0 10px 0;
  position: relative;
}
.tabSelected_data .intt:nth-child(2) {
  margin: 0 0 10px 0;
  clear: both;
}
.tabSelected_data .intt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2f5fba;
  margin-right: 15px;
  vertical-align: middle;
}
.tabSelected_data .dataTables_length,
.tabSelected_data .dataTables_filter,
.tabSelected_data .dataTables_info,
.tabSelected_data .dataTables_paginate {
  display: none;
}
.tabSelected_data .table_w2 {
  max-width: 100%;
}
.tabSelected_data .table_w2 table.type1 {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 1090px;
  border-top: 2px solid #113f67;
  border-bottom: 2px solid #113f67;
}
.tabSelected_data .table_w2 table.type1 th,
.tabSelected_data .table_w2 table.type1 td {
  text-align: center;
  font-size: 1.5rem;
}
.tabSelected_data .table_w2 table.type1 th a,
.tabSelected_data .table_w2 table.type1 td a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.tabSelected_data .table_w2 table.type1 th {
  background-color: #f6f8fa;
  color: #113f67;
  padding: 10px;
  line-height: 1.7;
  font-weight: 500;
  border-bottom: 1px solid #d8e5f7;
}
.tabSelected_data .table_w2 table.type1 th.yellowtable {
  background: #fbf7f2;
}
.tabSelected_data .table_w2 table.type1 td {
  background-color: white;
  color: #666666;
  padding: 10px;
  line-height: 1.7;
  border-bottom: 1px solid #ededed;
  text-align: left;
}
.tabSelected_data .table_w2 table.type1 td img {
  display: block;
}
.tabSelected_data .table_w2 table.type1 td.tC {
  text-align: center !important;
}
.tabSelected_data .table_w2 table.type1 td.url {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tabSelected_data .table_w2 table.type1 a {
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #666666;
  text-decoration: none;
}
.tabSelected_data .table_w2 table.type1 a:hover {
  text-decoration: underline;
  color: #333333;
}
.tabSelected_data .table_w {
  max-width: 100%;
}
.tabSelected_data .table_w table.dttable {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto !important;
  width: 100%;
  max-width: 1090px;
/*   min-width: 700px; */
  border-top: 2px solid #113f67;
  border-bottom: 2px solid #113f67;
}
.tabSelected_data .table_w table.dttable th,
.tabSelected_data .table_w table.dttable td {
  text-align: center;
  font-size: 1.5rem;
}
.tabSelected_data .table_w table.dttable th a,
.tabSelected_data .table_w table.dttable td a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.tabSelected_data .table_w table.dttable th {
  background-color: #f6f8fa;
  color: #113f67;
  padding: 10px;
  line-height: 1.7;
  font-weight: 500;
  border-bottom: 1px solid #d8e5f7;
}
.tabSelected_data .table_w table.dttable th.yellowtable {
  background: #fbf7f2;
}
.tabSelected_data .table_w table.dttable td {
  background-color: white;
  color: #666666;
  padding: 10px;
  line-height: 1.7;
  border-bottom: 1px solid #ededed;
  text-align: left;
}
.tabSelected_data .table_w table.dttable td img {
  display: block;
}
.tabSelected_data .table_w table.dttable td.tC {
  text-align: center !important;
}
.tabSelected_data .table_w .mCustomScrollBox {
  width: 100% !important;
}
@media (min-width: 850px) {
  .tabtt {
    margin: 10px 0 30px 0;
  }
  .dttable_top {
    min-height: 40px;
  }
  .dttable_top .selects-group {
    float: left;
    width: 60%;
    margin-bottom: 10px !important;
  }
  .dttable_top a {
    float: right;
  }
  .type1 th {
    width: 200px !important;
    background-color: #eef4fc;
  }
  .type1 td.td_date {
    font-family: 'Play', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
    font-size: 1.5rem;
  }
  .type1 td.td_view {
    font-family: 'Play', "sans-serif", "AppleGothic", "Arial", "verdana", "Helvetica";
    font-size: 1.5rem;
  }
}
@media (max-width: 849px) {
  .tabtt {
    margin: 10px 0 10px 0;
  }
  .dttable_top .selects-group {
    float: left;
    width: 80%;
    margin-bottom: 10px !important;
  }
  .dttable_top a {
    float: right;
  }
  .type1 col {
    display: none;
  }
  .type1 tr {
    border: none !important;
  }
  .type1 th {
    width: 100% !important;
    font-size: 1.4rem;
    display: block;
    text-align: left !important;
    padding: 8px 5px 10px 5px !important;
  }
  .type1 td {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    text-align: left !important;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 599px) {
  .tabtt_wrap .dttable_top .selects-group {
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
  }
  .tabtt_wrap .dttable_top a {
    float: right;
    width: 30%;
    text-align: center;
    margin-bottom: 10px !important;
  }
}
.subtabs-content {
  width: 100%;
  margin-top: 30px;
}
.subtabs-content:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.subtabs-content ul,
.subtabs-content li {
  list-style: none;
}
.subtabs-content .first-tab {
  display: block;
}
.subtabs-content .subtabs-menu {
  margin-bottom: 20px;
  padding: 0;
}
.subtabs-content .subtabs-menu ul {
  width: 100%;
}
.subtabs-content .subtabs-menu ul:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.subtabs-content .subtabs-menu ul li {
  display: inline-block;
  position: relative;
}
.subtabs-content .subtabs-menu ul li button.tm {
  height: 48px;
  line-height: 48px;
  background-color: #113f67;
  font-size: 1.5rem;
  color: white;
  width: 100%;
}
.subtabs-content .subtabs-menu ul li button.tm.active-tab-menu {
  background-color: #0068b7;
}
.subtabs-content .subtabs-menu ul li button.tm img {
  position: absolute;
  top: 18px;
  right: 17px;
}
.subtabs-content .subtabs-menu ul li a.t_more {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
}
.subtabs-content .sample_url {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px;
}
.subtabs-content .sample_url ul li select {
  margin-bottom: 5px;
}
.subtabs-content .sample_url h5 {
  font-size: 1.7rem;
  line-height: 30px;
  padding-top: 20px;
  font-weight: 500;
  width: 100%;
  display: block;
}
.subtabs-content .table_w {
  width: 100%;
  overflow-x: auto;
}
.subtabs-content .table_w table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto !important;
  min-width: 700px;
}
@media (min-width: 750px) {
  .subtabs-menu ul li {
    width: 33.1%;
  }
}
@media (max-width: 849px) {
  .subtabs-menu ul li {
    width: 32.7%;
  }
}
.open_nuri_w {
  width: 100%;
  text-align: right;
  display: block;
}
.Login_w {
  width: 100%;
}
.Login_w:after {
  content: "";
  height: 0;
  line-height: 0;
  clear: both;
  display: block;
  *zoom: 1;
}
.Login_w ul,
.Login_w li {
  list-style: none;
}
.Login_w .contents_ttl_c {
  font-size: 3.6rem;
  font-weight: 600;
  margin: 3rem auto 2rem auto;
  text-align: center;
}
.Login_w .contents_subttl_c{
  font-size: 1.6rem;
  display: block;
  font-weight: 400;
  margin: 1rem auto 2rem auto;
  text-align: center;
}
.Login_w .sns_login {
  text-align: center;
  margin: 0px auto;
}
.Login_w .sns_login li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  padding: 0 0 0 65px;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
.Login_w .sns_login li:first-child {
  background-color: #1A8849;
}
.Login_w .sns_login li:first-child i {
  background-position: 9px 8px;
}
.Login_w .sns_login li:nth-child(3) {
  background-color: #ec3938;
}
.Login_w .sns_login li:nth-child(3) i {
  background-position: 9px -30px;
}
.Login_w .sns_login li:nth-child(2) {
  background-color: #fae100;
}
.Login_w .sns_login li:nth-child(2) a {
  color: #4d4d4d;
}
.Login_w .sns_login li:nth-child(2) i {
  background-position: 9px -64px;
}
.Login_w .sns_login li:nth-child(4) {
  background-color: #3b5998;
}
.Login_w .sns_login li:nth-child(4) i {
  background-position: 9px -102px;
}
.Login_w .sns_login li:nth-child(5) {
  background-color: #69bff1;
}
.Login_w .sns_login li:nth-child(5) i {
  background-position: 9px -139px;
}
.Login_w .sns_login li i {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('/images/new/openapi/sns_login.png');
  background-repeat: no-repeat;
  background-size: 34px auto;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-right: solid 1px rgba(0, 0, 0, 0.15);
}
.Login_w .sns_login li a {
  width: 100%;
  height: 100%;
  color: white;
  display: block;
  text-decoration: none;
}
.Login_w .sns_login li a:hover {
  text-decoration: underline;
}
@media (min-width: 500px) {
  .sns_login {
    width: 400px;
  }
}
@media (max-width: 499px) {
  .sns_login {
    width: 100%;
    min-width: 300px;
  }
}
.certify_key {
  width: 100%;
  border-radius: 6px;
  background-color: #f2f2f2;
  position: relative;
  text-align: left !important;
}
.certify_key dt {
  background-color: #113f67;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  color: white;
  padding: 0;
}
.certify_key dd {
  font-size: 1.5rem;
  color: #4d4d4d;
  padding: 0px 0 0px 10px;
  display: inline-block;
}
.certify_key dd .keyIssuanceBtn {
  font-size: 1.4rem;
  height: 36px;
  line-height: 32px;
  padding: 0 1rem;
  letter-spacing: -0.5px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #e0e0e0 !important;
  color: #4d4d4d;
}
.certify_key dd .keyIssuanceBtn:hover {
  background: #0068b7;
  color: #fff;
}
.certify_key dd .keyIssuanceBtn i {
  font-size: 1.5rem;
}
@media (min-width: 890px) {
  .certify_key {
    margin-bottom: 1rem;
    padding: 0 0 0 100px;
  }
  .certify_key dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    border-radius: 6px 0px 0px 6px;
    display: inline-block;
    line-height: 70px;
  }
  .certify_key dd {
    line-height: 70px;
  }
}
@media (max-width: 889px) {
  .certify_key {
    margin-bottom: 1rem;
    padding: 0;
    position: relative;
  }
  .certify_key dt {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 6px 6px 0px 0px;
    padding: 10px 0 10px 0;
  }
  .certify_key dd {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 20px 10px;
    text-align: center;
  }
  .certify_key dd .keyIssuanceBtn {
    width: 150px;
    display: inline-block;
  }
}
/********** 
팝업창(ver.200122)  
***********/
.modaal-content-container {
  padding: 0 !important;
}
.modaal-content-container h3 {
  width: 100%;
  background-color: #0068b7;
  color: white;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 7rem;
  font-size: 2.6rem;
  position: relative;
}
.modaal-content-container .btn_close {
  position: absolute;
  top: 20px;
  right: 10px;
  background-image: url('/images/new/common/btn_close_white.png');
  background-repeat: no-repeat;
  background-size: 26px auto;
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -999px;
}
.modaal-content-container .selectoption_w {
  background-color: white;
  padding: 30px;
  display: block;
  width: 100%;
  position: relative;
}
.selectoption_w {
  width: 100%;
  margin-bottom: 2rem;
  min-width: 260px;
}
.selectoption_w ul.infotext_list li {
  font-size: 1.5rem;
  color: #333;
}
.selectoption_w ul.radio_list {
  border-top: 2px solid #2f5fba;
}
.selectoption_w ul.radio_list > li {
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.selectoption_w ul.radio_list > li.listtyp {
  width: 120px;
  background: #2f5fba;
  color: #eef4fc;
  font-size: 1.5rem;
}
.selectoption_w ul.radio_list > li.radiowrap {
  width: 100%;
  margin-left: -120px;
  padding-left: 120px;
}
.selectoption_w ul,
.selectoption_w li {
  list-style: none;
}
.selectoption_w ul {
  margin: 0;
  padding: 0;
}
.selectoption_w .noti_w {
  width: 100%;
  margin-bottom: 1rem;
}
.selectoption_w .noti_w > li {
  font-size: 1.4rem;
  color: #4d4d4d;
  position: relative;
  padding-left: 15px;
}
.selectoption_w .noti_w > li:after {
  content: '※';
  line-height: 20px;
  color: black;
  font-size: 1.4rem;
  position: absolute;
  left: 0px;
  top: 0;
  color: #666666;
}
.selectoption_w .noti_w > li span {
  color: #0068b7;
}
.selectoption_w .selectoption {
  width: 100%;
  border-radius: 6px;
  background-color: #f2f2f2;
  position: relative;
}

.selectoption_w .selectoption dt.required:after{
    content: '*';
    color: #eb080c;
}

.selectoption_w .selectoption dt {
  background-color: #e6e6e6;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #4d4d4d;
}
.selectoption_w .selectoption dd {
  font-size: 1.5rem;
  color: #4d4d4d;
  padding: 5px 10px 5px 10px;
}
.selectoption_w .selectoption dd .radio-group li {
  margin: 0.1rem 0.5rem 0.1rem 0 !important;
}
.selectoption_w .selectoption dd .inputtext {
  border: 1px solid #e0e0e0;
  height: 30px;
  margin: 5px 0px 5px 0px;
  width: 100%;
  min-width: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.selectoption_w .bbs-bttns {
  width: 100%;
  margin: 20px auto 0px auto;
  text-align: center;
  display: block;
}
.selectoption_w .bbs-bttns a {
  width: 120px !important;
  text-align: center;
}
@media (min-width: 890px) {
  .selectoption_w .selectoption {
    margin-bottom: 1rem;
    padding: 0 0 0 230px;
  }
  .selectoption_w .selectoption dt {    
  	position: absolute;    
  	font-weight: bold;
  	top: 0;    
  	left: 0;    
  	width: 230px;    
  	border-radius: 6px 0px 0px 6px;
  	display: flex;    
  	justify-content: center;    
  	align-content: center;    
  	flex-wrap: nowrap;    
  	align-items: center;  }
  }
@media (max-width: 889px) {
  .selectoption_w .selectoption {
    margin-bottom: 1rem;
    padding: 0;
    position: relative;
  }
  .selectoption_w .selectoption dt {
    position: relative;
    font-weight: bold;
    width: 100%;
    display: block;
    border-radius: 6px 6px 0px 0px;
    padding: 10px 0 10px 0;
  }
  .selectoption_w .selectoption dd {
    width: 100%;
    display: block;
    font-size: 1.4rem;
  }
}
@media (max-width: 499px) {
  .selectoption_w .selectoption {
    margin-bottom: 1rem;
    padding: 0;
    position: relative;
  }
  .selectoption_w .selectoption dd {
    padding: 5px 10px 5px 10px !important;
  }
  .selectoption_w .selectoption .radio-group li {
    margin: 0 5px 0 0 !important;
  }
}
.office_list {
  width: 100%;
  margin-bottom: 1rem;
}
.office_list ul,
.office_list li {
  list-style: none;
}
.office_list ul {
  margin: 0;
  padding: 0;
}
.office_list ul {
  width: 100%;
  border-top: 2px solid #0068b7;
}
.office_list ul li {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.office_list ul li a {
  width: 100%;
  display: block;
  line-height: 1.4;
  color: #4d4d4d;
  text-decoration: none;
}
.office_list ul li a:hover {
  text-decoration: underline;
  color: #0068b7;
}
@media (min-width: 600px) {
  .office_list a {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 599px) {
  .office_list a {
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
  }
}
.pop_test_status_add ~ .modaal-wrapper .modaal-container {
  max-width: 500px !important;
}
.pop-radiolist .selectoption_w ul.infotext_list li {
  font-size: 1.5rem;
  color: #333;
}
.pop-radiolist .selectoption_w ul.radio_list {
  border-top: 2px solid #2f5fba;
}
.pop-radiolist .selectoption_w ul.radio_list li {
  float: left;
  border-bottom: 1px solid #ccc;
}
.pop-radiolist .selectoption_w ul.radio_list li.listtyp {
  width: 70px;
  background: #2f5fba;
  color: #eef4fc;
}
.pop-radiolist .selectoption_w ul.radio_list li.radiowrap {
  width: 100%;
  margin-left: -70px;
  padding-left: 70px;
}

.tabSelected_data .searchinfo_tab {
  width: 100%;
  clear: both;
  margin: 30px 0 0 0;
  overflow: hidden;
}
.tabSelected_data .searchinfo_tab li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabSelected_data .searchinfo_tab li a {
  display: block;
  padding: 8px 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-right: 0;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
}
.tabSelected_data .searchinfo_tab li a.color_on {
  background: #2f5fba;
  color: #fff;
}
.tabSelected_data .searchinfo_tab li a.color_on:before {
	content: "✔";
	color: #ffffff;
	padding-right: 5px;
}
.tabSelected_data .searchinfo_tab li a.color_on:hover {
  background: #2f5fba;
  color: #fff;
}
.tabSelected_data .searchinfo_tab li a:hover {
  background: #f6f8fa;
}
.tabSelected_data .searchinfo_tab li:last-child a {
  border-right: 1px solid #e0e0e0;
}
.tabSelected_data .searchinfo_tab {
  width: 100%;
  clear: both;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.tabSelected_data .searchinfo_tab li a {
  font-size: 1.3rem;
}
.unitText {
  float: right;
  font-size: 13px;
  margin-bottom: 10px;
}
.tabTitle {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 10px 0;
    gap: 20px;
    white-space: nowrap;
    
}
.unitText2 {
    font-size: 13px;
    margin: 0;
    white-space: normal;
}
.contents_wrap .intt2 {
  margin: 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
