@charset "utf-8";

/* base */
.hide {
  display: none !important;
}

.hide-txt{
  overflow:hidden;
  position:absolute;
  width:1px;
  height:1px;
  font-size:1px;
  line-height:0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  margin: -1px;
  padding: 0;
  border: 0;
}


html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: keep-all;
  letter-spacing: -0.02em;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #333;
  font-size: 14px;
  -webkit-font-smoothing: antialiased
}

/* E20240119 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
  margin: 0;
  padding: 0
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%
}

input,select,textarea,button,label {
  font-size: 100%;
  vertical-align: middle
}

input,select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

select {
  font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #333;
  padding-left: 5px;
  border: 1px solid #ccc;
}

input { border: 1px solid #ccc;}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  height: 24px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 5px;
}

fieldset,img,iframe {
  border: 0 none
}

b,strong {
  font-weight: bolder;
}

img {
  vertical-align: middle;
  border-style: none;
}

textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #ccc;
  font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

th,td {text-align: left}

em,address {
  font-style: normal
}

a {
  text-decoration: none;
  background-color: transparent;
  vertical-align: middle;
  -webkit-text-decoration-skip: objects;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:active {color: #333;}

menu,li {list-style: none}

button {
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  background: none
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

caption {
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  text-indent: -9999px;
}

hr {display: none}

i,em,address {
  font-style: normal
}

label {cursor: pointer}

table {
  border-spacing: 0;
  border-collapse: collapse
}

/* class */
.hidden {
  position: absolute;
  left: -9999em;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em
}
.dis_none {display: none}
.dis_block {display: block}
.dis_ib {display: inline-block}


/*접근성 상황판단 클래스*/
.aria_chk {
  display: block;
  width: 10px;
  color: transparent;
  opacity: 0;
  height: 0;
  line-height: 0;
  letter-spacing: 0;
}


/* nav skip */
.skip_navi a {
  position: absolute;
  top: -9999em;
  width: 100%;
  background: #0e4194;
  font: bold 1.5em;
  text-align: center;
  font-weight: bold;
  z-index: 1000;
}

.skip_navi a:hover,
.skip_navi a:active,
.skip_navi a:focus {
  padding: 12px 0;
  top: 0;
  color: #fff
}


/* 라디오 */
.radio {
  display: inline-block;
  margin-right: 12px;
}

.radio input[type="radio"] {
  overflow: hidden;
  border: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.radio input[type="radio"]+label {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #494b55;
  background: url(../img/common/radio_off.png) 0 center no-repeat;
  background-size: 20px;
}

.radio input[type="radio"]:checked+label {
  background-image: url(../img/common/radio_on.png);
}

.radio input[type="radio"]:disabled+label {
  position: relative;
  cursor: default;
  background-image: none;
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #e9eaec;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }
}

.radio input[type="radio"]:checked:disabled+label {
  background-image: url(../img/common/radio_on_disabled.png);
  &::before { display: none; }
}

.radio.one {
  margin-right: 0;
}

.radio.one input[type="radio"]+label {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  text-indent: -9999em;
  color: transparent;
  overflow: hidden;
  content: '';
}

.radio.scrap input[type="radio"]+label {
  padding-left: 18px;
  background: url(../img/common/scrap_1_off.png) 0 center no-repeat;
  background-size: 16px 14px;
}

.radio.scrap input[type="radio"]:checked+label {
  background: url(../img/common/scrap_1_on.png) 0 center no-repeat;
  background-size: 16px 14px;
}

.radio.scrap.big input[type="radio"]+label {
  padding-left: 18px;
  background: url(../img/common/scrap_big.jpg) 0 center no-repeat;
  background-size: 22px 22px
}

.radio.scrap.big input[type="radio"]:checked+label {
  background: url(../img/common/scrap_big.jpg) 0 center no-repeat;
  background-size: 22px 22px;
}

.ad0604Tb .radio {
  min-width: 63px
}

.ad0604Tb .radio.check {
  width: 11%
}

.radio.radioBtn {
  margin: 0 0 0 6px;
}

.radio.radioBtn input[type="radio"]+label {
  display: block;
  border: 1px solid #ccc;
  padding: 0 17px;
  background: none;
  font-size: 12px;
  line-height: 23px;
  color: #333;
}

.radio.radioBtn input[type="radio"]:checked+label {
  border-color: #666e79;
  background-color: #747e8c;
  color: #fff
}


/* 체크박스 */
/* (기본) */
.check {
  display: inline-block;
  margin: 2px 12px 2px 0;
}

.check input[type="checkbox"] {
  overflow: hidden;
  border: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.check input[type="checkbox"]+label {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #494b55;
  background: url(../img/common/check.png) 0 center no-repeat;
  background-size: 20px;
}

.check input[type="checkbox"]:checked+label,
.check input[type="checkbox"]:checked+label:hover {
  background-image: url(../img/common/check_on_common.png);
  font-weight: 600;
}

.check input[type="checkbox"]:disabled+label {
  position: relative;
  cursor: default;
  background-image: none;
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #e9eaec;
    width: 18px;
    height: 18px;
  }
}

.check input[type="checkbox"]:checked:disabled+label {
  background-image: url(../img/common/check_on_disabled.png);
  &::before { display: none; }
}

.check.one {
  margin-right: 0;
}

.check.one input[type="checkbox"]+label {
  display: inline-block;
  max-width: 16px;
  padding: 0;
  text-indent: -9999em;
  color: transparent;
  overflow: hidden;
  content: '';
}

.check.one.star input[type="checkbox"]+label {
  min-width: 19px;
  min-height: 19px;
  padding: 0;
  text-indent: -9999em;
  color: transparent;
  overflow: hidden;
  content: '';
  background: url(../img/common/star_off.png) 0 center no-repeat;
}

.check.one.star input[type="checkbox"]:checked+label {
  background: url(../img/common/star_on.png) 0 center no-repeat;
}

.check.one.type2 input[type="checkbox"]+label {
  min-width: 16px;
  min-height: 12px;
  padding: 0;
  text-indent: -9999em;
  color: transparent;
  overflow: hidden;
  content: '';
  background: url(../img/common/sol_chk.png) 0 center no-repeat;
}

.check.one.type2 input[type="checkbox"]:checked+label {
  background: url(../img/common/sol_chk_on.png) 0 center no-repeat;
}

.check.scrap input[type="checkbox"]+label {
  min-width: 16px;
  min-height: 14px;
  padding: 1px 0;
  padding-left: 18px;
  font-size: 12px;
  background: url(../img/common/scrap_1_off.png) 0 center no-repeat;
  background-size: 16px 14px;
}

.check.scrap input[type="checkbox"]:checked+label {
  background: url(../img/common/scrap_1_on.png) 0 center no-repeat;
  background-size: 16px 14px;
}

.check.scrap.big input[type="checkbox"]+label {
  min-width: 22px;
  min-height: 22px;
  padding: 1px 0;
  padding-left: 22px;
  font-size: 18px;
  background: url(../img/btn/scrap_big.jpg) 0 center no-repeat;
  background-size: 22px 22px;
}

.check.scrap.big input[type="checkbox"]:checked+label {
  background: url(../img/btn/scrap_big.jpg) 0 center no-repeat;
  background-size: 22px 22px;
}

.check.scrap.big.on input[type="checkbox"]+label {
  background: url(../img/bg/scrap_big_on.png) 0 center no-repeat;
  background-size: 22px 22px;
}

.check_tab {
  display: inline-block;
  width: auto;
  border-radius: 6px;
  background-color: #f2f4f6;
}

.check_tab>.check,
.check_tab>.radio {
  margin: 0;
}

.check_tab>.check input[type="checkbox"]+label,
.check_tab>.radio input[type="radio"]+label {
  border-radius: 6px;
  padding: 7px 12px;
  background: none;
  background-color: #f2f4f6;
  font-size: 15px;
  line-height: 20px;
}

.check_tab>.check input[type="checkbox"]:checked+label,
.check_tab>.radio input[type="radio"]:checked+label {
  background: none;
  background-color: #5b5fe4;
  color: #fff
}

.check_tab.type02 {
  background-color: transparent;
}

.check_tab.type02>.radio+.radio {}

.check_tab.type02>.radio input[type="radio"]+label {
  border: 1px solid #d4d8e2;
  background-color: #fff;
}

.check_tab.type02>.radio input[type="radio"]:checked+label {
  background-color: #5f7693;
  border-color: #5f7693;
}

/* (포트담기) */
.btn-portfolio {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.btn-portfolio input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn-portfolio input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../static/img/common/icon_file.png');
  background-size: cover;
}

.btn-portfolio input[type="checkbox"]:checked + label::before {
  background-image: url('../../static/img/common/icon_file_on.png');
}

/* (비교하기) */
.btn-compare {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.btn-compare input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn-compare input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../static/img/common/icon_compare.png');
  background-size: cover;
}

.btn-compare input[type="checkbox"]:checked + label::before {
  background-image: url('../../static/img/common/icon_compare_on.png');
}

/* (관심) */
.btn-like {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

.btn-like input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn-like input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../static/img/common/like_24.png');
  background-size: cover;
  background-position: center center;
}

.btn-like input[type="checkbox"]:checked + label::before {
  background-image: url('../../static/img/common/like_24_on.png');
}


/* etc form */
input[type="file"].fileCustom {
  padding: 5px 5px 5px 9px;
  line-height: 20px;
}

input[type="file"].fileCustom::file-selector-button {
  display: none;
}

.subLabelCustom {
  display: inline-block;
  width: 150px;
  font-weight: 400;
}

.fileHidden {
  display: none;
}

.n_btn_file+.n_btn_del {
  display: none;
}


/* popup : 딤 */
.dim_pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.dim_pop.active {
  display: table;
}

.dim_pop .pop_wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.dim_pop .pop_in {
  display: inline-block;
  width: 1300px;
  background: #fff;
  text-align: left;
}


.dim_pop .pop_in.autoWidth {
  width: auto;
  max-width: 1300px;
}

.dim_pop .pop_in.autoWidth .table.data tbody td {
  word-break: break-all;
}

.dim_pop .pop_in .top {
  position: relative;
  height: 48px;
  line-height: 48px;
  background: #f2f5fd;
}

.dim_pop .pop_in .top .title {
  float: left;
  margin-left: 30px;
  color: #232433;
  font-size: 18px;
  font-weight: 600;
}

.dim_pop .pop_in .top .pop_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #f2f5fd;
}

.dim_pop .pop_in .top .pop_close img {
  width: 15px;
  height: 15px;
}

.dim_pop .body {
  max-height: 630px;
  padding: 25px;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow-y: auto;
}

.dim_pop .body:after {
  display: block;
  content: '';
  width: 100%;
  height: 25px;
  background: #fff;
}

.dim_pop .pop_in.free {
  width: auto;
  min-width: 360px;
  max-width: 1300px;
}

.dim_pop .pop_in.free .top {
  height: 49px;
  line-height: 49px;
}

.dim_pop .pop_in.free .title {
  margin-left: 20px;
  font-size: 20px;
}

.dim_pop .pop_in.free .body {
  width: auto;
  padding: 20px;
}

.dim_pop .pop_in.free .body.npd {
  padding: 0;
}

.dim_pop .pop_in.free .top .pop_close {
  width: 49px;
  height: 49px;
  line-height: 49px;
}


/* popup : 레이어 */
.layer_pop {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.layer_pop .pop_wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.layer_pop .pop_in {
  position: relative;
  display: inline-block;
  min-width: 360px;
  padding: 40px 28px 21px;
  box-sizing: border-box;
  border: 2px solid #4d72ab;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(153, 153, 153, 0.65);
  -moz-box-shadow: 2px 2px 4px 1px rgba(153, 153, 153, 0.65);
  box-shadow: 2px 2px 4px 1px rgba(153, 153, 153, 0.65);
}

.layer_pop .pop_close {
  position: absolute;
  right: -2px;
  top: -2px;
}

.layer_pop .text {
  font-size: 16px;
  line-height: 25px;
  color: #333;
}

.layer_pop .pop_btn {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
}

.layer_pop .pop_btn a {
  display: inline-block;
  text-align: center;
  min-width: 70px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  border: 1px solid #ebebeb;
  background: #f8f8f8;
}

.layer_pop .pop_btn a.done {
  color: #fff;
  border: 1px solid #79b7ec;
  background: #429eeb;
}

.layer_pop .text_filed {
  text-align: left;
  width: 576px;
  font-size: 12px;
}

.layer_pop .text_filed strong {
  padding-left: 8px;
  color: #1d5799;
  background: url(../img/bg/dot.gif) 0 center no-repeat;
}

.layer_pop .text_filed li {
  margin-top: 10px;
}


/* 이중팝업 우선순위 클래스 z-index값 */
.z_up { z-index: 5000 !important; }


/* 정렬 */
.tar { text-align: right !important; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.fl { float: left; }
.fr { float: right; }
.fln { float: none; }
.flex_bx { display: flex !important; }
.flex_center { justify-content: center !important; }
.flex_start { justify-content: flex-start !important; }
.flex_end { justify-content: flex-end !important; }
.flex_between { justify-content: space-between!important; }
.flex_middle { align-items: center!important; }
.flex_top { align-items: flex-start!important; }
.flex_bottom { align-items: flex-end!important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex_stretch { align-content: stretch !important; }
.flex_bx>.flex1 { flex: 1 !important; }
.flex_none { flex: none !important; }


/* margin */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }

.mr0 { margin-right: 0 !important;}
.mr5 { margin-right: 5px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb7 { margin-bottom: 7px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml100 { margin-left: 100px !important; }

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }


/* padding */
.pa0 { padding: 0 !important; }
.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }


/* font size */
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important;}
.fz14 { font-size: 14px !important; }
.fz16 { font-size: 16px !important;}


/* font weight */
.fw300 { font-weight: 300 !important;}
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }


/* width */
.w40 { width: 40% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important;}
.w80 { width: 80% !important; }
.w100, .wd100 { width: 100% !important; }
.wd150 { width: 150px !important; }
.wd200 { width: 200px !important; }
.wd350 { width: 350px !important; }


/* height */
.htFull { height: 100% !important;}
.ht200 { height: 200px !important; }
.ht350 { height: 350px !important; }
.ht400 { height: 400px !important; }
.ht450 { height: 450px !important; }


/* color */
.blue { color: #429eeb !important; }
.grey7 { color: #777 !important; }
.lightgrey { color: #999 !important; }


/* ellipse */
.ell1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.ell2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}


/* border */
.bt0 { border-top: 0 !important; }
.bb0 { border-bottom: 0 !important; }
.bl0 { border-left: 0 !important; }
.br0 { border-right: 0 !important; }


/* data */
.data {
  position: relative;
  padding-left: 14px;
}

.data::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

.data.plus { color: #f14e4e;}
.data .plus::before {
  border-bottom: 7px solid #f14e4e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.data.minus { color: #336aff; }
.data .minus::before {
  border-top: 7px solid #336aff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.data.new {
  color: #4fce67;
  font-weight: 600;
  font-size: 12px;
  padding-left: 0;
}


/* E20240119 */
/*
@font-face {
  font-family: 'Ngothic';
  font-style: normal;
  font-weight: 400;
  src: local('../../font/NanumGothic'), local(※);
  src: url(../../font/NanumGothic-Regular.eot);
  src: url(../../font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	   url(../../font/NanumGothic-Regular.woff) format('woff'),
       url(../../font/NanumGothic-Regular.woff2) format('woff2'),
       url(../../font/NanumGothic-Regular.ttf) format('ttf');
}

@font-face {
  font-family: 'Ngothic';
  font-style: normal;
  font-weight: 700;
  src: local('../../font/NanumGothicBold'), local(※);
  src: url(../../font/NanumGothic-Bold.eot);
  src: url(../../font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
	   url(../../font/NanumGothic-Bold.woff) format('woff'),
       url(../../font/NanumGothic-Bold.woff2) format('woff2'),
       url(../../font/NanumGothic-Bold.ttf) format('ttf');
}
*/
/* @font-face {
  font-family: 'Ngothic';
  font-style: normal;
  font-weight: 400;
  src: local('../../font/NanumGothic'), local(NanumGothic-Regular);
  src: url('../../font/NanumGothic.eot');
  src: url('../../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
       url('../../font/NanumGothic.woff') format('woff'),
	   url('/font/NanumGothicBold.ttf') format('truetype');
} */
/* @font-face {
  font-family: 'NBgothic';
  font-style: normal;
  font-weight: 400;
  src: local('../../font/NanumBarunGothic'), local(※);
  src: url(../../font/NanumBarunGothic.eot);
  src: url(../../font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
	   url(../../font/NanumBarunGothic.woff) format('woff'),
       url(../../font/NanumBarunGothic.woff2) format('woff2'),
       url(../../font/NanumBarunGothic.ttf) format('ttf');
}

@font-face {
  font-family: 'NBgothic';
  font-style: normal;
  font-weight: 700;
  src: local('../../font/NanumBarunGothicBold'), local(※);
  src: url(../../font/NanumBarunGothicBold.eot);
  src: url(../../font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
	   url(../../font/NanumBarunGothicBold.woff) format('woff'),
       url(../../font/NanumBarunGothicBold.woff2) format('woff2'),
       url(../../font/NanumBarunGothicBold.ttf) format('ttf');
} */
/* //E20240119 */


/* fa_pop_wrap */
.fa_pop_wrap {
  background-color: #0e4194
}

.fa_pop_wrap .fa_pop_none {
  padding: 0;
  border: 1px solid #0e4194;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: none
}

.fa_pop_wrap .fa_pop_inner {
  width: 100%;
  padding: 42px 40px;
  border: 3px solid #0e4194;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: none
}

.fa_pop_wrap .fa_pop_inner p.pop_title {
  font-size: 26px;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 {
  border: 1px solid #b3b3b3;
  width: 100%;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr th {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
  font-size: 13px;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr th {
  border-right: 1px solid #e6e6e6;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr th:last-child {
  border-right: none;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td {
  height: 40px;
  vertical-align: center;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  padding: 0 10px;
  box-sizing: border-box;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td a {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr:last-child td {
  border-bottom: none;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td {
  border-right: 1px solid #e6e6e6;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td:last-child {
  border-right: none;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td.t_center {
  text-align: center;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td.t_right {
  text-align: right;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td.t_up {
  text-align: right;
  color: #f33939;
}

.fa_pop_wrap .fa_pop_inner table.pop_table01 tr td.t_down {
  text-align: right;
  color: #0091dc;
}

.fa_pop_wrap form {
  width: 100%;
  height: 40px;
  text-align: right;
  padding-right: 60px;
  box-sizing: border-box;
  line-height: 39px;
}

.fa_pop_wrap form label {
  font-size: 12px;
  color: #fff;
}

/* .fa_pop_wrap  .bottom_pop{position: relative;width: 100%}
.fa_pop_wrap  .bottom_pop .close_btn{position: absolute;bottom: 0;right: 0;width: 40px;height: 40px;border-left:1px solid #0b3788;box-sizing: border-box;}
.fa_pop_wrap  .bottom_pop .close_btn a{display: block;width: 100%;;height: 100%;padding: 11px 12px;box-sizing: border-box;} */

.fa_pop_wrap .bottom_pop .close_btn {
  position: inherit;
  height: auto;
  width: 50%;
  border-left: none;
}

.fa_pop_wrap .bottom_pop .close_btn a {
  padding: 13px 0;
}

.bottom_pop ul {
  overflow: hidden;
  border: 1px solid #0e4194;
  border-top: none;
}

.bottom_pop ul li {
  float: left;
  width: 50%;
  height: 100%;
}

.bottom_pop ul li.pop_close {
  background-color: #282828;
}

.bottom_pop ul li.close_btn {
  background-color: #181818;
}

.bottom_pop ul li a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  font-weight: bold;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 {
  width: 100%;
  border-top: 1px solid #b3b3b3;
  border-collapse: separate;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr {
  border-bottom: 1px solid #e6e6e6;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th {
  font-size: 13px;
  padding: 10px 0;
  vertical-align: top;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.red_font {
  color: #d65d5d;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.blue_font {
  color: #0091dc;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr td {
  font-size: 13px;
  padding: 10px 0;
  vertical-align: top;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr td a:before {
  content: "|";
  color: #cccccc;
  padding-right: 10px;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr td a {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-indent: -13px;
  padding-left: 20px;
  color: #333;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.type01 {
  color: #d65d5d !important;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.type02 {
  color: #652cd9 !important;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.type03 {
  color: #0091dc !important;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.type04 {
  color: #8bbb06 !important;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.type05 {
  color: #e9c043 !important;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.type06 {
  color: #ec8000 !important;
}

.fa_pop_wrap .fa_pop_inner table.pop_table02 tr th.type07 {
  color: #318c87 !important;
}


/* 대소문자 제한 */
.lower_input { text-transform: lowercase; }
.upper_input { text-transform: uppercase; }


/* fn_live_wrap */
.fn_live_wrap {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 420px;
  height: 551px;
  background: transparent;
  z-index: 1001;
}

.fn_live_wrap .fn_live_header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}

.fn_live_wrap .fn_live_header button {
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #fff;
}

.fn_live_wrap .fn_live_header .off {
  padding-left: 30px;
  background: url(../img/common/check_live_off_white.png) left center no-repeat;
}

.fn_live_wrap .fn_live_header .close {
  width: 34px;
  height: 35px;
  background: url(../img/common/btn_pop_live_close02.png) 0 0 no-repeat;
  text-indent: -9999px;
}

.fn_live_wrap .fn_live_content {
  position: relative;
  padding: 0 24px 40px 24px;
  background: #4858e0;
  border-radius: 10px;
}

.fn_live_wrap .fn_live_content:before {
  position: absolute;
  top: 62px;
  left: 14px;
  display: block;
  width: 75px;
  height: 73px;
  background: url(../img/bg/pop_fn_live01.png) 0 0;
  content: '';
}

.fn_live_wrap .fn_live_content:after {
  position: absolute;
  bottom: 0;
  right: 0px;
  display: block;
  width: 114px;
  height: 209px;
  background: url(../img/bg/pop_fn_live02.png) 0 0;
  content: '';
}

.fn_live_wrap .fn_live_content figure {
  margin: 0 auto;
  text-align: center;
}

.fn_live_wrap .fn_live_content .fn_thumb_area {
  position: relative;
  padding-top: 122px;
}

.fn_live_wrap .fn_live_content .fn_thumb_area .fn_thumb_border {
  position: relative;
  width: 100%;
  min-height: 204px;
  border: 4px solid #fff;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.fn_thumb_border p {
  line-height: 0;
}

.fn_live_wrap .fn_live_content .fn_thumb_area .fn_live_move {
  display: block;
  width: 100%;
  height: 100%;
}

.fn_live_wrap .fn_live_content .fn_title_area {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.fn_live_wrap .fn_live_content .fn_thumb_area img {
  width: 100%;
}

.fn_live_wrap .fn_live_content button {
  display: block;
  width: 214px;
  height: 40px;
  margin: 40px auto 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}

.fn_live_wrap .fn_live_content button span {
  padding-right: 22px;
  font-size: 16px;
  line-height: 40px;
  color: #312493;
  font-weight: bold;
  background: url(../img/common/btn_fn_live.png) right center no-repeat;
}

.fn_live_wrap+.dimmed.fn_live {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  ;
  z-index: 1000;
}

/* select open div */
.dateTimeFlex {
  display: flex;
  align-items: center;
  width: 30%;
}

.dateTimeFlex>select {
  flex: 1
}

.dateTimeFlex>input[type=text] {
  flex: 2
}

.dateTimeFlex>button,
.dateTimeFlex>span {
  flex: none
}

.dateTimeFlexHidden {
  display: none;
  align-items: center;
  margin-left: 15px;
  width: 50%;
}

.dateTimeFlexHidden.flex_top.flex-wrap {
  width: calc(100% - 160px);
}

.flex-wrap>.check,
.flex-wrap>.radio {
  margin: 6px;
  width: auto;
  min-width: 120px;
}

.flex-wrap.width-auto>.check,
.flex-wrap.width-auto>.radio {
  min-width: auto;
}


/* 공통 - 랜딩, 로딩, 시스템점검, 오류 */
.pageClassLoading {
  text-align: center;
  padding-top: 240px;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loading-img {
  display: inline-block;
  width: 192px;
  height: 192px;
  background-size: cover;
  margin-bottom: 24px;
}

.loading-img.small {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
}

.loading-img.landing {
  background-image: url('../../static/img/common/common_landing.png');
}

.loading-img.inspect {
  background-image: url('../../static/img/common/common_inspect.png');
}

.loading-img.not-found {
  background-image: url('../../static/img/common/common_not_found.png');
}

.loading-img.data {
  background-image: url('../../static/img/common/common_data.png');
}

.loading-img.excel {
  background-image: url('../../static/img/common/common_excel.png');
}

.loading-img.report {
  background-image: url('../../static/img/common/common_report.png');
}

.loading-title {
  font-size: 28px;
  font-weight: 600;
}

.loading-title.wh {
  color: #ffffff;
}

.loading-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

.loading-copy {
  color: #71747c;
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.4;
}

.loading-copy.wh {
  color: #ffffff;
}

.loading-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.loading-wrap.active {
  display: block;
}

.loading-wrap .loading-bar {
  position: relative;
  width: 320px;
  height: 3px;
  background-color: #e2ebf6;
  margin-top: 52px;
  overflow: hidden;
}

.loading-wrap .loading-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #006af9;
  animation: play-state 2s linear infinite;
}

.loading-data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.loading-data>span {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 8px solid #e6eaf1;
  border-top-color: #628dff;
  border-radius: 100%;
  animation: play-spin 1s linear infinite;
}

.loading-data>span::before {
  content: '';
  position: absolute;
  top: 4px;
  right: 1px;
  width: 8px;
  height: 8px;
  background-color: #628dff;
  border-radius: 100%;
}

.loading-data>span::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #628dff;
  border-radius: 100%;
}

@keyframes play-state {
  from {
    left: 0;
  }

  to {
    left: 100%;
  }
}

@keyframes play-spin {
  to {
    transform: rotate(360deg);
  }
}