body {
    transition: background .3s ease-in-out
}

.sec {
    padding: 120px 0;
    box-sizing: border-box
}

.visual.sec {
    position: relative;
    background: url("../images/main_bg.png") no-repeat;
    padding: 50px 5% 100px;
    box-sizing: border-box;
    height: 840px;
}
.visual.sec .box {
    width: 65%;
    max-width: 950px;
    margin-top: 0;
    position: relative;
    right: 0;
    float: right;
    bottom: -320px;
}
.visual.sec .box h2 {
    font-size: 80px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.23;
    margin-bottom: 5px
}
.visual.sec .box p {
    font-size: 43px;
    color: var(--white);
    margin-bottom: 40px
}


.title {
	margin-bottom: 60px;
	text-align: center;
}
.title h3 {
	color: #333;
	font-size: 43px;
	font-weight: 800;
}
.title p {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 30px;
}




.sec01 .grid3 {
	gap: 30px;
}
.sec01 .grid3 > div {
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    border-radius: 10px;
    padding: 40px;
    word-break: keep-all;
	transition: all .3s;
	box-sizing: border-box;
}
.sec01 .grid3 > div .thumb {
	position: relative;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	margin: 0 auto 30px;
}
.sec01 .grid3 > div:nth-child(1) .thumb {
	background-image: url("../images/intro1_on.png");
}
.sec01 .grid3 > div:nth-child(1):hover .thumb {
	background-image: url("../images/intro1.png");
}
.sec01 .grid3 > div:nth-child(2) .thumb {
	background-image: url("../images/intro2_on.png");
}
.sec01 .grid3 > div:nth-child(2):hover .thumb {
	background-image: url("../images/intro2.png");
}
.sec01 .grid3 > div:nth-child(3) .thumb {
	background-image: url("../images/intro3_on.png");
}
.sec01 .grid3 > div:nth-child(3):hover .thumb {
	background-image: url("../images/intro3.png");
}
.sec01 .grid3 > div:nth-child(4) .thumb {
	background-image: url("../images/intro4_on.png");
}
.sec01 .grid3 > div:nth-child(4):hover .thumb {
	background-image: url("../images/intro4.png");
}
.sec01 .grid3 > div .txt strong {
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center
}
.sec01 .grid3 > div .txt p {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 150%
}
.sec01 .grid3 > div:hover {
    background: var(--main_color);
}
.sec01 .grid3 > div:hover .txt p,
.sec01 .grid3 > div:hover .txt strong {
    color: var(--white)!important;
}



.sec02_mobile_view {
    display: none;
}
.sec02 .compensation {
    background: url("../images/sec02_line.png")no-repeat center 50px / contain;
}
.sec02 .compensation li {
	position: relative;
    text-align: center;
    width: 20%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.sec02 .compensation li img {
	position: relative;
    width: 100px;
    margin-bottom: 66px;
}
.sec02 .compensation li:nth-child(1) img {
    top: 25px;
}
.sec02 .compensation li:nth-child(2) img {
    top: 38px;
}
.sec02 .compensation li:nth-child(3) img {
    top: 0;
}
.sec02 .compensation li:nth-child(4) img {
    top: 45px;
}
.sec02 .compensation li:nth-child(5) img {
    top: 16px;
}
.sec02 h4 {
    font-weight: 800;
    font-size: 32px;
    line-height: 130%;
    color: #000619;
    padding-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}
.sec02 p {
    font-size: 18px;
    line-height: 1.3;
    color: #54595f;
}



.sec03 .title {
	margin-bottom: 50px;
}
.sec03 .title h3 {
	color: var(--white);
	text-align: left;
}
.sec03 .inner > .flex {
	gap: 60px;
}
.sec03 .inner > .flex > div {
    flex: 1;
}
.sec03 .m {
    display: none;
}
.sec03 .txt {
    color: var(--white);
    line-height: 1.4;
    margin-right: 6px;
}
.sec03 .txt div {
    font-size: 18px;
    word-break: keep-all
}
.sec03 .circle {
    position: relative;
    width: 600px;
    height: 600px;
    border: 2px solid var(--white);
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto
}
.sec03 .circle .white {
    width: 450px;
    height: 450px;
    background: var(--white);
    border-radius: 50%;
    margin: 70px;
}
.sec03 .circle .white > div {
    position: absolute;
    width: 450px;
    height: 450px;
    display: table;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    transition: opacity .2s;
}
.sec03 .circle .white > div.active {
    opacity: 1;
}
.sec03 .circle .white > div .cell {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
.sec03 .circle .white > div .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.sec03 .circle .white > div.text01 .icon {
    background-image: url("../images/service_ico_red=element-4.svg");
}
.sec03 .circle .white > div.text02 .icon {
    background-image: url("../images/service_ico_red=monitor-mobbile.svg");
}
.sec03 .circle .white > div.text03 .icon {
    background-image: url("../images/service_ico_red=global-search.svg");
}
.sec03 .circle .white > div.text04 .icon {
    background-image: url("../images/service_ico_red=pet.svg");
}
.sec03 .circle .white > div.text05 .icon {
    background-image: url("../images/service_ico_red=coin.svg");
}
.sec03 .circle .white > div h4 {
    font-size: 40px;
    font-weight: 700;
    color: #030349;
    margin-bottom: 20px;
}
.sec03 .circle .white > div p {
    font-size: 20px;
    color: #030349;
    line-height: 1.4;
}
.sec03 .circle > .icon {
    position: absolute;
    width: 130px;
    height: 130px;
    opacity: 0;
}
.sec03 .circle > .icon span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.sec03 .circle > .icon01 {
    top: -4%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: tong1 1s ease-in-out both;
}
.sec03 .circle > .icon01 span {
    background-image: url("../images/service_ico_gray=element-4.svg");
}
.sec03 .circle > .icon02 {
    top: 20%;
    right: -11%;
    animation: tong2 1s ease-in-out both;
}
.sec03 .circle > .icon02 span {
    background-image: url(../images/service_ico_gray=monitor-mobbile.svg)
}
.sec03 .circle > .icon03 {
    bottom: 1%;
    right: 1%;
    animation: tong3 1s ease-in-out both
}
.sec03 .circle > .icon03 span {
    background-image: url("../images/service_ico_gray=global-search.svg");
}
.sec03 .circle > .icon04 {
    bottom: 1%;
    left: 1%;
    animation: tong4 1s ease-in-out both
}
.sec03 .circle > .icon04 span {
    background-image: url("../images/service_ico_gray=pet.svg");
}
.sec03 .circle > .icon05 {
    top: 20%;
    left: -11%;
    animation: tong5 1s ease-in-out both;
}
.sec03 .circle > .icon05 span {
    background-image: url("../images/service_ico_gray=coin.svg");
}
.sec03 .circle > .icon.active span {
    background-color: #f82d2d;
    animation: zoomBounce 1s infinite;
}
.sec03 .circle > .icon01.active span {
    background-image: url("../images/service_ico_white=element-4.svg");
}
.sec03 .circle > .icon02.active span {
    background-image: url("../images/service_ico_white=monitor-mobbile.svg");
}
.sec03 .circle > .icon03.active span {
    background-image: url("../images/service_ico_white=global-search.svg");
}
.sec03 .circle > .icon04.active span {
    background-image: url("../images/service_ico_white=pet.svg");
}
.sec03 .circle > .icon05.active span {
    background-image: url("../images/service_ico_white=coin.svg");
}
@keyframes tong1 {
    0% {
        top: 25%;
        opacity: 0;
    }

    20% {
        top: -4%;
        opacity: 1;
    }

    40% {
        top: 10%;
        opacity: 1;
    }

    60% {
        top: -4%;
        opacity: 1;
    }

    80% {
        top: 2%;
        opacity: 1;
    }

    100% {
        top: -4%;
        opacity: 1;
    }
}

@keyframes tong2 {
    0% {
        right: 25%;
        top: 25%;
        opacity: 0;
    }

    20% {
        right: -11%;
        top: 20%;
        opacity: 1;
    }

    40% {
        right: 0;
        top: 25%;
        opacity: 1;
    }

    60% {
        right: -11%;
        top: 20%;
        opacity: 1;
    }

    80% {
        right: -9%;
        top: 22%;
        opacity: 1;
    }

    100% {
        right: -11%;
        top: 20%;
        opacity: 1;
    }
}

@keyframes tong3 {
    0% {
        bottom: 25%;
        right: 25%;
        opacity: 0;
    }

    20% {
        bottom: 1%;
        right: 1%;
        opacity: 1;
    }

    40% {
        bottom: 13%;
        right: 13%;
        opacity: 1;
    }

    60% {
        bottom: 1%;
        right: 1%;
        opacity: 1;
    }

    80% {
        bottom: 3%;
        right: 3%;
        opacity: 1;
    }

    100% {
        bottom: 1%;
        right: 1%;
        opacity: 1;
    }
}

@keyframes tong4 {
    0% {
        bottom: 25%;
        left: 25%;
        opacity: 0;
    }

    20% {
        bottom: 1%;
        left: 1%;
        opacity: 1;
    }

    40% {
        bottom: 13%;
        left: 13%;
        opacity: 1;
    }

    60% {
        bottom: 1%;
        left: 1%;
        opacity: 1;
    }

    80% {
        bottom: 3%;
        left: 3%;
        opacity: 1;
    }

    100% {
        bottom: 1%;
        left: 1%;
        opacity: 1;
    }
}

@keyframes tong5 {
    0% {
        left: 25%;
        top: 25%;
        opacity: 0;
    }

    20% {
        left: -11%;
        top: 20%;
        opacity: 1;
    }

    40% {
        left: 0;
        top: 25%;
        opacity: 1;
    }

    60% {
        left: -11%;
        top: 20%;
        opacity: 1;
    }

    80% {
        left: -9%;
        top: 22%;
        opacity: 1;
    }

    100% {
        left: -11%;
        top: 20%;
        opacity: 1;
    }
}
.sec03 .list {
	gap: 30px;
}
.sec03 .list > div {
	width: 100%;
	background: var(--white);
	border-radius: 10px;
	text-align: center;
	padding: 40px 20px;
	box-sizing: border-box;
}
.sec03 .list > div .txt {
	margin-bottom: 0;
}
.sec03 .list > div .txt img {
	width: 50px;
}
.sec03 .list > div .txt h4 {
	color: #030349;
	font-size: 16px;
	font-weight: 700;
	margin-top: 16px;
}





.sec04 ul {
    overflow: hidden
}
.sec04 ul li {
    height: 64px;
    margin-bottom: 10px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    color: #ccc;
    position: relative;
}
.sec04 ul li .bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	background: #D4D4D4;
	border-radius: 0 30px 30px 0;
	animation: 1s anim-lightspeed-in ease forwards;
}
.sec04 ul li .bar em {
    right: 30px;
    position: absolute;
    top: 13px;
    color: var(--white);
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
}
.sec04 ul li:nth-child(1) .bar {
	width: 100%;
	background: var(--main_color);
}
.sec04 ul li:nth-child(2) .bar {
	width: 95%;
}
.sec04 ul li:nth-child(3) .bar {
	width: 85%;
}
.sec04 ul li:nth-child(4) .bar {
	width: 80%;
}
.sec04 ul li:nth-child(5) .bar {
	width: 77%;
}
.sec04 ul li:nth-child(6) .bar {
	width: 46%;
}
.sec04 ul li:nth-child(7) .bar {
	width: 35%;
}
.sec04 ul li:nth-child(8) .bar {
	width: 28%;
}
.sec04 ul li .chart_label {
	position: relative;
    line-height: 58px;
    font-size: 28px;
    background: var(--white);
    color: #d4d4d4;
    margin-left: 5px;
    height: 56px;
    display: inline-block;
    width: 260px;
    font-weight: 700;
    margin-top: 4px;
    text-align: center;
	z-index: 1;
}
.sec04 ul li:first-child .chart_label {
    color: var(--main_color)
}

@keyframes anim-lightspeed-in {
    0% {
        transform: translateX(-200%);
        opacity: 1
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}



.sec05 ul li {
	flex: 1;
}
.sec05 ul li:nth-child(2) strong{
	color:#818181;
}
.sec05 ul li img {
    width: 100%;
    margin-bottom: 32px;
}
.sec05 ul li strong {
    display: block;
    font-size: 32px;
    color: #f93838;
    line-height: 1.2;
    margin-bottom: 30px
}
.sec05 ul li p {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}
.sec05 ul li h4 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 700;
}




.sec06 .grid3 > div {
	position: relative;
	flex: 1;
	transition: all 1s ease-in-out;
	height: 976px;
	overflow: hidden;
}
.sec06 .grid3 > div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	opacity: 1;
	transition: all 1s ease-in-out;
}
.sec06 .grid3 > div img {
	position: relative;
	width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.sec06 .grid3 > div .box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: var(--white);
	transform: scale(1);
	z-index: 1;
	transition: all .5s .3s ease-in-out;
	padding: 0 10px;
    box-sizing: border-box;
}
.sec06 .grid3 > div .box h4 {
	font-size: 48px;
	font-weight: 700;
}
.sec06 .grid3 > div .box p {
	font-size: 36px;
	font-weight: 700;
}
.sec06 .grid3 > div:hover {
	flex-grow: 2;
}
.sec06 .grid3 > div:hover:after {
	opacity: 0;
}
.sec06 .grid3 > div:hover .box {
	transform: scale(1.1);
	transform-origin: center;
}
.sec06 .swiper-slide {
	height: 100vh;
}
.sec06 .swiper-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	opacity: 1;
	transition: all 1s ease-in-out;
}
.sec06 .swiper-slide img {
	position: relative;
	width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.sec06 .swiper-slide .box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: scale(1) translateY(-50%);
	z-index: 1;
	transition: all .5s .3s ease-in-out;
	padding: 0 10px;
	color: var(--white);
    box-sizing: border-box;
}
.sec06 .swiper-slide .box h4 {
	font-size: 40px;
	font-weight: 700;
}
.sec06 .swiper-slide .box p {
	font-size: 30px;
	font-weight: 700;
}
.sec06 .swiper-pagination {
	bottom: 100px;
}
.sec06 .swiper-pagination-bullet-active {
	background: var(--white);
}




.sec07 .about {
    gap: 60px;
    margin: 0 auto;
	justify-content: center;
}
.sec07 .box {
	max-width: 1260px;
	margin: 0 auto;
}
.sec07 .about .img {
}
.sec07 .about .info.m {
    display: none
}
.sec07 .about .info {
	gap: 60px;
}
.sec07 .about .info h2 {
    font-size: 80px;
    font-weight: 700
}
.sec07 .about .info h2 span {
    font-size: 40px;
    font-weight: 400;
    margin-left: 5px
}
.sec07 .about .info ul,
.sec07 .about .info div {
    line-height: 1.8;
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: .32px
}
.sec07 .about .info div.img {
	width: 449px;
}
.sec07 .about .info div.img img {
	width: 100%;
}
.sec07 .about .info div.txt {
	flex: 1;
	word-break: keep-all;
}
.sec07 .about .info .sign {
    font-family: inklipquid;
    font-size: 50px;
    text-align: right;
    line-height: 1;
    margin-top: 60px;
    letter-spacing: 0
}
.sec07 .photo {
	gap: 60px;
	margin-top: 60px;
	justify-content: center;
}
.sec07 .photo > div {
	flex: 1;
}
.sec07 .photo > div img {
	width: 100%;
}




.sec08 .txt {
    color: #2C3333;
    margin-bottom: 0;
    font-weight: 400;
    padding: 0;
    line-height: 130%;
    font-size: 32px;
}
.sec08 .txt:before {
    content: '';
    display: block;
    width: 39px;
    height: 30px;
    background: url("../images/img_sec10_1.png")no-repeat 0 0 / 25px;
    margin: 0 auto 30px;
}
.sec08 .txt:after {
    content: '';
    display: block;
    width: 39px;
    height: 30px;
    background: url("../images/img_sec10_2.png")no-repeat 0 0 / 25px;
    margin: 30px auto 0;
}




.sec09 .flex {
	gap: 100px;
	justify-content: center;
}
.sec09 .pic_box {
    width: 413px;
}
.sec09 .pic_box img {
    width: 100%;
}
.sec09 ul {
    flex: 1;
}
.sec09 ul li {
    font-size: 24px;
	font-weight: 600;
    background: url("../images/icon_sec09.png") no-repeat 0 50%;
    background-size: 21px;
    padding-left: 33px;
	word-break: keep-all;
	margin: 30px 0;
}




.sec10 .road_map {
    position: relative;
}
.sec10 .swiper-slide {
    width: 26%;
    margin-left: 0;
}
.sec10 .road_wrap {
    position: static;
    padding-top: 20px;
}
.sec10 .road_wrap > div {
    flex: 1;
    text-align: center;
}
.sec10 .road_wrap .date {
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.sec10 .road_wrap .date span {
    padding: 11px 40px;
    border-radius: 10px;
    background: var(--white);
    color: #232323;
    border: 1px solid #232323;
    font-size: 32px;
    font-weight: 700;
}
.sec10 .road_wrap .map_line {
	position: relative;
    overflow: hidden;
    left: 0;
}
.sec10 .road_wrap .map_line .round {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid var(--main_color);
    border-radius: 100%;
    background: var(--white);
    top: 12px;
    left: 0;
    z-index: 1;
}
.sec10 .road_wrap .map_line .round span {
    background: var(--main_color);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.sec10 .road_wrap .map_line .vertical {
    border-left: 1px dashed #232323;
    height: 76px;
    position: relative;
    margin-left: 10px;
    border-top: 1px dashed #232323;
}
.sec10 .road_wrap .map_detail {
    text-align: left;
    padding-top: 10px;
    width: 100%;
}
.sec10 .road_wrap .map_detail strong {
    font-size: 24px;
    padding-bottom: 10px;
    display: block;
}
.sec10 .road_wrap .map_detail p {
    color: #232323;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}




.sec11 .title h3 span {
	font-weight: 400;
}
.sec11 .grid3 {
    justify-content: center;
    margin-bottom: 60px;
	gap: 50px;
}
.sec11 .grid3 > div {
    text-align: center
}
.sec11 .grid3 > div .thumb {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60px
}
.sec11 .grid3 > div:nth-child(1) .thumb {
    background-image: url(../images/sms.svg);
    background-color: #FF8D40;
}
.sec11 .grid3 > div:nth-child(2) .thumb {
    background-image: url(../images/call.svg);
    background-color: #555ADC;
}
.sec11 .grid3 > div strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #595959;
}
.sec11 .grid3 > div p {
    color: #000619;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.sec11 .form {
	max-width: 1200px;
	margin: 0 auto;
	gap: 30px;
}
.sec11 .form > div > div {
    background: var(--white);
    border-radius: 10px;
    padding: 20px 30px;
    box-sizing: border-box
}
.sec11 .form > div.w50 {
	gap: 30px;
}
.sec11 .form > div.w50 > div {
    flex: 1;
}
.sec11 .form > div > div h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}
.sec11 .form > div > div .input_line input {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #afafaf
}
.sec11 .form > div > div .input_line textarea {
    display: block;
    width: 100%;
    height: 176px;
    font-size: 20px;
    font-weight: 300;
    resize: none;
    padding: 0;
    border: 0
}
.sec11 button[type=submit] {
    display: block;
    width: 300px;
    height: 66px;
    background: var(--main_color);
    box-shadow: 2px 5px 8px rgba(0,0,0,.3);
    border-radius: 5px;
    color: var(--white);
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto
}

#header .kr,
#footer .kr {
	display: flex;
}
#header .aolayi,
#footer .aolayi {
	display: none;
}




@media screen and (max-width: 1600px) {
	.sec03 .circle {
        width: 550px;
        height: 550px;
    }
    .sec03 .circle .white {
        width: 415px;
        height: 415px;
        margin: 67px;
    }
    .sec03 .circle .white > div {
        width: 415px;
        height: 415px;
    }
    .sec03 .circle > .icon {
        width: 23%;
        height: 0;
        padding-bottom: 23%;
    }
    .sec03 .circle > .icon span {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 1400px) {
	.visual.sec {
		height: 700px;
	}
    .visual.sec .box {
        width: 100%;
		float: none;
		max-width: 100%;
    }
	.visual.sec .box h2 {
		font-size: 56px;
	}
	.visual.sec .box p {
		font-size: 30px;
	}	
	
	.sec03 .circle {
        width: 500px;
        height: 500px;
    }
    .sec03 .circle .white {
        width: 390px;
        height: 390px;
        margin: 55px;
    }
    .sec03 .circle .white > div {
        width: 390px;
        height: 390px;
    }
	
	.sec04 ul li:nth-child(6) .bar {
		width: 52%;
	}
	.sec04 ul li:nth-child(7) .bar {
		width: 45%;
	}
	.sec04 ul li:nth-child(8) .bar {
		width: 35%;
	}
}
@media screen and (max-width: 1280px) {
	.sec01 .grid3 > div {
		padding: 40px 20px;
	}
	
	.sec03 .circle {
        width: 400px;
        height: 400px;
    }
    .sec03 .circle .white {
        width: 300px;
        height: 300px;
        margin: 49px;
    }
    .sec03 .circle .white > div {
        width: 300px;
        height: 300px;
    }
    .sec03 .circle .white > div .icon {
        width: 55px;
        height: 55px;
        background-size: 100%;
        margin: 0 auto 15px;
    }
    .sec03 .circle .white > div h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .sec03 .circle .white > div p {
        font-size: 17px;
    }
    .sec03 .circle > .icon span {
        background-size: 40px;
    }
	
	.sec04 ul li:nth-child(6) .bar {
		width: 60%;
	}
	.sec04 ul li:nth-child(7) .bar {
		width: 50%;
	}
	.sec04 ul li:nth-child(8) .bar {
		width: 42%;
	}
	
	.sec06 .grid3 > div .box h4 {
		font-size: 36px;
	}
	
	.sec07 .photo {
		gap: 30px;
	}
	
	.sec08 .txt {
		font-size: 28px;
	}
	
	.sec09 .flex {
		gap: 70px;
	}
}

@media screen and (max-width: 1024px) {
	.visual.sec {
		height: 480px;
	}
	.visual.sec .box {
		float: none;
		width: calc(100% - 55px);
		max-width: 300px;
		position: absolute;
		bottom: 37px;
		left: 29px;
	}
	.visual.sec .box h2 {
        font-size: 32px;
    }
    .visual.sec .box p {
        font-size: 18px;
        margin-bottom: 25px;
        word-break: keep-all;
    }
	
	
	.title {
		margin-bottom: 30px;
	}
	.title h3 {
		font-size: 24px;
	}
	.title p {
		margin-top: 16px;
		font-size: 16px;
	}
	
	.sec {
		padding: 30px 0;
	}
	
	.sec01 .grid3 > div {
		flex: none;
		width: calc(50% - 15px);
	}
	.sec01 .grid3 > div .txt strong {
		font-size: 20px;
	}
	.sec01 .grid3 > div .txt p {
		font-size: 16px;
	}
	
	
	.sec02 .compensation li img {
		margin-bottom: 55px;
	}
	.sec02 h4 {
		font-size: 26px;
	}
	.sec02 p {
		font-size: 16px;
	}
	
	
	.sec03 .flex {
        display: block;
    }
    .sec03 .txt {
        margin-right: 0;
        margin-bottom: 80px;
    }
	.sec03 .txt div {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.sec03 .circle > .icon {
        width: 21%;
    }
	
	
	.sec04 ul li {
		height: 48px;
	}
	.sec04 ul li .chart_label {
		width: 210px;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
	.sec04 ul li .bar em {
		top: 6px;
		font-size: 20px;
	}
	
	
	.sec05 ul li img {
		margin-bottom: 20px;
	}
	.sec05 ul li strong {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.sec05 ul li h4 {
		font-size: 16px;
	}
	.sec05 ul li p {
		font-size: 16px;
	}
	
	
	.sec06 .grid3 > div {
		height: 844px;
	}
	.sec06 .grid3 > div .box h4 {
		font-size: 24px;
	}

	
	.sec07 .about .info {
		gap: 30px;
	}
	.sec07 .about .info div.img {
		width: 345px;
	}
	.sec07 .photo {
		gap: 15px;
	}
	
	
	.sec08 .txt {
		font-size: 20px;
	}
	
	
	.sec09 .pic_box {
		width: 300px;
	}
	.sec09 ul li {
		font-size: 20px;
	}
	
	
	.sec10 .swiper-slide {
		width: 42%;
	}
	.sec10 .road_wrap .date span {
		font-size: 24px;
	}
	.sec10 .road_wrap .map_detail strong {
		font-size: 20px;
	}
	.sec10 .road_wrap .map_detail p {
		font-size: 16px;
	}
	
	
	.sec11 .grid3 > div .thumb {
		width: 90px;
		height: 90px;
		background-size: 40px;
	}
	.sec11 .grid3 > div strong {
		font-size: 16px;
	}
	.sec11 .grid3 > div p {
		font-size: 16px;
	}
	.sec11 .form {
		gap: 16px;
	}
	.sec11 .form > div.w50 {
		gap: 16px;
	}
	.sec11 .form > div > div h4 {
		font-size: 18px;
	}
	.sec11 .form > div > div .input_line input {
		font-size: 16px;
	}
	.sec11 .form > div > div .input_line textarea {
		font-size: 16px;
	}
	.sec11 button[type=submit] {
		width: 200px;
		height: 46px;
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.sec01 .grid3 > div {
		width: 100%;
	}
	.sec01 .grid3 > div .thumb {
		margin-bottom: 16px;
	}
	.sec01 .grid3 > div .txt strong {
		font-size: 18px;
		margin-bottom: 16px;
	}
	
	
	.sec02 .pc {
		display: none;
	}
	.sec02 .compensation {
		background: none;
	}
	.sec02_mobile_view {
		display: block;
	}
	.sec02_mobile_view .swiper-slide {
		width: 65%;
	}
	.sec02_mobile_view .swiper-slide img {
        width: 100px
    }
	.sec02 h4 {
		font-size: 18px;
		margin-top: 30px;
	}
	
	
	.sec03 .pc {
		display: none;
	}
	.sec03 .m {
		display: block;
	}
	.sec03 .list {
		display: flex;
		padding: 0 20px;
	}
	.sec03 .txt {
		margin-bottom: 30px;
	}
	
	
	.sec04 ul li {
		height: 26px;
	}
	.sec04 ul li .chart_label {
		width: 120px;
		font-size: 12px;
		height: 20px;
		line-height: 21px;
		margin: 3px;
	}
	.sec04 ul li .bar em {
		top: -5px;
		right: 10px;
		font-size: 14px;
	}
	
	
	.sec05 ul {
		gap: 30px;
	}
	.sec05 ul li {
		flex: none;
		width: 100%;
	}
	.sec05 ul li img {
		margin-bottom: 10px;
	}
	.sec05 ul li strong {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.sec05 ul li p {
		font-size: 14px;
	}
	
	
	.sec06 .v_pc {
		display: none;
	}
	.sec06 .v_m {
		display: block;
	}
	.sec06 .swiper-slide .box h4 {
		font-size: 24px;
	}
	
	
	.sec07 .about .info div.img {
		width: 100%;
	}
	.sec07 .about .info div.txt br {
		display: none;
	}
	.sec07 .about .info div.txt {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 0;
	}
	.sec07 .about .info .sign {
		font-size: 24px;
		margin-top: 10px;
	}
	.sec07 .photo > div {
		flex: none;
		width: 100%;
	}
	
	
	.sec08 .txt {
		font-size: 18px;
	}
	.sec08 .txt:before,
	.sec08 .txt:after {
		background-size: 17px;
		margin: 15px auto!important;
	}
	
	
	.sec09 .flex {
		gap: 30px;
	}
	.sec09 .pic_box {
		width: 100%;
	}
	.sec09 ul li {
		font-size: 16px;
		font-weight: 400;
	}
	
	
	.sec10 .swiper-slide {
		width: 65%;
	}
	
	
	.sec11 .grid3 {
		gap: 25px;
	}
	.sec11 .grid3 > div .thumb {
		width: 50px;
		height: 50px;
		background-size: 27px;
	}
	.sec11 .grid3 > div strong {
		font-size: 14px;
	}
	.sec11 .grid3 > div p {
		font-size: 14px;
	}
	.sec11 .form > div > div h4 {
		font-size: 14px;
	}
	.sec11 .form > div.w50 > div {
		flex: none;
		width: 100%;
	}
	.sec11 .form > div > div .input_line input {
		font-size: 14px;
	}
	.sec11 .form > div > div .input_line textarea {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.visual.sec .box h2 {
        font-size: 32px;
    }
	
	
	.sec02_mobile_view .swiper-slide {
		width: 70%;
	}

	.sec04 ul li:nth-child(6) .bar {
		width: 220px;
	}
	.sec04 ul li:nth-child(7) .bar {
		width: 200px;
	}
	.sec04 ul li:nth-child(8) .bar {
		width: 175px;
	}
	
	
	.sec10 .swiper-slide {
		width: 85%;
	}
}

@media screen and (max-width: 380px) {
	.sec04 ul li .bar em {
		font-size: 12px;
	}
	.sec04 ul li:nth-child(6) .bar {
		width: 197px;
	}
	.sec04 ul li:nth-child(7) .bar {
		width: 180px;
	}
	.sec04 ul li:nth-child(8) .bar {
		width: 170px;
	}
}
