@charset "utf-8";
.sub_all * {box-sizing:border-box;}
.sub_all p {    font-size: 1em;
    /*padding-left: 1.8em; */
    letter-spacing: 0;}
.sub_all p.info {
    color: green;
    border: 2px solid green;
    padding: 1em 2em;
    border-radius: 1em;
    font-weight: 500;
}
div.p_com {}
p.p1 {}
p.p2 {font-size: 1.8em;
    padding-left: 0.8em;
    color: #4fa526;}
div.img_s1 { width: 100%;
    height: 459px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;     word-break: keep-all;}
div.img_s2 { width: 100%;
    height: 428px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;     word-break: keep-all;}

ul.s1 {
    display: table;
    /* margin: 0 1em; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 1em;
    font-size: 1em;
    }
ul.s1 > span {	font-weight: 400;
	font-size: 1.1em;
    margin-right: 0.5em;
	}
ul.s1 > li{
    position: relative;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    
    font-weight: 400;
    line-height: 1.7em;
    text-align: left;
	list-style-type: disc;
    /* color: #1d1d1d; */
 }
ul.s1 > li.clean:before {display:none;}
/*ul.s1 > li::before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ff9f0f;
	float: left;
	margin-right: 0.5em;
	margin-top: 1.5%;
	border-radius: 1em;
	margin-bottom: 1em;
}*/
ul.s1 > li::marker {color: #ff9f0f;font-size: 0.8em;}
ul.white li::before {background-color:#fff;}
ul.s1 li .lt_date{     float: right;}
ul.s1 li .lt_date,ul.s1 li a {font-size:1em;}

ul.s1_1 li{	position: relative;
    padding: 0 0 0.5em 1em;
    width: 100%;
    clear: both;
    box-sizing: border-box;
	}
ul.line {
    display: table;
    /* margin: 0 1em; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 2em 0 0em;
    font-size: 1em;
    }
ul.line span {
	font-weight: 400;
	font-size: .8em;
	margin-right: 0.5em;
	background: #34b5ff;
	color: white;
	padding: .1em 1em;
	}
ul.line> li{
    position: relative;
    padding: 0 0 .8em 0;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    font-size: 1.1em;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: .8em;
 }
ul.line> li::before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #69ccd7;
	margin: 8px 3px 0 0;
	position: absolute;
	left: -1em;
	top: 3px;
	display: none;
}
ul.line> li .lt_date{     float: right;}
ul.line> li .lt_date,ul.s1> li a {font-size:1em;}

ul.t_flow {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:1200px;
    align-items: center;
    }
ul.t_flow li{
    display: flex;
    float: left;
    width: 21%;
    height: 5em;
    /* padding: 1em 0; */
    box-sizing: border-box;
    border: 1px solid #fafafa;
    margin-right: 2.1em;
    text-align: center;
    position: relative;
    background: #edf3dd;
    border-radius: 0.6em;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1em;
    }
ul.t_flow li:after{
    content: "";
    background-image: url(/img/common/t_flow.png);
    display: block;
    width:11px;
    height:16px;
    /* margin: 1em 0 0 0; */
    position: absolute;
    top: 50%;
    right: -17%;
    margin: -0.4em 0;
    background-repeat: no-repeat;
    }
ul.t_flow li:nth-of-type(1){ }
ul.t_flow li:nth-of-type(2){ }
ul.t_flow li:nth-of-type(3){ }
ul.t_flow li:nth-of-type(4){ }
ul.t_flow li:nth-last-child(1){margin-right: 0;background-color:#f6b002;color: #fff;}
ul.t_flow li:nth-last-child(1)::after {display:none;}

ul.wd14 li {width:14%;}

@media screen and (max-width: 1000px) { 
	.sub_body_con  div  h3 {font-size: 1.7em;}
	.pd {padding:1em;}
	ul.s1 {/* padding: 0 1em 0 0; */;/* margin-bottom: 3em; *//* word-break: keep-all; */}
	ul.s1 ul {width:100%;}
	ul.s1 li {/* margin-left:1em; */font-size: 1em;}
	ul.s1 > li::before {
    margin: 3% 2%;
}
	ul.line {padding: 0;margin: 0;}
	ul.line> li {
    padding: 1em;
}
	ul.t_flow {
    display: flex;
    justify-content: flex-start;
}
	ul.t_flow li {width: 40%;height: 5em;margin-top: 0.6em;font-size: 1em;word-break: keep-all;margin-right: 2em;}
	ul.t_flow li:after {
    right: -15%;
    }
}

.p_com div, .p_com p, .p_com li{font-size:1.4em;}
.p_com > h3:nth-of-type(1) {    margin-top: 0;}
ul.title_info {    display: table; margin-bottom: 5em;}
ul.title_info > li{    display: table;}
ul.title_info > li:nth-child(1){
    float: left;
    width: 60%;
    }
ul.title_info > li:nth-child(2) {
    background-image: url(/img/page/1050/1.jpg);
    float: right;
    /* display: table; */
    width: 391px;
    height: 259px;
    /* width: 50%; */
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 8px 8px 5px #a5a5a5;
    }
ul.title_info > li:nth-child(1) h4 {    font-size: 1.8em;     word-break: keep-all;}
ul.title_info > li:nth-child(1) p {font-size: 1.4em;
    font-weight: 300;
    margin-top: 1em; }
ul.title_info > li:nth-child(1) p:nth-last-child(1) {padding-bottom:0.6em;     line-height: 1.8em;
    padding-bottom: 0.6em;
    font-size: 1.3em;
    color: #000;
    font-weight: 300;
    word-break: keep-all;}
ul.title_info > li p span {font-weight:500;}
/*
ul.title_info {    width: 100%;
    display: table;
    box-sizing: border-box;
    margin: 0 0 3em 0;}
ul.title_info li {    box-sizing: border-box;
    display: table;}
ul.title_info li:nth-child(1) {
	        width: 30%;
    height: 14em;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1em;
	}
ul.title_info li:nth-child(2) { float: right;
    width: 65%;}
*/

h3.title {     font-size: 24px;
    
    font-weight: 500;text-transform: uppercase;
    letter-spacing: -0.05em;
    position: relative;
    margin-bottom: 1em;
    /* padding-bottom: 1em; */padding-left: 0.7em;}
h3.title:after {  content: "";
    width: 5px;
    height: 13px;
    background-color: #94c11f;
    
    position: absolute;
    left: 0;
    top: 19%;
    transform: rotate(
45deg
);
    margin-right: 0;}
    
h2.stitle { margin: 1.5em 0 1em 0;     clear: both;  position: relative; padding-left: 1em;}
h2.stitle:after{ content: "";
    width: 6px;
    height: 19px;
    background-color: #e7182a;
    /* margin: 8px 30px 0 0; */
    position: absolute;
    left: 0px;
    top: 7px;
    transform: rotate(45deg);
}

ul.s2 {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
ul.s2 li{
    float: left;
    width: 11.8em;
    height: 15em;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    margin-right: 3em;
    margin-bottom: 1em;
    text-align: center;
    padding-top: 7em;
    position: relative;
    box-shadow: 3px 4px 4px 0px #8080805c;
    border-radius: 0.6em;
    }
ul.s2 li:after{        content: "";
    background-image: url(/img/common/arrow1.png);
    display: block;
    width: 47px;
    height: 46px;
    /* border-left: 6px solid #ff0000; */
    margin: 0px 0px 0px 0;
    position: absolute;
    top: 44%;
    right: -69px;
    background-repeat: no-repeat; }
ul.s2 li:nth-of-type(1){ }
ul.s2 li:nth-of-type(2){ }
ul.s2 li:nth-of-type(3){ }
ul.s2 li:nth-of-type(4){ }
ul.s2 li:nth-of-type(5){ margin-right: 0;}
/*ul.s2 li:nth-of-type(5)::after {display:none;}*/
ul.s2 li:nth-last-child(1)::after {display:none;
}
ul.s2 li span {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    font-size: 2.2em;
    color: #29a02c;
    font-weight: 900;
    text-align: center;
    }

    
ul.th {    display: table;
    width: 100%;}
ul.th li{float: left;
    width: 25%;
    text-align: center;
    padding: 0.5em 0;
    background-color: #f7f7f7;
    border-top: 2px solid gray;
    border-bottom: 1px solid gray;
    font-weight: 600;}
ul.th li:nth-last-child(1){}

ul.td {    display: table;
    width: 100%;}
ul.td li{float: left;
    width: 25%;
    text-align: center;
    padding: 0.5em 0;
    background-color: #fff;
    border-bottom: 1px solid gray;
    font-weight: 400;}
ul.td li:nth-last-child(1){}

div.info {    margin: 1em 0 3em;
    display: table;
    width: 100%;}
div.info dl{    width: 25%;
    float: left;}
div.info dl:nth-of-type(3) {}
div.info dl:nth-last-child(1){}
div.info dl dt{width: 100%;
    text-align: center;
    padding: 0.5em 0;
    background-color: #f7f7f7;
    border-top: 2px solid gray;
    border-bottom: 1px solid gray;
    font-weight: 600;}
div.info dl dd{width: 100%;
    text-align: center;
    padding: 0.5em 0;
    background-color: #fff;
    border-bottom: 1px solid gray;
    font-weight: 400;}


@media screen and (max-width: 1000px) {
	ul.s2 li:after {display:none;}
	ul.s2 li span {    position: relative;
    clear: both;
    width: 100%;
    top: 0;
    display: table;}
	ul.s2, ul.s2 li {width: 100%;
    float: none;
    margin: 1em 0;
    height: auto;
    padding: 1em;}
	ul.s2 li:nth-of-type(4) {margin:1em 0;}
	div.info dl{    width: 100%;}

}    
a.btn1 {            padding: 1em 2em;
    display: table;
    background-color: #3ea432;
    color: white;
    border-radius: 0.5em;
    font-size: 1.4em;
    box-sizing: border-box;
    border: 1px solid white;
}
a.btn1:hover { background-color: #fff; border:1px solid #94c11f; color:#94c11f;}

.center {margin:0 auto;}
.txt_center {text-align:center;}
.mt05 {margin-top:0.5em;}
.mt1 {margin-top:1em;}
.mt2 {margin-top:2em;}
.mt3 {margin-top:3em;}
.mt4 {margin-top:4em;}
.mt5 {margin-top:5em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb3 {margin-bottom:3em;}
.mb4 {margin-bottom:4em;}
.mb5 {margin-bottom:5em;}
@media screen and (max-width: 1000px) { 
	ul.title_info li:nth-child(1),ul.title_info li:nth-child(2) { margin-bottom:1em; width:100%; }
}	

.sub_all > h2 {    margin-top: 2em; margin-bottom: 1em;
    clear: both; /*position: relative;*/ font-weight: 500;     font-size: 1.6em;}
.sub_all > h2:after{
    content: "";
    display: block;
    width: 20px;
    height: 8px;
    margin: 15px 0px 0px 0;
    background-color: #08a3ea;
    float: left;
    margin-right: 0.5em;
    border-radius: 1em;
    }
.sub_all > h1  {    margin-top: 1em; margin-bottom: 1em; clear: both; position: relative; font-weight: 400; font-size: 1.3em;}
.sub_all > h1::before{  content: ""; display: block; margin: 0 15px 20px 0; width: 100%; height: 2px; border-left: 460px solid #29a02c; background-color: #ececec;}
@media screen and (max-width: 1000px) { width: 100%;
	.sub_all {}
	.sub_all h1::before{ border-left: 260px solid #29a02c; margin: 1em 0;}
}

ul.flow1 {
    display: flex;
    margin-bottom: 6em;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    }
ul.flow1 > li{
    display: flex;
    /* background-repeat: no-repeat; */
    height: 10em;
    /* float: left; */
    width: 10em;
    /* background-color: #e8e8e8; */
    margin-right: 3em;
    border-radius: 9em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: center;
    background-position-y: center;
    justify-content: space-around;
    align-items: center;
    box-shadow: 1px 5px 5px #bdbdbd;
    border: 3px solid #29a02c;
    font-size: .9em;
    color: #29a02c;
    font-weight: 600;
    }
ul.flow1 > li::after {
    content: ">";
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -54px;
    margin-top: -20px;
    font-weight: 900;
    font-family: serif;
    font-size: 1.5em;
    /* background-color: #ccc; */
    color: #29a02c;
}
ul.flow1 > li:nth-last-child(1)::after {content: "";}

ul.flow1 > li p {position: absolute;
    /* bottom: -2em; */
    text-align: center;
    width: 130px;
    letter-spacing: -1px;
    margin-left: -22px;
    color: black;
    font-weight: 400;
    top: 7em;
    letter-spacing: 0px;
    line-height: 1em;
    word-break: keep-all;
}

ul.flow2 {display: table;
    margin-bottom: 10em;
    margin-left: 3em;}
ul.flow2 > li{    display: table;
    background-repeat: no-repeat;
    height: 100px;
    float: left;
    width: 102px;
    background-color: #e8e8e8;
    margin-right: 7em;
    border-radius: 4em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: center;
    background-position-y: center; }
ul.flow2 > li::after {            content: ">";
    display: block;
    width: 60px;
    height: 39px;
    position: absolute;
    top: 34%;
    right: -85px;
    font-weight: bold;
    font-family: serif;
    font-size: 1.5em;
    /* background-color: #ccc; */
    color: #ccc;
}
ul.flow2 > li:nth-last-child(1)::after {content: "";}

ul.flow2 > li p {position: absolute;
    /* bottom: -3em; */
    text-align: center;
    width: 200px;
    letter-spacing: -1px;
    margin-left: -45px;
    color: black;
    font-weight: 400;
    top: 7em;}

ul.flow3 {display: table;
    margin-bottom: 6em; position: relative;
    width: 100%;
    box-sizing: border-box;}
ul.flow3 > li{                display: table;
    background-repeat: no-repeat;
    height: 250px;
    float: left;
    width: 250px;
    margin-left: 3em;
    border-radius: 1em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: center;
    background-position-y: center;
    margin-bottom: 4em;
    border: 1px solid;
    box-shadow: 5px 5px 10px #b3b3b3;
}

ul.flow3 > li:nth-last-child(1) {margin-right: 0;}
ul.flow3 > li::after {                content: ">";
    display: block;
    width: 50px;
    height: 39px;
    position: absolute;
    top: 48%;
    left: -50px;
    font-weight: bold;
    font-family: serif;
    font-size: 1.5em;
    /* background-color: #ccc; */
    color: #4a4a4a;
}
ul.flow3 > li:nth-child(1)::after {content: "";}

ul.flow3 > li span {
    color: white;
    text-align: left;
    /* width: 80%; */
    display: table;
    padding: 0.7em 0.8em;
    font-weight: 600;
    background-color: #bebebe;
    border-radius: 3em;
    position: absolute;
    left: 44%;
    top: 2em;
    font-size: 0.8em;}
ul.flow3 > li p {        position: absolute;
    /* bottom: -2em; */
    text-align: center;
    width: 100%;
    letter-spacing: -1px;
    /* margin-left: -22px; */
    color: #097b0c;
    font-weight: 400;
    top: 12em;
    letter-spacing: 0px;
    line-height: 1em;
    word-break: keep-all;
    text-align: center;
    left: 0em;
    padding-left: 0;
    font-weight: 500;
}
@media screen and (max-width: 1000px) { 
	ul.flow3 > li {        width: 100%;
    margin-left: 0;}
	ul.flow3 > li:nth-child(3) { background-position-x: center; }
	ul.flow3 > li:after { content: "▼";   top: -47px;
    left: 42%;}
}

ul.flow4 {
    display: table;
    margin: 0 auto;
    margin-bottom: 4em;
    margin-top: 0em;
    }
ul.flow4 > li{        display: table;
    background-repeat: no-repeat;
    height: 300px;
    float: left;
    width: 350px;
    margin-right: 3em;
    border-radius: 1em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: center;
    background-position-y: center;
    background-color: #fff;
    border: 1px solid gray;
    box-shadow: 0px 5px 13px #9c9c9c;
}
ul.flow4 > li:nth-child(1){ }
ul.flow4 > li:nth-child(2){  }
ul.flow4 > li:nth-child(3){ margin-right: 0; }

ul.flow4 > li:nth-of-type(1)::after {content: "";
    width: 195px;
    height: 195px;
    background-image: url(/img/page/4010/6.png);
    position: absolute;
    left: 50%;
    margin-left: -92px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    border: 1px solid green;
    border-radius: 9em;
    top: -31%;
    background-color: white;}
ul.flow4 > li:nth-of-type(2)::after {content: "";
    width: 195px;
    height: 195px;
    background-image: url(/img/page/4010/7.png);
    position: absolute;
    left: 50%;
    margin-left: -92px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    border: 1px solid green;
    border-radius: 9em;
    top: -31%;
    background-color: white;}
ul.flow4 > li:nth-of-type(3)::after {content: "";
    width: 195px;
    height: 195px;
    background-image: url(/img/page/4010/8.png);
    position: absolute;
    left: 50%;
    margin-left: -92px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    border: 1px solid green;
    border-radius: 9em;
    top: -31%;
    background-color: white;}
ul.flow4 > li:nth-of-type(1)::after,ul.flow4 > li:nth-of-type(2)::after,ul.flow4 > li:nth-of-type(3)::after {
    top: 5em;
}

ul.flow4 > li h3 {
    position: absolute;
    width: 100%;
    top: 1em;
    font-size: 1.4em;
    font-weight: 400;
    color: #3ca83f;
 }
ul.flow4 > li p {    position: absolute;
    /* bottom: -2em; */
    text-align: center;
    width: 100%;
    letter-spacing: -1px;
    /* margin-left: -22px; */
    color: black;
    font-weight: 400;
    top: 10em;
    letter-spacing: 0px;
    line-height: 1.3em;
    word-break: keep-all;
    padding: 0 2em;
    text-align: center;
}

ul.flow5 {display: table;
    margin-bottom: 6em;}
ul.flow5 > li{        display: table;
    background-repeat: no-repeat;
    height: 144px;
    float: left;
    width: 192px;
    margin-right: 0em;
    border-radius: 1em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: center;
    background-position-y: 1em;
    margin-bottom: 4em;
}
ul.flow5 > li::after {   /*     content: ">";
    display: block;
    width: 60px;
    height: 39px;
    position: absolute;
    top: 34%;
    right: -54px;
    font-weight: bold;
    font-family: serif;
    font-size: 1.5em;
    color: #ccc; */
}
ul.flow5 > li:nth-last-child(1)::after {content: "";}
ul.flow5 > li span {color: red;
    text-align: left;
    width: 80%;
    display: table;
    padding: 0.5em 1em;
    font-weight: 600;}
ul.flow5 > li p {position: absolute;
    /* bottom: -2em; */
    text-align: center;
    width: 192px;
    letter-spacing: -1px;
    /* margin-left: -22px; */
    color: black;
    font-weight: 400;
    top: 10em;
    letter-spacing: 0px;
    line-height: 1em;
    word-break: keep-all;
    text-align: center;
    left: 0em;
}

@media screen and (max-width: 1000px) {

	
	ul.flow4 {      }
	ul.flow4 > li{     width: 320px;
    margin-bottom: 8em; }
	ul.flow4 > li:nth-child(1){ }
	ul.flow4 > li:nth-child(2){  }
	ul.flow4 > li:nth-child(3){  }
	ul.flow4 > li:nth-of-type(1)::after { }
	ul.flow4 > li:nth-of-type(2)::after { }
	ul.flow4 > li:nth-of-type(3)::after { }
	ul.flow4 > li h3 {   }
	ul.flow4 > li p {    }
}

ul.list {    display: table;
    /* margin: 0 1em; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 2em 0 2em;
	font-size: 1em;
    }
ul.list span {	font-weight: 400;
	font-size: 1.1em;
    margin-right: 0.5em;
	}
ul.list> li{
    position: relative;
    padding: 0 0 0.6em 0;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    font-size: 1.1em;
 }
ul.list> li::before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #e56679;
	margin: 8px 3px 0 0;
	position: absolute;
	left: -1em;
	top: 3px;
}
ul.list> li .lt_date{     float: right;}
ul.list> li .lt_date,ul.s1> li a {font-size:1em;}

@media screen and (max-width: 1000px) { 
    ul.list> li::before {
    left: -.6em;
    top: -2px;
}
	ul.list {padding: 0;width: 94%;}
	ul.list> li .lt_date, ul.list> li a {
    font-size: .8em;
    }
}

.text_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
align-items: center;justify-content: flex-start;}
.text_list div {
    width: 84%;
    height: 70px;float: left;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    padding: 1em;
    background: #f5f5f5a3;
    margin-left: 4px;
    border-radius: 0 1em 1em 0;
word-break: keep-all;}
.text_list .left {
    width: 15%;
    background: #ff8e1f;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
    padding: 0 0.6em;
    display: block;
    color: #fff;
    border-radius: 1em 0 0 1em;
display: flex;align-items: center;justify-content: center;}
.text_list2 {display:flex;width:100%;flex-direction: row;flex-wrap: wrap;justify-content: space-evenly;}
.text_list2 > div {width:30%;text-align: center;}
.text_list2 span{font-weight: 500;} 
.text_list2 .hight {
    background: #fb8671;
    font-size: 1.3em;
    color: #fff;
    padding: 0.6em;
    border-radius: 1em 1em 0 0;
    font-weight: 500;
    }
.text_list2 div ul {background: #f5f5f5a3;padding: 1em 0 2em;border-radius: 0 0 1em 1em;font-size: 1.1em;height: 18em;display: flex;flex-direction: column;justify-content: space-between;}
.text_list2 div ul li {
    line-height: 1.8em;
}

@media screen and (max-width: 1000px) {
	.text_list{
}
	.text_list div {
    width: 98%;
    padding: 1em;
    border-radius: 0 0 1em 1em;
height: auto;}
	.text_list .left {
    width: 98%;
    border-radius: 1em 1em 0 0;
height: 2.4em;}
	.text_list2 {
    display: flex;
    flex-direction: column;
}
	.text_list2 > div {
    width: 100%;
}
	.text_list2 div ul {display: flex;justify-content: center;height: auto;}
	.text_list2 div ul li {
    width: 100%;
}
}

ul.info_box {display: table;width: 100%;/*border: 1px solid #ccc;border-radius: 1em;*//* background: #f0f7ff; */height: auto;display: flex;flex-direction: row;align-items: center;border-radius: 2em;}
ul.info_box  li{
    float: left;
    width: 58%;
    /* padding-top: 2em; */
    font-size: 1.1em;
    font-weight: 400;
    }
ul.info_box li a{
    padding: 0.5em 2em;
    background: #94c11f;
    border-radius: 1em;
    line-height: 4em;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
} 
ul.info_box li a:hover {background: #ff8e1f; color:#fff;} 
ul.info_box  li:nth-child(1) {
    background-image: url(/img/page/5010/1.png);
    margin: 0 1em 0 0em;
    height: 311px;
    width: 40%;
    background-size: 100%;
    background-position-y: center;
    background-repeat: no-repeat;
    }
ul.info_box  li:nth-child(2){
    /* margin-top: 3em; */
    word-break: keep-all;
    }
ul.info_box  li:nth-child(1) p {font-size: 1.4em;
    font-weight: 300;
    margin-top: 1em; }
ul.info_box  li:nth-child(1) p:nth-last-child(1) {padding-bottom:0.6em;     line-height: 1.8em;
    padding-bottom: 0.6em;
    font-size: 1.3em;
    color: #000;
    font-weight: 300;
    word-break: keep-all;}
ul.info_box  li  h2 {color:#083f88;font-size: 2em;}
ul.info_box  li  p {font-size: 0.9em;font-weight: 300;padding-top: 0.5em;padding-left: 0.3em;}
ul.info_box  li span {color: #ff8e1f; font-weight: 600;font-size: 1.5em;line-height: 1.5em;}
ul.info_box  li  strong {float:left;display:block;width:20%;height:30px;font-size: 1.1em;font-weight:500;line-height:30px;} 
ul.p_5030 li:nth-child(1){background-image: url(/img/page/5030/1.png)}

@media screen and (max-width: 1000px) {
	ul.info_box {display: table;width: 100%;border: 1px solid #ccc;border-radius: 1em;height: auto;padding: 2em 0em 0;display: flex;flex-direction: column-reverse;}
	ul.info_box  li{float: none;width: 100%;padding: 0.5em;}
	ul.info_box  li:nth-child(1) {/* display:none; */width: 100%;float: none;height: 13em;border-radius: 0;margin: 0;margin-top: -4em;flex-direction: column-reverse;justify-content: flex-start;border-radius: 0 0 1em 1em;}
	ul.info_box  li:nth-child(2){
    font-size: 1em;
    text-align: center;
    line-height: 1.6em;
}
	ul.info_box  li  p { padding: 0.5em;}
	ul.info_box  li  strong{width: 100%;font-size:1em;}
	.list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;}
	ul.info_box li a {padding: 0.6em 5em;}
}

.link ul{
    display: flex;
    flex-direction: row;
}
.link li{padding: 1em;width: 48.4%;float:left;border-radius: 2em;text-align: center;font-size: 1.2em;font-weight: 500;}
.link li a {color:#fff;}
.link li:nth-child(1){background-color: #fff2e5;margin-right: 2em;color: #ff8e1f;}
.link li:nth-child(2){background-color: #e2eec2;color: #45930b;cursor: pointer;}
.link li:nth-child(2):hover {background-color: #d7f16f;}

@media screen and (max-width: 1000px) { 
   .link ul {
    display: flex;
    flex-direction: column;
}
   .link li{width: 100%;} 
   .link li:nth-child(1) {
    margin-bottom: 1em;}
}

.img_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
.img_list ul{display: flex;width: 33.33%;padding: 1% 1%;flex-direction: column;align-items: center;}
.img_list ul .img {border: 2px dotted #ccc;border-radius: 100%;width: 210px;height: 210px;display: flex;justify-content: center;align-items: center;}
.img_list .txt {float: left;width: 62%;padding: 2% 0;text-align: center;margin-top: 0.5em;}
.img_list .txt h4 {font-size: 1.3em;font-weight: 500;padding-left: 0.5em;padding-bottom: 0.5em;}

@media screen and (max-width: 1000px) {
	.img_list {
    display: flex;
    flex-direction: column;
}
	.img_list ul{
    display: flex;
    
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    }
	.img_list ul .img {}
	.img_list .txt {
    width: 63%;
    padding-top: 1em;
    text-align: center;
    }
    .img_list .txt h4 {font-size: 1.2em;}
	.img_list .txt p {
    width: 100%;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 0.5em;}
}
/* 오시는길 */
.table_s1 table td .public_list {float:left; width:50%;}
.table_s1 table td .public_list li {margin-top:0.5em;}
.table_s1 table td .public_list li:first-child {margin-top:0;}
.table_s1 table td .public_list li .label{margin-right:0.5em;}
.table_s1 table td .public_list2 {width:100%;}
.label {display: inline-block;min-width: 70px;color:#fff;padding: 0 10px;height: 24px;line-height: 24px;text-align: center;font-size: 13px;font-weight: 400;border-radius: 1em;}
.label.blue {background-color: #395cb4;}
.label.green {background-color: #50a332;}
.label.sky {background-color: #70b0e0;}
.label.sky2 {background-color: #0090D2;}
.label.red {background-color: #e0121a;}
.label.orange {background-color: #ef7c1c;}
.label.yellow {background-color: #f7ba21;}
.label.purple {background-color: #a05eb5;}
.label.brown {background-color: #a9431e;}
.label.aqua {background-color: #77C4A3;}

@media screen and (max-width: 1000px) {
	.table_s1 table td .public_list{width:100%;}
	.table_s1 table td ul:nth-last-of-type(1) {margin-top:0.5em;}
}