/* CSS Document */
.resumeBox .arrowBox a::before, .resumeBox .arrowBox a::after {
    transition: all .5s;
}

.shareBox {
    float: right;
}

@media (max-width: 840px) {
    .shareBox {
        position: relative;
        top: -20px;
    }
}

.leftBox .sectionTitle {
    font-size: 20px;
    text-align: center;
    border-bottom: none;
}

.mainArea.joinMainArea .leftBox .textEditor::before {
    display: none;
}

.mainArea.aboutMain {
    padding: 0  0 120px;
    margin: 0 0 -120px;
}

.mainArea.aboutMain .leftBox .textEditor.hideBg::before {
    display: none;
}

.aboutContentBox {
    padding: 0 100px;
}

@media (max-width: 1440px) {
    .aboutContentBox {
        padding: 0;
    }
}

.leftBox .topBox {
    display: flex;
    justify-content: space-between;
    padding: 20px 110px;
}

.leftBox .topBox .titleBox .yTitle {
    display: block;
    font-size: 49px;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
}

.leftBox .topBox .titleBox .chTitle {
    padding: 20px 0 15px;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 1.2px;
}

.leftBox .topBox .titleBox .slogan {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.leftBox .topBox .titleBox .chExp {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
}

@media (max-width: 960px) {
    .leftBox .topBox {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
    }
    .leftBox .topBox .titleBox {
        text-align: center;
        width: 100%;
    }
    .leftBox .topBox .titleBox .slogan {
        margin: 0 auto;
        display: inline-block;
        padding: 0 90px;
        color: #1d130d;
    }
    .leftBox .topBox .titleBox .slogan::before {
        width: 67px;
        background-color: #1d130d;
    }
    .leftBox .topBox .titleBox .slogan::after {
        content: "";
        width: 67px;
        height: 2px;
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        background-color: #1d130d;
    }
    .leftBox .topBox .titleBox .chExp {
        padding: 20px 0 0;
    }
}

@media (max-width: 640px) {
    .leftBox .topBox {
        flex-wrap: wrap;
    }
    .leftBox .topBox .titleBox {
        width: 100%;
    }
    .leftBox .topBox .titleBox .chExp {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .leftBox .topBox .titleBox .slogan {
        padding: 0;
    }
    .leftBox .topBox .titleBox .slogan::before, .leftBox .topBox .titleBox .slogan::after {
        display: none;
    }
}

.leftBox .textEditor {
    padding-top: 40px;
}

.leftBox .textEditor img {
    display: block;
    margin: 0 auto;
}

.leftBox .textEditor .Txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding: 50px 0 0 40px;
    margin: 0 110px 65px;
    position: relative;
}

.leftBox .textEditor .Txt .chTitle {
    writing-mode: vertical-rl;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.leftBox .textEditor .Txt .chExp {
    writing-mode: vertical-rl;
    padding: 25px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}

.leftBox .textEditor .Txt .Img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.leftBox .textEditor::before {
    content: "";
    width: 110%;
    height: 600px;
    background-color: #f9f9f9;
    position: absolute;
    top: 470px;
    right: 0;
    z-index: -5;
    transform-origin: top right;
    transform: rotate(-2deg);
}

@media (max-width: 960px) {
    .leftBox .textEditor .Txt {
        margin: 0 auto 65px;
        max-width: 600px;
    }
    .leftBox .textEditor::before {
        top: 550px;
    }
}

@media (max-width: 640px) {
    .leftBox .textEditor .Txt .chTitle {
        writing-mode: vertical-rl;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.5px;
    }
    .leftBox .textEditor .Txt .chExp {
        writing-mode: vertical-rl;
        padding: 20px 0 0;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1.2px;
    }
}

.aboutPicList {
    padding: 94px 0 40px;
    width: calc(406px * 5);
    position: relative;
    left: calc(50% - 406px * 2.5);
}

.aboutPicList li {
    margin: 0 23px;
}

@media (max-width: 960px) {
    .aboutPicList {
        width: calc(320px * 5);
        left: calc(50% - 320px * 2.5);
    }
    .aboutPicList li {
        width: 300px;
        margin: 0 10px;
    }
    .aboutPicList li img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .aboutPicList {
        width: calc(250px * 5);
        left: calc(50% - 250px * 2.5);
    }
    .aboutPicList li {
        width: 240px;
        margin: 0 5px;
    }
    .aboutPicList li img {
        width: 100%;
    }
}

.resumeBox {
    padding: 120px 0 0;
    position: relative;
}

.resumeBox::before {
    content: "";
    width: 130%;
    height: 120%;
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    right: -5%;
    transform: rotate(-2.7deg);
    transform-origin: top right;
    z-index: -10;
}

.resumeBox .wrap {
    position: relative;
}

@media (max-width: 440px) {
    .resumeBox .wrap {
        padding: 0;
    }
}

.resumeBox .titleBox {
    text-align: center;
    padding: 0 0 45px;
}

.resumeBox .titleBox .yTitle {
    padding: 0;
}

.resumeBox .titleBox .chTitle {
    line-height: 1;
    padding: 18px 0 12px;
}

.resumeBox .titleBox .slogan {
    margin: 0 auto;
    display: inline-block;
    padding: 0 90px;
    color: #1d130d;
}

.resumeBox .titleBox .slogan::before {
    width: 67px;
    background-color: #1d130d;
}

.resumeBox .titleBox .slogan::after {
    content: "";
    width: 67px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    background-color: #1d130d;
}

@media (max-width: 480px) {
    .resumeBox .titleBox .slogan {
        padding: 0;
    }
    .resumeBox .titleBox .slogan::before, .resumeBox .titleBox .slogan::after {
        display: none;
    }
}

.resumeBox .resumeList li {
    padding: 0 100px;
}

@media (max-width: 1440px) {
    .resumeBox .resumeList li {
        padding: 0 0px 0 100px;
    }
}

@media (max-width: 1180px) {
    .resumeBox .resumeList li {
        padding: 0;
    }
}

.resumeBox .resumeList .item {
    display: flex;
    flex-wrap: nowrap;
    padding: 25px 110px;
}

.resumeBox .resumeList .item .Img {
    width: 50%;
    flex-grow: 1;
    position: relative;
    max-height: 450px;
}

.resumeBox .resumeList .item .Img .circleBg {
    width: 450px;
    height: 450px;
    position: relative;
}

.resumeBox .resumeList .item .Img .circleBg::before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    background-color: #1d130d;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -5;
}

.resumeBox .resumeList .item .Img .circleBg svg {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -5;
}

.resumeBox .resumeList .item .Img .circleBg svg circle {
    stroke: #1d130d;
    stroke-dasharray: 2,8;
    fill: transparent;
}

.resumeBox .resumeList .item .Img .circleBg .circleImg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.resumeBox .resumeList .item .Img .decoImg {
    position: absolute;
    bottom: 0%;
    left: -90px;
}

@media (max-width: 1440px) {
    .resumeBox .resumeList .item .Img .circleBg {
        width: 400px;
        height: 400px;
    }
    .resumeBox .resumeList .item .Img .decoImg {
        width: 400px;
    }
}

@media (max-width: 1180px) {
    .resumeBox .resumeList .item .Img {
        width: 100%;
    }
    .resumeBox .resumeList .item .Img .circleBg {
        width: 400px;
        height: 400px;
        margin: 0 auto;
    }
    .resumeBox .resumeList .item .Img .decoImg {
        width: 400px;
        left: calc(50% - 90px);
        transform: translate(-50%);
    }
}

@media (max-width: 768px) {
    .resumeBox .resumeList .item .Img .circleBg {
        width: 240px;
        height: 240px;
        margin: 0 auto;
    }
    .resumeBox .resumeList .item .Img .circleBg svg {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        position: absolute;
        top: -15px;
        left: -15px;
    }
    .resumeBox .resumeList .item .Img .decoImg {
        width: 240px;
        left: 50%;
        bottom: -50px;
        transform: translate(-50%);
    }
}

.resumeBox .resumeList .item .Txt {
    width: 50%;
    flex-grow: 1;
    padding-left: 60px;
    padding-top: 20px;
}

.resumeBox .resumeList .item .Txt .yBgTitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
    height: 26px;
    margin: 0 0 20px;
}

.resumeBox .resumeList .item .Txt .chTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0;
}

.resumeBox .resumeList .item .Txt .subTitle {
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #a7a7a7;
}

.resumeBox .resumeList .item .Txt .expBox {
    padding: 26px 0 0;
}

.resumeBox .resumeList .item .Txt .expBox .chExp {
    color: #4a4a4a;
    padding: 0 0 30px;
}

.resumeBox .resumeList .item .Txt .expBox .iconBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.resumeBox .resumeList .item .Txt .expBox .iconContent {
    width: 25%;
    text-align: center;
    padding: 20px 0 0px;
}

.resumeBox .resumeList .item .Txt .expBox .iconContent:nth-child(4n+1) p::before {
    background-color: transparent;
}

.resumeBox .resumeList .item .Txt .expBox .iconContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1d130d;
    position: relative;
    padding: 10px 0 0px;
}

.resumeBox .resumeList .item .Txt .expBox .iconContent p::before {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 14px;
}

.resumeBox .resumeList .item .Txt .expBox .iconContent img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .resumeBox .resumeList .item .Txt {
        padding-left: 30px;
    }
}

@media (max-width: 1180px) {
    .resumeBox .resumeList .item .Txt {
        width: 100%;
        padding: 80px 0 0;
        text-align: center;
    }
    .resumeBox .resumeList .item .Txt .expBox .chExp {
        padding: 0 10% 30px;
    }
}

@media (max-width: 640px) {
    .resumeBox .resumeList .item .Txt .expBox .chExp {
        padding: 0 0 30px;
    }
}

@media (max-width: 440px) {
    .resumeBox .resumeList .item .Txt {
        padding: 80px 30px 0;
    }
    .resumeBox .resumeList .item .Txt .expBox {
        padding: 16px 0 0;
    }
    .resumeBox .resumeList .item .Txt .expBox .chExp {
        padding: 0 0 14px;
    }
    .resumeBox .resumeList .item .Txt .expBox .iconContent {
        width: 33.33%;
        text-align: center;
        padding: 20px 0 0px;
    }
    .resumeBox .resumeList .item .Txt .expBox .iconContent:nth-child(3n+1) p::before {
        background-color: transparent;
    }
}

@media (max-width: 1440px) {
    .resumeBox .resumeList .item {
        padding: 25px 40px;
    }
}

@media (max-width: 1180px) {
    .resumeBox .resumeList .item {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .resumeBox .resumeList .item {
        padding: 25px 0;
    }
}

.resumeBox .resumeList .slick-dots {
    left: 100px;
    bottom: auto;
    top: 520px;
    width: 50%;
}

.resumeBox .resumeList .slick-dots li {
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

.resumeBox .resumeList .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
}

.resumeBox .resumeList .slick-dots li button::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #f2f2f2;
    opacity: 1;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.resumeBox .resumeList .slick-dots li.slick-active button::before {
    background-color: #1d130d;
}

@media (max-width: 1180px) {
    .resumeBox .resumeList .slick-dots {
        top: 460px;
        left: 50%;
        transform: translate(-50%);
    }
}

@media (max-width: 768px) {
    .resumeBox .resumeList .slick-dots {
        top: 310px;
        left: 50%;
        transform: translate(-50%);
    }
}

.resumeBox .arrowBox {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(187px + 225px);
    z-index: 5;
}

.resumeBox .arrowBox.prevBox {
    left: 80px;
}

@media (max-width: 1440px) {
    .resumeBox .arrowBox.prevBox {
        left: 0px;
    }
}

@media (max-width: 1180px) {
    .resumeBox .arrowBox.prevBox {
        left: calc(50% - 200px - 160px);
    }
}

@media (max-width: 768px) {
    .resumeBox .arrowBox.prevBox {
        left: 20px;
    }
}

@media (max-width: 440px) {
    .resumeBox .arrowBox.prevBox {
        left: 0px;
    }
}

.resumeBox .arrowBox.nextBox {
    right: 80px;
}

@media (max-width: 1440px) {
    .resumeBox .arrowBox.nextBox {
        right: 0px;
    }
}

@media (max-width: 1180px) {
    .resumeBox .arrowBox.nextBox {
        right: calc(50% - 200px - 160px);
    }
}

@media (max-width: 768px) {
    .resumeBox .arrowBox.nextBox {
        right: 20px;
    }
}

@media (max-width: 440px) {
    .resumeBox .arrowBox.nextBox {
        right: 0px;
    }
}

.resumeBox .arrowBox a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.resumeBox .arrowBox a::before {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #c4c4c4;
    position: absolute;
    top: 3px;
    left: 14px;
    transform-origin: bottom right;
}

.resumeBox .arrowBox a::after {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #c4c4c4;
    position: absolute;
    bottom: 3px;
    left: 14px;
    transform-origin: top left;
}

.resumeBox .arrowBox a.prevArrow::before {
    transform: rotate(30deg);
}

.resumeBox .arrowBox a.prevArrow::after {
    transform: rotate(-30deg);
}

.resumeBox .arrowBox a.nextArrow::before {
    transform: rotate(-30deg);
    left: 26px;
}

.resumeBox .arrowBox a.nextArrow::after {
    transform: rotate(30deg);
    left: 26px;
}

.resumeBox .arrowBox a:hover::before {
    background-color: #1d130d;
}

.resumeBox .arrowBox a:hover::after {
    background-color: #1d130d;
}
/*# sourceMappingURL=package.css.map */