@charset "UTF-8";

#footer {
    border-top: 1px solid #d7d7d7;
}


/* sub page menu */
.sub_page_menu {
    width: 100%;
    background-color: #0867b3;
    margin-top: 160px;
}

.sub_page_menu ul {
    width: 100%;
    display: flex;
}

.sub_page_menu ul li {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub_page_menu ul li.on {
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #fff;
}


/* sub intro */
#sub_intro {
    width: 100%;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.intro_txt p {
    overflow: hidden;
}

.intro_txt p:last-child {
    margin-top: 15px;
}

.intro_txt p span {
    display: block;
    color: #fff;
}

span.small_txt {
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
    transform: translateY(30px);
    animation: txt_show 1s ease forwards;
}

span.big_txt {
    font-size: 38px;
    font-family: 'Pretendard-Bold', sans-serif;
    transform: translateY(50px);
    animation: txt_show 1.5s .2s ease forwards;
}

#sub_content {
    width: 100%;
}


/* sub1_1 */
.sub1_page_menu ul li {
    width: 20%;
}

.sub1_1_intro {
    background-image: url(../images/sub1_1_intro.jpg);
}

.sub1_1_content {
    width: 100%;
}

.s1_1_sec1 {
    width: 100%;
    padding: 140px 0;
}

.sub_title {
    text-align: center;
    font-size: 33px;
    color: #0867b3;
    font-family: 'SCDream5', sans-serif;
}

.sub_title span {
    display: block;
    font-size: 17px;
    color: #9a9a9a;
    font-family: 'SCDream4', sans-serif;
    margin-bottom: 15px;
}

.s1_1_sec1 .center {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s1_1_sec1_left {
    width: 50%;
    font-size: 30px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
}

.s1_1_sec1_left p {
    width: max-content;
    font-family: 'SCDream6', sans-serif;
    position: relative;
    margin-top: 10px;
}

.s1_1_sec1_left p:after {
    content: " ";
    width: 8px;
    height: 4px;
    background-color: #ed1c24;
    position: absolute;
    top: 9px;
    right: 10px;
}

.s1_1_sec1_right {
    width: 50%;
    padding-left: 70px;
    box-sizing: border-box;
    position: relative;
}

.s1_1_sec1_right:after {
    content: " ";
    width: 1px;
    height: 83%;
    background-color: #a1a1a1;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
}

.s1_1_sec1_right ul {
    width: 100%;
}

.s1_1_sec1_right ul li {
    width: 100%;
    display: flex;
    align-items: baseline;
    position: relative;
    margin-bottom: 30px;
}

.s1_1_sec1_right ul li:last-child {
    margin-bottom: 0;
}

.s1_1_sec1_right ul li:after {
    content: " ";
    width: 11px;
    height: 11px;
    border-radius: 20px;
    background-color: #0867b3;
    position: absolute;
    top: 10px;
    left: -75px;
}

.s1_1_sec1_right ul li p {
    width: 20%;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_1_sec1_right ul li span {
    width: 80%;
    font-size: 19px;
    line-height: 33px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_1_sec2 {
    width: 100%;
    padding: 90px 0;
    background-image: url(../images/sub1_1_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s1_1_sec2 .sub_title {
    color: #fff;
}

.s1_1_sec2 img {
    max-width: 100%;
    margin-top: 60px;
}

.s1_1_sec3 {
    width: 100%;
    padding: 140px 0;
}

.s1_1_sec3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.s1_1_sec3 ul li {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.s1_1_sec3 ul li:nth-child(13),
.s1_1_sec3 ul li:nth-child(14),
.s1_1_sec3 ul li:nth-child(15),
.s1_1_sec3 ul li:nth-child(16) {
    margin-bottom: 0;
}


/* sub1_2 */
.sub1_2_intro {
    background-image: url(../images/sub1_2_intro.jpg);
}

.sub1_2_content {
    width: 100%;
}

.s1_2_sec1 {
    width: 100%;
    padding: 90px 0;
    background-image: url(../images/sub1_2_bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.s1_2_sec1 .center {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.s1_2_sec1 .s1_1_sec1_left {
    width: 100%;
}

.s1_2_sec1_txt {
    width: 50%;
    margin-top: 30px;
}

.s1_2_sec1_txt p {
    font-size: 25px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_2_sec1_txt span {
    font-size: 18px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 25px;
}

.s1_2_sec1_txt span strong {
    font-weight: normal;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_2_sec2 {
    width: 100%;
    padding: 100px 0 80px;
    background-color: #0867b3;
}

.s1_2_sec2 .center {
    display: flex;
    justify-content: flex-end;
}

.s1_2_sec2_txt {
    width: 50%;
}

.s1_2_sec2_txt > span {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.s1_2_sec2_txt > span strong {
    font-weight: normal;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_2_sec2_txt p {
    margin-top: 50px;
    text-align: right;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_2_sec2_txt p span {
    display: block;
    font-family: 'Yellowtail', cursive;
    font-size: 30px;
    font-style: italic;
    margin-top: 5px;
}


/* sub1_3_1 */
.sub1_3_intro {
    background-image: url(../images/sub1_3_intro.jpg);
}

.sub1_3_content {
    width: 100%;
    padding: 140px 0;
    position: relative;
}

.sub1_3_content > img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sub1_3_tab {
    width: 100%;
}

.sub1_3_tab ul {
    width: 100%;
    display: flex;
}

.sub1_3_tab ul li {
    width: 33.33%;
    height: 150px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.sub1_3_tab ul li p {
    font-size: 27px;
    color: #454545;
    font-family: 'SCDream5', sans-serif;
}

.sub1_3_tab ul li span {
    font-size: 16px;
    color: #454545;
    font-family: 'SCDream4', sans-serif;
    margin-top: 10px;
}

.sub1_3_tab ul li.on {
    background-color: #0867b3;
    box-shadow: 1px 0 10px rgba(2, 89, 159, 0.6);
}

.sub1_3_tab ul li.on p,
.sub1_3_tab ul li.on span {
    color: #fff;
}

.sub1_3_con {
    width: 100%;
    margin-top: 60px;
}

.sub1_3_con > p {
    font-size: 31px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
}

.sub1_3_con > p span {
    position: relative;
}

.sub1_3_con > p span:after {
    content: " ";
    width: 9px;
    height: 3px;
    background-color: #ed1c24;
    position: absolute;
    top: 9px;
    right: 9px;
}

.sub1_3_con ul {
    width: 100%;
    margin-top: 45px;
}

.sub1_3_con ul li {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.year {
    width: 25%;
    font-size: 40px;
    color: #0867b3;
    font-family: 'SCDream6', sans-serif;
}

.history {
    width: 75%;
    padding: 45px 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 19px;
    line-height: 42px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub1_3_con ul li:first-child .history {
    border-top: 1px solid #d7d7d7;
}


/* sub1_4 */
.sub1_4_intro {
    background-image: url(../images/sub1_4_intro.jpg);
}

.sub1_4_content {
    width: 100%;
    padding: 140px 0;
}

.s1_4_sec {
    width: 100%;
}

.s1_4_sec:last-child {
    margin-top: 150px;
}

.s1_4_inner {
    width: 100%;
    margin-top: 65px;
    border-top: 1px solid #d7d7d7;
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
}

.s1_4_img {
    width: 41%;
    border: 1px solid #d7d7d7;
    padding: 95px 0;
    display: flex;
    justify-content: center;
}

.s1_4_txt1,
.s1_4_txt2 {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.s1_4_txt1 p {
    font-size: 18px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_4_txt1 p span {
    display: block;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 10px;
}

.s1_4_txt2 > p {
    font-size: 18px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_4_txt2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s1_4_txt2 ul li {
    width: 47%;
}

.color {
    width: 100%;
    height: 23px;
}

.c_blue {
    background-color: #0080ff;
}

.c_red {
    background-color: #ff0000;
}

.color_txt {
    width: 100%;
    margin-top: 30px;
}

.color_txt p {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    margin-bottom: 17px;
}

.color_txt p:last-child {
    margin-bottom: 0;
}

.color_txt p span {
    width: 25%;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub1_5 */
.sub1_5_intro {
    background-image: url(../images/sub1_5_intro.jpg);
}

.sub1_5_content {
    width: 100%;
    padding: 140px 0;
}

.s1_5_sec1 {
    width: 100%;
}

.s1_5_sec1 > p {
    width: 100%;
    font-size: 31px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
    position: relative;
}

.s1_5_sec1 > p:after {
    content: " ";
    width: 85%;
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    top: 50%;
    right: 0;
}

.s1_5_sec1_box {
    width: 100%;
    height: 310px;
    margin-top: 55px;
    background-image: url(../images/sub1_5_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 65px 0 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s1_5_sec1_txt {
    text-align: right;
}

.s1_5_sec1_txt > p {
    font-size: 30px;
    color: #0867b3;
    font-family: 'SCDream5', sans-serif;
}

.s1_5_sec1_txt span {
    margin-top: 20px;
    display: block;
    font-size: 19px;
    line-height: 35px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_5_sec1_txt span strong {
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_5_sec2 {
    width: 100%;
}

.s1_5_sec2 ul {
    width: 100%;
}

.s1_5_sec2 ul li {
    width: 100%;
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s1_5_sec2_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_5_sec2 .s1_5_sec1_txt {
    text-align: left;
}

.s1_5_sec2 .s1_5_sec1_txt span strong {
    font-size: 17px;
}

.s1_5_sec2_box {
    width: 635px;
    height: 185px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.s1_5_sec2 ul li:first-child .s1_5_sec2_box {
    background-image: url(../images/sub1_5_img3.jpg);
}

.s1_5_sec2 ul li:nth-child(2) .s1_5_sec2_box {
    background-image: url(../images/sub1_5_img4.jpg);
}

.s1_5_sec2 ul li:last-child .s1_5_sec2_box {
    background-image: url(../images/sub1_5_img5.jpg);
}

.s1_5_sec2_box a {
    position: absolute;
    left: 23px;
    bottom: 17px;
    display: flex;
    flex-direction: column;
    /*
    transform: translateX(-50px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
*/
}

/*
.s1_5_sec2_box:hover a {
    transform: translateX(0);
    opacity: 1;
}
*/

.s1_5_sec2_box a p {
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-left: 10px;
    margin-bottom: -5px;
}


/* sub2_1 */
.sub2_page_menu ul li {
    width: 16.66%;
}

.sub2_1_intro {
    background-image: url(../images/sub2_1_intro.jpg);
}

.sub2_1_content {
    width: 100%;
    padding: 140px 0;
}

.sub2_1_content ul {
    width: 100%;
}

.sub2_1_content ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub2_1_content ul li:nth-child(2) {
    margin-top: 130px;
    flex-direction: row-reverse;
}

.s2_1_img {
    width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s2_1_img img {
    width: 100%;
}

.s2_1_txt {
    width: 47.5%;
}

.sub2_1_content ul li:nth-child(2) .s2_1_txt {
    text-align: right;
}

.s2_1_txt p {
    font-size: 34px;
    color: #111;
    font-family: 'SCDream5', sans-serif;
}

.s2_1_txt p span {
    display: block;
    font-size: 17px;
    color: #9a9a9a;
    font-family: 'SCDream4', sans-serif;
    margin-bottom: 15px;
}

.s2_1_txt > span {
    display: block;
    font-size: 18px;
    line-height: 33px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 35px;
}


/* sub2_2 */
.sub2_2_intro {
    background-image: url(../images/sub2_2_intro.jpg);
}

.sub2_2_content {
    width: 100%;
    padding: 140px 0;
}

.sub2_2_content .center > p {
    font-size: 31px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
}

.sub2_2_content .center > p strong {
    font-weight: normal;
    font-family: 'SCDream6', sans-serif;
}

.sub2_2_content .center > p strong span {
    position: relative;
}


.sub2_2_content .center > p strong span:after {
    content: " ";
    width: 9px;
    height: 4px;
    background-color: #ed1c24;
    position: absolute;
    top: 9px;
    right: 10px;
}

.s2_2_con {
    width: 100%;
    margin-top: 70px;
    border-top: 1px solid #d7d7d7;
    padding-top: 70px;
}

.s2_2_inner {
    width: 100%;
    margin-top: 120px;
}

.s2_2_inner:first-child {
    margin-top: 0;
}

.s2_2_inner > p {
    font-size: 17px;
    color: #9a9a9a;
    font-family: 'SCDream4', sans-serif;
}

.s2_2_inner > p span {
    font-size: 31px;
    color: #111;
    font-family: 'SCDream5', sans-serif;
    margin-right: 10px;
}

.s2_2_inner ul {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.s2_2_inner ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s2_2_inner ul li.w_1 {
    width: 28%;
}

.s2_2_inner ul li.w_2 {
    width: 40.5%;
}

.s2_2_inner ul li.w_3 {
    width: 49%;
}

.hover_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    position: relative;
}

.hover_img img {
    width: 100%;
}

.hover_img p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 29px;
    color: #fff;
    font-family: 'SCDream5', sans-serif;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .5s;
}

.s2_2_inner ul li:hover p {
    opacity: 1;
}

.s2_2_inner ul li > p {
    font-size: 17px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
    margin-top: 20px;
}


/* sub2_3 */
.sub2_3_intro {
    background-image: url(../images/sub2_3_intro.jpg);
}


/* sub2_4 */
.sub2_4_intro {
    background-image: url(../images/sub2_4_intro.jpg);
}


/* sub2_5 */
.sub2_5_intro {
    background-image: url(../images/sub2_5_intro.jpg);
}

.sub2_5_content {
    width: 100%;
    padding-top: 140px;
}

.sub2_5_content .sub_title {
    text-align: left;
    color: #111;
}

.s2_5_sec1 {
    width: 100%;
}

.s2_5_sec1 ul {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.s2_5_sec1 ul li {
    width: 48.5%;
}

.s2_5_sec1 ul li img {
    width: 100%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

.s2_5_sec1 ul li p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.s2_5_sec2 {
    width: 100%;
    margin-top: 200px;
}

.s2_5_sec2 .center {
    display: flex;
    justify-content: space-between;
}

.s2_5_sec2_left {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.s2_5_sec2_left_txt p {
    font-size: 18px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
}

.s2_5_sec2_left_txt p:last-child {
    margin-bottom: 0;
}

.s2_5_sec2_left_txt p:after {
    content: " ";
    width: 6px;
    height: 6px;
    background-color: #454545;
    position: absolute;
    top: 12px;
    left: 0;
}

.s2_5_sec2_right{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.s2_5_sec3 {
    width: 100%;
    margin-top: 160px;
    padding: 130px 0;
    background-image: url(../images/sub2_5_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s2_5_sec3 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s2_5_sec3 ul li {
    width: 245px;
    height: 245px;
    border-radius: 300px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #454545;
    font-family: 'SCDream5', sans-serif;
}


/* sub2_6 */
.sub2_6_intro {
    background-image: url(../images/sub2_6_intro.jpg);
}

.sub2_6_content {
    width: 100%;
    padding: 140px 0;
}

.s2_6_title {
    width: 100%;
    text-align: center;
    font-size: 39px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
}

.s2_6_title span {
    font-family: 'SCDream6', sans-serif;
    position: relative;
}

.s2_6_title span:after {
    content: " ";
    width: 10px;
    height: 5px;
    background-color: #ed1c24;
    position: absolute;
    top: 12px;
    right: 13px;
}

.s2_6_map {
    width: 100%;
    margin-top: 100px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.s2_6_map > img {
    width: 100%;
}

.area {
    width: max-content;
    position: absolute;
    display: flex;
    align-items: center;
}

.area p {
    width: 125px;
    height: 50px;
    border-radius: 15px;
    background-color: #616161;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    opacity: 0;
    transition: opacity .3s;
}

.area:hover p {
    opacity: 1;
}

.area1,
.area2,
.area3 {
    justify-content: center;
    flex-direction: column-reverse;
}

.area1 {
    top: 100px;
    left: 200px;
}

.area2 {
    bottom: 240px;
    left: 375px;
}

.area3 {
    top: 110px;
    right: 300px;
}

.area1 p,
.area2 p,
.area3 p {
    margin-bottom: 18px;
}

.area4,
.area5 {
    flex-direction: row-reverse;
}

.area4 {
    top: 245px;
    right: 315px;
}

.area5 {
    bottom: 300px;
    right: 305px;
}

.area4 p,
.area5 p {
    margin-right: 20px;
}

.area6 {
    bottom: 255px;
    right: 145px;
}

.area6 p {
    margin-left: 20px;
}

.s2_6_txt {
    width: 100%;
    margin-top: 80px;
    text-align: center;
    font-size: 24px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s2_6_txt strong {
    font-weight: normal;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s2_6_txt span {
    display: block;
    margin-top: 15px;
    font-size: 18px;
}


/* sub3_1 */
.sub3_page_menu ul li {
    width: 33.33%;
}

.sub3_1_intro {
    background-image: url(../images/sub3_1_intro.jpg);
}

.sub3_1_content {
    width: 100%;
    padding: 130px 0 160px;
    background-image: url(../images/sub3_1_bg.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.s3_1_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
}

.s3_1_title p {
    font-size: 34px;
    color: #0867b3;
    font-family: 'SCDream6', sans-serif;
    margin-bottom: 20px;
}

.s3_1_title span {
    font-family: 'SCDream6', sans-serif;
    position: relative;
}

.s3_1_title span:after {
    content: " ";
    width: 8px;
    height: 4px;
    background-color: #ed1c24;
    position: absolute;
    top: 9px;
    right: 10px;
}

.s3_1_con1 {
    width: max-content;
    margin: 110px auto 0;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_1_con1 ul {
    width: max-content;
    display: inline-block;
}

.s3_1_con1 ul li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.s3_1_con1 ul li:first-child {
    transform: translate(40px, 40px) !important;
    z-index: 4;
}

.s3_1_con1 ul li:nth-child(2) {
    transform: translate(-40px, 40px) !important;
    z-index: 3;
}

.s3_1_con1 ul li:nth-child(3) {
    clear: both;
    transform: translate(40px, -40px) !important;
    z-index: 2;
}

.s3_1_con1 ul li:last-child {
    transform: translate(-40px, -40px) !important;
    z-index: 1;
}

.s3_1_con2 {
    width: 100%;
    margin-top: 160px;
}

.s3_1_con2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s3_1_con2 ul li {
    width: 48%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.s3_1_con2 ul li:first-child,
.s3_1_con2 ul li:nth-child(2) {
    margin-bottom: 45px;
}

.s3_1_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_1_img img {
    width: 100%;
}

.s3_1_txt {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #d7d7d7;
}

.s3_1_txt p {
    font-size: 24px;
    color: #0867b3;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_1_txt span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 10px;
}


/* sub3_2 */
.sub3_2_intro {
    background-image: url(../images/sub3_2_intro.jpg);
}

.sub3_2_content {
    width: 100%;
    padding: 140px 0;
}

.sub3_2_content .sub_title p {
    font-size: 19px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 30px;
}

.sub3_2_content .sub_title p strong {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_2_sec1_con1 {
    width: 100%;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_2_sec1_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_2_sec1_img img {
    width: 100%;
}

.s3_2_sec1_btn {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3_2_sec1_btn a {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 35px;
    box-sizing: border-box;
}

.s3_2_sec1_btn a p {
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_2_sec1_btn a span {
    font-size: 15px;
    color: #5c5c5c;
    font-family: 'Pretendard-Light', sans-serif;
}

.s3_2_sec1_con2 {
    width: 100%;
    margin-top: 150px;
}

.s3_2_sec1_title {
    width: 100%;
    text-align: center;
    font-size: 29px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_2_sec1_title span {
    display: block;
    font-size: 24px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 18px;
}

.s3_2_sec1_inner {
    width: 100%;
    margin-top: 70px;
}

.s3_2_sec1_inner > p {
    text-align: center;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_2_sec1_inner table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-collapse: collapse;
}

.s3_2_sec1_inner table th {
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #0867b3;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family: 'Pretendard-Medium', sans-serif;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.s3_2_sec1_inner table th.border_r_none,
.s3_2_sec1_inner table td.border_r_none {
    border-right: 0;
}

.s3_2_sec1_inner table td {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    text-align: center;
}

.s3_2_sec1_inner table td.txt_left {
    text-align: left;
}

.s3_2_sec1_inner table td span {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_2_sec1_inner > span {
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s3_2_sec2 {
    width: 100%;
    margin-top: 150px;
}

.s3_2_sec2_inner {
    width: 100%;
    margin-top: 50px;
    padding: 45px 0;
    background-color: #ebebeb;
}

.s3_2_sec2_inner .center > p {
    text-align: center;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_2_sec2_inner .center > p span {
    color: #0867b3;
}

.s3_2_sec2_inner ul {
    width: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.s3_2_sec2_inner ul li {
    width: 230px;
    height: 230px;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}

.s3_2_sec2_inner ul li:last-child {
    background-color: #0867b3;
}

.s3_2_sec2_inner ul li p {
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 12px;
}

.s3_2_sec2_inner ul li:last-child p {
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub3_3 */
.sub3_3_intro {
    background-image: url(../images/sub3_3_intro.jpg);
}

.sub3_3_content {
    width: 100%;
    padding: 140px 0;
}

.s3_3_sec1 {
    width: 100%;
}

.s3_3_sec1_con1 {
    width: 100%;
    margin-top: 110px;
}

.s3_3_sec1_con1 > p {
    text-align: center;
    font-size: 27px;
    color: #454545;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s3_3_sec1_con1 ul {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.s3_3_sec1_con1 ul li {
    width: 165px;
    height: 165px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
    box-sizing: border-box;
}

.s3_3_sec1_con1 ul i {
    color: #111;
    font-size: 18px;
}

.s3_3_sec1_con1:last-child ul i {
    font-size: 35px;
    color: #999;
    font-weight: bold;
}

.s3_3_sec1_con1 ul li.border1 {
    border: 3px solid #c0e3fe;
}

.s3_3_sec1_con1 ul li.border2 {
    border: 3px solid #a5cff1;
}

.s3_3_sec1_con1 ul li.border3 {
    border: 3px solid #71b4e9;
}

.s3_3_sec1_con1 ul li.border4 {
    border: 3px solid #328cd4;
}

.s3_3_sec1_con1 ul li.border5 {
    border: 3px solid #227fca;
}

.s3_3_sec1_con1 ul li.border6 {
    border: 3px solid #0867b3;
}

.s3_3_sec1_con2 {
    width: 100%;
    margin-top: 150px;
    background-color: #f6f6f6;
    padding: 55px 0;
}

.s3_3_sec1_con2 .center img {
    max-width: 100%;
}

.s3_3_sec1_txt {
    width: 100%;
    margin-top: 50px;
    padding: 30px 90px;
    box-sizing: border-box;
    background-color: #fff;
}

.s3_3_sec1_txt p {
    font-size: 21px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    margin-bottom: 12px;
}

.s3_3_sec1_txt p:last-child {
    margin-bottom: 0;
}

.s3_3_sec1_txt p span {
    margin-right: 10px;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_3_sec2 {
    width: 100%;
    margin-top: 110px;
}

.s3_3_sec2 ul {
    width: 100%;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s3_3_sec2 ul li {
    height: 160px;
    border: 1px solid #0867b3;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.s3_3_sec2 ul li:nth-child(1),
.s3_3_sec2 ul li:nth-child(2),
.s3_3_sec2 ul li:nth-child(3),
.s3_3_sec2 ul li:nth-child(4),
.s3_3_sec2 ul li:nth-child(5),
.s3_3_sec2 ul li:nth-child(6) {
    width: 31%;
    padding: 0 10px;
}

.s3_3_sec2 ul li:nth-child(7),
.s3_3_sec2 ul li:nth-child(8),
.s3_3_sec2 ul li:nth-child(9),
.s3_3_sec2 ul li:nth-child(10) {
    width: 48.3%;
    padding: 0 20px;
}

.s3_3_icon {
    position: relative;
    text-align: center;
}

.s3_3_sec2 ul li:nth-child(1) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(2) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(3) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(4) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(5) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(6) .s3_3_icon {
    width: 40%;
}

.s3_3_sec2 ul li:nth-child(7) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(8) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(9) .s3_3_icon,
.s3_3_sec2 ul li:nth-child(10) .s3_3_icon {
    width: 35%;
}

.s3_3_icon:after {
    content: ":";
    font-size: 30px;
    color: #0867b3;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.s3_3_sec2 ul li:nth-child(1) p,
.s3_3_sec2 ul li:nth-child(2) p,
.s3_3_sec2 ul li:nth-child(3) p,
.s3_3_sec2 ul li:nth-child(4) p,
.s3_3_sec2 ul li:nth-child(5) p,
.s3_3_sec2 ul li:nth-child(6) p {
    width: 60%;
}

.s3_3_sec2 ul li:nth-child(7) p,
.s3_3_sec2 ul li:nth-child(8) p,
.s3_3_sec2 ul li:nth-child(9) p,
.s3_3_sec2 ul li:nth-child(10) p {
    width: 65%;
}

.s3_3_sec2 ul li p {
    text-align: center;
    font-size: 20px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
}


/* sub4_1 */
.sub4_page_menu ul li {
    width: 25%;
}

.sub4_1_intro {
    background-image: url(../images/sub4_1_intro.jpg);
}

.sub4_1_content {
    width: 100%;
    padding-top: 140px;
}

.s4_1_sec1 {
    width: 100%;
}

.s4_1_sec1 .center {
    display: flex;
    justify-content: space-between;
}

.s4_1_sec1_con1 {
    width: 65%;
}

.s4_1_sec1_con2 {
    width: 33%;
}

.s4_1_sec1_con > p {
    font-size: 31px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
    position: relative;
}

.s4_1_sec1_con > p:after {
    content: " ";
    height: 1px;
    position: absolute;
    background-color: #d7d7d7;
    top: 50%;
    right: 0;
}

.s4_1_sec1_con1 > p:after {
    width: 68%;
}

.s4_1_sec1_con2 > p:after {
    width: 65%;
}

.s4_1_sec1_con1 ul {
    width: 100%;
    margin-top: 80px;
}

.s4_1_sec1_con1 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s4_1_sec1_con2 ul {
    width: 100%;
    margin-top: 135px;
}

.s4_1_sec1_con2 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.s4_1_sec1_con2 ul li:last-child {
    margin-bottom: 0;
}

.s4_1_sec1_con2 ul li img {
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.s4_1_sec1_con2 ul li p {
    margin-left: 35px;
    font-size: 19px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
    line-height: 30px;
}

.s4_1_sec1_con2 ul li p span {
    display: block;
    font-size: 16px;
    color: #9a9a9a;
    margin-bottom: 5px;
}

.s4_1_sec1_con2 ul li p span strong {
    font-weight: normal;
    font-size: 21px;
    color: #0867b3;
    font-family: 'SCDream5', sans-serif;
    margin-right: 5px;
}

.s4_1_sec2 {
    width: 100%;
    margin-top: 180px;
}

.s4_1_sec2_inner {
    width: 100%;
    padding: 90px 0;
    margin-top: 60px;
    background-image: url(../images/sub4_1_bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s4_1_sec2_inner p {
    text-align: center;
    font-size: 34px;
    line-height: 64px;
    color: #fff;
    text-align: center;
    font-family: 'SCDream4', sans-serif;
}

.s4_1_sec2_inner p span {
    font-family: 'SCDream6', sans-serif;
}

.s4_1_sec3 {
    width: 100%;
    margin-top: 150px;
}

.s4_1_sec3 ul {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.s4_1_sec3 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s4_1_sec4 {
    width: 100%;
    margin-top: 160px;
    padding: 70px 0 60px;
    background-image: url(../images/sub4_1_bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.s4_1_sec4_inner {
    width: 100%;
    margin-top: 60px;
    padding: 90px 0;
    background-color: rgba(51, 144, 219, 0.8);
}

.s4_1_sec4_inner .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s4_1_sec4_con {
    display: flex;
    align-items: center;
}

.s4_1_sec4_con ul {
    width: 650px;
    margin-left: 40px;
}

.s4_1_sec4_con ul li {
    width: 100%;
    height: 95px;
    display: flex;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.s4_1_sec4_con ul li:last-child {
    margin-bottom: 0;
}

.s4_1_sec4_con ul li > span {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    font-family: 'SCDream6', sans-serif;
}

.s4_1_sec4_con ul li p {
    width: 40%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #111;
    font-family: 'SCDream5', sans-serif;
}

.s4_1_sec4_con ul li p span {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    margin-right: 7px;
}


/* sub4_2 */
.sub4_2_intro {
    background-image: url(../images/sub4_2_intro.jpg);
}

.sub4_2_content {
    width: 100%;
    padding: 140px 0 0 0;
}

.s4_2_sec1 {
    width: 100%;
}

.s4_2_sec1_img {
    width: 100%;
    margin-top: 110px;
}

.s4_2_sec1_img img {
    max-width: 100%;
}

.s4_2_sec2 {
    width: 100%;
    margin-top: 150px;
    padding: 160px 0;
    background-color: #f6f6f6;
}

.s4_2_sec2 ul {
    width: 100%;
}

.s4_2_sec2 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.s4_2_sec2 ul li:last-child {
    margin-bottom: 0;
}

.s4_2_sec2 ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.s4_2_sec2_img {
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s4_2_sec2_img img {
    width: 100%;
}

.s4_2_sec2_txt {
    width: 47%;
}

.s4_2_sec2_txt p {
    font-size: 29px;
    color: #111;
    font-family: 'SCDream5', sans-serif;
}

.s4_2_sec2_txt p span {
    font-size: 19px;
    color: #9a9a9a;
    font-family: 'SCDream7', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.s4_2_sec2_txt > span {
    display: block;
    margin-top: 35px;
    font-size: 19px;
    line-height: 33px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}


/* sub4_3 */
.sub4_3_intro {
    background-image: url(../images/sub4_3_intro.jpg);
}

.sub4_3_content {
    width: 100%;
    padding: 140px 0 100px;
}

.sub4_3_content ul {
    width: 100%;
    margin-top: 130px;
}

.sub4_3_content ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 55px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sub4_3_content ul li:last-child {
    border-bottom: 0;
}

.s4_3_step {
    width: 110px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0867b3;
    font-size: 19px;
    color: #fff;
    font-family: 'SCDream5', sans-serif;
}

.s4_3_con {
    width: calc(100% - 140px);
    margin-top: 10px;
}

.s4_3_con p {
    font-size: 18px;
    line-height: 33px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.s4_3_con p span {
    display: block;
    font-size: 19px;
    color: #0867b3;
    font-family: 'SCDream6', sans-serif;
    margin-bottom: 15px;
}

.s4_3_con_txt {
    width: 100%;
    display: flex;
    margin-top: 25px;
}

.s4_3_con_txt span {
    padding: 12px 50px;
    background-color: #4797d6;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    font-family: 'SCDream5', sans-serif;
    margin-right: 30px;
}

.s4_3_con_txt span:last-child {
    margin-right: 0;
}


/* sub4_4 */
.sub4_4_intro {
    background-image: url(../images/sub4_4_intro.jpg);
}

.sub4_4_content {
    width: 100%;
    padding: 140px 0;
}

.sub4_4_content ul {
    width: 100%;
    margin-top: 120px;
}

.sub4_4_content ul li {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 150px;
}

.sub4_4_content ul li:last-child {
    margin-bottom: 0;
}

.sub4_4_content ul li:nth-child(2) {
    flex-direction: row-reverse;
}

.s4_4_img {
    width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s4_4_img img {
    width: 100%;
}

.s4_4_txt {
    width: 50%;
    border-top: 1px solid #111;
    padding-top: 35px;
    margin-bottom: 5px;
}

.sub4_4_content ul li:nth-child(2) .s4_4_txt {
    text-align: right;
}

.s4_4_txt p {
    font-size: 29px;
    color: #111;
    font-family: 'SCDream5', sans-serif;
}

.s4_4_txt span {
    display: block;
    font-size: 19px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 20px;
}

.s4_4_txt span strong {
    display: block;
    margin-top: 13px;
    font-weight: normal;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub5_1 */
.sub5_page_menu ul li {
    width: 50%;
}

.sub5_1_intro {
    background-image: url(../images/sub5_1_intro.jpg);
}

.sub5_1_content {
    width: 100%;
    padding: 140px 0;
}

.s5_1_sec1 {
    width: 100%;
}

.s5_1_sec1 > ul {
    width: 100%;
    margin-top: 60px;
    padding: 90px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.s5_1_sec1 > ul > li {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 75px;
}

.s5_1_sec1 > ul > li:last-child {
    margin-bottom: 0;
}

.s5_1_sec1_img {
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s5_1_sec1_img img {
    width: 100%;
}

.s5_1_sec1_txt {
    width: calc(100% - 375px);
}

.s5_1_sec1_txt > p {
    font-size: 26px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s5_1_sec1_txt ul {
    width: 100%;
    margin-top: 25px;
}

.s5_1_sec1_txt ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

.s5_1_sec1_txt ul li:nth-child(2) {
    margin-top: 10px;
}

.s5_1_sec1_txt ul li p {
    width: 10%;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s5_1_sec1_txt ul li span {
    width: 90%;
    font-size: 19px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.s5_1_sec1_txt ul li span strong {
    font-weight: normal;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-right: 5px;
}

.s5_1_sec1_txt ul li span strong:nth-child(2) {
    margin-left: 20px;
}

.s5_1_sec2 {
    width: 100%;
    margin-top: 160px;
}

.s5_1_sec2 ul {
    width: 100%;
    margin-top: 80px;
    border-top: 1px solid #d7d7d7;
}

.s5_1_sec2 ul li {
    width: 100%;
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 0;
}

.s5_1_sec2 ul li > p {
    width: 20%;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.check_box {
    width: 80%;
    padding: 10px 0;
    display: flex;
}

.checks1 {
    position: relative;
    margin-right: 60px;
}

.checks1 input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.checks1 input[type="radio"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    padding-left: 30px;
}

.checks1 input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #9a9a9a;
    border-radius: 100%;
    box-sizing: border-box;
}

.checks1 input[type="radio"]:checked + label:before {
    border: 1px solid #454545;
}

.checks1 input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #6b6b6b;
    border-radius: 100%;
}

.s5_1_sec2 ul li > input {
    width: 540px;
    height: 45px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.tel_box {
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6b6b6b;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
}

.tel_box input,
.email_box input {
    width: 30%;
    height: 45px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.tel_box input::placeholder {
    color: #6b6b6b;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
}

.email_box {
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6b6b6b;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
}

.email_select {
    width: 30%;
    height: 45px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    position: relative;
}

.email_select i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #9a9a9a;
}

.email_select select {
    color: #9a9a9a;
    font-size: 16px;
    font-family: 'Pretendard-Light', sans-serif;
}

.s5_1_sec2 ul li > textarea {
    width: 80%;
    height: 350px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.file_box {
    width: 540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file_box span {
    width: 72%;
    height: 45px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.file {
    width: 25%;
    height: 45px;
    background-color: #454545;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.agree_box {
    width: 100%;
}

.agree_inner {
    width: 100%;
    height: 300px;
    overflow: auto;
    padding: 25px 30px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    white-space: pre-line;
    font-size: 18px;
    line-height: 34px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 35px;
    display: none;
}

.agree_inner.show {
    display: block;
}

.agree_check {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.checks2 {
    position: relative;
}

.checks2 input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checks2 input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.checks2 input[type="checkbox"] + label:before {
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #6b6b6b;
    box-sizing: border-box;
    margin-right: 10px;
}

.checks2 input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font-family: "fontawesome";
    font-size: 12px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #0867b3;
    border: 0;
}

.agree_check > p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9a9a9a;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
    margin-left: 15px;
}

.agree_check i {
    font-size: 13px;
    margin-left: 5px;
}

.inquiry_btn {
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: center;
}

.inquiry_btn input {
    width: 240px;
    height: 60px;
    background-color: #0867b3;
    border: 0;
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub5_2 */
.sub5_2_intro {
    background-image: url(../images/sub5_2_intro.jpg);
}

.sub5_2_content {
    width: 100%;
    padding: 140px 0;
}

.s5_2_sec {
    width: 100%;
}

.s5_2_con {
    width: 100%;
    border-top: 1px solid #d7d7d7;
}

.s5_2_con1 {
    margin-top: 80px;
}

.s5_2_con2 {
    margin-top: 150px;
}

.s5_2_con > p {
    width: 100%;
    padding: 35px 0;
    font-size: 29px;
    color: #454545;
    font-family: 'SCDream4', sans-serif;
}

.s5_2_con > p span {
    font-family: 'SCDream5', sans-serif;
}

.s5_2_con ul {
    width: 100%;
    border-top: 1px solid #d7d7d7;
}

.s5_2_con ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
}

.q {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0867b3;
    font-size: 19px;
    color: #fff;
    font-family: 'SCDream4', sans-serif;
}

.question p {
    width: calc(100% - 75px);
    font-size: 21px;
    color: #454545;
    font-family: 'SCDream6', sans-serif;
}

.question p span {
    font-size: 21px;
    color: #9a9a9a;
    font-family: 'SCDream4', sans-serif;
    margin-right: 10px;
}

.answer {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;
    display: none;
}

.answer_inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0867b3;
    box-sizing: border-box;
    font-size: 19px;
    color: #0867b3;
    font-family: 'SCDream5', sans-serif;
}

.answer p {
    width: calc(100% - 75px);
    font-size: 19px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
    word-break: keep-all;
    margin-top: 10px;
}


/* sub6_1 */
.sub6_1_intro {
    background-image: url(../images/sub6_1_intro.jpg);
}

.sub6_1_content {
    width: 100%;
    padding: 140px 0;
}

.s6_1_title {
    width: 100%;
    font-size: 31px;
    color: #111;
    font-family: 'SCDream4', sans-serif;
    position: relative;
}

.s6_1_title:after {
    content: " ";
    width: 88%;
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    top: 50%;
    right: 0;
}

.tab_totalbox {
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab_totalbox ul {
    display: flex;
    align-items: center;
}

.tab_totalbox ul li {
    font-size: 21px;
    color: #9a9a9a;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
    margin-right: 50px;
    position: relative;
}

.tab_totalbox ul li:after {
    content: " ";
    width: 1px;
    height: 10px;
    background-color: #d7d7d7;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.tab_totalbox ul li:last-child {
    margin-right: 0;
}

.tab_totalbox ul li:last-child:after {
    content: none;
}

.tab_totalbox ul li.on {
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.tab_totalbox > p {
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub6_1_content table {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #111;
    border-collapse: collapse;
}

.sub6_1_content table th {
    border-bottom: 1px solid #111;
    padding: 20px 0;
    font-weight: normal;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sub6_1_content table td {
    border-bottom: 1px solid #d7d7d7;
    padding: 18px 0;
    text-align: center;
    font-size: 18px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
}

td.cursor {
    cursor: pointer;
    text-align: left !important;
}

.page_btn {
    width: 100%;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a {
    font-size: 16px;
    color: #9a9a9a;
    font-family: 'Pretendard-Light', sans-serif;
    margin: 0 10px;
    position: relative;
}

.page_btn a:after {
    content: "·";
    color: #9a9a9a;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
}

.page_btn a:nth-child(4):after {
    content: none;
}

.page_btn a.page_arrow {
    margin: 0;
}

.page_btn a.page_arrow:after {
    content: none;
}

.page_btn a i {
    color: #111;
    font-size: 15px;
}

.page_btn a.page_num {
    color: #111;
}

.board_search {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
}

.bs_box {
    width: 400px;
    height: 50px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 10px;
}

.bs_box input {
    width: 90%;
    height: 100%;
    border: 0;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.bs_box input::placeholder {
    font-size: 18px;
    color: #9a9a9a;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.bs_box i {
    font-size: 24px;
    color: #454545;
    cursor: pointer;
}


/* sub6_1_d */
.d_title {
    width: 100%;
    margin-top: 90px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 25px 45px;
    box-sizing: border-box;
}

.d_title p {
    width: 100%;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.d_title ul {
    margin-top: 15px;
    display: flex;
}

.d_title ul li {
    font-size: 18px;
    color: #9a9a9a;
    font-family: 'Pretendard-Light', sans-serif;
    margin-right: 30px;
    position: relative;
}

.d_title ul li:last-child {
    margin-right: 0;
}

.d_title ul li:after {
    content: " ";
    width: 1px;
    height: 10px;
    background-color: #d7d7d7;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.d_title ul li:last-child:after {
    content: none;
}

.d_con {
    width: 100%;
    padding: 55px 45px;
    box-sizing: border-box;
    font-size: 18px;
    color: #454545;
    line-height: 34px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.d_con img{
    max-width: 100%;
}

.prev_next_list {
    width: 100%;
    border-top: 1px solid #d7d7d7;
}

.prev_next_list ul {
    width: 100%;
}

.prev_next_list ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 15px 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prev_next_list ul li p {
    width: 20%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
}

.prev_next_list ul li p i {
    font-size: 18px;
    color: #6b6b6b;
    margin-right: 10px;
}

.list_title {
    width: 80%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_title span {
    display: block;
    width: 80%;
    font-size: 18px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
}

.list_date {
    font-size: 18px;
    color: #454545;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub6_2 */
.sub6_2_intro {
    background-image: url(../images/sub6_2_intro.jpg);
}

.sub6_2_content {
    width: 100%;
    padding: 140px 0;
}

.sub6_2_content ul {
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}

.sub6_2_content ul li {
    width: max-content;
}

.sub6_2_content ul li.w_4 {
    width: 23.5%;
}

.sub6_2_content ul li.w_5 {
    width: 19%;
}

.sub6_2_content ul li.w_6 {
    width: 23.5%;
}

.sub6_2_content ul li img {
    width: 100%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.sub6_2_content ul li p {
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.sub6_2_content ul.s6_2_ul1 li p {
    height: 50px;
    font-size: 17px;
}

.sub6_2_content ul.s6_2_ul2 li p {
    height: 70px;
    font-size: 15px;
    line-height: 20px;
}


/* footer_1 */
.footer1_intro {
    background-image: url(../images/footer1_intro.jpg);
}

.footer_content {
    width: 100%;
    padding: 140px 0;
}

.footer_con {
    width: 100%;
}

.footer_con > p {
    font-size: 19px;
    line-height: 34px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin: 60px 0;
}

.f_con_inner {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #d7d7d7;
}

.f_con_inner:nth-of-type(1) {
    padding-top: 0;
}

.f_con_inner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.f_con_inner > p {
    font-size: 21px;
    color: #454545;
    font-family: 'SCDream6', sans-serif;
}

.f_con_inner > p span {
    display: inline-block;
    box-sizing: border-box;
}

.f_con_inner > p span.p_1 {
    padding: 10px 0 0 25px;
}

.f_con_inner > p span.p_2 {
    padding: 10px 0 0 40px;
}

.f_con_inner > span {
    display: block;
    width: 100%;
    margin-top: 40px;
    font-size: 18px;
    line-height: 34px;
    color: #454545;
    font-family: 'Pretendard-Light', sans-serif;
}

.f_con_inner > span:nth-of-type(1) {
    margin-top: 25px;
}

.f_con_inner > span strong {
    display: block;
    font-size: 19px;
    color: #111;
    font-weight: normal;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 5px;
}

.f_con_inner > span span {
    display: inline-block;
    padding-left: 25px;
    box-sizing: border-box;
}


/* footer_2 */
.footer2_intro {
    background-image: url(../images/footer2_intro.jpg);
}

.footer2_title:after {
    width: 79%;
}


/* footer_3 */
.footer3_intro {
    background-image: url(../images/footer3_intro.jpg);
}

.footer3_title:after {
    width: 72%;
}


/* search_result */
.search_intro {
    background-image: url(../images/search_intro.jpg);
    margin-top: 160px;
}

.search_result_box {
    width: 100%;
    height: 130px;
    background-color: #0867b3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_result_box .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 0 30px 5px 0;
    box-sizing: border-box;
}

.search_result_box input {
    width: 95%;
    height: 45px;
    background-color: transparent;
    border: 0;
    padding: 0 30px;
    font-size: 24px;
    color: #fff;
    font-family: 'SCDream5', sans-serif;
}

.search_result_box input::placeholder {
    font-size: 24px;
    color: #e2e2e2;
    font-family: 'SCDream5', sans-serif;
}

.search_result_box i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.search_result_content {
    width: 100%;
    padding: 100px 0 140px;
}

.search_result_content .s6_1_title:after {
    content: none;
}

.sr_tab {
    width: 100%;
    margin-top: 40px;
}

.sr_tab ul {
    width: 100%;
    display: flex;
}

.sr_tab ul li {
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
    margin-right: 60px;
}

.sr_tab ul li:last-child {
    margin-right: 0;
}

.sr_tab ul li.on {
    color: #0867b3;
}

.sr_con {
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #111;
}

.sr_con ul {
    width: 100%;
}

.sr_con ul li {
    width: 100%;
    padding: 30px 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
}

.sr_con ul li p {
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.sr_con ul li span {
    display: block;
    font-size: 19px;
    color: #9a9a9a;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 20px;
}

.sr_con ul li span strong {
    font-weight: normal;
    color: #0867b3;
    font-family: 'Pretendard-Regular', sans-serif;
}






































/* mobile */
@media screen and (max-width: 767px) {

    br.m_none {
        display: none;
    }


    /* sub page menu */
    .sub_page_menu {
        display: none;
    }


    /* sub intro */
    #sub_intro {
        margin-top: 70px;
        height: 180px;
        background-attachment: inherit;
    }

    .intro_txt p:last-child {
        margin-top: 10px;
    }

    span.small_txt {
        font-size: 14px;
        transform: translateY(20px);
    }

    span.big_txt {
        font-size: 24px;
        transform: translateY(30px);
    }


    /* sub1_1 */
    .s1_1_sec1 {
        padding: 70px 0;
    }

    .sub_title {
        font-size: 22px;
    }

    .sub_title span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .s1_1_sec1 .center {
        margin-top: 40px;
        display: block;
    }

    .s1_1_sec1_left {
        width: 100%;
        font-size: 18px;
    }

    .s1_1_sec1_left p {
        margin-top: 5px;
    }

    .s1_1_sec1_left p:after {
        width: 5px;
        height: 2px;
        top: 5px;
        right: 6px;
        content: none;
    }

    .s1_1_sec1_right {
        width: 100%;
        padding-left: 20px;
        margin-top: 30px;
    }

    .s1_1_sec1_right:after {
        height: 85%;
    }

    .s1_1_sec1_right ul li {
        margin-bottom: 20px;
        display: block;
    }

    .s1_1_sec1_right ul li:after {
        width: 8px;
        height: 8px;
        top: 10px;
        left: -24px;
    }

    .s1_1_sec1_right ul li p {
        width: 100%;
        font-size: 15px;
    }

    .s1_1_sec1_right ul li span {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
        margin-top: 5px;
    }

    .s1_1_sec2 {
        padding: 50px 0;
    }

    .s1_1_sec2 img {
        margin-top: 40px;
    }

    .s1_1_sec3 {
        padding: 70px 0;
    }

    .s1_1_sec3 ul {
        margin-top: 40px;
    }

    .s1_1_sec3 ul li {
        width: 48%;
        margin-bottom: 10px !important;
    }

    .s1_1_sec3 ul li img {
        width: 100%;
    }

    .s1_1_sec3 ul li:nth-child(15),
    .s1_1_sec3 ul li:nth-child(16) {
        margin-bottom: 0 !important;
    }


    /* sub1_2 */
    .s1_2_sec1 {
        padding: 70px 0 50px;
    }

    .s1_2_sec1 .center {
        display: block;
    }

    .s1_2_sec1 .s1_1_sec1_left {
        font-size: 18px;
    }

    .s1_2_sec1_txt {
        width: 100%;
    }

    .s1_2_sec1_txt p {
        font-size: 16px;
    }

    .s1_2_sec1_txt span {
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
        margin-top: 25px;
    }

    .s1_2_sec2 {
        padding: 50px 0 70px;
    }

    .s1_2_sec2 .center {
        display: block;
    }

    .s1_2_sec2_txt {
        width: 100%;
    }

    .s1_2_sec2_txt > span {
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s1_2_sec2_txt p {
        margin-top: 20px;
        font-size: 13px;
    }

    .s1_2_sec2_txt p span {
        font-size: 20px;
    }


    /* sub1_3_1 */
    .sub1_3_content {
        padding: 70px 0;
    }

    .sub1_3_content > img {
        width: 90%;
    }

    .sub1_3_tab ul {
        display: block;
    }

    .sub1_3_tab ul li {
        width: 100%;
        height: auto;
        padding: 15px 60px;
        box-sizing: border-box;
        cursor: inherit;
        flex-direction: row;
        justify-content: flex-start;
    }

    .sub1_3_tab ul li p {
        font-size: 16px;
    }

    .sub1_3_tab ul li span {
        font-size: 13px;
        margin-top: 0;
        margin-left: 10px;
    }

    .sub1_3_con {
        margin-top: 30px;
    }

    .sub1_3_con > p {
        font-size: 14px;
    }

    .sub1_3_con > p span:after {
        width: 3px;
        height: 1px;
        top: 4px;
        right: 4px;
        content: none;
    }

    .sub1_3_con ul {
        margin-top: 30px;
    }

    .sub1_3_con ul li {
        display: block;
        margin-bottom: 25px;
    }

    .sub1_3_con ul li:last-child {
        margin-bottom: 0;
    }

    .year {
        width: 100%;
        font-size: 20px;
    }

    .history {
        width: 100%;
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 22px;
        border: 0 !important;
    }


    /* sub1_4 */
    .sub1_4_content {
        padding: 70px 0;
    }

    .s1_4_sec:last-child {
        margin-top: 70px;
    }

    .s1_4_inner {
        margin-top: 30px;
        padding-top: 20px;
        display: block;
    }

    .s1_4_img {
        width: 80%;
        margin: 0 auto;
        padding: 30px 50px;
        box-sizing: border-box;
    }

    .s1_4_img img {
        width: 100%;
    }

    .s1_4_txt1,
    .s1_4_txt2 {
        width: 100%;
        display: block;
    }

    .s1_4_txt1 p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 25px;
    }

    .s1_4_txt1 p span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .s1_4_txt2 > p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
    }

    .s1_4_txt2 ul {
        margin-top: 20px;
    }

    .s1_4_txt2 ul li {
        width: 48%;
    }

    .color {
        height: 15px;
    }

    .color_txt {
        margin-top: 10px;
    }

    .color_txt p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .color_txt p span {
        width: 35%;
        font-size: 14px;
    }


    /* sub1_5 */
    .sub1_5_content {
        padding: 70px 0;
    }

    .s1_5_sec1 > p {
        font-size: 20px;
    }

    .s1_5_sec1 > p:after {
        width: 65%;
    }

    .s1_5_sec1_box {
        height: auto;
        margin-top: 30px;
        padding: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .s1_5_sec1_box img {
        width: 100px;
    }

    .s1_5_sec1_txt {
        width: 100%;
        text-align: right;
    }

    .s1_5_sec1_txt > p {
        font-size: 16px;
    }

    .s1_5_sec1_txt span {
        margin-top: 13px;
        font-size: 14px;
        line-height: 20px;
    }

    .s1_5_sec2 ul li {
        margin-top: 60px;
        flex-wrap: wrap;
    }

    .s1_5_sec2_img {
        width: 30%;
    }

    .s1_5_sec2_img img {
        width: 100%;
    }

    .s1_5_sec2 .s1_5_sec1_txt {
        width: 60%;
        text-align: left;
    }

    .s1_5_sec2 .s1_5_sec1_txt span strong {
        font-size: 15px;
    }

    .s1_5_sec2_box {
        margin-top: 20px;
        width: 100%;
        height: 150px;
        cursor: inherit;
    }

    .s1_5_sec2_box a {
        left: 15px;
        bottom: 15px;
        transform: translateX(0);
        opacity: 1;
        transition: none;
    }

    .s1_5_sec2_box a p {
        font-size: 13px;
    }


    /* sub2_1 */
    .sub2_1_content {
        padding: 70px 0;
    }

    .sub2_1_content ul li {
        flex-direction: column-reverse;
    }

    .sub2_1_content ul li:nth-child(2) {
        margin-top: 50px;
        flex-direction: column-reverse;
    }

    .s2_1_img {
        width: 100%;
        margin-top: 15px;
    }

    .sub2_1_content ul li:last-child .s2_1_img {
        margin-top: 5px;
    }

    .s2_1_txt {
        width: 100%;
    }

    .sub2_1_content ul li:nth-child(2) .s2_1_txt {
        text-align: left;
    }

    .s2_1_txt p {
        font-size: 18px;
    }

    .s2_1_txt p span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .s2_1_txt > span {
        font-size: 13px;
        line-height: 20px;
        margin-top: 15px;
        word-break: keep-all;
    }


    /* sub2_2 */
    .sub2_2_content {
        padding: 70px 0;
    }

    .sub2_2_content .center > p {
        font-size: 18px;
        line-height: 28px;
        word-break: keep-all;
    }

    .sub2_2_content .center > p strong span:after {
        width: 5px;
        height: 2px;
        top: 5px;
        right: 6px;
        content: none;
    }

    .s2_2_con {
        margin-top: 40px;
        padding-top: 40px;
    }

    .s2_2_inner {
        margin-top: 60px;
    }

    .s2_2_inner > p {
        font-size: 12px;
    }

    .s2_2_inner > p span {
        font-size: 18px;
        margin-right: 5px;
    }

    .s2_2_inner ul {
        margin-top: 30px;
    }

    .hover_img p {
        display: none;
    }

    .s2_2_inner ul li > p {
        font-size: 12px;
        margin-top: 10px;
    }


    /* sub2_5 */
    .sub2_5_content {
        padding-top: 70px;
    }

    .s2_5_sec1 ul {
        margin-top: 30px;
        display: block;
    }

    .s2_5_sec1 ul li {
        width: 100%;
    }

    .s2_5_sec1 ul li:first-child {
        margin-bottom: 30px;
    }

    .s2_5_sec1 ul li p {
        margin-top: 15px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s2_5_sec2 {
        margin-top: 70px;
    }

    .s2_5_sec2 .center {
        flex-direction: column-reverse;
    }

    .s2_5_sec2_right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .s2_5_sec2_right img {
        width: 100%;
    }

    .s2_5_sec2_left {
        width: 100%;
        margin-top: 20px;
        display: block;
    }

    .s2_5_sec2_left_txt p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 0;
        padding-left: 10px;
        word-break: keep-all;
    }

    .s2_5_sec2_left_txt p:after {
        width: 4px;
        height: 4px;
        top: 7px;
    }

    .s2_5_sec3 {
        margin-top: 50px;
        padding: 50px 0;
    }

    .s2_5_sec3 ul {
        display: block;
    }

    .s2_5_sec3 ul li {
        width: 70%;
        height: auto;
        font-size: 14px;
        padding: 15px 0;
        margin: 0 auto 15px;
    }

    .s2_5_sec3 ul li:last-child {
        margin-bottom: 0;
    }


    /* sub2_6 */
    .sub2_6_content {
        padding: 70px 0;
    }

    .s2_6_title {
        font-size: 20px;
    }

    .s2_6_title span:after {
        width: 5px;
        height: 3px;
        top: 6px;
        right: 7px;
        content: none;
    }

    .s2_6_map {
        margin-top: 30px;
    }

    .s2_6_map > img {
        content: url(../images/m_sub2_6_img.png);
    }

    .area {
        display: none;
    }

    .s2_6_txt {
        margin-top: 30px;
        font-size: 16px;
        line-height: 23px;
        word-break: keep-all;
    }

    .s2_6_txt span {
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
    }


    /* sub3_1 */
    .sub3_1_content {
        padding: 70px 0;
    }

    .s3_1_title {
        font-size: 18px;
        line-height: 28px;
        word-break: keep-all;
    }

    .s3_1_title p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .s3_1_title span:after {
        width: 4px;
        height: 2px;
        top: 5px;
        right: 6px;
        content: none;
    }

    .s3_1_con1 {
        margin: 50px auto 0;
    }

    .s3_1_con1 ul li img {
        width: 150px;
    }

    .s3_1_con1 ul li:first-child {
        transform: translate(18px, 18px) !important;
    }

    .s3_1_con1 ul li:nth-child(2) {
        transform: translate(-18px, 18px) !important;
    }

    .s3_1_con1 ul li:nth-child(3) {
        transform: translate(18px, -18px) !important;
    }

    .s3_1_con1 ul li:last-child {
        transform: translate(-18px, -18px) !important;
    }

    .s3_1_con2 {
        margin-top: 70px;
    }

    .s3_1_con2 ul {
        display: block;
    }

    .s3_1_con2 ul li {
        width: 100%;
    }

    .s3_1_con2 ul li:first-child,
    .s3_1_con2 ul li:nth-child(2),
    .s3_1_con2 ul li:nth-child(3) {
        margin-bottom: 10px;
    }

    .s3_1_txt {
        padding: 15px 0;
    }

    .s3_1_txt p {
        font-size: 16px;
    }

    .s3_1_txt span {
        font-size: 13px;
        line-height: 18px;
        margin-top: 5px;
    }


    /* sub3_2 */
    .sub3_2_content {
        padding: 70px 0;
    }

    .sub3_2_content .sub_title p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
        word-break: keep-all;
    }

    .s3_2_sec1_con1 {
        margin-top: 50px;
        display: block;
    }

    .s3_2_sec1_img {
        width: 100%;
    }

    .s3_2_sec1_btn {
        width: 100%;
        margin-top: 20px;
    }

    .s3_2_sec1_btn img {
        width: 100%;
    }

    .s3_2_sec1_btn a {
        padding-right: 20px;
    }

    .s3_2_sec1_btn a p {
        font-size: 16px;
    }

    .s3_2_sec1_btn a span {
        font-size: 14px;
    }

    .s3_2_sec1_con2 {
        margin-top: 70px;
    }

    .s3_2_sec1_title {
        font-size: 20px;
    }

    .s3_2_sec1_title span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s3_2_sec1_inner {
        margin-top: 40px;
    }

    .s3_2_sec1_inner > p {
        font-size: 16px;
    }

    .s3_2_sec1_table {
        width: 100%;
        overflow: auto;
    }

    .s3_2_sec1_inner table {
        width: max-content;
        margin-top: 10px;
    }

    .s3_2_sec1_inner table th {
        padding: 10px;
        font-size: 13px;
    }

    .s3_2_sec1_inner table td {
        padding: 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .s3_2_sec1_inner > span {
        margin-top: 10px;
        font-size: 12px;
    }

    .s3_2_sec2 {
        margin-top: 70px;
    }

    .s3_2_sec2 .sub_title {
        padding: 0 5%;
        box-sizing: border-box;
    }

    .s3_2_sec2_inner {
        margin-top: 30px;
        padding: 40px 0;
    }

    .s3_2_sec2_inner .center > p {
        font-size: 13px;
    }

    .s3_2_sec2_inner ul {
        margin-top: 30px;
        display: block;
    }

    .s3_2_sec2_inner ul li {
        width: 70%;
        height: auto;
        padding: 15px 0;
        margin: 0 auto 10px;
    }

    .s3_2_sec2_inner ul li:last-child {
        margin-bottom: 0;
    }

    .s3_2_sec2_inner ul li img {
        width: 40px;
    }

    .s3_2_sec2_inner ul li p {
        font-size: 14px;
        margin-top: 5px;
    }


    /* sub3_3 */
    .sub3_3_content {
        padding: 70px 0;
    }

    .s3_3_sec1_con1 {
        margin-top: 40px;
    }

    .s3_3_sec1_con1 > p {
        font-size: 16px;
    }

    .s3_3_sec1_con1 ul {
        margin-top: 10px;
        flex-wrap: wrap;
        padding: 5px 0;
    }

    .s3_3_sec1_con1 ul li {
        width: 90px;
        height: 90px;
        font-size: 16px;
        margin: 10px 0;
    }

    .s3_3_sec1_con1 ul i {
        font-size: 14px;
    }

    .s3_3_sec1_con1:nth-of-type(2) ul i:nth-child(6) {
        display: none;
    }

    .s3_3_sec1_con1:last-child ul {
        padding: 5px 13%;
        box-sizing: border-box;
    }

    .s3_3_sec1_con1:last-child ul i {
        font-size: 20px;
    }

    .s3_3_sec1_con1:last-child ul i:nth-child(4) {
        display: none;
    }

    .s3_3_sec1_con1 ul li.border1 {
        border: 2px solid #c0e3fe;
    }

    .s3_3_sec1_con1 ul li.border2 {
        border: 2px solid #a5cff1;
    }

    .s3_3_sec1_con1 ul li.border3 {
        border: 2px solid #71b4e9;
    }

    .s3_3_sec1_con1 ul li.border4 {
        border: 2px solid #328cd4;
    }

    .s3_3_sec1_con1 ul li.border5 {
        border: 2px solid #227fca;
    }

    .s3_3_sec1_con1 ul li.border6 {
        border: 2px solid #0867b3;
    }

    .s3_3_sec1_con2 {
        margin-top: 70px;
        padding: 40px 0;
    }

    .s3_3_sec1_txt {
        margin-top: 20px;
        padding: 15px;
    }

    .s3_3_sec1_txt p {
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
        display: flex;
        align-items: baseline;
        margin-bottom: 8px;
    }

    .s3_3_sec1_txt p span {
        font-size: 14px;
    }

    .s3_3_sec2 {
        margin-top: 50px;
    }

    .s3_3_sec2 ul {
        margin-top: 30px;
    }

    .s3_3_sec2 ul li {
        width: 100% !important;
        height: auto;
        padding: 15px 20px !important;
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .s3_3_icon {
        width: 40px !important;
    }

    .s3_3_icon img {
        width: 100%;
    }

    .s3_3_icon:after {
        font-size: 20px;
        right: -20px;
    }

    .s3_3_sec2 ul li p {
        width: calc(100% - 60px) !important;
        font-size: 13px;
    }


    /* sub4_1 */
    .sub4_1_content {
        padding-top: 70px;
    }

    .s4_1_sec1 .center {
        display: block;
    }

    .s4_1_sec1_con1 {
        width: 100%;
    }

    .s4_1_sec1_con2 {
        width: 100%;
        margin-top: 50px;
    }

    .s4_1_sec1_con > p {
        font-size: 20px;
    }

    .s4_1_sec1_con1 > p:after {
        width: 50%;
    }

    .s4_1_sec1_con2 > p:after {
        width: 73%;
    }

    .s4_1_sec1_con1 ul {
        margin-top: 30px;
    }

    .s4_1_sec1_con1 ul li img {
        width: 100%;
    }

    .s4_1_sec1_con2 ul {
        margin-top: 30px;
    }

    .s4_1_sec1_con2 ul li {
        margin-bottom: 15px;
        justify-content: space-between;
    }

    .s4_1_sec1_con2 ul li img {
        width: 28%;
    }

    .s4_1_sec1_con2 ul li p {
        width: 65%;
        margin-left: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .s4_1_sec1_con2 ul li p span {
        font-size: 12px;
    }

    .s4_1_sec1_con2 ul li p span strong {
        font-size: 15px;
    }

    .s4_1_sec2 {
        margin-top: 70px;
    }

    .s4_1_sec2_inner {
        padding: 40px 0;
        margin-top: 30px;
    }

    .s4_1_sec2_inner p {
        font-size: 14px;
        line-height: 25px;
    }

    .s4_1_sec3 {
        margin-top: 50px;
    }

    .s4_1_sec3 ul {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .s4_1_sec3 ul li {
        width: 48%;
    }

    .s4_1_sec3 ul li:nth-child(1),
    .s4_1_sec3 ul li:nth-child(2) {
        margin-bottom: 10px;
    }

    .s4_1_sec3 ul li img {
        width: 100%;
    }

    .s4_1_sec4 {
        margin-top: 50px;
        padding: 50px 0 40px;
    }

    .s4_1_sec4_inner {
        margin-top: 30px;
        padding: 30px 0;
    }

    .s4_1_sec4_inner .center {
        flex-direction: column;
    }

    .s4_1_sec4_inner .center > img {
        width: 70%;
    }

    .s4_1_sec4_con {
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
    }

    .s4_1_sec4_con > img {
        width: 40px;
    }

    .s4_1_sec4_con ul {
        width: calc(100% - 60px);
        margin-left: 0;
    }

    .s4_1_sec4_con ul li {
        height: auto;
        display: block;
        margin-bottom: 10px;
    }

    .s4_1_sec4_con ul li > span {
        width: 100%;
        height: auto;
        font-size: 13px;
        padding: 10px 0;
    }

    .s4_1_sec4_con ul li p {
        width: 100%;
        height: auto;
        font-size: 13px;
        padding: 5px 0;
    }

    .s4_1_sec4_con ul li p span {
        margin-right: 5px;
    }


    /* sub4_2 */
    .sub4_2_content {
        padding: 70px 0 0 0;
    }

    .s4_2_sec1_img {
        margin-top: 40px;
    }

    .s4_2_sec2 {
        margin-top: 50px;
        padding: 50px 0;
    }

    .s4_2_sec2 ul li {
        display: block;
        margin-bottom: 30px;
    }

    .s4_2_sec2_img {
        width: 100%;
    }

    .s4_2_sec2_txt {
        width: 100%;
        margin-top: 20px;
    }

    .s4_2_sec2_txt p {
        font-size: 16px;
    }

    .s4_2_sec2_txt p span {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .s4_2_sec2_txt > span {
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }


    /* sub4_3 */
    .sub4_3_content {
        padding: 70px 0;
    }

    .sub4_3_content ul {
        margin-top: 30px;
    }

    .sub4_3_content ul li {
        padding: 20px 0;
        display: block;
    }

    .s4_3_step {
        width: 60px;
        height: 30px;
        font-size: 12px;
    }

    .s4_3_con {
        width: 100%;
        margin-top: 20px;
    }

    .s4_3_con p {
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s4_3_con p span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s4_3_con_txt {
        display: inline-block;
        margin-top: 10px;
    }

    .s4_3_con_txt span {
        float: left;
        padding: 5px 15px;
        font-size: 11px;
        margin: 3px 10px 3px 0;
    }


    /* sub4_4 */
    .sub4_4_content {
        padding: 70px 5%;
        box-sizing: border-box;
    }

    .sub4_4_content ul {
        margin-top: 40px;
    }

    .sub4_4_content ul li {
        display: block;
        margin-bottom: 50px;
    }

    .s4_4_img {
        width: 100%;
    }

    .s4_4_txt {
        width: 100%;
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 15px;
        border: 0;
    }

    .sub4_4_content ul li:nth-child(2) .s4_4_txt {
        text-align: left;
    }

    .s4_4_txt p {
        font-size: 18px;
    }

    .s4_4_txt span {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s4_4_txt span strong {
        margin-top: 10px;
    }


    /* sub5_1 */
    .sub5_1_content {
        padding: 70px 0;
    }

    .s5_1_sec1 > ul {
        margin-top: 40px;
        padding: 30px 0;
    }

    .s5_1_sec1 > ul > li {
        display: block;
        margin-bottom: 40px;
    }

    .s5_1_sec1_img {
        width: 100%;
    }

    .s5_1_sec1_txt {
        width: 100%;
        margin-top: 20px;
    }

    .s5_1_sec1_txt > p {
        font-size: 18px;
    }

    .s5_1_sec1_txt ul {
        margin-top: 0;
    }

    .s5_1_sec1_txt ul li {
        display: block;
        margin-top: 15px;
    }

    .s5_1_sec1_txt ul li p {
        width: 20%;
        font-size: 15px;
    }

    .s5_1_sec1_txt ul li span {
        width: 80%;
        font-size: 13px;
        line-height: 20px;
    }

    .s5_1_sec1_txt ul li span strong:nth-child(2) {
        margin-left: 15px;
    }

    .s5_1_sec2 {
        margin-top: 70px;
    }

    .s5_1_sec2 ul {
        margin-top: 30px;
    }

    .s5_1_sec2 ul li {
        display: block;
        padding: 15px 0;
    }

    .s5_1_sec2 ul li > p {
        width: 100%;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .check_box {
        width: 100%;
        padding: 0;
    }

    .checks1 {
        margin-right: 20px;
    }

    .checks1 input[type="radio"] + label {
        cursor: inherit;
        font-size: 13px;
        padding-left: 20px;
    }

    .checks1 input[type="radio"] + label:before {
        width: 15px;
        height: 15px;
    }

    .checks1 input[type="radio"]:checked + label:after {
        top: 5px;
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .s5_1_sec2 ul li > input {
        width: 100%;
        height: 35px;
        font-size: 13px;
    }

    .tel_box {
        width: 100%;
        font-size: 13px;
    }

    .tel_box input,
    .email_box input {
        height: 35px;
        font-size: 13px;
    }

    .tel_box input::placeholder {
        font-size: 13px;
    }

    .email_box {
        width: 100%;
        font-size: 13px;
    }

    .email_select {
        height: 35px;
    }

    .email_select i {
        right: 10px;
        font-size: 12px;
    }

    .email_select select {
        font-size: 13px;
    }

    .s5_1_sec2 ul li > textarea {
        width: 100%;
        height: 150px;
        font-size: 13px;
    }

    .file_box {
        width: 100%;
    }

    .file_box span {
        height: 35px;
        font-size: 13px;
    }

    .file {
        height: 35px;
        font-size: 13px;
        cursor: inherit;
    }

    .agree_inner {
        height: 150px;
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }

    .agree_check {
        margin-top: 20px;
    }

    .checks2 input[type="checkbox"] + label {
        cursor: inherit;
        font-size: 14px;
    }

    .checks2 input[type="checkbox"] + label:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
        margin-right: 5px;
    }

    .checks2 input[type="checkbox"]:checked + label:before {
        font-size: 10px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    .agree_check > p {
        font-size: 12px;
        cursor: inherit;
        margin-left: 10px;
    }

    .agree_check i {
        font-size: 12px;
    }

    .inquiry_btn {
        margin-top: 50px;
    }

    .inquiry_btn input {
        width: 150px;
        height: 50px;
        font-size: 16px;
    }


    /* sub5_2 */
    .sub5_2_content {
        padding: 70px 0;
    }

    .s5_2_con1 {
        margin-top: 30px;
    }

    .s5_2_con2 {
        margin-top: 50px;
    }

    .s5_2_con > p {
        padding: 15px 0;
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .question {
        padding: 10px 0;
        cursor: inherit;
        align-items: flex-start;
    }

    .q {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .question p {
        width: calc(100% - 40px);
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .question p span {
        font-size: 12px;
        margin-right: 5px;
        display: block;
    }

    .answer {
        padding: 10px 0;
    }

    .answer_inner {
        align-items: baseline;
    }

    .a {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .answer p {
        width: calc(100% - 40px);
        font-size: 13px;
        line-height: 20px;
        margin-top: 0;
        word-break: keep-all;
    }


    /* sub6_1 */
    .sub6_1_content {
        padding: 70px 0;
    }

    .s6_1_title {
        font-size: 20px;
    }

    .s6_1_title:after {
        width: 72%;
    }

    .tab_totalbox {
        margin-top: 50px;
    }

    .tab_totalbox ul li {
        font-size: 15px;
        cursor: inherit;
        margin-right: 30px;
    }

    .tab_totalbox ul li:after {
        right: -15px;
    }

    .tab_totalbox > p {
        font-size: 12px;
    }

    .sub6_1_content table {
        margin-top: 10px;
        table-layout: fixed;
    }

    .sub6_1_content table th {
        padding: 10px 5px;
        font-size: 13px;
    }

    .sub6_1_content table td {
        padding: 10px 5px;
        font-size: 12px;
    }

    .sub6_1_content table th:nth-child(1),
    .sub6_1_content table td:nth-child(1) {
        width: 10%;
    }

    .sub6_1_content table th:nth-child(3),
    .sub6_1_content table td:nth-child(3) {
        width: 30%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    td.cursor {
        cursor: inherit;
    }

    .page_btn {
        margin-top: 30px;
    }

    .board_search {
        margin-top: 40px;
    }

    .bs_box {
        width: 100%;
        height: 40px;
        padding: 0 10px 0 0;
    }

    .bs_box input {
        font-size: 13px;
    }

    .bs_box input::placeholder {
        font-size: 13px;
    }

    .bs_box i {
        font-size: 18px;
        cursor: inherit;
    }


    /* sub6_1_d */
    .d_title {
        margin-top: 50px;
        padding: 15px 10px;
    }

    .d_title p {
        font-size: 16px;
    }

    .d_title ul {
        margin-top: 10px;
    }

    .d_title ul li {
        font-size: 12px;
        margin-right: 20px;
    }

    .d_title ul li:after {
        right: -10px;
    }

    .d_con {
        padding: 20px 10px;
        font-size: 13px;
        line-height: 22px;
    }

    .prev_next_list ul li {
        padding: 10px;
    }

    .prev_next_list ul li p {
        width: max-content;
        font-size: 12px;
    }

    .prev_next_list ul li p i {
        font-size: 12px;
        margin-right: 5px;
    }

    .list_title {
        width: 75%;
        cursor: inherit;
    }

    .list_title span {
        font-size: 12px;
         white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .list_date {
        font-size: 10px;
    }


    /* sub6_2 */
    .sub6_2_content {
        padding: 70px 0;
    }

    .sub6_2_content ul {
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .sub6_2_content ul li {
        width: 48% !important;
        margin-top: 20px;
    }

    .sub6_2_content ul li:nth-child(1),
    .sub6_2_content ul li:nth-child(2) {
        margin-top: 0;
    }

    .sub6_2_content ul li p {
        height: 60px !important;
        font-size: 13px !important;
        line-height: 18px !important;
        margin-top: 5px;
        padding: 0 5px;
        box-sizing: border-box;
        word-break: break-all;
    }


    /* footer_1 */
    .footer_content {
        padding: 70px 0;
    }

    .footer_con > p {
        font-size: 13px;
        line-height: 20px;
        margin: 50px 0 30px;
    }

    .f_con_inner {
        padding: 30px 0;
    }

    .f_con_inner > p {
        font-size: 16px;
        word-break: keep-all;
    }

    .f_con_inner > p span {
        display: inline;
    }

    .f_con_inner > p span.p_1 {
        padding: 0;
    }

    .f_con_inner > p span.p_2 {
        padding: 0;
    }

    .f_con_inner > span {
        margin-top: 30px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .f_con_inner > span:nth-of-type(1) {
        margin-top: 15px;
    }

    .f_con_inner > span strong {
        font-size: 14px;
    }

    .f_con_inner > span span {
        display: inline;
        padding-left: 0;
    }


    /* footer_2 */
    .footer2_title:after {
        width: 50%;
    }


    /* footer_3 */
    .footer3_title:after {
        width: 31%;
    }


    /* search_result */
    .search_result_box {
        height: 75px;
    }

    .search_result_box .center {
        padding: 0 15px 5px 0;
    }

    .search_result_box input {
        height: 35px;
        padding: 0 15px;
        font-size: 16px;
    }

    .search_result_box input::placeholder {
        font-size: 16px;
    }

    .search_result_box i {
        font-size: 20px;
        cursor: inherit;
    }

    .search_result_content {
        padding: 50px 0 70px;
    }

    .sr_tab {
        margin-top: 30px;
    }

    .sr_tab ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .sr_tab ul li {
        width: 25%;
        height: 35px;
        background-color: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        cursor: inherit;
        margin-right: 0;
    }

    .sr_tab ul li.on {
        color: #fff;
        background-color: #0867b3;
    }

    .sr_con ul li {
        padding: 15px 10px;
    }

    .sr_con ul li p {
        font-size: 15px;
    }

    .sr_con ul li span {
        font-size: 13px;
        margin-top: 10px;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    br.m_none {
        display: none;
    }


    /* sub page menu */
    .sub_page_menu {
        margin-top: 70px;
    }

    .sub_page_menu ul li {
        height: 45px;
        cursor: inherit;
        font-size: 15px;
    }


    /* sub intro */
    #sub_intro {
        height: 180px;
        background-attachment: inherit;
    }

    .intro_txt p:last-child {
        margin-top: 10px;
    }

    span.small_txt {
        font-size: 14px;
        transform: translateY(20px);
    }

    span.big_txt {
        font-size: 24px;
        transform: translateY(30px);
    }


    /* sub1_1 */
    .s1_1_sec1 {
        padding: 70px 0;
    }

    .sub_title {
        font-size: 22px;
    }

    .sub_title span {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .s1_1_sec1 .center {
        margin-top: 40px;
    }

    .s1_1_sec1_left {
        font-size: 20px;
    }

    .s1_1_sec1_left p {
        margin-top: 5px;
    }

    .s1_1_sec1_left p:after {
        width: 6px;
        height: 2px;
        top: 6px;
        right: 6px;
        content: none;
    }

    .s1_1_sec1_right {
        padding-left: 40px;
    }

    .s1_1_sec1_right:after {
        height: 83%;
        top: 10px;
    }

    .s1_1_sec1_right ul li {
        margin-bottom: 20px;
    }

    .s1_1_sec1_right ul li:after {
        width: 8px;
        height: 8px;
        left: -44px;
    }

    .s1_1_sec1_right ul li p {
        width: 25%;
        font-size: 16px;
    }

    .s1_1_sec1_right ul li span {
        width: 75%;
        font-size: 15px;
        line-height: 24px;
    }

    .s1_1_sec2 {
        padding: 50px 0;
    }

    .s1_1_sec2 img {
        margin-top: 40px;
    }

    .s1_1_sec3 {
        padding: 70px 0;
    }

    .s1_1_sec3 ul {
        margin-top: 40px;
    }

    .s1_1_sec3 ul li {
        width: 24%;
        margin-bottom: 10px !important;
    }

    .s1_1_sec3 ul li img {
        width: 100%;
    }


    /* sub1_2 */
    .s1_2_sec1 {
        padding: 70px 0;
    }

    .s1_2_sec1 .s1_1_sec1_left {
        font-size: 20px;
    }

    .s1_2_sec1_txt {
        margin-top: 20px;
    }

    .s1_2_sec1_txt p {
        font-size: 18px;
    }

    .s1_2_sec1_txt span {
        font-size: 15px;
        line-height: 25px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s1_2_sec2 {
        padding: 50px 0;
    }

    .s1_2_sec2_txt > span {
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
    }

    .s1_2_sec2_txt p {
        margin-top: 30px;
        font-size: 16px;
    }

    .s1_2_sec2_txt p span {
        font-size: 24px;
    }


    /* sub1_3_1 */
    .sub1_3_content {
        padding: 70px 0;
    }

    .sub1_3_content > img {
        width: 80%;
    }

    .sub1_3_tab ul li {
        height: 70px;
        cursor: inherit;
    }

    .sub1_3_tab ul li p {
        font-size: 16px;
    }

    .sub1_3_tab ul li span {
        font-size: 12px;
        margin-top: 5px;
    }

    .sub1_3_con {
        margin-top: 30px;
    }

    .sub1_3_con > p {
        font-size: 20px;
    }

    .sub1_3_con > p span:after {
        width: 6px;
        height: 2px;
        top: 6px;
        right: 6px;
        content: none;
    }

    .sub1_3_con ul {
        margin-top: 25px;
    }

    .year {
        font-size: 20px;
    }

    .history {
        padding: 15px 0;
        font-size: 15px;
        line-height: 30px;
    }


    /* sub1_4 */
    .sub1_4_content {
        padding: 70px 0;
    }

    .s1_4_sec:last-child {
        margin-top: 70px;
    }

    .s1_4_inner {
        margin-top: 30px;
        padding-top: 20px;
        align-items: flex-start;
    }

    .s1_4_img {
        width: 43%;
        padding: 30px 40px;
        box-sizing: border-box;
    }

    .s1_4_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .s1_4_txt1,
    .s1_4_txt2 {
        display: block;
    }

    .s1_4_txt1 p {
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
        margin-top: 20px;
    }

    .s1_4_txt1 p:first-child {
        margin-top: 0;
    }

    .s1_4_txt1 p span {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .s1_4_txt2 > p {
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
    }

    .s1_4_txt2 ul {
        margin-top: 20px;
    }

    .s1_4_txt2 ul li {
        width: 48%;
    }

    .color {
        height: 15px;
    }

    .color_txt {
        margin-top: 20px;
    }

    .color_txt p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .color_txt p span {
        width: 35%;
        font-size: 14px;
    }


    /* sub1_5 */
    .sub1_5_content {
        padding: 70px 0;
    }

    .s1_5_sec1 > p {
        font-size: 22px;
    }

    .s1_5_sec1 > p:after {
        width: 80%;
    }

    .s1_5_sec1_box {
        height: auto;
        margin-top: 40px;
        padding: 25px 30px 25px 50px;
    }

    .s1_5_sec1_box img {
        width: 150px;
    }

    .s1_5_sec1_txt > p {
        font-size: 20px;
    }

    .s1_5_sec1_txt span {
        margin-top: 15px;
        font-size: 16px;
        line-height: 30px;
    }

    .s1_5_sec2 ul li {
        margin-top: 70px;
    }

    .s1_5_sec2_img {
        width: 100px;
    }

    .s1_5_sec2_img img {
        width: 100%;
    }

    .s1_5_sec2 .s1_5_sec1_txt span strong {
        font-size: 15px;
    }

    .s1_5_sec2_box {
        width: 45%;
        height: 140px;
        cursor: inherit;
    }

    .s1_5_sec2_box a {
        left: 15px;
        bottom: 15px;
        transform: translateX(0);
        opacity: 1;
        transition: none;
    }

    .s1_5_sec2_box a p {
        font-size: 14px;
    }


    /* sub2_1 */
    .sub2_1_content {
        padding: 70px 0;
    }

    .sub2_1_content ul li {
        align-items: flex-start;
    }

    .sub2_1_content ul li:nth-child(2) {
        margin-top: 70px;
    }

    .sub2_1_content ul li:nth-child(3) {
        margin-top: 30px;
    }

    .s2_1_txt p {
        font-size: 20px;
    }

    .s2_1_txt p span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .s2_1_txt > span {
        font-size: 15px;
        line-height: 25px;
        margin-top: 15px;
        word-break: keep-all;
    }


    /* sub2_2 */
    .sub2_2_content {
        padding: 70px 0;
    }

    .sub2_2_content .center > p {
        font-size: 18px;
    }

    .sub2_2_content .center > p strong span:after {
        width: 5px;
        height: 2px;
        top: 5px;
        right: 6px;
        content: none;
    }

    .s2_2_con {
        margin-top: 50px;
        padding-top: 50px;
    }

    .s2_2_inner {
        margin-top: 70px;
    }

    .s2_2_inner > p {
        font-size: 14px;
    }

    .s2_2_inner > p span {
        font-size: 20px;
        margin-right: 5px;
    }

    .s2_2_inner ul {
        margin-top: 40px;
    }

    .hover_img p {
        display: none;
    }

    .s2_2_inner ul li > p {
        font-size: 15px;
        margin-top: 10px;
    }


    /* sub2_5 */
    .sub2_5_content {
        padding-top: 70px;
    }

    .s2_5_sec1 ul li p {
        margin-top: 20px;
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
    }

    .s2_5_sec2 {
        margin-top: 70px;
    }

    .s2_5_sec2 .center {
        align-items: flex-start;
    }

    .s2_5_sec2_right {
        width: 30%;
    }

    .s2_5_sec2_right img {
        width: 100%;
    }

    .s2_5_sec2_left {
        width: 65%;
        display: block;
    }

    .s2_5_sec2_left_txt p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0;
        margin-top: 15px;
        padding-left: 10px;
        word-break: keep-all;
    }

    .s2_5_sec2_left_txt p:after {
        width: 4px;
        height: 4px;
        top: 10px;
    }

    .s2_5_sec3 {
        margin-top: 70px;
        padding: 50px 0;
    }

    .s2_5_sec3 ul li {
        width: 130px;
        height: 130px;
        font-size: 15px;
        text-align: center;
    }


    /* sub2_6 */
    .sub2_6_content {
        padding: 70px 0;
    }

    .s2_6_title {
        font-size: 20px;
    }

    .s2_6_title span:after {
        width: 6px;
        height: 2px;
        top: 6px;
        right: 6px;
        content: none;
    }

    .s2_6_map {
        margin-top: 50px;
    }

    .s2_6_map > img {
        content: url(../images/m_sub2_6_img.png);
    }

    .area {
        display: none;
    }

    .s2_6_txt {
        margin-top: 40px;
        font-size: 18px;
    }

    .s2_6_txt span {
        margin-top: 10px;
        font-size: 14px;
    }


    /* sub3_1 */
    .sub3_1_content {
        padding: 70px 0;
    }

    .s3_1_title {
        font-size: 20px;
    }

    .s3_1_title p {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .s3_1_title span:after {
        width: 6px;
        height: 2px;
        top: 7px;
        right: 6px;
        content: none;
    }

    .s3_1_con1 {
        margin: 40px auto 0;
    }

    .s3_1_con1 ul li img {
        width: 200px;
    }

    .s3_1_con1 ul li:first-child {
        transform: translate(24px, 24px) !important;
    }

    .s3_1_con1 ul li:nth-child(2) {
        transform: translate(-24px, 24px) !important;
    }

    .s3_1_con1 ul li:nth-child(3) {
        transform: translate(24px, -24px) !important;
    }

    .s3_1_con1 ul li:last-child {
        transform: translate(-24px, -24px) !important;
    }

    .s3_1_con2 {
        margin-top: 70px;
    }

    .s3_1_con2 ul li {
        width: 49%;
    }

    .s3_1_con2 ul li:first-child,
    .s3_1_con2 ul li:nth-child(2) {
        margin-bottom: 20px;
    }

    .s3_1_txt {
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .s3_1_txt p {
        font-size: 18px;
    }

    .s3_1_txt span {
        font-size: 15px;
        line-height: 23px;
        word-break: keep-all;
    }


    /* sub3_2 */
    .sub3_2_content {
        padding: 70px 0;
    }

    .sub3_2_content .sub_title p {
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
        margin-top: 20px;
    }

    .s3_2_sec1_con1 {
        margin-top: 40px;
    }

    .s3_2_sec1_btn > img {
        width: 100%;
    }

    .s3_2_sec1_btn a {
        padding-right: 20px;
    }

    .s3_2_sec1_btn a p {
        font-size: 18px;
    }

    .s3_2_sec1_btn a span {
        font-size: 14px;
    }

    .s3_2_sec1_con2 {
        margin-top: 80px;
    }

    .s3_2_sec1_title {
        font-size: 16px;
    }

    .s3_2_sec1_title span {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .s3_2_sec1_inner {
        margin-top: 50px;
    }

    .s3_2_sec1_inner > p {
        font-size: 16px;
    }

    .s3_2_sec1_table {
        width: 100%;
        overflow: auto;
    }

    .s3_2_sec1_inner table {
        width: max-content;
        margin-top: 10px;
    }

    .s3_2_sec1_inner table th {
        padding: 10px;
        font-size: 14px;
    }

    .s3_2_sec1_inner table td {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .s3_2_sec1_inner > span {
        margin-top: 10px;
        font-size: 14px;
    }

    .s3_2_sec2 {
        margin-top: 70px;
    }

    .s3_2_sec2_inner {
        margin-top: 40px;
        padding: 30px 0;
    }

    .s3_2_sec2_inner .center > p {
        font-size: 16px;
    }

    .s3_2_sec2_inner ul {
        margin-top: 30px;
    }

    .s3_2_sec2_inner ul li {
        width: 130px;
        height: 130px;
    }

    .s3_2_sec2_inner ul li img {
        width: 50px;
    }

    .s3_2_sec2_inner ul li p {
        font-size: 15px;
        margin-top: 10px;
    }


    /* sub3_3 */
    .sub3_3_content {
        padding: 70px 0;
    }

    .s3_3_sec1_con1 {
        margin-top: 50px;
    }

    .s3_3_sec1_con1 > p {
        font-size: 18px;
    }

    .s3_3_sec1_con1 ul {
        margin-top: 10px;
        padding: 20px 0;
    }

    .s3_3_sec1_con1 ul li {
        width: 90px;
        height: 90px;
        font-size: 18px;
    }

    .s3_3_sec1_con1 ul i {
        font-size: 14px;
    }

    .s3_3_sec1_con1:last-child ul i {
        font-size: 30px;
    }

    .s3_3_sec1_con2 {
        margin-top: 70px;
        padding: 30px 0;
    }

    .s3_3_sec1_con2 > img {
        max-width: 100%;
    }

    .s3_3_sec1_txt {
        margin-top: 20px;
        padding: 20px 30px;
    }

    .s3_3_sec1_txt p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s3_3_sec1_txt p span {
        font-size: 18px;
    }

    .s3_3_sec2 {
        margin-top: 70px;
    }

    .s3_3_sec2 ul {
        margin-top: 40px;
    }

    .s3_3_sec2 ul li {
        height: 80px;
        margin-bottom: 20px;
    }

    .s3_3_sec2 ul li:nth-child(1),
    .s3_3_sec2 ul li:nth-child(2),
    .s3_3_sec2 ul li:nth-child(3),
    .s3_3_sec2 ul li:nth-child(4),
    .s3_3_sec2 ul li:nth-child(5),
    .s3_3_sec2 ul li:nth-child(6) {
        width: 32%;
        padding: 0 5px;
    }

    .s3_3_sec2 ul li:nth-child(7),
    .s3_3_sec2 ul li:nth-child(8),
    .s3_3_sec2 ul li:nth-child(9),
    .s3_3_sec2 ul li:nth-child(10) {
        width: 49%;
        padding: 0 10px;
    }

    .s3_3_sec2 ul li:nth-child(1) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(2) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(3) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(4) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(5) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(6) .s3_3_icon {
        width: 30%;
    }

    .s3_3_sec2 ul li:nth-child(7) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(8) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(9) .s3_3_icon,
    .s3_3_sec2 ul li:nth-child(10) .s3_3_icon {
        width: 30%;
    }

    .s3_3_sec2 ul li img {
        width: 40px;
    }

    .s3_3_icon:after {
        font-size: 20px;
    }

    .s3_3_sec2 ul li p {
        font-size: 14px;
    }


    /* sub4_1 */
    .sub4_1_content {
        padding-top: 70px;
    }

    .s4_1_sec1_con1 {
        width: 63%;
    }

    .s4_1_sec1_con2 {
        width: 35%;
    }

    .s4_1_sec1_con > p {
        font-size: 20px;
    }

    .s4_1_sec1_con1 > p:after {
        width: 63%;
    }

    .s4_1_sec1_con2 > p:after {
        width: 60%;
    }

    .s4_1_sec1_con1 ul {
        margin-top: 40px;
    }

    .s4_1_sec1_con1 ul li img {
        width: 100%;
    }

    .s4_1_sec1_con2 ul {
        margin-top: 65px;
    }

    .s4_1_sec1_con2 ul li {
        margin-bottom: 12px;
    }

    .s4_1_sec1_con2 ul li img {
        width: 60px;
    }

    .s4_1_sec1_con2 ul li p {
        margin-left: 15px;
        font-size: 11px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s4_1_sec1_con2 ul li p span {
        font-size: 14px;
    }

    .s4_1_sec1_con2 ul li p span strong {
        font-size: 15px;
    }

    .s4_1_sec2 {
        margin-top: 80px;
    }

    .s4_1_sec2_inner {
        padding: 30px 0;
        margin-top: 40px;
    }

    .s4_1_sec2_inner p {
        font-size: 16px;
        line-height: 30px;
    }

    .s4_1_sec3 {
        margin-top: 70px;
    }

    .s4_1_sec3 ul {
        margin-top: 40px;
    }

    .s4_1_sec3 ul li {
        width: 25%;
    }

    .s4_1_sec3 ul li img {
        width: 100%;
    }

    .s4_1_sec4 {
        margin-top: 70px;
        padding: 50px 0;
    }

    .s4_1_sec4_inner {
        margin-top: 30px;
        padding: 30px 0;
    }

    .s4_1_sec4_inner .center > img {
        width: 30%;
    }

    .s4_1_sec4_con {
        width: 67%;
        justify-content: space-between;
    }

    .s4_1_sec4_con img {
        width: 40px;
    }

    .s4_1_sec4_con ul {
        width: calc(100% - 55px);
        margin-left: 0;
    }

    .s4_1_sec4_con ul li {
        height: 60px;
        margin-bottom: 20px;
    }

    .s4_1_sec4_con ul li > span {
        font-size: 15px;
    }

    .s4_1_sec4_con ul li p {
        font-size: 15px;
    }

    .s4_1_sec4_con ul li p span {
        margin-right: 5px;
    }


    /* sub4_2 */
    .sub4_2_content {
        padding: 70px 0 0 0;
    }

    .s4_2_sec1_img {
        margin-top: 40px;
    }

    .s4_2_sec1_img img {
        max-width: 100%;
    }

    .s4_2_sec2 {
        margin-top: 70px;
        padding: 70px 0;
    }

    .s4_2_sec2 ul li {
        margin-bottom: 70px;
    }

    .s4_2_sec2_txt p {
        font-size: 20px;
    }

    .s4_2_sec2_txt p span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .s4_2_sec2_txt > span {
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
    }


    /* sub4_3 */
    .sub4_3_content {
        padding: 70px 0;
    }

    .sub4_3_content ul {
        margin-top: 50px;
    }

    .sub4_3_content ul li {
        padding: 30px 0;
    }

    .s4_3_step {
        width: 70px;
        height: 35px;
        font-size: 14px;
    }

    .s4_3_con {
        width: calc(100% - 90px);
        margin-top: 5px;
    }

    .s4_3_con p {
        font-size: 16px;
        line-height: 25px;
        word-break: keep-all;
    }

    .s4_3_con p span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .s4_3_con_txt {
        margin-top: 15px;
    }

    .s4_3_con_txt span {
        padding: 8px 20px;
        font-size: 12px;
        margin-right: 10px;
    }


    /* sub4_4 */
    .sub4_4_content {
        padding: 70px 0;
    }

    .sub4_4_content ul {
        margin-top: 70px;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .sub4_4_content ul li {
        margin-bottom: 70px;
        flex-direction: column !important;
        align-items: center;
    }

    .s4_4_img {
        width: 100%;
    }

    .s4_4_img img {
        width: 70%;
    }

    .s4_4_txt {
        width: 80%;
        border-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .s4_4_txt p {
        font-size: 18px;
    }

    .s4_4_txt span {
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s4_4_txt span strong {
        margin-top: 10px;
    }


    /* sub5_1 */
    .sub5_1_content {
        padding: 70px 0;
    }

    .s5_1_sec1 > ul {
        margin-top: 40px;
        padding: 30px 0;
    }

    .s5_1_sec1 > ul > li {
        margin-bottom: 30px;
    }

    .s5_1_sec1_img {
        width: 30%;
    }

    .s5_1_sec1_txt {
        width: 66%;
    }

    .s5_1_sec1_txt > p {
        font-size: 18px;
    }

    .s5_1_sec1_txt ul {
        margin-top: 15px;
    }

    .s5_1_sec1_txt ul li:nth-child(2) {
        margin-top: 10px;
    }

    .s5_1_sec1_txt ul li p {
        width: 15%;
        font-size: 16px;
    }

    .s5_1_sec1_txt ul li span {
        width: 85%;
        font-size: 16px;
    }

    .s5_1_sec2 {
        margin-top: 70px;
    }

    .s5_1_sec2 ul {
        margin-top: 40px;
    }

    .s5_1_sec2 ul li {
        padding: 15px 0;
    }

    .s5_1_sec2 ul li > p {
        width: 15%;
        font-size: 16px;
    }

    .check_box {
        width: 85%;
        padding: 5px 0;
    }

    .checks1 {
        margin-right: 30px;
    }

    .checks1 input[type="radio"] + label {
        cursor: inherit;
        font-size: 16px;
        padding-left: 20px;
    }

    .checks1 input[type="radio"] + label:before {
        width: 15px;
        height: 15px;
        top: 2px;
    }

    .checks1 input[type="radio"]:checked + label:after {
        top: 7px;
        left: 5px;
        width: 5px;
        height: 5px;
    }

    .s5_1_sec2 ul li > input {
        width: 85%;
        height: 35px;
        font-size: 14px;
    }

    .tel_box {
        width: 85%;
        font-size: 14px;
    }

    .tel_box input,
    .email_box input {
        height: 35px;
        font-size: 14px;
    }

    .tel_box input::placeholder {
        font-size: 14px;
    }

    .email_box {
        width: 85%;
        font-size: 14px;
    }

    .email_select {
        height: 35px;
    }

    .email_select i {
        font-size: 12px;
    }

    .email_select select {
        font-size: 14px;
    }

    .s5_1_sec2 ul li > textarea {
        width: 85%;
        height: 200px;
        font-size: 14px;
    }

    .file_box {
        width: 85%;
    }

    .file_box span {
        height: 35px;
        font-size: 14px;
    }

    .file {
        height: 35px;
        font-size: 14px;
        cursor: inherit;
    }

    .agree_inner {
        height: 200px;
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }

    .agree_check {
        margin-top: 20px;
    }

    .checks2 input[type="checkbox"] + label {
        cursor: inherit;
        font-size: 14px;
    }

    .checks2 input[type="checkbox"] + label:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
        margin-right: 5px;
    }

    .checks2 input[type="checkbox"]:checked + label:before {
        font-size: 10px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    .agree_check > p {
        font-size: 12px;
        cursor: inherit;
        margin-left: 10px;
    }

    .agree_check i {
        font-size: 10px;
    }

    .inquiry_btn {
        margin-top: 50px;
    }

    .inquiry_btn input {
        width: 130px;
        height: 45px;
        font-size: 16px;
    }


    /* sub5_2 */
    .sub5_2_content {
        padding: 70px 0;
    }

    .s5_2_con1 {
        margin-top: 40px;
    }

    .s5_2_con2 {
        margin-top: 50px;
    }

    .s5_2_con > p {
        padding: 15px 0;
        font-size: 18px;
    }

    .question {
        padding: 15px 0;
        cursor: inherit;
    }

    .q {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .question p {
        width: calc(100% - 50px);
        font-size: 16px;
    }

    .question p span {
        font-size: 16px;
        margin-right: 5px;
    }

    .answer {
        padding: 15px 0;
    }

    .a {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .answer p {
        width: calc(100% - 50px);
        font-size: 16px;
        line-height: 25px;
        margin-top: 5px;
    }


    /* sub6_1 */
    .sub6_1_content {
        padding: 70px 0;
    }

    .s6_1_title {
        font-size: 20px;
    }

    .s6_1_title:after {
        width: 86%;
    }

    .tab_totalbox {
        margin-top: 40px;
    }

    .tab_totalbox ul li {
        font-size: 18px;
        cursor: inherit;
        margin-right: 40px;
    }

    .tab_totalbox ul li:after {
        right: -20px;
    }

    .tab_totalbox > p {
        font-size: 16px;
    }

    .sub6_1_content table {
        margin-top: 15px;
    }

    .sub6_1_content table th {
        padding: 10px 0;
        font-size: 16px;
    }

    .sub6_1_content table td {
        padding: 15px 0;
        font-size: 15px;
    }

    td.cursor {
        cursor: inherit;
    }

    .page_btn {
        margin-top: 30px;
    }

    .board_search {
        margin-top: 40px;
    }

    .bs_box {
        height: 40px;
    }

    .bs_box input {
        font-size: 15px;
    }

    .bs_box input::placeholder {
        font-size: 14px;
    }

    .bs_box i {
        font-size: 20px;
        cursor: inherit;
    }


    /* sub6_1_d */
    .d_title {
        margin-top: 40px;
        padding: 15px 10px;
    }

    .d_title p {
        font-size: 18px;
    }

    .d_title ul {
        margin-top: 10px;
    }

    .d_title ul li {
        font-size: 14px;
    }

    .d_con {
        padding: 25px 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .prev_next_list ul li {
        padding: 10px;
    }

    .prev_next_list ul li p {
        font-size: 15px;
    }

    .prev_next_list ul li p i {
        font-size: 14px;
    }

    .list_title {
        cursor: inherit;
    }

    .list_title span {
        font-size: 16px;
    }

    .list_date {
        font-size: 14px;
    }


    /* sub6_2 */
    .sub6_2_content {
        padding: 70px 0;
    }

    .sub6_2_content ul {
        margin-top: 50px;
    }

    .sub6_2_content ul li p {
        word-break: break-all;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .sub6_2_content ul.s6_2_ul1 li p {
        height: 60px;
        font-size: 15px;
    }

    .sub6_2_content ul.s6_2_ul2 li p {
        height: 80px;
        font-size: 13px;
        line-height: 18px;
    }


    /* footer_1 */
    .footer_content {
        padding: 70px 0;
    }

    .footer_con > p {
        font-size: 17px;
        line-height: 30px;
        margin: 50px 0;
    }

    .f_con_inner {
        padding: 30px 0;
    }

    .f_con_inner > p {
        font-size: 18px;
        line-height: 28px;
        word-break: keep-all;
    }

    .f_con_inner > p span.p_1 {
        padding: 0;
    }

    .f_con_inner > p span.p_2 {
        padding: 0;
    }

    .f_con_inner > span {
        margin-top: 30px;
        font-size: 15px;
        line-height: 25px;
        word-break: keep-all;
    }

    .f_con_inner > span:nth-of-type(1) {
        margin-top: 20px;
    }

    .f_con_inner > span strong {
        font-size: 17px;
    }

    .f_con_inner > span span {
        display: inline;
        padding-left: 0;
    }


    /* footer_2 */
    .footer2_title:after {
        width: 75%;
    }


    /* footer_3 */
    .footer3_title:after {
        width: 66%;
    }


    /* search_result */
    .search_intro {
        margin-top: 70px;
    }

    .search_result_box {
        height: 100px;
    }

    .search_result_box .center {
        padding: 0 20px 5px 0;
    }

    .search_result_box input {
        height: 35px;
        padding: 0 20px;
        font-size: 16px;
    }

    .search_result_box input::placeholder {
        font-size: 16px;
    }

    .search_result_box i {
        font-size: 24px;
        cursor: inherit;
    }

    .search_result_content {
        padding: 70px 0;
    }

    .sr_tab ul {
        justify-content: space-between;
    }

    .sr_tab ul li {
        font-size: 15px;
        cursor: inherit;
        margin-right: 0;
    }

    .sr_con ul li {
        padding: 20px 10px;
    }

    .sr_con ul li p {
        font-size: 16px;
    }

    .sr_con ul li span {
        font-size: 15px;
        margin-top: 15px;
    }

}





















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    /* sub1_1 */
    .s1_1_sec1_right {
        padding-left: 50px;
    }

    .s1_1_sec1_right ul li:after {
        left: -55px;
    }

    .s1_1_sec1_right ul li p {
        width: 18%;
    }

    .s1_1_sec1_right ul li span {
        width: 82%;
    }


    /* sub1_2 */
    .s1_2_sec1_txt span {
        font-size: 16px;
        line-height: 32px;
    }


    /* sub1_4 */
    .s1_4_txt1 p {
        font-size: 17px;
        line-height: 33px;
    }


    /* sub2_1 */
    .s2_1_txt > span {
        font-size: 16px;
        line-height: 30px;
    }


    /* sub2_5 */
    .s2_5_sec2_left_txt p {
        font-size: 17px;
        line-height: 33px;
    }

    .s2_5_sec3 ul li {
        width: 220px;
        height: 220px;
    }


    /* sub2_6 */
    .area1 {
        top: 90px;
        left: 180px;
    }

    .area2 {
        bottom: 220px;
        left: 340px;
    }

    .area3 {
        top: 100px;
        right: 270px;
    }

    .area4 {
        top: 220px;
        right: 290px;
    }

    .area5 {
        bottom: 280px;
        right: 280px;
    }

    .area6 {
        bottom: 230px;
        right: 120px;
    }


    /* sub3_2 */
    .s3_2_sec1_btn img {
        width: 100%;
    }

    .s3_2_sec1_btn a p {
        margin-left: 15px;
    }

    .s3_2_sec2_inner ul li {
        width: 215px;
        height: 215px;
    }


    /* sub3_3 */
    .s3_3_sec1_con1 ul li {
        width: 150px;
        height: 150px;
    }

    .s3_3_sec1_con2 .center > img {
        width: 100%;
    }


    /* sub4_1 */
    .s4_1_sec1_con1 ul li img {
        width: 100%;
    }

    .s4_1_sec1_con2 ul {
        margin-top: 120px;
    }

    .s4_1_sec1_con2 ul li {
        margin-bottom: 25px;
    }

    .s4_1_sec1_con2 ul li p {
        font-size: 17px;
        line-height: 28px;
    }

    .s4_1_sec3 ul li {
        width: 24%;
    }

    .s4_1_sec3 ul li img {
        width: 100%;
    }


    /* sub4_2 */
    .s4_2_sec2_txt > span {
        font-size: 18px;
        line-height: 32px;
    }


    /* sub4_3 */
    .s4_3_con p {
        font-size: 17px;
        line-height: 32px;
    }


    /* sub4_4 */
    .s4_4_txt span {
        font-size: 17px;
        line-height: 31px;
    }


    /* sub6_2 */
    .sub6_2_content ul.s6_2_ul2 li p {
        font-size: 14px;
    }

}
