@charset "utf-8";

/** margin & paddig **/
.mt1 {
    margin-top: 1em;
}

.mt2 {
    margin-top: 2em;
}

.mt3 {
    margin-top: 3em;
}

.mt4 {
    margin-top: 4em;
}

.mt5 {
    margin-top: 5em;
}

.mb2 {
    margin-bottom: 2em;
}

.mb3 {
    margin-bottom: 3em;
}

.mb4 {
    margin-bottom: 4em;
}

.mb5 {
    margin-bottom: 5em;
}

.pd_mo {
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .pd_mo {
        padding: 0 1em;
    }
}

/** 서브공통 **/
#container>h3 {
    font-size: var(--sub-h3-size);
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.sub_con {}

.sub_title_con {}

.sub_title_con .bg {
    display: block;
    width: 100%;
    height: 56vh;
    margin-top: -.7%;
    overflow: hidden;
    clip-path: circle(10vmax at 33vw 50%);
    animation: circle_open 2.0s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    position: relative;
    z-index: -1;
    transform: translate3d(0, -20%, 0);
    opacity: 0;
}

.sub_title_con .bg span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sub_title_con .title_txt {
    width: var(--width-sub-size);
    margin: 0 auto;
    margin-top: 13%;
}

.sub_title_con .sub_title_common {
    width: var(--width-sub-size);
    margin: 0 auto;
    margin-top: 11%;
    position: relative;
}

.sub_title_con .sub_title_common h2 {
    font-size: 5em;
}

.sub_title_con .sub_title_common p {
    font-size: 1.2em;
    font-weight: 400;
    padding-bottom: .5em;
}

.sub_title_con .txt_nav {
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
    margin-top: 1.5em;
    display: flex;
    position: absolute;
}

.sub_title_con .txt_nav li {
    padding: 0 .3em;
    line-height: 0;
}

.sub_all {
    color: #333;
    width: 100%;
    word-break: keep-all;
    position: relative;
}

.sub_tit {
    margin: 3em 0 0;
}

.sub_tit_center {
    text-align: center;
}

.sub_tit h4,
.sub_tit_center h4 {
    font-size: var(--font-size30);
    position: relative;
}

.sub_tit h4:after {
    display: none;
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: var(--color-main);
    top: 0;
    /* right: 0; */
    margin-left: 5px;
    border-radius: 100%;
}

.sub_tit_center p {
    color: #838383;
    font-size: 1.5em;
    line-height: 1em;
}

.point {
    position: relative;
    box-shadow: 8px 12px 26px -6px #00000038;
    background-color: #fff;
}

.point:after {
    content: "";
    position: absolute;
    left: -1.5em;
    top: -1.5em;
    width: 150px;
    height: 250px;
    background-color: var(--color-main);
    z-index: -1;
    box-shadow: 15px 15px 25px 9px #00000038;
}

.tit_sub_p {
    text-align: center;
    margin-top: -0.5em;
    color: var(--color-point1);
    font-weight: 500;
    font-size: 1.4em;
}

.tit_sub_txt {
    font-size: var(--font-size2);
    text-align: center;
    margin-top: -1em;
}

.sub_conts {
    position: relative;
}

.sub_conts .sub_tit {
    position: relative;
}

.sub_conts .sub_tit h4 {
    font-size: var(--font-size36);
    font-weight: 700;
    padding: 2em 1em;
    color: var(--font-color-title-summary);
    position: relative;
}

.sub_conts .sub_tit:before {
    content: "";
}

.sub_conts .sub_tit:after,
.sub_conts .ti1 h4:after {
    content: "";
    position: absolute;
}

.sub_conts .cont>ul {}

.sub_conts .cont>ul>li {
    display: flex;
    margin-bottom: 2em;
    word-break: keep-all;
    flex-direction: row;
    justify-content: center;
}

.sub_conts .cont>ul>li a {
    color: var(--bus-color-blue);
    border-bottom: 1px solid var(--bus-color-blue);
    line-height: 1.5;
}

.sub_conts .cont .con_tit {
    width: 17%;
    margin-right: 5em;
    font-size: var(--font-size24);
    font-weight: 600;
    line-height: 1.8;
    color: var(--font-color-title-summary);
}

.sub_conts .cont .con_txt {
    width: 80%;
}

.sub_conts .cont .con_txt p {
    line-height: 1.6;
    font-weight: 300;
}

.sub_conts .cont .con_txt ul {
    margin-top: 2em;
}

.sub_conts .ti1 {
    display: flex;
    align-items: flex-start;
}

.sub_conts .ti1 h4 {
    width: 25%;
}

.sub_conts .ti1 .cont {
    width: 75%;
    margin-top: 3em;
}

.sub_conts .ti1 .cont li {
    line-height: 1.8;
}

.sub_conts .ti1 .cont .dot_s1 {
    margin-top: 1em
}

.sub_conts .ti1 .cont .dot_s1 li {
    margin-bottom: 0;
    display: list-item;
    line-height: 2;
}

.sec_tit {
    font-size: var(--sub-h3-size);
    font-weight: 500;
    font-family: var(--font-point);
}

/** 서브탭 **/
.subtab_case1 {}

.subtab_case1 .tabs {}

.subtab_case1 .tabs,
.subtab_case1 .tabs :after,
.subtab_case2 .tabs,
.room_tabs * {
    transition: all .4s;
}

.subtab_case2 {}

.subtab_case2 .tabs {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.subtab_case2 .s1 {}

.subtab_case2 .s1 li {
    padding: .5em 1.2em;
    background-color: var(--color-bg-gray);
    border-radius: 2em;
    margin-top: .5em;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.subtab_case2 .s1 li:hover {
    background-color: var(--color-main-sub);
}

.subtab_case2 .s1 li:hover a {
    color: #fff;
}

.subtab_case2 .s1 li.on {
    background-color: var(--color-main-sub);
}

.subtab_case2 .s1 li.on a {
    color: #fff;
}

.room_tabs {}

.room_tabs li {}

.room_tabs li.on a {
    color: var(--color-point4);
}

.room_inner {
    display: none;
}

.class_s1 {}

.class_s1>div.on {
    /* visibility:visible; */
    height: auto;
    display: block;
    animation: fadeInUp .5s;
}

.tab_inner {
    /* visibility:hidden; */
    height: 0;
    display: none;
    width: 100%;
}

.sub_conts div.on {
    display: block;
    height: auto;
}

@media screen and (max-width: 1000px) {
    .sub_con {
        padding: 0 5%;
    }

    .sec_tit {
        padding: 2rem 0;
    }

    .sub_title_con {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 1em;
        position: relative;
    }

    .sub_title_con .sub_title_common {
        width: 100%;
        margin-top: 10vh;
        padding: 3rem 5% 0;
    }

    .sub_title_con .sub_title_common p {}

    .sub_title_con .sub_title_common h2 {
        font-size: 3em;
    }

    .sub_title_con .bg {
        height: 30vh;
        margin-top: -4%;
    }

    .sub_title_con .bg span {
        background-size: cover;
        background-position: 20%;
    }

    .sub_title_con .title_txt {
        width: 100%;
        margin-top: 8vh;
        /* margin-left: 1em; */
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .sub_tit {
        margin: 1em 0 0;
    }

    .sub_tit:after {}

    .sub_title_con h2 {
        font-size: 2.2em;
        color: #666;
    }

    .sub_title_con .txt_nav {
        margin-top: 0.5em;
    }

    .sub_tit_center {}

    .sub_tit h4 {
        font-size: 1.7em;
    }

    .sub_tit_center p {}

    .sub_conts .sub_tit {}

    .sub_conts .sub_tit h4 {
        padding: 1em;
    }

    .subtab_case1 {
        width: 100%;
    }

    .tit_sub_p {
        letter-spacing: -1px;
        font-size: 0.95em;
    }

    .sub_conts {
        /* padding: 0 1em; */
        margin-bottom: 4em;
    }

    .point:after {
        /* left: 0; */
        width: 40%;
    }

    .subtab_case2 .s1 {
        display: flex;
        flex-wrap: wrap;
    }

    .subtab_case2 .s1 li {
        width: 100%;
        margin-top: 0.5em;
    }

    .sub_conts .ti1 {
        display: flex;
        flex-direction: column;
    }

    .sub_conts .ti1 h4 {
        width: 100%;
        padding: 1em;
    }

    .sub_conts .ti1 .cont {
        width: 100%;
        margin-top: 0;
        padding: 0 1em;
    }

    .sub_conts .sub_tit:after,
    .sub_conts .ti1 h4:after {
        height: 4em;
        width: 18%;
    }

    .sub_conts .cont {
        padding: 0 1em;
    }

    .sub_conts .cont>ul>li {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .sub_conts .cont .con_tit {
        width: 100%;
        margin-right: 0;
    }

    .sub_conts .cont .con_txt {
        width: 100%;
    }

    .sub_conts .co_box .st1 li {
        display: block;
    }

    .class_s1 {}
}

/** 백그라운드 및 박스 **/

.full_bg {
    width: 100%;
    background-color: var(--color-bg-point4);
    padding: 1em 0 4em;
}

.bg_img {
    background: url(/img/page/1040/bg.png);
    margin-top: -22em;
    height: 705px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    position: absolute;
}

.linebox {
    border: 1px solid #ccc;
    border-radius: 1em;
    padding: 2em 3em;
    position: relative;
}

.linebox .flex {
    display: flex;
    align-items: baseline;
}

.linebox .flex .left {
    width: 18%;
    margin: 1em 0;
    padding: 0 0.6em;
}

.linebox .flex .right {
    width: 80%;
}

.linebox .flex .right h4 {
    font-size: 2em;
    color: var(--color-point1);
    font-weight: 500;
}

.linebox .flex .right h4 span {
    color: var(--color-point4);
    font-weight: 600;
}

.linebox .flex .right p {
    font-size: var(--font-size2);
    line-height: 1.8em;
}

.linebox .flex .right p span {}

.linebox ul {
    text-align: center;
}

.linebox li {
    padding: 0.5em 0;
}

.linebox li h3 {
    font-size: var(--font-size3);
    font-weight: 500;
}

.co_box .st1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.co_box .st1 li {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.6em;
    font-size: var(--font-size);
    padding: 2em;
    border-radius: 1em;
    /* margin-top: 2em; */
    transition: all 0.4s ease-out;
    background-color: #f5f5f5;
    /* border: 1px solid #ccc; */
}

.co_box .st1 li p {
    margin-top: .5em;
    word-break: keep-all;
}

.co_box .st1 li:hover {
    background: #fff;
    box-shadow: 0px 5px 24.3px 2.7px rgba(0, 0, 0, 0.10);
    transition: all 0.4s linear;
    background-repeat: no-repeat;
    background-position: 50%;
    border-color: #fff;
}

.co_box .st1 li:hover div {
    background-color: var(--color-main);
    color: #fff;
    transition: all 0.4s ease-out;
}

.linebox .st2 {}

.linebox .st2 li {
    padding: 1em;
    text-align: center;
    align-items: center;
    margin-top: 1em;
    justify-content: center;
}

.linebox .st2 li:nth-child(1),
.linebox .st2 li:nth-child(2) {
    margin-top: 0;
}

.linebox .st3 {}

.linebox .st3 li {
    width: 24%;
}

.bgbox {
    background-color: var(--color-gray);
    border: 0;
    padding: 2em;
    background-image: url(/img/page/4020/bg_logo.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    border-radius: 1em;
    background-size: 17.5%;
}

.bgbox p {
    font-size: var(--font-size24);
    /* color: #fff; */
    text-align: center;
    line-height: 1.8em;
    font-weight: 300;
}

.bgbox span {
    font-size: var(--font-size30);
    font-weight: 600;
}

.bgbox2 {
    background: var(--color-point1);
    /* padding: 2em; */
    margin-bottom: 3em;
    display: flex;
    align-items: center;
    border-radius: 0.5em;
    justify-content: center;
    border: 1px solid var(--color-main);
}

.bgbox2 .img {
    /* background-color: var(--color-white); */
    /* box-shadow: 2px 4px 9px #0963b72e; */
    margin-right: 4em;
}

.bgbox2 .txt h3 {
    color: var(--color-main);
    font-size: var(--font-size30);
    line-height: 2em;
    font-family: 'Nanum Gothic';
    font-weight: 800;
}

.roundbox {
    padding: 3em;
    text-align: center;
    background-color: var(--color-bg-point4);
    border-radius: 1em;
}

.roundbox h3 {
    font-size: var(--font-size4);
    font-weight: 500;
}

.roundbox h3 span {
    color: var(--color-point4);
    font-weight: 600;
}

.imgbox img {
    border-radius: 1em;
}

.colbox {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.colbox li {
    width: 32%;
    height: 15em;
    padding: 2em 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.colbox .tit {
    font-size: var(--font-size20);
    font-weight: 500;
}

.colbox li .icon {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    background: #fff url(/img/icon/4080_1.png) no-repeat center;
}

.colbox li.n1 {
    background-color: var(--color-point2);
}

.colbox li.n2 {
    background-color: var(--color-point1);
}

.colbox li.n3 {
    background-color: var(--color-point3);
}

.colbox li.n2 .icon {
    background-image: url(/img/icon/4080_2.png);
}

.colbox li.n3 .icon {
    background-image: url(/img/icon/4080_3.png);
}

.colbox p {
    /* margin-top: 1em; */
    font-size: var(--font-size);
    word-break: keep-all;
}

@media screen and (max-width: 1000px) {
    .co_box .st1 li {
        padding: 1em;
        width: 100%;
    }

    .linebox .flex {
        display: flex;
        flex-direction: column;
    }

    .linebox .flex .left {
        width: 100%;
        padding: 0;
    }

    .linebox .flex .right h4 {
        font-size: 1.4em;
    }

    .linebox .flex .right {
        width: 100%;
    }

    .linebox {
        padding: 1em;
        border-radius: 1em;
    }

    .linebox .st1 {
        display: flex;
        flex-direction: column;
    }

    .linebox .st1 li {
        width: 100%;
        padding: 1em;
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }

    .linebox .st1 li p {
        width: 80%;
    }

    .linebox .st2 li:nth-child(1),
    .linebox .st2 li:nth-child(2) {
        margin-top: 1em;
    }

    .bgbox {
        padding: 2em 1em;
        background-size: 55%;
    }

    .bgbox p {
        letter-spacing: -1px;
    }

    .bgbox span {
        font-size: 1.2em;
    }

    .bgbox .img {
        margin: 1em 0;
    }

    .bgbox .img img {
        width: 100%;
    }

    .bgbox .txt {
        margin: 0 1em;
    }

    .bgbox2 {
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    .bgbox2 .img {
        margin-right: 0;
        border-bottom: 1px dashed #a7d0ff61;
        width: 100%;
    }

    .bgbox2 .txt {
        padding: 1em;
    }

    .roundbox {
        padding: 2em;
        word-break: keep-all;
    }

    .bg_img {
        background-size: cover;
        margin-top: -100%;
        height: 90%;
    }

    .imgbox img {
        width: 100%;
    }

    .colbox {
        display: flex;
        flex-direction: column;
    }

    .colbox li {
        margin-bottom: 0.5em;
        width: 100%;
    }

    .colbox li span {
        font-size: 1.2em;
    }

    .colbox p {
        margin-top: 1em;
    }
}

/** 리스트 **/
.dot_s1 {
    list-style: marker;
    list-style-type: disc;
}

.dot_s1 li {
    line-height: 2em;
    /* list-style-position: inside; */
    font-size: var(--font-size);
    margin-left: 1em;
    font-weight: 400;
}

.dot_s1 li::marker {
    color: var(--color-main);
}

.dl_s1 {
    width: 100%;
}

.dl_s1 dl {
    display: flex;
    align-items: baseline;
    margin-bottom: 1em;
    margin-left: 3em;
}

.dl_s1 dl:last-child {
    margin-bottom: 0;
}

.dl_s1 dt {
    width: 13.2%;
    color: #333;
    font-size: var(--font-size20);
    position: relative;
    font-weight: 500;
    text-align: justify;
}

.dl_s1 dt:before {
    content: '';
    background: url('/img/icon/empathize-fill.svg');
    width: 20px;
    height: 20px;
    left: 0;
    top: 12%;
    margin-left: -30%;
    position: absolute;
}

.dl_s1 dt:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.dl_s1 dd {
    font-size: var(--font-size2);
    position:
        relative;
    width: 75%;
    margin-left: 3em;
}

.dl_s1 dd:before {
    content: '';
    position: absolute;
    border-left: 1px solid #ccc;
    height: 50%;
    top: 30%;
    left: -6%;
}

.dl_s2 dl {
    padding: 0.6em 0;
}

.dl_s2 dt {
    font-weight: 600;
    color: var(--color-point4);
    font-size: var(--font-size2);
}

.dl_s2 dd {}

.dl_s3 {}

.dl_s3 dl {
    display: flex;
    line-height: 3em;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}

.dl_s3 dl.noline {
    border-bottom: none;
}

.dl_s3 dt {
    width: 17%;
    color: var(--color-point1);
    font-size: var(--font-size20);
    font-weight: 500;
}

.dl_s3 dd {
    font-size: var(--font-size2);
}

.ul_s1 {}

.ul_s1 li {
    font-size: var(--font-size2);
    position: relative;
    line-height: 1.8em;
    padding-left: 1.2em;
}

.ul_s1 li:before {
    content: '';
    width: 10px;
    height: 3px;
    background-color: var(--color-point1);
    border-radius: 1em;
    left: 0;
    top: 47%;
    position: absolute;
}


.sizing dt {
    width: 10%;
}

.sizing dd {}

.wd40 {
    width: 42%;
}

.wd50 {
    width: 50%;
}

.wd50 .link_apply ul {
    display: flex;
    justify-content: flex-start;
}

.wd50 .link_apply li {
    width: 48%;
    font-size: 1em;
    padding: 0;
    margin-right: 1em;
    line-height: 2em;
    font-weight: 500;
}

.info_list {
    display: flex;
    margin-bottom: 1em;
}

.info_ti {
    width: 26%;
    border-radius: 1em 0 0 1em;
    display: flex;
    align-items: center;
    color: var(--color-white);
    padding: 1em 3em;
}

.info_ti h4 {
    margin-left: 1em;
    font-size: var(--font-size3);
    font-weight: 500;
}

.info_tx {
    width: 75%;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0 1em 1em 0;
    display: flex;
    align-items: center;
}

.info_tx ul {
    padding: 1em 3em;
    line-height: 1.8em;
}

.info_tx ul li {
    font-size: var(--font-size2);
}

.icon_list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.icon_list div {
    width: 100%;
    border-radius: 1em 1em 0 0;
    text-align: center;
    justify-content: center;
}

.icon_list div.img {
    background-color: #f5f5f5;
    border-radius: 100%;
    /* box-shadow: 2px 4px 9px #0963b72e; */
    margin: 0;
    width: 130px;
    height: 130px;
    position: relative;
}

.icon_list .info_tx {
    border-radius: 0 0 1em 1em;
    border: 1px solid #ccc;
    background-color: var(--color-bg-point1);
}

.icon_list ul {
    display: flex;
    justify-content: space-between;
    padding: 1em 0 2em;
}

.icon_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17%;
    position: relative;
}

.icon_list li img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.icon_list li p {
    margin-top: 1em;
    text-align: center;
    font-weight: 400;
}

.icon_list .st1 li:after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 35%;
    right: -3%;
    color: #8d8d8d;
}

.icon_list .st1 li:last-child:after {
    display: none;
}

.icon_list .st2 {
    padding: 0;
}

.icon_list .st2 li {
    border: 1px solid #ccc;
    border-radius: 1em;
    padding: 1em;
    width: 19%;
    position: relative;
}

.icon_list .st2 li:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    background-image: url(/img/common/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    right: -13%;
    top: 40%;
    z-index: 1;
    box-shadow: 0px 5px 25px 3px rgb(0 0 0 / 10%);
}

.icon_list .st2 li:last-child:after {
    display: none;
}

.icon_list .st2 li .img {
    border-radius: 1em;
    width: 98%;
    background-color: var(--color-gray);
    padding: 1em 0;
}

.icon_list .st2 li .img img {
    width: 45%;
}

.icon_list .st2-1 {}

.icon_list .st2-1 li {
    width: 13%;
    border: 0;
    padding: 0;
}

.icon_list .st2-1 li:after {
    right: -19%;
    top: 26%;
}

.sub_conts .ti1 .icon_list .st3 {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
}

.sub_conts .ti1 .icon_list .st3 li {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: .5em 0;
}

.icon_list .st3 li div,
.icon_list .st3 li p {
    margin-right: 1em;
    margin-top: 0;
}

.icon_list .st3 li .img {
    width: 100px;
    height: 100px;
}

.icon_list .st3 li .tit {
    font-size: 22px;
}

.ground {}

.ground ul {
    display: flex;
    justify-content: space-around;
}

.ground li {
    padding: 1em 1.4em;
    font-size: 1.2em;
    border: 1px solid #ccc;
    border-radius: 1em;
    color: var(--color-point1);
    background-color: var(--color-bg-point1);
}

.ground li:hover {
    /*background-color: var(--color-point1); border-color: var(--color-point1); color:#fff;*/
}

.ground.icon {}

.ground.icon ul {}

.ground.icon ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ground.icon ul li i {
    font-size: 2em;
    margin-bottom: .3em;
}

@media screen and (max-width: 1000px) {
    .info_list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .info_ti {
        width: 100%;
        border-radius: 1em 1em 0 0;
        display: flex;
        padding: 1em;
        justify-content: center;
    }

    .info_ti img {
        width: 11%;
    }

    .info_ti h4 {
        margin-left: 0.5em;
    }

    .info_tx {
        width: 100%;
        border-radius: 0 0 1em 1em;
        border-left: 1px solid #ccc;
        border-top: 0;
    }

    .info_tx ul {
        padding: 1em;
        word-break: keep-all;
        text-align: center;
        width: 100%;
    }

    .icon_list ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 1em;
    }

    .icon_list ul li {
        width: 30%;
        margin: 1.5em 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0;
    }

    .icon_list li p {
        margin-top: .5em;
        word-break: keep-all;
    }

    .icon_list div.img {
        width: 90px;
        height: 90px;
    }

    .icon_list ul li img {
        width: 60%;
    }

    .icon_list .st1 li:after {
        top: 0;
        margin-top: 40%;
        right: 0;
        margin-right: -12%;
    }

    .icon_list .st2 {
        display: flex;
        justify-content: flex-start;
    }

    .icon_list .st2 li {
        width: 47%;
        margin-right: 0.6em;
    }

    .icon_list .st2 li:after {
        width: 30px;
        height: 30px;
        background-size: 50%;
    }

    .icon_list .st2-1 li:after {
        right: -13%;
    }

    .icon_list .st2-1 li .img {}

    .icon_list .st2-1 li .img img {
        width: 40%;
    }

    .icon_list .st3 li .tit {
        font-size: 1.3em;
        margin-bottom: .5em;
    }

    .sub_conts .ti1 .icon_list .st3 {
        margin-top: 0;
        padding-top: 0;
    }

    .sub_conts .ti1 .icon_list .st3 li {}

    .dot_s1 li {
        line-height: 1.6em;
        margin-bottom: 0.5em;
    }

    .icon_list .st3 li .img {
        width: 90px;
        height: 90px;
        margin-bottom: .5em;
        margin-right: 1em;
    }

    .icon_list .st3 li .img img {
        width: 50%;
    }

    .icon_list .st3 li div,
    .icon_list .st3 li p {
        text-align: left;
        margin-right: 0;
    }

    .dl_s3 {}

    .dl_s3 dl {
        display: flex;
        flex-direction: column;
        line-height: 3em;
        padding-bottom: 1em;
    }

    .dl_s3 dt {
        width: 100%;
    }

    .dl_s3 dd {
        line-height: 1.6em;
    }

    .ul_s1 li:before {
        top: 0;
        margin-top: 4%;
    }

    .sizing dd {
        width: 100%;
    }

    .wd50 .link_apply ul {
        display: flex;
    }

    .wd50 .link_apply li {
        width: 100%;
    }

    .ground ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .ground li {
        padding: 0.8em;
        font-size: 1em;
        border: 0;
        margin: 0.5em 0.5em 0 0;
    }
}

/********* 미션 및 비전  *********/

.vision {}

.vision ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.vision li {
    background-color: rgb(240 246 204 / 60%);
    border: 4px solid rgb(0 0 0 / 0%);
    width: 210px;
    height: 210px;
    text-align: center;
    border-radius: 100%;
    font-size: var(--font-size24);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.vision li:nth-child(2) {
    background-color: rgb(210 235 250 / 60%);
}

.vision li:nth-child(3) {
    background-color: rgb(253 235 214 / 60%);
}

.vision li:nth-child(4) {
    background-color: var(--color-point3);
}

.vision li:after {
    /*content:"";background-image: url(/img/common/dot.png); position:absolute;width: 82px; height:5px;top: 60%;left: 100%;margin-left: 7%;transform: rotate( 26deg );*/
}

.vision li:nth-child(2)::after {
    transform: rotate(-26deg);
    top: 40%;
}

.vision li:last-child::after {
    display: none;
}

.vision p {}

.values ul {
    display: flex;
    justify-content: space-between;
}

.values li {
    width: 25%;
    text-align: center;
    padding: 2em;
    background: #fff;
    border: 4px solid var(--color-point4);
    border-radius: 1em;
    font-size: 1.5em;
    color: var(--color-point4);
    font-weight: 500;
    position: relative;
    transition: all .4s;
}

.values li:hover {
    background-color: var(--color-point4);
    color: #fff;
    border: 4px solid #fff;
}

.values li:after {
    content: "";
    width: 15px;
    height: 15px;
    top: 46%;
    left: 100%;
    border-radius: 100%;
    position: absolute;
    background: #fff;
    margin-left: 23%;
}

.values li:last-child::after {
    display: none;
}

.injae {
    margin-top: 2em;
}

.injae ul {
    display: flex;
    flex-direction: column;
}

.injae li {
    display: flex;
    padding: 1em;
    align-items: center;
}

.injae .tit {
    width: 20%;
    background-color: var(--color-point4);
    color: #fff;
    padding: 1em 3em;
    border-radius: 1em 1em 0 0;
    font-size: var(--font-size2);
}

.injae .tit span {
    font-size: var(--font-size4);
    font-weight: 700;
    padding-right: 0.2em;
}

.injae .exp {
    padding-left: 4em;
    border-bottom: 1px solid #ccc;
    padding: 1.65em 6em;
    width: 80%;
}

.injae .exp p {
    font-size: var(--font-size2);
}

.injae_inner {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.injae_inner .cont {
    text-align: center;
}

.injae_inner .iconbox {
    width: 200px;
    height: 200px;
    background-color: #f1f1f1;
    border-radius: 2em;
    margin: 0 auto;
    transition: all 0.4s linear;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36%;
}

.injae_inner .iconbox:hover {
    background: #fff;
    box-shadow: 0px 5px 24.3px 2.7px rgba(0, 0, 0, 0.10);
    transition: all 0.5s linear;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36%;
}

.injae_inner .cont p {
    padding-top: 1em;
}

@media screen and (max-width: 1000px) {
    .vision p {}

    .vision ul {
        display: flex;
        margin-right: 1em;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .vision li {
        width: 48%;
        height: 8.58em;
        background-size: 25%;
        background-position-y: 2em;
        font-size: 1.2em;
        padding-top: 4em;
        display: flex;
        margin-bottom: 1em;
        justify-content: space-around;
    }

    .vision li:after {
        display: none;
    }

    .vision li:nth-child(2) {
        background-position-y: 2em;
        background-size: 20%;
    }

    .vision li:nth-child(3) {}

    .vision li:nth-child(4) {}

    .vision li:nth-child(2n) {
        margin-top: 0;
    }

    .values ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .values li {
        width: 90%;
        height: auto;
        padding: 0.5em;
        margin-bottom: 1.5em;
        border-radius: 3em;
    }

    .values li:after {
        top: 100%;
        left: 48%;
        margin-left: 0;
        margin-top: 5%;
        width: 12px;
        height: 12px;
    }

    .injae {}

    .injae ul {}

    .injae li {
        display: flex;
        flex-direction: column;
    }

    .injae .tit {
        width: 100%;
    }

    .injae .tit span {}

    .injae .exp {
        width: 100%;
        padding: 1em 0;
    }

    .injae .exp p {}

    .injae_inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .injae_inner .cont {
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom: 1em;
    }

    .injae_inner .iconbox {
        width: 33%;
        height: 7em;
        background-size: 50%;
        margin: 0 1em 1em 0;
        border-radius: 1em;
        background-color: #fff;
        box-shadow: 0px 5px 24.3px 2.7px rgba(0, 0, 0, 0.10);
    }

    .injae_inner .cont p {
        text-align: left;
        padding-top: 0;
        width: 57%;
    }
}

/********* 인사말  *********/

.greeting {
    position: relative;
    margin-bottom: 10em;
}

.greeting_tit {
    /* background-color: #000; */
    border-radius: 1em;
    position: absolute;
    z-index: -1;
    right: 0;
    margin-top: -2em;
}

.greeting_txt {
    width: 66%;
    position: relative;
    height: auto;
    margin-top: 3em;
    margin-left: 1.5em;
    padding: 3em;
    background-color: #fff;
    border-radius: 0 2em 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.greeting_tit img {
    float: right;
    border-radius: 0 0 2em 0;
}

.conts p {
    font-size: var(--font-size);
    padding-top: 1.4em;
    line-height: 1.8em;
    word-break: keep-all;
    font-weight: 400;
}

.greeting .conts strong {
    color: var(--color-main);
    font-size: var(--font-size30);
    word-break: keep-all;
}

.sign {
    float: right;
    padding-top: 1em;
    font-weight: 600;
    position: relative;
    font-size: var(--font-size20);
}

@media screen and (max-width: 1000px) {
    .greeting {
        margin-top: 2em;
        padding: 0;
        box-shadow: unset;
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        margin-bottom: 0;
    }

    .greeting_img {
        opacity: 0.5;
        margin-bottom: 17em;
        background-position-x: 12em;
    }

    .greeting_tit {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: auto;
        position: relative;
        /* margin-top: 2em; */
    }

    .greeting_tit img {
        object-fit: cover;
        object-position: 0 -53px;
        width: 100%;
        height: 10em;
        border-radius: 0 2em 0 0;
    }

    .greeting_tit .tit {
        padding: 1em;
    }

    .greeting_txt {
        width: 88%;
        margin-top: 0;
        padding: 2em 1em;
    }

    .greeting_tit .tit h3 {
        font-size: 1em;
    }

    .greeting_txt .tit h3:after {
        width: 100%;
    }

    .greeting_txt .tit2 {}

    .greeting_txt .conts img {
        float: right;
    }

    .greeting_txt .conts p {
        word-break: break-all;
    }
}

/********* 법인소개  *********/
.corporation {
    background-color: #fff;
    margin-top: 3em;
    margin-bottom: 6em;
    margin-left: 1.5em;
    border-radius: 0 2em 0 0;
}

.corporation .corpo_tit {
    display: flex;
    justify-content: space-evenly;
    background-color: #fff;
    align-items: flex-end;
    border-radius: 0 2em 0 0;
}

.corporation .corpo_tit img {
    border-radius: 0 2em 0 0;
}

.corporation .corpo_tit>div {}

.corporation .corpo_tit h4 {
    color: var(--color-main);
    font-size: var(--font-size30);
    line-height: 1.4;
    padding-bottom: .6em;
}

.corporation .corpo_txt {
    padding: 1em 3em 3em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


@media screen and (max-width: 1000px) {
    .corporation {
        width: 88%;
        margin-bottom: 4em;
        padding-bottom: 2em;
    }

    .corporation .corpo_tit {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .corporation .corpo_tit>div {
        padding: 2em 1em 0;
        text-align: center;
    }

    .corporation .corpo_tit h4 {
        font-size: 1.3em;
        font-weight: 500;
        word-break: keep-all;
    }

    .corporation .corpo_tit img {
        width: 70%;
    }

    .corporation .corpo_txt {
        /* margin-left: -1em; */
        padding: 0 1em;
    }
}

/********* 조직도  *********/
.member {
    display: flex;
    margin: 8em 0 5em;
    flex-wrap: wrap;
}

.org_chart {}

.people_map {
    text-align: center;
    margin-top: 2em;
}

.people_map .tabs {
    display: flex;
    justify-content: center;
}

.people_map .tabs li {
    font-size: var(--font-size22);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}

.people_map .tabs li.br {}

.people_map .map0 {}

.people_map .map0 .tabs li {
    background-color: var(--color-point3);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #fff;
}

.people_map .map0 .tabs li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 227px;
    top: 100%;
    left: 50%;
    background-color: #ddd;
    z-index: -1;
}

.people_map .map0-1 {
    display: flex;
    justify-content: space-between;
    /* margin: 0 6em; */
    position: relative;
    margin-top: 4em;
}

.people_map .map0-1:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    width: 42%;
    height: 1px;
    left: 29%;
    top: 50%;
}

/*.people_map .map0-1 ul:after{content:""; position:absolute; width:1px;height: 49%;top: 26%;background-color:#ddd;}*/
.people_map .map0-1 ul li {
    background-color: var(--color-bg-green);
    padding: 1em 2em;
    /* border-radius: 0.5em; */
    font-size: var(--font-size3);
    width: 260px;
    position: relative;
    font-weight: 400;
}

.people_map .map0-1 ul li:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    top: 50%;
    background-color: #ddd;
}

.people_map .map0-1 .mapl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
}

.people_map .map0-1 .mapl:after {
    right: -10%;
}

.people_map .map0-1 .mapl li:after {
    right: -10%;
}

.people_map .map0-1 .mapr {
    position: relative;
}

.people_map .map0-1 .mapr:after {
    left: -10%;
    height: 52%;
    top: 24%;
}

.people_map .map0-1 .mapr li {
    margin-top: 0.5em;
}

.people_map .map0-1 .mapr li:first-child {
    margin-top: 0;
}

.people_map .map0-1 .mapr li:after {
    left: -10%;
}

.people_map .map1 {}

.people_map .map1 .tabs {}

.people_map .map1 .tabs li {
    width: 30%;
    height: 70px;
    background-color: var(--color-main);
    color: #fff;
    margin-top: -3em;
}

.people_map .map1_1 .tabs li {
    height: 3em;
    background-color: var(--color-point2);
    color: #fff;
    margin-top: 3em;
    width: 100%;
}

.people_map .map1_1 .tabs li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 135px;
    top: 100%;
    left: 50%;
    background-color: #ccc;
    z-index: -1;
}

.people_map .map1_box {
    display: flex;
    justify-content: center;
    border: 1px solid #f6cd0d;
}

.people_map .map1_box>li {
    width: 51%;
    background-color: #f7f7f1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    /* border-right: 1px dashed #f6cd0d; */
}

.people_map .map1_box .map1_libox li+li {
    margin-top: .5rem;
}

.people_map .map1_box .wd {
    /* width: 40%; */
    padding: 2em 2em;
    background-color: #f7f7f1;
    border-left: 1px dashed #f6cd0d;
}

.people_map .map2 {
    padding-top: 5em;
    position: relative;
}

.people_map .map2:before {
    content: "";
    position: absolute;
    width: 55%;
    height: 1px;
    top: 14%;
    left: 22.5%;
    background-color: #ddd;
}

.people_map .map2:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.6rem;
    background-color: #ddd;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.people_map .map2 ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.people_map .map2 li {
    text-align: center;
    border-radius: 0.5em;
    position: relative;
    height: auto;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.people_map .map2 li .team {
    padding: 1em;
    background-color: var(--color-point1);
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.people_map .map2 li .team:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    width: 1px;
    height: 100px;
    left: 50%;
    top: -77%;
    z-index: -1;
}

.people_map .map2 li .work {
    padding: 1em;
    width: 100%;
    border: 1px solid var(--color-point1);
    line-height: 1.8;
    background-color: #fff;
}

.people_map .map2 li .work ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.people_map .map2 li .work ul li {
    width: 100%;
    font-weight: 300;
}

/*.people_map .map2 li:before {content:""; position:absolute;background-color:#ddd;height: 150px; width:1px;top: -100%;left: 50%;z-index: -1;}
.people_map .map2 li:after {content:""; position:absolute;background-color:#ddd;width: calc(40% + 10%);height: 1px;left: 25%;bottom: -43%;}*/
.people_map li.wd_lon:after {
    width: calc(60% + 15%);
    left: 12.5%;
}

.people_map .map3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 6em;
    position: relative;
}

.people_map .map3:before {
    content: "";
    position: absolute;
    background-color: #ddd;
    z-index: -1;
    width: 86%;
    height: 1px;
    top: -35%;
    left: 4.5%;
}

.people_map .map3 .gb_tabs {
    position: relative;
}

.people_map .map3 .gb_tabs li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 185px;
    background-color: #ddd;
    z-index: -1;
    left: 50%;
    bottom: 0;
    margin-bottom: 50%;
}

.people_map .map3 .work_info {
    display: flex;
    flex-direction: row;
    margin-top: 3em;
    /* margin-right: 0.5em; */
}

.people_map .map3 .line:before {
    content: "";
    position: absolute;
    width: 653px;
    height: 1px;
    top: 0;
    left: -74%;
    background-color: #ddd;
}

.people_map .map3 ul:last-child {
    margin-right: 0;
}

.people_map .map3 .work_info li:before {
    height: 34px;
}

.people_map .map3 .member_info {
    width: 114px;
    padding: 1em 0.4em;
    font-weight: 400;
    border-radius: 0.5em;
    font-size: var(--font-size);
    cursor: pointer;
    margin-right: 0.2em;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
}

.people_map .map3 .member_info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: var(--color-point1);
    top: 0;
    left: 0;
    border-radius: 0.5em 0.5em 0 0;
}

.people_map .map3 li:last-child {
    margin-right: 0;
}

.people_map .map3 li.work {
    display: flex;
    flex-direction: column;
    font-size: var(--font-size2);
    font-weight: 300;
    line-height: 1.8em;
    border: 1px solid #ccc;
    border-radius: 0 0 1em 1em;
    align-items: center;
}

.people_map .map3 li.work dl {
    padding: 0.5em 0;
    border-bottom: 1px dashed #ccc;
    width: 87%;
}

.people_map .map3 li.work dl:last-child {
    border-bottom: none;
}

.people_map .map3 li.work dl dt {
    font-weight: 400;
    font-size: var(--font-size2);
}

.people_map .map3 li.work dl dd {
    font-size: var(--font-size);
}

.member_sec2 {
    padding: 5em 0 8em;
    margin: 0 auto;
    width: var(--width-sub-size);
    display: flex;
    flex-wrap: wrap;
}

.tab_inner2 {
    display: none;
}

@media screen and (max-width: 1000px) {
    .member {
        margin: 2em 0;
    }

    .people_map {
        margin-top: 0;
    }

    .people_map .tree {
        width: 100%;
    }

    .people_map .map0 {}

    .people_map .map0 .tabs li {
        width: 120px;
        height: 120px;
        margin-bottom: 1em;
    }

    .people_map .map0 .tabs li:after {
        height: 13rem;
    }

    .people_map .map0-1 {
        margin: 0;
    }

    .people_map .map0-1:before {
        width: 30%;
        left: 44%;
    }

    .people_map .map0-1 ul {
        width: 40%;
    }

    .people_map .map0-1 ul li {
        width: 100%;
        padding: 0.5em;
    }

    .people_map .map0-1 .mapl {}

    .people_map .map1 {}

    .people_map .map1 .tabs li {
        width: 100%;
        margin-top: 2rem;
        height: 3em;
        border-radius: 3em;
    }

    .people_map .map1_1 .tabs li {
        margin-top: 2em;
    }

    .people_map .map2 {
        padding-top: 2em;
    }

    .people_map .map2:before {
        display: none;
    }

    .people_map .map2 ul {}

    .people_map .map2 li {
        border-radius: 0.5em;
        padding: .5em 0;
        font-size: 1em;
        width: 48%;
    }

    .people_map .map2 ul:after {
        width: 52%;
        margin-top: -7%;
        left: 24%;
    }

    .people_map .map2 li .team {
        word-break: keep-all;
    }

    .people_map .map2 li .work ul {}

    .people_map .map2 li .work ul li {
        padding: .5rem 0;
        line-height: 1.4;
    }

    .people_map .map3 {
        margin-top: 2em;
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }

    .people_map .map3 .work_info {
        margin-right: 0.5em;
        width: 100%;
        word-break: keep-all;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        display: flex;
        flex-wrap: wrap;
    }

    .people_map .map3 .work_info li {
        display: flex;
        align-items: center;
        width: 48%;
        justify-content: center;
        margin-bottom: .5em;
    }

    .people_map .map3 .member_info {
        padding: 0.5em;
        font-size: 1em;
        border-radius: 0.5em;
        width: 100%;
        margin-bottom: 1em;
    }

    .people_map .map3 .gb_tabs {
        width: 100%;
    }

    .people_map .map3:before {
        display: none;
    }

    .people_map .map3 .gb_tabs li:before {
        display: none;
    }

    .people_map .map3 li.work {
        display: none;
    }

    .people_map .map2 li:before {
        display: none;
    }

    .people_map li.wd_lon:after {
        display: none;
    }

    .people_map .map2 li:after {
        display: none;
    }

    .people_map .map3 .gb_tabs:before {
        margin-top: -23%;
    }

    .people_map .map3 .line:before {
        width: 10.8em;
        left: -58%;
    }

    .tab_inner2 {}

    .member_sec2 {
        padding: 1em 0 2em;
        width: 100%;
    }
}

/********* 연혁  *********/
.history {
    margin-top: 3em;
}

.history_flex {
    display: flex;
    justify-content: space-between;
}

.history_l {
    width: 30%;
}

.history_l .fixbox {
    padding: 2em 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 386px;
    height: 350px;
    border-radius: 0 2em 0 0;
    position: relative;
    background-color: #fff;
    margin-left: 1.5em;
}

.history_l .fixbox p {
    color: var(--color-main);
    font-weight: 800;
    margin-bottom: 1em;
}

.history_r {
    width: 60%;
}

.history_r ul {
    position: relative;
}

.history_r ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}

.history_r .year {
    width: 16%;
    font-family: 'NanumSquareRound';
    font-weight: 600;
    position: relative;
}

.history_r .year:before,
.history_r li h4:before {
    content: "";
    position: absolute;
    background-color: #eeeeee;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    left: -30px;
    top: 5px;
    display: block;
}

.history_r .text {
    width: 84%;
    line-height: 1.8em;
    margin-bottom: 1.5em;
    position: relative;
}

.history_r .text p {
    font-weight: 400;
}

.history_r li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eeeeee;
    left: -26px;
    top: 20px;
    display: block;
}

.history_r ul li:last-child::before {
    display: none;
}

.history h4 {
    font-size: var(--sub-h4-size);
    font-family: 'Nanum Gothic';
}

.history_r h4 {
    color: var(--color-main);
    margin-bottom: 1.6em;
}

.history_r li h4:before {
    background-color: var(--color-main);
    top: 20px;
}

@media screen and (max-width: 1000px) {
    .history {
        margin-top: 2em;
    }

    .history_flex {
        display: flex;
        flex-direction: column;
    }

    .history_l {
        width: 100%;
    }

    .history_r {
        width: 100%;
        margin-top: 2em;
        padding: 1em;
        padding-left: 2em;
    }

    .history_l .fixbox {
        width: 87%;
        padding: 2em;
    }

    .history_l .fixbox img {
        width: 100%;
    }

    .history_r .year {
        font-size: 0.9em;
    }

    .history_r .text {
        width: 80%;
        font-size: 0.95em;
        margin-bottom: 1em;
        letter-spacing: -1px;
    }

    .history_r ul li {}

    .history_r h4 {
        margin-bottom: 1em;
        margin-top: 0.3em;
    }

    .history_r li:before {
        left: -7px;
    }

    .history_r .year:before,
    .history_r li h4:before {
        left: -10px;
        width: 7px;
        height: 7px;
    }
}

/********* 시설안내  *********/
.floor_1,
.floor_2,
.floor_3 {
    padding-top: 4em;
}

.floor_1 .sub_tit,
.floor_2 .sub_tit,
.floor_3 .sub_tit {
    margin-top: 0;
}

.facility {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.facility dl {
    text-align: center;
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 25%;
    cursor: pointer;
}

.facility dl:after {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px dashed #ccc;
    height: 300px;
    right: 0;
    /* margin-right: -50%; */
}

.facility dl:last-child::after {
    display: none;
}

.facility dt {
    background-color: var(--color-main);
    border-radius: 100%;
    color: #fff;
    width: 74px;
    height: 74px;
    margin-bottom: 1em;
    font-size: var(--font-size20);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: 'Nanum Gothic';
}

.facility dd {
    line-height: 2em;
}

.photo ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photo li {
    background: #fff;
    box-shadow: 0px 5px 25px 3px rgb(0 0 0 / 10%);
    margin-bottom: 3em;
    border-radius: 1em;
}

.photo li:nth-child(4),
.photo li:nth-child(5),
.photo li:nth-child(6),
.photo li:last-child {
    margin-bottom: 0;
}

.photo li img {
    border-radius: 1em 1em 0 0;
    width: 360px;
    height: 219px;
}

.photo li .name {
    padding: 1em;
    text-align: center;
}

@media screen and (max-width: 1000px) {

    .floor_1,
    .floor_2,
    .floor_3 {
        padding-top: 4em;
    }

    .floor_1 .sub_tit,
    .floor_2 .sub_tit,
    .floor_3 .sub_tit {
        margin-bottom: 1em;
    }

    .facility {
        display: flex;
        flex-wrap: wrap;
    }

    .facility p {
        padding-left: 0;
        padding-top: 1em;
    }

    .facility dl {
        width: 50%;
    }

    .facility dl:after {
        height: 240px;
    }

    .facility dl:nth-child(2)::after {
        display: none;
    }

    .facility dt {
        width: 95%;
        border-radius: .5em;
        height: 2.5em;
    }

    .dl_s1 {
        margin-top: 1em;
    }

    .dl_s1 dl {
        width: 100%;
        margin-bottom: 0.5em;
        word-break: keep-all;
        margin-left: 1em;
        align-items: flex-start;
    }

    .dl_s1 dt {
        font-size: 1em;
        margin-left: 1em;
        width: 17%;
        height: 2em;
    }

    .dl_s1 dt:before {
        margin-left: -45%;
        width: 16px;
        height: 16px;
        top: 8%;
    }

    .dl_s1 dd {
        width: 61%;
        margin-left: 2em;
    }

    .dl_s1 dd:before {
        height: 1em;
        top: 18%;
    }

    .photo ul {}

    .photo ul li {
        width: 48%;
        border-radius: .5em;
        margin-bottom: 1em;
    }

    .photo li img {
        width: 100%;
        height: auto;
        border-radius: .5em .5em 0 0;
    }

    .photo li .name {
        padding: .5em;
    }
}

/********* 오시는길  *********/
.map_wrap {
    display: flex;
    position: relative;
    z-index: 1;
}

.map_guide {
    background-color: #fff;
    width: 37%;
    margin-top: 2em;
    margin-left: 1.5em;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2em;
    border-radius: 0 2em 0 0;
}

.map_guide>div {
    border-bottom: 1px solid #ddd;
    padding: 1em 0 2em;
}

.map_guide>div:last-child {
    border: unset;
}

.map_adr {
    width: 100%;
}

.map_adr p {}

.map_adr span {
    font-weight: 600;
}

.map_adr strong {
    font-weight: 600;
    font-size: var(--font-size30);
    color: var(--color-main);
    display: flex;
    align-items: center;
    margin-top: .5em;
}

.map_adr strong i {
    margin-right: .5em;
}

.map_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.map_txt p {
    font-size: var(--font-size20);
    font-weight: 400;
}

.adr_info {
    width: 50%;
}

.adr_info dl {
    display: flex;
    line-height: 2em;
}

.adr_info dt {
    font-size: var(--font-size2);
    font-weight: 600;
    width: 17%;
}

.adr_info dd {
    margin-right: 2em;
}

.road_link {
    width: 50%;
}

.road_link * {
    transition: all .5s;
}

.road_link ul {
    display: flex;
    justify-content: flex-end;
}

.road_link li {
    padding: 2em 2em;
    background-color: var(--color-bg-point4);
    width: 45%;
    text-align: center;
    border-radius: 1em;
    margin-left: 1em;
    font-weight: 600;
    font-size: var(--font-size2);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.road_link li:hover {
    background-color: var(--color-point4);
    color: var(--color-white);
}

.road_link li i {
    border: 2px solid #333;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: unset;
}

.road_link li:hover i {
    border: 2px solid var(--color-white);
}

.traffic {
    display: flex;
    border-bottom: 1px dotted #ccc;
    align-items: baseline;
    padding: 2em 0;
}

.traffic.subway {
    padding-top: 0;
}

.traffic.noline {
    border-bottom: 0;
}

.traffic .traffic_l {
    width: 19%;
}

.traffic .traffic_l span {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.traffic .traffic_r {
    width: 80%;
}

.traffic .traffic_r ul {
    width: 100%;
}

.traffic .traffic_r ul.stop {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: .5rem;
}

.traffic .traffic_r ul.stop>li {
    word-break: keep-all;
}

.traffic .traffic_r li {
    display: flex;
    align-items: center;
}

.traffic .traffic_r li span {
    display: inline-block;
    background: #395cb4;
    color: #fff;
    width: 5em;
    font-size: 0.9em;
    border-radius: 1em;
    text-align: center;
    margin-right: 0.5em;
    line-height: 1em;
    padding: 0.2em;
}

.traffic .traffic_r li strong {
    border: 3px solid #7ca8d5;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    color: #7CA8D5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-right: 1em;
    font-size: 14px;
}

.traffic .bus span {}

.traffic .car span {
    background-image: url(/img/page/1070/3.png);
}

.half {
    display: flex;
    flex-direction: column;
}

.road {
    margin: 0 auto;
    display: flex;
    padding: 4em 0;
    width: var(--width-sub-size);
    flex-wrap: wrap;
}

.road .sec1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 3em 0;
    flex-wrap: wrap;
}

.road .sec1 .sec_left {
    width: 50%;
}

.road .sec1 .sec_right {
    width: 45%;
    height: 17em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.road .sec1 .sec_right img {
    width: 70%;
}

.road .sec1 .sec_right ul {}

.road .sec1 .sec_right ul li {
    line-height: 2;
}

.road .sec1 .sec_right ul li i {
    padding-right: 1rem;
}

.road .sec1 .sec_right ul li span {
    font-weight: 500;
}

.road .sec2 {
    margin: 0 auto;
    width: var(--width-size);
    padding: 3em 0 6em;
}

.road p {
    word-break: keep-all;
}

.road .sub_tit {
    margin: 1em 0;
}

.road .sub_tit strong {
    font-size: var(--font-size20);
    display: flex;
    align-items: center;
}

.road .sub_tit strong i {
    font-size: 24px;
    color: var(--color-main);
    padding-right: .5em;
}

.road .info {
    margin-left: 2em;
}

.road .info li {
    margin-bottom: 1em;
}

.road .info li dl {}

.road .info li dt {
    margin-bottom: 8px;
    font-weight: 500;
}

.road .info li dd {
    margin-left: 30px;
}

.road .info li span {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    /* background-color: #dbdbdb; */
    margin-right: 5px;
    color: #fff;
    font-size: 0.9em;
}

.line {
    /* border-top: 1px dashed #ccc; */
    /* margin-top: 2em; */
}

.road .bus li span {
    width: 56px;
    border-radius: 1em;
}

.road .bus li dl {
    display: flex;
}

.road .bus li dd {
    margin-left: 20px;
}

.road .bus li dt {
    width: 15%;
}

.road .n7 {
    background-color: var(--subway-color-n7);
}

.road .n9 {
    background-color: var(--subway-color-n9);
}

.road .green {
    background-color: var(--bus-color-green);
}

.road .blue {
    background-color: var(--bus-color-blue);
}

@media screen and (max-width: 1000px) {
    .map_wrap {
        display: flex;
        flex-direction: column;
    }

    .map_guide {
        width: 87%;
        padding: 1em;
        word-break: break-all;
    }

    .map_adr {
        width: 100%;
        padding: 1em;
        text-align: left;
    }

    .map_txt {
        flex-direction: column;
        display: flex;
        align-items: flex-end;
        padding-top: 1em;
    }

    .map_txt p {
        margin: 0;
    }

    .adr_info {
        width: 100%;
    }

    .adr_info dl {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .adr_info dt {
        width: 22%;
    }

    .adr_info dd {
        margin-right: 0;
        width: 78%;
    }

    .road {
        width: 100%;
        padding: 2em 5%;
    }

    .road .sub_tit {
        width: 100%;
    }

    .road .sec1 {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .road .sec1 .sec_left {
        width: 100%;
    }

    .road .sec1 .sec_left img {
        width: 100%;
        height: 30vh;
    }

    .road .sec1 .sec_right {
        width: 100%;
        height: auto;
        margin-bottom: 2em;
    }

    .road .sec1 .sec_right img {
        width: 100%;
        padding: 1em 0;
    }

    .road .sec1 .sec_right div {
        padding: 1em 0;
    }

    .road .info {
        width: 100%;
        margin-left: 0;
    }

    .road .bus li dt {
        width: 37%;
    }

    .road .bus li dd {}

    .traffic {
        display: flex;
        flex-direction: column;
    }

    .traffic .traffic_r {
        width: 100%;
    }

    .traffic .traffic_r ul.stop {
        padding: 1em 0;
        margin-right: 0;
    }

    .traffic .traffic_r li strong {
        width: 45px;
        height: 45px;
        font-size: 13px;
    }

    .traffic .traffic_l {
        width: 100%
    }

    .traffic li {}

    .traffic dl {}

    .traffic dt {}

    .traffic dd {}

    .traffic dd.num {
        width: 44%;
        margin-left: 0.5em;
    }
}

/** 윤리강령 **/

.eth span {
    color: var(--color-main);
    font-weight: 600;
    padding-right: 2em;
}

.eth ul {
    height: auto;
}

.eth li {
    line-height: 3em;
    font-size: var(--font-size20);
    display: flex;
}

.eth_ti {}

.eth_ti p {
    font-size: var(--font-size);
    font-weight: 400;
    line-height: 1.8em;
    word-break: keep-all;
}

.eth_ti>span {
    color: var(--color-point4);
    font-weight: 600;
    font-size: var(--font-size3);
}

.eth_txt {
    font-size: var(--font-size2);
}

.eth_txt p {
    text-align: center;
    margin: 1em 0;
    padding-top: 1em;
    border-top: 1px dashed #ccc;
    font-weight: 500;
}

.eth_txt dl {}

.eth_txt dd {
    font-weight: 300;
    line-height: 1.6em;
    padding: 0.2em 0;
}

.eth_txt dt {
    font-weight: 500;
    padding: 1.5em 0 0.6em;
}

.eth_layer {
    padding: 2em;
    border: 1px solid #ccc;
    margin-top: 3em;
    border-radius: 1em;
    width: 100%;
}

.eth_layer p {
    font-size: 1.2em;
    text-align: center;
    margin: 2em 0;
    /* color: var(--color-main); */
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eth_layer p i {
    font-size: 43px;
    margin-right: .2em;
    color: var(--color-main);
}

/*.eth_layer p:after {content:"";width: 72%;height: 2px; position:absolute; left:0;bottom: 0;margin-left: 17%;background-color: var(--color-main);}*/
.eth_layer .sub_tit_center {
    margin: 0 0 2em;
}

.eth_box {
    display: flex;
    justify-content: center;
    height: auto;
    padding: 3em 0;
    border-radius: 1em;
    background-image: url(/img/page/4030/bg_logo_light.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.eth_layer .ci {
    margin: 0 auto;
    padding: 1em 2em;
    text-align: center;
    background-color: #fff;
}

.ci_box li {
    display: flex;
    align-items: center;
    padding: 0 1em;
    margin: 2em 0;
    border-radius: 1em;
}

.ci_box li p {
    font-size: var(--font-size);
    line-height: 1.6em;
    flex: unset;
    text-align: left;
    font-weight: 400;
    width: 95%;
    justify-content: unset;
    letter-spacing: -.2px;
}

.ci_box ul li span {
    border: 1px solid var(--color-main);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0 1em;
    margin-right: 2em;
    text-align: center;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1000px) {
    .eth span {
        padding-right: 1em;
    }

    .eth ul {}

    .eth li {
        line-height: 1.6em;
        margin-bottom: 0.6em;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .eth li:last-child {
        margin-bottom: 0;
    }

    div.eth_ti {
        font-size: 1em;
        margin-bottom: 2em;
    }

    .eth_ti p {}

    .eth_ti>span {
        letter-spacing: -.5px;
        word-break: keep-all;
    }

    .eth_txt {}

    .eth_txt p {}

    .eth_txt dl {}

    .eth_txt dd {}

    .eth_txt dt {}

    .eth_layer {
        padding: 1em;
        margin-top: 0;
    }

    .eth_layer p {
        font-size: 1.1em;
        text-align: left;
        word-break: keep-all;
    }

    .eth_layer .sub_tit_center {}

    .eth_box {
        padding: 2em 1em;
    }

    .ci_box {}

    .eth_layer .ci {
        padding: 2em 0;
    }

    .eth_layer .ci img {
        width: 40%;
    }

    .ci_box li {
        padding: 1.2em 0.5em;
    }

    .ci_box li p {
        width: 100%;
        text-align: center;
        margin: 1em 1em 0;
    }

    .logo {
        display: flex;
        flex-direction: column;
    }

    .logo img {
        width: 70%;
        margin-bottom: 1em;
    }
}

/** 이용절차(step) **/

.step_s1 {
    display: flex;
    justify-content: center;
}

.step_s1 li {
    width: 20%;
    text-align: center;
    position:
        relative;
    margin: 2.5em 0 2em;
    border-right: 1px dashed #ccc;
}

.step_s1 li.line_none {
    /* border-right:0; */
}

.step_s1 li:last-child {
    border: 0;
}

.step_s1 li p {
    padding-top: 1em;
    font-size: var(--font-size20);
    font-weight: 500;
}

.step_s1 li:before {
    content: "STEP";
    position: absolute;
    background-color: var(--color-point1);
    padding: 0.5em 2em;
    color: var(--color-white);
    border-radius: 3em;
    top: -46%;
    left: 0;
    margin-left: 25%;
}

.step_sub li {
    margin-top: 3.2em;
}

.type1 li {
    width: 25%;
}

.type1 li:before {
    margin-left: 28%;
}

@media screen and (max-width: 1000px) {
    .step_s1 {
        display: flex;
        flex-wrap: wrap;
    }

    .step_s1 li {
        width: 50%;
        margin-bottom: 3em;
        border-right: 0;
    }

    .step_s1 li:before {
        padding: 0.5em 1em;
    }

    .type1 li:before {
        margin-left: 20%;
    }
}

/** 링크버튼 */
.link_apply {}

.link_apply ul {
    display: flex;
    justify-content: center;
}

.link_apply li {
    cursor: pointer;
    background-color: var(--color-main);
    font-size: var(--font-size20);
    width: 46%;
    text-align: center;
    padding: 1em;
    border-radius: 1em;
    font-weight: 600;
    margin-right: 3em;
    color: var(--color-white);
}

.link_apply li a {
    color: var(--color-white);
}

.link_apply li i {
    padding-left: 1em;
}

.link_apply li:last-child {
    margin-right: 0;
}

.link_apply li:hover {
    background-color: var(--color-point1);
}

.down_btn {
    display: flex;
    justify-content: flex-end;
}

.down_btn div {
    padding: .8em 1em;
    background-color: var(--color-point1);
    margin-right: 1em;
    border-radius: .5em;
    cursor: pointer;
    /* border: 1px solid var(--color-main); */
    transition: all 0.4s ease-out;
}

.down_btn div a {
    color: var(--color-main);
    font-weight: 500;
}

.down_btn div:last-child {
    margin-right: 0;
}

.down_btn div i,
.btn_st2 i {
    padding: .5em;
    background-color: var(--color-main);
    border-radius: 100%;
    margin-left: 1em;
    color: #fff;
}

.down_btn div:hover {
    background-color: var(--color-main);
}

.down_btn div:hover a {
    color: #fff;
}

.down_btn div:hover i {
    background-color: #fff;
    color: var(--color-main);
}

.btn_st1 {
    display: flex;
    justify-content: center;
}

.btn_st1 div {
    background-color: #f5f5f5;
    border: 1px solid var(--color-main);
}

.btn_st2 {
    padding: .8em 1em;
    background-color: #f5f5f5;
    border: 1px solid var(--color-main);
    border-radius: .5em;
}

.btn_st2 a {
    color: var(--color-main);
}

.btn_st2:hover {
    background-color: var(--color-main);
}

.btn_st2:hover a {
    color: #fff;
}

.btn_st2:hover i {
    background-color: #fff;
    color: var(--color-main);
}

@media screen and (max-width: 1000px) {
    .link_apply ul {
        display: flex;
        flex-direction: column;
    }

    .link_apply li {
        width: 100%;
        background-color: var(--color-point1);
    }

    .link_apply li:last-child {
        margin-top: 0.5em;
    }

    .down_btn {
        display: flex;
        justify-content: space-between;
    }

    .down_btn div {
        margin-right: 0;
        width: 48%;
        text-align: center;
        padding: 0.5em;
    }

    .down_btn div i,
    .btn_st2 i {
        background: none;
        color: var(--color-main);
        margin-left: 0;
    }

    .btn_st1 div {
        width: 100%;
    }

    .btn_st2 {
        padding: 0.6em 1em;
    }
}

/* 사업안내 */
.all_business {
    margin-top: 2em;
}

.all_business>ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.all_business>ul>li {
    width: 24%;
}

.all_business>ul>li:nth-child(2n),
.business li:last-child {
    margin-right: 0;
}

.all_business .business ul {
    height: 20em;
    border: 1px solid #ccc;
    padding: 2em 1em 1em;
    margin-bottom: 3em;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
}

.all_business .business li {
    margin-top: 0.5em;
    -webkit-transition: .5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1;
    font-weight: 300;
    font-size: 17px;
}

.all_business .business li.tit {
    font-size: var(--font-size20);
    margin-top: 1em;
    color: var(--color-main);
    font-weight: 500;
}

.all_business .business ul li.hover {
    opacity: 0;
    width: 100px;
    margin: 0 auto;
}

.all_business .business ul:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.all_business .business ul:hover {
    background-image: url(/img/page/2030/1.jpg);
    border-radius: 0 2em 0 0;
    -webkit-transition: .5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding-top: 9em;
}

.all_business .business li:first-child ul:hover {
    background-image: url(/img/page/2010/1.jpg);
}

.all_business .business li:nth-child(2) ul:hover {
    background-image: url(/img/page/2010/2.jpg);
}

.all_business .business li:nth-child(3) ul:hover {
    background-image: url(/img/page/2010/3.jpg);
}

.all_business .business li:nth-child(4) ul:hover {
    background-image: url(/img/page/2010/4.jpg);
}

.all_business .business ul:hover::after {
    background-color: #812580a6;
    border-radius: 0 2em 0 0;
    -webkit-transition: .5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.all_business .business ul:hover li:first-child {
    opacity: 0;
    margin-top: -10em;
}

.all_business .business ul:hover li {
    color: var(--color-white);
}

.all_business .business ul:hover li.hover {
    display:
        block;
    background: #fff;
    color: var(--color-main);
    font-weight: 500;
    padding: 0.5em;
    border-radius: 3em;
    width: 50%;
    margin: 0 auto;
    margin-top: 1em;
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.biz_wr {
    padding: 2em;
    border: 1px solid #ccc;
    border-radius: 1em;
}

.biz {
    margin: 8em 0;
    position: relative;
}

.biz .sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5em 0;
    border-bottom: 1px solid #ddd;
}

.biz .sec:first-child {
    padding-top: 0
}

.biz .sec:last-child {
    border: 0;
    padding-bottom: 0;
}

.biz .sec dl {}

.biz .sec dl dt {
    font-size: var(--font-size22);
    font-weight: 600;
    position: relative;
}

.biz .sec dl dt:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 60%;
    background-color: var(--color-main);
    top: 23%;
    left: -1%;
}

.biz .sec dl dd {
    padding: .5rem 0 2rem;
}

.guide_use {
    margin-top: 1em;
}

.guide_use li {
    padding: 0 0 1em;
    margin-bottom: 1em;
}

.guide_use li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.biz_tit {
    /* color: var(--color-main); */
    font-size: var(--font-size24);
    position: relative;
}

.biz_tit span {
    width: 30px;
    height: 30px;
    background-color: var(--color-main);
    padding: .5em;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: .5;
    margin-right: .5em;
    font-size: var(--font-size20);
}

.biz_tit:after {
    display: none;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--color-main);
    top: 0;
    /* right: 0; */
    margin-left: 5px;
    border-radius: 100%;
}

.biz_info {
    padding: 2em 2em;
    width: 45%;
    border-radius: 0 2em 0 0;
    height: auto;
}

.biz_info_tit {
    font-size: var(--font-size20);
    margin-bottom: 2em;
    font-weight: 500;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2em;
    color: var(--color-main);
    word-break: keep-all;
}

.biz_info dl {
    display: flex;
    flex-direction: row;
    line-height: 2.3em;
    align-items: baseline;
    margin-top: 1.5em;
}

.biz_info dt {
    width: auto;
    text-align: left;
    background-color: var(--color-gray);
    margin-right: 1em;
    border-radius: 3em;
    margin-bottom: 0.5em;
    font-size: var(--font-size);
    font-weight: 500;
    background-repeat: no-repeat;
    display: inline-block;
    background-position-y: center;
    background-position-x: 1.2em;
    padding: 0 1.2em 1em 3em;
    height: 2.3em;
    color: var(--color-main);
}

.biz_info dt:nth-of-type(1) {
    background-image: url(/img/icon/biz_icon1.png);
}

.biz_info dt:nth-of-type(2) {
    background-image: url(/img/icon/biz_icon2.png);
}

.biz_info dt:nth-of-type(3) {
    background-image: url(/img/icon/biz_icon3.png);
}

.biz_info dt:nth-of-type(4) {
    background-image: url(/img/icon/biz_icon4.png);
}

.biz_info dd {
    width: 20%;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.biz_info dd ul li {
    padding: 0;
    text-align: left;
}

.use_info {
    padding-left: 3em;
}

.use_info p {
    /* font-weight: 400; */
}

.biz_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.biz_cont li {
    width: 48.6%;
    padding: 1em 1.5em;
    border: 1px solid #ddd;
    margin: 1em 0;
    height: 8em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.biz_cont li:first-child,
.biz_cont li:nth-child(2) {
    margin-top: 0;
}

.biz_cont li strong {
    font-weight: 500;
    font-size: var(--font-size22);
}

.biz_cont li p {
    word-break: keep-all;
}


/* 후원 */
.online {
    margin-top: 2em;
}

.online>ul {
    display: flex;
    justify-content: space-between;
}

.online>ul>li {
    width: 48%;
}

.linebox li.link {
    background-color: var(--color-point1);
    width: 50%;
    margin: 0 auto;
    border-radius: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.linebox li.link:hover {
    background-color: var(--happybin-color);
}

.linebox li.link2:hover {
    background-color: var(--together-color);
}

.linebox li a {
    color: var(--color-white);
    font-weight: 600;
    font-size: var(--font-size20);
}

@media screen and (max-width: 1000px) {
    .all_business {
        padding: 0 1em;
    }

    .all_business>ul {
        display: flex;
        flex-direction: column;
    }

    .all_business>ul>li {
        width: 48%;
    }

    .all_business .business ul {
        padding: 0 1em;
        word-break: keep-all;
        height: auto;
        margin-bottom: 1em;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .all_business .business ul>li {
        width: 75%;
    }

    .all_business .business li {
        width: 100%;
    }

    .all_business .business li.tit {
        width: 60%;
        text-align: left;
    }

    .all_business .business ul>li:first-child {
        width: 25%;
        margin-left: 10%;
    }

    .all_business .business ul>li:nth-child(3) {
        width: 100%;
    }

    .all_business .business li img {
        width: 100%;
    }

    .all_business .business ul li.hover {
        opacity: 1;
        background: var(--color-bg-point2);
        padding: 0.5em;
        width: 40%;
        border-radius: 3em;
        margin: 1em auto;
        font-weight: 500;
        color: #fff;
        background-color: var(--color-main-sub);
    }


    .biz {
        display: flex;
        flex-direction: column;
        margin-top: 2em;
        width: 100%;
        margin-bottom: 3em;
    }

    .biz .sec {
        padding: 1em 0;
    }

    .biz .sec .right {
        padding-left: 2%;
    }

    .biz .sec dl dt:before {
        left: -2%;
        width: 2px;
    }

    .biz_tit {
        word-break: keep-all;
    }

    .biz_info {
        margin-top: 1em;
        width: 87%;
        padding: 1em;
    }

    .biz_info_tit {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .use .biz_info ul li p {
        width: 75%;
    }

    .biz img {
        margin-top: 6%;
        margin-left: 0;
        height: 25vh;
        width: 100%;
        object-fit: cover;
    }

    .biz_info dl {
        display: flex;
        flex-wrap: wrap;
    }

    .biz_info dt {
        width: 30%;
        background-position-x: 22%;
        padding-left: 2.8em;
        /* text-align: center; */
        margin-right: 0;
    }

    .biz_info dd {
        width: 70%;
        line-height: 1.6em;
        margin-bottom: 1em;
        /* text-align: center; */
        word-break: keep-all;
        padding: 0 1em;
    }

    .biz_wr {
        padding: 1em;
    }

    .biz .use {
        display: flex;
        flex-direction: column;
    }

    .biz .use .biz_tit {
        width: 100%;
    }

    .use_info {
        padding-left: 0;
    }

    .online>ul {
        display: flex;
        flex-direction: column;
    }

    .online>ul>li {
        width: 100%;
    }

    .linebox li.link {
        background-color: var(--happybin-color);
        width: 86%;
    }

    .linebox li.link2 {
        background-color: var(--together-color);
    }

    .kakao_map {
        width: 100%;
    }
}

/** br 옵션 **/
br.mo {
    display: none;
}

br.pc {}

@media screen and (max-width: 1000px) {
    br.mo {
        display: unset;
    }

    br.pc {
        display: none;
    }

    .ground.icon {}

    .ground.icon ul {}

    .ground.icon ul li {}

    .ground.icon ul li i {}
}

/* 그림자 옵션 */
.shadow_in {
    box-shadow: inset 0px 10px 10px 0 rgb(121 121 121 / 10%);
    background-color: #f5f5f5;
}

/* 카카오맵 */
.kakaomap {
    position: relative;
    width: 100%;
    /* margin: 3em 0; */
}

.kakaomap .root_daum_roughmap .wrap_controllers {
    display: none;
}


/* 후원 자원봉사 */

.jawon {
    background-image: url(/img/page/3030/bg.jpg);
}

.sec .bg {
    width: 824px;
    height: 402px;
    position: relative;
    /* border-radius: 1em; */
    float: right;
}

.sec .txt {
    width: 772px;
    height: 210px;
    background-color: unset;
    box-shadow: unset;
    float: left;
    position: relative;
    /* margin-top: 5em; */
    margin-left: 2em;
    border-radius: 0 2em 0 0;
    padding: 2em;
    background-color: #ffffffad;
}

.sec .txt .ti {
    font-size: var(--font-size24);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -1px;
    color: var(--font-color-title-summary);
}

.sec .txt .tx {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5em;
    align-items: center;
    border-top: 1px dashed #ccc;
    padding-top: 1em;
}

.sec .txt .tx .inq {
    font-size: var(--font-size20);
}

.sec .txt .tx div span {
    color: var(--color-main);
    font-weight: 600;
    margin-right: .5em;
    font-size: var(--font-size22);
    line-height: 2em;
}

/* 유튜브 */
.yt {
    margin: 0 auto;
    text-align: center;
    margin-top: 2em;
}

.yt_link {
    float: right;
    background-color: #f70000;
    padding: .5em 1em;
    border-radius: .3em;
}

.yt_link a {
    color: #fff;
    font-size: .95em;
    display: flex;
    align-items: flex-start;
}

.yt_link iconify-icon {
    font-size: 1.7em;
    padding-right: .3em;
}


@media screen and (max-width: 1000px) {
    .kakaomap {
        width: 100%;
        height: 70vh;
        position: relative;
        margin-left: 0;
        margin-top: 2em;
    }

    .sec {
        background-size: 205%;
        background-position-y: top;
        height: auto;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .sec .bg {
        width: 100%;
        background-size: cover;
    }

    .sec .txt {
        width: 100%;
        margin-top: 14em;
        padding: 1em;
        height: auto;
        background-color: #fff;
        margin-left: 0;
    }

    .sec .txt .ti {
        color: var(--color-main);
        text-align: center;
    }

    .sec .txt .tx {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .sec .txt .tx .inq {
        font-size: 1em;
    }

    .sec .txt .tx div span {
        font-size: 1.1em;
    }

    .yt_link {
        margin-top: 1em;
    }
}

/* 센터안내 */

.center_info,
.goal,
.sec3,
.sec4 {
    width: 100%;
    display: flex;
    margin: 5em 0;
    flex-wrap: wrap;
}

.center_info {
    margin-top: 8em;
}

.center_info .sec1_mivi {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1.3em;
    flex-wrap: wrap;
}

.sec3 {
    width: var(--width-size);
    margin: 0 auto;
    padding: 5em 0;
}

.sec4 {
    margin-bottom: 8em;
}

.center_info .sec1_mivi>li {
    padding: 2em;
    width: 48%;
    color: #fff;
    position: relative;
}

.center_info .sec1_mivi>li:after {
    content: "";
    position: absolute;
    top: -13%;
    right: -1%;
    font-size: 3em;
    font-weight: 900;
    opacity: .2;
}

.center_info .sec1_mivi>li span {
    border-bottom: 2px solid #fff;
    padding-bottom: .5rem;
    font-size: .9em;
    font-family: var(--font-point);
}

.center_info .sec1_mivi>li p {
    word-break: keep-all;
    padding-top: 2rem;
    font-weight: 500;
}

.center_info .sec1_mivi .mission {
    background-color: var(--color-main);
}

.center_info .sec1_mivi .mission:after {
    content: "MISSION";
}

.center_info .sec1_mivi .vision {
    background-color: var(--color-point1);
    margin-right: 0;
}

.center_info .sec1_mivi .vision:after {
    content: "VISION";
}

.goal .sec2_right dl {
    padding: 2em;
    border: 2px solid var(--color-main);
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
}

.goal .sec2_right dt {
    width: 10%;
    font-size: var(--font-size20);
    font-weight: 600;
}

.goal .sec2_right dd {
    width: 85%;
}

.subtab_case2 .s2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sec3 .history {
    margin-top: 2em;
}

.sec3 .history .tab_inner div {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.tab_inner.on {
    display: unset;
}

.sec3 .history h4 {
    padding-right: 2em;
    position: relative;
}

.sec3 .history h4:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--color-main);
    bottom: 14%;
    margin-left: 3%;
}

.sec3 .history ul {
    border-top: 1px dashed #ccc;
    padding: 1em 0;
}

.sec3 .history ul.noline {
    border-top: 0;
}

.sec3 .history ul li {}

.sec3 .history ul li dl {
    display: flex;
    padding: .3rem 0;
}

.sec3 .history ul li dd p {
    line-height: 1.8;
}

.sec3 .history ul li .day {
    padding-right: 2em;
    font-weight: 500;
}

.sec4 ul li {
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.sec4 ul li i {
    color: var(--color-main);
    font-size: 1.5rem;
    padding-right: 1rem;
}

@media screen and (max-width: 1000px) {
    .center_info {
        margin: 3em 0 1em;
        display: flex;
        flex-direction: column;
    }

    .center_info .sec1_mivi>li {
        width: 100%;
        padding: 2rem 1rem;
    }

    .center_info .sec1_mivi>li:after {
        top: 0;
        right: -2%;
    }

    .goal {
        margin: 2em 0 3em;
    }

    .goal .sec2_right dl {
        padding: 1em;
    }

    .goal .sec2_right dl dt,
    .goal .sec2_right dl dd {
        width: 100%;
    }

    .goal .sec2_right dl dd {
        letter-spacing: -.5px;
    }

    .sec3 {
        padding: 1em 0;
        width: 100%;
    }

    .sec3 .history ul li .day {
        padding-right: 1rem;
    }

    .sec3 .history ul li dd p {
        letter-spacing: -.5px;
    }

    .sec4 {
        margin: 1em 0 4em;
    }

    .sec4 ul li {
        display: flex;
        align-items: flex-start;
        line-height: unset;
        padding: .3em 0;
    }

    .sec4 ul li i {
        font-size: 1.2rem;
        padding: .2rem .5rem 0 0;
    }
}


/* 운영법인 */
.sub_full .sub_con .wd30 .sec1_left_img img {
    width: 100%;
}

table.gray {
    width: 100%;
    /* border-top: 1px solid #1e1e1e; */
    margin-bottom: 1em;
}

.sec1_left_img {
    background-image: url(/img/page/4020/logo.png);
    width: 238px;
    height: 77px;
    background-size: 100%;
}

caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

table.gray tbody>tr {
    font-size: 16px;
    font-weight: 400;
    height: 4.6em;
}

table.gray tbody .line_n {
    border-bottom: none;
}

table.gray tbody .line_n.pt {
    padding-top: 1em;
}

table.gray tbody>tr.line_n {}

table.gray tbody>tr>th,
table.gray thead>tr>th,
table.gray thead>tr>td {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    text-align: left;
}

table.gray tbody>tr>td {
    border-bottom: 1px solid #ccc;
}

.bg_gray.wrap .content {
    margin: 0 auto;
    width: var(--width-size);
}

.con_box .tit .sec_tit {
    font-size: 2.2em;
    font-weight: 500;
}

.con_box ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.con_box ul li {
    position: absolute;
    text-align: center;
    width: 150px;
    height: 150px;
    background-color: var(--color-point1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    font-weight: 400;
    color: #fff;
    font-size: var(--font-size22);
    z-index: 2;
}

.con_box ul li:before {
    content: "";
    height: 1px;
    width: 125px;
    position: absolute;
    background-color: #ccc;
    bottom: 50%;
    left: 100%;
    z-index: -1;
}

.con_box ul li p {
    word-break: keep-all;
    font-weight: 400;
}

.con_box ul li.list1 {
    top: -20%;
    left: 15%;
    transform: rotate(45deg);
}

.con_box ul li.list2 {
    left: 5%;
    top: 30%;
}

.con_box ul li.list3 {
    bottom: -15%;
    left: 15%;
    transform: rotate(-45deg);
}

.con_box ul li.list4 {
    bottom: -15%;
    right: 15%;
    transform: rotate(-135deg);
}

.con_box ul li.list5 {
    top: 30%;
    right: 5%;
    transform: rotate(180deg);
}

.con_box ul li.list6 {
    top: -20%;
    right: 15%;
    transform: rotate(135deg);
}

.con_box ul li.list1 p {
    transform: rotate(-45deg);
}

.con_box ul li.list3 p {
    transform: rotate(45deg);
}

.con_box ul li.list4 p {
    transform: rotate(135deg);
}

.con_box ul li.list5 p {
    transform: rotate(-180deg);
}

.con_box ul li.list6 p {
    transform: rotate(-135deg);
}


.con1 {
    display: flex;
    justify-content: center;
    position: relative;
    /* height: 100vh; */
    padding: 5em 2em 4em 20em;
}

.bg_gray .tit_txt .sec_tit {
    font-size: 2.2em;
    font-weight: 500;
}

.bg_gray .map .map_tit {
    position: relative;
}

.bg_gray .map .map_tit div::before {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg_gray .map .map_tit li {
    text-align: center;
    width: 300px;
    border-radius: 50%;
    background: linear-gradient(to top, #e06932, #f3ac4b);
    line-height: 300px;
    z-index: -0;
    height: 300px;
    position: relative;
    left: 0%;
    top: 0;
    font-size: var(--font-size30);
}

.bg_gray .map .map_tit li::before {
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg_gray .map-1,
.bg_gray .map-2,
.bg_gray .map-3 {
    display: flex;
}


.bg_gray .map_1,
.bg_gray .map_2,
.bg_gray .map_3 {
    display: flex;
    position: relative;
}

.bg_gray .map-1 .map_1 li p,
.bg_gray .map-2 .map_1 li p,
.bg_gray .map-3 .map_1 li p {
    text-align: center;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-1 .map_1 li::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    top: 48%;
    border-radius: 50%;
    background-color: #86bb36;
}

.map-2 .map_1 li::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    top: 48%;
    border-radius: 50%;
    background-color: #86bb36;
}

.map-3 .map_1 li::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    top: 48%;
    border-radius: 50%;
    background-color: #86bb36;
}

.map_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: -1%;
}

.map_flex .map-1 .map_1 .map1-1 {
    position: relative;
    bottom: 85%;
    right: 180%;
}

.map_flex .map-1 .map_1 .map1-2 {
    position: relative;
    right: 290%;
}

.map_flex .map-1 .map_1 .map1-3 {
    position: relative;
    bottom: -48%;
    right: 163%;
}

.map_flex .map-1 .map_1 .map2-1 {
    position: relative;
    bottom: 85%;
    left: 180%;
}

.map_flex .map-1 .map_1 .map2-2 {
    position: relative;
    left: 290%;
}

.map_flex .map-1 .map_1 .map2-3 {
    position: relative;
    left: 164%;
    bottom: -48%;
}

.map_1.line::before {
    content: '';
    position: absolute;
    top: 40%;
    left: -116%;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    transform: rotate(43deg);
}

.map_1.line2::before {
    content: '';
    position: absolute;
    top: 41%;
    left: 119%;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    transform: rotate(-48deg);
}

.map_1.line1::before {
    content: '';
    position: absolute;
    top: 79%;
    left: -197%;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    transform: rotate(0deg);
}

.map_1.line3::before {
    content: '';
    position: absolute;
    top: 80%;
    left: -105%;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    transform: rotate(-48deg);
}

.map_1.line4::before {
    content: '';
    position: absolute;
    top: 80%;
    left: 198%;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    transform: rotate(0deg);
}

.map_1.line5::before {
    content: '';
    position: absolute;
    top: 81%;
    left: 100%;
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    transform: rotate(44deg);
}

.con2 {
    display: flex;
    justify-content: end;
}

.con2 .con2_box {
    background-color: #fff;
    width: 70%;
    border: 1px solid #ddd;
    margin-top: 9em;
}

.con2 .con2_box .con2_fs {
    font-size: var(--font-size30);
    font-weight: bold;
}

.con2 .con2_box .con2_txt {
    padding: 3em;
}

.con2 .con2_box .con2_txt li {
    padding-bottom: 1em;
    position: relative;
    width: 100%;
    font-weight: 400;
    /* list-style-type: disc;/ */
}


.con2 .con2_box .con2_txt li .color1 {
    color: #f6900d;
    padding-left: 1em;
    font-size: var(--font-size20);
}

.con2 .con2_box .con2_txt li::before {
    background-color: #f6900d;
    width: 5px;
    height: 5px;
    display: block;
    content: '';
    position: absolute;
    left: 4.3%;
    top: 35%;
    border-radius: 5px;
}

.con2 .con2_box .con2_txt li .con2_pl {

    padding-left: 3.4em;
}

.map_wrap {
    width: 100%;
    background-color: #ddd;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 5em;
}

.wrap h3 {
    font-size: 2.2rem;
}

.con_box {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    height: 50vh;
    margin-top: 5em;
}

.con_box .con_cicle {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    z-index: 3;
}

.con_box .con_cicle .con_cicle1,
.con_cicle2,
.con_cicle3 {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: linear-gradient(to top, #e06932, #f3ac4b);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con_box .con_cicle .con_cicle1>p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.con_box .con_cicle .con_cicle3 {
    background: #fff;
    width: 220px;
    height: 220px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con_box .con_cicle .con_cicle3 p {
    font-size: var(--font-size30);
    font-weight: 600;
}

.con_box .con_map1 ul,
.con_box .con_map2 ul,
.con_box .con_map3 ul {
    display: flex;
    justify-content: space-between;
}

.con_box .con_map1 ul li,
.con_box .con_map2 ul li,
.con_box .con_map3 ul li {
    width: 80px;
    padding: 1em;
    height: 80px;
    border-radius: 50%;
    background-color: #8eb419;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: relative;
}

.con_box ul .ps1::before {
    content: '';
    display: block;
    width: 480px;
    border: 1px solid #a1a1a1;
    position: absolute;
    transform: rotate(37deg);
    left: 21%;
    bottom: -130px;
    z-index: -1;
}

.con_box .con_map1 ul::before {}

.con_box .con_map2 ul::before {
    content: '';
    display: block;
    width: 480px;
    border: 1px solid #a1a1a1;
    position: absolute;
    left: -31%;
    top: 54%;
    transform: rotate(145deg);
    z-index: -1;
}

.con_box .con_map3 ul::before {
    content: '';
    display: block;
    width: 416px;
    border: 1px solid #a1a1a1;
    position: absolute;
    left: -20%;
    z-index: -1;
}

.con_box .con_map1 ul>.ps1 {
    position: relative;
    right: 37%;
    top: -27px;
}

.con_box .con_map1 ul>.ps2 {
    position: relative;
    left: 44%;
    top: -78px;
}

.con_box .con_map2 ul>.ps1 {
    position: relative;
    right: 46%;
    top: 45px;
}

.con_box .con_map2 ul>.ps2 {
    position: relative;
    left: 46%;
    top: 45px;
}

.con_box .con_map3 ul>.ps1 {
    position: relative;
    right: 37%;
    top: 118px;
}

.con_box .con_map3 ul>.ps2 {
    position: relative;
    left: 37%;
    top: 121px;
}

.con_text_box {
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    padding: 2em 2em;
    position: relative;
    margin-top: 10em;
}

.con_text_box .txt_box ul {}

.con_text_box .txt_box li {
    display: flex;
    padding: .6em 0;
}

.con_text_box .txt_box li .num {
    font-size: var(--font-size30);
    font-weight: 700;
    font-family: 'LotteMartHappyme';
    position: relative;
    padding-right: 2rem;
}

.con_text_box .txt_box li .num:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--color-main);
    bottom: 58%;
    margin-left: 5%;
}

.con_text_box .txt_box li dl {}

.con_text_box .txt_box li dl dt {
    color: var(--color-main);
    font-weight: 500;
    font-size: var(--font-size20);
    padding-bottom: .2em;
}

.con_text_box .txt_box li dl dd {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .con_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-top: 0;
    }

    .con_box .con_cicle {
        width: 320px;
        height: 320px;
    }

    .con_box .con_cicle .con_cicle1 {
        width: 200px;
        height: 200px;
    }

    .con_box .con_cicle .con_cicle2 {
        width: 250px;
        height: 250px;
    }

    .con_box .con_cicle .con_cicle3 {
        width: 180px;
        height: 180px;
    }

    .con_box ul {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding-top: 2em;
        justify-content: space-between;
    }

    .con_box ul li {
        position: relative;
        width: 100px;
        height: 100px;
        margin-bottom: 1rem;
    }

    .con_box ul li:before {
        display: none;
    }

    .con_box ul li.list1,
    .con_box ul li.list2,
    .con_box ul li.list3,
    .con_box ul li.list4,
    .con_box ul li.list5,
    .con_box ul li.list6 {
        transform: rotate(0deg);
        top: 0;
        left: 0;
    }

    .con_box ul li.list1 p,
    .con_box ul li.list2 p,
    .con_box ul li.list3 p,
    .con_box ul li.list4 p,
    .con_box ul li.list5 p,
    .con_box ul li.list6 p {
        transform: rotate(0deg);
    }

    .con_text_box {
        margin-top: 2em;
        padding: 1em;
    }

    .con_text_box .txt_box li .num {
        padding-right: 1rem;
    }

    .con_text_box .txt_box li .num:after {
        bottom: 76%;
        width: 4px;
        height: 4px;
    }

}

/* 운영조직 */
table.gray.wd {
    width: 40%;
}

table.gray tbody>tr>td.border {
    padding-left: 0.5em;
}

table.gray tbody>tr.t_color {
    height: 2.5em;
    background-color: var(--color-main);
}

table.gray tbody>tr.t_color .t_tit {
    font-size: 1.3em;
    border: 1px solid #ccc;
}


table.gray tbody>tr.t_color .t_tit.pl {
    border-radius: 1px solid #ccc;
    padding-left: 1.5em;
}

@media screen and (max-width: 1000px) {}

/* 이용안내 */
.use {
    margin: 8em 0;
    display: flex;
}

.use.sec1 {
    margin: 10em 0 5em;
}

.use dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.use dl dt,
.use dl dd {
    line-height: 2;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.use dl dt:last-of-type,
.use dl dd:last-child {
    border-bottom: 0;
}

.use dl dd.wd100 {
    width: 100%
}

.use dl dt {
    width: 15%;
    font-weight: 500;
}

.use dl dt:first-child,
.use dl dd:first-of-type {
    padding-top: 0;
}

.use dl dd {
    width: 85%;
}

.use dl ul {
    display: flex;
    justify-content: space-between;
}

.use dl ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22%;
    padding: 2em 1em;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    position: relative;
}

.use dl ul li:after {
    content: '\f061';
    position: absolute;
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    color: #888;
    right: -13%;
    top: 43%;
}

.use dl ul li:last-child::after {
    display: none;
}

.use dl ul li p {
    word-break: keep-all;
    line-height: 1.6;
    padding-top: 1em;
    text-align: center;
    font-weight: 400;
}

.use dl ul li span {
    background-image: url(/img/icon/2010_icon1.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 140px;
    height: 140px;
    background-color: var(--color-main);
    border-radius: 50%;
}

.use dl ul li:nth-child(2) span {
    background-image: url(/img/icon/2010_icon2.png);
}

.use dl ul li:nth-child(3) span {
    background-image: url(/img/icon/2010_icon3.png);
}

.use dl ul li:nth-child(4) span {
    background-image: url(/img/icon/2010_icon4.png);
}


@media screen and (max-width: 1000px) {
    .use {
        display: flex;
        flex-direction: column;
        margin: 2em 0;
    }

    .use.sec1 {
        margin: 3em 0;
    }

    .sec1_left_img {
        margin: 2rem 0 0;
    }

    .use dl {}

    .use dl dt {
        width: 100%;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .use dl dd {
        width: 100%;
        padding-top: 0;
        word-break: keep-all;
    }

    .use dl ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
    }

    .use dl ul li {
        width: 44%;
        margin: 3% 0;
    }

    .use dl ul li span {
        width: 80px;
        height: 80px;
        background-size: 70%;
    }

    .use dl ul li:after {
        right: -18%;
    }
}

/* 법인현황 */
.corp .sec2 {
    padding: 5em 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.corp .sec2 .sec2_right {
    margin-top: 6em;
}

/* 법인 조직도 */
.people_map_v2 {}

.people_map_v2 .map0 ul:before,
.people_map_v2 .map1 ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.people_map_v2 li {
    width: 30%;
    /* text-align: center; */
}

.people_map_v2 .map0 ul {
    display: flex;
    gap: 5%;
    position: relative;
}

.people_map_v2 .map0 ul li {
    background-color: var(--color-main);
    color: #fff;
    height: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.people_map_v2 .map1 {
    padding: 3rem 0;
    position: relative;
}

.people_map_v2 .map1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ccc;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.people_map_v2 .map1 ul {
    display: flex;
    gap: 5%;
    position: relative;
}

.people_map_v2 .map1 ul li {
    background-color: var(--color-point1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    font-size: 22px;
    text-align: center;
}

.people_map_v2 .map2 {
    padding-top: 3rem;
    position: relative;
}

.people_map_v2 .map2:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #ccc;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.people_map_v2 .map2>ul {
    display: flex;
    gap: 5%;
}

.people_map_v2 .map2 dl {
    position: relative;
}

.people_map_v2 .map2 dl:before {
    content: "";
    position: absolute;
    background-color: #ccc;
    width: 1px;
    height: 5rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: -3rem;
}

.people_map_v2 .map2 dt {
    background-color: var(--color-point2);
    height: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    position: relative;
}

.people_map_v2 .map2 dd {}

.people_map_v2 .map2 .dd_list {
    background-color: #eee;
    padding: 1rem;
    padding-left: 3rem;
    border: 2px solid var(--color-point2);
    border-top: 0;
    list-style: disc;
}

.people_map_v2 .map2 .dd_list li {
    width: 100%;
    padding: .5rem 0;
}

.people_map_v2 .map2 .dd_list li::marker {
    color: #999;
    font-size: 16px
}

@media screen and (max-width: 1000px) {
    .corp .sec2 {
        padding: 2em 0 4em;
    }

    .people_map_v2 .map1 {
        padding: 2rem 0
    }

    .people_map_v2 .map0 ul li,
    .people_map_v2 .map1 ul li {
        font-size: 18px;
        word-break: auto-phrase;
    }

    .people_map_v2 .map2 {
        padding-top: 0;
    }

    .people_map_v2 .map2:after {
        display: none
    }

    .people_map_v2 .map2>ul {
        flex-wrap: wrap;
    }

    .people_map_v2 .map2 li {
        width: 100%
    }

    .people_map_v2 .map2 dl:before {
        display: none
    }
}