﻿/* ↓↓↓↓↓ 新版首頁尺寸暫訂 ↓↓↓↓↓ */
#container { 
	width: 640px;
	margin: 0 auto 0;
	padding: 90px 0 80px;
	height: 55vh;
	overflow-x: hidden;
}
@media (max-width: 952px){
    #container{
        width: 100%;
        min-height: 55vh;
    }
}
@media (max-width: 414px) {
	#container{
        padding: 123px 0 60px;
    }
}
#new_header_search .n_calendar, 
#new_header_search ul.search {
	width: 952px;
}
#new_header_search li.ts-job,
#new_header_search .ts-area {
	width: 263px;
}
#new_header_search li.ts-job a,
#new_header_search .ts-area a {
	width: 233px;
}
#new_header_search li.ts-kwds {
	width: 284px;
}
#new_header_search li.ts-kwds input,
#new_header_search li.ts-kwds input.nohover {
	width: 248px;
	background-position: -342px -104px;
}
#new_header_search li.ts-kwds input.focus {
	background-position: -342px -52px;
}
/* ↑↑↑↑↑ 新版首頁尺寸暫訂 ↑↑↑↑↑ */

/*  加入會員-身份選擇  */
#container .sellink {
	padding: 50px 15px;
    position:relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 414px){
    #container .sellink {
		padding: 50px 12px;
		justify-content: center;
    }
}
#container .sellink-tips {
      font-size: 15px;
      color:#333;
      text-align:center;
      display:none;
}
@media (max-width: 952px){
    #container .sellink-tips {
        display:block;
    }
}
#container .sellink img {
    left: 190px;
}
/* @media (max-width: 414px){
    #container .sellink img {
        width: 90%;
    }
} */
@media (max-width: 414px){
    #container .sellink img {
        width: 90%;
    }
}
#container .sellink .reg{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: solid 1px;
	border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}
#container .sellink .reg:hover{
	text-decoration: none;
}
#container .sellink .reg .btn-title{
	font-size: 22px;
	font-weight: bold;
	padding: 20px 60px 10px;
}
@media (max-width: 952px){
    #container .sellink .reg .btn-title{
	font-size: 19px;
    padding: 20px 40px 10px;
    }
}
@media (max-width: 414px){
    #container .sellink .reg .btn-title{
        padding: 20px 0 10px;
    }  
}
@media (max-width: 320px){
    #container .sellink .reg .btn-title{
        padding: 20px 20px 10px;
    }  
}
#container .sellink .resumego .btn-title{ color: #fa1e50; }
#container .sellink .compgo .btn-title{ color: #2369ff; }
#container .sellink .reg .btn-subtitle{
	width: 100%;
	border-radius:  0 0 6px 6px;
	font-size: 16px;
	color: white;
	padding: 11px 0;
	text-align: center;
}
@media (max-width: 952px){
    #container .sellink .reg .btn-subtitle{
        font-size: 14px;
    }
}
#container .sellink a em {
	display: none;
	width: 235px;
	color: #fa1e50;
	font-size: 15px;
	text-align: center;
	position: absolute;
	z-index: 5;
	top: 208px;
	left: 0;
}
#container .sellink a:hover em {
	display: block;
}

#container .sellink .resumego {	border-color: #fa1e50; }
#container .sellink .resumego .btn-subtitle{ background-color: #fa1e50; }
#container .sellink .resumego:hover { border-color: #fb6184; }
#container .sellink .resumego:hover .btn-title { color: #fb6184; }
#container .sellink .resumego:hover .btn-subtitle { background-color: #fb6184; }
#container .sellink .compgo { border-color: #2369ff; }
#container .sellink .compgo .btn-subtitle{ background-color: #2369ff; }
#container .sellink .compgo:hover { border-color: #6596ff; }
#container .sellink .compgo:hover .btn-title { color: #6596ff; }
#container .sellink .compgo:hover .btn-subtitle { background-color: #6596ff; }

#container .sellink p.resumemsg {
	color: #fa1e50;
	font-size: 12px;
	position: absolute;
	top: 240px;
	left: 195px;
}
#container .sellink p.resumemsg a {
	background: none repeat 0 0 scroll transparent;
	color: #05a;
	text-decoration: underline;
}
#container .sellink .btn_box {
    position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
}
@media (max-width: 414px){
	#container .sellink .btn_box {
        padding: 0;
	}
	
	#container .sellink .btn_box.aty-position {
        margin-right: 12px;
    }
}

/*註冊頁面提示
---------------------------------------------------------------*/
.active-AD-tips-top{
    color: #fa1e50;
    text-align: center;
    position: absolute;
    font-size: 15px;
}
.active-AD-tips{
	color: #232a35;
	text-align: center;
	position: absolute;
	padding-left: 10px;
	width: 210px;
}

/* 跳轉頁格式
--------------------------------------------------------------- */
#prompt-page {
	text-align: center;
}
#prompt-page .prompt-style {
	width: 598px;
	margin: 30px auto;
	padding-bottom: 20px;
}
#prompt-page .prompt-resume {
	border: 1px solid #FFDA68;
	background: #FFF url("/img/index/bg/bg_pop_ok_resume.png") no-repeat 59px 47px;
}
#prompt-page .prompt-comp {
	border: 1px solid #4EC969;
	background: #FFF url("/img/index/bg/bg_pop_ok_comp.png") no-repeat 59px 47px;
}
#prompt-page .prompt-style h4 {
	height: 18px;
	padding-top: 8px;
	font-size: 12px;
	text-indent: 8px;
	text-align: left;
}
#prompt-page .prompt-resume h4 {
	background-color: #FF9000;
}
#prompt-page .prompt-comp h4 {
	background-color: #31A04B;
}
#prompt-page .prompt-style h5 {
	float: left;
	margin: 30px 0 0 160px;
	_margin-left: 80px;
	padding-bottom: 8px;
	border-bottom: 1px solid #B9C6CE;
	font-size: 15px;
	font-weight: bold;
}
#prompt-page .prompt-comp h5 {
	margin-top: 22px;
}
#prompt-page .prompt-comp h5 span {
	display: block;
	padding-bottom: 3px;
	text-align: left;
}
#prompt-page .prompt-style p {
	clear: both;
}
#prompt-page .prompt-style p.ms {
	padding: 12px 100px 25px 200px;
	font-size: 15px;
	text-align: center;
}
#prompt-page .prompt-style p.fs {
	margin: 0 auto;
	padding: 4px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
}
/* 活動 */
#container .active-tippy{
    background:#2369ff;
    padding: 9px 12px;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    top: -45px;
    transition: all .2s;
}
#container .active-tippy::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #2369ff transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#container .active-tippy img{
    position: absolute;
    left: auto;
    right: -26px;
	top: -19px;
	width: 62px;
}

#container .active-tippy.find {
	background: #fa1e50;
}

#container .active-tippy.find::after {
	border-color: #fa1e50 transparent transparent transparent;
}

#container .active-tippy .find_text {
	text-align: right;
}

#container .active-tippy .find_img {
	left: -19px;
	top: -16px;
	width: 54px;
}

/* 畢業季活動提示 */
#container img.add--active__img {
    object-fit: contain;
    position: absolute;
    max-width: 204px;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

/* 畢業季活動提示 */
@media (max-width: 414px) {
    #container img.add--active__img {
        top: -60px;
    }
}