@charset "utf-8";

html{overflow-x: hidden;}

/* login */
#login * {font-family: noto, sans-serif;}
#login {position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; width: 100vw; height: calc(100vh - 50px); background: #f9fbfd}
#login .wrap {width: 600px; background :#fff; border-radius: 12px; padding: 60px; box-sizing: border-box; box-shadow: -1px 2px 10px 4px rgba(53,56,123,0.05);}
#login .wrap .head {padding-bottom: 20px; text-align: center}
#login .wrap .head img {}
#login .wrap .head h2 {margin-top: 15px; font-weight: 500; font-size: 22px; line-height: 32px; color: #333; letter-spacing: -0.5px; text-align: center}
#login .wrap form.body {}
#login .wrap form fieldset {position: relative; padding-bottom: 40px}
#login .wrap form legend {display: none}
#login .wrap form .inp {width: 100%; height: 55px; padding: 0 10px; line-height: 53px; border: 0; border-bottom: 2px solid #ddd; box-sizing: border-box; font-size: 16px; color: #444; transition: all .3s ease}
#login .wrap form .inp::placeholder {color: #999; transition: all .3s ease}
#login .wrap form .txt {margin-bottom: 10px}
#login .wrap form .pas {margin-bottom: 35px}
#login .wrap form .inp:focus {border-color: #206ffa; color: #206ffa}
#login .wrap form .inp:focus::placeholder {color: #206ffa}
#login .wrap form .chk {position: absolute; bottom: 0; left: 0}
#login .wrap form .chk input {}
#login .wrap form .chk label {font-size: 15px; line-height: 22px}
#login .wrap form button {width: 100%; height: 55px; line-height: 55px; border: 0; background: #206ffa; border-radius: 6px; font-size: 16px; color: #fff}
#login .wrap form .find {position: absolute; bottom: 0; right: 0; font-size: 15px; line-height: 22px}
#login .wrap form .sment {display: block; margin: 20px 0 10px; font-size: 15px; line-height: 24px; color: #666; letter-spacing: -0.5px; text-align: center}
#login .wrap .links {margin-top: 50px}
#login .wrap .links .box {position: relative; padding: 25px 30px; border: 1px solid #e5e5e5; border-radius: 6px}
#login .wrap .links .box:nth-child(odd) {margin-bottom: 15px}
#login .wrap .links .box a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10}
#login .wrap .links .box dl {background: url('../../images/adm_link_ico_def.png') no-repeat right center; transition: all .3s ease}
#login .wrap .links .box:hover dl {background: url('../../images/adm_link_ico_act.png') no-repeat right center; transition: all .3s ease}
#login .wrap .links .box dt {margin-bottom: 5px; font-weight: 500; font-size: 16px; line-height: 24px; color: #333; letter-spacing: -0.5px}
#login .wrap .links .box dd {font-size: 14px; line-height: 24px; color: #666; letter-spacing: -0.5px}
#login .wrap .links .box dd span {display: inline-block; vertical-align: top; margin-right: 20px; font-size: inherit; line-height: inherit; color: inherit; letter-spacing: inherit}


#login-footer {line-height: 50px; background: #f9fbfd; text-align: center}


/*  기존 로그인
#login{width: 500px;position: relative;margin: 100px auto 0 auto;background: #fff;padding-bottom: 50px;}
#login .head{margin-bottom: 40px;}
#login .head h1{text-align: center;margin-bottom: 10px;font-size: 34px;letter-spacing: -1px;color: #222222;font-weight: normal;}
#login .head h1 strong{color: #206ffa;}
#login .head h2{text-align: center;font-size: 20px;color: #555555;letter-spacing: -1px;font-weight: normal;}
#login fieldset legend{display: none;}
#login fieldset input[type=text],
#login fieldset input[type=password]{width: 100%;height: 50px;background: #f6f6f6;padding: 0 25px;font-size: 15px;color: #888888;border: 1px solid #f6f6f6;border-radius: 4px;margin-bottom: 10px;}
#login fieldset input[type=text]:focus,
#login fieldset input[type=password]:focus{border-color: #206ffa;color: #206ffa;background: #fff;}
#login fieldset .chk{margin-top: 5px;}
#login fieldset .chk label{font-size: 15px;color: #000;}
#login fieldset .chk input:checked + label{color: #206ffa;}
#login fieldset button[type=submit]{width: 100%;height: 50px;background: #206ffa;border-radius: 4px;font-size: 16px;color: #fff;border: none;text-align: center;margin-top: 20px;}
#login fieldset button[type=submit]:hover{background: #145bd6;}

#login .adminForgotForm{margin-top: 30px;text-align: center;}
#login .adminForgotForm a{text-decoration: none;font-size: 15px;color: #333333;}
#login .adminForgotForm a i{margin-left: 10px;display: inline-block;vertical-align: middle;margin-top: -3px;}
#login .adminForgotForm a:hover{color: #145bd6;}
#login .adminForgotForm fieldset{display: none;}
#login .adminForgotForm.open a i{transform: rotate(180deg);}
#login .adminForgotForm.open fieldset{display: block;margin-top: 10px;}
#login .adminForgotForm.open .sment{display: block;text-align: left;color: #666666;position: relative;padding-left: 8px;}
#login .adminForgotForm.open .sment:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 3px;height: 3px;border-radius: 3px;background: #ccc;}

#login .btm_links{margin-top: 30px;text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;}
#login .btm_links li a{position: relative;display: block;text-decoration: none;padding-left: 40px;}
#login .btm_links li a > *{display: inline-block;vertical-align: middle;}
#login .btm_links li a em{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 30px;height: 30px;height: 30px;text-align: center;line-height: 30px;background: #f7f7f7;border-radius: 50%;}
#login .btm_links li a em i{font-size: 15px;color: #206ffa;}
#login .btm_links li a p{color: #666666;font-size: 16px;}

#login-footer{position: fixed;bottom: 0;left: 0;width: 100%;background: #f7f7f7;padding: 20px 0;z-index: -1;}
#login-footer ul{text-align: center;}
#login-footer ul li{display: inline-block;vertical-align: top;margin-left: 20px;letter-spacing: -1px;color: #888888;}
#login-footer ul li:first-child{margin-left: 0;}
#login-footer .copyright{display: block;text-align: center;margin-top: 5px;color: #666666;letter-spacing: -1px;} */

/* layout */
#header{background: #206ffa;height: 60px;zoom: 1;}
#header:after{display: block;content: '';clear: both;}
#header > *{float: left;}
#header .logo{display: block;width: 260px;line-height: 60px;height: 60px;background: #1360e7;text-decoration: none;}
#header .logo h1{text-align: center;font-size: 15px;color: #fff;text-decoration: none;font-weight: normal;}
#header .inner{width: calc(100% - 320px);position: relative;margin: 0 30px;height: 50px;}
#header .users{position: absolute;top: 0;left: 0;line-height: 60px;}
#header .users .name{font-size: 13px;color: #fff;font-weight: normal;display: inline-block;text-decoration: none;}
#header .users .name i{font-size: 16px;display: inline-block;vertical-align: middle;margin-top: -4px;margin-right: 6px;}

#header .users .alarm{position: relative;display: inline-block;vertical-align: baseline;margin-left: 30px;z-index: 100;}
#header .users .alarm > button{position: relative;vertical-align: middle;border: none;background: none;font-size: 18px;color: #fff;}
#header .users .alarm.has-new > button:after{content: '';display: block;position: absolute;top: 0;right: -5px;width: 5px;height: 5px;border-radius: 50%;background: #fd3a71;}
#header .users .alarm.open .feedbox{display: block;}
#header .users .alarm .feedbox{position: absolute;top: 60px;left: -10px;width: 700px;box-shadow: 0 0 60px rgba(0,0,0,0.2);background: #fff;display: none;}
#header .users .alarm .feedbox h5{line-height: 60px;padding: 0 30px;color: #333;font-size: 17px;letter-spacing: -1px;border-bottom: 1px solid #eee;}
#header .users .alarm .feedbox h5 em{display: inline-block;vertical-align: middle;font-style: normal;margin-left: 10px;background: #206ffa;font-weight: bold;width: 24px;height: 24px;line-height: 24px;border-radius: 24px;text-align: center;color: #fff;margin-top: -2px;font-size: 11px;}
#header .users .alarm .feedbox .btns{position: absolute;top: 15px;right: 30px;}
#header .users .alarm .feedbox .btns button{height: 30px;border-radius: 3px;border: 1px solid #ccc;font-size: 14px;letter-spacing: -1px;background: none;color: #999;padding: 0 10px;}
#header .users .alarm .feedbox .box{background: #fff;height: calc(100% - 92px);padding: 20px 30px;box-sizing: border-box;overflow-y: auto;}
#header .users .alarm .feedbox ul li{position: relative;line-height: 30px;padding-right: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#header .users .alarm .feedbox ul li a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
#header .users .alarm .feedbox ul li strong{display: inline;vertical-align: baseline;margin-right: 5px;font-size: 15px;color: #000;letter-spacing: -1px;}
#header .users .alarm .feedbox ul li p{display: inline;vertical-align: baseline;font-size: 15px;color: #666;letter-spacing: -1px;}
#header .users .alarm .feedbox ul li span{position: absolute;top: 0;right: 0;font-size: 13px;color: #999;line-height: 25px;font-family: tahoma, arial, sans-serif;}
#header .users .alarm .feedbox ul li.new > *{color: #3373e1;}
#header .users .alarm .feedbox > em{font-style: normal;display: block;line-height: 50px;border-top: 1px solid #eee;text-align: center;letter-spacing: -1px;font-size: 13px;color: #666;}
#header .users .alarm .feedbox .paging{margin: 0;margin-top: 20px;line-height: 18px;}
#header .users .alarm > span {position: absolute;bottom: 28px;right: -11px;width: 18px;font-size: 10px;line-height: 14px;color: #1360e7;background: #fff;border: 2px solid #206ffa;border-radius: 50%;box-sizing: border-box;text-align: center;}

#header .utl_menu{position: absolute;top: 0;right: 0;line-height: 60px;}
#header .utl_menu li{display: inline-block;vertical-align: middle;margin-left: 4px;}
#header .utl_menu li a{display: block;min-width: 100px;padding: 0 10px;box-sizing: border-box;line-height: 26px;text-align: center;text-decoration: none;letter-spacing: -1px;font-size: 12px;color: #fff;border-radius: 3px;border: 1px solid rgba(255,255,255,0.7);}
#header .utl_menu li.sign a{background: #fff;border-color: #fff;color: #3373e1;}
#article .utl_menu_mo{display: none;}

#footer-mobile{display: none;}

#bodyWrap{display: flex;justify-content: space-between;flex-wrap: wrap;background: #f2f3f3;}
#bodyWrap > *{box-sizing: border-box;min-height: 700px;}

#winpopContent{padding: 20px;}
#winpopContent .article_wrap{margin: 0 !important;}
#winpopContent .article_wrap .table thead th{display: table-cell;}
#winpopContent .article_wrap{box-shadow: -1px 1px 1px rgba(0,0,0,0.04);border: 1px solid #c9ced0;border-top-color: #e8e8e8;border-right-color: #d6dbdd;border-bottom-color: #9e9e9e;}

#navigator{position: relative;width: 260px;padding: 20px;padding-bottom: 140px;background: #283444;}
#navigator a.go_home{display: block;background: #3e4957;line-height: 40px;border-radius: 2px;text-align: center;text-decoration: none;color: #fff;font-size: 13px;}
#navigator a.go_home:hover{background: #1360e7;}
#navigator a.go_home i{margin-right: 10px;}
#navigator .copyright{position: absolute;bottom: 50px;left: 30px;display: block;font-size: 12px;line-height: 20px;color: #cccccc;letter-spacing: -0.02em;}
.navigator_wrap_mobile{display: none;}

#gnb{margin: 30px -20px 0 -20px;position: relative;z-index: 2;background: #283444;}
#gnb > li{position: relative;transition: all 0.3s;}
#gnb > li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 0;height: 100%;background: #206ffa;}
#gnb > li > a{display: block;text-decoration: none;font-size: 14px;line-height: 35px;color: #fff;padding-left: 50px;position: relative;}
#gnb > li > a > i{position: absolute;top: 0;left: 25px;line-height: 30px;transition: all 0.4s;display: none;}
#gnb > li > a > i.axi-ion-chevron-down{font-size: 11px !important;opacity: 0.6;}
#gnb > li > a:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 35px;width: 3px;height: 3px;border-radius: 50%;background: rgba(255,255,255,0.7);}
#gnb > li > a > em{font-style: normal;display: inline-block;vertical-align: middle;margin-left: 5px;margin-top: -3px;width: 18px;height: 18px;line-height: 18px;text-align: center;border-radius: 50%;background: #206ffa;font-size: 10px;color: #fff;font-weight: bold;letter-spacing: -1px;}
#gnb > li > ul{padding-left: 50px;display: none;}
#gnb > li:hover{background: #1e2733;}
#gnb > li.on{background: #1e2733;margin: 10px 0;padding: 15px 0 17px 0;}
#gnb > li.on:before{width: 3px;transition: all 0.1s;transition-delay: 0.3s;}
#gnb > li.on > a > i{transform: rotate(180deg);opacity: 1;}
#gnb > li.on > ul{display: block;margin-top: 5px;}
#gnb > li.on > ul li a{font-size: 14px;line-height: 25px;text-decoration: none;color: #fff;}
#gnb > li.on > ul li.on a,
#gnb > li.on > ul li:hover a{color: #206ffa;}
#gnb > li.dsbd{padding: 0;margin: 0;}
#gnb > li.dsbd > a > i{transform: rotate(0);}
#gnb > li.on.dsbd{padding: 0;background: none;}
#gnb > li.on.dsbd:before{display: none;}

#article{width: calc(100% - 260px);min-height: calc(100vh - 60px);}
#content{padding: 30px;padding-top: 20px;}

.sub_title{position: relative;line-height: 60px;padding: 0 30px;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.05);}
.sub_title h2{font-size: 17px;color: #333333;}
.sub_title .locations{position: absolute;top: 0;right: 30px;}
.sub_title .locations li{position: relative;margin-left: 30px;display: inline-block;vertical-align: middle;font-size: 13px;color: #666;}
.sub_title .locations li a{color: #666;font-size: 13px;text-decoration: none;}
.sub_title .locations li:before{content: '\f0da';display: block;position: absolute;left: -15px;top: 50%;transform: translate(0, -50%);font-family: 'axicon';}
.sub_title .locations li:first-child:before{display: none;}

/* inputs */
input[type=radio] {display: none;}
input[type=radio] + label {display: inline-block;font-size: 14px;line-height: 20px;padding-left: 23px;position: relative;vertical-align: middle;}
input[type=radio] + label:before {border: 1px solid #ddd;content: '';display: block;font-size: 10px;font-weight: bold;height: 16px;left: 0;line-height: 16px;position: absolute;text-align: center;top: 50%;transform: translate(0, -50%);width: 16px;border-radius: 50%;}
input[type=radio]:checked + label:before {border-color: #206ffa;color: #206ffa;content: '\e874';font-family: axicon;}
input[type=checkbox] {display: none;}
input[type=checkbox] + label {display: inline-block;font-size: 14px;line-height: 20px;padding-left: 23px;position: relative;vertical-align: middle;}
input[type=checkbox] + label:before {border: 1px solid #ddd;content: '';display: block;font-size: 10px;font-weight: bold;height: 16px;left: 0;line-height: 16px;position: absolute;text-align: center;top: 50%;transform: translate(0, -50%);width: 16px;}
input[type=checkbox]:checked + label:before {border-color: #206ffa;color: #206ffa;content: '\f1ad';font-family: axicon;}

/* dashboard */
#dashboard{display: flex;justify-content: space-between;flex-wrap: wrap;}
#dashboard > *{box-sizing: border-box;}
#dashboard .lef{width: calc(100% - 350px);margin: -10px;zoom: 1;}
#dashboard .lef:after{display: block;content: '';clear: both;}
#dashboard .lef .box{background: #fff;padding: 30px;padding-top: 85px;position: relative;box-sizing: border-box;margin: 10px;float: left;box-shadow: 2px 2px 5px rgba(0,0,0,0.02);}
#dashboard .lef .box .tit{position: absolute;top: 0;left: 0;width: 100%;box-sizing: border-box;line-height: 55px;padding: 0 30px;border-bottom: 1px solid #eaeded;background: #fff;}
#dashboard .lef .box .tit h4{display: inline-block;vertical-align: middle;font-size: 16px;color: #000;letter-spacing: -1px;font-weight: normal;}
#dashboard .lef .box .tit .now_datetime{position: absolute;top: 0;right: 30px;font-family: empty;font-size: 0;}
#dashboard .lef .box .tit .now_datetime p{font-size: 13px;color: #999999;display: inline-block;vertical-align: middle;margin-right: 10px;}
#dashboard .lef .box .tit .now_datetime .refresh{display: inline-block;vertical-align: middle;border: none;background: none;width: 30px;height: 30px;text-align: center;line-height: 30px;border: 2px solid #e6e6e6;border-radius: 50%;text-align: center;font-size: 14px;color: #999;}
#dashboard .lef .box .tit .select_date{display: inline-block;vertical-align: middle;margin-left: 10px;padding-right: 30px;position: relative;line-height: 20px;overflow: hidden;width: 30px;}
#dashboard .lef .box .tit .select_date:after{content: '\f0d7';display: block;font-family: axicon;position: absolute;top: 50%;transform: translate(0, -50%);right: 3px;}
#dashboard .lef .box .tit .select_date select{height: 20px;width: calc(100% + 60px);height: 20px;border: none;background: none;font-size: 13px;color: #666666;letter-spacing: -1px;background: transparent;z-index: 2;}
#dashboard .lef .box .tit .more{text-decoration: none;position: absolute;top: 50%;transform: translate(0, -50%);right: 30px;color: #999;font-size: 12px;letter-spacing: -1px;}
#dashboard .lef .box .latest_list li{position: relative;padding-right: 120px;}
#dashboard .lef .box .latest_list li .sbj{position: relative;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 12px;font-size: 14px;line-height: 40px;color: #666666;letter-spacing: -1px;}
#dashboard .lef .box .latest_list li .sbj:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 4px;height: 4px;background: #bbb;border-radius: 50%;}
#dashboard .lef .box .latest_list li .ico_new{display: inline-block;vertical-align: middle;margin-left: 5px;margin-top: -2px;width: 18px;height: 18px;line-height: 18px;text-align: center;border-radius: 50%;background: #ed075e;font-size: 11px;color: #fff;font-weight: bold;font-style: normal;}
#dashboard .lef .box .latest_list li .ico_qna{position: absolute;top: 50%;right: 0;transform: translate(0, -50%);width: 65px;line-height: 24px;display: inline-block;vertical-align: middle;text-align: center;border-radius: 3px;background: #000;color: #fff;font-size: 12px;letter-spacing: -1px;}
#dashboard .lef .box .latest_list li .ico_qna.wait{background: #263f6d;}
#dashboard .lef .box .latest_list li .ico_qna.end{background: #ef075f;}
#dashboard .lef .box .latest_list li .date{position: absolute;top: 0;right: 0;line-height: 40px;font-size: 13px;color: #888888;}

#dashboard .lef .box.total_count_box{height: 110px;width: calc(100% - 20px);overflow: hidden;padding: 0;line-height: 110px;}
#dashboard .lef .box.total_count_box .count{text-align: center;overflow-x: auto;white-space: nowrap;}
#dashboard .lef .box.total_count_box .count li{display: inline-block;vertical-align: middle;color: #666;letter-spacing: -0.5px;font-size: 14px;line-height: 15px;width: 20%;box-sizing: border-box;position: relative;}
#dashboard .lef .box.total_count_box .count li:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);width: 1px;height: 100%;background: #eee;}
#dashboard .lef .box.total_count_box .count li:first-child:before{display: none;}
#dashboard .lef .box.total_count_box .count li strong{font-size: 34px;color: #1360e7;display: block;line-height: 32px;margin-top: 10px;}

#dashboard .lef .box.gateway_buttons{width: calc(100% - 20px);min-height: 100px;}
#dashboard .lef .box.gateway_buttons > ul{margin: -4px;margin-top: -7px;}
#dashboard .lef .box.gateway_buttons > ul li{position: relative;display: inline-block;vertical-align: top;margin: 4px;width: calc(16.66% - 8px);box-sizing: border-box;height: 42px;background: #f5f5f5;padding: 0 15px;}
#dashboard .lef .box.gateway_buttons > ul li a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;}
#dashboard .lef .box.gateway_buttons > ul li p{font-size: 14px;color: #444444;letter-spacing: -1px;position: absolute;top: 50%;transform: translate(0, -50%);}
#dashboard .lef .box.gateway_buttons > ul li:after{content: '\f055';font-family: axicon;display: block;color: #bbbbbb;font-size: 14px;position: absolute;top: 50%;transform: translate(0, -50%);right: 15px;}
#dashboard .lef .box.gateway_buttons > ul li:hover{background: #1360e7;}
#dashboard .lef .box.gateway_buttons > ul li:hover *,
#dashboard .lef .box.gateway_buttons > ul li:hover:after{color: #fff;}

#dashboard .lef .box.users_visit_count{width: calc(50% - 20px);height: 270px;overflow: hidden;}

#dashboard .lef .box.visit_result{width: calc(50% - 20px);height: 380px;overflow: hidden;padding-left: 20px;padding-right: 20px;}
#dashboard .lef .box.visit_result #chart{padding-top: 25px;}
#dashboard .lef .box.visit_result #chart2{}
#dashboard .lef .box.visit_result .tit .tab{display: inline-block;vertical-align: middle;margin-left: 25px;}
#dashboard .lef .box.visit_result .tit .tab li{display: inline-block;vertical-align: middle;}
#dashboard .lef .box.visit_result .tit .tab li a{text-decoration: none;width: 60px;text-align: center;line-height: 28px;background: #fff;letter-spacing: -1px;color: #777777;display: block;border-radius: 28px;}
#dashboard .lef .box.visit_result .tit .tab li:hover a{background: #f7f7f7;}
#dashboard .lef .box.visit_result .tit .tab li.on a{background: #206ffa;color: #fff;}
#dashboard .lef .box.visit_result .site_cat{margin-bottom: 20px;}
#dashboard .lef .box.visit_result .site_cat li{display: inline-block;vertical-align: middle;margin-right: 20px;}
#dashboard .lef .box.visit_result .site_cat li em{display: inline-block;vertical-align: middle;margin-right: 5px;width: 9px;height: 9px;border-radius: 9px;background: #ddd;}
#dashboard .lef .box.visit_result .site_cat li p{display: inline-block;vertical-align: middle;font-size: 14px;letter-spacing: -1px;color: #666666;}
#dashboard .lef .box.visit_result .site_cat li.nv em{background: #11b93c;}
#dashboard .lef .box.visit_result .site_cat li.fb em{background: #293da1;}
#dashboard .lef .box.visit_result .site_cat li.gl em{background: #f7b902;}
#dashboard .lef .box.visit_result .site_cat li.dm em{background: #206ffa;}
#dashboard .lef .box.visit_result .site_cat li.nt em{background: #d41609;}
#dashboard .lef .box.visit_result .site_cat li.zm em{background: #20b5fa;}
#dashboard .lef .box.visit_result .graph{height: 200px;}
#dashboard .lef .box.visit_result .graph.h200{height: 200px;}
#dashboard .lef .box.visit_result dl{display: flex;justify-content: space-between;flex-wrap: wrap;}
#dashboard .lef .box.visit_result dl > *{box-sizing: border-box;}
#dashboard .lef .box.visit_result dl dt{margin-right: 30px;padding-top: 0;width: 250px;}
#dashboard .lef .box.visit_result dl dt .graph{margin-top: -10px;}
#dashboard .lef .box.visit_result dl dd{width: calc(100% - 280px);}
#dashboard .lef .box.visit_result dl dd .hd{margin-bottom: 10px;}
#dashboard .lef .box.visit_result dl dd .hd p strong{font-size: 30px;color: #333333;letter-spacing: -0.5px;line-height: 30px;}
#dashboard .lef .box.visit_result dl dd .hd em{font-style: normal;display: block;font-size: 14px;color: #666;letter-spacing: -1px;margin-bottom: 5px;}
#dashboard .lef .box.visit_result dl dd ul li{border-top: 1px solid #eee;line-height: 42px;position: relative;}
#dashboard .lef .box.visit_result dl dd ul li:first-child{border-top: none;}
#dashboard .lef .box.visit_result dl dd ul li em{display: inline-block;vertical-align: middle;margin-right: 5px;width: 9px;height: 9px;border-radius: 9px;background: #ddd;}
#dashboard .lef .box.visit_result dl dd ul li p{display: inline-block;vertical-align: middle;}
#dashboard .lef .box.visit_result dl dd ul li strong{position: absolute;top: 0;right: 0;font-size: 16px;color: #000;}
#dashboard .lef .box.visit_result dl dd ul li.month em{background: #206ffa;}
#dashboard .lef .box.visit_result dl dd ul li.day em{background: #2e3b50;}
#dashboard .lef .box.visit_result dl dd ul li.day_avrg em{background: #a1a6b3;}
#dashboard .lef .box.visit_result dl dd ul li.search em{background: #aec6e8;}

#dashboard .lef .box.inquiry_status{width: calc(50% - 20px);height: 320px;overflow: hidden;}

#dashboard .lef .box.latest_boards{width: calc(50% - 20px);height: 320px;overflow: hidden;}
#dashboard .lef .box.latest_boards .tit{padding: 0 30px;}
#dashboard .lef .box.latest_boards .tit .slick-prev{position: absolute;top: 0;width: 30px;height: 55px;border: none;background: none;left: -30px;text-indent: -999em;}
#dashboard .lef .box.latest_boards .tit .slick-prev:after{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;line-height: 55px;content: '\f1b0';font-family: axicon;text-indent: 0;text-align: left;}
#dashboard .lef .box.latest_boards .tit .slick-next{position: absolute;top: 0;width: 30px;height: 55px;border: none;background: none;right: -30px;text-indent: -999em;}
#dashboard .lef .box.latest_boards .tit .slick-next:after{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;line-height: 55px;content: '\f1b1';font-family: axicon;text-indent: 0;text-align: right;}
#dashboard .lef .box.latest_boards .board_roll{text-align: center;}
#dashboard .lef .box.latest_boards .board_roll .item{margin-right: 30px;}
#dashboard .lef .box.latest_boards .board_roll .item a{font-size: 16px;color: #777777;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration: none;}
#dashboard .lef .box.latest_boards .board_roll .item.on a{color: #000;}
#dashboard .lef .box.latest_boards .board_roll .item.on a{color: #000;}
#dashboard .lef .box.latest_boards.full{width: calc(100% - 20px);}

#dashboard .rig{width: 350px;}
#dashboard .rig .my_infobox{background: #283444;height: 510px;box-sizing: border-box;}
#dashboard .rig .my_infobox .head{border-bottom: 1px solid rgba(255,255,255,0.1);padding: 38px 0;}
#dashboard .rig .my_infobox .head .logo{position: relative;display: block;margin: 0 auto;width: 60px;height: 60px;border-radius: 50%;background-position: center center;background-size: cover;}
#dashboard .rig .my_infobox .head .logo:after{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.1);border-radius: 50%;}
#dashboard .rig .my_infobox .head .name{display: block;text-align: center;margin-top: 15px;color: #fff;}
#dashboard .rig .my_infobox .head .name strong{font-size: 18px;font-weight: bold;}
#dashboard .rig .my_infobox .head .modify_button{display: block;margin: 0 auto;margin-top: 15px;width: 100px;line-height: 30px;border-radius: 30px;border: 1px solid rgba(255,255,255,0.3);text-align: center;font-size: 13px;color: #fff;text-decoration: none;}
#dashboard .rig .my_infobox .head .modify_button:hover{border-color: #1360e7;background: #1360e7;color: #fff;}
#dashboard .rig .my_infobox .info{padding: 25px 30px 15px 30px;}
#dashboard .rig .my_infobox .info li{position: relative;margin: 10px 0;padding-left: 90px;line-height: 17px;height: 17px;}
#dashboard .rig .my_infobox .info li strong{position: absolute;top: 0;left: 0;font-size: 13px;color: #bbbbbb;}
#dashboard .rig .my_infobox .info li p{font-size: 13px;color: #fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#dashboard .rig .my_infobox .more{display: block;text-decoration: none;width: 160px;line-height: 36px;text-align: center;border-radius: 36px;background: #404a57;font-size: 13px;color: #fff;margin: 0 auto;margin-top: 10px;}
#dashboard .rig .my_infobox .more:hover{background: #1360e7;}

#dashboard .rig .webper_box{background: #fff;height: 150px;margin-top: 20px;box-shadow: 0 0 50px rgba(0,0,0,0.03);box-sizing: border-box;overflow: hidden;box-shadow: -1px 1px 4px rgba(0,0,0,0.05);border: 1px solid #cacfd0;border-top-color: #eaeded;border-right-color: #d6dbdd;border-bottom-color: #b1b8ba;}
#dashboard .rig .webper_box iframe{width: 100%;height: 150px;}
#dashboard .rig .webper_box.box1{border: none;}

#dashboard .rig .go_guide_link{position: relative;box-shadow: 2px 2px 5px rgba(0,0,0,0.02);background: #fff;padding: 23px 30px;margin-top: 20px;}
#dashboard .rig .go_guide_link .slt{box-sizing: border-box;height: 50px;margin-top: 8px;}
#dashboard .rig .go_guide_link .slt:first-child{margin-top: 0;}
#dashboard .rig .go_guide_link .slt > li{position: relative;background: #fafafa;border: 1px solid #ddd;}
#dashboard .rig .go_guide_link .slt > li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 1px;height: 100%;background: rgba(255,255,255,0.1);}
#dashboard .rig .go_guide_link .slt > li > a{position: relative;display: block;text-decoration: none;padding: 0 20px;font-size: 15px;color: #666666;line-height: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#dashboard .rig .go_guide_link .slt > li > a:after{content: '\f0d7';display: block;font-family: axicon;color: #999;opacity: 0.7;position: absolute;top: 0;right: 30px;line-height: 50px;transition: all 0.3s;}
#dashboard .rig .go_guide_link .slt > li > ul{position: absolute;top: 50px;left: -1px;width: calc(100% + 2px);min-width: 250px;background: #fff;box-shadow: 0 0 50px rgba(0,0,0,0.15);padding: 20px 30px;box-sizing: border-box;display: none;border-radius: 0 0 3px 3px;max-height: 300px;overflow-y: auto;}
#dashboard .rig .go_guide_link .slt > li > ul li a{display: block;text-decoration: none;font-size: 14px;line-height: 26px;color: #666666;}
#dashboard .rig .go_guide_link .slt > li > ul li:hover a{color: #206ffa;}
#dashboard .rig .go_guide_link .slt > li.open{background: #206ffa;z-index: 2;border-color: #206ffa;}
#dashboard .rig .go_guide_link .slt > li.open > a{color: #fff;}
#dashboard .rig .go_guide_link .slt > li.open > a:after{transform: rotate(180deg);color: #fff;}
#dashboard .rig .go_guide_link .slt > li.open > ul{display: block;}
#dashboard .rig .go_guide_link .slt:first-child > li:before{display: none;}
#dashboard .rig .go_guide_link .slt:last-child > li > ul{left: auto;right: 0;}

/* sms 뱔송 화면 */
#sendbox{display: flex;flex-wrap: wrap;}
#sendbox .lef,
#sendbox .rig{border: 1px solid #ddd;margin-right: -1px;box-sizing: border-box;padding: 30px;margin-bottom: 20px;}
#sendbox .lef{width: 35%;background: #fff;}
#sendbox .lef hr{border: none;background: #ddd;margin: 20px 0;height: 1px;}
#sendbox .lef .now_total{display: block;margin-bottom: 10px;letter-spacing: -1px;color: #666;}
#sendbox .lef .now_total strong{color: #525be9;font-size: 20px;margin-left: 5px;letter-spacing: -1px;display: inline-block;vertical-align: middle;}
#sendbox .lef .count{margin-bottom: 10px;text-align: right;}
#sendbox .lef .count > *{display: inline-block;vertical-align: middle;margin-left: 10px;letter-spacing: -1px;color: #666;}
#sendbox .lef .count strong{color: #525be9;}
#sendbox .lef .count span{color: #000;font-weight: bold;}
#sendbox .lef textarea{background: #f7f7f7;height: 205px;border: none;padding: 20px;box-shadow: inset 2px 2px 0 rgba(0,0,0,0.03);border: 1px solid #ddd;}
#sendbox .lef .warning_txt_byte {margin-top: 7px;color: #e10707;letter-spacing: -1px;display: none;font-size: 13px;}
#sendbox .lef .send_phone{margin-top: 10px;font-family: empty;font-size: 0;}
#sendbox .lef .send_phone p{letter-spacing: -1px;color: #525be9;font-family: noto;}
#sendbox .lef .send_phone .subject{display: block;margin-bottom: 3px;}
#sendbox .lef .send_phone .selectbox{width: calc(100% - 103px);}
#sendbox .lef .date{margin-top: 10px;font-family: empty;font-size: 0;white-space: nowrap;}
#sendbox .lef .date .selectbox{width: calc(50% - 67px);min-width: 0px;margin-left: 2px;}
#sendbox .lef .date .inp{width: 130px;}
#sendbox .lef .sendBtns{display: flex;justify-content: space-between;flex-wrap: wrap;}
#sendbox .lef .sendBtns > *{width: calc(50% - 2px);}
#sendbox .lef .sendBtns > *[disabled]{opacity: 0.5;}
#sendbox .lef .attachfile{position: relative;display: inline-block;}
#sendbox .lef .attachfile .attachInput{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;opacity: 0;cursor: pointer;}
#sendbox .lef .attachfile,
#sendbox .lef .attachfile > button{width: 100%;}
#sendbox .lef .attachedbox{margin-top: 5px;}
#sendbox .lef .attachedbox > .MultiFile-label{padding: 10px;display: block;background: rgba(0,0,0,0.03);border: 1px solid rgba(0,0,0,0.05);margin-bottom: -1px;line-height: 13px;width: 100%;box-sizing: border-box;position: relative;padding-left: 40px;}
#sendbox .lef .attachedbox > .MultiFile-label a.remove{font-size: 13px;line-height: 13px;letter-spacing: -1px;color: #000;color: #525be9;position: absolute;top: 10px;left: 10px;}
#sendbox .lef .attachedbox > .MultiFile-label > span{width: 150px !important;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sendbox .lef .attachedbox > .MultiFile-label > span > span.MultiFile-title{font-size: 13px;line-height: 13px;letter-spacing: -1px;color: #000;}

#sendbox .cen{width: 35%;background: #fff;}
#sendbox .cen .sub-tab li a{height: 45px;line-height: 45px;}
#sendbox .cen .sub-tab li.on a{height: 46px;line-height: 45px;}
#sendbox .cen fieldset{max-height: 570px;overflow-y: auto;}
#sendbox .cen .wrap{font-family: empty;font-size: 0;margin-bottom: 3px;white-space: nowrap;}
#sendbox .cen .wrap input[type=text]{width: calc(100% - 38px);background: #fafafa;border-color: rgba(0,0,0,0.1);}
#sendbox .cen .wrap.len2 input[type=text]{width: calc(50% - 20px);margin-left: 2px;}
#sendbox .cen .wrap.len2 input[type=text]:first-child{margin-left: 0;}
#sendbox .cen .wrap .remove_btn{min-width: 0;width: 35px;height: 35px;padding: 0;font-size: 12px;color: #333 !important;margin-left: 3px;}
#sendbox .cen .add_btn{height: 40px;line-height: 40px;width: 100%;margin-top: 0;}
#sendbox .cen .add_btn i{margin-left: 10px;display: inline-block;vertical-align: middle;margin-top: -2px;}
#sendbox .cen .bookHd{font-family: empty;font-size: 0;white-space: nowrap;}
#sendbox .cen .bookHd > *{font-family: noto;}
#sendbox .cen .bookHd .selectbox{width: calc(100% - 102px);}
#sendbox .cen .bookHd button{width: 100px;height: 35px;margin-left: 2px;}
#sendbox .cen .bookFt .btns{padding-top: 15px;margin-top: 15px;border-top: 1px solid #ddd;display: flex;justify-content: space-between;flex-wrap: wrap;}
#sendbox .cen .bookFt .btns.len3 > *{width: calc(33.33% - 1.5px);}
#sendbox .cen .bookFt .btns.len4 > *{width: calc(25% - 2px);}
#sendbox .cen .sub-tab{margin-bottom: 40px;border-bottom: 1px solid #000;display: flex;justify-content: space-between;flex-wrap: wrap;}
#sendbox .cen .sub-tab li{position: relative;display: inline-block;vertical-align: top;margin-right: -1px;border: 1px solid #ddd;border-bottom: none;flex: 1;flex-basis: 0;box-sizing: border-box;}
#sendbox .cen .sub-tab li:last-child{margin-right: 0;}
#sendbox .cen .sub-tab li a{display: block;text-align: center;line-height: 60px;text-decoration: none;letter-spacing: -1px;color: #666;background: #fff;font-size: 16px;font-weight: normal;}
#sendbox .cen .sub-tab li.on{z-index: 2;border-color: #000;}
#sendbox .cen .sub-tab li.on a{line-height: 61px;margin-bottom: -1px;color: #000;background: #fff;font-weight: 500;}
#sendbox .cen .sub-tab li a{height: 45px;line-height: 45px;}
#sendbox .cen .sub-tab li.on a{height: 46px;line-height: 45px;}
#sendbox .cen input.not{color: #ff0000;}
#sendbox .cen .table_hd_links{margin-bottom: 20px;}
#sendbox .cen .table_hd_links li{display: inline-block;vertical-align: top;position: relative;padding: 0 20px;}
#sendbox .cen .table_hd_links li:before{content: '';display: block;position: absolute;top: 50%;left: 0;width: 1px;height: 12px;transform: translate(0, -50%);background: #ddd;}
#sendbox .cen .table_hd_links li:first-child{padding-left: 0;}
#sendbox .cen .table_hd_links li:first-child:before{display: none;}
#sendbox .cen .table_hd_links li a{font-size: 15px;color: #525be9;font-weight: 500;letter-spacing: -1px;}
#sendbox .cen .table_hd_links li a i{margin-left: 5px;display: inline-block;vertical-align: middle;margin-top: -2px;}

#sendbox .rig{width: calc(30% - 20px);background: #fff;border: 1px solid #ddd;padding: 25px 20px;margin-left: 20px;}
#sendbox .rig h4{color: #525be9;font-weight: 500;font-size: 13px;letter-spacing: -1px;margin-bottom: 10px;}
#sendbox .rig .templates{margin: -7px 0;}
#sendbox .rig .templates li{position: relative;background: #fff;box-shadow: 2px 2px 5px rgba(0,0,0,0.05);margin: 7px 0;padding: 25px;border-radius: 3px;border: 1px solid rgba(0,0,0,0.2);}
#sendbox .rig .templates li > a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
#sendbox .rig .templates li strong{display: block;min-height: 44px;font-size: 14px;line-height: 20px;letter-spacing: -0.5px;font-weight: normal;padding-right: 10px;}
#sendbox .rig .templates li em{font-style: normal;display: block;margin-top: 15px;font-size: 13px;color: #999;}
#sendbox .rig .templates li .remove_btn{position: absolute;right: 10px;top: 10px;z-index: 3;min-width: 0;width: 22px;height: 22px;line-height: 22px;padding: 0;font-size: 12px;color: #333 !important;margin-left: 3px;}
#sendbox .rig .templates li.no_data{font-size: 14px;color: #999;letter-spacing: -1px;line-height: 20px;word-break:keep-all !important; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;}
#sendbox .rig .paging > li a{background: none !important;border: none !important;width: auto !important;font-size: 14px;font-weight: bold;margin: 0 5px;}

#sendbox .inp {background: #ffffff;border: 1px solid #cccccc;box-sizing: border-box;color: #000000;height: 35px;line-height: 33px;padding: 0 10px;vertical-align: top;font-size: 14px;letter-spacing: -0.5px;}
#sendbox .inp:focus {border-color: #000;}
#sendbox .inp.w100p{width: 100%;}
#sendbox select.inp {padding-right: 0;}
#sendbox textarea {background: #ffffff;border: 1px solid #cccccc;box-sizing: border-box;color: #000000;min-height: 50px;padding: 10px;width: 100%;resize: none;font-size: 14px;letter-spacing: -0.5px;}
#sendbox textarea:focus {border-color: #000;}
#sendbox input[readonly], select[readonly], textarea[readonly] {background: #f7f7f7;}
#sendbox .inp[required],
#sendbox .inp.required,
#sendbox textarea[required],
#sendbox textarea.required {background-image: url('../images/input-required-bull.png');background-position: calc(100% - 5px) 5px;background-repeat: no-repeat;}
#sendbox .selectbox{position: relative;display: inline-block;vertical-align: top;background: #ffffff;border: 1px solid #cccccc;box-sizing: border-box;color: #000000;height: 35px;overflow: hidden;min-width: 150px;}
#sendbox .selectbox:after{content: '\e92e';display: block;position: absolute;top: 50%;transform: translate(0, -50%);right: 12px;z-index: 2;font-family: 'axicon';font-weight: bold;color: #999;font-size: 16px;}
#sendbox .selectbox select{border: none;background: transparent;height: 33px;margin-right: -30px;width: calc(100% + 30px);padding-left: 5px;position: relative;z-index: 3;cursor: pointer;font-size: 14px;outline: none;letter-spacing: -0.5px;padding-right: 50px;}

#sendbox #bookpopup{position: fixed;top: 50%;left: 50%;width: 600px;min-height: 200px;transform: translate(-50%, -50%);padding-top: 61px;z-index: 301;background: #fff;overflow: hidden;box-sizing: border-box;display: none;transition: all 0.1s;box-shadow: 0 0 100px rgba(0,0,0,0.2);}
#sendbox #bookpopup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 60px;padding: 0 30px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#sendbox #bookpopup .pop-tit h3{font-size: 16px;color: #000;line-height: 60px;letter-spacing: -1px;}
#sendbox #bookpopup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 58px;height: 58px;line-height: 58px;text-align: center;font-size: 16px;color: #666;border-left: 1px solid #ddd;text-decoration: none;}
#sendbox #bookpopup .pop-wrap{height: 100%;overflow-y: auto;padding: 30px 30px;box-sizing: border-box;max-height: calc(100vh - 200px);}
#sendbox #bookpopup.on{opacity: 1;}
#sendbox #bookpopup table.pop_table{width: 100%;}
#sendbox #bookpopup table.pop_table tr > *{border-top: 1px solid #eee;padding: 15px 15px;}
#sendbox #bookpopup table.pop_table tr:first-child > *{border-top: none;}
#sendbox #bookpopup table.pop_table thead th{border-bottom: 1px solid #ccc;font-size: 13px;letter-spacing: -1px;color: #000;font-weight: normal;}
#sendbox #bookpopup table.pop_table tbody th{text-align: left;font-weight: 500;letter-spacing: -1px;color: #000;padding-left: 0;}
#sendbox #bookpopup table.pop_table tbody td{letter-spacing: -0.5px;}
#sendbox #bookpopup table.pop_table .inp_wrap{font-family: empty;font-size: 0;}
#sendbox #bookpopup table.pop_table .inp_wrap *{font-family: noto;}
#sendbox #bookpopup table.pop_table .inp_wrap input[type=text]{width: calc(100% - 82px);}
#sendbox #bookpopup table.pop_table .inp_wrap button{width: 80px;margin-left: 2px;}
#sendbox #bookpopup table.pop_table.bdt tr:first-child > *{border-top: 1px solid #eee;padding-top: 15px;}
#sendbox #bookpopup table.pop_table.bdt tr:last-child > *{padding-bottom: 15px;}
#sendbox #bookpopup.on{display: block;}

#sendbox #bookpopup1{position: fixed;top: 50%;left: 50%;width: 600px;min-height: 200px;transform: translate(-50%, -50%);padding-top: 61px;z-index: 301;background: #fff;overflow: hidden;box-sizing: border-box;display: none;transition: all 0.1s;box-shadow: 0 0 100px rgba(0,0,0,0.2);}
#sendbox #bookpopup1 .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 60px;padding: 0 30px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#sendbox #bookpopup1 .pop-tit h3{font-size: 16px;color: #000;line-height: 60px;letter-spacing: -1px;}
#sendbox #bookpopup1 .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 58px;height: 58px;line-height: 58px;text-align: center;font-size: 16px;color: #666;border-left: 1px solid #ddd;text-decoration: none;}
#sendbox #bookpopup1 .pop-wrap{height: 100%;overflow-y: auto;padding: 30px 30px;box-sizing: border-box;max-height: calc(100vh - 200px);}
#sendbox #bookpopup1.on{opacity: 1;}
#sendbox #bookpopup1 table.pop_table{width: 100%;}
#sendbox #bookpopup1 table.pop_table tr > *{border-top: 1px solid #ddd;padding: 15px 15px;}
#sendbox #bookpopup1 table.pop_table tr:first-child > *{border-top: none;padding-top: 0;}
#sendbox #bookpopup1 table.pop_table tr:last-child > *{padding-bottom: 0;}
#sendbox #bookpopup1 table.pop_table tbody th{text-align: left;font-weight: 500;letter-spacing: -1px;color: #000;padding-left: 0;}
#sendbox #bookpopup1 table.pop_table tbody td{letter-spacing: -0.5px;}
#sendbox #bookpopup1 table.pop_table .inp_wrap{font-family: empty;font-size: 0;}
#sendbox #bookpopup1 table.pop_table .inp_wrap *{font-family: noto;}
#sendbox #bookpopup1 table.pop_table .inp_wrap input[type=text]{width: calc(100% - 82px);}
#sendbox #bookpopup1 table.pop_table .inp_wrap button{width: 80px;margin-left: 2px;}
#sendbox #bookpopup1 table.pop_table.bdt tr:first-child > *{border-top: 1px solid #ddd;padding-top: 15px;}
#sendbox #bookpopup1 table.pop_table.bdt tr:last-child > *{padding-bottom: 15px;}
#sendbox #bookpopup1.on{display: block;}
#sendbox #bookpopupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;display: none;}
#sendbox #bookpopupBG.on{display: block;}

#sendbox.kakaoSendbox .lef{width: 400px;}
#sendbox.kakaoSendbox .rig{width: calc(100% - 420px);margin-left: 20px;}
#sendbox.kakaoSendbox .rig .btn-wrap{margin: 0 0 15px 0 !important;}
#sendbox.kakaoSendbox .rig .btn-wrap p{margin-top: 10px;font-size: 14px;letter-spacing: -1px;color: #666;}
#sendbox.kakaoSendbox .rig .table-wrap{overflow-x: auto;max-height: 800px;}
#sendbox.kakaoSendbox .rig .table-wrap > table td{min-width: 120px;}
#sendbox.kakaoSendbox .rig #sendNumberDivAlert{text-align: center;margin-top: 50px;font-size: 16px;}

#sendbox.kakaoSendbox .tplOptionsDiv{background: #fff;margin-top: 20px;}
#sendbox.kakaoSendbox .tplOptionsDiv h6{font-size: 16px;color: #333;letter-spacing: -1px;margin-bottom: 15px;}
#sendbox.kakaoSendbox .tplOptionsDiv table{width: 100%;table-layout: fixed;}
#sendbox.kakaoSendbox .tplOptionsDiv table tr > *{padding: 15px 3px;font-size: 14px;letter-spacing: -1px;border: 1px solid #ddd;border-width: 1px 0;}
#sendbox.kakaoSendbox .tplOptionsDiv table tbody th{background: #f7f7f7;}
#sendbox.kakaoSendbox .tplOptionsDiv table tbody td{text-align: center;}

/* subpage */
#page_notice{padding-left: 25px;margin-bottom: 10px;color: #666666;position: relative;box-sizing: border-box;}
#page_notice:before{content: '\f06a';display: block;position: absolute;top: 50%;left: 0;transform: translate(0, -50%);font-family: axicon;color: #333333;font-size: 18px;}

#search{position: relative;z-index: 2;box-shadow: -1px 1px 1px rgba(0,0,0,0.04);border: 1px solid #c9ced0;border-top-color: #e8e8e8;border-right-color: #d6dbdd;border-bottom-color: #9e9e9e;padding: 20px;background: #fafafa;margin-bottom: 20px;}
#search h4{font-size: 15px;color: #000;margin-bottom: 8px;display: none;}
#search legend{display: none;}
#search fieldset{margin: 0 -3px;margin-right: 30px;display: inline-block;vertical-align: top;font-family: empty;font-size: 0;}
#search fieldset > *{margin: 0 2px;}
#search hr{border-style: none;background: none;display: inline-block;vertical-align: middle;width: 10px;margin: 0;}
#search input[type=text]{border: none;width: 160px;height: 35px;background: #fff;border: 1px solid #ddd;padding-left: 10px;border-radius: 2px;}
#search input[datepicker]{background: #fff url('/superboard/adm/images/input-date-ico.jpg') no-repeat right center;}
#search input[type=text].keyword{width: 180px;}
#search input[type=text].keyword.w300{width: 300px;}
#search button[type=button]{border: 1px solid #999999;background: #fff;padding: 0 15px;font-size: 13px;letter-spacing: -1px;color: #666666;height: 35px;min-width: 50px;border-radius: 2px;}
#search button[type=button]:hover{background: #206ffa;border-color: #206ffa;color: #fff;}
#search button[type=submit]{border: 1px solid #206ffa;background: #206ffa;padding: 0 15px;font-size: 13px;letter-spacing: -1px;color: #fff;height: 35px;min-width: 50px;border-radius: 2px;}
#search button[type=submit] i{display: inline-block;vertical-align: middle;margin-top: -2px;margin-right: 3px;font-size: 16px;}
#search select{border: none;min-width: 80px;height: 35px;background: #fff;border: 1px solid #ddd;padding: 0 10px 0 5px;border-radius: 2px;}

.article_wrap{background: #fff;box-shadow: -1px 1px 1px rgba(0,0,0,0.04);border: 1px solid #c9ced0;border-top-color: #e8e8e8;border-right-color: #d6dbdd;border-bottom-color: #9e9e9e;padding: 20px 40px;}
.article_wrap.webper_iframe_wrap{padding: 40px;}
.table_list_wrap{margin: -20px -40px;padding-bottom: 40px;}
.table_write_wrap{margin: -20px -40px;padding-bottom: 40px;}
.table{width: 100%;}
.table tr > *{padding: 8px 10px;}
.table thead th{position: relative;color: #000;letter-spacing: -1px;font-weight: normal;border-bottom: 1px solid #eaeded;background: #fafafa;height: 50px;padding: 0;font-weight: bold;font-size: 13px;}
.table thead th.tal{padding-left: 20px;}
.table thead th:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 1px;height: 12px;background: #ccc;}
.table thead th:first-child:before{display: none;}
.table tbody td{border: 1px solid #eee;border-width: 1px 0 0 0;padding: 8px 5px;word-break: break-all !important;}
.table tbody tr:last-child > *{border-bottom: 1px solid #eee;}
.table tbody td a{font-weight: bold;color: #1360e7;text-decoration: underline;}
.table tbody td span.cmnt{font-weight: bold;color: #999;margin-left: 5px;font-size: 12px;}
.table tbody td strong{font-weight: normal;color: #000;}
.table tbody td.no{font-size: 13px;color: #666;}
.table tbody td.tal{padding-left: 20px;}
.table input[type=text],
.table input[type=password],
.table input[type=number]{border: 1px solid #ddd;background: #fafafa;margin: 2px 0;padding: 0 10px;height: 30px;color: #333;vertical-align: middle;}
.table input[type=text]:focus,
.table input[type=password]:focus,
.table input[type=number]:focus{border-color: #206ffa;background: #f0f3f8;color: #000;}
.table select{border: 1px solid #ddd;background: #fafafa;margin: 2px 0;padding: 0 10px;height: 30px;color: #333;min-width: 120px;vertical-align: middle;}
.table textarea{border: 1px solid #ddd;background: #fafafa;margin: 2px 0;padding: 15px;width: 100%;height: 150px;color: #333;min-width: 120px;}
.table input[type=file]{margin: 2px 0;}
.table a.sortClass{width: 26px !important;height: 26px !important;line-height: 26px;font-size: 12px;min-width: 0;padding: 0;}
.table .w33p{width: 200px;}
.table .w50p{width: 400px;}
.table .w100p{width: 100%;}
.table.write thead th{text-align: left;padding: 2px 20px;font-size: 14px;border-top: 1px solid #ddd;}
.table.write:first-child thead th{border-top: none;}
.table.write tbody th{text-align: left;font-weight: normal;color: #000;width: 150px;}
.table.write tbody tr > *{padding: 10px 20px;border-top: 1px solid #eee;}
.table.write tbody td strong{color: #000;font-weight: bold;}
.table.write tbody td input,
.table.write tbody td a{vertical-align: middle !important;}
.table.write tbody hr{border: none;background: none;display: inline-block;vertical-align: middle;width: 10px;height: 1px;}
.table.list tr.depth1 > *{border-top: 1px solid #adadad;}
.table.list tr.depth1 - *{display: none;}
.table.list tr.depth2{background: #f7f7f7;}
.table.list tr.depth2 td.upAndDown{padding-left: 30px;}
.table.list tr.depth3{background: #ededed;}
.table.list tr.depth3 td.upAndDown{padding-left: 60px;}
.table.list tr.depth4{background: #e1e1e1;}
.table.list tr.depth4 td.upAndDown{padding-left: 90px;}
.table.list .upAndDown a.disabled{background-color: #f3f3f3;color: #ccc !important; cursor: default;opacity: 0.3;}
.inner_table{width: 100%;table-layout: fixed;width: 100%;}
.inner_table tr > *{padding: 8px 15px !important;}
.inner_table tbody tr:first-child > *{border-top: 1px solid #ddd !important;}
.inner_table tbody tr:last-child > *{border-bottom: 1px solid #ddd !important;}
.inner_table tr th{background: #fafafa;color: #333 !important;font-size: 13px;}
.inner_table tbody tr th{width: 100px !important;}
.tbltxt{position: relative;display: block;margin: 2px 0;padding-left: 8px;font-size: 13px;color: #999;}
.tbltxt:before{content: '';display: block;position: absolute;top: 7px;left: 0;width: 4px;height: 2px;background: #ccc;}
.tbltxt strong{color: #000;font-weight: normal !important;font-size: 13px;}

.table_admin_wrap{padding: 20px 0 0 20px;font-size: 13px;}
.table_admin_wrap p{display: inline-block;vertical-align: middle;margin-right: 10px;font-size: 13px;color: #666;}

.write_tab li{display: inline-block;vertical-align: middle;padding: 0 20px;position: relative;}
.write_tab li a{font-size: 14px;color: #333;letter-spacing: -1px;text-decoration: none;}
.write_tab li.on a{color: #1360e7;}
.write_tab li:before{content: '';display: block;position: absolute;top: 50%;left: 0;width: 1px;height: 12px;transform: translate(0, -50%);background: #ddd;}
.write_tab li:first-child{padding-left: 0;}
.write_tab li:first-child:before{display: none;}

.btn_wrap{text-align: center;margin-top: 20px;}
.btn_wrap > *{margin: 0 3px;}
.btn_wrap > * i{margin-left: 5px;}
.btn1{display: inline-block;vertical-align: middle;height: 45px;line-height: 45px;padding: 0 20px;background: #206ffa;color: #fff !important;text-align: center;font-size: 15px;letter-spacing: -1px;border: none;text-decoration: none !important;box-sizing: border-box;min-width: 160px;}
.btn1.small{height: 30px;line-height: 30px;min-width: 50px;font-size: 13px;padding: 0 10px;}
.btn1.inp_btn{height: 30px;line-height: 30px;min-width: 0;font-size: 13px;padding: 0 10px;}
.btn2{display: inline-block;vertical-align: middle;height: 45px;line-height: 45px;padding: 0 20px;background: #a1a6b3;color: #fff !important;text-align: center;font-size: 15px;letter-spacing: -1px;border: none;text-decoration: none !important;box-sizing: border-box;min-width: 160px;}
.btn2.small{height: 30px;line-height: 30px;min-width: 50px;font-size: 13px;padding: 0 10px;}
.btn2.inp_btn{height: 30px;line-height: 30px;min-width: 0;font-size: 13px;padding: 0 10px;}
.btn3{display: inline-block;vertical-align: middle;height: 45px;line-height: 43px;padding: 0 20px;background: #fff;border: 1px solid #999999;color: #666 !important;text-align: center;font-size: 15px;letter-spacing: -1px;text-decoration: none !important;box-sizing: border-box;min-width: 160px;}
.btn3.small{height: 30px;line-height: 28px;min-width: 50px;font-size: 13px;padding: 0 10px;}
.btn3.inp_btn{height: 30px;line-height: 30px;min-width: 0;font-size: 13px;padding: 0 10px;}
.btn4{display: inline-block;vertical-align: middle;height: 45px;line-height: 45px;padding: 0 20px;background: #1e2733;color: #fff !important;text-align: center;font-size: 15px;letter-spacing: -1px;border: none;text-decoration: none !important;box-sizing: border-box;min-width: 160px;}
.btn4.small{height: 30px;line-height: 30px;min-width: 50px;font-size: 13px;padding: 0 10px;}
.btn4.inp_btn{height: 30px;line-height: 30px;min-width: 0;font-size: 13px;padding: 0 10px;}
.exel_download{background: #1e2733;border-color: #1e2733;font-size: 13px;line-height: 30px;height: 30px;padding: 0 30px;min-width: 0;border-radius: 2px;}
.exel_download i{display: inline-block;vertical-align: middle;margin-top: -3px;margin-right: 5px;font-size: 16px;}
.exel_download:hover{background: #0f8b50;}
.exel_download:active{background: #0f793f;}
.refresh{background: #f26060;border-color: #f26060;font-size: 13px;line-height: 30px;height: 30px;padding: 0 30px;min-width: 0;border-radius: 2px;}
.refresh i{display: inline-block;vertical-align: middle;margin-top: -3px;margin-right: 5px;font-size: 16px;}
.refresh:hover{background: #ff657d;}
.refresh:active{background: #ff657d;}

.article-wait {background: #f1faff;border: 1px solid #0073bb;border-radius: 2px;color: #333333;display: block;font-size: 16px;font-weight: bold;letter-spacing: -1px;margin-bottom: 10px;padding: 15px 0;text-align: center;}
.article-wait i {color: #0073bb;display: block;font-size: 30px;margin: 0 auto;margin-bottom: 10px;}
.article-wait em {color: #666666;display: block;font-size: 13px;font-style: normal;letter-spacing: -1px;margin-top: 5px;text-align: center;}
.article-wait em strong,
.article-wait em a {color: #000 !important;font-weight: bold;text-decoration: none;vertical-align: top;}

.article-wait.red {background: #fff1f2;border-color: #e10f2e;}
.article-wait.red i {color: #e10f2e;}


.static_list{margin: -10px;margin-bottom: 10px;}
.static_list li{margin: 10px;display: inline-block;vertical-align: top;position: relative;width: calc(25% - 20px);min-height: 150px;background: #fff;padding: 30px 35px;box-sizing: border-box;box-shadow: 3px 3px 10px rgba(0,0,0,0.02);}
.static_list li .tit{border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 20px;}
.static_list li .tit h5{font-size: 15px;color: #555555;letter-spacing: -1px;font-weight: normal;}
.static_list li .tit h5 img{display: inline-block;vertical-align: middle;margin-top: -2px;margin-right: 5px;}
.static_list li .cont{position: relative;}
.static_list li .cont .count{font-size: 15px;color: #555555;}
.static_list li .cont .count strong{font-size: 32px;line-height: 32px;color: #333333;letter-spacing: -1px;margin-right: 2px;}
.static_list li .cont .up_and_down{position: absolute;bottom: 0;right: 0;color: #555555;}
.static_list li .cont .up_and_down strong{margin-left: 10px;font-weight: normal;}
.static_list li .cont .up_and_down strong i{margin-right: 2px;}
.static_list li .cont .up_and_down strong.up{color: #e11361;}
.static_list li .cont .up_and_down strong.down{color: #206ffa;}
.static_list li .detail_btns{position: relative;margin-top: 10px;line-height: 30px;}
.static_list li .detail_btns p{font-size: 13px;color: #999;}
.static_list li .detail_btns .btns{position: absolute;top: 0;right: 0;}
.static_list li .detail_btns2{position: absolute;top: 20px;right: 40px;}

.static_graph{margin: -10px;zoom: 1;}
.static_graph:after{display: block;content: '';clear: both;}
.static_graph .box{background: #fff;padding: 30px;padding-top: 85px;position: relative;box-sizing: border-box;margin: 10px;float: left;box-shadow: 2px 2px 5px rgba(0,0,0,0.02);}
.static_graph .box.width-full{width: calc(100% - 20px) !important;}
.static_graph .box .tit{position: absolute;top: 0;left: 0;width: 100%;box-sizing: border-box;line-height: 55px;padding: 0 30px;border-bottom: 1px solid #eaeded;background: #fff;}
.static_graph .box .tit h4{display: inline-block;vertical-align: middle;font-size: 16px;color: #000;letter-spacing: -1px;font-weight: normal;}
.static_graph .box.visit_result{width: calc(50% - 20px);height: 350px;overflow: hidden;}
.static_graph .box.visit_result .site_cat{margin-bottom: 20px;}
.static_graph .box.visit_result .site_cat li{display: inline-block;vertical-align: middle;margin-right: 20px;}
.static_graph .box.visit_result .site_cat li em{display: inline-block;vertical-align: middle;margin-right: 5px;width: 9px;height: 9px;border-radius: 9px;background: #ddd;}
.static_graph .box.visit_result .site_cat li p{display: inline-block;vertical-align: middle;font-size: 14px;letter-spacing: -1px;color: #666666;}
.static_graph .box.visit_result .site_cat li.nv em{background: #11b93c;}
.static_graph .box.visit_result .site_cat li.fb em{background: #293da1;}
.static_graph .box.visit_result .site_cat li.gl em{background: #f7b902;}
.static_graph .box.visit_result .site_cat li.dm em{background: #206ffa;}
.static_graph .box.visit_result .site_cat li.nt em{background: #d41609;}
.static_graph .box.visit_result .site_cat li.zm em{background: #20b5fa;}
.static_graph .box.visit_result .graph{background: #f7f7f7;height: 200px;}
.static_graph .box.visit_result .graph.h200{height: 200px;}
.static_graph .box.visit_result .graph.h240{height: 240px;}
.static_graph .box.visit_result dl{display: flex;justify-content: space-between;flex-wrap: wrap;}
.static_graph .box.visit_result dl > *{width: 50%;box-sizing: border-box;}
.static_graph .box.visit_result dl dt{padding-right: 30px;padding-top: 15px;}
.static_graph .box.visit_result dl dd{padding-left: 20px;}
.static_graph .box.visit_result dl dd .hd{margin-bottom: 10px;}
.static_graph .box.visit_result dl dd .hd p strong{font-size: 30px;color: #333333;letter-spacing: -0.5px;line-height: 30px;}
.static_graph .box.visit_result dl dd .hd em{font-style: normal;display: block;font-size: 14px;color: #666;letter-spacing: -1px;margin-bottom: 5px;}
.static_graph .box.visit_result dl dd ul li{border-top: 1px solid #eee;line-height: 42px;position: relative;}
.static_graph .box.visit_result dl dd ul li:first-child{border-top: none;}
.static_graph .box.visit_result dl dd ul li em{display: inline-block;vertical-align: middle;margin-right: 5px;width: 9px;height: 9px;border-radius: 9px;background: #ddd;}
.static_graph .box.visit_result dl dd ul li p{display: inline-block;vertical-align: middle;}
.static_graph .box.visit_result dl dd ul li strong{position: absolute;top: 0;right: 0;font-size: 16px;color: #000;}
.static_graph .box.visit_result dl dd ul li.month em{background: #206ffa;}
.static_graph .box.visit_result dl dd ul li.day em{background: #2e3b50;}
.static_graph .box.visit_result dl dd ul li.day_avrg em{background: #a1a6b3;}
.static_graph .box.visit_result dl dd ul li.search em{background: #aec6e8;}

.categoryBox{zoom: 1;}
.categoryBox:after{display: block;content: '';clear: both;}
.categoryBox > div{float: left;background: #fff;box-shadow: -1px 1px 1px rgba(0,0,0,0.04);border: 1px solid #c9ced0;border-top-color: #e8e8e8;border-right-color: #d6dbdd;border-bottom-color: #9e9e9e;padding: 20px;box-sizing: border-box;}
.categoryBox .lef{width: 500px;background: #fff;}
.categoryBox .rig{width: calc(100% - 520px);margin-left: 20px;}
.categoryBox h5{margin: -20px;margin-bottom: 20px;background: #fafafa;border-bottom: 1px solid #ddd;padding: 2px 20px;line-height: 50px;font-size: 14px;color: #000;font-weight: bold;letter-spacing: -1px;}
.categoryBox .box{background: #fff;border: 1px solid #ddd;border-radius: 3px;box-shadow: 0 0 20px rgba(0,0,0,0.05);margin: 10px 0;overflow: hidden;}
.categoryBox .box > a{border: none;border-bottom: 1px solid #ddd;padding: 0 20px;background: #fafafa;display: block;width: 100%;height: 40px;font-size: 14px;color: #000;letter-spacing: -1px;text-align: left;font-weight: bold;text-decoration: none;line-height: 40px;}
.categoryBox .box2{padding: 20px 0;}
.categoryBox .box2 ul li a{display: block;text-decoration: none;line-height: 30px;font-size: 14px;padding: 0 20px;color: #333;font-weight: bold;transition: all 0.1s;}
.categoryBox .box2 ul li:hover a{background: #f7f7f7;}
.categoryBox .box2 > button{width: calc(100% - 40px);margin: 0 20px;margin-top: 10px;border-radius: 2px;}

.comment{padding: 20px;margin-top: 30px;}
.comment .write{margin-bottom: 30px;}
.comment .write .wrap{position: relative;}
.comment .write .wrap textarea{border: 1px solid #ddd;border-right: none;width: calc(100% - 100px);height: 100px;resize: none;padding: 15px;}
.comment .write .wrap button{position: absolute;top: 0;right: 0;width: 100px;height: 100px;background: #206ffa;border: none;color: #fff;font-size: 15px;}
.comment .write .opt{margin-top: 10px;}
.comment .write .opt label{margin-right: 10px;}
.comment .list ul li{position: relative;border-top: 1px solid #eee;padding: 20px 0;}
.comment .list ul li:first-child{border-top: none;}
.comment .list .inf{margin-bottom: 10px;}
.comment .list .inf .name{letter-spacing: -1px;color: #000;}
.comment .list .inf .date{font-size: 13px;color: #666;margin-left: 10px;}
.comment .list .btns{position: absolute;top: 10px;right: 0;}
.comment .list p{padding: 15px;background: #f7f7f7;}

.paging{text-align: center;margin-top: 20px;margin-bottom: 40px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f9f9f9;border: 1px solid #ddd;color: #999999 !important;text-decoration: none !important;font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
.paging a:first-child{border-radius: 5px 0 0 5px !important;}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 35px;text-align: center;font-size: 15px;text-indent: 0;}
.paging a:last-child{border-radius: 0 5px 5px 0 !important;}
.paging a.active{background: #ffffff;color: #333333 !important;font-weight: 600;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: #666666 !important;text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

.hd_btn_wrap{margin-bottom: 10px;text-align: right;}

.noticebox{position: relative;border: 1px solid #ccc;padding: 20px;padding-left: 120px;margin-bottom: 20px;background: #fff;}
.noticebox:before{content: '\f06a';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 40px;font-family: "axicon";font-size: 45px;color: #ddd;font-weight: bold;}
.noticebox li{position: relative;margin: 5px 0;font-size: 13px;line-height: 18px;letter-spacing: -1px;color: #666;padding-left: 6px;}
.noticebox li:before{content: '';display: block;position: absolute;top: 7px;left: 0;width: 2px;height: 2px;background: #ccc;}