.board_background {
	background-image: url('./sub_2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 28.125rem;
    filter: brightness(0.8);
}

.introduce_title_container{
	height: 14.625rem;
}

.introduce_title_container .ddaom_left{
    transform: translate(-40%, -40%);
}

.introduce_title_container .ddaom_right{
    transform: translate(40%, 40%);
}

.introduce_title_container h1{
	line-height: 234px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.introduce_logo{
    padding: 65px 150px;
    background-color: #3A3B3C;
}

.introduce_logo h2{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 6.5625rem;
    color: #fff;
}

.introduce_logo .image_wrapper{
    display: flex;
    justify-content: space-between;
}

.introduce_logo .image_wrapper .logo_black{
    background-image: url('./logo_black.png');
    background-color:#fff;
    height: 28.125rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 45%;
}

.introduce_logo .image_wrapper .logo_white{
    background-image: url('./logo_white.png');
    background-color:transparent;
    height: 28.125rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 45%;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.introduce_company_wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.image_download{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.image_download button{
    width: 240px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size:20px;
}

.introduce_company_wrapper .introduce_company p {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.introduce_company_wrapper .introduce_company p b{
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.collaborate_company_wrapper{
    padding: 65px 150px;
}

.collaborate_company_wrapper h2{
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 500;
}

.collaborate_company{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
}

.company_logo{
    margin: 0 auto;
    width: 50%;
}

.more_button{
    display:none;
}

.find_map{
    padding: 0 150px;
}

.find_map h2{
    text-align: center;
    font-size: 32px;
}

.find_map .map{
    height: 760px;
    margin-top: 90px;
}

.find_map .address{
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
}

.subway{
    display:flex;
    align-items: center;
}

.subway p{
    margin-left: 15px;
}

.notice_subway{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    margin-bottom: 130px;
    gap: 30px;
}

.download_button{
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}

.download_button:hover{
    transition: all 0.3s ease;
    background-color: #fff;
    color: #3A3B3C;
    cursor:pointer;
}

.download_icon{
    color:#fff; margin-left: 24px;
    transition: all 0.3s ease;
}

.download_button:hover .download_icon{
    color: #3A3B3C;
}

.introduce_company_wrapper .introduce_company{
    margin-right: 20px;
}

.introduce_company_wrapper .introduce_company p{
    word-break: keep-all;
}

@media screen and (max-width: 1366px) {
    .introduce_logo .image_wrapper .logo_black, .introduce_logo .image_wrapper .logo_white{
        height: 350px;
    }
}

@media screen and (max-width: 1023px) {
    .board_background{
        height: 190px;
    }

    .introduce_title_container{
        height: 120px;
    }

    .introduce_title_container h1{
        font-size: 24px;
        line-height: 120px;
      }

    .introduce_title_container .ddaom_left{
        transform: translate(-5%, -45%) scale(0.7);
    }
    
    .introduce_title_container .ddaom_right{
        transform: translate(5%, 45%) scale(0.7);
    }

    .introduce_logo .image_wrapper{
        flex-direction: column;
        gap: 15px;
    }

    .introduce_logo{
        padding: 65px 20px;
    }

    .introduce_logo .image_wrapper .logo_black{
        width: 100%;
        height: 200px;
    }

    .introduce_logo .image_wrapper .logo_white{
        width: 100%;
        height: 200px;
    }

    .introduce_company_wrapper{
        flex-direction: column;
        gap: 30px;
    }

    .introduce_company_wrapper .image_download{
        align-items: center;
    }

    .introduce_company_wrapper .image_download .download_button{
        width: 241px;
    }

    .collaborate_company_wrapper{
        padding: 30px 50px;
    }

    .collaborate_company_wrapper h2{
        font-size: 16px;
    }

    .collaborate_company{
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 1fr;
    }

    .collaborate_company .company_logo{
        width: 70%;
    }
    

    .collaborate_company_wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .collaborate_company_wrapper .more_button{
        display: block;
        cursor:pointer;
        color: #a3a3a3;
        display: flex;align-items: center;
    }

    .collaborate_company_wrapper .more_button span{
        color: #a3a3a3;
    }

    .find_map{
        padding: 0 20px;
    }

    .find_map h2{
        font-size: 16px;
    }

    .find_map .map{
        margin-top: 30px;
        height: 210px;
    }

    .find_map .address{
        font-size: 12px;
    }

    .notice_subway{
        flex-direction: column;
        padding: 0;
        margin: 24px auto;
        width: 280px;
        gap: 24px;
    }


    
}