@import url(/include/css/fontlist.css);
@import url(/include/css/button_13.css);
@import url(/include/css/table.css);

@import url(/include/css/sub.css);

/* font */
@font-face {
    font-family: 'SUIT';
    font-weight: 100;
    src: url('/mobi/font/SUIT-Thin.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 200;
    src: url('/mobi/font/SUIT-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 300;
    src: url('/mobi/font/SUIT-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 400;
    src: url('/mobi/font/SUIT-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 500;
    src: url('/mobi/font/SUIT-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 600;
    src: url('/mobi/font/SUIT-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 700;
    src: url('/mobi/font/SUIT-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 800;
    src: url('/mobi/font/SUIT-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 900;
    src: url('/mobi/font/SUIT-Heavy.woff2') format('woff2');
}

/* 00.common */
html,
body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
}

a {
    text-decoration: none;
}

ul,
dl,
ol {
    margin: 0;
}

ul,
dl,
ol,
li {
    list-style: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

caption,
legend {
    display: none;
}

fieldset {
    border: none;
    padding: 0;
    min-inline-size: unset;
}

button {
    cursor: pointer;
}

input[type=text],
input[type=number],
input[type=submit],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

textarea {
    resize: none;
    font-size: 13px;
    color: #666;
    border: 1px solid #c9c9c9;
    line-height: 150%;
}

.hidden {
    display: none;
}

.dIb {
    display: inline-block;
}

.v_helper {
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    width: 0;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.red {
    color: #e54242 !important;
}

.bur {
    color: #7f1a21 !important;
}

.blue {
    color: #2393d9 !important;
}

.req::before {
    content: "* ";
    color: #e02020;
}

.table_wrap {
    width: 100%;
    overflow-x: auto;
}

.suit {
    font-family: 'SUIT';
}

.tab_btn {
    cursor: pointer;
}

.tab_con {
    display: none;
}

.tab_con.on {
    display: block !important;
}

.tab_menu {
    min-height: 50px;
}

.tab_menu li {
    float: left;
    border: 1px solid #cdcdcd;
    background: #f9f9f9;
    margin-right: -1px;
}

.tab_menu li a {
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0px;
    white-space: nowrap;
    overflow: hidden;
}

.tab_menu li.on {
    background: #fff;
}

.tab_sub li {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 13px;
    white-space: nowrap;
    overflow: hidden;
}

/* boards */
.bbs_list li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.bbs_list a {
    color: #646464;
}

.bbs_list .name {
    width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.bbs_list .icon {
    display: inline-block;
    font-size: 13px;
    background: #22bedf;
    color: #fff;
    padding: 2px 8px;
}

.bbs_list .date {
    margin: 0;
}

.bbs_list .date span::after {
    content: "|";
    margin-left: 5px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

.bbs_list .date span:last-child::after {
    content: "";
}

.bbs_paging {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}

.bbs_paging a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #ccc;
    margin-left: -1px;
    color: #646464;
}

.bbs_paging a.on {
    font-weight: bold;
    border-color: #de4949;
    color: #de4949;
    margin-right: 1px;
}

.bbs_paging .first,
.bbs_paging .prev,
.bbs_paging .next,
.bbs_paging .last {
    background: #efefef;
}

.bbs_paging .first::before,
.bbs_paging .first::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.bbs_paging .first::before {
    left: 10px;
}

.bbs_paging .prev::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.bbs_paging .next::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 12px;
}

.bbs_paging .last::before,
.bbs_paging .last::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 14px;
}

.bbs_paging .last::before {
    right: 9px;
}

.bbs_view_top {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.bbs_view_top .name {
    font-weight: bold;
}

.bbs_view_top .date {
    margin: 0;
    color: #7a7a7a;
}

.bbs_view_top .date span::after {
    content: "|";
    margin-left: 5px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

.bbs_view_top .date span:last-child::after {
    content: "";
}

.bbs_contents {
    padding: 25px 10px;
    min-height: 200px;
}

.bbs_comment h3 {
    font-size: 16px;
    margin: 0 0 10px 10px;
}

.bbs_comment li {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: -1px;
    font-size: 15px;
}

.bbs_comment .name {
    font-weight: bold;
}

.bbs_comment .date {
    color: #666;
    margin-left: 3px;
}

.view_btn {
    text-align: center;
    margin: 30px 0 50px;
}

.view_btn a {
    background: #48557c;
    color: #fff;
    display: inline-block;
    width: 100px;
    padding: 10px 0;
}


/* 01.header */
#headerTop {
    padding: 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#headerLogo {
    width: 45%;
    text-align: left;
}

#headerLogo img {
    width: 100%;
    max-width: 206px;
}

#headerBtns {
    position: absolute;
    right: 10px;
}

#topMenu {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

#topMenu a {
    color: #000;
    display: block;
}

#topMenu .depth_1 {
    display: flex;
    justify-content: space-between;
}

#topMenu .depth_1>li {
    position: relative;
    text-align: center;
    cursor: pointer;
    letter-spacing: -1px;
    padding: 15px 0;
    width: 45%;
}

#topMenu .depth_1>li:first-child {
    width: 30%;
}

#topMenu .depth_1>li:last-child {
    border-right: 0;
}

#topMenu .depth_2 {
    position: absolute;
    top: 51px;
    display: none;
    width: 100%;
    border: 1px solid #aeaeae;
    z-index: 2023;
}

#topMenu .depth_2 li {
    padding: 10px 0;
    display: inline-block;
    background: #fff;
    width: 100%;
}

#topMenu .depth_2 li:first-child {
    margin-left: 0;
}

#topMenu .depth_2 li:last-child {
    border-right: 0;
}

#topMenu .depth_1 li:last-child .depth_2 {
    right: 0;
}


#topMenu .depth_1 .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#topMenu .depth_1 .toggle::after {
    content: ' ▼';
    font-size: 8px;
    transition: all .2s linear;
}

#topMenu .depth_1 .toggle.on::after {
    transform: rotate(180deg);
}

#bottomMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2022;
}

#bottomMenu ul {
    display: flex;
    text-align: center;
}

#bottomMenu li {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
}

#bottomMenu li:first-child a {
    color: #fff;
    background: #1b2952;
    display: block;
}

#bottomMenu li img {
    vertical-align: middle;
}

#bottomMenu li.counsel_show {
    color: #fff;
    background: #de4949;
    cursor: pointer;
}

.counsel_box {
    background: #de4949;
    position: absolute;
    bottom: 50px;
    width: calc(100% - 40px);
    padding: 28px 20px;
    color: #fff;
    font-size: 18px;
    display: none;
}

.counsel_box th {
    text-align: left;
    width: 110px;
    line-height: 100%;
    padding: 12px 0;
}

.counsel_box label {
    font-weight: normal;
}

.counsel_box input[type=text] {
    width: calc(100% - 17px);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px;
}

.counsel_box input[type=submit] {
    width: 100%;
    background: #1f41ca;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
}

.counsel_box .phone_wrap input[type=text] {
    width: calc(32% - 18px);
}

.counsel_box .counsel_close {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(/m/resources/img/icon/close.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: -23px;
    right: 20px;
}


/* 02.contents - sub */
#subCommon {
    position: relative;
}

#subTitle {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    background: #b63030;
    color: #fff;
    border-radius: 0 0 10px 10px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
}

#subTitle span {
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s;
}

#subTitle span.rotate {
    transform: rotate(180deg);
}

#subMenu_wrap {
    display: block;
}

#subMenu {
    background: #d8d8d8;
    padding: 30px 13px 20px;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
}

#subMenu li {
    background: #fff;
    display: inline-block;
    width: 32.9%;
    text-align: center;
    border: 1px solid #c3c3c3;
    margin: 0 0 -1px -1px;
}

#subMenu li.on {
    border: 1px solid #d24b4b;
    background: #d24b4b;
}

#subMenu li a {
    display: block;
    font-size: 14px;
    line-height: 38px;
    color: #646464;
    letter-spacing: -1px;
}

#subMenu li.on a {
    color: #fff;
}

#subContents {
    padding: 15px;
    color: #555;
    margin-bottom: 50px;
}

#subContents .column h2 {
    font-size: 22px;
    color: #484747;
    font-weight: 600;
    line-height: 28px;
}

#subContents .column h3 {
    margin: 0;
    font-size: 16px;
}

#subContents .column p {
    margin: 0;
}

.course_title {
    margin: 20px 0 10px;
    font-size: 24px;
}

.tbl_lecture_detail {
    color: #555;
    margin-bottom: 50px;
}

.tbl_lecture_detail th,
.tbl_lecture_detail td {
    border: 1px solid #d8d8d8;
}

.tbl_lecture_detail th {
    background: #fbf9f3;
    height: 50px;
    font-size: 17px;
}

.tbl_lecture_detail td {
    height: 40px;
    padding: 2px 4px;
    width: 50%;
    font-size: 14px;
    box-sizing: border-box;
}

.btn_s_apply {
    display: inline-block;
    cursor: pointer;
    color: #7f1a21;
    border: 1px solid #7f1a21;
    font-size: 12.25px;
    height: 25px;
    line-height: 25px;
    padding: 0 15px 0 5px;
    border-radius: 2px;
    position: relative;
    margin-left: 10px;
}

.btn_s_apply::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #7f1a21;
    border-top: 1px solid #7f1a21;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 10px;
}

.table_line {
    border-top: 2px dashed #ff8585;
    margin-bottom: 40px;
}

.pyo th,
.pyo td {
    border: 1px solid #d8d8d8;
    color: #555;
}

.pyo th {
    background: #fbf9f3;
    padding: 10px 0;
}

.pyo td {
    padding: 10px 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.faq_menu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.faq_menu li {
    width: calc(25% - 2px);
    background: #f1f1f1;
    border: 1px solid #cdcdcd;
    margin: 0 -1px -1px 0;
}

.faq_menu a {
    display: block;
    color: #3f3f3f;
    padding: 10px 0;
}

.faq_menu li.on {
    background: #fff;
}

.faq_menu li.on a {
    font-weight: bold;
    color: #000;
}

.faq_contents {
    border-top: 2px solid #404653;
    margin-top: 20px;
}

.faq_list {
    text-align: left;
}

.faq_list dt,
.faq_list dd {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
}

.faq_list dt {
    color: #3f3f3f;
    cursor: pointer;
    padding-left: 20px;
}

.faq_list dt::before {
    content: "Q";
    font-weight: bold;
    margin: 0 10px 0 -15px;
    color: #000;
}

.faq_list dt.on {
    color: #000;
    font-weight: 600;
}

.faq_list dd {
    margin: 0;
    background: #efefef;
    color: #555;
    line-height: 1.6em;
    display: none;
    padding-left: 20px;
}

.faq_list dd::before {
    content: "A";
    font-weight: bold;
    float: left;
    margin-left: -15px;
    color: #000;
}

.faq_list dd.on {
    display: block !important;
}

.faq_list dd p:first-child {
    margin-top: 0;
}

.faq_list .answerer {
    text-align: right;
}

.faq_list .answerer::before {
    content: "[작성자 : ";
}

.faq_list .answerer::after {
    content: "]";
}


/* 03.footer */
#footer {
    background: #3d3d3d;
    text-align: center;
    padding: 28px 15px;
    margin-bottom: 50px;
    color: #c6c6c6;
    font-size: 12px;
}

#footer a {
    font-size: 14px;
    display: inline-block;
    padding: 6px 24px;
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    margin: 0 5px 12px;
}

#footer p {
    color: #919191;
}


/* login */
#memberLogin form {
    display: block;
    width: 100%;
    margin-left: 0 !important;
}


/* 추가 css */



#footer {
    background: #353535;
    padding: 40px 20px;
}

#footer ul li {
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.6px;
    color: #999;
    font-weight: 100;
}

#footer ul li+li {
    margin-top: 2px;
}

#footer a {
    margin: 0;
    padding: 0;
    border: 0;
    color: #999;
}

#footer .btn_box {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

#footer .btn_box a {
    color: #d2d2d2;
}

#footer p {
    color: #999;
    text-align: left;
    font-size: 14px;
    margin: 0;
    font-weight: 200;
}

#bottomMenu li {
    font-size: 16px;
}

#footer.type01 {
    background: #3d3d3d;
    padding: 28px 0;
}

#footer.type01 .btn_box {
    justify-content: center;
    gap: 8px;
    margin: 0 0 24px;
}

#footer.type01 .btn_box a {
    padding: 6px 16px;
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    border-radius: 15px;
}

#footer.type01 ul li {
    text-align: center;
    font-size: 12px;
    color: #919191;
    margin: 0 0 9px;
}

#footer.type01 p {
    text-align: center;
    color: #919191;
    font-size: 12px;
}