@charset "utf-8";




/* ----------------------------- */
/* visual
/* ----------------------------- */
.visual_con {
	height: 100%;
  
}
.content .inner {
    position: relative;
    margin: 0 auto;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.content h2.tit {
    font-size: 60px;
    color: #fff;
}
.section_keyvisual .txt_desc {
    margin-top: 17px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}
.section_keyvisual { 
    position: relative;
	width:100%;
	height: 1015px;
}
.section_keyvisual .inner {
    color: #fff;
    position: relative;
    width: 100%;
    top: 0;
}
.visual_txt {
	text-align: center;
	background:rgba(0, 0, 0, 0.5);
	padding:20px;
	position: absolute;
	top: 41%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.visual_txt::before,
.visual_txt::after {
	content:"";
	width:30px;
	height:30px;
	border:1px solid #fff;
	display:block;
	position:absolute;
}
.visual_txt::before {
	border-width:2px 0 0 2px;
	top:0;
	left:0;
}
.visual_txt::after {
	border-width:0 2px 2px 0;
	right:0;
	bottom:0;
}

.visual_txt .visual_txt_con h2.tit {
	font-family:'NanumMyeongjo-Regular';
    font-size: 5.0rem;
}
.visual_txt .visual_txt_con p.txt_desc {
}
.visual_txt .visual_txt_con div {
    padding-top: 35px !important;
}
.visual_txt .visual_txt_con div img {
    margin: 0 auto;
}

#content #key_visual .visual_con .inner {
	height: 1015px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

#content #key_visual .visual_con .visual_bg01 {
   background-image : url('/image/visual_img01.jpg');
}
#content #key_visual .visual_con .visual_bg02 {
   background-image : url('/image/visual_img02.jpg');
}
#content #key_visual .visual_con .visual_bg03 {
   background-image : url('/image/visual_img03.jpg');
}
#content #key_visual .visual_con .visual_bg04 {
   background-image : url('/image/visual_img04.jpg');
}


@media screen and (max-width:1440px) {
	#content #key_visual .visual_con .inner {
		height: 760px;
	}
}


@media screen and (max-width:1200px) {
	.section_keyvisual {
		height: 515px;
		margin-top: 80px;
	}
	#content #key_visual .visual_con .inner {
		height: 515px;
	}
	.visual_txt .visual_txt_con h2.tit {
		font-size:4.5rem;
	}
	.visual_txt .visual_txt_con > div {
		display:none;
	}
}


@media screen and (max-width:768px) {
	.section_keyvisual,
	#content #key_visual .visual_con .inner {
		height: 415px;
	}
	.visual_txt .visual_txt_con h2.tit {
		font-size:2.5rem;
	}
	.visual_txt .visual_txt_con p.txt_desc {
		font-size:1.4rem;
		line-height: 160%;
	}
}



@media screen and (max-width:468px) {
	.section_keyvisual,
	#content #key_visual .visual_con .inner {
		height: 420px;
	}
	.visual_txt {
		width:80%;
	}
	.visual_txt::before,
	.visual_txt::after {
		width:20px;
		height:20px;
	}
}




.white_bg {
	width: calc(1440px - 12px + ((100% - 1440px) / 2 ));
    height: 320px;
	background:#fff url('/image/logo_bg01.png') 0 no-repeat;
    margin-top:-320px;
	position: relative;
	z-index: 10;
}
.white_box {
    width: 1440px;
	height:100%;
	margin-left: auto;
    padding: 0 12px;
}
.white_box h2 {
	font-family: "RobotoThin";
	font-size: 4rem;
	padding-top: 20px;
}
.white_box h2::after {
	content:"";
	width:20px;
	height:2px;
	background:#0a407c;
	margin-top: 10px;
	display:block;
}
.white_box h2 strong {
	font-family: "RobotoRegular";
}
.white_box ul {
}
.white_box ul li {
    width: 33.33%;
    float: left;
    position: relative;
}
.white_box ul li:first-child {
	background:none;
}

.white_txt {
    padding: 40px 20px 0 100px;
}
.white_txt02 {
    padding: 40px 20px 0 130px !important;
}
.white_txt div {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.white_txt span {
    font-size: 15px;
    font-weight: 600;
    padding-right: 30px;
    display: block;
    padding-bottom: 20px;
}
.white_txt p {
    font-size: 15px;
}

.white_box_bg01:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 60px;
    width: 51px;
    height: 50px;
    background: url('/image/topmain_icon01.png') no-repeat;
    background-size: 100%;
}
.white_box_bg02:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 60px;
    width: 68px;
    height: 50px;
    background: url('/image/topmain_icon02.png') no-repeat;
    background-size: 100%;
}
.white_box_bg03:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 60px;
    width: 59px;
    height: 48px;
    background: url('/image/topmain_icon03.png') no-repeat;
    background-size: 100%;
}
.m_white_bg {
	display: none;
}


@media screen and (max-width:1440px) {
	.white_bg {
		width: 100%;
	}
	.white_txt {
		padding: 25px 20px 0 100px;
	}
	.white_txt02 {
		padding: 25px 20px 0 130px !important;
	}
	.white_txt span {
		padding-right: 0;
	}
	.white_box {
		width: 100% !important;
	}

	.visual-ctrl {
		left: 50px;
	}
	.visual_txt {
		top:50%
	}
}

@media screen and (max-width:1200px) {
	
	.white_bg {
		height:auto;
		padding: 50px 0;
		margin:0;
	}
	.white_bg, .white_box, .white_box ul li {
		width:100%;
		height:auto;
		margin-bottom: 30px;
		float:none;
	}
	.white_bg, .white_box, .white_box ul li:last-child {
		margin-bottom:0;
	}
	.white_box {
		padding-left:30px;
	}
	.white_box h2 {
		padding-top:0;
		margin-bottom:50px;
	}
	.white_box_bg01 .white_txt span {
		padding-bottom:0;
	}
	.white_txt {
		padding: 0 20px 0 100px;
	}
	.white_txt02 {
		padding: 0 20px 0 100px !important;
	}
	.white_box_bg01:before,
	.white_box_bg02:before,
	.white_box_bg03:before {
		top:0;
	}
	.white_box_bg02:before {
		left:10px;
	}
}

@media screen and (max-width:468px) {
	.white_box {
		padding-left:20px;
	}
	.white_box_bg01:before,
	.white_box_bg02:before,
	.white_box_bg03:before {
		margin:0 auto 20px auto;
		display:block;
		position:relative;
		top:auto;
		left:auto;
	}
	.white_txt,
	.white_txt02 {
		padding:0 !important;
	}
}



/* ----------------------------- */
/* message_section
/* ----------------------------- */
.message_section {
    background: #00162f;
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.message_section .inner {
    margin: 0 auto;
    width: 1440px;
    height: 740px;
}
.message_con {
	float:left;
	width:75%;
	top: 180px;
}
.message_con01 {
    width: 75%;
    float: left;
    padding: 80px 0;
}
.message_ti {
    font-family: "RobotoThin";
    font-size: 6.0rem;
    line-height: 85%;
    padding-bottom: 50px;
    position: absolute;
    top: 80px;
}
.message_ti strong {
    font-family: "RobotoRegular";
}
.message_con01 div.m_txt {
    width: 100%;
}
.message_con01 div.m_txt .txt {
    float: left;
    width: 60%;
    padding-right: 50px;
}
.message_con01 div.m_txt .txt p {
    line-height: 24px;
}
.message_con01 div.m_txt .m_img {
    float: left;
    width: 40%;
}
.message_con01 div.m_txt .m_img div.m_image {
}
.message_con01 div.m_txt .m_img div.m_image img {
}  
.message_con01 div.m_txt .m_img span {
}
.message_con01 div.m_txt .m_img span:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    width: 36px;
    height: 24px;
    background-size: 100%;
    display: block;
    margin: 20px 0 10px;
}
.message_con01 div.m_txt .m_img span.f01:before {
    background: url('/image/flag.jpg') no-repeat;
	background-size: 100%;
}
.message_con01 div.m_txt .m_img span.f02:before {
    background: url('/image/flag02.png') no-repeat;
	background-size: 100%;
}
.message_con01 div.m_txt .m_img span.f03:before {
    background: url('/image/flag03.png') no-repeat;
	background-size: 100%;
}
.message_con01 div.m_txt .m_img span.f04:before {
    background: url('/image/flag04.png') no-repeat;
	background-size: 100%;
}
.message_con01 div.m_txt .m_img span.f05:before {
    background: url('/image/flag05.png') no-repeat;
	background-size: 100%;
}
.message_con01 div.m_txt .m_img span.f06:before {
    background: url('/image/flag06.png') no-repeat;
	background-size: 100%;
}
.message_con01 div.m_txt .m_img span.f07:before {
    background: url('/image/flag07.png') no-repeat;
	background-size: 100%;
}

/*슬라이드 아웃라인 제거 */
.slick-slide {
	outline: none
}

.message_con02 {
    width: 25%;
    float: left;
    background: #0d345f;
    padding: 60px 40px;
}
.message_con02_txt01 {
    margin-bottom: 40px;
    display: block;
}
.message_con02_txt02 {
    margin-bottom: 20px;
}
.year_txt {
    margin-bottom: 30px;
}
.year_txt2 {
    margin-bottom: 0 !important;
}
.year_txt div {
}
.year_txt div span {
    font-size: 60px;
    font-weight: 600;
}
.visual-ctrl {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.visual-ctrl .slick-count {
    display: inline-block;
    font-size: 2.0rem;
    color: #fff;
    vertical-align: -2px;
}
.visual-ctrl .slick-count img {
    padding-top: 5px;
}
.visual-ctrl .slick-count span {
    font-size: 2.0rem;
    font-weight: 500;
    padding: 0 10px;
    position: relative;
    top: -8px;
    font-family: "RobotoRegular";
}
.visual-ctrl .slick-count strong {
    font-size: 2.0rem;
    font-weight: 500;
    padding: 0 10px;
    position: relative;
    top: 8px;
    font-family: "RobotoRegular";
    color:#334559;
}
.visual-ctrl button {
    width: 26px;
    height: 51px;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 20px;
}
.visual-ctrl button.slick-prev {
    width: 26px;
    background: url(/image/btn_arrow_b.png) no-repeat;
    margin: 0 10px 0 0;
}
.visual-ctrl button.slick-next {
    width: 26px;
    background: url(/image/btn_arrow_n.png) no-repeat;
    margin-left: 10px;
}

@media screen and (max-width:1440px) {
	.message_con01.slick-slide {
		height:auto;
	}

	.message_con01 {
		padding: 80px 0 0 40px;
	}
	.message_section .inner {
		height: auto;
		width: 100%;
		padding: 0 !important;
	}
	
	.message_ti {
		position: relative;
		top: 50px;
		left: 30px;
	}
	.message_con {
		float:none;
		width:100%;		
		top: 0;
	}
	.message_con01 {
		width: 100%;
		float: none;
		padding: 60px 0 60px 40px;
		display: inline-block;
	}
	.message_con01 div.m_txt .txt {
		float: left;
		width: 65%;
		padding-right: 50px;
	}
	.message_con01 div.m_txt .m_img {
		float: left;
		width: 30%;
	}

	.visual-ctrl {
		position: absolute;
		top: 620px;
		left: 50px;
		z-index: 1;
	}
	.message_con02 {
		width: 100%;
		float: none;
		background: #0d345f;
		padding: 30px;
		display: inline-block;
		text-align: center;
	}

	.message_con02 {
		width: 100%;
		float: none;
		background: #0d345f;
		padding: 30px;
		display: inline-block;
	}
	.message_con02_txt01 {
		margin-bottom: 40px;
		display: block;
		width: 100%;
		font-size: 2.2rem;
	}
	.message_con02_txt02 {
		margin-bottom: 20px;
		width: 50%;
		float: left;
	}
	.year_txt {
		margin-bottom: 30px;
		width: 33%;
		float: left;
		padding: 20px 0 0;
	}
}

@media screen and (max-width: 1200px) {
	.visual-ctrl {
		position: absolute;
		top: 50px;
		right: 50px;
		left: auto;
	}
}

@media screen and (max-width:840px) {
    
	.message_con01 {
		padding: 60px 40px;
	}
	.message_con01 div.m_txt .txt {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 50px;
	}
	.message_con01 div.m_txt .m_img {
		float: none;
		width: 100%;
	}
	.message_con01 div.m_txt .m_img div.m_image {
		width: 50%;
		float: left;
	}
	.message_con01 div.m_txt .m_img span {
		width: 50%;
		float: left;
		padding-left: 30px;
	}
	.message_con02 {
		padding: 30px 30px 50px;
	}

	.year_txt div span {
		font-size: 5.0rem;
	}

}

@media screen and (max-width:560px) {
  
	.year_txt {
		width: 100%;
		float: none;
	}

	.message_ti {
		position: relative;
		top: 80px;
		left: 40px;
		font-size: 5.0rem;
	}

}




/* ----------------------------- */
/* admission_section
/* ----------------------------- */
.admission_section {
    background: #fffef8 url('/image/admission_bg.png') no-repeat;
	background-size: cover;
    width: 100%;
    padding: 80px 0;
}
.admission_section .inner {
    margin: 0 auto;
    width: 1440px;
}
.admission_section .m_tit {
    font-family: "RobotoThin";
    font-size: 6.0rem;
    line-height: 85%;
    color:#003876;
    padding-bottom: 50px;
}
.admission_section .m_tit strong {
    font-family: "RobotoRegular";
}

.admission_con {
    width: 100%;
}
.admission_box:first-child {
    padding-right: 3%;
}
.admission_box:last-child {
    padding-left: 3%;
}
.admission_box:last-child::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 0px;
}
.admission_box {
    float: left;
    width: 50%;
    position: relative;
}
.admission_box_tit {
    padding-bottom: 40px;
}
.admission_box_tit div {
    font-size: 2.5rem;    
}
.admission_box_tit span {
    font-size: 2.0rem;    
    color:#003876;
}
.admission_box p {
    padding-bottom: 40px;
}
.admission_box p span {    
}
.admission_box_btn {
    position: relative;
}
.admission_box_btn a {
    border: 1px solid #003876;
    padding: 2% 40% 2% 4%;
    display: inline-block;
    color:#003876;
    position: relative;
}
.admission_box_btn02 a {
	padding: 2% 50% 2% 4%;
	margin-bottom:20px;
}
.admission_box_btn a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 30px;
    width: 19px;
    height: 16px;
    background: url(/image/down_icon.png) no-repeat;
}
.admission_box_btn div {
    position: absolute;
    left: 300px;
    top: 26px;
}
.admission_box_btn div img {
    padding-right: 20px;
}

@media screen and (max-width:1440px) {
		
	.admission_section {
		background: #f7f3ee url(/image/admission_bg.png) no-repeat;
		width: 100%;
		padding: 80px 0;
		display: inline-block;
	}
	.admission_section .inner {
		margin: 0 auto;
		width: 100%;
		padding: 0 30px !important;
	}
	.admission_box {
		float: none;
		width: 100%;
		position: relative;
	}
	.admission_box_btn {
		position: relative;
		padding-bottom: 30px;
	}
	.admission_box:last-child {
		padding-left: 0;
	}
	.admission_box:first-child {
		padding-right: 0;
	}
	.admission_box:last-child::before {
		display:none;
	}
	.admission_box_btn a:after {
		content: '';
		position: absolute;
		right: 40px;
		top: 40px;
		width: 19px;
		height: 16px;
		background: url(/image/down_icon.png) no-repeat;
	}
	.admission_box_btn div {
		position: absolute;
		left: 350px;
		top: 38px;
	}
}


@media screen and (max-width:1200px) {
    
	.admission_section {
		padding: 50px 0;
	}
	.admission_box_btn a {
		width: 100%;
		height: 80px;
	}
	.admission_box_btn div {
		position: absolute;
		right: 100px;
		top: 28px;
		left: auto;
	}
	.admission_box_btn a:after {
		top: 32px;
	}

}

@media screen and (max-width:860px) {
    
	.admission_box_btn div {
		right: 50px;
	}
	.admission_box_btn a:after {
		right: 25px;
	}

	.admission_section .m_tit {
		font-size: 5.0rem;
		padding-bottom: 30px;
	}

}

@media screen and (max-width:560px) {
	
	.admission_box_btn a {
		width: 100%;
		height: auto;
		padding: 2% 30% 2% 4%;
	}
	.admission_box_btn div {
		position: relative;
		right: auto;
		top: auto;
	}
	.admission_box_btn a:after {
		top: 45px;
	}


}



/* admission_section table */
.table_con {
    padding-bottom: 40px;
}
.table {
    word-break: break-all;
}
.table caption { 
    width:0; 
    height:0; 
    overflow:hidden; 
    font-size:0; 
    text-indent:9999%; 
    line-height:0; 
    z-index:-1;
}
.table table {
    width: 100%;
    border: 1px solid #000;
}
.table th {
    padding: 4%;
    vertical-align: middle;
    background: #e9f1f7;
    border: 1px solid #000;
    font-weight: 100;
}
.table th.table02 {
    padding: 2% !important;
}
.table td {
    padding: 4%;
    vertical-align: middle;
    border: 1px solid #000;
    text-align: center;
}
.table td.table02 {
    padding: 2.2% 0 !important;
    font-size: 1.5rem;
}



/* ----------------------------- */
/* point
/* ----------------------------- */
#point-pknu {
    background: url("/image/point_bg.jpg") no-repeat top center;
    background-size: cover;
}
#point-pknu ul li {
    position: relative;
    width: 25%;
    float: left;
    padding-top: 25%;
    background: #00162f;
    color: #fff;
	overflow: hidden;
}


@media screen and (max-width: 1200px) {

	#point-pknu {
		padding: 3%;
	}

}


/* title */
#point-pknu ul li .point-ti {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 36% 0 0 12%;
    font-family: "RobotoThin";
    font-size: 5rem;
    line-height: 85%;
}
#point-pknu ul li .point-ti strong {
    font-family: "RobotoRegular";
}
#point-pknu ul li figure {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
	transition: ease 0.3s;
}

#point-pknu ul li .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    padding: 18% 7%;
    transition: ease 0.3s;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    font-family: "RobotoRegular", "NotoSansRegular" ;
}
#point-pknu ul li:nth-child(3) .hover,
#point-pknu ul li:nth-child(6) .hover,
#point-pknu ul li:nth-child(8) .hover,
#point-pknu ul li:nth-child(9) .hover,
#point-pknu ul li:nth-child(11) .hover {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}
#point-pknu ul li:hover .hover {
    opacity: 1;
    transition: ease 0.3s;
}
#point-pknu ul li:hover figure {
    width: 120%;
    top: -10%;
    left: -10%;
    transition: ease 0.3s;
}

#point-pknu ul li .hover h3 {
    margin-bottom: 13%;
    font-weight: normal;
    font-size: 1.7rem;    
}
#point-pknu ul li .hover h3 span {
    margin-top: 11px;
    display: block;
    font-size: 1.5rem;
}
#point-pknu ul li .hover p {
    opacity: 0.9;
    font-size: 1.5rem;
    font-family: "RobotoLight", "NotoSansDemiLight" ;
    line-height: 120%;;
}
#point-pknu ul li .hover p:last-child {
    margin-top: 13px;
}


/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1200px
/* Desktop Size	: 981px < Screen <= 1200px
/* Tablet Size	: 980px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */

@media screen and (max-width:1280px) {
    #point-pknu ul li {
        width: 33.33%;
        padding-top: 33.33%;
    }
}
@media screen and (max-width:840px) {
    #point-pknu ul li {
        width: 50%;
        padding-top: 50%;
    }
}
@media screen and (max-width:560px) {
    #point-pknu ul li {
        width: 100%;
        padding-top: 100%;
    }
}


/* ----------------------------- */
/* point
/* ----------------------------- */
#point-pknu-m {
	display:none;
    background: url("/image/point_bg.jpg") no-repeat top center;
    background-size: cover;
}
#point-pknu-m ul li {
    position: relative;
    float: left;
    background: #00162f;
    color: #fff;
	overflow: hidden;
}

/* title */
#point-pknu-m ul li .point-ti {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 36% 0 0 12%;
    font-family: "RobotoThin";
    font-size: 5.0rem;
    line-height: 85%;
}
#point-pknu-m ul li .point-ti strong {
    font-family: "RobotoRegular";
}
#point-pknu-m ul li figure {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
	transition: ease 0.3s;
}

#point-pknu-m ul li .hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    padding: 18% 7%;
    transition: ease 0.3s;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    font-family: "RobotoRegular", "NotoSansRegular" ;
}
#point-pknu-m ul li:nth-child(3) .hover,
#point-pknu-m ul li:nth-child(6) .hover,
#point-pknu-m ul li:nth-child(8) .hover,
#point-pknu-m ul li:nth-child(9) .hover,
#point-pknu-m ul li:nth-child(11) .hover {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}
#point-pknu-m ul li:hover .hover {
    opacity: 1;
    transition: ease 0.3s;
}
#point-pknu-m ul li:hover figure {
    width: 120%;
    top: -10%;
    left: -10%;
    transition: ease 0.3s;
}

#point-pknu-m ul li .hover h3 {
    margin-bottom: 13%;
    font-weight: normal;
    font-size: 1.7rem;    
}
#point-pknu-m ul li .hover h3 span {
    margin-top: 11px;
    display: block;
    font-size: 1.5rem;
}
#point-pknu-m ul li .hover p {
    opacity: 0.9;
    font-size: 1.5rem;
    font-family: "RobotoLight", "NotoSansDemiLight" ;
    line-height: 120%;;
}
#point-pknu-m ul li .hover p:last-child {
    margin-top: 13px;
}


/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1200px
/* Desktop Size	: 981px < Screen <= 1200px
/* Tablet Size	: 980px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */



@media screen and (max-width:560px) {
	#point-pknu {
		display:none;
	}
	#point-pknu-m {
		display:block;
		padding: 3%;
		position: relative;
	}
    #point-pknu-m ul li {		
        width: 100%;
        /* padding-top: 100%; */
    }
	#point-pknu-m ul li:after {
		content: "";
		display: block;
		padding-bottom: 100%; 
	}

	.like_arrow {
		position: relative;
		z-index: 1;
		top: -70px;
	}
	.like_arrow button {
		width: 26px;
		height: 51px;
		text-indent: -9999px;
		overflow: hidden;
		margin-left: 20px;
	}
	.like_arrow button.m_prev {
		width: 26px;
		background: url(/image/btn_arrow_b.png) no-repeat;
		margin-left: 15px;
		position: absolute;
		left: 5px;
	}
	.like_arrow button.m_next {
		width: 26px;
		background: url(/image/btn_arrow_n.png) no-repeat;
		position: absolute;
		margin: 0 15px 0 0;
		right: 5px;
	}

}



/* ----------------------------- */
/* contact_section
/* ----------------------------- */
.contact_section {
    background: #0a407c url('/image/contact_bg.png') no-repeat;
	background-size:cover;
    width: 100%;
    padding: 80px 0;
    height: 900px;
    color:#fff;   
}
.contact_section .inner {
    margin: 0 auto;
    width: 1440px;
}
.contact_section .inner .m_tit {
    font-family: "RobotoThin";
    font-size: 6.0rem;
    line-height: 85%;
    color:#fff;
    padding-bottom: 80px;
    text-align: center;
}
.contact_section .inner .m_tit strong {
    font-family: "RobotoRegular";
} 

.contact_con {
}
.textselect {
    width: 100%;
    background: none;
    color:#fff;
    margin-bottom: 25px;
}
.textselect select {
    width: 45%;
    border: 1px solid #fff;
    padding: 22px 20px;
    color: #fff;
    background-image: url(/image/blt_site_select_off2.png);
}
.textselect select option {
    color: #282828;
}
.textname {
}
.textname input {
    width: 32%;
    margin-right: 24px;
}
.textname input:last-child {
    margin-right:0;
}
.textname > input, 
.textcontact > textarea {
    border: 1px solid #fff;
    padding: 20px;    
    background: none;
    color:#fff;
    margin-bottom: 25px;
}
.textname > input::-webkit-input-placeholder,
.textcontact > textarea::-webkit-input-placeholder {
    color:#fff;
}
.textname > input:-ms-input-placeholder,
.textcontact > textarea:-ms-input-placeholder {
    color:#fff;
}
.textcontact textarea {
    width: 100%;
    height: 250px;
}
.contact_btn {
    text-align: center;
}

.contact_btn input {
    border: 1px solid #fff;
    padding: 15px 70px;
    cursor: pointer;
    color:#fff;
    background: none;
}


@media screen and (max-width:1440px) {
			
	.contact_section {
		background: #053c7a url('/image/contact_bg.png') no-repeat bottom !important;
		width: 100% !important;
		padding: 80px 0;		
		height: auto !important;
		display: inline-block;
	}
	.contact_section .inner {
		margin: 0 auto;
		width: 100% !important;
	}
	.textname input {
		width: 30% !important;
		margin-right: 24px;
	}

}

@media screen and (max-width:1200px) {
			
	.textselect select {
		width: 100%;
	}
	.textname input {
		width: 100% !important;
		margin-right: 0;
	}

}


@media screen and (max-width:860px) {

	.contact_section {
		padding: 50px 0;
	}
	.contact_section .inner .m_tit {
		padding-bottom: 50px;
		font-size: 5.0rem;
	}


}



/* ----------------------------- */
/* sns_section
/* ----------------------------- */
.sns_section {
    width: 100%;
    padding: 80px 0;
    display: inline-block;
}
.sns_section .inner {
    margin: 0 auto;
    width: 1440px;
}
.sns_section .m_tit {
    color:#000;
    font-size: 6.0rem;
    padding-bottom: 60px;
    text-align: center;
    font-family: "RobotoRegular";
}
.sns_con {
}
.sns_con ul {
}
.sns_con ul li {
    position: relative;
    width: 25%;
    float: left;
    padding-top: 25%;
    background: #333;
    overflow: hidden;
	background-size: cover;
    background-position: center;
}
.sns_con ul li figure {
    position: relative;
    width: 100%;
    height: 100%;
}
.sns_con ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sns_con ul li img {
    width: 100%;
}


@media screen and (max-width:1440px) {

	.sns_section .inner {
		margin: 0 auto;
		width: 100% !important;
	}
	.sns_section {
		padding: 50px 0 !important;
	}


}


@media screen and (max-width:860px) {
	
	.sns_section {
		padding: 40px 0 !important;
	}
	.sns_section .m_tit {
		font-size: 5.0rem;
		padding-bottom: 25px;
	}
	.sns_con ul li {
		width: 33.33%;		
		padding-top: 33.33%;
	}

}


@media screen and (max-width:468px) {

	.message_ti {
		font-size: 5.0rem;
		padding-bottom: 90px;
		line-height: 90%;
		top: 40px;
		left: 20px;
	}
	.year_txt {
		padding: 0;
	}

	.admission_section {
		padding: 35px 0;
	}
	.admission_box_tit {
		padding-bottom: 20px;
	}
	.admission_box_tit div {
		font-size: 2.1rem;
	}
	.admission_box_tit span {
		font-size: 1.5rem;
	}
	.admission_box_btn a {
		height: 110px;
		padding: 2% 4% 2% 4%;
	}
	.admission_section .inner {
		padding: 0 20px !important;
	}

	.textselect {
		margin-bottom: 15px;
	}
	.textname > input, .textcontact > textarea {
		margin-bottom: 15px;
	}

	.table {
		overflow-x: scroll;
	}
	.table table.table01 {
		width: 650px;
	}
	.table table.table02 {
		width: 650px;
	}

	.message_section {
		/*padding-top: 40px;*/
	}
	.message_section .inner .visual-ctrl {
		height: 60px;
		position: absolute;
		top: 200px;
		left: 10px;
	}
	
	.message_con {
		height: 110%;
	}
	.message_con01 div.m_txt .txt {
		padding-bottom: 40px;
	}
	.message_con01 {
		padding: 40px 20px 20px;
	}
	.message_con02 {
		display:none;
	}
	.message_con02_txt01 {
		line-height: 28px;
	}

	.message_con01 div.m_txt .m_img div.m_image {
		float:none;
	}
	.message_con01 div.m_txt .m_img span  {
		width:100%;
		padding-left:0;
		display:block;
		float:none;
	}

	.m_white_box_bg01:before,
	.m_white_box_bg03:before,
	.m_white_box_bg02:before {
		display: none;
	}
	.m_white_box_bg01 {
		border-bottom: 1px solid #aaaaaa;
		margin-bottom: 30px;
	}
	.m_white_box_bg02 {
		border-bottom: 1px solid #aaaaaa;
		margin-bottom: 30px;
	}
	.m_white_box_bg03 {
	}
	.m_white_bg .m_white_box ul li {
		padding-bottom: 30px;
	}
	.m_white_txt {
		padding: 0 0 0 5px;
	}
	.m_white_bg .m_white_box {
		padding: 30px 15px;
		background: #fff url(/image/logo_bg.png) no-repeat center;
		background-size: 70%;
	}


	.sns_con ul li {
		width: 50%;
		padding-top: 50%;
	}

    
}