@charset "utf-8";


.modle_scrollbar::-webkit-scrollbar{ width: 4px; background: rgba(0 0 0/10%);}
.modle_scrollbar::-webkit-scrollbar-thumb{ border-radius: 10px; background: #79c288;}
@media(max-width: 1500px){
}
@media(min-width: 1024px){
}
@media(max-width: 768px){
}


.modle_max{ padding-right: 50px !important; padding-left: 50px !important;}
.modle_min{ margin: 0 auto; max-width: 1400px; width: 100%;}
@media(max-width: 768px){
    .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: 768px){
    .modle_mt50{ margin-top: 2rem !important;}
}


.modle_guide{ display: flex; flex-direction: column; align-items: flex-start; padding: calc(100px + 60px) 0 70px 0;}
.modle_guide .tit{ font-size: 20px; color: #666;}
.modle_guide .btn{ margin-top: 10px; position: relative;}
.modle_guide .btn .head{ display: flex; align-items: center; grid-gap: 20px; padding-bottom: 10px; cursor: pointer;}
.modle_guide .btn .head p{ font-size: 50px; font-weight: 700; color: #000;}
.modle_guide .btn .head i{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; box-shadow: 0 5px 10px 0 rgba(0 0 0/5%); font-size: 16px; color: #999; transition: all .2s;}
.modle_guide .btn .body{ overflow: hidden; position: absolute; z-index: 10; top: 40px; right: -50px; left: 0; padding: 0; border-radius: 20px; 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 .btn .body ul{}
.modle_guide .btn .body ul li{}
.modle_guide .btn .body ul li a{ display: flex; align-items: center; position: relative; padding: 0 40px; height: 0; font-size: 24px; color: #333; white-space: nowrap; opacity: 0; transition: all .2s;}
.modle_guide .btn .body ul li a:hover{ background: #f9f9f9; color: #000;}
.modle_guide .btn:hover .head i{ border-color: #005745; background: #005745; color: #FFF; transform: rotate(180deg);}
.modle_guide .btn:hover .body{ top: 60px; padding: 20px 0; height: auto; opacity: 1;}
.modle_guide .btn:hover .body li a{ height: 60px; opacity: 1;}
.modle_guide .btn .body ul li.on a{ font-weight: 700; color: #005745;}
@media(max-width: 768px){
    .modle_guide{ padding: calc(5rem + 2rem) 0 1.6rem 0;}
    .modle_guide .tit{ font-size: 1.2rem;}
    .modle_guide .btn{ margin-top: 0.6rem;}
    .modle_guide .btn .head{ grid-gap: 0.6rem; padding-bottom: 0.8rem;}
    .modle_guide .btn .head p{ font-size: 2.2rem;}
    .modle_guide .btn .head i{ width: 2.2rem; height: 2.2rem; font-size: 0.8rem;}
    .modle_guide .btn .body{ top: 1rem; right: -3rem; border-radius: 1rem;}
    .modle_guide .btn .body ul li a{ padding: 0 1.8rem; font-size: 1.2rem;}
    .modle_guide .btn:hover .body{ top: 2.8rem; padding: 0.8rem 0;}
    .modle_guide .btn:hover .body li a{ height: 2.6rem;}
}


.modle_btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 50px 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 80px; height: 60px; border-radius: 30px; background: #f0f0f0; font-size: 18px; font-weight: 600; color: #000; cursor: pointer;}
.modle_btn a.on{ background: #005745; box-shadow: 0 5px 10px 0 rgba(11 151 22/20%); color: #FFF;}
@media(max-width: 768px){
    .modle_btn{ grid-gap: 0.4rem; margin: 2rem 0 0 0;}
    .modle_btn a{ padding: 0 3rem; height: 3.5rem; border-radius: 3.5rem; font-size: 1.2rem;}
}


.modle_sub_menu{ margin-bottom: 50px;}
.modle_sub_menu .modle_min{ display: flex; justify-content: center; align-items: center; grid-gap: 60px;}
.modle_sub_menu a{ position: relative; height: 30px; font-size: 18px; font-weight: 500; color: #333; cursor: pointer;}
.modle_sub_menu a.on{ font-weight: 700; color: #005745;}
.modle_sub_menu a.on:before{ content: ""; display: block; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #005745;}
@media(max-width: 768px){
    .modle_sub_menu{ margin-bottom: 3rem;}
    .modle_sub_menu .modle_min{ grid-gap: 3rem;}
    .modle_sub_menu a{ height: 2rem; font-size: 1.2rem;}
}


.modle_option{ display: flex; justify-content: flex-end; grid-gap: 10px; margin: 0 0 50px 0; padding: 30px; border-radius: 25px; background: #f6f8fb;}
.modle_option select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; width: auto; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/modle_select_down.svg) no-repeat #FFF center right 15px/20px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option select:focus{ border: 1px solid #005745;}
.modle_option .search{ position: relative;}
.modle_option .search i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; width: 50px; font-size: 20px; color: #000; cursor: pointer;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; max-width: 300px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option .search input:focus{ border: 1px solid #005745;}
.modle_option .btn{ display: flex; justify-content: center; align-items: center; padding: 0 30px; height: 50px; border-radius: 30px; background: #005745; font-size: 18px; font-weight: 700; color: #FFF; white-space: nowrap; cursor: pointer;}
@media(max-width: 768px){
    .modle_option{ grid-gap: 0.4rem; margin: 0 0 2rem 0; padding: 1rem; border-radius: 1rem;}
    .modle_option select{ padding: 0 3rem 0 1.5rem; height: 3.5rem; border-radius: 2rem; background:url(/images/modle_select_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1.1rem;}
    .modle_option .search i{ width: 50px; font-size: 20px;}
    .modle_option .search input{ padding: 0 3rem 0 1.5rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}
    .modle_option .btn{ padding: 0 1.5rem; height: 3.5rem; border-radius: 2rem; font-size: 1.2rem;}
}


.modle_info{ display: flex; justify-content: space-between; align-items: center; margin: 0 0 50px 0;}
.modle_info .fl{ font-size: 20px; color: #000;}
.modle_info .fl span{ margin: 0 2px 0 0; font-weight: 800; color: #005745;}
.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: 700; 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: 700; 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: 700; color: #005745;}
@media(max-width: 768px){
    .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_menu{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 10px; margin: 0 0 40px 0;}
.modle_menu a{ display: flex; align-items: center; padding: 0 20px; height: 50px; border-radius: 30px; border: 1px solid rgba(0 0 0/10%); font-size: 16px; color: #666; cursor: pointer;}
.modle_menu a:hover{ background: #f6f8fb;}
.modle_menu a.on{ border-color: #005745; background: #005745; color: #FFF; font-weight: 500;}
@media(max-width: 767px){
    .modle_menu{ grid-gap: 0.4rem; margin: 0 0 2rem 0;}
    .modle_menu a{ padding: 0 1rem; height: 3rem; font-size: 1.1rem;}
}


.modle_faq{ border-top: 2px solid #005745;}
.modle_faq ul{}
.modle_faq ul li{ border-bottom: 1px solid #DDD;}
.modle_faq ul li .wrap{ display: block; position: relative; transition: all .2s;}
.modle_faq ul li .wrap .head{ position: relative; padding: 30px 80px 30px 100px; cursor: pointer;}
.modle_faq ul li .wrap .head .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translate(0,-50%); left: 30px; width: 50px; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 20px; font-weight: 700; color: #000; transition: all .3s;}
.modle_faq ul li .wrap .head .t2{ font-size: 16px; color: #005745;}
.modle_faq ul li .wrap .head .t3{ margin: 5px 0 0 0; line-height: 1.4; font-size: 18px; font-weight: 500; color: #000;}
.modle_faq ul li .wrap .head i{ display: block; position: absolute; top: 50%; right: 40px; transform: translate(0,-50%); font-size: 14px; color: #999; transition: all .3s;}
.modle_faq ul li .wrap .body{ display: none; position: relative; padding: 0 80px 40px 100px;}
.modle_faq ul li .wrap .body .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 30px; width: 50px; height: 50px; border-radius: 30px; background: #005745; font-size: 18px; font-weight: 600; color: #FFF; transition: all .3s;}
.modle_faq ul li .wrap .body .t2{ padding: 15px 0 0 0; min-height: 50px; line-height: 1.6; font-size: 16px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap .body .t2 *{ line-height: 1.6; font-size: 16px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap:hover{ background: #f6f8fb;}
.modle_faq ul li.on .wrap .head .t1{ border-color: #000; background: #000; color: #FFF;}
.modle_faq ul li.on .wrap .head .t3{ font-weight: 600; color: #000;}
.modle_faq ul li.on .wrap .head i{ transform: rotate(180deg);}
.modle_faq ul li.on .wrap .body{}
@media(max-width: 767px){
    .modle_faq ul li .wrap{ padding: 20px 0;}
    .modle_faq ul li .wrap .head{ padding: 0 50px 0 70px;}
    .modle_faq ul li .wrap .head .t1{ left: 20px; width: 35px; height: 35px; font-size: 16px;}
    .modle_faq ul li .wrap .head .t2{ font-size: 12px;}
    .modle_faq ul li .wrap .head .t3{ line-height: 1.2; font-size: 16px;}
    .modle_faq ul li .wrap .head i{ right: 20px; font-size: 12px;}
    .modle_faq ul li .wrap .body{ margin: 20px 0 0 0; padding: 0 20px 0 70px;}
    .modle_faq ul li .wrap .body .t1{ left: 20px; width: 35px; height: 35px; font-size: 16px;}
    .modle_faq ul li .wrap .body .t2{ padding: 5px 0 0 0; font-size: 14px;}
}


.modle_notice{ overflow: hidden; margin: 50px 0 0 0;}
.modle_notice .head{ display: flex; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #005745;}
.modle_notice .head li{ display: flex; justify-content: center; align-items: center; height: 60px;}
.modle_notice .head li p{ font-size: 16px; font-weight: 700; 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: 1.4; font-size: 16px; 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 5px 0 0; transform: translate(0,-1px); padding: 0 10px; border-radius: 20px; border: 1px solid #F00; background: #F00; line-height: 20px; font-size: 13px; color: #FFF;}
.modle_notice .body li .row .tit i{ margin: 0 0 0 10px; font-size: 24px; color: #005745; 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 #005745; background: #005745; box-shadow: 0 5px 20px 0 rgba(13 112 213/30%); color: #FFF;}
.modle_notice .body li .row:hover{ background: #f6f8fb;}
@media(max-width: 768px){
    .modle_notice{ margin: 2rem 0 0 0; border-top: 2px solid #005745;}
    .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_event{ margin: 50px 0 0 0;}
.modle_event ul{ display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 30px;}
.modle_event ul li{}
.modle_event ul li a{ display: block; transition: all .2s;}
.modle_event ul li a .img{ position: relative;}
.modle_event ul li a .img span{ display: flex; align-items: center; position: absolute; left: 20px; bottom: 20px; padding: 0 15px; height: 30px; border-radius: 20px; background: #000; font-size: 14px; font-weight: 600; color: #FFF;}
.modle_event ul li a .img span.on{ background: #F00;}
.modle_event ul li a .img img{ display: block; width: 100%; height: auto; border-radius: 16px;}
.modle_event ul li a .tit{ margin: 20px 0 0 0; width: 100%; font-size: 18px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_event ul li a .date{ display: flex; align-items: center; margin: 10px 0 0 0; font-size: 14px; color: #999;}
.modle_event ul li a .date i{ margin: 0 5px 0 0; font-size: 16px; color: #999;}
@media(max-width: 1024px){
    .modle_event ul{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 768px){
    .modle_event{ margin: 2rem 0 0 0;}
    .modle_event ul{ grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem;}
    .modle_event ul li a .img span{ left: 1rem; bottom: 1rem; padding: 0 1rem; height: 2rem; border-radius: 2rem; font-size: 1rem;}
    .modle_event ul li a .img img{ border-radius: 1rem;}
    .modle_event ul li a .tit{ margin: 1rem 0 0 0; font-size: 1.2rem;}
    .modle_event ul li a .date{ margin: 0.6rem 0 0 0; font-size: 1rem;}
    .modle_event ul li a .date i{ font-size: 1rem;}
}


.modle_sketch{ margin: 50px 0 0 0;}
.modle_sketch ul{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
.modle_sketch ul li{}
.modle_sketch ul li a{ display: block; transition: all .2s;}
.modle_sketch ul li a .img{ position: relative; border-radius: 20px;}
.modle_sketch ul li a .img:before{ content: ""; display: block; padding-top: 60%;}
.modle_sketch ul li a .tit{ margin: 20px 0 0 0; width: 100%; font-size: 18px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_sketch ul li a .date{ display: flex; align-items: center; margin: 10px 0 0 0; font-size: 14px; color: #999;}
.modle_sketch ul li a .date i{ margin: 0 5px 0 0; font-size: 16px; color: #999;}
@media(max-width: 1024px){
    .modle_sketch ul{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 768px){
    .modle_sketch{ margin: 2rem 0 0 0;}
    .modle_sketch ul{ grid-gap: 2rem 1rem;}
    .modle_sketch ul li a .img{ border-radius: 1rem;}
    .modle_sketch ul li a .tit{ margin: 1rem 0 0 0; font-size: 1.2rem;}
    .modle_sketch ul li a .date{ margin: 0.6rem 0 0 0; font-size: 1rem;}
    .modle_sketch ul li a .date i{ 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: 768px){
    .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{}
.modle_view .head{ border-top: 1px solid #e5e5e5;}
.modle_view .head .tit{ padding: 30px 40px; line-height: 1.4; font-size: 26px; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 20px 40px; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #005745 ;}
.modle_view .head ul li{ display: flex; align-items: center; grid-gap: 10px;}
.modle_view .head ul li p{ display: block; line-height: 1; 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 20px; 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: 16px; color: #000;}
.modle_view .head ul li .file i{ margin: 0 0 0 10px; font-size: 18px; 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 iframe{ display: block; margin: 0 0 40px 0; width: 100% !important; height: 500px !important;}
.modle_view .body img{ display: block; margin: 0 0 40px 0; max-width:100%;}

.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: 10px; 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: 768px){
    .modle_view .head .tit{ padding: 1.2rem 0; font-size: 1.4rem;}
    .modle_view .head ul{ grid-gap: 1rem 1.5rem; padding: 1.5rem 0;}
    .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: 1.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: 1rem;}
    .modle_view .page li{ padding: 1.2rem 1rem 1.2rem 6rem; border-radius: 1rem;}
    .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{ margin-top: 50px; padding: 50px; border-radius: 25px; border: 1px solid #e5e5e5; box-shadow: 0 5px 30px 0 rgba(0 0 0/5%);}
.modle_write .head{ display: flex; justify-content: space-between; align-items: center; grid-gap: 20px; padding: 0 0 30px 0; border-bottom: 1px solid #e5e5e5;}
.modle_write .head .tit{ font-size: 24px; font-weight: 700; color: #000;}
.modle_write .head .txt{ font-size: 16px; color: #666;}
.modle_write .head .txt b{ color: #005745;}
.modle_write .body{ display: grid; grid-gap: 20px; margin-top: 30px;}
.modle_write .body .wrap{ position: relative; padding-left: 150px;}
.modle_write .body .wrap .tit{ position: absolute; top: 0; left: 0; line-height: 50px; font-size: 16px; font-weight: 500; color: #000;}
.modle_write .body .wrap .tit b{ color: #005745;}
.modle_write .body .wrap .txt{ margin: 10px 0 0 0; line-height: 1.4; font-size: 14px; color: #666;}
.modle_write .body .wrap .text{ line-height: 50px; font-size: 20px; font-weight: 700; color: #000;}
.modle_write .body .wrap .flex{ display: flex; align-items: center;}

.modle_write input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write input:focus{ border-color: #005745;}
.modle_write select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/modle_select_down.svg) no-repeat center right 15px #fafafa; background-size: 20px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write select::-ms-expand{ display:none;}
.modle_write select:focus{ border-color: #005745;}
.modle_write textarea{ display: block; margin: 0; padding: 10px 20px; width: 100%; height: 150px; max-height: 150px; min-height: 150px; border-radius: 25px; border: 1px solid #e5e5e5; background: #fafafa; line-height: 1.6; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write textarea:focus{ border-color: #005745;}

.modle_write .id_check{ display: flex; grid-gap: 10px;}
.modle_write .id_check .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; background: #005745; font-size: 16px; font-weight: 700; color: #FFF; cursor: pointer;}

.modle_write .check{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 12.5px 0;}
.modle_write .check label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_write .check label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.modle_write .check label p{ font-size: 16px; color: #000;}
.modle_write .check label input{ max-width: 100px;}
.modle_write .check label.on i{ border-color: #0168b7; background: #0168b7; color: #FFF;}
.modle_write .check label.on p{ font-weight: 400; color: #000;}

.modle_write .check_02{ display: grid; grid-gap: 10px;}
.modle_write .check_02 .row{ display: flex; grid-gap: 10px;}
.modle_write .check_02 .row .t1{ flex: 0 0 140px; line-height: 50px; font-size: 16px; color: #333;}
.modle_write .check_02 label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_write .check_02 label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.modle_write .check_02 label p{ font-size: 16px; color: #000;}
.modle_write .check_02 label.on i{ border-color: #0168b7; background: #0168b7; color: #FFF;}
.modle_write .check_02 label.on p{ font-weight: 400; color: #000;}

.modle_write .check_03{ display: grid; grid-gap: 10px;}
.modle_write .check_03 .row{ display: flex; grid-gap: 10px;}
.modle_write .check_03 .row:first-child{ padding: 12.5px 0;}
.modle_write .check_03 .row .t1{ flex: 0 0 140px; line-height: 50px; color: #333;}
.modle_write .check_03 label{ flex: 0 0 100px; display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_write .check_03 label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.modle_write .check_03 label p{ font-size: 16px; color: #000;}
.modle_write .check_03 label.on i{ border-color: #0168b7; background: #0168b7; color: #FFF;}
.modle_write .check_03 label.on p{ font-weight: 400; color: #000;}
.modle_write .check_03 input{ flex: 1;}

.modle_write .check_04{ display: grid; grid-gap: 10px;}
.modle_write .check_04 .row{ display: flex; grid-gap: 10px;}
.modle_write .check_04 .row .t1{ flex: 0 0 140px; line-height: 50px; font-size: 16px; color: #333;}
.modle_write .check_04 .row .fr{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px;}
.modle_write .check_04 label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_write .check_04 label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.modle_write .check_04 label p{ font-size: 16px; color: #000;}
.modle_write .check_04 label.on i{ border-color: #0168b7; background: #0168b7; color: #FFF;}
.modle_write .check_04 label.on p{ font-weight: 400; color: #000;}

.modle_write .check_05{ display: grid; grid-gap: 10px;}
.modle_write .check_05 .row{ display: flex; grid-gap: 10px;}
.modle_write .check_05 .row .t1{ flex: 0 0 140px; line-height: 25px; font-size: 16px; color: #333;}
.modle_write .check_05 .row .fr{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px;}
.modle_write .check_05 label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_write .check_05 label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.modle_write .check_05 label p{ font-size: 16px; color: #000;}
.modle_write .check_05 label.on i{ border-color: #0168b7; background: #0168b7; color: #FFF;}
.modle_write .check_05 label.on p{ font-weight: 400; color: #000;}

.modle_write .check_06{}
.modle_write .check_06 .ft{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px;}
.modle_write .check_06 label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_write .check_06 label i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fafafa; font-size: 12px; color: #666;}
.modle_write .check_06 label p{ font-size: 16px; color: #000;}
.modle_write .check_06 label input{ max-width: 100px;}
.modle_write .check_06 label.on i{ border-color: #0168b7; background: #0168b7; color: #FFF;}
.modle_write .check_06 label.on p{ font-weight: 400; color: #000;}
.modle_write .check_06 > input{ margin-top: 10px;}

.modle_write .birthday{ display: flex; grid-gap: 10px;}
.modle_write .birthday select{ width: 40%; text-align: center;}
.modle_write .birthday select:nth-child(1){ flex: 0 0 30%;}

.modle_write .tel{ display: flex; grid-gap: 10px;}
.modle_write .tel input{ width: 50%; text-align: center;}
.modle_write .tel input:nth-child(1){ flex: 0 0 100px;}

.modle_write .maile{ display: flex; grid-gap: 10px;}
.modle_write .maile .fl{ display: flex; align-items: center; grid-gap: 5px; width: 66%;}
.modle_write .maile .fl p{ font-size: 16px; color: #999;}
.modle_write .maile select{ width: 34%;}

.modle_write .address{ display: grid; grid-gap: 10px;}
.modle_write .address .ft{ display: flex; grid-gap: 10px;}
.modle_write .address .ft .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; box-shadow: 0 5px 30px 0 rgba(0 0 0/5%); font-size: 16px; font-weight: 700; color: #000; cursor: pointer;}

.modle_write .code{ display: flex; grid-gap: 10px;}
.modle_write .code .btn{ flex: 0 0 140px; display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; box-shadow: 0 5px 30px 0 rgba(0 0 0/5%); font-size: 16px; font-weight: 700; color: #000; cursor: pointer;}

.modle_write .password{ display: flex;}
.modle_write .password .check{ margin: 0 0 0 15px;}

.modle_write.max_tit .body .wrap{ padding-left: 200px;}
@media(max-width: 768px){
    .modle_write{ margin-top: 2rem; padding: 2rem; border-radius: 1rem;}
    .modle_write .head{ padding: 0 0 2rem 0;}
    .modle_write .head .tit{ font-size: 1.4rem;}
    .modle_write .head .txt{ font-size: 1rem;}
    .modle_write .body{ grid-gap: 2rem; margin-top: 2rem;}
    .modle_write .body .wrap{ padding-left: 0;}
    .modle_write .body .wrap .tit{ position: initial; padding-bottom: 0.6rem; line-height: 1; font-size: 1.3rem;}
    .modle_write .body .wrap .txt{ margin: 0.6rem 0 0 0; font-size: 0.9rem;}
    .modle_write .body .wrap .text{ line-height: 1.2; font-size: 1.4rem;}

    .modle_write input{ padding: 0 1.2rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}
    .modle_write select{ padding: 0 2.5rem 0 1.2rem; height: 3.5rem; border-radius: 2rem; background:url(/images/modle_select_down.svg) no-repeat center right 1rem #fafafa; background-size: 1.2rem auto; font-size: 1.1rem;}
    .modle_write textarea{ padding: 1rem 1.2rem; height: 10rem; max-height: 10rem; min-height: 10rem; border-radius: 1.75rem; font-size: 1.1rem;}

    .modle_write .id_check{ grid-gap: 0.4rem;}
    .modle_write .id_check .btn{ flex: 0 0 7rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}

    .modle_write .check{ grid-gap: 1rem 1.5rem; padding: 0;}
    .modle_write .check label{ grid-gap: 0.4rem;}
    .modle_write .check label i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .modle_write .check label p{ font-size: 1.1rem;}

    .modle_write .check_02{ grid-gap: 0.4rem;}
    .modle_write .check_02 .row{ grid-gap: 0.4rem;}
    .modle_write .check_02 .row .t1{ flex: 0 0 9rem; line-height: 3.5rem; font-size: 1.1rem;}
    .modle_write .check_02 label{ grid-gap: 0.4rem;}
    .modle_write .check_02 label i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .modle_write .check_02 label p{ font-size: 1.1rem;}

    .modle_write .check_03{ grid-gap: 0.4rem;}
    .modle_write .check_03 .row{ grid-gap: 1rem;}
    .modle_write .check_03 .row:first-child{ padding: 0.4rem 0;}
    .modle_write .check_03 .row .t1{ flex: 0 0 8rem; line-height: 3.5rem;}
    .modle_write .check_03 label{ flex: 0 0 5rem; grid-gap: 0.4rem;}
    .modle_write .check_03 label i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .modle_write .check_03 label p{ font-size: 1.1rem;}

    .modle_write .check_04{ grid-gap: 1.5rem;}
    .modle_write .check_04 .row{ grid-gap: 0.6rem;}
    .modle_write .check_04 .row .t1{ flex: 0 0 3rem; line-height: 1.8rem; font-size: 1.1rem;}
    .modle_write .check_04 .row .fr{ display: flex; flex-wrap: wrap; grid-gap: 0.6rem 1.5rem;}
    .modle_write .check_04 label{ grid-gap: 0.4rem;}
    .modle_write .check_04 label i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .modle_write .check_04 label p{ font-size: 1.1rem;}

    .modle_write .check_05{ grid-gap: 1.5rem; margin-top: 1rem;}
    .modle_write .check_05 .row{ grid-gap: 0.6rem;}
    .modle_write .check_05 .row .t1{ flex: 0 0 3rem; line-height: 1.8rem; font-size: 1.1rem;}
    .modle_write .check_05 .row .fr{ display: flex; flex-wrap: wrap; grid-gap: 0.6rem 1.5rem;}
    .modle_write .check_05 label{ grid-gap: 0.4rem;}
    .modle_write .check_05 label i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .modle_write .check_05 label p{ font-size: 1.1rem;}

    .modle_write .check_06{}
    .modle_write .check_06 .ft{ grid-gap: 1rem 1.5rem; padding: 0;}
    .modle_write .check_06 label{ grid-gap: 0.4rem;}
    .modle_write .check_06 label i{ width: 1.8rem; height: 1.8rem; font-size: 0.8rem;}
    .modle_write .check_06 label p{ font-size: 1.1rem;}

    .modle_write .birthday{grid-gap: 0.4rem;}
    .modle_write .birthday select{ width: 30%;}
    .modle_write .birthday select:nth-child(1){ flex: 0 0 40%;}

    .modle_write .tel{ grid-gap: 0.4rem;}
    .modle_write .tel input:nth-child(1){ flex: 0 0 6rem;}

    .modle_write .maile{ flex-wrap: wrap; grid-gap: 0.4rem;}
    .modle_write .maile .fl{ grid-gap: 0.2rem; width: 100%;}
    .modle_write .maile .fl p{ font-size: 0.8rem;}
    .modle_write .maile select{ width: 100%;}

    .modle_write .address{ grid-gap: 0.4rem;}
    .modle_write .address .ft{ grid-gap: 0.4rem;}
    .modle_write .address .ft .btn{ flex: 0 0 7rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}

    .modle_write .code{ grid-gap: 0.4rem;}
    .modle_write .code .btn{ flex: 0 0 8rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}

    .modle_write .password input{ flex: 1;}
    .modle_write .password .check{ margin: 0 0 0 1rem;}

    .modle_write.max_tit .body .wrap{ padding-left: 0;}
}


.modle_page{ display: flex; justify-content: center; align-items: center; margin: 60px 0 0 0;}
.modle_page .btn{ display: flex; align-items: center; grid-gap: 10px; padding: 0 12px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_page .btn i{ font-size: 12px; color: #000;}
.modle_page .btn p{ font-size: 15px; color: #000;}
.modle_page .btn:hover{ background: rgba(0 0 0/5%);}
.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: rgba(0 0 0/5%);}
.modle_page .page p.on{ border: 1px solid #005745; background: #005745 !important; color: #FFF;}
@media(max-width: 768px){
    .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: hidden; border-radius: 20px; border: 1px solid #DDD;}
.modle_table .box{ overflow: auto;}
.modle_table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_table table thead{}
.modle_table table thead tr{}
.modle_table table thead tr td{ padding: 25px 10px; border-bottom: 2px solid #e94c07; text-align: center; font-size: 16px; font-weight: 400; color: #000;}
.modle_table table thead tr td font{ font-size: 14px; font-weight: 200; color: #666;}
.modle_table table tbody{}
.modle_table table tbody tr{}
.modle_table table tbody tr th{ padding: 15px 10px; border: 1px solid #DDD; text-align: center; background: #fafafa;}
.modle_table table tbody tr th:first-child{ border-left: 0;}
.modle_table table tbody tr th:last-child{ border-right: 0;}
.modle_table table tbody tr th p{ line-height: 20px; font-size: 14px; color: #000;}
.modle_table table tbody tr td{ padding: 15px 10px; border: 1px solid #DDD; text-align: center;}
.modle_table table tbody tr td:first-child{ border-left: 0;}
.modle_table table tbody tr td:last-child{ border-right: 0;}
.modle_table table tbody tr:last-child th{ border-bottom: 0;}
.modle_table table tbody tr:last-child td{ border-bottom: 0;}
.modle_table table tbody tr td p{ line-height: 20px; font-size: 14px; color: #000;}
.modle_table table tbody tr td .txt1{ padding: 0 0 0 20px; text-align: left;}
.modle_table table tbody tr td .txt1 p{ position: relative; padding: 5px 0 5px 10px;}
.modle_table table tbody tr td .txt1 p:before{ content: ""; display: block; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #e94c07;}
.modle_table table tbody tr td .img1{ max-height: 100px; border-radius: 10px;}
@media(max-width: 768px){
}


.modle_popup_main{ display: none; position: fixed; z-index: 5000; top: 0; right: 0; left: 0; bottom: 0;}
.modle_popup_main .banner{ overflow: hidden; position: fixed; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; border-radius: 10px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 1; transition: all 1s;}
.modle_popup_main .img{}
.modle_popup_main .img img{ display: block; max-width: 100%; height: auto;}
.modle_popup_main .fb{ display: flex; justify-content: space-between; align-items: center; padding: 20px; background: #FFF;}
.modle_popup_main .fb .btn{ display: flex; align-items: center; grid-gap: 10px;}
.modle_popup_main .fb .btn i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #000; background: #000; font-size: 14px; color: #FFF; cursor: pointer;}
.modle_popup_main .fb .btn p{ font-size: 18px; font-weight: 700; color: #333; cursor: pointer;}
.modle_popup_main .fb .btn.on span{ border-color: #000; background: #000; color: #FFF;}
.modle_popup_main .fb .btn_close{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_popup_main .fb .btn_close i{ font-size: 14px; color: #666;}
.modle_popup_main .fb .btn_close p{ font-size: 16px; color: #666;}
.modle_popup_main .bg{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_main.on{ display: block;}
@media(max-width: 768px){
    .modle_popup_main .banner{ width: 26rem; border-radius: 1rem;}
    .modle_popup_main .fb{ padding: 1.5rem;}
    .modle_popup_main .fb .btn{ grid-gap: 0.4rem;}
    .modle_popup_main .fb .btn i{ width: 1.8rem; height: 1.8rem; 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 i{ font-size: 1rem;}
    .modle_popup_main .fb .btn_close p{ font-size: 1.2rem;}
}



.modle_popup{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: 100%; right: 0; bottom: -100%; left: 0; background: rgba(0 0 0/70%); opacity: 0; transition: opacity .3s;}
.modle_popup .row{ width: 400px; border-radius: 25px; background: #FFF; transform: translate(0,100px); opacity: 0; transition: all .3s;}
.modle_popup .head{ position: relative;}
.modle_popup .head .tit{ text-align:center; line-height: 100px; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup .head i{ display: block; position: absolute; top: -20px; right: -20px; width: 40px; height: 40px; border-radius: 50%; background: #F00; text-align: center; line-height: 40px; font-size: 18px; color: #FFF; cursor: pointer;}
.modle_popup .body{ padding: 0 50px 50px 50px;}
.modle_popup .body .in_pw{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup.on{ top: 0; bottom: 0; opacity: 1;}
.modle_popup.on .row{ transform: translate(0,0); opacity: 1;}
@media(max-width: 768px){
    .modle_popup .row{ width: 24rem; border-radius: 1rem;}
    .modle_popup .head .tit{ line-height: 5rem; font-size: 1.4rem;}
    .modle_popup .head i{ top: -1.25rem; right: -1.25rem; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.2rem;}
    .modle_popup .body{ padding: 0 2rem 2rem 2rem;}
    .modle_popup .body .in_pw{ padding: 0 1.5rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}
}





































