@charset "utf-8";

/********************
추가및수정
********************/
.wrap_qr{height:100%;text-align:center;background:#218587;padding:30px;}
.wrap_qr p{color:#FFF;font-family:'Dream Bold';font-size:20px;padding-bottom:20px;}
.wrap_qr img{height:180px;}


/********************
BG
********************/
#multipleDiv_tem_gradB_12{background:#f7f7f7;}
#multipleDiv_tem_gradB_13{background:#b2b3b5;}


/********************
COMMON
********************/
#multipleContentsDiv_tem_gradB_12,
#multipleContentsDiv_tem_gradB_13,
#multipleContentsDiv_tem_gradB_14{max-width:1400px;margin:0 20px 0 310px !important;}
#multipleContentsDiv_tem_gradB_12{padding:50px 0 25px 0;}
#multipleContentsDiv_tem_gradB_13{padding:70px 0;}
@media all and (max-width:1740px){
	#multipleContentsDiv_tem_gradB_12,
	#multipleContentsDiv_tem_gradB_13,
	#multipleContentsDiv_tem_gradB_14{max-width:calc(100% - 330px);}
}
@media all and (max-width:1280px){
	#multipleContentsDiv_tem_gradB_12,
	#multipleContentsDiv_tem_gradB_13,
	#multipleContentsDiv_tem_gradB_14{max-width:96%;margin:0 auto !important;}
	#multipleContentsDiv_tem_gradB_13{padding:50px 0;}
}
@media all and (max-width:768px){
	#multipleContentsDiv_tem_gradB_12{padding:25px 0;}
	#multipleContentsDiv_tem_gradB_13{padding:30px 0;}
}


/********************
타이틀
********************/
.mainTitle_1{display:flex;align-items:center;margin-bottom:30px;}
.mainTitle_1 h2{font-size:35px;line-height:1;font-family:'Mont SemiBold';letter-spacing:-2px;}
.mainTitle_1::before{content:"";display:block;width:26px;height:24px;margin-right:10px;background:url(../../images/icon_rct.png) no-repeat left center;}
.mainTitle_1::after{content:"";display:block;width:35px;height:1px;margin:0 20px;background:#000}
@media all and (max-width:1280px){
	.mainTitle_1 h2{font-size:30px;}
}
@media all and (max-width:768px){
	.mainTitle_1 h2{font-size:25px;}
}