@font-face {
    font-family: 'vitro';
    src: url(/fonts/Pretendard-Regular.otf);
}
@font-face {
    font-family: 'vitro-bold';
    src: url(/fonts/Pretendard-Bold.otf);
}
@font-face {
    font-family: 'slogan';
    src: url(/fonts/DancingScript-VariableFont_wght.ttf);
}

* {
    font-family: 'vitro';
}
.margin {
    margin-bottom: 50px;
}

footer {
    background-color: #1c1c1c;
    width: 100%;
    padding: 45px 0px;
    color: #9e9e9e;
}
footer ul {
    margin-left: 0;
    padding-left: 20px;
    font-size: 15px;

}
footer li {
    list-style: none;
}

.crop {
    font-size: 20px;
    font-family: 'vitro-bold';
}
.bold {
    font-family: 'vitro-bold';
}

.menu {
    font-family: 'vitro-bold';
    font-size: 18px;
    margin: 0 10px;
}
.menu a:hover{
    color: #1b5798;
}

.company_dt {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.kr {
    font-size: 16px;
    margin-right: 12px;
}
.en {
    font-size: 13px;
    color: #999;
    font-weight: lighter;
}
.company_div {
    margin-bottom: 30px;
}

.icon_box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #ecf2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.slogan {
    font-family: 'slogan';
}
.main_text {
    font-family: 'vitro-bold';
    color: #1b5798;
    font-size: 40px;
    text-align: center;
}
.main_wrap2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 50px 20px;
}
.vd_container {
    width: auto;
    height: 100%;
}

@media (min-width: 1024px) {
    .main_wrap2 {
        flex-direction: row;
        justify-content: space-between
    }
    .card_box {
        margin: 0px 30px;
    }
    .vd_container {
        width: 100%;
        height: auto;
    }
    .vd_container video {
        width: 100%;
    }
}

/* --------------------Team Gongmyeong------------------------------- */
.team_top {
    text-align: center;
    padding: 50px 20px 0px;
}
.team_top h3 {
    font-family: 'vitro-bold';
    color: #1b5798;
    margin-bottom: 20px;
}
.card_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
@media (min-width: 1024px) {
    .card_group {
        flex-direction: row;
        justify-content: space-around;
    }
}
.card2 {
    margin: 30px 0;
}
.card-title {
    font-family: 'vitro-bold';
}
.insta {
    text-decoration: none;
    color: #1b5798;
}
.card-img-top {
    width: 100%;
    height: 300px;
}

/* -------------------- contact ----------------------------------------- */
.location_container {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location_text {
    width: 100%;
    padding: 0 20px;
}
.input-top {
    padding: 20px 10px;
    text-align: center;
}
.contact-h1 {
    text-align: center;
    color: #ddd;
}

/* -------------------------- WEB ----------------------------------------- */
.col-6 {
    margin-bottom: 80px;
}
.col-lg-4 {
    margin-bottom: 80px;
}
.top {
    width: 100%;
    height: 150px;
    max-width: 100%;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    overflow: hidden;
}

.top:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
    transition: 0.25s;
}

.bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.bottom span {
    font-size: small;
    font-weight: lighter;
    color: #9e9e9e;
}
.bottom a {
    text-decoration: none;
    color: black;
    font-family: 'vitro';
}
.bottom a:hover {
    color: #1b5798;
    font-family: 'vitro-bold';
}


/* -------------------------- port folio ------------------------------ */
.wrap_container {
    margin: 50px 0px 30px 0;
    border-top: 1px solid black;
}

.pf_top {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.pf_top p {
    margin: 0 auto;
}

.pf_top h2 {
    font-family: 'vitro-bold';
    margin-bottom: 20px;
}

.pf_bottom {
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.pf_bottom img {
    width: 100%;
}

.back_button {
    width: 80px;
    height: 40px;
    background-color: #1b5798;
    border-radius: 10px;
    margin: 0 0 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back_button a {
    text-decoration: none;
    color: white;
    font-family: 'vitro-bold';
    font-size: 17px;
}