@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");
@import url("/css/fontawesome-webfont.css")







body {
    cursor: none;
    word-break: keep-all;
}
/* 팝업 스타일 */
.smorepopup {
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px 0;
  border: 1px solid #ccc;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.row.noti0
{
    display: block!important;
}
.smorepopup iframe
{

    width:350px;
    height:600px;
}

/* 닫기 버튼 스타일 */
.smoreclose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.main_num
{
    font-size: 60px;
    color:yellow;
    line-height: 50px;

}

    .revCon.revBtn > a
    {
        font-size: 30px;
        height:50px;
        pading:0 10px;
        line-height: 50px;
    }
    .revCon.revBtn > a > i
    {
        display: none;
        font-size: 30px;
        position:inherit;
    }

/*.callus
{
    position: absolute;
    top: 0;
    right: -150px;
}

.fixedHeader .callus
{

}*/

.callus
{
    margin-left:10px;
}


.stickyLogo
{
    position: inherit!important;
}

.main_manu
{
    float:right;
    margin-right: 40px;
}











header.header .numheader
{
    display: flex;
    width: inherit!important;
    flex-flow: row;
}






#inner-circle, #outer-circle {
    z-index: 999;
    position: fixed;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#inner-circle {
    width: 8px;
    height: 8px;
    background-color: #df2818;
}

#outer-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #df2818;
    opacity: 0.7;
}

#header.isSticky  > div > div > div.col-md-2.hidden-sm.md_class.noPaddingRight > div > p > b
{
    color:#fd0060!important;
}


#header.isSticky > div > div > div.col-md-2.hidden-sm.md_class.noPaddingRight > div > p > b
{
    color:#fd0060!important;
}



body {
  font-family: 'Wanted Sans Variable', sans-serif; /* 'Wanted Sans'는 예시 폰트 이름입니다. 실제 폰트 이름을 사용하세요. */
}


.logo
{
    word-break: keep-all;
}


.mainMenu ul::-webkit-scrollbar
{
    display: none;
}



.mainMenu ul li a
{
    font-size: 20px;
    letter-spacing: 0px;
}


.mainMenu ul ul.sub-menu li a
{
    font-size: 15px!important;
}



.whatwe.home_page2
{
    background: url("/images/bg/main_bg_02.jpg")!important;
}



.ourwork
{
    background-color: white;
}


.client
{
    background-color: white;
}

.sayhello
{
    background-color: white;
}









.main-container {
    display: flex;
    flex-direction: row; /* 기본 방향은 좌우 */
    height: 100vh;
    
    background-position-x: center;
    z-index: 1;
}

#main-container {
    position: fixed; /* 화면에 고정 */
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100vh;
    /*background-image: url('/images/bg/main_bg_00.jpg');*/
    background-size: cover;
    z-index: -1; /* 배경을 뒤로 */
    opacity: 1;
    transition: opacity 1s ease;
}




.half-section {
    width: 50vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.red-section {
/*    background-color: rgba(255, 0, 0, 0.2);*/
}

.green-section {
/*    background-color: rgba(0, 255, 0, 0.2);*/
}
.main_h1
{
    text-shadow: 1px 1px 1px black;
    font-size: 50px;
    font-weight: 700;
    word-break: keep-all;
    opacity: 1;
    transition: opacity 1s ease;
}
.main_btn
{
    margin: 30px 0;
}

.main_btn
{
    font-size: 30px;
}


.realtime-container
{
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid lightgray;
    width:calc(100% - 20px - 40px);
    height:calc(100% - 98px - 68px);
    transform: translate(-20px, 49px);
}
.realtime-container::-webkit-scrollbar
{
    display: none;
}


.realtime-header
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding:30px 0;
    position: sticky;
    top: 0;
    z-index: 100;

}
.realtime-header h1
{
    color: white;
    margin-right: 10px;
    display: contents;
    font-weight: 900;
    font-size: 46px;

}
.realtime-body
{

    width: 100%;
    padding-top: 60px;
    height: calc(100% - 133px);
    display: flex;
    padding: 22px 47px 47px 47px;
    align-items: center;
    flex-direction: column;
    overflow-y: scroll;


}

.realtime-body::-webkit-scrollbar {
  display: none; /* 스크롤바 숨기기 */
}

.realtime-row
{
    font-size: 17px;
    letter-spacing: 0px;
    border: 1px solid darkgrey;
    padding:2px 10px;
    width:100%;
    margin:2px 0;
    color:white;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.5s ease-out, color 0.5s ease-out; /* 부드러운 전환 효과 추가 */
}




.arrow {
    font-size: 15px;
    margin: 0 7px;
    float: right;
    line-height: 36px;
    cursor: pointer; /* 마우스 오버 시 포인터 변경 */
}


.row-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-out;
    padding: 0 30px;

    background-color: white; /* 기본 배경색을 하얀색으로 설정 */
    color: black; /* 기본 글씨 색상을 검은색으로 설정 */
    font-size: 15px;
    line-height: 25px;
    color:#696969;
}


.row-content.open {
    max-height: 100px; /* 열렸을 때 최대 높이 (내용에 따라 조정) */
    padding: 10px; /* 내용이 보일 때 패딩 */
    background-color: white; /* 열렸을 때 배경색을 하얀색으로 유지 */
    color: black; /* 열렸을 때 글씨 색상을 검은색으로 설정 */
}

.realtime-row.open {
    background-color: white; /* 열렸을 때 배경색 */
    color: black; /* 열렸을 때 글씨 색상 */
}






#about
{
    background-color: white;
}





#team
{
    background-color: white;
}














/* 화면 크기가 768px 이하일 때 스타일 변경 */
@media (max-width: 768px) {
    .main-container {
        flex-direction: column; /* 방향을 상하로 변경 */
    }
    .mouseSlider
    {
        display: none;
    }
    .half-section {
        width: 100vw;
        height: 50vh;
    }
    .main_h1
    {
        font-weight: 700;
        font-size: 33px;
        line-height: 38px;
    }
    .main_btn
    {
        margin: 10px 0!important;
    }
    .realtime-container
    {
        border: 1px solid black;
        width:calc(100% - 20px);
        height:calc(100% - 60px);
        transform: translate(0px, 2.5px);
    }
    .realtime-header
    {
        padding-top:20px!important;
        text-align: center;
    }

    .realtime-body
    {
        height: calc(100% - 50px);
    }
    .realtime-body
    {
        padding:0 10px;
    }

    div.half-section.red-section > div:nth-child(1) > h5
    {
        font-size: 13px;
        font-weight: 400!important;

    }
    .revCon.revBtn > a
    {
        font-size: 20px;
        height:30px;
        pading:0 10px;
        line-height: 30px;
    }
    .revCon.revBtn > a > i
    {
        display: inherit;
        font-size: 20px;
        position:inherit;
    }



    .abcontentT h3
    {
        font-size: 25px;
        line-height: 40px;
    }
    .abBigtitle > h1.lead
    {

        top:-80px;

    }

    .aboutTop
    {
        padding-top:100px;
        padding-bottom: 100px;
    }

    .abcontentB > h5.lead
    {
        font-size: 25px!important;
    }

    .abcontentB > h3
    {
        font-size: 20px!important;
        line-height: 25px;
    }





    .realtime-body
    {
        height:calc(100% - 116px - 10px);
    }
    .realtime-header > h1
    {
        font-size: 37px;

    }


    .realtime-row
    {
        padding:5px 0;
        padding-left: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .arrow 
    {
        line-height: 20px;
    }


    .teamDeg
    {
        padding-bottom:50px;
    }

    .singleWorkContent > .lead
    {
        font-size: 40px;
        word-break: keep-all;
    }

    .singleWork img
    {
        height:70vh;
    }

    #workCarousel .slick-prev, #workCarousel .slick-next
    {
        top:inherit;
        bottom:10px;
    }
    .sectionTitle.bigTitle3 > .lead
    {
        font-size: 40px;
    }
    .sayThumb
    {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        margin-bottom:10px;
    }
    .sayDec p:last-of-type
    {
        margin-bottom: 10px;
    }
    .sectionTitle.bigTitle2 > h5
    {
        font-size: 12px
    }
    .sectionTitle.bigTitle2 > h2
    {
        font-size: 37px;
    }


    .bigTitle2
    {
        margin-bottom: 0px;
    }




    .sectionTitle.bigTitle2 > h5
    {
        margin-bottom: 10px;
    }



    footer > div > div > div:nth-child(1) > aside > div > p
    {
        font-size: 13px;
        line-height: 20px;
    }




    .bperaDiv
    {
        height: 100px!important;
        min-height: 100px;
    }


    .workDetailHead.bdetail
    {
        background-position: center;
        height: 300px!important;


    }
    .workDetailHead.bdetail > div:nth-child(1)
    {
        height: 300px!important;
    }
    .wdhContent.bdetail
    {
        padding-bottom: 0px!important;
    }
    .wdhContent.bdetail > h2
    {
        font-size: 30px!important;
        margin-bottom:0!important;

    }
    .wdhContent.bdetail > ul
    {
        margin-top: 12px!important;
        line-height: 0px;
    }
    .workMetas
    {
        padding-top: 0;
    }
    .workMetas>.row
    {
        margin:0!important;
    }
    .workMetas table
    {
        font-size: 15px;
        word-break: keep-all;
        line-height: 21px;
    }
    .workMetas table  td:nth-child(even)
    {
        padding-left: 15px!important;
    }


    .wdContent.text-center h5
    {
        letter-spacing: 1px!important;   
        font-weight: 700;
    }
    .wdContent.text-center p
    {
        font-size: 23px!important;
        line-height: 29px;
        color: black;
    }



    .award-one__list li {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }

    .award-one__list li::before,
    .award-one__list li::after {
        display: none;
    }
    div.logo > a:nth-child(1) > img
    {
        width:250px;
    }

    div.stickyLogo > a:nth-child(1) > img
    {
        width:250px;
    }

    div.logo > a:nth-child(2) > img
    {
        margin-left:5px;
    }

    div.stickyLogo > a:nth-child(2) > img
    {
        margin-left:5px;
    }

    .team-one
    {
        margin-top: 100px!important;
    }



    .contact-page
    {
        padding: 80px 0!important;
    }

    .contact-page__left p.section-title__tagline
    {
        font-size: 15px;
        text-align: center;
    }
    .contact-page__left h2.section-title__title
    {
        font-size: 25px;
        text-align: center;
        font-weight: 700;
    }


    ul.contact-page__points.list-unstyled a
    {
        font-weight: 500;
    }
    ul.contact-page__points.list-unstyled h4
    {
        font-weight: 500!important;
    }

    .contact-page__points.list-unstyled .content > p
    {
        margin:0;
    }
    .team
    {
        padding-top: 100px!important;
    }

    .team h3.lead
    {
        font-size: 33px!important;
        word-break: keep-all;
    line-height: 35px;
    font-weight: 700;
    }


.team .sectionTitle.epr200
{
    margin-bottom: 90px;
}



.testmonial2  svg
{
    width:44px;
}


.singleTestm.quote p {
    font-size: 19px!important;
    line-height: 4px!important;
}

#team > div > div:nth-child(2) > div > div:nth-child(2)
{
    margin-top:30px;
}
.image-container
{
    border:0!important;
}
.image-container img
{
    transform: inherit!important;
}

#team > div > div:nth-child(3) > table td:nth-child(even)
{
    font-size: 15px;
}


#team > div > div:nth-child(3) > table > tbody > tr
{
    display: flex;
    flex-flow: column;
}


#team > div > div:nth-child(3) > table > tbody  td
{
    border-right: 1px solid #ddd!important;
    border-left: 1px solid #ddd!important;
    word-break: keep-all;
}


#team > div > div:nth-child(3) > table > tbody  td:nth-child(odd)
{
    border:0!important;
    padding:40px 20px 15px!important;
}

#team > div > div:nth-child(3) > table
{
    border:0!important;
}

.team#team
{
    padding-bottom: 0!important;
}



.services-three
{
    padding-top: 50px!important;

}
.section-title__title
{
        font-weight: 800!important;
    letter-spacing: -1px!important;
    font-size: 34px!important;
    line-height: 14px!important;
}

.premium9 > .row
{
    margin:0px;
}
.premium9  .col-md-8 
{
    padding-left: 15px!important;
}

.premium9 .col-md-4
{
    padding-right:0!important;
}
.premium9 img
{
    margin-bottom: 10px;


}

.premium9 li 
{
    font-size: 17px;
    color: #6f6f6f!important;
}
.premium9 .imgdesc
{
    bottom:5px!important;
}





.singleTestm.main00 p
{
    font-size: 27px;
}


.teamTop.main00
{
        margin-bottom: 58px;
}
.main00button
{
    display: none;
}

.about#about
{
    padding-bottom: 0;
}
.team#team{
    padding-top: 90px!important;
}
#team > div > div:nth-child(3) > div:nth-child(4)
{
    margin-bottom: 100px;
}


.main00p
{
    margin-bottom: 15px!important;
    font-size: 33px!important;
}

.team.premium0
{
    margin-bottom: 50px!important;
}





.teamTop.guide0
{
    font-size: 16px!important;
    padding-bottom: 50px!important;
}

.teamTop.guide0 img{
width: 100%!important;
    padding: 0!important;
}


.table.table-bordered.guide0 span strong
{
    font-size: 15px!important;
}

.table.table-bordered.guide0 td
{
    padding:4px!important;
}

.table.table-bordered.guide0 span > span
{
    font-size: 15px!important;
}
.team.guide0
{
    margin-bottom: 50px;
}


.teamTop.guide1 img
{
    width: 100%!important;
    padding: 0 0 20px!important;
}


.teamTop.guide1
{
    margin-bottom: 50px!important;
}


.teamTop.guide1 div:nth-child(2)
{
    padding-top: 0!important;
}


.guide1table
{
    margin:auto 0!important;
}


.guide1table .table.table-bordered td 
{
    padding:3px;
}

.guide1table .table.table-bordered span 
{
    font-size: 14px!important;
    line-height:18px!important;
    display: inline-block;
}



.guide1table .table.table-bordered td 
{
    width: inherit!important;
}



/*.pricing-page__inner .row > .col-xl-4.col-lg-4
{
    padding:0!important;
}*/


.pricing-page__inner .row
{
    padding:0 15px!important;
}



.pricing-page__single-inner{


padding:43px 35px 25px!important;


}
.pricing-page__inner
{
    margin-bottom: 50px;
}



.blogContents
{
    padding-top:50px!important;
}


.singleBlog
{
    margin:10px 15px!important;
}





.row.notice_btn
{
    padding-left:15px!important;
}




.video-one__inner 
{
    padding: 30px 0!important;
}


.video-one
{
    margin-top: 80px!important;
    padding-bottom: 80px!important;
}





.main_h1
{
    text-shadow: inherit!important;
}


.teamTop.premium0
{
    margin-bottom: 0!important;
}








.col-lg-12.noti0
{
    padding-bottom: 30px!important;
}
.noti_img
{
    width: 90%!important;
}

div.row.noti0
{
    margin:0 15px!important;
}



.row.noti0btn
{
    padding-left: 35px!important;
}



.team.noti0 .container
{
    padding-bottom: 70px!important;
}




.teamTop
{
    width: 100vw;
}
/*.callus
{
    right: -600px;
}
*/
.stickyLogo
{
    position: absolute!important;
}

.main_manu
{
    float:inherit;
}




.main_btn
{
    font-size: 20px;
}


.main_manu
{
    float:inherit!important;
    margin-right: 0px;
}



}
