body {
    font-family: "Inter", 'Noto Sans KR', "Helvetica Neue", Helvetica, Arial, "맑은 고딕", malgun gothic, "돋움", Dotum, sans-serif, "Apple Color Emoji", "Noto Color Emoji";
    color: inherit;
}
.ogimage{
    padding-right: 30;
}
.responsive-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 900px) {
    .main_contents{
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .main_banner {
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        display: flex;
        align-items: center;
    }
    section{
        margin-top: 30px;
        border: 1px solid #b6b6b6;
        border-radius: 15px;
        padding-left: 30px;
        padding-right: 30px;
        overflow: hidden;
    }
    .main_text {
        flex: 1; /* 남은 공간을 모두 차지하도록 설정하여 오른쪽 정렬됨 */
        margin-left: 10px;
        padding-top: 20px;
    }
    .profile_img {
        margin-left: auto; /* 왼쪽 여백을 auto로 설정하여 오른쪽 정렬됨 */
        max-height: 150px;
        margin-right: 40px;
    }
}
@media (max-width: 899px){
    .main_contents{
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .main_banner {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        align-items: center;
    }
    section{
        margin-top: 30px;
        border: 1px solid #b6b6b6;
        border-radius: 15px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
    .main_text {
        flex: 1; /* 남은 공간을 모두 차지하도록 설정하여 오른쪽 정렬됨 */
        margin-left: 20px;
        padding-top: 20px;
    }
    .profile_img {
        margin-left: auto; /* 왼쪽 여백을 auto로 설정하여 오른쪽 정렬됨 */
        max-height: 150px;
        margin-right: 20px;
    }
}

.contact{
    flex: 1;
    margin-left: 5px;
    color :#535353
}

.main_title{
    color: black;
    text-decoration: none;
}

textarea {
    width: 100%;
}

input[type=submit] {
    margin-top:10px;
}
.project_detail{
    margin-top: 30;
}
.project_detail_title {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.project_detail_content{
    padding-left: 30px;
    padding-right: 30px;
}
.tags {
    list-style-type: none; /* 리스트 마커 제거 */
    padding-left: 7px;
    display: flex;
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
}
.tag {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgb(65, 141, 65);
    padding: 7px;
    margin-right: 7px;
    white-space: nowrap;
    border-radius: 7px;
    display: inline-block;
    color: white;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.md_img{
    max-width: 80%;
}
.careers_head{
    padding-top: 25px;
    text-align: left;
}
.career_cards{
    list-style-type: none;
    text-align: left;
}
.career_card{
    display: flex;
}
.career_card_date{
    color: #535353;
    font-size: 14px;
    flex: 1;
    margin-left: 5px;
}
.career_card_text{
    margin-top: 30px;
    margin-left: auto;
}
.projects{
    text-align: center;
}
.head{
    padding-top: 25px;
    padding-bottom: 25px;
}
.project_cards{
    list-style-type: none; /* 리스트 마커 제거 */
    padding: 5;
    display: flex; /* 가로로 나열하기 위해 플렉스 박스로 설정 */
    text-align: center;
    align-items: center; /* 수직 가운데 정렬 */
    overflow-y: auto;
}
.project_card{
    width: 600px;
    background-color: rgb(238, 238, 238);
    margin-right: 10px;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 15px;
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
}
.project_card_img{
    width: 300px;
    height: 300px;
    object-fit: fill;
    display: flex;
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.foot{
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.hobby_card {
    margin-bottom: 10px;
}
.hobby_card_img {
    width: 100%;
    height: auto;
    object-fit: fill;
    display: flex;
    justify-content: center; /* 수평 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}