/* BASIC css start */
/* =========================================
   2026 TAVALON MOBILE
   ÀÌ¿ë¾È³»
========================================= */

#info-group {
    width: 100%;
    padding: 0 5% 70px;
    box-sizing: border-box;
    color: #222;
    font-family: "Noto Sans KR", sans-serif;
}


/* =========================================
   TITLE
========================================= */

#info-group .h_title {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 15px 0 15px !important;
    text-align: left;
    box-sizing: border-box;
}

#info-group .h_title h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
}


/* =========================================
   INFO LIST
========================================= */

#info-group dl {
    margin: 20px 0 0;
    padding: 0;
}

#info-group dt {
    margin: 32px 0 15px;
    padding: 0 0 12px;

    background: none;
    border-bottom: 1px solid #222;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
}

#info-group dt:first-child {
    margin-top: 0;
}


/* =========================================
   CONTENT
========================================= */

#info-group dd {
    position: relative;

    margin: 0;
    padding: 6px 0;

    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #555;
}

#info-group dd a {
    color: #222;
    text-decoration: none;
}

#info-group dd em {
    color: #ab3e41;
    font-style: normal;
    font-weight: 500;
}


/* =========================================
   PHONE / MAIL ICON
========================================= */

#info-group .fa-stack {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 5px;

    font-size: 11px;
    line-height: 28px;
    vertical-align: middle;
}

#info-group .fa-square {
    color: #222;
}

#info-group .fa-phone,
#info-group .fa-envelope {
    color: #fff;
}


/* =========================================
   BOTTOM NOTICE
========================================= */

#info-group > p {
    margin: 35px 0 0 !important;
    padding: 18px 0 0 !important;

    border-top: 1px solid #e5e5e5;

    font-size: 12px;
    line-height: 1.6;
    color: #888;
}
/* BASIC css end */

