/*------------------------------------
  인사말
------------------------------------*/
.greeting {
	position:relative;
}
.greeting:after {
	display:block;
	content:'';
	width:100%;
	height:250px;
	background: url(../images/kotmi/kotmi01_bg.png) no-repeat bottom center;
	background-size:auto 100% ;
	position:absolute;
	bottom:-10px;
	right:0px;
}
.message_top {
	border-bottom: 1px solid #f2f2f2;
}
.message_top .txt01{
	color: #c4a26e;
    font-family: "Play";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.0rem;
    line-height: 1;
}
.message_top .txt02{    
	font-size: 1.4rem;
    margin: 1rem 0 1.4rem;
    font-weight: 600;
    letter-spacing: -0.00rem;
    line-height: 1.4;
    color: #000;
}
.message_con{
    line-height: 1.5;
	color:#7b7b7b;
    font-weight: 500;
}
.message_con .txt02 .sp02{
	font-size: 1.2rem;
	color:#000;
    font-weight: 600;
}
.ceo-img img {
	box-shadow: 20px 19px 30px rgb(0 0 0 / 6%);
	border-radius: 35px;
	overflow: hidden;
}
@media (max-width: 991px) {
	.greeting:after {
		width:100%;
		height:150px;
		background: url(../images/kotmi/kotmi01_bg.png) no-repeat center center;
		background-size:auto 100% ;
		position:absolute;
		top:28rem;
		right:0px;
	}
	.me_order01{
		order: 2;
	}
	.me_order02{
		order: 1;
	}
}
@media (max-width: 768px) {
	.message_top {    
		background-size: auto 100%;
	}
	.message_top .txt02{    
		font-size: 1.2rem;
	}
}
@media (max-width: 500px) {
	.greeting {
		background: none;
	}
}
/*------------------------------------
  조직도
------------------------------------*/
.organization_chart{
    text-align: center;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.organization_chart::after{
    content: '';
    display: block;
    width: 1px;
    height: 36.4%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.organization_chart a{
    display: inline-block;
    padding: 20px 0;
    width: 180px;
    font-size: 16px;
    border-radius: 50px;
    position: relative;
}
.organization_chart a::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: 0.3s;
}
.organization_chart a:hover::after{
    content: '';
    background: rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.organization_chart .n2{
    margin: 20px 0;
    position: relative;
}
.organization_chart .n2::before{
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
.organization_chart .n4{
    margin: 20px 0;
    position: relative;
}
.organization_chart .n4::before{
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
.organization_chart .n5{
    position: relative;
}
.organization_chart .n5::before{
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.organization_chart .n6{
    position: relative;
    margin: 100px 0 80px;
}
.organization_chart .n6::before{
    content: '';
    display: block;
    width: 42.4%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: -95%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}
.organization_chart .n1 a{
    background: #b82126;
    color: #fff;
}
.organization_chart .n2 a{
    background: #b84421;
    color: #fff;
}
.organization_chart .n3 a{
    background: #026150;
    color: #fff;
}
.organization_chart .n4 a{
    background: #025361;
    color: #fff;
}
.organization_chart .n5 a{
    background: #483458;
    color: #fff;
}
.organization_chart .n6 a{
    background: #e4e4e4;
    width: 22%;
    margin-left: 20%;
    font-weight: 500;
    font-size: 11pt;
}

.organization_chart .n6 a:first-child{
    margin-left: 0;
}
.organization_chart .n6 a::before{
    content: '';
    display: block;
    width: 1px;
    height: 162px;
    background: #ccc;
    position: absolute;
    top: -58px;
    left: 50%;
    z-index: -1;
}

.organization_chart .n7{
    white-space: nowrap;
}

.organization_chart .n7 > div{
    display: inline-block;
    width: 9%;
    left: 22.1%;
    margin-right: 42%;
    vertical-align: top;
    position: relative;
}

.organization_chart .n7 > div:nth-child(2){
    margin-left: 5%;
    width: 9%;
    /* top: 2.2px; */
}

.organization_chart .n7 > div:nth-child(1)::before{
    content: '';
    display: block;
    width: 503%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: -37px;
    left: -210%;
}

.organization_chart .n7 > div:nth-child(2)::before{
    content: '';
    display: block;
    width: 253%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: -37px;
    left: -211%;
}

.organization_chart .n7 > div > div:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: -42px;
    left: -150%;
}

.organization_chart .n7 > div:first-child{
    margin-left: 0;
}
.organization_chart .n7 a{
    background: #f9f9f9;
    /* writing-mode: tb-rl; */
    width: 60%;
    margin: 9.4%;
    left: -250%;
    /* line-height: 64px; */
    /* letter-spacing: 3px; */
    vertical-align: top;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 0;
    padding: 17px 0;
    border-top: 2px solid #026150;
    line-height: 1.2;

    height: 227px;
    position: relative;
}
.organization_chart .n7 a .v_text{
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.organization_chart .n7 a::after{
    border-radius: 0;
}
.organization_chart .n7 a:hover::after{
    background: rgba(0, 0, 0, 0.05);
}
.organization_chart .n7 a::before{
    content: '';
    display: block;
    width: 1px;
    height: 42px;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: -45px;
}

.organization_chart .n8{
    display: flex;
    position: relative;
    margin-top: 50px;
}
.organization_chart .n8 > div{
    width: 6%;
}

.organization_chart .n6_2::before{
    content: '';
    display: block;
    width: 0.5%;
    height: 0px;  position: absolute;
    border: 1px dashed #d5d5d5;
    top: -350px;
    left: 28.7%;
    z-index: -1;
}
.organization_chart .n8 .n6_2{
    margin-left: 26.4%;
}
.organization_chart .n8 .n6_4{
    margin-left: 5.5%;
}
.organization_chart .n8 a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    border: 1px dashed #bbb;
    box-sizing: border-box;
    border-radius: 0;
    line-height: 1.2;
    position: relative;
    width: auto;
    height: 100%;
    padding: 11px 0;
    border-top: 2px solid #026150;
    font-size: 13px;
}
.organization_chart .n8 a .v_text{
    display: block;
}
.organization_chart .n8 a::after{
    border-radius: 0;
}
.organization_chart .n8 a:hover::after{
    background: rgba(0, 0, 0, 0.05);
}
.organization_chart .n8 a::before{
    content: '';
    display: block;
    width: 0;
    height: 42px;
    border: 1px dashed #d5d5d5;
    position: absolute;
    left: 50%;
    top: -46px;
}
.organization_chart .n8 .n6_2 a::before{
    height: 345px;
    top: -350px;
}

.organization_chart .n8 .n6_4 a::before{
    height: 53px;
    top: -57px;
}


/* ������ ���̾� */
.layer_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}
.layer_wrap .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.layer_wrap .pop-layer {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: auto;
    z-index: 10;
}
.organization_layer h4{
    background: #026150;
    padding: 15px 25px;
}
.organization_layer h4 span{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.organization_layer h4 a{
    float: right;
    height: 20px;
    margin-top: 5px;
}
.organization_layer h4 a img{
    width: 20px;
    vertical-align: top;
}
.organization_layer ul{
    padding: 15px;
    background: #f7f7f7;
    max-height: 490px;
    overflow-y: scroll;
}
.organization_layer li{
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.organization_layer li:last-child{
    margin-bottom: 5px;
}
.organization_layer dt{
    margin-bottom: 10px;
    font-size: 17px;
}
.organization_layer dt strong{
    font-weight: 600;
    margin-right: 7px;
    letter-spacing: 0.5px;
}
.organization_layer dd .work{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 12px;
}
.organization_layer dd .tell,
.organization_layer dd .mail{
    padding-left: 23px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0;
}
.organization_layer dd .tell{
    background: url(../img/contents/map_tell_ic.png) no-repeat left center;
}
.organization_layer dd .mail{
    background: url(../img/contents/map_email_ic.png) no-repeat left center;

}

@media screen and (max-width:1200px){
    .organization_chart{
        width: 100%;
    }
}
@media screen and (max-width:1050px){
    .organization_chart{
        width: 85%;
    }
}
@media screen and (max-width:960px){
    .organization_chart{
        width: 100%;
    }
}
@media screen and (max-width:820px){
    .organization_chart a{
        width: 140px;
        font-size: 15px;
        padding: 15px 0;
    }
    .organization_chart .n6 a::before{
        height: 140px;
        top: -43px;
    }
}
@media screen and (max-width:720px){
    .organization_chart .n6 a{
        margin-left: 0.7%;
    }
    .organization_chart .n7 > div{
        margin-left: 0.7%;
    }
}


@media screen and (max-width:650px){
    .organization_chart{
        /* width: 70%; */
        padding-bottom: 370px;
    }
    .organization_chart::after{
        height: 26.5%;
    }
    .organization_chart .n6{
        margin: 100px 0 70px;
    }
    .organization_chart .n6::before{
        top: -87%;
        width: 67%;
    }
    .organization_chart .n6 a{
        width: 21%;
        font-size: 8pt;
    }
    .organization_chart .n6 a:nth-child(4){
        position: absolute;
        top: 370px;
        left: 15%;
    }
    .organization_chart .n6 a:nth-child(4)::before{
        height: 30px; top: 49px;
    }
    .organization_chart .n6 a:nth-child(5){
        position: absolute;
        top: 370px;
        right: 15%;
    }
    .organization_chart .n6 a:nth-child(5)::before{
        height: 30px; top: 49px;
    }
    .organization_chart .n6 a::before{
        height: 121px;
    }

    .organization_chart .n7{
        position: relative;
    }
    .organization_chart .n7 > div{
        width: 21%;
    }
    .organization_chart .n7 > div:nth-child(4){
        position: absolute;
        top: 370px;
        left: 15%;
    }
    .organization_chart .n7 > div:nth-child(5){
        position: absolute;
        top: 370px;
        right: 15%;
    }
    .organization_chart .n7 a{
        height: 218px;
    }
    .organization_chart .n8 > div {
        width: 9%;

    }
    .organization_chart .n8 .n6_2 {
        margin-left: 45%;
    }
    .organization_chart .n8 .n6_2 a::before {
        height: 318px;
        top: -320px;
    }
    .organization_chart .n8 .n6_4{
        position: absolute;
        top: 371px;
        margin-left: 0;
        left: 27%;
    }
}
@media screen and (max-width:580px){
    .organization_chart{
        /* width: 90%; */
    }
}

@media screen and (max-width:480px){
    .organization_chart{
        width: 100%;
    }
    .organization_chart .n6 a::before{
        height: 125px;    top: -48px;
    }
}
@media screen and (max-width:425px){
    .organization_chart{
        padding-bottom: 350px;
    }
    .organization_chart::after {
        height: 24%;
    }
    .organization_chart a{
        width: 120px;
        font-size: 14px;
        padding: 10px 0;
    }
    .organization_chart .n6 {
        margin: 80px 0;
    }
    .organization_chart .n6 a::before {
        height: 118px;
        top: -40px;
    }
    .organization_chart .n6 a:nth-child(4){
        top: 350px;
    }
    .organization_chart .n6 a:nth-child(5){
        top: 350px;
    }
    .organization_chart .n6 a:nth-child(4)::before {
        height: 40px;
        top: 39px;
    }
    .organization_chart .n6 a:nth-child(5)::before {
        height: 40px;
        top: 39px;
    }
    .organization_chart .n7 > div:nth-child(4){
        top: 350px;
    }
    .organization_chart .n7 > div:nth-child(5){
        top: 350px;
    }
    .organization_chart .n7 a{
        height: 200px;
    }
    .organization_chart .n8 .n6_2 a::before {
        height: 296px;
        top: -298px;
    }
    .organization_chart .n8 .n6_4{
        top: 350px;
    }
}
@media screen and (max-width:375px){
    .organization_layer ul{
        max-height: 400px;
    }
}
/*------------------------------------
  추진전략
------------------------------------*/
.strategy_all{
	position: relative;
}
.strategy_top{
	font-size: 1.5rem;
	letter-spacing: -0.1rem;
	font-weight: 600;
    color: #333333;
	text-align:center;
	z-index:10;
	position: relative;
	line-height: 1.2;
}
.strategy_top::before{
	display: block;
    content: "";
    width: 3rem;
    height: 3px;
    background: #333333;
    margin: 0 auto 1rem;
}
.strategy_con {
	position: relative;
	z-index:10;
}
.strategy_con .txt_icon {
    background: #005b4a;
    border-radius: 50%;
    width: 6rem;
	min-width: 6rem;
    height: auto;
}
.strategy_con .box_title_01 {
    color: #00705b;
    font-size: 1.4rem;
}
@media (min-width: 992px) {
    .strategy_all:before {
        content: "KOTMI";
        display: block;
        color: #f7f7f7;
        font-size: 14rem;
        position: absolute;
        top: 0;
        left: 50%;
        font-family: 'play';
        font-weight: 600;
        transform: translate(-50%, 0);
        line-height: .5;
		z-index:0;
    }
}
@media (max-width: 768px) {
    .strategy_con .txt_icon {
		width: 3.5rem;
		min-width: 3.5rem;
        margin-right: 1rem;
    }
}



/*------------------------------------
  주요현황
------------------------------------*/
.global_cont {
	background: url("../images/kotmi/kotmi06_map.jpg") no-repeat center 2rem;
}
.border_st01 {
	border-top: 1px solid #f2f2f2;
}
.strategy {
    position: relative;
}

.strategy > .tit_circle {
    width: 438px;
    height: 308px;
    background: url("../images/kotmi/global_dia_img.png") no-repeat center 0;
    margin: 0 auto;
	background-size: cover;
}

.strategy > .tit_circle .cir_in_txt p.sm_tit {
	color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.3rem;
    margin-top: 10px;
}
.strategy ul li {
    text-align: center;
    color: #666;
    margin: 0;
}

.strategy ul li .txt > span {
    letter-spacing: -0.09rem;
    color: #000;
    font-weight: 600;
    font-size: 1.18rem;
}

.strategy ul li .txt span {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 3%);
    background: rgba(255, 255, 255, .8);
	display: inline-block;
	word-break: keep-all;
	width: 100%;
}




@media (max-width: 991px) {
	.border_st01 {
		border: none;
	}
	.global_cont {
		background: url(../images/kotmi/kotmi06_map.jpg) no-repeat center 0;
		background-size: auto 21rem;
	}
	.strategy > .tit_circle {
        width: 100%;
        background-size: contain;
        height: 280px;
		background: url("../images/kotmi/global_dia_img_01.png") no-repeat center 0;
    }
	.strategy ul li {
        display: inline-block;
        width: 49%;
		margin: 2px 0;
		position: static;
    }
    
}

/* 작은 기기들 (모바일, 767px 이하) */
@media (max-width: 570px) {
	.strategy ul li {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.strategy > .tit_circle {
		width: 250px;
		height: 250px;
		background: url("../images/kotmi/global_dia_img_01.png") no-repeat center 0;
		background-size: cover;
	}

}

@media (min-width: 992px) {	
	.strategy {
		margin: 4rem 0;
    }
	.strategy ul li {
		position: absolute;
	}
	.strategy ul li.list1 {
		top: 0;
		left: 0%;
	}

	.strategy ul li.list2 {
		top: 0;
		right: 0%;
	}
	.strategy ul li.list3 {
		bottom: -3px;
		left: 0%;
	}
	.strategy ul li.list4 {
		bottom: -3px;
		right: 0%;
	}
	.strategy ul li .txt span {
		width: 13em;
	}


}

@media (min-width: 1200px) {
    .strategy {
		margin: 4rem 3rem;
    }
}
@media (min-width: 1300px) {
    .strategy {
        margin: 4rem 12rem;

    }
}
/*------------------------------------
  사업안내
------------------------------------*/
.results_t .txt_no {
    background: #c4a26e;
    border-radius: 50%;
    min-width: 4.5rem;
    min-height: 4.5rem;
    line-height: 4.5rem;
    color: #fff;
    font-family: "Play";
    font-weight: 500;
    letter-spacing: -0.01rem;
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width:768px){
	.results_t .txt_no {
		min-width: 3.5rem;
		min-height: 3.5rem;
		line-height: 3.5rem;
		font-size: 1.1rem;
		margin-right:1rem;
	}
}
.phy_cont_bx {
    border-radius: 20px;
	background: rgba(255, 255, 255, .56);
    border: 1px solid #ededed;
    box-shadow: 12px 12px 23px rgba(0, 0, 0, .05);
    height: 100%;
    word-break: keep-all;
	padding-top: 2rem;
	padding-bottom: 5.5rem;
    position: relative;
}
.phy_cont_bx .c_txt_01{
    color: #000;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.2rem;
    margin-bottom: 0.4rem;
    word-break: keep-all;
    line-height: 1;
    position: relative;
}
.phy_cont_bx .c_txt_02{
	letter-spacing: -0.03rem;
    font-size: 1rem;
    font-family: 'Play';
    font-weight: 500;
    color: #bcbcbc;
}
.phy_cont_bx .p-bt_box{
	width:100%;
    position: absolute;
	bottom:2rem;
	left:0;
}
.phy_cont_bx .p-bt{
	letter-spacing: -0.09rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    border-radius: 20px;
    background: url("../images/box_top_bg.gif") repeat center top;
	padding:1rem 0.5rem;
}
.phy_cont_bx .p-bt .material-symbols-outlined {
    font-size: 1.4rem;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0;
}

/*------------------------------------
  CI
------------------------------------*/
.ci_con .logo_ty_box .inner_bx {
	border: 1px solid #e6e6e6;
	text-align: center;
	position: relative;

}
.ci_con .logo_ty_box .inner_bx.bg {
	background: url("../images/kotmi/ci_bg.gif") repeat;
}

.ci_con .logo_ty_box .box_b_tit {
	color: #000;
	font-weight: 600;
	display: block;
	font-size: 1.15rem;
	margin-bottom: 1.5rem;
}
.ci_con .logo_ty_box p {
	color: #6d6d6d;
	font-weight: 600;
	margin-bottom: 0;
}
.ci_con .logo_ty_box .download a {
	padding: 1rem 1rem;
	display: inline-block;
	color: #000;
	font-size: 0.96rem;
	font-weight: 500;
	border-left: 1px solid #e6e6e6 !important;
	border-bottom: 1px solid #e6e6e6 !important;
}
.ci_con .logo_ty_box .download a:last-child {
	border-right: 1px solid #e6e6e6 !important;
}
.ci_con .logo_ty_box .download .material-symbols-outlined {
	font-size: 22px;
	font-weight: 600;
}

.ci_con .logo_ty_box p span.cir_txt01 {
	color: #e50013;
	font-weight: 600;
}
.ci_con .logo_ty_box p span.cir_txt02 {
	color: #005b4a;
	font-weight: 600;
}
.ci_con .logo_ty_box p span.cir_txt03 {
	color: #b8aa7c;
	font-weight: 600;
}
.ci_con .logo_ty_box p span.cir_txt04 {
	color: #003788;
	font-weight: 600;
}
.btm_txt {
	border-top: 1px solid #ececec;
	padding-top: 2.2rem;
}
.btm_txt p {
	color: #9c9c9c !important;
	font-weight: 500 !important;
	font-size: .95rem;
}
@media (min-width:768px){
	.ci_con .logo_ty_box .inner_bx.bx_h_st {
		min-height: 200px;
	}
}


/*------------------------------------
  찾아오시는길
------------------------------------*/

.map_con .map_info {
    border-top: 1px solid #222;
	border-bottom: 1px solid #cdcdcd;
}
/*.map_con .map_info h3 {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    color: #3f3f3f;
    font-weight: 600;
    letter-spacing: -0.06rem;
}*/
.map_con .map_info h3 span {
	color: #2b5ba1;
}
.add_con .icon01{
	color:#222;
	font-size:1.2rem;
}
.add_con .icon02{
	color:#222;
	font-size:0.9rem;
}
.add_con .txt01{
	font-family: 'Play';
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.04rem;
    line-height: 1;
    color: #222;
    margin-bottom: 3px;
}
.add_con .txt01 span{
	font-family: 'SCDream';
    font-size: 1.08rem;
    font-weight: 500;
    letter-spacing: -0.08rem;
    line-height: 1;
    color: #222;
    margin-bottom: 3px;
}
.add_con .txt02{
	color: #222;
    font-weight: 400;
     letter-spacing: -0.03rem;
    line-height: 1.4;
}

.location_info .vehicle_con {
	border-bottom: 1px solid #e7e7e7;
    padding: 2.5rem 3rem;
}
.location_info .vehicle_con .vehi_icon {
	background: #f9f9f9;
    border-radius: 50%;
    min-width: 6.5rem;
    min-height: 6.5rem;
    line-height: 6.5rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01rem;
    font-size: 1.2rem;
    text-align: center;
}
.location_info .vehicle_con .vehi_txt {
    font-size: 1.15rem;
	margin-bottom: 0;
	font-weight: 500;
	color: #222;

}

@media (max-width:991px){
	.location_info .vehicle_con {
		border-bottom: 1px solid #e3e3e3;
		padding: 1.8rem 1rem;
	}
}

@media (max-width:767px){
	.location_info .vehicle_con {
		padding: 1.5rem .5rem;
	}
}


/*------------------------------------
  비전 및 전략
------------------------------------*/
.box_vision {
    border-radius: 20px;
    padding: 3.5rem 2.8rem 2.8rem;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 3%);
}
.b_vi01 {
    border: 1px solid #af8931;
}
.b_vi02 {
    border: 1px solid #005b4a;
}
.b_vi03 {
    border: 1px solid #ab0411;
}
.v_title_box{
    padding: 0.7rem;
	margin-bottom:-1.9rem;
    border-radius: 20px;
	color:#fff;
	font-weight:600;
	font-size:1.5rem;
	display:inline-block;
	text-align:center;
	width:60%;
	max-width:300px;
}
.v_box01{
    background:#af8931;
}
.v_box02{
    background:#005b4a;
}
.v_box03{
    background:#ab0411;
}
.txt_vi{
	font-weight: 600;
    letter-spacing: -0.1rem;
	line-height:1.2;
	font-size:2.4rem;
	color:#000;
	text-align:center;
}
.txt_vi span{
	color:#ab0411;
	font-size:2.7rem;
}
.txt_vi2{
	font-weight: 600;
    letter-spacing: -0.1rem;
	line-height:1.2;
	font-size:2.4rem;
	color:#000;
	text-align:center;
}
.txt_vi2 span{
	color:#002a79;
	font-size:2.7rem;
}
.txt_con03{
	font-weight: 500;
    letter-spacing: -0.09rem;
	line-height:1.2;
	font-size: 1.32rem;
    color: #4a4a4a;
}
.txt_con03:before{
	display: block;
    margin: -2px 0 0 -1.2rem;
    width: 2.4rem;
    height: 4px;
    content: '';
    background: #005b4a;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius:100px;
}
.ms_st00 .material-symbols-outlined {
	font-size: 1.6rem;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 200;
	margin-top: 0.05rem;
	color: #fff;
	width:50px;
	height:50px;
	line-height:50px;
	background: #005b4a;
    border-radius: 50%;
	margin-bottom:10px;
}
.txt_con02{
	font-weight: 500;
    letter-spacing: -0.09rem;
	line-height:1.2;
	font-size:1.28rem;
    color: #4a4a4a;
}
.txt_con02:before{
	display: block;
    margin: -2px 0 0 -1.2rem;
    width: 2.4rem;
    height: 4px;
    content: '';
    background: #ab0411;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius:100px;
}
.ms_st01 .material-symbols-outlined {
	font-size: 2rem;
	font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200;
	margin-top: 0.05rem;
	color: #d41927;
}
.bot_st01{
	padding:1.6rem 0.5rem;
	background:#f5f5f5;
    border-radius: 20px;
	position:relative;
}

@media (max-width: 500px) {
	.box_vision {padding:2.5rem 1.7rem 1.7rem;}
	.txt_vi {font-size: 1.8rem;}
	.txt_vi span {font-size: 2rem;}
}