@charset "utf-8";

/* 새소식 */
.about_news {
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_news p {
    margin-top: 60px;
    font-size: 16px;
    font-size: 1.06rem;
    color: #666;
    line-height: 25px;
    letter-spacing: -1px;
}

ul.tabs {
    text-align: center;
    list-style: none;
    width: 400px;
    margin: 0 auto;
    font-size: 18px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 60px;
}

ul.tabs li {
    width: 200px;
    margin-right: -1px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 19px 0;
    background-color: #ffffff;
    color: #888888;
    border: 1px solid #dddddd;
}

ul.tabs li.active {
    background-color: #566493;
    color: #ffffff;
    border: 1px solid #263b85;
}

/* breadcrumb(회사소개) */
.breadcrumb_news {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb_news ul {
    overflow: hidden;
    display: inline-block;
}

.breadcrumb_news ul li {
    float: left;
}

.breadcrumb_news ul li:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    margin: 0 10px;
    background: url(../images/bul_breadcrumb.jpg) no-repeat left top;
    vertical-align: middle;
}

.breadcrumb_news ul li:last-child:after {
    display: none;
}

.breadcrumb_news ul li:last-child {
    font-weight: bold;
    color: #000000;
}

.breadcrumb_news ul li a {
    display: inline-block;
    color: #666;
}

.tab_content li {
    margin-bottom: 10px;
}

.paging li {
    margin-bottom: 0;
    margin: 0 10px;
}

/*0818*/
.logo_area {
    background-color: #f8f8f8;
    width: 260px;
    height: 160px;
    float: left;
    margin-right: 50px;
    text-align: center;
    line-height: 160px;
    position: relative;
}

.logo_area .mark {
    position: absolute;
    left: 0px;
    top: -60px;
}

.logo_area img {
    vertical-align: middle;
    max-height: 160px;
    max-width: 260px;
}

/*0818*/
.box {
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0px;
    background: rgba(38, 59, 133, 0.9);
    text-align: center;
    opacity: 0;
    width: 100%;
    height: 260px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box:hover .overlay {
    opacity: 1;
}

.search {
    position: relative;
    top: 80px;
}

.box dl {
    padding: 50px 50px 0;
}

.tab_content li .box dt {

}

.tab_content li .box dt:after {
    content: '';
    display: flex;
    width: 2.8%;
    height: 1px;
    background: #222;
    margin: 1.6% 0 1.6% 0;
    border-radius: 2px;
}

.tab_content li .box dt span {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 22px;
    white-space: pre-wrap;
    word-break: keep-all;
    max-height: 50px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.tab_content li .box dd em {
    display: block;
    letter-spacing: -1px;
    font-size: 14px;
    font-size: 0.93rem;
    line-height: 23px;
    color: #666;
    white-space: pre-wrap;
    word-break: keep-all;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.tab_content li .box dd span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-top: 42px;
    text-align: left;
}

.tab_content li .box:hover {
    background-color: rgba(38, 59, 133, 0.9);
    color: #fff;
}

.tab_content li .box:hover dt:after {
    content: '';
    display: flex;
    width: 2.8%;
    height: 1px;
    background: #949cba;
    margin: 1.6% 0 1.6% 0;
    border-radius: 2px;
}

.tab_content li .box:hover dd span {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 42px;
    text-align: left;
}

.tab_content li .box:hover dd em {
    display: block;
    letter-spacing: -1px;
    font-size: 14px;
    font-size: 0.93rem;
    line-height: 23px;
    color: #949cba;
    white-space: pre-wrap;
    word-break: keep-all;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.news {
    background-color: #f2f2f2;
    border-top: 1px solid #e9e9e9;
}

/* 페이지넘버 */
.pagination {
    background: #fff;
    margin-top: 40px;
    padding: 14px 0 14px;
}

.page {
    display: inline-block;
    padding: 0px 14px 0 14px;
    text-decoration: none;
    color: #666;
    position: relative;
    padding: 10px;
    width: 12px;
}

.pagination .page:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    width: 1px;
    height: 16px;
    background: #e2e2e2;
    left: -10px;
}

.pagination .page:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 42px;
    width: 1px;
    height: 16px;
    background: #e2e2e2;
}

.pagination .first:after, .pagination .first:before {
    display: none;
}

.pagination .last:after, .pagination .last:before {
    display: none;
}

.pagination .first {
    height: 31px;
    padding-right: 40px;
}

.pagination .last {
    height: 31px;
    padding-left: 40px;
}

.pagination .first {
    margin-right: 35px;
    display: inline;
    background: url("/resources/images/paginglineL_color.jpg") no-repeat center;
    cursor: pointer;
}

.pagination .last {
    display: inline;
    background: url("/resources/images/paginglineR_color.jpg") no-repeat center;
    cursor: pointer;
}

.pagination .first > a > img {
    display: none;
}

.pagination .last > a > img {
    display: none;
}

.pagination .disabled {
    opacity: 0.1;
}

.page:last-child {
    margin-left: 35px;
    border: none;
    padding-left: 40px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.page img {
    vertical-align: middle;
}

.page:hover {

}

.page.active {
    border: none;
    background: rgba(38, 59, 133, 1);
    color: #fff;
}

.page.active a {
    color: #fff
}

/* 새소식_sub */
.news_sub {
    background-color: #f2f2f2;
    border-top: 1px solid #e9e9e9;
}

.about_news_sub {
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_news_sub p {
    margin-top: 60px;
    font-size: 16px;
    font-size: 1.06rem;
    color: #666;
    line-height: 25px;
    letter-spacing: -1px;
}

.sub_container {
    margin-top: 30px;
}

.news_content .box dl {
    padding: 80px 130px 60px;
}

.news_content .box {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
}

.news_content .box dt {
    margin-top: 30px;
}

.news_content .box dt span {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    white-space: pre-wrap;
    word-break: keep-all;
    max-width: 940px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.news_content .box dd em {
    display: block;
    margin-top: 40px;
    letter-spacing: -1px;
    font-size: 14px;
    font-size: 0.93rem;
    line-height: 24px;
    color: #666;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    max-width: 940px;
}

.news_content .box dd span {
    display: block;
    color: #999;
    font-size: 16px;
    font-size: 1.0rem;
    margin-top: 15px;
    letter-spacing: -1px;
    text-align: left;
}

.news_content .box dd span img {
    display: block;
    margin: 50px auto;
    max-width: 940px;
    max-height: 800px;
}

.news_content .box .list {
    border-top: 1px solid #ebebeb;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 50px;
}

.news_content .box .list span {
    background-color: #566493;
    border: 1px solid #263b85;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    padding: 12px 48px;
}

/* CEO 인사말 */
.ceo {

}

.ceo_intro li {
    margin-top: 50px;
    text-align: left;
    display: inline-block;
}

.ceo_intro .ceo_text01 span {
    height: 100%;
}

.ceo_intro .ceo_text01 img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.ceo_text01 .bold {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -2px;
}

.ceo_intro .ceo_text02 img {
    float: left;
}

/* 인사제도 */
.ceo_cont01 {
    width: 100%;
    margin-top: 50px;
    display: flex;
    text-align: left;
}

.ceo_cont01 span {
    margin-top: 1.5%;
    margin-right: 1.4%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ceo_cont01 p {
    display: table-cell;
}

.ceo_cont01 .bold {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -1px;
}

.ceo_cont01 .img {

}

.ceo_cont02 {
    width: 100%;
    margin-top: 50px;
    display: flex;
    text-align: left;
}

.ceo_cont02 span {
    margin-left: 3.7%;
    margin-top: 1.5%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ceo_cont02 p {
    display: table-cell;
}

.ceo_cont02 .img {

}

.ceo_cont02 .bold {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -1px;
}

.ceo_intro .sign {
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: right;
}

.ceo_intro .sign p {
    display: inline-block;
    text-align: left;
}

/* ci 소개 */
.about_ci {
    text-align: center;
    margin: 0 auto;
}

.ci_bg {
    position: relative;
    display: block;
    margin: 50px auto;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 50px;
}

.ci_bg a.btn {
    display: block;
    width: 101px;
    height: 101px;
    overflow: hidden;
    position: relative;
}

.ci_bg a:hover.btn img {
    position: absolute;
    top: -101px;
    left: 0px;
}

.ci_bg .down {
    position: absolute;
    top: 235px;
    left: 270px;
}

.about_ci .bold {
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 60px;
}

.about_ci .normal {
    line-height: 26px;
    margin-bottom: 80px;
}

/*컬러 시스템 */
.color_system {
    background-color: #f2f2f2;
    border-top: 1px solid #e9e9e9;
    padding-top: 80px;
    padding-bottom: 20px;
}

.color_box {
    background-color: #263b85;
    max-width: 638px;
    height: 140px;
    margin: 60px auto;
    color: #fff;
}

.color_box ul {
    position: relative;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 7%;
}

.color_box .rgb {
    float: left;
}

.color_box .cmyk {

}

/* SQI 사명 */
.mission_content {
    width: 100%;
    margin-top: 50px;
    display: flex;
    text-align: left;
    margin-bottom: 90px;
}

.mission_content span {
    margin-left: 3.7%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mission_content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.07em;
}

.mission_content img {
    max-width: none;
    max-height: 545px;
}

.mission_content .bold {
    font-weight: 700;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 51px;
}

/* 인사제도 */
.talent01 .about_talent {
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.talent01 .about_talent p {
    margin-top: 60px;
    font-size: 16px;
    font-size: 1.06rem;
    color: #666;
    line-height: 25px;
    letter-spacing: -1px;
}

.talent02 {
    background: url(../images/bg_pattern_blue.jpg);
}

.talent02 h3 {
    color: #fff;
    padding-top: 48px;
}

.talent02 h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 30px auto 0;
}

.talent02 .about_talent {
    padding-top: 0px;
    padding-bottom: 80px;
}

.talent02 .about_talent ul {
    display: none;
}

.talent02 .about_talent ul.active {
    display: block;
}

.talent02 .about_talent ul {
    overflow: hidden;
}

.talent02 .about_talent li {
    float: left;
    width: 18.7%;
    background: #fff;
    margin-left: 0.8%;
    height: 234px;
    border: 1px solid #19285e;
}

.talent02 .about_talent li:nth-child(1) {
    margin-left: 10.8%;
}

.talent02 .about_talent li dt {
    border-bottom: 1px solid #e2e2e2;
}

.talent02 .about_talent li dt span {
    margin-top: 26px;
    margin-bottom: 26px;
    color: #263b85;
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    white-space: pre-wrap;
    word-break: keep-all;
    max-height: 66px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.talent02 .about_talent li dd {
    text-align: center;
}

.talent02 .about_talent li dd em {
    height: 103px;
    display: block;
    margin: 20px 0;
    letter-spacing: -1px;
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 21px;
    color: #666;
    white-space: pre-wrap;
    word-break: keep-all;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.talent02 .about_talent li dd em span{
    display: block;
    color: #666;
    font-size: 1.2rem;
    line-height: 0px;
}

/*
.talent02 .about_talent li:last-child dd em {
    margin-top: 23px;
}
*/

.talent02 .about_talent li dd span {
    display: block;
    color: #999;
    font-size: 14px;
    font-size: 0.93rem;
    margin-top: 15px;
    letter-spacing: -1px;
}

.talent03 h3 {
    font-size: 36px;
    text-align: center;
    padding-top: 80px;
}

.talent03 h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #222;
    border-radius: 2px;
    margin: 30px auto 0;
}

.talent03 .about_talent {
    /*text-align: center;*/
    margin: 0 auto;
    padding-bottom: 80px;
}

.talent03 .about_talent p {
    font-size: 16px;
    font-size: 1.06rem;
    color: #666;
    line-height: 25px;
    letter-spacing: -1px;
}

.funtion_bas {
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

.funtion_bas ul {
    float: left;
}

.funtion_bas ul.funtion li {
    position: relative;
    min-width: 500px;
    text-align: left;
    clear: both;
    padding-top: 60px;
    height: 100%;
}

.funtion_bas ul.funtion li p {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    float: left;
    background-color: #f2f2f2;
    text-indent: -9999px;
    position: relative;
}

.funtion_bas ul.funtion li p:after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/sp_talent.png) no-repeat -0px -0px;
    position: absolute;
    left: 48px;
    top: 50px;
}

.funtion_bas > ul.funtion li:nth-child(2) p:after {
    background-position-x: -48px;
}

.funtion_bas > ul.funtion li:nth-child(3) p:after {
    background-position-x: -96px;
}

.funtion_bas > ul.funtion li:nth-child(4) p:after {
    background-position-x: -144px;
}

.funtion_bas > ul.funtion li:nth-child(5) p:after {
    background-position-x: -192px;
}

.funtion_bas > ul.funtion li:nth-child(6) p:after {
    background-position-x: -240px;
}

.funtion_bas ul li dl {

}

.funtion_bas ul li dt {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
}

.funtion_bas ul li dd {
    margin-top: 10px;
    line-height: 20px;
}

/* 채용안내 */
.about_hire_category {
    margin-top: 50px;
    margin-bottom: 110px;
    text-align: center;
}

.about_hire_category ul {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.about_hire_category::after {
    content: "";
    position: absolute;
    top: 29.4%;
    left: 0;
    width: 100%;
    height: 13%;
    background: url('../images/bg-application-field.png') no-repeat center/cover;
    z-index: -1;
}
.about_hire_category .bottom-list {
    margin-top: 0;
}
.about_hire_category ul li {
    width: 230px;
    height: 260px;
    border: 2px solid #dddddd;
    border-radius: 3%;
    padding: 35px 20px;
    float: left;
    margin: 0 0 20px 20px;
    background-color: white;
}
.about_hire_category ul li:first-child {
    margin-left: 0;
}
.about_hire_category ul li:hover {
    border: #547AFF 2px solid;
    color: #547AFF;
}

.about_hire_category ul li dl dt {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: -0.05em;
}

.about_hire_category ul li dl dd {
    font-size: 13px;
    color: #666666;
    margin-top: 15px;
    line-height: 20px;
    height: 48px;
}

.about_hire_category ul li img {
    max-width: 100%;
    max-height: 92px;
    min-width: 30px;
}
.about_hire_category_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 24px;
    height: 100px;
}

.hire_detail_btn_wrap a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border: #555555 1px solid;
    margin-top: 30px;
}

.hire_detail_btn_wrap a:hover {
    background-color: #ffffff69;
}

.about_careers .function_bas {
    position: relative;
    display: block;
    margin: 60px auto;
    margin-bottom: 80px;
    overflow: hidden;
    background: url(../images/bg_careerline.jpg) no-repeat center 42%;
}

.about_careers .function_bas ul {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1110px;
}

.about_careers .function_bas ul li {
    float: left;
    margin-left: 32px;
    margin-right: 32px;
    text-align: center;
}

.about_careers .function_bas ul li div {
    width: 150px;
    height: 150px;
    background-color: #f1f4ff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #547AFF;
    font-weight: bold;
}

.about_careers .function_bas ul li div img {
    margin-top: 35px;
}

.about_careers .function_bas ul li div p {
    display: block;
    margin-top: 18px;
}

.about_careers .function_bas ul li p {
    text-align: center;
    margin-top: 20px;
}

.about_notice {
    height: 170px;
    padding-top: 40px;
    padding-left: 40px;
    line-height: 23px;
    border-radius: 3%;
    background-color: #F9F9F9;
    margin: auto 90px 56px 90px;
    color: #8e8e8e;
    font-size: 13px;
}

.about_notice p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

.about_policy-div {
    padding-bottom: 170px !important;
}
.about_policy-div > h3 {
    color: white;
}
.about_policy-div > h3::after {
    background: white;
}

.about_policy{
    text-align: center;
}
.about_policy::after {
    content: "";
    position: absolute;
    top: 40.8%;
    left: 0;
    width: 100%;
    height: 8%;
    background: url('../images/bg_pattern_blue.jpg') no-repeat center/cover;
    z-index: -1;
}

.about_policy ul {
    margin-top: 50px;
    margin-bottom: 50px;
    /*margin-left: 166px;*/
    display: inline-block;
}

.about_policy li {
    /*border-radius: 10px;*/
    float: left;
    width: 235px;
    height: 200px;
    margin: 0 10px;
    text-align: center;
}

.about_policy li dl dt {
    height: 74px;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    background-color: white;
    border-bottom: 1px solid #F2F2F2;
    color: #2A438C;
    font-weight: bold;
    font-size: 24px;
    line-height: 74px;
}

.about_policy li dl dd {
    height: 152px;
    width: 235px;
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    background-color: white;
    color: #808080;
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.about_policy li dl dd img {
    transform: rotate(90deg);
    margin: 0 7px;
}

.about_welfare {
    margin-left: 90px;
    margin-right: 90px;
}

.about_welfare ul {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about_welfare ul li {
    /*border: 1px solid #CCD7FF;*/
    /*border-radius: 10px;*/
    /*margin-bottom: 15px;*/
    height: 120px;
    padding-top: 20px;
    padding-left: 25px;
}

.about_welfare ul li div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #F2F2F2;
    display: inline-block;
    float: left;
}

.about_welfare ul li div img {
    margin-top: 35px;
    margin-left: 37px;
}

.about_welfare ul li dl {
    margin-left: 150px;
    margin-top: 20px;
}

.about_welfare ul li dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: -0.05em;
}

.about_welfare ul li dl dd {
    font-size: 13px;
    color: #666666;
    margin-top: 6px;
    line-height: 20px;
}

.about_job_post table {
    border: 3px solid #547AFF;
    border-left: none;
    border-right: none;
    margin-top: 50px;
}

.about_job_post table th {
    border: 1px solid #CCD7FF;
    padding: 20px 0 20px 0;
    color: #547AFF;
    font-weight: bold;
}

.about_job_post table tr td {
    border: 1px solid #CCD7FF;
    text-align: center;
    padding: 25px 0 25px 0;
    letter-spacing: -0.05em;
}

.application_form {
    border: 1px solid #CCD7FF;
    margin: 80px auto 120px auto;
    width: 1020px;
    border-radius: 10px;
    padding-top: 50px;
}

.application_completed {
    border: 1px solid #CCD7FF;
    margin: 80px auto auto auto;
    width: 1120px;
    border-radius: 10px;
    padding: 100px 0 50px;
}

.application_completed img {
    width: 75px;
    height: 65px;
    display: block;
    margin: auto auto 20px auto;
}

/* 입사지원 및 제출서류 */
.application {
    background-color: #f2f2f2;
    border-top: 1px solid #e9e9e9;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 지원완료 */
.completed {
    background-color: #fff;
    margin: 40px 0;
    /*border: 1px solid #ebebeb;*/
    max-width: 1198px;
    width: 100%;
    display: table;
}

/* 홈으로 가기 버튼 */
.btn_go_home {
    background-color: #fff;
    border: 1px solid #547AFF;
    color: #547AFF;
    text-align: center;
    padding: 18px 80px 18px 80px;
    border-radius: 5px;
    margin: 80px auto auto auto;
    width: 100px;
}

.btn_go_home:hover {
    background-color: #547AFF;
    color: #fff;
}

.plus {
    display: inline-block;
    padding: 30px 197px 60px 197px;
    color: #666666;
}

.apply {
    /*border: 1px solid #547AFF;*/
    /*max-width: 1198px;*/
    margin: 0 40px 0 40px;
}

.apply .applyDept select {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
    float: right;
    width: 422px;
    height: 54px;
}

.apply .applyDept .selectric .button {padding-right: 10px;}

.apply .phone input {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    float: right;
    width: 400px;
    height: 52px;
}

.apply .phone input::placeholder {
    color: #444;
}

.apply .resume input {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px;
    padding: 0 0 0 20px;
    margin-right: 10px;
    width: 240px;
    height: 52px;
}

.apply .resume input::placeholder {
    color: #444;
}

.apply .portfolio .test {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 5px;
    padding: 0 0 0 20px;
    margin: auto 10px auto 7px;
    width: 258px;
    height: 52px;
}

.apply .portfolio input::placeholder {
    color: #444;
}

.apply .document {
    float: left;
    width: 43%;
    padding: 0 1% 0 6%;
    border-right: 1px solid #e2e2e2;
}

.apply .document span {
    color: #222;
    font-size: 20px;
    display: block;
    width: 74px;
    font-size: 1.333rem;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    float: left;
    line-height: 50px;
    padding-right: 10%;
    height: 100%;
}

.apply .document span:before {
    content: '';
    display: block;
    width: 76px;
    height: 82px;
    background: url(../images/sp_apply.png) no-repeat -0px -0px;
}

.apply .document ul {
    color: #666;
    font-size: 16px;
    font-size: 1.06rem;
    line-height: 22px;
    margin-top: 14px;
}

.apply .document li:last-child {
    padding-top: 5%;
}

.apply .document li a {
    background-color: #566493;
    border: 1px solid #263b85;
    padding: 2% 3%;
    color: #fff;
    text-align: center;
    vertical-align: sub;
}

.apply .join {
    float: right;
    width: 38%;
    padding: 0 3% 0 3%;
}

.apply .join span {
    font-size: 20px;
    font-size: 1.333rem;
    display: block;
    width: 74px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    float: left;
    line-height: 50px;
    padding-right: 10%;
    height: 100%;
}

.apply .join span:before {
    content: '';
    display: block;
    /* 	width: 76px; */
    height: 82px;
    background: url(../images/sp_apply.png) no-repeat -76px -0px;
}

.apply .join ul {
    color: #666;
    font-size: 16px;
    font-size: 1.06rem;
    line-height: 22px;
    margin-top: 14px;
}

.apply .join li:last-child {
    padding-top: 5.5%;
}

.apply .join li a {
    background-color: #566493;
    border: 1px solid #263b85;
    padding: 2.3% 4%;
    color: #fff;
    text-align: center;
    vertical-align: sub;
}

.appinit .select_join {
    display: none;
    background-color: #fff;
    border: 1px solid #ebebeb;
    text-align: center;
    margin-top: 10px;
    position: relative;
    border-bottom: none;
    padding-bottom: 50px;
}

.appinit .select_join h4 {
    padding-top: 50px;
    padding-bottom: 16px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
}

.appinit .select_join span {
    font-size: 14px;
    color: #666;
    text-align: left;
}

.styled-select {
    /* overflow: hidden; */
    background: #ffffff;
    max-width: 1198px;
}

.styled-select table {
    width: 70%;
    margin: 30px auto;
}

.styled-select table td {
    padding-left: 10px;
    padding-bottom: 10px;
}

.styled-select table select {
    margin-bottom: 10px;
    padding-left: 10px;
    height: 54px;
    width: 416px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    border: 1px solid #ddd;
    background: transparent url("../images/smart_arrows.png") no-repeat scroll 97% 8px;
}

.styled-select table select::-ms-expand {
    display: none;
    text-decoration: none;
}

.styled-select table input {
    height: 54px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 416px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    border: 1px solid #ddd;
}

.btn_close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.appinit .input_join {
    width: 100%;
    display: none;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

.appinit .input_join h4 {
    padding-top: 50px;
    padding-bottom: 16px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
}

.appinit .input_join span {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.appinit .input_join .cont {
    margin: 30px 30px 60px 30px;
}

.appinit .input_join .cont input {
    height: 54px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 416px;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    border: 1px solid #ddd;
}

.btn_input_join_gray {
    background-color: #999;
    text-align: center;
    border: 1px solid #737373;
    color: #fff;
    margin: 0 auto;
    padding: 18px 69px
}

.btn_input_join { /* 제출하기 버튼 */
    background-color: #fff;
    border: 1px solid #547AFF;
    color: #547AFF;
    text-align: center;
    padding: 18px 80px 18px 80px;
    border-radius: 5px;
    margin: 60px auto 100px auto;
    width: 100px;
}

.btn_input_join:hover {
    background-color: #547AFF;
    color: #fff;
}

.blue02 { /* 파일 불러오기 버튼 */
    background-color: #fff;
    text-align: center;
    border: 1px solid #CCD7FF;
    color: #547AFF;
    margin: 0 auto;
    padding: 13px 20px 17px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 5px;
}

.blue02:hover {
    background-color: #547AFF;
    color: #fff;
}

div.selectric-wrapper .selectric { /* 지원분야 */
    border-color: #ddd;
    background: #fff;
    margin-bottom: 10px;
    /*width: 400px;*/
    border-radius: 5px;
}

#recruit_form {
    display: flex;
    justify-content: space-between;
}

#recruit_form .selectric-wrapper {
    width: 32%;
}

/* 조직문화 */
.about_culture {
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.culture_summary {
    margin-top: 30px;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.07em;
}

.detail_summary {
    margin-top: 62px;
    margin-bottom: 20px;
    background: #E5F2FF; /*초기값: white*/
    height: 370px;
    /*width: 1200px;*/
    border-radius: 50px 50px 0px 0px;
    /*text-align: left;*/
}

.detail_summary span {
    position: absolute;
    width: 985px;
    height: 76px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.07em;
    /*color: #555555;*/
    /*margin: 58px 0 0 67px;*/
}

.detail_content {
    /*width: 1200px;*/
    height: 340px;
    background: white;
    margin-top: 4px;
    /*margin-top: 20px;*/
}

.detail_summary .left_div {
    float: left;
    margin: 61px 0 0 64px;
    text-align: left;
}

.detail_content .left_div {
    float: left;
    margin: 61px 0 0 64px;
    text-align: left;
}

.left_div .title_kr {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    display: inline-block;
}

.left_div .title_en {
    margin-left: 14px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    display: inline-block;
}

.left_div .title_sub {
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    margin: 10px 0 24px 0;
    /*margin-bottom: 32px;*/
}

.left_div span {
    margin-top: 12px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.07em;
}
.left_div span dl:last-child {
    color: #6D6D6D;
}

.left_div tr {
    height: 50px;
}
.left_div th {
    width: 85px;
    font-size: 24px;
    font-weight: bold;
    color: #1D94ED;
}
.left_div td {
    color: #555555;
}

.left_div dl dd {
    margin-top: 7px;
}
.left_div dl dd img {
    margin-right: 10px;
    vertical-align: sub;
}

.detail_summary .right_div {
    float: right;
}

.detail_content .right_div {
    float: right;
}

/* 추천 도서 */
.about_book {
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

#bookList {
    margin-top: 60px;
}

.book_content {
    margin-top: 60px;
}

.knowledge {
    background-color: white;
    border-top: 1px solid #e9e9e9;
}

#postList {
    width: 100%;
    margin-top: 60px;
    border-top: solid 3px #EFEFEF;
    border-bottom: solid 3px #EFEFEF;
}

#postList tr {
    height: 68px;
    border-top: solid 1px #EFEFEF;
}

#postList tr:hover {
    background-color: rgba(76, 88, 134, 0.07);
    cursor: pointer;
}

#postList td:nth-child(1) {
    text-align: left;
    padding-left: 40px;
}

#knowledge_table {
    margin-text: 10px;
}

.recruit_select {
    width: calc(30% - 5px);
}

.recruit_select_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.principles-background {
    background-color: #FFF;
    border-radius: 25px;
    min-height: 360px;
    display: flex;
}
.principles-inner-background {
    margin: 36px 24px;
}
.principles-inner-title {
    text-align: left;
}

.principles-inner {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}
.principles-inner-content {
    background-color: #F8FAFF;
    font-size: 16px;
    font-weight: bold;
    max-width: 520px;
}
.principles-inner-content > div {
    padding: 0 24px;
}
.principles-inner-content > div:first-child {
    padding: 26px 22px;
}
.principles-inner-content > div:last-child {
    padding-bottom: 22px;
}
.principles-inner-title .principles-inner-content:first-of-type {
    margin-top: 80px;
}
.principles-inner-title .principles-inner-content:nth-child(2) {
    margin-top: 80px;
}
.principles-content-num {
    background-color: #3E66AD;
    color: #FFFFFF;
    border-radius: 18px;
    font-weight: bold;
    padding: 1px 12px 2px 12px;
    height: 16px;
    vertical-align: text-top;
    font-size: 18px;
}
.principles-inner-content-text {
    font-size: 24px;
    padding-left: 14px;
    width: 87%;
}
.font-color-4168AE {
    color: #4168AE;
}
.principles-inner-content-list {
}
.principles-inner-content-list img {
    width: 20%;
    vertical-align: text-top;
    float: right;
    padding-bottom: 24px;
}
.principles-inner-content-list > p {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 6px;
}