@charset "euc-kr";
/* reset */
@import url(reset.css);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');

*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

html, body {
	height: 100%;
}
body { 
	text-align: center;
	font-size: 75%;
	font-family: 'Noto Sans KR', "µ¸¿ò", Dotum, sans-serif;
	color: #000;
	list-style: none;
	line-height: 1.7em;
	border: 0px solid blue;
	outline: 0;
}

/* ½ºÅµ³×ºñ°ÔÀÌ¼Ç */
.skip_navigation a {
	display: block; 
	height: 1px; 
	width: 1px; 
	margin: 0 -1px -1px 0; 
	padding: 0; 
	overflow: hidden; 
	font-size:0; 
	line-height:0;
}

.skip_navigation a:hover,
.skip_navigation a:active,
.skip_navigation a:focus {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 20px; 
	line-height: 20px; 
	vertical-align: middle; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 
	background: #000; 
	color: #fff;
	z-index: 1000000
}


.blind {
	visibility: hidden; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 0; 
	font-size: 0; 
	line-height: 0
}

/* ÀüÃ¼ */
.wrapper {
	position: relative;
	padding: 0; 
	text-align: left; 
	font-size: 1em; 
	border: 0px solid red;
	min-width: 1280px;
    background: url(../make_img/img2021/bg_cell.png) fixed repeat;
    background-color: #fbfbfb;
}


.header {
    height: 540px;
    text-align: center;
    border: 0px solid red;
    /* background-color: #0093df; */
    z-index: 999;
    background: url(../make_img/img2021/bg_Header_px.png) repeat-x center bottom;
}


.gnb {
	background: #fff;
    border: 0px solid red;
    border-bottom: 0px solid #eee;
}
.gnbItemWrap{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    border: 0px solid red;

}
.gnb h1{
    float: left;
    width: 180px;
}

.gnb ul{
	text-align: right;
	width: 970px;
	/* margin: 0 auto; */
    overflow: hidden;
    line-height: 100px;
	vertical-align: middle;
}

.gnb ul li {
	display: inline-block;
	margin-left: -3px;
	*display: inline;
	*zoom: 1;
	*margin-left: 0;
}
.header h1, .header_detail h1 {
    padding-top: 20px;
    width: 228px;
    margin: 0 auto;
}
.header p {
	position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    
    background: url(../make_img/img2021/bg_Header.png) center bottom no-repeat;
}

.header p img {
	display: block;
}

.container {
	width: 1280px;
    margin: 0 auto 0 auto;
    padding-bottom: 86px;
    overflow: hidden;
    z-index: 999;
    border: 0px solid red;  

}

.bgDeco{
    position: absolute;
    display: inline;
    left: -50%;
    z-index: -30;
    top: 0%;
}

.container>h2::before{
    content: "";
    display: block;
    width: 30px;
    margin: 20px auto;

    border-top: 5px solid #ffc627;
}
.container>h2{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 80px;
    color: #49494c;
}

.container02 {
	width: 1124px;
	/* background: #fff; */
	margin: 0 auto;
	padding: 30px 38px 80px 38px;
	overflow: hidden;
	border: 0px solid red;
}

.btn_back {
	display: block;
}

.btn_back img {
	display: block;
}

/* ÇÐ°ú ¾ÆÀÌÄÜ ½ÃÀÛ */
#majorWrap{
    border: 0px solid red;
    margin-top: 120px;
    width: 1280px;
}
#majorItemWrap{
    width: 1200px;
    margin: 0 auto;
    border: 0px solid red;

}
.majorItem{
    border: 0px solid red;
    background: url(../make_img/img2021/itemShadow.png) no-repeat center bottom;
    display: inline-block;
    width: 280px;
    height: 452px;
    margin: 10px 8.8px;
    transition: transform .2s;
    margin-bottom: 80px;
    /* background-color: #fff; */
}

.zoom{
    transform: scale(1.1);
}

.majorIcon{
    width: 280px;
    padding-bottom: 70px;
    border-bottom: 3px dotted #ffc627;
    margin: 15px auto 30px auto;
    text-align: center;
}
.majorIcon{
    vertical-align: middle;
}
.majorIcon img{
    width: 80%;
    margin-top: 30px;
}
.majorItem h5{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    width: 280px;
    height: 50px;
    background-color: #FFA771;
    margin: 0 auto;
    line-height: 50px;
}
/* ÇÐ°ú ¾ÆÀÌÄÜ ³¡ */

/* ÇÐ°úº° ¼Ò°³ ÆäÀÌÁö */

#btnBack{
    width: 1124px;
    text-align: left;
    margin: 0 auto 25px auto;
}

.header_detail {
    height: 540px;
	text-align: center;
    border: 0px solid red;
    /* background-color: #0093df; */
    z-index: 999;
    background: url(../make_img/img2021/bg_Header_px.png) repeat-x center bottom;
}


/* À¯¾Æ±³À°°ú Çì´õ */
.subHeader{
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
}

#headerImageDental{
    background: url(../make_img/img2021/bg_header_dental.jpg) center bottom no-repeat;
}
#headerImageHotel{
    background: url(../make_img/img2021/bg_header_hotel.jpg) center bottom no-repeat;
}
#headerImageMassmedia{
    background: url(../make_img/img2021/bg_header_massmedia.jpg) center bottom no-repeat;
}
#headerImageMecha{
    background: url(../make_img/img2021/bg_header_mecha.jpg) center bottom no-repeat;
}
#headerImageNurse{
    background: url(../make_img/img2021/bg_header_nurse.jpg) center bottom no-repeat;
}
#headerImagePolice{
    background: url(../make_img/img2021/bg_header_police.jpg) center bottom no-repeat;
}
#headerImagePolymer{
    background: url(../make_img/img2021/bg_header_polymer.jpg) center bottom no-repeat;
}
#headerImageSoftware{
    background: url(../make_img/img2021/bg_header_software.jpg) center bottom no-repeat;
}

/* youtubeEmbed ½ÃÀÛ */
#youtubeEmbed{
    width: 580px;
    height: 350px;
    display: inline-block;
    border: 0px solid red;
}
/* youtubeEmbed ³¡ */

/* contents ½ÃÀÛ */
#contents{
    width: 450px;
    height: 325px;
    padding-left: 40px ;
    vertical-align: top;
    display: inline-block;
    border: 0px solid red;
     position: relative;
}
#contents #title{
    width: 450px;
    height: 80px;
    padding-top: 15px;
    padding-right: 15px;
    border-bottom: 4px solid #ffc627;
    background-color: #0093DF;
    /* border: 0px solid red; */
    vertical-align: bottom;
}
#contents #title h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    text-align: right;
}
#contents #title p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #fff;
    text-align: right;
}

#questionWrap{
    width: 100%;
    position: absolute;
    top: 0;
}
.questionItem{
    height: 70px;
    background-color: #fff;
    /* border-left: 8px inset #0093DF; */
    border-radius: 5px;
    margin-bottom: 17px;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    -moz-box-shadow: 3px 3px 3px #999;
    -o-box-shadow: 3px 3px 3px #999;
    -ms-box-shadow: 3px 3px 3px #999;
    /* background-image: url(../make_img/img2021/questionItemShadow.png); */
    /* background-position: bottom right; */
    cursor: pointer;
}

.questionItem_narrow{
    height: 55px;
    margin-bottom: 15px;
}

.questionItem:nth-child(2n-1){
    background-color: #ffe36b;
}

.questionItem p{
    font-size: 17px;
    line-height: 70px;
    
}

.questionItem_narrow p{
    font-size: 17px;
    line-height: 55px;
    
}
/* contents ³¡ */


#btnMoreInfo{
    width: 960px;
    height: 80px;
    border: 0px solid red;
    margin: 80px auto 0 auto;
}

.btn_top {
	position: fixed;
	bottom: 200px;
	right: 1%;
    margin-left: 600px;
}

/* footer */
.footer {
	padding: 36px 0;
	background: #fff;
	text-align: center;
}

.footer .company_info_area {
	border: 0px solid red;
	color: #7b7c85;
	font-family: 'NanumBarunGothic', "µ¸¿ò", Dotum, sans-serif;
}

.footer .company_info_area address,
.footer .company_info_area .university_info {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #7b7c85;
}

.footer .company_info_area strong {
	color: #49494c;
}

.footer .company_info_area .copyright {
	color: #7b7c85;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

