header {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 9999;
    transition: 0.3s;
}

header .h-in {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .h-in nav>ul {
    display: flex;
    align-items: center;
}

header .h-in nav>ul>li {
    position: relative;
}

header .h-in nav>ul>li>a {
    color: #fff;
    padding: 30px 20px;
    display: block;
    transition: 0.3s;
    font-size: 18px;
    position: relative;
    font-family: "Noto Sans SC", sans-serif;
}

header .h-in nav>ul>li>a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #0ee9db;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

header .h-in nav>ul>li>a:hover::after {
    width: 100%;
}

header .h-in nav>ul>li>a:hover {
    color: #0ee9db;
}

header .allnav {
    display: none;
}

header nav .navbg {
    background-color: rgba(46, 198, 191, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    height: 300px;
    display: none;
}

header nav .navbg .lefnav {
    position: absolute;
    left: 8%;
    top: 12%;
    max-width: 330px;
}
header nav .navbg .lefnav br {
    display: none;
}

header nav .navbg .lefnav>p {
    font-size: 20px;
    color: #fff;
    font-family: "Pretendard";
    line-height: 1.3;
}

header nav .navbg .lefnav>p span {
    color: #0ee9db;
}

header nav .navbg .lefnav ul {
    display: flex;
    align-items: center;
    margin: 15px 0 20px;
}

header nav .navbg .lefnav ul li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex: 1;
    box-sizing: border-box;
    margin-right: 10px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header nav .navbg .lefnav ul li:last-of-type {
    margin-right: 0;
}

header nav .navbg .lefnav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: block;
    text-align: center;
}

header nav .navbg .lefnav ul li a span {
    color: #fff;
    font-family: "Noto Sans SC", sans-serif;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
    word-break: keep-all;
}

header nav .navbg .lefnav dl dt {
    font-size: 16px;
    color: #fff;
    font-family: "Noto Sans SC", sans-serif;
    margin-bottom: 5px;
}

header nav .navbg .lefnav dl dd {}

header nav .navbg .lefnav dl dd a {
    font-size: 28px;
    color: #fff;
    font-family: "Noto Sans SC", sans-serif;
}

header nav .pcdep {
    position: absolute;
    top: 125%;
    left: 50%;
    width: 100%;
    height: 250px;
    transform: translateX(-50%);
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

header nav .pcdep li a {
    color: #fff;
    font-size: 14px;
    font-family: "Noto Sans SC", sans-serif;
    display: block;
    padding: 12px 0;
    word-break: keep-all;
    text-align: center;
}

.m-nav {
    display: none;
}

@media screen and (max-width: 1600px) {
    header nav .navbg .lefnav {
        left: 5%;
    }

    header nav .navbg .lefnav>p {
        font-size: 13px;
    }

    header nav .navbg .lefnav dl dt {
        font-size: 14px;
    }

    header nav .navbg .lefnav dl dd a {
        font-size: 20px;
    }

    header .h-in nav>ul>li>a {
        padding: 30px 30px;
    }

}

@media screen and (max-width: 1350px) {
    header .h-in nav>ul>li>a {
        padding: 30px 15px;
        font-size: 14px;
    }
}


@media screen and (max-width: 1200px) {
    header nav .navbg .lefnav {
        max-width:220px;
    }
}

@media screen and (max-width: 1080px) {
    header .h-in nav>ul>li>a {
        padding: 30px 5px;
    }
}
@media screen and (max-width: 1080px) {
    header {
        padding: 12px 0;
        overflow: hidden;
    }

    header .h-in h1 a img {
        width: 120px;
    }

    header .h-in nav {
        display: none;
    }

    header .allnav {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        cursor: pointer;
    }

    header .allnav span {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
        top: 0;
    }

    header .allnav span:nth-of-type(2) {
        top: 50%;
    }

    header .allnav span:nth-of-type(3) {
        top: 100%;
    }

    .m-nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        transition: 0.3s;
        transform: translateX(100%);
        z-index: 999999999;
    }

    .m-nav .top {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 22px;
        box-sizing: border-box;
    }

    .m-nav .top a img {
        width: 150px;
    }

    .m-nav .top .closebtn {
        cursor: pointer;
    }

    .m-nav .bot {
        background-color: #17a59c;
        height: 100%;
        overflow-y: scroll;
    }

    .m-nav .bot .inquiry ul {
        display: flex;
        padding: 40px 30px 20px;
    }

    .m-nav .bot .inquiry ul li {
        position: relative;
        display: flex;
        flex-direction: column;
        border: 1px solid #fff;
        padding: 30px 0;
        box-sizing: border-box;
        border-radius: 20px;
        justify-content: center;
        flex: 1;
        box-shadow: inset 7px 13px 29px 5px #fff;
    }

    .m-nav .bot .inquiry ul li:nth-of-type(1) {
        margin-right: 15px;
    }

    .m-nav .bot .inquiry ul li img {
        width: 23%;
        margin: 0 auto;
    }

    .m-nav .bot .inquiry ul li span {
        color: #fff;
        display: block;
        margin-top: 20px;
        text-align: center;
        word-break: keep-all;
        line-height: 1.3;
        font-size: 16px;
    }

    .m-nav .bot .inquiry ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .m-nav .bot .mobmenu {}

    .m-nav .bot .mobmenu>ul>li {}

    .m-nav .bot .mobmenu>ul>li>a {
        font-size: 17px;
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 15px 30px;
        align-items: center;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    }

    .m-nav .bot .mobmenu>ul>li .modep {
        display: none;
        background-color: #fff;
    }

    .m-nav .bot .mobmenu>ul>li .modep li a {
        color: #333;
        padding: 15px 30px;
        display: block;
        font-family: "Noto Sans SC", sans-serif;
    }

    .m-nav .bot .mobmenu>ul>li>a i {
        transition: 0.3s;
        font-size: 32px;
    }

    .m-nav .bot .mobmenu>ul>li>a.on i {
        transform: rotate(180deg);
    }

    .m-nav .bot>a {
        font-size: 22px;
        color: #fff;
        text-align: center;
        display: block;
        margin-top: 35px;
    }

    .m-nav .bot>a img {
        vertical-align: middle;
        margin-right: 20px;
        width: 7%;
    }
}

/* 
.mainslide {
    overflow: hidden;
    position: relative;
}

.mainslide .swiper-slide {
    background-image: url('/img/main_opacity.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    animation: bgani 3s both;
    overflow: hidden;
}

.mainslide .swiper-slide .text {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.mainslide .slidewrap:nth-of-type(2) {
    background-image: url('/img/main_img01.jpg');
}

.mainslide .swiper-slide .text dl dt {
    font-size: 35px;
    margin-bottom: 40px;
    font-family: "Noto Sans SC", sans-serif;
    word-break: keep-all;
    opacity: 0;
}

.mainslide .swiper-slide .text dl dt span {
    color: #0ee9db;
    font-weight: 600;
    font-family: "Noto Sans SC", sans-serif;
}

.mainslide .swiper-slide .text dl dd {
    font-size: 50px;
    line-height: calc(60/50);
    font-family: "Noto Sans SC", sans-serif;
    word-break: keep-all;
    opacity: 0;
}

.mainslide .swiper-slide .text dl dd span {
    color: #0ee9db;
    font-weight: 600;
    font-family: "Noto Sans SC", sans-serif;
}

.mainslide .swiper-slide .text strong {
    font-size: 100px;
    text-align: left;
    font-family: "Noto Sans SC", sans-serif;
    position: absolute;
    left: 0;
    top: 30%;
}

.mainslide .swiper-slide .text .leftxt {
    position: relative;
    top: 54%;
    transform: translateY(-50%);
}

.mainslide .swiper-slide .text .line {
    width: 44%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 39%;
    top: 6%;
}

.mainslide .swiper-slide .text p {
    font-size: 18px;
    line-height: calc(28/18);
    font-family: "Noto Sans SC", sans-serif;
    text-align: right;
}

.mainslide .swiper-slide .text p span {
    font-family: "Noto Sans SC", sans-serif;
}

.mainslide .swiper-slide .opacityimg {
    opacity: 0;
    position: absolute;
} */

.mainslide {
    overflow: hidden;
    position: relative;
}

.mainslide .slidewrap {
    /* background-image: url('/img/main_opacity.jpg');  */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(var(--vh, 1vh) * 100);
    /* animation: bgani 3s both; */
    overflow: hidden;
}

.mainslide .slidewrap.add {
    background-image: url('/img/20240129_21.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    animation: bgani 3s both;
    overflow: hidden;
}

.mainslide .slidewrap .text {
    position: relative;
    color: #fff;
    width: 90%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.mainslide .slidewrap:nth-of-type(2) {
    background-image: url('/img/main_img01.jpg');
}

.mainslide .slidewrap .text dl dt {
    font-size: 35px;
    margin-bottom: 40px;
    font-family: "Noto Sans SC", sans-serif;
    word-break: keep-all;
    opacity: 0;
}

.mainslide .slidewrap .text dl dt span {
    color: #0ee9db;
    font-weight: 600;
    font-family: "Noto Sans SC", sans-serif;
}

.mainslide .slidewrap .text dl dd {
    font-size: 50px;
    line-height: calc(60/50);
    font-family: "Noto Sans SC", sans-serif;
    word-break: keep-all;
    opacity: 0;
}

.mainslide .slidewrap .text dl dd span {
    color: #0ee9db;
    font-weight: 600;
    font-family: "Noto Sans SC", sans-serif;
}

.mainslide .slidewrap .text strong {
    font-size: 100px;
    text-align: left;
    font-family: "Noto Sans SC", sans-serif;
    position: absolute;
    left: 0;
    top: 30%;
    opacity: 0;
}

.mainslide .slidewrap .text .leftxt {
    position: relative;
    top: 54%;
    transform: translateY(-50%);
}

.mainslide .slidewrap .text .line {
    width: 0%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 39%;
    top: 6%;
}

.mainslide .slidewrap .text p {
    font-size: 18px;
    line-height: calc(28/18);
    font-family: "Noto Sans SC", sans-serif;
    text-align: right;
    opacity: 0;
}

.mainslide .slidewrap .text p span {
    font-family: "Noto Sans SC", sans-serif;
}

.mainslide .slidewrap .opacityimg {
    opacity: 0;
    position: absolute;
}

.mainslide .slidewrap .opacityimg2 {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.mainslide .slidewrap .opacityimg2::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.mainslide .slidewrap:nth-of-type(2) .text dl {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* @keyframes bgani{
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
} */

.mainslide .prbar {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.mainslide .prbar span.changenum {
    color: #0ee9db;
    margin-left: 20px;
}

.mainslide .progress {
    background-color: rgba(225, 225, 225, 0.5);
    height: 4px;
    width: 85px;
    left: 0;
    position: relative;
    margin: 0 25px;
}

.mainslide .progress .pbar {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #fff;
}

.mainslide .progress.animate .pbar {
    width: 100%;
}

/* .mainslide  .swiper-button-next{width: 72px; height: 122px; background-image: url('/img/slide_next.png'); background-repeat: no-repeat; background-size: cover; background-position: center; right: 40px;} */
/* .mainslide .swiper-button-next {
    position: absolute;
    width: 72px;
    height: 120px;
    right: 35px;
}

.mainslide .swiper-button-next span {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    transform: rotate(45deg);
}

.mainslide .swiper-button-next span:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 43%;
}

.mainslide .swiper-button-next:after {
    content: "";
} */

/* .mainslide  .swiper-button-prev{width: 72px; height: 122px; background-image: url('/img/slide_prev.png'); background-repeat: no-repeat; background-size: cover; background-position: center; left: 40px;} */
/* .mainslide .swiper-button-prev {
    position: absolute;
    width: 72px;
    height: 120px;
    left: 35px;
}

.mainslide .swiper-button-prev span {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
}

.mainslide .swiper-button-prev span:nth-of-type(2) {
    transform: rotate(45deg);
    top: 43%;
}

.mainslide .swiper-button-prev::after {
    content: "";
} */

@media screen and (max-width: 1250px) {
    .mainslide .slidewrap .text strong {
        font-size: 7vw;
    }

    .mainslide .slidewrap .text p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    /* .mainslide .slidewrap .text dl dt {
        font-size: 3.5vw;
        margin-bottom: 15px;
    }

    .mainslide .slidewrap .text dl dd {
        font-size: 4vw;
    }

    .mainslide .slidewrap .text dl dd br {
        display: none;
    }

    .mainslide .prbar {
        font-size: 13px;
    }

    .mainslide .prbar span.changenum {
        margin-left: 10px;
    }

    .mainslide .progress {
        margin: 0 15px;
    }

    .mainslide .swiper-button-next {
        display: none;
    }

    .mainslide .swiper-button-prev {
        display: none;
    } */
}

@media screen and (max-width: 900px) {
    /* .mainslide .slidewrap .text .leftxt {
        top: 80%;
    }

    .mainslide .slidewrap .text .line {
        left: 33%;
        display: none;
    } */
}


/* 공통 */
section:not(.sec04) {
    padding: 115px 0;
    box-sizing: border-box;
}

/* sec02 */
.sec02 {
    position: relative;
    background-image: url('/img/sec02_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.sec02>img {
    position: absolute;
    left: -5%;
    top: -12%;
    z-index: 1;
}

.sec02 .wrap {
    position: relative;
    overflow: hidden;
}

.sec02 .flexbox .txtbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.sec02 .flexbox .txtbox dl dt {
    font-size: 52px;
    font-weight: 600;
    font-family: "Noto Sans SC", sans-serif;
    line-height: calc(68/52);
    margin-bottom: 45px;
}

.sec02 .flexbox .txtbox dl dd {
    font-size: 24px;
    color: #666;
    font-family: "Noto Sans SC", sans-serif;
    line-height: calc(36/24);
}

.sec02 .flexbox .sec02slide {
    margin-left: calc(735/1600 * 100%);
    width: 60%;
    height: 577px;
    width: 54%;
    overflow: hidden;
}

.sec02 .flexbox .sec02slide .swiper-slide {
    position: relative;
    transition: 0.3s;
    box-sizing: border-box;
}

.sec02 .flexbox .sec02slide .swiper-slide a {
    display: block;
    transition: 0.3s;
    position: relative;
    border: 4px solid #fff;
    width: 100%;
    box-sizing: border-box;
}

.sec02 .flexbox .sec02slide .swiper-slide a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: 0.3s;
}

/* .sec02 .flexbox .sec02slide .swiper-slide a .imgbox{background-image: url('/img/sec02_img01.png'); background-position: center; background-size: cover; background-repeat: no-repeat;} */
/* .sec02 .flexbox .sec02slide .swiper-slide:nth-of-type(2) a .imgbox{background-image: url('/img/sec02_img02.png');} */
/* .sec02 .flexbox .sec02slide .swiper-slide a .imgbox::after{content: ''; display: block; padding-bottom: calc(577/425 * 100%);} */
.sec02 .flexbox .sec02slide .swiper-slide a .hovertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    display: none;
    transition: 0.3s;
}

.sec02 .flexbox .sec02slide .swiper-slide a .hovertxt p {
    font-size: 25px;
    color: #fff;
    line-height: calc(34/25);
}

/* .sec02 .flexbox .sec02slide .swiper-slide:hover a{border: 4px solid #17a59c;}
.sec02 .flexbox .sec02slide .swiper-slide:hover a::after{display: block;}
.sec02 .flexbox .sec02slide .swiper-slide:hover a .hovertxt{display: block;} */
.sec02 .flexbox .sec02slide .swiper-slide a img {
    width: 100%;
}

.sec02 .txtbox .arrowbox {
    position: absolute;
    bottom: -70px;
}

.sec02 .swiper-button-prev {
    top: auto;
    bottom: 9%;
    right: auto;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #828282;
    border-radius: 50%;
    transition: 0.3s;
}

.sec02 .swiper-button-prev:hover {
    border-color: #17a59c;
}

.sec02 .swiper-button-prev,
.swiper-rtl .swiper-button-next i {
    color: #828282;
    transition: 0.3s;
}

.sec02 .swiper-button-prev:hover i {
    color: #17a59c;
}

.sec02 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: auto;
    bottom: 9%;
    right: 10%;
    left: 75px;
    width: 50px;
    height: 50px;
    border: 1px solid #828282;
    border-radius: 50%;
}

.sec02 .swiper-button-next:hover {
    border-color: #17a59c;
}

.sec02 .swiper-button-next:hover i {
    color: #17a59c;
}

.sec02 .swiper-button-next,
.swiper-rtl .swiper-button-prev i {
    color: #828282;
}

.sec02 .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    top: auto;
    right: 10px;
    left: 10%;
    bottom: 9%;
}

.sec02 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}

.sec02 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

@media screen and (min-width: 1001px) {
    .sec02 .flexbox .sec02slide .swiper-slide:hover a {
        border: 4px solid #17a59c;
    }

    .sec02 .flexbox .sec02slide .swiper-slide:hover a::after {
        display: block;
    }

    .sec02 .flexbox .sec02slide .swiper-slide:hover a .hovertxt {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .sec02 .flexbox .txtbox {
        position: relative;
        top: auto;
        transform: none;
        margin-bottom: 85px;
    }

    .sec02 .flexbox .txtbox dl dt {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .sec02 .flexbox .txtbox dl dt br {
        display: none;
    }

    .sec02 .flexbox .txtbox dl dd {
        font-size: 16px;
    }

    .sec02>img {
        width: 60%;
        left: -22%;
    }

    .sec02 .flexbox .sec02slide {
        width: 100%;
        margin-left: 0;
    }

    .sec02 .flexbox .sec02slide .swiper-slide a {
        border: none;
    }

    .sec02 .flexbox .sec02slide .swiper-slide a::after {
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        height: 99%;
    }

    .sec02 .flexbox .sec02slide .swiper-slide a .hovertxt {
        display: block;
    }

    .sec02 .flexbox .sec02slide .swiper-slide a .hovertxt p {
        font-size: 15px;
    }

    .sec02 .swiper-button-prev {
        bottom: 15px;
        width: 35px;
        height: 35px;
        left: 0;
    }

    .sec02 .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        bottom: 15px;
        width: 35px;
        height: 35px;
        left: 50px;
    }
}

@media screen and (max-width: 700px) {
    .sec02 .flexbox .sec02slide {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .sec02 .flexbox .sec02slide {
        height: 280px;
    }
}


/* sec03 */
section.sec03 {
    padding-top: 200px;
    overflow: hidden;
}

.sec03 .we p {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 10vw;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.sec03 .we p span {
    font-family: "Noto Sans SC", sans-serif;
}

.sec03 .we p img {
    position: absolute;
    top: -75%;
    left: 17%;
    width: 29%;
    transition: 0.5s;
}

.sec03 .flexbox02 {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec03 .flexbox02 .lef dl dt {
    font-size: 52px;
    line-height: calc(68/52);
}

.sec03 .flexbox02 .lef dl dd {
    font-size: 24px;
    color: #666;
    line-height: calc(36/24);
    font-family: "Noto Sans SC", sans-serif;
}

.sec03 .flexbox02 .lef>a {
    margin-top: 30px;
    display: inline-block;
}

.sec03 .flexbox02 .lef>a span {
    font-size: 24px;
    color: #005666;
    font-family: "Noto Sans SC", sans-serif;
    transition: 0.3s;
}

.sec03 .flexbox02 .lef>a>div {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #005666;
    line-height: 52px;
    text-align: center;
    margin-left: 15px;
    transition: 0.3s;
}

.sec03 .flexbox02 .lef>a img {
    vertical-align: middle;
    transition: 0.3s;
}

.sec03 .flexbox02 .lef>a img.hover {
    display: none;
}

/* .sec03 .flexbox02 .lef > a:hover span{transform: translateX(19px); display: inline-block;} */
.sec03 .flexbox02 .lef>a:hover>div {
    transform: translateX(-10px);
    background-color: #005666;
    border-color: #005666;
}

.sec03 .flexbox02 .lef>a:hover>div img.hover {
    display: inline-block;
}

.sec03 .flexbox02 .lef>a:hover>div img.df {
    display: none;
}

.sec03 .flexbox02 .rig {
    display: flex;
}

.sec03 .flexbox02 .rig>span {
    font-size: 11vw;
    color: #b2b2b2;
    font-family: "Noto Sans SC", sans-serif;
    margin-right: 20px;
    transform: translateY(-23px);
}

.sec03 .flexbox02 .rig ul li {
    border-bottom: 1px solid #ccc;
    padding: 30px 15px;
    box-sizing: border-box;
    transition: 0.3s;
}

.sec03 .flexbox02 .rig ul li:hover {
    background-color: #005666;
}

.sec03 .flexbox02 .rig ul li:first-of-type {
    border-top: 1px solid #ccc;
}

.sec03 .flexbox02 .rig ul li strong {
    font-size: 42px;
    font-family: "Noto Sans SC", sans-serif;
}

.sec03 .flexbox02 .rig ul li:hover strong {
    color: #fff;
}

.sec03 .flexbox02 .rig ul li .stxt {
    color: #005666;
    transition: 0.3s;
}

.sec03 .flexbox02 .rig ul li:hover .stxt {
    color: #fff;
}

.sec03 .flexbox02 .rig ul li p {
    font-size: 18px;
    color: #666;
    line-height: calc(30/18);
    font-family: "Noto Sans SC", sans-serif;
    margin-top: 15px;
    transition: 0.3s;
}

.sec03 .flexbox02 .rig ul li:hover p {
    color: #fff;
}

@media screen and (max-width: 1300px) {
    .sec03 .flexbox02 .lef dl dt {
        font-size: 40px;
    }

    .sec03 .flexbox02 .rig ul li strong {
        font-size: 35px;
    }

    .sec03 .flexbox02 .rig ul li p {
        font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
    section.sec03 {
        padding-top: 0;
        overflow: initial;
    }

    .sec03 .flexbox02 {
        display: block;
        margin-top: 21%;
    }

    .sec03 .flexbox02 .lef {
        margin-bottom: 30px;
    }

    .sec03 .flexbox02 .lef>a {
        margin-top: 20px;
    }

    .sec03 .flexbox02 .lef>a span {
        font-size: 16px;
    }

    .sec03 .flexbox02 .lef>a>div {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .sec03 .flexbox02 .lef>a img {
        width: 25%;
    }

    .sec03 .flexbox02 .lef dl dt {
        font-size: 22px;
        margin-bottom: 10px;
        word-break: keep-all;
    }

    .sec03 .flexbox02 .lef dl dt br {
        display: none;
    }

    .sec03 .flexbox02 .lef dl dd {
        font-size: 16px;
    }

    .sec03 .flexbox02 .lef dl dd br {
        display: none;
    }

    .sec03 .flexbox02 .rig {
        display: block;
    }

    .sec03 .flexbox02 .rig>span {
        margin-right: 0;
        transform: none;
        margin-bottom: 15px;
        display: block;
    }

    .sec03 .flexbox02 .rig ul {
        width: 100%;
    }

    .sec03 .flexbox02 .rig ul li strong {
        font-size: 20px;
    }

    .sec03 .flexbox02 .rig ul li p {
        font-size: 15px;
        word-break: keep-all;
    }

    .sec03 .flexbox02 .rig ul li p br {
        display: none;
    }

}

/* sec04 */
.sec04 {
    height: 100vh;
    position: relative;
}

.sec04 .fixBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.sec04 .fixBg .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec04 .fixBg .bg.bg01 {
    z-index: 1;
    background-image: url('/img/horizon_bg01.jpg');
}

.sec04 .fixBg .bg.bg02 {
    z-index: 2;
    background-image: url('/img/main_img01.jpg');
}

.sec04 .hori {
    height: 100%;
    display: flex;
    width: 100vw;
}

.sec04 .hori>div {
    height: 100vh;
    width: 100vw;
    color: #fff;
    position: relative;
    flex: 0 0 auto;
    padding: 200px 0 100px;
}

.sec04 .hori .toptxt p {
    text-align: right;
    font-size: 30px;
    line-height: calc(44/30);
}

.sec04 .hori .colortxt {
    position: absolute;
    bottom: 34%;
}

.sec04 .hori .colortxt .pot {
    display: flex;
    align-items: center;
}

.sec04 .hori .colortxt .pot h2 {
    font-size: 190px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    position: relative;
    font-family: 'Song Myung';
}

.sec04 .hori .colortxt .pot h2 span {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'Song Myung';
    width: 0;
}

.sec04 .hori .colortxt .bbx {
    margin-top: 30px;
}

.sec04 .hori .colortxt .bbx a {
    font-size: 25px;
    color: #fff;
    font-family: "Noto Sans SC", sans-serif;
}

.sec04 .hori .colortxt .bbx a img {
    margin-left: 15px;
    transition: 0.3s;
}

.sec04 .hori .colortxt .bbx a:hover img {
    transform: translateX(-12px);
}

.sec04 .circle {
    position: absolute;
    right: 12%;
    top: 13%;
}

@media screen and (max-width: 1300px) {
    .sec04 .hori .colortxt .pot h2 {
        font-size: 14vw;
    }
}

@media screen and (max-width: 768px) {
    .sec04 {
        height: auto;
    }

    .sec04 .circle {
        width: 30%;
        top: 41%;
        transform: translateY(-50%);
        right: 17px;
        z-index: 1;
        animation: rotate 5s linear infinite;
    }

    .sec04 .fixBg {
        display: none;
    }

    .sec04 .hori {
        height: auto;
        display: block;
    }

    .sec04 .hori>div {
        height: 100%;
        width: 100%;
        padding: 25% 0 20%;
        box-sizing: border-box;
    }

    .sec04 .hori>div.hori01 {
        background-image: url('/img/horizon_bg01.jpg');
        background-position: center;
        background-size: cover;
    }

    .sec04 .hori>div.hori02 {
        background-image: url('/img/main/main_img01-new.png');
        background-position: center;
        background-size: cover;
    }

    .sec04 .hori .toptxt p {
        font-size: 18px;
    }

    .sec04 .hori .colortxt {
        position: static;
        margin-top: 50px;
    }

    .sec04 .hori .colortxt .bbx a {
        font-size: 16px;
    }

    .sec04 .hori .colortxt .bbx a img {
        vertical-align: bottom;
    }

    .sec04 .hori .colortxt .pot h2 span {
        width: 100%;
        height: 0;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }
}

/* sec05 */
.sec05 {
    background-image: url('/img/news_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sec05 .title {
    text-align: center;
    position: relative;
}

.sec05 .title dl dt {
    font-size: 100px;
    color: #fff;
    font-family: "Noto Sans SC", sans-serif;
}

.sec05 .title dl dd {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sec05 .title dl dd a {
    display: block;
}

.sec05 .title dl dd a span {
    color: #fff;
    font-family: "Noto Sans SC", sans-serif;
    font-size: 24px;
}

.sec05 .title dl dd a>div {
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.3s;
}

.sec05 .title dl dd a>div img {
    vertical-align: middle;
    transition: 0.3s;
}

.sec05 .title dl dd a>div img.hover {
    display: none;
    transition: 0.3s;
}

.sec05 .title dl dd:hover a>div {
    transform: translateX(-10px);
    background-color: #fff;
}

.sec05 .title dl dd:hover a>div img.df {
    display: none;
}

.sec05 .title dl dd:hover a>div img.hover {
    display: inline-block;
}

.sec05 ul {
    display: flex;
    margin-top: 60px;
}

.sec05 ul li {
    width: calc(99.9%/3 - 50px/3);
    margin-right: 25px;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.sec05 ul li:last-of-type {
    margin-right: 0;
}

.sec05 ul li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec05 ul li>span {
    font-size: 18px;
}

.sec05 ul li .con strong {
    font-size: 22px;
    display: block;
    margin: 35px 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.sec05 ul li .con p {
    font-size: 16px;
    color: #666;
    line-height: calc(28/16);
    word-break: keep-all;
    font-family: "Noto Sans SC", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sec05 ul li .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.sec05 ul li .bot span {
    font-size: 16px;
    font-family: "Noto Sans SC", sans-serif;
}

.sec05 ul li .bot .arrow {
    transition: 0.3s;
}

.sec05 ul li:hover .bot .arrow {
    transform: translateX(15px);
}

.sec05 ul li:hover .con strong {
    color: #17a59c;
}

.sec05 .swiper-pagination {
    display: none;
}

@media screen and (max-width: 900px) {
    .sec05 .wrap {
        position: relative;
    }

    .sec05 .title dl dt {
        font-size: 35px;
    }

    .sec05 .title dl dd {
        bottom: -42px;
    }

    .sec05 .title dl dd a {
        font-size: 16px;
    }

    .sec05 .title dl dd a span {
        font-size: 16px;
    }

    .sec05 .title dl dd img {
        width: 25%;
    }

    .sec05 .title dl dd a>div {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .sec05 .swiper-pagination {
        display: block;
        bottom: 60px;
        transform: translateY(50px);
    }

    .sec05 .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        transition: 0.3s;
    }

    .sec05 .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0ee9db;
        width: 30px;
        border-radius: 30px;
    }

    .sec05 ul li>span {
        font-size: 15px;
    }

    .sec05 ul li .con strong {
        font-size: 16px;
        line-height: 1.3;
    }

    .sec05 ul li .con p {
        font-size: 15px;
    }

    .sec05 ul li .bot .arrow img {
        width: 75%;
    }

    .sec05 ul li .bot span {
        font-size: 15px;
    }

}

/* sec06 */
.sec06 {
    background-image: linear-gradient(to right, #fff 50%, #17a59c 50%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sec06 .flexbox {
    display: flex;
}

.sec06 .flexbox .lef {
    width: 50%;
}

.sec06 .flexbox .lef .mapwrap {
    position: relative;
    margin-bottom: 40px;
}

.sec06 .flexbox .lef .mapwrap .root_daum_roughmap .wrap_controllers {
    display: none;
}

.sec06 .flexbox .lef .mapwrap .root_daum_roughmap .wrap_map {
    height: 100%;
}

.sec06 .flexbox .lef .mapwrap>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 88%;
    height: 100%;
}

.sec06 .flexbox .lef .mapwrap::after {
    content: "";
    display: block;
    padding-bottom: calc(300/740 * 100%);
}

.sec06 .flexbox .lef .maplist dl {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.sec06 .flexbox .lef .maplist dl:last-of-type {
    margin-bottom: 0;
}

.sec06 .flexbox .lef .maplist dl dt {
    font-size: 18px;
    line-height: 25px;
    color: #005666;
    flex: 1.5;
    font-family: "Pretendard";
}

.sec06 .flexbox .lef .maplist dl dt img {
    vertical-align: middle;
    margin-right: 10px;
}

.sec06 .flexbox .lef .maplist dl dd {
    flex: 5;
    font-size: 18px;
    font-family: "Pretendard";
}

.sec06 .flexbox .lef .maplist dl dd.tel {
    font-size: 24px;
    font-family: "Pretendard";
}

.sec06 .flexbox .lef .maplist dl dd ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.sec06 .flexbox .lef .maplist dl dd ul li:last-of-type {
    margin-bottom: 0;
}

.sec06 .maplist dl ul li>span {
    width: 25%;
}

.sec06 .flexbox .lef .maplist dl dd ul li p>span {
    font-size: 16px;
    color: #666;
    font-family: "Noto Sans SC", sans-serif;
    display: block;
    margin-top: 10px;
}

.sec06 .flexbox .rig {
    width: 50%;
    color: #fff;
    padding: 0 50px;
    box-sizing: border-box;
}

.sec06 .flexbox .rig>strong {
    font-size: 52px;
    display: block;
    margin-bottom: 50px;
}

.sec06 .flexbox .rig .form>ul>li {
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.sec06 .flexbox .rig .form>ul>li:last-of-type {
    border-bottom: 1px solid #ccc;
}

.sec06 .flexbox .rig .form>ul>li>span {
    width: 130px;
    font-size: 20px;
}

.sec06 .flexbox .rig .form>ul>li .selbox {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
}

.sec06 .flexbox .rig .form>ul>li .selbox>p {
    cursor: pointer;
    max-width: 190px;
    flex: 1;
    font-size: 18px;
}

.sec06 .flexbox .rig .form>ul>li .formlist {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 50%;
    padding: 30px;
    box-sizing: border-box;
    opacity: 0;
    transform: scaleY(0) translateY(-50%);
    transition: 0.5s;
    z-index: 9;
}

.sec06 .flexbox .rig .form>ul>li .formlist.active {
    opacity: 1;
    transform: scaleY(1) translateY(-50%);
}

.sec06 .flexbox .rig .form>ul>li .formlist li {
    color: #000;
    margin-top: 5px;
    cursor: pointer;
}

.sec06 .flexbox .rig .form>ul>li .formlist li:first-of-type {
    cursor: initial;
}

/* .sec06 .flexbox .rig .form>ul>li .formlist li:nth-of-type(2) {
    margin-top: 15px;
} */

.sec06 .flexbox .rig .form>ul>li input[type=text] {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
}

.sec06 .flexbox .rig .form>ul>li input[type=text]::placeholder {
    color: #fff;
    font-family: "Noto Sans SC", sans-serif;
}

.sec06 .flexbox .rig .asbox {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec06 .flexbox .rig .asbox .agreebox {
    display: flex;
    align-items: center;
}

.sec06 .flexbox .rig .asbox .agreebox input {
    display: none;
}

.sec06 .flexbox .rig .asbox .agreebox label {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #aaa;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.sec06 .flexbox .rig .asbox .agreebox label::after {
    content: "";
    display: block;
    width: 45%;
    height: 45%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: 0.3s;
}

.sec06 .flexbox .rig .asbox .agreebox input:checked+label::after {
    width: 100%;
    height: 100%;
}

.sec06 .flexbox .rig .asbox .agreebox p {
    font-size: 18px;
    font-family: "Noto Sans SC", sans-serif;
    margin-left: 15px;
}

.sec06 .flexbox .rig .asbox .agreebox p span {
    font-family: "Noto Sans SC", sans-serif;
}

.sec06 .flexbox .rig .asbox .send {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
    color: #fff;
    z-index: 9999;
}

.sec06 .flexbox .rig .asbox .send>div {
    width: 52px;
    height: 52px;
    display: inline-block;
    line-height: 52px;
    text-align: center;
    margin-left: 30px;
    transition: 0.3s;
    border: 1px solid #fff;
    border-radius: 50%;
}

.sec06 .flexbox .rig .asbox .send span {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 24px;
}

.sec06 .flexbox .rig .asbox .send img {
    vertical-align: middle;
    transition: 0.3s;
}

.sec06 .flexbox .rig .asbox .send img.hover {
    display: none;
}

.sec06>p {
    font-size: 8vw;
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -25px;
    font-family: "Noto Sans SC", sans-serif;
    right: 0;
    z-index: -1;
}

.sec06 .flexbox .rig .asbox .send:hover>div {
    transform: translateX(-10px);
    background-color: #fff;
}

.sec06 .flexbox .rig .asbox .send:hover>div img.df {
    display: none;
}

.sec06 .flexbox .rig .asbox .send:hover>div img.hover {
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .sec06 {
        background-image: linear-gradient(to bottom, #fff 38%, #17a59c 39%);
        padding: 15% 0 23%;
    }

    .sec06 .flexbox {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .sec06 .flexbox .lef {
        padding: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .sec06 .flexbox .lef .mapwrap>div {
        width: 100%;
    }

    .sec06 .flexbox .rig {
        padding: 0;
        width: 100%;
        transform: translateY(115px);
    }

    .sec06 .flexbox .rig>strong {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .sec06>p {
        bottom: -5px;
    }

    .sec06 .flexbox .lef .maplist dl dt {
        flex: auto;

    }

    .sec06 .flexbox .lef .maplist dl dd {
        flex: 5;
        width: 55%;
        word-break: keep-all;
        line-height: 1.3;
    }

    .sec06 .flexbox .lef .maplist dl dd.tel {
        font-size: 18px;
    }

    .sec06 .maplist dl ul li>span {
        width: 90px;
    }

    .sec06 .flexbox .lef .maplist dl dd ul li p {
        width: 70%;
    }

    .sec06 .flexbox .rig .asbox {
        padding-bottom: 60px;
    }

    .sec06 .flexbox .rig .asbox .agreebox p {
        font-size: 13px;
        margin-left: 10px;
    }

    .sec06 .flexbox .rig .asbox .send>div {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
    }

    .sec06 .flexbox .rig .asbox .send span {
        font-size: 17px;
    }

    .sec06 .flexbox .rig .asbox .send img {
        width: 50%;
    }

    .sec06 .flexbox .rig .form>ul>li {
        padding: 25px 0;
    }

    .sec06 .flexbox .rig .form>ul>li>span {
        font-size: 16px;
    }

    .sec06 .flexbox .rig .form>ul>li .selbox>p {
        font-size: 14px;
    }

    .sec06 .flexbox .rig .form>ul>li input[type=text] {
        font-size: 14px;
        max-width: 250px;
    }

    .sec06 .flexbox .lef .maplist dl dd ul li p>span {
        font-size: 14px;
        margin-left: 3px;
    }

    .sec06 .flexbox .rig .form>ul>li .formlist {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .sec06 {
        background-image: linear-gradient(to bottom, #fff 44%, #17a59c 46%);
        padding: 15% 0 23%;
    }

    .sec06 .flexbox .lef .maplist dl {
        flex-direction: column;
        row-gap: 20px;
    }

    .sec06 .flexbox .lef .maplist dl dt {
        display: flex;
        align-items: center;
    }

    .sec06 .flexbox .lef .maplist dl dd {
        width: 100%;
    }

}

/* footer */
footer {
    background-color: #333;
    color: #aaa;
    padding: 80px 0;
}

footer a {
    color: #aaa;
}

footer .f-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

footer .f-top ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

footer .f-top ul li::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    border-radius: 50%;
    margin: 0 20px;
    vertical-align: middle;
}

footer .f-top ul li:last-of-type::after {
    display: none;
}

footer .f-top ul li {
    display: flex;
    align-items: center;
}

footer .f-top ul li a {
    font-family: "Noto Sans SC", sans-serif;
    display: block;
    width: 100%;
}

footer .f-bot ul {
    color: #666;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .f-bot ul li {
    margin-right: 30px;
    word-break: keep-all;
}

footer .f-bot ul li:last-of-type {
    margin-right: 0;
}

footer .f-bot ul.bot1 {
    margin-bottom: 10px;
}

footer .f-bot ul.bot2 {
    margin-bottom: 30px;
}

footer .f-bot>p {
    font-family: "Noto Sans SC", sans-serif;
}

@media screen and (max-width: 900px) {
    footer {
        font-size: 13px;
        padding: 15% 0;
    }

    footer .f-bot ul li {
        line-height: 1.3;
    }

    footer .f-top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    footer .f-top ul li::after {
        display: none;
    }

    footer .f-top ul {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        row-gap: 15px;
    }

    footer .f-top ul li {
        display: block;
        width: 50%;
        text-align: center;
    }
}


@media screen and (max-width: 900px) {
    section:not(.sec04) {
        padding: 15% 0;
    }

    section.sec03 {
        padding-top: 0;
    }

    section.sec05 {
        padding: 15% 0 25%;
    }

    section.sec06 {
        padding: 15% 0 23%;
    }
}


/* 메인 비쥬얼 수정 */
.mainslide {
    position: relative;
}

.mainslide>div {
    /* display: flex;
    width: 100vw;
    height: 100%; */
}

.mainslide>div .slidewrap {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    flex: 0 0 auto;
}


@keyframes part10 {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    40% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    66% {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
}

/* @media screen and (max-width: 1080px) {
    .add_2024_since {
        left: calc(50% - -70px);
        margin-top: -70px;

    }
}

@media screen and (max-width: 768px) {
    .add_2024_since {
        left: calc(50% - -72px);
        margin-top: -80px;

    }

    .add_2024_since_font {
        font-size: 16px;
    }
} */

/* @media screen and (max-width: 1700px){
    .add_2024_since{
        left: calc(50% - 7.5%);
    }
}
@media screen and (max-width: 1500px){
    .add_2024_since{
        left: calc(50% - 8.5%);
    }
}
@media screen and (max-width: 1300px){
    .add_2024_since{
        left: calc(50% - 9.5%);
    }
}
@media screen and (max-width: 1200px){
    .add_2024_since{
        left: calc(50% - 10.5%);
    }
}
@media screen and (max-width: 1000px){
    .add_2024_since{
        left: calc(50% - 11.5%);
    }
}
@media screen and (max-width: 900px){
    .add_2024_since{
        top: 38%;
        left: 38.5%;
    }
}
@media screen and (max-width: 800px){
    .add_2024_since{
        
        top: 41%;
    }
    .add_2024_since_font{
        font-size: 16px;
    }
}
@media screen and (max-width: 600px){
    .add_2024_since{
        top: 42%;
    }
}
@media screen and (max-width: 500px){
    .add_2024_since{
        top: 43%;
    }
}
@media screen and (max-width: 400px){
    .add_2024_since{
        top: 44%;
    }
} */
/* pc 퀵메뉴 */
.pcquick {
    position: fixed;
    top: 50vh;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.pcquick>a {
    background-color: #33bdff;
    display: block;
    width: 85px;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px 0 0 5px;
    margin-bottom: 5px;
}

.pcquick>a i {
    color: #fff;
    font-size: 24px;
}

.pcquick>a.quick2 {
    background-color: #1976d2;
}

.pcquick>a.quick3 {
    background-color: #ffdb11;

}
.pcquick>a.quick4 {
    background-color: #00C70A;
    margin-bottom: 0;
    position: relative;
}
.pcquick > .quick4 .hover_img{
    position: absolute;
    top: 0;
    right: -200px;
    transition: all 0.6s;
    width: 200px;
}
.pcquick > .quick4:hover .hover_img{
    right: 100px;
    transition: all 0.6s;
}
.pcquick>a dl dd {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Pretendard-Regular';
}

.pcquick>a.quick3 dl dd {
    color: #000;
}

.pcquick>a.quick3 dl dt img {
    width: 50%;
}

.mobquick {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcquick {
        display: none;
    }

    /* .mobquick {display: flex; width: 100%; text-align: center; position: fixed; bottom: 0; z-index: 9999; box-sizing: border-box;}
    .mobquick a {flex: 1; background: rgba(0, 0, 0, 0.8); padding: 4% 0;border: 1px solid #17a59c;border-bottom: none;border-right: none; box-sizing: border-box;}
    .mobquick a.quick1{border-left: none;}
    .mobquick a i{color: #fff; font-size: 20px;}
    .mobquick a dl dd{color: #fff; font-size: 13px; margin-top: 5px; font-family: 'Pretendard-Regular';}
    .mobquick a.quick3 dl dt img{width: 23px;} */
    .mobquick {
        display: block;
        position: fixed;
        z-index: 999;
        bottom: 15%;
        right: 3%;

    }

    .call_icon_m {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        border-radius: 50%;
        background: url(../img/20240129_44.png) no-repeat center / cover;
    }

    .reservation_icon_m {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        border-radius: 50%;
        background: url(../img/20240129_42.png) no-repeat center / cover;
    }

    .online_icon_m {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: url(../img/20240129_43.png) no-repeat center / cover;
    }
}


/* 20240912 헤더 여백 수정 */
@media screen and (max-width: 1600px) {
    header .h-in nav>ul>li>a {
        padding: 30px 16px;
    }
}
@media screen and (max-width: 1350px) {
    header .h-in nav>ul>li>a {
        padding: 30px 10px;
    }
 }
@media screen and (max-width: 1120px) {

    header .h-in h1 {
        width: 160px;
    }
}
@media screen and (max-width: 1080px) {
    header .h-in nav>ul>li>a {
        padding: 30px 5px;
    }
 }

@media screen and (max-width: 1000px) { 
    header .h-in h1 {
        width: unset;
    }

    .m-nav .bot>a img {
        border-radius: 0;
    }

    .mo_quick_menu img {
        border-radius: 0 !important;
    }
}