@charset "UTF-8";

li { list-style: none; }


.list-dot li>.b{
 
 background: rgba(223, 182, 128, 0.2);
    
}
.list-dot li{
    margin-bottom: 4px;
}
.list-dot li:before{
    content:'•';
    color: #54a6d8;
    
}
.text-subcont{
    font-size: 1.4rem;
    margin-top: 3rem;
    line-height: 1.5;
}

/* title */
.page-subtitle:before{
    content: '◆';
    font-size: 0.6em;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;

}

/*font*/

.ceo_ment h4, .menu02_text h4, .menu02_text_left h4, .m02_table, .m02_03 h4, .menu02_text2 h4, .menu03_text h4  {
    font-size: 1.6rem;
    font-weight: normal !important;
    color: #4d4c4c;
    line-height: 1.6;
}
.ceo_ment h3 {
    font-size: 17px;
    text-align: right;
    margin-top: 44px;
    font-weight: 500;
}
.ceo_chart_box h2 {
    font-size: 28px;
    margin-bottom: 50px;
}
.ceo_chart_box h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    margin: 10px 0;
}
.ceo_chart_box h4 {
    font-size: 16px;
    font-weight: normal;
    color: #4d4c4c;
}
.menu02_text h2, .menu02_text_left h2, .ceo_ment h2, .m02_03 h2, .menu02_text2 h2, .m02_04 h2, .menu03_text h2 , h2{
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
}
.sub-text{
    font-size: 2.1rem;
}
.header h2{
    margin-bottom: 0;
}
.menu02_text h4, .menu02_text_left h4, .m02_03 h4, .menu02_text2 h4, .menu03_text h4 {

    line-height: 22px;

}

.ceo_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: var(--width-content);

    background-image: url(/images/page/mark.png);
    background-repeat: no-repeat;
    background-position: 1% 48%;

}
.ceo_box2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: var(--width-content);
    background-image: url(/images/page/mark.png);
    background-repeat: no-repeat;
    background-position: 98% 48%;
    margin-bottom: 4rem;
}
.ceo_ment {
    /* width: 638px; */
    /* float: left; */
    width: 62%;
}


.ceo_img {
    /* float: right; */
    /* width: 348px; */
    width: 32%;
    margin-top: 28px;
}
.ceo_img img {
    width: 100%;
    filter: drop-shadow(14px -14px 0 #f2f2f2);
}

/*history*/
.history {
    display : grid;
    padding-bottom: 50px;
    width: 98%;
    margin: 0 auto;
}
.history_box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: start;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.year {
    font-size: 5rem;
    font-weight: bold;
    width: 20%;
    
    height: auto;
    color: #0d635a;
}
.month {
    display: inline-block;
    width: 80%;
}
.month ul{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    
}
li.mon {
    display: inline-flex;
    align-items: center;
    width: 10%;
    font-size: 2.3rem;
    font-weight: bold;
    color: #a0a0a0 ;
}
li.mon2 {
    display: inline-flex;
    align-items: center;
    width: 10%;
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
}
li.mon2:before{
    content: '&nbsp;';
}
li.text {
    display: inline-flex;
    width: 90%;
    font-size: 1.5rem;
    color: #636363;
    line-height: 1.8;
}

/*ceo_chart_box*/
.ceo_chart {
    height: auto;
    width: 100%;
    display: grid;
}
.chart {
    width: 240px;
    float: left;
    display: block;
    height: 346px;
    line-height: 20px;
}

li.pic {
    padding: 0;
}
.ceo_chart_box li {
    font-size: 14px;
    padding-left: 26px;
}
.ceo_chart_box li:first-child{
    text-align: center;
    padding-left: 0;
}
.ceo_chart_box {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 50px;
    margin-top: 50px;
}

/*map*/

.map_frame { 
    width: 100%;
    height: 600px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    object-fit: cover;
}

.map_add {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
}

.label {
    background-color: #EFEFEF;
    text-align: center;
    font-weight: 500;
    line-height: 40px;
}
.dd {
    text-indent: 13px;
    line-height: 40px;
}
.map_add > div {
    padding: 3px;
    border-bottom: 1px solid #D8D8D8;
}

.menu02_r, .menu02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title-01{
    position: relative;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 4rem;
    padding-left: 15px;
}
.title-01:before{
    content:'';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #dfb580;
}
.p-box{
    padding-bottom: 4rem;
    /* border-bottom: 1px dashed #ddd; */
    font-size: 1.6rem;
    font-weight: normal;
    color: #4d4c4c;
    line-height: 1.5;

}
.p-box.type-flex{
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    align-items: start;
}
.p-box.type-subcont{
    margin-top:-3rem;
}
.p-box h2{
    color: #171717;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
}
.p-box h2:before{
    content: '◆';
    font-size: 0.6em;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;

}
.p-box-text{
    /* width: 50%; */
    
}
.p-box-text h2:first-child{
    margin-top: 0;
}
.p-box-text h2{
    margin-top: 4rem;
}
.p-box.bottom-line{
    border-bottom: 1px dashed #ddd;
    margin-bottom: 4rem;
}
.p-box-text div + div{
    margin-top: 2rem;
}
.p-box h4{

}
.menu02_text {
    width: 65%;
}

.menu02_caption ul,
.menu02_caption2 ul {
    display: flex;
    justify-content: space-between;
    /* margin-right: 14px; */
}
.menu02_caption2 ul li{
    text-align: center;
}
.menu02_img{
    width: 33%;
}
.menu02_img img {
    width: 95%;
    margin-top: 28px;
    filter: drop-shadow(14px -14px 0 #f2f2f2);
    margin-right: 14px;
}

.menu02 {
    margin-bottom: 70px;
    border-top: 1px dashed #ddd;
    padding: 70px 0;
    border-bottom: 1px dashed #ddd;
}

.menu02_text_left {
    width: 66%;
}

.menu02_img_left img {
    filter: drop-shadow(14px 14px 0 #f2f2f2);
}

.menu02_caption, .menu02_caption2 {
    width: 100%;
    
    margin-top: 15px;
}
.menu02_caption li, .menu02_caption2 li {
   display: inline-flex;
    text-align: center;
    width: 15.5%;
    height: 49px;
    font-size: 11px;
}
.menu02_caption2 {
    margin-top: 0px;
}
.menu02_caption3{
    font-size: 1.5rem;
    width: 100%;
    margin-top: 1.5rem;
}
.menu02_caption li:last-child, .menu02_caption2 li:last-child {
    margin-right: 0 !important;
}

li.blue {
    background: #0d00db;
}

li.pink {
    background: #e100db;
}

li.green {
    background: #00e435;
}

li.red {
    background: #e00004;
}

li.yellow {
    background: #ffff47;
}
li.orenge {
    background: #ffc22d;
}
table.m02_table_st {
    text-align: center;
    border-left: 1px solid #ddd;
    margin-top: 15px;
}
table.borter_t {
    border-top: 1px solid #ddd;
}
table.m02_table_st th {
    font-size: 1.6rem;
    background: #eaeaea;
    padding: 15px 0;
    font-weight: normal;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.p-box-img {
    /* width: 34%; */
    padding-top: 1rem;
}
.m02_table_st.nation tr td:first-child{
    font-size: 1.6rem;
}
table.m02_table_st tr {
    border-bottom: 1px solid #ddd;
}
table.m02_table_st td {
    border-right: 1px solid #ddd;
    padding: 7px 0;
    font-weight: normal;
}
table.m02_table_st img {
    width: 50px;
}

td.table_text_left {
    text-align: left;
    padding-left: 20px !important;

}
td.table_text_left2 {
    text-align: left;
    padding-left: 180px !important;

}
td.table_text_left img {
    width: auto;
}
.world_map {
    display: table-row-group;
}
.world_map_img {
    text-align: center;
    margin: 50px auto 30px;
}
.menu02_caption2 li {
    height: 26px;
}
.world_map li {
    float: left;
    width: 240px;
    padding: 5px 0;
    display: grid;
}
.menu02_text_left2, .menu02_text2 {
    /* float: left; */
}
.p-box-img img {
    /* width: 100%; */
    filter: drop-shadow(14px -14px 0 #f2f2f2);
}
.menu02_text2 {
    width: 50%;
}
.p-caption {
    padding-top: 10px;
    font-size: 1.4rem;
}
.world_map_list li {
    width: 100%;
}
.m02_04 {
    width: var(--width-content);
    margin: 0 auto;
    display: grid;
}
.m02_04_img {
    text-align: center;
    width: 696px;
    margin: 0 auto 20px;
}
.m02_04_img img {
    width: 100%;
}
.m02_04_list {
    display: grid;
    width: 60%;
    margin: 0 auto 70px;
}
.m02_04_list li {
    padding: 5px 0;
    font-size: 16px;
}
.m50 {
    margin-top: 50px;
}

.m15 {
    margin-top: 15px;
}
/*.drop_none img {
    filter: none;
}*/
.boder_dashed {
    height: 1px;
    border-top: 1px dashed #ddd;
}

.menu03_text {
    width: 650px;
    float: left;
}
.menu03_img {
    float: right;
}
.menu03_img img {
    padding-left: 23px;
}
.menu02_text h3 {
    margin-top: 20px;
}
.m02_03 h3 {
line-height: 22px;
    margin-top: 24px;
}
th.m03_txt {
    font-size: 15px !important;
}

/*agree*/
article.subcontent h4 {
    font-weight: 500;
}
article.subcontent h3 {
    font-size: 16px;
}

table.agree_table {
    margin: 20px 0;
}
table.agree_table td {
    padding: 19px 10px;
    line-height: 22px;
}
td.ag_b {
    padding: 8px 0 !important;
    border-top: 2px solid #505050;
    border-bottom: 1px solid #656565;
    padding-left: 5px !important;
}
span.font_10 {
    font-size: 10px;
    padding-right: 2px;
}

.apply-btn{
    margin-top: 100px;
    text-align: center;
}
.buttonClass {
 display: inline-block;
  background: #d20000;
  color: #fff;
  border-radius: 3px;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
}
.buttonClass:hover {
  background: #9f0d0d;
}

span.small_font {
    font-size: 10px;
}


/* 교육상담 */
.consult-top{
    /* border:1px solid #D8D8D8; */
}
.consult-top textarea{
    height: 150px;
    padding:20px;
    width:100%;
    background: rgb(251, 251, 251);
}
.consult-agree{
    padding:10px;
    text-align: center;
}
.random-num{
    display: inline-block;
    color: #FF0000;
    margin-right: 5px;
}

/* 자격증 */
.table-cont-wrap{
    margin: 20px 0;
    
}
.table-cont{
    width: 100%;
}
.table-cont th{
    border: 1px solid #ccc;
    color: #252525;
    font-size: 1.4rem;
    font-weight: 500;
    background: #f5f5f5;
    padding: 10px 8px;
}
.table-cont td{
    border: 1px solid #ccc;
    padding: 6px 8px;
}
.table-cont.type-h-b th{
    padding: 10px 0;
}
.table-cont.type-h-b td{
    padding: 10px;
}



/* 마이페이지  */
.myedulist-wrap{
    margin-top: 3rem;
}
.myedulist-wrap .table-cont th{
    text-align: center;
}
.myedulist-wrap .table-cont .b{
    color: #83562b;
    font-weight: 600;
}
.myedulist-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 1rem;
}
.myedulist-wrap .table-box{
    width: 100%;
}
.myedu-list-wrap{
    width: 100%;
}
.myedulist-wrap .table-cont th, 
.myedulist-wrap .table-cont td{
    padding: 10px ;
}

@media screen and (max-width:480px){
    .ceo_ment {
        width: 100%
    }
    
    .ceo_img {
        width: 80%;
        margin: 0 auto;
        margin-top: 3rem;
    }
    .history_box .year{
        width: 100%;
        margin-bottom: 1rem;
    }
    .month{
        width: 100%;
        padding-left: 1rem;
    }
    .menu02_text h2, .menu02_text_left h2, .ceo_ment h2, .m02_03 h2, .menu02_text2 h2, .m02_04 h2, .menu03_text h2, h2 {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }
    
    table.m02_table_st.nataion img{
        width: 40px;
    }
   
    
}

@media screen and (max-width:700px){
    .year {
        font-size: 3.6rem;
    }
    
    article.subcontent h4{
        width: 100%;
        display: block;
    }

    .menu02_text,
    .menu02_text2 {
        width: 100%;
    }
    .menu02_img{
        width: 100%;
        text-align: center;
    }
    .p-box-img{
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .p-box-img img{
        width: 100%;
        padding-top: 20px;
    }
    .menu02_img >img{
        width: 70%;
    }
    .m02_04_img {
        width: 100%;
    }
    .m02_04_list{
        width: 100%;
    }


    .myedulist-wrap .table-box{
        width: 100%
    }
  
}

@media screen and (max-width:800px){
    .world_map_img {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .world_map_img img{
        width: 100%;
    }

    .p-box.type-flex{
        flex-wrap: wrap;
    }
    
}