@charset "UTF-8";
/* CSS Document */

.exc_title {
	border-left: 5px solid #76C497;
	font-size: 26px;
	line-height: 30px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 40px;
}
.exc_copy {
	font-size: 22px;
	color: #76C497;
	margin-bottom: 15px;
	line-height: 1.5em;
}
.exc_copy2 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.exc_intro {
	margin: 0px 0px 50px;
}
.exc_cate .text_box {
	width: 48.148148148%;
	float: left;
}
.exc_cate .img_box {
	float: right;
	width: 48.611111111%;
}
.exc_cate .img_box .img {
	text-align: center;
}


.dis_btn {
	width: 60%;
	margin: 20px auto 0px;
	text-align: center;
}
.dis_btn a {
	border: 2px solid #CB2837;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	background-image: url(/images/faculty/seach_grass.png);
	background-repeat: no-repeat;
	background-position: 78.666% center;
	background-size: 26px 27px;
}

.dis_btn a:hover {
	border: 2px solid #CB2837;
	background: #CB2837;
	color: #FFF;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	background-image: url(/images/faculty/seach_grass_r.png);
	background-repeat: no-repeat;
	background-position: 78.666% center;
	background-size: 26px 27px;
}
.dis_btn a:hover:after {
	color: #fff;
}


.exc_cate {
	margin: 0px 0px 80px;
}
.exc_cate .text_box .hop_step {
	margin: 0px 0px 40px;
}
.exc_cate .text_box .hop_step:last-child {
	margin: 0px 0px 0px;
}
.exc_cate .hop_step .exc_st {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 15px;
	padding: 0px 0px 20px;
	border-bottom: 3px solid #e5e5e5;
}
.exc_cate .hop_step .exc_st::before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/exchange/bo.jpg);
}



.exc_point {
	margin: 0px 0px 80px;
}
.exc_point .point_st {
	border-bottom: 3px solid #f3f3f3;
	line-height: 65px;
	margin: 0px 0px 20px;
}
.exc_point .point_st .st {
	font-size: 20px;
	color: #76C497;
	padding: 20px 0px 15px 2%;
	float: left;
	width: 65%;
	line-height: 1.5em;
}
.exc_point .point_st .point {
	font-size: 18px;
	border-top: 2px solid #76C497;
	width: 30%;
	text-align: center;
	float: left;
}
.exc_point .point_st .point span {
	font-size: 24px;
}
.exc_point .point {
	float: left;
	width: 48%;
}
.exc_point .point:last-child {
	float: right;
}


#nav_area .nav .ex_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nav_area .nav .ex_img img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
#nav_area .nav .ex_img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


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

.exc_title {
	font-size: 20px;
	line-height: 1.5em;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
}
.exc_copy {
	font-size: 18px;
}
.exc_copy2 {
	font-size: 18px;
}
.exc_intro {
	margin: 0px 0px 25px;
}
.exc_cate .text_box {
	width: auto;
	float: none;
	margin:  0 0 10px;
}
.exc_cate .img_box {
	float: none;
	width: 80%;
	margin: 0 auto;
}
.exc_cate .img_box .img {
	text-align: center;
}


.dis_btn {
	width: 60%;
	margin: 20px auto 0px;
	text-align: center;
}
.dis_btn a {
	border: 2px solid #CB2837;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	background-image: url(/images/faculty/seach_grass.png);
	background-repeat: no-repeat;
	background-position: 78.666% center;
	background-size: 26px 27px;
}

.dis_btn a:hover {
	border: 2px solid #CB2837;
	background: #CB2837;
	color: #FFF;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	background-image: url(/images/faculty/seach_grass_r.png);
	background-repeat: no-repeat;
	background-position: 78.666% center;
	background-size: 26px 27px;
}
.dis_btn a:hover:after {
	color: #fff;
}


.exc_cate {
	margin: 0px 0px 40px;
}
.exc_cate .text_box .hop_step {
	margin: 0px 0px 30px;
}
.exc_cate .text_box .hop_step:last-child {
	margin: 0px 0px 0px;
}
.exc_cate .hop_step .exc_st {
	font-size: 18px;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}
.exc_cate .hop_step .exc_st::before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/exchange/bo.jpg);
}



.exc_point {
	margin: 0px 0px 40px;
}
.exc_point .point_st {
	line-height: 45px;
	margin: 0px 0px 10px;
}
.exc_point .point_st .st {
	font-size: 18px;
	padding: 10px 6%;
	float: none;
	width: auto;
}
.exc_point .point_st .point {
	font-size: 16px;
	width: 50%;
	float: none;
	margin:  0;
}
.exc_point .point_st .point span {
	font-size: 24px;
}
.exc_point .point {
	float: none;
	width: auto;
	margin:  0 0 20px;
}
.exc_point .point:last-child {
	float: right;
}


#nav_area .nav .ex_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nav_area .nav .ex_img img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
#nav_area .nav .ex_img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
}