@charset 'utf-8';

.font {
	font-family: 'Noto Sans KR', sans-serif;
}

* {
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
}

body,header,footer {
	padding: 0;
	margin: 0;
}

header,section,footer,div,p,ul,ol,li,
#wrap {
	display: block;
}

img {
	border: none;
	vertical-align: top;
}

li {
	list-style-type: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover,
a:focus {
	/*outline:none;*/
}

.over_hi{
	overflow: hidden;
}

/*main_visual*/

.mv_img1{
	background: url(../images/visual1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 876px;
}

.mv_img2{
	background: url(../images/visual11.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 876px;
}

.prev_view {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    left: 10%;
    position: absolute;
    top: 45%;
    display: block;
    width: 31px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../images/slide_l.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.next_view {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    right: 10%;
    position: absolute;
    top: 45%;
    display: block;
    width: 31px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-image: url(../images/slide_r.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mv_txt{
	padding: 315px 0 10px 20%;
}

.mv_txt p{
	color: #fff;
	font-size: 40px;
	font-family: 'Noto Serif KR', serif;
	font-weight: bold;
	letter-spacing: -3px;
}

.mv_title{
	padding: 0 20%;
}

.mv_title p{
	color: #fff;
	font-size: 55px;
	font-family: 'Noto Serif KR', serif;
	font-weight: bold;
}

.mv_title span{
	color: #fff;
	font-size: 70px;
	font-family: 'Noto Serif KR', serif;
	font-weight: bold;
}

.mv_banner{
	position: absolute;
	top: 833px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}

.mv_br_wrap{
	max-width: 1200px;
	margin: 30px auto;
}

.mv_banner ul{
	width: 33.3%;
	float: left;
}

.mv_banner li{
	float: left;
	margin-right: 20px;
}

.mv_banner p{
	color: #fff;
}

.mv_banner span{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 45px;
}

.mv_banner img{
	padding-top: 15px;
}

/*sec1*/

.sec1{
   background: url(../images/sec1_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sec1_wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}

.sec1_hr{
	width: 80px;
	border: 3px solid #333;
	margin-left: 2px;
	margin-bottom: 10px;
}

.sec1_title span{
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
}

.sec1_title p{
	font-size: 20px;
	font-weight: bold;
}

.sec1_con1{
	background-color: #fff;
	border: 1px solid #ddd;
	width: 24%;
	margin-top: 40px;
	margin-right: 1%;
	float: left;
}

[class^="sec1_con"]{
position: relative;
}
[class^="sec1_con"] > a{
position: absolute;
width: 100%;
height:100%;
top: 100%;
transition-duration: 0.7s;
display: flex; /* flex 해버렸잖아.. 단점은 익스 9이하는 지원안함 */
justify-content: center; /* 가로 중앙정렬 */
align-items: center; /* 세로 중앙정렬 */
}
[class^="sec1_con"]:hover > a{
transition-duration: 0.7s;
width: 100%;
height:100%;
top: 0;
left:0;
display: flex; /* flex 해버렸잖아.. 단점은 익스 9이하는 지원안함 */
justify-content: center; /* 가로 중앙정렬 */
align-items: center; /* 세로 중앙정렬 */
background-color:rgba(149,2,2,0.8);
}

.view{
	text-align: center;
}

.view p{
	color: #fff;
}

.sec1_con2{
	background-color: #fff;
	border: 1px solid #ddd;
	width: 24%;
	margin-top: 40px;
	margin-right: 1%;
	float: left;
}

.sec1_con3{
	background-color: #fff;
	border: 1px solid #ddd;
	width: 24%;
	margin-top: 40px;
	margin-right: 1%;
	float: left;
}

.sec1_con4{
	background-color: #fff;
	border: 1px solid #ddd;
	width: 24%;
	margin-top: 40px;
	margin-right: 1%;
	float: left;
}

.figure img{
	width: 100%;
	border-bottom: 2px solid #e02f29;
}

.subject{
	background-color: #e02f29;
	width: 90px;
	text-align: center;
	padding: 10px;
	position: relative;
	left: 0;
	margin-top: -42px;
}

.subject p{
	color: #fff;
}

.subject2{
	background-color: #fff;
	width: 90px;
	text-align: center;
	padding: 10px;
	position: relative;
	left: 0;
	margin-top: -43px;
	border: 1px solid #e02f29;
}

.subject2 p{
	color: #e02f29;
	font-weight: bold;
}

.content{
	padding: 20px 20px 30px 20px;;
}

.content span{
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
}

/*sec2*/

.sec2_wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}

.sec2_c1{
	background-color: #333;
	text-align: center;
	padding: 30px 0;
}

.c1_title span{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
}

.c1_title p{
	color: #fff;
	font-size: 20px;
	line-height: 60px;
}

.sec2_hr{
	width: 50px;
	border: 1px solid #fff;
	margin: 0 auto;
}

.c1_txt td{
	color: #fff;
	text-align: left;
	padding: 0 5px;
}

.c1_txt{
	margin: 0 auto;
	padding-top: 20px;
}

.sec2_c2{
	width: 50%;
	background-color: #e02f29;
	text-align: center;
	padding: 20px 0;
	float: left;
}

.sec2_c2 p{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}

.sec2_c3{
	width: 50%;
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 20px 0;
	float: left;
}

.sec2_c3 p{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}

.sec2_c4{
	width: 50%;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 20px 0;
	float: left;
}

.sec2_c4 p{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}

.sec2_c5{
	width: 50%;
	border: 1px solid #ddd;
	text-align: center;
	padding: 20px 0;
	float: left;
}

.sec2_c5 p{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}

.sec2_con1{
	width: 30%;
	float: left;
}

.sec2_con2{
	width: 68%;
	float: left;
	margin-left: 2%;
}

.sec2_c6{
	width: 50%;
	border-right: 1px solid #ddd;
	height: 200px;
	padding: 4% 0%;
	float: left;
}

.sec2_c6 ul{
	float: left;
}

.sec2_c6 ul:nth-child(2) li{
	margin: 10px;
}

.sec2_c6 span{
	font-size: 20px;
	font-weight: bold;
}

.sec2_c6 p{
	color: #888;
}

.sec2_c7{
	width: 50%;
	float: left;
	height: 200px;
	padding: 4% 3%;
}

.sec2_c7 ul{
	float: left;
}

.sec2_c7 ul:nth-child(2) li{
	margin: 10px;
}

.sec2_c7 span{
	font-size: 20px;
	font-weight: bold;
}

.sec2_c7 p{
	color: #888;
}

.sec2_hr2{
	opacity: 0.3;
}

.sec2_c8{
	width: 50%;
	float: left;
	height: 200px;
	padding: 4% 0;
	border-right: 1px solid #ddd;
}

.sec2_c8 ul{
	float: left;
	margin-left: 2%;
}

.sec2_c8 ul:nth-child(2) li{
	margin: 10px;
}

.sec2_c8 span{
	font-size: 20px;
	font-weight: bold;
}

.sec2_c8 p{
	color: #888;
}

.sec2_c9{
	width: 50%;
	float: left;
	height: 200px;
	padding: 4% 3%;
}

.sec2_c9 ul{
	float: left;
}

.sec2_c9 ul:nth-child(2) li{
	margin: 10px 5px;
}

.sec2_c9 span{
	font-size: 20px;
	font-weight: bold;
}

.sec2_c8 p{
	color: #888;
}

.c6_btn{
	width: 120px;
	background-color: #333;
	padding: 5px 0;
	text-align: center;
	border-radius: 8px;
}

.c6_btn p{
	color: #fff;
	font-size: 14px;
}

.c6_btn:hover{
	background-color: #e02f29;
}

.sec2_con3{
	width: 68%;
	float: left;
	margin-left: 2%;
	margin-top: 10px;
}

.sec2_c10{
	float: left;
	width: 49%;
	margin-right: 1%;
	border-collapse: collapse;
}

.sec2_c10 td:nth-child(2){
	text-align: right;
}

.sec2_c10 td{
	border-bottom: 1px solid #333;
	padding: 4% 2%;
}

.sec2_c11{
	float: left;
	width: 49%;
	margin-left: 1%;
	border-collapse: collapse;
}

.sec2_c11 td:nth-child(2){
	text-align: right;
}

.sec2_c11 td{
	border-bottom: 1px solid #333;
	padding: 4% 2%;
}
