section, section *{ 
    box-sizing:border-box; 
}
*{ 
    box-sizing:border-box; 
}
section{ 
    overflow:hidden; 
}
.mc-con{  
    width:100%; 
    max-width: 1630px;
    margin:0 auto; 
    padding: 0 15px;
    position: relative;
    z-index: 4;
}

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

.sect-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #f5f5f5;
}
.sect-tit > h3{
    font-size: 45px;
    font-weight: 100;
    line-height: 1.3;
}
.sect-tit > h3 > b{
    font-weight: 800;
}
.sect-tit > p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 1rem;
}
.sect-tit > ul{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
.sect-tit > ul > li{
    font-size: 14px;
    color: #f5f5f5;
    font-weight: 400;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
    margin-right: 10px;
}
.sect-tit > ul > li:last-child{
    margin-right: 0;
}

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

/* 법무법인 선율로 */
#sc01{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc01::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}

.main-caption{
    width: 100%; 
    padding: 0 15px;
    max-width: 1630px; 
    position: absolute; 
    top: 50%;
    transform: translate(-50%,-50%); 
    left: 50%;  
    z-index: 99; 
    color: #f5f5f5;
}
.main-caption > h5{
    font-size: 16px; 
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.main-caption > h2{
    font-size: 50px; 
    font-weight: 200;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.main-caption > h2 > b{
    font-weight: 800;
}
.main-caption > p{
    font-size: 16px; 
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    padding: 14px 28px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(45px);
}

.sc01-img-box{
    width: 100%;
    max-width: 760px;
    position: absolute;
    bottom: 0;
    right: 300px;
    z-index: 88;
    display: flex;
    justify-content: flex-end;
}
.sc01-img{
    display: flex; 
    width: 478px;
}
.sc01-img img{
    width: 100%;
}
.sc01-caption{
    position: absolute;
    bottom: 150px;
    left: 0;
    text-align: left;
    padding: 30px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
}
.sc01-caption > h3{
    font-size: 20px;
    width: 100%;
    padding: 8px;
    background-color: #081323;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
}
.sc01-caption > h5{
    font-size: 26px;
    color: #000;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.sc01-caption > h5 > span{
    display: inline-block;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-left: 5px;
}
.sc01-caption > h5::after{
    content: "";
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
}
.sc01-caption > ul > li{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}
.sc01-caption > ul > li:last-child{
    margin-bottom: 0;
}
.sc01-caption > ul > li > span{
    color: #081323;
    font-weight: 800;
}
.sc01-caption > img{
    display: block;
    width: 80px;
    position: absolute;
    top: -75px;
    right: -20px;
}

.sc01Sli{ 
    position:relative; 
    z-index:1; 
    background-color:#333; 
    overflow:hidden; 
}
.sc01_bg{ 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
.sc01_mbg{ 
    display:none; 
    position:absolute; 
    z-index:1; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    background-color:#333; 
    background-position:center; 
    background-size:cover; 
    background-repeat:no-repeat; 
}
.sc01_fr{ 
    position:relative; 
    z-index:1; 
    min-height:max(600px,36.4583333vw); 
    padding:150px 70px; 
    display:flex; 
    align-items:center; 
    /*background-color:rgba(0,0,0,.35);*/ 
}

.vimeo_player_wrapper{
    opacity: 1 !important;
}

.banner-bg{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #333;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.banner-caption{
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 9;
}
.banner-caption > h2{
    font-size: 80px;
    font-weight: 800;
    font-family: 'ns';
}
.banner-caption > p{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
    font-family: 'ns';
}
.banner-caption > ul{
    padding: 50px 0 50px 30px;
}
.banner-caption > ul > li{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-family: 'fr';
    letter-spacing: .6px;
}
.banner-caption > ul > li:last-child{
    margin-bottom: 0;
}
.banner-caption > ul > li > .line{
    display: inline-block;
    position: relative;
    padding-left: 4px;
    padding-right: 2px;
}
.banner-caption > ul > li > .line::after{
    content: "";
    width: 0%;
    height: 14px;
    background-color: #6c1d21;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
    transition: .8s ease-in-out;
}
.banner-caption > ul > li:nth-child(1) > .line::after{
    transition-delay: .3s;
}
.banner-caption > ul > li:nth-child(2) > .line::after{
    transition-delay: .7s;
}
.banner-caption > ul > li:nth-child(3) > .line::after{
    transition-delay: 1.1s;
}
.banner-caption > ul > li > .line.act::after{
    width: 100%;
}
.banner-caption > ul > li > .yl{
    font-size: 30px;
    font-weight: 700;
    transition: .3s linear;
}
.banner-caption > ul > li > .yl.act{
    color: #ffde00;
}
.banner-caption > ul > li:nth-child(1) > .yl{
    transition-delay: .7s;
}
.banner-caption > ul > li:nth-child(2) > .yl{
    transition-delay: 1.1s;
}
.banner-caption > ul > li:nth-child(3) > .yl{
    transition-delay: 1.5s;
}

.ban-img{
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ban-img img{
    width: 100%;
}

/* 언론보도 */
#sc02{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc02::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc02-wrap{
    width: 100%;
    display: flex;
    align-items: center;
}
.sc02-lt{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.sc02-lt > h5{
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sc02-lt > p{
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px;
}
.sc02-img{
    display: flex;
    justify-content: center;
    width: 100%;
}
.sc02-img img{
    width: 100%;
    max-width: 230px;
}
.sc02-rt{
    width: 65%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 90px;
}
.sc02-cont{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.sc02-card{
    width: calc((100% - 10px) / 2);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 24px 0 rgba(255, 255, 255, 0.05), 0 0 0 2px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(5px);
    padding: 20px;
    transition: .3s;
}
.sc02-card:hover{
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    transform: translateY(-2px);
}
.news-tp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 10px;
}
.news-tp > h5{
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.90);
}
.news-tp > p{
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.50);
}
.sc02-card > h3{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 12px;
}
.sc02-card > p{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    line-height: 1.6;
}
.sc02-card > p > span{
    color: #f6f624;
}

/* 마약검사시스템 */
#sc03{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc03::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    align-items: center;
}
.sc03-box .sect-tit{
    margin-bottom: 0;
    text-align: left;
}
.sect-tit > h3 > span{
    color: #D8151B;
    font-weight: 800;
}
.sc03-box:first-child{
    width: 53%;
}
.sc03-box:last-child{
    width: 47%;
    padding-left: 60px;
    position: relative;
}
.sc03-box:last-child::before{
    content: "";
    width: 1px;
    height: 105px;
    background: rgba(255, 255, 255, 0.40);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sc03-cont{
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    padding: 40px;
    justify-content: center;
}
.sc03-img{
    display: flex;
    margin-right: 40px;
    max-width: 200px;
}
.sc03-img img{
    width: 100%;
}
.sc03-caption > p{
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 8px;
}
.sc03-caption > h5{
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 8px;
}
.sc03-caption > ul > li{
    font-size: 18px;
    color: #e0e0e0;
    font-weight: 500;
    margin-bottom: 1rem;
}
.sc03-caption > ul > li:last-child{
    margin-bottom: 0;
}
.sc03-caption > ul > li > span{
    display: inline-block;
    color: #D8151B;
    margin-right: 5px;
}

/* 변호사소개 */
#sc04{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc04::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1400px;
    margin: 0 auto;
}
.sc04-box{
    width: calc((100% - 90px) / 7);
    transition: .3s;
}
.sc04-box:hover{
    transform: translateY(-4px);
}
.sc04-img{
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.sc04-img::before{
    content: "";
    width: 100%;
    height: 50%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.sc04-img img{
    width: 100%;
}
.sc04-caption{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fff;
    z-index: 2;
}
.sc04-caption > h5{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.sc04-caption > p{
    font-size: 12px;
    font-weight: 400;
}

/* 전관변호사 약력 */
#sc05{ 
    background-color:#333; 
    position: relative; 
    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: 30px;
}
.sc05-box{
    width: calc((100% - 60px) / 3);
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(8, 19, 35, 0.37);
    transition: .3s all;
}
/* .sc05-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
} */
.sc05-box::after{
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #081323, #1a3a5e, #081323);
    border-radius: 20px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    filter: blur(15px);
}
.sc05-box:hover{
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(26, 58, 94, 0.8);
    box-shadow: 0 15px 35px rgba(8, 19, 35, 0.6), 0 0 0 1px rgba(26, 58, 94, 0.4), inset 0 0 30px rgba(8, 19, 35, 0.1);
}
.sc05-box:hover::after{
    opacity: 0.8;
}
.sc05-box > span{
    display: inline-block;
    color: #5A8EC7;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid rgba(26, 58, 94, 0.50);
    background: rgba(8, 19, 35, 0.40);
    backdrop-filter: blur(2.5px);
    padding: 7px 12px;
    margin-bottom: 12px;
}
.sc05-tp{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sc05-tp > h3{
    font-size: 22px;
    color: #f5f5f5;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc05-tp > h5{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}
.sc05-cont > h5{
    font-size: 16px;
    color: rgba(245, 245, 245, 0.9);
    font-weight: 300;
    line-height: 1.6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.sc05-cont > h5 > span{
    color: #f5f5f5;
    font-weight: 800;
}
.sc05-cont > h5::after{
    content: "";
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #1A3A5E 0%, rgba(26, 58, 94, 0.00) 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
}
.sc05-cont > p{
    font-size: 16px;
    color: rgba(245, 245, 245, 0.9);
    font-weight: 300;
    line-height: 1.6;
}

/* 마약사건 프로세스 */
#sc06{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc06::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc06-tp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.sc06-tp-box{
    width: calc((100% - 20px) / 2);
    border-radius: 15px;
    border: 1px solid rgba(8, 19, 35, 0.50);
    background: rgba(8, 19, 35, 0.30);
    backdrop-filter: blur(5px);
    padding: 24px;
}
.sc06-tp-box > h5{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.sc06-tp-box > p{
    font-size: 14px;
    color: rgba(245, 245, 245, 0.8);
    font-weight: 400;
}
.sc06-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sc06-box{
    width: calc((100% - 60px) / 4);
    border-radius: 20px;
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: rgba(245, 245, 245, 0.05);
    backdrop-filter: blur(5px);
    padding: 30px 24px;
    position: relative;
    transition: .3s;
}
.sc06-box:hover{
    border: 1px solid rgba(245, 245, 245, 0.10);
    background: rgba(245, 245, 245, 0.15);
    backdrop-filter: blur(15px);
    transform: translateY(-10px);
}
.sc06-box > span{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(245, 245, 245, 0.20);
    background: #081323;
    box-shadow: 0 4px 12px 0 rgba(8, 19, 35, 0.50);
    align-items: center;
    justify-content: center;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.sc06-img{
    display: flex;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(8, 19, 35, 0.80);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}
.sc06-box > h3{
    font-size: 18px;
    color: #f5f5f5;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc06-box > p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.6;
}

/* 성공사례 */
#sc07{ 
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc07::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc07-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 10px;
}
.sc07-card{
    width: calc((100% - 60px) / 4);
    border-radius: 16px;
    background: #FFF;
    border: 1px solid #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;
    transition: .3s;
    color: #000;
}
.sc07-card:hover{
    border: 1px solid #000;
    background: #081323;
    color: #f5f5f5;
    transform: translateY(-10px);
}
.sc07-card > h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}
.sc07-card > h5 > span{
    display: inline-block;
    margin-right: 5px;
}
.sc07-card > h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sc07-card > p{
    font-size: 14px;
    font-weight: 200;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
.sc07-btn{
    text-align: center;
    margin-top: 50px;
}
.sc07-btn > a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #efeae6;
    padding: 20px 70px 20px 24px;
    background-color: #78161B;
    border-radius: 30px;
    position: relative;
}
.sc07-btn > a > span{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-weight: 300;
    color: #78161B;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    transition: .3s;
}
.sc07-btn > a:hover > span{
    transform: translateY(-50%) rotate(180deg);
}

/* 오시는 길 */
#sc08{
    background-color:#333; 
    position: relative; 
    overflow: hidden;
}
#sc08::after{
    content: ""; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 2;
}
.sc08-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sc08-box{
    width: 50%;
}

.sc08-map-area{
    width: 48%;
}
.sc08-map{
    width: 100%;
}
.map-area{
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid #d9d9d9;
}
.map-caption > ul > li{
    font-size: 14px;
    color: #F5F5F5;
    font-weight: 400;
    margin-bottom: 1rem;
}
.map-caption > ul > li:last-child{
    margin-bottom: 0;
}
.map-caption > ul > li > span{
    font-weight: 600;
}
.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}
.tab_tit{
  width: 100%;
  margin-bottom: 20px;
}
.tab_tit > ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tab_tit > ul > li{
  flex: 0 0 auto;
  width: 32%;
  padding: 20px 5px;
  background-color: #fcfcfc;
  font-size: 16px;
  color: #081323;
  font-weight: 700;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  border: 1px solid #dedede;
}
.tab_tit > ul > li.on{
  background-color: #78161B;
  color: #fff;
  border-color: #78161B;
}
.tab{
  display: none;
}
.tab:first-child{
  display: block;
}

.form-bg{
    width: 100%;
    padding: 50px 25px;
    border-radius: 20px;
    background-color: #fcfcfc;
    border: 1px solid #dedede;
}
.form-con{
    width: 100%;
}
.form-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.form-wrap.radio .form-box{
    width: 24%;
}
.form-box{
    width: 32.33333%;
}
.form-box input{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    font-size: 14px;
    transition: .3s;
}
.form-box h5{
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-tit{
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
}
.form-tit > span{
    display: inline-block;
    font-size: 12px;
    color: #C06C84;
    margin-left: 10px;
}
.form-box:hover input{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-box label{
    width: 100%;
    display: block;
}
.form-box label p.on{
    width: 100%;
    padding: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    transition: .3s;
}
.form-box label p.on > span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    opacity: 0;
}
.form-box label p.on:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-box label [type="checkbox"]{
    display: none;
}
.form-box label [type="checkbox"]:checked + .on{
    background-color: #081323;
    border-color: #081323;
    color: #fff;
}
.form-box label [type="checkbox"]:checked + .on > span{
    opacity: 1;
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
    height: 150px;
    padding: 1rem;
    color: #000;
    outline: none;
    border: 1px solid #d5d5d5;
    resize: none;
    font-size: 14px;
    border-radius: 6px;
    transition: .3s;
}
.form-textarea textarea:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
}
.form-textarea textarea::placeholder{
    font-size: 14px;
    color: #000;
}
.submit-caption > p{
    font-size: 14px;
    font-weight: 600;
    color: #C06C84;
}
.submit-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submit-btn-wrap{
    display: flex;
    align-items: center;
}
.submit-btn-wrap label{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.submit-btn{
    position: relative;
}
.sbtn{
    padding: 1rem 1.5rem;
    width: 150px;
    font-size: 16px;
    color: #fff;
    background-color: #081323;
    cursor: pointer;
    position: relative;
    border: none;
    text-align: left;
    margin-left: 1rem;
    font-weight: 700;
}
.submit-btn > span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 24px;
    transition: .2s;
}
.submit-btn:hover > span{
    right: 18px;
}

.pol-btn{
    display: inline-block;
    font-size: 14px;
    padding: 10px 1rem;
    border-radius: 5px;
    background-color: #4FACBB;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

#modal{
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.modal_content{
    width: 80%;
    max-width: 1000px;
    background-color: #fff;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.modal_body{
    padding: 2rem 2rem 80px;
    height: 600px;
    overflow-y: auto;
}
.modal_body > p{
    font-size: 16px;
    line-height: 1.5;
}
.modal_foot{
    width: 100%;
    height: 50px;
    position: absolute; bottom: 0; left: 0;
    background-color: #f5f5f5;
    text-align: center;
}
.modal_foot .pol-close{
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #000;
    margin-top: 5px;
    font-size: 18px;
    cursor: pointer;
}

.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .cont, .root_daum_roughmap .wrap_controllers{
    display: none;
}

@media(min-width:1200px){
	.ms-img{
        display: block; 
        width: 100%; 
        height: 100vh; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }
	.ms-img-m{
        display: none;
    }
    .swiper-pagination.sc02pn{
        display: none;
    }
    .swiper-pagination.sc05pn{
        display: none;
    }
    .ban-img-mo{
        display: none;
    }

	.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;
    }

    .swiper-pagination.sc08pn{
        display: none;
    }
    .pc-con{display: block;}
    .mo-con{display: none;}

}

@media(max-width:1630px){
    .sc01-img-box{
        right: 150px;
    }
    .main-caption{
        padding: 0 30px;
    }
    .sc01-img-box{
        max-width: 730px;
    }
    .sc01-img{
        width: 430px;
    }
    .mc-con{
        padding: 0 30px;
    }
}
@media(max-width:1499px){
    .mc-con{
        padding: 0 15px;
    }

    .sc01-img-box{
        right: 50px;
    }

}
@media(max-width:1199px){

    .fp-tableCell{
        height: auto !important;
    }
    .fp-section{
        height: auto !important;
    }

    .ban-img{
        display: none;
    }
    .ban-img-mo{
        display: flex;
        width: 100%;
        position: relative;
    }
    .ban-img-mo img{
        width: 100%;
    }
    .banner-bg{
        height: auto;
        padding: 120px 0 0;
        flex-direction: column;
    }
    .banner-caption > h2{
        font-size: 38px;
    }
    .banner-caption > ul{
        padding: 30px 5px;
    }
    .banner-caption > ul > li{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .banner-caption > ul > li > .yl{
        font-size: 20px;
    }
    .banner-caption > p{
        font-size: 18px;
        line-height: 1.6;
    }
    .banner-caption > ul > li > .line::after{
        height: 10px;
    }

	.sc01_fr{ 
        padding:150px 15px; 
    }
	.sc01_nav{ 
        display:none; 
    }

    .pc-con{display: none;}
    .mo-con{display: block;}
    .mc-con{
        padding: 0 15px;
    }

	.ms-img{
        display: none;
    }
	.ms-img-m{
        display: block; 
        width: 100%; 
        height: 100%;
        min-height: 1055px; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-size: cover;
    }

    .mian-slide{
        width: 100%;
        position: relative;
    }
    .main-caption{
        padding: 0 15px;
        position: absolute;
        top: 80px;
        left: auto;
        transform: translateX(0);
        margin-bottom: 20px;
        text-align: center;
    }
    .main-caption > h5{
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .main-caption > h2{
        font-size: 28px; 
        margin-bottom: 1rem;
    }
    .main-caption > p{
        font-size: 14px;
        line-height: 1.4;
        padding: 10px 15px;
        border-radius: 8px;
    }
    .sc01-img-box{
        max-width: 100%;
        right: auto;
        bottom: 30px;
        position: absolute;
        padding: 0 15px;
        flex-direction: column;
        align-items: center;
    }
    .sc01-img{
        width: 255px;
    }
    .sc01-caption{
        bottom: auto;
        left: auto;
        padding: 20px;
        border-radius: 6px;
        position: relative;
        width: 100%;
    }
    .sc01-caption > h3{
        font-size: 14px;
    }
    .sc01-caption > h5{
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .sc01-caption > h5 > span{
        font-size: 12px;
    }
    .sc01-caption > ul > li{
        font-size: 12px;
        margin-bottom: 4px;
    }

    .sect-tit > h3{
        font-size: 26px;
        line-height: 1.2;
    }
    .sect-tit > p{
        font-size: 16px;
        line-height: 1.4;
    }

    #sc02{
        padding: 70px 0;
    }
    .sc02-wrap{
        flex-direction: column;
    }
    .sc02-lt{
        width: 100%;
    }
    .sc02-lt > h5{
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .sc02-img img{
        max-width: 200px;
    }
    .sc02-lt > p{
        font-size: 14px;
        line-height: 1.4;
        margin-top: 1rem;
    }
    .sc02-rt{
        width: 100%;
        padding-left: 0;
        padding-top: 1.5rem;
        margin-top: 1.5rem;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    .sc02-card{
        width: 100%;
    }

    #sc03{
        padding: 70px 0;
    }
    .sc03-wrap{
        flex-direction: column;
    }
    .sc03-box:first-child{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .sc03-box:last-child{
        width: 100%;
        padding-left: 0;
    }
    .sc03-cont{
        border-radius: 16px;
        padding: 20px;
        flex-direction: column;
    }
    .sc03-img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .sc03-caption > p{
        font-size: 12px;
        padding-left: 0;
        text-align: center;
    }
    .sc03-caption > h5{
        font-size: 24px;
        margin-bottom: 1rem;
        padding-left: 0;
        text-align: center;
    }
    .sc03-caption > ul > li{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sc03-box .sect-tit{
        text-align: center;
    }

    #sc04{
        padding: 70px 0;
    }
    .sc04-wrap{
        gap: 10px;
    }
    .sc04-box{
        width: calc((100% - 10px) / 2);
    }
    .sc04-img{
        border-radius: 10px;
    }

    .sect-tit > ul{
        margin-top: 1rem;
        flex-wrap: wrap;
    }
    .sect-tit > ul > li{
        font-size: 12px;
        padding: 4px 6px;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    #sc05{
        padding: 70px 0;
    }
    .sc05-wrap{
        gap: 15px;
    }
    .sc05-box{
        width: 100%;
        padding: 25px 20px;
    }
    .sc05-box > span{
        font-size: 10px;
    }
    .sc05-tp{
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .sc05-tp > h3{
        font-size: 18px;
    }
    .sc05-cont > h5{
        font-size: 14px;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        line-height: 1.4;
    }
    .sc05-cont > p{
        font-size: 14px;
        line-height: 1.4;
    }

    #sc06{
        padding: 70px 0;
    }
    .sc06-tp{
        gap: 10px;
        margin-bottom: 20px;
    }
    .sc06-tp-box{
        width: 100%;
        border-radius: 10px;
        padding: 1rem;
    }
    .sc06-tp-box > h5{
        margin-bottom: 10px;
    }
    .sc06-tp-box > p{
        line-height: 1.4;
    }
    .sc06-wrap{
        gap: 10px;
    }
    .sc06-box{
        width: 100%;
    }
    .sc06-img{
        margin-bottom: 1rem;
    }
    .sc06-box > p{
        line-height: 1.4;
    }

    #sc07{
        padding: 70px 0;
    }
    .sc07-wrap{
        gap: 10px;
    }
    .sc07-card{
        width: 100%;
        border-radius: 10px;
        padding: 20px;
    }
    .sc07-card > h5{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sc07-card > h3{
        font-size: 18px;
    }
    .sc07-card > p{
        font-size: 12px;
    }
    .sc07-btn{
        margin-top: 25px;
    }
    .sc07-card > h5 > span{
        margin-right: 0;
    }
    
    #sc08{
        padding: 70px 0;
    }
    .sc08-wrap{
        flex-direction: column;
    }
    .tab_tit > ul > li{
        padding: 15px 5px;
    }
    .sc08-box{
        width: 100%;
        margin-top: 1.5rem;
    }
    .sc08-map-area{
        width: 100%;
    }
    .map-caption > ul > li{
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .sc08-map{
        width: 100%;
    }
    .form-bg{
        padding: 1rem;
        border-radius: 20px;
    }
    .form-wrap.mo{
        flex-direction: column;
    }
    .form-wrap.mo .form-box{
        width: 100%;
        margin-bottom: 1rem;
    }
    .form-wrap.mo .form-box:last-child{
        margin-bottom: 0;
    }
    .form-box input{
        font-size: 14px;
    }
    .form-box input::placeholder{
        font-size: 14px;
    }
    .form-box label p.on{
        font-size: 14px;
    }
    .form-box label p.on > span{
        left: 15px;
    }
    .form-textarea textarea{
        font-size: 14px;
    }
    .form-textarea textarea::placeholder{
        font-size: 14px;
    }
    .submit-wrap{
        flex-direction: column;
    }
    .submit-caption{
        margin-bottom: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .submit-caption label{
        font-size: 14px;
    }
    .pol-btn{
        font-size: 12px;
        padding: 8px 16px;
        margin-left: 3px;
    }
    .submit-caption label input{
        margin: 0;
    }
    .modal_body{
        height: 400px;
        padding: 1rem 1rem 60px;
    }
    .modal_foot{
        height: 45px;
    }
    .modal_foot .pol-close{
        margin-top: 3px;
        font-size: 16px;
    }
    .modal_body > p{
        font-size: 14px;
    }
    .sbtn{
        padding: 1rem 3rem;
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
        text-align: center;
    }
    .submit-btn > span{
        top: 32px;
    }
    .submit-btn{
        width: 100%;
    }
    .form-wrap.radio{
        flex-wrap: wrap;
        gap: 10px;
    }
    .form-wrap.radio .form-box{
        width: calc((100% - 10px) / 2);
    }
    .submit-btn-wrap{
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .root_daum_roughmap .wrap_map{
        height: 250px !important;
    }
    .map-area{
        margin-bottom: 1rem;
        border-radius: 8px;
    }

    
}

/* animation */

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

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

@keyframes blink{
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

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