.global_txt {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 0 15px 15px 15px;
    text-align: center;
    color: #ffc800;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 100%;
}

.global_txt span {
    color: #ccc;
    font-size: 2rem;
}

.bg-world {
    position: relative;
    height: 300px;
    background: url("../assets/img/bg/world.png") 55%;
    background-size: cover;
}

.bg-world div {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
}

.company-txt {
    position: relative;
    font-size: 1rem;
}

.company-txt span {
    color: #ffc800;
    font-weight: 800;
}

.comp_blockquote {
    border: 1px solid #f3f3f3;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 10px solid #333;
}
.comp_blockquote p {
    background: transparent;
}
.comp_blockquote p:before {
    content: "\201C";
    font-size: 3em;
    font-family: "Noto Sans KR", "Malgun Gothic", dotum, sans-serif;
    color: #bcbcbc;
    float: left;
    margin: -10px 10px 0px -10px;
}
