.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.wrap-page {
  min-width: auto;
}

@media screen and (min-width: 1025px) {
  .components {
    width: 1200px;
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: -8px;
	margin-bottom:100px;
  }

  #router-view {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .leftComponent {
    background-color: #fff;
  }

  .rightComponent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .basicComponent {
    width: 480px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 108px;
    height: 670px;
    display: block;
    z-index: 3;
  }

  .basicComponent .hr {
    border-top: 1px solid #eaeaea;
    margin: 40px 0;
  }

  .basicComponent .con {
    width: 100%;
    padding: 32px 50px;
  }

  .basicComponent .con .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
  }

  .basicComponent .con .title p {
    font-family: Pretendard;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
  }

  .basicComponent .con .title img {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .basicComponent .con .price {
    font-family: Pretendard;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 16px;
  }

  .basicComponent .con .hashtag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .basicComponent .con .hashtag div {
    width: fit-content;
    margin-right: 8px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 10px;
    background-color: #f4f5f5;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a2a2a2;
  }

  .basicComponent .con .writer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26.5px;
  }

  .basicComponent .con .writer .profile {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 8px;
  }

  .basicComponent .con .writer .profile_info {
    width: 75%;
  }

  .basicComponent .con .writer .nickname {
    margin-bottom: 3px;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .basicComponent .con .writer .introduce {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .basicComponent .con .writer .slot {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
    background-color: #dfeeff;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #0076f0;
    white-space: nowrap;
    margin-left: 10px;
  }

  .basicComponent .con .writer .slot span {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #0076f0;
    margin-left: 3px;
  }

  .basicComponent .con .commission_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .basicComponent .con .commission_btn .zzim {
    width: 52px;
    height: 52px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    border-radius: 6px;
    border: solid 1px #c7c7c7;
  }

  .basicComponent .con .commission_btn .zzim img {
    width: 30px;
    height: 30px;
  }

  .basicComponent .con .commission_btn .submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    border-radius: 6px;
    background-color: #ff6160;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-left: 6px;
  }

  .basicComponent .con .commission_btn .disabled {
    background-color: #d9d9d9;
    cursor: not-allowed;
  }

  .basicComponent .con .commission_btn .submit:disabled {
    background-color: #d9d9d9;
    cursor: not-allowed;
  }

  .basicComponent .con .commission_btn .modify {
    width: 50%;
    background-color: #1b1b1b;
  }

  .basicComponent .con .commission_btn .pull_up{
    width: 50%;
    color: #AFAFAF;
    border: 1px solid #DCDCDC;
    background-color: #fff;
  }

  .contentComponent {
    width: 670px;
  }

  .contentComponent .con {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    width: 670px;
    height: 670px;
  }

  .swiper-free-mode > .swiper-wrapper {
    justify-content: center;
  }

  .mySwiper {
    height: 150px;
    box-sizing: border-box;
    padding: 16px 20px !important;
  }

  .mySwiper .swiper-slide {
    width: 54px;
    height: 54px;
    cursor: pointer;
    opacity: 0.6;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .mySwiper2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px #d3d3d3;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: solid 1px #d3d3d3;
  }

  .swiper-button {
    position: absolute !important;
    bottom: 86px !important;
    color: black !important;
    top: auto !important;
    z-index: 1 !important;
    background-image: none !important;
  }

  .swiper-button-next {
    right: -5px !important;
  }

  .swiper-button-prev {
    left: -5px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }

  .thumbnail-swiper {
    position: relative;
  }

  .fancybox__container {
    z-index: 99999;
  }

  .postComponent .confirmModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  
  .postComponent .confirmModal .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=80);
  }
  
  .postComponent .confirmModal .con {
    position: absolute;
    width: 379px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .postComponent .confirmModal .con .t {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }
  
  .postComponent .confirmModal .con .t p {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #262626;
  }
  
  .postComponent .confirmModal .con .t img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  
  .postComponent .confirmModal .con .n {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #262626;
    margin-bottom: 40px;
  }
  
  .postComponent .confirmModal .con button {
    padding: 14px 40px;
    border-radius: 8px;
    background-color: #ff6160;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width: 1025px) {
  #router-view {
    padding: 20px;
    padding-top: 86px;
  }

  .components {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .leftComponent {
    width: 100%;
    background-color: #fff;
  }

  .rightComponent {
    width: 100%;
  }

  .basicComponent {
    width: 100%;
    margin-top: 20px;
  }

  .basicComponent .hr {
    border-top: 1px solid #eaeaea;
    margin: 30px 0;
  }

  .basicComponent .con {
    width: 100%;
  }

  .basicComponent .con .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
  }

  .basicComponent .con .title p {
    font-family: Pretendard;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
  }

  .basicComponent .con .title img {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .basicComponent .con .price {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    margin-bottom: 16px;
  }

  .basicComponent .con .hashtag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .basicComponent .con .hashtag div {
    width: fit-content;
    margin-right: 8px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 10px;
    background-color: #f4f5f5;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a2a2a2;
  }

  .basicComponent .con .writer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .basicComponent .con .writer > div:first-child {
    width: 100%;
  }

  .basicComponent .con .writer .profile {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 8px;
  }

  .basicComponent .con .writer .profile_info {
    width: 75%;
  }

  .basicComponent .con .writer .nickname {
    margin-bottom: 3px;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .basicComponent .con .writer .introduce {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .basicComponent .con .writer .slot {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
    background-color: #dfeeff;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #0076f0;
    white-space: nowrap;
    margin-left: 10px;
  }

  .basicComponent .con .writer .slot span {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #0076f0;
    margin-left: 3px;
  }

  .basicComponent .con .commission_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    background-color: #fff;
    z-index: 11;
  }

  .basicComponent .con .commission_btn .zzim {
    width: 52px;
    height: 52px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    border-radius: 6px;
    border: solid 1px #c7c7c7;
  }

  .basicComponent .con .commission_btn .zzim img {
    width: 30px;
    height: 30px;
  }

  .basicComponent .con .commission_btn .submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    border-radius: 6px;
    background-color: #ff6160;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-left: 6px;
  }

  .basicComponent .con .commission_btn .submit:disabled {
    background-color: #d9d9d9;
    cursor: not-allowed;
  }

  .basicComponent .con .commission_btn .modify {
    width: 50%;
    background-color: #1b1b1b;
  }

  .basicComponent .con .commission_btn .pull_up{
    width: 50%;
    color: #AFAFAF;
    border: 1px solid #DCDCDC;
    background-color: #fff;
  }

  .contentComponent {
    width: 100%;
  }

  .contentComponent .con {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    width: 350px;
    height: 350px;
  }

  .mySwiper {
    width: 294px;
    height: 54px;
    box-sizing: border-box;
    margin-top: 15px;
  }

  .mySwiper .swiper-slide {
    width: 54px;
    height: 54px;
    cursor: pointer;
    opacity: 0.6;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .mySwiper2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px #d3d3d3;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: solid 1px #d3d3d3;
  }

  .swiper-button {
    position: absolute !important;
    bottom: 5px !important;
    color: black !important;
    top: auto !important;
    z-index: 1 !important;
    background-image: none !important;
  }

  .swiper-button-next {
    right: -5px !important;
  }

  .swiper-button-prev {
    left: -5px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
  }

  .thumbnail-swiper {
    position: relative;
  }

  .thumbnail-swiper > .swiper {
    width: 100%;
  }

  .fancybox__container {
    z-index: 99999;
  }

  .postComponent .confirmModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  
  .postComponent .confirmModal .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=80);
  }
  
  .postComponent .confirmModal .con {
    position: absolute;
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .postComponent .confirmModal .con .t {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }
  
  .postComponent .confirmModal .con .t p {
    font-family: Pretendard;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #262626;
  }
  
  .postComponent .confirmModal .con .t img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  
  .postComponent .confirmModal .con .n {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #262626;
    margin-bottom: 40px;
  }
  
  .postComponent .confirmModal .con button {
    padding: 14px 40px;
    border-radius: 8px;
    background-color: #ff6160;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
}
