@import url(basic.css);

/*=====================================================================================================================*/
/*form style*/
.idea_title{
    margin-bottom: 20px;
}
.idea_body{
    margin-bottom: 50px;
}


.required{color: #FF7AAA;}

form{
    background: #eee;
    width: 100%;
    padding: 60px;
}
form legend{
    margin-bottom: 60px;
    font-size: 1.1em;
    font-weight: 600;
}
form fieldset{
    border: none;
}
.form_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.idea_input{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.idea_input label,
.idea_input input{
    font-size: 20px;
}
.idea_input input{
    width: 100%;
    height: 60px;
    background: #dedede;
    border-radius: 8px;
    padding-left: 22px;
    font-size: 18px !important;
}

.idea_input:not(.input_ta){
    margin-bottom: 25px;
}

    /*select_box style*/
/* 1. 전체를 감싸는 둥근 바구니 박스 */
.double_select_box {
display: flex;
width: 100%; /* 기존 input width와 맞춤 */
height: 60px;
background: #ffffff; /* 전체 바탕은 흰색 */
border: 1px solid #d2d2d2; /* 테두리 */
border-radius: 8px;
overflow: hidden; /* 모서리가 둥글 때 내부 요소가 튀어나가지 않게 숨김 */
margin-bottom: 25px;
}

/* 2. 내부 셀렉트박스 공통 스타일 */
.double_select_box select {
flex: 1;
height: 100%;
border: none;
background: transparent;
font-size: 18px;
font-family: 'Noto Sans KR', sans-serif;
padding: 0 20px;
outline: none;
cursor: pointer;
padding-right: 20px;
}

/* 3. 첫 번째 select (메뉴 종류) 스타일: 회색 배경 */
.double_select_box select:first-child {
flex: 0 0 40%; /* 전체 넓이의 40% 차지 */
background-color: #dedede; /* 이미지처럼 진한 회색 배경 */
border-right: 1px solid #d2d2d2; /* 오른쪽 경계선 */
padding-right: 35px; /* 화살표와 텍스트가 겹치지 않게 여백 주기 */
}

/* 4. 두 번째 select (메뉴 이름) 스타일: 흰색 배경 (flex: 1로 남은 공간 다 채움) */
.double_select_box select:last-child {
background-color: #ffffff;
padding-right: 35px;
}

form button{
    border-radius: 8px;
}
.submit_btn{
    padding: 13px 18px;
    position: absolute; 
    bottom: 8px; left: 0;
    font-size: 18px;
    color: #fff;
    background: #000;
}
.review_submit{
    padding: 13px 18px;
    font-size: 18px;
    color: #fff;
    background: #000;
    margin-top: 20px;
}

.file_upload_box{
    width: 100%;
    height: 60px;
    background: #fff;
    border: 3px dotted grey;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
#upload_file{
    display: block;
    background: none;
    padding-left: 15px !important;
    margin-bottom: 0 !important;
    margin-top: 25px;
}
textarea{
    resize: none;
    width: 100%;
    background: #dedede;
    border-radius: 8px;
    padding:15px 0 100px 20px;
    border: none;
    margin-bottom: 0;
    font-size: 16px;
    font-family: NotoSans;
}

/*right style*/

.form_right{
    position: relative;
}

.idea_input h3{
    font-size: 20px !important;
}
.user_info{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.user_info ,.idea_input{
    width: 100%;
}

.guidance_text p{
    font-size: 18px;
    margin-bottom: 10px;
    color: #777;
}

#agree_privacy{
    display: inline;
    margin-bottom: 0;
    width: 24px;
    height: 24px;
}
.idea_input .checkbox_item{
    display: flex;
    align-items: center;
    gap: 15px;
}
.idea_input span{
    margin-bottom: 4px;
}







/*=====================================================================================================================*/
/*페이지 개별 스타일*/
footer{
    background: #27D9F7;
}

.footer_input03{
    background: #d2f8ff;
}
.footer_object-LAB{
    width: 200px;
    height: 200px;
    position: absolute;
    top: -150px;
    right: 0;
    background: url(images/icon/footer/LAB_footerIMG.svg)no-repeat 0 0;
    background-size: 100%;
}
    
header>h1>a{
    background: url(images/icon/brand_Logo_WT.svg)no-repeat 0 0 !important;
    }



.inner:not(.joinLAB)>:is(h2, h3, p),
.inner:not(.joinLAB)>div>:is(h2, h3, p){
    color: #fff;
}
h3{
    font-size: 22px !important;
}
body{
    background: #000;
    font-size: 20px !important;
}








/*=====================================================================================================================*/
/*main style*/

.LAB_01_main{ 
    min-height: 100vh;
    max-height: 100vh;
}
.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url(images/joinLAB/sdfdsfdf.svg) no-repeat 0 100%;
    background-position: right;
    background-size: 40%;
    background-attachment: fixed;
    z-index: -1;
    opacity: 0.6;
}







.LAB_02_review{
    padding-top: 200px;
}
.review{
    display: flex;
    gap: 50px;
    justify-content: space-between;
    max-width: 100%;
}

.review_form{
    min-width: 550px;
    flex-shrink: 1;
    width: 100%;
}

.review_right{
    height: max-content;
    align-self: flex-end;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 400px;
    min-width: 400px;
}
.review_title{
    margin-top: 20px;
}

.review_button{
    background: white
}

.rinput input{
    padding: 30px 0 100px 20px !important;
}














/*=====================================================================================================================*/
/*chat push animation*/

.LABmain{
    display: flex;
    justify-content: space-between;
    align-self: center;
}

/*컨테이너에 overflow hidden, 높이, 그라데이션, padding 적용*/
.LABmain_right {/*li 5개 + gap 만큼의 높이*/
            overflow: hidden;
            margin-top: 150px;
            height: 615px;
            width: 100%;
            position: relative;
            /* 👇 추가된 마스크 코드: 위쪽 70%는 선명하게, 아래 30% 구간에서 투명하게 지워짐 */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}

.LAB_reviewPrev { /*ul style / top: -li +gap*/
            position: absolute;
            width: max-content;
            display: flex;
            flex-direction: column;
            gap: 10px;
            height: max-content;
            right: 0;
            top: -123px;
}

/* --- 개별 리스트 아이템 --- */
.LAB_reviewPrev li {
            min-width: max-content;
            min-height: max-content;
            text-align: center;
    border-radius: 17px;
}

.LAB_reviewPrev li img { /*400 너비*/
    width: 400px;
    height: auto; /*113.3*/
    object-fit: contain;
    display: block;
}



/*============================*/
.LABmain_left{
    min-width: max-content;
    margin-top: 150px;
}
h2.LAB_maintitle{
    font-size: 6cqw;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #FFFF00 !important;
}
.LAB_subtitle{
    color: #000;
    font-size: 1.3em;
    font-weight: 500 !important;
    margin-bottom: 30px;
}














/*=====================================================================================================================*/
@media screen and (max-width:1024px){
h3{
    font-weight: 500  !important;
    font-size: 20px !important;
}
.LAB_01_main{ 
    min-height: max-content;
    max-height: max-content;
}

main>.LAB_01_main>.LABmain>.LABmain_left>h2.LAB_maintitle{
    font-size: 4.8em;
    margin-bottom: 16px;
}
.bg{
    background-size: 80%;
    }
    
.LAB_02_review{
    padding-top: 50px !important;
}
form{
    padding: 40px 30px;
}
legend{
    margin-bottom: 30px !important;
}
.form_grid{
    gap: 40px;
}
.user_info{
    gap: 15px;
}
.LABmain{
    flex-direction: column !important;
}
.LABmain_right {
            margin-top: 100px !important;
}

.review{
    flex-direction: column-reverse !important;
}
.review_right{
    width: 100%;
    min-width: 100%;
}
.review_form{
    max-width: 100% !important;
}
.review_form{
    
    max-width: 100% !important;
    min-width: 100%;
    flex-shrink: 1;
    width: 100%;
}
label{
    font-size: 18px !important;
}
.idea_input input{
    height: 50px !important;
    font-size: 16px !important;
}
.idea_body{
    margin-bottom: 50px;
}
.file_upload_box{
    height: 55px;
    border: 2px dotted gray;
}
#upload_file{
    margin-top: 18px;
}
.checkbox_item input {
    width: 24px;
    height: 24px !important;}

.checkbox_item input {
    width: 24px;
    height: 24px !important;}

}






/*=====================================================================================================================*/
@media screen and (max-width:768px){
    body {
        font-size: 15px !important; /*24px -> 15px*/
        line-height: 1.6;
    }
    h3{
        font-size: 16px !important;
    }
    label{
        font-size: 14px !important;
    }
    input, option, textarea, select, form p{
        font-size: 13px !important;
    }
    .idea_input input{
        padding: 10px !important;
        font-size: 13px !important;
    }

.main_04_joinLAB{
    background: none !important;
    width: 90vw;
    margin: 0 auto;
    overflow: hidden;
}
    
.joinLAB span{
    display: none;
}
.footer_object-LAB {
    width: 90px;
    height: 90px;
    top: -66px;
    background-position: 0 0;
    background: url(images/icon/footer/LAB_footerIMG.svg) no-repeat 0 0;
    background-size: 100%;
    z-index: -99;
}

.bg{
        background-size: 90%;
        
    }
.review{
    gap: 30px;
}
.review_right{
    gap: 15px;
}
    .form_grid{
    display: flex !important;
    flex-direction: column;
    gap: 80px;
}
.idea_title{
    margin-bottom: 15px;
}
.idea_body{
    margin-bottom: 30px;
}

    /*select_box style*/
.double_select_box {
display: flex;
height: 35px;
margin-bottom: 25px;
}

.double_select_box select {
flex: 1;
padding: 0 20px;
}

.double_select_box select:first-child {
    width: 110px;
padding-right: 10px;
}


.idea_form .guidance_text{
    margin-bottom: 120px;
}

.file_upload_box{
    height: 50px;
    border: 2px dotted gray;
}
#upload_file{
    margin-top: 6px !important;
}

/*=========================================================*/
/*스트립트 적용되는 요소에 !important 금지*/
.LABmain_right {/*li 4개 + gap 만큼의 높이 , relative*/
            margin-top: 40px !important;
            height: 417.5px;
}
.LAB_reviewPrev { /*ul style / top: -li +gap한 개의 높이*/
            gap: 10px;
            top: -83px;
}
.LAB_reviewPrev li img {
    width: 260px; /*73.5*/
}



.LABmain_left{
    margin-top: 50px !important;
    width: 400px;
}
main>.LAB_01_main>.LABmain>.LABmain_left>h2.LAB_maintitle{
    font-size: 45px;
    margin-bottom: 16px;
}
.LAB_subtitle{
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
}












