@charset "utf-8";
/* ================================================================== */
/* Name	: sub.css
/* Script : Sub Layout CSS
/* Author : Design Geulggol
/* Date	: 2017-10-31
/* ================================================================== */

/* ----------------------------- */
/* Common
/* ----------------------------- */
.contents h1 {
    font-family:'NotoM';
    font-size: 5.4rem;
    color: #000;
}
.contents h2 {
    margin: 1.5em 0 0.5em;
    font-family:'NotoM';
    font-size: 2.8rem;
    color: #000;
}
.contents h3 {
    margin: 1.2em 0 0.5em;
    font-family:'NotoM';
    font-size: 2.2rem;
    color: #222;
}
.contents h4 {
    margin: 1.1em 0 0.5em;
    font-family:'NotoM';
    font-size: 1.9rem;
    color: #222222;
}
.contents h5 {
    margin: 1.1em 0 0.5em;
    font-family:'NotoM';
    font-size: 1.8rem;
    color: #222;
}
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child {
    margin-top: 0;
}
.contents h2.cont_cnt {
    margin: 1em auto 0.8em;
}

.color_R { color: #de2222 !important;}
.color_B { color: #1c44c5 !important;}

.txt_medium { font-size: 2.4rem; }
.txt_large { font-size: 2.6rem; }
.bold { font-family:'NotoM'; }

.icon_tel:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10em;
    background: url(../images/sub/ico_tel.png) no-repeat center #1c44c5;
    background-size: 23px;
}

/* 진료항목 블럭 리스트 */
.medical_block_list li {
    padding: 15px;
    text-align: center;
    border: 1px solid #1c44c5;
}

/* header box */
.header_box {
    position: relative;
    width: 100%;
    padding-top: 4%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.header_box > p {
    width: 60%;
    margin: 0 auto;
}
.header_box:before {
    content: '';
    display: block;
    margin: 0 auto 2%;
}
.header_box p:first-child:before,
.header_box ul:before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 2.5% auto;
    background: #37ffad;
}
/*.header_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 130px;
    left: 50%;
    width: 60px;
    height: 1px;
    margin-left: -30px;
    background: #37ffad;
}*/

/* 공통 프로세스 */
.process_style dl {
    min-height: 100px;
    margin: 3% 0;
    clear: both;
}
.process_style dl:before {
    content: '';
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    background-color: #1c44c5;
    border-radius: 10em;
}
.process_style dt {
    margin: 0 0 5px 130px;
    padding-top: 15px;
    font-family:'NotoM';
    font-size: 2rem;
    color: #1c44c5;
}
.process_style dd {
    margin-left: 130px;
}



.sub-boder-line {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.sub-boder-line-top {
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.sub-boder-line-top2 {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.sub_bottom30 > ul > li{
    margin-bottom: 20px;
}


/* ----------------------------- */
/* tab
/* ----------------------------- */
.sub-toptab {
    margin: 0 auto;
    max-width: 1380px;
    text-align: center;
    padding: 10px 0 50px;
    border-bottom: 1px solid #000;
}
.sub-toptab ul {
    text-align: center;
    display: inline-block;
}
.sub-toptab ul li {
    float: left;
    padding-left: 60px;
	color:#555555;
    font-size: 1.125rem;
    font-family:'NotoB';
}
.sub-toptab ul li:first-child {
    padding-left: 0px;
}
.sub-toptab ul li a:hover,
.sub-toptab ul li a.active {
	color:#f72586;
}
.sub-toptab ul li a:hover::after,
.sub-toptab ul li a.active::after {
    content: "";
    background: #f72586;
    display: block;
    position: relative;
    height: 3px;
    width: 100%;
    left: 0;
}


/* ----------------------------- */
/* visual
/* ----------------------------- */
#visual_wrap {
    padding: 0 20px;	
    overflow: hidden;
}
.visual {
    display: table;
    width: 100%;
    min-height: 260px;
}
.sub-visual .v-membership {
    background: url(../images/sub/sub_visual3.jpg) no-repeat center;
    background-size: cover;
}
.jobportal .v-membership {
    background: url(../images/sub/sub_visual1.jpg) no-repeat center;
    background-size: cover;
}
.jobconnect .v-membership {
    background: url(../images/sub/sub_visual2.jpg) no-repeat center;
    background-size: cover;
}
.introduction .v-membership {
    background: url(../images/sub/sub_visual5.jpg) no-repeat center;
    background-size: cover;
}

.visual .title_dpt1{
    display: table-cell;
    text-align: center;
    font-family: 'NotoL';
    font-size: 1.25rem;
    letter-spacing: 0.8em;
    text-indent: 1.0em;
    color: #fff;
    vertical-align: middle;
    opacity: 0.5;
    padding-bottom: 20px;
}

.sub-title {
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
    background: #7109b6;
    color: #fff;
    border-radius: 15px;
    padding: 30px 40px;
    position: relative;
    top: -40px;
}
.sub-title a {
    float: left;
    top: 8px;
    position: relative;
}
.sub-title-txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
	font-family:'NotoB';
}



/* ----------------------------- */
/* Sub Layout
/* ----------------------------- */
/* navigation */
#sub_nav {
    position: relative;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 60px;
}
#sub_nav ul {
    display: table;
    width: 100%;
}
#sub_nav ul li {
    display: table-cell;
}
#sub_nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px 0 30px;
    text-align: center;
    font-size: 1.85rem;
    color: #222;
}
#sub_nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cfd4de;
}
#sub_nav ul li a:hover:after,
#sub_nav ul li a:focus:after,
#sub_nav ul li a:active:after,
#sub_nav ul li a.active:after {
    height: 3px;
    background: #1c44c5
}
#sub_nav .select_style{
    display: none;
}

/* contents */
.contents {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px 60px;	
    position: relative;
}
.contents2 {
    max-width: 1400px;
    margin: 10px auto 0;
    padding: 0 10px 60px;
}
.contents3 {
    max-width: 1300px;
    margin: 50px auto;
}
.cont_cnt {
}
.cont_cnt2 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.heading {
    max-width: 1440px;
    margin: 0 auto;
    padding: 7% 20px 2%;
}
.heading h1 {
    text-align: center;
    font-size: 1.875rem;
    font-family: 'NotoB';
}
.heading p {
    margin: 25px 0;
    font-family:'RobotoB';
    font-size: 1.5rem;
    letter-spacing: 1em;
    text-indent: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #6bcfa6;
}


.sub-page-txt {
    color: #555555;
    font-size: 1.25rem;
    font-family: 'NotoB';
    text-align: center;
    padding: 20px 0 60px;
    border-bottom: 1px solid #000;
}
.sub-page-con {
    padding-top: 50px;
}



@media screen and (max-width:1400px) {
   	
	.sub-title {
		width: 100%;
		padding: 20px 40px;
		top: -40px;
	}
	.contents {
		padding: 0 10px 30px;
	}

}

@media screen and (max-width:1200px) {
	
	.cont_cnt2 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
    .sub-toptab {
		padding: 0 25px 25px;
	}
	.sub-toptab ul {
		width: 100%;
	}
	.sub-toptab ul li {
		float: left;
		padding-left: 0;
		color: #555555;
		font-size: 1.125rem;
		font-family: 'NotoM';
		width: 19%;
		border: 1px solid #909090;
		margin: 0 0.5% 10px;
	}
	.sub-toptab ul li a {
		width: 100%;
		display: block;
		padding: 8px 0;
	}
	.sub-toptab ul li a:hover::after,
	.sub-toptab ul li a.active::after {
		display: none;
	}

}


@media screen and (max-width:980px) {
   	
	.visual {
		display: table;
		width: 100%;
		min-height: 200px !important;
	}
	.sub-title {
		width: 100%;
		border-radius: 15px;
		padding: 15px 40px;
		position: relative;
		top: -40px;
	}
	.visual .title_dpt1 {
		font-size: 1.5rem;
		position: relative;
		top: 65px;
		vertical-align: initial;
	}
	.visual .title_dpt1, .heading p {
		letter-spacing: 0.2rem;
		text-indent: inherit;
	}
	.sub-title-txt {
		font-size: 1.25rem;
		letter-spacing: 0.05em;
		font-family: 'NotoM';
	}
	.sub-title a {
		top: 6px;
	}
	.sub-toptab ul li {
		width: 32%;
		margin: 0 0.5% 10px;
	}

}


@media screen and (max-width:768px) {
   	
	.visual {
		display: table;
		width: 100%;
		min-height: 150px !important;
	}
	.visual .title_dpt1 {
		top: 50px;
	}
	.sub-title {
		top: -20px;
	}

	.sub-toptab {
		padding: 10px 0 15px;
	}	
	.sub-toptab ul li {
		float: left;
		width: 96%;
		padding-left: 0;
		margin: 0 2% 1%;;
		background: #f9f9f9;
	}
	.sub-toptab ul li a:hover::after,
	.sub-toptab ul li a.active::after {
		display: none;
	}
	.sub-toptab ul li a {
		padding: 10px 0;
	}


}


/* ----------------------------- */
/* 로그인
/* ----------------------------- */
.login-box {
    background: #f4f4f4;
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 20px;
    padding: 60px 0;
}
.login-heading h1 {
    text-align: center;
    font-size: 1.875rem;
    font-family: 'NotoB';
    color: #000;
    padding-bottom: 40px;
}
.login-wrap {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #000;
    padding: 40px 0;
}
.login-wrap-con {
    max-width: 520px;
    margin: 20px auto;
}
.login-wrap-con p {
    margin: 10px 0;
}
.login-wrap-con input[type="text"],
.login-wrap-con input[type="password"] {
    width: 100% !important;
	border: 1px solid #000;
	font-size: 1rem;
    font-family: 'NotoL';
	color:#555;
    padding: 10px 25px;
}
.login-button {
    position:relative;
    display:inline-block;
    text-align: center;
    color:#fff;
    background: #7109b6;
    border: none;
    cursor:pointer;
    width: 100%;
    padding: 20px 0;
    font-size: 1.125rem;
    font-family: 'NotoM';
    margin-top: 15px;
}
.login-etcmenu {
    margin-top: 30px;
    font-size: 1.0625rem;
    text-align: center;
}
.login-etcmenu a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.login-etcmenu a:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -3px;
    width: 1px;
    height: 12px;
    background: #999999;
    border-radius: 50%;
}
.login-etcmenu a:last-child:after {
    display: none;
}
.login-join {
    margin-top: 20px;
    font-size: 1.125rem;
}
.login-join a {
    font-family: 'NotoM';
    color: #7109b6;
    position: relative;
    display: inline-block;
    margin-left: 20px;
}
.login-join a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #7109b6;
}


@media screen and (max-width:980px) {
   
	.login-box {
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
   
	.login-box {
		padding: 40px 4%;
		margin: 20px auto 0;
	}
	.login-wrap {
		padding: 20px;
	}
	/* .login-wrap-con {
		margin: 0;
	} */.login-join {
		margin-top: 10px;
		font-size: 1.0rem;
	}
	.login-heading h1 {
		padding-bottom: 20px;
	}

}




/* ----------------------------- */
/* 회원가입(첫)
/* ----------------------------- */
.join-select {
    width: 100%;
    display: inline-block;
    margin: 100px 0;
}

.join-select .active:hover:before,
.join-select .active:active:before,
.join-select .active:focus:before {	
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    border: 2px solid #7109b6;
    border-radius: 20px;
	box-sizing: border-box;
}

.join-select-left {
    float: left;
    width: 37%;
    text-align: center;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 0 3% 0 10%;
	box-sizing: border-box;
    position: relative;
}
.join-select-left div.join-select-tit,
.join-select-right div.join-select-tit {
    font-size: 1.5625rem;
    color: #000;
	font-family:'NotoM';
    padding-bottom: 2px;
}
.join-select-left div.join-select-tit:before {
	content:'';
	display:block;
	height:46px;
    width: 35px;
	background:url(../images/sub/join-select-icon01.png) no-repeat 0 0;
    position: relative;
    margin: 0 auto 20px;
}
.join-select-left a,
.join-select-right a {
    width: 100%;
    display: block;
    height: 427px;
    padding: 80px 0;
}
.join-select-left p,
.join-select-right p {
	color:#555555;
	font-family:'NotoL';
    font-size: 1.125rem;
}
.join-select-left p:after,
.join-select-right p:after {
	content:'';
	display:block;
	height:17px;
    width: 12px;
	background:url(../images/sub/join-select-bg.png) no-repeat 0 0;
    position: relative;
    margin: 30px auto 35px;
}
.join-select-left .join-select-btn,
.join-select-right .join-select-btn {
    background: #7109b6;
    color: #fff;
    padding: 12px 50px;
    display: inline-block;
}

.join-select-right {
    float: left;
    width: 37%;
    text-align: center;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 0 10% 0 3%;
	box-sizing: border-box;
    position: relative;
}
.join-select-right div.join-select-tit:before {
	content:'';
	display:block;
	height:46px;
    width: 30px;
	background:url(../images/sub/join-select-icon02.png) no-repeat 0 0;
    position: relative;
    margin: 0 auto 20px;
}




/* ----------------------------- */
/* 회원가입
/* ----------------------------- */
.agree-con01 {
    padding: 0 50px 45px;
}
.agree-con01-tit {
    font-size: 1.25rem;
    padding-bottom: 15px;
}
.agree-con01-txt {
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    padding: 30px 40px;
    margin-bottom: 10px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}
.agree-con01-btn {
    padding-left: 20px;
}

.agree-con02 {
    padding: 0 50px 45px;
}
.agree-con02-tit {
    font-size: 1.25rem;
    padding-bottom: 15px;
}
.agree-con02-txt {
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    padding: 30px 40px;
    margin-bottom: 10px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}
.agree-con02-btn {
    padding-left: 20px;
}
.agree-con03 {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin: 0 50px;
}
.agree-con03 span {
    font-size: 1.125rem;
}
.agree-con03 span i {
	color:#7109b6;
}

.sub-information {
    padding: 50px 50px 0;
}
.sub-information2 {
    padding: 0 50px;
}
.sub-information-tit {
    font-size: 1.375rem;
    color: #000;
    font-family: 'NotoB';
    padding-bottom: 30px;
}
.sub-information-con {
    padding-bottom: 30px;
}
.sub-information-con2 {
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.sub-information-con3 {
    padding-bottom: 10px;
}
.sub-information-con4 {
    padding-top: 50px;
}
.sub-con-title {
    font-size: 1.25rem;
    padding-bottom: 10px;
}
.sub-con-title span.tit-point {
    top: 5px;
    position: relative;
    padding-left: 10px;
	color:#7109b6;
}
.sub-con-title span.tit-txt {
    font-size: 0.9375rem;
    position: relative;
    top: -2px;
	color:#a8a8a8;
}
.sub-information-tit span.tit-txt {
    font-size: 0.9375rem;
    position: relative;
    top: -2px;
	color:#a8a8a8;
    font-family: 'NotoR';
}
.sub-information-left {
    float: left;
    width: 50%;
}
.sub-information-right {
    float: left;
    width: 50%;
    padding-left: 50px;
}
.sub-con-txt {
    margin-left: 20px;
    font-size: 1.125rem;
    color: #555;
}
#PORTFOLIO1_FILE_LIST{
	display: flex;
}
#PORTFOLIO2_FILE_LIST{
	display: flex;
}
#PORTFOLIO3_FILE_LIST{
	display: flex;
}
#PORTFOLIO4_FILE_LIST{
	display: flex;
}
#PORTFOLIO5_FILE_LIST{
	display: flex;
}
.sub-con-imgbox {
    border: 1px solid #555;
    background: #f1f4f7;
    width: 150px;
    height: auto;
    margin-top:10px;
    margin-right:10px;
    margin-bottom: 30px;
    display: flex;
    text-align: center;
    min-height: 150px;
    position: relative;
    align-items: center;
    justify-content: center;
}
.btn_del {
    color: #fff;
    display: inline-block;
    background: #000;
    -webkit-appearance: button;
    padding: 3px 10px 4px;
    font-size: 0.8rem;
    font-family: 'NotoR';
    margin-left: 10px;
    position: absolute;
    left: 256px;
}
.company-game-box {
    border: 1px solid #c4c4c4;
    padding: 2.5% 3% 2%;
    background: #f5f5f5;
}
.company-game-box2 {
    border: 1px solid #c4c4c4;
    padding: 2% 3%;
    background: #f5f5f5;
    margin-top: 2%;
}
.company-game-box2 .sub-boder-line-top2 {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}
.game-box-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    align-items: center;
}
.game-box-btn .game-box-btn-l {
    background: #7109b6;
    color: #fff;
    padding: 10px 20px;
}
.game-box-btn .game-box-btn-r {
    margin-left: auto;
}
.game-box-btn .game-box-btn-r a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
}

.portfolio-add-con {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 2rem 2.5rem;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.portfolio-add-tit {
    background: #fff;
    border-radius: 30px;
    color: #000;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
    /* margin-bottom: 30px; */
    border: 2px solid #888;
    font-family: 'NotoM';
    position: relative;
}

/* 포트폴리오 접기 버튼 */
.portfolio-add-tit {
    font-family:'NotoM';
    height: 55px;
    min-height: 55px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    border: solid 1px #555;
    background-color: #fff;
    color: #838383;
    cursor: pointer;
}
.portfolio-add-tit p.title_text {
    overflow: hidden;
    /* margin: 16px 95px 28px 60px; */
    font-size: 1.25rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.36px;
    text-align: center;
}
.portfolio-add-tit .title_open_button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    margin: 11px 27px 0px 0;
    background: url(../images/sub/button_title_open.png) no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.portfolio-add-tit.on {
    border: solid 2px #7109b6;
    color: #7109b6;
    margin-bottom: 30px; 
}
.portfolio-add-tit.on .title_open_button {
    background: url(../images/sub/button_title_opend.png) no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}

.portfolio_desc {
    /* display: none; */
    border-radius: 20px;
}

.portfolio-add-plus {
    text-align: center;
}
.portfolio-add-plus button {
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background: #000;
    margin-top: 10px;
    font-size: 1.125rem;
    font-family: 'NotoR';
}
.portfolio-add-plus button.add-btn {
    background: #7109b6;
}
.portfolio-add-plus button.add-btn:after { 
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sub/game-plusbg.jpg) no-repeat center;
    margin-left: 10px;
    top: 2px;
    position: relative;
}

input.wid0 {
	width: 100%;
}
input.wid1 {
	width: 300px;
}
input.wid2 {
	width: 500px;
}
select.wid3 {
	width: 250px;
}
input.wid4 {
	width: 450px;
}
input.wid5 {
	/* width: 550px; */
	width: 625px;
}
input.wid6 {
	width: 750px;
}
textarea.hei1 {
    min-height: 180px;
}

.wid_btn{
    width: calc(100% - 105px);
}
.wid_100{
    width: 100%;
}

.wid1.w-margin {
    margin-right: 20px;
}
.wid3.w-margin {
    margin-left: 20px;
}
.w-margin-t10 {
    margin-top: 10px;
}
.w-margin-b10 {
    margin-bottom: 10px;
}
.w-margin-l05 {
    margin-left: 5px;
}



button.b-subin {
    background: #7109b6;
    color: #fff;
    height: 55px;
    padding: 0 35px;
    font-size: 1.125rem;
	font-family:'NotoR';
    margin-left: 15px;
}
button.b-subin2 {
    background: #000;
    color: #fff;
    height: 55px;
    padding: 0 35px;
    font-size: 1.125rem;
	font-family:'NotoR';
    margin-left: -4px;
}


.sub-category {
    padding-bottom: 30px;
}
.sub-category2 {
    padding-bottom: 15px;
}
.sub-category-tit {
    font-size: 1.0625rem;
    padding-bottom: 10px;
	font-family:'NotoM', sans-serif;
	color:#000;
    padding-left: 20px;
}
.sub-category-tit2 {
    font-size: 1.125rem;
    padding-bottom: 10px;
	font-family:'NotoM', sans-serif;
	color:#000;
}
.sub-category-tit2 label {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}
.sub-category-box {
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    padding: 40px 80px;
}
.category-agree-btn {
    
}
.category-agree-tit {
    font-size: 1.125rem;
    display: inline-block;
    /* top: 5px; */
    position: relative;
    padding-right: 10px;
}
.category-agree-btn span.tit-txt {
    font-size: 0.9375rem;
    position: relative;
    /* top: 10px; */
	color:#a8a8a8;
    display: block;
    min-height: 35px;
    display: block;
    margin: 5px 0;
}
.category-agree-btn label span {
    color: #7109b6;
}
.category-agree-btn2 {
    margin: 50px 50px 10px;
    border: 1px solid #c4c4c4;
    padding: 20px 50px 25px;
    background: #f5f5f5;
    border-radius: 20px;
}
.category-agree-tit2 {
    font-size: 1.125rem;
    display: inline-block;
    top: 5px;
    position: relative;
    padding-right: 10px;
}
.category-agree-tit2:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 27px;
    background: url(../images/sub/category-agree-icon.png) no-repeat 0 0;
    position: relative;
    top: 0;
    margin-right: 20px;
}
.category-agree-check {
    float: right;
}
.category-agree-check label {
    margin: 6px 0 !important;
}

.join-btn {
    text-align: center;
}
.join-btn button.join-btn01 {
    height: 55px;
    background: #eaeaea;
    padding: 0 70px;
    border: 1px solid #c4c4c4;
    font-size: 1.125rem;
	color:#000;
	font-family:'NotoR';
    margin-right: 10px;
}
.join-btn button.join-btn02 {
    height: 55px;
    background: #7109b6;
    padding: 0 70px;
    font-size: 1.125rem;
	color:#fff;
	font-family:'NotoR';	
}
.join-btn button.join-btn03 {
    height: 55px;
    background: #000000;
    padding: 0 70px;
    font-size: 1.125rem;
	color:#fff;
	font-family:'NotoR';
	margin-left: 10px;
}
.join-btn button.join-btn04 {
    height: 55px;
    background: #7109b6;
    padding: 0 70px;
    font-size: 1.125rem;
	color:#fff;
	font-family:'NotoR';
	margin-left: 10px;	
}


.sub-con-file input {
    position: relative;
}
.file-field {
    font-family:'NotoR', sans-serif;
    font-size: 1.125rem;
}
.file-field::-ms-value {
     border: none;
     background: white;
 }
.file-field::-ms-browse {
     color:white;
     border:none;
     background:black;
     padding:rem(10px) rem(20px);
 }
.file-field::-webkit-file-upload-button {
     width: 0;
     border: none;
     padding: 0;
     margin: 0;
     -webkit-appearance: none;
 }
.file-field:after {
    content: "";
    color: #fff;
    display: block;
    background: #000;
    /* padding: .8125rem 1.25rem; */
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: button;
    height: 55px;
    padding: 12px 30px 0;
    font-size: 1.125rem;
    font-family: 'NotoR';
}
html[lang=ko] .file-field:after {
    content: "파일찾기";
}

.game-plus { 
    text-align: center;
}
.game-plus button { 
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background: #7109b6;
    font-size: 1.125rem;
    font-family: 'NotoR';
}
.game-plus button:after { 
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sub/game-plusbg.jpg) no-repeat center;
    margin-left: 10px;
    top: 2px;
    position: relative;
}

.portfolio-btn {
    border: 1px solid #c4c4c4;
    position: relative;
    /* top: 5px; */
    padding: 5px 20px;
    border-radius: 10px;
    display: inline-block;
}
.portfolio-link{    
    position: relative;
    /* top: 5px; */
    padding: 5px 20px;
    border-radius: 10px;
    background-color: #000;
    color:#ffffff;
    display: inline-block;
}

.category-box2 p.note {
    font-size: 1.0rem;
    line-height: 17px;
    color: #888888;
    margin-top: 10px;
}
.category-box2 p.note img.ico {
	position: relative;
	top: -1px;
	margin-right: 10px;
}
.category-box p.note {
    font-size: 1.0rem;
    line-height: 17px;
    color: #888888;
    margin-top: 10px;
    padding: 10px 55px 25px;
}
.category-agree-btn img.ico {
    top: 2px;
    position: relative;
    margin-right: 5px;
}
.category-box p.note img.ico {
	position: relative;
	top: -1px;
	margin-right: 5px;
}


@media screen and (max-width:1200px) {
	.btn_del {
    	left: 226px;
	}
	.sub-information {
		padding: 50px 30px 0;
	}
	button.b-subin {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	select.wid3 {
		width: 100%;
		margin-left: 0 !important;
	}
	input.wid1 {
		width: 90%;
		margin-bottom: 10px;
	}
	input.wid2 {
		width: 100% !important;
	}
	input.wid5 {
		width: 100%;
	}
	.w-margin-l05 {
		margin-left: 0;
		margin-top: 10px;
	}

	.sub-information-left {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	.sub-information-right {
		float: left;
		width: 100%;
		padding-left: 0;
	}
	.sub-information {
		padding: 50px 20px 0;
	}

	.category-agree-btn2 {
		margin: 40px 20px 10px;
	}
	.category-box p.note {
		padding: 10px 35px 25px;
	}

	button.b-subin2 {
		background: #000;
		color: #fff;
		height: 55px;
		padding: 0 35px;
		font-size: 1.125rem;
		font-family: 'NotoR';
		margin-left: 0;
		width: 100%;
		margin-top: 10px;
	}

}

@media screen and (max-width:980px) {
	
	.sub-page-txt {
		padding: 20px 20px 40px;
	}
   
	.join-select {
		margin: 30px 0;
	}
	.join-select-left {
		width: 47%;
		margin: 0 1% 0 2%;		
		border: 1px solid #c4c4c4;
	}
	.join-select-right {
		width: 47%;
		margin: 0 2% 0 1%;		
		border: 1px solid #c4c4c4;
	}

	.agree-con01,
	.agree-con02 {
		padding: 0 30px 45px;
	}


}

@media screen and (max-width:768px) {
   
	.join-select-left p:after, .join-select-right p:after {
		display: none;
	}
	.join-select-left p, .join-select-right p {
		margin-bottom: 25px;
	}
	.join-select-left a, .join-select-right a {
		height: 320px;
		padding: 50px 0;
	}

	.agree-con01,
	.agree-con02 {
		padding: 0 20px 45px;
	}
	.agree-con03 {
		margin: 0 20px;
	}

	select.wid3 {
		margin-top: 10px;
	}
	button.b-subin2 {
		margin-left: 0;
		width: 100%;
		margin-top: 10px;
	}
	.sub-category-box {
		padding: 40px 50px;
	}
	.category-agree-btn2 {
		margin: 40px 20px;
		padding: 20px 40px 25px;
	}

}

/* Mobile Portrait  ~ Landscape */
@media screen and (max-width:480px) {
	
	.join-select {
		padding: 0 30px;
	}
	.join-select-left,
	.join-select-right {
		width: 100%;
		margin: 0%;
	}
	.join-select-left {
		width: 100%;
		margin: 0 0 20px !important;;
	}
	.join-select-left a,
	.join-select-right a {
		height: 280px;
		padding: 35px 0;
	}

	.agree-con01, .agree-con02 {
		padding: 0 10px 45px;
	}
	.sub-page-txt {
		font-size: 1.125rem;
	}
	.sub-page-con {
		padding-top: 30px;
	}
	.agree-con03 {
		padding-bottom: 20px;
	}
	.sub-information {
		padding: 30px 10px 0;
	}
	.sub-category-box {
		padding: 20px 30px;
	}
	.category-agree-btn2 {
		margin: 30px 10px;
		padding: 20px 20px 20px;
	}
	.category-agree-tit2 {
		font-size: 1.0rem;
		padding-right: 0;
	}
	.join-btn button.join-btn01,
	.join-btn button.join-btn02 {
		width: 40%;
		margin-right: 0;
		padding: 0;
	}
	.sub-information {
		padding: 30px 20px 0;
	}

}




/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* 일자리보기 목록
/* ----------------------------- */

.jobview-list {
    max-width: 1300px;
    margin: 0 auto 30px;
}
.jobview-list ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex!important;
}
.jobview-list ul li.my_company{
	border: 2px solid #f72586;
}
.jobview-list ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 1.25rem;
    /* transition: all .4s ease; */
    border: 1px solid #c4c4c4;
    /* padding: 20px; */
    position: relative;
    height: 310px;
    border-radius: 10px;
    background: #F7F7F7;
}
.jobview-list ul li > a {    
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

.jobview-list ul li:nth-child(4n) {
    margin-right: 0;
}
.jobList_bg{
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 15px;
    border-radius:10px 10px 0 0;
    padding: 35px 20px 12px 20px;
}
.jobview-list-tit{
    text-align: left;
    padding: 0 20px;   
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
}
.company_mtb{
	margin: 3px auto 8px!important;
}
.jobview-list-img {
    text-align: center;
    margin-bottom: 15px;
    min-height: 60px;
}
.jobview-list-img img {
    max-height: 60px;
}
.jobview-list-name {
	font-family:'NotoL';
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.jobview-line > ul > li > a > div.jobview-list-name{
    width: 22%;
}
.jobview-line > ul > li > a > div.jobview-list-tit{
    width: 30%;    
}
.jobview-list-tit span{
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
    word-wrap: break-word;*/
    word-break: keep-all;
    white-space: pre;
    overflow: hidden;
    font-size: 1.1rem;
    color: #7109B6;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.jobview-list-tit > p{
    min-height: 45px;
    font-size: 15px;
    color: #686868;
    margin-top: 5px;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;  
    
}
.jobview-iconBox{    
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 5%;
    width: 87%;
    margin: 0 20px;
}
.new-icon_list{
    color: #ffffff;
    font-size: 14px;
    padding: 1px 12px 2px;
    background-color: #f72586;
    border: 1px solid #f72586;
    border-radius: 30px;	
}
.jobview-list-date {
    color: #7109B6;
    font-size: 14px;
    border: 1px solid #B883DB;
    padding: 1px 12px 2px;
    background-color: #FAF4FD;
    border-radius: 30px;
}
.jobview-list-btn {
    /* position: absolute; */
    bottom: 21px;
    left: 20px;
    z-index: 1;
    width: 24px;
    height: 25px;
    cursor: pointer;
}
.jobview-list-btn.on { 
    background-position: 0 -28px;
}
.img_list-btn {
    display: block;
    overflow: hidden;
    background: url(../images/sub/img_list-btn01.png) no-repeat 0 3px;
}
.img_list-btn span.blind {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    width: 1px;
    height: 1px;
}

.job-insertbtn {
    position: absolute;
    right: 50px;
    bottom: 30px;
}
.job-insertbtn a {
    background: #000;
    color: #fff;
    padding: 10px 50px;
    display: block;
}

.new-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background-color: #f72586;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 20px;
    margin-left: 7px;
    z-index: 1;
    font-size: 1.0rem;
    text-align: center;
    padding-top: 12px;
}

.list_icon02 {
    position: absolute;
    bottom: 22px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}
.list_icon02 span {
	color:#9e9e9e;
}

/* ------------------- */
/* 일자리보기 목록 검색
/* ------------------- */
.joblist_search {
    position: relative;
    z-index: 2;
    margin: 20px auto 30px;
    width: 1200px;
    height: 64px;
    border: 2px solid #7109b6;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}
.joblist_search .option {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #666;
    font-size: 1.125rem;
    letter-spacing: -1px;
    text-align: left;
    background: #fff;
} 
.joblist_search .option .placeholder {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 19px 24px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #7a7a7a;
    font-size: 1.125rem;
    letter-spacing: -1px;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-company {
    margin: 60px auto 0 !important;
}
.search-company-box {
    text-align: center;
    width: 100%;
    margin: 2.2rem 0;
}
.search-company-box ul {
    display: inline-block;
    background: #7109b6;
    padding: 10px 50px;
    border-radius: 20px;
}
.search-company-box ul li {
    float: left;
    padding-left: 2.0rem;
    font-size: 1.25rem;
    color: #fff;
}
.search-company-box ul li:first-child {
    padding-left: 0;
}
.search-company-box li.all_btn {
    font-size: 1.125rem;
    padding-top: 2px;
    position: relative;
    padding-right: 20px;
}
.search-company-box li.all_btn:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: -8px;
    top: 6px;
}

.option_button {
    width: 15%;
    position: absolute;
    top: 0;
    left: 0;
    background: #7109b6;
    height: 100%;
    text-align: center;
}
.option_button button {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.120rem;
	font-family:'NotoM';
}
.option_button ul {
    display: none;
    position: absolute;
    top: 61px;
    left: -2px;
    z-index: 10;
    width: 100.5%;
    border: 1px solid #333;
    background-color: #fff;
}
.option_button ul li a {
    display: block;
    padding: 5px 10px;
    line-height: 30px;
    color: #333;
}

.main_search .option.option_keyword.on {
    top: -3px;
    left: -3px;
    width: 303px;
}
.option_keyword > input[type="text"]::placeholder {
    color: #7109b6;
}
.joblist_search .option.option_keyword .placeholder {
    color: #7109b6;
}
.joblist_search .option_keyword .placeholder {
    background: #fff;
}
.joblist_search .option.option_keyword.on {
    width: 520px;
}
.joblist_search .option.option_category {
    left: 50%;
    width: 525px;
}
.joblist_search .option.option_category.on {
	top:-3px;
    width: 532px;
}
.joblist_search .option.on {
    z-index: 9;
    outline: 1px solid #000789;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
}
.joblist_search .option.option_category:before {
    display: block;
    position: absolute;
    top: 20px;
    left: -1px;
    z-index: 10;
    width: 2px;
    height: 20px;
    background-color: #d5d9df;
    content: "";
}
.joblist_search .option.on.option_area:before,
.joblist_search .option.on.option_category:before {display:none}
.joblist_search .option.on>.panel {
    display: block;
}
.joblist_search .option:after {
    display: block;
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 4;
    width: 11px;
    height: 9px;
    background: url(../images/sub/panel-btn.png) no-repeat;
    content: "";
}
.joblist_search .option_keyword:after { display:none; }
.joblist_search .option.on:after {
    background-position: 0 -12px;
}
.joblist_search .panel {
    display: none;
    position: absolute;
    top: 56px;
    border: 1px solid #000789;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
	font-size: 1.0rem;
}
.joblist_search .option_category .panel:before {
    left: 523px;
    width: 435px;
}
.joblist_search .panel:before {
    display: block;
    position: absolute;
    top: -3px;
    z-index: 3;
    width: 374px;
    height: 5px;
    background: #fff;
    content: "";
}
.joblist_search .option_category .panel {
    left: -427px;
    width: 960px;
    padding: 30px 50px;
}
.joblist_search .option_category .panel .panel-tit {
    font-size: 1.125rem;
    font-family: 'NotoM';
    margin-left: 5px;
}
.joblist_search .option_category .panel .panel-txt {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 14px 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.joblist_search .option_category .panel .panel-txt label {
    margin: 5px 25px 5px 0;
}
.joblist_search .option_category .panel .line-panel {
    margin-bottom: 20px;
}
.joblist_search .option>input[type="text"] {
    position: relative;
    z-index: 1;
    padding: 20px 24px;
    width: 100%;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    color: #666;
    font-size: 1.125rem;
    letter-spacing: -1px;
    line-height: 23px;
    background: #fff;
}
.joblist_search .option>input[type="text"]:focus,
.joblist_search .option.on>input[type="text"] {z-index:3}
.joblist_search .option.on>button.key>span,
.joblist_search .option_area.on .placeholder,
.joblist_search .option_category.on .placeholder {
	color:#7109b6;
}
.joblist_search .search_reset {
    position: absolute;
    z-index: 8;
    background: #7109b6;
    font-size: 1.0rem;
    letter-spacing: -1px;
    line-height: 16px;
    width: 65px;
    right: 0;    
    height: 100%;
}
.joblist_search .search_reset button {
    width: 65px;
    height: 56px;
    background: url(../images/sub/search-resetbtn.png) no-repeat center;
}

.panel_Search{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 110%;    
    margin: -30px -50px;
}
.panel_Search > ul:first-child{
    background-color: #f3f3f3;
    margin-right: 25px;
    width: 180px;
    padding: 10px 0 15px 0;
}
.panel_Search > ul:last-child{
    width:calc(100% - 190px);
    padding: 20px 20px 0px 0px;
}
.panel_Search > ul > li > button{
    font-size: 1rem;
    font-family: 'NotoM';
    margin-right: 20px;
    width: 100%;
    color: #777777;
    font-size: 1rem;
    padding: 10px 12px 7px 30px;
    text-align: left;
}
.panel_Search > ul > li > button:hover{
    width: 180px;
    color: #9230d3;
    font-size: 1rem;
    background-color: #ffffff;
}
.panel_Search > ul > li > button.on{
    width: 180px;
    color: #9230d3;
    font-size: 1rem;
    background-color: #ffffff;
}
.panel_Search > ul > li:last-child > button{
    padding-bottom: 10px;
}

.portfolio_Search{
	margin: -18px -50px;
	width: 109%;
}
.portfolio_Search > ul:first-child{
	border-radius: 20px 0 0 20px;
}
.portfolio_Search > ul > li > button:first-child{
	border-radius: 5px 0 0 5px;
}
.panel-tit{
	font-size: 1.125rem;
    font-family: 'NotoM';
    margin-left: 5px;
}
.panel-txt{
	background: #f3f3f3;
    border-radius: 20px;
    padding: 14px 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.line-panel{
	margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
	
    .option_button {
        height: 64px;
    }
    .option_button ul {
        top: 58px;
    }
	.joblist_search {
		width: 100%;
		height: 123px;
	}
    .joblist_search .search_reset {
        height: auto;
    }
	.joblist_search .option.option_category {
		left: 0;
		width: 100%;
		top: 56px;
		height: 64px;
		border-top: 2px solid #7109b6;
	}
	.joblist_search .option.option_keyword.on {
		width: 100%;
		height: 60px;
	}
	.joblist_search .option.option_category.on {
		top: 56px;
		width: 100%;
	}
	.joblist_search .option_category .panel:before,
	.joblist_search .option.option_category:before {
		display:none;
	}
	.joblist_search .option_category .panel {		
		left: -2px;
		width: 100.4%;
		/* padding: 30px; */
		top: 62px;
	}
	.joblist_search .panel {
		top: 56px;
		border: 2px solid #7109b6;
	}
	.joblist_search .option>input[type="text"] {
		height: 60px;
	}

}    



@media screen and (max-width:980px) {
    
	.jobview-list ul li {
		width: calc(33% - 15px);
	}
	.jobview-list ul li:nth-child(4n) {
		margin-right: 20px;
	}
	.jobview-list ul li:nth-child(3n) {
		margin-right: 0;
	}
	
	.joblist_search {
		margin: 20px auto;
	}

	.search-company-box ul {
		padding: 10px 25px;
	}
	.jobview-list-name{
		text-overflow: ellipsis;
	    word-break: keep-all;
	    white-space: pre;
	    overflow: hidden;		
	}

}

@media screen and (max-width:768px) {
    
 
	.jobview-list ul li {
		width: calc(50% - 15px);
	}
	.jobview-list ul li:nth-child(3n) {
		margin-right: 20px;
	}
	.jobview-list ul li:nth-child(2n) {
		margin-right: 0;
	}

    .option_button {
        width: 30%;
    }
    .joblist_search .option {        
        width: 70%;
    }
    .joblist_search .option .placeholder {
        font-size: 1.0rem;
    }


}

@media screen and (max-width:640px) {
    
	.company-list dl dd .company-list-logo {
		width: 150px;
	}

}

@media screen and (max-width:540px) {
	.panel_Search {
		width: 125%;
	}
}	

@media screen and (max-width:480px) {
	
   
	.jobview-list ul li {
		width:100%;
		margin-right: 0px;
		height: auto;
		padding-bottom: 20px;
	}
	.jobview-list ul li:nth-child(3n) {
		margin-right: 0;
	}
	.joblist_search {
		margin: 30px auto 20px;
	}
	.jobview-list-date {
		position: relative;
		bottom: 0;
		margin-top: 5px;
	}
	.joblist_search .option_category .panel {
		left: -2px;
		width: 101%;
		/* padding: 15px; */
		top: 62px;
	}
    .joblist_search .option_category .panel .panel-txt {
        padding: 15px;
    }

	.joblist_search .panel {
		top: 56px;
		border: 2px solid #7109b6;
	}
	.panel_Search {
		width: 130%;
	}
	.panel_Search > ul:first-child {
        width: 110px;
        padding: 10px 0 15px 0;
        margin-right: 10px;
    }
    .panel_Search > ul:last-child {
        width: calc(100% - 110px);
        padding: 20px 10px 0px 0px;
    }
    .panel_Search > ul > li > button {
        width: 110px;
        font-size: 0.9rem;
        padding: 10px 7px 7px 5px;
    }
    .panel_Search > ul > li > button.on {
        width: 110px;
        font-size: 0.9rem;
    }
    .panel_Search > ul > li > button:hover {
        width: 110px;
        font-size: 0.9rem;
    }

	.search-company-box {
		margin: 1.5rem 0;
	}
	.search-company-box li.all_btn {
		padding-right: 10px;
	}
	.search-company-box li.all_btn:after {
		right: -7px;
	}
	.search-company-box ul {
		padding: 10px 20px;
	}
	.search-company-box ul li {
		padding-left: 1.0rem;
	}
}

/* ----------------------------- */
/* 일자리 내용보기
/* ----------------------------- */
.job-view {
}
.job-view-btn {
    padding: 20px 0 30px;
}
.job-view-btn a {
    background: #f6f6f6;
    border: 1px solid #c4c4c4;
	color:#000;
	position: relative;
    padding: 10px 25px;
	border-radius: 10px;
}
.job-view-btn a:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/sub/job-view-btn.png) no-repeat center;
    top: 4px;
    margin-right: 10px;
}
.job-view-btn2 {
    padding: 20px 10px 30px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.job-view-btn2 a {
    background: #000;
    border: 1px solid #c4c4c4;
    color: #fff;
    position: relative;
    padding: 10px 25px;
    border-radius: 10px;
}
.job-view-btn3 {
    padding: 14px 10px 30px 0;
    position: relative;
    right: 0;
    top: 0;
}
.job-view-btn3 a {
    background: #000;
    border: 1px solid #c4c4c4;
    color: #fff;
    position: relative;
    padding: 10px 25px;
    border-radius: 10px;
}
.job-view-tit {
	padding:45px;
    background: #fff;
    border: 1px solid #c4c4c4;
}
.job-view-tit-box {
    position: relative;
}
.job-view-tit-box .j-view-company {
    display: inline-block;
    overflow: hidden;
    margin-right: 8px;
    padding-right: 2px;
    max-width: 380px;
    height: 28px;
    font-size: 1.125rem;
    line-height: 22px;
    color: #000;
}
.job-view-tit-box .j-view-star01 {
    display: inline-block !important;
    padding: 0 9px 3px;
    height: 21px;
    width: 130px;
    font-size: 0.9375rem;
    vertical-align: top;
	color:#c5c5c5;
	font-family: 'NotoR';
    margin-left: 20px;
}
.job-view-tit-box .j-view-star01 span {
	color:#c5c5c5;
}
.job-view-tit-box .j-view-star01.on,
.job-view-tit-box .j-view-star01.on span { 
    background-position: 0 -29px;
	color:#f72988;
}
.job-view-tit-box .img_list-btn02 {
    display: block;
    overflow: hidden;
    background: url(../images/sub/j-view-star01.png) no-repeat 0 0;
}
.job-view-tit-box .j-view-title {
    font-size: 1.625rem;
    color: #000;
	font-family: 'NotoB';
    line-height: 2.25rem;
}
.job-view-tit-box .j-view-star02 {
    display: inline-block !important;
    height: 28px;
    width: 32px;
    font-size: 0;
    vertical-align: super;
    margin-left: 10px;
}
.job-view-tit-box .j-view-star02.on { 
    background-position: 0 -37px;
}
.job-view-tit-box .img_list-btn03 {
    display: block;
    overflow: hidden;
    background: url(../images/sub/j-view-star02.png) no-repeat 0 0;
}
.job-view-tit-box .desc {
    margin: 15px 0 0;
    display: inline-block;
}
.job-view-tit-box .desc li {
    float: left;
    margin-left: 10px;
    font-size: 1rem;
    color: #949494;
    letter-spacing: -1px;
    line-height: 17px;
	font-family: 'NotoL';
}
.job-view-tit-box .desc li:first-child {
    margin-left: 0;
}
.job-view-tit-box .j-view-dday {
    position: absolute;
    top: 30px;
    right: 210px;
    display: block;
    font-family: 'NotoM';
    font-size: 1.25rem;
    color: #000;
}
.job-view-tit-box .j-view-botton {
    position: absolute;
    top: 14px;
    right: 0;
    text-align: center;
    font-family: 'NotoM';
    color: #fff;
    background: #f72988;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    font-size: 1.125rem;
}
.job-view-tit-box .j-view-botton a {
    padding: 20px 50px;
    display: block;
}

.job-view-con-box .line-b-view {
    border-bottom: 1px solid #ddd;
}
.job-view-con-box {
    background: #f7f7f7;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
	padding:30px 55px;
}
.job-view-con-box .j-view-title {
    color: #7109b6;
    font-size: 2.1875rem;
    font-family: 'NotoB';
    text-align: center;
    padding: 30px 0 55px;
    border-bottom: 1px solid #ddd;
}
.j-view-txt {
    padding: 30px 0;
}
.j-view-txt-tit {
    font-size: 1.375rem;
    font-family: 'NotoB';
    margin-bottom: 15px;
}
.j-view-txt-list {
    margin-left: 20px;
}
.j-view-txt-list ul {
}
.j-view-txt-list ul li {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 12px;
}
.j-view-txt-list ul li span {
    width: 100%;
    display: block;
    margin-top: 5px;
}
.j-view-txt-list ul li:before {
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    background: #000;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
.j-view-txt-list ul li a {
	text-decoration: underline;
	text-underline-position: under;
    font-family: 'NotoM';
}
.j-view-address {
    font-size: 1.125rem;
}
.j-view-address span {
    position: relative;
    top: -6px;
}
.j-view-address:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 21px;
    height: 28px;
    background: url(../images/sub/j-view-map.png) no-repeat center;
    margin-right: 10px;
}
.j-view-map {
}
.j-view-map a {
    font-size: 1.125rem;
    width: 100%;
    background: #fff;
    display: block;
    text-align: left;
    padding: 15px 0 18px 20px;
    border: 1px solid #7109b6;
    margin: 10px 0 10px;
    color: #333;
    font-weight: 400;
}
/* .j-view-map a:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 28px;
    height: 29px;
    background: url(../images/sub/j-view-map02.png) no-repeat center;
    margin-right: 10px;
    top: 7px;
} */
.j-view-map a > span {
    font-family: 'NotoM';
    margin-right: 30px;
}
.map_view{
    float: right;
    border-radius: 6px;
	font-size: 1rem;
    background: #f6f6f6;
    display: block;
    text-align: center;
    padding: 0px 15px 7px;
    border: 1px solid #7109b6;
    margin: -5px 20px 10px 20px;
    color: #7109b6;
    font-family: 'NotoM';
}
.map_view:before{
	content: "";
    display: inline-block;
    position: relative;
    width: 28px;
    height: 25px;
    background: url(../images/sub/j-view-map02.png) no-repeat center;
    margin-right: 10px;
    top: 8px;
}
#map{
    width: 100%;
    max-height: 500px;
    border-radius: 10px; 
    /* cursor: pointer; */
    margin-bottom: 30px;
    height: 500px;
    border: 1px solid #ddd;
}
#map > a{
    display: inline-block;
    width: 100%;
    height: 500px;
}
.j-view-txt .j-view-btn-right {
    text-align: right;
    margin-bottom: 10px;
}
.j-view-txt .j-view-btn-right span {
	color:#7109b6;
    font-family: 'NotoB';
}
.j-view-txt .j-view-txt-btn {
    position: relative;
}
.j-view-txt .j-view-dday {
    position: absolute;
    background: #fff;
    padding: 10px 40px;
    border-radius: 40px;
    top: -25px;
    left: 40px;
    border: 2px solid #f72586;
    color: #f72586;
    font-family: 'NotoM';
    font-size: 1.125rem;
}
.j-view-txt .j-view-botton {
}
.j-view-txt .j-view-botton a {
    font-size: 1.25rem;
    background: #f72586;
    display: block;
    text-align: center;
    color: #fff;
    padding: 26px 0;
    font-family: 'NotoB';
}

.corporate-information {
    margin: 40px 0 10px;
    position: relative;
}
.corporate-information-tit {
    font-size: 1.375rem;
    font-family: 'NotoB';
    margin-bottom: 15px;
    margin-left: 10px;
}
.corporate-information-box .btn_jview {
    display: inline-block;
    padding: 4px 30px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    font-size: 0.9375rem;
    vertical-align: top;
    background-color: #fff;
    position: relative;
    top: -2px;
}

.corporate-information-box .j-view-star01 {
    display: inline-block !important;
    padding: 0 9px 3px;
    height: 21px;
    width: 130px;
    font-size: 0.9375rem;
    vertical-align: top;
	color:#c5c5c5;
	font-family: 'NotoR';
    margin-left: 20px;
    position: relative;
    top: 3px;
}
.corporate-information-box .j-view-star01 span {
	color:#c5c5c5;
}
.corporate-information-box .j-view-star01.on,
.corporate-information-box .j-view-star01.on span { 
    background-position: 0 -29px;
	color:#f72988;
}
.corporate-information-box .img_list-btn02 {
    display: block;
    overflow: hidden;
    background: url(../images/sub/j-view-star01.png) no-repeat 0 0;
}
.corporate-information-box a.btn_jview {line-height:23px;}
.corporate-information-box .wrap_info .title .btn_link {
    margin-left: 4px;
}
.corporate-information-box {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 20px;
    display: inline-block;
    width: 100%;
}
.corporate-information-box .c-logo {
    overflow: hidden;
    float: left;
    width: 260px;
    height: 155px;
    line-height: 155px;
    text-align: center;
    margin-left: 60px;
}
.corporate-information-box .c-logo>img {
    vertical-align: middle;
}
.corporate-information-box .wrap_info {
    max-width: 1100px;
    padding: 0 15px 0 390px;
}
.corporate-information-box .wrap_info .title {
    margin-bottom: 25px;
    height: 28px;
    font-size: 0;
}
.corporate-information-box .wrap_info .company_name {
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
    padding-right: 2px;
    max-width: 540px;
    color: #222;
    font-size: 1.25rem;
    line-height: 25px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.corporate-information-box .wrap_info .title .btn_link {
    margin-left: 4px;
}
.corporate-information-box .logo+.wrap_info {padding:0 15px 0 290px;width:535px}
.corporate-information-box .logo+.wrap_info .company_name {max-width:238px}
.corporate-information-box .info {
    margin-left: -15px;
}
.corporate-information-box .info:after {
    display: table;
    clear: both;
    content: "";
    table-layout: fixed;
}
.corporate-information-box .info dl {
    display: block;
    float: left;
    position: relative;
    margin-left: 15px;
    padding-left: 70px;
    width: 250px;
    min-height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.corporate-information-box .info dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    color: #8e8d8d;
    font-size: 1rem;
    line-height: 28px;
}
.corporate-information-box .info dl dd {
    width: 100%;
    color: #000;
    font-size: 1rem;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.corporate-information-box .info dl dd>span { color:#949494; }
.corporate-information-box .info dl dd>a {
    display: inline-block;
    overflow: hidden;
    padding-right: 1px;
    max-width: 99%;
    color: #4876ef;
    text-decoration: underline;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}
.corporate-information-box .info dl.wide {
    width: 465px;
    margin-bottom: 0px;
}
.corporate-information-box .info dl.wide dd {
    padding-top: 5px;
    line-height: 18px;
}
.corporate-information-box .btn_modify {position:absolute;top:-34px;right:0}
.corporate-information-box .btn_modify>span {color:#888;font-size:13px;letter-spacing:-1px}
.corporate-information-box .btn_modify:after {margin:8px 0 0 8px;width:6px;height:9px;background-position:0 -150px;content:""}


@media screen and (max-width:1400px) {

	.job-view-tit-box .j-view-dday {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 10px;
		text-align: right;
	}
	.job-view-tit-box .j-view-botton {
		position: relative;
		margin-bottom: 15px;
	}

}


@media screen and (max-width:980px) {
	.map_view{
		position: relative;
		float: none;
		margin: 10px 10px 0px 0px;
	}

	.corporate-information-box .c-logo {
		margin-left: 20px;
	}
	.corporate-information-box .wrap_info {
		padding: 0 15px 0 320px;
	}

	
	.corporate-information-box .c-logo {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.corporate-information-box .wrap_info {
		padding: 0;
		width: 100%;
	}
	.corporate-information-box .btn_jview {
		position: absolute;
		top: 5px;
		right: 0;
	}

	.corporate-information-box .j-view-star01 {
		padding: 0 9px 3px;
		width: 100%;
		margin-left: 0;
		position: relative;
		top: 3px;
		text-align: left;
		padding-left: 30px;
		margin: 10px 0;
	}
	.corporate-information-box .info {
		margin-top: 50px;
		display: block;
		width: 100%;
	}
	.corporate-information-box .info dl {
		margin-bottom: 5px;
	}

	.corporate-information-box .info dl {
		margin-left: 0;
	}
	.corporate-information-box .info {
		margin-left: 0;
	}

}


@media screen and (max-width:768px) {
    
	.time-select-box {
		margin-top: 10px;		
	}
	.when-hiring {
		margin-top: 10px;	
	}

	.j-view-map a {
		/* padding: 5px 0 13px; */
		padding: 15px 0 18px 20px;
		margin: 20px 0 50px;
	}
	.job-view-con-box {
		padding: 20px;
	}
	.job-view-con-box .j-view-title {
		font-size: 2.0rem;
		padding: 15px 0 30px;
	}
	.j-view-txt .j-view-botton a {
		padding: 20px 0;
	}
	.j-view-txt-tit {
		font-size: 1.275rem;
		margin-left: 5px;
	}
	.j-view-txt-list {
		margin-left: 10px;
	}

	.job-view-btn {
		margin-top: 10px;
	}
	.job-view-tit {
		padding: 30px;
	}

	.join-btn {
		text-align: center;
		width: 100%;
		display: inline-block;
	}


}

@media screen and (max-width:640px) {
	.map_view{
		margin: 10px 10px 0px 0px;
		width: 100%;
	}
    .j-view-map a > span{
    	display: block; 
    }
    .j-view-map a {
    	padding: 15px;
	}

}


@media screen and (max-width:480px) {
	.j-view-map a{
		padding: 10px;
	}
   .j-view-map a > span{
   	display: block;   	
   }
   .j-view-map a:before{
   	display: none;
   }
   .corporate-information-box .c-logo {
		width: 100%;
		height: auto;
		margin-left: 0;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.corporate-information-box .wrap_info {
		display: inline-block;
		margin-top: 25px;
	}
	
	.corporate-information-box .info dl {
		display: inline-block;
		float: none;
		position: relative;
		margin-left: 0;
		padding-left: 0;
		width: 100%;
	}
	.corporate-information-box .info dl dt {
		position: relative;
	}
	.corporate-information-box .info dl.wide {
		width: 100%;
		margin-bottom: 0px;
	}
	.corporate-information-box .info dl dd {
		padding-left: 10px;
		white-space: normal;
		line-height: 25px !important;
	}
	.corporate-information-box .info dl dd>a {
		overflow: revert;
	}

	.j-view-txt .j-view-dday {
		position: absolute;
		background: #fff;
		padding: 5px 35px;
		border-radius: 40px;
		top: -20px;
		left: 10px;
		border: 2px solid #f72586;
		color: #f72586;
		font-family: 'NotoM';
		font-size: 1.0rem;
	}

}




/* ----------------------------- */
/* 기업정보 목록
/* ----------------------------- */
.company-list {
    max-width: 1300px;
    margin: 0 auto;
}
.company-list ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex!important;
}
.company-list ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 30px;
    transition: all .4s ease;
    border: 1px solid #c4c4c4;
    position: relative;
    height: 330px;
}
.company-list ul li:nth-child(4n) {
    margin-right: 0;
}
.company-list ul li a {
}
.company-list dl {
}
.company-list dl dt {
    height: 180px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
	text-align:center;
}
.company-list dl dt img {
    width: 100%;
}
.company-list dl dd {
}
.company-list dl dd .company-list-logo {
    width: 200px;
    margin: 0 auto;
}
.company-list dl dd .company-list-logo img {
    margin: 20px 0;
    width: 100%;
}
.company-list dl dd .company-list-tit {
    font-size: 1.125rem;
    margin-left: 25px;
}

.company-list .company-btn {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 1;
    width: 24px;
    height: 22px;
    cursor: pointer;
}
.c-list-btn {
    display: block;
    overflow: hidden;
    background: url(../images/sub/img_list-btn01.png) no-repeat 0 0;
}
.c-list-btn span.blind {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    width: 1px;
    height: 1px;
}
.c-list-btn.on { 
    background-position: 0 -28px;
}




@media screen and (max-width:980px) {
    
	.company-list ul li {
		width: calc(33% - 15px);
	}
	.company-list ul li:nth-child(4n) {
		margin-right: 20px;
	}
	.company-list ul li:nth-child(3n) {
		margin-right: 0;
	}
	.company-list dl dt {
		height: 160px;
	}

}

@media screen and (max-width:768px) {
    
 
	.company-list ul li {
		width: calc(50% - 15px);
	}
	.company-list ul li:nth-child(3n) {
		margin-right: 20px;
	}
	.company-list ul li:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width:480px) {
   
	.company-list ul li {
		width:100%;
		margin-right: 0px;
		height: auto;
		padding-bottom: 20px;
	}
	.company-list ul li:nth-child(3n) {
		margin-right: 0;
	}
	.company-list dl dt {
		height: 200px;
	}

}



/* ----------------------------- */
/* 기업정보 보기
/* ----------------------------- */
.company-view {
    border: 1px solid #c4c4c4;
    padding: 50px;
    position: relative;
}
.company-view-btn {
}
.company-view-top {
    text-align: center;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 50px;
    padding-bottom: 60px;
}
.company-view-logo {
    padding-bottom: 20px;
}
.company-view-logo img {
    max-width: 300px;
    max-height: 300px;
}
.company-view-top h1 {
    font-size: 1.875rem !important;
    color: #000 !important;
	font-family:'NotoB';
}
.company-view-top ul {
    padding: 20px 0;
}
.company-view-top ul li {
	display: inline-block;
}

.company-view-top .classification {
    padding: 10px 40px;
    margin-bottom: 30px;
    display: table;
    border-top: 1px solid #7109b6;
    border-bottom: 1px solid #7109b6;
    margin: 20px auto 0;
}
.company-view-top .classification li {
    color: #7109b6;
    font-family: 'NotoM';
}
.company-view-top .classification li::after {
    width: 1px;
    height: 15px;
    content: "";
    vertical-align: middle;
    background: #7109b6;
    margin: -2px 10px 0 10px;
    display: inline-block;
}
.company-view-top .classification li:last-child::after {
	display:none;
}

.company-viewbtn .j-view-star02 {
    display: inline-block !important;
    height: 28px;
    width: 32px;
    font-size: 0;
    vertical-align: bottom;
}
.company-viewbtn .j-view-star02.on { 
    background-position: 0 -37px;
}
.company-viewbtn .img_list-btn03 {
    display: block;
    overflow: hidden;
    background: url(../images/sub/j-view-star02.png) no-repeat 0 0;
    position: absolute;
    top: 50px;
    right: 50px;
}



.company-view-con {
    margin-bottom: 30px;
} 
.company-view-con h2 {
    font-size: 1.25rem !important;
    color: #000 !important;
	/* font-weight: 600; */
}
.sub-margin-b20 {
    margin-bottom: 20px !important;
}
.company-view-con h3 {
    font-size: 1.0rem !important;
    color: #7109b6 !important;
	font-family:'NotoB';
    margin-left: 20px;
}
.company-view-con p {
    font-size: 1.0rem;
    color: #555;
}
.company-view-ctxt {
    margin-left: 20px;
}
.company-view-video {
    text-align: center;
}
.company-view-video ul {
    width: 100%;
    display: inline-block;
}
.company-view-video ul li {
    background: #000;
    width: 40%;
    height: 250px;
    display: inline-block;
    margin-right: 40px;
}
.company-view-video ul li:last-child {
    margin-right: 0;
}


.game-linksite {
    margin-left: 30px;
    margin-top: 10px;
}
.game1-a-icon {
    background: url(../images/sub/game1-a-icon.png) no-repeat 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.game1-g-icon {
    background: url(../images/sub/game1-g-icon.png) no-repeat 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.game1-h-icon {
    background: url(../images/sub/game1-h-icon.png) no-repeat 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
}


@media screen and (max-width:980px) {
	
	.company-view {
		padding: 30px;
	}
	.company-view-top {
		margin-bottom: 40px;
		padding-bottom: 10px;
	}
	.company-viewbtn .img_list-btn03 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}

}


@media screen and (max-width:768px) {
	
	.company-view-video ul li {
		width: 100%;
		height: 350px;
		margin-bottom: 20px;
	}
	.company-view-video ul li:last-child {
		margin-bottom: 0px;
	}
	.company-view-con {
	}

}


@media screen and (max-width:480px) {
	
	.company-view-video ul li {
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}

}



/* ----------------------------- */
/* 포트폴리오 리스트
/* ----------------------------- */
.job_select{
	display: flex;	
}
.portfolio_list_box {
    /* width: 100%;
    display: inline-block; */
    width: 93%;
    display: block;
    margin: 0 auto;
}
.portfolio_list_desc_area {
    margin: 0 0 2.5%;
    width: 100%;
    float: left;
}
.portfolio-list-title {
	font-family:'NotoM';
    height: 55px;
    min-height: 55px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    border: solid 1px #555;
    background-color: #fff;
    color: #838383;
    cursor: pointer;
}
.portfolio-list-title p.title_text {
    overflow: hidden;
    margin: 15px 55px 15px 40px;
    font-size: 1.125rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.36px;
}
.portfolio-list-title .title_open_button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    margin: 12px 25px 12px 0;
    background: url(../images/sub/button_title_open2.png) no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
}
.portfolio-list-title.on {
    border: solid 2px #7109b6;
    color: #7109b6;
}
.portfolio-list-title.on .title_open_button {
    background: url(../images/sub/button_title_opend2.png) no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
}

/* ----tab 추가--- */
.tab_box{
    width: 100%;
    display: flex;
}
.tab_box > ul:first-child{
	width: 35%;
    display: flex;
    justify-content: flex-end;
    order: 2;
}
.tab_box > ul:last-child{
	width:75%;
	order: 1;
	
}
.tab_box > ul > li{
    width: auto;
    height: auto;
    margin: 0px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.tab_box > ul > li > button{
    font-size: 1rem;
    font-family: 'NotoM';
    border-radius: 25px 25px 0px 25px;
    background: #EBE9ED;
    color: #7109B6;
    padding: 15px 5%;
    min-width: 150px;
    margin-right: 10px;
}
.tab_box > ul > li > button:hover, .tab_box > ul > li > button.on{
    background: #7109B6;
    color: #ffffff;
}

.blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
.portfolio_item > ul > li{
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    width: calc(50% - 15px);
}

.portfolio_list_desc_area .portfolio-list-desc {
    /* display: none; */
    padding: 80px 40px 40px;
    margin-top: -50px;
    border-radius: 20px;
    background-color: #f3eef6;
}
.portfolio-list-desc .sub-category-box {
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    padding: 18px 50px;
    background: #fff;
}
.portfolio-list-btn {
    text-align: right;
    margin: 20px 0 0;
}
.portfolio-list-btn button {
    height: 50px;
    background: #7109b6;
    padding: 0 50px;
    font-size: 1.125rem;
    color: #fff;
    font-family: 'NotoR';
}
.portfolio_list_desc_area2 {
    width: 20%;
    float: right;
    padding-left: 4%;
    position: relative;
    min-width: 175px;
}
.portfolio_list_desc_area2 select {
    border-radius: 15px;
    padding: 5px 30px;
    width: 100%;
	color:#838383;
    background: content-box;
    cursor: pointer;
    margin-bottom: 20px;
}
.portfolio_list_desc_area2 .title_open_button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    margin: 12px 25px 12px 0;
    background: url(../images/sub/button_title_open2.png) no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
    z-index: -1;
}
.portfolio_list_desc_area2.on .title_open_button {
    background: url(../images/sub/button_title_opend2.png) no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
    z-index: -1;
}

.portfolio-list {
    max-width: 1300px;
    margin: 0 auto;
}
.portfolio-list ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}
.portfolio-list ul li {
    width: calc(50% - 15px);
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 30px;
    transition: all .4s ease;
    position: relative;
    background-color: #F7F7F7;
}
.portfolio-list ul li:nth-child(2n) {
    margin-right: 0;
}

.portfolio-list-img {
    /* border: 1px solid #c4c4c4; */
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;    
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.portfolio-list-img span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f72586;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 1.0rem;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 999;
}
.portfolio-list-img img {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    border-radius: 9px 9px 0 0;
    width: 100%;
    height: 100%;
    --dataTable-color-border: none;
    --dataTable-color-border-in: none;
    --dataTable-color-header: none;
    --dataTable-color-row: none;
    --dataTable-color-paginate: none;
    border: none;
}
.portfolio-list-txt {
    position: relative;
    /* height: 110px; */
    padding: 10px 20px;
    display: flex;
}
.portfolio-list-txt .p-list-name {
    width: 100%;
    display: block;
	font-family:'NotoL';
	font-size:1.0rem;
    margin-bottom: 5px;
}
.portfolio-list-txt .p-list-tit {
    width: 100%;
    display: block;
	font-family:'NotoB';
	font-size:1.375rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
}
.portfolio-list-txt .p-list-nickname {
    width: 75%;
    display: block;
    font-family: 'NotoB';
    font-size: 1.1rem;
    /* padding-bottom: 5px; */
}
.work-info-group {
    display: flex;    
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    width: 100%;
}
.work-info-group > div.icon02 {
    margin-left: 8px;
}
.work-info-group .note-cnt,
.work-info-group .hit-cnt {
    font-size: 0.929em;
    color: #999999;
    letter-spacing: -0.43px;
    margin-left: 2px;
}
.work-info-group img {
    vertical-align: middle;
}

.portfolio-list-txt .p-company-btn {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 1;
    width: 24px;
    height: 22px;
    cursor: pointer;
}
.p-list-btn {
    display: block;
    overflow: hidden;
    background: url(../images/sub/p-list-btn.png) no-repeat 0 0;
}
.p-list-btn span.blind {
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    width: 1px;
    height: 1px;
}
.p-list-btn.on { 
    background-position: 0 -31px;
}

@media screen and (max-width:1200px) {
	.tab_box{
		display: block;
	}
	.tab_box > ul:first-child{
		width: 100%;
	}
	.tab_box > ul:last-child{
		width: 100%;
	}
    .tab_box > ul:first-child > li {
        width: auto;
        margin-bottom: 10px;
        text-align: center;
    }	
    .tab_box > ul{
        flex-direction: row;
        align-items: flex-end;
    }
    .tab_box > ul > li{
        width: auto;
        display: inline-block;
    }    
    .tab_box > ul:last-child > li {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;

    }
   
    .tab_box > ul > li > button{
        width: 45%;
        margin-bottom: 10px;
    }
    
}



@media screen and (max-width:980px) {
    .portfolio_list_box{
        width: 100%;
    }
	.portfolio-list ul li {
		/* width: calc(50% - 15px); */
        width: 100%;
        margin-right: 0;
	}
	.portfolio-list ul li:nth-child(3n) {
		/* margin-right: 20px; */
	}
	.portfolio-list ul li:nth-child(2n) {
		margin-right: 0px;
	}
	
	.portfolio_list_desc_area2 {
		width: 30%;
		position: relative;
		/* margin-bottom: 2%; */
	}
	.portfolio_list_desc_area {
		width: 100%;
	}
	.portfolio-list-title .title_open_button {
        margin: 12px 25px 12px 0;
	}
	.portfolio-list-title p.title_text {
		margin: 15px 35px 15px 30px;
	}
	.portfolio_list_desc_area .portfolio-list-desc {
		padding: 80px 30px 30px;
	}
	.portfolio-list-btn {
		text-align: center;
	}
	.portfolio-list-btn button {
		height: 40px;
	}
	.sub-category-tit {
		padding-left: 0;
		text-align: center;
	}
	.portfolio-list-desc .sub-category-box {
		padding: 18px 30px;
	}
}


@media screen and (max-width:768px) {

	.portfolio-list ul li {
		/* height: 280px; */
	}
	.portfolio-list-img {
		/* height: 200px; */
	}
	.portfolio-list-img span {
		font-size: 0.875rem;
		margin: 0 20px 0 0;
	}


}



@media screen and (max-width:480px) {
	.job_select{
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.job_select > div:first-child{
		margin-bottom: 3px;
	}	
	.portfolio_list_desc_area2 {
	    padding-left: 0;
	}
	   
	.portfolio-list ul li {
		width:100%;
		margin-right: 0px;
		height: auto;
		/* padding-bottom: 20px; */
	}
	.portfolio-list ul li:nth-child(3n) {
		margin-right: 0;
	}
	.portfolio-list-txt .p-list-tit {
		font-size: 1.25rem;
	}
    .portfolio_list_desc_area{
        margin-bottom: 15px;
    }
	.portfolio_list_desc_area .portfolio-list-desc {
		padding: 65px 20px 25px;
	}
	.portfolio_list_desc_area2 {
		width: 100%;
	}
    .tab_box > ul{
        flex-direction: column;
        align-items: flex-end;
    }
    .tab_box > ul:first-child > li{
    	width: 100%;
    }
    .tab_box > ul > li > button{
        width: 80%;
        margin-bottom: 10px;
    }
    .tab_box > ul > li > button:last-child{
        margin-bottom: 0;
    } 
    .portfolio-list-img {
        height: 200px;
    }  
    .portfolio_list_desc_area2 > select{
    	margin-bottom: 5px;
    } 

}


/* ----------------------------- */
/* 포트폴리오 카드
/* ----------------------------- */

.portfolio_card {
    max-width: 1300px;
    margin: 0 auto;
}
.portfolio_card ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex!important;
}
.portfolio_card ul li {
    width: calc(33% - 12px);
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 30px;
    transition: all .4s ease;
    position: relative;
    height: 310px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    background-color: #F7F7F7;
}
.portfolio_card ul li:nth-child(3n) {
    margin-right: 0;
}

.portfolio_card-img {
    /* border: 1px solid #c4c4c4; */
    width: 100%;
    height: 265px;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
    background: #fff;
}
.portfolio_card-img span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #f72586;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 1.0rem;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 999;
}
.portfolio_card-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.portfolio_card-txt {
    position: relative;
    /* height: 110px; */
    padding: 10px;
    display: flex;
    padding: 10px 20px;
}
.portfolio_card-txt .p-list-name {
    width: 100%;
    display: block;
	font-family:'NotoL';
	font-size:1.0rem;
}
.portfolio_card-txt .p-list-tit {
    width: 100%;
    display: block;
	font-family:'NotoB';
	font-size:1.375rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
}

.portfolio_card-txt .p-list-nickname {
    width: 75%;
    display: block;
    font-family: 'NotoB';
    font-size: 1.1rem;
}
.portfolio_card-txt .p-company-btn {
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 1;
    width: 24px;
    height: 22px;
    cursor: pointer;
}




@media screen and (max-width:980px) {

	.portfolio_card ul li {
		width: calc(50% - 15px);
	}
	.portfolio_card ul li:nth-child(3n) {
		margin-right: 20px;
	}
	.portfolio_card ul li:nth-child(2n) {
		margin-right: 0px;
	}
	
	.portfolio_card-title .title_open_button {
		margin: 12px 25px 12px 0;
	}
	.portfolio_card-title p.title_text {
		margin: 15px 35px 15px 30px;
	}
	.portfolio_list_desc_area .portfolio_card-desc {
		padding: 80px 30px 30px;
	}
	.portfolio_card-btn {
		text-align: center;
	}
	.portfolio_card-btn button {
		height: 40px;
	}
	.portfolio_card-desc .sub-category-box {
		padding: 18px 30px;
	}
}


@media screen and (max-width:768px) {

	.portfolio_card ul li {
		height: auto;
	}
	.portfolio_card-img {
		height: 215px;
	}
	.portfolio_card-img span {
		font-size: 0.875rem;
		margin: 0 20px 0 0;
	}


}



@media screen and (max-width:480px) {
   
	.portfolio_card ul li {
		width:100%;
		margin-right: 0px;
		height: auto;
		padding-bottom: 0px;
	}
	.portfolio_card ul li:nth-child(3n) {
		margin-right: 0;
	}
	.portfolio_card-txt .p-list-tit {
		font-size: 1.25rem;
	}
	.portfolio_list_desc_area .portfolio_card-desc {
		padding: 65px 20px 25px;
	}
}


/* ----------------------------- */
/* 포트폴리오 리스트형
/* ----------------------------- */
.portfolio-list-name{
    width: 15%;
    font-size: 1rem;
    font-family: 'NotoL';
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-list-tit{
    font-size: 1rem;
    color: #7109B6;
    max-width: 20%;
    min-width: 15%;
}
.portfolio-list-tit > span{
    padding-top: 3px;
    /* display: inline-block; */
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: pre;
    overflow: hidden;
}
.company_tit{
	min-width: 250px;
}

/* ----------------------------- */
/* 기업정보 이미지 배너
/* ----------------------------- */
.company_img{
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.job-portal-box2 {
    position: relative;
    border-radius: 20px;
    padding: 45px 80px;
    margin-bottom: 30px;
	height: 580px;
	z-index: 9;
}
.job-portal-box2:before{	
    display: block;
    content: "";
    width: 200%;
    min-height: auto;
    background: #E3E2E4;
    position: absolute;
    left: -50%;
    top: 0px;
    z-index: -9;
    height: 100%;
}
.job-portal-menu {
    float: left;
    width: 35%;
    color: #000;
    text-align: center; 
}
.job-portal-menu > img {
	max-width: 72%;
}
.job-portal-menu h3 {
    font-size: 2rem;
	font-family:'NotoB';
    margin-top: 20px;
    position: relative;
    color: #384C9E;
    text-align: center;
    line-height: 140%;
    margin-bottom: 1rem;
}
.job-portal-menu h3:after {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 128px;
    z-index: -5;
}
.job-portal-menu-con{display: none;}

.job-portal-list {
    float: left;
    width: 63%;
    padding-right: 5%;
}

.jobBig-list {
	padding-top: 10px;
}
.jobBig-list ul{
	display:flex;
	flex-direction: row;
    justify-content: space-around;
}
.jobBig-list ul li {
    border-bottom: 1px solid #acacac;
    padding-bottom: 20px;
    /* display: inline-block;*/
    width: calc(45% - 15px);
    position: relative;
}
.jobBig-list ul li:first-child {
    padding-top: 0px;
}
.jobBig-list ul li.list-con {
}  
.jobBig-list ul li a {
    float: left;
} 
.jobBig-list ul li a span {
    width: 100%;
    display: block;
}
.jobBig-list ul li a span.list-con01 {
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jobBig-list ul li a span.list-con02 {
    font-size: 0.9375rem;
	color:#919191;
}
.jobBig-list ul li span.list-con-logo {
    float: right; 
	margin-top: 7px;
    width: 30%;
    text-align: right;
}
.jobBig-list ul li span.list-con-logo img {
    max-height: 45px;
}
.jobBig-list ul li {
    width: calc(48% - 15px);
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 1.25rem;
    /* transition: all .4s ease; */
    border: 1px solid #c4c4c4;
    /* padding: 20px; */
    position: relative;
    height: 400px;
    border-radius: 10px;
    background: #F7F7F7;
}
.jobBig-list ul li > a {    
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

.jobBig-list ul li:nth-child(4n) {
    margin-right: 0;
}
.jobBig_bg{
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 15px;
    border-radius:10px 10px 0 0;
    padding: 40px 20px 25px 20px;
}
.jobBig-list-tit{
    text-align: left;
    padding: 0 20px;
}
.company_mtb{
	margin: 3px auto 8px!important;
}
.jobBig-list-img {
    text-align: center;
    margin-bottom: 15px;
    min-height: 60px;
}

.jobBig-list-name {
    font-size: 1rem;
	font-family:'NotoL';
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
.job-portal-line > ul > li > a > div.jobBig-list-name{
    width: 22%;
}
.job-portal-line > ul > li > a > div.jobBig-list-tit{
    width: 30%;
}
.jobBig-list-tit span{
    font-size: 1.2rem;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; 
    word-wrap: break-word;*/
    word-break: keep-all;
    white-space: pre;
    overflow: hidden;
    color: #000;
}
.jobBig-list-tit > p{
    min-height: 45px;
    font-size: 15px;
    color: #686868;
    margin-top: 10px;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;  
    line-height: 150%;
    
}
.jobBig-iconBox{    
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 5%;
    width: 87%;
    margin: 0 20px;
}
.new-icon_list{
    color: #ffffff;
    font-size: 14px;
    padding: 1px 12px 2px;
    background-color: #f72586;
    border: 1px solid #f72586;
    border-radius: 30px;	
}
.jobBig-list-date {
    color: #7109B6;
    font-size: 14px;
    border: 1px solid #B883DB;
    padding: 1px 12px 2px;
    background-color: #FAF4FD;
    border-radius: 30px;
}
.jobBig-list-btn {
    /* position: absolute; */
    bottom: 21px;
    left: 20px;
    z-index: 1;
    width: 24px;
    height: 25px;
    cursor: pointer;
}
.jobBig-list-btn.on { 
    background-position: 0 -28px;
}
.jobBig-btn{
	display: flex;
    justify-content: space-evenly;
    position: relative;
    width: 87%;
    margin: 0 20px;
	
} 
.apply_btn{
	background-color: #FFFFFF;
	border: 1px solid #B883DB;
	color: #7109B6;	
    padding: 6px 5%;
    border-radius: 30px;
    font-size: 0.8rem;    
    font-family: 'NotoM';
}
.company_btn{
	background-color: #FFFFFF;
	border: 1px solid #384C9E;
	color: #384C9E;	
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 0.8rem;    
    font-family: 'NotoM';
}

.visual-ctrl {
    position: absolute;
    bottom: 60px;
    right: 33%;
    z-index: 1;
}
.visual-ctrl .slick-count {
    display: inline-block;
    font-size: 1.25rem;
    color: #000;
    vertical-align: -3px;
}
.visual-ctrl .slick-count img {
    padding-bottom: 2px;
}
.visual-ctrl .slick-count span {
    font-size: 1.25rem;
    padding: 0 10px;
    position: relative;
	color:#949494;
}
.visual-ctrl .slick-count span.hover {
    color:#f72586;
}
.visual-ctrl button {
    height: 14px;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 20px;
}
.visual-ctrl button.slick-prev {
    width: 8px;
    background: url(../images/main/btn_arrow_b.png) no-repeat;
    margin: 0 10px 0 0;
}
.visual-ctrl button.slick-next {
    width: 8px;
    background: url(../images/main/btn_arrow_n.png) no-repeat;
    margin-left: 10px;
}

.company_select{
	max-width: 1340px;
	justify-content: flex-end;	
}
.company_select > div{
	padding-left: 15px;
	max-width: 165px;
}
.modify_btn{
	padding: 0;
}
.modify_btn > a{
	width: 140px;
	height: 55px;
	display: inline-block;
	text-align: center;
    padding-top: 13px;
    border-radius: 11px;
    font-size: 1.1rem;
}

@media screen and (max-width:1400px) {
	
	.job-portal {
		padding: 0 2%;
	}
	.job-portal-box2 {
		margin: 0 2% 30px;
	}

	.job-portal-list {
		padding-right: 0;
	}
	
}

@media screen and (max-width:1100px) {
	
	.job-portal-menu {
		float: none;
		width: 100%;
	}
	.job-portal-menu > img{
		display: none; 
	    
	}
	.job-portal-menu h3 {
		margin-top: 0;
		margin-bottom: 30px;	
	}
	.job-portal-menu-con {
		display: inline-block;
		margin-left: 0;
		top: 0;
		position: relative;
		width: 100%;
	}
	.job-portal-menu-con ul li.job-view {
		font-family: 'NotoB';
		font-size: 1.5rem;
		margin-left: 45px;
		margin-bottom: 25px;
		color: #7109b6;
	}
	.job-portal-menu-con ul li.portfolio-view {
		margin-top: 5px;
	}
	.job-portal-menu-con ul {
		width: 100%;
		display: flex;
		display: -ms-flexbox;
	}
	.job-portal-menu-con ul li {
		width: 25%;
	}
	.job-portal-box2 {
		padding: 4% 5% 7%;
		height: auto;
	}
	.job-portal-list {
		float: none;
		width: 100%;
	}

	.visual-ctrl {
		width:35%;
		position: relative;
		bottom: 0;
		/* left: 0; */
		margin-top: 25px; 
        margin: 0 auto;
        right: 0;
        text-align: center;
	}

	.job-portal-box p:after {
		display: none;
	}
	.job-portal-box p {
		margin-right: 140px;
	}
	
}

@media screen and (max-width:768px) {
    
	.job-portal-menu-con ul li.job-view:before {
		display: none;
	}
	.job-portal-menu-con ul li {
		width: 33%;
		text-align: center;
	}
	.job-portal-menu-con ul li.job-view {
		font-size: 1.35rem;
		margin-left: 0;
	}
	.jobBig-list ul li > a{
		margin-bottom: 5px;
	}
	.jobBig-btn{
		flex-direction: column;
	}
	.jobBig-list-tit > p{
		margin-top: 5px;
	}
	.jobBig-btn > button{
		padding: 4px 10px;
	}
	.jobBig-btn > button:last-child{
		margin-top: 5px;
	}

}

@media screen and (max-width:640px) {
    
	.job-portal-list ul li a span.list-con01 {
		font-size: 1.1rem;
	}
	.job-portal-list ul li span.list-con-logo {
		float: right;
		margin-top: 0;
	}
	
	.job-portal-menu-con {
		margin-left: 0;
	}
	.job-portal-menu-con ul li.job-view {
		margin-left: 0;
	}
	.job-portal-menu-con ul li {
		text-align: center;
	}
	.job-portal-box {
		padding: 30px 7%;
	}
	/*.job-portal-menu-con ul li.job-view:before {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: #e8e8e8;
		position: absolute;
		left: 10px;
		top: -5px;
		z-index: -55;
		border-radius: 50%;
	}*/
	.job-portal-menu-con ul li.portfolio-view {
		margin-top: 2px;
	}
	
	.job-portal-list ul{
		flex-direction: column;
		justify-content: center;
	}
	.job-portal-list ul li{
		width: 96%;
	}

}
@media screen and (max-width:530px) {	
	.company_select{
		width: 100%;
		justify-content: center;	
		display: inline-block;
	}
	.company_select > div{
		padding-left: 0px;
		max-width: 100%;
	}
	.modify_btn > a{
		width: 100%;
	}
	.portfolio_list_desc_area2{
		width: 100%;
	}
	.job_select > div:first-child{
		margin-bottom: 10px;
	}
}
/* Mobile Portrait  ~ Landscape */
@media screen and (max-width:480px) {

	.job-portal-box p {
		margin-right: 0;
		width: 100%;
	}
	.job-portal-box a.btn {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 20px;
		display: block;
	}
	.job-portal-menu-con {
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
	}
	.job-portal-menu-con ul {
		white-space: nowrap;
		overflow-x: auto;
		height: 100%;
		padding-left: 16px;
		margin-bottom: -4px;
	}
	.job-portal-menu-con ul li {
		display: inline-block;
		float: none;
		background-color: #fff;
		margin-right: 40px;
	}
	.job-portal-menu-con ul li a {
		font-size: 1.125rem;
	}

	.visual-ctrl {
		margin-top: 0;
	}
	.job-portal-menu h3{
		font-size: 1.5rem;
	}
	.company_select{
	width: 100%;
	justify-content: center;	
	display: inline-block;
	}
	.company_select > div{
		padding-left: 0px;
		max-width: 100%;
	}

}



@media screen and (max-width:1070px) {
    /*****************************************/
    /*************** list형식 line **************/
    /*****************************************/


}

@media screen and (max-width:600px) {
    /*****************************************/
    /*************** list형식 line **************/
    /*****************************************/


}




/* ----------------------------- */
/* 잡커넥트 소개
/* ----------------------------- */
.job-intro-con {
    text-align: center;
    padding: 40px 0 50px;
}
.job-intro-con p.job-intro-txt01 {
    font-size: 1.125rem;
    line-height: 30px;
    color: #000;
    margin: 40px 0 60px;
}
.job-intro-img {
    text-align: center;
}

.job-intro-bg {
    background: url(../images/job/job-intro-bg.png) center top no-repeat;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
    height: 190px;
}
.job-intro-bg p {
    color: #fff;
    padding-top: 60px;
    font-size: 1.25rem;
}
.job-intro-bg p span {
	font-family:'NotoM';
    font-size: 1.375rem;
}
.job-intro-bg p span i {
	color:#b1f7f5;
}

.job-intro-con {
    border-top: 2px solid #ddd;
    margin-top: 50px;
}
.job-intro-con h3 {
    text-align: left;
    font-size: 1.5rem;
	font-family:'NotoB';
    margin-bottom: 40px;
}
.job-intro-con h3:after {
    width: 50px;
    height: 4px;
    content: "";
    margin-left: 15px;
    background: #000;
    display: inline-block;
}
.job-intro-img2 {
}


@media screen and (max-width:768px) {
	
	.job-intro-bg {
		height: auto;
	}
    .job-intro-bg p {
		padding: 50px 3% 50px;
	}

	.job-intro-con h3 {
		margin-bottom: 20px;
	}

}


@media screen and (max-width:480px) {
   
   .job-intro-con p.job-intro-txt01 {
		font-size: 1.0rem;
		line-height: 26px;
		margin: 30px 10px 30px;
	}
	.job-intro-img {
		margin: 0 10%;
	}
	.job-intro-bg p {
		font-size: 1.125rem;
	}
	.job-intro-bg p span {
		font-size: 1.25rem;
	}

}



/* ----------------------------- */
/* 부산콘텐츠 아카데미
/* ----------------------------- */
.academy-con {
	max-width: 1300px;
    margin: 0 auto;
}
.academy-con01 {
    width: 100%;
    display: inline-block;
    padding: 20px 0 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.academy-con01 .academy-tit-logo {
    float: left;
    width: 30%;
    text-align: center;
}
.academy-con01 .academy-txt {
    float: left;
    line-height: 27px;
}
.academy-con01 .academy-txt p.p-atxt-top {
    padding-bottom: 20px;
}

.academy-con02 {
}
.academy-con02 h3 {
    font-size: 1.375rem;
    padding-bottom: 20px;
}
.academy-con02 p {
    padding-left: 25px;
    font-size: 1.125rem;
    padding-bottom: 40px;
}
.academy-con02 .academy-tit {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 14px 25px;
    border-radius: 12px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.academy-con02 .academy-txt {
    margin: 0 auto 120px;
    max-width: 1220px;
}
.academy-con02 .academy-txt ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex!important;
}
.academy-con02 .academy-txt ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 30px;
    transition: all .4s ease;
    position: relative;
    height: auto;
    text-align: center;
    border: 1px solid #c4c4c4;
}
.academy-con02 .academy-txt ul li:nth-child(4n) {
    margin-right: 0;
}

.academy-con02 .academy-txt2 {
    margin: 0 auto 120px;
    max-width: 1180px;
}
.academy-con02 .academy-txt2 ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex!important;
}
.academy-con02 .academy-txt2 ul li {
    width: calc(50% - 38px);
    margin-right: 76px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}
.academy-con02 .academy-txt2 ul li div.academy-txt2-img {
    border: 1px solid #c4c4c4;
}
.academy-con02 .academy-txt2 ul li:nth-child(2n) {
    margin-right: 0;
}
.academy-con02 .academy-txt2 .academy-txt2-tit {
    font-size: 1.25rem;
    padding-top: 12px;
    padding-bottom: 15px;
	font-family:'NotoM';
}
.academy-con02 .academy-txt2 a {
	font-family:'NotoM';
    display: inline-block;
    color: #7109b6;
    padding: 12px 50px;
    font-size: 1.125rem;
    margin-bottom: 20px;
    border: 2px solid #7109b6;
}

.academy-con02 .academy-txt3 {
    margin: 0 auto 120px;
    max-width: 1300px;
}
.academy-con02 .academy-txt3 ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex!important;
}
.academy-con02 .academy-txt3 ul li {
    width: calc(33.33% - 38px);
    margin-right: 57px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    text-align: center;
}
.academy-con02 .academy-txt3 ul li div.academy-txt3-img {
    border: 1px solid #c4c4c4;
}
.academy-con02 .academy-txt3 ul li:nth-child(3n) {
    margin-right: 0;
}
.academy-con02 .academy-txt3 .academy-txt3-tit {
    font-size: 1.25rem;
    padding-top: 12px;
    padding-bottom: 15px;
	font-family:'NotoM';
}
.academy-con02 .academy-txt3 a {
	font-family:'NotoM';
    display: inline-block;
    padding: 10px 30px;
    font-size: 1.0rem;
    margin-bottom: 20px;
    color: #7109b6;
    border: 2px solid #7109b6;
}


.map-tbl { width:100%; }
.map-tbl th {
	font-family:'NotoM';
}
.map-tbl th,.map-tbl td {
    padding: 15px;
    letter-spacing: -0.3px;
    font-size: 1.0rem;
}
.map-tbl th {
    width: 140px;
    border-bottom: 1px solid #000;
    color: #333;
    text-align: left;
}
.map-tbl td {
    border-bottom: 1px solid #d8d8d8;
    color: #333;
}

.academy-con03 {
    padding-bottom:100px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 100px;
}
.academy-con03 .academy-tit {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 14px 25px;
    border-radius: 12px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.academy-con03 p {
    padding-left: 25px;
    font-size: 1.125rem;
    padding-bottom: 40px;
}
.academy-con03 .academy-txt {
    margin: 0 auto;
    max-width: 1220px;
}
.academy-con03 .academy-txt ul {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex!important;
}
.academy-con03 .academy-txt ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 30px;
    transition: all .4s ease;
    position: relative;
    height: auto;
    text-align: center;
    border: 1px solid #c4c4c4;
}
.academy-con03 .academy-txt ul li:nth-child(4n) {
    margin-right: 0;
}

.academy-con04 {
    margin-bottom: 50px;
}
.academy-con04 .academy-tit {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 14px 25px;
    border-radius: 12px;
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.academy-con04 .academy-txt {
    margin-bottom: 40px;
}
.academy-con04 .academy-txt a {
	font-family:'NotoM';
    margin-bottom: 20px;
    color: #000;
    display: inline-block;
}
.academy-con04 .academy-txt a img {
    margin-right: 10px;
}

   /*** 오시는길 ****/
    .contact_box{
    	border: none;
    	margin-bottom: 0;
    	margin-top: 20px;
    }
	.contact_address{
		width: calc(100% - 40%);
		margin-top: -40px;
	}
	.contact_map{
		border: 1px solid #ddd;
		border-radius: 10px;
		width: 100%; 
		margin-bottom: 40px; 		
    	background: url(../images/sub/map.jpg) no-repeat center center;
    	background-size: 100%;
	}
	.contact_map > a{
		width: 100%;
		height: 550px;
		cursor:pointer;
		display: block;
	}

   .traffic{
   		background-color: #F7F8FD;
   		border-radius: 10px;
   		margin-bottom: 40px;
   		padding: 3%;
   		width: 100%;
   }
	.traffic > ul > h4{
		font-size: 1.1rem;		
	}
	.traffic > ul > h4 > span{
		background-color: #000;
		height: 4px;
		width:  4px;
		display: inline-block;
		margin-bottom: 5px;
	}	
	.traffic > ul > li{
		margin-bottom: 25px;
		color: #777;
	}
	.traffic > ul:last-child > li{
		margin-bottom: 0px;
	}
	
/*** 가이드  ****/	
	.guide{
   		background-color: #F7F8FD;
   		border-radius: 10px;
   		margin-bottom: 40px;
   		padding: 20px 20px 10px 20px;
   		width: 100%;
   }
	.guide > ul{
		border: 2px solid #f72586; 
		padding: 15px 15px 5px 15px;
		margin-bottom:20px;
		border-radius:10px; 
	}
	.guide > ul:last-child{
		margin-bottom: 0;
	}
	.guide > ul > h4{
		font-size: 1.1rem;		
		display: inline-block; 
		color: #f72586; 
	}
	.guide > ul > h4 > span{
		background-color: #f72586;
		height: 4px;
		width:  4px;
		display: inline-block;
		margin-bottom: 5px;
	}	
	.guide > ul > li{
		color: #777;
		display: inline-block; 
		margin-left: 10px;
	}
	.guide > ul:last-child > li{
		margin-bottom: 0px;
	}
	
	
@media screen and (max-width:1024px) {
	
    .contact_box{
    	margin-top: 0px;
    	padding-bottom: 50px;
    }
	.contact_address{
		width:100%;
		margin-top: 0px;
		text-align: left;
	}
	.academy-con01 {
		text-align: center;
	}
	.academy-con01 .academy-tit-logo {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.academy-con01 .academy-txt {
		float: none;
}

	.academy-con {
		padding: 0 2%;
	}
	.academy-con02 p,
	.academy-con03 p {
		padding-left: 0;
		padding-bottom: 30px;
	}
    

}


@media screen and (max-width:768px) {
	

	.academy-con02 .academy-txt ul li {
		width: calc(33% - 15px);
	}
	.academy-con02 .academy-txt ul li:nth-child(3n) {
		margin-right: 0;
	}
	.academy-con02 .academy-txt ul li:nth-child(4n) {
		margin-right: 20px;
	}
	
	.academy-con02 .academy-txt,
	.academy-con02 .academy-txt2,
	.academy-con02 .academy-txt3 {
		margin: 0 auto 50px;
	}
	.academy-con02 .academy-txt2 ul li {
		text-align: center;
		width: calc(50% - 25px);
		margin-right: 50px;
	}
	.academy-con02 .academy-txt2 ul li div.academy-txt2-img {
		border: none;
	}
	.academy-con02 .academy-txt2 .academy-txt2-tit {
		font-size: 1.125rem;
		margin: 0 20px;
	}
	.academy-con02 .academy-txt2 a {
		padding: 10px 30px;
		font-size: 1.1rem;
	}
	.academy-con02 .academy-txt3 .academy-txt3-tit {
		font-size: 1.125rem;
		padding-bottom: 10px;
	}
	.academy-con02 .academy-txt3 a {
		padding: 5px 25px;
	}

	.academy-con02 .academy-txt3 ul li {
		width: calc(50% - 25px);
		margin-right: 50px;
	}
	.academy-con02 .academy-txt3 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.academy-con03 .academy-txt ul li {
		width: calc(50% - 15px);
		border: none;
	}
	.academy-con03 .academy-txt ul li:nth-child(2n) {
		margin-right: 0;
	}
	.academy-con03 {
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
    

}
@media screen and (max-width:980px) {
	.academy-con02 .academy-txt2 ul li div.academy-txt2-img{
		border: none;
	}
	.academy-con02 .academy-txt3 ul li div.academy-txt3-img {
		border: none;
	}	
	.academy-con02 .academy-txt2 ul li {
		width: 100%;
		margin-right: 20px;
	}
	.academy-con02 .academy-txt3 ul li {
		width: 100%;
		margin-right: 20px;
	}
	
}

@media screen and (max-width:480px) {
   
	.academy-con02 .academy-txt {
		margin: 0 auto 40px;
	}
   .academy-con02 .academy-txt ul li {
		width: calc(50% - 15px);
	}
	.academy-con02 .academy-txt ul li:nth-child(3n) {
		margin-right: 20px;
	}
	.academy-con02 .academy-txt ul li:nth-child(2n) {
		margin-right: 0;
	}
	.academy-con02 .academy-txt2 ul li {
		width: 100%;
		margin-right: 20px;
	}
	.academy-con02 .academy-txt3 ul li {
		width: 100%;
		margin-right: 20px;
	}
	
	.academy-con04 .academy-txt {
		margin-bottom: 10px;
	}
	.academy-con04 {
		margin-bottom: 30px;
	}
	.map-tbl th {
		width: 100px;
	}
	.academy-con02 .academy-txt2 .academy-txt2-tit{
		font-size: 1rem;
	}

}





/* ----------------------------- */
/* 부산게임인 소개
/* ----------------------------- */
.busangamein {
}
.busangamein-tit {
    text-align: center;
    font-size: 1.375rem;
    margin-bottom: 60px;
    margin-top: 20px;
}
.busangamein-tit span {
	font-family:'NotoB';
}
.busangamein-tit span i {
	color:#7109b6;
}

.busangamein-img {
    text-align: center;
}
.busangamein-img-m {
	display: none;
}
.busangamein-img-m2 {
	display: none;
}

.busangamein-con {
    text-align: center;
    padding: 40px 0 50px;
    max-width: 1200px;
    margin: 50px auto 0;
}
.busangamein-con ul {
    width: 100%;
    display: inline-block;
}
.busangamein-con ul li {
    width: 22%;
    float: left;
    display: block;
    border: 1px solid #7109b6;
    border-radius: 20px;
    padding: 35px 0;
    margin: 0 1.5%;
	font-family:'NotoM';
    font-size: 1.125rem;
    line-height: 24px;
}
.busangamein-con ul li div {
    margin-bottom: 15px;
}

.busangamein-txt {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 3%;
}
.busangamein-txt span {
	color:#7109b6;
}


@media screen and (max-width:768px) {
		
	.busangamein-img {
		display: none;
	}
	.busangamein-img-m {
		display: block;
		text-align: center;
	}
	.busangamein-tit {
		font-size: 1.25rem;
		margin-bottom: 40px;
		padding: 0 40px;
	}
	.busangamein-con {
		margin: 0 auto 0;
	}
	.busangamein-con ul li {
		padding: 25px 0;
		font-size: 1.0rem;
	}
	.busangamein-con ul li div {
		padding: 0 5%;
	}
	.busangamein-txt {
		padding: 0 3%;
	}

}

@media screen and (max-width:640px) {
   
   .busangamein-con ul li {
		width: 47%;
		margin: 0 1.5% 3%;
		font-size: 1.125rem;
	}
	.busangamein-con {
		padding: 40px 0 15px;
	}

}

@media screen and (max-width:480px) {

	.busangamein-con ul li {
		padding: 20px 0;
		font-size: 1.0rem;
		font-family: 'NotoR';
		line-height: 20px;
	}
	
	.busangamein-img-m {
		display: none;
	}
	.busangamein-img-m2 {
		display: block;
		text-align: center;
	}
	.busangamein-tit {
		font-size: 1.125rem;
		margin-bottom: 30px;
		padding: 0 10px;
	}

}




/* ----------------------------- */
/* 문자소식지 
/* ----------------------------- */
.sms-con {
    text-align: center;
}
.m-sms-con {
	display: none;
}

.sms-con-box {
    padding: 50px 0;
    position: relative;
}
.sms-con-box .sns-tit {
    font-family: 'NotoM';
    font-size: 50px;
    margin-bottom: 40px;
    color: #384153;
    font-style: italic;
}
.sms-con-box .sns-tit span {
    color: #7109b6;
}
.sms-con-box .sns-txt {
    font-size: 1.2rem;
    line-height: 28px;
    margin-bottom: 25px;
    color: #555555;
}
.sms-con-box .sns-txt span {
    font-size: 1.4rem;
	font-family:'NotoM';
	color:#023b7a;
}
.sms-con-box .sns-bg {
    position: relative;
	background:url(../images/sub/sns_bg.png) no-repeat 0 0;
    background-size: 100%;
    padding-bottom: 100px;
    margin-top: 100px;
    border-radius: 25px;
}
.sms-con-box .sns-bg:before {
	content:'';
    display: inline-block;
    width: 229px;
    height: 161px;
    background: url(../images/sub/sns_bg_img.png) no-repeat 0 0;
    position: relative;
    top: -50px;
    background-size: 100%;
}
.sms-con-box .sns-bg .sns-txt2 {
    color: #7109b6;
    font-family: 'NotoM';
    top: -20px;
    position: relative;
    font-size: 25px;
    margin-bottom: 10px;
    font-style: italic;
}
.sms-con-box .sns-bg a {
    border: 3px solid #7109b6;
    padding: 10px 25px;
    display: inline-block;
    color: #7109b6;
	font-family:'NotoM';
    font-size: 1.25rem;
    background: #fff;
}


@media screen and (max-width:1400px) {
	
    .sms-con-box .sns-bg {
        border-radius: 0;
    }

}

@media screen and (max-width:768px) {

    .sms-con {
        padding: 0 5%;
    }
    .sms-con-box {
        padding: 50px 0 0;
    }
    .sms-con-box .sns-tit {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .sms-con-box .sns-bg {
        background: none;
    }
    .sms-con-box .sns-bg .sns-txt2 {
        font-size: 22px;
    }
    .sms-con-box .sns-bg:before {
        width: 180px;
        height: 127px;
    }
    .sms-con-box .sns-bg a {
        background: #fceced;
    }
    .sms-con-box .sns-bg {
        margin-top: 80px;
        padding-bottom: 30px;
    }

}

@media screen and (max-width:480px) {
   
    .sms-con-box .sns-tit {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .sms-con-box .sns-txt {
        font-size: 1.0rem;
        margin-bottom: 15px;
    }
    .sms-con-box .sns-bg .sns-txt2 {
        font-size: 18px;
        margin-bottom: 0;
    }

}

@media screen and (max-width:360px) {

    .sms-con-box .sns-tit {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .sms-con-box .sns-txt {
        font-size: 0.95rem;
        margin-bottom: 15px;
        line-height: 22px;
    }
    .sms-con-box .sns-txt span {
        font-size: 1.0rem;
    }

}




/* ----------------------------- */
/* 개인정보
/* ----------------------------- */
.email_box {
    padding: 4%;
    font-size: 2rem;
    background: url(../images/sub/bg_blueptn.gif);
}
.email_box:before {
    content: '';
    display: block;
    width: 79px;
    height: 79px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    background: url(../images/sub/ico_email.png) no-repeat center;
    background-size: 79px;
}
.header_box.email_box:after {
    top:160px;
}
.email_box p {
    width: 60%;
    margin: 0 auto;
}
.email_box i {
    padding-top: 20px;
    color: #37ffad;
}





/* ----------------------------- */
/* 행사안내
/* ----------------------------- */
.jobevent {
    display: inline-block;
    width: 100%;
}
.jobevent .jobevent-img {
    width: 50%;
    float: left;
}

.jobevent .jobevent-cont {
    width: 50%;
    float: left;
    padding-left: 70px;
}
.jobevent .jobevent-cont > span {
	color:#7109b6;
	font-family:'NotoM';
	font-size: 1.125rem;
    padding-left: 20px;
}
.jobevent .jobevent-cont h3 {
    font-family: 'NotoB';
    font-size: 1.5rem;
    margin: 0.5rem 0 2.0rem;
    padding-left: 20px;
}
.jobevent .jobevent-cont > div {
}
.map-tbl2 {
    width: 100%;
    border-top: 4px solid #000;
}
.map-tbl2 th,
.map-tbl2 td {
    padding: 27px 35px;
    letter-spacing: -0.3px;
    font-size: 1.125rem;
}
.map-tbl2 th {
    width: 160px;
    border-bottom: 1px solid #000;
    color: #333;
    text-align: center;
    font-size: 1.25rem;
}
.map-tbl2 td {
    border-bottom: 1px solid #000;
    color: #333;
}
.map-tbl2 td span {
    font-size: 1.25rem;
    font-family: 'NotoB';
}


@media screen and (max-width:1200px) {

    .jobevent .jobevent-cont {
		padding-left: 40px;
	}
	.map-tbl2 th {
		width: 120px;
		vertical-align: middle;
	}

}


@media screen and (max-width:1024px) {

    .map-tbl2 th {
		width: 100px;
		padding: 27px 0 !important;
	}

}


@media screen and (max-width:1024px) {

	.jobevent .jobevent-img {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}
	.jobevent .jobevent-cont {
		width: 100%;
		float: none;
		padding-left: 0;
	}

}


@media screen and (max-width:768px) {

	.jobevent .jobevent-img {
		margin-bottom: 40px;
		padding: 20px 5% 0;
	}
	.jobevent .jobevent-cont > span,
	.jobevent .jobevent-cont h3 {
		padding-left: 0;
	}
	.jobevent .jobevent-cont {
		padding: 0 20px;
	}
    

}


@media screen and (max-width:480px) {
   
   .map-tbl2 th {
		width: 80px;
		font-size: 1.125rem;
	}
	.map-tbl2 th, .map-tbl2 td {
		padding: 27px 15px;
		font-size: 1.0rem;
	}
	.map-tbl2 td span {
		font-size: 1.125rem;
	}

	.jobevent .jobevent-cont h3 {
		margin: 0.5rem 0 1.5rem;
	}

}




/************************************************/
/*************** 잡커넥트 프로그램 **************/
/************************************************/

/* ------- 실무자 특강 -------- */
.lecture-select {
    position: relative;
    margin-bottom: 40px;
}
.lecture-select .menu-dropdown {
    width: 100%;
    padding: 0 50px;
    line-height: 75px;
    font-size: 1.25rem;
    color: #000;
    cursor: pointer;
    text-align: left;
    border: 1px solid #aaaaaa;
    background: #f5f5f5 url(../images/sub/arr-icon01.png) no-repeat center right 50px/10px 8px;
}
.menu-dropdown .select a span {
	font-family:'NotoB';
    margin-left: 50px;
}
.menu-dropdown .select .list {
    display: none;
    position: absolute;
    height: auto;
    padding: 20px 50px;
    overflow-y: auto;
    z-index: 100;
    width: 100%;
    top: 77px;
    left: 0;
    border: 1px solid #b4b4b4;
    border-top: none;
    background: #fff;
    line-height: 45px;
}
.menu-dropdown .select .list span {
    display: block;
    font-size: 1.125rem;
    color: #b4b4b4;
    cursor: pointer;
}
.menu-dropdown .select .list span:hover,
.menu-dropdown .select .list span.on { color: #5a5757; } 


.lecture-con {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lecture-con-left {
    width: 940px;
    height: 529px;
}
.lecture-con-left iframe {
    left: 0;
    width: 100%;
    height: 100%;
}
.lecture-con-right {
}
.lecture-con-right a {
    display: block;
    width: 220px;
    height: 220px;
    background: #f72586;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    position: relative;
    font-size: 1.25rem;
	font-family:'NotoM';
}
.lecture-con-right a.plus-bg {
    background: #7109b6;
}
.lecture-con-right a.end-bg {
    background: #000;
}
.lecture-con-right a:before {
    content: '';
    display: block;
    width: 34px;
    height: 32px;
    background: url(../images/sub/lecture-icon.png) no-repeat center;
    margin: 0 auto 5px;
}
.lecture-con-right span {
    background: #eeeeee;
    width: 100%;
    display: block;
    padding: 25px 0;
    text-align: center;
    margin-top: 10px;
    font-size: 1.125rem;
}

.lecture-con-txt {
}
.lecture-con-txt p {
    line-height: 30px;
    padding-bottom: 40px;
    font-size: 1.125rem;
}
.lecture-con-txt ul {
    line-height: 32px;
}
.lecture-con-txt ul li {
}
.lecture-con-txt ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #f72586;
    top: -3px;
    position: relative;
    margin-right: 10px;
}


@media screen and (max-width:1220px) {

	.lecture-con-left {
		width: 100%;
		height: 600px;
	}
	.lecture-con-right {
		width: 30%;
		margin: 20px auto 0;
	}
	.lecture-con-right a {
		width: 100%;
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		margin: 0 auto;
	}
	.lecture-con-right span {
		margin-top: 0;
	}

	.lecture-con {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:1024px) {

	.lecture-con-left {
		height: 520px;
	}

}

@media screen and (max-width:980px) {

    .lecture-con-right {
		width: 100%;
	}
	.lecture-con-right a {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.lecture-con-left {
		height: 480px;
	}

}


@media screen and (max-width:768px) {
	
	.lecture-con-left {
		width: 100%;
		height: auto;
	}
	.lecture-con {
		margin-bottom: 30px;
	}
	.lecture-select {
		margin-bottom: 20px;
	}
    .lecture-con-left {
		height: 420px;
	}

}


@media screen and (max-width:486px) {

    .lecture-con-left {
		height: 280px;
	}
	.menu-dropdown .select a span {
		display:none;
	}
	.lecture-select .menu-dropdown {
		padding: 0 30px;
		background: #f5f5f5 url(../images/sub/arr-icon01.png) no-repeat center right 30px/10px 8px;
	}
	.menu-dropdown .select .list {
		padding: 10px 20px;
	}
}



/* ------- 게임플레이 영상 -------- */
.gameplay-img {
    background: url(../images/sub/gameplay-bg.jpg) no-repeat center;
    height: 122px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.gameplay-img:after {
    content: '';
    width: 45px;
    height: 43px;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 50px;
    background: url(../images/sub/gameplay-icon.png) no-repeat center;
}
.gameplay-img p {
    color: #fff;
    padding: 35px 50px 0;
    font-size: 1.125rem;
}
.gameplay-img img {
	display:none;
}

.gameplay-tab {
    margin: 0 0 30px;
    display: block;
}
.gameplay-tab-list {
    display: inline-block;
    width: 100%;
}
.gameplay-tab-list li {
    float: left;
    width: 10%;
    margin: 0 0.5%;
    text-align: center;
}
.gameplay-tab-list li:first-child {
    margin: 0 0.5% 0 0;
}
.gameplay-tab-list li.selected a,
.gameplay-tab-list li.selected a.hover {
    background-color: #f72586;
    color: #fff;
}
.gameplay-tab-list li a {
    background-color: #000;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 1.0rem;
    color: #fff;
}

.gameplay-con {
}
.gameplay-con-video {
    height: 720px;
    max-width: 1280px;
    margin: 0 auto 30px;
}
.gameplay-con-video iframe {
    left: 0;
    width: 100%;
    height: 100%;
}
.gameplay-con-txt {
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
}
.gameplay-con-txt span {
    font-size: 1.125rem;
    margin-bottom: 5px;
    display: block;
	font-family:'NotoL';
}
.gameplay-con-txt div {
    font-size: 1.5625rem;
	font-family:'NotoM';
}


@media screen and (max-width:1220px) {

    .gameplay-con-video {
		height: 520px;
	}

}

@media screen and (max-width:980px) {

    .gameplay-con-video {
		height: 480px;
	}
	.gameplay-tab-list li {
		width: 15%;
	}

}

@media screen and (max-width:768px) {
	
	.gameplay-img {
		margin-bottom: 30px;
	}
    .gameplay-con-video {
		height: 420px;
	}
	.gameplay-tab-list li {
		width: 25%;
		margin: 0;
		padding: 0 2% 2% 0;
	}
	.gameplay-tab-list li:first-child {
		margin: 0;
		padding: 0 2% 2% 0;
	}
	.gameplay-tab-list li:last-child {
		margin: 0;
	}
	.gameplay-tab {
		margin: 0 0 20px;
	}
	
	.gameplay-img {
		background: none;
		height: auto;
		padding: 0;
		margin-bottom: 2.0rem;
	}
	.gameplay-img p,
	.gameplay-img:after {
		display:none;
	}
	.gameplay-img img {
		display:block;
	}

}


@media screen and (max-width:486px) {

    .gameplay-con-video {
		height: 280px;
	}
}



/* ------- 포트폴리오 첨삭 -------- */
.calendar_title {
    text-align: center;
    margin-bottom: 30px;
}
.calendar_title span {
}
.calendar_title span.prev {
    margin-right: 40px;
    cursor: pointer;
}
.calendar_title span.next {
    margin-left: 40px;
    cursor: pointer;
}
.calendar_title span.prev img,
.calendar_title span.next img {
    vertical-align: baseline;
}
.calendar_title span.month {
    font-size: 2.2rem;
	font-family:'NotoB';
}

.portfolioeditbg {
    max-width: 1300px;
    background: #000 url(../images/sub/portfolioedit-bg.jpg) no-repeat center;
    height: 122px;
    color: #fff;
    padding: 38px 40px;
    margin-bottom: 3.5rem;
}
.portfolioeditbg img {
	display:none;
}

.calendar_tbl {
    display: table;
    table-layout: fixed;
    min-width: 100%;
    width: 100%;
    margin: 5px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #dcdcdc;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    margin-bottom: 40px;
}
.calendar_tbl > * > tr > th {
    background: #f4f4f4;
}
.calendar_tbl > * > tr > * {
    padding: 10px 8px;
    color: #000;
    border: 1px solid #dadada;
    border-bottom-width: 0;
}
.calendar_tbl > * > tr > *[scope] { color:#5d5d5d;font-weight:500;text-align:center;background:#f6f7f9; }
.calendar_tbl > * > tr > *[colspan] { border-right:1px; }
.calendar_tbl thead { color:#413d39;border-bottom:1px solid #dcdcdc; }
.calendar_tbl tbody > tr > *[scope] { background:#fcfcf4; }
.calendar_tbl tbody > tr > td {
    position: relative;
    height: 160px;
    padding-top: 45px;
    vertical-align: top;
    box-sizing: border-box;
}
.calendar_tbl tbody > tr > td.day_blank { 
    background: #f8f9fa;
    position: static;
}
.calendar_tbl tbody > tr > td span {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #000;
}
.calendar_tbl > * > tr:first-child { border-top:none; }
.calendar_tbl ul li {
    overflow: hidden;
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 3px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    background: #f72586;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.calendar_tbl tbody > tr > td.on {
    border: 3px solid #f72586;
}

.portfolio_view {
}
.portfolio_view_tit {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-left: 15px;
	font-family:'NotoB';
}
.portfolio_view_con {
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.portfolio_view > div:nth-child(2) {
    border-top: 2px solid #000;
}
.portfolio_view_con > div:first-child {
    width: calc(100% - 300px);
}
.portfolio_view_con > div:last-child { 
    display: inline-block;
    width: 300px;
    font-size: 1.125rem;
    text-align: center;
    padding: 80px 0 0;
}
.portfolio_view_con_tit {
    font-size: 1.75rem;
    padding-bottom: 15px;
	font-family:'NotoM';
}
.txtlist {
    margin-left: 1.0rem;
}
.txtlist li {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 300;
}
.txtlist li .tit {
    display: inline-block;
    float: left;
    color: #000;
    vertical-align: top;
}
.txtlist li .txt {
    display: block;
	color:#878787;
    margin-left: 7.0rem;
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: top;
}

.portfolio_view_con_r span {
    display: inline-block;
}
.portfolio_view_con_r span.txt {
    font-size: 1.25rem;
}
.portfolio_view_con_r span.receipt_txt {
    margin-left: 40px;
}
.portfolio_view_con_r span.receipt_txt a {
    color: #fff;
    padding: 15px 45px;
    border-radius: 10px;
}
.portfolio_view_con_r span.receipt_txt a.modify {
    background: #f72586;
}
.portfolio_view_con_r span.receipt_txt a.modify2 {
    background: #000;
}



@media screen and (max-width:1024px) {
	
	.calendar_tbl, .calendar_tbl tbody, .calendar_tbl tr, .calendar_tbl td{display:block;box-sizing:border-box}
	.calendar_tbl thead tr{display: none;}
	.calendar_tbl tbody,.calendar_tbl tr{width:100%}
	.calendar_tbl tr{position:relative;border-top:1px solid #b8b8b8}
	.calendar_tbl tr:first-child{border-top-width:0}

	.calendar_tbl tbody > tr > td{clear:both;display:flex;flex-direction:column;position:relative;min-height:50px;height:auto;padding:15px 20px 8px 70px;text-align:left;border-width:0;border-bottom:1px dotted #b8b8b8}
	.calendar_tbl tbody > tr > td span {top:11px;left:30px;width:26px;height:26px;line-height:26px;font-size:13px;text-align:center;border-radius:50%;background:#ebebeb}
	.calendar_tbl td:last-child{border-bottom-width:0 !important;}
	.calendar_tbl td.day_blank{display:none;}
	.calendar_tbl td:before{content:'';display:block;position:absolute;top:12px;left:10px;color:#313131;}
	.calendar_tbl td:nth-child(1) span {color:#fff;background:#cb0000;}
	.calendar_tbl td:nth-child(7) span {color:#fff;background:#015dac;}
	.calendar_tbl td:nth-child(1):before{content:'일';color:#cb0000 }
	.calendar_tbl td:nth-child(2):before{content:'월';}
	.calendar_tbl td:nth-child(3):before{content:'화';}
	.calendar_tbl td:nth-child(4):before{content:'수';}
	.calendar_tbl td:nth-child(5):before{content:'목';}
	.calendar_tbl td:nth-child(6):before{content:'금';}
	.calendar_tbl td:nth-child(7):before{content:'토';color:#015dac;}

	.calendar_tbl a{max-width:max-content;min-height:18px;height:auto;}


	.portfolio_view_con {
		padding: 30px 30px 25px;
		display: block;
		border-bottom: 2px solid #000;
	}
	.portfolio_view_con_tit {
		font-size: 1.5rem;
		padding-bottom: 5px;
	}
	.calendar_tbl ul li {
		background: #000;
	}
	.portfolio_view_tit {
		font-size: 1.25rem;
		margin-bottom: 10px;
		margin-left: 0;
		color: #000;
	}

	.portfolio_view_con > div.portfolio_view_con_l {
		width: 100% !important;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
	.portfolio_view_con > div.portfolio_view_con_r {
		width: 100% !important;
		padding: 50px 0 30px;
		text-align: right;
	}
	.txtlist {
		margin-left: 0;
	}
	.txtlist li {
		margin-bottom: 5px;
	}
	
}


@media screen and (max-width:768px) {

	.txtlist {
		margin-left: 0;
	}
	.txtlist li .txt {
		margin-left: 5.0rem;
	}
	
	.portfolio_view_con > div:last-child {
		text-align: right;
	}
	.portfolio_view_con_r span.txt {
		font-size: 1.125rem;
	}
	.portfolio_view_con > div:first-child {
		width: 100%;
	}

	.portfolioeditbg {
		background: none;
		height: auto;
		padding: 0;
		margin-bottom: 2.0rem;
	}
	.portfolioeditbg p {
		display:none;
	}
	.portfolioeditbg img {
		display:block;
	}

}


@media screen and (max-width:480px) {
   
   .portfolio_view_con {
		padding: 20px 15px;
	}
	.portfolio_view_con_r span.receipt_txt {
		margin-left: 20px;
	}

}





/*****************************************/
/*************** 마이페이지 **************/
/*****************************************/

/* common */
.mypage-inner {
    padding:40px;
}
.depth4-header {
    margin-bottom:30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    align-items: center;
    margin-top: 5px;
}
.depth4-header li {
    margin-right:60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
}
.depth4-header li:after {
    width:0;
    height:1px;
    content:"";
    background:#7109b6;
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    transition:all 0.4s ease;
}
.depth4-header li:hover:after {
    width:100%;
}
.depth4-header li:last-child {
    margin-right: 0;
}
.depth4-header a {
    font-family: 'NotoDL', sans-serif;
    font-size:1.25rem;
    color:#383838;
    transition:all 0.4s ease;
}
.depth4-header li.active a, .depth4-header li a:hover {
    color:#7109b6;
}
.depth4-header li.active a {
    font-family: 'NotoB', sans-serif;
    font-size:1.375rem;
}
.job-myp-btn {
    margin-left: auto;
    overflow: hidden;
    float: right;
}
.job-myp-btn a {
    background: #000;
    border-radius: 10px;
    padding: 10px 25px;
    color: #fff;
    font-size: 1.1rem;
    display: block;
}

.paging {
    margin-top:45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
}
.paging ul li {
    width:45px;
    height:45px;
    border:1px solid #cacaca;
    margin-right:5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor:pointer;
}
.paging ul li:last-child {
    margin-right:0;
}
.paging ul li:nth-last-child(2) {
    margin-right:0;
}
.paging ul li.paging-start {
    margin-right:15px;
    background:url('../images/mypage/paging_start.jpg') no-repeat center;
}
.paging ul li.paging-end {
    margin-left:15px;
    background:url('../images/mypage/paging_end.jpg') no-repeat center;
}
.paging ul li.active {
    border:1px solid #000;
}
.paging ul li > a{
    width: 45px;
    height: 45px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

/*************** 기업 **************/

/* 현재 등록중인 인재채용 */
.job-content-wrap {
    width:100%;
    border:1px solid #c4c4c4;
    border-width:1px 1px 0 1px;
    padding:40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
}
.job-content-wrap:last-child {
    border-width:1px;
}
.job-content-wrap > div:first-child {
    width:calc(100% - 180px);
}
.condition_top{
  	margin-top: 30%;
}
.job-content-btnset {
    margin: auto;
}
.job-content-wrap > div:last-child {
    width:180px;
}
.job-content-wrap .classification {
    font-family: 'NotoR', sans-serif;
    border:1px solid #c4c4c4;
    border-radius:10px;
    background:#fff;
    padding:10px 15px;
    margin-bottom:25px;
    display: inline-block;
}

.job-content-wrap-lecture {
    padding:50px;
}
.job-content-wrap-lecture header h3 {
    margin: 0.5em 0 1.2em;
    color:#000;
}
.job-content-wrap-lecture header span.tit-span {
    font-size:1.125rem;
    color:#000;
}
.job-content-wrap header h3 {
    width:100%;
    font-family: 'NotoB', sans-serif;
    font-size:1.5rem;
}
.job-content-wrap aside {
    margin:10px 0;
}
.job-content-wrap aside span.career {
    font-family: 'NotoM', sans-serif;
    color:#f72586;
}
.job-content-wrap aside span:after {
    width:1px;
    height:15px;
    content:"";
    vertical-align: middle;
    background:#c1c1c1;
    margin:-2px 10px 0 10px;
    display:inline-block;
}
.job-content-wrap aside span:last-child:after {
    display:none;
}
.job-content-wrap .period {
    font-size:1.125rem;
    color:#555;
}
.job-content-wrap .job-content-btnset button {
    width:100%;
    font-family: 'NotoM', sans-serif;
    font-size: 1rem;
    border-radius: 10px;
    padding:10px 0;
    margin-bottom:13px;
    background:#f4f4f4;
    display:block;
}
.job-content-wrap .job-content-btnset button:last-child {
    margin-bottom:0;
}
.job-content-wrap .job-content-btnset button.modify {
    color:#fff;
    background:#f72586;
}
.job-content-wrap .job-content-btnset button.modify2 {
    color:#fff;
    background:#7109b6;
}
.job-content-wrap .job-content-btnset button.modify3 {
    color:#fff;
    background:#000;
}
.job-content-wrap .job-content-btnset button span {
    display:inline-block;
}
.job-content-wrap .job-content-btnset button span i {
    color:#000;
}
.job-content-wrap .job-content-btnset button span:after {
    width:0;
    height:1px;
    content:"";
    background:#000;
    display:block;
    transition:all 0.4s ease;
}
.job-content-wrap .job-content-btnset button:hover span:after {
    width:100%;
}
.job-content-wrap .job-content-btnset button.modify span:after {
    background:#fff;
}

/* 지난 인재채용 */
.job-content-wrap.job-overdue {
    background:#f6f6f6;
}
.job-content-wrap.job-overdue .job-content-btnset button {
    background:#fff;
}
.job-content-wrap.job-overdue .job-content-btnset button.modify {
    background:#000;
}

/* 지원자 현황보기 */
.applicant-wrap {
    width:100%;
    border:1px solid #c4c4c4;
    padding:40px;
}
.applicant-wrap .applicant-title {
    border-bottom:1px solid #e0e0e0;
    padding-bottom:50px;
    margin-bottom:50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
}
.applicant-wrap .applicant-title > div:first-child {
    width:calc(100% - 120px);
}
.applicant-wrap .applicant-title .classification {
    font-family: 'NotoR', sans-serif;
    border:1px solid #c4c4c4;
    border-radius:10px;
    background:#fff;
    padding:10px 15px;
    margin-bottom:25px;
    display: inline-block;
}

.applicant-wrap .applicant-title header h3 {
    width:100%;
    font-family: 'NotoB', sans-serif;
    font-size:1.5rem;
}
.applicant-wrap .applicant-title aside {
    margin:10px 0;
}
.applicant-wrap .applicant-title aside span.career {
    font-family: 'NotoM', sans-serif;
    color:#f72586;
}
.applicant-wrap .applicant-title aside span:after {
    width:1px;
    height:15px;
    content:"";
    vertical-align: middle;
    background:#c1c1c1;
    margin:-2px 10px 0 10px;
    display:inline-block;
}
.applicant-wrap .applicant-title aside span:last-child:after {
    display:none;
}
.applicant-wrap .applicant-title .period {
    font-size:1.125rem;
    color:#555;
}
.applicant-wrap .applicant-title .detail-view {
    width:120px;
}
.applicant-wrap .applicant-title .detail-view a {
    width:120px;
    height:120px;
    color:#fff;
    border-radius: 50%;
    background:#000;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.applicant-wrap .applicant-list h4 {
    font-family: 'NotoB', sans-serif;
    font-size:1.25rem;
    margin-bottom:20px;
}
.applicant-wrap .applicant-list .total-applicant {
    text-align: right;
}
.applicant-wrap .applicant-list .total-applicant {
    margin-bottom:20px;
}
.applicant-wrap .applicant-list .total-applicant span {
 font-family: 'NotoB', sans-serif;
 color:#7109b6;
}
.applicant-wrap .applicant-list .applicant {
    border:1px solid #c4c4c4;
    border-radius:10px;
    background:#f8f8f8;
    padding:35px;
    margin-bottom:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.applicant-wrap .applicant-list .applicant:last-child {
    margin-bottom:0;
}
.applicant-wrap .applicant-list .applicant .view-detail {
    width:120px;
    height: 50px;
    font-family: 'NotoR', sans-serif;
    font-size:1rem;
    border:1px solid #c4c4c4;
    border-radius: 10px;
    background:#fff;
}
.applicant-wrap .applicant-list .applicant .name,
.applicant-wrap .applicant-list .applicant .condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.applicant-wrap .applicant-list .applicant .name {
    width:200px;
    font-family: 'NotoB', sans-serif;
    font-size:1.25rem;
    color:#000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.applicant-wrap .applicant-list .applicant .subject {
    width:calc(100% - 450px);
    padding-top: 13px;
    padding-right:30px;
}
.condition {
    width:130px;
    height: 50px;
    position: relative;
}
.condition ul {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.condition ul li {
    width:100%;
    color:#fff;
    border:1px solid #c4c4c4;
    border-radius: 10px;
    padding:12px;
    cursor:pointer
}
.document-review {
    background:#8b48b8;
}
.job-related-test {
    background:#7109b6;
}
.interviews-1st {
    background:#500b7d;
}
.interviews-2nd {
    background:#380c55;
}
.successful {
    background:#27063c;
}
.cut {
    background:#ba0257;
}
.defer {
    background:#6a374f;
}

/* 지원자 현황 내용 보기 */
.applicant-view-btnset {
	margin-bottom:20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.applicant-view-btnset a {
	font-family: 'NotoM', sans-serif;
	border-radius:10px;
	padding:15px 40px;
	display:block;
}
.applicant-view-btnset a.go-applicant-list {
	border:1px solid #c4c4c4;
	background:#f6f6f6;
}
.applicant-view-btnset a.go-applicant-list::before {
	width:20px;
	height:20px;
	content:"";
	vertical-align: middle;
	background:url('../images/mypage/go_applicant_list_icon.png') no-repeat;
	margin-top:-2px;
	margin-right:15px;
	display:inline-block;
}
.applicant-view-btnset a.view-job {
	color:#fff;
	border:1px solid #000;
	background:#000;
	margin-left:auto;
}

.applicant-detail {
	border:1px solid #c4c4c4;
	padding:45px;
	background: #fff;
}
.applicant-detail .applicant-detail-header {
	border-bottom:2px solid #500b7d;
	padding-bottom:25px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.applicant-detail .applicant-detail-header h2 {
	font-family: 'NotoR', sans-serif;
	font-size:1.5625rem;
	color:#000;
}
.applicant-detail .applicant-detail-header .condition {
	margin-left:auto;
}
.resume-wrap {
	color:#000;
	border:1px solid #c4c4c4;
	border-radius: 20px;
	padding:30px;
	margin-bottom:60px;
	background:#f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.resume-wrap p {
	font-family: 'NotoR', sans-serif;
	font-size:1.125rem;
}
.resume-wrap p span {
	font-family: 'NotoB', sans-serif;
}
.resume-wrap button {
	font-family: 'NotoDL', sans-serif;
	font-size:1rem;
	margin-left:auto;
}
.resume-wrap button::after {
	width:21px;
	height:24px;
	content:"";
	vertical-align: middle;
	background:url('../images/mypage/resume_icon.png') no-repeat;
	margin:-2px 0 0 10px;
	display:inline-block;
}

.applicant-detail h3 {
	font-family: 'NotoB', sans-serif;
	font-size: 1.375rem;
	color:#000;
	margin-bottom:25px;
}
.applicant-detail h3 a {
	font-family: 'NotoR', sans-serif;
	font-size: 1rem;
	color:#f72586;
}
.resume-info-wrap {
	margin-bottom: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.resume-info-wrap .resume-photo {
	width:220px;
	height:240px;
	margin-right:20px;
	overflow:hidden;
}
.resume-info-wrap .resume-info {
    width:calc(100% - 240px);
}
.resume-info-wrap .resume-info table {
    width:100%;
	max-width:570px;
	font-size: 1.0625rem;
	border-top:2px solid #500b7d;
}
.resume-info-wrap .resume-info table th {
	font-family: 'NotoM', sans-serif;
	text-align: center;
	border:1px solid #000;
	border-width:0 1px 1px 0;
	background:#f8f8f8;
}
.resume-info-wrap .resume-info table td {
	border-bottom:1px solid #000;
	padding:26px;
}
.resume-portfolio-wrap {
	margin-bottom:35px;
}
.resume-portfolio-wrap p {
    font-family: 'NotoR', sans-serif;
    color:#555;
    text-align: right;
    margin-bottom:10px;
}
.resume-portfolio-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
}
.resume-portfolio-wrap ul li {
	width:calc(100% / 5 - (20px * 4 / 5));
	border:1px solid #cacaca;
	margin-right:20px;
	overflow:hidden;
	cursor:pointer;
}
.resume-portfolio-wrap ul li:last-child {
	margin-right:0;
}
.resume-portfolio-wrap ul li img {
	transition:all 0.4s ease;
}
.resume-portfolio-wrap ul li:hover img {
	transform: scale(1.2);
}


/* 지원자 현황 포트폴리오 보기 Modal */
.modal {
	display:none;
    width:100%;
	height:100%;
    background:rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:fixed;
    top:0;
    left:0;
    z-index: 999;
    padding: 50px 0;
    height: 100%;
}
.modal .modal-inner {
	width:100% !important;
	/* max-width:1600px; */
	max-width:84%;
    background:#fff;
    position: relative;
    height: 100%;    
    overflow-y: auto;
    overflow-x: hidden;
}
/* .modal .modal-inner-box
{	
	width:100% !important;
	max-width:1600px;
    background:#fff;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
} */
.modal-close {
   position: absolute;
    right: 7%;
    top: 2%;
    z-index: 2000;
}
.modal-close a:after {
    width:70px;
    height:70px;
    content:"";
    vertical-align: middle;
    background:#000 url('../images/sub/close-img.png') no-repeat center;
    display:inline-block;
    border-radius: 50%;
}
.modal_box {
	position: relative;
}
.modal-ctrl {
	position: absolute;
	top: 600%;
    left: -6%;
    cursor: pointer;
}
.modal-ctrl2 {
    position: absolute;
	top: 600%;
    right: -6%;
    cursor: pointer;
}
.modal-ctrl3 {
	position: absolute;
    bottom: 45%;
    left: 2%;
    cursor: pointer;
    z-index: 50;
}
.modal-ctrl4 {
    position: absolute;
    bottom: 45%;
    right: 3%;
    cursor: pointer;
    z-index: 50;
}

.modal-portfolio-img {
    background: transparent;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
}
.modal-portfolio-img > img{
	margin: auto;
}

/* .modal-arrow{
	position: absolute;
    z-index: 11111;
    width: 100%;
    height: 100%;
} */

/* 일자리지원 신청 요청 */
.request {
	display:none;
    width:100%;
	height:100%;
    background:rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:fixed;
    top:0;
    left:0;
    z-index: 999;
    padding: 280px 0;
}
.request .request-inner {
	width:100% !important;
    max-width: 600px;
    background:#fff;
    position: relative;
    height: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;    
    height: auto;
}
.request-close {
    position: absolute;
    right: -20px;
    top: -20px;
	z-index:10;
}
.request-close a:after {
    width:70px;
    height:70px;
    content:"";
    vertical-align: middle;
    background:#7109b6 url('../images/sub/close-img.png') no-repeat center;
    display:inline-block;
    border-radius: 50%;
}
.request-wrap {
    margin: 0 8%;
}
.request-wrap h3 {
    font-size: 2.0rem;
    margin-bottom: 30px;
}
.request-wrap select {
    width: 100%;
}
.request-inner button {
    background: #7109b6;
    padding: 3% 5%;
    font-size: 1.1rem;
    color: #fff;
    margin-top: 50px;
}


@media screen and (max-width:768px) {
	
	.request .request-inner {
		width: 95% !important;
	}
	.request-close {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.request-close a:after {
		width: 50px;
		height: 50px;
	}

}

@media screen and (max-width:480px) {

    .request .request-inner {
        width: 95% !important;
        padding-top: 100px;
    }
    .request-inner button {
        margin-top: 40px;
        padding: 5% 10%;
    }
    .request-wrap h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .modal-ctrl3 {
	position: absolute;
	bottom: 70%;
    left: 2%;
    cursor: pointer;
}
.modal-ctrl4 {
    position: absolute;
	bottom: 70%;
    right: 3%;
    cursor: pointer;
}
.depth4-header a {
    font-family: 'NotoDL', sans-serif;
    font-size: 1.1rem;
}
.depth4-header li{
	margin-right: 30px;	
}
.depth4-header li.active a {
    font-family: 'NotoM', sans-serif;
    font-size:1.1rem;
}


}



/* 찜한인재 */
.wishportfolio_desc_area {
    margin: 2% 0 2.5%;
}
.portfolio_title {
	font-family:'NotoM';
    height: 55px;
    min-height: 55px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    border: solid 1px #555;
    background-color: #fff;
    color: #838383;
    cursor: pointer;
}
.portfolio_title p.title_text {
    overflow: hidden;
    margin: 16px 95px 28px 60px;
    font-size: 1.25rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.36px;
}
.portfolio_title .title_open_button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    margin: 10px 50px 23px 0;
    background: url(../images/sub/button_title_open.png) no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.portfolio_title.on {
    border: solid 2px #7109b6;
    color: #7109b6;
}
.portfolio_title.on .title_open_button {
    background: url(../images/sub/button_title_opend.png) no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
.blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
.wishportfolio_desc_area .wishportfolio_desc {
    /* display: none; */
    padding: 80px 50px 40px;
    margin-top: -54px;
    border-radius: 20px;
    background-color: #f3eef6;
}
.wishportfolio_desc .sub-category-box {
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    padding: 18px 50px;
    background: #fff;
}
.wishportfolio_btn {
    text-align: center;
    margin: 40px 0 0;
}
.wishportfolio_btn button {
    height: 50px;
    background: #7109b6;
    padding: 0 50px;
    font-size: 1.125rem;
    color: #fff;
    font-family: 'NotoR';
}

.wish-talented {
    font-family: 'NotoM', sans-serif;
    border:1px solid #cacaca;
    border-radius: 10px;
    background:#f8f8f8;
    padding:35px;
    margin-bottom:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wish-talented:last-child {
    margin-bottom:0;
}
.wish-talented .classification {
    color:#7109b6;
    margin-right:60px;
}
.wish-talented .classification span::after {
    width:1px;
    height:15px;
    content:"";
    vertical-align: middle;
    background:#7109b6;
    margin:-2px 10px 0 10px;
    display:inline-block;
}
.wish-talented .classification span:last-child::after {
    display:none;
}
.wish-talented .subject {
    font-size:1.25rem;
    margin-right:30px;
}
.wish-talented button {
    font-family: 'NotoR', sans-serif;
    font-size:1rem;
    border:1px solid #cacaca;
    border-radius: 10px;
    background:#fff;
    padding:10px 15px;
}
.wish-talented .name-wrap {
    margin-left:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wish-talented .name {
    font-family: 'NotoB', sans-serif;
    font-size:1.25rem;
    margin-right:30px;
}

.wish-talented .dataYN {
    color:#f72586;
    margin-right:60px;
    width: 120px;
    font-size: 18px;    
}
.request_day{
	font-size: 1.125rem;
    color: #777;
    margin-top: 7px;
    font-family: 'NotoR', sans-serif;
}
.user_view > header > h2{
	font-family: 'NotoR', sans-serif;
    font-size: 1.5625rem;
    color: #000;
}
.btn-wrap a{
	color: #fff;
    border-radius: 10px;
    background: #000;
    padding: 10px 20px;
    margin: 0 20px;
}
/* 정보공개요청 */
.public_info{
	background: #F3F8FF;
	padding: 20px;
	border-radius: 10px;
	line-height: 170%;
	margin-bottom: 20px;
}
.public_info > p > span{
	color: #7109B6;
	font-weight: 600;
}

/* 기업정보수정 */
.modify-sub-information .modify-id {
    font-family: 'NotoR', sans-serif;
    font-size: 1.125rem;
    padding-left:10px;
}


.portfolio-slider  .portfolio_div {
	height:700px;
	padding:40px;
}
.portfolio-slider  .portfolio_div > img {
	margin:0 auto;
	max-height: 100%;
	max-width: 100%;
}
.portfolio_th {
	padding: 10px 40px 40px 30px;
	height:70px;
}
.portfolio_th_div {
	float:left;
	margin:20px 5px;
	position:relative;
}

.portfolio_th_div img {
	width:70px;
	height:70px;
}
.portfolio_th_div div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.5);
}
.portfolio_th_div div.active{
	background:none;
	border:5px solid #b225cf;
}


/*************** 일반 **************/
/* 포트폴리오 */
.portfolio-add-wrap {
    height:500px;
    font-family: 'NotoM', sans-serif;
    font-size: 1.5rem;
    border:1px solid #cacaca;
    background:#f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.portfolio-add-wrap > div {
    text-align: center;
    line-height: 250%;
}
.portfolio-add-wrap > div > p.no-portfolio-txt {
    line-height: 150%;
    font-size: 1.0rem;
    margin-top: 30px;
    font-family: 'NotoR', sans-serif;
}
.portfolio-add-wrap > div button {
    font-family: 'NotoM', sans-serif;
    font-size: 1.125rem;
    color:#fff;
    border-radius:10px;
    background:#7109b6;
    padding:10px 20px;
}

.portfolio-wrap {
    margin-bottom: 80px;
    border-top: 2px solid #000;
    padding: 60px 60px 0;
    margin-top: 15px;
}
.portfolio-wrap header {
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.portfolio-wrap header h2 {
    font-family: 'NotoR', sans-serif;
    font-size: 1.5625rem;
    color:#000;
    margin: 1.2em 0 0.5em;
}
.portfolio-wrap header span {
    font-family: 'NotoL';
    font-size: 0.9375rem;
    color:#888888;
}
.portfolio-view h3 {
    font-family: 'NotoM';
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 18px;
}
.portfolio-view .portfolio-view-list {
    margin-bottom: 20px;
}
.portfolio-view .portfolio-view-link {
    background: #EEE7F3;
    padding: 20px 40px;
    border-radius: 10px;
}
.portfolio-view .portfolio-view-link h3 {
    margin-bottom: 0;
}
.portfolio-view table tr {
    display: block;
    padding: 10px 0;
}
.portfolio-view table th {
    width: 120px;
    text-align: left;
}
.portfolio-view table td.support {
    font-family: 'NotoM';
}
.portfolio-view table td.support span {
    color: #f72586;
}
.portfolio-view .portfolio-view-list p {
    padding-left: 40px;
}

.portfolio-view .portfolio-view-img {
    position: relative;
    padding: 10px 0 0;
    display: flex;
    word-break: keep-all;
    /* height: 100%; */
}
.portfolio-view .portfolio-view-img:before {
    display: block;
    content: "";
    width: 200%;
    min-height: auto;
    background: #ececec;
    position: absolute;
    left: -50%;
    top: 0;
    /* top: -105px; */
    z-index: -9;
    height: 100%;
}
.portfolio-view .applicant-detail .portfolio-view-none:before {
    display: none;
}

.portfolio_info_box{
    background-color: #ffffff;
    border: 1px solid #cacaca;
    border-bottom: none;
}
.portfolio_info{
    padding: 3rem 2rem 0.5rem;
}
.portfolio_info > header > h3{
    font-family: 'NotoM';
    font-size: 1.625rem;
    color: #000;
}
.portfolio_btn{
	display: flex; 
} 
.portfolio_btn > button{
    font-size: 1rem;
    font-family: 'NotoM';
    border-radius: 7px;
    background: #EEE7F3;
    color: #912dd3;
    padding: 7px 1%;
    min-width: 100px;
    margin: 0 10px 10px 0;
    border: 1px solid #9e4ad5;
}
.portfolio_btn > button.on{
	content: '';
    display: inline-block;
    background: #9e4ad5;
    border: 1px solid #9e4ad5;
    color: #ffffff;
}
.modal_count{display: block;}
.modal_count{
    text-align: center; 
    padding-top: 19px;
    font-size: 20px;
}
.modal_count > span{
    margin: 0 5px;
}
.modal_count > img{
    vertical-align: middle;
}
.modal_count span.hover {
    color:#9747FF;
    margin: 0 5px;
}

.prize-winning-concept{
    font-family: 'NotoL';
    font-size: 1.125rem;
    text-align: left;
}
.prize-winning-field{
    font-family: 'NotoDL';
    color: #f72586;
    margin: 1rem 0 0;
    font-size: 1.0rem;
    text-align: left;
}
.description{
    font-family: 'NotoDL';
    line-height: 150%;
    letter-spacing: -0.5px;
    padding: 20px;
    background-color: #F4F3F4;
    border-radius: 10px;
}

.description > p > img{ width: 100%;  }

.portfolio-view-con {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    border-top: none;
}
.portfolio-view-con .portfolio_th {
    padding: 10px 40px 20px 30px;
    height: 70px;
    margin: 0 auto;
    display: table;
}
.portfolio-view-con .portfolio_th_div {
	float:left;
	margin:20px 10px;
	position:relative;
}
.portfolio-view-con .portfolio_th_div img {
	width:100px;
	height:100px;
}
.portfolio-view-con .portfolio_th_div div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
}
.portfolio-view-con .portfolio_th_div div.active{
	background:rgba(0, 0, 0, 0.5);
	border:5px solid #f72586;
}
.portfolio-view-con .portfolio_div {
	position:relative;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #cacaca; */
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}
.detail-view .modal-body article>div:first-child {
    margin:1rem 3.125rem 0 ;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}
.detail-view .modal-body article>div {
    font-family: NotoSansDemiLight,NotoSansLight,sans-serif;
    font-size: 1rem;
    line-height: 180%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3.25rem 2rem 3.25rem 0;
}
.detail-view .modal-body article .thumnail {
    margin-bottom: 3.125rem;
}
.detail-view .modal-body article header {
    font-size: .9375rem;
    color: #616161;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}
.detail-view .modal-body article header h3 {
	font-family:'NotoM';
    font-size: 1.625rem;
    color: #000;
}
.detail-view .modal-body article .prize-winning-concept {
	font-family:'NotoL';
    font-size: 1.125rem;
}
.detail-view .modal-body article .prize-winning-field {
	font-family:'NotoDL';
    color: #f72586;
    margin: 1.0rem 0 1.25rem;
    font-size: 1.0rem;
}
.detail-view .modal-body article .description {
	font-family:'NotoDL';
    line-height: 150%;
    letter-spacing: -0.5px;
    /* border-top: 1px solid #000; */
    margin-top: 1.5rem;
    padding: 1.5rem;
    background-color: #F4F3F4;
    border-radius: 10px;
}
.detail-view .modal-body a.btn-view {
    position: absolute;
    /* top: 30px; */
    left: 3.125rem;
    background: #222222;
    color: #fff;
    border-radius: 10px;
    padding: 5px 15px;
}
.p-view-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.p-view-page-open {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.section1{
	overflow:hidden;
	position:relative;
	box-sizing:border-box;	
	text-align:center;
}
.section1 .slg{margin:75px 0 35px;padding:0;text-align:left;}
.section1 .slg>div{
	display:inline-block;
	position:relative;
	padding:55px 0;
	font-size:36px;
}
.section1 .slg>div:before{
	display:block;content:"";
	width:49px;height:38px;
	background:url(../images/page/m13_2_bg_dd1.png) no-repeat;
	position:absolute;left:0;top:0;opacity:0.5;
}
.section1 .slg>div:after{
	display:block;content:"";
	width:49px;height:38px;
	background:url(../images/page/m13_2_bg_dd2.png) no-repeat;
	position:absolute;right:0;bottom:0;opacity:0.5;
}
.section1 .txtarea{
	position:relative;
	padding:50px 0 0;
	display:flex;word-break:keep-all;
}
.section1 .txtarea:before{
	display:block;content:"";
	width:200%;height:100%;
	background:#f8f8f8;
	position:absolute;left:-50%;top:0;
}
.section1 .txtarea .txts{position:relative;z-index:10;width:50%;padding:0 20px 50px 0;text-align:left;}
.section1 .txtarea .txts p{font-size:17px;color:#888;line-height:180%;margin-bottom:25px;}
.section1 .txtarea .txts p:first-child{font-size:21px;color:#222;line-height:160%;font-weight:500;}
.section1 .txtarea .txts p:last-child{margin-bottom:0;}
.section1 .txtarea .pht{width:50%;position:relative;}
.section1 .txtarea .pht img{position:absolute;left:0;bottom:0;max-width:860px;width:860px;}
.section1 .sign{
	padding:95px 0;
	text-align:left;
	font-size:21px;color:#222;font-weight:500;
}

.p-view-title .j-view-star02 {
    display: inline-block !important;
    height: 28px;
    width: 32px;
    font-size: 0;
    vertical-align: bottom;
    margin-left: 10px;
}
.p-view-title .j-view-star02.on { 
    background-position: 0 -37px;
}
.p-view-title .img_list-btn03 {
    display: block;
    overflow: hidden;
    background: url(../images/sub/j-view-star02.png) no-repeat 0 0;
}
.cont_cnt2 .date {
    color:#ababab;
    text-align: right;
}
.portfolio-wrap .applicant-detail {
    border:none;
    padding:0;
}
.portfolio-video {
    padding: 3rem 2rem 0.5rem;
    /* border-bottom: 1px solid #cfcfcf; */
}
.company-view-con {
    margin-bottom: 30px;
}
.company-view-video > ul > li{
	border: 1px solid #cacaca;
}
.plus-con {
	position:relative;
}
.plus-btn {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
.plus-txt {
    position: absolute;
    background: #444;
    border: 2px solid #000;
    color: #fff;
    padding: 15px 25px;
    top: 80px;
    left: 235px;
}
.plus-txt2 {
    position: absolute;
    background: #444;
    border: 2px solid #000;
    color: #fff;
    padding: 15px 25px;
    top: 31px;
    left: 166px;
    display: none;    
}
.plus-position_r {
    position: relative; 
}


@media screen and (max-width:768px) {
	
	.plus-btn {
		float: right;
	}
	.plus-txt2 {
		left: 0;
		right: 0;
		width: 95%;
		margin: 0 auto;
	}
	.plus-txt {
		left: 0;
		right: 0;
		width: 95%;
		margin: 0 auto;
	}

}


@media screen and (max-width:600px) {
	.portfolio_btn{
		display: inline-block; 
	}
	.applicant-detail h3 a{
		display: block;
		overflow: hidden; 
	}
}

@media (max-width: 480px){

	.plus-txt2 {
		/* top: 60px; */
		z-index: 999;
	}
	.plus-txt {
		top: 60px;
		z-index: 999;
	}
	.portfolio_btn{
		display: block; 
	} 
	.portfolio_btn > button{
		width: 100%;
	}

}




/* 포트폴리오 등록 */
.sub-information-tit3 {
    font-family: 'NotoR', sans-serif;
    font-size:1.25rem;
    color:#000;
    margin-bottom:40px;
}
.sub-information-tit3 span {
    font-size:0.9375rem;
    color:#a8a8a8;
}
.sub-information-tit3 span.point {
    font-size: 1.375rem;
    color:#7109b6;
    margin-right:20px;
    display:inline-block;
}
.portfolio-add {
    margin-bottom:60px;
}
.portfolio-add .sub-con-title {
    color:#000;
}
.portfolio-add .sub-con-title span.tit-point {
    padding-left:5px;
}
.portfolio-add .sub-con-title span.tit-txt {
    margin-left:20px;
}
.portfolio-subject {
    width:100%;
    color:#000 !important;
}
.portfolio-add  .category-box {
    padding-left:10px;
}
.portfolio-add .sub-con-file {
    margin-bottom:10px;
}
.portfolio-add .sub-con-file:last-child {
    margin-bottom:0;
}
.portfolio-plus, .portfolio-minus {
    width:55px;
    height:53px;
    font-family: 'NotoB', sans-serif;
    font-size:1.5rem;
    color:#fff;
    background:#000;
}
.portfolio-wrap header .classification {
    padding: 10px 40px;
    margin-bottom: 30px;
    display: table;
    border-top: 1px solid #7109b6;
    border-bottom: 1px solid #7109b6;
    margin: 0 auto;
}
.portfolio-wrap header .classification span {
    color: #7109b6;
    font-family: 'NotoM';
}
.portfolio-wrap header .classification span::after {
    width: 1px;
    height: 15px;
    content: "";
    vertical-align: middle;
    background: #7109b6;
    margin: -2px 10px 0 10px;
    display: inline-block;
}
.portfolio-wrap header .classification span:last-child::after {
	display:none;
}
.job_career_new, .job_career_old{
	margin-top: 13px!important;
}

@media screen and (max-width:1240px) {
	.portfolio-wrap {
		margin-bottom: 50px;
		border-top: 2px solid #000;
		padding: 50px 30px 0;
		margin-top: 15px;
	}

	 .portfolio-wrap .modal-ctrl {
		/* position: relative; */
        top: 0; 
        margin-top: 20px;
        width: 46%;
        float: left;
        margin-bottom: 40px;
        text-align: right;
        padding-right: 20px;
        z-index: 100;
	}
	.portfolio-wrap .modal-ctrl2 {
        /* position: relative; */
        top: 0;
        margin-top: 20px;
        width: 46%;
        float: right;
        text-align: left;
        margin-bottom: 40px;
        padding-left: 20px;
        z-index: 100;
	}
    .modal_count{
        display: block;
    }
    .modal_count{
        text-align: center; 
        padding-top: 19px;
        font-size: 20px;
    }
    .modal_count > span{
        margin: 0 5px;
    }
    .modal_count > img{
        vertical-align: middle;
    }
    .modal_count span.hover {
        color:#9747FF;
        margin: 0 5px;
    }

    .portfolio-wrap .modal-ctrl > span > img {
        height: 23px;
        width: 11px;
        /* margin: 0 0 0 80%;
        z-index: 100;
        position: relative; */
    }
    .portfolio-wrap .modal-ctrl2 > span > img {
        height: 25px;
        width: 11px;
        /* margin: 0 80% 0 0;
        z-index: 100;
        position: relative; */
    }  
    .detail-view .modal-body article>div:first-child {
        margin:0rem 3.125rem 0 ;
    }   
}


@media screen and (max-width:980px) {
	.portfolio-view-con .portfolio_th_div img {
		width: 80px;
		height: 80px;
	}
	.portfolio-view .portfolio-view-img:before {
		min-height: 1000%;
	}

	.modal-body {
		padding: 1rem;
	}
	.modal-body article {
		display: block!important;
	}
    .detail-view .modal-body article>div:first-child{
        margin: 0;
    }
	.detail-view .modal-body article>div {
		padding: 3.25rem 2rem 3.25rem;
	}
}

@media screen and (max-width:768px) {
	
	.portfolio-view-con .portfolio_th {
		padding: 0;
		height: auto;
		margin: 0 auto;
		display: table;
	}
	.portfolio-view .portfolio-view-img:before {
		top: -75px;
	}

	.portfolio-view .portfolio-view-list {
		margin-bottom: 40px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
	
	.portfolio-wrap {
		padding: 50px 10px 0;
	}
	.portfolio-wrap .modal-ctrl img,
	.portfolio-wrap .modal-ctrl2 img  {
		width: 20px;
	}
	.detail-view .modal-body article>div {
		padding: 2.0rem 1rem 2.0rem;
	}
	.detail-view .modal-body article .description {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}
    .portfolio_info{
        padding: 2rem 1rem 0.5rem;
    }
    .portfolio-view .portfolio-view-list p{
        padding: 0 15px;        
        word-wrap: break-word;
    }

}

/* 내가 신청한 일자리 */
.apply-job .condition {
    width:100%;
}
.apply-job-data {
    margin-bottom:10px;
}
.apply-job-data ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.apply-job-data ul li {
    margin-right:10px;
}
.apply-job-data ul li:last-child {
    margin-right:0;
}

.apply-job-overdue .condition {
    height:100%;
}
.apply-job-overdue .condition  ul {
    top:50%;
    bottom:auto;
    transform: translateY(-50%);
}

/* 찜한 일자리 */
.wish-job .job-content-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wish-job .job-content-wrap > div:first-child {
    width: calc(100% - 360px);
}
.wish-job .job-content-btnset {
    width:300px;
    text-align: center;
}
.wish-job .job-content-btnset .period {
    font-size:1rem;
    margin-bottom:10px;
}
.wish-job .job-content-btnset button {
    color:#fff;
    background:#000;
}
.wish-job .wish-job {
    width:47px !important;
    margin-left:13px;
}
.wish-job .job-content-btnset  .job-finish {
    background:#cacaca;
    cursor: default;
}

/* 찜한기업 */
.wish-company .company-content-wrap {
    border:1px solid #c4c4c4;
    padding:50px;
    margin-bottom:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wish-company .company-content-wrap:last-child {
    margin-bottom:0;
}
.wish-company .company-content-wrap .company-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wish-company .company-content-wrap .company-logo img {
    width:165px;
}
.wish-company .company-content-wrap .company-logo::after {
    width:1px;
    height:50px;
    content:"";
    vertical-align: middle;
    background:#c4c4c4;
    margin:0 50px;
    display:block;
}
.wish-company .company-content-wrap .company-info {
    font-family: 'NotoR', sans-serif;
    font-size:1.0625rem;
    color:#000;
}
.wish-company .company-content-wrap .company-info .comapnay-name {
    font-family: 'NotoB', sans-serif;
    font-size: 1.75rem;
}
.wish-company .company-content-wrap .company-wish-btnset {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wish-company .company-content-wrap .company-wish-btnset a {
    color:#fff;
    border-radius:10px;
    background:#000;
    padding:10px 20px;
    margin-right:20px;
}



@media screen and (max-width:1240px) {
	
	.modal .modal-inner {
		width: 95% !important;
	}
	.modal-close {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.modal-close a:after {
		width: 50px;
		height: 50px;
	}
	
    .modal_box{
        position: relative;
    }
	.modal-ctrl {
		position: absolute;
		top: 45%;
		left: 0;
		cursor: pointer;
	}
	.modal-ctrl2 {
		position: absolute;
		top: 45%;
		right: 0;
		cursor: pointer;
	}

}


@media screen and (max-width:768px) {

	.portfolio-slider .portfolio_div {
		height: auto;
	}

	.depth4-header {
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.job-myp-btn {
	    right: 0px;
	    top: 30px;
	    width: 100%;
	    margin-bottom: 15px;
	}
	.job-myp-btn a{
	    width: 100%;
	    display: block;
	    text-align: center;	
	}

}



/* ----------------------------- */
/* 오시는 길
/* ----------------------------- */
.map-con {
    margin-top: 20px;
}
.loc-info { 
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.778rem;
	flex-wrap: wrap;
}
.loc-info>[class*=col] {
    padding: 0;
}
.loc-info .dsc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.loc-info .dsc > dt { padding-right: .5em; }
.loc-info .dsc > dd { font-size: 1em; }

.split:empty {
    display: inline-block;
    margin: -1px .7em 0;
    height: .667rem;
    border-left: 1px solid;
    vertical-align: middle;
}
.split {
    font-style: normal;
    margin: 0 .5em;
}

.text-primary {
    color: #7109b6 !important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.map-d {
    width: 100%;
    height: auto;
    background: #000;
    border: 1px solid #ddd;
}


@media (min-width: 992px){
	
	.d-lg-block {
		display: block!important;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.loc-info .dsc {
		font-size: 1.111rem;
	}
	.loc-info .dsc > dt {
		padding-right: 1em;
	}

	
}

@media (max-width: 480px){
	
	.split:empty {
		display: none;
	}
	.loc-info {
		text-align: center;
		padding: 0 2%;
	}
	.loc-info .dsc {
		margin-bottom: 10px;
	}
	.loc-info .dsc {
		width: 100%;
		justify-content: normal;
		text-align: left;
		border-bottom: 1px solid #999;
		padding-bottom: 15px;
	}
	.loc-info .dsc > dt {
		width: 50px;
	}
	.loc-info {
		margin-bottom: 1.25rem;
	}
	
}

/* ----------------------------- */
/* Responsive
/* ----------------------------- */
/* Layout Max Size : 1680px (1640px)
/* Desktop : 1200px < Screen ≤ 1680px
/* Tablet Landscape ~ Desktop : 981px ≤ Screen ≤ 1240px
/* Tablet Portrait ~ Landscape : 768px ≤ Screen ≤ 980px
/* Mobile Portrait ~ Landscape : 480px ≤ Screen < 768px (landscape)
/* Mobile Landscape : 320px  ≤ Screen < 480px (portrait)
/* ----------------------------- */


@media screen and (max-width:1400px) {
   

}


@media screen and (max-width:1240px) {

    .header_box > p {
        width:80%
    }
	.dt_profile {
        position: absolute;
        top: 0;
        max-width: 97.3%;
        left: 1.38%;
    }


    /*****************************************/
    /*************** 마이페이지 **************/
    /*****************************************/
    /*************** 기업 **************/
    /* 지원자 상세보기 */
    .resume-portfolio-wrap ul {
        -webkit-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .resume-portfolio-wrap ul li {
        width: calc(100% / 4 - (20px * 3 / 4));
        margin-bottom:20px;
    }
    .resume-portfolio-wrap ul li:nth-child(4) {
        margin-right:0;
    }

    /* 찜한인재 */
    .wish-talented {
        -webkit-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wish-talented .name-wrap {
        width:100%;
        margin:20px 0 0;
    }

    /* 찜한 일자리 */
    .wish-job .job-content-wrap {
        display:block;
    }
    .wish-job .job-content-wrap > div:first-child {
        width:100%;
    }
    .wish-job .job-content-btnset {
        margin:20px 0;
    }
    .wish-job .job-content-btnset p {
        text-align: left;
    }

    /* 찜한기업 */
    .wish-company .company-content-wrap {
        -webkit-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wish-company .company-content-wrap .company-wish-btnset {
        width:100%;
        margin-top:20px;
        margin-left:0;
    }

}


@media screen and (max-width:1024px) {
    .heading h1 {
        /* font-size: 4rem;  */
        font-size: 1.75rem;
    }
    .contents h2 { font-size: 2.4rem; }

    .medical_intro .view  {
        position: relative;
        top: auto;
        left: 0;
        margin-top: 20px;
    }


    /*****************************************/
    /*************** 마이페이지 **************/
    /*****************************************/
    /*************** 기업 **************/
    /* 지원자 현황보기 */
    .applicant-wrap .applicant-list .applicant .subject {
        width: calc(100% - 320px);
    }
    .applicant-wrap .applicant-list .applicant .condition {
        margin-top:10px;
    }

}


@media screen and (max-width:980px) {
    .heading p {
        letter-spacing: 0.5em;
        text-indent: 0.5em;
    }
    #sub_nav > ul {
        display: none;
    }
    #sub_nav .select_style{
        display: block;
    }
    #sub_nav .select_style:before {
        content: '';
        display: block;
        position: absolute;
        top: 11px;
        right: 7px;
        width: 35px;
        height: 35px;
        border: 2px solid #ccc;
        border-radius: 10em;
        z-index: -1;
    }
    #sub_nav .select_style:after {
    right: 20px;
}
    #sub_nav select {
        display: block;
        width: 100%;
        height: 60px;
        font-size: 1.7rem;
        border: 1px solid #cfd4de;
        border-width: 0 0 1px 0;
        border-radius: 0;
        background: none;
    }
    .search_mc {
        max-width: 90%;
    }
    .doctor figure:after {
        padding-bottom: 39%;
    }


    /*****************************************/
    /*************** 마이페이지 **************/
    /*****************************************/
    /*************** 기업 **************/
    /* 지원자 현황보기 */
    .applicant-wrap .applicant-list .applicant .name {
        width:auto;
        margin-left:20px;
    }
    .applicant-wrap .applicant-list .applicant .subject {
        width: 100%;
        padding-right:0;
    }

}


@media screen and (max-width:900px) {
    /*****************************************/
    /*************** 마이페이지 **************/
    /*****************************************/
    /*************** 기업 **************/
    /* 지원자 상세보기 */
    .resume-portfolio-wrap ul li {
        width: calc(100% / 3 - (20px * 2 / 3));
        margin-bottom:20px;
    }
    .resume-portfolio-wrap ul li:nth-child(3) {
        margin-right:0;
    }
    .resume-portfolio-wrap ul li:nth-child(4) {
        margin-right:20px;
    }

    /* 찜한인재 */
    .wish-talented .subject {
        margin-right:0;
    }
    .wish-talented .btn-wrap {
        width:100%;
        margin-top:20px;
    }
}


@media screen and (max-width:768px) {
    /* sub layout*/
    #visual_wrap {
        padding: 0;
    }
    #sub_nav {
        padding: 0 20px;
    }
    #sub_nav:before {
        right: 20px;
    }
    #sub_nav:after {
    right: 33px;
    }

    /*****************************************/
    /*************** 마이페이지 **************/
    /*****************************************/
    /*************** 기업 **************/
    /* 지원자 상세보기 */
    .resume-info-wrap {
        display:block;
    }
    .resume-info-wrap .resume-photo {
        margin-right:0;
        margin-bottom:20px;
    }
    .resume-info-wrap .resume-info {
        width: 100%;
    }

    /* 찜한기업 */
    .wish-company .company-content-wrap {
        display:block;
        padding:20px;
    }
    .wish-company .company-content-wrap .company-logo {
        display:block;
		text-align: center;
    }
    .wish-company .company-content-wrap .company-logo::after {
        width:50px;
        height:1px;
		margin: 20px auto;
    }
    .wish-company .company-content-wrap .company-info {
        width:100%;
    }


}

@media screen and (max-width:767px) {
    


}

@media screen and (max-width:720px) {
    /*****************************************/
    /*************** 마이페이지 **************/
    /*****************************************/
    /* common */
    .mypage-inner {
        padding:20px 0;
    }

    /*************** 기업 **************/
    /* 현재 등록중인 인재채용 */
    .job-content-wrap {
        display:block;
    }
    .condition_top{
    	margin-top: 0;
    }
    .job-content-wrap > div {
        width:100% !important;
    }
    .job-content-wrap > div:first-child {
        margin-bottom:30px;
    }
}

@media screen and (max-width:640px) {
  
    /*****************************************/
    /*************** 마이페이지 **************/
    /*****************************************/
    /*************** 기업 **************/
    /* 지원자 상세보기 */
    .resume-portfolio-wrap ul li {
        width: calc(100% / 2 - (20px / 2));
    }
    .resume-portfolio-wrap ul li:nth-child(even) {
        margin-right:0;
    }
    .resume-portfolio-wrap ul li:nth-child(3) {
        margin-right:20px;
    }

}

@media screen and (max-width:480px) {
	   
	.paging {
		margin-top:25px;
		margin-bottom:25px;
	}

}



/* ----------------------------- */
/* 추가 css
/* ----------------------------- */
.jobCategory > ul:first-child {
    width: 100%;
}
.jobCategory > ul:first-child > li{
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.jobCategory > ul > li > div{
    padding-bottom: 0;
}
.jobCategory > ul > li > button{
    font-size: 1rem;
    font-family: 'NotoM';
    border-radius: 12px;
    background: #EEE7F3;
    color: #7109B6;
    padding: 12px 30px;
    min-width: 143px;
}
.jobCategory > ul > li > button.on, .jobCategory > ul > li > button:hover, .jobCategory > ul > li > button::after{
    content: '';
    display: inline-block;
    background: #7109B6;
    color: #ffffff;
}

@media screen and (max-width:768px) {
    .jobCategory > ul:first-child > li{
        width: 44%;
        margin: 0 10px 10px;
    }
	   
	.jobCategory > ul > li > button{
        min-width: 100%;
    }

}
@media screen and (max-width:480px) {
    .jobCategory > ul:first-child > li{
        width: 90%;
        margin: 0 10px 10px;
    }

}
    /* list형식 line */
.search_box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0px auto;
    max-width: 1300px;
}    
.jobview-line{
    max-width: 1300px;
    margin: 0 auto;
}
.jobview-line > ul > li{
    width: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    margin-bottom: 1.25rem;
    transition: all .4s ease;
    border: 1px solid #c4c4c4;
    padding: 10px 30px;
    position: relative;
    height: 65px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}
.jobview-line > ul > li > a{
    display: flex;
    flex-direction: row;
    width: 80%;
}
.jobview-line > ul > li > a > div{
    margin-right: 20px;
    /* width: 225px; */
    margin-top: 7px;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.jobview-line > ul > li > a > div:first-child{
    width: 200px;
}
.jobview-line > ul > li > a > div:last-child{
    width: 45%;
    font-size: 17px;
    color: #000;
    margin-top: 11px;
    margin-bottom: 10px;
    word-break: keep-all;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; */
    white-space: pre;
    overflow: hidden;
}
.jobview-line > ul > li > a >.jobview-list-tit{
    display: flex;
    flex-direction: row;
}
.jobview-line > ul > li > a >.jobview-list-tit > p{
    width: 100%;
}
.jobview-line > ul > li > .jobview-iconBox{
    flex-direction: row;
    width: 28%;
    bottom: 0;
    position: relative;
    justify-content: right;
    align-items: center;
    margin: 0;
}
.jobview-line > ul > li > .jobview-iconBox > div{
    margin-left: 7px;
}

.slick-slide{
	height: auto;
}

@media screen and (max-width:1070px) {
    /*****************************************/
    /*************** list형식 line **************/
    /*****************************************/


    /*************** 일자리 **************/
    .jobview-line > ul > li{
        height: auto;
        padding: 10px 25px;
    }
    .jobview-line > ul > li > a{
        display: inline-block;
    }
    .jobview-line > ul > li > a > div.jobview-list-name{
        width: 100%;
    }
    .jobview-line > ul > li > a > div.jobview-list-tit{
        width: 100%;
        padding: 0;
    }
    .jobview-line > ul > li > a > div{
        /* width: 200px; */
        white-space:nowrap;
    }
    .jobview-line > ul > li > a > div:last-child{
        width: 100%;
        max-height: 26px;
        /* min-height: 33px; */
        
    }
   .jobview-list-tit > span{
        /* width: 30%; */
        /* display: inline-block; */
    }
    .jobview-line > ul > li > .jobview-iconBox{
        width: 40%;
        padding-bottom: 7px;
        margin: 0;
    }
    .company_tit{
     	max-width: 100%;
    }
    .portfolio-list-tit{
     	max-width: 100%;    
    }
}

@media screen and (max-width:850px) {
	.jobview-line > ul > li > .jobview-iconBox{
	    width: 56%;
	}
}


@media screen and (max-width:600px) {
    /*****************************************/
    /*************** list형식 line **************/
    /*****************************************/


    /*************** 일자리 **************/
       .jobview-line > ul > li {
        display: inline-block;
       }
       .jobview-line > ul > li > a{
        width: 100%;
       }
       .jobview-line > ul > li > .jobview-iconBox{
        width: 100%;
        bottom: 0;
        position: relative;
        margin-top: 0;
    }
    .jobview-line > ul > li > .jobview-iconBox > div{
        margin-left: 7px;
    }
    .jobview-line > ul > li > a > div:last-child {
        width: 100%;
        /* white-space:normal; */
        line-height: 180%;
        margin-bottom: 0;
        max-height: 28px;
    }
    .jobview-line > ul > li {
        padding: 10px 20px;
    }
}

    /*** 포토폴리오 프로그래머****/
    .program_tit{
        font-size: 1.5rem;
        font-family: 'NotoM';
        color: #333;
        text-align: center;
        word-break: keep-all;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        min-height: 72px;
    }
    .program-name{
        font-size: 1.25rem;
        font-family: 'NotoL';
        color: #000;
        font-weight: 600;
        text-align: center;
        width: 100%;
        margin: 25px 0 15px;

    }
    .classification-tit{
        padding: 3px 20px 5px;
        margin-bottom: 30px;
        display: inline-grid;
        border-top: 1px solid #7109b6;
        border-bottom: 1px solid #7109b6;
        margin: 0 auto;
    }
    .classification-tit > span {
        color: #7109b6;
        font-family: 'NotoM';
        font-size: 14px;    
        word-break: keep-all;
        text-overflow: ellipsis;
        white-space: pre;
        overflow: hidden;
    }
    .program_bg{
        background-color: #ffffff;
        width: 100%;
        margin: 0px 0 15px 0px;
        border-radius: 10px 10px 0 0;
        padding: 45px 20px;
    }
    .program-iconBox{
        margin-top: 14px;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        bottom: 3%;
        width: 87%;
    }
    .icon01 > img{
        vertical-align: baseline;
    }

    .img_del {
   		width: 101.5%;
   		background: black;
   		color: #fff;
   		padding: 5px;
	    position: absolute;
	    left: -1px;
	    bottom: -28px;
	    border: 1px solid #000;
    }
    .slick-list{
    	margin: 0 auto;
    }
    
    .file_txt > span{
	    margin: 3px 7px 0 4px;
	    display: inline-block;
    }
    .tit-txt2{
        font-size: 0.9375rem;
	    position: relative;
	    top: 3px;
	    color: #a8a8a8;
	    margin-left: 10px;
	    display: inline-block;
    }  
    .portfolio_card ul li.gallery-box{
    	height: auto;
    	background-color: #fff;
    	border: none;
    } 
    .portfolio_card ul li.gallery-box > div:first-child{
    	border: none;
    	border-radius: 20px;
    	background: #f3f3f3;
    }
    .gallery-text{
    	padding: 10px;
    }
	.gallery-txt{
        font-family: 'NotoM';
	} 
	.gallery-day{
		color: #B4B2AF;
        font-size: 0.9375rem;
	} 
	.bx-pager{
		display: none; 
	}
	.gallery_img{ 
		min-width: 417px;
	    min-height: 265px;
	    display: inline-block;
	}

    /*** 이미지 삭제 ****/
    .movieContents > div{
    	margin-top: 10px; 
    }

   @media screen and (max-width:480px) {
	   .new-icon_list{
	    	margin-top: 5px;
	    }
   }
    
   @media screen and (max-width:1200px) {
	   .tit-txt2{	   	
	    margin-left: 0px;
	   }
   } 
pre{
 	font-size: 1.0rem;
  	color: #555;
  	font-family:'RobotoR', 'NotoDL', 'malgun gothic', 맑은고딕, 'Dotum', 돋움, 'Arial', 'sans-serif';
  	overflow: auto;
  	white-space: pre-wrap;
  	font-weight: 500;
}
.company_link{
 	margin-top: 7px;
}
.company_link > a{ 
	margin-right: 5px;
}
   
.member_infoBox {
   margin-bottom: 40px;
   padding: 22px 13px 20px 60px;
   background: url(../images/sub/membership_infoBg.gif) no-repeat 24px 20px;
   border: solid 5px #eff0f2;
   letter-spacing: -0.05em;
}
.member_infoBox > p{
	margin: 0 !important;
}

/*** 개별공지 알림 ****/
.notice_mypage{
   padding: 22px 20px;
   /* background: url(../images/sub/membership_infoBg.gif) no-repeat 35px 20px; */
   border: solid 5px #eff0f2;
   letter-spacing: -0.05em;
   margin-bottom: 30px;
}
.notice_mypage > p{
	margin-bottom: 2px;
	text-align: center;
}
.notice_mypage > p > span{
	font-weight: 600;
	color: #7109b6;
}
.notice_mypage > p:last-child{
	color: #777;
	margin-bottom: 0;	
}

.notice_mypage > p:last-child > span{
	color: #000;
	margin-right: 5px;
	margin-left: 10px;
}

.notice_red{
	border: 3px solid #f72586 !important
}

/*** 아이디 찾기 라디오 ****/
.radio_user {
	text-align: center;
}
.radio_user > input[type="radio"]{
	display: inline-block;
}
.radio_user > label {
	display: inline-block!important;
	font-size: 18px;
	padding-left: 3px;
	font-family: 'NotoM';
}

input[type="text"]{
	color: #555;
}
input[type="text"]::placeholder{
	color: #A8A8A8;
	font-size: 17px; 
}
.detail-view .modal-body article>div:first-child{
	margin: 15px 25px 15px 0 !important;
}
/* .modal_slider{	
	height: 100%;
}
.slick-list{
	height: 100%;
} */
.slick-slide img{    
	max-height: 100% !important;
    max-width: 89% !important;
	
}
.jobBig-list-img img {
    max-height: 70px !important;
}
/* .modal_slider > div > div.slick-track{
	display: flex;
    align-items: center;
    height: 100%;
} */