@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

body{
	font-family: 'Nanum Gothic', 'Malgun Gothic', sans-serif;
}

/* 메인메뉴_ 기업심리검사 추가 변경 css S*/
#header.new .gnb.add_corp{
    margin: -46px 0 0 205px;
}

#header.new .gnbadd_corp .gnb_inner li{
    padding: 0 10x;
}


/*#header.new .gnb.add_corp .gnb_inner li a{
    background:url("../images/new-main/main_new.png") no-repeat;
    background-size: 200px;
}*/

#header.new .gnb.add_corp .gnb_inner li.gnb_m1 a{
    background-position: 0 0;
    width: 101px;
}
#header.new .gnb.add_corp .gnb_inner li.gnb_m2 a{
    background-position: 0 -45px;
    width: 107px;
}
#header.new .gnb.add_corp .gnb_inner li.gnb_m2.m_corp a{
    background-position: 0 -91px;
    width: 107px;
}
#header.new .gnb.add_corp .gnb_inner li.gnb_m3 a{
    background-position: 0 -136px;
    width: 89px;
}

#header.new .gnb.add_corp .gnb_inner li.gnb_m4 a{
    background-position: 0 -182px;
    width: 200px;
}
#header.new .gnb.add_corp .gnb_inner li.gnb_m1 a:hover{
    background-position: 0 -274px;
}
#header.new .gnb.add_corp .gnb_inner li.gnb_m2 a:hover{
    background-position: 0 -319px;
}
#header.new .gnb.add_corp .gnb_inner li.gnb_m2.m_corp a:hover{
    background-position: 0 -364px;
}
#header.new .gnb.add_corp .gnb_inner li.gnb_m3 a:hover{
    background-position: 0 -410px;
}

#header.new .gnb.add_corp .gnb_inner li.gnb_m4 a:hover{
    background-position: 0 -455px;
}
/* 메인메뉴_ 기업심리검사 추가 변경 css E*/


/* 기업 심리검사 CSS S */

/* 디자인상 안보이게처리 */
.blind{
    position: absolute;
    top:-9999em;
}
.clear{
    content: "";
    clear:both;
    display: block;
}

/*상담톡*/
.btn_talk {
    position: fixed;
    top: 93%;
    left: 50%;
    margin-left: 25%;
    z-index: 9999;
}
.btn_talk>a{
    width:100%;
}
.btn_talk img{
    display:inline-block;
    width:50px;
}

.corp_test>.contents_inner h2.tit_type1{
    background: url(../images/common/bull_type7_4.png) no-repeat 0 50%;
}
.tit_dep1.corp_title{
    color:#0b2789;
}

/* 심리검사 소개 css*/

/* 배경 */
.corp_desc{
    margin-top:15px;
    padding:30px 20px 120px 20px;
    box-sizing: border-box;
    color:#2e2e2e;
    border:2px solid #3D54A4;
    background-color:#fff;
    background-image: url(../images/bg/building.png);
    background-position:right bottom;
    background-repeat: no-repeat;
    background-size:50%;
}
/*타이틀*/
.corp_desc>h3.corp_title{
    font-size:20px;
    font-weight:600;
    padding-left:30px;
    color:#3D54A4;
    background-image:url(../images/bg/check_icon.svg);
    background-repeat: no-repeat;
    background-position:left center;
    background-size:25px;
}

.corp_desc>span.corp_q{
    display: block;
    font-size:17px;
    font-weight:600;
    color:#2e2e2e;
    margin:20px 0px 5px 15px;
}
.corp_test_desc_wrap{
    width:97%;
    margin:10px auto 0px;
}
.corp_desc span{
    display:block;
    font-size:20px;
}
.corp_desc div.corp_test_desc{
    float:right;
    color:#ffffff;;
    width:49%;
    font-size:16px;
    font-weight:600;
    padding:15px;
    text-align:center;
    box-sizing: border-box;
    border-radius: 5px;
    background-color:#3D54A4;
}
.corp_desc div.corp_test_desc.personal{
    float:left;
}

.corp_desc div.corp_test_desc>a{
    display:block;
    width:100%;
}
.corp_freetest_contact_wrap{
    width:97%;
    margin:50px auto 0px;
    box-sizing: border-box;
}
.corp_freetest_contact_wrap>div{
    width:49%;
    float:left;
    background-color:rgba(255,255,255,0.9);
    height:200px;
    border:1px solid #3D54A4;
    border-radius: 10px;
    position:relative;
    padding:30px 15px 15px 15px;
    box-sizing: border-box;

}

.corp_freetest_contact_wrap>div span.corp_test_stitle{
    position:absolute;
    left:50%;
    top:-20px;
    transform: translate(-50%, 0%);
}
.corp_free_test_btn{
    width:63%;
    min-width:260px;
    text-align: center;
    display:block;
    padding:8px;
    margin:0 auto;
    font-size:15px;
    font-weight: 600;
    border-radius: 20px;
    color:#ffffff;
    box-sizing: border-box;
    background-image:url(../images/bg/computer.svg);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 40px;
}
.corp_free_test_btn>a{
    display:inline-block;
    width:100%;
    border:3px solid #3D54A4;
    border-radius: 20px;
    box-sizing: border-box;
    padding:10px 20px 10px 70px;
    color:#3D54A4;
    min-width: 250px;
}
.corp_free_test_btn>a>span{
    font-size:13px;
}
.corp_freetest_contact_wrap>div.corp_test_contact{
    float:right;
}

.corp_test_stitle{
    color:#0b2789;
    text-align: center;
    display:inline-block;
    width:150px;
    height:40px;
    line-height: 40px;
    color:#3D54A4;
    background-color:#ffffff;
    font-weight:600;
}
.corp_free_test_q{
    font-size:17px;
    color:#2e2e2e;
    font-weight:600;
    margin-bottom:20px;
}

.corp_test_contact>div{
    float:right;
    width:50%;
    height:140px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size:18px;
    font-weight:600;
    padding-left:75px;
    padding-top:45px;
}
.corp_test_contact>div.main_call{
    background-image:url(../images/bg/headset_icon.svg);
    background-repeat: no-repeat;
    background-position:5px center;
    background-size:60px;
    border-right:1px solid #3D54A4;
    float:left;
}
.corp_test_contact>div.talktalk{
    background-image:url(../images/bg/channel.png);
    background-repeat: no-repeat;
    background-position:5px center;
    background-size: 60px;
}


/* 직장인 맞춤 심리검사 */
.worker_test_wrap{
    margin-top:50px;
    display:block;
}
.worker_test_list_table{
    border-collapse: collapse;
    border-spacing: 0;
    padding:7px;
    width:100%;
    text-align: center;
}
.worker_test_list_table>thead>tr>th{
    background-color:#0b2789;
    text-align: center;
    padding:7px;
    border:1px solid #d7e1e3;
    color:#ffffff;
}
.worker_test_list_table>tbody>tr:nth-child(1)>td{
    border-top:none;
}
.worker_test_list_table td{
    border:1px solid #d7e1e3;
    padding:7px;
}

.worker_test_list_img>img{
    width:100px;
}
.worker_test_list_desc{
    text-align: left;
}
.worker_test_list_desc>a{
    display:block;
    width:100%;
}
span.test_title{
    font-weight:600;
    display:inline;
}
.woker_test_result{
    width:12%;
    text-align: center;
}
.woker_test_result>a{
    display:block;
    width:100%;
}
.woker_test_result img{
    display:inline-block;
    margin-right:8px;

}

/* 기타 검사 소개 */

.corp_etc_test_wrap{
    margin-top:50px;
    font-size:14px;
}
.corp_etc_test_wrap>h2.tit_type1.corp_title{
    margin-bottom: 0;
}
.corp_etc_test_list_wrap{
    width:100%;
}
.corp_etc_test_list_wrap>div:nth-child(even){
     float:right;
}
.corp_etc_test{
    width:49.5%;
    float:left;
    border:2px solid #0b2789;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    margin-top:10px;
    min-height:200px;
}
.corp_etc_test>span{
    display:inline-block;
}
.corp_etc_test>span.corp_etc_test_img{
    width:30%;
    display:inline-block;
}
.corp_etc_test>span.corp_etc_test_img>img{
    display:inline-block;
    width:100%;
}
.corp_etc_test>span.corp_etc_test_desc{
    width:60%;
    text-align: left;
    margin-left:15px;
    vertical-align: middle;
}
.corp_etc_test>span.corp_etc_test_more{
    width:200px;
    margin-top:15px;
    padding:7px;
    background-color:#E8E8E8;
    text-align:center;
    font-weight: 600;
}
.corp_etc_test>span.corp_etc_test_more>a{
    display:inline-block;
    width:100%;
}

.ctest_view {
    display: inline-block;
    margin-left: 10px;
    color: #7c7c7c;
    font-weight: 600;
    border: 1px solid #7c7c7c;
    background-color: #E8E8E8;
    font-size: 13px;
    line-height: 25px;
    height:25px;
    width:60px;
    text-align: center;
}
.ctest_view>a{
    display: block;
    width:100%;
}

ul.corp_test_desc_list{
    list-style:disc;
    padding-inline-start: 0px;
    box-sizing: border-box;
    margin-left:20px;
}
ul.corp_test_desc_list>li{
    line-height: 1.7em;
}
.corp_etc_test_wrap  .corp_test_desc_list{
    margin-left:10px;
}

/* 추가 수정  2022.05.18 */
span.test_object{
    vertical-align: top;
    width:24%;
}
span.object_cont{
    vertical-align: top;
    width:73%;
    padding-left:3px;
}

/* 기업 심리검사 CSS E*/


/* 반응형 CSS */

/* mobile Device */
@media all and (max-width:680px) {

    #contents.corp_test{
        width:95%;
        margin:0 auto;
    }
    #contents.corp_test>.title_wrap{
        padding-top:80px;
    }
    .tit_dep1.corp_title{
        text-align: center;
    }
    .tit_dep_sub{
        display: block;
        text-align: center;
        margin-top:20px;
    }
    .tit_dep_sub_s {
	    font-size: 15px;
	    font-weight: normal;
	    text-align:center;
	    display: block;
	    padding: 7px 0 0 0;
	    color: #FF000A;
	}
    .corp_desc div.corp_test_desc.personal,.corp_desc div.corp_test_desc{
        float:none;
        width:100%;
        font-family: 'NanumGothic' !important;
    }
    .corp_desc div.corp_test_desc{
        margin-top:15px;
    }
    .corp_freetest_contact_wrap>div{
        float:none;
        width:100%;
    }
    .corp_freetest_contact_wrap>div.corp_test_contact{
        float:none;
        margin-top:40px;
    }
    .worker_test_list_table>tbody>tr>td.worker_test_list_img{
        width:13%;
    }
    .worker_test_list_desc{
        width:50%;
    }
    .woker_test_result{
        width:20%;
    }
    .corp_etc_test{
        width:100%;
    }
    .btn_talk{
        margin-left: 43%;
    }

    .woker_test_result{
        text-align: center;
    }
    .woker_test_result img{
        display:block;
        margin:0px auto 5px;
    }

    .corp_free_test_q{
        margin-bottom:0px;
    }
    .corp_freetest_contact_wrap>.corp_test_contact>div{
        padding-left:0;
        text-align:center;
        padding-top:80px;
        background-position: center top;
    }
    #header.new .gnb.add_corp{
        margin:0;
    }
    #header.new .header_menu .header_menu_inner .gnb .gnb_inner li a, #header.new .gnb.add_corp .gnb_inner li.gnb_m2.m_corp a{
        font-size: 14px;
        color: #333;
        text-decoration: none;
        letter-spacing: -1px;
        display: block;
        width:100%;
        padding: 15px 0;
        background: url(../images/mobile/m-main-icon-Panel-list_arr.png) no-repeat right 50%;
        background-size: 30px 30px;
    }

    #header.new .gnb.add_corp .gnb_inner li.gnb_m1 a:hover,
    #header.new .gnb.add_corp .gnb_inner li.gnb_m2 a:hover,
    #header.new .gnb.add_corp .gnb_inner li.gnb_m2.m_corp a:hover,
    #header.new .gnb.add_corp .gnb_inner li.gnb_m3 a:hover,
    #header.new .gnb.add_corp .gnb_inner li.gnb_m4 a:hover{
        background: url(../images/mobile/m-main-icon-Panel-list_arr.png) no-repeat right 50%;
        background-size: 30px 30px;
    }

    /* 추가수정 2022.05.18 */
    span.test_object{
        width:auto;
    }

}

/* Tablet & Desktop Device */
@media all and (min-width:681px) and (max-width:767px){

    #contents.corp_test{
        width:95%;
        margin:0 auto;
    }
    .contents_inner{
        width:100%
    }
    #header.new .gnb.add_corp {
        margin: -40px 0 0 0px;
    }
    .tit_dep1.corp_title{
        text-align: center;
    }
    .tit_dep_sub{
        display: block;
        text-align: center;
        margin-top:20px;
    }
    .corp_freetest_contact_wrap>div{
        float:none;
        width:100%;
    }
    .corp_freetest_contact_wrap>div.corp_test_contact{
        float:none;
        margin-top:40px;
    }
    .worker_test_list_desc{
        width:50%;
    }
    .woker_test_result{
        width:20%;
    }
    .corp_etc_test{
        width:100%;
    }
    .btn_talk{
        margin-left: 40%;
    }

    /* 추가수정 2022.05.18 */
    span.test_object{
        width:auto;
    }
}


@media all and (min-width:768px) and (max-width:1024px) {

	.corp_free_test_q{
        font-size:16px;
    }

    .corp_free_test_btn>a{
        padding-left:65px;
    }
    .corp_test_contact>div.main_call{
        background-position: center top;
        padding: 80px 0px 0px 0px;
        text-align: center;
    }

    .corp_test_contact>div.talktalk{
        background-position: center top;
         padding: 80px 0px 0px 0px;
        text-align: center;
    }

    #header.new .gnb.add_corp {
        margin: -40px 0 0 0px;
    }
    .contents_inner{
        width:95%;
    }
    .tit_dep1.corp_title{
        text-align: center;
        margin-top:20px;
    }
    .tit_dep_sub{
        display: block;
        text-align: center;
        margin-top:20px;
    }
    .corp_etc_test{
        width:100%;
    }
    .btn_talk{
        margin-left: 40%;
    }

    /* 추가수정 2022.05.18 */
    span.test_object{
        width:auto;
    }
}

@media all and (min-width:1025px) {
    #header.new .gnb .gnb_inner{
        margin: -46px 0 0 0px;
        width:754px;
    }
    .btn_talk{
        margin-left: 25%;
    }

/* 인싸이트  PC  버전 메인 메뉴 텍스트화 */

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-style: normal;
} /*프리텐다드 웹폰트 적용*/

#header.new .gnb.add_corp .gnb_inner li a {
    background-image: none;
    text-indent: inherit;
    font-size: 19px !important;
    line-height: 19px !important;
    font-family: 'Pretendard-Regular';
    font-weight: 700;
    color: #000;
    letter-spacing: -1.2px;
}

#header.new .gnb.add_corp .gnb_inner li a:hover {
    color: #0B2789 !important;
}

#header.new .gnb.add_corp .gnb_inner li > .subWrap li a {
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: 'Pretendard-Regular';
    font-weight: 500;
    color: #666 !important;
}

@media (max-width: 1024px) and (min-width: 681px) {
    #header.new .gnb.add_corp .gnb_inner li a {
        background-image: none;
        text-indent: inherit;
        font-size: 20px !important;
        line-height: 20px !important;
        font-family: 'Pretendard-Regular';
        font-weight: 700;
        color: #000;
        letter-spacing: -1px;
    }

    #header.new .gnb.add_corp .gnb_inner li a:hover {
        color: #0B2789 !important;
    }

    #header.new .gnb.add_corp .gnb_inner li > .subWrap li a {
        font-size: 15px !important;
        line-height: 15px !important;
        font-family: 'Pretendard-Regular';
        font-weight: 500;
        color: #666 !important;
    }
}