.scont .guidetxt {
    display: flex;
    margin-top: 40px; 
    margin-bottom: 60px;
}
.scont h4.tit {
    width: 30%;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;flex-shrink: 0;
    transition: all .4s ease-in-out; }
.scont h4.tit a:hover, 
.scont h4.tit a:active {
    color: #0B50F2; }
.scont h4.tit .icon-arrow {
    width: 30px; 
    position: relative;}
.scont h4.tit .icon-arrow::after {
    content: "";
    display: inline-block;
    margin-top: 2px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 6px solid #333;
}
.scont ul {
    flex-grow: 1;
    transition: all .4s ease-in-out; }
.scont ul li {
      margin-top: 32px;
      font-size: 20px;
      line-height: 32px;
      text-indent: 0; }
.scont ul li:first-of-type {
        margin-top: 0; }
.scont ul li strong {
        font-size: 20px;
        font-weight: 700;
        color: #444444; }
.scont ul li p {
        margin-top: 12px; }
.scont ul li:first-of-type strong {
        font-size: 24px;
        line-height: 36px;
        color: #111111; }
.scont ul li:first-of-type p {
        margin-top: 16px;
        color: #111111; }
.scont.active figure,
.scont.active h4.tit,
.scont.active ul {
    opacity: 1;
    transform: translate(0, 0); 
}


        /* 반응형 */
@media (max-width: 1080px){
    .scont .guidetxt{
            flex-wrap: wrap;
    }
    .scont h4.tit{
        width: 100%;
    }
}