@charset "utf-8";

@import url(/css/schoolToWork/common.css);

/* space */
.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt8 {margin-top:8px !important;}
.mt-10 {margin-top:-10px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.mlr5 {margin-right:5px !important;margin-left:5px !important;}
.mlr10 {margin-right:10px !important;margin-left:10px !important;}
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb60 {margin-bottom:60px !important;}

.inp_full { width: 100% !important; min-width: 80px;}

/* color */
.text-red {color:#d51c1c !important;}
.text-blue {color:#4875e7 !important;}

.fw4{ font-weight: 400 !important; font-style: normal;}
.fw5{ font-weight: 500 !important; font-style: normal;}
.fw6{ font-weight: 600 !important; font-style: normal;}
.underline { text-decoration: underline;}
.size2 { font-size: 1.2em !important;}
.size3 { font-size: 1.3em !important;}
.size4 { font-size: 1.4em !important;}

/* align */
.text-left {text-align:left !important;}
.text-center {text-align:center !important;}
.text-right {text-align:right !important;}

.font-lotte {font-family: 'LotteMartHappy';}

.small { font-size: .9em; color: #666;}

.inline-block { display: inline-block;}

/* box type */
.guide-box {padding:5px;background:url('/images/schoolToWork/sub/bg_box.png') repeat 0 0;}
.guide-box .inner {padding:24px 30px;background:#fff;}
.guide-box li {position:relative;line-height:24px;padding-left:10px;color:#444;font-size:16px;}
.guide-box li:before {content:"-";position:absolute;top:0;left:0;}
.guide-box li span {font-size:14px;}
.guide-box li .text-blue {font-size:16px;}
.guide-box li .txt-red {font-size:14px;color:#ca420d;}
.guide-box li .text-red {font-size:16px;color:#ca420d;}
.guide-box .link {color:#4875e7;font-weight:500;border-bottom:1px solid #4875e7;}
.guide-box.type2 {margin-bottom:20px;padding:15px 30px;background:#f9f9f9;}

/* heading */
.tit-wrap {position:relative;}
.h2-tit {margin:75px 0 20px;font-size:30px;font-weight:600;color:#444;line-height:1;}
.h2-tit span {color:#4875e7;font-weight:700;}
.h3-tit {margin:48px 0 20px;font-size:24px;font-weight:600;line-height:1;}
.h3-tit span {font-size:20px;color:#d82b2b;}
.h3-tit.type2 {padding-left: 37px; background:#fff url('/images/schoolToWork/sub/ico_h3.png') no-repeat 0 center;}

.h4-tit {margin:48px 0 20px; color: #666; font-size:20px;font-weight:500;line-height:1; position: relative; padding-left: 16px; font-size: 20px;}
.h4-tit::before { content: ''; position: absolute; left: 0; top:6px; display: inline-block; width: 4px; height: 4px; border-radius: 4px; background-color: #666;}

.tit-wrap .right {position:absolute;right:0;top:0;display:inline-block;}
.tit-wrap .right .btn { height: 35px; line-height: 35px; padding: 0 20px;}

/* 23-06-09 제목영역 우측 설명 */
.tit-wrap.line3 {min-height: 40px;}/* 세 줄일 때*/
.tit-wrap.line4 {min-height: 60px;}/* 네 줄일 때*/
/* // 제목영역 우측 설명 */

.modal-wrap .h3-tit, .modal-wrap .h4-tit { font-size: 20px;}




/* input,select */
input {width:100%;height:30px;padding-left:10px;color:#666;border:1px solid #b8b8b8;background:#fff;}
input[type=text]::-ms-clear {display:none;}
select {width:100%;height:30px;padding:0 30px 0 10px;color:#666;border:1px solid #b8b8b8;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url('/images/schoolToWork/common/ico_pulldown.png') no-repeat right 10px top 50%;}
select::-ms-expand {display:none;}
textarea {width:100%;padding:10px;border:1px solid #b8b8b8;background:#fff;overflow:auto;}
input[type=checkbox], input[type=radio] {width:15px;height:15px;margin-right:3px;}
input[type=checkbox].chk:not(old){width:31px;height:31px;margin:0;padding:0;opacity:0;}
input[type=checkbox].chk:not(old) + em {display:inline-block;margin-left:-31px;padding-left:31px;margin-right:0;background:url('/images/schoolToWork/common/bg_check.png') no-repeat 50% 50%;min-height:31px;vertical-align:middle;}
input[type=checkbox].chk:not(old):checked + em {background:url('/images/schoolToWork/common/bg_check_on.png') no-repeat 50% 50%;}
input[type=radio].chk:not(old){width:31px;height:31px;margin:0;padding:0;opacity:0;}
input[type=radio].chk:not(old) + em {display:inline-block;padding-left:31px;margin-right:0;background:url('/images/schoolToWork/common/bg_check.png') no-repeat 50% 50%;min-height:31px;vertical-align:middle;}
input[type=radio].chk:not(old):checked + em {background:url('/images/schoolToWork/common/bg_check_on.png') no-repeat 50% 50%;}
input[readonly],textarea[readonly] {-webkit-text-fill-color: #333;  opacity: 1; color: #333; background:#f2f2f2;}
input[disabled],textarea[disabled] {-webkit-text-fill-color: #333;  opacity: 1;  color: #333; background:#f2f2f2;cursor:not-allowed;}


input[type=checkbox]:checked, input[type=checkbox]:not(:checked) {  position: absolute;left: -9999px;}
input[type=checkbox]:checked + label, input[type=checkbox]:not(:checked) + label{ position: relative; padding-left: 28px; cursor: pointer; line-height: 20px; display: inline-block; color: #666;}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 19px; box-sizing: border-box; height: 19px; border: 1px solid #b8b8b8;  background: #fff;}
input[type=checkbox]:checked + label:after, input[type=checkbox]:not(:checked) + label:after { content: ''; width: 15px; height: 11px; background: url("/images/schoolToWork/sub/ico_check2.png") no-repeat center; position: absolute; left: 3px; top: 3px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
input[type=checkbox]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
input[type=checkbox]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

input[type=radio] {width:19px;height:19px;margin-right:3px;}
input[type=radio]:checked, input[type=radio]:not(:checked) {  position: absolute;left: -9999px;}
input[type=radio]:checked + label, input[type=radio]:not(:checked) + label{ position: relative; padding-left: 23px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; min-height: 20px;}
input[type=radio]:checked + label:before,
input[type=radio]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 19px; box-sizing: border-box; height: 19px; border: 1px solid #b8b8b8; border-radius: 100%; background: #fff;}
input[type=radio]:checked + label:after, input[type=radio]:not(:checked) + label:after { content: ''; width: 5px; height: 5px; background: #333; position: absolute; left: 7px; top: 7px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
input[type=radio]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
input[type=radio]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
/* input[type=radio]:read-only + label:before { background-color: #f8f8f8;} */
/* input[type=radio].type2:checked + label, input[type=radio].type2:not(:checked) + label { padding-left: 15px;} */
input[type=radio].type2 + label:before { top: 1px; width: 15px;  height: 15px; border: 1px solid #666;}
input[type=radio].type2 + label:after { top: 6px; left: 5px; background-color: #666;}

input[type=checkbox].type2 + label { padding-left: 45px;}
input[type=checkbox].type2 + label:before { top: 50%; transform: translateY(-49%); width: 31px;  height: 31px; border: 1px solid #666;}
input[type=checkbox].type2 + label:after {top: 50%; transform: translateY(-49%); left: 8px;}

input[type=checkbox].type3 + label { padding-left: 0; width: 19px; height: 19px;}
input[type=checkbox].type3 + label:before { }
input[type=checkbox].type3 + label:after {}
input[type=checkbox].type3:checked + label::before {background-color: #666; border-color: #666665;}
input[type=checkbox].type3:checked + label:after {background: url("/images/schoolToWork/sub/ico_check3.png") no-repeat center}

input[type=radio].chk-normal + label { padding-left: 20px;} /* 텍스트 없는 라디오버튼 */


input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#A1A6AE;font-weight:400;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#999;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#999;}

ul.check-list { box-sizing: border-box; border-top: 2px solid #4875e7;}
ul.check-list li { position: relative; padding: 10px 30px; background-color: #f9f9f9; border-bottom: 1px solid #ddd;}
ul.check-list li:last-child { border-bottom: 1px solid #aaa;}
ul.check-list li input[type=radio] + label { padding-left: 50px;}
ul.check-list li input[type=radio]:checked + label:before, .check-list li input[type=radio]:not(:checked) + label:before { top: 50%; transform: translateY(-50%);}
ul.check-list li input[type=radio]:checked + label:after, .check-list li input[type=radio]:not(:checked) + label:after { top: 50%; transform: translateY(-50%);}
ul.check-list li .txt1 { margin-top: 5px; color: #666; font-size: 14px; box-sizing: border-box; padding-left: 10px;}
div.check-list {box-sizing: border-box; border-top: 2px solid #4875e7;  position: relative; padding: 10px 30px; background-color: #f9f9f9; border-bottom: 1px solid #ddd; margin-top: 20px; display: flex;align-items: center; }

/* button */
.btn-block {margin-top:30px;text-align:center;}
.btn-block:after {content:"";display:block;clear:both;}
.btn-block3:after {content:"";display:block;clear:both;}
.btn-block a {margin:0 12px;}
.btn-block .left, .btn-block3 .left {float:left;}
.btn-block .left a, .btn-block3 .left a {margin:0 12px 0 0;}
.btn-block .right, .btn-block3 .right {float:right;}
.btn-block .right a, .btn-block3 .right a {margin:0 0 0 12px;}
.btn-block2 {position:relative;margin-top:30px;text-align:center;}
.btn-block2 .right {position:absolute;right:0;top:0;}
.btn-block3 { margin-top: 60px; text-align: center;}
.btn-block3 .btn { margin: 5px 15px;}


.btn {display:inline-block;padding:0 20px;text-align:center;font-weight:500;font-size:20px;color:#fff !important;vertical-align:middle;white-space:nowrap;}
.btn.ltype1 {min-width:180px;height:65px;line-height:62px;background:#4875e7;border:1px solid #235596;}
.btn.ltype1.type2 { min-width: 180px; border: 2px solid #666; background-color: #fff; color: #666 !important;}
.btn.ltype1.type3 {max-width: 390px; width: 100%;}
.btn.ltype1.type4 { background-color: #767676; min-width: 180px; border-color: #767677;}
.btn.ltype1.type5 { background-color: #fff; color: #ff3030 !important; min-width: 180px; border:2px solid #ff3030;}
.btn.ltype1.type6 { background-color: #df1d1d; color: #fff !important; min-width: 180px; border:2px solid #df1d1e; }
.btn.ltype2 {min-width:180px;height:65px;line-height:62px;background:#717171;border:1px solid #4a4a4a;}
.btn.ltype3 {min-width:180px;height:65px;line-height:62px;background:#d46616;border:1px solid #983f0e;}

.btn.mtype1 {min-width:180px;height:40px;line-height:40px;font-size:18px;background:#4875e7;}
.btn.mtype2 {min-width:180px;height:40px;line-height:40px;font-size:18px;background:#999;}
.btn.mtype3 {min-width:180px;height:40px;line-height:40px;font-size:18px;background:#fff; border: 2px solid #ff3030; box-sizing: border-box; color: #ff3030 !important;}
.btn.stype1 {min-width:80px;padding:0 10px;height:30px;line-height:28px;font-size:15px;font-weight:500;color:#333 !important;background:#f8f8f8;border:1px solid #666;}
.btn.stype1.inherit {min-width:auto;}
.btn.stype2 {min-width:84px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#787878;}
.btn.stype3 {min-width:84px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#4875e7;}
.btn.stype4 {min-width:84px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#f3791f;}
.btn.stype5 {min-width:84px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#379ab3;}
.btn.stype6 {min-width:84px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#145a1d;}
.btn.stype7 {min-width:84px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#11538a;}
.btn.stype8 {min-width:66px;padding:3px 5px 0;height:39px;line-height:16px;font-size:15px;font-weight:400;color:#fff !important;background:#147bc9;border-radius:2px;}
.btn.stype9 {min-width:110px;padding:0 10px;height:30px;line-height:28px;font-size:15px;font-weight:500;color:#333 !important;background:#f8f8f8;border:1px solid #666;}
.btn.stype10 {min-width:213px;padding:0 10px;height:30px;line-height:28px;margin-left:12px;font-size:15px;color:#fff !important;background:#999;border-radius:3px;}
.btn.stype11 {width:100%; padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#666;}
.btn.dtype1 {min-width:73px;padding:0 10px;height:16px;line-height:16px;font-size:13px;font-weight:400;color:#fff !important;background:#f3791f;border-radius:2px}
.btn.dtype2 {min-width:73px;padding:0 10px;height:16px;line-height:16px;font-size:13px;font-weight:400;color:#fff !important;background:#06365a;border-radius:2px}
.btn.dtype3 {min-width:73px;padding:0 10px;height:16px;line-height:16px;font-size:13px;font-weight:400;color:#fff !important;background:#37b349;border-radius:2px}
.btn.rtype1 {min-width:74px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#999;border-radius:100px;}
.btn.rtype2 {min-width:74px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#4875e7;border-radius:100px;}
.btn.rtype3 {min-width:74px;padding:0 10px;height:26px;line-height:24px;font-size:16px;font-weight:400;color:#fff !important;background:#f68d18;border-radius:10px;}
.btn-request {display:inline-block;min-width:80px;padding:0 10px;margin-left:5px;height:30px;line-height:28px;font-size:15px;text-align:center;font-weight:400;color:#333 !important;background:#f8f8f8;border:1px solid #666;vertical-align:middle;white-space:nowrap;}
.btn-block .btn.prev {float:left;margin:0;padding-right:10px;background:#717171 url('/images/schoolToWork/common/ico_btn_prev.png') no-repeat 25px 50%;}
.btn-block .btn.next {float:right;margin:0;padding-left:10px;background:#717171 url('/images/schoolToWork/common/ico_btn_next.png') no-repeat right 25px top 50%;}
.btn-go {display:inline-block;padding:0 62px 0 35px;height:30px;line-height:29px;font-size:18px;text-align:center;font-weight:500;color:#fff !important;background:#4875e7 url('/images/schoolToWork/common/ico_win2.png') no-repeat right 35px top 50%;vertical-align:middle;white-space:nowrap;border-radius:11px;}
.btn-go2 {background:#666 url('/images/schoolToWork/sub/ico_arrow4.png') no-repeat right 24px top 50%;vertical-align:middle;white-space:nowrap;border-radius:20px; height: 54px; line-height: 54px;padding:0 65px 0 20px; min-width: 270px; text-align: left; font-size: 18px; transition: .4s ease; }
.btn-go2:hover {background-color:#555; background-position: right 16px top 50%; }
.btn-go3 {display:inline-block; font-weight: 500; padding:0 33px 0 0;font-size:16px;text-align:center;color:#333;background: url('/images/schoolToWork/common/ico_win.png') no-repeat right 8px top 50%; background-size: 15px; vertical-align:middle;white-space:nowrap;border-radius:11px;}
.btn-link {display:inline-block;padding:0 20px;height:32px;line-height:32px;font-size:15px;text-align:center;color:#fff !important;background:#4875e7;vertical-align:middle;white-space:nowrap;border-radius:30px;}
.btn-reset {display:inline-block;width:30px;height:30px;border:1px solid #666;vertical-align:middle;background:url('/images/schoolToWork/sub/ico_reset.png') no-repeat 50% 50%;text-indent:-9999px;overflow:hidden;}
.state1 {display:inline-block;padding:0 15px;height:30px;line-height:30px;font-size:15px;text-align:center;color:#fff !important;background:#4875e7;vertical-align:middle;white-space:nowrap;border-radius:30px;}
.state2 {display:inline-block;padding:0 15px;height:30px;line-height:30px;font-size:15px;text-align:center;color:#fff !important;background:#f3791f;vertical-align:middle;white-space:nowrap;border-radius:30px;}
.tbl-write .form-keyword.inpup-search { margin-right: 0;}
/* 0713 215번째 줄 변경했습니다. */
.keyword-box { position: relative;}
.keyword-box .form-keyword { padding-right: 30px;}
.keyword-box .del { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; background: url('/images/schoolToWork/sub/ico_del.png') no-repeat 50% 50%; text-indent: -99999px;}
.btn.search { margin-left: 3px; text-indent: -99999px; display: inline-block; min-width: 35px; padding: 0; height: 30px; box-sizing: border-box; background:#0162b1 url('/images/schoolToWork/sub/ico_search.png') no-repeat 50% 50%;}
.btn.search2 {  margin-left: 3px; min-width: 35px; padding: 0; height: 30px; box-sizing: border-box; background:#0162b1; color: #fff; font-size: 13px; line-height: 30px;}
.btn.delete { margin-left: 3px; text-indent: -99999px; display: inline-block; min-width: 35px; padding: 0; height: 30px; box-sizing: border-box; border:1px solid #aaa; background:#fff url('/images/schoolToWork/sub/ico_del.png') no-repeat 50% 50%;}

.btn.c_more { color: #4875e7 !important; font-size: 100%;}
.btn.rtype_big { width: 50%;}

.ico-state { display: inline-block; border: 1px solid #ddd; border-radius: 2px; font-size: 14px; padding: 2px; line-height: 105%; margin: 0 6px; color: #666;}
.ico-state.ico1 { border-color: #4875e7; color: #4875e7;}
.ico-state.ico2 { border-color: #ff1a7b; color: #ff1a7b;}


.block-tit { display: block; margin-bottom: 10px;}
.date-wrap { font-size: 0; align-items: center; display: flex; /*justify-content: center;*/}
.date-wrap > * { font-size: 15px;}
input[type="text"] + .btn-cal { margin-left: 10px;}
.btn-cal {min-width:21px;height:24px;background:url('/images/schoolToWork/sub/ico_cal.png') no-repeat 50% 50%;text-indent:-9999px;overflow:hidden;}
.date-wrap .mg { margin: 0 15px; font-size: 17px;}
.bottom-btn-box { font-size: 0; margin-top: 100px;}
.bottom-btn-box .btn { border-radius: 100px; background-color: #4875e7; color: #fff; font-size: 36px; width: calc(50% - 20px); margin: 10px; font-weight: 400; font-family: 'LotteMartHappy'; display: inline-block; text-align: center; padding: 20px 10px; letter-spacing:-1px; line-height: 110%; box-sizing: border-box;}

.absolute_right { position: absolute; right: 0; top: 0;}


.tbl-write .item.tit { margin-right: 20px;}
.empty { font-size: 20px; color: #444; padding: 16px 0;} 
.empty .strong { font-weight: 500;} 

.tr-open { display: none;}

/* tab */
.nav-tab {height:70px;margin-bottom:30px;clear:both;border-top:1px solid #ddd;border-bottom:2px solid #535353;}
.nav-tab:after {clear:both;content:"";display:block;}
.nav-tab li {float:left;width:420px;text-align:center;}
.nav-tab li a {display:block;height:67px;line-height:67px;font-size:24px;color:#666;background:#fff;}
.nav-tab li.on a {position:relative;height:70px;line-height:67px;color:#374984;color:#333;font-weight:700;background:#fff;border:2px solid #535353;border-bottom:0;position:relative;top:-1px;}
.nav-tab li.on a:after {content:"";position:absolute;top:-1px;right:-26px;width:24px;height:67px;background:url('/images/schoolToWork/sub/bg_tab.png') no-repeat 0 0;}
.nav-tab.type2 li {float:left;width:25%;text-align:center;}

/* list board */
.list-header {margin-bottom:20px;text-align:right;}
.list-header:after {clear:both;content:"";display:block;}
.list-header .page-view {float:left;padding-top:5px;}
.list-header .page-view .num {font-size:18px;color:#666;display:inline-block;vertical-align:middle;}
.list-header .page-view .num em {font-size:24px;color:#4875e7;font-weight:700;}
.list-header .page-view .form-category {width:60px;height:24px;margin:0 0 0 15px;font-size:12px;padding:0 20px 0 5px;background:#fff url('/images/schoolToWork/common/ico_pulldown.png') no-repeat right 5px top 50%;}
.list-header .form-category {width:110px;height:34px;font-size:14px;margin-right:16px;border:1px solid #ddd;}
.list-header .form-keyword {width:270px;height:34px;font-size:14px;margin-right:16px;border:1px solid #ddd;}
.list-header .btn-search {display:inline-block;width:60px;height:34px;text-align:center;font-size:14px;color:#fff !important;vertical-align:middle;white-space:nowrap;background:#4875e7;}
.list-header.type2 {margin:25px 0 12px;}

.tbl-header {margin-bottom:10px; margin:25px 0 12px; text-align:right;}
.tbl-header:after {clear:both;content:"";display:block;}
.tbl-header .page-view {float:left;padding-top:5px;}
.tbl-header .page-view .num {font-size:18px;color:#666;display:inline-block;vertical-align:middle;}
.tbl-header .page-view .num em {font-size:24px;color:#4875e7;font-weight:700;}
.tbl-header .btn-group {float:left;}
.tbl-header .btn-group button {width:100px;height:30px;margin-right:6px;text-align:center;font-size:16px;color:#777;font-weight:500;vertical-align:middle;white-space:nowrap;border:1px solid #d2d2d2;background:#fff;border-radius:30px;}
.tbl-header .btn-group button.on {color:#fff;border:1px solid #4875e7;background:#4875e7;}
.tbl-header .form-category1 {width:90px;margin-right:7px;}
.tbl-header .form-category2 {width:125px;margin-right:7px;}
.tbl-header .btn-view {display:inline-block;width:84px;height:30px;text-align:center;font-size:14px;color:#fff !important;vertical-align:middle;white-space:nowrap;background:#4875e7;}

.tbl-board {width:100%;border-top:2px solid #4875e7;line-height:22px;}
.tbl-board th {padding:7px;height:60px;color:#666;font-size:16px;font-weight:500;text-align:center;border-bottom:1px solid #ddd;background:#f4f4f4;}
.tbl-board td {padding:7px;height:52px;color:#666;font-size:15px;text-align:center;border-bottom:1px solid #ddd;background:#fff;}
.tbl-board a {color:#666;}
.tbl-board a:hover {color:#4875e7;}
.tbl-board .notice {display:inline-block;width:52px;height:30px;line-height:28px;color:#fff;text-align:center;background:#4875e7;}
.tbl-board .subject {padding:7px 5px 7px 20px;text-align:left;}

/* paginate */
.paginate {margin-top:30px;text-align:center;clear:both;line-height:16px;}
.paginate a.pre {margin-right:10px;}
.paginate a.next {margin-left:10px;}
.paginate a.pre-end,.paginate a.next-end,.paginate a.pre,.paginate a.next {width:35px;padding:8px 13px 9px;text-indent:-9999px;overflow:hidden;background-color:#fff;}
.paginate a.pre {background:url('/images/schoolToWork/common/ico_paging_prev.png') no-repeat 50% 50%;}
.paginate a.next {background:url('/images/schoolToWork/common/ico_paging_next.png') no-repeat 50% 50%;}
.paginate a.pre-end {background:url('/images/schoolToWork/common/ico_paging_first.png') no-repeat 50% 50%;}
.paginate a.next-end {background:url('/images/schoolToWork/common/ico_paging_last.png') no-repeat 50% 50%;}
.paginate a.pre-end:hover,.paginate a.next-end:hover,.paginate a.pre:hover,.paginate a.next:hover {color:#fff;background-color:#fff;}
.paginate a { font-family: "Noto Sans KR"; border-bottom: 2px solid transparent; display:inline-block;  padding: 2px 4px 2px;font-size:14px;color:#666;text-align:center; margin: 0 4px; box-sizing: border-box; vertical-align:middle;background:#fff; min-width: 21px; text-align: center; transition: .3s ease;}
.paginate a:hover {border-color: #767676; font-weight: 600;}
.paginate a.active { border-color: #2f58dc; color: #333; font-weight: 600;}
.paginate.type2 {margin-top:15px;}
.paginate.type2 a.pre,.paginate.type2 a.next {padding:3px 10px;background-color:#fff;border:0 !important;}
.paginate.type2 a.pre {margin-right:5px;background:url('/images/schoolToWork/common/ico_paging_prev2.png') no-repeat 50% 55%;}
.paginate.type2 a.next {margin-left:5px;background:url('/images/schoolToWork/common/ico_paging_next2.png') no-repeat 50% 55%;}
.paginate.type2 a {padding:3px 10px;margin:0;font-size:15px;color:#999;text-align:center;border:0;}
.paginate.type2 a.active,.paginate.type2 a:hover {color:#333;background-color:#fff;border:0;}
.list-more {margin-top:50px;text-align:center;}
.list-more a {display:inline-block;width:180px;height:40px;line-height:38px;text-align:center;font-size:20px;font-weight:500;color:#fff !important;vertical-align:middle;white-space:nowrap;background:#4875e7;border-radius:40px;}

/* view */
.view-board {border-top:1px solid #4875e7;border-bottom:1px solid #d3d3d3;}
.view-board .view-tit {padding:20px 10px;text-align:center;}
.view-board .view-tit h3 {font-size:36px;color:#444;font-weight:500;line-height:1;}
.view-board .view-cont {min-height:250px;padding:25px 30px 50px;line-height:22px;font-size:17px;color:#444;}
.view-board .view-desc {padding:12px 30px 12px;border-top:1px solid #d3d3d3;overflow:hidden;}
.view-board .view-desc span {font-size:12px;color:#666;display:inline-block;line-height:16px;}
.view-board .view-desc span.date {padding-left:20px;background:url('/images/schoolToWork/common/ico_date.png') no-repeat 0 5px;}
.view-board .view-desc span.count {padding-left:22px;margin-left:30px;background:url('/images/schoolToWork/common/ico_count.png') no-repeat 0 6px;}
.view-board .view-desc span em {display:inline-block;text-indent:-9999px;overflow:hidden;}
.view-board .attach {float:right;}
.view-board .attach li {padding-left:20px;margin:3px 0;line-height:20px;background:url('/images/schoolToWork/common/ico_attach.png') no-repeat 0 3px;}
.view-board .attach li a {color:#444;font-size:14px;}
.view-board .attach li a:hover {color:#4875e7;}

/* table view  */
.tbl-view {width:100%;border-top:2px solid #4875e7;border-bottom:1px solid #aaa;line-height:22px;}
.tbl-view th {height:44px;padding:5px 10px 5px 28px;font-size:16px;font-weight:500;text-align:left;border-top:1px solid #ddd;background:#f9f9f9;}
.tbl-view td {height:44px;padding:5px 10px 5px 10px;font-size:15px;color:#555;border-top:1px solid #ddd;background:#fff;}
.tbl-view th em {font-size:14px;color:#ca420d;}
.tbl-view .th01 {padding:14px 10px;text-align:center;}
.tbl-view .brline {border-right:1px solid #ddd;}
.tbl-view .address-num {display:block;line-height:14px;}
.tbl-view .col1 {width:180px;}
.tbl-view .col2 {width:120px;}
.tbl-view .btn {vertical-align:baseline;}
.tbl-view.type2 {border-bottom:2px solid #4875e7;}
.tbl-view.type2 th {padding:5px;text-align:center;}
.tbl-view.type2 .th-tit {height:80px;}
.tbl-view .form-password {width:325px;}
.tbl-view.type4 th {padding:5px 10px 5px 22px;line-height:16px;}

.td-txt-wrap { min-height: 180px; display: table; width: 100%;}
.td-txt { display: table-cell; vertical-align: middle;}


/* table write */
.tbl-write {width:100%;border-top:2px solid #4875e7;line-height:22px;position: relative;}
.tbl-write::after { content: ''; display: inline-block; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #aaa;}

.tbl-write th, .tbl-write .th {height:44px; padding:5px 2px 5px 20px;font-size:16px;font-weight:500;text-align:left;border-top:1px solid #ddd;background:#f9f9f9;}
.tbl-write td {height:44px;padding:5px 10px 5px 10px;font-size:15px;color:#555;border-top:1px solid #ddd;background:#fff;}
.tbl-write th em {font-size:14px;color:#ca420d;}
.tbl-write.align_center td, .tbl-write.align_center th { text-align: center;}
.tbl-write .center {padding:5px 10px;text-align:center;}
.tbl-write .col1 {width:180px;}
.tbl-write .col2 {width:210px;}
.tbl-write .flex {display:flex; align-items: center; padding: 0;}
.tbl-write .flex em {display:inline-block;padding-top:3px;margin-left:5px;vertical-align:middle;white-space:nowrap;}
.tbl-write .flex em.first {margin-left:0;margin-right:7px;}
.tbl-write .flex .btn.stype1.inherit {margin-left:6px;}
.tbl-write .flex2 {margin-right:30px;}
.tbl-write .flex2 .form-keyword4 {margin-right:3px;}
.tbl-write .flex2 em {display:inline-block;padding-top:3px;margin-left:3px;vertical-align:middle;white-space:nowrap;}
.tbl-write .flex2 em.first {margin-left:0;margin-right:5px;}
.tbl-write .flex.center { justify-content: center;}
.tbl-write .flex.center .inpup-search { width: 100%; min-width: 170px;}
.tbl-write .form-keyword {width:325px;margin-right:6px;}
.tbl-write .form-keyword2 {width:195px;}
.tbl-write .form-keyword3 {width:600px;margin-right:6px;}
.tbl-write .form-keyword4 {width:160px;}
.tbl-write .form-keyword5 {width:135px;}
.tbl-write .form-keyword6 {width:129px;}
.tbl-write .form-keyword7 {width:460px;}
.tbl-write .form-keyword8 {width:325px;}
.tbl-write .form-category {width:195px;margin-right:6px;}
.tbl-write .form-category2 {width:auto; margin-right:6px;}
.tbl-write .form-cal {width:145px;}
.tbl-write .item-list1 {overflow:hidden;}
.tbl-write .item-list1 li {float:left;margin-right:40px;}
.tbl-write .item-list1 li:last-child {margin-right:0;}
.tbl-write .item-list1.type2 {display:inline-block;vertical-align:middle;}
.tbl-write .item-list1.type2 li:last-child {margin-right:50px;}
.tbl-write .item-list1.type3 {display:block;vertical-align:middle;}
.tbl-write .item-list1.type3 li {margin-right:0; display: block;}
.tbl-write .item-list2 li {position:relative;padding-left:120px;margin-top:12px;}
.tbl-write .item-list2 li:first-child {margin-top:0;}
.tbl-write .item-list2 li span {display:inline-block;position:absolute;left:0;top:5px;}
.tbl-write .item-list2 li span em {color:#ca0d0d;}
.tbl-write .item-list2.type2 li {padding-left:150px;}
.tbl-write .item-list2.type3 {padding:10px 0;}
.tbl-write .item-list2.type3 li {padding-left:295px;margin-top:20px;}
.tbl-write .item-list2.type3 li:first-child {margin-top:0;}
.tbl-write .item-list2.type3 li .form-keyword {width:190px;}
.tbl-write .item-list2.type3 li .stype1 {min-width:120px;}
.tbl-write .item-list3 {overflow:hidden;}
.tbl-write .item-list3 li {display: inline-block; margin-right:15px;}
.tbl-write .item-list3 li:last-child {margin-right:0;}
.tbl-write .item-list4 li {margin-top:10px;}
.tbl-write .item-list4 li:first-child {margin-top:0;}
.tbl-write .item-list4 .stype1 {margin-left:3px;}
.tbl-write .item-list5 {overflow:hidden;}
.tbl-write .item-list5 li {display: inline-block; margin-right:40px;}
.tbl-write .item-list5 li:last-child {margin-right:0;}
.tbl-write .txt1 {font-size:14px;color:#666;}
.tbl-write .txt2 {display:inline-block;font-size:14px;color:#666;padding-left:15px;}
.tbl-write .th-tit {height:50px;font-size:18px;color:#d82b2b;font-weight:500;text-align:center;}
.tbl-write .desc {margin-top:10px;color:#ca420d;line-height:18px;}
.tbl-write .desc2 {color:#d81c1c;font-size:16px;font-weight:500;vertical-align:middle;margin-left:15px;}
.tbl-write.type2 td {height:50px;background:#f9f9f9;line-height:16px;}
.tbl-write.type2 td.radio-group {text-align:center;background:#fff;}
.tbl-write.type2 td.radio-group .space {margin-left:45px;}
.tbl-write.type2 .tleft {padding:10px 105px 10px 30px;}
.tbl-write.type2 .tleft.depth {padding-left:60px;}
.tbl-write.type2 .td-tit {padding:12px 30px;font-size:18px;color:#d82b2b;font-weight:500;text-align:left;line-height:22px;}
.tbl-write.type3 td {background:#fff; border: 1px solid #ddd; padding:5px 20px;} 
.tbl-write.type3 th {border: 1px solid #ddd; padding:5px 2px 5px 2px;}
.tbl-write.type3 tr td:first-child, .tbl-write.type3 tr th:first-child { border-left: 0;} 
.tbl-write.type3 tr td:last-child, .tbl-write.type3 tr th:last-child  {  border-right: 0;} 
/* .tbl-write.type3 tr:last-child td {border-bottom-color: #aaa;} */
/* .tbl-write.type3 td[rowspan="3"]:last-child {border-bottom-color: #aaa;} */
.th-blue { background-color: #e9f4ff !important; font-weight: 500; color:#333;}
.th-gray { background-color: #f9f9f9 !important; font-weight: 500; color:#333;}

.tbl-write.type4 th {border: 1px solid #ddd; padding:5px 2px 5px 2px;}
.tbl-write.type4 td {background:#fff; border: 1px solid #ddd; padding:40px 20px;} 
.tbl-write.type4 tr td:first-child, .tbl-write.type4 tr th:first-child { border-left: 0;} 
.tbl-write.type4 tr td:last-child, .tbl-write.type4 tr th:last-child  {  border-right: 0;} 

.tbl-write.type5 { border-top: 1px solid #ddd;}
.tbl-write.type5 th { height: 50px; text-align: left; border: 1px solid #ddd; padding: 10px;}
.tbl-write.type5 td { height: 50px; text-align: left; background:#fff; border: 1px solid #ddd; padding:10px 20px;} 
/* .tbl-write.type5 tr td:first-child, .tbl-write.type5 tr th:first-child { border-left: 0;} 
.tbl-write.type5 tr td:last-child, .tbl-write.type5 tr th:last-child  {  border-right: 0;}  */

.desc-block {margin-top:30px;padding:23px 20px;font-size:16px;color:#444;font-weight:500;text-align:center;background:#f9f9f9;border:1px solid #ddd;}
.file-attach .form-file {display:none;}
.tbl-write .military-yes,.tbl-write .military-ing {display:none;}
.tbl-write .military-yes.on,.tbl-write .military-ing.on {display:table-row;}
.tbl-write .ico-cal {width:21px;height:24px;margin-left:6px;text-indent:-9999px;overflow:hidden;background:url('/images/schoolToWork/common/ico_cal.png') no-repeat 0 0;}
.tbl-write .ico-cal + span {padding:0 10px;}
.tbl-write .input-group .form-keyword {margin-right:2px;}
.tbl-write .input-group .btn-txt { margin-right: 10px; display: inline-block;}
.tbl-write .tel-wrap select {width:90px;}
.tbl-write .tel-wrap input {width:90px;margin-left:6px;}
.tbl-write .email-wrap select {width:140px;}
.tbl-write .email-wrap input {width:189px;margin-right:6px;}
.em {color: #ca420d; font-weight: 600; font-size: 18px; position: relative; top: 2px;}
table .em {top: -1px;}
.em.type2 { font-weight: 500; font-size: 15px;}
.tbl-desc {margin-top:20px;padding:13px 10px;font-size:18px;color:#d82b2b;text-align:center;border-top:2px solid #4875e7;border-bottom:1px solid #aaa;line-height:22px;background:#f9f9f9;}
.caution-tooltip {position:relative;}
.caution-tooltip .ico {position:relative;top:-1px;width:21px;height:21px;margin-left:3px;text-indent:-9999px;overflow:hidden;display:inline-block;vertical-align:middle;background:url('/images/schoolToWork/sub/ico_info1.png') no-repeat 0 0;cursor:pointer;}
.caution-tooltip .caution-txt {position:absolute;left:32px;top:0;display:none;width:300px;z-index:1;}
.caution-tooltip .caution-txt .tit {height:38px;line-height:38px;padding:0 18px;font-size:18px;font-weight:500;color:#fff;background:#dc602f;}
.caution-tooltip .caution-txt .cont {padding:15px 18px;font-size:14px;font-weight:500;color:#333;line-height:16px;background:#fff;border:1px solid #d2d2d2;}
.caution-tooltip .ico:hover + .caution-txt {display:block;}

.caution-wrap {position:relative;}
.caution-wrap .caution {position:relative;display:inline-block;width:100px;height:30px;line-height:28px;margin:5px 0;font-size:15px;color:#fff;text-align:center;background:#dc602f;vertical-align:middle;cursor:pointer;}
.caution-wrap .caution-txt .tit {height:38px;line-height:38px;padding:0 18px;font-size:18px;font-weight:500;color:#fff;background:#dc602f;}
.caution-wrap .caution-txt .cont {padding:15px 18px;font-size:14px;font-weight:500;color:#333;line-height:16px;background:#fff;border:1px solid #d2d2d2;}
.caution-wrap .caution-txt {position:absolute;right:0;top:35px;display:none;width:300px;z-index:1;}
.caution-wrap .caution:hover + .caution-txt {display:block;}

.guide-tooltip {position:relative;}
.guide-tooltip .ico {position:relative;top:-1px;width:21px;height:21px;margin-left:3px;text-indent:-9999px;overflow:hidden;display:inline-block;vertical-align:middle;background:url('/images/schoolToWork/sub/ico_info2.png') no-repeat 0 0;cursor:pointer;}
.guide-tooltip .guide-txt {position:absolute;left:32px;top:0;display:none;width:415px;z-index:1;}
.guide-tooltip .guide-txt.type2 {width:530px;}
.guide-tooltip .guide-txt.type3 {width:580px;}
.guide-tooltip .guide-txt .tit {height:38px;line-height:38px;padding:0 18px;font-size:18px;font-weight:500;color:#fff;background:#4875e7;}
.guide-tooltip .guide-txt .cont {padding:15px 18px;font-size:14px;font-weight:500;color:#333;line-height:16px;background:#fff;border:1px solid #d2d2d2;}
.guide-tooltip .ico:hover + .guide-txt {display:block;}


.agree-date { text-align: right; margin-top: 37px; font-size: 24px;}
.agree-date .tit { font-weight: 500; margin-right: 22px;}

.mg { display: inline-block; vertical-align: middle; line-height: 100%; white-space: nowrap; margin-left: 5px; }
.mg2 { display: inline-block; vertical-align: middle; line-height: 100%; white-space: nowrap; margin-left: 5px;margin-right: 10px; }
.info-request-box { position: relative;}
select + .mg2 { margin-right: 20px;}
select + .mg2:last-child { margin-right:0;}
.th-check { display: block; }




/* table */
.tbl-type {width:100%;border-top:2px solid #4875e7;border-bottom:1px solid #aaa;}
.tbl-type th {position:relative;padding:5px 2px;height:50px;color:#333;font-size:18px;font-weight:700;text-align:center;background:#f9f9f9;}
.tbl-type th:before {content:"";position:absolute;top:50%;left:0;width:1px;height:16px;background:#999;transform:translateY(-50%);}
.tbl-type thead th:nth-child(1):before {display:none;}
.tbl-type .benone:before {display:none;}
.tbl-type td {padding:5px 2px;height:42px;color:#555;font-size:15px;line-height:18px;text-align:center;border-top:1px solid #ddd;background:#fff;}
.tbl-type .btn-group {text-align:left;padding:5px 10px;}
.tbl-type .btn-group a {margin:2px;}
.tbl-type .btn-group2 {padding:5px 2px;}
.tbl-type .btn-group2 a {margin:2px;}
.tbl-type .link {color:#4875e7;border-bottom:1px solid #4875e7;}
.tbl-type .link2 {color:#555;border-bottom:1px solid #555;}
.tbl-type .home-link {display:inline-block;height:26px;line-height:24px;padding:0 30px 0 12px;text-align:center;font-size:16px;color:#fff !important;vertical-align:middle;white-space:nowrap;background:#4875e7 url('/images/schoolToWork/sub/ico_arrow.png') no-repeat right 10px top 50%;border-radius:10px;}
.tbl-type .bbline {border-bottom:1px solid #ddd;}
.tbl-type .th-tit:before {display:none;}
.tbl-type tfoot td {color:#333;font-size:18px;font-weight:700;background:#f9f9f9;border-top:1px solid #aaa;}
.tbl-type .blline {position:relative;}
.tbl-type .blline:before {content:"";position:absolute;top:12px;left:0;width:1px;height:16px;background:#999;}
.tbl-type .tleft {text-align:left;}
.tbl-type .flex {display:flex;justify-content:center;}
.tbl-type .flex em {display:inline-block;padding-top:5px;margin-left:5px;vertical-align:middle;white-space:nowrap;}
.tbl-type .flex .form-keyword {width:95px;}
.tbl-type .th01 {height:44px;font-size:16px;}
.tbl-type .td01 {padding:5px 20px;}
.tbl-type .num {background:#f9f9f9;}
.tbl-type.type2 td {padding:5px 0;}
.tbl-type2 {width:100%;border-top:2px solid #4875e7;}
.tbl-type2 th {position:relative;padding:5px 2px;height:50px;color:#333;font-size:18px;font-weight:700;text-align:center;border:1px solid #ddd;background:#f6f6f6;}
.tbl-type2 td {padding:5px;height:50px;color:#555;font-size:15px;line-height:18px;text-align:center;border:1px solid #ddd;background:#fff;}
.tbl-type2 .bg-gray {background:#f6f6f6;}
.tbl-type2 .bg-blue {background:#eaf2f9;}
.tbl-type2.line {border-top:3px solid #4875e7;}
.tbl-type2.line .th01 {font-size:16px;}

/* faq */
.faq-list {border-top:2px solid #4875e7;border-bottom:1px solid #ddd;}
.faq-list li {position:relative;border-top:1px solid #ddd;}
.faq-list li:first-child {border-top:0;}
.faq-list li span {position:absolute;left:25px;top:12px;display:inline-block;width:26px;height:26px;line-height:24px;font-size:15px;color:#fff;text-align:center;font-weight:500;background:#666;border-radius:26px;}
.faq-list li.on span {background:#4875e7;}
.faq-list li.answer {display:none;padding:30px 30px 30px 100px;line-height:20px;background:#f5f5f5;border-top:0;}
.faq-list li.answer span {left:25px;top:28px;color:#fff;background:#4875e7;}
.faq-list li a {display:block;padding:13px 80px 13px 100px;font-size:16px;line-height:24px;font-weight:500;color:#444;background:url('/images/schoolToWork/sub/ico_arrow_down.png') no-repeat right 34px top 50%;}
.faq-list li.on a {background:url('/images/schoolToWork/sub/ico_arrow_up.png') no-repeat right 34px top 50%;}
.faq-list li .desc {margin-top:15px;font-size:15px;color:#666;padding:10px 20px;line-height:24px;background:#e8e8e8;}


/* ej s */

.mainvis { font-size: 0;}
.mainvis .left { width: 50%;  display: inline-block;}
.mainvis .right { width: 50%; display: inline-block;}
.mainvis a {display: block;}
.mainvis img {max-width:none; width:100%;}


.main-sec01 {background:#fff;}
.main-sec01 .inner { width: 100%; max-width:1430px;margin:0 auto;}
.main-sec01 h2 {position:relative;margin-bottom:40px;font-size:38px;color:#333;font-weight:700;line-height:1;text-align:center;letter-spacing:-2px;}
.main-sec01 h2 span {color:#4875e7;}
.main-sec01 .organ-search {position:relative;padding:20px 95px 20px 20px; border-radius: 100px; background:#f5f5f5; margin-top: 34px;}
.main-sec01 .organ-search .btn-group {display:inline-block;}
.main-sec01 .organ-search button {min-width:76px;height:41px; line-height: 100%; padding:0 19px 2px;font-size:20px;color:#333;border:1px solid #ddd;border-radius:38px;background:#fff;transition:all 0.3s; margin-right: 18px;}
.main-sec01 .organ-search button.on, 
.main-sec01 .organ-search button:hover {color:#fff;border:1px solid #4875e7;background:#4875e7;}
.main-sec01 .organ-result {display:inline-block;margin-left:10px; margin-right: 40px; float: right; margin-top: 10px; font-size:20px;vertical-align:middle; color: #333; font-weight: 600;}
.main-sec01 .organ-result span {color:#4875e7;font-weight:700; font-size: 1.3em;}
.main-sec01 .organ-search .more {position:absolute;right:20px;top:50%; transform: translateY(-50%); width:104px;height:40px;line-height:40px;font-size:20px; border-radius: 100px; color:#666;font-weight:500;text-align:center; background:#767676 url('/images/schoolToWork/main/ico_more.png') no-repeat top 50% right 10px; color: #fff; display:inline-block;vertical-align:middle; padding-right: 15px;}

.organ-search-result { margin-top: 20px; font-size: 0; padding: 0 100px; box-sizing: border-box;}
.organ-search-result .item { vertical-align: top; display: inline-block; box-shadow: 7px 6px 10px 0px rgba(60, 60, 60, .1); transition: .3s ease; text-align: center; border: 1px solid #ddd; border-radius: 10px; max-width: 270px; width: calc(16.6% - 20px); font-size: 16px; color: #666; margin: 5px 10px; overflow: hidden;}
.organ-search-result .item a { background-color: #fff; display: block; padding: 30px 15px; box-sizing: border-box; }
.organ-search-result .item .tit { color: #333; font-size: 24px; font-weight: 600; text-overflow: ellipsis; overflow: hidden; max-width: 100%; white-space: nowrap;} 
.organ-search-result .item span { display: block; color: #666; }
.organ-search-result .item .area { margin-top: 16px;}
.organ-search-result .item .tel { margin-top: 5px; display: inline-block; padding-left: 20px; background: url("/images/schoolToWork/main/ico_tel.png") no-repeat 0 4px; margin-left: -20px;}
.organ-search-result .item:hover { border-color: #4875e7; box-shadow: 7px 10px 10px 0px rgba(72, 117, 231, .4);}
.organ-search-result .item:hover span { color: #666;}
.organ-search-result .item:hover .tit { color: #333;}
.main-btn-box {text-align: center; margin-top: 40px;}
.main-btn-box .more-btn { color: #fff; font-weight: 600; font-size: 20px; line-height: 60px; height: 60px; border-radius: 100px; background-color: #4875e7; display: inline-block; width: 220px; transition: .3s ease; }
.main-btn-box .more-btn:hover {background-color: #3263e0;}

.main-sec02 { background-color: #04bca6; text-align: center; margin-top: 120px;}
.main-sec02 a {display: block;}
.main-sec02 img { max-width: 100%;}
.main-sec02 .mobile { display: none}

.main-sec03 { padding: 120px 0;}
.main-sec03 .inner { max-width: 1460px; margin: 0 auto; padding: 0 15px; font-size: 0; box-sizing: border-box;}
.main-sec03 .left { vertical-align: top; width: calc(50% - 40px); margin-right: 40px; display: inline-block; font-size: 20px;}
.main-sec03 .right {vertical-align: top;  width: calc(50% - 40px); margin-left: 40px; display: inline-block; font-size: 20px;}
.main-sec03 .tit { font-size: 36px; color: #4875e7; text-align: center; line-height: 100%;}
.main-sec03 .list { margin-top: 25px; border-top: 1px solid #ddd;} 
.main-sec03 .list li { position: relative;}
.main-sec03 .list li > a { transition: .4s ease; border-bottom: 1px solid #ddd; padding: 23px 0; height:70px; display: block; box-sizing: border-box;}
.main-sec03 .list li .date { float: right; transition: .4s ease;}
.main-sec03 .list li .list-tit {color: #333; overflow: hidden; text-overflow:ellipsis; max-width: calc(100% - 110px); display: inline-block; white-space: nowrap;} 
/*.main-sec03 .right .list li .list-tit {color: #333; overflow: hidden; text-overflow:ellipsis; max-width: 100%; display: inline-block; white-space: nowrap;} */
.main-sec03 .list li .more { position: absolute; right: 0; top: 50%; transform: translateX(-10px) translateY(-50%); text-indent: -99999px; display: inline-block; width: 66px; height: 18px; background: url('/images/schoolToWork/main/ico_more2.png') no-repeat right; transition: .4s ease; opacity: 0;}
.main-sec03 .list li > a:hover { border-color: #4875e7;}
.main-sec03 .list li > a:hover .list-tit {font-weight:600}
.main-sec03 .list li > a:hover .more { opacity: 1; transform: translateX(0) translateY(-50%); } 
.main-sec03 .list li > a:hover .date { opacity: 0;  } 


/* ej e */


/* modal */
/* modal popup */
.b-modal { opacity: 1 !important; background-color: rgba(0, 0, 0, 0.5) !important; }
.modal-wrap { position: fixed !important; margin: auto; width: 95%; max-width: 680px; top: 50% !important; -webkit-transform: translateY(-50%); transform: translateY(-50%); max-height: 95vh; background: #fff; display: none; left: 50% !important; transform: translate3d(-50%, -50%, 0); z-index: 100; box-shadow: 0 10px 42px 0 rgba(0,0,0,.14);}
.modal-wrap .tit-h2, .modal-wrap .tit-h3, .modal-wrap .tit-h4 { position: relative; margin-bottom: 9px; }
.modal-wrap .tit-h2::before, .modal-wrap .tit-h3::before, .modal-wrap .tit-h4::before { content: ''; position: absolute; top: 8px; left: 0; width: 3px; height: 3px; background: #eee; border-radius: 3px; }
.modal-wrap.type2 { max-width: 560px; }
.modal-wrap.type3 { max-width: 860px; }
.modal-wrap.type4 { max-width: 1080px; }
.modal-wrap.type5 { max-width: 760px; }
.modal-wrap.type6 { max-width: 800px; }
.modal-wrap.type7 { max-width: 1200px; }
.modal-wrap.type8 { max-width: 1360px; }
.modal-wrap .modal-head { height: 48px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 16px 50px 16px 20px; background-color: #4875e7; position: relative; }
.modal-wrap .modal-head h2 { color: #fff; font-size: 18px; font-weight: 400; }
.modal-wrap .modal-cont-wrap { -webkit-box-sizing: border-box; box-sizing: border-box; max-height: calc(95vh - 48px); overflow-y: auto;  }
.modal-wrap .modal-cont { min-height: 170px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 30px 20px; height: 100%; font-size: 14px; }
.modal-wrap .modal-cont .cont-top { margin-bottom: 12px; }
.modal-wrap .modal-cont .btn-block { margin-top: 45px; }
.modal-wrap .modal-cont .btn-block.type2 { margin-top: 30px; }
.modal-wrap .modal-cont .search-box { font-size: 14px; }
.modal-wrap .modal-cont .search-box label { color: #333; }
.modal-wrap .modal-cont .inp-group { margin: 0 -13px; }
.modal-wrap .modal-cont .inp-group .inp { margin: 0 13px; }
.modal-wrap .modal-cont .inp-group button { font-weight: 300; }
.modal-wrap .modal-cont .inp { color: #666; }
.modal-wrap .modal-close { position: absolute; right: 15px; top: 10px; width: 30px; height: 30px; text-indent: -9999px; overflow: hidden; background: url("/images/schoolToWork/common/ico_close.png") no-repeat 50% 50%; transition: .3s ease; }
.modal-wrap .modal-close:hover { transform: rotate(-180deg);}
.modal-wrap .modal-basic { text-align: center; font-size: 18px; color: #333; margin: 30px 0 0; }
.modal-wrap .basic { padding-left: 0; color: #333; }
.modal-wrap table { width: 100%; }
/* .modal-wrap table td, .modal-wrap table th { border: 1px solid #000; padding: 4px 8px; } */
.modal-wrap .btn { height: 40px; line-height: 42px; border: 0; font-size: 16px; }

p.basic { margin: 25px 0 0; line-height: 24px; font-size: 14px;}
.terms-tit { font-size: 16px; text-align: center; font-weight: 500;}
.terms-box { margin-top: 20px; }
.terms-box .txt-wrap { margin-top: 10px; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ddd; }
.terms-box .txt { -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 10px; height: 60px; overflow-y: auto; font-size: 14px; line-height: 19px; }
.terms-box .terms-txt { font-size: 14px; margin-top: 10px; color: #767676; line-height: 16px; }
.terms-box .terms-check { margin-top: 10px; text-align: right; font-size: 14px; }
.terms-box .terms-check .checkbox { margin-right: 0; }
.terms-box .terms-check.type2 { font-size: 18px; margin-top: 22px; }
.terms-box .terms-check.type2 label { color: #333; }
.terms-box .terms-check.type2 .checkbox label::before { width: 25px; height: 25px; }
.terms-box { color: #555; padding: 20px; background-color: #f8f8f8; border: 1px solid #999; box-sizing: border-box; margin-top: 20px;}

.bullet-list {}
.bullet-list > li { position: relative; padding-left: 13px; color: #555; margin-top: 10px;}
.bullet-list > li:first-child {margin-top: 0;}
.bullet-list > li::before { content: ''; position: absolute; left:0;top: 2px; width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #555;}
.bullet-list.type2 {}
.bullet-list.type2 > li { padding-left: 13px; color: #333; margin-top: 40px;}
.bullet-list.type2 > li:first-child {margin-top: 0;}
.bullet-list.type2 > li::before { content: ''; position: absolute; left:0;top: 7px; width: 8px; height: 2px; box-sizing: border-box; background-color: #333;}
.bullet-list.tab01 { padding-left: 35px; box-sizing: border-box;}
.bullet-list.tab02 { padding-left: 45px; box-sizing: border-box;}

.bullet-list.flex > li { display: flex; }
.bullet-list .tit { font-size: 20px; letter-spacing: -1px; word-break: keep-all;}
.bullet-list .txt { display: inline-block; padding-left: 10px; box-sizing: border-box; font-size: 18px;}

.bullet-list.type3 {}
.bullet-list.type3 > li { padding-left: 13px; color: #333; margin-top: 3px; line-height: 100%;}
.bullet-list.type3 > li:first-child {margin-top: 0;}
.bullet-list.type3 > li::before { content: ''; position: absolute; left:0;top: 4px; width: 5px; height: 5px; border-radius: 10px; box-sizing: border-box; background-color: #333;}

.bullet-list.type4 {}
.bullet-list.type4 > li { padding-left: 20px; color: #333; margin-top: 10px; line-height: 100%; font-size: 16px;}
.bullet-list.type4 > li:first-child {margin-top: 0;}
.bullet-list.type4 > li::before { content: ''; position: absolute; left:0;top: -1px; width: 14px; height: 14px; border-radius: 100px; box-sizing: border-box; background-color: #fff; border: 4px solid #4875e7;}

.bullet-list > li > ul li { font-size: 14px;} 

.c-box { background-color: #f9f9f9; line-height: 130%; padding: 10px 15px;}
.c-box.type2 {border-radius: 100px;}
.c-box.type3 {padding: 20px 30px;}
.gray-box { background-color: #ddd; border: 1px solid #b8b8b8; box-sizing: border-box; padding: 20px; min-height: 150px; width: 100%;} 
.table-box { display: table;}
.table-box .middle { display: table-cell; vertical-align: middle;}
.gray-box .middle { padding: 20px; box-sizing: border-box;}
.gray-box.type2 {  border: 2px dashed #ccc; background: #f5f5f5; padding: 20px 40px; border-radius: 15px; }
.center-tit { font-size: 20px; font-weight: 600; text-align: center;}
.col-box { font-size: 0; margin-top: 20px;}
.col-box .item { font-size: 18px; display: inline-block; vertical-align: top; width: 50%; padding-right: 10px; color: #333;}
.col-box .item .tit { font-weight: 600;}
.col-box .item .txt { margin-top: 16px;}
.col-box2 { font-size: 0; margin: 0 -15px; }
.col-box2 .item { color: #555; font-weight: 500; display: inline-block; font-size: 14px; width: calc(50% - 30px); vertical-align: top; margin: 0 15px; background: #f8f8f8; border-radius: 8px; box-sizing: border-box; border: 1px solid #dee2eb; text-align: center; padding: 15px 10px;}
.col-box2 .item .tit { border-bottom: 1px solid #3683c3; padding-bottom: 5px; margin-bottom: 15px; color: #3683c3; font-size: 16px;}
.tip-list { margin-top: 30px;}
.tip-list li { position: relative;padding-left: 15px; font-size: 14px; line-height: 100%; margin-top: 3px;}
.tip-list li .bullet {position: absolute; left: 0; top: 0;}

.tip-txt { position: relative; padding-left: 15px; margin-top: 10px;}
.tip-txt::before { content: '*'; color: #ca0d0d; font-weight: 500; font-size: 20px; display: inline-block; left: 0; top: 2px; position: absolute;}
.tip-txt2 { font-size: 13px; position: relative; padding-left: 13px; margin-top: 5px; word-break: keep-all; line-height: 110%;}
.tip-txt2::before { content: '*'; color: #888; font-weight: 500; font-size: 16px; display: inline-block; left: 0; top: 2px; position: absolute;}

.timeup-img {  position: relative; margin-top: 60px;}
.timeup-img .mobile { display: none;}

.info-left-img { margin-top: 16px; display: flex; align-items: center; font-size: 0; box-sizing: border-box; padding-left: 35px;}
.info-left-img .left { font-size: 18px; box-sizing: border-box; border-radius: 15px; background: #00b5c8 url("/images/schoolToWork/sub/ico_people.png") no-repeat bottom center; color: #fff; padding-top: 10px; text-align: center; display: inline-block; width: 120px; height: 100px; line-height: 106%;}
.info-left-img .right { padding-left: 32px; box-sizing: border-box; font-size: 18px; width: calc(100% - 120px); display: inline-block; color: #333; }
.info-left-img .right ul { margin-top: 0;}
.info-left-img .right ul li { font-size: 100%;}

/* 사업소개 */
.info-step-box { margin-top: 65px; font-size: 0;}
.info-step-box > div { display: inline-block; vertical-align: top; box-sizing: border-box; width: 50%; font-size: 16px;}
.info-step-box > .left { padding-right: 10px;}
.info-step-box > .right { padding-left: 10px;}
.info-step-box .step-tit { font-size: 36px; font-weight: 600; color: #fff; text-align: center; background-color: #ddd; border-radius: 36px 36px 0 0; line-height: 100%; padding: 12px 10px; box-sizing: border-box;}
.info-step-box .left .step-tit { background-color: #00b5c8;}
.info-step-box > .right .step-tit { background-color: #e54e9c;}
.info-step-box .step-list { margin-top: 40px;}
.info-step-box .step-list li { box-shadow: 7px 10px 15px 5px rgba(51, 51, 51, .3); display: flex; align-items: center; width: calc(100% - 36px);margin-left: 36px; height: 80px; position: relative; margin-bottom: 40px; border-radius: 5px; border: 2px solid #aac8e2; box-sizing: border-box; color: #333; padding-left: 60px;}
.info-step-box .step-list li .step { display: inline-block; box-shadow: 3px 10px 10px 0px rgba(51, 51, 51, .3);  position: absolute; left: -36px; top: -2px; width: 80px; height: 80px; border-radius: 100%; border: 2px solid #aac8e2; box-sizing: border-box; text-align: center; font-size: 24px; background-color: #fff; font-weight: 500; line-height: 110%; display: table;}
.info-step-box .step-list li .step span { display: table-cell; vertical-align: middle;}
.info-step-box .step-list li .tit { display: block; box-sizing: border-box; padding-right: 177px; letter-spacing: -1px; font-size: 22px; font-weight: 500;}
.info-step-box .step-list li .right { position: absolute; right: 0; width:177px; text-align: center; font-size: 16px; }
.info-step-box .step-list li .right .ico { letter-spacing: -1px; display: inline-block; color: #fff; background-color: #555; padding: 2px; line-height: 100%; border-radius: 3px; margin: 2px;}
.info-step-box .step-list li .right .ico.type1 { background-color: #005ec8;}
.info-step-box .step-list li .right .ico.type2 { background-color: #01b26d;}
.info-step-box .right .step-list li { border-color: #ffc8e4;}
.info-step-box .right .step-list li .step { border-color: #ffc8e4;}

/* 포트폴리오 */
.empty-txt {  text-align: center; font-weight: 600; font-size: 24px; line-height: 120%; padding: 80px 0 50px;} 

.lengthTr .right {text-align: right; font-size: 12px;}
.f_wrapper {width: 100%; }
.f_wrapper .touch { display: none; width: 100%; box-sizing: border-box; margin-bottom: 10px; position: absolute;top: 0; left: 0; color: #666; background: url("/images/schoolToWork/sub/ico_flicking.png") no-repeat left; padding: 5px 0 5px 30px;}
.select-col { display: flex;align-items: center; justify-content: center;}
.txtheight1 {resize: vertical; min-height: 48px;height: 48px; max-width: 100%;}
.txtheight2 {resize: vertical; min-height: 73px;height: 73px; max-width: 100%;}
.a-link {text-decoration: underline; font-weight: 500;} 
.a-link:hover { text-decoration: underline;} 


/* 취업준비도 검사 */
.p-info-txt { overflow: hidden; font-size: 0; display: block; height: 300px; position: relative;background-color: #ffd449; }
.p-info-txt .left { font-weight: 600; height: 100%; font-size: 30px; display: inline-block; vertical-align: top; width: 100%;  max-width: 285px;  background-color: #ffd449; }
.p-info-txt .left .p-box { position: relative; background-color: #ffd449; height: 0; padding-bottom: 105%; box-sizing: border-box; }
.p-info-txt .left .p-box .p-box-cont { position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.p-info-txt .left .p-box .p-box-cont img { width: 100%; position: absolute; bottom: 0; left: 0;}

.p-info-txt .left .tit { line-height: 100%; text-align: center; margin-top: 40px; line-height: 120%; display: inline-block; width: 100%;}
.p-info-txt .right { font-weight: 500; color: #333; height: 100%; font-size: 26px; display: inline-block; vertical-align: top; width: calc(100% - 285px); background-color: #fff; border: 10px solid #ffd449; box-sizing: border-box;  padding: 20px; box-sizing: border-box; }
.p-info-txt .right .txt-wrap { max-width: 830px; margin: 0 auto; height: 100%; display: table; width: 100%;}
.p-info-txt .right .txt-wrap .middle {line-height: 130%; display: table-cell; vertical-align: middle;}



.tbl-add-box { display: flex;  margin-bottom: 20px;}
.tbl-add-box .left { font-size: 16px; background: #f9f9f9; border-top: 2px solid #4875e7; border-bottom: 1px solid #aaa; padding: 20px; display: flex;align-items: center; flex-direction: column; width: 180px; box-sizing: border-box; text-align: center; justify-content: center;  border-right: 1px solid #ddd;}
.tbl-add-box .left .tit {  display: block; font-weight: 500;}
.tbl-add-box .left .txt { line-height: 110%; font-size: 15px; display: block; margin-top: 6px; color: #444;}
.tbl-add-box .left .btn { width: 100%; margin-top: 10px; font-size: 15px;}
.tbl-add-box .f_wrapper { min-height: 82px;}
.tbl-add-box .f_wrapper_inner, .tbl-add-box .f_scroller, .tbl-add-box .tbl-write { height: 100%;}

/* .tbl-add-box.flicking .f_wrapper { margin-top: 0; }
.tbl-add-box.flicking .f_wrapper .touch {display: none;}
.tbl-add-box.flicking .f_wrapper .f_wrapper_inner {padding-top: 0;} */


.page-photo { text-align: center;}




@media only all and (max-width:1600px) {
	.main-sec01 .organ-search button { margin-right: 10px; padding: 0 9px 2px;}
	.main-sec01 .organ-result { }
	.organ-search-result { padding: 0 10px;}
}
@media only all and (max-width:1300px) {
	.main-sec01 .organ-result {  font-size: 16px; }
	.main-sec01 .organ-search .more { font-size: 16px; width: 94px;}
	.main-sec01 .organ-search button { font-size: 16px; line-height: 40px;}
	.organ-search-result .item .tit { font-size: 20px;}
	.organ-search-result .item { width: calc(25% - 20px);}

	.info-step-box .step-tit { font-size: 20px;}
	.info-step-box .step-list li { margin-bottom: 20px;}
	.info-step-box .step-list li .step { font-size: 16px;}
	.info-step-box .step-list li .tit { font-size: 16px; padding-right: 137px;}
	.info-step-box .step-list li .right { width: 137px;}
	.info-step-box .step-list li .right .ico { font-size: 12px;}
}
@media only all and (max-width:1024px) {
	.tit-wrap .right:not(.type2) {position:relative;margin-bottom:15px; display: block;}
	.tit-wrap .right.text-right {text-align: left !important;}
	.tit-wrap .right .btn { position: absolute; right: 0; top: -40px;}
	.tit-wrap .right.type2 {} /* 400px에서 내리기 */
	.btn.stype2,.btn.stype3,.btn.stype4,.btn.stype5,.btn.stype6,.btn.stype7 {min-width:74px;}
	.nav-tab li {width:50%;}
	.nav-tab li.on:last-child a:after {display:none;}
	.tbl-view .form-password {width:100%;}
	.tbl-view.type2 .th01 {padding:5px 10px 5px 15px;}
	.tbl-scroll {overflow:auto;}
	.tbl-scroll .tbl-type {width:1024px;}
	.tbl-type .btn-group {padding:5px 0;}
	.tbl-type .btn-group a {margin:2px 0;}
	.tbl-write .form-keyword8 {width:100%;}
	.tbl-write .item-list1.type2 {display:block;margin-bottom:10px;}
	.tbl-write .desc2 {margin-left:0;margin-top:5px;display:block;}
	.tbl-write .tel-wrap {display:flex;}
	.tbl-write .email-wrap {display:flex;}
	.tbl-write .email-wrap input {width:100%;}
	.guide-tooltip .guide-txt.type2 {width:415px;}
	.guide-tooltip .guide-txt.type3 {width:415px;}
	.tbl-header {text-align:left;}
	.tbl-header .btn-group {float:none;}
	.tbl-header .form-group {display:flex;margin-top:10px;}
	.tbl-header .form-category1 {width:50%;}
	.tbl-header .form-category2 {width:100%;}

	.tbl-header .page-view + .form-group { display: inline-block; float: right; width: auto;}
	.tbl-header .page-view + .form-group .form-category1 { width: auto;} 
	.tbl-header .btn-view {padding:0 15px;}
	.modal-wrap {width:90%;}
	.modal-cont {padding:20px 10px;}
	.modal-wrap .btn.mtype1 {min-width:100px;font-size:15px;}
	.modal-foot {padding:0 10px 20px;}


	.tbl-write .form-category { width: 100%; margin: 3px 0;}

	.h3-tit.type2 { font-size: 18px; padding: 5px 0 5px 37px;}
	.bullet-list.flex li { display: block;}
	.bullet-list.type2 li { margin-top: 20px;}
	.bullet-list .tit { font-size: 16px; display: block;}
	.bullet-list .txt { font-size: 14px; display: block; padding-left: 0; margin-top: 5px;}
	.bullet-list .txt br { display: none}
	.timeup-img { margin-top: 30px;}

	.info-left-img { padding-left: 0; font-size: 16px;} 
	.absolute_right { position: relative; display:block; margin-top: 20px; }

	
    .tbl-add-box { display: block; margin-bottom: 30px; }
	.tbl-add-box .left::after { content: ''; display: block; clear: both;}
	.tbl-add-box .left .tit { display: inline;}
	.tbl-add-box .left .txt { display: inline-block; margin: 5px 0;}
    .tbl-add-box .left { width: 100%; border: 0; padding: 0; text-align: left; background:none; display: block; position: relative;   box-sizing: border-box;}
    .tbl-add-box .left br { display: none;}
	.tbl-add-box .left .btn { display: inline-block; width: auto; float: right;  margin-top: 0;}
    .tbl-add-box .f_wrapper { margin-top: 10px; }
    .tbl-add-box .touch { background-color: #f9f9f9;}
	.tbl-add-box .item-list3 { text-align: left;}

	.tit-wrap.line3 { margin-bottom: 10px !important;}
	.tit-wrap.line4 { margin-bottom: 10px !important;}
}
@media only all and (max-width:767px) {
	.mt15 {margin-top:10px !important;}
	.mt20 {margin-top:12px !important;}
	.mt25 {margin-top:15px !important;}
	.mt30 {margin-top:18px !important;}
	.mt35 {margin-top:20px !important;}
	.mt40 {margin-top:23px !important;}
	.mt45 {margin-top:25px !important;}
	.mt50 {margin-top:28px !important;}
	.ml15 {margin-left:5px !important;}

  	.guide-box .inner {padding:15px 15px;}
	.guide-box li {line-height:23px;font-size:15px;}
	.guide-box li .text-blue {font-size:15px;}
	.guide-box li .text-red {font-size:15px;}
	.guide-box.type2 {padding:15px 15px;}
	.h3-tit {margin:35px 0 15px;font-size:20px;}
	.h3-tit span {font-size:17px;}
	.btn-block {margin-top:20px;}
	.btn-block a {margin:0 5px;}
	.btn-block2 {margin-top:20px;}
	.btn-block2 .right {position:relative;}
	.btn-block2 .right .btn.mtype2 {min-width:auto;}

	.btn-block3 { margin-top: 20px;}
	.btn {font-size:18px; padding: 0 10px;}
	.btn.ltype1, .btn.ltype2, .btn.ltype3, .btn.ltype1.type3 {min-width:70px !important;height:55px;line-height:52px; max-width:none;}
	.btn-block .left a, .btn-block3 .left a { margin: 0 6px 0 0;}
	.btn-block .right a, .btn-block3 .right a { margin: 0 0 0 6px;}
	.btn-block3 .btn { margin: 5px 6px;}
	.btn.ltype1.type3 { width: auto;}
	.btn.mtype1, .btn.mtype2, .btn.mtype3 {min-width:150px;font-size:16px;}
	.btn.stype1,.btn.stype9 {font-size:14px;padding:0 5px;min-width:auto;}
	.btn.stype10 {font-size:14px;padding:0 15px;min-width:auto;}
	.btn.stype2,.btn.stype3,.btn.stype4,.btn.stype5,.btn.stype6,.btn.stype7 {min-width:70px;font-size:14px;}
	.btn.dtype1,.btn.dtype2,.btn.dtype3 {min-width:70px;padding:0 5px;font-size:12px;}
	.btn.rtype1,.btn.rtype2,.btn.rtype3 {min-width:70px;font-size:14px;}
	.btn-go {padding:0 45px 0 25px;font-size:16px;background:#4875e7 url('/images/schoolToWork/common/ico_win2.png') no-repeat right 20px top 50%;}
	.btn-block .btn.prev {background:#717171 url('/images/schoolToWork/common/ico_btn_prev.png') no-repeat 8px 50%;}
	.btn-block .btn.next {background:#717171 url('/images/schoolToWork/common/ico_btn_next.png') no-repeat right 8px top 50%;}

	.nav-tab {height:58px;margin-bottom:20px;}
	.nav-tab li a {height:55px;line-height:55px;font-size:20px;}
	.nav-tab li.on a {height:58px;line-height:55px;}
	.nav-tab li.on a:after {top:0;background-size:19px;}

	.list-header {margin-bottom:10px;}
	.list-header .page-view .num {font-size:16px;}
	.list-header .page-view .num em {font-size:20px;}
	.list-header .page-view .form-category {margin:0 0 0 10px;}
	.list-header .form-category {width:100px;margin-right:5px;}
	.list-header .form-keyword {width:240px;margin-right:5px;}	

	.tbl-header .page-view .num {font-size:16px;}
	.tbl-header .page-view .num em {font-size:20px;}
	.tbl-header .btn-group button {width:calc(33.333333% - 6px);margin:0 0 0 3px;height:30px;font-size:14px;margin-bottom:10px;}
	.tbl-header .btn-group button.on {color:#fff;border:1px solid #4875e7;background:#4875e7;}
	.tbl-header .form-group {margin-top:0;}

	.tbl-board {line-height:20px;}
	.tbl-board colgroup {display:none;}
	.tbl-board th {height:auto;padding:13px 2px;font-size:15px;display:none;}
	.tbl-board td {height:auto;padding:13px 2px;font-size:14px;display:none;}
	.tbl-board .subject {padding:10px 2px 10px 10px;}
	.tbl-board .show, .tbl-board .num, .tbl-board .subject, .tbl-board .date {display:table-cell;}
	.tbl-board .num {width:48px;}
	.tbl-board .date {width:90px;font-size:13px;}
	.tbl-board .notice {width:40px;height:26px;line-height:24px;}

	.paginate {margin-top:20px;}
	.paginate a.pre {margin-right:5px;}
	.paginate a.next {margin-left:5px;}
	.paginate a.pre-end,.paginate a.next-end,.paginate a.pre,.paginate a.next {width:30px;padding:6px 11px 7px;}
	.paginate a {padding:6px 11px 7px;margin:0;}
	.paginate.type2 a {padding:3px 8px;font-size:14px;}
	.list-more {margin-top:30px;}
	.list-more a {width:120px;height:36px;line-height:34px;font-size:17px;}

	.view-board .view-tit h3 {font-size:28px;line-height:1.2;}
	.view-board .view-cont {padding:15px 10px 30px;font-size:15px;}
	.view-board .view-desc {padding:10px 10px;}
	.view-board .attach {float:none;margin-top:10px;}
	.view-board .attach li a {font-size:13px;}

	.tbl-view th {padding:5px 5px 5px 10px;font-size:15px;}
	.tbl-view td {padding:5px 5px 5px 10px;font-size:14px;}
	.tbl-view th em {font-size:13px;}
	.tbl-view .col1 {width:150px;}
	.tbl-view .col2 {width:74px;}
	.tbl-view.type4 th {padding:5px 5px 5px 10px;}

	.tbl-write:not(.flicking) colgroup {display:none;}
	.tbl-write:not(.flicking) th {height:auto;padding:10px 15px;font-size:15px;display:block;}
	.tbl-write:not(.flicking) td {height:auto;padding:10px 15px;font-size:14px;display:block;}
	.tbl-write:not(.flicking) th br, .tbl-write:not(.flicking) td br { display: none;}
	.tbl-write:not(.flicking) th br + .small, .tbl-write:not(.flicking) td br + .small { display: inline;}
	.tbl-write .form-keyword {width:100%;}
	.tbl-write .form-keyword2 {width:100%;}
	.tbl-write .form-keyword3 {width:100%;}
	.tbl-write .form-keyword7 {width:100%;}
	.tbl-write .form-category {width:100%;}
	.tbl-write .form-cal {width:100px;}
	.tbl-write .flex .stype1 {min-width:auto;}
	.tbl-write .flex2 {display:flex;margin:5px 0;}
	.tbl-write .flex2 .form-keyword4 {margin-right:6px;width:100%;}
	.tbl-write .flex2 .stype1 {min-width:auto;}
	.tbl-write .item-list2.type3 li {padding-left:0;margin-top:10px;}
	.tbl-write .item-list2.type3 li span {position:relative;margin-bottom:10px;}
	.tbl-write .item-list2.type3 li .form-keyword {width:100%;}
	.tbl-write.type2 th {display:table-cell;}
	.tbl-write.type2 td {display:table-cell;}
	.tbl-write.type2 td.radio-group {width:120px;padding:0;}
	.tbl-write.type2 td.radio-group .space {margin-left:5px;}
	.tbl-write .th-tit {font-size:16px;}
	.tbl-write.type2 .tleft {padding:8px 10px;}
	.tbl-write.type2 .tleft.depth {padding-left:25px;}
	.tbl-write.type2 .td-tit {padding:12px 10px;font-size:16px;}
	.tbl-write .input-group {display:flex;}
	.tbl-write .input-group .form-keyword {margin-right:6px;}
	.tbl-write .desc2 {font-size:14px;}
	.tbl-write .item-list1 li {margin-right:30px;}
	.tbl-desc {font-size:16px;}
	.tbl-write .guide {position:relative;}
	.caution-tooltip {position:static;}
	.caution-tooltip .caution-txt {left:0;top:43px;}
	.caution-tooltip .caution-txt .tit {font-size:16px;}
	.caution-wrap {position:static;}
	.caution-wrap .caution-txt .tit {font-size:16px;}
	.caution-wrap .caution-txt {right:auto;left:0;top:95px;}
	.guide-tooltip {position:static;}
	.guide-tooltip .guide-txt {left:0;top:29px;width:320px;}
	.guide-tooltip .guide-txt.type2 {width:320px;}
	.guide-tooltip .guide-txt.type3 {width:320px;}
	.guide-tooltip .guide-txt .tit {font-size:16px;}

	.tbl-scroll .tbl-type {width:880px;}	
	.tbl-type th {height:42px;font-size:14px;}
	.tbl-type td {height:40px;font-size:14px;}
	.tbl-type .home-link {padding:0 28px 0 10px;font-size:14px;}
	.tbl-type .td01 {padding:5px 2px;}
	.tbl-type .flex .form-keyword {width:55px;}
	.tbl-type.type2 tfoot td {font-size:16px;padding:5px;}
	.tbl-type2 th {height:42px;font-size:16px;}
	.tbl-type2 td {height:40px;font-size:14px;}
	.tbl-type2.line .th01 {font-size:14px;}

	.faq-list li span {left:15px;}
	.faq-list li.answer {padding:20px 20px 20px 60px;line-height:24px;}
	.faq-list li.answer span {left:15px;top:20px;}
	.faq-list li a {padding:12px 50px 12px 60px;font-size:15px;line-height:22px;background:url('/images/schoolToWork/sub/ico_arrow_down.png') no-repeat right 15px top 50%;background-size:16px;}
	.faq-list li.on a {background:#eee url('/images/schoolToWork/sub/ico_arrow_up.png') no-repeat right 15px top 50%;background-size:16px;}
	.faq-list li .desc {margin-top:10px;font-size:14px;line-height:22px;}

	.mainvis .left { width: 100%;}
	.mainvis .right { width: 100%;}
	
	.organ-search-result .item { width: calc(33.3% - 10px); margin: 5px;}
	.organ-search-result .item .tit { font-size: 16px;}
	.organ-search-result .item a { padding: 20px 15px 10px;}
	.organ-search-result .item .area { font-size: 14px; margin-top: 8px;}
	.organ-search-result .item .tel { margin-left: -10px; font-size: 14px;}

	.btn-link { font-size: 14px;}
	.main-btn-box .more-btn { margin-top: 0; font-size: 14px; line-height: 40px; height: 40px; width: 180px;}
	.main-sec02 { margin-top: 40px;}

	.main-sec03 .left { margin-right: 0; width: 100%;}
	.main-sec03 .right { margin-left: 0; width: 100%;}

	.info-left-img { display: block;} 
	.info-left-img .left { padding-left: 50px; position: relative; background: none; height: 40px; box-sizing: border-box; font-weight: 500; padding-top:18px; width: auto; height: auto; display: block; text-align: left; color: #333; height: 50px; background-color: #f8f8f8; border-radius: 0; font-size: 16px;} 
	.info-left-img .left::before { content: ''; display: inline-block; width: 30px; height: 30px; background: #00b5c8 url("/images/schoolToWork/sub/ico_people.png") no-repeat bottom center; position: absolute; background-size: 100%; left: 10px; top: 50%; transform: translateY(-50%); border-radius: 100px;}
	.info-left-img .left br { display: none;}
	.info-left-img .right { width: 100%; padding-left: 0; margin-top:15px;}
	.info-left-img .right ul li { font-size: 14px; line-height: 110%; margin-bottom: 10px;}
	.bullet-list.tab01 {padding-left: 0;} 
	.bullet-list.tab02 {padding-left: 10px;} 

	.gray-box.type2 { padding: 20px;} 
	.col-box .item { font-size: 16px;}
	.col-box .item .txt { font-size: 14px; margin-top: 10px;}
	.center-tit { font-size: 16px;}
	.main-sec03 .list li .list-tit {max-width:100%;}
	.main-sec03 .list li .more { width: 26px; display:none;}
		
	.main-sec03 .list li > a:hover .date { opacity: 1;  } 

	.info-step-box .step-list { margin-top: 20px;}
	.info-step-box > .left { margin-bottom: 30px; width: 100%; padding-right: 0;}
	.info-step-box > .right { margin-bottom: 30px; width: 100%; padding-left: 0;}
	/* .btn-block .btn + .btn, .btn-block2 .btn + .btn, .btn-block3 .btn + .btn { margin: 5px 10px;} */
	.col-box2 { margin: 0 -5px;}
	.col-box2 .item { margin: 0 5px; width: calc(50% - 10px);}

	.empty-txt { font-size: 14px;}
	

	/* .tbl-write .date-wrap { } */
	.date-wrap .form-keyword5 { width: 100%;}

}
@media only all and (max-width:640px) {
	.nav-tab.type2 {height:50px;}
	.nav-tab.type2 li a {height:47px;line-height:47px;font-size:15px;letter-spacing:-1px;}
	.nav-tab.type2 li.on a {height:50px;line-height:47px;}
	.nav-tab.type2 li.on a:after {display:none;}

	.list-header .page-view {padding-bottom:10px}
	.list-header .input-group {position:relative;display:block;padding-right:65px;margin-top:5px;}
	.list-header .form-category {width:100%;}
	.list-header .form-keyword {width:100%;}
	.list-header .btn-search {position:absolute;right:0;top:0;}
	.list-header.type2 .page-view {padding-bottom:0}

	.tbl-view.type2 colgroup {display:none;}
	.tbl-view.type2 th {height:auto;padding:10px;text-align:left;display:block;}
	.tbl-view.type2 td {height:auto;padding:10px;display:block;min-height:38px;}	
	.tbl-view.type2 .th-tit {height:auto;}	
	.tbl-view.type3 colgroup {display:none;}
	.tbl-view.type3 th {height:auto;padding:10px;display:block;}
	.tbl-view.type3 td {height:auto;min-height:38px;padding:10px;display:block;}	
	.tbl-view.type4 colgroup {display:none;}
	.tbl-view.type4 th {height:auto;padding:10px;text-align:left;display:block;}
	.tbl-view.type4 td {height:auto;padding:10px;display:block;min-height:38px;}
	.tbl-scroll.type3 .tbl-type {width:640px;}
	.tbl-scroll .tbl-type2 {width:640px;}	


	.timeup-img .pc { display: none;}
	.timeup-img .mobile { display: block;}
}

@media only all and (max-width:600px) {
	.main-sec02 .mobile { display: block}
	.main-sec02 .pc { display: none}

}


/* 마이페이지(개인) */
.guide-step {text-align:center;}
.guide-step ul {display:inline-block;overflow:hidden;}
.guide-step li {position:relative;float:left;width:90px;margin-left:122px;}
.guide-step li:first-child {margin-left:0;}
.guide-step li:before {content:"";position:absolute;top:31%;left:0;width:300px;height:2px;background:#dbdbdb;}
.guide-step li .ico {position:relative;display:inline-block;width:90px;height:90px;border-radius:100%;border:1px solid #ddd;}
.guide-step li.li01 .ico {background:#fff url('/images/schoolToWork/sub/ico_step1.png') no-repeat 50% 50%;}
.guide-step li.li02 .ico {background:#fff url('/images/schoolToWork/sub/ico_step2.png') no-repeat 50% 50%;}
.guide-step li.li03 .ico {background:#fff url('/images/schoolToWork/sub/ico_step3.png') no-repeat 50% 50%;}
.guide-step li.li04 .ico {background:#fff url('/images/schoolToWork/sub/ico_step4.png') no-repeat 50% 50%;}
.guide-step li .txt1 {margin-top:5px;font-weight:500;}
.guide-step li .txt2 {display:inline-block;width:90px;height:27px;margin-top:4px;line-height:26px;font-size:14px;color:#fff;background:#999;border-radius:30px;}
.guide-step li.on .ico {border:1px solid #4875e7;}
.guide-step li.li01.on .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_step1_on.png') no-repeat 50% 50%;}
.guide-step li.li02.on .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_step2_on.png') no-repeat 50% 50%;}
.guide-step li.li03.on .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_step3_on.png') no-repeat 50% 50%;}
.guide-step li.li04.on .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_step4_on.png') no-repeat 50% 50%;}
.guide-step li.on .txt1 {color:#4875e7;}
.guide-step li.on .txt2 {background:#4875e7;}
.info-box {overflow:hidden;}
.info-box .left {float:left;width:25.5%;}
.info-box .left .box {padding:13px 25px 15px;border:1px solid #dee2eb;margin-right:30px;text-align:center;}
.info-box .left .box li {position:relative;padding-left:10px;font-size:18px;color:#4875e7;font-weight:500;line-height:30px;text-align:left;}
.info-box .left .box li:before {content:"";position:absolute;top:13px;left:0;width:4px;height:4px;background:#333;}
.info-box .left .box li span {display:inline-block;width:85px;color:#333;}
.info-box .left .box .link {display:inline-block;width:200px;height:28px;margin-top:10px;line-height:27px;text-align:center;font-weight:500;font-size:14px;color:#fff !important;vertical-align:middle;white-space:nowrap;background:#4875e7;border-radius:12px;}
.info-box .right {float:left;width:74.5%;}
.info-box .right ul {overflow:hidden;margin-left:-30px;}
.info-box .right ul li {float:left;width:calc(100%/3 - 30px);margin-left:30px;text-align:center;}
.info-box .right ul li dl {height:94px;padding:10px;border:1px solid #dee2eb;background:#f8f8f8;border-radius:10px;}
.info-box .right ul li dt {padding:1px 0 6px;margin-bottom:13px;font-size:16px;color:#4875e7;font-weight:500;border-bottom:1px solid #4875e7;}
.info-box .right ul li dd {font-size:14px;color:#555;}
.info-box .right ul li.last {width:calc(100%/1 - 30px);margin-top:20px;text-align:left;}
.info-box .right ul li .box {height:74px;padding:16px 18px 16px 0;border:1px solid #dee2eb;background:#f8f8f8;border-radius:10px;overflow:hidden;}
.info-box .right ul li .box span {float:left;width:calc(100%/4 - 18px);margin-left:18px;padding-top:8px;display:inline-block;height:41px;border:1px solid #dee2eb;background:#fff;border-radius:10px;text-align:center;font-size:15px;}
.info-box .right ul li .box span em {font-size:16px;font-weight:500;}
.info-box .right ul li .box .text-red {color:#e11b1b !important;}
.request-box {position:relative;display:table;width:100%;height:80px;margin-top:80px;padding:10px 380px 10px 20px;background:#f8f8f8;border:1px solid #e1e1e1;}
.request-box span {display:table-cell;vertical-align:middle;}
.request-box .img {padding-right:10px;}
.request-box .txt1 {color:#555;font-size:22px;font-weight:500;line-height:24px;}
.request-box .txt2 {color:#555;font-size:16px;line-height:18px;text-align:center;}
.request-box .txt2 em {font-size:14px;}
.request-box .txt2 strong {font-weight:500;}
.request-box .link {position:absolute;right:20px;top:14px;display:inline-block;width:268px;height:50px;padding-right:20px;line-height:48px;text-align:center;font-size:18px;color:#555 !important;vertical-align:middle;white-space:nowrap;background:#f8f8f8 url('/images/schoolToWork/sub/ico_win.png') no-repeat right 15px top 50%;border:1px solid #c6c6c6;}
.request-box .btn-link {padding:0;height:auto;border-radius:0;background:transparent;}

.part-step {margin-top:30px;overflow:hidden;text-align:center;}
.part-step ul {margin-left:-16px;overflow:hidden;}
.part-step li {position:relative;float:left;width:calc(100%/4 - 16px);height:90px;margin-left:16px;background:#f8f8f8;border:1px solid #dee3eb;border-radius:5px;}
.part-step li dt {margin:12px 0 10px;font-size:14px;color:#999;}
.part-step li dd {font-size:18px;color:#666;}
.part-step li.on {background:#4875e7;}
.part-step li.on:after {content:"";position:absolute;top:50%;right:-20px;border-top:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #4875e7;transform:translateY(-50%);} 
.part-step li.on dt {color:#fff;}
.part-step li.on:last-child:after {display:none;}
.part-step li.on dd {font-size:20px;color:#fff;font-weight:500;}
.part-step li.on dd span {padding-left:20px;background:url('/images/schoolToWork/sub/ico_check.png') no-repeat 0 50%;}
.part-step.type2 li {width:calc(100%/3 - 16px);}

.end-box {margin-top:50px;padding:50px 10px 40px;background:#f9f9f9;border:1px solid #ddd;text-align:center;line-height:1;}
.end-box dt {margin-bottom:35px;font-size:36px;color:#444;font-weight:500;}
.end-box dd {font-size:30px;color:#444;font-weight:500;}
.end-box dd span {font-size:36px;color:#4875e7;}
.end-box dd.btn-move {margin-top:55px;}
.end-box dd.btn-move a {display:inline-block;width:385px;height:45px;line-height:43px;text-align:center;font-size:24px;color:#fff !important;white-space:nowrap;background:#4875e7;border-radius:20px;}

.deduct-name {padding:20px 40px;font-size:24px;font-weight:500;color:#444;line-height:1.2;border:1px solid #ddd;background:#f9f9f9;}
.deduct-name span {color:#4875e7;}
.deduct-box {overflow:hidden;}
.deduct-box .left {float:left;width:74.5%;}
.deduct-box .left ul {overflow:hidden;margin:-20px 0 0 -30px;}
.deduct-box .left ul li {float:left;width:calc(100%/3 - 30px);margin:20px 0 0 30px;text-align:center;}
.deduct-box .left ul li dl {height:94px;padding:10px;border:1px solid #dee2eb;background:#f8f8f8;border-radius:10px;}
.deduct-box .left ul li dt {padding:1px 0 6px;margin-bottom:13px;font-size:16px;color:#4875e7;font-weight:500;border-bottom:1px solid #4875e7;}
.deduct-box .left ul li dd {font-size:14px;color:#555;}
.deduct-box .right {float:left;width:25.5%;}
.deduct-box .right .h3-tit {margin-left:30px;}
.deduct-box .right .box {padding:1px 14px;margin-left:30px;text-align:center;border:1px solid #dee2eb;background:#f8f8f8;border-radius:10px;overflow:hidden;}
.deduct-box .right .box span {margin:8px 0;padding-top:8px;display:block;height:41px;border:1px solid #dee2eb;background:#fff;border-radius:10px;text-align:center;font-size:15px;}
.deduct-box .right .box span em {font-size:16px;font-weight:500;}
.deduct-box .right .box .text-red {color:#e11b1b !important;}

.pay-history {padding:35px 88px;overflow:hidden;border:1px solid #e9e9e9;background:#fff;border-radius:20px;text-align:center;}
.pay-history ul {overflow:hidden;display:inline-block;}
.pay-history li {float:left;width:75px;height:75px;line-height:73px;margin:15px;font-size:18px;font-weight:700;color:#777;text-align:center;border:1px solid #dee2eb;background:#f8f8f8;border-radius:100%;overflow:hidden;}
.pay-history li.finish {border:0;text-indent:-9999px;background:url('/images/schoolToWork/sub/ico_finish.png') no-repeat 0 50%;background-size:100%;}
.total-sum {margin-top:30px;padding:37px 20px;font-size:30px;font-weight:500;color:#444;line-height:1.2;text-align:center;border:1px solid #dee2eb;background:#f8f8f8;}
.total-sum span {color:#4875e7;}
.total-sum.type2 {margin-top:50px;padding:16px 27px;text-align:left;overflow:hidden;}
.total-sum.type2 span {font-weight:700;float:right;}

/* .satisfy-box {margin-top:80px;padding:55px 105px;border:1px solid #e5e5e5;border-radius:20px;} */
.satisfy-box dt {margin:70px 0 10px 17px;font-size:16px;font-weight:500;text-indent:-17px;}
.satisfy-box dt:first-child {margin-top:0;}
.satisfy-box dt span {font-size:15px;color:#555;font-weight:400;}
.satisfy-box dd {color:#555;}
.satisfy-box label {color:#555;}
.satisfy-box .item-list1 {overflow:hidden;padding:0 200px 0 18px;}
.satisfy-box .item-list1 li {float:left;width:50%;line-height:24px;}
.satisfy-box .item-list2 {overflow:hidden;}
.satisfy-box .item-list2 li {float:left;margin-right:50px;}
.satisfy-box .item-list3 {overflow:hidden;padding-right:380px;}
.satisfy-box .item-list3 li {float:left;width:50%;padding-right:20px;}
.satisfy-box .item-list4 {overflow:hidden;padding-right:150px;}
.satisfy-box .item-list4 li {float:left;width:50%;padding-right:20px;}
.satisfy-box textarea {border:1px solid #d2d2d2;}
.satisfy-box .byte {text-align:right;margin-top:5px;color:#555;}
.satisfy-box .tbl-satisfy {width:100%;border-top:1px solid #d2d2d2;letter-spacing:-1px;}
.satisfy-box .tbl-satisfy th { font-size: 16px; font-weight: 500; height:58px;padding:10px 2px; color:#555;line-height:18px;text-align:center;border-bottom:1px solid #d2d2d2;background:#eee;}
.satisfy-box .tbl-satisfy td {padding:20px 2px;color:#555;line-height:20px;text-align:center;border-bottom:1px solid #d2d2d2;background:#fff; height: 70px;}
.satisfy-box .tbl-satisfy .th-tit {height:auto;font-weight:500;font-size:16px;border-bottom:0;}
.satisfy-box .tbl-satisfy .tleft {padding:5px 2px 5px 15px;text-align:left;}
.satisfy-box .tbl-satisfy .brline {border-right:1px solid #d2d2d2;}
.satisfy-box .tbl-satisfy.type2 th {padding:5px 2px 5px 20px;font-size:16px;text-align:left;background:#f9f9f9;}
.satisfy-box .tbl-satisfy.type2 td {padding:10px 20px 10px 20px;text-align:left;line-height:26px;}
.satisfy-box .tbl-satisfy.type2 .col1 {width:210px;}
.satisfy-box .tbl-satisfy.type2 .stype1 {margin-left:7px;}
.satisfy-box .flex {display:flex;}
.satisfy-box .form-keyword {width:325px;}

table tr.red td { background-color: #fcefef !important;}
table tr.gray td { background-color: #eaeaea !important; color: #999;}
/* 취업활동 선택 팝업 */
table tr.gray td input[type=radio]:disabled + label:before { background-color: #eaeaea !important;}

/* 마이페이지(기업) */
.state-step {margin-top:40px;padding-top:35px;text-align:center;overflow:hidden;}
.state-step ul {margin-left:-130px;}
.state-step ul:after {clear:both;content:"";display:block;}
.state-step li {position:relative;float:left;width:calc(100%/4 - 130px);height:197px;padding-top:43px;margin-left:130px;border:1px solid #dbdbdb;}
.state-step li:before {content:"";position:absolute;top:50%;right:-76px;width:19px;height:35px;transform:translateY(-50%);background:url('/images/schoolToWork/sub/ico_arrow3.png') no-repeat 0 0;}
.state-step li:last-child:before {display:none;}
.state-step li .ico {position:absolute;top:-35px;left:50%;transform:translateX(-50%);display:inline-block;width:70px;height:70px;border-radius:100%;}
.state-step li.li01 .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_state1.png') no-repeat 50% 50%;}
.state-step li.li02 .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_state2.png') no-repeat 50% 50%;}
.state-step li.li03 .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_state3.png') no-repeat 50% 50%;}
.state-step li.li04 .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_state4.png') no-repeat 50% 50%;}
.state-step li.li05 .ico {background:#4875e7 url('/images/schoolToWork/sub/ico_state5.png') no-repeat 50% 50%;}
.state-step li dt {margin-bottom:5px;font-size:16px;color:#4875e7;font-weight:500;}
.state-step li dd {font-size:14px;color:#444;}
.state-step li dd span {display:inline-block;width:50px;text-align:left;}
.state-step li dd em {color:#4875e7;}
.col-box {overflow:hidden;}
.col-box .col-half {float:left;width:50%;}
.col-box .col-half:first-child .tbl-type2 th:last-child,.col-box .col-half:first-child .tbl-type2 td:last-child {border-right:1px solid #aaa;}
.col-box .col-half:last-child .tbl-type2 th:first-child,.col-box .col-half:last-child .tbl-type2 td:first-child {border-left:0;}
.work-box {position:relative;padding-right:180px;overflow:hidden;}
.work-box .left {float:left;width:50%;padding-right:30px;}
.work-box .right {float:left;width:50%;padding-right:30px;}
.work-box .link-request {position:absolute;right:0;top:0;width:180px;height:152px;padding-top:35px;font-size:18px;color:#fff;font-weight:500;text-align:center;background:#4875e7;border-radius:10px;}
.work-box .link-request .link {display:inline-block;width:127px;height:30px;padding-right:15px;margin-top:20px;line-height:28px;text-align:center;font-size:14px;color:#666;white-space:nowrap;background:#fff url('/images/schoolToWork/sub/ico_arrow2.png') no-repeat right 20px top 50%;border-radius:20px;}
.desc-box {margin-top:50px;padding:20px;background:#f9f9f9;border:1px solid #ddd;}
.desc-box dl {overflow:hidden;}
.desc-box dt {margin-bottom:10px;font-size:30px;color:#444;font-weight:500;line-height:1;}
.desc-box dd {float:left;margin-top:12px;margin-right:50px;padding-left:10px;position:relative;font-size:18px;color:#444;font-weight:500;}
.desc-box dd:before {content:"";position:absolute;top:10px;left:0;width:3px;height:3px;background:#444;border-radius:4px;}
.desc-box dd.dd01 {width:100%;}
.desc-box dd span {color:#4875e7;font-weight:700;}
.support-box {padding:70px 0 55px;border-top:2px solid #4875e7;border-bottom:1px solid #aaa;text-align:center;}
.support-box p {font-size:16px;font-weight:500;}
.history-tab {margin-bottom:10px;}
.history-tab button {display:inline-block;padding:0 25px;height:30px;margin-right:17px;line-height:28px;font-size:16px;text-align:center;font-weight:500;color:#777 !important;background:#fff;border:1px solid #d2d2d2;vertical-align:middle;white-space:nowrap;border-radius:30px;}
.history-tab button.on {color:#fff !important;background:#4875e7;border:1px solid #4875e7;}

/* 마이페이지 상담이력조회 */
.tab-btn-box { margin-bottom: 40px; border-bottom: 2px solid #4875e7; font-size: 0; display: block; border-top: 1px solid #ccc; display: flex;} 
.tab-btn-box > * { font-size: 14px;}
.tab-btn-box .item { display: inline-block;}
.tab-btn-box a { position: relative; width: 205px; box-sizing: border-box; display: inline-block; text-align: center; min-height: 50px; padding: 16px 10px 0;  word-break: keep-all; vertical-align: top; font-weight: 600; z-index: 1; font-size: 20px;color: #666; }
.tab-btn-box .active { z-index: 1; color: #4875e7;}
.tab-btn-box .active::before { content: ''; background: #fff; border:2px solid #4875e7; border-bottom: 0; height: calc(100% + 3px); position: absolute; left: 0; top: -1px; width: 100%; box-sizing: border-box; z-index: -1;}
.tab-btn-box .active::after{ content: ''; display: inline-block; height: 100%; right: -24px; width: 24px; position: absolute; top: 0; background:#fff url('/images/schoolToWork/sub/active_bg.png') no-repeat; background-size: 100% 100%;}

.tab-btn-box a:last-child::after { display: none;}
.date-col-wrap { width: 430px; display: flex; justify-content: center; margin: 0 auto;}
.tbl-write.date-col-table td { padding: 5px;}


/* 첨부파일 커스텀 s */
.file_wrp { position: relative; font-size: 12px; color: #424242; padding: 10px; box-sizing: border-box;}
.file_wrp .lh13 { line-height: 14px !important;}
.file_wrp .file_list { display: block; width: 100%; padding: 5px 15px; border: 1px solid #c5cbd2; box-sizing: border-box;}
.file_wrp .file_list li { margin-bottom: 2px;}
.file_wrp .file_btn { position: absolute; right: 0; bottom: -3px;}
.file_wrp .file_btn > p { position: absolute; left: 0; top: 0; width: 90px; height:30px; overflow: hidden;}
.file_wrp .file_btn input[type="file"] { position: relative; width: 100%; height: 30px; cursor: pointer; -ms-filter: alpha(opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity:0;}
.file_wrp .file_btn .btn {position: relative; display: inline-block; padding: 0 9px; min-width: 70px; height: 28px; line-height: 28px; border: 1px solid #c5cbd2; background: #fff; font-size: 13px; color: #424242; text-align: center; z-index: 1;}
.file_wrp .file_btn input.btn { height: 30px;}
.fil-itmnode input[type="checkbox"] { position: relative !important; left: 0 !important;}

.btn_wht { display: inline-block; padding: 0 8px 0 9px; height: 28px; line-height: 28px; border: 1px solid #c5cbd2; background: #fff; color: #fff; font-weight: 600; color: #000; letter-spacing: -.5px; font-size: 13px;}
.btn_wht.del { width: 66px; color: #575757;}
.btn_wht.add { padding: 0 12px;}
.btn_wht.add span::before { display: inline-block; margin-right: 3px; width: 8px; background: url("/images/schoolToWork/experi/contents/btn/btn_ico.png") 0 -30px no-repeat; content: '';}
.btn_wht:hover, .btn_wht:focus { text-decoration: none;}
/* 첨부파일 커스텀 e */




/* IAP 결과관리 상세 */
.filebox { margin: 5px 0; border-bottom: 1px dotted #ddd; padding: 5px 10px;} 
.filebox:last-child { border-bottom: 0;}
.filebox .file-txt-wrap { display: inline-block; vertical-align: middle;}
.filebox .file-btn-box { display: inline-block; margin-left: 10px; vertical-align: middle;}
.filebox .txt { margin-right: 15px; min-width: 450px; display: inline-block;}
.filebox .del-btn { width: 30px; height: 30px;padding: 0; display: inline-block; text-indent: -99999px; margin-left: 4px; background: #fff url("/images/schoolToWork/sub/ico_del.png") no-repeat center; border: 1px solid #aaa; box-sizing: border-box;}




/* 사이트맵 */
.sitemap-box {width:940px;margin:60px auto 130px;display: flex;}
.sitemap-box h3 {margin-bottom:20px;font-size:24px;font-weight:500;}
.sitemap-box > .site {  vertical-align: top; width:calc(25% - 10px); margin: 0 5px; text-align: center; }
.sitemap-box > .site h3 { text-align: center; background-color: #f9f9f9; padding: 16px 5px; border: 1px solid #ddd; margin-bottom: 0;}
.sitemap-box > .site > ul {padding:20px; height: 100%;box-sizing: border-box; text-align: left; box-sizing: border-box; border: 1px solid #ddd; border-top: 0;}
.sitemap-box > .site > ul ul {padding-left:10px;}
.sitemap-box li a {font-size:15px;color:#444;line-height:24px;}
.sitemap-box li a:hover {color:#3683c3;}
.sitemap-box li:before {content:"•";margin:0 6px 3px 0;}
.sitemap-box li li:before {content:"ㄴ";margin:0 3px 0 0;}

/* 포인트관리 */
.toggle-cont { padding: 10px 0;}
.slide-toggle-btn { font-size: 0; width: 80px; text-align: center; display: inline-block;}
.tg-btn { margin: 0 3px; display: inline-block; font-size: 14px; width:28px; height: 28px; border-radius: 100px; text-indent: -99999px;border: 2px solid #666; }
.tg-btn.tg-open {  background: url("/images/schoolToWork/common/list_next.png") no-repeat 50% 55%; }
.tg-btn.btn-on {background: url("/images/schoolToWork/common/list_prev.png") no-repeat 50% 45%; }
.tg-btn.tg-del { border: 0; background: #666 url("/images/schoolToWork/common/ico_close.png") no-repeat center; }
.toggle-tr { display: none;}
.toggle-tr.on { display: table-row;;}

.total-wrap { padding: 20px; line-height: 140%; box-sizing: border-box; background-color: #f4f9ff; margin-top: 20px;}
.total-wrap .total-box { margin-bottom: 10px; text-align: center; font-size: 20px; font-weight: 500;}
.total-wrap .total-box i { font-style: normal;}
.total-wrap .total-box .total { margin-left: 10px;} 


/* 포인트관리 등록 */
.td-price-box {display: flex; align-items: center;}
.td-price-box.center { justify-content: center;}
.td-price-box.right { justify-content: flex-end;}
.td-price-box .txt { min-width: 60px;}
.td-price-box .price-box {display: inline-block; width: 110px; margin: 0 5px;}
.td-price-box .price-box.type2 { width: 100%; max-width: 220px;}


.agree-pop-info { padding: 0 20px; box-sizing: border-box;}
.agree-pop-info .tit-wrap { word-break: keep-all; display: inline-block; width: 100%; letter-spacing: -.8px; font-weight: 600;font-family: 'LotteMartHappy'; font-size: 36px; line-height: 110%; text-align: center; border-bottom: 1px dashed #ddd; padding-bottom: 20px;}
.agree-pop-info .tit-wrap .tit1 { font-size: .85em;}
.agree-pop-info .tit-wrap .tit2 { color: #3f6bdb;}



/* popup  */
.popup-wrap {width:1260px;padding:0 15px 30px;}

/* 로딩 */
.worknet-loading {position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999; background:url(/images/youthJob/contents/bg-loading-black.png) 0 0 repeat;}
.worknet-loading .inner {position:fixed; top:50%; left:50%; margin-left:-200px; margin-top:-60px; z-index:9998; border:1px solid #000; background-color:#fff;}
.worknet-loading .popinner {position:fixed; top:50%; left:30%; z-index:9998; border:1px solid #000; background-color:#fff;}


@media only all and (max-width:1240px) {
	.main-sec01 .organ-search { text-align: center; padding: 70px 20px 30px; border-radius: 0;}
	.main-sec01 .organ-search .btn-group { width: 100%; display: block; }
	.main-sec01 .organ-result { margin-left: 0; margin-right: 0; position: absolute; top: 20px; left: 0; width: 100%; text-align: center; float: none;}
	.main-sec01 .organ-search .more { position: relative; right: auto; top: auto; transform:none; margin: 20px auto 0; display: block; height: 30px; line-height: 30px; font-size: 14px; }
	.main-sec01 .organ-search button { margin-bottom: 5px; line-height: 100%; padding: 8px 10px; height: auto; }

	.bottom-btn-box .btn { font-size: 28px;}



}

@media only all and (max-width:1024px) {	
	.guide-step li {margin-left:100px;}
	.info-box .left {float:none;width:auto;}
	.info-box .left .box {margin-right:0;}
	.info-box .left .box ul {overflow:hidden;}
	.info-box .left .box li {float:left;width:25%;}
	.info-box .left .box .link {margin-top:15px;}
	.info-box .right {float:none;width:auto;}
	.info-box .right ul li .box {height:auto;padding:4px 18px 16px 0;}
	.info-box .right ul li .box span {float:left;width:calc(100%/2 - 18px);margin-top:12px;}	
	.request-box {display:block;height:auto;padding:15px 20px 15px 20px;}
	.request-box .img {padding-right:0;width:15%;}
	.request-box .txt1 {width:35%;}
	.request-box .txt2 {width:35%;}
	.request-box .btn-link {display:block;margin-top:20px;text-align:center;}
	.request-box .link {position:relative;right:auto;top:auto;}
	.deduct-box .left {float:none;width:auto;}
	.deduct-box .right {float:none;width:auto;}
	.deduct-box .right .h3-tit {margin-left:0;}
	.deduct-box .right .box {margin-left:0;}
	.pay-history {padding:35px 10px;}
	.part-step li dd {font-size:16px;}
	.part-step li.on dd {font-size:18px;}
	.satisfy-box {padding:55px 30px;}
	.satisfy-box .item-list1 {padding:0 0 0 18px;}
	.satisfy-box .item-list3 {padding-right:0;}
	.satisfy-box .item-list4 {padding-right:0;}
	.state-step ul {margin-left:-50px;}
	.state-step li {width:calc(100%/4 - 50px);padding-top:43px;margin-left:50px;}
	.state-step li:before {right:-36px;}
	.bottom-btn-box { margin-top: 30px;}
	.bottom-btn-box .btn { font-size: 18px;}
	/* .select-col { text-align: left !important; display: flex;} */
	.tab-btn-box a { padding: 16px 0 0; font-size: 17px; }
	.p-info-txt .right .txt-wrap { font-size: .9em;}
	.date-col-wrap { width: auto; display: block;}
	.date-col-wrap > .flex { display: block; margin: 0 auto;}
	.date-col-wrap .select-col { text-align: center;}


	.sitemap-box { display: block; font-size: 0; width: auto;}
	.sitemap-box > .site { display: inline-block; margin: 5px; width: calc(50% - 10px);}
	.sitemap-box > .site > ul { border: 0;}
	
	.agree-pop-info .tit-wrap { font-size: 28px;}
}
@media only all and (max-width:767px) {
	.guide-step li {margin-left:50px;}
	.info-box .left .box li {width:50%;font-size:17px;}
	.info-box .right ul {margin-left:-15px;}
	.info-box .right ul li {width:calc(100%/3 - 15px);margin-left:15px;}
	.info-box .right ul li.last {width:calc(100%/1 - 15px);margin-top:10px;}
	.info-box .right ul li dt {font-size:15px;}
	.info-box .right ul li .box {padding:4px 10px 12px 0;}
	.info-box .right ul li .box span {width:calc(100%/2 - 10px);margin-left:10px;margin-top:8px;font-size:13px;}
	.info-box .right ul li .box span em {font-size:15px;}
	.request-box {margin-top:40px;}
	.request-box .img {display:none;}
	.request-box .txt1 {width:100%;display:block;font-size:20px;text-align:center;}
	.request-box .txt2 {width:100%;display:block;font-size:15px;text-align:center;margin-top:15px;}
	.request-box .txt2 em {font-size:13px;}
	.request-box .link {width:250px;font-size:16px;}
	.part-step li {width:calc(100%/2 - 16px);margin-bottom:10px;}
	.part-step li dd {font-size:15px;}
	.part-step li.on dd {font-size:16px;}
	.part-step.type2 li.on dd {font-size:14px;}
	.end-box {margin-top:25px;}
	.end-box dt {font-size:28px;}
	.end-box dd {font-size:24px;line-height:1.2;}
	.end-box dd span {font-size:26px;}
	.end-box dd.btn-move a {width:300px;font-size:20px;}
	.deduct-name {padding:20px 20px;font-size:20px;}
	.deduct-box .left ul {margin:-10px 0 0 -15px;}
	.deduct-box .left ul li {width:calc(100%/1 - 15px);margin:10px 0 0 15px;}	
	.deduct-box .left ul li dd {font-size:14px;color:#555;}
	.deduct-box .right .box span {font-size:13px;}
	.deduct-box .right .box span em {font-size:15px;}
	.pay-history {padding:25px 10px;}
	.pay-history li {width:64px;height:64px;line-height:62px;margin:7px;font-size:16px;}
	.total-sum {margin-top:20px;padding:30px 20px;font-size:21px;}
	.satisfy-box {padding:0;}
	.satisfy-box dt {margin:40px 17px 10px;font-size:15px;}
	.satisfy-box dt br {display:none;}
	.satisfy-box dt span {font-size:14px;}
	.satisfy-box .item-list1 {padding:0 0 0 10px;}
	.satisfy-box .item-list1 li {float:none;width:auto;}
	.satisfy-box .item-list3 {padding-right:0;}
	.satisfy-box .item-list3 li {float:none;width:auto;padding-right:0;}
	.satisfy-box .item-list4 li {float:none;width:auto;padding-right:0;}
	.satisfy-box textarea {height:100px !important;}
	.satisfy-box .tbl-satisfy th {height:auto;padding:6px 2px;}
	.satisfy-box .tbl-satisfy td {padding:15px 2px;}
	.satisfy-box .tbl-satisfy .th-tit {font-size:15px;}
	.satisfy-box .tbl-satisfy .tleft {padding:5px 2px 5px 10px; word-break: keep-all;}
	.satisfy-box .tbl-satisfy.type2 colgroup {display:none;}
	.satisfy-box .tbl-satisfy.type2 th {padding:12px 2px 12px 20px;font-size:15px;display:block;font-weight:500;}
	.satisfy-box .tbl-satisfy.type2 td {display:block;}
	.satisfy-box .form-keyword {width:100%;}
	.state-step ul {margin-left:0;}
	.state-step li {float:none;width:100%;height:auto;margin-left:0;padding-bottom:15px;margin-bottom:80px;}
	.state-step li:last-child {margin-bottom:0;}
	.state-step li:before {top:auto;right:auto;left:50%;bottom:-40px;margin-left:-10px;transform:rotate(90deg);}
	.col-box .col-half {float:none;width:auto;}
	.col-box .col-half:first-child .tbl-type2 th:last-child,.col-box .col-half:first-child .tbl-type2 td:last-child {border-right:1px solid #ddd;}
	.col-box .col-half:last-child .tbl-type2 th:first-child,.col-box .col-half:last-child .tbl-type2 td:first-child {border-left:1px solid #ddd;}
	.col-box .col-half:last-child .tbl-type2 {margin-top:30px;}
	.work-box {padding-right:0;}
	.work-box .left {float:none;width:auto;padding-right:0;}
	.work-box .right {float:none;width:auto;padding-right:0;margin-top:30px;}
	.work-box .link-request {position:relative;width:auto;height:auto;padding:15px 0;font-size:16px;margin-top:30px;}
	.work-box .link-request br {display:none;}
	.work-box .link-request p {display:inline-block;}
	.work-box .link-request .link {width:110px;height:30px;padding-right:25px;margin-top:0;background:#fff url('/images/schoolToWork/sub/ico_arrow2.png') no-repeat right 15px top 50%;margin-left:10px;}
	.desc-box {margin-top:30px;}
	.desc-box dt {margin-bottom:10px;font-size:22px;}
	.desc-box dd {float:none;margin-top:8px;margin-right:0;font-size:16px;color:#444;}
	.support-box {padding:50px 0;}
	.support-box p {font-size:15px;}
	.main-sec03 { padding: 60px 0;}
	.main-sec03 .right { margin-top: 40px;}
	.main-sec03 .tit { font-size: 20px;}
	.main-sec03 .list li { font-size: 14px;}
	.main-sec03 .list li > a { padding: 13px 0 11px; height:auto;}
	.agree-date { font-size: 20px; text-align: left;}

	.info-step-box .step-list li { flex-direction: column; align-items: flex-start; text-align: left; justify-content: center;}
	.info-step-box .step-list li .tit { padding-right: 0;}
	.info-step-box .step-list li .right { text-align: left; width: 100%; position: relative; display: block;}


	.tab-btn-box {display: block; border: 0;}
	.tab-btn-box a { width: calc(33.3% - 10px); margin: 5px; border: 1px solid #ddd; padding: 16px 0 0; min-height: auto; padding: 5px; font-size: 13px; background-color: #f6f6f6;}
	.tab-btn-box .active::before { border: 2px solid #4875e7;}
	.tab-btn-box .active::after { display: none;}
	.td-txt-wrap { min-height: 80px;}

	
    .f_wrapper { margin-top: 25px;}
	.f_wrapper table { margin-top: 0 !important;}
	.f_wrapper_inner { position: relative; padding-top: 35px;}
	.f_scroller { overflow-x: auto; width: 100%;}
	.f_wrapper .touch { display: block;}
	.f_wrapper .flicking { width: 800px;}
	.f_wrapper .flicking.type3 { width: 1200px;}

	.select-col { display: block; text-align: left;}
	.select-col select, .select-col .mg2 { margin-top: 3px; margin-bottom: 3px;}

	.p-info-txt .right .txt-wrap { font-size: .7em;}
	

	.f_wrapper .date-col-table { width: 1200px;}

	.sitemap-box { margin-bottom: 60px;}
	.sitemap-box > .site h3 { font-size: 20px;}

	.filebox { display: flex; justify-content: space-between; padding: 5px 0;}
	.filebox .txt { min-width: auto;}

	.agree-pop-info { padding: 0;}
	.agree-pop-info .tit-wrap { font-size: 20px;}
	.agree-pop-info .size2 { font-size: 1em !important;}
}
@media only all and (max-width:640px) {
	.guide-step li {width:50%;margin-left:0;}
	.guide-step li:before {background:none;}
	.guide-step li:after {content:"";position:absolute;top:50%;right:-15px;width:24px;height:24px;background:url('/images/schoolToWork/sub/step_arrow.png') no-repeat 0 0;background-size:14px;}
	.guide-step li.li01:after {transform:translateY(-50%);}
	.guide-step li.li02:after {bottom:-45px;top:auto;right:43.5%;transform:rotate(90deg);}
	.guide-step li.li03:after {left:-15px;top:45%;right:auto;transform:rotate(-180deg);}
	.guide-step li.li04:after {display:none;}
	.guide-step li.li03 {float:right;margin-top:50px;}
	.guide-step li.li04 {margin-top:50px;}
	.info-box .right ul {margin-left:0;}
	.info-box .right ul li {width:calc(100%/1 - 0px);margin-left:0;margin-bottom:15px;}
	.info-box .right ul li.last {width:calc(100%/1 - 0px);margin-top:0;}
	.info-box .right ul li .box span {width:calc(100%/1 - 0px);margin-left:0;}
	.satisfy-box .tbl-scroll .tbl-satisfy {width:640px;}
	/* s */
	.list-header .page-view { width: 100%;}
	.list-header .page-view .num { float: left;}
	.list-header .page-view .num + .form-category { float: right;}
	.paginate a { padding: 6px 6px 7px;}
	.view-board .view-tit h3 { font-size: 20px;}
	.bottom-btn-box .btn { font-size: 14px; width: calc(50% - 10px); margin: 5px;}

	.tab-btn-box a { }
	.tab-btn-box .active::after { right: -14px; width: 14px;}
	.p-info-txt .left { max-width: 260px;}
	.p-info-txt .left .p-box { height: 100%;}
	.p-info-txt .right { width: calc(100% - 260px);}
	.p-info-txt .right .txt-wrap { font-size: .6em;}
	
	.filebox .file-txt-wrap {display: flex; flex-direction: column; justify-content: center; }
	.filebox .file-btn-box { float: right; display: flex; align-items: center; flex-direction: column; justify-content: center;}
	.filebox .file-btn-box .btn { width: 100%; margin: 2px 0; width: 50px; font-size: 13px;}
}
@media only all and (max-width:480px) {
	.info-box .left .box li {float:none;width:100%;}

	.organ-search-result .item { width:calc(50% - 10px);}
	.btn.mtype1,.btn.mtype2,.btn.mtype3 {min-width:100px;} 
	.paginate a { padding: 4px 2px 4px; margin: 2px 0;}
	.paginate a.pre-end, .paginate a.next-end, .paginate a.pre, .paginate a.next { width: 20px; padding: 4px 11px 4px; margin: 2px 0;}
	.btn.ltype1, .btn.ltype2, .btn.ltype3 { line-height: 38px; height: 40px; }
	.modal-wrap .modal-cont {padding: 15px 20px;}
	.btn-go2 { height: 40px; line-height: 40px;}
	.btn { font-size: 16px;}

	.col-box .item { width: 100%; padding: 0; margin-bottom: 20px;}
	.tip-list { margin-top: 10px;}
	.bottom-btn-box .btn {  width: 100%; margin: 5px 0; display: block; padding: 14px 10px; font-size: 16px;}

	.p-info-txt { height: auto;}
	.p-info-txt .left { max-width: 100%;}
	.p-info-txt .right { width: 100%;}
	.tit-wrap .right.type2 {display: block; text-align: left; position: relative; margin-bottom: 10px;} /* 400px에서 내리기 */
}