<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.path-box{display:flex;justify-content:space-between;position:relative;margin:-64px auto 0;max-width:1400px;background-color:#fff;}
.path-box::after{content:'';position:absolute;left:100%;top:0;width:9999px;height:100%;background:#fff;}
.path-box .path{display:flex;width:calc(100% - 64px);}
.path-box .home{display:inline-block;width:64px;height:64px;border-right:1px solid #ccc;background:#fff url(/_res/sookmyung/recruit/img/common/ico-path-home-g.png)no-repeat 50% 50%;}
.path-navi-wrap{display:flex;}
.path-depth-wrap{padding:0 30px 0 0;}
.path-depth-wrap &gt; ul{display:flex;}
.path-depth-wrap &gt; ul &gt; li{display: table;position:relative;width: 50%;max-width: 256px;height: 64px;border-right: 1px solid #ccc;table-layout: fixed;}
.path-depth-wrap &gt; ul &gt; li:only-of-type{min-width:256px;}
.path-depth-wrap &gt; ul &gt; li:last-of-type::after{content:'';position:absolute;bottom:-1px;left:-1px;width:calc(100% + 2px);height:3px;background-color:#030f89;}
.path-depth-wrap &gt; ul &gt; li &gt; a{display: table-cell;position:relative;padding: 20px 35px 21px 23px;width:100%;font-weight:200;font-size:18px;color:#000;text-overflow: ellipsis;vertical-align: middle;white-space: nowrap;overflow: hidden;box-sizing: border-box;line-height:23px;}
.path-depth-wrap &gt; ul &gt; li &gt; a:after{content:'';position:absolute;top:50%;right: 20px;margin:-3px 0 0;width:11px;height: 6px;background:url(/_res/sookmyung/recruit/img/common/ico-path-arrow.png) no-repeat 50% 50%;transition:0.3s ease;}
.path-depth-wrap &gt; ul &gt; li:last-of-type &gt; a{font-weight:400;}
.path-depth-wrap &gt; ul &gt; li.active &gt; a:after{transform:rotate(180deg);-ms-transform:rotate(180deg);}
.path-depth-wrap &gt; ul &gt; li &gt; ul{display:none;position:absolute;top:calc(100% + 1px);left:50%;z-index: 10;padding:22px 24px;width:calc(100% + 2px);min-width:100px;height:273px;max-height:273px;border:1px solid #ccc;border-top:none;background-color:#fff;font-size:0;box-sizing:border-box;transform:translateX(-50%);-ms-transform:translateX(-50%);overflow-y:auto;box-sizing: border-box;}
.path-depth-wrap &gt; ul &gt; li &gt; ul &gt; li{padding:18px 0 0 0;}
.path-depth-wrap &gt; ul &gt; li &gt; ul &gt; li:first-of-type{padding:0;}
.path-depth-wrap &gt; ul &gt; li &gt; ul &gt; li &gt; a{display:inline-block;font-weight:200;font-size:18px;color:#222;line-height:23px;}
.path-depth-wrap &gt; ul &gt; li &gt; ul &gt; li.active a{font-weight:400;color:#002d9d;} 
.path-depth-wrap &gt; ul &gt; li &gt; ul &gt; li:not(.active) &gt; a:hover{text-decoration:underline;}
.path-box .info{padding:22px 0;}
.path-box .info ul{font-size: 0;}
.path-box .info ul li{display:inline-block;margin:0 20px 0 0;width:22px;height:20px;vertical-align:middle;box-sizing:border-box;}
.path-box .info ul li:last-of-type{margin:0;}
.path-box .info ul li a{display:block;height:100%;text-indent:-9999px;overflow:hidden;white-space:nowrap;}
.path-box .info ul .print a{background:url(/_res/sookmyung/recruit/img/common/ico-print.png) no-repeat 50% 50%/100%;}
.path-box .info ul .share a{background:url(/_res/sookmyung/recruit/img/common/ico-share.png) no-repeat 50% 50%/100%;}
li.menu-hide{display:none;}



@media screen and (max-width: 1024px){
	.path-box{display:none;align-items:center;margin:0 auto;padding:17px 24px 0 24px;}
	.path-box .path{display:none;}
	.path-box .info{padding:0;}
	.path-box .info ul li{width:20px;height:20px;}
	.path-box .info ul li.print{display:none;}

	
}

@media screen and (max-width: 768px){
	.path-box{padding:12px 24px 0 24px;}
	.path-box .info ul li{width:18px;height:18px;}

	
}</pre></body></html>