.wrap {
	width:1200px;
	margin:0 auto
}

/* head */

#head {
    width: 100%;
    /* background: #fff; */
    position: absolute;
    z-index: 9999;
    top: 0px;
    height: 90px;
    /* border-bottom: 1px solid #ddd; */
}

#header {
    text-align: right;
}

.logo {
    float: left;
    display: inline-block;
    overflow: hidden;
    margin-top: 25px;
}

.logo a {
    display: inline-block;
	width: 223px;
	height: 40px;
	background: url('../image/top/logo_on.png') left center no-repeat;
}

.logo.on a {
	background: url('../image/top/logo_on.png') left center no-repeat;
}

.sub_head .logo a {
	background: url('../image/top/logo_on.png') left center no-repeat;
}

#gnb {
    float: right;
    margin-top: 30px;
}

.main_mn { }

.main_mn li {
	float: left;
}

.main_mn .mn_a {
    display: block;
	text-align: center;
    color: #fff;
    font-size: 18px;
	font-weight: 500;
}

.sub_head .main_mn .mn_a {
	color:#000;
}

.main_mn .mn_a.on { color:#000; }

.main_mn .sub_mn {
    overflow: hidden;
	display: block;
	margin-top: 20px;
    height: 0px;
	z-index: 10;
}

.main_mn .sub_mn li {
    padding: 5px 0px;
    text-align: center;
}

.main_mn .sub_mn a {
    display: inline-block;
	color: #000;
	text-align:center;
    font-size: 15px;
    line-height: 24px;
}

.main_mn .sub_mn a:hover{
	color:#39499f;
	font-weight: 500;
}
.main_mn .sub_mn a.jw_selected{color:#39499f;}

ul.sub_mn {
	width: 175px;
	height: 0px;
	top: 60px;
}

ul.sub_mn li {
	float: none;
}

.main_mnu_bg {
	position: absolute;
    top: 0px;
    width: 100%;
	background: #fff url('../image/top/menu_bg.png') -100px center no-repeat;
    opacity: 1;
    z-index: 1;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}

nav#accordian {
    display: none;
}

.mobile_menu {
	display:none;
}

/* main */
.section {
    padding-top:0px;
	max-height:965px;
}
.header {
    position: relative;
    max-width: 1200px;
    width: 100%;
    z-index: 9;
}

.main_text {
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 35vh;
    width: 100%;
    text-align: center;
}

.slide {
    height: 100vh;
}

.main_con {
	position: relative;
    z-index: 9;
}

.sec02 .main_con, .sec03 .main_con {
    position: relative;
    z-index: 9;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    /* justify-content: center; */
}

.sec01 .sec01_bg01 { background: url('../image/main/main01.jpg') center top no-repeat; background-size: cover; }
.sec01 .sec01_bg02 { background: url('../image/main/main02.jpg') center top no-repeat; background-size: cover; }
.sec01 .sec01_bg03 { background: url('../image/main/main03.jpg') center top no-repeat; background-size: cover; }

.sec02 .sec02_bg { /* background: url('../image/main/main02.png') center top no-repeat; */ background: #002047; }
.sec03 .sec03_bg { /* background: url('../image/main/main03.jpg') center top no-repeat;*/  background: #002047; }

/* new user */
ul.sec02_list01 {
    overflow: hidden;
}

ul.sec02_list01 li {
    float: left;
    width: 25%;
	padding: 0 5px; 
}

.sec02_list01_inner {
    position: relative;
    width: 100%;
    height: 550px;
}

.sec02_list01_inner01 { background:url('../image/main/sec02_img01.jpg') center center no-repeat; background-size: cover; }
.sec02_list01_inner02 { background:url('../image/main/sec02_img02.jpg') center center no-repeat; background-size: cover; }
.sec02_list01_inner03 { background:url('../image/main/sec02_img03.jpg') center center no-repeat; background-size: cover; }
.sec02_list01_inner04 { background:url('../image/main/sec02_img04.jpg') center center no-repeat; background-size: cover; }

.sec02_textbox {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    align-items: flex-end;
    justify-content: left;
    color: #fff;
	background: rgba(0,0,0,0.5);  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

ul.sec02_list01 li:hover .sec02_textbox {
	background: rgba(0,0,0,0.8);  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.8));  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.8)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

ul.sec02_list01 li h3 {
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

ul.sec02_list01 li h3 span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.4;
    letter-spacing: 0;
}

#seen3 {
    background: url(../image/main/main03.png) center top no-repeat;
    background-size: cover;
}

.portfolio.wrap {
    overflow: hidden;
    padding-top: 110px;
}

.portfolio_list {
	width:100%;
}

.portfolio_list li {
    width: 25%;
    float: left;
    display: inline-block;
	height:210px;
	position:relative;
}

.portfolio_list li a {
	display: inline-block;
	position:relative;
	overflow:hidden;
	width:336px; 
	height:210px;
}


/* footer */
#footer {
    position: relative;
    overflow: hidden;
    padding: 30px 0px;
	background: #000;
    text-align: center;
    line-height: 24px;
	color:#666;
    font-size: 13px;
    z-index: 99;
	letter-spacing: 1px;
}

#footer.sub_footer {
    position: relative;
}

#footer_inner p {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #ccc;
    margin-bottom: 10px;
}

#footer_inner p a {
	font-size: 13px;
	color:#ccc;
}

#footer_inner a {
	color:#666;
}

/* sub */
.sub_vis {
    width: 100%;
    height: 350px;
    background: url('../image/sub/sub_vis01.png') center top no-repeat;
}

.sub_vis h2 {
    width: 96%;
    float: left;
	margin: 0 2%;
    margin-top: 200px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#sidebar {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

ul.snb li {
    float: left;
	background: #fff;
    border-right: 1px solid #ddd;
}

ul.snb.wh2 li {
    width: 50%;
}

ul.snb.wh3 li {
    width: 33.33%;
}

ul.snb.wh4 li {
    width: 25%;
}

ul.snb.wh5 li {
    width: 20%;
}

ul.snb.wh6 li {
    width: 16.666%;
}

ul.snb li:first-child {
	border-left:1px solid #ddd;
}

ul.snb li.over {
    background: #39499f;
}

ul.snb li a {
    display: block;
	text-align:center;
    line-height: 50px;
}

ul.snb li a:hover {
    text-decoration: underline;
}

ul.snb li.over a {
    color: #fff;
    font-weight: 500;
}

.sub_title {
    position: relative;
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 15px; */
    margin-bottom: 50px;
	text-align: center;
}

.sub_title h2 {
    font-size: 34px;
    font-weight: 600;
}

.sub_title h2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-top: 10px;
}

span.sub_navi {
    position: relative;
    display: block;
    /* right: 0px; */
    /* bottom: 15px; */
    margin-top: 5px;
    color: rgba(0,0,0,0.8);
}

#sub_page {
    clear: both;
    overflow: hidden;
    margin-bottom: 80px;
}

/* CEO인사말 */
.sub0101 img {
	margin-bottom:30px;
}

.sub0101 h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.sub0101 h3 span {
	color:#39499f;
	font-weight: 500;
}

.sub0101 p {
	line-height:24px;
}

span.sign {
    display: block;
    margin-top: 20px;
    font-family: 'Nanum Myeongjo';
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}

/* 연혁 */
.sub0102_inr {
    background: url(../images/sub/sub01_02_center_bg.png) center repeat-y;
}
.year01, .year02 {
    position: relative;
}
.year_inr {
    margin-bottom: 100px;
}
.year01 > .year_inr > .thum {
    position: absolute;
    left: 0;
    top: 10px;
    width: 50%;
    padding: 0 120px 0 0;
    box-sizing: border-box;
}
.year01 > .year_inr {
    padding: 92px 0 0 50%;
}

.year01 > .year_inr > .thum span {
    display: block;
    font-size: 22px;
    text-align: right;
    font-weight: 600;
    margin-bottom: 20px;
}
.year01 > .year_inr > .thum span b {
    display: block;
    margin-bottom: 0px;
	font-size: 22px;
    font-weight: 500;
}

.year02 > .year_inr > .thum {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50%;
    padding: 0 0 0 120px;
    box-sizing: border-box;
}

.year02 > .year_inr {
    padding: 92px 50% 0 0;
}

.year02 > .year_inr > .thum span {
    display: block;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}

.year02 > .year_inr > .thum span b {
    display: block;
    margin-bottom: 0px;
	font-size: 22px;
    font-weight: 500;
}

.year02 .year_inr dl {
    padding-right: 120px;
    position: relative;
    border-right: 1px solid #39499f;
    margin-bottom: 50px;
    border-left: 0;
    padding-left: 0;
    text-align: right;
}
.year02 .year_inr dl::before {
    content: "";
    position: absolute;
    top: -78px;
    right: -1px;
    width: 1px;
    height: 96px;
    background: #39499f;
    display: block;
    left: inherit;
}
.year02 .year_inr dl dt {
    text-align: right;
}
.year02 .year_inr dl dt::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
    left: inherit;
}
.year02 .year_inr dl dt::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #39499f 2px solid;
    border-radius: 50%;
    z-index: 1;
	 left: inherit;
}
.year02 .year_inr dl dd b {
    color: #454545;
    margin-left: 8px;
    font-size: 16px;
}
.year02 > .year_inr > .thum::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year02 > .year_inr > .thum::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #39499f 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.year02 .year_inr dl:last-child {
	border-right: 1px solid #39499f;
}
.thum img {
    width: 100%;
}

.year_inr > .thum span.thum_title {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
}

.year_inr dl {
    padding-left: 120px;
    position: relative;
    border-left: 1px solid #39499f;
    margin-bottom: 50px;
}
.year_inr dl::before {
    content: "";
    position: absolute;
    top: -78px;
    left: -1px;
    width: 1px;
    height: 96px;
    background: #39499f;
    display: block;
}
.year_inr dl:last-child {
    /*border-left: 1px solid #eaeaea;*/
}
.year_inr dl dt {
    font-size: 26px;
    font-weight: 600;
    color: #39499f;
    margin-bottom: 13px;
}
.year_inr dl dt::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year_inr dl dt::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #39499f 2px solid;
    border-radius: 50%;
    z-index: 1;
}
.year01 > .year_inr > .thum::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -1px;
    width: 105px;
    height: 1px;
    background: #eaeaea;
    display: block;
}
.year01 > .year_inr > .thum::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border: #39499f 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.year_inr dl dd {
    position: relative;
    margin-bottom: 5px;
}
.year_inr dl dd b {
    color: #454545;
    margin-right: 8px;
    font-size: 16px;
}

/* 경영이념*/

.sub0102 h3, .sub0303_inner h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
	text-align:left;
}

.sub0102 h3::after, .sub0303_inner h3::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    display: block;
    width: 23px;
    height: 23px;
    background: #fff;
    border: #39499f 6px solid;
    border-radius: 50%;
    z-index: 1;
}

.sub0102_inner01, .sub0102_inner02 {
	margin-bottom:80px;
}

.sub0102_inner01 {
    text-align: center;
}

.sub0102 h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #39499f;
    font-family: 'Chosunilbo_myungjo';
}

.sub0102_inner01 p {
    margin-bottom: 50px;
    font-size: 17px;
    letter-spacing: -0.5px;
    color: rgba(0,0,0,0.7);
    line-height: 28px;
}

.sub0102 h4 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #131313;
    border: 9px solid #edeef3;
    padding: 20px 0px;
}

ul.sub0102_inner02_list01 {
    margin-bottom: 30px;
}

ul.sub0102_inner02_list01 li {
    position: relative;
    padding-left: 120px;
    margin-bottom: 5px;
}

ul.sub0102_inner02_list01 li span {
    position: absolute;
    left: 15px;
    top: 0px;
    display: inline-block;
    color: #39499f;
    font-weight: 500;
}

ul.sub0102_inner02_list01 li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    display: block;
    width: 3px;
    height: 3px;
    background: #39499f;
    border-radius: 50%;
    z-index: 1;
}

ul.sub0102_inner02_list02 {
	overflow:hidden;
}

ul.sub0102_inner02_list02 li {
    float: left;
    width: 25%;
    padding: 10px;
}

ul.sub0102_inner02_list02 li img {
    max-width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

ul.sub0102_inner02_list02 li dl dt {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:500;
    text-align: center;
}

ul.sub0102_inner02_list02 li dl dd {
	position: relative;
    margin: 3px 0;
	font-size: 12px;
}

ul.sub0102_inner02_list02 li dl dd span {
    display: inline-block;
    width: 100px;
    color: #39499f;
    font-weight: 500;
}

.sub0102 .ways h3 {
	margin-top: 0px;
	margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: none;
	text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
}

.sub0102 .ways h3:after {
    position: relative;
    top: auto;
    left: auto;
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #222;
    margin: 20px auto 0;
    border: none;
    border-radius: 0px;
}

.sub0102 .ways {border:1px solid #e5e5e5; height:auto; margin-top:0px; display:table; table-layout:fixed; width:100%; }
.sub0102 .ways > div {
    padding: 50px 30px;
    height: auto;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.sub0102 .ways div > span {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sub0102 .ways dd {
	position:relative;
    color: #666666;
    font-weight: 400;
    margin-top: 5px;
    line-height: 24px;
	padding-left:15px;
}

.sub0102 .ways dd:after {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background-color: #222;
    margin: 0px;
    border: none;
    top: 11px;
    left: 0px;
}

.sub0102_inner03 {
    text-align: center;
}

/* 조직도 */
.sub0104 {
    text-align: center;
}

/* 관계사 */
.sub0105_list01 {
    float: left;
    display: inline-block;
    width: 49%;
    height: 220px;
    margin: 0% 0.5% 1%;
    padding: 20px;
	background: #f4f4f4;
    border: 1px solid #ddd;
}

.sub0105_imgbox {
    float: left;
    width: 40%;
    margin-right: 5%;
}

.sub0105_imgbox img {
	max-width:100%;
}

.sub0105_textbox {
    float: right;
    width: 55%;
}

.sub0105_textbox h4 {
    font-size: 16px;
    color: #39499f;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.sub0105_textbox h5 {
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    text-align: right;
}

dl.textlist dd {
    position: relative;
    font-weight: 400;
    margin-top: 5px;
    line-height: 20px;
    padding-left: 15px;
}

dl.textlist dd:after {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background-color: #222;
    margin: 0px;
    border: none;
    top: 11px;
    left: 0px;
}

/* 오시는 길 */
.ways {border:1px solid #e5e5e5; height:546px; margin-top:60px; display:table; table-layout:fixed; width:100%; }
.ways > div {padding:0 30px 30px; height:546px; box-sizing:border-box; display:table-cell; vertical-align:top; }
.ways > div + div {border-left:1px solid #e5e5e5;}
.ways h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    margin-top: 56px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}
.ways h3.last {margin-top:45px;}
.ways h3:after {content:''; display:block; width:40px; height:1px; background-color:#222; margin:42px auto 0;}
.ways h3.last:after {margin:25px auto 0;}
.ways h3 > .small {font-size:16px; color:#666666;}
.ways .icon1 i {background:url('../images/content/icon_direction.png') no-repeat 0 0; width:76px; height:76px;}
.ways .icon2 i {background:url('../images/content/icon_direction.png') no-repeat -76px 0; width:74px; height:77px;}
.ways .icon3 i {background:url('../images/content/icon_direction.png') no-repeat -150px 0; width:61px; height:66px;}
.ways [class*=icon] i {display:inline-block;}
.ways div > span {display:block; text-align:center; margin-top:30px; margin-bottom:50px;}
.ways div dl {
    margin-top: 15px;
}
.ways div dl:first-child {margin-top:0;}
.ways dt {
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
.ways dd, .ways dd a {
    color: #666666;
    font-weight: 400;
    margin-top: 5px;
    line-height: 24px;
}

/* 사업분야 */

.sub0201 h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    text-align: left;
	color:#39499f;
}

ul.sub02_list01 {
	margin-bottom:50px;
}

ul.sub02_list01 li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

ul.sub02_list01 li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    display: block;
    width: 6px;
    height: 1px;
    background: #39499f;
    border-radius: 50%;
    z-index: 1;
}

/* sub0303 */

.sub0303_inner {
	text-align: center;
}

.sub0303_inner01, .sub0303_inner02 {
	margin-bottom: 80px;
}

.sub0303_inner01 h3 {
	margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
}

.sub0303_inner01 h4 {
	margin-bottom: 20px;
    text-align: center;
    color: #39499f;
    font-family: 'Chosunilbo_myungjo';
	font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.sub0303_inner01 p {
	margin-bottom: 50px;
	color: rgba(0,0,0,0.7);
	font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 28px;
}

ul.sub0303_list01 {
    position: relative;
	overflow: hidden;
    display: inline-block;
    margin-top: -90px;
}

ul.sub0303_list01 li {
	float: left;
}

ul.sub0303_list01 li:nth-child(2) {
	margin:0 40px;
}

.sub0303_icon {
    margin-bottom: 20px;
}

ul.sub0303_list01 li h4 {
    margin-bottom: 10px;
	font-size: 20px;
}

ul.sub0303_list01 li p {
    font-size: 15px;
	line-height: 22px;
    letter-spacing: 0.5px;
}

ul.sub02_list02 li {
    position: relative;
    overflow: hidden;
}

.listbox {
    position: relative;
	float: left;
    width: 85%;
}

.hover_box {
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.5) url('../image/sub/sub02_icon01.png') center center no-repeat;
	opacity: 0;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

ul.sub02_list02 li:hover .hover_box {
	opacity: 1;
}

.morebox {
    position: relative;
    float: right;
    width: 15%;
    height: 237.5px;
    display: flex;
    text-align: center;
    align-items: center;
    /* background: #39499f; */
}

.morebox02 {
    /* background: #2b377b; */
}

.morebox:hover { background:#f4f4f4; }

.morebox a {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    color: #000;
    font-size: 11px;
    font-weight: 500;
	line-height: 30px;
}

.morebox .category_title {
    display: block;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 20px;
    margin-top: 10px;
}

.sub0201_textbox {
    margin-bottom: 50px;
    text-align: center;
}

.sub0201_textbox h4 {
	margin-bottom:20px;
}

dl.sub02_list02_innerlist {
	overflow:hidden;
}

dl.sub02_list02_innerlist dt, dl.sub02_list02_innerlist dd {
	float:left;
}

dl.sub02_list02_innerlist02 dt {
	float:right;
}

dl.sub02_list02_innerlist dt {
    width: 26%;
    padding: 20px;
}

dl.sub02_list02_innerlist dt h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
	letter-spacing: -0.5px;
}

dl.sub02_list02_innerlist dt h5 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: rgba(0,0,0,0.6);
}

dl.sub02_list02_innerlist dt p {
    line-height: 24px;
	letter-spacing: -0.5px;
}

dl.sub02_list02_innerlist dd {
	width: 74%;
}

dl.sub02_list02_innerlist dd img {
	max-width: 100%;
}