@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: 16px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
}
@media screen and (max-width: 1023.9px) {
  html,
  textarea,
  input {
    font-size: 14px;
  }
}

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: #111;
}

a:hover {
  text-decoration: none;
}

button,
button:hover,
button:active,
button:visited,
a:hover,
a:active,
a:visited {
  color: #111;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
select,
textarea {
  padding: 0 8px;
  box-sizing: border-box;
  color: #111;
  font-size: 16px;
  background: #fff;
  vertical-align: middle;
  height: 50px;
  padding-inline: 14px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
@media screen and (max-width: 1023.9px) {
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=date],
  input[type=search],
  select,
  textarea {
    font-size: 14px;
  }
}

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

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon_arrow_down.png") no-repeat #fff;
  background-position: calc(100% - 6px) center;
  background-size: 10px 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;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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;
  margin-right: 4px;
}

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BBBBBB;
  opacity: 1;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BBBBBB;
  opacity: 1;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BBBBBB;
  opacity: 1;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 14px;
  }
}

input::placeholder,
textarea::placeholder {
  color: #BBBBBB;
  opacity: 1;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BBBBBB;
  opacity: 1;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 14px;
  }
}

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

select:disabled,
input[readonly],
textarea[readonly] {
  border: 1px solid #ddd;
  opacity: 1;
  background: transparent;
}

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: #BBBBBB;
  opacity: 1;
}

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

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

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

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #BBBBBB;
  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_arrow {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 12px;
  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 16 12' width='16' height='12'%3E%3Cpath fill='%23111' d='m10 12-1.4-1.45L12.15 7H0V5h12.15L8.6 1.45 10 0l6 6Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_bar {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14'%3E%3Cpath  viewBox='0 0 20 14' fill='%23111' d='M1.111 14a1.049 1.049 0 0 1-.792-.335A1.159 1.159 0 0 1 0 12.834a1.159 1.159 0 0 1 .319-.831 1.049 1.049 0 0 1 .792-.335h17.778a1.049 1.049 0 0 1 .792.335 1.159 1.159 0 0 1 .319.831 1.159 1.159 0 0 1-.319.831 1.049 1.049 0 0 1-.792.335Zm0-5.833a1.049 1.049 0 0 1-.792-.335A1.159 1.159 0 0 1 0 7a1.159 1.159 0 0 1 .319-.831 1.049 1.049 0 0 1 .792-.335h17.778a1.049 1.049 0 0 1 .792.335A1.159 1.159 0 0 1 20 7a1.159 1.159 0 0 1-.319.831 1.049 1.049 0 0 1-.792.335Zm0-5.833a1.049 1.049 0 0 1-.792-.335A1.159 1.159 0 0 1 0 1.168 1.159 1.159 0 0 1 .319.337a1.049 1.049 0 0 1 .792-.335h17.778a1.049 1.049 0 0 1 .792.335 1.159 1.159 0 0 1 .319.831 1.159 1.159 0 0 1-.319.831 1.049 1.049 0 0 1-.792.335Z' data-name='menu_24dp_5F6368_FILL0_wght400_GRAD0_opsz24 (1)'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_del {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath  viewBox='0 0 20 20' d='M19.557.458a1.511 1.511 0 0 0-2.139 0L10 7.858 2.584.443A1.514 1.514 0 0 0 .443 2.584l7.418 7.418L.443 17.42a1.513 1.513 0 0 0 2.141 2.137l7.418-7.418 7.418 7.418a1.513 1.513 0 0 0 2.139-2.139L12.141 10l7.416-7.416a1.52 1.52 0 0 0 0-2.126Z' data-name='Icon material-round-close'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_go {
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath  viewBox='0 0 8 8' fill='%23111' d='M.37.636a.638.638 0 0 0 .636.636h4.826L.188 6.918a.636.636 0 1 0 .9.9l5.64-5.65v4.826a.636.636 0 0 0 1.272 0V.636A.638.638 0 0 0 7.364 0H1.006A.638.638 0 0 0 .37.636Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_home {
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath  viewBox='0 0 12 10' fill='%23111' d='M4.8 10V6.471h2.4V10h3V5.294H12L6 0 0 5.294h1.8V10Z' data-name='Icon material-home'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_language {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill='%23111' d='M7.992 0a8 8 0 1 0 .016 16 8 8 0 0 0-.016-16Zm5.544 4.8h-2.36c-.25-.99-.619-1.947-1.1-2.848a6.424 6.424 0 0 1 3.46 2.848ZM8 1.632A11.27 11.27 0 0 1 9.528 4.8H6.472A11.27 11.27 0 0 1 8 1.632ZM1.808 9.6a6.258 6.258 0 0 1 0-3.2h2.7C4.44 6.93 4.404 7.465 4.4 8c.005.535.042 1.07.112 1.6H1.808Zm.656 1.6h2.36c.25.99.619 1.947 1.1 2.848a6.39 6.39 0 0 1-3.46-2.848Zm2.36-6.4h-2.36a6.39 6.39 0 0 1 3.464-2.848A12.52 12.52 0 0 0 4.824 4.8ZM8 14.368A11.269 11.269 0 0 1 6.472 11.2h3.056A11.268 11.268 0 0 1 8 14.368ZM9.872 9.6H6.128A11.771 11.771 0 0 1 6 8c.006-.536.049-1.07.128-1.6h3.744c.08.53.122 1.064.128 1.6-.006.536-.049 1.07-.128 1.6Zm.2 4.448c.482-.9.85-1.857 1.1-2.848h2.36a6.424 6.424 0 0 1-3.464 2.848h.004ZM11.488 9.6c.07-.53.107-1.065.112-1.6a13.213 13.213 0 0 0-.112-1.6h2.7a6.259 6.259 0 0 1 0 3.2h-2.7Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_prev {
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24'%3E%3Cpath viewBox='0 0 14 24' fill='%23111' d='m13.379 20.322-8.25-8.333 8.25-8.333a2.157 2.157 0 0 0 0-3.028 2.1 2.1 0 0 0-3 0L.62 10.486a2.154 2.154 0 0 0 0 3.028l9.759 9.858a2.1 2.1 0 0 0 3 0 2.2 2.2 0 0 0 0-3.05Z' data-name='Icon material-round-keyboard-arrow-left'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_search {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill='%23111' d='M12.732 11.318h-.741l-.263-.253a6.118 6.118 0 1 0-.657.657l.253.263v.741l3.989 3.986a.99.99 0 1 0 1.4-1.4l-3.981-3.994Zm-5.631 0a4.221 4.221 0 1 1 .006-8.442 4.221 4.221 0 0 1-.006 8.442Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_up {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23111' d='M11.317 19.207V4.495l6.428 6.428a1.328 1.328 0 0 0 1.87 0 1.312 1.312 0 0 0 0-1.857l-8.68-8.68a1.312 1.312 0 0 0-1.857 0L.384 9.055a1.313 1.313 0 0 0 1.857 1.854l6.441-6.414v14.712a1.317 1.317 0 0 0 2.635 0Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_link {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23111' d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z'/%3E%3Cpath fill='%23fff' d='M8.37 8.636a.638.638 0 0 0 .636.636h4.826l-5.644 5.646a.636.636 0 1 0 .9.9l5.64-5.65v4.826a.636.636 0 0 0 1.272 0V8.636A.638.638 0 0 0 15.364 8H9.006a.638.638 0 0 0-.636.636Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_search_del {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23111' d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm2.534 13.62L10 11.087 7.466 13.62a.769.769 0 1 1-1.086-1.086L8.913 10 6.38 7.466A.768.768 0 0 1 7.466 6.38L10 8.913l2.534-2.533a.768.768 0 1 1 1.086 1.086L11.087 10l2.534 2.534a.772.772 0 0 1-.543 1.314.762.762 0 0 1-.544-.227v-.001Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow_down {
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%23111' d='M10.161.31 5.994 4.435 1.827.31A1.078 1.078 0 0 0 .081.653 1.052 1.052 0 0 0 .313 1.81l4.93 4.88a1.077 1.077 0 0 0 1.513 0l4.93-4.88a1.051 1.051 0 0 0 0-1.5 1.1 1.1 0 0 0-1.525 0Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow_right {
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath fill='%23111'  d='M1.177 6.747 3.534 4.39 1.177 2.034a.606.606 0 1 1 .857-.856l2.788 2.787a.6.6 0 0 1 0 .856l-2.788 2.79A.605.605 0 0 1 1 7.178c0-.162.063-.316.176-.432Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_right {
  display: inline-block;
  width: 5px;
  min-width: 5px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath fill='%23111' d='m.22 6.774 2.948-2.777L.22 1.222a.685.685 0 0 1 0-1.009.79.79 0 0 1 1.07 0L4.778 3.5a.684.684 0 0 1 0 1.01L1.292 7.79a.789.789 0 0 1-1.071 0 .7.7 0 0 1 0-1.017Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 16 12' width='16' height='12'%3E%3Cpath fill='%23999' d='m10 12-1.4-1.45L12.15 7H0V5h12.15L8.6 1.45 10 0l6 6Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_go.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath  viewBox='0 0 8 8' fill='%23999' d='M.37.636a.638.638 0 0 0 .636.636h4.826L.188 6.918a.636.636 0 1 0 .9.9l5.64-5.65v4.826a.636.636 0 0 0 1.272 0V.636A.638.638 0 0 0 7.364 0H1.006A.638.638 0 0 0 .37.636Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_go.dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath  viewBox='0 0 8 8' fill='%23111' d='M.37.636a.638.638 0 0 0 .636.636h4.826L.188 6.918a.636.636 0 1 0 .9.9l5.64-5.65v4.826a.636.636 0 0 0 1.272 0V.636A.638.638 0 0 0 7.364 0H1.006A.638.638 0 0 0 .37.636Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_prev.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24'%3E%3Cpath viewBox='0 0 14 24' fill='%23fff' d='m13.379 20.322-8.25-8.333 8.25-8.333a2.157 2.157 0 0 0 0-3.028 2.1 2.1 0 0 0-3 0L.62 10.486a2.154 2.154 0 0 0 0 3.028l9.759 9.858a2.1 2.1 0 0 0 3 0 2.2 2.2 0 0 0 0-3.05Z' data-name='Icon material-round-keyboard-arrow-left'/%3E%3C/svg%3E");
}
.svg_icon.icon_right.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' fill='none'%3E%3Cpath fill='%23fff' d='m.22 6.774 2.948-2.777L.22 1.222a.685.685 0 0 1 0-1.009.79.79 0 0 1 1.07 0L4.778 3.5a.684.684 0 0 1 0 1.01L1.292 7.79a.789.789 0 0 1-1.071 0 .7.7 0 0 1 0-1.017Z'/%3E%3C/svg%3E");
}
.svg_icon.icon_prev.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='24'%3E%3Cpath viewBox='0 0 14 24' fill='%23D6D6D6' d='m13.379 20.322-8.25-8.333 8.25-8.333a2.157 2.157 0 0 0 0-3.028 2.1 2.1 0 0 0-3 0L.62 10.486a2.154 2.154 0 0 0 0 3.028l9.759 9.858a2.1 2.1 0 0 0 3 0 2.2 2.2 0 0 0 0-3.05Z' data-name='Icon material-round-keyboard-arrow-left'/%3E%3C/svg%3E");
}
.svg_icon.icon_home.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10'%3E%3Cpath  viewBox='0 0 12 10' fill='%23999' d='M4.8 10V6.471h2.4V10h3V5.294H12L6 0 0 5.294h1.8V10Z' data-name='Icon material-home'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
}
.png_icon.icon_location {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_location.png);
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.png_icon.icon_phone {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_phone.png);
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.png_icon.icon_progress_bar {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_progress_bar.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.png_icon.icon_del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_del.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}

a.com_btn:hover {
  cursor: pointer;
}

.com_btn {
  padding: 0 25px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  box-sizing: border-box;
  gap: 5px;
}
.com_btn_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;
}
.com_btn_wrap.center {
  justify-content: center;
  gap: 8px;
}
.com_btn_wrap.bottom {
  padding-top: 60px;
  justify-content: center;
}
.com_btn_wrap.bottom .com_btn {
  min-width: 240px;
  height: 50px;
}
@media screen and (max-width: 767.9px) {
  .com_btn_wrap.bottom .com_btn {
    min-width: 200px;
    height: 48px;
  }
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
}
.com_btn.point {
  background-color: #3E7DC1;
  color: #fff;
}
.com_btn.point:hover {
  background-color: #55A2F5;
}
.com_btn.white {
  background-color: #fff;
  color: #111;
}
.com_btn.white:hover {
  color: #999999;
}
.com_btn.gray {
  background-color: #F6F6F6;
}
.com_btn.black {
  background-color: #111;
  color: #fff;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #eee;
  color: #666;
}
.com_btn.line:hover {
  background-color: #eee;
  border-color: #eee;
}
.com_btn.l {
  height: 55px;
  font-size: 16px;
  font-weight: 700;
}
.com_btn.m {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
}
.com_btn.s {
  height: 32px;
  font-size: 14px;
  font-weight: 500;
}
.com_btn.xs {
  height: 24px;
  font-size: 12px;
  padding-inline: 8px;
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 80px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023.9px) {
  .com_paging {
    display: none;
  }
}
.com_table + .com_paging {
  margin-top: 40px;
}
.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-radius: 5px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  color: #d6d6d6;
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) {
  border: none;
  min-width: 40px;
  height: 40px;
  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;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 10px;
}
.com_paging .btn_next, .com_paging .btn_prev {
  margin-left: 7px;
  background-image: url(../img/arrow_right.png);
  background-size: 6px 10px;
}
.com_paging .btn_last, .com_paging .btn_first {
  margin-left: 7px;
  background-image: url(../img/arrow_last.png);
  background-size: 12px 10px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: 500;
  color: #fff !important;
  background-color: #111;
  border-color: #111;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1023.9px) {
  .sec-paging {
    margin-top: 30px;
  }
}
.sec-paging :is(.pg-btn, .btn-page) {
  min-width: 16px;
  height: 16px;
  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: 6px 10px;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .sec-paging .pg-btn {
    width: 20px;
  }
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .pg-btn.next {
  margin-left: 10px;
}
.sec-paging .pg-btn.prev {
  margin-right: 10px;
}
.sec-paging .group-prev {
  background-image: url("../img/arrow_last.png");
  transform: rotate(180deg);
  background-size: 12px 10px;
}
.sec-paging .group-next {
  background-image: url("../img/arrow_last.png");
  background-size: 12px 10px;
}
.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;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  color: #d6d6d6;
}
.sec-paging .btn-page.active {
  font-weight: 500;
  color: #fff !important;
  background-color: #111;
  border-color: #111;
}

.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;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (min-width: 1023.9px) {
  .com_tab {
    gap: 60px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab {
    gap: 8px;
    margin-top: 25px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .com_tab::-webkit-scrollbar { /*스크롤바*/
    width: 5px;
    height: 5px;
  }
  .com_tab::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .com_tab::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #e2e8f0;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .com_tab::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: none;
  }
  .com_tab::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: none;
  }
  .dark .com_tab {
    scrollbar-highlight-color: #6b6b6b;
  }
  .dark .com_tab::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #6b6b6b;
  }
  .dark .com_tab::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #6b6b6b;
  }
  .com_tab::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .com_tab {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab__wrap {
    margin-right: -20px;
  }
  .com_tab__wrap .com_tab {
    padding-right: 20px;
  }
}
.com_tab .tab {
  position: relative;
  white-space: nowrap;
  font-size: 20px;
  text-align: center;
  color: #d6d6d6;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 11px 15px;
    font-size: 14px;
    color: #111;
    font-weight: 500;
    flex: 1;
  }
}
.com_tab .tab:not(:first-child):before {
  content: "";
  display: inline-block;
  height: 16px;
  left: -30px;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab:not(:first-child):before {
    display: none;
  }
}
.com_tab .tab.active {
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab.active {
    background-color: #111;
    border-color: #111;
    color: #fff;
    font-weight: 500;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab.l {
    flex: 1;
    border-radius: 0;
    height: 40px;
    font-size: 14px;
    color: #D6D6D6;
    background-color: #fff;
    font-weight: 500;
    box-shadow: none;
    border-color: #fff;
  }
  .com_tab .tab.l.active {
    font-weight: 700;
    background-color: #fff;
    border-width: 0 0 2px;
    color: #111;
    border-color: #111;
  }
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}

.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__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;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_chk input[type=checkbox],
.com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 20px;
}
.com_chk input[type=checkbox]:before,
.com_chk input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/chk_off.png") no-repeat center/20px auto;
}
.com_chk input[type=checkbox]:checked:before,
.com_chk input[type=radio]:checked:before {
  background: url("../img/chk_on.png") no-repeat center/20px auto;
  border: none;
}
.com_chk input[type=checkbox]:disabled,
.com_chk input[type=radio]:disabled {
  opacity: 0.4;
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle input:before {
  background: none;
  border: 1px solid #bbb;
  border-radius: 19px;
  background: #fff;
}
.com_chk.circle input:checked:before {
  background-image: url("../img/radio_on.png");
  background-size: 20px auto;
}

.com_chk_btn input[type=checkbox] {
  display: none;
}
.com_chk_btn .btn {
  padding-block: 10px;
  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;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  border-radius: 6px;
  cursor: pointer;
  line-height: initial;
}
.com_chk_btn input:checked + .btn {
  color: #111;
  font-weight: 700;
}

.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_btn_go_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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 15px -3px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_go_top {
    width: 40px;
    height: 40px;
  }
  .com_btn_go_top .icon_up {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}

.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;
  box-shadow: 0 0 5px 0 rgba(31, 39, 62, 0.24);
}
.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;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
}
@media screen and (max-width: 767.9px) {
  .com_popup .content_container {
    padding-inline: 20px;
  }
}
.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_popup .btn_close {
  position: absolute;
}
@media screen and (max-width: 1023.9px) {
  body {
    overflow-x: hidden;
  }
}

main {
  padding-bottom: 200px;
  min-height: calc(var(--vh, 1vh) * 100 - 178px);
  padding-top: 79px;
}
@media screen and (max-width: 1299.9px) {
  main {
    padding-bottom: 80px;
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023.9px) {
  main {
    min-height: calc(var(--vh, 1vh) * 100 - 230px);
    padding-top: 64px;
  }
}

.com_center_wrap {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1299.9px) {
  .com_center_wrap {
    width: auto;
    margin-inline: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap {
    margin-inline: 20px;
  }
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #EEE;
  z-index: 100;
  background: #fff;
}
.head__inner {
  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;
  height: 78px;
  gap: 40px;
}
@media screen and (max-width: 1299.9px) {
  .head__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__inner {
    height: 63px;
  }
}
.head__link, .head__link:visited {
  color: #999;
}
@media screen and (min-width: 1023.9px) {
  .head__link {
    font-size: 12px;
    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: 3px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__link {
    font-size: 16px;
    padding-inline: 24px;
  }
  .head__link .svg_icon {
    display: none !important;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__link:not(:first-child) {
    position: relative;
  }
  .head__link:not(:first-child)::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 6px;
    margin-inline: 16px;
    background: #D6D6D6;
    cursor: default;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__link_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;
    margin-left: auto;
    z-index: 3;
    position: relative;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__link_area {
    position: fixed;
    bottom: 0;
    right: -200%;
    border-top: 1px solid #ddd;
    width: 90vw;
    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;
    padding-block: 15px;
  }
}
.head__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;
  gap: 25px;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .head__btn_area {
    z-index: 3;
    position: relative;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__logo {
    z-index: 3;
    position: relative;
    width: 149px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head__logo {
    margin-right: auto;
    width: 94px;
  }
}
.head__logo a {
  width: 100%;
}
.head__close {
  position: absolute;
  top: 20px;
  right: 24px;
}
@media screen and (min-width: 1023.9px) {
  .head__close {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .head__open {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .head.open .gnb__wrap {
    left: 0;
  }
  .head.open .gnb__inner {
    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.open .head__link_area {
    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__lang {
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .head__lang {
    display: none;
  }
}
.head__lang:hover .head__lang_layer {
  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__lang_layer {
  background: #fff;
  position: absolute;
  border: 1px solid #ddd;
  padding: 16px 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  border-radius: 8px;
  width: 64px;
  gap: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.head__lang_menu {
  color: #999;
  font-weight: bold;
}
.head__lang_menu:hover {
  color: #3E7DC1;
}

.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: 38px;
}
@media screen and (min-width: 1023.9px) {
  .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;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    position: absolute;
    top: 29px;
    left: 0;
    width: 100vw;
    z-index: 2;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb {
    padding: 24px 24px;
    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: 32px;
    max-height: calc(100vh - 64px - 97px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .gnb::-webkit-scrollbar { /*스크롤바*/
    width: 5px;
    height: 5px;
  }
  .gnb::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .gnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #e2e8f0;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .gnb::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: none;
  }
  .gnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: none;
  }
  .dark .gnb {
    scrollbar-highlight-color: #6b6b6b;
  }
  .dark .gnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #6b6b6b;
  }
  .dark .gnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #6b6b6b;
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth1 {
    height: 79px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth1 {
    width: 100%;
  }
}
.gnb__depth1 > .gnb__menu {
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth1 > .gnb__menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth1 > .gnb__menu {
    font-size: 20px;
    width: 100%;
  }
}
.gnb__depth1 > .gnb__menu.active {
  color: #3E7DC1;
}
.gnb__depth1:hover > .gnb__menu {
  color: #3E7DC1;
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth1.active > .gnb__menu {
    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;
  }
  .gnb__depth1.active > .gnb__menu:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/svg/icon_prev.svg) center/contain no-repeat;
  }
}
.gnb__depth1.active .gnb__depth2 {
  height: auto;
  visibility: visible;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth1.active .gnb__depth2 {
    padding-block: 60px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth1.active .gnb__depth2_wrap {
    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: 26px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth1.none {
    display: none;
  }
}
.gnb__depth2 {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px -3px;
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth2 {
    position: fixed;
    top: 79px;
    left: 0;
    background-color: #fff;
    width: 100vw;
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth2_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;
    gap: 78px;
    width: 1280px;
    margin-inline: auto;
  }
}
.gnb__depth2_inner {
  max-width: 1280px;
  align-self: stretch;
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth2_inner {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth2_inner > .gnb__menu {
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth2_inner > .gnb__menu {
    font-size: 20px;
    font-weight: 500;
    color: #666 !important;
  }
}
.gnb__depth2_inner .btn_depth {
  position: absolute;
  right: -24px;
  top: 0px;
  padding: 2px 24px;
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth2_inner .btn_depth {
    display: none;
  }
}
.gnb__depth2_inner.active .btn_depth {
  transform: rotate(180deg);
}
.gnb__depth2_inner.active .gnb__depth3 {
  height: auto;
  visibility: visible;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-top: 29px;
}
.gnb__depth3 {
  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;
}
@media screen and (min-width: 1023.9px) {
  .gnb__depth3 {
    margin-top: 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth3 {
    margin-top: 0;
    margin-left: 16px;
    gap: 24px;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.gnb__depth3 > .gnb__menu {
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .gnb__depth3 > .gnb__menu {
    font-size: 16px;
    font-weight: 500;
  }
}
.gnb__lang {
  font-weight: bold;
  font-size: 14px;
}
.gnb__lang, .gnb__lang:visited {
  color: #999;
}
.gnb__lang.active {
  color: #3E7DC1;
}
@media screen and (min-width: 1023.9px) {
  .gnb__lang_area {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__lang_area {
    border-bottom: 1px solid #ddd;
    padding-inline: 24px;
    height: 64px;
    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;
  }
}
.gnb__lang:not(:first-child) {
  position: relative;
}
.gnb__lang:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 10px;
  margin-inline: 10px;
  background: #D6D6D6;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  .gnb__wrap {
    position: fixed;
    left: -200%;
    top: 0;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__inner {
    position: fixed;
    width: 90vw;
    right: -200%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.gnb__banner {
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .gnb__banner {
    display: none;
  }
}
.gnb__banner .tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.gnb__banner .tit .svg_icon {
  margin-left: 5px;
  width: 10px;
  min-width: 10px;
  height: 10px;
}
.gnb__banner .txt {
  color: #bbb;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.footer {
  background-color: #EEF3F8;
  padding-block: 68px;
}
@media screen and (max-width: 1023.9px) {
  .footer {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .footer.has_fixed_btn {
    padding-bottom: 70px;
  }
}
.footer__inner {
  max-width: 1280px;
  margin-inline: auto;
  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: 40px;
}
@media screen and (max-width: 1023.9px) {
  .footer__inner {
    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: 23px;
    align-items: flex-start;
  }
}
.footer__info {
  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: 1023.9px) {
  .footer__info {
    flex-wrap: wrap;
    gap: 8px 0;
  }
}
.footer__info .info {
  font-size: 12px;
  color: #999;
}
.footer__info .info:not(:first-child):before {
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 12px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1023.9px) {
  .footer__info .info {
    color: #666;
  }
  .footer__info .info:nth-child(3), .footer__info .info:nth-child(4), .footer__info .info:nth-child(5) {
    width: 100%;
  }
  .footer__info .info:nth-child(3)::before, .footer__info .info:nth-child(4)::before, .footer__info .info:nth-child(5)::before {
    display: none;
  }
}
.footer__copyright {
  font-size: 12px;
  font-weight: 300;
  color: #999;
  margin-top: 15px;
}
@media screen and (max-width: 1023.9px) {
  .footer__copyright {
    color: #666;
    margin-top: 5px;
  }
}

.com_search {
  position: fixed;
  top: 79px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 60px;
  display: none;
  z-index: 2;
}
@media screen and (min-width: 1023.9px) {
  .com_search {
    margin-inline: auto;
    padding-inline: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px -3px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_search {
    margin-inline: auto;
    top: 0;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.com_search.active {
  display: block;
}
.com_search .com_center_wrap {
  max-width: 1080px;
  margin-inline: auto;
  padding-top: 60px;
}
@media screen and (max-width: 1023.9px) {
  .com_search .com_center_wrap {
    padding-top: 0;
  }
}
.com_search__input {
  position: relative;
  border-radius: 5px;
  background-color: #f6f6f6;
  height: 60px;
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_search__input {
    height: 40px;
  }
}
.com_search__input-row {
  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;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_search__input-row {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_search__input-row .btn_search_close {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_search__input-row .btn_search_close {
    color: #666;
    flex: 0 0 auto;
  }
}
.com_search__input .input {
  height: 100%;
  background: none;
  border: none;
  padding-left: 55px;
}
.com_search__input .input:valid:focus + .com_search__input-btn-del {
  opacity: 1;
  pointer-events: auto;
}
.com_search__input-btn-del {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0;
}
.com_search__input-icon {
  background-color: #f6f6f6;
  height: 100%;
  padding-left: 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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.com_search__input-icon .icon_search {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.com_search__result_layer {
  width: 100%;
  padding: 10px 20px 10px;
  display: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px -3px;
}
@media screen and (min-width: 1023.9px) {
  .com_search__result_layer {
    padding: 20px 50px;
    border-radius: 10px;
  }
}
.com_search__result_layer .none_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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  color: #999;
  height: 40px;
}
.com_search__result_layer.active {
  display: block;
}
.com_search__result_layer-tit {
  font-size: 16px;
  color: #111;
  margin-bottom: 10px;
  padding-top: 10px;
}
.com_search__result_layer-item {
  padding: 15px 25px;
  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: 7px;
}
@media screen and (max-width: 1023.9px) {
  .com_search__result_layer-item {
    width: calc(100% + 48px);
    min-width: calc(100% + 48px);
    margin-left: -24px;
    padding-inline: 35px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_search__result_layer-item {
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.com_search__result_layer-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.com_search__result_layer-item .category {
  color: #bbb;
  font-size: 14px;
}
.com_search__result_layer-item .keyword {
  font-size: 16px;
  font-weight: 700;
  color: #3E7DC1;
}
.com_search__recommend {
  margin-top: 95px;
}
@media screen and (max-width: 1023.9px) {
  .com_search__recommend {
    margin-top: 20px;
    padding: 0 24px;
  }
}
.com_search__recommend-tit {
  margin-bottom: 10px;
}
.com_search__recommend-list {
  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;
  flex-wrap: wrap;
}
.com_search__recommend-item {
  min-width: 48px;
  padding: 0 15px;
  border-radius: 5px;
  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;
  background: #fff;
  border: 1px solid #eee;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  min-height: 32px;
}
.com_search__recommend-item:hover {
  color: #999;
  background-color: #eee;
}

.com_point_txt {
  color: #3E7DC1 !important;
}

.com_red_txt {
  color: #F96363 !important;
}

.com_dark_txt {
  color: #111 !important;
}

.com_info_txt {
  color: #bbb;
  font-size: 14px;
}

.com_pg_tit {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    font-size: 32px;
  }
}
.com_pg_tit__wrap {
  margin-block: 118px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap {
    margin-block: 30px 31px;
  }
}
.com_pg_tit__wrap .com_tab {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .com_tab {
    margin-top: 26px;
  }
}

.com_cont_tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit {
    font-size: 23px;
  }
}
.com_cont_tit__wrap {
  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: 17px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit__wrap {
    gap: 10px;
  }
}
.com_cont_tit__wrap.center {
  text-align: center;
}
.com_cont_tit__wrap .sub {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  line-height: 1.5;
}
.com_cont_tit__wrap.mb {
  margin-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit__wrap.mb {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_cont_tit__wrap.line {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_cont_tit__wrap.line {
    margin-bottom: 22px;
  }
}

.com_badge {
  min-width: 48px;
  padding: 0 15px;
  border-radius: 5px;
  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;
  background: #fff;
  border: 1px solid #eee;
  color: #999;
  font-size: 14px;
  height: 32px;
}
.com_badge__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;
  gap: 10px;
  flex-wrap: wrap;
}

/*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;
  gap: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec {
    gap: 20px;
  }
}
.com_input_sec textarea {
  height: 255px;
  min-height: 255px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec textarea {
    height: 120px;
    min-height: 120px;
  }
}
.com_input_sec .error_txt {
  line-height: 17px;
  color: #F96363;
}
.com_input_sec .tit_field {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.com_input_sec .tit_field.between {
  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_input_sec .tit_field .com_chk {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field .com_chk {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field {
    font-size: 16px;
  }
}
.com_input_sec .tit_field .com_red_txt {
  font-size: 14px;
  font-weight: 400;
}
.com_input_sec .tit_field.type_row {
  margin-bottom: 0;
  margin-right: 20px;
}
.com_input_sec input[type=tel] {
  width: 100%;
}
.com_input_sec .terms_box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  height: 210px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  color: #D6D6D6;
  line-height: 1.4;
}
.com_input_sec .terms_box::-webkit-scrollbar { /*스크롤바*/
  width: 5px;
  height: 5px;
}
.com_input_sec .terms_box::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0px;
  height: 0px;
}
.com_input_sec .terms_box::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #e2e8f0;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_input_sec .terms_box::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background-color: none;
}
.com_input_sec .terms_box::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: none;
}
.dark .com_input_sec .terms_box {
  scrollbar-highlight-color: #6b6b6b;
}
.dark .com_input_sec .terms_box::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #6b6b6b;
}
.dark .com_input_sec .terms_box::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background-color: #6b6b6b;
}
.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;
  gap: 5px;
}
.com_input_sec .flex_row .flex_row {
  flex: 1;
}
.com_input_sec .flex_row.gap_l {
  gap: 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .flex_row.gap_l {
    gap: 8px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .flex_row.gap_l.tb_column {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_input_sec .flex_row.gap_l {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.com_input_sec .flex_row.gap_l .input_field {
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .flex_row.gap_l .input_field {
    width: 100%;
  }
}

.com_add_file {
  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;
  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 {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
  background-color: #F6F6F6;
}
.com_add_file .input_form + .com_btn {
  min-height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.com_add_file .com_btn {
  flex: 0; /* com_btn이 필요한 만큼의 공간만 차지하도록 설정 */
}
.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 {
  padding-bottom: 24px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #111;
}

.swiper-button-prev, .swiper-button-next {
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 40px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  color: #fff;
  text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023.9px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 30px;
  }
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

@media screen and (min-width: 1023.9px) {
  .com_product__row {
    margin-top: 80px;
    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: 80px;
  }
  .com_product__row .com_tab__wrap {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_product__row {
    margin-top: 20px;
  }
  .com_product__row .com_tab {
    margin-bottom: 40px;
  }
}
.com_product__lnb {
  width: 160px;
  min-width: 160px;
  background-color: #fefefe;
}
.com_product__lnb-tit {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 36px;
}
.com_product__lnb-item {
  width: 100%;
  padding-block: 10px;
  font-size: 16px;
  color: #666;
  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_product__lnb-item.active {
  font-weight: 700;
  color: #111;
}
.com_product__lnb-item.active .icon_arrow_down {
  transform: rotate(180deg);
  transition: 0.2s;
}
.com_product__lnb-item.active + .com_product__lnb-depth2 {
  display: block;
}
.com_product__lnb-depth2 {
  padding-left: 15px;
  display: none;
}
.com_product__lnb-depth2 .com_chk_btn {
  width: 100%;
  position: relative;
}
.com_product__lnb-depth2-item {
  color: #666;
  font-size: 14px;
  padding-block: 10px;
}
.com_product__lnb-depth2-item.active {
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 1023.9px) {
  .com_product__lnb {
    display: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_product__cont {
    width: calc(100% - 160px - 80px);
  }
}
.com_product__list {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
  width: 100%;
}
.com_product__list > * {
  width: calc((100% - 24px * 3) / 4);
  min-width: calc((100% - 24px * 3) / 4);
}
@media screen and (max-width: 1023.9px) {
  .com_product__list {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 8px;
    width: 100%;
  }
  .com_product__list > * {
    width: calc((100% - 8px * 1) / 2);
    min-width: calc((100% - 8px * 1) / 2);
  }
}
@media screen and (min-width: 1023.9px) {
  .com_product__list.type_cols_3 {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 24px;
    width: 100%;
  }
  .com_product__list.type_cols_3 > * {
    width: calc((100% - 24px * 2) / 3);
    min-width: calc((100% - 24px * 2) / 3);
  }
}
.com_product__list.type_material {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
  width: 100%;
}
.com_product__list.type_material > * {
  width: calc((100% - 24px * 5) / 6);
  min-width: calc((100% - 24px * 5) / 6);
}
@media screen and (max-width: 1023.9px) {
  .com_product__list.type_material {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 8px;
    width: 100%;
  }
  .com_product__list.type_material > * {
    width: calc((100% - 8px * 1) / 2);
    min-width: calc((100% - 8px * 1) / 2);
  }
}
.com_product__list.type_material .com_product__item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
}
.com_product__list.type_material .com_product__item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_product__list.type_material .com_product__item .thumb > img, .com_product__list.type_material .com_product__item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_product__list.type_office_trand {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
  width: 100%;
}
.com_product__list.type_office_trand > * {
  width: calc((100% - 24px * 1) / 2);
  min-width: calc((100% - 24px * 1) / 2);
}
@media screen and (max-width: 1023.9px) {
  .com_product__list.type_office_trand {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 8px;
    width: 100%;
  }
  .com_product__list.type_office_trand > * {
    width: calc((100% - 8px * 1) / 2);
    min-width: calc((100% - 8px * 1) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .com_product__list.type_office_trand {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0px;
    width: 100%;
  }
  .com_product__list.type_office_trand > * {
    width: calc((100% - 0px * 0) / 1);
    min-width: calc((100% - 0px * 0) / 1);
  }
}
.com_product__list.type_office_trand .com_product__item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.57;
}
.com_product__list.type_office_trand .com_product__item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_product__list.type_office_trand .com_product__item .thumb > img, .com_product__list.type_office_trand .com_product__item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_product__list.type_office_trand .com_product__item:hover img {
  transform: scale(1.1);
}
.com_product__list.type_features {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
  width: 100%;
}
.com_product__list.type_features > * {
  width: calc((100% - 24px * 1) / 2);
  min-width: calc((100% - 24px * 1) / 2);
}
.com_product__list.type_features .com_product__item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.5317073171;
}
.com_product__list.type_features .com_product__item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_product__list.type_features .com_product__item .thumb > img, .com_product__list.type_features .com_product__item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_product__list.type_features .com_product__item .thumb {
    aspect-ratio: 728/436;
  }
}
@media screen and (max-width: 767.9px) {
  .com_product__list.type_features .com_product__item .thumb {
    aspect-ratio: 335/200;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_product__list.type_features {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0px;
    width: 100%;
  }
  .com_product__list.type_features > * {
    width: calc((100% - 0px * 0) / 1);
    min-width: calc((100% - 0px * 0) / 1);
  }
}
.com_product__list.type_planning .com_product__item:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 1023.9px) {
  .com_product__list.type_portfolios .com_product__item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 100%;
    aspect-ratio: 1.51;
  }
  .com_product__list.type_portfolios .com_product__item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_product__list.type_portfolios .com_product__item .thumb > img, .com_product__list.type_portfolios .com_product__item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_product__list.type_portfolios .com_product__item .thumb {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 100%;
    aspect-ratio: 1;
  }
  .com_product__list.type_portfolios .com_product__item .thumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .com_product__list.type_portfolios .com_product__item .thumb > img, .com_product__list.type_portfolios .com_product__item .thumb > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.com_product__list.type_portfolios .com_product__item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1023.9px) {
  .com_product__list.type_m_row {
    flex-wrap: nowrap;
    gap: 10px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .com_product__list.type_m_row::-webkit-scrollbar { /*스크롤바*/
    width: 5px;
    height: 5px;
  }
  .com_product__list.type_m_row::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0px;
    height: 0px;
  }
  .com_product__list.type_m_row::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #e2e8f0;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .com_product__list.type_m_row::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: none;
  }
  .com_product__list.type_m_row::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: none;
  }
  .dark .com_product__list.type_m_row {
    scrollbar-highlight-color: #6b6b6b;
  }
  .dark .com_product__list.type_m_row::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #6b6b6b;
  }
  .dark .com_product__list.type_m_row::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: #6b6b6b;
  }
  .com_product__list.type_m_row::-webkit-scrollbar {
    display: none;
  }
  .com_product__list.type_m_row .com_product__item {
    white-space: nowrap;
    min-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1023.9px) {
  .type_m_row__wrap {
    margin-right: -20px;
  }
}

.com_product__item {
  align-self: stretch;
}
.com_product__item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
  background-color: #f6f6f6;
}
.com_product__item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_product__item .thumb > img, .com_product__item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_product__item .thumb img {
  transition: 0.2s;
}
.com_product__item-info {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_product__item-info {
    margin-top: 15px;
  }
}
.com_product__item-info .name {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_product__item-info .name {
    font-size: 16px;
  }
}
.com_product__item-info .eng,
.com_product__item-info .sub {
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .com_product__item-info .eng,
  .com_product__item-info .sub {
    margin-top: 6px;
  }
}
.com_product__item-info .des {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  margin-top: 8px;
}

.com_product_type {
  padding-top: 158px;
}
@media screen and (max-width: 1023.9px) {
  .com_product_type {
    padding-top: 80px;
  }
  .com_product_type:first-child {
    padding-top: 48px;
  }
}
.com_product_type-tit {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_product_type-tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.com_product_type .com_product__item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1.2583333333;
}
.com_product_type .com_product__item .thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.com_product_type .com_product__item .thumb > img, .com_product_type .com_product__item .thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.com_product_type .com_product__item-info .name {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_product_type .com_product__item-info .name {
    font-size: 14px;
  }
}
.com_product_type .com_product__item-info .tit {
  font-size: 20px;
  font-weight: 700;
}

.com_detail {
  padding-block: 118px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail {
    padding-block: 30px 0;
  }
}
.com_detail.center .detail_info {
  text-align: center;
}
.com_detail.center .detail_contents {
  line-height: 1.5;
}
.com_detail.center .detail_contents img {
  display: block;
  margin-inline: auto;
}
.com_detail.type_notice .detail_info {
  padding-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail.type_notice .detail_info {
    padding-bottom: 16px;
  }
}
.com_detail .detail_info {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_info {
    padding-bottom: 25px;
  }
}
.com_detail .detail_info .com_btn {
  position: absolute;
  bottom: 25px;
  right: 0;
  padding-inline: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_detail .detail_info .com_btn {
    bottom: 16px;
    height: 25px;
    font-size: 12px;
  }
}
.com_detail .detail_info .tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_info .tit {
    font-size: 24px;
  }
}
.com_detail .detail_info .info_area {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_info .info_area {
    margin-top: 16px;
  }
}
.com_detail .detail_info .info_area .info {
  color: #bbb;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_info .info_area .info {
    font-size: 16px;
  }
}
.com_detail .detail_contents {
  padding-block: 60px;
  border-top: 1px solid #ddd;
  line-height: 1.5;
  min-height: 280px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_contents {
    padding-block: 25px 0;
  }
}
.com_detail .detail_contents .txt_box {
  padding-block: 60px;
}
@media screen and (max-width: 1023.9px) {
  .com_detail .detail_contents .txt_box {
    padding-block: 30px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_detail .com_btn_wrap {
    border-top: 1px solid #f6f6f6;
  }
}
.com_detail .btn_download {
  padding-bottom: 10px;
  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;
}

.com_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: 10px;
}
.com_list .item {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 48px;
  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: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .item {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list .item {
    padding: 20px 16px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.com_list .item .tit_field {
  font-size: 20px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023.9px) {
  .com_list .item .tit_field {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list .item .tit_field {
    display: block;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: normal;
  }
}
.com_list .item .date_field {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_list .item .date_field {
    font-size: 14px;
    color: #bbb;
    font-weight: 400;
  }
}
.com_list__top {
  margin-bottom: 25px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

.com_breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_breadcrumb {
    justify-content: flex-start;
  }
}
.com_breadcrumb .link {
  color: #999;
  font-size: 12px;
  padding-left: 6px;
  line-height: 1;
  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: 6px;
}
.com_breadcrumb .link:not(:last-child)::after {
  content: "";
  background: url(../img/svg/icon_arrow_right.svg) no-repeat center/4px auto;
  width: 4px;
  height: 7px;
}