/* sub8_2 - 온라인 상담 */
.sub8_2_section1 .s2_1_sec1_textbox>p {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.sub8_2_section1 .s2_1_sec1_textbox>p span {
    font-family: 'S-CoreDream-6Bold', sans-serif;
    background-image: linear-gradient(transparent 50%, rgba(255, 245, 105, 0.5) 50%);
}

.sub8_2_section2 {
    width: 100%;
}

.s8_2_con {
    width: 100%;
}

.online_reserv {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.online_reserv a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 45px;
    border: 1px solid #386dd8;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0 15px;
}

.online_reserv a p {
    font-size: 13px;
    color: #386dd8;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    display: flex;
    align-items: center;
}

.online_reserv a p img {
    margin-right: 10px;
}

.online_reserv a i {
    font-weight: bold;
    color: #386dd8;
    font-size: 13px;
}

.s8_2_con table {
    width: 100%;
    margin: 30px 0 50px;
    border-top: 2px solid #111;
    border-collapse: collapse;
}

.s8_2_con table th {
    padding: 10px 0;
    font-size: 16px;
    color: #111;
    font-weight: normal;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    border-bottom: 1px solid #bbb;
}

.s8_2_con table td {
    text-align: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 20px 0;
    border-bottom: 1px solid #bbb;
}

.s8_2_con table td p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.s8_2_con table td p span {
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    max-width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.s8_2_con table td p i {
    color: #808080;
    font-size: 14px;
    margin-left: 5px;
}

.answer_state {
    width: 80px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    background-color: #b7b7b7;
    margin: 0 auto;
}

.answer_state.cp {
    background-color: #6b9ae6;
}

/* // sub8_2 - 온라인 상담 */


/* sub8_2_w - 온라인 상담 글쓰기 */
.write_input4 {
    width: 80%;
    display: flex;
}

.cate_title {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.cate_title:last-child {
    margin-right: 0;
}

.cate_check {
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: baseline;
    background-color: #fff;
    cursor: pointer;
    margin-right: 8px;
}

.cate_check i {
    font-size: 21px;
    color: #fff;
}

.cate_title.on i {
    color: #333;
}

.cate_title p {
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

/* // sub8_2_w - 온라인 상담 글쓰기 */


/* sub8_2_d  - 온라인 상담 상세 */
.answer_box {
    width: 100%;
    padding: 30px 0 30px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
}

.a_title {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.a_title span {
    width: 4%;
    display: block;
    font-size: 22px;
    color: #f26684;
    font-family: 'GmarketSansMedium', sans-serif;
}

.a_title p {
    width: 96%;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.a_content {
    width: 96%;
    margin-left: 4%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.a_content p {
    /*margin-top: 30px;*/
    margin-top: 3px;
    color: #999;
    font-size: 13px;
}

/* // sub8_2_d  - 온라인 상담 상세 */


/* sub8_3 - 온라인 예약 */
ul.online_reserv_ul {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #111;
}

ul.online_reserv_ul>li:first-child {
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

ul.online_reserv_ul>li:first-child p {
    width: 10%;
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.reserv_select {
    width: 420px;
    height: 45px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.reserv_select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
}

.reserv_select select {
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

ul.online_reserv_ul>li:last-child {
    width: 100%;
    padding-top: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.calendar_contain {
    width: 48%;
}

.calendar_month {
    width: 100%;
    padding: 18px 40px;
    box-sizing: border-box;
    background-color: #454545;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar_month img {
    cursor: pointer;
}

.calendar_month p {
    font-size: 22px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

ul.week {
    width: 100%;
    height: 70px;
    display: flex;
}

ul.week li {
    width: 14.28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;
}

ul.week li.sun {
    color: #ff0000;
}

ul.day {
    width: 100%;
    display: inline-block;
}

ul.day li {
    width: 14.28%;
    height: 70px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

ul.day li span {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    cursor: pointer;
}

ul.day li.sun_day span {
    color: #ff0000 !important;
    cursor: inherit;
    background-color: transparent !important;
}

ul.day li.none_select span {
    color: rgba(0, 0, 0, 0.3) !important;
    cursor: inherit;
    background-color: transparent !important;
}

ul.day li.impossible span {
    color: #999 !important;
    cursor: inherit;
    background-color: #eaeaea !important;
}

ul.day li.possible span {
    color: #fff;
    background-color: #ff8ca5;
}

.calendar_check {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.calendar_check p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.calendar_check p:first-child {
    margin-right: 15px;
}

.calendar_check p span {
    width: 14px;
    height: 14px;
    border-radius: 20px;
    margin-right: 7px;
    display: block;
}

.calendar_check p:first-child span {
    background-color: #ff8ca5;
}

.calendar_check p:last-child span {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.reservation_info {
    width: 48%;
}

.reservation_info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #d7d7d7;
}

.reservation_info table th {
    width: 30%;
    background-color: rgba(76, 129, 216, 0.08);
    font-size: 17px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}

.reservation_info table td {
    width: 70%;
    padding: 12px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
}

.reservation_info table td>p {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.reservation_info table td input {
    width: 100%;
    height: 35px;
    border: 1px solid #d7d7d7;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.reservation_info table td input::placeholder {
    font-size: 13px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.r_i_select {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
}

.r_i_select_check {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

.r_i_select_check:first-child {
    margin-right: 35px;
}

.r_i_select_check p {
    width: 13px;
    height: 13px;
    border: 1px solid #707070;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.r_i_select_check p span {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 10px;
}

.r_i_select_check.on p span {
    background-color: #555;
}

.reservation_info table td textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d7d7d7;
}

.reservation_info .agree {
    margin-top: 20px;
    justify-content: flex-end;
}

p.guide_txt {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #ff0000;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
}

p.guide_txt span {
    font-family: 'Pretendard-Bold', sans-serif;
}

.call_apply {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.call_apply button {
    width: 280px;
    height: 60px;
    background-color: #002550;
    border: 0;
    font-size: 22px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

/* // sub8_3 - 온라인 예약 */














































/* mobile */
@media screen and (max-width: 767px) {

    /* sub8_2 - 온라인 상담 */
    .sub8_2_section1 .s2_1_sec1_textbox>p {
        font-size: 13px;
    }

    .online_reserv a {
        width: 170px;
        height: 35px;
    }

    .online_reserv a p {
        font-size: 10px;
    }

    .online_reserv a p img {
        width: 13px;
        margin-right: 5px;
    }

    .online_reserv a i {
        font-size: 12px;
    }

    .s8_2_con table {
        margin: 15px 0 40px;
        table-layout: fixed;
        border-top: 1px solid #111;
    }

    .s8_2_con table th {
        padding: 10px 0;
        font-size: 12px;
    }

    .s8_2_con table td {
        font-size: 10px;
        padding: 10px 0;
    }

    .s8_2_con table th:first-child,
    .s8_2_con table td:first-child {
        width: 15%;
    }

    .s8_2_con table th:nth-child(2),
    .s8_2_con table td:nth-child(2) {
        width: 50%;
    }

    .s8_2_con table th:nth-child(3),
    .s8_2_con table td:nth-child(3) {
        width: 15%;
    }

    .s8_2_con table th:last-child,
    .s8_2_con table td:last-child {
        width: 20%;
    }

    .s8_2_con table td p {
        cursor: inherit;
        width: 100%;
    }

    .s8_2_con table td p span {
        font-size: 12px;
        max-width: 75%;
    }

    .s8_2_con table td p i {
        font-size: 10px;
    }

    .answer_state {
        width: 50px;
        height: 20px;
        font-size: 10px;
    }

    /* // sub8_2 - 온라인 상담 */

    /* sub8_2_w - 온라인 상담 글쓰기 */
    .write_input4 {
        width: 100%;
        display: inline-block;
    }

    .cate_title {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
    }

    .cate_check {
        width: 15px;
        height: 15px;
        cursor: inherit;
        margin-right: 5px;
    }

    .cate_check i {
        font-size: 14px;
    }

    .cate_title p {
        font-size: 11px;
    }

    /* // sub8_2_w - 온라인 상담 글쓰기 */


    /* sub8_2_d  - 온라인 상담 상세 */
    .answer_box {
        padding: 15px 10px;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .a_title span {
        width: 30px;
        font-size: 16px;
    }

    .a_title p {
        width: calc(100% - 30px);
        font-size: 14px;
    }

    .a_content {
        width: calc(100% - 30px);
        margin-left: 30px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .a_content p {
        /*margin-top: 20px;*/
        margin-top: 2px;
        font-size: 10px;
    }

    /* // sub8_2_d  - 온라인 상담 상세 */


    /* sub8_3 - 온라인 예약 */
    ul.online_reserv_ul {
        margin-top: 15px;
    }

    ul.online_reserv_ul>li:first-child {
        padding: 10px;
        display: block;
    }

    ul.online_reserv_ul>li:first-child p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .reserv_select {
        width: 100%;
        height: 35px;
        cursor: inherit;
    }

    .reserv_select i {
        font-size: 12px;
    }

    .reserv_select select {
        font-size: 12px;
    }

    ul.online_reserv_ul>li:last-child {
        padding: 20px 10px;
        box-sizing: border-box;
        display: block;
    }

    .calendar_contain {
        width: 100%;
    }

    .calendar_month {
        padding: 10px 20px;
    }

    .calendar_month img {
        width: 10px;
        cursor: inherit;
    }

    .calendar_month p {
        font-size: 14px;
    }

    ul.week {
        height: 35px;
    }

    ul.week li {
        font-size: 12px;
    }

    ul.day li {
        height: 35px;
    }

    ul.day li span {
        width: 24px;
        height: 24px;
        font-size: 10px;
        cursor: inherit;
    }

    .calendar_check {
        margin-top: 5px;
    }

    .calendar_check p {
        font-size: 10px;
    }

    .calendar_check p span {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }

    .reservation_info {
        width: 100%;
        margin-top: 30px;
    }

    .reservation_info table th {
        width: 25%;
        font-size: 11px;
    }

    .reservation_info table td {
        width: 75%;
        padding: 10px;
    }

    .reservation_info table td>p {
        height: 30px;
        font-size: 12px;
    }

    .reservation_info table td input::placeholder {
        font-size: 11px;
    }

    .r_i_select {
        height: 30px;
    }

    .r_i_select_check {
        font-size: 12px;
        cursor: inherit;
    }

    .r_i_select_check:first-child {
        margin-right: 20px;
    }

    .r_i_select_check p {
        margin-right: 5px;
    }

    p.guide_txt {
        margin-top: 20px;
        font-size: 10px;
        line-height: 15px;
    }

    .call_apply button {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    /* // sub8_3 - 온라인 예약 */
}








































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* sub8_2 - 온라인 상담 */
    .sub8_2_section1 .s2_1_sec1_textbox>p {
        font-size: 13px;
    }

    .online_reserv a {
        width: 170px;
        height: 35px;
    }

    .online_reserv a p {
        font-size: 10px;
    }

    .online_reserv a p img {
        width: 13px;
        margin-right: 5px;
    }

    .online_reserv a i {
        font-size: 12px;
    }

    .s8_2_con table {
        margin: 15px 0 40px;
        table-layout: fixed;
        border-top: 1px solid #111;
    }

    .s8_2_con table th {
        padding: 10px 0;
        font-size: 12px;
    }

    .s8_2_con table td {
        font-size: 10px;
        padding: 10px 0;
    }

    .s8_2_con table th:first-child,
    .s8_2_con table td:first-child {
        width: 15%;
    }

    .s8_2_con table th:nth-child(2),
    .s8_2_con table td:nth-child(2) {
        width: 50%;
    }

    .s8_2_con table th:nth-child(3),
    .s8_2_con table td:nth-child(3) {
        width: 15%;
    }

    .s8_2_con table th:last-child,
    .s8_2_con table td:last-child {
        width: 20%;
    }

    .s8_2_con table td p {
        cursor: inherit;
        width: 100%;
    }

    .s8_2_con table td p span {
        font-size: 12px;
        max-width: 75%;
    }

    .s8_2_con table td p i {
        font-size: 10px;
    }

    .answer_state {
        width: 50px;
        height: 20px;
        font-size: 10px;
    }

    /* // sub8_2 - 온라인 상담 */


    /* sub8_2_w - 온라인 상담 글쓰기 */
    .write_input4 {
        width: 100%;
        display: inline-block;
    }

    .cate_title {
        float: left;
        margin-right: 12px;
        margin-top: 10px;
    }

    .cate_check {
        width: 15px;
        height: 15px;
        cursor: inherit;
        margin-right: 5px;
    }

    .cate_check i {
        font-size: 14px;
    }

    .cate_title p {
        font-size: 11px;
    }

    /* // sub8_2_w - 온라인 상담 글쓰기 */


    /* sub8_2_d  - 온라인 상담 상세 */
    .answer_box {
        padding: 15px 10px;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .a_title span {
        width: 30px;
        font-size: 16px;
    }

    .a_title p {
        width: calc(100% - 30px);
        font-size: 14px;
    }

    .a_content {
        width: calc(100% - 30px);
        margin-left: 30px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .a_content p {
        /*margin-top: 20px;*/
        margin-top: 2px;
        font-size: 10px;
    }

    /* // sub8_2_d  - 온라인 상담 상세 */


    /* sub8_3 - 온라인 예약 */
    ul.online_reserv_ul {
        margin-top: 15px;
    }

    ul.online_reserv_ul>li:first-child {
        padding: 10px;
        display: block;
    }

    ul.online_reserv_ul>li:first-child p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .reserv_select {
        width: 100%;
        height: 35px;
        cursor: inherit;
    }

    .reserv_select i {
        font-size: 12px;
    }

    .reserv_select select {
        font-size: 12px;
    }

    ul.online_reserv_ul>li:last-child {
        padding: 20px 10px;
        box-sizing: border-box;
        display: block;
    }

    .calendar_contain {
        width: 100%;
    }

    .calendar_month {
        padding: 10px 20px;
    }

    .calendar_month img {
        width: 10px;
        cursor: inherit;
    }

    .calendar_month p {
        font-size: 14px;
    }

    ul.week {
        height: 35px;
    }

    ul.week li {
        font-size: 12px;
    }

    ul.day li {
        height: 35px;
    }

    ul.day li span {
        width: 24px;
        height: 24px;
        font-size: 10px;
        cursor: inherit;
    }

    .calendar_check {
        margin-top: 5px;
    }

    .calendar_check p {
        font-size: 10px;
    }

    .calendar_check p span {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }

    .reservation_info {
        width: 100%;
        margin-top: 30px;
    }

    .reservation_info table th {
        width: 25%;
        font-size: 11px;
    }

    .reservation_info table td {
        width: 75%;
        padding: 10px;
    }

    .reservation_info table td>p {
        height: 30px;
        font-size: 12px;
    }

    .reservation_info table td input::placeholder {
        font-size: 11px;
    }

    .r_i_select {
        height: 30px;
    }

    .r_i_select_check {
        font-size: 12px;
        cursor: inherit;
    }

    .r_i_select_check:first-child {
        margin-right: 20px;
    }

    .r_i_select_check p {
        margin-right: 5px;
    }

    p.guide_txt {
        margin-top: 20px;
        font-size: 10px;
        line-height: 15px;
    }

    .call_apply button {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    /* // sub8_3 - 온라인 예약 */

}