@charset "UTF-8";
@font-face {
    font-family: "GmarketSansMedium";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-x: hidden;
}

body {
    font-family: "GmarketSansMedium", Helvetica, sans-serif !important;
    font-size: 0.85rem;
    overflow-x: hidden;
}

html,
body {
    height: auto !important;
    /* 필요하다면 min-height로 화면 높이를 보장 */
    /* min-height: 100%; */
}

.underline-dashed {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px; /* 간격 조절 */
}


.navbar-brand img {
    max-height: 25px;
}

.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
    background: var(--bs-green);
    border-color: var(--bs-green);
    color: var(--bs-white);
}

header .btn-sm {
    padding: 3px 10px;
    font-size: 14px;
}

.btn.gr {
    background: linear-gradient(90deg, #d3254d 0%, #3851e7 100%);
    color: #fff;
    border: 0px;
}

.btn-xs {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.25rem;
}

.btn-primary {
    --bs-btn-bg: #072d93;
    --bs-btn-border-color: #072d93;
    --bs-btn-hover-bg: #072d93;
    --bs-btn-hover-border-color: #072d93;
    --bs-btn-active-bg: #072d93;
    --bs-btn-active-border-color: #072d93;
}

@media (max-width: 500px) {
    .navbar-brand img {
        max-width: 100px;
    }
    .navbar-expand-lg .navbar-brand {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.pagination {
    box-shadow: none; /* 그림자 제거 */
}

/* 각 페이지 번호 버튼 */
.pagination .page-link {
    background-color: #fff; /* 배경 흰색 */
}

#icon-wrapper img {
    width: 35px;
    height: 35px;
    margin: 0px 6px;
    filter: grayscale(100%);
}

#icon-wrapper img:hover {
    filter: grayscale(0%);
}

.icon-list li {
    text-align: left;
    font-size: 90%;
}

.price {
    position: relative;
}
.price .sales {
    font-size: 11px;
    padding: 5px;
    opacity: 0.8;
    font-weight: 300;
    vertical-align: super;
    height: 20px;
    margin-left: 10px;
}

video {
    width: 100%;
    border: 0 solid #e5e7eb;
}

.accordion-item .card-body {
    padding: 0 1.25rem 0.25rem 2rem;
}


/* -------------------------------------------------------
 메인 탑 채팅으로 홈페이지 만들기 시작하는 영역
 --------------------------------------------------------- */

#landing_chat form {
	border-radius:10px;
	background-color:#fff;
	overflow:hidden;
	border:1px solid #ddd;
	padding:10px 10px;
}

#landing_chat textarea {
	border:0px;
	resize: none;
}
#landing_chat  textarea::placeholder {
  color: #AAA;
  opacity: 1;
}

#landing_chat textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit; /* 선택적으로 보더 색 고정 */
}


/***************************************************
 * Ȩ
 ***************************************************/

.shadow-video {
    box-shadow: 0 0 #0000, 0 0 #0000, 1px 1px 25px 0px rgba(110, 0, 255, 0.15),
        0px 2px 100px 15px rgba(110, 0, 255, 0.1);
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    margin: 0;
    background: #fff;
}

.shadow-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aspect-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#top_area .display-4 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 1rem !important;
}

#home-join {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 90%;
    text-align: center;
}

#home-join .btn i {
    font-size: 20px;
    margin-top: 2px;
}
#home-join .btn {
    color: #333;
    border-radius: 30px;
    border: none;
    background: linear-gradient(120.83deg, #608b33 0%, #88c646 100%);
    padding: 5px 20px 5px 12px;
    display: inline-flex;
    color: #fff;
}

/****************************************************
 * Ȩ������ ����
 ****************************************************/
.accordion-wrapper .card {
    margin-bottom: 1rem !important;
}
.accordion-wrapper .card-header {
    padding: 0.7rem 1rem 0.7rem;
}
.accordion-wrapper .card-header button {
    font-size: 16px !important;
}
.accordion-wrapper .card-body {
    font-size: 14px;
}
.accordion-wrapper .card-body p {
    margin: 0px;
    margin-bottom: 10px;
}
.display-4 {
    font-size: 1.3rem !important;
}
.accordion-wrapper .card-header button:before {
    right: 1.3rem;
    left: auto;
}

@media (max-width: 500px) {
    .accordion-wrapper .card {
        margin-bottom: 0.5rem !important;
    }
}

section.wrapper {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

#review .card-body {
    height: 220px;
}

@media (max-width: 500px) {
    .card-body h4 {
        font-size: 0.85rem;
    }
    .card-body {
        font-size: 0.75rem;
        padding: 20px;
    }

    section.wrapper {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media (max-width: 500px) {
    #bizstack_reason .icon-svg.icon-svg-md {
        width: 2rem;
        height: 2rem;
    }

    #bizstack_reason .card-body {
        padding: 20px 10px;
    }

    .counter-wrapper .counter.counter-lg {
        font-size: 1.5rem !important;
    }

    #update .card-body {
        padding: 20px 10px;
    }
}

#link figure {
    height: 50px;
    border-radius: 5px;
    text-align: center;
}
#link figure img {
    max-height: 33px !important;
    width: auto;
    filter: grayscale(100%);
    margin-bottom: 0px;
}

.footer {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 40px 25px 56px;
    border-top: none;
    background-color: #333333;
}

.footer .container .footer-head-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #888888;
}
@media (max-width: 766px) {
    .footer .container .footer-head-box {
        display: block;
        padding-bottom: 15px;
    }
}

.footer .container .footer-head-box .footer-info-btn-box .list-unstyled {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
}
@media (max-width: 766px) {
    .footer .container .footer-head-box .footer-info-btn-box .list-unstyled li {
        margin-top: 12px;
    }
}
.footer .container .footer-head-box .footer-info-btn-box .list-unstyled li + li {
    margin-left: 35px;
    position: relative;
}
.footer .container .footer-head-box .footer-info-btn-box .list-unstyled li + li:after {
    content: "";
    background-color: #515151;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: -17px;
}
.footer .container .footer-head-box .footer-info-btn-box .list-unstyled li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.footer .container .footer-body-box {
    padding-top: 33px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.footer .container .footer-head-box .img-box img {
    height: 25px;
}

.footer .container .footer-body-box .con-box .list-unstyled li {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #999999;
}

@media (max-width: 500px) {
    .footer .container .footer-head-box .footer-info-btn-box .list-unstyled li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer .container .footer-body-box {
        display: block;
    }

    .footer {
        letter-spacing: 0.02em;
        padding: 20px 10px 90px;
    }
}

.pricing-wrapper [class*="col-"] .pricing.card .prices .price-value {
    font-size: 1.8rem;
}

.price-duration {
    white-space: nowrap;
}

.jumbotron {
    background-color: transparent !important;
    margin-top: 0;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 20px 0 0 0;
    text-align: center;
}

.jumbotron hgroup {
    padding-top: 30px;
    text-align: center;
}

.jumbotron .lead {
    font-size: 20px;
    margin-bottom: 20px;
}

#changelog .todo-list {
    list-style: none; /* 도트 제거 */
    padding-left: 0; /* 들여쓰기 제거 (선택사항) */
    margin: 0px;
}

#changelog .todo-list__label input[type="checkbox"] {
    margin-right: 5px;
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
}

#changelog .todo-list__label {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

/* 체크된 항목 강조 */
#changelog .todo-list__label input[type="checkbox"]:checked + .todo-list__label__description {
    color: #198754; /* Bootstrap의 success 색상 */
}

.manual-content img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.float-animation {
    animation: floatUpDown 3s ease-in-out infinite;
}

/***************************************************
 * AI 이미지 부분
 ***************************************************/

.nodata {
    color: #aaa;
}

#image_info .prompt {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    background-color: #f5f5f5;
}

#layer_index {
    min-height: 600px;
    margin-bottom: 50px;
}

#layer_view {
    display: none;
    margin-bottom: 50px;
}

.fade-in {
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#layer_index .item {
    width: 32.4%; /* 기본값: PC용 */
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #layer_index .item {
        width: 47%; /* 모바일용 */
    }
}

.loading-image {
    width: 100%;
    padding-top: 100%; /* 1:1 비율 */
    background: #e0e0e0;
    position: relative;
    animation: shimmer 2s infinite linear;
    border-radius: 10px;
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}

.shimmer {
    background: linear-gradient(to right, #e0e0e0 8%, #f5f5f5 18%, #e0e0e0 33%);
    background-size: 800px 100%;
}

.loading_section .placeholder {
    width: 100px;
    border-radius: 10px;
}

.loading_section .percent {
    font-size: 260%;
    color: var(--bs-primary);
    font-weight: 700;
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

/* 영상 관련 */
.video-item {
    position: relative;
}

.video-item img {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
}

.video-item .icon-box {
    opacity: 0.5;
}

.icon-very-medium {
    font-size: 28px;
}
.text-red,
.btn-link.text-red,
a.text-red-hover:hover {
    color: var(--red);
}

.video-select-container {
    display: flex;
    flex-direction: column; /* 세로 정렬 강제 */
    gap: 10px; /* 항목 간 간격 */
    align-items: flex-start;
}

.video-select-option {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    text-align: left;
    white-space: normal;
    word-break: break-all;
    background: #f5f5f5;
    cursor: pointer;
}

.video-select-option:hover {
    background: #eaeaea;
    border-color: #bbb;
}

.video-select-option.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    font-weight: bold;
}

.btn-video-create {
    display: block !important; /* 강제 블록 요소 */
    white-space: normal !important; /* 줄바꿈 허용 */
    text-align: center !important; /* 중앙 정렬 */
    line-height: 1.4;
}

/* -- 영상 관련*/
