@charset "utf-8";

#s-culture{margin-top: 0;padding-bottom: 14rem;}
.fix-nav{background: #fff;border-radius: 30px;transform: translateX(-50%);box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);z-index: 999;position: absolute;left: 50%;/* bottom: 28rem; */opacity: 0;transition: 0.3s;}
.fix-nav.fixed{position: fixed;bottom: 30px;opacity: 1;}
.fix-nav ul{
    display: flex;
    gap: 2rem;
    padding: 15px 28px;
}
.fix-nav ul li{}
.fix-nav li a{
    font-size: 14px;
    color: #999999;
    line-height: 1em;
    font-weight: 500;
}
.fix-nav li.on{}
.fix-nav li.on a{
    color: #2e2e2e;
    font-weight: 700;
}


.sec{
    padding-top: 108px;
}
.sec .imgbox{}
.sec .conbox{}
.sec .conbox dl{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 9rem 0 4rem !important;}
.sec .conbox dt{font-size: 3.2rem; color:#2e2e2e; width: 25rem; font-weight: 600;}
.sec .conbox dd{width: 88rem; }
.sec .conbox dd > p{color:#666666;font-size:1.6rem;font-weight: 400;line-height: 1.9em;font-family: 'Noto Sans KR', sans-serif;}
.sec .conbox dd.shift p{display:flex; flex-direction: column;}
.sec .conbox dd.shift p em{font-size:20px; font-weight:500; color:#1a1a1a; margin-bottom:5px;}
.sec .list{counter-reset: var-count;}
.sec .list li{
    padding-left: 5rem;
    padding-bottom: 11rem;
    position: relative;
}

.sec .list li::before{content: "0"counter(var-count);counter-increment: var-count;font-size: 2rem;font-weight: 700;color: #062760;border-bottom: 1px solid #062760;position: absolute;top: 0;left: 0;}
.sec .list h6{
    font-size: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}
.sec .list p{
    font-size: 1.6rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.9em;
    padding-top: 2rem;
    /* max-width: 720px; */
}
.sec .list .grid-wr{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
    padding-top: 8rem;
}
.sec .list .grid-wr .box{
    position: relative;
    overflow: hidden;
    max-width: 500px;
}
.sec .list .grid-wr .box::before{
    content:'';
    width:100%;
    height:100%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 50%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 50%);
    position: absolute;
    opacity: 0.3;
    transition: all 0.3s;
    top: 0%;
    z-index: 3;
}

.sec .list .grid-wr .box a{
    display: block;
    aspect-ratio : 398 / 259;
    overflow: hidden;
}

.sec .list .grid-wr .box img{
    width: 100%;
    display: flex;
    transition: all 0.3s;
}
.sec .list .grid-wr .box h6{
    position: absolute;
    left: 1.5rem;
    bottom: 2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    width: calc(100% - 3rem);
    background-image: url(/images/sub01/box_link.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    transition: all 0.3s;
    z-index: 5;
}


.sec .list .grid-wr .box:hover::before{}
.sec .list .grid-wr .box:hover h6{ background-position: center right;}
.sec .list .grid-wr .box:hover img{transform: scale(1.05);}

/* 230914 추가 */
.sec .list2{counter-reset: var-count;}
.sec .list2 li{
    position: relative;
}

.sec .list2 h6{
    font-size: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}
.sec .list2 p{
    font-size: 1.6rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.9em;
    padding-top: 2rem;
    max-width: 720px;
}
.sec .list2 .grid-wr{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
}
.sec .list2 .grid-wr .box{
    position: relative;
    overflow: hidden;
    max-width: 500px;
}
.sec .list2 .grid-wr .box::before{
    content:'';
    width:100%;
    height:100%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 50%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255,0) 50%);
    position: absolute;
    opacity: 0.3;
    transition: all 0.3s;
    top: 0%;
    z-index: 3;
}

.sec .list2 .grid-wr .box a{
    display: block;
}
.sec .list2 .grid-wr .box img{
    width: 100%;
    display: flex;
    transition: all 0.3s;
}
.sec .list2 .grid-wr .box h6{
    position: absolute;
    left: 1.5rem;
    bottom: 2rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    width: calc(100% - 3rem);
    background-image: url(/images/sub01/box_link.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    transition: all 0.3s;
    z-index: 5;
}

.sec .list2 .grid-wr .box:hover::before{}
.sec .list2 .grid-wr .box:hover h6{ background-position: center right;}
.sec .list2 .grid-wr .box:hover img{transform: scale(1.05);}

.sec .listbox{
    border: 3px solid #e6e6e6;
    text-align: center;
    /* border-radius: 17px; */
    padding: 7rem 4rem 8rem 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(/images/sub01/sub01_04_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    max-width: 100rem;
    margin: 10rem auto 0;
}
.sec .listbox .box-tit{
    width: 100%;
    padding-bottom: 6rem;
}
.sec .listbox .box-tit h6{
    font-size: 2rem;
    font-weight: 700;
    color: #062760;
    position:relative;
    width: fit-content;
    margin: 0 auto;
}
.sec .listbox .box-tit h6::before,
.sec .listbox .box-tit h6::after{
    content:'';
    background-color: #062760;
    width:6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.sec .listbox .box-tit h6::before{
    right: calc(100% + 10px);
}
.sec .listbox .box-tit h6::after{
    left: calc(100% + 10px);
}

.sec .listbox .box-tit h4{
    font-size: 2.6rem;
    font-weight: 600;
    color: #222222;
    padding-top: 2rem;
}
.sec .listbox .box-tit h4 strong{
    color: #062760;
    font-size: 2.6rem;
    font-weight: 800;
    border-bottom: 2px solid #062760;
}
.sec .listbox .left{
    width: 55%;
    position: relative;
    height: 450px;
}
.sec .listbox .left img{
    position: absolute;
    left: 0;
    top: 0;
    display: none;

}
.sec .listbox .left img.on{z-index: 2;}
.sec .listbox .left img:nth-child(1){display: block;}
.sec .listbox .right{
    width: 40%;
}
.sec .listbox .right ul{
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.sec .listbox .right li{
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sec .listbox .right li span.checkBox{
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    display: block;
    position: relative;
}
.sec .listbox .right li p{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    padding-left: 1rem;
    position: relative;
}
.sec .listbox .right li p::after{content:'';width:0%;height:1px;background-color:#222;position:absolute;top: 100%;left: 1rem; transition:0.3s;}

.sec .listbox .right li span.check{

}
.sec .listbox .right li span.check::before{
    content: '';
    width: 20px;
    height: 17px;
    background-image: url(/images/sub01/red-check.png);
    position: absolute;
    bottom: -2px;
    left: -2px;
}
.sec .listbox .right li span.check + p{
    color: #222222;
    font-weight: 500;
}
.sec .listbox .right li:hover{}
.sec .listbox .right li:hover span{}
.sec .listbox .right li:hover p{color:#222; }
.sec .listbox .right li:hover p::after{width:100%;}

#sec01{
    padding-top: 0;
    scroll-margin-top:-500px;
}
#sec02{scroll-margin-top:200px;}
#sec03{}
#sec04{}


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

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


    .sec{
        padding-top: 80px;
    }
    .sec .imgbox{}
    .sec .conbox{}
    .sec .conbox dl{}
    .sec .conbox dt{width:100%; padding-bottom:3rem;}
    .sec .conbox dd{width: 100%; }
    .sec .conbox dd > p{
    max-width: 95%;
}

    .sec .list p{max-width: 95%;}

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

}

@media all and (max-width:1024px){
    .sec .listbox{max-width: 60rem;}
    .sec .listbox .box-tit{}
    .sec .listbox .box-tit h6{}
    .sec .listbox .box-tit h6::after{}
    .sec .listbox .box-tit h4{}
    .sec .listbox .box-tit h4 strong{}
    .sec .listbox .left{
        width: 100%;
    }
    .sec .listbox .left img{}
    .sec .listbox .right{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .sec .listbox .right ul{}
    .sec .listbox .right li{}
    .sec .listbox .right li{padding-top:15px}

}

@media all and (max-width:1000px){
.sec .list .grid-wr{grid-template-columns: repeat(1, minmax(0, 1fr));}
}

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

    .sec .list{}
    .sec .list li{padding-bottom:6rem;padding-top: 9rem;padding-left: 0;}

    .sec .list li::before{font-size: 5rem;line-height:1.25em;}
    .sec .list h6{
        font-size: 2rem;
        color: #1a1a1a;
        font-weight: 600;
    }
    .sec .list p{
        font-size: 1.6rem;
        font-weight: 400;
        color: #666666;
        line-height: 1.9em;
        padding-top: 2rem;
        max-width: 720px;
    }
    .sec .list .grid-wr{}
}
