
/*gds_wrp*/
.gds_wrp{
	padding: 60px 0 0 0;
	text-align: center;
}
.gds_wrp li .br_goods {
	background: url(../img/checkbox.png) center 35px no-repeat;
	padding: 80px 15px 15px 25px;
	margin-bottom: 30px;
}

.gds_wrp li .br_goods h3 {
	font-size: 23px;
	line-height: 1.3em;
	padding: 15px 0 0;
	margin-bottom: 10px;
	font-weight: 600;
}
.gds_wrp li .br_goods p {
	font-size: 20px;
	color: #1d2127;
	font-weight: 300;
	line-height: 1.5em;
}

.gds_wrp li .br_goods1 {
	background: url(../img/check_myimpl.png) center 35px no-repeat;
	padding: 100px 15px 15px 25px;
	margin-bottom: 30px;
    background-color: #f7f7f7;
}
.gds_wrp li .br_goods1 h3 {
	font-size: 20px;
	line-height: 1.3em;
	padding: 15px 0 0;
	margin-bottom: 10px;
	font-weight: 600;
}
.gds_wrp li .br_goods1 p {
	font-size: 16px;
	color: #1d2127;
	font-weight: 300;
	line-height: 1.5em;
}
@media (min-width:769px){
	.gds_wrp li .br_goods {
		border: 5px solid #eee;
	}
}
@media (max-width:768px){
	.gds_wrp {
		padding: 20px 0 0;
		text-align: left;
	}
	.gds_wrp li .br_goods {
		padding-left: 50px;
		background: url(../img/checkbox.png) left top no-repeat;
		padding-top: 0px;	
    }
    
	.gds_wrp li:not(:last-child) .br_goods {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
	.gds_wrp li .br_goods h3 {
		font-size: 16px;
		margin-bottom: 0;
		padding: 5px 0px;
	}
	.gds_wrp li .br_goods p {
		font-size: 13px;
	}
    
    .gds_wrp li .br_goods1 {
		padding-left: 50px;
		background: url(../img/check_myimpl.png) left top no-repeat;
		padding-top: 0px;	
    }
    
	.gds_wrp li:not(:last-child) .br_goods1 {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
	.gds_wrp li .br_goods1 h3 {
		font-size: 16px;
		margin-bottom: 0;
		padding: 5px 0px;
        
	}
	.gds_wrp li .br_goods1 p {
		font-size: 13px;
	}
}
.sec01 .txtbox {
    background-color: #f7f7f7;
    padding: 15px 20px;
}
@media (min-width:769px) {
    .sec01 .txtbox {
    padding-left: 60px !important;
    }
}

/*numbox*/
.numbox {
    display: flex;
    flex-wrap: wrap;
}
.numbox > li {
     /* border: 1px solid #ddd;*/
    padding: 50px 15px;
    border-radius: 50%;
    margin: 0px 20px;
}
.numbox > li .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background-color: #fc7100;
    color: #fff;
    margin-bottom: 10px;
}

.numbox > li{
    width: 20%;
}


@media (max-width:768px) {
    .numbox > li{
        width: 100%;
    }
}

 .bsn_t .bsn_box .img_wrp {
    position: relative;
}
 .bsn_t .bsn_box .img_wrp span {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    width: 100%;
    margin-top: -20px;
}
 .bsn_t .bsn_box .img_wrp span:after {
    content: "";
    display: inline-block;
    height: 40px;
    width: 1px;
    background-color: #ff7e00;
}
 .bsn_t .bsn_box .img_wrp img {
    border: 5px solid #eee;
    border-radius: 50%;
}
 .bsn_t .bsn_box h3 {
    padding: 25px 0;
    margin-bottom: 0px;
	font-size: 22px;
}
 .bsn_box .c_wrp .txt {
    border: 1px solid #ddd;
    padding: 30px 20px;
    background-color: #f7f7f7;
}
 .bsn_t .bsn_box h4 {
    font-weight: 300;
}
@media (min-width:769px) {
     .bsn_box .c_wrp .txt {
        height: 280px;
    }
}
@media (max-width:768px) {
     .bsn_box {
        margin-bottom: 30px;
    }
     .bsn_t .bsn_box .img_wrp span {
        margin-top: -15px;
    }
     .bsn_t .bsn_box .img_wrp span:after {
        content: "";
        display: inline-block;
        height: 30px;
        width: 1px;
        background-color: #ff7e00;
    }
     .bsn_t .bsn_box .img_wrp img {
        border: 3px solid #eee;
        width: 30%;
    }
     .bsn_box .c_wrp .txt {
        padding: 20px 15px;
    }
		
	 .bsn_t .bsn_box h3 {
		font-size: 18px;
	}
}


/*timetable*/
.table.timetable {
    border: 0px;
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
}
.table.timetable tr th,
.table.timetable tr td {
    text-align: center;
    border: 1px solid #aaa;
    font-size: 20px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    background-color: #fff;
    text-transform: none;
    padding: 10px;
}


.table.timetable tr th.bold,
.table.timetable tr td.bold{
        border: 5px solid #ff4900;
}


/*ito_p*/
.ito_p {
    border-bottom: 1px solid #ddd;
}
.ito_p .img_bx {
    border: 2px dashed #ff7e00;
    border-radius: 10px;
    padding: 30px 15px;
}
.ito_p .subjt {
    text-align: center;
}
@media (min-width:769px) {
    .ito_p {
        display: table;
        width: 100%;
        border-top: 2px solid #ff7e00;
    }
    .ito_p > li {
        display: table-row;
    }
    .ito_p > li > div {
        display: table-cell;
        vertical-align: middle;
        padding: 20px 30px;
        border: 1px solid #ddd;
        border-right: 0px;
        border-bottom: 0px;
    }
    .ito_p > li > .imgbox {
        border-left: 0px;
    }
    .ito_p > li > .imgbox .img_bx {
        background-color: #f7f7f7;
        max-width: 200px;
    }
    .ito_p > li:nth-child(even) > div {
        background-color: #f7f7f7;
    }
    .ito_p > li:nth-child(even) > .imgbox .img_bx {
        background-color: #fff;
    }
}
@media (max-width:768px){
    .ito_p > li {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .ito_p > li > div {
        padding: 15px;
        padding-top: 0px;
    }
    .ito_p .img_bx {
        padding: 10px;
        border-width: 1px;
    }
    .ito_p > li > .imgbox .img_bx img {
        width: 50px;
    }
}
/*t_list1*/
.t_list1 li {
    font-size: 17px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px !important;
    word-break: keep-all;
}
.t_list1 li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #ff7e00;
}
@media (max-width:768px){
    .t_list1 li {
        font-size: 15px;
    }
}
/*t_list2*/
.t_list2 li {
    font-size: 17px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px !important;
    word-break: keep-all;
}
.t_list2 li span {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
}
@media (max-width:768px){
    .t_list2 li {
        font-size: 12px;
    }
}
.table.timetable tr th {
    color: #fff;
    background-color: #b69a68;
}
@media (max-width:768px) {
    .table.timetable tr th,
    .table.timetable tr td {
        font-size: 15px;
        padding: 5px;
    }
}
/*deco_ty*/
.deco_ty {
    position: absolute;
    left: 2%;
    top: 10%;
    font-size: 110px;
    text-transform: uppercase;
    line-height: 1em;
    color: #f4f4f4;
    font-weight: 700;
    z-index: 1;
}
.deco_ty span {
    color: #e5e5e5;
}
@media (max-width:768px){
    .deco_ty {
        top: auto;
        bottom: 2%;
        left: auto;
        right: 2%;
        font-size: 60px;
    }
}
/*stit*/
.stit h1 {
	font-size: 55px;
	line-height: 1em;
	font-weight: 700;
	color: #1e1e1e;
}
@media (max-width:768px){
	.stit h1 {
		font-size: 30px;
	}
}
/*sstit*/
.sstit h1 {
	position: relative;
}
.sstit h3 {
	margin-top: 10px;
}
.sstit h1:after {
	content: '';
	position: absolute;
	right: 0;
	top: 45%;
	height: 3px;
	width: 100%;
	background-color: #333;
}
.sstit h1 span {
	display: inline-block;
	padding-right: 30px;
	background-color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 3;
}
@media(min-width:768px){
	.sstit {
		overflow: hidden;
		transform-origin: left !inportant;
	}
	.sstit span {
		transform-origin: left;
		transform: translate3d(0%, 0, 0) scale3d(1.3, 1, 1);
		vertical-align: middle;
	}
	.sstit.appear-animation-visible h1 span {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.sstit h1:after {
		transform: translate3d(-100%, 0, 0);
	}
	.sstit.appear-animation-visible h1:after {
		transform: translate3d(0, 0, 0);
		transition: transform 3s 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	}
}
/*top_txt*/
.top_txt {
	position: relative;
	padding-left: 20px;
}
.top_txt:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 2px;
	height: 100%;
	top: 0;
	background-color: #111;
	z-index: 0;
}
.top_txt span {
	position: relative;
	display: block;
}
.top_txt span:after {
	content: "";
	position: absolute;
	left: -20px;
	width: 2px;
	height: 100%;
	top: 0;
	background-color: #b69a68;
	z-index: 3;
}
.top_txt strong {
	font-weight: 700;
}
@media (max-width:768px){
	.top_txt {
		padding-left: 10px;
	}
	.top_txt span:after {
		left: -10px;
	}
}


/*company_01*/
@media (min-width: 1400px){
    .company_01 .vdo.container {
        width: 1140px;
    }
}
.company_01 .vdo .vdo_area{
    margin-bottom: 30px;
}
.company_01 .sec01 .right {
	    background: url(../img/bs_right.jpg);
		background-position-x: 25%;
    background-position-y: 25%;
}
.company_01 .sec01 .com_bt {
	position: relative;
}
.company_01 .sec01 .com_bt:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #eee;
	z-index: 0;
}
.company_01 .sec01 .com_bt img {
	position: relative;
	z-index: 3;
}
@media (min-width:769px){
	.company_01 .sec01 .left {
		width: 60%;
	}
	.company_01 .sec01 .right {
	/*	background-attachment: fixed !important;*/
	}
    
}
@media (max-width:768px){
	.company_01 .sec01 .left {
		padding: 0 15px 15px;
	}
	.company_01 .sec01 .right {
		background-size: cover !important;
		height: 350px;
		background-position: center bottom!important;
	}
	.company_01 .sec01 .com_bt img {
		max-width: 60%;
	}
    .company_01 .vdo iframe{
        height: 300px;
    }
}


/*----------------company_02----------------*/

#company_02 #cl_sec0 {
    background: url(../img/mtit1_bg.png) center center no-repeat;
}

/*cl_sec1*/
#company_02 #cl_sec1 .tbox {
    background-color: rgba(0,0,0,0.5);
    padding: 60px 40px;
    max-width: 1000px;
}
#company_02 #cl_sec1 .tbox h4 {
    margin: 20px 0;
}
#company_02 #cl_sec1 .tbox p {
    margin: 10px 0 0;
    font-weight: 300;
}
#company_02 #cl_sec1 .tbox h5 {
    margin: 20px 0 0;
    font-weight: 500;
}
@media (min-width:769px){
    #company_02 #cl_sec1 {
        background: url(../img/cl_sec1.jpg) center center no-repeat;
    }
}
@media (max-width:768px){
    #company_02 #cl_sec1 {
        background: url(../img/cl_sec1_mo.jpg) center center no-repeat;
    }
    #company_02 #cl_sec1 .tbox {
        padding: 0px;
        background-color: transparent;
    }
    #company_02 #cl_sec1 .tbox h4 {
        margin: 15px 0;
    }
    #company_02 #cl_sec1 .tbox p {
        margin: 5px 0 0;
    }
    #company_02 #cl_sec1 .tbox h5 {
        margin: 10px 0 0;
    }
}

/*#company_03 */
#company_03 #sec1 .owl-carousel .img-thumbnail,
#company_03 #sec1 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#company_03 #sec1 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#company_03 #sec1 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#company_03 #sec1 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#company_03 #sec1 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#company_03 #sec1 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#company_03 #sec1 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#company_03 #sec1 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}

/*img_list*/
.img_list {
	display: table;
}
.img_list li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.img_list .imgbox img {
	width: 100%;
}
.img_list .txt h1 {
	font-size: 45px;
	line-height: 1.4em;
	margin-bottom: 0px;
	color: #333333;	
	font-weight: 500;
}
.img_list .txt p {
	font-size: 19px;
	line-height: 1.8em;
	color: #333333;
	font-weight: 400;
}
@media (max-width:1200px){
	.img_list .txt {
		padding-left: 30px;
	}
}
@media (max-width:992px){
	.img_list .txt h1 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.img_list .txt p {
		font-size: 14px;
	}
}
@media (max-width:768px){
	.img_list li {
		display: block;
		width: 100%;
	}
	.img_list .txt {
		padding: 30px 20px !important;
		text-align: center;
	}
	.img_list .txt h1 {
		font-size: 18px;
		margin-bottom: 10px;
		word-break: keep-all;
	}
	.img_list .txt p {
		font-size: 14px;
		word-break: keep-all;
		line-height: 1.5em;
	}
}

/*sec2*/
	#company_03 #sec2  {
		padding-bottom:  0px;
	}
	#company_03 #sec2  .txtbox {
		background:#f7f7f7
	}
@media (min-width:1201px){
	#company_03 #sec2 .txtbox {
		padding-left: 120px;
	}
}
@media (max-width:768px){
	#company_03 #sec2 .txtbox {
		background-color: #f7f7f7;
	}
}
/* PC , 테블릿 가로 (해상도 768px ~ 991px)*/
@media all and (min-width:768px) and (max-width:991px) { 
	#company_03 #sec2  {
		padding-top:  0px;
	}
}
@media (min-width:1210px) and (max-width:1480px) {	
	#company_03 #sec2  {
		padding-top:  0px;
	}
}

/*sec3*/
	#company_03 #sec3  .txtbox {
		background:#f7f7f7
	}
@media (min-width:1201px){
	#company_03 #sec3 .txtbox {
		padding-left: 120px;
	}
}






/*company_04 .sec01 */
#company_04 .sec01 .conbox {
	background: url(../img/com4_sec01_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 20px;
}
#company_04 .sec01 .conbox .cl_info {
	max-width: 800px;
	background-color: rgba(255,255,255,0.9);
	margin: 0 auto;
	position: relative;
	padding: 50px 15px;
}
#company_04 .sec01 .conbox .cl_info .tr_t {
	position: absolute;
	right: 0;
	top: 0;
}
#company_04 .sec01 .conbox .cl_info .tr_bt {
	position: absolute;
	left: 0;
	bottom: 0;
}
#company_04 .sec01 .conbox .cl_info h5 {
	font-size: 18px;
    line-height: 1em;
    font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
#company_04 .sec01 .conbox .cl_info h1 {
	font-size: 55px;
    line-height: 1em;
    font-weight: 900;
	text-align: center;
	color: #dc8431;
	margin-bottom: 20px;
}
#company_04 .sec01 .conbox .cl_info ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#company_04 .sec01 .conbox .cl_info ul li {
	font-size: 20px;
	color: #1e1e1e;
    line-height: 1.5em;
    font-weight: 500;
	letter-spacing: -1px;
}
#company_04 .sec01 .conbox .cl_info h6 {
	margin-top: 20px;
	font-size: 20px;
	color: #1e1e1e;
    line-height: 1em;
    font-weight: 500;
	text-align: center;
	letter-spacing: -1px;
}
#company_04 .sec01 .conbox .cl_info h6 strong {
	font-weight: 600;
    color: #e02280;
}
@media (max-width:768px){
	#company_04 .sec01 .conbox .cl_info {
		padding: 30px 15px;
	}
	#company_04 .sec01 .conbox .cl_info .tr_t,
	#company_04 .sec01 .conbox .cl_info .tr_bt {
		width: 15px;
	}
	#company_04 .sec01 .conbox .cl_info h5 {
		font-size: 12px;
	}
	#company_04 .sec01 .conbox .cl_info h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#company_04 .sec01 .conbox .cl_info h1 img {
		width: 25px;
	}
	#company_04 .sec01 .conbox .cl_info ul li {
		font-size: 14px;
	}
	#company_04 .sec01 .conbox .cl_info h6 {
		font-size: 14px;
		word-break: keep-all;
	}
}


/*company_04 .sec02*/
#company_04 .sec02 .sub_tit h1 span.trans {
	    display: inline-block;
    border: 4px solid #ff8405;
    border-radius: 50%;
    width: 60px;
    line-height: 55px;
    color: #ff8405;
    font-weight: 700;
}
#company_04 .sec02 .table {
	border-top: 2px solid #3189dc;
	border-bottom: 1px solid #aaa;
	margin-top: 15px;
}
#company_04 .sec02 .table tr th,
#company_04 .sec02 .table tr td {
	word-break: keep-all;
	padding: 20px;
	vertical-align: middle;
}
#company_04 .sec02 .table tr th {
	text-align: center;
	font-size: 21px;
	line-height: 1.5em;
	color: #1e1e1e;	
	font-weight: 600;
	background-color: #f4f4f4;
}
#company_04 .sec02 .table tr td {
	font-size: 18px;
	line-height: 1.5em;
	color: #1e1e1e;	
	background-color: #fff;
}
#company_04 .sec02 .trans_hw li {
	position: relative;
	margin-bottom: 15px;
	word-break: keep-all;
	line-height: 1.8em;
}
#company_04 .sec02 .trans_hw li:last-child {
	margin-bottom: 0px;
}
#company_04 .sec02 .trans_hw li span {
	font-weight: 600;
		color: #3189dc;
}
@media (min-width:769px){
	#company_04 .sec02 .trans_hw li {
		padding-left: 140px;
	}
	#company_04 .sec02 .trans_hw li span {
		position: absolute;
		left: 0;
	}
}
@media (max-width:768px){
	#company_04 .sec02 .sub_tit h1 span.trans {
		border: 2px solid #77469b;
		width: 28px;
		height: 28px;
		line-height: 28px;		
	}
	#company_04 .sec02 .table tr th,
	#company_04 .sec02 .table tr td {
		padding: 10px;
	}
	#company_04 .sec02 .table tr th {
		font-size: 14px;
	}
	#company_04 .sec02 .table tr td {
		font-size: 12px;
	}	
	#company_04 .sec02 .trans_hw li span {
		display: block;
	}
}
/*cj_map*/
.cj_map .root_daum_roughmap .wrap_controllers {
    display: none;
}
.cj_map .root_daum_roughmap .wrap_map {
    height: 500px !important;
}
@media (max-width:768px){	
	.cj_map .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

/*pr_info*/
.pr_info {
	padding: 30px 0;
    position: relative;
    z-index: 3;
}
.pr_info h2 {
	font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}
.pr_info .info_item {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.pr_info .info_item .txtbox {
	padding: 15px;
	background-color: #fff;
}
.pr_info .info_item h4 {
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: 600;	
}
.pr_info .info_item p {
	font-size: 14px;
	line-height: 1.5em;
	color: #636363;
	height: 100px;
}
@media (max-width: 768px) {
	.pr_info {
		padding: 15px;
	}
	.pr_info h2 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.pr_info .info_item .txtbox {
		padding: 10px;
	}
	.pr_info .info_item h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.pr_info .info_item p {
		font-size: 12px;
	}
}

/*pr_why*/
.pr_why {
	margin-top: 60px;
}
.pr_why h2 {
	font-size: 25px;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-weight: 600;	
}
.pr_why ul{
	position: relative;
	padding: 30px 0;
}
.pr_why ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.pr_why ul li .pr_item {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.pr_why ul li .pr_item > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.pr_why ul li .txtbox {
	padding: 0 30px;
}
.pr_why ul li .txtbox h3 {
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
}
.pr_why ul li .txtbox h3 strong {
	color: #f0ff00;
}
.pr_why ul li .txtbox h3 img {
	position: relative;
	z-index: 3;
}
.pr_why ul li .txtbox p {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400;
	color: #fff;
	word-break: keep-all;
}
.pr_why ul li .img_con img {
	width: 100%;
}	
@media (max-width: 992px) {
	.pr_why ul li .txtbox {
		padding: 0;
	}
}
@media (max-width: 768px) {
	.pr_why {
		padding: 0;
		margin-top: 0px;
	}
	.pr_why h2 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.pr_why ul{
		padding: 15px 0;
	}
	.pr_why ul li {
		padding-bottom: 15px;
	}
	.pr_why ul li:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.pr_why ul li .pr_item {
		padding: 0;
	}
	.pr_why ul li .pr_item > div {
		display: block;
		width: 100%;
	}
	.pr_why ul li .txtbox h3 {
		font-size: 14px;
		word-break: keep-all;
	}
	.pr_why ul li .txtbox h3 img {
		width: 15px;
	}
	.pr_why ul li .txtbox p {
		font-size: 12px;
	}	
	.pr_why ul li .img_con {
		margin-bottom: 15px;
		margin-top: 15px;
	}	
}

/*pr_prcss*/
.pr_prcss {
	padding: 30px;
	margin-top: 60px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}
.pr_prcss h2 {
	font-size: 25px;
	line-height: 1.5em;
	margin-bottom: 30px;
	font-weight: 600;	
}
.pr_prcss ul{
	position: relative;
	padding: 30px 0;
}
.pr_prcss ul:after {
	content: "";
    left: 55px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #aaa;
    z-index: 1;	
}
.pr_prcss ul li .pr_item {
	border: 1px dashed #ccc;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}
.pr_prcss ul li .pr_item {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.pr_prcss ul li .pr_item > div {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.pr_prcss ul li .txtbox h3 {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: 600;	
}
.pr_prcss ul li .txtbox h3 strong {
	color: #3189dc;
}
.pr_prcss ul li .txtbox h3 img {
	position: relative;
	z-index: 3;
}
.pr_prcss ul li .txtbox p {
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 0;
	font-weight: 400;
	color: #1e1e1e;
	padding-left: 25px;
}
.pr_prcss ul li .img_con img {
	width: 100%;
	border-radius: 4px;
}	
@media (max-width: 768px) {
	.pr_prcss {
		padding: 15px;
		margin-top: 30px;
	}
	.pr_prcss h2 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.pr_prcss ul{
		padding: 15px 0;
	}
	.pr_prcss ul:after {
		left: 30px;
	}
	.pr_prcss ul li .pr_item {
		padding: 15px;
	}
	.pr_prcss ul li .pr_item > div {
		display: block;
		width: 100%;
	}
	.pr_prcss ul li .txtbox h3 {
		font-size: 14px;
		word-break: keep-all;
	}
	.pr_prcss ul li .txtbox h3 img {
		width: 15px;
	}
	.pr_prcss ul li .txtbox p {
		font-size: 12px;
		padding-left: 25px;
		word-break: keep-all;
	}	
	.pr_prcss ul li .img_con {
		padding-left: 25px;
		margin-top: 15px;
	}	
}

/*marker_line*/
.marker_line {
    line-height: 1.1em !important;
}
.marker_line > span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    z-index: 0;
}
.marker_line > span:after {
    content: "";
    background-color: #b69a68;
    opacity: 0.4;
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 35%;
    width: 100%;
    z-index: -1;
}

/*cl_sec2*/
#cl_sec2 .c_wrp {
       margin-top: 120px;
}
#cl_sec2 .stit {
    padding: 10px 15px 10px 120px;
    background: url(../img/symbol_cl.png) left center no-repeat;
}
#cl_sec2 .stit h1 {
    font-weight: 300;
    line-height: 1.2em;
}
#cl_sec2 .stit h4 {
    color: #222;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 5px;
}
#cl_sec2 ol > li {
    margin-top: 30px;
}
#cl_sec2 ol li h5 {
    font-weight: 700;
}
#cl_sec2 ol li ul li {
    font-size: 17px;
    line-height: 1.2em;
    margin-top: 10px;
    color: #333;
}
#cl_sec2 .dt_jun {
    border: 1px solid #ddd;
}

@media (min-width:769px){
    
}
@media (max-width:768px){
    #cl_sec2 .c_wrp {
           margin-top: 40px;
    }
    #cl_sec2 .stit {
        padding: 5px 15px 5px 70px;
        background-size: 60px !important;
    }
    #cl_sec2 ol li ul li {
        font-size: 13px;
        font-weight: 300;
        margin-top: 5px;
    }
    #cl_sec2 .c_wrp .lft{
        padding: 30px 10px;
        background-color: #f7f7f7;
    }
    #cl_sec2 .stit h4 {
        letter-spacing: 0px;
    }
}


#special_05 .sec03{
    background-color: #f7f7f7;
}
#special_05 .sec03 ul li .sp5_box{
    background-color: #fff;
    border: 1px solid #15111e;
    border-radius: 10px;
    padding: 30px 20px;
}
#special_05 .sec03 ul li .sp5_box h3{
    position: relative;
    padding-left: 12px;
}
#special_05 .sec03 ul li .sp5_box h3:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 70%;
    top: 20%;
    left: 0;
    background-color: #15111e;
}
#special_05 .sec03 ul li .sp5_box p{
    margin-top: 10px;
}
@media (max-width: 768px) {
    #special_05 .sec03 ul li .sp5_box{
        padding: 15px;
    }
    #special_05 .sec03 ul li .sp5_box h3{
        padding-left: 8px;
    }
    #special_05 .sec03 ul li .sp5_box h3:before{
        width: 3px;
        height: 70%;
        top: 20%;
        left: 0;
    }
    #special_05 .sec03 ul li .sp5_box p{
        margin-top: 5px;
    }
}