@font-face { font-family: 'BMJUA'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff'); font-weight: normal; font-style: normal; }
.font_jua {font-family: 'BMJUA';}

@font-face { font-family: 'yg-jalnan'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff'); font-weight: normal; font-style: normal; }
.font_jalnan {/*font-family: 'yg-jalnan';*/}

@font-face { font-family: 'NanumSqua.new_loginreRound'; src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff'); font-weight: normal; font-style: normal; }
.font_nsr {font-family: 'NanumSquareRound';}

/*'Noto Sans KR', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/*PC*/
@media (min-width: 600px){
.pc_view {}
.mo_view {display: none;}


.gnb_bg.show {
    display: flex;
    opacity: 1;
    height: auto;
    max-height: 500px;
}
.gnb_bg, .gnb_bg .gnb_bg_container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gnb_bg {
    left: 0;
    top: 1px;
    display: none;
    height: 0;
    max-height: 0;
    opacity: 0;
    background: #fff;
    min-width: 1400px;
    max-width: 100%;
    z-index: 998;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    transition: max-height .15s ease-in-out;
}

.gnb_bg .gnb_bg_container {
    display: flex;
    max-width: 1400px;
}
.gnb_bg, .gnb_bg .gnb_bg_container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gnb_bg .gnb_bg_container>div:first-child {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.gnb_bg.show .gnb_bg_container>div {
    opacity: 1;
}
.gnb_bg .gnb_bg_container>div {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    position: relative;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li {
    position: relative;
    text-align: left;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li::before {
    content: "";
    position: absolute;
    top: 97px;
    left: 0;
    width: 1px;
    height: 100%;
    max-height: 163px;
    background: #d9d9d9;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li small {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #0085ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.7px;
}


.gnb_bg .gnb_bg_container>div:first-child>.gnb>li>ul {
    width: 180px;
    padding: 30px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li>ul>li {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li>ul>li>a {
    color: #393434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -.8px;
}


.box-shadow{
	min-width: 1400px;
    position: relative;
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
}

.box-shadow2{
	min-width: 1400px;
    position: relative;
    padding: 40px 0;
    background: #f5f5f5;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
}


    .sub_premiun_ul {
        display: flex;
        flex-wrap: wrap; /* 여러 줄로 나열 */
    }

    .sub_premiun_ul li {
        width: 49.5%; /* 두 개의 항목이 한 줄에 들어감 */
        margin-bottom: 0.5%; /* 아래쪽 간격 설정 */
    }

    /* 홀수 항목에만 오른쪽 여백 추가 */
    .sub_premiun_ul li:nth-child(3n-1) {
        margin-right: 0.5%; /* 홀수 항목에만 오른쪽 여백 */
    }
	

.inbox {
overflow: hidden;
    position: relative;
    display: inline-block;
    width: auto; /* 자동으로 콘텐츠 크기에 맞게 설정 */
    margin-bottom: 10px;
    z-index: 1;
    overflow: visible; /* 그림자가 잘리지 않도록 처리 */
    border-radius: 10px !important;

    /* 강제적으로 테두리 투명하게 설정 */
    border: 2px solid transparent !important;

    background-color: transparent; /* 배경색 투명 */
    background-clip: padding-box; /* 투명한 테두리 적용 */

    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.inbox:hover {
    /* hover 시 투명 테두리를 색상 있는 테두리로 변경 */
    border: 2px solid #f5d6fc !important;
}


.inbox table {
    border-collapse: separate; /* border-collapse를 separate로 설정 */
    border-spacing: 0; /* 셀 간의 간격을 없애기 위해 사용 */
    width: 100%;
    border-radius: 10px; /* 전체 테이블에 border-radius 적용 */
    overflow: hidden; /* 테두리가 반영되도록 overflow 설정 */
}



.sub_premiun_ul .image {
	overflow: hidden;
    width: 218px;
    height: 102px;
    margin: 20px;
    border-radius: 5px;
}

.sub_premiun_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.sub_pre_info{

padding:20px;
background: #fff;
overflow: hidden;
width:350px;
}

.sub_pre_img img {
    width: 340px;
    height: 159px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}


.sub_pre_txt01 {font-weight:500;padding:5px 0;}
.sub_pre_txt02 {
	overflow: hidden;
	display: inline-block !important;
    width: calc(100% - 0px);
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
	white-space:nowrap;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -.5px;
    text-align: left;
    color: #333;
    text-overflow: ellipsis;
}
.sub_pre_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.sub_pre_div1 p {float:left;font-weight:600;}
.sub_pre_div1 p:last-child {float:right;padding-right:1px;}
.sub_pre_div2 {
	overflow:hidden;
    height: 46px;
    background: #f7f7f7;
    line-height: 46px;
	padding-left:10px;
	border-radius:0 0 10px 10px;
}

.sub_pre_div2_bg:hover{
    background: #f5d6fc;
}

.sub_pre_div2 span {
	font-size: 16px;
    color: #333;
    display: inline-block;
    border-radius: 10px;
    background: #fff;
    line-height: 20px;
    padding: 3px 10px;
	margin-right:0px;
	margin-left:10px;
}


.sub_pre_div2 p {float:left;font-weight:600;}
.sub_pre_div2 p:last-child {float:right;}
.sub_pre_div2 .p01 {}

.color_span {display:inline-block;vertical-align:middle; color:#fff;padding:0 5px;border-radius:3px;margin-right:3px;font-weight:500;}
.color_ver01 {background:#eb2ea6;} /*시급*/
.color_ver02 {background:#8294f3;} /*당일*/
.color_ver03 {background:#528e58;} /*건당*/
.color_ver04 {background:#eb9d2e;} /*월급*/
.color_ver05 {background:#939393;} /*면접후협의*/
.color_ver06 {background:#9e7afa;} /*주급*/
.color_ver07 {background:#fa7a7a;} /*T/C*/
.sub_pre_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.sub_pre_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.sub_pre_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.sub_pre_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.sub_pre_div3 span:last-child {margin-right:0;}
.sub_pre_ban {position:absolute;top:0;right:0;}

.sub_sch_box {float:left;width:500px;padding:30px 8px;}
.ticker {font-size:20px;line-height:20px;height:20px;color:#222;padding-left:56px;position:relative;margin-bottom:13px;text-align:center;}
.ticker img {position:absolute;left:0;top:0;}
.ticker a {display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff;}
.ticker span {color:#ff6f3f;}
.ticker li {width:100%;background:#fff;}
.sub_sch_box form {display:block;overflow:hidden;}

.sub_sch_box {
    position: relative; /* 부모 요소에 relative 적용 */
}

.sub_sch_box input[type=text] {
    width: 100%; /* 너비를 100%로 */
    padding-right: 50px; /* 버튼 공간 확보 */
    height: 50px;
    background: #fff;
    border: 2px solid #f7a6ba;
    border-radius: 25px;
    box-sizing: border-box; /* 패딩 포함한 크기 계산 */
	padding-left:25px;
}

.sub_sch_box button {
    position: absolute; /* 절대 위치 */
    width: 38px;
    height: 38px;
    top: 50%; /* 버튼을 가운데 정렬 */
    right: 10px;
    transform: translateY(-50%); /* Y축에서 중앙 정렬 */
    background: #f7a6ba;
    border: 1px solid #f7a6ba;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right:5px;
	color:#444;
}

.sub_top_box2 {overflow:hidden;margin-bottom:20px;padding-top:13px;}
.sub_logo_box {float:left; width:762px;}
.sub_logo_box_top {overflow:hidden;}
.sub_logo {
	float:left; 
    top: 0;
    left: 0;
    width: 280px;
    height: 110px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
} 

.sub_banner {margin-top:13px;}
.sub_banner li {border-radius:10px;overflow:hidden;border:1px solid #efefef;}
.sub_banner li:hover {border-radius:10px;overflow:hidden;border:1px solid purple;} 
.sub_banner li img {width:100%;height:100%;}

.sub_btn_box {line-height:115px; text-align:right; bottom: 0; height: 100%; position:absolute; right:0;}
.sub_btn_box_top {

}
.sub_btn_box .kakao_p {position:relative;left:0;}
.sub_btn_box .com_tel {font-size:30px;line-height:30px;font-weight:800;color:#222;}
.sub_btn_box .com_tel span {color:#482c50;} /* bc7bec */ 
.sub_btn_box .store_time {font-size:12px;line-height:14px;color:#222;transform:skew(-0.1deg);margin-top:4px;font-weight:bold;}
.sub_btn_box .store_time span:first-child {padding-right:6px;font-weight:bold; }
.sub_btn_box .submit_btn {display:block;width:100%;height:50px;line-height:50px;color:#222;background:#fff200/*#ff6f3f*/;border-radius:3px;padding-left:70px;position:relative;font-size:18px;font-weight:600;cursor:pointer;text-align:left;}
.sub_btn_box .submit_btn:last-child {background:#fff200/*#cc3d98*/;margin-top:11px;line-height:20px;padding-top:4px;}
.sub_btn_box .submit_btn img {width:34px;position:absolute;left:25px;top:50%;margin-top:-17px;}
.sub_btn_box .submit_btn span {display:block;}
.sub_btn_box .submit_btn strong {display:block;font-size:11px;line-height:13px;margin-top:7px;color:red;}

.sch_area select {
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
appearance:none;
outline:none;
}
.sch_area select::-ms-expand {display:none}
.skew {transform:skew(-0.1deg);}

.sub_hd {width:100%;} 

.sub_hd_lnb {height:45px;background:#fff;border-bottom:1px solid #d9d9d9;overflow:hidden;position:relative;}
.sub_hd_lnb h3 {width:101px;height:32px;position:absolute;top:10px;left:30%;margin-left:-50px;}
.sub_hd_lnb .sub_lnb2 {float:left;overflow:hidden;position:relative;top:12px;}
.sub_hd_lnb .sub_lnb2 li {float:left;margin-right:15px;}
.sub_hd_lnb .sub_lnb2 li:last-child {margin-right:2px;}
.sub_hd_lnb .sub_lnb2 li a {display:block;font-size:12px;line-height:20px;font-weight:600;color:#777;transform:skew(-0.1deg);cursor:pointer;}
.sub_hd_lnb .sub_lnb2 li a img {margin-right:5px;position:relative;top:-1px;}

.sub_hd_lnb .sub_lnb {float:right;overflow:hidden;position:relative;top:10px;}
.sub_hd_lnb .sub_lnb li {float:left;margin-right:4px;font-family:"Malgun Gothic", sans-serif;}
.sub_hd_lnb .sub_lnb li:last-child {margin-right:0;}
.sub_hd_lnb .sub_lnb li a {    border-radius: 10px;display:block;font-size:12px;/*line-height:22px;*/color:#222;cursor:pointer;/*border:1px solid #939393;*/ /*width:60px;*/ ;padding:2px 4px;height:24px;text-align:center;}

.sub_hd_lnb .sub_lnb li span {
    border-radius: 10px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    cursor: pointer;
    /* border: 1px solid #939393; */
    /* width: 60px; */
    padding: 2px 4px;
    height: 24px;
    text-align: center;
}


.sub_special_ul {
    margin-left: 0;
}
.sub_special_ul li:nth-of-type(4n+1) {
    overflow: hidden;	
	border-radius: 10px !important;
    width: 343px;
    clear: both; /* 홀수 항목은 새로운 줄에서 시작 */
}	

.sub_special_ul li:hover{}

.sub_special_ul .image {
	overflow: hidden;
    position: relative;
    height: 150px;
	width: 343px;
}

.sub_special_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.sub_spc_info{
padding:20px;
background: #fff;
overflow: hidden;
}

.sub_spc_img img {
	height: 157px;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}

.sub_spc_txt01 {font-weight:500;padding:5px 0;}
.sub_spc_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.sub_spc_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.sub_spc_div1 p {float:left;font-weight:600;}
.sub_spc_div1 p:last-child {float:right;padding-right:1px;}
.sub_spc_div2 {overflow:hidden;}
.sub_spc_div2 p {float:left;font-weight:600;}
.sub_spc_div2 p:last-child {float:right;}
.sub_spc_div2 .p01 {}
.sub_spc_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.sub_spc_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.sub_spc_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.sub_spc_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.sub_spc_div3 span:last-child {margin-right:0;}
.sub_spc_ban {position:absolute;top:0;right:0;}

.basic {}
.basic h2 {/*font-size:16px;*/color:#333;margin-bottom:15px;} 
.basic h2 span {margin:0;}

.basic_box2 {
	width:100%;float:none; 
	background:#fff;
	width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.basic_tb {width:100%;border-collapse:collapse;font-weight:600;color:#333;text-align:center;}
#board_all .basic_tb {}

.basic_tb th {background:#f5f5f5;padding:8px 3px;border-top:2px solid #d50b5c;border-bottom:1px solid #dbdbdb;}
.basic_tb td {height:120px; padding:20px 20px;border-bottom:1px solid #dbdbdb;}

.basic_tb_main  tr td:nth-child(1) {min-width:60px;word-break: keep-all;}
.basic_tb_main  tr td:nth-child(2) {min-width:60px;word-break: keep-all;}
.basic_tb_main  tr td:nth-child(4) {max-width:60px;word-break: keep-all;}
.basic_tb_main  tr td:nth-child(5) {min-width:60px;word-break: keep-all;}

.basic_tb_sub tr td:nth-child(1) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(2) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(3) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(5) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(6) {max-width:150px;word-break: keep-all;}

.basic_tb tr:hover{}
.basic_tb td img {width:10px;}
.basic_tb td .device_chk img {width:auto;margin-left:5px;}
.basic_tb .cont_td {text-align:left;padding-left:5px;}
.basic_info01 {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;display:inline-block;}
#search .basic_info01 {max-width:500px;}
.basic_info02 {margin-top:6px;overflow:hidden;}
.basic_info02 strong {font-weight:800;}
.basic_info02_lt {float:left;}
.basic_info02_rt {float:right;}
.basic_tb td .basic_info02_rt img {width:auto;height:13px;position:relative;top:2px;}
.basic_period {text-align: center;width:55px;color: #eb2ea6;background: #fbfbfb;border-radius: 3px;border: 1px solid #eb2ea6;margin:6px auto 0;}


.basic2 .basic_info01 {text-overflow:inherit;white-space:normal;line-height:20px;}
.basic_tb td .basic2_icon img {width:auto;position:relative;top:-1px;}

.basic2_subject {
display:inline;
vertical-align:middle;
font-weight:500; 
color: #333;
font-size: 20px;
font-weight: 700;
letter-spacing: -.8px;
text-align: left;
}

.basic2_go{
	border-radius: 4px !important;
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #393434;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.7px;
    gap: 6px;
	height:100%;
	max-height:39px;
	width:135px;
	cursor:pointer;
}

.basic2_icon {display:inline;vertical-align:middle;}
_:-ms-input-placeholder, :root .basic h2 {box-sizing:content-box;height:16px;line-height:normal;}
.basic_company {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.key_skew {height:34px;overflow:hidden;}

.pre_info{
padding:20px;
background: #fff;
overflow: hidden;
height: 140px;
}

.pre_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}


.pre_txt01 {font-weight:500;padding:5px 0;}
.pre_txt02 {overflow: hidden;font-weight:500;max-width:100%;padding:0 0 2px;}
.pre_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.pre_div1 p {float:left;font-weight:600;}
.pre_div1 p:last-child {float:right;padding-right:1px;}
.pre_div2 {overflow:hidden;}
.pre_div2 p {float:left;font-weight:600;}
.pre_div2 p:last-child {float:right;}
.pre_div2 .p01 {}
.color_span {display:inline-block;vertical-align:middle; color:#fff;padding:0 5px;border-radius:3px;margin-right:3px;font-weight:500;}
.color_ver01 {background:#eb2ea6;} /*시급*/
.color_ver02 {background:#8294f3;} /*당일*/
.color_ver03 {background:#528e58;} /*건당*/
.color_ver04 {background:#eb9d2e;} /*월급*/
.color_ver05 {background:#939393;} /*면접후협의*/
.color_ver06 {background:#9e7afa;} /*주급*/
.color_ver07 {background:#fa7a7a;} /*T/C*/
.pre_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.pre_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.pre_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.pre_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.pre_div3 span:last-child {margin-right:0;}
.pre_ban {position:absolute;top:0;right:0;}

.location_premiun_ul {}
.location_premiun_ul li {width:230px;}
.location_premiun_ul li:nth-child(4) {margin-top:10px;}
.location_premiun_ul li:nth-child(4n) {margin-right:10px;}
.location_premiun_ul li:nth-child(3n) {margin-right:0;}


#rc_view {
	background: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    overflow: hidden;
}

#rc_view_main {
	margin:50px;
}

.rc_v_subject {
font-size:33px;
line-height:33px; 
letter-spacing: -1.65px; 
font-weight:600; 
text-align:center; 
padding:30px 0px;
padding-bottom: 68px;
border-bottom: 1px solid #000;
/*margin-bottom:40px;*/
}  


.rc_v_box {margin-bottom:50px;margin-top:50px;}
.rc_v_box:last-child {margin-bottom:0;}
.rc_v_box h4 {position:relative;padding-left:40px;margin-bottom:20px;}
.rc_v_box h4 img {position:absolute;left:0;top:50%;margin-top:-10px; color:#222;}
.rc_v_box h4 strong {display:inline-block;font-size:24px;font-weight:800;}
.rc_v_box h4 strong span {color:#999;}
.rc_v_box .rc_v_hit {font-size:14px;line-height:16px;font-weight:600;position:absolute;right:3px;bottom:10px;}
.rc_v_over {overflow:hidden;padding:0px 0 50px;border-bottom:1px solid #e4e4e4;}
.rc_v_over2 {padding:15px 10px 50px;}
.rc_v_box:last-child .rc_v_over {border-bottom:0;}
.rc_v_lt {/* float:left; */width: 100%;/* padding:0 10px; */text-align:center;display: flex;}
.rc_v_lt .p01 {width:100%;height:59px;border:1px solid #e4e4e4;overflow:hidden;position:relative;}
.rc_v_lt .p01 img {width:100%;min-height:100%;}
.rc_v_lt .p02 {margin:10px 0;}
.rc_v_lt .p02 span {display:inline-block;vertical-align:middle;}
.rc_v_lt .p02 .span01 {font-size:12px;line-height:21px;font-weight:600;color:#222;margin-right:10px;}
.rc_v_lt .p02 .span02 {font-size:12px;line-height:16px;color:#eb2ea6;border:1px solid #eb2ea6;border-radius:3px;padding:2px 5px 1px;background:#fcfcfc;letter-spacing:-0.5px;}
.rc_v_lt .p03 {overflow:hidden;padding:6px 5px 5px;background:#0068b3;border-radius:3px;color:#fff;cursor:pointer;}
.rc_v_lt .p03 span {float:left;font-size:11px;}
.rc_v_lt .p03 .span01 {width:30%;line-height:23px;}
.rc_v_lt .p03 .span02 {width:70%;line-height:21px;/* border:1px solid #fff; */border-radius:3px;}
.rc_v_lt .p03 .span02 img {margin-left:5px;position:relative;}
.rc_v_lt .p04 {background:#e0132d;margin-top:0px;}
.rc_v_rt {float:right;padding:0 15px;}
.rc_v_ul_tb {}
.rc_v_ul_tb_gray {background:#f9f9f9;padding:20px;border:1px solid #e4e4e4;}
.rc_v_ul_tb li {display:table;width:100%;margin-bottom:12px;}
.rc_v_ul_tb li:last-child {margin-bottom:0;}
.rc_v_th {display:table-cell;vertical-align:top;width:130px; font-weight:600;color:#222;}
.rc_v_th2 {padding-top:4px;}
.rc_v_td {display:table-cell;vertical-align:middle; color:#222;}
.rc_v_td .red_line {color:red;border-bottom:1px solid red;}
.rc_v_td .ansim {display:inline-block;font-size:14px;line-height:14px;color:#fff;padding:6px 20px;background:#dd9dbf;border-radius:3px;letter-spacing:0;margin-top:20px;}
.rc_v_td .ansim span {color:#ff6f3f;}
_:-ms-input-placeholder, :root .rc_v_td .ansim {box-sizing:content-box;height:14px;line-height:normal;}
.rc_v_td .sns_p {margin-top:10px;}
.rc_v_td .sns_p:first-child {margin-top:0;}
.rc_v_td .sns_p img {width:26px;margin-right:5px;}
.rc_v_banner {margin-top:30px;text-align:center;}
#rc_view .color_span {position:relative;top:-1px;font-size:13px;}
_:-ms-input-placeholder, :root #rc_view .color_span {line-height:18px;}
.rc_v_key {margin-top:20px;overflow:hidden;border:1px solid #dbdbdb;height:176px;text-align:center;padding:10px;}
.rc_v_key p {float:left;width:32%;height:40px;line-height:38px;color:#333;text-align:center;border:1px solid #dbdbdb;font-size:15px;letter-spacing:-0.5px;margin-right:2%;margin-top:2%;}
.rc_v_key p.on {background:#ff6f3f;color:#fff;}
.rc_v_key p:nth-child(3n) {margin-right:0;}
.rc_v_key p:nth-child(1), .rc_v_key p:nth-child(2), .rc_v_key p:nth-child(1), .rc_v_key p:nth-child(3) {margin-top:0;}
/*.rc_v_key p:nth-child(53), .rc_v_key p:nth-child(54), .rc_v_key p:nth-child(55) {border-bottom:none;}*/
.rc_v_key_btn {}
.rc_v_key_btn p {font-size:14px;padding:7px 0 6px;background:#ededed;text-align:center;border:1px solid #dbdbdb;border-top:0;cursor:pointer;}
.rc_v_key_btn .up_key {display:none;}
.rc_v_key_btn span {font-size:11px;padding-left:9px;}
.price_span {font-weight:600;color:#ff6f3f;}
.rc_v_cont {margin-bottom:15px;}
.rc_v_gu_img {overflow:hidden;padding-top:15px;}
.rc_v_gu_img p {float:left;width:19%;margin-right:1.25%;}
.rc_v_gu_img p:last-child {margin-right:0;}
.rc_v_gu_img img {max-width:100%;}


/** 광고 **/
.promotion-apply{border-radius:5px; float:right;padding:2px 15px;border:1px solid #dbdbdb;cursor:pointer; background:#fff;}
.promotion-apply:hover{}


.recruit_frm_box {
	margin-top:50px;
	padding:45px 45px 0;
	background: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    overflow: hidden;
}

.recruit_typ {margin-bottom:40px;}
.recruit_typ h4 {position:relative;padding-left:0px;margin-bottom:10px;margin-bottom:30px;}
.recruit_typ h4 img {position:absolute;left:0;top:50%;margin-top:-10px;}
.recruit_typ h4 strong {display:inline-block;font-size:18px;font-weight:600;color:#222;}
.recruit_typ h4 span {display:inline-block;font-size:14px;font-weight:500;color:#777;margin-left:20px;}
.recruit_typ h4 b {color:#ff0000;}


.recruit_ul {
    width: 100%;
    display: table;
    border-collapse: collapse; /* 테두리 겹침 방지 */
	border-top: 1px solid #dbdbdb; /* 기본값으로 투명한 상단 테두리 추가 */
}

.recruit_ul:last-child {
	border-bottom: 1px solid #dbdbdb; /* 각 td의 하단 테두리 */
}

.recruit_th, .recruit_td {
    display: table-cell;
    padding: 10px 15px;
}

.recruit_th {
    font-weight: 500;
    letter-spacing: -.64px;
    text-align: left;
    color: #333;
    background: #f5f5f5;
    width: 190px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
}

.recruit_ul:first-child {
    border-top: 1px solid #dbdbdb; /* 기본값으로 투명한 상단 테두리 추가 */
}

.recruit_td {
    vertical-align: top;
    
}

.recruit_ul .recruit_td:first-child {
    border-top: 1px solid #dbdbdb; /* 첫 번째 td의 상단 테두리 */
}



.gu_ipt {height:50px; font-size:15px; border:1px solid #e4e4e4;padding:0 10px;background:#fff; border-radius:5px; position:relative;}
.gu_ipt2 {width:100%;}
.gu_ipt3 {margin-right:3px;background:#e4e4e4;border:1px solid #dbdbdb;}
.gu_ipt_time {width:100px;}
.gu_ipt_age {}
.gu_textarea {width:100%;height:400px;padding:10px;}
.recruit_desc {display:inline-block;font-weight:500;color:#777;margin-left:5px;vertical-align:middle;}
.recruit_desc2 {display:block;color:#777;padding:3px 0 13px;}
.recruit_desc2_2 {padding-left:10px;}
.recruit_desc_red {color:#ff0000;}
.recruit_button {display:inline-block;width:90px;height:50px;line-height:50px;text-align:center;background:#626262;font-size:14px;color:#fff;border-radius:5px;cursor:pointer;border:none;vertical-align:top;transform:skew(-0.1deg);font-family:'NanumSquare', sans-serif;margin-bottom:0px;}
.recruit_button2 {background:#ff6f3f;}
.recruit_td input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.concep {display:inline-block;position:relative;}
.concep.on::before {content:'';width:100%;height:34px;background:rgba(255,255,255,0.4);position:absolute;left:0;top:0;border-radius:5px;z-index:10;}

.radio_p {display:inline-block;}
.radio_p:first-child {margin-left:10px;}

#resume .radio_p:first-child {margin-left:0;}

#mypage .radio_p:first-child {margin-left:0;}
#mypage .time_typing_box {}
#recruit .radio_p {
margin-bottom:4px;
}

#recruit .radio_p:first-child {margin-left:0;}
.radio_p input[type="radio"] { 
content:'';
display:inline-block;
vertical-align:middle;
width:20px;height:20px;
border-radius:50%;
border:4px solid #777;
position:relative;
margin-right:0px;
top:-1px;
margin-top:4px;
}

.radio_p input[type="radio"] + label { 
margin-right:3px;


}

.radio_p input[type="radio"] + label::before {

}

.radio_p input[type="radio"] + label::after {

}
.radio_p input[type="radio"]:checked + label::after {display:block;}

.txt_span {display:inline-block;vertical-align:middle;margin:0 5px;transform:skew(-0.1deg);}
.time_typing_box {margin-top:20px;padding-right:20px;display:none;}

.limit_span {display:inline-block;
padding:0 20px;
height:45px;
background:#626262;
border-radius:25px;
line-height:45px;
}

.limit_span input[type="checkbox"] { display: none; }

.limit_span input[type="checkbox"] + label { 
display:inline-block;
vertical-align:middle;
position:relative;
cursor:pointer;
transform:skew(-0.1deg);
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
color:#fff;
}

.limit_span input[type="checkbox"] + label::before {
content:'';
display:inline-block;
vertical-align:middle;
width:16px;
height:16px;
border-radius:3px;
border:2px solid #fff;
margin-right:5px;
background:#fff;
position:relative;
top:-1.5px;
}

.limit_span input[type="checkbox"]:checked + label::before {background:#000;}

.chk_cust_ul {overflow:hidden;}
.chk_cust_ul li {float:left;text-align:center;margin-right:5px;margin-bottom:5px;}
.chk_cust_ul input[type="checkbox"] { display: none; }
.chk_cust_ul input[type="checkbox"] + label {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}

.chk_cust_ul input[type="checkbox"] + label {
display:block;
cursor:pointer;
transform:skew(-0.1deg);
color:#666;
height:50px;
line-height:50px;
border:1px solid #e4e4e4;
border-radius: 25px;
padding:0px 20px;
}

.chk_cust_ul input[type="checkbox"]:checked + label {background:#ff6f3f;border-color:#ff6f3f;color:#fff;}

.recruit_ul_box {}
.recruit_ul_box:last-child {margin-bottom:0;}

.recruit_ul_box .gu_ipt3 {width:315px;}

.recruit_ul_box .file_info {display:table;width:100%;}
.recruit_ul_box .file_info .recruit_th {padding-left:8px;}
.recruit_ul_box .file_info .recruit_th img {margin-right:5px;}

.recruit_intro {max-width:100%;display:block;}

.sns_back {width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,0.5);z-index:10000;display:none;}
.sns_pop {width:400px;height:200px;position:fixed;left:50%;top:50%;margin-left:-200px;margin-top:-100px;background:#fff;z-index:10001;text-align:center;display:none;}
.sns_pop h5 {font-size:20px;color:#222;margin-bottom:15px;}
.sns_pop p {display:inline-block;vertical-align:middle;cursor:pointer;margin-right:15px;}
.sns_pop p:last-child {margin-right:0;}
.sns_pop p img {width:60px;}
.sns_wrap1 {display:table;width:100%;height:100%;}
.sns_wrap2 {display:table-cell;vertical-align:middle;}
.sns_x {font-size:20px;line-height:20px;position:absolute;top:10px;right:5px;cursor:pointer;}
.sns_ul {display:none;}

.all_cost {padding:11px 10px 11px 28px;border:1px solid #e4e4e4;background:#ff6f3f;overflow:hidden;}
.all_cost_txt {float:left;font-size:14px;line-height:27px;color:#fff;transform:skew(-0.1deg);}
.all_cost_num {float:right;width:193px;height:27px;line-height:25px;border:1px solid #e4e4e4;border-radius:3px;background:#fff;overflow:hidden;padding:0 8px;}
.all_cost_num span {float:left;font-size:13px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.all_cost_num .span2 {float:right;}
.all_cost_num .span2 strong {padding-right:2px;}
.option_box {padding:10px 0 18px;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;overflow:hidden;}
.option_info_page {float:left;width:295px;text-align:center;}
.option_info_page img {max-width:100%;}
.option_sel {float:left;width:calc(100% - 295px);width:-webkit-calc(100% - 295px);}

.opt_box {}
.opt_tb {display:table;width:100%;color:#333;border-bottom:1px solid #e4e4e4;border-left:1px solid #e4e4e4;position:relative;}
.opt_tb .radio_p {display:block;width:100% !important;margin-left:0;line-height:20px;}
.opt_cell {display:table-cell;vertical-align:middle;padding:10px;}
.opt_th {width:350px;background:#f3f3f3;}
.opt_th p {transform:skew(-0.1deg);font-weight:600;}
.opt_th .p01 {font-size:16px;}
.opt_th .p02 {font-size:12px;line-height:18px;color:#777;margin-top:6px;word-break:keep-all;}
.opt_td {}

.opt_tb .radio_p input[type="radio"] + label {width:100%;overflow:hidden;color:#222;}
.opt_tb .radio_p input[type="radio"] + label span:last-child {float:right;}
.opt_tb .radio_p input[type="radio"] + label span:last-child strong {/*color:#ff0000;*/padding-right:2px;color:#000}

.jump_box {overflow:hidden;text-align:center;}
.jump_lt {float:left;width:15%;height:156px;padding:10px;border-right:1px solid #dfdfdf;}
.jump_lt .radio_p {display:block;margin-left:0;width:100% !important;text-align:left;}
.jump_lt .radio_p input[type="radio"] + label::after {top:4px;}
.jump_rt {float:left;width:480px;height:156px;overflow:hidden;padding:10px;}
.jump_rt p {float:left;width:20%;height:68px;text-align:left;font-size:13px;padding:14px 0 14px 8px;}
.jump_rt p label {display:block;}
.jump_rt p strong {display:block;margin-top:5px;}
.pen_box .jump_rt {padding:25px 10px;}
.pen_box .jump_rt p {width:25%;height:auto;}
.pen_span {display:inline-block;padding:3px 8px 4px;}
.pen_1 {background:#99FF00;}
.pen_2 {background:#00E926;}
.pen_3 {background:#00FFFF;}
.pen_4 {background:#D0B4FF;}
.pen_5 {background:#FF9C00;}
.pen_6 {background:#6EA1FF;}
.pen_7 {background:#FF99CC;}
.pen_8 {background:#FF3399;}
.jump_tit {padding:10px 0;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;font-size:17px;font-weight:600;/*background:#372775;*/background:#ff6f3f;color:#fff;}
.jump_ul {overflow:hidden;}

/*.jump_ul li {float:left;width:14.2857142857%;height:70px;border:1px solid #e4e4e4;border-right:0;}*/
.jump_ul li {float:left;width:12.5%;height:70px;border:1px solid #e4e4e4;border-right:0;} 
.jump_ul li:last-child {border-right:1px solid #e4e4e4;}
.jump_ul input[type="radio"] {display:none;}
.jump_ul input[type="radio"] + label {display:block;width:100%;height:100%;position:relative;z-index:2;font-size:13px;line-height:21px;color:#333;cursor:pointer;padding:13px 0;letter-spacing:-0.5px;}
.jump_ul input[type="radio"] + label::before {content:'';position:absolute;left:0;top:0;background:#fff;width:100%;height:100%;z-index:-1;}
.jump_ul input[type="radio"]:checked + label {color:#fff;}
.jump_ul input[type="radio"]:checked + label::before {background:#ff6f3f;}
.limit_p {text-align:center;font-size:14px;line-height:20px;}
.jump_span {display:block;width:100%;height:100%;line-height:70px;font-size:14px;cursor:pointer;}

.pilsu_box {position:relative;}
.pilsu_box::after {content:'';display:block;width:2px;height:100%;background:#cc3d98;position:absolute;top:0;right:0;}
.pilsu_box h5 {padding:11px 0 11px 18px;/*background:#cc3d98;*/background:#ff6f3f}
.pilsu_box h5 span {display:inline-block;transform:skew(-0.1deg);font-size:14px;line-height:20px;font-weight:600;color:#fff;}
.pilsu_box .opt_tb {border-bottom:2px solid #cc3d98;border-left:2px solid #cc3d98;}

.rc_btn {text-align:center;}
.rc_btn button {background:#ededed;border:1px solid #e4e4e4;border-radius:5px;overflow:hidden;padding:12px 25px;}
.rc_btn span {display:inline-block;font-size:14px;font-weight:600;color:#222;transform:skew(0.1deg);padding-left:32px;position:relative;background:url(../img/bankbook_ic.png) no-repeat left center;}

.mrg_rt8 {margin-right:8px;}
#resume {}
#resume .gu_ipt {width:210px;}
#resume .gu_ipt2 {width:100%;}
#resume .gu_ipt_age {}
#resume .gu_textarea {width:100%;}
.recruit_brith_td img {display:none;}
.prv_wrap {width:100%;height:156px;border:1px solid #e4e4e4;padding:10px;background:#fff;border-radius:5px;margin-bottom:6px;}
.prv_txt {width:100%;height:105px;border:1px solid #efefef;margin-bottom:12px;border-radius:3px;padding:10px;overflow-y:auto;font-size:13px;line-height:19px;word-break:keep-all;}
.privacy_chk input[type="checkbox"] { display: none; }
.privacy_chk input[type="checkbox"] + label { display:inline-block;vertical-align:middle;position:relative;cursor:pointer;font-size:14px;line-height:18px;height:18px;transform:skew(-0.1deg);color:#5e5e5e;padding-left:17px;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.privacy_chk input[type="checkbox"] + label::before {content:'';display:inline-block;vertical-align:middle;width:14px;height:14px;border-radius:3px;border:1px solid #777;margin-right:3px;position:absolute;left:0;top:50%;margin-top:-8px;}
.privacy_chk input[type="checkbox"] + label::after {content:'';display:none;width:10px;height:10px;border-radius:3px;background:#000;position:absolute;left:2px;top:3px;}
.privacy_chk input[type="checkbox"]:checked + label::after {display:block;}
.resume_btn {text-align:center;}
.resume_btn button {padding:10px 30px;font-size:14px;color:#fff;background:#ff6f3f;border:none;border-radius:5px;}

#login {text-align:center;}
.new_login {display:inline-block;padding:150px 0 130px;overflow:hidden;}
.new_login_lt {float:left;/*width:464px;*/text-align:left;}
.new_box1 {letter-spacing:-0.5px;text-align:left;     margin-bottom: 10px; }
.new_box1 h2 {display:inline-block;vertical-align:bottom;font-size:28px;line-height:28px;color:#ff6f3f; font-family: 'yg-jalnan';} 
.new_box1 h3 {display:inline-block;vertical-align:bottom;font-size:24px;line-height:24px;color:#ff6f3f; font-family: 'yg-jalnan';} 
.new_box1 p {display:inline-block;vertical-align:bottom;font-size:14px;line-height:14px;font-weight:500;color:#777;position:relative;top:-2px;border-left:1px solid #8d8d8d;margin-left:9px;padding-left:10px;}
_:-ms-input-placeholder, :root .new_box1 h2 {box-sizing:content-box;height:28px;line-height:normal;}
_:-ms-input-placeholder, :root .new_box1 h3 {box-sizing:content-box;height:24px;line-height:normal;}

.new_box2 {padding:30px 0px 20px;border-top:2px solid #e02e86;border-bottom:1px solid #e4e4e4;}
.new_box3 {
overflow:hidden;
display: flex;
align-items: stretch;
margin-bottom: 10px;
}
.new_box3_lt {float:left;width: 296px;}
.new_box3_lt .box {overflow:hidden;margin-bottom:4px;}
.new_box3_lt .box:last-child {margin-bottom:0;padding-top:7px;}
.new_box3_lt p {float:left;min-height:1px;}
.new_box3_lt .p01 {width:60px;font-size:14px;line-height:34px;color:#222;transform:skew(-0.1deg);}
.new_box3_lt .p02 {width:225px;}
.new_box3_lt .p02 input {
	width: 296px;
    height: 50px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.new_box3_lt .p02 a {display:inline-block;font-size:14px;line-height:16px;color:#777;transform:skew(-0.1deg);}
.new_box3_rt {float:right;width:118px;margin-left:10px;}
.new_box3_rt input {border:none;width:100%;height:106px;background:#e02e86;border-radius:5px;font-size:14px;transform:skew(-0.1deg);cursor:pointer;}
.new_box_btn {text-align:center;margin-top:30px;}
.new_box_btn a {display:inline-block;padding:9px 30px;border-radius:5px;font-size:14px;line-height:16px;color:#fff;background:#939393;transform:skew(-0.1deg);letter-spacing:0;}

.new_login_rt {float:left;width:216px;height:216px;padding:10px;border-top:2px solid #e02e86;border-bottom:1px solid #e4e4e4;border-left:1px dashed #dfdfdf;}
.new_login_rt img {width:100%;height:100%;}

.sub_side_lt .new_box1 {border-bottom:2px solid #e02e86;padding-bottom:10px;padding-top:5px;}
.side_lt_filter {padding-top:10px;}
.lt_filter_wrap {border:1px solid #ededed;padding:20px 12px 140px;}
.lt_filter_box {margin-bottom:25px;}
.lt_filter_box:last-child {margin-bottom:0;}
.lt_filter_box h4 {font-size:18px;font-weight:500;color:#222;margin-bottom:15px;}
.lt_filter_box h4 span {font-size:20px;font-weight:800;color:#e02e86;}
.lt_filter_ul_box {padding:18px 5px;background:#f9f9f9;border:1px solid #ededed;border-radius:5px;}
.lt_filter_ul {overflow:hidden;}
.lt_filter_ul li {float:left;width:25%;text-align:center;margin-top:18px;}
.lt_filter_ul li a {display:block;position:relative;font-size:13px;line-height:15px;color:#222;}
.lt_filter_ul_bar li a::before {content:'';display:block;width:1px;height:8px;background:#cdcdcd;position:absolute;right:0;top:50%;margin-top:-4px;}
.lt_filter_ul_bar li:last-child a::before {display:none;}

.lt_filter_ul01 li:nth-child(1), .lt_filter_ul01 li:nth-child(2), .lt_filter_ul01 li:nth-child(3), .lt_filter_ul01 li:nth-child(4) {margin-top:0;}
.lt_filter_ul01 li:nth-child(4n) a::before {display:none;}
.lt_filter_ul02 li {width:33.333%;}
.lt_filter_ul02 li:nth-child(1), .lt_filter_ul02 li:nth-child(2), .lt_filter_ul02 li:nth-child(3) {margin-top:0;}
.lt_filter_ul02 li:nth-child(3n) a::before {display:none;}
.lt_filter_ul03 {padding-left:13px;padding-right:13px;}
.lt_filter_ul03 li {float:none;width:auto;display:inline-block;vertical-align:middle;text-align:left;}
.lt_filter_ul03 li:nth-child(odd) {}
.lt_filter_ul03 li:nth-child(even) {margin-left:5px;margin-right:5px;}
.lt_filter_ul03 li:last-child {display:none;}
.lt_filter_ul03:first-child li {margin-top:0;}
.lt_filter_ul04 {padding:0 20px;}
.lt_filter_ul04 li {width:50%;text-align:left;}
.lt_filter_ul04 li:nth-child(1), .lt_filter_ul04 li:nth-child(2) {margin-top:0;}
.lt_filter_ul04 li a {display:inline-block;}

#resume_info .sch_area {

	margin-top: -40px;
    position: relative;
    align-items: center;
    width: 600px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #ffd600;
    background: #fff;
    padding: 0;
    box-sizing: border-box;	
	margin-bottom:100px;
	margin-left:50px;
	position: relative;
    display: flex;
    align-items: center;
    height: 46px;
}

#resume_info .sch_area input {
    width: calc(100% - 200px);
    border: 0;
    height: 30px;
	width: 530px;
    background: 0 0;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.9px;
    padding: 0 20px;
    margin-left: 15px;
}



#resume_info .sch_area ul li:nth-child(odd) {width:65%;}
#resume_info .sch_area ul li:nth-child(even) {width:auto;float:right;}
#resume_info .sch_area ul li:last-child {width:100%;}
#resume_info .sch_area ul li:last-child .sch_th {color:#222;}
#resume_info .sch_th {width:45px;}
#resume_info .rc_ipt2 {width:calc(100% - 48px);width:-webkit-calc(100% - 48px);}
#resume_info .rc_ipt2::placeholder {color:#222;}

.resume_h4 {font-size:34px;line-height:34px;color:#333;margin-bottom:20px;}
.resume_h4 span {color:#be1f6a;}
_:-ms-input-placeholder, :root .resume_h4 {box-sizing:content-box;height:34px;line-height:normal;}
.common_tb_box {}
.common_tb {width:100%;border-collapse:collapse;color:#333;text-align:center;}
.common_tb th {border-top:2px solid #ff6f3f;border-bottom:1px solid #e4e4e4;background:#f6f6f6;font-weight:500;padding:12px 0;}
.common_tb td {padding:14px 5px;border-bottom:1px solid #ddd;cursor:pointer;}
.common_tb td a {color:#222;cursor:pointer;}
.woman_icon {width:8px;position:relative;top:-1px;margin-right:6px;}
.pay_item_p {font-size:13px;margin-bottom:5px;}
.pay_item_p:last-child {margin-bottom:0;letter-spacing:-0.2px;}
.pay_item_p span {padding-right:5px;}
.resume_wt_btn {text-align:right;margin-top:20px;}
.resume_wt_btn .btn_b02 {height:26px;line-height:26px;}

#resume_view {padding:20px 0 50px; border-bottom:1px solid #e4e4e4;color:#222;}
.resume_tit {text-align:center;font-size:24px;line-height:34px;margin-bottom:35px;}
.resume_prf {overflow:hidden;margin-bottom:30px;}
.resume_prf:last-child {margin-bottom:0;}
.prf_lt {float:left;width:200px;height:200px;border:1px solid #e4e4e4;text-align:center;overflow:hidden;position:relative;}
/*.prf_lt img {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}*/
.prf_lt img {object-fit: contain;width: 100%;height: 100%;}
.prf_rt {float:left;width:calc(100% - 200px);width:-webkit-calc(100% - 200px);}
.prf_tb {text-align:left;width:100%;border-collapse:collapse;}
.prf_tb th {width:100px; font-weight:500; padding:12px 0; color:#888;}
.prf_tb td {padding:12px 0;color:#000;}
.prf_tb td span {font-size:30px;color:#000;}

.list_back {margin-top:35px;text-align:center;}
.list_back a {display:inline-block;padding:9px 57px;line-height:16px;font-weight:400;color:#fff;background:#333;cursor:pointer;}
.list_back button {display:inline-block;padding:9px 57px;line-height:16px;font-weight:400;color:#fff;background:#333;cursor:pointer;border:none;}
#mypage .list_back {margin-top:0;margin-bottom:30px;}

#mypage {}
.my_box1 {overflow:hidden;padding:18px 0 30px;background:#f6f6f6;text-align:center;border-top:2px solid #ff6f3f;color:#222;position:relative;}
.my_box1 input {position:absolute;width:1px;height:1px;opacity:0;}
.my_box1 h2 {line-height:16px;text-align:left;margin-bottom:20px;padding-left:35px;}
.my_box1_lt {float:left;width:240px;}
.img_load {width:148px;margin:0 auto;}
.img_load_box {width:100%;height:100px;background:#fff;border:1px solid #ddd;position:relative;overflow:hidden;}
.img_load_box img {/*position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);*/left:0;top:0;width:100%;height:100%;}
.img_load_btn {width:100%;background:#fff;padding:1px;border:1px solid #d1d1d1;border-radius:5px;margin-top:10px;cursor:pointer;}
.img_load_btn span {display:block;padding:3px 0 2px;background:#e4e4e4;}
.my_box1_rt {float:left;width:470px;}
.my_box1_rt ul {padding-top:7px;}
.my_box1_rt ul li {display:inline-block;vertical-align:top;margin-right:50px;}
.my_box1_rt ul li:last-child {margin-right:0;}
.my_box1_rt ul li .p01 {line-height:20px;margin-bottom:7px;}
.my_box1_rt ul li .p02 {width:68px;height:42px;background:#fff;text-align:center;line-height:40px;border:1px solid #e4e4e4;border-radius:5px;font-weight:600;}
.my_box1_rt ul li .p02.on {color:#ff6f3f;}
.my_box2 {margin-top:25px;}
.my_box2_ul {overflow:hidden;text-align:center;padding-bottom:10px;}
.my_box2_tab {float:left;width:24.93% ;height:50px;line-height:50px;background:#d1d1d1;font-weight:500;color:#fff;margin-right:1px;cursor:pointer;position:relative;}
.my_box2_tab:last-child {margin-right:0;}
.my_box2_tab.on {background:#7c7c7c;}
.my_box2_tab.on::before {content:'';width:10px;height:10px;border-top:9px solid #7c7c7c;border-right:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid transparent;position:absolute;top:33px;left:50%;margin-left:-5px;}

.mypage_recruit {border-bottom:5px solid #aaa;margin-bottom:20px;}
.mypage_recruit:last-child {border-bottom:0;margin-bottom:0;}
.my_box2_box {display:;}
/*.my_box2_box_0 {display:block;}*/

.my_resume .my_box2 {margin-top:0;}
.my_resume .my_box2_ul {margin-bottom:10px;}
.my_del_btn {text-align:right;margin-bottom:10px;}
.my_del_btn button {border:none;background:#ff6f3f;color:#fff;padding:7px 15px;border:none;border-radius:3px;}

#search {}
#search .basic_box {float:none;width:100%;}



#my_chat {margin-top:0;}
#my_chat .tbl_head01 thead th {border-bottom: 1px solid #e4e4e4;background: #f6f6f6;font-size: 14px;font-weight: 500;color: #222;}
#my_chat .tbl_head01 td {padding: 20px 5px;border-top: unset;border-bottom: 1px solid #ddd; font-size: 14px;color: #222;text-align:center;}
.alarm_span {font-weight:600;color:#ff6f3f;padding-left:5px;}

#board_all {}
.cs_pg_ban {width:100%;}
.cs_pg_ban .rc_v_banner {margin-top:0;}
.cs_pg_ban .rc_v_banner img {max-width:100%;}
.board_tab {margin-top:30px;}
.board_tab_ul {overflow:hidden;}
.board_tab_ul li {float:left;width:25%;text-align:center;font-size:17px;color:#666;padding-bottom:10px;border-bottom:1px solid #dbdbdb;cursor:pointer;position:relative;}
.board_tab_ul li::before {content:'';width:100%;height:2px;background:#ff6f3f;position:absolute;left:0;bottom:0;display:none;}
.board_tab_ul li.on {color:#ff6f3f;}
.board_tab_ul li.on::before {display:block;}
.board_tab_box {display:none;}
.board_1 {display:block;}
.board_tab .basic_tb th {border-top:0;}
.board_more {text-align:center;margin-top:20px;}
.board_more a {display:inline-block;font-size:13px;line-height:17px;padding:6px 10px 5px;border:1px solid #dbdbdb;border-radius:3px;color:#555;}

.board_2 .basic_tb td {text-align:left;padding-left:20px;padding-right:20px;position:relative;}
.board_night .basic_tb td {text-align:center;padding-left:0;padding-right:0;}
.cs_faq_qa {cursor:pointer;}
.cs_faq_as {overflow:hidden;height:0;}
.cs_faq_in {margin-top:20px;background:#FAFAFA;padding:15px 10px;}
.board_2 .faq_arr {position:absolute;top:7px;right:20px;transition:all 0.3s;}
.board_2 .faq_arr.up {transform: rotate(180deg) translateY(-5px);}

.board_gall {margin-top:40px;}
.board_gall h4 {font-size:15px;line-height:19px;margin-bottom:10px;}
.board_gall ul {overflow:hidden;}
.board_gall ul li {float:left;width:32%;margin:4px;border:solid 1px lightgray;}

.board_gall ul li:hover  {
    float: left;
    width: 32%;
    margin: 4px;
    border: solid 2px yellow;   
}
.board_gall ul li:nth-child(4n) {margin-right:0;}


.board_gall2 {margin-top:40px;}
.board_gall2 h4 {font-size:15px;line-height:19px;margin-bottom:10px;}
.board_gall2 ul {overflow:hidden;}
.board_gall2 ul li {float:left;width:32%;margin:4px;border:solid 1px lightgray;}

.board_gall2 ul li:hover  {
    float: left;
    width: 32%;
    margin: 4px;
    border: solid 2px purple;   
}
.board_gall2 ul li:nth-child(4n) {margin-right:0;}



.b_g_img {border:1px solid #dbdbdb;overflow:hidden;}
.b_g_img img {width:100%;height:200px;}
.b_g_txt {font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;margin-top:5px;text-align:center;}

.bo_wrt_banner {margin-bottom:30px;}
.bo_wrt_banner img {max-width:100%;}

.new_v_tb th {font-weight:400 !important;}
.new_v_tb td {font-weight:400 !important;}
.new_v_tb tr:first-child td {font-weight:600 !important;}
.new_v_tb td .hit {color:#888 !important;}
.new_v_tb td .like {color:#ff0000 !important;}



.footer-search{
  padding: 10px 20px;
  background: #f6f6f6;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 5px 5px; 
}
.footer_ipt {
  width: 150px;
  height: 26px;
  line-height: 24px;
  border-radius: 5px;
  background: #fff;
  padding: 0 10px;
  border: 1px solid #ededed;
  font-family: "Malgun Gothic", sans-serif;
  color: #222;
}
.footer-submit{
  padding:5px 10px;
  border:1px solid #a1a1a1;
  background:#f3f3f3;
}



.btn_pp{
height:50px;
}




.sub_best_ul {}

.sub_best_ul:nth-of-type(5n+1) {
    margin-left: 0;
}
.sub_best_ul li {
    overflow: hidden;	
	border-radius: 10px !important;
    width: 273px;
}	

.sub_best_ul li:hover{}

.sub_best_ul .image {
    position: relative;
    height: 120px;
}

.sub_best_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.sub_best_info{
padding:10px;
background: #fff;
overflow: hidden;
height:145px;
}

.sub_best_img img {
	height: 100%;
	max-height:125px;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}



.sub_best_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}

.sub_best_txt01 {font-weight:500;padding:5px 0;}
.sub_best_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.sub_best_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.sub_best_div1 p {float:left;font-weight:600;}
.sub_best_div1 p:last-child {float:right;padding-right:1px;}
.sub_best_div2 {overflow:hidden;}
.sub_best_div2 p {float:left;font-weight:600;}
.sub_best_div2 p:last-child {float:right;}
.sub_best_div2 .p01 {}
.sub_best_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.sub_best_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.sub_best_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.sub_best_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.sub_best_div3 span:last-child {margin-right:0;}
.sub_best_ban {position:absolute;top:0;right:0;}





.premiun_ul {}

.premiun_ul li {
    width: 32.83%; /* 두 개의 항목이 한 줄에 들어감 */
    float: left; /* 수평으로 배치 */
	margin-right:0.5%
}

.premiun_ul li:last-child {
margin-right:0%
}
	

.premiun_ul li:nth-of-type(3n + 1) {
    clear: both; /* 홀수 항목은 새로운 줄에서 시작 */
}


.premiun_ul {}

.premiun_ul:nth-of-type(3n+1) {
    margin-left: 0;
}
.premiun_ul li {
	border-radius: 10px !important;
}	

.premiun_ul .image {
    position: relative;
	width: 450px;
    height: 207px;
}



.special_ul {}

.special_ul:nth-of-type(4n+1) {
    margin-left: 0;
}
.special_ul li {
    overflow: hidden;	
	border-radius: 10px !important;
    width: 343px;
	
}	

.special_ul li:hover{}

.special_ul .image {
    position: relative;
    height: 150px;
	width: 343px;
}

.special_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.spc_info{
padding:20px;
background: #fff;
overflow: hidden;
}

.spc_img img {
	overflow: hidden;
	height: auto;
	object-fit: cover;
    object-position: center;
    width: 100%;
	max-height:153px;
    animation-play-state: paused;
}


.spc_txt01 {font-weight:500;padding:5px 0;}
.spc_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.spc_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.spc_div1 p {float:left; font-weight:600;}
.spc_div1 p:last-child {float:right;padding-right:1px;}
.spc_div2 {overflow:hidden;}
.spc_div2 p {float:left;font-weight:600;}
.spc_div2 p:last-child {float:right;}
.spc_div2 .p01 {}
.spc_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.spc_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.spc_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.spc_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.spc_div3 span:last-child {margin-right:0;}
.spc_ban {position:absolute;top:0;right:0;}


#version2 .special_ul li {width:170px;}
#version2 .special_ul li:nth-child(5n) {margin-right:10px;}
#version2 .special_ul li:nth-child(4n) {margin-right:0;}
#version2 .special_ul li:nth-child(5) {margin-top:10px;}
#version2 .spe_div1 p span {height:43px;overflow:hidden;}
#version2 .spe_div2 .p02 strong:last-child {padding-right:1px;}
#version2 .spe_div2 .p03 {padding-top:3px;}



.best_ul {overflow:hidden;}

.best_ul:nth-of-type(4n+1) {
    margin-left: 0;
}
.best_ul li {
	border:2px solid #fff;
    position: relative;
    width: 335px;
	height: 317px;
    display: inline-block;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843);
    z-index: 1;
    overflow: hidden;	
	border-radius: 10px !important;
}	

.best_ul li:hover{border:2px solid #f5d6fc;}

.best_ul .image {
    position: relative;
    height: 150px;
}

.best_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.best_info{
padding:20px;
background: #fff;
overflow: hidden;
height: 164px;
}

.best_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}



.best_info{
padding:20px;
background: #fff;
overflow: hidden;
height: 164px;
}

.best_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}

.best_txt01 {font-weight:500;padding:5px 0;}
.best_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.best_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.best_div1 p {float:left;font-weight:600;}
.best_div1 p:last-child {float:right;padding-right:1px;}
.best_div2 {overflow:hidden;}
.best_div2 p {float:left;font-weight:600;}
.best_div2 p:last-child {float:right;}
.best_div2 .p01 {}
.best_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.best_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.best_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.best_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.best_div3 span:last-child {margin-right:0;}
.best_ban {position:absolute;top:0;right:0;}



.special_ul {}

.special_ul:nth-of-type(4n+1) {
    margin-left: 0;
}
.special_ul li {
    overflow: hidden;	
	border-radius: 10px !important;
    width: 335px;
	
}	

.special_ul li:hover{}

.special_ul .image {
    position: relative;
    height: 150px;
	width: 335px;
}

.special_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.spc_info{
padding:20px;
background: #fff;
overflow: hidden;
}

.spc_img img {
	overflow: hidden;
	height: auto;
	object-fit: cover;
    object-position: center;
    width: 100%;
	max-height:153px;
    animation-play-state: paused;
	border-radius:10px 10px 0 0;
}


.spc_txt01 {font-weight:500;padding:5px 0;}
.spc_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.spc_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.spc_div1 p {float:left;font-weight:600;}
.spc_div1 p:last-child {float:right;padding-right:1px;}
.spc_div2 {overflow:hidden;}
.spc_div2 p {float:left;font-weight:600;}
.spc_div2 p:last-child {float:right;}
.spc_div2 .p01 {}
.spc_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.spc_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.spc_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.spc_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.spc_div3 span:last-child {margin-right:0;}
.spc_ban {position:absolute;top:0;right:0;}


#version2 .special_ul li {width:170px;}
#version2 .special_ul li:nth-child(5n) {margin-right:10px;}
#version2 .special_ul li:nth-child(4n) {margin-right:0;}
#version2 .special_ul li:nth-child(5) {margin-top:10px;}
#version2 .spe_div1 p span {height:43px;overflow:hidden;}
#version2 .spe_div2 .p02 strong:last-child {padding-right:1px;}
#version2 .spe_div2 .p03 {padding-top:3px;}


#rc_info {}
.rc_frm_box {}
.frm_h3 {font-size:20px;line-height:20px;font-weight:500;color:#fff;height:45px;line-height:45px;background:#ff6f3f;position:relative;border-radius:5px 5px 0 0;text-align:center;}
.sch_area {}
.sch_area ul {overflow:hidden;}
.sch_area ul li {float:left;width:65%;margin-bottom:5px;display:table;}
.sch_area ul li:nth-child(even) {float:right;width:35%;}
.sch_cell {display:table-cell;}
.sch_th {}
.sch_td {}
.rc_ipt {height:26px;line-height:24px;border-radius:5px;background:#fff;padding:0 10px;border:1px solid #ededed;font-family:"Malgun Gothic", sans-serif;color:#222;}
.sch_area select {background:url(../img/select_arr.png) #fff no-repeat 96% center;}

.sch_area ul li:last-child {width:100%;margin-bottom:0;}
.rc_ipt2 {width:567px;margin-right:5px;}
.sch_area button {width:35px;height:35px;border:none;background:url(../img/sch_btn.png) #e8186b no-repeat center center;border-radius:20px;}

.img_ban_ul {overflow:hidden;padding:30px 0 23px;}
.img_ban_ul li {float:left;width:234px;height:118px;overflow:hidden;margin-right:11px;margin-bottom:12px;}
.img_ban_ul li:nth-child(4n) {margin-right:0;}


.sub_side {overflow:hidden;}
.sub_side_lt {float:left;width:235px;}
.sub_side_rt {float:right;width:1110px;}

.sub_pink_tit_box {height:44px; position:relative; font-size:32px; margin-top:20px;}
.sub_side_lt .sub_pink_tit_box {text-align:left;padding:12px 0 0 17px;}
.sub_side_lt .sub_pink_tit_box p {display:inline-block;vertical-align:bottom;}
.sub_side_lt .en_p {font-size:18px;font-weight:800;}
.sub_side_lt .kor_p {font-size:12px;font-weight:600;transform:skew(-0.1deg);color:#fff;margin-left:4px;}
.sub_side_lt .ic_div {position:absolute;top:12px;right:17px;}

.navigation {position:relative;width:100%;height:20px;margin-bottom:10px;display:none;}
.navigation h2 {font-size:20px;line-height:20px;color:#222;display:none;}
.navigation p {position:absolute;right:2px;bottom:0;color:#222;display:none;}
.navigation p span {display:inline-block;vertical-align:middle;font-size:13px;line-height:13px;}
.navigation p span:nth-child(even) {padding:0 5px;font-size:10px;}
.navigation p img {margin-right:3px;position:relative;top:-1px;}

.page_menu {background:#f6f6f6;padding:3px 15px;border-bottom:1px solid #e4e4e4;}
.page_menu li a {display:block;padding:12px 0 10px 10px;/*border-bottom:1px solid #e4e4e4;*/position:relative;font-size:13px;line-height:16px;color:#222;}
.page_menu li:last-child a {border-bottom:0;}
.page_menu li a::before {content:'';width:2px;height:2px;background:#9a9a9a;position:absolute;left:4px;top:50%;margin-top:-2px;}
.page_menu li.active a {color:#ff6f3f;}

.bo_table_h3 {font-size:15px;color:#fff;padding:7px 0 7px 20px;background:#ff6f3f;border-radius:5px 5px 0 0;}
.sub_side_lt .outlogin_li {margin-bottom:10px;}
.page_menu2 {padding:0;background:#fff;}
.page_menu2 li a {padding:7px 0 7px 25px;cursor:pointer;}
.page_menu2 li a::before {display:none;}
.page_menu2 li.active a {color:#ff6f3f;}

.rc_link {display:block;width:100%;padding:30px 0;text-align:center;background:#cfd5e8;border-radius:5px;margin-top:13px;font-size:21px;font-weight:600;color:#222;cursor:pointer;}
.rc_link img {margin-left:12px;}

.cs_center {margin-top:14px;}
.cs_div1 {overflow:hidden;margin-bottom:6px;}
.cs_div1 .p01 {float:left;font-size:15px;line-height:19px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.cs_div1 .p02 {float:right;}
.cs_div1 .p02 a {display:block;height:19px;line-height:19px;padding:0 6px;background:#ededed;border-radius:3px;font-size:12px;font-weight:600;color:#999;transform:skew(-0.1deg);}
.cs_div2 {border:1px solid #e4e4e4;border-radius:5px;text-align:center;padding:20px 17px 10px;}
.cs_div2 .p01 {font-size:37px;line-height:37px;font-weight:800;color:#222;}
.cs_div2 .p01 span {color:#ff6f3f;}
.cs_div2 .p02 {padding:10px 0;margin-bottom:10px;border-bottom:1px solid #ededed;}
.cs_div2 .p02 span {display:inline-block;vertical-align:middle;font-size:13px;line-height:15px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.cs_div2 .p02 span:first-child {margin-right:5px;}
.cs_div2 .p02 span b {font-weight:800;}
.cs_div2 .p03 {overflow:hidden;}
.cs_div2 .p03 a {display:block;float:left;font-size:13px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.cs_div2 .p03 a:last-child {float:right;margin-right:2px;}
.cs_div2 .p03 a img {margin-right:3px;position:relative;top:-0.5px;}

.side_lt_banner {margin-top:15px;}
.side_lt_banner a {display:block;margin-bottom:10px;}
.side_lt_banner a:last-child {margin-bottom:0;}
.side_lt_banner a img {width:100%;}

.sub_side_rt .sub_pink_tit_box {line-height:44px;font-size:20px;}






.sub_title .titles {
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1400px;
    overflow: visible;
    height: 300px;
    max-width: 1920px;
    width: 100%;
    text-align: center;
    overflow: hidden;
	padding-top:70px;
	padding-left:50px;
}
.sub_title .titles .hgroup .tit {
	text-align:left;
    color: #393434;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.sub_title .titles .hgroup .h1 {
	text-align:left;
    color: #393434;
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -2.1px;
    margin-bottom: 30px;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7); /* 흰색 그림자 */
}
.sub_title .titles .hgroup .dsc {
	text-align:left;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.7px;
}

.sub_title span{
position: relative;
background: linear-gradient(to bottom, transparent 45%, #f7a6ba 45% 90%, transparent 90%);
}

.sub_title strong{
color:#be1f6a;
}


.ra_btn{
height: 24px;
font-weight: 400;
font-size:14px;
line-height: 28px;
background: #fff;
border: 1px solid #444;
color: #444;
width: 40px;
padding: 1px 4px;
border-radius: 12px;
}


}





















/*-------------------------------모바일---------------------------------------*/


@media (max-width: 599px){
.pc_view {display: none;}
.mo_view {}

.gnb_bg.show {
    display: flex;
    opacity: 1;
    height: auto;
    max-height: 500px;
}
.gnb_bg, .gnb_bg .gnb_bg_container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gnb_bg {
    left: 0;
    top: 1px;
    display: none;
    height: 0;
    max-height: 0;
    opacity: 0;
    background: #fff;
    max-width: 100%;
    z-index: 998;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    transition: max-height .15s ease-in-out;
}

.gnb_bg .gnb_bg_container {
    display: flex;
    max-width: 100%;
}
.gnb_bg, .gnb_bg .gnb_bg_container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gnb_bg .gnb_bg_container>div:first-child {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.gnb_bg.show .gnb_bg_container>div {
    opacity: 1;
}
.gnb_bg .gnb_bg_container>div {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    position: relative;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li {
    position: relative;
    text-align: left;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li::before {
    content: "";
    position: absolute;
    top: 97px;
    left: 0;
    width: 1px;
    height: 100%;
    max-height: 163px;
    background: #d9d9d9;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li small {
    position: absolute;
    top: 40px;
    left: 20px;
    color: #0085ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.7px;
}


.gnb_bg .gnb_bg_container>div:first-child>.gnb>li>ul {
    width: 180px;
    padding: 30px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li>ul>li {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.gnb_bg .gnb_bg_container>div:first-child>.gnb>li>ul>li>a {
    color: #393434;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -.8px;
}


.box-shadow{
	min-width: 100%;
    position: relative;
    padding: 10px 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
}

.box-shadow2{
	min-width: 100%;
    position: relative;
    padding: 10px 0;
    background: #f5f5f5;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
}



.sub_premiun_ul {}

.sub_premiun_ul li {
    width: 100%; /* 두 개의 항목이 한 줄에 들어감 */
    float: left; /* 수평으로 배치 */
}



.sub_premiun_ul li:nth-of-type(1n + 1) {
    clear: both; /* 홀수 항목은 새로운 줄에서 시작 */
}


.inbox {
	overflow: hidden;
    position: relative;
    display: block;
    width: auto; /* 자동으로 콘텐츠 크기에 맞게 설정 */
    z-index: 1;
    border-radius: 10px !important;
    /* 강제적으로 테두리 투명하게 설정 */
    border: 2px solid transparent !important;
    background-color: transparent; /* 배경색 투명 */
    background-clip: padding-box; /* 투명한 테두리 적용 */
    -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px rgba(0, 0, 0, .1);
    box-sizing: border-box;
	margin:5px 0px;
}

.inbox_sp {
    overflow: hidden;
    position: relative;
    display: block;
    width: calc(50% - 1%); /* 두 개의 요소가 100%를 차지하도록 계산 */
    z-index: 1;
    overflow: visible; /* 그림자가 잘리지 않도록 처리 */
    border-radius: 10px !important;
    border: 2px solid transparent !important; /* 강제적으로 테두리 투명하게 설정 */
    background-color: transparent; /* 배경색 투명 */
    background-clip: padding-box; /* 투명한 테두리 적용 */
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    float: left;
    margin-right: 2%; /* 일반적인 요소의 오른쪽 여백 */
    margin-bottom: 10px; /* 요소 간의 간격 추가 */
}

.inbox_sp:nth-child(2n) {
    margin-right: 0; /* 짝수 요소의 오른쪽 여백 제거 */
}

.inbox:hover {
    /* hover 시 투명 테두리를 색상 있는 테두리로 변경 */
}


.inbox table {
    border-collapse: separate; /* border-collapse를 separate로 설정 */
    border-spacing: 0; /* 셀 간의 간격을 없애기 위해 사용 */
    width: 100%;
    border-radius: 10px; /* 전체 테이블에 border-radius 적용 */
    overflow: hidden; /* 테두리가 반영되도록 overflow 설정 */
}

.font_jalnan{font-size:16px;}

.sub_premiun_ul .image {
	overflow: hidden;
    width: 120px;
    height: 80px;
    margin: 5px;
    border-radius: 5px;
}

.sub_premiun_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}



    .sub_pre_img img {
        width: 100%; /* 부모 요소의 너비에 맞춤 */
        height: 100%; /* 부모 요소의 높이에 맞춤 */
        object-fit: cover; /* 비율 유지하며 꽉 차게 */
    }

    /* 이미지 부모 요소에 크기를 지정 */
    .sub_pre_img {
		width: 150px;
		height: 90px;
        overflow: hidden; /* 이미지를 요소 내에서 잘라내기 위해 */		
        border-radius: 5px 0px 0px 0px;
    }
	
	
	.sub_pre_info{
	padding-left:10px;
	padding-right:10px;
	overflow: hidden;
	display:block;
	}


.sub_pre_txt01 {font-weight:500;padding:4px 0;}
    .sub_pre_txt02 {
        display: block;             /* 한 줄로 설정 */
        width: 60%;                /* 부모 요소에 맞게 설정 */
        margin-top: 0px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.5px;
        text-align: left;
        color: #333;
        white-space: nowrap;        /* 줄 바꿈 방지 */
        overflow: hidden;           /* 넘치는 텍스트 숨기기 */
        text-overflow: ellipsis;    /* 넘치는 부분에 ... 표시 */
    }
	
.sub_pre_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.sub_pre_div1 p {float:left;font-weight:600;}
.sub_pre_div1 p:last-child {float:right;padding-right:1px;}
.sub_pre_div2 {
	overflow:hidden;
    height: 40px;
    background: #f7f7f7;
    line-height: 40px;
	padding-left:10px;
	border-radius:0 0 10px 10px;
}

.sub_pre_div2_bg:hover{
    background: #f5d6fc;
}

.sub_pre_div2 span {
    color: #333;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    line-height: 20px;
    padding: 3px 10px;
	margin-right:0px;
	margin-left:0px;
}


.sub_pre_div2 p {float:left;font-weight:600;}
.sub_pre_div2 p:last-child {float:right;}
.sub_pre_div2 .p01 {}

.color_span {display:inline-block;vertical-align:middle; color:#fff;padding:0 5px;border-radius:3px;margin-right:3px;font-weight:500;}
.color_ver01 {background:#eb2ea6;} /*시급*/
.color_ver02 {background:#8294f3;} /*당일*/
.color_ver03 {background:#528e58;} /*건당*/
.color_ver04 {background:#eb9d2e;} /*월급*/
.color_ver05 {background:#939393;} /*면접후협의*/
.color_ver06 {background:#9e7afa;} /*주급*/
.color_ver07 {background:#fa7a7a;} /*T/C*/
.sub_pre_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.sub_pre_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.sub_pre_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.sub_pre_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.sub_pre_div3 span:last-child {margin-right:0;}
.sub_pre_ban {position:absolute;top:0;right:0;}



.sub_sch_box {float:right; width:90%; padding:20px 8px;}

.sub_sch_box form {display:block;overflow:hidden;}

.sub_sch_box {
    position: relative; /* 부모 요소에 relative 적용 */
}

.sub_sch_box input[type=text] {
    width: 100%; /* 너비를 100%로 */
    padding-right: 0px; /* 버튼 공간 확보 */
	padding-left: 10px; /* 버튼 공간 확보 */
    height: 32px;
    background: #fff;
    border: 1px solid #f7a6ba;
    border-radius: 25px;
    box-sizing: border-box; /* 패딩 포함한 크기 계산 */
}

.sub_sch_box button {
    position: absolute; /* 절대 위치 */
    width: 22px;
    height: 22px;
    top: 52%; /* 버튼을 가운데 정렬 */
    right: 10px;
    transform: translateY(-50%); /* Y축에서 중앙 정렬 */
    background: #f7a6ba;
    border: 1px solid #f7a6ba;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right:2px;
	color:#444;
}




.sub_top_box2 {overflow:hidden;margin-bottom:20px;padding-top:13px;}
.sub_logo_box {float:left; width:100px;}
.sub_logo_box_top {overflow:hidden; border-bottom:1px solid #ddd;}
.sub_logo {
	float:left; 
    top: 0;
    left: 0;
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
	padding:5px;
} 

.sub_logo img{
    width: 90px;
    height: 60px;
} 



.sub_banner {margin-top:13px;}
.sub_banner li {border-radius:10px;overflow:hidden;border:1px solid #efefef;}
.sub_banner li:hover {border-radius:10px;overflow:hidden;border:1px solid purple;} 
.sub_banner li img {width:100%;height:100%;}

.sub_btn_box {line-height:40px; text-align:right; bottom: 0; height: 100%; position:absolute; right:0;}

.sub_btn_box_top {
}

.sub_btn_box .kakao_p {position:relative;left:0;}
.sub_btn_box .com_tel {font-size:30px;line-height:30px;font-weight:800;color:#222;}
.sub_btn_box .com_tel span {color:#482c50;} /* bc7bec */ 
.sub_btn_box .store_time {font-size:12px;line-height:14px;color:#222;transform:skew(-0.1deg);margin-top:4px;font-weight:bold;}
.sub_btn_box .store_time span:first-child {padding-right:6px;font-weight:bold; }
.sub_btn_box .submit_btn {display:block;width:100%;height:40px;line-height:40px;color:#222;background:#fff200/*#ff6f3f*/;border-radius:3px;padding-left:70px;position:relative;font-size:18px;font-weight:600;cursor:pointer;text-align:left;}
.sub_btn_box .submit_btn:last-child {background:#fff200/*#cc3d98*/;margin-top:11px;line-height:20px;padding-top:4px;}
.sub_btn_box .submit_btn img {width:34px;position:absolute;left:25px;top:50%;margin-top:-17px;}
.sub_btn_box .submit_btn span {display:block;}
.sub_btn_box .submit_btn strong {display:block;font-size:11px;line-height:13px;margin-top:7px;color:red;}


.sch_area select {
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
appearance:none;
outline:none;
}
.sch_area select::-ms-expand {display:none}
.skew {transform:skew(-0.1deg);}

.sub_hd {width:100%; height:80px;} 

.sub_hd_lnb {height:45px;background:#fff;border-bottom:1px solid #d9d9d9;overflow:hidden;position:relative;}
.sub_hd_lnb h3 {width:101px;height:32px;position:absolute;top:10px;left:30%;margin-left:-50px;}
.sub_hd_lnb .sub_lnb2 {float:left;overflow:hidden;position:relative;top:12px;}
.sub_hd_lnb .sub_lnb2 li {float:left;margin-right:15px;}
.sub_hd_lnb .sub_lnb2 li:last-child {margin-right:2px;}
.sub_hd_lnb .sub_lnb2 li a {display:block;font-size:12px;line-height:20px;font-weight:600;color:#777;transform:skew(-0.1deg);cursor:pointer;}
.sub_hd_lnb .sub_lnb2 li a img {margin-right:5px;position:relative;top:-1px;}

.sub_hd_lnb .sub_lnb {float:right;overflow:hidden;position:relative;top:10px;}
.sub_hd_lnb .sub_lnb li {float:left;margin-right:4px;font-family:"Malgun Gothic", sans-serif;}
.sub_hd_lnb .sub_lnb li:last-child {margin-right:0;}
.sub_hd_lnb .sub_lnb li a {    border-radius: 10px;display:block;font-size:12px;/*line-height:22px;*/color:#222;cursor:pointer;/*border:1px solid #939393;*/ /*width:60px;*/ ;padding:2px 4px;height:24px;text-align:center;}

.sub_hd_lnb .sub_lnb li span {
    border-radius: 10px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    cursor: pointer;
    /* border: 1px solid #939393; */
    /* width: 60px; */
    padding: 2px 4px;
    height: 24px;
    text-align: center;
}




.sub_special_ul {}

.sub_special_ul:nth-of-type(4n+1) {
    margin-left: 0;
}
.sub_special_ul li {
    overflow: hidden;	
	border-radius: 10px !important;
    width: 335px;
}	

.sub_special_ul li:hover{}

.sub_special_ul .image {
    position: relative;
    height: 150px;
	width: 335px;
}

.sub_special_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.sub_spc_info{
padding:20px;
background: #fff;
overflow: hidden;
}

.sub_spc_img img {
	max-height: 83px;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}


.sub_spc_txt01 {font-weight:500;padding:5px 0;}
.sub_spc_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.sub_spc_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.sub_spc_div1 p {float:left;font-weight:600;}
.sub_spc_div1 p:last-child {float:right;padding-right:1px;}
.sub_spc_div2 {overflow:hidden;}
.sub_spc_div2 p {float:left;font-weight:600;}
.sub_spc_div2 p:last-child {float:right;}
.sub_spc_div2 .p01 {}
.sub_spc_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.sub_spc_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.sub_spc_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.sub_spc_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.sub_spc_div3 span:last-child {margin-right:0;}
.sub_spc_ban {position:absolute;top:0;right:0;}
.spc_div1 img {padding-left:5px;}




.basic {}
.basic h2 {/*font-size:16px;*/color:#333;margin-bottom:15px;} 
.basic h2 span {margin:0;}

.basic_box2 {
	width:100%;float:none; 
	background:#fff;
	width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.basic_tb {width:100%;
border-collapse:collapse;
font-weight:600;
color:#333;
text-align:center;
width: 100%; /* 테이블의 너비를 100%로 설정 */
table-layout: fixed; /* 테이블 레이아웃을 고정하여 너비를 균등하게 분배 */
border-collapse: collapse; /* 테두리 간격을 없애줌 */
}

#board_all .basic_tb {}

.basic_tb th {background:#f5f5f5;padding:5px 5px;border-top:2px solid #d50b5c;border-bottom:1px solid #dbdbdb;}
.basic_tb td {height:120px; padding:10px 10px;border-bottom:1px solid #dbdbdb;}

.basic_tb_main  tr td:nth-child(1) {min-width:60px;word-break: keep-all;}
.basic_tb_main  tr td:nth-child(2) {min-width:60px;word-break: keep-all;}
.basic_tb_main  tr td:nth-child(4) {max-width:60px;word-break: keep-all;}
.basic_tb_main  tr td:nth-child(5) {min-width:60px;word-break: keep-all;}

.basic_tb_sub tr td:nth-child(1) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(2) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(3) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(5) {min-width:60px;word-break: keep-all;}
.basic_tb_sub tr td:nth-child(6) {max-width:150px;word-break: keep-all;}

.basic_tb tr:hover{}
.basic_tb td .device_chk img {width:auto;margin-left:5px;}
.basic_tb .cont_td {text-align:left;padding:10px;}
.basic_info01 {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;display:inline-block;}
#search .basic_info01 {max-width:290px;}
.basic_info02 {margin-top:10px;overflow:hidden;}
.basic_info02 strong {font-weight:800;}
.basic_info02_lt {float:left;}
.basic_info02_rt {float:right;}
.basic_tb td .basic_info02_rt img {width:auto; position:relative;top:2px;}
.basic_period {text-align: center;width:55px;color: #eb2ea6;background: #fbfbfb;border-radius: 3px;border: 1px solid #eb2ea6;margin:6px auto 0;}


.basic2 .basic_info01 {text-overflow:inherit;white-space:normal;line-height:20px;}
.basic_tb td .basic2_icon img {height:13px;width:auto;position:relative;top:-1px;}

.basic2_subject {
vertical-align:middle;
font-weight:500; 
color: #333;
font-weight: 700;
letter-spacing: -.8px;
text-align: left;
margin-top:10px;
margin-right:10px;
}

.basic2_go{
	border-radius: 4px !important;
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #393434;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.7px;
    gap: 6px;
	height:100%;
	max-height:39px;
	width:135px;
	cursor:pointer;
}

.basic2_icon {display:inline;vertical-align:middle;}
_:-ms-input-placeholder, :root .basic h2 {box-sizing:content-box;height:16px;line-height:normal;}
.basic_company {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.key_skew {height:34px;overflow:hidden;}




.pre_info{
padding:20px;
background: #fff;
overflow: hidden;
height: 130px;
}

.pre_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}


.pre_txt01 {font-weight:500;padding:5px 0;}
.pre_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.pre_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.pre_div1 p {float:left;font-weight:600;}
.pre_div1 p:last-child {float:right;padding-right:1px;}
.pre_div2 {overflow:hidden;}
.pre_div2 p {float:left;font-weight:600;}
.pre_div2 p:last-child {float:right;}
.pre_div2 .p01 {}
.color_span {display:inline-block;vertical-align:middle; color:#fff;padding:0 5px;border-radius:3px;margin-right:3px;font-weight:500;}
.color_ver01 {background:#eb2ea6;} /*시급*/
.color_ver02 {background:#8294f3;} /*당일*/
.color_ver03 {background:#528e58;} /*건당*/
.color_ver04 {background:#eb9d2e;} /*월급*/
.color_ver05 {background:#939393;} /*면접후협의*/
.color_ver06 {background:#9e7afa;} /*주급*/
.color_ver07 {background:#fa7a7a;} /*T/C*/
.pre_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.pre_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.pre_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.pre_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.pre_div3 span:last-child {margin-right:0;}
.pre_ban {position:absolute;top:0;right:0;}

.location_premiun_ul {}
.location_premiun_ul li {width:230px;}
.location_premiun_ul li:nth-child(4) {margin-top:10px;}
.location_premiun_ul li:nth-child(4n) {margin-right:10px;}
.location_premiun_ul li:nth-child(3n) {margin-right:0;}


#rc_view {
	background: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    overflow: hidden;
	margin:10px;
}

#rc_view_main {
	margin:10px;
}

.rc_v_subject {
font-size:16px;
letter-spacing: -1.65px; 
font-weight:600; 
text-align:center; 
padding:10px 0px;
padding-bottom: 10px;
border-bottom: 1px solid #000;
/*margin-bottom:40px;*/.
}  


.rc_v_box {margin-bottom:10px;margin-top:10px;}
.rc_v_box:last-child {margin-bottom:0;}
.rc_v_box h4 {position:relative;padding-left:10px;margin-bottom:10px;}
.rc_v_box h4 img {display:inline-block;vertical-align:middle; width:10px; margin-top:-3px; color:#222;}
.rc_v_box h4 strong {display:inline-block; font-weight:800;}
.rc_v_box h4 strong span {color:#999;}
.rc_v_box .rc_v_hit {font-weight:600;position:absolute;right:3px;}
.rc_v_over {overflow:hidden;padding:0px 0 0px;border-bottom:1px solid #e4e4e4;}
.rc_v_over2 {padding:15px 10px 50px;}
.rc_v_box:last-child .rc_v_over {border-bottom:0;}
.rc_v_lt {/* float:left; */width: 100%;/* padding:0 10px; */text-align:center;display: flex;}
.rc_v_lt .p01 {width:100%;height:59px;border:1px solid #e4e4e4;overflow:hidden;position:relative;}
.rc_v_lt .p01 img {width:100%;min-height:100%;}
.rc_v_lt .p02 {margin:10px 0;}
.rc_v_lt .p02 span {display:inline-block;vertical-align:middle;}
.rc_v_lt .p02 .span01 {font-size:12px;line-height:21px;font-weight:600;color:#222;margin-right:10px;}
.rc_v_lt .p02 .span02 {font-size:12px;line-height:16px;color:#eb2ea6;border:1px solid #eb2ea6;border-radius:3px;padding:2px 5px 1px;background:#fcfcfc;letter-spacing:-0.5px;}
.rc_v_lt .p03 {overflow:hidden;padding:6px 5px 5px;background:#0068b3;border-radius:3px;color:#fff;cursor:pointer;}
.rc_v_lt .p03 span {float:left;font-size:11px;}
.rc_v_lt .p03 .span01 {width:30%;line-height:23px;}
.rc_v_lt .p03 .span02 {width:70%;line-height:21px;/* border:1px solid #fff; */border-radius:3px;}
.rc_v_lt .p03 .span02 img {margin-left:5px;position:relative;}
.rc_v_lt .p04 {background:#e0132d;margin-top:0px;}
.rc_v_rt {float:right;padding:0 15px;}
.rc_v_ul_tb {}
.rc_v_ul_tb_gray {background:#f9f9f9;padding:20px;border:1px solid #e4e4e4;}
.rc_v_ul_tb li {display:table;width:100%;margin-bottom:12px;}
.rc_v_ul_tb li:last-child {margin-bottom:0;}
.rc_v_th {display:table-cell;vertical-align:top;width:80px; font-weight:600;color:#222;}
.rc_v_th2 {padding-top:4px;}
.rc_v_td {display:table-cell;vertical-align:middle; color:#222;}
.rc_v_td .red_line {color:red;border-bottom:1px solid red;}
.rc_v_td .ansim {display:inline-block;font-size:14px;line-height:14px;color:#fff;padding:6px 20px;background:#dd9dbf;border-radius:3px;letter-spacing:0;margin-top:20px;}
.rc_v_td .ansim span {color:#ff6f3f;}
_:-ms-input-placeholder, :root .rc_v_td .ansim {box-sizing:content-box;height:14px;line-height:normal;}
.rc_v_td .sns_p {margin-top:10px;}
.rc_v_td .sns_p:first-child {margin-top:0;}
.rc_v_td .sns_p img {width:26px;margin-right:5px;}
.rc_v_banner {margin-top:30px;text-align:center;}
#rc_view .color_span {position:relative;top:-1px;font-size:13px;}
_:-ms-input-placeholder, :root #rc_view .color_span {line-height:18px;}
.rc_v_key {margin-top:20px;overflow:hidden;border:1px solid #dbdbdb;height:176px;text-align:center;padding:10px;}
.rc_v_key p {float:left;width:32%;height:40px;line-height:38px;color:#333;text-align:center;border:1px solid #dbdbdb;font-size:15px;letter-spacing:-0.5px;margin-right:2%;margin-top:2%;}
.rc_v_key p.on {background:#ff6f3f;color:#fff;}
.rc_v_key p:nth-child(3n) {margin-right:0;}
.rc_v_key p:nth-child(1), .rc_v_key p:nth-child(2), .rc_v_key p:nth-child(1), .rc_v_key p:nth-child(3) {margin-top:0;}
/*.rc_v_key p:nth-child(53), .rc_v_key p:nth-child(54), .rc_v_key p:nth-child(55) {border-bottom:none;}*/
.rc_v_key_btn {}
.rc_v_key_btn p {font-size:14px;padding:7px 0 6px;background:#ededed;text-align:center;border:1px solid #dbdbdb;border-top:0;cursor:pointer;}
.rc_v_key_btn .up_key {display:none;}
.rc_v_key_btn span {font-size:11px;padding-left:9px;}
.price_span {font-weight:600;color:#ff6f3f;}
.rc_v_cont {margin-bottom:15px;}
.rc_v_gu_img {overflow:hidden;padding-top:15px;}
.rc_v_gu_img p {float:left;width:19%;margin-right:1.25%;}
.rc_v_gu_img p:last-child {margin-right:0;}
.rc_v_gu_img img {max-width:100%;}

/** 광고 **/
.promotion-apply{border-radius:5px; font-size:16px;  float:right;padding:2px 5px;border:1px solid #dbdbdb;cursor:pointer; background:#fff;}
.promotion-apply:hover{}


.recruit_frm_box {
	margin-top:0px;
	padding:10px 10px 0;
	background: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    overflow: hidden;
}

.recruit_typ {margin-bottom:40px;}
.recruit_typ h4 {position:relative;padding-left:0px;margin-bottom:10px;margin-bottom:10px;}
.recruit_typ h4 img {display:inline-block;vertical-align:middle; width:10px; margin-top:-3px; color:#222;}
.recruit_typ h4 strong {display:inline-block;font-weight:600;color:#222;}
.recruit_typ h4 span {display:inline-block;font-weight:500;color:#777;margin-left:0px;}
.recruit_typ h4 b {color:#ff0000;}


.recruit_ul {
    width: 100%;
    display: table;
    border-collapse: collapse; /* 테두리 겹침 방지 */
	border-top: 1px solid #dbdbdb; /* 기본값으로 투명한 상단 테두리 추가 */
}

.recruit_ul:last-child {
	border-bottom: 1px solid #dbdbdb; /* 각 td의 하단 테두리 */
}

.recruit_th, .recruit_td {
    display: table-cell;
    padding: 5px 5px;
	font-size:12px;
}

.recruit_th {
    font-weight: 500;
    letter-spacing: -.64px;
    text-align: left;
    color: #333;
    background: #f5f5f5;
    width: 80px;
    vertical-align: middle;
    box-sizing: border-box;
	font-size:12px;
}

.recruit_ul:first-child {
    border-top: 1px solid #dbdbdb; /* 기본값으로 투명한 상단 테두리 추가 */
}

.recruit_td {
    vertical-align: top;
    
}

.recruit_ul .recruit_td:first-child {
    border-top: 1px solid #dbdbdb; /* 첫 번째 td의 상단 테두리 */
}




.gu_ipt {height:30px; border:1px solid #e4e4e4;padding:0 10px;background:#fff; border-radius:5px; position:relative;}
.gu_ipt2 {width:100%;}
.gu_ipt3 {margin-right:3px;background:#e4e4e4;border:1px solid #dbdbdb;}
.gu_ipt_time {width:100px;}
.gu_ipt_age {}
.gu_textarea {width:100%;height:400px;padding:10px;}
.recruit_desc {display:inline-block;font-weight:500;color:#777;margin-left:5px;vertical-align:middle;}
.recruit_desc2 {display:block;color:#777;padding:3px 0 13px;}
.recruit_desc2_2 {padding-left:10px;}
.recruit_desc_red {color:#ff0000;}
.recruit_button {display:inline-block;width:70px;height:30px;line-height:30px;text-align:center;background:#626262;font-size:12px;color:#fff;border-radius:5px;cursor:pointer;border:none;vertical-align:top;transform:skew(-0.1deg);font-family:'NanumSquare', sans-serif;margin-bottom:6px;}
.recruit_button2 {background:#ff6f3f;}
.recruit_td input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.concep {display:inline-block;position:relative;}
.concep.on::before {content:'';width:100%;height:34px;background:rgba(255,255,255,0.4);position:absolute;left:0;top:0;border-radius:5px;z-index:10;}

.radio_p {display:inline-block;}
.radio_p:first-child {margin-left:10px;}

#resume .radio_p:first-child {margin-left:0;}

#mypage .radio_p:first-child {margin-left:0;}
#mypage .time_typing_box {}
#recruit .radio_p {
margin-bottom:4px;
}

#recruit .radio_p:first-child {margin-left:0;}
.radio_p input[type="radio"] { 
content:'';
display:inline-block;
vertical-align:middle;
width:20px;height:20px;
border-radius:50%;
border:4px solid #777;
position:relative;
margin-right:0px;
top:-1px;
margin-top:4px;
}

.radio_p input[type="radio"] + label { 
margin-right:3px;


}

.radio_p input[type="radio"] + label::before {

}

.radio_p input[type="radio"] + label::after {

}
.radio_p input[type="radio"]:checked + label::after {display:block;}

.txt_span {display:inline-block;vertical-align:middle;margin:0 5px;transform:skew(-0.1deg);}
.time_typing_box {margin-top:20px;padding-right:20px;display:none;}

.limit_span {display:inline-block;
padding:0 10px;
height:28px;
background:#626262;
border-radius:5px;
line-height:28px;
}

.limit_span input[type="checkbox"] { display: none; }

.limit_span input[type="checkbox"] + label { 
display:inline-block;
vertical-align:middle;
position:relative;
cursor:pointer;
transform:skew(-0.1deg);
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
color:#fff;
}

.limit_span input[type="checkbox"] + label::before {
content:'';
display:inline-block;
vertical-align:middle;
width:16px;
height:16px;
border-radius:3px;
border:2px solid #fff;
margin-right:5px;
background:#fff;
position:relative;
top:-1.5px;
}

.limit_span input[type="checkbox"]:checked + label::before {background:#000;}

.chk_cust_ul {overflow:hidden;}
.chk_cust_ul li {float:left;text-align:center;margin-right:5px;margin-bottom:5px;}
.chk_cust_ul input[type="checkbox"] { display: none; }
.chk_cust_ul input[type="checkbox"] + label {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}

.chk_cust_ul input[type="checkbox"] + label {
display:block;
cursor:pointer;
transform:skew(-0.1deg);
color:#666;
height:32px;
line-height:30px;
border:1px solid #e4e4e4;
border-radius: 8px;
padding:0px 5px;
}

.chk_cust_ul input[type="checkbox"]:checked + label {background:#ff6f3f;border-color:#ff6f3f;color:#fff;}

.recruit_ul_box {}
.recruit_ul_box:last-child {margin-bottom:0;}

.recruit_ul_box .gu_ipt3 {width:315px;}

.recruit_ul_box .file_info {display:table;width:100%;}
.recruit_ul_box .file_info .recruit_th {padding-left:8px;}
.recruit_ul_box .file_info .recruit_th img {margin-right:5px;}

.recruit_intro {max-width:100%;display:block;}

.sns_back {width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,0.5);z-index:10000;display:none;}
.sns_pop {width:400px;height:200px;position:fixed;left:50%;top:50%;margin-left:-200px;margin-top:-100px;background:#fff;z-index:10001;text-align:center;display:none;}
.sns_pop h5 {font-size:20px;color:#222;margin-bottom:15px;}
.sns_pop p {display:inline-block;vertical-align:middle;cursor:pointer;margin-right:15px;}
.sns_pop p:last-child {margin-right:0;}
.sns_pop p img {width:60px;}
.sns_wrap1 {display:table;width:100%;height:100%;}
.sns_wrap2 {display:table-cell;vertical-align:middle;}
.sns_x {font-size:20px;line-height:20px;position:absolute;top:10px;right:5px;cursor:pointer;}
.sns_ul {display:none;}

.all_cost {padding:10px;border:1px solid #e4e4e4;background:#ff6f3f;overflow:hidden;}
.all_cost_txt {float:left;font-size:14px;line-height:27px;color:#fff;transform:skew(-0.1deg);}
.all_cost_num {float:right;width:193px;height:27px;line-height:25px;border:1px solid #e4e4e4;border-radius:3px;background:#fff;overflow:hidden;padding:0 8px;}
.all_cost_num span {float:left;font-size:13px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.all_cost_num .span2 {float:right;}
.all_cost_num .span2 strong {padding-right:2px;}

.option_box {padding:10px 0 18px;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;overflow:hidden;}
.option_info_page {width:100%;text-align:center;}
.option_info_page img {max-width:100%;}
.option_sel {}

.opt_box {}
.opt_tb {display:table;width:100%;color:#333;border-bottom:1px solid #e4e4e4;border-left:1px solid #e4e4e4;position:relative;}
.opt_tb .radio_p {display:block;width:100% !important;margin-left:0;}
.opt_cell {display:table-cell;vertical-align:middle;padding:10px;}
.opt_th {width:50%;background:#f3f3f3;}
.opt_th p {transform:skew(-0.1deg);font-weight:600;}
.opt_th .p01 {font-size:15px;}
.opt_th .p02 {font-size:11px;line-height:18px;color:#777;margin-top:6px;word-break:keep-all;}
.opt_td {}

.opt_tb .radio_p input[type="radio"] + label {width:100%;overflow:hidden;color:#222;}
.opt_tb .radio_p input[type="radio"] + label span:last-child {float:right;}
.opt_tb .radio_p input[type="radio"] + label span:last-child strong {/*color:#ff0000;*/padding-right:2px;color:#000}

.jump_box {overflow:hidden;text-align:center;}
.jump_lt {padding:10px; solid #dfdfdf;}
.jump_lt .radio_p {display:block; width:100% !important;text-align:left;}
.jump_lt .radio_p input[type="radio"] + label::after {top:4px;}

.jump_rt {padding:10px;}

.jump_rt p {float:left;width:33%;height:68px;text-align:left;font-size:13px;padding:10px;}
.jump_rt p label {display:block;}
.jump_rt p strong {display:block;margin-top:5px;}
.pen_box .jump_rt {padding:25px 10px;}
.pen_box .jump_rt p {width:25%;height:auto;}
.pen_span {display:inline-block;padding:3px 8px 4px;}
.pen_1 {background:#99FF00;}
.pen_2 {background:#00E926;}
.pen_3 {background:#00FFFF;}
.pen_4 {background:#D0B4FF;}
.pen_5 {background:#FF9C00;}
.pen_6 {background:#6EA1FF;}
.pen_7 {background:#FF99CC;}
.pen_8 {background:#FF3399;}
.jump_tit {padding:10px 0;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;font-size:15px;font-weight:600;/*background:#372775;*/background:#ff6f3f;color:#fff;}
.jump_ul {overflow:hidden;}

/*.jump_ul li {float:left;width:14.2857142857%;height:70px;border:1px solid #e4e4e4;border-right:0;}*/
.jump_ul li {float:left;width:25%;height:70px;border:1px solid #e4e4e4;border-right:0;} 
.jump_ul li:last-child {border-right:1px solid #e4e4e4;}
.jump_ul input[type="radio"] {display:none;}
.jump_ul input[type="radio"] + label {display:block;width:100%;height:100%;position:relative;z-index:2;font-size:12px;line-height:21px;color:#333;cursor:pointer;padding:13px 0;letter-spacing:-0.5px;}
.jump_ul input[type="radio"] + label::before {content:'';position:absolute;left:0;top:0;background:#fff;width:100%;height:100%;z-index:-1;}
.jump_ul input[type="radio"]:checked + label {color:#fff;}
.jump_ul input[type="radio"]:checked + label::before {background:#ff6f3f;}
.limit_p {text-align:center;font-size:14px;line-height:20px;}
.jump_span {display:block;width:100%;height:100%;line-height:70px;font-size:14px;cursor:pointer;}

.pilsu_box {position:relative;}
.pilsu_box::after {content:'';display:block;width:2px;height:100%;background:#cc3d98;position:absolute;top:0;right:0;}
.pilsu_box h5 {padding:11px 0 11px 18px;/*background:#cc3d98;*/background:#ff6f3f}
.pilsu_box h5 span {display:inline-block;transform:skew(-0.1deg);font-size:14px;line-height:20px;font-weight:600;color:#fff;}
.pilsu_box .opt_tb {border-bottom:2px solid #cc3d98;border-left:2px solid #cc3d98;}

.rc_btn {text-align:center;}
.rc_btn button {background:#ededed;border:1px solid #e4e4e4;border-radius:5px;overflow:hidden;padding:12px 25px;}
.rc_btn span {display:inline-block;font-size:14px;font-weight:600;color:#222;transform:skew(0.1deg);padding-left:32px;position:relative;background:url(../img/bankbook_ic.png) no-repeat left center;}

.mrg_rt8 {margin-right:8px;}
#resume {}
#resume .gu_ipt {width:150px;}
#resume .gu_ipt2 {width:100%;}
#resume .gu_ipt_age {}
#resume .gu_textarea {width:100%;}
.recruit_brith_td img {display:none;}
.prv_wrap {width:100%;height:156px;border:1px solid #e4e4e4;padding:10px;background:#fff;border-radius:5px;margin-bottom:6px;}
.prv_txt {width:100%;height:105px;border:1px solid #efefef;margin-bottom:12px;border-radius:3px;padding:10px;overflow-y:auto;font-size:13px;line-height:19px;word-break:keep-all;}
.privacy_chk input[type="checkbox"] { display: none; }
.privacy_chk input[type="checkbox"] + label { display:inline-block;vertical-align:middle;position:relative;cursor:pointer;font-size:12px;line-height:18px;height:18px;transform:skew(-0.1deg);color:#5e5e5e;padding-left:17px;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.privacy_chk input[type="checkbox"] + label::before {content:'';display:inline-block;vertical-align:middle;width:14px;height:14px;border-radius:3px;border:1px solid #777;margin-right:3px;position:absolute;left:0;top:50%;margin-top:-8px;}
.privacy_chk input[type="checkbox"] + label::after {content:'';display:none;width:10px;height:10px;border-radius:3px;background:#000;position:absolute;left:2px;top:3px;}
.privacy_chk input[type="checkbox"]:checked + label::after {display:block;}
.resume_btn {text-align:center;}
.resume_btn button {padding:10px 30px;font-size:14px;color:#fff;background:#ff6f3f;border:none;border-radius:5px;}

#login {text-align:center;}
.new_login {display:inline-block;padding:100px 0 100px;overflow:hidden;}
.new_login_lt {float:left;/*width:464px;*/text-align:left;}
.new_box1 {letter-spacing:-0.5px;text-align:left;     margin-bottom: 10px; }
.new_box1 h2 {display:inline-block;vertical-align:bottom;font-size:28px;line-height:28px;color:#ff6f3f; font-family: 'yg-jalnan';} 
.new_box1 h3 {display:inline-block;vertical-align:bottom;font-size:24px;line-height:24px;color:#ff6f3f; font-family: 'yg-jalnan';} 
.new_box1 p {display:inline-block;vertical-align:bottom;font-size:14px;line-height:14px;font-weight:500;color:#777;position:relative;top:-2px;border-left:1px solid #8d8d8d;margin-left:9px;padding-left:10px;}
_:-ms-input-placeholder, :root .new_box1 h2 {box-sizing:content-box;height:28px;line-height:normal;}
_:-ms-input-placeholder, :root .new_box1 h3 {box-sizing:content-box;height:24px;line-height:normal;}

.new_box2 {padding:30px 0px 20px;border-top:2px solid #e02e86;border-bottom:1px solid #e4e4e4;}
.new_box3 {
overflow:hidden;
display: flex;
align-items: stretch;
margin-bottom: 10px;
width:100%;
}
.new_box3_lt {float:left;width: 60%;}
.new_box3_lt .box {overflow:hidden;margin-bottom:4px;}
.new_box3_lt .box:last-child {margin-bottom:0;padding-top:7px;}
.new_box3_lt p {float:left;min-height:1px;}
.new_box3_lt .p01 {width:60px;font-size:14px;line-height:34px;color:#222;transform:skew(-0.1deg);}
.new_box3_lt .p02 {width:100%;}
.new_box3_lt .p02 input {
	width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.new_box3_lt .p02 a {display:inline-block;font-size:14px;line-height:16px;color:#777;transform:skew(-0.1deg);}
.new_box3_rt {float:right;width:118px;margin-left:10px;}
.new_box3_rt input {border:none;width:100%;height:106px;background:#e02e86;border-radius:5px;font-size:14px;transform:skew(-0.1deg);cursor:pointer;}
.new_box_btn {text-align:center;margin-top:30px;}
.new_box_btn a {
display:inline-block;
padding:9px 20px;
border-radius:5px;
font-size:14px;
line-height:16px;
color:#fff;
background:#939393;
transform:skew(-0.1deg);letter-spacing:0;
}

.new_login_rt {float:left;width:216px;height:216px;padding:10px;border-top:2px solid #e02e86;border-bottom:1px solid #e4e4e4;border-left:1px dashed #dfdfdf;}
.new_login_rt img {width:100%;height:100%;}

.sub_side_lt .new_box1 {border-bottom:2px solid #e02e86;padding-bottom:10px;padding-top:5px;}
.side_lt_filter {padding-top:10px;}
.lt_filter_wrap {border:1px solid #ededed;padding:20px 12px 140px;}
.lt_filter_box {margin-bottom:25px;}
.lt_filter_box:last-child {margin-bottom:0;}
.lt_filter_box h4 {font-size:18px;font-weight:500;color:#222;margin-bottom:15px;}
.lt_filter_box h4 span {font-size:20px;font-weight:800;color:#e02e86;}
.lt_filter_ul_box {padding:18px 5px;background:#f9f9f9;border:1px solid #ededed;border-radius:5px;}
.lt_filter_ul {overflow:hidden;}
.lt_filter_ul li {float:left;width:25%;text-align:center;margin-top:18px;}
.lt_filter_ul li a {display:block;position:relative;font-size:13px;line-height:15px;color:#222;}
.lt_filter_ul_bar li a::before {content:'';display:block;width:1px;height:8px;background:#cdcdcd;position:absolute;right:0;top:50%;margin-top:-4px;}
.lt_filter_ul_bar li:last-child a::before {display:none;}

.lt_filter_ul01 li:nth-child(1), .lt_filter_ul01 li:nth-child(2), .lt_filter_ul01 li:nth-child(3), .lt_filter_ul01 li:nth-child(4) {margin-top:0;}
.lt_filter_ul01 li:nth-child(4n) a::before {display:none;}
.lt_filter_ul02 li {width:33.333%;}
.lt_filter_ul02 li:nth-child(1), .lt_filter_ul02 li:nth-child(2), .lt_filter_ul02 li:nth-child(3) {margin-top:0;}
.lt_filter_ul02 li:nth-child(3n) a::before {display:none;}
.lt_filter_ul03 {padding-left:13px;padding-right:13px;}
.lt_filter_ul03 li {float:none;width:auto;display:inline-block;vertical-align:middle;text-align:left;}
.lt_filter_ul03 li:nth-child(odd) {}
.lt_filter_ul03 li:nth-child(even) {margin-left:5px;margin-right:5px;}
.lt_filter_ul03 li:last-child {display:none;}
.lt_filter_ul03:first-child li {margin-top:0;}
.lt_filter_ul04 {padding:0 20px;}
.lt_filter_ul04 li {width:50%;text-align:left;}
.lt_filter_ul04 li:nth-child(1), .lt_filter_ul04 li:nth-child(2) {margin-top:0;}
.lt_filter_ul04 li a {display:inline-block;}

#resume_info .sch_area {
    position: relative;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    margin-right: 0px;
    position: relative;
    align-items: center;
    height: 40px;
}

#resume_info .sch_area input {
    width: calc(100% - 40px);
    border: 0;
    background: 0 0;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.9px;
    padding: 0 10px;
	float:left;
	height: 40px;
}



#resume_info .sch_area ul li:nth-child(odd) {width:65%;}
#resume_info .sch_area ul li:nth-child(even) {width:auto;float:right;}
#resume_info .sch_area ul li:last-child {width:100%;}
#resume_info .sch_area ul li:last-child .sch_th {color:#222;}
#resume_info .sch_th {width:45px;}
#resume_info .rc_ipt2 {width:calc(100% - 48px);width:-webkit-calc(100% - 48px);}
#resume_info .rc_ipt2::placeholder {color:#222;}

.resume_h4 {font-size:20px;line-height:34px;color:#333;margin-bottom:10px;}
.resume_h4 span {color:#be1f6a;}
_:-ms-input-placeholder, :root .resume_h4 {box-sizing:content-box;height:34px;line-height:normal;}
.common_tb_box {}
.common_tb {width:100%;border-collapse:collapse;color:#333;text-align:center;}
.common_tb th {border-top:2px solid #ff6f3f;border-bottom:1px solid #e4e4e4;background:#f6f6f6;font-weight:500;padding:12px 0;}
.common_tb td {padding:14px 5px;border-bottom:1px solid #ddd;cursor:pointer;}
.common_tb td a {color:#222;cursor:pointer;}
.woman_icon {width:8px;position:relative;top:-1px;margin-right:6px;}
.pay_item_p {font-size:13px;margin-bottom:5px;}
.pay_item_p:last-child {margin-bottom:0;letter-spacing:-0.2px;}
.pay_item_p span {padding-right:5px;}
.resume_wt_btn {text-align:right;margin-top:20px;}
.resume_wt_btn .btn_b02 {height:26px;line-height:26px;}

#resume_view {padding:20px 0 50px; border-bottom:1px solid #e4e4e4;color:#222;}
.resume_tit {text-align:center;font-size:16px;line-height:20px;margin-bottom:35px;}
.resume_prf {overflow:hidden;margin-bottom:30px;}
.resume_prf:last-child {margin-bottom:0;}
.prf_lt {float:left;width:200px;height:200px;border:1px solid #e4e4e4;text-align:center;overflow:hidden;position:relative;}
/*.prf_lt img {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}*/
.prf_lt img {object-fit: contain;width: 100%;height: 100%;}
.prf_rt {float:left;}
.prf_tb {text-align:left;width:100%;border-collapse:collapse;}
.prf_tb th {width:100px; font-weight:500; padding:5px 0; color:#888;}
.prf_tb td {padding:5px 0;color:#000;}
.prf_tb td span {font-size:20px;color:#000;}

.list_back {margin-top:35px;text-align:center;}
.list_back a {display:inline-block;padding:9px 57px;line-height:16px;font-weight:400;color:#fff;background:#333;cursor:pointer;}
.list_back button {display:inline-block;padding:9px 57px;line-height:16px;font-weight:400;color:#fff;background:#333;cursor:pointer;border:none;}
#mypage .list_back {margin-top:0;margin-bottom:30px;}

#mypage {}
.my_box1 {overflow:hidden;padding:18px 0 30px;background:#f6f6f6;text-align:center;border-top:2px solid #ff6f3f;color:#222;position:relative;}
.my_box1 input {position:absolute;width:1px;height:1px;opacity:0;}
.my_box1 h2 {line-height:16px; margin-bottom:20px;}
.my_box1_lt {}
.img_load {width:148px;margin:0 auto;}
.img_load_box {width:100%;height:100px;background:#fff;border:1px solid #ddd;position:relative;overflow:hidden;}
.img_load_box img {/*position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);*/left:0;top:0;width:100%;height:100%;}
.img_load_btn {width:100%;background:#fff;padding:1px;border:1px solid #d1d1d1;border-radius:5px;margin-top:10px;cursor:pointer;}
.img_load_btn span {display:block;padding:3px 0 2px;background:#e4e4e4;}
.my_box1_rt {width:100%;}
.my_box1_rt ul {padding-top:10px;}
.my_box1_rt ul li {display:inline-block;vertical-align:top;margin-right:0px;}
.my_box1_rt ul li:last-child {margin-right:0;}
.my_box1_rt ul li .p01 {line-height:20px;margin-bottom:7px;}
.my_box1_rt ul li .p02 {width:68px;height:42px;background:#fff;text-align:center;line-height:40px;border:1px solid #e4e4e4;border-radius:5px;font-weight:600;}
.my_box1_rt ul li .p02.on {color:#ff6f3f;}
.my_box2 {margin-top:25px;}
.my_box2_ul {overflow:hidden;text-align:center;padding-bottom:10px;}
.my_box2_tab {float:left;width:49% ;height:50px;line-height:50px;background:#d1d1d1;font-weight:500;color:#fff;margin-right:1px; margin-bottom:1px; cursor:pointer;position:relative;}
.my_box2_tab:last-child {margin-right:0;}
.my_box2_tab.on {background:#7c7c7c;}
.my_box2_tab.on::before {content:'';width:10px;height:10px;border-top:9px solid #7c7c7c;border-right:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid transparent;position:absolute;top:33px;left:50%;margin-left:-5px;}

.mypage_recruit {border-bottom:5px solid #aaa;margin-bottom:20px;}
.mypage_recruit:last-child {border-bottom:0;margin-bottom:0;}
.my_box2_box {display:;}
/*.my_box2_box_0 {display:block;}*/

.my_resume .my_box2 {margin-top:0;}
.my_resume .my_box2_ul {margin-bottom:10px;}
.my_del_btn {text-align:right;margin-bottom:10px;}
.my_del_btn button {border:none;background:#ff6f3f;color:#fff;padding:7px 15px;border:none;border-radius:3px;}

#search {}
#search .basic_box {float:none;width:100%;}



#my_chat {margin-top:0;}
#my_chat .tbl_head01 thead th {border-bottom: 1px solid #e4e4e4;background: #f6f6f6;font-size: 14px;font-weight: 500;color: #222;}
#my_chat .tbl_head01 td {padding: 10px 5px;border-top: unset;border-bottom: 1px solid #ddd; font-size: 14px;color: #222;text-align:center;}
.alarm_span {font-weight:600;color:#ff6f3f;padding-left:5px;}

#board_all {}
.cs_pg_ban {width:100%;}
.cs_pg_ban .rc_v_banner {margin-top:0;}
.cs_pg_ban .rc_v_banner img {max-width:100%;}
.board_tab {margin-top:30px;}
.board_tab_ul {overflow:hidden;}
.board_tab_ul li {float:left;width:25%;text-align:center;font-size:17px;color:#666;padding-bottom:10px;border-bottom:1px solid #dbdbdb;cursor:pointer;position:relative;}
.board_tab_ul li::before {content:'';width:100%;height:2px;background:#ff6f3f;position:absolute;left:0;bottom:0;display:none;}
.board_tab_ul li.on {color:#ff6f3f;}
.board_tab_ul li.on::before {display:block;}
.board_tab_box {display:none;}
.board_1 {display:block;}
.board_tab .basic_tb th {border-top:0;}
.board_more {text-align:center;margin-top:20px;}
.board_more a {display:inline-block;font-size:13px;line-height:17px;padding:6px 10px 5px;border:1px solid #dbdbdb;border-radius:3px;color:#555;}

.board_2 .basic_tb td {text-align:left;padding-left:20px;padding-right:20px;position:relative;}
.board_night .basic_tb td {text-align:center;padding-left:0;padding-right:0;}
.cs_faq_qa {cursor:pointer;}
.cs_faq_as {overflow:hidden;height:0;}
.cs_faq_in {margin-top:20px;background:#FAFAFA;padding:15px 10px;}
.board_2 .faq_arr {position:absolute;top:7px;right:20px;transition:all 0.3s;}
.board_2 .faq_arr.up {transform: rotate(180deg) translateY(-5px);}

.board_gall {margin-top:40px;}
.board_gall h4 {font-size:15px;line-height:19px;margin-bottom:10px;}
.board_gall ul {overflow:hidden;}
.board_gall ul li {float:left;width:32%;margin:4px;border:solid 1px lightgray;}

.board_gall ul li:hover  {
    float: left;
    width: 32%;
    margin: 4px;
    border: solid 2px yellow;   
}
.board_gall ul li:nth-child(4n) {margin-right:0;}


.board_gall2 {margin-top:40px;}
.board_gall2 h4 {font-size:15px;line-height:19px;margin-bottom:10px;}
.board_gall2 ul {overflow:hidden;}
.board_gall2 ul li {float:left;width:32%;margin:4px;border:solid 1px lightgray;}

.board_gall2 ul li:hover  {
    float: left;
    width: 32%;
    margin: 4px;
    border: solid 2px purple;   
}
.board_gall2 ul li:nth-child(4n) {margin-right:0;}



.b_g_img {border:1px solid #dbdbdb;overflow:hidden;}
.b_g_img img {width:100%;height:200px;}
.b_g_txt {font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px;margin-top:5px;text-align:center;}

.bo_wrt_banner {margin-bottom:30px;}
.bo_wrt_banner img {max-width:100%;}

.new_v_tb th {font-weight:400 !important;}
.new_v_tb td {font-weight:400 !important;}
.new_v_tb tr:first-child td {font-weight:600 !important;}
.new_v_tb td .hit {color:#888 !important;}
.new_v_tb td .like {color:#ff0000 !important;}



.footer-search{
  padding: 10px 20px;
  background: #f6f6f6;
  border: 1px solid #dbdbdb;
  border-radius: 0 0 5px 5px; 
}
.footer_ipt {
  width: 150px;
  height: 26px;
  line-height: 24px;
  border-radius: 5px;
  background: #fff;
  padding: 0 10px;
  border: 1px solid #ededed;
  font-family: "Malgun Gothic", sans-serif;
  color: #222;
}
.footer-submit{
  padding:5px 10px;
  border:1px solid #a1a1a1;
  background:#f3f3f3;
}

.btn_pp{
height:30px;
}




.sub_best_ul {}

.sub_best_ul:nth-of-type(5n+1) {
    margin-left: 0;
}
.sub_best_ul li {
    overflow: hidden;	
	border-radius: 10px !important;
    width: 268px;
}	

.sub_best_ul li:hover{}

.sub_best_ul .image {
    position: relative;
    height: 120px;
}

.sub_best_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.sub_best_info{
padding:10px;
background: #fff;
overflow: hidden;
height:145px;
}

.sub_best_img img {
	height: 100%;
	max-height:125px;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}



.sub_best_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}

.sub_best_txt01 {font-weight:500;padding:5px 0;}
.sub_best_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.sub_best_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.sub_best_div1 p {float:left;font-weight:600;}
.sub_best_div1 p:last-child {float:right;padding-right:1px;}
.sub_best_div2 {overflow:hidden;}
.sub_best_div2 p {float:left;font-weight:600;}
.sub_best_div2 p:last-child {float:right;}
.sub_best_div2 .p01 {}
.sub_best_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.sub_best_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.sub_best_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.sub_best_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.sub_best_div3 span:last-child {margin-right:0;}
.sub_best_ban {position:absolute;top:0;right:0;}






.premiun_ul {}

.premiun_ul li {
    width: 32.5%; /* 두 개의 항목이 한 줄에 들어감 */
    float: left; /* 수평으로 배치 */
	margin-right:0.5%
}

.premiun_ul li:last-child {
margin-right:0%
}
	

.premiun_ul li:nth-of-type(3n + 1) {
    clear: both; /* 홀수 항목은 새로운 줄에서 시작 */
}


.premiun_ul {}

.premiun_ul:nth-of-type(3n+1) {
    margin-left: 0;
}
.premiun_ul li {
	border-radius: 10px !important;
}	

.premiun_ul .image {
    position: relative;
	width: 450px;
    height: 207px;
}




.best_ul {overflow:hidden;}

.best_ul:nth-of-type(4n+1) {
    margin-left: 0;
}
.best_ul li {
	border:2px solid #fff;
    position: relative;
    width: 335px;
	height: 317px;
    display: inline-block;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1019607843);
    z-index: 1;
    overflow: hidden;	
	border-radius: 10px !important;
}	

.best_ul li:hover{border:2px solid #f5d6fc;}

.best_ul .image {
    position: relative;
    height: 150px;
}

.best_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.best_info{
padding:20px;
background: #fff;
overflow: hidden;
height: 164px;
}

.best_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}



.best_info{
padding:20px;
background: #fff;
overflow: hidden;
height: 164px;
}

.best_img img {
	height: 100%;
	object-fit: cover;
    object-position: center;
    width: 100%;
    animation-play-state: paused;
}

.best_txt01 {font-weight:500;padding:5px 0;}
.best_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.best_div1 {font-weight:500;padding:2px 0 7px;overflow:hidden;}
.best_div1 p {float:left;font-weight:600;}
.best_div1 p:last-child {float:right;padding-right:1px;}
.best_div2 {overflow:hidden;}
.best_div2 p {float:left;font-weight:600;}
.best_div2 p:last-child {float:right;}
.best_div2 .p01 {}
.best_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.best_div2 .p02 {text-align:center;width:75px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.best_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.best_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.best_div3 span:last-child {margin-right:0;}
.best_ban {position:absolute;top:0;right:0;}




.special_ul {}

.special_ul:nth-of-type(4n+1) {
    margin-left: 0;
}
.special_ul li {
    overflow: hidden;	
	border-radius: 10px !important;
    width: 335px;
	
}	

.special_ul li:hover{}

.special_ul .image {
    position: relative;
    height: 150px;
	width: 335px;
}

.special_ul .image .imgs{
	overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #eee;.
	animation-play-state: running;
}

.spc_info{
padding:5px;
background: #fff;
overflow: hidden;
}

.spc_img img {
	overflow: hidden;
	height: auto;
	object-fit: cover;
    object-position: center;
    width: 100%;
	height:100px;;
	max-height:100px;
    animation-play-state: paused;
	border-radius:10px 10px 0 0;
}


.spc_txt01 {font-weight:500;padding:5px 0;}
.spc_txt02 {font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 0 2px;}
.spc_div1 {font-weight:500;padding:0px 5px;overflow:hidden;}
.spc_div1 p {float:left;font-weight:600;}
.spc_div1 p:last-child {float:right;padding-right:1px;}
.spc_div2 {overflow:hidden;}
.spc_div2 p {float:left;font-weight:600;}
.spc_div2 p:last-child {float:right;}
.spc_div2 .p01 {}
.spc_div2 .p01 strong {display:inline-block;vertical-align:middle;font-weight:800;}
.spc_div2 .p02 {text-align:center;width:50px;color:#eb2ea6;background:#fbfbfb;border-radius:3px;border:1px solid #eb2ea6;}
.spc_div3 {padding:5px 0 0;/*overflow-x:auto;*/overflow:hidden;}
.spc_div3 span {display:inline-block;vertical-align:middle;font-weight:600;margin-right:5px;}
.spc_div3 span:last-child {margin-right:0;}
.spc_ban {position:absolute;top:0;right:0;}


#version2 .special_ul li {width:170px;}
#version2 .special_ul li:nth-child(5n) {margin-right:10px;}
#version2 .special_ul li:nth-child(4n) {margin-right:0;}
#version2 .special_ul li:nth-child(5) {margin-top:10px;}
#version2 .spe_div1 p span {height:43px;overflow:hidden;}
#version2 .spe_div2 .p02 strong:last-child {padding-right:1px;}
#version2 .spe_div2 .p03 {padding-top:3px;}


#rc_info {}
.rc_frm_box {}
.frm_h3 {
font-size:20px;
line-height:20px;
font-weight:500;color:#fff;height:45px;line-height:45px;
background:#ff6f3f;position:relative;border-radius:5px 5px 0 0;
text-align:center;
}


.sch_area {}
.sch_area ul {overflow:hidden;}
.sch_area ul li {float:left;width:100%;margin-bottom:5px;display:table;}
.sch_area ul li:nth-child(even) {float:right;width:35%;}
.sch_cell {display:table-cell;}
.sch_th {}
.sch_td {}
.rc_ipt {
height:26px;
line-height:24px;
border-radius:5px;
background:#fff;
padding:0 10px;
border:1px solid #ededed;
font-family:"Malgun Gothic", sans-serif;
color:#222;
}
.sch_area select {background:url(../img/select_arr.png) #fff no-repeat 96% center;}

.sch_area ul li:last-child {width:100%;margin-bottom:0;}
.rc_ipt2 {width:100%;margin-right:5px;}
.sch_area button {width:30px;height:30px;border:none;background:url(../img/sch_btn.png) #e8186b no-repeat center center;border-radius:5px;}

.img_ban_ul {overflow:hidden;padding:30px 0 23px;}
.img_ban_ul li {float:left;width:100%;height:50px;overflow:hidden;margin-right:11px;margin-bottom:12px;}
.img_ban_ul li:nth-child(4n) {margin-right:0;}


.sub_side {overflow:hidden;}
.sub_side_lt {float:left;width:235px;}
.sub_side_rt {float:right;width:1110px;}

.sub_pink_tit_box {height:0px; position:relative; font-size:32px; margin-top:20px;}
.sub_side_lt .sub_pink_tit_box {text-align:left;padding:12px 0 0 17px;}
.sub_side_lt .sub_pink_tit_box p {display:inline-block;vertical-align:bottom;}
.sub_side_lt .en_p {font-size:18px;font-weight:800;}
.sub_side_lt .kor_p {font-size:12px;font-weight:600;transform:skew(-0.1deg);color:#fff;margin-left:4px;}
.sub_side_lt .ic_div {position:absolute;top:12px;right:17px;}

.navigation {position:relative;width:100%;height:20px;margin-bottom:10px;display:none;}
.navigation h2 {font-size:20px;line-height:20px;color:#222;display:none;}
.navigation p {position:absolute;right:2px;bottom:0;color:#222;display:none;}
.navigation p span {display:inline-block;vertical-align:middle;font-size:13px;line-height:13px;}
.navigation p span:nth-child(even) {padding:0 5px;font-size:10px;}
.navigation p img {margin-right:3px;position:relative;top:-1px;}

.page_menu {background:#f6f6f6;padding:3px 15px;border-bottom:1px solid #e4e4e4;}
.page_menu li a {display:block;padding:12px 0 10px 10px;/*border-bottom:1px solid #e4e4e4;*/position:relative;font-size:13px;line-height:16px;color:#222;}
.page_menu li:last-child a {border-bottom:0;}
.page_menu li a::before {content:'';width:2px;height:2px;background:#9a9a9a;position:absolute;left:4px;top:50%;margin-top:-2px;}
.page_menu li.active a {color:#ff6f3f;}

.bo_table_h3 {font-size:15px;color:#fff;padding:7px 0 7px 20px;background:#ff6f3f;border-radius:5px 5px 0 0;}
.sub_side_lt .outlogin_li {margin-bottom:10px;}
.page_menu2 {padding:0;background:#fff;}
.page_menu2 li a {padding:7px 0 7px 25px;cursor:pointer;}
.page_menu2 li a::before {display:none;}
.page_menu2 li.active a {color:#ff6f3f;}

.rc_link {display:block;width:100%;padding:30px 0;text-align:center;background:#cfd5e8;border-radius:5px;margin-top:13px;font-size:21px;font-weight:600;color:#222;cursor:pointer;}
.rc_link img {margin-left:12px;}

.cs_center {margin-top:14px;}
.cs_div1 {overflow:hidden;margin-bottom:6px;}
.cs_div1 .p01 {float:left;font-size:15px;line-height:19px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.cs_div1 .p02 {float:right;}
.cs_div1 .p02 a {display:block;height:19px;line-height:19px;padding:0 6px;background:#ededed;border-radius:3px;font-size:12px;font-weight:600;color:#999;transform:skew(-0.1deg);}
.cs_div2 {border:1px solid #e4e4e4;border-radius:5px;text-align:center;padding:20px 17px 10px;}
.cs_div2 .p01 {font-size:37px;line-height:37px;font-weight:800;color:#222;}
.cs_div2 .p01 span {color:#ff6f3f;}
.cs_div2 .p02 {padding:10px 0;margin-bottom:10px;border-bottom:1px solid #ededed;}
.cs_div2 .p02 span {display:inline-block;vertical-align:middle;font-size:13px;line-height:15px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.cs_div2 .p02 span:first-child {margin-right:5px;}
.cs_div2 .p02 span b {font-weight:800;}
.cs_div2 .p03 {overflow:hidden;}
.cs_div2 .p03 a {display:block;float:left;font-size:13px;font-weight:600;color:#222;transform:skew(-0.1deg);}
.cs_div2 .p03 a:last-child {float:right;margin-right:2px;}
.cs_div2 .p03 a img {margin-right:3px;position:relative;top:-0.5px;}

.side_lt_banner {margin-top:15px;}
.side_lt_banner a {display:block;margin-bottom:10px;}
.side_lt_banner a:last-child {margin-bottom:0;}
.side_lt_banner a img {width:100%;}

.sub_side_rt .sub_pink_tit_box {line-height:44px;font-size:20px;}



.main_icon_table td{
width:20%;
text-align:center;
font-size:11px;
}
.main_icon_table td svg{
width:70%;
text-align:center;
font-size:11px;
}

.lc_box {
	float:left;
    padding: 10px;
    border:1px #ddd solid;
    border-radius: 5px;
    background-color: #955ba5;
	color:#fff;
	font-weight:bold;
	width:48%;
	margin-left:1%;
	font-size:13px;
}


.lc_box_re {
	float:left;
    padding: 10px;
    border:1px #ddd solid;
    border-radius: 5px;
    background-color: #955ba5;
	color:#fff;
	font-weight:bold;
	width:49.5%;
	margin-right:1%;
	font-size:13px;
}

.lc_box_re:last-child {
	margin-right:0%;
}




.sub_title .titles {
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: visible;
    height: 160px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
	padding-top:20px;
	padding-left:10px;
}
.sub_title .titles .hgroup .tit {
	text-align:left;
    color: #393434;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.sub_title .titles .hgroup .h1 {
	text-align:left;
    color: #393434;
    font-size: 16px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -2.1px;
    margin-bottom: 10px;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7); /* 흰색 그림자 */
}
.sub_title .titles .hgroup .dsc {
	text-align:left;
    color: #999;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -1.5px;
}

.sub_title span{
position: relative;
background: linear-gradient(to bottom, transparent 45%, #f7a6ba 45% 90%, transparent 90%);
}

.sub_title strong{
color:#be1f6a;
}

.ra_btn{
height: 20px;
font-weight: 400;
font-size:11px;
line-height: 21px;
background: #fff;
border: 1px solid #444;
color: #444;
width: 40px;
padding: 1px 4px;
border-radius: 12px;
}


}






/*-------------------------------모바일 end---------------------------------------*/












/*.sub_hd_lnb .sub_lnb li:first-child {margin-right:20px;}*/
/*.sub_hd_lnb .sub_lnb li:first-child a{color:#ff6f3f;border:none;line-height:24px;width:auto;}*/

.btn-menu-toggle {
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 3L3 15' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 3L15 15' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
}
.btn-menu-toggle {
    font-size: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.99634 9.00049H15.9963' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.99634 3.00049H15.9963' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.99634 15.0005H15.9963' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}


.sub_gnb {
    position: relative;
    /*margin-left: 58px;*/
    padding-left: 0;
}


.sub_hd_gnb {height:50px; border-top: 1px solid #dedede; border-bottom: solid 1px #f685a1;}

.sub_gnb {position:relative;}

.sub_gnb li {
	float: left;
    position: relative;
    height: 61px;
    line-height: 51px;
    width: 120px;
	text-align:center;
}  

.sub_gnb>li:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 0;
    margin-top: 19px;
    background: #dbdbdb;
}

.sub_gnb li:last-child {margin-right:0;}
.sub_gnb li a {display:block;font-size:18px;line-height:47px;font-weight:600;color:#fff;cursor:pointer;position:relative;}

.depth2_a {padding-right:0 30px; display: block;}


.sub_depth2 {
	position: absolute;
	display: block;
	left: 0;
	top: 61px;
	width: 214px;
	z-index: 999999;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #fff;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1));
	text-align: left;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	margin-left:-30px;
}

.sub_depth2.show {
	opacity: 1;
	visibility: visible;
}



.sub_depth2 p {
	border-top:0;
	border-bottom:0
	padding-left: 20px;	
    height: 36px;
    display: flex;
    align-items: center;	
}

.sub_depth2 a {width:100%; display:inline-block;font-size:16px !important; line-height:17px !important;background:#fff;padding:10px 15px;color:#333 !important;}
_:-ms-input-placeholder, :root .sub_depth2 a {padding:6px 7px 5px;}
.sub_depth2 p:hover {border-color:#f0f0f0;}
.sub_depth2 p:hover a {background:#f0f0f0; color:##433434; !important;} 
.sub_gnb li:hover .sub_depth2 {display:block;} 









.rc_click_box {overflow:hidden;border:1px solid #dbdbdb;}
.rc_click_cate {float:left;width:25%;height:171px;text-align:center;}
.rc_click_cate h3 {font-size:17px;line-height:19px;font-weight:600;color:#222;height:45px;line-height:45px;background:#fff;position:relative;}
.rc_click_cate1 h3, .rc_click_cate3 h3 {background:#F6F6F6;}
.rc_click_cate2 h3::before {content:'';width:1px;height:16px;background:#fff;position:absolute;left:0;top:50%;margin-top:-8px;}
.rc_click_cate2 h3::after {content:'';width:1px;height:16px;background:#fff;position:absolute;right:0;top:50%;margin-top:-8px;}
.rc_click_cate3 {width:30%;}
.rc_click_cate4 {width:20%;}
.rc_click_cate_wrap {background:#f6f6f6;}

.rc_click_cate1 .rc_click_cate_wrap {border-right:0;} 
.rc_click_cate2 .rc_click_cate_wrap {background:#fff;border-left:0;border-right:0;} 
.rc_click_cate3 .rc_click_cate_wrap {border-left:0;} 

.rc_click_cate4 .rc_click_cate_wrap {background:#fff;border-left:0;}
.rc_click_cate4_top {width:100%;height:85px;overflow:hidden;position:relative;}
.rc_click_cate4_top img {width:100%;height:100%;}
.rc_click_cate4_bot {width:100%;height:calc(100% - 85px);height:-webkit-calc(100% - 85px);}
.rc_click_cate4 h3 {height:27px;line-height:27px;font-size:13px;text-align:center;padding-left:10px;margin-top:5px;}

.rc_click_cate ul {height:142px;overflow:hidden;display:inline-block;}

.rc_click_cate_versub1 ul li {float:left;margin-right:10px;margin-top:5px;margin-left:10px;position:relative; font-weight:bold; }  
.rc_click_cate_versub2 ul li {float:left;margin-right:10px;margin-top:5px;margin-left:10px;position:relative; font-weight:bold; }   
.rc_click_cate_versub3 ul li {float:left;margin-right:10px;margin-top:5px;margin-left:10px;position:relative; font-weight:bold; }  

 
.rc_click_cate_versub1 ul li:nth-child(6n+1) { clear:both;float:left;}
.rc_click_cate_versub1 ul li:nth-child(6n) {margin-right:0;}

.rc_click_cate_versub2 ul li:nth-child(6n+1) { clear:both;float:left;}
.rc_click_cate_versub2 ul li:nth-child(6n) {margin-right:0;} 

.rc_click_cate_versub3 ul li:nth-child(3n+1) { clear:both;float:left;}
.rc_click_cate_versub3 ul li:nth-child(3n) {margin-right:0;} 


/*.rc_click_cate_versub2 ul li:nth-child(5n+1) { clear:both;float:left;} 
.rc_click_cate_versub2 ul li:nth-child(5n) {margin-right:0;} */



.rc_click_cate_versub1 ul {padding:20px 5px;}
.rc_click_cate_versub2 ul {padding:20px 5px;}
.rc_click_cate_versub3 ul {padding:10px 5px;}


.rc_click_cate1 ul li {/*margin-top:18px;*/}

/*
.rc_click_catesub1 ul li:nth-child(1), .rc_click_cate1 ul li:nth-child(2), .rc_click_cate1 ul li:nth-child(3), .rc_click_cate1 ul li:nth-child(4), .rc_click_cate1 ul li:nth-child(5), .rc_click_cate1 ul li:nth-child(6) {margin-top:0;}
.rc_click_catesub2 ul li:nth-child(1), .rc_click_cate1 ul li:nth-child(2), .rc_click_cate1 ul li:nth-child(3), .rc_click_cate1 ul li:nth-child(4), .rc_click_cate1 ul li:nth-child(5), .rc_click_cate1 ul li:nth-child(6) ul li:nth-child(7) ul li:nth-child(8) ul li:nth-child(9) ul li:nth-child(10){margin-top:0;}
*/

.rc_click_cate2 ul {padding:36px 0;}
.rc_click_cate2 ul li {margin-right:0;width:48px;margin-top:23px;}
.rc_click_cate2 ul li:nth-child(1), .rc_click_cate2 ul li:nth-child(2), .rc_click_cate2 ul li:nth-child(3), .rc_click_cate2 ul li:nth-child(4), .rc_click_cate2 ul li:nth-child(5) {margin-top:0;}
.rc_click_cate2 ul li:nth-child(8) {width:96px;}

.rc_click_cate3 ul {width:100%;}
.rc_click_cate3 ul li {margin-right:0;width:20%;height:33.333%;}
.rc_click_cate3 ul li img {}

.rc_click_cate ul li a {display:block;font-size:12px;line-height:16px;color:#222;transform:skew(-0.1deg);position:relative;padding-right:0px;} 
.rc_click_cate ul li a::before {content:'';width:1px;height:10px;background:#b7b7b7;position:absolute;top:3px;right:0;}
.rc_click_cate1 ul li a::before {right:-11px;}
.rc_click_cate1 ul li:nth-child(6n) a::before {display:none;}
.rc_click_cate1 ul li:last-child a::before {display:none;}
.rc_click_cate2 ul li:nth-child(5n) a::before {display:none;}
.rc_click_cate2 ul li:last-child a::before {display:none;}
.rc_click_cate3 ul li a {font-size:11px;font-weight:600;height:100%;padding:4px 0;}
.rc_click_cate3 ul li a::before {display:none;}
.rc_click_cate3 ul li a p {margin-top:3px;}

.cate4_notice {padding:6px 10px;width:100%;height:auto !important;}
.cate4_notice li {float:none !important;width:100% !important;overflow:hidden;margin-right:0 !important;}
.cate4_notice li:last-child {margin-bottom:0;}
.cate4_notice p {line-height:15px;}
.cate4_notice .sbj {float:left;width:57%;text-align:left;font-size:13px;}
.cate4_notice .sbj a {display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cate4_notice .sbj a:hover{color:#eb9d2e}
.cate4_notice .sbj a::before {display:none !important;}
.cate4_notice .date {float:right;width:40%;text-align:right;font-size:12px;color:#666;padding-right:2px;}

.outlogin_li {background:#f6f6f6;border:1px solid #ededed;}
.outlogin_li .ol {width:100%;height:100%;padding:10px;position:relative;}
.outlogin_li #ol_id {width:137px;height:34px;border-radius:5px;border:1px solid #dd9dbf;background:#fff;margin:0;}
.outlogin_li #ol_pw {width:137px;height:34px;border-radius:5px;border:1px solid #dd9dbf;background:#fff;margin:0;margin-top:3px;font-family:"Malgun Gothic", sans-serif;}
.outlogin_li #ol_auto {display:none;}
.outlogin_li #ol_submit {position:absolute;top:0;right:0;width:68px;height:72px;background:#ff6f3f;font-weight:500;cursor:pointer;font-size:14px;border-radius:5px;} /*#ff6f3f */ 
.outlogin_li #ol_svc {margin-top:6px;}
.outlogin_li #ol_svc a {display:inline-block;vertical-align:middle;margin:0;font-size:13px;color:#333;letter-spacing:0;}
.outlogin_li #ol_svc span {display:inline-block;vertical-align:middle;margin:0 10px;font-size:13px;color:#333;}
.outlogin_li #ol_after_hd .profile_img {display:none;}
.outlogin_li #ol_after_hd {text-align:left;}
.outlogin_li #ol_after_hd strong {font-size:14px;font-weight:500;}
.outlogin_li #ol_after_hd strong {color:#222;font-weight:500;}
.outlogin_li #ol_after_hd strong b {}
.outlogin_li #ol_after_hd strong span {color:#ff6f3f;}
.new_point {padding:7px 10px;background:#dbdbdb;font-size:12px;border:1px solid #e4e4e4;border-radius:5px;color:#777;letter-spacing:0;margin:13px 0 10px;}
.new_point span {font-size:12px;color:#000;padding-left:11px;}
.new_mb_mn {text-align:center;overflow:hidden;background:#fff;border:1px solid #e4e4e4;}
.new_mb_mn a {display:block;float:left;width:33.333%;font-size:13px;font-weight:600;color:#333;position:relative;padding:4px 0;}
.new_mb_mn a:first-child {color:#ff6f3f;}
.new_mb_mn a::after {content:'';width:2px;height:13px;background:#f1f1f1;position:absolute;right:0;top:50%;margin-top:-7px;}
.new_mb_mn a:last-child::after {display:none;}

.talk {}
.talk_tit {font-size:24px;line-height:24px;color:#333;margin-bottom:25px;}
.talk_tit span {color:#d50b5c;}
.talk_ul {overflow:hidden;border-top:2px solid #c4004f;}
.talk_ul li {float:left;width:25%;height:227px;background:#fff;border:1px solid #ededed;padding:0 10px;}
.talk_ul li:nth-child(even) {border:1px solid #f5f5f5;background:#f5f5f5;}
.talk_li_tit {text-align:center;font-size:22px;font-weight:600;color:#222;margin:17px 0 23px;letter-spacing:0;}
.talk_li_tit img {margin-right:7px;}
.talk_li_tit span {color:#c4004f;}
.talk_box {margin-bottom:12px;}
.talk_box:last-child {margin-bottom:0;}
.talk_box a {display:block;color:#000;}
.talk_box .div1 {position:relative;}
.talk_box .div1 .p01 {font-size:15px;line-height:17px;font-weight:600;transform:skew(-0.1deg);width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.talk_box .div1 .p02 {font-size:13px;line-height:15px;transform:skew(-0.1deg);color:#888;position:absolute;bottom:0;right:0;letter-spacing:-0.5px;}
.talk_box .div2 {font-size:14px;line-height:16px;transform:skew(-0.1deg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;}
_:-ms-input-placeholder, :root .talk_tit {box-sizing:content-box;height:24px;line-height:normal;}

.rc_list_box {
margin-top:30px;
}
.rc_list_box h2 {margin-bottom:15px;}
.rc_list_box h2 span {display:inline-block;vertical-align:middle;font-size:34px;line-height:34px;color:#333;}
_:-ms-input-placeholder, :root .rc_list_box h2 span {box-sizing:content-box;height:16px;line-height:normal;}

