@charset "UTF-8";
/* NanumSquareNeo */
@font-face {
  font-family: "NSN-R";
  src: url("../fonts/NanumSquareNeoTTF-bRg.eot");
  src: url("../fonts/NanumSquareNeoTTF-bRg.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquareNeoTTF-bRg.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-bRg.woff") format("woff"), url("../fonts/NanumSquareNeo-bRg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NSN-B";
  src: url("../fonts/NanumSquareNeoTTF-cBd.eot");
  src: url("../fonts/NanumSquareNeoTTF-cBd.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquareNeoTTF-cBd.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-cBd.woff") format("woff"), url("../fonts/NanumSquareNeo-cBd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NSN-EB";
  src: url("../fonts/NanumSquareNeoTTF-dEb.eot");
  src: url("../fonts/NanumSquareNeoTTF-dEb.eot?#iefix") format("embedded-opentype"), url("../fonts/NanumSquareNeoTTF-dEb.woff2") format("woff2"), url("../fonts/NanumSquareNeoTTF-dEb.woff") format("woff"), url("../fonts/NanumSquareNeo-dEb.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: local("※"), url("../fonts/EliceDigitalBaeumOTF_Regular.woff") format("woff"), url("../fonts/EliceDigitalCodingverH_Regular.ttf") format("truetype"), url("../fonts/EliceDigitalBaeumOTF_Regular.otf") format("opentype"), url("../fonts/EliceDigitalBaeumOTF_Regular.eot") format("embedded-opentype");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: local("※"), url("../fonts/EliceDigitalBaeumOTF_Regular.woff") format("woff"), url("../fonts/EliceDigitalCodingverH_Regular.ttf") format("truetype"), url("../fonts/EliceDigitalBaeumOTF_Regular.otf") format("opentype"), url("../fonts/EliceDigitalBaeumOTF_Regular.eot") format("embedded-opentype");
}
/********* reset.css **********/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
label,
input,
button,
select,
textarea,
header,
main,
footer,
section,
article,
aside,
menu,
nav,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
summary,
figure,
figcaption,
hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  font-family: "NSN-R";
  letter-spacing: -0.05em;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

ul,
ol,
li {
  list-style-type: none;
}

ul:after,
ol:after,
dl:after {
  display: block;
  clear: both;
  content: "";
}

a {
  color: inherit;
  text-decoration: none;
  display: block;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

p {
  max-height: 9999px;
}

address {
  font-style: normal;
}

button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0 none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

caption,
legend {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
}

.hide {
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  position: absolute;
  left: 0;
  right: 0;
}

.clear {
  clear: both;
  display: block;
  content: "";
  overflow: hidden;
}

.br {
  display: block;
}

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

select::-ms-expand {
  display: none;
}

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

form {
  display: block;
  width: 100%;
}

input,
select,
textarea {
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0;
  font-family: inherit;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mr40 {
  margin-right: 40px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb120 {
  margin-bottom: 120px;
}

.pt40 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl20 {
  padding-left: 20px !important;
}

.fr_wrap {
  height: 50px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bo_l {
  border-left: 1px solid #999999;
}

.bo_r {
  border-right: 1px solid #999999;
}

.bo_t_blue {
  border-top: 2px solid #7aa0ff !important;
}

.fs22 {
  font-size: 22px;
}

/*clear*/
/*요소중앙정렬*/
/*아이템 정렬*/
#wrap {
  min-height: 100vh;
}

* {
  font-family: "NSN-B";
}

.wrapper.modaled {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.container {
  max-width: 1270px;
  margin: auto;
}
@media screen and (max-width: 1260px) {
  .container {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    margin-right: 13px;
    margin-left: 13px;
  }
}

.skip_navi {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.skip_navi a {
  display: block;
  position: absolute;
  left: 0;
  top: -9999px;
  z-index: 1;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.skip_navi a:hover, .skip_navi a:focus {
  top: 0;
}

/*헤더*/
.m_gnb {
  display: none;
}
@media screen and (min-width: 1080px) {
  .m_gnb {
    color: #404650;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 100;
    overflow-y: hidden;
    background: rgba(0, 0, 0, 0.6);
  }
  .m_gnb > div {
    margin-left: 80px;
    background: #fff;
    min-height: 100%;
  }
  .m_gnb > div .util {
    padding: 20px 25px;
    background: #eee;
  }
  .m_gnb > div .util:after {
    content: "";
    display: block;
    clear: both;
  }
  .m_gnb > div .util ol {
    float: left;
  }
  .m_gnb > div .util ol:after {
    content: "";
    display: block;
    clear: both;
  }
  .m_gnb > div .util ol li {
    float: left;
    position: relative;
    margin-right: 7px;
  }
  .m_gnb > div .util ol li a {
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    padding: 0 40px 0 15px;
    color: #fff;
    background: #000 url(../images/m_join.png) no-repeat right 15px center/9px auto;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.33);
  }
  .m_gnb > div .util ol li:last-child a {
    background-image: url(../images/m_login.png);
  }
  .m_gnb > div .util .btn_sitemap_close {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/m_close.png) no-repeat center/15px auto;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1080px) {
  .m_gnb > ul {
    width: 100%;
  }
  .m_gnb > ul > li a {
    display: block;
    color: #404650;
    background: url(../images/arrow_gnb_dep1_off.png) no-repeat right 30px center/7px auto;
    border-bottom: 1px solid #ddd;
  }
  .m_gnb > ul > li > a {
    font-size: 18px;
    line-height: 52px;
    background-color: #fff;
    font-weight: 500;
    padding: 0 40px 0 30px;
  }
  .m_gnb > ul > li .dep2_wrap {
    display: none;
    background-color: #f6f7fc;
  }
  .m_gnb > ul > li .dep2_wrap > .container {
    margin: 0;
    max-width: none;
    padding: 0 20px;
  }
  .m_gnb > ul > li .dep2_wrap > .container > div {
    display: none;
  }
  .m_gnb > ul > li .dep2_wrap > .container > ul > li > a {
    display: block;
    line-height: 45px;
    font-size: 15px;
    padding-left: 10px;
    background-position: right 10px center;
  }
  .m_gnb > ul > li .dep2_wrap > .container > ul > li.active2 > a {
    background-image: url(../images/arrow_gnb_dep3_off.png);
    background-size: auto 7px;
  }
  .m_gnb > ul > li .dep2_wrap > .container > ul .dep3 {
    display: none;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
  }
  .m_gnb > ul > li .dep2_wrap > .container > ul .dep3 > li > a {
    display: block;
    line-height: 32px;
    color: #656d7b;
    font-size: 14px;
    border-bottom: none;
    background: none;
    font-weight: 300;
    padding: 0 0 0 20px;
  }
  .m_gnb > ul > li .dep2_wrap > .container > ul .dep3 > li > a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #b3c1d8;
    margin-right: 7px;
    vertical-align: 3px;
  }
  .m_gnb > ul > li.active2 > a {
    background-image: url(../images/arrow_gnb_dep3_off.png);
    background-size: auto 7px;
  }
  .m_gnb > ul > li.active > a {
    background-color: #23408f;
    color: #fff;
    background-image: url(../images/arrow_gnb_dep1_on.png);
    background-size: auto 7px;
  }
  .m_gnb > ul > li.active .dep2_wrap > .container {
    margin: 0;
  }
}

#contents {
  position: relative;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
}
.page_spot {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dedede;
  color: #111;
}
.page_spot .page_tit {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 102px;
  background-image: url(../images/SUB_VISUAL1.png);
  height: 450px;
  /*
  &.sb1 {background-image:url(../../images/mayor/bg_page_tit_1.jpg);}
  &.sb2 {background-image:url(../../images/mayor/bg_page_tit_2.jpg);}
  &.sb3 {background-image:url(../../images/mayor/bg_page_tit_3.jpg);}
  &.sb4 {background-image:url(../../images/mayor/bg_page_tit_4.jpg);} */
}
.page_spot .page_tit.sb1 {
  background-image: url(../images/SUB_VISUAL2.png);
}
.page_spot .page_tit.sb2 {
  background-image: url(../images/SUB_VISUAL3.png);
}
.page_spot .page_tit.sb3 {
  background-image: url(../images/SUB_VISUAL4.png);
}
.page_spot .page_tit.sb4 {
  background-image: url(../images/SUB_VISUAL5.png);
}
.page_spot .page_tit.sb5 {
  background-image: url(../images/SUB_VISUAL6.png);
}
.page_spot .page_tit.sb6 {
  background-image: url(../images/sub_visual7.png);
}
/* 230320 수정 */
.page_spot .page_tit > span {
  display: block;
  font-size: 48px;
  word-break: keep-all;
  color: #fff;
  font-family: "elice";
  font-weight: 600;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  padding-top: 110px;
}
/* 수정 */
.page_spot .page_tit > span span.br {
  display: none;
}
.page_spot .lnbwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
.page_spot .lnbwrap .lnb_btn {
  width: 88px;
  display: none;
}
@media screen and (max-width: 1080px) {
  .page_spot .lnbwrap .lnb_btn {
    display: block;
  }
}
.page_spot .lnbwrap .lnb_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.page_spot .lnbwrap .lnb_btn.lnbhome {
  border-right: 1px solid #dedede;
}
.page_spot .lnbwrap .lnb_btn.lnbhome a {
  background: url(../images/lnb_btn_home.png) no-repeat center center;
  background-size: 40%;
}
.page_spot .lnbwrap .lnb_btn.lnbopen {
  border-left: 1px solid #dedede;
  background: url(../images/lnb_btn_open.png) no-repeat center center;
  background-size: 40%;
}
.page_spot .lnbwrap .lnb_btn.lnbopen.opened {
  background: url(../images/lnb_btn_opened.png) no-repeat center center;
}
.page_spot .lnb {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .page_spot .lnb {
    position: relative;
    width: 50%;
    flex-direction: column;
  }
  .page_spot .lnb > li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .page_spot .lnb {
    width: calc(100% - 176px);
  }
}
.page_spot .lnb > li {
  position: relative;
  vertical-align: top;
  font-family: "NSN-R";
}
@media screen and (max-width: 1080px) {
  .page_spot .lnb > li {
    display: none;
  }
  .page_spot .lnb > li.active {
    display: block;
    border-color: transparent !important;
  }
  .page_spot .lnb > li.active a {
    padding: 30px 0;
  }
  .page_spot .lnb > li.active::before {
    content: none !important;
  }
}
.page_spot .lnb > li:first-of-type:before {
  content: none;
}
.page_spot .lnb > li > a {
  width: 100%;
  padding: 30px 60px;
  font-size: 16px;
}
.page_spot .lnb > li.active {
  color: #151a59;
  position: relative;
  border-bottom: 1px solid #071081;
  font-family: "NSN-EB";
  font-weight: bold;
}
.page_spot .lnb > li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../images/sub_lnb_Arrow.png) no-repeat center bottom 10px;
  transform: translate(-50%, 50%);
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 1080px) {
  .page_spot .lnb > li:hover {
    color: #151a59;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #071081;
  }
  .page_spot .lnb > li:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../images/sub_lnb_Arrow.png) no-repeat center bottom 10px;
    transform: translate(-50%, 50%);
    box-sizing: border-box;
    display: block;
  }
}
.page_spot .lnbdropdown {
  width: calc(50% + 2px);
  display: none;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1080px) {
  .page_spot .lnbdropdown {
    width: calc(50% + 2px);
    padding: 15px 0;
    position: absolute;
    top: 90px;
    background: #fff;
    border: 1px solid #dedede;
    border-top: none;
  }
  .page_spot .lnbdropdown.on {
    display: block;
  }
  .page_spot .lnbdropdown .lnb {
    width: 100%;
  }
  .page_spot .lnbdropdown .lnb li {
    width: 100%;
  }
  .page_spot .lnbdropdown .lnb li.active {
    display: none;
  }
  .page_spot .lnbdropdown .lnb li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .page_spot .lnbdropdown {
    width: calc(100% - 174px);
  }
}
.page_spot + #contents {
  padding: 50px 0 60px;
  min-height: 80vh;
}

/*페이지 타이틀*/
.tit_lg {
  padding-bottom: 50px;
}
.tit_lg:after {
  content: "";
  display: block;
  clear: both;
}
.tit_lg.needflex {
  gap: 0 20px;
  align-items: center;
}
.tit_lg h2 {
  font-size: 30px;
  font-weight: 600;
  float: left;
}
.tit_lg .pro_box {
  float: right;
}
.tit_lg .pro_box > img {
  display: inline-block;
  margin-left: 10px;
}
.tit_lg .spacer {
  background: url(../images/main_search_spacer.png) no-repeat center center;
  width: 10px;
  height: 17px;
}
.tit_lg.b_bor {
  border-bottom: 1px solid #999999;
}

.tit_md {
  margin-bottom: 30px;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

/* 하단페이지넘버 */
.num {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}

.w200 {
  width: 200px;
  max-width: 200px !important;
}

.w50 {
  width: 50%;
}

.table th {
  font-weight: 500;
  text-align: left;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 18px 0;
}
.table td {
  border-bottom: 1px solid #999;
  padding: 35px 0;
}
.table td > div {
  display: inline-block;
}

.table2 th,
.table2 td {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #999999;
  text-align: center;
}
.table2 th {
  background-color: #d7e9ff;
  border-top: 1px solid #999999;
}
.table2 td.left {
  text-align: left;
}

.type_list:after {
  content: "";
  display: block;
  clear: both;
}
.type_list > li {
  float: left;
  margin-right: 40px !important;
  line-height: 1.2em;
}
.type_list > li label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 10px;
}
.type_list > li input {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  background-size: cover;
  margin-right: 5px;
  margin-top: 1px;
}
.type_list > li input[type=checkbox] {
  background-image: url("../images/chk_off.jpg");
}
.type_list > li input[type=checkbox]:checked {
  background-image: url("../images/chk_on.jpg");
}
.type_list > li input[type=radio] {
  background-image: url("../images/radio_off.png");
}
.type_list > li input[type=radio]:checked {
  background-image: url("../images/radio_on.png");
}
.type_list > li:last-of-type {
  margin-right: 0 !important;
}

/* 헤더 */
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  transition: 0.3s;
  /*   .hd_md{
      .container{display: table;
        >*{display: table-cell;vertical-align: middle;}
      }
  } */
}
#header:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#header:hover > .container::before {
  background-color: #374958;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 111px;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
}
#header > .container {
  padding: 0 40px;
  gap: 0 20px;
}
@media screen and (max-width: 720px) {
  #header > .container {
    padding: 0 20px;
  }
}
#header .container {
  width: 100%;
  display: flex;
  max-width: 1880px;
  position: relative;
  box-sizing: border-box;
}
#header .container:after {
  content: "";
  display: block;
  clear: both;
}
#header .container::before {
  background-color: transparent;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 111px;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
}
#header .container:after {
  content: none;
}
#header .logo {
  height: 110px;
}
#header .logo a {
  width: 188px;
  /* background: url(../images/logo.png) no-repeat center center; */
  height: 100%;
  line-height: 110px;
  display: block;
}
#header .util {
  margin-left: auto;
}
#header .util:after {
  content: "";
  display: block;
  clear: both;
}
#header .util > ul {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
#header .util > ul::after {
  content: none;
}
#header .util > ul > li.log_idtf {
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: relative;
}
#header .util > ul > li.log_idtf a.loggedin,
#header .util > ul > li.log_idtf p.loggedin {
  display: block;
}
#header .util > ul > li.log_idtf a.loggedout,
#header .util > ul > li.log_idtf p.loggedout {
  display: none;
}
#header .util > ul > li.log_idtf p.loggedin {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#header .util > ul > li.log_idtf p.loggedin .usrnm {
  font-size: 14px;
}
#header .util > ul > li.log_idtf .usrmn {
  position: absolute;
  z-index: 99;
  top: 50px;
  left: 31px;
  box-shadow: 0 0 1px #000;
  background: #c7dfff;
  border-radius: 2px;
  padding: 0 10px;
  display: none;
}
#header .util > ul > li.log_idtf .usrmn.poped {
  display: block;
}
#header .util > ul > li.log_idtf .usrmn::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 14px;
  height: 14px;
  background: #c7dfff;
}
#header .util > ul > li.log_idtf .usrmn::after {
  content: none;
}
#header .util > ul > li.log_idtf .usrmn li {
  display: unset;
}
#header .util > ul > li.log_idtf .usrmn li a {
  padding: 10px 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #444;
  font-weight: 600;
}
#header .util > ul > li.log_idtf .usrmn li:first-child a {
  border-bottom: 1px solid #328eff;
}
#header .util > ul > li > ul > li:last-of-type {
  display: none;
}
#header .util > ul > li .langch {
  padding-right: 5px;
}
#header .util > ul > li .langch .rvled {
  display: none;
}
#header .util > ul > li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
#header .util .btn_search_open {
  display: inline-block;
  background: url(../images/search_btn.png) no-repeat center;
  width: 23px;
  height: 110px;
  /* &.active{background-image: url(../images/icon_search_close.png);
  + .search_box{display: block;}
  } */
}
#header .util .open_gnb {
  background: url(../images/sitemap_btn.png) no-repeat center;
  width: 23px;
  height: 110px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  #header .util li:first-child {
    display: none;
  }
  #header .util li:nth-child(2) {
    display: none;
  }
  #header .util li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header .util .open_gnb {
    height: 70px;
  }
}
#header .m_btn {
  display: none;
}
#header .hd_menu {
  width: 50%;
}
#header .hd_menu .container {
  width: 100%;
}
#header #gnb {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header #gnb:after {
  content: "";
  display: block;
  clear: both;
}
#header #gnb .container:after {
  content: "";
  display: block;
  clear: both;
}
#header #gnb .gnb_hd {
  display: none;
}
#header #gnb .dep1 {
  display: flex;
  justify-content: space-between;
}
#header #gnb .dep1::after {
  content: none;
}
#header #gnb .dep1 > li {
  position: relative;
  width: auto;
}
#header #gnb .dep1 > li > a {
  display: table;
  width: 100%;
  height: 110px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  #header #gnb .dep1 > li > a {
    font-size: 16px;
  }
}
#header #gnb .dep1 > li > a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#header #gnb .dep2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  word-break: keep-all;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
#header #gnb .dep2 li a {
  margin-bottom: 10px;
}
#header #gnb .dep2 li:hover {
  color: #fff;
}
#header #gnb .m_util {
  display: none;
}

@media screen and (max-width: 1260px) {
  #header .container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .container {
    margin: 0 20px;
    max-width: 100%;
  }
  #header:hover {
    background-color: unset;
  }
  #header:hover > .container::before {
    display: none;
  }
  #header #gnb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
  }
  #header #gnb .dep1 > li > a span {
    text-align: left;
  }
  #header .hd_menu .logo a {
    background-position: top left;
    height: 60px;
  }
  #header .hd_menu {
    width: unset;
  }
  #header .util > div > div {
    display: none;
  }
  #header .util > div .logo {
    position: absolute;
    top: 20px;
    display: block;
    left: 20px;
    content: "";
  }
  #header .util > div .logo a {
    background-size: 240px auto;
    background-position: top 5px left;
    /*220930*/
  }
  #header .hd_menu #gnb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    background: #fff;
    z-index: 100;
  }
  #header .hd_menu #gnb .container:after {
    content: "";
    display: block;
    clear: both;
  }
  #header .hd_menu #gnb:before {
    content: none;
  }
  /* 230320 수정 */
  #header .hd_menu #gnb .gnb_hd {
    width: 100%;
    height: 110px;
    line-height: 110px;
    text-align: right;
    display: block;
    background: #fff;
    position: relative;
  }
  /* 수정 */
  #header .hd_menu #gnb .gnb_hd:after {
    content: "";
    display: block;
    clear: both;
  }
  #header .hd_menu #gnb .gnb_hd img {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 240px;
    /* 220930 */
  }
  #header .hd_menu #gnb .gnb_hd .close_gnb {
    vertical-align: middle;
    width: 33px;
    margin-right: 20px;
    background: url(../images/m_gnb_close.png) no-repeat center right;
    background-size: auto 28px;
    height: 60px;
  }
  #header .hd_menu .m_btn {
    display: block;
    text-align: right;
  }
  #header .hd_menu .m_btn .open_gnb {
    width: 40px;
    height: 50px;
    background: url(../images/btn_sitemap_open2.png) no-repeat top right;
    background-size: 30px auto;
  }
  #header .hd_menu .m_btn .logo a {
    background-size: auto 40px;
    line-height: 40px;
  }
  #header #gnb .container:after {
    content: "";
    display: block;
    clear: both;
  }
  #header #gnb:before {
    content: none;
  }
  #header #gnb .gnb_hd:after {
    content: "";
    display: block;
    clear: both;
  }
  #header #gnb .dep1 {
    width: 100%;
    padding: 0 0 30px 25px;
    flex-direction: column;
  }
  #header #gnb .dep1 > li {
    width: 100%;
    border-bottom: 1px solid #dde1ea;
  }
  #header #gnb .dep1 > li > a {
    display: table;
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 24px;
    color: #000;
    line-height: 60px;
  }
  #header #gnb .dep1 > li > a.menu_btn {
    position: relative;
  }
  #header #gnb .dep1 > li > a.menu_btn:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    background: url(../images/icon_gnb_dep1_off.png) no-repeat center/20px auto;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  #header #gnb .dep1 > li > div {
    position: static;
    visibility: visible;
    min-height: auto;
    display: none;
    background-color: #fff;
  }
  #header #gnb .dep1 > li > div:before,
  #header #gnb .dep1 > li > div:after {
    content: none;
  }
  #header #gnb .dep1 > li > div > div {
    display: none;
  }
  #header #gnb .dep1 > li.active > a span:before,
  #header #gnb .dep1 > li.active > a span:after {
    content: none;
  }
  #header #gnb .dep1 > li.active > a.menu_btn:after {
    background: url(../images/icon_gnb_dep1_on.png) no-repeat center/20px auto;
  }
  #header #gnb .dep1 > li.active > div {
    visibility: visible;
  }
  #header .hd_menu #gnb .dep1 > li > div {
    position: static;
    visibility: visible;
    min-height: auto;
    display: block;
  }
  #header .hd_menu #gnb .dep1 > li > div > div {
    margin: 0;
  }
  #header .hd_menu #gnb .dep1 > li > div > div > div {
    display: none;
  }
  #header .hd_menu #gnb .dep1 > li > div::before,
  #header .hd_menu #gnb .dep1 > li > div::after {
    display: none;
  }
  #header .hd_menu #gnb .dep2 > li {
    display: block;
    width: 100%;
  }
  #header .hd_menu #gnb .dep2 > li::after {
    display: none;
  }
  #header #gnb .dep2 li:hover > a {
    text-decoration-line: none;
  }
  #header .hd_menu #gnb .dep2 > li > a {
    font-size: 20px;
    line-height: 50px;
    height: auto;
    padding: 0;
    width: 100%;
    display: block;
    border-bottom: 0;
    position: relative;
    font-weight: 500;
    text-align: left;
    color: #666;
    margin-bottom: 0;
  }
  #header #gnb .dep2 > li > a.menu_btn:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    background: url(../images/lnb_arrow_down.png) no-repeat center/14px auto;
    width: 14px;
    height: 9px;
    transform: translateY(-50%);
  }
  #header #gnb .dep2 > li.active > a.menu_btn:after {
    background: url(../images/lnb_arrow_up.png) no-repeat center/14px auto;
  }
  #header #gnb .dep2 {
    border-top: 2px solid #7196ff;
    display: none;
    position: relative;
    padding: 0;
    padding-left: 25px;
  }
  #header #gnb .dep2:before {
    content: none;
  }
  #header #gnb .dep2 > li {
    border-bottom: 1px solid #dde1ea;
    display: block;
  }
  #header #gnb .dep2 > li > h2 {
    display: none;
  }
  #header #gnb .dep2 > li:last-of-type {
    border-bottom: 0;
  }
  #header #gnb .dep2 > li > a:after {
    content: none;
  }
  #header #gnb .dep2 > li.active > a:before {
    content: "";
    background-color: #fff;
  }
  #header #gnb .dep2 > li.active > a.menu_btn {
    position: relative;
  }
  #header #gnb .dep2 > li .dep3 {
    padding-left: 0;
    display: none;
    width: 100%;
    padding-left: 20px;
    height: auto;
  }
  #header #gnb .dep2 > li .dep3 > li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
    line-height: 60px;
  }
  #header #gnb .dep2 > li .dep3 > li:before {
    content: none;
  }
  #header #gnb .dep2 > li .dep3 > li > a {
    /* 221014 */
    font-size: 19px;
    color: #555;
    display: inline-block;
    width: 100%;
  }
  #header #gnb .dep3 {
    border-top: 1px solid #dde1ea;
    display: none;
    position: relative;
    padding: 0;
    padding-left: 25px;
  }
  #header #gnb .dep3 > li {
    border-bottom: 1px solid #dde1ea;
    display: block;
  }
  #header #gnb .dep3 > li:last-child {
    border-bottom: none;
  }
  #header #gnb .m_util > li:first-of-type {
    border-right: 1px solid #80a6e3;
  }
  #header .hd_menu #gnb .m_util {
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #header .hd_menu #gnb .m_util:after {
    content: "";
    display: block;
    clear: both;
  }
  #header .hd_menu #gnb .m_util > li {
    float: left;
    width: 50%;
    text-align: center;
  }
  /* 220928 수정 */
  #header .hd_menu #gnb .m_util > li.loginname {
    width: 100%;
    padding: 20px 0;
    height: 65px;
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  #header .hd_menu #gnb .m_util > li {
    border-right: 1px solid #ccc;
  }
  #header .hd_menu #gnb .m_util > li:last-child {
    border-right: none;
  }
  #header .hd_menu #gnb .m_util > li a img {
    display: block;
    margin: auto;
  }
  #header .hd_menu #gnb .m_util > li a {
    font-size: 20px;
    text-align: center;
    color: #555;
    padding: 20px 0;
  }
}
@media screen and (max-width: 720px) {
  #header .container {
    height: 120px;
  }
  #header .util ul {
    height: 100%;
  }
}
/* 푸터 */
.footer .container {
  max-width: 1270px;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.footer .container > ul {
  padding: 40px 20px;
  text-align: right;
  border-bottom: 1px solid #c8c8c8;
}
.footer .container > ul li {
  text-align: right;
  display: inline-block;
  padding: 0 10px;
}
.footer .container > ul li:first-child {
  padding-left: 0;
}
.footer .container > ul li:last-child {
  padding-right: 0;
}
.footer .container .adr {
  padding: 40px 70px 110px;
}
.footer .container .adr:after {
  content: "";
  display: block;
  clear: both;
}
.footer .container .adr ol {
  background: url(../images/footer_logo.png) no-repeat center left;
  padding-left: 153px;
  height: 60px;
  font-size: 14px;
  font-weight: 600;
  float: left;
}
.footer .container .adr .website {
  float: right;
  width: 235px;
  position: relative;
}
.footer .container .adr .website .btn {
  position: relative;
  width: 100%;
  border: 2px solid #b1b1b1;
  border-radius: 42px;
  height: 42px;
  padding: 0 45px 0 30px;
  text-align: left;
  background: #2d457c url(../images/website_arrow_down.png) no-repeat right 32px center;
  z-index: 1;
  color: #aaa;
}
.footer .container .adr .website .btn.active {
  background-image: url(../images/website_arrow_up.png);
}
.footer .container .adr .website > ul {
  padding-top: 20px;
  display: none;
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid #b1b1b1;
  border-radius: 0 0 5px 5px;
}
.footer .container .adr .website > ul li {
  padding: 10px 28px;
  border-bottom: 1px solid #b1b1b1;
}
.footer .container .adr .website > ul li:last-child {
  border-bottom: none;
}
.footer.sub {
  background-color: #2d457c;
  color: #aaa;
}
.footer.main .container {
  max-width: 1200px;
}
.footer.main .container > ul {
  position: relative;
}
.footer.main .container .adr ol {
  color: #444;
}
.footer.main .container .adr .website .btn {
  background-color: #fff;
  color: #000;
}
.footer.main .container .adr .website > ul {
  background-color: #fff;
}
@media screen and (max-width: 1260px) {
  .footer.main .container ul::after {
    left: 77px;
  }
  .footer.main .container ul::before {
    right: 149px;
    height: 1500px;
    z-index: 0;
  }
}
@media screen and (max-width: 1100px) {
  .footer.main .container ul::before {
    right: 139px;
  }
}
@media screen and (max-width: 1080px) {
  .footer.main .container ul::after {
    left: 103px;
  }
  .footer.main .container ul::before {
    right: 102px;
    height: 2000px;
  }
  .footer .container .adr ol {
    margin-top: 40px;
  }
}
@media screen and (max-width: 887px) {
  .footer .container > ul {
    padding: 40px 10px;
  }
  .footer .container > ul li {
    padding: 0 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .footer .container {
    border-left: unset;
    border-right: unset;
  }
  .footer .container > ul {
    display: none;
  }
  .footer .container .adr ol {
    background-position: center top;
    padding-left: 0;
    padding-top: 75px;
    text-align: center;
  }
  .footer .container .adr .website {
    float: unset;
    margin: auto;
  }
}

#contents .banner {
  position: relative;
}
#contents .banner .slide_tit {
  position: absolute;
  top: 30%;
  left: 3%;
  z-index: 2;
}
#contents .banner .slide_tit > h2 {
  max-width: 600px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 36px;
  text-shadow: 1px 1px 6px #000;
}
#contents .banner .slide_tit > h2 b {
  display: block;
  font-size: 60px;
  margin-left: -2px;
  margin-top: -10px;
  letter-spacing: -4.5px;
}
#contents .banner .slide_tit > h2 span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
}
#contents .banner .slide_box {
  position: relative;
  /*  .slide_btn{ position: absolute; left: 45%; top:28%; width: 100%; display: block;z-index:1; transform: translateX(-50%);
    .pagination_dot {text-align:center;  margin-right: 10px; display: inline-block;
      li {float:left;font-size:1rem;margin:0 10px;
        button {$dotSize : 20px; color: #fff; height: 36px; line-height: 36px;
            width:$dotSize;overflow:hidden; opacity: 0.5;}
        &.slick-active button {
            border-bottom: 2px solid #fff;opacity: 1;
          }
      }
    }
    .control { display: inline-block;
      :nth-child(n) {display:inline-block; font-size:1rem;margin:0 5px;vertical-align:top;}
      .btn {
          &.next,&.prev {position: absolute; bottom: 300%; right: 105px; background: #000 url('../images/banner_next.png') no-repeat center center; opacity: 40%;
            border-radius: 50px; width: 80px; height: 80px;
          }
          &.prev { position: absolute;left: 105px;
            background:#000 url('../images/banner_prev.png') no-repeat center center;
          }
          &.pause {display: inline-block; background:url('../images/slide_pause.png') no-repeat center center;
            width: 9px; height: 12px; margin: -5px 0;
          }
          &.play {background:url('../images/slide_play.png') no-repeat center center;}
      }
    }
  } */
}
#contents .banner .slide_box .video_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
#contents .banner .slide_box .video_wrap video {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 720px) {
  #contents .banner .slide_tit {
    position: unset;
    background: linear-gradient(0deg, #17557c, #0a2033);
    max-width: none;
  }
  #contents .banner .slide_tit h2 {
    text-align: center;
    padding-top: 120px;
    margin: auto;
    font-size: 29px;
  }
  #contents .banner .slide_tit h2 b {
    font-size: 42px;
  }
  #contents .banner .slide_tit h2 span {
    font-size: 11.5px;
  }
  #contents .banner .slide_box .video_wrap video {
    height: 65%;
  }
}
#contents .section1 {
  max-width: 1044px;
}
#contents .section1 > .swiper {
  overflow: visible;
}
@media screen and (max-width: 840px) {
  #contents .section1 > .swiper {
    overflow: hidden;
  }
}
#contents .section1 ul {
  width: 100%;
  z-index: 1;
  margin-top: -110px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
#contents .section1 ul.on > li:first-child.up {
  transform: translateY(-60px);
}
#contents .section1 ul.on > li:first-child.down {
  transform: translateY(45px);
}
#contents .section1 ul.on > li:nth-child(2).up {
  transform: translateY(-10px);
}
#contents .section1 ul.on > li:nth-child(2).down {
  transform: translateY(60px);
}
#contents .section1 ul.on > li:last-child.up {
  transform: translateY(-100px);
}
#contents .section1 ul.on > li:last-child.down {
  transform: translateY(20px);
}
@media screen and (max-width: 720px) {
  #contents .section1 ul::after {
    display: none !important;
  }
  #contents .section1 ul::before {
    display: none !important;
  }
}
#contents .section1 ul::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #c8c8c8;
  width: 1px;
  height: 200px;
  left: 0;
  bottom: -102px;
  z-index: -1;
}
#contents .section1 ul::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c8c8c8;
  width: 1px;
  height: 800px;
  right: 0;
  bottom: -501px;
  z-index: -1;
}
#contents .section1 ul li {
  width: 27.402%;
  min-width: 280px;
  height: 521px;
  flex: 1;
  position: relative;
  transition: all 0.3s;
}
#contents .section1 ul li.slitem01 a {
  background: url(../images/bg_slitem01.png) no-repeat center center/cover;
}
#contents .section1 ul li.slitem02 a {
  background: url(../images/bg_slitem02.png) no-repeat center center/cover;
}
#contents .section1 ul li.slitem03 a {
  background: url(../images/bg_slitem03.png) no-repeat center center/cover;
}
#contents .section1 ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #071734;
  color: #fff;
  padding: 30px;
  text-align: center;
}
#contents .section1 ul li a dl {
  text-align: left;
  min-height: 200px;
}
#contents .section1 ul li a dl dt {
  font-size: 30px;
  line-height: 0.9;
  margin-bottom: 20px;
}
#contents .section1 ul li a dl dt span {
  font-weight: 200;
}
#contents .section1 ul li a dl dd {
  font-size: 17px;
}
#contents .section1 ul li:nth-child(2) {
  margin-top: -65px;
}
#contents .section1 ul li:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c8c8c8;
  width: 1px;
  height: 500px;
  bottom: -500px;
  left: 0;
  z-index: -1;
}
#contents .section1 ul li:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #c8c8c8;
  width: 1px;
  height: 370px;
  top: 440px;
  right: 0;
  z-index: -1;
}
#contents .section1 ul li:last-child {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  #contents .section1 ul {
    justify-content: space-evenly;
  }
  #contents .section1 ul li {
    width: 30%;
    margin-right: 10px;
  }
  #contents .section1 ul li:nth-child(2) {
    margin-top: 0;
  }
  #contents .section1 ul li:nth-child(2)::after {
    height: 700px;
    top: 100px;
  }
  #contents .section1 ul li:last-child {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  #contents .section1 {
    padding: 0 20px;
    margin-top: -50px;
  }
  #contents .section1 ul {
    margin-top: 0;
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #contents .section1 {
    position: unset;
    margin-top: -355px;
  }
}
#contents .section2 {
  margin-top: 160px;
  /* ul {
    @include clear;
    padding: 0 78px;

    >li {
      float: left;
      width: 31%;

      &:first-child {
        padding: 108px 10px 30px;

        a {
          font-family: 'eilce';

          b {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.8rem;
            display: block;
            margin-bottom: 20px;
            color: #444;
            @include ell3;
          }

          span {
            margin-bottom: 15px;
            display: block;
            @include ell2;
            font-weight: 550;
          }

          em {
            display: block;
            font-weight: 550;
          }

          strong {
            margin: 30px auto;
            display: block;
            background-color: #5cb9d0;
            color: #fff;
            height: 45px;
            line-height: 45px;
            border-radius: 25px;
            max-width: 200px;
            text-align: center;
            font-weight: 600;
          }

          div {
            text-align: center;
          }
        }
      }

      ol {
        li {
          padding: 43px 0;
          margin: auto;
          display: block;
          text-align: center;
          color: #999999;

          span {
            display: block;
            margin-top: 5px;
          }

          &:nth-child(2) {
            background: #5cb9d0;
            color: #fff;
          }
        }
      }
    }
  } */
}

/* 230320 수정 */
@media screen and (max-width: 1260px) {
  #contents .section2 {
    margin-top: 260px;
  }
}
#contents .section2 .art {
  height: 519px;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0 100px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1260px) {
  #contents .section2 .art {
    height: unset;
    background: none;
  }
}
#contents .section2 .art .bgwrap {
  width: 874px;
  height: 500px;
  position: relative;
  top: -174px;
  background: url(../images/section2_img.png) no-repeat center center;
}
@media screen and (max-width: 1260px) {
  #contents .section2 .art .bgwrap {
    flex-shrink: 0;
    z-index: 4;
  }
}
@media screen and (max-width: 930px) {
  #contents .section2 .art .bgwrap {
    width: calc(100% - 50px);
  }
}
#contents .section2 .art .bgwrap p {
  font-size: 36px;
  color: #bababa;
  position: absolute;
  top: 100px;
  left: 40%;
}
@media screen and (max-width: 1260px) {
  #contents .section2 .art .bgwrap p {
    left: 5%;
  }
}
#contents .section2 .art .textwrap {
  max-width: 500px;
  word-break: keep-all;
}
@media screen and (max-width: 1260px) {
  #contents .section2 .art .textwrap {
    background-color: #f5f5f5;
    padding: 190px 20px 50px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 930px) {
  #contents .section2 .art .textwrap {
    max-width: unset;
    width: calc(100% - 50px);
  }
}
#contents .section2 .art .textwrap h2 {
  font-size: 36px;
  font-weight: 600;
  color: #444;
  margin-bottom: 50px;
  line-height: 2.5rem;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  #contents .section2 .art .textwrap h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  #contents .section2 .art .textwrap h2 {
    font-size: 24px;
  }
}
#contents .section2 .art .textwrap h2 b {
  font-weight: 500;
  display: block;
}
#contents .section2 .art .textwrap p {
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
#contents .section2 .art .textwrap span {
  font-weight: 300;
}

#contents .section2 .notice {
  padding: 0 113px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}

#contents .section2 .notice .notice_titwrap {
  position: absolute;
  transform: translate(-50%, -50%);
  display: block;
  left: -40px;
}
@media screen and (max-width: 1730px) {
  #contents .section2 .notice .notice_titwrap {
    left: 60px;
  }
}
@media screen and (max-width: 1530px) {
  #contents .section2 .notice .notice_titwrap {
    left: 200px;
  }
}
  /* 230320 수정 */
@media screen and (max-width: 1080px) {
  #contents .section2 .notice .notice_titwrap {
    display: none;
  }
}
  /* 수정 */
#contents .section2 .notice .notice_titwrap h6 {
  font-size: 140px;
  font-family: "Trebuchet MS";
  font-weight: bold;
  color: #393939;
  opacity: 0.16;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1730px) {
  #contents .section2 .notice .notice_titwrap h6 {
    font-size: 120px;
  }
}
#contents .section2 .notice .notice_titwrap::after {
  content: "";
  display: block;
  width: 276px;
  height: 128px;
  background: #ff7676;
  position: absolute;
  top: -5px;
  right: -112px;
  z-index: 4;
}

@media screen and (max-width: 1730px) {
  #contents .section2 .notice .notice_titwrap::after {
    width: 206px;
    height: 98px;
    right: -72px;
  }
}

/* 수정완 */


@media screen and (max-width: 1080px) {
  #contents .section2 .notice {
    display: none;
  }
}
#contents .section2 .notice > div {
  flex: 1;
  border-left: 1px solid #c8c8c8;
}
@media screen and (max-width: 1280px) {
  #contents .section2 .notice > div:first-of-type {
    flex: 1.3;
  }
  #contents .section2 .notice > div:nth-of-type(2) {
    flex: 1;
  }
  #contents .section2 .notice > div:nth-of-type(3) {
    flex: 0.8;
  }
}
#contents .section2 .notice > div:last-of-type {
  border-right: 1px solid #c8c8c8;
}
#contents .section2 .notice ul {
  padding: 0;
  margin: 0;
}
#contents .section2 .notice_viewport {
  width: 348px;
  overflow: hidden;
  position: relative;
}
#contents .section2 .btns {
  width: 100%;
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  filter: brightness(0.6);
}
#contents .section2 .notice_view {
  width: 3132px;
  position: relative;
}
#contents .section2 .notice_view > div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 1044px;
}

/* 230320 수정 */
#contents .section2 .notice_view > div > div {
  width: 33.33%;
  min-width: 348px;
  flex: 0 1 auto;
  padding: 50px 0 0 0;
  text-align: center;
}
#contents .section2 .notice_list {
  display: flex;
  flex-direction: column;
}
#contents .section2 .notice_list > li {
  text-align: center;
  padding: 45px 0;
  cursor: pointer;
  color: #999;
  transition: all 0.3s;
}
#contents .section2 .notice_list > li:hover {
  background-color: #5cb9d0;
  color: #fff;
}
#contents .section2 .notice_list > li.active {
  background-color: #5cb9d0;
  color: #fff;
}
#contents .section2 .notice_list > li img {
  margin-bottom: 10px;
}
#contents .section2 .notice_list > li span {
  display: block;
}
#contents .section2 article,
#contents .section2 article.ntcwrap {
  margin-top: 25px;
  padding: 10px;
  display: flex !important;
  flex-direction: column;
}
#contents .section2 article .ntc_header,
#contents .section2 article.ntcwrap .ntc_header {
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
}
#contents .section2 article .ntc_header h6,
#contents .section2 article.ntcwrap .ntc_header h6 {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  #contents .section2 article .ntc_header h6,
  #contents .section2 article.ntcwrap .ntc_header h6 {
    font-size: 17px;
  }
}
#contents .section2 article .ntc_body,
#contents .section2 article.ntcwrap .ntc_body {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 1080px) {
  #contents .section2 article .ntc_body,
  #contents .section2 article.ntcwrap .ntc_body {
    -webkit-line-clamp: 3;
  }
}
#contents .section2 article .ntc_footer,
#contents .section2 article.ntcwrap .ntc_footer {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}
#contents .section2 article .ntc_footer span,
#contents .section2 article.ntcwrap .ntc_footer span {
  display: inline-block;
  margin: 0 5px;
}
#contents .section2 article button,
#contents .section2 article.ntcwrap button {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 50px;
  color: #fff;
  background-color: #5cb9d0;
  border-radius: 50px;
}
#contents .section2 article.ntcwrap {
  margin-top: 0;
  padding: 25px;
}

/* 수정 */

#contents .section2 .banner2 {
  display: none;
}
@media screen and (max-width: 1260px) {
  /* 230320 수정 */
  #contents .section2 .art {
    padding: unset;
    padding-bottom: 200px;
    padding-right: 0;
  }
  /* 수정 */
  #contents .section2 .art::before {
    background-size: 750px auto;
  }
  #contents .section2 .art::after {
    background-size: 370px auto;
    width: 370px;
  }
}
@media screen and (max-width: 1080px) {
  #contents .section2 .art {
    padding-left: 50px;
  }
  #contents .section2 .art::before {
    background: url(../images/section2_img_m.png) no-repeat center left;
    width: 638px;
    height: 805px;
    left: -383px;
    top: -230px;
    background-size: 400px auto;
    width: 400px;
  }
  #contents .section2 .art::after {
    left: 210px;
    bottom: -190px;
  }
  #contents .section2 ul {
    display: none;
  }
  #contents .section2 .banner2 {
    max-width: 670px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: auto;
    margin-top: 125px;
    padding: 0 60px;
  }

  /* 230320 수정 */
  #contents .section2 .banner2 .notice_titwrap {
    display: block;
  }
  #contents .section2 .banner2 .notice_titwrap h6 {
    font-size: 140px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    color: #393939;
    opacity: 0.16;
    position: relative;
    z-index: 5;
    text-align: center;
  }
  #contents .section2 .banner2 .notice_titwrap::after {
    content: "";
    display: block;
    width: 276px;
    height: 128px;
    background: #ff7676;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 56px;
    right: -77px;
    z-index: 4;
  }
  /* 수정 */

  #contents .section2 .banner2 > .control {
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    padding: 15px 0;
  }
  #contents .section2 .banner2 > .control :nth-child(n) {
    display: inline-block !important;
    font-size: 1.375rem;
    margin: 0 5px;
    vertical-align: top;
  }
  #contents .section2 .banner2 > .control .btn {
    position: absolute;
    /* &.pause {background:url('../images/banner2_stop.png') no-repeat center ;width: 10px; height: 21px; padding: 0 25px;}
    &.play {background:url('../images/banner2_play.png') no-repeat center center;  width: 14px; height: 22px;} */
  }
  #contents .section2 .banner2 > .control .btn.next {
    background: url("../images/borad_arrow_next.png") no-repeat center/contain;
    width: 36px;
    height: 59px;
    right: 0;
    top: 50%;
  }
  #contents .section2 .banner2 > .control .btn.prev {
    background: url("../images/borad_arrow_prew.png") no-repeat center/contain;
    width: 36px;
    height: 59px;
    left: 0;
    top: 50%;
  }
  #contents .section2 .banner2 .slide_box {
    position: relative;
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a {
    display: block;
    font-family: "eilce";
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a b {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    display: block;
    margin-bottom: 20px;
    color: #444;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    text-align: center;
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    padding: 0 52px;
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a em {
    display: block;
    text-align: center;
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a strong {
    margin: 30px auto;
    display: block;
    background-color: #5cb9d0;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    max-width: 200px;
    text-align: center;
    font-weight: 600;
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a > div {
    background: #5cb9d0;
    color: #fff;
    margin: auto;
    text-align: center;
    display: block;
    padding: 35px 0;
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a > div > div {
    min-height: 42px;
    margin-bottom: 15px;
  }
  #contents .section2 .banner2 .slide_box > .slide .item > a > div > div > img {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 1266px) {
  #contents .section2 .art::before {
    left: -540px;
  }
}
@media screen and (max-width: 1080px) {
  #contents .section2 .art::before {
    left: -385px;
  }
}
@media screen and (max-width: 962px) {
  #contents .section2 .art::after {
    left: 109px;
  }
  #contents .section2 .tta_02::after {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #contents .section2 .art::after {
    left: 43px;
  }
}
@media screen and (max-width: 796px) {
  #contents .section2 .art::after {
    left: -10px;
  }
  #contents .section2 .art > div {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  #contents .section2 .art {
    margin-top: 500px;
    margin-left: 40px;
    padding-bottom: 30px;
  }
  #contents .section2 .art::before {
    top: -400px;
    height: 506px;
    left: -40px;
  }
  #contents .section2 .art::after {
    left: 13%;
  }
  #contents .section2 .art > div {
    padding-top: 90px;
    text-align: center;
  }
  #contents .section2 .art > div h2 {
    font-size: 26px;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  #contents .section2 .art > div > b,
  #contents .section2 .art > div span {
    font-size: 13px;
  }
}
@media screen and (max-width: 468px) {
  #contents .section2 .art {
    margin-top: 430px;
  }
  #contents .section2 .art::before {
    background-size: 300px auto;
    width: 300px;
  }
  #contents .section2 .art::after {
    background-size: 270px auto;
    width: 270px;
  }
  #contents .section2 .art > div {
    padding-top: 30px;
  }
  #contents .section2 .banner2 .control .btn.next {
    width: 20px;
    height: 34px;
    right: 10px;
  }
  #contents .section2 .banner2 .control .btn.prev {
    width: 20px;
    height: 34px;
    left: 10px;
  }
}
@media screen and (max-width: 468px) and (max-width: 468px) {
  #contents .section2 .banner2 .control .btn.next {
    right: 5px;
  }
  #contents .section2 .banner2 .control .btn.left {
    left: 5px;
  }
}
@media screen and (max-width: 468px) and (max-width: 468px) {
  #contents .section2 .banner2 {
    padding: 0 40px;
  }
}
#contents .section3 {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  z-index: 3;
}
#contents .section3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1200px) / 2);
  height: 1px;
  background-color: #c8c8c8;
  z-index: 2;
}
#contents .section3 > div {
  font-size: 14px;
  font-family: "eilce";
  max-width: 1200px;
}
#contents .section3 > .tta {
  display: flex;
  flex-wrap: nowrap;
}
#contents .section3 > .tta .tta_01 {
  margin-left: -360px;
  width: 100%;
  height: 440px;
  background: url(../images/main_tta_bg.png);
  position: relative;
}
#contents .section3 > .tta .tta_01 .tta_01_con {
  width: 68.95%;
  height: 123px;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #4c4c4c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contents .section3 > .tta .tta_01 .tta_01_con p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contents .section3 > .tta .tta_icnlist {
  width: 100%;
  position: relative;
}
#contents .section3 > .tta .tta_icnlist ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#contents .section3 > .tta .tta_icnlist ul::after {
  content: none;
}
#contents .section3 > .tta .tta_icnlist ul li a {
  color: #fff;
}
#contents .section3 > .tta .tta_icnlist ul li a img {
  margin-right: 10px;
}
#contents .section3 > .tta .tta_02 {
  width: 33.25%;
  min-width: 399px;
  background: url(../images/main_tta_bg2.png);
  padding: 40px 0 0 40px;
  position: relative;
}
#contents .section3 > .tta .tta_02 span {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -2px;
  line-height: 1.1;
}
#contents .section3 .tta2 {
  display: flex;
  flex-wrap: nowrap;
}
#contents .section3 .tta2 .tta2_left {
  width: 801px;
  background: url(../images/main_tta_bg3.png) no-repeat center center/cover;
  color: #fff;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}
#contents .section3 .tta2 .tta2_left h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
#contents .section3 .tta2 .tta2_left h4 em {
  font-weight: 500;
}
#contents .section3 .tta2 .tta2_left .b_btn {
  margin-top: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 50px;
  color: #fff;
  font-weight: 500;
}
#contents .section3 .tta2 .icn_list.cstm {
  width: 801px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contents .section3 .tta2 .icn_list.cstm a {
  color: #fff;
}
#contents .section3 .tta2 .icn_list.cstm a > div {
  min-height: 60px;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}
#contents .section3 .tta2 .icn_list.cstm a > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#contents .section3 .tta2 .tta_right {
  width: 399px;
}
#contents .section3 .tta2 .tta_right > div {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  #contents .section3 > .tta .img1 + img {
    margin: auto;
    display: block;
  }
  #contents .section3 > .tta .tta_01_con {
    display: none;
  }
  #contents .section3 > .tta .tta_02 {
    height: 440px;
    margin-bottom: 90px;
  }
  #contents .section3 > .tta .tta_02 span {
    font-size: 28px;
  }
  #contents .section3 > .tta .tta_02::after {
    display: none;
  }
  #contents .section3 .tta + div {
    display: none;
  }
}
@media screen and (max-width: 962px) {
  #contents .section3 > .tta {
    justify-content: center;
  }
  #contents .section3 > .tta .tta_01 {
    display: none;
  }
  #contents .section3 > .tta .tta_02 span {
    font-size: 27px;
  }
}

.chart {
  margin-right: -100px;
  width: 650px;
  height: 400px;
}

/* y */
.btn4 {
  width: 160px;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}

/* popup_modal */
.popup_modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.popup_modal.poped {
  display: block;
}
.popup_modal.on {
  display: block;
  overflow: hidden;
}
.popup_modal .popup_wrap {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.popup_modal .popup_wrap.athnticode {
  width: 340px;
  padding: 45px 20px;
}
.popup_modal .popup_wrap.athnticode .popup_con_wrap {
  width: 100%;
  text-align: center;
  position: relative;
}
.popup_modal .popup_wrap.athnticode .popup_con_wrap h6 {
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.popup_modal .popup_wrap.athnticode .popup_con_wrap p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.popup_modal .popup_wrap.athnticode .popup_con_wrap input {
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  border: 2px solid #18ccce;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 0;
}
.popup_modal .popup_wrap.athnticode .popup_con_wrap .btn1 {
  max-width: 200px;
  width: 100%;
  background: #006ec2;
  height: unset;
  line-height: unset;
  padding: 10px 20px;
  font-size: 16px;
}
.popup_modal .popup_wrap.athnticode .popup_con_wrap span.btn_close {
  position: absolute;
  top: -30px;
  right: -5px;
  width: 13px;
  height: 13px;
  background: url(../images/btn_pop_close.png) no-repeat center center;
  cursor: pointer;
}
.popup_modal .popup_wrap h3 {
  font-size: 30px;
  color: #222e51;
  border-bottom: 1px solid #a6a6a6;
  text-align: center;
  padding: 50px 20px;
}
.popup_modal .popup_wrap .popup_con {
  padding: 0 100px;
}
.popup_modal .popup_wrap .popup_con section {
  border-bottom: 1px solid #a6a6a6;
}
.popup_modal .popup_wrap .popup_con section:first-of-type {
  margin-top: 40px;
}
.popup_modal .popup_wrap .popup_con section:first-of-type p {
  background: #cbe2ff;
  font-size: 18px;
  padding: 40px 20px;
  text-align: center;
  border-radius: 80px;
}
.popup_modal .popup_wrap .popup_con section:first-of-type .agreecheck {
  text-align: center;
  margin: 30px 0;
}
.popup_modal .popup_wrap .popup_con section:first-of-type .agreecheck input {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  background-size: cover;
  margin-right: 5px;
  margin-top: 1px;
  border: 2px solid #aaa;
  border-radius: 2px;
}
.popup_modal .popup_wrap .popup_con section:first-of-type .agreecheck input + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
}
.popup_modal .popup_wrap .popup_con section:first-of-type .agreecheck input[type=checkbox] {
  background-image: url("../images/chk_off.jpg");
}
.popup_modal .popup_wrap .popup_con section:first-of-type .agreecheck input[type=checkbox]:checked {
  background-image: url("../images/chk_on.jpg");
}
.popup_modal .popup_wrap .popup_con section:nth-of-type(2) p {
  font-size: 14px;
  padding: 30px 20px;
}
.popup_modal .popup_wrap .popup_con section:last-of-type {
  margin-bottom: 50px;
}
.popup_modal .popup_wrap .popup_con section:last-of-type form {
  padding: 20px;
  justify-content: space-between;
}
.popup_modal .popup_wrap .popup_con section:last-of-type form label {
  width: 100px;
  font-size: 18px;
}
.popup_modal .popup_wrap .popup_con section:last-of-type form select {
  max-width: 300px;
  border: 1px solid #aaa;
  font-size: 14px;
  padding: 8px 20px;
  background-image: url(../images/tit_dropdown_btn_down.png);
  background-repeat: no-repeat;
  background-position: 93% center;
}

/* search_modal */
.search_modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.search_modal.poped {
  display: block;
}
.search_modal .search_popwrap {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search_modal .search_popwrap form {
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.popinput_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .popinput_list {
    flex-direction: column;
    gap: 10px 0;
  }
  .popinput_list li {
    max-width: 300px;
    width: 100%;
  }
}
.popinput_list.black {
  margin-top: 40px;
  margin-bottom: 40px;
}
.popinput_list.black li select {
  color: #000;
}
.popinput_list.black li select option {
  background: #fff;
}
.popinput_list.black li input[type=text] {
  color: #000;
}
.popinput_list.black li input[type=text]::-moz-placeholder {
  color: #999;
}
.popinput_list.black li input[type=text]::placeholder {
  color: #999;
}
.popinput_list.black li:first-child {
  flex: 0 1 20%;
}
.popinput_list.black li:first-child::after {
  background: url(../images/main_selectdown2.png) no-repeat center center;
}
.popinput_list.black li:nth-child(2) {
  flex: 0 1 55%;
}
.popinput_list.black li:last-child {
  display: flex;
  align-items: center;
}
.popinput_list.black li input[type=checkbox] {
  width: 27px;
  height: 27px;
  padding: 0;
  margin-right: 10px;
  background: url(../images/checkbox_unchecked.png) no-repeat center center;
}
.popinput_list.black li input[type=checkbox]:checked {
  background: url(../images/checkbox_checked.png) no-repeat center center;
}
.popinput_list::after {
  content: none;
}
.popinput_list li:first-child {
  flex: 0 1 20.47%;
  position: relative;
}
.popinput_list li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 8px;
  background: url(../images/main_selectdown.png) no-repeat center center;
}
.popinput_list li:nth-child(2) {
  flex: 0 1 60%;
}
.popinput_list li:last-child {
  margin-right: 0;
}
.popinput_list li select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 0 5px 20px;
  cursor: pointer;
}
.popinput_list li select:focus {
  outline: none;
}
.popinput_list li select option {
  background: #232323;
}
.popinput_list li input[type=text] {
  width: 100%;
  background: transparent;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 0 5px 20px;
  color: #fff;
}
.popinput_list li input[type=text]:focus {
  outline: none;
}
.popinput_list li input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.popinput_list li input[type=text]::placeholder {
  color: #fff;
  opacity: 0.5;
}
.popinput_list li input[type=button] {
  cursor: pointer;
  background: #425da2;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  padding: 5px 60px;
}

/* result page */
.search_desc {
  font-weight: 300;
  margin-bottom: 40px;
}
.search_desc .red {
  color: #ff6363;
}

.result_tab {
  margin-bottom: 35px;
}
.result_tab ul {
  display: flex;
  border: 1px solid #ccc;
  border-right: none;
}
.result_tab ul li {
  flex: 1 0 20%;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  background: #f7f7f7;
  color: #333;
  border-right: 1px solid #ccc;
}
.result_tab ul li.active {
  background: #a9c2ff;
}

.resultview_list .resultview .resultview_tit {
  font-size: 18px;
  color: #444;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.resultview_list .resultview .resultview_tit em:first-of-type {
  display: flex;
  align-items: center;
}
.resultview_list .resultview .resultview_tit em:first-of-type::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url(../images/main_search_spacer.png) no-repeat center center;
  margin: 0 20px;
}
.resultview_list .resultview .resultview_tit span {
  color: #ff6363;
}
.resultview_list .resultview > div > ul.bookshelf {
  justify-content: center;
}
.resultview_list .resultview > div > ul.bookshelf li {
  margin: 20px 50px;
}
.resultview_list .resultview > div > ul > li {
  display: none;
}
.resultview_list .redcross {
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 20px;
}
.resultview_list .redcross span {
  width: 12px;
  height: 12px;
  background: url(../images/btn_redcross.png) no-repeat center center;
  margin-right: 5px;
}

.src_hltd {
  color: #425da2 !important;
  font-weight: 600 !important;
}

.toggle + label {
  cursor: pointer;
  display: inline-block;
  width: 70px;
  line-height: 35px;
  border-radius: 35px;
  border: 1px solid #ccc;
  position: relative;
  text-align: right;
  padding: 0 12px;
}
.toggle + label span {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  transition: 0.3s;
  background-color: #ccc;
}
.toggle + label:after {
  content: "off";
}
.toggle:checked + label {
  text-align: left;
}
.toggle:checked + label span {
  left: calc(100% - 33px);
  transition: 0.3s;
  background-color: #555;
}
.toggle:checked + label:before {
  content: "on";
}
.toggle:checked + label:after {
  content: none;
}

/* 셀렉트 */
.pro_box .dropdown {
  max-width: 450px;
  position: relative;
  display: inline-block;
}
.pro_box .dropdown .btn {
  position: relative;
  width: 100%;
  border: 1px solid #999;
  border-radius: 42px;
  height: 30px;
  padding: 0 40px 0 20px;
  text-align: left;
  background: #fff url(../images/tit_dropdown_btn_down.png) no-repeat right 20px center;
  font-size: 14px;
}
.pro_box .dropdown .btn.active {
  background-image: url(../images/tit_dropdown_btn_up.png);
}
.pro_box .dropdown > ul {
  background-color: #fff;
  padding-top: 10px;
  display: none;
  position: absolute;
  left: 0;
  top: 55%;
  width: 100%;
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #b1b1b1;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  z-index: -1;
}
.pro_box .dropdown > ul li {
  padding: 5px 25px;
  border-bottom: 1px solid #b1b1b1;
}
.pro_box .dropdown > ul li:last-child {
  border-bottom: none;
}

/*드롭다운 리스트*/
.list_dropdown {
  border-top: 1px solid #444444;
  position: relative;
  z-index: -2;
}
.list_dropdown ol li {
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  font-weight: 500;
}
.list_dropdown dt,
.list_dropdown dd {
  border-bottom: 1px solid #444;
}
.list_dropdown dt {
  padding: 35px 0;
}
.list_dropdown dt > a {
  display: block;
  width: 100%;
}
.list_dropdown dt ul {
  padding-top: 20px;
  display: block;
  margin-left: 30px;
  clear: both;
}
.list_dropdown dt ul:after {
  content: "";
  display: block;
  clear: both;
}
.list_dropdown dt ul li {
  float: left;
  margin-right: 20px;
}
.list_dropdown dt ul li a {
  min-width: 160px;
  background-color: #a4a4a4;
  color: #fff;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  font-weight: 500;
}
.list_dropdown dt ul li a > span {
  background-color: #474747;
  height: 20px;
  line-height: 20px;
  width: 60px;
  margin-left: 5px;
  padding: 0 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  margin-right: -5px;
}
.list_dropdown dt ul li:hover a {
  background-color: #4880ff;
}
.list_dropdown dt ul li:hover a > span {
  background-color: #264997;
}
.list_dropdown dt > div:after {
  content: "";
  display: block;
  clear: both;
}
.list_dropdown dt > div a {
  float: left;
  font-weight: 500;
}
.list_dropdown dt > div > div {
  float: right;
  width: 350px;
}
.list_dropdown dt > div > div .pop_wrap {
  display: inline-block;
}
.list_dropdown dt .radio {
  float: right;
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  clear: none;
}
.list_dropdown dd {
  display: none;
  padding: 20px 0;
}

.num_bor {
  height: 26px;
  line-height: 26px;
  border: 2px solid #00c6d2;
  border-radius: 7px;
  padding: 0 10px;
  margin-right: 10px;
  height: 34px;
  line-height: 34px;
}

.btn1 {
  background-color: #00c6d2;
  border-radius: 20px;
  color: #fff;
  padding: 5px 25px;
  height: 34px;
  line-height: 34px;
  min-width: 90px;
  font-size: 14px;
  font-family: "nsn-b";
}
.btn1.mlauto {
  margin-left: auto;
}
.btn1.mr20 {
  margin-right: 20px;
}
.btn1.bgw {
  background: #fff;
  color: #999;
}
.btn1.bcc {
  border: 1px solid #ff5858;
}
.btn1.bco {
  border: 1px solid #8ebd00;
}
.btn1.bcg {
  border: 1px solid #a4a4a4;
}

.btn2 {
  min-width: 110px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  background-color: #008ec2;
  border-radius: 7px;
}
.btn2.big {
  min-width: 140px;
  height: 45px;
  line-height: 45px;
}
.btn2.blue {
  background-color: #558dff;
}
.btn2.red {
  background-color: #ff5555;
}
.btn2.ppl {
  background-color: #6147ff;
}
.btn2.gray {
  background-color: #999;
}
.btn2.tp {
  background: transparent;
  border: 1px solid #999;
  color: #999;
}

.btn3 {
  min-width: 110px;
  background-color: #558dff;
  color: #fff;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
}

.bg_gray {
  background-color: #666666;
}

.bg_blue {
  background-color: #008fd2;
}

.bg_green {
  background: #5d7d2b;
}

.bg_purple {
  background: #bf7aff;
}

.ex {
  /* 설명버튼 */
  color: #fff;
  background-color: #777;
  width: 60px;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
}

.btn_box {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
}
.btn_box .btn {
  border-radius: 5px;
  margin: 0 20px;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background-color: #008ec2;
  max-width: 140px;
  font-weight: 600;
  display: block;
  margin: auto;
  letter-spacing: initial;
}

/* 모달팝업 */
.modal_pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal_pop .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 1233px;
  margin: 50px auto;
  background-color: #fff;
  transform: translatey(-50%);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 650px;
}
.modal_pop .inner .pop_box {
  width: 100%;
  height: 100%;
}
.modal_pop .inner .pop_x {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  background: url(../images/popup_close.png) no-repeat top right;
  display: block;
  width: 19px;
  height: 19px;
}

.yoso {
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 300px;
  padding: 0 10px;
  flex-grow: 1;
  margin-top: 10px;
}
.yoso > div {
  min-width: 1250px;
  line-height: 0;
  font-size: 0;
  display: flex;
}
.yoso .accordion {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.yoso .accordion > li a {
  justify-content: center;
}
.yoso .accordion li {
  font-size: 16px;
  margin: 5px 0;
  transition: all 0.3s;
}
.yoso .accordion li a {
  max-width: 200px;
  min-width: 200px;
  min-height: 70px;
  padding: 10px 35px 10px 10px;
  position: relative;
  line-height: 1.2;
  border: 1px solid #dddddd;
  font-family: "nsn-b";
  display: flex;
  align-items: center;
}
.yoso .accordion li a .num_btn {
  border-radius: 50px;
  background-color: #00c6d2;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  line-height: 20px;
  right: 10px;
  top: 50%;
  font-size: 12px;
  transform: translatey(-50%);
}
.yoso .accordion > li {
  width: 100%;
  text-align: left;
}
.yoso .accordion > li > a {
  background-color: #d5e6ff;
  font-weight: 500;
  height: 70px;
  /* line-height: 50px; */
}
.yoso .accordion > li > ul {
  display: none;
  margin-top: 5px;
}
.yoso .accordion > li > ul li {
  font-size: 12px;
}
.yoso .accordion > li > ul li a {
  border: 1px solid #dddddd;
  max-width: 200px;
}
.yoso .accordion > li > ul li a .stts_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background-color: #00c6d2;
  text-align: center;
  right: 0;
  top: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transform: translate(50%, -50%);
}
.yoso .accordion > li > ul li a .stts_btn::after {
  content: "+";
}
.yoso .accordion > li > ul li a .stts_btn.active::after {
  content: "-";
}
.yoso .accordion > li > ul li a .num_btn {
  top: 67%;
}
.yoso .accordion > li > ul li > ul {
  display: none;
  margin-right: 10px;
  margin-left: 80px;
  flex-direction: column;
}
.yoso .accordion > li > ul li > ul li {
  position: relative;
  /* &::before{display: block; content: ''; position: absolute; width: 40px; height: 1px; left: -40px; top: 35px; background-color: #999999;}
  &:last-child{
    &::after{display: block; content: ''; position: absolute; width: 1px; height: 300px; left: -40px; bottom: 34px; background-color: #999999;}
  } */
}
.yoso .accordion > li > ul li > ul li > a {
  border: 1px solid #dddddd;
  padding: 10px;
  max-width: 200px;
  position: relative;
  padding-right: 30px;
  background-color: #dddddd;
  /*  &.active {color:blue;} */
}
.yoso .accordion > li > ul li > ul li > a.btn:after {
  content: "+";
  border-radius: 50px;
  background-color: #00c6d2;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  line-height: 20px;
  right: 0;
  top: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transform: translate(50%, -50%);
}
.yoso .accordion > li > ul li > ul li > a.btn.active:after {
  content: "-";
  line-height: 20px;
}
.yoso .accordion > li > ul li > ul li > ul {
  margin-left: 80px;
  display: none;
  margin-right: 10px;
  flex-direction: column;
}
.yoso .accordion > li > ul li > ul li > ul li {
  position: relative;
}
.yoso .accordion > li > ul li > ul li > ul li a {
  background-color: #374450;
  color: #fff;
  border: 3px solid transparent;
}
.yoso .accordion > li > ul li > ul li > ul li:hover a {
  border: 3px solid #00c6d2;
}

/* 요소기술 */
.yoso_detail {
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.yoso_detail::before {
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 240px;
  top: 0px;
  background-color: #999;
  z-index: 1;
}
.yoso_detail > div {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.yoso_detail .tab_box2 {
  position: relative;
  width: 240px;
  flex-shrink: 0;
  max-height: 1200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.yoso_detail .tab_box2 > li > button {
  width: 240px;
  text-align: left;
  padding: 10px 26px 10px 10px;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
}

.yoso_detail > section {
	width: calc(100% - 240px);
}
.yoso_detail > section > div {
/* 	display: none; */
  margin-top: -70px;
  padding-bottom: 70px;
}

.yoso_detail > section > div > div {
  padding: 25px;
  border-bottom: 1px solid #dddddd;
}
.yoso_detail > section > div > div:first-of-type {
	border-bottom: none;
}
.yoso_detail > section > div > div > span {
  font-size: 12px;
}
.yoso_detail .tab_box2 > li.active > button {
  background-color: #00c6d2;
}
.yoso_detail .tab_box2 > li.active > div {
  display: block;
}

.dot1 {
  padding-left: 10px;
}
.dot1 li {
  position: relative;
  padding-left: 15px;
}
.dot1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.word_link {
  display: inline-block !important;
  font-weight: 600;
  font-family: "Noto Sans";
  color: blue;
}

.yoso_detailB {
  width: 240px;
  float: left;
  padding-bottom: 180px;
}
.yoso_detailB > ul {
  position: relative;
  left: 0;
  background-color: #fff;
}
.yoso_detailB > ul > li {
  border-bottom: 1px solid #ddd;
}
.yoso_detailB > ul > li > a {
  display: block;
  padding: 25px 40px 25px 20px;
  position: relative;
  font-weight: 600;
}
.yoso_detailB > ul > li > a.menu_btn:after {
  content: "+";
  border-radius: 50px;
  background-color: #00c6d2;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  line-height: 20px;
  right: 20px;
  top: 50%;
  color: #fff;
  font-weight: 600;
  transform: translatey(-50%);
}
.yoso_detailB > ul > li.active > a.menu_btn:after {
  content: "-";
}
.yoso_detailB > ul > li.selected > a.menu_btn:after {
  content: "-";
  border-radius: 50px;
  background-color: #00c6d2;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  line-height: 20px;
  right: 20px;
  top: 50%;
  color: #fff;
  font-weight: 600;
  transform: translatey(-50%);
}
.yoso_detailB > ul > li.selected > ol {
  display: block;
}
.yoso_detailB > ul > li > ol {
  display: none;
  border-top: 1px solid #dddddd;
}
.yoso_detailB > ul > li > ol li {
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
.yoso_detailB > ul > li > ol li a {
  display: inline-block;
  position: relative;
  padding: 20px 30px;
  font-size: 14px;
  word-break: keep-all;
}
.yoso_detailB > ul > li > ol li.selected, .yoso_detailB > ul > li > ol li.active, .yoso_detailB > ul > li > ol li:hover {
  background-color: #00c6d2;
}
.yoso_detailB > ul > li > ol li:last-child {
  border-bottom: none;
}
.yoso_detailB > .btn2 {
  max-width: 140px;
  margin: 10px auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (min-width: 720px) {
  .yoso_detailB .lnb > li > a:hover {
    padding-left: 43px;
    color: #a47e4f;
  }
  .yoso_detailB .lnb > li > a:hover:before {
    width: 10px;
  }
  .yoso_detailB .lnb > li > a:hover.menu_btn:after {
    background-image: url(../images/common/arrow_lnb_on.png);
  }
  .yoso_detailB .lnb > li > ol li a:hover {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
  .yoso_detailB .lnb > li > ol li a:hover:before {
    background-color: #000;
  }
}
@media screen and (max-width: 1480px) {
  .yoso_detailB strong,
  .yoso_detailB .lnb {
    left: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .yoso_detailB {
    width: 100%;
  }
  .yoso_detailB strong,
  .yoso_detailB .lnb {
    display: none;
  }
}

.yoso_detailB + div {
  width: calc(100% - 240px);
  float: left;
  border-left: 1px solid #999999;
}
.yoso_detailB + div > h3 {
  font-size: 22px;
  padding: 20.5px 20px;
  border-bottom: 1px solid #999;
}
.yoso_detailB + div > div {
  padding: 20px;
  border-bottom: 1px solid #999;
  padding-bottom: 100px;
}
.yoso_detailB + div > div h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.yoso_detailB + div > div .bo_box {
  border: 2px solid #00c6d2;
  padding: 20px;
}
.yoso_detailB + div > div .center {
  display: block;
  margin: auto;
  text-align: center;
}
.yoso_detailB + div > div:last-child {
  border-bottom: none;
}

/* 결과리포트 */
.textboxwrap {
  width: 100%;
  border: 1px solid #cbcbcb;
  padding: 10px;
}
.textboxwrap .red {
  color: red;
  font-weight: 800;
}
.textboxwrap .brc {
  font-size: 22px;
  color: blue;
}
.textboxwrap .rrc {
  font-size: 22px;
  color: red;
}

.fr.width50 {
  width: 50%;
  padding-top: 70px;
}

.textboxwrap {
  width: 100%;
}

/* 로그인 */
.mb_80 {
  margin-bottom: 80px;
}

.btn_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 60px;
}
.btn_list.mlauto {
  justify-content: flex-end;
}
.btn_list.mlauto:first-of-type {
  margin-left: auto;
}
.btn_list.jcsb {
  justify-content: space-between;
}
.btn_list button {
  margin-right: 20px;
}
.btn_list button:last-of-type {
  margin-right: 0;
}

.btn_rd {
  border-radius: 10px;
  color: #fff;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
  margin-right: 20px;
}
.btn_rd.long {
  width: 190px;
}
.btn_rd.dblue {
  background-color: #006ec2;
}
.btn_rd.blue {
  background-color: #008ec2;
}
.btn_rd.gray {
  background-color: #999;
}
.btn_rd:last-of-type {
  margin-right: 0;
}

.flex2div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .flex2div.login, .flex2div.certi {
    flex-direction: column;
    align-items: center;
  }
  .flex2div.login > div, .flex2div.certi > div {
    width: 50%;
    min-width: 370px;
  }
}
.flex2div.certi > div {
  min-width: 250px;
  border: 4px solid #e9e9e9;
  padding: 0 20px;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .flex2div.certi > div {
    min-width: 400px;
  }
}
@media screen and (max-width: 440px) {
  .flex2div.certi > div {
    width: 90%;
    min-width: 250px;
  }
}
.flex2div.certi > div span {
  min-height: 45px;
  margin-bottom: 2.5vw;
}
.flex2div.certi .mems_tit {
  color: #00435f;
  margin: 0 0 2.5vw 0;
}
.flex2div > div {
  text-align: center;
  width: 37.79%;
  height: 540px;
  border-radius: 5px;
  position: relative;
}
.flex2div > div:first-child {
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .flex2div > div:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .flex2div > div:last-child {
    margin-top: 80px;
  }
}
.flex2div > div.mem_log {
  background: url(../images/bg_login_l.png) no-repeat center center;
}
.flex2div > div.mem_log::after {
  content: "";
  display: block;
  width: 197px;
  height: 366px;
  position: absolute;
  left: -120px;
  bottom: -30px;
  background: url(../images/login_robot.png) no-repeat 0 0;
}
.flex2div > div .mems_tit {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 45px;
}
.flex2div .mems_form {
  margin-bottom: 90px;
}
.flex2div .mems_form input {
  margin: 0 auto;
  margin-bottom: 30px;
}
.flex2div .mems_form input[class=in] {
  width: 66.67%;
  min-width: 260px;
  height: 50px;
  background-color: #556392;
  border-radius: 25px;
  padding: 0 25px;
}
.flex2div .mems_form input[class=in]::-moz-placeholder {
  color: #e6e6e6;
  text-align: center;
}
.flex2div .mems_form input[class=in]::placeholder {
  color: #e6e6e6;
  text-align: center;
}
.flex2div .mems_form input[type=button] {
  width: 220px;
  height: 50px;
  background-color: #0064af;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 0;
  cursor: pointer;
}
.flex2div .log_btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.flex2div .log_btn > button {
  width: 140px;
  height: 34px;
  background-color: rgba(255, 204, 205, 0.4);
  color: #fff;
  font-size: 14px;
  border-radius: 17px;
  line-height: 34px;
}
.flex2div .log_btn > button:first-child {
  margin-right: 40px;
}
.flex2div .social_log {
  background: url(../images/bg_login_r.png) no-repeat center center;
}
.flex2div .social_log > ul {
  margin-bottom: 30px;
}
.flex2div .social_log > ul > li {
  margin-bottom: 30px;
}
.flex2div .social_log > ul > li:last-child {
  margin-bottom: 0;
}
.flex2div .social_log > ul > li:last-child > a {
  background-color: #fae300;
  color: #222;
}
.flex2div .social_log > ul > li > a {
  width: 320px;
  height: 50px;
  border-radius: 5px;
  background-color: #00c73c;
  color: #fff;
  margin: 0 auto;
}
.flex2div .social_log > ul > li > a > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.flex2div .social_log > ul > li > a > div::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/btn_arrow.png) no-repeat center center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.flex2div .social_log > ul > li > a > div img {
  padding: 0 20px;
}
.flex2div .social_log > span {
  font-size: 18px;
  color: #fff;
}
.flex2div .social_log > span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 176px;
  height: 149px;
  background: url(../images/icn_login_r.png) no-repeat center center;
  margin-bottom: 10px;
}

.agreementswrap > div .agreement_step {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.agreementswrap > div .agreement_step > p {
  font-weight: 500;
  font-size: 21px;
}
.agreementswrap > div .agreement_step .step_diag {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.agreementswrap > div .agreement_step .step_diag li {
  position: relative;
  width: 21px;
  height: 21px;
  line-height: 19px;
  text-align: center;
  border: 2px solid #bbb;
  border-radius: 50%;
  margin-right: 19px;
}
.agreementswrap > div .agreement_step .step_diag li.on {
  color: #fff;
  border: 2px solid transparent;
  background-color: #0083b9;
}
.agreementswrap > div .agreement_step .step_diag li:last-child {
  margin-right: 0;
}
.agreementswrap > div .agreement_step .step_diag li::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -21px;
  width: 19px;
  height: 1px;
  background-color: #999;
}
.agreementswrap > div .agreement_step .step_diag li:last-child::after {
  display: none;
}
.agreementswrap > div form label[for=agree] {
  font-size: 17px;
}
.agreementswrap > div form textarea {
  border: 1px solid #aaa;
  padding: 10px;
  margin: 20px 0;
  resize: none;
  overflow: auto;
  height: 320px;
}
.agreementswrap > div form .agreecheck {
  text-align: right;
  margin-bottom: 60px;
}
.agreementswrap > div form .agreecheck.fin {
  text-align: center;
  background-color: #fffad9;
  border-radius: 5px;
  padding: 35px 0;
  font-size: 18px;
}
.agreementswrap > div form .agreecheck input {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  background-size: cover;
  margin-right: 5px;
  margin-top: 1px;
  border: 2px solid #aaa;
  border-radius: 2px;
}
.agreementswrap > div form .agreecheck input + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.agreementswrap > div form .agreecheck input[type=checkbox] {
  background-image: url("../images/chk_off.jpg");
}
.agreementswrap > div form .agreecheck input[type=checkbox]:checked {
  background-image: url("../images/chk_on.jpg");
}

.certi > div {
  text-align: center;
}
.certi > div .imgwrap {
  min-height: 220px;
}
.certi > div span {
  display: block;
  color: #002e50;
  margin-bottom: 75px;
}

.identifycheck .checkcon {
  text-align: center;
  margin-bottom: 70px;
}
.identifycheck .checkcon .bgwrap {
  margin: 0 auto;
  width: 281px;
  height: 272px;
  background: url(../images/eaddrcheck.png) no-repeat center center/contain;
  margin-bottom: 80px;
}

.pwshift {
  text-align: center;
}
.pwshift > ul {
  width: 432px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.pwshift > ul::after {
  content: none;
}
.pwshift > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.pwshift > ul > li:first-child span {
  position: relative;
}
.pwshift > ul > li:first-child span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/pwshift_eaddr.png) no-repeat center center;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.pwshift > ul > li:nth-child(2) span {
  position: relative;
}
.pwshift > ul > li:nth-child(2) span::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/pwshift_newpw.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.pwshift > ul > li:last-child {
  margin-bottom: 0;
}
.pwshift > ul > li span {
  flex: 0 0 95px;
  margin-right: 15px;
  text-align: left;
}
.pwshift > ul > li input {
  min-width: 254px;
  padding: 15px 0;
  text-align: center;
  background: #ddd;
  border-radius: 30px;
}
.pwshift > ul > li input:focus {
  outline: none;
}
.pwshift p {
  margin-bottom: 60px;
}

.fc_red {
  color: #ff4c4c;
}

.mb_30 {
  margin-bottom: 30px;
}

.no_bg {
  background-color: #fff !important;
}

/* 230320 수정 */
button.emailcert {
  background-color: #649eff;
  width: 160px;
  color: #fff;
  height: 30px;
  padding: 0;
  border-radius: 5px;
}
/* 수정 */

.info_insert {
  margin-bottom: 40px;
}
.info_insert form table {
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #aaa;
}
.info_insert form table tr {
  height: 50px;
  border-bottom: 1px solid #aaa;
}
.info_insert form table th {
  background-color: #efefef;
  width: 160px;
}
.info_insert form table td {
  padding: 0 20px;
}
.info_insert form input,
.info_insert form select {
  border: 1px solid #aaa;
  height: 30px;
}
.info_insert form input:focus,
.info_insert form select:focus {
  outline: none;
}

.bd_blue {
  border: 1px solid #008ec2;
  color: #008ec2;
}

.signin {
  text-align: center;
  margin-bottom: 40px;
}
.signin > div {
  margin-bottom: 20px;
  position: relative;
}
.signin > div::after {
  content: "";
  display: block;
  width: 197px;
  height: 366px;
  position: absolute;
  left: 263px;
  bottom: 0;
  background: url(../images/login_robot.png) no-repeat 0 0;
}
.signin > span {
  display: block;
}
.signin > span:first-of-type {
  margin-bottom: 5px;
}

.boardwrap {
  border-top: 2px solid #7aa0ff;
}
.boardwrap .prjt_infowrap {
  margin-bottom: 20px;
}
.boardwrap .prjt_infowrap ul li {
  display: flex;
  border-bottom: 1px solid #999;
}
.boardwrap .prjt_infowrap ul li label,
.boardwrap .prjt_infowrap ul li span.label {
  flex: 0 0 140px;
  background: #e6ecff;
  padding: 20px;
  text-align: center;
}
.boardwrap .prjt_infowrap ul li .rdobox {
  flex: 0 0 auto;
}
.boardwrap .prjt_infowrap ul li .rdobox label {
  padding: 0;
  background: none;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.boardwrap .prjt_infowrap ul li .rdobox label input {
  width: 20px;
  height: 20px;
}
.boardwrap .prjt_infowrap ul li .rdobox label input[type=radio] {
  background-image: url("../images/radio_off.png");
  border: none;
}
.boardwrap .prjt_infowrap ul li .rdobox label input[type=radio]:checked {
  background-image: url("../images/radio_on.png");
  border: none;
}
.boardwrap .prjt_infowrap ul li input,
.boardwrap .prjt_infowrap ul li select {
  margin: 15px;
  border: 1px solid #999;
}
.boardwrap .prjt_infowrap ul li p.input {
  flex-grow: 1;
  padding: 20px;
}
.boardwrap .prjt_infowrap ul li p.input.reset {
  position: relative;
}
.boardwrap .prjt_infowrap ul li p.input.reset .athn_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(../images/athntcde_reset_btn.png) no-repeat center center;
}
.boardwrap .prjt_infowrap ul li > div {
  display: flex;
  flex: 0 0 50%;
}
.boardwrap .prjt_infowrap ul li > div > div {
  display: flex;
  flex: 0 0 50%;
}
.boardwrap textarea {
  margin-top: 20px;
  resize: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
}

.ta_l {
  text-align: left !important;
}

.ta_c {
  text-align: center !important;
}

.nbt {
  border-top: none;
}

.nmb {
  margin-bottom: 0 !important;
}

.board_list {
  margin-bottom: 60px;
}
.board_list.withimg > li {
  border-bottom: 1px solid #ccc;
}
.board_list.withimg > li a {
  padding: 15px 20px;
  display: flex;
  flex-wrap: nowrap;
}
.board_list.withimg > li a .thumbs {
  min-width: 240px;
  margin-right: 20px;
}
.board_list.withimg > li a .list_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 1;
  width: 50%;
}
.board_list.withimg > li a .list_desc dl dt {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.board_list.withimg > li a .list_desc dl dd {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
@media screen and (max-width: 720px) {
  .board_list.withimg.mfshift3 a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .board_list.withimg.mfshift3 a .thumbs {
    min-width: 300px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .board_list.withimg.mfshift3 a .list_desc {
    width: 100%;
  }
  .board_list.withimg.mfshift3 a .list_desc dl {
    margin-bottom: 20px;
  }
  .board_list.withimg.mfshift3 a .list_desc .board_util {
    flex-direction: column;
  }
  .board_list.withimg.mfshift3 a .list_desc .board_util .board_tag {
    margin-bottom: 20px;
  }
  .board_list.withimg.mfshift3 a .list_desc .board_util .board_tag li {
    margin: 0;
    margin-right: 10px;
  }
}
.board_list.tablever.th6 .ul_tb > li {
  width: 140px;
}
.board_list.tablever.th6 .ul_tb > li:nth-child(2) {
  width: 600px;
}
.board_list.tablever.th7 .ul_tb > li:first-child {
  flex: 0 0 10.93%;
}
.board_list.tablever.th7 .ul_tb > li:first-child span {
  display: block;
  margin: 0 auto;
}
.board_list.tablever.th7 .ul_tb > li:nth-child(2) {
  flex: 0 0 10.93%;
}
.board_list.tablever.th7 .ul_tb > li:nth-child(3) {
  flex: 0 0 10.93%;
}
.board_list.tablever.th7 .ul_tb > li:nth-child(4) {
  flex-grow: 1;
  padding: 0 20px;
  gap: 5px 20px;
}
.board_list.tablever.th7 .ul_tb > li:nth-child(4) span {
  margin-right: 0;
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px 10px;
  padding: 5px 10px;
}
.board_list.tablever.th7 .ul_tb > li:last-child {
  flex: 0 0 4.68%;
}
.board_list.tablever.th7 .ul_tb > li .sptext {
  width: auto;
  display: none;
}
.board_list.tablever.th7 .ul_tb > li .sptext.on {
  display: block;
}
.board_list.tablever.th7 .ul_tb > li .spbtn {
  width: 24px;
  height: 24px;
  display: none;
  margin: 0 auto;
}
.board_list.tablever.th7 .ul_tb > li .spbtn.on {
  display: block;
}
.board_list.tablever.th7 .ul_tb > li .spbtn.mns.red {
  background: url(../images/spbtn_mnsred.png) no-repeat center center;
}
.board_list.tablever.th7 .ul_tb > li .spbtn.re_actvt {
  background: url(../images/spbtn_reactvt.png) no-repeat center center;
}
.board_list.tablever.th7 .ul_tb > li .spbtn.pls.red {
  background: url(../images/spbtn_plsred.png) no-repeat center center;
}
.board_list.tablever.th7 .ul_tb > li .spbtn.pls.blue {
  background: url(../images/spbtn_plsblue.png) no-repeat center center;
}
.board_list.tablever.th8 .ul_tb > li {
  flex: unset;
  flex: 0 0 9%;
}
.board_list.tablever.th8 .ul_tb > li:first-child {
  flex: 0 0 6%;
}
.board_list.tablever.th8 .ul_tb > li:nth-child(2) {
  flex: unset;
  flex-grow: 1;
}
.board_list.tablever.th8 .ul_tb > li:nth-child(7), .board_list.tablever.th8 .ul_tb > li:nth-child(8) {
  flex: 0 0 10%;
}
.board_list.tablever > li {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li:first-child {
    border-bottom: none;
  }
}
.board_list.tablever > li a:hover {
  background-color: #f9f9f9;
}
.board_list.tablever > li .ul_tb {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.board_list.tablever > li .ul_tb.jcsb {
  justify-content: space-between;
}
.board_list.tablever > li .ul_tb.jcsb::after {
  content: none;
}
.board_list.tablever > li .ul_tb > li {
  padding: 20px 0;
  text-align: center;
  flex: 0 1 130px;
  font-size: 14px;
}
.board_list.tablever > li .ul_tb > li.fb400 {
  flex: 1 1 300px !important;
}
.board_list.tablever > li .ul_tb > li:nth-child(2) {
  padding: 20px;
  flex: 1 1 500px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.board_list.tablever > li .ul_tb > li:nth-child(2).flwth {
  flex: unset !important;
  flex-basis: 300px !important;
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb > li:nth-child(2).flwth {
    flex-basis: 50% !important;
  }
}
.board_list.tablever > li .ul_tb.tb_h > li {
  font-size: 15px;
  font-weight: 600 !important;
}
@media screen and (max-width: 980px) {
  .board_list.tablever > li .ul_tb.mfshift {
    flex-wrap: wrap;
  }
}
.board_list.tablever > li .ul_tb.mfshift > li.noshr {
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .board_list.tablever > li .ul_tb.mfshift > li:last-child {
    margin-left: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .board_list.tablever > li .ul_tb.mfshift > li {
    flex: 0 1 90px;
  }
  .board_list.tablever > li .ul_tb.mfshift > li:nth-child(2) {
    flex-basis: calc(100% - 90px);
  }
  .board_list.tablever > li .ul_tb.mfshift > li:nth-child(3), .board_list.tablever > li .ul_tb.mfshift > li:nth-child(5) {
    margin-left: 90px;
  }
  .board_list.tablever > li .ul_tb.mfshift > li:nth-child(3), .board_list.tablever > li .ul_tb.mfshift > li:nth-child(4), .board_list.tablever > li .ul_tb.mfshift > li:nth-child(5), .board_list.tablever > li .ul_tb.mfshift > li:last-child {
    flex-basis: calc((100% - 90px) / 2);
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift2 {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.board_list.tablever > li .ul_tb.mfshift2 span.ta_l {
  display: none;
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift2 > li:first-child {
    flex: 0 1 90px;
  }
  .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(2) {
    flex-basis: calc(100% - 90px);
  }
  .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(3), .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(4), .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(5), .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(6), .board_list.tablever > li .ul_tb.mfshift2 > li:last-child {
    flex-basis: 50%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }
  .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(3) span.ta_l, .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(4) span.ta_l, .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(5) span.ta_l, .board_list.tablever > li .ul_tb.mfshift2 > li:nth-child(6) span.ta_l, .board_list.tablever > li .ul_tb.mfshift2 > li:last-child span.ta_l {
    min-width: 50px;
    margin: 0 19% 0 5%;
    display: block;
  }
  .board_list.tablever > li .ul_tb.mfshift2 > li:last-child {
    margin-left: auto;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift4 {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.board_list.tablever > li .ul_tb.mfshift4 span.ta_l {
  display: none;
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift4 > li {
    flex-basis: 50%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    padding-left: 5%;
  }
  .board_list.tablever > li .ul_tb.mfshift4 > li:first-child, .board_list.tablever > li .ul_tb.mfshift4 > li:nth-child(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .board_list.tablever > li .ul_tb.mfshift4 > li span.ta_l {
    min-width: 50px;
    margin: 0 15% 0 0;
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 {
    flex-wrap: wrap;
    position: relative;
  }
}
.board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(3) {
  display: none;
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:first-child {
    flex: 0 1 70px;
  }
}
@media screen and (max-width: 720px) and (max-width: 400px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:first-child {
    padding: 15px 0;
    flex: 0 1 50px;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(2) {
    flex-basis: calc(100% - 90px);
    padding: 20px 10px;
  }
}
@media screen and (max-width: 720px) and (max-width: 400px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(2) {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(2) p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(2) .board_tag {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(3) {
    flex: 0 0 100%;
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 720px) and (max-width: 400px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(3) {
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(3) .board_tag li {
    margin: 5px 10px;
  }
}
@media screen and (max-width: 720px) and (max-width: 400px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(3) .board_tag li {
    margin: 3px 7px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(4), .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(5), .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(6), .board_list.tablever > li .ul_tb.mfshift5 > li:last-child {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 720px) and (max-width: 400px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(4), .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(5), .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(6), .board_list.tablever > li .ul_tb.mfshift5 > li:last-child {
    flex: 0 0 50%;
    padding: 7px 0;
  }
}
@media screen and (max-width: 720px) and (max-width: 270px) {
  .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(4), .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(5), .board_list.tablever > li .ul_tb.mfshift5 > li:nth-child(6), .board_list.tablever > li .ul_tb.mfshift5 > li:last-child {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.hi720 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb.hi720 {
    display: none;
  }
}
.board_list.tablever > li .ul_tb .b720 {
  display: none;
}
@media screen and (max-width: 720px) {
  .board_list.tablever > li .ul_tb .b720 {
    display: inline-block;
    margin: 0 10px;
  }
}
.board_list.tablever > li .pj_desc {
  padding-left: 11%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.board_list.tablever > li ul.board_tag {
  padding-left: 11% !important;
  padding-bottom: 20px;
}
.board_list.tablever > li ul.board_tag.pd0 {
  padding-left: 0 !important;
}
.board_list.bookshelf {
  display: flex;
  flex-wrap: wrap;
}
.board_list.bookshelf::after {
  display: none;
}
.board_list.bookshelf > li {
  width: 22%;
  max-width: 290px;
  margin: 1.5%;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .board_list.bookshelf > li {
    width: 47%;
    max-width: none;
  }
  .board_list.bookshelf > li .bookcover img {
    width: 100%;
  }
}
.board_list.bookshelf > li a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.board_list.bookshelf > li a .about {
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding-top: 30%;
}
.board_list.bookshelf > li a .about:hover {
  opacity: 1;
}
.board_list.bookshelf > li a .about img {
  margin-bottom: 40px;
}
.board_list.bookshelf > li a .about dl dt {
  margin-bottom: 50px;
  font-size: 18px;
}
.board_list.bookshelf > li a .about dl dd {
  font-size: 15px;
}
.board_list.diag > li {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.board_list.diag > li.ntype, .board_list.diag > li.etype {
  padding-left: 10%;
}
.board_list.diag > li.ntype > div, .board_list.diag > li.etype > div {
  flex-wrap: wrap;
  gap: 10px 0;
}
.board_list.diag > li.ntype .points_wrap, .board_list.diag > li.etype .points_wrap {
  margin-top: 10px;
  justify-content: flex-start;
  gap: 0 10px;
}
.board_list.diag > li.ntype .points_wrap p, .board_list.diag > li.etype .points_wrap p {
  font-size: 14px;
}
.board_list.diag > li.ntype .points_wrap img, .board_list.diag > li.etype .points_wrap img {
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.board_list.diag > li.ntype span.points, .board_list.diag > li.etype span.points {
  display: inline-block;
  width: 160px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 20px;
  font-size: 14px;
  font-family: "nsn-b";
}
.board_list.diag > li.ntype span.points.tag1, .board_list.diag > li.etype span.points.tag1 {
  margin-bottom: 10px;
  padding: 5px 0;
}
.board_list.diag > li.ntype span.points.tag1.bgw, .board_list.diag > li.etype span.points.tag1.bgw {
  background: #fff;
  color: #999;
}
.board_list.diag > li.ntype span.points.tag1.bcc, .board_list.diag > li.etype span.points.tag1.bcc {
  border: 1px solid #ff5858;
}
.board_list.diag > li.ntype span.points.tag1.bco, .board_list.diag > li.etype span.points.tag1.bco {
  border: 1px solid #8ebd00;
}
.board_list.diag > li.ntype span.points.tag2, .board_list.diag > li.etype span.points.tag2 {
  background: #7fa6ff;
  border-color: transparent;
  color: #fff;
}
.board_list.diag > li.ntype span.points.tag2 a, .board_list.diag > li.etype span.points.tag2 a {
  padding: 5px 0;
  display: block;
  width: 100%;
  height: 100%;
}
.board_list.diag > li.itemscope.col {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.board_list.diag > li.itemscope.col > div {
  padding-left: 0;
}
.board_list.diag > li.itemscope.col .list-top {
  justify-content: flex-start !important;
  flex-grow: 0;
  flex-wrap: wrap;
  gap: 10px 0;
}
.board_list.diag > li.itemscope.col .list-top .num_bor {
  padding: 5px 20px;
}
.board_list.diag > li.itemscope.col .list-top span.new {
  font-size: 14px;
  margin-right: 20px;
  border-radius: 20px;
  background: #999;
  color: #fff;
}
.board_list.diag > li.itemscope.col .list-top span.new.mlauto {
  margin-left: auto;
}
.board_list.diag > li.itemscope.col .list-top span.new a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
}
.board_list.diag > li.itemscope.col .list-top span.new span {
  background: #333;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 8px;
}
.board_list.diag > li.itemscope.col .list-bot {
  padding-left: 10%;
  justify-content: flex-start;
  gap: 10px 15px;
  flex-wrap: wrap;
}
.board_list.diag > li .num_bor {
  padding: 5px;
  height: auto;
  line-height: 1;
  font-size: 14px;
  flex-shrink: 0;
}
.board_list.diag > li b {
  padding: 0 25px;
}
.board_list.diag > li .fr_wrap {
  height: 50px;
}
.board_list.diag > li .fr {
  margin-left: auto;
  margin-bottom: 0 !important;
  overflow: unset !important;
}
.board_list.diag > li > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board_list.diag > li > div a {
  display: flex;
  align-items: center;
}
.board_list.diag > li .table_box {
  padding-left: 40px;
  display: flex;
  margin-bottom: 20px;
}
.board_list.diag > li .table_box li {
  margin-right: 20px;
  padding: 5px 20px;
  border-radius: 20px;
  background: #999;
  color: #fff;
}
.board_list.diag > li .table_box li:first-child {
  background: #7fa6ff;
}
.board_list.diag > li .table_box li:last-child {
  margin-right: 0;
}
.board_list.diag > li .evi_head {
  padding-left: 0;
}
.board_list.diag > li section {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #999;
}

.desc_smy {
  padding: 20px 0;
}
.desc_smy p {
  display: -webkit-box;
  max-width: 100%;
  width: 1270px;
  padding-left: 11%;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 720px) {
  .desc_smy p {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.board_util {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-shrink: 0;
}
.board_util.fled .board_count {
  margin-left: auto;
}
.board_util.mb_10 {
  margin-bottom: 10px;
}
.board_util .board_input {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1110px) {
  .board_util .board_input.pi5 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 720px) {
  .board_util .board_input {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.board_util .board_input > li {
  width: 14.17%;
  min-width: 180px;
  margin-right: 10px;
}
@media screen and (max-width: 720px) {
  .board_util .board_input > li {
    width: 100%;
    margin-right: 0;
    min-width: unset;
  }
}
@media screen and (max-width: 399px) {
  .board_util .board_input > li {
    width: 100%;
  }
  .board_util .board_input > li:nth-child(2) {
    margin-top: 10px;
  }
}
.board_util .board_input > li:last-child {
  width: 22.83%;
  min-width: 290px;
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .board_util .board_input > li:last-child {
    width: 100%;
    margin-top: 10px;
    min-width: unset;
  }
  .board_util .board_input > li:last-child:nth-child(2) {
    margin-top: 10px;
  }
}
.board_util .board_input select,
.board_util .board_input input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
}
.board_util .board_input select {
  width: 100%;
  background: url(../images/website_arrow_down.png) no-repeat 91% center;
}
@media screen and (max-width: 720px) {
  .board_util .board_input select {
    background: url(../images/website_arrow_down.png) no-repeat 96% center;
  }
}
.board_util .board_input input[type=search] {
  width: 100%;
  background: url(../images/btn_search.png) no-repeat 96% center;
}
.board_util > p {
  flex-shrink: 0;
}

.board_tag {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 15px;
  flex-shrink: 0;
}
.board_tag > li {
  padding: 2px 20px;
  font-size: 10.5px;
  border: 1px solid #666;
  border-radius: 30px;
  margin: 2px 5px;
}
.board_tag > li:last-child {
  margin-right: 0;
}

.list_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_desc.inview {
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
}
.list_desc.inview dl {
  margin-bottom: 30px;
}
.list_desc.inview dl dt {
  margin-bottom: 30px;
}
.list_desc.inview dl dd {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 20px;
  text-overflow: unset;
  -webkit-line-clamp: unset;
  line-height: 23px;
}
.list_desc.inview dl span {
  display: inline-block;
  border-bottom: 1px solid #bcbcbc;
  margin-left: 15px;
  line-height: 14px;
}
.list_desc.inview .board_util {
  margin-bottom: 40px;
}
.list_desc dl dt {
  max-width: 980px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list_desc dl dd {
  max-width: 980px;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.videowrap {
  padding: 5% 10%;
}

.pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
.pagination > a {
  width: 31px;
  height: 26px;
  display: inline-block;
  min-width: 15px;
  flex-shrink: 0;
}
.pagination > a.first_page {
  background: url(../images/btn_first_page.png) no-repeat center center/contain;
  margin-right: 40px;
}
@media screen and (max-width: 1260px) {
  .pagination > a.first_page {
    margin-right: 1%;
  }
}
@media screen and (max-width: 720px) {
  .pagination > a.first_page {
    display: none;
  }
}
.pagination > a.prev_page {
  background: url(../images/btn_prev_page.png) no-repeat center center/contain;
  margin-right: 40px;
}
@media screen and (max-width: 1260px) {
  .pagination > a.prev_page {
    margin-right: 1%;
  }
}
@media screen and (max-width: 720px) {
  .pagination > a.prev_page {
    margin-right: 5%;
  }
}
.pagination > a.next_page {
  background: url(../images/btn_next_page.png) no-repeat center center/contain;
  margin-left: 40px;
}
@media screen and (max-width: 1260px) {
  .pagination > a.next_page {
    margin-left: 1%;
  }
}
@media screen and (max-width: 720px) {
  .pagination > a.next_page {
    margin-left: 5%;
  }
}
.pagination > a.last_page {
  background: url(../images/btn_last_page.png) no-repeat center center/contain;
  margin-left: 40px;
}
@media screen and (max-width: 1260px) {
  .pagination > a.last_page {
    margin-left: 1%;
  }
}
@media screen and (max-width: 720px) {
  .pagination > a.last_page {
    display: none;
  }
}
.pagination ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pagination ul > li {
  margin-right: 15px;
  width: 45px;
  height: 50px;
  border: 2px solid transparent;
}
.pagination ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1260px) {
  .pagination ul > li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 720px) {
  .pagination ul > li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 720px) {
  .pagination ul > li:nth-child(5) {
    margin-right: 0;
  }
  .pagination ul > li:nth-child(n+6) {
    display: none;
  }
}
.pagination ul > li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.pagination ul > li a.active {
  color: #0062bc;
  border: 2px solid #0062bc;
  border-radius: 5px;
}
.pagination ul > li:last-child {
  margin-right: 0;
}

/* board_view */
.board_view {
  margin-bottom: 40px;
}

.view_top {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.view_title {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.view_title .needflex.fdc {
  width: 100%;
}
.view_title .needflex.fdc dt,
.view_title .needflex.fdc dd {
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #999;
}
.view_title .needflex.fdc dt .label,
.view_title .needflex.fdc dt label,
.view_title .needflex.fdc dd .label,
.view_title .needflex.fdc dd label {
  flex-shrink: 0;
}
.view_title .needflex.fdc dt input,
.view_title .needflex.fdc dt select,
.view_title .needflex.fdc dd input,
.view_title .needflex.fdc dd select {
  border: 1px solid #999;
  padding: 8px 15px;
}
.view_title .needflex.fdc dt select,
.view_title .needflex.fdc dd select {
  background: url(../images/tit_dropdown_btn_down.png) no-repeat center right 10px;
}
.view_title .needflex.fdc dd {
  align-items: center;
  gap: 0 20px;
}
.view_title .needflex.fdc dd > section {
  display: flex;
  flex: 1 1 25%;
  gap: 0 10px;
  align-items: center;
}
.view_title .needflex.fdc dd:last-of-type {
  border-bottom: none;
}
.view_title .needflex.fdc dd:last-of-type > section {
  flex: 0 1 29%;
}
.view_title.triple .needflex {
  flex: 1 1 70%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.view_title.triple .needflex::after {
  content: none;
}
.view_title.triple .needflex dt {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.view_title dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.view_title dd {
  font-size: 14px;
}
.view_title dd.vt_tag {
  padding: 5px 20px;
  border-radius: 30px;
  border: 2px solid #569eff;
  margin-left: auto;
  margin-right: 40px;
}
.view_title dd span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #a0a0a0;
  margin: 0 10px;
  vertical-align: middle;
}
.view_title dd span:first-of-type::before {
  display: none;
}
.view_title dd span:nth-of-type(2)::before {
  background-color: transparent !important;
}

.view_con textarea {
  resize: none;
  margin-bottom: 20px;
}

.bookprofile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.bookprofile .profile_l {
  flex-basis: 30%;
  max-width: 360px;
  margin-right: 4%;
}
.bookprofile .profile_r {
  flex-basis: 66%;
  min-width: 0;
}
.bookprofile .profile_r .pf_tit {
  padding: 30px;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.bookprofile .profile_r .pf_tit p {
  display: -webkit-box;
  max-width: 840px;
  font-size: 29px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bookprofile .profile_r dl {
  border-bottom: 1px solid #999;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
}
.bookprofile .profile_r dl:last-of-type {
  margin-bottom: 65px;
}
.bookprofile .profile_r dl dt {
  width: 23%;
  flex-basis: 23%;
  min-width: 110px;
  padding-left: 30px;
}
.bookprofile .profile_r dl dd {
  padding: 0 30px;
  width: 50%;
  flex-grow: 1;
}
.bookprofile .profile_r dl dd a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.util_btn_list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 20px;
}
.util_btn_list::after {
  content: none;
}

.view_con article {
  padding: 20px;
  font-size: 15px;
}
.view_con article .view_con_tit {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.view_con article .view_img_wrap {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.view_con article .view_img_wrap p {
  position: relative;
}
.view_con.needtab .tab_list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.view_con.needtab .tab_list li {
  cursor: pointer;
  border: 1px solid #aaa;
  border-radius: 50px;
  padding: 15px 45px;
  font-size: 17px;
  margin-right: 30px;
}
.view_con.needtab .tab_list li:last-child {
  margin-right: 0;
}
.view_con.needtab .tab_list li.on {
  border-color: transparent;
  background-color: #558dff;
  color: #fff;
}
.view_con.needtab .tab_viewport {
  overflow: hidden;
}
.view_con.needtab .tab_viewport .tab_con_list {
  width: 300%;
  display: flex;
  flex-wrap: nowrap;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con {
  width: 33.3333333333%;
  display: none;
  border-bottom: 1px solid #999;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con.on {
  display: block;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_top {
  padding: 30px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_top dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_top dl dt {
  font-size: 23px;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_top dl dd {
  font-size: 14px;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_top dl dd:first-of-type {
  margin-left: auto;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_top dl dd:first-of-type::before {
  display: none;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_top dl dd::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #999;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_mid {
  padding: 30px 0;
}
.view_con.needtab .tab_viewport .tab_con_list .con_con .con_mid .imgwrap {
  margin-bottom: 30px;
}

.view_util {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}
.view_util .util_list {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
}
.view_util .util_list li {
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
}
.view_util .util_list li:last-child {
  margin-left: auto;
  margin-right: 20px;
}
.view_util .util_list.filedown li {
  margin-left: 0;
}
.view_util .util_list.filedown li:first-child {
  width: 12.5%;
  background-color: #ddd;
}
.view_util .util_list.filedown li:last-child {
  margin-left: auto;
}
.view_util .util_list.filedown li a {
  padding-left: 20px;
}
.view_util .util_list.filedown li a img {
  vertical-align: middle;
  margin-right: 20px;
}

.starscoring {
  width: 120px;
  padding: 15px 0;
}
.starscoring form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.starscoring form input {
  display: none;
}
.starscoring form input:checked ~ label {
  background: url(../images/full_star.png) no-repeat center center;
}
.starscoring form label {
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  background: url(../images/empty_star.png) no-repeat center center;
  cursor: pointer;
}
.starscoring form label:hover, .starscoring form label:hover ~ label {
  background: url(../images/full_star.png) no-repeat center center;
}

.faqwrap {
  margin-bottom: 60px;
}

.faqna > li {
  display: block;
}
.faqna > li > div {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.faqna > li > div.qline.opened p::after {
  background: url(../images/btn_minus.png) no-repeat center center;
}
.faqna > li > div.qline p::before {
  content: "Q";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff715a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faqna > li > div.qline p::after {
  content: "";
  display: block;
  background: url(../images/btn_plus.png) no-repeat center center;
  width: 19px;
  height: 19px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faqna > li > div.aline {
  display: none;
}
.faqna > li > div.aline div {
  line-height: 1.5;
}

.faqna > li > div.aline div ol > li{
  list-style: disc;
  margin-left: 16px;
}


.faqna > li > div > div, .faqna > li > div > p {
  margin: auto;
  max-width: 1270px;
  padding: 16px 45px;
  position: relative;
}


.faqna > li > div.aline div::before {
  content: "A";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #0082c6;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


/* 문의사항 */
.needflex {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center !important;
}
.needflex.fww {
  flex-wrap: wrap;
}

.fdc {
  flex-direction: column !important;
}

.jcsb {
  justify-content: space-between !important;
}

.priv_check {
  flex: none;
  margin-right: 20px;
}
.priv_check.locked .o {
  display: block;
}
.priv_check.locked .x {
  display: none;
}
.priv_check.unlocked .o {
  display: none;
}
.priv_check.unlocked .x {
  display: block;
}

.qna_tit {
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.qna_tit p {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.qna_tit p.src_gnatxt {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 작업게시판 */
.brdicn {
  position: relative;
  top: -3px;
}
.brdicn::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 20px;
  margin-right: 10px;
  top: 5px;
}
.brdicn.reply::before {
  background: url(../images/icn_reply.png) no-repeat center center/contain;
}
.brdicn.recom::before {
  background: url(../images/icn_recom.png) no-repeat center center/contain;
}

/* 마이페이지 */
.pj_tag {
  display: inline-block;
  min-width: 90px;
  padding: 5px 0;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #000;
}
.pj_tag.ing {
  border-color: #2c9eff;
}
.pj_tag.yet {
  border-color: #00cad7;
}
.pj_tag.comp {
  border-color: #ff6565;
}

.mng_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px 0;
}

.btn_modi {
  width: 90px;
  padding: 5px 0;
  background-color: #ff7474;
  color: #fff;
  border-radius: 30px;
  font-size: 11px;
}
.btn_modi.mng_mem {
  background-color: #a13cff;
}
.btn_modi.resrch {
  background-color: #3c81ff;
}
.btn_modi.comp {
  background-color: #ff5c5c;
}
.btn_modi.un_comp {
  background-color: #ff733c;
}
.btn_modi.sh_rslt {
  background-color: #009da7;
}

/* 댓글입력창 */
.replyinput {
  width: 100%;
}
.replyinput .replytext textarea {
  padding: 20px;
  resize: none;
  border: 1px solid #999;
}
.replyinput .replytext textarea:focus {
  outline: none;
  border: 1px solid #999;
}
.replyinput .replysubmit {
  border: 1px solid #999;
  border-top: none;
  display: flex;
  justify-content: flex-end;
}
.replyinput .replysubmit input {
  width: 200px;
  padding: 15px 60px;
  background: #0082c6;
  color: #fff;
}

.replywrap {
  padding-top: 40px;
}
.replywrap .replyutil {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.replywrap .replyutil .replytab {
  display: flex;
}
.replywrap .replyutil .replytab li {
  margin-right: 10px;
  cursor: pointer;
}
.replywrap .replyutil .replytab li.active {
  color: #ff4141;
  border-bottom: 1px solid #ff4141;
}
.replywrap .replyutil .replytab li:last-child {
  margin-right: 0;
}
.replywrap .userreplywrap {
  border-top: 1px solid #999;
}
.replywrap .userreplywrap .userreply_list {
  margin-bottom: 30px;
}
.replywrap .userreplywrap .userreply_list .userreply_item {
  display: none;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con.byreply {
  padding: 15px 0;
  padding-left: 60px;
  background: url(../images/reply_bg.png) no-repeat top left;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con.byreply dd article {
  margin-bottom: unset;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo ul {
  display: flex;
  align-items: center;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo ul li {
  margin-right: 10px;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo ul li:last-child {
  color: #999;
  font-size: 14px;
  margin-right: 0;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo > button:first-of-type {
  margin-left: auto;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo > button.btn_pm {
  width: 11px;
  height: 11px;
  margin-right: 20px;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo > button.btn_pm.minus {
  background: url(../images/btn_minus.png) no-repeat center center;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo > button.btn_pm.plus {
  background: url(../images/btn_plus.png) no-repeat center center;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo > button.btn_more {
  width: 35px;
  height: 5px;
  background: url(../images/btn_more.png) no-repeat center center;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo .more_listwrap {
  position: absolute;
  z-index: 1;
  bottom: -80px;
  right: -23px;
  display: none;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo .more_listwrap.opened {
  display: block;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo .more_listwrap::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) skew(-3deg, -3deg);
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #999;
  border-bottom: none;
  border-right: none;
  z-index: 2;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo .more_listwrap .more_list {
  background: #fff;
  border: 1px solid #999;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con .userinfo .more_listwrap .more_list button {
  padding: 10px 25px;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd {
  font-size: 14px;
  line-height: 1.5;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd.opened {
  display: none;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd article {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 4%;
  letter-spacing: 0.2px;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd div .rplrpl {
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #999;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd div ul {
  display: flex;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd div ul li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd div ul li:last-child {
  margin-right: 0;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_con dd div ul li img {
  margin-right: 10px;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_reply {
  padding: 20px 0;
  border-bottom: 1px solid #999;
  display: none;
}
.replywrap .userreplywrap .userreply_list .userreply_item .userreply_reply.opened {
  display: block;
}
.replywrap .userreplywrap .btn_morereply {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #999;
  color: #c53535;
}

.part_radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part_radio > h2 {
  margin-bottom: 0;
}
.part_radio > ul {
  display: flex;
  align-items: center;
}
.part_radio > ul::after {
  content: none;
}

.board_top.diag {
  margin-bottom: 20px;
}
.board_top.diag h2 {
  font-size: 30px;
  font-weight: 500;
  font-family: "nsn-b";
}

.model_box {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px 0;
}
.model_box.ver2 {
  flex-wrap: wrap;
}
.model_box.ver2 > div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.model_box.ver2 > div:first-of-type p {
  font-weight: 600;
}
.model_box.ver2 > div p {
  margin-right: 0;
  border-bottom: none;
}
.model_box.ver2 > div p.mdl_tit {
  font-size: 18px;
}
.model_box.ver2 > div p.mdl_part, .model_box.ver2 > div p.mdl_pjm {
  font-size: 16px;
}
.model_box p {
  flex: none;
  font-size: 24px;
  margin-right: 35px;
  border-bottom: 1px solid #aaa;
  line-height: 42px;
  padding-right: 10px;
}
/* 230320 수정 */
@media screen and (max-width: 575px) {
  .model_box p {
    font-size: 20px;
  }
}
/* 수정 */
.model_box p span {
  word-break: keep-all;
}
.model_box form .nice-select {
  font-size: 24px;
  border-radius: 25px;
  min-width: 400px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
  padding-left: 0;
}
.model_box form .nice-select .list {
  width: 100%;
  font-size: 20px;
}
.model_box form .nice-select .list li {
  padding-left: 20px;
}
.model_box form .nice-select .list .option.selected {
  font-weight: 300 !important;
}
.model_box img {
  margin-left: auto;
}

.rpt_con .con_tit {
  font-weight: 600;
  margin-bottom: 10px;
}
.rpt_con .con_text {
  font-size: 14px;
}
.rpt_con .con_header {
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
.rpt_con .con_header article {
  border: 2px solid #82abff;
  border-radius: 10px;
  padding: 20px;
}
.rpt_con .con_body {
  padding: 20px;
}
.rpt_con .con_body .con_tit {
  margin-bottom: 20px;
}
/* 230320 수정 */
.rpt_con .c_table {
  text-align: center;
  margin-bottom: 20px;
  overflow-x: auto;
}
/* 수정 */
.rpt_con .c_table th,
.rpt_con .c_table td {
  padding: 15px 10px;
}
.rpt_con .c_table tr {
  border-bottom: 1px solid #999;
}
.rpt_con .c_table tr:last-of-type {
  border-bottom: none;
}
/* 230320 수정 */
.rpt_con .c_table tr td:first-of-type {
  word-break: keep-all;
}
/* 수정 */
.rpt_con .c_table thead {
  background: #72a7ff;
  color: #fff;
}
.rpt_con .c_table tfoot {
  background: #00b6b8;
  color: #fff;
}
/* 230320 수정 */
.rpt_con .c_table table {
  min-width: 900px;
}
/* 수정 */
.rpt_con .bul_list {
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.rpt_con .bul_list p {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.rpt_con .bul_list .dash_bullet::before {
  content: "-";
  display: inline-block;
}
.rpt_con .bul_list .star_bullet::before {
  content: "*";
  display: inline-block;
}
.rpt_con .dscrt {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
.rpt_con .dscrt .brtxt_box {
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  border: 1px solid #999;
  border-radius: 20px;
  padding: 20px;
}
.rpt_con .dscrt .brtxt_box span {
  display: block;
  width: 21px;
  height: 18px;
  background: url(../images/dscrt_icn.png) no-repeat center center;
}
.rpt_con .chrt_wrap {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.accd {
  display: none;
  border-bottom: 1px solid #999;
}

/* 사이트맵 */
.smcon {
  padding: 50px 0 !important;
  min-height: auto !important;
}

/* 230320 수정 */
.sitemapwrap {
  padding: 50px 0;
  overflow-x: auto;
}
.sitemapwrap ul {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
/* 수정 */
.sitemapwrap ul::after {
  content: none;
}
.sitemapwrap ul li {
  align-self: stretch;
  border-right: 1px solid #aaa;
  width: 25%;
}
.sitemapwrap.en ul li {
    width: 33%;
}
.sitemapwrap ul li:last-child {
  border-right: none;
}
.sitemapwrap ul li dl {
  padding-left: 40px;
}
.sitemapwrap ul li dl a {
  letter-spacing: -1.5px;
}
.sitemapwrap ul li dl .sm_tit {
  margin-bottom: 30px;
}
.sitemapwrap ul li dl .sm_tit a {
  color: #569eff;
  font-size: 18px;
  position: relative;
}
.sitemapwrap ul li dl .sm_tit a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 32px;
  height: 32px;
  background: url(../images/icn_sitemap.png) no-repeat center center;
}
.sitemapwrap ul li dl dd {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sitemapwrap ul li dl dd:last-of-type {
  margin-bottom: 0;
}
.sitemapwrap ul li dl dd::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  border-radius: 2px;
  background: #569eff;
  margin-right: 10px;
}
.sitemapwrap ul li dl dd a {
  display: inline-block;
  color: #666;
}

.tit_lg.small {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "nsn-b";
}

.meaning_list li dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
}
.meaning_list li dl dt {
  min-width: 160px;
  flex: 0 0 12.6%;
  padding: 15px 10px;
}
.meaning_list li dl dd {
  padding: 15px 20px;
}
.meaning_list li:last-child {
  padding: 15px 0;
}
.meaning_list sup {
  font-size: 10px;
}

.diagcheck_list > li {
  width: 100%;
  padding: 25px 20px 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #999;
}
.diagcheck_list > li:last-child {
  flex-wrap: wrap;
  padding: 25px 20px;
}
.diagcheck_list > li:last-child form {
  gap: 0 2%;
  flex-grow: 1;
}
.diagcheck_list > li:last-child input {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  background-size: cover;
  margin-right: 5px;
  margin-top: 1px;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.diagcheck_list > li:last-child input + label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.diagcheck_list > li:last-child input[type=checkbox] {
  background-image: url("../images/chk_off.jpg");
}
.diagcheck_list > li:last-child input[type=checkbox]:checked {
  background-image: url("../images/chk_on.jpg");
}
.diagcheck_list > li:last-child > div {
  width: 100%;
}
.diagcheck_list > li:last-child > div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.diagcheck_list > li:last-child > div:last-of-type {
  padding-left: 20px;
}
.diagcheck_list > li .needbul.blhex {
  font-family: "nsn-b";
}
.diagcheck_list > li .needbul.blhex span {
  color: #ff6565;
}
.diagcheck_list > li .needbul.blhex::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(../images/bullet_hexagon.png) no-repeat center center;
  margin-right: 10px;
}
.diagcheck_list > li {
  width: auto;
}
.diagcheck_list > li .nice-select {
  min-width: 440px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
}
.diagcheck_list > li .nice-select .option:nth-of-type(2n + 1) {
  background: #ebebeb;
}
.diagcheck_list > li .nice-select .option:hover {
  background: #569eff;
  color: #fff;
}
.diagcheck_list > li .nice-select .option.disabled {
  display: none !important;
}
.diagcheck_list > li .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.diagcheck_list > li .nice-select .list li {
  width: 100%;
}

.con_desc {
  line-height: 2;
}

.b_over {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.rplwrap {
  display: flex;
  min-height: 650px;
}
.rplwrap .diagstep {
  flex: 0 0 240px;
  border-left: 1px solid #999;
}
.rplwrap .diagstep li a {
  border-bottom: 1px solid #999;
}
.rplwrap .diagstep .yodep1.open,
.rplwrap .diagstep .yodep2.open,
.rplwrap .diagstep .yodep3.open,
.rplwrap .diagstep .yodep4.open {
  display: block;
}
.rplwrap .diagstep .yodep1 > li,
.rplwrap .diagstep .yodep2 > li,
.rplwrap .diagstep .yodep3 > li {
  /* &.minus {
      a {
          display: flex;
          align-items: center;
          gap: 0 20px;

          .stts_btn {
          }
      }
  }

  &.plus {
      a {
          display: flex;
          align-items: center;
          gap: 0 20px;

          .stts_btn {

          }
      }
  } */
}
.rplwrap .diagstep .yodep1 > li a,
.rplwrap .diagstep .yodep2 > li a,
.rplwrap .diagstep .yodep3 > li a {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 0 20px;
  /* &:hover {
    background: #00c6d1;
  }

  &.active2 {
    background: #00c6d1;

  } */
}
.rplwrap .diagstep .yodep1 > li a .stts_btn,
.rplwrap .diagstep .yodep2 > li a .stts_btn,
.rplwrap .diagstep .yodep3 > li a .stts_btn {
  margin-left: auto;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../images/btn_diagstep_plus.png) no-repeat center center;
}
.rplwrap .diagstep .yodep1 > li a .stts_btn.minus,
.rplwrap .diagstep .yodep2 > li a .stts_btn.minus,
.rplwrap .diagstep .yodep3 > li a .stts_btn.minus {
  background: url(../images/btn_diagstep_minus.png) no-repeat center center;
}
.rplwrap .diagstep .yodep2,
.rplwrap .diagstep .yodep3,
.rplwrap .diagstep .yodep4 {
  display: none;
}
.rplwrap .diagstep .yodep2 a,
.rplwrap .diagstep .yodep3 a,
.rplwrap .diagstep .yodep4 a {
  padding-left: 30px !important;
  font-size: 12px;
}
.rplwrap .diagstep .yodep4 a {
  padding-right: 70px !important;
}
.rplwrap .diagstep .yodep4 a::after {
  content: none !important;
}
.rplwrap .diagstep .btn2 {
  margin: 100px auto;
  text-align: center;
  width: 150px;
  padding: 20px 0;
  line-height: 0;
  min-width: 140px;
}

.diagcon {
  flex-grow: 1;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.diagcon .boardwrap .board_list > li b:first-of-type {
  margin-left: auto;
}
.diagcon .boardwrap .board_list.diag > li {
  display: none;
  padding: 0;
}
.diagcon .boardwrap .board_list.diag > li .list-top {
  padding: 20px;
}
.diagcon .boardwrap .board_list.diag > li .list-top b {
  margin-right: 10px;
}
.diagcon .boardwrap .board_list.diag > li .list-top b:last-of-type {
  margin-right: 0;
}
.diagcon .boardwrap .board_list.diag > li .list-bot {
  padding-bottom: 20px;
}
.diagcon .boardwrap .board_list.diag > li .list-bot span {
  margin-bottom: 0;
}
.diagcon .boardwrap .board_list.diag > li .list-bot b {
  margin-bottom: 0 !important;
}
.diagcon .boardwrap .board_list.diag > li .list-bot b:first-of-type {
  margin-left: unset;
}
.diagcon .boardwrap .board_list.diag > li section {
  padding: 20px;
  margin-top: 0;
  font-size: 14px;
}
.diagcon .boardwrap .board_list.diag > li section p {
  margin-bottom: 20px;
}
.diagcon .boardwrap .board_list.diag > li section sup {
  font-size: 10px;
}
.diagcon .boardwrap .board_list.diag > li section .red_color {
  color: #ff4b4b;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.diagcon .boardwrap .board_list.diag > li section h6 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.diagcon .boardwrap .board_list.diag > li section .fs16 {
  font-size: 16px;
}
.diagcon .boardwrap .board_list.diag > li section figcaption {
  font-size: 12px;
  margin-top: 5px;
}

.rpltbl {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.rpltbl thead {
  border-bottom: 1px solid #999;
}
.rpltbl tbody tr:first-of-type {
  border-bottom: 1px solid #999;
}
.rpltbl th,
.rpltbl td {
  padding: 20px;
}

.nbt {
  border-top: none;
}

.cont_desc {
  font-size: 16px;
  font-family: "nsn-b";
  margin-bottom: 60px;
}

.article_wrap .article_item {
  margin-bottom: 50px;
}
.article_wrap .item_tit {
  font-size: 24px;
  font-family: "nsn-b";
  margin-bottom: 30px;
}
.article_wrap .item_desc {
  font-size: 16px;
  font-family: "nsn-b";
  margin-bottom: 40px;
}
.article_wrap .diag_tit {
  font-size: 18px;
  font-family: "nsn-eb";
  color: #3782dd;
  margin-bottom: 30px;
}
.article_wrap ul.needflex {
  width: 100%;
  height: 100%;
  flex-wrap: wrap !important;
  gap: 20px 2% !important;
}
.article_wrap ul.needflex .diag_item {
  width: 49%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.article_wrap ul.needflex .diag_item .diag_item_tit {
  display: block;
  text-align: center;
  padding: 10px 20px;
  background: #328eff;
  color: #fff;
  margin-bottom: 10px;
}
.article_wrap ul.needflex .diag_item .diag_item_desc {
  font-size: 16px;
  font-family: "nsn-b";
}
.article_wrap ul.needflex .diag_item .diag_item_desc img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_wrap ul.needflex .diag_item .img_desc {
  font-size: 16px;
  font-family: "nsn-b";
  padding: 20px 0;
}
.article_wrap ul.needflex .diag_item .diag_item_ftr {
  background: #eee;
  padding: 20px;
  margin-top: auto;
  border-bottom: none;
}
.article_wrap ul.needflex .diag_item .diag_item_ftr dt {
  font-size: 18px;
  font-family: "nsn-eb";
  border-bottom: none;
}
.article_wrap ul.needflex .diag_item .diag_item_ftr dd {
  font-size: 16px;
  font-family: "nsn-b";
  padding: 0;
}
.article_wrap ul.needflex .diag_item .diag_item_ftr dd::before {
  content: none;
}
.article_wrap .table_wrap {
  font-family: "nsn-b";
  margin-bottom: 50px;
}
.article_wrap .table_wrap table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.article_wrap .table_wrap tr {
  border-bottom: 1px solid #999;
}
.article_wrap .table_wrap tr td {
  padding: 15px 20px;
}
.article_wrap .table_wrap tr td:last-of-type {
  font-size: 14px;
}
.article_wrap .table_wrap thead {
  background: #569eff;
  color: #fff;
}
.article_wrap .table_wrap thead tr {
  padding: 10px;
  border-bottom: none;
}
.article_wrap .table_wrap thead tr th {
  padding: 10px;
}
.article_wrap .table_wrap .table_att {
  text-align: right;
  font-size: 14px;
}
.article_wrap dl {
  border-bottom: 1px solid #999;
  font-size: 14px;
  font-family: "nsn-b";
}
.article_wrap dl dt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
}
.article_wrap dl span {
  display: block;
  text-align: center;
  width: 20%;
  max-width: 180px;
  min-width: 100px;
  background: #eee;
  padding: 15px;
  margin-right: 20px;
}
.article_wrap dl dd {
  padding: 5px 10px;
}
.article_wrap dl dd::before {
  content: "ㆍ";
  display: inline-block;
}
.article_wrap dl dd:first-of-type {
  padding-top: 10px;
}
.article_wrap dl dd:last-of-type {
  padding-bottom: 10px;
}
.article_wrap .img_wrap {
  margin-bottom: 30px;
  text-align: center;
}
.article_wrap .img_wrap img {
  margin-bottom: 30px;
}
.article_wrap .img_wrap .img_desc {
  text-align: left;
  font-size: 16px;
  font-family: "nsn-b";
}
.article_wrap .img_wrap .img_desc em {
  font-family: "nsn-eb";
  font-weight: 600;
}

.part_tag {
  border: 1px solid #999;
  border-radius: 25px;
  width: 90px;
  padding: 3px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.part_tag::after {
  content: none !important;
}

.yoso_classify {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.yoso_classify .mini_container {
  max-width: 720px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 1080px) {
  .yoso_classify .mini_container {
    flex-direction: column;
    gap: 10px 0;
  }
}
.yoso_classify .mini_container p {
  white-space: nowrap;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 1080px) {
  .yoso_classify .mini_container p {
    max-width: 300px;
    width: 100%;
    text-align: center;
  }
}
.yoso_classify .mini_container select {
  border: 1px solid #999;
  padding: 8px 10px;
  width: 300px;
}
@media screen and (max-width: 1080px) {
  .yoso_classify .mini_container select {
    max-width: 300px;
    width: 100%;
  }
}
.yoso_classify .mini_container button.btn2 {
  width: 160px;
  border-radius: 4px;
  background-color: #425da2;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .yoso_classify .mini_container button.btn2 {
    max-width: 300px;
    width: 100%;
  }
}

.pd0 {
  padding: 0 !important;
}

/* 230320 수정 */
.prcntg {
  width: 200px;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
/* 수정 */
.prcntg .bar {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: #999;
  position: relative;
}
.prcntg .bar .actvtd_bar {
  position: absolute;
  width: 60%;
  height: 6px;
  border-radius: 6px;
  background: #f98e26;
}
.prcntg .bar .actvtd_bar span.indi {
  color: #f98e26;
  background: #fff;
  border: 4px solid #f98e26;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
/* 230320 수정 */
.prcntg span.bar_tit {
  position: absolute;
  top: 0px;
  transform: translateY(-100%);
  font-size: 12px;
}  /* 수정 */

sup {
  font-size: 10px;
}

.alic {
  align-items: center;
}

.mlauto {
  margin-left: auto;
}

.board_area .area_header > li {
  padding: 20px 25px;
  border-bottom: 1px solid #999;
}
.board_area .area_header > li p {
  flex-shrink: 0;
}
.board_area .area_header > li input[type=text],
.board_area .area_header > li select {
  border: 1px solid #999;
  padding: 5px 10px;
  margin: 5px;
}
.board_area .area_header .atc_info li {
  display: flex;
  align-items: center;
}
.board_area .area_header .atc_info li:last-of-type::after {
  content: none;
}
.board_area .area_header .atc_info li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 10px;
  background: #999;
}

.upfile_wrap {
  font-size: 14px;
  margin-top: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  gap: 0 20px;
  position: relative;
}
.upfile_wrap .label {
  flex: 0 0 160px;
  padding: 14px 20px;
  text-align: center;
  background: #ddd;
}
.upfile_wrap .lddfile {
  display: flex;
  align-items: center;
}
.upfile_wrap .lddfile img {
  margin-right: 10px;
}
.upfile_wrap label[for=upfile] {
  background: #425da2;
  color: #fff;
  border-radius: 3px;
  padding: 5px 30px;
  position: absolute;
  right: 0;
}

.flxgrw1 {
  flex-grow: 1 !important;
}

.flxsrk1 {
  flex-shrink: 1 !important;
}

.ells1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bt1 {
  border-top: 1px solid #999;
}

.ml-auto {
  margin-left: auto;
}

.q_tag {
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 15px;
  color: #fff;
  background: #888;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
}
.q_tag.tp {
  background: transparent !important;
  color: #333;
}
.q_tag.gray {
  background: #999;
  border: 1px solid #999;
}
.q_tag.red {
  background: #ff6161;
  border: 1px solid #ff6161;
}
.q_tag.blue {
  background: #6694ff;
  border: 1px solid #6694ff;
}
.q_tag.grn {
  background: #007b43;
  border: 1px solid #007b43;
}
.q_tag.bwn {
  background: #a47800;
  border: 1px solid #a47800;
}
.q_tag.w90 {
  width: 90px;
  padding: 5px;
  text-align: center;
}
.q_tag.w100 {
  width: 100px;
  padding: 5px;
  text-align: center;
}

.prtcptnts_wrap {
  margin-top: 20px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.prtcptnts_wrap > div {
  background: #e6e6e6;
  padding: 70px 50px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  align-self: stretch;
  height: auto;
}
.prtcptnts_wrap > div .label {
  align-self: center;
}
.prtcptnts_wrap ul {
  padding: 10px 20px;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.prtcptnts_wrap ul::after {
  content: none;
}
.prtcptnts_wrap ul li {
  flex: 0 0 calc(50% - 10px);
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  border-bottom: none;
  gap: 10px;
}
@media screen and (max-width: 1260px) {
  .prtcptnts_wrap ul li {
    flex: 0 0 calc(100% - 10px);
    flex-wrap: wrap;
  }
}
.prtcptnts_wrap ul li span {
  margin-right: 0;
  flex-shrink: 0;
}
.prtcptnts_wrap ul li i.elm_btn {
  width: 16px;
  height: 16px;
  background: url(../images/elm_btn.png) no-repeat center center;
  cursor: pointer;
  flex-shrink: 0;
}

i.elm_btn {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/elm_btn.png) no-repeat center center;
  cursor: pointer;
}

.board_list.diag .resultview_item .list-top {
  padding: 10px 20px !important;
}
.board_list.diag .resultview_item section {
  margin-top: 0;
  padding-top: 10px;
}
.board_list.diag .resultview_item section div {
  border: 1px solid #999;
  height: 127px;
  overflow: hidden;
  padding: 10px;
}

.board_header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-top: 2px solid #7aa0ff;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
  gap: 0 20px;
  font-weight: 600;
}
.board_header .pj_tit {
  margin-right: auto;
  font-size: 14px;
}
.board_header .pj_tit span {
  margin-left: 20px;
  font-size: 16px;
}

.popup_con_wrap.add_pm {
  display: none;
}
.popup_con_wrap.add_pm select {
  background: url(../images/tit_dropdown_btn_down.png) no-repeat center right 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 2px solid #999 !important;
}

.popup_con_wrap.add_rqm {
  display: none;
}
.popup_con_wrap.add_rqm select {
  background: url(../images/tit_dropdown_btn_down.png) no-repeat center right 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 2px solid #999 !important;
}

.resultview_item .mfshift5 li:first-of-type {
  align-self: flex-start;
}
.resultview_item .mfshift5 li ul.board_tag {
  padding-left: 0 !important;
  padding-bottom: unset !important;
}

.clientpage_wrap {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientpage_wrap .cont_box {
  padding: 45px 50px;
  background: #fff;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.clientpage_wrap .cont_box h6 {
  font-size: 30px;
  color: #222e51;
  margin-bottom: 20px;
  font-family: "nsn-eb";
  font-weight: 600;
}
.clientpage_wrap .cont_box p {
  font-size: 18px;
  background: #cbe2ff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 40px;
  font-family: "nsn-b";
  font-weight: 600;
}
.clientpage_wrap .cont_box .btn_list {
  margin-bottom: 0;
  gap: 0 60px;
}
.clientpage_wrap .cont_box .btn_list button {
  margin-right: 0;
}

.faqutil_wrap {
  margin-top: 50px;
}

.no_content {
  width: 100%;
}
.no_content div {
  width: 100%;
  height: 600px;
  text-align: center;
  background: url(../images/no_content_bg.png) no-repeat center top 35%;
  position: relative;
}
.no_content div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper {
  height: 100%;
}

.errorpage {
  margin: 0 auto;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.errorpage.e500 .cautionwrap img {
  margin-bottom: 50px;
}
.errorpage .cautionwrap img {
  margin-bottom: 20px;
}
.errorpage .btn2.error {
  margin: 0 auto;
  background: transparent;
  border: 3px solid #0089c2;
  border-radius: 50px;
  color: #0089c2;
  font-family: "nsn-eb";
  font-size: 18px;
  max-width: 250px;
  height: unset;
  line-height: unset;
  padding: 20px;
}

.dpb {
  display: block !important;
}

.share_wrap {
  position: relative;
}
.share_wrap .share_list {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  display: flex;
  gap: 0 5px;
  background: #fff;
  border: 1px solid #999;
  padding: 10px;
}
.share_wrap .share_list::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
}
.share_wrap .share_list li {
  width: 20px;
  height: 20px;
}
.share_wrap .share_list li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  text-align: center;
  line-height: 1;
}

.chrt_wrap {
  width: 100%;
}
.chrt_wrap .chrt_header {
  display: flex;
  margin-bottom: 40px;
}
.chrt_wrap .chrt_header h6 {
  margin-left: auto;
  font-family: "nsn-eb";
  font-size: 15px;
}
.chrt_wrap .chrt_header .chrt_tab {
  margin-left: auto;
  display: flex;
  gap: 0 10px;
}
.chrt_wrap .chrt_header .chrt_tab li {
  width: 35px;
  height: 25px;
  cursor: pointer;
  list-style-type: none;
}
.chrt_wrap .chrt_header .chrt_tab li:first-child {
  background: url(../images/radar_btn.png) no-repeat center center;
}
.chrt_wrap .chrt_header .chrt_tab li:first-child.on {
  background: url(../images/radar_btn_on.png.png) no-repeat center center;
}
.chrt_wrap .chrt_header .chrt_tab li:nth-child(2) {
  background: url(../images/bar_btn.png) no-repeat center center;
}
.chrt_wrap .chrt_header .chrt_tab li:nth-child(2).on {
  background: url(../images/bar_btn_on.png) no-repeat center center;
}
.chrt_wrap .chrt_header .chrt_tab li:nth-child(3) {
  background: url(../images/line_btn.png) no-repeat center center;
}
.chrt_wrap .chrt_header .chrt_tab li:nth-child(3).on {
  background: url(../images/line_btn_on.png) no-repeat center center;
}
.chrt_wrap .chrt_diag {
  width: 700px;
  height: 500px;
  margin: 0 auto;
}
/* 230320 수정 */
.chrt_wrap .chrt_listitem {
  overflow-x: auto;
}  /* 수정 */
.chrt_wrap .chrt_listitem > div {
  display: none;
}

/* 230322 추가 */
.clientpage_wrap .cont_box p.nobox {
  background: none;
  padding: unset;
  word-break: keep-all;
  font-size: 15px;
}
.clientpage_wrap .cont_box .needflex {
  gap: 0 10px;
  margin-bottom: 70px;
}
.clientpage_wrap .cont_box .needflex label {
  font-size: 14px;
  width: 100px;
  flex-shrink: 0;
}
.clientpage_wrap .cont_box .needflex input {
  border-bottom: 1px solid #999;
  padding: 10px;
}
.rpt_con .con_header {
  border-top: 2px solid #7aa0ff;
}
.report_titlewrap {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  font-family: 'nsn-b';
  border-top: 1px solid #999;
  border-bottom: 4px solid #5e88ff;
  padding: 10px 0;
}
.report_titlewrap h6.pdf_tit {
  font-size: 24px;
  color: #4760a2;
}
.report_titlewrap h6.pdf_tit span {
  color: #ff3e3e;

}
.report_titlewrap p {
  font-size: 12px;
  text-align: center;
}
/* 230324 수정 */

.report_infowrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0;
  font-family: 'nsn-b';
  gap: 10px;
}
.report_infowrap p {
  font-size: 14px;
}
.report_infowrap p span {
  margin-right: 50px;
  width: 150px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
.rpt_con .c_table th, .rpt_con .c_table td {
  padding: 10px;
}
.rpt_con .dscrt .brtxt_box {
  padding: 15px 20px;
}

.report_infowrap p:first-of-type {
  width: 100%;
}
.report_infowrap p:first-of-type span {
  font-size: 18px;
}

.aifs {
  align-items: flex-start !important;
}

/* 230324 추가 */
.share_wrap .share_list {
  border: none;
  background: #558dff;
  border-radius: 40px;
  flex-direction: column;
  gap: 10px 0;
}
.share_wrap .share_list::after {
  content: none;
}
.share_wrap .share_list li a {
  border: none;
}

/* 230328 수정 */

#contents .section3 > .tta .tta_icnlist ul {
  gap: 0 30px;
}
#contents .section3 > .tta .tta_icnlist ul::after {
  content: '';
  display: block;
  flex-grow: 1;
}

.search_modal .search_popwrap form {
  background:  rgba(0,0,0,0.6);
}

.view_util .util_list li {
  height: unset;
}
.view_util .util_list.filedown li:last-child {
  display: flex;
  align-self: flex-end;
}

.view_con {
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}
.view_util {
  margin-bottom: 10px;
}

.type_list > li input:disabled {
  background: #999;
  border-radius: 50%;
  background-blend-mode: luminosity;
  background-image: url(../images/radio_on.png);
}
.type_list > li input[type=radio]:checked {
  background-blend-mode: unset;
}

.view_title dl {
  flex-grow: 1;
  max-width: calc(100% - 80px);
}
.view_title dl dt {
  margin-bottom: 10px;
}

.tit_bold {
  font-weight: 600;
}

.view_title dl dt {
  margin-bottom: 10px;
  word-break: break-all;
}

.view_util .util_list.filedown li:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 20px;
  align-items: flex-start;
}
.view_util .util_list.filedown li:nth-child(2) a {
  text-align: left;
  display: flex;
  align-items: center;
}
.view_util .util_list.filedown li:nth-child(2) a span {
  display: block;
  white-space: nowrap;
  max-width: 750px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 230330 추가 */
.clientpage_wrap.mypage {
  width: unset;
  height: unset;
  position: static;
}
.clientpage_wrap .cont_box .nobox {
  background: none;
  padding: unset;
}
.clientpage_wrap .cont_box .needflex {
  width: 400px;
  margin: 0 auto;
  gap: 0 20px;
  margin-bottom: 60px;
}
.clientpage_wrap .cont_box .needflex label {
  flex-shrink: 0;
  font-size: 14px;
  font-family: 'nsn-b';
}
.clientpage_wrap .cont_box .needflex input {
  border-bottom: 1px solid #999;
  padding: 10px;
}

.mypage_mdf {
  font-family: 'nsn-b';
  margin-bottom: 60px;
}
.mypage_mdf h3 {
  font-size: 24px;
}
.mypage_mdf .mypage_form {
  width: 600px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.mypage_mdf .mypage_form .form_tit {
  font-size: 16px;
  margin-bottom: 30px;
}
.mypage_mdf .mypage_form .user_tit {
  color: #1b91ff;
  margin-bottom: 30px;
}

.mypage_mdf .mypage_form form {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999 ;
}

.mypage_mdf .mypage_form form  {
  justify-content: space-between;
  padding: 20px;
}
.mypage_mdf .mypage_form form label {
  width: auto;
}
.mypage_mdf .mypage_form form select {
  width: 60%;
  border: 1px solid #999;
  padding: 10px 20px;
  font-size: 14px;
}

.board_list.diag > li > div a {
  flex: 0 0 70%;
}
.board_list.diag > li.etype {
  padding-left: 13%;
}

.type_list > li input:disabled:checked {
  /* background-image: url(../images/radio_on_g.png); */
  background-image: url(../images/radio_on_b.png);
}

.article_wrap .article_item {
  line-height: 2;
  font-family: 'NSN-R';
}
.article_wrap .item_desc {
  font-family: 'NSN-R';
}
.article_wrap ul.needflex .diag_item .img_desc {
  font-family: 'NSN-R';
}
.article_wrap .table_wrap thead tr th {
  font-family: 'NSN-B';
}
.article_wrap .table_wrap tbody tr td {
  font-family: 'NSN-R';
}
.cont_desc {
  line-height: 2;
}
.article_wrap .img_wrap .img_desc {
  font-family: 'NSN-R';
}

.yoso > div {
  justify-content: center;
}

.container ul.needbull {
  padding-left: 20px;
  list-style-type: unset;
  margin-bottom: 50px;
}
.container ul.needbull li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.container ul.needbull li:last-child {
  margin-bottom: unset;
}
.container ul.needbull li:first-child::marker {
  content: '①';
}
.container ul.needbull li:nth-child(2)::marker {
  content: '②';
}
.container ul.needbull li:last-child::marker {
  content: '③';
}

/* 프로젝트관리 qtag관련 */
.qtagwrap {
  display: flex;
  gap: 0 10px;
  flex-grow: 1;
  overflow: auto;
  max-width: 900px;
}
.prtcptnts_wrap ul li {
  flex: unset;
  min-width: calc(50% - 10px);
}

/* 요소기술 a링크 관련 */
.yoso_detail .tab_box2 > li > div > div a {
  display: inline-block;
  color: #002e50;
  font-weight: bold;
  cursor: pointer;
}

.diagcon .boardwrap .board_list.diag > li section > a {
  display: inline-block;
  color: #008ec2;
  font-weight: bold;
  cursor: pointer;
}

.boardwrap .prjt_infowrap ul li select {
  background-image: url(../images/tit_dropdown_btn_down.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}



/* 게시판 viewpage css - 23.05.30*/
section > div li {
	list-style: disc;
}

.boardwrap .board_view .view_con article .img_desc {
  font-size: 13px;
}
.boardwrap .board_view .view_con article {
  line-height: 1.8;
}
.boardwrap .board_view .view_con article a,section > div  a{
  color: #00435f;
  font-weight: bold; /*링크 폰트 굵기 필요없으면 제거*/
}

.boardwrap .board_view .view_con article strong, section > div strong {
  font-weight: bold;
}

.boardwrap .board_view .view_con article em,
.yoso_detail > section > div > div em,
.boardwrap .board_list section em {
	font-style: italic;
}

.boardwrap .board_view .view_con article ol,
.yoso_detail > section > div > div ol,
.boardwrap .board_list section ol {
	list-style: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.boardwrap .board_view .view_con article ol li,
.yoso_detail > section > div > div ol li,
.boardwrap .board_list section ol li {
	list-style: decimal;
}

.boardwrap .board_view .view_con article ul,
.yoso_detail > section > div > div ul,
.boardwrap .board_list section ul {
	list-style: disc;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.boardwrap .board_view .view_con article ul li,
.yoso_detail > section > div > div ul li,
.boardwrap .board_list section ul li {
	list-style: disc;
}

/* li 아이콘 변경  부분  - 23.05.30 */
.container .yoso_detail .tab_box2 tab_col article ul,
section > div ul {
  /* padding-left: 20px; */
}


/* djkim 추가 부분  - 23.05.30 */
#contents > div.container > div > ul > li.active > div  ul{
  padding-left: 20px;
}
#contents > div.container > div > ul > li.active > div  li{
  list-style: disc;
}
#contents > div.container > div > ul > li.active > div b,
#contents > div.container > div > ul > li.active > div strong
{
	font-weight: bold; /*링크 폰트 굵기 필요없으면 제거*/
}

/* 231025 - css 수정 */
.container .pagebreak_result {
	margin-top: 40px;
}
.container .pagebreak_result .con_tit {
    border: 2px solid #82abff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 8px;
}
.container .pagebreak_result .con_tit span {
	display: block;
}
/* // 231025 - css 수정 */

/* 240202 CSS - About Us - Teams*/
.teams {
  width: 100%;
  margin: 40px auto 80px;
  position: relative;
}
.teams .department {
  margin-top: 64px;
}
.teams .department .dep-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}
.teams .department .dep-title h3 {
  font-weight: 700;
  font-size: 1.75rem; /* 28px */
  text-align: left;
  margin-left: 4px;
}
.teams .department .dep-list {
  width: 96%;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-rows: repeat(1, minmax(auto, auto));
  grid-template-columns: repeat(2, 1fr);
  row-gap: 48px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.teams .department .dep-list > li {
  width: 100%;
  min-height: 180px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.teams .department .dep-list > li .profile-photo {
  width: 120px;
  height: 150px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams .department .dep-list > li .profile-photo img {
  max-width: 100%;
  height: auto;
}
.teams .department .dep-list > li .profile-photo img:before {
  content: "NO IMAGE";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #666;
  color: #fff;
  z-index: -1;
}
.teams .department .dep-list > li .profile-txt {
  width: 74%;
  margin: 0;
  text-align: left;
  word-break: normal;
}
.teams .department .dep-list > li .profile-txt dt .name {
  display: block;
  font-weight: 700;
  font-size: 1.25rem; /* 20px */
  letter-spacing: 0.4px;
}
.teams .department .dep-list > li .profile-txt dt .position {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 0.875rem;
}
.teams .department .dep-list > li .profile-txt dt .e-mail {
  display: inline-block;
  margin-top: 8px;
}
.teams .department .dep-list > li .profile-txt dt .e-mail span {
  font-size: 0.875rem;
  letter-spacing: -0.16px;
}
.teams .department .dep-list > li .profile-txt dd {
  margin-top: 16px;
}
.teams .department .dep-list > li .profile-txt dd .explain {
  font-size: 0.875rem;
}
.teams .department .dep-list > li .profile-txt dd .explain ol {
  display: block;
  list-style-type: decimal;
  margin: 8px 0 8px 24px;
  padding: 0px;
}
.teams .department .dep-list > li .profile-txt dd .explain ol li {
  display: list-item;
  list-style-type: decimal;
  text-align: -webkit-match-parent;
}
.teams .department .dep-list > li .profile-txt dd .explain ol li::marker {
  unicode-bidi: normal;
}
.teams .department .dep-list > li .profile-txt dd .explain ul {
  display: block;
  list-style-type: none;
  margin: 8px 0 8px 14px;
  padding: 0px;
}
.teams .department .dep-list > li .profile-txt dd .explain ul li {
  display: list-item;
  list-style-type: none;
  text-indent: 0px;
  position: relative;
}
.teams .department .dep-list > li .profile-txt dd .explain ul li::before {
  content: "-";
  position: absolute;
  display: block;
  margin-left: -12px;
}
.teams .department .dep-list > li .profile-txt dd .link {
  margin-top: 12px;
}
.teams .department .dep-list > li .profile-txt dd .link > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.teams .department .dep-list > li .profile-txt dd .link > ul > li {
  padding-right: 6px;
  border-right: 1px solid #666666;
}
.teams .department .dep-list > li .profile-txt dd .link > ul > li:last-of-type {
  border-right: 1px solid transparent;
}
.teams .department .dep-list > li .profile-txt dd .link > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams .department .dep-list > li .profile-txt dd .link > ul > li a span {
  font-size: 0.875rem;
}
.teams .dep-1 {
  margin-top: 0px;
}
@media screen and (max-width: 1260px) {
  .teams {
    margin-bottom: 40px;
  }
  .teams .department .dep-list {
    width: 92%;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .teams .department .dep-list > li .profile-txt {
    width: 60%;
  }
  .teams .department .dep-list > li .profile-txt dt .e-mail {
    margin-top: 4px;
  }
}
@media screen and (max-width: 850px) {
  .teams {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .teams .department {
    margin-top: 16px;
  }
  .teams .department .dep-title h3 {
    font-size: 1.5rem;
  }
  .teams .department .dep-list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .teams .department .dep-list > li .profile-photo {
    margin: 0;
  }
  .teams .department .dep-list > li .profile-txt {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .teams .department .dep-title {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .teams .department .dep-title h3 {
    font-size: 1.25rem;
  }
  .teams .department .dep-list {
    row-gap: 24px;
  }
  .teams .department .dep-list > li {
    min-height: 160px;
  }
  .teams .department .dep-list > li .profile-photo {
    width: 96px;
    height: 120px;
  }
  .teams .department .dep-list > li .profile-photo img:before {
    font-size: 0.75rem;
  }
  .teams .department .dep-list > li .profile-txt dt .position {
    font-size: 0.75rem;
  }
  .teams .department .dep-list > li .profile-txt dd {
    margin-top: 12px;
  }
  .teams .department .dep-list > li .profile-txt dd .link > ul > li a span {
    font-size: 0.75rem;
    letter-spacing: 0px;
  }
}
/* // 240202 추가 CSS - About Us - Teams*/

