/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* cau ese */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

.page-id-2 header,
.page-id-2 footer {
    display: none !important;
}

/* common */

.content * {
    word-break: keep-all;
}

.content a {
    text-decoration: none;
}

.content a:hover {
    color: #cc6666;
    text-decoration: none;
}

.bold-text {
    font-weight: 700 !important;
}

.thin-text {
    font-weight: 300 !important;
}

.small-text {
    font-size: 12px !important;
    line-height: 1.5em !important;
}

.accent-text {
    color: #0075bc !important;
}

.bluetext {
    color: #0099ff !important;
}

.redtext {
    color: #cc3300 !important;
}

.align-left {
    text-align: left !important;
}

.center-text {
    text-align: center !important;
}

.wpb_text_column h1,
.wpb_text_column h2 {
    margin-bottom: 30px;
}

.wpb_text_column h3 {
    margin-bottom: 20px;
}

.wpb_text_column p,
.wpb_text_column ul,
.wpb_text_column ol {
    margin-bottom: 20px;
}

a.company-link {
    color: #7f7f7f;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

/* page */

.page .content h1 {
    border-bottom: 1px solid #e6e6e6;
}

.page .content h1::after {
    display: table;
    content: " ";
    height: 4px;
    width: 68px;
    background-color: #eb2a2e;
    margin-top: 10px;
}

/* blog */

.entry-excerpt p {
    margin-bottom: 0;
}

.filter-bg-decoration .filter-categories a {
    border: 1px solid #dde4ec;
}

.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
    font-size: 12px;
    line-height: 1.5em;
}

.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next .meta-nav {
    font-size: 11px;
}

/* Team */

.prof-info .prof-title h1 {
    position: relative;
    margin-bottom: 10px;
    left: -2px;
}

.prof-info h3 {
    margin-bottom: 15px !important;
}

.prof-info .prof-title h6 {
    color: #ab9d85;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.team-content ul {
    list-style: none;
    margin-left: 0;
    border-top: 1px solid #efefef;
}

.team-content ul li {
    border-bottom: 1px solid #efefef;
    padding: 4px 0 3px 0;
}

/*

.team-content ul .prof-degree,
.team-content ul .prof-major,
.team-content ul .prof-lecture {
    overflow: hidden;
    clear: both;
}

.team-content ul .prof-degree::before,
.team-content ul .prof-major::before,
.team-content ul .prof-lecture::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-align: center;
  display: block;
  width: 22px;
  float: left;
}

.team-content ul .prof-degree span,
.team-content ul .prof-major span,
.team-content ul .prof-lecture span {
    display: block;
    margin-left: 24px;
}

.team-content ul .prof-degree::before {
  content: "\f19d";
}

.team-content ul .prof-major::before {
  content: "\f303";
}

.team-content ul .prof-lecture::before {
  content: "\f07c";
}

*/

/* table */

.content table,
.content td,
.content th {
    padding: 6px 10px;
    line-height: 1.4em;
    border-color: #efefef;
    word-break: keep-all;
}

.content .prof-info table td {
    vertical-align: top;
}

.responsive-table-wrap {
    min-height: 1px;
    overflow-x: auto;
}

/*
.responsive-table-wrap table {
    border-bottom: 1px solid #efefef;
}
*/

.closed-table,
.closed-table th,
.closed-table td {
    border: 1px solid #efefef;
}

.center-table th,
.center-table td {
    text-align: center;
}

.wide-table th,
.wide-table td {
    padding: 10px;
}

.small-table th,
.small-table td {
    font-size: 13px;
}

.one-of-two {
    width: 50%;
}

.one-of-three {
    width: 33.3%;
}

.one-of-four {
    width: 25%;
}

.one-of-eight {
    width: 12.5%;
}

/* Etc Class */

.class-part1,
.class-part2,
.class-part3,
.class-part4 {
    display: inline-block;
    width: 70px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    padding: 4px 6px 5px 6px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.class-part1 {
    background: #0075a9;
}

.class-part2 {
    background: #21b7ed;
}

.class-part3 {
    background: #638c0b;
}

.class-part4 {
    background: #a4005b;
}

.bgcolor-gray1 {
    background-color: #fafafa !important;
}

.bgcolor-gray2 {
    background-color: #f7f7f7 !important;
}

.bgcolor-gray3 {
    background-color: #f4f4f4 !important;
}

.bgcolor-gray4 {
    background-color: #f1f1f1 !important;
}

.bgcolor-blue1 {
    background-color: #4098cd !important;
    color: #fff !important;
}

.bgcolor-blue2 {
    background-color: #bfdcee !important;
}

.bgcolor-blue3 {
    background-color: #f2f8fc !important;
}

.bgcolor-green {
    background-color: #f8fcf2 !important;
}

.bgcolor-orange {
    background-color: #fcf6f2 !important;
}

.bgcolor-violet {
    background-color: #f8f2fc !important;
}

.bgcolor-green-light {
    background-color: #91ae54 !important;
    color: #fff !important;
}

.bgcolor-yellow-light {
    background-color: #cfbb69 !important;
    color: #fff !important;
}

.bgcolor-yellow-dark {
    background-color: #ba9e2a !important;
    color: #fff !important;
}

.bgcolor-brown-dark {
    background-color: #c56a42 !important;
    color: #fff !important;
}

.bgcolor-blue-dark {
    background-color: #0075a9 !important;
    color: #fff !important;
}

.bgcolor-cyan-dark {
    background-color: #21b7ed !important;
    color: #fff !important;
}

.bgcolor-green-dark {
    background-color: #638c0b !important;
    color: #fff !important;
}

.bgcolor-violet-dark {
    background-color: #a4005b !important;
    color: #fff !important;
}

.border-red {
    border: 2px solid #ff3300 !important;
}

.border-dashed {
    border: 2px dashed #ff3300 !important;
}

.bg-line {
    background-image: url(http://cauese.co.kr/wp-content/uploads/2025/07/bg-class.png);
    background-repeat: repeat;
}

/* Class Type */

.class-type {
    margin-left: 0 !important;
    padding: 0;
    list-style: none;
}

.class-type li {
    display: inline-block;
    width: auto;
    min-width: 56px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin: 0 5px 10px 0;
    padding: 10px 12px;
    list-style: none;
    border: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

/* footer */

.bottom-text-block a {
    display: inline-block;
    width: auto;
    height: 20px;
    color: #ffffff !important;
    font-size: 11px;
    line-height: 1em;
    text-align: center;
    padding: 4px 6px;
    background-color: #cc6666;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 6px;
}

.bottom-text-block a:hover {
    color: #0075bc !important;
    background-color: #ffffff;
    text-decoration: none !important;
}

.wf-float-left span {
    display: inline-block;
}

/* kakao map */

.root_daum_roughmap .cont {
    display: none !important;
}

/* k-board */

.faq-board .kboard-default-poweredby,
.faq-board #kboard-default-list .kboard-list-header {
    display: none;
}

.faq-board #kboard-default-document .kboard-title h1,
.faq-board #kboard-default-document .kboard-title h2 {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.faq-board #kboard-default-list .kboard-category .kboard-category-list {
    background-color: #ffffff;
}

.faq-board #kboard-default-list .kboard-category .kboard-category-list li {
    padding: 3px 6px 3px 0;
}

.faq-board #kboard-default-list .kboard-category .kboard-category-list li a {
    color: #666666 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border: none !important;
    background: #e6e6e6;
}

.faq-board #kboard-default-list .kboard-category .kboard-category-list li a:hover {
    color: #ffffff !important;
    font-weight: 700;
    padding: 6px 10px;
    border: none !important;
    background: #adbbc7;
}

.faq-board #kboard-default-list .kboard-category .kboard-category-list li.kboard-category-selected a {
    color: #ffffff !important;
    background: #778ea2;
}

.faq-board a.kboard-default-button-small,
.faq-board input.kboard-default-button-small,
.faq-board button.kboard-default-button-small {
    background-color: #778ea2 !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 20px;
}

.faq-board #kboard-default-document .kboard-detail {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}

.faq-board #kboard-default-document .kboard-detail .detail-attr {
    padding: 5px 20px 5px 5px;
}

.faq-board #kboard-default-document .kboard-detail .detail-attr .detail-value {
    padding-left: 5px;
}

.faq-board .kboard-search button.kboard-default-button-small {
    font-size: 12px;
    padding: 0 15px;
}

.faq-board #kboard-default-document .kboard-content .content-view {
    padding-top: 40px;
}

.faq-board #kboard-default-document .kboard-attach {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e6e6e6;
}

.faq-board #kboard-default-document .kboard-attach .kboard-button-download {
    display: block;
}

.faq-board #kboard-default-document .kboard-button-download {
    color: #000000;
    font-weight: 700;
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
}

.faq-board #kboard-default-document .kboard-button-download:hover {
    color: #d4434d;
}

.faq-board #kboard-default-document .kboard-button-action,
.faq-board .kboard-comments-default .comments-list .comments-list-controller .comments-button-action {
    margin-bottom: 10px !important;
}

.faq-board #kboard-default-document .kboard-button-like,
.faq-board #kboard-default-document .kboard-button-unlike {
    display: none;
}

.faq-board #kboard-default-document .kboard-comments-default {
    background: #efefef;
}

.faq-board #kboard-default-document .kboard-document-navi {
    display: none;
}

.faq-board #kboard-default-list .kboard-control,
.faq-board #kboard-default-editor .kboard-control,
.faq-board #kboard-default-document .kboard-control {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
}

.faq-board #kboard-default-list .kboard-list table a {
    color: #5e5e5e;
}

.faq-board #kboard-default-list .kboard-list thead tr td {
    border-top: 1px solid #adbbc7;
    border-bottom: 1px solid #adbbc7;
}

.faq-board #kboard-default-list .kboard-list tbody tr td {
    border-bottom: 1px solid #e6e6e6;
}

.faq-board #kboard-default-list .kboard-category.category-mobile select {
    padding: 5px 10px;
    height: 38px;
}

.faq-board #kboard-default-document .kboard-content .content-view ul,
.faq-board #kboard-default-document .kboard-content .content-view ol {
    margin-left: 20px;
}

@media screen and (max-width: 600px) {
    .faq-board #kboard-default-list .kboard-list table {
        border-top: 1px solid #adbbc7;
    }
}

/* media query*/

@media screen and (max-width: 990px) {
    .responsive-table-wrap {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none;
    }

    .responsive-table-wrap table {
        display: table;
        width: 1260px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #branding-bottom,
    #bottom-bar .wf-float-left,
    #bottom-bar .wf-float-right {
        width: 100%;
    }
}