/* wrap border-bottom */
#wrap {
    border-bottom: 1px solid #e1e1e1;
}

/* sub intro */
#sub_intro {
    width: 100%;
    height: 561px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-attachment: fixed; */
}

.sub_title {
    text-align: center;
    margin-top: 60px;
}

.sub_title1 span {
    font-size: 15px;
    color: #65dbd4;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}

.sub_title p {
    font-size: 60px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-top: 10px;
}

/* .sub_route {
    width: 100%;
    height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.sub_route .main_center {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 189px;
}

.home {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #13a89e;
    width: 90px;
    height: 90px;
}

.home i {
    font-size: 24px;
} */

.sub_box {
    width: 333px;
    height: 100%;
    padding-left: 70px;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
}

.sub_box:after {
    content: " ";
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sub_box p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sub_box p span {
    font-size: 20px;
    color: #717070;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

.sub_box p i {
    font-size: 16px;
    /* color: #fff; */
}

.sub_box.show p i {
    transform: rotate(180deg);
}

.sub_box.show {
    background-color: #fafafa;
}

.sub_box ul {
    width: 333px;
    position: absolute;
    top: 90px;
    left: 0;
    box-sizing: border-box;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.sub_box.show ul {
    opacity: 1;
    visibility: visible;
}

/* .sub_box ul li {
    width: max-content;
    font-size: 20px;
    color: #717070;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 20px;
} */

.sub_box ul li {
    font-size: 20px;
    color: #717070;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    cursor: pointer;
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background-color: #fff;
}

.sub_box ul li:hover {
    background-color: #fafafa;
}

.sub_box ul li i {
    display: none;
    float: right;
    margin-right: 33px;
}

/* 호버 시 아이콘 표시 */
.sub_box ul li:hover i {
    display: flex;
    align-items: center;
    justify-content: center;
    /* float: right; */
    margin-right: 33px;
}
/* .sub_box ul li:last-child {
    margin-bottom: 0;
} */

/* sub_route */

.sub_route{
    border-bottom: 1pt solid #e1e1e1;
}
.sub_route .center{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 189px;
}
.sub_route .home{
    width: 90px;
    height: 90px;
    background-color: #13a89e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.route_menu {
    width: 330px;
    position: relative;
}
.route_menu p{
    border-right: 1pt solid #e1e1e1;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 30px;
}
.route_menu p span{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #717070;
}
.route_menu p i{
    font-size: 20px;
    color: #717070;
}
.route_menu.on i.xi-angle-down {
    transform: rotate(180deg);
    transition: .3s;
}

.route_menu ul {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    box-sizing: border-box;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.route_menu.on ul {
    opacity: 1;
    visibility: visible;
}

.route_menu ul li {
    width: 100%;
    height: 90px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #717070;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1pt solid #e1e1e1;
    box-sizing: border-box;
    background-color: #fff;

    padding: 0 30px 0 70px;
}
.route_menu ul li i.xi-angle-right{
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
}
.route_menu ul li:hover {
    background-color: #fafafa;
}
.route_menu ul li:hover i.xi-angle-right{
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    color: #717070;
}

/* sub content */
#sub_content {
    width: 100%;
}


/* sub1_1 */
.sub1_intro {
    background-image: url(../images/sub1_bg.png);
}

.s1_1_sec1 {
    height: 697px;
    position: relative;
    padding-bottom: 70px;
}

.s1_1_sec1 .center {
    display: flex;
    height: 100%;
}

.s1_1_sec1_left {
    width: 50%;
}

.s1_1_bgtxt {
    /*position: relative;*/
}

.s1_1_bgtxt p {
    position: absolute;
    font-family: 'Pretendard-Black', sans-serif;
    font-weight: normal;
    font-size: 112.69px;
    color: #a7aeb9;
    opacity: 0.1;
    left: 0;
    /*bottom: 1%;*/
    bottom: -28px;
}

.s1_1_sec1_left {
    margin-top: 130px;
}

.s1_1_sec1_left .txt1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

.s1_1_sec1_left .bar {
    width: 83px;
    height: 2px;
    background-color: #004d58;
    margin-top: 51px;
    margin-bottom: 56px;
}

.s1_1_sec1_left .txt2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.s1_1_sec1_right img {
    margin-top: 129px;
}

.s1_1_sec2 {
    background-image: url(../images/sub1_1_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s1_1_sec2 .center {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-top: 105px;
    padding-bottom: 105px;
    margin-left: 950px;
    width: 50% !important;
}

.s1_1_sec2 .center span {
    font-weight: 700;
    color: #fff;
}
.s1_1_sec2 a{
    margin-top: 30px;
    width: 200px;
    height: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #fff;
    font-size: 20px;
    border: 1pt solid #fff;
}
.s1_1_sec2 a i{
    transform: rotate(45deg)
}

/* sub1_2 */
.sub1_2_intro {
    background-image: url(../images/sub1_2_intro.jpg);
}

.sub_inner2 {
    width: 100%;
    padding: 150px 0;
    background-image: url(../images/sub1_2_bg.jpg);
    background-position: center;
}

.s1_2_txt {
    text-align: center;
}

.s1_2_txt p {
    font-size: 47px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
}

.s1_2_txt p span {
    font-size: 67px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: block;
}

.s1_2_txt>span {
    font-size: 29px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 35px;
    display: block;
}

.s1_2_ul {
    width: 100%;
    margin-top: 110px;
}

.s1_2_ul ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_2_ul ul li {
    width: 320px;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 130px;
}

.s1_2_ul ul li:last-child {
    margin-right: 0;
}

.s1_2_ul ul li p {
    font-size: 23px;
    line-height: 35px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_2_ul ul li p span {
    font-size: 29px;
    font-family: 'BCcardB', sans-serif;
}


/* sub1_3 */
.s1_3_sec1 {
    position: relative;
}

.s1_3_sec1 > p {
    position: absolute;
    font-family: 'Pretendard-Black', sans-serif;
    font-weight: normal;
    font-size: 112.69px;
    color: #f9f9f9;
    right: 0;
}

.s1_3_sec1 .txt {
    margin-top: 110px;
    margin-bottom: 75px;
}

.s1_3_sec1 .txt > p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-bottom: 29px;
}

.s1_3_sec1 .txt > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
}

.s1_3_sec1 .cont {
    display: flex;
}

.s1_3_sec1 .cont img {
    width: 850px;
    height: 446px;
    padding-bottom: 110px;
}

.cont_txt {
    margin-left: 82px;
    margin-top: 60px;
}

.cont1 > p {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #004d58;
}

.cont1 > span {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-top: 26px;
    margin-bottom: 34px;
    display: block;
}

.cont .bar {
    width: 81px;
    height: 2px;
    background-color: #004d58;
}

.cont2 p {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #004d58;
    margin-top: 36px;
    margin-bottom: 33px;
}

.cont2 ul li {
    display: flex;
    margin-bottom: 3px;
    justify-content: space-between; /* 왼쪽과 오른쪽 정렬 */
    align-items: center;
}

.left_t {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.right_t {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.s1_3_sec2 {
    background-color: #f4f4f4;
}

.s1_3_sec2 .center{
    position: relative;
}

.s1_3_sec2 .center > p {
    position: absolute;
    font-family: 'Pretendard-Black', sans-serif;
    font-weight: normal;
    font-size: 112.69px;
    color: #f9f9f9;
    right: 0;
    padding-top: 109px;
    padding-bottom: 40px;
}

.s1_3_sec2 .txt1 {
    padding-top: 110px;
    margin-bottom: 45px;
}

.s1_3_sec2 .txt1 p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-bottom: 26px;
}

.s1_3_sec2 .txt1 span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    display: block;
}

.s1_3_cont_txt {
    display: flex;
    padding-bottom: 43px;
    position: relative;
    top: -65px;
}

.s1_3_cont_txt i {
    font-size: 25px;
}

.s1_3_cont_t1 {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #474747;
    margin-left: 19px;
    margin-right: 23px;
}

.s1_3_bar {
    width: 14px;
    height: 2px;
    background-color: #cccccc;
    transform: rotate(90deg) translateX(13px);
}

.s1_3_cont_t2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-left: 19px;
}

/* sub1_4 */
.sub1_4_intro {
    background-image: url(../images/load_bg.jpg);
}

.s1_4_content {
    width: 100%;
    margin-top: 80px;
}

.mapbox {
    width: 100%;
    height: 500px;
}

.mapbox iframe {
    width: 100%;
    height: 100%;
}

.location_box {
    width: 100%;
    margin-top: 45px;
    display: flex;
    align-items: flex-start;
}

.location_box>p {
    width: 17%;
    font-size: 23px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.location_box ul {
    width: 83%;
    display: flex;
    flex-wrap: wrap;
}

.location_box ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.location_box ul li:first-child {
    width: 100%;
    margin-top: 0;
}


/* sub2_1 */
.sub2_intro {
    background-image: url(../images/sub2_bg.png);
}

.sub2_1_sec {
    position: relative;
    height: 100%;
}

.s2_1_sec .txt {
    margin-top: 160px;
}

.s2_1_sec .txt > p {
    font-size: 15px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    color: #00a79d;
}

.s2_1_sec .txt > span {
    font-size: 40px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    margin-top: 24px;
    margin-bottom: 86px;
    display: block;
}

.s2_1_sec .cont ul li {
    display: flex;
}

.s2_1_sec_l2, .s2_1_sec_l4 {
    width: 50%;
}

.s2_1_sec .cont .t1 {
    font-size: 30px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
}

.s2_1_sec .cont .s2_1_bar1, .s2_1_bar2, .s2_1_bar3, .s2_1_bar4, .s2_1_bar5 {
   width: 50px;
   height: 2px;
   background-color: #004d58;
   margin: 30px 0;
}

.s2_1_sec .cont p {
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    border: 1px solid #d7d7d7;
    border-radius: 64px;
    display: flex;
    padding: 20px;
    cursor: pointer;
}

.s2_1_sec .cont p:hover {
    border-color: #00a299;
    cursor: default !important;
}

.s2_1_sec .cont .s2_1_sec_r1 p, .s2_1_sec_r3 p, .s2_1_sec_r5 p {
    margin-right: 10px;
}

.s2_1_sec .cont .s2_1_sec_l2 p, .s2_1_sec_l4 p {
    margin-left: 10px;
}

.s2_1_sec .cont .s2_1_sec_r5 p {
    padding: 15px 25px;
}

.s2_1_sec .cont .t2_top, .t2_down, .t2_mid {
    display: flex;
}

.s2_1_sec .cont .t2_top, .t2_mid {
    margin-bottom: 10px;
}

.s2_1_sec_l2 .t1, .s2_1_sec_l4 .t1 {
    text-align: right;
}

.s2_1_bar2, .s2_1_bar4 {
    float: right;
}

.s2_1_sec_l2 .t2, .s2_1_sec_l4 .t2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.sub2_1_sec > p {
    position: absolute;
    font-family: 'Pretendard-Black', sans-serif;
    font-weight: normal;
    font-size: 112.69px;
    color: #f9f9f9;
    right: -17%;
}

.s2_1_sec_r1 {
    margin-top: 92px;
    margin-left: 59px;
}

.s2_1_sec_l2 {
    margin-top: 100px;
    margin-right: 50px;
}

.s2_1_sec_r3 {
    margin-top: 100px;
    margin-left: 59px;
}

.s2_1_sec_l4 {
    margin-top: 68px;
    margin-right: 52px;
}

.s2_1_sec_r5 {
    margin-top: 134px;
    margin-left: 59px;
}

.s2_1_sec .cont ul li {
    margin-bottom: 60px;
}

.s2_1_sec .cont ul li:last-child {
    margin-bottom: 100px;
}

/* sub4_1 */
.sub4_1_intro {
    background-image: url(../images/contact_bg.jpg);
}

.s4_1_title span {
    display: block;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 10px;
}

.s4_1_title span br.pc_none{
    display: none;
}

.s4_1_content {
    width: 1400px;
    margin: 50px auto 0;
    border-top: 2px solid #0072bc;
}

.s4_1_content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.s4_1_content ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
}

.s4_1_content ul li:nth-child(2),
.s4_1_content ul li:nth-child(3),
.s4_1_content ul li:nth-child(4),
.s4_1_content ul li:nth-child(5),
.s4_1_content ul li:nth-child(8),
.s4_1_content ul li:nth-child(9) {
    width: 50%;
}

.s4_1_content ul li:last-child {
    border-bottom: 0;
    display: block;
    padding: 25px 15px 0;
}

.s4_1_content ul li:last-child>p {
    width: 100%;
}

.s4_1_content ul li>p {
    width: 100px;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s4_1_content ul li>p span {
    color: #d50000;
}

.radio_box {
    width: calc(100% - 100px);
    height: 50px;
    display: flex;
    align-items: center;
}

.radio_box label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-right: 40px;
    cursor: pointer;
}

.radio_box label:last-child {
    margin-right: 0;
}

.radio_box label input {
    margin-right: 5px;
}

.s4_1_content ul li>input {
    width: calc(100% - 100px);
    height: 50px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s4_1_content ul li>textarea {
    width: calc(100% - 100px);
    height: 200px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.file_box {
    width: calc(100% - 100px);
    height: 50px;
    display: flex;
    align-items: center;
}

.file {
    width: 130px;
    height: 40px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

.file_box span {
    margin-left: 15px;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.agree_box {
    width: 100%;
    margin-top: 15px;
}

.agree_inner {
    width: 100%;
    height: 200px;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    white-space: pre-line;
    font-size: 15px;
    color: #555;
    line-height: 20px;
    font-family: 'Pretendard-Light', sans-serif;
    padding: 20px;
}

.agree_radio {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.agree_radio label {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.agree_radio label input {
    margin-right: 5px;
}

.s4_1_content>input {
    display: block;
    margin: 75px auto 0;
    width: 280px;
    height: 60px;
    background-color: #0072bc;
    border-radius: 50px;
    border: 0;
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}


/* sub3_1 */
.sub3_intro {
    background-image: url(../images/sub3_bg.png);
}

.sub3_1_sec {
    position: relative;
}

.sub3_1_sec > p {
    position: absolute;
    font-family: 'Pretendard-Black', sans-serif;
    font-weight: normal;
    font-size: 112.69px;
    color: #f9f9f9;
    right: -21%;
}

.s3_1_title1 > p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-top: 160px;
}

.s3_1_title1 > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 27px;
    margin-bottom: 57px;
    display: block;
}

.s3_1_con1 {
    background-image: url(../images/sub3_1_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.s3_1_c1_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s3_1_c1_item p {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin-top: 130px;
}

.s3_1_c1_item span {
    color: #80d4ce;
}

.s3_con_bar {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 30px;
}

.s3_1_c1_t1 {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 116px;
}

.s3_1_con2 .c2_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 136px;
}

.s3_1_con2 .c2_title p {
    background-color: #004c58;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 585px;
    height: 79px;
    border-radius: 50px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
}

.s3_1_con2 .c2_title span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #badfdd;
}

.c2_con {
    background-image: url(../images/sub3_1_2.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    top: 30px;
}

.s3_1_con2 .center .c2_con ul li > p {
    font-family: 'Pretendard-ExtraBold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    background: linear-gradient(143deg, #00a79d, #004a57);
    width: 91px;
    height: 91px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
}

.s3_1_con2 .center .c2_con .c2_txt p {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #454545;
    margin-top: 45px;
}

.s3_1_con2 .center .c2_con .c2_txt span {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #454545;
    margin-top: 18px;
    display: block;
    line-height: 1.5;
}

.c2_con ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0 35px;
    position: relative;
    top: 90px;
    margin-bottom: 115px;
}

.c2_con ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}

.c2_txt {
    text-align: center;
}

.s3_1_con3 {
    width: 100%;
    height: 100%;
}

.s3_1_con2 .c2_title2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
    margin-bottom: 81px;
}

.s3_1_con2 .c2_title2 p {
    background-color: #004c58;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 585px;
    height: 79px;
    border-radius: 50px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
}

.s3_1_con2 .c2_title2 span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #badfdd;
}

.c2_con2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 13px;
}

.c2_con2 ul li {
    display: flex;
    flex-direction: column;
}

.c2_con2 ul li p {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #454545;
    background-color: #f3f3f3;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 340px;
    height: 160px;
    border-radius: 25px;
    text-align: center;
}

.s3_1_title2 > p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-top: 160px;
}

.s3_1_title2 > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 27px;
    margin-bottom: 57px;
    display: block;
}

.s3_1_con3 {
    background-image: url(../images/sub3_1_3.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.s3_1_c3_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s3_1_c3_item p {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin-top: 130px;
}

.s3_1_c3_item span {
    color: #80d4ce;
}

.s3_con_bar2 {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-top: 29px;
    margin-bottom: 29px;
}

.s3_1_c3_t1 {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 110px;
}

.s3_1_con4 .c4_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 136px;
}

.s3_1_con4 .c4_title p {
    background-color: #004c58;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 585px;
    height: 79px;
    border-radius: 50px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
}

.s3_1_con4 .c4_title span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #badfdd;
}

.c4_con {
    background-image: url(../images/sub3_1_4.png);
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    display: flex;
    flex-direction: column;
    top: -10px;
}

.s3_1_con4 .center .c4_con ul li > p {
    font-family: 'Pretendard-ExtraBold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    background: linear-gradient(143deg, #00a79d, #004a57);
    width: 91px;
    height: 91px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
}

.s3_1_con4 .center .c4_con .c4_txt p {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #454545;
    margin-top: 49px;
}

.s3_1_con4 .center .c4_con .c4_txt span {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #454545;
    margin-top: 22px;
    display: block;
    line-height: 1.5;
}

.c4_con ul {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.c4_con ul:first-of-type {
    top: 140px;
    margin-bottom: 110px;
}

.c4_con ul:nth-of-type(2) {
    top: 117px;
    margin-bottom: 110px;
}

.c4_con ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.c4_txt {
    text-align: center;
}

/* dna 주사치료 */
.s3_1_title3 > p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-top: 160px;
}

.s3_1_title3 > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 28px;
    display: block;
}

.s3_1_title3 .t3_con {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #222;
    margin-top: 46px;
    margin-bottom: 86px;
    line-height: 1.5;
}

.s3_1_con5 {
    background-image: url(../images/sub3_1_5.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.s3_1_c5_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s3_1_c5_item p {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin-top: 130px;
}

.s3_1_c5_item span {
    color: #80d4ce;
}

.s3_con_bar3 {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-top: 29px;
    margin-bottom: 29px;
}

.s3_1_c5_t1 {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 110px;
}

/* dna 주사치료 치료대상 */
.s3_1_c6_item1 {
    display: flex;
    margin-top: 142px;
}

.s3_1_c6_item1 .item1_txt {
    margin-left: 67px;
    margin-top: 72px;
}

.s3_1_c6_item1 .item1_txt > p {
    margin-bottom: 36px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 35px;
    color: #222;
}

.s3_1_c6_item1 .item1_txt ul li {
    display: flex;
    align-items: center;
}

.s3_1_c6_item1 .item1_txt ul li:not(:last-child) {
    margin-bottom: 30px;
}

.s3_1_c6_item1 .item1_txt ul li span {
    display: block;
    background-color: #13a89e;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 12px;
}

.s3_1_c6_item1 .item1_txt ul li {
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #222;
}

/* dna 장점 */
.s3_1_c6_item2 .c6_title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 138px;
    margin-bottom: 81px;
}

.s3_1_c6_item2 .c6_title p {
    background-color: #004c58;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 585px;
    height: 79px;
    border-radius: 50px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
}

.s3_1_c6_item2 .c6_title span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #badfdd;
}

.c6_con ul {
    display: flex;
    gap: 0 20px;
}

.c6_con ul li {
    display: flex;
    flex-direction: column;
}

.c6_con ul li p {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #454545;
    background-color: #f3f3f3;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 336px;
    height: 160px;
    border-radius: 25px;
    text-align: center;
    line-height: 1.5;
}

/* 체외충격파 */
.s3_1_title4 > p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-top: 147px;
}

.s3_1_title4 > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 24px;
    display: block;
    margin-bottom: 71px;
}

.s3_1_c6_item3, .s3_1_c6_item4 {
    display: flex;
}

.c6_item3_box {
  margin-left: 67px;
  margin-top: 72px;
}

.c6_item4_box {
  width: 50%;
    margin-right: 143px;
    margin-top: 186px;
}

.c6_item3_box > span, .c6_item4_box > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 35px;
    color: #222;
}

.s3_con_bar4 {
    width: 50px;
    height: 2px;
    background-color: #004d58;
    margin-top: 27px;
    margin-bottom: 31px;
}

.s3_1_c6_item4 > img {
    margin-top: 76px;
}

.c6_item3_box > p, .c6_item4_box > p {
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #222;
    line-height: 1.5;
}

.s3_1_c6_item4 {
    margin-bottom: 123px;
}

/* sub4 */
.sub4_intro {
    background-image: url(../images/sub4_bg.png);
}

.sub4_1_sec {
    position: relative;
}

.sub4_1_sec > p {
    position: absolute;
    font-family: 'Pretendard-Black', sans-serif;
    font-weight: normal;
    font-size: 112.69px;
    color: #f9f9f9;
    right: -10%;
    text-transform: uppercase;
}

.s4_1_title1 > p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-top: 160px;
}

.s4_1_title1 > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 27px;
    margin-bottom: 57px;
    display: block;
}

.s4_1_c1_item {
    display: flex;
}

.s4_1_c1_item ul {
  position: absolute;
  right:10%;
    background-color: #004c58;
    width: 500px;
    padding:55px;
    border-radius: 10px;
    margin-top:37px;
}

.s4_1_c1_item ul li {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}

.s4_1_c1_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-top: 138px;
    margin-bottom: 81px; */
}

.s4_1-imgs {
  filter: drop-shadow(2px 5px 5px #ddd);
  margin-bottom:15px;
}

.s4_1_c1_txt p {
    border: 1px solid #13a89e;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 1090px;
    height: 79px;
    border-radius: 50px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #454545;
    margin-top: 50px;
}

.s4_1_title2 > p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #00a79d;
    margin-top: 101px;
}

.s4_1_title2 > span {
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 27px;
    margin-bottom: 57px;
    display: block;
}

.s4_1_c1_item2 {
    display: flex;
}

.c1_item2_box {
    margin-right: 45px;
}

.c1_item2_box span {
    display: block;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #222;
}

.item2_t1 {
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 21px;
}

.item2_t2 {
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
}

.s4_bar {
    width: 51px;
    height: 2px;
    background-color: #004d58;
    margin-top: 26px;
    margin-bottom: 26px;
}

.s4_1_c1_item3 {
    display: flex;
    margin-top: 154px;
    margin-bottom: 112px;
}

.item3_txt {
    display: flex;
}

.item3_txt p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #08414a;
    border: 1px solid #13a89e;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px 28px;
    border-radius: 50px;
    margin-top: 23px;
}

.item3_txt p:not(:last-child) {
    margin-right: 14px;
}

.c1_item3_box2 {
    margin-left: 77px;
}

.c1_item3_box2 span {
    display: block;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #222;
}

.item3_t1 {
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 21px;
    line-height: 1.5;
}

.item3_t2 {
    font-family: 'Pretendard-Light', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
}

/* sub5_1 */
.sub5_intro {
    background-image: url(../images/sub5_bg.png);
}

.s5_1_content {
    width: 1400px;
    margin: 124px 0;
}

.s5_1_content table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.s5_1_content table tr:not(:first-child) {
    border-bottom: 1px solid #d7d7d7;
}

.s5_1_content tr:first-child th:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.s5_1_content tr:first-child th:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.s5_1_content table th {
    padding: 25px 0;
    background-color: #f2f2f2;
    font-weight: normal;
    font-size: 20px;
    color: #454545;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s5_1_content table th:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #d7d7d7;
    transform: translateY(-50%);
}

.s5_1_content table {
    position: relative;
}

.s5_1_content table th {
    position: relative;
}

.s5_1_content table td {
    text-align: center;
    /* padding: 20px 0; */
    font-size: 18.05px;
    color: #454545;
    height: 70px;
}

.s5_1_content table tr td:first-child, .s5_1_content table tr td:last-child {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s5_1_content table tr td:nth-child(2), .s5_1_content table tr td:nth-child(3) {
    font-family: 'Pretendard-Regular', sans-serif;
}

.s5_1_content table td.cursor {
    text-align: left;
    padding: 0 50px;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s5_1_content table td.cursor:hover {
    text-decoration: none;
}

.s5_1_content table th:first-child,
.s5_1_content table td:first-child {
    width: 10%;
}

.s5_1_content table th:nth-child(2),
.s5_1_content table td:nth-child(2) {
    width: 66%;
}

.s5_1_content table th:nth-child(3),
.s5_1_content table td:nth-child(3) {
    width: 12%;
}

.s5_1_content table th:last-child,
.s5_1_content table td:last-child {
    width: 12%;
}

/* sub5_1_d */
.s5_1_d_content table {
    width: 100%;
}

.s5_1_d_content table th {
    width: 100%;
    padding-top: 131px;
    padding-bottom: 47px;
    border-bottom: 1px solid #898989;
    /* display: flex; */
    align-items: center;
    /* justify-content: space-between; */
}

.s5_1_d_content table th p {
    font-size: 30px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #454545;
    margin-bottom: 29px;
}

.s5_1_d_content table th span {
    font-size: 16px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
    font-style: normal;
}

.s5_1_d_content table td {
    width: 100%;
    padding: 35px 39px;
    box-sizing: border-box;
    font-size: 18.05px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 25px;
    color: #454545;
}

.s5_1_d_content ul {
    width: 100%;
    margin-top: 100px;
}

.s5_1_d_content ul li {
    width: 100%;
    padding: 21px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
}

.s5_1_d_content ul li:first-child {
    border-top: 1px solid #898989;
}

.s5_1_d_content ul li p {
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: 0 100px 0 15px;
    color: #454545;
}

.s5_1_d_content ul li span {
    font-size: 18px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.back_btn {
    width: 100%;
    margin-top: 49px;
    margin-bottom: 128px;
    display: flex;
    justify-content: center;
}

.back_btn a {
    width: 187px;
    height: 61px;
    border: 1px solid #004a58;
    border-radius: 64px;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #004a58;
    display: flex;
}

/* sub5_2 */
.sub5_2{
    margin-top: 115px;
    margin-bottom: 130px;
}
.sub5_2_title{
    display: flex;
    flex-direction: column;
    gap: 26px 0;
}
.sub5_2_title .s5_2_t{
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 30px;
    color: #222222;
}
.sub5_2_title span{
    display: block;
    border: 2pt solid #004d58;
    width: 50px;
}
.sub5_2_title .s5_2_txt{
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 18px;
    color: #222222;
}
.s5_2_cont1{
    margin-top: 55px;
}
.sub5_2 table{
    border-top: 1pt solid #898989;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.sub5_2 table tr{
    border-bottom: 1pt solid #d7d7d7;
}
.sub5_2 table th{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 17px;
    color: #454545;
    background-color: #f2f2f2;
    border-right: 1pt solid #d7d7d7;
    padding: 17.5px 0;
}
.sub5_2 table th:last-child{
    border-right: unset;
}
.sub5_2 table th.last{
    border-right: 1pt solid #d7d7d7;
}
.sub5_2 table td{
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 15px;
    color: #454545;
    border-right: 1pt solid #d7d7d7;
    padding: 18px 0;
}
.sub5_2 table td:last-child{
    border-right: unset;
}
.s5_2_cont_title{
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 25px;
    color: #222222;
}



.map_wrap{
    width: 100%;
    height: 500px;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.page_btn {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a {
    font-size: 17px;
    color: #787878;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin: 0 15px;
}

.page_btn a .xi_left{
    color: #ccc;
}

.page_btn a.page_num {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004d58;
    color: white;
    margin: 0 4px;
}

.prevNext,
.back_btn{
    cursor: pointer;
}

.s5_table .fix_width1{
    width: 100px;
}

.fix_width100{
    width: 100px;
}






































/* mobile */
@media screen and (max-width: 1025px) {

    .sub_d_con2 img{
        width: 100%;
    }

    /* sub intro */
    #sub_intro {
        height: calc(250px + 70px);
        /*height: 250px;*/
    }

    #sub_content br{
        display: none;
    }

    #sub_content br.m_br{
        display: inline !important;
    }

    .sub_title {
        margin-top: 30px;
    }

    .sub_title span {
        font-size: 12px;
    }

    .sub_title p {
        font-size: 22px;
        margin-top: 5px;
    }

    /* sub route */
    .sub_route {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        position: relative;
        z-index: 9;
    }

    .sub_route .center {
        display: flex;
        /*transform: translateX(-70px);*/
        margin-left: 0;
    }

    .sub_route .home {
        /*width: 50px;*/
        width: 70px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .sub_route .home i {
        font-size: 28px;
        color: #fff;
    }

    .route_menu {
        width: 250px;
        position: relative;
    }

    .route_menu > p {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .route_menu > p span {
        font-size: 14px;
        color: #606060;
        font-family: 'Pretendard-Light', sans-serif;
    }

    .route_menu > p i {
        font-size: 14px;
        color: #666;
    }

    .route_menu.on > i {
        transform: rotate(180deg);
    }

    .route_menu ul {
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        border-top: 0;
        box-sizing: border-box;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s, visibility .2s;
    }

    .route_menu.on ul {
        opacity: 1;
        visibility: visible;
    }

    .route_menu ul li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        color: #606060;
        font-family: 'Pretendard-Light', sans-serif;
        cursor: pointer;

        border: none;
        padding: 0;
        height: 100%;
    }

    .route_menu ul li:last-child {
        margin-bottom: 0;
    }

    .route_menu ul li:hover {
        /*color: #6a4636;*/
        /*font-family: 'Pretendard-Medium', sans-serif;*/
        background-color: white;
    }


    /*.sub_route {*/
    /*    height: 40px;*/
    /*}*/

    /*.home {*/
    /*    cursor: inherit;*/
    /*    margin-right: 15px;*/
    /*}*/

    /*.home i {*/
    /*    font-size: 16px;*/
    /*}*/

    .sub_box {
        width: 45%;
        padding: 0 15px;
    }

    .sub_box:after {
        height: 10px;
    }

    .sub_box p {
        cursor: inherit;
    }

    .sub_box p span {
        font-size: 12px;
    }

    .sub_box p i {
        font-size: 12px;
    }

    .sub_box ul {
        top: 40px;
        padding: 15px;
    }

    .sub_box ul li {
        font-size: 12px;
        cursor: inherit;
        margin-bottom: 15px;
    }


    /* sub1_1 */
    .s1_1_sec1 .center {
        flex-direction: column;
        height: unset;
    }
    .s1_1_sec1_left{
        width: 100%;
        /*margin-top: 70px;*/
    }
    .s1_1_sec1_left .txt1 {
        font-size: 20px;
    }
    .s1_1_sec1_left .bar{
        margin: 20px 0;
        width: 45px;
    }
    .s1_1_sec1_left .txt2 {
        font-size: 14px;
    }
    .s1_1_sec1_right img{
        margin-top: 20px;
        width: 100%;
    }
    .s1_1_bgtxt p {
        font-size: 35px;
    }
    .s1_1_sec2 .center {
        font-size: 14px;
        padding: 30px 0;
        margin-left: auto;
        line-height: 22px;
        width:85% !important;
    }
    .s1_1_sec1{
        height: 100%;
        padding: 30px 0 60px;
    }
    .s1_1_sec2 a{
        margin-top: 15px;
        width: 120px;
        height: 35px;
        gap: 0 10px;
        font-size: 15px;
    }
    .s1_1_sec2 a i{
        transform: rotate(45deg)
    }


    /* sub1_3 */
    .s1_3_sec1 > p {
        font-size: 35px;
        right: unset;
        left: 130px;
        top: -60px;
    }
    .s1_3_sec1 .txt{
        margin-bottom: 20px;
    }
    .s1_3_sec1 .txt > p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .s1_3_sec1 .txt > span {
        font-size: 20px;
    }
    .s1_3_sec1 .cont {
        flex-direction: column;
    }
    .s1_3_sec1 .cont img {
        width: 100%;
        height: unset;
        padding-bottom: unset;
    }
    .cont_txt {
        margin-left: unset;
        margin-top: 30px;
    }
    .cont1 > p {
        font-size: 12px;
    }
    .cont1 > span {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .cont .bar {
        width: 45px;
    }
    .cont2 p{
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .left_t{
        font-size: 11px;
    }
    .right_t {
        font-size: 11px;
    }
    /* sub1_4 */
    .s1_4_content {
        margin-top: 50px;
    }

    .mapbox {
        height: 250px;
    }

    .location_box {
        margin-top: 30px;
        display: block;
    }

    .location_box>p {
        width: 100%;
        font-size: 18px;
    }

    .location_box ul {
        width: 100%;
        margin-top: 25px;
    }

    .location_box ul li {
        width: 100%;
        margin-top: 15px;
        align-items: baseline;
    }

    .s1_4_txt1 {
        width: 50px;
        font-size: 14px;
    }

    .s1_4_txt2 {
        width: calc(100% - 50px);
        font-size: 14px;
        line-height: 20px;
    }

    .s1_4_txt2 span {
        min-width: inherit;
        height: 20px;
        font-size: 10px;
        margin-right: 5px;
        padding: 0 15px;
    }

    .s1_4_txt2 span.gold {
        padding: 0 15px;
    }


    /* sub2_1 */
    .s2_title span {
        font-size: 14px;
        line-height: 20px;
    }

    .s2_img {
        margin-top: 30px;
    }


    /* sub4_1 */
    .s4_1_title span {
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s4_1_title span br.pc_none{
        display: block;
    }

    .s4_1_content {
        width: 100%;
        margin: 30px auto 0;
    }

    .s4_1_content ul li {
        padding: 15px 10px;
        display: block;
    }

    .s4_1_content ul li:nth-child(2),
    .s4_1_content ul li:nth-child(3),
    .s4_1_content ul li:nth-child(4),
    .s4_1_content ul li:nth-child(5),
    .s4_1_content ul li:nth-child(8),
    .s4_1_content ul li:nth-child(9) {
        width: 100%;
    }

    .s4_1_content ul li:last-child {
        padding: 20px 10px 0;
    }

    .s4_1_content ul li>p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .radio_box {
        width: 100%;
        height: auto;
    }

    .radio_box label {
        font-size: 14px;
        margin-right: 30px;
        cursor: inherit;
    }

    .radio_box label input {
        margin-right: 0;
    }

    .s4_1_content ul li>input {
        width: 100%;
        height: 35px;
        font-size: 14px;
    }

    .s4_1_content ul li>textarea {
        width: 100%;
        height: 150px;
        font-size: 14px;
    }

    .file_box {
        width: 100%;
        height: auto;
    }

    .file {
        width: 90px;
        height: 35px;
        font-size: 14px;
        cursor: inherit;
    }

    .file_box span {
        margin-left: 10px;
        font-size: 14px;
    }

    .agree_box {
        margin-top: 10px;
    }

    .agree_inner {
        height: 150px;
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }

    .agree_radio label {
        font-size: 14px;
    }

    .agree_radio label input {
        margin-right: 0;
    }

    .s4_1_content>input {
        margin: 40px auto 0;
        width: 150px;
        height: 40px;
        font-size: 16px;
    }


    /* sub4_2 */
    .s4_2_content {
        width: 100%;
        margin: 30px auto 0;
    }

    .s4_2_content table th {
        padding: 15px 0;
        font-size: 15px;
    }

    .s4_2_content table td {
        padding: 10px 0;
        font-size: 13px;
    }

    .s4_2_content table td.cursor {
        padding: 0 20px;
        cursor: inherit;

    }

    .s4_2_content table td.cursor:hover {
        text-decoration: none;
    }

    .s4_2_content table th:first-child,
    .s4_2_content table td:first-child {
        width: 15%;
    }

    .s4_2_content table th:nth-child(2),
    .s4_2_content table td:nth-child(2) {
        width: 55%;
    }

    .s4_2_content table th:last-child,
    .s4_2_content table td:last-child {
        width: 30%;
    }

    .page_btn {
        margin-top: 40px;
    }


    /* sub4_2_d */
    .s4_2_d_content {
        width: 100%;
    }

    .s4_2_d_title {
        padding: 15px;
    }

    .s4_2_d_title p {
        font-size: 16px;
    }

    .s4_2_d_title span {
        font-size: 12px;
        margin-top: 10px;
    }

    .s4_2_d_con {
        padding: 20px 15px;
        font-size: 13px;
        line-height: 20px;
    }

    .back_btn {
        margin-top: 40px;
    }

    .back_btn a {
        width: 150px;
        height: 40px;
        border-radius: 7px;
        font-size: 16px;
    }

    /* sub5_2 */
    .sub5_2_title{
        gap: 10px 0;
    }
    .sub5_2_title .s5_2_t{
        font-size: 20px;
    }
    .sub5_2_title span{
        width: 30px;
    }
    .sub5_2_title .s5_2_txt{
        font-family: 'Pretendard-Medium', sans-serif;
        font-size: 12px;
        color: #222222;
    }
    .s5_table {
        margin-top: 20px;
        overflow: auto;
    }

    .s5_table table {
        min-width: 100%;
        width: max-content;
    }

    .s5_table table th {
        padding: 10px;
        font-size: 13px;
    }

    .s5_table table td {
        padding: 10px;
        font-size: 12px;
    }

    .s1_1_sec1_left{
        margin-top: 0px;
    }

    .s1_1_sec2{
        background-position: 100% center;
    }

    .s1_3_sec1 .txt{
        margin-top: 30px;
    }

    .s1_3_sec2 .txt1{
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .s1_3_sec2 .txt1 span{
        font-size: 28px;
    }

    .s1_3_sec2 .txt1 p{
        margin-bottom: 10px;
    }

    .s1_3_cont_txt{
        flex-direction: column;
        top:unset;
    }

    .s1_3_cont_txt i{
        display: none;
    }

    .s1_3_bar{
        display: none;
    }

    .map_wrap{
        height: 100%;
        margin-bottom: 20px;
    }

    .s1_3_cont_t1{
        font-size: 20px;
    }

    .s1_3_cont_t2{
        font-size: 16px;
    }

    .s1_3_cont_t1,
    .s1_3_cont_t2{
        margin-left: 0;
    }

    .s1_3_sec1{
        margin-bottom: 30px;
    }

    .s2_1_sec .txt{
        margin-top: 30px;
    }

    .s2_1_sec .txt > span{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .s2_1_sec .cont ul li{
        flex-direction: column;
        gap: 20px;
    }

    .s2_1_sec ul li img{
        width: 100%;
    }

    .s2_1_sec_l2 .t1,
    .s2_1_sec_l4 .t1{
        text-align: left;
    }

    .s2_1_sec_l2 .t2,
    .s2_1_sec_l4 .t2{
        align-items: flex-start;
    }

    .s2_1_bar2,
    .s2_1_bar4{
        float: left;
    }

    .s2_1_sec .cont .s2_1_sec_l2 p,
    .s2_1_sec_l4 p{
        width: max-content;
    }

    .s2_1_sec_r1,
    .s2_1_sec_l2,
    .s2_1_sec_r3,
    .s2_1_sec_l4,
    .s2_1_sec_r5{
        margin: 0;
    }

    .s2_1_sec_l2,
    .s2_1_sec_l4{
        width: 100%;
    }

    .s2_1_sec .cont .s2_1_sec_r1 p,
    .s2_1_sec_r3 p,
    .s2_1_sec_r5 p{
        margin: 0;
    }

    .s2_1_sec .cont .t2_top,
    .t2_down,
    .t2_mid{
        gap: 10px;
    }

    .s2_1_sec .cont .s2_1_sec_l2 p,
    .s2_1_sec_l4 p{
        margin: 0;
    }

    .s3_1_title1 > p{
        margin-top: 30px;
    }

    .s3_1_title1 > span{
        margin-bottom: 30px;
        font-size: 30px;
    }

    .s3_1_c1_item p{
        font-size: 24px;
    }

    .s3_1_c1_t1{
        font-size: 18px;
    }

    .s3_1_c1_item p,
    .s3_1_c1_t1{
        margin : 0;
    }

    .s3_1_con2 .c2_title p,
    .s3_1_con2 .c2_title2 p,
    .s3_1_con4 .c4_title p,
    .s3_1_c6_item2 .c6_title p{
        font-size: 20px;
        height: 60px;
    }

    .s3_1_con2 .c2_title span,
    .s3_1_con2 .c2_title2 span,
    .s3_1_con4 .c4_title span,
    .s3_1_c6_item2 .c6_title span{
        font-size: 20px;
    }

    .s3_1_con2 .center .c2_con ul li > p,
    .s3_1_con4 .center .c4_con ul li > p{
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .s3_1_con1{
        padding: 60px 0;
    }

    .s3_1_con2 .c2_title{
        margin-top: 30px;
    }

    .c2_con ul,
    .c4_con ul{
        top: unset;
        margin-bottom: 60px;
        flex-direction: column;
        gap: 45px;
    }

    .c2_con ul li{
        width: 100%;
    }

    .s3_1_con2 .center .c2_con .c2_txt p,
    .s3_1_con4 .center .c4_con .c4_txt p{
        margin-top: 24px;
        font-size: 20px;
    }

    .c2_con{
        background-image: none;
    }

    .s3_1_con2 .center .c2_con .c2_txt span,
    .s3_1_con4 .center .c4_con .c4_txt span{
        font-size: 16px;
        line-height: 24px;
    }

    .s3_1_con2 .c2_title2{
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .c2_con2 ul li{
        width: 100%;
    }

    .c2_con2 ul li p,
    .c6_con ul li p{
        width: 100%;
        height: 100%;
        padding: 30px 10px;
        font-size: 18px;
        box-sizing: border-box;
    }

    .s3_1_title2 > p{
        margin-top: 30px;
    }

    .s3_1_title2 > span{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .s3_1_c3_item p,
    .s3_1_c3_t1{
        margin : 0;
    }

    .s3_1_con3{
        padding: 30px 0;
    }

    .s3_1_c3_item p{
        font-size: 24px;
    }

    .s3_1_c3_t1{
        font-size: 18px;
    }

    .s3_1_con4 .c4_title{
        margin-top: 30px;
    }

    .c4_con{
        top: unset;
        background-image: unset;
    }

    .c4_con ul:first-of-type{
        flex-direction: column;
        margin-bottom: 50px;
        top: unset;
        margin-top: 30px;
    }

    .c4_con ul li{
        width: 100%;
    }

    .c4_con ul:nth-of-type(2){
        top: unset;
    }

    .c4_con ul:nth-of-type(2){
        margin-bottom: 0;
    }

    .s3_1_title3 > p{
        margin-top: 60px;
    }

    .s3_1_title3 > span{
        font-size: 30px;
    }

    .s3_1_title3 .t3_con {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 40px;
        line-height: 26px;
    }

    .s3_1_c5_item p,
    .s3_1_c5_t1{
        margin : 0;
    }

    .s3_1_con5{
        padding: 60px 0px;
    }

    .s3_1_c6_item1{
        flex-direction: column;
    }

    .s3_1_c6_item1{
        margin-top: 30px;
    }

    .s3_1_c6_item1 .item1_txt{
        margin: 0;
    }

    .s3_1_c6_item1 .item1_txt > p{
        margin-top: 20px;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .s3_1_c6_item1 .item1_txt ul li:not(:last-child){
        margin-bottom: 10px;
    }

    .s3_1_c6_item2 .c6_title{
        padding-top: 50px;
        margin-bottom: 40px;
    }

    .c6_con ul{
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .s3_1_title4 > p{
        margin-top: 50px;
    }

    .s3_1_title4 > span{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .s3_1_c6_item3,
    .s3_1_c6_item4{
        flex-direction: column;
        gap:20px;
    }

    .c6_item3_box {
        margin: 0;
    }

    .c6_item3_box > span,
    .c6_item4_box > span{
        font-size: 24px;
    }

    .s3_con_bar4{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c6_item4_box{
        margin: 30px 0;
    }

    .s3_1_c6_item4{
        margin-bottom: 60px;
    }

    .s4_1_title1 > span{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .s4_1_title1 > p{
        margin-top: 30px;
    }

    .s4_1_c1_item2{
        flex-direction: column-reverse;
        gap: 20px;
    }

    .s4_1_c1_item{
        display: block;
    }

    .s4_1_c1_item > img{
        width: 100%;
    }

    .s4_1_c1_item ul{
        width: 90%;
        height: 100%;
        padding: 20px 0;
        margin: 30px auto;
        transform: unset;
        position: static;

    }

    .s4_1_c1_item ul li:first-child{
        margin-top: 0;
    }

    .s4_1_c1_item ul li{
        margin-left: 0;
        /*padding: 10px 30px;*/
        padding: 10px 30px 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .s4_1-imgs {
      width: 18%;
    }

    .s4_1_c1_txt p{
        width: 100%;
        margin-top: 0px;
        font-size: 18px;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .s4_1_title2 > p{
        margin-top: 50px;
    }

    .s4_1_title2 > span{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .c1_item2_box{
        margin-right: 0;
    }

    .s4_1_c1_item3{
        margin-top: 30px;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .c1_item3_box > img{
        width: 100%;
    }

    .c1_item3_box2{
        margin-left: 0;
    }

    .item3_txt{
        flex-direction: column;
        margin-bottom: 20px;
        gap: 10px;
        margin-top: 20px;
    }

    .item3_txt p{
        margin-top: 0;
    }

    .s5_1_content{
        width: 100%;
        margin: 30px 0;
    }

    .s5_1_content table th{
        padding: 20px 0;
        font-size: 16px;
    }

    .s5_1_content tr:first-child th:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .s5_1_content tr:first-child th:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .s5_1_content table td{
        font-size: 14px;
        height: auto;
        padding: 20px 0;
    }

    .s5_1_content table td.cursor{
        padding: 0 30px;
    }

    .page_btn a.page_num{
        width: 30px;
        height: 30px;
    }

    .page_btn a{
        font-size: 14px;
        margin: 0 10px;
    }

    .s5_1_content table th:nth-child(2),
    .s5_1_content table td:nth-child(2){
        /*width: 50%;*/
        width: 35%;
    }

    .s5_1_d_content table th{
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .s5_1_d_content table td{
        padding: 30px;
        font-size: 16px;
    }

    .s5_1_d_content ul{
        margin-top: 30px;
    }

    .s5_1_d_content ul li p,
    .s5_1_d_content ul li span{
        font-size: 14px;
    }

    .s5_1_d_content ul li{
        padding: 20px;
    }

    .sub5_2{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s2_1_sec .cont p{
        font-size: 0.8rem;
        padding: 10px;
    }



}






































/* pc */
@media screen and (min-width: 1025px) and (max-width: 1600px) {



    /* sub1_1 */
    .s1_1_txt {
        font-size: 53px;
    }


    /* sub1_2 */
    .s1_2_ul ul {
        justify-content: space-between;
    }

    .s1_2_ul ul li {
        margin-right: 0;
    }


    /* sub1_3 */
    .s1_3_ul ul {
        width: 100%;
    }

    .s1_3_ul ul li {
        width: 30%;
        margin-right: 5%;
    }


    /* sub4_1 */
    .s4_1_content {
        width: 100%;
    }


    /* sub4_2 */
    .s4_2_content {
        width: 100%;
    }


    /* sub4_2_d */
    .s4_2_d_content {
        width: 100%;
    }


}
