.sub_location ul li span {background: none;}

/*서브 공통*/
.sub_contents section {padding: 140px 0;}
.sub_contents .container {
    max-width: 1200px;
    margin: 0 auto;
}
.sub_contents .desc {
    font-size: 18px;
    line-height: 1.8;
    word-break: keep-all;
    color: #545759;
}
.sub_contents .note {
    font-size: 15px;
    color: #999;
    margin-top: 15px;
    word-break: keep-all;
}
.sub_contents .more_btn {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    box-shadow: 15px 25px 46px 0px #0000001F;
    font-size: 19px;
    transition: all .5s;
}
.sub_contents .more_btn:last-child {margin-right: 0;}
.sub_contents .more_btn:hover {
    background: #f1b435;
    color: #fff;
    box-shadow: none;
}
.sub_contents .more_btn span {word-break: keep-all}
.sub_contents .more_btn .plus {
    width: 13px;
    height: 13px;
    position: relative;
    margin-top: 3px;
}
.sub_contents .more_btn .plus::before {
    content: "";
    background: #777;
    width: 1px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
}
.sub_contents .more_btn .plus::after {
    content: "";
    background: #777;
    width: 13px;
    height: 1px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
}
.sub_contents .more_btn:hover .plus::before,
.sub_contents .more_btn:hover .plus::after {background: #fff;}

@media all and (max-width: 1200px) {
    .sub_contents .container {padding: 0 80px;}
}
@media all and (max-width: 1024px) {
    .sub_contents .container {padding: 0 40px;}
}
@media all and (max-width: 767px) {
    .sub_contents section {padding: 60px 0;}
    .sub_contents .container {padding: 0 15px;}
    .sub_contents .desc {
        font-size: 15px;
        line-height: 1.6;
    }
    .sub_contents .note {
        font-size: 13px;
        margin-top: 10px;
    }
    .sub_contents .more_btn {
        width: 150px;
        padding: 10px 12px;
        font-size: 14px;
        box-shadow: 5px 15px 36px #0000001F;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
    .sub_contents .more_btn > span {padding-right: 20px;}
    .sub_contents .more_btn .plus {padding: 0;}
}

/*인재채용*/
.sub_recruit {text-align: center;}
.sub_recruit h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 100px;
    color: #000;
}
.sub_recruit .intro {
    padding: 0;
    background: url(/theme/basic/html/recruit/image/recruit_bg_v2.jpg) center / cover no-repeat;
    background-attachment: fixed;
    height: 100vh;
}
.sub_recruit .intro .txt {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
.sub_recruit .intro .txt p {
    font-size: 20px;
    font-weight: bold;
    color: #777;
}
.sub_recruit .intro .txt strong {
    display: block;
    font-size: 48px;
    margin: 20px 0 60px;
    font-weight: normal;
    line-height: 1.3;
}
.sub_recruit .intro .txt strong b {font-weight: bold}
.sub_recruit .intro .txt .more_btn {margin-top: 80px;}
.sub_recruit .talent ul {
    display: flex;
    flex-wrap: wrap;
}
.sub_recruit .talent ul li {
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    background: #FAFAFA;
    padding: 60px 30px 70px;
}
.sub_recruit .talent ul li:last-child {margin-right: 0;}
.sub_recruit .talent ul li h3 {
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
}
.sub_recruit .talent ul li .en {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}
.sub_recruit .welfare {background: #FAFAFA;}
.sub_recruit .welfare ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -70px;
}
.sub_recruit .welfare ul li {
    width: 33.33%;
    padding: 0 30px;
    margin-bottom: 70px;
}
.sub_recruit .welfare ul li img {}
.sub_recruit .welfare ul li p {
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
}
.sub_recruit .process ul {
    display: flex;
    flex-wrap: wrap;
}
.sub_recruit .process ul li {
    width: 25%;
    border-left: 1px solid #ddd;
    padding: 80px 20px;
}
.sub_recruit .process ul li:last-child {
    border-right: 1px solid #ddd;
}
.sub_recruit .process ul li .ico {
    width: 150px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
}
.sub_recruit .process ul li .ico img {
    max-width: none;
    width: 100%;
}
.sub_recruit .process ul li h3 {
    font-size: 24px;
    margin: 50px 0 20px;
    font-weight: bold;
    color: #000;
}
.sub_recruit .process ul li p {
    font-size: 20px;
    color: #545759;
}
@media all and (max-width: 1600px) {
    .sub_recruit .intro .txt {left: 80px;}
}
@media all and (max-width: 1024px) {
    .sub_recruit .intro .txt {left: 40px;}
}
@media all and (max-width: 991px) {
    .sub_recruit .intro {background: url(/theme/basic/html/recruit/image/recruit_bg_v2_m.jpg?v=aw) center / cover no-repeat}
    .sub_recruit .intro .txt {
        transform: none;
        top: 12%;
    }
    .sub_recruit .talent ul {
        max-width: 500px;
        margin: 0 auto;
    }
    .sub_recruit .talent ul li {
        width: 100%;
        margin: 0 0 30px;
        padding: 40px 20px;
    }
    .sub_recruit .talent ul li:last-child {margin: 0;}
    .sub_recruit .welfare ul li img {width: 100px;}
    .sub_recruit .welfare ul li p {font-size: 20px;}
    .sub_recruit .process ul li {
        width: 50%;
        padding: 30px 20px;
    }
    .sub_recruit .process ul li:nth-child(2n) {border-right: 1px solid #ddd;}
}
@media all and (max-width: 767px) {
    .sub_recruit h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .sub_recruit .intro .txt {
        left: 15px;
        padding-right: 60px;
    }
    .sub_recruit .intro .txt p {font-size: 16px;}
    .sub_recruit .intro .txt strong {
        font-size: 24px;
        margin: 10px 0 30px;
        line-height: 1.4;
    }
    .sub_recruit .intro .txt .more_btn {margin-top: 30px;}
    .sub_recruit .talent ul li {
        padding: 30px 20px;
        margin-bottom: 15px;
    }
    .sub_recruit .talent ul li img {width: 80px;}
    .sub_recruit .talent ul li h3 {
        font-size: 24px;
        margin-top: 10px;
    }
    .sub_recruit .talent ul li .en {font-size: 20px;}
    .sub_recruit .welfare ul {margin-bottom: -40px;}
    .sub_recruit .welfare ul li {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .sub_recruit .welfare ul li img {width: 60px;}
    .sub_recruit .welfare ul li p {
        margin-top: 15px;
        font-size: 15px;
        word-break: keep-all;
        line-height: 1.4;
    }
    .sub_recruit .process ul li {padding: 15px 20px;}
    .sub_recruit .process ul li .ico {width: 80px;}
    .sub_recruit .process ul li h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .sub_recruit .process ul li p {font-size: 15px;}
}