.commR {
	padding: 110px 0 140px;
	text-align: center;
}
.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 {
	padding-top: 40px;
	color:#444;
	font-size: 14px;
	line-height: 22px;
	word-break: keep-all;
}
.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 .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 .btn_comm {
	display: none;
}


@media (max-width:1420px) {
	.commR_wrap {
		max-width: calc(100% - 13vw);
	}
	.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 70px;
	}
	.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: #2b6eac;
		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 {
		margin-top: 40px;
	}
	.commR_wrap.tab1 .mobile_view a i {
		margin-left: 6px;
	}
	
	.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 .btn_comm {
		display: inline-block;
		width: 100%; height: 50px;
		font-size: 15px;
		color: #fff;
		line-height: 48px;
		background-color: #2b6eac;
		transition: color 0.3s, background-color 0.3s;
	}

}