
.span-br {
	display: block;
}

.only-pc {
	display: block;
}

.only-mobile {
	display: none;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

	float: left;
}

.fr {
	float: right;
}

.professors-wrapper {
	margin-bottom: 1%;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1%;
}

.professors-wrapper:last-child {
	margin-bottom: 0;
}

.professors-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.professors-area {
	position: relative;
	float: left;
	width: 49.5%;
	min-height: 280px;
	padding: 15px 15px 15px 165px;
	margin-top: 1%;
	border: 1px solid #d8d8d8;
}

.professors-area:after {
	content: "";
	clear: both;
	display: block;
}

.professors-area:nth-child(even) {
	float: right;
}

.professors-area:nth-child(odd) {
	clear: both;
}

.professors-area:nth-type(1),
.professors-area:nth-type(2) {
	margin-top: 0;	
}

.professors-area .image {
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	width: 120px;
	height: 160px;
	background: #f2f4f9;
	overflow: hidden;
}

.professors-area .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.professors-box {
	min-height: 118px;
	padding-top: 10px;
	margin-bottom: 10px;
}

professors-box:after {
	content: "";
	clear: both;
	display: block;
}

.professors-box > h3 {
	display: block;
	font-size: 26px;
	line-height: 30px;
	color: #212121;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.professors-box > ul {
	display: block;
	margin-top: 10px;
}

.professors-box > ul > li {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	padding-left: 8px;
	background: url(../img/bul_type01.png) no-repeat left 13px;
	background-size: 2px 2px;
	word-break: keep-all;
}

.professors-area .btn-professor-homepage {
	float: right;
	height: 28px;
	padding: 5px 15px 0 15px;
	background: #5d7dc1;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	border-radius: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.professors-area .btn-professor-homepage:hover {
	background: #445d91
}

.btns-area {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

.btn-download {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 57px;
	padding: 16px 20px 0 20px;
	margin-bottom: 1%;
	border: 1px solid #555555;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-download:after {
	content: "";
	clear: both;
	display: block;
}

.btn-download > span {
	display: inline-block;
	vertical-align: middle;
	color: #212121;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700
}

.btn-download > img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 16px;
}

.btn-download:hover {
	background: #f9f9f9;
}

.btn-download:after {
	content: "";
	clear: both;
	display: block;
}

.btn-new-window {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	padding: 12px 30px 0 29px;
	margin-bottom: 1%;
	border: 0;
	border-radius: 25px;
	background: #f4f6fa;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*??? ???? ?? ????? ???? ?? 3?? ?? ?? ??? 29px? ??_190212*/
}

.btn-new-window:after {
	content: "";
	clear: both;
	display: block;
}

.btn-new-window > span {
	display: inline-block;
	vertical-align: middle;

	color: #616161;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500
}

.btn-new-window > img {
	display: inline-block;
	vertical-align: middle;

	margin-left: 17px;
	width: 16px;
}

.btn-new-window:hover {
	background: #e9e9e9;
}

.btn-new-window:after {
	content: "";
	clear: both;
	display: block;
}

.contents-area {
	margin-bottom: 40px;
}
.contents-box {
	padding-left: 30px;
	margin-bottom: 30px;
}

.contents-area:last-child {
	margin-bottom: 0;
}

.title0401,
.bullet-type01 .title0401 {
	margin: 0 0 10px 0;
	padding-left: 30px;
	color: #333333;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	background-image: url(../img/bullet_type01/bul_type0101.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 18px 18px;
	word-break: keep-all;
}


.title0402,
.bullet-type01 .title0401 {
	margin: 0 0 10px 0;
	padding-left: 30px;
	color: #0d418a;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	word-break: keep-all;
	text-align: center;
}


.title0402a,
.bullet-type01 .title0401 {
	margin: 0 0 10px 0;
	padding-left: 30px;
	color: #0d418a;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	word-break: keep-all;
	text-align: center;
}


.bullet-type02 .title0401 {
	background-image: url(../img/bullet_type02/bul_type0101.png);
}

.bullet-type03 .title0401 {
	background-image: url(../img/bullet_type03/bul_type0101.png);
}

.title0501,
.bullet-type01 .title0501 {
	margin: 10px 0;
	padding-left: 12px;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	background-image: url(../img/bullet_type01/bul_type0102.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 6px 6px;
	word-break: keep-all;
}

.bullet-type02 .title0501 {
	background-image: url(../img/bullet_type02/bul_type0102.png);
}

.bullet-type03 .title0501 {
	background-image: url(../img/bullet_type03/bul_type0102.png);
}

.title0502 {
	padding: 18px 15px;
	color: #424242;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	background-color: #f0f0f0;
	border: 1px solid #dddddd;
	text-align: center;
}


.word-type01 {
	padding-bottom: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	word-break: keep-all;
}

.word-type01 > strong{
	font-weight: 500;
}

.word-type01:last-child {
	padding-bottom: 0;
}

.ul-list01,
.ul-list04{
	margin: 0 0 20px 0;
	word-break: keep-all;
}

.title0501 + p,
.title0501 + .ul-list01,
.title0501 + .ul-list04,{ 
	padding-left: 14px;
}

.ul-list01 > li,
.bullet-type01 .ul-list01 > li {
	padding-left: 12px;
	color: #999999;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	background-image: url(../img/bullet_type01/bul_type0103.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 3px 3px;
}

.ul-list04 > li{
	padding-left: 12px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	background-image: url(../img/bullet_type01/bul_type0103.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 3px 3px;
}


.bullet-type02 .ul-list01 > li {
	background-image: url(../img/bullet_type02/bul_type0103.png);
}

.bullet-type02 .ul-list03 > li {
	background-image: url(../img/bullet_type03/bul_type0103.png);
}

.ul-list01 > li > ul,
.ul-list04 > li > ul {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
}

.ul-list02 > li > ul {
	padding: 0 0 5px 0;

}

.ul-list01 > li > ul > li,
.ul-list04 > li > ul > li{
	padding-left: 12px;
	background-image: url(../img/common/bullet04.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	background-size: 3px 1px;
}

.ul-list01 > li > ol,
.ul-list04 > li > ol{
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
}

.ul-list01 > li > ol > li,
.ul-list04 > li > ol > li{
	position: relative;
	padding-left: 20px;
}

.ul-list01 > li > ol > li .number,
.ul-list04 > li > ol > li .number{
	position: absolute;
	top: 0;
	left: 0;
}

.ul-list02 {
	margin: 0 0 20px 0;
	word-break: keep-all;
}

.ul-list02 > li {
	padding-left: 12px;
	color: #828282;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	background-image: url(../img/common/bul_type_lap01@2x.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 3px 3px;
}

.ul-list02 > li strong {
	font-weight: 700;
	color: #222;
}



.ol-list01,
.ol-list04 {
	margin: 0 0 20px 0;
	word-break: keep-all;
}

.title0501 + .ol-list01,
.title0501 + .ol-list04 { 
	padding-left: 14px;
}

.ol-list01 > li {
	position: relative;
	padding-left: 27px;
	color: #999999;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}

.ol-list04 > li {
	position: relative;
	padding-left: 27px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}


.ol-list01 > li .number,
.ol-list04 > li .number {
	position: absolute;
	top: 0;
	left: 0;
}


.ol-list01 > li > ul > li,
.ol-list04 > li > ul > li {
	padding-left: 12px;
	background-image: url(../img/common/bullet04.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	background-size: 3px 1px;
}

.ol-list01 > li > ol,
.ol-list04 > li > ol {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
}

.ol-list01 > li > ol > li,
.ol-list04 > li > ol > li {
	position: relative;
	padding-left: 20px;
}

.ol-list01 > li > ol > li .number,
.ol-list04 > li > ol > li .number {
	position: absolute;
	top: 0;
	left: 0;
}







/* ??? ?? */
.lab-list-wrapper {
	padding: 35px 40px 15px 40px;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 40px;
}

.lab-list-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.lab-list-wrapper > li {
	float: left;
	width: 33.3%;
	margin-bottom: 14px;
}

.lab-list-wrapper > li > a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	background-image: url(../img/common/bul_type01_off@2x.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 7px 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lab-list-wrapper > li > a:hover,
.lab-list-wrapper > li > a.active {
	color: #0061bb;
	font-weight: 500;
	background-image: url(../img/common/bul_type01_on@2x.png);
}

.lab-list-wrapper > li > a .bg-line {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 0;
	height: 1px;
	background: #0061bb;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lab-list-wrapper > li > a:hover .bg-line,
.lab-list-wrapper > li > a.active .bg-line {
	width: calc(100% - 15px)
}





.lab-list-wrapper02 {
	padding: 35px 40px 15px 40px;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 40px;
}

.lab-list-wrapper02:after {
	content: "";
	clear: both;
	display: block;
}

.lab-list-wrapper02 > li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.lab-list-wrapper02 > li > a {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	background-image: url(../img/common/bul_type01_off@2x.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 7px 12px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lab-list-wrapper02 > li > a:hover,
.lab-list-wrapper02 > li > a.active {
	color: #0061bb;
	font-weight: 500;
	background-image: url(../img/common/bul_type01_on@2x.png);
}

.lab-list-wrapper02 > li > a .bg-line {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 0;
	height: 1px;
	background: #0061bb;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lab-list-wrapper02 > li > a:hover .bg-line,
.lab-list-wrapper02 > li > a.active .bg-line {
	width: calc(100% - 15px)
}




.lap-information-wrapper {
	position: relative;
	padding: 40px 0 30px 335px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	margin-top: -1px;
}

.lap-information-wrapper + .contents-area {
	margin-top: 50px;
}

.lap-information-wrapper .image {
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
	width: 296px;
	height: 213px;
	overflow: hidden;
}

.lap-information-wrapper .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 120%;
	max-height: 120%;
	margin: auto;
}

.lap-information-wrapper.type02 {
	padding: 40px 0 30px 215px;
}

.lap-information-wrapper.type02 .image {
	position: absolute;
	top: 40px;
	left: 22px;
	display: block;
	width: 162px;
	height: 216px;
	overflow: hidden;
}


.lap-information-area {
	min-height: 213px;
}

.lap-information-area:after {
	content: "";
	clear: both;
	display: block;
}

.lap-information-area > h4 {
	display: block;
	color: #333333;
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
	word-break: keep-all
}

.lap-information-area > p {
	color: #828282;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	word-break: keep-all
}

.lap-information-box {
	display: block;
	margin-bottom: 30px;
}

.lap-information-box:after {
	content: "";
	clear: both;
	display: block;
}

.lap-information-box dl {
	float: left;
	width: 50%;
	margin-top: 15px;
}

.lap-information-box dl > dt {
	float: left;
	margin-right: 5px;
}

.lap-information-box dl > dt > img {
	float: left;
	width: 20px;
	margin-right: 8px;
	margin-top: 2px;
}

.lap-information-box dl > dt > strong {
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.lap-information-box dl > dd {
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}

.btn-detail-view {
	float: right;
	height: 35px;
	padding: 6px 22px 0 22px;
	background: #0089d8;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	border-radius: 18px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-detail-view > img {
	display: inline-block;
	vertical-align: baseline;
	width: 18px;
	margin-left: 5px;
}

.btn-detail-view:hover {
	color: #fff;
	background: #0369a4
}


.btn-detail-view02 {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	padding: 6px 22px 0 22px;
	background: #f4f4f4;
	color: #828282;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	border-radius: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-detail-view02 > img {
	display: inline-block;
	vertical-align: baseline;
	width: 18px;
	margin-left: 5px;
}

.btn-detail-view02:hover {
	background: #ddd
}

.information-box {
	background: #f4f6fa;
	padding: 30px;
}

.location dl {
	position: relative;
	padding-left: 120px;
}

.location dl:last-child {
	margin-bottom: 0;
}

.location dl > dt {
	position: absolute;
	top: 0;
	left: 0;
}

.location dl > dt > img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	line-height: 36px;
	margin-right: 10px;
}

.location dl > dt > span {
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
}

.location dl > dd {
	color: #666666;
	font-size: 16px;
	line-height: 36px;
	font-weight: 300;
}



/* ?? */
.history-wrapper {	
	display: block;
}

.history-area {
	position: relative;
	border-top: 1px solid #ebeaea;
	border-bottom: 1px solid #ebeaea;
	padding: 45px 45px 45px 175px;
	margin-top: -1px;
}

.history-area:first-child {
	border-top: 0;
	padding-top: 0;
}

.history-area > h4 {
	position: absolute;
	top: 40px;
	left: 0;
	width: 175px;
	text-align: center;
	color: #0da1e2;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin: 0;
}

.history-area > h4 > span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display:block;
	margin-top: 5px;
}

.history-area:first-child > h4 {
	top: 0;
}


.history-box {
	display: block;
}

.history-box > dl {
	position: relative;
	padding-left: 150px;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 26px;
}

.history-box > dl:last-child {
	margin-bottom: 0;
}

.history-box > dl > dt {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #4a4143;
	font-weight: 500;
}

.history-box > dl > dd {
	padding-left: 13px;
	background-image: url(../img/common/bul_history_type01@2x.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	background-size: 7px 6px;
	color: #828282;
	font-weight: 300;
	word-break: keep-all;
}

.history-box > dl.dt-none {
	padding-left: 0;
}

.history-box > dl.dt-none > dt {
	display: none;
}

/* ???? */
.map-wrapper {
	margin-bottom: 25px
}

.map-wrapper > div {
	width: 100%;
}

.map-wrapper + .btns-area + .contents-area {
	margin-top: 40px;
}

.ul-list01.location + .title0501 {
	margin-top: 60px;
}

.ul-list01.location > li {
	position: relative;
	padding-left: 350px;
	font-size: 16px;
	line-height: 34px;
	background: transparent;
}

.ul-list01.location > li > strong {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 12px;
	color: #424242;
	font-weight: 500;
	background-image: url(../img/bullet_type01/bul_type0103.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	background-size: 3px 3px;
}

.ul-list01.location > li > strong > span {
	color: #828282;
	font-weight: 300
}

.information-box.location + .title0501 {
	margin-top: 40px;
}

/* ??? */
.greeting-wrapper {
	position: relative;
}

.greeting-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.greeting-slogan-wrapper {
	position: relative;
	padding-right: 446px;
}

.greeting-slogan-wrapper .summary {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	letter-spacing: -1px;
}

.greeting-slogan-wrapper .greeting {
	color: #333333;
	font-size: 34px;
	line-height: 46px;
	font-weight: 500;
	padding-bottom: 38px;
	margin-bottom: 50px;
	background-image: url(../img/common/bg_greeting_line01@2x.gif);
	background-repeat: no-repeat;
	background-size: 80px 4px;
	background-position: left bottom;
	letter-spacing:-0.1rem;
}

.greeting-slogan-wrapper .greeting > strong {
	color: #00a6f7;
	font-weight: 500;
}

.greeting-slogan-wrapper .greeting > span {
	display: block;
}

.greeting-slogan-wrapper > img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 397px;
}

.greeting-wrapper > dl {
	float: right;
	margin-top: 50px;
	text-align: right;
}

.greeting-wrapper > dl > dt {
	position: relative;
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	padding-top: 21px;
}

.greeting-wrapper > dl > dt > .bg-line {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 70px;
	height: 1px;
	background: #333333;
}

.greeting-wrapper > dl > dd {
	display: block;
	color: #333333;
	font-size: 24px;
	line-height: 26px;
}

/* ? */
.table-type01 {
	border-top: 2px solid #004483
}

.table-type01 table thead th {
	padding: 15px;
	background: #ecf1fb;
	color: #212121;
	font-size: 16px;
	line-height: 24px;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	letter-spacing: -1px;
}

.table-type01 table thead th.bdr {
	border-right: 1px solid #d8d8d8 !important;
}

.table-type01 table thead th.bdl {
	border-left: 1px solid #d8d8d8 !important;
}


.table-type01 table thead th:last-child,
.table-type01 table tbody th:last-child,
.table-type01 table tbody td:last-child,
.table-type01 table tfoot th:last-child,
.table-type01 table tfoot td:last-child {
	border-right: none;
}

.table-type01 table thead th:first-child,
.table-type01 table tbody th:first-child,
.table-type01 table tbody td:first-child,
.table-type01 table tfoot th:first-child,
.table-type01 table tfoot td:first-child {
	border-left: none;
}

.table-type01 table tbody th {
	padding: 15px;
	background: #f6f6f7;
	color: #212121;
	font-size: 16px;
	line-height: 24px;
	border-left: 1px solid #d9e0ee;
	border-right: 1px solid #d9e0ee;
	border-bottom: 1px solid #d9e0ee;
	font-weight: 500;
	text-align: center;
}

.table-type01 table tbody td {
	padding: 15px;
	background: #ffffff;
	color: #666666;
		font-size: 16px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.table-type01 table tfoot td {
	padding: 15px;
	background: #ffffff;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


.table-type01 table tbody td.bdr {
	border-right: 1px solid #eee !important;
}

.table-type01 table tbody td.bdr {
	border-left: 1px solid #eee !important;
}


.table-type02 {
	border-top: 2px solid #004483
}

.table-type02 table thead th {
	padding: 15px 5px;
	background: #ecf1fb;
	color: #212121;
	font-size: 14px;
	line-height: 18px;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
	letter-spacing: -1px;
}

.table-type02 table thead th.bdr{
	border-right: 1px solid #d8d8d8 !important;
}

.table-type02 table thead th.bdl{
	border-left: 1px solid #d8d8d8 !important;
}

/*
.table-type02 table thead th:last-child {
	border-right: 0;
}
*/


.table-type02 table tbody th,
.table-type02 table tfoot th {
	padding: 15px 10px;
	background: #ecf1fb;
	color: #212121;
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #d9e0ee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: 500
}

/*
.table-type02 table tbody th:first-child,
.table-type02 table tfoot th:first-child,
.table-type02 table tfoot td:first-child {
	border-left: 0;
}
*/

.table-type02 table tbody td,
.table-type02 table tfoot td {
	padding: 15px 5px;
	background: #fff;
	background: #ffffff;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	word-break:break-all;
}

.table-type02 table tbody th .bdr,
.table-type02 table tbody td .bdr {
	border-right: 1px solid #eeeeee !important;
}

.table-type02 table tbody th .bdl,
.table-type02 table tbody td .bdl {
	border-left: 1px solid #eeeeee !important;
}

/*
.table-type02 table tbody td:last-child,
.table-type02 table tfoot td:last-child {
	border-right: 0;
}
*/

.table-type02 table tfoot td {
	text-align: left;
}


.mobile-horizontal-scroll-wrapper {
	display: block;
}

.mobile-horizontal-scroll-wrapper .mobile-horizontal-scroll-information {
	display: none;
}

/* ?? ???? */
.regulations-download-wrapper {
	display: block;
}

.regulations-download-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.regulations-download-wrapper > li {
	float: left;
	width: 49%;
	margin-bottom: 2%;
}

.regulations-download-wrapper > li:nth-child(even) {
	float: right;
}

.regulations-download-wrapper > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
	padding-top: 35px;
	border: 1px solid #d8d8d8;
	text-align: center;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.regulations-download-wrapper > li > a .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #f3f9fc;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.regulations-download-wrapper > li > a:hover {
	border: 1px solid #0089d8;
}

.regulations-download-wrapper > li > a:hover .bg {
	width: 100%;
}

.regulations-download-wrapper > li > a > .image {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto 15px auto;
	z-index: 5;
}

.regulations-download-wrapper > li > a > .image > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 160px;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.regulations-download-wrapper > li > a:hover > .image > img {
	top: -80px;
}

.regulations-download-wrapper > li > a > strong {
	position: relative;
	z-index: 5;
	font-size: 18px;
	line-height: 30px;
	color: #212121;
	font-weight: 500;
}

.regulations-download-wrapper > li > a:hover > strong {
	color: #0089d8
}

/* ???? ?? */
.accordion-menu-wrapper {
	display: block;
	border-top: 2px solid #0089d8
}

.accordion-menu-wrapper > dl {
	border-bottom: 1px solid #c5d0d7;
	word-break: keep-all
}

.accordion-menu-wrapper > dl > dt {
	display: block;
}

.accordion-menu-wrapper > dl > dt > a {
	position: relative;
	display: block;
	padding: 15px 50px 15px 0;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}

.accordion-menu-wrapper > dl > dt > a .arrow {
	position: absolute;
	top: 50%;
	right: 18px;
	display: block;
	width: 13px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/common/icon_arrow_down01@2x.png) no-repeat 0 0;
	background-size: 13px 8px;
}

.accordion-menu-wrapper > dl > dt > a.active .arrow {
	background: url(../img/common/icon_arrow_up01@2x.png) no-repeat 0 0;
	background-size: 13px 8px;
}

.accordion-menu-wrapper > dl > dd {
	display: none;
	padding: 15px 0;
	color: #999999;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	border-top: 1px solid #c5d0d7;
}

.images-box {
	display: block;
	text-align: center;
}

.images-box > img {
	display: inline-block;
	max-width: 100%;
}

.images-box > .pc {
	display: inline-block;
}

.images-box > .mobile {
	display: none;
}


.images-box02 {
	display: block;
	text-align: center;
}

.images-box02 > img {
	display: inline-block;
	max-width: 100%;
}

.images-box02 > .pc {
	display: inline-block;
}

.images-box02 > .mobile {
	display: none;
}


.contents-box .images-box {
	margin-top: 30px;
	padding-left: 14px;
}

.contents-box .images-box02 {
	margin-top: 0px;
	padding-left: 0px;
}

/* ?? ???? */
.curriculum-download-wrapper {
	display: block;
}

.curriculum-download-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.curriculum-download-wrapper > li {
	float: left;
	width: 49%;
	margin-bottom: 2%;
}

.curriculum-download-wrapper > li:nth-child(even) {
	float: right;
}

.curriculum-download-wrapper > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 77px;
	line-height: 77px;
	padding-left: 30px;
	padding-right: 113px;
	border: 1px solid #d8d8d8;
	text-align: left;
	transition: all 0.2s ease-in-out;
}

.curriculum-download-wrapper > li > a .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #f3f9fc;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.curriculum-download-wrapper > li > a:hover {
	border: 1px solid #0089d8;
}

.curriculum-download-wrapper > li > a:hover .bg {
	width: 100%;
}

.curriculum-download-wrapper > li > a > .image {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
	overflow: hidden;
	z-index: 5;
}

.curriculum-download-wrapper > li > a > .image > img {
	position: absolute;
	top: -49px;
	left: 0;
	display: block;
	width: 49px;
	height: 98px;
	transition: all 0.2s ease-in-out;
}

.curriculum-download-wrapper > li > a:hover > .image > img {
	top: 0;
}

.curriculum-download-wrapper > li > a > strong {
	position: relative;
	z-index: 5;
	font-size: 18px;
	line-height: 30px;
	color: #212121;
	font-weight: 500;
}

.curriculum-download-wrapper > li > a:hover > strong {
	color: #0089d8
}

/* 2019.01.23 ???? */
.images-box.line {
	border: 1px solid #dadada
}

.images-box.w100 > img {
	max-width: 100%;
	width: 100%;
}

.images-box.type02 {
	padding: 50px 25px;
	border: 1px solid #dadada
}

.title0601 {
	padding: 0 0 0 14px;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: 500;
}


.title0601 + p, 
.title0601 + ul,
.title0601 + ol,
.title0601 + dl {
	padding-left: 14px;
}

.title0601 + div{
	margin-left:14px;
	/*div ?? ? ??? top??? ???? ???*/
}


.information-box01 {
	padding: 80px 60px;
	background: #f3f9fc;
}

.ol-list02 {
	display: block;
}

.ol-list02 > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	word-break: keep-all;
}

.ol-list02 > li:last-child {
	margin-bottom: 0;
}

.ol-list02 > li .number {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #212121;
	font-size: 28px;
	font-weight: 700;
}

.ol-list03 {
	display: block;
}

.ol-list03 > li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 8px;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	word-break: keep-all;
}

.ol-list03 > li .number {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	padding-top: 5px;
	border-radius: 50%;
	text-align: center;
	color: #424242;
	background: #e8e8e8;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}

.tabmenu-wrapper {
	position: relative;
	margin-bottom: 45px;
	z-index: 0;
}

.tabmenu-wrapper > ul {
	display: block;
}

.tabmenu-wrapper ul > li {
	float: left;
	width: calc(50% + 1px);
	margin-bottom: -1px;
	margin-right: -1px;
}

.tabmenu-wrapper ul.depth3 > li {
	width: calc(33.3% + 1px);
}


.tabmenu-wrapper ul.depth4 > li {
	width: calc(25% + 1px);
}

/*.tabmenu-wrapper ul.depth5 > li {
	width: calc(20% + 1px);
}

.tabmenu-wrapper ul.depth6 > li {
	width: calc(16.66% + 1px);
}

.tabmenu-wrapper ul.depth6 > li:last-child {
	width: calc(16.7% + 1px);
}

.tabmenu-wrapper ul.depth7 > li {
	width: calc(14.285% + 1px);
}

.tabmenu-wrapper ul.depth7 > li:last-child {
	width: calc(14.29% + 1px);
}

.tabmenu-wrapper ul.depth8 > li {
	width: calc(12.5% + 1px);
}*/

.tabmenu-wrapper ul.depth5 > li {
	width: calc(33.3% + 1px);
}

.tabmenu-wrapper ul.depth6 > li {
	width: calc(33.3% + 1px);
}

.tabmenu-wrapper ul.depth7 > li {
	width: calc(25% + 1px);
}

.tabmenu-wrapper ul.depth8 > li {
	width: calc(25% + 1px);
}

.tabmenu-wrapper ul > li > a {
	display: block;
	border: 1px solid #dadada;
	padding: 16px 15px 14px 15px;;
	text-align: center;
	color: #777777;
	background: #fbfbfb;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.2s ease-in-out;
}

.tabmenu-wrapper ul > li > a:hover,
.tabmenu-wrapper ul > li > a.active {
	position: relative;
	background: #fff;
	color: #000000;
	border: 1px solid #000000;
	z-index: 10;
}

/* ??? ?? */
.successful-announcement-wrapper {
	border: 1px solid #e8e8e8;
	padding: 40px 40px 60px 40px; 
	text-align: center;
}

.successful-announcement-wrapper > img {
	display: block;
	width: 202px;
	margin: 0 auto 30px auto;
}

.successful-announcement-wrapper > h4 {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	color: #333333;
}

.successful-announcement-wrapper > p {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}

.icon-checked {
	display: inline-block;
	width: 20px;
}	

.information-wrapper01 {
	background: #f4f6fa;
	padding: 23px 30px;
}

.information-area01 {
	position: relative;
	min-height: 190px;
	padding: 30px 30px 30px 230px;
	border-bottom: 1px solid #dddddd
}

.information-area01:last-child {
	border-bottom: 0;
}

.information-area01 > img {
	position: absolute;
	top: 30px;
	left: 25px;
	display: block;
	width: 130px;
}

.information-area01 > dl {
	display: block;
}

.information-area01 > dl > dt {
	display: block;
	padding-left: 12px;
	margin-bottom: 9px;
	color: #333333;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	background-image: url(../img/bullet_type01/bul_type0102.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 6px 6px;
	word-break: keep-all;
}

.information-area01 > dl > dd {
	padding-left: 12px;
	color: #828282;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	word-break: keep-all;
}

.information-area01 > dl > dd > span {
	display: block;
}

.information-area01 > dl > dd + dt {
	margin-top: 20px;
}

.qna-wrapper {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.qna-wrapper > dl {
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
}

.qna-wrapper > dl:last-child {
	border-bottom: 0;
}

.qna-wrapper > dl > dt {
	position: relative;
	padding-bottom: 10px;
	padding-left: 35px;
	color: #666666;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}

.qna-wrapper > dl > dt .q {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	padding-top: 5px;
	border-radius: 50%;
	background: #0560ba;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	text-align: center;
	word-break: keep-all
}

.qna-wrapper > dl > dd {
	position: relative;
	color: #666666;
	padding-left: 35px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	word-break: keep-all
}


.qna-wrapper > dl > dd .a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #e8e8e8;
	color: #424242;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	text-align: center;
}

.information-box03 {
	background: #f7f7f7;
	padding: 30px;
}

.word-notice02 {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	padding-left: 35px;
	background-image: url(../img/common/icon_notice@2x.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 0 0;
	font-weight: 300;
}

.word-notice02 > strong {
	font-weight: 500
}



.footer-another-list > dl {
	position: static !important;
	float: none !important;
	width: 100% !important;
	margin-left: 0;
}

.footer-another-list > dl > dt > button {
	width: 190px;
}

.footer-another-list > dl > dd {
	z-index: 100 !important;
}

.footer-site-area {
	position: absolute;
	bottom: calc(100% + 87px);
	left: 15px;
	display: block;
	width: calc(100% - 30px);
	padding: 75px 0 0 0;
	background: #fff;
	z-index: 100;
	border: 1px solid #d4d4d4;
}

.footer-site-area:after {
	content: "";
	clear: both;
	display: block;
}

.footer-site-area .footer-site-box {
	float: left;
	width: 25%;
	min-height: 600px;
	padding: 0 25px;
	border-right: 1px solid #eaeaea
}


.footer-site-area .footer-site-box:after {
	content: "";
	clear: both;
	display: block;
}

.footer-site-area .footer-site-box:nth-child(3) {
	width: 25%;	
}


.footer-site-area .footer-site-box:last-child {
	border-right: 0;
}

.footer-site-area .footer-site-box dl {
	margin-top: 60px;
}

.footer-site-area .footer-site-box:nth-child(3) dl {
	margin-top: 0;
	float: left;
	width: 100%;
}

.footer-site-area .footer-site-box:nth-child(3) dl:nth-child(even) {
	float: right;	
}

.footer-site-area .footer-site-box:nth-child(3) dl:nth-child(even) dt {
	opacity: 0;
}


.footer-site-area .footer-site-box dl > dt {
	display: block;
	color: #0078d0;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 700
}


.footer-site-area .footer-site-box dl > dd {
	display: block !important;
	margin-bottom: 0;
}

.footer-site-area .footer-site-box dl > dd > a {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 22px;
	color: #828282;
	padding-left: 9px;
	letter-spacing: -1px;
	transition: all 0.2s ease-in-out;
	background: url(../img/bul_type01.png) no-repeat left 0.4615rem;
	background-size: 0.1538rem 0.1538rem;
}


.footer-site-area .footer-site-box dl > dd > a:hover {
	color: #0078d0;
}

.footer-site-area .footer-site-box dl:first-child {
	margin-top: 0;
}

.footer-site-area .btn-close {
	position: absolute;
	top: 32px;
	right: 32px;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/common/btn_close03@2x.png) no-repeat 0 0;
	background-size: 17px 17px;
	text-indent: -5000rem;
	transition: all 0.2s ease-in-out;
}

.footer-site-area .btn-close:hover {
	transform: rotate(90deg);  
}


/*190131_jh*/

.word-type10 {
	color: #333333;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing:-0.05rem;
}

.word-type10 > strong{
	color: #00a6f7;
	font-weight:500;
}

.half-wrap{
	zoom:*1;
	margin-bottom:2rem;
}

.half-wrap:after{
	display:block;
	content:"";
	clear:both;
}

.half-cont{
	float:left;
	width:48%;
	margin-left:2%;

}

.half-cont:first-child{
	margin-left:0;
}


.title0403 {
	margin-bottom: 20px;
	color: #333399;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	word-break: keep-all;
	border-bottom: 1px solid #e8e8e8
}

.ul-list05 {
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}

.ul-list05 > li {
	color: #424242;
}



.ul-h-list01 {
	padding-left: 14px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}

.ul-h-list01:after {
	content: "";
	clear: both;
	display: block;
}

.ul-h-list01 > li {
	float: left;
	margin-right: 35px;
	color: #424242;
	padding-left: 12px;
	background: url(/_res/ko/img/bul/bul_type0107.png) no-repeat left 14px;
	background-size: 4px 4px;
	word-break: keep-all;
}

.ul-h-list01 > li:last-child {
	margin-right: 0;	
}


/* ??? */
.popupzone-wrapper {
	position: relative;
	background: #2e4151;
	z-index: 10;
}

.popupzone-area {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	background: url(/_res/ko/img/common/icon_dotted@2x.gif) no-repeat left 29px;
	background-size: 1px 88px;	
}

.popupzone-area:after {
	content: "";
	clear: both;
	display: block;
}

.popupzone-area #popupzone-slider {
	display: block;
	background: url(/_res/ko/img/common/icon_dotted@2x.gif) no-repeat right center;
	background-size: 1px 88px;	
}

.popupzone-area #popupzone-slider .item {
	display: block;
	background: url(/_res/ko/img/common/icon_dotted@2x.gif) no-repeat right center;
	background-size: 1px 88px;	
}


.popupzone-area #popupzone-slider .item > a {
	position: relative;
	height: 145px;
	display: block;
	text-align: center;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}


.popupzone-area #popupzone-slider .item > a:focus:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 7px);
	border: 4px dashed #fe00f5;
	z-index: 10000000;
}

.popupzone-area #popupzone-slider .item > a > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	vertical-align: middle;
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.popupzone-footer-wrapper {
	position: relative;;
	height: 40px;
	text-align: right;
}

.popupzone-footer-wrapper .today-checked-close {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.popupzone-footer-wrapper .today-checked-close input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.popupzone-footer-wrapper .today-checked-close label {
	display: inline-block;
	vertical-align: baseline;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	font-weight: 700;
}

.popupzone-footer-wrapper .btn-popup-close {
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	width: 17px;
	height: 17px;
	background: url(/_res/ko/img/btn/btn_close@2x.png) no-repeat 0 0;
	background-size: 17px 17px;
	text-indent: -5000rem;
}

.popupzone-area .owl-dots {
	position: absolute;
	bottom: -21px;
	left: 35px;
	z-index: 1000;
	display: none;
}

.popupzone-area .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	transition: all 0.2s ease-in-out;
}

.popupzone-area .owl-dots .owl-dot > span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e1e1e1;
	transition: all 0.2s ease-in-out;
}

.popupzone-area .owl-dots .owl-dot.active {
	width: 20px;
}
.popupzone-area .owl-dots .owl-dot.active > span {
	background: #ffde45;
	width: 20px;
	border-radius: 6px;
}


.popupzone-area .owl-dots .owl-dot.active > span {
	background: #ffde45
}

.popupzone-area button.btn-popup-previous,
.popupzone-area button.btn-popup-next {
	position: absolute;
	top: 50%;
	text-indent: -5000rem;
	display: block;
	width: 22px;
	height: 42px;
	margin-top: -21px;
}


.popupzone-area button.btn-popup-previous:disabled,
.popupzone-area button.btn-popup-next:disabled {
	opacity: 0.3;
}


.popupzone-area .btn-popup-previous {
	left: -40px;
	background: url(/_res/ko/img/btn/btn_previous03@2x.png) no-repeat 0 0 !important;
	background-size: 22px 42px !important;
}

.popupzone-area .btn-popup-next {
	right: -40px;
	background: url(/_res/ko/img/btn/btn_next03@2x.png) no-repeat 0 0 !important;
	background-size: 22px 42px !important;
}

.popupzone-btns-wrapper {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
}


.popupzone-btns-wrapper > button {
	float: left;
	display: block;
	width: 10px;
	height: 11px;
	margin-left: 10px;
	text-indent: -5000rem;
}

.popupzone-btns-wrapper > button:first-child {
	margin-left: 0;
}

.popupzone-btns-wrapper > button.btn-popupzone-play {
	background: transparent url(/_res/ko/img/main/icon_play01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_play01@2x.gif);
	background: linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_play01@2x.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px 11px;
}

.popupzone-btns-wrapper > button.btn-popupzone-stop {
	background: transparent url(/_res/ko/img/main/icon_stop01.gif);
	background: -webkit-linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_stop01@2x.gif);
	background: linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_stop01@2x.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px 11px;
}

/* 2021.03.11 ???? */
/* ????02 */
.comany-wrapper02,
.company-wrapper02 {
	display: block;
}

.comany-wrapper02:after,
.company-wrapper02:after {
	display: block;
	content: "";
	clear: both;
}

.company-area02 {
	position: relative;
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:1rem;
}

.company-area02.depth3 {
	width: 32%;
}

.company-area02 > .company-box {
	position: relative;
	display: block;
	border:1px solid #ededed;
	width: 100%;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.company-area02:nth-child(4n){
	margin-right:0;
}

.company-area02:nth-child(4n + 1){
	clear: both;	
}

.company-area02.depth3:nth-child(4n) {
	margin-right: 2%
}

.company-area02.depth3:nth-child(3n) {
	margin-right: 0
}

.company-area02.depth3:nth-child(4n + 1){
	clear: initial;	
}

.company-area02 > .company-box > .image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 66.5%;
	overflow: hidden;
}

.company-area02 > .company-box > .image.noimage {
	background-color: #f3f4f9;
}

.company-area02 > .company-box > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	max-width: 75%;
	margin: auto;
}

.company-area02 > .company-box > .text-box {
	margin: 0;
	border-top: 1px solid #ededed;
	color: #333;
	font-size: 0.875rem;
	line-height: 1.25rem;
	background-color: #f5f5f5;
	padding: 0.75rem 0;
	text-align: center;
  	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 	
}

.company-area02 > .company-box:hover {
	border: 1px solid #000;
}

/* ?? ?? */
.company-view-wrapper {
	position: relative;
	background: #fff;
	border-top: 2px solid #66747e;
}

.company-view-area01 {
	position: relative;
	min-height: 7.563rem;
	padding-left: 13.13rem;
}

.company-view-area02 {
	margin-bottom: 2.5rem;
}

.company-view-area01 > .image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width:  13.13rem;
	padding-bottom: 7.563rem;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	overflow: hidden;
}

.company-view-area01 > .image.noimage {
	background-color: #f3f4f9;	
}

.company-view-area01 > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	/*
	min-width: 100%;
	*/
	max-width: 75%;
	margin: auto;
}

.company-view-wrapper .one-box {
	border-bottom: 1px solid #c8c8c8
}

.company-view-wrapper dl {
	position: relative;
	background-color: #f7f7f7;
	margin: 0;
	padding: 0 0 0 8.75rem;
}

.company-view-wrapper dl > dt {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8.75rem;
	text-align: center;
	transform: translate(0, -50%);
	font-size: 1rem;
	line-height: 1.25rem;
}

.company-view-wrapper dl > dd {
	margin: 0;
	padding: 1.25rem 0.9375rem;
	background-color: #fff;
	border-left: 1px solid #c8c8c8
}

.company-view-wrapper .half-box + .half-box,
.company-view-wrapper .depth3-box + .depth3-box {
	border-left: 1px solid #c8c8c8
}

.depth3-box {
	float: left;
	width: 33.333%;
}

.depth3-box:nth-child(2) {
	width: 33.334%;
}

.company-view-wrapper .linked {
	text-decoration: underline;
	font-weight: 500;
}

.company-area02 > .company-box .hover-area {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -100%;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	text-align: center;
	transition: all 0.2s ease;
	opacity: 0;
}

.company-area02 > .company-box:hover .hover-area,
.company-area02 > .company-box:focus .hover-area {
	margin-bottom: 0;
	opacity: 1;
}

.company-area02 > .company-box .hover-area .hover-box {
	display: table-cell;	
	vertical-align: middle;
}

.company-area02 > .company-box .hover-area .hover-box > strong {
	display: block;
	margin-bottom: 14px;
	color: #fff;	
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 10px;
}

.company-area02 > .company-box .hover-area .hover-box > span {
	display: block;
	color: #fff;
	width: 75px;
	height: 30px;
	margin: 0 auto;
	background-color: #34a1ca;
	font-size: 14px;
	line-height: 30px;
	font-weight: 700;
}




@media only all and (max-width: 1439px) {
	.popupzone-area .owl-nav .owl-prev {
		left: 0;
	}

	.popupzone-area .owl-nav .owl-next {
		right: 0;
	}
}






@media only all and (max-width: 1280px) {
	.map-wrapper + .btns-area > .btn-new-window {
		font-size: 14px;
		padding: 16px 16px 0 16px;
		letter-spacing: -1px;
	}

	.map-wrapper + .btns-area > .btn-new-window > img {
		margin-left: 10px;
	}
	
}


@media only all and (max-width: 1198px) {

	.footer-site-area .footer-site-box {
		min-height: 570px;	
	}
		
	
	.footer-site-area .footer-site-box dl > dd > a {
		word-break: break-all;
	}	
}


@media only all and (max-width: 1023px) {
	

	.images-box > .pc {
		display: none;
	}

	.images-box > .mobile {
		display: inline-block;
	}
	

	/* ?? ???? */
	.curriculum-download-wrapper > li > a {
		height: 4.813rem;
		line-height: 4.813rem;
		padding-left: 1.875rem;
		padding-right: 7.063rem;
	}


	.curriculum-download-wrapper > li > a > .image {
		right: 1.875rem;
		width: 3.063rem;
		height: 3.063rem;
		margin-top: -1.563rem;
		z-index: 1;
	}

	.curriculum-download-wrapper > li > a > .image > img {
		top: -3.063rem;
		width: 3.063rem;
		height: 6.125rem;
	}

	.curriculum-download-wrapper > li > a > strong {
		font-size: 1.125rem;
		line-height: 1.125rem;
		z-index: 1;
	}


	.tabmenu-wrapper {
		margin-bottom: 1.538rem;
	}

	.tabmenu-wrapper > ul {
		display: block;
		border: 1px solid #d1d2d4;
		border-top: 0;
		border-left: 0;
	}

	.tabmenu-wrapper > ul:after {
		content: "";
		clear: both;
		display: block;
	}

	.tabmenu-wrapper ul > li,
	.tabmenu-wrapper ul.depth3 > li,
	.tabmenu-wrapper ul.depth3 > li,
	.tabmenu-wrapper ul.depth4 > li,
	.tabmenu-wrapper ul.depth5 > li, 
	.tabmenu-wrapper ul.depth6 > li,
	.tabmenu-wrapper ul.depth7 > li,
	.tabmenu-wrapper ul.depth8 > li {
		width: calc(50% + 1px) !important;
		margin-bottom: -1px;
		margin-top: 0;
		margin-right: -1px;
		margin-left: 0;
	}

	.tabmenu-wrapper ul > li > a {
		display: block;
		border: 1px solid #d1d2d4;
		padding: 10px;
		text-align: center;
		color: #616161;
		font-size: 0.9rem;
		line-height: 1.154rem;
		transition: all 0.2s ease-in-out;
	}



	.tabmenu-wrapper ul > li > a:hover,
	.tabmenu-wrapper ul > li > a.active {
		left: 0;
	}


	.qna-wrapper > dl {
		padding: 1.875rem 0;
	}

	.qna-wrapper > dl > dt {
		padding-bottom: 0.625rem;
		padding-left: 2.188rem;
		font-size: 1.125rem;
		line-height: 1.625rem;
	}

	.qna-wrapper > dl > dt .q {
		top: 0;
		width: 1.563rem;
		height: 1.563rem;
		line-height: 1.563rem;
		padding-top: 0;
		font-size: 0.875rem;
	}

	.qna-wrapper > dl > dd {
		padding-left: 2.188rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.qna-wrapper > dl > dd .a {
		top: 0;
		width: 1.563rem;
		height: 1.563rem;
		line-height: 1.563rem;
		padding-top: 0;
		font-size: 0.875rem;
	}

	.footer-another-list > dl > dt > button {	
		position: absolute;
		bottom: 0;
		right: 15px;
		width: 190px;
	}

	.footer-site-area {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 1.538rem 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;
	}

	.footer-site-area .footer-site-box,
	.footer-site-area .footer-site-box:nth-child(3) {
		float: none;
		width: 100%;
		min-height: auto;
		min-height: initial;
		padding: 0 1.154rem;
		border-right: 0;
		margin-top: 1.923rem;
	}

	.footer-site-area .footer-site-box:last-child {
		border-right: 0;
	}

	.footer-site-area .footer-site-box dl {
		margin-top: 1.923rem;
	}
	
	.footer-site-area .footer-site-box:nth-child(3) dl {
		float: none;
		width: 100%;
	}

	.footer-site-area .footer-site-box dl > dt {
		font-size: 1.154rem;
		line-height: 1.385rem;
		margin-bottom: 0.7692rem;
	}
	
	.footer-site-area .footer-site-box:nth-child(3) dl:nth-child(even) dt {
		display: none;
		opacity: 0;
	}	

	.footer-site-area .footer-site-box dl > dd > a {
		font-size: 0.9231rem;
		line-height: 1.385rem;
		padding-left: 0.6154rem;
		letter-spacing: 0;
		background: url(../img/bul/bul_type02@2x.gif) no-repeat left 0.4615rem;
		background-size: 0.1538rem 0.1538rem;
	}

	.footer-site-area .footer-site-box dl > dd > a:hover {
		color: #f9b514;
	}

	.footer-site-area .footer-site-box dl:first-child {
		margin-top: 0;
	}

	.footer-site-area .btn-close {
		position: fixed;
		top: 1.538rem;
		right: 1.538rem;
		display: block;
		width: 1.308rem;
		height: 1.308rem;
		background-size: 1.308rem 1.308rem;
	}
	
	.half-wrap{
		margin-bottom:0;
	}
	
	.half-cont{
		width:100%;
		margin-left:0;
		margin-bottom:2rem;
	}
	

	.title0403 {
		margin-bottom: 1.154rem;
		font-size: 1.308rem;
		line-height: 1.923rem;
		padding-bottom: 0.5rem;		
	}
	
	.ul-list05 {
		font-size: 1rem;
		line-height: 1.385rem;
	}
	

	.ul-h-list01 {
		padding-left: 0;
		font-size: 1rem;
		line-height: 1.385rem;
	}

	.ul-h-list01 > li {
		margin-right: 1.154rem;
		padding-left: 0.6154rem;
		background-position: left 0.5769rem;
		background-size: 0.3077rem 0.3077rem;
	}	
	
	
	/* ??? */
	.popupzone-wrapper {
		z-index: 1;
	}

	.popupzone-area {
		max-width: 100%;
		padding: 0 1.538rem;
		margin: 0;
		background: trnasparent;
	}

	.popupzone-area #popupzone-slider {
		height: auto;
		background: transparent;
	}

	.popupzone-footer-wrapper {
		position: static;
		margin-right: 0;
		height: auto;
		padding: 0.3846rem 0;
	}
	
	.popupzone-area #popupzone-slider .item {
		background: transparent;
	}

	.popupzone-area #popupzone-slider .item > a {
		height: 8.385rem;
	}


	.popupzone-footer-wrapper .today-checked-close {
		margin-right: 0.3846rem;
	}

	.popupzone-footer-wrapper .today-checked-close input[type="checkbox"] {
		margin-right: 0.1923rem;
	}

	.popupzone-footer-wrapper .today-checked-close label {
		font-size: 0.7692rem;
		line-height: 0.9231rem;
	}

	.popupzone-footer-wrapper .btn-popup-close {
		margin-top: 0.1538rem;
	}

	.popupzone-area .owl-dots {
		bottom: 0;
		margin-bottom: -1.25rem;
		right: auto;
		right: initial;
		left: 2.25rem;
		width: auto;
		display: block;
	}

	.popupzone-area .owl-dots .owl-dot {
		width: 0.9231rem;
		height: 0.9231rem;
		margin: 0 0.1923rem;
	}

	.popupzone-area .owl-dots .owl-dot > span {
		width: 0.9231rem;
		height: 0.9231rem;
	}

	.popupzone-area .owl-dots .owl-dot.active {
		width: 1.538rem;
	}

	.popupzone-area .owl-dots .owl-dot.active > span {
		width: 1.538rem;
		border-radius: 0.4615rem;
	}

	.popupzone-area button.btn-popup-previous,
	.popupzone-area button.btn-popup-next {
		position: absolute;
		top: 50%;
		text-indent: -5000rem;
		display: block;
		width: 0.8462rem;
		height: 1.615rem;
		margin-top: -0.8077rem;
	}

	.popupzone-area .btn-popup-previous {
		left: 1.154rem;
		background-size:  0.8462rem 1.615rem !important;
	}

	.popupzone-area .btn-popup-next {
		right: 1.154rem;
		background-size:  0.8462rem 1.615rem !important;
	}
	

	.popupzone-btns-wrapper {
		position: absolute;
		top: initial;
		top: auto;
		bottom: 0.55rem;
		left: 0.7692rem;
		display: block;
	}


	.popupzone-btns-wrapper > button {
		width: 1rem;
		height: 1rem;
		margin-left: 0.6154rem;
	}


	.popupzone-btns-wrapper > button.btn-popupzone-play {
		background: transparent url(/_res/ko/img/main/icon_play01_mobile.gif);
		background: -webkit-linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_play01_mobile@2x.gif);
		background: linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_play01_mobile@2x.gif);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 1rem 1rem;
	}

	.popupzone-btns-wrapper > button.btn-popupzone-stop {
		background: transparent url(/_res/ko/img/main/icon_stop01_mobile.gif);
		background: -webkit-linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_stop01_mobile@2x.gif);
		background: linear-gradient(transparent,transparent),url(/_res/ko/img/main/icon_stop01_mobile@2x.gif);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 1rem 1rem;
	}
	
	
	/* ????02 */
	.company-area02 {
		width:49% !important;
		margin-right:0;
	}

	.company-area02:nth-child(even) {
		float: right;
	}
	
	.company-area02.depth3:nth-child(3n),
	.company-area02.depth3:nth-child(4n) {
		margin-right: 0
	}


	/* ?? ?? */
	.company-view-wrapper {
		padding-bottom: 15px;
	}

	.company-view-area02 {
		margin-bottom: 0;
	}

	.company-view-area01 {
		min-height: auto;
		padding-left: 0;
	}

	.company-view-area01 > .image {
		position: static;
		display: block;
		width: 100%;
		padding-bottom: 0;
		border-right: 0;
	}

	.company-view-area01 > .image > img {
		position: static;
		display: block;
		width: 19.38rem;
		min-width: auto;
		margin: 0 auto;
	}

	.company-view-wrapper .one-box {
		border-bottom: 0
	}


	.company-view-wrapper .half-box + .half-box,
	.company-view-wrapper .depth3-box + .depth3-box {
		border-left: 0;
		border-bottom: 0;
	}

	.company-view-wrapper .one-box,
	.company-view-wrapper .half-box,
	.company-view-wrapper .depth3-box {
		position: relative;
		margin-top: -1px;
		border-bottom: 1px solid #c8c8c8;
		border-top: 1px solid #c8c8c8;
		z-index: 1;
	}


	.depth3-box {
		float: none;
		width: 100% !important;
	}	
	


	.company-area02 > .company-box .hover-area .hover-box > strong {
		margin-bottom: 0.6538rem;
		font-size: 1.038rem;
		line-height: 1.423rem;
		padding: 0 0.5769rem;
	}

	.company-area02 > .company-box .hover-area .hover-box > span {
		width: 4.308rem;
		height: 1.731rem;
		font-size: 0.8077rem;
		line-height: 1.731rem;
	}


	
	
}

@media only all and (max-width: 767px) {
	
	.span-br{
		display:inline-block;
	}
	.professors-wrapper {
		margin: 0;
	}

	.professors-area {
		position: relative;
		float: none;
		width: 100%;
		min-height: 11.62rem;
		padding: 1.154rem 1.154rem 1.154rem 9.615rem;
		margin-bottom: 1%;
		border: 1px solid #d8d8d8;
	}

	.professors-area:nth-child(even) {
		float: none;
	}

	.professors-area .image {
		top: 1.154rem ;
		left: 1.154rem ;
		display: block;
		width: 6.923rem;
		height: 9.231rem;
	}


	.professors-box {
		min-height: 6.538rem;
		padding-top: 0.5769rem;
		margin-bottom: 0.7692rem;
	}

	.professors-box > h3 {
		font-size: 1.462rem;
		line-height: 1.615rem;
	}

	.professors-box > ul {
		margin-top: 0.9615rem;
	}

	.professors-box > ul > li {
		font-size: 1rem;
		line-height: 1.538rem;
		padding-left:0.4615rem;
		background-position: 0 0.6923rem;
		background-size: 0.1538rem 0.1538rem;
	}

	.professors-area .btn-professor-homepage {
		height: 1.923rem;
		padding: 0.3846rem 1.692rem 0 1.692rem;
		font-size: 0.9231rem;
		line-height: 1.154rem;
		border-radius: 0.9615rem;
	}

	.professors-area .btn-professor-homepage:hover {
		background: #445d91
	}

	.btn-download {
		text-align: left;
		display: block;
		height: 3.077rem;
		padding: 0.85rem 4.423rem 0 1.538rem;
	}


	.btn-download > span {
		display: block;
		font-size: 1rem;
		line-height: 1.154rem;
	}

	.btn-download > img {
		position: absolute;
		top: 50%;
		right: 1.538rem;
		margin-left: 0;
		margin-top: -0.6154rem;
		width: 1rem;
	}

	.btn-new-window {
		text-align: left;
		display: block;
		height: 3.077rem;
		padding: 0.9615rem 4.423rem 0 1.538rem;
		border-radius: 1.538rem;
	}

	.btn-new-window > span {
		display: block;
		font-size: 1rem;
		line-height: 1.154rem;
	}

	.btn-new-window > img {
		position: absolute;
		top: 50%;
		right: 1.538rem;
		margin-left: 0;
		margin-top: -0.5rem;
		width: 1rem;
	}

	.contents-area {
		margin-bottom: 1.538rem;
	}

	.contents-box {
		padding-left: 1.538rem;
		margin-bottom: 1.385rem;
	}

	.title0401,
	.bullet-type01 .title0401 {
		margin: 0 0 0.9231rem 0;
		padding-left: 1.538rem;
		padding-top: 0.1154rem;
		font-size: 1.308rem;
		line-height: 1.538rem;
		background-position: left 0.2308rem;
		background-size: 1.154rem 1.154rem;
	}

	.title0501,
	.bullet-type01 .title0501 {
		margin: 0.5769rem 0;
		padding-left: 0.5769rem;
		color: #333333;
		font-size: 1.077rem;
		line-height: 1.385rem;
		background-position: left 0.5769rem;
		background-size: 0.3846rem 0.3846rem;
		word-break: keep-all;
	}

	.title0502 {
		padding: 0.7692rem 0.7692rem;
		font-size: 1.077rem;
		line-height: 1.385rem;
	}

	.word-type01 {
		padding-bottom: 0.7692rem;
		font-size: 1rem;
		line-height: 1.385rem;
	}

	.ul-list01,
	.ul-list04{
		margin: 0 0 0.7692rem 0;
		word-break: keep-all;
	}

	.title0501 + p,
	.title0501 + .ul-list01,
	.title0501 + .ul-list04,{ 
		padding-left: 0.7692rem;
	}

	.ul-list01 > li,
	.bullet-type01 .ul-list01 > li,
	.ul-list04 > li{
		padding-left: 0.5769rem;
		color: #999999;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		background-position: left 0.5769rem;
		background-size: 0.1923rem 0.1923rem;
	}
	
	.ul-list01 > li > ul > li,
	.ul-list04 > li > ul > li{
		padding-left: 0.5769rem;
		color: #999999;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		background-position: left 0.5769rem;
		background-size: 0.3rem 0.1rem;
	}
	
	.ul-list04 > li{
		padding-left: 0.5769rem;
		color: #666;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		background-position: left 0.5769rem;
		background-size: 0.1923rem 0.1923rem;
	}


	.bullet-type02 .ul-list01 > li {
		background-image: url(../img/bullet_type02/bul_type0103.png);
	}

	.bullet-type02 .ul-list03 > li {
		background-image: url(../img/bullet_type03/bul_type0103.png);
	}

	.ul-list02 {
		margin: 0 0 0.7692rem 0;
		word-break: keep-all;
	}

	.ul-list02 > li {
		padding-left: 0.5769rem;
		color: #828282;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		background-position: left 0.5769rem;
		background-size: 0.1923rem 0.1923rem;
	}
	

	.ol-list01,
	.ol-list04 {
		margin: 0 0 0.7692rem 0;
		word-break: keep-all;
	}

	.title0501 + .ol-list01,
	.title0501 + .ol-list04 { 
		padding-left: 0.7692rem;
	}

	.ol-list01 > li,
	.ol-list04 > li {
		padding-left: 1.231rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
	}

	/* ??? ?? */
	.lab-list-wrapper {
		padding: 1.154rem 1.154rem 0.1923rem 1.154rem;
		border-top: 2px solid #333333;
		border-bottom: 1px solid #d8d8d8;
		margin-bottom: 2.308rem;
	}

	.lab-list-wrapper > li {
		width: 50%;
		margin-bottom: 0.8462rem;
	}

	.lab-list-wrapper > li > a {
		padding-left: 0.9231rem;
		font-size: 0.9231rem;
		line-height: 1.154rem;
		background-size: 0.4231rem 0.6923rem;
	}

	

	.lab-list-wrapper > li > a .bg-line {
		left: 0.9231rem;
	}

	.lab-list-wrapper > li > a:hover .bg-line,
	.lab-list-wrapper > li > a.active .bg-line {
		width: calc(100% - 0.9231rem)
	}

	.lap-information-wrapper,
	.lap-information-wrapper.type02 {
		padding: 1.538rem 1.154rem;
	}
	
	
	
	
	
	.lab-list-wrapper02 {
		padding: 1.154rem 1.154rem 0.1923rem 1.154rem;
		border-top: 2px solid #333333;
		border-bottom: 1px solid #d8d8d8;
		margin-bottom: 2.308rem;
	}

	.lab-list-wrapper02 > li {
		margin-bottom: 0.8462rem;
	}

	.lab-list-wrapper02 > li > a {
		padding-left: 0.9231rem;
		font-size: 0.9231rem;
		line-height: 1.154rem;
		background-size: 0.4231rem 0.6923rem;
	}

	

	.lab-list-wrapper02 > li > a .bg-line {
		left: 0.9231rem;
	}

	.lab-list-wrapper02 > li > a:hover .bg-line,
	.lab-list-wrapper02 > li > a.active .bg-line {
		width: calc(100% - 0.9231rem)
	}

	.lap-information-wrapper,
	.lap-information-wrapper.type02 {
		padding: 1.538rem 1.154rem;
	}
	
	
	
	

	.lap-information-wrapper + .contents-area {
		margin-top: 2.308rem;
	}


	.lap-information-wrapper .image {
		position: static;
		display: block;
		width: 100%;
		max-width: 15rem;
		height: auto;
		margin: 0 auto 1.538rem auto;
	}

	.lap-information-wrapper.type02 .image {
		position: static;
		display: block;
		width: 100%;
		max-width: 8.077rem;
		height: auto;
		margin: 0 auto 1.538rem auto;

	}

	.lap-information-wrapper .image > img {
		position: static;
		display: block;
		min-width: 100%;
		max-width: 100%;
		max-height: auto;
		max-height: initial;
	}

	.lap-information-area {
		min-height: auto;
		min-height: initial;
	}

	.lap-information-area > h4 {
		font-size: 1.154rem;
		line-height: 1.385rem;
		margin: 0 0  0.8462rem 0;
	}

	.lap-information-area > p {
		font-size: 1rem;
		line-height: 1.385rem;
	}

	.lap-information-box {
		margin-bottom: 1.538rem;
	}

	.lap-information-box dl {
		float: none;
		width: 100%;
		margin-top:  0.7692rem;
	}

	.lap-information-box dl:after {
		content: "";
		clear: both;
		display: block;
	}

	.lap-information-box dl > dt {
		margin-right: 0.2692rem;
	}

	.lap-information-box dl > dt > img {
		width: 0.9615rem;
		margin-right: 0.3846rem;
		margin-top: 0.07692rem;
	}

	.lap-information-box dl > dt > strong {
		font-size: 1rem;
		line-height: 1.154rem;
	}
	.lap-information-box dl > dd {
		font-size: 1rem;
		line-height: 1.154rem;
	}

	.btn-detail-view {
		height: 2.308rem;
		padding: 0.5769rem 1.154rem 0 1.154rem;
		font-size: 0.9231rem;
		line-height: 1.154rem;
		border-radius: 1.154rem;
	}

	.btn-detail-view > img {
		display: inline-block;
		vertical-align: baseline;
		width: 18px;
		margin-left: 0.3846rem;
	}

	.btn-detail-view:hover {
		color: #fff;
		background: #0369a4
	}

	.btn-detail-view02 {
		height: 2.308rem;
		padding: 0.5769rem 1.154rem 0 1.154rem;
		font-size: 0.9231rem;
		line-height: 1.154rem;
		border-radius: 1.154rem;
	}

	.btn-detail-view02 > img {
		display: inline-block;
		vertical-align: baseline;
		width: 18px;
		margin-left: 0.3846rem;
	}

	.information-box {
		padding: 1.154rem;
	}

	.location dl {
		position: relative;
		padding-left: 0;
		margin-bottom: 0.3846rem
	}

	
	.location dl > dt {
		position: static;
		margin-bottom: 0.3846rem
	}

	.location dl > dt > img {
		display: inline-block;
		vertical-align: middle;
		width: 0.9615rem;
		font-size: 1rem;
		line-height: 0.6154rem;
		margin-right: 0.3846rem;
	}

	.location dl > dt > span {
		height: 0.6154rem;;
		line-height: 0.6154rem;
	}

	.location dl > dd {
		font-size: 1rem;
		line-height: 1.385rem;
	}



	/* ?? */
	.history-area {
		padding: 1.538rem 1.154rem;
	}

	.history-area > h4 {
		position: static;
		width: auto;
		font-size: 2rem;
		line-height: 2.308rem;
		text-align: left;
		margin: 0 0 1.538rem 0;
	}
	
	.history-area > h4 > span {
	display:inline-block;
	margin-left: 5px;
	margin-top: 0;
	}

	.history-box > dl {
		position: relative;
		padding-left: 5.385rem;
		margin-bottom: 0.3846rem;
		font-size: 1rem;
		line-height: 1.538rem;
	}

	.history-box > dl:after {
		content: "";
		clear: both;
		display: block;
	}

	.history-box > dl:last-child {
		margin-bottom: 0;
	}

	.history-box > dl > dt {
		position: static;
		float: left;
		margin-left: -5.385rem;
		width: 4.615rem;
		display: block;
		color: #4a4143;
		font-weight: 500;
		font-size: 1rem;
		line-height: 1.231rem;
	}

	.history-box > dl > dd {
		background-position: 0 0.5rem;
	}


	/* ???? */
	.map-wrapper {
		margin-bottom: 1.538rem;
	}

	.map-wrapper + .btns-area + .contents-area {
		margin-top: 2.308rem;
	}

	.ul-list01.location + .title0501 {
		margin-top: 2.308rem;
	}

	.ul-list01.location > li {
		position: relative;
		padding-left: 0.5769rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		margin-bottom: 0.3846rem;
		background: transparent;
	}

	.ul-list01.location > li > strong {
		position: static;
		display: block;
		padding-left: 0.5769rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		margin-left: -0.5769rem;
		background-position: left 0.5769rem;
		background-size: 0.1923rem 0.1923rem;
	}

	.ul-list01.location > li .btn-detail-view02 {
		margin-top: 0.7692rem;
	}

	.information-box.location + .title0501 {
		margin-top: 40px;
	}

	/* ??? */

	.greeting-slogan-wrapper {
		position: relative;
		padding-right: 0 !important;
		padding-bottom: 2.308rem
	}

	.greeting-slogan-wrapper .summary {
		margin-bottom: 1rem;
		font-size: 1.231rem;
		line-height: 1.692rem;
	}

	.greeting-slogan-wrapper .greeting {
		font-size: 1.769rem;
		line-height: 2.385rem;
		padding-bottom: 1.731rem;
		margin-bottom: 1.538rem;
		background-size: 3.077rem 0.1538rem;
	}


	.greeting-slogan-wrapper > img {
		position: static;
		display: block;
		width: 100%;
		max-width: 31.56rem;
		margin: 0 auto;
	}

	.greeting-wrapper > dl {
		margin-top: 2.308rem;
	}

	.greeting-wrapper > dl > dt {
		font-size: 1rem;
		line-height: 1.538rem;
		padding-top: 0.8462rem;

	}

	.greeting-wrapper > dl > dt > .bg-line {
		width: 3.077rem;
		height: 0.07692rem;
	}

	.greeting-wrapper > dl > dd {
		display: block;
		color: #333333;
		font-size: 1.231rem;
		line-height: 1.385rem;
	}

	/* ? */
	.table-type01 table thead th {
		padding: 0.7692rem;
		font-size: 1rem;
		line-height: 1.385rem;
		word-break: break-all;
	}

	.table-type01 table tbody th {
		padding: 0.7692rem;
		font-size: 1rem;
		line-height: 1.385rem;
		word-break: break-all;
	}

	.table-type01 table tbody td {
		padding: 0.7692rem;
		font-size: 1rem;
		line-height: 1.385rem;
		word-break: break-all;
	}

	.table-type02 table thead th {
		padding: 0.7692rem 0.1923rem;
		font-size: 0.7692rem;
		line-height: 1rem;
	}

	.table-type02 table tbody th {
		padding: 0.7692rem 0.1923rem;
		font-size: 0.7692rem;
		line-height: 1rem;

	}

	.table-type02 table tbody td {
		padding: 0.7692rem 0.1923rem;
		font-size: 0.7692rem;
		line-height: 1rem;
	}




	.map-wrapper + .btns-area > .btn-new-window {
		font-size: auto;
		font-size: initial;
		height: 3.077rem;
		padding: 0.9615rem 4.423rem 0 1.538rem;
		border-radius: 1.538rem;
	}

	.map-wrapper + .btns-area > .btn-new-window > span {
		font-size: 0.8846rem;
	}

	.map-wrapper + .btns-area > .btn-new-window > img {
		margin-left: 0;
	}

	.mobile-horizontal-scroll-wrapper {
		position: relative;
		display: block;
		width: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	.mobile-horizontal-scroll-wrapper.on {
		overflow-x: auto;	
	}

	.mobile-horizontal-scroll-wrapper > div {
		display: block;
		width: 46.15rem;
	}

	.mobile-horizontal-scroll-wrapper > .emergency-room {
		width: 73.85rem
	}

	.mobile-horizontal-scroll-wrapper > .cost {
		width: 55.38rem
	}

	.mobile-horizontal-scroll-wrapper > .cost table tbody th,
	.mobile-horizontal-scroll-wrapper > .cost table tbody td {
		word-break: break-all;
	}

	.mobile-horizontal-scroll-wrapper .mobile-horizontal-scroll-information {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	.mobile-horizontal-scroll-wrapper .mobile-horizontal-scroll-information .bg {
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.6;
	}

	.mobile-horizontal-scroll-wrapper .mobile-horizontal-scroll-information > img {
		position: absolute;
		top: 50%;;
		left: 50%;
		width: 18.44rem;
		margin-left: -9.22rem;
		margin-top: -2.5rem;
	}

	/* ?? ???? */
	.regulations-download-wrapper > li > a {
		height: 7.692rem;
		padding-top: 1.346rem;
	}

	.regulations-download-wrapper > li > a > .image {
		width: 3.077rem;
		height: 3.077rem;
		margin: 0 auto 0.5769rem auto;
	}

	.regulations-download-wrapper > li > a > .image > img {
		width: 3.077rem;
		height: 6.154rem;
	}

	.regulations-download-wrapper > li > a:hover > .image > img {
		top: -3.077rem;
	}

	.regulations-download-wrapper > li > a > strong {
		font-size: 0.9231rem;
		line-height: 1.154rem;
	}

	/* ???? ?? */
	.accordion-menu-wrapper > dl > dt > a {
		padding:  0.7692rem 2.885rem  0.7692rem 0;
		font-size: 1.077rem;
		line-height: 1.385rem
	}

	.accordion-menu-wrapper > dl > dt > a .arrow {
		right: 0.7692rem;
		display: block;
		width: 0.5rem;
		height: 0.3077rem;
		margin-top: -0.1538rem;
		background-size: 0.5rem 0.3077rem;
	}

	.accordion-menu-wrapper > dl > dt > a.active .arrow {
		background-size: 0.5rem 0.3077rem;
	}

	.accordion-menu-wrapper > dl > dd {
		padding:  0.7692rem 0;
		color: #999999;
		font-size: 0.9231rem;
		line-height: 1.308rem;
	}

	.contents-box .images-box {
		margin-top: 1.154rem;
		padding-left: 0.5769rem;
	}
	
	.contents-box .images-box02 {
		margin-top: 0rem;
		padding-left: 0rem;
	}	

	.curriculum-download-wrapper > li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.curriculum-download-wrapper > li:nth-child(even) {
		float: none;
	}


	/* 2019.01.23 ???? */
	.images-box.type02 {
		padding: 1.563rem;
	}

	.title0601 {
		padding: 0 0 0 0.5769rem;
		font-size: 0.9231rem;
		line-height: 1.154rem;
		margin-bottom: 0.1923rem;
	}

	.title0601 + div, 
	.title0601 + p, 
	.title0601 + ul,
	.title0601 + ol,
	.title0601 + dl {
		padding-left: 0.5769rem;
	}

	.information-box01 {
		padding: 5rem 3.75rem;
	}


	.ol-list02 > li {
		margin-bottom: 1.25rem;
		padding-left: 3.75rem;
		font-size: 1.125rem;
		line-height: 1.875rem;
	}

	.ol-list02 > li .number {
		font-size: 1.75rem;
	}

	.ol-list03 > li {
		position: relative;
		padding-left:  2.125rem;
		margin-bottom: 0.5rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.ol-list03 > li .number {
		width: 1.563rem;
		height: 1.563rem;
		padding-top: 0.3125rem;
		font-size:  0.875rem;
		line-height: 1rem;
	}


	/* ??? ?? */
	.successful-announcement-wrapper {
		padding: 2.5rem 2.5rem 3.75rem 2.5rem; 
	}

	.successful-announcement-wrapper > img {
		width: 100%;
		width:  12.63rem;
		margin: 0 auto 1.875rem auto;
	}

	.successful-announcement-wrapper > h4 {
		margin-bottom: 0.9375rem;
		font-size: 2.125rem;
		line-height: 2.5rem;
	}

	.successful-announcement-wrapper > p {
		font-size: 1rem;
		line-height: 1.25rem;
		margin-bottom: 1.875rem;
		word-break: keep-all;
	}

	.successful-announcement-wrapper .btn-new-window {
		max-width: 12.63rem;
		margin: 0 auto;
	}


	.icon-checked {
		width: 1.25rem;
	}	

	.information-wrapper01 {
		padding: 1.438rem 1.875rem;
	}

	.information-area01 {
		min-height: 11.88rem;
		padding: 1.875rem 0 1.875rem 9.375rem;
	}
	.information-area01 > img {
		top: 1.875rem;
		left: 0;
		width: 8.125rem;
	}

	.information-area01 > dl > dt {
		padding-left: 0.5769rem;
		margin-bottom: 0.3125rem;
		font-size: 1.077rem;
		line-height: 1.385rem;
		background-position: left 0.5769rem;
		background-size: 0.3846rem 0.3846rem;
		word-break: break-all;
	}

	.information-area01 > dl > dd {
		padding-left: 0.5769rem;
		font-size: 1rem;
		line-height: 1.625rem;
		word-break: break-all;
	}

	.information-area01 > dl > dd + dt {
		margin-top: 1.25rem;
	}

	.information-box03 {
		padding: 1.875rem;
	}

	.word-notice02 {
		color: #666666;
		font-size: 1rem;
		line-height: 1.25rem;
		padding-left: 2.188rem;
		background-size: 1.5rem 1.5rem;
	}

	.footer-another-list > dl > dt > button {	
		position: relative;
		right: 0;
		width: 100%;
	}
	
	/*190131_jh*/

	.word-type10 {
		font-size: 1.769rem;
		line-height: 2.385rem;
		padding-bottom: 1.731rem;
		margin-bottom: 1.538rem;
	}

}

@media only all and (max-width: 577px) {
	html {
		font-size: 0.9375rem; /* ????? ????? 15px */
		line-height:  0.9375rem; /* ????? line-height ??? 15px */ 
	}

	.regulations-download-wrapper > li {
		float: none;
		width: 100%;
	}

	.regulations-download-wrapper > li:nth-child(even) {
		float: none;
	}

	.information-box01 {
		padding: 2.5rem 1.875rem;
	}


	.information-area01 {
		padding: 1.875rem 0 1.875rem 6.25rem;
	}
	.information-area01 > img {
		width: 5rem;
	}
}

@media only all and (max-width: 425px) {
	html {
		font-size: 0.8125rem; /* ????? ????? 13px */
		line-height:  0.8125rem; /* ????? line-height ??? 13px */ 
	}
}
