@charset "utf-8"; #inc02 {
    position: relative
}

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

#inc02 .inner {
    
}

#inc02 .inner .top_txt {
    width: 100%;
    max-width: 80%;
    position: relative;
    margin: 0 auto;
    padding-bottom: 70px;
    font-size: 16px;
    padding-top: 100px;
}

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

#inc02 .inner .top_txt .right {
    margin-left: auto
}

#inc02 .inner .top_txt .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 186px;
    height: 53px;
    border: 2px solid #111;
    border-radius: 50px;
    font-family: var(--e-font);
    transition: all 0.2s
}

#inc02 .inner .top_txt .right a svg {
    width: 18px
}

#inc02 .inner .top_txt .right a:hover {
    gap: 20px
}

#inc02 .inc02_wrap {
    overflow: hidden;
    position: relative;
    margin: auto;
    padding-bottom: 150px;
    background-color: #f7f7f7;
}

#inc02 .inc02_wrap .txt .tit {
    font-weight: 300
}

#inc02 .inc02_wrap .txt .tit span {
    font-size: 40px;
    font-weight: 700
}

#inc02 .inc02_wrap .img_wrap {
    padding-left: 200px;
    position: relative;
}

#inc02 .inc02_wrap .img_wrap > ul {
    display: flex;
    gap: 20px;
    width: 100%;

}
#inc02 .inner .top_txt::before{
    content: '';
    position: absolute;
    left: 20%;
    width: 220px;
    background-size: cover;
    left: -5%;
    top: 66%;
    height: 200px;
    background-image: url('/theme/enmijun/index/inc02/inc02_bg.png');
}

#inc02 .inc02_wrap .img_wrap li {
    padding-right: 30px;
    display: flex;
    flex-shrink: 0;
    width: 860px;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    align-items: center;
    border-radius: 10px;
}

#inc02 .inc02_wrap .img_wrap li .img_cont {
    height: 100%
}

#inc02 .inc02_wrap .img_wrap li .img_cont img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#inc02 .inc02_wrap .img_wrap li a {
    display: block;
    overflow: hidden
}

#inc02 .inc02_wrap .img_wrap li a img {
    transition: all .3s cubic-bezier(0.5, 1, 0.89, 1)
}

#inc02 .inc02_wrap .img_wrap li:hover img {
    transform: scale(1.05,1.05)
}

#inc02 .inc02_wrap .img_wrap li .txt_cont {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    margin-left: 30px;
}
#inc02 .inc02_wrap .img_wrap li .txt_cont .bar{width: 60px; height: 2px; background-color: var(--primary);margin-top: 30px;}

#inc02 .inc02_wrap .img_wrap li .txt_cont h3 {
    padding-top: 30px;
    font-size: 27px;
    font-weight: 400;
    color: var(--primary);
}

#inc02 .inc02_wrap .img_wrap li .txt_cont .num {
    width: 56px;
    line-height: 56px;
    font-size: 18px;
    font-family: var(--e-font);
    text-align: center;
    color: #fff;
    background: var(--primary);
    border-radius: 50px
}

#inc02 .inc02_wrap .img_wrap li .txt_cont .en {
    font-size: 13px;
    font-weight: 400
}

#inc02 .inc02_wrap .img_wrap li .txt_cont .pl {
    padding: 10px 0 40px 0;
    ;font-size: 17px;
    font-weight: 300;
    letter-spacing: -.5px;
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
    width: max-content;
    font-size: 13px;
    font-weight: 700;
    color: #777
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 70px;
    width: 0px;
    height: 1px;
    transition: all 0.3s;
    background-color: #111
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a span {
    position: relative;
    display: block;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    transition: all .3s;
    border: 1px solid #777;
    border-radius: 50%
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #777
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a:hover {
    color: #111
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a:hover:after {
    width: calc(100% - 70px)
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a:hover span {
    border: 1px solid #111
}

#inc02 .inc02_wrap .img_wrap li .txt_cont a:hover span:after {
    width: 9px;
    height: 9px;
    background-color: #111
}

#inc02 .inc02_wrap .img_wrap li .txt_cont .tit_list p {
    display: inline-block;
    padding: 0 16px;
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 34px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50px
}

#inc02 .inc02_wrap .img_wrap li .txt_cont .tit_list p:first-child {
    margin-right: 8px
}

@media (max-width:1380px){
    #inc02 .inc02_wrap .img_wrap{ width: 100%; margin: 0 auto;padding-left: 0;}
    #inc02 .inc02_wrap .img_wrap li{margin: 0px auto;padding-right: 0;}

}
@media (max-width:768px){
    #inc02 .inc02_wrap{border-bottom: none;}
    #inc02 .inner .top_txt{padding-top: 0;}
        #inc02 .inner .top_txt .left h2{font-size: 15px;
            line-height: 10px;}
#inc02 .inner .top_txt::before{display: none;}
#inc02 .inc02_wrap{padding: 50px 5%;}
#inc02 .inc02_wrap .img_wrap > ul{gap: 0;}
#inc02 .inc02_wrap .img_wrap li{flex-direction: column;background-color: unset;}
#inc02 .inc02_wrap .img_wrap li .txt_cont .num{width: 30px; line-height: 30px;font-size: 11px;}
#inc02 .inc02_wrap .img_wrap li .txt_cont .bar{width: 30px;margin-top: 10px;}
#inc02 .inc02_wrap .img_wrap li .txt_cont h3{font-size: 14px;padding-top: 10px;}
#inc02 .inc02_wrap .img_wrap li .txt_cont .pl{font-size: 11px;padding: 0 0 10px;}
#inc02 .inc02_wrap .img_wrap li .txt_cont .tit_list p{font-size: 11px; line-height: 22px;}

#inc02 .inner .top_txt{padding-bottom: 20px;}
#inc02 .inc02_wrap .img_wrap li .img_cont{width: 100%;}
#inc02 .inc02_wrap .img_wrap li:hover img {transform: none;}
#inc02 .inc02_wrap .img_wrap li .txt_cont{margin-left: 0; width: 100%;margin-top: 5%;}
#inc02 .inc02_wrap .img_wrap li .txt_cont .tit_list p:first-child{margin-right: 3px;}
}


