@charset "utf-8";

.none_scrollbar::-moz-scrollbar{ width: 0; height: 0; background: #FFF;}
.none_scrollbar::-moz-scrollbar-thumb{ background-color: #c5ad8e; border-radius: 0;}
.none_scrollbar::-ms-scrollbar{ width: 0; height: 0; background: #FFF;}
.none_scrollbar::-ms-scrollbar-thumb{ background-color: #c5ad8e; border-radius: 0;}
.none_scrollbar::-webkit-scrollbar{ width: 0; height: 0; background: #FFF;}
.none_scrollbar::-webkit-scrollbar-thumb{ background-color: #c5ad8e; border-radius: 0;}


.modle_scrollbar::-webkit-scrollbar{ width: 4px; background: rgba(0 0 0/10%);}
.modle_scrollbar::-webkit-scrollbar-thumb{ border-radius: 10px; background: #c5ad8e;}
@media(max-width: 1500px){
}
@media(min-width: 1024px){
}
@media(max-width: 600px){
}


.modle_max{ padding-right: 80px !important; padding-left: 80px !important;}
.modle_min{ margin: 0 auto; max-width: 1500px; width: 100%;}
@media(max-width: 1600px){
    .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;}
@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; flex-direction: column; align-items: flex-start; position: relative; margin-bottom: 60px; padding: calc(100px + 60px) 0 60px 0;}
.modle_guide:after{ content: ""; display: block; position: absolute; right: -10000px; bottom: 0; left: -10000px; border-bottom: 1px solid #e5e5e5;}
.modle_guide .tit{ font-size: 20px; color: #666;}
.modle_guide .btn{ margin-top: 10px; position: relative;}
.modle_guide .btn .head{ display: flex; align-items: center; grid-gap: 20px; padding-bottom: 10px; cursor: pointer;}
.modle_guide .btn .head p{ font-size: 50px; font-weight: 700; color: #000;}
.modle_guide .btn .head i{ display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; box-shadow: 0 5px 10px 0 rgba(0 0 0/5%); font-size: 16px; color: #999; transition: all .2s;}
.modle_guide .btn .body{ overflow: hidden; position: absolute; z-index: 10; top: 40px; right: -50px; left: 0; padding: 0; border-radius: 20px; height: 0; border: 1px solid rgba(0 0 0/10%); background: #FFF; box-shadow: 0 5px 20px 0 rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_guide .btn .body ul{}
.modle_guide .btn .body ul li{}
.modle_guide .btn .body ul li a{ display: flex; align-items: center; position: relative; padding: 0 40px; height: 0; font-size: 24px; color: #333; white-space: nowrap; opacity: 0; transition: all .2s;}
.modle_guide .btn .body ul li a.min{ padding-left: 50px; font-size: 20px;}
.modle_guide .btn .body ul li a.min:before{ content: ""; display: block; position: absolute; top: 18px; left: 40px; width: 4px; height: 4px; border-radius: 50%; background: #e5e5e5;}
.modle_guide .btn .body ul li a:hover{ background: #f9f9f9; color: #000;}
.modle_guide .btn:hover .head i{ border-color: #c5ad8e; background: #c5ad8e; color: #FFF; transform: rotate(180deg);}
.modle_guide .btn:hover .body{ top: 60px; padding: 20px 0; height: auto; opacity: 1;}
.modle_guide .btn:hover .body li a{ height: 60px; opacity: 1;}
.modle_guide .btn:hover .body li a.min{ height: 40px;}
.modle_guide .btn .body ul li.on a{ font-weight: 700; color: #c5ad8e;}
.modle_guide .btn .body ul li.on a.min{ font-weight: 500;}
.modle_guide .btn .body ul li.on a.min:before{ background: #c5ad8e;}
.modle_guide .txt{ margin-top: 20px; font-size: 18px; color: #999;}
@media(max-width: 600px){
    .modle_guide{ margin-bottom: 3rem; padding: calc(5rem + 2rem) 0 1.6rem 0;}
    .modle_guide .tit{ font-size: 1.2rem;}
    .modle_guide .btn{ margin-top: 0.6rem;}
    .modle_guide .btn .head{ grid-gap: 0.6rem; padding-bottom: 0.8rem;}
    .modle_guide .btn .head p{ font-size: 2.2rem;}
    .modle_guide .btn .head i{ width: 2.2rem; height: 2.2rem; font-size: 0.8rem;}
    .modle_guide .btn .body{ top: 1rem; right: -3rem; border-radius: 1rem;}
    .modle_guide .btn .body ul li a{ padding: 0 1.8rem; font-size: 1.2rem;}
    .modle_guide .btn .body ul li a.min{ padding-left: 2.4rem; font-size: 1.1rem;}
    .modle_guide .btn .body ul li a.min:before{ top: 1rem; left: 1.8rem;}
    .modle_guide .btn:hover .body{ top: 2.8rem; padding: 0.8rem 0;}
    .modle_guide .btn:hover .body li a{ height: 2.6rem;}
    .modle_guide .btn:hover .body li a.min{ height: 2.4rem;}
    .modle_guide .txt{ margin-top: 0.2rem; font-size: 1.1rem;}
}


.modle_btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 50px 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 60px; height: 60px; border-radius: 30px; border: 1px solid rgba(0 0 0/10%); background: #f6f8fb; font-size: 18px; font-weight: 500; color: #000; cursor: pointer;}
.modle_btn a p{ font-size: 18px; font-weight: 600; color: #000;}
.modle_btn a.on{ border-color: #c5ad8e; background: #c5ad8e;}
.modle_btn a.on p{ color: #FFF;}
@media(max-width: 600px){
    .modle_btn{ grid-gap: 0.5rem; margin: 2rem 0 0 0;}
    .modle_btn a{ padding: 0 3rem; height: 3.5rem; border-radius: 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: flex; flex-wrap: wrap; justify-content: center; grid-gap: 10px; margin: 0 0 50px 0;}
.modle_sub_menu a{ display: flex; align-items: center; padding: 0 30px; height: 50px; border-radius: 30px; border: 1px solid rgba(0 0 0/10%); font-size: 18px; color: #666; cursor: pointer;}
.modle_sub_menu a:hover{ background: #f6f8fb;}
.modle_sub_menu a.on{ border-color: #000; background: #000; color: #c5ad8e; font-weight: 600;}
@media(max-width: 600px){
    .modle_sub_menu{ grid-gap: 0.4rem; margin: 0 0 2rem 0;}
    .modle_sub_menu a{ padding: 0 1.2rem; height: 3rem; font-size: 1.1rem;}
}


.modle_option{ display: flex; justify-content: flex-end; grid-gap: 10px; margin: 0 0 50px 0; padding: 30px; border-radius: 25px; background: #f6f8fb;}
.modle_option select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; width: auto; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/modle_select_down.svg) no-repeat #FFF center right 15px/20px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option select:focus{ border: 1px solid #c5ad8e;}
.modle_option .search{ position: relative;}
.modle_option .search svg{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; padding: 15px; width: 50px; cursor: pointer;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; max-width: 300px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option .search input:focus{ border: 1px solid #c5ad8e;}
.modle_option .btn{ display: flex; justify-content: center; align-items: center; padding: 0 30px; height: 50px; border-radius: 30px; background: #c5ad8e; font-size: 18px; font-weight: 600; color: #FFF; white-space: nowrap; 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 2.5rem 0 1.2rem; height: 3rem; border-radius: 2rem; background:url(/images/modle_select_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1rem;}
    .modle_option .search svg{ padding: 0.9rem; width: 3rem;}
    .modle_option .search input{ padding: 0 3rem 0 1.2rem; height: 3rem; border-radius: 2rem; font-size: 1rem;}
    .modle_option .btn{ padding: 0 1.5rem; height: 3rem; border-radius: 2rem; font-size: 1.1rem;}
}


.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_notice{ overflow: hidden; margin: 50px 0 0 0;}
.modle_notice .head{ display: flex; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #c5ad8e;}
.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: 15px 0; border-bottom: 1px solid #e5e5e5; transition: all .3s;}
.modle_notice .body li .row .number{ width: 10%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .number.top{ font-weight: 600; color: #F00;}
.modle_notice .body li .row .number span{ display: flex; align-items: center; padding: 0 15px; height: 25px; border-radius: 20px; background: #000; font-size: 13px; color: #FFF; white-space: nowrap;}
.modle_notice .body li .row .tit{ width: 60%; display: flex; align-items: center; padding: 0 15px;}
.modle_notice .body li .row .tit a{ max-width: 90%; line-height: 25px; font-size: 17px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_notice .body li .row .tit span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-1px); padding: 0 6px; border-radius: 20px; border: 1px solid #F00; background: #F00; line-height: 20px; font-size: 12px; font-weight: 500; color: #FFF;}
.modle_notice .body li .row .tit i{ margin: 0 0 0 10px; transform: translate(0,-1px); font-size: 24px; color: #000; cursor: pointer;}
.modle_notice .body li .row .user{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .date{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .click{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .answer{ width: 15%; display: flex; justify-content: center; align-items: center;}
.modle_notice .body li .row .answer p{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; color: #666; white-space: nowrap;}
.modle_notice .body li .row .answer.on p{ border: 1px solid #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 #c5ad8e;}
    .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{ padding: 0 1rem; height: 1.8rem; border-radius: 2rem; font-size: 1rem;}
    .modle_notice .body li .row .tit{ padding: 0; width: 100%;}
    .modle_notice .body li .row .tit a{ font-size: 1.2rem;}
    .modle_notice .body li .row .tit i{ font-size: 1.4rem;}
    .modle_notice .body li .row .user{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .date{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .click{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .answer{ width: auto;}
    .modle_notice .body li .row .answer p{ padding: 0 1rem; height: 2rem; font-size: 1rem;}
}


.modle_qna{ margin: 40px 0 0 0;}
.modle_qna .head{ display: flex; border-top: 1px solid #DDD; border-bottom: 2px solid #c5ad8e;}
.modle_qna .head li{ display: flex; justify-content: center; align-items: center; height: 64px;}
.modle_qna .head li p{ font-size: 17px; font-weight: 700; color: #000;}
.modle_qna .body{}
.modle_qna .body li{}
.modle_qna .body li .row{ display: flex; flex-wrap: wrap; align-items: center; position: relative; padding: 15px 0; border-bottom: 1px solid #DDD;}
.modle_qna .body li .row .number{ width: 10%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_qna .body li .row .tit{ flex: 1; display: flex; align-items: center; padding: 0 15px;}
.modle_qna .body li .row .tit a{ display: flex; align-items: center; cursor: pointer;}
.modle_qna .body li .row .tit a p{ max-width: 90%; line-height: 30px; font-size: 15px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_qna .body li .row .tit a svg{ margin: 0 0 0 10px; width: 20px; height: 20px;}
.modle_qna .body li .row .tit a span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-2px); padding: 0 10px; border-radius: 4px; border: 1px solid #c5ad8e; background: #FFF; line-height: 20px; font-size: 12px; color: #c5ad8e;}
.modle_qna .body li .row .date{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 16px; font-weight: 400; color:#666;}
.modle_qna .body li .row .click{ width:15%; display:flex; justify-content:center; align-items:center; font-size: 16px; font-weight: 400; color:#666;}
.modle_qna .body li .row .answer{ width:15%; display:flex; justify-content:center; align-items:center;}
.modle_qna .body li .row .answer p{ display:flex; justify-content:center; align-items:center; padding: 0 16px; height: 28px; border-radius: 20px; border:1px solid #DDD; background: #FFF; font-size: 16px; color:#666;}
.modle_qna .body li .row .answer.on p{ border:1px solid #c5ad8e; background:#c5ad8e; color:#FFF; font-weight: 600;}
.modle_qna .body li .row:hover{ background: #f6f8fb;}
.modle_qna .body li .row:hover .tit a{ color: #c5ad8e;}
@media(max-width: 600px){
    .modle_qna{ margin: 30px 0 0 0; border-top: 2px solid #c5ad8e;}
    .modle_qna .head{ display: none;}
    .modle_qna .body{}
    .modle_qna .body li .row{ padding: 20px 10px;}
    .modle_qna .body li .row .number{ justify-content: flex-start; padding: 0 0 6px 0; width: 16%; font-size: 1.2rem; font-weight: 600; color: #c5ad8e;}
    .modle_qna .body li .row .tit{ flex: initial; padding: 0 0 6px 0; width: 84%;}
    .modle_qna .body li .row .tit a{}
    .modle_qna .body li .row .tit a p{ font-size: 1.2rem;}
    .modle_qna .body li .row .tit a svg{ width: 1.2rem; height: 1.2rem;}
    .modle_qna .body li .row .user{ justify-content: flex-start; margin: 0 1.2rem 0 0; width: auto; font-size: 1rem;}
    .modle_qna .body li .row .date{ justify-content: flex-start; margin: 0 1.2rem 0 0; width: auto; font-size: 1rem;}
    .modle_qna .body li .row .click{ justify-content: flex-start; margin: 0 1.2rem 0 0; width: auto; font-size: 1rem;}
    .modle_qna .body li .row .answer{ width: auto;}
    .modle_qna .body li .row .answer p{ padding: 0 1rem; height: 2.2rem; font-size: 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_view{}
.modle_view .head{}
.modle_view .head .tit{ padding: 0 40px 30px 40px; line-height: 1.4; font-size: 26px; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 30px 40px; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #c5ad8e ;}
.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: 40px; border-radius: 20px; border: 1px solid #e5e5e5; cursor: pointer;}
.modle_view .head ul li .file p{ margin: 0; padding: 0; border: 0; font-size: 14px; color: #000; letter-spacing: 0;}
.modle_view .head ul li .file i{ margin: 0 0 0 10px; font-size: 16px; color:#000;}
.modle_view .head ul li .file:hover{ background: #f6f8fb;}
.modle_view .head ul li .answer{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 30px; border: 1px solid #666; font-size: 16px; color: #000; cursor: pointer;}
.modle_view .head ul li .answer.on{ border: 1px solid #c5ad8e; background: #c5ad8e; color: #FFF; font-weight: 600;}
.modle_view .body{ display: flex; flex-direction: column; align-items: center; padding: 60px 40px;}
.modle_view .body *{ line-height: 1.8; font-size: 18px; font-weight: 400; color: #000;}
.modle_view .body img{ display: block; margin: 0 auto 40px auto; max-width:100%;}
/*
.modle_view .body .video{ position: relative; margin: 0 0 40px 0;}
.modle_view .body .video:after{ content: ""; display: block; padding-top: 56.25%;}
.modle_view .body .video iframe{ display: block; position: absolute; z-index: 10; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important;}
*/

.modle_view .body .qna{}
.modle_view .body .qna .q_head{ display: flex; align-items: center; grid-gap: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; font-size: 24px; font-weight: 700; color: #000;}
.modle_view .body .qna .q_head span{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #333; font-weight: 700; color: #FFF;}
.modle_view .body .qna .q_body{ padding: 30px 0;}
.modle_view .body .qna .a .q_head{ margin-top: 50px;}
.modle_view .body .qna .a .q_head span{ background: #c5ad8e;}

.modle_view .page{ display: grid; grid-gap: 10px;}
.modle_view .page li{ display: flex; align-content: center; position: relative; padding: 30px 30px 30px 100px; border-radius: 10px; border: 1px solid #e5e5e5;}
.modle_view .page li p{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; width: 100px; font-size: 16px; color: rgba(0 0 0/60%);}
.modle_view .page li .tit{ display: flex; align-content: center; width: 100%;}
.modle_view .page li .tit a{ max-width: 90%; line-height: 1.4; font-size: 18px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_view .page li .tit a span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-1px); padding: 0 10px; border-radius: 20px; background: #F00; line-height: 24px; font-size: 13px; color: #FFF;}
.modle_view .page li:hover{ background: #f6f8fb;}
@media(max-width: 600px){
    .modle_view .head .tit{ padding: 0 0 1.2rem 0; font-size: 1.4rem;}
    .modle_view .head ul{ grid-gap: 1rem 1.5rem; padding: 1.5rem 0;}
    .modle_view .head ul li{ grid-gap: 0.6rem;}
    .modle_view .head ul li p{ font-size: 1rem;}
    .modle_view .head ul li font{ font-size: 1rem;}
    .modle_view .head ul li .file{ padding: 0 1.2rem; height: 2.2rem; border-radius: 2rem;}
    .modle_view .head ul li .file p{ font-size: 1rem;}
    .modle_view .head ul li .file i{ margin: 0 0 0 0.4rem; font-size: 1rem;}
    .modle_view .head ul li .answer{ padding: 0 1.2rem; height: 2.5rem; border-radius: 3rem; font-size: 1rem;}
    .modle_view .body{ padding: 2rem 0;}
    .modle_view .body *{ font-size: 1.2rem;}
    .modle_view .body .video{ margin: 0 0 1.5rem 0;}
    .modle_view .body img{ margin: 0 auto 1.5rem auto;}

    .modle_view .body .qna{ padding: 0;}
    .modle_view .body .qna .q_head{ grid-gap: 1rem; padding-bottom: 1rem; font-size: 1.6rem;}
    .modle_view .body .qna .q_head span{ width: 3rem; height: 3rem;}
    .modle_view .body .qna .q_body{ padding: 2rem 0;}
    .modle_view .body .qna .a .q_head{ margin-top: 2rem;}

    .modle_view .page{ grid-gap: 0.5rem;}
    .modle_view .page li{ padding: 1.2rem 1rem 1.2rem 6rem; border-radius: 1rem;}
    .modle_view .page li p{ width: 6rem; font-size: 1rem;}
    .modle_view .page li .tit a{ font-size: 1rem;}
    .modle_view .page li .tit a span{ margin: 0 0.6rem 0 0; transform: translate(0,0); padding: 0 0.6rem; border-radius: 1rem; line-height: 1.6rem; font-size: 0.9rem;}
}




.modle_write{ margin: 50px 0 0 0;}
.modle_write:first-child{ margin: 0;}
.modle_write .head_tit{ display: flex; justify-content: space-between; align-items: flex-end; padding: 0 0 20px 0;}
.modle_write .head_tit p{ font-size: 24px; font-weight: 700; color: #000;}
.modle_write .head_tit font{ font-size: 16px; color: #F00;}
.modle_write ul{ display: flex; flex-wrap: wrap; border-top: 2px solid #c5ad8e;}
.modle_write ul li{ width: 100%; height: 100%; border-bottom: 1px solid #e5e5e5;}
.modle_write ul li .wrap{ display: flex; align-items: flex-start; padding: 25px 30px;}
.modle_write ul li .wrap .tit{ flex: 0 0 150px; display: flex; align-items: center; line-height: 50px; font-size: 16px; font-weight: 500; color: #000;}
.modle_write ul li .wrap .tit span{ color: #F00;}
.modle_write ul li .wrap .txt{ margin: 10px 0 0 0; line-height: 1.4; font-size: 14px; color: #F00;}
.modle_write ul li .wrap .data{ flex: 1; line-height: 50px; font-size: 18px; font-weight: 500; letter-spacing: 0; color: #000;}
.modle_write ul li .wrap .box{ flex: 1; width: 100%;}

.modle_write input{ display: flex; align-items: center; margin: 0; padding: 0 15px; width: 220px; height: 50px; border-radius: 10px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write input:focus{ border: 1px solid #c5ad8e;}
.modle_write select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 15px; width: 100%; height: 50px; border-radius: 10px; border: 1px solid #e5e5e5; background:url(/images/modle_select_down.svg) no-repeat center right 15px #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 #c5ad8e;}
.modle_write textarea{ display: block; margin: 0; padding: 15px; width: 100%; height: 200px; resize: none;; border-radius: 10px; border: 1px solid #e5e5e5; background: none; line-height: 1.5; font-size: 16px; color: #000; outline:none; -webkit-appearance:none;}
.modle_write textarea:focus{ border: 1px solid #c5ad8e;}

.modle_write .check_id{ display: flex; grid-gap: 10px;}
.modle_write .check_id .btn{ display: flex; justify-content: center; align-items: center; width: 100px; border-radius: 10px; border: 1px solid #e5e5e5; font-size: 14px; font-weight: 500; color: #000; cursor: pointer;}
.modle_write .check_id .btn:hover{ background: #f6f8fb;}

.modle_write .radio{ display: flex; flex-wrap: wrap;}
.modle_write .radio label{ display: flex; align-items: center; margin: 0 30px 0 0; cursor: pointer;}
.modle_write .radio label svg{ display: flex; justify-content: center; align-items: center; padding: 5px; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #e5e5e5;}
.modle_write .radio label p{ margin: 0 0 0 5px; font-size: 16px; color: #000;}
.modle_write .radio label.on svg{ border-color: #c5ad8e; background: #c5ad8e;}
.modle_write .radio label.on svg path{ fill: #FFF;}
.modle_write .radio label.on p{ font-weight: 600;}

.modle_write .birthday{ display: block;}
.modle_write .birthday .ft{ display: flex; align-items: center;}
.modle_write .birthday .ft .radio{ margin: 0 0 0 30px;}

.modle_write .tel{ display: flex; max-width: 500px;}
.modle_write .tel select{ flex: 0 0 100px; width: 100px;}
.modle_write .tel input{ margin: 0 0 0 10px; 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: 14px; 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_tit{ padding: 0 0 1rem 0;}
    .modle_write .head_tit p{ font-size: 1.6rem;}
    .modle_write .head_tit font{ font-size: 1rem;}

    .modle_write ul li .wrap{ display: block; padding: 1rem 0;}
    .modle_write ul li .wrap .tit{ padding: 0 0 0.8rem 0; width: auto; line-height: 1; font-size: 1.1rem;}
    .modle_write ul li .wrap .txt{ margin-top: 0.8rem; font-size: 1rem;}
    .modle_write ul li .wrap .data{ line-height: 2rem; font-size: 1.2rem;}

    .modle_write input{ padding: 0 1rem; width: 100% !important; height: 3.5rem; font-size: 1.1rem;}
    .modle_write select{ padding: 0 3.5rem 0 1rem; height: 3.5rem; font-size: 1.1rem;}
    .modle_write textarea{ padding: 1rem; height: 10rem; font-size: 1.1rem;}

    .modle_write .radio label{ margin: 0 1.5rem 0 0;}
    .modle_write .radio label svg{ padding: 0.4rem; width: 1.6rem; height: 1.6rem;}
    .modle_write .radio label p{ margin: 0 0 0 0.5rem; font-size: 1.1rem;}

    .modle_write .mail{ display: block;}
    .modle_write .mail .fl p{ line-height: 3.5rem;}
    .modle_write .mail select{ flex: initial; margin: 0.5rem 0 0 0;}

    .modle_write .birthday .ft .radio{ flex: 0 0 12rem; margin: 0 0 0 1.5rem;}

    .modle_write .file .btn{ height: 3.5rem;}
    .modle_write .file .btn p{ font-size: 1.1rem;}
}


.modle_page{ display: flex; justify-content: center; align-items: center; margin: 60px 0 0 0;}
.modle_page .btn{ display: flex; align-items: center; grid-gap: 10px; padding: 0 12px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_page .btn i{ font-size: 12px; color: #000;}
.modle_page .btn p{ font-size: 15px; color: #000;}
.modle_page .btn:hover{ background: rgba(0 0 0/5%);}
.modle_page .page{ display: flex; align-items: center;}
.modle_page .page > * { margin: 0 2px;}
.modle_page .page span{ font-size: 14px; color: #999;}
.modle_page .page p{ display: flex; justify-content: center; align-items: center; padding: 0 12px; min-width: 40px; height: 40px; border-radius: 50%; font-size: 14px; color: #000; cursor: pointer;}
.modle_page .page p:hover{ background: rgba(0 0 0/5%);}
.modle_page .page p.on{ border: 1px solid #c5ad8e; background: #c5ad8e !important; color: #FFF;}
@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: hidden; border-radius: 20px; border: 1px solid #e5e5e5;}
.modle_table .scroll{ overflow: auto;}
.modle_table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_table table thead{ width: 100%;}
.modle_table table thead tr{}
.modle_table table thead tr td{ padding: 20px 10px; border-bottom: 2px solid #c5ad8e; background: #f6f8fb; text-align: center; line-height: 1.2; font-size: 18px; font-weight: 500; color: #000;}
.modle_table table tbody{ width: 100%;}
.modle_table table tbody tr{}
.modle_table table tbody tr td{ padding: 15px 10px; border: 1px solid #e5e5e5; border-bottom: 0; text-align: center; line-height: 1.2; font-size: 16px; color: #333;}
.modle_table table tbody tr td:first-child{ border-left: 0;}
.modle_table table tbody tr td:last-child{ border-right: 0;}
.modle_table table tbody tr td p{ line-height: 1.2; font-size: 16px; color: #333;}
.modle_table table tbody tr td .tal{ display: grid; grid-gap: 10px;}
.modle_table table tbody tr td .tal p{ text-align: left; letter-spacing: 0;}
@media(max-width: 600px){
    .modle_table{ border-radius: 1rem;}
    .modle_table table{ min-width: 500px;}
    .modle_table table thead tr td{ padding: 1.2rem 0; font-size: 1.1rem;}
    .modle_table table tbody tr td{ padding: 1rem 1rem; font-size: 1rem;}
    .modle_table table tbody tr td p{ font-size: 1rem;}
}


.modle_terms{ line-height: 1.6; font-size: 16px; color: #333;}
@media(max-width: 600px){
    .modle_terms{ font-size: 1.1rem;}
}


.modle_popup_login{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: -100%; right: 0; bottom: 100%; left: 0; padding: 0 2rem; background: rgba(0 0 0/0); transition: background .5s;}
.modle_popup_login .contents{ position: relative; z-index: 20; width: 500px; border-radius: 20px; background: #FFF; opacity: 0; transform: scale(.5); transition: all .5s;}
.modle_popup_login .contents .close_btn{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 30; top: 10px; right: 10px; padding: 12px; width: 40px; height: 40px; border-radius: 50%; cursor: pointer;}
.modle_popup_login .contents .close_btn svg{ width: 100%; height: 100%;}
.modle_popup_login .contents .close_btn svg path{ fill: #000;}
.modle_popup_login .head{ display: flex; justify-content: center; align-items: center; padding: 40px 0 0 0;}
.modle_popup_login .head .logo{ display: block; height: 50px;}
.modle_popup_login .body{ padding: 40px 60px 60px 60px;}
.modle_popup_login .body .ft{ display: flex; flex-direction: column; grid-gap: 10px;}
.modle_popup_login .body .fb{ margin-top: 40px;}
.modle_popup_login .body .wrap{ position: relative;}
.modle_popup_login .body .wrap input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 10px; border: 1px solid #e5e5e5; background: none; font-size: 16px; font-weight: 400; color: #000; letter-spacing: 0; outline: none; -webkit-appearance: none;}
.modle_popup_login .body .wrap input:focus{ border: 1px solid #c5ad8e;}
.modle_popup_login .body .wrap svg{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; padding: 15px; width: 50px; height: 50px; cursor: pointer;}
.modle_popup_login .body .wrap svg path{ fill: #CCC;}
.modle_popup_login .body .wrap svg circle{ fill: #CCC;}
.modle_popup_login .body .wrap.on svg path{ fill: #c5ad8e;}
.modle_popup_login .body .wrap.on svg circle{ fill: #c5ad8e;}
.modle_popup_login .body .check{ display: flex; justify-content: flex-start;}
.modle_popup_login .body .check label{ display: flex; align-items: center; cursor: pointer;}
.modle_popup_login .body .check label svg{ display: flex; justify-content: center; align-items: center; padding: 5px; width: 24px; height: 24px; border-radius: 20px; border: 1px solid #e5e5e5;}
.modle_popup_login .body .check label p{ margin: 0 0 0 5px; font-size: 16px; color: #666;}
.modle_popup_login .body .check label.on svg{ border-color: #c5ad8e; background: #c5ad8e;}
.modle_popup_login .body .check label.on svg path{ fill: #FFF;}
.modle_popup_login .body .btn{ display: flex; justify-content: center; align-items: center; margin-top: 10px; height: 60px; border-radius: 10px; background: #000; font-size: 18px; font-weight: 500; color: #c5ad8e; cursor: pointer;}

.modle_popup_login .body .btn_find{ display: flex; justify-content: center; align-items: center; grid-gap: 15px; margin: 10px 0 0 0;}
.modle_popup_login .body .btn_find a{ font-size: 14px; color: #666; cursor: pointer;}
.modle_popup_login .body .btn_find a:hover{ color: #000;}
.modle_popup_login .body .btn_find span{ display: block; width: 1px; height: 12px; background: #e5e5e5;}

.modle_popup_login .body .btn_join{ display: flex; justify-content: center; align-items: center; height: 50px; border-radius: 30px; border: 1px solid #e5e5e5; cursor: pointer; transition: all .3s;}
.modle_popup_login .body .btn_join p{ font-size: 15px; color: #333;}
.modle_popup_login .body .btn_join:hover{ border: 1px solid #000;}
.modle_popup_login .body .btn_join:hover p{ color: #000;}

.modle_popup_login .body .btn_sns{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 10px 0 0 0;}
.modle_popup_login .body .btn_sns a{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; width: 50%; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; cursor: pointer; transition: all .3s;}
.modle_popup_login .body .btn_sns a svg{ width: 16px; height: 16px;}
.modle_popup_login .body .btn_sns a:nth-child(1) svg path{ fill: #16B95E;}
.modle_popup_login .body .btn_sns a:nth-child(2) svg path{ fill: #381E1F;}
.modle_popup_login .body .btn_sns a p{ font-size: 15px; color: #666;}
.modle_popup_login .body .btn_sns a:hover{ border: 1px solid #000;}
.modle_popup_login .body .btn_sns a:hover p{ color: #000;}

.modle_popup_login .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.modle_popup_login.on{ top: 0; bottom: 0; background: rgba(0 0 0/70%);}
.modle_popup_login.on .contents{ opacity: 1; transform: scale(1);}
@media(max-width: 600px){
    .modle_popup_login .contents{ width: 100%; border-radius: 1rem;}
    .modle_popup_login .contents .close_btn{ top: 0.5rem; right: 0.5rem; padding: 0.8rem; width: 3rem; height: 3rem;}
    .modle_popup_login .head{ padding: 2.5rem 0 0 0;}
    .modle_popup_login .head .logo{ height: 3rem;}
    .modle_popup_login .body{ padding: 2rem 2.5rem 2.5rem 2.5rem;}
    .modle_popup_login .body .ft{ grid-gap: 0.8rem;}
    .modle_popup_login .body .fb{ margin-top: 2rem;}
    .modle_popup_login .body .wrap{ position: relative;}
    .modle_popup_login .body .wrap input{ padding: 0 1.2rem; height: 3.5rem; border-radius: 0.8rem; font-size: 1rem;}
    .modle_popup_login .body .wrap svg{ padding: 1rem; width: 3.5rem; height: 3.5rem;}
    .modle_popup_login .body .check label svg{ padding: 0.4rem; width: 1.6rem; height: 1.6rem; border-radius: 2rem;}
    .modle_popup_login .body .check label p{ margin: 0 0 0 0.4rem; font-size: 1rem;}
    .modle_popup_login .body .btn{ margin-top: 0.5rem; height: 3.5rem; border-radius: 0.8rem; font-size: 1.2rem;}

    .modle_popup_login .body .btn_find{ grid-gap: 1rem; margin: 0.5rem 0 0 0;}
    .modle_popup_login .body .btn_find a{ font-size: 1rem;}
    .modle_popup_login .body .btn_find span{ height: 1rem;}
    .modle_popup_login .body .btn_join{ height: 3rem; border-radius: 3rem;}
    .modle_popup_login .body .btn_join p{ font-size: 1.1rem;}

    .modle_popup_login .body .btn_sns{ grid-gap: 0.5rem; margin: 0.5rem 0 0 0;}
    .modle_popup_login .body .btn_sns a{ grid-gap: 1rem; height: 3rem; border-radius: 3rem;}
    .modle_popup_login .body .btn_sns a svg{ width: 1rem; height: 1rem;}
    .modle_popup_login .body .btn_sns a p{ font-size: 1rem;}
}


.modle_popup_main{ display: none; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 0; right: 0; left: 0; bottom: 0; padding: 0 100px; opacity: 0; transition: all .3s;}
.modle_popup_main.show{ opacity: 1;}
.modle_popup_main .contents{ overflow: hidden; position: relative; z-index: 20; max-width: 1000px; width: 100%; 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_terms{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: -100%; right: 0; bottom: 100%; left: 0; padding: 0 2rem; background: rgba(0 0 0/0); transition: background .5s;}
.modle_popup_terms .contents{ position: relative; z-index: 20; width: 600px; height: 600px; border-radius: 20px; background: #FFF; opacity: 0; transform: scale(.5); transition: all .5s;}
.modle_popup_terms .contents .close_btn{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 30; top: 10px; right: 10px; padding: 12px; width: 40px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_popup_terms .contents .close_btn svg{ width: 100%; height: 100%;}
.modle_popup_terms .contents .close_btn svg path{ fill: #000;}
.modle_popup_terms .contents .box{ overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 20px;}
.modle_popup_terms .contents .box .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 40px;}
.modle_popup_terms .menu{ display: none; justify-content: space-between; position: relative; z-index: 10; padding: 0 40px; height: 80px; box-shadow: 0 1px 0 0 rgba(0 0 0/10%);}
.modle_popup_terms .menu p{ display: flex; align-items: center; height: 80px; position: relative; font-size: 18px; color: #000; cursor: pointer;}
.modle_popup_terms .menu p.on{ font-weight: 600; color: #c5ad8e;}
.modle_popup_terms .menu p.on:after{ content: ""; position: absolute; bottom: -5px; left: calc(50% - 5px); width: 10px; height: 10px; border-radius: 10px; background: #c5ad8e; opacity: 1; transition: all .2s;}
.modle_popup_terms .text{ display: none;}
.modle_popup_terms .text h1{ margin: 0 0 20px 0; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup_terms .text p{ margin: 10px 0 0 0; line-height: 1.8; font-size: 16px; color: #666;}
.modle_popup_terms .text.on{ display: block;}
.modle_popup_terms .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0.0000001%);}
.modle_popup_terms.on{ top: 0; bottom: 0; background: rgba(0 0 0/70%);}
.modle_popup_terms.on .contents{ opacity: 1; transform: scale(1);}
@media(max-width: 600px){
    .modle_popup_terms .contents{ width: 100%; height: 40rem; border-radius: 1rem;}
    .modle_popup_terms .contents .close_btn{ top: 0.5rem; right: 0.5rem; padding: 0.6rem; width: 2.4rem; height: 2.4rem; border-radius: 2rem;}
    .modle_popup_terms .contents .box{ top: 0; border-radius: 1rem;}
    .modle_popup_terms .contents .box .scroll{ padding: 2rem;}
    .modle_popup_terms .menu{ padding: 0 1.5rem; height: 4rem;}
    .modle_popup_terms .menu p{ height: 4rem; font-size: 1rem;}
    .modle_popup_terms .menu p.on:after{ bottom: -2px; left: calc(50% - 8px); width: 16px; height: 4px;}
    .modle_popup_terms .text h1{ margin: 0 0 1rem 0; font-size: 1.2rem;}
    .modle_popup_terms .text p{ margin: 0.6rem 0 0 0; font-size: 1rem;}
}


.modle_popup_join_terms{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: -100%; right: 0; bottom: 100%; left: 0; padding: 0 2rem; background: rgba(0 0 0/0); transition: background .5s;}
.modle_popup_join_terms .contents{ position: relative; z-index: 20; width: 600px; height: 600px; border-radius: 20px; background: #FFF; opacity: 0; transform: scale(.5); transition: all .5s;}
.modle_popup_join_terms .contents .close_btn{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 30; top: 10px; right: 10px; padding: 12px; width: 40px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_popup_join_terms .contents .close_btn svg{ width: 100%; height: 100%;}
.modle_popup_join_terms .contents .close_btn svg path{ fill: #000;}
.modle_popup_join_terms .contents .scroll_wrap{ overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 20px;}
.modle_popup_join_terms .contents .scroll{ overflow-y: scroll; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 40px;}
.modle_popup_join_terms .title{ margin: 0 0 30px 0; font-size: 30px; font-weight: 700; color: #000;}
.modle_popup_join_terms .tit{ margin: 30px 0 15px 0; line-height: 1.4; font-size: 24px; font-weight: 600; color: #000;}
.modle_popup_join_terms .txt{ margin: 20px 0 10px 0; line-height: 1.4; font-size: 16px; color: #000;}
.modle_popup_join_terms .table{ border: 1px solid #DDD; border-bottom: 0;}
.modle_popup_join_terms .table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_popup_join_terms .table table thead{}
.modle_popup_join_terms .table table thead tr{}
.modle_popup_join_terms .table table thead tr th{ padding: 0; height: 60px; border-bottom: 1px solid #DDD; border-left: 1px solid #DDD; background: #f5f5f5; text-align: center; font-size: 16px; font-weight: 600; color: #000;}
.modle_popup_join_terms .table table thead tr th:first-child{ border-left: 0;}
.modle_popup_join_terms .table table tbody{}
.modle_popup_join_terms .table table tbody tr{}
.modle_popup_join_terms .table table tbody tr td{ padding: 20px 10px; border-left: 1px solid #DDD; border-bottom: 1px solid #DDD; text-align: center; line-height: 1.4; font-size: 16px; color: #000;}
.modle_popup_join_terms .table table tbody tr td:first-child{ border-left: 0;}
.modle_popup_join_terms .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%);}
.modle_popup_join_terms.on{ top: 0; bottom: 0;}
.modle_popup_join_terms.on .contents{ opacity: 1; transform: scale(1);}
@media(max-width: 600px){
    .modle_popup_join_terms .contents{ width: 100%; height: 40rem; border-radius: 1rem;}
    .modle_popup_join_terms .contents .close_btn{ top: 0.5em; right: 0.5rem; padding: 0.6rem; width: 2.4rem; height: 2.4rem; border-radius: 2rem;}
    .modle_popup_join_terms .contents .scroll_wrap{ border-radius: 1rem;}
    .modle_popup_join_terms .contents .scroll{ padding: 2rem;}
    .modle_popup_join_terms .title{ margin: 0 0 1.5rem 0; font-size: 1.6rem;}
    .modle_popup_join_terms .tit{ margin: 30px 0 15px 0; font-size: 19px;}
    .modle_popup_join_terms .txt{ margin: 15px 0 15px 0; font-size: 15px;}
    .modle_popup_join_terms .table table thead tr th{ height: 50px; font-size: 14px;}
    .modle_popup_join_terms .table table tbody tr td{ padding: 15px 5px; font-size: 14px;}
}


.modle_popup_pw{ 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/0); transition: background .5s;}
.modle_popup_pw .contents{ position: relative; z-index: 20; padding: 50px; width: 500px; border-radius: 20px; background: #FFF; opacity: 0; transform: scale(.5); transition: all .5s;}
.modle_popup_pw .contents .close_btn{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 30; top: 10px; right: 10px; padding: 12px; width: 40px; height: 40px; border-radius: 20px; background: #FFF; cursor: pointer;}
.modle_popup_pw .contents .close_btn svg{ width: 100%; height: 100%;}
.modle_popup_pw .contents .close_btn svg path{ fill: #000;}
.modle_popup_pw .title{ text-align:center; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup_pw input{ display: flex; align-items: center; margin: 50px 0 0 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_pw .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%);}
.modle_popup_pw.on{ top: 0; bottom: 0;}
.modle_popup_pw.on .contents{ opacity: 1; transform: scale(1);}
@media(max-width: 600px){
    .modle_popup_pw{ padding: 0 2rem;}
    .modle_popup_pw .contents{ padding: 2rem; width: 100%; border-radius: 1rem;}
    .modle_popup_pw .contents .close_btn{ top: 0.5rem; right: 0.5rem; padding: 0.6rem; width: 2.4rem; height: 2.4rem; border-radius: 2rem;}
    .modle_popup_pw .title{ font-size: 1.6rem;}
    .modle_popup_pw input{ margin: 2rem 0 0 0; padding: 0 1.2rem; height: 3.5rem; border-radius: 3rem; font-size: 1.2rem;}
}



.modle_popup_shorts{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 200%; right: 0; left: 0; bottom: -200%;}
.modle_popup_shorts .contents{ position: relative; z-index: 20; max-width: 400px; width: 100%; transform: scale(0); opacity: 0; transition: all .3s;}
.modle_popup_shorts .contents .btn_close{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; top: -50px; right: 0; padding: 12px; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; transition: all .2s;}
.modle_popup_shorts .contents .btn_close svg{ width: auto; height: 100%;}
.modle_popup_shorts .contents .btn_close svg path{ fill: #FFF; transition: all .2s;}
.modle_popup_shorts .contents .play{ overflow: hidden; position: relative; width: 100%; border-radius: 20px;}
.modle_popup_shorts .contents .play:after{ content: ""; display: block; padding-top: 177.5%}
.modle_popup_shorts .contents .play iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.modle_popup_shorts .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_shorts.on{ top: 0; bottom: 0;}
.modle_popup_shorts.on .contents{ opacity: 1; transform: scale(1);}
@media(max-width: 1600px){
    .modle_popup_shorts .contents{ max-width: 320px;}
}
@media(max-width: 600px){
    .modle_popup_shorts{ padding: 0 5rem;}
    .modle_popup_shorts .contents{ max-width: 20rem;}
    .modle_popup_shorts .contents .btn_close{ top: -3.5rem; right: -0.4rem; padding: 0.8rem; width: 3rem; height: 3rem;}
    .modle_popup_shorts .contents .play{ border-radius: 1rem;}
}


.modle_popup_doctors{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 200%; right: 0; left: 0; bottom: -200%; padding: 0 30px;}
.modle_popup_doctors .contents{ display: flex; position: relative; z-index: 20; max-width: 1000px; width: 100%; border-radius: 20px; transform: scale(0); opacity: 0; transition: all .3s;}
.modle_popup_doctors .contents .btn_close{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; top: 10px; right: 10px; padding: 12px; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; transition: all .2s;}
.modle_popup_doctors .contents .btn_close svg{ width: auto; height: 100%;}
.modle_popup_doctors .contents .btn_close svg path{ fill: #000; transition: all .2s;}
.modle_popup_doctors .contents .img{ overflow: hidden; display: flex; justify-content: center; align-items: flex-end; width: 50%; height: 600px; border-radius: 20px 0 0 20px; background: #dadbdf;}
.modle_popup_doctors .contents .img img{ display: block; height: 80%;}
.modle_popup_doctors .contents .info{ overflow: hidden; width: 50%; border-radius: 0 20px 20px 0; background: #FFF;}
.modle_popup_doctors .contents .info .scroll{ overflow: auto; padding: 60px 50px; max-height: 600px;}
.modle_popup_doctors .contents .info .scroll .name{ display: flex; align-items: flex-end; grid-gap: 10px; padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.modle_popup_doctors .contents .info .scroll .name p{ font-size: 40px; font-weight: 700; color: #000;}
.modle_popup_doctors .contents .info .scroll .name span{ font-size: 24px; color: #666;}
.modle_popup_doctors .contents .info .scroll .txt{ display: grid; grid-gap: 15px; margin-top: 20px;}
.modle_popup_doctors .contents .info .scroll .txt p{ position: relative; padding-left: 20px; line-height: 1.2; font-size: 20px; color: #333;}
.modle_popup_doctors .contents .info .scroll .txt p span{ display: block; position: absolute; top: 10px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #c5ad8e;}
.modle_popup_doctors .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_doctors.on{ top: 0; bottom: 0;}
.modle_popup_doctors.on .contents{ opacity: 1; transform: scale(1);}
@media(max-width: 1600px){
    .modle_popup_doctors .contents{ max-width: 800px;}
    .modle_popup_doctors .contents .img{ height: 500px;}
    .modle_popup_doctors .contents .info .scroll{ max-height: 500px;}
}
@media(max-width: 1000px){
}
@media(max-width: 600px){
    .modle_popup_doctors{ padding: 0 2rem;}
    .modle_popup_doctors .contents{ display: block; border-radius: 1rem;}
    .modle_popup_doctors .contents .btn_close{ top: 0.5rem; right: 0.5rem; padding: 0.8rem; width: 3rem; height: 3rem;}
    .modle_popup_doctors .contents .img{ width: 100%; height: 15rem; border-radius: 1rem 1rem 0 0;}
    .modle_popup_doctors .contents .info{ width: 100%; border-radius: 0 0 1rem 1rem;}
    .modle_popup_doctors .contents .info .scroll{ padding: 2rem; max-height: 20rem;}
    .modle_popup_doctors .contents .info .scroll .name{ grid-gap: 0.5rem; padding-bottom: 1rem;}
    .modle_popup_doctors .contents .info .scroll .name p{ font-size: 2rem;}
    .modle_popup_doctors .contents .info .scroll .name span{ font-size: 1.2rem;}
    .modle_popup_doctors .contents .info .scroll .txt{ grid-gap: 1rem; margin-top: 1rem;}
    .modle_popup_doctors .contents .info .scroll .txt p{ padding-left: 1.5rem; font-size: 1.1rem;}
    .modle_popup_doctors .contents .info .scroll .txt p span{ top: 0.5rem; width: 0.3rem; height: 0.3rem;}
}





























