@charset "utf-8";

#rg_main_wrap { min-width:1300px;}
#rg_main_wrap #rg_main_contents {min-height:0; height:auto;}
#rg_main_wrap #rg_main_contents .contentsBody {width:1200px; height:auto; min-height:1300px;}
#rg_main_wrap #rg_main_contents .contentsBody .contentsAddTitle { width: auto; }

.new-popup { height: 756px; overflow-y: auto; }

table.vertic-table { position: relative; width: 100%; border-top: 1px solid #e0e0e0; }
table.vertic-table th { text-align: left; font-size: 13px; padding: 5px 10px; border-bottom: 1px solid #e0e0e0; background: #efefef; height: 30px; width: 130px; font-weight: 500; }
table.vertic-table td { text-align: left; font-size: 13px; padding: 5px 10px; border-bottom: 1px solid #e0e0e0; }
table.vertic-table td a.download { color: #1249ad; }
table.vertic-table td a.download img { width: 16px; height: 14px; vertical-align: middle; }
table.vertic-table td a.download:hover { text-decoration: underline; }

table.normal-table { position: relative; width: 100%; border-right: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0; }
table.normal-table thead th { font-size: 13px; padding: 0 10px; border-left: 1px solid #e0e0e0; background: #efefef; height: 30px; font-weight: 500; }
table.normal-table tbody td { font-size: 13px; padding: 0 10px; border-left: 1px solid #e0e0e0; height: 30px; text-align: center; border-bottom: 1px solid #e0e0e0; }


.view .basic-info>div .profile-image { float: left; width: 190px; }
.view .basic-info>div .personal-data { float: right; width: calc(100% - 210px); }


/* 지원서 */
.view .subject-t { font-size: 17px; font-weight: bold; color: #2d2d2d; display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #012a73; }
.view .basic-info { margin-bottom: 30px; }
.view .basic-info>div { overflow: hidden; }
.view .basic-info>div .profile-image { float: left; width: 190px; }
.view .basic-info>div .profile-image .image-area { width: 190px; height: 245px; overflow: hidden; }
.view .basic-info>div .profile-image .image-area img { width: 100%; height: auto; }

/* 셀렉트 커스텀 */
.selectbox { position: relative; border-style: none;  z-index: 1; display: inline-block; height: 50px; width: 170px; vertical-align: top; transition: background .25s ease; background: #fff; border: 1px solid #dcdcdc; }
.selectbox:hover { background: #f8f8f8; }
.selectbox:before { content: "";  position: absolute; top: 50%; margin-top: -10px; right: 8px; background: url(../../../images/sub/common/down_b_ico.svg) no-repeat; width: 20px; height: 20px; opacity: 0.5; }
.selectbox label { position: absolute; top: 0; left: 0; color: #222;  z-index: -1;  /* IE8에서 label이 위치한 곳이 클릭되지 않는 것 해결 */ font-size: 13px; line-height: 48px; text-align: left; width: 90%; padding-left: 10px; cursor: pointer; font-weight: bold; }
.selectbox select { width: 100%; line-height: normal;  /* line-height 초기화 */ font-family: inherit; border: 0; opacity: 0;  /* 숨기기 */  filter:alpha(opacity=0);  /* IE8 숨기기 */ -webkit-appearance: none; /* 네이티브 외형 감추기 */  -moz-appearance: none; appearance: none; margin-left: 0; height: 48px; cursor: pointer; padding: 8px; }
.selectbox select option { padding-left: 10px; font-size: 13px; }




.view .school-info { margin-bottom: 30px; }
.view .career-info { margin-bottom: 30px; }

.view .file-info { margin-bottom: 30px; }
.view .file-info .subject-s .detail { font-weight: 300; color: #555; }
.view .file-info .file-input { margin-bottom: 20px; }

/*파일인풋*/
.file-input { display: inline-block; text-align: left; width: 100%; position: relative; padding-left: 60px; color: #3a3a3a; font-size: 13px; line-height: 48px; vertical-align: middle; background-color: #fff; cursor: pointer; border: 1px solid #dcdcdc; font-weight: 600; letter-spacing: -0.5px; height: 50px; }
.file-input > [type='file'] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 3; cursor: pointer; }
.file-input > .label { color: #333; white-space: nowrap; opacity: .5; vertical-align: top; }
.file-input.-chosen > .label { opacity: 1; }
.file-input .input-ico { position: absolute; left: 20px; top: 16px; z-index: 1; }

.view .signature { font-weight: bold; }
.view .signature .user-name { font-weight: normal; }
.view .btn-area { margin-top: 60px; }
.view .btn-area:after { content: ''; height: 0; display: block; clear: both; }
.view .btn-area button { height: 50px; outline: 0; border: none; font-size: 15px; line-height: 50px; width: 350px; }
.view .btn-area button.btn-resume-temp { float: left; background: #dcdcdc; font-weight: bold; color: #555; }
.view .btn-area button.btn-resume-apply { float: right; background: #5283e0; color: #fff; }