#zaemitMain{ padding-top: var(--zm_header_height, 48px); background-color: #000; }
.whole{ padding: 50px 0 150px; background-image: linear-gradient(to bottom, var(--point_wv_21), transparent 10%); }
.sec{ display: flex; flex-direction: column; align-items: center; padding: 0 30px; background-size: cover; background-repeat: no-repeat; }
.sec_inner { max-width: 900px; }


/* sec_ai */
.sec_ai{ 
    --textarea_radius: 10px;
    --bg_color: #212223;
    --point_color: var(--point_wv_01);
}

.sec_ai_title { font-size: 40px; line-height: 44px; font-weight: 900; letter-spacing: -0.04em; word-spacing: -0.04em; text-align: center;
  background: linear-gradient(90deg, #fff 40%, var(--point_wv_01) 60%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent;
}
.sec_ai_prompt { padding-top: 41px; }
.list_con { display: flex; align-items: center; gap: 5px; }
.list_con + .prompt { min-height: 144px; }
.list_con.has_file + .prompt { min-height: 90px; }
.file_list_con.has_file { margin-bottom: 10px; }
.file_list { display: inline-flex; align-items: center; gap: 8px; position: relative; min-width: 0; padding: 8px 10px 8px 12px; border-radius: 5px; background-color: #000; font-size: 13px; font-weight: 700; color: #96999b; letter-spacing: 0; }
.file_list span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file_list .remove_file { width: 19px; height: 19px; background-image: url("/weven_service/asset/img/9x9_delete_icon_circle_white.png"); background-position: center; background-size: contain; background-repeat: no-repeat; cursor: pointer; }

.prompt_box { padding: 20px 25px 25px 25px; border-radius: 17px; background-color: #28292a; }
.prompt { font-size: 18px; font-weight: 700; letter-spacing: 0; line-height: 30px; color: #fff; background-color: transparent; padding: 0; margin: 0; border: unset; outline: none; }
.prompt::placeholder { color: #fff; }
.prompt::-webkit-scrollbar{display: none;}

.prompt_bottom_wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 10px; }
.guide_list_wrap{ flex: 1 0; }
.guide_list_title { font-size: 14px; line-height: 20px; letter-spacing: 0; color: #808080; font-weight: 600; margin-bottom: 15px; }
.guide_list_con { flex-wrap: wrap; }
.guide_list { flex: 0 0 auto; font-size: 13px; letter-spacing: 0; line-height: 1; color: #fff; font-weight: 600; padding: 11px 16px; border-radius: 6px; background-color: #444648; cursor: pointer; }
.sec_ai_prompt [type="file"]{ display: none; }
.fileup_btn{ flex: 0 0 auto; padding: 11px 17px; color: #fff; background-color: #000; cursor: pointer; border-radius: 6px; font-size: 13px; letter-spacing: 0; line-height: 1; font-weight: 600; }

.prompt_btn_wrap { margin-top: 30px; display: flex; justify-content: center; }
.prompt_btn { padding: 17px 40px 16px 21px; border-radius: 10px; background-color: var(--point_color);
    background-image: url("/weven_service/asset/img/svg/arrow_circle_right_20dp_FFF_FILL0_wght500_GRAD0_opsz20.svg"); background-position: right 14px top 13px; background-size: 22px; background-repeat: no-repeat; }
.prompt_btn span { color: #fff; font-size: 15px; letter-spacing: 0; line-height: 1; font-weight: 800;  }


/* 로더 */
#canvasLoader{ position: fixed; top: 0; left: 0; z-index: 9999; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; background: #000; }
#canvasLoader .loader_text{ font-size: 32px; line-height: 42px; font-weight: 600; color: #fff; text-align: center; }
#canvasLoader .loader_text span{ color: var(--point_lime_0); }
#canvasLoader [loader-ing]{ margin-top: -50px; }
#canvasLoader [loader-ing] canvas {width: 240px;height: 240px;}


/* sec_theme */
.sec_theme{ padding-top: 80px; background-image: url("/weven_template/theme/weven/resource/img/zaemit_main/bg_theme.png"); background-position: top -270px center; background-size: cover; background-repeat: no-repeat; transition: all 0.2s; }
.sec_theme [data-wv-template]{ cursor: pointer; }
.sec_theme .sec_theme_cnt { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; }
.sec_theme .sec_theme_wrap { padding-top: 46px; }
.sec_theme_title_wrap { position: relative; }
.sec_theme_title { font-weight: 700; font-size: 24px; line-height: 30px; letter-spacing: -0.02em; word-spacing: -0.02em; color: #fff; text-align: center; margin: 0 auto; padding-bottom: 40px; }
.sec_theme_link_wrap { position: relative; }
a.sec_theme_link { display: inline-flex; align-items: center; height: 24px; padding-right: 24px; color: #fff; font-weight: 400; font-size: 14px; line-height: 1; position: absolute; right: 50%; bottom: 0; transform: translateX(50%);
    background-image: url("/weven_service/asset/img/svg/keyboard_arrow_right_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg"); background-position: right 0 center; background-repeat: no-repeat; }
.main_file_wrap { position: relative; }
.main_file_wrap:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(0, 0, 0, 0.1); border-radius: 4px; opacity: 1; transition: all 0.2s ease; }
.main_file_wrap:hover:after { opacity: 0; }
.main_file_wrap img { width: 273px; height: 413px; background-color: azure; object-fit: cover; object-position: top; border-radius: 4px; }



@media all and (min-width: 768px) {
    /* sec_ai */
    .prompt_bottom_wrap { flex-direction: row; align-items: flex-end; }
    
    /* sec_theme */
    .sec_theme_title { padding-bottom: 0; }
    a.sec_theme_link { right: 0; transform: unset; }
    .sec_theme .sec_theme_cnt { gap: 32px; }
}

@media all and (min-width: 992px) {
    /* sec_ai */
    
    /* sec_theme */
    .sec_theme .sec_theme_cnt { grid-template-columns: repeat(3, 1fr); }
}

@media all and (min-width: 1600px) {
    .whole{ padding-top: 35px; }

    /* sec_ai */
    
    /* sec_theme */
}