@charset "utf-8";

input[type="checkbox"]{cursor:pointer;}
input[type="text"]{color:#46a6e4;}
input[type="text"]::placeholder{color:#ccc;}
input[type="password"]::placeholder{color:#ccc;}
input[type="radio"].chk_btn{position:absolute;left:-9999em;}
input[type="radio"].chk_btn+label{margin-right:10px;}
input[type="radio"].chk_btn+label:last-child{margin-right:0;}
input[type="radio"].chk_btn:checked+label{border:1px solid #1477ac;color:#fff;background:#1477ac;}
.text_cut{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.body_full{width:100%;height:100%;}
.se_body_wrap{position:relative;margin-left:60px;}
.se_body_wrap.on:before{content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,0.5);z-index:2;}
.se_body_wrap.on:after{content:"";position:fixed;left:calc(50% - 30px);top:calc(50% - 30px);width:60px;height:60px;background:url("../img/icon/loading_icon.png") no-repeat center;z-index:2;animation:loading_page 1s infinite linear;}
@keyframes loading_page{0%{transform:rotate(0deg);}50%{transform:rotate(180deg);}100%{transform:rotate(360deg);}}
.se_wrap{min-width:1200px;min-height:100%;width:100%;padding:10px;box-sizing:border-box;}
.se_wrap>h3{position:fixed;left:0;top:0;width:100%;padding:20px 0 10px 70px;font-size:24px;font-weight:bold;line-height:30px;background:#fff;box-sizing:border-box;z-index:1;}
.se_wrap>h3>span{display:block;}
.se_nav_button{display:none;}

.se_header_wrap{position:fixed;left:0;top:60px;width:100%;padding:10px 10px 0 70px;background:#fff;box-sizing:border-box;z-index:1;}
.se_header_left_wrap{float:left;}
.se_header_right_wrap{float:right;}
.se_header_block{float:left;margin-left:10px;margin-bottom:10px;}
.se_header_block:first-child{margin-left:0;}
.se_header_block>span{display:block;height:30px;padding:0 10px;border:1px solid #aaa;border-radius:5px;font-weight:bold;color:#666;line-height:28px;background:#fff;box-sizing:border-box;}

.se_btn{display:inline-block;padding:0 10px;height:30px;border:1px solid #aaa;border-radius:5px;font-weight:bold;color:#666;line-height:28px;background:#fff;box-sizing:border-box;transition:none;}
.se_btn.on,.se_btn:hover{border:1px solid #1477ac;color:#fff;background:#1477ac;}
.se_btn.se_res_btn{display:none;}
.se_header_block>select{height:30px;padding-left:10px;border-radius:5px;}
.se_header_block>input[type="text"]{height:30px;padding:0 10px;border:1px solid #aaa;border-radius:5px;line-height:28px;box-sizing:border-box;}
.se_header_block>input[type="text"]::placeholder{color:#ccc;}

.se_content_wrap{position:relative;padding-bottom:10px;margin-top:143px;}

.se_table_title_wrap{position:fixed;left:70px;top:110px;width:calc(100% - 80px);border-top:2px solid #333;border-bottom:1px solid #888;line-height:40px;background:#fff;z-index:1;}
.se_table_title_wrap>span{float:left;padding:0 5px;font-weight:bold;box-sizing:border-box;}
.se_table_title_chk>label{display:block;}

.se_table_content_wrap{display:block;border-bottom:1px solid #eaeaea;font-weight:bold;color:#555;line-height:40px;background:#fff;box-sizing:border-box;}
.se_table_content_wrap:nth-of-type(2n-1){background:#fafafa;}
.se_table_content_wrap:hover{background:#e4f6ff;}
.se_table_content_wrap>p{float:left;padding:0 5px;box-sizing:border-box;}
.se_table_content_wrap>p>b{display:none;}
.se_table_content_wrap>p>span{display:block;}
label.se_table_content_wrap.on{background:#e4f6ff;}
.se_table_content_wrap.se_link_list{cursor:pointer;}
.se_table_content_wrap.se_action_link{cursor:pointer;}

.se_table_no_data{border-bottom:1px solid #333;color:#666;font-weight:bold;text-align:center;line-height:120px;background:#fff;}
.se_table_no_data1{color:#666;font-weight:bold;text-align:center;line-height:120px;}
.se_close_btn{position:relative;width:40px;height:40px;text-indent:-9999em;background:transparent;}
.se_close_btn:before{content:"";position:absolute;top:13px;right:14px;width:19px;height:2px;background:#000;transform-origin:top right;transform:rotate(-45deg);}
.se_close_btn:after{content:"";position:absolute;right:14px;bottom:12px;width:19px;height:2px;background:#000;transform-origin:right bottom;transform:rotate(45deg);}

.se_content_wrap.table_board{margin-top:100px;}
.se_content_wrap.table_board>.se_table_wrap{border:1px solid #ccc;border-radius:5px;background:#fff;overflow:hidden;}
.se_table_board_title{font-size:18px;font-weight:bold;color:#333;text-align:center;line-height:40px;}
.se_table_board_content{border-top:1px solid #ccc;line-height:30px;overflow-x:auto;}
.se_table_board_content>table{width:100%;min-width:1198px;text-align:center;}
.se_table_board_content th{border-right:1px solid #ccc;font-weight:bold;color:#666;background:#fafafa;box-sizing:border-box;}
.se_table_board_content th:last-child{border-right:none;}
.se_table_board_content td{border-right:1px solid #ccc;border-top:1px solid #ccc;font-weight:bold;color:#666;background:#fff;box-sizing:border-box;}
.se_table_board_content td:last-child{border-right:none;}

input[type="checkbox"].check_btn{position:absolute;left:-9999em;}
input[type="checkbox"].check_btn~label{display:inline-block;padding:0 10px;height:30px;border:1px solid #ccc;border-radius:5px;font-weight:bold;line-height:28px;background:#fff;box-sizing:border-box;}
input[type="checkbox"].check_btn~label:hover{border:1px solid #1477ac;color:#fff;background:#1477ac;}
input[type="checkbox"].check_btn:checked~label{border:1px solid #1477ac;color:#fff;background:#1477ac;}

.md_page_wrap{width:100%;margin-top:20px;text-align:center;}
.md_page_wrap>a{display:inline-block;width:30px;margin:0 5px;font-weight:bold;color:#666;text-align:center;line-height:30px;border-radius:10px;box-sizing:border-box;background:#f5f5f5;}
.md_page_wrap>a:hover{color:#fff;background:#46a6e4;}
.md_page_wrap>a.p_selected{color:#fff;background:#46a6e4;}


/* ÅëÇÕ ¸í·ÉÁ¦¾î */
.se_header_block.comb_dist_order,.se_header_block.comb_sec_order{display:none;}
.se_header_block.comb_dist_order.on,.se_header_block.comb_sec_order.on{display:block;}
.se_header_block>[name="sch_mode"]:checked~label{border:1px solid #1477ac;color:#fff;background:#1477ac;}

/* Æû¾ç½Ä */
.se_popup_wrap{width:100%;height:100%;padding:10px;background:#f6f9fa;box-sizing:border-box;}
.se_popup_wrap>section{padding:10px;border-radius:10px;background:#fff;box-sizing:border-box;box-shadow:0 0 10px #f5f5f5;overflow:hidden;}
.se_popup_wrap>section>h1{padding:10px 5px;border-bottom:1px dashed #ccc;font-size:24px;font-weight:bold;line-height:30px;}
.se_input_wrap{padding:10px 5px;}
.se_input_list{width:100%;height:40px;padding:4px 10px;margin-bottom:5px;border:1px solid #ccc;border-radius:5px;background:#fff;box-sizing:border-box;overflow:hidden;}
.se_input_list>label{float:left;width:100px;height:100%;font-weight:bold;color:#666;line-height:30px;background:#fff;box-sizing:border-box;}
.se_input_list>span{float:left;width:100px;height:100%;font-weight:bold;color:#666;line-height:30px;background:#fff;box-sizing:border-box;}
.se_input_list>p{float:left;width:calc(100% - 100px);height:100%;padding-left:5px;color:#666;line-height:30px;background:#fff;box-sizing:border-box;}
.se_input_list>div{float:left;width:calc(100% - 100px);height:100%;padding-left:5px;color:#666;line-height:30px;background:#fff;box-sizing:border-box;}
.se_input_list>p>input[type="text"]{width:100%;height:100%;border:none;box-sizing:border-box;}
.se_input_list>p>input[type="password"]{width:100%;height:100%;border:none;box-sizing:border-box;}
.se_input_list>p>input[type="file"]{width:100%;height:100%;border:none;line-height:30px;box-sizing:border-box;}
.se_input_list>p>select{height:30px;border-radius:5px;color:#666;}
.se_input_submit_wrap{padding:10px 0;border-top:1px dashed #ccc;text-align:right;box-sizing:border-box;}

.se_input_list.view>span{float:left;width:100px;height:100%;font-weight:bold;color:#666;line-height:30px;background:#fff;box-sizing:border-box;}

.se_input_list.title{border:1px solid #1477ac;font-weight:bold;text-align:center;background:#1477ac;}
.se_input_list.title>p{float:none;width:100%;color:#fff;background:transparent;}

/* ·¹ÀÌ¾îÆË¾÷ */
.sms_inner_layer_wrap{display:none;position:absolute;left:10px;top:10px;width:400px;padding:10px;border:1px solid #ccc;border-radius:10px;background:#fff;box-sizing:border-box;}
.sms_inner_layer_wrap.on{display:block;}
.sms_inner_layer_title{padding:10px 5px;border-bottom:1px dashed #ccc;font-size:24px;font-weight:bold;line-height:30px;}
.sms_inner_layer_content{padding:10px 0;}
.sms_inner_layer_list{margin-bottom:10px;line-height:38px;}
.sms_inner_layer_list:last-child{margin-bottom:0;}
.sms_inner_layer_list>label{float:left;width:100px;padding-left:10px;border:1px solid #ccc;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;font-weight:bold;color:#666;box-sizing:border-box;}
.sms_inner_layer_list>div{float:left;width:calc(100% - 100px);padding:0 10px;border:1px solid #ccc;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;}
.sms_inner_layer_list>div.radio_wrap{padding:4px 0;}
.sms_inner_layer_list>div>input[type="text"]{width:100%;line-height:38px;margin:0;padding:0;border:none;background:#fff;box-sizing:border-box;}
.sms_inner_layer_list>div>input[type="radio"]{position:absolute;left:-9999em;}
.sms_inner_layer_list>div>input[type="radio"]~label{float:left;padding:0 10px;margin-right:10px;border:1px solid #ccc;border-radius:5px;line-height:28px;box-sizing:border-box;}
.sms_inner_layer_list>div>input[type="radio"]~label:last-child{margin-right:0;}
.sms_inner_layer_list>div>input[type="radio"]:checked+label{border:1px solid #1477ac;color:#fff;background:#1477ac;}
.sms_inner_layer_list>select{float:left;min-width:calc(100% - 100px);height:40px;border:1px solid #ccc;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;line-height:38px;}
.sms_inner_layer_list>[name="add_content_text"],.sms_inner_layer_list>[name="modify_content_text"]{width:100%;height:40px;padding:0 10px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;}
.sms_inner_layer_btn_wrap{padding:10px 0;border-top:1px dashed #ccc;text-align:right;}

.sms_loading_area{display:none;position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;background:rgba(255,255,255,0.5);z-index:1;}
.sms_loading_area.on{display:block;}
.sms_loading_area>p{margin-top:50vh;transform:translateY(-50%);}
.sms_loading_area>p>img{animation:loading_play 2s infinite linear;}
@keyframes loading_play{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}

/******************************************************* responsive *******************************************************/

/******************************************************* tablet *******************************************************/
@media screen and (min-width:768px) and (max-width:1279px){

.se_body_wrap{margin-left:0;}

.se_wrap{min-width:initial;background:#f6f9fa;}
.se_wrap>h3{padding:5px 10px;border-bottom:1px solid #333;font-size:18px;}
.se_nav_button{display:block;position:fixed;right:0;top:0;width:40px;height:40px;border:none;text-indent:-9999em;background:transparent;box-sizing:border-box;}
.se_nav_button:before{content:"";position:absolute;right:4px;top:14px;width:24px;height:4px;border-radius:2px;background:#333;transform-origin:right top;transition:0.2s;}
.se_nav_button:after{content:"";position:absolute;right:4px;bottom:14px;width:30px;height:4px;border-radius:2px;background:#333;transform-origin:right bottom;transition:0.2s;}
.se_nav_button.on:before{right:10px;top:8px;width:30px;transform:rotate(-45deg);}
.se_nav_button.on:after{right:10px;bottom:8px;transform:rotate(45deg);}
.se_header_wrap{left:100%;top:41px;height:calc(100% - 41px);padding:10px 10px 0;background:#fff;transition:0.2s;}
.se_header_wrap.on{left:0;}
.se_header_left_wrap{width:100%;}
.se_header_right_wrap{float:left;width:100%;margin-top:20px;}
.se_header_block{width:100%;margin-left:0;text-align:right;}
.se_header_block>.se_btn{text-align:center;}
.se_header_block>.se_btn.se_res_btn{display:inline-block;}

.se_content_wrap{padding-bottom:50px;margin-top:41px;}

.se_table_title_wrap{display:none;}
.se_table_content_wrap{float:left;width:100%;padding:10px;margin-bottom:10px;border-bottom:none;border-radius:10px;box-shadow:0 0 10px #f5f5f5;}
.se_table_content_wrap:last-child{border-bottom:none;}
.se_table_content_wrap:nth-of-type(2n-1){background:#fff;}

.se_table_content_wrap>p.se_table_res_title{border-bottom:1px dashed #ccc;font-size:14px;font-weight:bold;}
.se_table_content_wrap>p.se_table_res_title_R{border-bottom:1px dashed #ccc;font-size:14px;font-weight:bold;text-align:right;}
.se_table_content_wrap>p.se_table_res_content{line-height:24px;}
.se_table_content_wrap>p.se_table_res_content>b{float:left;width:80px;display:block;font-weight:normal;color:#666;text-align:left;}
.se_table_content_wrap>p.se_table_res_content>span{float:left;width:calc(100% - 80px);text-align:right;}

.se_table_no_data{border-bottom:none;border-radius:10px;box-shadow:0 0 10px #f5f5f5;}

}

/******************************************************* mobile *******************************************************/
@media screen and (max-width:767px){

.se_body_wrap{margin-left:0;}

.se_wrap{min-width:initial;background:#f6f9fa;}
.se_wrap>h3{padding:5px 10px;border-bottom:1px solid #333;font-size:18px;}
.se_nav_button{display:block;position:fixed;right:0;top:0;width:40px;height:40px;border:none;text-indent:-9999em;background:transparent;box-sizing:border-box;}
.se_nav_button:before{content:"";position:absolute;right:4px;top:14px;width:24px;height:4px;border-radius:2px;background:#333;transform-origin:right top;transition:0.2s;}
.se_nav_button:after{content:"";position:absolute;right:4px;bottom:14px;width:30px;height:4px;border-radius:2px;background:#333;transform-origin:right bottom;transition:0.2s;}
.se_nav_button.on:before{right:10px;top:8px;width:30px;transform:rotate(-45deg);}
.se_nav_button.on:after{right:10px;bottom:8px;transform:rotate(45deg);}
.se_header_wrap{left:100%;top:41px;height:calc(100% - 41px);padding:10px 10px 0;background:#fff;transition:0.2s;}
.se_header_wrap.on{left:0;}
.se_header_left_wrap{width:100%;}
.se_header_right_wrap{float:left;width:100%;margin-top:20px;}
.se_header_block{width:100%;margin-left:0;text-align:right;}
.se_header_block>.se_btn{text-align:center;}
.se_header_block>.se_btn.se_res_btn{display:inline-block;}

.se_content_wrap{padding-bottom:50px;margin-top:41px;}

.se_table_title_wrap{display:none;}
.se_table_content_wrap{float:left;width:100%;padding:10px;margin-bottom:10px;border-bottom:none;border-radius:10px;box-shadow:0 0 10px #f5f5f5;}
.se_table_content_wrap:last-child{border-bottom:none;}
.se_table_content_wrap:nth-of-type(2n-1){background:#fff;}

.se_table_content_wrap>p.se_table_res_title{border-bottom:1px dashed #ccc;font-size:14px;font-weight:bold;}
.se_table_content_wrap>p.se_table_res_title_R{border-bottom:1px dashed #ccc;font-size:14px;font-weight:bold;text-align:right;}
.se_table_content_wrap>p.se_table_res_content{line-height:24px;}
.se_table_content_wrap>p.se_table_res_content>b{float:left;width:80px;display:block;font-weight:normal;color:#666;text-align:left;}
.se_table_content_wrap>p.se_table_res_content>span{float:left;width:calc(100% - 80px);text-align:right;}

.se_table_no_data{border-bottom:none;border-radius:10px;box-shadow:0 0 10px #f5f5f5;}

/* ·¹ÀÌ¾îÆË¾÷ */
.sms_inner_layer_wrap{width:initial;max-width:300px;}

}