/*sub_dvd*/
.sub_dvd {
	padding: 150px 0;
}
@media (max-width:992px){
	.sub_dvd {
		padding: 80px 0;
	}
}
@media (max-width:768px){
	.sub_dvd {
		padding: 40px 0;
	}
}
/*cl01*/
#cl01 {
	background: url(images/cl01_bg.jpg) center center no-repeat;
	background-size: cover;
	display: table;
    width: 100%;
	min-height: 85vh;
}
#cl01 .conbox {
	display: table-cell;
	vertical-align: middle;
}
#cl01 .txtbox {
	background-color: #fff;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 15px 100px;
}
#cl01 .conbox .ment_wrp {
	margin-bottom: 50px;
}
#cl01 .conbox h5 {
	color: #231815;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: 2px;
	margin-bottom: 15%;
}
#cl01 .conbox p {
	color: #231815;
    font-size: 18px;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: -0.5px;
}
#cl01 .conbox p strong {
	font-weight: 500;
}
@media (max-width: 1549px){
	#cl01 .conbox h5,
	#cl01 .conbox p {
		font-size: 15px;
	}	
}
@media (max-width: 992px){
	#cl01 .txtbox {
		min-height: auto;
		padding-bottom: 50px;
	}
}
@media (max-width: 768px){
	#cl01 {
		padding-left: 15px;
		padding-right: 15px;
		height: 86vh;
	}
	#cl01 .txtbox {
		padding-bottom: 30px;
	}
	#cl01 .conbox .ment_wrp {
		margin-bottom: 30px;
	}
	#cl01 .conbox .ment_wrp img {
		max-width: 300px;
		width: 100%;
	}	
	#cl01 .conbox h5 {
		font-size: 12px;
		margin-bottom: 5%;
		word-break: keep-all;
	}
	#cl01 .conbox p {
		font-size: 12px;
		word-break: keep-all;
	}	
}
/*cl02*/
#cl02 {
	background: url(images/cl02_bg.jpg) center center no-repeat;
	background-size: cover;
	display: table;
    width: 100%;
	min-height: 85vh;
}
#cl02 .conbox {
	display: table-cell;
	vertical-align: middle;
}
#cl02 .txtbox {
	background-color: #fff;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 15px 100px;
}
#cl02 .conbox .ment_wrp {
	margin-bottom: 50px;
}
#cl02 .conbox h5 {
	color: #231815;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: 2px;
	margin-bottom: 15%;
}
#cl02 .conbox p {
	color: #231815;
    font-size: 18px;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: -0.5px;
}
@media (max-width: 1549px){
	#cl02 .conbox h5,
	#cl02 .conbox p {
		font-size: 15px;
	}	
}
@media (max-width: 992px){
	#cl02 .txtbox {
		min-height: auto;
		padding-bottom: 50px;
	}
}
@media (max-width: 768px){
	#cl02 {
		padding-left: 15px;
		padding-right: 15px;
	}
	#cl02 .txtbox {
		padding-bottom: 30px;
	}
	#cl02 .conbox .ment_wrp {
		margin-bottom: 30px;
	}
	#cl02 .conbox .ment_wrp img {
		max-width: 300px;
		width: 100%;
	}	
	#cl02 .conbox h5 {
		font-size: 12px;
		margin-bottom: 5%;
		word-break: keep-all;
	}
	#cl02 .conbox p {
		font-size: 12px;
		word-break: keep-all;
	}	
}

/*mdi_sec*/
.mdi_sec .conbox .ment_wrp {
	margin-bottom: 70px;
}
.mdi_sec .txtbox {
	padding: 12% 0 100px 50px;
}
.mdi_sec .conbox h5 {
	color: #231815;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: 2px;
}
.mdi_sec .conbox p {
	color: #231815;
    font-size: 18px;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.mdi_sec .conbox p strong {
    font-weight: 500;
}
.mdi_sec .conbox .img_wrp {
	position: relative;
}
.mdi_sec .conbox .img_wrp .medisec01_mark {
	position: absolute;
	right: 75px;
	top: 13%;
	z-index: 3;
}
.mdi_sec .conbox .img_wrp .medisec02_mark {
	position: absolute;
    right: 25px;
    top: -8%;
	z-index: 3;
}
@media (min-width: 991px){
	.mdi_sec .conbox .img_wrp {
		position: relative;
		padding-right: 100px;
	}
}
@media (max-width: 1549px){
	.mdi_sec .txtbox {
		padding: 10% 0 100px 50px;
	}
	.mdi_sec .conbox p {
		font-size: 15px;
	}		
	.mdi_sec .conbox .img_wrp .medisec01_mark {
		width: 40px;
	}
	.mdi_sec .conbox .img_wrp .medisec02_mark {
		width: 100px;
		right: -50px;
		top: -8%;
	}
}
@media (max-width: 992px){
	.mdi_sec .conbox .ment_wrp {
		margin-bottom: 30px;
	}
	.mdi_sec .txtbox {
		padding: 30px 15px;
	}	
	.mdi_sec .conbox .img_wrp .medisec01_mark {
		width: 30px;
		right: 60px;
		top: -10px;
	}
	.mdi_sec .conbox .img_wrp .medisec02_mark {
		width: 100px;
		right: 15px;
		top: -8%;
	}
}
@media (max-width: 768px){
	.mdi_sec .ment_wrp img {
		max-width: 300px;
	}
	.mdi_sec .conbox h5 {
		font-size: 12px;
		margin-bottom: 5%;
		word-break: keep-all;
	}
	.mdi_sec .conbox p {
		font-size: 12px;
		word-break: keep-all;
	}	
}
/*cl06*/
#cl06.mdi_sec .txtbox {
	padding-left: 0px;
}