@import "base.css";
@import "global.css";

/* main.css */

#main main>div>div:not(.alert) {width: 1180px; margin: auto;}

#main .visual {background: var(--mcolor_10); padding: 50px 0 100px; border-top: 1px solid var(--w_op_2);}
#main .visual>div {position: relative; display: flex; flex-wrap: wrap; justify-content: space-between;}
#main .visual .wbox {background: #fff; display: inline-block; border-radius: 30px; box-shadow: 4px 6px 24px 0 rgba(0, 0, 0, 0.11); padding: 50px 50px; display: flex; flex-direction: column; align-items: center;}
#main .visual .wbox span {font-size: 18px; font-weight: 600;}
#main .visual>div>div {width: 580px;}
#main .visual>div>div:nth-of-type(1) span {color: var(--mcolor_1);}
#main .visual>div>div:nth-of-type(2) span {color: #c65297;}
#main .visual .wbox p {color: #222; font-size: 32px; font-weight: 600; margin: 5px 0 45px;}
#main .visual .wbox ul {display: flex; justify-content: space-between; align-items: center; width: 100%;}
#main .visual .wbox li a {display: flex; flex-direction: column; text-decoration: none; height: 90px; justify-content: space-between; align-items: center; color: #333; font-size: 18px; font-weight: 500;}
#main .visual .wbox li a img {width: 48px; height: 48px;}
#main .visual .banner {background: #fff; height: 120px; position: absolute; left: 0; bottom: -160px; width: 100%; text-align: center;}

#main .advert {background: #e3f7fd; padding: 100px 0 60px;}
#main .advert>div {position: relative; display: flex; justify-content: space-between;}
#main .advert h2 {color: #222; font-size: 30px; line-height: 40px;}
#main .advert h2 strong {font-weight: 600; margin-right: 8px; display: block;}
#main .advert .ban_list {height: 176px; width: 990px;}
#main .advert .ban_list .box {background: #fff; width: 100%;  height: 176px; border-radius: 16px; margin: 0 0 0 18px; padding: 32px 28px;}
#main .advert .ban_list .box a {text-decoration: none; background: var(--mcolor_10); color: #fff; border-radius: 50px; padding: 6px 15px ; line-height: 22px;}
#main .advert .ban_list .box a:hover {background: var(--mcolor_3);}
#main .advert .ban_list .slick-arrow {border: 1px solid #ccc; border-radius: 54px; color: transparent; width: 36px; height: 36px; position: absolute; left: -192px; bottom: 0; background: #fff url(/static-root/img/comn/ico_arrow.svg) no-repeat 7px center / 60%;}
#main .advert .ban_list .slick-next {left: -148px; transform: rotate(-180deg);}
#main .advert .ban_list button:hover {background-color: var(--mcolor_4); border: 1px solid #bcbcbc;}
#main .advert .ban_list span {font-size: 20px; color: #333; font-weight: 500; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#main .advert .ban_list i {color: #666; font-weight: 500;  font-style: normal; margin: 8px 0 18px; display: block;}

#main .guide {background: #fff; padding: 60px 0; min-height: 848px; position: relative;}
#main .guide::after {content:''; display: block; background: #dcdcdc; height: 1px; width: 100%; position: absolute; left: 0;}
#main .guide>div {position: relative;}
#main .guide h2 {color: #222; font-size: 40px; font-weight: 600; text-align: center; margin-bottom: 30px;}
#main .guide .m_tab>ul {display: flex; justify-content: center;}
#main .guide .m_tab>ul>li {margin-right: 26px;}
#main .guide .m_tab>ul>li>a {width: 100%; height: 100%;text-decoration: none; font-size: 18px; color: #222; font-weight: 500; line-height: 26px; padding: 10px 0; border-bottom: 4px solid transparent; transition: all 0.2s;}
#main .guide .m_tab>ul>li.on>a {color: var(--mcolor_10); font-weight: 600; border-bottom: 4px solid var(--mcolor_10);}
#main .guide .m_tab>ul>li>a>span {width:0; height:0; background:none; border:none; color:transparent; font-size:0; overflow:hidden;}
#main .guide .m_tab>ul>li>a + div {display: none; transition: all 0.2s;}
#main .guide .m_tab>ul>li.on>a + div {display:flex; flex-wrap: wrap; opacity: 1;}
#main .guide .m_tab>ul>li>div {margin-top: 76px; position: absolute; left: 0; width: 100%;}
#main .guide .m_tab>ul>li>div>div h3 {color: #222; font-size: 32px; font-weight: 600;}
#main .guide .m_tab>ul>li>div>div p {margin-top: 20px; font-size: 18px; color: #333; line-height: 26px;}
#main .guide .m_tab>ul>li>div>div {min-height: 280px; width: 100%;}
#main .guide .m_tab>ul>li>div>div::after {content: ''; display: block; width: 380px; height: 250px; background: url(/static-root/img/cont/img_m_visu01.svg) no-repeat center / cover; position: absolute; top: 0;right: 0;}
#main .guide .m_tab>ul>li#guide_min>div>div::after {background: url(/static-root/img/cont/img_m_visu01.svg) no-repeat center / cover;}
#main .guide .m_tab>ul>li#guide_gong>div>div::after {background: url(/static-root/img/cont/img_m_visu02.svg) no-repeat center / cover;}
#main .guide .m_tab>ul>li#guide_gum>div>div::after {background: url(/static-root/img/cont/img_m_visu03.svg) no-repeat center / cover;}
#main .guide .m_tab>ul>li#guide_jasa>div>div::after {background: url(/static-root/img/cont/img_m_visu04.svg) no-repeat center / cover;}
#main .guide .m_tab>ul>li>div>a {display: inline-block; width: 380px; height: 250px; padding: 30px 27px; border: 1px solid #bcbcbc; border-radius: 6px; color: #333; font-weight: 500; text-decoration: none; background: #fff;}
#main .guide .m_tab>ul>li>div>a + a {margin-left: 17px;}
#main .guide .m_tab>ul>li>div>a:hover {background: #e3f7fd; border-color: #e3f7fd;}
#main .guide .m_tab>ul>li>div>a p {font-size: 20px; color: #333; font-weight: 600; line-height: 30px; min-height: 60px; border-bottom: 1px solid #dcdcdc;}
#main .guide .m_tab>ul>li>div>a span {font-size: 16px; color: #333; font-weight: 400; line-height: 24px; margin: 15px 0 40px; min-height: 48px;}
#main .guide .m_tab>ul>li>div>a i {font-style: normal; font-size: 16px; color: var(--mcolor_3); font-weight: 600; display: flex; align-items: center;}
#main .guide .m_tab>ul>li>div>a i::after {content: ''; display: inline-block; width: 24px; height: 24px; background: url(/static-root/img/comn/ico_arrow06.svg) no-repeat 50% 50%; background-size: 90%; transform: rotate(180deg);}
#main .guide .m_tab>ul>li>div.col2>a {width: 580px;}
#main .guide .m_tab>ul>li>div.col2>a:nth-of-type(3) {margin-left: 0; margin-top: 20px;}
#main .guide .m_tab>ul>li>div.col2>a:nth-of-type(4) {margin-top: 20px;}

#main .notice {background: #f5f5f5; padding: 70px 0;}
#main .notice>div {display: flex; justify-content: space-between;}
#main .notice>div>div { width: 560px; height: 360px; position: relative;}
#main .notice h2 {color: #222; font-size: 32px; font-weight: 600; line-height: 46px;}
#main .notice .wbox {background: #fff; border-radius: 24px; padding: 40px 48px;}
#main .notice>div>div> ul {margin-top: 32px;}
#main .notice>div>div> ul li {display: flex; align-items: center; justify-content: space-between;}
#main .notice>div>div> ul li a {width: 80%; font-size: 18px; padding: 10px 0; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-right: 20px;}
#main .notice>div>div> ul li span {font-size: 16px; color: #777; }
#main .notice>div>div>button {background: transparent; width: 40px; height: 40px;border: 1px solid #bcbcbc; border-radius: 8px; background: url('/static-root/img/comn/ico_plus02_n.svg') no-repeat center; position: absolute; top: 45px; right: 0;}
#main .notice>div>div>button span {width:0; height:0; background:none; border:none; overflow:hidden; color:transparent;}
#main .notice .wbox dl {width: 50%; display: flex; flex-wrap: wrap; align-items: center; line-height: 27px;}
#main .notice .wbox dl:nth-child(1) dd:nth-of-type(1) {color: var(--mcolor_10); font-size: 24px; font-weight: 600; line-height: 36px; text-align: right;}
#main .notice .wbox dt {color: #888; margin-right: 12px; width: 51px;}
#main .notice .wbox dd {color: #444; font-size: 18px;}
#main .notice .wbox dl + dl {border-left: 1px solid #dcdcdc; padding-left: 40px;}
#main .notice .wbox ul {display: flex; justify-content: space-between; margin: 50px -30px 0;}
#main .notice .wbox li {flex:1; justify-content: center;}
#main .notice .wbox li a {display: flex; flex-direction: column; text-decoration: none; height: 80px; justify-content: space-between; align-items: center; color: #666; font-size: 16px; padding: 0; margin: 0;}
#main .notice .wbox li a img {width: 48px; height: 48px;}
#main .notice .wbox>div:nth-child(2) {display: flex; margin-top: 36px;}
#main .notice .wbox>div:nth-child(1) {position: relative;}
#main .notice .wbox>div:nth-child(1) h2 {display: inline-block; margin-right: 15px;}
#main .notice .wbox>div:nth-child(1) .cus_tel {display: inline-flex; align-items: center; color: #333; font-size: 16px; font-style: normal;} 
#main .notice .wbox>div:nth-child(1) .cus_tel span {font-weight: 600; margin-right: 4px;}
#main .notice .wbox>div:nth-child(1) .cus_tel::before {content: ''; display: inline-block; width: 20px; height: 20px; background: url(/static-root/img/comn/ico_clock.svg) no-repeat center; margin-right: 4px;}

.top_banner {background: var(--mcolor_11); display: none; min-height: 50px;}
.top_banner.view {display: block;}
.top_banner>div {position: relative;}
.top_banner>div>div {position: absolute; right: 0; top: 20px;}
.top_banner>div>div label {font-size: 12px; padding-right: 40px; font-weight: 500;}
.top_banner>div>div input[type=checkbox] + label:before {width: 14px; height: 14px;}
/* .top_banner>div>div input[type=checkbox]:checked + label:before {border-color: #dcdcdc; background-color: #dcdcdc;} */
.top_banner>div>div input[type=checkbox]:checked + label:after {width: 7px; height: 3px; left: 4px; top: 5px;}
.top_banner>div>div .btn_close {right: 0; top: -6px; transform: scale(0.7);}
.top_banner img {height: 100px; width: auto;}