/********** Template CSS **********/


/*** Button ***/



/*** Navbar ***/


/** mobile **/

@media screen and (max-width: 450px) {


    br {
        display: inline-block;

        content: " ";

        padding: 0 2px;
    }


    /** 메뉴 정렬 **/

    /*sub_page*/
    .sub_layout .lnb {
        display: none;
    }

    .img_box img {
        width: 100%;
    }

    .item_list .diagram {
        position: relative;
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        font-size: 1.5rem;
        color: #fff;
        line-height: 6;
        font-weight: 400;
        /* margin-bottom: 145px; */
        flex-direction: column;
    }

    .item_list .diagram li {
        position: relative;
        width: 100% !important;
        text-align: center;
        padding: 26px;
        border-radius: 50%;
        height: 250px;
        max-height: 330px;
    }

    #his_list_01-tab {
        font-size: 1.3rem;
        border-bottom: none;
    }

    .history .his_tab li .nav-link.active::before {
        bottom: -16% !important;
        right: 44% !important;
    }

    .history .his_tab span {
        right: 30px !important;
        bottom: -4px;
        z-index: 1;
    }

    .history .tab-content {
        padding-left: 0px !important;
    }

    .history .his_year .his_tit {
        font-size: 3rem !important;
    }

    .history .his_year dl {
        margin-top: 100px !important;
    }

    .history .his_year .history_line {
        display: none !important;
    }

    .mission_list .m_list ul {
        flex-direction: column;
        align-items: center;
    }

    .mission_list .m_list ul li {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 80px !important;
    }

    .organization_chart .org_wrap .org_wrap_bottom .bottom_wrap {
        display: flex;
        padding-left: 0;
        flex-direction: column;
    }

    .organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li {
        margin-bottom: 30px;
        width: 100% !important;
        background: #fff;
    }

    .organization_chart .org_wrap .org_top_wrap {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
    }

    .service_info .service_step {
        display: flex;
        flex-direction: column !important;
    }

    .service_info .service_step li {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .service_contact {
        flex-direction: column !important;
    }

    .service_contact li {
        width: 100% !important;
    }

    .service_contact li:not(:last-child):after {
        content: "";
        position: absolute;
        width: 120px !important;
        height: 2px !important;
        background: #d7d7d7;
        top: 95% !important;
        right: 30% !important;
    }

    .business_info .service_step {
        display: flex;
        flex-direction: row !important;
        padding: 0;
        flex-wrap: wrap;
    }

    .business_info .service_step li {
        width: calc(100%/2) !important;
    }

    .service_detail li {
        width: 100% !important;
    }

    .ex_business .ex_box {
        width: 100% !important;
    }

    .data_wrap .count_box {
        width: 100% !important;
    }

    .data_wrap .count_box .count_area .c_num {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .self_test .nav {
        justify-content: space-between;
        flex-direction: column !important;
        flex-wrap: wrap;
    }

    .self_test .nav li a {
        border-bottom: 0;
    }

    .self_test .nav li.active a {
        color: #fff !important;
    }

    .self_test .nav li.nav-item {
        margin-bottom: 10px;
    }

    .c_notice iframe {
        min-height: 800px !important;
    }

    .wori_tab li {
        width: 100% !important;
        margin-bottom: 0.1rem !important;
    }

    .wori_tab button.nav-link {
        border-left: 1px solid #ccc;
    }

    .wori_tab {
        border-bottom: 2rem;
    }

    .container section {
        overflow: auto;
    }

    .intro_wrap .intro {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .intro_wrap .intro .intro_txt {
        margin-top: 30px;
    }
}

@media screen and (max-width:767px) {

    /* 모바일 */
    .history .nav-item .nav-link {
        border-bottom: none;
    }

    .history .his_tab li .nav-link.active::before {
        bottom: -23%;
        right: 44%;
    }
}

/***tablet***/
@media screen and (min-width:768px) and (max-width: 1023px) {
    .service_info .service_step {
        flex-direction: column !important;
    }

    .service_info .service_step li {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .service_info .service_step .step_02 p .btn_r {
        width: 320px;
        margin: 10px auto 0;
        display: block;
    }

    .service_contact {
        flex-direction: column !important;
    }

    .service_contact li {
        width: 100% !important;
    }

    .service_contact li:not(:last-child):after {
        content: "";
        position: absolute;
        width: 120px !important;
        height: 2px !important;
        background: #d7d7d7;
        top: 95% !important;
        right: 40% !important;
    }

    .service_dgm {
        flex-direction: column !important;
    }

    .service_dgm li {
        margin-bottom: 60px;
    }

    .service_dgm::before {
        top: 20% !important;
        left: 53% !important;
        width: 2px !important;
        height: 50% !important;
    }

}




@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 115%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        border-radius: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }


}

@media screen and (min-width:900px) and (max-width: 1100px) {
    .navbar {
        width: 1000px;
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 1%;
        flex-direction: column;
    }

    #header-carousel .carousel-item {
        position: relative;
        height: 100vh;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .icon_btn .mb-3 {
        font-size: calc(1.1rem + 0.1vw);
        margin-top: 5%;
    }

    .con_box .container-xxl {
        margin-bottom: -6%;
    }

    .con_box .con_01 {
        width: 1000px;
        margin: 0 auto;
    }

    .con_box .popup {
        justify-content: end;
        padding-right: 3%;
    }

    .m_txt {
        width: 550px;
        font-size: 2.5em;
        margin-bottom: 0;
    }

    .data_wrap .count_box {
        width: 100% !important;
    }
}


/***sub_content***/
.center_introduction_inner01 {

    padding: 20px 20px;
    background: #fff;
    line-height: 24px;
    font-size: 15px;
    word-break: keep-all;
    margin-bottom: 50px;
    font-weight: 500;
}


.center_introduction_inner01 p {
    margin-bottom: 10px;
    padding: 30px;
    text-align: center;
    font-family: 'SCoreDream';
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    color: #62bf27;
    line-height: 2.5rem;
}

.center_introduction_inner01 h3 span {
    display: inline-block;
    background: #049460;
    padding: 5px 20px;
    border-radius: 500px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: initial;
}

.center_introduction_inner02 {
    padding: 20px 20px;
    line-height: 24px;
    font-size: 1rem;
    word-break: keep-all;
    margin-bottom: 30px;
    font-weight: bold;
}


.center_introduction_inner02 p {
    font-size: 2rem;
    font-weight: bold;
}

.center_introduction_inner02 h3 span {
    display: inline-block;
    background: #049460;
    padding: 5px 20px;
    border-radius: 500px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: initial;
}

.sub_tit {
    position: relative;
    font-size: 1.5rem;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    padding-left: 12px;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
    ;
}

.sub_tit span {
    font-size: 1.5rem;
    font-family: 'Noto Sans KR';
}

.sub_tit:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 25px;
    background: #9ebf41;
    left: 0;
    top: 2px;
}

.sub_tit:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 13px;
    background: #f98dbf;
    left: 0;
    top: 2px;
}

.center_introduction_inner {
    text-align: center;
    padding: 9px;
    margin: 30px auto;
}

.center_introduction_inner .con_val {
    width: 180px;
    height: 180px;
    text-align: center;
    color: #333;
    border-radius: 100px;
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 40px;
    box-shadow: 1px 1px 6px 0px #b3b3b3;
    background-color: white;
    font-weight: bold;
}

.center_introduction_inner .con_val span {
    display: inline-block;
    line-height: 9.5rem;
    vertical-align: middle;
}


/*sub_content*/

/**** sub_page *****/
.s_tit {
    color: #fff;
}

.navi {
    color: #fff;
}

.breadcrumb .breadcrumb-item a {
    color: #ccc;
}

.s_tit_box {
    margin-bottom: 6%;
}

.s_tit_box .s_tit {
    font-family: 'SCoreDream';
    padding-top: 20px;
    color: #333;
    font-size: 1.9em;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
}

.s_tit_box .s_tit::before {
    width: 500px;
    border: 1px solid red;
}

.container section {
    margin-bottom: 70px;
    padding-left: 4px;
}

/***********side menu***************/
.sub_wrap {
    width: 100%;
    margin-top: 112px;
    overflow: hidden;
    font-size: 18px;
}

.sub_visual {
    font-family: 'NEXON Lv2 Gothic';
    height: 250px;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.sub_visual h4 {
    font-size: 2.222em;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    font-family: 'nanumsquare';
    padding-bottom: 12px;
}

.sub_visual p {
    color: #fff;
}

.sub_layout {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sub_layout .lnb {
    flex: 0 0 320px;
    min-width: 320px;
    margin-right: 50px;
}


.sv_title {
    font-family: 'SCoreDream';
    background-color: #1f87de;
    color: white;
    line-height: 140px;
    font-size: 2.1em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 0px;
}

.eng_intro {
    font-family: 'Noto Sans';
    display: inline-block;
    width: 100%;
    font-size: 0.5rem;
    column-rule-color: #afafaf;
}

.s_tb1 ul {
    padding-left: 0px;
    list-style: none;
}

.lnb li {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.lnb li a {
    font-weight: 400;
    font-family: 'SCoreDream';
    display: block;
    width: 100%;
    font-size: 1.3em;
    color: #333;
    padding-left: 20px;
    line-height: 70px;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lnb li.on a {
    background-color: #65bb50;
    color: white;
}

.lnb li a:hover {
    background-color: #65bb50;
    color: #fff;
}

.lnb li a .li_icon {
    float: right;
    margin-right: 15px;
}

/* .lnb li.current {background-color: var(--primary); color: #fff;} */
/* .lnb li.current a {color: #fff;  } */
.lnb li br {
    display: none;
}

.bd_sec {
    padding-bottom: 150px;
}

/*sub*/
.container-xxl .container {
    padding-bottom: 50px;
}

.sub_cont .point_t {
    color: #62bf27;
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    margin-right: 2px;
}

.center_introduction_inner02 {
    margin-bottom: 10px;
    padding: 30px;
    border: 15px solid #eee;
}

/* .sub_cont .point_t::before {position:absolute;content: "";width: 80px;height: 8px;background-color: #65bb50;bottom: 0px;left: 0;border-radius: 150px;} */
.intro_wrap .intro {
    display: flex;
}

.intro_wrap p {
    color: #65bb50;
    font-size: 1.5rem;
    font-family: 'SCoreDream';
    font-weight: 500;
}

.intro_wrap .intro_txt {
    min-width: 350px;
    word-break: keep-all;
    line-height: 35px;
    font-size: 1.1rem;
    width: 75%
}

.intro_wrap .intro_txt .intro_point {
    display: block;
    margin-top: 10px;
}

.intro_wrap .signature {
    display: flex;
    justify-content: flex-end;
}

/******menu 1st******/
/**center_intro**/
.mission_list {
    margin-top: 5rem;
}

.mission_list .m_list ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 26px;
}

.mission_list .m_list ul li {
    vertical-align: bottom;
    flex: 1 1 0;
    max-width: 320px;
    height: 180px;
    font-size: 1.1rem;
    border-radius: 20px;
    padding: 0px 13px;
    word-break: break-all;
    white-space: pre-line;
    position: relative;
}

.mission_list .m_list ul li:nth-child(1) {
    border: 8px solid #e7e7e7;
}

/*#ffa3b8*/
.mission_list .m_list ul li:nth-child(2) {
    border: 8px solid #e7e7e7;
}

/*#588bda*/
.mission_list .m_list ul li:nth-child(3) {
    border: 8px solid #e7e7e7;
}

/*#65bb50*/
.mission_list .m_list ul li span {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 150px;
    position: absolute;
    top: -60px;
    left: 33.3%;
    border: 3px solid white;
}

.mission_list .m_list ul li:nth-child(1) span {
    background-color: #e7e7e7;
}

/*#ffa3b8*/
.mission_list .m_list ul li:nth-child(2) span {
    background-color: #e7e7e7;
}

/*#588bda*/
.mission_list .m_list ul li:nth-child(3) span {
    background-color: #e7e7e7;
}

/*#65bb50*/
.mission_list .m_list ul li span i {
    color: white;
    margin: 0 20px;
    font-size: 2.9rem;
}

/*organization_chart*/
.organization_chart {
    user-select: none;
}

.organization_chart .org_wrap {
    position: relative;
}

/*.organization_chart .org_wrap::before {position:absolute; content: ""; width: 1px; height: 60%; top:0; left: 50%; border-right :1px dashed #ccc ; z-index: -1;}*/
.organization_chart .org_wrap .org_top_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
}

.organization_chart .org_wrap .org_top_wrap::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 50%;
    height: 20px;
    border-top: 1px dashed #ccc;
    z-index: -1;
}

.organization_chart .org_wrap .org_top {
    background: #fff;
    margin-right: 25px;
    display: inline-block;
    width: 300px;
    border: 2px dotted #ccc;
    padding: 20px 50px 10px;
    border-radius: 100px;
}

.organization_chart .org_wrap .org_top img {
    width: 100%
}

.organization_chart .org_wrap .org_top_01 {
    background: #fff;
    text-align: center;
    display: inline-block;
    width: 300px;
    border: 2px solid #ccc;
    padding: 10px 0;
    border-radius: 100px;
}

.organization_chart .org_wrap .org_top_01 img {
    width: 90%
}

.organization_chart .org_wrap .org_wrap_02 {
    position: relative;
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    text-align: -webkit-match-parent;
    margin-left: 90px;
}

.organization_chart .org_wrap .org_wrap_02::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 150px;
    width: 50%;
    height: 20px;
    border-top: 1px dashed #ccc;
    z-index: -1;
}

.organization_chart .org_wrap .org_wrap_02 .org_top_txt {
    line-height: 65px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    width: 220px;
    background: white;
    padding: 10px 0;
    border-radius: 100px;
    border: 2px solid #c7c7c7
}

.organization_chart .org_wrap .org_top_02 {
    background: #fff;
    text-align: center;
    width: 240px;
    border: 3px solid #65bb50;
    padding: 15px 5px;
    border-radius: 100px;
}

.organization_chart .org_wrap .org_top_02 img {
    width: 100%
}

.organization_chart .org_wrap .org_wrap_mid {
    text-align: center;
}

.organization_chart .org_wrap .org_wrap_mid .org_mid_txt {
    color: white;
    background: #049460;
    margin: 50px auto 0;
    line-height: 40px;
    font-size: 1.2rem;
    width: 220px;
    padding: 10px 0;
    border-radius: 100px;
}

.organization_chart .org_wrap .org_wrap_mid .org_mid_txt_02 {
    color: white;
    background: #588bda;
    margin: 50px auto 0;
    line-height: 40px;
    font-size: 1.2rem;
    width: 220px;
    padding: 10px 0;
    border-radius: 100px;
}

.organization_chart .org_wrap .org_top_03 {
    background: #fff;
    text-align: center;
    margin-top: 50px;
    width: 290px;
    border: 3px solid #65bb50;
    padding: 10px 50px;
    border-radius: 100px;
    margin: 70px auto 0;
}

.organization_chart .org_wrap .org_top_03 img {
    padding-left: 20px;
    width: 100%
}

/*.organization_chart .org_wrap .org_wrap_bottom {margin-top: 100px;}*/
.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap {
    display: flex;
    padding-left: 0;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li {
    margin-right: 10px;
    width: calc(99%/3);
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li:nth-child(1) .org_btm_txt {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #c7c7c7;
    color: white;
    font-size: 1.2rem;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li:nth-child(2) .org_btm_txt {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #c7c7c7;
    color: white;
    font-size: 1.2rem;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li:nth-child(3) .org_btm_txt {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #c7c7c7;
    color: white;
    font-size: 1.2rem;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li .btm_list li {
    width: 100%;
    background: #fff;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li .btm_list {
    min-height: 180px;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li:nth-child(1) .btm_list {
    border: 1px solid #c7c7c7;
    list-style-type: disc;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li:nth-child(2) .btm_list {
    border: 1px solid #c7c7c7;
    list-style-type: disc;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li:nth-child(3) .btm_list {
    border: 1px solid #c7c7c7;
    list-style-type: disc;
}

.organization_chart .org_wrap .org_wrap_bottom .bottom_wrap li .btm_list li {
    list-style-type: disc;
    padding: 10px 0;
}

.dash_r {
    border-right: 1px dashed #ccc
}

.dash_l {
    border-left: 1px dashed #ccc
}

.dash_t {
    border-top: 1px dashed #ccc
}

.dash_b {
    border-bottom: 1px dashed #ccc
}

.dash_box {
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1
}

.org_high {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.org_high .org_col_3 {
    width: 33%;
    height: 100%;
    text-align: center;
    z-index: 99
}

.org_border_r {
    margin-left: auto;
    line-height: 65px;
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    width: 220px;
    background: white;
    padding: 10px 0;
    border-radius: 100px;
    border: 2px solid #c7c7c7;
}

/*service_page*/
.service_dgm {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.service_dgm::before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 50%;
    left: 27%;
    width: 50%;
    background: #e1e1e1;
    height: 2px;
}

.service_dgm li {
    display: inline-block;
}

.service_dgm p {
    font-family: 'BMJUA' !important;
    word-break: keep-all;
}

.service_dgm li .dgm_01 {
    background: #fff;
    width: 260px;
    border: 1px solid #c3c3c3;
    padding: 24px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 6px #ffa3b8;
}

.service_dgm li .dgm_01 img {
    margin-top: 1rem;
    width: 100%;
}

.service_dgm li .dgm_02 {
    background: #fff;
    position: relative;
    width: 240px;
    height: 240px;
    border: 10px solid #65bb50;
    padding: 24px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 150px;
}

.service_dgm li .dgm_02 img {
    margin-top: 1rem;
    width: 100%;
    margin-top: 2.5rem;
}

.service_dgm li .dgm_02 p {
    margin-top: 0.5rem;
    font-size: 1.7rem;
}

.service_dgm li .dgm_02::after {
    opacity: 0;
    border: 4px dotted #d7d7d7;
    z-index: -1;
    position: absolute;
    content: "";
    top: -25px;
    left: -25px;
    width: 270px;
    height: 270px;
    border-radius: 150px;
    background: #fff;
}

.service_dgm li .dgm_03 {
    background: #fff;
    width: 320px;
    border: 1px solid #c3c3c3;
    padding: 0 24px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 6px #588bda;
}

.service_dgm li .dgm_03 img {
    width: 100%;
}

.service_dgm li .dgm_03 i {
    color: #588bda;
}

.service_info .service_step {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.service_info .service_step p,
.service_info .service_step p span {
    font-family: 'BMJUA';
    font-size: 1.5rem;
}

.service_info .service_step span {
    font-family: 'BMJUA';
    display: block;
    color: #7a7a7a;
}

.service_info .service_step li {
    padding: 20px 0;
    width: calc(95%/3);
    text-align: center;
    border-radius: 10px;
    border: 2px solid #d7d7d7;
}

.service_info .service_step li i {
    position: relative;
}

.service_info .service_step li i::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 5px;
    right: -7px;
    width: 40px;
    height: 40px;
    background: #ffa3b8;
    border-radius: 100px;
}

.service_info .service_step .step_02 p {
    margin-bottom: 0;
}

.service_info .service_step .step_02 p .btn_r {
    position: relative;
    margin-top: 0.6rem;
    background: #65bb50;
    color: #fff !important;
}

.service_info .service_step .step_02 p .btn_r span {
    color: #fff;
}

.service_info .service_step .step_02 p .btn_r:hover:before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 13px;
    border-radius: 10px;
    height: 6px;
    width: 90%;
    background: #049460;
    transition: all .5s;
    z-index: 0;
}

.sub_txt {
    font-family: 'BMJUA';
    font-size: 1.2rem;
    color: #6193e1;
}

.sub_txt_mid {
    font-family: 'BMJUA';
    font-size: 1rem;
    color: #6193e1;
}

.service_contact {
    border-radius: 10px;
    border: 2px solid #d7d7d7;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    padding: 15px 0;
}

.service_contact p {
    line-height: 50px;
}

.service_contact p,
.service_contact span {
    font-family: 'BMJUA';
    font-size: 1.5rem;
}

.service_contact p span {
    color: #1f87de;
    font-size: 1.2rem;
    position: relative;
}

/* .service_contact p span:nth-child(2):before {position: absolute; content: ""; top: 0; left: 0; width: 10px; height: 10px; background: orange;} */
.service_contact p span:nth-child(2) {
    color: rgb(99, 99, 99);
    display: inline-block;
    width: 80%;
    font-size: 1.5rem;
}

.service_contact p span:nth-child(2) i {
    background: orange;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: white;
}

.service_contact li {
    display: inline-block;
    position: relative;
}

.service_contact li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: #d7d7d7;
    top: 30%;
    right: 0;
}

.service_contact li {
    padding: 5px 0;
    width: calc(100%/3);
    text-align: center;
}

.point_tit {
    background: #049460;
    color: white;
    display: inline-block;
    padding: 3px 15px;
    font-size: 1.2rem;
    border-radius: 30px;
}


/*item diagram*/
.item_list {
    padding-top: 30px;
}

.item_list .con_title_g {
    text-align: center;
    margin-bottom: 50px;
}

.diagram {
    padding: 0;
    margin: 0 auto;
}

.item_list .diagram {
    position: relative;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    color: #fff;
    line-height: 6;
    font-weight: 400;
    /* margin-bottom: 145px; */
}

.item_list .diagram:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #ccc;
    margin-top: 1px;
    z-index: -1;
}

.item_list .diagram li {
    position: relative;
    width: calc(100%/3);
    text-align: center;
    padding: 26px;
    border-radius: 50%;
    height: 250px;
    max-height: 330px;
}

.item_list .diagram li:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 3px);
    height: 100%;
    border-radius: 50%;
    border: 2px dotted #3eb5e0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.item_list .diagram li:nth-child(2):before {
    border-color: #258adc;
}

.item_list .diagram li:nth-child(3):before {
    border-color: #166bc4;
}

.item_list .diagram li:nth-child(4):before {
    border-color: #0e4d90;
}

.item_list .diagram li:nth-child(even):before {
    border-bottom-color: #fff !important;
    border-right-color: #fff !important;
}

.item_list .diagram li:nth-child(odd):before {
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    box-sizing: border-box;
}

.item_list .diagram li .g {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.item_list .diagram li:after,
.item_list .diagram:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: -2px;
    z-index: 10;
}

.item_list .diagram li:first-child:after {
    left: -3px;
}

.item_list .diagram:after {
    left: auto;
    right: -4px;
    background: #0e4d90;
}

.item_list .diagram li:nth-child(1):after,
.item_list .diagram li:nth-child(1) .g {
    background: #3eb5e0;
}

.item_list .diagram li:nth-child(2):after,
.item_list .diagram li:nth-child(2) .g {
    background: #258adc;
}

.item_list .diagram li:nth-child(3):after,
.item_list .diagram li:nth-child(3) .g {
    background: #166bc4;
}

.item_list .diagram li:nth-child(4):after,
.item_list .diagram li:nth-child(4) .g {
    background: #0e4d90;
}

.item_list .diagram li p {
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 80%;
}

.item_list .diagram li .en {
    display: block;
    font-size: 3rem;
    font-family: 'Lexend', 'Montserrat', sans-serif;
}

.item_list .diagram li .txt {
    font-size: 2rem;
}

.item_list .info_list {
    position: relative;
    width: calc(100% + 200px);
}

.item_list .info_list>li {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.item_list .info_list>li+li {
    margin-top: 90px;
}

.item_list .info_list>li .text_box {
    width: calc(50% - 100px);
    order: 2;
    padding-right: 60px;
}

.item_list .info_list>li .text_box .title {
    font-size: 3.2rem;
    color: #3eb5e0;
    font-weight: 500;
}

.item_list .info_list>li:nth-child(2) .text_box .title {
    color: #258adc;
}

.item_list .info_list>li:nth-child(3) .text_box .title {
    color: #166bc4;
}

.item_list .info_list>li:nth-child(4) .text_box .title {
    color: #0e4d90;
}

.item_list .info_list>li .text_box .title .en {
    font-size: 3.4rem;
    font-family: 'Lexend', 'Montserrat', sans-serif;
    font-weight: 400;
    margin-right: 15px;
}

.item_list .info_list>li .text_box .title .txt {
    font-size: 2.2rem;
    color: #222;
}

.item_list .info_list>li .text_box .sub_title {
    font-size: 2.2rem;
    color: #222;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.5px;
    margin-top: 24px;
}

.item_list .info_list>li .text_box .txt1 {
    margin-top: 18px;
    letter-spacing: -0.4px;
}

.item_list .info_list>li .img {
    width: calc(50% + 100px);
    height: 450px;
    overflow: hidden;
    order: 3;
}

.item_list .info_list>li .img span {
    display: block;
    width: 100%;
    height: 100%;
}

.item_list .info_list>li:nth-child(even) {
    margin-left: -200px;
}

.item_list .info_list>li:nth-child(even) .img {
    order: 1;
}

.item_list .info_list>li:nth-child(even) .text_box {
    padding: 0 0 0 100px;
}

.item_list .diagram li:nth-child(1):before {
    border-color: #0aa4db;
}

.item_list .diagram li:nth-child(2):before {
    border-color: #217bce;
}

.item_list .diagram li:nth-child(3):before {
    border-color: #4445af;
}

.item_list .diagram li:nth-child(4):before {
    border-color: #4e2990;
}

.item_list .diagram li:nth-child(1):after,
.item_list .diagram li:nth-child(1) .g {
    background: #0aa4db;
}

.item_list .diagram li:nth-child(2):after,
.item_list .diagram li:nth-child(2) .g {
    background: #217bce;
}

.item_list .diagram li:nth-child(3):after,
.item_list .diagram li:nth-child(3) .g {
    background: #4445af;
}

.item_list .diagram li:nth-child(4):after,
.item_list .diagram li:nth-child(4) .g {
    background: #4e2990;
}

.item_list .info_list>li:nth-child(1) .text_box .title {
    color: #0aa4db;
}

.item_list .info_list>li:nth-child(2) .text_box .title {
    color: #217bce;
}

.item_list .info_list>li:nth-child(3) .text_box .title {
    color: #4445af;
}

.item_list .info_list>li:nth-child(4) .text_box .title {
    color: #4e2990;
}

.item_list .diagram:after {
    left: auto;
    right: -3px;
    background: #4e2990;
}

.item_list .g span {
    width: 100%;
    height: 20%;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    display: inline-flex;
    justify-content: flex-start;
}

.item_list .g span i {
    position: relative;
    height: 90px;
    margin: 0 auto;
    padding-top: 36px;
}

.item_list .g span i::before {
    display: inherit;
    top: 0;
    right: 0;
}

.center_introduction_inner01 .eng_intro {
    display: block;
    width: auto;
    font-size: 1rem;
    color: #afafaf;
    font-weight: 500;
}


/**history**/
.sub_cont {
    width: 100%;
}

.history .his_tab {
    position: relative;
    padding-bottom: 15px;
}

.history .his_tab::before {
    width: 5px;
    height: 5px;
    border-radius: 150px;
    content: "";
    position: absolute;
    background-color: #9b9b9b;
    bottom: -4px;
    left: 9.5%;
}

.history .his_tab::after {
    width: 80%;
    height: 1px;
    border-radius: 150px;
    content: "";
    position: absolute;
    background-color: #eee;
    bottom: -2px;
    right: 10%;
}

.history .tab-content {
    padding-left: 80px;
}

.history .his_tab span {
    width: 5px;
    height: 5px;
    border-radius: 150px;
    content: "";
    position: absolute;
    background-color: #9b9b9b;
    bottom: -4px;
    bottom: -4px;
    right: 90px;
    z-index: 1;
}

.history .his_tab li {
    width: calc(100%/5);
}

.history .his_tab li button {
    width: 100%;
    font-size: 1.4rem;
    color: #555;
}

.history .his_tab li .nav-link.active {
    color: #65bb50;
    background-color: #ffffff;
    /* border-bottom: 3px solid #355EFC; */
    font-weight: 700;
    border-radius: 0;
    position: relative;
}

.history .his_tab li .nav-link.active::before {
    width: 10px;
    height: 10px;
    border-radius: 150px;
    content: "";
    position: absolute;
    background-color: #65bb50;
    bottom: -38%;
    right: 48%;
    z-index: 1;
}

.history .his_year {
    margin-top: 50px;
}

.history .his_year ul li {
    padding-left: 7%;
    position: relative;
}

.history .his_year .his_tit {
    font-family: 'BMJUA';
    background-color: white;
    width: fit-content;
    display: block;
    font-size: 6rem;
    color: #65bb50;
    vertical-align: middle;
}

.history .his_year dl {
    width: 100%;
    flex: 3;
    margin-top: 180px;
    display: inline-block;
    padding-left: 0;
    vertical-align: text-top;
    margin-left: -80px;
}

.history .his_year dl dd {
    line-height: 35px;
    font-size: 1.2rem;
    font-weight: 550;
    position: relative;
    margin-bottom: 25px;
}

.history .his_year dl dd::before {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: -17px;
    top: 16px;
    border-radius: 10px;
    background: #65bb50;
}

.history .his_year .history_line {
    width: 1px;
    height: 75%;
    display: block;
    background-color: #ccc;
    margin: 0 auto;
}

.history .his_year .his_wrap {
    display: flex;
    flex-direction: row;
    height: fit-content;
    flex: 1;
}

/******menu 2nd******/
/*business page*/
.business_info .service_step {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
}

.business_info .service_step li {
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    width: calc(100%/5);
}

.business_info .service_step li p {
    margin-top: 1rem;
}

.business_info .service_step li span {
    display: inline-block;
    padding: 20px;
    border: 5px solid orange;
    border-radius: 100px;
}

.business_info .service_step li:hover span {
    animation: fadeout 3s;
    transform: translateY(-50px);
    transition: .8s;
}

.business_info .service_step li span img {
    width: 60px;
}

.stress_img {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.stress_img img {
    width: 70%;
    border: 2px dotted;
    border: 2px dotted green;
    border-radius: 21px;
}

.service_detail {
    display: flex;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.service_detail li {
    word-break: keep-all;
    width: calc(100%/3);
    padding: 3px 3px 25px;
    border: 1px solid #cfcfcf;
}

.service_detail li:hover {
    border: 1px solid #049460;
    box-shadow: -1px 0px 10px rgb(184, 184, 184);
    transition: .8s;
}

.service_detail .detail_tit {
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

.service_detail .detail_tit::before {
    bottom: -8px;
    left: 42%;
    position: absolute;
    content: "";
    width: 50px;
    height: 6px;
    border-radius: 20px;
    background: #049460;
}

.ex_business {
    display: flex;
}

.team_intro {
    border: 2px dotted #ccc;
    padding: 20px 15px;
    background: #f3f3f3;
    border-radius: 0 15px 15px 15px;
}

.team_intro ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.team_intro ul li {
    position: relative;
    margin-bottom: 10px;
}

.team_intro ul li:last-child {
    margin-bottom: 0;
}

.team_intro ul li:after {
    position: absolute;
    content: "";
    top: 12px;
    left: -10px;
    width: 4px;
    height: 4px;
    background: #444;
    border-radius: 10px;
}

.stress_tit {
    font-size: 1.3rem;
    font-family: 'SCoreDream';
    margin-bottom: 5px;
    font-weight: 500;
}

.underline_yellow {
    position: relative;
}

.underline_yellow::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    background: #ffbc00;
    width: 100%;
    height: 10px;
    border-radius: 3px;
    z-index: -1;
}


/*business_02*/
.ex_business {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ex_business ul {
    padding-left: 15px;
}

.ex_business .ex_box {
    margin-bottom: 1rem;
    border: 2px dotted #bbb;
    padding: 5px 10px;
    width: calc(98%/2);
}

.ex_business .ex_box .ex_tit {
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    line-height: 55px;
}

.ex_business .ex_box .ex_tit:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #049460;
}

.ex_business .ex_box ul {
    padding-left: 15px;
}

.ex_business .ex_box ul li {
    position: relative;
    margin-bottom: 10px;
}

.ex_business .ex_box ul li:after {
    position: absolute;
    content: "";
    top: 12px;
    left: -10px;
    width: 5px;
    height: 5px;
    background: #049460;
    border-radius: 10px;
}

/******menu 3rd******/
/*states*/
.data_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.data_wrap .count_box {
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #d5d5d5;
    width: calc(95%/2);
    padding: 20px;
}

.data_wrap .count_box .count_area {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
}

.data_wrap .count_box .count_area .c_num {
    font-family: 'BMJUA';
    font-size: 1.8rem;
    color: #4b4d4a;
}

.data_wrap .count_box .count_area li {
    width: 100%;
}

.data_wrap .count_box .count_area .c_num {
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
}

.count_box img {
    display: block;
    margin: 0 auto;
}

.count_box .c_tit {
    padding: 0 5px;
    position: relative;
    font-family: 'BMJUA';
    font-size: 1.4rem;
    margin: 10px auto 30px;
    display: inline-block;
    width: fit-content
}

.count_box .c_tit::after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 0;
    width: 100%;
    background: #d3ebff;
    height: 8px;
    border-radius: 10px;
    z-index: -1;
}

.count_area .c_tit .m_line {
    position: relative;
}

.count_area .c_tit .m_line::before {
    letter-spacing: -1000px;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #ccc;
    z-index: -1;
}

.count_area .c_area {
    font-size: 1.4rem;
    font-family: 'BMJUA';
    width: fit-content;
    position: relative;
}

.count_area .c_area .counter {
    font-size: 1.8rem;
    width: 70px;
    display: inline-block;
    text-align: right;
    margin-right: 3px;
}

.count_area .c_area:nth-child(1) .counter {
    color: orange;
}

.count_area .c_area:nth-child(2) .counter {
    color: #65bb50;
}


/*map*/
/* .wrap_controllers .cont div, strong, span, p {font-size: 1rem !important; line-height:normal !important;letter-spacing: normal !important;} */

/*medical_service*/
.medical_map .map_tab {
    margin-bottom: 3.2rem;
}

.medical_map .map_tab ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.medical_map .map_tab ul li {
    position: relative;
    box-sizing: border-box;
    line-height: 3.2rem;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 20%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.medical_map .map_tab ul li:last-child {
    border-right: 1px solid #e8e8e8;
}

.medical_map .map_tab ul li:before {
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ddd;
    height: 6px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.medical_map .map_tab ul li a {
    color: #2e2e2e;
    display: block;
    position: relative;
}

.medical_map .map_tab ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.medical_map .map_tab ul li.tab_ov a {
    position: relative;
    color: #f58e85;
}

.medical_map .map_tab ul li.tab_ov a:before {
    position: absolute;
    content: '';
    width: 100%;
    background: #f58e85;
    height: 8px;
    bottom: 0;
    left: 0;
}

.medical_map .map_tab ul li:hover:before,
.medical_map .map_tab ul li:focus:before,
.medical_map .map_tab ul li:active:before {
    left: 0;
    right: 0;
}

.medical_map .area_tit strong {
    font-size: 1rem;
}

.medical_map .map_tab2 {
    margin-bottom: 3.2rem;
}

.medical_map .map_tab2 ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.medical_map .map_tab2 ul li {
    position: relative;
    box-sizing: border-box;
    line-height: 3.2rem;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 20%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.medical_map .map_tab2 ul li:last-child {
    border-right: 1px solid #e8e8e8;
}

.medical_map .map_tab2 ul li:before {
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ddd;
    height: 6px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.medical_map .map_tab2 ul li a {
    color: #2e2e2e;
    display: block;
    position: relative;
}

.medical_map .map_tab2 ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.medical_map .map_tab2 ul li.tab_ov a {
    position: relative;
    color: #65bb50;
}

.medical_map .map_tab2 ul li.tab_ov a:before {
    position: absolute;
    content: '';
    width: 100%;
    background: #65bb50;
    height: 8px;
    bottom: 0;
    left: 0;
}

.medical_map .map_tab2 ul li:hover:before,
.medical_map .map_tab ul li:focus:before,
.medical_map .map_tab ul li:active:before {
    left: 0;
    right: 0;
}

.table_list {
    border: 1px solid #dcdcdc;
    background: #fff;
    table-layout: fixed;
    border-collapse: collapse;
}

.table_list li.opt {
    float: left;
    padding: 3px;
    line-height: 150%;
    text-align: left
}

.table_list thead th {
    padding: 5px;
    color: #440E62;
    background: #fff url(/user/default/image/background/bg_docList.gif) no-repeat left bottom
}

.table_list thead th {
    border-bottom: 2px dashed #d2d2d2;
    white-space: nowrap;
    overflow: hidden;
    text-align: left
}

.table_list thead th.first {
    background-position: right bottom
}

.table_list tbody th {
    border: 1px solid #dcdcdc;
    padding: 3px;
    color: #666;
    background: #f4f4f4;
    font-weight: normal;
    text-align: left
}

.table_list tbody th label {
    display: block;
    padding-left: 10px
}

.table_list tbody th label.required {
    padding-left: 0
}

.table_list tbody th label span {
    padding: 0 2px
}

.table_list tbody td {
    border: 1px solid #dcdcdc;
    padding: 3px;
    color: #666;
    text-align: left
}

.table_list tbody td.accent {
    color: #003399;
    cursor: pointer
}

.table_list tbody td.open {
    color: #339900;
    cursor: pointer
}

.table_list tbody td.block {
    padding: 0;
    margin: 0
}

.table_list tbody td.blank {
    border: 0px;
    height: 30px;
    color: #666;
    background: #d2d2d2;
    text-align: center
}

.table_list .mg2 {
    margin: 0 2px
}

.table_list1 {
    margin-bottom: 2rem;
    border: 1px solid #dcdcdc;
    background: #fff;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #2074bb;
}

.table_list1 tbody th {
    border: 1px solid #bbdbff;
    color: #222;
    background: #ebf5ff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.table_list1 tbody td {
    border: 1px solid #bbdbff;
    padding: 10px 10px 10px 10px;
    color: #666;
    text-align: left
}

.table_list1 tbody td:nth-child(1) {
    text-align: center;
}

/****board*****/
.c_notice {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.c_notice iframe {
    height: 100%;
}

.b_gallery {
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

/* .b_gallery iframe {height: auto !important;} */
.b_gallery iframe #bo_v {
    min-height: 100vh !important;
}

#bo_v_con {
    margin: 10px 0 30px;
    width: 100%;
    line-height: 1.7em;
    min-height: 30px;
    word-break: break-all;
    overflow: hidden
}

.b_gallery iframe .bo_v_share {
    text-align: left;
}


/*test*/
.con_cmn {
    display: none
}

.con1 {
    display: block;
}

/*self_test*/
.self_test .nav-pills .nav-link.active,
.self_test .nav-pills .show>.nav-link {
    background-color: #3f67b5;
    box-sizing: content-box;
    border: 2px solid #3f67b5;
    border-radius: 8px;
    color: #fff;
}

.self_test .nav-pills {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

/* .self_test .nav-pills .nav-item {border: 2px solid #ccc; border-radius: 8px; overflow: hidden;} */
.self_test .nav-pills .nav-link {
    color: #333;
    background: #eee;
    padding: .5rem 1.4rem;
    border: 2px solid #ccc;
    box-sizing: content-box;
}

.self_test .nav-pills .tab-pane {
    padding: 10px 20px;
}

/*notice*/
.preparing {
    font-family: 'SCoreDream';
    padding: 41px 42px 68px 42px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    background-color: #FEFEFE;
}

.preparing .msg-box {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.preparing .msg-box .img {
    flex: 1 1 50%;
    text-align: right;
    display: inline-block;
}

.preparing .msg-box .txt {
    flex: 1 1 50%;
    position: relative;
    /*padding-left:62px;*/
    text-align: left;
    display: inline-block;
}

.preparing .msg-box .txt h3 {
    font-family: 'SCoreDream';
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4286;
    letter-spacing: -0.025em;
    color: #048AFF;
}

.preparing .msg-box .txt p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: -0.025em;
    color: #0F0F0F;
}

.preparing .msg-box .txt p+p {
    margin-top: 10px;
}

.preparing .msg-box .txt p b {
    display: inline-block;
    font-weight: 700;
    color: inherit;
}


/*자원봉사 신청*/
#volApply .agreement {
    margin: 0 0 60px 0;
}

#volApply .agreement textarea {
    display: block;
    width: 100%;
    margin: 0 auto 25px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    padding: 25px 20px;
    min-height: 230px;
    resize: none;
    line-height: 24px;
    word-break: keep-all;
}

#volApply .agreement label {
    text-align: center;
    display: block;
    cursor: pointer;
    word-break: keep-all;
}

#volApply .agreement label span.cstm_inp {
    width: 24px;
    height: 24px;
    background: #e5e5e5;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    position: relative;
    margin: 0 10px 0 0;
}

#volApply .agreement label span.cstm_inp:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#volApply .agreement label input[type="checkbox"] {
    display: none;
}

#volApply .agreement label input[type="checkbox"]:checked+span {
    background: #63c6ff;
}

#volApply .usr_frm {
    border-top: 2px solid #333;
}

#volApply .usr_frm ul {
    border-bottom: 1px solid #bfbfbf;
    font-size: 0;
    padding: 12px 0;
}

#volApply .usr_frm ul li {
    display: inline-block;
    vertical-align: middle;
}

#volApply .usr_frm ul li:nth-child(1) {
    width: 100%;
    max-width: 200px;
    font-size: 17px;
    text-align: center;
}

#volApply .usr_frm ul li:nth-child(2) {
    width: calc(100% - 200px)
}

#volApply .usr_frm ul li input {
    width: 100%;
    max-width: 896px;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    height: 45px;
    padding: 10px 15px;
}

#volApply .usr_frm ul li textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    min-height: 230px;
    border: 1px solid #bfbfbf;
    line-height: 24px;
    resize: none;
    max-width: 896px;
}

#volApply .usr_frm ul.name li input,
#volApply .usr_frm ul.email li input {
    max-width: 400px;
}

/**pg_신청**/
/*self_test*/
.pg_menu .nav-pills .nav-link.active,
.self_test .nav-pills .show>.nav-link {
    background-color: #65bb50;
    box-sizing: border-box;
    border: 2px solid #65bb50;
    border-radius: 8px;
    width: 100%;
    color: #fff;
}

.pg_menu .nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.pg_menu .w-20 {
    width: 19.4%;
    height: auto;
}

.pg_menu .w-20 a {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg_menu .w-20 button {
    height: 53px;
}

.pg_menu .nav-pills li {
    display: inline-block;
    margin-right: 0;
}

.pg_menu .nav-pills .nav-link {
    width: 100%;
    background: #eee;
    padding: .5rem .5rem;
    color: #000;
    border: 2px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    font-size: 0.95rem;
    word-break: keep-all;
    font-size: 16px;
}

.pg_menu .nav-pills .nav-link.active,
.pg_menu .nav-pills .show>.nav-link {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .pg_menu .w-20 {
        width: 32%;
    }
}

@media screen and (max-width: 768px) {
    .pg_menu .w-20 {
        width: 48%;
    }

    .pg_menu .w-20 a {
        height: 45px;
    }

    .pg_menu .nav-pills .nav-link {
        font-size: 0.85rem;
        padding: .4rem .3rem;
    }
}

@media screen and (max-width: 480px) {
    .pg_menu .w-20 {
        width: 100%;
    }

    .pg_menu .w-20 a {
        height: 42px;
    }
}

.pg_menu .nav-pills .nav-link:hover {
    background-color: #65bb50;
    color: #fff;
    border-color: #65bb50;
}

.pg_name {
    width: 50%;
    border: 1px solid red;
}

.pg_tab {
    margin-bottom: 3.2rem;
}

.pg_tab .tnb a {
    text-align: center;
}

.pg_tab ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.pg_menu .pg_tab ul li {
    position: relative;
    box-sizing: border-box;
    line-height: 3.2rem;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.program_w .pg_tab ul li:last-child {
    border-right: 1px solid #e8e8e8;
}

.program_w .pg_tab ul li:before {
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ddd;
    height: 6px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pg_tab ul li a {
    color: #2e2e2e;
    display: block;
    position: relative;
}

.pg_tab ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.pg_tab ul li.tab_ov a {
    position: relative;
    color: #f58e85;
}

.pg_tab ul li.tab_ov a:before {
    position: absolute;
    content: '';
    width: 100%;
    background: #f58e85;
    height: 8px;
    bottom: 0;
    left: 0;
}

.pg_tab ul li:hover:before,
.pg_tab ul li:focus:before,
.pg_tab ul li:active:before {
    left: 0;
    right: 0;
}

.area_tit strong {
    font-size: 1rem;
}

.pg_tab2 {
    margin-bottom: 3.2rem;
}

.program_w .pg_tab2 ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.program_w .pg_tab2 ul li {
    position: relative;
    box-sizing: border-box;
    line-height: 3.2rem;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 20%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.program_w .pg_tab2 ul li:last-child {
    border-right: 1px solid #e8e8e8;
}

.program_w .pg_tab2 ul li:before {
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ddd;
    height: 6px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.program_w .pg_tab2 ul li a {
    color: #2e2e2e;
    display: block;
    position: relative;
}

.program_w .pg_tab2 ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.program_w .pg_tab2 ul li.tab_ov a {
    position: relative;
    color: #65bb50;
}

.program_w .pg_tab2 ul li.tab_ov a:before {
    position: absolute;
    content: '';
    width: 100%;
    background: #65bb50;
    height: 8px;
    bottom: 0;
    left: 0;
}

.pg_wrap .map_tab2 ul li:hover:before,
.medical_map .map_tab ul li:focus:before,
.medical_map .map_tab ul li:active:before {
    left: 0;
    right: 0;
}

.self_test .nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.self_test .nav li.nav-item {
    color: #333;
    background: #eee;
    border: 2px solid #ccc;
    box-sizing: content-box;
    border-radius: 8px;
}

.self_test .nav li.active {
    background-color: #3f67b5;
    border: 2px solid #3f67b5;
    color: #fff;
    box-sizing: content-box;
    border: 2px solid #3f67b5;
    border-radius: 8px;
}

.self_test .nav li.nav-item .nav-link {
    display: inline-block;
    padding: 0.5rem 1.4rem;
    color: #333;
}

.self_test .nav li.active .nav-link {
    color: #fff;
}

/*program page*/
.program_txt {
    position: relative;
    padding-left: 10px;
    font-size: 1.2rem;
}

.program_txt::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 5px;
    height: 18px;
    border-radius: 3px;
    background: #f58e85;
}

.video_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program_v {
    display: inline-block;
}

.program_v iframe {
    margin-left: 10px;
}

.pg_menu .pg_tab .btn_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.pg_menu .pg_tab .btn_wrap .btn_pg {
    text-align: center;
    position: relative;
    margin-top: 0.6rem;
    background: #65bb50;
    color: #fff !important;
    padding: 7px 30px;
    font-size: 1.4rem;
    font-family: 'BMJUA';
    border-radius: 8px;
}

.pg_menu .pg_tab .btn_wrap .btn_pg span {
    color: #fff;
}

.pg_menu .pg_tab .btn_wrap .btn_pg:hover:before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 20px;
    border-radius: 10px;
    height: 8px;
    width: 80%;
    background: #049460;
    transition: all .5s;
    z-index: 0;
}

.file_wrap {
    text-align: right;
    padding-left: 5px;
    color: #333
}

.file_wrap a:hover {
    text-decoration: underline
}

.program_table {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    display: table;
}

.program_table thead {
    background-color: #304876;
    height: 60px;
    color: white !important;
    font-size: 1.1rem;
    text-align: center;
}

.program_table th {
    font-weight: 500;
}

.program_table td:not(:last-child) {
    text-align: center;
}

.program_table tbody td {
    border: 1px solid #ccc;
    padding: 10px 10px;
}

@media all and (max-width:768px) {

    #volApply .usr_frm ul {
        padding: 20px 0;
    }

    #volApply .usr_frm ul li {
        width: 100% !important;
        max-width: 100% !important;
    }

    #volApply .usr_frm ul li:nth-child(1) {
        text-align: left;
        padding: 0 0 15px 0;
    }
}

#volApply .usr_frm input[type="submit"] {
    background: #0084ff;
    color: #fff;
    font-size: 18px;
    width: 100%;
    max-width: 180px;
    margin: 30px auto;
    display: block;
    padding: 20px 0;
    border-radius: 8px;
    border: 0;
    font-weight: bold;
}

/*stress shower*/
.info_txt .txt_list {
    display: block;
}

.info_txt .txt_list p {
    display: inline-block;
    margin-left: 4px;
    width: 95%;
    vertical-align: text-top;
}

.info_txt .num_list {
    color: white;
    position: relative;
    font-family: 'BMJUA';
    font-size: 1.2rem;
    line-height: 45px;
    margin-right: 8px;
}

.info_txt .num_list::before {
    position: absolute;
    content: "";
    top: -7px;
    left: -5px;
    background-color: #65bb50;
    width: 35px;
    height: 35px;
    z-index: -1;
    border-radius: 30px 30px 10px 30px;
}

/*한마음터 회원*/
.member_w .pg_tab ul {
    line-height: 60px;
}

.member_w .pg_tab ul li {
    position: relative;
    width: 50%;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

/*우리누리*/
.w_app_wrap {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.w_app_wrap li {
    display: inline-block;
    padding: 0 0 40px 0;
}

.wori_tab li {
    width: calc(100%/5);
    margin-bottom: 3rem;
}

.wori_tab .nav-link {
    border-radius: 0 !important;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    color: #333;
}

.wori_tab .nav-link:hover,
.wori_tab .nav-link:focus {
    color: #ff6666;
}

.wori_tab .nav-link.active,
.w_app_wrap .show>.nav-link,
.wori_tab .nav-link:focus {
    color: #ffffff !important;
    box-shadow: 0px 4px 0px 1px #ff6666 inset;
    background-color: #f66 !important;
    border-bottom: 1px solid #ff6666 !important;
}

.wori_tab button.nav-link {
    border-right: 1px solid #ccc;
    background: #f7f7f7;
    border-top: 1px solid #ccc;
}

.wori_tab li.nav-item:first-child button.nav-link {
    border-left: 1px solid #ccc;
}

/*****survey*****/
#survey {
    width: 100%;
    padding: 0.5%;

    box-sizing: border-box;
    word-break: keep-all;
    overflow-x: hidden
}

#survey>form {
    width: 100%;
}

/* 설문지 제목 */
.survey_title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 2;
}

.title_line {
    padding-bottom: 6px;
    font-size: 1.5rem;
    font-family: 'SCoreDream';
    position: relative;
    display: block;
}

.title_line:before {
    position: absolute;
    text-align: center;
    content: "";
    bottom: -15px;
    width: 30px;
    height: 6px;
    border-radius: 10px;
    background: #3f67b5;
    display: block;
    right: calc(97%/2);
}


/* 공통 */
#desktop,
#mobile,
#questions {
    width: 100%;
}

.subform1 {
    background-color: white;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 4px 6px #dfdfdf;
    margin: 45px 0 20px 0;
    padding: 20px 0;
    border: 2px dashed #304876;
}

.subform2 {
    margin-bottom: 50px;
    border-radius: 20px;
}

/* 팝업 - 개인정보동의[보기]*/
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    box-sizing: border-box;

    /* 숨기기 */
    z-index: -1;
    opacity: 0;
}

.window {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    border-radius: 20px;
    /* 팝업창 사이즈 */
    width: 80%;
    height: 60%;
    padding: 40px;

    /* 초기에 약간 아래에 배치 */
    transform: translate(-50%, -40%);
}

.br-1,
.br-2 {
    display: none;
}

/* ( 크롬, 사파리, 오페라, 엣지 ) 동작 */
.popup::-webkit-scrollbar {
    display: none;
}

.popup {
    -ms-overflow-style: none;
    /* 인터넷 익스플로러 */
    scrollbar-width: none;
    /* 파이어폭스 */
}

.show {
    opacity: 1;
    z-index: 1000;
    transition: all .5s;
}

.show .popup {
    transform: translate(-50%, -50%);
    transition: all .5s;
}

/* 개인정보폼 */
.subform_wrap {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1rem;
}

.subform_wrap>div {
    /*.name, .sex, .age, .address, .tel*/
    width: 50%;
    padding: 24px 40px 8px;
}

.subform_wrap>div>div {
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.subform_wrap>div>div:nth-child(1) {
    width: 80px;
}

.subform_wrap>div>div:nth-child(2) {
    width: 80%;
}

.subform_wrap>div:nth-child(2n-1) {
    border-right: 1px solid #afcbe2;
}

.subform_wrap div div p {
    color: #304876;
    font-weight: bold;
}

.subform_wrap ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.subform_wrap li {
    display: flex;
    min-width: 50%;
    margin-bottom: 3px;
}


.subform_wrap label {
    margin-left: 5px;
    margin-right: 30px;
    font-size: 1rem;
}

.tel {
    margin-bottom: 0;
}

.name input,
.tel input {
    margin-top: -8.5px;
}

input[type=tel]::placeholder {
    font-size: 12px;
}

.privacy_chk {
    width: 100%;
    text-align: right;
    margin-bottom: 70px;
    padding-right: 10px;
}


/* ----------------------- */
/* 아래 설문지 */
.ask_text {
    /* background: linear-gradient(270deg, rgba(101, 187, 80, 0.3) 0%, rgba(31, 135, 222, 0.4) 100%); */
    height: 80px;
    /* border-radius: 20px 20px 0 0; */
    font-size: 1rem;
    /* position: relative; */
}

.ask_text2 {
    background: linear-gradient(270deg, rgba(101, 187, 80, 0.3) 0%, rgba(31, 135, 222, 0.4) 100%);
    height: 210px;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    position: relative;
}

.ask_text p,
.ask_text2 p {
    position: absolute;
    width: 94%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ifyes {
    background-color: #414e65;
}


#questions thead tr {
    background-color: #304876 !important;
    height: 80px;
    color: white !important;
    font-size: 15px;
}

#questions tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

#questions tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

#questions tbody tr {
    font-size: 15px;
}

#questions tbody td:nth-child(2) {
    padding: 0 10px;
}

#questions tbody tr:nth-child(2n-1) {
    background-color: #fcfcfc;
}

#questions tbody tr:nth-child(2n) {
    background-color: #e2e2e2;
}

#questions td {
    height: 70px;
    border-left: 1px solid white;
}

#questions td:first-child {
    border: 0;
}

.survey_btn {
    width: 180px;
    height: 50px;
    background-color: white;
    border: 2px solid #1f87de;
    border-radius: 10px;
    color: #1f87de;
    font-size: 16px;
    font-weight: bold;
}

.survey_btn:hover {
    background-color: #1f87de;
    color: white;
}

.subform_txt {
    position: relative;
    padding-left: 13px;
}

.subform_txt::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 5px;
    height: 15px;
    border-radius: 3px;
    background: #0e4d90;
}


/* 조기정신증(CAPE-15) 설문란 css */
#questions2 {
    width: 100%;
    box-shadow: 0 0px 10px #c3c3c3;
    border-radius: 20px 20px;
    font-size: 0.8rem;

}

#questions2 thead tr {
    background-color: #304876 !important;
    height: 80px;
    color: white !important;
    font-size: 15px;
}

#questions2 tbody tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 20px;
}

#questions2 tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

#questions2 tbody tr {
    font-size: 15px;
}

#questions2 tbody label {
    font-size: 13px;
}

#questions2 td {
    height: 70px;
    border-left: 1px solid white;
}

#questions2 td:first-child {
    border: 0;
}

#questions2 tbody td:nth-child(2) {
    padding: 0 10px;
}

#questions2 tbody tr:nth-child(2n-1) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(2n) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(1)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(5)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(9)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(13)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(17)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(21)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(25)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(29)>td:nth-child(-n+2) {
    background-color: #fcfcfc;
}

#questions2 tbody tr:nth-child(3)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(7)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(11)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(15)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(19)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(23)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(27)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(31)>td:nth-child(-n+2) {
    background-color: #e2e2e2;
}

#questions2 tbody tr:nth-child(2n-1)>td:nth-child(3) {
    background-color: rgba(31, 135, 222, 0.05);
}

#questions2 tbody tr:nth-child(2n)>td:nth-child(1) {
    background-color: rgba(31, 135, 222, 0.05);
    border-left: 1px solid white;
}

/* 정신증 고위험군 선별도구(mKPQ-16) 설문란 css */
#questions3 {
    width: 100%;
}

#questions3 thead tr {
    background-color: #304876 !important;
    height: 80px;
    color: white !important;
    font-size: 15px;
}

#questions3 tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

#questions3 tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

#questions3 tbody tr {
    font-size: 15px;
}

#questions3 tbody label {
    font-size: 13px;
}

#questions3 tbody td:nth-child(2) {
    padding: 0 10px;
}

#questions3 td {
    height: 70px;
    border-left: 1px solid white;
}

#questions3 td:first-child {
    border: 0;
}

#questions3 tbody tr:nth-child(2n-1) {
    background-color: #fcfcfc;
}

#questions3 tbody tr:nth-child(2n) {
    background-color: #e2e2e2;
}

#questions3 td {
    height: 70px;
    border-left: 1px solid white;
}

#questions3 td:first-child {
    border: 0;
}

.survey_from {
    font-size: 0.8rem;
    padding-top: 15px;
    color: #7c7c7c;
    font-weight: 400;
    word-break: break-all;
}

.survey_from a {
    color: #7c7c7c;
    text-decoration: underline;
}

/*결과창*/
.result_wrap {
    background-color: white;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 4px 6px #dfdfdf;
    margin: 45px 0 20px 0;
    padding: 70px 0 50px 0;
    border: 2px dashed #304876;
}

.result_wrap .icon_chk {
    color: orange;
    text-align: center;
    margin-bottom: 10px;
}

.result_wrap .result_txt {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'SCoreDream';
    font-weight: 500;
}

.result_wrap .result_count {
    text-align: center;
    font-size: 1.2rem;
}

.result_wrap .result_count .result_num {
    font-weight: 500;
    color: orange;
    margin-right: 3px;
}

.result_wrap .result_count .result_lv {
    font-weight: 500;
    color: #3f67b5;

}

.app_wrap {
    width: 600px;
    margin: 40px auto 20px;
}

.app_wrap .app_con {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.app_wrap .app_con li {
    margin-bottom: 5px;
}

.app_wrap .app_con span {
    width: 80px;
    display: inline-block;
}

.app_wrap .app_con textarea {
    vertical-align: middle;
}

.app_wrap .btn_wrap {
    width: 100%;
    text-align: center;
    display: block;
}

.app_wrap .btn_wrap .btn_app {
    padding: 8px 30px;
    border-radius: 8px;
    background: #7c7c7c;
    color: #fff;
    border: none;
}

.app_wrap .btn_wrap .btn_app:hover {
    background: #3f67b5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: all 0.3s;
    ;
}




/* 반응형 */

@media (max-width: 990px) {
    .subform_wrap>div {
        /*.name, .sex, .age, .address, .tel*/
        width: 50%;
        padding: 24px 35px 20px;
    }

    .subform_wrap>div>div:nth-child(2) {
        width: 75%;
    }

}

@media (max-width: 907px) {
    .subform_wrap>div>div:nth-child(1) {
        width: 70px;
    }

    #questions thead td {
        font-size: 14px;
    }
}

@media (max-width: 765px) {
    .subform_wrap>div>div:nth-child(2) {
        width: 70%;
    }
}

@media (max-width: 717px) {
    .subform_wrap {
        display: flex;
        flex-wrap: nowrap;
        list-style: none;
        flex-direction: column;
    }

    .subform_wrap>div {
        width: 100%;
        padding: 24px 40px 10px;
    }

    .subform_wrap>div:nth-child(2n-1) {
        border-right: 0;
    }

    .privacy_chk {
        margin-bottom: 50px;
    }

    .ask_text,
    .ask_text2 {
        font-size: 17px;
    }

    #questions thead td,
    #questions2 thead td,
    #questions3 thead td {
        height: 110px;
    }

    #questions tbody td,
    #questions2 tbody td,
    #questions3 tbody td {
        height: 100px;
        font-size: 14px;
    }

    #questions3 thead tr:first-child>td:last-child {
        font-size: 13px;
    }

    .ifyes {
        font-size: 13px;
    }

    .br-1 {
        display: block;
    }
}

@media (max-width: 484px) {
    .subform_wrap>div {
        padding: 24px 32px 10px;
    }
}

@media (max-width: 468px) {
    .subform_wrap>div {
        padding: 14px 32px 8px;
    }

    .subform_wrap>div>div:nth-child(2) {
        width: 70%;
    }
}

@media (max-width: 333px) {
    .subform_wrap>div>div:nth-child(1) {
        width: 64px;
    }

    .subform_wrap>div>div:nth-child(2) {
        width: 72%;
    }
}