@font-face {
    src:url("../fonts/210\ M고딕050.ttf");
    font-family: "210Gothic-050";
}

@font-face {
    src:url("../fonts/210\ M고딕070.ttf");
    font-family: "210Gothic-070";
}

@font-face {
    src:url("../fonts/210\ M고딕040.ttf");
    font-family: "210Gothic-040";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-width: 280px;
}

header, main, footer {
    width: 100%;
}

.section-wrap-01 {
    display: flex;
    height: 80px;
    position: relative;
}

.locate_mian_btn {
    width: 15px;
    height: 30px;
    background-image: url("../src/main/icon/back_icon.png");
    background-repeat: no-repeat;
    background-size: 15px 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.logo {
    width: 140px;
    margin: auto;
}

.pano_img {
    width: 100%;
}

.img_mask {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
}

.img_title {
    color: #0152BD;
}

.section-wrap-02 {
    position: relative;
    height: 250px;
}

.mask_text {
    position: absolute;
    top: 45px;
    left: 20px;
    font-size: 8vw;
    font-family: "210Gothic-070";
    line-height: 1.5;
    letter-spacing: -2.5px;
}

.section-wrap-02 a {
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
    font-family: "210Gothic-050";
    color: black;
    transition: all 0.25s;
}

.section-wrap-02 a:hover {
    color: white;
    background-color: #0152BD;
}

.section-wrap-03 {
    margin: 20px 0 0 20px; 
}

.summary, .introduce, .history {
    margin-bottom: 20px;
    font-family: "210Gothic-040";
}

.summary-row-01 {
    display: flex;
}

.summary-icon {
    width: 20px;
    vertical-align: bottom;
}

.summary-description {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.summary-row {
    border-radius: 10px;
    width: 95%;
    height: 50px;
    padding: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    display: flex;
    margin-bottom: 15px;
}

.summary-colum-01 {
    width: 22%;
    vertical-align: bottom;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.summary-colum-02 {
    display: flex;
    flex-direction: column;
    margin: auto auto auto 0;
    width: 65%;
}

.ko-text {
    font-family: "210Gothic-070";
    color: #373737;
    font-size: 14px;
}

.en-text {
    color: #9e9e9e;
    font-size: 12px;
}

.en-ceo {
    color: #9e9e9e;
    font-size: 12px;
}
.summary-row-02 {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.summary-icon, .introduce-icon, .history-icon, .address-icon {
    width: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}

.summary-ko-title, .introduce-ko-title, .history-ko-title, .address-ko-title {
    font-size: 16px;
    font-family: "210Gothic-070";
}

.summary-en-title, .introduce-en-title, .history-en-title, .address-en-title {
    font-size: 16px;
    font-family: "210Gothic-050";
}

.introduce-row-01 {
    padding-top: 20px;
    padding-right: 15px;
}

.introduce-ko-description {
    margin-bottom: 10px;
}

.introduce-ko-description, .introduce-en-description {
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.introduce-en-description {
    color: #A0A0A0;
}

.history-icon {
    width: 20px;
}

.history-row-01, .history-row-02 {
    padding-top: 20px;
    margin-right: 15px;
    letter-spacing: -0.5px;
    line-height: 1.4;
}

.history-row-02 {
    color: #A0A0A0;
    padding-top: 10px;
}

.history-row-01 p {
    padding: 5px 0;
}

.history .history-row-01 p:first-of-type {
    padding-top: 10px;
}

.address {
    margin: 0 0 20px 20px;
}

.address-icon {
    vertical-align: middle;
}

#map {
    padding-top: 20px;
}

@media (min-width:480px){
    body {
        width: 480px;
    }
}