.commR {
	padding: 80px 0 140px;
	text-align: center;
	background: #fff;
}
.commR_wrap {
	display: none;
	max-width: 1400px;
	margin: auto;
}
.commR_wrap.SEL {
	display: block;
}
.commR_wrap.tab1 .mobile_view {
	display: none;
}

.commR_wrap.tab2 {
	text-align: left;
}
.commR_wrap.tab2 .sub {
	margin-top: 50px;
}
.commR_wrap.tab2 .sub2 {
	float: left;
	margin-right: 4%;
	width: 48%;
}
.commR_wrap.tab2 .sub3 {
	float:left;
	width:48%;
}
.commR_wrap.tab2 .sub_title {
	position: relative;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.commR_wrap.tab2 .sub_title span {
	display: inline-block;
	margin-right: 5px;
	padding: 8px 7px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	border-radius: 50%;
	background-color: #222;
}
.commR_wrap.tab2 .sub_content {
	color:#444;
	font-size: 14px;
	padding-top: 40px;
}
.commR_wrap.tab2 .sub_content strong {
	display:inline-block;
	font-weight:bold;
}
.commR_wrap.tab2 .sub_content dl {
	margin-top: 22px;
	margin-bottom: 40px;
	font-size: 15px;
}
.commR_wrap.tab2 .sub_content dl dt {
	margin-bottom: 15px;
	color: #222;
	font-weight: bold;
}
.commR_wrap.tab2 .sub_content dl dd {
	margin-bottom: 10px;
	color: #444;
	word-break: keep-all;
}
.commR_wrap.tab2 .sub_content dl dd span {
	display: table-cell;
	width:120px;
}
.commR_wrap.tab2 .sub_content dl dd .point {
	color: #f82323;
}
.commR_wrap.tab2 .sub_content dl dd .input_text {
	line-height: 32px;
}
.commR_wrap.tab2 .sub_content table {
	width: 100%;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-align: center;
}
.commR_wrap.tab2 .sub_content table td {
	padding: 15px 0;
	width: 9%;
}
.commR_wrap.tab2 .sub_content table thead tr {
	background-color: #f6f6f6;
}


.commR_wrap.tab2 .sub_content .peak {
	font-size: 15px;
}
.commR_wrap.tab2 .sub_content .peak .ttl {
	margin-bottom: 15px;
	color: #222;
	font-weight: bold;
}
.commR_wrap.tab2 .sub_content .peak > div {
	display: table;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #444;
	word-break: keep-all;
}
.commR_wrap.tab2 .sub_content .peak > div span {
	display: table-cell;
	width:120px;
}
.commR_wrap.tab2 .sub_content .peak > div .point {
	font-size: 13px;
	color: #2f679f;
}


.commR_wrap.tab1 .tit {text-align: center;}
.commR_wrap.tab1 .tit h2 {font-size: 24px; color: #222; font-weight: bold;}
.commR_wrap.tab1 .tit h3 {font-size: 18px; color: #117c89; margin: 20px 0 0;}
.commR_wrap.tab1 .map {max-width: 1000px; width: 100%; height: 620px; margin: 50px auto;}
.commR_wrap.tab1 .cont {text-align: center; font-size: 16px; line-height: 30px;}
.commR_wrap.tab1 .cont h4 {color: #444;}
.commR_wrap.tab1 .cont h5 {color: #117c89; margin: 40px 0;}
.commR_wrap.tab1 .cont p {font-size: 18px; color: #222; font-weight: bold;}
.commR_wrap.tab1 .none-pc {display: none;}


.commR_wrap.tab3 .tit {text-align: center;}
.commR_wrap.tab3 .tit h2 {font-size: 24px; color: #222; font-weight: bold;}
.commR_wrap.tab3 .tit h3 {font-size: 18px; color: #117c89; margin: 20px 0 0;}
.commR_wrap.tab3 .map {max-width: 1000px; width: 100%; height: 620px; margin: 50px auto;}
.commR_wrap.tab3 .cont {text-align: center; font-size: 16px; line-height: 30px;}
.commR_wrap.tab3 .cont h4 {color: #444;}
.commR_wrap.tab3 .cont h5 {color: #117c89; margin: 40px 0;}
.commR_wrap.tab3 .cont p {font-size: 18px; color: #222; font-weight: bold;}
.commR_wrap.tab3 .none-pc {display: none;}

@media (max-width:1420px) {
	.commR_wrap {
		max-width: calc(100% - 20px);
		margin: auto;
	}
	.commR_wrap.tab2 .sub2 {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.commR_wrap.tab2 .sub3 {
		float: none;
		width: 100%;
	}
}


@media (max-width: 1024px) {
	.commR {
		padding: 15px 0;
	}
	.commR_wrap {
		max-width: calc(100% - 30px);
	}
	.commR_wrap.tab1 iframe {
		display: none;
	}
	.commR_wrap.tab1 .mobile_view {
		display: block;
		margin-top: 50px;
		text-align: center;
	}
	.commR_wrap.tab1 .mobile_view .icon-cal {
		display: inline-block;
		width: 58px; height: 58px;
		line-height: 58px;
		font-size: 30px;
		color: #fff;
		border-radius: 100%;
		background: #b5b5b5;
		text-align: center;
	}
	.commR_wrap.tab1 .mobile_view p {
		margin-top: 17px;
		font-size: 14px;
		line-height: 18px;
		color: #444;
	}
	.commR_wrap.tab1 .mobile_view a {
		display: inline-block;
		margin: 40px auto 100px;
		width: 100%;
		height: 47px;
		line-height: 45px;
		font-size: 14px;
		font-weight: bold;
		color: #104046;
		border: 1px solid #104046;
		text-align: center;
		transition: background 0.35s;
	}
	.commR_wrap.tab1 .mobile_view a:hover {
		background: rgba(209,80,117,0.1);
	}
	
	.commR_wrap.tab2 .sub_content dl {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.commR_wrap.tab2 .sub_content dl dt {
		margin-bottom: 10px;
	}
	.commR_wrap.tab2 .sub_content dl dd {
		margin-bottom: 4px;
	}
	.commR_wrap.tab2 .sub_content dl dd .input_text {
		line-height: 1.6;
	}

	.commR_wrap.tab2 .sub4 .sub_content .refund {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.commR_wrap.tab2 .sub4 .sub_content .refund::-webkit-scrollbar {
		-ms-overflow-style: none;
		display: block !important;
		height: 3px;
	}
	.commR_wrap.tab2 .sub4 .sub_content .refund::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 5px;
	}
	.commR_wrap.tab2 .sub4 .sub_content .refund::-webkit-scrollbar-thumb {
		background: #222;
		border-radius: 5px;
	}
	.commR_wrap.tab2 .sub4 .sub_content .refund table {
		width: 1024px;
	}

    .commR_wrap.tab1 {max-width: 100%;}
    .commR_wrap.tab1 .tit {margin-top: 50px; padding: 0 15px;}
    .commR_wrap.tab1 .tit h2 {font-size: 17px;}
    .commR_wrap.tab1 .tit h3 {font-size: 14px; line-height: 20px; margin: 20px 0 0;}
    .commR_wrap.tab1 .map {width: 100%; height: auto; object-fit: cover; margin: 30px auto;}
    .commR_wrap.tab1 .cont {font-size: 12px; line-height: 19px; padding: 0 15px;}
    .commR_wrap.tab1 .cont h5 {margin: 30px 0;}
    .commR_wrap.tab1 .cont p {font-size: 14px; padding-bottom: 35px;}
    .commR_wrap.tab1 .none-pc {display: block;}

    .commR_wrap.tab3 {max-width: 100%;}
    .commR_wrap.tab3 .tit {margin-top: 50px; padding: 0 15px;}
    .commR_wrap.tab3 .tit h2 {font-size: 17px;}
    .commR_wrap.tab3 .tit h3 {font-size: 14px; line-height: 20px; margin: 20px 0 0;}
    .commR_wrap.tab3 .map {width: 100%; height: auto; object-fit: cover; margin: 30px auto;}
    .commR_wrap.tab3 .cont {font-size: 12px; line-height: 19px; padding: 0 15px;}
    .commR_wrap.tab3 .cont h5 {margin: 30px 0;}
    .commR_wrap.tab3 .cont p {font-size: 14px; padding-bottom: 35px;}
    .commR_wrap.tab3 .none-pc {display: block;}
}