@charset "utf-8";
*{ list-style: none; margin: 0; padding: 0; border: 0; box-sizing: border-box; text-decoration: none; font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-weight: 400; line-height: 1; letter-spacing: -0.5px; color: #000;}
input{ outline: none; -webkit-appearance: none;}
select{ outline: none; -webkit-appearance: none;}
select::-ms-expand{ display: none;}
select:disabled{ background:#EEE !important; }
textarea{ outline: none; -webkit-appearance: none;}
html{ overflow-y: scroll; width: 100%; height: 100%; background: #2a2c3f;}
html.no_scroll{ overflow: hidden;}
body{ overflow: hidden; background: #FFF; -webkit-text-size-adjust: none; transition: all .2s;}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    html{ font-size: calc(100vw / 30);}
}


.header{ transition: all .2s;}
.header .top{ overflow: hidden;}
.header .top .modle_min{ display: flex; justify-content: space-between; align-items: center;}
.header .top .fl{ display: flex; align-items: center; grid-gap: 30px; height: 60px;}
.header .top .fr{ display: flex; align-items: center; grid-gap: 30px; position: relative; padding: 0 0 0 50px; height: 60px;}
.header .top .fr:after{ content: ""; position: absolute; top: 0; right: -500px; bottom: 0; left: 0; border-radius: 0 0 0 30px; background: linear-gradient(90deg, #edf1f5, #FFF);}
.header .top a{ display: flex; align-items: center; grid-gap: 5px; position: relative; z-index: 10; height: 40px;}
.header .top a > img{ display: block; height: 24px;}
.header .top a .icon{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #000;}
.header .top .fl a:nth-child(2) .icon{ background: #00a4cf;}
.header .top a .icon img{ display: block; height: 20px;}
.header .top a p{ font-size: 15px; color: #333;}
.header .bottom{}
.header .bottom .modle_min{ display: flex; justify-content: space-between; align-items: center; height: 120px;}
.header .bottom .logo{ display: block; height: 40px;}
.header .bottom .logo img{ display: block; height: 100%;}
.header .bottom .fr{ display: flex; align-items: center;}
.header .bottom .gnb{}
.header .bottom .gnb > ul{ display: flex; justify-content: space-between; align-items: center; grid-gap: 60px;}
.header .bottom .gnb > ul > li{ display: flex; align-items: center; position: relative;}
.header .bottom .gnb > ul > li > a{ display: flex; align-items: center; grid-gap: 5px; height: 70px; cursor: pointer;}
.header .bottom .gnb > ul > li > a:before{ content: ""; display: none; position: absolute; bottom: -3px; left: calc(50% - 4px); width: 8px; height: 8px; border-radius: 10px; background: #00a4cf; opacity: 1; transition: all .2s;}
.header .bottom .gnb > ul > li > a p{ position: relative; z-index: 1; font-size: 24px; font-weight: 700; color: #000; white-space: nowrap; transition: all .2s;}
.header .bottom .gnb > ul > li > a i{ font-size: 16px; color: rgba(0 0 0/100%);}
.header .bottom .gnb > ul > li > ul{ overflow: hidden; position: absolute; z-index: 10; top: 40px; right: -30px; left: -20px; padding: 0;  height: 0; border-radius: 10px; background: #FFF; box-shadow: 0 5px 10px 1px rgba(0 0 0/20%); opacity: 0; transition: all .2s;}
.header .bottom .gnb > ul > li > ul li{}
.header .bottom .gnb > ul > li > ul li a{ display: flex; align-items: center; position: relative; padding: 0 0 0 20px; height: 0; font-size: 18px; color: #666; white-space: nowrap; opacity: 0; transition: all .2s;}
.header .bottom .gnb > ul > li:hover > ul{ top: 60px; padding: 10px 0; height: auto; opacity: 1;}
.header .bottom .gnb > ul > li:hover > ul li a{ height: 40px; opacity: 1;}
.header .bottom .gnb > ul > li > ul li a:hover{ background: #f5f5f5; color: #000;}
.header .bottom .gnb > ul > li.on > a p{ color: #00a4cf;}
.header .bottom .gnb > ul > li.on > a i{ color: rgba(120 80 149/100%);}
.header .bottom .gnb > ul > li.on > a:before{ display: block;}
.header .bottom .gnb > ul > li > ul li.on a{ font-weight: 600; color: #00a4cf;}
.header .bottom .btn_search{ margin-left: 60px; cursor: pointer;}
.header .bottom .btn_search svg{ width: 30px; height: 30px;}
.header .bottom .btn_full_menu{ margin-left: 30px; cursor: pointer;}
.header .bottom .btn_full_menu svg{ width: 30px; height: 30px;}
.header.on{ box-shadow: 0 1px 0 0 rgba(0 0 0/10%);}
@media(max-width: 1400px){
    .header .bottom .gnb > ul{ grid-gap: 50px;}
    .header .bottom .btn_search{ margin-left: 50px;}
}
@media(max-width: 1150px){
    .header .bottom .gnb{ display: none;}
}
@media(max-width: 1000px){
    .header .top .fl{ grid-gap: 20px;}
    .header .top .fr{ grid-gap: 20px; padding: 0 0 0 30px;}
    .header .top a{ height: 35px;}
    .header .top a > img{ height: 20px;}
    .header .top a .icon{ width: 35px; height: 35px;}
    .header .top a .icon img{ height: 16px;}
    .header .top a p{ font-size: 14px;}
    .header .bottom .modle_min{ height: 100px;}
}
@media(max-width: 767px){
    .header .top .fl{ grid-gap: 0.8rem; height: 3rem;}
    .header .top .fl a p{ display: none;}
    .header .top .fr{ grid-gap: 1.5rem; padding: 0 0 0 1.5rem; height: 3rem;}
    .header .top .fr:after{ right: -10rem; border-radius: 0 0 0 1.5rem;}
    .header .top a{ grid-gap: 0.3rem; height: 3rem;}
    .header .top .fr a:first-child{ display: none;}
    .header .top a > img{ height: 1.2rem;}
    .header .top a .icon{ width: 2rem; height: 2rem;}
    .header .top a .icon img{ height: 1rem;}
    .header .top a p{ font-size: 0.9rem;}
    .header .bottom .modle_min{ height: 5rem;}
    .header .bottom .logo{ height: 2.2rem;}
    .header .bottom .btn_search{ margin-left: 0;}
    .header .bottom .btn_search svg{ width: 1.8rem; height: 1.8rem;}
    .header .bottom .btn_full_menu{ margin-left: 1.5rem;}
    .header .bottom .btn_full_menu svg{ width: 1.8rem; height: 1.8rem;}
}


.footer{ margin-top: 80px; background: #2a2c3f;}
.footer .modle_min{ display: flex; flex-direction: column; align-items: flex-start; position: relative; padding-top: 80px;}
.footer .logo{ height: 40px; opacity: .7; cursor: pointer;}
.footer .logo img{ display: block; height: 100%;}
.footer .menu{ display: flex; align-items: flex-start; grid-gap: 40px; position: absolute; top: 80px; right: 0;}
.footer .menu .wrap{ display: grid; grid-gap: 20px;}
.footer .menu .wrap p{ font-size: 17px; font-weight: 500; color: rgba(255 255 255/100%);}
.footer .menu .wrap a{ font-size: 15px; color: rgba(255 255 255/60%);}
.footer .menu .wrap a:hover{ color: rgba(255 255 255/100%);}
.footer .info{ display: flex; flex-wrap: wrap; grid-gap: 15px 30px; margin-top: 40px; max-width: 450px;}
.footer .info .wrap{ display: flex; grid-gap: 5px;}
.footer .info .wrap p{ font-size: 14px; color: rgba(255 255 255/50%);}
.footer .info .wrap span{ font-size: 14px; color: rgba(255 255 255/70%);}
.footer .copy{ margin-top: 80px; padding: 40px 0; width: 100%; border-top: 1px solid rgba(255 255 255/10%); text-align: center; line-height: 1.2; font-size: 13px; color: rgba(255 255 255/50%); letter-spacing: 0;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
    .footer .modle_min{ align-items: center;}
    .footer .menu{ position: initial; margin-top: 60px;}
    .footer .menu .wrap{ text-align: center;}
    .footer .info{ justify-content: center; margin-top: 60px;}
}
@media(max-width: 767px){
    .footer{ margin-top: 4rem;}
    .footer .modle_min{ padding-top: 3.2rem;}
    .footer .logo{ height: 2.2rem;}
    .footer .menu{ grid-gap: 2rem; margin-top: 3rem;}
    .footer .menu .wrap{ grid-gap: 1.2rem;}
    .footer .menu .wrap p{ font-size: 1.1rem;}
    .footer .menu .wrap a{ font-size: 1rem;}
    .footer .info{ grid-gap: 1rem 1.4rem; margin-top: 3rem;}
    .footer .info .wrap{ grid-gap: 0.3rem;}
    .footer .info .wrap p{ font-size: 0.9rem;}
    .footer .info .wrap span{ font-size: 0.9rem;}
    .footer .copy{ margin-top: 3.2rem; padding: 2.2rem 0; font-size: 0.8rem;}
}


.home_visual{ padding: 0 50px;}
.home_visual .inner{ display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 30px; position: relative; margin: 0 auto; padding-bottom: 200px; max-width: 1600px; width: 100%; height: 500px; text-align: center;}
.home_visual .inner .txt{ position: relative; z-index: 10; font-family: "Paperlogy", sans-serif; font-size: 18px; color: rgba(255 255 255/70%); letter-spacing: 0;}
.home_visual .inner .tit{ position: relative; z-index: 10; line-height: 1.2; font-size: 40px; font-weight: 700; color: #FFF;}
.home_visual .inner .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 40px; background: url(/resources/images/vbg.jpg) top center/cover;}
@media(max-width: 1600px){
    .home_visual{ padding: 0;}
    .home_visual .inner .bg{ border-radius: 0;}
}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .home_visual .inner{ grid-gap: 1.2rem; padding-bottom: 11rem; height: 24rem;}
    .home_visual .inner .txt{ font-size: 1rem;}
    .home_visual .inner .tit{ font-size: 1.8rem;}
}


.home_program{ position: relative; z-index: 10; margin-top: -200px;}
.home_program .head{ display: flex; justify-content: space-between; align-items: center;}
.home_program .head .tit{ font-size: 30px; font-weight: 700; color: #FFF;}
.home_program .head .fr{ display: flex; align-items: center; grid-gap: 5px;}
.home_program .head .more{ display: flex; align-items: center; grid-gap: 5px; margin-left: 25px; cursor: pointer;}
.home_program .head .more p{ font-size: 16px; color: #FFF;}
.home_program .head .more svg{ width: 24px; height: 24px;}
.home_program .head .more svg path{ color: #FFF;}
.home_program .body{ overflow: hidden; margin-top: 20px; border-radius: 20px; background: #FFF; box-shadow: 0 10px 20px 0 rgba(0 0 0/10%);}
.home_program .rolling{ overflow: hidden; position: relative; margin: 0 0 0 -2px; border-radius: 20px;}
.home_program .swiper-wrapper{}
.home_program .swiper-wrapper .swiper-slide{}
.home_program .swiper-wrapper .swiper-slide a{ display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 50px; height: 300px; border-left: 1px solid #e5e5e5;}
.home_program .swiper-wrapper .swiper-slide a .tag{ font-size: 18px; font-weight: 500; color: #2143b4;}
.home_program .swiper-wrapper .swiper-slide a .tit{ min-height: 60px; line-height: 30px; font-size: 24px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .2s;}
.home_program .swiper-wrapper .swiper-slide a .object{ display: flex; align-items: center; grid-gap: 15px;}
.home_program .swiper-wrapper .swiper-slide a .object p{ font-size: 16px; color: #999;}
.home_program .swiper-wrapper .swiper-slide a .object p:last-child{ color: #000;}
.home_program .swiper-wrapper .swiper-slide a .object span{ width: 1px; height: 15px; background: #DDD;}
.home_program .swiper-wrapper .swiper-slide a .day{ display: flex; align-items: center; padding: 0 20px; height: 30px; border-radius: 15px; background: #f3f3f3; font-size: 16px; color: #333;}
.home_program .swiper-wrapper .swiper-slide a .day.red{ background: #F00; color: #FFF; font-weight: 500;}
.home_program .swiper-wrapper .swiper-slide a .day.long{ background: #33b6d9; color: #FFF; font-weight: 500;}
.home_program .swiper-wrapper .swiper-slide a .day.orange{ background: #ff9600; color: #FFF; font-weight: 500;}
.home_program .swiper-wrapper .swiper-slide a .day.green{ background: #0fad03; color: #FFF; font-weight: 500;}
.home_program .swiper-wrapper .swiper-slide a svg{ position: absolute; right: 50px; bottom: 50px; width: 24px; height: 24px; transition: all .2s;}
.home_program .swiper-wrapper .swiper-slide a svg path{ fill: #ddd; transition: all .2s;}
.home_program .swiper-wrapper .swiper-slide a:hover .tit{ color: #2143b4;}
.home_program .swiper-wrapper .swiper-slide a:hover svg{ transform: scale(1.5);}
.home_program .swiper-wrapper .swiper-slide a:hover svg path{ fill: #2143b4;}

.home_program_page{ display: flex; align-items: flex-end; grid-gap: 5px; margin-right: 25px; width: auto; font-size: 18px; font-weight: 300; color: rgba(255 255 255/60%); transition: all .2s;}
.home_program_page span{ font-size: 18px; color: rgba(255 255 255/60%);}
.home_program_page span.swiper-pagination-current{ font-size: 20px; font-weight: 600; color: #FFF;}

.home_program_btn{}
.home_program_btn a{ display: none; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255 255 255/40%); cursor: pointer; transition: all .2s;}
.home_program_btn a svg{ width: 20px; height: 20px;}
.home_program_btn a svg path{ color: #FFF;}
.home_program_btn a svg rect{ fill: #FFF;}
.home_program_btn a:hover{ border: 1px solid rgba(255 255 255/100%);}
.home_program_btn a.on{ display: flex;}

.home_program_prev{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255 255 255/40%); cursor: pointer; transition: all .2s;}
.home_program_prev svg{ width: 20px; height: 20px;}
.home_program_prev svg path{ color: #FFF;}
.home_program_prev:hover{ border: 1px solid rgba(255 255 255/100%);}
.home_program_next{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255 255 255/40%); cursor: pointer; transition: all .2s;}
.home_program_next svg{ width: 20px; height: 20px;}
.home_program_next svg path{ color: #FFF;}
.home_program_next:hover{ border: 1px solid rgba(255 255 255/100%);}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .home_program{ margin-top: -11rem;}
    .home_program .head .tit{ font-size: 1.6rem;}
    .home_program .head .fr{ grid-gap: 0.4rem;}
    .home_program .head .more{ grid-gap: 0; margin-left: 0.8rem;}
    .home_program .head .more p{ display: none;}
    .home_program .head .more svg{ width: 2rem; height: 2rem;}
    .home_program .body{ margin-top: 1rem; border-radius: 1rem;}
    .home_program .rolling{ border-radius: 1rem;}
    .home_program .swiper-wrapper .swiper-slide a{ padding: 2rem 1.5rem; height: 16rem;}
    .home_program .swiper-wrapper .swiper-slide a .tag{ font-size: 1rem;}
    .home_program .swiper-wrapper .swiper-slide a .tit{ min-height: 3.6rem; line-height: 1.8rem; font-size: 1.4rem;}
    .home_program .swiper-wrapper .swiper-slide a .object{ grid-gap: 0.6rem;}
    .home_program .swiper-wrapper .swiper-slide a .object p{ font-size: 1rem;}
    .home_program .swiper-wrapper .swiper-slide a .object span{ height: 1rem;}
    .home_program .swiper-wrapper .swiper-slide a .day{ padding: 0 1rem; height: 1.6rem; border-radius: 2rem; font-size: 0.9rem;}
    .home_program .swiper-wrapper .swiper-slide a svg{ right: 1.5rem; bottom: 2rem; width: 1.8rem; height: 1.8rem;}

    .home_program_page{ grid-gap: 0.2rem; margin-right: 0.8rem; font-size: 1rem;}
    .home_program_page span{ font-size: 1rem;}
    .home_program_page span.swiper-pagination-current{ font-size: 1.1rem;}

    .home_program_btn a{ width: 2rem; height: 2rem;}
    .home_program_btn a svg{ width: 1.4rem; height: 1.4rem;}

    .home_program_prev{ width: 2rem; height: 2rem;}
    .home_program_prev svg{ width: 1.4rem; height: 1.4rem;}
    .home_program_next{ width: 2rem; height: 2rem;}
    .home_program_next svg{ width: 1.4rem; height: 1.4rem;}
}




.home_top{}
.home_top .modle_min{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 50px; padding: 80px 0;}
.home_top .modle_min .inner{ min-width: 0;}
@media(max-width: 1400px){
    .home_top .modle_min{ grid-gap: 20px;}
}
@media(max-width: 1000px){
    .home_top .modle_min{ display: grid; grid-template-columns: repeat(2,1fr);}
    .home_top .modle_min .inner:nth-child(3){ grid-column: 1/3;}
}
@media(max-width: 767px){
    .home_top .modle_min{ grid-template-columns: repeat(1,1fr); grid-gap: 3rem; padding: 3rem 0;}
    .home_top .modle_min .inner:nth-child(3){ grid-column: 1/2;}
}


.home_alarm_zone{}
.home_alarm_zone .head{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px;}
.home_alarm_zone .head .tit{ font-size: 30px; font-weight: 700; color: #000;}
.home_alarm_zone .head .fr{ display: flex; grid-gap: 5px;}
.home_alarm_zone .head .fr .home_alarm_zone_page{ display: flex; align-items: center; grid-gap: 5px; margin-right: 15px; width: auto; font-size: 18px; font-weight: 300; color: rgba(0 0 0/20%); transition: all .2s;}
.home_alarm_zone .head .fr .home_alarm_zone_page span{ font-size: 18px; color: rgba(0 0 0/60%);}
.home_alarm_zone .head .fr .home_alarm_zone_page span.swiper-pagination-current{ font-size: 20px; font-weight: 600; color: #000;}
.home_alarm_zone .head .fr .home_alarm_zone_btn{}
.home_alarm_zone .head .fr .home_alarm_zone_btn a{ display: none; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(0 0 0/20%); cursor: pointer; transition: all .2s;}
.home_alarm_zone .head .fr .home_alarm_zone_btn a svg{ width: 18px; height: 18px;}
.home_alarm_zone .head .fr .home_alarm_zone_btn a svg path{ color: #000;}
.home_alarm_zone .head .fr .home_alarm_zone_btn a svg rect{ fill: #000;}
.home_alarm_zone .head .fr .home_alarm_zone_btn a:hover{ border: 1px solid rgba(0 0 0/100%);}
.home_alarm_zone .head .fr .home_alarm_zone_btn a.on{ display: flex;}
.home_alarm_zone .head .fr .home_alarm_zone_prev{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(0 0 0/20%); cursor: pointer; transition: all .2s;}
.home_alarm_zone .head .fr .home_alarm_zone_prev svg{ width: 20px; height: 20px;}
.home_alarm_zone .head .fr .home_alarm_zone_prev svg path{ color: #000;}
.home_alarm_zone .head .fr .home_alarm_zone_prev:hover{ border: 1px solid rgba(0 0 0/100%);}
.home_alarm_zone .head .fr .home_alarm_zone_next{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(0 0 0/20%); cursor: pointer; transition: all .2s;}
.home_alarm_zone .head .fr .home_alarm_zone_next svg{ width: 20px; height: 20px;}
.home_alarm_zone .head .fr .home_alarm_zone_next svg path{ color: #000;}
.home_alarm_zone .head .fr .home_alarm_zone_next:hover{ border: 1px solid rgba(0 0 0/100%);}
.home_alarm_zone .body{}
.home_alarm_zone .body .rolling{ overflow: hidden; border-radius: 20px; box-shadow: 0 10px 20px 0 rgba(0 0 0/5%);}
.home_alarm_zone .body .rolling .swiper-wrapper{}
.home_alarm_zone .body .rolling .swiper-wrapper .swiper-slide{}
.home_alarm_zone .body .rolling .swiper-wrapper .swiper-slide a{ display: block;}
.home_alarm_zone .body .rolling .swiper-wrapper .swiper-slide img{ display: block; width: 100%;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .home_alarm_zone .head{ padding-bottom: 1rem;}
    .home_alarm_zone .head .tit{ font-size: 1.8rem;}
    .home_alarm_zone .head .fr{ grid-gap: 0.5rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_page{ grid-gap: 0.5rem; margin-right: 1rem; font-size: 1.2rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_page span{ font-size: 1.2rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_page span.swiper-pagination-current{ font-size: 1.2rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_btn a{ width: 2.2rem; height: 2.2rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_btn a svg{ width: 1rem; height: 1rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_prev{ width: 2.2rem; height: 2.2rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_prev svg{ width: 1rem; height: 1rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_next{ width: 2.2rem; height: 2.2rem;}
    .home_alarm_zone .head .fr .home_alarm_zone_next svg{ width: 1rem; height: 1rem;}
    .home_alarm_zone .body .rolling{ border-radius: 1rem;}
}


.home_program_matching{ display: flex; flex-direction: column; height: 100%;}
.home_program_matching .head{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px;}
.home_program_matching .head .tit{ font-size: 30px; font-weight: 700; color: #000;}
.home_program_matching .head .more{ display: flex; align-items: center; grid-gap: 5px; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #ddd; transition: all .3s;}
.home_program_matching .head .more p{ font-size: 14px; color: #666;}
.home_program_matching .head .more svg{ width: 16px; height: 16px;}
.home_program_matching .head .more svg path{ color: #666;}
.home_program_matching .head .more:hover{ border-color: #000;}
.home_program_matching .body{ flex: 1; display: flex; flex-direction: column; border-radius: 20px; box-shadow: 0 10px 20px 0 rgba(0 0 0/5%);}
.home_program_matching .body .top{ display: flex; flex-direction: column; justify-content: center; padding: 0 40px; height: 130px; border-radius: 20px 20px 0 0; background: url(/resources/images/hpm_bg.jpg) center/cover;}
.home_program_matching .body .top .txt{ font-size: 14px; color: rgba(255 255 255/80%);}
.home_program_matching .body .top .tit{ margin-top: 10px; line-height: 1.2; font-size: 20px; font-weight: 700; color: #FFF;}
.home_program_matching .body .notice_list{ flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 0 40px 0 40px; border-radius: 0 0 20px 20px; border: 1px solid rgba(0 0 0/10%); border-top: 0; background: #FFF;}
.home_program_matching .body .notice_list a{ display: flex; flex-direction: column; justify-content: center; grid-gap: 10px; position: relative; padding-right: 30px; height: 25%; border-bottom: 1px solid #ddd;}
.home_program_matching .body .notice_list a:last-child{ border-bottom: 0;}
.home_program_matching .body .notice_list a .tit{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-size: 18px; font-weight: 600; color: #000; transition: all .3s;}
.home_program_matching .body .notice_list a .date{ font-size: 14px; color: #999;}
.home_program_matching .body .notice_list a svg{ position: absolute; top: calc(50% - 10px); right: 0; width: 20px; height: 20px;}
.home_program_matching .body .notice_list a:hover .tit{ color: #0044b5;}
.home_program_matching .body .bottom{ flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 10px 40px 40px 40px; border-radius: 0 0 20px 20px; border: 1px solid rgba(0 0 0/10%); border-top: 0; background: #FFF;}
.home_program_matching .body .bottom .list{}
.home_program_matching .body .bottom .list .wrap{ display: flex; align-items: center; height: 80px; border-bottom: 1px solid #ddd;}
.home_program_matching .body .bottom .list .wrap:last-child{ border-bottom: 0;}
.home_program_matching .body .bottom .list .wrap .tit{ display: flex; align-items: center; grid-gap: 10px;}
.home_program_matching .body .bottom .list .wrap .tit img{ display: block; width: 30px;}
.home_program_matching .body .bottom .list .wrap .tit p{ font-size: 18px; font-weight: 700; color: #000;}
.home_program_matching .body .bottom .list .wrap select{ flex: 1; display: flex; align-items: center; margin: 0; padding: 0 35px 0 30px; width: auto; height: 40px; border-radius: 0; border: 0; background: url(/resources/images/modle_select_down.svg) no-repeat center right 0 #FFF; background-size: 14px auto; font-size: 16px; font-weight: 400; color: #333; outline: none; -webkit-appearance: none;}
.home_program_matching .body .bottom .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; width: 100%; height: 60px; border-radius: 30px; background: #eef4ff; cursor: pointer;}
.home_program_matching .body .bottom .btn img{ display: block; height: 20px;}
.home_program_matching .body .bottom .btn p{ font-size: 20px; font-weight: 700; color: #0044b5;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
    .home_program_matching .body .bottom .list .wrap{ height: 75px;}
    .home_program_matching .body .bottom .btn{ height: 50px;}
}
@media(max-width: 767px){
    .home_program_matching .head{ padding-bottom: 1rem;}
    .home_program_matching .head .tit{ font-size: 1.8rem;}
    .home_program_matching .body{ border-radius: 1rem;}
    .home_program_matching .body .top{ padding: 2rem; height: auto; border-radius: 1rem 1rem 0 0;}
    .home_program_matching .body .top .txt{ font-size: 1rem;}
    .home_program_matching .body .top .tit{ margin-top: 0.8rem; font-size: 1.4rem;}
    .home_program_matching .body .notice_list{ padding: 0 2rem; border-radius: 0 0 1rem 1rem;}
    .home_program_matching .body .notice_list a{ grid-gap: 0.5rem; padding: 1.5rem 3rem 1.5rem 0; height: auto;}
    .home_program_matching .body .notice_list a .tit{ font-size: 1.2rem;}
    .home_program_matching .body .notice_list a .date{ font-size: 1rem;}
    .home_program_matching .body .notice_list a svg{ top: calc(50% - 0.5rem); width: 1rem; height: 1rem;}
    .home_program_matching .body .bottom{ padding: 0.5rem 2rem 2rem 2rem; border-radius: 0 0 1rem 1rem;}
    .home_program_matching .body .bottom .list .wrap{ height: 5rem;}
    .home_program_matching .body .bottom .list .wrap .tit{ grid-gap: 0.8rem;}
    .home_program_matching .body .bottom .list .wrap .tit img{ width: 1.8rem;}
    .home_program_matching .body .bottom .list .wrap .tit p{ font-size: 1.4rem;}
    .home_program_matching .body .bottom .list .wrap select{ padding: 0 2rem 0 2rem; height: 3rem; background-size: 1rem auto; font-size: 1.1rem;}
    .home_program_matching .body .bottom .btn{ grid-gap: 0.8rem; margin-top: 1rem; height: 3.5rem; border-radius: 3rem;}
    .home_program_matching .body .bottom .btn img{ height: 1.2rem;}
    .home_program_matching .body .bottom .btn p{ font-size: 1.2rem;}
}


.home_calendar{ display: flex; flex-direction: column; height: 100%;}
.home_calendar .head{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px;}
.home_calendar .head .tit{ font-size: 30px; font-weight: 700; color: #000;}
.home_calendar .head .fr{ display: flex; align-items: center; grid-gap: 5px;}
.home_calendar .head .fr .date{ display: flex; align-items: center; margin-right: 15px; width: auto; font-size: 18px; font-weight: 300; color: rgba(0 0 0/60%); transition: all .2s;}
.home_calendar .head .fr .date b{ font-weight: 700; color: #000;}
.home_calendar .head .fr .btn{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(0 0 0/20%); cursor: pointer; transition: all .2s;}
.home_calendar .head .fr .btn svg{ width: 20px; height: 20px;}
.home_calendar .head .fr .btn svg path{ color: #000;}
.home_calendar .head .fr .btn:hover{ border: 1px solid rgba(0 0 0/100%);}
.home_calendar .body{ flex: 1; display: flex; flex-direction: column; grid-gap: 10px;}
.home_calendar .body .calendar{ overflow: hidden; border-radius: 20px; border: 1px solid #ddd; box-shadow: 0 10px 20px 0 rgba(0 0 0/5%);}
.home_calendar .body .calendar .c_head{ display: flex; justify-content: space-between; align-items: center; padding: 0 10px; height: 60px; border-bottom: 1px solid #ddd; background: #edf1f5;}
.home_calendar .body .calendar .c_head p{ width: 50%; text-align: center; font-size: 16px;}
.home_calendar .body .calendar .c_head p.sun{ color: #F00;}
.home_calendar .body .calendar .c_head p.sat{ color: #00bef5;}
.home_calendar .body .calendar .c_body{ overflow: hidden; padding: 10px 10px;}
.home_calendar .body .calendar .c_body ul{ display: flex; flex-wrap: wrap;}
.home_calendar .body .calendar .c_body ul li{ display: flex; justify-content: center; align-items: center; width: 14.285%; height: 50px;}
.home_calendar .body .calendar .c_body ul li p{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; width: 36px; height: 36px; border-radius: 50%; font-size: 16px; color: #666;}
.home_calendar .body .calendar .c_body ul li p b{ display: none; margin-top: -4px; font-size: 12px; color: #FFF; transform: scale(0.6);}
.home_calendar .body .calendar .c_body ul li p font{ display: block; position: absolute; top: 0; right: 0; width: 8px; height: 8px; border-radius: 50%;}
.home_calendar .body .calendar .c_body ul li.today p{ background: #00a4cf !important; color: #FFF !important;}
.home_calendar .body .calendar .c_body ul li.today p b{ display: block;}
.home_calendar .body .calendar .c_body ul li.sun p{ color: #F00;}
.home_calendar .body .calendar .c_body ul li.sat p{ color: #00bef5;}
.home_calendar .body .list{ flex: 1; position: relative; border-radius: 20px; border: 1px solid #ddd; box-shadow: 0 10px 20px 0 rgba(0 0 0/5%);}
.home_calendar .body .list .box{ overflow: auto; display: grid; position: absolute; top: 25px; right: 15px; left: 20px; height:50px;}
.home_calendar .body .list .wrap{ display: flex; align-items: center; padding-right: 20px; justify-content: center;}
.home_calendar .body .list .wrap span{ display: flex; align-items: center; grid-gap: 5px; width: 60px; font-size: 16px; font-weight: 700;}
.home_calendar .body .list .wrap span font{ display: block; width: 6px; height: 6px; border-radius: 50%;}
.home_calendar .body .list .wrap p{ flex: 1; font-size: 16px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
    .home_calendar{ padding-top: 60px;}
    .home_calendar .body .list{ padding: 30px 40px;}
    .home_calendar .body .list .box{ position: initial;}
}
@media(max-width: 767px){
    .home_calendar{ padding-top: 0;}
    .home_calendar .head{ padding-bottom: 1rem;}
    .home_calendar .head .tit{ font-size: 1.8rem;}
    .home_calendar .head .fr{ grid-gap: 0.5rem;}
    .home_calendar .head .fr .date{ margin-right: 1rem; font-size: 1.4rem;}
    .home_calendar .head .fr .btn{ width: 2.2rem; height: 2.2rem;}
    .home_calendar .head .fr .btn svg{ width: 1rem; height: 1rem;}
    .home_calendar .body{ grid-gap: 1rem;}
    .home_calendar .body .calendar{ border-radius: 1rem;}
    .home_calendar .body .calendar .c_head{ padding: 0 1rem; height: 4rem;}
    .home_calendar .body .calendar .c_head p{ font-size: 1.1rem;}
    .home_calendar .body .calendar .c_body{ padding: 1rem;}
    .home_calendar .body .calendar .c_body ul li{ height: 3.5rem;}
    .home_calendar .body .calendar .c_body ul li p{ width: 3.2rem; height: 3.2rem; font-size: 1.1rem;}
    .home_calendar .body .calendar .c_body ul li p b{ margin-top: 0; font-size: 0.7rem; transform: scale(1);}
    .home_calendar .body .list{ padding: 2rem; border-radius: 1rem;}
    .home_calendar .body .list .box{ grid-gap: 0.5rem;}
    .home_calendar .body .list .wrap{ padding-right: 0; height: 2rem;}
    .home_calendar .body .list .wrap span{ grid-gap: 0.5rem; width: 4rem; font-size: 1.2rem;}
    .home_calendar .body .list .wrap p{ font-size: 1.1rem}
}


.home_info_portal{ padding: 80px 0; background: #f3f7fb;}
.home_info_portal .modle_min{ display: flex; grid-gap: 30px; position: relative;}
.home_info_portal .head{ flex: 0 0 300px; padding-top: 20px;}
.home_info_portal .head .tit{ font-size: 36px; font-weight: 700; color: #000;}
.home_info_portal .head .txt{ margin-top: 20px; line-height: 1.2; font-size: 18px; color: rgba(0 0 0/80%);}
.home_info_portal .body{ flex: 1; display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 20px;}
.home_info_portal .body .wrap{ display: flex; padding: 40px 40px 40px 0; border-radius: 20px; background: #FFF;}
.home_info_portal .body .wrap .icon{ display: flex; justify-content: center; align-items: center; width: 120px; height: 90px;}
.home_info_portal .body .wrap .icon img{ display: block; height: 50px;}
.home_info_portal .body .wrap .fr{ flex: 1;}
.home_info_portal .body .wrap .fr .tit{ font-size: 22px; font-weight: 600; color: #000;}
.home_info_portal .body .wrap .fr .txt{ margin-top: 10px; line-height: 1.2; font-size: 16px; color: #666;}
.home_info_portal .body .wrap .fr .tag{ display: flex; flex-wrap: wrap; justify-content: flex-start; grid-gap: 5px; margin-top: 15px;}
.home_info_portal .body .wrap .fr .tag p{ display: flex; align-items: center; padding: 0 10px; height: 25px; border-radius: 5px; background: #f3f7fb; font-size: 13px; color: rgba(0 0 0/60%);}
.home_info_portal .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; position: absolute; top: 180px; left: 0; max-width: 220px; width: 100%; height: 50px; border-radius: 30px; background: #000; cursor: pointer;}
.home_info_portal .btn p{ font-size: 17px; font-weight: 700; color: #FFF;}
.home_info_portal .btn svg{ width: 24px; height: 24px;}
.home_info_portal .btn svg path{ color: #FFF;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
    .home_info_portal .modle_min{ flex-direction: column; align-items: center;}
    .home_info_portal .head{ flex: 1; padding-top: 0; text-align: center;}
    .home_info_portal .body .wrap{ padding: 30px 30px 30px 0;}
    .home_info_portal .body .wrap .icon{ width: 100px;}
    .home_info_portal .btn{ position: initial;}
}
@media(max-width: 767px){
    .home_info_portal{ padding: 4rem 0;}
    .home_info_portal .modle_min{ grid-gap: 2rem;}
    .home_info_portal .head .tit{ font-size: 1.8rem;}
    .home_info_portal .head .txt{ margin-top: 1rem; font-size: 1.2rem;}
    .home_info_portal .body{ grid-template-columns: repeat(1,1fr); grid-gap: 1rem; width: 100%;}
    .home_info_portal .body .wrap{ padding: 2rem 2rem 2rem 0; border-radius: 1rem;}
    .home_info_portal .body .wrap .icon{ width: 8rem; height: auto;}
    .home_info_portal .body .wrap .icon img{ height: 3rem;}
    .home_info_portal .body .wrap .fr .tit{ font-size: 1.4rem;}
    .home_info_portal .body .wrap .fr .txt{ margin-top: 0.6rem; font-size: 1.1rem;}
    .home_info_portal .body .wrap .fr .tag{ grid-gap: 0.6rem; margin-top: 1rem;}
    .home_info_portal .body .wrap .fr .tag p{ padding: 0 0.8rem; height: 2rem; border-radius: 0.5rem; font-size: 1rem;}
    .home_info_portal .btn{ grid-gap: 0.5rem; max-width: 16rem; height: 3.5rem; border-radius: 2rem;}
    .home_info_portal .btn p{ font-size: 1.2rem;}
    .home_info_portal .btn svg{ width: 1.6rem; height: 1.6rem;}
}




.sub{}
.sub .modle_min{ padding: 80px 0 100px 0;}
.sub_title{ margin-bottom: 60px; text-align: center; line-height: 1.2; font-size: 36px; font-weight: 700; color: #000;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .sub .modle_min{ padding: 3rem 0 4rem 0;}
    .sub_title{ margin-bottom: 2.5rem; font-size: 1.8rem;}
}




.sub_program_options{ display: flex; justify-content: space-between; align-items: center; padding: 30px 40px; background: #f6f8fb;}
.sub_program_options .fl{}
.sub_program_options .fl .tit{ font-size: 20px; font-weight: 500; color: #000;}
.sub_program_options .fl .tit b{ font-weight: 700; color: #2143b4;}
.sub_program_options .fr{ display: flex; grid-gap: 5px;}
.sub_program_options .fr 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(/resources/images/modle_select_down.svg) no-repeat center right 15px #FFF; background-size: 14px auto; font-size: 15px; font-weight: 400; color: #333; outline: none; -webkit-appearance: none;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .sub_program_options{ align-items: center; padding: 1rem 1rem;}
    .sub_program_options .fl .tit{ font-size: 1.2rem;}
    .sub_program_options .fr{ grid-gap: 0.2rem;}
    .sub_program_options .fr select{ padding: 0 2.2rem 0 0.8rem; height: 2.5rem; border-radius: 2rem; background: url(/resources/images/modle_select_down.svg) no-repeat center right 0.8rem #FFF; background-size: 1rem auto; font-size: 1rem;}
}


.sub_program_list{ margin-top: 0; border-top: 2px solid #2143b4;}
.sub_program_list.mypage{ border: 0;}
.sub_program_list .wrap{ position: relative; padding: 40px; border-right: 1px solid rgba(0 0 0/0%); border-left: 1px solid rgba(0 0 0/0%); border-bottom: 1px solid rgba(0 0 0/10%); transition: all .2s;}
.sub_program_list .wrap .ft{ display: flex; justify-content: space-between; align-items: center;}
.sub_program_list .wrap .ft .fl{ display: flex; align-items: center; grid-gap: 5px;}
.sub_program_list .wrap .ft .fl .tag{ display: flex; align-items: center; padding: 0 15px; height: 29px; border-radius: 5px; background: #999; font-size: 15px; font-weight: 500; color: #FFF;}
.sub_program_list .wrap .ft .fl .day{ display: flex; align-items: center; padding: 0 15px; height: 29px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 500; color: #2143b4;}
.sub_program_list .wrap .ft .fl .tip{ display: flex; align-items: center; padding: 0 15px; height: 29px; border-radius: 5px; background: #f9f9f9; font-size: 15px; color: #999;}
.sub_program_list .wrap .ft .fl .tip.on{ background: #e9fbe7; color: #0fad03; font-weight: 500;}
.sub_program_list .wrap .ft .fl .tip.end{ background: #ffe0e0; color: #F00; font-weight: 500;}
.sub_program_list .wrap .ft .btn{ display: flex; grid-gap: 5px;}
.sub_program_list .wrap .ft .btn a{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(0 0 0/10%); cursor: pointer; transition: all .2s;}
.sub_program_list .wrap .ft .btn a svg{ width: 20px; height: 20px;}
.sub_program_list .wrap .ft .btn a:hover{ background: #edf1f5;}
.sub_program_list .wrap .ft .btn a.on{ border-color: #2143b4; background: #2143b4;}
.sub_program_list .wrap .ft .btn a.on svg path{ fill: #FFF; color: #FFF;}
.sub_program_list .wrap .ft .btn .situation{ display: flex; align-items: center; grid-gap: 10px; padding: 0 15px; height: 35px; border-radius: 20px; background: #ffe0e0; font-size: 15px; font-weight: 500; color: #F00; transition: all .2s;}
.sub_program_list .wrap .ft .btn .situation.off{ background: #f0f0f0; color: #666;}
.sub_program_list .wrap .ft .btn .situation.on{ background: #F00; color: #FFF;}
.sub_program_list .wrap .ft .btn .data{ display: flex; align-items: center; grid-gap: 2px; font-size: 15px; color: #333;}
.sub_program_list .wrap .ft .btn .data b{ font-weight: 600; color: #2143b4;}
.sub_program_list .wrap .tit{ margin-top: 30px; line-height: 1.2; font-size: 24px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .2s;}
.sub_program_list .wrap .info{ display: grid; grid-gap: 12px; margin-top: 20px;}
.sub_program_list .wrap .info p{ display: flex; align-items: flex-end; font-size: 17px; font-weight: 500; color: #000;}
.sub_program_list .wrap .info p .pay{ display: flex; align-items: flex-end; grid-gap: 2px;}
.sub_program_list .wrap .info p .pay .money{ font-size: 20px; font-weight: 600; color: #F00;}
.sub_program_list .wrap .info p .pay .vat{ font-size: 13px; color: #999;}
.sub_program_list .wrap .info p b{ flex: 0 0 60px; font-weight: 400; color: #666;}
.sub_program_list .wrap > .btn{ display: flex; align-items: center; grid-gap: 10px; position: absolute; right: 40px; bottom: 40px; padding: 0 30px; height: 45px; border-radius: 5px; background: #2143b4; transition: all .2s;}
.sub_program_list .wrap > .btn p{ font-size: 16px; font-weight: 600; color: #FFF;}
.sub_program_list .wrap > .btn svg{ width: 20px; height: 20px; transform: translate(0,-1px); transition: all .4s;}
.sub_program_list .wrap > .btn svg path{ fill: #FFF;}
.sub_program_list .wrap > .audit{ display: flex; align-items: center; grid-gap: 10px; position: absolute; right: 40px; bottom: 40px; padding: 0 30px; height: 45px; border-radius: 5px; background: #e8ecf7; font-size: 16px; font-weight: 600; color: #2143b4; transition: all .2s;}
.sub_program_list .wrap > .audit.off{ background: #f0f0f0; color: #666;}
.sub_program_list .wrap > .audit.on{ background: #2143b4; color: #FFF;}
.sub_program_list .wrap:hover{ border-right: 1px solid rgba(0 0 0/10%); border-left: 1px solid rgba(0 0 0/10%); box-shadow: 0 5px 30px 0 rgba(0 0 0/8%);}
.sub_program_list .wrap:hover > .btn{ box-shadow: 0 10px 15px 0 rgba(33 67 180/30%);}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
    .sub_program_list{ grid-template-columns: repeat(1,1fr);}
}
@media(max-width: 767px){
    .sub_program_list{ grid-gap: 1rem;}
    .sub_program_list .wrap{ padding: 2rem 0;}
    .sub_program_list .wrap .ft .fl{ grid-gap: 0.4rem;}
    .sub_program_list .wrap .ft .fl .tag{ padding: 0 1rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .sub_program_list .wrap .ft .fl .day{ padding: 0 1rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .sub_program_list .wrap .ft .fl .tip{ padding: 0 1rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .sub_program_list .wrap .ft .btn{ grid-gap: 0.4rem;}
    .sub_program_list .wrap .ft .btn a{ width: 2.2rem; height: 2.2rem;}
    .sub_program_list .wrap .ft .btn a svg{ width: 1.1rem; height: 1.1rem;}
    .sub_program_list .wrap .ft .btn .situation{ padding: 0 1rem; height: 2.2rem; font-size: 1rem;}
    .sub_program_list .wrap .ft .btn .data{ font-size: 1.1rem;}
    .sub_program_list .wrap .tit{ margin-top: 1.5rem; font-size: 1.6rem;}
    .sub_program_list .wrap .info{ grid-gap: 0.8rem; margin-top: 1.5rem;}
    .sub_program_list .wrap .info p{ font-size: 1rem;}
    .sub_program_list .wrap .info p .pay{ grid-gap: 0.2rem;}
    .sub_program_list .wrap .info p .pay .money{ font-size: 1.2rem;}
    .sub_program_list .wrap .info p .pay .vat{ font-size: 0.9rem;}
    .sub_program_list .wrap .info p b{ flex: 0 0 4rem;}
    .sub_program_list .wrap > .btn{ grid-gap: 0.5rem; right: 0; bottom: 2rem; padding: 0 1.2rem; height: 3rem; border-radius: 0.4rem;}
    .sub_program_list .wrap > .btn p{ font-size: 1.1rem;}
    .sub_program_list .wrap > .btn svg{ width: 1.4rem; height: 1.4rem;}
    .sub_program_list .wrap > .audit{ grid-gap: 0.5rem; right: 0; bottom: 2rem; padding: 0 1.2rem; height: 3rem; border-radius: 0.4rem; font-size: 1.1rem;}
    .sub_program_list .wrap:hover{ border-right: 1px solid rgba(0 0 0/0%); border-left: 1px solid rgba(0 0 0/0%); box-shadow: none;}
    .sub_program_list .wrap:hover > .btn{ box-shadow: none; transform: scale(1);}
}


.sub_program_detail{}
.sub_program_detail .head{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.sub_program_detail .head .ft{ display: flex; align-items: center; grid-gap: 5px;}
.sub_program_detail .head .ft .tag{ display: flex; align-items: center; padding: 0 20px; height: 40px; border-radius: 5px; background: #999; font-size: 16px; font-weight: 500; color: #FFF;}
.sub_program_detail .head .ft .day{ display: flex; align-items: center; padding: 0 20px; height: 40px; border-radius: 5px; background: #e8ecf7; font-size: 16px; font-weight: 500; color: #2143b4;}
.sub_program_detail .head .ft .tip{ display: flex; align-items: center; padding: 0 20px; height: 40px; border-radius: 5px; background: #f9f9f9; font-size: 16px; color: #999;}
.sub_program_detail .head .ft .tip.on{ background: #e9fbe7; color: #0fad03; font-weight: 500;}
.sub_program_detail .head .tit{ margin-top: 30px; text-align: center; line-height: 1.4; font-size: 30px; font-weight: 700; color: #000;}
.sub_program_detail .head .fb{ display: flex; align-items: center; grid-gap: 40px; margin-top: 20px;}
.sub_program_detail .head .fb .date{ display: flex; grid-gap: 20px;}
.sub_program_detail .head .fb .date p{ display: flex; align-items: center; grid-gap: 5px; font-size: 15px; color: #999;}
.sub_program_detail .head .fb .date p b{ font-weight: 500; color: #000;}
.sub_program_detail .head .fb .btn{ display: flex; grid-gap: 10px;}
.sub_program_detail .head .fb .btn a{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(0 0 0/10%); cursor: pointer; transition: all .2s;}
.sub_program_detail .head .fb .btn a svg{ width: 20px; height: 20px;}
.sub_program_detail .head .fb .btn a:hover{ background: #edf1f5;}
.sub_program_detail .head .fb .btn a.on{ border-color: #2143b4; background: #2143b4;}
.sub_program_detail .head .fb .btn a.on svg path{ fill: #FFF; color: #FFF;}

.sub_program_detail .title{ padding: 60px 0 20px 0; font-size: 30px; font-weight: 700; color: #000;}

.sub_program_detail .intro{ padding: 40px; border: 1px solid #ddd; border-top: 2px solid #000;}
.sub_program_detail .intro ul{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
.sub_program_detail .intro ul li{ position: relative; padding-left: 15px;}
.sub_program_detail .intro ul li:before{ content: ''; position: absolute; top: 6px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #000;}
.sub_program_detail .intro ul li span{ font-size: 17px; font-weight: 500; color: #000;}
.sub_program_detail .intro ul li p{ margin-top: 10px; line-height: 1.2; font-size: 17px; color: #333;}

.sub_program_detail .notes{ display: grid; grid-gap: 20px; padding-top: 30px; border-top: 2px solid #000;}
.sub_program_detail .notes .t1{ display: grid; grid-gap: 10px;}
.sub_program_detail .notes .t1 li{ counter-increment: num; position: relative; padding-left: 20px; line-height: 1.2; font-size: 17px; color: #000;}
.sub_program_detail .notes .t1 li::before{ content: counter(num) "."; position: absolute; top: 0; left: 0; line-height: 1.2; font-size: 17px; color: #000;}
.sub_program_detail .notes .t2{ line-height: 1.2; font-size: 15px; color: #F00;}
.sub_program_detail .notes .t3{ text-align: right; font-size: 20px; font-weight: 600; color: #000;}

.sub_program_detail .eligibility{ display: flex; flex-wrap: wrap; grid-gap: 10px; padding-top: 30px; border-top: 2px solid #000;}
.sub_program_detail .eligibility .wrap{ display: flex; align-items: center; padding: 0 20px; height: 50px; border-radius: 5px; border: 1px solid #ddd;}
.sub_program_detail .eligibility .wrap p{ font-size: 18px; font-weight: 600; color: #000;}

.sub_program_detail .tel{ display: flex; flex-wrap: wrap; grid-gap: 30px; padding-top: 30px; border-top: 2px solid #000;}
.sub_program_detail .tel .wrap{ position: relative; padding-left: 15px;}
.sub_program_detail .tel .wrap:before{ content: ''; position: absolute; top: 7px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #000;}
.sub_program_detail .tel .wrap .tit{ font-size: 18px; font-weight: 500; color: #000;}
.sub_program_detail .tel .wrap .data{ display: flex; align-items: center; grid-gap: 5px; margin-top: 15px;}
.sub_program_detail .tel .wrap .data p{ display: flex; align-items: center; grid-gap: 10px; padding: 15px 20px; border-radius: 5px; border: 1px solid #ddd;}
.sub_program_detail .tel .wrap .data p svg{ width: 18px; height: 18px;}
.sub_program_detail .tel .wrap .data p span{ font-size: 17px; color: #333;}

.sub_program_detail .file{ display: grid; grid-gap: 5px; padding: 30px 40px; border-top: 2px solid #000; background: #f6f8fb;}
.sub_program_detail .file .wrap{ display: flex; justify-content: space-between; align-items: center;}
.sub_program_detail .file .wrap p{ flex: 1; display: flex; align-items: center; grid-gap: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.sub_program_detail .file .wrap p svg{ width: 16px; height: 16px; transition: all .2s;}
.sub_program_detail .file .wrap p span{ font-size: 17px; color: #000; transition: all .2s;}
.sub_program_detail .file .wrap a{ display: flex; justify-content: center; align-items: center; grid-gap: 8px; margin-left: 30px; padding: 0 12px; height: 35px; border-radius: 5px; border: 1px solid rgba(0 0 0/10%); background: #FFF; transition: all .2s;}
.sub_program_detail .file .wrap a span{ font-size: 14px; color: #333; transition: all .2s;}
.sub_program_detail .file .wrap a svg{ width: 14px; height: 14px; transition: all .2s;}
.sub_program_detail .file .wrap:hover p svg path{ color: #2143b4;}
.sub_program_detail .file .wrap:hover p span{ color: #2143b4;}
.sub_program_detail .file .wrap:hover a{ border-color: #2143b4;}
.sub_program_detail .file .wrap:hover a span{ color: #2143b4;}
.sub_program_detail .file .wrap:hover a svg path{ color: #2143b4;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
    .sub_program_detail .intro ul{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 767px){
    .sub_program_detail{}
    .sub_program_detail .head .ft{ grid-gap: 0.4rem;}
    .sub_program_detail .head .ft .tag{ padding: 0 1rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .sub_program_detail .head .ft .day{ padding: 0 1rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .sub_program_detail .head .ft .tip{ padding: 0 1rem; height: 2.2rem; border-radius: 0.4rem; font-size: 1rem;}
    .sub_program_detail .head .tit{ margin-top: 1.5rem; font-size: 1.6rem;}
    .sub_program_detail .head .fb{ grid-gap: 2rem; margin-top: 1rem;}
    .sub_program_detail .head .fb .date{ grid-gap: 1.2rem;}
    .sub_program_detail .head .fb .date p{ grid-gap: 0.4rem; font-size: 1rem;}
    .sub_program_detail .head .fb .btn{ grid-gap: 0.5rem;}
    .sub_program_detail .head .fb .btn a{ width: 2.2rem; height: 2.2rem;}
    .sub_program_detail .head .fb .btn a svg{ width: 1.1rem; height: 1.1rem;}

    .sub_program_detail .title{ padding: 3rem 0 1rem 0; font-size: 1.6rem;}

    .sub_program_detail .intro{ padding: 1.5rem;}
    .sub_program_detail .intro ul{ grid-gap: 1.5rem 1rem;}
    .sub_program_detail .intro ul li{ padding-left: 0.8rem;}
    .sub_program_detail .intro ul li:before{ top: 0.4rem; width: 0.4rem; height: 0.4rem;}
    .sub_program_detail .intro ul li span{ font-size: 1.1rem;}
    .sub_program_detail .intro ul li p{ margin-top: 0.5rem; font-size: 1.1rem;}

    .sub_program_detail .eligibility{ grid-gap: 0.5rem; padding-top: 1.5rem;}
    .sub_program_detail .eligibility .wrap{ padding: 0 1rem; height: 3.5rem; border-radius: 0.4rem;}
    .sub_program_detail .eligibility .wrap p{ font-size: 1.2rem;}

    .sub_program_detail .notes{ grid-gap: 1.5rem; padding-top: 1.5rem;}
    .sub_program_detail .notes .t1{ grid-gap: 0.8rem;}
    .sub_program_detail .notes .t1 li{ padding-left: 1.2rem; font-size: 1.1rem;}
    .sub_program_detail .notes .t1 li::before{ font-size: 1.1rem;}
    .sub_program_detail .notes .t2{ font-size: 1rem;}
    .sub_program_detail .notes .t3{ font-size: 1.2rem;}

    .sub_program_detail .tel{ grid-gap: 1.5rem; padding-top: 1.5rem;}
    .sub_program_detail .tel .wrap{ padding-left: 1.2rem;}
    .sub_program_detail .tel .wrap:before{ top: 0.4rem; width: 0.4rem; height: 0.4rem;}
    .sub_program_detail .tel .wrap .tit{ font-size: 1.2rem;}
    .sub_program_detail .tel .wrap .data{ flex-wrap: wrap; grid-gap: 0.4rem; margin-top: 0.8rem;}
    .sub_program_detail .tel .wrap .data p{ grid-gap: 0.6rem; padding: 0.8rem 1rem; border-radius: 0.4rem;}
    .sub_program_detail .tel .wrap .data p svg{ width: 1.2rem; height: 1.2rem;}
    .sub_program_detail .tel .wrap .data p span{ font-size: 1.1rem;}

    .sub_program_detail .file{ grid-gap: 0.4rem; padding: 1.5rem;}
    .sub_program_detail .file .wrap p{ grid-gap: 0.4rem;}
    .sub_program_detail .file .wrap p svg{ width: 1rem; height: 1rem;}
    .sub_program_detail .file .wrap p span{ font-size: 1.1rem;}
    .sub_program_detail .file .wrap a{ grid-gap: 0; margin-left: 1.5rem; padding: 0; width: 2rem; height: 2rem; border-radius: 0.4rem;}
    .sub_program_detail .file .wrap a span{ display: none;}
    .sub_program_detail .file .wrap a svg{ width: 1rem; height: 1rem;}
}




.sub_program_application{}
.sub_program_application .sub_program_write:first-child .head{ padding-top: 0;}
@media(max-width: 767px){
}


.sub_program_write{ width: 100%;}
.sub_program_write .head{ display: flex; justify-content: space-between; align-items: flex-end; padding: 60px 0 20px 0;}
.sub_program_write .head p{ font-size: 30px; font-weight: 600; color: #000;}
.sub_program_write .head span{ font-size: 15px; color: #F00;}
.sub_program_write .head .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; padding: 0 15px; height: 40px; border-radius: 5px; border: 1px solid #ddd; cursor: pointer;}
.sub_program_write .head .btn b{ font-size: 16px; font-weight: 400; color: #000;}
.sub_program_write .head .btn svg{ width: 16px; height: 16px;}
.sub_program_write .head .btn:hover{ border-color: #2143b4;}
.sub_program_write .head .btn:hover b{ color: #2143b4;}
.sub_program_write .head .btn:hover svg path{ color: #2143b4;}
.sub_program_write .list{ display: flex; flex-wrap: wrap; border-top: 2px solid #000;}
.sub_program_write .list .wrap{ position: relative; padding: 15px 10px 15px 160px; width: 100%; border-bottom: 1px solid #e9e9e9;}
.sub_program_write .list .wrap .tit{ display: flex; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; padding: 0 10px; width: 160px;}
.sub_program_write .list .wrap .tit p{ line-height: 1.2; font-size: 16px; font-weight: 500; color: #000;}
.sub_program_write .list .wrap .tit p span{ padding-left: 5px; color: #F00;}
.sub_program_write .list .wrap .txt{ margin: 15px 0 0 0; line-height: 1.2; font-size: 14px; color: #666;}
.sub_program_write .list .wrap .txt span{ color: #F00;}
.sub_program_write .list .wrap .data{ display: flex; align-items: center; min-height: 40px; font-size: 15px; font-weight: 600; color: #000;}
.sub_program_write .list .wrap .box{ display: grid; grid-gap: 10px;}
.sub_program_write .list .wrap .box.flex{ display: flex;}
.sub_program_write.tit_width .list .wrap{ padding: 15px 10px 15px 320px;}
.sub_program_write.tit_width .list .wrap .tit p br{ display: none !important;}
.sub_program_write.tit_width .list .wrap .tit{ width: 320px;}

.sub_program_write.tit_one_line .list .wrap{ padding-left: 10px;}
.sub_program_write.tit_one_line .list .wrap .tit{ position: initial; padding: 0 0 10px 0; width: auto;}
.sub_program_write.tit_one_line .list .wrap .tit p br{ display: none;}

.sub_program_write .in{ display: flex; align-items: center; margin: 0; padding: 0 10px; width: 100%; height: 40px; border-radius: 5px; border: 1px solid rgba(0 0 0/5%); background: #f6f8fb; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_program_write .in:focus{ border: 1px solid #2143b4;}
.sub_program_write .in:read-only{ border: 0; background: #f0f0f0; color: #000; font-weight: 600;}
/* in_text 컨테이너 안의 readonly/disabled input 은 배경을 투명 처리하여
   컨테이너의 회색 배경과 옆 텍스트(예: '억원') 영역의 색이 단차 없이 보이도록 함 */
.sub_program_write .in_text > .in:read-only,
.sub_program_write .in_text > .in[readonly],
.sub_program_write .in_text > .in:disabled{ background: transparent !important;}
.sub_program_write .in_text:has(.in:read-only),
.sub_program_write .in_text:has(.in[readonly]),
.sub_program_write .in_text:has(.in:disabled){ background: #f0f0f0;}
.sub_program_write .in_text:has(.in:read-only) p,
.sub_program_write .in_text:has(.in[readonly]) p,
.sub_program_write .in_text:has(.in:disabled) p{ color: #000; font-weight: 600;}
.sub_program_write select{ display: flex; align-items: center; margin: 0; padding: 0 25px 0 10px; width: 100%; height: 40px; border-radius: 5px; border: 1px solid rgba(0 0 0/5%); background: url(/resources/images/modle_select_down.svg) no-repeat center right 10px #f6f8fb; background-size: 14px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_program_write select:focus{ border: 1px solid #2143b4;}
.sub_program_write textarea{ display: block; margin: 0; padding: 10px; width: 100%; height: 150px; resize: none; border-radius: 5px; border: 1px solid rgba(0 0 0/5%); background: #f6f8fb; line-height: 1.4; font-size: 15px; color: #000; outline: none; -webkit-appearance: none;}
.sub_program_write textarea:focus{ border: 1px solid #2143b4;}

.sub_program_write .in_text{ display: flex; align-items: center; grid-gap: 5px; padding: 0 10px; width: 100%; height: 40px; border-radius: 5px; border: 1px solid rgba(0 0 0/5%); background: #f6f8fb;}
.sub_program_write .in_text .in{ flex: 1; padding: 0; height: 100%; border: 0;}
.sub_program_write .in_text .in:focus{ border: 0;}
.sub_program_write .in_text p{ font-size: 15px; color: #666;}
.sub_program_write .in_text:focus-within{ border: 1px solid #2143b4;}
.sub_program_write .in_text.tr .in{ text-align: right;}

.sub_program_write .check_id{ display: flex; grid-gap: 10px; max-width: 320px;}
.sub_program_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;}
.sub_program_write .check_id .btn:hover{ background: #2143b4; color: #FFF;}

.sub_program_write .address{ display: grid; grid-gap: 10px;}
.sub_program_write .address .a_wrap{ display: flex; grid-gap: 10px;}
.sub_program_write .address .a_wrap:nth-child(1){ max-width: 320px;}
.sub_program_write .address .a_wrap .btn{ display: flex; justify-content: center; align-items: center; width: 120px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.sub_program_write .address .a_wrap .btn:hover{ background: #2143b4; color: #FFF;}

.sub_program_write .check{ display: flex !important; flex-wrap: wrap; grid-gap: 10px 20px !important; min-height: 40px;}
.sub_program_write .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.sub_program_write .check label .icon{ flex: 0 0 24px; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 5px; border: 1px solid #DDD; background: #f6f8fb;}
.sub_program_write .check label .icon svg{ width: 14px; height: 14px; opacity: 0;}
.sub_program_write .check label p{ font-size: 15px; color: #333; white-space: nowrap;}
.sub_program_write .check label p span{ font-weight: 600; color: #2143b4; cursor: pointer;}
.sub_program_write .check label.on .icon{ border-color: #2143b4; background: #2143b4;}
.sub_program_write .check label.on .icon svg{ opacity: 1;}
.sub_program_write .check label.on .icon svg path{ color: #FFF;}
.sub_program_write .check label.on p{ font-weight: 600; color: #000;}

.sub_program_write .radio{ display: flex; flex-wrap: wrap; grid-gap: 10px 20px; min-height: 40px;}
.sub_program_write .radio .tt{ display: flex; align-items: center; width: 220px; min-height: 40px; font-size: 15px; color: #333;}
.sub_program_write .radio label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.sub_program_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;}
.sub_program_write .radio label .icon svg{ width: 14px; height: 14px; opacity: 0;}
.sub_program_write .radio label p{ font-size: 15px; color: #666;}
.sub_program_write .radio label p span{ font-weight: 600; color: #2143b4; cursor: pointer;}
.sub_program_write .radio label.on .icon{ border-color: #2143b4; background: #2143b4;}
.sub_program_write .radio label.on .icon svg{ opacity: 1;}
.sub_program_write .radio label.on .icon svg path{ color: #FFF;}

.sub_program_write .radio_survey{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 15px; padding-top: 5px;}

.sub_program_write .landline{ display: flex; align-items: center; grid-gap: 10px;}
.sub_program_write .landline .fl{ flex: 1; display: flex; grid-gap: 10px;}
.sub_program_write .landline .fl select{ flex: 0 0 100px;}
.sub_program_write .landline .fl input{ width: 50%;}

.sub_program_write .tel{ display: flex; grid-gap: 10px;}
.sub_program_write .tel select{ flex: 0 0 100px;}
.sub_program_write .tel input{ width: 50%;}
.sub_program_write .tel_textarea{ margin-top: 10px; padding: 20px; border-radius: 10px; background: #f5f5f5; line-height: 1.4; font-size: 15px; color: #666;}

.sub_program_write .tel_sms{ display: grid; grid-gap: 10px; max-width: 320px;}
.sub_program_write .tel_sms .ft{ display: flex; grid-gap: 10px;}
.sub_program_write .tel_sms .ft select{ flex: 0 0 100px;}
.sub_program_write .tel_sms .ft input{ width: 50%;}
.sub_program_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;}
.sub_program_write .tel_sms .btn:hover{ background: #2143b4; color: #FFF;}

.sub_program_write .tel_sms_again{ display: grid; grid-gap: 10px; max-width: 320px;}
.sub_program_write .tel_sms_again .ft{ display: flex; grid-gap: 10px;}
.sub_program_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;}
.sub_program_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;}
.sub_program_write .tel_sms_again .btn:hover{ background: #2143b4; color: #FFF;}

.sub_program_write .mail{ display: flex; grid-gap: 10px;}
.sub_program_write .mail .ft{ display: flex; align-items: center; width: 70%;}
.sub_program_write .mail .ft input{ width: 50%;}
.sub_program_write .mail .ft p{ padding: 0 5px; font-size: 15px; color: #666;}
.sub_program_write .mail select{ width: 30%;}

.sub_program_write .company{ display: flex; grid-gap: 10px;}

.sub_program_write .company_number{ display: flex; grid-gap: 10px;}
.sub_program_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;}
.sub_program_write .company_number .btn:hover{ background: #2143b4; color: #FFF;}

.sub_program_write .company_name{ display: grid; grid-gap: 10px; max-width: 320px;}
.sub_program_write .company_name .row{ display: flex; grid-gap: 10px;}
.sub_program_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;}
.sub_program_write .company_name .row .plus svg{ width: 24px; height: 24px;}
.sub_program_write .company_name .row .plus svg path{ color: #2143b4; transition: all .2s;}
.sub_program_write .company_name .row .plus:hover{ background: #2143b4;}
.sub_program_write .company_name .row .plus:hover svg path{ color: #FFF;}
.sub_program_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;}
.sub_program_write .company_name .row .delete svg{ width: 24px; height: 24px;}
.sub_program_write .company_name .row .delete svg path{ color: #F00; transition: all .2s;}
.sub_program_write .company_name .row .delete:hover{ background: #F00;}
.sub_program_write .company_name .row .delete:hover svg path{ color: #FFF;}

.sub_program_write .money{ display: flex; align-items: center; grid-gap: 10px;}
.sub_program_write .money .in{ flex: 1; text-align: right;}
.sub_program_write .money p{ font-size: 15px; color: #666;}

.sub_program_write .file_up{ display: grid; grid-gap: 10px;}
.sub_program_write .file_up .row{ display: flex; align-items: center; grid-gap: 5px;}
.sub_program_write .file_up .row .in{ flex: 1;}
.sub_program_write .file_up .row .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 5px;}
.sub_program_write .file_up .row .btn p{ display: flex; justify-content: center; align-items: center; width: 100px; height: 40px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.sub_program_write .file_up .row .btn div{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 5px; border: 1px solid #ddd; cursor: pointer;}
.sub_program_write .file_up .row .btn div svg{ width: 24px; height: 24px;}
.sub_program_write .file_up .row .btn p:hover{ background: #2143b4; color: #FFF;}

.sub_program_write .file_add{ display: grid; grid-gap: 5px; padding: 30px 40px; border-top: 2px solid #000; background: #f6f8fb;}
.sub_program_write .file_add .wrap{ display: flex; justify-content: space-between; align-items: center;}
.sub_program_write .file_add .wrap p{ flex: 1; display: flex; align-items: center; grid-gap: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.sub_program_write .file_add .wrap p svg{ width: 16px; height: 16px; transition: all .2s;}
.sub_program_write .file_add .wrap p span{ font-size: 17px; color: #000; transition: all .2s;}
.sub_program_write .file_add .wrap .close{ display: flex; justify-content: center; align-items: center; grid-gap: 8px; margin-left: 30px; padding: 0 12px; height: 35px; border-radius: 5px; border: 1px solid rgba(0 0 0/10%); background: #FFF; cursor: pointer; transition: all .2s;}
.sub_program_write .file_add .wrap .close span{ font-size: 14px; color: #333; transition: all .2s;}
.sub_program_write .file_add .wrap .close svg{ width: 12px; height: 12px; transition: all .2s;}
.sub_program_write .file_add .wrap:hover p svg path{ color: #2143b4;}
.sub_program_write .file_add .wrap:hover p span{ color: #2143b4;}
.sub_program_write .file_add .wrap:hover .close{ border-color: #2143b4;}
.sub_program_write .file_add .wrap:hover .close span{ color: #2143b4;}
.sub_program_write .file_add .wrap:hover .close svg path{ color: #2143b4;}

.sub_program_write .file_add_none{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; padding: 50px; border-top: 2px solid #000; background: #f6f8fb;}
.sub_program_write .file_add_none p{ font-size: 16px; color: rgba(0 0 0/60%);}
.sub_program_write .file_add_none svg{ width: 24px; height: 24px;}
@media(max-width: 1150px){
    .sub_program_write .list .wrap{ width: 100% !important;}
    .sub_program_write .list .wrap .box{ max-width: 100% !important;}
    .sub_program_write .list .wrap .box.flex{ display: grid;}
    .sub_program_write .tel{ max-width: 100% !important;}
    .sub_program_write .money{ max-width: 100% !important;}
}
@media(max-width: 767px){
    .sub_program_write{}
    .sub_program_write .head{ padding: 3rem 0 1.2rem 0;}
    .sub_program_write .head p{ font-size: 1.4rem;}
    .sub_program_write .head span{ font-size: 1rem;}
    .sub_program_write .head .btn{ grid-gap: 0.4rem; padding: 0 1rem; height: 2.5rem; border-radius: 0.4rem;}
    .sub_program_write .head .btn b{ font-size: 1.1rem;}
    .sub_program_write .head .btn svg{ width: 1.1rem; height: 1.1rem;}
    .sub_program_write .list .wrap{ margin: 0; padding: 1.2rem 0; width: calc(100% + 2rem) !important;}
    .sub_program_write .list .wrap .tit{ position: initial; padding: 0 0 0.8rem 0; width: auto; background: none;}
    .sub_program_write .list .wrap .tit p{ font-size: 1.1rem;}
    .sub_program_write .list .wrap .tit p br{ display: none;}
    .sub_program_write .list .wrap .txt{ margin: 1rem 0 0 0; font-size: 1rem;}
    .sub_program_write .list .wrap .data{ min-height: auto; font-size: 1.2rem;}
    .sub_program_write .list .wrap .box{ grid-gap: 0.5rem;}

    .sub_program_write.tit_one_line .list .wrap{ padding-left: 0;}
    .sub_program_write.tit_one_line .list .wrap .tit{ padding: 0 0 0.8rem 0;}

    .sub_program_write .in{ padding: 0 1rem; max-width: 100% !important; height: 3rem; border-radius: 0.4rem; font-size: 1.1rem;}
    .sub_program_write .in:focus{ border: 1px solid #2143b4;}
    .sub_program_write .in:read-only{ border: 0; background: #f0f0f0; color: #000; font-weight: 600;}
    .sub_program_write select{ padding: 0 2rem 0 1rem; height: 3rem; border-radius: 0.4rem; background:url(/resources/images/modle_select_down.svg) no-repeat center right 1rem #f6f8fb; background-size: 1rem auto; font-size: 1.1rem;}
    .sub_program_write textarea{ padding: 1rem; height: 10rem; border-radius: 0.4rem; font-size: 1.2rem;}

    .sub_program_write .in_text{ grid-gap: 0.5rem; padding: 0 1rem; height: 3rem; border-radius: 0.4rem;}
    .sub_program_write .in_text p{ font-size: 1.1rem;}

    .sub_program_write .check_id{ grid-gap: 0.5rem; max-width: 100%;}
    .sub_program_write .check_id .btn{ width: 8rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .sub_program_write .address{ grid-gap: 0.5rem;}
    .sub_program_write .address .a_wrap{ grid-gap: 0.5rem;}
    .sub_program_write .address .a_wrap:nth-child(1){ max-width: 100%;}
    .sub_program_write .address .a_wrap .btn{ width: 8rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .sub_program_write .check{ grid-gap: 0.8rem 1.6rem !important; min-height: auto;}
    .sub_program_write .check label{ grid-gap: 0.5rem;}
    .sub_program_write .check label .icon{ flex: 0 0 1.6rem; width: 1.6rem; height: 1.6rem; border-radius: 0.4rem;}
    .sub_program_write .check label .icon svg{ width: 1rem; height: 1rem;}
    .sub_program_write .check label p{ font-size: 1.1rem;}

    .sub_program_write .radio{ grid-gap: 0.8rem 1.6rem !important; min-height: auto;}
    .sub_program_write .radio .tt{ width: 15rem; min-height: auto; font-size: 1.1rem;}
    .sub_program_write .radio label{ grid-gap: 0.5rem;}
    .sub_program_write .radio label .icon{ width: 1.6rem; height: 1.6rem;}
    .sub_program_write .radio label .icon svg{ width: 1rem; height: 1rem;}
    .sub_program_write .radio label p{ font-size: 1.1rem;}

    .sub_program_write .radio_survey{ grid-template-columns: repeat(1,1fr); grid-gap: 1rem; padding-top: 0.5rem;}

    .sub_program_write .landline{ display: grid; grid-gap: 0.5rem;}
    .sub_program_write .landline .fl{ grid-gap: 0.5rem; max-width: 100%;}
    .sub_program_write .landline .fl select{ flex: 0 0 7rem;}
    .sub_program_write .landline .check{ min-height: auto;}

    .sub_program_write .tel{ grid-gap: 0.5rem;}
    .sub_program_write .tel select{ flex: 0 0 7rem;}
    .sub_program_write .tel_textarea{ margin-top: 0.5rem; padding: 1rem; border-radius: 0.4rem; font-size: 1rem;}

    .sub_program_write .tel_sms{ grid-gap: 0.5rem; max-width: 100%;}
    .sub_program_write .tel_sms .ft{ grid-gap: 0.5rem;}
    .sub_program_write .tel_sms .ft select{ flex: 0 0 7rem;}
    .sub_program_write .tel_sms .btn{ height: 3.5rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .sub_program_write .tel_sms_again{ grid-gap: 0.5rem; max-width: 100%;}
    .sub_program_write .tel_sms_again .ft{ grid-gap: 0.5rem;}
    .sub_program_write .tel_sms_again .ft .time{ flex: 0 0 3.5rem; border-radius: 0.4rem; font-size: 1.12rem;}
    .sub_program_write .tel_sms_again .btn{ height: 3.5rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .sub_program_write .mail{ display: grid; grid-gap: 0.5rem;}
    .sub_program_write .mail .ft{ width: 100%;}
    .sub_program_write .mail .ft p{ padding: 0 0.3rem; font-size: 1rem;}
    .sub_program_write .mail select{ width: 100%;}

    .sub_program_write .company{ grid-gap: 0.5rem;}

    .sub_program_write .company_number{ grid-gap: 0.5rem; max-width: 100%;}
    .sub_program_write .company_number .btn{ padding: 0 1rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .sub_program_write .company_name{ grid-gap: 0.5rem; max-width: 100%;}
    .sub_program_write .company_name .row{ grid-gap: 0.5rem;}
    .sub_program_write .company_name .row .plus{ flex: 0 0 3.5rem; width: 3.5rem; height: 3.5rem; border-radius: 0.4rem;}
    .sub_program_write .company_name .row .plus svg{ width: 1.6rem; height: 1.6rem;}
    .sub_program_write .company_name .row .delete{ flex: 0 0 3.5rem; width: 3.5rem; height: 3.5rem; border-radius: 0.4rem;}
    .sub_program_write .company_name .row .delete svg{ width: 1.6rem; height: 1.6rem;}

    .sub_program_write .money{ grid-gap: 0.5rem;}
    .sub_program_write .money p{ font-size: 1.1rem;}

    .sub_program_write .file_up{ grid-gap: 0.5rem;}
    .sub_program_write .file_up .row{ grid-gap: 0.4rem;}
    .sub_program_write .file_up .row .btn{ grid-gap: 0.4rem;}
    .sub_program_write .file_up .row .btn p{ width: 6rem; height: 3rem; border-radius: 0.4rem; font-size: 1rem;}
    .sub_program_write .file_up .row .btn div{ width: 3rem; height: 3rem; border-radius: 0.4rem;}
    .sub_program_write .file_up .row .btn div svg{ width: 1.6rem; height: 1.6rem;}

    .sub_program_write .file_add{ grid-gap: 0.4rem; padding: 1.5rem;}
    .sub_program_write .file_add .wrap p{ grid-gap: 0.4rem;}
    .sub_program_write .file_add .wrap p svg{ width: 1rem; height: 1rem;}
    .sub_program_write .file_add .wrap p span{ font-size: 1.1rem;}
    .sub_program_write .file_add .wrap .close{ grid-gap: 0; margin-left: 1.5rem; padding: 0; width: 2rem; height: 2rem; border-radius: 0.4rem;}
    .sub_program_write .file_add .wrap .close span{ display: none;}
    .sub_program_write .file_add .wrap .close svg{ width: 0.8rem; height: 0.8rem;}

    .sub_program_write .file_add_none{ grid-gap: 0.5rem; padding: 2.5rem 0;}
    .sub_program_write .file_add_none p{ font-size: 1.1rem;}
    .sub_program_write .file_add_none svg{ width: 1.2rem; height: 1.2rem;}
}





.sub_program_evaluator{}
.sub_program_evaluator .head{ padding: 60px 0 20px 0;}
.sub_program_evaluator .head:nth-child(1){ padding-top: 0;}
.sub_program_evaluator .head p{ font-size: 30px; font-weight: 600; color: #000;}
.sub_program_evaluator .top_box{ padding: 50px 40px; border: 1px solid #ddd; border-top: 2px solid #000;}
.sub_program_evaluator .top_box .text{}
.sub_program_evaluator .top_box .text ul{ display: grid; grid-gap: 10px;}
.sub_program_evaluator .top_box .text ul > li{ position: relative; padding-left: 20px;}
.sub_program_evaluator .top_box .text ul > li > .number{ position: absolute; top: 0; left: 0; line-height: 24px; font-size: 17px; font-weight: 500; color: #000;}
.sub_program_evaluator .top_box .text ul > li > p{ line-height: 24px; font-size: 17px; color: #000;}
.sub_program_evaluator .top_box .text ul > li > p input{ margin: 0; padding: 0; width: 200px; height: 24px; border-radius: 0; border: 0; border-bottom: 1px solid #000; background: #FFF; text-align: center; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_program_evaluator .top_box .text ul > li ol{ display: grid; grid-gap: 8px; margin-top: 10px;}
.sub_program_evaluator .top_box .text ul > li ol li{ position: relative; padding-left: 25px;}
.sub_program_evaluator .top_box .text ul > li ol li .number{ position: absolute; top: 0; left: 0; line-height: 24px; font-size: 16px; font-weight: 500; color: #000;}
.sub_program_evaluator .top_box .text ul > li ol li p{ line-height: 24px; font-size: 16px; color: #333;}
.sub_program_evaluator .top_box .data{ display: flex; justify-content: center; align-items: center; margin-top: 40px;}
.sub_program_evaluator .top_box .data p{ line-height: 24px; font-size: 20px; font-weight: 500; color: #000;}
.sub_program_evaluator .top_box .data input{ margin: 0; padding: 0; width: 50px; height: 24px; border-radius: 0; border: 0; border-bottom: 1px solid #000; background: #FFF; text-align: center; font-size: 20px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_program_evaluator .top_box .data span{ display: block; width: 15px; height: 24px;}
.sub_program_evaluator .top_box .write{ display: flex; flex-wrap: wrap; margin-top: 40px;}
.sub_program_evaluator .top_box .write .wrap{ position: relative; padding: 0 0 0 100px; width: 50%;}
.sub_program_evaluator .top_box .write .wrap .tit{ display: flex; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; width: 100px;}
.sub_program_evaluator .top_box .write .wrap .tit p{ line-height: 1.2; font-size: 16px; font-weight: 500; color: #000;}
.sub_program_evaluator .top_box .write .wrap .box{ display: grid; grid-gap: 10px;}
.sub_program_evaluator .top_box .write .wrap .box input{ display: flex; align-items: center; margin: 0; padding: 0; width: 300px; height: 40px; border-radius: 0; border: 0; border-bottom: 1px solid #ddd; background: #FFF; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_program_evaluator .top_box .title{ margin-top: 40px; text-align: center; font-size: 24px; font-weight: 600; color: #000;}
.sub_program_evaluator .ok{ border-top: 2px solid #000;}
.sub_program_evaluator .ok .txt{ padding: 30px 40px; background: #f6f8fb; line-height: 1.4; font-size: 17px; color: #333;}
.sub_program_evaluator .ok .fb{ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 15px;}
.sub_program_evaluator .ok .fb .radio{}
.sub_program_evaluator .ok .fb .radio .tit{ font-size: 17px; font-weight: 500; color: #000;}
.sub_program_evaluator .ok .fb .radio .list{ display: flex; grid-gap: 30px; margin-top: 10px;}
.sub_program_evaluator .ok .fb .radio .list label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.sub_program_evaluator .ok .fb .radio .list label .icon{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #DDD; background: #f6f8fb;}
.sub_program_evaluator .ok .fb .radio .list label .icon svg{ width: 14px; height: 14px; opacity: 0;}
.sub_program_evaluator .ok .fb .radio .list label p{ font-size: 15px; color: #666;}
.sub_program_evaluator .ok .fb .radio .list label p span{ font-weight: 600; color: #2143b4; cursor: pointer;}
.sub_program_evaluator .ok .fb .radio .list label.on .icon{ border-color: #2143b4; background: #2143b4;}
.sub_program_evaluator .ok .fb .radio .list label.on .icon svg{ opacity: 1;}
.sub_program_evaluator .ok .fb .radio .list label.on .icon svg path{ color: #FFF;}
.sub_program_evaluator .ok .fb .name{ display: flex; align-items: center;}
.sub_program_evaluator .ok .fb .name .tit{ padding-right: 30px;}
.sub_program_evaluator .ok .fb .name .tit p{ line-height: 1.2; font-size: 16px; font-weight: 500; color: #000;}
.sub_program_evaluator .ok .fb .name .box{}
.sub_program_evaluator .ok .fb .name .box input{ display: flex; align-items: center; margin: 0; padding: 0; width: 150px; height: 40px; border-radius: 0; border: 0; border-bottom: 1px solid #ddd; background: #FFF; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
@media(max-width: 767px){
    .sub_program_evaluator .head{ padding: 3rem 0 1.2rem 0;}
    .sub_program_evaluator .head p{ font-size: 1.4rem;}
    .sub_program_evaluator .top_box{ padding: 2rem 1.5rem;}
    .sub_program_evaluator .top_box .text ul{ grid-gap: 0.8rem;}
    .sub_program_evaluator .top_box .text ul > li{ padding-left: 1.2rem;}
    .sub_program_evaluator .top_box .text ul > li > .number{ line-height: 1.8rem; font-size: 1.1rem;}
    .sub_program_evaluator .top_box .text ul > li > p{ line-height: 1.8rem; font-size: 1.1rem;}
    .sub_program_evaluator .top_box .text ul > li > p input{ width: 10rem; height: 1.8rem; font-size: 1.1rem;}
    .sub_program_evaluator .top_box .text ul > li ol{ grid-gap: 0.6rem; margin-top: 0.8rem;}
    .sub_program_evaluator .top_box .text ul > li ol li{ padding-left: 1.4rem;}
    .sub_program_evaluator .top_box .text ul > li ol li .number{ line-height: 1.4rem; font-size: 1rem;}
    .sub_program_evaluator .top_box .text ul > li ol li p{ line-height: 1.4rem; font-size: 1rem;}
    .sub_program_evaluator .top_box .data{ margin-top: 2rem;}
    .sub_program_evaluator .top_box .data p{ line-height: 1.6rem; font-size: 1.2rem;}
    .sub_program_evaluator .top_box .data input{ width: 2.4rem; height: 1.6rem; font-size: 1.2rem;}
    .sub_program_evaluator .top_box .data span{ width: 1rem; height: 1.6rem;}
    .sub_program_evaluator .top_box .write{ margin-top: 1.5rem;}
    .sub_program_evaluator .top_box .write .wrap{ padding: 0 0 0 6.4rem; width: 100% !important;}
    .sub_program_evaluator .top_box .write .wrap .tit{ width: 6.4rem;}
    .sub_program_evaluator .top_box .write .wrap .tit p{ font-size: 1.1rem;}
    .sub_program_evaluator .top_box .write .wrap .box{ grid-gap: 0.8rem;}
    .sub_program_evaluator .top_box .write .wrap .box input{ width: 100%; height: 3rem; font-size: 1.1rem;}
    .sub_program_evaluator .top_box .title{ margin-top: 2rem; font-size: 1.4rem;}
    .sub_program_evaluator .ok .txt{ padding: 1.5rem; font-size: 1.1rem;}
    .sub_program_evaluator .ok .fb{ display: block; margin-top: 1rem;}
    .sub_program_evaluator .ok .fb .radio .tit{ font-size: 1.2rem;}
    .sub_program_evaluator .ok .fb .radio .list{ grid-gap: 1.5rem; margin-top: 0.8rem;}
    .sub_program_evaluator .ok .fb .radio .list label{ grid-gap: 0.5rem;}
    .sub_program_evaluator .ok .fb .radio .list label .icon{ flex: 0 0 1.6rem; width: 1.6rem; height: 1.6rem;}
    .sub_program_evaluator .ok .fb .radio .list label .icon svg{ width: 1rem; height: 1rem;}
    .sub_program_evaluator .ok .fb .radio .list label p{ font-size: 1.1rem;}
    .sub_program_evaluator .ok .fb .name{ margin-top: 0.5rem;}
    .sub_program_evaluator .ok .fb .name .tit{ padding-right: 1rem;}
    .sub_program_evaluator .ok .fb .name .tit p{ font-size: 1.1rem;}
    .sub_program_evaluator .ok .fb .name .box{ flex: 1;}
    .sub_program_evaluator .ok .fb .name .box input{ width: 100%; height: 3rem; font-size: 1.1rem;}
}















.member_login{ margin: 60px auto 0 auto; max-width: 500px; width: 100%;}
.member_login .head{}
.member_login .head .menu{ display: grid; grid-template-columns: repeat(2,1fr); border-radius: 10px 10px 0 0; border: 1px solid #ddd; background: #f6f8fb; border-bottom: 0;}
.member_login .head .menu a{ display: flex; justify-content: center; align-items: center; height: 50px; font-size: 18px; font-weight: 500; color: #333; cursor: pointer;}
.member_login .head .menu a:nth-child(1){ border-radius: 10px 0 0 0;}
.member_login .head .menu a:nth-child(2){ border-radius: 0 10px 0 0;}
.member_login .head .menu a.on{ position: relative; z-index: 10; margin: -10px -1px 0 -1px; height: 60px; border-radius: 10px 10px 0 0; border: 2px solid #2143b4; border-bottom: 0; background: #FFF; font-weight: 700; color: #2143b4;}
.member_login .body{ display: none; grid-gap: 15px;}
.member_login .body .title{ padding: 40px 0 25px 0; text-align: center; font-size: 24px; font-weight: 700; color: #000;}
.member_login .body .wrap{ position: relative;}
.member_login .body .wrap .icon{ display: block; position: absolute; z-index: 10; top: 0; left: 0; padding: 16px; width: 60px; height: 60px;}
.member_login .body .wrap .btn_pw{ display: block; position: absolute; z-index: 10; top: 0; right: 0; padding: 15px; width: 60px; height: 60px; opacity: 0.2; cursor: pointer;}
.member_login .body .wrap input{ display: flex; align-items: center; margin: 0; padding: 0 20px 0 60px; width: 100%; height: 60px; border-radius: 5px; border: 1px solid #DDD; background: #f6f8fb; font-size: 16px; font-weight: 400; color: #000; letter-spacing: 0; outline: none; -webkit-appearance: none; transition: all .2s;}
.member_login .body .wrap input:focus{ border-color: #2143b4;}
.member_login .body .wrap.on .btn_pw{ opacity: 1;}
.member_login .body .check{ display: flex; justify-content: space-between; align-items: center;}
.member_login .body .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.member_login .body .check label .icon{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #DDD; background: #f6f8fb;}
.member_login .body .check label .icon svg{ width: 14px; height: 14px;}
.member_login .body .check label.on .icon{ border-color: #2143b4; background: #2143b4;}
.member_login .body .check label.on .icon svg path{ color: #FFF;}
.member_login .body .check p{ font-size: 15px; color: #666;}
.member_login .body .check p span{ font-weight: 600; color: #2143b4; cursor: pointer;}
.member_login .body.on{ display: grid;}
.member_login .btn_login{ display: flex; justify-content: center; align-items: center; margin: 15px 0 0 0; height: 60px; border-radius: 5px; background: #2143b4; font-size: 20px; font-weight: 700; color: #FFF; cursor: pointer;}
.member_login .or_tit{ position: relative; padding: 40px 0;}
.member_login .or_tit p{ position: relative; z-index: 1; margin: 0 auto; width: 80px; background: #FFF; text-align: center; font-size: 15px; color: #666;}
.member_login .or_tit:after{ content: ""; display: block; position: absolute; top: 50%; right: 0; left: 0; height: 1px; background: #eee;}
.member_login .or{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 10px;}
.member_login .or a{ display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 5px; border: 1px solid #DDD; cursor: pointer; transition: all .2s;}
.member_login .or a p{ font-size: 16px; font-weight: 500; color: #000; transition: all .2s;}
.member_login .or a:hover{ border-color: #2143b4; background: #fafafa;}
.member_login .or a:hover p{ color: #2143b4;}
.member_login .foot{ margin: 40px 0 0 0; padding: 40px; border-radius: 5px; background: #f6f8fb;}
.member_login .foot .tit{ font-size: 24px; font-weight: 600; color: #000;}
.member_login .foot ul{ display: grid; grid-gap: 10px; margin-top: 20px;}
.member_login .foot ul li{ position: relative; padding: 0 0 0 15px; line-height: 1.4; font-size: 15px; color: #333;}
.member_login .foot ul li:before{ content: ""; display: block; position: absolute; top: 8px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #2143b4;}
.member_login .foot ul li b{ color: #F00;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .member_login{ margin: 2.5rem 0 0 0;}
    .member_login .head .menu{ border-radius: 0.5rem 0.5rem 0 0;}
    .member_login .head .menu a{ height: 3.5rem; font-size: 1.2rem;}
    .member_login .head .menu a:nth-child(1){ border-radius: 1rem 0 0 0;}
    .member_login .head .menu a:nth-child(2){ border-radius: 0 1rem 0 0;}
    .member_login .head .menu a.on{ margin: -0.5rem -1px 0 -1px; height: 4rem; border-radius: 0.5rem 0.5rem 0 0;}
    .member_login .body{ grid-gap: 1rem;}
    .member_login .body .title{ padding: 2.5rem 0 1.5rem 0; font-size: 1.5rem;}
    .member_login .body .wrap .icon{ padding: 1rem; width: 3.5rem; height: 3.5rem;}
    .member_login .body .wrap .btn_pw{ padding: 1rem; width: 3.5rem; height: 3.5rem;}
    .member_login .body .wrap input{ padding: 0 1.5rem 0 3.5rem; height: 3.5rem; border-radius: 0.4rem; font-size: 1.1rem;}
    .member_login .body .check label{ grid-gap: 0.5rem;}
    .member_login .body .check label .icon{ width: 1.6rem; height: 1.6rem;}
    .member_login .body .check label .icon svg{ width: 1rem; height: 1rem;}
    .member_login .body .check p{ font-size: 1rem;}
    .member_login .btn_login{ margin: 1rem 0 0 0; height: 4rem; border-radius: 0.4rem; font-size: 1.2rem;}
    .member_login .or_tit{ padding: 2rem 0;}
    .member_login .or_tit p{ width: 5rem; font-size: 1rem;}
    .member_login .or{ grid-gap: 0.5rem;}
    .member_login .or a{ height: 3.5rem; border-radius: 0.4rem;}
    .member_login .or a p{ font-size: 1.1rem;}
    .member_login .foot{ margin: 2.5rem 0 0 0; padding: 1.5rem; border-radius: 0.4rem;}
    .member_login .foot .tit{ font-size: 1.4rem;}
    .member_login .foot ul{ grid-gap: 1rem; margin-top: 1rem;}
    .member_login .foot ul li{ padding: 0 0 0 1rem; font-size: 1rem;}
    .member_login .foot ul li:before{ top: 0.5rem;}
}


.member_join{}
.member_join .member_write:first-child{ padding-top: 0;}
.member_join .head{}
.member_join .head .step{ overflow: hidden; display: flex; position: relative; border-radius: 10px;}
.member_join .head .step:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 10px; border: 1px solid #ddd;}
.member_join .head .step .wrap{ display: flex; flex-direction: column; justify-content: center; align-items: center; grid-gap: 5px; position: relative; z-index: 10; width: 20%; height: 100px; opacity: 0.4;}
.member_join .head .step .wrap .txt{ position: relative; z-index: 10; font-size: 15px; font-weight: 500; color: rgba(0 0 0/50%);}
.member_join .head .step .wrap .tit{ position: relative; z-index: 10; font-size: 20px; font-weight: 700; color: #000;}
.member_join .head .step .wrap svg{ display: none; position: absolute; top: calc(50% - 12px); right: -12px; width: 24px; height: 24px;}
.member_join .head .step .wrap.on{ opacity: 1;}
.member_join .head .step .wrap.on:before{ content: ""; position: absolute; top: 0; right: 20px; bottom: 0; left: -20px; background: #2143b4;}
.member_join .head .step .wrap.on:after{ content: ""; position: absolute; top: 0; right: -20px; width: 0; height: 0; border-top: 50px solid transparent; border-bottom: 50px solid transparent; border-left: 40px solid #2143b4;}
.member_join .head .step .wrap.on .txt{ color: #FFF;}
.member_join .head .step .wrap.on .tit{ color: #FFF;}
.member_join .head .step .wrap:nth-child(1){ z-index: 5;}
.member_join .head .step .wrap:nth-child(2){ z-index: 4;}
.member_join .head .step .wrap:nth-child(3){ z-index: 3;}
.member_join .head .step .wrap:nth-child(4){ z-index: 2;}
.member_join .head .step .wrap:nth-child(5){ z-index: 1;}
.member_join .head .step .wrap:nth-child(1).on:before{}
.member_join .head .step .wrap:nth-child(1).on:after{}
.member_join .head .step .wrap:nth-child(2).on:before{ background: #3755bb; opacity: 1;}
.member_join .head .step .wrap:nth-child(2).on:after{ border-left-color: #3755bb; opacity: 1;}
.member_join .head .step .wrap:nth-child(3).on:before{ background: #4d69c3; opacity: 1;}
.member_join .head .step .wrap:nth-child(3).on:after{ border-left-color: #4d69c3; opacity: 1;}
.member_join .head .step .wrap:nth-child(4).on:before{ background: #637bca;}
.member_join .head .step .wrap:nth-child(4).on:after{ border-left-color: #637bca;}
.member_join .head .step .wrap:nth-child(5).on:before{ right: 0; background: #7a8ed2;}
.member_join .head .step .wrap:nth-child(5).on:after{ border-left-color: #7a8ed2;}

.member_join .foot{ margin: 60px 0 0 0; padding: 40px; border-radius: 5px; background: #f6f8fb;}
.member_join .foot .tit{ font-size: 24px; font-weight: 600; color: #000;}
.member_join .foot ul{ display: grid; grid-gap: 10px; margin-top: 20px;}
.member_join .foot ul li{ position: relative; padding: 0 0 0 15px; line-height: 1.4; font-size: 15px; color: #333;}
.member_join .foot ul li:before{ content: ""; display: block; position: absolute; top: 8px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #2143b4;}
.member_join .foot ul li b{ color: #F00;}

.member_title{ display: grid; grid-gap: 10px; margin-top: 60px;}
.member_title svg{ margin: 0 auto; width: 100px; height: 100px;}
.member_title svg path{ fill: #2143b4;}
.member_title .tit{ text-align: center; line-height: 1.2; font-size: 30px; font-weight: 600; color: #000;}
.member_title .txt{ text-align: center; line-height: 1.4; font-size: 17px; color: #666;}
.member_title .txt b{ font-weight: 600; color: #2143b4;}

.member_type{ display: flex; justify-content: center; grid-gap: 20px; margin: 60px 0 0 0; width: 100%;}
.member_type .wrap{ display: flex; flex-direction: column; align-items: center; position: relative; padding: 50px; width: 50%; border-radius: 10px; border: 1px solid #ddd; cursor: pointer; transition: all .2s;}
.member_type .wrap .icon{ height: 60px;}
.member_type .wrap .icon img{ display: block; height: 100%;}
.member_type .wrap .tit{ margin-top: 20px; font-size: 24px; font-weight: 700; color: #000;}
.member_type .wrap .txt{ margin-top: 10px; font-size: 17px; color: #333;}
.member_type .wrap:hover{ background: #fafafa;}
.member_type .wrap.on:after{ content: ""; display: block; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border-radius: 10px; border: 2px solid #2143b4;}

.member_terms{ display: grid; grid-gap: 60px; margin-top: 60px;}
.member_terms > .wrap{}
.member_terms > .wrap > .tit{ font-size: 24px; font-weight: 600; color: #000;}
.member_terms > .wrap > .tit span{ font-weight: 700; color: #2143b4;}
.member_terms > .wrap > .board{ overflow: hidden; margin: 20px 0 0 0;}
.member_terms > .wrap > .board > .box{ overflow: auto; padding: 40px; height: 300px; border: 1px solid #ddd; line-height: 1.6; font-size: 15px; color: #666;}
.member_terms > .wrap > .check{ display: flex; justify-content: space-between; align-items: center; margin-top: 20px;}
.member_terms > .wrap > .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.member_terms > .wrap > .check label .icon{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #DDD; background: #fafafa;}
.member_terms > .wrap > .check label .icon svg{ width: 14px; height: 14px;}
.member_terms > .wrap > .check label p{ font-size: 17px; color: #666;}
.member_terms > .wrap > .check label p b{ font-weight: 600; color: #2143b4; cursor: pointer;}
.member_terms > .wrap > .check label.on .icon{ border-color: #2143b4; background: #2143b4;}
.member_terms > .wrap > .check label.on .icon svg path{ color: #FFF;}
.member_terms > .wrap > .check label.on p{ font-weight: 500; color: #000;}
.member_terms > .wrap.on{ display: grid;}

.member_write{ padding: 60px 0 0 0; width: 100%;}
.member_write.mypage{ padding: 0;}
.member_write .member_write_head{ display: flex; justify-content: space-between; align-items: flex-end; padding: 0 0 20px 0; border-bottom: 2px solid #000;}
.member_write .member_write_head p{ font-size: 24px; font-weight: 600; color: #000;}
.member_write .member_write_head span{ font-size: 14px; color: #F00;}
.member_write .list{ display: flex; flex-wrap: wrap;}
.member_write .list .wrap{ position: relative; padding: 15px 20px 15px 200px; width: 100%; border-bottom: 1px solid #DDD;}
.member_write .list .wrap .tit{ position: absolute; top: 0; bottom: 0; left: 0; padding: 25px 20px 0 20px; width: 180px; background: #f6f8fb; line-height: 1.2; font-size: 16px; font-weight: 500; color: #000;}
.member_write .list .wrap .tit span{ padding-left: 5px; color: #F00;}
.member_write .list .wrap .txt{ margin: 10px 0 0 0; line-height: 1.2; font-size: 13px; color: #666;}
.member_write .list .wrap .txt span{ color: #F00;}
.member_write .list .wrap .data{ display: flex; align-items: center; min-height: 40px; line-height: 1.2; font-size: 15px; font-weight: 500; color: #000; letter-spacing: 0;}

.member_write .in{ display: flex; align-items: center; margin: 0; padding: 0 10px; width: 100%; height: 40px; border-radius: 5px; border: 1px solid #DDD; background: #FFF; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.member_write .in:focus{ border: 1px solid #2143b4;}
.member_write .in:read-only{ border: 0; background: #f0f0f0; color: #000; font-weight: 600;}
.member_write select{ display: flex; align-items: center; margin: 0; padding: 0 30px 0 10px; width: 100%; height: 40px; border-radius: 5px; border: 1px solid #DDD; background:url(/resources/images/modle_select_down.svg) no-repeat center right 10px #FFF; background-size: 14px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.member_write select:focus{ border: 1px solid #2143b4;}
.member_write textarea{ display: block; margin: 0; padding: 10px; width: 100%; height: 260px; 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;}
.member_write textarea:focus{ border: 1px solid #2143b4;}

.member_write .check_id{ display: flex; grid-gap: 10px; max-width: 320px;}
.member_write .check_id .btn{ display: flex; justify-content: center; align-items: center; width: 140px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.member_write .check_id .btn:hover{ background: #2143b4; color: #FFF;}

.member_write .address{ display: grid; grid-gap: 10px;}
.member_write .address .row{ display: flex; grid-gap: 10px;}
.member_write .address .row .fl{ display: flex; grid-gap: 10px; max-width: 320px;}
.member_write .address .row .fl .btn{ display: flex; justify-content: center; align-items: center; width: 140px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.member_write .address .row .fl .btn:hover{ background: #2143b4; color: #FFF;}
.member_write .address .row .in{ flex: 1;}

.member_write .check{ display: flex; flex-wrap: wrap; grid-gap: 10px 20px; min-height: 40px;}
.member_write .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.member_write .check label .icon{ display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 5px; border: 1px solid #DDD;}
.member_write .check label .icon svg{ display: none; width: 14px; height: 14px;}
.member_write .check label p{ font-size: 15px; color: #666;}
.member_write .check label p span{ font-weight: 600; color: #2143b4; cursor: pointer;}
.member_write .check label.on .icon{ border-color: #2143b4; background: #2143b4;}
.member_write .check label.on .icon svg{ display: block;}
.member_write .check label.on .icon svg path{ color: #FFF;}

.member_write .landline{ display: flex; align-items: center; grid-gap: 10px;}
.member_write .landline .fl{ display: flex; grid-gap: 10px; max-width: 430px;}
.member_write .landline .fl select{ flex: 0 0 100px;}
.member_write .landline .fl input{ width: 50%;}

.member_write .tel{ display: flex; grid-gap: 10px; max-width: 320px;}
.member_write .tel select{ flex: 0 0 100px;}
.member_write .tel input{ width: 50%;}
.member_write .tel_textarea{ margin-top: 10px; padding: 20px; border-radius: 5px; background: #f5f5f5; line-height: 1.4; font-size: 15px; color: #666;}

.member_write .tel_sms{ display: grid; grid-gap: 10px; max-width: 320px;}
.member_write .tel_sms .ft{ display: flex; grid-gap: 10px;}
.member_write .tel_sms .ft select{ flex: 0 0 100px;}
.member_write .tel_sms .ft input{ width: 50%;}
.member_write .tel_sms .btn{ display: flex; justify-content: center; align-items: center; height: 40px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 500; color: #2143b4; cursor: pointer; transition: all .2s;}
.member_write .tel_sms .btn:hover{ background: #2143b4; color: #FFF;}

.member_write .tel_sms_again{ display: grid; grid-gap: 10px; max-width: 320px;}
.member_write .tel_sms_again .ft{ display: flex; grid-gap: 10px;}
.member_write .tel_sms_again .ft .time{ flex: 0 0 40px; display: flex; justify-content: center; align-items: center; border-radius: 5px; border: 1px solid #ddd; font-size: 15px; font-weight: 500; color: #000;}
.member_write .tel_sms_again .btn{ display: flex; justify-content: center; align-items: center; height: 40px; border-radius: 5px; background: #e8ecf7; font-size: 15px; color: #2143b4; cursor: pointer; transition: all .2s;}
.member_write .tel_sms_again .btn:hover{ background: #2143b4; color: #FFF;}

.member_write .mail{ display: flex; grid-gap: 10px; max-width: 600px;}
.member_write .mail .ft{ display: flex; align-items: center; width: 70%;}
.member_write .mail .ft input{ width: 50%;}
.member_write .mail .ft p{ padding: 0 5px; font-size: 15px; color: #666;}
.member_write .mail select{ width: 30%;}

.member_write .company_number{ display: flex; grid-gap: 5px; max-width: 320px;}
.member_write .company_number .btn{ display: flex; justify-content: center; align-items: center; padding: 0 15px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 500; color: #2143b4; white-space: nowrap; cursor: pointer; transition: all .2s;}
.member_write .company_number .btn:hover{ background: #2143b4; color: #FFF;}

.member_write .company_name{ display: grid; grid-gap: 10px;}
.member_write .company_name .row{ display: flex; grid-gap: 10px;}
.member_write .company_name .row .in{ max-width: 320px;}
.member_write .company_name .row .plus{ flex: 0 0 40px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 5px; background: #e8ecf7; cursor: pointer; transition: all .2s;}
.member_write .company_name .row .plus svg{ width: 24px; height: 24px;}
.member_write .company_name .row .plus svg path{ color: #2143b4; transition: all .2s;}
.member_write .company_name .row .plus:hover{ background: #2143b4;}
.member_write .company_name .row .plus:hover svg path{ color: #FFF;}
.member_write .company_name .row .delete{ flex: 0 0 40px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 5px; background: #ffdada; cursor: pointer; transition: all .2s;}
.member_write .company_name .row .delete svg{ width: 24px; height: 24px;}
.member_write .company_name .row .delete svg path{ color: #F00; transition: all .2s;}
.member_write .company_name .row .delete:hover{ background: #F00;}
.member_write .company_name .row .delete:hover svg path{ color: #FFF;}
.member_write .company_name .row .btn{ display: flex; justify-content: center; align-items: center; padding: 0 15px; height: 40px; border-radius: 5px; background: #e8ecf7; font-size: 15px; font-weight: 400; color: #000; white-space: nowrap; cursor: pointer; transition: all .2s;}
.member_write .company_name .row .btn:hover{ background: #2143b4; color: #FFF;}
@media(max-width: 1000px){
    .member_write .list .wrap{ width: 100% !important;}
}
@media(max-width: 767px){
    .member_join .head{}
    .member_join .head .step{ overflow-x: auto; border-radius: 0.4rem; border: 1px solid rgba(0 0 0/10%);}
    .member_join .head .step:after{ display: none;}
    .member_join .head .step .wrap{ flex-shrink: 0; grid-gap: 0.5rem; width: 10rem; height: 6rem;}
    .member_join .head .step .wrap .txt{ font-size: 1rem;}
    .member_join .head .step .wrap .tit{ font-size: 1.2rem; font-weight: 500;}
    .member_join .head .step .wrap.on:before{ right: 0.5rem; left: -0.5rem;}
    .member_join .head .step .wrap.on:after{ right: -0.5rem; border-top: 3rem solid transparent; border-bottom: 3rem solid transparent; border-left: 1rem solid #2143b4;}
    .member_join .head .step .wrap:nth-child(5).on:before{ right: -0.5rem;}

    .member_join .foot{ margin: 2.5rem 0 0 0; padding: 1.5rem; border-radius: 0.4rem;}
    .member_join .foot .tit{ font-size: 1.4rem;}
    .member_join .foot ul{ grid-gap: 0.5rem; margin-top: 1rem;}
    .member_join .foot ul li{ padding: 0 0 0 1rem; font-size: 1rem;}
    .member_join .foot ul li:before{ top: 0.5rem;}

    .member_title{ grid-gap: 0.6rem; margin-top: 2.5rem;}
    .member_title svg{ width: 6rem; height: 6rem;}
    .member_title .tit{ font-size: 1.5rem;}
    .member_title .txt{ font-size: 1rem;}

    .member_type{ grid-gap: 0.5rem; margin: 2.5rem 0 0 0;}
    .member_type .wrap{ padding: 2.5rem 0; border-radius: 0.4rem;}
    .member_type .wrap .icon{ height: 3rem;}
    .member_type .wrap .tit{ margin-top: 1rem; font-size: 1.4rem;}
    .member_type .wrap .txt{ margin-top: 0.5rem; font-size: 1rem;}
    .member_type .wrap.on:after{ border-radius: 0.4rem;}

    .member_terms{ grid-gap: 2.5rem; margin-top: 2.5rem;}
    .member_terms > .wrap > .tit{ line-height: 1.2; font-size: 1.4rem;}
    .member_terms > .wrap > .board{ margin: 1rem 0 0 0;}
    .member_terms > .wrap > .board > .box{ padding: 2rem 1rem; height: 20rem; font-size: 1.1rem;}
    .member_terms > .wrap > .check{ margin-top: 1.5rem;}
    .member_terms > .wrap > .check label{ grid-gap: 0.5rem;}
    .member_terms > .wrap > .check label .icon{ width: 1.6rem; height: 1.6rem;}
    .member_terms > .wrap > .check label .icon svg{ width: 1rem; height: 1rem;}
    .member_terms > .wrap > .check label p{ font-size: 1.1rem;}

    .member_write{ padding: 3rem 0 0 0;}
    .member_write .member_write_head{ padding: 0 0 1rem 0;}
    .member_write .member_write_head p{ font-size: 1.4rem;}
    .member_write .member_write_head span{ font-size: 1rem;}
    .member_write .list .wrap{ padding: 1.2rem 0;}
    .member_write .list .wrap .tit{ position: initial; padding: 0 0 0.8rem 0; width: auto; background: none; font-size: 1.1rem;}
    .member_write .list .wrap .txt{ margin: 0.6rem 0 0 0; font-size: 1rem;}
    .member_write .list .wrap .data{ min-height: auto; font-size: 1.2rem;}

    .member_write .in{ padding: 0 1rem; max-width: 100% !important; height: 3rem; border-radius: 0.4rem; font-size: 1.1rem;}
    .member_write .in:focus{ border: 1px solid #2143b4;}
    .member_write .in:read-only{ border: 0; background: #f0f0f0; color: #000; font-weight: 600;}
    .member_write select{ padding: 0 2rem 0 1rem; height: 3rem; border-radius: 0.4rem; background:url(/resources/images/modle_select_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1.1rem;}
    .member_write textarea{ padding: 1rem; height: 15rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .member_write .check_id{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .check_id .btn{ width: 8rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .member_write .address{ grid-gap: 0.5rem;}
    .member_write .address .row{ display: grid; grid-gap: 0.5rem;}
    .member_write .address .row .fl{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .address .row .btn{ width: 8rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .member_write .check{ grid-gap: 0.8rem 1.6rem; min-height: auto;}
    .member_write .check label{ grid-gap: 0.5rem;}
    .member_write .check label .icon{ width: 1.6rem; height: 1.6rem; border-radius: 0.5rem;}
    .member_write .check label .icon svg{ width: 1rem; height: 1rem;}
    .member_write .check label p{ font-size: 1.1rem;}

    .member_write .landline{ display: grid; grid-gap: 0.5rem;}
    .member_write .landline .fl{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .landline .fl select{ flex: 0 0 7rem;}
    .member_write .landline .check{ min-height: auto;}

    .member_write .tel{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .tel select{ flex: 0 0 7rem;}
    .member_write .tel_textarea{ margin-top: 0.5rem; padding: 1rem; border-radius: 0.4rem; font-size: 1rem;}

    .member_write .tel_sms{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .tel_sms .ft{ grid-gap: 0.5rem;}
    .member_write .tel_sms .ft select{ flex: 0 0 7rem;}
    .member_write .tel_sms .btn{ height: 3rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .member_write .tel_sms_again{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .tel_sms_again .ft{ grid-gap: 0.5rem;}
    .member_write .tel_sms_again .ft .time{ flex: 0 0 3.5rem; border-radius: 0.4rem; font-size: 1.12rem;}
    .member_write .tel_sms_again .btn{ height: 3.5rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .member_write .mail{ display: grid; grid-gap: 0.5rem;}
    .member_write .mail .ft{ width: 100%;}
    .member_write .mail .ft p{ padding: 0 0.4rem; font-size: 1rem;}
    .member_write .mail select{ width: 100%;}

    .member_write .company_number{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .company_number .btn{ padding: 0 1rem; border-radius: 0.4rem; font-size: 1.1rem;}

    .member_write .company_name{ grid-gap: 0.5rem; max-width: 100%;}
    .member_write .company_name .row{ flex-wrap: wrap; grid-gap: 0.5rem;}
    .member_write .company_name .row .in{ max-width: 100%;}
    .member_write .company_name .row .plus{ flex: 0 0 3rem; width: 3rem; height: 3rem; border-radius: 0.4rem;}
    .member_write .company_name .row .plus svg{ width: 1.6rem; height: 1.6rem;}
    .member_write .company_name .row .delete{ flex: 0 0 3rem; width: 3rem; height: 3rem; border-radius: 0.4rem;}
    .member_write .company_name .row .delete svg{ width: 1.6rem; height: 1.6rem;}
    .member_write .company_name .row .btn{ padding: 0 1rem; height: 3rem; border-radius: 0.4rem; font-size: 1.1rem;}
    .member_write .company_name .row .btn:last-child{ flex: 1;}
}







.mypage_head{ display: flex; justify-content: center; align-items: center; position: relative; margin-top: 60px;}
.mypage_head .img{ overflow: hidden; width: 120px; height: 120px; border-radius: 50%;}
.mypage_head .img img{ display: block; height: 100%;}
.mypage_head .fr{ display: flex; flex-direction: column; align-items: flex-start; margin: 0 0 0 15px;}
.mypage_head .fr .name{ font-size: 24px; color: #666;}
.mypage_head .fr .name b{ font-weight: 700; color: #000;}
.mypage_head .fr .fb{ display: flex; grid-gap: 10px; margin-top: 10px;}
.mypage_head .fr .fb .txt{ display: flex; align-items: center; padding: 0 15px; height: 35px; border-radius: 5px; background: #edf1f5; font-size: 15px; color: #333;}
.mypage_head .fr .fb .btn{ display: flex; align-items: center; padding: 0 15px; height: 35px; border-radius: 20px; border: 1px solid #2143b4; font-size: 15px; font-weight: 500; color: #2143b4; transition: all .2s;}
.mypage_head .fr .fb .btn:hover{ background: #2143b4; color: #FFF;}
.mypage_head .fr .fb .btn.on{ background: #2143b4; color: #FFF;}
.mypage_head .fr .fb .collect{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; padding: 0 15px; height: 35px; border-radius: 20px; border: 1px solid #ddd; cursor: pointer; transition: all .2s;}
.mypage_head .fr .fb .collect svg{ width: 18px; height: 18px;}
.mypage_head .fr .fb .collect p{ font-size: 15px; font-weight: 500; color: #000;}
.mypage_head .fr .fb .collect:hover{ background: #edf1f5;}
.mypage_head .fr .fb .collect.on{ border-color: #2143b4; background: #2143b4;}
.mypage_head .fr .fb .collect.on svg path{ fill: #FFF; color: #FFF;}
.mypage_head .fr .fb .collect.on p{ color: #FFF;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .mypage_head{ margin-top: 2.5rem;}
    .mypage_head .img{ width: 6rem; height: 6rem;}
    .mypage_head .fr{ margin: 0 0 0 1rem;}
    .mypage_head .fr .name{ font-size: 1.4rem;}
    .mypage_head .fr .fb{ grid-gap: 0.5rem; margin: 0.6rem 0 0 0;}
    .mypage_head .fr .fb .txt{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .mypage_head .fr .fb .btn{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
    .mypage_head .fr .fb .collect{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem;}
    .mypage_head .fr .fb .collect svg{ width: 1.1rem; height: 1.1rem;}
    .mypage_head .fr .fb .collect p{ font-size: 1rem;}
}


.mypage_menu{ display: grid; grid-template-columns: repeat(4,1fr); margin-top: 40px; border-radius: 10px 10px 0 0; border: 1px solid #ddd; background: #f6f8fb; border-bottom: 0;}
.mypage_menu a{ display: flex; justify-content: center; align-items: center; height: 60px; font-size: 18px; font-weight: 500; color: #333; cursor: pointer;}
.mypage_menu a:nth-child(1){ border-radius: 10px 0 0 0;}
.mypage_menu a:nth-child(4){ border-radius: 0 10px 0 0;}
.mypage_menu a.on{ position: relative; z-index: 10; margin: -10px -1px 0 -1px; height: 70px; border-radius: 10px 10px 0 0; border: 2px solid #2143b4; border-bottom: 0; background: #FFF; font-weight: 700; color: #2143b4;}
@media(max-width: 1400px){
}
@media(max-width: 1000px){
}
@media(max-width: 767px){
    .mypage_menu{ margin: 2rem 0 0 0; border-radius: 0.5rem 0.5rem 0 0;}
    .mypage_menu a{ height: 3.5rem; font-size: 1.1rem;}
    .mypage_menu a:nth-child(1){ border-radius: 1rem 0 0 0;}
    .mypage_menu a:nth-child(2){ border-radius: 0 1rem 0 0;}
    .mypage_menu a.on{ margin: -0.5rem -1px 0 -1px; height: 4rem; border-radius: 0.5rem 0.5rem 0 0;}
}


.mypage_title{ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 60px; padding-bottom: 20px; border-bottom: 2px solid #000;}
.mypage_title .tit{ font-size: 24px; font-weight: 600; color: #000;}
.mypage_title .btn{ display: flex; align-items: center; grid-gap: 10px; padding: 0 15px; height: 40px; border-radius: 5px; border: 1px solid #ddd; transition: all .2s;}
.mypage_title .btn svg{ width: 16px; height: 16px;}
.mypage_title .btn svg path{ transition: all .2s;}
.mypage_title .btn p{ font-size: 15px; font-weight: 500; color: #333; transition: all .2s;}
.mypage_title .btn:hover{ border-color: #2143b4; background: #f6f8fb;}
.mypage_title .btn:hover svg path{ color: #2143b4;}
.mypage_title .btn:hover p{ color: #2143b4;}
.mypage_title .fr{ display: flex; align-items: center; grid-gap: 10px;}
.mypage_title .fr .search{ position: relative; max-width: 300px;}
.mypage_title .fr .search input{ display: flex; align-items: center; margin: 0; padding: 0 40px 0 15px; width: 100%; height: 40px; border-radius: 5px; border: 1px solid #ddd; font-size: 15px; font-weight: 400; color: #333; outline: none; -webkit-appearance: none;}
.mypage_title .fr .search svg{ position: absolute; z-index: 10; top: 0; right: 0; padding: 10px; width: 40px; height: 40px; cursor: pointer;}
.mypage_title .fr select{ display: flex; align-items: center; margin: 0; padding: 0 35px 0 15px; width: auto; height: 40px; border-radius: 5px; border: 1px solid #ddd; background: url(/resources/images/modle_select_down.svg) no-repeat center right 15px #FFF; background-size: 14px auto; font-size: 15px; font-weight: 400; color: #333; outline: none; -webkit-appearance: none;}
@media(max-width: 767px){
    .mypage_title{ margin-top: 2.5rem; padding-bottom: 1rem;}
    .mypage_title .tit{ font-size: 1.4rem;}
    .mypage_title .btn{ grid-gap: 0.5rem; padding: 0 1rem; height: 2.5rem; border-radius: 0.4rem;}
    .mypage_title .btn svg{ width: 1.1rem; height: 1.1rem;}
    .mypage_title .btn p{ font-size: 1.1rem;}

    .mypage_title .fr{ grid-gap: 0.5rem;}
    .mypage_title .fr .search{ max-width: 10rem;}
    .mypage_title .fr .search input{ padding: 0 1.6rem 0 0.8rem; height: 2.5rem; border-radius: 0.4rem; font-size: 1.1rem;}
    .mypage_title .fr .search svg{ padding: 0.6rem; width: 2.5rem; height: 2.5rem;}
    .mypage_title .fr select{ padding: 0 1.6rem 0 0.8rem; height: 2.5rem; border-radius: 0.4rem; background: url(/resources/images/modle_select_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1.1rem;}
}



















.sub_terms{ display: grid; grid-gap: 60px; word-break: keep-all;}
.sub_terms section{ display: grid; grid-gap: 30px;}
.sub_terms section h2{ padding-bottom: 15px; border-bottom: 2px solid #000; font-size: 20px; font-weight: 600;}
.sub_terms section article{ display: grid; grid-gap: 10px;}
.sub_terms section article h3{ font-size: 16px; font-weight: 700; color: #333;}
.sub_terms section article p{ line-height: 1.6; font-size: 16px; color:#333;}
.sub_terms section article ul{ display: grid; grid-gap: 10px; margin-left: 20px;}
.sub_terms section article ul > li{ list-style: disc; position: relative; line-height: 1.6; font-size: 16px; color:#333;}
.sub_terms section article ul > li ol{ margin-top: 10px;}
.sub_terms section article ol{ display: grid; grid-gap: 10px; padding-left: 10px;}
.sub_terms section article ol > li{ counter-increment: num; position: relative; padding-left: 25px; line-height: 1.6; font-size: 16px; color:#333;}
.sub_terms section article ol > li::before{ content:counter(num) " "; display: flex; justify-content: center; align-items: center; position: absolute; top: 4px; left: 0; width: 18px; height: 18px; border-radius: 50%; background: #333; font-size: 12px; color: #FFF;}
@media(max-width: 767px){
    .sub_terms{ grid-gap: 2.5rem;}
    .sub_terms section{ grid-gap: 2rem;}
    .sub_terms section h2{ padding-bottom: 1rem; font-size: 1.4rem;}
    .sub_terms section article{ grid-gap: 0.8rem;}
    .sub_terms section article h3{ font-size: 1.2rem;}
    .sub_terms section article p{ font-size: 1.1rem;}
    .sub_terms section article ul{ grid-gap: 0.3rem; margin-left: 1.5rem;}
    .sub_terms section article ul > li{ font-size: 1.1rem;}
    .sub_terms section article ul > li ol{ margin-top: 0.8rem;}
    .sub_terms section article ol{ grid-gap: 0.3rem; padding-left: 0.8rem;}
    .sub_terms section article ol > li{ padding-left: 1.6rem; font-size: 1.1rem;}
    .sub_terms section article ol > li::before{ top: 0.3rem; width: 1.2rem; height: 1.2rem; font-size: 0.8rem;}
}


.sub_terms_privacy{ display: grid; grid-gap: 60px; word-break: keep-all;}
.sub_terms_privacy .inner{ display: grid; grid-gap: 30px;}
.sub_terms_privacy h3{ padding-bottom: 15px; border-bottom: 2px solid #000; font-size: 20px; font-weight: 600;}
.sub_terms_privacy section{ display: grid; grid-gap: 10px;}
.sub_terms_privacy section h4{ font-size: 16px; font-weight: 700; color: #333;}
.sub_terms_privacy section p{ line-height: 1.6; font-size: 16px; color:#333;}
.sub_terms_privacy section p b{ font-weight: 500;}
.sub_terms_privacy section ul{ display: grid; grid-gap: 10px; margin-left: 20px;}
.sub_terms_privacy section ul li{ list-style: disc; position: relative; line-height: 1.6; font-size: 16px; color:#333;}
.sub_terms_privacy table{ border-collapse: collapse; width: 100%; text-align: center;}
.sub_terms_privacy table thead{ border-top: 1px solid #ddd;}
.sub_terms_privacy table thead th{ padding: 15px 5px; border-bottom: 1px solid #000; background: #f1f5f9; font-size: 16px; font-weight: 500; color: #000;}
.sub_terms_privacy table tbody td{ padding: 15px 5px; border-bottom: 1px solid #ddd; background: #FFF; font-size: 16px; color: #333;}
.sub_terms_privacy .map1{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 10px;}
.sub_terms_privacy .map1 .wrap{ padding: 10px 0; border: 1px solid #ddd; line-height: 1.2; text-align: center;}
.sub_terms_privacy .map1 .wrap:nth-child(3){ grid-column: 3/4; grid-row: 1/3;}
.sub_terms_privacy .map1 .wrap.box{ display: flex; justify-content: center; align-items: center; border: 0; background: #f1f5f9; font-weight: 500; font-size: 16px; color: #000;}
.sub_terms_privacy .map1 .wrap.text{ display: flex; flex-direction: column; align-items: center; background: #FFF;}
.sub_terms_privacy .map1 .wrap.text p{ font-size: 15px; color: #666;}
.sub_terms_privacy .map1 .wrap.text svg{ width: 20px; height: 20px;}
.sub_terms_privacy .map2{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 10px;}
.sub_terms_privacy .map2 .wrap{ padding: 10px 0; border: 1px solid #ddd; line-height: 1.2; text-align: center;}
.sub_terms_privacy .map2 .wrap.box{ display: flex; justify-content: center; align-items: center; border: 0; background: #f1f5f9; font-weight: 500; font-size: 16px; color: #000;}
.sub_terms_privacy .map2 .wrap.text{ display: flex; flex-direction: column; align-items: center; background: #FFF;}
.sub_terms_privacy .map2 .wrap.text p{ font-size: 15px; color: #666;}
.sub_terms_privacy .map2 .wrap.text svg{ width: 20px; height: 20px;}
.sub_terms_privacy .map3{ display: flex; align-items: center; grid-gap: 10px;}
.sub_terms_privacy .map3 .wrap{ width: 100%; text-align: center;}
.sub_terms_privacy .map3 .wrap p:first-child{ font-size: 16px; font-weight: 500; color: #000;}
.sub_terms_privacy .map3 .wrap p:last-child{ font-size: 14px; color: #666;}
.sub_terms_privacy .map3 .wrap .box{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 5px 0; height: 80px; border: 1px solid #ddd; background: #FFF; line-height: 1.2; font-size: 15px; color: #666;}
.sub_terms_privacy .map3 svg{ flex: 0 0 20px; width: 20px; height: 20px;}
@media(max-width: 767px){
    .sub_terms_privacy{ grid-gap: 2.5rem;}
    .sub_terms_privacy .inner{ grid-gap: 2rem;}
    .sub_terms_privacy h3{ padding-bottom: 1rem; font-size: 1.4rem;}
    .sub_terms_privacy section{ grid-gap: 0.8rem;}
    .sub_terms_privacy section h4{ font-size: 1.2rem;}
    .sub_terms_privacy section p{ font-size: 1.1rem;}
    .sub_terms_privacy section ul{ grid-gap: 0.3rem; margin-left: 1.5rem;}
    .sub_terms_privacy section ul li{ font-size: 1.1rem;}
    .sub_terms_privacy table thead th{ padding: 1rem 0.2rem; font-size: 1.1rem;}
    .sub_terms_privacy table tbody td{ padding: 1rem 0.2rem; line-height: 1.2; font-size: 0.9rem;}
    .sub_terms_privacy .map1{ grid-gap: 0.5rem;}
    .sub_terms_privacy .map1 .wrap{ padding: 0.5rem 0;}
    .sub_terms_privacy .map1 .wrap.box{ font-size: 1rem;}
    .sub_terms_privacy .map1 .wrap.text p{ font-size: 1rem;}
    .sub_terms_privacy .map1 .wrap.text svg{ width: 1rem; height: 1rem;}
    .sub_terms_privacy .map2{ grid-gap: 0.5rem;}
    .sub_terms_privacy .map2 .wrap{ padding: 0.5rem 0;}
    .sub_terms_privacy .map2 .wrap.box{ font-size: 1.1rem;}
    .sub_terms_privacy .map2 .wrap.text p{ font-size: 0.9rem;}
    .sub_terms_privacy .map2 .wrap.text svg{ width: 1rem; height: 1rem;}
    .sub_terms_privacy .map3{ grid-gap: 0.2rem;}
    .sub_terms_privacy .map3 .wrap p:first-child{ font-size: 1.1rem;}
    .sub_terms_privacy .map3 .wrap p:last-child{ font-size: 0.9rem;}
    .sub_terms_privacy .map3 .wrap .box{ margin: 0.5rem 0; padding: 0 1rem; height: 7rem; font-size: 1rem;}
    .sub_terms_privacy .map3 svg{ flex: 0 0 1rem; width: 1rem; height: 1rem;}
}


.sub_terms_maile{ line-height: 1.6; font-size: 16px; color: #333;}
.sub_terms_maile span{ font-weight: 500; color: #2143b4;}
@media(max-width: 767px){
    .sub_terms_maile{ font-size: 1.1rem;}
}























