@charset "utf-8";


.modle_scrollbar::-webkit-scrollbar{ width: 4px; height: 4px; background: rgba(0 0 0/10%);}
.modle_scrollbar::-webkit-scrollbar-thumb{ border-radius: 10px; background: #2143b4;}
@media(max-width: 767px){
}


.modle_max{ padding-right: 50px !important; padding-left: 50px !important;}
.modle_min{ margin: 0 auto; max-width: 1280px; width: 100%;}
@media(max-width: 1700px){
    .modle_max{ padding-right: 30px !important; padding-left: 30px !important;}
}
@media(max-width: 767px){
    .modle_max{ padding-right: 1rem !important; padding-left: 1rem !important;}
}


.modle_mt0{ margin-top: 0 !important;}
.modle_mt50{ margin-top: 50px !important;}
@media(max-width: 767px){
    .modle_mt50{ margin-top: 2rem !important;}
}


.modle_br_m{ display: none;}
@media(max-width: 767px){
    .modle_br_m{ display: block;}
}


.modle_scroll_top{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: fixed; z-index: 200; right: 30px; bottom: 100px; width: 50px; height: 50px; border-radius: 50%; background: #2143b4; cursor: pointer; opacity: 0; transform: translate(100px,0); transition: all .3s;}
.modle_scroll_top svg{ width: 30px; height: 30px;}
.modle_scroll_top svg path{ color: #FFF;}
.modle_scroll_top.on{ opacity: 1; transform: translate(0,0);}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .modle_scroll_top{ right: 1rem; bottom: 4rem; width: 3rem; height: 3rem;}
    .modle_scroll_top svg{ width: 1.8rem; height: 1.8rem;}
}


.modle_guide{ background: #edf1f5;}
.modle_guide .modle_min{ display: flex; justify-content: space-between; align-items: center; height: 70px;}
.modle_guide .fl{ display: flex; align-items: center; grid-gap: 20px;}
.modle_guide .fl .home{ display: flex; align-items: center; grid-gap: 5px;}
.modle_guide .fl .home svg{ width: 24px; height: 24px; transform: translate(0,-1px); opacity: 1;}
.modle_guide .fl .home p{ font-size: 15px; color: rgba(0 0 0/100%);}
.modle_guide .fl .right{ opacity: 0.2;}
.modle_guide .fl .right svg{ width: 24px; height: 24px;}
.modle_guide .fl .btn{ position: relative;}
.modle_guide .fl .btn .head{ display: flex; align-items: center; grid-gap: 10px; height: 40px;}
.modle_guide .fl .btn .head p{ font-size: 15px; font-weight: 500; color: rgba(0 0 0/100%);}
.modle_guide .fl .btn .head svg{ width: 12px; height: 12px; transition: all .2s;}
.modle_guide .fl .btn .body{ overflow: hidden; position: absolute; z-index: 10; top: 35px; left: -20px; padding: 0; border-radius: 10px; height: 0; border: 1px solid rgba(0 0 0/10%); background: #FFF; box-shadow: 0 5px 20px 0 rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_guide .fl .btn .body a{ display: flex; align-items: center; position: relative; padding: 0 20px; height: 0; font-size: 15px; color: #666; white-space: nowrap; opacity: 0; transition: all .2s;}
.modle_guide .fl .btn .body a:hover{ background: #f9f9f9; color: #000;}
.modle_guide .fl .btn:hover .head svg{ transform: rotate(180deg);}
.modle_guide .fl .btn:hover .body{ top: 35px; padding: 15px 0; height: auto; opacity: 1;}
.modle_guide .fl .btn:hover .body a{ height: 35px; opacity: 1;}
.modle_guide .fl .btn .body a.on{ font-weight: 600; color: #2143b4;}
.modle_guide .fr{ display: flex; align-items: center; grid-gap: 10px;}
.modle_guide .fr a{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/5%); opacity: 1; cursor: pointer;}
.modle_guide .fr a svg{ width: 18px; height: 18px;}
@media(max-width: 767px){
    .modle_guide .modle_min{ height: 4rem;}
    .modle_guide .fl{ grid-gap: 0.6rem;}
    .modle_guide .fl .home{ display: flex; align-items: center; grid-gap: 5px;}
    .modle_guide .fl .home svg{ width: 1.2rem; height: 1.2rem;}
    .modle_guide .fl .home p{ font-size: 1rem;}
    .modle_guide .fl .right svg{ width: 1.2rem; height: 1.2rem;}
    .modle_guide .fl .btn .head{ grid-gap: 0.5rem; height: 3rem;}
    .modle_guide .fl .btn .head p{ font-size: 1rem;}
    .modle_guide .fl .btn .head svg{ width: 0.8rem; height: 0.8rem;}
    .modle_guide .fl .btn .body{ top: 2.6rem; left: -1.2rem; border-radius: 1rem;}
    .modle_guide .fl .btn .body a{ padding: 0 1.2rem; font-size: 1rem;}
    .modle_guide .fl .btn:hover .body{ top: 2.6rem; padding: 0.8rem 0;}
    .modle_guide .fl .btn:hover .body a{ height: 2rem;}
    .modle_guide .fr{ grid-gap: 0.5rem;}
    .modle_guide .fr a{ width: 2.4rem; height: 2.4rem;}
    .modle_guide .fr a svg{ width: 1rem; height: 1rem;}
}


.modle_btn{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; grid-gap: 10px; margin: 40px 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 50px; height: 50px; border-radius: 5px; border: 1px solid #ddd; font-size: 18px; font-weight: 600; color: #000; cursor: pointer;}
.modle_btn a p{ font-size: 18px; font-weight: 600; color: #000;}
.modle_btn a.save{ border-color: #e8ecf7; background: #e8ecf7; color: #2143b4;}
.modle_btn a.save p{ color: #2143b4;}
.modle_btn a.on{ border-color: #2143b4; background: #2143b4; color: #FFF;}
.modle_btn a.on p{ color: #FFF;}
@media(max-width: 767px){
    .modle_btn{ grid-gap: 0.4rem; margin: 2rem 0 0 0;}
    .modle_btn a{ padding: 0 2rem; height: 3.5rem; border-radius: 0.4rem; font-size: 1.2rem;}
    .modle_btn a p{ font-size: 1.2rem;}
}


.modle_sub_menu{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 10px; margin: 60px 0 0 0;}
.modle_sub_menu a{ display: flex; align-items: center; padding: 0 20px; height: 45px; border-radius: 5px; border: 1px solid rgba(0 0 0/10%); font-size: 16px; color: #666; cursor: pointer;}
.modle_sub_menu a:hover{ background: #f6f8fb;}
.modle_sub_menu a.on{ border-color: #2143b4; background: #2143b4; color: #FFF; font-weight: 600;}
@media(max-width: 767px){
    .modle_sub_menu{ grid-gap: 0.4rem; margin: 2.5rem 0 0 0;}
    .modle_sub_menu a{ padding: 0 1rem; height: 2.5rem; border-radius: 0.4rem; font-size: 1.1rem;}
}


.modle_option{ display: flex; justify-content: space-between; align-items: center; margin: 60px 0 0 0; padding: 30px 40px; background: #f6f8fb;}
.modle_option .fl{ display: flex; align-items: center;}
.modle_option .fr{ display: flex; align-items: center; grid-gap: 10px;}
.modle_option .tit{ display: flex; align-items: center; font-size: 20px; font-weight: 500; color: #000;}
.modle_option .tit b{ font-weight: 700; color: #2143b4;}
.modle_option .search{ display: flex; grid-gap: 5px; position: relative;}
.modle_option .search select{ display: flex; align-items: center; margin: 0; padding: 0 35px 0 15px; width: auto; height: 40px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); background:url(/images/modle_select_down.svg) no-repeat #FFF center right 15px/14px auto; font-size: 15px; font-weight: 400; color: #333; outline: none; -webkit-appearance: none;}
.modle_option .search select:focus{ border: 1px solid #2143b4;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 35px 0 15px; max-width: 300px; width: 100%; height: 40px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 15px; font-weight: 400; color: #333; outline: none; -webkit-appearance: none;}
.modle_option .search input:focus{ border: 1px solid #2143b4;}
.modle_option .search svg{ position: absolute; z-index: 10; top: 0; right: 0; padding: 10px; width: 40px; height: 40px; cursor: pointer;}
@media(max-width: 767px){
    .modle_option{ margin: 2.5rem 0 0 0; padding: 1rem;}
    .modle_option .fr{ grid-gap: 0.2rem;}
    .modle_option .tit{ font-size: 1.2rem;}
    .modle_option .search{ grid-gap: 0.2rem;}
    .modle_option .search select{ padding: 0 2.2rem 0 0.8rem; height: 2.5rem; border-radius: 2rem; background:url(/images/modle_select_down.svg) no-repeat #FFF center right 0.8rem/1rem auto; font-size: 1rem;}
    .modle_option .search input{ padding: 0 2.2rem 0 0.8rem; max-width: 10rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .modle_option .search svg{ padding: 0.6rem; width: 2.5rem; height: 2.5rem;}
}


.modle_info{ display: flex; justify-content: space-between; align-items: center; margin: 0 0 50px 0;}
.modle_info .fl{ font-size: 18px; color: #000;}
.modle_info .fl span{ margin: 0 2px 0 0; font-weight: 600; color: #2143b4;}
.modle_info .fr{ display: flex; align-items: center;}
.modle_info .fr .number{ display: flex; align-items: center;}
.modle_info .fr .number .tit{ margin: 0 16px 0 0; font-size: 16px; font-weight: 600; color: #000;}
.modle_info .fr .number select{ display: flex; align-items: center; margin: 0; padding: 0 25px 0 0; width: auto; height: 20px; border-radius: 0; border: 0; background:url(/images/modle_select_down.svg) no-repeat center right 0/18px auto; line-height: 20px; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_info .fr .sort{ display: flex; align-items: center; margin: 0 0 0 40px; padding: 0 0 0 40px; border-left: 1px solid #e5e5e5;}
.modle_info .fr .sort .tit{ font-size: 16px; font-weight: 600; color: #000;}
.modle_info .fr .sort .btn{ display: flex; align-items: center;}
.modle_info .fr .sort .btn a{ margin: 0 0 0 16px; font-size: 16px; color: #666; cursor: pointer;}
.modle_info .fr .sort .btn a.on{ font-weight: 600; color: #2143b4;}
@media(max-width: 767px){
    .modle_info{ margin: 0 0 2rem 0;}
    .modle_info .fl{ font-size: 1.2rem;}
    .modle_info .fl span{ margin: 0 0.2rem 0 0;}
    .modle_info .fr .number .tit{ margin: 0 1rem 0 0; font-size: 1rem;}
    .modle_info .fr .number select{ padding: 0 1.5rem 0 0; height: 1rem; background:url(/images/modle_select_down.svg) no-repeat center right 0; background-size: 1rem auto; line-height: 1rem; font-size: 1rem;}
    .modle_info .fr .sort{ margin: 0 0 0 1.5rem; padding: 0 0 0 1.5rem;}
    .modle_info .fr .sort .tit{ font-size: 1rem;}
    .modle_info .fr .sort .btn a{ margin: 0 0 0 1rem; font-size: 1rem;}
}



.modle_notice{ overflow: hidden;}
.modle_notice .head{ display: flex; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #2143b4;}
.modle_notice .head li{ display: flex; justify-content: center; align-items: center; height: 70px;}
.modle_notice .head li p{ font-size: 16px; font-weight: 600; color: #000;}
.modle_notice .body{}
.modle_notice .body li{}
.modle_notice .body li .row{ display: flex; flex-wrap: wrap; align-items: center; position: relative; padding: 30px 0; border-bottom: 1px solid #e5e5e5; transition: all .3s;}
.modle_notice .body li .row .number{ width: 10%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .number.top{ font-weight: 600; color: #F00;}
.modle_notice .body li .row .tit{ width: 60%; display: flex; align-items: center; padding: 0 15px;}
.modle_notice .body li .row .tit a{ max-width: 90%; line-height: 25px; font-size: 17px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_notice .body li .row .tit span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-1px); padding: 0 6px; border-radius: 20px; border: 1px solid #F00; background: #F00; line-height: 20px; font-size: 12px; font-weight: 500; color: #FFF;}
.modle_notice .body li .row .tit i{ margin: 0 0 0 10px; transform: translate(0,-1px); font-size: 24px; color: #000; cursor: pointer;}
.modle_notice .body li .row .user{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .date{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .click{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .answer{ width: 15%; display: flex; justify-content: center; align-items: center;}
.modle_notice .body li .row .answer p{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; color: #666; white-space: nowrap;}
.modle_notice .body li .row .answer.on p{ border: 1px solid #2143b4; background: #2143b4; box-shadow: 0 5px 20px 0 rgba(13 112 213/30%); color: #FFF;}
.modle_notice .body li .row:hover{ background: #f6f8fb;}
@media(max-width: 767px){
    .modle_notice{ border-top: 2px solid #2143b4;}
    .modle_notice .head{ display: none;}
    .modle_notice .body li .row{ grid-gap: 0.6rem 1rem; padding: 1.5rem 1rem;}
    .modle_notice .body li .row .number{ flex: 0 0 3rem; justify-content: flex-start; font-size: 1.1rem;}
    .modle_notice .body li .row .tit{ padding: 0; width: 100%;}
    .modle_notice .body li .row .tit a{ font-size: 1.2rem;}
    .modle_notice .body li .row .tit i{ font-size: 1.4rem;}
    .modle_notice .body li .row .user{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .date{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .click{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .answer{ width: auto;}
    .modle_notice .body li .row .answer p{ padding: 0 1rem; height: 2rem; font-size: 1rem;}
}



.modle_faq{ border-top: 2px solid #2143b4;}
.modle_faq .wrap{ position: relative; padding: 30px 40px; border-bottom: 1px solid rgba(0 0 0/10%); cursor: pointer; transition: all .2s;}
.modle_faq .wrap:before{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 1px; background: rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_faq .wrap:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_faq .wrap .q{ display: flex; grid-gap: 20px; position: relative;}
.modle_faq .wrap .q span{ flex: 0 0 30px; display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; background: #000; font-size: 15px; font-weight: 700; color: #FFF;}
.modle_faq .wrap .q .tit{ margin-right: 50px; padding-top: 2px; line-height: 1.4; font-size: 17px; font-weight: 600; color: #000;}
.modle_faq .wrap .q svg{ position: absolute; top: calc(50% - 10px); right: 0; width: 16px; height: 16px; transition: all .2s;}
.modle_faq .wrap .q svg path{ fill: #ccc; transition: all .2s;}
.modle_faq .wrap .a{ display: none; grid-gap: 20px; position: relative; margin-top: 20px; padding: 0 50px;}
.modle_faq .wrap .a span{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 30px; height: 30px; border-radius: 50%; background: #2143b4; font-size: 15px; font-weight: 700; color: #FFF;}
.modle_faq .wrap .a .txt{ padding-top: 8px; line-height: 1.4; font-size: 17px; color: #333;}
.modle_faq .wrap .a .txt b{ color: #2143b4;}
.modle_faq .wrap:hover{ box-shadow: 0 5px 15px 0 rgba(0 0 0/5%);}
.modle_faq .wrap:hover:before{ opacity: 1;}
.modle_faq .wrap:hover:after{ opacity: 1;}
.modle_faq .wrap.on .q svg{ transform: rotate(180deg);}
.modle_faq .wrap.on .q svg path{ fill: #000;}
.modle_faq .wrap.on .a{}
@media(max-width: 767px){
    .modle_faq{ grid-gap: 1rem;}
    .modle_faq .wrap{ padding: 1.2rem 1.2rem;}
    .modle_faq .wrap .q{ grid-gap: 1rem;}
    .modle_faq .wrap .q span{ flex: 0 0 2rem; width: 2rem; height: 2rem; font-size: 1rem;}
    .modle_faq .wrap .q .tit{ padding-top: 0.2rem; font-size: 1.2rem;}
    .modle_faq .wrap .q svg{ top: calc(50% - 0.5rem); width: 1rem; height: 1rem;}
    .modle_faq .wrap .a{ grid-gap: 1rem; margin-top: 1rem; padding: 0 3rem;}
    .modle_faq .wrap .a span{ flex: 0 0 2rem; width: 2rem; height: 2rem; font-size: 1rem;}
    .modle_faq .wrap .a .txt{ padding-top: 0.3rem; font-size: 1.1rem;}
}



.modle_report{ margin: 50px 0 0 0; display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
.modle_report a{ display: block; border-radius: 25px; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.modle_report a .img{ border-radius: 25px 25px 0 0;}
.modle_report a .img:after{ content: ""; display: block; padding-top: 60%;}
.modle_report a .info{ padding: 30px 40px 40px 40px; border-radius: 0 0 25px 25px; border: 1px solid #e5e5e5; border-top: 0;}
.modle_report a .info .tit{ font-size: 20px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_report a .info .date{ margin: 15px 0 0 0; font-size: 16px; color: #666;}
@media(max-width: 1024px){
    .modle_report{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 767px){
    .modle_report{ margin: 2rem 0 0 0; grid-gap: 1rem;}
    .modle_report a{ border-radius: 1rem;}
    .modle_report a .img{ border-radius: 1rem 1rem 0 0;}
    .modle_report a .info{ padding: 1.5rem 1.5rem 1.5rem 1.5rem; border-radius: 0 0 1rem 1rem;}
    .modle_report a .info .tit{ font-size: 1.2rem;}
    .modle_report a .info .date{ margin: 0.6rem 0 0 0; font-size: 1rem;}
}


.modle_photo{ margin: 50px 0 0 0; display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 30px;}
.modle_photo a{ display: block;}
.modle_photo a .img{ border-radius: 25px;}
.modle_photo a .img:after{ content: ""; display: block; padding-top: 100%;}
.modle_photo a .info{ padding: 20px 10px 0 10px;}
.modle_photo a .info .tit{ font-size: 20px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_photo a .info .date{ margin: 10px 0 0 0; font-size: 16px; color: #666;}
@media(max-width: 1024px){
    .modle_photo{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 767px){
    .modle_photo{ margin: 2rem 0 0 0; grid-template-columns: repeat(2,1fr); grid-gap: 1rem;}
    .modle_photo a .img{ border-radius: 1rem;}
    .modle_photo a .info{ padding: 1rem 1rem 0 1rem;}
    .modle_photo a .info .tit{ font-size: 1.2rem;}
    .modle_photo a .info .date{ margin: 0.4rem 0 0 0; font-size: 1rem;}
}


.modle_sns{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
.modle_sns a{ overflow: hidden;}
.modle_sns a .img{ overflow: hidden; position: relative; border-radius: 25px 25px 0 0;}
.modle_sns a .img:after{ content: ""; display: block; padding-top: 65%; background: rgba(0 0 0/40%);}
.modle_sns a .info{ padding: 0 30px 40px 30px; border-radius: 0 0 25px 25px; border: 1px solid #e5e5e5;}
.modle_sns a .info .sns{ display: block; position: relative; z-index: 10; margin: -20px auto 0 auto; height: 40px;}
.modle_sns a .tit{ margin-top: 30px; text-align: center; font-size: 22px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
@media(max-width: 1024px){
    .modle_sns{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 767px){
    .modle_sns{ grid-gap: 1rem;}
    .modle_sns a .img{ border-radius: 1rem 1rem 0 0;}
    .modle_sns a .info{ padding: 0 1rem 1.5rem 1rem; border-radius: 0 0 1rem 1rem;}
    .modle_sns a .info .sns{ margin: -1.5rem auto 0 auto; height: 3rem;}
    .modle_sns a .tit{ margin-top: 1rem; font-size: 1.2rem;}
}


.modle_view{ margin-top: 60px;}
.modle_view .head{ border-top: 2px solid #000;}
.modle_view .head .tit{ padding: 30px 40px; line-height: 1.4; font-size: 24px; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 30px 40px; background: #f6f8fb;}
.modle_view .head ul li{ display: flex; align-items: center; grid-gap: 10px;}
.modle_view .head ul li p{ display: block; font-size: 16px; color: #666;}
.modle_view .head ul li font{ display: block; font-size: 16px; font-weight: 500; color: #000;}
.modle_view .head ul li .file{ display: flex; justify-content: center; align-items: center; padding: 0 15px; height: 40px; border-radius: 20px; border: 1px solid #e5e5e5; cursor: pointer;}
.modle_view .head ul li .file p{ margin: 0; padding: 0; border: 0; font-size: 14px; color: #000;}
.modle_view .head ul li .file i{ margin: 0 0 0 10px; font-size: 16px; color:#000;}
.modle_view .head ul li .file:hover{ background: #f6f8fb;}
.modle_view .head ul li .answer{ display: flex; justify-content: center; align-items: center; padding: 0 25px; height: 50px; border-radius: 30px; border: 1px solid #666; font-size: 16px; color: #000; cursor: pointer;}
.modle_view .head ul li .answer.on{ border: 1px solid #000; background: #000; color: #FFF; font-weight: 600;}
.modle_view .body{ padding: 60px 40px;}
.modle_view .body *{ line-height: 1.8; font-size: 18px; font-weight: 400; color: #000;}
.modle_view .body img{ display: block; margin: 0 0 40px 0; max-width:100%;}
.modle_view .body .video{ position: relative;}
.modle_view .body .video:after{ content: ""; display: block; padding-top: 56.25%;}
.modle_view .body .video iframe{ display: block; position: absolute; z-index: 10; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important;}

.modle_view .body .qna{ border-radius: 8px;}
.modle_view .body .qna .head{ display: flex; align-items: center; margin: 0 0 40px 0; font-size: 19px; font-weight: 700; color: #000;}
.modle_view .body .qna .head span{ display: flex; justify-content: center; align-items: center; margin: 0 12px 0 0; width: 40px; height: 40px; border-radius: 50%; background: #000; color: #FFF;}
.modle_view .body .qna .q{}
.modle_view .body .qna .a{ margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #000;}
.modle_view .body .qna .a .head span{ background: #000;}

.modle_view .page{ display: grid; grid-gap: 10px;}
.modle_view .page li{ display: flex; align-content: center; position: relative; padding: 30px 30px 30px 100px; border-radius: 5px; border: 1px solid #e5e5e5;}
.modle_view .page li p{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; width: 100px; font-size: 16px; color: rgba(0 0 0/60%);}
.modle_view .page li .tit{ display: flex; align-content: center; width: 100%;}
.modle_view .page li .tit a{ max-width: 90%; line-height: 1.4; font-size: 18px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_view .page li .tit a span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-1px); padding: 0 10px; border-radius: 20px; background: #F00; line-height: 24px; font-size: 13px; color: #FFF;}
.modle_view .page li:hover{ background: #f6f8fb;}
@media(max-width: 767px){
    .modle_view{ margin-top: 2.5rem;}
    .modle_view .head .tit{ padding: 1.4rem 1rem; font-size: 1.4rem;}
    .modle_view .head ul{ grid-gap: 1rem 1.5rem; padding: 1.4rem 1rem;}
    .modle_view .head ul li{ grid-gap: 0.6rem;}
    .modle_view .head ul li p{ font-size: 1rem;}
    .modle_view .head ul li font{ font-size: 1rem;}
    .modle_view .head ul li .file{ padding: 0 1.2rem; height: 2.2rem; border-radius: 2rem;}
    .modle_view .head ul li .file p{ font-size: 1rem;}
    .modle_view .head ul li .file i{ margin: 0 0 0 0.4rem; font-size: 1rem;}
    .modle_view .head ul li .answer{ padding: 0 25px; height: 50px; border-radius: 30px; border: 1px solid #666; font-size: 16px; color: #000; cursor: pointer;}
    .modle_view .head ul li .answer.on{ border: 1px solid #000; background: #000; color: #FFF; font-weight: 600;}
    .modle_view .body{ padding: 2rem 0;}
    .modle_view .body *{ font-size: 1.2rem;}
    .modle_view .body iframe{ margin: 0 0 1.5rem 0; height: 12rem !important;}
    .modle_view .body img{ margin: 0 0 1.5rem 0;}

    .modle_view .body .qna{ border-radius: 8px;}
    .modle_view .body .qna .head{ display: flex; align-items: center; margin: 0 0 40px 0; font-size: 19px; font-weight: 700; color: #000;}
    .modle_view .body .qna .head span{ display: flex; justify-content: center; align-items: center; margin: 0 12px 0 0; width: 40px; height: 40px; border-radius: 50%; background: #000; color: #FFF;}
    .modle_view .body .qna .q{}
    .modle_view .body .qna .a{ margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #000;}
    .modle_view .body .qna .a .head span{ background: #000;}

    .modle_view .page{ grid-gap: 0.5rem;}
    .modle_view .page li{ padding: 1.2rem 1rem 1.2rem 6rem; border-radius: 0.4rem;}
    .modle_view .page li p{ width: 6rem; font-size: 1.1rem;}
    .modle_view .page li .tit a{ font-size: 1.1rem;}
    .modle_view .page li .tit a span{ margin: 0 0.6rem 0 0; transform: translate(0,0); padding: 0 0.6rem; border-radius: 1rem; line-height: 1.6rem; font-size: 0.9rem;}
}


.modle_write{ padding: 60px 0 0 0; width: 100%;}
.modle_write .modle_write_head{ display: flex; justify-content: space-between; align-items: flex-end; padding: 0 0 20px 0;}
.modle_write .modle_write_head p{ font-size: 24px; font-weight: 600; color: #2143b4;}
.modle_write .modle_write_head span{ font-size: 14px; color: #F00;}
.modle_write .list{ display: flex; flex-wrap: wrap; border-top: 2px solid #2143b4;}
.modle_write .list .wrap{ position: relative; padding: 20px 20px 20px 200px; width: 100%; border-bottom: 1px solid #e9e9e9;}
.modle_write .list .wrap .tit{ display: flex; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; padding: 0 20px; width: 200px;}
.modle_write .list .wrap .tit p{ line-height: 1.2; font-size: 17px; font-weight: 600; color: #000;}
.modle_write .list .wrap .tit p span{ padding-left: 5px; color: #F00;}
.modle_write .list .wrap .txt{ margin: 15px 0 0 0; line-height: 1.2; font-size: 14px; color: #666;}
.modle_write .list .wrap .txt span{ color: #F00;}
.modle_write .list .wrap .data{ display: flex; align-items: center; min-height: 50px; font-size: 17px; font-weight: 600; color: #000;}
.modle_write .list .wrap .box{ display: grid; grid-gap: 10px;}

.modle_write .in{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 10px; border: 1px solid rgba(0 0 0/5%); background: #f6f8fb; font-size: 17px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write .in:focus{ border: 1px solid #2143b4;}
.modle_write .in:read-only{ border: 0; background: #f0f0f0; color: #000; font-weight: 600;}
.modle_write select{ display: flex; align-items: center; margin: 0; padding: 0 40px 0 20px; width: 100%; height: 50px; border-radius: 10px; border: 1px solid rgba(0 0 0/5%); background: url(/images/modle_select_down.svg) no-repeat center right 15px #f6f8fb; background-size: 14px auto; font-size: 17px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write select:focus{ border: 1px solid #2143b4;}
.modle_write textarea{ display: block; margin: 0; padding: 15px; width: 100%; height: 220px; resize: none; border-radius: 10px; border: 1px solid rgba(0 0 0/5%); background: #f6f8fb; line-height: 1.4; font-size: 17px; color: #000; outline: none; -webkit-appearance: none;}
.modle_write textarea:focus{ border: 1px solid #2143b4;}

.modle_write .check_id{ display: flex; grid-gap: 10px; max-width: 320px;}
.modle_write .check_id .btn{ display: flex; justify-content: center; align-items: center; width: 140px; border-radius: 10px; background: #e8ecf7; font-size: 17px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.modle_write .check_id .btn:hover{ background: #2143b4; color: #FFF;}

.modle_write .address{ display: grid; grid-gap: 10px;}
.modle_write .address .a_wrap{ display: flex; grid-gap: 10px;}
.modle_write .address .a_wrap:nth-child(1){ max-width: 320px;}
.modle_write .address .a_wrap .btn{ display: flex; justify-content: center; align-items: center; width: 140px; border-radius: 10px; background: #e8ecf7; font-size: 17px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.modle_write .address .a_wrap .btn:hover{ background: #2143b4; color: #FFF;}

.modle_write .check{ display: flex !important; flex-wrap: wrap; grid-gap: 10px 20px !important; min-height: 50px;}
.modle_write .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_write .check label .icon{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 5px; border: 1px solid #DDD; background: #f6f8fb;}
.modle_write .check label .icon svg{ width: 14px; height: 14px;}
.modle_write .check label p{ font-size: 15px; color: #666;}
.modle_write .check label p span{ font-weight: 600; color: #2143b4; cursor: pointer;}
.modle_write .check label.on .icon{ border-color: #2143b4; background: #2143b4;}
.modle_write .check label.on .icon svg path{ color: #FFF;}

.modle_write .radio{ display: flex !important; flex-wrap: wrap; grid-gap: 10px 20px !important; min-height: 50px;}
.modle_write .radio label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_write .radio label .icon{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #DDD; background: #f6f8fb;}
.modle_write .radio label .icon svg{ width: 14px; height: 14px;}
.modle_write .radio label p{ font-size: 15px; color: #666;}
.modle_write .radio label p span{ font-weight: 600; color: #2143b4; cursor: pointer;}
.modle_write .radio label.on .icon{ border-color: #2143b4; background: #2143b4;}
.modle_write .radio label.on .icon svg path{ color: #FFF;}

.modle_write .landline{ display: flex; align-items: center; grid-gap: 10px;}
.modle_write .landline .fl{ display: flex; grid-gap: 10px; max-width: 320px;}
.modle_write .landline .fl select{ flex: 0 0 100px;}
.modle_write .landline .fl input{ width: 50%;}

.modle_write .tel{ display: flex; grid-gap: 10px; max-width: 320px;}
.modle_write .tel select{ flex: 0 0 100px;}
.modle_write .tel input{ width: 50%;}
.modle_write .tel_textarea{ margin-top: 10px; padding: 20px; border-radius: 10px; background: #f5f5f5; line-height: 1.4; font-size: 15px; color: #666;}

.modle_write .tel_sms{ display: grid; grid-gap: 10px; max-width: 320px;}
.modle_write .tel_sms .ft{ display: flex; grid-gap: 10px;}
.modle_write .tel_sms .ft select{ flex: 0 0 100px;}
.modle_write .tel_sms .ft input{ width: 50%;}
.modle_write .tel_sms .btn{ display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 10px; background: #e8ecf7; font-size: 17px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.modle_write .tel_sms .btn:hover{ background: #2143b4; color: #FFF;}

.modle_write .tel_sms_again{ display: grid; grid-gap: 10px; max-width: 320px;}
.modle_write .tel_sms_again .ft{ display: flex; grid-gap: 10px;}
.modle_write .tel_sms_again .ft .time{ flex: 0 0 50px; display: flex; justify-content: center; align-items: center; border-radius: 10px; border: 1px solid #ddd; font-size: 17px; font-weight: 500; color: #000;}
.modle_write .tel_sms_again .btn{ display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 10px; background: #e8ecf7; font-size: 17px; color: #2143b4; cursor: pointer; transition: all .2s;}
.modle_write .tel_sms_again .btn:hover{ background: #2143b4; color: #FFF;}

.modle_write .mail{ display: grid; grid-gap: 10px;}
.modle_write .mail .ft{ display: flex; align-items: center;}
.modle_write .mail .ft input{ width: 50%;}
.modle_write .mail .ft p{ padding: 0 10px; font-size: 17px; color: #666;}

.modle_write .company{ display: flex; grid-gap: 10px;}

.modle_write .company_number{ display: flex; grid-gap: 10px;}
.modle_write .company_number .btn{ display: flex; justify-content: center; align-items: center; padding: 0 15px; border-radius: 10px; background: #e8ecf7; font-size: 17px; font-weight: 500; color: #2143b4; white-space: nowrap; cursor: pointer; transition: all .2s;}
.modle_write .company_number .btn:hover{ background: #2143b4; color: #FFF;}

.modle_write .company_name{ display: grid; grid-gap: 10px; max-width: 320px;}
.modle_write .company_name .row{ display: flex; grid-gap: 10px;}
.modle_write .company_name .row .plus{ flex: 0 0 50px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 10px; background: #e8ecf7; cursor: pointer; transition: all .2s;}
.modle_write .company_name .row .plus svg{ width: 24px; height: 24px;}
.modle_write .company_name .row .plus svg path{ color: #2143b4; transition: all .2s;}
.modle_write .company_name .row .plus:hover{ background: #2143b4;}
.modle_write .company_name .row .plus:hover svg path{ color: #FFF;}
.modle_write .company_name .row .delete{ flex: 0 0 50px; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 10px; background: #ffdada; cursor: pointer; transition: all .2s;}
.modle_write .company_name .row .delete svg{ width: 24px; height: 24px;}
.modle_write .company_name .row .delete svg path{ color: #F00; transition: all .2s;}
.modle_write .company_name .row .delete:hover{ background: #F00;}
.modle_write .company_name .row .delete:hover svg path{ color: #FFF;}
@media(max-width: 1150px){
    .modle_write .list .wrap{ width: 100% !important;}
}
@media(max-width: 767px){
    .modle_write{ padding: 3rem 0 0 0;}
    .modle_write .modle_write_head{ padding: 0 0 1.2rem 0;}
    .modle_write .modle_write_head p{ font-size: 1.4rem;}
    .modle_write .modle_write_head span{ font-size: 1rem;}
    .modle_write .list .wrap{ margin: 0 -1rem; padding: 1.2rem 1rem; width: calc(100% + 2rem) !important;}
    .modle_write .list .wrap .tit{ position: initial; padding: 0 0 0.8rem 0; width: auto; background: none;}
    .modle_write .list .wrap .tit p{ font-size: 1.1rem;}
    .modle_write .list .wrap .tit p br{ display: none;}
    .modle_write .list .wrap .txt{ margin: 1rem 0 0 0; font-size: 1rem;}
    .modle_write .list .wrap .data{ min-height: auto; font-size: 1.2rem;}
    .modle_write .list .wrap .box{ grid-gap: 0.5rem;}

    .modle_write .in{ padding: 0 1rem; max-width: 100% !important; height: 3.5rem; border-radius: 1rem; font-size: 1.2rem;}
    .modle_write .in:focus{ border: 1px solid #2143b4;}
    .modle_write .in:read-only{ border: 0; background: #f0f0f0; color: #000; font-weight: 600;}
    .modle_write select{ padding: 0 2rem 0 1rem; height: 3.5rem; border-radius: 1rem; background:url(/images/modle_select_down.svg) no-repeat center right 1rem #f6f8fb; background-size: 1rem auto; font-size: 1.2rem;}
    .modle_write textarea{ padding: 1rem; height: 10rem; border-radius: 1rem; font-size: 1.2rem;}

    .modle_write .check_id{ grid-gap: 0.5rem; max-width: 100%;}
    .modle_write .check_id .btn{ width: 8rem; border-radius: 1rem; font-size: 1.1rem;}

    .modle_write .address{ grid-gap: 0.5rem;}
    .modle_write .address .a_wrap{ grid-gap: 0.5rem;}
    .modle_write .address .a_wrap:nth-child(1){ max-width: 100%;}
    .modle_write .address .a_wrap .btn{ width: 8rem; border-radius: 1rem; font-size: 1.1rem;}

    .modle_write .check{ grid-gap: 0.8rem 1.6rem !important; min-height: auto;}
    .modle_write .check label{ grid-gap: 0.5rem;}
    .modle_write .check label .icon{ width: 1.6rem; height: 1.6rem; border-radius: 0.5rem;}
    .modle_write .check label .icon svg{ width: 1rem; height: 1rem;}
    .modle_write .check label p{ font-size: 1.1rem;}

    .modle_write .radio{ grid-gap: 0.8rem 1.6rem !important; min-height: auto;}
    .modle_write .radio label{ grid-gap: 0.5rem;}
    .modle_write .radio label .icon{ width: 1.6rem; height: 1.6rem;}
    .modle_write .radio label .icon svg{ width: 1rem; height: 1rem;}
    .modle_write .radio label p{ font-size: 1.1rem;}

    .modle_write .landline{ display: grid; grid-gap: 0.5rem;}
    .modle_write .landline .fl{ grid-gap: 0.5rem; max-width: 100%;}
    .modle_write .landline .fl select{ flex: 0 0 7rem;}
    .modle_write .landline .check{ min-height: auto;}

    .modle_write .tel{ grid-gap: 0.5rem; max-width: 100%;}
    .modle_write .tel select{ flex: 0 0 7rem;}
    .modle_write .tel_textarea{ margin-top: 0.5rem; padding: 1rem; border-radius: 1rem; font-size: 1rem;}

    .modle_write .tel_sms{ grid-gap: 0.5rem; max-width: 100%;}
    .modle_write .tel_sms .ft{ grid-gap: 0.5rem;}
    .modle_write .tel_sms .ft select{ flex: 0 0 7rem;}
    .modle_write .tel_sms .btn{ height: 3.5rem; border-radius: 1rem; font-size: 1.1rem;}

    .modle_write .tel_sms_again{ grid-gap: 0.5rem; max-width: 100%;}
    .modle_write .tel_sms_again .ft{ grid-gap: 0.5rem;}
    .modle_write .tel_sms_again .ft .time{ flex: 0 0 3.5rem; border-radius: 1rem; font-size: 1.12rem;}
    .modle_write .tel_sms_again .btn{ height: 3.5rem; border-radius: 1rem; font-size: 1.1rem;}

    .modle_write .mail{ grid-gap: 0.5rem;}
    .modle_write .mail .ft p{ padding: 0 0.5rem; font-size: 1.2rem;}

    .modle_write .company{ grid-gap: 0.5rem;}

    .modle_write .company_number{ grid-gap: 0.5rem; max-width: 100%;}
    .modle_write .company_number .btn{ padding: 0 1rem; border-radius: 1rem; font-size: 1.1rem;}

    .modle_write .company_name{ grid-gap: 0.5rem; max-width: 100%;}
    .modle_write .company_name .row{ grid-gap: 0.5rem;}
    .modle_write .company_name .row .plus{ flex: 0 0 3.5rem; width: 3.5rem; height: 3.5rem; border-radius: 1rem;}
    .modle_write .company_name .row .plus svg{ width: 1.6rem; height: 1.6rem;}
    .modle_write .company_name .row .delete{ flex: 0 0 3.5rem; width: 3.5rem; height: 3.5rem; border-radius: 1rem;}
    .modle_write .company_name .row .delete svg{ width: 1.6rem; height: 1.6rem;}
}


.modle_page{ display: flex; justify-content: center; align-items: center; margin: 40px 0 0 0;}
.modle_page .btn{ display: flex; align-items: center; grid-gap: 5px; padding: 0 15px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_page .btn svg{ width: 24px; height: 24px;}
.modle_page .btn:hover{ background: #edf1f5;}
.modle_page .page{ display: flex; align-items: center;}
.modle_page .page > * { margin: 0 2px;}
.modle_page .page span{ font-size: 14px; color: #999;}
.modle_page .page p{ display: flex; justify-content: center; align-items: center; padding: 0 12px; min-width: 40px; height: 40px; border-radius: 50%; font-size: 14px; color: #000; cursor: pointer;}
.modle_page .page p:hover{ background: #edf1f5;}
.modle_page .page p.on{ border: 1px solid #2143b4; background: #2143b4 !important; color: #FFF;}
@media(max-width: 767px){
    .modle_page{ margin: 2rem 0 0 0;}
    .modle_page .btn{ padding: 0 0.4rem; height: 2.4rem;}
    .modle_page .btn i{ padding: 0;}
    .modle_page .btn p{ font-size: 1rem;}
    .modle_page .btn:hover{ background: #FFF;}
    .modle_page .page > * { margin: 0;}
    .modle_page .page span{ font-size: 1rem;}
    .modle_page .page p{ padding: 0 0.4rem; min-width: 2.4rem; height: 2.4rem; font-size: 1rem;}
    .modle_page .page p:hover{ background: #FFF;}
}


.modle_table{ overflow: auto;}
.modle_table .scroll{}
.modle_table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_table table thead{ width: 100%;}
.modle_table table thead tr{}
.modle_table table thead tr th{ padding: 20px 5px; border-bottom: 1px solid #ddd; background: #f6f8fb; text-align: center; font-size: 16px; font-weight: 600; color: #000;}
.modle_table table thead tr th .tit{ padding: 10px 0; text-align: center; line-height: 1.2; font-size: 24px; font-weight: 600; color: #000;}
.modle_table table tbody{ width: 100%;}
.modle_table table tbody tr{}
.modle_table table tbody tr:hover{ background: #fafafa;}
.modle_table table tbody tr td{ padding: 25px 5px; border-bottom: 1px solid #e5e5e5; text-align: center; line-height: 1.2;}
.modle_table table tbody tr td p{ font-size: 15px; color: #333;}
.modle_table table tbody tr td .btn_detail{ padding: 8px 10px; height: 35px; border-radius: 5px; border: 1px solid #ddd; background: #FFF; font-size: 14px; font-weight: 500; color: #000; cursor: pointer;}
.modle_table table tbody tr td .btn_evaluation{ padding: 8px 10px; height: 35px; border-radius: 5px; border: 1px solid #2143b4; background: #edf1f5; font-size: 14px; font-weight: 500; color: #2143b4; cursor: pointer;}
.modle_table table tbody tr td .btn_evaluation.on{ background: #2143b4; color: #FFF;}
.modle_table table tbody tr td input{ margin: 0; padding: 0 10px; width: 180px; height: 34px; border-radius: 5px; border: 1px solid #DDD; background: #FFF; font-size: 14px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
@media(max-width: 767px){
    .modle_table table{ min-width: 1000px;}
    .modle_table table thead tr th{ padding: 1rem 0.5rem; font-size: 1.1rem;}
    .modle_table table thead tr th .tit{ padding: 1rem 0; font-size: 1.4rem;}
    .modle_table table tbody tr td{ padding: 1.2rem 0.5rem;}
    .modle_table table tbody tr td p{ font-size: 1.1rem;}
    .modle_table table tbody tr td .btn_detail{ padding: 0.4rem 0.8rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .modle_table table tbody tr td .btn_evaluation{ padding: 0.4rem 0.8rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .modle_table table tbody tr td input{ padding: 0 0.8rem; width: 10rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
}





.modle_popup_notice{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 100%; right: 0; left: 0; bottom: -100%; padding: 0 100px;}
.modle_popup_notice .inner{ overflow: hidden; position: relative; z-index: 20; padding: 30px; width: 400px; border-radius: 10px; background: #FFF; opacity: 0; transform: scale(0); transition: all .5s;}
.modle_popup_notice .inner .btn_close{ display: flex; align-items: center; position: absolute; top: 20px; right: 20px; cursor: pointer;}
.modle_popup_notice .inner .btn_close svg{ width: 16px; height: 16px;}
.modle_popup_notice .inner .btn_close svg path{ fill: #000; transition: all .2s;}
.modle_popup_notice .inner .btn_close:hover svg path{ fill: #2143b4;}
.modle_popup_notice .inner .tit{ margin: 0 30px; text-align: center; line-height: 1.2; font-size: 24px; font-weight: 600; color: #000;}
.modle_popup_notice .inner .txt{ margin-top: 20px; text-align: center; line-height: 1.4; font-size: 16px; color: #333; white-space:pre-wrap;}
.modle_popup_notice .inner .modle_btn{ margin-top: 30px;}
.modle_popup_notice .inner .modle_btn a{ padding: 0 30px; height: 40px;}
.modle_popup_notice .inner .modle_btn a p{ font-size: 16px;}
.modle_popup_notice .bg{ position: fixed; top: 100%; right: 0; bottom: -100%; left: 0; background: rgba(0 0 0/70%); backdrop-filter: blur(5px); opacity: 0; transition: opacity 1s;}
.modle_popup_notice.on{ top: 0; bottom: 0;}
.modle_popup_notice.on .inner{ opacity: 1; transform: scale(1);}
.modle_popup_notice.on .bg{ top: 0; bottom: 0; opacity: 1;}
@media(max-width: 767px){
    .modle_popup_notice{ padding: 0 3rem;}
    .modle_popup_notice .inner{ padding: 2rem; width: 100%; border-radius: 0.4rem;}
    .modle_popup_notice .inner .btn_close{ top: 1rem; right: 1rem;}
    .modle_popup_notice .inner .btn_close svg{ width: 1.2rem; height: 1.2rem;}
    .modle_popup_notice .inner .tit{ margin: 0 1.5rem; font-size: 1.6rem;}
    .modle_popup_notice .inner .txt{ margin-top: 1rem; font-size: 1.2rem;}
    .modle_popup_notice .inner .modle_btn{ margin-top: 2rem;}
    .modle_popup_notice .inner .modle_btn a{ padding: 0 3rem; height: 3rem;}
    .modle_popup_notice .inner .modle_btn a p{ font-size: 1.1rem;}
}


.modle_popup_main{ display: none; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 0; right: 0; left: 0; bottom: 0; padding: 0 100px;}
.modle_popup_main .inner{ overflow: hidden; position: relative; z-index: 20; max-width: 1000px; opacity: 1; transition: all .3s;}
.modle_popup_main .rolling{}
.modle_popup_main .rolling .swiper-wrapper{}
.modle_popup_main .rolling .swiper-wrapper .swiper-slide{}
.modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap{ display: block; overflow: hidden; border-radius: 20px;}
.modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap img{ display: block; width: 100%;}

.modle_popup_main .control{ display: flex; justify-content: flex-end; grid-gap: 10px; position: relative; padding: 20px 0;}
.modle_popup_main .control .modle_popup_main_page{ display: flex; align-items: center; grid-gap: 5px; position: absolute !important; top: 20px; left: 0 !important; width: auto !important; height: 30px; font-size: 18px; font-weight: 400; color: rgba(255 255 255/20%); transition: all .2s;}
.modle_popup_main .control .modle_popup_main_page span{ font-size: 18px; font-weight: 400; color: rgba(255 255 255/60%);}
.modle_popup_main .control .modle_popup_main_page span.swiper-pagination-current{ font-size: 20px; font-weight: 700; color: #FFF;}
.modle_popup_main .control .modle_popup_main_prev{ display: flex; align-items: center; padding: 8px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255 255 255/30%); transition: all .2s; cursor: pointer;}
.modle_popup_main .control .modle_popup_main_prev svg{ width: auto; height: 100%;}
.modle_popup_main .control .modle_popup_main_prev svg path{ fill: #FFF; transition: all .2s;}
.modle_popup_main .control .modle_popup_main_prev:hover{ border-color: #33b6d9; background: #33b6d9;}
.modle_popup_main .control .modle_popup_main_prev:hover svg path{ fill: #FFF;}
.modle_popup_main .control .modle_popup_main_next{ display: flex; align-items: center; padding: 8px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255 255 255/30%); transition: all .2s; cursor: pointer;}
.modle_popup_main .control .modle_popup_main_next svg{ width: auto; height: 100%;}
.modle_popup_main .control .modle_popup_main_next svg path{ fill: #FFF; transition: all .2s;}
.modle_popup_main .control .modle_popup_main_next:hover{ border-color: #33b6d9; background: #33b6d9;}
.modle_popup_main .control .modle_popup_main_next:hover svg path{ fill: #FFF;}

.modle_popup_main .fb{ display: flex; justify-content: space-between; align-items: center; padding: 20px 0 0 0; border-top: 1px solid rgba(255 255 255/30%);}
.modle_popup_main .fb .btn{ display: flex; align-items: center; grid-gap: 10px;}
.modle_popup_main .fb .btn svg{ display: flex; justify-content: center; align-items: center; padding: 6px; width: 24px; height: 24px; border-radius: 50%; background: #FFF; cursor: pointer;}
.modle_popup_main .fb .btn svg path{ fill: #000;}
.modle_popup_main .fb .btn p{ font-size: 17px; font-weight: 400; color: rgba(255 255 255/80%); cursor: pointer;}
.modle_popup_main .fb .btn.on svg{ background: #33b6d9;}
.modle_popup_main .fb .btn.on svg path{ fill: #FFF;}
.modle_popup_main .fb .btn.on p{ color: #33b6d9;}
.modle_popup_main .fb .btn_close{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_popup_main .fb .btn_close svg{ width: 18px; height: 18px;}
.modle_popup_main .fb .btn_close svg path{ fill: #FFF; transition: all .2s;}
.modle_popup_main .fb .btn_close p{ font-size: 16px; color: rgba(255 255 255/100%); transition: all .2s;}
.modle_popup_main .fb .btn_close:hover svg path{ fill: #33b6d9;}
.modle_popup_main .fb .btn_close:hover p{ color: #33b6d9;}
.modle_popup_main .bg{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); backdrop-filter: blur(5px); transition: all 1s;}
.modle_popup_main.on{ display: flex;}
@media(max-width: 767px){
    .modle_popup_main{ padding: 0 5rem;}
    .modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap{ display: block; overflow: hidden; border-radius: 10px;}
    .modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap img{ display: block; width: 100%;}

    .modle_popup_main .control{ grid-gap: 0.5rem; padding: 1rem 0;}
    .modle_popup_main .control .modle_popup_main_page{ grid-gap: 0.5rem; top: 1rem; height: 2rem; font-size: 1.2rem;}
    .modle_popup_main .control .modle_popup_main_page span{ font-size: 1.2rem;}
    .modle_popup_main .control .modle_popup_main_page span.swiper-pagination-current{ font-size: 1.2rem;}
    .modle_popup_main .control .modle_popup_main_prev{ padding: 0.5rem; width: 2rem; height: 2rem;}
    .modle_popup_main .control .modle_popup_main_next{ padding: 0.5rem; width: 2rem; height: 2rem;}

    .modle_popup_main .fb{ padding: 1rem 0 0 0;}
    .modle_popup_main .fb .btn{ grid-gap: 0.4rem;}
    .modle_popup_main .fb .btn svg{ padding: 0.4rem; width: 1.6rem; height: 1.6rem; font-size: 1rem;}
    .modle_popup_main .fb .btn p{ font-size: 1.2rem;}
    .modle_popup_main .fb .btn_close{ grid-gap: 0.4rem;}
    .modle_popup_main .fb .btn_close svg{ width: 1.2rem; height: 1.2rem;}
    .modle_popup_main .fb .btn_close p{ font-size: 1.2rem;}
}


.modle_popup_evaluation{ display: flex; justify-content: center; position: fixed; z-index: 5000; top: 150%; right: 0; left: 0; bottom: -150%; padding: 0 100px; transition: all .3s;}
.modle_popup_evaluation .inner{ overflow: hidden; position: relative; z-index: 20; margin-top: 10dvh; max-width: 1280px; width: 100%; height: 90dvh; border-radius: 5px 5px 0 0; background: #FFF; opacity: 1; transition: all .3s;}
.modle_popup_evaluation .inner .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 50px;}
.modle_popup_evaluation .btn_close{ position: absolute; z-index: 10; top: 20px; right: 20px; cursor: pointer;}
.modle_popup_evaluation .btn_close svg{ width: 20px; height: 20px;}
.modle_popup_evaluation .title{ text-align: center; line-height: 1.2; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup_evaluation .info{ display: flex; justify-content: space-between; align-items: center; margin-top: 30px;}
.modle_popup_evaluation .info p{ font-size: 16px; color: #666;}
.modle_popup_evaluation .info p b{ font-weight: 500; color: #000;}
.modle_popup_evaluation .table{ margin-top: 20px; border-top: 2px solid #000;}
.modle_popup_evaluation .table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_popup_evaluation .table table thead{}
.modle_popup_evaluation .table table thead tr{}
.modle_popup_evaluation .table table thead tr th{ padding: 15px 10px; border: 1px solid #ddd; background: #f6f8fb; font-size: 16px; font-weight: 600; color: #000; white-space: nowrap;}
.modle_popup_evaluation .table table thead tr th:first-child{ border-left: 0;}
.modle_popup_evaluation .table table thead tr th:last-child{ border-right: 0;}
.modle_popup_evaluation .table table tbody{}
.modle_popup_evaluation .table table tbody tr{}
.modle_popup_evaluation .table table tbody tr td{ padding: 15px 15px; border: 1px solid #ddd;}
.modle_popup_evaluation .table table tbody tr td:first-child{ border-left: 0;}
.modle_popup_evaluation .table table tbody tr td:last-child{ border-right: 0;}
.modle_popup_evaluation .table table tbody tr td p{ font-size: 15px; color: #333;}
.modle_popup_evaluation .table table tbody tr td p.tit{ text-align: center; line-height: 1.2; font-weight: 600; color: #000; white-space: nowrap;}
.modle_popup_evaluation .table table tbody tr td ul{ display: grid; grid-gap: 6px; margin-left: 20px;}
.modle_popup_evaluation .table table tbody tr td ul li{ list-style: disc; position: relative; line-height: 1.2; font-size: 15px; color: #333;}
.modle_popup_evaluation .table table tbody tr td .btn{ display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 35px; height: 35px; border-radius: 50%; border: 1px solid #ddd; background: #f6f8fb; text-align: center; line-height: 35px; font-size: 14px; font-weight: 500; color: #000; cursor: pointer;}
.modle_popup_evaluation .table table tbody tr td .btn svg{ width: 12px; height: 12px;}
.modle_popup_evaluation .table table tbody tr td .btn.on{ border-color: #2143b4; background: #2143b4; color: #FFF;}
.modle_popup_evaluation .table table tbody tr td .btn.on svg path{ fill: #FFF;}
.modle_popup_evaluation .table table tbody tr td .btn.on svg circle{ color: #FFF;}
.modle_popup_evaluation .table table tbody tr td .end{ display: flex; justify-content: center; align-items: center;}
.modle_popup_evaluation .table table tbody tr td .end input{ display: flex; align-items: center; margin: 0; padding: 0; width: 24px; height: 30px; border-radius: 0; border: 0; background: #FFF; text-align: center; font-size: 16px; font-weight: 700; color: #2143b4; outline: none; -webkit-appearance: none;}
.modle_popup_evaluation .table table tbody tr td .end p{ font-size: 16px; color: #999;}
.modle_popup_evaluation .table table tbody tr td .plus{ display: flex; justify-content: flex-end; align-items: center; width: 100%; height: 30px; font-size: 16px; font-weight: 400; color: #999;}
.modle_popup_evaluation .table table tbody tr td .plus b{ padding-right: 5px; font-weight: 700; color: #2143b4;}
.modle_popup_evaluation .table table tbody tr td input{ display: flex; align-items: center; margin: 0; padding: 0 10px; width: 100%; height: 40px; border-radius: 5px; border: 1px solid #DDD; background: none; line-height: 1.4; font-size: 15px; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_evaluation .table table tbody tr td textarea{ display: block; margin: 0; padding: 10px; width: 100%; height: 120px; resize: none; border-radius: 5px; border: 1px solid #DDD; background: none; line-height: 1.4; font-size: 15px; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_evaluation .table table tbody tr td .txt{ line-height: 1.2; font-size: 15px; color: #333;}
.modle_popup_evaluation .table table tbody tr td .date{ text-align: right; font-size: 15px; font-weight: 600; color: #333;}
.modle_popup_evaluation .table table tbody tr td .sain{ display: flex; justify-content: flex-end; align-items: center;}
.modle_popup_evaluation .table table tbody tr td .sain p{ padding-top: 2px; font-size: 16px; color: #666;}
.modle_popup_evaluation .table table tbody tr td .sain input{ display: flex; align-items: center; margin: 0; padding: 0; width: 140px; height: 30px; border-radius: 0; border: 0; background: #FFF; text-align: center; font-size: 16px; font-weight: 500; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_evaluation .bg{ position: fixed; top: 150%; right: 0; bottom: -150%; left: 0; background: rgba(0 0 0/70%); backdrop-filter: blur(5px); opacity: 0; transition: opacity .5s;}
.modle_popup_evaluation.on{ top: 0; bottom: 0;}
.modle_popup_evaluation.on .bg{ top: 0; bottom: 0; opacity: 1;}
@media(max-width: 767px){
    .modle_popup_evaluation{ padding: 0 1rem;}
    .modle_popup_evaluation .inner .scroll{ padding: 2rem;}
    .modle_popup_evaluation .btn_close{ top: 1rem; right: 1rem;}
    .modle_popup_evaluation .btn_close svg{ width: 1.4rem; height: 1.4rem;}
    .modle_popup_evaluation .title{ font-size: 1.4rem;}
    .modle_popup_evaluation .info{ margin-top: 2rem;}
    .modle_popup_evaluation .info p{ font-size: 1.1rem;}
    .modle_popup_evaluation .table{ margin-top: 1.5rem;}
}


































