@import url('https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css');
body { padding:35px 5px;; font-size:13px; overflow-x:hidden; }
#wrap { width:100%; text-align:center; }
#container { width:550px; margin:0 auto; text-align:left; }
*:focus { outline: none; }
#headtxt { font-size:22px; font-weight:bold; color:#1a0d00; vertical-align: middle; }
.ex { font-size:11px; color:#bbbbbb; }
.ex2 { font-size:11px; color:#777777; }
.targetUrlform { height:31px; border:2px solid grey;padding:3px; margin:0px 0 10px; padding-left:8px; }
#repeatTime { text-align:center; color:red; border:1px solid #e1e1e1; }
.btn { font-size:13px; height:28px; color:white; margin:9px 0 5px 0; }
#btn_add { height:31px; margin:8px 0 10px 2px; padding-bottom:3px;width:25px; }
#notice { line-height:25px; }
hr { margin:15px 0; width:545px; }
input:hover { background-color:#f3f3f3; }
#multiUrlArea { width:700px }
.red { color:red; }
#toppart_txt { float:left; }
#toppart_btn_area { float:left; height:15px; margin-left:171px; }


#work_area { border:0px solid grey;height:35px;margin-top:5px; }
iframe { width:40px;height:40px;/*border:none;*/}

#imgCounter { margin-top:10px }






.onoffswitch {
    position: relative; width: 72px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #D4D4D4; border-radius: 8px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 16px; padding: 0; line-height: 16px;
    font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "iFRAME";
    padding-left: 9px;
    background-color: #5650C7; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "일반모드";
    padding-right: 9px;
    background-color: #EDEDED; color: #808080;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 7px; margin: 4.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 52px;
    border: 2px solid #D4D4D4; border-radius: 8px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}