@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*/
}

*,
*::before,
*::after {
  font-family: "Pretendard", sans-serif, "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Roboto, Arial, sans-serif;
  letter-spacing: -0.025em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@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*/
}

* {
  box-sizing: border-box;
  font-family: "Pretendard", sans-serif, "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Roboto, Arial, sans-serif;
  letter-spacing: -0.025em;
}

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

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

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

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

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

a:hover {
  text-decoration: none;
}

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

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;
}

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

input + input,
input + input + label,
select + input + label,
button + input + label,
select + select,
select + input,
input + select {
  margin-left: 10px;
}

label:last-child {
  margin-right: 0;
}

label + input[type=checkbox] + label,
label + input[type=radio] + label {
  margin-left: 6px;
}

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 #e8e8e8;
  height: 44px;
  border-radius: 5px;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(../../img/icon_del.png) center center no-repeat;
  background-size: contain;
  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: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #bcbcbc;
  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;
}

input + button,
textarea + button,
select + button {
  margin-left: 10px;
}

main,
section,
article {
  display: block;
}

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

address {
  font-style: normal;
}

.com_btn {
  padding: 0 10px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  line-height: initial;
  letter-spacing: normal;
  box-sizing: border-box;
  gap: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_btn {
    gap: 3px;
  }
}
.com_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_btn_wrap .com_btn + .com_btn, .com_btn_wrap .com_btn + .com_check_box {
  margin-left: 10px;
}
.com_btn_wrap .com_check_box + .com_check_box, .com_btn_wrap .com_check_box + .com_btn {
  margin-left: 10px;
}
.com_btn_wrap.center {
  justify-content: center;
}
.com_btn_wrap.center .com_btn {
  min-width: 120px;
}
.com_btn_wrap.right {
  justify-content: flex-end;
  margin-left: auto;
}
.com_btn_wrap.right .com_btn {
  min-width: 100px;
}
.com_btn_wrap.left {
  justify-content: flex-start;
  margin-right: auto;
}
.com_btn_wrap.left .com_btn {
  min-width: 100px;
}
.com_btn_wrap.bottom {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .com_btn_wrap.bottom {
    margin-top: 20px;
  }
}
.com_btn_wrap.bottom.center .com_btn.l {
  min-width: 150px;
}
@media screen and (max-width: 767.9px) {
  .com_btn_wrap.bottom.center .com_btn.l {
    min-width: auto;
  }
}
.com_btn_wrap.type_btns {
  margin-bottom: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .com_btn_wrap.type_btns {
    margin-bottom: 20px;
  }
}
.com_btn_wrap.type_btns .com_btn {
  position: relative;
}
.com_btn_wrap.type_btns .com_btn::before {
  position: absolute;
  left: 15px;
}
@media screen and (max-width: 1300px) {
  .com_btn_wrap.type_btns .com_btn::before {
    background-size: 24px;
    left: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_btn_wrap.type_btns .com_btn::before {
    display: none;
  }
}
.com_btn_wrap.type_btns .com_btn.active {
  background: #f5a80f;
  border-color: #f5a80f !important;
  color: #fff;
}
.com_btn_wrap.type_btns.category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 6px;
  margin-bottom: 10px;
}
.com_btn_wrap.type_btns.category > * {
  width: calc((100% - 6px * 4) / 5);
  min-width: calc((100% - 6px * 4) / 5);
  margin-left: 0 !important;
}
.com_btn_wrap.type_btns.category .com_btn {
  word-break: keep-all;
}
@media screen and (max-width: 767.9px) {
  .com_btn_wrap.type_btns.category .com_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    height: 40px;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    padding-inline: 5px;
    line-height: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .com_btn_wrap.type_btns.category .com_btn .sub {
    font-size: 9px;
  }
}
.com_btn_wrap.type_btns.category .com_btn.gray:hover {
  background-color: #333;
}
.com_btn_wrap.type_btns.category + .com_input_table {
  margin-top: 20px;
}
.com_btn + .com_btn {
  margin-left: 10px;
}
.com_btn.point {
  background-color: #f5a80f;
  color: #fff;
}
.com_btn.black {
  background-color: #333;
  color: #fff;
}
.com_btn.red {
  background-color: #fa5951;
  color: #fff;
}
.com_btn.gray {
  background-color: #56545b;
  color: #fff;
}
.com_btn.lightGray {
  background-color: #999;
  color: #fff;
}
.com_btn.lightGray2 {
  background-color: #e8e8e8;
  color: #333;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #f5a80f;
  color: #f5a80f;
}
.com_btn.line.point {
  border-color: #f5a80f;
  color: #f5a80f;
}
.com_btn.line.gray {
  border-color: #56545b;
  color: #56545b;
}
.com_btn.line.gray2 {
  border-color: #999;
  color: #333;
}
.com_btn.line.lightGray {
  border-color: #999;
  color: #999;
}
.com_btn.line.black {
  border-color: #333;
  color: #333;
}
.com_btn.txt, .com_input_sec .input_field .com_btn.ok_txt, .com_input_sec .input_field .com_btn.error_txt {
  text-decoration: underline;
  padding: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.txt, .com_input_sec .input_field .com_btn.ok_txt, .com_input_sec .input_field .com_btn.error_txt {
    font-size: 12px;
  }
}
.com_btn.oval {
  border-radius: 50px;
}
.com_btn.full {
  width: 100%;
  min-width: 100%;
}
.com_btn.narrow {
  width: 140px;
}
.com_btn.narrow + .full {
  min-width: auto;
  width: calc(100% - 150px);
}
.com_btn.l {
  height: 55px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    height: 44px;
    font-size: 14px;
  }
}
.com_btn.m {
  height: 44px;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.m {
    height: 36px;
  }
}
.com_btn.s {
  height: 36px;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.s {
    height: 30px;
  }
}
.com_btn.xs {
  height: 30px;
  font-size: 14px;
  padding-inline: 6px;
}
@media screen and (max-width: 767.9px) {
  .com_btn.xs {
    height: auto;
    min-height: 20px;
    font-size: 11px;
    padding: 3px;
  }
}
.com_btn.xxs {
  height: 26px;
  padding: 5px 7px;
  font-size: 14px;
}
.com_btn.xxs .icon_arrow_right_white::after {
  background-size: 9px auto;
}
.com_btn .icon_arrow_right_white::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_right_white.png") no-repeat center/12px 15px;
  width: 12px;
  height: 15px;
  margin-top: 3px;
  margin-left: 3px;
}
.com_btn .icon_arrow_right::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_right_black.png") no-repeat center/12px 15px;
  width: 12px;
  height: 15px;
  margin-top: 3px;
  margin-left: 3px;
}

/*!페이징 << < > >> */
.com_paging {
  margin-top: 20px;
  text-align: center;
  width: 100% !important;
}
@media screen and (min-width: 767.9px) {
  .com_card__wrap + .com_paging {
    margin-top: 60px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    min-width: 32px;
    height: 32px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 18px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_prev {
    margin-right: 0;
  }
}
.com_paging .btn_next {
  margin-left: 0;
}
@media screen and (max-width: 767.9px) {
  .com_paging .btn_next {
    margin-right: 0;
  }
}
.com_paging .btn_page {
  line-height: inherit;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #fff;
  background-color: #f5a80f;
  border-radius: 100%;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.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;
}
.com_tab .tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  white-space: nowrap;
  background: #e8e8e8;
  min-height: 55px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.43px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #999;
  flex: 1;
}
.com_tab .tab.active {
  background: #fff;
  border: 1px solid #999;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    font-size: 14px;
    letter-spacing: -0.35px;
    min-height: 44px;
  }
}
.com_tab + .com_input_sec, .com_tab + .com_tab_contents__wrap .com_input_sec {
  margin-top: 30px;
}
.com_tab_contents {
  display: none;
}
.com_tab_contents.active {
  display: block;
}
.com_tab_contents + .com_btn_wrap {
  margin-top: 30px;
}

.com_btn_tab {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 6px;
}
@media screen and (max-width: 767.9px) {
  .com_btn_tab {
    margin-bottom: 15px;
    gap: 3px;
  }
}
.com_btn_tab .tab {
  border-radius: 5px;
  border: solid 1px #222;
  background-color: #fff;
  height: 50px;
  font-size: 17px;
  text-align: center;
  color: #222;
  flex: 1;
}
@media screen and (max-width: 767.9px) {
  .com_btn_tab .tab {
    font-size: 13px;
    height: 40px;
  }
}
.com_btn_tab .tab.active {
  color: #fff;
  background-color: #f5a80f;
  border-color: #f5a80f;
}
.com_btn_tab.s {
  margin-bottom: 10px;
}
.com_btn_tab.s .tab {
  flex: none;
  height: 40px;
  padding-inline: 10px;
  font-size: 15px;
}
@media screen and (min-width: 767.9px) {
  .com_btn_tab.s .tab {
    min-width: 150px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_btn_tab.s .tab {
    font-size: 12px;
    height: 30px;
  }
}

.com_chk {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  cursor: pointer;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .com_chk {
    font-size: 13px;
    gap: 2px;
  }
}
.com_chk_contents {
  display: none;
}
.com_chk__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_chk__wrap.gap30 {
  gap: 30px !important;
}
.com_chk__wrap.type2 {
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  gap: 10px;
}
.com_chk__wrap.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.com_chk__wrap.flex_wrap > * {
  width: calc((100% - 10px * 4) / 5);
  min-width: calc((100% - 10px * 4) / 5);
  margin-left: 0 !important;
}
@media screen and (max-width: 767.9px) {
  .com_chk__wrap.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .com_chk__wrap.flex_wrap > * {
    width: calc((100% - 10px * 2) / 3);
    min-width: calc((100% - 10px * 2) / 3);
    margin-left: 0 !important;
  }
}
.com_chk__wrap.flex_wrap .com_chk {
  flex: none;
}
.com_chk__wrap.flex_wrap .input {
  width: calc((100% - 40px) / 5 * 2 + 10px);
  height: 60px;
}
@media screen and (max-width: 767.9px) {
  .com_chk__wrap.flex_wrap .input {
    width: 100%;
  }
}
.com_chk__wrap.flex_none {
  margin-block: 22px 20px;
  padding-block: 0 20px;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.com_chk__wrap.flex_none > * {
  width: calc((100% - 10px * 3) / 4);
  min-width: calc((100% - 10px * 3) / 4);
  margin-left: 0 !important;
}
@media screen and (max-width: 767.9px) {
  .com_chk__wrap.flex_none {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-block: 10px;
    padding-block: 0 10px;
  }
  .com_chk__wrap.flex_none > * {
    width: calc((100% - 10px * 1) / 2);
    min-width: calc((100% - 10px * 1) / 2);
    margin-left: 0 !important;
  }
}
.com_chk__wrap.flex_none .com_chk {
  flex: none;
}
.com_chk input[type=text], .com_chk input[type=number] {
  width: 80px;
  text-align: center;
}
.com_chk input[type=checkbox], .com_chk input[type=radio] {
  display: inline-block;
  padding-right: 0;
  height: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_chk input[type=checkbox], .com_chk input[type=radio] {
    height: 15px;
  }
}
.com_chk input[type=checkbox]::before, .com_chk input[type=radio]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1.5px solid #d6d6d6;
  border-radius: 2px;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .com_chk input[type=checkbox]::before, .com_chk input[type=radio]::before {
    width: 15px;
    height: 15px;
  }
}
.com_chk input[type=checkbox]:checked::before, .com_chk input[type=radio]:checked::before {
  background-image: url("../img/chk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  border-color: #f5a80f;
}
@media screen and (max-width: 767.9px) {
  .com_chk input[type=checkbox]:checked::before, .com_chk input[type=radio]:checked::before {
    background-size: 10px auto;
  }
}
.com_chk input[type=checkbox]:disabled, .com_chk input[type=radio]:disabled {
  opacity: 0.4;
}
.com_chk.circle {
  position: relative;
  margin: 0;
}
.com_chk.circle + .com_chk.circle {
  margin-inline: 25px 0;
}
.com_chk.circle input::before {
  background: url("../img/radio_off.png") no-repeat center/20px auto;
  border: 0;
}
@media screen and (max-width: 767.9px) {
  .com_chk.circle input::before {
    background-size: 15px;
  }
}
.com_chk.circle input:checked::before {
  background-image: url("../img/radio_on.png");
  background-size: 20px auto;
}
@media screen and (max-width: 767.9px) {
  .com_chk.circle input:checked::before {
    background-size: 15px;
  }
}
.com_chk.right input::before {
  display: none;
}
.com_chk.right input::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -5px;
  margin-left: -28px;
  border: solid 1.5px #d6d6d6;
  border-radius: 2px;
  background-color: #fff;
}
.com_chk.right input:checked:after {
  background-position: center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  border-color: #f5a80f;
  background-image: url(../img/chk.png);
}
.com_chk.right.circle input::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -5px;
  margin-left: -28px;
  border: solid 1.5px #d6d6d6;
  border-radius: 100%;
  background-color: #fff;
}
.com_chk.right.circle input:checked:after {
  border: none;
  background-size: 20px auto;
  background-image: url(../img/radio_on.png);
}
.com_chk.filter {
  text-align: center;
  padding-left: 0;
  display: block;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 100%;
  margin-left: 0;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 13px;
}
@media screen and (max-width: 1300px) {
  .com_chk.filter {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
.com_chk.filter input {
  height: 46px;
}
@media screen and (max-width: 1300px) {
  .com_chk.filter input {
    height: 20px;
  }
}
.com_chk.filter input:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 100%;
  margin-left: 0;
  margin-bottom: 5px;
  background-color: transparent;
}
@media screen and (max-width: 1300px) {
  .com_chk.filter input:before {
    width: 20px;
    height: 20px;
  }
}
.com_chk.filter input:checked {
  color: #f5a80f;
}
.com_chk.filter input:checked:before {
  border: 0;
  background-image: url("../img/chk_circle.png");
  background-size: 12px;
}
.com_chk.btn_tab {
  margin: 0 !important;
  position: relative;
  padding: 0;
  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;
  flex: 1;
}
.com_chk.btn_tab input[type=radio] {
  position: absolute;
  left: -9px;
  width: 1px;
  height: 1px;
  background: none;
  border: 0;
}
.com_chk.btn_tab input[type=radio]::before {
  content: none;
}
.com_chk.btn_tab .chk {
  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%;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  color: #f5a80f;
  background: #fef8f1;
  border: 1px solid #f5a80f;
  border-radius: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_chk.btn_tab .chk {
    text-align: center;
    padding-inline: 10px;
    font-size: 17px;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.9px) {
  .com_chk.btn_tab .chk {
    font-size: 15px;
    height: 50px;
    border-radius: 5px;
  }
}
.com_chk.btn_tab input:checked + .chk {
  color: #fff;
  background: #f5a80f;
}
.com_chk.btn_tab.circle .chk {
  padding: 20px 10px 25px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  text-align: center;
  line-height: 1.2;
}
.com_chk.btn_tab.circle .chk::before {
  content: "";
  margin: 0 auto 11px;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1.5px solid #6d747f;
  border-radius: 50%;
}
.com_chk.btn_tab.circle .tit {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}
.com_chk.btn_tab.circle .desc {
  margin-top: 10px;
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  color: #222;
}
.com_chk.btn_tab.circle input:checked + .chk {
  color: #f5a80f;
  background: #fef8f1;
}
.com_chk.btn_tab.circle input:checked + .chk::before {
  border: 0;
  background: url("../img/radio_on.png") no-repeat center/20px auto;
}

.com_chk_btn {
  display: none;
}
.com_chk_btn + label {
  height: 44px;
  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;
  gap: 3px;
  font-weight: 500;
  font-size: 14px;
  color: #888;
  white-space: nowrap;
  background: #eff0f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .com_chk_btn + label {
    width: 100%;
    height: 36px;
    font-size: 12px;
    padding-inline: 10px;
  }
  .com_chk_btn + label .com_icon.icon_bookmark::before {
    width: 13px;
    height: 13px;
    background-size: contain;
    vertical-align: -2px;
  }
}
.com_chk_btn:checked + label {
  border-color: #f5a80f !important;
  color: #f5a80f;
  background-color: #fef8f1;
}

.com_btn_like input:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_like_off.png") no-repeat center/26px 26px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.com_btn_like input:checked:before {
  background-image: url(../img/icon_like_on.png);
}
.com_btn_like.type_btn {
  display: none;
}
.com_btn_like.type_btn + label {
  border: 1px solid #333;
  height: 55px;
  font-size: 17px;
  line-height: 1.4;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 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;
  box-sizing: border-box;
}
@media screen and (max-width: 1023.9px) {
  .com_btn_like.type_btn + label {
    height: 44px;
    font-size: 14px;
  }
}
.com_btn_like.type_btn + label:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_like_black.png") no-repeat center/28px 28px;
  width: 28px;
  height: 28px;
  margin-right: 4px;
  min-width: 26px;
}
.com_btn_like.type_btn:checked + label {
  background: #fff;
}
.com_btn_like.type_btn:checked + label:before {
  background-image: url(../img/icon_like_on.png);
}

.com_bookmark {
  cursor: pointer;
}
.com_bookmark input:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_bookmark_black.png") no-repeat center/26px 26px;
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
.com_bookmark input:checked:before {
  background-image: url(../img/icon_bookmark.png);
}

.com_bookmark_btn {
  max-height: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_bookmark_btn {
    max-height: 26px;
  }
}
.com_bookmark_btn input:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_bookmark_off.png") no-repeat center/16px 16px;
  width: 30px;
  height: 30px;
  vertical-align: -3px;
  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;
  padding-inline: 6px;
  background-color: #e8e8e8;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_bookmark_btn input:before {
    height: 26px;
    vertical-align: 1px;
  }
}
.com_bookmark_btn input:checked:before {
  background-image: url(../img/icon_bookmark.png);
}

.com_chk_blind {
  max-height: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_chk_blind {
    width: 24px;
    max-height: 24px;
  }
}
.com_chk_blind input:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_view.png") no-repeat center/18px 18px;
  width: 30px;
  height: 30px;
  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;
  padding-inline: 6px;
  background-color: #e8e8e8;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_chk_blind input:before {
    content: "";
    display: inline-block;
    background: url("../img/icon_view.png") no-repeat center/18px 18px;
    width: 24px;
    height: 24px;
    background-color: #e8e8e8;
    padding-inline: 0;
  }
}
.com_chk_blind input:checked:before {
  background-image: url("../img/icon_view_white.png");
  background-color: #999999;
}

.com_switch {
  width: 60px;
  height: 26px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #dedede;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch__wrap {
  position: relative;
}
.com_switch:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.com_switch:before {
  content: "OFF";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: bold;
  color: #999;
  opacity: 0.5;
  line-height: initial;
}
.com_switch:checked[type=checkbox] {
  background-color: #f5a80f;
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:before {
  content: "ON";
  opacity: 1;
  color: #fff;
  right: auto;
  left: 13px;
}
.com_switch:checked[type=checkbox]:after {
  left: 37px;
  transition: all 0.3s ease;
  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;
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 5px;
}
.com_popup .pop_container.l {
  width: 900px;
}
.com_popup .pop_container.m {
  width: 750px;
}
.com_popup .pop_container.s {
  width: 500px;
}
.com_popup .pop_container.sm {
  width: 400px;
}
.com_popup .pop_container.xs {
  width: 300px;
}
.com_popup .pop_container.xs .btn_close {
  top: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_popup .pop_container {
    min-width: 60%;
    margin: 0 15px;
  }
}
.com_popup .content_container {
  padding: 23px 15px;
  max-height: calc(95vh - 220px);
  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: #f8f8f8;
}
.com_popup .content_container::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}
.com_popup .content_container::-webkit-scrollbar-corner {
  background: #f8f8f8;
}
.com_popup .content_container + .btn_container {
  padding-inline: 0;
  padding-bottom: 30px;
}
.com_popup .content_container .com_card__wrap {
  margin: 0;
}
.com_popup .agree_area {
  border-top: 1px solid #e8e8e8;
  padding-block: 27px 0;
  margin: 30px;
}
.com_popup .agree_area .com_chk {
  gap: 10px;
}
.com_popup .btn_container {
  position: relative;
  padding: 15px 25px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com_popup .btn_container .com_btn {
  min-width: 120px;
  min-height: 36px;
}
.com_popup .btn_container .com_btn.big {
  width: 100%;
}
.com_popup .btn_container .right {
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.com_popup .pop_tit {
  padding: 18px 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -0.55px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767.9px) {
  .com_popup .pop_tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: -0.4px;
    padding-block: 16px 15px;
  }
}
.com_popup .pop_tit.center {
  text-align: center;
}
.com_popup .pop_tit.s {
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  padding-block: 30px 0;
}
.com_popup .pop_tit.s ~ .content_container {
  padding-block: 20px;
}
.com_popup .btn_close {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("../img/icon_del.png") no-repeat center/15px;
}
@media screen and (max-width: 767.9px) {
  .com_popup .btn_close {
    top: 6px;
  }
}
.com_popup .com_guide {
  padding-block: 9px;
  line-height: 1.43;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .com_popup .com_guide {
    padding-block: 20px 5px;
    margin-block: 0;
  }
}
.com_popup.type_alert .pop_container {
  width: 300px;
}
.com_popup.type_alert .content_container {
  padding: 45px 20px 15px;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
  text-align: center;
}
.com_popup.type_alert .content_container .txt + .txt, .com_popup.type_alert .content_container .com_input_sec .input_field .ok_txt + .txt, .com_input_sec .input_field .com_popup.type_alert .content_container .ok_txt + .txt, .com_popup.type_alert .content_container .com_input_sec .input_field .txt + .ok_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .txt + .ok_txt, .com_popup.type_alert .content_container .com_input_sec .input_field .ok_txt + .ok_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .ok_txt + .ok_txt, .com_popup.type_alert .content_container .com_input_sec .input_field .error_txt + .txt, .com_popup.type_alert .content_container .com_input_sec .input_field .error_txt + .ok_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .error_txt + .txt, .com_input_sec .input_field .com_popup.type_alert .content_container .error_txt + .ok_txt, .com_popup.type_alert .content_container .com_input_sec .input_field .txt + .error_txt, .com_popup.type_alert .content_container .com_input_sec .input_field .ok_txt + .error_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .txt + .error_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .ok_txt + .error_txt, .com_popup.type_alert .content_container .com_input_sec .input_field .error_txt + .error_txt, .com_input_sec .input_field .com_popup.type_alert .content_container .error_txt + .error_txt {
  margin-top: 15px;
}
.com_popup.type_alert .content_container .btn_container {
  padding-bottom: 15px;
}
.com_popup.type_alert .pop_tit + .content_container {
  padding-top: 23px;
}
.com_popup .com_card .image_container {
  height: auto;
  aspect-ratio: 1/1;
}

.com_input .pop_tit {
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  background-color: #fff;
  color: #000;
  padding-top: 30px;
}
.com_input .pop_tit.border {
  border-bottom: 1px solid #e8e8e8;
  margin-inline: 25px;
  margin-bottom: 10px;
}
.com_input .content_container {
  padding: 10px 25px;
}
.com_input .content_container + .btn_container {
  padding: 10px 25px 30px;
}
.com_input .content_container.center {
  padding-bottom: 20px;
  text-align: center;
}
.com_input .content_container.center .txt, .com_input .content_container.center .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_input .content_container.center .ok_txt, .com_input .content_container.center .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_input .content_container.center .error_txt {
  line-height: 1.4;
}
.com_input .content_container.center .sub_tit {
  display: block;
  margin-block: 15px;
  font-size: 20px;
}
.com_input .content_container .com_board_search {
  margin-bottom: 10px;
}
.com_input .content_container .com_board_search .input.type_search {
  width: 100%;
}
.com_input .content_container .com_board_search .search {
  width: 100%;
}
.com_input .content_container .com_board_search .com_btn {
  min-width: 44px;
  width: 44px;
  height: 44px;
}
.com_input .content_container .com_board_search .com_btn .icon_search {
  content: "";
  display: inline-block;
  background: url("../img/icon_search_white.png") no-repeat center/contain;
  width: 22px;
  height: 22px;
}
.com_input .content_container .com_input_sec .select + .input {
  margin-left: 0;
  margin-top: 10px;
}

.pop_register_material .pop_container {
  width: 1120px;
}
.pop_register_material .pop_tit {
  text-align: center;
}
.pop_register_material .content_container {
  padding-top: 25px;
}
.pop_register_material .content_container .com_card__wrap {
  padding-inline: 0;
}
.pop_register_material .content_container .com_board_tit {
  margin-bottom: 15px;
}
.pop_register_material .content_container .com_board_tit + .select {
  margin-bottom: 30px;
}
.pop_register_material .content_container .com_input_table {
  border-top: 2px solid #000;
}
.pop_register_material .content_container .com_input_table td .select_list {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}
.pop_register_material .content_container .com_input_table td .select_list .com_chk.filter + label:before {
  width: 40px;
  height: 40px;
}
.pop_register_material .content_container .com_input_table td .select_list .com_chk.filter + label {
  width: 40px;
  height: 40px;
}
.pop_register_material .content_container .materials_container {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .pop_register_material .content_container .materials_container {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_register_material .content_container .materials_container .com_card__wrap.col5 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .pop_register_material .content_container .materials_container .com_card__wrap.col5 > * {
    width: calc((100% - 10px * 1) / 2);
    min-width: calc((100% - 10px * 1) / 2);
    margin-left: 0 !important;
  }
}

.pop_input_meter .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding: 10px 0 20px;
  gap: 20px;
}
.pop_input_meter .com_input_sec .input_field {
  margin-bottom: 10px;
}
.pop_input_meter .com_input_sec .input_field.add {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.pop_input_meter .com_input_sec .input_field.add_row .input.ws {
  width: 125px;
  min-width: 125px;
}
.pop_input_meter .com_input_sec .input_field.total {
  padding-bottom: 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.pop_input_meter .com_input_sec .input_field.total .end {
  display: flex;
  justify-content: flex-end;
}
.pop_input_meter .com_input_sec .input_field.total .total {
  font-weight: bold;
  font-size: 18px;
  margin-left: 5px;
}
.pop_input_meter .com_input_sec .input_field .input_wrap {
  gap: 10px;
}
.pop_input_meter .com_input_sec .input_field .input.ws {
  min-width: 100px;
  width: 100px;
}
.pop_input_meter .com_input_sec .input_field .btn_add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-left: auto;
}
.pop_input_meter .com_input_sec .input_field .btn_add::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_add.png") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.pop_input_meter .com_input_sec .input_field .btn_delete {
  margin-left: auto;
}
.pop_input_meter .com_input_sec .input_field .btn_delete::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_del_circle.png") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
}

.pop_input_material .pop_container {
  width: 400px;
}
.pop_input_material .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding: 10px 0 20px;
  gap: 20px;
}
.pop_input_material .com_input_sec .select_item {
  padding-bottom: 10px;
}
.pop_input_material .com_input_sec .input_field {
  margin-bottom: 10px;
}
.pop_input_material .com_input_sec .input_field.border {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.pop_input_material .com_input_sec .input_field .input_wrap {
  gap: 10px;
}

.pop_confirm_selection .pop_container {
  width: 650px;
}
.pop_confirm_selection .pop_container .top_tit {
  padding: 0 20px;
}
.pop_confirm_selection .pop_container .pop_sub_tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.38px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .pop_sub_tit {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: -0.33px;
    margin-top: -5px;
    padding-bottom: 10px;
  }
}
.pop_confirm_selection .pop_container .com_sub_tit {
  padding-top: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: left;
  color: #121619;
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .com_sub_tit {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.pop_confirm_selection .pop_container .content_container {
  padding-top: 15px;
}
.pop_confirm_selection .pop_container .content_container .selected_material {
  border-top: 2px solid #000;
}
.pop_confirm_selection .pop_container .content_container .selected_material .table_tit {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: left;
  color: #121619;
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .table_tit {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.35px;
    margin-top: 15px;
  }
}
.pop_confirm_selection .pop_container .content_container .selected_material .com_input_table {
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_input_table {
    margin-top: 12px;
    border-top: 2px solid #333;
  }
  .pop_confirm_selection .pop_container .content_container .selected_material .com_input_table th {
    background-color: #f8f8f8;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_input_table :is(th, td) {
    display: table-cell;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_input_table td {
    font-size: 13px;
  }
}
.pop_confirm_selection .pop_container .content_container .selected_material .com_input_table td.bold {
  font-weight: bold;
}
.pop_confirm_selection .pop_container .content_container .selected_material .com_input_table td.center {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_input_table td {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_input_table th {
    font-size: 13px;
  }
}
.pop_confirm_selection .pop_container .content_container .selected_material .com_input_table tr.heading {
  background-color: #f8f8f8;
}
.pop_confirm_selection .pop_container .content_container .selected_material .com_product_card {
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary {
    padding: 10px 0 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .num {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .thumb, .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .detail_box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .detail_box .info_list .info.type_column {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .detail_box .info_list .info.type_area {
    order: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .detail_box .info_list .info.m_type {
    order: 2;
  }
}
.pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .detail_box .com_icon.status {
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: 0;
}
@media screen and (max-width: 639.9px) {
  .pop_confirm_selection .pop_container .content_container .selected_material .com_product_card.type_summary .detail_box .com_icon.status {
    font-size: 10px;
    height: 19px;
    padding: 4px 3px;
    text-align: center;
    position: relative;
    width: 65px;
    top: initial;
    right: auto;
    margin-left: initial;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .content_container .com_board_list {
    margin-top: 10px;
  }
}
.pop_confirm_selection .pop_container .list_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 20px;
  line-height: 1.67;
  letter-spacing: -0.38px;
  border-bottom: 1px solid #e8e8e8;
  padding-block: 15px;
  position: relative;
}
.pop_confirm_selection .pop_container .list_count::before {
  content: "";
  display: inline-block;
  position: relative;
  min-width: 5px;
  width: 5px;
  height: 5px;
  margin-inline: 5px;
  background: #f5a80f;
  border-radius: 5px;
  vertical-align: middle;
  cursor: default;
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .list_count {
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: -0.4px;
    padding-block: 15px;
    flex-wrap: wrap;
    font-size: 13px;
  }
}
.pop_confirm_selection .pop_container .list_count .cnt_txt {
  margin-left: auto;
  font-size: 15px;
}
@media screen and (max-width: 767.9px) {
  .pop_confirm_selection .pop_container .list_count .cnt_txt {
    width: 100%;
    margin-left: 16px;
    font-size: 13px;
    font-weight: normal;
  }
}
.pop_confirm_selection .pop_container .tit_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}

.pop_basket .pop_container, .pop_favorite .pop_container, .pop_confirm_flooring .pop_container {
  width: 650px;
}
.pop_basket .pop_container .pop_tit, .pop_favorite .pop_container .pop_tit, .pop_confirm_flooring .pop_container .pop_tit {
  font-size: 22px;
}
@media screen and (max-width: 767.9px) {
  .pop_basket .pop_container .pop_tit, .pop_favorite .pop_container .pop_tit, .pop_confirm_flooring .pop_container .pop_tit {
    font-size: 16px;
  }
}
.pop_basket .pop_container .content_container .confirm_txt, .pop_favorite .pop_container .content_container .confirm_txt, .pop_confirm_flooring .pop_container .content_container .confirm_txt {
  margin-top: 22px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.38px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .pop_basket .pop_container .content_container .confirm_txt, .pop_favorite .pop_container .content_container .confirm_txt, .pop_confirm_flooring .pop_container .content_container .confirm_txt {
    font-size: 12px;
  }
}
.pop_basket .pop_container .content_container .com_icon.status, .pop_favorite .pop_container .content_container .com_icon.status, .pop_confirm_flooring .pop_container .content_container .com_icon.status {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 40px;
}
@media screen and (max-width: 639.9px) {
  .pop_basket .pop_container .content_container .com_icon.status, .pop_favorite .pop_container .content_container .com_icon.status, .pop_confirm_flooring .pop_container .content_container .com_icon.status {
    font-size: 10px;
    height: 19px;
    padding: 4px 3px;
    text-align: center;
    position: relative;
    width: 65px;
    top: initial;
    right: auto;
    margin-left: initial;
    margin-top: 5px;
  }
}

.pop_change_address .pop_container {
  width: 450px;
}
.pop_change_address .pop_container .com_input_sec .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.pop_change_address .pop_container .com_input_sec .address .com_btn {
  height: 44px;
}
@media screen and (max-width: 767.9px) {
  .pop_change_address .pop_container .com_input_sec .address .com_btn {
    min-width: 65px;
  }
}

.pop_material_detail .pop_container {
  width: 650px;
}
.pop_material_detail .com_board_tit {
  padding-bottom: 20px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #e8e8e8;
}
.pop_material_detail .com_board_tit .txt, .pop_material_detail .com_board_tit .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_material_detail .com_board_tit .ok_txt, .pop_material_detail .com_board_tit .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_material_detail .com_board_tit .error_txt {
  font-weight: normal;
  font-size: 13px;
}
.pop_material_detail .com_product_card {
  padding: 20px 0px;
}
.pop_material_detail .com_product_card .detail_box .com_icon {
  margin-right: 40px;
}
.pop_material_detail .sub_desc {
  text-align: center;
  margin-top: 20px;
}

.pop_register_category .check_item {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
}

.pop_terms .pop_container {
  width: 850px;
}
.pop_terms .pop_tit {
  text-align: center;
}
.pop_terms .agree_tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: -0.55px;
  margin-bottom: 19px;
}
.pop_terms .agree_box {
  padding: 15px 20px;
  background-color: #f8f8f8;
  margin-block: 20px 30px;
}
.pop_terms .agree_box label {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.4px;
}
.pop_terms .btn_container {
  justify-content: flex-start;
  border-top: 1px solid #e8e8e8;
  padding-top: 26px;
  margin-top: 0;
}
.pop_terms .btn_container label {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.4px;
}
.pop_terms.pop_cancel .pop_container {
  width: 650px;
}
.pop_terms.pop_cancel .content_container {
  padding: 34px 40px;
}

.pop_production .pop_container {
  width: 650px;
}
.pop_production .pop_tit {
  text-align: center;
}
.pop_production .content_container {
  text-align: center;
}
.pop_production .content_container .icon {
  width: 130px;
  height: 120px;
}
.pop_production .content_container .sub_tit {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1300px) {
  .pop_production .content_container .sub_tit {
    font-size: 18px;
  }
}
.pop_production .content_container .desc {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1300px) {
  .pop_production .content_container .desc {
    font-size: 13px;
  }
}

.pop_select_product .content_container {
  padding-top: 0;
  padding-bottom: 22px;
}
.pop_select_product .com_material_item {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  margin-top: 25px !important;
}
.pop_select_product .tip_txt {
  text-align: center;
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  margin-top: 25px;
}

.pop_favorite_list .com_side_bar.active {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: none;
  min-height: auto;
  top: initial;
  background: none;
  z-index: 1;
}
.pop_favorite_list .com_side_bar.active .card_list {
  padding: 0;
}
.pop_favorite_list .btn_close {
  z-index: 2;
}

@media screen and (min-width: 767.9px) {
  .pop_pay .pop_container {
    width: 1215px;
  }
}
.pop_pay .content_container {
  width: 100%;
  max-height: calc(100vh - 120px);
}
.pop_pay .content_container .pay_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: flex-start;
  padding: 36px 33px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .pay_wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
.pop_pay .content_container .com_board_tit {
  font-size: 15px;
  margin-bottom: 15px;
}
.pop_pay .content_container .com_board_tit:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .com_board_tit:not(:first-of-type) {
    margin-block: 20px 10px !important;
  }
}
.pop_pay .content_container .com_board_tit__wrap {
  margin-bottom: 15px;
}
.pop_pay .content_container .com_board_tit__wrap .com_board_tit {
  margin-bottom: 0;
}
.pop_pay .content_container .content {
  margin-block: 20px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.35px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .content {
    font-size: 13px;
    margin-block: 0;
  }
}
.pop_pay .content_container .content.notice {
  position: relative;
  padding-left: 16px;
}
.pop_pay .content_container .content.notice::before {
  display: inline-block;
  content: "※";
  margin-right: 5px;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 18px;
  line-height: 1.3;
}
.pop_pay .content_container .content.notice + .notice {
  margin-top: -15px;
}
.pop_pay .content_container .box_first {
  align-self: stretch;
  width: 100%;
}
@media screen and (min-width: 767.9px) {
  .pop_pay .content_container .box_first {
    padding-right: 25px;
    width: 50%;
  }
}
.pop_pay .content_container .box_first .com_btn {
  min-width: 100px;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_first .com_btn {
    min-width: 80px;
    white-space: nowrap;
  }
}
.pop_pay .content_container .box_first .mileage_input_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_first .mileage_input_field {
    margin-bottom: 20px;
  }
}
.pop_pay .content_container .box_first .mileage_input_field .btn_mileage {
  padding: 14px 18px;
  white-space: nowrap;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_first .mileage_input_field .btn_mileage {
    padding: 14px;
    height: 36px;
  }
}
.pop_pay .content_container .box_first .payment_method {
  margin: 13px 0 30px 0;
  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;
}
@media screen and (max-width: 1300px) {
  .pop_pay .content_container .box_first .payment_method {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_first .payment_method {
    margin-bottom: 20px;
  }
}
.pop_pay .content_container .box_first .payment_method .com_chk_btn + label {
  flex: 1;
}
.pop_pay .content_container .box_first .input_requests {
  margin-top: 13px;
}
.pop_pay .content_container .box_first .input_requests .textarea {
  min-height: 98px;
}
.pop_pay .content_container .box_first .btn_address {
  height: 36px;
}
.pop_pay .content_container .box_first .input_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.pop_pay .content_container .box_first .select_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin: 22px 0 22px 0;
}
@media screen and (max-width: 1300px) {
  .pop_pay .content_container .box_first .select_item {
    gap: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_first .select_item {
    margin-block: 10px;
  }
}
.pop_pay .content_container .box_first .select_item label {
  margin-left: 0;
}
.pop_pay .content_container .box_first .content.red {
  color: #fa5951;
}
.pop_pay .content_container .box_first .date_input {
  width: 100%;
}
.pop_pay .content_container .box_second {
  align-self: stretch;
  width: 100%;
}
@media screen and (min-width: 767.9px) {
  .pop_pay .content_container .box_second {
    border-left: 1px solid #e8e8e8;
    padding-left: 25px;
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_second {
    margin-top: 20px;
  }
}
.pop_pay .content_container .box_second .payment_amount {
  margin: 30px 0 15px 0;
}
.pop_pay .content_container .box_second .payment_amount .com_board_list {
  border-top: 1px solid #333;
}
.pop_pay .content_container .box_second .payment_amount.top {
  margin: 0 0 15px 0;
}
.pop_pay .content_container .box_second .payment_amount .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.pop_pay .content_container .box_second .payment_amount .info .txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .ok_txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .error_txt {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
  text-align: left;
  color: #222;
}
.pop_pay .content_container .box_second .payment_amount .info .txt.value, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .value.ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .value.ok_txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .value.error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .value.error_txt {
  line-height: 1.67;
  color: #000;
}
@media screen and (max-width: 1300px) {
  .pop_pay .content_container .box_second .payment_amount .info .txt.value, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .value.ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .value.ok_txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .value.error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .value.error_txt {
    font-size: 14px;
  }
}
.pop_pay .content_container .box_second .payment_amount .info .txt.price, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .price.ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .price.ok_txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .price.error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .price.error_txt {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .pop_pay .content_container .box_second .payment_amount .info .txt.price, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .price.ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .price.ok_txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .price.error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .price.error_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .pop_pay .content_container .box_second .payment_amount .info .txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .ok_txt, .pop_pay .content_container .box_second .payment_amount .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .info .error_txt {
    font-size: 13px;
  }
}
.pop_pay .content_container .box_second .payment_amount .table_value {
  border-top: 1px solid #222;
  padding-block: 20px;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_second .payment_amount .table_value {
    padding-block: 10px;
  }
}
.pop_pay .content_container .box_second .payment_amount .table_value .info:not(:last-child) {
  margin-bottom: 16px;
}
.pop_pay .content_container .box_second .payment_amount .table_value .info .txt, .pop_pay .content_container .box_second .payment_amount .table_value .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .table_value .info .ok_txt, .pop_pay .content_container .box_second .payment_amount .table_value .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .table_value .info .error_txt {
  color: #666666;
}
.pop_pay .content_container .box_second .payment_amount .table_value .info .txt.value, .pop_pay .content_container .box_second .payment_amount .table_value .info .com_input_sec .input_field .value.ok_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .table_value .info .value.ok_txt, .pop_pay .content_container .box_second .payment_amount .table_value .info .com_input_sec .input_field .value.error_txt, .com_input_sec .input_field .pop_pay .content_container .box_second .payment_amount .table_value .info .value.error_txt {
  color: #000;
}
.pop_pay .content_container .box_second .payment_amount .total_pay {
  font-size: 15px;
  font-weight: bold;
  border-top: 1px solid #e8e8e8;
  padding-block: 20px;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_second .payment_amount .total_pay {
    margin-bottom: 10px;
    padding-block: 10px;
  }
}
.pop_pay .content_container .box_second .account_info {
  border-radius: 5px;
  border: solid 1px #ccc;
  overflow: hidden;
  padding: 17px 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;
  font-size: 15px;
  gap: 20px;
  background-color: #f8f8f8;
  line-height: 1.67;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_second .account_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    padding: 15px;
    font-size: 14px;
    gap: 10px;
  }
}
.pop_pay .content_container .box_second .account_info .tit_field {
  font-weight: bold;
}
@media screen and (max-width: 767.9px) {
  .pop_pay .content_container .box_second .account_info .com_red_txt {
    font-size: 13px;
  }
}
.pop_pay .content_container .box_second .com_btn_wrap {
  margin-top: 32px;
}
.pop_pay .content_container .box_second .com_btn_wrap .black {
  width: 100%;
  height: 55px;
}
@media screen and (max-width: 1300px) {
  .pop_pay .content_container .box_second .com_btn_wrap .black {
    height: 44px;
  }
}
.pop_pay .content_container .com_product_card .price_info {
  line-height: 1.38;
}
@media screen and (min-width: 767.9px) {
  .pop_pay .content_container .com_product_card .price_info {
    margin-top: 17px;
  }
}
.pop_pay .sign_sec {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  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;
  margin-top: 10px;
  padding: 10px;
  min-height: 100px;
  font-weight: 700;
  color: #ddd;
  font-size: 20px;
}

.pop_pay_ok .content_container {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-block: 13px 32px;
}
.pop_pay_ok .content_container img {
  margin-bottom: 18px;
  width: 130px;
}

.pop_sign .sign_sec {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  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: 10px;
  min-height: 200px;
  font-weight: 700;
  color: #ddd;
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .pop_sign .sign_sec {
    height: 100%;
  }
}
.pop_sign .content_container {
  height: 308px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .pop_sign .pop_container {
    width: 100% !important;
    height: 100vh;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .pop_sign .pop_container .content_container {
    padding-inline: 0;
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px) !important;
  }
  .pop_sign .pop_container .btn_container {
    margin-top: auto;
  }
}

.pop_zip .content_container {
  max-height: 85vh;
}

main {
  padding-bottom: 80px;
  min-height: 70vh;
}
@media screen and (max-width: 1300px) {
  main {
    padding-bottom: 40px;
    min-height: auto;
  }
}

.com_center_wrap {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .com_center_wrap {
    width: auto;
    margin-inline: 15px;
  }
}

.head .ribbon {
  border-bottom: 1px solid #e8e8e8;
}
.head .ribbon .com_center_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;
  padding-block: 19px 23px;
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-block: 0 11px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .logo {
    order: 2;
    padding-top: 11px;
  }
}
.head .ribbon .com_center_wrap .logo img {
  max-width: 245px;
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .logo img {
    max-width: 107px;
  }
}
.head .ribbon .com_center_wrap .banner {
  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) {
  .head .ribbon .com_center_wrap .banner {
    margin-left: auto;
    padding-right: 44.5px;
    border-right: 1px solid #e8e8e8;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .banner {
    order: 1;
    background: #f7f7f7;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    text-align: center;
    padding-block: 8px;
  }
}
.head .ribbon .com_center_wrap .banner .img {
  max-width: 63px;
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .banner .img {
    display: none;
  }
}
.head .ribbon .com_center_wrap .banner .txt, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .ok_txt, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .error_txt, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .error_txt {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.35px;
  color: #999;
  text-align: left;
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .banner .txt, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .ok_txt, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .error_txt, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .error_txt {
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
  }
}
.head .ribbon .com_center_wrap .banner .txt .m_block, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .ok_txt .m_block, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .ok_txt .m_block, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .error_txt .m_block, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .error_txt .m_block {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .banner .txt .m_block, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .ok_txt .m_block, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .ok_txt .m_block, .head .ribbon .com_center_wrap .banner .com_input_sec .input_field .error_txt .m_block, .com_input_sec .input_field .head .ribbon .com_center_wrap .banner .error_txt .m_block {
    display: inline;
  }
}
.head .ribbon .com_center_wrap .link_sec {
  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: 338px;
}
@media screen and (max-width: 1300px) {
  .head .ribbon .com_center_wrap .link_sec {
    width: 275px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .link_sec {
    order: 3;
    padding-top: 11px;
    width: auto;
  }
}
.head .ribbon .com_center_wrap .link_sec .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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  margin-left: 32px;
  text-align: center;
  min-width: 52px;
}
@media screen and (max-width: 1300px) {
  .head .ribbon .com_center_wrap .link_sec .link {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .link_sec .link {
    margin-left: 10px;
    min-width: auto;
  }
}
.head .ribbon .com_center_wrap .link_sec .link .icon {
  max-width: 28px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .link_sec .link .icon {
    max-width: 23px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .ribbon .com_center_wrap .link_sec .link .txt, .head .ribbon .com_center_wrap .link_sec .link .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .head .ribbon .com_center_wrap .link_sec .link .ok_txt, .head .ribbon .com_center_wrap .link_sec .link .com_input_sec .input_field .error_txt, .com_input_sec .input_field .head .ribbon .com_center_wrap .link_sec .link .error_txt {
    display: none;
  }
  .head .ribbon .com_center_wrap .link_sec .link.login, .head .ribbon .com_center_wrap .link_sec .link.join {
    display: none;
  }
}
.head .ribbon .com_center_wrap .link_sec .link.close {
  display: none;
}
@media screen and (min-width: 1023.9px) {
  .head .ribbon .com_center_wrap .link_sec .link.bar {
    display: none;
  }
}
.head .gnb_container {
  border-bottom: 3px solid #f5a80f;
}
.head .gnb_container .com_center_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;
}
.head .gnb_container .gnb_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .head .gnb_container .gnb_menu {
    display: none;
  }
}
.head .gnb_container .gnb_menu .depth01 {
  margin-right: 60px;
}
@media screen and (max-width: 1300px) {
  .head .gnb_container .gnb_menu .depth01 {
    margin-right: 20px;
  }
}
.head .gnb_container .gnb_menu .depth01 > .menu {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #3b3b3b;
  padding-block: 18px;
  position: relative;
}
.head .gnb_container .gnb_menu .depth01 > .menu .icon_quick {
  max-width: 40px;
  position: absolute;
  left: -15px;
  top: -4px;
  z-index: 2;
}
@media screen and (min-width: 1023.9px) {
  .head .gnb_container .gnb_menu .depth01:hover .depth02 {
    display: block;
    z-index: 2;
    width: 200px;
    padding: 15px 10px 22px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #f5a80f;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    position: absolute;
    left: -20px;
    top: 57px;
    z-index: 2;
    border-top: 2px solid #f5a80f;
  }
  .head .gnb_container .gnb_menu .depth01:hover .depth02 .menu {
    display: block;
    padding: 0px 13px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    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;
  }
  .head .gnb_container .gnb_menu .depth01:hover .depth02 .menu:hover, .head .gnb_container .gnb_menu .depth01:hover .depth02 .menu.active {
    border-radius: 10px;
    background-color: #fff5e2;
    color: #f5a80f;
  }
  .head .gnb_container .gnb_menu .depth01:hover .depth02 .menu + .menu {
    margin-top: 5px;
  }
  .head .gnb_container .gnb_menu .depth01 .arrow {
    display: none;
  }
}
.head .gnb_container .gnb_menu .depth01 .depth02 {
  display: none;
}
.head .gnb_container .gnb_menu .depth01.has_depth2 {
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .head .gnb_container #schWord {
    width: 100%;
  }
}
.head .gnb_container .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1023.9px) {
  .head .gnb_container .search {
    width: 338px;
    border-left: 1px solid #e8e8e8;
  }
}
@media screen and (max-width: 1300px) {
  .head .gnb_container .search {
    width: 275px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head .gnb_container .search {
    width: 100%;
  }
}
.head .gnb_container .search .input {
  border: none;
  margin-left: 25px;
  flex: 1;
}
@media screen and (max-width: 1023.9px) {
  .head .gnb_container .search .input {
    height: 44px;
    margin-left: 0;
    padding: 0;
  }
}
.head .gnb_container .search .icon {
  max-width: 24px;
}
@media screen and (max-width: 1023.9px) {
  .head .gnb_container .search .icon {
    max-width: 18px;
  }
}
@media screen and (max-width: 1023.9px) {
  .head.open {
    min-height: 100vh;
    background-color: #fff;
  }
  .head.open .ribbon .com_center_wrap {
    flex-direction: column;
    position: relative;
  }
  .head.open .ribbon .com_center_wrap .logo {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 3px solid #f5a80f;
    padding-bottom: 11px;
    padding-inline-start: 15px;
  }
  .head.open .ribbon .com_center_wrap .link_sec {
    width: 100%;
  }
  .head.open .ribbon .com_center_wrap .link_sec .link {
    flex: 1;
  }
  .head.open .ribbon .com_center_wrap .link_sec .link.bar {
    display: none;
  }
  .head.open .ribbon .com_center_wrap .link_sec .link.login, .head.open .ribbon .com_center_wrap .link_sec .link.join {
    display: block;
  }
  .head.open .ribbon .com_center_wrap .link_sec .link.close {
    display: block;
    position: absolute;
    right: 0;
    top: 53px;
  }
  .head.open .ribbon .com_center_wrap .link_sec .link.close .icon {
    max-width: 12px;
  }
  .head.open .ribbon .com_center_wrap .link_sec .link .txt, .head.open .ribbon .com_center_wrap .link_sec .link .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .head.open .ribbon .com_center_wrap .link_sec .link .ok_txt, .head.open .ribbon .com_center_wrap .link_sec .link .com_input_sec .input_field .error_txt, .com_input_sec .input_field .head.open .ribbon .com_center_wrap .link_sec .link .error_txt {
    display: block;
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.33px;
    text-align: center;
    color: #545454;
  }
  .head.open .gnb_container {
    border: none;
  }
  .head.open .gnb_container .com_center_wrap {
    display: block;
  }
  .head.open .gnb_container .search {
    display: none;
  }
  .head.open .gnb_container .gnb_menu {
    display: block;
    padding-top: 15px;
    max-height: calc(100vh - 158px);
    height: calc(100vh - 158px);
    position: relative;
    z-index: 3;
    width: calc(100% + 30px);
    padding-inline: 15px;
    margin-inline: -15px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
  }
  .head.open .gnb_container .gnb_menu .depth01 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .head.open .gnb_container .gnb_menu .depth01 .arrow {
    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;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
  .head.open .gnb_container .gnb_menu .depth01 .arrow::after {
    content: "";
    display: inline-block;
    background: url("../img/arrow.png") no-repeat center/18px;
    width: 18px;
    height: 18px;
  }
  .head.open .gnb_container .gnb_menu .depth01 > .menu {
    font-size: 16px;
    line-height: 1.19;
    padding-block: 10px;
    width: calc(100% - 18px);
  }
  .head.open .gnb_container .gnb_menu .depth01 > .menu .icon_quick {
    display: none;
  }
  .head.open .gnb_container .gnb_menu .depth01 .depth02 {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 25px;
  }
  .head.open .gnb_container .gnb_menu .depth01 .depth02 li {
    width: calc((100% - 4px) / 2);
  }
  .head.open .gnb_container .gnb_menu .depth01 .depth02 li .menu {
    height: 35px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    border: solid 1px #e8e8e8;
    background-color: #f7f7f7;
  }
  .head.open .gnb_container .gnb_menu .depth01.has_depth2 .arrow::after {
    transform: rotate(90deg);
  }
  .head.open .gnb_container .gnb_menu .depth01.open .depth02 {
    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;
  }
  .head.open .gnb_container .gnb_menu .depth01.open .depth02 .menu {
    text-align: center;
  }
  .head.open .gnb_container .gnb_menu .depth01.open .depth02 .menu.com_icon::before {
    display: none !important;
  }
  .head.open .gnb_container .gnb_menu .depth01.open .arrow::after {
    transform: rotate(270deg);
  }
}

.footer {
  background: #222;
  position: relative;
  z-index: 2;
  padding-block: 45px;
}
@media screen and (max-width: 1023.9px) {
  .footer {
    padding-block: 30px;
  }
}
.footer .com_center_wrap {
  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: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap {
    display: block;
  }
}
.footer .logo {
  margin-right: 69px;
}
@media screen and (max-width: 1023.9px) {
  .footer .logo {
    display: none;
  }
}
.footer .logo img {
  max-width: 116px;
}
.footer .wrap .link_sec {
  margin-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .footer .wrap .link_sec {
    margin-bottom: 20px;
  }
}
.footer .wrap .link_sec .link {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: -0.35px;
  color: #b1b1b1;
}
.footer .wrap .link_sec .link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 9px;
  margin-inline: 10px;
  background: #e8e8e8;
  cursor: default;
}
.footer .wrap .link_sec .link::after {
  background-color: #3e3e3e;
}
.footer .wrap .link_sec .link:last-child::after {
  display: none;
}
.footer .wrap .address {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.35px;
  color: #676767;
}
@media screen and (min-width: 1023.9px) {
  .footer .wrap .address .item {
    display: inline-block;
  }
  .footer .wrap .address .item::before {
    content: "ㆍ";
  }
  .footer .wrap .address .item:first-child::before {
    display: none;
  }
}
.footer .wrap .address .copy {
  margin-top: 7px;
}
@media screen and (max-width: 1023.9px) {
  .footer .wrap .address .copy {
    margin-top: 20px;
  }
}
.footer .sns_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-left: auto;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .footer .sns_sec {
    margin-top: 20px;
  }
}
.footer .sns_sec .sns {
  -webkit-border-radius: 39px;
  -khtml-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  border-radius: 39px;
  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: 39px;
  height: 39px;
  background-color: #3e3e3e;
}
.footer .sns_sec .sns img {
  max-width: 19.4px;
}
.footer .quick_menu {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  bottom: 45px;
  right: 70px;
}
@media screen and (max-width: 1300px) {
  .footer .quick_menu {
    bottom: 65px;
    right: 15px;
  }
}
.footer .btn_favorite {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  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: 2px;
  width: 60px;
  height: 60px;
  background: #f5a80f;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 11px;
  display: none;
}
@media screen and (max-width: 1300px) {
  .footer .btn_favorite {
    display: flex;
  }
}
.footer .btn_favorite img {
  max-height: 20px;
}
.footer .btn_top {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  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: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1300px) {
  .footer .btn_top {
    width: 60px;
    height: 60px;
  }
}
.footer .btn_top img {
  max-height: 19px;
}

.bottom_banner {
  background: #e8e8e8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .bottom_banner {
    padding-block: 32px 36px;
  }
}
@media screen and (min-width: 1023.9px) {
  .bottom_banner .com_center_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;
  }
}
.bottom_banner .img {
  max-width: 568px;
  margin-bottom: -236px;
}
@media screen and (max-width: 1023.9px) {
  .bottom_banner .img {
    max-width: 135px;
    margin-bottom: 0;
    position: absolute;
    top: 19px;
    right: 15px;
  }
}
@media screen and (min-width: 1023.9px) {
  .bottom_banner .info {
    text-align: center;
  }
}
.bottom_banner .info .tit {
  font-size: 30px;
  line-height: 1.27;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023.9px) {
  .bottom_banner .info .tit {
    font-size: 18px;
    line-height: 1.33;
  }
  .bottom_banner .info .tit .m_block {
    display: block;
  }
}
.bottom_banner .info .txt, .bottom_banner .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .bottom_banner .info .ok_txt, .bottom_banner .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .bottom_banner .info .error_txt {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .bottom_banner .info .txt, .bottom_banner .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .bottom_banner .info .ok_txt, .bottom_banner .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .bottom_banner .info .error_txt {
    font-size: 12px;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
  }
}
.bottom_banner .info .btn_sec {
  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;
}
@media screen and (max-width: 1023.9px) {
  .bottom_banner .info .btn_sec {
    justify-content: flex-start;
  }
}
.bottom_banner .info .btn_sec .btn img {
  max-width: 140px;
}
@media screen and (max-width: 1023.9px) {
  .bottom_banner .info .btn_sec .btn img {
    max-width: 155px;
  }
}
@media screen and (max-width: 575.9px) {
  .bottom_banner .info .btn_sec .btn img {
    max-width: none;
    width: 100%;
  }
}

@media screen and (min-width: 1300px) {
  .quick_link {
    right: 40px;
    position: fixed;
    z-index: 2;
    bottom: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .quick_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: 1px;
  }
}
.quick_link .menu {
  border: solid 1px #707070;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .quick_link .menu {
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    width: 100px;
    min-height: 100px;
    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;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    margin-bottom: 10px;
  }
  .quick_link .menu.self_btn {
    justify-content: space-between;
    padding-top: 15px;
  }
  .quick_link .menu .self_btn__tit {
    display: block;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .quick_link .menu {
    flex: 1;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.7px;
    text-align: center;
    padding-block: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
@media screen and (max-width: 767.9px) {
  .quick_link .menu {
    background: #f5a80f;
  }
}
.quick_link .menu .icon {
  margin-bottom: 10px;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 1300px) {
  .quick_link .menu .icon {
    margin-right: 8px;
    margin-bottom: 0;
    width: 26px;
    height: 26px;
  }
}
.quick_link .menu .bottom_desc {
  margin-top: -10px;
  padding: 10px 12px;
  background-color: #fef8f1;
  font-size: 12px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .quick_link .menu .bottom_desc {
    display: none;
  }
}
.quick_link .menu .bottom_desc .cnt {
  color: #fa5951;
  font-size: 13px;
  display: block;
}

.com_lnb {
  position: relative;
  width: 200px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px;
  align-self: baseline;
}
@media screen and (max-width: 1300px) {
  .com_lnb {
    margin-left: -20px;
    width: calc(100% + 40px);
    border: none;
    padding: 0;
    border-radius: 0;
  }
}
.com_lnb .selected {
  display: none;
}
@media screen and (max-width: 1300px) {
  .com_lnb .selected {
    z-index: 5;
    position: relative;
    height: 45px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.38px;
    display: block;
    cursor: pointer;
    background: #f5a80f;
    color: #fff;
  }
  .com_lnb .selected:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    left: auto;
    border: 10px solid transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
  }
}
.com_lnb .lnb {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .com_lnb .lnb {
    z-index: 4;
    display: none;
    position: absolute;
    top: 45px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .com_lnb .lnb.active {
    display: block;
  }
}
.com_lnb .lnb .menu {
  height: 50px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  text-align: left;
  color: #222;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .com_lnb .lnb .menu {
    height: 45px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: -0.35px;
    text-align: left;
    border-radius: 0;
  }
}
.com_lnb .lnb .menu .link {
  display: block;
  width: 100%;
  padding: 15px 20px;
}
.com_lnb .lnb .menu.active {
  position: relative;
  background: #f5a80f;
  border-color: #f5a80f;
}
.com_lnb .lnb .menu.active .link {
  color: #fff;
}
.com_lnb .lnb .menu.active::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_right_white.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
@media screen and (max-width: 1300px) {
  .com_lnb .lnb .menu.active::after {
    display: none;
  }
}
.com_lnb .lnb .menu:hover {
  border-color: #f5a80f;
}
@media screen and (max-width: 1300px) {
  .com_lnb.active .lnb {
    display: block;
    max-height: 50vh;
    overflow-y: auto;
  }
  .com_lnb.active .selected:after {
    transform: rotate(135deg);
    margin-top: -4px;
  }
}

.com_point_txt {
  color: #f5a80f !important;
}

.com_blue_txt {
  color: #0f8af5 !important;
}

.com_red_txt {
  color: #fa5951 !important;
}

.com_green_txt {
  color: #14b42f !important;
}

.com_guide {
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  color: #222;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 767.9px) {
  .com_guide {
    margin-block: 20px 30px;
    font-size: 14px;
  }
}
form + .com_guide {
  margin-top: 20px;
}

.com_step {
  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: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_step {
    padding-block: 15px 10px;
    justify-content: center;
    width: 100%;
  }
}
.com_step .step {
  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;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 15px;
  color: #f5a80f;
  background: #fff0d2;
  border: 1px solid #ffdfa1;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  .com_step .step {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: initial;
  }
}
.com_step .step + .step::before {
  position: absolute;
  left: -21px;
  top: 19px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #ffdfa1;
}
@media screen and (max-width: 767.9px) {
  .com_step .step + .step::before {
    top: 10px;
  }
}
.com_step .step.active {
  color: #fff;
  background: #f5a80f;
  border-color: #e29909;
}

.com_pg_tit {
  line-height: 1.2;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.85px;
}
@media screen and (max-width: 767.9px) {
  .com_pg_tit {
    font-size: 20px;
    letter-spacing: -0.45px;
    padding-bottom: 15px;
  }
}
.com_pg_tit .sub_pg_tit {
  font-weight: 500;
  font-size: 18px;
  color: #999;
  letter-spacing: -0.45px;
}
.com_pg_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-block: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_pg_tit__wrap {
    padding-block: 18px 20px;
    justify-content: center;
  }
}
.com_pg_tit__wrap .com_pg_tit {
  padding-bottom: 0;
}

.com_sub_tit {
  line-height: 1.2;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.65px;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .com_sub_tit {
    line-height: 1.4;
    font-size: 18px;
  }
}
.com_sub_tit + .com_input_table {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_sub_tit + .com_input_table {
    margin-top: 10px;
  }
}
.com_sub_tit__space_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .com_sub_tit__space_top {
    margin-bottom: 20px;
  }
}

.com_board_tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #121619;
}
@media screen and (max-width: 767.9px) {
  .com_board_tit {
    font-size: 16px;
  }
}
.com_board_tit.normal {
  font-weight: normal;
}
.com_board_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_board_tit__wrap .btn_more {
  font-size: 16px;
  margin-bottom: 18px;
  padding-right: 0;
}
@media screen and (max-width: 767.9px) {
  .com_board_tit__wrap .btn_more {
    font-size: 12px;
  }
}
.com_board_tit__wrap .btn_area {
  margin-bottom: 34px;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .com_board_tit__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .com_board_tit__wrap .btn_area {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
  .com_board_tit__wrap .btn_area .com_btn {
    flex: 1;
  }
  .com_board_tit__wrap .com_board_tit {
    order: 2;
  }
  .com_board_tit__wrap .input {
    order: 3;
    width: 100%;
    margin-top: 5px;
  }
}
.input_requests + .com_board_tit {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_board_tit + .com_product_card {
    padding-top: 0;
  }
}

.com_badge {
  padding: 0 10px;
  min-width: 80px;
  height: 34px;
  font-weight: 400 !important;
  font-size: 14px;
  color: #f5a80f;
  background: #fff0d2;
  border-radius: 5px;
  border: 1px solid #ffdfa1;
  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;
}

.com_no_return {
  display: inline-block;
  padding: 5px 10px;
  min-width: 84px;
  height: 24px;
  line-height: 14px;
  font-weight: 400 !important;
  font-size: 12px;
  background: #FBE0DA;
  color: #FA5951;
  border-radius: 15px;
  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: 767.9px) {
  .com_no_return {
    height: 14px;
    font-size: 9px;
    min-width: 65px;
    line-height: initial;
  }
}

.com_dot_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
.com_dot_list li {
  position: relative;
}
.com_dot_list li::before {
  content: "";
  display: inline-block;
  position: relative;
  min-width: 3px;
  width: 3px;
  height: 3px;
  margin-inline: 10px;
  background: #222;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}

/*common input form*/
.com_input_sec .tit_field {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.38px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: -0.35px;
  }
}
.com_input_sec .input_field {
  margin-bottom: 20px;
}
.com_input_sec .input_field:last-child {
  margin-bottom: 0;
}
.com_input_sec .input_field input[type=text], .com_input_sec .input_field input[type=password] {
  width: 100%;
}
.com_input_sec .input_field input[type=text] + .com_btn, .com_input_sec .input_field input[type=password] + .com_btn {
  min-width: 102px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field input[type=text] + .com_btn, .com_input_sec .input_field input[type=password] + .com_btn {
    font-size: 14px;
  }
}
.com_input_sec .input_field .input_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;
  gap: 10px;
}
.com_input_sec .input_field .input_wrap.between {
  gap: 0;
  font-size: 15px;
  color: #999;
}
.com_input_sec .input_field .input_wrap.between .input, .com_input_sec .input_field .input_wrap.between .select {
  width: calc(50% - 15px);
  margin: 0;
}
.com_input_sec .input_field .input_wrap + .input_wrap {
  margin-top: 10px;
}
.com_input_sec .input_field .input_wrap .com_btn {
  margin-left: 0;
}
.com_input_sec .input_field .txt, .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .error_txt {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.35px;
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .input_field .txt, .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .error_txt {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: -0.33px;
  }
}
.com_input_sec .input_field .error_txt {
  color: #fa5951;
}
.com_input_sec .input_field .error_txt.center {
  text-align: center;
}
.com_input_sec .input_field .ok_txt {
  color: #0f8af5;
}
.com_input_sec .input_field.border {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}
.com_input_sec .com_btn.full.gray2 {
  margin-top: 10px;
  height: 38px;
  font-size: 15px;
}
.com_input_sec .search_result {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}
.com_input_sec .search_result .info_box {
  padding-block: 10px;
  line-height: 22px;
  font-size: 15px;
}
.com_input_sec + .com_btn_wrap {
  margin-top: 20px;
}

.com_info_area {
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
}
.com_info_area .block {
  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_info_area .block .info {
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px;
}

.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;
}
@media screen and (min-width: 767.9px) {
  .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이 필요한 만큼의 공간만 차지하도록 설정 */
  white-space: nowrap;
}
.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;
  object-fit: cover; /* 이미지가 컨테이너를 채울 수 있도록 설정 */
}
.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_img .thumb {
  position: relative;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  min-width: 120px;
  overflow: hidden;
}
.com_add_file_img .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_add_file_img .thumb .btn_del_img {
  position: absolute;
  right: 5px;
  top: 5px;
}
.com_add_file_img.img_preview {
  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;
}
.com_add_file + .com_add_file {
  margin-top: 10px;
}

.com_agree_area {
  margin-top: 21px;
}
.com_agree_area label {
  text-align: left;
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_area label {
    font-size: 13px;
  }
}
.com_agree_area .item {
  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_agree_area .item:not(:last-child) {
  margin-bottom: 11px;
}
@media screen and (max-width: 767.9px) {
  .com_agree_area .item:not(:last-child) {
    margin-bottom: 17px;
  }
}
.com_agree_area .item .txt, .com_agree_area .item .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_agree_area .item .error_txt, .com_agree_area .item .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_agree_area .item .ok_txt {
  margin-left: auto;
  color: #f5a80f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1023.9px) {
  .com_agree_area .item .txt, .com_agree_area .item .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_agree_area .item .error_txt, .com_agree_area .item .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_agree_area .item .ok_txt {
    font-size: 13px;
  }
}
.com_agree_area + .com_btn_wrap {
  margin-top: 33px;
}

.com_table {
  border-top: 2px solid #333;
}
.com_table .table {
  border-bottom: 1px solid #e8e8e8;
}
.com_table .table th, .com_table .table td {
  height: 49px;
  border-top: 1px solid #e8e8e8;
  font-size: 15px;
  padding-block: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_table .table th, .com_table .table td {
    height: 35px;
    font-size: 12px;
    padding-block: 5px;
  }
}
.com_table .table th:not(:first-child), .com_table .table td:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}
.com_table .table th {
  background-color: #f8f8f8;
  padding-inline: 5px;
  font-weight: normal;
  color: #222;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .com_table .table th {
    padding-inline: 5px;
  }
}
.com_table .table td {
  padding-inline: 20px;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .com_table .table td {
    padding-inline: 5px;
  }
}
.com_table .table td .input_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: 5px;
}
.com_table .table td .input_wrap.between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.com_table .table td.total {
  text-align: right;
  color: #999999;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .com_table .table td.total .inner {
    display: table;
  }
}
.com_table .table td.total .total_item {
  margin-left: 20px;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .com_table .table td.total .total_item {
    display: table-row;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .com_table .table td.total .total_item .total_item_name {
    display: table-cell;
    width: 100%;
  }
}
.com_table .table td.total .total_item .price {
  color: #222;
  padding-left: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_table .table td.total .total_item .price {
    display: table-cell;
    padding-left: 20px;
  }
}
.com_table .table td.border {
  border-left: 1px solid #e8e8e8;
}
.com_table .table td .com_chk__wrap.inline {
  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;
  margin-inline: 10px;
  vertical-align: -5px;
}
@media screen and (max-width: 767.9px) {
  .com_table .table td .com_chk__wrap.inline {
    gap: 10px;
    vertical-align: -3px;
    margin-inline: 5px;
  }
  .com_table .table td .com_chk__wrap.inline .com_chk {
    font-size: 12px;
  }
}
.com_table .table td .select_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.com_table .table thead th {
  text-align: center;
  font-weight: bold;
}
.com_table .table + .table {
  margin-top: 12px;
}
@media screen and (max-width: 767.9px) {
  .com_table .table + .table {
    margin-top: 5px;
  }
}
.com_table .table .alignC {
  text-align: center;
}
.com_table .table .line td {
  border-top-color: #222;
}
.com_table .table tfoot.total td {
  background-color: #f8f8f8;
  text-align: right;
  color: #666;
}
.com_table .table tfoot.total td .price {
  color: #222;
  font-size: 20px;
  margin-left: 18px;
}
@media screen and (max-width: 767.9px) {
  .com_table .table tfoot.total td .price {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_table .table.m_th_width col:first-child, .com_table .table.m_th_width th:first-child {
    width: 120px !important;
  }
}
.com_table .photo_wrap {
  padding: 25px 30px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .com_table .photo_wrap {
    padding: 10px 0;
  }
}
.com_table .photo_wrap .scroll {
  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;
  padding-block: 15px 20px;
  gap: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_table .photo_wrap .scroll {
    gap: 5px;
    padding-block: 10px;
  }
}
.com_table .photo_wrap .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  min-width: 150px;
  overflow: hidden;
  border-radius: 10px;
}
.com_table .photo_wrap .photo img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 767.9px) {
  .com_table .photo_wrap .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    overflow: hidden;
  }
  .com_table .photo_wrap .photo img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
  }
}
.com_table .file + .file {
  margin-left: 20px;
}
.com_table + .com_table {
  margin-top: 10px;
}
.com_table .tip_txt {
  line-height: 1.87;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_table .tip_txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_table.scroll td {
    white-space: nowrap;
  }
}

.com_table_div {
  display: grid;
  grid-template-columns: 14% 36% 14% 36%;
  border-top: 2px solid #333;
  position: relative;
}
.com_table_div.active {
  display: grid;
}
.com_table_div:after {
  content: "";
  width: 100%;
  height: 1px;
  text-align: center;
  line-height: 1px;
  background-color: #e8e8e8;
  color: transparent;
  position: absolute;
  bottom: 0;
}
.com_table_div [class$=_field] {
  border-bottom: 1px solid #e8e8e8;
  height: 49px;
  padding-block: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 767.9px) {
  .com_table_div [class$=_field] {
    height: auto;
    font-size: 12px;
    padding-block: 5px;
  }
}
.com_table_div [class$=_field]:not(odd) {
  border-left: 1px solid #e8e8e8;
}
.com_table_div .tit_field {
  background-color: #f8f8f8;
  padding-inline: 20px 5px;
}
@media screen and (max-width: 767.9px) {
  .com_table_div .tit_field {
    padding-inline: 5px;
  }
}
.com_table_div .input_field {
  padding-inline: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_table_div .input_field {
    padding-inline: 5px;
  }
}

.estimate_wrap .com_board_tit,
.estimate_wrap .com_board_tit__wrap,
.com_table ~ .com_board_tit,
.com_table ~ .com_board_tit__wrap {
  margin-block: 40px 20px;
}
@media screen and (max-width: 767.9px) {
  .estimate_wrap .com_board_tit,
  .estimate_wrap .com_board_tit__wrap,
  .com_table ~ .com_board_tit,
  .com_table ~ .com_board_tit__wrap {
    flex-wrap: nowrap;
    margin-block: 20px 10px;
  }
  .estimate_wrap .com_board_tit .com_board_tit,
  .estimate_wrap .com_board_tit__wrap .com_board_tit,
  .com_table ~ .com_board_tit .com_board_tit,
  .com_table ~ .com_board_tit__wrap .com_board_tit {
    order: 1;
  }
  .estimate_wrap .com_board_tit .com_btn,
  .estimate_wrap .com_board_tit__wrap .com_btn,
  .com_table ~ .com_board_tit .com_btn,
  .com_table ~ .com_board_tit__wrap .com_btn {
    order: 2;
  }
}

.estimate_wrap .com_board_tit__wrap .com_board_tit {
  margin-block: 0 !important;
}

.com_input_table {
  border-top: 2px solid #333;
  table-layout: fixed;
}
@media screen and (max-width: 1300px) {
  .com_input_table {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
}
.com_input_table :is(th, td) {
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  height: 74px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table :is(th, td) {
    display: block;
    border: none;
    height: auto;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_table colgroup {
    display: none;
  }
}
.com_input_table .col01 {
  width: 17.5%;
}
.com_input_table .col02 {
  width: 32.5%;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table .col01, .com_input_table .col02 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_table tr:first-child th {
    border-top: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_table tr:last-child td:last-of-type {
    padding-bottom: 10px;
  }
}
.com_input_table th {
  padding: 15px 24px;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 400;
  font-size: 15px;
  background: #F8F8F8;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table th {
    background-color: #fff;
    padding: 15px 0 10px;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
  }
  .com_input_table th br {
    display: none;
  }
}
.com_input_table th .info_txt {
  font-size: 14px;
  font-weight: normal;
}
.com_input_table td {
  background: #FFF;
  vertical-align: middle;
  padding: 15px;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td {
    padding: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .com_input_table td {
    font-size: 14px;
  }
  .com_input_table td .input {
    width: 100%;
  }
}
.com_input_table td .input_long {
  max-width: 470px;
}
.com_input_table td .input.number, .com_input_table td input[type=number] {
  width: 80px;
  text-align: center;
}
.com_input_table td .input_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;
}
.com_input_table td .input_wrap input[type=text] ~ .com_btn, .com_input_table td .input_wrap input[type=text] ~ .keyword {
  margin-left: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .input_wrap {
    display: block;
  }
  .com_input_table td .input_wrap .select + .select {
    margin-left: 0;
    margin-top: 5px;
  }
}
.com_input_table td .input_wrap .select.date {
  width: 100px;
  max-width: 100px;
}
@media screen and (max-width: 767.9px) {
  .com_input_table td .input_wrap .select.date {
    width: 89px;
    margin: 0;
  }
}
.com_input_table td .input_wrap + .com_add_file {
  margin-top: 10px;
}
.com_input_table td .input_wrap + .input_wrap {
  margin-top: 10px;
}
.com_input_table td .input_wrap.between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .com_input_table td .input_wrap.m_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px 0;
  }
  .com_input_table td .input_wrap.m_column .com_btn {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .input_wrap.address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
  .com_input_table td .input_wrap.address .com_btn {
    height: 44px;
  }
}
.com_input_table td .select {
  max-width: 200px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .select {
    margin-right: 0;
    max-width: none;
  }
}
.com_input_table td .select + .input_wrap {
  margin-top: 10px;
}
.com_input_table td .textarea {
  height: 400px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .textarea {
    height: 200px;
  }
}
.com_input_table td .keyword_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;
}
@media screen and (max-width: 767.9px) {
  .com_input_table td .keyword_area {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.com_input_table td .keyword_area .input {
  width: 300px;
}
@media screen and (max-width: 767.9px) {
  .com_input_table td .keyword_area .input {
    width: calc(100% - 94.2px);
  }
}
@media screen and (min-width: 767.9px) {
  .com_input_table td .keyword_area .com_btn {
    min-width: 82px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_input_table td .keyword_area .com_btn {
    height: 36px;
    min-width: 84.2px;
  }
  .com_input_table td .keyword_area .com_btn + .keyword {
    margin-left: 0 !important;
  }
}
.com_input_table td .keyword_area .keyword {
  height: 44px;
  padding-inline: 17px;
  border-radius: 5px;
  background-color: #e8e8e8;
  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: 7px;
}
.com_input_table td .keyword_area .keyword:before {
  content: "";
  display: inline-block;
  background: url("../img/icon_del.png") no-repeat center/contain;
  width: 7.8px;
  height: 7.8px;
}
@media screen and (max-width: 767.9px) {
  .com_input_table td .keyword_area .keyword {
    margin-top: 5px;
    height: 36px;
    padding-inline: 10px;
    gap: 3px;
  }
}
.com_input_table td .select_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: 13px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .input_item_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.com_input_table td .input_item_area .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;
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .com_input_table td .input_item_area .wrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .input_item_area .wrap {
    margin-top: 10px;
    width: 100%;
  }
}
.com_input_table td .input_item_area .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: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .input_item_area .wrap > * {
    gap: 10px;
  }
}
.com_input_table td .input_item_area .wrap .input {
  width: 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td .input_item_area .wrap .input {
    width: 60px;
  }
}
.com_input_table td .input_item_area .divider {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.com_input_table td .input_item_area .divider::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 24px;
  margin-inline: 10px;
  background: #e8e8e8;
  cursor: default;
}
.com_input_table td .error_txt {
  margin-top: 5px;
}
.com_input_table td.bank_field .select {
  width: 100px;
}
.com_input_table td.bank_field .bank_input {
  width: 360px !important;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table td.bank_field .input_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: 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: 5px;
  }
  .com_input_table td.bank_field .input_wrap .input {
    flex: 1;
    width: auto;
  }
  .com_input_table td.bank_field .input_wrap input {
    margin: 0;
    width: 100%;
  }
}
.com_input_table .star {
  display: inline-block;
  color: #fa5951;
  vertical-align: -2px;
  margin-left: 3px;
}
.com_input_table + .com_input_table {
  margin-top: 11px;
}
.com_input_table.none_line {
  border-top: 1px solid #e8e8e8;
}
.com_input_table + .com_sub_tit {
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_table.m_col2 {
    border-bottom: none;
  }
  .com_input_table.m_col2 tr {
    display: grid;
    grid-template-columns: 80px auto;
    border: none;
  }
  .com_input_table.m_col2 tr th, .com_input_table.m_col2 tr td {
    border: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .com_input_table.m_col2 tr th {
    margin-top: 0;
    line-height: 36px;
    padding-top: 10px;
  }
  .com_input_table.m_col2 tr td {
    padding-block: 10px;
    line-height: 36px;
  }
}

/*!스크롤*/
.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: 3px;
  height: 3px;
}
.scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #222;
  background-clip: padding-box;
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
  background-color: #e9e9e9;
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: transparent;
}

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

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

.com_board_list {
  margin-block: 20px 40px;
  border-top: 2px solid #333;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .com_board_list {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    margin-block: 0 20px;
  }
  .com_board_list :is(tbody, tfoot) {
    display: block;
    width: 100%;
  }
  .com_board_list .com_mobile {
    display: inline-block;
  }
}
.com_board_list__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .com_board_list__top {
    margin-bottom: 10px;
  }
}
.com_board_list__top .end {
  justify-content: flex-end;
  margin-left: auto;
}
.com_board_list__top + .com_card__wrap {
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .com_board_list thead {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .com_board_list tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    flex-wrap: wrap;
    padding-block: 14px;
    border-bottom: 1px solid #e8e8e8;
  }
  .com_board_list tr:last-child {
    border-bottom: 0;
  }
}
.com_board_list tr td {
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .com_board_list tr td {
    padding: 0 10px;
  }
}
.com_board_list tr.selected {
  background: #f7f7f7;
}
.com_board_list :is(th, td) {
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 1300px) {
  .com_board_list :is(th, td) {
    display: block;
    border: none;
    text-align: left;
    height: auto;
    padding: 5px 0;
    display: table-cell;
  }
}
.com_board_list th {
  padding: 16px;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767.9px) {
  .com_board_list th {
    padding: 13px 10px;
    height: auto;
    font-size: 13px;
  }
}
.com_board_list th .sub {
  font-size: 12px;
  font-weight: normal;
}
.com_board_list td {
  position: relative;
  padding: 14px;
  height: 50px;
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 1300px) {
  .com_board_list td {
    padding: 13px 10px;
    font-size: 12px;
    height: auto;
    color: #575757;
  }
}
.com_board_list td.left {
  text-align: left;
}
.com_board_list td.subject {
  color: #000;
}
@media screen and (max-width: 1300px) {
  .com_board_list td.subject {
    margin-bottom: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .com_board_list td.no_field {
    display: none;
  }
}
.com_board_list td .s_txt {
  font-size: 12px;
}
.com_board_list tfoot.total th, .com_board_list tfoot.total td {
  background-color: #f8f8f8;
}
.com_board_list.type_row th {
  background: none;
  font-weight: normal;
}
@media screen and (max-width: 1300px) {
  .com_board_list.type_row th:has(.top) {
    display: block;
  }
}
.com_board_list.type_row tr:has(.top) {
  background-color: #f7f7f7;
}
.com_board_list.type_row tr:has(.top) th, .com_board_list.type_row tr:has(.top) td {
  background-color: #f7f7f7;
}
.com_board_list.m_table {
  margin: 10px 0 22px 0;
  border-top: 1px solid #e8e8e8;
  display: table;
}
@media screen and (max-width: 1300px) {
  .com_board_list.m_table thead, .com_board_list.m_table tbody, .com_board_list.m_table tfoot {
    width: 100%;
    display: table-row-group;
  }
}
@media screen and (max-width: 1300px) {
  .com_board_list.m_table tr {
    border-bottom: none;
    padding: 0;
    display: table-row;
    width: 100%;
  }
}
.com_board_list.m_table :is(th, td) {
  border-top: none;
  border-bottom: 1px solid #e8e8e8 !important;
  border-left: 1px solid #e8e8e8 !important;
  text-align: center;
  height: 45px;
  padding: 13px 0;
}
.com_board_list.m_table :is(th, td):first-child {
  border-left: none !important;
}
@media screen and (max-width: 1300px) {
  .com_board_list.m_table :is(th, td) {
    margin: 0;
    display: table-cell;
  }
}
@media screen and (max-width: 1300px) {
  .com_board_list.m_table th {
    padding: 5px;
    height: 35px;
    font-size: 13px;
    white-space: nowrap;
  }
}
.com_board_list.m_table td {
  padding: 0 0;
}
@media screen and (max-width: 1300px) {
  .com_board_list.m_table td {
    padding: 5px;
    height: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_list.m_table td {
    flex-direction: column;
    line-height: 1.3;
  }
}
.com_board_list.m_table td .bold {
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .com_board_list.m_table td .bold {
    display: block;
  }
}
.com_board_list.m_table td.product_field {
  min-width: 80px;
}
.com_board_list.m_table td.product_field .ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.9px) {
  .com_board_list.m_table td.product_field .ellipsis {
    width: 150px;
    text-align: left;
  }
}
.com_board_list.m_table td.date_field, .com_board_list.m_table td.state_field {
  white-space: nowrap;
}
.scroll .com_board_list.m_table {
  margin-block: 0 10px;
}
.com_board_list.m_with_table .th_m {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .com_board_list.m_with_table {
    display: block;
  }
  .com_board_list.m_with_table thead {
    display: none;
  }
  .com_board_list.m_with_table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    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;
    border-bottom: none;
    padding-block: 20px 0;
  }
  .com_board_list.m_with_table td {
    order: 4;
  }
  .com_board_list.m_with_table td.type_m {
    order: 1;
    width: 40%;
    color: #f5a80f;
    font-size: 13px;
    padding-left: 10px;
  }
  .com_board_list.m_with_table td.date_m {
    order: 2;
    width: 40%;
    text-align: right;
    font-size: 12px;
    color: #999;
  }
  .com_board_list.m_with_table td.tit_m {
    padding: 10px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    order: 3;
    width: 100%;
  }
  .com_board_list.m_with_table td.table_m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex: 1;
    padding-inline: 0;
    align-self: stretch;
  }
  .com_board_list.m_with_table td.table_m .th_m {
    border: 1px solid #e8e8e8;
    border-width: 1px 1px 1px 0;
    background-color: #f7f7f7;
    height: 30px;
    text-align: center;
    font-size: 13px;
    color: #575757;
    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;
  }
  .com_board_list.m_with_table td.table_m .td_m {
    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: 9px;
    min-height: 30px;
    height: calc(100% - 30px);
    border: 1px solid #e8e8e8;
    border-width: 0 1px 1px 0;
    text-align: center;
  }
  .com_board_list.m_with_table td.table_m:nth-last-child(1) .th_m, .com_board_list.m_with_table td.table_m:nth-last-child(1) .td_m, .com_board_list.m_with_table td.table_m.last .th_m, .com_board_list.m_with_table td.table_m.last .td_m {
    border-right-width: 0;
  }
}
@media screen and (max-width: 1300px) {
  .com_board_list:not(.m_table) th {
    background-color: #fff;
  }
}
.com_board_list .btn_sort {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-left: 5px;
}
.com_board_list .btn_sort input {
  display: inline-block;
}
.com_board_list .btn_sort input:before {
  content: "";
  display: inline-block;
  background: url("../img/btn_sort.png") no-repeat center/10px 6px;
  width: 15px;
  height: 15px;
  background-position: center;
}

.com_board_search, .com_board_search .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1300px) {
  .com_board_search .input {
    height: 40px;
  }
}
.com_board_search .input.type_search {
  width: 300px;
  height: 40px;
}
.com_board_search .input + .com_btn {
  margin-left: 0;
  height: 40px;
}
.com_board_search .com_btn {
  min-width: 80px;
}
@media screen and (max-width: 1300px) {
  .com_board_search .com_btn {
    height: 40px;
  }
}
.com_board_search .com_btn + .com_btn {
  margin-left: 0;
}
.com_board_search .com_btn.icon {
  min-width: 44px !important;
}
.com_board_search .com_btn.icon .icon_search {
  content: "";
  display: inline-block;
  background: url("../img/icon_search_white.png") no-repeat center/contain;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 767.9px) {
  .com_board_search .com_chk_btn + label {
    height: 40px;
  }
}

.com_board_reply {
  margin-top: 30px;
}
.com_board_reply .reply_list {
  border-top: 1px solid #e8e8e8;
}
.com_board_reply .reply_list + .reply_list {
  border-top: none;
}
.com_board_reply .reply_list .reply_item {
  padding: 25px 30px;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_item {
    padding: 16px 16px;
  }
}
.com_board_reply .reply_list .reply_item .reply_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_item .reply_info .name {
    font-size: 12px;
  }
}
.com_board_reply .reply_list .reply_item .reply_info .date {
  color: #999;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_item .reply_info .date {
    font-size: 11px;
  }
}
.com_board_reply .reply_list .reply_item .reply_info .bar {
  position: relative;
}
.com_board_reply .reply_list .reply_item .reply_info .bar::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin-inline: 10px;
  background: #e8e8e8;
  cursor: default;
}
.com_board_reply .reply_list .reply_item .reply_info .btn_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;
}
.com_board_reply .reply_list .reply_item .reply_info .btn_area .com_btn {
  margin-left: 0 !important;
}
.com_board_reply .reply_list .reply_item .reply_content {
  color: #000;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: -0.38px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_item .reply_content {
    font-size: 13px;
  }
}
.com_board_reply .reply_list .reply_item .reply_write {
  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;
  padding: 15px;
  height: 100px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_item .reply_write {
    padding: 8px;
  }
}
.com_board_reply .reply_list .reply_item .reply_write .input {
  border: none;
  padding: 0;
  height: 70px;
  min-height: 70px;
  border-radius: 0;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_item .reply_write .input {
    min-height: 84px;
  }
}
.com_board_reply .reply_list .reply_item .reply_write .com_btn {
  width: 74px;
  height: 70px;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_item .reply_write .com_btn {
    height: 84px;
  }
}
.com_board_reply .reply_list .reply_box {
  padding: 25px 30px 10px;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_box {
    padding: 16px 16px;
  }
}
.com_board_reply .reply_list .reply_box .reply_item {
  padding: 0 0 15px;
  border-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_box .reply_item {
    padding: 0 0 3px;
  }
}
.com_board_reply .reply_list .reply_box .reply_item::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_reply.png") no-repeat center/18px 18px;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  vertical-align: middle;
  position: absolute;
}
.com_board_reply .reply_list .reply_box .reply_item .reply_info, .com_board_reply .reply_list .reply_box .reply_item .reply_content, .com_board_reply .reply_list .reply_box .reply_item .reply_write {
  margin: 4px 0 0 30px;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .reply_box .reply_item .reply_info, .com_board_reply .reply_list .reply_box .reply_item .reply_content, .com_board_reply .reply_list .reply_box .reply_item .reply_write {
    margin: 4px 0 0 24px;
  }
}
.com_board_reply .reply_list .reply_box .reply_item .reply_content {
  margin-top: 15px;
}
.com_board_reply .reply_list .com_btn_wrap .com_btn {
  width: 90px;
}
@media screen and (max-width: 767.9px) {
  .com_board_reply .reply_list .com_btn_wrap .com_btn {
    width: 73px;
    padding: 0 10px;
  }
}
.com_board_reply .no_data {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1023.9px) {
  .com_list_container .com_board_list__top {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list_container .com_board_list__top .com_board_search {
    order: 1;
    flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list_container .com_board_list__top .com_board_search .search {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list_container .com_board_list__top .com_board_search .search .input {
    width: 100%;
  }
}
.com_list_container .com_board_list__top .com_board_search .search .com_btn {
  min-width: 80px;
}
@media screen and (max-width: 1023.9px) {
  .com_list_container .com_board_list__top .com_board_search .com_btn {
    flex: 1;
    margin: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .com_list_container .com_board_list__top .com_board_tit {
    order: 2;
    margin-top: 20px;
    margin-bottom: 6px;
  }
}
.com_list_container .com_board_list__top .search_result {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.38px;
  text-align: left;
  color: #000;
  padding: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_list_container .com_board_list__top .search_result {
    order: 2;
    padding: 20px 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 13px;
  }
}
.com_list_container .search_result {
  padding: 10px 0 30px;
  font-size: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_list_container .search_result {
    padding: 0 0 20px;
    font-size: 13px;
  }
}

.com_detail_container .com_center_wrap {
  position: relative;
}
.com_detail_container .com_board_tit {
  margin-bottom: 20px;
}
.com_detail_container .info_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;
  gap: 25px;
}
@media screen and (max-width: 767.9px) {
  .com_detail_container .info_box {
    gap: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_detail_container .info_box .txt, .com_detail_container .info_box .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_detail_container .info_box .error_txt, .com_detail_container .info_box .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_detail_container .info_box .ok_txt {
    font-size: 12px;
  }
}

.com_board_detail {
  position: relative;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e8e8e8;
}
.com_board_detail .tit_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  padding: 25px 36px;
  width: 100%;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .tit_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    flex-direction: column;
    padding: 16px 15px;
    min-height: auto;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
  }
}
.com_board_detail .tit_wrap .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.6px;
  flex: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .tit_wrap .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.com_board_detail .tit_wrap .tit .com_status {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .tit_wrap .tit .com_status {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .tit_wrap .tit .com_status + .block {
    display: block;
  }
}
.com_board_detail .tit_wrap .label {
  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-right: 30px;
  font-size: 17px;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .tit_wrap .label {
    font-size: 13px;
  }
}
.com_board_detail .tit_wrap .label .icon_wallpaper::before {
  margin-right: 5px;
}
.com_board_detail .tit_wrap .tag_area {
  font-size: 14px;
  color: #999;
}
.com_board_detail .tit_wrap .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;
  gap: 10px;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .tit_wrap .btn_wrap {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
.com_board_detail .tit_wrap .btn_wrap .com_btn {
  margin-left: 0 !important;
}
.com_board_detail .tit_wrap .btn_wrap .info_box {
  margin-right: 25px;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .tit_wrap .btn_wrap .info_box {
    margin-right: auto;
  }
}
.com_board_detail .info .txt, .com_board_detail .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_board_detail .info .error_txt, .com_board_detail .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_board_detail .info .ok_txt {
  color: #575757;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .info .txt, .com_board_detail .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_board_detail .info .error_txt, .com_board_detail .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_board_detail .info .ok_txt {
    font-size: 11px;
  }
}
.com_board_detail .content {
  padding: 50px 30px 100px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .content {
    padding: 20px 15px;
  }
}
.com_board_detail .content .text {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .content .text {
    font-size: 13px;
  }
}
.com_board_detail .content .img {
  margin-top: 30px;
  max-width: 300px;
  max-height: 600px;
  width: 175px;
  height: 250px;
}
.com_board_detail .content .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com_board_detail .attachment {
  padding: 28px 0 26px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: flex-start;
  gap: 5px;
}
.com_board_detail .attachment .file {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.35px;
  color: #575757;
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .attachment .file {
    font-size: 13px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_board_detail .attachment {
    padding: 16px 10px;
  }
}
.com_board_detail .icon_attachment::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_attachment.png") no-repeat center/18px 18px;
  width: 18px;
  height: 18px;
}
.com_board_detail .btn_download::before {
  content: "";
  display: inline-block;
  background: url("../img/download_circle.png") no-repeat center/20px 20px;
  width: 20px;
  height: 20px;
}
.com_input_table + .com_board_detail {
  margin-top: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.p_space_detail main .com_board_detail .tit_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .com_board_detail .tit_wrap {
    align-items: flex-start;
  }
}
.p_space_detail main .material_wrap {
  padding-inline: 30px;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .material_wrap {
    padding-inline: 15px;
  }
}
.p_space_detail main .material_wrap .tit_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  padding: 30px 0 20px 0;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .material_wrap .tit_box {
    padding: 18px 0 10px 0;
  }
}
.p_space_detail main .material_wrap .tit_box .com_board_tit {
  margin-bottom: 0;
}
.p_space_detail main .material_wrap .tit_box .sub_title {
  margin: 0 11px 0 7px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.38px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .material_wrap .tit_box .sub_title {
    font-size: 13px;
  }
}
.p_space_detail main .material_wrap .tit_box .btn_material_detail {
  height: 26px;
  padding: 6px 15px 5px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.33px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .material_wrap .tit_box .btn_material_detail {
    height: 25px;
    font-size: 12px;
    margin-left: auto;
  }
}
.p_space_detail main .photo_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .photo_wrap {
    gap: 15px;
  }
}
.p_space_detail main .photo_wrap .photo_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .photo_wrap .photo_box {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 6px;
    gap: 0px;
  }
  .p_space_detail main .photo_wrap .photo_box > * {
    width: calc((100% - 6px * 1) / 2);
    min-width: calc((100% - 6px * 1) / 2);
    margin-left: 0 !important;
  }
}
.p_space_detail main .photo_wrap .card {
  position: relative;
  width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 636px;
  min-width: 1000px;
  overflow: hidden;
}
.p_space_detail main .photo_wrap .card img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .photo_wrap .card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 100%;
    overflow: hidden;
    aspect-ratio: 10/6;
  }
  .p_space_detail main .photo_wrap .card img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
  }
}
.p_space_detail main .photo_wrap .card .image_tag {
  position: absolute;
  width: 100px;
  height: 46px;
  padding: 12px 20px 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .photo_wrap .card .image_tag {
    width: 70px;
    height: 30px;
    font-size: 13px;
    padding: 4px 12px 4px;
  }
}
.p_space_detail main .photo_wrap .card .image_tag.black {
  background-color: #333;
}
.p_space_detail main .photo_wrap .card .image_tag.orange {
  background-color: #f5a80f;
}
.p_space_detail main .content {
  padding-block: 50px 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000;
  border-top: 1px solid #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .p_space_detail main .content {
    padding-block: 25px 15px;
    font-size: 13px;
  }
}

.com_icon::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_question_mark.png") no-repeat center/contain;
  width: 35px;
  height: 35px;
}
.com_icon.icon_ground::before, .com_icon.icon_mater_14::before {
  background-image: url("../img/icon_ground.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_ground::before, .com_icon.icon_mater_14::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_floor_mat::before, .com_icon.icon_mater_124::before {
  background-image: url("../img/icon_floor_mat.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_floor_mat::before, .com_icon.icon_mater_124::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_carpet::before, .com_icon.icon_mater_16::before {
  background-image: url("../img/icon_carpet.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_carpet::before, .com_icon.icon_mater_16::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_grass::before, .com_icon.icon_mater_17::before {
  background-image: url("../img/icon_grass.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_grass::before, .com_icon.icon_mater_17::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_block::before {
  background-image: url("../img/icon_block.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_block::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_roll::before, .com_icon.icon_mater_220::before {
  background-image: url("../img/icon_roll.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_roll::before, .com_icon.icon_mater_220::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_lovertile::before, .com_icon.icon_mater_125::before {
  background-image: url("../img/icon_lovertile.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_lovertile::before, .com_icon.icon_mater_125::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_film::before, .com_icon.icon_mater_19::before {
  background-image: url("../img/icon_film.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_film::before, .com_icon.icon_mater_19::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_bamboo::before {
  background-image: url("../img/icon_bamboo.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_bamboo::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_wallpaper::before {
  background-image: url("../img/icon_wallpaper.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_wallpaper::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_sink::before {
  background-image: url("../img/icon_sink.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_sink::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_drawer::before {
  background-image: url("../img/icon_drawer.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_drawer::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_electronic::before {
  background-image: url("../img/icon_electronic.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_electronic::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_tile::before, .com_icon.icon_mater_15::before {
  background-image: url("../img/icon_tile.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_tile::before, .com_icon.icon_mater_15::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_taporin::before, .com_icon.icon_mater_18::before, .com_icon.icon_mater_221::before {
  background-image: url("../img/icon_taporin.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_taporin::before, .com_icon.icon_mater_18::before, .com_icon.icon_mater_221::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_submaterial::before {
  background-image: url("../img/icon_submaterial.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_submaterial::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_tear::before, .com_icon.icon_mater_219:before {
  background-image: url("../img/icon_tear.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_tear::before, .com_icon.icon_mater_219:before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_etc::before, .com_icon.icon_mater_20::before {
  background-image: url("../img/icon_etc.png");
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_etc::before, .com_icon.icon_mater_20::before {
    width: 25px;
    height: 25px;
  }
}
.com_icon.icon_board::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_board.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.com_icon.icon_write::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_write.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.com_icon.icon_box::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_box.png") no-repeat center/contain;
  width: 48px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_box::before {
    width: 37px;
    height: 16px;
    margin-right: 2px;
  }
}
.com_icon.icon_area_est::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_area_est.png") no-repeat center/contain;
  width: 56px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_area_est::before {
    width: 32px;
    height: 16px;
    margin-right: 2px;
  }
}
.com_icon.icon_meter::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_meter.png") no-repeat center/contain;
  width: 48px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_meter::before {
    width: 32px;
    height: 16px;
    margin-right: 2px;
  }
}
.com_icon.icon_count::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_count.png") no-repeat center/contain;
  width: 48px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_count::before {
    width: 32px;
    height: 16px;
    margin-right: 2px;
  }
}
.com_icon.icon_area::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_area.png") no-repeat center/contain;
  width: 48px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_area::before {
    width: 32px;
    height: 16px;
    margin-right: 2px;
  }
}
.com_icon.icon_small::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_comment.png") no-repeat center/contain;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: -4px;
}
.com_icon.icon_comment::before {
  background-image: url("../img/icon_comment.png");
}
.com_icon.icon_view::before {
  background-image: url("../img/icon_view.png");
}
.com_icon.icon_date::before {
  background-image: url("../img/icon_date.png");
}
.com_icon.icon_my::before {
  background-image: url("../img/icon_my.png");
}
.com_icon.icon_q {
  margin-left: 0 !important;
}
.com_icon.icon_q::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_q.png") no-repeat center/contain;
  width: 18px;
  height: 18px;
}
.com_icon.icon_edit::before {
  background-image: url("../img/icon_edit.png");
  margin: 0;
}
.com_icon.icon_trashcan::before {
  background-image: url("../img/icon_trashcan.png");
  margin: 0;
}
.com_icon.icon_bookmark::before {
  background-image: url("../img/icon_bookmark.png");
  margin: 0;
}
.com_icon.icon_material_circle::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_material_circle.png") no-repeat center/contain;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767.9px) {
  .com_icon.icon_material_circle::before {
    width: 20px;
    height: 20px;
  }
}
.com_icon.icon_like_black::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_like_black.png") no-repeat center/contain;
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
.com_icon.icon_cart::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_cart.png") no-repeat center/contain;
  width: 28px;
  height: 28px;
  margin-right: 4px;
}
.com_icon.icon_download::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_download.png") no-repeat center/contain;
  width: 12px;
  height: 13px;
  margin-top: 3px;
}
.com_icon.icon_del::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_del.png") no-repeat center/contain;
  width: 15px;
  height: 15px;
}
.com_icon.status {
  margin-left: auto;
  width: 98px;
  min-width: 98px;
  height: 26px;
  padding: 7px 10px;
  border-radius: 14px;
  background-color: #fbe0da;
  color: #fa5951;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  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;
}
@media screen and (max-width: 767.9px) {
  .com_icon.status {
    margin-left: inherit;
    margin-top: 6px;
    padding: 4px 3px;
    width: 75px;
    min-width: 75px;
    height: 22px;
    font-size: 10px;
  }
}
.com_icon.status::before {
  content: none;
}

.swiper.com_card__wrap {
  padding-inline: 5px;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.swiper.com_card__wrap .swiper-wrapper {
  padding-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .swiper.com_card__wrap .swiper-wrapper {
    padding-bottom: 20px;
  }
}
.swiper.com_card__wrap .swiper-scrollbar-horizontal {
  bottom: 0;
  height: 3px;
}
.swiper.com_card__wrap .swiper-scrollbar-drag {
  background: #000;
}

.com_card {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  overflow: hidden;
}
.com_card .link {
  width: 100%;
}
.com_card .image_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 303px;
  min-width: auto;
  overflow: hidden;
}
.com_card .image_container img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 767.9px) {
  .com_card .image_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100px;
    min-width: auto;
    overflow: hidden;
  }
  .com_card .image_container img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
  }
}
.com_card .image_container .bookmark, .com_card .image_container .com_btn_like, .com_card .image_container .com_bookmark {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin: 0 10px 10px;
}
.com_card .image_container .pick {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.com_card .image_container .com_chk {
  position: absolute;
  top: 10px;
  left: 10px;
}
.com_card .card_info_detail {
  position: relative;
}
.com_card .card_info_detail .info {
  padding: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info {
    padding: 10px;
  }
}
.com_card .card_info_detail .info .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.5px;
  text-align: left;
  color: #121619;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info .tit.top {
    font-size: 15px;
  }
}
.com_card .card_info_detail .info .tit + .sub_tit {
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info .tit + .sub_tit {
    margin-top: 10px;
  }
}
.com_card .card_info_detail .info .date {
  font-size: 15px;
  color: #aaa;
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info .date {
    font-size: 12px;
  }
}
.com_card .card_info_detail .info .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  font-size: 16px;
  color: #222;
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info .comment {
    font-size: 12px;
  }
}
.com_card .card_info_detail .info .txt, .com_card .card_info_detail .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_card .card_info_detail .info .error_txt, .com_card .card_info_detail .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_card .card_info_detail .info .ok_txt {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -0.3px;
  color: #aaa;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.com_card .card_info_detail .info .txt + .sub_tit, .com_card .card_info_detail .info .com_input_sec .input_field .error_txt + .sub_tit, .com_input_sec .input_field .com_card .card_info_detail .info .error_txt + .sub_tit, .com_card .card_info_detail .info .com_input_sec .input_field .ok_txt + .sub_tit, .com_input_sec .input_field .com_card .card_info_detail .info .ok_txt + .sub_tit {
  margin-top: 9px;
}
.com_card .card_info_detail .info .info_list {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info .info_list {
    margin-top: 5px;
    font-size: 11px;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 5px;
  }
}
.com_card .card_info_detail .info .info_list .com_icon {
  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;
  letter-spacing: -0.05em;
}
.com_card .card_info_detail .info_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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 13px;
}
@media screen and (max-width: 767.9px) {
  .com_card .card_info_detail .info_box {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_card .card_info_detail .com_icon.status.red {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_card .card_info_detail .com_icon.status.red {
    margin-top: 10px;
  }
}
.com_card.type_video {
  box-shadow: none;
}
.com_card.type_video .video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-width: auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.com_card.type_video .video img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_card.type_video .video .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767.9px) {
  .com_card.type_video .video .btn_play {
    width: 30px;
    height: 30px;
  }
}
.com_card.type_video .card_info_detail .info {
  padding: 14px 5px 0 !important;
}
@media screen and (max-width: 767.9px) {
  .com_card.type_video .card_info_detail .info {
    padding: 10px 0 0 !important;
  }
}
.com_card.type_video .card_info_detail .info .tit {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.9px) {
  .com_card.type_video .card_info_detail .info .tit {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
  }
}
.com_card.scroll {
  margin-bottom: 0;
  flex-wrap: nowrap;
  overflow: auto;
}
@media screen and (max-width: 1300px) {
  .com_card.scroll {
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_card.scroll {
    padding-bottom: 0;
  }
}
.com_card.scroll .com_card {
  min-width: 301px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1300px) {
  .com_card.scroll .com_card {
    min-width: 237px;
    width: auto;
    margin-right: 0;
  }
}
.com_card__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.com_card__wrap > * {
  width: calc((100% - 30px * 3) / 4);
  min-width: calc((100% - 30px * 3) / 4);
  margin-left: 0 !important;
}
@media screen and (max-width: 1300px) {
  .com_card__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .com_card__wrap > * {
    width: calc((100% - 10px * 2) / 3);
    min-width: calc((100% - 10px * 2) / 3);
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767.9px) {
  .com_card__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .com_card__wrap > * {
    width: calc((100% - 10px * 1) / 2);
    min-width: calc((100% - 10px * 1) / 2);
    margin-left: 0 !important;
  }
}
.com_card__wrap.col5 {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.com_card__wrap.col5 > * {
  width: calc((100% - 22px * 4) / 5);
  min-width: calc((100% - 22px * 4) / 5);
  margin-left: 0 !important;
}

.com_product_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  padding: 20px 0 30px 0;
  gap: 20px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .com_product_card {
    padding-block: 15px;
    gap: 10px;
  }
}
.com_product_card .num {
  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: 20px;
  height: 20px;
  border: 1px solid #D6D6D6;
  background-color: #e8e8e8;
  color: #999;
  border-radius: 100%;
}
.com_product_card .num + .thumb {
  margin-left: -15px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .num + .thumb {
    margin-left: 0;
  }
}
.com_product_card .num__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_product_card .num__wrap .com_chk + label {
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .num__wrap .com_chk + label {
    margin: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .com_product_card .num__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;
    flex-direction: row;
    width: 100%;
  }
}
.com_product_card .thumb {
  position: relative;
  height: auto;
  flex-direction: column;
}
.com_product_card .thumb .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  overflow: hidden;
  border-radius: 10px;
}
.com_product_card .thumb .img img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .thumb .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    min-width: 100px;
    overflow: hidden;
  }
  .com_product_card .thumb .img img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
  }
}
.com_product_card .thumb .com_icon {
  position: absolute;
  right: 5px;
  top: 66px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .thumb .com_icon {
    right: 5px;
    top: 38px;
  }
}
.com_product_card .thumb__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .thumb__wrap {
    gap: 15px;
  }
}
.com_product_card .thumb__wrap .option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .thumb__wrap .option {
    gap: 10px;
  }
}
.com_product_card .thumb__wrap .option .item {
  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: 7px;
}
.com_product_card .thumb__wrap .option .item .title {
  color: #999;
  font-size: 13px;
}
.com_product_card .thumb__wrap .option .item .info .img {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .thumb__wrap .option .item .info .img {
    width: 15px;
    height: 15px;
  }
}
.com_product_card .info_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 0 15px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .info_list {
    margin-top: 10px;
    gap: 0 5px;
  }
}
.com_product_card .info_list .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1300px) {
  .com_product_card .info_list .info {
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (min-width: 767.9px) {
  .com_product_card .info_list .info.m_type {
    display: none;
  }
}
.com_product_card .info_list .info.type_column {
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .info_list .info.type_column {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_product_card .info_list .info.type_area {
    order: 1;
  }
}
@media screen and (max-width: 767.9px) {
  .com_product_card .info_list .info.m_type {
    order: 2;
  }
}
.com_product_card .info_list .com_icon {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.35px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .info_list .com_icon {
    margin-top: 0;
    font-size: 13px;
  }
}
.com_product_card .detail_box {
  margin-top: 2px;
  flex: 1;
  width: calc(100% - 140px);
}
.com_product_card .detail_box .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #121619;
  margin-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 0 5px;
  padding-right: 10px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .tit {
    font-size: 14px;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
  }
}
.com_product_card .detail_box .tit .com_icon.status {
  top: 0;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .tit .com_icon.status {
    margin-left: 0;
    margin-top: 0;
  }
}
.com_product_card .detail_box .sub_tit {
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .sub_tit {
    margin-top: 10px;
    display: inline;
    font-weight: bold;
    font-size: 11px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .sub_tit + .txt, .com_product_card .detail_box .com_input_sec .input_field .sub_tit + .error_txt, .com_input_sec .input_field .com_product_card .detail_box .sub_tit + .error_txt, .com_product_card .detail_box .com_input_sec .input_field .sub_tit + .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .sub_tit + .ok_txt {
    display: inline;
  }
}
.com_product_card .detail_box .txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt {
  margin-top: 3px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: -0.33px;
  color: #aaa;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt {
    margin-top: 2px;
    font-size: 11px;
    padding-bottom: 5px;
  }
  .com_product_card .detail_box .txt br, .com_product_card .detail_box .com_input_sec .input_field .error_txt br, .com_input_sec .input_field .com_product_card .detail_box .error_txt br, .com_product_card .detail_box .com_input_sec .input_field .ok_txt br, .com_input_sec .input_field .com_product_card .detail_box .ok_txt br {
    display: none;
  }
}
.com_product_card .detail_box .txt + .txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt + .txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt + .txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt + .txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt + .txt, .com_product_card .detail_box .com_input_sec .input_field .txt + .error_txt, .com_input_sec .input_field .com_product_card .detail_box .txt + .error_txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt + .error_txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt + .error_txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt + .error_txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt + .error_txt, .com_product_card .detail_box .com_input_sec .input_field .txt + .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .txt + .ok_txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt + .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt + .ok_txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt + .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt + .ok_txt {
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .txt + .txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt + .txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt + .txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt + .txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt + .txt, .com_product_card .detail_box .com_input_sec .input_field .txt + .error_txt, .com_input_sec .input_field .com_product_card .detail_box .txt + .error_txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt + .error_txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt + .error_txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt + .error_txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt + .error_txt, .com_product_card .detail_box .com_input_sec .input_field .txt + .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .txt + .ok_txt, .com_product_card .detail_box .com_input_sec .input_field .error_txt + .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .error_txt + .ok_txt, .com_product_card .detail_box .com_input_sec .input_field .ok_txt + .ok_txt, .com_input_sec .input_field .com_product_card .detail_box .ok_txt + .ok_txt {
    margin-top: 7px;
  }
}
.com_product_card .detail_box .no_return {
  color: #fa5951;
  display: block;
}
.com_product_card .detail_box .chk_sec {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_product_card .detail_box .chk_sec .name {
  width: 100%;
  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;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #121619;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .chk_sec .name {
    font-size: 14px;
  }
}
.com_product_card .detail_box .chk_sec .name::after {
  vertical-align: 2px;
}
.com_product_card .detail_box .price_info {
  margin-top: 15px;
  line-height: 1.38;
  font-size: 13px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .detail_box .price_info {
    font-size: 12px;
    margin-top: 7px;
  }
}
.com_product_card .detail_box .detail_item {
  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;
  line-height: initial;
}
@media screen and (min-width: 1023.9px) {
  .com_product_card .detail_box .detail_item {
    min-height: 24px;
  }
}
.com_product_card .detail_box .detail_item > * {
  margin: 0;
  padding: 0;
}
.com_product_card .delete {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/icon_del.png") no-repeat center/contain;
  z-index: 2;
}
.com_product_card .delete.circle {
  background-image: url("../img/icon_del_circle.png");
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767.9px) {
  .com_product_card .delete {
    top: 15px;
    right: 12px;
    width: 15px;
    height: 15px;
  }
}
.com_product_card .com_icon.status {
  position: absolute;
  right: 6px;
  top: 5px;
  margin-left: initial;
}
@media screen and (max-width: 639.9px) {
  .com_product_card .com_icon.status {
    position: relative;
    right: initial;
    top: initial;
  }
}
.com_material_swiper .com_product_card {
  padding-block: 0;
  margin-bottom: 30px;
  border-bottom: none;
}
@media screen and (min-width: 767.9px) {
  .com_material_swiper .com_product_card:not(:last-child) {
    border-right: 1px solid #e8e8e8;
    padding-right: 30px;
  }
}

.com_ok {
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 130px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .com_ok {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 639.9px) {
  .com_ok {
    max-width: none;
    margin-inline: 15px;
  }
}
.com_ok .pg_tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1px;
  text-align: center;
  margin-block: 89px 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_ok .pg_tit {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-block: 18px;
  }
  .com_ok .pg_tit + .notice_sec {
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .com_ok .pg_tit + .notice_sec .tit {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;
    letter-spacing: -0.35px;
  }
}
.com_ok .img img {
  max-width: 420px;
}
@media screen and (max-width: 639.9px) {
  .com_ok .img img {
    max-width: 230px;
  }
}
.com_ok .notice_sec {
  padding-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .com_ok .notice_sec {
    margin-bottom: 25px;
  }
}
.com_ok .notice_sec .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -0.55px;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .com_ok .notice_sec .tit {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
  }
}
.com_ok .notice_sec .txt, .com_ok .notice_sec .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_ok .notice_sec .error_txt, .com_ok .notice_sec .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_ok .notice_sec .ok_txt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: -0.4px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .com_ok .notice_sec .txt, .com_ok .notice_sec .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_ok .notice_sec .error_txt, .com_ok .notice_sec .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_ok .notice_sec .ok_txt {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: -0.33px;
  }
}
.com_ok .com_btn_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_ok .com_btn_wrap .full + .com_btn {
  margin-left: 0;
}
.com_ok .com_btn_wrap .full ~ .com_btn {
  margin-top: 10px;
}
.com_ok .com_btn_wrap .com_btn {
  flex: 1;
}
@media screen and (max-width: 639.9px) {
  .com_ok .m_block {
    display: block;
  }
}
.com_ok .info_table {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  border-collapse: separate;
  margin-bottom: 30px;
}
.com_ok .info_table :is(th, td) {
  height: 55px;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-bottom: none;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
}
.com_ok .info_table th {
  border-top: none;
  background: #f7f7f7;
  font-weight: bold;
}
.com_ok .info_table th:last-child, .com_ok .info_table td:last-child {
  border-right: none;
}
.com_ok .info_table .m_th {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .com_ok .info_table {
    display: block;
  }
  .com_ok .info_table tbody {
    display: block;
  }
  .com_ok .info_table thead {
    display: none;
  }
  .com_ok .info_table tr {
    display: table;
    width: 100%;
  }
  .com_ok .info_table td {
    display: table-row;
    height: 47px;
  }
  .com_ok .info_table td:last-child :is(.m_th, .m_td) {
    border-bottom: none;
  }
  .com_ok .info_table :is(.m_th, .m_td) {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-inline: 15px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
  }
  .com_ok .info_table .m_th {
    border-right: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    width: 120px;
    font-weight: bold;
  }
}

/*!이용약관*/
.com_terms dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: -0.8px;
  margin: 20px 0 15px;
}
@media screen and (max-width: 767.9px) {
  .com_terms dt {
    margin: 10px 0 7px;
    font-size: 13px;
  }
}
.com_terms dd {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.75px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_terms dd {
    margin-bottom: 6px;
    font-size: 12px;
  }
}

.com_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .com_container {
    flex-direction: column;
    gap: 20px;
  }
}

.com_box {
  width: calc(100% - 200px - 20px);
  padding: 34px 40px;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  .com_box {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.com_box .tit {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: left;
  color: #222;
}
.com_box .tit .icon_grade {
  width: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .com_box .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.com_box .tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .com_box .tit__wrap {
    margin-bottom: 15px;
  }
}
.com_box .tit__wrap .com_tab {
  margin-left: auto;
}
.com_box .tit__wrap .com_tab .tab {
  min-height: auto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.38px;
  border: 0;
  border-radius: 0;
  color: #222;
  background: none;
}
@media screen and (max-width: 767.9px) {
  .com_box .tit__wrap .com_tab .tab {
    font-size: 13px;
  }
}
.com_box .tit__wrap .com_tab .tab.active {
  color: #f5a80f;
}
.com_box .tit__wrap .com_tab .tab:not(:last-child) {
  position: relative;
}
.com_box .tit__wrap .com_tab .tab:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 15px;
  margin-inline: 10px;
  background: #e8e8e8;
  cursor: default;
}
@media screen and (max-width: 767.9px) {
  .com_box .tit__wrap .com_tab .tab:not(:last-child) {
    position: relative;
  }
  .com_box .tit__wrap .com_tab .tab:not(:last-child)::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 10px;
    margin-inline: 10px;
    background: #e8e8e8;
    cursor: default;
  }
}
.com_box .tit__wrap .tit {
  margin-bottom: 0;
}
.com_box .tit__wrap .com_btn {
  min-width: 88px;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .com_box .tit__wrap .com_btn {
    min-width: 84px;
  }
}
.com_box .tit__wrap .account_info {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 18px;
  border-radius: 5px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 767.9px) {
  .com_box .tit__wrap .account_info {
    width: 100%;
    font-size: 13px;
  }
}

.com_status {
  display: inline-block;
  min-width: 65px;
  height: 26px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.35px;
  text-align: center;
  border: solid 1px #dbdbdb;
  background-color: #e8e8e8;
  color: #666;
}
.com_status.end {
  border: solid 1px #f6d490;
  background-color: #ffefce;
  color: #f5a80f;
}

.com_side_bar {
  position: fixed;
  right: 0;
  top: 345px;
  z-index: 1;
  width: 35px;
  height: calc(100vh - 268px);
  max-height: 465px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 20px 0 0 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;
  z-index: 3;
}
@media screen and (max-width: 1300px) {
  .com_side_bar {
    width: 24px;
    top: 190px;
    display: none;
  }
}
.com_side_bar .title {
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}
.com_side_bar .btn_toggle {
  width: 22px;
  height: 22px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767.9px) {
  .com_side_bar .btn_toggle {
    width: 16px;
    height: 16px;
  }
}
.com_side_bar.active {
  width: 290px;
  height: auto;
  min-height: 465px;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .com_side_bar.active {
    width: 250px;
  }
}
.com_side_bar.active .btn_toggle {
  margin-left: 7px;
  transform: rotate(0);
}
.com_side_bar.active .card_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex: 1;
  padding: 30px 25px 25px 7px;
  max-height: 500px;
  overflow-y: auto;
  justify-content: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 767.9px) {
  .com_side_bar.active .card_list {
    padding: 15px 20px 10px 7px;
  }
}
.com_side_bar .card_list {
  display: none;
}
.com_side_bar .card_list .item {
  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;
  padding: 10px 0;
}
.com_side_bar .card_list .item + .item {
  border-top: 1px solid #e8e8e8;
}
.com_side_bar .card_list .item .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  overflow: hidden;
  border-radius: 5px;
}
.com_side_bar .card_list .item .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_side_bar .card_list .item .info {
  flex: 1;
}
.com_side_bar .card_list .item .info .tit {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.38px;
  text-align: left;
  color: #121619;
}
.com_side_bar .card_list .item .info .txt, .com_side_bar .card_list .item .info .com_input_sec .input_field .error_txt, .com_input_sec .input_field .com_side_bar .card_list .item .info .error_txt, .com_side_bar .card_list .item .info .com_input_sec .input_field .ok_txt, .com_input_sec .input_field .com_side_bar .card_list .item .info .ok_txt {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: left;
  color: #aaa;
}
.com_side_bar .card_list .item .btn_more {
  margin-left: auto;
  margin-top: auto;
  width: 23px;
}

.com_account_notice {
  padding: 25px;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  background-color: #f8f8f8;
}
.com_account_notice .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: left;
  gap: 15px;
}
.com_account_notice .item.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex-direction: row;
}
.com_account_notice .item.row .info_field .com_red_txt {
  text-align: right;
  font-weight: bold;
  margin-left: 10px;
}
.com_account_notice .item .tit_field {
  font-size: 16px;
  font-weight: bold;
}
.com_account_notice .item ul.info_field {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.com_account_notice .item ul.info_field li {
  width: calc((100% - 5px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 767.9px) {
  .com_account_notice .item ul.info_field li {
    width: 100%;
  }
}
.com_account_notice .item .info_field {
  font-size: 14px;
}
.com_account_notice .item .info_field.tip {
  color: #fa5951;
}
.com_account_notice .item + .item {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
  margin-top: 20px;
}
.com_popup .com_account_notice ul.info_field li {
  width: 100%;
}
.com_btn_wrap + .com_account_notice {
  margin-top: 50px;
}

.com_addr_list {
  margin-block: 10px;
}
.com_addr_list .addr_item {
  padding: 15px 15px;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  background-color: #f7f7f7;
}
.com_addr_list .addr_item + .addr_item {
  margin-top: 10px;
}
.com_addr_list .addr_item.active {
  border: 1px solid #222222;
  background: #fff;
}
.com_addr_list .addr_item .post_num {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.38px;
  color: #222;
}
.com_addr_list .addr_item .addr {
  color: #333;
}
.com_addr_list .addr_item .addr + .addr {
  margin-top: 6px;
}
.com_addr_list .addr_item .addr .icon {
  display: inline-block;
  width: 33px;
  height: 17px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #707070;
  background: #fff;
  font-size: 10px;
  letter-spacing: -0.25px;
  color: #333;
  margin-right: 5px;
}

.com_estimate_wrap {
  break-inside: avoid;
}
.com_estimate_wrap .com_dot_list {
  margin-block: 20px;
}
.com_estimate_wrap .com_board_tit {
  margin-block: 40px 10px;
}
.com_estimate_wrap .sign_sec {
  border: 1px solid #e8e8e8;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.com_input_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: 5px;
}