header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}
header h2 {
    font-size: 1.6rem;
    font-weight: 800;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 7rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
nav a {
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
nav a img {
    height: 2rem;
    margin-bottom: 0.5rem;
}
nav a span {
    font-size: 1.4rem;
    font-weight: 600;
}

#main {
    padding: 0 0 10rem 0;
}
main {
    padding: 0 1.5rem 10rem;
}
main .bnr {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    background: none;
    margin-top: 0;
    padding: 0;
}
main .bnr > img {
    width: 100%;
}
main .bnr .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
}
main .bnr .text p {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 1.5rem;
}
main .bnr .text h2 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
}
main .bnr .text h2 span {
    font-size: 2rem;
    font-weight: 800;
    color: #84feb5;
}
main .rankWrap {
    padding: 2rem 1.5rem;
}
main .rankWrap .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .rankWrap .title h2 {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 800;
    gap: 0.5rem;
}
main .rankWrap .title h2 img {
    width: 2rem;
}
main .rankWrap .title p {
    font-size: 1.4rem;
    color: #5d5d5d;
}
main .rankWrap .title p span {
    font-size: 1.4rem;
    color: #5d5d5d;
}
main .rankWrap .rankList {
    border-radius: 1rem;
    border: 1px solid #838383;
    padding: 0 1.5rem;
    display: flex;
    flex-flow: column nowrap;
}
main .rankWrap .rankList a {
    padding: 2rem 0;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .rankWrap .rankList a .icon {
    font-size: 1.8rem;
    font-weight: 800;
    width: 3rem;
    display: flex;
    justify-content: center;
}
main .rankWrap .rankList a .icon img {
    width: 100%;
}
main .rankWrap .rankList a .text {
    width: calc(100% - 3rem);
}
main .rankWrap .rankList a p {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .rankWrap .rankList a p.viewed_tit {
    font-weight: normal;
    font-size: 1.4rem;
}
main .recoSwiper {
    height: max-content;
    overflow: hidden;
    padding: 2rem 1.5rem 0;
}
main .recoSwiper h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .recoSwiper h2 a {
    font-size: 1.4rem;
    color: #5d5d5d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .recoSwiper h2 a img {
    width: 1.5rem;
}
main .recoSwiper .swiper-wrapper {}
main .recoSwiper .swiper-wrapper .swiper-slide {
    border-radius: 1rem;
    border: 1px solid #838383;
    padding: 1.5rem;
    height: 14rem;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem bottom 1.5rem;
    background-size: 3rem;
}
main .recoSwiper .swiper-wrapper .swiper-slide p {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
}
main .recoSwiper .swiper-wrapper .swiper-slide p.gr {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

/* 기업정보 */
main .contents_wrap {}
main .contents_wrap .result {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 1.5rem;
}
main .contents_wrap .result li {
    padding: 2rem 0;
    border-bottom: 1px solid #b9b9b9;
}
main .contents_wrap .result li:last-child {
    border: none;
}
main .contents_wrap .result li .cont {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
main .contents_wrap .result li .cont span {
    font-size: 1.4rem;
    color: #3660d8;
    border: 1px solid #3660d8;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    background: #eef0ff;
    font-weight: 600;
}
main .contents_wrap .result li p {
    font-size: 1.6rem;
    font-weight: 800;
}
main .contents_wrap .pagination {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
main .contents_wrap .pagination li {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .contents_wrap .pagination li a {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .contents_wrap .pagination li.on a {
    font-weight: 800;
    color: #3660d8;
}
main .contents_wrap .pagination li.prev {
    border-radius: 1rem;
    border: 1px solid #838383;
}
main .contents_wrap .pagination li.last {
    border-radius: 1rem;
    border: 1px solid #838383;
}
main .contents_wrap .pagination li a img{
    width: 70%;
}

/* 채용정보 */
main .form_box {}
main .form_box #search_form {
    width: 100%;
    padding: 1rem 1.5rem;
    display: flex;
    height: 5rem;
    border-bottom: 1px solid #bababa;
}
main .form_box #search_form input {
    font-size: 1.4rem;
    background: none;
    width: calc(100% - 5rem);
}
main .form_box #search_form button {
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .form_box #search_form button img {
    width: 100%;
}
main .select_area {
    padding: 1rem 1.5rem;
    display: flex;
    height: 5rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bababa;
}
main .select_area h2 {
    font-size: 1.4rem;
}
main .select_area h2 span {
    font-size: 1.4rem;
    color: #3660d8;
    font-weight: 600;
}
main .select_area #status_form {}
main .select_area #status_form select {
    font-size: 1.4rem;
    background-color: #f4f4f4;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1rem center;
    border: none;
    border-radius: 1rem;
    padding: 1rem 3rem 1rem 1rem;
}
main .select_area #status_form select option {
    font-size: 1.4rem;
}
main .statusWrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bababa;
    padding: 1rem 1.5rem;
    height: 5rem;
    gap: 0.5rem;
}
main .statusWrap .statusList {
    width: calc(100% - 5rem);
    overflow-x: auto;
}
main .statusWrap .statusList .statusOver {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
main .statusWrap .statusList p {
    font-size: 1.4rem;
    color: #727272;
}
main .statusWrap .statusList .status {
    font-size: 1.4rem;
    border-radius: 1rem;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f4f4f4;
    width: max-content;
    flex-wrap: nowrap;
    white-space: nowrap;
}
main .statusWrap .statusList .status button {
    font-size: 2rem;
}
main .statusWrap .statusList span {
    font-size: 1.4rem;
}
main .statusWrap #more_search {
    width: 5rem;
}
main .statusWrap #more_search img {
    width: 100%;
}
main > .result {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 1.5rem 4rem;
}
main > .result a {
    padding: 2rem 0;
    border-bottom: 1px solid #bdbdbd;
}
main > .result a:last-child {
    border: none;
}
main > .result a .statusScrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
main > .result a .statusScrap .status {
    display: flex;
    gap: 0.5rem;
}
main > .result a .statusScrap .status span {
    border-radius: 1rem;
    color: #fff;
    background: #3660d8;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
}
main > .result a .statusScrap .status span.red {
    background: #ff0000;
}
main > .result a .statusScrap button {
    width: 2rem;
}
main > .result a h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main > .result a > p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main > #pagination {
    display: flex;
    justify-content: center;
}
main > #pagination a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
main > #pagination a.prev,
main > #pagination a.next {
    border: 1px solid #858585;
}
main > #pagination a img {
    width: 40%;
}
main > #pagination a.active {
    color: #355fd8;
    font-weight: 800;
}

/* 스크랩 */
.book {
    display: block;
    width: 1.8rem; height: 1.8rem;
    background: url(../img/star-1.png) no-repeat center/contain;
}
.book.scraped {
    background-image: url(../img/star-2.png);
}
main > h2 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 2rem 1.5rem;
}
main > p {
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #828282;
    margin-bottom: 1.5rem;
}
main > p span {
    font-size: 1.4rem;
    color: #3660d8;
    font-weight: 800;
}

/* 상세 페이지 */
main #detail {}
main #detail .detail_title {
    padding: 2rem 0;
}
main #detail .detail_title .statusScrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
main #detail .detail_title .statusScrap .status {
    display: flex;
    gap: 0.5rem;
}
main #detail .detail_title .statusScrap .status span {
    border-radius: 1rem;
    color: #fff;
    background: #3660d8;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
}
main #detail .detail_title .statusScrap button {
    width: 2rem;
}
main #detail .detail_title h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
main #detail .detail_title p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .category {
    display: flex;
}
main .category a {
    padding: 1rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    width: calc(100% / 3);
    color: #4e4e4e;
    text-align: center;
}
main .category a.active {
    border-bottom: 2px solid #3660d8;
    color: #3660d8;
}
main .content {
    padding: 2rem 0;
    border-bottom: 1px solid #b9b9b9;
}
main .content:last-child {
    border: none;
}
main .content h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #3660d8;
    margin-bottom: 2rem;
}
main .content .c {
    display: flex;
    margin-bottom: 1.5rem;
}
main .content:last-child .c {
    flex-flow: column nowrap;
}
main .content:last-child .c h4 {
    width: 100%;
    font-weight: 800;
}
main .content:last-child .c pre {
    width: 100%;
    font-weight: normal;
}
main .content .c h4 {
    font-size: 1.4rem;
    width: 20%;
    line-height: 1.4;
}
main .content .c pre {
    width: 80%;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 800;
}
main > a {
    display: inline-block;
    width: 100%;
    padding: 2rem 0;
    border-radius: 1rem;
    color: #fff;
    background: #3660d8;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 2rem;
}

/* 모달 */
#optionModal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
#optionModal .header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
#optionModal .header #closeBtn {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
}
#optionModal .header #closeBtn img {
    width: 100%;
}
#optionModal .header h2 {
    font-size: 1.6rem;
    font-weight: 800;
}
#optionModal .form_box {
    padding: 2rem 1.5rem;
}
#optionModal .form_box div {
    margin-bottom: 4rem;
}
#optionModal .form_box div p {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
#optionModal .form_box div .right {}
#optionModal .form_box div .right .select {
    height: 5rem;
    position: relative;
    margin-bottom: 4rem;
}
#optionModal .form_box div .right .select > a {
    border-radius: 1rem;
    border: 1px solid #828282;
    padding: 0 3rem;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 3rem center;
}
#optionModal .form_box div .right .select .option {
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    background: #fff;
    display: none;
    flex-flow: column nowrap;
    z-index: 9999;
    height: 20rem;
    overflow-y: auto;
    border: 1px solid #828282;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
#optionModal .form_box div .right .select .option div {
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #828282;
    margin: 0;
}
#optionModal .form_box div .right .select .option div.selected {
    background: #3660d8;
    color: #fff;
}
#optionModal .form_box div .right .select .option div:last-child {
    border: none;
}
#optionModal .form_box .btn_box {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    text-align: center;
    width: 100%;
}
#optionModal .form_box .btn_box button {
    font-size: 1.6rem;
    font-weight: 600;
    width: 50%;
    border-radius: 1rem;
    padding: 2rem 0;
    background: #3660d8;
    color: #fff;
}
#optionModal .form_box .btn_box a {
    padding: 2rem 0;
    width: 50%;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1rem;
    color: #545454;
    background: #eaeaea;
}
#detail_form h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
#detail_form .input_box {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    margin-bottom: 4rem;
}
#detail_form .input_box .optionLabel {
    position: relative;
    width: calc(100% / 3 - 1rem);
    height: 5rem;
    text-align: center;
}
#detail_form .input_box .optionLabel label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background: #f4f4f4;
    border-radius: 5rem;
    width: 100%;
    height: 100%;
}
#detail_form .input_box .optionLabel input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#detail_form .input_box .optionLabel input:checked + label {
    background: #eef0ff;
    color: #3660d8;
    border: 1px solid #3660d8;
    font-weight: 600;
}
#detail_form .line {
    display: flex;
    flex-flow: column nowrap;
}
#detail_form .line .top {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 2rem;
}
#detail_form .line .top .optionLabel {
    position: relative;
    width: calc(100% / 3 - 1rem);
    height: 5rem;
    text-align: center;
}
#detail_form .line .top .optionLabel label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    background: #f4f4f4;
    border-radius: 5rem;
    width: 100%;
    height: 100%;
}
#detail_form .line .top .optionLabel input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#detail_form .line .top .optionLabel input:checked + label {
    background: #eef0ff;
    color: #3660d8;
    border: 1px solid #3660d8;
    font-weight: 600;
}
#detail_form .line .bottom {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    margin-bottom: 4rem;
}
#detail_form .line .bottom .optionLabel {
    position: relative;
    width: calc(100% / 3 - 1rem);
    height: 5rem;
    text-align: center;
}
#detail_form .line .bottom .optionLabel label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background: #f4f4f4;
    border-radius: 5rem;
    width: 100%;
    height: 100%;
}
#detail_form .line .bottom .optionLabel input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#detail_form .line .bottom .optionLabel input:checked + label {
    background: #eef0ff;
    color: #3660d8;
    border: 1px solid #3660d8;
    font-weight: 600;
}
#detail_form .buttonWrap {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    text-align: center;
    padding-top: 4rem;
}
#detail_form .buttonWrap button {
    font-size: 1.6rem;
    font-weight: 600;
    width: 50%;
    border-radius: 1rem;
    padding: 2rem 0;
    background: #3660d8;
    color: #fff;
}
#detail_form .buttonWrap button:nth-of-type(2) {
    padding: 2rem 0;
    width: 50%;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1rem;
    color: #545454;
    background: #eaeaea;
}

/* 모달 */
#optionModal2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    height: 100vh;
    overflow-y: auto;
}
#optionModal2 .optionWrap {
    padding: 2rem 1.5rem;
}
#optionModal2 .optionWrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
#optionModal2 .header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
#optionModal2 .header #closeBtn {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
}
#optionModal2 .header #closeBtn img {
    width: 100%;
}
#optionModal2 .header h2 {
    font-size: 1.6rem;
    font-weight: 800;
}
#optionModal2 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
#optionModal2 .title h2 {
    font-size: 1.6rem;
    font-weight: 800;
}
#optionModal2 .title p {
    font-size: 1.4rem;
}
#optionModal2 .title p span {
    font-size: 1.4rem;
    color: red;
}
#optionModal2 .select {
    height: 5rem;
    position: relative;
    margin-bottom: 4rem;
    border: 1px solid #828282;
    border-radius: 1rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 3rem center;
}
#optionModal2 .select > a {
    padding: 0 8em 0 3rem;
    font-size: 1.4rem;
    width: calc(100% - 12rem);
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;  /* 한 줄로 표시 */
    overflow: hidden;  /* 넘친 내용 숨김 */
    text-overflow: ellipsis;  /* 넘친 부분 ... 표시 */
    flex-shrink: 0; /* flex 요소가 줄어들지 않게 설정 */
    min-width: 0; /* ellipsis 적용을 위해 최소 너비 설정 */
}
#optionModal2 .select > a span {
    font-size: 1.4rem;
}
#optionModal2 .select > a button {
    position: absolute;
    right: 3rem;
    color: #fff;
    padding: 1rem 1rem;
    background: #3660d8;
    border-radius: 1rem;
    font-size: 1.4rem;
}
#optionModal2 .select div {
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    background: #fff;
    display: none;
    flex-flow: column nowrap;
    z-index: 9999;
    height: 20rem;
    overflow-y: auto;
    border: 1px solid #828282;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
#optionModal2 .optionWrap .select div a {
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #828282;
}
#optionModal2 .optionWrap .select div a.selected {
    background: #3660d8;
    color: #fff;
}
#optionModal2 .optionWrap .select div a:last-child {
    border: none;
}