<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
ko-KR
*/

/* =========================================================
map size
========================================================= */

#map {
	position: relative;
	border: 1px #f3f3f3 solid;
	margin-bottom: 25px;
	width: 100%;
	height: 800px;
}

/* =========================================================
map balloon
========================================================= */

#map .balloon {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", arial;
	padding: 5px 0;
	width: 420px;
}

/* =========================================================
header
========================================================= */

#map .balloon .header {
	margin-bottom: 10px;
}
#map .balloon .header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#map .balloon .header .status {
	float: left;
}
#map .balloon .header .status span {
	display: none;
}
#map .balloon .header .cat {
	float: left;
	display: inline-block;
	color: #6c3524;
	margin: 4px 0 0 6px;
}
#map .balloon .header .date {
	float: right;
	color: #666666;
	margin: 4px 0 0 0;
}
#map .balloon .header .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
	margin: 4px 0 0 0;
}

/* =========================================================
applied
========================================================= */

#map .applied {
	margin: 0 0 5px 0;
}
#map .applied span {
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 2px 20px;
}

/* =========================================================
2 column
========================================================= */

#map .info {
	clear: both;
	text-align:left;
	margin: 0 auto 12px auto;
	width: 100%;
}
#map .info:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#map .info .left {
	float: left;
	position: relative;
	margin-right: -134px;
	width: 100%;
	z-index: 1;
}
#map .info .left .box {
	margin: 0 134px 10px 0;
}
#map .info .left .box p {
	margin-top: 0;
}
#map .info .right {
	float: right;
	position: relative;
	text-align: center;
	margin: 0 0 10px 10px;
	width: 124px;
	z-index: 2;
}

/* -----------------------------------------------
left
----------------------------------------------- */
#map .info .left .world-area {
	font-weight: bold;
	margin-bottom: 5px;
}
#map .info .left .comname {
	display: table;
	border-top: 1px #cccccc dotted;
	border-bottom: 1px #cccccc dotted;
	margin: 0 0 10px 0;
	width: 100%;
}
#map .info .left .comname h3 {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
}
#map .info .left .comname h3 a {
	color: #3366ff;
	display: table-cell;
	vertical-align: middle;
}
#map .info .left .comname h3 a:hover {
	color: #668cff;
}
#map .info .left .comname h3 img {
	vertical-align: middle;
	margin-right: 4px;
}
#map .info .left p {
	color: #666600;
	line-height: 126%;
	margin-bottom: 10px;
	max-height: 3.5em;
	overflow: hidden;
}
#map .info .left table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px #efefef dotted;
	margin-bottom: 8px;
	width: 100%;
}
#map .info .left table tr {
	border-bottom: 1px #efefef dotted;
}
#map .info .left table th {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #fff8dc;
	padding: 4px 8px;
	white-space: nowrap;
}
#map .info .left table td {
	color: #666c67;
	font-size: 12px;
	padding: 4px 8px;
	width: 100%;
}
#map .info .left table td span {
	color: #cccccc;
	margin: 0 4px;
}
#map .info .left table td .note {
	margin-top: 3px;
}

/* -----------------------------------------------
right
----------------------------------------------- */

#map .info .right .thumb {
	cursor: pointer;
	position: relative;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 1px;
	width: 120px;
}
#map .info .right .thumb:hover {
	border: 1px solid #ffcc00;
}
#map .info .right .thumb .box {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 90px
}
#map .info .right .thumb img.medium {
	vertical-align: middle;
	max-width: 120px;
	max-height: 90px;
}
#map .info .right .noimg {
	position: relative;
	text-align: center;
	border: 1px solid #ffffff;
	background: url(/img/common/cj/noimg_map.png) no-repeat 50% 50%;
	padding: 1px;
	width: 120px;
	height: 90px
}
#map .info .right .noimg span {
	display: none;
}
#map .info .right .detail {
	text-align: center;
	margin-top: 6px;
}
#map .info .right .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #5faea1;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#map .info .right .detail a:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
download file
----------------------------------------------- */
#map .balloon .thumbnail {
	position: relative;
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
#map .balloon .thumbnail img.medium {
	border: 1px solid #e4e4e4;
	cursor: pointer;
	vertical-align: middle;
	padding: 1px;
	max-width: 120px;
	max-height: 90px;
}
#map .balloon .thumbnail img.medium:hover {
	border: 1px solid #ffcc00;
}
#map .balloon .thumbnail .exmedia-download {
	text-align: center;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
#map .balloon .thumbnail .exmedia-download .label {
	text-align: center;
}
#map .balloon .thumbnail .exmedia-download .label span {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	line-height: 100%;
	background-color: #999999;
	border: 1px solid #e4e4e4;
	border-radius: 2px 0 0 2px;
	padding: 4px 5px;
	white-space: nowrap;
}
#map .balloon .thumbnail:hover .exmedia-download .label span {
	background-color: #ffcc00;
	border: 1px solid #ffcc00;
}
/* -----------------------------------------------
end message
----------------------------------------------- */

#map .info .right .end {
	color: #008db7;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic";
	position: absolute;
	top: 43%;
	left: 0;
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0.8;
	padding: 4px 8px;
	margin: 0 auto;
	width: 106px;
}

/* -----------------------------------------------
status icon
----------------------------------------------- */

#map .fulltime {
	display: block;
	background: url(/img/kor/cj/status_fulltime.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .contract {
	display: block;
	background: url(/img/kor/cj/status_contract.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .temporary {
	display: block;
	background: url(/img/kor/cj/status_temporary.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .freelance {
	display: block;
	background: url(/img/kor/cj/status_freelance.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .part {
	display: block;
	background: url(/img/kor/cj/status_part.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .parttime {
	display: block;
	background: url(/img/kor/cj/status_parttime.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .shortparttime {
	display: block;
	background: url(/img/kor/cj/status_shortparttime.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .intern {
	display: block;
	background: url(/img/kor/cj/status_intern.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .outwork {
	display: block;
	background: url(/img/kor/cj/status_outwork.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .working_holiday {
	display: block;
	background: url(/img/kor/cj/status_working_holiday.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
#map .other {
	display: block;
	background: url(/img/kor/cj/status_other.png) no-repeat 0 0;
	width: 98px;
	height: 20px;
}
</pre></body></html>