@charset "utf-8";
.tit_box {
    border: 1px solid #ddd;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin-top: 2rem;
}
.tit_box .icon {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -60%);
	background-repeat: no-repeat;background-position: center;
}
.tit_box.col1 .icon {background-color: #FFA826;background-image: url(/img/page/business/bz1_icon.png);}
.tit_box.col2 .icon {background-color: #E87581;background-image: url(/img/page/business/bz2_icon.png)}
.tit_box.col3 .icon {background-color: #2E92AF;background-image: url(/img/page/business/bz3_icon.png)}
.tit_box.col4 .icon {background-color: #74AB54;background-image: url(/img/page/business/bz4_icon.png)}
.tit_box.col5 .icon {background-color: #46698E;background-image: url(/img/page/business/bz5_icon.png)}


.tit_box p {
    /* color: var(--color-main); */
    font-size: 20px;
    font-family: var(--font-point);
    margin-top: 2rem;
    line-height: 1.6;
    font-weight: 600;
    word-break: keep-all;
}
.tit_box span {
    color: var(--color-main);
    font-size: 24px;
}
.tit_box.col1 span {color: #FFA826;}
.tit_box.col2 span {color: #E87581;}
.tit_box.col3 span {color: #2E92AF;}
.tit_box.col4 span {color: #74AB54;}
.tit_box.col5 span {color: #46698E;}

.tit_img  {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    flex-wrap: wrap;
}
.tit_img li {
    width: 32%;
    height: 16em;
    overflow:hidden;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tit_img li img {
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
}
.conts_wrap {padding: 5% 0 0;}
.conts_wrap h4 {
    /* margin-bottom: 1rem; */
    /* margin-top: 1rem; */
}
.conts_wrap .conts_detail {margin-bottom:2rem}
.biz_sec2 {margin-bottom:10%}
.biz_sec2 h5 {font-size:25px;color: var(--color-main);padding-bottom: 1rem;}
.biz_sec2 table {width:100%}
.biz_sec2 table tr {
    border: 1px solid #ddd;
}
.biz_sec2 table td {
    /* background-color: #fff; */
    padding: 1rem;
    text-align: center;
    border-right: 1px solid #ddd;
    font-weight: 300;
    word-break: keep-all;
}
.biz_sec2 table td:first-child {/* font-weight: 500; */}
.biz_sec2 table td:last-child {text-align:left;}
.biz_sec2 table.center td:last-child {text-align:center}

.biz_sec2 table th {
    background-color: var(--color-bg-gray);
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    border-top: 2px solid var(--color-main);
    border-right: 1px solid #ddd;
    /* background-color: #d0e8cd70; */
    color: var(--color-main);
    font-size: 19px;
    word-break: keep-all;
}
.biz_sec2 table  td  table {}
.biz_sec2 table  td  table th{}

.biz_sec2 table td p {padding-top:.5rem;word-break: auto-phrase;}
.biz_sec2 table td li {font-weight:300;word-break: auto-phrase;} 

.biz_sec2 table td:last-child ul {}
.biz_sec2 table td:last-child ul li{
    position: relative;
    padding-left: .8em;
}
.biz_sec2 table td:last-child ul li:after{content:"";position: absolute;left: 0;top: 0;width: 5px;height: 2px;background-color: gray;margin-top: 12px;}
.biz_sec2 table td:last-child ul.s1 {
    display: flex;
    margin-top: 1em;
}
.biz_sec2 table td:last-child ul.s1 li{
    border: 1px solid gray;
    padding: .5em;
    text-align: center;
    margin-right: 2em;
    border-radius: 1em;
    display: flex;
    align-items: center;
}
.biz_sec2 table td:last-child ul.s1 li:after{content:"";display: none;}
.biz_sec2 table td:last-child ul.s1 li:before{content:"▶";position: absolute;right: -1.5em;top: 50%;margin-top: -.8em;}
.biz_sec2 table td:last-child ul.s1 li:last-of-type{}
.biz_sec2 table td:last-child ul.s1 li:last-child:before{
    display: none;
}

.flow_vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4em;
    margin-bottom: 4em;
}
.flow_vertical li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position:relative;
    padding: 2em;
    border: 3px solid gray;
    border-radius: 3em;
    width: 98%;
}
.flow_vertical li:nth-child(n+2) {
    margin-top: 4em;
}
.flow_vertical li:nth-of-type(1) {border-color: #9DCB67;}
.flow_vertical li:nth-of-type(2) {border-color: #70B567;}
.flow_vertical li:nth-of-type(3) {border-color: #43A066;}
.flow_vertical li:nth-of-type(4) {border-color: #269266;}
.flow_vertical li:nth-of-type(5) {border-color: #9DCB67;}
.flow_vertical li:after {
	content:"";
	background-image: url(/img/common/t_flow.png);
	display: block;
	position: absolute;
	width: 22px;
	height: 16px;
	background-repeat: no-repeat;
	/* top: 50%; */
	left: 50%;
	bottom: -50%;
	margin-right: -15%;
	/* transform: translateY(-28%); */
	transform: rotate(90deg);
}
.flow_vertical li:nth-of-type(5)::after {display:none;}
.flow_vertical li div{
    width: 20%;
    font-weight: 600;
}
.flow_vertical li p{
    text-align: left;
    width: 80%;
}

.biz_title {
    display: flex;
    list-style: none;
    padding: 0;
}
.biz_title li {
    color: #fff;
}
.biz_title .txt {
    background-image: url(/img/page/business/bg.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
}
.biz_title .txt p {word-break:keep-all;text-align: center;margin-top: 3rem;font-size: 24px;}
.biz_sec2 .in_tb {width: 100%;}
.biz_sec2 .in_tb tr {
    border-right: unset;
    border-left: unset;
}
.biz_sec2 .in_tb th {
    border-top: unset;
    /* background-color: unset; */
    color: #333;
    font-weight: 500;
    font-size: 18px;
    padding: .5rem;
}
.biz_sec2 .in_tb th:last-child, .biz_sec2 .noline td:last-child {border-right:unset}
.biz_sec2 .in_tb td {}
.biz_sec2 .in_tb td:last-child {text-align: center;border-right: unset;}
.biz_sec2 .in_tb td.t_left {text-align:left}

.biz_sec2 .bz_flow {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.biz_sec2 .bz_flow li {
    width: 15%;
    text-align: center;
    background-color: var(--color-main);
    padding: .5rem;
    border-radius: 1rem;
    /* background-color: #fff; */
    position: relative;
    /* border: 3px solid #9DCB67; */
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
.biz_sec2 .bz_flow li:after {
	content:"";
	background-image: url(/img/common/t_flow.png);
	display: block;
	position: absolute;
	width: 22px;
	height: 16px;
	background-repeat: no-repeat;
	top: 50%;
	right: 0;
	margin-right: -15%;
	transform: translateY(-50%);
}
.biz_sec2 .bz_flow li:last-child::after {display:none;}

.biz_sec2 .li_flow {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.biz_sec2 .li_flow li {
    width: 18%;
    text-align: center;
    background-color: var(--color-main);
    padding: 1rem;
    border-radius: 3rem;
    background-color: #fff;
    position: relative;
    border: 3px solid #9DCB67;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}
.biz_sec2 .li_flow li:after {
	content:"";
	background-image: url(/img/common/t_flow.png);
	display: block;
	position: absolute;
	width: 22px;
	height: 16px;
	background-repeat: no-repeat;
	top: 50%;
	right: 0;
	margin-right: -15%;
	transform: translateY(-50%);
}
.biz_sec2 .li_flow li:last-child::after {display:none;}
.biz_sec2 .li_flow li:nth-child(2) {border-color:#70B567;}
.biz_sec2 .li_flow li:nth-child(3) {border-color:#43A066;}
.biz_sec2 .li_flow li:nth-child(4) {border-color:#269266;}
.step_img {width: 100%;}
.step_img img {width:100%}
.step_img .pc {}
.step_img .tablet, .step_img .mobile {display:none;}
				
				

/* PC */ 
@media only screen and (min-width:1280px) and (max-width: 1600px)  {
	.tit_box p {word-break:keep-all}
	.tit_box p br {display:none;}
	
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media (max-width: 1024px) {
	.tit_box p {word-break:keep-all}
	.tit_box p br {display:none;}
	.tit_box {padding: 2rem 1rem;word-break: keep-all;margin-top: 3rem;}
	.tit_img {
    /* display: flex; */
    /* justify-content: space-around; */
}
	.tit_img li {width: 33%;}
	.conts_wrap .mo {display: block;text-align: right;} 
	.biz_sec2 table {width: 1100px;}
	.biz_sec2 .over_view {
    width: 100%;
    overflow: auto;
}
	.biz_sec2 .bz_flow {width:100%}
	.biz_sec2 .bz_flow li {
    /* width: 43%; */
}
	.step_img .pc, .step_img .mobile {display:none;}
	.step_img .tablet {display:block}
	.biz_sec2 .li_flow {flex-wrap:wrap;display: flex;justify-content: flex-start;}
	.biz_sec2 .li_flow li {width: 30%;margin-right: 3%;}
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
	.tit_box {
    padding: 1rem;
}
	.tit_box .icon {width: 100px;height: 100px;background-size: 50%;}
	.tit_box p {
    font-size: 5vw;
    word-break: keep-all;
}
	.tit_box p br {display:none}
	.tit_box span {font-size: 5.5vw;}
	.tit_img li {width:100%;padding: .5rem 0;}
	.conts_wrap h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
	.biz_sec2 table {/* width: 800px; */} 
	.biz_sec2 table td, .biz_sec2 table th {font-size:16px}
	.biz_sec2 .in_tb td {
    padding: .5rem;
}
	.biz_sec2 .in_tb th {font-size:16px}
	.biz_sec2 .bz_flow {/* width:600px; */}
	.biz_sec2 .bz_flow li {
    /* width: 42%; */
    /* padding: .5rem 1rem; */
    /* word-break: keep-all; */
} 
	.biz_sec2 .bz_flow li:after {
    margin-right: -19%;
}
	.step_img .pc, .step_img .tablet{display:none;}
	.step_img .mobile {display:block}
	.biz_sec2 .li_flow {
}
	.biz_sec2 .li_flow li {width: 95%;margin-bottom: 6%;margin-right: 0;}
	.biz_sec2 .li_flow li:after {
    top: 100%;
    margin-top: 7%;
    margin-right: 0;
    right: unset;
    transform: rotate(90deg) translateX(-50%);
}
	/*.biz_sec2 table.wrap tr {
    display: flex;
    flex-wrap: wrap;
    border: unset;
    border-bottom: 1px solid #787878;
    border-left: 1px solid #ddd;
}
	.biz_sec2 table.wrap th, .biz_sec2 table td {width:27%; font-size:4.5vw}
	.biz_sec2 table.wrap th:first-child, .biz_sec2 table td:first-child {width:46%}
	.biz_sec2 table.wrap th:last-child, .biz_sec2 table td:last-child {width:100%}
	.biz_sec2 table.wrap th:last-child, .biz_sec2 table td:last-child  {border-top:1px solid #ddd;}*?
}

