@font-face {
    font-family: 'SF_HambakSnow';
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

.pc_img {
    display: block;
}

.m_img {
    display: none;
}

#landing_content #landing_gnb {
    position: fixed;
    width: 100%;
    min-width: 1280px;
    padding: 30px 7%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 100;
    transition: 0.7s;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#landing_content #landing_gnb.scroll_on {
    align-items: center;
    padding: 16px 7%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.6);
}

#landing_content #landing_gnb.scroll_on .logo {
    width: 160px;
}

#landing_content #landing_gnb.scroll_on .logo img {
    width: 55px;
}

#landing_content #landing_gnb.scroll_on .menu a {
    font-size: 20px;
}

#landing_content #landing_gnb.scroll_on .menu li {
    margin-left: 30px;
}

#landing_content #landing_gnb .logo {
    position: relative;
    width: 250px;
    transition: 0.5s;
}

#landing_content #landing_gnb .logo a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

#landing_content #landing_gnb .menu {
    display: flex;
    margin-top: 20px;
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

#landing_content #landing_gnb .menu li {
    margin-left: 50px;
    transition: 0.7s;
}

#landing_content #landing_gnb .menu li:first-child {
    margin-left: 0;
}

#landing_content #landing_gnb .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    transition: 0.7s;
}

#landing_content #landing_gnb .menu a:hover {
    color: #ff0000;
    font-weight: 600;
}

#landing_content {
    min-height: 2000px;
}

#landing_content section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

#landing_content .bg_ctn {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

#landing_content .main01 {
    height: 1000px;
    background: url("../image/main01-back.gif") no-repeat 50% / cover;
}

#landing_content .main01 .gr_bg {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100px;
    z-index: 1;
}

#landing_content .main01 h2 {
    position: absolute;
    top: 35px;
    right: -36px;
    z-index: 3;
}

#landing_content .main01 h2 img {
    width: 100%;
}

#landing_content .main01 h1 {
    position: absolute;
    top: 210px;
    left: 19%;
    margin-left: -230px;
    z-index: 3;
}

#landing_content .main01 h3 {
    position: absolute;
    top: 330px;
    left: 18%;
    margin-left: -230px;
    z-index: 3;
}

#landing_content .main01 span {
    position: absolute;
    top: 570px;
    left: 19%;
    margin-left: -230px;
    z-index: 3;
}

#landing_content .main01 h4 {
    position: absolute;
    top: 585px;
    left: 19%;
    margin-left: -230px;
    z-index: 3;
}

#landing_content .main01 h4 img {
    width: 140%;
}

#landing_content .main01 h5 {
    position: absolute;
    top: 549px;
    left: 19%;
    margin-left: -230px;
    z-index: 3;
}

#landing_content .main01 .video {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1920px;
    height: 1080px;
    background: #000;
}

#landing_content .main01 .video video {
    opacity: 0.7;
}

#landing_content .main02 {
    padding-top: 140px;
    height: 1650px;
    background: url("../image/main02-back.gif") no-repeat 50% / cover;
}

#landing_content .main02 .ctn {
    position: relative;
    top: 80px;
    height: 900px;
}

#landing_content .main02 .ctn .ctn01 {
    position: absolute;
    left: 45%;
    margin-left: -392px;
    top: 0;
    z-index: 5;
}

#landing_content .main02 .ctn .ctn01 span {
    display: block;
    animation: circle_ani 20s 0s infinite linear;
}

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

    100% {
        transform: rotate(360deg);
    }
}

#landing_content .main02 .ctn .ctn02 {
    position: absolute;
    left: 50%;
    margin-left: -724px;
    top: 240px;
    z-index: 10;
}

#landing_content .main02 p img {
    margin: 40px auto;
}

#landing_content .main02-5 {}

#landing_content .main02-5 h1 {
    margin-bottom: 50px;
}

#landing_content .main02-5_img {
    position: relative;
}

#landing_content .main02-5_img img:nth-child(2) {
    right: 50%;
    top: 250px;
    animation: submit_btn 0.3s 0s infinite alternate ease-in;
}

#landing_content .main02-5_img img:nth-child(3) {
    position: absolute;
    right: 50%;
    margin-right: -690px;
    top: 635px;
    animation: submit_btn 0.3s 0s infinite alternate ease-in;
}

#landing_content .db_wrap h1 {
    margin-right: 30px;
    font-size: 55px;
    color: #fff;
    font-family: 'SF_HambakSnow';
}

#landing_content .db_wrap p {
    font-size: 30px;
    color: #fff;
}

/* 
#landing_content .main03{padding-top:190px;height:1142px; background:#000}
#landing_content .main03 h2{position:absolute;  left:50%; margin-left:-700px; z-index: 20;}
#landing_content .main03 .slide{position: relative; top:400px;padding-left:257px;margin:0 auto; overflow: hidden;z-index: 20;}
#landing_content .main03 .slide .slide_comp{overflow: hidden;}
#landing_content .main03 .bg{position: absolute; top: 0; right:44%; margin-right:-950px;width:1179px; height:770px; overflow: hidden;}
#landing_content .main03 .bg .mask{position: absolute; width:100%; height:100%; z-index:10;}
#landing_content .main03 .bg .video{position: absolute; width:100%;  z-index: 5;}
#landing_content .main03 .bg .video video{width:125%; transform:translate(-270px,-190px)}
 */

.main03 {
    background: url("../image/main03_bg.gif") no-repeat center;
    padding-bottom: 100px;
    height: 2100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.main03 .s06_title {
    padding: 130px 0 50px;
}

.main03 .s06_title img {}

.main03 .tab_btn {
    margin: 0 auto;
    width: 900px;
}

.main03 .tab_btn::after {
    content: "";
    display: block;
    clear: both;
}

.main03 .tab_btn li {
    float: left;
    width: 300px;
    height: 90px;
    background: #222;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}

.main03 .tab_btn li:hover {
    background: #952229;
}

.main03 .tab_btn li img {
    display: block;
    margin: 0 auto;
}

.main03 .tab_btn li:nth-child(1) {
    border-top-left-radius: 10px;
}

.main03 .tab_btn li:nth-child(3) {
    border-top-right-radius: 10px;
}

.main03 .tab_btn li.on {
    background: #952229;
}

.main03 .tab_img {
    width: 1250px;
    margin: 0 auto;
}

.main03 .tab_img .tab01_img {
    top: 50px;
    gap: 35px 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.main03 .tab_img .tab01_img img {
    width: 100%;
}

.main03 .tab_img .tab01_img .s06_arrow_r {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main03 .tab_img .tab01_img .s06_arrow_l {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main03 .tab_img .tab02_img {
    top: 50px;
    padding: 0 25px;
}

.main03 .tab_img .tab02_img img {}

.main03 .tab_img .tab02_img p {
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.7px;
    padding-top: 15px;
}

.main03 .tab_img .tab02_img .s06_arrow_r {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main03 .tab_img .tab02_img .s06_arrow_l {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main03 .tab_img .tab03_img {
    top: 50px;
    width: 800px;
    padding: 0 25px;
}

.main03 .tab_img .tab03_img img {}

.main03 .tab_img .tab03_img p {
    color: #fff;
    font-size: 25px;
    letter-spacing: -0.7px;
    padding-top: 15px;
}

.main03 .tab_img .tab03_img .s06_arrow_r {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main03 .tab_img .tab03_img .s06_arrow_l {
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main03 .s06_title_set {
    margin-top: 120px;
    margin-left: -770px;
}

.main03 .swiper-wrapper img {
    width: 100%;
}

.main03 .set_img {
    position: absolute;
    top: 1565px;
    left: 50%;
    margin-left: 120px;
    width: 530px;
    height: 442px;
    padding: 0 25px 50px;
}

.main03 .set_img span {
    color: #fff;
    font-size: 30px;
    display: block;
    padding-top: 15px;
}

.main03 .set_img img {
    width: 100%;
}

.main03 .set_btn01 {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    cursor: pointer;
}

.main03 .set_btn02 {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.main03 .set_tumb {
    position: absolute;
    width: 700px;
    top: 1615px;
    left: 47.5%;
    margin-left: -580px;
}

.main03 .set_tumb span {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.main03 .s06_img {}

.main03 .s06_img img {
    position: absolute;
}

.main03 .s06_img img:nth-child(1) {
    top: 0;
    right: 50%;
    margin-right: -1060px;
}

.main03 .s06_img img:nth-child(2) {
    top: 0;
    left: 50%;
    margin-left: -1050px;
}

.main03 .s06_img img:nth-child(3) {
    bottom: -250px;
    right: 50%;
    margin-right: -1050px;
}

.main03 .s06_img img:nth-child(4) {
    bottom: -300px;
    left: 50%;
    margin-left: -900px;
}

.video-container {
    position: relative;
    padding-bottom: 28.25%;
    height: 0;
    width: 50%;
    margin: 0 auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes text_ani {
    0% {
        margin-top: -10px;
    }

    100% {
        margin-top: 0;
    }
}

.price-box {
    background-color: #f10c36;
    line-height: 26px;
    width: 100%;
    padding: 21px 44px;
    color: #fff;
    margin-top: 19px;
    font-size: 18px;
}

#landing_content .main04 {
    padding-top: 140px;
    height: 1142px;
    width: 100%;
    background: url(../image/main04_bg.gif) no-repeat 50% / cover;
}

#landing_content .main04 h2 {
    position: absolute;
    left: 53%;
    margin-left: -700px;
    z-index: 20;
}

#landing_content .main04 .slide {
    position: relative;
    top: 400px;
    padding-left: 315px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 20;
}

#landing_content .main04 .slide .slide_comp {
    overflow: hidden;
}

#landing_content .main04 .bg {
    position: absolute;
    top: 0;
    right: 45%;
    margin-right: -950px;
    width: 1179px;
    height: 770px;
    overflow: hidden;
}

#landing_content .main04 .bg .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#landing_content .main04 .bg .video {
    position: absolute;
    width: 100%;
    z-index: 5;
}

#landing_content .main04 .bg .video video {
    width: 125%;
    transform: translate(-270px, -190px);
}

#landing_content .main04 #video-container .video iframe {
    border-radius: 20px;
    overflow: hidden;
}

#video-modal,
#video-modal2 {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#close-button,
#close-button2 {
    display: block;
    padding: 16px 0;
    margin-top: 6px;
    background: #a30100;
    width: 100%;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 22px;
    letter-spacing: -2px;
    font-weight: bold;
}

#landing_content .main05 {
    /* padding: 100px;*/
    background: url("../image/main06_back.png") no-repeat 50% / cover;
}

#landing_content .main05 h2 {}

#landing_content .main05 p {
    text-align: right;
    color: #666;
    margin-top: 15px;
}

#landing_content .main06 {
    height: 1180px;
    display: flex;
}

/* #landing_content .main06 .main06-le {
    width: 50%;
    background: url("../image/main06-le-back.png") no-repeat 50% / cover;
} */

#landing_content .main06 .main06-rg {
    width: 50%;
    padding: 100px;
    background: url("../image/main06-rg-back.png") no-repeat 50% / cover;
}

#landing_content .main06 .main06-rg h3 {
    margin-top: 13%;
}

#landing_content .main06 h2 {
    margin: 50px 0;
}

#landing_content .main06 .ctn {
    width: 100%;
    padding: 0px;
}

#landing_content .main08 {
    height: 826px;
    background: url("../image/bg_main08.jpg") no-repeat 50% / cover;
}

#landing_content .main08 h2 {
    position: absolute;
    top: 220px;
    right: 50%;
    margin-right: -540px;
    z-index: 10;
}

#landing_content .main08 .ctn {
    position: absolute;
    top: 90px;
    right: 50%;
    margin-right: -890px;
    z-index: 5;
}

#landing_content .main08 .reivew {
    position: absolute;
    left: 50%;
    margin-left: -700px;
    display: flex;
    overflow: hidden;
}

#landing_content .main08 .reivew li {
    margin-right: 20px;
}

#landing_content .main08 .reivew li.list01 img {
    animation: img_ani01 60s 0s infinite alternate linear;
}

#landing_content .main08 .reivew li.list02 img {
    animation: img_ani02 60s 0s infinite alternate linear;
}

.main__expense {
    width: 75%;
    margin: 40px auto;
}

.main__expense__con {
    width: 100%;
}

.main__expense__con table {
    width: 100%;
    border-collapse: collapse;
}

.main__expense__con table thead th {
    font-weight: 600;
    padding: 20px 5PX;
    background-color: #e21f25;
    border-right: 1px solid #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.58px;
    text-align: center;
    color: #fff;
}

.main__expense__con table thead th:first-child {
    border-radius: 5px 0 0 5px;
}

.main__expense__con table thead th:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 0;
}

.main__expense__con tbody {
    background-color: #fff;
}

.main__expense__con table tbody td {
    padding: 13px;
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #999;
    font-weight: 500;
}

.main__expense__con table tbody .c_red {
    color: #e21f25;
}

.main__expense__con table tbody .red {
    font-size: 27px;
    font-weight: 800;
    color: #e21f25;
}

.main__expense__con table tbody tr.last td {
    border-bottom: 1px solid #333;
}

.main__expense__con table tbody td.tit {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    color: #333;
}

.main__expense__con table tbody td.small {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.45px;
    text-align: left;
    color: #444;
}

@keyframes img_ani01 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -75%);
    }
}

@keyframes img_ani02 {
    0% {
        transform: translate(0, -75%);
    }

    100% {
        transform: translate(0, 0);
    }
}

#landing_content .main09 {
    padding-top: 130px;
    height: 855px;
    background: url("../image/bg_main09.jpg") no-repeat 50% / cover;
}

#landing_content .main09 h2 {
    margin-bottom: 24px;
}

#landing_content .main09 .inter ul {
    display: flex;
    width: 1280px;
    margin: 0 auto;
}

#landing_content .main09 .inter ul li {
    margin: 1%;
    width: 50%;
}

#landing_content .main09 .inter ul li .video {
    width: 100%;
    height: 330px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-size: 0;
}

#landing_content .main09 .inter ul li h3 {
    font-size: 17px;
    letter-spacing: -1px;
}

#landing_content .main09 .inter ul li h3 span {
    display: inline-block;
    margin-right: 4px;
    font-size: 0.8em;
    padding: 8px 20px;
    background: #d3101a;
    color: #fff;
    border-radius: 100px;
}

#landing_content .main09 .inter ul li p {
    opacity: 0.8;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: -1px;
}

#landing_content .main10 {
    padding-top: 140px;
    height: 1700px;
    background: url("../image/bg_main10.jpg") no-repeat 50% / cover;
    position: relative;
}

#landing_content .main10 h2 {
    margin-bottom: 100px;
}

#landing_content .main10 .main10_title01_sub {
    position: absolute;
    top: 350px;
    right: 50%;
    margin-right: -660px;
    animation: submit_btn 0.3s 0s infinite alternate ease-in;
}

#landing_content .main14 .map {
    position: relative;
}

#landing_content .main14 .map .logo {
    width: 150px;
    margin: 8px auto 16px;
}

#landing_content .main14 .map .wgic_box {
    position: absolute;
    left: 3%;
    top: 5%;
    padding: 30px;
    width: 350px;
    height: 80%;
    background: #a40008;
    z-index: 10;
    border-radius: 5px;
    overflow: hidden;
}

#landing_content .main14 .map .wgic_box .wgic_seach {
    font-size: 0;
}

#landing_content .main14 .map .wgic_box .wgic_seach input {
    width: 80%;
    padding: 0 8px;
    height: 40px;
    font-size: 15px;
    border-radius: 3px;
    overflow: hidden;
    border: none;
}

#landing_content .main14 .map .wgic_box .wgic_seach button {
    width: 20%;
    height: 40px;
    font-size: 15px;
    background: #111;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

#landing_content .main14 .map .wgic_white {
    height: 100%;
}

#landing_content .main14 .map .wgic_white_box {
    margin-top: 16px;
    height: 70%;
    background: #fff;
    overflow-y: scroll;
    border-radius: 5px;
}

#landing_content .main14 .map .wgic_white .wgic_white_box ul {
    padding: 0 8px;
}

#landing_content .main14 .map .wgic_white .wgic_white_box ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
}

#landing_content .main14 .map .wgic_white .wgic_white_box ul li a {
    display: block;
    padding: 12px 4px;
    color: #000;
    font-size: 14px;
}

#landing_content .main14 .map .wgic_white .wgic_white_box ul li a span {
    display: block;
}

#landing_content .main14 .map .wgic_white .wgic_white_box ul li a:hover {
    background: #f5f5f5;
}

#landing_content .main14 .map .wgic_place {
    display: flex;
    margin-top: 6px;
    flex-wrap: wrap;
}

#landing_content .main14 .map .wgic_place select {
    width: 49%;
    height: 40px;
    border: none;
    border-radius: 3px;
    overflow: hidden;
    color: #222;
}

#landing_content .main14 .map .wgic_place select:first-child {
    margin-right: 2%;
}

#landing_content .main14 .map .wrap .info {
    background: #fff;
    text-align: left;
}

#landing_content .main14 .map .wrap .info .close {
    position: absolute;
    right: 0;
    top: 0;
}

#landing_content .main14 .map .wrap .info .titles {
    background: #a40008;
    color: #fff !important;
    font-size: 20px;
}

#landing_content .main14 .map .wrap .info .titles a {
    display: block;
    padding: 6px;
    color: #fff;
}

#landing_content .main14 .map .wrap .info .sub1 {
    display: block;
    padding: 4px;
    font-size: 14px;
}

#landing_content .main14 .map .wrap .info .sub3 {
    display: block;
    padding: 4px;
    font-size: 14px;
}

@media all and (max-width:969px) {
    #landing_content .main14 .map .wgic_box {
        left: 0;
        top: 5%;
        padding: 20px;
        width: 260px;
        height: 470px;
    }

    #landing_content .main14 .map .wgic_white_box {
        height: 250px;
    }

    #landing_content .db_wrap h1 {
        font-size: 30px;
        margin-right: 20px;
    }

    #landing_content .db_wrap p {
        font-size: 20px;
    }

    #landing_content .main06 h2 {
        margin: 0;
    }

}

@media all and (max-width:768px) {
    #landing_content .main14 .map .wgic_box {
        position: relative;
        left: auto;
        top: -50px;
        padding: 30px 5% 50px;
        width: 100%;
        height: auto;
        background: #a40008;
        z-index: 10;
        border-radius: 5px;
        overflow: hidden;
    }

    #landing_content .main14 .map .wgic_white_box {
        height: 240px;
    }

}

#ft {
    padding: 100px 0 200px;
    background: url("../image/bg_footer.gif") no-repeat 50% 100% fixed;
    color: #fff !important;
    text-align: center !important;
}

#ft .footer_logo {
    margin-bottom: 16px;
}

#ft address {
    display: block;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 8px;
}

#ft cite {
    font-style: normal;
    opacity: 0.7;
    font-size: 18px;
}

#ft .sns_btn ul {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

#ft .sns_btn ul li {
    margin: 0 6px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    overflow: hidden;
}

#ft .sns_btn ul li a {
    display: block;
    padding: 20px;
}

#ft .sns_btn ul li img {
    width: 40px;
}

/* db */
#landing_content .db_wrap {
    position: fixed;
    font-size: 12px;
    width: 100%;
    bottom: -200px;
    z-index: 80;
    background: url("../image/bg_db.jpg") no-repeat 50% / cover;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.9);
    transition: 0.8s;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#landing_content .db_wrap.scroll_on {
    bottom: 0;
}

#landing_content .db_wrap .db {
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    padding-top: 13px;
    width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2;
}

#landing_content .db_wrap .db h2 {
    margin-right: 24px;
    padding-top: 2px;
}

#landing_content .db_wrap .db ul {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
}

#landing_content .db_wrap .db ul li {
    width: 32%;
    margin: 0.1% 0.5%;
    height: 42px;
}

#landing_content .db_wrap .db ul li a#landing_content .db_wrap.scroll_on {
    text-decoration: underline;
    cursor: pointer;
}

.db_wrap input[type="text"] {
    margin-right: 0;
    width: 20%;
    padding: 6px 10px;
    height: 42px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.db_wrap select {
    width: 19%;
    padding: 6px 10px;
    height: 42px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

#landing_content .db_wrap .db ul li input[type="text"]::placeholder {
    color: #666;
    letter-spacing: -1px;
}

#landing_content .db_wrap .db ul li.agree {
    width: 49%;
    margin-top: 6px;
    text-align: left;
    color: #fff;
    font-size: 13px;
    letter-spacing: -1px;
}

#landing_content .db_wrap .db ul li.agree a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

#landing_content .db_wrap .db ul li.agree input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

#landing_content .db_wrap .db .db_submit {
    margin-top: 1px;
    animation: submit_btn 0.3s 0s infinite alternate ease-in;
}

#landing_content .db_wrap .db .db_submit img {
    width: 100%;
}

@keyframes submit_btn {
    0% {
        transform: translate(0, -2px);
    }

    100% {
        transform: translate(0, 0);
    }
}

#landing_content .db_wrap .db .db_submit input {
    transition: 0.3s;
}

#landing_content .db_wrap .db .db_submit input:hover {
    filter: contrast(150%)
}

.main__costomer__tel {
    margin-right: 10px;
}

.contact_form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.db_wrap .agree-wrap label {
    color: #fff;
    font-size: 12px;
}

.agg {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    color: #fff;
}

.main__costomer__form {
    width: 100%;
}

.contact_btn {
    margin-left: 20px;
}

.agree-wrap {
    margin-left: 10px;
}

/* 레이어팝업 */
.layer {
    position: fixed;
    display: none;
    left: 0;
    top: 180px;
    z-index: 3000000;
    width: 100%;
}

.layer .close_btn {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    background: #d3101a;
    border-radius: 0 10px 0 10px;
    color: #fff;
}

.layer .close_btn a {
    display: block;
    color: #fff;
    padding: 14px 18px;
    font-size: 20px;
    font-weight: bold;
}

.layer .layer_wrap {
    position: relative;
    width: 100%;
    max-width: 700px;
    top: 0;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    text-align: left;
    letter-spacing: -0.5px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}

.layer .layer_wrap .DB_info_detail {
    width: 100%;
    margin: 18px auto;
    padding-bottom: 16px;
    line-height: 1.6;
    color: #222;
    font-size: 12px;
}

.layer .layer_wrap .DB_info_detail h2 {
    padding: 22px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap p {
    padding: 8px;
    margin-bottom: 12px;
    font-size: 13px;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap {
    width: 98%;
    height: 360px;
    padding: 8px 16px;
    overflow: auto;
    box-sizing: border-box;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dt {
    display: block;
    background: #ccc;
    border-radius: 3px;
    padding: 7px 10px;
    font-weight: bold;
    color: #333;
}

.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dd {
    margin-bottom: 16px;
    padding: 4px 12px;
    box-sizing: border-box;
}

/*.contact_email{display: none;}*/

#bo_gall,
#bo_v,
#bo_w {
    max-width: 1100px;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 16px;
}

#container_title {
    text-align: center;
    padding: 100px 0;
    color: #fff;
    background: url("../image/bg_main01.jpg") no-repeat 50% 50% / cover;
    font-size: 40px;
    font-family: 'pretendard', 'Malgun Gothic', dotum, sans-serif;
}

#boder_link {
    position: absolute;
    width: 100%;
    top: 210px;
    z-index: 10;
}

#boder_link ul {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

#boder_link ul li {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
    text-align: center;
    background: #d3101a;
    overflow: hidden;
}

#boder_link ul li a {
    display: block;
    padding: 16px 0;
    font-size: 19px;
    color: #fff;
}

.contact-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#pop {
    position: absolute;
    width: 50%;
    border-radius: 15px;

    background-color: #fff;
    bottom: 145%;
    padding: 12px 19px;
    display: block;
}

#close {
    text-align: right;
}

#close img {
    width: 4%;
    margin-top: 20px;
}

@media all and (max-width:1600px) {

    #landing_content #landing_gnb .logo,
    #landing_content #landing_gnb.scroll_on .logo {
        width: auto;
    }

    #landing_content #landing_gnb .menu {
        display: none;
    }

    #landing_content #landing_gnb {
        min-width: 100%;
        justify-content: center;
    }

    #landing_content .main01 {
        height: auto;
    }

    #landing_content .main01 h2 {
        margin-left: 0;
        width: 67%;
        margin: auto;
        position: unset;
    }

    #landing_content .main01 h1,
    #landing_content .main01 h3,
    #landing_content .main01 h4,
    #landing_content .main01 h5 {
        margin-left: 0;
        position: unset;
    }

    #landing_content .main01 h1 {
        margin-top: 12%;
    }

    #landing_content .main01 h4 {
        padding: 20px 0;
    }

    #landing_content .main02 .ctn .ctn02 {
        position: sticky;
    }

    #landing_content .main02 {
        padding: 70px 0;
        height: auto;
    }

    #landing_content .main02 h2 {
        margin: 0 auto;
    }

    #landing_content .main02 h2 img {
        width: 62%;
    }

    #landing_content .main02 p img {
        width: 93%;
    }

    #landing_content .main02 .ctn .ctn02 {
        margin-left: 0;
    }

    #landing_content .main02 .ctn {
        height: 620px;
    }

    #landing_content .main02-5 {
        padding: 70px 0;
        height: auto;
    }

    #landing_content .main02-5 img {
        width: 65%;
    }

    #landing_content .main02-5_img img {
        width: 65%;
    }

    #landing_content .main05 {
        padding: 70px 0;
    }

    #landing_content .main05 h2 img {
        width: 20%;
    }

    .main__expense {
        width: 95%;
    }

    .main__expense__con table tbody td,
    .main__expense__con table tbody td.small,
    .main__expense__con table tbody td.tit,
    .main__expense__con table thead th,
    .price-box {
        font-size: 16px;
    }

    #landing_content .main03 {
        padding: 50px 0;
        height: unset;
    }

    #landing_content .main03 .bg {
        display: none;
    }

    #landing_content .main03 h2 {
        position: unset;
    }

    #landing_content .main03 {
        text-align: left;
    }

    #landing_content .main03 h2 {
        margin-left: 0;
        margin-left: 30px;
    }

    #landing_content .main03 .slide {
        padding-left: 0;
        padding-top: 6%;
        top: 0;
    }

    .swiper-backface-hidden .swiper-slide {
        width: 100% !important;
        padding-left: 10px;
    }

    #landing_content .main06 .ctn {
        padding: 70px 0;
    }

    #landing_content .main06 .main06-le {
        width: 100%;
        /* background-color: #FCB534;
        background-image: none; */
    }

    #landing_content .main06 .main06-rg {
        width: 100%;
    }

    #landing_content .main06 {
        display: unset;
    }

    #landing_content .main11 {
        padding: 70px 0;
        height: auto;
    }

    #landing_content .main11 h2 {
        width: 70%;
        margin: 0 auto;
    }

    #landing_content .main11 img {
        width: 90%;
    }

}

@media all and (max-width: 1000px) {
    .pc_img {
        display: none;
    }

    .m_img {
        display: block;
    }

    #landing_content #landing_gnb {
        text-align: center;
    }

    #landing_content #landing_gnb .logo {
        width: 100%;
    }

    #landing_content #landing_gnb .logo img {
        width: 20%;
    }

    #landing_content #landing_gnb.scroll_on {
        display: none;
    }

    #landing_content #landing_gnb {
        padding: 19px 6px;
    }

    #landing_content .main01 {
        padding: 70px 0 40px;
        width: calc(100vw + 0px);
        height: auto;
    }

    #landing_content .main01 h4 {
        padding: 0;
    }

    #landing_content .main01 h2 {
        width: 100%;
        margin-top: 7%;
    }

    #landing_content .main01 h2 img {
        width: 100%;
    }

    #landing_content .main01 h1 {
        margin-top: 19%;
        background-position: right;
    }

    #landing_content .main01 h3 img {
        width: 60%;
        padding: 13px 0;
    }

    #landing_content .main01 h4 img {
        width: 70%;
        padding: 20px 0 25px;
    }

    #landing_content .main01 h5 {
        width: 100%;
    }

    #landing_content .main01 h5 img {
        width: 40%;
    }

    #landing_content .main01 h1 img {
        width: 80%;
    }

    #landing_content .main01 span {
        position: unset;
        margin-left: 0;
    }

    #landing_content .main01 span img {
        width: 80%;
        margin: 0 auto;
    }

    #landing_content .main02 {
        width: calc(100vw + 0px);
        padding: 50px 0 0;
        height: auto;
    }

    #landing_content .main02 .ctn {
        height: auto;
        top: 20px;
    }

    #landing_content .main02 .ctn .ctn01 {
        top: -20px;
    }

    #landing_content .main02 .ctn .ctn01 img {
        width: 56%;
        display: none;
    }

    #landing_content .main02 .ctn .ctn02 img {
        width: 90%;
    }

    #landing_content .main02 p img {
        margin-top: 5%;
        padding: 0 20px;
        width: 100%;
    }

    #landing_content .main02 img {
        width: 70%;
    }

    #landing_content .main02-5 {
        padding: 0;
    }

    #landing_content .main02-5 img {
        width: 100%;
    }

    #landing_content .main02-5 h1 {
        margin-bottom: 20px;
    }

    .video-container {
        width: 90%;
        padding-bottom: 51.25%;
    }

    #landing_content .main02-5_img img:nth-child(2) {
        position: unset;
        margin-right: 0;
        width: 70%;
    }

    #landing_content .main05 {
        padding: 0;
    }

    .main03 .s06_title {
        padding: 0 0 20px;
        text-align: center;
    }

    .main03 .s06_title img {
        width: 80%;
        text-align: center;

    }

    .main03 .tab_img {
        width: 100%;
    }

    .main03 .tab_img .tab01_img {
        gap: 12px;
        padding: 0;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }

    .main03 .tab_img .tab01_img img {
        width: 100%;
    }

    .main03 .tab_img p {
        display: none;
    }

    .main03 .s06_title_set {
        position: unset;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .main03 .s06_title_set img {
        width: 48%;
        margin: 30px 30px 0;
    }

    .main03 .set_img {
        position: unset;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0;
        width: auto;
        height: auto;
    }

    .main03 .set_btn01 {
        right: -13px;
    }

    .main03 .set_btn02 {
        left: 13px;
    }

    .main03 .set_btn01,
    .main03 .set_btn02 {
        top: 80%;
    }

    .main03 .set_tumb {
        display: none;
    }

    .main03 .set_img img {
        width: 53%;
    }

    .main03 {
        height: auto;
        padding-bottom: 50px;
    }

    #landing_content .main04 {
        padding: 50px 0;
        height: auto;
        background: url(../image/main04_bg.gif) no-repeat 50%/ cover
    }

    #landing_content .main04 .bg .mask {
        display: none;
    }

    #landing_content .main13 h2 {}

    #landing_content .main04 h2 {
        margin-bottom: 30px;
        position: unset;
        margin-left: 30px;
        text-align: left;
    }

    #landing_content .main04 .slide {
        top: 0;
        padding-left: 0;
    }

    #landing_content .main04 h2 img {
        width: 90%;
    }

    #landing_content .main13 h2 img {
        width: 100%;
    }

    #landing_content .main05 h2 img {
        width: 100%;
    }

    #landing_content .main03 {
        padding: 50px 0 20px;
    }

    .main__expense__con table tbody .red {
        font-size: 15px;
    }

    .main14 img {
        width: 100%;
    }

    .main__expense {
        margin: 30px auto 0;
    }

    .main__expense__con {}

    .main__expense__con table {
        white-space: nowrap;
        overflow: auto;
        border-collapse: collapse;
    }

    .main__expense__con table tbody td,
    .main__expense__con table tbody td.tit {
        padding: 10px;
    }

    .main__expense__con table tbody td,
    .main__expense__con table tbody td.small,
    .main__expense__con table tbody td.tit,
    .main__expense__con table thead th {
        font-size: 10px;
    }

    .main__expense__con table thead th {
        padding: 10px 4px;
    }

    #landing_content .main07 .news-list li:last-child {
        margin-bottom: 0;
    }

    #landing_content .main03 h2 {
        margin-left: 20px;
    }

    .price-box {
        font-size: 13px;
        line-height: 17px;
        padding: 15px 10px;
        text-align: left;
    }

    .swiper-backface-hidden .swiper-slide {
        width: 100% !important;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .swiper-backface-hidden .swiper-slide img {
        width: 88%;
    }

    #landing_content .main11 .main__expense span {
        font-size: 12px;
    }

    #landing_content .main03 h2 img {
        width: 80%;
    }

    #landing_content .main05 p {
        font-size: 13px;
        text-align: left;
    }

    #landing_content .main06 .ctn {
        padding: 0;
    }

    #landing_content .main06 .ctn img {
        width: 100%;
    }

    #landing_content .main06 h2 img {
        width: 45%;
    }

    #landing_content .main06 .main06-rg,
    #landing_content .main12 .map-r {
        padding: 50px 0;
    }

    #landing_content .main06 .main06-rg h3 {
        margin-top: 10%;
    }

    #landing_content .main06 .main06-rg h3 img {
        width: 90%;
    }

    #ft {
        padding: 50px 0 150px;
    }

    #ft address {
        font-size: 11px;
        color: #fff;
    }

    #ft .footer_logo img {
        width: 15%;
    }

    #landing_content .db_wrap .db {
        width: 100%;
        flex-wrap: wrap;
    }

    .main__costomer__tel {
        display: none;
    }

    .contact_form {
        flex-direction: column;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .db_wrap input[type="text"],
    .db_wrap select {
        height: 30px;
        width: 30%;
        font-size: 1em;
    }

    .db_wrap input[type="text"] {
        width: 30%;
        padding: 6px 8px;
        font-size: 1em;
    }

    .contact-box {
        display: flex;
        width: 95%;
        margin-top: 10px;
        justify-content: center;
        align-items: center;
    }

    .contact_btn {
        width: 73%;
        float: right;
        margin-left: 50px;
    }

    .agree-wrap {
        margin-left: 0;
        width: 100%;
    }

    .agree-wrap {
        display: flex;
    }

    .db_wrap .agree-wrap label {
        margin-right: 10px;
    }

    #top_btn {
        display: none;
    }

    .agg {
        font-size: 11px;
    }

    #pop {
        width: 95%;
        left: 3%;
    }

    #ft cite {
        font-size: 11px;
    }

}