section,
section * {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

section {
    overflow: hidden;
}

.mc-con {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 4;
}

.main_sc {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* sc01 */
#sc01 {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 100vh;
}

#sc01::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.video-bg{
    position:absolute;
    inset:0;
    overflow:hidden;
    z-index:0;
    pointer-events:none;
}

.video-bg iframe{
    position:absolute;
    top:50%;
    left:50%;
    width:100vw;
    height:56.25vw;
    min-height:100vh;
    min-width:177.77vh;
    transform:translate(-50%,-50%);
}
.main-caption{
    width: 100%;
    padding: 0 120px;
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 99;
}
.main-caption > h2{
    color: #FFF;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    font-size: 70px;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 30px;
}
.main-caption > h2 > span{
    font-weight: 700;
}
.main-caption > p{
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.40);
    font-size: 20px;
    font-weight: 500;
}
.sc01-scroll{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    letter-spacing: .15em;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    font-weight: 500;
    z-index: 4;
}
.scroll-line{
    width: 1px;
    height: 32px;
    background: linear-gradient(to top, rgba(255, 255, 255, .7), transparent);
    animation: scrollLine 1.8s ease-in-out infinite;
}

.sect-tit{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 70px;
}
.sect-tit > h5{
    color: #A51E25;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sect-tit > h3{
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.sect-tit > h3 > span{
    color: #A51E25;
    font-weight: 800;
}
.sect-tit > h3 > b{
    font-weight: 700;
}
.sect-tit > p{
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

/* sc02 */
#sc02{
    overflow: hidden;
}
#sc02::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(8, 8, 10, 0.85) 0%, rgba(8, 8, 10, 0.70) 50%, rgba(8, 8, 10, 0.95) 100%);
}
.sect-tit > ul{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sect-tit > ul > li{
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    transition: .2s;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.sect-tit > ul > li:hover{
    background: rgba(120, 22, 27, 0.18);
    border-color: rgba(165, 30, 37, 0.5);
    color: #fff;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    gap: 30px;
}
.sc02-box{
    width: calc((100% - 60px) / 3);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(20, 20, 25, 0.72);
    backdrop-filter: blur(3px);
    transition: .2s;
}
.sc02-box > div{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px; 
}
.sc02-box > div > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(165, 30, 37, 0.32);
    background: rgba(165, 30, 37, 0.12);
    color: #A51E25;
    transition: .2s;
}
.sc02-box > div > p{
    color: #A51E25;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}
.sc02-box > h3{
    color: #A51E25;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sc02-box > h3 > span{
    display: inline-block;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.70) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 800;
}
.sc02-box > h5{
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}
.sc02-box > h5::after{
    content: "";
    width: 30px;
    height: 1px;
    background: #A51E25;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
}
.sc02-box > p{
    color: rgba(255, 255, 255, 0.65);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.sc02-box > p > b{
    color: #fff;
    font-weight: 600;
}
.sc02-box:hover{
    background: rgba(28, 14, 16, 0.88);
    border-color: rgba(165, 30, 37, 0.45);
}
.sc02-box:hover > div > span{
    background: #A51E25;
    color: #fff;
    transform: scale(1.05);
}
.sc02-box:hover > h5::after{
    width: 60px;
}

/* sc03 */
#sc03{
    overflow: hidden;
}
#sc03::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: radial-gradient(80% 60% at 30% 50%, rgba(120, 22, 27, 0.25) 0%, rgba(120, 22, 27, 0.00) 70%), linear-gradient(90deg, rgba(10, 10, 12, 0.85) 0%, rgba(10, 10, 12, 0.50) 40%, rgba(10, 10, 12, 0.92) 100%);
}
.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
}
.sc03-box{
    width: calc((100% - 80px) / 2);
}
.sc03-img{
    display: flex;
    width: 100%;
}
.sc03-img img{
    width: 100%;
}
.sc03-tit{
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.sc03-tit::after{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.sc03-tit > h5{
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.sc03-tit > ul{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.sc03-tit > ul > li{
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-weight: 500;
}
.sc03-tit > h3{
    color: #FFF;
    font-size: 56px;
    font-weight: 100;
    line-height: 1.2;
}
.sc03-tit > h3 > span{
    color: #A51E25;
    font-weight: 700;
}
.sc03-tit > h3 > b{
    font-weight: 700;
}
.sc03-box > ul > li{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.sc03-box > ul > li > span{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #A51E25;
    border-radius: 50%;
}
.sc03-bt{
    width: 100%;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(20, 20, 25, 0.55);
}
.sc03-bt-tit{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sc03-bt-tit > h5{
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 6px;
}
.sc03-bt-tit > h5 > span{
    color: #A51E25;
    font-weight: 700;
}
.sc03-bt-tit > p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
    letter-spacing: 1.5px;
}
.sc03-card-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sc03-card{
    flex: 1;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: .2s;
    position: relative;
    overflow: hidden;
}
.sc03-card::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #A51E25;
    position: absolute;
    top: 100%;
    left: 0;
    transition: .3s;
    z-index: -1;
}
.sc03-card > p{
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 7px;
    transition: .2s;
}
.sc03-card > h5{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
    transition: .2s;
}
.sc03-card-wrap > span{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    flex: 0 0 auto;
}
.sc03-card.on{
    border: 1px solid #A51E25;
    background: #A51E25;
    box-shadow: 0 6px 18px 0 rgba(165, 30, 37, 0.40);
}
.sc03-card.on > p{
    color: rgba(255, 255, 255, 0.75);
}
.sc03-card.on > h5{
    color: #fff;
    font-weight: 700;
}
.sc03-card:hover::before{
    top: 0;
}
.sc03-card:hover{
    border-color: #A51E25;
}
.sc03-card:hover > p{
    color: rgba(255, 255, 255, 0.75);
}
.sc03-card:hover > h5{
    color: #fff;
    font-weight: 700;
}

/* sc04 */
#sc04{
    background: #0D0D10;
    overflow: hidden;
}

#sc04::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sc04-tit{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
}
.sc04-tit .sect-tit{
    text-align: left;
    margin-bottom: 0;
    width: auto;
    align-items: flex-start;
}
.sc04-tit > a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    gap: 10px;
    color: #fff;
    padding: 1rem 20px;
    border-radius: 50px;
    background: #A51E25;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.sc04-tit > a > span{
    display: inline-block;
    font-size: 14px;
    transition: .2s;
}
.sc04-tit > a:hover > span{
    transform: translateX(4px);
}
.sc04-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc04-box{
    display: block;
    width: calc((100% - 100px) / 6);
    text-align: center;
    margin-bottom: 1rem;
}
.sc04-img{
    width: 100%;
    display: flex;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.sc04-img img{
    display: block;
    width: 100%;
    transition: .3s;
}
.sc04-box > h5{
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}
.sc04-box > h5 > span{
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}
.sc04-box > h5 > span.rd{
    color: #A51E25;
}
.sc04-box:hover .sc04-img img{
    transform: scale(1.05);
}

/* sc05 */
#sc05{
    background: #1A1A1E;
    overflow: hidden;
}
#sc05::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sc05-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.sc05-box{
    display: flex;
    width: calc((100% - 72px) / 4);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.sc05-box::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.85) 100%);
    transition: .4s ease;
    z-index: 1;
}
.sc05-box:hover::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(20, 8, 10, 0.92) 100%);
}
.sc05-box img{
    display: block;
    width: 100%;
    transition: .3s;
}
.sc05-box > span{
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: #A51E25;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    transition: .2s;
}
.sc05-caption{
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.sc05-caption > h5{
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}
.sc05-caption > p{
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.sc05-caption > h3{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    transition: .2s;
    padding-top: 14px;
    margin-top: 14px;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.sc05-caption > h3::after{
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .2s;
}
.sc05-caption > h3 > span{
    display: inline-block;
    font-size: 16px;
    color: #A51E25;
    transition: .2s;
    opacity: 0;
    transform: translateX(-8px);
}
.sc05-box:hover{
    box-shadow: 0 24px 50px rgba(0,0,0,0.55);
}
.sc05-box:hover > span{
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(165, 30, 37, 0.55);
}
.sc05-box:hover .sc05-caption > p{
    color: rgba(255, 255, 255, 0.9);
}
.sc05-box:hover .sc05-caption > h3{
    letter-spacing: 1px;
}
.sc05-box:hover .sc05-caption > h3::after{
    width: 100%;
    box-shadow: 0 0 12px rgba(165, 30, 37, 0.6);
    background: #A51E25;
}
.sc05-box:hover .sc05-caption > h3 > span{
    opacity: 1;
    transform: translateX(0);
    margin-left: 14px;
}
.sc05-box:hover img{
    transform: scale(1.08);
}

/* sc06 */
#sc06{
    overflow: hidden;
}
#sc06::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(10, 10, 12, 0.75) 0%, rgba(10, 10, 12, 0.60) 50%, rgba(10, 10, 12, 0.90) 100%);
}
.sect-tit > div{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
}
.sect-tit > div > p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 800;
}
.sect-tit > div > span{
    display: inline-block;
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, 0.40);
}
.YouTubePopUp-Content{
    max-width: 850px;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sc06-box{
    width: calc((100% - 60px) / 3);
}
.sc06-img{
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 12px;
    border: 2px solid #D4A85A;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.50), 0 20px 40px 0 rgba(0, 0, 0, 0.50);
    overflow: hidden;
    transition: .2s;
}
.sc06-img img{
    width: 100%;
}
.sc06-img > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(229, 0, 0, 0.95);
    box-shadow: 0 8px 24px 0 rgba(229, 0, 0, 0.45);
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sc06-img:hover{
    transform: translateY(-6px);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 28px 50px rgba(0, 0, 0, 0.6);
}

/* sc07 */
#sc07{
    background: #F4F4F5;
}
#sc07 .sect-tit > h5{
    color: #78161B;
}
#sc07 .sect-tit > h3{
    color: #1A1A1F;
}
#sc07 .sect-tit > h3 > span{
    color: #78161B;
}
#sc07 .sect-tit > p{
    color: rgba(0, 0, 0, 0.60);
}
.sc07-wrap{
    width: 100%;
    display: flex;
    gap: 50px;
}
.sc07-box{
    width: calc((100% - 50px) / 2);
}

.sc07-tit{
    width: 100%;
    margin-bottom: 30px;
}
.sc07-tit > h5{
    color: #1A1A1F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}
.sc07-tit > p{
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.sc07-box:last-child{
    padding: 50px 45px;
    border: 1px solid #E5E5E8;
    background: #FFF;
}
.form-bg{
    width: 100%;
}
.form-con{
    width: 100%;
}
.form-wrap{
    width: 100%;
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}
.form-box{
    width: calc((100% - 14px) / 2);
}

.form-box input {
    width: 100%;
    padding: 1rem;
    border: 1px solid #D8D8DC;
    background: #FAFAFA;
    font-size: 15px;
    font-weight: 400;
    transition: .3s;
    outline: none;
    color: #1A1A1F;
}
.form-box input::placeholder{
    color: #aaa;
}
.form-box input:focus{
    border-color: #A51E25;
    background: #fff;
}
.form-select {
    width: 100%;
    padding: 1rem;
    border: 1px solid #D8D8DC;
    background: #FAFAFA;
    font-size: 15px;
    font-weight: 400;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1A1A1F;
}
.form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border: 0;
    font-size: 15px;
    color: #1A1A1F;
    font-weight: 400;
}
.form-select > span{
    font-size: 13px;
    color: #1A1A1F;
}
.form-textarea {
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea {
    width: 100%;
    height: 100px;
    padding: 1rem;
    border: 1px solid #D8D8DC;
    background: #FAFAFA;
    font-size: 15px;
    font-weight: 400;
    resize: none;
    transition: .3s;
    outline: none;
}
.form-textarea textarea::placeholder{
    color: #aaa;
    line-height: 1.6;
}
.form-textarea textarea:focus{
    border-color: #A51E25;
    background: #fff;
}
.sc07-btn{
    width: 100%;
}
.sc07-btn > label{
    display: flex;
    align-items: center;
    gap: 6px;
}
.sc07-btn > label > p{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.sc07-btn > label > p > a{
    display: inline-block;
    color: #A51E25;
    position: relative;
    font-weight: 400;
}
.sc07-btn > label > p > a::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #A51E25;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.sc07-btn > button{
    display: block;
    width: 100%;
    padding: 20px;
    background: #78161B;
    border: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    margin-top: 20px;
}
.sc07-btn > button:hover {
    background: #5a1015;
}

.tab_tit ul{
    width: 100%;
    display: flex;
    border-left: 1px solid #E5E5E8;
    border-top: 1px solid #E5E5E8;
}
.tab_tit li{
    width: 33.3333333%;
    padding: 20px;
    border-right: 1px solid #E5E5E8;
    border-bottom: 1px solid #E5E5E8;
    background: #FAFAFA;
    color: #555;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: .2s;
}
.tab_tit li:hover{
    background: #f0f0f2;
}
.tab_tit li.on{
    background-color: #78161B;
    color: #fff;
}

.tab_con > div{
    width: 100%;
    display: none;
}
.tab_con > div:first-child{
    display: block;
}
.sc07-map{
    width: 100%;
    border-right: 1px solid #E5E5E8;
    border-bottom: 1px solid #E5E5E8;
    border-left: 1px solid #E5E5E8;
    background: #FFF;
    margin-bottom: 24px;
    max-height: 401px;
}
.sc07-caption{
    width: 100%;
    padding: 30px;
    border: 1px solid #E5E5E8;
    background: #FFF;
}
.sc07-caption > ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sc07-caption > ul > li{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 30px;
}
.sc07-caption > ul > li > h5{
    color: #1A1A1F;
    font-size: 15px;
    font-weight: 700;
    min-width: 60px;
}
.sc07-caption > ul > li > p{
    color: #444;
    font-size: 15px;
    font-weight: 400;
}

@media(min-width:601px) {
    
}
@media(min-width:1200px) {

    .d-lg-flex {
        display: flex;
    }

    .ani.up.delay {
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }

    .ani.up.delay2 {
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }

    .ani.up.delay3 {
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }

    .ani.up.delay4 {
        transition: 1s opacity 1.1s, 1s transform 1.1s;
    }

    .ms-img{
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #333;
    }
    .ms-img-m{
        display: none;
    }

    
}

@media(max-width:1830px){
    .main-caption{
        padding: 0 100px;
    }
}
@media(max-width:1700px){
    .main-caption{
        padding: 0 60px;
    }
}
@media(max-width:1600px) {
    .main-caption{
        padding: 0 30px;
    }
    .main-caption > h2{
        font-size: 60px;
    }
}

@media(max-width:1440px) {
    .main_sc{
        padding: 100px 0;
    }
    .sc01{
        padding: 0;
    }
    
    .main-caption > h2{
        font-size: 54px;
        margin-bottom: 20px;
    }
    .main-caption > p{
        font-size: 18px;
    }

    .sect-tit{
        margin-bottom: 50px;
    }
    .sect-tit > h5{
        margin-bottom: 1rem;
    }
    .sect-tit > h3{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .sect-tit > p{
        font-size: 16px;
    }
    .sect-tit > ul{
        margin-top: 24px;
        gap: 8px;
    }
    .sect-tit > ul > li{
        padding: 8px 1rem;
        font-size: 13px;
    }

    .sc02-wrap{
        gap: 20px;
    }
    .sc02-box{
        width: calc((100% - 40px) / 3);
        padding: 30px;
    }
    .sc02-box > h3{
        font-size: 16px;
    }
    .sc02-box > h3 > span{
        font-size: 34px;
    }
    .sc02-box > h5{
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sc02-box > p{
        font-size: 14px;
    }
    .sc03-wrap{
        gap: 60px;
        margin-bottom: 40px;
    }
    .sc03-box {
        width: calc((100% - 60px) / 2);
    }
    .sc03-tit > h5{
        font-size: 24px;
    }
    .sc03-tit > ul > li{
        font-size: 15px;
    }
    .sc03-tit > h3{
        font-size: 48px;
    }
    .sc03-tit{
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .sc03-box > ul > li{
        font-size: 17px;
        margin-bottom: 12px;
    }
    .sc04-tit{
        margin-bottom: 50px;
    }
    .sc04-wrap{
        gap: 1rem;
    }
    .sc04-box{
        width: calc((100% - 5rem) / 6);
    }
    .sc05-wrap{
        gap: 20px;
    }
    .sc05-box{
        width: calc((100% - 60px) / 4);
    }
    .sc06-wrap{
        gap: 24px;
    }
    .sc06-box{
        width: calc((100% - 48px) / 3);
    }
    .sc06-img > span{
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
    .sc07-wrap{
        gap: 30px;
    }
    .sc07-box{
        width: calc((100% - 30px) / 2);
    }
    .sc07-map{
        margin-bottom: 20px;
    }
    .sc07-box:last-child{
        padding: 45px 40px;
    }
    .sc07-tit > h5{
        font-size: 28px;
    }
    .tab_tit li{
        font-size: 16px;
    }
    
}

@media(max-width:1199px) {
    .main_sc{
        padding: 70px 0;
    }
    .sc01{
        padding: 0;
    }
    .d-none {
        display: none;
    }

    #sc01{
        height: auto;
    }
    .ms-img-m{
        width: 100%;
        line-height: 0;
        font-size: 0;
        background-color: #333;
    }
    .ms-img-m img{
        display: block;
        width: 100%;
        height: auto;
    }
    .ms-img{
        display: none;
    }

    .main-caption{
        padding: 0 20px;
    }
    .main-caption > h2{
        font-size: 44px;
    }
    .sc01-scroll{
        display: none;
    }

    .sect-tit{
        margin-bottom: 30px;
    }
    .sect-tit > h5{
        font-size: 12px;
    }
    .sect-tit > h3{
        font-size: 38px;
    }
    .sect-tit > ul{
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .sc02-wrap{
        gap: 1rem;
    }
    .sc02-box{
        width: calc((100% - 2rem) / 3);
    }
    .sc02-box > h3 > span{
        font-size: 30px;
    }
    .sc02-box > h3{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .sc02-box > h5{
        font-size: 18px;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .sc02-box > p{
        line-height: 1.6;
    }
    .sc03-wrap{
        gap: 30px;
        margin-bottom: 20px;
    }
    .sc03-box{
        width: calc((100% - 30px) / 2);
    }
    .sc03-tit > h5{
        font-size: 22px;
        margin-bottom: 12px;
    }
    .sc03-tit > ul{
        margin-bottom: 1rem;
    }
    .sc03-tit > ul > li{
        font-size: 14px;
    }
    .sc03-tit{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sc03-tit > h3{
        font-size: 40px;
    }
    .sc03-box > ul > li{
        font-size: 16px;
        gap: 10px;
        margin-bottom: 10px;
    }
    .sc03-bt-tit > h5{
        font-size: 26px;
    }
    .sc03-bt-tit{
        padding-bottom: 1rem;
        margin-bottom: 20px;
    }
    .sc03-card-wrap > span{
        display: none;
    }
    .sc04-tit{
        margin-bottom: 30px;
    }
    .sc04-tit > a{
        font-size: 15px;
        min-width: 140px;
    }
    .sc04-box{
        width: calc((100% - 3rem) / 4);
        margin-bottom: 10px;
    }
    .sc04-img{
        border-radius: 14px;
        margin-bottom: 10px;
    }
    .sc04-box > h5{
        font-size: 16px;
    }
    .sc05-box {
        width: calc((100% - 20px) / 2);
    }
    .sc06-wrap{
        gap: 20px;
    }
    .sc06-box{
        width: calc((100% - 20px) / 2);
    }
    .sc07-box:last-child{
        padding: 35px 30px;
    }
    .sc07-tit > h5{
        font-size: 26px;
    }
    .sc07-caption{
        padding: 20px;
    }
    .sc07-caption > ul{
        gap: 12px;
    }
}

@media(max-width:800px) {
    .main-caption > h2{
        font-size: 38px;
    }
    .main-caption{
        bottom: 15%;
    }

    .sect-tit > h3{
        font-size: 36px;
    }
    .sect-tit > ul > li{
        padding: 8px 12px;
        font-size: 12px;
    }
    .sc02-wrap{
        flex-wrap: wrap;
    }
    .sc02-box{
        padding: 24px;
        width: 100%;
    }
    .sc03-wrap{
        flex-wrap: wrap;
    }
    .sc03-box{
        width: 100%;
    }
    .sc03-tit > h3{
        font-size: 38px;
    }
    .sc03-card-wrap{
        flex-wrap: wrap;
    }
    .sc03-card{
        flex: auto;
        width: calc((100% - 20px) / 3);
    }
    .sc04-tit{
        flex-wrap: wrap;
        gap: 20px;
    }
    .sc04-tit > a{
        font-size: 14px;
    }
    .sc04-box {
        width: calc((100% - 1rem) / 2);
    }
    .sc04-img{
        border-radius: 12px;
    }
    .sc06-wrap{
        gap: 1rem;
    }
    .sc06-box{
        width: calc((100% - 1rem) / 2);
    }
    .sc07-wrap{
        flex-wrap: wrap;
    }
    .sc07-box{
        width: 100%;
    }
    .tab_tit li{
        font-size: 15px;
        padding: 18px 4px;
    }
    .sc07-caption > ul > li{
        gap: 20px;
    }
    .sc07-map{
        margin-bottom: 1rem;
    }
    .sc07-tit > h5{
        font-size: 24px;
    }
    .sc07-box:last-child{
        padding: 30px 20px;
    }
    .sc07-tit{
        margin-bottom: 20px;
    }
    .form-wrap{
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }
    .form-box {
        width: calc((100% - 10px) / 2);
    }
}

@media(max-width:600px) {
    .main-caption > h2{
        font-size: 32px;
    }
    .main-caption > p{
        font-size: 16px;
    }
    .sect-tit > h3{
        font-size: 28px;
    }
    .sect-tit > p{
        font-size: 15px;
    }
    .sc02-box > div{
        margin-bottom: 1rem;
    }
    .sc02-box > div > span{
        width: 34px;
        height: 34px;
        font-size: 11px;
    }
    .sc02-box > h3 > span{
        font-size: 28px;
    }
    .sc02-box > h5{
        font-size: 17px;
    }
    .sc03-tit > h5{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sc03-tit > ul > li{
        font-size: 13px;
    }
    .sc03-tit > ul{
        gap: 12px;
        margin-bottom: 12px;
    }
    .sc03-tit > h3{
        font-size: 30px;
    }
    .sc03-box > ul > li{
        font-size: 15px;
    }
    .sc03-bt{
        padding: 20px;
    }
    .sc03-bt-tit > h5{
        font-size: 22px;
    }
    .sc03-card{
        width: calc((100% - 10px) / 2);
        padding: 20px 0;
    }
    .sc04-wrap{
        gap: 10px;
    }
    .sc04-box{
        width: calc((100% - 10px) / 2);
    }
    .sc04-img{
        border-radius: 10px;
    }
    .sc05-wrap{
        gap: 1rem;
    }
    .sc05-box{
        width: 100%;
    }
    .sc05-caption > h5{
        font-size: 20px;
    }
    .sc06-box{
        width: 100%;
    }
    .sc06-img{
        border-radius: 10px;
    }
    .sc06-img > span {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .tab_tit li{
        font-size: 14px;
    }
    .sc07-map{
        max-height: 251px;
    }
    .sc07-map iframe{
        height: 250px !important;
    }
    .sc07-caption{
        padding: 20px 1rem;
    }
    .sc07-caption > ul > li{
        gap: 1rem;
        align-items: flex-start;
    }
    .sc07-caption > ul > li > h5{
        font-size: 13px;
        min-width: 46px;
        line-height: 1.6;
    }
    .sc07-caption > ul > li > p{
        font-size: 13px;
        line-height: 1.6;
    }
    .sc07-tit > h5{
        font-size: 22px;
    }
    .form-box{
        width: 100%;
    }
    .sc07-btn > button{
        padding: 1rem;
        font-size: 16px;
    }
}

/* animation */

.ani.up {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act {
    transform: translateY(0);
    opacity: 1;
}

.ani.left {
    transform: translateX(100px);
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
}

.ani.left.act {
    transform: translateX(0);
    opacity: 1;
}

.ani.right {
    transform: translateX(-100px);
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
}

.ani.right.act {
    transform: translateX(0);
    opacity: 1;
}

@keyframes scrollLine {
    0% {
        transform: scaleY(0);
        transform-origin: top;
        opacity: 1;
    }
    50% {
        transform: scaleY(1);
        transform-origin: top;
    }
    51% {
        transform-origin: bottom;
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom;
        opacity: 0;
    }
}