@font-face {
    font-family: '770Balsa';
    src: url('./770Balsa-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

.set_container{
    font-family: "Noto Sans KR","Sans-serif";
    color: #252525;
    min-width: 1780px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.set_container a{
    display: inline-block;
}
.set_container button{
    font-family: "Noto Sans KR","Sans-serif";
}

.top_banner{
    background-image: url("../../images/2025/0730/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 810px;
    position: relative;
    overflow: hidden;
}
.top_banner .canvas{
    position: absolute;
    top: 50px;
    left: calc(50% - 500px);
    z-index: 1;
    opacity: 0;
    animation-name: canvas;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes canvas {
    0%{
        opacity: 0;
        transform: scale(0.3);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
.top_banner .window{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top_banner .icon01{
    position: absolute;
    top: 128px;
    left:calc(50% - 635px);
}
.top_banner .icon02{
    position: absolute;
    top: 228px;
    left:calc(50% - 635px);
}
.top_banner .icon03{
    position: absolute;
    top: 339px;
    left: calc(50% - 652px);
}
.top_banner .menubox{
    position: absolute;
    top: 537px;
    left: calc(50% - 656px);
    width: 169px;
    height: 229px;
    overflow: hidden;
}
.top_banner .menu{
    position: absolute;
    top: 229px;
    left: 0;
    animation-name: menu;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transition: 0.5s;
}
@keyframes menu {
    0%{
        top: 229px;
    }
    100%{
        top: 0px;
    }
}
.top_banner .mouse{
    position: absolute;
    top: 630px;
    left: calc(50% - 361px);
    z-index: 1;
    animation-name: mouse;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes mouse {
    0%{
        top: 630px;
        left: calc(50% - 361px)
    }
    100%{
        top: 600px;
        left: calc(50% - 519px);
    }
}
.top_banner .text01{
    position: absolute;
    top: 177px;
    left: calc(50% - 162px);
    z-index: 2;
    opacity: 0;
    animation-name: text;
    animation-duration: 1s;
    animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .text02{
    position: absolute;
    top: 277px;
    left: calc(50% - 93px);
    z-index: 2;
    opacity: 0;
    animation-name: text;
    animation-duration: 1s;
    animation-delay: 2.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .text03{
    position: absolute;
    top: 358px;
    left: calc(50% - 246px);
    z-index: 2;
    opacity: 0;
    animation-name: text;
    animation-duration: 1s;
    animation-delay: 2.9s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.top_banner .text04{
    position: absolute;
    top: 513px;
    left: calc(50% - 305px);
    z-index: 2;
    opacity: 0;
    animation-name: text;
    animation-duration: 1s;
    animation-delay: 3.1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes text {
    0%{
        opacity: 0;
        margin-top: 20px;
    }
    100%{
        opacity: 1;
        margin-top: 0px;
    }
}

.portfolio{
    background-image: url("../../images/2025/0730/portfolio_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 680px;
    position: relative;
    overflow: hidden;
}
.portfolio strong{
    display: block;
    margin-top: 80px;
}
.portfolio .important{
    margin-top: 50px;
    position: relative;
    display: inline-block;
}
.portfolio .important .loading{
    position: absolute;
    top: 218px;
    left: 52px;
    display: flex;
    align-content: center;
    gap: 3px;
}
.portfolio .important .loading span{
    display: inline-block;
    width: 12px;
    height: 20px;
    background-color: #00007c;
    display: none;
}
.portfolio .important .loading span.on{
    display: inline-block;
}
.ppt_design{
    background-image: url("../../images/2025/0730/ppt_design_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2123px;
    position: relative;
    overflow: hidden;
}
.ppt_design .ppt_design_title{
    margin-top: 96px;
}
.ppt_design .ppt_design_title strong{
    display: block;
}
.ppt_design .ppt_design_title p{
    margin-top: 28px;
}
.ppt_design ul{
    background-image: url("../../images/2025/0730/ppt_design_list.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 1102px;
    position: relative;
    overflow: hidden;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 107px 120px 107px 120px;
    margin-top: 70px;
}
.ppt_design ul li{}
.ppt_design ul li img{
    transition: all .3s;
}
.ppt_design ul li:hover img{
    filter: drop-shadow(3px 3px 6px #00000066);
}
.ppt_design ul li p{
    font-size: 22px;
    letter-spacing: -0.06em;
    color: #252525;
    margin-top: 28px;
}
.ppt_design ul li:hover p{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}
.ppt_design ul li .ball{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.ppt_design ul li .ball span{
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
}
.ppt_design ul li:nth-child(1) .ball span:nth-child(1){
    background-color: #dcedf5;
    border: 1px solid #dcedf5;
}
.ppt_design ul li:nth-child(1) .ball span:nth-child(2){
    background-color: #6eaeca;
    border: 1px solid #6eaeca;
}
.ppt_design ul li:nth-child(1) .ball span:nth-child(3){
    background-color: #5693a8;
    border: 1px solid #5693a8;
}
.ppt_design ul li:nth-child(1) .ball span:nth-child(4){
    background-color: #000000;
    border: 1px solid #000000;
}

.ppt_design ul li:nth-child(2) .ball span:nth-child(1){
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.ppt_design ul li:nth-child(2) .ball span:nth-child(2){
    background-color: #cc99ff;
    border: 1px solid #cc99ff;
}
.ppt_design ul li:nth-child(2) .ball span:nth-child(3){
    background-color: #7b417f;
    border: 1px solid #7b417f;
}
.ppt_design ul li:nth-child(2) .ball span:nth-child(4){
    background-color: #7f7f7f;
    border: 1px solid #7f7f7f;
}

.ppt_design ul li:nth-child(3) .ball span:nth-child(1){
    background-color: #f4cce9;
    border: 1px solid #f4cce9;
}
.ppt_design ul li:nth-child(3) .ball span:nth-child(2){
    background-color: #ff78b6;
    border: 1px solid #ff78b6;
}
.ppt_design ul li:nth-child(3) .ball span:nth-child(3){
    background-color: #86003d;
    border: 1px solid #86003d;
}
.ppt_design ul li:nth-child(3) .ball span:nth-child(4){
    background-color: #000000;
    border: 1px solid #000000;
}

.ppt_design ul li:nth-child(4) .ball span:nth-child(1){
    background-color: #ffffff;
    border: 1px solid #000000;
}
.ppt_design ul li:nth-child(4) .ball span:nth-child(2){
    background-color: #06fe52;
    border: 1px solid #06fe52;
}
.ppt_design ul li:nth-child(4) .ball span:nth-child(3){
    background-color: #01d141;
    border: 1px solid #01d141;
}
.ppt_design ul li:nth-child(4) .ball span:nth-child(4){
    background-color: #000000;
    border: 1px solid #000000;
}

.button{
    margin-top: 58px;
}
.diagram_design{
    background-image: url("../../images/2025/0730/diagram_design_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.diagram_design .diagram_design_title p{
    margin-top: 28px;
}
.diagram_design ul{
    background-image: url("../../images/2025/0730/diagram_design_list.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 1102px;
    position: relative;
    overflow: hidden;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 68px;
    grid-column-gap: 80px;
    grid-row-gap: 72px;
    padding: 108px 111px 106px;
}
.diagram_design ul li img{
    transition: all .3s;
}
.diagram_design ul li:hover img{
    filter: drop-shadow(3px 3px 6px #00000066);
}
.diagram_design ul li p{
    font-size: 22px;
    letter-spacing: -0.06em;
    color: #252525;
    margin-top: 26px;
}
.diagram_design ul li:hover p{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.job_design{
    background-image: url("../../images/2025/0730/job_design_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 101px 0 98px;
}
.job_design .job_design_title p{
    margin-top: 28px;
}
.job_design ul{
    background-image: url("../../images/2025/0730/job_design_list.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 1102px;
    position: relative;
    overflow: hidden;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 67px;
    grid-row-gap: 80px;
    margin-top: 70px;
    padding: 107px 164.5px 101px;
}
.job_design ul li{}
.job_design ul li img{
    transition: all .3s;
}
.job_design ul li:hover img{
    filter: drop-shadow(3px 3px 6px #00000066);
}
.job_design ul li p{
    font-size: 22px;
    letter-spacing: -0.06em;
    color: #252525;
    margin-top: 22px;
}
.job_design ul li:hover p{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.sb{
    background-image: url("../../images/2025/0730/sb_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0 120px;
    
}
.sb strong{
    display: block;
}
.sb ul{
    margin-top: 69px;
    display: inline-flex;
    gap: 77px;
}
.sb ul li img{
    position: relative;
    transition: all .3s;
    top: 0;
}
.sb ul li:hover img{
    top: -10px;
}
em{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 0;
}
.conts_btn_top{position:fixed; left:50%; margin-left:680px; bottom:95px; z-index:9888; animation:topm 0.8s ease-in-out infinite; animation-play-state:paused;}
.conts_btn_top button{cursor:pointer; border:none; outline:none; display:block; background:url(	https://www.bizforms.co.kr/magazine/content/hotclick/images/2020/201208/ico_top.png) 50% 50% no-repeat; text-indent:-9999px; opacity:0; width:0px; height:0px; -webkit-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -moz-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -ms-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -o-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s;}
.conts_btn_top:hover{animation-play-state:running; animation-fill-mode:forwards;}
.conts_btn_top.on button{opacity:0.5; width:50px; height:50px; -webkit-transition:opacity 1.0s; -moz-transition:opacity 1.0s; -ms-transition:opacity 1.0s; -o-transition:opacity 1.0s; transition:opacity 1.0s;}
.conts_btn_top.on:hover button{opacity:1;}