/* common */

.d_con img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto !important;
}

#sub_intro {
    width: 100%;
    height: 420px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#sub_intro>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoon-out 3s ease-out;
}

@keyframes zoon-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

.sub_intro_text {
    position: absolute;
    top: 69%;
    left: 22%;
    transform: translate(-22%, -48%);

}

.si_big {
    height: 70px;
    margin-top: 15px;
    overflow: hidden;
    padding-bottom:5px;
}

.si_big p {
    font-family: "Pretendard-Bold", sans-serif;
    font-size: 55px;
    opacity: 0;
    animation: show-up3 1.1s ease-in-out forwards;
}

.si_small {
    height: 24px;
    overflow: hidden;
}

.si_small p {
    font-family: "Pretendard-Regular", sans-serif;
    font-size: 18px;
    animation: show-up4 .6s .1s ease-in-out forwards;
    opacity: 0;
}

@keyframes show-up3 {
    0% {
      opacity: 1;
        margin-top: 70px;
    }

    100% {
      opacity: 1;
        margin-top: 0;
    }
}

@keyframes show-up4 {
    0% {
      opacity: 1;
        margin-top: 24px;
    }

    100% {
      opacity: 1;
        margin-top: 0;
    }
}

#main_content {
    width: 100%;
    overflow: hidden;
    padding-top: 165px;
    background-color: #fff;
}



.sub_wrapper {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    height: 70px;
    box-sizing: border-box;
}

.sub_wrapper .sub_center01 {
    height: 100%;
}



.sec_title>p {
    font-size: 38px;
    font-family: 'Pretendard-Light', sans-serif;
}


.sec_title>span {
    font-size: 24px;
    padding-bottom: 50px;
    display: inline-block;
    font-family: 'Pretendard-Light', sans-serif;
}

.sec_title b {
    font-family: 'Pretendard-Bold', sans-serif;
}

span.sub1_1_bold {
    font-weight: 500;
    color: #ab764d;
    font-size: 26px;
}

.img_wrap {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_wrapper {}



/* sub1 */

.sub1_intro {
    background-image: url("../images/sub_intro1.jpg");
}

.sub_section {
    padding: 100px 0 240px 0;
    overflow: hidden;
    position: relative;
}

ul.sub_menu {
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
}

ul.sub_menu li {
    padding: 20px;
}

ul.sub_menu li a {
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #a5a5a5;
}

ul.sub_menu li.tab_on a {
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: black;
}

.sub1_section_wrap {
    width: 100%;
}

.sub_small_intro {
    width: 780px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    height: 70px;
}

.sub_intro_icon {
    width: 74px;
    height: 70px;
    background-color: #0684f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub1_section {
    padding: 100px 0 240px 0;
    overflow: hidden;
    position: relative;
    background-image: url(../images/big_circle.png);
    background-repeat: no-repeat;
    background-position: 108% -11%;
    background-attachment: scroll;
}

.sub2_section {
    padding: 90px 0 250px 0;
}

.sub4_section {
    padding: 90px 0 250px 0;
}

.sec_title_bar p {
    padding-left: 25px;
    font-size: 18px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub1_section_wrap .sub_center01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec_title_bar {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.normal_text_end {
    text-align: right;
    font-size: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    padding-top: 24px;
}

.normal_text_end_b {
    font-size: 28px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub1_content {
    display: flex;
    padding-top: 60px;
}

.fixed_img_wrap img {
    height: 317px;
}

/* sub1_2 */
.sub1_2_title {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.sub1_2_title span {
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
    font-size: 35px;
}

.sub1_2_title p {
    font-family: 'Pretendard-Bold', sans-serif;
    text-align: center;
    font-size: 100px;
    color: #f3f3f3;
    padding: 20px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.sub1_3_content {
    width: 100%;
}

.today {
    width: 150px;
    height: 35px;
    border-radius: 150px;
    position: relative;
    margin: 0 auto;
}

.td_circle {
    width: 110px;
    height: 32px;
    background-color: #464646;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.history_box {
    position: relative;
    margin-bottom: 10px;
}

.progressbar {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #d2d2d2;
    z-index: 1;
}

.progress {
    width: 1px;
    height: 0;
    background-color: #0069b4;
    transition: height 5s linear 0s;
}

.progress.full {
    height: 100%;
}

.history_box ul {
    width: 100%;
    position: relative;
    padding-top: 50px;
    z-index: 2;
}

.history_box ul li {
    width: 50%;
}

.history_box ul li:first-child {
    margin-top: 0;
}

.history_box ul li:nth-child(2n-1) {
    margin-right: 50%;
}

.history_box ul li:nth-child(2n) {
    margin-left: 50%;
}

.his1 {
    display: flex;
    align-items: center;
}

.history_box ul li:nth-child(2n-1) .his1 {
    flex-direction: row-reverse;
    margin-right: -10px;
}

.history_box ul li:nth-child(2n) .his1 {
    margin-left: -10px;
}

.point_bar {
    display: flex;
    align-items: center;
}

.history_box ul li:nth-child(2n-1) .point_bar {
    flex-direction: row-reverse;
    margin-left: 20px;
}

.history_box ul li:nth-child(2n) .point_bar {
    margin-right: 20px;
}

.out_circle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #9bcefc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in_circle {
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #0684f7;
}

.circle_bar {
    width: 50px;
    height: 1px;
    background-color: #d7d7d7;
}

.history_box ul li:nth-child(2n-1) .circle_bar {
    margin-right: -10px;
}

.history_box ul li:nth-child(2n) .circle_bar {
    margin-left: -10px;
}

.year {
    font-size: 40px;
    color: #222;
    font-family: 'Pretendard-Bold', sans-serif;
}

.his2 {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.history_box ul li:nth-child(2n-1) .his2 {
    padding-right: 70px;
}

.history_box ul li:nth-child(2n) .his2 {
    padding-left: 70px;
}

.month {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    flex-direction: column;
    text-align: right;
}



.history_box ul li:nth-child(2n-1) .month {
    justify-content: flex-end;
}

.month p {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    color: #333;
    margin-right: 10px;
}

.month span {
    font-size: 16px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    padding-bottom: 14px;
}

.month_right span {
    font-size: 16px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    padding-bottom: 14px;
}



.sub1_5_box {
    padding-top: 30px;
    /* position: relative; */
    padding-bottom: 150px;
}

.sub1_5_box ul {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 3;
    transform: translate(0, 19px);
    width: 60%;
    left: 20.5%;
}

.sub1_5_box ul li {
    background-color: white;
}

.box_p {
    height: 60px;
    font-size: 20px;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
}


.box_3 {
    border: 1px solid #cccccc;
    border-top: 4px solid var(--skyblue);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 5px 15px -1px rgb(0 0 0 / 20%);
    width: 310px;
    height: 310px;
    margin-right: 20px;
}

.box_3>span {
    font-size: 22px;
    color: var(--skyblue);
    font-family: 'Pretendard-Medium', sans-serif;
    padding-bottom: 24px;
}

.box_3>p {
    font-size: 20px;
    color: #333333;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub3_1_5_table {
    width: 100%;
    padding-top: 40px;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub3_1_5_table tr {
    height: 35px;
}

.sub3_1_5_table td span {
    display: flex;
    align-items: center;
}

.transformoff {
    transform: none;
}

.sub3_1_5_text {
    padding-left: 10px;
}



.sub1_1_section {
    padding: 120px 0 140px 0;
    /* overflow: hidden; */
    position: relative;
    background-image: url('../images/big_circle.png');
    background-repeat: no-repeat;
    background-position: 108% -11%;
    background-attachment: scroll;
}

.sub1_5_section {
    padding: 120px 0 140px 0;
    overflow: hidden;
}

.sub1_1_section .right_circle {
    position: absolute;
    right: -9%;
    top: -3%;
    z-index: -32;
}

.sec1_1_img {
    width: 40%;
}

.sec1_1_img img {
    /* width: 100%; */
    width: 430px;
}

.sec1_1_text {
    width: 55%;
}

.sec_bold {
    font-family: 'Pretendard-Bold', sans-serif;
}

.bold_text {
    width: 100%;
}

.normal_text {
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 28px;
    padding-left: 88px;
}

.normal_text span {
    font-weight: 400;
    font-size: 24px;
}

.sec1_1_box {
    width: 55%;
    padding-bottom: 20px;
    border-bottom: 2px solid #ab764d;
    text-align: right;
    margin-left: -27%;
}


/* sub2 */

.sub2_intro {
    background-image: url("../images/sub_intro2.jpg");
}

.sub_desc_table_title {
    font-size: 28px;
    font-family: 'Pretendard-Bold', sans-serif;
    display: flex;
    padding-bottom: 40px;
    align-items: center;
}

.sub_desc_table_title p {
    padding-left: 15px;
}

.fiexd_padd_b {
    padding-bottom: 5px;
}

.fixed_pos3 {
    margin-top: 8px;
    margin-bottom: 22px;
}


/* table1 */
table.tb_1 {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #363636;
    margin-bottom: 88px;
}

table.tb_1 tr:nth-child(1) {

    background-color: #f8f8f8;
    height: 50px;
    color: #777777;
    font-size: 18px;
    border: none;
    text-align: center;
}

table.tb_1 td:nth-child(1) {
    border-right: 1px solid #d7d7d7;
    text-align: center;
    width: 345px;
}

table.tb_1 td:nth-child(2) {
    padding-left: 60px;
}


table.tb_1 tr {
    border-bottom: 1px solid #d7d7d7;
    height: 50px;
}

table.tb_1 td p {
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

table.tb_1 td span {
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}

/* table2 */

table.tb_2 {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #363636;
    margin-bottom: 88px;
    text-align: center;
}

table.tb_2 tr {
    /* border-bottom: 1px solid #d7d7d7; */
    height: 55px;
}

table.tb_2 tr:nth-child(1) {
    height: 55px;
    color: #777777;
    font-size: 18px;
    border: none;
    background-color: #f8f8f8;
}

table.tb_2 tr:nth-child(2) {
    font-size: 18px;
}

table.tb_2 td:nth-child(1) {
    text-align: center;
    width: 175px;
    background-color: #f8f8f8;
}

table.tb_2 td:nth-child(2) {
    border-bottom: 1px solid #d7d7d7;
    width: 175px;
}

table.tb_2 td:nth-child(3) {
    border-bottom: 1px solid #d7d7d7;
    width: 275px;
    background-color: #f1fafe;
    border-left: 3px solid #6dcff6;
    font-family: 'Pretendard-Bold', sans-serif;
}

table.tb_2 td:nth-child(4) {
    border-bottom: 1px solid #d7d7d7;
    width: 275px;
    background-color: #f1fafe;
    border-right: 3px solid #6dcff6;
    border-left: 1px solid #d7d7d7;
    font-family: 'Pretendard-Bold', sans-serif;
}

table.tb_2 td:nth-child(5) {
    border-bottom: 1px solid #d7d7d7;
    width: 350px;
}

table.tb_2 td.th_bold {
    font-family: 'Pretendard-Bold', sans-serif;
}

table.tb_2 td.fixed_table_border {
    border-bottom: 1px solid #d7d7d7 !important;
}

table.tb_2 .table_emp {
    color: white;
    border-top: 3px solid #6dcff6;
    background-color: #6dcff6 !important;
}

table.tb_2 .table_emp_bottom {
    border-bottom: 3px solid #6dcff6 !important;
}

table.tb_2 .table_fixed_bottom {
    border-bottom: 1px solid #d7d7d7 !important;
}

table.tb_2 span {
    font-size: 16px;
}

table.tb_2 p {
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}

table.tb_2 .fixed_td1 {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
}

table.tb_2 .rowspan_bg {
    width: 165px;
}

table.tb_2 td.table_rel {
    position: relative;
}

table.tb_2 p.fixed_table_pos {
    position: absolute;
    left: -10%;
    top: 29%;
    font-family: 'Pretendard-Bold', sans-serif;
    font-size:18px !important;
}

table.tb_2 span.fixed_td2 {
    font-family: 'Pretendard-Regular', sans-serif;
}


/* table3 */
table.tb_3 {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #363636;
    margin-bottom: 80px;
}

table.tb_3 tr:nth-child(1) {
    /* font-family: 'Pretendard-Bold', sans-serif;
    background-color: #f8f8f8;
    height: 55px;
    color: #777777;
    font-size: 18px;
    border: none;
    text-align: center; */
}

table.tb_3 td:nth-child(1) {
    border-right: 1px solid #d7d7d7;
    text-align: center;
    width: 345px;
}

table.tb_3 th {
    border-bottom: none;
    height: 55px;
    font-size: 18px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #777777;
    background-color: #f8f8f8;
}

table.tb_3 th:nth-child(1) {
    border-right: 1px solid #d7d7d7;
    text-align: center;

}

table.tb_3 td:nth-child(1) {
    border-bottom: 1px solid #d7d7d7;
    width: 345px;
}

table.tb_3 td:nth-child(2) {
    border-bottom: 1px solid #d7d7d7;
    padding-left: 40px;
}

table.tb_3 td:nth-child(2) p {
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 30px;
}

table.tb_3 tr:not(:nth-child(1)) {
    border-bottom: 1px solid #d7d7d7;
}

table.tb_3 td {

    height: 90px;
}

table.tb_3 td p {
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 24px;
}

table.tb_3 td span {
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub3_3_content2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.sub3_4_content2_2 {
    display: flex;
}

.sub3_4_content2_2_img {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}

.img_wrapper_center {
    text-align: center;
    padding-bottom: 10px;
}

/* table4 */

table.tb_4 {
    width: 100%;
    border-collapse: collapse;
    width: 754px;
    border-top: 1px solid #363636;
    margin-left: 20px;
}

table.tb_4 p {
    padding: 0 25px;
    line-height: 30px;
}

table.tb_4 tr {
    border-bottom: 1px solid #d7d7d7;
    height: 100px;
}

table.tb_4 td:nth-child(1) {
    background-color: #f8f8f8;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    width: 274px;
}

table.tb_4 td:nth-child(2) {
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    width: 481px;
}

.icon_type {
    display: flex;
    text-align: right;
    font-size: 14px;
    font-family: 'NotoSansKR-Medium', sans-serif;
    margin-bottom: 18px;
    justify-content: end;
    align-items: center;
}

.icon_desc1 {
    display: inline-block;
    padding-left: 10px;
    padding-right: 34px;
}

.icon_desc2 {
    display: inline-block;
    padding-left: 10px;
}

.sub3_3_wrap {
    height: 530px;
    text-align: center;
}

.sub3_3_wrap_img {
    height: 530px;
    margin-bottom: 20px;
    font-size: 0;
}

.fixed_pos1 {
    padding-left: 50px;
}

.fixed_pos2 {
    padding-right: 30px;
}

/* table5 */
.tg2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;

    margin-top: 100px;
}

.tg2 td {
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
}

table.tg2 td:not(:last-child) {
    border-right: 1px solid #d7d7d7;
}

table.tg2 td:first-child.td1 {
    width: 245px;
}

table.tg2 th:first-child {
    border-right: 1px solid #d7d7d7;
}

table.tg2 td:last-child {
    text-align: center;
}

.table_empty {
    height: 10px !important;
}

table.tg2 .td2 {
    width: 309px;
    text-align: left !important;
    font-family: 'Pretendard-Regular', sans-serif !important;
    font-size: 16px !important;
    text-indent: 30px;
}

table.tg2 tr {
    border-bottom: 1px solid #d7d7d7;
}

.tg2 tr {
    height: 50px;
}

.tg2 th {
    color: white;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    text-align: center;
}

.tg2 td:nth-child(1) {
    text-align: center;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 20px;
}

.tg2 .tg-1i2r {
    background-color: #f8f8f8;

}

.tg2 .tg-tw5s {
    background-color: #2b2b2b;
}



.sub3_3_wrap_img:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.sub3_3_wrap_img img {
    vertical-align: middle;
}

.sub3_3_wrap p {
    color: #222222;
    font-size: 18px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 30px;
}

.sub3_3_wrap span {
    color: #222222;
}

.sub3_3_content2 {
    margin-bottom: 16vh;
}

/* sub3_3 table2 */
table.tg th {
    height: 84px;
}

table.tg tr {
    height: 60px;
}

table.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;

    text-align: center;
    border-top: 1px solid black;
    border-left: none;
    border-right: none;

    border-bottom: 1px solid #d7d7d7;

    color: #111111;
}

.tg td {
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

table.tg td:nth-child(5) {
    border-right: none;
}

table.tg td:nth-child(1) {
    border-left: none;
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}



table.tg td:not(:nth-child(1)) {
    font-size: 16px;
    font-family: 'NotoSansKR-Medium', sans-serif;
    font-weight: normal;
}






.tg th {
    font-family: 'NotoSansKR-Medium', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #777777;
    word-break: normal;
}

.tg .tg-mnhx {
    background-color: #f8f8f8;
    text-align: center;
    vertical-align: middle;

}

.tg .tg-mnhx:not(:last-child) {
    background-color: #f8f8f8;
    border-right: 1px solid #d7d7d7;
}

.tg .tg-v778 {
    background-color: #e5f7fd;
    text-align: center;
    vertical-align: middle
}

.tg .tg-0lax {
    text-align: center;
    vertical-align: middle;
}

.tg .tg-s7ni {
    background-color: #fffac4;
    text-align: center;
    vertical-align: middle
}



/* sub3_4 */
.sub_small_wrapper {
    width: 100%;
    height: 72px;
}

ul.sub_menu_small {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;

}

ul.sub_menu_small li {
    width: 50%;
    height: 100%;
    text-align: center;
}

ul.sub_menu_small li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #777777;
    border-bottom: 1px solid #d7d7d7;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.sub_menu_small li.tab_on a {
    border-bottom: 2px solid #0684f7;
    margin-top: -1px;
    color: #0684f7;
}

.sub3_4_content1 {
    padding-bottom: 75px;
}

.sub3_4_content1_flex {
    display: flex;
    border-bottom: 1px solid #d7d7d7;
    align-items: center;
    padding-bottom: 30px;
}

.sub3_4_content1_flex img {
    margin: 0 100px;
}

.sub3_4_content1_title {
    text-align: center;
    font-size: 35px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    padding: 80px 0 55px 0;
}

.sub3_4_content1_content {
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    line-height: 30px;

}

.sub3_4_content1_content span {
    display: inline-block;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 26px;
    padding-bottom: 24px;
}

.box1 {
    font-family: 'Pretendard-Regular', sans-serif;
    border-radius: 32px;
    border: 3px solid #e1e1e1;
    width: 413px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-left: 100px;
    margin-bottom: 25px;
}

.box1_blue {
    background-color: #0054a6;
    border: 1px solid #0054a6;
    color: white;

    position: relative;

}

.box1_pos img {
    position: absolute;
    left: 100%;
    top: -313%;
    z-index: -5;
}

.box2_pos img {
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: -5;
}

.box3 {
    font-family: 'Pretendard-Regular', sans-serif;
    border-radius: 32px;
    border: 3px solid #e1e1e1;
    width: 380px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;

    margin-bottom: 18px;
}

.sub3_4_content3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-bottom: 60px;
}

.sub3_4_content2 {
    display: flex;
    flex-direction: column;
}

table.tb_3_fixed td:nth-child(1) {
    width: 373px;
}

table.tb_3_fixed {
    margin-bottom: 0;
}

#sub3_4_right {
    display: none;
}

.sub_desc_table_title_fixed {
    padding-top: 85px;
}

.sub3_4_content2_1 ul {
    width: 100%;
    display: flex;
}

.sub3_4_content2_1 ul li {
    width: 50%;

}

.img_wrap2 img {
    width: 200px;
}

.sub3_4_box1_r {
    display: flex;
    justify-content: center;
}

ul.sub3_4_box1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
}

ul.sub3_4_box1 li {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 131px;
    border-radius: 28px;
    border: 3px solid #e1e1e1;
    justify-content: center;
    padding: 0 35px;
    box-sizing: border-box;
}

ul.sub3_4_box1 li:not(:last-child) {
    margin-bottom: 20px;
}

ul.sub3_4_box1 li p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 24px;
    padding-bottom: 15px;
}

ul.sub3_4_box1 li span {
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
}

.sub2_1_title {
    font-weight: bold;
    font-size: 34px;
    padding-left: 35px;
    cursor: pointer;
}

.sub_title_wrap {
    border-bottom: 1px solid var(--footer-gray);
    width: 100%;
}

.sub2_1_content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    align-items: center;
}

.sub2_1_content3_wrap {
    width: 100%;
}

.sub2_1_content3_small_wrap {
    display: flex;
    flex-direction: column;
}

.sub2_1_content3_desc {
    display: flex;
}

.sub2_1_content3_desc p {
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

.sub2_1_btn {
    width: 145px;
    height: 52px;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #17a0e5;
    color: white;

    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 22px;
    margin-right: 45px;
}

ul.sub2_1_content3_small_wrap li {
    margin-bottom: 40px;
}

.sub2_1_content4_wrap {
    background-color: #f8f8f8;
    width: 100%;
    height: 400px;
    display: flex;
    margin: 0 auto 80px;
    justify-content: center;
    align-items: center;
}

.sub2_1_content4_small_wrap {
    display: flex;
    height: 300px;
    width: 584px;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    margin: 0 16px;
}

.label1 {
    background-color: #2eaac2;
    color: white;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;

    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.label1 p {
    font-size: 24px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.label2 {
    background-color: #0072bc;
    color: white;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.label2 p {
    font-size: 26px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.circle1 {
    width: 138px;
    height: 138px;
    border-radius: 128px;
    border: 5px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.circle1 p {
    color: #636363;
    font-size: 22px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

.btn2 {
    border-radius: 50px;
    border: 3px solid #0663a0;
    width: 354px;
    height: 67px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 24px;
    color: #0072bc;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0 auto;
}

.flex_content1 {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 225px;
}

.sub2_1_sub_title {
    padding: 5px 20px 13px 10px;
    display: inline-block;
    margin-left: 25px;
    font-size: 18px;
    border-bottom: 2px solid var(--skyblue);
}


.text_box1 {
    width: 330px;
    height: 110px;
    margin-left: 25px;

    display: flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
}

.text_box1 p {
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 28px;
}

.sub2_1_content_wrap {
    padding: 36px;
}

.sub2_1_content_title {
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub2_1_content_desc {
    width: 580px;
    font-size: 20px;
    font-weight: 300;
}

.sub2_1_content_desc_small {
    font-size: 16px;
}

.ul_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul_wrapper ul li {
    display: flex;
    margin: 12px 0;
}

.ul_wrapper ul li .img_wrapper img {
    margin-right: 20px;
}

.ul_wrapper ul li p {
    font-size: 22px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.ul_wrapper ul li p>span {
    font-size: 22px;
    font-family: 'Pretendard-SemiBold', sans-serif;

}

.ul_wrapper ul {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}

.sub2_1_button {
    display: flex;
}

.detail_button {
    width: 160px;
    height: 40px;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--skyblue);
    margin-right: 15px;
    cursor: pointer;
}

.contact_button {
    width: 160px;
    height: 40px;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    cursor: pointer;
}

.sub2_1_1_menus {
    width: 30%;
}

.sub2_1_1_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    padding-bottom: 50px;
}

.sub2_1_1_menu li.small_tab_on a {
    padding: 0 4px;
    color: var(--skyblue);
}

.small_tab_on {
    border-bottom: 2px solid var(--skyblue);
    margin-top: -1px;
}

.sub2_1_1_cate {
    width: 200px;
    height: 30px;
    font-size: 20px;
    color: var(--skyblue);
    border-left: solid 2px var(--skyblue);
    display: inline-block;
    transform: translateY(50px);
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}

.cate_bar {
    width: 1px;
    height: 60px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    transform: translate(-2px, -15px);
}


.sub2_1_1_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.sub2_1_1_desc p {
    font-size: 34px;
    font-family: 'Pretendard-Bold', sans-serif;
    padding: 60px 0 40px 0;
}

.sub2_1_1_desc_wrap {
    padding-bottom: 100px;
    /* display: inline-block;
    width: 81%; */
}

.sub2_1_1_desc_big_wrap {
    width: 100%;
    padding-left: 50px;
}

.sub2_1_1_desc_small_wrap {
    display: flex;
    justify-content: space-between;
}

.title_desc {
    display: flex;
    padding-bottom: 15px;
}

.desc_title {
    width: 120px;
    height: 40px;
    color: white;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc_desc {

    color: #333333;
    padding-left: 30px;
    font-size: 22px;
    width: 76%;
}

.desc_desc_small {
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
}

.desc_flex_box {
    display: flex;
    flex-direction: column;
}

.sub2_1_1_menu li a {
    color: #999999;
}

.text_18 {
    font-size: 18px;
}

/* sub2 table */
.sub2_table {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 20px;
    border-collapse: collapse;
    background-color: white;
}

.text_wrap {
    border-top: 1px solid #cccccc;
    padding-top: 50px;
    text-align: center;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.text_wrap p {
    margin-bottom: 35px;
}

.sub2_table tr {
    height: 60px;
}

.sub2_table th {
    background-color: var(--skyblue);
    color: white;
    font-size: 22px;
    font-weight: lighter;
    font-family: 'Pretendard-Medium', sans-serif;
    border-right: 1px solid white;
}

.sub2_table td {
    border-bottom: 1px solid var(--skyblue);
}


.sub2_table2 {
    width: 100%;
    text-align: center;
    font-family: 'Pretendard-Light', sans-serif;
    font-size: 20px;
    border-collapse: collapse;
    background-color: white;
}

.sub2_table2 tr {
    height: 60px;
}

.sub2_table2 th {
    background-color: var(--skyblue);
    color: white;
    font-size: 22px;
    font-weight: lighter;
    font-family: 'Pretendard-Medium', sans-serif;
    border-right: 1px solid white;
}

.sub2_table2 td {
    border-bottom: 1px solid var(--skyblue);
    border-left: 1px solid var(--skyblue);
    border-right: 1px solid var(--skyblue);
}


/* sub3 */

.sub3_intro {
    background-image: url("../images/sub_intro3.jpg");
}

.sub3_1_content_wrap {
    width: 100%;
}

.sub3_1_desc_title {
    font-size: 28px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: flex;
    padding-bottom: 40px;
    align-items: center;
}

.sub3_1_desc_title p {
    padding-left: 15px;
}

.sub3_1_img_wrap {
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px;
    align-items: center;
    padding: 8px 13px 20px 13px;
}

.sub3_1_img {
    margin-bottom: 20px;
}

.sub3_1_img_wrap span {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 24px;
}

.fixed_xi {
    transform: translateX(2px);
}

ul.acco_ul li {}

ul.acco_ul li:not(:first-child) .acco_content {
    display: none;
}

.text_img_wrapper {
    width: 49.5%;
    text-align: center;
    display: inline-block;
    transform: translateX(-25px);
}

ul.acco_ul li:not(:first-child) .acco_icon i.xi-minus-thin {
    display: none;
}

ul.acco_ul li:first-child .acco_icon i.xi-plus-thin {
    display: none;
}



.acco_content {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

ul.acco_ul li:last-child .acco_content {
    margin-bottom: 0;
}

.acco_title {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 24px;
    width: 21%;
}

.acco_icon {
    font-size: 34px;
}

.acco_sub_title {
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    color: #0986f2;
    width: 78%;
}

.sub3_2_text_wrap {
    width: 50%;
    display: inline-block;
}

.sub3_2_text_wrap .text_title p {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 32px;
    padding: 0 16px 0 24px;
}

.sub3_2_text_wrap .text_title span {
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 16px;
    color: #0986f2;
}

ul.text_icon li p {
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
}

ul.text_icon li {
    margin-right: 12px;
}

.acco_title_section {
    display: flex;
    height: 90px;
    align-items: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0 15px;
    cursor: pointer;
}

.text_title {
    display: flex;
    align-items: center;
}

.text_sub_title {
    border-bottom: 1px solid black;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 22px;
    color: #1b76bc;
    padding-bottom: 8px;
    padding-top: 30px;
}

.text_icon {
    display: flex;
}

.text_content {
    padding: 30px 0 16px 0;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 14px;
}

ul.text_content li {
    padding-bottom: 14px;
}

.sub3_1_desc_content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.fixed_last {
    padding-bottom: 0;
}

.sub3_1_circle {
    width: 49px;
    height: 49px;
    border-radius: 64px;
    background-color: #359eff;
    font-size: 26px;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;
}


.sub3_title {
    text-align: center;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 35px;
    padding-bottom: 50px;
}

ul.sub3_1_menubar li {
    width: 20%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.sub3_2_menubar li {
    width: 33.3% !important;
}


ul.sub3_1_menubar li a {
    font-size: 20px;
    color: var(--black);
}

.sub3_1_menubar {
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 40px;
    font-family: 'Pretendard-Light', sans-serif;
}

.menubar_tab_on {
    border-top: 4px solid var(--skyblue);
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.sub3_1_content {
    width: 100%;

}

.sub3_1_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub3_1_content ul li {
    padding-bottom: 35px;
}

.sub3_1_1_text {
    font-size: 20px;
    font-family: 'Pretendard-Medium', 'Noto Sans KR', sans-serif;
    padding-top: 10px;
}

.div_270 {
    width: 270px;
}

.sub3_section {
    padding: 120px 0 140px 0;
    overflow: hidden;
    position: relative;
    background-image: url(../images/small_circle.png);
    background-repeat: no-repeat;
    background-position: -11% 78%;
    background-attachment: scroll;
}

.sub3_1_content {
    width: 100%;
    /* padding: 50px 70px; */
}

.sub3_1_2_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub3_1_2_small_wrap {
    display: flex;
}

.img_box {
    display: flex;
    flex-direction: column;
    padding: 0 70px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.img_box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_text {
    padding-top: 12px;
    text-align: right;
    font-size: 20px;
    color: var(--black);
}

.sub3_1_2_small_wrap span {
    vertical-align: bottom;
}

.img_text2 {
    padding-left: 20px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.sub3_1_4_text {
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.imgbox_2 {
    display: flex;
    flex-direction: column;
}

.imgbox_2_wrap {
    display: flex;
    flex-direction: column;
}

.imgbox_2_con1>span {
    display: block;
    padding-top: 5px;
    padding-left: 16%;
    padding-bottom: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.imgbox_2_con2>span {
    display: block;
    padding-top: 5px;
    padding-left: 67%;
    padding-bottom: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.imgbox_2_con1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con2_upper {
    padding-top: 22px;
}

.imgbox_2_con2 {
    align-self: flex-end;
    padding-bottom: 18px;
}

.imgbox_3_con1 .sub3_1_4_text span {
    font-family: 'Pretendard-Medium', sans-serif;
}

.imgbox_3_con1 {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 46px;
}

.sub3_1_5_title {
    font-family: 'Pretendard-Bold', sans-serif;
    font-size: 30px;
}

.sub3_2_1_img {
    padding-top: 25px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub3_2_1_img img {
    vertical-align: bottom;
}

.sub3_2_2_section {
    padding: 120px 0 0 0;
    overflow: hidden;
    position: relative;
}

/* sub4 */
.sub4_intro {

    background-image: url("../images/sub_intro4.jpg");
}


.sub_tab2 ul li {
    width: 50%;
}

.sub4_1_content {
    width: 100%;
    margin-top: 60px;
}

.search_box {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: end;
}

.search_box>p {
    font-size: 16px;
    color: #555;
    font-family: 'Pretendard-Light', sans-serif;
}

.search_box>p span {
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s_in {
    display: flex;
    align-items: center;
}

.select_box {
    width: 140px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.select_box i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
}

.select_box select {
    font-size: 16px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    padding-left: 20px;
}

.table_search {
    width: 391px;
    height: 45px;
    border: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
}

.table_search input {
    width: 64%;
    height: 35px;
    padding-left: 0;
    border: 0;
    background-color: transparent;
}

.table_search input::placeholder {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.table_search input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.table_search i {
    color: #777777;
    font-size: 22px;
    cursor: pointer;
    margin-right: 12px;
}

.xi-search {
    color: #5d5d5d !important;
}

table.notice_tb {
    width: 100%;
    border-top: 2px solid #464646;
    border-collapse: collapse;
    margin-top: 25px;
    table-layout: fixed;
}

table.notice_tb td {
    height: 92px;
    border-bottom: 1px solid #d7d7d7;
}

table.notice_tb .fix_tr {
    background-color: #fbfbfb;
}

table.notice_tb th {
    height: 66px;
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #d7d7d7;
    ;
}

.fix {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #0684f7;
    font-family: 'Pretendard-Medium', sans-serif;
    padding: 30px 0;
}

.nt_title {

    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 30px 20px;
    box-sizing: border-box;
    cursor: pointer;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.upload {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #777;
    font-family: 'Pretendard-Light', sans-serif;
    padding: 30px 0;
}

.nt_num {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 30px 0;
}

.page_btn {
    margin-top: 45px;
}


.page_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a {
    font-size: 18px;
    color: #b2b2b2;

    font-family: 'NanumSquare', sans-serif;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.page_arrow {
    width: 36px;
    height: 36px;
    margin: 0 16px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b2b2b2;
    font-size: 18px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

a.page_num {
    width: 36px;
    height: 36px;
    text-decoration: underline;
    text-underline-position: under;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
    color: black;
}

.k_map {
    width: 100%;
    height: 408px;
    margin-bottom: 75px;
}

.map_desc {
    display: flex;
    width: 100%;
    align-items: center;
}

.map_desc img {
    padding: 0 100px 0 50px;
}

.map_desc_detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.map_desc_detail span {
    display: inline-block;
}

.map_desc_detail_wrap1 {
    display: flex;
    padding: 20px 0;
}

.fixed_1 span {
    width: 414px;
}

.fixed_2 span {
    width: 210px;
}

.borderline1 {
    border-bottom: 1px solid #d7d7d7;
}

.map_desc_detail_wrap2 {
    display: flex;
}

.map_desc_detail_wrap2 p {
    font-size: 16px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    width: 130px;
}

.map_desc_detail_wrap2 span {
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
}



/* sub4_1_d */
.sub4_1_d_section {
    width: 100%;
    padding: 100px 0 250px 0;
}

.sub4_1_d_section table {
    width: 100%;
    border-top: 2px solid #555555;
    border-collapse: collapse;
}

.sub4_1_d_section table th {
    padding: 30px 20px;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 30px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;

    text-align: left;
}

.th_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category {
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    background-color: #1c2b55;
    margin: 0 auto 20px;
}

.sub4_1_d_section table td {
    /* padding: 0 30px; */
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.ud_wrap {
    display: flex;
    justify-content: space-between;
}

.ud {
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.d_con {
    width: 100%;
    padding: 50px 30px 150px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 28px;
}


.attach_file {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #fbfbfb;
    padding-left: 20px;
}

.attach_file p {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.attach_file p i {
    color: #a1a1a1;
    transform: rotate(45deg);
    margin-right: 5px;
    font-size: 22px;
}

.attach_file a {
    margin-left: 40px;
    font-size: 16px;
    color: #555555;
    font-family: 'Pretendard-Regular', sans-serif;
    text-decoration: underline;
    text-underline-position: under;
}

.back_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.back_btn a {
    width: 170px;
    height: 50px;
    font-size: 18px;
    color: #777777;
    border: 1px solid #cccccc;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

/* sub4_2 */
.title_t {
    width: 100%;
    padding-top: 25px;
}

.title_t li {
    cursor: pointer;
}

.title_h {
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #cccccc;
}

.title_t li:nth-child(1) {
    border-top: 2px solid var(--skyblue);
}

.p_m {
    position: relative;
    width: 25px;
    height: 25px;
}

.s_h_box {
    width: 100%;
    padding: 25px 45px 25px 45px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Pretendard-Light', sans-serif;
    display: none;
    border-bottom: 2px solid var(--skyblue);
}

.p_m i.xi-angle-up-thin {
    display: none;
    color: var(--skyblue);
}

.p_m i.xi-angle-down-thin {}

.p_m i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #003971;
    font-size: 30px;
}

.big_q {
    width: 130px;
    text-align: center;
    font-family: 'GmarketSans-Bold', sans-serif;
    font-size: 30px;
    color: var(--skyblue);
}

.faq_title {
    width: 950px;
    text-align: left;
    font-size: 22px;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub4_3 */
.sub4_3_content {
    width: 100%;
    padding: 90px 0 250px 0;
}

.sub_titletext {
    margin-bottom: 35px;
}

.sub_titletext p {
    text-align: center;
    font-size: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub_titletext span {
    font-family: 'Pretendard-Bold', sans-serif;
}

.s4_input {
    width: 100%;
}

.input_box {
    width: 100%;
    display: inline-block;
}

.i_b {
    width: 100%;
    margin-top: 35px;
}

.input_box .i_b {
    width: 47%;
    float: left;
}

.add_padd {
    padding: 0 30px;
}

.input_box .i_b:nth-child(2n-1) {
    margin-right: 6%;
}

.i_b p {
    font-size: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 7px;
}

.i_b p span {
    font-size: 14px;
    color: #ff0000;
}

.i_b input[type='text'] {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.i_b input[type='text']:focus {
    border: 1px solid #04a9c9;
}

.i_b input[type='text']::placeholder {
    font-size: 14px;
    color: #9e9e9e;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.i_b input[type='text']:-ms-input-placeholder {
    font-size: 14px;
    color: #9e9e9e;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.i_b textarea {
    width: 100%;
    height: 175px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    border-radius: 5px;
}

.i_b textarea::placeholder {
    font-size: 16px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    color: #a9a9a9;
}

.i_b textarea:-ms-input-placeholder {
    font-size: 14px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    color: #a9a9a9;
}

.agree_sec {
    width: 100%;
    margin-top: 40px;
}

.agree_sec p {
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 10px;
}

.agree_box {
    width: 100%;
    height: 150px;
    overflow: auto;
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #555;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 16px;
    line-height: 25px;
}

.check_sec {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.check_sec i.click {
    color: #0066b3;
}

.check_sec i {
    font-size: 28px;
    color: #c7c7c7;
    cursor: pointer;
    margin-right: 5px;
}

.check_sec span {
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
    cursor: pointer;
}

.inquiry_btn2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.inquiry_btn2 a {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #333333;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* sub1_3 */
.sub1_3_section {
    padding-top: 100px;
    color: #333333;
}

.sub1_3_bold {
    font-weight: bold;
    color: #ab764d;
    border-bottom: 2px solid #ab764d;
}

.sub1_3_copy .copy {
    margin: 0;
}


.sub1_3_section .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 200px;
    flex-direction: column;
}

.sub1_3_copy {
    width: 100%;
    text-align: center;
}

.sub1_3_copy .copy {
    font-size: 34px;
    font-weight: bold;
}


.sec1_3_img {
    position: relative;
}

.sec1_3_img>img {
    position: absolute;
}

.sub1_3_copy>img {
    width: 100%;
}

.sub1_3_copy .copy img {
    margin: 0 35px;
}


.copy_wrap {
    width: 1200px;
    display: flex;
    justify-content: center;
    color: #ab764d;
}

ul.copy_wrap li {
    position: relative;
}

ul.copy_wrap li p {
    position: absolute;
    top: 60%;
    left: 51%;
    transform: translate(-60%, -51%);
    margin-top: 10px;
}

.sub1_3_copy .copy:last-child {
    margin-top: 70px;
}

.copy_bold {
    color: #ab764d;
    font-weight: bold;
    font-size: 40px;
    position: relative;
}

.dotty {
    position: absolute;
    display: flex;
    left: 0;
    top: -10%;
}

.dotty img {
    margin: 0 13px !important;
}

/* sub1_4 */
.map_box {
    width: 680px;
    height: 460px;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}

.sub1_4_section {
    padding-top: 100px;
    color: #333333;
}

.sub1_4_section .center {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 200px;
}

.sub1_4_wrap {
    margin: 0 auto;
    width: 1200px;
}

ul.contact_wrap li i {
    color: #ab764d;
    font-size: 32px;
    margin-right: 15px;
    margin-top: 5px;

}

ul.contact_wrap li p {
    display: inline;
    font-size: 22px;
}

.sub_center04 {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.contact_wrap li {
    display: flex;
    align-items: center;
    margin: 50px 0;
    font-size: 22px;
}
