@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/assets/fonts/Pretendard-Thin.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-Light.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-Regular.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-Medium.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-Bold.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(../../../common/assets/fonts/Pretendard-Black.woff2) format("woff2"), url(../../../common/assets/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Smooch Sans";
  font-weight: 600;
  font-style: normal;
  src: url(../../../common/assets/fonts/SmoochSans-SemiBold.woff2) format("woff2"), url(../../../common/assets/fonts/SmoochSans-SemiBold.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*/
  -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*/
  line-height: 1.5;
}

body {
  min-width: 100%;
  min-height: 100vh;
  color: #707070;
  /*a,&,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
}
body,
body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.025em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body,
  body *,
  body *::before,
  body *::after {
    word-break: break-all;
  }
}
body, body a, body button, body input, body textarea, body h1, body h2, body h3, body h4, body h5, body pre {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
  font-size: 14px;
  font-weight: normal;
}
body li,
body ol,
body ul {
  list-style: none;
}
body a,
body img {
  border: none;
}
body img {
  max-width: 100%;
}
body a + a,
body img,
body input + a,
body input + button,
body a + button,
body button + button {
  vertical-align: middle;
}
body a {
  text-decoration: none;
  display: inline-block;
  color: #707070;
}
body a:hover {
  text-decoration: none;
}
body input[type=number],
body input[type=password],
body input[type=tel],
body input[type=email],
body input[type=text],
body input[type=date],
body select,
body textarea {
  padding: 0 15px;
  box-sizing: border-box;
  color: #707070;
  font-size: 15px;
  background: #fff;
  vertical-align: middle;
  height: 48px;
  border: solid 1px #D7D7D7;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  body input[type=number],
  body input[type=password],
  body input[type=tel],
  body input[type=email],
  body input[type=text],
  body input[type=date],
  body select,
  body textarea {
    height: 42px;
    font-size: 14px;
  }
}
body input[type=number]:disabled,
body input[type=password]:disabled,
body input[type=tel]:disabled,
body input[type=email]:disabled,
body input[type=text]:disabled,
body input[type=date]:disabled,
body select:disabled,
body textarea:disabled {
  background: #F0F0F0;
}
body input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body textarea {
  line-height: 1.5;
  outline: none;
}
body 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: 22px auto;
  outline: none;
  padding-inline: 15px 30px;
}
@media screen and (max-width: 1400px) {
  body select {
    background-size: 17px auto;
  }
}
body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=search] {
  padding-inline: 12px 10px;
  border: 1px solid #D7D7D7;
  height: 40px;
}
body input::-webkit-search-decoration,
body input::-webkit-search-cancel-button,
body input::-webkit-search-results-button,
body input::-webkit-search-results-decoration,
body input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url("../img/icon_del.png") center center no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
}
body table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
body th {
  text-align: center;
}
body td {
  text-align: left;
}
body table > caption {
  position: absolute;
  text-indent: -9999px;
}
body button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
body button:disabled {
  cursor: not-allowed;
}
body button,
body input,
body textarea {
  -webkit-appearance: none;
}
body select,
body textarea,
body input[type=text] {
  width: 100%;
}
body textarea {
  min-height: 150px;
  text-align: left;
  padding: 12px 15px;
}
body input[type=tel] {
  width: 40px;
  min-width: 40px;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  color: #CBCBCB;
  opacity: 1;
  font-size: 14px;
}
body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: #CBCBCB;
  opacity: 1;
  font-size: 14px;
}
body input::-ms-input-placeholder,
body textarea::-ms-input-placeholder {
  color: #CBCBCB;
  opacity: 1;
  font-size: 14px;
}
body input::placeholder,
body textarea::placeholder {
  color: #CBCBCB;
  opacity: 1;
  font-size: 14px;
}
body input:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: #CBCBCB;
  opacity: 1;
  font-size: 14px;
}
body input:disabled {
  border: solid 1px #e7e8ef;
  background-color: transparent;
  cursor: not-allowed;
}
body select:disabled,
body input[readonly],
body textarea[readonly] {
  border: 1px solid #e7e8ef;
  opacity: 1;
  background: transparent;
}
body input[readonly]:focus,
body textarea[readonly]:focus {
  outline: none;
}
body input:focus {
  outline: none;
}
body input:disabled::-webkit-input-placeholder,
body input[readonly]::-webkit-input-placeholder,
body textarea:disabled::-webkit-input-placeholder,
body textarea[readonly]::-webkit-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled:-ms-input-placeholder,
body input[readonly]:-ms-input-placeholder,
body textarea:disabled:-ms-input-placeholder,
body textarea[readonly]:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled::-ms-input-placeholder,
body input[readonly]::-ms-input-placeholder,
body textarea:disabled::-ms-input-placeholder,
body textarea[readonly]::-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled::placeholder,
body input[readonly]::placeholder,
body textarea:disabled::placeholder,
body textarea[readonly]::placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input:disabled:-ms-input-placeholder,
body input[readonly]:-ms-input-placeholder,
body textarea:disabled:-ms-input-placeholder,
body textarea[readonly]:-ms-input-placeholder {
  color: #C3C0C3;
  opacity: 1;
}
body input::-ms-clear,
body input::-ms-reveal,
body textarea::-ms-clear,
body textarea::-ms-reveal {
  display: none;
}
body input::-webkit-inner-spin-button,
body input::-webkit-outer-spin-button,
body textarea::-webkit-inner-spin-button,
body textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
body textarea {
  line-height: 1.5;
}
body textarea {
  resize: none;
}
body img {
  border: 0;
  vertical-align: middle;
}
body hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}
body main,
body section,
body article {
  display: block;
}
body fieldset,
body form {
  border: none;
  outline: none;
}
body address {
  font-style: normal;
}

.main_container {
  padding-top: 70px;
  min-height: calc(100vh - 220px);
}
@media screen and (max-width: 1023.9px) {
  .main_container {
    padding-top: 60px;
    min-height: calc(100vh - 390px);
  }
}
.main_container.com_center_wrap,
.main_container .com_center_wrap {
  padding-bottom: 75px;
}
@media screen and (max-width: 1023.9px) {
  .main_container.com_center_wrap,
  .main_container .com_center_wrap {
    padding-bottom: 30px;
  }
}
.main_container.has_com_member_form {
  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;
  padding-block: 150px;
}
@media screen and (max-width: 1023.9px) {
  .main_container.has_com_member_form {
    padding-block: 110px 55px;
  }
}
.main_container .sub_visual {
  text-align: center;
  background: #f0f0f0;
}
.main_container .sub_visual img {
  max-width: 100%;
}
.main_container .sub_visual .m {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 767.9px) {
  .main_container .sub_visual img {
    display: none;
  }
  .main_container .sub_visual .m {
    display: block;
  }
}

.com_center_wrap {
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 1400px) {
  .com_center_wrap {
    max-width: none;
    width: 100%;
    padding-inline: 25px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.com_center_wrap.has_text_sec {
  display: flex;
}
.com_center_wrap .text_sec {
  flex: auto;
  width: 450px;
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap .text_sec {
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap .text_sec .com_btn.m {
    height: 48px;
    font-size: 15px;
  }
}
.com_center_wrap .work_sec {
  flex: auto;
  width: 950px;
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap .work_sec {
    width: 100%;
  }
}
.com_center_wrap .work_sec .com_btn__wrap.bottom .com_btn {
  min-width: 150px;
}
@media screen and (max-width: 1023.9px) {
  .com_center_wrap .work_sec .com_btn__wrap.bottom .com_btn {
    min-width: auto;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  z-index: 9;
}
.header .com_center_wrap {
  width: 1560px;
  max-width: 1560px;
  height: 70px;
  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: 1599.9px) {
  .header .com_center_wrap {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .header .com_center_wrap {
    height: 60px;
  }
}
.header .logo {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .header .logo {
    top: 0;
  }
  .header .logo a {
    display: inline-block;
    vertical-align: top;
    padding: 18px 0;
  }
}
.header .btn_bar,
.header .btn_write {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .header .btn_bar,
  .header .btn_write {
    display: block;
    width: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .header .btn_bar {
    content: "";
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/btn_bar.png");
    width: 24px;
    height: 16px;
  }
  .header .btn_bar.active {
    background-image: url("../img/btn_close.png");
    height: 18px;
  }
  .header .btn_write {
    width: 24px;
  }
}
.header .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;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .header .wrap {
    display: none;
    padding: 30px 25px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .header .wrap::-webkit-scrollbar { /*스크롤바*/
    width: 6px;
    height: 6px;
  }
  .header .wrap::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0;
    height: 0;
  }
  .header .wrap::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #ADAFB4;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .header .wrap::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background: none;
  }
  .header .wrap::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background: none;
  }
  .header .wrap.active {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    background: rgba(255, 255, 255, 0.95);
    z-index: 8;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.06);
  }
}
.header .wrap .gnb {
  display: flex;
  justify-content: center;
  width: calc(100% - 68px);
}
@media screen and (max-width: 1400px) {
  .header .wrap .gnb {
    gap: 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .header .wrap .gnb {
    display: block;
    width: auto;
    gap: 0;
    margin-inline: -25px;
  }
}
.header .wrap .gnb .menu {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  padding: 0 25px;
  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: 1400px) {
  .header .wrap .gnb .menu {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023.9px) {
  .header .wrap .gnb .menu {
    display: block;
    padding: 10px 25px;
    height: auto;
    line-height: 19px;
    color: #707070;
    margin-bottom: 5px;
  }
}
.header .wrap .gnb .menu.active {
  background-color: #3a94b4;
  color: #fff;
}
.header .wrap .gnb .divider {
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  .header .wrap .gnb .divider {
    margin-left: 0;
  }
}
.header .wrap .ribbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  gap: 25px;
  width: 140px;
  margin-inline: 60px 20px;
}
@media screen and (max-width: 1400px) {
  .header .wrap .ribbon {
    margin-inline: 40px 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .header .wrap .ribbon {
    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;
    width: auto;
    margin-left: 0;
    margin-top: 46px;
  }
}
.header .wrap .ribbon .menu {
  position: relative;
  padding-block: 15px;
}
.header .wrap .ribbon .menu.pc {
  display: inline-block;
}
.header .wrap .ribbon .menu.pc:hover ~ .menu_box {
  display: block;
}
.header .wrap .ribbon .menu.m {
  display: none;
}
.header .wrap .ribbon .menu_box {
  position: absolute;
  right: 50%;
  margin: -12px -770px 0 0;
  top: 100%;
  background: #fff;
  padding: 8px 15px 10px;
  width: 110px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  display: none;
}
.header .wrap .ribbon .menu_box .link {
  margin-top: 2px;
  display: block;
  width: 100%;
  line-height: 23px;
  font-size: 13px;
  color: #222;
}
.header .wrap .ribbon .menu_box .link:hover {
  text-decoration: underline;
}
.header .wrap .ribbon .menu_box:hover, .header .wrap .ribbon .menu_box.active {
  display: block;
}
@media screen and (max-width: 1599.9px) {
  .header .wrap .ribbon .menu_box {
    right: 12px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .header .wrap .ribbon .menu {
    padding-block: 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;
    gap: 10px;
  }
  .header .wrap .ribbon .menu.pc {
    display: none;
  }
  .header .wrap .ribbon .menu.m {
    display: flex;
  }
  .header .wrap .ribbon .menu_box {
    display: none !important;
  }
}
.header .wrap .ribbon .menu img {
  max-height: 24px;
  min-width: 24px;
}
.header .wrap .ribbon .menu .name {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .header .wrap .ribbon .menu .name {
    display: block;
    font-size: 16px;
    font-weight: 700;
  }
}
.header .wrap .ribbon .menu .new {
  height: 20px;
  min-width: 20px;
  background-color: #3a94b4;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-inline: 5px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: absolute;
  right: -13px;
  top: 9px;
  line-height: initial;
}
@media screen and (max-width: 1023.9px) {
  .header .wrap .ribbon .menu .new {
    position: relative;
    right: auto;
    top: auto;
  }
}
.header .icon.white {
  display: none;
}

.has_sub_visual .header {
  background: #090B19;
  transition: background 0.2s ease-in-out;
}
.has_sub_visual .header.fixed {
  background: rgba(9, 11, 25, 0.9);
}
.has_sub_visual .header .icon {
  display: none;
}
.has_sub_visual .header .icon.white {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .has_sub_visual .header.has_btn_bar_active {
    opacity: 1;
    background-color: #fff;
  }
  .has_sub_visual .header.has_btn_bar_active .icon {
    display: block;
  }
  .has_sub_visual .header.has_btn_bar_active .icon.white {
    display: none;
  }
  .has_sub_visual .header.has_btn_bar_active .btn_bar {
    background-image: url(../img/btn_close.png) !important;
  }
}
.has_sub_visual .header .gnb .menu {
  color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .has_sub_visual .header .gnb .menu {
    color: #707070;
  }
}
@media screen and (max-width: 1023.9px) {
  .has_sub_visual .header .btn_bar {
    background-image: url(../img/btn_bar_white.png);
  }
  .has_sub_visual .header .btn_bar.active {
    background-image: url(../img/btn_close_white.png);
  }
  .has_sub_visual .header .ribbon .icon {
    display: block;
  }
  .has_sub_visual .header .ribbon .icon.white {
    display: none;
  }
}

.scroll_lock {
  overflow: hidden;
}

body .btn_go_top {
  position: fixed;
  right: 15px;
  bottom: 65px;
  z-index: 9;
  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: 3px;
  width: 60px !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1023.9px) {
  body .btn_go_top {
    right: 10px;
    bottom: 75px;
    width: 50px !important;
  }
}
body .btn_go_top.show {
  opacity: 1;
}

.footer {
  background-color: #484848;
  padding-block: 50px 40px;
  height: 220px;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1023.9px) {
  .footer {
    padding-block: 38px 0;
    height: 390px;
  }
}
.footer .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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap {
    padding-bottom: 86px;
    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-wrap: nowrap;
    gap: 20px;
  }
}
.footer .com_center_wrap .logo {
  width: calc(100% - 250px);
  margin-bottom: 25px;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap .logo {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer .com_center_wrap .logo img {
  height: 24px;
}
.footer .com_center_wrap .address {
  width: calc(100% - 250px);
  line-height: 1.7;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap .address {
    line-height: 1.5;
    width: 100%;
    font-size: 12px;
  }
}
.footer .com_center_wrap .address .txt {
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap .address .txt {
    display: block;
  }
}
.footer .com_center_wrap .address .copy {
  margin-top: 17px;
  line-height: 1.17;
  font-weight: 400;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap .address .copy {
    margin-top: 20px;
  }
}
.footer .com_center_wrap .link_area {
  width: 250px;
  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: flex-end;
  gap: 25px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap .link_area {
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
  }
}
.footer .com_center_wrap .link_area .link {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap .link_area .link {
    font-size: 13px;
  }
}
.footer .com_center_wrap .link_area .highlight {
  color: #fff;
}
.footer .com_center_wrap .sns {
  width: 250px;
  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: flex-end;
  gap: 25px;
}
@media screen and (max-width: 1023.9px) {
  .footer .com_center_wrap .sns {
    justify-content: flex-start;
    width: 100%;
  }
}
.footer .com_center_wrap .sns img {
  height: 24px;
}

.qucik_menu {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 9;
}
@media screen and (max-width: 1023.9px) {
  .qucik_menu {
    top: auto;
    bottom: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}
.qucik_menu .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;
  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;
  gap: 12px;
  width: 100px;
  height: 112px;
  background-color: #707070;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .qucik_menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    gap: 7px;
    width: 50%;
    height: 50px;
    font-size: 13px;
  }
}
.qucik_menu .menu img {
  width: 40px;
}
@media screen and (max-width: 1023.9px) {
  .qucik_menu .menu img {
    width: 27px;
  }
}
.qucik_menu .menu:nth-child(2) {
  background-color: #3a94b4;
}

.com_btn {
  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;
  gap: 10px;
  box-sizing: border-box;
  line-height: initial;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
}
.com_btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
}
.com_btn__wrap.bottom {
  margin-top: 30px;
  position: relative;
  gap: 10px;
}
.com_btn__wrap.bottom .com_btn.m {
  min-width: 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn__wrap.bottom .com_btn.m {
    height: 48px;
    min-width: auto;
    flex: 1;
  }
}
.com_btn.point {
  background: #3a94b4;
}
.com_btn.point_light {
  background: #EBF5F9;
  color: #3a94b4;
  border: 1px solid #3a94b4;
}
.com_btn.point_light .icon.go {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_back.png");
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}
.com_btn.gray {
  background-color: #C7C7C7;
}
.com_btn.gray_light {
  background-color: #E8E8E8;
}
.com_btn.gray_dark {
  background-color: #707070;
}
.com_btn.line {
  background: #fff;
  border: 1px solid #707070;
  color: #707070;
}
.com_btn.line.point {
  border-color: #3a94b4;
  color: #3a94b4;
}
.com_btn.line.gray {
  background-color: #F4F4F4;
}
.com_btn.txt {
  text-decoration: underline;
  padding: 0;
  background: none;
  border: none;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.txt {
    font-size: 13px;
  }
}
.com_btn.txt.point {
  color: #3a94b4;
}
.com_btn.xl {
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  padding-inline: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.xl {
    height: 47px;
    font-size: 14px;
  }
}
.com_btn.l {
  padding-inline: 15px;
  min-width: 60px;
  height: 60px;
  font-weight: 700;
  font-size: 13px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.l {
    min-width: 50px;
    height: 50px;
    font-size: 12px;
  }
}
.com_btn.m {
  height: 48px;
  font-size: 17px;
  font-weight: 700;
  padding-inline: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_btn.m {
    height: 42px;
    font-size: 14px;
  }
  .com_btn.m .icon.go, .com_btn.m .icon.back {
    width: 16px !important;
    height: 16px !important;
  }
}
.com_btn.s {
  height: 36px;
  font-size: 13px;
  font-weight: 600;
}
.com_btn.xs {
  height: 24px;
}
.com_btn.full {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .com_btn.full_m {
    width: 100%;
  }
}
.com_btn.icon {
  aspect-ratio: 1/1;
  padding: 0;
  text-align: center;
  border-radius: 100%;
}
.com_btn .icon.top {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_top.png");
  width: 10px;
  height: 11px;
}
.com_btn .icon.go {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_go_white.png");
  width: 24px;
  height: 24px;
}
.com_btn .icon.back {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_back.png");
  width: 24px;
  height: 24px;
}
.com_btn .icon.info {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_info.png");
  width: 24px;
  height: 24px;
  background-size: 8px auto;
}
.com_btn .icon.info2 {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_info2.png");
  width: 16px;
  height: 16px;
}
.com_btn .icon.plus {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_plus.png");
  width: 7px;
  height: 7px;
}
.com_btn .icon.minus {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_minus.png");
  width: 6px;
  height: 1px;
}
.com_btn .icon.del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_del.png");
  width: 16px;
  height: 16px;
}

/*!페이징 << < > >> */
.com_paging {
  margin-block: 30px 70px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_paging {
    margin-bottom: 0;
  }
}
.com_paging .btn_first, .com_paging .btn_prev, .com_paging .btn_page, .com_paging .btn_next, .com_paging .btn_last {
  min-width: 16px;
  height: 16px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0;
}
.com_paging .btn_first img, .com_paging .btn_prev img, .com_paging .btn_next img, .com_paging .btn_last img {
  height: 13px;
}
.com_paging .btn_first, .com_paging .btn_prev {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 9px;
}
.com_paging .btn_next {
  margin-left: 9px;
}
.com_paging .btn_page {
  line-height: inherit;
  margin-inline: 5px;
}
.com_paging .btn_page.active {
  font-weight: bold;
  color: #3a94b4;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.com_tab {
  display: flex;
  margin-block: 30px;
}
.com_tab .tab {
  flex: auto;
  text-align: center;
  padding: 15px 20px 14px;
  line-height: 19px;
  font-weight: 600;
  font-size: 16px;
  background: #F4F4F4;
  border: 1px solid #E8E8E8;
  border-bottom-color: #3a94b4;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 1023.9px) {
  .com_tab .tab {
    font-size: 14px;
  }
}
.com_tab .tab.active {
  color: #3a94b4;
  background: #fff;
  border: 1px solid #3a94b4;
  border-bottom-color: #fff;
}

.com_chk {
  cursor: pointer;
  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;
}
.com_chk input:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #E0E0E0;
  vertical-align: -5px;
  cursor: pointer;
  border-radius: 4px;
}
.com_chk input:checked:before {
  background: #3a94b4 url("../img/chk_on.png") no-repeat center/contain;
  border: 0;
}
.com_chk.circle input:before {
  border-radius: 50%;
}
.com_chk.circle input:checked:before {
  background-color: #fff;
  background-image: url("../img/radio_on.png");
}
.com_chk input:disabled {
  cursor: default;
}
.com_chk input:disabled:before {
  opacity: 0.5;
}
.com_chk input:checked:disabled:before {
  opacity: 1;
}
.com_chk__wrap {
  gap: 7px 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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper .control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 47px;
  bottom: 60px;
  z-index: 10;
  width: 102px;
}
.swiper .control .swiper-pagination {
  bottom: 0;
  height: 100%;
}
.swiper .control .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 12px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  vertical-align: top;
  margin-top: 17.5px;
  transition: all 0.2s ease;
}
.swiper .control .swiper-pagination-bullets .swiper-pagination-bullet-active {
  height: 47px;
  background: #3a94b4;
  margin-top: 0;
}
@media screen and (max-width: 1023.9px) {
  .swiper .control {
    bottom: 15px;
    height: 24px;
  }
  .swiper .control .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 4px;
    height: 6px;
    margin-top: 9px;
  }
  .swiper .control .swiper-pagination-bullets .swiper-pagination-bullet-active {
    height: 24px;
    margin-top: 0;
  }
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 101;
  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-color: #fff;
  margin-inline: auto;
  z-index: 101;
  overflow: hidden;
  border-radius: 20px;
  max-width: 95vw;
}
.com_popup .pop_container.xl {
  width: 1380px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_container.xl {
    width: 100%;
  }
}
.com_popup .pop_container.l {
  width: 880px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_container.l {
    width: 100%;
  }
}
.com_popup .pop_container.m {
  width: 500px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_container.m {
    width: 100%;
  }
}
.com_popup .pop_container.s {
  width: 300px;
}
.com_popup .pop_container.s .btn_close {
  background-color: transparent;
  right: 0;
  top: 0;
  background-size: 12px auto;
}
.com_popup .pop_container.s .content_container {
  text-align: center;
}
.com_popup .content_container {
  padding: 30px;
  padding-bottom: 1px;
  text-align: left;
  max-height: calc(95vh - 180px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
}
.com_popup .content_container::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_popup .content_container::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0;
  height: 0;
}
.com_popup .content_container::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #ADAFB4;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_popup .content_container::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background: none;
}
.com_popup .content_container::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .content_container {
    max-height: calc(95vh - 57px - 78px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
    padding: 20px;
    padding-bottom: 0;
  }
  .com_popup .content_container::-webkit-scrollbar { /*스크롤바*/
    width: 6px;
    height: 6px;
  }
  .com_popup .content_container::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0;
    height: 0;
  }
  .com_popup .content_container::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #ADAFB4;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .com_popup .content_container::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background: none;
  }
  .com_popup .content_container::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background: none;
  }
}
.com_popup .content_container.bg {
  background-color: #F4F4F4;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .content_container.bg {
    padding-bottom: 20px;
  }
}
.com_popup .content_container .com_option_list {
  padding-block: 0 10px;
}
.com_popup .content_container .com_btn__wrap.bottom {
  margin-block: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup.not_has_btn_container .content_container {
    max-height: calc(95vh - 57px);
  }
  .com_popup.not_has_pop_tit .content_container {
    max-height: calc(95vh - 78px);
  }
  .com_popup.not_has_btn_container_pop_tit .content_container {
    max-height: 95vh;
  }
}
.com_popup .btn_container {
  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: 30px;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .btn_container {
    padding: 15px 20px;
  }
}
.com_popup .btn_container .com_btn.m {
  min-width: 150px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .btn_container .com_btn.m {
    min-width: 100px;
  }
}
.com_popup .btn_container .com_btn.s {
  min-width: 100px;
}
.com_popup .btn_container .com_btn.divider {
  margin-left: auto;
}
.com_popup .pop_tit {
  padding: 26px 80px 26px 40px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .pop_tit {
    padding: 16px 50px 16px 20px;
    font-size: 16px;
  }
  .com_popup .pop_tit .sub {
    display: block;
    font-size: 13px;
    font-weight: 400;
  }
}
.com_popup .btn_close {
  background-color: #D9D9D9;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: absolute;
  right: 27px;
  top: 20px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-image: url("../img/btn_close.png");
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_popup .btn_close {
    width: 24px;
    height: 24px;
    background-size: 10px auto;
    right: 20px;
    top: 13px;
  }
}

.pop_custom .content_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  overflow: visible;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom .content_container {
    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;
    max-height: calc(95vh - 57px - 78px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-face-color: transparent; /*스크롤*/
    scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
    scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
    scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
    scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
    scrollbar-arrow-color: transparent; /*화살*/
    scrollbar-track-color: transparent; /*스크롤영역*/
  }
  .pop_custom .content_container::-webkit-scrollbar { /*스크롤바*/
    width: 6px;
    height: 6px;
  }
  .pop_custom .content_container::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
    width: 0;
    height: 0;
  }
  .pop_custom .content_container::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
    background-color: #ADAFB4;
    background-clip: padding-box;
    border-radius: 5px;
  }
  .pop_custom .content_container::-webkit-scrollbar-track { /*스크롤바 진행줄*/
    background: none;
  }
  .pop_custom .content_container::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
    background: none;
  }
}
.pop_custom .content_container .product {
  padding: 30px 20px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  width: 400px;
  min-height: 100%;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #444;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom .content_container .product {
    padding: 20px 20px 30px;
    width: 100%;
    min-height: auto;
    font-size: 14px;
  }
}
.pop_custom .content_container .product img {
  width: 265px;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom .content_container .product img {
    width: 150px;
  }
}
.pop_custom .content_container .com_option_list {
  width: calc(100% - 400px);
  border-left: 1px solid #DCDCDC;
  padding-left: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
  align-self: stretch;
  align-items: flex-start;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  padding-right: 10px;
  margin-right: -10px;
}
.pop_custom .content_container .com_option_list > * {
  width: calc((100% - 20px * 3) / 4);
}
.pop_custom .content_container .com_option_list::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.pop_custom .content_container .com_option_list::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0;
  height: 0;
}
.pop_custom .content_container .com_option_list::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #ADAFB4;
  background-clip: padding-box;
  border-radius: 5px;
}
.pop_custom .content_container .com_option_list::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background: none;
}
.pop_custom .content_container .com_option_list::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom .content_container .com_option_list {
    border: none;
    padding: 0;
    margin: 15px 0 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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
    overflow: visible;
    max-height: none;
  }
  .pop_custom .content_container .com_option_list > * {
    width: calc((100% - 10px * 2) / 3);
  }
}

.pop_custom_info .tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.pop_custom_info .tit .sub {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .tit .sub {
    font-size: 13px;
  }
}
.pop_custom_info .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;
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_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;
  }
}
.pop_custom_info .info_box .thumb {
  width: 350px;
  min-width: 350px;
  padding-block: 18px;
  background: #F8F8F8;
  border-right: 1px solid #E8E8E8;
  text-align: center;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_box .thumb {
    width: 100%;
    min-width: auto;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
  }
}
.pop_custom_info .info_box .info_area {
  padding: 25px 30px;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_box .info_area {
    padding: 20px 15px;
    font-size: 13px;
  }
}
.pop_custom_info .info_box .info_area .tit_field {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_box .info_area .tit_field {
    font-size: 14px;
  }
}
.pop_custom_info .info_box .info_area .info {
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_box .info_area .info {
    font-size: 13px;
    margin-top: 10px;
  }
}
.pop_custom_info .info_box .info_area .info li {
  position: relative;
  padding-left: 13px;
}
.pop_custom_info .info_box .info_area .info li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  background: #707070;
  border-radius: 3px;
  vertical-align: middle;
  cursor: default;
}
.pop_custom_info .info_box .info_area .info li:not(:last-child) {
  margin-bottom: 5px;
}
.pop_custom_info .info_box .info_area .info li:before {
  margin-left: -13px;
}
.pop_custom_info .info_box__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
}
.pop_custom_info .info_box__wrap > * {
  width: calc((100% - 10px * 0) / 1);
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_box__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 15px;
    width: 100%;
  }
  .pop_custom_info .info_box__wrap > * {
    width: calc((100% - 15px * 0) / 1);
  }
}
.pop_custom_info .info_box__wrap.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
  width: 100%;
  margin-bottom: 40px;
}
.pop_custom_info .info_box__wrap.col2 > * {
  width: calc((100% - 10px * 1) / 2);
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_box__wrap.col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 15px;
    width: 100%;
  }
  .pop_custom_info .info_box__wrap.col2 > * {
    width: calc((100% - 15px * 0) / 1);
  }
}
.pop_custom_info .info_box__wrap + .tit {
  margin-top: 40px;
}
@media screen and (max-width: 1023.9px) {
  .pop_custom_info .info_box__wrap + .tit {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1023.9px) {
  .pop_address_manage .btn_container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pop_address_manage .btn_container .com_btn {
    min-width: 60px !important;
    width: 60px;
  }
  .pop_address_manage .btn_container .com_btn:first-child {
    flex: 1;
  }
  .pop_address_manage .btn_container .com_btn.point_light {
    flex: none;
    width: 100%;
  }
}

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

.com_pg_tit {
  font-size: 40px;
  padding-block: 50px 43px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit {
    padding-block: 30px 23px;
    font-size: 22px;
  }
}
.com_pg_tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  padding-bottom: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap {
    flex-wrap: wrap;
  }
}
.com_pg_tit__wrap .sub {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.com_pg_tit__wrap .sub::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  margin-inline: 13px;
  background: #D7D7D7;
  cursor: default;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .sub {
    font-size: 14px;
  }
  .com_pg_tit__wrap .sub:first-of-type::before {
    display: none;
  }
}
.com_pg_tit__wrap .sub .tit_field {
  font-size: 16px;
  font-weight: 400;
  padding-right: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .sub .tit_field {
    font-size: 13px;
  }
}
.com_pg_tit__wrap .com_pg_tit {
  padding-bottom: 0;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap .com_pg_tit {
    width: 100%;
    margin-bottom: 5px;
  }
}
.com_pg_tit__wrap.has_com_btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-block: 50px 46px;
}
.com_pg_tit__wrap.has_com_btn__wrap .com_pg_tit {
  padding-block: 0;
  line-height: 1.5;
}
.com_pg_tit__wrap.has_com_btn__wrap .com_btn__wrap {
  margin-left: auto;
}
.com_pg_tit__wrap.has_com_btn__wrap .com_btn__wrap .com_btn {
  height: 36px;
  font-size: 13px;
  gap: 5px;
}
.com_pg_tit__wrap.has_com_btn__wrap .com_btn__wrap .com_btn .icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit__wrap.has_com_btn__wrap {
    padding-block: 27px 25px;
  }
  .com_pg_tit__wrap.has_com_btn__wrap .com_pg_tit {
    width: auto;
    line-height: 36px;
    margin: 0;
  }
  .com_pg_tit__wrap.has_com_btn__wrap .com_btn__wrap {
    padding-block: 0;
  }
}
.com_pg_tit + .com_tit {
  margin-top: 57px;
}
@media screen and (max-width: 1023.9px) {
  .com_pg_tit + .com_tit {
    margin-top: 20px;
  }
}
.com_pg_tit.line {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.com_tit {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_tit {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.com_option_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: 20px 20px;
  width: 100%;
}
.com_option_list > * {
  width: calc((100% - 20px * 5) / 6);
}
@media screen and (max-width: 1023.9px) {
  .com_option_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: 10px 10px;
    width: 100%;
  }
  .com_option_list > * {
    width: calc((100% - 10px * 2) / 3);
  }
}
.com_option_list .tit {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .com_option_list .tit {
    font-size: 14px;
  }
}
.com_option_list label.chk {
  cursor: pointer;
}
.com_option_list .chk {
  padding: 5px 0 20px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  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: center;
  position: relative;
  align-self: stretch;
}
@media screen and (max-width: 1023.9px) {
  .com_option_list .chk {
    font-size: 13px;
    padding: 10px 5px;
  }
}
.com_option_list .chk input {
  display: block;
}
.com_option_list .chk input:checked:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1023.9px) {
  .com_option_list .chk input:checked:before {
    background-size: 27px auto;
  }
}
/* 옵션 썸네일: UA padding 제거 → CSS. inline-block+max-width:100% 수축 방지 */
.com_option_list .chk .opt_img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_option_list .chk .opt_img {
    padding: 5px;
  }
}
.com_option_list .chk img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_option_list .chk img {
    width: 100%;
  }
}
.com_option_list + .com_option_list {
  margin-top: 40px;
}

.com_sec_estimate {
  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;
  align-items: flex-start;
  gap: 29px 49px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_estimate {
    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-bottom: 30px;
    margin-bottom: 30px;
    gap: 20px;
  }
}
.com_sec_estimate .img_area {
  width: 928px;
  background-color: #fff;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_estimate .img_area {
    width: 100%;
  }
}
.com_sec_estimate .img_area .img {
  border: 1px solid #E8E8E8;
  text-align: center;
}
.com_sec_estimate .com_input_sec {
  width: calc(100% - 928px - 49px);
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_estimate .com_input_sec {
    width: 100%;
    margin-top: 0;
  }
}
.com_sec_estimate .txt {
  width: 100%;
  margin-top: 29px;
  font-size: 14px;
}
@media screen and (max-width: 1023.9px) {
  .com_sec_estimate .txt {
    font-size: 12px;
    margin-top: 0;
  }
}

.com_list .search_sec {
  padding: 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;
  gap: 44px;
  max-height: none;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
}
.com_list .search_sec::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_list .search_sec::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0;
  height: 0;
}
.com_list .search_sec::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #ADAFB4;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_list .search_sec::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background: none;
}
.com_list .search_sec::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec {
    overflow: visible;
    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: 0;
    padding-bottom: 25px;
    gap: 10px;
  }
}
.com_list .search_sec .input,
.com_list .search_sec .select {
  width: 140px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec .input,
  .com_list .search_sec .select {
    width: 100%;
  }
}
.com_list .search_sec .input.search,
.com_list .search_sec .select.search {
  width: 350px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec .input.search,
  .com_list .search_sec .select.search {
    width: 100%;
  }
}
.com_list .search_sec .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: 5px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec .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;
    width: 100%;
    align-items: flex-start;
  }
}
.com_list .search_sec .item .tit {
  white-space: nowrap;
  margin-right: 15px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec .item .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.com_list .search_sec .item .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;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec .item .wrap {
    width: 100%;
  }
}
.com_list .search_sec .item .wrap .ui-datepicker-trigger {
  margin-left: -35px;
}
.com_list .search_sec .item.com_btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  margin-left: auto;
}
.com_list .search_sec .item.com_btn__wrap .com_btn {
  min-width: 94px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec .item.com_btn__wrap .com_btn {
    width: 100%;
  }
}
.com_list .search_sec .com_btn.m {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_list .search_sec .com_btn.m {
    font-size: 13px;
  }
}
.com_list .filter_sec {
  background: #F8F8F8;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .filter_sec {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-bottom: 25px;
  }
}
.com_list .filter_sec > .tit {
  padding: 20px 40px;
  font-weight: 500;
  font-size: 18px;
  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) {
  .com_list .filter_sec > .tit {
    padding-inline: 25px;
    font-size: 14px;
  }
}
.com_list .filter_sec > .tit .btn_open {
  background: #E8E8E8;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.com_list .filter_sec > .tit .btn_open:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid #707070;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
  margin-bottom: 3px;
}
.com_list .filter_sec > .tit .btn_open.active:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid #707070;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-bottom: 0;
}
.com_list .filter_sec .wrap {
  border-top: 1px solid #E8E8E8;
  padding: 32px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px 22px;
  width: 100%;
  display: none;
}
.com_list .filter_sec .wrap > * {
  width: calc((100% - 22px * 11) / 12);
}
@media screen and (max-width: 1023.9px) {
  .com_list .filter_sec .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
    width: 100%;
    display: none;
    padding: 25px;
  }
  .com_list .filter_sec .wrap > * {
    width: calc((100% - 20px * 2) / 3);
  }
}
.com_list .filter_sec .wrap.active {
  display: flex;
}
.com_list .filter_sec .wrap .tit_field {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .com_list .filter_sec .wrap .tit_field {
    font-size: 14px;
  }
}
.com_list .filter_sec .wrap .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;
  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;
  cursor: pointer;
}
.com_list .filter_sec .wrap .chk .img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  aspect-ratio: auto;
  background: #fff;
  margin: 0 auto;
}
.com_list .filter_sec .wrap .chk .img img {
  object-fit: contain;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_list .filter_sec .wrap .chk:hover .img:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.com_list .filter_sec .wrap .chk input:checked + .img:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 3px solid #3a94b4;
}
.com_list .scroll {
  max-height: calc(100vh - 383px);
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-face-color: transparent; /*스크롤*/
  scrollbar-highlight-color: #e2e8f0; /*하이라이트*/
  scrollbar-3dlight-color: transparent; /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: transparent; /*오른쪽외곽음영*/
  scrollbar-shadow-color: transparent; /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: transparent; /*화살*/
  scrollbar-track-color: transparent; /*스크롤영역*/
  max-width: 100%;
  padding-bottom: 5px;
}
.com_list .scroll::-webkit-scrollbar { /*스크롤바*/
  width: 6px;
  height: 6px;
}
.com_list .scroll::-webkit-scrollbar-button { /*스크롤바 버튼(아래 위 화살표)*/
  width: 0;
  height: 0;
}
.com_list .scroll::-webkit-scrollbar-thumb { /*스크롤바 핸들*/
  background-color: #ADAFB4;
  background-clip: padding-box;
  border-radius: 5px;
}
.com_list .scroll::-webkit-scrollbar-track { /*스크롤바 진행줄*/
  background: none;
}
.com_list .scroll::-webkit-scrollbar-track-piece { /*진행줄에서 핸들로 덮이지 않은 영역 */
  background: none;
}
.com_list .scroll .list {
  table-layout: fixed;
  width: max-content;
  min-width: 100%;
  border-collapse: separate;
}
.com_list .list {
  border-top: 1px solid #797876;
}
.com_list .list thead th {
  padding: 12px 10px;
  height: 48px;
  font-weight: 700;
  font-size: 15px;
  background: #F8F8F8;
  border-bottom: 1px solid #E8E8E8;
}
.com_list .list thead th:not(:first-child) {
  border-left: 1px solid #E8E8E8;
}
.com_list .list td {
  padding: 12px 10px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
  white-space: nowrap;
}
.com_list .list td.long_field {
  white-space: normal;
}
.com_list .list td:not(:first-child) {
  border-left: 1px solid #E8E8E8;
}
.com_list .list td .th_m, .com_list .list td .btn_open {
  display: none;
}
.com_list.has_thumb_list + .com_paging {
  margin-top: 70px;
}
@media screen and (max-width: 1023.9px) {
  .com_list.has_thumb_list + .com_paging {
    margin-top: 30px;
  }
}
.com_list .thumb_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: 50px 50px;
  width: 100%;
}
.com_list .thumb_list > * {
  width: calc((100% - 50px * 2) / 3);
}
@media screen and (max-width: 1023.9px) {
  .com_list .thumb_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: 22px 11px;
    width: 100%;
  }
  .com_list .thumb_list > * {
    width: calc((100% - 11px * 1) / 2);
  }
}
.com_list .thumb_list .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;
  font-size: 16px;
  font-weight: 700;
  gap: 15px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_list .thumb_list .item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
  }
}
.com_list .thumb_list .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-width: 100%;
  aspect-ratio: 1;
}
.com_list .thumb_list .item .thumb img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
.com_list .thumb_list.type_wide .thumb {
  aspect-ratio: 43/32;
}
@media screen and (max-width: 1023.9px) {
  .com_list .thumb_list.m_col01 {
    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: 25px 0px;
    width: 100%;
  }
  .com_list .thumb_list.m_col01 > * {
    width: calc((100% - 0px * 0) / 1);
  }
}
.com_list .thumb_list.col04 {
  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: 50px 20px;
  width: 100%;
}
.com_list .thumb_list.col04 > * {
  width: calc((100% - 20px * 3) / 4);
}
@media screen and (max-width: 1023.9px) {
  .com_list .thumb_list.col04 {
    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: 22px 11px;
    width: 100%;
  }
  .com_list .thumb_list.col04 > * {
    width: calc((100% - 11px * 1) / 2);
  }
}
@media screen and (max-width: 1023.9px) {
  .com_list.m_type .scroll {
    overflow: visible;
    height: auto;
    max-height: none;
  }
  .com_list.m_type .list {
    border: none;
    width: 100%;
  }
  .com_list.m_type .list thead, .com_list.m_type .list colgroup {
    display: none;
  }
  .com_list.m_type .list tbody {
    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;
  }
  .com_list.m_type .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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
  }
  .com_list.m_type .list tr.has_info_field {
    padding-bottom: 0;
  }
  .com_list.m_type .list tr.has_info_field .tit_field, .com_list.m_type .list tr.has_info_field .estimate_num {
    width: calc(100% - 92px);
  }
  .com_list.m_type .list tr td {
    font-size: 12px;
    order: 2;
    text-align: left;
    padding: 0;
    border: none !important;
    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_list.m_type .list tr td .th_m:after {
    content: ":";
    display: inline-block;
    margin-inline: 5px;
  }
  .com_list.m_type .list tr td.col_m {
    width: auto;
  }
  .com_list.m_type .list tr td.col_m:not(:last-of-type):after {
    content: "ㆍ";
  }
  .com_list.m_type .list tr td.tit_field {
    order: 1;
    margin-bottom: 9px;
    width: 100%;
  }
  .com_list.m_type .list tr td.tit_field * {
    font-size: 14px;
    font-weight: 700;
  }
  .com_list.m_type .list tr td.tit_field .btn_open {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border: solid #707070;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    display: block;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .com_list.m_type .list tr td.tit_field .btn_open.active {
    transform: rotate(-45deg);
    top: 15px;
  }
  .com_list.m_type .list tr td.estimate_num {
    order: 1;
  }
  .com_list.m_type .list tr td.state_field {
    position: absolute;
    right: 35px;
    top: 10px;
    color: #3a94b4;
    font-size: 12px;
    font-weight: 700;
    width: 50px;
    text-align: center;
    justify-content: center;
  }
  .com_list.m_type .list tr td.chk_field {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .com_list.m_type .list tr td.info_field {
    order: 5;
    background-color: #F4F4F4;
    padding-inline: 17px;
    display: none;
  }
  .com_list.m_type .list tr td.info_field:first-of-type {
    padding-top: 14px;
  }
  .com_list.m_type .list tr td.info_field.active {
    display: flex !important;
  }
  .com_list.m_type .list tr td.btn_field {
    order: 6;
    padding-block: 15px 20px;
    background-color: #F4F4F4;
    padding-inline: 17px;
    display: none;
  }
  .com_list.m_type .list tr td.btn_field.active {
    display: block;
  }
  .com_list.m_type .list tr td.btn_field .com_btn {
    font-weight: 700;
  }
  .com_list.m_type .list tr td .th_m {
    display: block;
  }
}

@media screen and (max-width: 1023.9px) {
  .com_custom_detail .qucik_menu {
    display: none !important;
  }
}
.com_custom_detail .footer {
  margin-top: 0;
}
.com_custom_detail .main_container {
  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;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container {
    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_custom_detail .main_container .custom_sec {
  padding-inline: 70px;
  padding-bottom: 137px;
  width: 67%;
  align-self: stretch;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .main_container .custom_sec {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container .custom_sec {
    width: 100%;
    padding-bottom: 25px;
    padding-inline: 25px;
  }
}
.com_custom_detail .main_container .detail_sec {
  padding-block: 0 100px;
  width: 33%;
  min-width: 33%;
  background-color: #fff;
  align-self: stretch;
  border-left: 1px solid #E8E8E8;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container .detail_sec {
    width: 100%;
    padding-inline: 25px;
    padding-bottom: 30px;
  }
}
.com_custom_detail .main_container .detail_sec .info {
  border-top: 1px solid #E8E8E8;
  margin-inline: 70px;
  padding-block: 30px;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .main_container .detail_sec .info {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container .detail_sec .info {
    margin: 0;
    padding-block: 15px;
  }
}
.com_custom_detail .main_container .detail_sec .info:first-child, .com_custom_detail .main_container .detail_sec .info:first-of-type {
  border-color: #797876;
}
.com_custom_detail .main_container .detail_sec .info .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container .detail_sec .info .tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.com_custom_detail .main_container .detail_sec .info .txt {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container .detail_sec .info .txt {
    font-size: 13px;
  }
}
.com_custom_detail .main_container .detail_sec .com_pg_tit {
  margin-inline: 70px;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .main_container .detail_sec .com_pg_tit {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container .detail_sec .com_pg_tit {
    margin-inline: 0;
  }
}
.com_custom_detail .main_container .detail_sec .com_btn__wrap.bottom {
  gap: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .main_container .detail_sec .com_btn__wrap.bottom {
    position: fixed !important;
    left: 0;
    z-index: 9;
    width: 100% !important;
  }
}
.com_custom_detail .main_container .detail_sec .com_btn__wrap.bottom .com_btn {
  border-radius: 0;
  width: 100%;
}
.com_custom_detail .main_container .detail_sec .com_btn__wrap.bottom.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 33%;
}
.com_custom_detail .table {
  border-top: 1px solid #797876;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table {
    border-top: none;
  }
}
.com_custom_detail .table tr:last-child td {
  border-bottom: 1px solid #797876;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table tr:last-child td {
    border-color: #E8E8E8;
  }
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table thead {
    display: none;
  }
}
.com_custom_detail .table thead th {
  height: 58px;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #E8E8E8;
  background-color: #F8F8F8;
}
.com_custom_detail .table thead th:not(:first-child) {
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 10px;
  }
  .com_custom_detail .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;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #797876;
    border-bottom: 1px solid #E8E8E8;
  }
}
/* 모바일 수량은 top 고정 — 조합칸(세로형) 높이와 무관하게 제품행에 유지 */
@media screen and (max-width: 1400px) {
  .com_custom_detail .table .new td.amount_field.has_com_btn {
    top: 42px;
    bottom: auto;
  }
}
.com_custom_detail .table td {
  background-color: #fff;
  padding: 20px 10px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td {
    border: none !important;
    background-color: transparent;
  }
}
.com_custom_detail .table td:not(:first-child) {
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td:not(:first-child) {
    border: none;
  }
}
.com_custom_detail .table td.alignC {
  text-align: center;
}
.com_custom_detail .table td.product_field {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.product_field {
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    text-align: left;
    padding-inline: 15px;
    width: calc(100% - 44px);
  }
}
.com_custom_detail .table td.product_field .name {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.product_field .name {
    margin-block: 0 27px;
    font-size: 14px;
  }
}
.com_custom_detail .table td.product_field img {
  width: 104px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.product_field img {
    width: 74px;
  }
}
.com_custom_detail .table td.custom_field {
  padding-inline: 50px 16px;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.custom_field {
    border-top: 1px solid #E8E8E8 !important;
    padding: 15px;
    width: 100%;
    order: 4;
  }
}
.com_custom_detail .table td.custom_field .tit {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.custom_field .tit {
    font-size: 14px;
  }
}
.com_custom_detail .table td.custom_field .tit + .input_wrap {
  margin-top: 10px;
}
.com_custom_detail .table td.custom_field img {
  width: 100px;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.custom_field img {
    width: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.custom_field .com_btn .has_info {
    width: 16px;
    height: 16px;
  }
  .com_custom_detail .table td.custom_field .com_btn .has_info .icon {
    background-size: 6px auto;
  }
}
.com_custom_detail .table td.amount_field {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.amount_field {
    order: 2;
    position: absolute;
    top: 42px;
    bottom: auto;
    left: 82px;
    font-size: 12px;
  }
  .com_custom_detail .table td.amount_field.has_com_btn {
    top: 42px;
    bottom: auto;
    left: 82px;
  }
}
.com_custom_detail .table td.amount_field .m {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .com_custom_detail .table td.amount_field .m {
    display: inline-block;
    margin-left: 3px;
    font-weight: 400;
  }
}
.com_custom_detail .table td.amount_field .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;
  border: 1px solid #D7D7D7;
  padding: 0 15px;
  width: 120px;
  height: 42px;
  margin-inline: auto;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.amount_field .wrap {
    border: none;
    width: 80px;
  }
}
.com_custom_detail .table td.amount_field .wrap .com_btn {
  width: 16px;
  height: 16px;
}
.com_custom_detail .table td.amount_field .wrap .input {
  background: none;
  border: none;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.amount_field .wrap .input {
    width: 50px;
    padding: 0;
  }
}
.com_custom_detail .table td.amount_field .count_wrap {
  margin: 0 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;
  width: 110px;
  height: 30px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
}
.com_custom_detail .table td.amount_field .count_wrap .btn_minus, .com_custom_detail .table td.amount_field .count_wrap .btn_plus {
  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-width: 30px;
}
.com_custom_detail .table td.amount_field .count_wrap .btn_minus > img, .com_custom_detail .table td.amount_field .count_wrap .btn_plus > img {
  width: 11px;
  height: 11px;
}
.com_custom_detail .table td.amount_field .count_wrap .num {
  padding: 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: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex: 1;
  min-width: 50px;
  height: 28px;
  text-align: center;
  background: #fff;
  border-block: 0;
  border-inline: 1px solid #D7D7D7;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td.del_field {
    order: 3;
    width: 44px;
  }
}
.com_custom_detail .table td .btn_add {
  border: 1px solid #797876;
  background-color: #F8F8F8;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon_add.png");
  width: 100px;
  height: 100px;
  background-size: 20px auto;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td .btn_add {
    width: 60px;
    height: 60px;
  }
}
.com_custom_detail .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_custom_detail .table td .input_wrap + .input_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .com_custom_detail .table td .input_wrap + .input_wrap {
    margin-top: 10px;
  }
}
.com_custom_detail .table td .input_wrap .select + .com_btn {
  margin-left: 15px;
}

.com_input_sec .notice_field {
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .notice_field {
    font-size: 13px;
  }
}
.com_input_sec .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;
}
.com_input_sec .block .tit_field {
  width: 135px;
}
.com_input_sec .block .input_field {
  width: calc(100% - 135px);
}
.com_input_sec .tit_field {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field {
    font-size: 14px;
  }
}
.com_input_sec .tit_field:not(:first-child) {
  margin-top: 17px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .tit_field:not(:first-child) {
    margin-top: 20px;
  }
}
.com_input_sec .tit_field .icon_must {
  color: #3a94b4;
  font-style: normal;
  margin-left: 4px;
}
.com_input_sec .tit_field .com_chk {
  margin-left: auto;
  font-weight: 400;
  font-size: 15px;
}
.com_input_sec .input_field {
  margin-top: 10px;
}
.com_input_sec .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_input_sec .input_wrap .unit {
  width: 22px;
}
.com_input_sec + .com_write {
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_input_sec .com_btn__wrap.bottom {
    margin-top: 20px;
  }
}

.com_write .tit {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_write .tit {
    font-size: 14px;
  }
}
.com_write .write {
  border-top: 1px solid #797876;
}
.com_write .write th, .com_write .write td {
  padding: 15px 30px;
  height: 48px;
  font-size: 15px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write th, .com_write .write td {
    padding: 0;
    height: auto;
  }
}
.com_write .write th {
  text-align: left;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write th {
    border-bottom: none;
    padding: 20px 0 10px;
    font-size: 14px;
  }
}
.com_write .write th:not(:first-child) {
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write th:not(:first-child) {
    border-left: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write .write td {
    padding-bottom: 20px;
    font-size: 13px;
  }
}
.com_write .write td .select {
  max-width: 300px;
}
.com_write .write td .input {
  max-width: 300px;
}
@media screen and (max-width: 767.9px) {
  .com_write .write td .input {
    max-width: none;
  }
}
.com_write .write td .input.post {
  max-width: 150px;
}
@media screen and (max-width: 767.9px) {
  .com_write .write td .input.post {
    max-width: none;
  }
}
.com_write .write td .input.full {
  max-width: none;
}
.com_write .write td .input.full + .full {
  margin-top: 10px;
}
.com_write .write 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: 10px;
}
.com_write .write td .input_wrap.col {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com_write .write td .input_wrap + .full {
  margin-top: 10px;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write td .input_wrap.m_block {
    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_write .write td .input_wrap.chk_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 15px;
}
.com_write .write td .input_wrap.chk_field .com_chk {
  line-height: 19px;
  vertical-align: top;
}
.com_write .write td .input_wrap.chk_field .com_chk ~ .com_chk {
  margin-top: 12px;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write td .input_wrap.chk_field {
    padding: 15px 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    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_write .write td .input_wrap.chk_field .chk_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    width: 100%;
  }
  .com_write .write td .input_wrap.chk_field .chk_area .com_chk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    white-space: nowrap;
    vertical-align: top;
    margin: 15px 0 0;
  }
  .com_write .write td .input_wrap.chk_field .chk_area br {
    display: none;
  }
  .com_write .write td .input_wrap.chk_field .com_btn {
    margin-left: auto;
    margin-top: 18px;
  }
}
.com_write .write td .com_btn.m {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write td .com_btn.m {
    font-size: 13px;
  }
}
.com_write .write td.email_field .input, .com_write .write td.email_field .select {
  max-width: 150px;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write td.email_field .input_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .com_write .write td.email_field .input_wrap .input {
    width: calc((100% - 32px) / 2);
  }
  .com_write .write td.email_field .input_wrap .select {
    max-width: none;
  }
}
.com_write .write td.tel_field .input_wrap .num_input {
  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;
}
@media screen and (max-width: 1023.9px) {
  .com_write .write td.tel_field .input_wrap .num_input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    width: 100%;
  }
}
.com_write .write td.tel_field .input_wrap .input {
  max-width: 88px;
}
@media screen and (max-width: 767.9px) {
  .com_write .write td.tel_field .input_wrap .input {
    max-width: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write .write td.tel_field .input_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_write .write td.tel_field .input_wrap .com_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    width: 100%;
  }
  .com_write .write td.tel_field .input_wrap .input_guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write .write colgroup {
    display: none;
  }
  .com_write .write tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
}
.com_write .captcha_area .img_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: 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;
  width: 144px;
  height: 48px;
  border: 1px solid #d7d7d7;
}
@media screen and (max-width: 1023.9px) {
  .com_write .captcha_area .img_box {
    width: 100%;
  }
}
.com_write .captcha_area .input {
  width: 124px;
}
@media screen and (max-width: 1023.9px) {
  .com_write .captcha_area .input {
    width: 100%;
    max-width: 100% !important;
  }
}
.com_write .input_field textarea {
  height: 370px;
}
.com_write + .com_write {
  margin-top: 20px;
}

.com_view .top {
  padding-top: 37px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .top {
    padding-top: 27px;
  }
}
.com_view .top .cate {
  font-size: 20px;
  font-weight: 700;
  color: #3a94b4;
}
@media screen and (max-width: 1023.9px) {
  .com_view .top .cate {
    font-size: 13px;
  }
}
.com_view .top .tit {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .top .tit {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.com_view .top .product {
  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: 20px 50px;
  padding-block: 29px;
  border-top: 1px solid #E8E8E8;
}
@media screen and (max-width: 1023.9px) {
  .com_view .top .product {
    padding-block: 20px;
    gap: 10px 20px;
  }
}
.com_view .top .product .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;
}
.com_view .top .product .item .thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  aspect-ratio: auto;
  border: 1px solid #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;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.com_view .top .product .item .thumb img {
  object-fit: contain;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
}
@media screen and (max-width: 1023.9px) {
  .com_view .top .product .item .thumb {
    width: 50px;
    height: 50px;
  }
}
.com_view .view_contents {
  border-top: 1px solid #E8E8E8;
  padding-top: 64px;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents {
    padding-top: 30px;
    font-size: 13px;
  }
}
.com_view .view_contents .block {
  padding-bottom: 50px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block {
    padding-bottom: 25px;
  }
}
.com_view .view_contents .block > .tit_field {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block > .tit_field {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.com_view .view_contents .block .info_field {
  font-size: 14px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block .info_field {
    font-size: 12px;
    margin-bottom: 19px;
  }
}
.com_view .view_contents .block + .block {
  padding-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block + .block {
    padding-top: 25px;
  }
}
.com_view .view_contents .block .product_detail {
  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: 80px;
  background-color: #F8F8F8;
  padding: 50px 100px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block .product_detail {
    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: 0;
    padding: 30px;
  }
}
.com_view .view_contents .block .product_detail .img {
  width: 300px;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block .product_detail .img {
    padding-bottom: 30px;
  }
  .com_view .view_contents .block .product_detail .img img {
    max-width: 70%;
  }
}
.com_view .view_contents .block .product_detail .info .tit_field {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block .product_detail .info .tit_field {
    font-size: 16px;
    color: #707070;
  }
}
.com_view .view_contents .block .product_detail .info .txt_field {
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (max-width: 1023.9px) {
  .com_view .view_contents .block .product_detail .info .txt_field {
    margin-top: 15px;
    font-size: 13px;
  }
}
.com_view + .com_btn__wrap.bottom .com_btn {
  min-width: 80px;
}
@media screen and (max-width: 1023.9px) {
  .com_view + .com_btn__wrap.bottom .com_btn {
    flex: none;
  }
}
