.greeting-slogan-wrapper .greeting-box {
    padding-bottom: 72px;
}

.lnb-area>ul>li>a {
    padding: 14px 28px !important;
}

.map-wrapper {
    display: block;
    width: 100%;
    height: 450px !important;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.only-pc {
    display: block;
}

.only-mobile {
    display: none;
}

.gray-box {
    background-color: #f8f8f9;
    margin-bottom: 45px;
    padding: 30px 40px;
    color: #777777;
    font-size: 20px;
    line-height: 34px;
}

.program-information-wrapper {
    margin-top: 25px;
}

.program-information-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    min-height: 200px;
    padding: 30px 30px 30px 254px;
    border-bottom: 1px solid #eeeeee;
}

.program-information-area:last-child {
    border-bottom: 0;
}

.program-information-area:after {
    display: block;
    content: "";
    clear: both;
}

.program-information-area>img {
    position: relative;
    float: left;
    margin-left: -210px;
    display: block;
    width: 140px;
}

.program-information-area>dl {
    margin-left: 70px;
}

.program-information-area>dl>dt {
    display: block;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.program-information-area>dl>dd {
    display: block;
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    word-break: keep-all
}

.title-type05 {
    color: #111111;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.title-type06 {
    position: relative;
    padding-left: 13px;
    margin-bottom: 8px;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.title-type06:before {
    position: absolute;
    top: 11px;
    left: 0;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #424242
}

.process-wrapper {
    position: relative;
    margin-top: 25px;
}

.process-wrapper:after {
    display: block;
    content: "";
    clear: both;
}

.process-wrapper:before {
    position: absolute;
    top: 46px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e8e7e7
}

.process-area {
    position: relative;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
}

.process-area:last-child {
    margin-right: 0;
}

.process-area:before {
    position: absolute;
    top: 41px;
    right: -7%;
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background-image: url(../img/sub01/icon_arrow_right01.png);
    background-repeat: no-repeat;
    background-size: 7px 12px;
    background-position: 0 0;
}

.process-area:last-child:before {
    display: none;
}

.process-area>h6 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    border: 1px solid;
    border-radius: 2px;
    background-color: #fff;
}

.process-area>h6:before {
    position: absolute;
    top: 42px;
    left: 50%;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: -4px;
}

.process-area.bg01>h6 {
    border-color: #7285a4;
    color: #656dab
}

.process-area.bg02>h6 {
    border-color: #868f98;
    color: #80869e
}

.process-area.bg03>h6 {
    border-color: #bb6a8b;
    color: #d05687
}

.process-area.bg01>h6:before,
.process-area.bg01 .process-box {
    background-color: #5e66a7;
}

.process-area.bg02>h6:before,
.process-area.bg02 .process-box {
    background-color: #80869e;
}

.process-area.bg03>h6:before,
.process-area.bg03 .process-box {
    background-color: #d05687;
}

.process-box {
    margin-top: 29px;
    padding: 15px 10px;
    height: 85px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
}

.process-box dl,
.process-box p {
    color: #fff;
    word-break: keep-all;
}

.process-box dl>dt,
.process-box p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500
}

.process-box dl>dd {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

.ul-list02 {
    display: block;
    word-break: keep-all;
}

.ul-list02>li {
    position: relative;
    padding-left: 10px;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.ul-list02>li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "-"
}

/* FAQ */

.qna-wrapper {
    border-top: 2px solid #66747e;
}

.qna-wrapper>dl {
    border-bottom: 1px solid #dddddd
}

.qna-wrapper>dl>dt {
    display: block;
}

.qna-wrapper>dl>dt>button {
    position: relative;
    display: block;
    width: 100%;
    padding: 23px 75px;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    word-break: keep-all;
}

.qna-wrapper>dl>dt>button:before {
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    content: "Q";
    color: #009bd8;
    font-size: 23px;
    font-family: "Arial", sans-serif;
    border: 1px solid #ddd;
    font-weight: 700
}

.qna-wrapper>dl>dt>button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: block;
    width: 22px;
    height: 13px;
    margin-top: -6.5px;
    background-image: url(../img/icon/icon_arrow_down01.png);
    background-repeat: no-repeat;
    background-size: 22px 13px;
    background-position: 0 0;
    transition: all 0.2s ease-in-out;
}

.qna-wrapper>dl>dt>button.active:after {
    transform: rotate(180deg);
}

.qna-wrapper>dl>dt>button .badge-type01 {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.qna-wrapper>dl>dd {
    display: none;
    position: relative;
    padding: 26px 75px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    word-break: break-all;
}

.qna-wrapper>dl>dd:before {
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    content: "A";
    color: #fff;
    background-color: #009bd8;
    font-size: 23px;
    font-family: "Arial", sans-serif;
    border: 1px solid #009bd8;
    font-weight: 700
}


@media only all and (max-width: 1279px) {
    .program-information-area {
        min-height: 180px;
        padding: 30px 30px 30px 200px;
        border-bottom: 1px solid #eeeeee;
    }
    .program-information-area:after {
        display: block;
        content: "";
        clear: both;
    }
    .program-information-area>img {
        position: relative;
        float: left;
        margin-left: -180px;
        display: block;
        width: 120px;
    }
    .program-information-area>dl {
        margin-left: 50px;
    }
    .program-information-area>dl>dd {
        font-size: 16px;
        line-height: 24px;
    }
    .process-box {
        height: 106px;
    }
}

@media only all and (max-width: 1023px) {
    .only-pc {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .map-wrapper,
    .map-wrapper>.root_daum_roughmap_landing>.wrap_map {
        height: 17.307rem !important;
    }
    .gray-box {
        margin-bottom: 1.153rem;
        padding: 0.769rem;
        border-radius: 0.769rem;
        font-size: 1.153rem;
        line-height: 1.846rem;
    }
    .greeting-slogan-wrapper.pb0 {
        padding-bottom: 2.308rem !important;
    }
    .greeting-slogan-wrapper .greeting-box {
        padding-bottom: 0.7692rem
    }
    .program-information-wrapper {
        margin-top: 0;
        margin-left: 0 !important;
    }
    .program-information-area {
        min-height: 7.69rem;
        padding: 1.153rem 1.153rem 1.153rem 7.692rem;
    }
    .title-type05+.program-information-wrapper {
        margin-top: 1.153rem;
    }
    .program-information-area>img {
        margin-left: -7.692rem;
        width: 5.384rem;
    }
    .program-information-area>dl {
        margin-left: 1.923rem;
    }
    .program-information-area>dl>dt {
        font-size: 1.384rem;
        line-height: 1.846rem;
    }
    .program-information-area>dl>dd {
        font-size: 1.038rem;
        line-height: 1.615rem;
    }
    .title-type05 {
        font-size: 1.846rem;
        line-height: 2.307rem;
    }
    .title-type06 {
        padding-left: 0.769rem;
        margin-bottom: 0.461rem;
        font-size: 0.923rem;
        line-height: 1.5rem;
    }
    .title-type06:before {
        top: 0.615rem;
        width: 0.23rem;
        height: 0.23rem;
    }
    .process-wrapper {
        margin-top: 0.961rem;
    }
    .process-wrapper:before {
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        margin-left: -0.5px;
    }
    .process-area {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.307rem;
    }
    .process-area:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .process-area:before {
        position: absolute;
        top: 9.15rem;
        right: 50%;
        margin-right: -0.28rem;
        width: 0.538rem;
        height: 0.923rem;
        background-size: 0.538rem 0.923rem;
        transform: rotate(90deg);
    }
    .process-area:last-child:before {
        display: none;
    }
    .process-area>h6 {
        width: 5.769rem;
        height: 1.73rem;
        font-size: 0.807rem;
        line-height: 1.23rem;
        border-radius: 0.115rem;
    }
    .process-area>h6:before {
        top: 2.423rem;
        width: 0.461rem;
        height: 0.461rem;
        margin-left: -0.23rem;
    }
    .process-box {
        margin-top: 1.73rem;
        padding: 0.961rem 0.576rem;
        height: 4.923rem;
        border-radius: 0.346rem;
    }
    .process-box dl>dt,
    .process-box p {
        font-size: 0.923rem;
        line-height: 1.076rem;
    }
    .process-box dl>dd {
        margin-top: 0.576rem;
        font-size: 0.807rem;
        line-height: 0.923rem;
    }
    .ul-list02>li {
        padding-left: 0.6154rem;
        font-size: 0.846rem;
        line-height: 1.73rem;
    }


	    .qna-wrapper>dl>dt>button {
        padding: 1rem 3.417rem 1rem 3.25rem;
        background-color: #fff;
        text-align: left;
        font-size: 1.125rem;
        line-height: 1.917rem;
        letter-spacing: -0.25px;
    }
    .qna-wrapper>dl>dt>button .badge {
        position: static;
        display: block;
        padding: 0 0.2083rem;
        margin-bottom: 0.4167rem;
        border-radius: 0.2083rem;
        width: 7.083rem;
        height: 1.917rem;
        line-height: 1.917rem;
        font-size: 1rem;
        text-align: center;
    }
    .qna-wrapper>dl>dt>button:before {
        top: 1rem;
        left: 0.5rem;
        display: block;
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.916rem;
    }
    .qna-wrapper>dl>dt>button:after {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        content: "";
        display: block;
        width: 0.916rem;
        height: 0.541rem;
        margin-top: -0.2705rem;
        background-size: 0.916rem 0.541rem;
        background-position: 0 0;
        transition: all 0.2s ease-in-out;
    }
    .qna-wrapper>dl>dd {
        padding: 1.25rem 1.25rem 1.25rem 3.25rem;
        font-size: 1rem;
        line-height: 1.625rem;
    }
    .qna-wrapper>dl>dd:before {
        top: 1rem;
        left: 0.5em;
        width: 1.875rem;
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 0.916rem;
    }
}