
.career .top-title{
    margin-top: 30px;
}
.career-p{
    margin-top: 30px;
    font-family: 'GmarketSansMedium';
    font-size: 24px;
}
.career-box{
    margin-top: 80px;
}
.career-box>div{
    position: relative;
    float: left;
    width: calc((100% - 60px) / 4);
    height: 225px;
    margin-right:20px;
    border: 1px solid #ddd;
    padding: 80px 30px 30px;
}
.career-box>div img{
    position: absolute;
    width: 37%;
    top: -5px;
    right: 10px;
}
.career-box>div:last-child{
    margin-right: 0;
}
.career-box>div h3{
    position: relative;
    font-size: 24px;
    margin-bottom: 35px;
}
.career-box>div h3::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #8cbaca;
    left: 0;
    bottom: -20px;
}
.career-process{
    margin-top: 100px;
    margin-bottom: 80px;
}

.career-process h3{
    font-size: 26px;
}
.cp-div{
    margin-top: 20px;
}
.cp-div>div{
    position: relative;
    float: left;
    width: 33.333%;
    padding: 20px 30px;
    font-family: 'GmarketSansMedium';
}
.cp-div>div::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    z-index: 9;
    right: -10px;
    top: 25.5px;
    rotate: 45deg;
}
.cp-div>div:last-child::after{
    display: none;
}
.cp-div>div:first-child{
    background-color: #eef4f7;
}
.cp-div>div:first-child::after{
    background-color: #eef4f7;
}
.cp-div>div:nth-child(2){
    background-color: #bedde8;
}
.cp-div>div:nth-child(2)::after{
    background-color: #bedde8;
}
.cp-div>div:last-child{
    background-color: #8cbaca;
}
.cp-div>div p{
    font-size: 20px;
}
.cp-div>div p span{
    margin-right: 10px;
}


.career-info{
    margin-bottom: 80px;
}
.career-info>div{
    float: left;
    width: calc((100% - 20px) / 2);
}
.career-info>div:first-child{
    margin-right: 20px;
}
.career-info>div h3{
    font-size: 26px;
    margin-bottom: 15px;
}
.career-info>div div{
    border: 1px solid #ddd;
    padding: 20px;
    height: 190px;
}
.ci-p p{
    position: relative;
    margin-left: 25px;
}
.ci-p p::before{
    width: 6px;
    height: 1px;
    background-color: #002933;
    position: absolute;
    content: "";
    left: -15px;
    top: 12px;
}
.ci-p02 p{
    margin-left: 40px;
    line-height: 2.2;
}
.ci-p02 p span{
    position: relative;
    display: inline-block;
    width: 70px;
}

.ci-p02 p span::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    left: -30px;
    top: 3px;
}
.ci-span01::before{
    background-image: url("../images/sub/person-fill.png");
    background-size: 100%;
}
.ci-span02::before{
    background-image: url("../images/sub/telephone-fill.png");
    background-size: 100%;
}
.ci-span03::before{
    background-image: url("../images/sub/envelope-fill.png");
    background-size: 100%;
}
.ci-span04::before{
    background-image: url("../images/sub/geo-alt-fill.png");
    background-size: 80%;
}

.ij-div{
    margin-bottom: 100px;
}
.ij-div h3{
    font-size: 30px;
    font-family: 'GmarketSansMedium';
    margin-bottom: 50px;
}
.ij-box{
    background-color: #f9f9f9;
    padding: 60px 40px;
}
.ij-box>h4{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    font-family: 'GmarketSansMedium';
}
.ij-box>p{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
.ij-box>.ij-tit{
    margin-top: 80px;
    color: #0f586a;
}
.ij-list{
    margin-top: 40px;
}
.ij-item img{
    width: 60px;
}
.ij-item{
    position: relative;
    float: left;
    width: calc((100% - 160px) / 3);
    margin-right: 80px;
    border: 1px solid #ddd;
    height: 210px;
    padding: 20px;
    background-color: #fff;
}
.ij-item::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/sub/arrow-circle.png");
    right: -54px;
    top: 50%;
    transform: translateY(-50%);
}
.ij-item:nth-child(3n){
    margin-right: 0;
}
.ij-item:nth-child(n+4){
    margin-top: 40px;
}
.ij-item:nth-child(3n)::after{
    display: none;
}
.ij-item p{
    word-break: keep-all;
    margin-top: 20px;
    font-size: 18px;
}
.ij-item p span{
    display: block;
    font-weight: 700;
}

.ij-box b{
    display: block;
    text-align: center;
    margin-top: 60px;
    font-size: 24px;
    font-family: 'GmarketSansMedium';
    color: #20788e;
}
.ij-img{
    margin-bottom: 80px;
}
.ij-img>div{
    position: relative;
    float: left;
    width: 25%;
    height: calc(1400px * 0.25);
    margin-right: 12.5%;
    border-radius: 300px;
}
.ij-img>div:last-child{
    margin-right: 0rem;
}

.ij-img>div:last-child::after{
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    background-color: #bedde8;
    left: -200px;
    top: 50%;
    z-index: -1;
}
.ij-img>div:first-child::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 2px;
    background-color: #bedde8;
    right: -200px;
    top: 50%;
    z-index: -1;
}
.ij-img>div:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 20px;
    border: 3px solid #89ccdd;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    right: -9px;
}
.ij-img>div:not(:first-child)::before{
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 20px;
    border: 3px solid #89ccdd;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    left: -9px;
}
.ij-txt{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.ij-txt::after{
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    bottom: -140px;
    right: -10px;
    opacity: 0.2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../images/common/symbol-w.png);
}
.ij-txt p{
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'GmarketSansMedium';
}
.ij-txt p::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.ij-txt b{
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'GmarketSansLight';
}
.ij-01{
    background-color: #20788e;
}
.ij-02{
    background-color: #0f586a;
}
.ij-03{
    background-color: #002933;
}
.career-video{
    margin-bottom: 100px;
}
.career-video iframe{
    width: 100%;
    height: calc(1400px * 0.5625);
}


@media screen and (max-width: 1420px) {
    .ij-img>div{
        height: calc((100vw - 40px) * 0.25);
    }
    .career-video iframe{
        width: 100%;
        height: calc((100vw - 40px) * 0.5625);
    }
}
@media screen and (max-width: 1280px) {
    .career-info>div div{
        height: auto;
    }
    .ij-item{
        width: calc((100% - 80px) / 3);
        margin-right: 40px;
    }
    .ij-item::after{
        right: -33px;
    }
    .ij-item p{
        font-size: 16px;
    }
    .ij-box b{
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .career-p{
        font-size: 20px;
    }
    .career-p br{
        display: none;
    }
    .career-box>div{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .career-box>div:last-child{
        margin-bottom: 0;
    }
    .cp-div>div p{
        font-size: 16px;
    }
    .cp-div>div{
        padding: 15px 25px;
    }
    .cp-div>div p span{
        display: block;
    }
    .career-info>div{
        width: 100%;
    }
    .career-info>div:first-child{
        margin-bottom: 20px;
    }
    .ij-div h3{
        margin-bottom: 30px;
    }
    .ij-img>div{
        width: 30%;
        height: calc((100vw - 40px) * 0.3);
        border-radius: 0;
        margin-right: 5%;
    }
    .ij-img>div::after{
        display: none;
    }
    .ij-img>div::before{
        display: none;
    }
    .ij-txt p{
        font-size: 20px;
    }
    .ij-txt b{
        font-size: 14px;
    }
    .ij-txt::after{
        width: 100px;
        height: 100px;
        top: 0;
        right: -20px;
        background-size: 80px;
    }
    .ij-box>h4{
        font-size: 28px;
    }
    .ij-box>p{
        font-size: 16px;
    }
    .ij-box>.ij-tit{
        margin-top: 60px;
    }
    .ij-item{
        width: 100%;
        height: auto;
    }
    .ij-item{
        margin-top: 30px !important;
        margin-right: 0;
    }
    .ij-item:first-child{
        margin-top: 0;
    }
    .ij-item::after{
        rotate: 90deg;
        right: unset;
        left: calc(50% - 12px);
        top: unset;
        bottom: -40px;
        transform: translateX(-50%);
    }
    .ij-item:nth-child(3)::after{
        display: block;
    }
    .ij-box b{
        word-break: keep-all;
        font-size: 18px;
    }
}