@charset "UTF-8";

.common_contents_whole {
    max-width: 1600px;
}

.common_submenu_whole {
    z-index: 5;
}

/*공지사항/교육칼럼*/
.common_contents_row {
    min-height: 400px;
}

.select_box {
    min-width: 114px;
    width: 114px;
    height: 40px;
    border-radius: 23px;
    border: 1px solid #333544;
    position: relative;
    box-sizing: border-box;
}

.select_box .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: block;
}

.select_box select {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    background-color: transparent;
    z-index: 2;
}

.input_box {
    width: 100%;
    height: 40px;
    border-radius: 23px;
    border: 1px solid #333544;
    margin-top: 5px;
    box-sizing: border-box;
    position: relative;
}

.input_box input {
    width: calc(100% - 32px);
    height: 100%;
    background-color: transparent;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 300;
}

.input_box .search_btn {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
    border-radius: 23px;
    background-color: #333544;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -999999px;
}

.list_whole {
    width: 100%;
    max-width: 1600px;
    margin-top: 20px;
    border-top: 2px solid #000000;
}

.list_title_box {
    display: none;
}

.list_content>a {
    display: block;
    padding: 10px 0 16px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #191919;
}

.list_content a.day_pass .list_day_text {
    position: absolute;
    top: 14px;
    left: 0;
    margin-top: 0;
}

.list_content>a .icon {
    width: 24px;
    height: 24px;
    background: url('/img/icon/notice_arrow_bu.svg') no-repeat;
}

p.new_text {
    width: 60px;
    height: 30px;
    border-radius: 17px;
    background-color: #2BA9BC;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
}

p.list_day_text {
    width: auto;
    text-align: right;
    margin-top: 4px;
}

p.list_day_text.day_pass {
    position: absolute;
    top: 14px;
    right: 0;
    width: max-content;
}

p.list_divide {
    margin: 10px 0 12px;
}

p.list_divide img {
    display: block;
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    object-fit: cover;
    margin: 0 10px 0 0;
}

p.list_writer_name {
    position: absolute;
    top: 50px;
    left: 40px;
}

p.list_count {
    position: absolute;
    top: 14px;
    right: 100px;
    z-index: 3;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 4;
}

p.list_count span {
    margin-right: 4px;
}

.notice_writer {
    left: 200px !important;
}

.notice p.list_writer_name {
    left: 94px;
    top: 48px;
}

.day_pass p.list_writer_name {
    top: 20px;
}


p.list_title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.pagination .pagination_btn {
    margin: 40px auto 0;
    background-color: transparent;
}

.pagination .pagination_btn a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    background-color: transparent;
    color: #797979;
}

.pagination .pagination_btn a.page_btn {
    border: 1px solid #2BA9BC;
    background-color: #fff;
    box-sizing: border-box;
    background: url('/img/icon/arrow_color_gn.svg') no-repeat center;
}

.pagination .pagination_btn a.page_btn:hover {
    background-color: #F4FEFF;
}

.pagination .pagination_btn a.page_btn:active {
    background-color: #2BA9BC;
    background-image: url('/img/icon/arrow_color_wh.svg');
}

.pagination .pagination_btn a.next {
    transform: rotate(180deg);
}

.pagination .pagination_btn a.page_num:hover {
    background-color: #F0F0F0;
}

.pagination .pagination_btn a.page_num:focus,
.pagination .pagination_btn a.page_active {
    background-color: #2BA9BC;
    color: #fff;
}

.pagination .pagination_btn a.prev {
    margin-right: 20px;
}

.pagination .pagination_btn a.next {
    margin-left: 20px;
}




/*sns채널*/
.sns_btn_box {
    width: 320px;
}

.sns_btn_box button {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background-color: #F8F8F8;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sns_btn_box button img {
    display: block;
    width: 24px;
    height: 24px;
}

.sns_btn_box button img.youtube {
    width: 24px;
    height: 16px;
}

button.instagram:hover,
button.instagram.active {
    border: 1px solid #B204EE;
}

button.youtube:hover,
button.youtube.active {
    border: 1px solid #FF0000;
}

button.facebook:hover,
button.facebook.active {
    border: 1px solid #1A77FE;
}

button.kakao_channel:hover,
button.kakao_channel.active {
    border: 1px solid #FFC567;
}

button.blog:hover,
button.blog.active {
    border: 1px solid #43D31B;
}

.sns_content {
    width: 100%;
    margin: 0 auto;
}

.sns_content a {
    display: block;
    width: 100%;
    height: 51.1111vw;
    /* background-color: #F8F8F8; */
    margin-top: 20px;
    position: relative;
    color: #191919;
}

.sns_content a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sns_content a:last-child {
    display: none;
}

.sns_content a .blog_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 40px;
    padding: 0 30px;
    background: linear-gradient(to top,#000, rgba(0, 0, 0, 0));
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
}

.sns_content a .blog_title p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

a.blog_data_none {
    background-color: #fff;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 16px 16px 50px 16px;
    font-size: 14px;
    position: relative;
}

.blog_data_none .blog_link img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.blog_data_none p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.blog_data_none .blog_test2 {
    font-size: 12px;
    margin-top: 16px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8D92A5;
}

.blog_data_none .blog_link {
    position: absolute;
    width: calc(100% - 32px);
    bottom: 16px;
}

.blog_data_none .blog_link p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    color: #636776;
    margin-left: 10px;
}


a.facebook_data_none {
    background-color: #fff;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 16px;
    font-size: 14px;
    position: relative;
}

.facebook_text_box {
    margin-left: 16px;
}

.facebook_text_box p {
    font-size: 18px;
    color: #636776;
}

.facebook_text_box p span.mark {
    display: inline-block;
    margin: 0 2px 0 4px;
}

.facebook_text_box p.display_flex {
    color: #8D92A5;
    margin-top: 8px;
    font-size: 12px;
}

.facebook_data_none .facebook_none_text {
    font-size: 14px;
    color: #333544;
    margin-top: 16px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.facebook_data_none .acebook_profile {
    display: block;
    width: 60px;
    height: 60px;
}

.facebook_data_none .facebook_location_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
}

.more_sns_btn {
    display: block;
    width: 120px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #2BA9BC;
    box-sizing: border-box;
    background-color: #fff;
    color: #2BA9BC;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    margin: 30px auto 0;
}





/*faq*/
#notice_request p.common_contents_txt {
    margin-bottom: 21px;
}

.ask_list_box {
    width: calc(100% - 2px);
    max-width: 1598px;
    border: 1px solid #EDEDED;
    border-radius: 0 0 10px 10px;
    padding: 24px 20px 36px 20px;
    margin: 0 -20px;
}

.ask_content {
    width: 100%;
    height: auto;
    margin: 0 auto 60px auto;
}

.ask_content .ask_toggle {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.question_box {
    position: relative;
    width: calc(100% - 16px);
    padding: 18px 10px 18px 8px;
    border-bottom: 1px solid #DDDDDD;
}

.ask_content .question_box,
.ask_content .question_box * {
    cursor: pointer;
}

.ask_list_box .profile_img {
    min-width: 34px;
    width: 34px;
    height: 34px;
    margin-right: 38px;
}

.question_box .profile_img img {
    width: 100%;
    height: 100%;
    background-color: cover;
}

.question_box .display_flex {
    width: 100%;
    height: auto;
    margin: 0;
}

.question_box .display_flex p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #191919;
    word-break: break-all;
}

.ask_toggle .arrow_icon {
    display: block;
    min-width: 16px;
    width: 16px;
    height: auto;
    background-size: contain;
    margin-left: 10px;
}

.ask_toggle .arrow_icon.rotate {
    transform: rotate(180deg);
}

/*답변*/
.answer_box {
    width: calc(100% - 39px);
    height: auto;
    padding: 10px 10px 10px 31px;
    background-color: rgba(43, 169, 188, 0.1);
}

.answer_box .profile_img{
    min-width: 34px;
    width: 34px;
    height: 34px;
}

.answer_box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    word-break: break-all;
}





@media(min-width: 766px) {
    .sns_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .sns_content a {
        width: calc(50% - 10px);
        height: 24.0209vw;
    }

    .sns_content a:last-child {
        display: block;
    }

    .sns_content_box2 {
        position: relative;
    }

    .more_sns_btn {
        margin: 0;
        position: absolute;
        top: -46px;
        right: 0;
    }
}



@media(min-width: 1024px) {
    p.contents_txt_margin {
        margin-bottom: 0;
    }

    .common_contents_inner {
        /* 임시 */
        position: relative;
        max-width: 1600px;
    }



    /*교육칼럼*/
    .select_input {
        position: absolute;
        top: -50px;
        right: 0;
    }

    .select_input .form {
        display: flex;
        align-items: center;
        width: 418px;
        margin: 0 0 0 auto;
    }

    .input_box {
        margin: 0 0 0 10px;
    }


    .list_content a.day_pass .list_day_text {
        position: unset !important;
    }

    p.list_writer_name {
        position: unset;
        order: 2;
    }

    .list_content a .icon {
        display: none;
    }

    p.list_title {
        margin-left: 20px;
    }

    .list_title_box {
        height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 2px solid #DDDDDD;
        font-size: 16px;
        font-weight: bold;
    }

    .list_title_box p:nth-child(1),
    p.list_divide {
        /* min-width: 140px; */
        min-width: 100px;
        max-width: 140px;
        padding-left: 90px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .list_title_box p:nth-child(1) {
        min-width: 120px;
    }

    .list_title_box p:nth-child(2) {
        width: 100%;
        /* padding-left: 10px; */
    }

    .list_title_box p:nth-child(3),
    p.list_writer_name {
        min-width: 135px;
        width: 135px;
        text-align: center;
    }

    .list_title_box p:nth-child(4),
    p.list_day_text {
        min-width: 130px;
        width: 130px;
        text-align: center;
    }

    .list_title_box p:nth-child(5),
    p.list_count {
        min-width: 120px;
        text-align: center;
    }

    p.list_count {
        position: unset;
        justify-content: center;
    }

    p.list_count span.list_count_text {
        display: none;
    }

    .list_content>a {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 17px 0 16px;
    }
    
    p.list_divide {
        margin: 0;
    }

    p.list_day_text {
        width: max-content;
        order: 3;
        margin-top: 0;
    }

    .list_content a>.display_flex {
        width: calc(100% - 430px);
        padding: 0 10px 0 0;
        display: block !important;
    }

    p.new_text {
        top: 50%;
        transform: translateY(-50%);
    }



    
    /*sns채널*/
    .sns_content_box {
        width: 100%;
        border-top: 1px solid #000000;
        padding-top: 40px;
    }

    .sns_btn_box {
        width: 408px;
    }

    .sns_btn_box button {
        width: 68px;
        height: 68px;
        border-radius: 34px;
    }

    .sns_btn_box button img {
        width: 32px;
        height: 32px;
    }
    
    .sns_btn_box button img.youtube {
        width: 32px;
        height: 22px;
    }
    
    .sns_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 100%;
    }

    .sns_content a {
        width: calc(25% - 6px);
        max-width: 385px;
        height: 15.6250vw;
        max-height: 220px;
        margin-top: 40px;
    }

    .sns_content a:last-child {
        display: block;
    }

    .facebook_text_box p {
        font-size: 22px;
    }

    .blog_data_none p {
        font-size: 16px;
    }

    .blog_data_none .blog_test2 {
        font-size: 14px;
    }

    /*faq*/
    .ask_list_box {
        width: calc(100% - 82px);
        padding: 24px 40px 40px 40px;
        margin: 50px auto 0 auto;
    }

    .ask_content {
        margin-bottom: 80px;
    }

    .ask_list_box .profile_img {
        margin-right: 10px;
    }

    /*답변*/
    .answer_box {
        width: calc(100% - 30px);
        padding: 10px 10px 10px 22px;
    }
}


@media(min-width: 1600px) {
    .list_content a>.display_flex {
        width: calc(100% - 629px);
        padding: 0 12px 0 0;
    }

    .list_title_box p:nth-child(1), 
    p.list_divide {
        min-width: 286px;
        padding-left: 116px;
        box-sizing: border-box;
    }

    .list_title_box p:nth-child(4),
    p.list_day_text {
        min-width: 196px;
        width: 196px;
        text-align: center;
    }

    p.list_title {
        margin-left: 0;
    }


}




/* 에디터작성 */
.answer_editor {
    overflow: auto;
    font-size: initial;
    color: initial;
    width: 100%;
}

.answer_editor ul,
.answer_editor li {
    list-style-type: revert;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.answer_editor ol {
    list-style-type: revert;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.answer_editor blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    border-style: solid;
    border-color: #ccc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.answer_editor u {
    text-decoration: underline;
}

.answer_editor s {
    text-decoration: line-through;
}

.answer_editor em {
    font-style: oblique;
}

.answer_editor p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.answer_editor img {
    width: 100%;
    height: auto;
    background-size: contain!important;
}

.answer_editor table {
    margin-inline-start: auto;
    margin-inline-end: auto;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border: 1px solid #444444;
}

.answer_editor tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.answer_editor tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    border: 1px solid #444444;
}

.answer_editor td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border: 1px solid #444444;
}