@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../font/ttf/NanumMyeongjo-Regular.ttf') format('truetype');
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100vw;
    font-family: 'Pretendard Variable';
    overflow: scroll;  
    overflow-x: hidden;  
 
}
/*스크롤바 숨기기*/
::-webkit-scrollbar{
    width: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.section1 {
    width: 100%;
    /* height: 100vh;*/


}
.wrap {
    position:relative;
    top:0;
   /* width:100vw;*/
    /*height:100vh;*/
    transition-property: top;
    transition-duration: 1.2s;
    
}

.wrap .title_section{
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
  
 box-sizing: border-box;

    align-items: center;
    color: white; 
}

.wrap .title_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/sangdambg.png);
    background-size: cover;
    background-position: center;

}
.process{
    padding: 0 !important;
    display: flex;
   
}

#title_sub{
    font-size: 20px;
    font-weight: 500;
}

.process > div{
    width: 158px;
    height:  137px;
    background-image: url("../image/book/book_back.png");
    margin: 0 -6px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.process > div>div{
    font-size: 12px;
    text-align: center;
    color: #412D24;
    font-weight: 700;
}

#tel2{
    display: none;
}
#process1{
    padding: 10px 0;
}
#process1>img{
    width: 4px;
}

.wrap .title_section *{
    z-index: 1;
}

.wrap .title_section>div {
    padding: 22px;
}

.wrap .title_section>div:first-child {
    width: 336px;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid white;
    margin-top: 100px;
}

.wrap .title_section>div:last-child {
    font-size: 18px;
}

.wrap .content_section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap .content_section>img {
    position: absolute;
    width: 600px;
    height: 441px;

}

.wrap .content_section >.content_box {
    padding: 195px 0;
    text-align: center;
    font-size: 18px;
}

.map_info_section{
    display: flex;
    width: 1200px;
    height: 500px;
    min-width:906px;
    align-items: end;
    justify-content: center;
 
    background-color: rgba(211, 238, 176, 0);

   .map_section, .info_section{
        width: 45%;
    
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        
    }
    .map_title_section{
        width: 400px;
        font-weight: 700;
        text-align: center;
        color: #412D24;
        border-bottom: 2px solid #412D24;
        padding-bottom: 10px;
        font-size: 15px;
        margin-bottom: 10px;
      

    }
    .map{
        width: 400px;
        height: 380px;
       
        background-color: #412D24;
        box-sizing: border-box;
        overflow: hidden;
    }

    .info_section{
        color: #412D24;
        font-weight: 700;
        img{
            width: 50px;
            margin: 15px;
        }

        >span{
            font-size: 15px;
            margin-bottom: 15px;
        }
    
        >.info_input{
            width: 400px;
            height: 40px;
            line-height:50px;
            margin: 1px 0;
            color: #412D24;
           
            vertical-align: text-top;
            border: 1px solid #412d246c;
            background: transparent;
            &::placeholder{
                color: #412D24;
                font-size: 10px;
                padding-left: 10px;
                vertical-align: baseline;
                font-weight: 500;
                
            }         

        }
        .info_input4{
            height: 170px;
        }
        .check_wrap{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 400px;
            margin: 5px;
            font-size: 10px;
            position: relative;
            z-index: 9;
            
            >#check_wrap1{
                display: flex;
             
                align-items: center;
            }
               
            >#check_wrap2 a{
             color: #412D24 !important;
             text-underline-offset : 3px;
             text-decoration: underline;
            }

            >#check_detail{
               
               width: 441px;
                background-color: white;
                border: 1px solid rgba(0, 0, 0, 0.171);
                position: absolute;
                top : 20px;
                right:0;
                display: none;
                justify-content: center;
                flex-direction: column;
                padding: 20px;
                >#check_detail_title{
                    color: 412D24;
                    margin-bottom: 5px;
                    font-size: 17px;
                    display: flex;
                    justify-content: space-between;

                    a{
                        text-decoration: none;
                        color: #412D24;
                    }
                }
                >#check_detail_content{
                    font-size: 13px;
                    padding: 15px;
                    color: #412D24;
                    border: 1px solid rgba(0, 0, 0, 0.096);
                    border-top: 1px solid #412D24;
                }
            
            }
            
            span{
                padding-left: 6px;
            }
            input{
                zoom:1.2;
                margin:0;
                border-radius: 0;
            }
        }
        .Request{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 400px;
            height: 40px;
            background-color: #412D24;
            margin-top: 15px;

            a{
                text-decoration: none;
                color: rgba(255, 255, 255, 0.973);
                font-size: 15px;
                font-weight: 700;
            }
        }

    }
}


#info_btn{
    cursor: pointer;
}

