@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Thin.woff2) format("woff2"), url(../../common/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Light.woff2) format("woff2"), url(../../common/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Regular.woff2) format("woff2"), url(../../common/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Medium.woff2) format("woff2"), url(../../common/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Bold.woff2) format("woff2"), url(../../common/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../common/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../common/fonts/Pretendard-Black.woff2) format("woff2"), url(../../common/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

html, a, button,
input, textarea {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
}

*,
*::before,
*::after {
  letter-spacing: -0.02em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.025em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  *,
  *::before,
  *::after {
    word-break: break-all;
  }
}

html {
  height: 100vh;
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

/*a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
html,
textarea,
input {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

a + a,
img,
input + a,
input + button {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

a:hover {
  text-decoration: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
select,
textarea {
  padding: 0 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  background: #EBEDEF;
  vertical-align: middle;
  height: 50px;
  padding-inline: 14px;
  border-radius: 6px;
  border: solid 1px #CAD2DA;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  line-height: 1.5;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_arrow_down.png") no-repeat #EBEDEF;
  background-position: calc(100% - 10px) center;
  background-size: 13px auto;
  outline: none;
  padding-right: 30px;
}

/*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
input[type=chekbox],
input[type=radio] {
  display: none;
}

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

input[type=search] {
  padding-inline: 12px 10px;
  border: 1px solid #EEE;
  height: 44px;
  border-radius: 5px;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(../img/icon_del.png) center center no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

i {
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

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

th {
  text-align: center;
}

td {
  text-align: left;
}

table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

select,
textarea,
input[type=text] {
  width: 100%;
}

textarea {
  min-height: 150px;
  text-align: left;
  padding: 12px 15px;
}

input[type=tel] {
  width: 40px;
  min-width: 40px;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
  font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
  font-size: 14px;
}

input::placeholder,
textarea::placeholder {
  color: #C3C0C3;
  opacity: 1;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
  font-size: 14px;
}

input:disabled {
  border: solid 1px #e7e8ef;
  background-color: transparent;
  cursor: not-allowed;
}

select:disabled,
input[readonly],
textarea[readonly] {
  opacity: 1;
}

input[readonly]:focus,
textarea[readonly]:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input:disabled::-webkit-input-placeholder,
input[readonly]::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}

input:disabled::-ms-input-placeholder,
input[readonly]::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder,
textarea[readonly]::-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}

input:disabled::placeholder,
input[readonly]::placeholder,
textarea:disabled::placeholder,
textarea[readonly]::placeholder {
  color: #C3C0C3;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}

input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  line-height: 1.5;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}

main,
section,
article {
  display: block;
}

fieldset,
form {
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

.svg_icon {
  transition: all 0.2s;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.svg_icon.icon_history {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 19'  width='22' height='19' fill='none'%3E%3Cpath fill='%23000' d='m13.723 15.155.01-.006.013-.009.01-.006.005-.003.01-.006a.057.057 0 0 0 .004-.003l.005-.004.004-.002.001-.001.005-.003a7.34 7.34 0 0 0 .29-.199l-.596-.828a6.393 6.393 0 0 1-.517.336l.512.882c.082-.048.163-.097.243-.148ZM12.407 3.465c.187.084.37.177.547.279l.508-.885-.002-.001-.002-.001-.003-.002h-.001a.129.129 0 0 0-.004-.003h-.001l-.004-.003-.005-.002v-.001l-.004-.002h-.001l-.004-.003h-.001l-.004-.003-.005-.002-.005-.003-.004-.003h-.001a.14.14 0 0 0-.004-.002l-.005-.003-.005-.003-.005-.002a7.299 7.299 0 0 0-.173-.094.061.061 0 0 0-.005-.002.061.061 0 0 0-.005-.003l-.004-.002-.005-.003a.948.948 0 0 1-.005-.002l-.005-.003-.005-.002a.057.057 0 0 0-.005-.003l-.005-.002-.014-.008a8.289 8.289 0 0 0-.107-.053l-.005-.003-.005-.002a.06.06 0 0 1-.005-.002l-.005-.003a.065.065 0 0 1-.005-.002l-.005-.003a.052.052 0 0 1-.004-.002h-.002l-.003-.002h-.002l-.004-.003-.004-.002h-.002L13 2.616h-.002c0-.002-.002-.002-.003-.003h-.002a.044.044 0 0 0-.003-.002h-.002a.054.054 0 0 0-.003-.002l-.002-.001-.003-.002h-.002a.039.039 0 0 0-.003-.002h-.001l-.004-.002h-.001l-.004-.003h-.001l-.004-.002h-.001l-.004-.002h-.001l-.004-.003h-.001l-.004-.002h-.001l-.004-.003h-.001l-.004-.002h-.001l-.004-.002-.005-.002h-.001a.066.066 0 0 0-.004-.003l-.005-.002a7.291 7.291 0 0 0-.091-.041l-.416.93ZM16.056 5.424l-.002-.004-.001-.002-.002-.002a.03.03 0 0 1-.001-.003l-.001-.002-.002-.003-.001-.002-.002-.002v-.002a.056.056 0 0 0-.003-.003v-.002l-.003-.003v-.002l-.003-.003v-.002l-.003-.003v-.001l-.002-.004-.001-.001-.002-.004-.001-.001-.002-.003-.001-.002a.032.032 0 0 1-.002-.003l-.001-.002-.002-.003-.001-.002-.002-.003-.001-.002-.002-.003V5.35a.029.029 0 0 0-.003-.004v-.001l-.003-.003v-.002l-.003-.003v-.002C16 5.334 16 5.332 16 5.331v-.002c-.002 0-.002-.002-.003-.003v-.002l-.003-.003V5.32l-.003-.004v-.001l-.003-.003V5.31l-.003-.003v-.002l-.003-.003V5.3c-.002 0-.002-.002-.003-.003v-.002c-.002 0-.002-.002-.003-.003v-.001l-.003-.004v-.001l-.003-.003-.001-.002-.002-.003-.001-.002-.002-.003V5.27a.055.055 0 0 1-.004-.005.055.055 0 0 0-.003-.004l-.002-.004-.001-.001a.048.048 0 0 1-.003-.005l-.002-.003-.001-.002-.002-.003-.001-.001-.002-.004-.001-.001-.002-.003-.001-.002-.002-.003-.001-.002a.053.053 0 0 0-.003-.005l-.002-.003-.001-.001-.002-.004-.001-.001-.002-.004-.001-.001-.002-.003-.001-.002-.003-.003v-.002l-.003-.003v-.001a.031.031 0 0 1-.003-.004V5.19l-.003-.004-.003-.005-.004-.005a7.235 7.235 0 0 0-.198-.29l-.828.595A6.302 6.302 0 0 1 15.21 6l.882-.512a5.501 5.501 0 0 0-.037-.063ZM16.117 12.655l.002-.005.003-.005.003-.004v-.001l.002-.004v-.001l.003-.004v-.001l.003-.004v-.001l.002-.003.001-.002.002-.003v-.002l.002-.003.002-.002.001-.002.002-.003v-.002l.002-.003.001-.002.002-.003.001-.002a7.122 7.122 0 0 0 .28-.56l-.93-.416a6.13 6.13 0 0 1-.279.547l.885.507.01-.016ZM9.89 15.253v1.02H9.997a7.14 7.14 0 0 0 .609-.035l-.102-1.015c-.202.02-.408.03-.612.03h-.001ZM3.646 5.509l-.002.002-.001.003-.001.002-.003.004-.068.123-.01.02a5.96 5.96 0 0 0-.063.119l-.003.004v.001l-.002.004-.001.001-.002.003-.001.002-.001.003-.002.003-.001.002-.001.003-.001.002-.002.003-.001.002-.001.003-.001.002-.002.003v.002a.287.287 0 0 1-.002.003l-.001.002-.002.003v.002l-.002.003-.001.001-.002.004v.001l-.002.004-.001.001a.047.047 0 0 1-.002.004v.001l-.003.004v.001l-.002.004v.001l-.002.004h-.001l-.002.005a.041.041 0 0 0-.002.005l-.003.005-.002.005-.003.005c-.04.083-.08.167-.118.252l.931.416a6.1 6.1 0 0 1 .278-.547l-.884-.508-.002.003ZM2.694 9.264V9.344l.001.005V9.371a.07.07 0 0 0 0 .006l.001.005v.011a7.284 7.284 0 0 0 .011.202l.001.006v.011l.001.005v.006l.001.005v.011l.001.005v.006l.001.005v.012l.001.005v.012l.001.003v.008l.001.003V9.707l.001.001v.011l.001.004v.007l.001.005a5.6 5.6 0 0 0 .008.081l1.015-.102A6.114 6.114 0 0 1 3.71 9.1H2.69c0 .054 0 .108.002.162l.002.001ZM3.745 12.827l.002.005.003.004.003.005.003.005a.082.082 0 0 0 .003.005l.003.004v.001l.003.004.003.005.003.005.003.004v.001l.003.004v.001l.003.004v.001l.003.004.003.005.003.004v.002l.003.003v.001l.003.004v.001l.003.003v.002l.003.003v.002l.003.003v.002c.002 0 .002.002.003.003v.001l.003.003v.002l.003.003.001.002.002.003.001.002.002.002.001.002.002.003.001.002.002.003.001.002.002.002.001.002.002.003.001.002.002.003.001.002.002.003.001.002.002.002.002.003v.002c.002 0 .002.002.003.003l.001.002.002.002.001.003.002.002a7.69 7.69 0 0 0 .115.173l.003.004.003.005a.075.075 0 0 0 .004.005l.002.003v.001l.003.004h.001l.002.004.001.002.003.003v.001l.003.003v.002c.002 0 .002.002.003.002l.001.002.002.003.001.002.002.002.001.003.002.002.002.002v.002l.003.003v.001l.003.004a.06.06 0 0 1 .003.004l.004.005.035.049.827-.596a6.326 6.326 0 0 1-.335-.518l-.882.513.081.136ZM9.867 2.922v-1.02H9.813a7.188 7.188 0 0 0-.52.023H9.283l-.004.001H9.265l-.002.001h-.008l-.005.001h-.004a8.269 8.269 0 0 0-.098.01l.103 1.014c.202-.02.408-.03.612-.03h.004ZM6.521 3.92c.087-.057.177-.112.266-.164l-.513-.882c-.102.06-.203.121-.303.186H5.97l-.004.004c-.002 0-.004.002-.005.003l-.136.09-.004.003-.005.003a.13.13 0 0 1-.004.003l-.005.003-.004.004a.048.048 0 0 0-.005.003l-.005.003-.004.003-.005.003-.004.003-.001.001-.004.003a.06.06 0 0 0-.004.003h-.002l-.003.003h-.001l-.003.003-.002.001-.003.002-.002.001-.002.002-.002.002-.003.001-.002.002-.002.002-.003.001-.002.002-.002.002h-.002l-.003.003-.001.001-.004.002v.001l-.004.003h-.001l-.004.003-.045.032.596.828c.082-.06.167-.117.252-.172ZM6.42 15.388a.143.143 0 0 1 .006.003l.004.002.005.003.004.002h.001l.004.003h.001l.004.003.005.002.004.003h.002l.003.002.002.001.003.002h.002l.003.002.001.001.003.002.002.001.003.002h.002l.003.002.002.001.003.002h.002l.003.002.002.001.003.002.002.001.003.001.002.002h.003l.002.002.002.001.003.002h.002l.003.002.002.002.003.001.002.001.003.002h.002l.003.003h.002l.004.002a.05.05 0 0 1 .005.003c.123.064.247.124.373.181l.005.002.005.002.417-.93a6.14 6.14 0 0 1-.547-.279l-.508.885.125.07ZM11.624 9.088a1.75 1.75 0 0 0-1.314-1.692V5.311a.432.432 0 1 0-.864 0v2.085a1.75 1.75 0 0 0-1.22 2.26l-2.24 1.464a.432.432 0 0 0 .472.724l2.244-1.466a1.748 1.748 0 0 0 2.922-1.29Zm-1.746.882a.883.883 0 0 1 0-1.764.883.883 0 0 1 0 1.764Z'/%3E%3Cpath fill='%23000' d='M21 8.21a.49.49 0 0 0-.698-.041l-1.431 1.273a8.981 8.981 0 0 0-1.416-5.208A8.976 8.976 0 0 0 12.207.396a8.968 8.968 0 0 0-6.828.899A8.97 8.97 0 0 0 1.186 6.76a8.967 8.967 0 0 0 .899 6.828 8.969 8.969 0 0 0 5.464 4.192 9.022 9.022 0 0 0 4.737-.02 9.047 9.047 0 0 0 3.968-2.32.432.432 0 0 0-.612-.61 8.163 8.163 0 0 1-7.87 2.116 8.08 8.08 0 0 1-4.938-3.79 8.08 8.08 0 0 1-.813-6.172C3.181 2.65 7.651.07 11.983 1.231a8.098 8.098 0 0 1 6.02 8.282l-1.292-1.687a.49.49 0 0 0-.692-.091.494.494 0 0 0-.09.69l2.05 2.677a.316.316 0 0 0 .459.043l2.52-2.239a.494.494 0 0 0 .041-.696Z'/%3E%3C/svg%3E");
  background-size: contain;
}

.png_icon {
  vertical-align: top;
}
.png_icon.btn_plus {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/btn_plus.png);
  width: 30px;
  min-width: 30px;
  height: 30.5px;
}
.png_icon.btn_minus {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/btn_minus.png);
  width: 30px;
  min-width: 30px;
  height: 30.5px;
}
.png_icon.pdf_download {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/pdf_download.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  font-weight: 700;
  padding-inline: 10px;
  gap: 5px;
  height: 40px;
  font-size: 14px;
}
.com_btn_wrap.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.com_btn_wrap.bottom .com_btn {
  min-width: 177px;
}
@media screen and (max-width: 767.9px) {
  .com_btn_wrap.bottom {
    margin-top: 30px;
    gap: 10px;
  }
  .com_btn_wrap.bottom .com_btn {
    min-width: 140px;
    padding-inline: 10px;
  }
}
.com_btn.point {
  background-color: #1C2022;
  color: #fff;
}
.com_btn.gray {
  background-color: #CBCFD9;
}
.com_btn.white {
  background-color: #fff;
  border: 1px solid #575B5E;
}
.com_btn.line {
  background: #fff;
  border: 2px solid #1C2022;
  color: #1C2022;
}
.com_btn.line.thin {
  border-width: 1px;
}
.com_btn.txt {
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
  gap: 5px;
  font-weight: 500;
}
.com_btn.l {
  height: 50px;
  font-size: 17px;
  line-height: 1.4;
  padding-inline: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    height: 44px;
    font-size: 14px;
  }
}
.com_btn.xs {
  height: 30px;
  font-size: 12px;
  font-weight: 500;
}
.com_btn.full {
  width: 100%;
}
.com_btn.extend {
  flex: 1;
}
.com_btn.toggle {
  border-radius: 5px;
}
.com_btn.toggle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
}
.com_btn.toggle.open::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-top: 3px;
  margin-top: 8px;
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging {
    gap: 5px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  min-width: 40px;
  height: 40px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #E9E9E9;
  background-color: #fff;
  border-radius: 5px;
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 15px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #1C2022;
  border-color: #1C2022;
  border-width: 2px;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.sec-paging :is(.pg-btn, .btn-page) {
  min-width: 30px;
  height: 30px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #222;
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 15px;
  text-indent: -9999px;
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .group-prev {
  background-image: url("../img/arrow_last.png");
  transform: rotate(180deg);
}
.sec-paging .group-next {
  background-image: url("../img/arrow_last.png");
}
.sec-paging :is(.group-prev, .prev) {
  transform: rotate(180deg);
}
.sec-paging .group-prev {
  margin-right: 7px;
}
.sec-paging .group-next {
  margin-left: 7px;
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #fff;
  background-color: #1C2022;
  border-radius: 100%;
}

.com_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  border-top: 1px solid #000;
  margin-bottom: 20px;
}
.com_tab .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  white-space: nowrap;
  flex: 1;
  font-weight: 700;
  height: 50px;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  padding-inline: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    font-size: 13px;
    min-height: 40px;
    height: auto;
  }
}
.com_tab .tab:first-child {
  border-left: none;
}
.com_tab .tab.active {
  color: #fff;
  background-color: #1C2022;
  border-color: #1C2022;
}
.com_tab_contents, .com_tab_contents2 {
  display: none;
}
.com_tab_contents.active, .com_tab_contents2.active {
  display: block;
}

.com_tab_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.com_tab_sub .tab {
  border-radius: 50px;
  background: #9296A0;
  height: 30px;
  color: #fff;
  padding-inline: 15px;
}
.com_tab_sub .tab.active {
  background: #1B2023;
}

.com_chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  cursor: pointer;
  line-height: initial;
}
.com_chk input[type=checkbox], .com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 18px;
}
.com_chk input[type=checkbox]::before, .com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1.5px solid #d6d6d6;
  border-radius: 2px;
  cursor: pointer;
}
.com_chk input[type=checkbox]:checked::before, .com_chk input[type=radio]:checked::before {
  background: #1C2022 url("../img/chk_on.png") no-repeat center/80% auto;
  border-color: #1C2022;
}
.com_chk input[type=checkbox]:disabled, .com_chk input[type=radio]:disabled {
  opacity: 0.4;
}

.com_switch {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #DFE5ED;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch__wrap {
  position: relative;
}
.com_switch:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox] {
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:after {
  left: 22px;
  transition: all 0.3s ease;
  border: none;
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: center;
}
.com_popup .bg_close {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
.com_popup .pop_container {
  position: relative;
  background: #fff;
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_container {
    padding: 20px 17px;
    max-width: 94vw !important;
  }
}
.com_popup .pop_container.s {
  width: 500px;
}
.com_popup .pop_container.xs {
  width: 330px;
}
.com_popup .content_container {
  scrollbar-face-color: #999;
  scrollbar-highlight-color: #999; /*스크롤*/
  scrollbar-3dlight-color: #999; /*하이라이트*/
  scrollbar-darkshadow-color: #999; /*왼쪽외곽음영*/
  scrollbar-shadow-color: #999; /*오른쪽외곽음영*/
  scrollbar-arrow-color: #999; /*오른쪽 안쪽음영*/
  scrollbar-track-color: #999; /*화살*/
  /*스크롤영역*/
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
.com_popup .content_container::-webkit-scrollbar {
  opacity: 0;
  width: 10px;
  height: 10px;
}
.com_popup .content_container::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.com_popup .content_container::-webkit-scrollbar-thumb {
  background-color: #999;
  background-clip: padding-box;
}
.com_popup .content_container::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: #f7f7f7;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background: #f7f7f7;
}
.com_popup .btn_container {
  position: relative;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.com_popup .pop_tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.com_popup .btn_close {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 14px;
  height: 14px;
  background: url("../img/icon_del.png") no-repeat center/100% auto;
}
.com_popup.type_alert .content_container {
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
  padding-top: 30px;
}
.com_popup.type_alert .content_container .txt + .txt {
  margin-top: 15px;
}
.com_popup .com_input_sec .tit_field {
  margin-bottom: 10px;
}
.com_popup .com_input_sec .input_field {
  margin-bottom: 20px;
}

.pop_test_history .test_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}

body {
  background-color: #FAFAFA;
}

main {
  margin-top: 90px;
  padding-bottom: 101px;
  min-height: calc(var(--vh, 1vh) * 100 - 252px);
}
@media screen and (max-width: 1023.9px) {
  main {
    margin-top: 70px;
    padding-bottom: 18px;
    min-height: auto;
  }
}

.com_center_wrap {
  width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap {
    width: 100%;
    padding-inline: 17px;
    padding-bottom: 60px;
  }
}

.head {
  background-color: #1C2022;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-inline: 80px;
  z-index: 99;
}
@media screen and (max-width: 1023.9px) {
  .head {
    height: 70px;
    padding-inline: 17px;
  }
}
.head__logo {
  color: #FFF !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
.head__logo a, .head__logo a:link {
  color: #FFF !important;
}
@media screen and (max-width: 1023.9px) {
  .head__logo img {
    width: 110px;
  }
}
.head__link {
  color: #fff;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .head__link {
    border-radius: 50px;
    background-color: #1C2022;
    height: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: calc((100% - 10px) / 2);
  }
  .head__link.line {
    border: 1px solid #1C2022;
    background-color: #fff;
    color: #000;
  }
}
.head__link_sec {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .head__link_sec {
    position: relative;
    z-index: 102;
    order: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.head__login_info {
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .head__login_info {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-block: 30px;
    width: 100%;
  }
}
.head__login_info .name {
  color: #5B7FE4;
}
@media screen and (max-width: 1023.9px) {
  .head__login_info .name {
    color: #000;
    font-size: 24px;
    font-weight: 500;
  }
}
.head.none {
  display: none;
}
.head.none ~ main {
  margin-top: 0;
}
@media screen and (min-width: 1023.9px) {
  .head .btn_bar {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__wrap .btn_close {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__wrap {
    margin-left: 50px;
    width: calc(100vw - 50px);
    height: calc(var(--vh, 1vh) * 100);
    right: -200%;
    top: 0;
    position: fixed;
    padding: 24px 34px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .head__wrap:before, .head__wrap:after {
    content: "";
    position: fixed;
    top: 0;
    height: calc(var(--vh, 1vh) * 100);
    right: -200%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .head__wrap:before {
    background: #fff;
    z-index: 101;
    width: calc(100vw - 50px);
  }
  .head__wrap:after {
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100vw;
  }
  .head__wrap .btn_close {
    position: absolute;
    z-index: 105;
    width: 21px;
    right: 25px;
    top: 24px;
  }
  .head__wrap.active {
    right: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .head__wrap.active:before {
    right: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .head__wrap.active:after {
    right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

.gnb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 78px;
}
@media screen and (min-width: 1023.9px) {
  .gnb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1299.9px) {
  .gnb {
    gap: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb {
    position: relative;
    z-index: 102;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1 {
    width: 100%;
  }
}
.gnb .depth1 > .menu {
  font-size: 18px;
  color: #FFF;
  line-height: inherit;
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1 > .menu {
    color: #000;
    padding-block: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    width: 100%;
  }
  .gnb .depth1 > .menu:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    border: solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
}

.footer {
  border-top: 1px solid #EEE;
  padding: 30px 80px 50px;
  color: #767678;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 767.9px) {
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    gap: 66px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer__logo {
    width: 110px;
  }
}
.footer__right {
  flex: 1;
}
@media screen and (max-width: 767.9px) {
  .footer__right {
    margin-top: 15px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.9px) {
  .footer__links {
    margin-bottom: 5px;
  }
}
.footer__links .link {
  font-size: 14px;
  color: #727373;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 767.9px) {
  .footer__links .link {
    font-size: 13px;
  }
}
.footer__links .link:not(:first-child):before {
  content: "·";
  display: inline-block;
  margin: 0 8px;
  vertical-align: -1px;
}
.footer__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
}
.footer__txt > * {
  color: #767678;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  line-height: 1.5;
}
.footer__txt > *:not(:first-child):before {
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 1px;
  background-color: #ddd;
  vertical-align: -1px;
}
@media screen and (max-width: 767.9px) {
  .footer__txt > *:nth-of-type(3), .footer__txt > *.tel, .footer__txt > *:nth-of-type(4) {
    flex: 0 0 100%;
  }
  .footer__txt > *:nth-of-type(3):before, .footer__txt > *.tel:before, .footer__txt > *:nth-of-type(4):before {
    display: none;
  }
}
.footer__copy_right {
  margin-top: 10px;
}

.com_point_txt {
  color: #1C2022 !important;
}

.com_pg_tit {
  font-size: 30px;
  font-weight: 800;
  padding-block: 30px 38px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    font-size: 20px;
    padding-block: 25px;
  }
}
.com_sec_tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.com_sec_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 20px;
}
.com_sec_tit__wrap .select {
  width: 100px;
  height: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit__wrap .select {
    height: 35px;
  }
}
.com_sec_tit__wrap .com_sec_tit {
  margin-bottom: 0;
}

/*common input form*/
.com_input_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_input_sec .error_txt {
  margin-top: 10px;
  line-height: 17px;
  color: #fa5951;
  font-size: 12px;
}
.com_input_sec .error_txt.blue {
  color: #3264F4;
}
.com_input_sec .info_txt {
  margin-top: 10px;
  font-size: 12px;
  color: #767678;
}
.com_input_sec .tit_field {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.com_input_sec .tit_field .sub {
  color: #767678;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field .sub {
    font-size: 13px;
  }
}
.com_input_sec .input_field {
  margin-bottom: 45px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field {
    margin-bottom: 30px;
  }
}
.com_input_sec .input_field:last-child {
  margin-bottom: 0;
}
.com_input_sec .input_field input[type=text],
.com_input_sec .input_field input[type=password] {
  width: 100%;
}
.com_input_sec [class^=flex_] {
  gap: 10px;
}
.com_input_sec [class^=flex_] + [class^=flex_], .com_input_sec [class^=flex_] + input[type=text], .com_input_sec [class^=flex_] + input[type=email], .com_input_sec [class^=flex_] + input[type=number] {
  margin-top: 10px;
}
.com_input_sec .email_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.com_input_sec .email_row .input,
.com_input_sec .email_row .select {
  flex: 1;
}
.com_input_sec .email_row .com_btn {
  min-width: 100px;
  border-radius: 10px;
  font-size: 14px;
  padding-inline: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .email_row .com_btn {
    height: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .email_row .select {
    width: 100%;
    flex: 0 0 100%;
  }
  .com_input_sec .email_row .com_btn {
    width: 100%;
    flex: 0 0 100%;
  }
}
.com_input_sec .flex_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_input_sec .flex_row .list_num {
  width: 15px;
  display: inline-block;
}
.com_input_sec .flex_row .input {
  flex: 1;
}
.com_input_sec .flex_row .com_btn {
  min-width: 120px;
  border-radius: 10px;
  font-size: 14px;
  padding-inline: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .flex_row .com_btn {
    height: 50px;
  }
}
.com_input_sec .flex_row .tit_field {
  margin-bottom: 0 !important;
  margin-right: 20px;
}
.com_input_sec .no_data {
  color: #9296a0;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #cad2da;
  background: #ebedef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  min-height: 182px;
  line-height: 1.4;
}
.com_input_sec + .com_input_sec {
  margin-top: 53px;
  padding-top: 53px;
  border-top: 1px solid #e9e9e9;
}
.com_input_sec.type_line .input_field {
  margin-bottom: 20px;
}
.com_input_sec.type_line .input_field.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.com_input_sec.type_line .tit_field {
  margin-bottom: 10px;
}

.com_add_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.com_add_file .btn_del_thumb {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url("../img/icon_del.png") #e8e8e8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
.com_add_file .blind {
  display: none;
}
.com_add_file .input_form {
  flex: 1; /* input_form이 남은 공간을 꽉 채울 수 있도록 설정 */
}
.com_add_file .input_form .input {
  margin-left: 0;
  padding-inline: 10px;
}
.com_add_file .input_form + .com_btn {
  min-height: 50px;
}
@media screen and (min-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575.9px) {
  .com_add_file .input_form + .com_btn {
    margin: 0 0 0 10px;
  }
}
.com_add_file .com_btn {
  flex: 0 0 200px; /* com_btn이 필요한 만큼의 공간만 차지하도록 설정 */
  border-radius: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_add_file .com_btn {
    flex: 0 0 100px;
  }
}
.com_add_file .com_file_thumb {
  position: relative;
  display: none;
  margin-top: 5px;
  width: 100%; /* 가로 크기를 100%로 설정하여 줄바꿈이 되도록 함 */
}
.com_add_file .com_file_thumb_img {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.com_add_file .com_file_thumb .preview_img {
  width: 120px;
}
.com_add_file_img {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 575.9px) {
  .com_add_file_img + .com_add_file {
    margin-top: 25px;
  }
}
.com_add_file_img .btn_del_img {
  background: url("../img/icon_del.png") #e8e8e8 center center no-repeat;
  background-size: 9px auto;
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline-block;
}
.com_add_file_img .img {
  position: relative;
  max-width: 200px;
  z-index: 0;
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.com_add_file_img .add_file_value {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.com_add_file_img .btn_btm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.com_add_file + .com_add_file {
  margin-top: 10px;
}

/*!스크롤*/
.scroll {
  scrollbar-face-color: #d5d3d7;
  /*스크롤*/
  scrollbar-highlight-color: #d5d3d7;
  /*하이라이트*/
  scrollbar-3dlight-color: #d5d3d7;
  /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #d5d3d7;
  /*오른쪽외곽음영*/
  scrollbar-shadow-color: #d5d3d7;
  /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #d5d3d7;
  /*화살*/
  scrollbar-track-color: rgba(255, 255, 255, 0);
  /*스크롤영역*/
  overflow: auto;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  /*상하 좌우 스크롤이 만나는 공간*/
}
.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 15px;
  height: 15px;
}
.scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.08);
}

.scroll_lock {
  touch-action: none;
  overflow-y: hidden !important;
}
.scroll_lock body {
  touch-action: none;
  overflow-y: hidden !important;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.com_board_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_search {
    margin-bottom: 10px;
  }
  .com_board_search input {
    height: 44px;
  }
}
.com_board_search .com_btn {
  border-width: 2px;
  border-radius: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_board_search .com_btn {
    padding-inline: 20px;
  }
}

.com_list {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_list {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list {
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0 17px 10px;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .com_list {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.has_tab {
    padding-top: 20px;
  }
}
.com_list .list {
  table-layout: fixed;
}
.com_list .list th,
.com_list .list td {
  height: 60px;
  padding-inline: 10px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list th,
  .com_list .list td {
    height: 40px;
    padding: 5px;
  }
}
.com_list .list th {
  border-bottom: 1px solid #000;
}
.com_list .list td {
  border-bottom: 1px solid #EEE;
  color: #575b5e;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list td {
    font-size: 12px;
  }
}
.com_list .list td.tit_field {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list td.tit_field {
    font-size: 14px;
  }
}
.com_list .list td.tit_field .link {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_list .list.type_toggle th {
  font-weight: 400;
}
.com_list .list.type_toggle th .select {
  border: none;
  background: url("../img/icon_toggle_arrow.png") no-repeat right center #fff;
  background-size: 12px 6px;
  padding-right: 15px;
  padding-left: 10px;
  height: 30px;
}
.com_list .list.type_toggle th.text_right {
  text-align: right;
}
.com_list .list.type_toggle td .category_txt {
  font-size: 12px;
  letter-spacing: -0.24px;
  border-radius: 5px;
  background: #d8e8ff;
  line-height: 1;
  padding: 5px 8px;
  display: inline-flex;
  color: #1c2022;
}
.com_list .list.type_toggle td.tit_field {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 16px;
  color: #575b5e;
}
.com_list .list.type_toggle td.tit_field .btn_open {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_toggle_arrow.png);
  width: 12px;
  min-width: 12px;
  height: 6px;
  margin-left: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle td.tit_field {
    font-size: 14px;
    order: 2;
    flex: 0 0 100%;
    width: 100%;
  }
  .com_list .list.type_toggle td.tit_field .btn_open {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle td.btn_field {
    padding-bottom: 0;
    text-align: right;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list .list.type_toggle td .m_th {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle td .m_th:after {
    content: ":";
    display: inline-block;
    padding-inline: 5px;
  }
}
.com_list .list.type_toggle .active .btn_open {
  transform: rotate(180deg);
}
.com_list .list.type_toggle .toggle_body {
  display: none;
}
.com_list .list.type_toggle .toggle_body.active {
  display: table-row;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle .toggle_body.active {
    display: block;
  }
}
.com_list .list.type_toggle .toggle_body .flex_row {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
  font-size: 16px;
  color: #575b5e;
  word-break: break-all;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle .toggle_body .flex_row {
    padding: 0;
  }
}
.com_list .list.type_toggle .toggle_body .flex_row .txt_a {
  font-size: 24px;
  font-weight: 500;
  color: #5b7fe4;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle .toggle_body .flex_row {
    font-size: 14px;
  }
  .com_list .list.type_toggle .toggle_body .flex_row .txt_a {
    font-size: 18px;
  }
}
.com_list .list.type_toggle .toggle_body .toggle_contents {
  text-align: left;
  line-height: 1.5;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle .toggle_body .toggle_contents {
    padding: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_toggle {
    display: block;
  }
  .com_list .list.type_toggle tbody {
    display: block;
  }
  .com_list .list.type_toggle colgroup, .com_list .list.type_toggle thead, .com_list .list.type_toggle .num_field {
    display: none;
  }
  .com_list .list.type_toggle .thead_faq {
    display: block;
  }
  .com_list .list.type_toggle .thead_faq th:not(.select_field) {
    display: none;
  }
  .com_list .list.type_toggle tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #EEE;
  }
  .com_list .list.type_toggle tr td {
    border-bottom: 0;
    padding: 15px 0;
    height: auto;
  }
  .com_list .list.type_toggle tr .category_field {
    width: auto;
    padding-bottom: 0;
  }
  .com_list .list.type_toggle tr .date_field {
    padding-bottom: 0;
    font-size: 12px;
    margin-left: auto;
  }
  .com_list .list.type_toggle tr .btn_field {
    width: 100%;
  }
}
.com_list .list + .com_sec_tit__wrap {
  margin-top: 30px;
}
@media screen and (min-width: 1023.9px) {
  .com_list .list.type_block .m_th {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list .list.type_block {
    display: block;
    margin-top: -10px;
    border-top: 1px solid #000;
  }
  .com_list .list.type_block tbody {
    display: block;
  }
  .com_list .list.type_block thead, .com_list .list.type_block .num_field {
    display: none;
  }
  .com_list .list.type_block tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #EEE;
    gap: 5px;
    padding-block: 15px;
  }
  .com_list .list.type_block td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    border: none;
    height: auto;
    padding: 0;
  }
  .com_list .list.type_block td.tit_field, .com_list .list.type_block td.tit_field .link {
    font-weight: 700;
    font-size: 14px;
  }
  .com_list .list.type_block .m_th {
    font-weight: 700;
    color: #1C2022;
  }
  .com_list .list.type_block .m_th:after {
    content: ":";
    display: inline-block;
    padding-inline: 5px;
  }
}
.com_list .tip {
  margin-top: 20px;
  color: #575B5E;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_list .tip {
    font-size: 12px;
  }
}
.com_list__num {
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_list__num {
    padding-block: 5px 10px;
    font-size: 13px;
  }
}

.com_detail {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_detail {
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 17px;
  }
}
@media screen and (max-width: 1023.9px) and (max-width: 1023.9px) {
  .com_detail {
    border-radius: 10px;
  }
}
.com_detail .top_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  border-block: 1px solid #000;
  padding-block: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .top_area {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 0;
  }
}
.com_detail .top_area .tit_field {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  padding-inline: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .top_area .tit_field {
    width: 60px;
    text-align: left;
    padding-left: 5px;
  }
}
.com_detail .top_area .info_field {
  font-size: 16px;
  padding-right: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .top_area .info_field {
    width: calc(100% - 80px);
    padding-right: 0;
    flex: none !important;
    text-align: left;
    font-size: 14px;
  }
}
.com_detail .top_area .info_field.tit {
  flex: 1;
}
.com_detail .top_area .date {
  color: #575b5e;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .top_area .date {
    text-align: left;
  }
}
.com_detail .detail_content {
  padding: 30px;
  border-bottom: 1px solid #EEE;
  line-height: 1.7;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_content {
    padding: 10px;
  }
}
.com_detail .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.com_detail .file_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
  padding: 10px 20px;
  border-bottom: 1px solid #EEE;
}
.com_detail .file_area .file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}

.com_test_result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_test_result {
    gap: 10px;
  }
}
.com_test_result .inner {
  padding: 20px 18px;
  border-radius: 6px;
  border: 1px solid #CAD2DA;
  background: #EBEDEF;
}
.com_test_result .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_test_result .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
  }
}
.com_test_result .top .tit {
  font-size: 16px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_test_result .top .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_test_result .top .com_tab_sub {
    width: 100%;
  }
  .com_test_result .top .com_tab_sub .tab {
    flex: 1;
  }
}
.com_test_result .input_info .list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
}
.com_test_result .input_info .list li {
  list-style: decimal;
  list-style-position: inside;
}
.com_test_result .input_info .list .tit {
  word-break: break-all;
}
.com_test_result .result .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 30px;
}
.com_test_result .result .list .summary_info {
  margin-left: 13px;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_test_result .result .list .summary_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_test_result .result .list .top {
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
}
.com_test_result .result .list .top .btn_open:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #575B5E;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.com_test_result .result .list .top .com_btn {
  margin-left: auto;
}
.com_test_result .result .list .detail {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.com_test_result .result .list .open .top .btn_open:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #575B5E;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-top: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.com_test_result .result .list .open .detail {
  overflow: visible;
  visibility: visible;
  height: auto;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  padding-top: 20px;
}
.com_test_result .result .list .open .detail .content-item-row:not(:last-child) {
  margin-bottom: 20px;
}
.com_test_result .result .list .open .detail .content-igm-box {
  margin-top: 20px;
}
.com_test_result .result .list .tit b {
  word-break: break-all;
}
.com_test_result .detail_box {
  border-radius: 20px;
  background: #FFF;
  padding: 20px;
  margin-top: 10px;
}
.com_test_result.type_one {
  gap: 0;
}
.com_test_result.type_one .input_info {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.com_test_result.type_one .result {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.com_test_detail .tit {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.com_test_detail .list {
  border-block: 1px solid #000;
  padding-block: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_test_detail .structure_sec {
  margin-top: 20px;
}
.com_test_detail .structure_sec .txt {
  margin-bottom: 5px;
}
.com_test_detail .structure_sec .structure {
  border-radius: 10px;
  border: 1px solid #DCE1E6;
  background: #FFF;
  overflow: hidden;
}