@charset "utf-8";
@media screen and (max-width: 768px) {

    /* sect_gjfacInfo{ */
    .sect_gjfacInfo {
        padding: 25px 0 30px 0;
    }
    /* gjfacInfo_vision{ */
    .gjfacInfo_vision {
        border: 1px solid #e4e4e4;
        padding: 15px 0;
    }

    .gjfacInfo_vision .vision_box {
        font-size: 0;
    }

    .vision_box .vision_box_cnt {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        padding: 20px 40px;
        position: relative;
    }
    .vision_box .vision_box_cnt:first-child {
        border-right: 0;
    }
    .vision_box .vision_box_cnt:first-child:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 40px;
        width: calc(100% - 80px);
        height: 2px;
        background: #F7F7F7;
    }
    .vision_box .vision_title {
        font-size: 18px;
        font-weight: 700;
        color: #4E1D0E;
    }

    .vision_box .vision_img {
        max-width: 130px;
        width: 100%;
        height: 120px;
        margin: 20px auto;
    }

    .vision_box_cnt .vision_subCnt {
        margin-top: 10px;
    }
    .vision_subCnt .vis_subTitle {font-size: 18px;font-weight: 700;color: #232323;}
    .vision_subCnt .vis_subTxt {
        margin-top: 10px;
    }
    .subRed {
        color: #D04E34;
        font-size: 16px;
        font-weight: 700;
    }

    .subBlack {
        font-size: 16px;
        font-weight: 400;
        color: #232323;
    }
    /* }gjfacInfo_vision */

    /* gjfacInfo_values{ */
    .gjfacInfo_values {
        padding-top: 40px;
    }
    .values_cir {
        text-align: center;
        position: relative;
        height: auto;
    }

    .values_cir .cir_middle {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        height: auto;
        background-color: #CB9035;
        border-radius: unset;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* z-index: 1; */
        border-radius: 5px 5px 0 0;
        padding: 15px 0;
    }

    .values_cir .cir_middle .cir_Title {
        font-size: 18px;
        font-weight: 700;
        color: #FFFFFF;
        padding-bottom: 10px;
        position: relative;
    }

    .values_cir .cir_middle .cir_subTitle {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 700;
        padding-top: 0;
    }
    .values_cir .cir_middle .cir_Title:after {content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 15px;height: 1px;background: #fff;}

    .values_cir .cirImg {
        position: relative;
        width: 220px;
        height: 220px;
        border-radius: 100%;
        border: 1px solid #A34E00;
        background-color: #F7F7F7;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 20px auto;
    }
    .values_cir .cirImg.cir_1 {
        top: auto;
        left: auto;
        transform: none;
    }
    .values_cir .cirImg.cir_2 {
        left: auto;
        bottom: auto;
    }
    .values_cir .cirImg.cir_3 {
        right: auto;
        bottom: auto;
    }
    .values_cir .cirImg .cir_TxtTitle {
        padding-top: 5px;
        font-size: 14px;
        font-weight: 700;
        color: #232323;
    }

    .values_cir .cirImg .cir_subTxtTitle {
        font-size: 12px;
        font-weight: 500;
        color: #232323;
        line-height: 1.3;
        padding-top: 10px;
    }
    .values_cir .cirImg .cir_topImg {
        width: 70px;
        height: 85px;
    }
    .values_cir .cirImg.cir_3 .cir_topImg{
        height: 45px;
    }
    /* }gjfacInfo_values */

    /* gjfacInfo_goal{ */
    .gjfacInfo_goal {
        margin-top: 25px;
    }

    .gjfacInfo_goal>ul {
        font-size: 0;
        margin: 0;
        padding-top: 10px;
    }

    .gjfacInfo_goal>ul>li {
        display: inline-block;
        vertical-align: top;
        padding: 10px 0;
        width: 100%;
    }

    .goal_title {
        background-color: #A34E00;
        border-radius: 5px 5px 0 0;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        height: 75px;
    }

    .goal_cnt {
        margin-top: 0;
        border: 1px solid #A34E00;
        background-color: #F7F7F7;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        padding: 25px 0;
    }
    .cirImg_wr {
        border: 1px solid #e4e4e4;
        padding: 15px 0;
    }

    .values_cir .cir_middle .cir_Title:after {
        display: none;
    }

    .gjfacInfo_goalTitle {
        width: 100%;
        font-size: 16px;
        padding: 10px 0;
    }

    .line {
        display: none;
    }

    .gjfacInfo_goal>ul>li:before {
        display: none;
    }
    /* }gjfacInfo_goal */
    /* }sect_gjfacInfo */
    /* sect_gjfacBnsInfo{ */
    .sect_gjfacBnsInfo{
        padding: 25px 0 10px 0;
    }
    .bnsInfo_txt_list {
        padding-bottom: 20px;
    }
    .bnsInfo_title{
        padding-bottom: 10px;
        padding-left: 25px;
        font-size: 16px;
        color: #232323;
        font-weight: bold;
        background: url(/images/user/gjfac/ico_list.svg) 0 5px no-repeat;
        background-size: 16px 16px;
    }
    .bnsInfo_txt_wr{padding-bottom: 10px;}
    .bnsInfo_txt_wr .sub_title {
        font-size: 14px;
        font-weight: 700;
        color: #232323;
    }
    .bnsInfo_txt_wr .sub_txt{
        font-size: 12px;
        font-weight: 500;
        color: #404040;
        line-height: 1.7;
        position: relative;
        padding-left: 10px;
    }
    .bnsInfo_txt_wr .sub_txt .list_num {
        position: absolute;
        left: 0;
        top: 0;
    }
    /* }sect_gjfacBnsInfo */
    .hitory_li_img {
        display: none;
    }
    /* sect_gjfacHistory{ */
    .sect_gjfacHistory{padding: 30px 0 0px 0;}

    .gjfacHistory_topImg{
        background-image: url(/images/user/gjfac/history_topImg.png);
        height: 158px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        position: relative;
    }

    .gjfacHistory_topImg .history_topImg_wr{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .history_topImg_txt .history_topTxt {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

    .history_topImg_txt .history_bottomTxt {
        font-size: 22px;
        font-weight: 400;
        color: #fff;
    }

    .history_topImg_txt .history_bottomTxt .bt_bold {
        font-weight: 700;
    }

    .history_list_cnt {
        padding-top: 10px;
    }
    .gjfacHistory_list {
        padding-top: 25px;
        padding-bottom: 25px;
        border: 0;
    }
    .gjfacHistory_list>ul>li {
        width: 100%;
        position: relative;
        padding-bottom: 20px;
        font-size: 0;
    }
    .gjfacHistory_list>ul>li::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #D04E34;
        border-radius: 50%;
        top: 0;
        left: 0px;
        transform: unset;
        z-index: 1;
        box-sizing: border-box;
        position: absolute;
    }

    .gjfacHistory_list>ul>li::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 2px;
        height: 100%;
        background-color: #D04E34;
        top: 0;
        left: 4px;
        transform: unset;
    }
    .history_li{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
        padding: 0 20px;
        margin-top: -5px;
        padding-right: 0;
    }
    .history_li:first-child {
        left: 0;
        text-align: left;
        padding-right: 0;
        padding-left: 20px;
    }
    .history_li:last-child {
        text-align: left;
        padding-left: 20px;
    }

    .history_topDate {
        font-size: 18px;
        font-weight: 700;
        color: #D04E34;
    }
    .history_list_cnt>ul>li {
        padding-bottom: 5px;
    }
    .history_li.active .history_list_cnt>ul>li {
        /*display: inline-block;*/
        flex-direction: unset;
    }
    .history_list_date {
        font-size: 14px;
        font-weight: 700;
        color: #707070;
        display: inline-block;
        vertical-align: top;
        padding-right: 0;
        position: absolute;
        left: 15px;
    }
    .history_li:first-child .history_list_date{
        padding-right: 0;
        padding-left: 0;
    }
    .history_list_cnt>ul>li .history_list_txt {
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        vertical-align: top;
        color: #707070;
        position: relative;
        padding-left: 61px;
    }
    
    /* }sect_gjfacHistory */
    /* sect_gjfacCIInfo{ */
    .sect_gjfaCIIntro{
        padding: 25px 0;
    }
    .CIintro_list:not(:last-child) {
        padding-bottom: 40px;
    }
    .CIintro_list_>ul {
        font-size: 0;
        margin: -10px 0;
    }

    .CIintro_list_>ul>li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 10px 0;
    }
    .CIintro_cnt .CI_img {
        height: 190px;
        border: 1px solid #e4e4e4;
        position: relative;
        background-image: url(/images/user/gjfac/ci_bg.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    .CI_img_cnt {
    position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .CIintro_cnt .CI_img .CI_img_cnt {
        width: 97px;
        height: 97px;
    }
    .CIintro_cnt .CI_txt {
        margin-top: 10px;
        background-color: #f7f7f7;
        border: 1px solid #E4E4E4;
        padding: 20px 0;
        border-radius: 5px;
    }
    .CI_txt .CI_txt_cnt {
        text-align: center;
    }
    .CI_txt .CI_txt_cnt .CI_cnt_title {
        font-size: 14px;
        font-weight: 700;
        color: #232323;
    }

    .CI_txt .CI_txt_cnt .CI_cnt {
        font-size: 14px;
        font-weight: 400;
        color: #232323;
        margin-top: 5px;
    }
    .CI_btn {
        font-size: 0;
        margin: 0 -5px;
        margin-top: 20px;
    }
    .CI_btn .bnt_list {
        padding: 0 5px;
        display: inline-block;
        vertical-align: top;
    }
    .bnt_list .sfbtn.ico_jpg .sfbtn_wr{
        background-color: #D04E34;
    }
    .bnt_list .sfbtn.ico_dw .sfbtn_wr i{
        background-image: url(/images/user/gjfac/ico_down.svg);
        background-repeat: no-repeat;
        width: 12px;
        height: 13px;
        margin: 5px;
    }

    .CIintro_cnt.cnt_2{
        text-align: center;
        border: 1px solid #e4e4e4;
        border-radius: 5px;
    }
    .CI_logo {
        position: relative;
        height: 110px;
    }
    .CI_logo .CI_img_cnt {

width: 210px;

height: 30px;

}

    .CIintro_cnt.cnt_2 .CI_btn_box {
        padding: 15px 0;
        border-top: 1px solid #e4e4e4;
        background-color: #f7f7f7;
    }

    .CIintro_cnt.cnt_2 .CI_btn {
        margin-top: 0;
    }
    .CI_sig .sig_list{
        position: relative;
        height: 150px;
        padding: 0 20px;
    }

    .CI_sig .sig_list:not(:last-child):after{
        content: '';
        position: absolute;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 0;
        border-bottom: 1px solid #e4e4e4;
    }
    .CI_sig .sig_list .CI_img_cnt{
        width: 233px;
        height: 54px;
        margin-top: 10px;
    }
    .CIintro_list_>ul>li:last-child .CIintro_cnt .CI_img .CI_img_cnt{
        width: 142px;
        height: 55px;
    }
    .sig_list .sig_lang{
        position: absolute;
        top: 20px;
        left: 20px;
        border-radius: 16px;
        border: 1px solid #E4E4E4;
        padding: 1px 9px;
        font-size: 14px;
        font-weight: 700;
        color: #505050;
    }


    .CIcolor_list{
        border: 1px solid #e4e4e4;
        padding: 20px;
        text-align: center;
    } 
    .CIcolor_list>ul {
        font-size: 0;
        margin: -15px -9px;
    }

    .CIcolor_list>ul>li {
        display: inline-block;
        vertical-align: top;
        width: 160px;
        padding: 15px 9px;
    }





    .color_txt {
        margin-top: 10px;
    }

    .color_txt .color_title {
        font-size: 14px;
        font-weight: 700;
        color: #232323;
        text-align: left;
    }
    .color_txt .color_cnt {
        font-size: 14px;
        font-weight: 400;
        color: #232323;
        text-align: left;
    }
    .color_box {
        width: 144px;
        height: 144px;
    }
    .color_box.color_1 {background-color: #CBA957;}
    .color_box.color_2 {background-color: #E55C3E;}
    .color_box.color_3 {background-color: #A3610F;}
    .color_box.color_4 {background-color: #612419;}
    .color_box.color_5 {background-color: #AF9869;}
    .color_box.color_6 {background-color: #9DA4A9;}

    .CIintro_cnt.cnt_3{
        border: 1px solid #e4e4e4;
    }
    .CIintro_cnt .CItype{
        height: 300px;
        position: relative;
        width: 100%;
    }

    /* }sect_gjfacCIInfo */
}