@import url(default.css);
@import url(colors.css);
@import url(layout.css);
/**************************
*
*	기능 공통적용 스타일
*
**************************/

/* --------------------------------------------
	input style
/* ------------------------------------------ */
button, input, select, textarea{font-family:'Spoqa Han Sans',sans-serif;box-sizing:border-box;color:#000;font-size:16px;border-radius:5px;}
select,textarea,input{height:50px;line-height:48px;padding:0 13px;border:1px solid #ccc;}
button[disabled],html input[disabled],textarea[disabled],select[disabled] {cursor: default;background:#f5f6f7;color:#bbb;}
input:focus,select:focus,textarea:focus{border:solid 1px #ccc;outline:none;}
textarea{line-height:1.5;padding:10px;}
select option{color:#bbb;padding:10px 0;}
.ipt{position:relative;float:left;margin-right:6px;}
.form-sm-txt{float:left;margin-right:6px;line-height:50px;vertical-align:middle;}
.form-txt-num{float:left;line-height:1.5;font-size:12px}
.ipt .gender{display:block;float:left;width:85px;height:60px;background-color:#eee;border-radius:5px 0 0 5px;font-size:37px;color:#ccc;text-align:center;}
.ipt .gender i{line-height:60px;}
/*.ipt .gender.on{background-color:#00a0e9;}*/
.ipt .gender.on{color:#fff;}
.ipt .gender#woman{border-radius:0 5px 5px 0;}

input.chkbox{display:none;}
input.chkbox + label{display:inline-block;height:33px;padding-left:43px;background:url('/images/mobile/common/icon_chkbox.png') no-repeat 0 50%;cursor:pointer;line-height:33px;font-size:16px;letter-spacing:-1px;}
input.chkbox + label.label-two{line-height:1.2;}
input.chkbox:checked + label{background:url('/images/mobile/common/icon_chkbox_on.png') no-repeat 0 50%;}
input.radiobox{display:none;}
input.radiobox + label{display:inline-block;height:33px;padding-left:43px;background:url('/images/mobile/common/icon_radio.png') no-repeat 0 50%;cursor:pointer;line-height:33px;font-size:16px;letter-spacing:-1px;}
input.radiobox:checked + label{background:url('/images/mobile/common/icon_radio_on.png') no-repeat 0 50%;}

/* --------------------------------------------
	table style
/* ------------------------------------------ */
table th{padding:10px 20px 10px;background:#fbfbfb;color:#787878;font-size:16px;letter-spacing:-0.8px;text-align:left;vertical-align:middle;line-height:24px;}
table td {padding:6px 15px;background:#fff;color:#787878;font-size:16px;letter-spacing:-0.8px;text-align:left;vertical-align:middle;}
.fair-recruit table td {line-height:1.6em}
.borderGray {border-top:1px solid #d2d2d2;border-bottom:1px solid #d2d2d2;}
table.tb-row01 tbody tr th,table.tb-row01 tbody tr td{border-bottom:solid 1px #d2d2d2;}
table.tb-row01{border-top:solid 1px #d2d2d2;}

table.tb_row04,table.tb_row04 tbody th,table.tb_row04 tbody td{border:none;background:none;text-align:left;vertical-align:top;}
table.tb_row04 tbody th,table.tb_row04 tbody td{border-bottom:solid 1px #e6e9ed;padding:20px 0;}
table.tb_row04 tbody td{color:#353738;font-size:16px;}
table.tb_row04 tbody tr:last-child th,table.tb_row04 tbody tr:last-child td{border-bottom:none;padding-bottom:0;}

table.tb-col01 thead th{padding:12px 0;border-left:solid 1px #fff;/*background-color:#00a0e9;*/color:#fff;text-align:center;}
table.tb-col01 thead th:first-child{border-left:none;}
table.tb-col01 tbody td{padding:32px 30px 31px;border-bottom:solid 1px #d2d2d2;text-align:center;}
table.tb-col01 tbody tr:hover th,table.tb-col01 tbody tr:hover td{background-color:#f2f2f2;}

table.tb-col02 thead th{padding:12px 0;background-color:#787878;color:#fff;text-align:center;}
table.tb-col02 tbody td{padding:20px 0 21px;border-bottom:solid 1px #d2d2d2;text-align:center;}
table.tb-col02 tfoot td{border-bottom:solid 1px #d2d2d2;text-align:center;}
table.tb-col02 tbody tr:hover th,table.tb-col02 tbody tr:hover td{background-color:#f2f2f2;}

table.tb-col03 thead th{text-align:center;}
table.tb-col03 tbody td{padding:20px 0 21px;border-bottom:solid 1px #d2d2d2;text-align:center;}
table.tb-col03 tfoot td{border-bottom:solid 1px #d2d2d2;text-align:center;}

table.tb-col04 thead th{padding:20px 10px 21px;background-color:#fff;border-top:solid 1px #333;border-bottom:solid 1px #d4d4d4;text-align:center;}
table.tb-col04 tbody td{padding:20px 10px 21px;border-bottom:solid 1px #d4d4d4;text-align:center;}

table.tb-col05 thead th {padding:12px 0;border-left:solid 1px #fff;background-color:#00a0e9;color:#fff;text-align:center;}
table.tb-col05 thead th:first-child{border-left:none;}
table.tb-col05 tbody th {text-align:center;background-color:transparent;border-bottom:solid 1px #d2d2d2;border-right:solid 1px #d2d2d2;}
table.tb-col05 tbody td {padding:30px;border-bottom:solid 1px #d2d2d2;text-align:left;line-height:1.8em}

/* --------------------------------------------
	button style
/* ------------------------------------------ */
/*[class^="btn2"]{display:inline-block;white-space:nowrap;cursor:pointer;}*/
.btn-wrap {padding-top:30px;text-align:center;}
.btn-wrap1 {padding-top:15px}
.btn-wrap a{margin:0 5px;}

/* 기본버튼 활성화 블루 */
.btn-ac {display:inline-block; width:200px; height:50px; line-height:50px; /*background-color:#00a0e9;*/ color:#fff; font-size:15px;text-align:center;border-radius:5px;}
.btn-ac1 {display:inline-block;width:100%;padding:6px 0;color:#fff;font-size:13px;text-align:center;border-radius:3px;background-color:#008fe9}
/* 기본버튼 비활성화 그레이 */
.btn-inac{display:inline-block; width:200px; height:50px; line-height:48px; background-color:#fff; color:#2a2a2a; font-size:15px;text-align:center;border-radius:5px;border:solid 1px #b5b5b5;}
.btn-inac:hover, .btn-inac:focus {background:#f5f5f5;}
/* 돋보기 그레이 */
.form-link-btn{display:inline-block;width:65px;height:50px;border-radius:5px;background:#787878 url(/images/mobile/common/viewer-icon.png) no-repeat center;font-size:0;}
/* 플러스 그레이 */
.form-add-btn{display:inline-block;width:50px;height:50px;border-radius:5px;background:#787878 url(/images/mobile/common/add-icon.png) no-repeat center;font-size:0;}
/* 마이너스 그레이 */
.form-minus-btn{display:inline-block;width:50px;height:50px;border-radius:5px;background:#787878 url(/images/mobile/common/minus-icon.png) no-repeat center;font-size:0;}
/* 왼쪽 플러스 남색 버튼 */
.btn-st1-ico{display:inline-block;height:50px;padding:0 30px 0 60px;line-height:50px;/*background-color:#0f2e51;*/color:#fff;font-size:15px;letter-spacing:-0.75px;border-radius:5px;}
.btn-st1-ico:before{top:12px;left:20px;background-position:-26px -45px;width:24px;height:24px;}
/* 왼쪽 엑스 남색 버튼 */
.btn-st1-ico.del:before{top:16px;left:22px;background-position:0 -84px;width:18px;height:18px;}
/* 작은 그레이 */
.btn-st2{padding:0 20px;height:40px; line-height:38px; background-color:#eee;border:solid 1px #787878;color:#787878;border-radius:5px;}
.btn-st3{display:inline-block;padding:0 20px;height:40px; line-height:40px;/*background-color:#0f2e51;*/color:#fff;border-radius:50px;}
/* 파일추가 파란 버튼 */
.btn-file-ico{display:inline-block;height:50px;padding:0 30px 0 60px;line-height:48px;background-color:#fff;border-style:solid;border:width:1px;/*border:solid 1px #00a0e9;color:#00a0e9;*/font-size:15px;letter-spacing:-0.75px;border-radius:5px;}
.btn-file-ico:before{top:17px;left:40px;background-position:-239px -84px;width:13px;height:13px;}
.btn-list{display:inline-block;width:100px;height:30px;padding-left:35px;line-height:28px;border:solid 1px #ccc;color:#787878;font-size:15px;}
.btn-list:before{background-position:-37px -180px;width:15px;height:13px;top:7px;left:10px;}
/* 다운로드 버튼 */
.btn-sample:before{top:11px;left:20px;background-position:-66px -50px;width:25px;height:24px;}
/* --------------------------------------------
	skip-navi
/* ------------------------------------------ */
.skip-navi {position:absolute; z-index:999999; width:100%; left:0; top:0; text-align:center;}
.skip-navi a {display:block; position:absolute; left:0; top:-9999px; z-index:1; width:100%; height:40px; line-height:40px; background-color:#333; color:#fff; font-size:1.31em;}
.skip-navi a:hover, .skip-navi a:focus {top:0;}

/* --------------------------------------------
	layer popup
/* ------------------------------------------ */
#dim {z-index:200;display:none;position:fixed;left:0;top:0;right:0;bottom:0;background:#000;opacity:0.5;}
#layerPopup{z-index:201;position:absolute;top:0;left:0;background:#fff;border-radius:5px;}
#layerPopup h1{height:83px;line-height:83px;color:#fff;/*background-color:#00a0e9;*/border-radius:5px 5px 0 0;font-size:26px;letter-spacing:-1.3px;font-weight:700;text-align:center;}
#layerPopup .btn-pop-clse{position:absolute;top:26px;right:30px;width:30px;height:31px;background:url(/images/mobile/common/closew_btn.png) no-repeat 0 0;font-size:0;}
#layerPopup .btn-pop-clse.bk{position:absolute;top:26px;right:30px;width:30px;height:31px;background:url(/images/mobile/common/closeb_btn.png) no-repeat 0 0;font-size:0;}
#layerPopup .pop-contents{padding:57px 50px 45px;}
#layerPopup .btn-pop-ok{height:83px;line-height:83px;background:#ddd;text-align:center;border-radius:0 0  5px 5px;}
#layerPopup .btn-pop-ok button{color:#666;font-size:20px;letter-spacing:-1px;font-weight:700;}

/* --------------------------------------------
	paging style
/* ------------------------------------------ */
.pagenate {text-align: center;}
.pagenate #paging{display:inline-block;padding-top:65px;}
.pagenate #paging span{display:inline-block;width:30px;height:30px;margin:0 4px;line-height:28px;text-align:center;font-size:14px;background-color:#f2f2f2;border:solid 1px #ccc;color:#888;cursor:pointer;}
.pagenate #paging strong{display:inline-block;width:30px;height:30px;margin:0 4px;line-height:30px;text-align:center;font-size:14px;/*background-color:#00a0e9;*/color:#fff;}
.pagenate #paging .pre{font-size:0;vertical-align:top; background:#f2f2f2 url(/images/mobile/common/pre-page-arrow.png) no-repeat center;background-size:8px 10px;}
.pagenate #paging .next{font-size:0;vertical-align:top;background:#f2f2f2 url(/images/mobile/common/next-page-arrow.png) no-repeat center;background-size:8px 10px;}

/* --------------------------------------------
	 툴팁박스
/* ------------------------------------------ */
.descri_i {position:relative;}
.descri_i img{cursor:pointer;}
.descri_i .descri_box{display:none;float:none;z-index:100000;position:absolute;top:30px;left:50%;padding:15px;/*background-color:#3da0f2;*/color:#fff;font-size:14px;line-height:1.5;border-radius:5px;text-align:left;}
.descri_i .descri_box:before{content:"";position:absolute;left:50%;top:-6px;width:0;height:0;margin-left:-6px;border-top:solid 6px none;border-left:solid 6px transparent;border-right:solid 6px transparent;border-bottom-style:solid;border-bottom-width:6px;/*border-bottom:solid 6px #3da0f2;*/}
.descri_i:hover > .descri_box{display:block !important;opacity:1;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.1s;}
.descri_i .descri_box.dbbig{margin-left:-150px;}
.descri_i .descri_box.dbwhite{background:#fff;/*color:#3da0f2;*/border:solid 1px #d7dade;}
.descri_i .descri_box.dbwhite:before{content:"";position:absolute;left:50%;top:-6px;width:0;height:0;margin-left:-6px;border-top:solid 6px none;border-left:solid 6px transparent;border-right:solid 6px transparent;border-bottom:solid 6px #fff;}
/* --------------------------------------------
	 셀렉트 추가시
/* ------------------------------------------ */
.ui_tag{clear:both;padding-top:5px;}
.ui_tag ul:after{content:"";display:block;clear:both;}
.ui_tag ul li{position:relative;float:left;height:40px;padding:13px 35px 13px 16px;margin:0 5px 5px 0;background:#d7ebfc;border-radius:5px;color:#353738;font-size:14px;}
.ui_tag ul li:hover{background:#b6dbfc}
.ui_tag ul li i{position:absolute;top:12px;right:15px;font-size:15px;cursor:pointer;/*color:#56b2fc;*/}

.ui_company{clear:both;padding-top:5px;}
.ui_company ul:after{content:"";display:block;clear:both;}
.ui_company ul li{position:relative;float:left;width:200px;height:60px;text-align:center;line-height:60px;margin:0 10px 10px 0;border:solid 1px #d7dade;background:#fff;border-radius:5px;color:#6b6e70;font-size:16px;overflow:hidden;}
.ui_company ul li img{height:60px;overflow:hidden;}
.ui_company ul li:hover:before{content:"";position:absolute;top:0;left:0;width:200px;height:60px;background:url(/images/sub/hover_company_del.png) no-repeat 0 0;cursor:pointer;}
/* --------------------------------------------
	 개인정보/이용약관
/* ------------------------------------------ */
.policy-style{width:100%;padding:10px 0;}
.policy-style h1{margin-bottom:20px;font-size:20px;}
.policy-style h2{margin:20px 0 10px;font-size:16px;}
.policy-style p,.policy-style li{font-size:14px;line-height:1.5;letter-spacing:-.5;}
.policy-style ol{}
.policy-style ol ol,.policy-style ul ol{margin-left:0;padding-left:15px;}
/* --------------------------------------------
	 style
/* ------------------------------------------ */
.figure-circle li{position:relative;float:left;width:268px;height:268px;margin-left:69px;padding-top:60px;text-align:center;background:#f7f7f7;border-radius:50%;}
/*.figure-circle li.on{background:#00a0e9;}*/
.figure-circle li.on b span,.figure-circle li.on p{color:#fff;}
.figure-circle li:after{content:"";position:absolute;top:50%;left:-100px;width:81px;height:32px;margin-top:-16px;background:url(/images/mobile/common/pfr-last-bg.png) no-repeat 0 0;}
.figure-circle li b{display:table;width:100%;height:100px;padding-bottom:30px;font-size:30px;letter-spacing:-1.5px;line-height:1.2;text-align:center;}
.figure-circle li b span{display:table-cell;vertical-align:middle;}
.figure-circle li p{display:block;color:#666;font-size:16px;letter-spacing:-0.8px;line-height:1.5;}
.figure-circle li:first-child{margin-left:0;}
.figure-circle li:first-child:after{display:none;}

.box-style01{position:relative;width:1280px;margin:0 auto;padding:30px 40px 20px;border:solid 1px #ccc;}
.box-style01:before{content:"";position:absolute;top:0;left:0;width:9px;height:100%;/*background:#00a0e9;*/}
.box-style02{background-color:#eee;border-radius:5px;}
.box-style03{background-color:#fff;border-radius:5px;border:solid 1px #ccc;}

.form-group-plus{margin-top:5px;}
.form-group-plus:first-child{margin-top:0;}
.form-group-plus:after{content:"";display:block;clear:both;}

.empty-ment{padding:30px 0;text-align:center;font-size:20px;color:#787878;}
.empty-ment2{padding:15px 0;text-align:center;font-size:16px;color:#787878;}
.coment_noti{text-align:center;line-height:1.5;font-size:13px;color:#787878;}
.guide-box{margin-bottom:100px;padding-bottom:20px;border-bottom:dashed 5px black;}

.c_logout{padding:60px 0;}
.c_logout p{padding-top:70px;color:#bbc0c4;text-align:center;background:url(/images/common/icon_key.png) no-repeat center 0;}
/* --------------------------------------------
	 file style
/* ------------------------------------------ */
.file-plus-group{margin:10px 0;}
.file-plus-group ul li{padding-bottom:5px;}
.file-plus-group .btn-file-plus span{position:absolute;top:0;left:0;cursor:pointer;}
.file-plus-group .btn-file-plus input{opacity:0;}
.file-plus-group .btn-file-plus{float:left;position:relative;margin:0px 5px 5px 0}
.file-plus-group .btn-file-txt{float:left;display:block;width:28%;height:50px;background-color:#e2edff;padding:17px 15px;border-radius:5px;}
.file-plus-group .btn-file-txt span{display:inline-block;width:80%;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;font-size:13px;}
.file-plus-group .btn-file-txt i{float:right;margin-top:-10px;font-size:12px;cursor:pointer;}

.file-down{width:100%;margin-bottom:10px;border-radius:2px;/*background-color:#e2edff;*/border:none;overflow:hidden;}
.file-down a{display:block;width:80%;height:50px;line-height:50px;padding:0 50px 0 20px;color:#353738;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.file-down a i{margin-right:10px;/*color:#115891;*/font-size:18px;}
.file-down:hover{/*background-color:#BBE3FF;*/}

.pop-file-form{position:relative;margin-top:20px;}
.pop-file-form div{position:relative;}
/*.pop-file-form div{float:left;position:relative;width:50%;}*/
.pop-file-form .file-ipt{z-index:1;position:absolute;top:0;left:0;width:112px;opacity:0;}
.pop-file-form .btn-file-ico{padding:0 10px 0 20px;}
.pop-file-form .btn-file-ico:before{left:0;background-position:-239px -84px}
.pop-file-form .file-name{display:inline-block;width:70%;height:47px;background-color:#e2edff;border-radius:5px;}
.pop-file-form .file-name span{display:inline-block;width:90%;height:47px;font-size:13px;padding:17px 15px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;vertical-align:middle;}
.pop-file-form .file-name i{float:right;margin-top:17px;margin-right:15px;font-size:13px;cursor:pointer;}

.form-img-reg{padding:14px 0;}
.form-img-reg .img-left{float:left;}
.form-img-reg .img-left figure{width:180px;height:134px;border-radius:5px;background:#787878 url(/images/mobile/common/icon_form-img-bg.png) no-repeat center;}
.form-img-reg .img-left figure img{width:180px;height:134px;}
.form-img-reg .img-right{float:left;margin-left:15px;}
.form-img-reg .img-right p{padding-bottom:5px;font-size:16px;color:#787878;}
.form-img-reg .img-right .img-right-btn{margin-top:42px;}

/* --------------------------------------------
	 noti style
/* ------------------------------------------ */
.request_noti{margin-top:20px;}
.request_noti .btn-wrap button{width:240px;height:60px;line-height;60px;font-size:18px;}
.request_noti ul{padding:29px 0 19px 108px;background:#f5f6f7 url(/images/mobile/sub/icon_noti01.png) no-repeat 29px center;border:solid 1px #d7dade;border-radius:5px;}
.request_noti ul li{padding-bottom:10px;color:#999da1;font-size:13px;}