@charset "utf-8";

/*
 * File    : sub-recruit.css
 * Author  : STUDIO-JT (JC)
 *
 * SUMMARY :
 * 입사지원
 */

/* recruit header */
.recruit {padding: 45px 0 120px;}
.recruit_header {position: relative;padding-bottom: 50px; font-size: 0; line-height: 1;}
.recruit_header:after {content: '';display: table;clear: both;}
.recruit_txt {/* float: left;width: 50%; */ display: inline-block; vertical-align: top; width: -webkit-calc(100% - 512px); width: calc(100% - 512px);}
.recruit_header_title {margin: 53px 0 25px -4px;font-size: 60px;font-weight: 300;letter-spacing: -0.075em;line-height: 1.2;}
.recruit_header_description, .recruit_header_description_email {font-size: 14px;font-weight: 500;line-height: 2.15;}
.recruit_header_description_email a { color: #222; border-bottom: 1px solid #666; }
.recruit_header_description_email a:hover { color: var(--c-primary); border-bottom-color: var(--c-primary); }
.recruit_illust {/* float: left;width: 50%; */ display: inline-block; vertical-align: top; width: 512px; cursor: url(../images/layout/cursor-hand.png),auto; position: relative;}
.recruit_illust img {display: none;height: auto;width: 100%;max-width: 517px;margin: 0 auto;vertical-align: top;}
.recruit_illust #animation_container {margin: 0 auto;}
.recruit_form_list {border: solid #222;border-width: 4px 0 4px;}
.recruit_form_listitem {position: relative;padding: 35px 0 40px;}
.recruit_form_field:after {content: '';display: table;clear: both;}
.recruit_form_field > li {float: left;width: 100%;margin-top: 27px;}
.recruit_form_field > li.recruit_form_field_half {width: 50%;}
.recruit_form_title {margin-bottom: 35px;font-size: 18px;font-weight: 700;letter-spacing: 0.06em;}
.recruit_form_required_text {font-size: 14px;font-weight: 700;color: #ed1a1a;}
.recruit_form_header {margin-bottom: 35px;}
.recruit_form_header .recruit_form_title {display: inline-block;margin-bottom: 0;}
.recruit_form_header .recruit_form_required_text {display: inline-block;}
.recruit_form_content {margin: -8px 0;}
.recruit_form_listitem_category {border-bottom: 1px solid #222;}
.recruit_form_listitem_category .recruit_form_field > li {width: 20%;margin-top: 0;padding: 8px 0;}
.recruit_form_listitem_category .jt_label {display: block;padding: 0;cursor: pointer;}
.recruit_form_listitem_info .jt_label {margin-bottom: 8px;padding: 0;font-weight: 700;color: #222;}
.recruit_form_field > li.recruit_form_field_name, .recruit_form_field > li.recruit_form_field_email {padding-right: 3%;}
.recruit_form_field > li.recruit_form_field_tel, .recruit_form_field > li.recruit_form_field_date {padding-left: 3%;}
.recruit_form_field > li.recruit_form_field_name, .recruit_form_field > li.recruit_form_field_tel {margin-top: 0;}
.recruit_form_submit {position: relative;}

.recruit_form_overlay {position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;background: #ffffff;background: rgba(255, 255, 255, .7);}
.recruit_illust .recruit_illust_image { display: block; width: 100%; max-width: 517px; margin: 0 auto; height: auto; vertical-align: top; }
.recruit_illust .recruit_illust_canvas { display: none; }
/* CreateJS init 성공 시 JS 가 표시 + 이미지 숨김 */
.recruit_illust #canvas { cursor: url(../images/layout/cursor-hand.png), pointer; }
