@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*
*
*    Common CSS
*
=======================================================================================================================*/

/*==============================================================================================
*
*    #default
*/

/*    html,body
----------------------------------------------------- */

html {
  font-size: 14px;
}

body {
  min-width: 320px;
  font-family: "Noto Sans kr","Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  font-weight: 400;
  /*
     Light 300, medium 400, Bold 700, ExtraBold 800
    */
  color: #171b2b;
  background-color: #f7f8fa;
 
}

/*    input, select, textarea, button
----------------------------------------------------- */
img {
  display: block;
  pointer-events: none;
  width: 100%;height: auto;
}
img.h{
  width: auto;height: 100%;
}
select,
textarea,
input {
  font-family: "Noto Sans kr","Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  font-weight: 400;
  line-height: normal !important;
  color: #3c3c3c;
  font-size: 14px;
}

input[type="password"] {
  font-family: initial !important;
  -webkit-text-security: disc;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
  font-weight: 400;
  font-size: 14px;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
}

input:-ms-input-placeholder {
  color: #c8c8c8;
  font-weight: 400;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
  font-weight: 400;
  opacity: 1;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
}

input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
  opacity: 1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c8c8c8;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c8c8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #c8c8c8;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #c8c8c8;
  opacity: 1;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

input:disabled {
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
}

input:focus::placeholder {
  color: #c8c8c8;
  opacity: 1;
}

textarea:focus::placeholder {
  color: #c8c8c8;
  opacity: 1;
}

textarea:focus::-webkit-input-placeholder {
  color: #c8c8c8;
  opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f9f9f9 inset;
}

input::-ms-clear {
  display: none;
}

strong {
  font-weight: 500;
}

select {
  width: 100%;
}

button {
  background-color: transparent;
}
input[type="number"]:disabled,
input[type="text"]:disabled {
  background-color: #fafafa !important;
}

/* outline */
/*button:focus,*/
button:active,
button:hover,
input:active,
input:hover {
  outline: 0;
}

input[type="submit"].focusable:focus,
input[type="text"].focusable:focus,
input[type="number"].focusable:focus,
input[type="password"].focusable:focus {
  box-shadow: 0 0 0 5px #cccccc;
  border-radius: 4px;
}

textarea.focusable:focus {
  box-shadow: 0 0 0 5px #cccccc;
  border-radius: 4px;
}

input[type="checkbox"].focusable:focus + label span,
input[type="radio"].focusable:focus + label span {
  box-shadow: 0 0 0 5px #cccccc;
  border-radius: 2px;
}

button.focusable:focus,
a.focusable:focus {
  box-shadow: 0 0 0 6px #cccccc;
  border-radius: 4px;
}
.select2_custom.focusable *:focus {
  box-shadow: 0 0 0 5px #cccccc;
  border-radius: 4px !important;
}

/*    #default
*
================================================================================================*/

/*==============================================================================================
*
*    #All
*/

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.textEllip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.textEllip2 {
  /*ex:
    height: 20px;
    line-height: 10px;
*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.textEllip3 {
  /*ex:
    height: 30px;
    line-height: 10px;
*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.disabled,
.none {
  display: none;
}

/*    button, a
----------------------------------------------------- */

.btn_common,
.btn_common *,
.btn_common::after,
.btn_common::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn_common {
  vertical-align: middle;
}
.btn_common:active 
.btn_common:disabled {
  opacity: 0.5 !important;
}
.btn_large {
  height: auto;
  color: #ffffff;
  padding:0 10px;
  text-align: center;
  cursor: pointer;
  word-break: break-word;
  display: flex;
  white-space: normal;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  min-height: 42px;
  font-size: 14px;
  font-weight: 700;border-radius: 42px;min-width: 130px;
}
.btn_point {
  background:#4FAF96;
  color:#ffffff
}

.img_shadow {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  z-index: 0;
}

/*    etc
----------------------------------------------------- */

a {
  display: inline-block;
}

.txt_hide {
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}

.drop_view {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

form:before,
form:after {
  content: " ";
  display: table;
}

form:after {
  clear: both;
}

/*   팝업
        --------------------------------------------- */
.popup_wrap {
  width: 100%;
  height: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  display: block;
  z-index: 997;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup_container {
  display: block;
  position: relative;
  text-align: center;
  height: auto;
  line-height: 100vh;
}

.popup_container .popup_content {
  display: inline-block;
  height: auto;
  background-color: #fafafa;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: calc(100% - 20px);
  vertical-align: middle;
  line-height: 100%;
}

.popup_wrap.active .popup_container .popup_content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.popup_wrap.active {
  visibility: visible;
}

.popup_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.popup_wrap.active .popup_bg {
  background-color: RGBA(0, 0, 0, 0.5);
  visibility: visible;
}

.popup_content {
  position: relative;
  box-shadow: 0 2px 4px 0 RGBA(0, 0, 0, 0.2);
  max-width: 650px;
}

.popup_wrap .popup_t .btn_popup_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.popup_wrap .popup_t .btn_popup_close span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.popup_wrap .popup_t .btn_popup_close span:after {
  content: "";
  height: 20px;
  border-left: 2px solid #000000;
  position: absolute;
  transform: rotate(45deg);
  right: 9px;
}

.popup_wrap .popup_t .btn_popup_close span:before {
  content: "";
  height: 20px;
  border-left: 2px solid #000000;
  position: absolute;
  transform: rotate(-45deg);
  right: 9px;
}
.popup_wrap .popup_m {
  position: relative;
  min-height: 100px;
}

.popup_wrap .popup_m img {
  width: 100%;
  height: auto;
}

.popup_wrap .popup_b {
  background-color: #434447;
  padding: 5px;
  text-align: right;
}
.popup_wrap .popup_b button {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 120%;
  margin-left: 5px;
}
.popup_wrap .popup_b button i {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 2px;
}
.popup_wrap .popup_b button i:after {
  content: "";
  height: 12px;
  border-left: 1px solid #ffffff;
  position: absolute;
  transform: rotate(45deg);
  right: 5px;
}
.popup_wrap .popup_b button i:before {
  content: "";
  height: 12px;
  border-left: 1px solid #ffffff;
  position: absolute;
  transform: rotate(-45deg);
  right: 5px;
}
.popup_wrap.popup_notice .popup_container .popup_content {
  max-width: 1024px;
}
.notice_content {
  position: relative;
  text-align: left;
}
.notice_item {
  padding: 60px;
}
.notice_content h6 {
  line-height: 120%;
  font-size: 30px;
  font-weight: 700;
  color: #171b2b;
}
.notice_content span {
  line-height: 120%;
  font-size: 16px;
  font-weight: 300;
  margin-top: 9px;
  color: #8c8c8c;
  display: block;
}
.notice_content p {
  line-height: 160%;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  word-break: break-word;
  margin-top: 27px;
}
.notice_content hr {
  display: block;
  background-color: #748be4;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.view_w,
.view_m {
  display: none;
}
.view_w {
  display: block;
}
@media only screen and (max-width: 767px) {
  .notice_item {
    padding: 40px 30px;
  }
  .notice_content h6 {
    font-size: 20px;
  }
  .notice_content span {
    font-size: 12px;
    margin-top: 4px;
  }
  .notice_content p {
    font-size: 13px;
    margin-top: 20px;
  }
  .notice_content hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .view_w {
    display: none;
  }
  .view_m {
    display: block;
  }
}
/*    #All
*
================================================================================================*/

/*==============================================================================================
*
*    #WS 
*/

/*   header
--------------------------------------------- */
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: sticky;
    height: 60px;
    top: 0;
    z-index: 1000;
}
.site-header .logo {
    display: block;
    color: #212A34;
    background: url('../images/bi_logo.png') left center no-repeat;
    background-size: auto 100%;
    flex:1;
    height: 24px;
    transition: transform 0.2s ease-in-out;
}
.site-header .logo:hover {
    transform: translateY(-1px);
}
.site-header .logo img {
    height: 24px;
    width: auto;
    margin-right: 12px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}
.site-header .logo-text {
    color: #212A34;
}
.site-header .logo-text span {
    color: #07469E;
    font-weight: 800;
}
.site-header nav a {
    margin-left: 24px;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s ease-in-out;
}
.site-header nav > a:first-child{margin-left: 0;}
.site-header nav a:hover {
    color: #07469E;
}
.site-header nav a.active {
    color: #07469E;
    border-bottom: 2px solid #07469E;
    padding-bottom: 4px;
}

/* page _ test  */

.page-header {
    text-align: center;
    margin-bottom: 48px;
}
.page-header h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #212A34;
    margin-bottom: 16px;
    line-height: 150%;
}
.page-header .point {
    color: #07469E;
}
.page-header p {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}
.test-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
}
.test-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.test-panel > h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #212A34;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-group {
    margin-bottom: 24px;
}
.form-group label {
    display: block;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #07469E;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}
.form-group textarea {
    min-height: 120px;
    resize: vertical;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}
.btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Noto Sans KR', sans-serif;
}
.btn.primary {
    background-color: #07469E;
    color: white;
}
.btn.primary:hover {
    background-color: #0056d2;
    transform: translateY(-1px);
}
.btn.secondary {
    background-color: #6c757d;
    color: white;
}
.btn.secondary:hover {
    background-color: #545b62;
    transform: translateY(-1px);
}
.btn.outline {
    background-color: transparent;
    color: #07469E;
    border: 2px solid #07469E;
}
.btn.outline:hover {
    background-color: #07469E;
    color: white;
}
.btn:disabled {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    transform: none;
}
.response-panel {
    background: #263238;
    border-radius: 8px;
    padding: 24px;
    color: #ffffff;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.9rem;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre-wrap;
    min-height: 200px;
}
.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 16px;
}
.status-success {
    background-color: #d4edda;
    color: #155724;
}
.status-error {
    background-color: #f8d7da;
    color: #721c24;
}
.status-loading {
    background-color: #d1ecf1;
    color: #0c5460;
}
.quick-tests {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.quick-tests h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #212A34;
    margin-bottom: 24px;
}
.test-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

/* common */
.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
    text-align: center;
    padding: 0 16px;
    height: 60px;
    background-color: #212529;
    color: #f8f9fa;
    font-size: 0.9rem;
}

main{min-height:calc(100vh - 120px);}
.table_box{overflow-x: auto;position: relative;}
@media (max-width: 768px) {
    main{min-height:calc(100vh - 110px);}
    .site-header {
      height: 50px;
        padding: 12px 16px;
    }
    .site-header .logo {
      height: 20px;
    }
    .site-header .logo img {
        height: 20px;
        margin-right: 8px;
    }
    .site-header nav a {
        margin-left: 16px;
        font-size: 0.9rem;
    }
    .test-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .test-panel {
        padding: 24px 16px;
    }
    .page-header h1 {
        font-size: 2rem;
    }
    
    
    
}
@media (max-width: 500px) {
   
    .site-header .logo {
      background: url('../images/favicon.png') left center no-repeat;
      background-size: auto 20px;
    }
}
/*   #WE
*
================================================================================================*/

