/* ==================================================
   CEO ÀÎ»ç¸»
   ================================================== */

.ceo-message {
    position: relative;

    width: 100%;
    box-sizing: border-box;

    padding: 32px 36px 34px;

    background: #fff;

    border: 1px solid #e2ebf5;
    border-radius: 12px;

    overflow: hidden;
}


/* --------------------------------------------------
   »ó´Ü
   -------------------------------------------------- */

.ceo-header {
    position: relative;

    min-height: 150px;

    padding-bottom: 20px;
}


.ceo-title {
    position: relative;
    z-index: 2;
}


.ceo-label {
    display: block;

    margin-bottom: 10px;

    color: #1264d8;

    font-size: 17px;
    font-weight: 700;
}


.ceo-title h2 {
    margin: 0;
    padding: 0;

    color: #172b4d;

    font-size: 29px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -1.2px;
}


.ceo-title h2 strong {
    color: #1769df;
    font-weight: 700;
}


/* --------------------------------------------------
   Ææ ÀÌ¹ÌÁö
   -------------------------------------------------- */

.ceo-pen {
    position: absolute;

    top: -15px;
    right: 5px;

    width: 512px;
    height: 268px;

    pointer-events: none;
}


.ceo-pen svg {
    display: block;

    width: 100%;
    height: 100%;
}


/* --------------------------------------------------
   º»¹®
   -------------------------------------------------- */

.ceo-content {
    position: relative;
    z-index: 2;

    max-width: 100%;

    padding-top: 5px;
}


.ceo-content p {
    margin: 0 0 19px 0;
    padding: 0;

    color: #444;

    font-size: 14px;
    line-height: 1.9;
    letter-spacing: -0.25px;
}


.ceo-content p:last-child {
    margin-bottom: 0;
}


.ceo-content strong {
    color: #1268df;
    font-weight: 700;
}


/* --------------------------------------------------
   ÇÙ½É ¸Þ½ÃÁö
   -------------------------------------------------- */

.ceo-highlight {
    display: flex;
    align-items: center;

    min-height: 88px;

    box-sizing: border-box;

    margin-top: 25px;
    padding: 15px 25px;

    border: 1px solid #cfe0f8;
    border-radius: 10px;

    background: #f4f8ff;

    color: #1268df;

    font-size: 16px;
    line-height: 1.8;
}


.ceo-highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    margin-right: 22px;

    border-radius: 50%;

    background: #e4efff;

    color: #1769df;

    font-size: 26px;
    font-weight: 700;
}


.ceo-highlight strong {
    color: #1268df;
    font-weight: 700;
}


/* --------------------------------------------------
   ´ëÇ¥ÀÌ»ç ¼­¸í
   -------------------------------------------------- */

.ceo-sign {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    margin-top: 22px;
    padding-right: 8px;

    color: #555;

    font-size: 13px;
    line-height: 1.8;
}


.ceo-sign strong {
    color: #1769df;

    font-size: 14px;
    font-weight: 600;
}


/* --------------------------------------------------
   ÇÏ´Ü Àå½Ä
   -------------------------------------------------- */

.ceo-message::after {
    content: "";

    position: absolute;

    left: -50px;
    right: -50px;
    bottom: -75px;

    height: 130px;

    background: #f4f8ff;

    border-radius: 50% 50% 0 0;

    opacity: 0.65;

    pointer-events: none;
}

.ceo-sign strong {
    color: #1769df;
    font-size: 18px;
    font-weight: 700;
}