/* sub1_1 */

#pcOnly{
    display: flex;
}

#mOnly{
    display: none;
}


.sub_content .section1 {
    height: 80vh;
}

.sub_content .motion_txt {
    bottom: 60px;
}

.sub_content .show_t span {
    text-transform: uppercase;
}

.s1_1_contain {
    width: 100%;
    padding: 100px 0 350px;
}

.s1_1_contain .sub_center {
    position: relative;
}

.s1_1_txt {
    width: 100%;
}

p.sub_title {
    font-size: 58px;
    color: #111;
    /* font-family: 'Marcellus', serif; */
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}

.s1_1_txt span {
    width: max-content;
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 50px;
}

.s1_1_txt span strong{
    text-align: right;
    font-weight: normal;
    display: block;
}

span.s1_1_bgtxt {
    font-size: 300px;
    /* font-family: 'Marcellus', serif; */
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 50%;
    top: 150px;
    z-index: -1;
}


/* sub1_2_1 */
.s1_2_1_contain {
    width: 100%;
    padding: 100px 0 200px;
}

.s1_2_1_inner {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
}

.s1_2_1_img {
    width: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_2_1_img img {
    width: 100%;
}

.s1_2_1_content {
    width: 41%;
    margin-left: 9%;
}

.s1_2_1_content>p {
    /* font-size: 45px; */
    font-size: 32px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_2_1_content ul {
    width: 100%;
}

.s1_2_1_content ul li {
    width: 100%;
    padding: 50px 0;
}

.s1_2_1_content ul li:last-child {
    padding: 75px 0 0;
    border-top: 1px solid #000;
}

.s1_2_1_content ul li p {
    font-size: 26px;
    line-height: 38px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_2_1_content ul li img {
    display: block;
    /* margin: 35px 0 50px; */
}

.s1_2_1_content ul li span {
    font-size: 16px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    word-break: keep-all;
    margin: 35px 0 50px;
}


/* sub1_2_2 */
.s1_2_2_inner {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.s1_2_2_img {
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_2_2_img img {
    width: 100%;
}

.s1_2_2_txt {
    margin-left: 6.5%;
}

.s1_2_2_txt p {
    font-size: 55px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_2_2_txt span {
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 25px;
}

:root {
    --top-height: 80px;
}

.history-list {
    width: 100%;
    margin-top: 110px;
    display: flex;
}

.history-year {
    width: 22%;
    flex: 1;
    position: relative;
    padding-right: 75px;
    box-sizing: border-box;
}

#historyYear {
    width: 100%;
    display: block;
    position: sticky;
    top: calc(var(--top-height));
}

#historyYear .nav-link {
    text-align: right;
    width: 100%;
    position: absolute;
    top: 0;
    transition: 0.4s;
    pointer-events: none;
    font-size: 90px;
    color: #111;
    background: #fff;
    line-height: 1;
    font-family: 'Tenor Sans', sans-serif;
}

#historyYear .nav-link:not(.active) {
    opacity: 0;
}

#historyYear .nav-link.active {
    opacity: 1;
}

/* #historyYear .nav-link:first-child {
    opacity: 1 !important;
} */

.history-desc {
    width: 78%;
    position: relative;
    margin-top: 40px;
}

.history-desc::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
    height: 100%;
    background: #ccc;
}

.history-desc ul {
    position: relative;
    width: 100%;
    padding: 0 100px 0 130px;
    box-sizing: border-box;
}

.history-desc ul::before {
    content: "";
    position: absolute;
    top: 115px;
    left: -5px;
    background-color: #000;
    width: 10px;
    height: 10px;
}

.history-desc ul:first-child:before {
    top: 0;
}

.history-desc ul li {
    width: 100%;
    padding-top: 65px;
}

.history-desc ul li:first-child {
    border-top: 3px solid #000;
}

.history-desc ul:not(:first-child) {
    padding-top: 120px;
}

.history-desc ul#history1970 li p strong {
    font-size: 24px;
    line-height: normal;
}

.history-desc ul#history1980 li p strong,
.history-desc ul#history1990 li p strong,
.history-desc ul#history2019 li p strong,
.history-desc ul#history2020 li p strong {
    line-height: 45px;
}

.history-desc ul li p strong {
    font-size: 22px;
    line-height: 35px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
}

.history-desc ul li p span {
    font-size: 15px;
    line-height: 22px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    display: block;
    margin-top: 20px;
}

.history-desc ul#history1970 li img {
    margin-top: 55px;
}

.history-desc ul li img {
    display: block;
    margin-top: 30px;
    max-width: 100%;
}


/* sub1_3 */
.s1_3_contain {
    width: 100%;
    padding: 100px 0 200px;
}

.sub1_3_inner {
    width: 100%;
    margin-top: 50px;
}

.s1_3_mapbox {
    width: 1200px;
    max-width: 100%;
    height: 420px;
}

.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;
}

.sub1_3_inner ul {
    width: 100%;
    margin-top: 45px;
    display: flex;
}

.sub1_3_inner ul li {
    display: flex;
    align-items: center;
    margin-right: 120px;
}

.sub1_3_inner ul li strong {
    font-size: 22px;
    color: #111;
    /* font-family: 'Marcellus', serif; */
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
    margin-right: 5px;
}

.sub1_3_inner ul li span {
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* sub2 */
.sub_content2 .show_t span {
    text-transform: inherit;
}

.s2_contain {
    width: 100%;
    padding: 90px 0 200px;
}

.s2_contain .sub_center {
    width: 1100px;
}

.s2_txt {
    width: 100%;
    padding-left: 52%;
    box-sizing: border-box;
}

.s2_txt p {
    font-size: 17px;
    line-height: 31px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s2_contain ul {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.s2_contain ul li {
    width: 48%;
    cursor: pointer;
    transition: transform .5s ease;
}

.s2_contain ul li:hover {
    transform: translateY(-50px);
}

.s2_img {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .5s;
}

.s2_img img {
    width: 100%;
}

.s2_contain ul li:hover .s2_img {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3);
}

.s2_contain ul li p {
    margin-top: 15px;
    font-size: 36px;
    color: #111;
    /* font-family: 'Marcellus', serif; */
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
    transition: color .3s, transform .7s;
}

.s2_contain ul li:hover p {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.s2_contain ul li:nth-child(2n-1) {
    float: left;
}

.s2_contain ul li:nth-child(2n) {
    float: right;
}

.s2_contain ul li:first-child {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.s2_contain ul li:first-child .s2_img {
    width: 83%;
}

.s2_contain ul li:first-child p {
    width: 100%;
}

.s2_contain ul li:first-child:hover p {
    transform: translate(40px, -80px);
}

.s2_contain ul li:nth-child(2) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24%;
}

.s2_contain ul li:nth-child(2) .s2_img {
    width: 83%;
}

.s2_contain ul li:nth-child(2) p {
    width: 83%;
    text-align: right;
}

.s2_contain ul li:nth-child(2):hover p {
    transform: translate(40px, -80px);
}

.s2_contain ul li:nth-child(3) {
    margin-top: 19%;
}

.s2_contain ul li:nth-child(3) .s2_img {
    width: 100%;
}

.s2_contain ul li:nth-child(3) p {
    width: 100%;
}

.s2_contain ul li:nth-child(3):hover p {
    transform: translate(-40px, -80px);
}

.s2_contain ul li:nth-child(4) {
    margin-top: 20%;
}

.s2_contain ul li:nth-child(4) .s2_img {
    width: 100%;
}

.s2_contain ul li:nth-child(4) p {
    text-align: right;
}

.s2_contain ul li:nth-child(4):hover p {
    transform: translate(40px, -80px);
}

.s2_contain ul li:last-child {
    margin-top: 12%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.s2_contain ul li:last-child .s2_img {
    width: 83%;
}

.s2_contain ul li:last-child p {
    width: 83%;
}

.s2_contain ul li:last-child:hover p {
    transform: translate(-40px, -80px);
}


/* sub2_1 */
.s2_pd_contain {
    width: 100%;
    padding: 100px 0 110px;
}

.s2_pd_contain .sub_center {
    width: 1100px;
}

.s2_pd_contain ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.s2_pd_contain ul li {
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 90px;
    cursor: pointer;
}

.s2_pd_contain ul li:nth-child(3n) {
    margin-right: 0;
}

.pd_thumb {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.pd_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s;
}

.s2_pd_contain ul li:hover .pd_thumb img {
    transform: scale(1.2);
}

.pd_txt {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pd_txt p {
    font-size: 18px;
    color: #111;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.pd_txt i {
    font-size: 25px;
    transform: translateX(-20px);
    opacity: 0;
    transition: opacity .3s, transform .5s;
}

.s2_pd_contain ul li:hover .pd_txt i {
    transform: translateX(0);
    opacity: 1;
}


/* sub2_d */
.show_t3 span {
    font-size: 48px;
    transform: translateY(50px);
    animation: show_txt .8s ease forwards;
}

.show_t4 span {
    font-size: 83px;
    transform: translateY(100px);
    animation: show_txt 1s .5s ease forwards;
}

.s2_detail_contain {
    width: 100%;
    padding: 100px 0 200px;
}

.s2_detail_contain .sub_center {
    width: 1100px;
}

.detail_box:not(:first-child) {
    width: 100%;
    margin-top: 120px;
}

.detail_box>p {
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 15px;
}

ul.detail_ul1 {
    width: 100%;
    border-top: 2px solid #000;
}

ul.detail_ul1 li {
    width: 100%;
    padding: 45px 0 55px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: baseline;
}

ul.detail_ul1 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.d_title {
    width: 15%;
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.d_con {
    width: 85%;
    font-size: 15px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.detail_box table {
    width: 100%;
    border-top: 2px solid #000;
    border-collapse: collapse;
}

.detail_box table th {
    width: 33.33%;
    font-weight: normal;
    border-bottom: 1px solid #000;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    padding: 17px 0;
}

.detail_box table td {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    padding: 25px 0;
}

.detail_box table td:last-child {
    border-right: 0;
}

.detail_guide {
    width: 100%;
    margin-top: 45px;
}

.detail_guide p {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.detail_guide p i {
    color: #bbb;
    margin-right: 7px;
    font-size: 20px;
}

.detail_guide span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #777;
    font-family: 'Pretendard-Light', sans-serif;
}

ul.detail_ul2 {
    width: 100%;
    padding: 50px 50px 0;
    box-sizing: border-box;
    border-top: 2px solid #000;
    display: inline-block;
}

ul.detail_ul2 li {
    width: 22%;
    height: 240px;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
}

ul.detail_ul2 li:nth-child(4n) {
    margin-right: 0;
}

ul.detail_ul2 li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.detail_ul2 li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_btn {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.list_btn a {
    width: 165px;
    height: 55px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    transition: background-color .3s;
}

.list_btn a:hover {
    color: #fff;
    background-color: #000;
}


/* sub3_1 */
.s3_1_contain {
    width: 100%;
    padding: 150px 0 200px;
}

.s3_1_contain .sub_center {
    width: 1100px;
}

.s3_1_contain p.sub_title {
    text-align: center;
    font-size: 68px;
}

.s3_search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.s3_search_box {
    width: 230px;
    height: 45px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s3_search_box input {
    width: 85%;
    height: 100%;
    border: 0;
}

.s3_search_box i {
    font-size: 24px;
    color: #111;
    cursor: pointer;
}

.s3_1_contain ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.s3_1_contain ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 60px;
}

.s3_1_contain ul li:nth-child(3n) {
    margin-right: 0;
}

.category_thumb {
    width: 100%;
    height: 440px;
    position: relative;
    cursor: pointer;
}

.category_thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.s3_1_contain ul li:hover .download {
    opacity: 1;
    visibility: visible;
}

.download span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 8px;
}

.s3_1_contain ul li p {
    text-align: center;
    margin-top: 25px;
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.page_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.page_btn a {
    font-size: 16px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
    margin: 0 17px;
}

.page_btn a.arrow_btn {
    color: #111;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.page_btn a.page_num {
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    border-bottom: 2px solid #000;
    padding: 0 3px;
}


/* sub3_2 */
.gallery_img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    cursor: pointer;
}

.gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.gallery_img:hover img {
    transform: scale(1.15);
}

.s3_2_contain ul li p {
    text-align: left;
    margin-top: 15px;
}


/* sub3_2_d */
.gallery_detail {
    width: 100%;
    margin-top: 90px;
}

.gd_top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

.gd_top p {
    width: 90%;
    font-size: 28px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.upload {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.gd_content {
    width: 100%;
    padding: 70px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.gd_content img {
    max-width: 100%;
}

.gd_content span {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 50px;
}

.gd_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.gd_bottom .list_btn {
    width: auto;
    margin-top: 0;
}

.page_arrow {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.page_arrow i {
    color: #111;
    font-size: 16px;
}

.page_arrow span {
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.prev i {
    margin-right: 15px;
    transform: translateX(5px);
}

.next i {
    margin-left: 15px;
    transform: translateX(-5px);
}

.prev:hover i {
    animation: arrow_prev infinite .5s ease-in;
}

@keyframes arrow_prev {
    0% {
        transform: translateX(5px);
    }

    30% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}

.next:hover i {
    animation: arrow_next infinite .5s ease-in;
}

@keyframes arrow_next {
    0% {
        transform: translateX(-5px);
    }

    30% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-5px);
    }
}


/* sub4 */
.s4_contain {
    width: 100%;
    padding: 90px 0 200px 5%;
    box-sizing: border-box;
}

.s4_content {
    width: 100%;
}

.s4_content>p {
    font-size: 68px;
    color: #111;
    /* font-family: 'Marcellus', serif; */
    font-family: 'Nanum Myeongjo', serif;
    font-weight: bold;
}

.s4_content1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact_box {
    width: 65%;
    margin-top: 10px;
}

.contact_box ul {
    width: 640px;
}

.contact_box ul li {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin-bottom: 40px;
    position: relative;
}

.contact_box ul li:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: -2px;
    transition: width .5s;
}

.contact_box ul li.on:after {
    width: 100%;
}

.contact_box ul li input {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    border: 0;
}

.contact_box ul li textarea {
    width: 100%;
    height: 150px;
    padding: 0;
    font-size: 15px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    border: 0;
}

.contact_box ul li input::placeholder,
.contact_box ul li textarea::placeholder {
    font-size: 15px;
    color: #c2c2c2;
    font-family: 'Pretendard-Light', sans-serif;
}

.s4_content2 {
    margin-top: 120px;
}

.agree {
    display: flex;
    align-items: center;
}

.check {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.check i {
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
}

.check.on {
    border: 0;
    background-color: #000;
}

.check.on i {
    color: #fff;
}

.agree p {
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

.agree p span {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

input.contact_btn {
    width: 640px;
    height: 60px;
    border: 1px solid #000;
    background-color: #fff;
    margin-top: 40px;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    transition: background-color .3s;
}

input.contact_btn:hover {
    color: #fff;
    background-color: #000;
}

.shop_box {
    width: 100%;
    margin-top: 40px;
    display: table;
}

.shop_tab {
    width: 35%;
    float: left;
    margin-top: 40px;
}

.shop_tab ul {
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
}

.shop_tab ul li {
    width: 100%;
    padding: 38px 0;
    border-top: 2px solid #e1e1e1;
    position: relative;
    cursor: pointer;
}

.shop_tab ul li:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 2px;
    background-color: #000;
    top: -2px;
    left: 0;
    transition: width .5s;
    z-index: 2;
}

.shop_tab ul li.on:after {
    width: 105%;
}

.shop_tab ul li>p {
    font-size: 22px;
    color: #999;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.shop_tab ul li.on>p {
    font-size: 30px;
    color: #111;
}

.tab_inner {
    width: 100%;
    margin-top: 35px;
    display: none;
}

.shop_tab ul li.on .tab_inner {
    display: block;
}

.tab_inner p {
    width: 100%;
    display: flex;
    align-items: center;
}

.tab_inner p span {
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-left: 10px;
}

.tab_inner p:first-child {
    margin-bottom: 0;
}

.tab_inner p{
    margin-top: 13px;
}

.tab_inner p i{
    font-size: 20px;
    margin: 0 5px 0 3px;
}

.shop_tabcon {
    float: right;
    width: 65%;
    height: 0;
    overflow: hidden;
}

.shop_tabcon_on {
    height: 100%;
}

.shop_map {
    width: 100%;
    height: 640px;
}


/* privacypolicy */
.privacypolicy_contain {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacypolicy_contain p.sub_title {
    text-align: center;
}

.privacypolicy_detail {
    width: 100%;
    margin-top: 80px;
}

.privacypolicy_detail .sub_center {
    width: 1000px;
    font-size: 17px;
    line-height: 29px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}


/* search_result */
.sr_contain {
    padding: 150px 0;
}

.sr_contain p.sub_title {
    text-align: center;
    font-size: 68px;
}

.search_box2 {
    width: 100%;
    height: 65px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 60px 0 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_box2 i.xi-search {
    font-size: 33px;
    color: #111;
}

.search_box2 i.xi-close {
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.search_box2 input {
    width: 90%;
    height: 100%;
    padding: 0;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    border: 0;
}

.list_none {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list_none i {
    font-size: 88px;
    color: #e2e2e2;
}

.list_none span {
    font-size: 18px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-top: 8px;
    display: block;
}






































/* mobile */
@media screen and (max-width: 767px) {

    #pcOnly{
        display: none !important;
    }

    #mOnly{
        display: flex!important;
    }

    /* sub1_1 */
    .sub_content .section1 {
        height: 35vh;
    }

    .sub_content .section1 img{
        animation: none;
    }

    .sub_content .motion_txt {
        bottom: 20px;
    }

    .s1_1_contain {
        padding: 50px 0 150px;
    }

    p.sub_title {
        font-size: 30px;
    }

    .s1_1_txt span {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
        word-break: keep-all;
    }

    .s1_1_txt span br.m_none{
        display: none;
    }

    .s1_1_txt span br.m_none {
        display: none;
    }

    span.s1_1_bgtxt {
        font-size: 25vw;
        left: 40%;
        top: auto;
        bottom: -70px;
    }


    /* sub1_2_1 */
    .s1_2_1_contain {
        padding: 50px 0 100px;
    }

    .s1_2_1_inner {
        margin-top: 20px;
        flex-direction: column;
    }

    .s1_2_1_img {
        width: 100%;
        height: 230px;
    }

    .s1_2_1_img img {
        height: 100%;
        object-fit: cover;
    }

    .s1_2_1_content {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .s1_2_1_content>p {
        font-size: 20px;
    }

    .s1_2_1_content ul li {
        padding: 30px 0;
    }

    .s1_2_1_content ul li:last-child {
        padding: 30px 0 0;
    }

    .s1_2_1_content ul li p {
        font-size: 16px;
        line-height: 25px;
    }

    .s1_2_1_content ul li img {
        max-width: 100%;
        /* margin: 20px 0 25px; */
    }

    .s1_2_1_content ul li span {
        font-size: 12px;
        line-height: 18px;
        margin: 20px 0 25px;
    }

    .s1_2_1_content ul li span br.m_none{
        display: none;
    }


    /* sub1_2_2 */
    .s1_2_2_inner {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .s1_2_2_img {
        width: 65%;
    }

    .s1_2_2_txt {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .s1_2_2_txt p {
        font-size: 20px;
    }

    .s1_2_2_txt span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s1_2_2_txt span br {
        display: none;
    }

    :root {
        --top-height: 80px;
    }

    .history-list {
        margin-top: 50px;
    }

    .history-year {
        width: 22%;
        padding-right: 75px;
    }

    #historyYear .nav-link {
        font-size: 30px;
    }

    .history-desc {
        width: 78%;
        margin-top: 15px;
    }

    .history-desc ul {
        padding: 0 0 0 20px;
    }

    .history-desc ul::before {
        top: 100px;
        left: -2.5px;
        width: 5px;
        height: 5px;
    }

    .history-desc ul li {
        padding-top: 30px;
    }

    .history-desc ul li:first-child {
        border-top: 1px solid #000;
    }

    .history-desc ul:not(:first-child) {
        padding-top: 100px;
    }

    .history-desc ul#history1970 li p strong {
        font-size: 16px;
    }

    .history-desc ul#history1980 li p strong,
    .history-desc ul#history1990 li p strong,
    .history-desc ul#history2019 li p strong,
    .history-desc ul#history2020 li p strong {
        line-height: 25px;
    }

    .history-desc ul li p strong {
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .history-desc ul li p span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .history-desc ul li p span br {
        display: none;
    }

    .history-desc ul#history1970 li img {
        margin-top: 20px;
    }

    .history-desc ul li img {
        margin-top: 15px;
    }


    /* sub1_3 */
    .s1_3_contain {
        padding: 50px 0 100px;
    }

    .sub1_3_inner {
        margin-top: 20px;
    }

    .s1_3_mapbox {
        width: 100%;
        height: 250px;
    }

    .sub1_3_inner ul {
        margin-top: 30px;
        display: block;
    }

    .sub1_3_inner ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .sub1_3_inner ul li:last-child {
        margin-bottom: 0;
    }

    .sub1_3_inner ul li strong {
        font-size: 16px;
    }

    .sub1_3_inner ul li span {
        font-size: 14px;
    }


    /* sub2 */
    .s2_contain {
        padding: 50px 0 100px;
    }

    .s2_contain .sub_center {
        width: 90%;
    }

    .s2_txt {
        padding-left: 0;
    }

    .s2_txt p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s2_txt p br {
        display: none;
    }

    .s2_contain ul li {
        cursor: inherit;
        transition: none;
    }

    .s2_contain ul li:hover {
        transform: none;
    }

    .s2_img {
        transition: none;
    }

    .s2_contain ul li:hover .s2_img {
        box-shadow: none;
    }

    .s2_contain ul li p {
        margin-top: 5px;
        font-size: 14px;
        transition: 0;
    }

    .s2_contain ul li:hover p {
        color: #111;
        text-shadow: none;
    }

    .s2_contain ul li:first-child:hover p {
        transform: none;
    }

    .s2_contain ul li:nth-child(2) {
        margin-top: 20%;
    }

    .s2_contain ul li:nth-child(2):hover p {
        transform: none;
    }

    .s2_contain ul li:nth-child(3) {
        margin-top: 13%;
    }

    .s2_contain ul li:nth-child(3):hover p {
        transform: none;
    }

    .s2_contain ul li:nth-child(4) {
        margin-top: 18%;
    }

    .s2_contain ul li:nth-child(4):hover p {
        transform: none;
    }

    .s2_contain ul li:last-child {
        margin-top: 12%;
    }

    .s2_contain ul li:last-child:hover p {
        transform: none;
    }


    /* sub2_1 */
    .s2_pd_contain {
        padding: 50px 0 100px;
    }

    .s2_pd_contain .sub_center {
        width: 90%;
    }

    .s2_pd_contain ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 40px;
        cursor: inherit;
    }

    .s2_pd_contain ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .s2_pd_contain ul li:nth-child(2n) {
        margin-right: 0;
    }

    .pd_thumb {
        height: 200px;
    }

    .pd_thumb img {
        transition: none;
    }

    .s2_pd_contain ul li:hover .pd_thumb img {
        transform: none;
    }

    .pd_txt {
        padding: 15px 5px;
        box-sizing: border-box;
        align-items: flex-end;
        flex-direction: column;
    }

    .pd_txt p {
        width: 100%;
        font-size: 12px;
    }

    .pd_txt i {
        font-size: 16px;
        transform: translateX(0);
        opacity: 1;
        transition: none;
        margin-top: 7px;
    }

    .s2_pd_contain ul li:hover .pd_txt i {
        transform: none;
    }


    /* sub2_d */
    .show_t3 span {
        font-size: 20px;
    }

    .show_t4 span {
        font-size: 30px;
    }

    .s2_detail_contain {
        padding: 50px 0 100px;
    }

    .s2_detail_contain .sub_center {
        width: 90%;
    }

    .detail_box:not(:first-child) {
        margin-top: 60px;
    }

    .detail_box>p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    ul.detail_ul1 {
        width: 100%;
        border-top: 1px solid #000;
    }

    ul.detail_ul1 li {
        padding: 20px 0 30px;
        display: block;
    }

    .d_title {
        width: 100%;
        font-size: 14px;
    }

    .d_con {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .d_con br {
        display: none;
    }

    .detail_box table {
        border-top: 1px solid #000;
    }

    .detail_box table th {
        font-size: 14px;
        padding: 10px 0;
    }

    .detail_box table td {
        font-size: 12px;
        padding: 15px 0;
    }

    .detail_guide {
        margin-top: 20px;
    }

    .detail_guide p {
        font-size: 14px;
    }

    .detail_guide p i {
        margin-right: 5px;
        font-size: 18px;
    }

    .detail_guide span {
        margin-top: 8px;
        font-size: 12px;
        line-height: 20px;
    }

    ul.detail_ul2 {
        padding: 20px 10px 0;
        border-top: 1px solid #000;
    }

    ul.detail_ul2 li {
        width: 32%;
        height: 100px;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    ul.detail_ul2 li:nth-child(4n) {
        margin-right: 2%;
    }

    ul.detail_ul2 li:nth-child(3n) {
        margin-right: 0;
    }

    .list_btn {
        margin-top: 30px;
    }

    .list_btn a {
        width: 120px;
        height: 35px;
        font-size: 14px;
        transition: none;
    }

    .list_btn a:hover {
        color: #111;
        background-color: transparent;
    }


    /* sub3_1 */
    .s3_1_contain {
        padding: 70px 0 100px;
    }

    .s3_1_contain .sub_center {
        width: 90%;
    }

    .s3_1_contain p.sub_title {
        font-size: 30px;
    }

    .s3_search {
        margin-top: 30px;
    }

    .s3_search_box {
        width: 100%;
        height: 35px;
    }

    .s3_search_box input {
        width: 90%;
    }

    .s3_search_box i {
        font-size: 20px;
        cursor: inherit;
    }

    .s3_1_contain ul {
        margin-top: 20px;
    }

    .s3_1_contain ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .s3_1_contain ul li:nth-child(3n){
        margin-right: 4%;
    }

    .s3_1_contain ul li:nth-child(2n){
        margin-right: 0;
    }

    .category_thumb {
        height: 200px;
        cursor: inherit;
    }

    .download {
        width: 35px;
        height: 35px;
        opacity: 1;
        visibility: visible;
        transition: none;
        transform: none;
        top: 10px;
        right: 10px;
        left: auto;
    }

    .download span {
        display: none;
    }

    .download img {
        width: 15px;
    }

    .s3_1_contain ul li p {
        margin-top: 10px;
        font-size: 12px;
    }

    .page_btn a {
        font-size: 14px;
        margin: 0 10px;
    }


    /* sub3_2 */
    .gallery_img {
        height: 130px;
        cursor: inherit;
    }

    .gallery_img img {
        transition: none;
    }

    .gallery_img:hover img {
        transform: none;
    }

    .s3_2_contain ul li p {
        margin-top: 10px;
    }


    /* sub3_2_d */
    .gallery_detail {
        margin-top: 50px;
    }

    .gd_top {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }

    .gd_top p {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .upload {
        font-size: 12px;
        margin-top: 5px;
    }

    .gd_content {
        padding: 30px 0;
    }

    .gd_content span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }

    .gd_bottom {
        margin-top: 20px;
    }

    .page_arrow {
        cursor: inherit;
    }

    .page_arrow i {
        font-size: 12px;
    }

    .page_arrow span {
        font-size: 12px;
    }

    .prev i {
        margin-right: 5px;
        transform: none;
    }

    .next i {
        margin-left: 5px;
        transform: none;
    }

    .prev:hover i {
        animation: none;
    }

    .next:hover i {
        animation: none;
    }


    /* sub4 */
    .s4_contain {
        padding: 50px 0 100px;
    }

    .s4_content {
        width: 90%;
        margin: 0 auto;
    }

    .s4_content>p {
        font-size: 30px;
    }

    .s4_content1 {
        display: block;
    }

    .contact_box {
        width: 100%;
        margin-top: 20px;
    }

    .contact_box ul {
        width: 100%;
    }

    .contact_box ul li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .contact_box ul li:after {
        height: 1px;
        bottom: -1px;
    }

    .contact_box ul li.on:after {
        width: 100%;
    }

    .contact_box ul li input {
        height: 24px;
        font-size: 12px;
    }

    .contact_box ul li textarea {
        height: 100px;
        font-size: 12px;
    }

    .contact_box ul li input::placeholder,
    .contact_box ul li textarea::placeholder {
        font-size: 12px;
    }

    .s4_content2 {
        margin-top: 60px;
    }

    .check {
        cursor: inherit;
    }

    .agree p {
        font-size: 12px;
        cursor: inherit;
    }

    input.contact_btn {
        width: 100%;
        height: 40px;
        margin-top: 30px;
        font-size: 14px;
        transition: none;
    }

    input.contact_btn:hover {
        color: #111;
        background-color: transparent;
    }

    .shop_box {
        margin-top: 20px;
        display: inline-block;
    }

    .shop_tab {
        width: 100%;
        margin-top: 0;
    }

    .shop_tab ul {
        border-bottom: 1px solid #e1e1e1;
    }

    .shop_tab ul li {
        padding: 17px 0;
        border-top: 1px solid #e1e1e1;
        cursor: inherit;
    }

    .shop_tab ul li:after {
        height: 1px;
        top: -1px;
        transition: width .5s;
    }

    .shop_tab ul li.on:after {
        width: 100%;
    }

    .shop_tab ul li>p {
        font-size: 16px;
    }

    .shop_tab ul li.on>p {
        font-size: 18px;
    }

    .tab_inner {
        margin-top: 15px;
    }

    .tab_inner p span {
        font-size: 12px;
        margin-left: 5px;
    }

    .tab_inner p img {
        width: 15px;
    }

    .tab_inner p:first-child {
        margin-bottom: 0;
    }

    .tab_inner p{
        margin-bottom: 10px;
    }

    .tab_inner p i{
        font-size: 14px;
        margin: 0 5px 0 0;
    }

    .shop_tabcon {
        width: 100%;
    }

    .shop_map {
        height: 250px;
    }


    /* privacypolicy */
    .privacypolicy_contain {
        height: auto;
        padding: 70px 0 100px;
    }

    .privacypolicy_detail {
        margin-top: 50px;
    }

    .privacypolicy_detail .sub_center {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }


    /* search_result */
    .sr_contain {
        padding: 70px 0 100px;
    }

    .sr_contain p.sub_title {
        font-size: 30px;
    }

    .search_box2 {
        height: 40px;
        margin: 30px 0 40px;
        padding: 0 15px;
    }

    .search_box2 i.xi-search {
        font-size: 20px;
    }

    .search_box2 i.xi-close {
        font-size: 16px;
        cursor: inherit;
    }

    .search_box2 input {
        width: 80%;
        font-size: 14px;
    }

    .list_none {
        height: calc(100vh - 598px);
    }

    .list_none i {
        font-size: 50px;
    }

    .list_none span {
        font-size: 14px;
        margin-top: 5px;
    }

}


































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    #pcOnly{
        display: none !important;
    }

    #mOnly{
        display: flex!important;
    }

    /* sub1_1 */
    .sub_content .section1 {
        height: 35vh;
    }

    .sub_content .motion_txt {
        bottom: 20px;
    }

    .s1_1_contain {
        padding: 50px 0 150px;
    }

    p.sub_title {
        font-size: 30px;
    }

    .s1_1_txt span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
        word-break: keep-all;
    }

    span.s1_1_bgtxt {
        font-size: 20vw;
        left: auto;
        right: -10%;
        top: auto;
        bottom: -100px;
    }


    /* sub1_2_1 */
    .s1_2_1_contain {
        padding: 50px 0 100px;
    }

    .s1_2_1_inner {
        margin-top: 30px;
    }

    .s1_2_1_img {
        width: 30%;
    }

    .s1_2_1_content {
        width: 65%;
        margin-left: 5%;
    }

    .s1_2_1_content>p {
        font-size: 22px;
    }

    .s1_2_1_content ul li {
        padding: 30px 0;
    }

    .s1_2_1_content ul li:last-child {
        padding: 30px 0 0;
    }

    .s1_2_1_content ul li p {
        font-size: 18px;
        line-height: 28px;
    }

    .s1_2_1_content ul li img {
        max-width: 70%;
        /* margin: 20px 0 30px; */
    }

    .s1_2_1_content ul li span {
        font-size: 12px;
        line-height: 18px;
        margin: 20px 0 30px;
    }


    /* sub1_2_2 */
    .s1_2_2_inner {
        margin-top: 30px;
    }

    .s1_2_2_img {
        width: 25%;
    }

    .s1_2_2_txt {
        width: 50%;
        margin-left: 5%;
    }

    .s1_2_2_txt p {
        font-size: 20px;
    }

    .s1_2_2_txt span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s1_2_2_txt span br {
        display: none;
    }

    :root {
        --top-height: 80px;
    }

    .history-list {
        margin-top: 50px;
    }

    .history-year {
        width: 22%;
        padding-right: 75px;
    }

    #historyYear .nav-link {
        font-size: 30px;
    }

    .history-desc {
        width: 78%;
        margin-top: 15px;
    }

    .history-desc ul {
        padding: 0 0 0 40px;
    }

    .history-desc ul::before {
        top: 100px;
        left: -2.5px;
        width: 5px;
        height: 5px;
    }

    .history-desc ul li {
        padding-top: 30px;
    }

    .history-desc ul li:first-child {
        border-top: 1px solid #000;
    }

    .history-desc ul:not(:first-child) {
        padding-top: 100px;
    }

    .history-desc ul#history1970 li p strong {
        font-size: 16px;
    }

    .history-desc ul#history1980 li p strong,
    .history-desc ul#history1990 li p strong,
    .history-desc ul#history2019 li p strong,
    .history-desc ul#history2020 li p strong {
        line-height: 25px;
    }

    .history-desc ul li p strong {
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    .history-desc ul li p span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .history-desc ul li p span br {
        display: none;
    }

    .history-desc ul#history1970 li img {
        margin-top: 20px;
    }

    .history-desc ul li img {
        margin-top: 15px;
        max-width: 55%;
    }


    /* sub1_3 */
    .s1_3_contain {
        padding: 50px 0 100px;
    }

    .sub1_3_inner {
        margin-top: 30px;
    }

    .s1_3_mapbox {
        width: 100%;
        height: 300px;
    }

    .sub1_3_inner ul {
        margin-top: 20px;
        justify-content: space-between;
    }

    .sub1_3_inner ul li {
        margin-right: 0;
    }

    .sub1_3_inner ul li:last-child {
        margin-bottom: 0;
    }

    .sub1_3_inner ul li strong {
        font-size: 16px;
    }

    .sub1_3_inner ul li span {
        font-size: 14px;
    }


    /* sub2 */
    .s2_contain {
        padding: 50px 0 100px;
    }

    .s2_contain .sub_center {
        width: 90%;
    }

    .s2_txt p {
        font-size: 12px;
        line-height: 18px;
    }

    .s2_contain ul {
        width: 80%;
        display: table;
        margin: 30px auto 0;
    }

    .s2_contain ul li {
        cursor: inherit;
        transition: none;
    }

    .s2_contain ul li:hover {
        transform: none;
    }

    .s2_img {
        transition: none;
    }

    .s2_contain ul li:hover .s2_img {
        box-shadow: none;
    }

    .s2_contain ul li p {
        margin-top: 10px;
        font-size: 18px;
        transition: 0;
    }

    .s2_contain ul li:hover p {
        color: #111;
        text-shadow: none;
    }

    .s2_contain ul li:first-child:hover p {
        transform: none;
    }

    .s2_contain ul li:nth-child(2) {
        margin-top: 20%;
    }

    .s2_contain ul li:nth-child(2):hover p {
        transform: none;
    }

    .s2_contain ul li:nth-child(3) {
        margin-top: 13%;
    }

    .s2_contain ul li:nth-child(3):hover p {
        transform: none;
    }

    .s2_contain ul li:nth-child(4) {
        margin-top: 18%;
    }

    .s2_contain ul li:nth-child(4):hover p {
        transform: none;
    }

    .s2_contain ul li:last-child {
        margin-top: 12%;
    }

    .s2_contain ul li:last-child:hover p {
        transform: none;
    }


    /* sub2_1 */
    .s2_pd_contain {
        padding: 50px 0 100px;
    }

    .s2_pd_contain .sub_center {
        width: 90%;
    }

    .s2_pd_contain ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px;
        cursor: inherit;
    }

    .pd_thumb {
        height: 270px;
    }

    .pd_thumb img {
        transition: none;
    }

    .s2_pd_contain ul li:hover .pd_thumb img {
        transform: none;
    }

    .pd_txt {
        padding: 15px 5px;
        box-sizing: border-box;
    }

    .pd_txt p {
        width: 100%;
        font-size: 12px;
    }

    .pd_txt i {
        font-size: 16px;
        transform: translateX(0);
        opacity: 1;
        transition: none;
    }

    .s2_pd_contain ul li:hover .pd_txt i {
        transform: none;
    }


    /* sub2_d */
    .show_t3 span {
        font-size: 20px;
    }

    .show_t4 span {
        font-size: 30px;
    }

    .s2_detail_contain {
        padding: 50px 0 100px;
    }

    .s2_detail_contain .sub_center {
        width: 90%;
    }

    .detail_box:not(:first-child) {
        margin-top: 60px;
    }

    .detail_box>p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    ul.detail_ul1 {
        width: 100%;
        border-top: 1px solid #000;
    }

    ul.detail_ul1 li {
        padding: 20px 0 30px;
    }

    .d_title {
        font-size: 14px;
    }

    .d_con {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .d_con br {
        display: none;
    }

    .detail_box table {
        border-top: 1px solid #000;
    }

    .detail_box table th {
        font-size: 14px;
        padding: 10px 0;
    }

    .detail_box table td {
        font-size: 12px;
        padding: 15px 0;
    }

    .detail_guide {
        margin-top: 20px;
    }

    .detail_guide p {
        font-size: 14px;
    }

    .detail_guide p i {
        margin-right: 5px;
        font-size: 18px;
    }

    .detail_guide span {
        margin-top: 8px;
        font-size: 12px;
        line-height: 20px;
    }

    ul.detail_ul2 {
        padding: 30px 20px 0;
        border-top: 1px solid #000;
    }

    ul.detail_ul2 li {
        height: 150px;
        margin-bottom: 30px;
    }

    .list_btn {
        margin-top: 30px;
    }

    .list_btn a {
        width: 120px;
        height: 35px;
        font-size: 14px;
        transition: none;
    }

    .list_btn a:hover {
        color: #111;
        background-color: transparent;
    }


    /* sub3_1 */
    .s3_1_contain {
        padding: 70px 0 100px;
    }

    .s3_1_contain .sub_center {
        width: 90%;
    }

    .s3_1_contain p.sub_title {
        font-size: 30px;
    }

    .s3_search {
        margin-top: 30px;
    }

    .s3_search_box {
        width: 100%;
        height: 35px;
    }

    .s3_search_box input {
        width: 90%;
    }

    .s3_search_box i {
        font-size: 20px;
        cursor: inherit;
    }

    .s3_1_contain ul {
        margin-top: 20px;
    }

    .s3_1_contain ul li {
        margin-bottom: 30px;
    }

    .category_thumb {
        height: 250px;
        cursor: inherit;
    }

    .download {
        width: 35px;
        height: 35px;
        opacity: 1;
        visibility: visible;
        transition: none;
        transform: none;
        top: 10px;
        right: 10px;
        left: auto;
    }

    .download span {
        display: none;
    }

    .download img {
        width: 15px;
    }

    .s3_1_contain ul li p {
        margin-top: 10px;
        font-size: 14px;
    }

    .page_btn a {
        font-size: 14px;
        margin: 0 10px;
    }


    /* sub3_2 */
    .gallery_img {
        height: 170px;
        cursor: inherit;
    }

    .gallery_img img {
        transition: none;
    }

    .gallery_img:hover img {
        transform: none;
    }

    .s3_2_contain ul li p {
        margin-top: 10px;
    }


    /* sub3_2_d */
    .gallery_detail {
        margin-top: 50px;
    }

    .gd_top {
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }

    .gd_top p {
        font-size: 16px;
        line-height: 25px;
    }

    .upload {
        font-size: 12px;
    }

    .gd_content {
        padding: 30px 0;
    }

    .gd_content span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }

    .gd_bottom {
        margin-top: 20px;
    }

    .page_arrow {
        cursor: inherit;
    }

    .page_arrow i {
        font-size: 12px;
    }

    .page_arrow span {
        font-size: 12px;
    }

    .prev i {
        margin-right: 5px;
        transform: none;
    }

    .next i {
        margin-left: 5px;
        transform: none;
    }

    .prev:hover i {
        animation: none;
    }

    .next:hover i {
        animation: none;
    }


    /* sub4 */
    .s4_contain {
        padding: 50px 0 100px 5%;
    }

    .s4_content>p {
        font-size: 30px;
    }

    .contact_box {
        width: 75%;
        margin-top: 0;
    }

    .contact_box ul {
        width: 90%;
    }

    .contact_box ul li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 35px;
    }

    .contact_box ul li:after {
        height: 1px;
        bottom: -1px;
    }

    .contact_box ul li input {
        height: 35px;
        font-size: 12px;
    }

    .contact_box ul li textarea {
        height: 100px;
        font-size: 12px;
    }

    .contact_box ul li input::placeholder,
    .contact_box ul li textarea::placeholder {
        font-size: 12px;
    }

    .s4_content2 {
        margin-top: 60px;
    }

    .check {
        cursor: inherit;
    }

    .agree p {
        font-size: 12px;
        cursor: inherit;
    }

    input.contact_btn {
        width: 90%;
        height: 40px;
        font-size: 14px;
        transition: none;
    }

    input.contact_btn:hover {
        color: #111;
        background-color: transparent;
    }

    .shop_box {
        margin-top: 30px;
    }

    .shop_tab {
        margin-top: 20px;
    }

    .shop_tab ul {
        border-bottom: 1px solid #e1e1e1;
    }

    .shop_tab ul li {
        padding: 20px 0;
        border-top: 1px solid #e1e1e1;
        cursor: inherit;
    }

    .shop_tab ul li:after {
        height: 1px;
        top: -1px;
    }

    .shop_tab ul li>p {
        font-size: 18px;
    }

    .shop_tab ul li.on>p {
        font-size: 20px;
    }

    .tab_inner {
        margin-top: 15px;
    }

    .tab_inner p span {
        font-size: 14px;
        margin-left: 5px;
    }

    .tab_inner p img {
        width: 20px;
    }

    .tab_inner p:first-child {
        margin-bottom: 10px;
    }

    .tab_inner p i{
        font-size: 16px;
        margin: 0 5px 0 2px;
    }

    .shop_map {
        height: 350px;
    }


    /* privacypolicy */
    .privacypolicy_contain {
        height: calc(100vh - 365px);
    }

    .privacypolicy_detail {
        margin-top: 60px;
    }

    .privacypolicy_detail .sub_center {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }



    /* search_result */
    .sr_contain {
        padding: 70px 0 100px;
    }

    .sr_contain p.sub_title {
        font-size: 30px;
    }

    .search_box2 {
        height: 40px;
        margin: 30px 0 40px;
        padding: 0 15px;
    }

    .search_box2 i.xi-search {
        font-size: 20px;
    }

    .search_box2 i.xi-close {
        font-size: 16px;
        cursor: inherit;
    }

    .search_box2 input {
        width: 80%;
        font-size: 14px;
    }

    .list_none {
        height: calc(100vh - 680px);
    }

    .list_none i {
        font-size: 50px;
    }

    .list_none span {
        font-size: 14px;
        margin-top: 5px;
    }

}
































/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    /* sub1_1 */
    .s1_1_contain .sub_center {
        width: 85%;
    }

    .sub_content .motion_txt {
        bottom: 30px;
    }

    .s1_1_txt span {
        word-break: keep-all;
    }


    /* sub1_2_1 */
    .s1_2_1_contain .sub_center {
        width: 85%;
    }

    .s1_2_1_img {
        width: 35%;
    }

    .s1_2_1_content {
        width: 60%;
        margin-left: 5%;
    }


    /* sub1_2_2 */
    .s1_2_2_img {
        width: 40%;
    }

    .s1_2_2_txt {
        width: 50%;
    }

    .s1_2_2_txt span {
        word-break: keep-all;
    }

    .s1_2_2_txt span br {
        display: none;
    }

    .history-desc ul {
        position: relative;
        width: 100%;
        padding: 0 50px 0 80px;
        box-sizing: border-box;
    }


    /* sub1_3 */
    .s1_3_contain .sub_center {
        width: 85%;
    }

    .sub1_3_inner ul {
        justify-content: space-between;
    }

    .sub1_3_inner ul li {
        margin-right: 0;
    }


    /* sub2 */
    .s2_contain .sub_center {
        width: 85%;
    }


    /* sub2_1 */
    .s2_pd_contain .sub_center {
        width: 85%;
    }

    .s2_pd_contain ul li {
        width: 32%;
        margin-right: 2%;
    }

    .pd_thumb {
        height: 350px;
    }

    .pd_txt {
        align-items: flex-end;
        flex-direction: column;
    }

    .pd_txt p {
        width: 100%;
    }

    .pd_txt i {
        margin-top: 15px;
    }


    /* sub2_d */
    .show_t3 span {
        font-size: 40px;
    }

    .show_t4 span {
        font-size: 75px;
    }

    .s2_detail_contain .sub_center {
        width: 85%;
    }

    .d_con {
        word-break: keep-all;
    }

    .d_con br {
        display: none;
    }

    ul.detail_ul2 {
        padding: 50px 20px 0;
    }

    ul.detail_ul2 li {
        width: 23%;
        height: 200px;
        margin-right: 2.66%;
    }


    /* sub3_1 */
    .s3_1_contain .sub_center {
        width: 85%;
    }

    .category_thumb {
        height: 350px;
    }


    /* sub3_2 */
    .gallery_img {
        height: 200px;
    }


    /* sub4 */
    .s4_contain {
        padding: 90px 0 200px 7.5%;
    }

    .contact_box ul {
        width: 85%;
    }

    input.contact_btn {
        width: 85%;
    }


    /* privacypolicy */
    .privacypolicy_contain {
        height: auto;
        padding: 150px 0 200px;
    }

    .privacypolicy_detail .sub_center {
        width: 100%;
    }

}