/* -- 스크린 작은 PC 시작 -- */
@media screen and (max-width: 1800px) {
    .action-btns {
        position: fixed;
        width: auto;
        bottom: 8px;
        left: 765px;
        top: inherit;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .aside-list.on ~ .action-btns {
        left: 1145px;
    }

    .aside-list.on ~ .detail .action-btns {
        left: 1145px;
    }

    .content-full .action-btns {
        left: calc(50% + 120px) !important;
        transform: translateX(-50%);
    }

    .matching-calendar {
        padding-bottom: 40px;
    }

}

/* -- 스크린 작은 PC 끝 -- */

/* -- 노트북 시작 -- */
@media screen and (max-width: 1680px) {

    .sidebar {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        background: #fff;
        z-index: 200;
        padding: 0px 32px;
    }

    .sidebar .brand {
        width: 15%;
    }

    .sidebar .brand .link {
        justify-content: flex-start;
    }

    .sidebar .gnb {
        width: 70%;
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
    }

    .sidebar .gnb .outer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 32px;
        width: 90%;
    }

    .sidebar .gnb .outer-list .item:hover .inner-list {
        display: block;
    }

    .sidebar .gnb .inner-list {
        background: #fff;
        border: 1px solid #173660;
        border-top: 0px;
        display: none;
        box-shadow: 3px 3px 3px #d0d0d0;
    }

    .sidebar .gnb .outer-list > .item {
        width: 25%;
    }

    .sidebar .gnb .outer-list .item .link {
        padding: 26px 8px;
        font-size: 14px;
    }

    .sidebar .gnb .outer-list .item .link .arrow {
        right: 12px;
    }

    .sidebar .gnb .outer-list .item.on .link {
        font-weight: bold;
        color: #173660;
    }

    .sidebar .gnb .inner-list .item .link {
        padding: 12px 12px;
    }

    .sidebar .gnb .inner-list .item:hover .link {
        background-color: rgb(23, 54, 96, 0.7);
        color: #fff;
    }

    .sidebar .gnb .inner-list::before {
        display: none;
    }

    .sidebar .profile {
        width: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-end;
    }

    .sidebar .profile .thumbnail {
        width: 40px;
        margin-bottom: 0px;
        margin-right: 8px;
    }

    .sidebar .profile .profile-group > div {
        padding: 2px;
    }

    .main {
        margin-left: 0px;
    }

    .main .header {
        width: 100%;
        margin-top: 70px;
        background-color: #fff;
        padding: 0px 24px;
    }

    .main .search {
        top: 140px;
        width: 100%;
        z-index: 150;
    }

    .main .content .aside-list {
        left: 0px;
        top: 140px;
        z-index: 55;
    }

    .main .content .detail {
        margin-top: 70px;
        width: 100%;
        min-width: initial;
        max-width: initial;
        padding: 32px 24px;
    }

    .action-btns {
        left: 50%;
    }

    .aside-list.on ~ .action-btns {
        left: calc(50% + 180px);
    }

    .aside-list.on ~ .detail .action-btns {
        left: calc(50% + 180px);
    }

    .content-full .action-btns {
        left: 50% !important;
    }


}

/* -- 노트북 끝 -- */
/* -- 태블릿 & 작은 노트북 시작 -- */
@media screen and (max-width: 1280px) {

    .login .aside {
        width: 100%;
        position: relative;
    }

    .login .aside .hr-image {
        width: 40%;
        position: absolute;
        display: block;
        top: 25%;
        left: 50%;
    }

    .login .aside .wrapper {
        position: absolute;
        top: 25%;
        left: 30%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }

    .login .aside .logo img {
        width: 40%;
        margin-top: 12px;
    }

    .login .aside .title {
        font-size: 84px;
    }

    .login .aside .description {
        margin: 40px 0px 40px 0px;
    }

    .login .aside .description p {
        font-size: 20px;
    }

    .login .aside .form button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #ccc;
        padding: 12px;
        border-radius: 12px;
        width: 80%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .login .aside .form button img {
        width: 40px;
        border-right: 1px solid #ccc;
        padding-right: 12px;
    }

    .login .aside .form button div {
        font-size: 16px;
        font-weight: bold;
        padding-left: 12px;
    }

    .login .cover {
        display: none;
    }

    .content-full .action-btns {
        left: 50%;
    }


}

/* -- 태블릿 & 작은 노트북 끝 -- */

/* -- 모바일 시작 -- */
@media screen and (max-width: 1000px) {


    /* 공통 */
    .content-menu-wrapper {
        display: none;
    }

    .sub-title {
        text-indent: 0px;
        font-size: 16px;
        padding-bottom: 6px;
    }

    .cb-filebox {
        top: -132px;
        left: 0px;
        width: 80px;
        height: 80px;
    }

    .cb-mobile-logo {
        display: block;
        top: 10px !important;
    }

    .cb-filebox label {
        width: 78px;
        height: 78px;
    }

    .content-btn-wrap {
        text-align: left;
    }

    .content-wide-btn {
        padding: 6px 10px;
        width: auto;
        font-size: 11px;
    }

    .content-wide-btn.content-matching-btn {
        width: 150px;
    }

    .content-wide-btn > span {
        display: none;
    }

    .cb-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .cb-line .cb-input {
        width: 100% !important;
        padding: 0px;
        height: auto;
    }

    .cb-line .cb-textarea {
        width: 100% !important;
        padding: 0px;
    }

    .cb-title {
        text-indent: 0px;
        height: auto;
        line-height: inherit !important;
        margin-bottom: 8px;
    }

    .cb-btn {
        position: absolute;
        top: -15px;
        right: -10px;
        margin: 0px;
        padding: 0px;
    }

    .ct-update {
        position: inherit;
    }

    .ct-update-history {
        width: 90%;
        top: 170px;
        left: 16px;
    }

    .bulge {
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 0;
    }

    .cb-discuss-box {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .cb-line-group-wrap {
        width: 100%;
    }

    .cb-line.mark, .cb-line-group.mark {
        padding: 8px;
    }

    .cb-line-group.mark .cb-line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0px;
    }

    .cb-line-group.mark .cb-line-column {
        flex-direction: column;
        align-items: baseline;
    }

    .cb-line-group.mark .cb-selectbox-right {
        width: 100% !important;
        float: none;
        height: auto;
    }

    .cb-line-group.mark .cb-select-btn {
        font-size: 12px;
        height: auto;
        line-height: inherit;
        text-indent: 0px;
    }

    .cb-line-group.mark .cb-input {
        line-height: inherit;
        font-size: 12px;
    }

    .cb-line-group.mark .cb-btn span:last-child {
        display: none;
    }

    .cb-line-group.mark .cb-line .cb-title {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 60%;
        font-size: 12px;
    }

    .cb-line-group .cb-line:not(:first-of-type) {
        margin-top: 12px !important;
    }

    .cb-selectbox-right + .cb-title, .cb-input + .cb-title {
        margin-top: 8px;
        margin-left: 0px;
    }

    .cb-line-down-btn {
        margin-left: 0px;
    }

    .cb-exp {
        width: 50% !important;
        min-width: inherit;
        padding: 0px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
    }

    .cb-selectbox-left {
        height: auto;
    }

    .cb-selectbox-left .cb-select-btn {
        text-indent: 0px;
        height: auto;
        line-height: inherit;
    }

    .cb-line > .cb-input-age {
        position: absolute;
        bottom: -26px;
        right: 0;
        height: 24px;
        line-height: 24px;
        margin: 0px;
    }

    .cb-selectbox-right {
        height: auto;
    }

    .cb-select-btn {
        text-indent: 0px !important;
        height: auto;
        line-height: inherit;
    }

    .cb-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 26px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cb-row .cb-title {
        width: 50%;
        height: 20px;
        margin: 0;
    }

    .cb-row .cb-input {
        height: 20px;
        fond-size: 13px;
    }

    .cb-wave {
        margin: 0px 10px;
    }

    .content-owner {
        font-size: 11px;
    }

    .content-btn-jd {
        display: none;
    }

    .content-btn-jd {
        display: none;
    }

    .content-body {
        padding-bottom: 0px;
    }

    .icon-content-owner {
        width: 10px;
        height: 20px;
    }

    .ct-tab-btn-wrapper {
        line-height: 18px;
    }

    .ct-tab-btn {
        font-size: 10px;
    }

    .cb-panel-default {
        display: none;
    }

    .cb-panel-wrap, .cb-panel-default, .cb-panel-selected {
        width: 100% !important;
    }

    .position-title {
        font-size: 18px;
    }

    .position-title .client-title {
        font-size: 14px;
    }

    .content-matchings {

        left: 0px;
        width: 100%;
        top: 28px;
    }

    /* 로그인 */
    .login .aside .title {
        text-align: center;
    }

    .login .aside .logo img {
        width: 35%;
    }

    .login .aside .wrapper {
        top: 50%;
        left: 50%;
        width: 300px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .login .aside .hr-image {
        top: 30%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 260px;
    }

    .login .aside .form button {
        width: 100%;
    }

    .login .aside .description {
        margin: 260px 0px 20px 0px;
    }

    .aside-list.on + .detail {
        margin-left: 0px;
    }

    .sidebar {
        padding: 0px 16px;
    }

    .sidebar .brand {
        width: 80%;
    }

    .sidebar .brand .link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 150px;
    }

    .sidebar .brand .text {
        font-size: 36px;
    }

    .sidebar .gnb {
        display: none;
    }

    .sidebar .profile {
        display: none;
    }

    .sidebar .mobile-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 20%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .sidebar .mobile-gnb {
        display: none;
    }

    .sidebar .mobile-gnb.on {
        display: block;
    }

    .sidebar .mobile-menu .mobile-gnb {
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 500;
    }

    .sidebar .mobile-menu .mobile-gnb .outer-list .item .tab {
        width: 100%;
        padding: 16px;
        display: inline-block;
        font-size: 16px;
        position: relative;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        line-height: 24px;
    }

    .sidebar .mobile-menu .mobile-gnb .outer-list .item.selected .tab {
        font-weight: bold;
        color: #173660;
    }

    .sidebar .mobile-menu .mobile-gnb .outer-list .item .tab .icon {
        width: 24px;
        margin-right: 12px;
    }

    .sidebar .mobile-menu .mobile-gnb .outer-list .item .tab .arrow {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sidebar .mobile-menu .inner-list::before {
        position: absolute;
        content: "";
        height: 80%;
        top: 50%;
        left: 26px;
        border: 1px solid #cecece;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sidebar .mobile-menu .mobile-gnb .inner-list .item {
        padding: 12px 16px 12px 54px;
        font-size: 14px;
    }

    .sidebar .mobile-menu .mobile-gnb .outer-list .item .inner-list {
        display: block;
        position: relative;
    }

    .sidebar .mobile-menu .mobile-gnb .outer-list .item .inner-list.off {
        display: none;
    }

    .sidebar .mobile-menu .mobile-gnb .inner-list .item.selected a {
        font-weight: bold;
        color: #173660;
    }

    .main .search {
        top: 128px;
    }

    .main .header .filter {
        width: 100%;
    }

    .main .header .filter .filter-list {
        width: 80%;
        z-index: 0;
    }

    .main .header .filter .filter-list .item {
        display: inline-flex !important;
    }

    .main .header .filter .filter-list .item .filter-close {
        margin-left: 4px;
    }

    .main .search .search-filter .filter-close {
        top: 16px;
        right: 16px;
    }

    .main .content .aside-list {
        top: 126px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .main .header {
        padding: 0px 16px;
        height: 58px;
        z-index: 2;
    }

    .main .header .actions {
        display: none;
    }

    .main .header > .actions:first-child {
        display: block;
    }

    .main .content .detail {
        padding: 16px;
        margin-top: 58px;
    }

    .main .content .aside-list.on {
        width: 100%;
    }

    .main .search .search-filter {
        padding: 16px;
    }

    .main .search .search-filter .filter-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important;
    }

    .main .search .search-filter .filter-row .filter-item + .filter-item {
        margin-top: 12px;
        margin-left: 0px;
    }

    .main .search .search-filter .filter-row .filter-item .search-input {
        width: calc(76% - 60px);
    }

    .main .search .search-filter .filter-row .filter-item .input-date-wrapper {
        width: calc(50% - 60px);
    }

    .main .search .search-filter .filter-row .filter-item .input-date-wrapper .search-input.date {
        width: 100% !important;
    }

    .main .search .search-filter .filter-row .filter-item .search-select {
        width: calc(76% - 60px);
    }

    .main .search .search-filter .filter-row .filter-item .search-select.period {
        width: calc(43% - 60px);
    }

    .main .search .search-filter .filter-row .filter-item .search-input.period {
        width: calc(40% - 50px);
    }

    .main .search .hashtag-wrapper,
    .main .search .position-wrapper {
        width: 100%;
        left: 0px;
    }

    .main .search .hashtag-wrapper .hashtag-content .tab .tab-item,
    .main .search .position-wrapper .position-content .tab .tab-item {
        font-size: 12px;
    }

    .main .search .hashtag-wrapper .hashtag-close,
    .main .search .position-wrapper .position-close {
        top: -26px;
    }

    .main .header .filter .filter-list-icon, .main .header .filter .filter-icon {
        display: block;
        z-index: 1;
        background: #fff;
        height: 100%;
    }

    .main .header .filter .filter-list-icon .icon, .main .header .filter .filter-icon .icon {
        margin-top: 16px;
    }

    .main .header .filter .slick-slide + .slick-slide {
        margin-left: 4px;
    }

    .main .detail .no-result {
        margin-top: 40%;
    }

    .main .detail .no-result .image {
        width: 80%;
    }

    .sidebar .mobile-gnb {
        border-top: 1px solid #f5f5f5;
        -webkit-box-shadow: 0px 0px 5px 0px #d0d0d0;
        box-shadow: 0px 0px 5px 0px #d0d0d0;
    }

    .sidebar .mobile-profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .sidebar .mobile-profile .profile-thumbnail .thumbnail {
        width: 40px;
        border-radius: 50%;
        margin-right: 12px;
    }

    .sidebar .mobile-profile .profile-group {
        position: absolute;
        top: 50%;
        right: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sidebar .mobile-profile .logout a span {
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-right: 5px;
        vertical-align: bottom;
    }

    .sidebar .mobile-profile .profile-info .name {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .sidebar .mobile-profile .profile-info .position {
        font-size: 14px;
    }

    /* 고객사 */
    .content-title > input {
        font-size: 18px;
        padding: 0px 0px 10px 86px;
        height: 86px;
    }

    .content-title > .cb-title {
        font-size: 18px;
        padding: 0px 0px 10px 86px;
        height: 86px;
        align-items: center;
        display: flex !important;
    }

    .open-map-btn {
        display: none;
    }

    .link-map-btn {
        display: none;
    }

    /* 후보자 */
    .candidate-detail .detail .content-title {
        font-size: 18px;
        padding: 8px 4px;
    }

    .candidate-detail .detail .content-title .cb-line {
        width: fit-content;
        flex-direction: row;
    }

    .candidate-detail .detail .cb-line {
        margin-bottom: 20px;
    }

    .candidate-detail .detail .cb-line-column {
        margin-bottom: 0;
    }

    .candidate-detail .detail .cp-content {
        min-height: 34px;
    }

    .candidate-detail .detail .proproty-result {
        height: 300px;
        width: 100% !important;
    }

    .candidate-detail .detail .proproty-result .proproty-chart {
        height: 300px;
        width: 100%;
    }

    .candidate-detail .cb-exp {
        width: 100% !important;
    }

    /* 이력서 */
    .resume-detail .detail .content-title {
        font-size: 18px;
        padding: 8px 4px;
    }

    .resume-detail .detail .cb-basic-wrap .cb-line {
        margin-bottom: 24px;
    }

    .resume-detail .detail .cb-row .cb-title {
        width: 30%;
    }

    .resume-detail .detail .cb-career {
        font-size: 12px;
    }

    .resume-detail .detail .skill .cb-line-group.mark {
        padding: 0px;
        border: none;
    }

    .resume-detail .detail .skill .cb-line .cb-title {
        margin-bottom: 4px;
    }

    .resume-detail .detail .skill .cb-line-group.mark .cb-input {
        min-height: 20px;
    }

    .resume-detail .detail .skill .cb-line-group.mark .cb-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 12px;
    }

    .resume-detail .detail .skill .cb-line-group.mark .cb-line .tagify[readonly] .tagify__tag > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .share-career-top div {
        font-size: 12px !important;
    }

    .resume-detail .detail .period .cb-line-group.mark {

    }

    .resume-detail .detail .period .cb-line-group.mark .cb-line {
        margin-bottom: 0px;
    }

    .resume-detail .detail .period .cb-line-group.mark .cb-line:not(:first-of-type) {
        margin-top: 12px !important;
    }

    .resume-detail .detail .period .cb-line-group.mark .date .cb-input {
        text-align: center;
    }

    .resume-detail .detail .period .cb-line-group.mark .cb-title {
        width: 35%;
    }

    .resume-detail .career-summary {
        padding-left: 0px;
    }

    .resume-detail .career-summary .item {
        flex-direction: column;
    }

    .resume-detail .career-summary .item .description {
        padding-left: 14px;
        margin-top: 8px;
    }

    .resume-detail .career-summary .item .description .info {
        margin-bottom: 4px;
    }

    /* 직장 선택 중요 요소 */
    .priority-container {
        border: none;
    }

    .priority-container.shared {
        margin: 0px;
        width: 100%;
    }

    .priority-wrapper {
        padding: 16px;
    }

    .priority-basic-wrap {
        margin-top: 12px;
    }

    .content-top {
        padding: 0px;
    }

    .priority-mode .priority-basic-wrap {
        padding: 0px;
        padding-left: 0px;
    }

    .cb-priority-title.read {
        width: 100%;
        margin-bottom: 4px;
        text-indent: 0px;
    }

    .cb-priority-content.read {
        width: 100%;
        margin-bottom: 12px;
    }

    .cb-priority-title .range-rank {
        margin-right: 4px;
    }

    .priority-company-logo {
        width: 100px;
        height: 31px;
        background: url(/static/images/share_ebrain_logo.svg) no-repeat center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 26px 0;
    }

    .priority-consultant {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 14px 0;
    }

    .sc-main {
        font-size: 13px;
        font-weight: 700;
    }

    .sc-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        font-size: 11px;
        margin-top: 5px;
    }

    .sc-items-line + .sc-items-line {
        margin-left: 8px;
    }

    .sc-items-line .sc-item {
        margin-left: 0px;
        margin-bottom: 4px;
        min-width: 100px;
    }

    .priority-help {
        padding: 8px 0px;
        margin-bottom: 24px;
    }

    .priority-help p {
        font-size: 14px;

    }

    .priority-help p + p {
        margin-top: 4px;
    }

    .priority .priority-container-bottom {
        padding: 0 20px;
    }

    .priority-percentage {
        text-align: right;
        margin-bottom: 24px;
        font-size: 16px;
        position: relative;
        top: 0px;
    }

    .cb-priority-title {
        width: 100%;
    }

    .cb-priority-content {
        width: 100%;
        float: left;
        z-index: 0;
        font-size: 14px;
    }

    .priority-line {
        width: 100%;
        min-height: 46px;
        zoom: 1;
        -o-transition: padding 300ms;
        transition: padding 300ms;
        -webkit-transition: padding 300ms;
        display: inline-block;
        margin-bottom: 8px;
        position: relative;
        padding: 0px 24px 0px 24px;
    }

    .priority-action {
        text-align: center;
        padding: 20px 0px 32px 0px;
    }

    .priority-success {
        height: calc(100vh - 145px);
    }

    .range-wrapper {
        display: inline-block;
        position: relative;
        width: 60px;
        color: #2c3e50;
        text-align: center;
        border-radius: 3px;
        position: absolute;
        top: -18px;
        right: 0px;
    }

    .range-slider-range {
        -webkit-appearance: none;
        width: calc(100%);
        height: 10px;
        border-radius: 5px;
        background: #d7dcdf;
        outline: none;
        padding: 0;
        margin: 0;
        margin-top: 14px;
    }

    /* 공유하기 */
    .share .content-body {
        padding-bottom: 180px;
    }

    .share .share-line {
        margin-bottom: 8px;
    }

    .share .cb-textarea {
        width: 100%;
        padding: 0px 0px 0px 50px !important;
    }

    .share button.sns {
        margin-right: 6px;
    }

    .share .cb-share-content {
        padding: 0px 0px 0px 50px !important;
        width: 100%;
    }

    .share .share-view .cb-share-content {
        padding: 0px !important;
    }

    .share .share-view .cb-textarea.tui-editor-contents {
        padding: 0px !important;
    }

    .share .cb-share-content a {
        margin: 12px 0 0 0;
    }

    .share .share-container {
        margin: 0px;
        width: 100%;
        border: none;
    }

    .share .share-wrapper {
        padding: 24px 16px 0px 16px;
    }

    .share .content-top {
        padding: 0px;
        padding-bottom: 12px;
    }

    .share .title {
        margin: 0px;
    }

    .share .position-title {
        font-size: 16px;
    }

    .share .logo-title {
        margin-bottom: 20px !important;
    }

    .share .cb-share-title {
        width: 70%;
        text-indent: 0px;
        font-size: 14px;
        margin-top: -2px;
    }

    .share .share-view .cb-share-title {
        margin-bottom: 8px;
        margin-top: 0px;
    }

    .share .share-line .tagify__tag {
        display: inline-flex;
    }

    .share .share-line .tagify__tag > div {
        display: inline-flex;
    }

    .share .share-line .tagify__tag > div > * {
        display: inline-flex;
    }

    .share .share-line .tagify__tag-star-tooltip {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

    .share .share-line .tagify__tag__removeBtn {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

    .share .share-mode .share-basic-wrap {
        margin-top: 0px;
    }

    .share .sub-title {
        height: auto;
        font-size: 18px;
    }

    .share .share-company-logo {
        margin: 28px 0;
    }

    .share .share-consultant {
        display: block;
        margin: 14px 0;
    }

    .share .share-container-bottom {
        padding: 0 20px;
        padding-bottom: 60px;
    }

    .share .share-option.pc {
        display: none;
    }

    .share-option.mobile {
        position: fixed;
        bottom: 0 !important;
        height: 60px;
        width: 100%;
        top: auto !important;
        z-index: 99;
        display: block;
    }

    .share-option.mobile .share-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        height: 100%;
        color: #fff;
        background-color: #676767;
        opacity: 0.9;
        font-weight: bold;
    }

    .share-option.mobile .share-btn {
        width: 33%;
        padding: 10px;
        text-align: center;
    }

    .share-option.mobile .icon-preview,
    .share-option.mobile .icon-copy-link,
    .share-option.mobile .icon-warning {
        width: 35px;
        height: 17px;
        display: block;
        margin: 0 auto 5px auto;
    }

    .share-option.mobile .icon-preview {
        background: url(/static/images/icon/share_preview_mobile.svg) no-repeat center;
    }

    .share-option.mobile .icon-copy-link {
        background: url(/static/images/icon/share_copy_link_mobile.svg) no-repeat center;
    }

    .share-option.mobile .icon-warning {
        background: url(/static/images/icon/share_warning_mobile.svg) no-repeat center;
    }

    .share-option.mobile .share-warning-wrapper {
        position: absolute;
        bottom: 70px;
        border: 1px solid #818181;
        background-color: #fff;
        -webkit-box-shadow: 0 0 3px 0px #bebebe;
        box-shadow: 0 0 3px 0px #bebebe;
        left: 15px;
        right: 15px;
        padding: 10px 0;
    }

    .share-option.mobile .share-warning-wrapper .icon {
        width: 15%;
        height: 30px;
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .share-option.mobile .share-warning-wrapper div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        padding: 10px 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .share-option.mobile .share-notice > .icon {
        background: url('/static/images/icon/share_personal_policy.png') no-repeat center;
    }

    .share-option.mobile .share-required > .icon {
        background: url('/static/images/icon/share_option_checkbox.png') no-repeat center;
    }

    .share-option.mobile .share-warning > .icon {
        background: url('/static/images/icon/share_option_warning.png') no-repeat center;
    }

    .share-option.mobile .share-option-txt {
        width: 85%;
        line-height: 1.3em;
        word-break: keep-all;
    }

    .share-option.mobile .share-link-wrapper {
        position: absolute;
        bottom: 70px;
        width: 100%;
        text-align: center;
    }

    .share-option.mobile .complete-link-copy {
        background: #29b6f6;
        color: white;
        padding: 10px;
        width: 50%;
        border-radius: 3px;
        margin: auto;
        font-size: 14px;
    }

    .share-option.mobile button.share-overlay-close {
        width: 100%;
        height: 100%;
        background-color: #1e1e1e;
        color: #fff;
        font-size: 16px;
    }

    .share-option.mobile .share-water-mark {
        position: fixed;
        top: 180px;
        background: url(/static/images/share_water_mark_mobile.png) no-repeat center;
        width: 80px;
        height: 50%;
        background-size: contain;
        right: 0;
    }

    .share .share-container.shared {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .share .share-container.extracted {
        margin-bottom: 0px !important;
    }

    .share .share-container.extracted .share-container-bottom {
        padding-bottom: 0px !important;
    }

    .share .shared .share-basic-wrap {
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 12px 4px;
    }

    .share .share-water-mark {
        position: fixed;
        top: 180px;
        background: url(/static/images/share_water_mark_mobile.png) no-repeat center;
        width: 80px;
        height: 50%;
        background-size: contain;
        right: 0 !important;
        left: inherit !important;
    }

    .share .skill .share-line-group {
        border: none;
        padding: 0px;
        margin: 20px 0px;
    }

    .share .skill .share-line-group > .share-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: inline-flex;

    }

    .share .skill .share-line-group .cb-share-title {
        padding: 0px !important;
    }

    .share .skill .tagify.cb-share-content {
        padding: 0px !important;
    }

    .share .share-career-top div {
        text-align: left;
    }

    .fixed-btns {
        position: fixed;
        bottom: 28px;
        right: 24px;
        display: flex;
        z-index: 20;
        flex-flow: column;
    }

    .fixed-btns .share {
        background: url(/static/images/icon/share_btn.svg) no-repeat center;
    }

    .fixed-btns .plus {
        background: url(/static/images/icon/plus_btn.png) no-repeat center;
    }

    .fixed-btns .opinion {
        background: url(/static/images/icon/opinion_btn.svg) no-repeat center;
        background-color: #132b4d;
    }

    .fixed-btns > button {
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 100%;
    }

    .fixed-btns button + button {
        margin-top: 0.5em;
    }

    .preparing .detail .func-develop {
        margin-top: 30%;
    }

    .preparing .detail .func-develop .image {
        width: 90%;
    }

    .matching-calendar .view-container .th-date {
        width: 30%;
        padding: 8px;
        font-size: 14px;
    }

    .matching-calendar .view-container .th-content {
        width: 70%;
        padding: 8px;
        font-size: 14px;
    }

    .matching-calendar .view-container .td-date {
        padding: 8px;
        text-align: center;
        vertical-align: top;
    }

    .matching-calendar .view-container .td-content {
        padding: 8px;
    }

    .matching-calendar .view-container .matching {
        margin-bottom: 12px;
    }

    .matching-calendar .view-container .matching .state {
        display: inline-block;
        padding: 4px 6px;
        border-radius: 4px;
    }

    .matching-calendar .view-container .matching .text {
        margin-top: 4px;
    }

    .calendar-event-overlay > div {
        padding: 6px 0px;
    }

    .calendar-event-overlay {
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        z-index: 200;
    }

    .calendar-event-overlay-in {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        transform: inherit;
        height: 100%;
        box-shadow: inherit;

    }

    .calendar-event-overlay-content {
        flex-flow: column;
    }

    .calendar-event-item-input input {
        padding: 4px;
    }

    .calendar-event-bottom {
        height: 40px;
        padding: 4px 0px;
        bottom: 4px;
    }

    .calendar-event-item {
        display: block;
    }

    .calendar-event-item-title {
        padding: 0px;
        width: 100%;
        margin-bottom: 4px;
        display: inline-block;
    }

    .calendar-event-item-input {
        width: 100%;
    }

    .calendar-event-item-input input {
        width: 90%;
    }

    .calendar-event-content {
        padding: 0px 16px;
        position: relative;
    }

    .calendar-event-item.up {
        position: absolute;
        top: 0px;
        background: white;
        width: 90%;
    }

    .calendar-event-overlay-in input.flatpickr-input {
        width: 90%;
    }

    .matching-editable .hasTime {
        top: 130px !important;
    }

    .matching-calendar .matching-empty {
        text-align: center;
    }

    .matching-calendar .matching-empty .description {
        padding: 12px;
        font-size: 16px;
    }

    .interview-detail .interview-item .head {
        width: 100%;
        flex-direction: column;
    }

    .interview-detail .interview-item .writer {
        top: 2px;
        font-size: 10px;
    }

    .interview-detail .interview-item .aside {
        width: 35%;
        padding: 0px;
        margin-bottom: 8px;
    }

    .interview-detail .interview-item .aside .date {
        font-size: 12px;
    }

    .interview-detail .interview-item .type {
        display: flex;
        width: 100%;
        min-height: 24px;
    }

    .interview-detail .interview-item .type .logo-icon .symbol {
        display: none;
    }

    .interview-detail .interview-item .type .logo-icon {
        align-items: center;
    }

    .interview-detail .interview-item .contents .aside {
        display: none;
    }

    .interview-detail .interview-item .more {
        width: 100%;
    }

    .interview-detail .interview-item .edit-action {
        display: none;
    }

    .interview-detail .tui-editor-contents {
        padding: 0px !important;
    }

    .interview-detail .cb-title {
        padding: 0px;
    }

    #opinion-container {
        height: 50vh;
    }
}

/* -- 모바일 끝 -- */

/* -- 모바일 세로 */
@media screen and (max-width: 400px) {

    #opinion-container {
        min-width: 100%;
    }
}