div.intro02_01 {float:left;width:100%;height: 400px;position: relative;overflow: hidden;border-top-left-radius: 80px;}
	div.intro02_01 .img{width:100%;display: inline-block;}
	div.intro02_01 .img img { float:left; }
	.intro02_01 p {
    width: 86%;
    padding: 60px 10px 40px 60px;
    background-color: #ffffff;
    line-height:28px;
    font-size:18px;
    bottom: 2px;
    position: absolute;
    right: 0;
    border-top-left-radius: 80px;
    height: 203px;
    }

.sub_txt{display: flex; justify-content: center; margin: 25px 0;}
.sub_txt li{display:inline-block;border-radius: 31px;background: #891b1b;line-height: 50px;padding: 0 20px;margin: 5px;color: #fff;font-size: 24px;}
.intro02_01 h5{
    margin-top: -290px;
    font-size: 31px;
    color: #ffffff;
    text-align: right;
    font-weight: 400;
    position: relative;
    margin-right: 80px;
}
.intro02_01 span{display:block;font-weight: 600;font-family: "Gmarket Sans";}


.intro02_02{
    width:86%;
    float:right;
    padding-left: 20px;
    line-height:28px;
    font-size:18px;
    }
.list {display: flex;width: 100%;margin-bottom: 25px;}
.intro02_02 .titl01{font-size:30px;margin-bottom:25px;font-weight: 600;color: #4a90c3;}
.intro02_02 p {}
.intro02_02 p span{font-size:20px;line-height:30px;font-weight:600;color: #891b1b;}
.license{margin-top: 15px;display: flex;}
.license dl{
       background: #fff;
       margin-right: 15px;
       width: calc(100% / 2);
       padding: 40px 38px;
       text-align: center;
       border: solid 2px #ebebeb;
       display: inline-block;
}
.license dl:last-child{margin-right:0;}
.license dl dt{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
	position:relative;
	
    margin-bottom: 40px;
}

@media screen and (max-width:1200px){
div.intro02_01 {
    height: 407px;}
	.intro02_01 h5 {
    font-size: 25px;
    margin-right: 20px;}
.intro02_01 p {height: 240px;}

}

@media screen and (max-width:860px){
div.intro02_01 {
    height: 440px;}
.intro02_01 p {height:268px; padding: 30px 10px 40px 60px;}
}

/****** Mobile ******/
@media screen and (max-width:690px){
div.intro02_01 {
        height: 383px;
        }
.intro02_01 p {
    width: 100%;
    height: 203px;
    padding-left: 30px;
    }
	    .intro02_01 h5 {
        font-size: 20px;
        margin-right: 20px;
    }
.intro02_02 {width: 100%;}
	.intro02_02 .titl01 {font-size: 22px;}
	.content_box p {font-size: 17px;}
	.intro02_02 p span {font-size: 17px;line-height: 27px;}
}

/****** Mobile ******/
@media screen and (max-width:480px){
    div.intro02_01 {
        height: 470px;
    }
.intro02_01 p {
    width: 100%;height:310px;}
	.license {
    margin-top: 15px;
    display: flex
;
    flex-direction: column;}
.sub_txt li {font-size: 20px;}

}
.license dl { width:100%;}

}