/* 초기화 */
@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");
/* 공통 */
@font-face{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 200;
 src:url(/fonts/NotoSansKR-Thin.eot);
 src:url(/fonts/NotoSansKR-Thin.eot) format('embedded-opentype'),
     url(/fonts/NotoSansKR-Thin.woff) format('woff'),
     url(/fonts/NotoSansKR-Thin.otf) format('.otf');
}
@font-face{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
 src:url(/fonts/NotoSansKR-Light.eot);
 src:url(/fonts/NotoSansKR-Light.eot) format('embedded-opentype'),
     url(/fonts/NotoSansKR-Light.woff) format('woff'),
     url(/fonts/NotoSansKR-Light.otf) format('.otf');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
src:url(/fonts/NotoSansKR-Regular.eot);
src:url(/fonts/NotoSansKR-Regular.eot) format('embedded-opentype'),
    url(/fonts/NotoSansKR-Regular.woff) format('woff'),
    url(/fonts/NotoSansKR-Regular.otf) format('.otf');
 
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
 src:url(/fonts/NotoSansKR-Bold.eot);
 src:url(/fonts/NotoSansKR-Bold.eot) format('embedded-opentype'),
     url(/fonts/NotoSansKR-Bold.woff) format('woff'),
     url(/fonts/NotoSansKR-Bold.otf) format('.otf');
}
#ifrm {
    width: 100%;
   min-height: 300px;
    overflow: hidden;
    border: 0;
}

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

* {
  box-sizing: border-box;
  font-family:  'Noto Sans KR', 'Malgun Gothic', Dotum, Arial, Helvetica, sans-serif;
  letter-spacing: -0.025em;
}

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

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

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

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

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

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

a:hover {
  text-decoration: none;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
  border: 1px solid #ddd;
  padding: 0 13px;
  box-sizing: border-box;
  color: #222;
  font-size: 15px;
  background: #fff;
  vertical-align: middle;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  letter-spacing: -0.33px;
}

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

select {
  padding-inline: 5px 10px;
}

/*select {-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url('../img/select_arrow.png') no-repeat #fff; background-position: calc(100% - 10px) center; background-size: 15px auto; } */
/*select:disabled { background-image:url('../img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
input[type=chekbox],
input[type=radio] {
  padding-right: 8px;
  display: none;
}

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

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

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

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

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

i {
  font-style: normal;
}

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

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

th {
  text-align: center;
}

td {
  text-align: left;
}

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

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

button:disabled {
  cursor: not-allowed;
}

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

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

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

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

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

/*input:disabled { background-color:rgba(255,255,255,0); cursor:not-allowed } */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
  font-size: 15px;
}

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

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

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

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

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

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

input:focus {
  outline: none;
}

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

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

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

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

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

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

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

textarea {
  line-height: 1.5;
}

textarea {
  resize: none;
}

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

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

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

main,
section,
article {
  display: block;
}

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

address {
  font-style: normal;
}

@media screen and (max-width: 1280px) {
  /*태블릿*/
  input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 13px;
  }
  input::placeholder,
textarea::placeholder {
    font-size: 13px;
  }
  input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 13px;
  }
}
.head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 130px;
  border-bottom: 1px solid #ececec;
}
.head.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 7px 30px;
  height: 70px;
  z-index: 3;
  background: #fff;
  animation: smoothScroll 0.5s forwards;
}
@media screen and (max-width: 1280px) {
  .head.fixed {
    padding: 7px 15px;
    height: 55px;
  }
}
.head.fixed .logo img {
  max-width: 65px;
}
@media screen and (max-width: 1280px) {
  .head.fixed .logo img {
    max-width: 50px;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1600px) {
  .head {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .head {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 7px 15px;
    height: 55px;
    z-index: 101;
    background: #fff;
    border-bottom: 1px solid #ececec;
  }
  .head + main {
    padding-top: 55px;
  }
}
.head .logo {
  width: 180px;
}
@media screen and (max-width: 1280px) {
  .head .logo {
    width: auto;
  }
}
.head .logo img {
  max-width: 185px;
  border:0px solid yellow;
}
@media screen and (max-width: 1280px) {
  .head .logo img {
    max-width: 100px;
  }
}
.head .link_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.head .link_wrap .link {
  margin-left: 20px;
  position: relative;
}
.head .link_wrap .link img {
  position: relative;
  border:0px solid yellow;
  margin-top:-8px;
}
@media screen and (max-width: 1280px) {
  .head .link_wrap .link {
    margin-left: 10px;
  }
}
.head .link_wrap .link img {
  width: 30px;
  min-width: 30px;
}
@media screen and (max-width: 1280px) {
  .head .link_wrap .link img {
    width: 24px;
    min-width: 24px;
  }
}
.head .link_wrap .link .notice {
  width: 5px;
  height: 5px;
  background-color: #ff0980;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.head .gnb_container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .head .gnb_container {
    display: none;
  }
  .head .gnb_container.active {
    display: block;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f3f7fa;
    z-index: 3;
  }
}
.head .gnb_container .gnb_top {
  display: none;
}
@media screen and (max-width: 1280px) {
  .head .gnb_container .gnb_top {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 2px solid #ff0980;
    padding: 20px 15px 20px calc(15px + 10px);
  }
  .head .gnb_container .gnb_top .profile {
    display: flex;
    align-items: center;
  }
  .head .gnb_container .gnb_top .profile .com_profile_img {
    width: 30px;
    background-size: 14.8px auto;
    margin-right: 5px;
  }
  .head .gnb_container .gnb_top .profile .id {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.35px;
  }
  .head .gnb_container .gnb_top .profile .id:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin-inline: 7px;
    background-color: #ddd;
  }
  .head .gnb_container .gnb_top .member_link .link {
    font-size: 13px;
    letter-spacing: -0.33px;
  }
  .head .gnb_container .gnb_top .member_link .link:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin-inline: 7px;
    background-color: #ddd;
  }
  .head .gnb_container .gnb_top .btn_close {
    margin-left: auto;
  }
  .head .gnb_container .gnb_top .btn_close img {
    width: 24px;
  }
}
.head .gnb {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .head .gnb {
    display: block;
    overflow-y: auto;
    max-height: calc(100vh - 72px);
  }
}
.head .gnb .depth1 {
  margin-inline: 50px;
   position: relative; /* depth2 위치 기준 */
}
@media screen and (max-width: 1600px) {
  .head .gnb .depth1 {
    margin-inline: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .head .gnb .depth1 {
    margin: 0;
  }
}
.head .gnb .depth1 .menu {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -0.55px;
  color: #1f1f1f;
}
.head .gnb .depth1 .menu.active, .head .gnb .depth1 .menu:hover {
  color: #ff0980;
}
@media screen and (max-width: 1280px) {
  .head .gnb .depth1 .menu {
    width: 100%;
    padding-inline: calc(15px + 10px) 15px;
    padding-block: 17px;
    border-bottom: 1px solid #e8ecef;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: -0.45px;
    text-align: left;
    background: url(/assets/img/arrow_right.png) no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 22px;
  }
}

.footer {
  width: 100%;
  margin: 100px 0 0;
  padding: 54px 130px 49px;
  background-color: #1f1f1f;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .footer {
    padding: 30px 15px;
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 30px 80px 134px 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1600px) {
  .footer .logo {
    display: none;
  }
}
.footer .info {
  width: 100%;
  padding-left: 80px;
}
@media screen and (max-width: 1280px) {
  .footer .info {
    padding-left: 0;
  }
}
.footer .info .link_wrap {
  margin-bottom: 30px;
}
.footer .info .link_wrap .link {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}
.footer .info .link_wrap .link:not(:first-child):before {
  content: "";
  width: 1px;
  height: 11px;
  display: inline-block;
  margin-inline: 10px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 1600px) {
  .footer .info .link_wrap {
    margin-bottom: 10px;
  }
}
.footer .info .address {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -0.35px;
  color: #fff;
  margin-bottom: 29px;
}
@media screen and (max-width: 1600px) {
  .footer .info .address {
    margin-bottom: 10px;
  }
}
.footer .info .address p {
  display: inline-block;
}
.footer .info .address p:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-inline: 12px;
  background-color: #4d4d4d;
}
.footer .info .copy {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -0.35px;
  color: #8d8d8d;
}
.footer .sns {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .footer .sns {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.footer .sns .link {
  margin-left: 15px;
}
@media screen and (max-width: 1280px) {
  .footer .sns .link {
    margin-left: 0;
    margin-right: 15px;
  }
}
.footer .sns .link img {
  max-width: 40px;
}
@media screen and (max-width: 1280px) {
  .footer .sns .link img {
    max-width: 30px;
  }
}
.footer .tel {
  display: none;
}

.quick_menu {
  position: fixed;
  bottom: 10px;
  right: 50px;
  width: 90px;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .quick_menu {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.quick_menu :is(.tel, .menu_area) {
  display: none;
}
.quick_menu :is(.tel, .menu_area).active {
  display: block;
}
@media screen and (max-width: 1280px) {
  .quick_menu :is(.tel, .menu_area).active {
    display: flex;
  }
}
.quick_menu .tel {
  border-radius: 100px 100px 0 0;
  padding-block: 20px 16px;
  background-color: #ff0980;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .quick_menu .tel {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    height: 40px;
    padding: 8px 15px;
    background-color: #ff0980;
  }
}
.quick_menu .tel p {
  display: inline-block;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  color: #fff;
  padding: 8px 0 3px;
}
@media screen and (max-width: 1280px) {
  .quick_menu .tel p {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #fff;
  }
}
.quick_menu .tel .block {
  display: block;
}
@media screen and (max-width: 1280px) {
  .quick_menu .tel .block {
    display: inline-block;
  }
}
.quick_menu .tel .num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.75px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .quick_menu .tel .num {
    margin-inline: 8px auto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #ffe600;
    white-space: nowrap;
  }
  .quick_menu .tel .num .com_mobile {
    display: inline-block;
  }
}
.quick_menu .menu_area {
  border-radius: 0 0 100px 100px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  background: #fff;
  padding-block: 10px 24px;
}
@media screen and (max-width: 1280px) {
  .quick_menu .menu_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .quick_menu .menu_area .active {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1280px) {
  .quick_menu .menu_area .menu {
    width: 20%;
    padding-block: 7px 10px;
  }
}
@media screen and (max-width: 1280px) {
  .quick_menu .menu_area .menu:not(:first-child) {
    border-left: 1px solid #efefef;
  }
}
.quick_menu .menu_area .menu:not(:first-child):before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 13px auto 10px;
  background-color: #efefef;
}
@media screen and (max-width: 1280px) {
  .quick_menu .menu_area .menu:not(:first-child):before {
    display: none;
  }
}
.quick_menu .menu_area .menu img {
  max-width: 40px;
}
@media screen and (max-width: 1280px) {
  .quick_menu .menu_area .menu img {
    width: 36px;
  }
}
.quick_menu .menu_area .menu .txt {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  color: #1f1f1f;
}
.quick_menu .btn_quick {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #1f1f1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .quick_menu .btn_quick {
    display: none;
  }
}
.quick_menu .btn_quick:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: url("/assets/img/icon_plus.png") no-repeat;
  height: 12px;
  background-size: contain;
  margin-bottom: 7px;
  margin-top: 0;
}
.quick_menu .btn_quick.active:before {
  background-color: #fff;
  margin-bottom: 11px;
  margin-top: 6px;
  height: 2px;
}
.quick_menu .btn_quick .txt {
  display: block;
}
.quick_menu .btn_kakao {
  margin-top: 15px;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffe600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #392020;
}
@media screen and (max-width: 1280px) {
  .quick_menu .btn_kakao {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 15px;
    position: absolute;
    bottom: calc(112px + 20px);
  }
}
.quick_menu .btn_kakao img {
  width: 40px;
  margin-bottom: 3.5px;
}
@media screen and (max-width: 1280px) {
  .quick_menu .btn_kakao img {
    width: 32px;
    height: 32px;
  }
}

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

@media screen and (max-width: 1280px) {
  main {
    padding-top: 55px;
  }
}

.com_sub_visual {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .com_sub_visual {
    height: 150px;
    margin-bottom: 65px;
  }
}
.com_sub_visual.mypage {
  background-image: url(../img/sub_visual03.jpg);
}
@media screen and (max-width: 1280px) {
  .com_sub_visual.mypage {
    background-image: url(../img/sub_visual03_m.jpg);
  }
}
.com_sub_visual.mypage .com_lnb {
  width: 100%;
}
.com_sub_visual.mypage .com_lnb .lnb .menu {
  width: 100%;
}
.com_sub_visual.community {
  background-image: url(../img/sub_visual01.jpg);
}
@media screen and (max-width: 1280px) {
  .com_sub_visual.community {
    background-image: url(../img/sub_visual01_m.jpg);
  }
}
.com_sub_visual.community .com_lnb {
  width: 100%;
}
.com_sub_visual.community .com_lnb .lnb .menu {
  width: 25%;
}
@media screen and (max-width: 1280px) {
  .com_sub_visual.community .com_lnb .lnb .menu {
    width: 100%;
  }
}
.com_sub_visual.cscenter {
  /*background-image: url(../img/sub_visual02.jpg);*/
  background:#f4439e;
}
@media screen and (max-width: 1280px) {
  .com_sub_visual.cscenter {
    /*background-image: url(../img/sub_visual02_m.jpg);*/
  }
}
.com_sub_visual.cscenter .com_lnb {
  width: 100%;
}
.com_sub_visual.cscenter .com_lnb .lnb .menu {
  width: 49.999%;
}
@media screen and (max-width: 1280px) {
  .com_sub_visual.cscenter .com_lnb .lnb .menu {
    width: 100%;
  }
}
.com_sub_visual .tit_area {
  padding-top: 83px;
  text-align: center;
  margin: 0 0 42px;
}
@media screen and (max-width: 1280px) {
  .com_sub_visual .tit_area {
    height: 150px;
    padding-top: 58px;
    margin-bottom: 0;
  }
}
.com_sub_visual .tit_area .tit {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -1.5px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .com_sub_visual .tit_area .tit {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: -0.75px;
  }
}
.com_sub_visual .com_center_wrap {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 1280px) {
  .com_sub_visual .com_center_wrap {
    height: 150px;
    padding: 0;
  }
}

.com_lnb {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .com_lnb {
    position: relative;
  }
}
.com_lnb .selected {
  display: none;
}
@media screen and (max-width: 1280px) {
  .com_lnb .selected {
    background: #ff0980;
    color: #fff;
    padding: 13.5px 15px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.38px;
    display: block;
    cursor: pointer;
  }
  .com_lnb .selected:after {
    content: "";
    display: block;
    position: absolute;
    border: 0;
    background: url("/assets/img/arrow_down.png") no-repeat 0 0;
    width: 17px;
    height: 10px;
    background-size: 17px 10px;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    left: auto;
  }
}
.com_lnb .lnb {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .com_lnb .lnb {
    z-index: 2;
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .com_lnb .lnb.active {
    display: block;
  }
}
.com_lnb .lnb .menu {
  margin-left: 3px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: -0.4px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .com_lnb .lnb .menu {
    height: 44px;
    padding: 0;
    border-radius: 0;
    margin-left: 0;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: -0.35px;
    text-align: left;
    color: #1f1f1f;
  }
}
.com_lnb .lnb .menu:first-child {
  margin-left: 0;
}
.com_lnb .lnb .menu .link {
  display: block;
  padding: 18px 34px;
}
@media screen and (max-width: 1280px) {
  .com_lnb .lnb .menu .link {
    width: 100%;
    padding: 12px 15px;
  }
}
.com_lnb .lnb .menu.active, .com_lnb .lnb .menu:hover {
  position: relative;
  background: #ff0980;
}
@media screen and (max-width: 1280px) {
  .com_lnb .lnb .menu.active, .com_lnb .lnb .menu:hover {
    background: #fff;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .com_lnb .lnb .menu.active, .com_lnb .lnb .menu:hover {
    color: #1f1f1f;
  }
}
.com_lnb .lnb .menu.active .link, .com_lnb .lnb .menu:hover .link {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .com_lnb .lnb .menu.active .link, .com_lnb .lnb .menu:hover .link {
    color: #1f1f1f;
  }
}
.com_lnb .lnb .menu.active::after, .com_lnb .lnb .menu:hover::after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #ff0980;
}
@media screen and (max-width: 1280px) {
  .com_lnb .lnb .menu.active::after, .com_lnb .lnb .menu:hover::after {
    display: none;
  }
}
.com_lnb .lnb.type_dealer .menu {
  width: 211px;
}
@media screen and (max-width: 1280px) {
  .com_lnb .lnb.type_dealer .menu {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .com_lnb.active .lnb {
    display: block;
  }
  .com_lnb.active .selected:after {
    transform: rotate(180deg);
  }
}

.com_sort_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area {
    margin-bottom: 20px;
  }
}
.com_sort_area.type_end {
  justify-content: end;
}
@media screen and (max-width: 1280px) {
  .com_sort_area.type_end {
    align-items: center;
  }
}
.com_sort_area.type_center {
  justify-content: center;
}
.com_sort_area .sort_box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 27px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box {
    padding: 0 0 5px 0;
    width: 100%;
    align-items: start;
  }
}
.com_sort_area .sort_box::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
  background: #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box::before {
    display: none;
  }
}
.com_sort_area .sort_box:first-child {
  padding-left: 0;
}
.com_sort_area .sort_box:first-child::before {
  display: none;
}
.com_sort_area .sort_box:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box:last-child {
    padding: 0;
  }
}
.com_sort_area .sort_box .sort_date {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .sort_date {
    width: 70%;
    display: block;
  }
}
.com_sort_area .sort_box .sort_date .date_pick {
  display: inline-block;
  width: 170px;
  height: 60px;
  padding-left: 32px;
  border: 2px solid #ff0980;
  border-radius: 30px;
  color: #ff0980;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .sort_date .date_pick {
    width: 49%;
    height: 40px;
    margin-left: 3px;
  }
  .com_sort_area .sort_box .sort_date .date_pick.start_date {
    margin-left: 0;
  }
}
.com_sort_area .sort_box .sort_status {
  position: relative;
  padding-left: 27px;
  margin-left: 27px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .sort_status {
    display: block;
    width: 30%;
    padding-left: 0;
    margin-left: 0;
  }
}
.com_sort_area .sort_box .sort_status::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
  background: #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .sort_status::before {
    display: none;
  }
}
.com_sort_area .sort_box .sel_box {
  width: 170px;
  height: 60px;
  border: 2px solid #ff0980;
  border-radius: 30px;
  background: url("/assets/img/arrow_down_blue.png") no-repeat 84% 50%/16px auto;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .sel_box {
    width: 100%;
    height: 40px;
    background: url("/assets/img/arrow_down_blue.png") no-repeat 90% 50%/10px auto;
  }
}
.com_sort_area .sort_box .sel_box.type_search {
  width: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .sel_box.type_search {
    width: 84px;
    margin-right: 3px;
  }
}
.com_sort_area .sort_box .sel_box select {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 16px;
  color: #ff0980;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: transparent;
}
.com_sort_area .sort_box .sel_box select:-ms-expand {
  display: none;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .sel_box select {
    padding: 0 16px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.com_sort_area .sort_box .input_search {
  display: inline-block;
  width: 170px;
  height: 60px;
  padding-left: 32px;
  border: 2px solid #ff0980;
  border-radius: 30px;
  color: #ff0980;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .input_search {
    height: 40px;
    padding-left: 14px;
  }
}
.com_sort_area .sort_box .input_search.type_search_car {
  width: 420px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .input_search.type_search_car {
    width: calc(100% - 84px - 132px);
  }
}
.com_sort_area .sort_box .input_search.type_sale_list {
  width: 250px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .input_search.type_sale_list {
    width: calc(100% - 84px - 40px);
  }
}
.com_sort_area .sort_box .input_search.type_community {
  width: 420px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .input_search.type_community {
    width: calc(100% - 40px);
  }
}
.com_sort_area .sort_box .input_search.type_community::placeholder {
  color: #999;
}
.com_sort_area .sort_box .tit {
  margin-right: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .tit {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.31;
    font-weight: normal;
    letter-spacing: -0.33px;
  }
}
.com_sort_area .sort_box .emo {
  display: inline-block;
  padding: 0 5px;
  color: #ff0980;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .sort_box .m_type {
    display: none;
  }
}
.com_sort_area .com_btn {
  padding-inline: 20px;
  width: 160px;
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .com_btn {
    margin-left: 3px;
    height: 40px;
    padding-inline: 10px;
    width: 40px;
    border-radius: 30px;
    font-size: 13px;
  }
}
.com_sort_area .com_btn.btn_write {
  margin-left: 58px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .com_btn.btn_write {
    width: 40px;
    margin-left: 3px;
    padding-inline: 15px;
  }
  .com_sort_area .com_btn.btn_write img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .com_sort_area .com_btn.btn_write .txt {
    display: none;
  }
}
.com_sort_area .com_btn.btn_del {
  background: #666;
}
.com_sort_area .com_btn .icon_search, .com_sort_area .com_btn img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1280px) {
  .com_sort_area .com_btn .icon_search, .com_sort_area .com_btn img {
    width: 14px;
    height: 14px;
  }
}

.com_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
  padding-inline: 15px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .com_btn {
    font-size: 14px;
    font-weight: 500;
  }
}
.com_btn img {
  height: 18px;
}
@media screen and (max-width: 1280px) {
  .com_btn img {
    height: 12px;
  }
}
.com_btn img.right {
  margin-left: 10px;
}
.com_btn img.left {
  margin-right: 6px;
}
.com_btn.blue {
  background: #ff0980;
}
.com_btn.lightblue {
  background: #05c0df;
}
.com_btn.white {
  background: #fff;
  color: #222;
  border: 1px solid #999;
}


.com_btn.pink {
  background: #f4439e;
}

.com_btn.gray {
  background: #9d9d9d;
}
.com_btn.green {
  background: #36ac29;
}
.com_btn.line {
  border: 1px solid #fff;
}
.com_btn.line.blue {
  background: #fff;
  border-color: #ff0980;
  color: #ff0980;
}

.com_btn.line.pink {
  background: #fff;
  border-color: #f4439e;
  color: #f4439e;
}


.com_btn.line.l {
  border-width: 2px;
}
.com_btn.l {
  height: 60px;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .com_btn.l {
    height: 40px;
    font-size: 15px;
  }
}
.com_btn.m {
  height: 50px;
}
@media screen and (max-width: 1280px) {
  .com_btn.m {
    height: 40px;
    font-size: 13px;
  }
}
.com_btn.s {
  height: 40px;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .com_btn.s {
    height: 36px;
    padding-inline: 9px;
  }
}
.com_btn.xs {
  height: 34px;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .com_btn.xs {
    font-size: 13px;
    height: 32px;
    padding-inline: 9px;
  }
}
.com_btn.wl {
  width: 60px;
}
@media screen and (max-width: 1280px) {
  .com_btn.wl {
    width: 40px;
  }
}
.com_btn.oval {
  border-radius: 30px;
}
.com_btn.arrowR {
  justify-content: space-between;
}
.com_btn.arrowR:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12.5px;
  background-image: url(/assets/img/arrow_right_white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .com_btn.arrowR:after {
    width: 5px;
    height: 8.5px;
  }
}
.com_btn .point {
  color: #ffe600;
  margin-right: 5px;
}

.com_btn_wrap {
  display: flex;
  align-items: center;
}
.com_btn_wrap :is(button, a) img {
  margin-right: 5px;
}
.com_btn_wrap .com_btn + .com_btn {
  margin-left: 10px;
}
.com_btn_wrap.bottom {
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .com_btn_wrap.bottom {
    margin-top: 20px;
  }
}
.com_btn_wrap.bottom .com_btn {
  min-width: 200px;
}
@media screen and (max-width: 1280px) {
  .com_btn_wrap.bottom .com_btn {
    min-width: auto;
    width: 100%;
    height: 45px;
  }
}

/* & 공통사용 버튼 */
.com_switch {
  width: 34px;
  height: 16px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: #dedede;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.com_switch:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #666;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  transition: all 0.3s ease;
}
.com_switch:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  opacity: 0.5;
}
.com_switch:checked[type=checkbox] {
  background-color: #fff0d8;
  transition: all 0.3s ease;
}
.com_switch:checked[type=checkbox]:after {
  left: 18px;
  transition: all 0.3s ease;
  background-color: #ffe600;
}

/*!탭*/
.com_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .com_tab {
    margin-bottom: 30px;
  }
}
.com_tab .tab {
  background: #f3f7fa;
  border-bottom: 2px solid #ff0980;
  text-align: center;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: -0.4px;
  color: #a1b0bf;
}
@media screen and (max-width: 1280px) {
  .com_tab .tab {
    height: 40px;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
  }
}
.com_tab .tab.active {
  border: 2px solid #ff0980;
  border-bottom: none;
  color: #ff0980;
  background: #fff;
}

.com_tab_contents_wrap .tab_contents {
  display: none;
}
.com_tab_contents_wrap .tab_contents.active {
  display: block;
}

.com_icon_del {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/asstes/img/btn_del.png") #ddd no-repeat;
  background-size: 14px;
  background-position: center;
  border-radius: 100%;
}
.com_icon_down {
  background: url(/assets/img/arrow_down.png) no-repeat;
  width: 12.5px;
  height: 7px;
  background-size: 16px auto;
  background-position: center;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .com_icon_down {
    background-size: 12px auto;
  }
}
.com_icon_must {
  background: url(/assets/img/icon_must.png) no-repeat;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
}
.com_icon_new {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #ff0980;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_icon_new::before {
  content: "N";
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.25px;
  text-align: center;
  color: #fff;
}

/* ! Checkbox 커스텀 */
/*&체크박스*공통*/
.com_chk {
  display: none;
}
.com_chk + label, .com_chk + label:before {
  cursor: pointer;
}
.com_chk + label {
  padding-left: 28px;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .com_chk + label {
    font-size: 13px;
  }
}
.com_chk + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -5px;
  margin-left: -28px;
  border-radius: 3px;
  border: solid 1.5px #d6d6d6;
  background-color: #fff;
}
.com_chk:checked + label:before {
  background-position: center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-color: #ff0980;
  border: none;
  background-image: url(/assets/img/chk.png);
}
.com_chk.circle + label {
  position: relative;
}
.com_chk.circle + label:before {
  background: url("/assets/img/radio_off.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  border: none;
  margin-right: 5px;
  vertical-align: -5px;
  border: none;
}
.com_chk.circle:checked + label:before {
  background-image: url(/assets/img/radio_on.png);
}

.com_chk:disabled + label {
  opacity: 0.4;
}

/*&북마크*/
.com_bookmark {
  background:  #fff;
  width: 44px;
  height: 44px;
  border: 2px solid #C7C8CC;
  background-size: 28px auto;
  background-position: center;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .com_bookmark {
    width: 30px;
    height: 30px;
    background-size: 18px auto;
  }
}
.com_bookmark:checked {
  
  background-color: #3196FF;
  border: none;
}

/*!버튼형 input 선택*/
.com_select_btn + label {
  height: 40px;
  border-radius: 3px;
  border: solid 1px #d7e0e6;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
  text-align: center;
  color: #1f1f1f;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .com_select_btn + label {
    height: 36px;
    font-size: 14px;
  }
}
.com_select_btn:checked + label {
  color: #ff0980;
  border-color: #d7e0e6;
  background-color: #f3f7fa;
  font-weight: bold;
}

/*!페이징*/
.com_paging {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .com_paging {
    margin-bottom: -10px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 100%;
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 7px;
}
@media screen and (max-width: 1280px) {
  .com_paging :is(.btn_first, .btn_prev, .btn_page, .btn_next, .btn_last) {
    height: 34px;
    min-width: 34px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}
.com_paging :is(.btn_first, .btn_prev, .btn_next, .btn_last) img {
  height: 22px;
}
.com_paging :is(.btn_first, .btn_prev) {
  transform: rotate(180deg);
}
.com_paging .btn_prev {
  margin-right: 22px;
}
@media screen and (max-width: 1280px) {
  .com_paging .btn_prev {
    margin-right: 10px;
  }
}
.com_paging .btn_next {
  margin-left: 29px;
}
@media screen and (max-width: 1280px) {
  .com_paging .btn_next {
    margin-left: 15px;
  }
}
.com_paging .btn_page {
 font-family:  'Noto Sans KR', 'Malgun Gothic', Dotum, Arial, Helvetica, sans-serif;
  line-height: inherit;
}
@media screen and (max-width: 1280px) {
  .com_paging .btn_page {
    font-size: 14px;
  }
}
.com_paging .btn_page.active {
  background: #ff0980;
  color: #fff;
  border: none;
}
.com_paging .btn_page.disabled {
  cursor: auto;
  opacity: 0.4;
}

.sec-paging {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .sec-paging {
    margin-bottom: -10px;
    margin-top: 20px;
  }
}
.sec-paging :is(.pg-btn, .btn-page) {
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 100%;
  min-width: 42px;
  height: 42px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 7px;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .sec-paging :is(.pg-btn, .btn-page) {
    height: 28px;
    min-width: 28px;
    margin-left: 5px;
    margin-bottom: 10px;
  }
}
.sec-paging .pg-btn {
  background-image: url("/assets/img/arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  text-indent: -9999px;
}
@media screen and (max-width: 1280px) {
  .sec-paging .pg-btn {
    background-size: 18px;
  }
}
.sec-paging .pg-btn.disabled {
  cursor: auto;
  opacity: 0.4;
}
.sec-paging .group-prev {
  background-image: url("/assets/img/arrow_last.png");
  transform: rotate(180deg);
}
.sec-paging .group-next {
  background-image: url("/assets/img/arrow_last.png");
}
.sec-paging :is(.group-prev, .prev) {
  transform: rotate(180deg);
}
@media screen and (max-width: 1280px) {
  .sec-paging .group-prev {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-paging .group-next {
    margin-left: 15px;
  }
}
.sec-paging .btn-page {
 font-family:  'Noto Sans KR', 'Malgun Gothic', Dotum, Arial, Helvetica, sans-serif;
  line-height: inherit;
}
@media screen and (max-width: 1280px) {
  .sec-paging .btn-page {
    font-size: 13px;
  }
}
.sec-paging .btn-page.active {
  background: #ff0980;
  color: #fff;
  border: none;
}

/*첨부파일*/
.com_add_file input[type=file] {
  display: none;
}
.com_add_file input[type=text] {
  background: #ececec;
}
.com_add_file .com_btn {
  margin-left: 10px;
}

.com_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}
.com_popup.active {
  display: flex;
  align-items: center;
}
.com_popup .btn_close {
  position: absolute;
  top: 27px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: url(/assets/img/btn_del.png) #ececec no-repeat center;
  background-size: 24px;
  border-radius: 100%;
}
@media screen and (max-width: 1280px) {
  .com_popup .btn_close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 15px;
    background-size: 20px;
  }
}
.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 {
  max-width: 785px;
}
.com_popup .pop_container.s {
  max-width: 450px;
}
.com_popup.type_normal .pop_container {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 45px;
  margin-inline: auto;
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 1280px) {
  .com_popup.type_normal .pop_container {
    padding: 15px;
    margin-inline: 15px;
    max-height: calc(100vh - 20%);
    overflow-y: auto;
  }
}
.com_popup.type_normal .pop_container .main_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.75px;
  text-align: left;
  color: #1f1f1f;
  border-bottom: 2px solid #1f1f1f;
  padding-bottom: 19px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .com_popup.type_normal .pop_container .main_title {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.com_popup.type_normal .pop_container .content_container {
  margin-top: 18px;
  max-height: calc(80vh - 105px);
  overflow-y: auto;
}
@media screen and (max-width: 1280px) {
  .com_popup.type_normal .pop_container .content_container {
    margin-top: 13px;
  }
}
.com_popup.type_normal .pop_container .btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.com_popup.type_normal .pop_container .btn_container .com_btn {
  min-width: 100px;
}
.com_popup.type_normal .pop_container .btn_container .com_btn + .com_btn {
  margin-left: 10px;
}

.pop_search.com_popup .pop_container {
  margin-top: 310px;
  max-height: calc(100vh - 310px);
}
.pop_search.com_popup .pop_container .main_title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pop_search.com_popup .pop_container .content_container {
  max-height: calc(80vh - 290px);
}

.pop_share.com_popup .pop_container .main_title, .pop_report.com_popup .pop_container .main_title {
  margin-bottom: 17px;
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area, .pop_report.com_popup .pop_container .com_input_sec .btn_area {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 14px;
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area .btn, .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.38px;
  color: #1f1f1f;
}
@media screen and (max-width: 1280px) {
  .pop_share.com_popup .pop_container .com_input_sec .btn_area .btn, .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
  }
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area .btn:not(:last-child), .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn:not(:last-child) {
  border-right: 1px solid #ececec;
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area .btn :is(.img_kakao, .icon), .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn :is(.img_kakao, .icon) {
  height: 70px;
  width: 70px;
  margin-bottom: 6px;
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area .btn .icon, .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn .icon {
  border-radius: 100%;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area .btn .icon img, .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn .icon img {
  width: 34px;
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area .btn.active, .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn.active {
  color: #ff0980;
}
.pop_share.com_popup .pop_container .com_input_sec .btn_area .btn.active .icon, .pop_report.com_popup .pop_container .com_input_sec .btn_area .btn.active .icon {
  border-color: #ff0980;
}
.pop_share.com_popup .pop_container .btn_container, .pop_report.com_popup .pop_container .btn_container {
  margin-top: 0;
}
.pop_share.com_popup .pop_container .profile, .pop_report.com_popup .pop_container .profile {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 11px;
}
.pop_share.com_popup .pop_container .profile .com_profile_img, .pop_report.com_popup .pop_container .profile .com_profile_img {
  width: 50px;
  background-size: 26px auto;
}
.pop_share.com_popup .pop_container .profile .name, .pop_report.com_popup .pop_container .profile .name {
  margin-left: 15px;
}

.pop_main {
  position: absolute;
  z-index: 100;
  border: 2px solid #222;
}
@media screen and (max-width: 767.9px) {
  .pop_main {
    left: 0px !important;
    top: 55px !important;
    max-width: 360px;
  }
}
@media screen and (max-width: 359.9px) {
  .pop_main {
    width: 290px !important;
  }
}
.pop_main .pop-img-box img {
  height: fit-content;
}
.pop_main .pop-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  background: #ccc;
}
.pop_main .btn-pop-close {
  display: flex;
  background: #333;
  color: #fff;
  padding: 5px 10px;
}

.com_search {
  padding-bottom: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .com_search {
    padding-bottom: 15px;
  }
}
.com_search .search {
  display: flex;
  width: 720px;
}
@media screen and (max-width: 1280px) {
  .com_search .search {
    width: 100%;
    max-width: 710px;
  }
}
.com_search .search .input_wrap {
  display: flex;
  border-radius: 30px;
  border: solid 2px #ff0980;
  background-color: #fff;
  height: 60px;
  overflow: hidden;
  width: 550px;
  margin-right: 10px;
  padding-inline: 15px 20px;
}
@media screen and (max-width: 1280px) {
  .com_search .search .input_wrap {
    height: 40px;
    border-radius: 30px;
    padding-inline: 15px;
    width: calc(100% - 40px);
    margin-right: 5px;
  }
}
.com_search .search .input_wrap .input {
  border: none;
  height: 60px;
  padding-inline: 15px;
}
.com_search .search .input_wrap .input::-webkit-input-placeholder {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #b7c7d8;
}
.com_search .search .input_wrap .input:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #b7c7d8;
}
.com_search .search .input_wrap .input::-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #b7c7d8;
}
.com_search .search .input_wrap .input::placeholder {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #b7c7d8;
}
.com_search .search .input_wrap .input:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #b7c7d8;
}
@media screen and (max-width: 1280px) {
  .com_search .search .input_wrap .input {
    height: 36px;
    padding-left: 0;
  }
  .com_search .search .input_wrap .input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .com_search .search .input_wrap .input:-ms-input-placeholder {
    font-size: 13px;
  }
  .com_search .search .input_wrap .input::-ms-input-placeholder {
    font-size: 13px;
  }
  .com_search .search .input_wrap .input::placeholder {
    font-size: 13px;
  }
  .com_search .search .input_wrap .input:-ms-input-placeholder {
    font-size: 13px;
  }
}
.com_search .search .input_wrap .btn_search {
  width: 24px;
}
@media screen and (max-width: 1280px) {
  .com_search .search .input_wrap .btn_search {
    width: 16px;
  }
}
.com_search .search .com_btn {
  padding-inline: 20px;
  width: 160px;
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .com_search .search .com_btn {
    height: 40px;
    padding-inline: 10px;
    width: 40px;
    border-radius: 30px;
    font-size: 13px;
  }
}
.com_search .search .com_btn .icon_search {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
@media screen and (max-width: 1280px) {
  .com_search .search .com_btn .icon_search {
    margin-left: 0;
  }
}
.com_search .recommend_keyword {
  width: 720px;
  margin-top: 18px;
  padding-left: 30px;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .com_search .recommend_keyword {
    margin-top: 10px;
    width: 100%;
    max-width: 710px;
    padding-left: 9px;
  }
}
.com_search .recommend_keyword .tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #1f1f1f;
  margin-right: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .com_search .recommend_keyword .tit {
    font-size: 13px;
    margin-right: 15px;
  }
}
.com_search .recommend_keyword .key_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.com_search .recommend_keyword .key_wrap .keyword {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .com_search .recommend_keyword .key_wrap .keyword {
    font-size: 13px;
    padding: 0 5px;
  }
  .com_search .recommend_keyword .key_wrap .keyword :not(:last-child):after {
    margin-inline: 5px;
  }
}
.com_search .recommend_keyword .key_wrap .keyword::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #dce4ec;
}
.com_search .recommend_keyword .key_wrap .keyword:first-child {
  padding-left: 0;
}
.com_search .recommend_keyword .key_wrap .keyword:first-child::before {
  display: none;
}
.com_search.type_all {
  display: none;
}
@media screen and (max-width: 1280px) {
  .com_search.type_all {
    border-top: 2px solid #ff0980;
    padding: 25px 15px;
  }
}
.com_search.type_all.active {
  position: fixed;
  top: 120px;
  display: flex;
  background: #f3f7fa;
  padding-block: 50px;
  width: 100%;
  left: 0;
  z-index: 101;
}
@media screen and (max-width: 1280px) {
  .com_search.type_all.active {
    padding-block: 25px;
    top: 55px;
  }
}
.com_search.type_all.active + .bg_close {
  position: fixed;
  width: 100%;
  height: calc(100vh - 120px);
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1280px) {
  .com_search.type_all .search .com_btn {
    width: 105px;
  }
  .com_search.type_all .search .input_wrap {
    width: calc(100% - 105px);
  }
}
.com_search.type_all .recommend_keyword .key_wrap .keyword {
  color: #ff0980;
  font-weight: bold;
}
.com_search.type_searchgoods {
  padding: 30px 0 0;
}
.com_search.type_searchgoods .search .com_btn .icon {
  padding-left: 10px;
}
@media screen and (max-width: 1280px) {
  .com_search.type_searchgoods .search .com_btn .icon {
    padding-left: 0;
    height: 20px;
  }
}
.com_search.type_searchgoods .result {
  width: 100%;
  margin-top: 60px;
  padding: 18px 0;
  border-top: 2px solid #ff0980;
  border-bottom: 2px solid #ff0980;
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: -0.6px;
  text-align: center;
  color: #222;
  background-color: #f3f7fa;
}
@media screen and (max-width: 1280px) {
  .com_search.type_searchgoods .result {
    margin-top: 20px;
    padding: 16px 0;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.38px;
  }
}
.com_search.type_searchgoods .result .count {
  color: #e4192c;
  font-weight: bold;
}
.com_search.type_searchgoods .com_pg_tit {
  margin-block: 60px 40px;
}
@media screen and (max-width: 1280px) {
  .com_search.type_searchgoods .com_pg_tit {
    margin-block: 30px 20px;
  }
}
.com_search.type_searchgoods .com_product_list, .com_search.type_searchgoods .search_car {
  width: 100%;
  padding-bottom: 60px;
  border-top: 1px solid #ececec;
}
@media screen and (max-width: 1280px) {
  .com_search.type_searchgoods .com_product_list, .com_search.type_searchgoods .search_car {
    padding-bottom: 30px;
  }
}
.com_search.type_searchgoods .search_car {
  width: 100%;
}
.com_search.type_searchgoods .search_car .com_info_table {
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .com_search.type_searchgoods .search_car .com_info_table {
    margin-bottom: 20px;
  }
}
.com_search.type_list .search .input_wrap .input {
  padding-right: 0;
}

.com_search_detail {
  margin-bottom: 42px;
}
.com_search_detail .select_sec {
  display: flex;
  border-top: 2px solid #ff0980;
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}
.com_search_detail .select_sec .tab {
  width: 165px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .select_sec .tab {
    width: 80px;
  }
}
.com_search_detail .select_sec .tab .menu {
  height: 45px;
  width: 100%;
  background-color: #f3f7fa;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: -0.4px;
  text-align: center;
  color: #1f1f1f;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .select_sec .tab .menu {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
  }
}
.com_search_detail .select_sec .tab .menu.active {
  background: #ff0980;
  color: #fff;
}
.com_search_detail .select_sec .tab .menu:not(:first-child) {
  border-top: 1px solid #d7e0e6;
}
.com_search_detail .select_sec .detail {
  width: calc(100% - 165px);
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: flex-start;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .select_sec .detail {
    width: calc(100% - 80px);
  }
}
.com_search_detail .select_sec .detail .com_select_btn + label {
  width: calc((100% - 25px) / 6);
  margin: 0 5px 5px 0;
}
.com_search_detail .select_sec .detail .com_select_btn + label:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .select_sec .detail .com_select_btn + label {
    width: calc((100% - 5px) / 2);
  }
  .com_search_detail .select_sec .detail .com_select_btn + label:nth-of-type(2n) {
    margin-right: 0;
  }
}
.com_search_detail .select_sec .detail .select {
  width: 150px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .select_sec .detail .select {
    max-width: calc((100% - 19px) / 2);
    margin: 0;
  }
}
.com_search_detail .select_sec .detail .space {
  padding-inline: 5px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.35px;
  color: #888;
  align-self: center;
}
.com_search_detail .selected_sec {
  padding: 17px 20px 7px 20px;
  border: solid 1px #ececec;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .selected_sec {
    padding: 10px 12px 0 12px;
  }
}
.com_search_detail .selected_sec .keyword {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
  color: #1f1f1f;
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .selected_sec .keyword {
    font-size: 14px;
    margin-right: 16px;
  }
}
.com_search_detail .selected_sec .keyword .com_icon_del {
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .selected_sec .keyword .com_icon_del {
    margin-left: 6px;
  }
}
.com_search_detail .txt_sec {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: -0.55px;
  text-align: center;
  color: #1f1f1f;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .txt_sec {
    font-size: 16px;
  }
}
.com_search_detail .txt_sec .num {
  color: #e4192c;
}
.com_search_detail .btn_area {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .btn_area {
    margin-top: 20px;
  }
}
.com_search_detail .btn_area .com_btn {
  padding-inline: 28px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .btn_area .com_btn {
    padding-inline: 0;
    width: calc((100% - 10px) / 2);
  }
}
.com_search_detail .btn_area .com_btn + .com_btn {
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .btn_area .com_btn + .com_btn {
    margin-left: 6px;
  }
}
.com_search_detail :is(.select_sec, .selected_sec, .btn_area) {
  display: none;
}
.com_search_detail .btn_open {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.45px;
  text-align: center;
  padding-block: 15px 25px;
  border-top: 2px solid #ff0980;
  border-bottom: 1px solid #ececec;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .btn_open {
    font-size: 14px;
    padding-block: 15px 17px;
  }
}
.com_search_detail .btn_open .com_icon_down {
  background-color: #ff0980;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
@media screen and (max-width: 1280px) {
  .com_search_detail .btn_open .com_icon_down {
    width: 24px;
    height: 24px;
    bottom: -12px;
  }
}
.com_search_detail .btn_open .txt_close {
  display: none;
}
.com_search_detail.active :is(.select_sec, .selected_sec) {
  display: flex;
}
.com_search_detail.active .btn_area {
  display: block;
}
.com_search_detail.active .btn_open {
  border-top: none;
}
.com_search_detail.active .btn_open .txt_close {
  display: block;
}
.com_search_detail.active .btn_open .txt_open {
  display: none;
}
.com_search_detail.active .btn_open .com_icon_down {
  transform: rotate(180deg);
}

@media screen and (max-width: 1280px) {
  .pop_search.com_popup.type_normal .pop_container {
    margin-top: 180px;
    max-height: calc(100vh - 200px);
  }
  .pop_search.com_popup.type_normal .pop_container .content_container {
    max-height: calc(80vh - 150px);
  }
}
.pop_search .com_search_detail {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .pop_search .com_search_detail {
    margin-bottom: 32px;
  }
}
.pop_search .com_search_detail .select_sec .detail .com_select_btn + label {
  width: calc((100% - 15px) / 4);
}
@media screen and (max-width: 1280px) {
  .pop_search .com_search_detail .select_sec .detail .com_select_btn + label {
    width: calc((100% - 5px) / 2);
  }
}
.pop_search .com_search_detail .select_sec .detail .com_select_btn + label:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .pop_search .com_search_detail .select_sec .detail {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1280px) {
  .pop_search .com_search_detail .select_sec .tab {
    width: 80px;
  }
  .pop_search .com_search_detail .select_sec .tab .menu {
    font-size: 14px;
    height: 40px;
  }
}
.pop_search .com_search_detail :is(.select_sec, .selected_sec, .btn_area) {
  display: flex;
}

.com_bg {
  background: #f3f7fa;
  border-top: 2px solid #f4439e;
  border-bottom: 2px solid #f4439e;
  padding: 48px 220px;
}
@media screen and (max-width: 1280px) {
  .com_bg {
    padding: 18px 15px;
  }
}


.com_sub_bg {
  background: #ff;
  border-top: 2px solid #f4439e;
  border-bottom: 2px solid #f4439e;
  padding: 48px 0px;
}
@media screen and (max-width: 1280px) {
  .com_sub_bg {
    padding: 18px 15px;
  }
}


.com_bg .input_box {
  border: solid 1px #e8ecef;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 1280px) {
  .com_bg .input_box {
    padding: 18px 30px;
  }
}
.com_bg .input_box.truck_option {
  padding-top: 0;
  border-top: 0;
  margin-top: -7px;
}
@media screen and (max-width: 1280px) {
  .com_bg .input_box.truck_option .com_input_sec {
    padding-top: 10px;
  }
}
.com_bg .input_box.truck_option_type {
  border-bottom: 0;
}
.com_bg .input_box .com_input_sec {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .com_bg .input_box .com_input_sec {
    padding-inline: 10px;
    margin-bottom: 0;
  }
}
.com_bg .input_box + .com_input_sec__top {
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .com_bg .input_box .com_input_sec {
    padding: 20px 0;
  }
  .com_bg .input_box .com_input_sec .tit_field:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .com_bg.type_input {
    padding: 15px 0;
    background: none;
  }
  .com_bg.type_input .input_box {
    padding: 4px 0;
    border: none;
  }
}

.com_input_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.com_input_sec__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
 .com_input_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;

}
  .com_input_sec__top {
    padding: 0 10px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec;
  }
  .com_input_sec__top + .input_box {
    border-top: none;
  }
}
.com_input_sec__top .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec__top .tit {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.45px;
  }
}
.com_input_sec__top .tip {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
  text-align: right;
  color: #1f1f1f;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .com_input_sec__top .tip {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: -0.33px;
  }
}
@media screen and (max-width: 1280px) {
  .com_input_sec {
    display: block;
    margin-bottom: 20px;
  }
}
.com_input_sec :is(.tit_field, input_field) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec :is(.tit_field, input_field) {
    margin-bottom: 10px;
  }
}
.com_input_sec.type_col {
  display: block;
}
.com_input_sec.type_col :is(.tit_field, .input_field) {
  width: 100%;
}
.com_input_sec.type_col .tit_field {
  margin-bottom: 10px;
  padding-left: 0;
}
.com_input_sec .tit_field {
  width: 150px;
  padding: 11px 0 0 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.38px;
  color: #1f1f1f;
}
@media screen and (max-width: 1280px) {
  .com_input_sec .tit_field {
    width: 100%;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
    padding: 0;
    margin-block: 20px 10px;
  }
}

.com_input_sec .tit_field1 {
  width: 150px;
  padding: 11px 0 0 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.38px;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .com_input_sec .tit_field1 {
    width: 100%;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
    padding: 0;
    margin-block: 20px 10px;
  }
}


.com_input_sec .tit_field.type_chk {
  padding-top: 2px;
}
.com_input_sec .tit_field .com_icon_must {
  margin-left: -13px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec .tit_field .com_icon_must {
    margin-left: 0;
  }
}
.com_input_sec .tit_field .sub {
  font-size: 11px;
  font-weight: 300;
  line-height: 2.18;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec .tit_field .sub {
    display: inline;
  }
}
.com_input_sec .input_field {
  width: calc(100% - 150px);
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec .input_field {
    width: 100%;
    margin-bottom: 0;
  }
}
.com_input_sec .input_field input[type=text], .com_input_sec .input_field input[type=password] {
  width: 100%;
}
.com_input_sec .input_field.col02 {
  width: calc((100% - 300px) / 2);
}
@media screen and (max-width: 1280px) {
  .com_input_sec .input_field.col02 {
    width: 100%;
  }
}
.com_input_sec .input_field .tip_txt {
  color: #e4192c;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.38px;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec .input_field .tip_txt {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.com_input_sec .input_field .unit {
  margin-left: 10px;
}
.com_input_sec .input_field .com_btn {
  width: 100px;
  min-width: 100px;
  padding-inline: 13px;
}
.com_input_sec .input_wrap {
  display: flex;
  align-items: center;
}
.com_input_sec .input_wrap input[type=text] + .com_btn, .com_input_sec .input_wrap input[type=password] + .com_btn {
  margin-left: 10px;
}
.com_input_sec .input_wrap + .input_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec .input_wrap + .input_wrap {
    margin-top: 10px;
  }
}
.com_input_sec .input_wrap .com_chk.circle + label + .com_chk + label {
  margin-left: 30px;
}
.com_input_sec > .full {
  width: 100%;
}
.com_input_sec.type_col04 .input_field {
  width: calc((100% - 300px) / 2);
  padding-right: 27px;
}
@media screen and (max-width: 1280px) {
  .com_input_sec.type_col04 .input_field {
    width: 100%;
    padding-right: 0;
  }
}

.com_ok {
  padding-block: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .com_ok {
    padding-block: 12px 0;
  }
}
.com_ok .img_area {
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .com_ok .img_area {
    margin-bottom: 26px;
  }
}
.com_ok .img_area img {
  height: 155px;
}
@media screen and (max-width: 1280px) {
  .com_ok .img_area img {
    height: 130px;
  }
}
.com_ok .tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.75px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1280px) {
  .com_ok .tit {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
}
.com_ok .tit .point {
  color: #ff0980;
}
.com_ok .tit_sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: -0.45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .com_ok .tit_sub {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: -0.35px;
    margin-bottom: 10px;
  }
}
.com_ok .txt {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.45px;
  color: #1f1f1f;
}
@media screen and (max-width: 1280px) {
  .com_ok .txt {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.35px;
    margin-bottom: 15px;
  }
}
.com_ok .tel {
  padding: 10px 29px 11px;
  border-radius: 21px;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: -0.45px;
  text-align: center;
  display: inline-block;
  margin-bottom: 61px;
}
@media screen and (max-width: 1280px) {
  .com_ok .tel {
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: -0.38px;
    margin-bottom: 20px;
  }
}
.com_ok .tel .num {
  font-weight: bold;
  color: #e4192c;
}

.com_profile_img {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 100%;
  background: url(/assets/img/icon_my_white.png) #DEECFB no-repeat;
  background-size: 14.8px auto;
  background-position: center;
}
.com_profile_img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.com_agree_area .list {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-block: 30px 20px;
}
@media screen and (max-width: 1280px) {
  .com_agree_area .list {
    padding: 20px 9px 15px;
    margin-bottom: 16px;
  }
}
.com_agree_area .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .com_agree_area .list .item {
    margin-bottom: 5px;
  }
}
.com_agree_area .list .item label {
  color: #1f1f1f;
  text-align: left;
}
.com_agree_area .list .item .com_btn {
  width: 100px;
  min-width: 100px;
  padding-inline: 13px;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .com_agree_area .list .item .com_btn {
    width: auto;
    min-width: auto;
    padding-inline: 9px;
  }
}
.com_agree_area .list .item .must {
  color: #e4192c;
}
@media screen and (max-width: 1280px) {
  .com_agree_area .all {
    padding-inline: 10px;
  }
}
.com_agree_area .all label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 1280px) {
  .com_agree_area .all label {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.38px;
  }
}

.com_sale_process {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .com_sale_process {
    margin-bottom: 14px;
    justify-content: space-between;
    margin-inline: 0;
  }
}
.com_sale_process:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 35px;
  left: 130px;
  width: calc(100% - 260px);
  background-color: #ececec;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .com_sale_process:after {
    left: 25px;
    top: 15px;
    width: calc(100% - 50px);
  }
}
.com_sale_process .step {
  background: #fff;
  padding-inline: 20px;
  text-align: center;
  width: calc((100% - 400px) / 6);
}
@media screen and (max-width: 1280px) {
  .com_sale_process .step {
    padding-inline: 0;
    padding-bottom: 20px;
    background: none;
    width: 16.6666666667%;
  }
}
.com_sale_process .step:not(:first-child) {
  margin-left: 80px;
}
@media screen and (max-width: 1280px) {
  .com_sale_process .step:not(:first-child) {
    margin-left: 10px;
  }
}
.com_sale_process .step .icon {
  background: #fff;
  text-align: center;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 2px #e8ecef;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1280px) {
  .com_sale_process .step .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.com_sale_process .step .icon .num {
  color: #ff0980;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 1280px) {
  .com_sale_process .step .icon .num {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.35px;
  }
}
.com_sale_process .step .icon .txt {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #b7c7d8;
}
@media screen and (max-width: 1280px) {
  .com_sale_process .step .icon .txt {
    display: none;
  }
}
.com_sale_process .step .tit {
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: -0.38px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1280px) {
  .com_sale_process .step .tit {
    font-size: 11px;
    line-height: 1.2;
  }
}
.com_sale_process .step .tit .pc_block {
  display: block;
}
@media screen and (max-width: 1280px) {
  .com_sale_process .step .tit .pc_block {
    display: inline;
  }
}

.com_write_sale > .sec_tit {
  padding-top: 12px;
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: -0.6px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale > .sec_tit {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.35px;
    margin-bottom: 15px;
  }
}
.com_write_sale .input_car_num {
  height: 90px;
  padding: 28px 20px 27px;
  border: solid 1px #8f9faf;
  background-color: #a1b0bf;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.75px;
  text-align: center;
  color: #fff;
}
.com_write_sale .input_car_num:focus {
  outline: none;
}
.com_write_sale .input_car_num::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 30px;
}
.com_write_sale .input_car_num:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 30px;
}
.com_write_sale .input_car_num::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .input_car_num {
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: -0.45px;
  }
  .com_write_sale .input_car_num::-webkit-input-placeholder {
    font-size: 18px;
  }
  .com_write_sale .input_car_num:-ms-input-placeholder {
    font-size: 18px;
  }
  .com_write_sale .input_car_num::placeholder {
    font-size: 18px;
  }
}
.com_write_sale .add_photo_sec .photo {
  display: flex;
  align-items: center;
  margin-left: -10px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec .photo {
    margin-left: -9px;
    flex-wrap: wrap;
  }
}
.com_write_sale .add_photo_sec .photo .add {
  width: 130px;
  border: solid 1px #e8ecef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec .photo .add {
    margin-left: 9px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_write_sale .add_photo_sec .photo .add {
    width: calc((100% - 27px) / 3);
  }
}
.com_write_sale .add_photo_sec .photo .add.img {
  position: relative;
}
.com_write_sale .add_photo_sec .photo .add.img .btn_del {
  border-radius: 100%;
  background-color: #ddd;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 6px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com_write_sale .add_photo_sec .photo .add.img .btn_del:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(/assets/img/btn_del.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.com_write_sale .add_photo_sec .photo .add.img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.com_write_sale .add_photo_sec .photo .add.btn {
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: -0.33px;
  text-align: center;
  color: #b7c7d8;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec .photo .add.btn {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: -0.3px;
  }
}
.com_write_sale .add_photo_sec .photo .add.btn:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 9px;
  background: url(/assets/img/btn_add.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec .photo .add.btn:before {
    width: 26px;
    height: 26px;
    margin-bottom: 6px;
  }
}
.com_write_sale .add_photo_sec .bottom_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec .bottom_area {
    display: block;
    margin-top: 1px;
  }
}
.com_write_sale .add_photo_sec .bottom_area .tip {
  font-size: 15px;
  line-height: 1.07;
  letter-spacing: -0.38px;
  color: #666;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec .bottom_area .tip {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: -0.33px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec .bottom_area .com_btn {
    margin: 0 auto;
  }
}
.com_write_sale .add_photo_sec + .com_input_sec__top {
  border-top: 1px solid #a1b0bf;
  padding-top: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .add_photo_sec + .com_input_sec__top {
    padding-top: 20px;
  }
}
.com_write_sale .truck_basic_info {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .truck_basic_info {
    display: block;
  }
}
.com_write_sale .truck_basic_info .com_input_sec {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .truck_basic_info .com_input_sec {
    width: 100%;
  }
}
.com_write_sale .truck_basic_info .com_input_sec .input_field {
  padding-right: 24px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .truck_basic_info .com_input_sec .input_field {
    padding-right: 0;
  }
}
.com_write_sale .truck_basic_info .com_input_sec .input_field .unit {
  width: 22.5px;
  min-width: 22.5px;
  margin-right: -24px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .truck_basic_info .com_input_sec .input_field .unit {
    margin-right: 0;
  }
}
.com_write_sale .truck_basic_info .com_input_sec .input_field .unit.sm {
  margin-right: 5px;
  margin-left: 5px;
  width: 10px;
  min-width: 10px;
}
.com_write_sale .truck_basic_info .com_input_sec .input_field.date .unit:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .truck_basic_info .com_input_sec .input_field.date .unit:first-of-type {
    margin-right: 9px;
  }
}
.com_write_sale .com_input_sec .tip_txt {
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .com_input_sec .tip_txt {
    margin-left: 0;
  }
}
.com_write_sale .com_input_sec .com_add_file {
  width: 47%;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .com_input_sec .com_add_file {
    width: 100%;
  }
}
.com_write_sale .com_input_sec.price_sec select {
  width: 34%;
}
.com_write_sale .com_input_sec.price_sec .unit {
  margin-right: 30px;
}
.com_write_sale .com_input_sec.price_sec input[type=text] {
  max-width: 240px;
}
@media screen and (max-width: 1280px) {
  .com_write_sale .com_input_sec.price_sec input[type=text] {
    max-width: none;
  }
}
.com_write_sale .com_input_sec.license_sec .input_field {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .com_write_sale.com_bg .input_box {
    padding: 0 15px;
  }
  .com_write_sale.com_bg .input_box .add_photo_sec {
    padding-top: 10px;
  }
  .com_write_sale.com_bg .input_box .add_photo_sec .photo {
    justify-content: center;
  }
}

.com_event_date {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 18px;
  border-radius: 15px;
  background: #f3f7fa;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.35px;
  color: #ff0980;
}
@media screen and (max-width: 1280px) {
  .com_event_date {
    padding: 0 16px;
    height: 22px;
    font-size: 11px;
    line-height: 1.18;
    letter-spacing: -0.28px;
  }
}
.com_event_date::before {
  content: "";
  background: url("/assets/img/icon_time_blue.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  background-size: 16px;
  margin-right: 5px;
}
.com_board_date {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  font-weight: normal;
  color: #222;
}
@media screen and (max-width: 1280px) {
  .com_board_date {
    margin-right: auto;
    margin-left: initial;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: -0.3px;
  }
}
.com_board_date::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("/assets/img/icon_time.png") no-repeat 0 0;
  background-size: 20px;
}

.com_agreement_tit {
  display: block;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.55px;
}
@media screen and (max-width: 1280px) {
  .com_agreement_tit {
    font-size: 18px;
  }
}

.com_agreement_list .item {
  margin-top: 30px;
}
.com_agreement_list .item:first-child {
  margin-top: 0;
}
.com_agreement_list dl dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -0.45px;
}
.com_agreement_list dl dd {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.38px;
  color: #666;
}

.com_pop_privacy .pop_container {
  overflow: auto;
  height: calc(100vh - 150px);
  padding-bottom: 106px;
}
.com_pop_privacy .com_agreement_tit {
  display: none;
}

/*!테이블*/
.com_info_table .sec_tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .sec_tit {
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: -0.45px;
    margin-bottom: 11px;
  }
}
.com_info_table .table {
  border-top: 1px solid #1f1f1f;
}
.com_info_table .table th, .com_info_table .table td {
  padding: 16px 20px;
  text-align: left;
  color: #1f1f1f;
  line-height: 1.2;
  letter-spacing: -0.38px;
  font-size: 15px;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table th, .com_info_table .table td {
    padding: 13px 10px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.com_info_table .table th {
  background: #f8f8f8;
  font-weight: bold;
}
.com_info_table .table th:not(:first-of-type) {
  border-left: 1px solid #ececec;
}
.com_info_table .table td {
  background: #fff;
}
.com_info_table .table td .tit {
  display: none;
}
.com_info_table .table td .txt {
  white-space: nowrap;
}
.com_info_table .table td .txt.wait {
  color: #05c0df;
}
.com_info_table .table td .txt.ing {
  color: #ff41a6;
}
.com_info_table .table td .txt.complete {
  color: #999;
}
.com_info_table .table td .txt.finish {
  color: #e4192c;
}
.com_info_table .table td .status {
  display: inline-block;
  width: 80px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table td .status {
    width: 66px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.33px;
  }
}
.com_info_table .table td .status.wait {
  background: #deecfb;
  color: #ff0980;
}
.com_info_table .table td .status.complete {
  background: #fee7e9;
  color: #e4192c;
}
.com_info_table .table.type_blue {
  border-top: 2px solid #ff0980;
  border-bottom: 2px solid #ff0980;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_blue {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_blue thead th {
    display: none;
  }
}
.com_info_table .table.type_blue th, .com_info_table .table.type_blue td {
  height: 70px;
  padding: 24px 16px 23px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_blue th, .com_info_table .table.type_blue td {
    height: 50px;
    padding: 17px 12px 17px;
  }
}
.com_info_table .table.type_blue th {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.4px;
  background: #f3f7fa;
}
.com_info_table .table.type_blue td {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
}
.com_info_table .table.type_blue td:not(:first-of-type) {
  border-left: 1px solid #ececec;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_blue td:not(:first-of-type) {
    border-left: none;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_blue td {
    display: block;
    border: 0;
  }
}
.com_info_table .table.type_blue .text_center {
  text-align: center;
}
.com_info_table .table.type_blue .text_left {
  text-align: left;
}
.com_info_table .table.type_blue .text_right {
  text-align: right;
}
.com_info_table .table.type_box td {
  padding: 10px 20px;
}
.com_info_table .table.type_box td.subject .subject_box {
  width: 300px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.com_info_table .table.type_box td.subject .link {
  display: inline-block;
  width: calc(100% - 80px);
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.com_info_table .table.type_box td.price {
  text-align: right;
}
.com_info_table .table.type_box td.manage .btn_finish {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
  color: #e4192c;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box td.manage .btn_finish {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.54;
    letter-spacing: -0.33px;
  }
}
.com_info_table .table.type_box td.manage .btn_finish + .com_btn {
  margin-top: 2px;
}
.com_info_table .table.type_box td.manage .com_btn {
  width: 50px;
}
.com_info_table .table.type_box .com_btn {
  width: 70px;
  height: 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.33px;
}
.com_info_table .table.type_box .com_btn + .com_btn {
  margin-top: 5px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box {
    border-top: none;
    border-bottom: none;
  }
  .com_info_table .table.type_box tbody {
    display: flex;
    flex-direction: column;
  }
  .com_info_table .table.type_box tbody tr {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 5px;
    padding: 10px 10px 16px 10px;
    border: 1px solid #ddd;
  }
  .com_info_table .table.type_box tbody tr:first-child {
    margin-top: 0;
  }
  .com_info_table .table.type_box tbody td {
    display: block;
    position: relative;
    height: auto;
    margin-left: 120px;
    margin-top: 4px;
    padding: 0;
    text-align: left;
    border-bottom: none;
  }
  .com_info_table .table.type_box tbody td.num {
    display: none;
  }
  .com_info_table .table.type_box tbody td.img {
    position: absolute;
    left: 11px;
    top: 11px;
    margin: 0;
    width: 99px;
  }
  .com_info_table .table.type_box tbody td .tit, .com_info_table .table.type_box tbody td .txt {
    display: inline-block;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: -0.3px;
  }
  .com_info_table .table.type_box tbody td .tit {
    width: 55px;
    color: #888;
  }
  .com_info_table .table.type_box tbody td .tit::before {
    content: "";
    display: inline-block;
    vertical-align: 3px;
    width: 2px;
    height: 2px;
    background: #888;
    margin-right: 4px;
  }
  .com_info_table .table.type_box tbody td.button {
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
  }
  .com_info_table .table.type_box tbody td.button .com_btn {
    margin-top: 0;
  }
  .com_info_table .table.type_box tbody td.button .com_btn + .com_btn {
    margin-left: 10px;
  }
  .com_info_table .table.type_box.type_search_car tr {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
  }
  .com_info_table .table.type_box.type_search_car td {
    margin: 0;
    width: 50%;
    padding: 3px 15px 0;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.35px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .com_info_table .table.type_box.type_search_car td:nth-child(3), .com_info_table .table.type_box.type_search_car td:nth-child(4) {
    border-top: 1px solid #ddd;
    padding-top: 14px;
  }
  .com_info_table .table.type_box.type_search_car td:not(:nth-child(1), :nth-child(2)) {
    background: #f8f8f8;
  }
  .com_info_table .table.type_box.type_search_car td:nth-child(7), .com_info_table .table.type_box.type_search_car td:nth-child(8) {
    padding-bottom: 14px;
  }
  .com_info_table .table.type_box.type_search_car td.subject {
    padding: 13px 12px 13px 15px;
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_search_car td.subject {
    width: calc(100% - 40px - 5px);
    padding: 13px 12px 13px 0;
    margin: 0 0 0 5px;
  }
  .com_info_table .table.type_box.type_search_car td.subject .subject_box {
    width: auto;
  }
  .com_info_table .table.type_box.type_search_car td.subject .status {
    width: 66px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.33px;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_search_car td.manage {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 15px 15px;
  }
  .com_info_table .table.type_box.type_search_car td.manage .tit {
    display: none;
  }
  .com_info_table .table.type_box.type_search_car td.manage .finish {
    font-weight: bold;
  }
  .com_info_table .table.type_box.type_search_car td.manage .com_btn {
    margin-right: auto;
    margin-top: 0;
    width: 60px;
    height: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_search_car td.price {
    text-align: left;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_my tr {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
  }
  .com_info_table .table.type_box.type_my td {
    margin: 0;
    width: 50%;
    padding: 3px 15px 0;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.35px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .com_info_table .table.type_box.type_my td:nth-child(4), .com_info_table .table.type_box.type_my td:nth-child(5) {
    border-top: 1px solid #ddd;
    padding-top: 14px;
  }
  .com_info_table .table.type_box.type_my td:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
    background: #f8f8f8;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_my td.chkbox {
    width: 3%;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_my td.subject {
    width: calc(100% - 40px - 5px);
    padding: 13px 12px 13px 0;
    margin: 0 0 0 5px;
  }
  .com_info_table .table.type_box.type_my td.subject .subject_box {
    width: auto;
  }
  .com_info_table .table.type_box.type_my td.subject .status {
    width: 66px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.33px;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_my td.manage {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 15px 15px;
  }
  .com_info_table .table.type_box.type_my td.manage .tit {
    display: none;
  }
  .com_info_table .table.type_box.type_my td.manage .finish {
    font-weight: bold;
  }
  .com_info_table .table.type_box.type_my td.manage .com_btn {
    margin-right: auto;
    margin-top: 0;
    width: 60px;
    height: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_box.type_my td.price {
    text-align: left;
  }
}
.com_info_table .table.type_write {
  border-top: 2px solid #ff0980;
  border-bottom: 2px solid #ff0980;
}
.com_info_table .table.type_write th {
  padding: 20px 0 20px 32px;
  text-align: left;
  background: #f3f7fa;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write th {
    padding: 15px 0 15px 10px;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.35px;
  }
}
.com_info_table .table.type_write td {
  text-align: left;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write td {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.com_info_table .table.type_write .input_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_wrap {
    display: block;
  }
}
.com_info_table .table.type_write .input_wrap .tip_text {
  display: inline-block;
  margin-left: 15px;
  color: #e4192c;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_wrap .tip_text {
    margin-left: 0;
    margin-top: 8px;
  }
}
.com_info_table .table.type_write .input_wrap .com_chk + label {
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_wrap .com_chk + label {
    margin-left: 0px;
    margin-top: 15px;
    font-size: 15px;
  }
}
.com_info_table .table.type_write .input_m {
  width: 320px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_m {
    width: 100%;
  }
}
.com_info_table .table.type_write .input_s {
  width: 100px;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_s {
    margin: 7px 6px 0 0;
    width: calc(100% - 45px);
  }
  .com_info_table .table.type_write .input_s:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_box {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_box .input_s {
    width: calc(50% - 30px);
    margin: 0px 6px;
  }
  .com_info_table .table.type_write .input_box .input_s:first-child {
    margin-left: 0;
  }
}
.com_info_table .table.type_write .input_box .input_s.ml {
  margin-left: 11px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .input_box .input_s.ml {
    margin-left: 7px;
  }
}
.com_info_table .table.type_write .textarea {
  min-height: 480px;
  line-height: 1.69;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .textarea {
    min-height: 218px;
    padding: 10px 10px;
    line-height: 1.47;
  }
}
.com_info_table .table.type_write .select {
  width: 320px;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .select {
    width: 100%;
  }
}
.com_info_table .table.type_write .input {
  display: none;
}
.com_info_table .table.type_write .com_btn {
  width: 100px;
  margin-left: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_write .com_btn {
    margin-left: 9px;
  }
}
.com_info_table .table.type_inquire tr.tr_notice td {
  background: #E2F8FC;
}
.com_info_table .table.type_inquire tr.tr_notice .ico_notice {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  background: #ff0980;
  font-size: 13px;
}
.com_info_table .table.type_inquire td {
  padding: 16px 20px;
}
.com_info_table .table.type_inquire td.bd0 {
  border-left: none;
  text-align: right;
}
.com_info_table .table.type_inquire td.type .tit {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_inquire tbody {
    display: flex;
    flex-direction: column;
  }
  .com_info_table .table.type_inquire th {
    display: none;
  }
  .com_info_table .table.type_inquire tr {
    display: flex;
  }
  .com_info_table .table.type_inquire td {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.35px;
  }
  .com_info_table .table.type_inquire td.num, .com_info_table .table.type_inquire td:nth-child(4) {
    display: none;
  }
  .com_info_table .table.type_inquire td.type {
    padding-right: 0;
  }
  .com_info_table .table.type_inquire td.type .tit::before {
    content: "[";
    display: inline-block;
  }
  .com_info_table .table.type_inquire td.type .tit::after {
    content: "]";
    display: inline-block;
  }
  .com_info_table .table.type_inquire td:last-child {
    padding-left: 0;
  }
  .com_info_table .table.type_inquire td.subject {
    display: flex;
    flex: 1;
    overflow: hidden;
    padding: 9px 0;
  }
  .com_info_table .table.type_inquire td.subject .subject_box {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_dealer_sale tbody td {
    display: flex;
    justify-content: center;
    margin-left: 115px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_dealer_sale tbody td .tit {
    width: 74px;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_dealer_sale tbody td .txt {
    width: calc(100% - 75px);
    white-space: initial;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_dealer_sale tbody td.sale_status {
    position: static;
    margin: 0;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_dealer_sale tbody td.sale_status .tit {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .com_info_table .table.type_dealer_sale tbody td.sale_status .txt {
    position: absolute;
    left: 10px;
    top: 90px;
    width: auto;
  }
  .com_info_table .table.type_dealer_sale tbody td.sale_status .txt .select {
    width: 100px;
  }
  .com_info_table .table.type_dealer_sale tbody td.sale_status .txt .select:disabled {
    background: #ececec;
  }
}
.com_info_table + .com_info_table {
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .com_info_table + .com_info_table {
    margin-top: 25px;
  }
  .com_info_table.type_col01 .table, .com_info_table.type_col01 tbody {
    display: block;
    width: 100%;
  }
  .com_info_table.type_col01 tr {
    display: flex;
    flex-wrap: wrap;
  }
  .com_info_table.type_col01 th {
    width: 101px !important;
  }
  .com_info_table.type_col01 th:not(:first-of-type) {
    border-left: none;
  }
  .com_info_table.type_col01 td {
    width: calc(100% - 101px) !important;
  }
}

.com_pg_tit {
  text-align: center;
  margin-block: 34px 50px;
}
.com_pg_tit.type_login {
  margin-block: 80px 40px;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit.type_login {
    margin-block: 20px;
  }
}
.com_pg_tit.type_center {
  margin-block: 50px 40px;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit.type_center {
    margin-block: 20px 20px;
  }
}
.com_pg_tit.type_button {
  margin: 50px 0;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit.type_button {
    margin: 20px 0;
  }
}
.com_pg_tit.type_button .tit {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit.type_button .tit {
    margin-bottom: 20px;
  }
}
.com_pg_tit.type_button .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.com_pg_tit.type_button .btn_area .com_btn {
  min-width: 200px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit.type_button .btn_area .com_btn {
    min-width: 150px;
    width: 48%;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}
.com_pg_tit.type_button .btn_area .com_btn.off {
  background: #deecfb;
  color: #ff0980;
}
.com_pg_tit.type_button .btn_area .com_btn + .com_btn {
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit {
    margin-block: 20px 16px;
  }
}
.com_pg_tit .tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -1.2px;
  color: #1f1f1f;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit .tit {
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: -0.6px;
    margin-bottom: 5px;
  }
}
.com_pg_tit .txt {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: -0.55px;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .com_pg_tit .txt {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: -0.33px;
  }
}

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

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

/*파일 첨부*/
.com_add_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.com_add_file input[type=file] {
  display: none;
}
.com_add_file input {
  margin: 0;
  width: 100%;
}
.com_add_file .button {
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: -0.33px;
  text-align: center;
  color: #fff;
  background-color: #666;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  width: 90px;
  margin-left: 10px;
}
.com_add_file input[type=text] {
  background: #fff;
}

/*반응형 blind*/
.com_mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .com_mobile {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .com_pc {
    display: none;
  }
}


.layer-popup{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.85);
z-index: 99999999999999999999;
overflow: auto;
display:none;
}

.layer-pop-area{
width:70%;

background:#fff;
position:absolute;
left:50%;
margin-left:-35%;
top:50%;
margin-top:-35vh;
}

.layer-tit{
background:#fff;
color:#fff;
font-weight:600;
font-size:1.25em;
box-sizing:border-box;
height:55px;
line-height:55px;
position:absolute;
width:100%;
padding:30px 15px 30px;
text-align:center;
}

.layer-content{
margin-top:50px;
color:#555;
height:100%;
overflow-y:scroll;
box-sizing:border-box;
padding:65px 30px;
box-sizing:border-box;
}

.layer-content table{
width:100%;
}
.layer-content table th{
background:#555;
color:#fff;
font-size:20px;
padding:10px;
text-align:center;
}
.layer-content table td{
padding:5px 10px;
border-bottom:1px solid #ccc;
}

.close-box{
position:absolute;
right:-0px;
top:-2px;
}
.close-box img{
width:55px;
}

/*로그인*/
.login-box{
padding:50px 0;
}
.login-tit{
font-weight:900;
font-size:45px;
color:#ff0980;
text-align:center;
}
.login-p1{
text-align:center;
font-weight:500;
color:#8a1333;
font-size:1.125em;
display:block;
}
.login-input{
width:90%;
max-width:400px;
margin:20px auto;
border:0px solid yellow;
}
.login-input input{
display:block;
padding:10px;
box-sizing:border-box;
border:1px #ff0980 solid;
border-radius:20px;
width:100%;
margin-bottom:10px;
}

.login-btn input{
width:90%;
max-width:400px;
margin:0 auto;
display:block;
background:#f4439e;
border-radius:20px;
padding:15px;
box-sizing:border-box;
color:#fff;
border:0;

}

.join-btn{
text-align:center;
margin-top:30px;
border-top:1px #e0e0e0 dashed;
padding-top:30px;
}

.join-btn a{
width:90%;
max-width:400px;
margin:0 auto;
display:block;
background:#ff0980;
border-radius:20px;
padding:15px;
box-sizing:border-box;
color:#fff;
border:0;
}

.layer-box-login .layer-pop-area{
width:440px;
margin-left:-220px;
height:600px;
margin-top:-300px;
}
.layer-box-login .layer-pop-area .layer-content{
overflow-y:hidden;
}

.layer-box-join .submit-btn{
width:70%;
}


.layer-box-join .online-form-box{
margin-top:50px;
padding:0;
border:1px solid yellow;
}


.layer-box-join .online-form-box input{
display:block;
padding:10px;
box-sizing:border-box;
border:1px #ff0980 solid;
border-radius:20px;
width:100%;
margin-bottom:10px;
}



.chkList li{
margin-bottom:20px;
}

.chk-box{
height:100px;
overflow-y:scroll;
padding:10px;
box-sizing:border-box;
border:1px #e0e0e0 solid;
margin-top:10px;
}
.chk-box table td{
border-width:0;
font-size:0.85em;
opacity:0.8;
}





@media (max-width:1024px) {


	.close-box{
	right:5px;
	top:0px;
	}

	.close-box img{
	width:40px;
	}

	.layer-pop-area{
	width:90%;
	margin-left:-45%;
	}
	.layer-content{
	padding:65px 15px;
	}

	
	.layer-box-login .layer-pop-area{
	width:90%;
	margin-left:-45%;
	}

	.layer-box-join .submit-btn{
	width:100%;
	}
	
}

.gnb .depth1 .depth2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 160px;
  z-index: 100;
}

.gnb .depth1:hover .depth2 {
  display: block;
}

.gnb .depth1 .depth2 li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
}

.gnb .depth1 .depth2 li a:hover {
  background: #ff0980;
  color: #fff;
}

/* 모바일 (아코디언 방식) */
@media screen and (max-width: 1280px) {
  .gnb .depth1 {
    border-bottom: 1px solid #e8ecef;
  }

  .gnb .depth1 .depth2 {
    display: none; /* 기본 숨김 */
    position: relative;
    border: none;
    background: #f9f9f9;
  }

  .gnb .depth1.active .depth2 {
    display: block; /* 클릭 시 열림 */
  }

  .gnb .depth1 .depth2 li a {
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    color: #333;
  }

  .gnb .depth1 .depth2 li a:hover {
    background: #ff0980;
    color: #fff;
  }
}