html{
	margin:0px;
	padding:0px;
	line-height: initial;
}
body{
	background: #f1f1f1;
	letter-spacing: -0.5px;
	word-spacing: 0.5px;
	height:100%;
	width:100%
}
div#wrap{
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 46px 50px 120px;
	width: 1180px;
	min-height: 100vh;
	background: #fff;
	border-top: none;
}
h1.RecruitNoticeTitle{
	margin:0px;
	font-size:28px;
	font-weight: 500;
	letter-spacing: -1px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 2px solid #6d3314;
}
section.writeResume{
	position: relative;
	font-size: 15px;
	font-weight: 400;
}
section.writeResume>div.wrapCollege>div.wrapSubject>div.subject,section.writeResume>div.subject{
	position: relative;
	box-sizing: border-box;
	padding: 18px 55px 18px 235px;
	border-bottom: 1px solid #eee;
}
section.writeResume>div.subject.collapsed + div.subject.collapsed{
	margin-top: -10px;
	padding-top: 0px;
}
section.writeResume>div.subject.collapsed + div.subject.collapsed label.h2{
	padding-top: 12px;
}
section.writeResume>div.subject.collapsed:first-of-type{
	border-bottom: 0;
}
section.writeResume label.h2, section.writeResume h2.h2{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	box-sizing: border-box;
	padding: 29px 0 0 55px;
	width: 225px;
	color: #666;
	font-size: 15px;
	font-weight: 400;
}
div.row{
	position: relative;
	margin-top: 20px;
}
div.row.in-span{
	margin-left: -10px;
}
div.row.no-margin{
	margin-top: 0px;
}
div.row.half-margin{
	margin-top: 12px;
}
div.span.text, label.span.title{
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
}
label.span{
	height: 40px;
}
.span{
	display: block;
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	min-height: 40px;
}
.span.input-group{
	display: table;
}
span.text{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.span.per30{
	width: calc(30% - 10px);
}
.span.per33{
	width: calc(33% - 10px);
}
.span.per35{
	width: calc(35% - 10px);
}
.span.per25{
	width: calc(25% - 10px);
}
.span.per20{
	width: calc(20% - 10px);
}
.span.per70{
	width: calc(70% - 10px);
}
.span.per10{
	width: calc(10% - 10px);
}
.span.per15{
	width: calc(15% - 10px);
}
.span.per85{
	width: calc(85% - 10px);
}
.span.per60{
	width: calc(60% - 10px);
}
.span.per40{
	width: calc(40% - 10px);
}
.span.per45{
	width: calc(45% - 10px);
}
.span.per50{
	width: calc(50% - 10px);
}
.span.per90{
	width: calc(90% - 10px);
}
.span.per100{
	width: calc(100% - 10px);
}
.span.per18{
	width: calc(18% - 10px);
}
div.row:after{
	content: "";
	clear: both;
	display: block;
}
a.btn, label.btn, button.btn, input[type="submit"].btn,label.file>span, div.windowCloseBtn button{
	position: relative;
	margin-top: 2px;
	padding: 0px 15px;
	min-width: 84px;
	height: 36px;
	background: #22b1bb;
	border: 1px solid #22b1bb;
	color: #fff;
	cursor: pointer;
	transition: background 0.1s ease;
}
input.text{
	cursor: text;
}
input.text:focus{
	border-color: #96c400;
	color: #333333;
}
input.text, label.select>select{
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	-webkit-appearance: none;
	appearance: none;
}
hr{
	margin: 0;
	border: 0;
	display: block;
	height: 1px;
	background: #555555;
	margin-top: -1px;
	position: relative;
}
div.wrapGuide {
	color: #666;
	font-size: 13px;
	padding-top: 20px;
	font-weight: 400;
}
div.guide{
	white-space: pre-wrap;
	word-break: break-all;
}
div.span.mobile + div.span.mobile:before{
	content: '-';
	position: absolute;
	display: inline-block;
    top: 9px;
    left: -7.5px;
}
.error{
	color: red;
}
.ok{
	color: green;
}
div#wrapSessionArea{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	height: 83px;
	background: #fff;
	border-top: 1px solid #555;
}
div.sessionArea{
	position: absolute;
	left: calc(50% - 590px);
	bottom: 0px;
	box-sizing: border-box;
	padding-left: 112px;
	width: 1180px;
	height: 83px;
}
div.sessionArea div.btnGroup{
	position: absolute;
	top: calc(50% - 21px);
	right: 50px;
}
button.btn.btn-great, input[type="submit"].btn.btn-great, div.windowCloseBtn button{
	min-width: 120px;
	height: 42px;
	font-size: 14.5px;
}
button.btn:hover, input[type="submit"].btn:hover,button.btn:focus, div.modalBtnSet button[data-button=modalSubmit]:hover, div.windowCloseBtn button:hover{
	background-color: #00939d;
	color:#fff;
}
#loginForm input.error{
	background: #ffeef2;
	border: 1px solid #ff8e8e;
	color: #e55f64;
	position: absolute;
	z-index: 1;
}

div.modal{
	position: fixed;
	background: rgb(0,0,0,0.5);
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
	z-index: 20;
	overflow-y: scroll;
}
div.modal_content{
	width:800px; 
	height: auto;
	max-height: 100vh;
	min-height: 0px;
	background: #fff;
	position: relative; top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box; 
	line-height: 23px;
	border-top: 4px solid #15b3ca;
}
body.overHidden{
	overflow: hidden;
}
.btn-close-modal{
	position: absolute;
	right: -41px;
    top: 4px;
	width: 33px;
	height: 33px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 33px;
}
.modal-body{
	padding: 0px 30px 30px;
	background: #fff;
}
ul.agreement li a.title{
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	padding: 10px 20px;	
	text-align: left;
}
h1.h1{
	text-align: center;
	font-weight: 400;
	font-size: 26px;
	margin-top: 35px; margin-bottom: 35px
}
h1.h1 span.h1Guide{
	font-size: 14px;
    color: #666;
}
ul.agreement span.agreementItemName{
	margin-left: 7px;
	display: inline-block;
}
ul.agreement li a.title:after{
	content:'';
	display: block;
	width: 5px;
	height: 5px;
	border-right: 2px solid #acacac;
	border-bottom: 2px solid #acacac;
	transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 15px;
	transition: all 0.2s;
}
ul.agreement li.active a.title:after{
	transform: rotate(225deg);
	top:21px;
}
ul.agreement li div.contents{
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
	background: #f8f9fb;
	color: #666666;
	max-height: 250px;
	display: none;
	text-align: left;
	font-size: 12px;
	overflow-y: auto;
}
ul.agreement li div.contents h4{
	font-weight: 700;
	font-size: 15px;
	margin-top: 20px; margin-bottom: 20px
}
ul.agreement li div.contents::-webkit-scrollbar{
	width:4px;
}
ul.agreement li div.contents::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,0.75);
}
ul.agreement li div.contents::-webkit-scrollbar-thumb{
	background-color: gray;
}
div.modalBtnSet.btn-set{
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
	position: static;
	width: 100%;
	background-color: #fafafa;
	border-top: 1px solid #f0f0f0;
}
div.modalBtnSet button.btn{
	min-width: 78px;
	min-height: 42px;
	border: 1px solid transparent;
	color: #fff;
	font-size: 15px;
}
div.modalBtnSet button[data-button=modalSubmit]{
	background-color: #15b3ca;
}
div.modalBtnSet button[data-button=modalCancel]{
	background-color: #54585a;
}
div.modalBtnSet button[data-button=modalCancel]:hover{
	background-color: #4b4b4b;
}
div.modalBtnSet button[data-button=modalSubmit]:disabled{
	background-color: #acacac;
}

div.modalInputCheck{
	text-align: left;
}
div.modalInputCheck p{
	font-size:13px;
}
div.modalInputCheck p b{
	color: #f26700;
	font-weight: 400;
}
div.modalInputCheck div.identity{
	border-top: 2px solid #555;
	border-bottom: 1px solid #c2c2c2;
	padding: 20px 50px;
	margin: 15px 0px;
}
div.identity div.row{
	margin-top: 0px;
	font-size: 14px;
}
div.confirm{
	padding: 20px 18px;
	background: #e6fafc;
	border: 1px solid #c1e4e6;
	font-size: 12px;
}
div.confirm.center{
	text-align: center;
}
div.confirm.center strong{
	font-weight: 600;
	font-size: 15px;
	color: #1e75d6;
}


nav#tab{
	margin-top: 37px;
	display: flex;
}
nav#tab>div{
	display: table-cell;
	position: relative;
	width: 100%
}

nav#tab>div.active div{
	background-color: #12b5bb;
	border-color: #12b5bb;
	color: #fff;
}
nav#tab>div:first-child>div{
	border-left: 1px solid #e6e6e6;
}
nav#tab>div>div{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-left: 23px;
	padding-right: 10px;
	width: 100%;
	height: 50px;
	line-height: 48px;
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
	border-left: none;
	font-size: 14.5px;
	text-align: left;
	letter-spacing: -0.5px;
}
nav#tab>div.active>div:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: calc(50% - 8px);
	box-sizing: border-box;
	width: 16px;
	height: 15px;
	border-top: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
section.writeResume {
	position: relative;
	font-size: 15px;
	font-weight: 400;
}
section.writeResume h1.h1{
	border-bottom: 2px solid #6d3314;
	position: relative;
	margin-top: 35px;
	margin-bottom: 0px;
	padding: 0px 0px 7px;
	border-bottom: 2px solid #555;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
section.writeResume h1.h1:not(.final):after{
	content: '*';
	position: absolute;
	right: 50px;
	bottom: 6px;
	color: red;
	font-size: 14px;
	font-weight: 600;
}
section.writeResume h1.h1:not(.final):before{
	content: '필수항목';
	position: absolute;
	right: 0px;
	bottom: 8px;
	color: #666;
	font-size: 12px;
	font-weight: 400;
}
.required:before{
	content:'*';
	color: red;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: 0px
}
.radio>label{
	position: relative;
	float: left;
	display: block;
	cursor: pointer;
	padding-left: 0px;
}
.radio input[type="radio"]{
	position: absolute;
	opacity: 0;
	top: 20px;
	margin-left: 0;
    -webkit-appearance: radio;
}
.radio input[type="radio"]+span.label{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0px 15px;
	min-width: 75px;
	width: calc(100% + 1px);
	height: 40px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	text-align: center;
	transition: all 0.2s ease;
	color:#333;
	font-weight:400;
	border-radius: 0px
}
.radio input[type="radio"]:checked+span.label{
	border-color: #96c400;
	color: #6d8f00;
	border-width: 2px;
}
.devider{
	position: relative;
	box-sizing: border-box;
	padding-left: 50px;
}
label.select{
	display: inline-block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
label.span.select{
	display: block;
}
label.select>select{
	overflow: hidden;
	padding-right: 25px;
	cursor: pointer;
	font-weight: 400;
}
label.select>select>option{
	height: 34px;
	line-height: 34px;
}
label.select::after{
	content: url(../img/icon/btn-paginate-prev.png);
	position: absolute;
	bottom: 10px;
	right: 10px;
	transform: rotate(-90deg);
	box-sizing: border-box;
	padding-right: 4px;
	width: 20px;
	line-height: 33px;
	border-radius: 0px 3px 3px 0px;
	color: #4c5674;
	font-size: 12px;
	pointer-events: none;
}
section.writeResume div.subject.photo{
	padding: 32px 55px 32px 245px;
	min-height: 262px;
}
section.writeResume div.subject.photo h2.h2{
	position: static;
	padding: 0px;
	width: 100%;
}
section.writeResume div.subject.photo div.wrapPhoto{
	position: absolute;
	top: 32px;
	left: 55px;
	width: 160px;
	height: 200px;
	background: #a0a4b6;
}
section.writeResume div.subject.photo div.wrapPhoto>label{
	display: block;
	position: absolute;
	width: 160px;
	height: 200px;
	cursor: pointer;
}
section.writeResume div.subject.photo div.wrapPhoto.M{
	background-image: url(../img/noimage_image.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -36px;
}
section.writeResume div.subject.photo div.wrapPhoto>label>input[type="file"]{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 0px;
	height: 0px;
	opacity: 0;
}
section.writeResume div.subject div.fileSn>label>input[type="file"]{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 0px;
	height: 0px;
	opacity: 0;
}
div.wrapGuide.photo{
	margin-top: 0px;
	margin-bottom: 15px;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
}
div.btn-group-wrap{
	position: relative;
}
.btn+.btn{
	margin-left: 7px;
}
a.btn.btn-ng, label.btn.btn-ng, button.btn.btn-ng{
	background: #fff;
	border-color: #e1e1e1;
	color: #333;
}
a.btn.btn-add, label.btn.btn-add, button.btn.btn-add{
	background: #666;
	border-color: #666
}
a.btn.btn-add:hover, label.btn.btn-add:hover, button.btn.btn-add:hover{
	background: #4b4b4b;
	border-color: #4b4b4b
}
section.writeResume input[readonly]{
	background-color: #fafafa;
	cursor: not-allowed;
}
label{
	font-weight: 400;
	display: block;
}
.span.date{
	text-align: center;
	line-height: 40px;
}
.no-margin-left{
	margin-left: 0px;
}
.span.date:before{
	content: '~';
	margin-left: -316px;
}
.span.date.stat:before{
	content: '~';
	margin-left: -308px;
}
section.writeResume span.postCode{
	margin-left: 17px;
}
section.writeResume div.addresszipcode>button.resetAddressResult,
section.writeResume span.searchResultName>button.resultSearchResult{
	display: inline-block;
	position: relative;
	top: 2.5px;
	margin-left: 14px;
	width: 16px;
	height: 16px;
	background: url(../img/common/icon_delete.gif) no-repeat left top;
	border: none;
	cursor: pointer;
}
div.sessionArea dl{
	margin: 18px 0 0;
	padding: 0px;
}
div.sessionArea dt.login{
	width: 145px;
	height: 26px;
	letter-spacing: -3px;
	word-spacing: 1px;
}
div.sessionArea dt.login, div.sessionArea dd.login{
	font-size: 16.5px;
}
div.sessionArea dl>dt, div.sessionArea dl>dd{
	float: left;
}
div.sessionArea dd.login{
	width: calc(100% - 145px);
	height: 26px;
}
div.sessionArea dd.login span.count{
	color: #f26700;
}
div.sessionArea dd.login span.countTotal{
	margin-right: 8px;
}
a.btn.btn-mini, label.btn.btn-mini, button.btn.btn-mini{
	padding: 0px 3px;
	min-width: 21px;
	height: 21px;
	font-size: 12px;
	margin-bottom: 4px;
}
div.sessionArea dt.regist{
	margin-right: 9px;
	color: #666;
}
div.sessionArea dt.regist, div.sessionArea dd.regist{
	font-size: 12.5px;
}
div.sessionArea dd.regist{
	color: #00939d;
}
button.btn.btn-ng:hover{
	background: #ececec;
}
input.hidden{
	display: block!important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	padding: 0px;
	width: 1px;
	height: 40px;
	border: none;
}

input:disabled, select:disabled{
	background-color: #eee;
	opacity: 1;
	color: rgb(170, 170, 170);
}
section.writeResume>div.collegeBtnSet{
	position: relative;
	top: 0px;
	width: inherit;
	height: 36px;
	background: #fff;
}
section.writeResume>div.collegeBtnSet>button.btnRemoveCollege{
	border-top: 2px solid #12b5bb;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
section.writeResume>div.collegeBtnSet>button{
	display: block;
	float: right;
	margin: 0px;
	width: 50%;
	height: 41px;
	background: none;
	border: none;
	font-size: 14px;
	cursor: pointer;
}
section.writeResume>div.collegeBtnSet>button.btnRemoveCollege:before{
	content: '- ';
	position: relative;
	top: -2px;
	margin-right: 3px;
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
}
section.writeResume>div.collegeBtnSet>button.btnAddCollege{
	border-left: 2px solid #12b5bb;
	border-right: 2px solid #12b5bb;
	border-bottom: 2px solid #12b5bb;
	color: #12b5bb;
}
section.writeResume>div.collegeBtnSet>button.btnAddCollege:before{
	content: '+ ';
	position: relative;
	top: -2px;
	font-size: 24px;
	font-weight: 600;
	vertical-align: middle;
}
input.text[size="7"]{
	width: 91px;
}

.middle-set *{
	vertical-align: middle;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance:none;
	margin: 0;
}
section.writeResume div.wrapSubject+div.wrapSubject{
	border-top: 1px solid #bababa;
}
section.writeResume>div.collegeBtnSet>button:disabled{
	background-color: #eee;
}
a.btnRemoveFile{
	display: none;
}
input[type="submit"].btn:disabled{
	cursor: not-allowed;
}
section.writeResume>div.subject.noPadding{
	padding-left: 55px;
}
div.span.title{
	margin-top: 8px;
	margin-bottom: 10px;
	min-height: auto;
}
textarea.textarea{
	box-sizing: border-box;
	padding: 10px 15px;
	width: 100%;
	border: 1px solid #e1e1e1;
	font-size: 14px;
}
textarea.textarea:focus{
	border: 2px solid #96c400;
}
section.writeResume .limitLength{
	font-size: 15px;
	color: #888888;
}
section.writeResume .pull-right{
	float: right;
}
section.writeResume .limitLength b{
	color: #749800;
	font-weight: 400;
}
h2.finalH2.border{
	margin-top: 40px;
	padding-top: 18px;
	border-top: 1px solid #343434;
}
h2.finalH2{
	font-size: 18px;
	font-weight: normal;
}
p.finalDesc{
	font-size: 14px;
	font-weight: 600;
}
div.finalCheckInputArea{
	background-color: #fff
}
div.finalCheckInputArea table{
	width: 100%
}
div.finalCheckInputArea table tr th{
	text-align: center;
	border: 1px solid #333;
	background-color: #eee;
}
div.finalCheckInputArea table, div.finalCheckInputArea table tr, div.finalCheckInputArea table tr td{
	text-align: center;
	border: 1px solid #333
}
section.writeResume>div.subject.finalSubject{
	padding: 1px 55px 1px 235px;
}
section.writeResume>div.subject.finalSubject h2.h2{
	padding: 14px 0 0 55px;
}
div.underline{
	border-bottom: 1px solid #eee;
}
section.writeResume>div.subject.finalSubject.no_head{
	padding: 1px 55px 1px 55px;
	color: #666;
	font-size: 15px;
}
div.finalWrite4{
	box-sizing: border-box;
	padding: 10px 15px; 
	width: 100%; 
	border: 1px solid #e1e1e1; 
	font-size: 14px;
	min-height: 100px;
	word-break: break-all;
	white-space:pre-wrap;
}
img.loader{
	display:none;
	position: fixed;
    top: calc(50% - 50px);
    left: 50%;
    z-index: 101;
}
span.title.qust.required:before{
	top: 2px;
    left: -6px;
}
/* popup */
.popup_wrap{display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999;}

.dim{width:100%; height:100%; background-color:rgba(17, 17, 17, 0.5);}
.dimmed{display:none; position:fixed; top:0; left:0; bottom:0; right:0; background-color:rgba(17, 17, 17, 0.5); z-index:100;}

.popup{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); background-color:#fff; max-height:100%; overflow:auto; z-index:9999;bottom:initial;right:initial;}
.popup_notice{display:none; position:fixed; top:50%; left:50%; background-color:#fff; max-height:100%; overflow:auto; z-index:9999}

.popup::-webkit-scrollbar {width:0.4rem; }
.popup::-webkit-scrollbar-track {background: #fff;}
.popup::-webkit-scrollbar-thumb {background: #eceef3; border-radius:10rem;}

.popup .hd{width:100%; border-bottom:1px solid #e9ebf2; padding:2.8rem 2.8rem 2.2rem; position:relative;}
.popup .hd .tit{font-size:1.6rem; color:#111; font-weight:600;margin: 0;}
.popup .hd .btn_hide{padding:0.8rem; position:absolute; top:2.2rem; right:2rem;border: none;background-color: transparent; cursor: pointer}
.popup .hd .btn_hide img{display:block;}




.popup p{font-weight:400;font-size: 1.4rem; line-height:1.28;}

.popup .btn.md{max-width:calc((100% - 1.2rem) / 2); height:3.6rem; line-height:3.6rem; font-size: 1.6rem;}
.popup .btn.lg{width:100%; height:3.6rem; line-height:3.6rem; font-size: 1.6rem; border-radius:0.8rem;}

.popup .input_group{text-align:left;}
.popup .input_group label + div,
.popup .input_group .label + div{margin-top:1.2rem;}
.popup .input_group label + .radio_group,
.popup .input_group .label + .radio_group,
.popup .input_group label + .input_date_fromto_group,
.popup .input_group .label + .input_date_fromto_group{margin-top:0;}
.popup .input_group label + .radio_group .custom_radio,
.popup .input_group .label + .radio_group .custom_radio{margin-top:2rem;}

.popup .input_group .custom_textarea{margin-top:1.2rem; height:8rem;}

.popup .input_btn_group .input_file_group{width:29.2rem;}

.popup .input_btn_group .input_file_group{max-width:29.2rem;}
.popup .input_btn_group .input_file_group + .btn_wrap{padding-top:0;}

.popup .input_date_fromto_group .custom_input{padding-top:1.2rem; padding-bottom:0.7rem;}


.popup .upload .btn_upload_reset{margin-top:0; vertical-align:middle;}
.popup .view_tit{margin-top:1.2rem; font-weight: 500;font-size: 20px;color: #111111;}



.popup .ft{padding:4rem 2.8rem; font-size:0; text-align:center; background-color:#fff; z-index:1; display:flex; justify-content:center;}
.popup .ft *{font-size:1.4rem;}
.popup .ft .btn{max-width:20rem; min-width:0; flex:auto; margin:0;}
.popup .ft .btn.lg{max-width:none;}
.popup .ft .btn + .btn{margin-left:1.2rem;}


.popup.sm{width:38rem;}
.popup.sm .con{padding-top:4rem; text-align:center; padding-right:2.8rem}

.popup.sm .ft{padding-bottom:0;}

.popup.md{width:64rem;}
.popup.md .con{padding-top:4rem;}

.popup.md2{width:68rem; max-height:100%;}
.popup.md2 .con{padding-top:4rem;}
.popup{max-width:100%;}
.popup .con{height:auto; box-sizing:border-box; color:#666; padding-left:2.8rem; padding-right:2.8rem; padding-top:2.8rem}
.popup iframe{border:none; display:block;}

.popup.lg{width:104rem; max-height:100%;}
.popup.lg .con{padding-top:0; padding-left:0; padding-right:0;}

div.resultCts {text-align: initial;padding: 15px 35px; font-size: 14px; font-family: 'Pretendard','Nanum Gothic','Malgun Gothic', sans-serif; color: #000;}
div.resultCts ol, div.resultCts ul, div.resultCts li {padding: revert;list-style: revert;} 
div.resultCts table{color: #000;font-family: 'Pretendard','Nanum Gothic','Malgun Gothic', sans-serif;}
div.resultAtchFile {text-align: initial;font-size: 16px;padding-bottom: 25px; padding-left:25px;}
div.previewWarning{display: inline-block;position: fixed;top: 0px;right: 0px;font-size: 25px;color: red;z-index: 100;background: #bbb;}
