.main_content_01{ width: 100%; height: 600px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-flow: row nowrap; justify-content: center; }

.main_content_02_title{ width: calc(100% - 40px); height: auto; max-width: 1160px; margin: 50px auto 10px; font-size: 25px; color: rgb(51,51,51); }

.main_content_02{ width: 100%; height: auto; padding: 30px 0 20px; display: flex; flex-flow: row nowrap; justify-content: center; }
.main_content_02>div{ width: 100%; max-width: 1200px; padding: 0 20px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; transition: all 0.2s ease-in-out; }
.main_content_02>div>figure{ min-width: 25px; height: 100%; padding-bottom: 30px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
.main_content_02>div>figure>p{ width: 25px; height: 25px; border: 2px solid rgb(102,102,102); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: rgb(102,102,102); cursor: pointer; }
.main_content_02 .relate_slide{ width: 100%; height: 150px; margin: 0 20px; transition: height 0.2s ease-in-out; }
.main_content_02 .relate_slide [class^="swiper-button-"]{ width: 0; height: 0; opacity: 0; }

.main_content_02 .main_img>div{ width: 100%; height: 120px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.main_content_02 .main_img>h4{ max-width: 100%; height: 30px; font-size: 14px; color: rgb(102,102,102); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; text-align: center; line-height: 28px; }



.main_content_03{ width: 100%; height: auto; padding: 65px 20px; background-color: rgb(235,235,235); }
.main_content_03>ul{ width: 100%; height: 250px; max-width: 1160px; margin: auto; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.main_content_03>ul>li{ width: 32.5%; height: 100%; background-color: rgb(255,255,255); }
.main_content_03>ul>li:nth-of-type(1){ background-color: transparent; display: flex; flex-flow: column nowrap; justify-content: space-between; }
.main_content_03>ul>li:nth-of-type(1)>div{ width: 100%; height: 47%; padding: 25px 25px 20px; background-color: rgb(255,255,255); }
.main_content_03>ul>li:nth-of-type(1)>div>h4{ width: 100%; margin-bottom: 10px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; }
.main_content_03>ul>li:nth-of-type(1)>div>h4>a:nth-of-type(1){ font-size: 22px; color: rgb(51,51,51); font-weight: 700; }
.main_content_03>ul>li:nth-of-type(1)>div>h4>a:nth-of-type(2){ font-size: 25px; color: rgb(138,121,115); font-weight: 700; }
.main_content_03>ul>li:nth-of-type(1)>div>a{ width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; }
.main_content_03>ul>li:nth-of-type(1)>div>a>h6{ width: calc(100% - 60px); font-size: 15px; color: rgb(102,102,102); font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main_content_03>ul>li:nth-of-type(1)>div>a>p{ width: 60px; font-size: 15px; color: rgb(102,102,102); text-align: right; }
.main_content_03>ul>li:nth-of-type(1)>div>p{ width: 100%; font-size: 15px; color: rgb(102,102,102); }
.main_content_03>ul>li:nth-of-type(2){ padding: 25px 25px 20px; }
.main_content_03>ul>li:nth-of-type(2)>h4{ width: 100%; font-size: 22px; color: rgb(51,51,51); font-weight: 700; }
.main_content_03>ul>li:nth-of-type(2)>div{ width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-around; }
.main_content_03>ul>li:nth-of-type(2)>div>a{ width: 90px; height: auto; margin-top: 40px; display: flex; flex-flow: column nowrap; align-items: center; }
.main_content_03>ul>li:nth-of-type(2)>div>a>figure{ width: 90px; height: 90px; border-radius: 90px; background-color: rgb(235,235,235); position: relative; transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(2)>div>a:hover>figure{ background-color: rgb(138,121,115); }
.main_content_03>ul>li:nth-of-type(2)>div>a>figure>svg{ margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(2)>div>a:nth-of-type(1)>figure>svg{ width: 48px; height: 48px; }
.main_content_03>ul>li:nth-of-type(2)>div>a:nth-of-type(2)>figure>svg{ width: 50px; height: 40px; }
.main_content_03>ul>li:nth-of-type(2)>div>a:nth-of-type(3)>figure>svg{ width: 44.99px; height: 48.21px; }
.main_content_03>ul>li:nth-of-type(2)>div>a>figure>svg path{ fill: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(2)>div>a>figure>svg rect{ fill: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(2)>div>a>figure>svg polygon{ fill: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(2)>div>a:hover>figure>svg path{ fill: rgb(255,255,255); }
.main_content_03>ul>li:nth-of-type(2)>div>a:hover>figure>svg rect{ fill: rgb(255,255,255); }
.main_content_03>ul>li:nth-of-type(2)>div>a:hover>figure>svg polygon{ fill: rgb(255,255,255); }
.main_content_03>ul>li:nth-of-type(2)>div>a>p{ max-width: 100%; margin-top: 10px; font-size: 16px; color: rgb(102,102,102); text-align: center; word-break: keep-all; transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(2)>div>a:hover>p{ color: rgb(138,121,115); }
.main_content_03>ul>li:nth-of-type(3){ padding: 30px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: flex-start; background-position: center; background-repeat: no-repeat; background-size: cover; }
.main_content_03>ul>li:nth-of-type(3)>h4{ font-size: 24px; color: rgb(255,255,255); font-weight: bold; word-break: keep-all; transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(3)>p{ font-size: 14px; color: rgb(204,204,204); word-break: keep-all; transition: all 0.2s ease-in-out; }
.main_content_03>ul>li:nth-of-type(3)>a{ width: auto; height: auto; padding: 5px 20px; border: 1px solid rgb(255,255,255); text-align: center; color: rgb(255,255,255); font-weight: normal; font-size: 16px; transition: all 0.2s ease-in-out; cursor: pointer; }
.main_content_03>ul>li:nth-of-type(3)>a:hover{ border-color: rgba(255,255,255,0.7); background-color: rgba(255,255,255,0.7); color: rgb(65,97,158); font-weight: bold; }
