*{color:#333; font-family: 'Pretendard';}
button{background-color: transparent;}
.wrap{width: 100%; max-width: 1000px; margin: 0 auto;}
input[type="checkbox"]{width: 16px; height: 16px; vertical-align: middle; margin-right: 3px; border-radius: 16px;}

/*header*/
header{position: fixed;width: 100%; box-shadow: 0px 1px 5px rgba(51, 51, 51, 0.1); z-index: 111; background-color: #fff;}
.hd_gnb{text-align: center; width: 100%; max-width: 450px; height: 100%;}
.hd_gnb ul{height: 100%;}
.hd_gnb ul li{position: relative;height: 100%; display: flex; align-items: center;}
.hd_gnb ul li > a{font-weight: 600; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;}
.hd_gnb ul li > a i{font-weight: 600; position: relative; z-index: 1; font-size: 20px;}
.hd_gnb ul li > a::after{content: ''; display: block; height: 5px; width: -100%; background-color: rgba(48, 161, 119, 0.7); position: absolute; bottom: 0; left: 0; z-index: -1; transform: scaleX(0); transition: all ease-in-out 0.3s;}
.hd_gnb ul li > a:hover:after{transform: scaleX(1);}
.hd_gnb ul li:hover .gnbmenu{display: block;}
.hd_gnb ul li + .gnbmenu:hover{display: block;}
.gnbmenu{position: absolute; left: 0; top: 90%; background-color: #fff; width: 200%; padding: 10px 0; border-radius: 8px; box-shadow: 0 0 5px rgba(51, 51, 51, 0.2); display: none;}
.gnbmenu a{display: block; padding: 10px; font-weight: 500; font-size: 15px;}
.gnbmenu a:hover{color:#30A177}
.hgbtn.on{color:#30A177; font-weight: 800;}
.hgbtn.on i{color:#30A177; font-weight: 800;}
.hdwrap{display: flex; align-items: center; justify-content: space-between; height: 70px;}

.hd_logo a img{max-height: 30px;}
.hd_gnb ul{display: flex; align-items: center; justify-content: space-between;}
.hd_side{max-width: 220px; width: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 5px;}
.hd_side a{display: inline-block; width: 60px; padding: 8px 0; font-size: 12px; font-weight: 600; text-align: center; border-radius: 8px; }
.hd_login{background-color: #30A177; color:#fff;}
.hd_join{background-color: #FFCA70;}

.hamburger{position: fixed; top: 13px; right: 16px; z-index: 111111;}
.hamburger .line{width: 20px; height: 2px; background-color: #000; display: block; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}  
.hamburger:hover{cursor: pointer;}
#hamburger-6.is-active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#hamburger-6.is-active .line{background-color: #000;}
#hamburger-6.is-active .line:nth-child(2){width: 0px;}
#hamburger-6.is-active .line:nth-child(1), #hamburger-6.is-active .line:nth-child(3){-webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s;}
#hamburger-6.is-active .line:nth-child(1){-webkit-transform: translateY(7px); -ms-transform: translateY(7px); -o-transform: translateY(7px);  transform: translateY(7px);}
#hamburger-6.is-active .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(90deg); -ms-transform: translateY(-7px) rotate(90deg); -o-transform: translateY(-7px) rotate(90deg); transform: translateY(-7px) rotate(90deg);}

.mhdwrap{position: fixed;top: 0; left: 0; width: 100%; display: none;}
.mhd{width: 100%; height: 50px; position: absolute; background-color: #fff; padding: 0 16px; z-index: 1111; display: flex; align-items: center; box-shadow: 0 0 5px rgba(51, 51, 51, 0.2);}
.mhd .hd_logo{display: inline-block;}
.mhd .hd_logo img{max-height: 25px;}
.m_gnb{background-color: #fff; height: 100vh; position: absolute; top: 50px; right: -100%;  width: 100%; height: 100vh; text-align: center; padding: 100px 0; transition: all ease-in-out 0.3s;}
.m_gnb.slide{right: 0;}
.m_gnb li:not(:last-child){margin-bottom: 20px;}
.m_gnb li > a{font-size: 18px; font-weight: 600;}
.m_gnb h3{margin-bottom: 30px; font-size: 24px; font-family: 'Montserrat';}
.m_gnbtn{display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px !important;}
.m_gnbtn a{padding: 10px 0; font-weight: 500; font-size: 14px !important; width: 100%;}
.mhd_cus{font-size: 18px; font-weight: 600;}
.m_gnbmenu {margin-top: 30px; display: none;}
.m_gnbmenu a{display: block; font-size: 16px; margin: 20px 0; }


/*footer*/
footer{background-color: #333;}
.ftwrap{padding: 50px 0; text-align: center;}
.ftlogo{margin-bottom: 20px;}
.ftlogo img{max-height: 30px;}
.ft_gnb{margin-bottom: 20px;display: flex; align-items: center; justify-content: center;}
.ft_gnb li{position: relative;}
.ft_gnb li:not(:last-child){margin-right: 30px;}
.ft_gnb li:not(:last-child)::after{content: ''; display: block; width: 1px; height: 10px; background-color: #fff; position: absolute; top: 50%; right: -15px; transform: translateY(-50%);}
.ft_gnb a{color:#fff;}
.ft_gnb button{color:#fff;}
.ft_gnb li:first-child button{font-weight: 700;}
.ft_doc{max-width: 600px; margin: 0 auto; text-align: center;}
.ft_doc li{display: inline-block; margin-right: 10px;}
.ft_doc span{color:#fff; font-size: 14px;}
.ft_doc span:first-child{font-weight: 500;}
.ft_doc span:last-child{font-weight: 200;}

.ft_modalwrap{position: fixed; width: 100%; height: 100vh; z-index: 1111111; background-color: rgba(51, 51, 51, 0.8); left: 0; top: 0; display: none; overflow: hidden;}
.ft_modal{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; border-radius: 8px; width: 70%; height: 60%; padding: 80px;}
.ft_modal p{overflow-y: scroll; height: 100%; line-height: 1.3; border: 1px solid #d9d9d9; padding: 20px; border-radius: 5px;}
.ft_close{position: fixed; top: 5%; right: 5%;}
.ft_close i{color:#fff; font-size: 32px;}


/*index*/

.index.bdywrap{padding-bottom: 0; text-align: center;}
.index_banner{height: 330px; text-align: center; background: url(../img/index_banner.png) no-repeat center 60%; background-size: cover; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;}
.index_banner::after{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(51, 51, 51, 0.5); z-index: -1;}
.index_banner h3{font-size: 32px; font-family: "Montserrat"; margin-bottom: 30px; color:#fff; font-style: italic;}
.index_banner p{font-size: 18px; margin-bottom: 30px; color:#fff; line-height: 1.4; font-weight: 300;}
.index_banner a{font-size: 14px; border: 1px solid #fff; display: block; max-width: 400px; height: 50px; line-height: 50px; margin: 0 auto; color:#fff; border-radius: 8px; font-weight: 700; transition: all ease-in-out 0.3s;}
.index_banner a:hover{background-color: #fff; color:#333;}
.idx_title{margin-bottom: 30px;}
.idxm{font-size: 32px; position: relative; z-index: 1; margin-bottom: 10px; display: inline-block;}
.idxm::after{content: '';display: block; width: 80%; height: 10px; background-color: rgba(10, 214, 139, 0.7); position: absolute; left: 0; bottom: 3px; z-index: -1;}
.idx_sub{font-size: 18px; text-align: center; font-weight: 500; margin-top: 10px;}
.idx_sub span{font-size: 20px; font-weight: 600; color:#30A177; vertical-align: baseline;}

.index section{padding: 70px 0;}

.index_event{padding: 100px 0;}
.index_event > h3{font-size: 42px; margin-bottom: 30px; font-family: "Montserrat"; text-align: center;}
.iewrap{border: 1px solid red; display: flex; align-items: stretch; justify-content: space-between; column-gap: 20px;}
.tdswiper{height: 350px;}
.tdwrap{}
.tdcontain{width: 100%; border-radius: 8px;flex-direction: column; align-items: flex-start; position: relative;}
.tds_title{font-size: 24px; font-weight: 700;}
.tds_doc{margin: 0 auto; text-align: center; width: 100%;}
.ddd2{background-size: cover; background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%; border-radius: 8px;}
.tds_doc img{max-width: 100%; object-fit: cover;}

.sw_swiper{padding: 30px;}

.index_member{padding: 100px 0; background-color: #f9f9f9;}

.mmbswiper{}
.mmb_contain{margin: 10px 10px; height: 330px !important;}
.mmb_item{box-shadow: 0 2px 5px rgba(51, 51, 51, 0.2); padding: 30px 25px; border-radius: 8px; align-items: start; flex-direction: column; row-gap: 20px; justify-content: stretch;}
.mmb_img{width: 100%; height: 350px; background-color: #d8c5bf; border-radius: 5px; margin: 0 auto; position: relative;}
.mmb_img img{object-fit: cover; border-radius: 5px;}
.mmb_name{display: flex; align-items: baseline; column-gap: 5px;}
.mmb_name span:first-child{font-size: 14px; color:#9D9D9D;}
.mmb_name span:last-child{font-size: 20px; color:#30A177; font-weight: 700;}
.mmb_story{width: 100%; text-align: left;}
.mmb_story h4{font-weight: 600; margin-bottom: 10px; }
.mmb_story p{padding-left: 3px; font-size: 14px; line-height: 1.3; text-indent: -9px; margin-left: 9px;}
.mmb_story p:not(:last-child){margin-bottom: 5px;}
.mmb_story p::before{content: '· ';margin-right: 2px;}

.index_process{padding: 100px 0 100px; position: relative;}

.index_process .wrap{}
.index_process .idx_title{margin-bottom: 50px; width: 100%;}
.index_process .idxm{font-size: 24px;}
.index_process .idxm::after{content: none;}
.index_process .idx_sub{font-size: 16px;}


.ip_stepwrap{width: 100%; display: flex;flex-wrap: wrap;  flex-direction: column; row-gap: 20px;}
.ip_stepwrap li{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;}
.ips_item{width: calc(50% - 10px); height: 200px; position: relative; z-index: 1; border-radius: 8px; padding: 10px; display: flex; justify-content: center; flex-direction: column; row-gap: 10px; transition: all ease-in-out 0.2;}
.ips_item::before{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.65); position: absolute; top: 0; left: 0; z-index: -1; transition: all ease-in-out 0.3s; border-radius: 8px;}
.ips_item > a{display: flex; justify-content: center; flex-direction: column; row-gap: 10px; width: 100%; height: 100%; border-radius: 8px; position: relative;}
.ips_item img{position: absolute; left: 0; top:0; z-index: 1; object-fit: cover; width: 100%; height: 100%; border-radius: 5px;}
.ipsi_no{font-size: 24px; font-family: "Montserrat"; font-style: italic; font-weight: 700;color:#fff; text-align: left;}
.ips_item span{color:#fff; position: relative; z-index: 11; line-height: 1.3; font-size: 18px; font-weight: 500; word-break: keep-all; text-align: left;}
.ipsi_btn{margin-top: 5px; text-align: left; transition: all ease-in-out 0.3s; display: none;}
.ipsi_btn span{font-size: 12px; border: 1.3px solid #fff; padding: 5px 10px; border-radius: 50px; transition: all ease-in-out 0.1s;}
.ipsi_btn span:hover{background-color: #fff; color:#000; border: 0;}
.ipsi_btn p{font-size: 14px; color:#000; line-height: 1.3; padding: 10px 20px; border: 1px solid #fff; border-radius: 5px; background-color: rgba(255, 255, 255, 0.8);}
.ips_item:hover .ipsi_btn{opacity: 1; display: block;}


.ips_item.grn .ipsi_no{color:#40dba5;}
.ips_item.ylw .ipsi_no{color:#eeb85b;}
.ips_item.ylw:hover .ipsi_no, .ips_item.grn:hover .ipsi_no{color:#fff;}
.ips_item.grn:hover{border: 5px solid #30A177; border-radius: 12px;}
.ips_item.ylw:hover{border: 5px solid #FFCA70; border-radius: 12px;}
 
.ips_item.fst{background: url(../img/d1.png) no-repeat center center; background-size: cover; width: 48%;}
.ips_item.snd{background: url(../img/d2.png) no-repeat center center; background-size: cover; width: 48%;}
.ips_item.trd{background: url(../img/d3.png) no-repeat center center; background-size: cover; width: 48%;}
.ips_item.fth{background: url(../img/d4.png) no-repeat center center; background-size: cover; width: 48%;}
.ips_item.fith{background: url(../img/d5.png) no-repeat center center; background-size: cover; width: 48%;}
.ips_item.sth{background: url(../img/d6.png) no-repeat center center; background-size: cover; width: 48%;}
.ips_item.svth{background: url(../img/d7.png) no-repeat center center; background-size: cover;width: 48%;}

.ips_item.snd2{background: url(../img/d4.png) no-repeat center center; background-size: cover; width: 48%;}
.ips_item.trd2{background: url(../img/d5.png) no-repeat center center; background-size: cover; width: 32%;}
.ips_item.trd3{background: url(../img/d6.png) no-repeat center center; background-size: cover; width: 32%;}

.index_review{padding: 100px 0;background: url(../img/rbg2.png) no-repeat center center; background-size: cover;}
.tdswiper2{}
.ir_wrap .idxm{font-family: "Montserrat";}
.ir_wrap .idxm::after{content: ''; display: none;}
.ir_contain{margin: 20px 0;}
.ir_item{background-color: #fff; flex-direction: column; padding: 20px; border-radius: 8px; box-shadow: 0 5px 10px rgba(51, 51, 51, 0.2);}
.iri_name{font-size: 18px; font-weight: 500; margin-bottom:10px;}
.iri_point{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #9d9d9d; width: 100%; display: flex; align-items: center; justify-content: center;}
.iri_point img{max-width: 15px;}
.iri_doc{font-size: 14px; line-height: 1.3; font-weight: 400; height: 55px; overflow: hidden; white-space: normal;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: keep-all; }


/*document*/
.doc_top{padding: 50px 0 30px;}
.doc_navwrap ul:not(:last-child){margin-bottom: 10px;}
.dn_contain{}
.swiper-slide.dn_item{width: auto; background-color: transparent;}
.dn_btn{border: 1px solid #9d9d9d; padding: 7px 20px; border-radius: 50px; display: inline-block; font-size: 14px; color:#9d9d9d;}
.dn_btn:hover{border: 1px solid #30A177; color:#30A177;}
.dn_btn.on{background-color: #30A177; color:#fff; border: 0;}
.doc_manual{}

.dm_txt{padding: 50px 30px; line-height: 1.3; background-color: #f7f7f7;}
.dm_download{padding: 50px 0;}
.dm_download p{padding-bottom: 10px; display: flex; align-items: center; column-gap: 5px;}
.dm_download p span{font-weight: 600; font-size: 18px;}
.dm_download p img{max-width: 18px;}
.dmd_btnwrap{width: 100%; padding: 30px 0;}
.dmd_btn{display: inline-block; text-align: center;}
.dmd_btn:not(:last-child){margin-right: 20px;}
.dmd_btn img{max-width: 40px; margin-bottom: 20px;}
.dmd_btn a{border-top: 1px solid #9d9d9d; padding: 10px 7px; display: flex;}
.dmd_btn span{font-size: 14px; color:#333; font-weight: 500;}
.dmd_btn a:hover{border-top: 2px solid #333;padding: 9px 7px 10px;}
.dmd_btn a:hover span{color:#333;}

.dmd2_btnwrap{width: 100%; padding: 30px 0;}
.dmd2_btn{display: inline-block; text-align: left;}
.dmd2_btn:not(:last-child){margin-right: 20px;}
.dmd2_btn img{max-width: 40px; margin-bottom: 20px;}
.dmd2_btn a{border-top: 1px solid #9d9d9d; padding: 10px 7px; display: flex;}
.dmd2_btn span{font-size: 14px; color:#333; font-weight: 500;}
.dmd2_btn a:hover{border-top: 2px solid #333;padding: 9px 7px 10px;}
.dmd2_btn a:hover span{color:#333;}

/*board*/
.bdywrap{padding: 70px 0 100px;}
.boardwrap{margin-top: 70px;}
.title{text-align: center; padding:120px 0; position:relative;}
.title::after{content: ''; display: block; width: 100%; height: 100%; background-color: rgba(51, 51, 51, 0.5); position: absolute; left: 0; top: 0;}
.title h3{font-size: 32px; font-weight: 700; position: relative; z-index: 1; display: inline-block; color:#fff; letter-spacing: 1px;}
/*.title h3::after{content: ''; display: block; width: 80%; height: 10px; background-color: #55F1B7; position: absolute; left: 0; bottom: 0; z-index: -1;}*/
.title p{margin-top: 20px; font-size: 0.9em;}
.titledoc{border: 1px solid #333; padding: 20px 0; margin: 50px auto 0; text-align: left; font-color:black ;font-size: 15px; font-weight: 500;}
.titledoc li{margin: 0 auto; max-width: 70%; margin-bottom: 5px; font-weight: 420;}
.titledoc li:last-child{margin-bottom: 0;}
.title.document{background: url(../img/document.png) no-repeat center center; background-size: cover;}
.title.progress{background: url(../img/progress.png) no-repeat center center; background-size: cover;}
.title.fee{background: url(../img/fee.png) no-repeat center center; background-size: cover;}
.title.contact{background: url(../img/contact.png) no-repeat center center; background-size: cover;}

.bo_write2{margin-bottom: 20px; text-align: right;}
.bo_write2 a{display: inline-block; background-color: #30A177; width: 70px; height: 30px; line-height: 30px; font-size: 14px; color:#fff; font-weight: 500; border-radius: 5px; text-align: center;}
.bo_write2 button{background-color: #333; width: 70px; height: 30px; color:#fff; font-weight: 500; border-radius: 5px;}
/*//.bo_write2 input{border: 1px solid #D9D9D9; padding: 0 20px; height: 40px; width: 100%; border-radius: 8px;}*/
.bo_write2 input {height: 30px; width: 30%; padding-left: 5px; border: 1px solid #d7d7d7; border-radius: 3px; }
/*.bo_write2 button {height: 30px; vertical-align: top; margin-left: 3px; padding: 0 15px; }*/
.bo_write2 input[type="radio"]{width: 16px; height: 16px; vertical-align: middle; margin-right: 3px; border-radius: 16px;}

.bo_write{margin-bottom: 20px; text-align: right;}
.bo_write a{display: inline-block; background-color: #30A177; width: 70px; height: 30px; line-height: 30px; font-size: 14px; color:#fff; font-weight: 500; border-radius: 5px; text-align: center;}
.bo_write button{background-color: #30A177; width: 100px; height: 40px; color:#fff; font-weight: 500; border-radius: 5px;}
.board_contain li{height: 60px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between;}
.board_contain li:last-child{border-bottom: 1px solid #d9d9d9;}
.board_contain li div{width: 100%; text-align: center;}
.board_contain li div span{}
.bo_not_data{justify-content: center !important; font-weight: 500;}
.board_th{background-color: #d9d9d9; border-top: 1px solid #9D9D9D; border-bottom: 1px solid #9D9D9D; text-align: center;}
.board_th span{font-weight: 600;}
.board_td:hover{background-color: #f9f9f9;}
.board_td .bo_modify .bo_modifybtn{display: inline-block; width: 70px; height: 30px; background-color: #d9d9d9; border-radius: 8px; font-size: 12px; text-align: center; padding: 8px 0; font-weight: 500;}
.board_td .bo_request span{display: inline-block; width: 70px; height: 30px; border-radius: 8px; font-size: 12px; text-align: center; padding: 8px 0; font-weight: 500;}
.board_td .bo_request3 span{display: inline-block; width: 120px; height: 30px; border-radius: 8px; font-size: 12px; text-align: center; padding: 8px 0; font-weight: 500;}
.board_td .bo_request3 button{display: inline-block; width: 120px; height: 30px; border-radius: 8px; font-size: 12px; text-align: center; padding: 8px 0; font-weight: 500;}
.bo_req_green{background-color: #d9d9d9; color:#333;}
.bo_req_green2{border: 1px solid #333; border-radius: 5px;}
.bo_req_yellow{background-color: #FFCA70;}
.board_td .fee-box {width: 100%; display: flex; align-items: center; justify-content: space-between;}

.bo_req_b{font-weight: 700; display: inline !important; font-size: 14px !important;}
.pagenation{display: flex; align-items: center; justify-content: center; padding: 50px 0 0;}
.pgbtn{display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #d9d9d9; color:#d9d9d9; font-size: 14px; border-radius: 3px;}
.pgbtn.on{background-color: #30A177; color:#fff; border: 0; font-weight: 500;}
.pgbtn:not(:last-child){margin-right: 5px;}
.pgbtn i{color:#9D9D9D;}

.bo_date{max-width: 150px;}
.bo_date p{font-size: 14px; font-weight: 300;}
.bo_date p span{margin-left: 10px;}
.bo_name{max-width: 120px;}
.bo_name span{font-weight: 500 !important;}
.bo_num{}
.bo_fee{max-width: 120px;}
.bo_pay{max-width: 120px;}
.bo_request{max-width: 120px;}
.bo_request2{max-width: 120px;}
.bo_request3{max-width: 150px;}
.bo_no{max-width: 100px;}
.board_td .bo_title{text-align: left !important;}
.board_td .bo_title a{font-weight: 500;}
.board_td span{font-weight: 300;font-size: 14px;}
.bo_modify, .bo_not_modify{max-width: 120px;}

.cu_title{margin-bottom: 50px;}
.cu_title h3{font-size: 24px; font-weight: 600; margin-bottom: 10px; text-align: center;}
.cu_title p{ text-align: center; color:#777}

/*board_view*/
.bv_top{border-top: 1px solid #9d9d9d;border-bottom: 1px solid #9d9d9d; display: flex; align-items: center; width: 100%;}
.bv_top div{width: 100%;}
.bv_date{max-width: 120px; height: 100px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;}
.bv_date::after{content: ''; display: block; width: 1px; height: 50px; background-color: #9d9d9d; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.bvd_day{font-size: 24px; font-weight: 700; margin-bottom: 3px; display: block; text-align: center;}
.bvd_yymm{font-weight: 700; display: block; text-align: center; font-size: 14px; color:#9d9d9d;}
.bv_title{padding: 0 50px; font-weight: 700; font-size: 24px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-break: break-all}
.bv_name{max-width: 150px; position: relative; padding: 0 26px; text-align: center;}
.bv_name::after{content: ''; display: block; width: 1px; height: 50px; background-color: #9d9d9d; position: absolute; left:0; top: 50%; transform: translateY(-50%);}
.bvn_n{font-size: 14px; margin-bottom: 5px; color:#9d9d9d;}
.bvn_user{font-size: 18px; color:#333; font-weight: 700;}
.bv_doc{padding: 50px 30px; line-height: 1.4; min-height: 300px; border-bottom: 1px solid #9d9d9d; word-break: break-all;}
.bv_answer{background-color: #f1f1f1; padding: 50px 30px; font-weight: 500; border-bottom: 1px solid #9d9d9d;  line-height: 1.4;}
.bv_back{text-align: center; padding: 50px;}
.bv_back a{display: inline-block; height: 50px; width: 300px; line-height: 50px; background-color: #30A177; color:#fff; border-radius: 8px;}



/*board_write*/
.board_write{padding: 50px 30px; max-width: 600px; margin: 0 auto;}
.bw_wrap{padding: ;}
.bw_wrap li:not(:last-child){margin-bottom: 20px;}
.bw_wrap li:last-child{border-bottom: 1px solid #d9d9d9; padding-bottom: 30px;}
.bw_wrap p{font-weight: 600; font-size: 16px; margin-bottom: 10px;}
.bw_wrap input{border: 1px solid #D9D9D9; padding: 0 20px; height: 40px; width: 100%; border-radius: 8px;}
.bw_wrap input:focus{border: 2px solid #30A177;}
.bw_wrap input::placeholder{font-size: 14px; color:#d9d9d9;}
.bw_wrap textarea{border: 1px solid #D9D9D9; padding: 20px; height: 40px; width: 100%; border-radius: 8px; height: 250px; resize: none;}
.bw_wrap textarea:focus{border:2px solid #30A177;}
.bw_wrap textarea::placeholder{font-size: 14px; color:#d9d9d9;}
.writebtn{max-width: 600px; margin: 50px auto 0; text-align: right;}
.write_cancle{display: inline-block; width: 150px; height: 40px; line-height: 40px; font-size: 14px; text-align: center; background-color: #333; color:#fff; border-radius: 5px;}
.write_confirm{width: 150px; height: 40px; font-size: 14px; background-color: #30A177; color:#fff; border-radius: 5px;}
.bw_top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px !important; padding-bottom: 20px; border-bottom: 1px solid #d9d9d9;}
.uploadplus{background-color: #30A177; display: flex; align-items: center; justify-content: center; border-radius: 5px; padding: 5px 10px;}
.uploadplus i{color:#fff;}
.uploadplus span{color:#fff; margin-left: 3px;}

.file_upload{display: flex; align-items: center; justify-content: space-between; column-gap: 10px; padding: 0 20px;}
.file_upload p{border: 1px solid #d9d9d9; width: 100%; height: 40px; border-radius: 8px; line-height: 40px; padding: 0 20px; font-weight: 600; margin-bottom: 0;}

.btn-upload {
    width: 100px;
    height: 40px;
    background-color: #d9d9d9;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    &:hover {
        background-color: #333;
        color: #fff;
    }
}
    #file {
        display: none;
    }

/*login*/
.login_logo{font-family: 'Montserrat'; font-size: 24px; font-weight: 700;  text-align: center; margin-bottom: 50px; color:#30A177; margin-top: 100px;}
.login_logo img{max-width: 120px;}
.loginwrap{width:100%; max-width: 600px; box-shadow:0 5px 10px rgba(51, 51, 51, 0.2); padding: 50px 100px; border-radius: 8px; margin: 0 auto;}
.loginwrap h3{text-align: center; font-size: 24px; font-weight: 700; margin-bottom: 50px;}
.login_input{margin-bottom: 20px;}
.login_input:nth-child(2){margin-bottom: 10px;}
.login_input p{margin-bottom: 10px; font-weight: 500;}
.login_input input{border: 1px solid #D9D9D9; height: 50px; width: 100%; border-radius: 8px; padding: 17px 20px; max-width: 400px;}
.login_input input:last-child{margin-bottom: 0;}
.login_input input:focus{border: 2px solid #30A177;}
.login_input input::placeholder{font-size: 12px; color: #D9D9D9;}
.li_select{display: flex; align-items: center; column-gap: 10px;}
.li_select input{width: calc(100% - 90px);}
.li_select select{width: 80px; height: 50px; border-radius: 8px; border: 1px solid #d9d9d9; padding: 5px; font-size: 14px; color:#9d9d9d;}
.login_findpw{text-align: right; margin-bottom: 50px;}
.login_findpw a{font-size: 12px; font-weight: 300; text-decoration: underline; color:#9D9D9D; position: relative;}
.login_findpw a:first-child{margin-right: 5px;}
.login_findpw a:first-child::after{content: ''; display: block; width: 1px; height: 10px; background-color: #d9d9d9; position: absolute; top: 50%; right: -5px; transform: translateY(-50%);}
.login_green{width: 100%; background-color: #30A177; color:#fff; font-weight: 600; height: 50px; border-radius: 8px;}
.login_gojoin{text-align: center; margin-top: 30px; font-size: 14px;}
.login_gojoin span{font-weight: 300; color:#9D9D9D;}
.join_page{color:#30A177; margin-left: 20px; font-weight: 500;}
.certified{margin-bottom: 30px !important;}
.find_result{margin-bottom: 50px;}
.find_doc{margin-bottom: 30px; text-align: center; font-size: 18px; font-weight: 500; line-height: 1.4;}
.find_doc span{color:#FFCA70; font-size: 20px; vertical-align: baseline; font-weight: 700;}
.find_login a{display: inline-block; width: 100%; height: 50px; text-align: center; border-radius: 8px; line-height: 50px;}
.login_agreeall{margin-bottom: 10px;}
.lt_contain{border: 1px solid #d9d9d9; padding: 20px; border-radius: 5px;}
.lt_contain li{margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; row-gap: 20px;}
.lt_contain li:last-child{margin-bottom: 0px;}
.ltc_item{display: flex; align-items: center; justify-content: space-between; width: 100%; column-gap: 3px;}
.lt_contain input{border: 1px solid #d9d9d9;}
.lt_contain input + label{width:100%; display: flex; align-items: center; justify-content: space-between;}
.lt_contain input + label span{color:#D9D9D9; font-size: 14px;}
.lt_contain input:checked + label span{color:#3A89EF; font-weight: 500;}
.jt_confirm i{color:#333;}
.jt_confirm{transition: all ease-in-out 0.2s;}
.jt_confirm.on{transform: rotate(90deg);}
.login_termdoc{width: 100%; border: 1px solid #d9d9d9; border-radius: 5px; padding: 10px; height: 300px; font-size: 14px; overflow: auto; line-height: 1.4; display: none; margin-bottom: 20px;}
.login_termdoc::-webkit-scrollbar{display: none;}

.join_password{margin-top: 20px;}
.join_password input{margin-bottom: 10px;}
.join_phone{display: flex; align-items: center; column-gap: 10px; margin-bottom: 10px;}
.join_phone:last-child{margin-bottom: 0;}
.join_phone input{width: calc(100% - 90px);}
.join_phone button{font-size: 14px; width: 80px; height: 50px; border-radius: 8px; font-weight: 500;  border: 1px solid #30A177; color:#30A177}
.join_phone button:hover{background-color: #30A177; color:#fff; border:0;}
.join_confirm{margin-top: 50px;}
.join_blue{color:#3A89EF;}
/*.jp_num{background-color: #F1F1F1;}
.jp_num2{background-color: #30A177; color:#fff;}*/

.join_result{width: 250px; height: 250px; border-radius: 50%; text-align: center; margin: 0 auto;}
.join_result img{width: 100%; object-fit: contain; border-radius: 50%;}
.join_login{text-align: center; margin-top: 70px;}
.join_login a{background-color: #30A177; color:#fff; display: inline-block; width: 100%; height: 50px; line-height: 50px; border-radius: 8px; font-weight: 600; font-size: 18px; }

.login_contain li:not(:last-child){margin-bottom: 15px;}


.mypagewrap{display: flex; align-items: flex-start; column-gap: 50px; position: relative;}
.mypage_gnb{width: 170px; position: absolute; left: 0; top: 0; background-color: #fff;}
.mg_contain{padding: 10px 0; box-shadow:0 2px 10px rgba(51, 51, 51, 0.2);border-radius: 8px; }
.mg_contain li{width: 100%; text-align: center;}
.mgbtn{font-weight: 500; color:#d9d9d9; padding: 15px 0; display: inline-block;}
.mgbtn.on{color:#30A177; font-weight: 600;}
.mypagewrap input:disabled{background-color: #f7f7f7; border: 1px solid #d9d9d9;}
.mypagewrap input[type="text"]{font-weight: 500; font-size: 16px;}

.loginwrap.mypage{padding: 50px; max-width: 500px;}
.loginwrap.mypage input{max-width: 100%;}
.mp_list{border-top: 1px solid #d9d9d9;}
.mpl_item{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d9d9d9; padding: 10px;}
.mpl_item div{width: 100%; }
.mpl_item span{border-radius: 5px;}
.mpl_prg{text-align: center; max-width: 100px;}
.mpl_prg span{display: inline-block; font-size: 12px; width: 60px; height: 25px; line-height: 25px; text-align: center; }
.mpl_title span{font-size: 14px;}
.mplp_green{background-color: #30A177; color:#fff;}
.mplp_yellow{background-color: #FFCA70;}


.file-box {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.file-box .item {
    display: flex;
    align-items: center;
    gap: 5px 10px;
}
.file-box .file-name {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.file-box .file-name span {
    display: inline-block;
    text-decoration: underline;
}
.file-box .file-del {
    min-width: 65px;
    width: 65px;
    height: 40px;
    background-color: #ff5b5b;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    color: white;
}
.file-box label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
}
.file-box label button {
    min-width: 100px;
    width: 100px;
    height: 40px;
    background-color: #d9d9d9;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    &:hover {
        background-color: #333;
        color: #fff;
    }
}
.file-box label input[type="file"] {
    background-color: white;
    line-height: 40px !important;
}
.file-box label input[type=file]::file-selector-button {
    display: none;
  }
.item-list.column .board_td {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 15px;
}
.account-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    padding: 15px 40px;
    border-top: 1px dotted #eee;
    border-bottom: 1px solid #d9d9d9;
}
.account-box span {
    display: inline-block;
}
.account-box .sml-tit {
    font-weight: 700;
    margin-right: 20px;
}
.m-name {
    font-size: 18px;
}
.bo_file {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #d9d9d9;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
.bo_file span {
    font-weight: 600;
}
.bo_file .bo_file_lists {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.bo_file .bo_file_lists a {
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    background-color: #30A177;
    font-size: 14px;
}