@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:600&display=swap');

/* 공통 */
button{border:none}
input[type=text], input[type=password]{box-shadow:none;transition:none;font-family:'notokr-regular'}
input[type=text]:focus,input[type=text]:active, input[type=password]:focus, textarea:focus, select:focus, select:active{box-shadow:none;border:inherit!important;outline:none}
input[type=submit]:focus{outline:none}
input[type=submit]{border:none}
button:focus,button:active{outline:none}
.required, textarea.required{background-image:url(/skin/member/sh_basic/require.png)!important}

/* 관리자 버튼 */
.sh_adm_btn{width:85px;height:38px;border-radius:2px;border:1px solid #ffd8e1;font-size:13.5px;line-height:36px;color:#ff567f;letter-spacing:-.7px;background-color:#fff7f9;-webkit-transition:all .2s;transition:all .2s;font-family:'notokr-medium'}
a.sh_adm_btn{display:block;text-align:center}
.sh_adm_btn:hover{border-color:#fdb6c6}

/* 버튼 공통 */
.btn_type01{display:inline-block;width:180px;height:55px;margin:0 auto;border-radius:2px;font-size:15px;color:#fff;text-align:center;line-height:55px;background-color:#0054a6;-webkit-transition:all .2s;transition:all .2s;font-family:'notokr-medium'}
.btn_type01:hover{background-color:#0064c5}
a.cancel_btn{display:inline-block;vertical-align:top;width:75px;height:55px;border:none;border-radius:2px;font-size:15px;text-align:center;color:#fff;line-height:55px;background-color:#bbb;font-family:'notokr-medium'}
a.btn_normal{display:inline-block;vertical-align:top;width:75px;height:55px;border:none;border-radius:2px;font-size:15px;text-align:center;color:#fff;line-height:55px;background-color:#bbb;font-family:'notokr-medium'}
a.btn_line{display:inline-block;vertical-align:top;width:75px;height:55px;border:none;border-radius:2px;border:1px solid #d1d1d1;font-size:15px;text-align:center;color:#777;line-height:53px;font-family:'notokr-medium'}

/* 테이블 공통 */
.sh_tbl_common{width:100%;border-top:1px solid #555}
.sh_tbl_common table{width:100%}
.sh_tbl_common th{border-bottom:1px solid #e1e1e1;font-size:15px;font-weight:normal;color:#222;font-family:'notokr-medium'} 
.sh_tbl_common td{border-bottom:1px solid #e1e1e1;font-size:14px;color:#777}

/* -------- 뷰 시작 [s] */
#sh_map_v{font-size:15px;letter-spacing:-.3px;line-height:1.8;color:#666;font-family:'notokr-regular'}
#sh_map_v .tit_area{padding-bottom:20px;color:#111;font-weight:700;font-size:32px;text-align:center;font-family: 'Pretendard';}
#sh_map_v .tit_area span{padding-bottom:14px;display:block;color:var(--primary);font-size:15px;text-transform:uppercase}
#sh_map_v .info{position:relative;max-width:500px;width:80%;margin:0 auto 30px;padding:0 0 30px 100px;border-bottom:1px solid #e1e1e1}
#sh_map_v .info:first-of-type{margin-top:30px}
#sh_map_v .info:last-of-type{margin-bottom:0;border:none}
#sh_map_v .info dt{position:absolute;top:0;left:0;width:100px;height:100px;border-radius:50%;text-align:center;line-height:100px;background-color:#0054a6}
#sh_map_v .info dd{min-height:100px;padding-left:30px;line-height:1.7}
#sh_map_v .info dd p{margin-bottom:10px;font-size:16px;color:#222;font-family:'notokr-bold'}
#sh_map_v .info dd span{display:block;margin-top:10px;color:#222;font-family:'notokr-medium'}
#sh_map_v dl .flex{display:flex;align-items: center;}
#sh_map_v dl .flex .l_flex{display:flex;}
/* 본문 */
#sh_iframe_wrap{overflow:hidden;width: 100%;margin:0 auto}
#sh_iframe{overflow:hidden;width:100%;border:1px solid #e1e1e1}
#sh_map_v .bo_cont{width:calc(100% - 100px);margin:0 auto;padding:30px 0;margin-bottom:30px;border-bottom:1px solid #e1e1e1}
#sh_map_v .bo_cont img{max-width:100%}

/* 버튼 */
#sh_map_v .btn_area{text-align:center}
#sh_map_v .cont_box{font-family:'Pretendard'}
#sh_map_v .cont_box .cont{padding:40px;letter-spacing:.3px}
#sh_map_v .cont_box .cont .map_tit{padding-bottom:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e1e1e1}
#sh_map_v .cont_box .cont .map_tit .left p{font-size:15px}
#sh_map_v .cont_box .cont .map_tit .left .m_tit{color:#111;line-height:1.6;font-weight:700;font-size:26px}
#sh_map_v .cont_box .cont .map_tit .right ul{display:flex;gap:10px}
#sh_map_v .cont_box .cont .map_tit .right ul li a{display:flex;align-items:center;gap:10px;padding:8px 20px;background:#25242c;border-radius:4px;color:#Fff;font-weight:500;font-size:14px;transition:all 0.2s}
#sh_map_v .cont_box .cont .map_tit .right ul li a svg{width:15px}
#sh_map_v .cont_box .cont .map_tit .right ul li:hover a{background:var(--primary)}
#sh_map_v .cont_box .cont .map_box dl{padding: 30px;display:flex;align-items:flex-start;border-bottom:1px solid #e1e1e1;}
#sh_map_v .cont_box .cont .map_box dl:last-child{border-bottom:none}
#sh_map_v .cont_box .cont .map_box dl dt{width: 170px;display:flex;align-items:center;gap: 14px;color:#111;font-weight:600;font-size: 16px;}
#sh_map_v .cont_box .cont .map_box dl dd .tit{color: #222;padding-right:20px;font-weight: 600;}
#sh_map_v .cont_box .cont .map_box .last{margin-left:110px}

/* -------- 뷰 끝 [e] */

/* -------- 리스트 시작 [s] */
#sh_bo_list{font-size:15px;letter-spacing:-.3px;line-height:1.8;color:#666;font-family:'notokr-regular'}

/* 리스트 버튼 */
#sh_bo_list .btn_area{position:relative;margin:20px 0}
#sh_bo_list .btn_area:after{display:block;content:"";visibility:hidden;clear:both}
#sh_bo_list .adm_btns{position:absolute;top:0;left:0}
#sh_bo_list .adm_btns li{display:inline-block;vertical-align:top;margin-right:2px}
#sh_bo_list .w_btn{float:right}
#sh_bo_list .w_btn:hover{background-color:#0064c5}
/* -------- 리스트 끝 [e] */

/* -------- 글쓰기 시작 [s] */
#sh_bo_w{font-size:15px;letter-spacing:-.3px;line-height:1.8;color:#666;font-family:'notokr-regular'}

/* 라이트 */
#sh_write_tbl label{font-size:15px}
#sh_write_tbl th{width:16%;padding:10px 0;line-height:1.6;background-color:#f5f6f8}
#sh_write_tbl td{padding:10px 0 10px 10px}
#sh_write_tbl .star{color:#ff567f}
#sh_write_tbl .sh_input{height:40px;padding:0 20px 0 12px;border:1px solid #e1e1e1;border-radius:2px;font-size:15px;color:#777;font-family:'notokr-regular'}
#sh_write_tbl textarea.sh_input{width:100%;height:100px}
#sh_write_tbl .sh_input:focus, #sh_write_tbl .sh_input:active{border:1px solid #e1e1e1!important;outline:none}
#sh_write_tbl .map_btn{display:inline-block;vertical-align:top;width:90px;height:40px;margin-left:2px;border-radius:2px;font-size:14px;color:#fff;text-align:center;line-height:40px;background-color:#555;font-family:'notokr-medium'}
#sh_write_tbl .txtarea{width:100%;height:100px;padding:12px}
#sh_write_tbl .ps{font-size:14px;color:#ff567f}
#sh_write_tbl span.ps{padding-left:10px}

/* 라이트 버튼 */
#sh_bo_w .btn_area{position:relative;margin:20px 0;text-align:center}
/* -------- 글쓰기 끝 [e] */

/* 반응형 [s] */
@media(max-width:1400px){
#sh_map_v{padding:20px}
#sh_map_v .cont_box .cont{padding:20px 0}
#sh_map_v .cont_box .cont .map_tit .left .m_tit{font-size:20px}
#sh_map_v .cont_box .cont .map_box dl{padding:30px 0}
#sh_map_v .cont_box .cont .map_box .last{margin-left:0}
#sh_map_v .cont_box .cont .map_box dl:last-child{flex-direction:column}
#sh_map_v .cont_box .cont .map_box dl:last-child dt:nth-child(1){padding-bottom:14px}
#sh_map_v dl .flex{gap:100px}
#sh_map_v .cont_box .cont .map_box dl:last-child .f_dt{width:100%}
}
@media(max-width:1300px){
#sh_map_v .cont_box .cont .map_box dl:last-child{flex-direction:column}
}
@media (max-width:1280px){
#sh_map_v dl .flex{gap:30px}
}
@media (max-width:1024px){
.btn_type01{-webkit-appearance:none;-moz-appearance:none;appearance:none}	
.sh_tbl_common th{font-size:14px}
#sh_map_v{padding:30px}	
#sh_bo_w{font-size:14px}
#sh_write_tbl .sh_select,#sh_write_tbl .sh_input{font-size:14px}
#sh_write_tbl input[type=text], #sh_write_tbl textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}
#sh_write_tbl th{font-size:14px}
#sh_write_tbl td{padding:10px}
#sh_write_tbl label{font-size:14px}
#sh_map_v .tit_area{font-size:28px}
#sh_map_v .cont_box .cont .map_box dl{padding:30px 0;flex-direction:column;}
#sh_map_v .cont_box .cont .map_tit{flex-direction:column;align-items:normal}
#sh_map_v .cont_box .cont .map_tit .left .m_tit{padding-bottom:14px;font-size:17px}
#sh_map_v .cont_box .cont .map_tit .left .m_tit br{display:none}
#sh_map_v .cont_box .cont .map_box dl:last-child dt{width:100%}
#sh_map_v .cont_box .cont .map_box dl dt{width:100%}
#sh_map_v .cont_box .cont .map_box dl dt br{display:none}
#sh_map_v dl .flex{flex-direction:column}
#sh_map_v dl .flex .l_flex{width:100%;flex-direction:column}
}
@media (max-width:768px){
#sh_map_v{padding:15px}	
}
@media (max-width:480px){
.btn_type01{width:120px;height:50px;font-size:14px;line-height:50px}
a.cancel_btn{height:50px;font-size:14px;line-height:50px}	
#sh_map_v .bo_cont{width:90%;padding:20px 0}
#sh_map_v .tit_area p{font-size:15px}	
#sh_map_v .info{width:90%;padding-left:90px}
#sh_map_v .info dt{width:70px;height:70px;line-height:70px}
#sh_map_v .info dt img{width:40px}
#sh_map_v .info dd{padding-left:0}
#sh_map_v .info dd p{margin-bottom:5px}
#sh_map_v .btn_area ul li a{width:50px;height:35px;line-height:35px;font-size:13px}
#sh_map_v .tit_area{font-size:22px !important}
#sh_map_v .cont_box .cont .map_tit .left .m_tit{font-size:15px}
#sh_map_v .cont_box .cont .map_box{font-size:14px}
#sh_map_v .cont_box .cont .map_box dl{padding:22px 0}
#sh_map_v .cont_box .cont .map_box dl:nth-child(1) br{display:none}
#sh_map_v .cont_box .cont .map_box dl dd .tit{display:block}
#sh_map_v dl .flex .txt{word-break:keep-all}
}
/* 반응형 [e] */