/* #index {padding-top:56px; } */

#index h2 {font-size: 22px; font-weight: 500;}
#index h3 {font-size: 20px; font-weight: 500;}
#index h4 {font-size: 16px; font-weight: 500;}

#section-main-slogan { background-color: #f6f6f6; color: #a01749; font-weight: 600; text-align: center; padding: 12px 0; font-size: 15px; line-height: 1.2;}

#index #section-main-search {width: 100%; margin: 0 auto; padding: 0 30px; box-sizing: border-box;}
#index #section-main-search .main-search-wrap {position: relative; }
#index #section-main-search input {width: 100%; border: 1px solid #a01749; border-radius: 80px; padding: 13px 54px 13px 58px; background: url('/coopmall/img/logo/txt_in.svg') no-repeat left 20px center / 30px; box-sizing: border-box; letter-spacing: -1px;}
#index #section-main-search input::placeholder {color: #787878;}
#index #section-main-search button {position: absolute; top: 8px; right: 20px;}

#index #section-main-menu .link-wrap {display: flex; flex-direction: column; row-gap: 6px; align-items: center; width: 78px; letter-spacing: -1px;}
#index #section-main-menu .img-wrap {background-color: #efefef; width:48px; height: 48px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center;}

#researchPopup {position: fixed; bottom: -300px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 400px; background: white; border-radius: 30px 30px 0 0; padding: 20px 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); z-index: 1000; transition: all 0.6s ease;}
#researchPopup h3 {padding: 0 20px;}
#researchPopup ul {padding: 10px 20px;}
#researchPopup ul li {border: 1px solid #d7d7d7; border-radius: 20px; padding: 4px 20px; display: inline-block; margin-right: 10px; margin-bottom: 10px; }
#researchPopup.active { bottom: 0;}
.overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); display: none; z-index: 999;}

#index #section-about .content,
#index #section-community .content {column-gap: 10px; row-gap: 40px; flex-wrap: wrap;}
#index #section-about .content .about-container,
#index #section-community .content .about-container {display: block; width: calc(50% - 5px); }
#index #section-about .content .about-container > img,
#index #section-community .content .about-container > img {display: block; width: 100%; max-height: 24vw; object-fit: cover; background-color: #9e9e9e;}
#index #section-about .content .about-title,
#index #section-community .content .about-title {line-height: 1.4; height: 48px; margin-bottom: 20px;}
#index #section-about .content .ref-container,
#index #section-community .content .ref-container {display: flex; color: #787878;}
#index #section-about .content .ref-container .date,
#index #section-community .content .ref-container .date {padding-left: 8px; margin-left: 6px; position: relative;}
#index #section-about .content .ref-container .date::before,
#index #section-community .content .ref-container .date::before {display: block; content: ''; width: 1px; height: 14px; background-color: #d6d6d6; position: absolute; left: 0; top: 23%;}

#index #section-community ul {width: max-content; white-space: nowrap; color: #4d4d4d; padding: 0; margin: 16px 0 10px;}

#index #section-news .content a,
#index #section-community .board a {padding: 10px 0; border-bottom: 1px solid #d6d6d6;}
#index #section-community .board a {display: block;}
#index #section-community .board a img {margin-right: 4px;}
#index #section-community .board .desc {font-size: 12px; color: #787878;}

#index #section-facility .facility-container { display: block; height: 250px; padding: 22px 20px 12px; border: 1px solid #ddd; border-radius: 14px; text-align: left; max-width: 252px;}
#index #section-facility .facility-container .flex { margin-bottom: 10px;}
#index #section-facility .facility-container .facility-logo {width: 48px;}
#index #section-facility .facility-container hr { border: 1px solid #ddd;}
#index #section-facility .facility-container .facility-title { margin: 12px 0; font-size: 18px; font-weight: 500;}
#index #section-facility .facility-container .facility-content { color: #787878; font-size: 12px;}
#index #section-facility .facility-container .facility-relation { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: #787878; font-size: 12px; font-weight: 700; white-space: nowrap;}

#index #section-natural-dream menu {width: max-content; white-space: nowrap; font-size: 18px; color: #4d4d4d; padding: 0;}
#index #section-natural-dream menu li.on {color: #a01749; font-weight: 700; border-bottom: 2px solid #a01749;}
#index #section-natural-dream .content {width: max-content; gap: 18px; letter-spacing: -1px;}
#index #section-natural-dream .main-sub-wrap a { display: block; width: 100%; height: 100%; text-align: left; max-width: 270px;}
#index #section-natural-dream .main-sub-wrap a > img { object-fit: cover; display: block; width: 100%; height: 220px; background-color: #ddd;}
#index #section-natural-dream .main-sub-wrap .sub-tag { display: inline-block; margin: 15px 0 7px; padding: 4px 15px; font-size: 14px; color: #1c1c1c; border: 1px solid #1c1c1c; border-radius: 40px;}
#index #section-natural-dream .main-sub-wrap .sub-tit { margin-bottom: 5px; font-size: 20px; color: #1c1c1c; font-weight: 500;}
#index #section-natural-dream .main-sub-wrap .sub-txt { height: 90px; font-size: 16px; color: #1c1c1c;}
#index #section-natural-dream .main-sub-wrap button { width: 100%; margin-top: 15px; padding: 12px 5px; background-color: #f1f1f1; border: 0; border-radius: 8px; font-size: 16px; font-weight: 500; color: #000; transition: all .2s;}
#index #section-natural-dream .main-sub-wrap button:hover { background-color: #d2d2d2;}
#index #section-natural-dream .main-sub-wrap button img { vertical-align: middle; margin-right: 7px;}

#index #section-campaign menu {padding: 0;}
#index #section-campaign menu li {width: 25%; padding: 14px 0 11px; border-radius: 10px 10px 0px 0px; background-color: #f6f6f6; text-align: center; color: #4d4d4d; font-size: 16px; letter-spacing: -1px;}
#index #section-campaign menu li.on {color: #fff; font-weight: 700; }
#index #section-campaign menu li[data-type="donate-cancer"].on,
#index #section-campaign .btn-more.donate-cancer {background-color: #e34949;}
#index #section-campaign menu li[data-type="cancer"].on,
#index #section-campaign .btn-more.cancer {background-color: #a91054;}
#index #section-campaign menu li[data-type="no-plastic"].on,
#index #section-campaign .btn-more.no-plastic {background-color: #09a6b5;}
#index #section-campaign menu li[data-type="paper-pack"].on,
#index #section-campaign .btn-more.paper-pack {background-color: #204281;}
#index #section-campaign .btn-more {color: #fff; padding:11px 0 13px; width: 260px; text-align: center; margin: 0 auto;display: inline-block; font-size: 20px; font-weight: 700;}
#index #section-campaign .count {font-size: 24px; font-weight: 700; color: #1c1c1c;}
#index #section-campaign .swiper-slide.cancer {padding-top: 44px;}
#index #section-campaign .swiper-slide.cancer .interview-text {	background-color: #f7f7f7;	border-radius: 30px;font-size: 16px;padding: 50px 20px;}
#index #section-campaign .swiper-slide.cancer img {	position: absolute;	top: 3px; width: 78px;}
#index #section-campaign .swiper-slide.cancer .interview-text .comment {height: 102px;word-break: keep-all;}
#index #section-campaign .swiper-slide.no-plastic .wrap {padding: 20px; border: 1px solid #d6d6d6;}
#index #section-campaign .swiper-slide.no-plastic .title {font-weight: 600; font-size: 16px;}
#index #section-campaign .swiper-button-next { color: #c8c8c8; position: absolute; right: 6%; top: 46%;}
#index #section-campaign .swiper-button-prev {color: #c8c8c8; position: absolute; left: 6%; top: 46%;}

#index #section-benefit {background-color: #f7f7f7; padding: 44px 20px 60px;}
#index #section-benefit .swiper-slide img {border-radius: 30px 0 30px 0;}
#index #section-benefit .flex {row-gap: 11px; column-gap: 12px; margin-top: 12px;}
#index #section-benefit .item {position: relative; width:calc(50% - 6px);height: 40vw;}
#index #section-benefit .item img {border-radius: 30px 0 30px 0; width: 100%; height: 100%; }
#index #section-benefit .item .item-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 16px; font-weight: 500;display: flex; align-items: center; justify-content: center;border-radius: 30px 0 30px 0; }

#index #section-app {position: relative; background: #FFEBEB url('/coopmall/images/imsi_page/bottom-app.png') no-repeat left 10% bottom 0 / contain; width:100%; height:180px}
#index #section-app .cont_area {position: absolute; top: 50%; transform: translateY(-50%); left: 38%;}
#index #section-app .cont_area .app-btn {display: inline-flex; align-items: center; justify-content: center; width: 90px; height: 36px; background-color: rgba(255, 255, 255, 0.6); border-radius: 8px; font-weight: 600; font-size: 12px;}

#index #section-guide {padding:100px 0 70px; }
#index #section-guide .tit_area{position:relative; display: flex; align-items: center; justify-content: space-between;}
#index #section-guide .tit_area .drp_wrap {position: absolute; top: 0; right: 20px;}
#index #section-guide .tit_area .drp_wrap > a{display:block; width:204px; border:1px solid #d6d6d6; padding:8px 10px; box-sizing:border-box; font-size:1.8rem; background-image:url('../img/arr3_btm_blk.svg'); background-size:12px 8px; background-position:right 12px center; background-repeat:no-repeat; transition:none; border-radius: 8px;}
#index #section-guide .tit_area .drp_wrap > a.on{height:50px; font-weight:900; background-image:url('../img/arr3_top_blk.svg'); background-position: right 20px top 40%;}
#index #section-guide .tit_area .drp_wrap ul{display:none; width:100%; background:#fff; border:1px solid #d6d6d6; border-radius:0 0 10px 10px; padding:12px 0; box-sizing:border-box; position:absolute; top:37px; left:0; max-height: 250px; overflow-y: auto;}
#index #section-guide .tit_area .drp_wrap ul li a{display:block; font-size:1.8rem; line-height:1.6; padding:5px 10px; box-sizing:border-box; word-break: break-all; letter-spacing: -1px;}
#index #section-guide .cont_area {margin-top: 20px;}
#index #section-guide .cont_area .url_list{float:left; width:50%; box-sizing: border-box;}
#index #section-guide .cont_area .url_list:first-child{ padding-right:20px; }
#index #section-guide .cont_area .url_list li{border-bottom:1px solid #d6d6d6;}
#index #section-guide .cont_area .url_list li a{display:block; line-height:42px; font-size:2rem; color:#4b4b4b; background-image:url('../img/arr2_right_gray.svg'); background-size:7px 12px; background-position:right 3px center; background-repeat:no-repeat; padding: 0 10px; letter-spacing: -1px;}

#index #section-sns .social_wrap .social_list {display: flex; justify-content: center; align-items: center; gap: 16px;}
#index #section-sns .social_wrap .social_list li a{display:block; width: 80px;}
#index #section-sns .social_wrap .social_list .img_box{height:52px; background-position:center; background-repeat:no-repeat;}
#index #section-sns .social_wrap .social_list .li1 .img_box{background-image:url('../img/ico_youtube.png?v=1'); background-size:52px;}
#index #section-sns .social_wrap .social_list .li2 .img_box{background-image:url('../img/ico_facebook.png'); background-size:52px;}
#index #section-sns .social_wrap .social_list .li3 .img_box{background-image:url('../img/ico_katalk.png'); background-size:52px;}
#index #section-sns .social_wrap .social_list .li4 .img_box{background-image:url('../img/ico_instagram.png'); background-size:52px;}
#index #section-sns .social_wrap .social_list .txt_box{margin-top:10px; font-size:1.5rem; line-height:1.4; letter-spacing:-1.4px; color:#333; text-align:center;}

#index #section-notice {margin: 45px 0 20px; padding: 0 20px;}
#index #section-notice .swiper-slide b {display: inline-block; min-width: 60px;}
#index #section-notice .swiper-slide img {width: 20px; vertical-align: bottom; margin-right: 5px;}

#index .visual img {width: 100%;}
#index .visual .size{height:100%; position:relative;}
#index .visual .txt_area{height:100%;}
#index .visual .txt_area strong{display:block; line-height:1; font-size:2.4rem; font-weight:800; color:#a92a55;}
#index .visual .txt_area p{margin-top:12px; line-height:1; font-size:4rem; font-weight:800; }
#index .visual-pagination {left: 10px; bottom: 15px; width: 60px; background-color: rgba(0, 0, 0, 0.5); color: #fff; padding: 4px; border-radius: 40px;}
#index .notice_area .notice_wrap{box-sizing:border-box;}
#index .notice_area .notice_wrap .swiper{height:82px;}
#index .notice_area .notice_wrap a{display:block; position:relative;} 
#index .notice_area .notice_wrap a > div{height:82px; line-height:82px;}
#index .notice_area .notice_wrap a .sort{font-size:1.7rem; font-weight:700; color:#a92a55; position:absolute; top:0; left:0;}
#index .notice_area .notice_wrap a .notice{font-size:1.7rem; font-weight:700; padding:0 100px; box-sizing:border-box; text-align:center;}
#index .notice_area .notice_wrap a .date{font-size:1.5rem; font-weight:400; position:absolute; top:0; right:0;}
#index .section1 .inner{padding:12px 0 0;}
#index .section1 .tit_area{position:relative; display: flex; align-items: flex-end; justify-content: space-between;}
#index .section1 .tit_area h3{font-size:2.4rem; font-weight:500; color:#0e0e0e; line-height:1;}
#index .section1 .tit_area a{display:block; padding:10px 17px 0 0; line-height:1; font-size:1.7rem; color:#4b4b4b; background-image:url('../img/arr_right_gry.svg'); background-size:10px 8px; background-position:right top 80%; background-repeat:no-repeat;}
#index .section1 .cont_area{margin-top:15px;}
#index .section1 .cont_area .swiper{width:calc(100% + 30px);}
#index .section1 .swiper-pagination{margin-top:18px; position:static; font-size:0;}
#index .section1 .swiper-pagination-bullet{background:#9d9d9d; opacity:1; width:8px; height:8px; margin:0 3.5px;}
#index .section1 .swiper-pagination-bullet-active{background:#a01749;}

#index .section1 .go_view{font-size:0; text-align:right;}
#index .section1 .go_view a{display:inline-block; font-size:1.5rem; height:25px; line-height:1; padding:0 22px 0 15px; box-sizing:border-box; background-image:url('../img/arr_right.svg'); background-size:17px 14px; background-position:right top 8%; background-repeat:no-repeat;}
#index .section1 .news_list{border-top:2px solid #ddd; box-sizing:border-box; margin-top: 32px;}
#index .section1 .news_list li{border-top:1px solid #ddd; box-sizing:border-box;}
#index .section1 .news_list li:first-child{border-top:none;}
#index .section1 .news_list li a{display:block; position:relative; min-height: 40px; background-image:url('../img/arr_right_gray.svg'); background-size:12px 10px; background-position: right 8px center; background-repeat:no-repeat; transition:all .2s ease;}
#index .section1 .news_list li a:hover{background-image:url('../img/arr_right_rd.svg');}
#index .section1 .news_list li a .sort{ min-width: 60px; padding: 6px 7px; border-radius:20px; background:#fff; border:1px solid #a92a55; box-sizing:border-box; font-size:1.7rem; font-weight:700; color:#a92a55; text-align:center; transition: all .2s ease; position:absolute; top:50%; left:8px; transform: translateY(-50%); line-height: 1;}
#index .section1 .news_list li a:hover .sort{background:#a92a55; color:#fff;}
#index .section1 .news_list li a .content{padding:10px 28px 10px 100px; box-sizing:border-box; font-size:1.8rem; line-height:1.4; font-weight:500;}

#index .section2{position:relative;}
#index .section2 .inner{padding:60px 0 40px 0;}
#index .section2 .tab_area{box-sizing:border-box;}
#index .section2 .tab_area .tit_area h3{font-size:2.4rem; font-weight:500; line-height:1;}
#index .section2 .tab_area .tit_area h3 .txt_nd {width:100px; margin-top: -5px; padding-left: 4px;}
#index .section2 .tab_area .tab_wrap{margin-top:30px; padding:0 6px 24px; box-sizing:border-box; position:relative;}
#index .section2 .tab_area .tab_wrap .swiper{overflow:visible;}
#index .section2 .tab_area .tab_wrap .swiper a{display:block;width:100%; height:60px; background-position:center; background-repeat:no-repeat; box-sizing:border-box; transition:none; position:relative;}
#index .section2 .tab_area .tab_wrap .swiper a.tab1{background-image:url('../img/ico_brand1.svg'); background-size:60px;}
#index .section2 .tab_area .tab_wrap .swiper a.tab2{background-image:url('../img/ico_brand2.svg'); background-size:54px;}
#index .section2 .tab_area .tab_wrap .swiper a.tab3{background-image:url('../img/ico_brand3.svg'); background-size:52px;}
#index .section2 .tab_area .tab_wrap .swiper a.tab4{background-image:url('../img/ico_brand4.svg'); background-size:52px;}
#index .section2 .tab_area .tab_wrap .swiper a.tab5{background-image:url('../img/ico_brand5.svg'); background-size:54px;}
#index .section2 .tab_area .tab_wrap .swiper .on a.tab1{background-image:url('../img/ico_brand1_on.svg'); }
#index .section2 .tab_area .tab_wrap .swiper .on a.tab2{background-image:url('../img/ico_brand2_on.svg'); }
#index .section2 .tab_area .tab_wrap .swiper .on a.tab3{background-image:url('../img/ico_brand3_on.svg'); }
#index .section2 .tab_area .tab_wrap .swiper .on a.tab4{background-image:url('../img/ico_brand4_on.svg'); }
#index .section2 .tab_area .tab_wrap .swiper .on a.tab5{background-image:url('../img/ico_brand5_on.svg'); }
#index .section2 .tab_area .tab_wrap .swiper a::after{display:none; content:''; clear:both; width:100%; height:5px; background:#ddd; position:absolute; left:0; top:82px;}
#index .section2 .tab_area .tab_wrap .swiper .on a::after{display:block;}
#index .section2 .tab_area .tab_wrap .swiper a.tab1::after{background:#f07c00;}
#index .section2 .tab_area .tab_wrap .swiper a.tab2::after{background:#40693b;}
#index .section2 .tab_area .tab_wrap .swiper a.tab3::after{background:#708e07;}
#index .section2 .tab_area .tab_wrap .swiper a.tab4::after{background:#1f879e;}
#index .section2 .tab_area .tab_wrap .swiper a.tab5::after{background:#a91054;}
#index .section2 .tab_area .tab_wrap .brand_arr{display:block; width:42px; height:42px; margin-top:-21px; background-size:42px 30px; background-position:center; background-repeat:no-repeat; position:absolute; top:50%;}
#index .section2 .tab_area .tab_line{width:calc(100% + 60px); margin-left:-30px; height:1px; background:#cdcdcd;}
#index .section2 .tab_cont{margin-top:24px;}
#index .section2 .tab_cont > ul > li{display:none;}
#index .section2 .tab_cont > ul > li.on{display:block;}
#index .section2 .tab_cont .cont_wrap{text-align:left;}
#index .section2 .tab_cont .head_txt p{font-size:2rem; line-height:1.6; word-spacing:-1px; letter-spacing:-0.7px;}
#index .section2 .tab_cont .head_txt p b{font-weight:700;}
#index .section2 .tab_cont .head_txt p b.st1{font-size:2rem;}
#index .section2 .tab_cont .url_list{margin-top:23px;}
#index .section2 .tab_cont .url_list ul{width:calc(100% + 15px); margin-left:-15px;}
#index .section2 .tab_cont .url_list ul.list2{margin-top:-15px;}
#index .section2 .tab_cont .url_list ul.list2 > li{margin-top:10px;}
#index .section2 .tab_cont .url_list ul li{ float:left; margin-left:15px;}
#index .section2 .tab_cont .url_list ul li a{display:block; padding: 8px 14px; border-radius:27.5px; border:1px solid #a91054; font-size:1.8rem; font-weight:400; color:#a91054; text-align:center; background-color:#fff; box-sizing:border-box; line-height: 1; letter-spacing: -1px;}
#index .section2 .tab_cont .url_list .url_arr{width:9px; height:14px; margin-top:-4px; padding-left: 6px;}

#index .section3 .inner{padding:30px 0 44px; }
#index .section3 .tab_area{box-sizing:border-box;}
#index .section3 .tab_area .tab_wrap{width:100%; height:62px; border-radius:42.5px; padding:4.5px 0; box-sizing:border-box; background-color:#f6f6f6; position:relative;}
#index .section3 .tab_area .tab{float:left; width: 25%;}
#index .section3 .tab_area .tab a{display:block; padding: 7px 0; line-height:1.2; border-radius:38px; font-size:2rem; font-weight:500; text-align:center;}
#index .section3 .tab_area .tab.on a{color:#fff;}
#index .section3 .tab_area .tab2.on a{background-color:#a91054; box-shadow: 0px 0px 13px 0px rgba(169, 16, 84, 0.7);}
#index .section3 .tab_area .tab3.on a{background-color:#09a6b5; box-shadow: 0px 0px 13px 0px rgba(9, 166, 181, 0.7);}
#index .section3 .tab_area .tab4.on a{background-color:#204281; box-shadow: 0px 0px 13px 0px rgba(32, 66, 129, 0.7);}
#index .section3 .tab_area .tab1.on a{background-color:#e34949; box-shadow: 0px 0px 13px 0px rgba(227, 73, 73, 0.7);}
#index .section3 .tab_cont{margin-top:32px;}
#index .section3 .tab_cont > ul{position:relative;}
#index .section3 .tab_cont > ul > li{width:100%; position:absolute; top:0; left:0;}
#index .section3 .tab_cont > ul > li:first-child{position:static;}
#index .section3 .tab_cont > ul > li{opacity:0; visibility:hidden;}
#index .section3 .tab_cont > ul > li.on{opacity:1; visibility:visible;}
#index .section3 .tab_cont .cont_wrap{text-align:center; font-size:0;}
#index .section3 .tab_cont .tit_box h4{font-size:2.1rem; font-weight:400; color:#333; line-height:1.4; text-align:center; word-break: keep-all;}
#index .section3 .tab_cont .li2 .tit_box h4 span{color:#09a6b5;}
#index .section3 .tab_cont .tit_box strong{margin-top:14px; display:block; line-height:1; font-size:3.2rem; font-weight:700; color:#a91054; text-align:center;}
#index .section3 .tab_cont .li2 .tit_box strong{color:#a91054;}
#index .section3 .tab_cont .li3 .tit_box strong{color:#09a6b5;}
#index .section3 .tab_cont .li4 .tit_box strong{color:#204281;}
#index .section3 .tab_cont .li1 .tit_box strong{color:#e34949;}
#index .section3 .tab_cont .ipt_wrap { display: flex; justify-content: center; margin-top:24px;}
#index .section3 .tab_cont .ipt_wrap .ipt_box{height:42px; line-height:40px; margin-left:10px; box-sizing:border-box; font-size:2rem;}
#index .section3 .tab_cont .ipt_wrap .ipt_box:first-child{margin-left:0;}
#index .section3 .tab_cont .ipt_wrap .name_ipt{width:98px; border:1px solid #d9d9d9;}
#index .section3 .tab_cont .ipt_wrap .name_ipt input{font-size:2.2rem;}
#index .section3 .tab_cont .ipt_wrap .adress_ipt{width:135px; border:1px solid #d9d9d9; color:#ababab;}
#index .section3 .tab_cont .ipt_wrap .adress_ipt input{font-size:2.2rem; }
#index .section3 .tab_cont .ipt_wrap .submit_btn{border:1px solid #a91054; background:#a91054; color:#fff; font-weight:700;}
#index .section3 .tab_cont .li2 .ipt_wrap .submit_btn{background-color:#a91054; border:1px solid #a91054;}
#index .section3 .tab_cont .li3 .ipt_wrap .submit_btn{background-color:#09a6b5; border:1px solid #09a6b5;}
#index .section3 .tab_cont .li4 .ipt_wrap .submit_btn{background-color:#204281; border:1px solid #204281;}
#index .section3 .tab_cont .li1 .ipt_wrap .submit_btn{background-color:#e34949; border:1px solid #e34949;}
#index .section3 .tab_cont .ipt_wrap .submit_btn input{padding:0 12px; background:transparent; color:#fff; font-weight:700; font-size:2.2rem;}
#index .section3 .tab_cont .ipt_wrap .ipt_box input{display:block; width:100%; height:100%; outline:none; background:transparent; text-align:center; border: 0;}
#index .section3 .tab_cont .ipt_wrap .ipt_box input::placeholder{font-size:2.2rem; color:#ababab;}
#index .section3 .tab_cont .swiper_tit{margin-top:56px;}
#index .section3 .tab_cont .swiper_tit p{line-height:1; font-size:2.4rem; font-weight:500; color:#333; text-align:left; letter-spacing: -1.4px;}
#index .section3 .tab_cont .swiper_box{min-height: 385px; margin-top:26px; position:relative;}
#index .section3 .tab_cont .swiper-slide{border:1px solid #ddd; padding:26px 15px 45px; box-sizing:border-box; position:relative;}
#index .section3 .tab_cont .personal_inf{position:relative; display: flex; align-items: center; min-height: 58px;}
#index .section3 .tab_cont .personal_inf .img_box{width:48px; height:48px; border-radius:42.5px; background:gray; margin-right: 8px;}
#index .section3 .tab_cont .personal_inf .txt_box{ text-align:left; box-sizing:border-box;}
#index .section3 .tab_cont .personal_inf .txt_box strong{display:block; font-size:2.4rem; font-weight:700; line-height:1;}
#index .section3 .tab_cont .personal_inf .txt_box p{font-size:2rem; color:#333; margin-top:6px; line-height:1.2;}
#index .section3 .tab_cont .txt_inf{ min-height:70px; margin-top:14px; border-top:1px solid #ddd; padding-top:12px; box-sizing:border-box;}
#index .section3 .tab_cont .txt_inf p{min-height:90px; font-size:2rem; word-wrap:break-word; text-align:left; letter-spacing: -.5px;}
#index .section3 .tab_cont .go_more{display:block; font-size:2rem; font-weight:700; color:#333; position:absolute; bottom:12px; right:15px;}
#index .section3 .tab_cont .popup_wrap{display:none; width:100%; height:100vh; padding:169px 0 0; box-sizing:border-box; background:rgba(0, 0, 0, 0.5); position:fixed; top:0; left:0; z-index:495;}
#index .section3 .tab_cont .popup_wrap.on{display:block;}
#index .section3 .tab_cont .popup_wrap ul{width:280px; background:#fff; margin: 0 auto; border:1px solid #ddd; box-sizing:border-box;}
#index .section3 .tab_cont .popup_wrap ul li{display:none; padding:26px 15px 70px; box-sizing:border-box; position:relative;}
#index .section3 .tab_cont .popup_wrap ul li.on{display:block;}
#index .section3 .tab_cont .popup_wrap .go_close{display:block; font-size:2.4rem; font-weight:700; color:#333; position:absolute; bottom:12px; right:15px;}
#index .section3 .tab_cont .sec3_arr{display:block; width:36px; height:48px; margin-top:-24px; background-size:16px 28px; background-repeat:no-repeat; position:absolute; top:50%; z-index:15;}
#index .section3 .tab_cont .swiper-campaign2 .swiper-slide, #index .section3 .tab_cont .swiper-campaign3 .swiper-slide{padding:0;}
#index .section3 .tab_cont .swiper{overflow:visible;}
/*#index .section3 .tab_cont .swiper .swiper-slide{transition:all .2s ease; box-shadow: 0px 0px 10px 1.8px rgb(0 0 0 / 7%)}*/
#index .section3 .tab_cont .swiper .swiper-slide:hover{}
#index .section3 .tab_cont .campaign_img{height:247px; background-size:auto 275px; background-repeat:no-repeat; background-position:center;}
#index .section3 .tab_cont .campaign_txt{height:56px; line-height:56px; border-top:1px solid #ddd; text-align:center; box-sizing:border-box;}
#index .section3 .tab_cont .campaign_txt p{font-size:1.6rem; color:#333;}
#index .section3 .tab_cont .campaign_txt p b{padding-right: 5px; font-size:2.4rem; font-weight:700;}
#index .section3 .swiper-pagination {margin-top:40px; position:static; font-size:0;}
#index .section3 .swiper-pagination-bullet{width:8px; height:8px; background:#9d9d9d; opacity:1;}
#index .section3 .swiper-pagination-bullet-active{background:#a01749;}
#index .section3 .swiper-button-prev,
#index .section3 .swiper-button-next {background-color: #fff; border-radius: 50%; width: 50px; height: 50px; color: #0e0e0e; box-shadow: 3px 7px 10px rgba(34,34,34,0.2);}
#index .section3 .swiper-button-prev {left: -15px;}
#index .section3 .swiper-button-next {right: -15px;}
#index .section3 .swiper-button-prev:after,
#index .section3 .swiper-button-next:after {font-size: 22px;}
#index .section3 #movie-player-wrapper { position: relative; width: 100%; overflow: hidden;}
#index .section3 #thumbnail {position: relative;}
#index .section3 #thumbnail #thumb {height:21vh; object-fit: cover;}
#index .section3 #thumbnail #play-button {position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
#index .section3 #player {width:100%; height:50vw; }

#index .section5 .inner{padding:54px 0 40px;}
#index .section5 .tit_area h3{ padding-bottom:20px; font-size:2.4rem; font-weight:500; color:#0e0e0e; line-height:1; }
#index .section5 .swiper_area{margin-top:47px;}
#index .section5 .cont_area {text-align: center;}
#index .section5 .swiper{overflow:visible;}
#index .section5 .swiper img {width: 100%;}
#index .section5 .swiper .swiper_img_bottom {padding-top: 5px; text-align: left; font-weight: 500;}
#index .section5 .swiper .swiper_img_bottom span {color: #a01749;}
#index .section5 .swiper .swiper_img_bottom .refBox {margin-top: 3px; color: #9e9e9e; font-size: 14px; }
#index .section5 .swiper .swiper_img_bottom .refBox img {width: 17px;}
#index .section5 .swiper .swiper_img_bottom .viewCount {position: relative; margin-left: 2px; margin-right: 7px; padding-right: 13px; color: #9e9e9e;}
#index .section5 .swiper .swiper_img_bottom .viewCount:after {position: absolute; display: block; content: ''; background-color: #ccc; width: 1px; height: 12px; top: 5px; right: 0;}
#index .section5 .swiper .swiper_img_bottom .registerDate {color: #9e9e9e;}
#index .section5 .txt_box{margin-top:22px;}
#index .section5 .txt_box p{float:left; font-size:2.4rem; color:0e0e0e;}
#index .section5 .txt_box p.space{width:2px; height:28px; background:#0e0e0e; margin:7px 12px 0;}
#index .section5 .interview-pagination{position:static; font-size:0; text-align:center; margin-top: 15px;}
#index .section5 .swiper-pagination-bullet{background:#9d9d9d; opacity:1; width:8px; height:8px; margin:0 3.5px;}
#index .section5 .swiper-pagination-bullet-active{background:#a01749;}
#index .section5 .view_all_interview {display: inline-block; margin: 24px 0 0; padding: 10px 18px; background:#a01749; color: #fff;}
#index .section5 .url_area{font-size:0; text-align:center; margin-top:47px;}
#index .section5 .url_area a{display:inline-block; width:427px; height:74px; line-height:74px; font-size:3rem; font-weight:700; background:#a01749; color:#fff; text-align:center;}

#index hr.section-line {
    border: 0;
    height: 4px;
    background:#efefef;
    margin: 30px 0;
    padding: 0;
}