@charset "utf-8"; 
#inc01 {
    position: relative;
    padding: 100px 0;
}

#inc01 .pl {
    white-space: pre-line
}

#inc01 .inner {
    width: 100%;
    max-width: 80%;
    margin: 0 auto
}

#inc01 .inner .top_txt {

    padding-bottom: 50px;
    font-size: 16px
}
#inc01 .inner .top_txt .left p{font-size: 18px;letter-spacing: -1px; color: var(--primary);margin-bottom: 25px;font-family: "Noto Serif KR", serif;}

#inc01 .inner .top_txt .left h2 {
    font-size: 38px;
    font-weight: 500;
    font-family: "Noto Serif KR", serif;
    line-height: 25px;
    color: #111;
    letter-spacing: -2px;
}

#inc01 .inner .top_txt .right p {
    padding-bottom: 29px;
    font-size: 17px;
    font-weight: 600;
    color: #111
}

#inc01 .inner .img_wrap {
    position: relative
}

#inc01 .inner .img_wrap .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -60px;
    right: 60px;
    width: 120px;
    height: 120px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 0.3s
}
#inc01 .inner .img_wrap img{width:100%;}

#inc01 .inner .img_wrap .circle svg {
    color: #fff;
    transition: all 0.4s
}

#inc01 .inner .img_wrap .circle.aos-animate:before {
    -webkit-transform: scale(1.4) rotate(360deg);
    transform: scale(1.4) rotate(360deg);
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

#inc01 .inner .img_wrap .circle:hover {
    transform: translateY(-25px)
}

#inc01 .inner .img_wrap .circle:hover svg {
    transform: rotate(360deg)
}

#inc01 .inner .img_wrap .circle:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('./img/rotate-txt.svg') no-repeat center center/cover;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: 1.5s cubic-bezier(0.87, 0, 0.13, 1);
    transition: 1.5s cubic-bezier(0.87, 0, 0.13, 1);
    opacity: 0
}

@media (max-width:768px){
    #inc01{padding: 50px 0;}
    #inc01 .inner{max-width: 100%; padding: 0 5%;}
    #inc01 .inner .top_txt .left {}
    #inc01 .inner .top_txt .left p{font-size: 12px;    margin-bottom: 15px;}
    #inc01 .inner .top_txt .left h2{font-size: 15px;
        line-height: 10px;}
        #inc01 .inner .img_wrap .circle{position: unset; width: 40px; height: 40px;}
        #inc01 .inner .top_txt{padding-bottom: 20px;}
        #inc01 .inner .img_wrap{    display: flex;flex-direction: column;align-items: center;}
        #inc01 .inner .img_wrap img{margin-top: 20px;}
        #inc01 .inner .img_wrap .circle:hover{transform: none;}
}











