
@font-face {
    font-family: 'establishRetrosansOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/establishRetrosansOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#wrapper{min-width: 1240px;}
#sub_tit0{background: url(../images/subTop.jpg)50% 0 no-repeat fixed; height: 300px; display: table; width: 100%;}
.sub_tit0_box{display: table-cell; vertical-align: middle; animation-name: stitle_motion; animation-duration: 1.5s; animation-iteration-count: 1;}

@keyframes svisual_motion {
  0% {opacity: 0.3;}
  100% {opacity: 0;}
}

@keyframes stitle_motion {
  0% {opacity: 0; transform:translateY(-100px); -webkit-transform:translateY(-100px);}
  50% {opacity: 0.5; transform:translateY(15px); -webkit-transform:translateY(15px);}
  100% {opacity: 1; transform:translateY(0); -webkit-transform:translateY(0);}
}

#sub_tit0 h1{color: #fff; font-size: 21px; text-transform: uppercase; letter-spacing: 8px; font-family: 'GmarketSansLight', sans-serif; font-weight: 100; text-align: center;}
#sub_tit0 h2{color: #fff; text-align: center; font-size: 35px; font-weight: 600; letter-spacing: -1px;}
#sub_tit0 h2 span{margin-left: 5px; font-size: 22px; font-weight: 100;}
#sub_tit0 h5{color: #fff; text-transform: uppercase; text-align: center; font-size: 20px; font-weight: 100; letter-spacing: -0.5px;}
#sub_tit0 h5 span{margin-left: 5px; font-size: 15px; font-weight: 100;}



#sub_contents{width: 1240px; padding: 30px 20px 100px; display: table; margin: 0 auto;}
#sub_contents p{text-align: justify;}
/* Animation */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;

  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}

h1.tit {font-size: 25px;; line-height: 5rem; font-weight: 600; color: #000; letter-spacing: 0; word-break: keep-all; position: relative; clear: both;}
h1.tit span{background: #fff; display: inline-block; color: #000; padding-right: 4%;}
h1.tit:after{content:''; position:absolute; width: 100%; height:1px; background: #CED5DB; top: 50%; right: 0; z-index: -1;}



#sub_contents h4 {font-size:24px; color:#360187; font-weight: 600; padding:0px 0px 0px 20px; margin:40px 0px 10px 0px; line-height:130%; position: relative; clear: both; width: 100%;}
#sub_contents h4:before {display: block; content: ""; width:7px; height:21px; background:#360187; position: absolute; left: 0px; top:2px;}


#sub_contents h5{color: #5243e3; font-weight: 500; font-size: 18px; margin: 30px 0 5px;}

#ft{background: #222222; color: #DFDFDF;}

.flex{display:flex;}
.sub_txt{margin-bottom: 80px;}
.location_wrap {text-align: center;}
.sub_txt h3.title{text-align: center; margin: 0 0 5px; text-transform: uppercase; font-size: 25px; font-weight: 500;}
.location {position: relative; display: inline-block; vertical-align: top; margin-top:0px; line-height:30px; height:30px; font-size:14px;}
.location span {display:inline-block; zoom:1; *display:inline; padding-left:20px; margin-left:14px; background:url(../images/sub/location.png) no-repeat left center; color:#666; font-weight:300; letter-spacing: -0.3px;}
.location span:first-child {padding-left:0px; margin-left:0px; background:none}
.location #location_2 {font-weight:400; color: #333}


#sub_contents table{width: 100%;text-align: center;border-top:2px solid #2d209d; border-spacing: 0;}
#sub_contents table tr th, #sub_contents table tr td{border:1px solid #ccc; border-width:0 1px 1px 0; font-size: 14px; padding: 10px; word-break: keep-all;}
#sub_contents table tr th{padding: 15px 0; font-size: 16px; font-weight: 500;background: #f2eff5;border:1px solid #ccc;border-width:0 1px 1px 0;text-align: center;}
#sub_contents table tr th:last-child, #sub_contents table tr td:last-child{border-width:0 0 1px 0;}
table .bR1{border-right: 1px solid #ccc !important;}

/*대회안내*/
.info li{display:flex; justify-content:flex-strart; align-items:baseline; margin-bottom:20px;}
.info .tit{width:130px; flex-shrink:0; border-top-right-radius:30px; border-bottom-right-radius:30px; color:#fff; background:linear-gradient(1deg, #5218af, #7535b9); text-align:center; font-weight:bold; padding:10px; margin-right:20px;}
.info span{color:#6e6e6e; font-size:0.91rem;}
.info .con{width:500px;}



/* Slideshow container */
.sliderWrap{position: relative; float: left;}
.slider {list-style:none; overflow:hidden; height: 100%}
.slider:after {content:''; display:block; clear:both;}
.slider li {position:absolute; top:0; left:0; width:100%; height:320px; opacity:0;}
.slider li div {width:100%; height:100%; background-repeat: no-repeat; position:relative;}
.btn {text-align:right; position: relative; bottom: 60px; right: 0;}
.btn button {border: 0; background: #000; color: #fff; font-size: 1.5rem; cursor: pointer; width: 60px; height: 60px; line-height: 63px; opacity: 0.8;}
.btn button.prev{position: absolute; right: 60px;}
.btn button:hover{background: #559d20; opacity: 1;}

#sub_contents .inner h5{color: #0163ac; margin-top: 15px;}
.insttnBox{margin: 0; position: relative;}
.insttnBox > .bg{position: absolute; top: 0; left: 50%; width: 1903px; transform: translateX(-50%); background: #eaeaea; height: 500px; content: ''; z-index: -1;}
.insttnBox:before{}

.insttnBox > strong{display:inline-block;width: 100%;line-height: 1;font-size: 2.25rem;font-weight: 400;padding-bottom: 20px;}

.withimg{width:30%;min-width:25rem;float: left;margin-right:1.25rem;box-sizing: border-box;}
.rimgList+.withimg{width: 27.81rem;float: left;}
.rimgList+.withimg li{float: left; font-size: 1rem; margin-right: 0.9375rem;}
.rimgList+.withimg li:last-child{margin-right: 0;}
.rimgList+.withimg li span{font-size: 1rem;}
.rimgList{float: left;} .rimgList li{text-align: center;} .rimgList li img{display: block;}

.insttnSlide{margin-right: 3.875rem;margin-left: -4.625rem;}

.insttnBox .insttntxt{display: inline-block;width: 468px;float: left;}
.insttnBox .insttntxt ul{display: inline-block;width: 100%;height: 100%;box-sizing: border-box;}
.insttnBox .insttntxt ul li{display: inline-block; position: relative;width: 100%;min-height: 2.625rem; font-size: 1rem;padding: 0 0 0 98px; border: 0;}
.insttnBox .insttntxt ul li span{display:inline-block;position: absolute;width: 86px;font-weight: 400;padding: 7px 15px 4px;border: 2px solid #559d20; color: #559d20; border-radius: 30px; text-align: center;float: left;top: 0;left: 0; font-size: 15px;}
.insttnBox .insttntxt ul li p{font-size: 15px;}
.insttnBox .insttntxt ul li span+p{min-height: 2.625rem; padding-top: 9px;}
.insttnBox .insttntxt ul li.phone span+p{color:#0163ac;font-size: 1.125rem;font-weight: 500;}

.medcenterList{display:inline-block;width: 100%;border:1px solid #a6a6a6;border-width:1px 0 0 1px;box-sizing: border-box;}
.medcenterList > li{width: 50%;height: 14.63rem; font-size: 1rem;padding: 2.125rem 1.875rem;float: left;border:1px solid #a6a6a6;border-width:0 1px 1px 0;box-sizing: border-box}
.medcenterList > li img{display: inline-block;width: 12.5rem;height: 9.375rem;float: left;border-radius: 0.625rem;margin-right: 1.625rem;}
.medcenterList > li div{display: inline-block;width: calc(100% - 14.125rem); float: left;}
.medcenterList > li div strong{display:inline-block;width: 100%;color:#009473;font-size: 1.125rem;padding-bottom: 1.125rem;}
.medcenterList > li div ul{display:inline-block;width: 100%;}
.medcenterList > li div ul li{display: inline-block;position: relative;width: 100%;letter-spacing: -1px; padding-left: 0.625rem;box-sizing: border-box;}
.medcenterList > li div ul li:before{display: inline-block;position: absolute;content:"";width: 5px;height: 1px;background: #000;top:10px;left: 0;}


ul, ol{padding: 0; list-style: none;} li{list-style: none;}
.basicu{position: relative;margin-bottom: 1rem;font-size: 1rem;}
.basicu .broken{display: inline-block; width:auto;float: left;padding-right: 3.5rem;}
.basicu li{display:inline-block;width: 100%;}
.basicu > li{position: relative;padding-left:0.875rem;margin-bottom: 0.5rem;}
.basicu > li:before{display: inline-block;position: absolute;content:"";width:5px;height: 5px;margin-top:-0.25rem;background:#6dc72b;border-radius: 100%;top: 0.875rem;left: 0;}
.basicu > li b{font-weight: 500;}
.boxWrap{width: 100%;padding: 1.25rem 1.75rem;margin: 0.75rem 0;background: #f3f5fa;border-radius: 0.5rem;box-sizing: border-box;}
.basicu > li ul,
.basicu > li ol{margin-top: 0.5rem;}
.basicu > li > ul li,
.basicu > li > ol li{position: relative;padding-left:0.5rem;margin-bottom: 0.4rem;}
.basicu > li > ul > li:before,
.basicu > li > ol > li:before{display: inline-block;position: absolute;content:"";width:0.25rem;height:1px;background: #000;left:0;top: 0.7rem;}
.basicu > li > ul > li > ul >li:before,
.basicu > li > ol > li > ul >li:before,
.basicu > li > ul > li > ol >li:before,
.basicu > li > ol > li > ol >li:before{display: inline-block;position: absolute;content:"";width:2px;height:2px;background: #000;left:0;top: 0.7rem;}



.inTb{position: relative;margin-top: 0.625rem;padding:1.875rem 0;}
.inTb.on:after{display: inline-block;position: absolute;content:"";width:3.25rem;height: 1.375rem;background:url(../images/layout/tablescl.png) no-repeat center; top:0;right:0;}
.tableWrap{overflow: auto;}
.tableWrap table{width: 100%;text-align: center;border-top:2px solid #406f64;/*border-bottom:1px solid #ccc;*/}
.tableWrap table th{padding: 1rem 0;}
.tableWrap table tr th,.tableWrap table tr td{border:1px solid #ccc; border-width:0 1px 1px 0}
.tableWrap table thead tr th{font-weight: 400;background: #e8efed;border:1px solid #ccc;border-width:0 1px 1px 0;text-align: center;}
.tableWrap table thead tr th:last-child{border-width:0 0 1px 0;}

.boxTxt{display: inline-block;width: 100%;padding: 2.5rem;margin-bottom: 1rem;background: #eeeff4;box-sizing: border-box;}
.boxTxt_B{display: inline-block;width: 100%;padding: 2.5rem;margin-bottom: 1rem;background: #fff;border:1px solid #ccc;box-sizing: border-box;}


.greeting_box{display: flex; flex-direction:row; align-items: flex-start;}



/*채용박람회*/
.job_h{text-align:center; font-size:2.3rem; position:relative;}
.job_h::before{position:absolute; content:""; width:25px; height:25px; background:#20008063; border-radius:50px; left:247px; top:5px;}
.job_h::after{position:absolute; content:""; width:15px; height:15px; background:#5ca0af61; border-radius:50px; left:269px; top:-5px;}
.co_list_w{background:#f6f4fd;}
.co_list_w h2{text-align:center; background:#261950fa; color:#fff; padding:8px;}
.co_list_w ul{display:flex; flex-wrap:wrap; padding:17px; gap:11px;}
.co_list_w ul li{ border:1px solid #eaeaea;}
.co_list_w ul li:hover{cursor: pointer;}

/*행사장안내*/
.tra{display:flex; justify-content:center;}
.tra a img:nth-of-type(2){display:none;}
.tra a:hover img:first-of-type{display:none;}
.tra a:hover img:nth-of-type(2){display:block;}

/*연사소개*/
.note_info{padding:20px;}
.note_info p:first-of-type{font-size:20px; color:#36009f;}
.note_info p:nth-of-type(2){font-size:18px; border-bottom:1px solid #4d0060; margin-bottom:10px; position:relative;}
.note_info p:nth-of-type(2)::after{position:absolute; width:25px; height:4px; background:#4d0060; content:""; right:0; bottom:0;}
.address{justify-content:space-between;}
.tba{width:200px;}


#sub_contents table .s_title{background: linear-gradient(1deg, #5218af, #7535b9); color: #fff; padding: 10px 20px 7px; display: inline-block; border-radius:20px; margin-bottom: 5px;}
#sub_contents table .title, #sub_contents table .name{text-align: center;}
#sub_contents table .title{font-size: 16px; color: #60f;}
#sub_contents table .name{font-style: italic;}



ul.plBox > li{
    position:relative;
    overflow: hidden;
}
ul.plBox > li img{float: left; margin-left: 15px;}
ul.plBox > li .bg{min-height: 226px; padding: 40px 60px; position: relative; background: #e7e7e7;}
ul.plBox > li + li .bg{margin-top:43px;}
ul.plBox > li:after{
    content:'';
    position:absolute;
    width: 2px;
    height: 85px;
    background: #fff;
    left: 75px;
    bottom: 0;
    z-index: 1;
}
ul.plBox > li + li:before{
    content:'';
    position:absolute;
    z-index: 62;
    top: -88px;
    width: 2px;
    height: 132px;
    background: #e7e7e7;
    left: 75px;
    z-index: 1;
}
ul.plBox > li .last-date{
    font-weight: 500;
    font-size:4.8rem;
    position:absolute;
    top: 45px;
    left:60px;
    letter-spacing: 0;
}
ul.plBox > li .bg > div{
    padding-left: 150px;
    margin-left: 6%;
    word-break: break-word;
}
ul.plBox > li h2{color: #b7b7b7; font-size: 30px; text-transform:uppercase}

ul.plBox p{font-size: 15px; margin: 0 0 5px}
ul.plBox p > span{font-size: 14px; display: block;}
ul.plBox p.title{color: #360187; font-weight: 500; font-size: 18px; padding-left: 10px; position: relative;}
ul.plBox p.title::before{content: ''; width: 3px; height: 18px; position: absolute; left: 0; top: 8px; background: #360187;}


ul.plBox .basic_ul2 li{font-size: 16px;}
.basic_ul2:before{display: none;}




/*알림*/
div.snip1281 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 276px;
  max-width: 276px;
  max-height: 264px;
  width: 100%;
  background-color: #000000;
  text-align: center;
  color: #fff !important;
}
div.snip1281 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; color: #fff !important;
}
div.snip1281 img {
  opacity: 0.5;
  max-width: 100%;
  width: 300px;
}
div.snip1281:after {
  background: #000000;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.snip1281 div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.snip1281 h2{
  margin: 0;
  width: 100%; font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
}
div.snip1281 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1; color: #fff !important;
}
div.snip1281.blue:after {
  background-color: #60F;
}
div.snip1281:hover img,
div.snip1281.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
div.snip1281:hover:after,
div.snip1281.hover:after {
  width: 100%;
}


.transBox{border-top:2px solid #60F; border-bottom: 2px solid #60F; text-align: center !important; width: 58.5%; margin: 50px auto; padding: 10px 0;}
.transBox strong{font-size: 18px; margin-right: 5px; color: #60F;}


.modal {display: none; position: fixed; z-index: 999999999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);}
/* Modal Content */
.modal-content {position: relative; top:7%; background-color: #e7edd7; margin: auto; padding: 20px; width: 750px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s; border-radius: 15px; z-index: 9999;}
.modal-content table{background: #fff;}
.modal-content .close{position: absolute; right: 35px; font-size: 32px; font-weight: 600; color: #939393; z-index: 9999999999;}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:7%; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:7%; opacity:1}
}

.page-font22{font-size:22px; text-align: left;}
#sub_contents table.page-table-001 {
			width: 100%;
			border-top: #c8c8c8 solid 1px;
		}

#sub_contents table.page-table-001 th {
	padding: 15px 15px 10px 15px;
	background-color: #f9f9f9;
	color: #4b4b4b;
	border-bottom: #c8c8c8 solid 1px;
	border-right: #c8c8c8 solid 0px;
	word-break: keep-all; font-size: 15px;
}


#sub_contents table.page-table-001 td {
	width: ;
	padding: 10px;
	background-color: ;
	color: #4b4b4b;
	border-bottom: #c8c8c8 solid 1px;
}
#sub_contents table.page-table-001 td p{text-align: left;}

