@charset "UTF-8";

.block {
    height: 130px;
}

.sub_banner {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(../img/sub_main.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.sub_banner.bn2 {
    background-image: url(../img/banner2.png);
}

.sub_banner.bn3 {
    background-image: url(../img/banner3.png);
}

.sub_banner.bn4 {
    background-image: url(../img/banner4.png);
}

.sub_banner.bn5 {
    background-image: url(../img/banner5.png);
}


.sub_banner_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.sub_banner_txt h2 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    padding-top: 1rem;
}

.sub_container {
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 4rem;
}

/**서브 타이틀 시작**/
.sub_title {}

.sub_title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 40px;
}


.sub_title span {
    font-size: 15px;
    color: #777;
}

/**서브 타이틀 끝//**/

.hei {
    height: 40px;
}


/* submenu */
.sub_menu {
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.sub_menu .container {
    background: #f5f5f5ee;
}

.sub_menu ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.sub_menu ul li a {
    display: block;
    font-size: 16px;
    padding: 15px 35px;
}

.sub_menu ul li a:last-child {
    border: none;
}

.sub_menu ul li a.on {
    border-bottom: 5px solid #ff5a5a;
}



/* 인삿말 */
.company_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.company_bg {
    background-image: url(../img/com_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

/**company_box 시작**/

.company_box {
    margin-top: 40px;
    text-align: center;
    color: #555;
}

.company_box .company_txt {
    padding: 50px;
    text-align: left !important;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 3rem auto;
    border-radius: 35px;
}

.company_box .company_txt h2 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
}

.company_box .company_txt h2 b {
    font-weight: 800;
}

.company_box .company_txt h2 span {
    display: inline-block;
    padding-right: 20px;
}

.company_box .company_txt h2 span img {
    vertical-align: middle;
}

.company_box .company_txt h3 {
    font-size: 26px;
    font-weight: 500;
    padding: 20px 0 5px;
}

.company_box .company_txt .t19 {
    padding: 5px 0;
}

.company_box b {
    color: #f72855;
    font-size: 1.1em;
}

.company_box em {
    font-weight: 600;
    font-size: 1.3em;
    color: #67bb18;
}

.sub_img {
    text-align: center;
    padding-top: 20px;
}

/**company_box 끝**/

/* company_first */
.company_first {
    font-family: 'GmarketSansMedium';
    font-weight: normal !important;
}

.company_box2 {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.company_box2 h3 {
    font-size: 32px;
}

.company_box2 h3 span {
    font-weight: normal;
}

.company_box2 p {
    font-size: 18px;
    color: #666;
    padding: 8px 0 40px 0;
}

/* sub_sub */
.sub_sub {
    background: url(../img/sub_sub.jpg) no-repeat;
    background-position-y: 100px;
    overflow: hidden;
}

.sub_sub .container {
    display: grid;
    grid-template-columns: 400px 1fr;
    color: #444;
}

.sub_sub .container div:last-child {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.sub_sub h3 {
    font-size: 34px;
    line-height: 1.4;
    padding-bottom: 1.5rem;
    font-family: 'YES24';
    font-weight: normal;
}

.sub_sub p {
    font-size: 18px;
    max-width: 70ch;
}


/* sub_sub3 */
.sub_sub3 {
    text-align: center;
    padding: 50px 0;
}

/* 프로그램 */
section.program {
    letter-spacing: -1px;
}

section.program ul.aba {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

section.program ul.aba li {
    padding: 5rem 4rem;
    background: #f4f4f4;
}

section.program ul.aba li.bg1 {
    background: url(../img/teacher_6.jpg) center;
    background-size: cover;
}

section.program h3 {
    font-family: 'GmarketSansMedium';
    font-size: 33px;
    font-weight: normal;
    padding: 1rem 0;
}

section.program em {
    font-weight: 800;
    font-size: 18px;
    font-family: 'GmarketSansBold';
    color: #eb6a49;
}

section.program p {
    font-size: 20px;
    background: url(../img/dot2.png) no-repeat;
    background-position: 0px 13px;
    padding-left: 0.8rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

section.program p b {
    font-size: 1.1em;
    color: #eb6a49;
}

section.program span {
    display: block;
    font-size: 18px;
    opacity: 0.7;
    padding-top: 7px;
}

section.program h4 {
    font-family: 'GmarketSansMedium';
    font-size: 27px;
    padding: 1rem 0;
    font-weight: normal;
}


/* round */
ul.round {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 5rem;
}

ul.round li {
    border-right: 1px solid #ddd;
    padding: 2rem;
    text-align: center;
}

ul.round li:last-child {
    border: none;
}

ul.round .img {
    width: 100%;
    position: relative;
}

ul.round .img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

ul.round .img em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #000;
    font-family: 'GmarketSansMedium';
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/pro_2.jpg) center;
    background-size: cover;
    border-radius: 50%;
}


.cl3 {
    background: url(../img/teacher_3.jpg) center;
    background-size: cover;
}

.cl4 {
    background: url(../img/teacher_4.jpg) center;
    background-size: cover;
}

.cl5 {
    background: url(../img/teacher_5.jpg) center;
    background-size: cover;
}

ul.round p {
    background: none;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    margin: 0;
    padding: 4px 0;
    opacity: 0.9;
}

.etc {
    background: #f3f3f3;
    padding: 2rem;
    font-size: 19px;
    text-align: center;
}


/* 상담문의 */
.info_1 {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.55fr 1fr;
    grid-gap: 30px;
    font-size: 23px;
    font-weight: 500;
    padding: 3rem 0;
    letter-spacing: -1px;
}

.info_1:first-child {
    padding-top: 0;
}

.info_1 .t40 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -2px;
}

.info_1 span {
    font-size: 0.8em;
    opacity: 0.8;
    display: block;
    margin-top: 15px;
}

.info_1 b {
    font-size: 1.15em;
    color: #eb6a49;
}

.info_1 .banner {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
    padding-top: 1rem;
}



ul.step {
    text-align: center;
    margin-top: 1rem;
    font-size: 21px;
}

ul.step .title {
    background: #ffedb2;
    padding: 1rem;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px dashed #666;
    font-weight: 600;
}

ul.step .content {
    background: #f7f7f7;
    border-radius: 0 0 20px 20px;
    padding: 1rem;
}

ul.step .arrow {
    padding: 1rem;
}

ul.step .arrow img {
    width: 40px;
}


/* 상담사 선생님 */

/* 선생님 */
.teacher {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}


.teacher:nth-child(odd) .img {
    order: 1 !important;
}
.teacher:nth-child(odd) .text {
    order: 2 !important;
}
.teacher .text {
    padding: 1rem;
}
.teacher .sect_title h3 {
    text-align: left;
    padding-top: 1rem;
}

.sect_title h4 {
    font-size: 23px;
    background: #f3f3f3;
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 20px;
}

.teacher h3 {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 1rem;
}

.teacher h3 b {
    font-size: 0.5em;
    background: #e9722d;
    color: #fff;
    padding: 5px 10px;
}

.teacher h3 em {
    font-size: 0.5em;
    background: #818181;
    color: #fff;
    padding: 5px 10px;
}

.teacher p {
    font-size: 19px;
    line-height: 1.6;
    padding-bottom: 10px;
}

.teacher p b {
    color: #e9722d;
    padding-top: 10px;
    display: inline-block;
    font-weight: 800;
}


.teacher .text_pre {
    display: grid;
    grid-template-columns: 50px 1fr;
padding-bottom: 10px;
}

.teacher .text_pre span {
    color: #7c7c7c;
    font-size: 17px;
    font-weight: 700;
}

.section_wrap .img img {
    width: 100%;
}

.info_con_wrap .line {
    width: 100%;
    background: #ddd;
    height: 1px;
    margin: 2rem 0 3rem;
}


/* sub teacher */

.sub_teacher {}

.sub_teacher ul.round {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.sub_teacher ul.round li {
    text-align: left;
    grid-gap: 33px;
    grid-gap: 16px;
    padding: 20px;
    border: none;
    border-top: 4px solid #eeca28;
    background: #f3f3f3c2;
}

.sub_teacher ul.round li:nth-child(odd) {
    border-top: 4px solid #53cebd;
}

.sub_teacher ul.round li p {
    font-size: 17.5px;
}

.sub_teacher h4 {
    font-size: 22px;
    padding-top: 1rem;
}

.sub_teacher ul.round li .img {
    display: flex;
    align-items: flex-start;
    display: none;
}

.sub_teacher ul.round li:nth-child(1) .img {
    background: url(../img/coun_1_1.jpg) center;
    background-size: cover;
    border-radius: 15px;
}

.sub_teacher ul.round li:nth-child(2) .img {
    background: url(../img/coun_1_2.jpg) center;
    background-size: cover;
    border-radius: 15px;
}

.sub_teacher ul.round li:nth-child(3) .img {
    background: url(../img/coun_1_3.jpg) center;
    background-size: cover;
    border-radius: 15px;
}

.sub_teacher ul.round li:nth-child(4) .img {
    background: url(../img/coun_1_4.jpg) center;
    background-size: cover;
    border-radius: 15px;
}

.sub_teacher ul.round li:nth-child(5) .img {
    background: url(../img/coun_1_5.jpg) center;
    background-size: cover;
    border-radius: 15px;
}

.sub_teacher ul.round li:nth-child(6) .img {
    background: url(../img/coun_1_6.jpg) center;
    background-size: cover;
    border-radius: 15px;
}


/**map_box 시작**/
.map_wrap {
    padding: 30px;
    background: #f3f3f3;
    overflow: hidden;
}

.map_wrap .map_box {
    display: flex;
    align-items: center;
}

.map_icon {
    float: left;
    padding-right: 20px;
}

.map_txt {
    text-align: left;
    float: left;
}

.map_txt h2 {
    font-size: 22px;
}

.map_txt p {
    font-size: 18px;
    padding-top: 8px;
}

/**map_box 끝**/
/* #maparea {height: 300px;} */
#maparea .root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

/****************************** sub 갤러리 box 시작 ******************************/
.sub_gall_list {
    margin: -10px -10px 0;
    overflow: hidden;
}

.sub_gall_list .gall_item {
    float: left;
    width: 25%;
    padding: 10px;
}

.sub_gall_list .gall_item a {
    display: block;
    overflow: hidden;
}

.sub_gall_list .gall_item a img {
    transition: all 1.2s;
    transform: scale(1);
    width: 100%;
}

.sub_gall_list .gall_item a:hover img {
    transform: scale(1.085);
}

.sub_gall_list.detail_type .gall_item a {
    position: relative;
}

.sub_gall_list.detail_type .gall_desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_gall_list.detail_type .gall_desc_wrap {
    display: block;
    text-align: center;
}

.sub_gall_list .gall_item p {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding-top: 12px;
}

/****************************** sub 갤러리 box 끝 ******************************/

/** product_list 시작**/
.business_tit {
    font-size: 30px;
    font-weight: 800;
    color: #333;
    margin-bottom: 20px;
}

.list_tit {
    font-size: 20px;
    font-weight: 800;
    color: #444;
    margin-top: 30px;
}

.product_list {
    padding: 20px 40px;
    border: 1px solid #ddd;
    margin-top: 10px;
    background: #f5f5f5;
}

.product_list p {
    font-size: 17px;
    color: #666;
    padding-top: 5px;
}

.product_list p b {
    color: #222;
}

/** product_list 끝//**/

/** info_box_wrap 시작**/
.info_box_wrap {
    margin-top: 40px;
}

.info_box_wrap h3 {
    font-size: 22px;
    color: #2763b9;
    font-weight: 800;
    margin-bottom: 10px;
}

.info_box {
    padding: 20px;
    background: #f0f5fb;
    border: 1px solid #e8eef5;
}

.info_box p {
    font-size: 17px;
    color: #444;
}

.info_box p b {
    font-size: 17px;
    color: #2763b9;
    display: block;
}

.info_box span {
    font-size: 15px;
    color: #2763b9;
}

.info_txt p {
    font-size: 17px;
    color: #444;
}

.info_txt h5 {
    font-size: 14px;
    color: #444;
    text-align: right;
    padding: 10px 0 20px 0;
}

.info_txt span {
    font-size: 15px;
    color: #2763b9;
}

/** info_box_wrap 끝//**/





/* profile */
.profile {}

.profile ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}

.profile img {
    width: 100%;
    max-width: 600px;
}

.profile span {
    background: #2763b9;
    color: #fff;
    padding: 0 3px;
    display: inline-block;
    font-size: 18px;
}

.profile h3 {
    color: #2763b9;
    font-size: 22px;
    padding: 1rem 0;
}

.profile .t19 {
    font-size: 17.5px;
    padding-bottom: 1.5rem;
}

.profile ul.pro_list {
    padding: 0;

}

.profile ul.pro_list {
    padding-left: 20px;
    padding-bottom: 1rem;
}

.profile ul.pro_list li {
    list-style-image: url("../img/marker.png");

    border: none !important;
    font-size: 17.5px;
    padding: 0;
    display: list-item;

}

/* 프로그램 */
ol.program {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding-bottom: 1rem;
}

ol.program li {
    padding: 1rem;
    box-shadow: 0 4px 10px #e7e7e7;
}

ol.program li:hover {
    box-shadow: 0 0px 14px #67bb18;
}

ol.program .img {
    width: 80%;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
}

ol.program .text {
    padding: 1rem;
    text-align: center;
}

ol.program a {
    display: inline-block;
    margin-top: 1rem;
    padding: 10px 29px;
    background: #67bb18;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 30px;
}

ol.program a:hover {
    background: #333;
}

ol.program li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}





/** table 시작**/
.table-responsive {
    overflow-x: auto;
    min-height: 1px;
}

.table-responsive table th,
.table-responsive table td {
    white-space: nowrap;
}

.table_con {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-top: 2px solid #1c90ba;
}

.table_con th {
    border: 1px solid #ddd;
    padding: 10px 0;
    background: #eef8f6;
    text-align: left;
    padding: 10px 20px;
    font-size: 16px;
    white-space: nowrap;
}

.table_con td {
    border: 1px solid #ddd;
    padding: 10px 20px;
    color: #666;
    font-size: 16px;
    white-space: nowrap;
}

/** table 끝//**/

.d_block {
    display: inline-block;
}

.m_block {
    display: none;
}

.d_block_480 {
    display: block;
}

.m_block_480 {
    display: none;
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {
    .d_block {
        display: none;
    }

    .m_block {
        display: inline-block;
    }

    .sub_container {
        padding: 20px 0;
    }

    .sub_container .sub_title h2 {
        font-size: 32px;
    }

    .sub_banner,
    .sub_banner_txt {
        height: 320px;
    }

    .sub_banner_txt span img {
        height: 50px;
    }

    .sub_banner_txt p {
        font-size: 18px;
    }

    .sub_container .sub_title p {
        font-size: 16px;
        color: #888;
        padding: 5px 0 20px 0;
    }

    .sub_banner_txt h2 {
        font-size: 32px;
    }

    .sub_banner_txt strong {
        font-size: 18px;
    }

    .sub_banner_txt p {
        font-size: 17px;
        padding-top: 15px;
    }

    /** company_box 시작**/
    .company_box .company_txt {
        width: 100%;
        border-radius: 20px;
        padding: 2rem;
    }

    .company_box .company_txt h2 {
        font-size: 18px;
    }

    .company_box .company_txt p {
        font-size: 17px;
    }

    /** company_box 끝//**/


    /* sub_sub */
    .sub_sub .container div:last-child {
        padding-top: 160px;
    }

    .sub_sub h3 {
        font-size: 26px;
        line-height: 1.4;
        padding-bottom: 2.6rem;
    }

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

}

/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width:768px) {
    .block {
        height: 90px;
    }

    .sub_container {
        padding: 20px 15px;
    }

    .sub_banner {
        height: 300px;
    }

    .sub_banner_txt {
        height: 300px;
        padding-top: 2rem;
    }

    .sub_banner_txt span img {
        height: 36px;
    }

    .sub_banner_txt h2 {
        font-size: 24px;
    }

    .sub_banner_txt strong {
        font-size: 16px;
    }




    /* 서브메뉴 */
    .sub_menu ul li a {
        font-size: 14px;
        padding: 10px 10px;
    }


    /**서브 타이틀 시작**/
    .sub_title {
        margin-bottom: 20px;
    }

    .sub_title h2 {
        font-size: 20px;
    }

    .sub_title span {
        font-size: 14px;
    }

    /**서브 타이틀 끝//**/


    /* 인삿말 */
    .company_grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .company_bg {
        background-image: url(../img/com_bg.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 120%;
    }

    /**company_box 시작**/
    .company_box .company_txt {}

    .company_box .company_txt h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .company_box .company_txt h2 b {
        display: block;
        padding: 10px 0 0 0;
    }

    .company_box .company_txt h2 span {
        padding-right: 5px;
    }

    .company_box .company_txt h2 span img {
        height: 45px;
    }

    .company_box .company_txt p {
        font-size: 15px;
    }

    /**company_box 끝**/


    /* 프로그램 */
    section.program ul.aba {
        grid-template-columns: 1fr;
    }

    section.program ul.aba li {
        padding: 3rem 2rem;
    }

    section.program ul.aba li.bg1 {
        height: 300px;
    }

    section.program h3 {
        font-size: 27px;
    }

    section.program h4 {
        font-size: 24px;
    }

    section.program p {
        font-size: 18px;
    }

    section.program em {
        font-size: 16px;
    }

    ul.round {
        grid-template-columns: 1fr;
    }

    ul.round li {
        border: none;
    }

    ul.round .img {
        width: 80%;
        margin: auto;
    }

    .etc {
        font-size: 17px;
    }



    /* 선생님 */
    .teacher {
        grid-template-columns: 1fr;
        grid-gap: 0px;
        padding-bottom: 1.5rem;
    }

    .teacher .sect_title h3 {
        font-size: 25px;
    }

    .sect_title h4 {
        font-size: 19px;
        margin-bottom: 1rem;
    }

    .teacher p {
        font-size: 17px;
    }

    .teacher .img2 {
        grid-column: 1/3;
        grid-row: 1/6;
    }

    .sub_teacher ul.round {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-top: 3rem;
    }

    .sub_teacher ul.round li {
        grid-template-columns: 1fr;
        grid-gap: 16px;
        padding: 10px;
        border-top: 4px solid #eeca28;
        background: #f3f3f3;
    }



    .sub_teacher ul.round .img {
        margin: 0;
        display: none !important;
        width: 100%;
    }

    /* 상담문의 */
    .info_1 {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding: 2rem 0;
        font-size: 19px;
        text-align: center;
    }

    .info_1 span.title {
        display: block;
        font-size: 0.9em;
        padding: 5px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 11px;
        background: #f7f7f7;
    }

    .info_1 .t40 {
        font-size: 26px;
    }

    ul.step {
        font-size: 19px;
    }

    /**company_box2 시작**/
    .company_box2 h3 {
        font-size: 18px;
    }

    .company_box2 p {
        font-size: 13px;
        padding: 4px 0 16px 0;
    }

    /**company_box2 끝//**/

    /* sub_sub */
    .sub_sub {
        background-position: top;
        padding: 2.2rem;
    }

    .sub_sub .img {
        display: none
    }

    .sub_sub .container {
        grid-template-columns: 1fr;
    }

    .sub_sub .container div:last-child {
        padding-top: 0px;
    }

    .sub_sub h3 {
        font-size: 26px;
        line-height: 1.4;
        padding-bottom: 2.6rem;
    }

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

    /**map_box 시작**/
    .map_wrap {
        padding: 20px 10px;
    }

    .map_txt h2 {
        font-size: 16px;
    }

    .map_txt p {
        font-size: 13px;
        padding-top: 0;
    }

    .map_icon {
        padding-right: 0;
    }

    .map_icon img {
        width: 80%;
    }

    /**map_box 끝**/

    /**서브 갤러리 시작**/
    .sub_gall_list .gall_item {
        width: 50%;
    }

    .sub_gall_list .gall_item p {
        font-size: 14px;
        padding-top: 10px;
    }

    /**서브 갤러리 끝//**/

    /** product_list 시작**/
    .list_tit {
        font-size: 17px;
    }

    .product_list p {
        font-size: 15px;
    }

    .product_list p span {
        display: block;
    }

    .product_list {
        padding: 10px;
    }

    /** product_list 끝//**/

    /** product_list 시작**/
    .list_tit {
        font-size: 18px;
    }

    .product_list {
        padding: 20px;
    }

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

    /** product_list 끝//**/

    /** info_box_wrap 시작**/
    .info_box_wrap h3 {
        font-size: 18px;
    }

    .info_box p {
        font-size: 14px;
    }

    .info_box span {
        font-size: 13px;
    }

    .info_txt p {
        font-size: 14px;
    }

    .info_txt span {
        font-size: 13px;
    }

    /** info_box_wrap 끝//**/

    /** table 시작**/
    .table_con th {
        font-size: 14px;
    }

    .table_con td {
        font-size: 14px;
    }

    /** table 끝//**/

    .profile ul li {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        text-align: left;
    }

    .profile .t19 {
        font-size: 16px;
    }

    .profile ul.pro_list {
        padding-bottom: 1rem;
    }

    .profile ul.pro_list li {
        font-size: 16px;

    }

}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {


    .sub_banner {
        height: 250px;
        background-size: cover;
        background-position: center center;
    }

    .sub_banner_txt {
        height: 250px;
    }

    .sub_banner_txt span img {
        height: 26px;
    }

    .sub_banner_txt h2 {
        font-size: 27px;
        padding-bottom: 1rem;
    }

    .sub_banner_txt strong {
        font-size: 13px;
    }

    .sub_banner_txt h2 span {
        display: block;
    }

    .sub_banner_txt strong {
        font-size: 14px;
    }

    .sub_banner_txt p {
        display: block;
        font-size: 15px;
    }

    /** company_box 시작**/
    .company_box {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .company_box .company_txt h2 {
        font-size: 13px;
    }

    .company_box .company_txt h2 span img {
        height: 34px;
    }

    .company_box .company_txt p {
        font-size: 14px;
    }

    /** company_box 끝//**/

    /** product_list 시작**/
    .list_tit {
        font-size: 16px;
        margin-top: 20px;
    }

    .product_list p {
        font-size: 13px;
        line-height: 18px;
    }

    .product_list {
        padding: 10px;
    }

    /** product_list 끝//**/

    /* 프로그램 */
    ol.program {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        padding-top: 1rem;
    }

    ol.program li {
        padding: 1rem 0.5rem;
    }

    ol.program li .img {
        width: 70%;
    }

    ol.program a {
        font-size: 12px;
        padding: 5px 20px;
    }

    ol.program li:last-child img {
        width: 90%;
    }

    /** info_box_wrap 시작**/
    .info_box_wrap h3 {
        font-size: 16px;
    }

    .info_box p {
        font-size: 13px;
    }

    .info_box span {
        font-size: 12px;
    }

    .info_txt p {
        font-size: 13px;
    }

    .info_box p b {
        font-size: 13px;
    }

    .info_txt span {
        font-size: 12px;
    }

    /** info_box_wrap 끝//**/

    /** table 시작**/
    .table_con th {
        font-size: 13px;
    }

    .table_con td {
        font-size: 13px;
    }

    /** table 끝//**/

    .d_block_480 {
        display: none;
    }

    .m_block_480 {
        display: block;
    }

}

@media (max-width:360px) {
    .sub_banner_txt span img {
        height: 20px;
    }
}