/* sub intro */
#sub_intro {
    width: 100%;
    height: 600px;
    padding-top: 50px;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sub_intro p {
    font-size: 58px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

#sub_intro p span {
    display: block;
    font-size: 24px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 10px;
}


/* sub route */
.sub_route {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 9;
}

.sub_route .center {
    display: flex;
    transform: translateX(-70px);
}

.home {
    width: 70px;
    height: 70px;
    background-color: #6a4636;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home i {
    font-size: 28px;
    color: #fff;
}

.route_menu {
    width: 250px;
    position: relative;
}

.route_menu > p {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box;
    cursor: pointer;
}

.route_menu > p span {
    font-size: 17px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
}

.route_menu > p i {
    font-size: 18px;
    color: #666;
}

.route_menu.on > i {
    transform: rotate(180deg);
}

.route_menu ul {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #fff;
    border: 1px solid #6a4636;
    border-top: 0;
    box-sizing: border-box;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
}

.route_menu.on ul {
    opacity: 1;
    visibility: visible;
}

.route_menu ul li {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
    cursor: pointer;
}

.route_menu ul li:last-child {
    margin-bottom: 0;
}

.route_menu ul li:hover {
    color: #6a4636;
    font-family: 'Pretendard-Medium', sans-serif;
}


#sub_content {
    width: 100%;
}


/* sub1_1 */
.sub1_intro {
    background-image: url(../images/sub1_intro.jpg);
}

.sub1_1_content {
    width: 100%;
    padding: 120px 0 150px;
}

.sub1_1_content .center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s1_1_txt {
    width: 50%;
}

p.title_p {
    font-size: 44px;
    line-height: 60px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

p.title_p span {
    color: #6a4636;
    display: block;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_1_txt > span {
    font-size: 18px;
    line-height: 32px;
    display: block;
    margin-top: 40px;
}

.s1_1_txt > span strong {
    display: block;
    font-size: 20px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_1_img {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_1_img img {
    width: 100%;
}


/* sub1_2 */
.sub1_2_content {
    padding: 120px 0 150px;
}

.sub_title {
    font-size: 43px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    text-transform: uppercase;
}

.s1_2_tab {
    width: 100%;
    margin-top: 70px;
}

.s1_2_tab ul {
    width: 100%;
    display: flex;
}

.s1_2_tab ul li {
    width: 25%;
    height: 65px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_2_tab ul li.on {
    background-color: #6a4636;
    color: #fff;
}

.s1_2_tabcon {
    width: 100%;
    padding-top: 70px;
    display: none;
}

.s1_2_tabcon.on {
    display: block;
}

.s1_2_inner {
    width: 100%;
    padding-left: 180px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}

.s1_2_inner:last-child {
    margin-bottom: 0;
}

.year {
    width: 10%;
    font-size: 50px;
    line-height: 35px;
    color: #6a4636;
    font-family: 'Pretendard-Bold', sans-serif;
}

.history_con {
    width: 81%;
    position: relative;
    padding-left: 80px;
    box-sizing: border-box;
    border-left: 1px solid #6a4636;
    /*    margin-top: 25px;*/
}

.history_con:after {
    content: " ";
    width: 9px;
    height: 9px;
    background-color: #6a4636;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: -5px;
}

.history_con:before {
    content: " ";
    width: 9px;
    height: 9px;
    background-color: #6a4636;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: -5px;
}

.history_con ul {
    width: 100%;
}

.history_con ul li {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-bottom: 35px;
}

.history_con ul li:last-child {
    margin-bottom: 0;
}

.his_day {
    width: 12%;
    font-size: 17px;
    color: #6a4636;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.his_txt {
    width: 88%;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Pretendard-Light', sans-serif;
}


/* sub1_3 */
.sub1_3_img {
    width: 100%;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub1_3_img img {
    max-width: 100%;
}


/* sub1_4 */
.s1_4_con {
    width: 100%;
}

.s1_4_inner {
    width: 100%;
    margin-top: 80px;
}

.s1_4_innercon {
    width: 100%;
}

.s1_4_innercon ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s1_4_innercon ul li p {
    font-size: 23px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_4_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.s1_4_txt {
    width: 100%;
    margin-top: 20px;
}

.s1_4_txt p {
    width: 100%;
    height: 75px;
    background-color: #6a4636;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_4_txt span {
    width: 100%;
    display: block;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 25px 0;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub1_5 */
.sub1_5_con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 80px;
}

.sub1_5_con img {
    max-width: 100%;
}

.sub1_5_con ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.sub1_5_con ul li {
    width: 31%;
    border: 1px solid #6a4636;
    box-sizing: border-box;
    background-color: #6a4636;
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub1_5_con ul li:nth-child(2) {
    background-color: #fff;
}

.sub1_5_con ul li p {
    text-align: center;
    padding-bottom: 30px;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    position: relative;
}

.sub1_5_con ul li:nth-child(2) p {
    color: #6a4636;
}

.sub1_5_con ul li p:after {
    content: " ";
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sub1_5_con ul li:nth-child(2) p:after {
    background-color: #6a4636;
}

.sub1_5_con ul li p span {
    display: block;
    font-size: 24px;
    font-family: 'Pretendard-ExtraBold', sans-serif;
    margin-bottom: 10px;
}

.sub1_5_con ul li > span {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
    margin-top: 30px;
}

.sub1_5_con ul li:nth-child(2) > span {
    color: #222;
}


/* sub1_6 */
.s1_6_con {
    width: 100%;
    margin-top: 45px;
}

.search_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search_select {
    width: 110px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    position: relative;
}

.search_select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #666;
    font-size: 12px;
}

.search_select select {
    font-size: 14px;
    color: #333;
    font-family: 'Pretendard-Regular', sans-serif;
}

.search_input {
    width: 250px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    margin-left: 10px;
}

.search_input input {
    width: 85%;
    height: 100%;
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    border: 0;
}

.search_input input::placeholder {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.search_input i {
    font-size: 20px;
    color: #666;
    cursor: pointer;
}

.s1_6_con ul {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.s1_6_con ul li {
    width: 23%;
    height: 350px;
    margin-right: 2.66%;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.s1_6_con ul li:nth-child(4n) {
    margin-right: 0;
}

.s1_6_con ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.s1_6_con ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.s1_6_con ul li:hover a img {
    transform: scale(1.1);
}

.page_btn {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a {
    font-size: 16px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    margin: 0 15px;
}

.page_btn a.page_num {
    width: 40px;
    height: 40px;
    border: 1px solid #6a4636;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a4636;
    font-family: 'Pretendard-Bold', sans-serif;
    margin: 0 5px;
}


/* sub1_7 */
.s1_7_tab ul li {
    width: 33.33%;
}

.s1_7_tabcon {
    width: 100%;
    height: 0;
    overflow: hidden;
}

.s1_7_tabcon.on {
    height: 100%;
}

.map_box {
    width: 100%;
    height: 550px;
    margin-top: 50px;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}

.root_daum_roughmap .border1 {
    border: 0 !important;
}

.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    background-color: transparent !important;
}

.location_box {
    width: 100%;
    padding: 60px 0;
    background-color: #6a4636;
    display: flex;
    align-items: center;
}

.location_box > p {
    width: 25%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.location_box ul {
    width: 75%;
    padding: 10px 0 10px 100px;
    box-sizing: border-box;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.location_box ul li {
    display: flex;
    align-items: center;
    float: left;
}

.location_box ul li p {
    width: 60px;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.location_box ul li span {
    width: calc(100% - 60px);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Pretendard-Light', sans-serif;
}

.location_box ul li:first-child {
    margin-bottom: 20px;
}

.location_box ul li:nth-child(2) {
    clear: both;
    margin-right: 200px;
}


/* sub2_1 */
.sub2_content .s3_1_title {
    padding-left: 0;
    margin-top: 60px;
}

.sub2_content .s3_1_title:after {
    content: none;
}

.sub2_content .s3_txt {
    color: #606060;
}

.sub2_section {
    width: 100%;
    margin-top: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 110px 0;
}

.s2_top {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 55px 0;
}

.s2_top p {
    width: max-content;
    padding: 25px;
    border-top: 1px solid #664636;
    border-bottom: 1px solid #664636;
    font-size: 28px;
    line-height: 44px;
    color: #6a4636;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub2_section ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}

.sub2_section ul li {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 65px 0;
}

.sub2_section ul li:nth-child(2n-1) {
    padding: 0 40% 0 0;
    align-items: flex-start;
}

.sub2_section ul li:nth-child(2n) {
    padding: 0 0 0 40%;
    align-items: flex-end;
}

.sub2_section ul li p {
    font-size: 20px;
    color: #606060;
    line-height: 35px;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub3_1 */
.s3_1_title {
    width: max-content;
    position: relative;
    font-size: 23px;
    color: #6a4636;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 15px;
    padding-left: 70px;
}

.s3_1_title:after {
    content: " ";
    width: 50px;
    height: 1px;
    background-color: #6a4636;
    top: 50%;
    left: 0;
    position: absolute;
}

.s3_txt {
    width: 100%;
    margin-top: 50px;
    font-size: 18px;
    line-height: 33px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s3_box {
    width: 100%;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.s3_1_box {
    background-image: url(../images/sub3_1_bg.jpg);
}

.s3_box ul {
    width: 980px;
    height: 55px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_box ul li {
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s3_box ul i {
    font-size: 12px;
    color: #fff;
}

.s3_1_box2 {
    width: 100%;
    margin-top: 70px;
}

.s3_1_box2 ul {
    width: 100%;
}

.s3_1_box2 ul li {
    width: 100%;
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b2b2b2;
}

.s3_1_box2 ul li:last-child {
    border-bottom: 0;
}

.s3_1_txt {
    width: max-content;
}

.s3_1_txt > p {
    width: max-content;
    font-size: 23px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    padding: 15px 40px;
    border-radius: 50px;
    background-color: #6a4636;
}

.s3_1_inner_txt {
    padding-left: 20px;
    margin-top: 30px;
}

.s3_1_inner_txt p {
    font-size: 17px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    position: relative;
    padding-left: 10px;
}

.s3_1_inner_txt p:after {
    content: " ";
    width: 2px;
    height: 2px;
    background-color: #111;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 0;
}

.s3_1_img {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale();
}


/* sub3_2 */
.s3_2_box {
    background-image: url(../images/sub3_2_bg.jpg);
}


/* sub3_3 */
.s3_3_box {
    background-image: url(../images/sub3_3_bg.jpg);
}

.s3_3_box2 {
    width: 100%;
    margin-top: 70px;
}

.s3_3_box2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.s3_3_box2 ul li {
    width: 50%;
    padding: 60px 0 60px 30px;
    box-sizing: border-box;
    border-top: 1px solid #b2b2b2;
    display: flex;
    align-items: flex-start;
}

.s3_3_box2 ul li:nth-child(1),
.s3_3_box2 ul li:nth-child(2) {
    border-top: 0;
}

.s3_3_box2 ul li.a_center {
    align-items: center;
}

.s3_3_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_3_txt {
    margin-left: 40px;
}

.s3_3_txt > p {
    font-size: 23px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_3_inner_txt {
    margin-top: 20px;
}

.s3_3_inner_txt p {
    font-size: 17px;
    line-height: 28px;
    color: #111;
    padding-left: 10px;
    position: relative;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s3_3_inner_txt p:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 5px;
    background-color: #111;
}


/* sub3_5 */
.s3_5_box {
    background-image: url(../images/sub3_5_bg.jpg);
}


/* sub3_6 */
.s3_6_box {
    background-image: url(../images/sub3_6_bg.jpg);
}


/* sub3_7 */
.s3_7_box {
    background-image: url(../images/sub3_7_bg.jpg);
}

.s3_7_tab {
    width: 100%;
    margin-top: 100px;
}

.s3_7_tab ul {
    width: 100%;
    display: flex;
}

.s3_7_tab ul li {
    width: max-content;
    font-size: 23px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    padding: 15px 40px;
    border-radius: 50px;
    background-color: #6a4636;
    margin-right: 40px;
    cursor: pointer;
}

.s3_7_tab ul li:last-child {
    margin-right: 0;
}

.s3_7_tab ul li.on {
    background-color: #fff;
    border: 1px solid #6a4636;
    box-sizing: border-box;
    color: #6a4636;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_7_box2 {
    margin-top: 50px;
    display: none;
}

.s3_7_box2.on {
    display: block;
}


/* sub4_1 */
.s4_1_con {
    width: 100%;
    margin-top: 50px;
}

.s4_1_con > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.s4_1_con > ul > li {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 30px;
    cursor: pointer;
    outline: 3px solid transparent;
    transition: outline .3s;
}

.s4_1_con > ul > li:nth-child(3n) {
    margin-right: 0;
}

/*
.s4_1_con > ul > li:hover {
    outline: 3px solid #6a4636;
}
*/

.s4_1_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.s4_1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.s4_1_con > ul > li:hover .s4_1_img img {
    transform: scale(1.1);
}

.s4_1_txt {
    width: 100%;
    height: calc(100% - 250px);
    margin-top: 15px;
    /*
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.3);
*/
}

.s4_1_txt > p {
    width: 100%;
    font-size: 18px;
    background-color: #6a4636;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    word-break: keep-all;
    line-height: 25px;
    padding: 7px 15px;
    box-sizing: border-box;
    /*
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
*/
}

.s4_1_txt ul {
    width: 100%;
    margin-top: 25px;
}

.s4_1_txt ul li {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.s4_1_txt ul li:last-child {
    margin-bottom: 0;
}

.s4_1_txt ul li p {
    width: 25%;
    font-size: 16px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
}

.s4_1_txt ul li span {
    width: 75%;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Pretendard-Regular', sans-serif;
    word-break: keep-all;
}

.s4_1_txt ul li:last-child p {
    letter-spacing: 1.5px;
}


/* sub4_1_d */
.s4_1_d_con {
    width: 100%;
    margin-top: 45px;
}

.s4_1_d_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s4_1_d_img img {
    width: 100%;
}

.s4_1_d_txt {
    width: 100%;
    margin-top: 50px;
}

.s4_1_d_txt > p {
    font-size: 33px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s4_1_d_txt ul {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #111;
    display: flex;
    flex-wrap: wrap;
}

.s4_1_d_txt ul li {
    width: 50%;
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: flex;
}

.s4_1_d_txt ul li p {
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    font-size: 17px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s4_1_d_txt ul li span {
    width: calc(100% - 120px);
    font-size: 17px;
    color: #606060;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.s4_1_d_txt ul li:last-child p {
    letter-spacing: 1.5px;
}

.back_btn {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.back_btn a {
    width: 180px;
    height: 50px;
    background-color: #6a4636;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}


/* sub5_1 */
.s5_1_table {
    width: 100%;
    border-top: 1px solid #111;
    margin-top: 40px;
}

.s5_1_table table {
    width: 100%;
    border-collapse: collapse;
}

.s5_1_table table th {
    padding: 20px 0;
    font-weight: normal;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    background-color: #f6f6f6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.s5_1_table table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.s5_1_table table td:nth-child(2) {
    color: #333;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s5_1_table table td.cursor {
    cursor: pointer;
}

.s5_1_table table td.cursor:hover {
    text-decoration: underline;
}


/* sub5_1_d */
.s5_1_d_con {
    width: 100%;
    margin-top: 40px;
}

.board_title {
    width: 100%;
    border-top: 1px solid #111;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 25px 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
}

.board_title p {
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.board_title span {
    font-size: 17px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
}

.board_con {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 35px 45px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 30px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub5_2 */
.s5_2_con {
    width: 100%;
    margin-top: 45px;
}

.s5_2_con ul {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.s5_2_con ul li {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 35px;
    cursor: pointer;
}

.s5_2_con ul li:nth-child(3n) {
    margin-right: 0;
}

.news_img {
    width: 100%;
    height: 250px;
    border: 1px solid #999;
    box-sizing: border-box;
    overflow: hidden;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.s5_2_con ul li:hover .news_img img {
    transform: scale(1.1);
}

.news_txt {
    width: 100%;
    padding-top: 15px;
}

.news_txt p {
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s5_2_con ul li:hover .news_txt p {
    text-decoration: underline;
}

.news_txt span {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.upload {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}


/* sub5_3 */
.sub_title span {
    display: block;
    font-size: 18px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 40px;
}

.s5_3_con {
    width: 100%;
    margin-top: 100px;
}

.s5_3_con ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s5_3_con ul li {
    width: 48%;
    margin-bottom: 40px;
}

.s5_3_con ul li:first-child,
.s5_3_con ul li:nth-child(6),
.s5_3_con ul li:nth-child(7) {
    width: 100%;
}

.s5_3_con ul li p {
    font-size: 22px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 25px;
}

.s5_3_radio {
    width: 100%;
    display: flex;
}

.s5_3_radio label {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
}

.s5_3_radio label:first-child {
    margin-right: 40px;
}

.s5_3_radio label input {
    margin-right: 10px;
    cursor: pointer;
}

.s5_3_input {
    width: 100%;
}

.s5_3_input input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s5_3_input input::placeholder,
.s5_3_input textarea::placeholder {
    font-size: 16px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.s5_3_input textarea {
    width: 100%;
    height: 260px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s5_3_agree {
    width: 100%;
}

.agree_inner {
    width: 100%;
    height: 180px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
    padding: 10px;
}

.s5_3_agree label {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    color: #606060;
    font-family: 'Pretendard-Light', sans-serif;
}

.s5_3_agree label input {
    margin-right: 10px;
    cursor: pointer;
}




































/* mobile */
@media screen and (max-width: 767px) {

    /* sub intro */
    #sub_intro {
        height: 250px;
        padding-top: 30px;
    }

    #sub_intro p {
        font-size: 25px;
    }

    #sub_intro p span {
        font-size: 14px;
        margin-bottom: 5px;
    }


    /* sub route */
    .sub_route .center {
        width: 100%;
        transform: translateX(0);
    }

    .home {
        width: 40px;
        height: 40px;
        cursor: inherit;
    }

    .home i {
        font-size: 20px;
    }

    .route_menu {
        width: 160px;
    }

    .route_menu > p {
        height: 40px;
        padding: 0 10px;
        cursor: inherit;
    }

    .route_menu > p span {
        font-size: 12px;
    }

    .route_menu > p i {
        font-size: 13px;
    }

    .route_menu ul {
        top: 40px;
        padding: 15px 10px;
    }

    .route_menu ul li {
        margin-bottom: 15px;
        font-size: 13px;
        cursor: inherit;
    }

    .route_menu ul li:hover {
        color: #111;
        font-family: 'Pretendard-Regular', sans-serif;
    }


    /* sub1_1 */
    .sub1_1_content {
        padding: 60px 0 100px;
    }

    .sub1_1_content .center {
        flex-direction: column-reverse;
    }

    .s1_1_txt {
        width: 100%;
        margin-top: 30px;
    }

    p.title_p {
        font-size: 20px;
        line-height: 30px;
    }

    .s1_1_txt > span {
        font-size: 13px;
        line-height: 20px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s1_1_txt > span br.m_none {
        display: none;
    }

    .s1_1_txt > span strong {
        font-size: 15px;
    }

    .s1_1_img {
        width: 100%;
    }


    /* sub1_2 */
    .sub1_2_content {
        padding: 60px 0 100px;
    }

    .sub_title {
        font-size: 20px;
    }

    .s1_2_tab {
        margin-top: 30px;
    }

    .s1_2_tab ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .s1_2_tab ul li {
        width: 50%;
        height: 40px;
        cursor: inherit;
        font-size: 14px;
    }

    .s1_2_tabcon {
        padding-top: 30px;
    }

    .s1_2_inner {
        padding-left: 0;
        display: block;
        margin-bottom: 40px;
    }

    .year {
        width: 100%;
        font-size: 23px;
    }

    .history_con {
        width: 100%;
        padding-left: 30px;
        margin-top: 15px;
    }

    .history_con:after {
        width: 5px;
        height: 5px;
        left: -3px;
    }

    .history_con:before {
        width: 5px;
        height: 5px;
        left: -3px;
    }

    .history_con ul li {
        margin-bottom: 20px;
    }

    .his_day {
        width: 20%;
        font-size: 14px;
    }

    .his_txt {
        width: 80%;
        font-size: 13px;
        line-height: 20px;
    }


    /* sub1_3 */
    .sub1_3_img {
        margin-top: 30px;
    }


    /* sub1_4 */
    .s1_4_inner {
        margin-top: 40px;
    }

    .s1_4_innercon ul {
        display: block;
    }

    .s1_4_innercon ul li {
        width: 100%;
    }

    .s1_4_inner:first-child ul li:first-child {
        width: 45%;
    }

    .s1_4_inner:last-child ul li {
        width: 65%;
    }

    .s1_4_innercon ul li:last-child {
        margin-top: 25px;
    }

    .s1_4_innercon ul li p {
        font-size: 16px;
    }

    .s1_4_img {
        margin-top: 10px;
    }

    .s1_4_img img {
        width: 100%;
    }

    .s1_4_txt {
        margin-top: 10px;
    }

    .s1_4_txt p {
        height: 40px;
        font-size: 14px;
    }

    .s1_4_txt span {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
        padding: 15px 5px;
        word-break: keep-all;
    }

    .s1_4_txt span br {
        display: none;
    }


    /* sub1_5 */
    .sub1_5_con {
        margin-top: 40px;
    }

    .sub1_5_con ul {
        margin-top: 50px;
        display: block;
    }

    .sub1_5_con ul li {
        width: 100%;
        padding: 25px 0;
        margin-bottom: 10px;
    }

    .sub1_5_con ul li:last-child {
        margin-bottom: 0;
    }

    .sub1_5_con ul li p {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .sub1_5_con ul li p:after {
        width: 30px;
    }

    .sub1_5_con ul li p span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .sub1_5_con ul li > span {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px;
    }

    .sub1_5_con ul li:nth-child(2) > span {
        color: #222;
    }


    /* sub1_6 */
    .s1_6_con {
        margin-top: 30px;
    }

    .search_box {
        justify-content: space-between;
    }

    .search_select {
        width: 30%;
        height: 35px;
    }

    .search_select select {
        font-size: 12px;
    }

    .search_input {
        width: 69%;
        height: 35px;
        margin-left: 0;
    }

    .search_input input {
        font-size: 12px;
    }

    .search_input input::placeholder {
        font-size: 12px;
    }

    .search_input i {
        font-size: 18px;
        cursor: inherit;
    }

    .s1_6_con ul {
        margin-top: 20px;
    }

    .s1_6_con ul li {
        width: 48.5%;
        height: 200px;
        margin-right: 3%;
        margin-bottom: 10px;
    }

    .s1_6_con ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .s1_6_con ul li:nth-child(2n) {
        margin-right: 0;
    }

    .s1_6_con ul li a img {
        transition: none;
    }

    .s1_6_con ul li:hover a img {
        transform: none;
    }

    .page_btn a {
        font-size: 14px;
        margin: 0 10px;
    }

    .page_btn a.page_num {
        width: 30px;
        height: 30px;
    }


    /* sub1_7 */
    .s1_7_tab ul li {
        width: 33.33%;
    }

    .map_box {
        height: 200px;
        margin-top: 20px;
    }

    .location_box {
        padding: 25px 20px;
        box-sizing: border-box;
        display: block;
    }

    .location_box > p {
        width: 100%;
        font-size: 17px;
    }

    .location_box ul {
        width: 100%;
        padding: 20px 0 0 0;
        box-sizing: border-box;
        margin-top: 20px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .location_box ul li {
        width: 100%;
        align-items: baseline;
        margin-bottom: 15px;
    }

    .location_box ul li p {
        width: 50px;
        font-size: 13px;
    }

    .location_box ul li span {
        width: calc(100% - 50px);
        font-size: 13px;
        line-height: 20px;
    }

    .location_box ul li:first-child {
        margin-bottom: 15px;
    }

    .location_box ul li:nth-child(2) {
        margin-right: 0;
    }

    .location_box ul li:last-child {
        margin-bottom: 0;
    }


    /* sub2_1 */
    .sub2_content .s3_1_title {
        margin-top: 30px;
    }

    .sub2_content .s3_txt br {
        display: block;
    }

    .sub2_section {
        margin-top: 80px;
        gap: 50px 0;
    }

    .s2_top {
        gap: 30px 0;
    }

    .s2_top img {
        width: 60%;
    }

    .s2_top p {
        padding: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .sub2_section ul {
        gap: 30px 0;
    }

    .sub2_section ul li {
        width: 100%;
        gap: 25px 0;
    }

    .sub2_section ul li img {
        width: 100%;
    }

    .sub2_section ul li:nth-child(2n-1) {
        padding: 0;
    }

    .sub2_section ul li:nth-child(2n) {
        padding: 0;
    }

    .sub2_section ul li p {
        font-size: 14px;
        line-height: 22px;
        word-break: keep-all;
    }


    /* sub3_1 */
    .s3_1_title {
        font-size: 16px;
        margin-top: 10px;
        padding-left: 40px;
    }

    .s3_1_title:after {
        width: 30px;
    }

    .s3_txt {
        margin-top: 20px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_txt br {
        display: none;
    }

    .s3_box {
        height: max-content;
        min-height: 20px;
        padding: 20px 0;
        margin-top: 30px;
        background-attachment: inherit;
    }

    .s3_box ul {
        width: max-content;
        min-width: 50%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 20px;
        flex-direction: column;
    }

    .s3_box ul li {
        font-size: 15px;
    }

    .s3_box ul i {
        font-size: 10px;
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .s3_1_box2 {
        margin-top: 20px;
    }

    .s3_1_box2 ul li {
        padding: 30px 0;
        display: block;
    }

    .s3_1_txt {
        width: 100%;
    }

    .s3_1_txt > p {
        font-size: 14px;
        padding: 7px 15px;
    }

    .s3_1_inner_txt {
        padding-left: 10px;
        margin-top: 15px;
    }

    .s3_1_inner_txt p {
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
    }

    .s3_1_inner_txt p:after {
        top: 9px;
    }

    .s3_1_img {
        width: 100%;
        margin-top: 20px;
    }

    .s3_1_img img {
        width: 100%;
    }


    /* sub3_3 */
    .s3_3_box2 {
        margin-top: 20px;
    }

    .s3_3_box2 ul li {
        width: 100%;
        padding: 20px 10px;
        justify-content: space-between;
    }

    .s3_3_box2 ul li:nth-child(2) {
        border-top: 1px solid #b2b2b2;
    }

    .s3_3_box2 ul li.m_none {
        display: none;
    }

    .s3_3_icon {
        height: 40px;
    }

    .s3_3_icon img {
        height: 100%;
    }

    .s3_3_txt {
        margin-left: 0;
        width: calc(100% - 65px);
    }

    .s3_3_txt > p {
        font-size: 16px;
    }

    .s3_3_inner_txt {
        margin-top: 10px;
    }

    .s3_3_inner_txt p {
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_3_inner_txt p:after {
        top: 8px;
    }


    /* sub3_7 */
    .s3_7_tab {
        margin-top: 50px;
    }

    .s3_7_tab ul li {
        font-size: 14px;
        padding: 7px 15px;
        margin-right: 10px;
        cursor: inherit;
    }

    .s3_7_box2 {
        margin-top: 30px;
        display: none;
    }


    /* sub4_1 */
    .s4_1_con {
        margin-top: 30px;
    }

    .s4_1_con > ul > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        cursor: inherit;
        transition: none;
    }

    /*
    .s4_1_con > ul > li:hover {
        outline: none;
    }
*/

    .s4_1_img {
        height: 200px;
    }

    .s4_1_img img {
        transition: none;
    }

    .s4_1_con > ul > li:hover .s4_1_img img {
        transform: none;
    }

    .s4_1_txt {
        /*        margin-top: 1px;*/
    }

    .s4_1_txt > p {
        font-size: 16px;
        padding: 5px 15px;
    }

    .s4_1_txt ul {
        margin-top: 15px;
    }

    .s4_1_txt ul li {
        margin-bottom: 5px;
    }

    .s4_1_txt ul li:last-child {
        margin-bottom: 0;
    }

    .s4_1_txt ul li p {
        font-size: 13px;
    }

    .s4_1_txt ul li span {
        font-size: 13px;
    }


    /* sub4_1_d */
    .s4_1_d_con {
        margin-top: 30px;
    }

    .s4_1_d_txt {
        margin-top: 20px;
    }

    .s4_1_d_txt > p {
        font-size: 18px;
    }

    .s4_1_d_txt ul {
        margin-top: 10px;
    }

    .s4_1_d_txt ul li {
        width: 100%;
        height: 40px;
    }

    .s4_1_d_txt ul li p {
        width: 100px;
        font-size: 14px;
    }

    .s4_1_d_txt ul li span {
        width: calc(100% - 100px);
        font-size: 13px;
        padding: 0 10px;
    }

    .back_btn {
        margin-top: 30px;
    }

    .back_btn a {
        width: 100px;
        height: 40px;
        font-size: 15px;
    }


    /* sub5_1 */
    .s5_1_table {
        margin-top: 20px;
    }

    .s5_1_table table {
        table-layout: fixed;
    }

    .s5_1_table table th {
        padding: 10px 0;
        font-size: 12px;
    }

    .s5_1_table table td {
        padding: 10px 0;
        font-size: 10px;
    }

    .s5_1_table table th:nth-child(2) {
        width: 45%;
    }

    .s5_1_table table td:nth-child(2) {
        width: 45%;
        font-size: 12px;
        padding: 0 5px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .s5_1_table table td.cursor {
        cursor: inherit;
    }

    .s5_1_table table td.cursor:hover {
        text-decoration: none;
    }


    /* sub5_1_d */
    .s5_1_d_con {
        margin-top: 30px;
    }

    .board_title {
        padding: 15px 10px;
        display: block;
    }

    .board_title p {
        font-size: 15px;
    }

    .board_title span {
        font-size: 12px;
        margin-top: 5px;
    }

    .board_con {
        padding: 20px 10px;
        font-size: 13px;
        line-height: 20px;
    }


    /* sub5_2 */
    .s5_2_con {
        margin-top: 30px;
    }

    .s5_2_con ul {
        margin-top: 20px;
    }

    .s5_2_con ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 30px;
        cursor: inherit;
    }

    .s5_2_con ul li:nth-child(3n) {
        margin-right: 3%;
    }

    .s5_2_con ul li:nth-child(2n) {
        margin-right: 0;
    }

    .news_img {
        height: 120px;
    }

    .news_img img {
        transition: none;
    }

    .s5_2_con ul li:hover .news_img img {
        transform: none;
    }

    .news_txt p {
        font-size: 15px;
    }

    .s5_2_con ul li:hover .news_txt p {
        text-decoration: none;
    }

    .news_txt span {
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .upload {
        margin-top: 10px;
        font-size: 12px;
    }


    /* sub5_3 */
    .sub_title span {
        font-size: 13px;
        margin-top: 15px;
    }

    .s5_3_con {
        margin-top: 50px;
    }

    .s5_3_con ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .s5_3_con ul li p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s5_3_radio label {
        font-size: 13px;
    }

    .s5_3_radio label:first-child {
        margin-right: 20px;
    }

    .s5_3_radio label input {
        margin-right: 0;
        cursor: inherit;
    }

    .s5_3_input input {
        height: 35px;
        font-size: 12px;
    }

    .s5_3_input input::placeholder,
    .s5_3_input textarea::placeholder {
        font-size: 12px;
    }

    .s5_3_input textarea {
        height: 150px;
        font-size: 12px;
    }

    .agree_inner {
        height: 120px;
        overflow: auto;
        font-size: 12px;
        line-height: 18px;
    }

    .s5_3_agree label {
        margin-top: 10px;
        font-size: 12px;
    }

    .s5_3_agree label input {
        margin-right: 0;
        cursor: inherit;
    }

}
























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* sub intro */
    #sub_intro {
        height: 250px;
        padding-top: 30px;
    }

    #sub_intro p {
        font-size: 30px;
    }

    #sub_intro p span {
        font-size: 16px;
    }


    /* sub route */
    .sub_route .center {
        transform: translateX(0);
    }

    .home {
        width: 40px;
        height: 40px;
        cursor: inherit;
    }

    .home i {
        font-size: 20px;
    }

    .route_menu {
        width: 190px;
    }

    .route_menu > p {
        height: 40px;
        padding: 0 15px;
        cursor: inherit;
    }

    .route_menu > p span {
        font-size: 13px;
    }

    .route_menu > p i {
        font-size: 13px;
    }

    .route_menu ul {
        top: 40px;
        padding: 15px;
    }

    .route_menu ul li {
        margin-bottom: 15px;
        font-size: 13px;
        cursor: inherit;
    }

    .route_menu ul li:hover {
        color: #111;
        font-family: 'Pretendard-Regular', sans-serif;
    }


    /* sub1_1 */
    .sub1_1_content {
        padding: 60px 0 100px;
    }

    .sub1_1_content .center {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .s1_1_txt {
        width: 50%;
    }

    p.title_p {
        font-size: 20px;
        line-height: 30px;
    }

    .s1_1_txt > span {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        word-break: keep-all;
    }

    .s1_1_txt > span br.m_none {
        display: none;
    }

    .s1_1_txt > span strong {
        font-size: 16px;
    }


    /* sub1_2 */
    .sub1_2_content {
        padding: 60px 0 100px;
    }

    .sub_title {
        font-size: 20px;
    }

    .s1_2_tab {
        margin-top: 30px;
    }

    .s1_2_tab ul li {
        height: 45px;
        cursor: inherit;
        font-size: 16px;
    }

    .s1_2_tabcon {
        padding-top: 40px;
    }

    .s1_2_inner {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .year {
        width: 10%;
        font-size: 30px;
    }

    .history_con {
        padding-left: 50px;
        margin-top: 15px;
    }

    .history_con ul li {
        margin-bottom: 20px;
    }

    .his_day {
        font-size: 15px;
    }

    .his_txt {
        font-size: 15px;
        line-height: 25px;
    }


    /* sub1_3 */
    .sub1_3_img {
        margin-top: 30px;
    }


    /* sub1_4 */
    .s1_4_inner {
        margin-top: 40px;
    }

    .s1_4_inner:first-child ul li:first-child {
        width: 34%;
    }

    .s1_4_inner:first-child ul li:last-child {
        width: 63%;
    }

    .s1_4_inner:last-child ul li {
        width: 48.5%;
    }

    .s1_4_innercon ul li p {
        font-size: 16px;
    }

    .s1_4_img {
        margin-top: 10px;
    }

    .s1_4_img img {
        width: 100%;
    }

    .s1_4_txt {
        margin-top: 10px;
    }

    .s1_4_txt p {
        height: 40px;
        font-size: 14px;
    }

    .s1_4_txt span {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
        padding: 15px 5px;
    }


    /* sub1_5 */
    .sub1_5_con {
        margin-top: 50px;
    }

    .sub1_5_con img {
        max-width: 60%;
    }

    .sub1_5_con ul {
        margin-top: 50px;
    }

    .sub1_5_con ul li {
        width: 32%;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .sub1_5_con ul li p {
        padding-bottom: 15px;
        font-size: 14px;
    }

    .sub1_5_con ul li p:after {
        width: 30px;
    }

    .sub1_5_con ul li p span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .sub1_5_con ul li > span {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px;
        word-break: keep-all;
    }

    .sub1_5_con ul li > span br {
        display: none;
    }


    /* sub1_6 */
    .s1_6_con {
        margin-top: 30px;
    }

    .s1_6_con ul {
        margin-top: 20px;
    }

    .s1_6_con ul li {
        width: 23%;
        height: 200px;
        margin-bottom: 20px;
    }

    .s1_6_con ul li a img {
        transition: none;
    }

    .s1_6_con ul li:hover a img {
        transform: none;
    }


    /* sub1_7 */
    .map_box {
        height: 300px;
        margin-top: 30px;
    }

    .location_box {
        padding: 30px 0;
    }

    .location_box > p {
        width: 20%;
        font-size: 20px;
    }

    .location_box ul {
        width: 80%;
        padding: 10px 30px;
    }

    .location_box ul li {
        align-items: baseline;
    }

    .location_box ul li p {
        font-size: 14px;
    }

    .location_box ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    .location_box ul li:nth-child(2) {
        margin-right: 50px;
    }


    /* sub2_1 */
    .sub2_content .s3_1_title {
        margin-top: 30px;
    }

    .sub2_content .s3_txt br {
        display: block;
    }

    .sub2_section {
        margin-top: 80px;
        gap: 50px 0;
    }

    .s2_top {
        gap: 30px 0;
    }

    .s2_top img {
        width: 40%;
    }

    .s2_top p {
        padding: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .sub2_section ul {
        gap: 40px 0;
    }

    .sub2_section ul li {
        width: 73%;
        gap: 30px 0;
    }

    .sub2_section ul li img {
        width: 90%;
    }

    .sub2_section ul li:nth-child(2n-1) {
        padding: 0 27% 0 0;
    }

    .sub2_section ul li:nth-child(2n) {
        padding: 0 0 0 28%;
    }

    .sub2_section ul li p {
        font-size: 14px;
        line-height: 22px;
    }


    /* sub3_1 */
    .s3_1_title {
        font-size: 16px;
        margin-top: 10px;
        padding-left: 40px;
    }

    .s3_1_title:after {
        width: 30px;
    }

    .s3_txt {
        margin-top: 20px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_txt br {
        display: none;
    }

    .s3_box {
        height: 200px;
        margin-top: 30px;
        background-attachment: inherit;
    }

    .s3_box ul {
        width: 90%;
        height: auto;
        padding: 10px 40px;
        box-sizing: border-box;
    }

    .s3_box ul li {
        font-size: 15px;
    }

    .s3_box ul i {
        font-size: 10px;
    }

    .s3_1_box2 {
        margin-top: 20px;
    }

    .s3_1_box2 ul li {
        padding: 30px 0;
    }

    .s3_1_txt {
        width: 50%;
    }

    .s3_1_txt > p {
        font-size: 14px;
        padding: 7px 15px;
    }

    .s3_1_inner_txt {
        padding-left: 10px;
        margin-top: 15px;
    }

    .s3_1_inner_txt p {
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
    }

    .s3_1_inner_txt p:after {
        top: 9px;
    }

    .s3_1_img {
        width: 48%;
    }

    .s3_1_img img {
        width: 100%;
    }


    /* sub3_3 */
    .s3_3_box2 {
        margin-top: 30px;
    }

    .s3_3_box2 ul li {
        padding: 20px 10px;
        justify-content: space-between;
    }

    .s3_3_icon {
        height: 40px;
    }

    .s3_3_icon img {
        height: 100%;
    }

    .s3_3_txt {
        margin-left: 0;
        width: calc(100% - 65px);
    }

    .s3_3_txt > p {
        font-size: 16px;
    }

    .s3_3_inner_txt {
        margin-top: 10px;
    }

    .s3_3_inner_txt p {
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .s3_3_inner_txt p:after {
        top: 8px;
    }


    /* sub3_7 */
    .s3_7_tab {
        margin-top: 50px;
    }

    .s3_7_tab ul li {
        font-size: 14px;
        padding: 7px 15px;
        margin-right: 10px;
        cursor: inherit;
    }

    .s3_7_box2 {
        margin-top: 30px;
        display: none;
    }


    /* sub4_1 */
    .s4_1_con {
        margin-top: 30px;
    }

    .s4_1_con > ul > li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
        cursor: inherit;
        outline: none;
        transition: none;
    }

    .s4_1_con > ul > li:nth-child(3n) {
        margin-right: 3%;
    }

    .s4_1_con > ul > li:nth-child(2n) {
        margin-right: 0;
    }

    /*
    .s4_1_con > ul > li:hover {
        outline: none;
    }
*/

    .s4_1_img {
        height: 200px;
    }

    .s4_1_img img {
        transition: none;
    }

    .s4_1_con > ul > li:hover .s4_1_img img {
        transform: none;
    }

    .s4_1_txt > p {
        font-size: 16px;
    }

    .s4_1_txt ul {
        margin-top: 15px;
    }

    .s4_1_txt ul li p {
        font-size: 14px;
    }

    .s4_1_txt ul li span {
        font-size: 14px;
    }


    /* sub4_1_d */
    .s4_1_d_con {
        margin-top: 30px;
    }

    .s4_1_d_txt {
        margin-top: 30px;
    }

    .s4_1_d_txt > p {
        font-size: 18px;
    }

    .s4_1_d_txt ul {
        margin-top: 10px;
    }

    .s4_1_d_txt ul li {
        height: 40px;
    }

    .s4_1_d_txt ul li p {
        width: 100px;
        font-size: 14px;
    }

    .s4_1_d_txt ul li span {
        width: calc(100% - 100px);
        font-size: 14px;
        padding: 0 15px;
    }

    .back_btn a {
        font-size: 15px;
    }


    /* sub5_1 */
    .s5_1_table {
        margin-top: 20px;
    }

    .s5_1_table table th {
        padding: 15px 0;
        font-size: 14px;
    }

    .s5_1_table table td {
        padding: 15px 0;
        font-size: 14px;
    }

    .s5_1_table table td.cursor {
        cursor: inherit;
    }

    .s5_1_table table td.cursor:hover {
        text-decoration: none;
    }


    /* sub5_1_d */
    .s5_1_d_con {
        margin-top: 30px;
    }

    .board_title {
        padding: 15px;
    }

    .board_title p {
        font-size: 15px;
    }

    .board_title span {
        font-size: 14px;
    }

    .board_con {
        padding: 20px 15px;
        font-size: 15px;
        line-height: 25px;
    }


    /* sub5_2 */
    .s5_2_con {
        margin-top: 30px;
    }

    .s5_2_con ul {
        margin-top: 20px;
    }

    .s5_2_con ul li {
        cursor: inherit;
    }

    .news_img {
        height: 150px;
    }

    .news_img img {
        transition: none;
    }

    .s5_2_con ul li:hover .news_img img {
        transform: none;
    }

    .news_txt p {
        font-size: 16px;
    }

    .s5_2_con ul li:hover .news_txt p {
        text-decoration: none;
    }

    .news_txt span {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .upload {
        margin-top: 10px;
        font-size: 12px;
    }


    /* sub5_3 */
    .sub_title span {
        font-size: 15px;
        margin-top: 20px;
    }

    .s5_3_con {
        margin-top: 50px;
    }

    .s5_3_con ul li {
        margin-bottom: 30px;
    }

    .s5_3_con ul li p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .s5_3_radio label {
        font-size: 14px;
    }

    .s5_3_radio label:first-child {
        margin-right: 30px;
    }

    .s5_3_radio label input {
        margin-right: 0;
        cursor: inherit;
    }

    .s5_3_input {
        width: 100%;
    }

    .s5_3_input input {
        height: 40px;
        font-size: 14px;
    }

    .s5_3_input input::placeholder,
    .s5_3_input textarea::placeholder {
        font-size: 14px;
    }

    .s5_3_input textarea {
        height: 200px;
        font-size: 14px;
    }

    .agree_inner {
        height: 150px;
        font-size: 12px;
        line-height: 20px;
    }

    .s5_3_agree label {
        margin-top: 10px;
        font-size: 12px;
    }

    .s5_3_agree label input {
        margin-right: 0;
        cursor: inherit;
    }
}





















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    .center {
        width: 1200px;
    }

    /* sub route */
    .sub_route .center {
        transform: translateX(0);
    }

}
