@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,body,dd,div,dl,dt,h1,h2,h3,h4,h5,input,ul,ol,li,p,a,button,textarea*/
html, a, button, input, textarea, select {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.025em;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@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*/
}

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

a,
img {
  border: 0;
}

img {
  max-width: 100%;
}

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

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

a:hover {
  text-decoration: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
select,
textarea {
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 55px;
  padding-inline: 20px;
  border-radius: 10px;
  border: solid 1px #E7E7E7;
}
@media screen and (max-width: 1023.9px) {
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=date],
  select,
  textarea {
    height: 45px;
    padding-inline: 15px;
  }
}

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 #fff;
  background-position: calc(100% - 10px) center;
  background-size: 10px auto;
  outline: none;
  padding-right: 30px;
  cursor: pointer;
}

/*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
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 #E7E7E7;
  height: 55px;
  border-radius: 10px;
}
@media screen and (max-width: 1023.9px) {
  input[type=search] {
    height: 45px;
  }
}

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: #C5C5C5;
  opacity: 1;
  font-size: 14px;
}

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

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

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

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

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

select:disabled,
input[readonly],
textarea[readonly] {
  border: 1px solid #e7e8ef;
  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: #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_logo {
  display: inline-block;
  width: 81px;
  min-width: 81px;
  height: 31px;
  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='82' height='32' viewBox='0 0 81 31' fill='none'%3E%3Cg fill-rule='evenodd' clip-path='url(%23a)' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M54.856 16c0 8.561-6.944 15.5-15.512 15.5-8.568 0-15.512-6.939-15.512-15.5S30.782.5 39.35.5C47.918.5 54.862 7.439 54.862 16h-.006Z'/%3E%3Cpath fill='%23fff' fill-opacity='.2' d='M25.205 18.602c.17.502-.105-6.477 4.783-11.362 4.889-4.884 10.735-4.78 13.398-4.99 0 0-8.24-3.542-15.092 3.928-4.678 5.1-3.399 11.473-3.083 12.424h-.006Z'/%3E%3Cpath fill='%23fff' d='m.5 20.523 5.45-.508c.326 1.78.992 3.093 1.996 3.927 1.005.835 2.354 1.255 4.06 1.255 1.804 0 3.165-.367 4.082-1.114.917-.742 1.372-1.611 1.372-2.603 0-.636-.192-1.179-.578-1.628-.385-.45-1.051-.835-2.009-1.168-.654-.216-2.143-.607-4.474-1.167-2.996-.718-5.098-1.605-6.307-2.655-1.7-1.482-2.552-3.286-2.552-5.416 0-1.371.397-2.65 1.197-3.846.8-1.19 1.95-2.1 3.457-2.725 1.507-.624 3.318-.934 5.45-.934 3.474 0 6.085.747 7.843 2.236 1.758 1.488 2.675 3.478 2.768 5.958l-5.583.21c-.24-1.389-.753-2.387-1.536-2.994-.788-.607-1.962-.91-3.534-.91-1.57 0-2.89.327-3.807.974-.59.415-.888.975-.888 1.675 0 .636.274 1.185.83 1.634.7.578 2.411 1.173 5.127 1.798 2.716.624 4.725 1.266 6.021 1.937 1.303.671 2.32 1.588 3.055 2.749.736 1.161 1.104 2.597 1.104 4.307 0 1.552-.444 3-1.326 4.353-.882 1.354-2.132 2.358-3.744 3.018-1.612.659-3.627.986-6.033.986-3.504 0-6.196-.794-8.077-2.387C1.984 25.892.862 23.575.5 20.529v-.006ZM56.491 29.352V2.355h5.584v11.987L73.44 2.355h7.54L70.496 12.86 81.5 29.352h-7.237l-7.639-12.699-4.55 4.535v8.164h-5.583Z'/%3E%3Cpath fill='%23fff' d='M28.02 17.698c0 5.819 5.075 10.534 11.341 10.534 6.267 0 11.337-4.715 11.337-10.534H28.02ZM36.769 11.203c0 1.272-.783 2.305-1.752 2.305-.97 0-1.752-1.033-1.752-2.305 0-1.273.782-2.311 1.752-2.311s1.752 1.033 1.752 2.31ZM45.424 11.203c0 1.272-.782 2.305-1.752 2.305s-1.752-1.033-1.752-2.305c0-1.273.782-2.311 1.752-2.311s1.752 1.033 1.752 2.31Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5.5h81v31H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_bar {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 17px;
  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='19' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M.5 1.5h18m-18 7h18m-18 7h18'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_del {
  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%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M1 15 15 1M15 15 1 1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_add {
  display: inline-block;
  width: 12px;
  min-width: 12px;
  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' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 11V1M11 6H1'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_search {
  display: inline-block;
  width: 46px;
  min-width: 46px;
  height: 46px;
  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='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M20.4 39.52c10.427 0 18.879-8.453 18.879-18.88 0-10.426-8.452-18.878-18.879-18.878-10.426 0-18.879 8.452-18.879 18.878 0 10.427 8.453 18.88 18.88 18.88ZM44 44.239 33.734 33.974'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_blog {
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 25px;
  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='28' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cg fill='%23fff'%3E%3Cpath d='M17.534 9.022a2.646 2.646 0 0 0-.893-.578 2.903 2.903 0 0 0-1.064-.2c-.372 0-.721.069-1.049.2a2.646 2.646 0 0 0-.892.578 2.655 2.655 0 0 0-.61.88 2.514 2.514 0 0 0-.209 1.017c0 .355.067.702.209 1.018a2.769 2.769 0 0 0 1.502 1.458c.335.13.685.2 1.05.2.364 0 .728-.07 1.063-.2a2.748 2.748 0 0 0 1.495-1.45c.134-.324.209-.671.209-1.034a2.634 2.634 0 0 0-.81-1.905v.016Zm-1.168 2.715c-.223.231-.484.34-.796.34-.313 0-.566-.117-.781-.34a1.168 1.168 0 0 1-.328-.833c0-.332.112-.602.328-.825.215-.232.476-.34.78-.34.306 0 .574.116.797.34.223.231.327.5.327.825 0 .324-.112.601-.327.833ZM9.307 5.883v1.789s.788.139.788 1.172v4.481h1.63V8.906c-.135-2.869-2.418-3.015-2.418-3.015v-.008ZM6.755 8.258c-.677.023-1.25.154-1.689.54h-.022V6.029h-1.6v7.234h1.6v-.354h.022c.342.27.81.47 1.45.47.707 0 1.354-.208 1.778-.702.425-.493.633-.964.633-1.774 0-.748-.26-1.426-.625-1.858-.365-.432-.967-.81-1.547-.787Zm.17 3.486c-.222.231-.483.34-.795.34-.313 0-.566-.116-.781-.34a1.163 1.163 0 0 1-.328-.825c0-.324.112-.602.328-.833.215-.232.476-.34.78-.34.306 0 .574.116.797.34.223.231.327.501.327.833 0 .331-.112.601-.327.825ZM22.956 8.29v.393h-.022c-.387-.363-.781-.525-1.413-.525-.7 0-1.317.24-1.741.764-.431.516-.647 1.218-.647 2.105 0 .787.193 1.411.58 1.882.387.47.952.717 1.614.717.707 0 1.243-.193 1.607-.71h.022v.34c0 .871-.892 1.319-1.547 1.25v1.31c.781.116 1.704.07 2.358-.57.543-.54.781-1.311.781-2.584V8.29h-1.592Zm-.305 3.454c-.223.232-.483.34-.796.34-.312 0-.565-.116-.78-.34a1.163 1.163 0 0 1-.328-.825c0-.324.112-.601.327-.833.216-.231.476-.34.781-.34.305 0 .573.117.796.34.224.232.328.502.328.833 0 .332-.112.602-.328.825Z'/%3E%3C/g%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' d='M24.653 1.147H3.34C1.711 1.147.372 2.536.372 4.225v12.5c0 1.697 1.34 3.078 2.968 3.078h8.369s1.614 4.573 2.202 4.573c.588 0 2.336-4.573 2.336-4.573h8.398c1.637 0 2.968-1.388 2.968-3.077V4.225c0-1.697-1.339-3.078-2.968-3.078h.008Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .762h28v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_phone {
  display: inline-block;
  width: 34px;
  min-width: 34px;
  height: 35px;
  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='34' height='35' viewBox='0 0 34 35'  fill='none'%3E%3Cg fill='%23fff' %3E%3Cpath d='M26.449 25.655c-3.41-1.608-4.015-2.61-6.824.605-2.574 2.943-7.48-2.014-8.275-2.85-.84-.795-5.793-5.701-2.85-8.275 3.21-2.809 2.208-3.414.6-6.828-1.608-3.41-3.41-5.216-6.223-2.005C.082 9.503-3.055 16.748 7.442 27.318c10.575 10.497 17.82 7.36 21.016 4.56 3.211-2.809 1.405-4.615-2.01-6.223ZM23.39 16.226h3.267c0-4.477-3.641-8.118-8.118-8.118v3.266a4.856 4.856 0 0 1 4.851 4.852Z'/%3E%3Cpath d='M29.36 5.405A15.194 15.194 0 0 0 18.54.924V4.19c3.215 0 6.236 1.252 8.51 3.525a11.955 11.955 0 0 1 3.524 8.51h3.267c0-4.088-1.59-7.928-4.482-10.82Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_download {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 27px;
  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='30' height='27' viewBox='0 0 30 27' fill='none'%3E%3Cg fill='%23fff'%3E%3Cpath d='M28.005 15.923c-.772 0-1.396.624-1.396 1.396v6.543H3.394v-6.543a1.395 1.395 0 1 0-2.791 0v7.939c0 .77.624 1.395 1.395 1.395h26.003c.771 0 1.396-.624 1.396-1.395v-7.94c0-.77-.625-1.395-1.396-1.395h.004Z'/%3E%3Cpath d='M13.974 21.044a1.398 1.398 0 0 0 2.055 0l6.558-7.13a1.393 1.393 0 0 0-.083-1.972 1.393 1.393 0 0 0-1.972.083l-4.13 4.496V2.265a1.395 1.395 0 1 0-2.793 0v14.252l-4.13-4.496a1.393 1.393 0 0 0-1.972-.083 1.393 1.393 0 0 0-.083 1.972l6.558 7.13-.008.004Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_naver {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  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='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill='%23fff' d='M12.264 0v9.085L5.761 0H.5v18h5.236V8.915L12.246 18H17.5V0h-5.236Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_shortcut {
  display: inline-block;
  width: 8px;
  min-width: 8px;
  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' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M1.044 1.044 6 6l-4.956 4.956'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow {
  display: inline-block;
  width: 7px;
  min-width: 7px;
  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='7' height='10'  viewBox='0 0 7 10' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='m1 1 4 4-4 4'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_arrow_up {
  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 stroke='%230071E4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 11 8 5.667 3 11'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_minus {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 2px;
  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='2' viewBox='0 0 20 2' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.25 1H1.751'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_push {
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 18px;
  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='18' fill='none'%3E%3Cpath fill='%23000' d='M1.914 13.076c.278-.812.318-1.65.373-2.477.055-.834.052-1.674.053-2.51.005-3.493 2.393-6.127 5.38-6.555.09-.013.172-.07.333-.14.024-.282.042-.593.076-.904.032-.295.203-.462.493-.487.3-.027.49.138.545.42.061.31.071.633.108.982.112.048.22.122.334.137 2.947.41 5.338 3.2 5.32 6.412-.007 1.316.105 2.634.187 3.949.024.38.131.755.205 1.156.262.068.533.077.727.206.156.104.319.37.295.536-.024.174-.242.376-.422.456-.187.082-.431.04-.65.041-.941.003-1.882.001-2.876.001-.101.24-.207.465-.292.698-.54 1.471-1.646 2.456-3.367 2.501-1.693.045-2.876-.825-3.558-2.498-.083-.205-.15-.417-.251-.7H2.204c-.251 0-.504.008-.754-.014-.286-.025-.46-.198-.481-.497-.02-.288.099-.506.378-.593.175-.055.36-.077.566-.12Zm1.28-.077c.137.08.19.138.242.14 3.33.01 6.66.017 9.99.02.187 0 .374-.02.562-.036.026-.002.052-.036.073-.058.02-.022.034-.05.048-.07-.09-.865-.21-1.724-.261-2.586-.051-.867-.029-1.738-.047-2.608-.048-2.359-1.739-4.519-3.94-5.062-2.469-.61-4.853.795-5.749 2.637-.431.887-.615 1.81-.656 2.784-.053 1.284-.128 2.568-.196 3.85-.019.345-.045.69-.064.99h-.001Zm3.1 1.426c.22 1.25 1.209 1.965 2.602 1.88 1.126-.07 1.98-.87 2.04-1.912-.958-.149-3.956-.128-4.641.032h-.001Z'/%3E%3C/svg%3E");
  background-size: contain;
}
.svg_icon.icon_blog.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='25' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cg fill='%23fff'%3E%3Cpath d='M17.534 9.022a2.646 2.646 0 0 0-.893-.578 2.903 2.903 0 0 0-1.064-.2c-.372 0-.721.069-1.049.2a2.646 2.646 0 0 0-.892.578 2.655 2.655 0 0 0-.61.88 2.514 2.514 0 0 0-.209 1.017c0 .355.067.702.209 1.018a2.769 2.769 0 0 0 1.502 1.458c.335.13.685.2 1.05.2.364 0 .728-.07 1.063-.2a2.748 2.748 0 0 0 1.495-1.45c.134-.324.209-.671.209-1.034a2.634 2.634 0 0 0-.81-1.905v.016Zm-1.168 2.715c-.223.231-.484.34-.796.34-.313 0-.566-.117-.781-.34a1.168 1.168 0 0 1-.328-.833c0-.332.112-.602.328-.825.215-.232.476-.34.78-.34.306 0 .574.116.797.34.223.231.327.5.327.825 0 .324-.112.601-.327.833ZM9.307 5.883v1.789s.788.139.788 1.172v4.481h1.63V8.906c-.135-2.869-2.418-3.015-2.418-3.015v-.008ZM6.755 8.258c-.677.023-1.25.154-1.689.54h-.022V6.029h-1.6v7.234h1.6v-.354h.022c.342.27.81.47 1.45.47.707 0 1.354-.208 1.778-.702.425-.493.633-.964.633-1.774 0-.748-.26-1.426-.625-1.858-.365-.432-.967-.81-1.547-.787Zm.17 3.486c-.222.231-.483.34-.795.34-.313 0-.566-.116-.781-.34a1.163 1.163 0 0 1-.328-.825c0-.324.112-.602.328-.833.215-.232.476-.34.78-.34.306 0 .574.116.797.34.223.231.327.501.327.833 0 .331-.112.601-.327.825ZM22.956 8.29v.393h-.022c-.387-.363-.781-.525-1.413-.525-.7 0-1.317.24-1.741.764-.431.516-.647 1.218-.647 2.105 0 .787.193 1.411.58 1.882.387.47.952.717 1.614.717.707 0 1.243-.193 1.607-.71h.022v.34c0 .871-.892 1.319-1.547 1.25v1.31c.781.116 1.704.07 2.358-.57.543-.54.781-1.311.781-2.584V8.29h-1.592Zm-.305 3.454c-.223.232-.483.34-.796.34-.312 0-.565-.116-.78-.34a1.163 1.163 0 0 1-.328-.825c0-.324.112-.601.327-.833.216-.231.476-.34.781-.34.305 0 .573.117.796.34.224.232.328.502.328.833 0 .332-.112.602-.328.825Z'/%3E%3C/g%3E%3Cpath stroke='%23fff' stroke-miterlimit='10' d='M24.653 1.147H3.34C1.711 1.147.372 2.536.372 4.225v12.5c0 1.697 1.34 3.078 2.968 3.078h8.369s1.614 4.573 2.202 4.573c.588 0 2.336-4.573 2.336-4.573h8.398c1.637 0 2.968-1.388 2.968-3.077V4.225c0-1.697-1.339-3.078-2.968-3.078h.008Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .762h28v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_phone.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='35' viewBox='0 0 34 35'  fill='none'%3E%3Cg fill='%23fff' %3E%3Cpath d='M26.449 25.655c-3.41-1.608-4.015-2.61-6.824.605-2.574 2.943-7.48-2.014-8.275-2.85-.84-.795-5.793-5.701-2.85-8.275 3.21-2.809 2.208-3.414.6-6.828-1.608-3.41-3.41-5.216-6.223-2.005C.082 9.503-3.055 16.748 7.442 27.318c10.575 10.497 17.82 7.36 21.016 4.56 3.211-2.809 1.405-4.615-2.01-6.223ZM23.39 16.226h3.267c0-4.477-3.641-8.118-8.118-8.118v3.266a4.856 4.856 0 0 1 4.851 4.852Z'/%3E%3Cpath d='M29.36 5.405A15.194 15.194 0 0 0 18.54.924V4.19c3.215 0 6.236 1.252 8.51 3.525a11.955 11.955 0 0 1 3.524 8.51h3.267c0-4.088-1.59-7.928-4.482-10.82Z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_download.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='27' viewBox='0 0 30 27' fill='none'%3E%3Cg fill='%23fff'%3E%3Cpath d='M28.005 15.923c-.772 0-1.396.624-1.396 1.396v6.543H3.394v-6.543a1.395 1.395 0 1 0-2.791 0v7.939c0 .77.624 1.395 1.395 1.395h26.003c.771 0 1.396-.624 1.396-1.395v-7.94c0-.77-.625-1.395-1.396-1.395h.004Z'/%3E%3Cpath d='M13.974 21.044a1.398 1.398 0 0 0 2.055 0l6.558-7.13a1.393 1.393 0 0 0-.083-1.972 1.393 1.393 0 0 0-1.972.083l-4.13 4.496V2.265a1.395 1.395 0 1 0-2.793 0v14.252l-4.13-4.496a1.393 1.393 0 0 0-1.972-.083 1.393 1.393 0 0 0-.083 1.972l6.558 7.13-.008.004Z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_download.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='27' viewBox='0 0 30 27' fill='none'%3E%3Cg fill='%230071E4'%3E%3Cpath d='M28.005 15.923c-.772 0-1.396.624-1.396 1.396v6.543H3.394v-6.543a1.395 1.395 0 1 0-2.791 0v7.939c0 .77.624 1.395 1.395 1.395h26.003c.771 0 1.396-.624 1.396-1.395v-7.94c0-.77-.625-1.395-1.396-1.395h.004Z'/%3E%3Cpath d='M13.974 21.044a1.398 1.398 0 0 0 2.055 0l6.558-7.13a1.393 1.393 0 0 0-.083-1.972 1.393 1.393 0 0 0-1.972.083l-4.13 4.496V2.265a1.395 1.395 0 1 0-2.793 0v14.252l-4.13-4.496a1.393 1.393 0 0 0-1.972-.083 1.393 1.393 0 0 0-.083 1.972l6.558 7.13-.008.004Z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_logo.gray {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82' height='32' viewBox='0 0 81 31' fill='none'%3E%3Cg fill-rule='evenodd' clip-path='url(%23a)' clip-rule='evenodd'%3E%3Cpath fill='%239D9D9D' d='M54.856 16c0 8.561-6.944 15.5-15.512 15.5-8.568 0-15.512-6.939-15.512-15.5S30.782.5 39.35.5C47.918.5 54.862 7.439 54.862 16h-.006Z'/%3E%3Cpath fill='%23fff' fill-opacity='.2' d='M25.205 18.602c.17.502-.105-6.477 4.783-11.362 4.889-4.884 10.735-4.78 13.398-4.99 0 0-8.24-3.542-15.092 3.928-4.678 5.1-3.399 11.473-3.083 12.424h-.006Z'/%3E%3Cpath fill='%239D9D9D' d='m.5 20.523 5.45-.508c.326 1.78.992 3.093 1.996 3.927 1.005.835 2.354 1.255 4.06 1.255 1.804 0 3.165-.367 4.082-1.114.917-.742 1.372-1.611 1.372-2.603 0-.636-.192-1.179-.578-1.628-.385-.45-1.051-.835-2.009-1.168-.654-.216-2.143-.607-4.474-1.167-2.996-.718-5.098-1.605-6.307-2.655-1.7-1.482-2.552-3.286-2.552-5.416 0-1.371.397-2.65 1.197-3.846.8-1.19 1.95-2.1 3.457-2.725 1.507-.624 3.318-.934 5.45-.934 3.474 0 6.085.747 7.843 2.236 1.758 1.488 2.675 3.478 2.768 5.958l-5.583.21c-.24-1.389-.753-2.387-1.536-2.994-.788-.607-1.962-.91-3.534-.91-1.57 0-2.89.327-3.807.974-.59.415-.888.975-.888 1.675 0 .636.274 1.185.83 1.634.7.578 2.411 1.173 5.127 1.798 2.716.624 4.725 1.266 6.021 1.937 1.303.671 2.32 1.588 3.055 2.749.736 1.161 1.104 2.597 1.104 4.307 0 1.552-.444 3-1.326 4.353-.882 1.354-2.132 2.358-3.744 3.018-1.612.659-3.627.986-6.033.986-3.504 0-6.196-.794-8.077-2.387C1.984 25.892.862 23.575.5 20.529v-.006ZM56.491 29.352V2.355h5.584v11.987L73.44 2.355h7.54L70.496 12.86 81.5 29.352h-7.237l-7.639-12.699-4.55 4.535v8.164h-5.583Z'/%3E%3Cpath fill='%23fff' d='M28.02 17.698c0 5.819 5.075 10.534 11.341 10.534 6.267 0 11.337-4.715 11.337-10.534H28.02ZM36.769 11.203c0 1.272-.783 2.305-1.752 2.305-.97 0-1.752-1.033-1.752-2.305 0-1.273.782-2.311 1.752-2.311s1.752 1.033 1.752 2.31ZM45.424 11.203c0 1.272-.782 2.305-1.752 2.305s-1.752-1.033-1.752-2.305c0-1.273.782-2.311 1.752-2.311s1.752 1.033 1.752 2.31Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5.5h81v31H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.svg_icon.icon_search.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cg stroke='%230071E4' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M20.4 39.52c10.427 0 18.879-8.453 18.879-18.88 0-10.426-8.452-18.878-18.879-18.878-10.426 0-18.879 8.452-18.879 18.878 0 10.427 8.453 18.88 18.88 18.88ZM44 44.239 33.734 33.974'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_del.black {
  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%3Cg stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M1 15 15 1M15 15 1 1'/%3E%3C/g%3E%3C/svg%3E");
}
.svg_icon.icon_arrow.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10'  viewBox='0 0 7 10' fill='none'%3E%3Cpath stroke='%230071E4' stroke-width='2' d='m1 1 4 4-4 4'/%3E%3C/svg%3E");
}

.png_icon {
  vertical-align: top;
}
.png_icon.logo_blue {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/logo_blue.png);
  width: 81px;
  min-width: 81px;
  height: 32px;
}
.png_icon.icon_kakao {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_kakao.png);
  width: 24px;
  min-width: 24px;
  height: 21px;
}
.png_icon.icon_chk_person {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_chk_person.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.png_icon.icon_chk_company {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_chk_company.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.png_icon.icon_no_benefit {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_no_benefit.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.png_icon.icon_blood_test {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_blood_test.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.png_icon.icon_certificate {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_certificate.png);
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.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: 80px;
  min-width: 80px;
  height: 80px;
}
.png_icon.icon_join_ok {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_join_ok.png);
  width: 160px;
  min-width: 160px;
  height: 160px;
}
.png_icon.icon_person {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_person.png);
  width: 70px;
  min-width: 70px;
  height: 70px;
}
.png_icon.icon_report {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_report.png);
  width: 70px;
  min-width: 70px;
  height: 70px;
}
.png_icon.icon_center {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_center.png);
  width: 70px;
  min-width: 70px;
  height: 70px;
}
.png_icon.icon_cs {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_cs.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_clock {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_clock.png);
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.png_icon.icon_brain {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_brain.png);
  width: 82px;
  min-width: 82px;
  height: 69px;
}
.png_icon.icon_liver {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_liver.png);
  width: 82.21px;
  min-width: 82.21px;
  height: 57.9px;
}
.png_icon.icon_pancreas {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_pancreas.png);
  width: 74.55px;
  min-width: 74.55px;
  height: 68.35px;
}
.png_icon.icon_pelvis {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_pelvis.png);
  width: 65.68px;
  min-width: 65.68px;
  height: 55.05px;
}
.png_icon.icon_prostate {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_prostate.png);
  width: 74px;
  min-width: 74px;
  height: 75px;
}
.png_icon.icon_spine {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_spine.png);
  width: 67px;
  min-width: 67px;
  height: 71px;
}
.png_icon.icon_blood_vessel {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_blood_vessel.png);
  width: 64.54px;
  min-width: 64.54px;
  height: 83.16px;
}
.png_icon.icon_lung {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_lung.png);
  width: 81.53px;
  min-width: 81.53px;
  height: 70.25px;
}
.png_icon.icon_abdominal {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_abdominal.png);
  width: 68.78px;
  min-width: 68.78px;
  height: 80.78px;
}
.png_icon.icon_heart {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_heart.png);
  width: 54.13px;
  min-width: 54.13px;
  height: 72.18px;
}
.png_icon.icon_thyroid {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_thyroid.png);
  width: 67px;
  min-width: 67px;
  height: 70px;
}
.png_icon.icon_breast {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_breast.png);
  width: 65px;
  min-width: 65px;
  height: 72px;
}
.png_icon.icon_lower_abdomen {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_lower_abdomen.png);
  width: 78.33px;
  min-width: 78.33px;
  height: 60.71px;
}
.png_icon.icon_ok {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_ok.png);
  width: 160px;
  min-width: 160px;
  height: 160px;
}
.png_icon.icon_apple {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon_apple.png);
  width: 18px;
  min-width: 18px;
  height: 23px;
}

.com_btn {
  padding: 0 15px;
  border-radius: 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;
  letter-spacing: normal;
  box-sizing: border-box;
  font-weight: 700;
  line-height: initial;
  white-space: nowrap;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn {
    border-radius: 6px;
  }
}
.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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.com_btn__wrap.bottom {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn__wrap.bottom {
    margin-top: 20px;
  }
}
.com_btn__wrap.bottom:not(.one) .com_btn:not(.full) {
  flex: 1;
}
.com_btn__wrap.bottom .com_btn {
  min-width: 200px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn__wrap.bottom .com_btn {
    width: 100%;
    min-width: auto;
  }
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
}
.com_btn.point {
  background-color: #0071E4;
  color: #fff;
}
.com_btn.gray {
  background-color: #E7E7E7;
}
.com_btn.yellow {
  background-color: #FFE600;
}
.com_btn.black {
  background-color: #333;
  color: #fff;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #0071E4;
  color: #0071E4;
}
.com_btn.line.black {
  color: #333;
  border-color: #333;
}
.com_btn.l {
  height: 55px;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    font-size: 15px;
    height: 45px;
    font-weight: 500;
  }
}
.com_btn.m {
  height: 45px;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.m {
    font-size: 14px;
    height: 37px;
    font-weight: 400;
  }
}
.com_btn.s {
  height: 37px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 400;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.s {
    height: 30px;
  }
}
.com_btn.xs {
  height: 29px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .com_btn.xs {
    height: 26px;
    font-size: 12px;
  }
}
.com_btn .icon_kakao {
  width: 20px;
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging {
    font-size: 13px;
    margin-top: 20px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  min-width: 36px;
  height: 36px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    min-width: 30px;
    height: 30px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
    height: 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: bold;
  color: #fff;
  background-color: #0071E4;
  border-radius: 100%;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
.sec-paging :is(.pg-btn, .btn-page) {
  min-width: 36px;
  height: 36px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 1023.9px) {
  .sec-paging :is(.pg-btn, .btn-page) {
    min-width: 30px;
    height: 30px;
  }
}
.sec-paging .pg-btn {
  background-image: url("../img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  text-indent: -9999px;
  height: 18px;
}
@media screen and (max-width: 1023.9px) {
  .sec-paging .pg-btn {
    height: 10px;
  }
}
.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: 0px;
}
@media screen and (max-width: 767.9px) {
  .sec-paging .group-prev {
    margin-right: 4px;
  }
}
.sec-paging .group-next {
  margin-left: 0px;
}
@media screen and (max-width: 767.9px) {
  .sec-paging .group-next {
    margin-right: 4px;
  }
}
.sec-paging .btn-page {
  line-height: inherit;
  cursor: pointer;
}
.sec-paging .btn-page.active {
  font-weight: bold;
  color: #fff;
  background-color: #0071E4;
  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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.com_tab.full .tab {
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_tab.full .tab, .com_tab.full_m .tab {
    flex: 1;
    width: auto;
  }
}
.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;
  padding-block: 18px 16px;
  min-width: 200px;
  height: 55px;
  line-height: 19px;
  font-weight: 700;
  font-size: 18px;
  color: #767678;
  white-space: nowrap;
  background: #F0F4FC;
  border: 1px solid #0071E4;
  border-radius: 10px;
  transition: none;
  cursor: pointer;
}
@media screen and (max-width: 1425.9px) {
  .com_tab .tab {
    min-width: auto;
    padding-inline: 14px;
    flex: 1;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    padding-block: 10px;
    min-width: auto;
    width: calc((100% - 5px) / 2);
    height: 41px;
    font-size: 14px;
  }
}
.com_tab .tab.active {
  color: #FFF;
  background: #0071E4;
}
.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;
  cursor: pointer;
  line-height: initial;
  padding-left: 28px;
}
@media screen and (max-width: 1023.9px) {
  .com_chk {
    padding-left: 23px;
  }
}
.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;
}
@media screen and (max-width: 1023.9px) {
  .com_chk__wrap {
    gap: 5px 10px;
  }
}
.com_chk input[type=checkbox],
.com_chk input[type=radio] {
  height: 18px;
  vertical-align: top;
}
.com_chk input[type=checkbox]::before,
.com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  cursor: pointer;
  transition: none;
  margin-right: 10px;
  margin-left: -28px;
}
@media screen and (max-width: 1023.9px) {
  .com_chk input[type=checkbox]::before,
  .com_chk input[type=radio]::before {
    margin-right: 5px;
    margin-left: -23px;
  }
}
.com_chk input[type=checkbox]:checked::before,
.com_chk input[type=radio]:checked::before {
  background: #0071E4 url("../img/chk_on.png") no-repeat center/20px auto;
  border: 0;
}
.com_chk input[type=checkbox]:disabled,
.com_chk input[type=radio]:disabled {
  border: 0 !important;
}
.com_chk input[type=checkbox]:disabled:before,
.com_chk input[type=radio]:disabled:before {
  opacity: 0.7;
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle input[type=checkbox]::before,
.com_chk.circle input[type=radio]::before {
  background: url("../img/radio_off.png") no-repeat center/18px auto;
  border: 0;
}
.com_chk.circle input:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 18px auto;
}

.com_chk_btn input {
  display: none;
}
.com_chk_btn .btn {
  height: 45px;
  padding-inline: 15px;
  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: 15px;
  color: #767678;
  white-space: normal;
  text-align: center;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  background: #E7E7E7;
  cursor: pointer;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_chk_btn .btn {
    height: 37px;
    font-size: 14px;
  }
}
.com_chk_btn input:checked + .btn {
  border-color: #16508B !important;
  color: #fff;
  background-color: #16508B;
}
.com_chk_btn input:disabled + .btn {
  opacity: 0.35;
  cursor: default;
}
.com_chk_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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.com_chk_btn__wrap.col2 .com_chk_btn .btn, .com_chk_btn__wrap.col3 .com_chk_btn .btn, .com_chk_btn__wrap.col4 .com_chk_btn .btn, .com_chk_btn__wrap.col5 .com_chk_btn .btn {
  width: 100%;
}
.com_chk_btn__wrap.col2 {
  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: 10px 10px;
  width: 100%;
}
.com_chk_btn__wrap.col2 > * {
  width: calc((100% - 10px * 1) / 2);
  min-width: calc((100% - 10px * 1) / 2);
}
@media screen and (max-width: 767.9px) {
  .com_chk_btn__wrap.col2 {
    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: 5px 5px;
    width: 100%;
  }
  .com_chk_btn__wrap.col2 > * {
    width: calc((100% - 5px * 1) / 2);
    min-width: calc((100% - 5px * 1) / 2);
  }
}
.com_chk_btn__wrap.col3 {
  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: 10px 10px;
  width: 100%;
}
.com_chk_btn__wrap.col3 > * {
  width: calc((100% - 10px * 2) / 3);
  min-width: calc((100% - 10px * 2) / 3);
}
@media screen and (max-width: 767.9px) {
  .com_chk_btn__wrap.col3 {
    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: 5px 5px;
    width: 100%;
  }
  .com_chk_btn__wrap.col3 > * {
    width: calc((100% - 5px * 1) / 2);
    min-width: calc((100% - 5px * 1) / 2);
  }
}
.com_chk_btn__wrap.col5 {
  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: 10px 10px;
  width: 100%;
}
.com_chk_btn__wrap.col5 > * {
  width: calc((100% - 10px * 4) / 5);
  min-width: calc((100% - 10px * 4) / 5);
}
@media screen and (max-width: 767.9px) {
  .com_chk_btn__wrap.col5 {
    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: 5px 5px;
    width: 100%;
  }
  .com_chk_btn__wrap.col5 > * {
    width: calc((100% - 5px * 1) / 2);
    min-width: calc((100% - 5px * 1) / 2);
  }
}

.com_has_radio_btn {
  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: 100%;
}
.com_has_radio_btn input {
  height: 18px;
}
.com_has_radio_btn input:before {
  content: "";
  display: inline-block;
  min-width: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transition: none;
  margin-right: 10px;
  background: url("../img/radio_off.png") no-repeat center/18px auto;
}
.com_has_radio_btn .btn {
  height: 55px;
  width: 100%;
  padding-inline: 15px;
  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: 600;
  font-size: 15px;
  white-space: nowrap;
  border: 1px solid #D6D6DB;
  border-radius: 6px;
  cursor: pointer;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_has_radio_btn .btn {
    height: 45px;
  }
}
.com_has_radio_btn input:checked:before {
  background-image: url("../img/radio_on.png");
}
.com_has_radio_btn input:checked + .btn {
  border-color: #0071E4 !important;
  color: #f5a80f;
  background-color: #fff;
}

.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;
  width: calc(100% - 40px);
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
}
.com_popup .pop_container.l {
  width: 900px;
}
.com_popup .pop_container.s {
  width: 500px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_container {
    width: calc(100% - 40px) !important;
  }
}
.com_popup .content_container {
  padding: 23px 20px;
  max-height: calc(98vh - 120px);
  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 .content_container + .btn_container {
  padding-bottom: 30px;
}
.com_popup .btn_container {
  position: relative;
  padding-inline: 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;
  gap: 10px;
}
.com_popup .btn_container .com_btn {
  padding-inline: 15px;
  min-width: 100px;
}
.com_popup .pop_tit {
  padding: 25px 20px 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  text-align: center;
}
.com_popup .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.com_popup .btn_close .svg_icon {
  background-size: 12px auto;
}
.com_popup.type_alert .pop_container {
  width: 330px;
}
.com_popup.type_alert .content_container {
  padding: 40px 20px 20px;
  font-size: 15px;
  line-height: 1.47;
  text-align: center;
}
.com_popup.type_alert .content_container .txt + .txt {
  margin-top: 15px;
}

.com_pdf_layer {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: none;
  overflow: auto;
}
.com_pdf_layer.active {
  display: block;
}
.com_pdf_layer .container {
  max-width: 210mm;
  margin-inline: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_pdf_layer .container {
    width: auto;
    margin-inline: 20px;
  }
}
.com_pdf_layer .pdf_tit {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  padding-block: 50px 40px;
  letter-spacing: 8px;
}
@media screen and (max-width: 1023.9px) {
  .com_pdf_layer .pdf_tit {
    font-size: 20px;
    padding-block: 25px 20px;
  }
}
.com_pdf_layer .pdf_table {
  table-layout: fixed;
}
.com_pdf_layer .pdf_table th {
  font-weight: 700;
}
.com_pdf_layer .pdf_table th, .com_pdf_layer .pdf_table td {
  border: 1px solid #000;
  padding: 15px 10px;
  word-break: break-all;
}
@media screen and (max-width: 1023.9px) {
  .com_pdf_layer .pdf_table th, .com_pdf_layer .pdf_table td {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.com_pdf_layer .pdf_table thead th {
  background-color: #777;
  color: #fff;
  letter-spacing: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_pdf_layer .pdf_table thead th {
    letter-spacing: 5px;
  }
}
.com_pdf_layer .pdf_table tbody th {
  text-align: left;
  background-color: #eee;
}
.com_pdf_layer .pdf_table + .pdf_table {
  margin-top: -1px;
}
.com_pdf_layer .hospital_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 0px;
  width: 100%;
  margin-top: 15px;
}
.com_pdf_layer .hospital_info > * {
  width: calc((100% - 0px) / 3);
  min-width: calc((100% - 0px) / 3);
}
@media screen and (max-width: 1023.9px) {
  .com_pdf_layer .hospital_info > * {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_pdf_layer .hospital_info {
    font-size: 12px;
    flex-direction: column;
    gap: 5px;
  }
}

.pop_search_company .input {
  height: 45px;
  width: 100%;
}
.pop_search_company .com_divider {
  margin-top: 10px;
}
.pop_search_company .result_list {
  background: #F0F4FC;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.pop_search_company .result_list .item {
  padding: 8px 15px;
  font-size: 14px;
  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;
}
.pop_search_company .result_list .item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.pop_search_company .com_input_sec {
  padding-bottom: 10px;
}

.pop_tel {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  position: fixed;
  right: 140px;
  top: 205px;
  padding: 40px 20px 30px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  display: none;
}
.pop_tel.active {
  display: block;
}
.pop_tel .txt_tel {
  font-size: 18px;
  font-weight: 600;
  margin-block: 8px 30px;
}
.pop_tel .btn_close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.pop_tel .btns .com_btn {
  width: 100px;
}

body {
  background: url("../img/bg.png") no-repeat center 160px/cover;
}
@media screen and (max-width: 1023.9px) {
  body {
    background: none;
  }
}

.com_center_wrap {
  width: 1395px;
  margin: 0 auto;
}
@media screen and (max-width: 1425.9px) {
  .com_center_wrap {
    width: auto;
    margin-inline: 0;
    padding-inline: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #FFF;
}
@media screen and (max-width: 1023.9px) {
  .header {
    min-height: 70px;
    background: none;
  }
}
.header .logo {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.header .logo,
.header .logo .link {
  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;
  font-weight: 700;
  font-size: 30px;
  color: #12385F;
}
@media screen and (max-width: 1023.9px) {
  .header .logo {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 15px;
  }
  .header .logo,
  .header .logo .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    font-size: 15px;
  }
}
.header .logo .svg_icon.icon_logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82' height='32' viewBox='0 0 81 31' fill='none'%3E%3Cg fill-rule='evenodd' clip-path='url(%23a)' clip-rule='evenodd'%3E%3Cpath fill='%2312385F' d='M54.856 16c0 8.561-6.944 15.5-15.512 15.5-8.568 0-15.512-6.939-15.512-15.5S30.782.5 39.35.5C47.918.5 54.862 7.439 54.862 16h-.006Z'/%3E%3Cpath fill='%23fff' fill-opacity='.2' d='M25.205 18.602c.17.502-.105-6.477 4.783-11.362 4.889-4.884 10.735-4.78 13.398-4.99 0 0-8.24-3.542-15.092 3.928-4.678 5.1-3.399 11.473-3.083 12.424h-.006Z'/%3E%3Cpath fill='%2312385F' d='m.5 20.523 5.45-.508c.326 1.78.992 3.093 1.996 3.927 1.005.835 2.354 1.255 4.06 1.255 1.804 0 3.165-.367 4.082-1.114.917-.742 1.372-1.611 1.372-2.603 0-.636-.192-1.179-.578-1.628-.385-.45-1.051-.835-2.009-1.168-.654-.216-2.143-.607-4.474-1.167-2.996-.718-5.098-1.605-6.307-2.655-1.7-1.482-2.552-3.286-2.552-5.416 0-1.371.397-2.65 1.197-3.846.8-1.19 1.95-2.1 3.457-2.725 1.507-.624 3.318-.934 5.45-.934 3.474 0 6.085.747 7.843 2.236 1.758 1.488 2.675 3.478 2.768 5.958l-5.583.21c-.24-1.389-.753-2.387-1.536-2.994-.788-.607-1.962-.91-3.534-.91-1.57 0-2.89.327-3.807.974-.59.415-.888.975-.888 1.675 0 .636.274 1.185.83 1.634.7.578 2.411 1.173 5.127 1.798 2.716.624 4.725 1.266 6.021 1.937 1.303.671 2.32 1.588 3.055 2.749.736 1.161 1.104 2.597 1.104 4.307 0 1.552-.444 3-1.326 4.353-.882 1.354-2.132 2.358-3.744 3.018-1.612.659-3.627.986-6.033.986-3.504 0-6.196-.794-8.077-2.387C1.984 25.892.862 23.575.5 20.529v-.006ZM56.491 29.352V2.355h5.584v11.987L73.44 2.355h7.54L70.496 12.86 81.5 29.352h-7.237l-7.639-12.699-4.55 4.535v8.164h-5.583Z'/%3E%3Cpath fill='%23fff' d='M28.02 17.698c0 5.819 5.075 10.534 11.341 10.534 6.267 0 11.337-4.715 11.337-10.534H28.02ZM36.769 11.203c0 1.272-.783 2.305-1.752 2.305-.97 0-1.752-1.033-1.752-2.305 0-1.273.782-2.311 1.752-2.311s1.752 1.033 1.752 2.31ZM45.424 11.203c0 1.272-.782 2.305-1.752 2.305s-1.752-1.033-1.752-2.305c0-1.273.782-2.311 1.752-2.311s1.752 1.033 1.752 2.31Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5.5h81v31H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media screen and (max-width: 1023.9px) {
  .header .logo .svg_icon.icon_logo {
    width: 50px;
    height: 18px;
  }
}
.header .link_menu {
  text-align: right;
  padding-block: 42px 12px;
  margin-bottom: 30px;
  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;
}
@media screen and (max-width: 1023.9px) {
  .header .link_menu {
    display: none;
  }
}
.header .link_menu .link {
  font-size: 15px;
}
.header .link_menu .link:not(:first-child) {
  position: relative;
}
.header .link_menu .link:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 11px;
  margin-inline: 10px;
  background: #E7E7E7;
  cursor: default;
}
.header .link_menu .btn_push {
  margin-left: 23px;
  position: relative;
}
.header .link_menu .btn_push .new {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 0;
  right: -2px;
  background-color: #fa5951;
}
@media screen and (max-width: 1023.9px) {
  .header.bg_m {
    background-color: #fff;
  }
}
@media screen and (max-width: 1023.9px) {
  .header.open .link_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;
    z-index: 11;
    position: absolute;
    top: -15px;
    left: 60px;
    justify-content: flex-start;
  }
  .header.open .link_menu .link {
    font-size: 13px;
  }
  .header.open .link_menu .link:not(:first-child) {
    position: relative;
  }
  .header.open .link_menu .link:not(:first-child)::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 8px;
    margin-inline: 7px;
    background: #E7E7E7;
    cursor: default;
  }
}

@media screen and (min-width: 1023.9px) {
  .gnb {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
  }
}
@media screen and (max-width: 1023.9px) {
  .header.open .gnb {
    margin-inline: auto 0;
    padding: 70px 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 55px);
    height: 100%;
    background: #fff;
    max-height: 100%;
    overflow-x: visible;
    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; /*스크롤영역*/
  }
  .header.open .gnb::-webkit-scrollbar { /*스크롤바*/
    width: 5px;
    height: 5px;
  }
  .header.open .gnb::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0;
    height: 0;
  }
  .header.open .gnb::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #E7E7E7;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .header.open .gnb::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background-color: transparent;
  }
  .header.open .gnb::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background-color: transparent;
  }
  .header.open .gnb:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 55px;
    left: 55px;
    top: 0;
    z-index: 2;
  }
}
.gnb .depth1 {
  position: relative;
}
.gnb .depth1:hover .depth2 {
  min-height: calc(100% - 60px);
  background: #F0F4FC;
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1:hover .depth2 {
    min-height: auto;
    background: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1 {
    display: none;
  }
  .header.open .gnb .depth1 {
    display: block;
  }
}
.gnb .depth1 > .menu {
  padding-inline: 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;
  height: 60px;
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  transition: none;
}
@media screen and (max-width: 1425.9px) {
  .gnb .depth1 > .menu {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1 > .menu {
    padding: 15px 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    width: 100%;
    height: 50px;
    color: #333;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb .depth1 .btn_depth_open {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1 .btn_depth_open {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
  }
  .gnb .depth1 .btn_depth_open .icon_add {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    background-position: 4px;
    background-color: #F0F4FC;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath stroke='%23888' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 11V1M11 6H1'/%3E%3C/svg%3E");
    background-size: auto 12px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth1.open_m > .menu {
    background: #0071E4;
    color: #fff;
  }
  .gnb .depth1.open_m .icon_add {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 11V1M11 6H1'/%3E%3C/svg%3E");
  }
  .gnb .depth1.open_m .depth2 {
    height: auto;
    visibility: visible;
    margin-block: 10px;
    padding-block: 20px;
    background: #F0F4FC;
    border-color: #0071E4;
  }
}
.gnb .depth2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: none;
}
@media screen and (min-width: 1023.9px) {
  .gnb .depth2 {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth2 {
    padding-inline: 18px;
    gap: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
  }
}
.gnb .depth2 .menu {
  transition: none;
}
.gnb .depth2 .menu:hover {
  font-weight: 600;
  background: #E2E7F5;
}
.gnb .depth2 .menu.on {
  font-weight: 600;
  color: #FFF;
  background: #0071E4;
}
@media screen and (min-width: 1023.9px) {
  .gnb .depth2 .menu {
    line-height: 2.1;
    font-size: 15px;
  }
}
@media screen and (max-width: 1425.9px) {
  .gnb .depth2 .menu {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb .depth2 .menu, .gnb .depth2 .menu:hover, .gnb .depth2 .menu.on {
    font-weight: 700;
    color: #767678;
    background: none;
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb__wrap {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  }
  .gnb__wrap:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60px;
    background: #16508B;
  }
}
@media screen and (max-width: 1023.9px) {
  .header.open .gnb__wrap {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
}
.gnb__wrap .btn_bar {
  margin-left: auto;
  z-index: 3;
}
@media screen and (min-width: 1023.9px) {
  .gnb__wrap .btn_bar .btn {
    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: 70px;
    height: 60px;
    background: #001230;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__wrap .btn_bar .btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 55px;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__wrap .btn_bar .btn .svg_icon.icon_bar {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath stroke='%23333' stroke-width='2' d='M.5 1.5h18m-18 7h18m-18 7h18'/%3E%3C/svg%3E");
  }
  .header.open .gnb__wrap .btn_bar .btn .svg_icon.icon_bar {
    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%3Cg stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M1 15 15 1M15 15 1 1'/%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1023.9px) {
  .gnb__wrap.open .depth2 {
    padding-block: 24px;
    height: auto;
    visibility: visible;
  }
}

.quick_menu {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 1023.9px) {
  .quick_menu {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023.9px) {
  .quick_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;
    bottom: 0;
    width: 100%;
  }
}
.quick_menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  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: 4px;
  height: 80px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .quick_menu .menu {
    width: 80px;
  }
}
@media screen and (max-width: 1023.9px) {
  .quick_menu .menu {
    flex: 1;
  }
}
.quick_menu .menu.phone {
  background-color: #0071E4;
}
.quick_menu .menu.download {
  background-color: #16508B;
  gap: 10px;
}
.quick_menu .menu.blog {
  background-color: #49B75B;
}
.quick_menu .menu.kakao {
  background-color: #FFE600;
  color: #333;
}
.quick_menu .menu.document {
  background-color: #fff;
  color: #333;
  border: 1px solid #E7E7E7;
}
.quick_menu .menu.document img {
  width: 17px;
}
.quick_menu-open {
  position: absolute;
  top: 0;
  left: -36px;
}
@media screen and (max-width: 1023.9px) {
  .quick_menu-open {
    display: none;
  }
}
.quick_menu.hidden {
  right: -80px;
}

.main_container {
  padding-block: 160px 75px;
  min-height: calc(100vh - 450px);
}
@media screen and (max-width: 1023.9px) {
  .main_container {
    padding-block: 70px 32px;
    min-height: calc(100vh - 524px);
  }
}

.sub_visual {
  position: relative;
  height: 300px;
  background: url("../img/sub_visual.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1023.9px) {
  .sub_visual {
    height: 150px;
    background-image: url("../img/sub_visual_m.jpg");
  }
  .sub_visual:before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    background: url("../img/bg_m_subvisual.png") no-repeat;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: right bottom;
    background-size: contain;
  }
  .sub_visual:after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    background: url("../img/bg_m.png") no-repeat;
    color: #fff;
    position: absolute;
    bottom: -100px;
    right: 0;
    background-position: right bottom;
    background-size: contain;
    z-index: -1;
  }
}
.sub_visual .slogan {
  padding-block: 88px 100px;
  width: 100%;
  line-height: 56px;
  font-weight: 700;
  font-size: 44px;
  color: #FFF;
}
@media screen and (min-width: 1023.9px) {
  .sub_visual .slogan br {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .sub_visual .slogan {
    padding: 0;
    line-height: 24px;
    font-size: 19px;
  }
}
.sub_visual .slogan,
.sub_visual .slogan .com_point_txt {
  display: block;
  transition: none;
}
.sub_visual__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;
  height: 100%;
}
.sub_visual.health {
  background-image: url("../img/sub_visual_health.jpg");
}
@media screen and (max-width: 1023.9px) {
  .sub_visual.health {
    background-image: url("../img/sub_visual_health_m.jpg");
  }
}
.sub_visual.appointment {
  background-image: url("../img/sub_visual_appointment.jpg");
}
@media screen and (max-width: 1023.9px) {
  .sub_visual.appointment {
    background-image: url("../img/sub_visual_appointment_m.jpg");
  }
}
.sub_visual.board {
  background-image: url("../img/sub_visual_board.jpg");
}
@media screen and (max-width: 1023.9px) {
  .sub_visual.board {
    background-image: url("../img/sub_visual_board_m.jpg");
  }
}
.sub_visual.internal {
  background-image: url("../img/sub_visual_internal.jpg");
}
@media screen and (max-width: 1023.9px) {
  .sub_visual.internal {
    background-image: url("../img/sub_visual_internal_m.jpg");
  }
}
.sub_visual.radiology {
  background-image: url("../img/sub_visual_radiology.jpg");
}
@media screen and (max-width: 1023.9px) {
  .sub_visual.radiology {
    background-image: url("../img/sub_visual_radiology_m.jpg");
  }
}
.sub_visual.diagnostic {
  background-image: url("../img/sub_visual_diagnostic.jpg");
}
@media screen and (max-width: 1023.9px) {
  .sub_visual.diagnostic {
    background-image: url("../img/sub_visual_diagnostic_m.jpg");
  }
}
.sub_visual.endoscope {
  background-image: url("../img/sub_visual_endoscope.jpg");
}
@media screen and (max-width: 1023.9px) {
  .sub_visual.endoscope {
    background-image: url("../img/sub_visual_endoscope_m.jpg");
  }
}

.footer {
  padding-bottom: 50px;
  background: #fff;
}
@media screen and (max-width: 1023.9px) {
  .footer {
    padding-bottom: 105px;
  }
}
.footer .link_sec {
  background: #16508B;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023.9px) {
  .footer .link_sec {
    margin-bottom: 25px;
  }
}
.footer .link_sec .link_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;
}
@media screen and (max-width: 1425.9px) {
  .footer .link_sec .link_inner {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 5px;
    width: 100%;
  }
  .footer .link_sec .link_inner > * {
    width: calc((100% - 5px * 4) / 5);
    min-width: calc((100% - 5px * 4) / 5);
  }
}
@media screen and (max-width: 1023.9px) {
  .footer .link_sec .link_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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 5px;
    width: 100%;
  }
  .footer .link_sec .link_inner > * {
    width: calc((100% - 5px * 2) / 3);
    min-width: calc((100% - 5px * 2) / 3);
  }
}
.footer .link_sec .link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1425.9px) {
  .footer .link_sec .link {
    padding-block: 25px;
  }
  .footer .link_sec .link:not(:last-child) {
    position: relative;
  }
  .footer .link_sec .link:not(:last-child)::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 11px;
    margin-inline: 37px;
    background: #6E7389;
    cursor: default;
  }
}
@media screen and (max-width: 1023.9px) {
  .footer .link_sec .link {
    font-size: 12px;
    text-align: left;
  }
}
.footer .footer_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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer_inner .logo {
  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;
  font-size: 24px;
  color: #9D9D9D;
}
@media screen and (max-width: 1023.9px) {
  .footer .footer_inner .logo {
    order: 1;
    font-size: 15px;
  }
  .footer .footer_inner .logo .icon_logo {
    width: 45px;
    min-width: 45px;
    height: 17px;
  }
}
.footer .footer_inner .select {
  width: 253px;
  height: 49px;
  border-radius: 50px;
  color: #666;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .footer .footer_inner .select {
    order: 4;
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    height: 47px;
  }
}
.footer .address {
  margin-top: 30px;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #9D9D9D;
}
@media screen and (max-width: 1023.9px) {
  .footer .address {
    order: 2;
    margin-top: 15px;
    font-size: 13px;
  }
}
.footer .address b {
  color: #666;
  min-width: 28px;
}
@media screen and (max-width: 1023.9px) {
  .footer .address b {
    min-width: 23px;
  }
}
.footer .address_item {
  float: left;
  margin-right: 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;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.5;
}
.footer .address_item:nth-child(3) {
  clear: left;
}
.footer .copy {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .footer .copy {
    order: 3;
    margin-top: 15px;
    font-size: 12px;
  }
}
.footer .partner_sec {
  position: relative;
  background: #fff;
}
.footer .partner_sec .com_center_wrap {
  position: relative;
}
.footer .partner_sec .partner_slide {
  padding-block: 47px;
  margin-inline: 80px;
  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;
}
@media screen and (max-width: 1023.9px) {
  .footer .partner_sec .partner_slide {
    padding-block: 23px;
    margin-inline: 40px;
  }
}
.footer .partner_sec .swiper-button-next,
.footer .partner_sec .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 1023.9px) {
  .footer .partner_sec .swiper-button-next,
  .footer .partner_sec .swiper-button-prev {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.footer .partner_sec .swiper-button-next:after,
.footer .partner_sec .swiper-button-prev:after {
  font-size: 14px;
  color: #333;
}
.footer .partner_sec .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1023.9px) {
  .footer .partner_sec .swiper-button-prev {
    left: 20px;
  }
}
.footer .partner_sec .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1023.9px) {
  .footer .partner_sec .swiper-button-next {
    right: 20px;
  }
}
.footer .partner_sec .swiper:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100%;
  text-align: center;
  line-height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -11.99%, #FFF 43.45%);
  color: #fff;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 2;
}
.footer .partner_sec .swiper img {
  max-height: 80px;
}
@media screen and (max-width: 767.9px) {
  .footer .partner_sec .swiper img {
    max-height: 40px;
  }
}
.footer .partner_sec .swiper-slide {
  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: auto;
}

.read_only {
  font-size: 1px;
  color: transparent;
  overflow: hidden;
  position: absolute;
  left: -20px;
  width: 1px;
  height: 1px;
  background: none;
  border: 0;
}

.com_point_txt {
  color: #0071E4 !important;
}

.com_red_txt {
  color: #fa5951 !important;
}

.com_pg_tit {
  line-height: 58px;
  font-weight: 700;
  font-size: 55px;
  color: #12385F;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    font-size: 24px;
    line-height: normal;
  }
}
.com_pg_tit__wrap {
  padding-block: 80px 45px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap {
    padding-block: 25px;
  }
}
.com_pg_tit__wrap .desc {
  margin-top: 15px;
  line-height: 36px;
  font-size: 22px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .desc {
    margin-top: 5px;
    line-height: normal;
    font-size: 13px;
  }
}

.com_sec_tit {
  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;
  line-height: 45px;
  font-weight: 700;
  font-size: 32px;
  color: #12385F;
  margin-bottom: 20px;
}
.com_sec_tit > h3 {
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.com_sec_tit .txt {
  margin-top: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit .txt {
    margin-top: 6px;
    font-size: 13px;
  }
}
.com_sec_tit .labeling {
  margin-left: 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: 25px;
}
.com_sec_tit .labeling .item {
  font-weight: 600;
  font-size: 18px;
}
.com_sec_tit .labeling .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 11px;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit .labeling .item::before {
    margin-right: 5px;
  }
}
.com_sec_tit .labeling .item.off::before {
  background: #EBEBEB;
}
.com_sec_tit .labeling .item.on::before {
  background: #0071E4;
}
.com_sec_tit .labeling .item.exam::before {
  background: #49B75B;
}
.com_sec_tit .labeling .item.read::before {
  background: #F5A80F;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_tit .labeling {
    gap: 15px;
  }
  .com_sec_tit .labeling .item {
    font-size: 13px;
  }
  .com_sec_tit .labeling .item::before {
    width: 14px;
    height: 14px;
  }
}

.com_tit {
  font-size: 40px;
  font-weight: 700;
  color: #12385F;
  padding-top: 20px;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023.9px) {
  .com_tit {
    font-size: 20px;
    margin-bottom: 25px;
    padding-top: 15px;
  }
}
.com_tit:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 5px;
  text-align: center;
  line-height: 5px;
  background: #0071E4;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_tit:before {
    width: 20px;
    height: 3px;
  }
}
.com_tit .s {
  font-size: 20px;
  font-weight: 400;
}
.com_tab + .com_tit {
  margin-top: 81px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab + .com_tit {
    margin-top: 30px;
  }
}

.com_terms {
  margin-bottom: 30px;
}
@media screen and (min-width: 1023.9px) {
  .com_terms {
    padding-inline: 15px;
  }
}
.com_terms dt, .com_terms dd {
  line-height: 1.7;
}
@media screen and (max-width: 1023.9px) {
  .com_terms {
    margin-bottom: 20px;
  }
}
.com_terms dt {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_terms dt {
    font-size: 14px;
  }
}
.com_terms dt.dt {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_terms dt.dt {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.com_terms dd {
  color: #666;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_terms dd {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.com_terms table {
  margin-block: 10px;
}
.com_terms table th, .com_terms table td {
  border: 1px solid #E7E7E7;
  padding: 5px;
  text-align: center;
}
.com_terms table th {
  background-color: #f4f4f4;
}

.com_dot_list li {
  line-height: 25px;
  font-size: 16px;
  color: #666;
  position: relative;
  padding-left: 23.5px;
}
.com_dot_list li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.5px;
  height: 3.5px;
  margin-inline: 10px;
  background: #666;
  border-radius: 3.5px;
  vertical-align: middle;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  .com_dot_list li {
    line-height: 20px;
    font-size: 13px;
    padding-left: 18.5px;
  }
}
.com_dot_list li::before {
  margin-left: -13.5px;
}
@media screen and (max-width: 1023.9px) {
  .com_dot_list li::before {
    margin-inline: -8.5px 6.5px;
    width: 2px;
    height: 2px;
  }
}
.com_dot_list.bold li {
  font-weight: 600;
  color: #333;
}
.com_dot_list.bold li::before {
  margin-left: -14px;
  width: 4px;
  height: 4px;
  background: #333;
  vertical-align: 3px;
}
@media screen and (max-width: 1023.9px) {
  .com_dot_list.bold li::before {
    margin-inline: -9px 6px;
    width: 3px;
    height: 3px;
  }
}

.com_list_num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 1023.9px) {
  .com_list_num.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .com_list_num.col {
    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;
    align-items: flex-start;
    gap: 30px;
  }
}
.com_list_num .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;
  font-size: 17px;
  align-items: baseline;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .com_list_num .list {
    font-size: 14px;
  }
}
.com_list_num .num {
  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: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100px;
  background: #C3D6FB;
  color: #0071E4;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_list_num .num {
    width: 20px;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
.com_list_num + .tip {
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_list_num + .tip {
    margin-top: 10px;
  }
}

/*common input form*/
.com_input_sec {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec {
    gap: 20px;
    padding-bottom: 20px;
  }
}
.com_input_sec .input {
  width: 100%;
}
.com_input_sec .error_txt {
  line-height: 17px;
  color: #fa5951;
}
.com_input_sec .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.com_input_sec .tit_field {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field {
    font-size: 14px;
  }
}
.com_input_sec .input_field {
  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_input_sec .input_field.tel_field .input {
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field.tel_field {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .com_input_sec .input_field.tel_field .input {
    width: calc(100% - 110px);
  }
  .com_input_sec .input_field.tel_field .com_btn {
    width: 100%;
    height: 37px;
  }
}
.com_input_sec .input_field.tel_field .select {
  width: 150px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field.tel_field .select {
    width: 100px;
  }
}
.com_input_sec .input_field .com_btn.l {
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field .com_btn.l {
    font-size: 14px;
  }
}
.com_input_sec .input_field .select {
  height: 45px;
}
.com_input_sec .notice_field {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  border-top: 1px solid #E7E7E7;
  padding-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .notice_field {
    font-size: 16px;
    padding-top: 20px;
  }
}
.com_input_sec .error_txt {
  color: #F93434;
  margin-top: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .error_txt {
    font-size: 12px;
    margin-top: 0;
  }
}
.com_chk_btn__wrap + .com_input_sec {
  margin-top: 20px;
}

.com_search {
  position: relative;
  padding: 0 28px;
  width: 100%;
  height: 92px;
  background: #FFF;
  border: 2px solid #0071E4;
  box-shadow: 10px 10px 10px 0 rgba(23, 85, 230, 0.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;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_search {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_search {
    padding: 0 12px;
    height: 55px;
  }
}
.com_search .guide_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;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #252726;
}
.com_search .guide_txt .ex {
  color: #C5C5C5;
}
@media screen and (max-width: 1023.9px) {
  .com_search .guide_txt {
    font-size: 14px;
  }
  .com_search .guide_txt .logo_blue {
    min-width: 47px;
    width: 47px;
    height: 19px;
  }
  .com_search .guide_txt .ex {
    display: none;
  }
}
.com_search .input {
  position: absolute;
  left: 120px;
  padding: 0;
  width: calc(100% - 120px - 134px);
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  background: #FFF;
  border: 0;
  transition: none;
}
@media screen and (max-width: 1023.9px) {
  .com_search .input {
    left: 69px;
    width: calc(100% - 69px - 40px);
    font-size: 14px;
  }
}
.com_search .input:placeholder-shown {
  background: none;
}
.com_search .com_btn {
  margin-inline: auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1px;
  color: transparent;
  overflow: hidden;
  padding: 0;
  gap: 0;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_search .com_btn {
    margin-right: 0;
  }
  .com_search .com_btn .icon_search {
    min-width: 17px;
    width: 17px;
    height: 17px;
  }
}

.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 {
  border: 1px solid #ddd;
  margin-left: 0;
  padding-inline: 10px;
}
.com_add_file .input_form + .com_btn {
  min-height: 44px;
}
@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; /* 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;
}

.com_table {
  border-top: 2px solid #333;
}
.com_table th, .com_table td {
  padding: 14px 10px;
  min-height: 48px;
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  background: #FFF;
  border: 1px solid #DDD;
}
@media screen and (max-width: 1023.9px) {
  .com_table th, .com_table td {
    padding-inline: 5px;
    height: 30px;
    font-size: 12px;
  }
}
.com_table th {
  background: #F8F8F8;
}
.com_table th[scope=col] {
  font-weight: 400;
}
.com_table th[scope=colgroup], .com_table th[colspan], .com_table th[rowspan] {
  font-weight: 600;
}
.com_table .price_field {
  text-align: right;
}
.com_table.schedule {
  border-top: 0;
  table-layout: fixed;
}
.com_table.schedule th {
  font-weight: 700;
  border-inline: 0;
  border-block: 1px solid #AAA;
}
.com_table.schedule tbody th {
  font-weight: 600;
  padding-block: 6px 5px;
}
.com_table.schedule tbody th, .com_table.schedule tbody td {
  border-inline: 0;
  border-bottom: 1px solid #DDD;
  position: relative;
}
.com_table.schedule tbody td {
  padding-block: 16px;
}
.com_table.schedule .badge {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
}
.com_table.schedule .badge.off {
  color: #A7A7A7;
  background: #EBEBEB;
}
.com_table.schedule .badge.on {
  color: #FFF;
  background: #0071E4;
}
.com_table.schedule .badge.exam {
  color: #FFF;
  background: #49B75B;
}
.com_table.schedule .badge.read {
  background: #F5A80F;
}
.com_table.schedule .badge__wrap {
  position: relative;
  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;
  vertical-align: middle;
}
.com_table.schedule .badge__wrap .txt {
  color: #000;
  position: absolute;
}
@media screen and (min-width: 1023.9px) {
  .com_table.schedule .badge__wrap .txt {
    top: 5px;
    left: calc(50% + 23px);
    font-size: 12px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_table.schedule .badge__wrap .txt {
    font-size: 9px;
    margin-top: 2px;
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
  }
  .com_table.schedule .badge__wrap .txt p {
    display: inline;
  }
}
.com_table.schedule .badge .tit, .com_table.schedule .badge .info {
  width: 100%;
  line-height: 15px;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 1023.9px) {
  .com_table.schedule .badge + .badge {
    margin-left: 5px;
  }
}
.com_table.cost {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #DDD;
  border-radius: 10px;
  overflow: hidden;
}
.com_table.cost + .com_table.cost {
  margin-top: 10px;
}
.com_table.cost.contents_hide .accordion_header {
  border-bottom: 0;
}
.com_table.cost.contents_hide .accordion_header .icon_arrow_up {
  transform: rotate(180deg);
}
.com_table.cost.contents_hide .accordion_body {
  display: none;
}
.com_table.cost th {
  padding-inline: 5px;
  border-width: 0 0 0 1px;
}
@media screen and (max-width: 1023.9px) {
  .com_table.cost th {
    padding-inline: 2px;
  }
}
.com_table.cost th[colspan] {
  border-width: 0 0 1px 1px;
}
.com_table.cost th[colspan]:first-child:last-child {
  border-left: 0;
}
.com_table.cost th[colspan].accordion_header {
  padding: 0;
  border-left: 0;
  transition: none;
}
.com_table.cost th[colspan].accordion_header .btn_toggle {
  padding: 0 19px;
  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;
  width: 100%;
  height: 58px;
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  color: #0071E4;
  background: #F0F4FC;
  outline: 0;
}
.com_table.cost th[colspan].accordion_header .btn_toggle .icon_arrow_up {
  margin-left: auto;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-size: 16px auto;
  border: 1px solid #C3D6FB;
  border-radius: 50%;
}
@media screen and (max-width: 1023.9px) {
  .com_table.cost th[colspan].accordion_header .btn_toggle {
    height: 36px;
    font-size: 14px;
  }
  .com_table.cost th[colspan].accordion_header .btn_toggle .icon_arrow_up {
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: 12px auto;
  }
}
.com_table.cost th[rowspan]:first-child {
  border: 0;
}
.com_table.cost td {
  padding-inline: 5px;
  border-width: 0 0 1px 1px;
}
@media screen and (max-width: 1023.9px) {
  .com_table.cost td {
    padding-inline: 2px;
  }
}
.com_table.cost td:first-child {
  border-left: 0;
}
.com_table.cost td[rowspan] {
  border-bottom: 0;
}
.com_table.cost tr:last-child td {
  border-bottom: 0;
}

.com_list .list {
  font-size: 14px;
  border-top: 2px solid #333;
  background: #fff;
  table-layout: fixed;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list {
    font-size: 12px;
  }
}
.com_list .list tr {
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list tr {
    display: grid;
    grid-template-columns: 45px calc(100% - 45px);
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: center;
    padding-block: 15px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_list .list td {
    padding-inline: 15px;
    padding-block: 20px;
    height: 100px;
  }
  .com_list .list td:first-child {
    padding-left: 30px;
  }
  .com_list .list td:last-child {
    padding-right: 30px;
  }
}
.com_list .list .num_field {
  font-weight: 500;
  width: 100px;
  min-width: 100px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .num_field {
    width: 45px;
    min-width: 45px;
    grid-row: 1/3;
  }
}
.com_list .list .date_field {
  color: #666;
  font-size: 14px;
  min-width: 120px;
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .date_field {
    font-size: 12px;
    width: 100%;
    text-align: left;
  }
}
.com_list .list .tit_field {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .tit_field {
    font-size: 14px;
  }
}
.com_list .list .ellipsis {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.com_list .list_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;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list_top {
    margin-bottom: 20px;
  }
}
.com_list .list_top .search_area {
  margin-left: 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: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list_top .search_area {
    margin: 0;
  }
}
.com_list .list_top .search_area .input, .com_list .list_top .search_area .select, .com_list .list_top .search_area .com_btn {
  border-radius: 6px;
}
.com_list .list_top .search_area .input {
  height: 45px;
}
@media screen and (min-width: 1023.9px) {
  .com_list .list_top .search_area .input {
    width: 320px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list .list_top .search_area .input {
    flex: 1;
  }
}
.com_list .list_top .search_area .select {
  height: 45px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list_top .search_area .select {
    width: 100px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list .list_top .search_area .com_btn {
    height: 45px;
  }
}
.com_list .list .qna .q {
  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;
  height: 100px;
  padding-inline: 30px 40px;
  border-bottom: 1px solid #E7E7E7;
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .qna .q {
    padding: 20px 10px;
    height: auto;
    gap: 5px;
  }
}
.com_list .list .qna .q .icon_q {
  font-size: 24px;
  font-weight: 700;
  color: #0071E4;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .qna .q .icon_q {
    font-size: 20px;
  }
}
.com_list .list .qna .q:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 11V1M11 6H1'/%3E%3C/svg%3E");
  background-size: cover;
  margin-left: auto;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .qna .q:after {
    width: 14px;
    height: 14px;
  }
}
.com_list .list .qna .a {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  padding-inline: 58px;
  background: #F8F8F8;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .qna .a {
    padding-inline: 15px;
    font-size: 14px;
  }
}
.com_list .list .qna.open .q:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='2' viewBox='0 0 20 2' fill='none'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.25 1H1.751'/%3E%3C/svg%3E");
  background-size: cover;
  width: 20px;
  height: 2px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .qna.open .q:after {
    width: 14px;
  }
}
.com_list .list .qna.open .a {
  padding-block: 25px;
  line-height: 1.8;
  border-bottom: 1px solid #E7E7E7;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 1023.9px) {
  .com_list .list .qna.open .a {
    padding-block: 15px;
  }
}
.com_tab + .com_list {
  margin-top: 60px;
}
@media screen and (max-width: 1023.9px) {
  .com_tab + .com_list {
    margin-top: 30px;
  }
}

.com_view {
  border-top: 2px solid #333;
  border-bottom: 1px solid #E7E7E7;
  background: #fff;
}
.com_view .view_info {
  border-bottom: 1px solid #E7E7E7;
  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 (min-width: 1023.9px) {
  .com_view .view_info {
    padding: 20px 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_info {
    padding-block: 15px;
    gap: 10px;
  }
}
.com_view .view_info .tit_field {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_info .tit_field {
    font-size: 14px;
  }
}
.com_view .view_info .date_field {
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_info .date_field {
    font-size: 12px;
    margin-top: 10px;
  }
}
.com_view .view_info__wrap {
  flex: 1;
}
@media screen and (min-width: 1023.9px) {
  .com_view .view_info__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_view .contents_area {
  padding: 40px 30px;
  font-size: 17px;
  list-style: 1.7;
}
@media screen and (max-width: 1023.9px) {
  .com_view .contents_area {
    padding: 30px 0;
    font-size: 14px;
  }
}

.com_board_badge {
  color: #0071E4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  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: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #C3D6FB;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .com_board_badge {
    width: 45px;
    min-width: 45px;
    height: 45px;
    font-size: 12px;
  }
}
.com_board_badge .svg_icon {
  width: 16px;
  height: 16px;
}
.com_board_badge.check {
  background-color: #f7f7f7;
  color: #767678;
}

.com_divider {
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
}

.com_ok .container {
  max-width: 550px;
  margin-inline: auto;
}
.com_ok .com_btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 45px;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .com_btn__wrap {
    margin-top: 30px;
  }
}
.com_ok .notice_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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .notice_area {
    margin-top: 30px;
  }
}
.com_ok .notice_area .png_icon {
  margin-bottom: 45px;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .notice_area .png_icon {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
  }
}
.com_ok .notice_area .tit {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 1023.9px) {
  .com_ok .notice_area .tit br {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_ok .notice_area .tit {
    font-size: 22px;
  }
}
.com_ok .notice_area .txt {
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .notice_area .txt {
    font-size: 14px;
  }
}
.com_ok .pg_tit + .notice_area {
  margin-top: 30px;
}
.com_ok .box {
  max-width: 927px;
  margin-inline: auto;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  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;
}
@media screen and (min-width: 1023.9px) {
  .com_ok .box {
    border-radius: 20px;
    border: 1px solid #C3D6FB;
    padding-block: 50px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_ok .box {
    padding-inline: 20px;
    width: 100%;
  }
}
.com_ok .box .notice_area, .com_ok .box .com_btn__wrap {
  width: 550px;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .box .notice_area, .com_ok .box .com_btn__wrap {
    width: 100%;
  }
}
.com_ok .box .point_info {
  font-size: 20px;
  font-weight: 700;
  color: #0071E4;
  text-align: center;
  border-radius: 10px;
  background-color: #F0F4FC;
  padding-block: 18px;
  margin-top: 30px;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .box .point_info {
    font-size: 16px;
    padding-block: 13px;
    margin-top: 15px;
  }
}
.com_ok .box .tip {
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .box .tip {
    margin-top: 15px;
    font-size: 14px;
  }
}
.com_ok .box .tel {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .box .tel {
    font-size: 18px;
  }
}

.com_menu {
  margin-block: 50px;
  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: 40px;
}
@media screen and (max-width: 1425.9px) {
  .com_menu {
    gap: 16px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_menu {
    margin-block: 43px 52px;
    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;
  }
}
.com_menu .item {
  padding: 0 5px;
  width: 200px;
  height: 200px;
  background: #F0F4FC;
  border: 1px solid #C3D6FB;
  border-radius: 20px;
  overflow: hidden;
  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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_menu .item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_menu .item {
    height: 100px;
    gap: 5px;
  }
}
.com_menu .item .txt {
  text-align: center;
  line-height: 1.1;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 1023.9px) {
  .com_menu .item {
    width: calc((100% - 32px) / 3);
  }
  .com_menu .item .png_icon {
    height: 55px;
    width: 55px;
  }
  .com_menu .item .txt {
    line-height: 17px;
    font-size: 14px;
  }
}

@media screen and (min-width: 767.9px) {
  .com_select_go {
    max-width: 930px;
    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;
    margin-block: 35px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_select_go {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.com_select_go .btn {
  border: 1px solid #C3D6FB;
  background: #F0F4FC;
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_select_go .btn {
    border-radius: 10px;
  }
}
@media screen and (min-width: 767.9px) {
  .com_select_go .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    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;
    padding: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_select_go .btn {
    padding: 30px 20px 30px 150px;
    text-align: left;
    min-height: 90px;
    position: relative;
  }
}
.com_select_go .tit {
  font-size: 36px;
  font-weight: 600;
  color: #12385F;
}
@media screen and (max-width: 1023.9px) {
  .com_select_go .tit {
    font-size: 24px;
    width: calc(100% - 130px);
  }
}
.com_select_go .icon {
  width: 170px;
  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;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_select_go .icon {
    width: 110px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_select_go .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 767.9px) {
  .com_select_go .com_btn {
    min-width: 155px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_select_go .com_btn {
    height: 37px;
    min-width: 100px;
    margin-top: 10px;
  }
}

.com_cont_sec {
  padding-block: 80px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec {
    padding-block: 30px;
  }
  .com_cont_sec.m_reverse .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.com_cont_sec .layout {
  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;
  align-items: flex-start;
  gap: 70px;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.com_cont_sec + .com_cont_sec {
  border-top: 1px solid #E7E7E7;
}
.com_cont_sec.full .layout {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.com_cont_sec.full .txt_box {
  min-width: auto;
  width: 100%;
}
.com_cont_sec.full .img_box {
  padding: 39px;
  min-width: auto;
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec.full .img_box {
    border-radius: 10px;
  }
}
.com_cont_sec.full img {
  width: 100%;
}
.com_cont_sec .sub_tit {
  font-size: 22px;
  font-weight: 700;
  color: #0071E4;
  position: relative;
  margin-bottom: -5px;
}
.com_cont_sec .sub_tit::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-inline: 5px;
  background: #0071E4;
  border-radius: 10px;
  vertical-align: middle;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .sub_tit {
    position: relative;
    font-size: 17px;
  }
  .com_cont_sec .sub_tit::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    margin-inline: 5px;
    background: #0071E4;
    border-radius: 6px;
    vertical-align: middle;
    cursor: default;
  }
}
.com_cont_sec .sub_tit + .com_dot_list li {
  padding-left: 32px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .sub_tit + .com_dot_list li {
    padding-left: 25px;
  }
}
.com_cont_sec .com_tit {
  margin-bottom: 0;
}
.com_cont_sec .com_tit + .layout {
  margin-top: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .com_tit + .layout {
    margin-top: 15px;
  }
}
.com_cont_sec .desc {
  width: 100%;
  line-height: 30px;
  font-size: 17px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .desc {
    line-height: 22px;
    font-size: 14px;
  }
}
.com_cont_sec .desc .sec_tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .desc .sec_tit {
    font-size: 14px;
  }
}
.com_cont_sec .txt_box {
  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: 30px;
}
.com_cont_sec .txt_box,
.com_cont_sec .txt_box * {
  transition: none;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .txt_box {
    gap: 10px;
  }
}
.com_cont_sec .txt_box + .layout {
  margin-top: 25px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .txt_box + .layout {
    margin-top: 15px;
  }
}
.com_cont_sec .img_box {
  width: 572px;
  min-width: 572px;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .img_box {
    width: 100%;
    min-width: auto;
  }
}
.com_cont_sec .img_box.border img {
  border: 1px solid #E7E7E7;
}
.com_cont_sec .img_box img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .img_box img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_cont_sec .img_box img {
    width: 100%;
    height: auto;
  }
}