﻿

* {
    font-family: 'SUIT', sans-serif;
}

body {
    overflow-x: hidden;
}




/*팝업*/
.modal {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -58%);
    width: 425px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 999999;
    animation: click 0.5s ease-in-out;
    opacity: 0;
    animation-fill-mode: forwards;
    transition: 0.3s ease;
    box-shadow: 0 4px 13px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.noti_modal {
    background: white;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -58%);
    width: 800px;
    height: 500px;
    border: 1px solid white;
    border-radius: 15px;
    z-index: 9999999;
    /*animation: click 0.5s ease-in-out  ;*/
    animation-fill-mode: forwards;
    transition: 0.5s ease;
    animation-delay: 1.5s;
    display: none;
    overflow: hidden;
}

    .noti_modal.block {
        display: block;
        z-index: 800;
    }

.roof_noti {
    width: 100%;
    height: 42px;
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0px 10px;
}

.t_close {
    float: right;
    margin-right: 20px;
    border: none;
    background: transparent;
    color: white;
}

.noti_box {
    height: 450px;
    margin: auto;
    overflow-y: scroll;
    padding-top: 23px;
    font-size: 14px;
    padding: 5px 20px;
    font-family: pretendard;
    color: #8b8787;
    line-height: 24px;
}

    .noti_box p {
        padding-top: 18px;
    }

.imp_noti {
    color: black;
    font-weight: bold;
}

@keyframes click {
    0% {
        transition: 0.5s ease;
        transform: translate(50%, -45%);
        opacity: 0;
    }

    100% {
        transition: 0.5s ease;
        transform: translate(50%, -58%);
        opacity: 1;
    }
}

.none {
    display: none;
}

/*섹션2 커서*/
.cursor_msg{
    position: fixed;
    left: 0;
    top: 0;

    padding: 8px 12px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;

    pointer-events: none;
    opacity: 0;

    transform: translate(0,0) scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;

    z-index: 9999;
}

.cursor_msg.show{
    opacity: 1;
    transform: scale(1); /* 위치는 JS가 담당 */
}


/*버튼*/
/* 버튼 래퍼 중앙 정렬 */
.popup_btn_wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #000;
    height: 62px;
    border: none;
}

/* 공통 버튼 */
.popup_btn_wrap button {
    border-radius: 10rem;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: .9rem;
    padding: 0;
    width: 50%;
    height: 100%;
    color: #fff;
}
.today_only {
    color: #fff;
}
.today_only:hover::before {
    width: 100%;
}
.today_only:active {
    transform: scale(0.95);
}

.m_close {
    color: #0150F3;
}
.m_close:hover::before {
    width: 100%;
    color: #fff;
}
.m_close:active {
    transform: scale(0.95);
}

@media (max-width:480px) {
    .modal {
        width: 90%;
    }
}




/* #region 메인페이지 시작 */

.wrap{
    overflow: hidden;

}

/* #region 공통 */
.sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7,.sec8,.sec9{
    box-sizing: border-box;
    padding: 0 1.5rem;
}

/*간격*/
.sec2, .sec3, .sec4, .sec5, .sec6, .sec8,.sec9 {
    width: 100%;
    margin: auto;
}

.sec2>div,
.sec3,
.sec5,
.sec7>div,
.sec8{
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 0;
}

.sec3,
.sec4,
.sec5,
.sec6{
    margin-bottom: 8rem;
}

.sec4,
.sec5,
.sec8{
    padding: 5rem 1.5rem 8rem;
}


@media (max-width:580px) {

    .sec3,
    .sec4,
    .sec5{
        margin-bottom: 4rem;
    }

}


/*배경색*/
.sec2,
.sec7{
    background: #F9FAFB;
}

/*스와이퍼*/
.swiper-slide {
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-wrapper {
    display: flex;
}



@media (max-width:984px) {

    .title .cate{
        font-size:0.94rem;
    }

    .title h2{
        font-size: 2.13rem;
    }
    
    .title p{
        font-size: 1.05rem;
    }

}

@media (max-width:580px) {

    .title .cate{
        font-size:0.87rem;
    }

    .title h2{
        font-size: 1.88rem;
    }
    
    .title p{
        font-size: 1rem;
    }

}


/*버튼*/
@media (max-width:580px) {
    
    .btn1, .btn2{
        padding: 1rem 2rem;
        font-size: 1rem;
    }

}

@media (max-width:480px) {

    .sec1 .btn_wrap,
    .sec5 .btn_wrap{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .sec1 .btn2,
    .sec5 .btn2{
        margin: 0 0 !important;
    }

}

/*#endregion*/



/* #region 섹션1 - 메인배너 */
.sec1 {
    width: 100%;
    height: 710px;
    background: url(/common/img/main2/main_banner.jpg) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 메인배너 텍스트 */
.banner{
    text-align: center;
    color: #fff;
}

.banner h2{
    font-size: 3rem;
    margin-bottom: 2rem;
    word-break: keep-all;
    line-height: 140%;
}

.banner p{
    font-size: 1.25rem;
}

.banner button{
    width: 220px;
    border-radius: 10px;
    padding: 1.3rem;
}

.banner button:first-child{
    background: var(--main-color);
    color: #fff;
    font-size: 1.13rem;
    transition: all 0.3s ease-in-out;
}

.banner button:hover{
    transform: scale(1.04);
}

.banner button:last-child{
    background: #fff;
    color: var(--main-color);
    font-size: 1.13rem;
    transition: all 0.2s ease-in-out;
}


/*반응형*/
@media (max-width:768px) {

    .sec1{
        height: 650px;
    }

    .sec1 .btn_wrap button{
        width: 200px;
    }

}

@media (max-width:580px) {

    .banner h2{
        font-size: 2.5rem;
    }

    .banner p{
        font-size: 1rem;
    }

    .sec1 .btn_wrap button{
        padding: 1rem;
        width: 180px;
        font-size: 1rem;
    }

}

@media (max-width:480px) {

    .sec1{
        height: 580px;
        padding: 0 1rem;
    }
    .sec1 p{
        font-size: 15px;
    }

     .banner h2{
        font-size: 2.13rem;
    }

    .sec1 .btn_wrap button{
        width: 90%;
    }

}

/*#endregion*/


/*#region 섹션2 - 서비스*/
.sec2 .title .cate{
    background: #fff;
}

.sec2 .swiper-slide{
    align-items: unset !important;
}

.service_pagination{
    text-align: center;
    bottom: 45px !important;
}

/* 커스터마이징 */
.service_pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    transition: all 0.2s ease-in-out;
}

.service_pagination .swiper-pagination-bullet-active{
    background: var(--main-color);
}

.service_content{
    display: flex;
    justify-content: space-between;
}

.service_box{
    border: 2px solid transparent;
    border-radius: 25px;
    background: #fff;
    padding: 1.5rem;
    transition: all 0.3s ease-in-out !important;
}

.service_box:hover{
    border: 2px solid var(--main-color);
    transform: translateY(-10px);
}

.service_box>div:not(.list){
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.service_box>div:not(.list) img{
    width: 30px;
}

.service_box>div:not(.list) p{
    font-size: 1.25rem;
    font-weight: 700;
}

.service_box>p{
    margin: 1rem 0 2rem;
    color: var(--gray1-color);
}

.sec2 .list ul{
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 1rem;
}

.sec2 .list li{
    display: flex;
    gap:0.3rem;
    color: var(--gray1-color);
    width: 100%;
}

.sec2 .list li:not(:last-child){
    margin-bottom: 0.5rem;
}

.service_box span{
    color: var(--main-color);
    font-size: 1.38rem;
    font-weight: 800;
    margin-right: 0.2rem;
}

/*자세히보기*/
.sec2 button{
    width: 100%;
    padding: 1rem 0;
    color: var(--main-color);
    background: #F9FAFB;
    transition: background 0.3s ease-in-out;
}

.sec2 button:hover{
    background: linear-gradient(90deg, rgba(65, 150, 236, 1) 0%, rgba(125, 188, 253, 1) 28%, rgba(35, 140, 245, 0.67) 100%);
    color: #fff;
}

/*반응형*/
@media (max-width:984px) {

    .service_box>div:not(.list) img{
        width: 25px;
    }

    .service_box>div:not(.list) p{
        font-size: 1.13rem;
    }

    .service_box>p{
        font-size: 0.94rem;
        margin: 1rem 0 1.5rem;
    }

    .sec2 .list li img{
        width: 13px;
    }

    .sec2 .list li p{
        font-size: 0.94rem;
    }

    .service_box span{
        font-size: 1.25rem;
    }

}

/*#endregion*/


/*#region 섹션3 - 포트폴리오*/
.sec3{
    padding: 5rem 1.5rem;
}

.port ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.port li {
    width: 100%;
    max-height: 330px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.port li {
    width: 100%;
    max-height: 330px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.port li:hover img {
    transform: scale(1.1);
}

.port li > div {
    position: absolute;
    left: 7%;
    bottom: 11%;
    color: #fff;
    z-index: 1;
}

.port img {
    position: relative;
    max-width: 450px;
    height: -webkit-fill-available;
    transition: transform 0.3s ease;
}

.port img:hover {
    transform: scale(1.1);
}

.port p {
    font-size: 1.13rem;
    cursor: pointer;
}

.port h4 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 120%;
    margin-top: 0.2rem;
}

.port img {
    display: block;
    width: 100%;
    height: auto;
}

.port li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none; /* 오버레이가 클릭을 막지 않도록 설정 */
}

.port .btn2{
    max-width: 300px;
    margin: 5rem auto 0;
}

@media (max-width:984px) {

    .port ul{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:768px) {

    .port ul{
        gap: 1rem;
    }

    .port p{
        font-size: 0.94rem;
    }

    .port h4{
        font-size: 1.56rem;
    }

}

@media (max-width:580px) {

    .port ul{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .port img{
        max-width: unset;
    }

    .port p{
        font-size: 0.94rem;
    }

    .port h4{
        font-size: 1.56rem;
    }

}

/*#endregion*/


/*#region 섹션4 - 작업 진행 과정*/
.sec4{
    background: #F9FAFB;
    padding: 5rem 1.5rem;
}

.sec4>div{
    max-width: 950px;
    margin: 0 auto;
}

.sec4 .cate{
    background: #fff;
}

/*제작과정*/
.process{
    margin-top: 3rem;
    position: relative;
}

.process .title{
    margin-bottom: 0;
    text-align: left;
}

.process_box{
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

.process_box:not(:last-child){
    margin-bottom: 3rem;
}

/*01~04 선*/
.process_box::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 37px;
    width: 8px;
    height: 500px;
    background: #5CA5F0;
    z-index: -10;
}

.process_box>p{
    width: 86px;
    height: 80px;
    background: linear-gradient(180deg,rgba(57, 135, 213, 1) 0%, rgba(96, 169, 243, 1) 100%);
    border-radius: 50%;
    padding: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    box-sizing: border-box;
    cursor: default;
}

.process_box>div{
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(116,116,116,0.25);
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.process_box>div:hover {
    border: 1px solid #60A9F3;
    box-shadow: 0px 4px 4px 0px rgba(28,137,254,0.25);
    cursor: default;
}

.process_box .title{
    font-weight: 800;
    font-size: 1.13rem;
    margin-bottom: 0.8rem;
}

.process_box .sub{
    color: var(--gray1-color);
}

/*반응형*/
@media (max-width:768px) {

    .process_box{
        column-gap: 1.5rem;
    }

    .process_box:not(:last-child){
        margin-bottom: 2rem;
    }

    .process_box::before{
        left: 32px;
        top: 25px;
        width: 6px;
        height: 450px;
    }

    .process_box>p{
        width: 70px;
        height: 70px;
    }

}

@media (max-width:580px) {

    .process_box>p,
    .process_box::before{
        display: none;
    }

    .process_box .title{
        font-size: 1.06rem;
    }

    .process_box .sub{
        font-size: 0.94rem;
    }

}

@media (max-width:540px) {

    .process_box::before{
        top: 70px;
    }

}

@media (max-width:480px) {

    .process_box>div{
        padding: 1.2rem;
    }

    .process_box>p{
        width: 50px;
        height: 50px;
        font-size: 1.13rem;
    }

    .process_box::before{
        top: 70px;
        left: 23px;
    }

}

@media (max-width:358px) {

    .process_box::before{
        height: 510px;
    }

}

/*#endregion*/


/*#region 섹션5 - 자주 묻는 질문 */
.faq_box{
    border-top: 2px solid #000;
}

.faq_q{
    border-bottom: 1px solid #ECECEC;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq_q.active{
    padding-bottom: 1rem;
}

.faq_q.active .mark{
    color: var(--main-color);
}


.faq_q>div:first-of-type,
.faq_q>div>div{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    box-sizing: border-box;
    min-width: 0;
    cursor: pointer;
}

.faq_q>div{
    justify-content:space-between;
    padding: 1.5rem 1rem;
    cursor: pointer;
}

.mark{
    display: inline-block;
    font-weight: 900;
    font-size: 1.13rem;
    /*background: #EFF1F4;*/
    color: #66b0ff;
    padding: 0.5rem 0.7rem;
    border-radius: 5px;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}

.faq_q>div:hover .mark{
    color: var(--main-color);
}

.faq{
    font-size: 1.25rem;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.down{
    width:20px;
    flex: 0 0 20px;
    transition: transform 0.3s ease-in-out;
}


.down.active{
    transform: rotate(180deg);
}

.faq_a{
    background: var(--light-color);
    border-radius: 25px;
    padding: 2rem !important;
}

.faq_a p{
    line-height: 140%;
    white-space: normal;
    color: #6C7682;
    vertical-align: top;
}

.sec5 .btn_wrap{
    margin-top: 0;
}

.sec5 .btn_wrap button{
    max-width: 230px;
}

.sec5 .btn_wrap button:hover{
    transform: scale(1.04);
}
.sec5 .btn1{
    border: 1px solid #D8DFE7;
    box-shadow: 0px 4px 11px 0px #E3EAF4;
    color:#97A0AA;
    background: #fff;
}

.sec5 .btn_wrap>div{
    width: 100%;
    max-width: 230px;
    position: relative;
}

/*툴팁*/
.tooltip2{
    top: 101%;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    cursor: default;
}

.sec5 .tooltip::before{
    border-color: transparent transparent #000;
}


/*반응형*/
@media (max-width:984px) {

    .mark{
        font-size: 1rem;
        padding: 0.3rem 0.5rem;
    }

    .faq{
        font-size: 1.13rem;
    }

    .sec5 .btn_wrap{
        margin-top: 2rem;
    }

}

@media (max-width:580px) {

    .mark{
        font-size: 0.87rem;
    }

    .faq{
        font-size: 1rem;
    }

    .faq_a p{
        font-size: 0.94rem;
    }

    .sec5 .btn_wrap button{
        margin: 3rem 0 0;
        height: 52px;
    }

    .tooltip2{
        font-size: 0.87rem;
        width: 180px;
        height: 35px;
        line-height: 35px;
    }

}

@media (max-width:480px) {

    .sec5 .btn_wrap{
        margin-top: 0;
    }

    .tooltip2{
        width: 160px;
    }

    .tooltip2{
        width: 200px;
    }

}


/*#endregion*/


/*#region 섹션6 - 실시간 문의*/
.sec6 ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0;
}

.sec3-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 3px 3px 3px #E4EDFA;
    border-radius: 25px;
    padding: 2rem 3rem 3rem;
}

.sec3-1 .swiper-wrapper {
    height: 100%;
    transition: transform 0.5s ease;
}

.sec3-1 .swiper-slide {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3E3E3;
    box-sizing: border-box;
}

.sec3-1 .swiper-container {
    width: 100%;
    height: 360px; /* 이걸로 table 높이조절 */
    overflow: hidden;
    position: relative;
}

.sec3-1 .slide-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.sec6 .btn2{
    max-width: 300px;
    margin: 5rem auto 0;
}

/*내부 내용*/
.td_tit {
    width: 100%;
    line-height: 80px;
    font-weight: 700;
}

.td_div {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.td_div p {
    width: 70px;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.td_div p:not(:nth-of-type(1)) {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 5px;
}

.td_div p:nth-of-type(1) {
    margin-right: 1rem;
    color: #808080;
}

.td_div p:nth-of-type(2) {
    background: #000;
    margin-right: 6px;
}

.answer1 {
    background: #000;
}

.answer2 {
    background: var(--main-color);
}

@media (max-width:768px) {


    .sec3-1{
        padding: 1rem 2rem 2rem;
    }

    .td_tit {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 0.94rem;
    }

    .td_div{
        width: 70%;
    }

    .td_div p{
        width: 62px;
    }

    .td_div p:nth-of-type(1){
        margin-right: 0;
        font-size: 0.94rem;
    }

}

@media (max-width:580px) {


}

@media (max-width:480px) {

    .sec6 {
        padding: 0;
    }

    .sec6 .title{
        padding: 0 1.5rem;
    }

    .sec3-1{
        box-shadow: none;
        background: #F9FAFB;
        border-radius: 0;
    }

    .sec3-1 .swiper-container{
        height: 320px;
    }

    .td_tit,
    .td_div p{
        font-size: 0.87rem !important;
    }

    .td_tit{
        width: 70%;
    }

    .td_div p{
        width: 55px;
    }

    .td_div p:nth-child(2){
        display: none;
    }

    .td_div p:not(:nth-of-type(1)) {
        font-size: 0.75rem !important;
    }

}
/*#endregion*/


/*#region 섹션7 - 홈페이지 예시*/
.sec7>div{
    display: flex;
    column-gap: 8rem;
    align-items: center;
    position: relative;
    padding: 8rem 0;
}

.sec7 .title{
    text-align: left;
    width: auto;
}

.sec7 .cate{
    background: #fff;
}

/*스와이퍼*/
.design1{
    border-radius: 25px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.17);
    flex: 1;
    min-width: 0;
}
.sec7 .swiper-button-prev,
.sec7 .swiper-button-next{
    position: absolute;
    color: #DDD;
    font-weight: 800;
    transition: color 0.3s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 2rem !important;
}

.sec7 .swiper-button-prev{
    left: 475px;
}
.sec7 .swiper-button-next{
    right: -55px;
}

.sec7 .swiper-button-prev:hover,
.sec7 .swiper-button-next:hover{
    color: #555;
}

@media (max-width:1350px) {

    .design1{
        margin-right: 2.3rem !important;
    }

    .sec7 .swiper-button-next{
        right: -15px;
    }

}

@media (max-width:1200px) {

    .sec7>div{
        column-gap: 5rem;
    }

    .sec7 .swiper-button-prev{
        left: 440px;
    }

    .sec7 .swiper-button-next{
        right: -5px;
    }

}

@media (max-width:1080px) {

    .sec7>div{
        display: block;
        padding: 5rem 0;
    }

    .sec7 .title{
        text-align: center;
    }

    .design1{
        margin: 0 5rem !important;
    }

    .sec7 .swiper-button-prev,
    .sec7 .swiper-button-next{
        top: 70%;
    }

    .sec7 .swiper-button-prev{
        left: 30px;
    }

    .sec7 .swiper-button-next{
        right: 30px;
    }

}

@media (max-width:984px) {

    .design1{
        margin: 0 2rem !important;
    }

    .sec7 .swiper-button-prev{
        left: -10px;
    }

    .sec7 .swiper-button-next{
        right: -10px;
    }
    
}

@media (max-width:580px) {

    .sec7 .title{
        margin-bottom: 3rem;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after{
        font-size: 1.5rem !important;
    }

    .sec7 .swiper-button-prev{
        left: -5px;
    }

    .sec7 .swiper-button-next{
        right: -5px;
    }

}

@media (max-width:480px) {

    .design1{
        margin: 0 1rem !important;
    }

    .sec7 .swiper-button-prev,
    .sec7 .swiper-button-next{
        top: 72%;
    }

    .sec7 .swiper-button-prev{
        left: -15px;
    }

    .sec7 .swiper-button-next{
        right: -15px;
    }
    
}


/*#endregion*/


/*#region 섹션8 - 제작 칼럼*/
.sec8 ul {
    padding: 0;
    list-style: none;
    height: 380px;
}

.sec8 li {
    width: 32%;
    height: auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0px 4px 11px 0px #E3EAF4;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.column{
    height: 400px;
}

.sec8 li.swiper-slide{
    justify-content: unset !important;
}

/*썸네일*/
.col_img {
    width: 100%;
    height: 240px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}
.col_text{
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: grid;
    justify-items: flex-end;
    padding: 0.5rem;
}

.col_text p{
    cursor: pointer;
}

.col_tag{
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0.3rem;
    background: rgba(0,0,0,0.05);
}
.col_main{
    font-size:1.75rem;
    text-align: right;
    color: #fff;
    font-weight: 800;
    word-break: keep-all;
}

/*썸네일 이미지*/
.sec8 li:nth-child(1) >.col_img {
    background: url(/common/img/column/cont_main21.png) no-repeat center;
}
.sec8 li:nth-child(2) >.col_img {
    background: url(/common/img/column/cont_main20.png) no-repeat center;
}
.sec8 li:nth-child(3) >.col_img {
    background: url(/common/img/column/cont_main19.png) no-repeat center;
}
.sec8 li:nth-child(4) >.col_img {
    background: url(/common/img/column/cont_main18.png) no-repeat center;
}
.sec8 li:nth-child(5) >.col_img {
    background: url(/common/img/column/cont_main17.png) no-repeat center;
}
.sec8 li:nth-child(6) >.col_img {
    background: url(/common/img/column/cont_main16.png) no-repeat center;
}

/*썸네일 하단*/
.col_tex {
    display: block;
    width: 100%;
    padding: 2rem 0;
}

.col_tex p{
    cursor: pointer;
}

.col_tex h3 {
    font-size: 1.25rem;
    padding: 0 1rem;
    cursor: pointer;
}

.col_tex > div {
    padding: 0.5rem 1rem 0;
    display: flex;
    color: #878787;
    gap: 0.5rem;
}

.col_tex p {
    white-space: nowrap;
}

.col_tex p:last-child{
    display: none;
}

@media (max-width:768px) {

    .col_tex p:last-child{
        display: block;
    }

}

/*스크롤바*/
.sec8 .swiper-scrollbar {
    opacity: 0.9 !important;
    width: 100% !important;
    max-width: 350px;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%);
}

.sec8 .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    height: 6px !important;
}

.sec8 .swiper-scrollbar-drag{
    cursor: pointer;
}

.sec8 .btn2{
    max-width: 300px;
    margin: 5rem auto 0;
}
/*#endregion*/


/*#region 섹션9 - 제작 문의*/
.sec9{
    background: #1F242B;
    padding: 0;
}

.sec9>div{
    display: flex;
    align-items: center;
    height: 460px;
}

.sec9>div img{
    width: 50%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

.sec9>div>div{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-left: 5rem;
}

.sec9>div>div h3{
    font-size: 2.13rem;
    color: #fff;
    word-break: keep-all;
}

.sec9>div>div p{
    margin: 2rem 0 0;
    color: #fff;
}

.sec9 .btn2{
    max-width: 200px;
}

@media (max-width:984px) {

    .sec9>div{
        height: 400px;
    }

    .sec9>div>div{
        width: 100%;
        padding-left: 3rem;
    }

    .sec9>div>div h3{
        font-size: 1.75rem;
    }

    .sec9 .btn2{
        font-size: 1rem;
    }

}

@media (max-width:768px) {

    .sec9>div{
        display: grid;
        height: unset;
    }

    .sec9>div img{
        display: none;
    }

    .sec9>div>div{
        width: 100%;
        margin: 2rem 0;
        padding-left: 2rem;
    }

    .sec9>div>div p{
        margin-top: 1rem;
    }

    .sec9 .btn2{
        margin-top: 3rem;
    }

}

@media (max-width:480px) {

    .sec9>div img{
        height: 250px;
    }

    .sec9>div>div h3{
        font-size: 1.5rem;
    }

    .sec9>div>div p{
        font-size: 0.94rem;
    }

    .sec9 .btn2{
        margin-top: 2rem;
        font-size: 0.94rem;
    }

}


/*#endregion*/