@charset "utf-8";

@font-face {
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 100; 
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
	     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 

@font-face { 
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 300; 
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 

@font-face { 
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 400; 
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
	     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
} 

@font-face { 
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 500; 
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
	     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
} 

@font-face { 
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 700; 
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), 
	     url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype'); 
} 

@font-face {
	font-family: 'Noto Sans KR'; 
	font-style: normal; 
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype'); 
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll; font-family: 'GmarketSansMedium';}
body {margin:0;padding:0;font-size:17px; font-weight:400; letter-spacing:-0.02em; font-family:"GmarketSansMedium", "NanumGothic", "Malgun Gothic", sans-serif; background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:15px;font-family:"GmarketSansMedium", "NanumGothic", "Malgun Gothic", sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
address{font-weight: normal;  font-style: normal;}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:"GmarketSansMedium", "NanumGothic", "Malgun Gothic", sans-serif !important; font-size:1em}
button {cursor:pointer}

textarea, select {font-family:"GmarketSansMedium", "NanumGothic", "Malgun Gothic", sans-serif !important; font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all; }
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

select {
width: 230px;
padding: 15px 20px;
border: 1px solid #ccc;
background: url('/Interview/images/arrow.png')200px center no-repeat ;
background-color:#fff;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


/*.color_orang{color:#fd9b2e;}*/


.tdhead{ font-weight:bold; padding:5px}

#hd{width:100%; border-top:4px solid #398cf3; border-bottom:1px solid  #398cf3;}
#hd .hd_wrap{position:relative; max-width:1200px; margin:0 auto; overflow:hidden;}
#hd .logo{float:left; margin-top:35px;}
#hd .logo img{max-width:100%; width:200px;}
#hd .gnb_wrap {position:relative; float:right; margin-right:100px;}
#hd .gnb_wrap ul{}
#hd .gnb_wrap ul li{display:inline-block;}
#hd .gnb_wrap ul li a{position:relative; display:block; color:#333; font-size:20px; font-weight:600; line-height:100px; padding:0 20px; text-align:Center; font-family:'GmarketSansMedium',"Noto Sans KR", "NanumGothic", "Malgun Gothic", sans-serif !important; letter-spacing:-1px;}
#hd .gnb_wrap ul li:hover a{color:#398cf3;}
#hd .gnb_wrap ul li:hover a::before{position:absolute; content:""; left:0; bottom:0; width:100%; height:3px; background:#398cf3;}
#hd .login_btn{position:absolute; right:0; top:50%; transform:translateY(-50%);}
#hd .login_btn a{display:block; color:#333; font-size:15px; padding:10px 20px; border:1px solid #ccc;font-family:'GmarketSansMedium', "Noto Sans KR", "NanumGothic", "Malgun Gothic", sans-serif !important;}

#mv_wrap{position:relative; width:100%; overflow:hidden;}
#mv_wrap img{width:100%;}
#mv_wrap .mob_img{display:none;}

.mov_wrap{width:100%; max-width:1200px; margin:50px auto; box-sizing:border-box;}
.mov_wrap h1{text-align:center; color:#333; font-size:35px; font-weight:600; margin-bottom:50px;}
.mov_wrap p{position:relative; padding-top:8px; margin-bottom:30px; text-align:left; color:#333; font-size:30px; font-weight:400;}
.mov_wrap p::before{content:""; position:absolute; top:0; left:0; width:30px; height:2px; background:#333;}
.mov_wrap img{width:100%;}

.movie_box{width:100%; max-width:1200px; margin:0 auto; overflow:hidden;}
.movie_box h1{padding-left:25px; text-align:left; color:#333; font-size:22px; font-weight:600; margin-bottom:15px; background:url('/interview/images/ti_icon.png')left 3px no-repeat;}
.movie_box iframe{height:auto; min-height:700px;}


ul.tabs{
	margin: 0 0 15px 0;
	padding: 0px;
	list-style: none;
	float:left;
	width: 100%;
}

ul.tabs li{
	background: #ddd;
	color: #222;
	display: inline-block;
	font-weight:500;
	letter-spacing:-1px;
	padding: 10px 20px;
	cursor: pointer;
	font-size:20px;
	border-radius: 50px;
}

ul.tabs li.current{
	/*background: #0066cc;*/ 	background: #398cf3;
	color: #ffffff;
}
ul.tabs li a{font-family: 'GmarketSansMedium';}


#container{position: relative;  margin: 0; padding: 0; z-index: 1; background: #fff; }
#scont{overflow:hidden; max-width:1080px; min-height:440px; margin:50px auto 100px; padding:60px; border:1px solid #d2d2d2; background:#fff;line-height:32px;}
#scont .s_title{font-size:22px; background:url('/interview/images/ti_icon.png?ver=1')left 3px no-repeat; padding:0 0 10px 25px; margin-bottom:20px; border-bottom:2px solid #398cf3; }
#container #scont p{font-size:15px; color: #444;    font-weight: bold; font-family: "GmarketSansMedium", "NanumGothic", "Malgun Gothic", sans-serif;}
#container .pc_none{display:none;}
#scont .tableType1{width:100%; border-spacing:0; border-collapse:collapse; font-size:15px; text-align:Center;}
#scont .tableType1 td{padding:20px 0; border-bottom:1px solid #ccc; border-top:1px solid #ccc}
#scont .tableType1 td:nth-child(2){text-align:left; padding-left:20px}
/*#scont .job_info .thumb img{border:1px solid #ccc; padding:10px; max-width:150px !important; max-height:120px !important;}*/
#scont .job_info .thumb img{border:1px solid #ccc; padding:10px; max-width:150px; max-height:150px;  
 width: 130px; height: 130px; object-fit:scale-down;}
#scont .job_info .job_ti{font-size:17px; font-weight:500; text-align:left;display:contents;}
#scont .job_info .job_ti a:hover{color:#fd9b2e}
#scont .job_info .job_com{color:#fd9b2e}
#scont .job_info .ss_title{font-size:15px; font-weight:400; float:left;}
#scont .job_info .scrap{vertical-align: baseline;}
#scont .job_info .sup_btn a{display:inline-block; padding:10px; background:#398cf3; color:#fff; }
#scont .job_info .sup_btn:hover a{background:#333;}

footer{background:#223044; padding:40px 0; }
footer .ft_wrap{max-width:1200px; margin:0 auto; overflow:hidden;}
footer .ft_wrap h1.logo{float:left; margin-right:50px}
address span{padding-right:15px; color:#e6e6e6; font-size:14px;}
footer .copy{color:#e6e6e6; font-size:14px;}


/* 기업정보 */
#scont .company_info{margin-top:0px;}
#scont .company_info .info_left{float:left; }
#scont .company_info .job_com{color:#fd9b2e;}
#scont .company_info .job_ti{font-size:20px; }
#scont .company_info .etc_info{display: inline-block;}
#scont .company_info .etc_info span{position: relative; display: inline-block; padding:0 10px; color:#555;}
#scont .company_info .etc_info span:first-child{padding-left:0;;}
#scont .company_info .etc_info span::after{content:""; position:absolute; top:6px; right:0;display:block; width:1px; height:10px; background:#555; }
#scont .company_info .etc_info span:last-child::after{display:none;}
#scont .company_info .right_btn{float:right;}
#scont .company_info .scrap{border:1px solid #ccc; padding:13px; vertical-align: bottom;}
#scont .company_info .sup_btn{display:inline-block; padding:10px; background:#fd9b2e; color:#fff; }
#scont .company_info .back_btn{display:inline-block; padding:10px; background:#808080; color:#fff; }
#scont .sub_view_table{border:1px solid #ccc}


/* 영상면접 */
#scont .interview_info{overflow:hidden;}
 .box_bg{padding:15px; background:#f4f4f4; margin-bottom:20px;}
#scont .interview_info .box_ti{font-size:17px; font-weight:500; margin-bottom:15px;}
#scont .interview_info .box_ti span{display:inline-block; color:#fff; background:#39bdf2; width:34px; height:34px; border-radius:50px; text-align:Center; line-height:34px; margin-right:15px;}
#scont .qus_list {position: relative;}
#scont .qus_list .questions{margin-bottom:10px;}
.qus_list input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.qus_list input[type="radio"] + label { display: inline-block; position: relative; padding-left: 30px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
.qus_list input[type="radio"] + label:before { content: ''; position: absolute; left: 8px; top: 3px; width: 15px; height: 15px; text-align: center; background: #fafafa; border: 1px solid #cacece; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.qus_list input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); }
.qus_list input[type="radio"]:checked + label:before { background: #E9ECEE; border-color: #adb8c0; }
.qus_list input[type="radio"]:checked + label:after { content: ''; position: absolute; top:7px; left:12px; width: 9px; height:9px; background: #39bdf2; border-radius: 100%; box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); }
#scont .questions{background:#fff; border:1px solid #ccc; padding:15px;}
#scont .start_btn{text-align:Center; padding:5px 30px; margin:0 auto; background:#fd9b2e; color:#fff; line-height: 45px; display: inline-table;}
#scont .gray_btn{text-align:Center; padding:5px 30px; margin:0 auto; background:gray; color:#fff; line-height: 45px; display: inline-table;}


/*취업 컨텐츠 무료제공 211130추가*/
.con_free{background:url('/Interview/images/bg_211130.jpg')no-repeat; background-size: cover; /*background:#f9f9f9;*/ padding:50px 0 50px 0;  /8margin:150px 0 150px 0;*/  margin:0px 0 150px 0;}
.con_free h1 {text-align: center;    color: #444;    font-size: 35px;    font-weight: 600;    margin-bottom: 50px;}
.con_free .con_3{width:85%;  margin:0 auto;      display: flex;  flex-wrap:wrap;  justify-content: center;    gap: 30px;  }
/*.con_free .con_3:after{content: ''; display: block; clear: both}*/
.con_free .con_3 li { width: 20%;      padding: 10px;  border:1px solid #666; text-align:center; }
.con_free .con_3 li:last-child{margin-right:0;}
.con_free .con_3 li:hover{background:#fff;}
.con_free .con_3 li p{ color: #444; font-size:20px; padding:20px 0 20px 0;  font-family: 'GmarketSansMedium';}
.con_free .con_3 li img{width:50%;}

@media (max-width: 1455px){
.con_free .con_3{width:80%; }
.con_free .con_3 li { width: 40%;}
.con_free .con_3 li p{ font-size:16px; padding:10px 0 10px 0;}
.con_free .con_3 li img{width:30%;}
}

@media (max-width: 500px){
.con_free .con_3{width:95%; }
.con_free .con_3 li { width: 100%;}

}





/*@media (max-width: 900px){
.con_free .con_3{width:650px; }


}

@media (max-width: 600px){
.con_free .con_3{width:100%; }
.con_free .con_3 li { width: 100%; }

}*/



/* 영상녹화 */
#scont .recording{overflow:hidden; border:1px solid #ccc; min-height:350px; margin-bottom:20px;}


input, li{font-family:"GmarketSansMedium", "NanumGothic", "Malgun Gothic", sans-serif ; font-size:14px}
body{font-family:"GmarketSansMedium", "NanumGothic", "Malgun Gothic", sans-serif; font-size:16px}
#login_page{overflow:hidden; margin:0 auto; }
#login_page .logbox{background:#fff; border:1px solid #ccc; padding:0px 30px 10px; width: 48.7777%; float: left; padding: 0 30px 30px; box-sizing: border-box; }
#login_page .logbox:first-child{background:url('/Interview/images/login_ico01.png')no-repeat center 20px;}
#login_page .logbox:last-child{margin-right:0; margin-left:2.4444%; background:url('/Interview/images/login_ico02.png')no-repeat center 20px;}
#login_page h5{font-size:20px; margin-bottom:15px; text-align:center; padding-top:150px;}
#login_page .input{padding:5px 10px; height:auto; width:80%}
#login_page .text_wh{color:#333; font-size:14px;}
#login_page .login_btn{padding:7px 10px; font-size:20px; font-weight:500;  text-align:Center; margin:0 auto; background:#fd9b2e; color:#fff; width:100%; cursor:hand ;border:0;}
#login_page p{font-family:'GmarketSansMedium',"Noto Sans KR", "NanumGothic", "Malgun Gothic", sans-serif; margin:10px 0;font-size:15px; font-weight:500; text-align:center; line-height:22px;   min-height: 44px;}
#login_page .login_search ul{overflow:hidden}
#login_page .login_search ul li{font-family:"GmarketSansMedium"; margin-right:3.2%; border:1px solid #ccc; text-align:Center; background:#fff; float:left; width:47%}
#login_page .login_search ul li:last-child{margin-right:0;}
#login_page .login_search ul li a{font-family: 'GmarketSansMedium';}
#login_page .login_btn:hover {background:#333}


/*.con_free .con_3 li {width: 50%;}*/


/*증명사진 신청하기*/
.personal ul{display: flex; margin-bottom:10px; margin-top: 10px; width:100%}
.personal li {/*float:left;*/ line-height:40px; font-size:17px; word-break: keep-all;}
.personal .p_title {width:20%; text-align:left; font-size:17px; position:relative; padding-left: 20px; }
.personal .p_title2 {width:20%; text-align:left; font-size:17px; position:relative; font-weight: 600;   color: #555}
.personal .p_title:before{content:''; display:inline-block; width:5px; height:5px; background:#f67404;  margin-right:6px; vertical-align: middle;}
.personal .p_txt {width:80%; padding-left: 20px; }
.personal li input{width:100%; height: 40px;}
.personal .p_txt input[type="checkbox"] {margin-right: 0.6%;}

.personal .p_title_print {width:30%; text-align:left; font-size:17px; position:relative; }
.personal .p_title_print:before{content:''; display:inline-block; width:5px; height:5px; background:#f67404;  margin-right:6px; vertical-align: middle;}
.personal .p_txt_print {width:70%}

.form_btn {margin-top: 30px; border-top: 2px solid #dadada; }
.form_btn .btn_submit:hover { /*background: #fbb15e;*/ cursor:pointer; color:#000 }
.form_btn .btn_submit { display: block;    width: 100%;    max-width: 200px;    margin: 0 auto;    padding:10px 0;    text-align: center;  background: #398cf3;;
border-radius: 50px; margin-top: 30px; color:#fff;}

 .personal input[type=file]::file-selector-button {
  width:100%; height: 40px;
  background: #fff;
  border: 1px solid rgb(77,77,77);
  border-radius: 10px;
  cursor: pointer;}
 

@media (max-width: 510px){
.personal ul{flex-wrap: wrap;}
.personal .p_title, .personal .p_txt{width:100%}
}
