@charset "utf-8";

/**/
#board{padding-top:20px;}
#board .wrap{position:relative;}
#board .type{}
#board .type-tool{display:flex;align-items:center;padding:10px 0 5px;}
#board .type-tool .filter{position:relative;margin:0 2px;}
#board .type-tool .filter .filter-toggle{position:relative;z-index:9;width:100%;height:34px;font-size: 14px;font-weight:600;line-height: 19px;padding: 7px 8px 6px;border-radius: 4px;background-color: #f5f5f5;border-color: #f5f5f5;color: #757575;display:flex;align-items:center;justify-content:center;}
#board .type-tool .filter .filter-toggle svg{margin-left:5px;width:12px;height:12px;}
#board .type-tool .filter .filter-menu{position:absolute;z-index: 10;top:40px;left:50%;transform:translateX(-50%);background:#ffffff;min-width:200px;max-height:425px;box-shadow:0 -1px 16px rgba(0 0 0 / 0.2);border-radius:10px;opacity:0;visibility:hidden;transition:all 300ms;}
#board .type-tool .filter .filter-menu:before{content:'';position:absolute;top:-8px;left:50%;transform:translateX(-50%);margin:0 1px;border-width:0 9px 9px;border-style:solid;border-color: transparent transparent #ffffff;z-index: 2;}
#board .type-tool .filter .filter-menu > a{display:flex;padding:15px;height:50px;line-height:20px;font-size:15px;font-weight:400;align-items:center;}
#board .type-tool .filter .filter-menu > a.on{color:#35c5f0;}
#board .type-tool .filter .filter-menu > a:hover{background:#effbff;}
#board .type-tool .filter .filter-menu > dl{display:flex;padding:15px;height:50px;justify-content:space-between;align-items:center;gap:10px;}
#board .type-tool .filter .filter-menu > dl dt{white-space:nowrap;font-size:13px;}
#board .type-tool .filter .filter-menu > dl dd{}
#board .type-tool .filter .filter-menu > dl dd label{position:relative;cursor:pointer;}
#board .type-tool .filter .filter-menu > dl dd label input{display:none;}
#board .type-tool .filter .filter-menu > dl dd label input ~ i{position:relative;display:flex;width:45px;height:23px;border-radius:23px;background:#ededed;}
#board .type-tool .filter .filter-menu > dl dd label input ~ i:before{content:'';position:absolute;top:50%;left:4px;width:15px;height:15px;border-radius:15px;margin-top:-7.5px;background:#ffffff;}
#board .type-tool .filter .filter-menu > dl dd label input:checked ~ i{background:#35c5f0;}
#board .type-tool .filter .filter-menu > dl dd label input:checked ~ i:before{transform:translateX(22px);}
#board .type-tool .filter.show{}
#board .type-tool .filter.show .filter-menu{top:50px;opacity:1;visibility:visible;}
#board .type-list{margin-top:30px;}
#board .type-list-tool{}
#board .type-list-tool > ul{display:flex;justify-content:flex-end;align-items:center;gap:10px;}
#board .type-list-tool > ul > li{position:relative;width:auto;}
#board .type-list-tool > ul > li .btn{display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:5px;background:#ededed;font-size:14px;font-weight:500;color:#757575;height:30px;}
#board .type-list-tool > ul > li .btn:hover{background:#dedede;}
#board .type-list-tool > ul > li .more_opt{}
#board .type-list-tool > ul > li .more_opt li{}
#board .type-list-tool > ul > li .more_opt li button{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;}
#board .type-list-list{}
#board .type-list-list ul{display:flex;flex-wrap:wrap;}
#board .type-list-list li{flex:0 0 25%;max-width:25%;padding-left:10px;padding-right:10px;}
#board .type-list-list li .inner{position:relative;}
#board .type-list-list li .overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
#board .type-list-list li .info{display:flex;margin-bottom:16px;align-items:center;}
#board .type-list-list li .info-icon{flex:0 0 auto;width:36px;height:36px;border-radius:36px;overflow:hidden;}
#board .type-list-list li .info-cont{flex:1;display:flex;flex-direction:column;padding-left:10px;}
#board .type-list-list li .info-cont .info-name{color: #424242;font-weight: 500;}
#board .type-list-list li .info-cont .info-name a{color: #35c5f0;font-weight: 700;}
#board .type-list-list li .info-cont .info-text{margin-top: 2px;font-size: 12px;line-height: 16px;color: #757575;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#board .type-list-list li .image{width:100%;height:auto;aspect-ratio:1/1;border-radius:6px;background:#ededed;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#aaa;}
#board .type-list-list li .button{display:flex;}
#board .type-list-list li .button button{flex:1 1;display:flex;align-items:center;justify-content:center;padding:13px 0 16px;display:flex;align-items:center;justify-content:center;transition:all 100ms;}
#board .type-list-list li .button button:hover{opacity:0.5;}
#board .type-list-list li .button button svg{}
#board .type-list-list li .button button:nth-child(1) svg{fill: transparent;stroke: #424242 !important;stroke-width: 1.1px;}
#board .type-list-list li .button button:nth-child(2) svg{fill: transparent;stroke: #424242 !important;stroke-width: 1.1px;}
#board .type-list-list li .button button:nth-child(3) svg{fill: #424242 !important;}
#board .type-list-list li .button button span{margin-left:6px;font-size:12px;color:#424242;}
#board .type-list-list li .cont{margin-top:12px;}
#board .type-list-list li .cont-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:66px;overflow:hidden;line-height:22px;font-size:15px;color:#424242;}
#board .type-list-list li .cont-user{display:flex;align-items:flex-start;justify-content:flex-start;margin-top:12px;}
#board .type-list-list li .cont-user-icon{flex:0 0 auto;width:24px;height:24px;border-radius:24px;overflow:hidden;}
#board .type-list-list li .cont-user-name{flex:1 1;line-height: 20px;padding:4px 0 4px 12px;}
#board .type-list-list li .cont-user-name .name{line-height:16px;font-weight:700;color:#424242;}
#board .type-list-list li .cont-user-name .name .sv_member{font-weight:700;color:#424242;}
#board .type-list-list li .cont-user-name .text{line-height:16px;font-weight:400;color:#424242;}
#board .type-detail{margin:0 auto;max-width:720px;}
#board .type-detail .thumb{position:relative;display:flex;flex-direction:column;}
#board .type-detail .thumb img{display:block;max-width:100%;height:auto;}
#board .type-detail .member{position:relative;padding:30px 0 100px;text-align:center;}
#board .type-detail .member:before{content:'';position:absolute;bottom:100%;left:0;width: 100%;height: 500px;margin-top: auto;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);}
#board .type-detail .member .tit{font-size: 20px;line-height: 28px;font-weight: 700;color: #2F3438;margin-bottom: 30px;}
#board .type-detail .member .act{}
#board .type-detail .member .act a{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 16px;border-radius:4px;font-size:16px;font-weight:700;vertical-align:top;}
#board .type-detail .info{margin-top:8px;display:flex;justify-content:space-between;}
#board .type-detail .info .lt,
#board .type-detail .info .rt{display:flex;height:32px;align-items:center}
#board .type-detail .info span{display:flex;align-items:center;justify-content:center;font-weight: 500;font-size: 13px;line-height: 18px;color: #828C94;white-space:nowrap;}
#board .type-detail .info span + span{margin-left:4px;}
#board .type-detail .info span + span:before{content:"·";margin-right:4px;color:#c2c8cc;}
#board .type-detail .info a{display:flex;height:32px;align-items:center;padding: 0 6px;line-height:20px;font-size:14px;color:#828C94;background:#ffffff;border-radius:4px;text-align:right;white-space:nowrap;}
#board .type-detail .info a:hover{background:#f7f9fa;}
#board .type-detail .editor{}
#board .type-detail .editor .editor_info{margin:40px 0;display:flex;align-items:center;}
#board .type-detail .editor .editor_info .icon{width:40px;height:40px;border-radius:40px;overflow:hidden;}
#board .type-detail .editor .editor_info .icon img{display:block;width:100%;height:100%;object-fit:cover;}
#board .type-detail .editor .editor_info .text{flex:1;margin-left:8px;}
#board .type-detail .editor .editor_info .text .name{font-size: 14px;line-height: 20px;font-weight: 700;color: #2F3438;}
#board .type-detail .editor .editor_info .text .desc{margin-top:2px;display: block;font-size: 13px;line-height: 18px;color: #828C94;font-weight: 500;letter-spacing: -0.3px;}
#board .type-detail .editor .editor_info .button{flex:0 0 auto;}
#board .type-detail .editor .editor_info .button button{display:flex;align-items:center;justify-content:center;height:40px;border-radius:4px;padding:0 16px;min-width:80px;font-size:14px;font-weight:700;}
#board .type-detail .editor .editor_board{margin:20px 0 40px;}
#board .type-detail .editor .editor_board ul{display:grid;gap:8px;grid-template-columns: repeat(4, 1fr);}
#board .type-detail .editor .editor_board li{position:relative;width:100%;border-radius:8px;overflow:hidden;}
#board .type-detail .editor .editor_board li a{display:block;width:100%;height:auto;aspect-ratio:1/1;background:rgb(247, 249, 250);}
#board .type-detail .editor .editor_board li a img{display:block;width:100%;height:100%;object-fit:cover;}
#board .type-detail .editor .editor_board li a:hover img{transform:scale(1.05);transition:all 200ms;}
#board .type-detail .editor .editor_board li:last-child a:before{content:'+ 더보기';z-index:5;position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / 0.5);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#ffffff;pointer-events:none;}
#board .type-detail .comment{margin-top:76px;}
#board .type-detail .comment .head{display:flex;align-items:center;margin-bottom:24px;}
#board .type-detail .comment .head .tit{display:flex;align-items:center;line-height:28px;font-size:20px;font-weight:700;color:#2f3438;}
#board .type-detail .comment .head .tit span{margin-left:6px;color:rgb(53 197 240);}
#board .type-detail .comment .list{}
#board .type-detail .comment .write{display:flex;}
#board .type-detail .comment .write form{display:flex;align-items:flex-start;width:100%;}
#board .type-detail .comment .write form .icon{margin-top:4px;}
#board .type-detail .comment .write .flex{position:relative;display:flex;}
#board .type-detail .comment .icon{flex:0 0 auto;width:34px;height:34px;margin-right:8px;border-radius:34px;overflow:hidden;}
#board .type-detail .comment .icon img{display:block;width:100%;height:100%;object-fit:cover;}
#board .type-detail .comment .text{flex:1;}
#board .type-detail .comment .guest{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px 10px;}
#board .type-detail .comment .guest input[type="text"]{min-width:50px;width:calc(50% - 5px);}
#board .type-detail .comment .guest input[type="password"]{width:calc(50% - 5px);}
#board .type-detail .comment .guest #captcha{display:flex;align-items:center;gap:4px;}
#board .type-detail .comment .write .textarea{flex:1;}
#board .type-detail .comment .write .textarea textarea{display:block;width:100%;height:42px;padding:0 52px 0 16px;line-height:40px;border-radius:4px;border:1px solid #e6e6e6;}
#board .type-detail .comment .write .textarea textarea{background-image:none !important;}
#board .type-detail .comment .write .confirm{position:absolute;top:50%;right:16px;transform:translateY(-50%);gap:12px;display:flex;align-items:center;}
#board .type-detail .comment .write .confirm .chk_box{cursor:pointer;}
#board .type-detail .comment .write .confirm .chk_box input{}
#board .type-detail .comment .write .confirm .chk_box input ~ label{cursor:pointer;font-size:14px;line-height:25px;height:25px;display:flex;align-items:center;}
#board .type-detail .comment .write .confirm .chk_box input ~ label span{top:5px;left:0;}
#board .type-detail .comment .write .confirm button{font-size:16px;font-weight:400;color:#c2c8cc;}
#board .type-detail .comment .write .confirm button:hover{color:rgb(53 197 240);}
#board .type-detail .userbest{border-top:1px solid rgb(234 237 239);padding:56px 0 60px;}
#board .type-detail .userbest .title{margin-bottom:24px;line-height:24px;font-size:18px;font-weight:700;color:rgb(47 52 56);}
#board .type-detail .userbest .list{}
#board .type-detail .userbest .list ul{display:grid;gap:16px;grid-template-columns: repeat(3, 1fr);}
#board .type-detail .userbest .list li{width:100%;border-radius:8px;overflow:hidden;}
#board .type-detail .userbest .list li a{display:block;background:rgb(247, 249, 250);}
#board .type-detail .userbest .list li a img{display:block;width:100%;height:100%;object-fit:cover;transition:all 200ms;}
#board .type-detail .userbest .list li a:hover img{transform:scale(1.05);}
#board .type-fixed{position:absolute;top:50px;right:0px;width:calc(50% - 360px);max-width:340px;height:100%;padding:0 40px;z-index:100;}
#board .type-fixed-button{position: sticky;top: 183px;transition: top 0.1s;display:flex;flex-direction:column;}
#board .type-fixed-button button{position:relative;margin:0 auto 38px;width:60px;height:60px;}
#board .type-fixed-button button .icon{width:60px;height:60px;border-radius:60px;}
#board .type-fixed-button button .icon_01{border: 1px solid rgb(194, 200, 204);background: rgb(255, 255, 255);box-shadow: rgba(63, 71, 77, 0.15) 0px 2px 6px;}
#board .type-fixed-button button .icon_02{border: 1px solid rgb(247, 249, 250);background: rgb(247, 249, 250);}
#board .type-fixed-button button .number{position:absolute;bottom:-22px;left:0;width:100%;text-align:center;font-size:14px;line-height:18px;color:rgb(130 140 148);white-space:nowrap}
#board .type-fixed-button hr{position:relative;width:54px;margin:0 auto;height:1px;margin-bottom:16px;background:rgb(234 237 239);}
#board .type-write{margin:0 auto;width:720px;max-width:100%;display:flex;flex-direction:column;}
#board .type-write .type-button{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgb(219, 219, 219);padding:16px 0;}
#board .type-write .type-button .flex{display:flex;gap:12px;align-items:center;}
#board .type-write .type-button .btn{display:flex;align-items:center;justify-content:center;width:132px;height:44px;border-radius:4px;padding:0 16px;font-size:14px;color:#333333;background:#e0e0e0;border:1px solid transparent;}
#board .type-write .type-button .bo_v_option{display:flex;gap:10px;}
#board .type-write .type-button .bo_v_option .chk_box{}
#board .type-write .type-button .bo_v_option .chk_box input{}
#board .type-write .type-button .bo_v_option .chk_box input ~ label{}
#board .type-write .type-button .bo_v_option .chk_box input ~ label span{top:2px;left:0;}
#board .type-write .type-tabs{border-bottom:1px solid rgb(219, 219, 219);display:flex;justify-content:center;align-items:center;height:50px;gap:15px;}
#board .type-write .type-tabs button{display:flex;align-items:center;justify-content:center;padding:14px 5px 15px;font-size:15px;border-bottom:2px solid transparent;}
#board .type-write .type-tabs button.on{border-bottom:2px solid rgb(47 52 56);}
#board .type-write .type-form{padding:50px 0;display:flex;justify-content:space-between;}
#board .type-write .type-form .image{flex: 1 0 0px;}
#board .type-write .type-form .image label{display:Flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;aspect-ratio:1/1;border-radius:4px;background:rgb(247, 249, 250);text-align:center;}
#board .type-write .type-form .image label input{display:none;}
#board .type-write .type-form .image label strong{margin: 0px 0px 4px;font-size: 16px;line-height: 20px;font-weight: 700;color: rgb(130, 140, 148);}
#board .type-write .type-form .image label span{margin:0 0 12px;font-size: 14px;line-height: 18px;font-weight: 500;color: rgb(130, 140, 148);}
#board .type-write .type-form .image label em{display:flex;align-items:center;justify-content:center;width:34.2%;height:40px;color:#ffffff;background:rgb(53 197 240);border-radius:4px;cursor:pointer;}
#board .type-write .type-form .text{flex: 1.2 0 0px;margin: 0px 12px;display:flex;flex-direction:column;gap:10px;}
#board .type-write .type-form .text .input{display:flex;gap:6px;}
#board .type-write .type-form .text .input .btn_frmline{white-space:nowrap;font-size:14px;padding:0 12px;}
#board .type-write .type-form .text .input input[type="text"]{box-shadow:none !important;padding:0 16px;}
#board .type-write .type-form .text .input textarea{box-shadow:none !important;padding:16px;}
#board .type-write .type-form .text .filter{position:relative;}
#board .type-write .type-form .text .filter .filter-toggle{position:relative;display:flex;width:100%;height:40px;border-radius:4px;border:1px solid #d0d3db;align-items:center;padding:0 16px;font-size:15px;}
#board .type-write .type-form .text .filter .filter-menu{opacity:0;visibility:hidden;position:absolute;top:39px;left:0;width:100%;border-radius:4px;border:1px solid #d0d3db;display:flex;flex-direction:column;z-index:10;background:#ffffff;max-height:500px;overflow-y:auto;}
#board .type-write .type-form .text .filter .filter-menu a{padding: 16px;color: rgb(47, 52, 56);font-size: 16px;line-height: 20px;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;flex:0 0 auto;}
#board .type-write .type-form .text .filter .filter-menu a:hover{background:rgb(247, 249, 250);}
#board .type-write .type-form .text .filter.show .filter-menu{opacity:1;visibility:visible;}
#board .type-write .type-form .text .write_div{position:relative;display:flex;width:100%;}
#board .type-write .type-form .text .bo_w_link{}
#board .type-write .type-form .text .bo_w_link label{position:absolute;top:0;left:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;}
#board .type-write .type-form .text .bo_w_link .frm_input{padding-left:52px;}
#board .type-write .type-form .text .bo_w_flie{}
#board .type-write .type-form .text .bo_w_flie .file_wr{position:relative;display:flex;border: 1px solid #d0d3db;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;padding-left:52px;height:40px;}
#board .type-write .type-form .text .bo_w_flie .file_wr input{font-size:14px;}
#board .type-write .type-form .text .bo_w_flie label{position:absolute;top:0;left:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;}
#board .type2-write{margin:0 auto;width:720px;max-width:100%;display:flex;flex-direction:column;}
#board .type2-write .type-button{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgb(219, 219, 219);padding:16px 0;}
#board .type2-write .type-button .flex{display:flex;gap:12px;align-items:center;}
#board .type2-write .type-button .btn{display:flex;align-items:center;justify-content:center;width:132px;height:44px;border-radius:4px;padding:0 16px;font-size:14px;color:#333333;background:#e0e0e0;border:1px solid transparent;}
#board .type2-write .type-button .bo_v_option{display:flex;gap:10px;}
#board .type2-write .type-button .bo_v_option .chk_box{}
#board .type2-write .type-button .bo_v_option .chk_box input{}
#board .type2-write .type-button .bo_v_option .chk_box input ~ label{}
#board .type2-write .type-button .bo_v_option .chk_box input ~ label span{top:2px;left:0;}
#board .type2-write .type-form{padding:50px 0;display:flex;justify-content:space-between;flex-direction:column;gap:10px;}
#board .type2-write .type-form .input{position:relative;display:flex;align-items:center;}
#board .type2-write .type-form .input input{padding: 15px 60px 15px 0px;font-size: 34px;line-height: 31px;border:0;border-bottom:1px solid #e0e0e0;box-shadow:none;box-sizing:content-box;}
#board .type2-write .type-form .input input:active,
#board .type2-write .type-form .input input:focus{border:0 !important;outline:0 !important;box-shadow:0 !important;}
#board .type2-write .type-form .input .btn_frmline{position:absolute;top:50%;right:0;transform:translateY(-50%);white-space:nowrap;font-size:14px;padding:0 20px;}
#board .type2-write .type-form .input textarea{box-shadow:none !important;padding:16px;}
#board .type2-write .type-form .write_div{position:relative;display:flex;width:100%;}
#board .type2-write .type-form .bo_w_link{}
#board .type2-write .type-form .bo_w_link label{position:absolute;top:0;left:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;}
#board .type2-write .type-form .bo_w_link .frm_input{padding-left:52px;}
#board .type2-write .type-form .bo_w_flie{}
#board .type2-write .type-form .bo_w_flie .file_wr{position:relative;display:flex;border: 1px solid #d0d3db;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;padding-left:52px;height:40px;}
#board .type2-write .type-form .bo_w_flie .file_wr input{font-size:14px;}
#board .type2-write .type-form .bo_w_flie label{position:absolute;top:0;left:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;}
#board .type2-write .type-image{}
#board .type2-write .type-image{flex: 1 0 0px;}
#board .type2-write .type-image label{display:Flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;aspect-ratio:16 / 9;border-radius:4px;background:rgb(247, 249, 250);text-align:center;}
#board .type2-write .type-image label input{display:none;}
#board .type2-write .type-image label strong{margin-bottom: 14px;font-size: 16px;line-height: 20px;font-weight: 700;color: rgb(47, 52, 56);}
#board .type2-write .type-image label span{margin:0 0 12px;font-size: 14px;line-height: 18px;font-weight: 500;color: rgb(130, 140, 148);}
#board .type2-write .type-image label em{margin: 24px 0px 0px;display:flex;align-items:center;justify-content:center;padding: 11px 16px;width:auto;height:40px;color:#ffffff;background:rgba(33, 38, 41, 0.8);border-radius:4px;cursor:pointer;font-size:14px;}
#board .type2-write .type-image label em:hover{background-color: rgb(164, 172, 179);}
#board .type2-write .type-guide{}
#board .type2-write .type-toggle{position:relative;margin:16px 0;border-radius:4px;border:1px solid rgb(218 220 224);background:rgb(255 255 255);box-shadow:rgb(234 235 239 / 0.8) 0px 2px 4px 0px;}
#board .type2-write .type-toggle .type-toggle-button{display:flex;padding:25px 30px;width:100%;height:76px;border-radius:4px;background:#ffffff;line-height:25px;align-items:center;justify-content:flex-start;}
#board .type2-write .type-toggle .type-toggle-button:hover{background:rgb(247 249 250);}
#board .type2-write .type-toggle .type-toggle-button .ico{flex:0 0 auto;display:flex;width:26px;height:26px;margin-right:}
#board .type2-write .type-toggle .type-toggle-button .tit{margin-left:12px;font-size:15px;font-weight:700;color:rgb(63 71 77);}
#board .type2-write .type-toggle .type-toggle-button .txt{margin-left:8px;font-size:13px;font-weight:400;color:rgb(164 172 179);}
#board .type2-write .type-toggle .type-toggle-button .arw{margin-left:auto;width:26px;height:26px;display:flex;align-items:center;justify-content:center;}
#board .type2-write .type-toggle .type-toggle-box{padding: 15px 30px 30px;display:none;}
#board .type2-write .type-toggle .type-toggle-box > ul{}
#board .type2-write .type-toggle .type-toggle-box > ul > li{position: relative;margin: 12px 0px 12px 35px;line-height: 25px;font-size: 15px;}
#board .type2-write .type-toggle .type-toggle-box > ul > li:before{content: "•";position: absolute;display: inline-block;top: -1px;right: 100%;margin-right: 15px;line-height:24px;font-size: 22px;}
#board .type2-write .type-toggle .type-toggle-box > ul > li > ul{}
#board .type2-write .type-toggle .type-toggle-box > ul > li > ul > li{position: relative;list-style: inside;}
#board .type2-write .type-toggle .type-toggle-box > ul > li a{color: rgb(53, 197, 240);font-weight: bold;}
#board .type2-write .type-toggle .type-toggle-box > dl{display:flex;padding:12px 0;}
#board .type2-write .type-toggle .type-toggle-box > dl:first-child{padding-top:0;}
#board .type2-write .type-toggle .type-toggle-box > dl:last-child{padding-bottom:0;}
#board .type2-write .type-toggle .type-toggle-box > dl > dt{flex:0 0 auto;width:130px;padding:8px 0;font-size:15px;font-weight:700;color:rgb(41 41 41);line-height:24px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dt span{margin: 0px 3px;color: rgb(255, 119, 119);}
#board .type2-write .type-toggle .type-toggle-box > dl > dd{display:flex;gap:6px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .flex{display:flex;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .flex.col{flex-direction:column;gap:6px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd dl{display:flex;align-items:center;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd dl > dt{flex:0 0 auto;width: 82px;margin: 3px 6px 3px 0px;font-size: 15px;line-height: 21px;color: rgb(41, 41, 41);}
#board .type2-write .type-toggle .type-toggle-box > dl > dd dl > dd{}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .inp{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:6px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .inp input[type="text"]{width: 220px;height: 40px;padding: 0 30px 0 10px;border-radius: 4px;font-size: 15px;border:1px solid rgb(219 219 219);}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .inp .unit{position:absolute;top:50%;right:10px;transform:translateY(-50%);}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .sel{position:relative;display:flex;align-items:center;justify-content:flex-start;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .sel select{width:220px;height:40px;padding:0 30px 0 10px;border-radius:4px;appearance:auto;font-size:15px;border:1px solid rgb(219 219 219);}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk{display:flex;flex-wrap:wrap;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio{display:flex;padding:9px 20px 9px 5px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio-label{position:relative;display:flex;align-items:center;cursor:pointer;padding-left:32px;font-size:15px;line-height:22px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio-label .form-radio{display:none;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio-label .form-radio ~ .radio-img{position:absolute;top:50%;left:0;margin-top:-11px;width:22px;height:22px;border-radius:12px;border:1px solid rgb(219 219 219);transition:all 300ms;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio-label .form-radio ~ .radio-img:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0px;height:0px;border-radius:11px;border:0px solid #35c5f0;background:#ffffff;transition:all 300ms;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio-label:hover .form-radio ~ .radio-img{background-color: #fafafa;border-color: #bdbdbd;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio-label .form-radio:checked ~ .radio-img{}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .chk .form-radio-label .form-radio:checked ~ .radio-img:after{width:22px;height:22px;border-width:7px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .btn{display:flex;gap:6px;height:40px;align-items:center;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .btn a{display:flex;align-items:center;justify-content:center;width:33px;height:33px;margin:0 5px;border-radius:10px;border:1px solid rgb(164 172 179);box-shadow:rgb(194 200 204 / 0.8) 0px 2px 4px 0px;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .btn a:hover{opacity:0.5;}
#board .type2-write .type-toggle .type-toggle-box > dl > dd .txt{margin: 4px 0px 0px;font-size: 13px;line-height: 16px;color: rgb(164, 172, 179);}
#board .type2-write .type-toggle.active .type-toggle-box{display:block;}
#board .type2-write .type-toggle.active .type-toggle-button .arw{transform:rotate(180deg);}
#board .type5-write{margin:0 auto;width:500px;max-width:100%;}
#board .type5-write .type-title{margin:-20px 0 0 0;padding:50px 20px;text-align:center;}
#board .type5-write .type-title .tit{margin: 10px 0;font-size: 26px;font-weight: 700;line-height: 1.37;}
#board .type5-write .type-title .txt{color: #424242;line-height: 21px;letter-spacing: -.3px;}
#board .type5-write .type-title .txt strong{}
#board .type5-write .type-form{padding:30px 0 50px;}
#board .type5-write .type-form dl{margin:50px 0;}
#board .type5-write .type-form dl:first-child{margin-top:0;}
#board .type5-write .type-form dt{display: block;margin: 0 0 12px;font-size: 20px;font-weight: 700;color: #424242;line-height: 1.35;}
#board .type5-write .type-form dt small{font-size: 15px;color: #757575;line-height: 1.4;font-weight:400;}
#board .type5-write .type-form dt small p{display:inline;}
#board .type5-write .type-form dd{}
#board .type5-write .type-form dd .input{margin-top:20px;display:flex;align-items:center;}
#board .type5-write .type-form dd .input + .input{margin-top:10px;}
#board .type5-write .type-form dd .input input{padding:0 15px;width:100%;height:40px;border:1px solid #dbdbdb;background:#ffffff;border-radius:4px;font-size:15px;color:#424242}
#board .type5-write .type-form dd .input span{width:20px;display:flex;align-items:center;justify-content:center;color: #757575;flex:0 0 auto;}
#board .type5-write .type-form dd .input button{margin-left:10px;width:100px;white-space:nowrap;height:40px;border-radius:4px;padding: 12px 0 13px;font-size: 15px;font-weight: 700;flex:0 0 auto;}
#board .type5-write .type-form dd .select{display:flex;}
#board .type5-write .type-form dd .select select{padding:0 15px;width:100%;height:40px;border-radius:4px;border:1px solid #dbdbdb;background:#ffffff;font-size:15px;color:#424242;}
#board .type5-write .type-form dd .select select + select{margin-left:10px;}
#board .type5-write .type-form dd .rating{display:inline-flex;flex-direction:row-reverse;gap:6px;}
#board .type5-write .type-form dd .rating svg{width:52px;height:52px;color: #dbdbdb;;}
#board .type5-write .type-form dd .rating input{display:none;}
#board .type5-write .type-form dd .rating label{cursor:pointer;}
#board .type5-write .type-form dd .rating label:hover svg,
#board .type5-write .type-form dd .rating label:hover ~ label svg{color:#82e0fa;}
#board .type5-write .type-form dd .rating input:checked ~ label svg{color:#35c5f0;}
#board .type5-write .type-form dd .textarea{}
#board .type5-write .type-form dd .textarea textarea{display:block;width:100%;height:120px;font-size:14px;border-radius:4px;resize:none;padding:15px;border: 1px solid #dbdbdb;background-color: #fff;font-size:15px;line-height:20px;}
#board .type5-write .type-form dd .image{cursor:pointer;width:100px;height:100px;border-radius:4px;border:1px solid #dbdbdb;display:flex;align-items:center;justify-content:center;background:#ffffff;flex-direction:column;}
#board .type5-write .type-form dd .image:hover{opacity:0.5;}
#board .type5-write .type-form dd .image input{display:none;}
#board .type5-write .type-form dd .image svg{margin-bottom: 8px;}
#board .type5-write .type-form dd .image span{font-size:13px;font-weight:700;color:#424242;}
#board .type5-write .type-form dd .file{display:inline-flex;width:50%;cursor:pointer;}
#board .type5-write .type-form dd .file input{display:none;}
#board .type5-write .type-form dd .file span{display:flex;align-items:center;justify-content:center;width:100%;height:40px;padding:12px 13px;font-size:15px;color:#ffffff;font-weight:700;background-color: #35c5f0;border-color: #35c5f0;border-radius:4px;color: #fff;}
#board .type5-write .type-form dd .warning{margin-top:50px;display:flex;flex-direction:column;padding:16px;background:rgb(255 237 237);}
#board .type5-write .type-form dd .warning .tit{display:flex;align-items:center;line-height:20px;margin-bottom:12px;font-size:15px;}
#board .type5-write .type-form dd .warning .tit svg{margin-right:6px;}
#board .type5-write .type-form dd .warning .txt{color: rgb(255, 119, 119);font-size: 15px;line-height: 24px;}
#board .type5-write .type-agree{}
#board .type5-write .type-agree ul{}
#board .type5-write .type-agree li{padding:0 0 8px;}
#board .type5-write .type-agree li.allchk{padding:0;border-bottom:1px solid #dbdbdb;}
#board .type5-write .type-agree li .agree{margin:9px 0;display:flex;align-items:center;cursor:pointer;}
#board .type5-write .type-agree li .agree input{display:none;}
#board .type5-write .type-agree li .agree input ~ i{position:relative;flex:0 0 auto;margin-right:10px;width:22px;height:22px;border-radius:4px;background:#ffffff;border:1px solid #dbdbdb;border-radius:4px;}
#board .type5-write .type-agree li .agree input ~ strong{font-size:12px;font-weight:700;color:rgb(9 96 156);}
#board .type5-write .type-agree li .agree input ~ span{font-size:12px;color:rgb(47 52 56);}
#board .type5-write .type-agree li .agree input:checked ~ i{background-color: #35c5f0;border-color: #35c5f0;}
#board .type5-write .type-agree li .agree input:checked ~ i:before{content:'';position:absolute;top:50%;left:50%;margin:-7px 0 0 -7px;width:14px;height:14px;background-size: 14px;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 3.7 3.7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.87.5l.61.5L1.3 3.57 0 1.82l.58-.5.78 1z' fill='%23f8f8f8'/%3E%3C/svg%3E");}
#board .type5-write .type-agree li .text{padding: 12px;border: 1px solid rgba(0, 0, 0, 0.08);border-radius: 4px;max-height:142px;overflow-y:auto;line-height:16px;font-size:12px;font-weight:400;color:rgb(130 140 148);}
#board .type5-write .type-button{display:flex;gap:10px;margin-top:30px;}
#board .type5-write .type-button .btn{display:flex;align-items:center;justify-content:center;height:50px;border-radius:4px;font-size:17px;color:#555555;flex:1;border:1px solid transparent;}
#board .type5-write .type-button .btn_01{}
#board .comment-list{}
#board .comment-list li{display:flex;align-items:flex-start;margin:16px 0;}
#board .comment-list li form{display:flex;align-items:flex-start;margin:16px 0}
#board .comment-list li .icon{flex:0 0 auto;width:34px;height:34px;margin-right:8px;border-radius:34px;overflow:hidden;}
#board .comment-list li .icon img{display:block;width:100%;height:100%;object-fit:cover;}
#board .comment-list li .text{flex:1;}
#board .comment-list li .text .cmt_name{line-height:20px;font-size:16px;font-weight:700;color:rgb(33 38 41);margin-right:5px;}
#board .comment-list li .text .cmt_cmmt{line-height:24px;font-size:16px;margin:8px 0;color:rgb(47 52 56);}
#board .comment-list li .text .cmt_info{display:flex;align-items:center;flex-wrap:wrap;}
#board .comment-list li .text .cmt_info span{display:flex;align-items:center;justify-content:center;font-weight: 500;font-size: 13px;line-height: 18px;color: #828C94;}
#board .comment-list li .text .cmt_info span + span{margin-left:4px;}
#board .comment-list li .text .cmt_info span + span:before{content:"·";margin-right:4px;color:#c2c8cc;}
#board .comment-list li .text .cmt_info span a{font-weight: 500;font-size: 13px;line-height: 18px;color: #828C94;}
#board .comment-list li .text .cmt_info span a:hover{color:#000000;text-decoration:underline;}
#board .comment-list li .text .confirm{gap:12px;display:flex;align-items:center;justify-content:space-between;margin-top:12px;}
#board .comment-list li .text .confirm .chk_box{cursor:pointer;}
#board .comment-list li .text .confirm .chk_box input{}
#board .comment-list li .text .confirm .chk_box input ~ label{cursor:pointer;font-size:14px;line-height:25px;height:25px;display:flex;align-items:center;}
#board .comment-list li .text .confirm .chk_box input ~ label span{top:5px;left:0;}
#board .comment-list li .text .confirm button{font-weight:400;color:#ffffff;width:100px;height:36px;align-items:center;justify-content:center;display:flex;font-size:14px;background:#35c5f0;border-radius:6px;}


@media (max-width: 769px) {
    /**/
    #board{}
    #board .type-tool{display:flex;flex-wrap:wrap;gap:4px 0;}
    #board .type-tool .filter{width:calc(33.33% - 3.98px);}
    #board .type-tool .filter .filter-toggle{text-align:left;font-size:13px;justify-content:space-between;}
    #board .type-tool .filter .filter-menu{min-width:100%;left:0;transform:translateX(0);height:auto;overflow-y:auto;}
    #board .type-tool .filter .filter-menu:before{left:30px}
    #board .type-tool .filter .filter-menu > a{height:40px;padding:6px 12px;font-size:13px;white-space:nowrap;}
    #board .type-tool .filter .filter-menu > dl{height:auto;padding:6px 12px;flex-direction:column;align-items:flex-start;gap:4px;}
    #board .type-tool .filter .filter-menu > dl dt{}
    #board .type-tool .filter .filter-menu > dl dd{justify-content:flex-end;display:flex;align-items:center;width:100%;}
    #board .type-tool .filter.show .filter-menu{top:36px}
    #board .type-list{margin-top:16px;}
    #board .type-list-list{margin:0 -16px;overflow:hidden;}
    #board .type-list-list ul{}
    #board .type-list-list li{padding:0;padding-bottom: 40px;flex:0 0 100%;width:100%;max-width:100%;}
    #board .type-list-list li .info{padding:0 16px;}
    #board .type-list-list li .image{border-radius:0;}
    #board .type-list-list li .cont{padding:0 16px;}
    #board .type-list-tool{margin-bottom:20px;}
    #board .type-list-tool > ul{gap:4px;}
    #board .type-list-tool > ul > li{}
    #board .type-list-tool > ul > li .btn{font-size:13px;}
    #board .type-detail .comment{}
    #board .type-detail .comment .icon{width:30px;height:30px;}
    #board .type-detail .comment .guest{}
    #board .type-detail .comment .guest #captcha{flex-direction:row;display:flex;flex-wrap:wrap;}
    #board .type-detail .comment .write{}
    #board .type-detail .comment .write .flex{flex-direction:column;}
    #board .type-detail .comment .write .confirm{position:unset;top:0;left:0;width:100%;transform:none;justify-content:flex-end;height:50px;}
    #board .type-detail .comment .write .confirm #btn_submit{position:absolute;top:0;height:42px;width:60px;text-align:center;justify-content:center;display:flex;align-items:center;}
    #board .type-fixed{position:fixed;top:unset;right:0;bottom:0;left:0;z-index:10;width:100%;height:auto;background:#ffffff;padding:0;max-width:100%;}
    #board .type-fixed-button{display:flex;flex-direction:row;}
    #board .type-fixed-button hr{display:none !important;}
    #board .type-fixed-button button{display:flex;flex-direction:row;margin:0;height:56px;width:100%;justify-content:center;align-items:center;gap:10px;}
    #board .type-fixed-button button .icon{border-radius:0;width:auto;height:auto;margin:0;border:0;background:transparent;box-shadow:none;display:flex;align-items:center;}
    #board .type-fixed-button button .icon_01 svg{}
    #board .type-fixed-button button:nth-child(1) .icon svg{fill: transparent;stroke: #424242 !important;stroke-width: 1.1px;}
    #board .type-fixed-button button:nth-child(2) .icon svg{fill: transparent;stroke: #424242 !important;stroke-width: 1.1px;}
    #board .type-fixed-button button:nth-child(3) .icon svg{fill: #424242 !important;}
    #board .type-fixed-button button:nth-child(4) .icon svg{fill: #424242 !important;}
    #board .type-fixed-button button .number{position:relative;bottom:unset;width:auto;font-size:12px;}
    #board .comment-list{}
    #board .comment-list li{}
    #board .comment-list li .text{}
    #board .comment-list li .text .cmt_info{}
    #board .comment-list li .text .cmt_info span{}
    #board .comment-list li .text .cmt_info span a{font-size:12px;}
}