@charset "utf-8";

.none_scrollbar::-moz-scrollbar{ width: 0; height: 0; background: #FFF;}
.none_scrollbar::-moz-scrollbar-thumb{ background-color: #ffd448; border-radius: 0;}
.none_scrollbar::-ms-scrollbar{ width: 0; height: 0; background: #FFF;}
.none_scrollbar::-ms-scrollbar-thumb{ background-color: #ffd448; border-radius: 0;}
.none_scrollbar::-webkit-scrollbar{ width: 0; height: 0; background: #FFF;}
.none_scrollbar::-webkit-scrollbar-thumb{ background-color: #ffd448; border-radius: 0;}


.modle_scrollbar::-webkit-scrollbar{ width: 4px; background: #FFF;}
.modle_scrollbar::-webkit-scrollbar-thumb{ border-radius: 0; background: #ffd448;}
@media(max-width: 1300px){
}
@media(min-width: 1024px){
}
@media(max-width: 600px){
}


.modle_max{ padding-right: 50px !important; padding-left: 50px !important;}
.modle_min{ margin: 0 auto; max-width: 1200px; width: 100%;}
@media(max-width: 1300px){
    .modle_max{ padding-right: 30px !important; padding-left: 30px !important;}
}
@media(max-width: 600px){
    .modle_max{ padding-right: 1rem !important; padding-left: 1rem !important;}
}


.modle_mt0{ margin-top: 0 !important;}
.modle_mt50{ margin-top: 50px !important;}
.modle_mt60{ margin-top: 60px !important;}
@media(max-width: 600px){
    .modle_mt50{ margin-top: 2rem !important;}
}


.modle_br_pc{ display: block;}
.modle_br_pad{ display: none;}
.modle_br_m{ display: none;}
@media(max-width: 1000px){
    .modle_br_pc{ display: none;}
    .modle_br_pad{ display: block;}
    .modle_br_m{ display: none;}
}
@media(max-width: 600px){
    .modle_br_pc{ display: none;}
    .modle_br_pad{ display: none;}
    .modle_br_m{ display: block;}
}


.modle_sub_bg{ display: flex; justify-content: center; position: relative;}
.modle_sub_bg > .contents{ position: relative; z-index: 1;}
.modle_sub_bg > .bg{ position: absolute; top: 0; bottom: 0; width: 100vw;}


.modle_font_lb{ font-family: "Libre Baskerville", serif;}



.modle_guide{ display: flex; align-items: center; padding: 120px 0 60px 0;}
.modle_guide .guide{ display: flex; align-items: center; grid-gap: 10px;}
.modle_guide .guide .wrap{ display: flex; align-items: center; grid-gap: 5px;}
.modle_guide .guide .wrap p{ font-size: 16px; color: #333;}
.modle_guide .guide img{ display: block; height: 16px;}
.modle_guide .guide .xi-angle-right{ font-size: 14px; color: #ddd;}
.modle_guide .title{ margin-top: 30px; font-size: 60px; font-weight: 700; color: #000;}
.modle_guide .title_kr{ margin-top: 40px;}
@media(max-width: 1300px){
    .modle_guide .guide{ justify-content: center;}
    .modle_guide .title{ text-align: center;}
}
@media(max-width: 600px){
    .modle_guide{ padding: 7rem 0 2rem 0;}
    .modle_guide .guide{ grid-gap: 0.5rem;}
    .modle_guide .guide .wrap{ grid-gap: 0.5rem;}
    .modle_guide .guide .wrap p{ font-size: 1rem;}
    .modle_guide .guide img{ height: 1rem;}
    .modle_guide .guide .xi-angle-right{ font-size: 0.8rem;}
    .modle_guide .title{ margin-top: 1.4rem; font-size: 2.4rem;}
    .modle_guide .title_kr{ margin-top: 1.4rem;}
}


.modle_btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 60px 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 50px; height: 60px; border: 1px solid #ddd; background: #FFF; cursor: pointer;}
.modle_btn a p{ font-size: 18px; font-weight: 500; color: #000;}
.modle_btn a.on{ border-color: #ffd448; background: #ffd448;}
.modle_btn a.on p{ color: #000;}
@media(max-width: 600px){
    .modle_btn{ grid-gap: 0.5rem; margin: 2rem 0 0 0;}
    .modle_btn a{ padding: 0 3rem; height: 3.5rem; font-size: 1.2rem;}
    .modle_btn a p{ font-size: 1.2rem;}
}


.modle_sub_top_menu{ overflow: hidden; display: flex; justify-content: center; margin-bottom: 50px;}
.modle_sub_top_menu .contents{ display: flex; border-radius: 30px; background: #f6f8fb;}
.modle_sub_top_menu a{ display: flex; justify-content: center; align-items: center; padding: 0 60px; height: 60px; border-radius: 30px; cursor: pointer;}
.modle_sub_top_menu a p{ font-size: 18px; color: #000;}
.modle_sub_top_menu a.on{ background: #000;}
.modle_sub_top_menu a.on p{ font-weight: 700; color: #c5ad8e;}
@media(max-width: 1000px){
    .modle_sub_top_menu a{ padding: 0 40px;}
}
@media(max-width: 600px){
    .modle_sub_top_menu{ margin-bottom: 2rem;}
    .modle_sub_top_menu .contents{ border-radius: 3rem;}
    .modle_sub_top_menu a{ padding: 0 1.5rem; height: 3.5rem; border-radius: 3rem;}
    .modle_sub_top_menu a p{ font-size: 1.1rem;}
}


.modle_sub_menu{ display: grid; grid-template-columns: repeat(2,1fr); margin-bottom: 50px; padding-left: 2px;}
.modle_sub_menu a{ display: flex; justify-content: center; align-items: center; position: relative; margin-left: -2px; height: 70px; border: 1px solid #ddd; border-bottom: 2px solid #000; background: #fafafa; cursor: pointer;}
.modle_sub_menu a p{ font-size: 18px; color: #333;}
.modle_sub_menu a.on{ position: relative; z-index: 1; border: 2px solid #000; background: #FFF;}
.modle_sub_menu a.on:after{ content: ""; display: block; position: absolute; z-index: 2; right: 0; bottom: -2px; left: 0; height: 2px; background: #FFF;}
.modle_sub_menu a.on p{ font-weight: 600; color: #000;}
@media(max-width: 600px){
    .modle_sub_menu{ margin-bottom: 3rem;}
    .modle_sub_menu a{ height: 3.5rem;}
    .modle_sub_menu a p{ font-size: 1.1rem;}
}


.modle_option{ display: flex; justify-content: center; grid-gap: 10px; margin: 0 0 40px 0; padding: 30px; border-radius: 10px; background: #FFF; box-shadow: 0 3px 5px 0 rgba(0 0 0/5%);}
.modle_option select{ display: flex; align-items: center; margin: 0; padding: 0 45px 0 20px; width: auto; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 15px #fafafa; background-size: 15px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option select:focus{ border: 1px solid #000;}
.modle_option .search{ position: relative; flex: 1; max-width: 300px;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 45px 0 20px; width: 100%; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option .search input:focus{ border: 1px solid #000;}
.modle_option .search i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; width: 45px; font-size: 20px; color: #000; cursor: pointer;}
@media(max-width: 600px){
    .modle_option{ grid-gap: 0.4rem; margin: 0 0 2rem 0; padding: 1rem; border-radius: 1rem;}
    .modle_option select{ padding: 0 3rem 0 1.5rem; height: 3rem; border-radius: 3rem; background:url(/images/icon_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1rem;}
    .modle_option .search input{ padding: 0 3rem 0 1.5rem; height: 3rem; border-radius: 3rem; font-size: 1rem;}
    .modle_option .search i{ width: 3rem; font-size: 1.4rem;}
}


.modle_info{ display: flex; justify-content: space-between; align-items: center; margin: 0 0 50px 0;}
.modle_info .fl{ font-size: 18px; color: #000;}
.modle_info .fl span{ margin: 0 2px 0 0; font-weight: 600; color: #c5ad8e;}
.modle_info .fr{ display: flex; align-items: center;}
.modle_info .fr .number{ display: flex; align-items: center;}
.modle_info .fr .number .tit{ margin: 0 16px 0 0; font-size: 16px; font-weight: 600; color: #000;}
.modle_info .fr .number select{ display: flex; align-items: center; margin: 0; padding: 0 25px 0 0; width: auto; height: 20px; border-radius: 0; border: 0; background:url(/images/modle_select_down.svg) no-repeat center right 0/18px auto; line-height: 20px; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_info .fr .sort{ display: flex; align-items: center; margin: 0 0 0 40px; padding: 0 0 0 40px; border-left: 1px solid #e5e5e5;}
.modle_info .fr .sort .tit{ font-size: 16px; font-weight: 600; color: #000;}
.modle_info .fr .sort .btn{ display: flex; align-items: center;}
.modle_info .fr .sort .btn a{ margin: 0 0 0 16px; font-size: 16px; color: #666; cursor: pointer;}
.modle_info .fr .sort .btn a.on{ font-weight: 600; color: #c5ad8e;}
@media(max-width: 600px){
    .modle_info{ margin: 0 0 2rem 0;}
    .modle_info .fl{ font-size: 1.2rem;}
    .modle_info .fl span{ margin: 0 0.2rem 0 0;}
    .modle_info .fr .number .tit{ margin: 0 1rem 0 0; font-size: 1rem;}
    .modle_info .fr .number select{ padding: 0 1.5rem 0 0; height: 1rem; background:url(/images/modle_select_down.svg) no-repeat center right 0; background-size: 1rem auto; line-height: 1rem; font-size: 1rem;}
    .modle_info .fr .sort{ margin: 0 0 0 1.5rem; padding: 0 0 0 1.5rem;}
    .modle_info .fr .sort .tit{ font-size: 1rem;}
    .modle_info .fr .sort .btn a{ margin: 0 0 0 1rem; font-size: 1rem;}
}


.modle_menu{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 10px; margin: 0 0 40px 0;}
.modle_menu a{ display: flex; align-items: center; padding: 0 20px; height: 40px; border-radius: 20px; background: #FFF; box-shadow: 0 3px 5px 0 rgba(0 0 0/5%); font-size: 15px; color: #666; cursor: pointer; transition: all .2s;}
.modle_menu a:hover{ background: #f6f8fb;}
.modle_menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 600;}
@media(max-width: 600px){
    .modle_menu{ grid-gap: 0.4rem; margin: 0 0 2rem 0;}
    .modle_menu a{ padding: 0 1rem; height: 2.5rem; border-radius: 2rem; font-size: 1rem;}
}


.modle_notice{ overflow: hidden; margin: 50px 0 0 0;}
.modle_notice .head{ display: flex; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #000;}
.modle_notice .head li{ display: flex; justify-content: center; align-items: center; height: 60px;}
.modle_notice .head li p{ font-size: 16px; font-weight: 600; color: #000;}
.modle_notice .body{}
.modle_notice .body li{}
.modle_notice .body li .row{ display: flex; flex-wrap: wrap; align-items: center; position: relative; padding: 30px 0; border-bottom: 1px solid #e5e5e5; transition: all .3s;}
.modle_notice .body li .row .number{ width: 20%; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #666;}
.modle_notice .body li .row .number.top{ font-weight: 600; color: #F00;}
.modle_notice .body li .row .number span{ display: inline-block; transform: translate(0,-1px); width: 60px; border-radius: 0; background: #ffd448; text-align: center; line-height: 25px; font-size: 14px; font-weight: 500; color: #000;}
.modle_notice .body li .row .tit{ width: 50%; display: flex; align-items: center; padding: 0 15px;}
.modle_notice .body li .row .tit a{ max-width: 90%; line-height: 25px; font-size: 18px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_notice .body li .row .tit span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-1px); width: 60px; border-radius: 0; background: #000; text-align: center; line-height: 25px; font-size: 14px; font-weight: 500; color: #FFF;}
.modle_notice .body li .row .tit i{ margin: 0 0 0 10px; transform: translate(0,-1px); font-size: 24px; color: #000; cursor: pointer;}
.modle_notice .body li .row .user{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #666;}
.modle_notice .body li .row .date{ width: 30%; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #666;}
.modle_notice .body li .row .click{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 18px; color: #666;}
.modle_notice .body li .row .answer{ width: 15%; display: flex; justify-content: center; align-items: center;}
.modle_notice .body li .row .answer p{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; color: #666; white-space: nowrap;}
.modle_notice .body li .row .answer.on p{ border: 1px solid #c5ad8e; background: #c5ad8e; color: #FFF;}
.modle_notice .body li .row:hover{ background: #f6f8fb;}
@media(max-width: 600px){
    .modle_notice{ margin: 2rem 0 0 0; border-top: 2px solid #000;}
    .modle_notice .head{ display: none;}
    .modle_notice .body li .row{ grid-gap: 0.6rem 1rem; padding: 1.5rem 1rem;}
    .modle_notice .body li .row .number{ flex: 0 0 3rem; justify-content: flex-start; font-size: 1.1rem;}
    .modle_notice .body li .row .number span{ margin-right: 0.5rem; width: 5rem;}
    .modle_notice .body li .row .tit{ padding: 0; width: 100%;}
    .modle_notice .body li .row .tit a{ font-size: 1.2rem;}
    .modle_notice .body li .row .tit a span{ margin-right: 0.5rem; width: 5rem;}
    .modle_notice .body li .row .tit i{ font-size: 1.4rem;}
    .modle_notice .body li .row .user{ justify-content: flex-start; width: auto; font-size: 1.1rem;}
    .modle_notice .body li .row .date{ justify-content: flex-start; width: auto; font-size: 1.1rem;}
    .modle_notice .body li .row .click{ justify-content: flex-start; width: auto; font-size: 1.1rem;}
    .modle_notice .body li .row .answer{ width: auto;}
    .modle_notice .body li .row .answer p{ padding: 0 1rem; height: 2rem; font-size: 1.1rem;}
}


.modle_report{ margin: 50px 0 0 0; display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
.modle_report a{ display: block; border-radius: 25px; box-shadow: 0 5px 20px 0 rgba(0 0 0/5%);}
.modle_report a .img{ border-radius: 25px 25px 0 0;}
.modle_report a .img:after{ content: ""; display: block; padding-top: 60%;}
.modle_report a .info{ padding: 30px 40px 40px 40px; border-radius: 0 0 25px 25px; border: 1px solid #e5e5e5; border-top: 0;}
.modle_report a .info .tit{ font-size: 20px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_report a .info .date{ margin: 15px 0 0 0; font-size: 16px; color: #666;}
@media(max-width: 1024px){
    .modle_report{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 600px){
    .modle_report{ margin: 2rem 0 0 0; grid-gap: 1rem;}
    .modle_report a{ border-radius: 1rem;}
    .modle_report a .img{ border-radius: 1rem 1rem 0 0;}
    .modle_report a .info{ padding: 1.5rem 1.5rem 1.5rem 1.5rem; border-radius: 0 0 1rem 1rem;}
    .modle_report a .info .tit{ font-size: 1.2rem;}
    .modle_report a .info .date{ margin: 0.6rem 0 0 0; font-size: 1rem;}
}


.modle_photo{ margin: 50px 0 0 0; display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 30px;}
.modle_photo a{ display: block;}
.modle_photo a .img{ border-radius: 25px;}
.modle_photo a .img:after{ content: ""; display: block; padding-top: 100%;}
.modle_photo a .info{ padding: 20px 10px 0 10px;}
.modle_photo a .info .tit{ font-size: 20px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_photo a .info .date{ margin: 10px 0 0 0; font-size: 16px; color: #666;}
@media(max-width: 1024px){
    .modle_photo{ grid-template-columns: repeat(3,1fr);}
}
@media(max-width: 600px){
    .modle_photo{ margin: 2rem 0 0 0; grid-template-columns: repeat(2,1fr); grid-gap: 1rem;}
    .modle_photo a .img{ border-radius: 1rem;}
    .modle_photo a .info{ padding: 1rem 1rem 0 1rem;}
    .modle_photo a .info .tit{ font-size: 1.2rem;}
    .modle_photo a .info .date{ margin: 0.4rem 0 0 0; font-size: 1rem;}
}


.modle_sns{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px;}
.modle_sns a{ overflow: hidden;}
.modle_sns a .img{ overflow: hidden; position: relative; border-radius: 25px 25px 0 0;}
.modle_sns a .img:after{ content: ""; display: block; padding-top: 65%; background: rgba(0 0 0/40%);}
.modle_sns a .info{ padding: 0 30px 40px 30px; border-radius: 0 0 25px 25px; border: 1px solid #e5e5e5;}
.modle_sns a .info .sns{ display: block; position: relative; z-index: 10; margin: -20px auto 0 auto; height: 40px;}
.modle_sns a .tit{ margin-top: 30px; text-align: center; font-size: 22px; font-weight: 700; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
@media(max-width: 1024px){
    .modle_sns{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 600px){
    .modle_sns{ grid-gap: 1rem;}
    .modle_sns a .img{ border-radius: 1rem 1rem 0 0;}
    .modle_sns a .info{ padding: 0 1rem 1.5rem 1rem; border-radius: 0 0 1rem 1rem;}
    .modle_sns a .info .sns{ margin: -1.5rem auto 0 auto; height: 3rem;}
    .modle_sns a .tit{ margin-top: 1rem; font-size: 1.2rem;}
}


.modle_faq{ overflow: hidden; border-radius: 10px; background: #FFF; box-shadow: 0 3px 5px 0 rgba(0 0 0/5%);}
.modle_faq ul{}
.modle_faq ul li{ border-bottom: 1px solid #e5e5e5;}
.modle_faq ul li:last-child{ border-bottom: 0;}
.modle_faq ul li .wrap{ display: block; position: relative; transition: all .2s;}
.modle_faq ul li .wrap .head{ position: relative; padding: 20px 80px 20px 90px; cursor: pointer;}
.modle_faq ul li .wrap .head .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translate(0,-50%); left: 30px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 20px; font-weight: 700; color: #000; transition: all .3s;}
.modle_faq ul li .wrap .head .t2{ font-size: 13px; color: #666;}
.modle_faq ul li .wrap .head .t3{ margin: 10px 0 0 0; line-height: 1.4; font-size: 18px; font-weight: 600; color: #000;}
.modle_faq ul li .wrap .head i{ display: block; position: absolute; top: 50%; right: 40px; transform: translate(0,-50%); font-size: 14px; color: #999; transition: all .3s;}
.modle_faq ul li .wrap .body{ display: none; position: relative; padding: 0 80px 40px 90px;}
.modle_faq ul li .wrap .body .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 30px; width: 40px; height: 40px; border-radius: 50%; background: #000; font-size: 18px; font-weight: 600; color: #FFF; transition: all .3s;}
.modle_faq ul li .wrap .body .t2{ padding: 0; min-height: 50px; line-height: 1.8; font-size: 16px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap .body .t2 p{ line-height: 1.8; font-size: 16px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap:hover{ background: #f6f8fb;}
.modle_faq ul li.on .wrap .head .t1{ border-color: #000; background: #000; color: #FFF;}
.modle_faq ul li.on .wrap .head .t3{ font-weight: 600; color: #000;}
.modle_faq ul li.on .wrap .head i{ transform: rotate(180deg);}
.modle_faq ul li.on .wrap .body{}
@media(max-width: 600px){
    .modle_faq ul li .wrap .head{ padding: 1.5rem 3rem 1.5rem 3.5rem;}
    .modle_faq ul li .wrap .head .t1{ left: 0; width: 2.5rem; height: 2.5rem; font-size: 1.2rem;}
    .modle_faq ul li .wrap .head .t2{ font-size: 1rem;}
    .modle_faq ul li .wrap .head .t3{ margin: 0.4rem 0 0 0; font-size: 1.1rem;}
    .modle_faq ul li .wrap .head i{ right: 0; font-size: 1rem;}
    .modle_faq ul li .wrap .body{ padding: 0 3rem 1.5rem 3.5rem;}
    .modle_faq ul li .wrap .body .t1{ left: 0; width: 2.5rem; height: 2.5rem; font-size: 1.2rem;}
    .modle_faq ul li .wrap .body .t2{ padding: 0; min-height: 3rem; font-size: 1.1rem;}
    .modle_faq ul li .wrap .body .t2 p{ font-size: 1.1rem;}
    .modle_faq ul li .wrap:hover{ background: #FFF;}
}


.modle_view{}
.modle_view .head{ border-top: 1px solid #ddd;}
.modle_view .head .tit{ padding: 20px 50px; line-height: 1.4; font-size: 24px; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 20px 50px; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #000;}
.modle_view .head ul li{ display: flex; align-items: center; grid-gap: 10px;}
.modle_view .head ul li p{ display: block; line-height: 1; font-size: 16px; color: #666;}
.modle_view .head ul li font{ display: block; font-size: 16px; font-weight: 500; color: #000;}
.modle_view .head ul li .file{ display: flex; justify-content: center; align-items: center; padding: 0 15px; height: 35px; border: 1px solid #e5e5e5; cursor: pointer;}
.modle_view .head ul li .file p{ margin: 0; padding: 0; border: 0; font-size: 16px; color: #000;}
.modle_view .head ul li .file i{ margin: 0 0 0 10px; font-size: 18px; color:#000;}
.modle_view .head ul li .file:hover{ background: #f6f8fb;}
.modle_view .head ul li .answer{ display: flex; justify-content: center; align-items: center; padding: 0 25px; height: 50px; border-radius: 30px; border: 1px solid #666; font-size: 16px; color: #000; cursor: pointer;}
.modle_view .head ul li .answer.on{ border: 1px solid #000; background: #000; color: #FFF; font-weight: 600;}
.modle_view .body{ padding: 50px; border-bottom: 1px solid #ddd;}
.modle_view .body *{ line-height: 1.8; font-size: 18px; font-weight: 400; color: #000;}
.modle_view .body iframe{ display: block; margin: 0 0 40px 0; width: 100% !important; height: 500px !important;}
.modle_view .body img{ display: block; margin: 0 0 40px 0; max-width:100%;}

.modle_view .body .qna{ border-radius: 8px;}
.modle_view .body .qna .head{ display: flex; align-items: center; margin: 0 0 40px 0; font-size: 19px; font-weight: 700; color: #000;}
.modle_view .body .qna .head span{ display: flex; justify-content: center; align-items: center; margin: 0 12px 0 0; width: 40px; height: 40px; border-radius: 50%; background: #000; color: #FFF;}
.modle_view .body .qna .q{}
.modle_view .body .qna .a{ margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #000;}
.modle_view .body .qna .a .head span{ background: #000;}

.modle_view .page{ display: grid;}
.modle_view .page .wrap{ display: flex; align-content: center; position: relative; padding: 30px 50px 30px 120px; border-bottom: 1px solid #ddd;}
.modle_view .page .wrap p{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; bottom: 0; left: 50px; font-size: 16px; color: rgba(0 0 0/60%);}
.modle_view .page .wrap .tit{ display: flex; align-content: center; width: 100%;}
.modle_view .page .wrap .tit a{ max-width: 90%; line-height: 1.4; font-size: 16px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_view .page .wrap .tit a span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-1px); width: 60px; background: #000; text-align: center; line-height: 25px; font-size: 14px; color: #FFF;}
.modle_view .page .wrap:hover{ background: #f6f8fb;}
@media(max-width: 768px){
    .modle_view .head .tit{ padding: 1.5rem 0; font-size: 1.4rem;}
    .modle_view .head ul{ grid-gap: 1rem 1.5rem; padding: 1.5rem 0;}
    .modle_view .head ul li{ grid-gap: 0.8em;}
    .modle_view .head ul li p{ font-size: 1rem;}
    .modle_view .head ul li font{ font-size: 1rem;}
    .modle_view .head ul li .file{ padding: 0 1.2rem; height: 2.2rem;}
    .modle_view .head ul li .file p{ font-size: 1rem;}
    .modle_view .head ul li .file i{ margin: 0 0 0 0.4rem; font-size: 1.1rem;}
    .modle_view .head ul li .answer{ padding: 0 25px; height: 50px; border-radius: 30px; border: 1px solid #666; font-size: 16px; color: #000; cursor: pointer;}
    .modle_view .head ul li .answer.on{ border: 1px solid #000; background: #000; color: #FFF; font-weight: 600;}
    .modle_view .body{ padding: 2rem 0;}
    .modle_view .body *{ line-height: 1.4; font-size: 1.1rem;}
    .modle_view .body iframe{ margin: 0 0 1.5rem 0; height: 12rem !important;}
    .modle_view .body img{ margin: 0 0 1.5rem 0;}

    .modle_view .body .qna{ border-radius: 8px;}
    .modle_view .body .qna .head{ display: flex; align-items: center; margin: 0 0 40px 0; font-size: 19px; font-weight: 700; color: #000;}
    .modle_view .body .qna .head span{ display: flex; justify-content: center; align-items: center; margin: 0 12px 0 0; width: 40px; height: 40px; border-radius: 50%; background: #000; color: #FFF;}
    .modle_view .body .qna .q{}
    .modle_view .body .qna .a{ margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #000;}
    .modle_view .body .qna .a .head span{ background: #000;}

    .modle_view .page{}
    .modle_view .page .wrap{ padding: 1.2rem 1rem 1.2rem 6rem;}
    .modle_view .page .wrap p{ left: 0; width: 6rem; font-size: 1.1rem;}
    .modle_view .page .wrap .tit a{ font-size: 1.1rem;}
    .modle_view .page .wrap .tit a span{ margin: 0 0.5rem 0 0; transform: translate(0,0); padding: 0; width: 5rem; line-height: 1.6rem; font-size: 1rem;}
}


.modle_write{ margin: 60px 0 0 0;}
.modle_write .head{ display: flex; justify-content: space-between; align-items: flex-end; padding: 0 0 20px 0;}
.modle_write .head p{ font-size: 24px; font-weight: 700; color: #000;}
.modle_write .head font{ font-size: 16px; color: #F00;}
.modle_write .body{ display: grid; border-top: 2px solid #000;}
.modle_write .body .wrap{ display: flex; align-items: flex-start; padding: 20px 50px; border-bottom: 1px solid #DDD;}
.modle_write .body .wrap .tit{ flex: 0 0 140px; display: flex; align-items: center; line-height: 50px; font-size: 16px; font-weight: 500; color: #000;}
.modle_write .body .wrap .tit span{ padding-left: 5px; color: #F00;}
.modle_write .body .wrap .tit.profile_tit{ line-height: 120px;}
.modle_write .body .wrap .txt{ margin: 10px 0 0 0; font-size: 14px; color: #999;}
.modle_write .body .wrap .text{ padding: 10px 0; line-height: 30px; font-size: 18px; color: #000;}
.modle_write .body .wrap .in{ flex: 1;}

.modle_write input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 400px; height: 50px; border: 1px solid #DDD; background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write input:focus{ border: 1px solid #ffd448;}
.modle_write select{ display: flex; align-items: center; margin: 0; padding: 0 40px 0 20px; width: 100%; height: 50px; border: 1px solid #DDD; background:url(/images/icon_select_down.svg) no-repeat center right 20px #FFF; background-size: 12px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write select:focus{ border: 1px solid #ffd448;}
.modle_write textarea{ display: block; margin: 0; padding: 10px 20px; width: 100%; height: 200px; resize: none; border: 1px solid #DDD; background: none; line-height: 1.4; font-size: 16px; color: #000; outline: none; -webkit-appearance: none;}
.modle_write textarea:focus{ border: 1px solid #ffd448;}

.modle_write .check_id{ display: flex; grid-gap: 10px; max-width: 400px;}
.modle_write .check_id .btn{ display: flex; justify-content: center; align-items: center; flex: 0 0 100px; border: 1px solid #000; font-size: 16px; color: #000; cursor: pointer; transition: all .2s;}
.modle_write .check_id .btn:hover{ border-color: #000; background: #000; color: #ffd448}

.modle_write .profile_img{ display: flex; flex-direction: column; grid-gap: 10px;}
.modle_write .profile_img .img{ overflow: hidden; width: 120px; height: 120px; border-radius: 50%;}
.modle_write .profile_img .btn{ display: flex; grid-gap: 5px;}
.modle_write .profile_img .btn a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 35px; border-radius: 20px; border: 1px solid #ddd; font-size: 14px; color: #666; cursor: pointer; transition: all .2s;}
.modle_write .profile_img .btn a:hover{ background: #f5f5f5;}

.modle_write .radio{ display: flex; flex-wrap: wrap;}
.modle_write .radio label{ display: flex; align-items: center; margin: 10px 30px 0 0; cursor: pointer;}
.modle_write .radio label i{ display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #CCC; background: #FFF; font-size: 12px; color: #FFF;}
.modle_write .radio label p{ margin: 0 0 0 5px; font-size: 16px; color: #000;}
.modle_write .radio label.on i{ border-color: #ffd448; background: #ffd448; color: #FFF;}
.modle_write .radio label.on p{ font-weight: 600;}

.modle_write .tel{ display: flex; grid-gap: 10px; max-width: 400px;}
.modle_write .tel select{ flex: 0 0 100px; width: 100px;}
.modle_write .tel input{ width: 50%;}

.modle_write .mail{ flex: 1; display: flex; width: 100%;}
.modle_write .mail .fl{ display: flex;}
.modle_write .mail .fl input{ width: 100%;}
.modle_write .mail .fl p{ flex: 0 0 20px; text-align: center; line-height: 50px; font-size: 12px; color: #666;}
.modle_write .mail select{ flex: 0 0 200px; margin: 0 0 0 10px;}

.modle_write .file{ display: flex; margin: 10px 0 0 0;}
.modle_write .file:first-child{ margin: 0;}
.modle_write .file input{ width: 100%; border-radius: 8px 0 0 8px;}
.modle_write .file .btn{ display: flex; justify-content: center; align-items: center; width: 120px; height: 50px; border-radius: 0 8px 8px 0; border: 1px solid #CCC; border-left: 0; background: #fafafa; cursor: pointer;}
.modle_write .file .btn p{ font-size: 17px; color: #000;}

.modle_write .out_text p{ font-size: 16px;}
@media(max-width: 600px){
    .modle_write{ margin: 3rem 0 0 0;}
    .modle_write .head{ padding: 0 0 1rem 0;}
    .modle_write .head p{ font-size: 1.4rem;}
    .modle_write .head font{ font-size: 1rem;}
    .modle_write .body .wrap{ display: block; padding: 1.5rem 1rem;}
    .modle_write .body .wrap .tit{ flex: 1; padding-bottom: 0.5rem; line-height: 1; font-size: 1.1rem;}
    .modle_write .body .wrap .tit.profile_tit{ line-height: 1;}
    .modle_write .body .wrap .txt{ margin: 1rem 0 0 0; font-size: 1rem;}
    .modle_write .body .wrap .text{ padding: 1rem 0 0 0; line-height: 1; font-size: 1.4rem;}

    .modle_write input{ padding: 0 1.2rem; width: 100%; height: 3.5rem; font-size: 1.1rem;}
    .modle_write select{ padding: 0 3.5rem 0 1.2rem; height: 3.5rem; background:url(/images/icon_select_down.svg) no-repeat center right 1.2rem #FFF; background-size: 1rem auto; font-size: 1.1rem;}
    .modle_write textarea{ padding: 1rem 1.2rem; height: 10rem; font-size: 1.1rem;}

    .modle_write .check_id{ display: flex; grid-gap: 10px; max-width: 400px;}
    .modle_write .check_id .btn{ display: flex; justify-content: center; align-items: center; flex: 0 0 100px; border: 1px solid #000; font-size: 16px; color: #000; cursor: pointer; transition: all .2s;}
    .modle_write .check_id .btn:hover{ border-color: #000; background: #000; color: #ffd448}

    .modle_write .profile_img{ align-items: center; grid-gap: 1rem;}
    .modle_write .profile_img .img{ overflow: hidden; width: 8rem; height: 8rem; border-radius: 50%;}
    .modle_write .profile_img .btn{ grid-gap: 0.5rem; width: 100%;}
    .modle_write .profile_img .btn a{ height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}

    .modle_write .radio{ display: flex; flex-wrap: wrap;}
    .modle_write .radio label{ display: flex; align-items: center; margin: 10px 30px 0 0; cursor: pointer;}
    .modle_write .radio label i{ display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #CCC; background: #FFF; font-size: 12px; color: #FFF;}
    .modle_write .radio label p{ margin: 0 0 0 5px; font-size: 16px; color: #000;}
    .modle_write .radio label.on i{ border-color: #ffd448; background: #ffd448; color: #FFF;}
    .modle_write .radio label.on p{ font-weight: 600;}

    .modle_write .tel{ grid-gap: 0.5rem;}
    .modle_write .tel select{ flex: 0 0 8rem; width: 8rem;}

    .modle_write .mail{ flex: 1; display: flex; width: 100%;}
    .modle_write .mail .fl{ display: flex;}
    .modle_write .mail .fl input{ width: 100%;}
    .modle_write .mail .fl p{ flex: 0 0 20px; text-align: center; line-height: 50px; font-size: 12px; color: #666;}
    .modle_write .mail select{ flex: 0 0 200px; margin: 0 0 0 10px;}

    .modle_write .file{ display: flex; margin: 10px 0 0 0;}
    .modle_write .file:first-child{ margin: 0;}
    .modle_write .file input{ width: 100%; border-radius: 8px 0 0 8px;}
    .modle_write .file .btn{ display: flex; justify-content: center; align-items: center; width: 120px; height: 50px; border-radius: 0 8px 8px 0; border: 1px solid #CCC; border-left: 0; background: #fafafa; cursor: pointer;}
    .modle_write .file .btn p{ font-size: 17px; color: #000;}

    .modle_write .out_text p{ font-size: 16px;}
}


.modle_page{ display: flex; justify-content: center; align-items: center; margin: 40px 0 0 0;}
.modle_page .btn{ display: flex; align-items: center; grid-gap: 10px; padding: 0 12px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_page .btn i{ font-size: 12px; color: #000;}
.modle_page .btn p{ font-size: 15px; color: #000;}
.modle_page .btn:hover{ background: rgba(0 0 0/5%);}
.modle_page .page{ display: flex; align-items: center;}
.modle_page .page > * { margin: 0 2px;}
.modle_page .page span{ font-size: 14px; color: #999;}
.modle_page .page p{ display: flex; justify-content: center; align-items: center; padding: 0 12px; min-width: 40px; height: 40px; border-radius: 50%; font-size: 14px; color: #000; cursor: pointer;}
.modle_page .page p:hover{ background: rgba(0 0 0/5%);}
.modle_page .page p.on{ border: 1px solid #ffd448; background: #ffd448 !important; color: #000;}
@media(max-width: 600px){
    .modle_page{ margin: 2rem 0 0 0;}
    .modle_page .btn{ padding: 0 0.4rem; height: 2.4rem;}
    .modle_page .btn i{ padding: 0;}
    .modle_page .btn p{ font-size: 1rem;}
    .modle_page .btn:hover{ background: #FFF;}
    .modle_page .page > * { margin: 0;}
    .modle_page .page span{ font-size: 1rem;}
    .modle_page .page p{ padding: 0 0.4rem; min-width: 2.4rem; height: 2.4rem; font-size: 1rem;}
    .modle_page .page p:hover{ background: #FFF;}
}


.modle_table{ overflow: auto;}
.modle_table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_table table thead{ border-top: 1px solid #ddd;}
.modle_table table thead tr{}
.modle_table table thead tr th{ padding: 25px 10px; border-bottom: 2px solid #000; text-align: center;}
.modle_table table thead tr th p{ font-size: 18px; font-weight: 700; color: #000;}
.modle_table table tbody{}
.modle_table table tbody tr{ transition: all .2s;}
.modle_table table tbody tr td{ padding: 20px 10px; border-bottom: 1px solid #ddd; text-align: center;}
.modle_table table tbody tr td .tit{ text-align: left; line-height: 25px; font-size: 16px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_table table tbody tr td .tit span{ display: inline-block; margin-right: 5px; padding: 0 10px; height: 25px; border-radius: 20px; background: #F00; line-height: 25px; font-size: 13px; color: #FFF;}
.modle_table table tbody tr td p{ line-height: 1.6; font-size: 16px; color: #333;}
.modle_table table tbody tr td p b{ font-weight: 500; color: #F00;}
.modle_table table tbody tr td .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 5px;}
.modle_table table tbody tr td .btn a{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 13px; white-space: nowrap;}
.modle_table table tbody tr td .btn a.on{ border-color: #000; background: #000; color: #FFF;}
.modle_table table tbody tr:hover{ background: #f6f8fb;}
@media(max-width: 600px){
    .modle_table table thead tr th{ padding: 1rem 0.4rem;}
    .modle_table table thead tr th p{ font-size: 1.1rem;}
    .modle_table table tbody tr td{ padding: 1.5rem 0.4rem;}
    .modle_table table tbody tr td .tit{ line-height: 1; font-size: 1.1rem;}
    .modle_table table tbody tr td .tit span{ margin-right: 0.4rem; padding: 0 0.6rem; height: 1.6rem; border-radius: 2rem; line-height: 1.6rem; font-size: 0.8rem;}
    .modle_table table tbody tr td p{ line-height: 1.4; font-size: 1rem;}
    .modle_table table tbody tr td .btn{ grid-gap: 0.4rem;}
    .modle_table table tbody tr td .btn a{ padding: 0 0.8rem; height: 2.5rem; border-radius: 2rem; font-size: 0.9rem;}
    .modle_table table tbody tr:hover{ background: #FFF;}
}


.modle_terms{ line-height: 1.8; font-size: 16px; color: #000;}
.modle_terms p{ line-height: 1.8; font-size: 16px; color: #000;}
@media(max-width: 600px){
    .modle_terms{ font-size: 1.1rem;}
    .modle_terms p{ font-size: 1.1rem;}
}


.modle_popup_one{ display:none; position: fixed; z-index: 5000;}
.modle_popup_one .banner{ overflow: hidden; position: fixed; z-index: 10; width: 500px; border-radius: 10px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 1; transition: all .3s;}
.modle_popup_one .img{ min-height: 100px;}
.modle_popup_one .fb{ display: flex; justify-content: space-between; align-items: center; padding: 20px; background: #333;}
.modle_popup_one .fb .btn{ display: flex; align-items: center; grid-gap: 10px;}
.modle_popup_one .fb .btn i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #FFF; background: #FFF; font-size: 14px; color: #000; cursor: pointer;}
.modle_popup_one .fb .btn p{ font-size: 16px; font-weight: 500; color: #FFF; cursor: pointer;}
.modle_popup_one .fb .btn.on i{ border-color: #ffd448; background: #ffd448;}
.modle_popup_one .fb .btn_close{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_popup_one .fb .btn_close i{ font-size: 14px; color: #FFF;}
.modle_popup_one .fb .btn_close p{ font-size: 16px; color: #FFF;}
.modle_popup_one .bg{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_one.on{ display: block;}
@media(max-width: 768px){
    .modle_popup_one .banner{ top: 50% !important; left: 50% !important; transform: translate(-50%,-50%) !important; width: 26rem !important; border-radius: 1rem !important;}
    .modle_popup_one .fb{ padding: 1.5rem;}
    .modle_popup_one .fb .btn{ grid-gap: 0.4rem;}
    .modle_popup_one .fb .btn i{ width: 1.8rem; height: 1.8rem; font-size: 1rem;}
    .modle_popup_one .fb .btn p{ font-size: 1.2rem;}
    .modle_popup_one .fb .btn_close{ grid-gap: 0.4rem;}
    .modle_popup_one .fb .btn_close i{ font-size: 1rem;}
    .modle_popup_one .fb .btn_close p{ font-size: 1.2rem;}
}


.modle_popup_main{ display: none; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 0; right: 0; left: 0; bottom: 0; padding: 0 100px;}
.modle_popup_main .contents{ overflow: hidden; position: relative; z-index: 20; max-width: 1000px; opacity: 1; transition: all .3s;}
.modle_popup_main .rolling{}
.modle_popup_main .rolling .swiper-wrapper{}
.modle_popup_main .rolling .swiper-wrapper .swiper-slide{}
.modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap{ display: block; overflow: hidden; border-radius: 10px;}
.modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap img{ display: block; width: 100%;}

.modle_popup_main .control{ display: flex; justify-content: flex-end; grid-gap: 10px; position: relative; padding: 20px 0;}
.modle_popup_main .control .modle_popup_main_page{ display: flex; align-items: center; grid-gap: 5px; position: absolute !important; top: 20px; left: 0 !important; width: auto !important; height: 40px; font-size: 20px; color: rgba(255 255 255/20%); transition: all .2s;}
.modle_popup_main .control .modle_popup_main_page span{ font-size: 20px; color: rgba(255 255 255/60%);}
.modle_popup_main .control .modle_popup_main_page span.swiper-pagination-current{ font-weight: 700; color: #FFF;}
.modle_popup_main .control .modle_popup_main_prev{ display: flex; align-items: center; padding: 12px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255 255 255/20%); transition: all .2s; cursor: pointer;}
.modle_popup_main .control .modle_popup_main_prev svg{ width: auto; height: 100%;}
.modle_popup_main .control .modle_popup_main_prev svg path{ fill: #FFF; transition: all .2s;}
.modle_popup_main .control .modle_popup_main_prev:hover{ border-color: #c5ad8e; background: #c5ad8e;}
.modle_popup_main .control .modle_popup_main_prev:hover svg path{ fill: #FFF;}
.modle_popup_main .control .modle_popup_main_next{ display: flex; align-items: center; padding: 12px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255 255 255/20%); transition: all .2s; cursor: pointer;}
.modle_popup_main .control .modle_popup_main_next svg{ width: auto; height: 100%;}
.modle_popup_main .control .modle_popup_main_next svg path{ fill: #FFF; transition: all .2s;}
.modle_popup_main .control .modle_popup_main_next:hover{ border-color: #c5ad8e; background: #c5ad8e;}
.modle_popup_main .control .modle_popup_main_next:hover svg path{ fill: #FFF;}

.modle_popup_main .fb{ display: flex; justify-content: space-between; align-items: center; padding: 20px 0 0 0; border-top: 1px solid rgba(255 255 255/30%);}
.modle_popup_main .fb .btn{ display: flex; align-items: center; grid-gap: 10px;}
.modle_popup_main .fb .btn svg{ display: flex; justify-content: center; align-items: center; padding: 5px; width: 25px; height: 25px; border-radius: 50%; background: #FFF; cursor: pointer;}
.modle_popup_main .fb .btn svg path{ fill: #000;}
.modle_popup_main .fb .btn p{ font-size: 18px; font-weight: 400; color: rgba(255 255 255/80%); cursor: pointer;}
.modle_popup_main .fb .btn.on svg{ background: #c5ad8e;}
.modle_popup_main .fb .btn.on svg path{ fill: #FFF;}
.modle_popup_main .fb .btn.on p{ color: #c5ad8e;}
.modle_popup_main .fb .btn_close{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_popup_main .fb .btn_close svg{ width: 16px; height: 16px;}
.modle_popup_main .fb .btn_close svg path{ fill: #FFF; transition: all .2s;}
.modle_popup_main .fb .btn_close p{ font-size: 16px; color: rgba(255 255 255/100%); transition: all .2s;}
.modle_popup_main .fb .btn_close:hover svg path{ fill: #c5ad8e;}
.modle_popup_main .fb .btn_close:hover p{ color: #c5ad8e;}
.modle_popup_main .bg{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_main.on{ display: flex;}
@media(max-width: 600px){
    .modle_popup_main{ padding: 0 5rem;}
    .modle_popup_main .contents{ overflow: hidden; position: relative; z-index: 20; max-width: 1000px; opacity: 1; transition: all .3s;}
    .modle_popup_main .rolling{}
    .modle_popup_main .rolling .swiper-wrapper{}
    .modle_popup_main .rolling .swiper-wrapper .swiper-slide{}
    .modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap{ display: block; overflow: hidden; border-radius: 10px;}
    .modle_popup_main .rolling .swiper-wrapper .swiper-slide .wrap img{ display: block; width: 100%;}

    .modle_popup_main .control{ grid-gap: 0.5rem; padding: 1rem 0;}
    .modle_popup_main .control .modle_popup_main_page{ grid-gap: 0.5rem; top: 1rem; height: 40px; font-size: 1.2rem;}
    .modle_popup_main .control .modle_popup_main_page span{ font-size: 1.4rem;}
    .modle_popup_main .control .modle_popup_main_prev{ padding: 0.9rem; width: 3rem; height: 3rem;}
    .modle_popup_main .control .modle_popup_main_next{ padding: 0.9rem; width: 3rem; height: 3rem;}

    .modle_popup_main .fb{ padding: 1rem 0 0 0;}
    .modle_popup_main .fb .btn{ grid-gap: 0.4rem;}
    .modle_popup_main .fb .btn svg{ padding: 0.3rem; width: 1.6rem; height: 1.6rem; font-size: 1rem;}
    .modle_popup_main .fb .btn p{ font-size: 1.2rem;}
    .modle_popup_main .fb .btn_close{ grid-gap: 0.4rem;}
    .modle_popup_main .fb .btn_close svg{ width: 1rem; height: 1rem;}
    .modle_popup_main .fb .btn_close p{ font-size: 1.2rem;}
}


.modle_popup{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: 100%; right: 0; bottom: -100%; left: 0; background: rgba(0 0 0/70%); opacity: 0; transition: opacity .3s;}
.modle_popup .row{ width: 400px; border-radius: 25px; background: #FFF; transform: translate(0,100px); opacity: 0; transition: all .3s;}
.modle_popup .head{ position: relative;}
.modle_popup .head .tit{ text-align:center; line-height: 100px; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup .head i{ display: block; position: absolute; top: -20px; right: -20px; width: 40px; height: 40px; border-radius: 50%; background: #F00; text-align: center; line-height: 40px; font-size: 18px; color: #FFF; cursor: pointer;}
.modle_popup .body{ padding: 0 50px 50px 50px;}
.modle_popup .body .in_pw{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup.on{ top: 0; bottom: 0; opacity: 1;}
.modle_popup.on .row{ transform: translate(0,0); opacity: 1;}
@media(max-width: 600px){
    .modle_popup .row{ width: 24rem; border-radius: 1rem;}
    .modle_popup .head .tit{ line-height: 5rem; font-size: 1.4rem;}
    .modle_popup .head i{ top: -1.25rem; right: -1.25rem; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.2rem;}
    .modle_popup .body{ padding: 0 2rem 2rem 2rem;}
    .modle_popup .body .in_pw{ padding: 0 1.5rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}
}


.modle_popup_terms{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: -100%; right: 0; bottom: 100%; left: 0; background: rgba(0 0 0/70%); transition: opacity .3s;}
.modle_popup_terms .contents{ overflow: hidden; position: relative; z-index: 20; padding: 30px; width: 600px; border-radius: 10px; background: #FFF; opacity: 0; transform: scale(.5); transition: bottom .3s, opacity .3s, transform .3s;}
.modle_popup_terms .contents .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 50px; background: #FFF;}
.modle_popup_terms .contents .scroll::-webkit-scrollbar{ width: 10px; background: #FFF;}
.modle_popup_terms .contents .scroll::-webkit-scrollbar-thumb{ background-color: #000;}
.modle_popup_terms .contents .title{ margin: 0 0 20px 0; line-height: 1; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup_terms .contents .box{ overflow: hidden; border-radius: 5px; border: 1px solid #e5e5e5;}
.modle_popup_terms .contents .box textarea{ display: block; margin: 0; padding: 30px; resize: none; width: 100%; height: 300px; border-radius: 0; border: 0; background: #f6f8fb; line-height: 1.8; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_terms .contents .box textarea::-webkit-scrollbar{ width: 10px; background: #FFF;}
.modle_popup_terms .contents .box textarea::-webkit-scrollbar-thumb{ border-radius: 20px; background-color: #000;}
.modle_popup_terms > .close_btn{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0.00001%);}
.modle_popup_terms.on{ top: 0; bottom: 0;}
.modle_popup_terms.on .contents{ opacity: 1; transform: scale(1);}
@media(max-width: 600px){
    .modle_popup_terms{ top: 100%; bottom: -100%;}
    .modle_popup_terms .contents{ position: fixed; bottom: -100vh; padding: 2rem; width: 100vw; border-radius: 1.5rem 1.5rem 0 0; transform: scale(1);}
    .modle_popup_terms .contents .scroll{ padding: 2rem;}
    .modle_popup_terms .contents .title{ margin: 0 0 1rem 0; font-size: 1.6em;}
    .modle_popup_terms .contents .box{ border-radius: 0;}
    .modle_popup_terms .contents .box textarea{ padding: 2rem; height: 24rem; font-size: 1rem;}
    .modle_popup_terms.on .contents{ bottom: 0;}
}






















